/* public */
*{margin: 0;padding: 0;font-size: 16px;font-family: 微软雅黑;}
a{text-decoration: none;color: #b8b8b8;}
ol,ul,li{list-style: none;}
h2{font-size: 24px;color: #333333;}
h3{font-size: 20px;color: #0071bd;}
h4{font-size: 16px;color: #333333;font-weight: 400;}
h5{font-size: 14px;color: #999999;font-weight: 400;font-family: Regular;}
.container1200{width: 1200px;margin: 0 auto;}
.f_l{float: left;}
.f_r{float: right;}

/* index */

/* header */
.header{
	position: relative;
	height: 97px;
}
.logo{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.nav{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.navbar{
	height: 50px;
	border-bottom: 2px solid #ededed;
}
.navbar li{
	float: left;
	margin: 0 10px;
}
.navbar a{
	font-size: 14px;
	display: block;
	height: 50px;
	line-height: 50px;
	
}
.navbar a.nav_btn{
	padding: 0 5px;
}
.navbar::after{
	content: '';
	display: block;
	clear:both;
}
a.nav_active{
	color: #0071bd;
	border-bottom: 2px solid #0071bd;
}
a.nav_btn:hover{
	color: #0071bd;
	border-bottom: 2px solid #0071bd;
}
.last{
	position: relative;
}
.last a{
	width: 20px;
	background: url(../img/scarch_03.png) no-repeat center;
}
.last input{
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translateY(-50%);
	outline: none;
	border: 1px solid #999999;
	display: none;
}

/* banner */
.banner_box{
	min-width: 1200px;
}
.banner_box img{
	display: block;
	width: 100%;
}

/* content */
.title{
	text-align: center;
	padding: 67px 0 42px;
}
.title h2::before , .title h2::after{
	content: '———';
	color: #dddddd;
	font-size: 13px;
}
.title h2::before{
	margin-right: 20px;
}
.title h2::after{
	margin-left: 20px;
}

/* display */
.product{
	position: relative;
	padding-bottom: 100px;
}
.pro_list::after{
	content: '';
	display: block;
	clear: both;
}
.pro_list li{
	float: left;
	width: 286px;
}
.pro_list li a{
	display: block;
	text-align: center;
	font-size: 20px;
	color: #333333;
	position: relative;
}
.pro_list li{
	margin-right: 14px;
}
.product_img{
	border: 1px solid #dddddd;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.product_img>img{
	display: block;
	width: 100%;
}
.mask{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	display: none;
}
.mask img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.product .swiper-pagination{
	left: 50%;
	transform: translateX(-50%);
	margin-top: 19px;
}
.product .swiper-pagination-bullet{
	width: 40px;
	height: 4px;
	background-color: #999999;
	opacity: 1;
	border-radius: 0;
	margin: 0 10px;
}
.product .swiper-pagination-bullet-active{
	background-color: #0294dd;
}


/* about */
.about_bg{
	background-color: #f5f5f5;
	min-width: 1200px;
}
.about::after{
	content: '';
	display: block;
	clear: both;
}
.about_img{
	width: 50%;
	text-align: right;
}
.about_img img{
	max-width: 720px;
}
.about_text{
	/* width: 48.43%; */
	width: 50%;
	background-color: #d6dfe6;
	padding: 46px 0;
	overflow: hidden;
}
.about_text p{
	/* width: 570px; */
	/* width: 59.37%; */
	width: 67.37%;
	margin-left: 30px;
	color: #333333;
	font-size: 16px;
	line-height: 28px;
	text-indent: 40px;
}

/* video */
.video_list li{
	float: left;
	position: relative;
	/* width: 350px; */
}
.video_list::after{
	content: '';
	display: block;
	clear: both;
}
.video_list img{
	display: block;
	width: 100%;
}
.video_list li:nth-child(3n-1){
	margin: 0 75px;
}
.video_list li:after{
	content: '';
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	background: url(../img/vider_pause_03.png) no-repeat center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.more{
	padding: 45px 0 55px;
}
.more input{
	width: 150px;
	height: 50px;
	background-color: transparent;
	outline: none;
	border: 3px solid #0091db;
	color: #0091db;
	margin-left: 50%;
	transform: translateX(-50%);
}


/* success */
.success_bg{
	background: url(../img/success_bg_02.png) no-repeat;
	/* background-size: 100%; */
	min-width: 1200px;
}
.success_bgc{
	background-color: rgba(0,0,0,0.7);
	padding-bottom: 143px;
	min-width: 1200px;
}
.success{
	position: relative;
}
.success .title h2{
	color: #FFFFFF;
}
.success_list li{
	float: left;
	width: 386px;
}
.success_list li{
	margin: 0 7px;
}
.success_list::after{
	content: '';
	display: block;
	clear:both;
}
.success_img img{
	display: block;
	width: 100%;
}
.success_text{
	background-color: #FFFFFF;
	padding: 20px ;
}
.success_text h4{
	margin-bottom: 10px;
	width: 205px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.success_text p{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.success_text a{
	margin-top: 10px;
	color: #659fb0;
	font-size: 14px;
	display: block;
	text-align: right;
}
.success .swiper-pagination{
	left: 50%;
	transform: translateX(-50%);
	padding-top: 64px;
}
.success .swiper-pagination-bullet{
	width: 40px;
	height: 4px;
	background-color: #999999;
	opacity: 1;
	border-radius: 0;
	margin: 0 10px;
}
.success .swiper-pagination-bullet-active{
	background-color: #0294dd;
}


/* news */
.news::after , .news_left::after , .sm_news::after{
	content: '';
	display: block;
	clear: both;
}
.news_left{
	width: 661px;
}
.news_left .news_text{
	width: 243px;
	border: 1px solid #ededed;
	padding: 49px 56px 33px 30px;
}
.time{
	font-size: 12px;
	color: #999999;
}
.news_img img{
	display: block;
	width: 100%;
}
.news_left .news_img{
	width: 330px;
}
.news_left .info{
	font-size: 22px;
	color: #333333;
	padding-right: 20px;
	padding-top: 65px;
	padding-bottom: 170px;
}
.news_left .news_text a{
	position: relative;
	left: 67%;
	width: 80px;
	display: block;
	font-size: 14px;
	color: #666666;
	background: url(../img/news_pic_03_03.png) no-repeat;
	background-position: right center; 
}
.news_right .news_text{
	width: 192px;
	border: 1px solid #ededed;
	padding: 35px 40px 23px 33px;
}
.news_right .info{
	font-size: 16px;
	color: #333333;
	padding: 36px 0;
}
.news_right .news_img{
	width: 240px;
}
.news_right a{
	font-size: 14px;
	color: #666666;
}
.sm_news:not(:last-child){
	margin-bottom: 20px;
}

/* footer */
.footer{
	margin-top: 87px;
}
.footer_top_bgc{
	background-color: #353a46;
	padding-bottom: 25px;
	min-width: 1200px;
}
.footer_nav>li{
	float: left;
}
.footer_nav>li:not(:last-child){
	margin-right: 185px;
}
.footer_nav::after{
	content: '';
	display: block;
	clear: both;
}
.footer_nav>li>p{
	display: block;
	height: 74px;
	width: 225px;
	line-height: 74px;
	border-bottom: 1px solid #999999;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.sm_nav li p , .sm_nav li a{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
}
.qr{
	width: 120px;
	margin-top: 26px;
}
.qr img{
	display: block;
	width: 100%;
}
.footer_bottom_bgc{
	background-color: #313131;
	min-width: 1200px;
}
.footer_bottom p{
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #FFFFFF;
}


/* ny1 */
/* bread */
.bread_bgc{
	min-width: 1200px;
	background-color: #f5f5f5;
}
.bread_nav::after{
	content: '';
	display: block;
	clear: both;
}
.bread_nav li{
	float: left;
}
.bread_nav li:not(:last-child)::after{
	content: '/';
	color: #999999;
	margin: 0 16px;
}
.bread_nav a{
	display: inline-block;
	color: #999999;
	height: 38px;
	line-height: 38px;
}
a.bread_active{
	color: #0193dd;
}

/* content */
.ny1_content .pro_list{
	margin-top: 48px;
	border-bottom: 1px dashed #eaeaea;
}
.ny1_content .pro_list a{
	padding-bottom: 39px;
}
.pagination {
	margin-top: 80px;
	text-align: center;
}
/* .page_btn{
	margin-top: 80px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.page_btn li{
	float: left;
	text-align: center;
	height: 36px;
	line-height: 36px;
	color: #4289c7;
	border: 1px solid #d0d0d0;
}
.page_btn .prev~li{
	border-left: 0px;
}
li.number{
	width: 36px;
}
li.prev , li.next{
	width: 88px;
}
.page_btn::after{
	content: '';
	display: block;
	clear: both;
} 
.page_active{
	background-color: #d6efff;
} */


/* ny2 */
.ny2_content{
	margin-bottom: 148px;
}
.ny2_content .pro_list{
	margin-top: 48px;
	border-bottom: 1px dashed #eaeaea;
}
.ny2_content .info::after{
	content: '';
	display: block;
	clear: both;
}
.ny2_content .info{
	margin-top: 60px;
}
.ny2_content .info_img{
	width: 598px;
	border: 1px solid #dddddd;
}
.ny2_content .info_img img{
	display: block;
	width: 100%;
}
.ny2_content .info_text{
	width: 555px;
	padding-left: 30px;
	padding-right: 15px;
}
.ny2_content .info_text h3{
	line-height: 30px;
}
.ny2_content .info_text p{
	font-size: 14px;
	line-height: 24px;
}
.ny2_content .info_text p:nth-child(2){
	color: #adadad;
	margin-bottom: 30px;
	margin-top: 5px;
}
.ny2_content .pro_list a{
	padding-bottom: 39px;
}

#scrollbar .scrollbar {
	position: relative;
	background-position: 0 0;
	float: right;
	width: 8px;
}
#scrollbar .track {
	background: #bbbbbb;
	height: 100%;
	width: 1px;
	position: relative;
}
#scrollbar .thumb {
	background: #8db2d9;
	width: 8px;
	cursor: pointer;
	position: absolute;
	top: 0;
	border-radius: 4px;
	left: -4px;
}
#scrollbar .viewport {
	height: 447px;
	overflow: hidden;
	position: relative;
}
#scrollbar .overview {
	position: absolute;
}
.solution .title{
	padding-top: 120px;
}


.more p{
	width: 150px;
    height: 50px;
    background-color: transparent;
    outline: none;
    border: 3px solid #0091db;
    color: #0091db;
    margin-left: 50%;
    text-align: center;
    transform: translateX(-50%);
    line-height: 50px;
}



/*修改*/
.cn-ny1-title{
	text-align: center;
	padding: 49px 0 45px;
}
.cn-ny1-title h2{
	font-size: 24px;
	color: #333333;
	background: url(../img/bg1_03.png) no-repeat center;
}
.cn-ny1-title span{
	color: #999999;
	font-size: 15px;
	font-family: arial;
	display: block;
    padding-top: 5px;
}
.cn-ny1-nav {
	margin: 0 auto;
	display: table;
	padding-bottom: 5px;
}
.cn-ny1-nav ul{
	overflow: hidden;
}
.cn-ny1-nav ul li{
	float: left;
	padding: 13px 25px;
	border: 1px solid #999999;
	margin-left: 50px;
}
.cn-ny1-nav ul li a{
	color: #333333;
	font-size: 16px;
}
.cn-ny1-nav ul li:first-child{
	margin-left: 0;
}
.cn-ny1-nav ul .dang{
	background: #0193dd;
	border: none;
	padding: 14px 25px;
}
.cn-ny1-nav ul .dang a{
	color: #fff;
}
/*修改*/