.container{
	width: 1200px;
	margin: 0 auto;
}
.in_sa_more{
	margin-top: 25px;
	text-align: center;
}
.in_sa_more a{
	display: inline-block;
	padding: 15px 30px;
	border: 1px solid #666;
	transition: .5s all ease;
	font-size: 16px;
	color: #666;
}
.in_sa_more a:hover{
	background: #0167CC;
	color: #fff;
	border: 1px solid #0167CC;
}
.float_qq{ position:fixed; bottom:200px; right:0; width:50px; height:203px; z-index:6666;}
.float_qq li{ width:auto; height:50px; z-index:20;}
.float_qq li.float_qq1{ position:absolute;  top:204px;left:0; width:62px;}
.float_qq li.float_qq1 a{ background:url(../images/float_qqicon1.png) 14px center no-repeat #5aaa63;}
.float_qq li.float_qq2{ position:absolute; top:51px; left:0; width:126px;}
.float_qq li.float_qq2 a{ background:url(../images/float_qqicon4.png) 14px center no-repeat #d25344; text-indent:50px;}
.float_qq li.float_qq2 img{ position:absolute; left:-133px; top:0px; display:none;}
.float_qq li.float_qq3{ position:absolute; top:102px; left:0; width:126px;}
.float_qq li.float_qq3 a{ background:url(../images/float_qqicon2.png) 14px center no-repeat #6d6d9f; text-indent:50px;}
.float_qq li.float_qq4{ position:absolute; top:153px; left:0; width:172px;} 
.float_qq li.float_qq4 a{ background:url(../images/float_qqicon3.png) 14px center no-repeat #2caae2; height:45px; line-height:20px; padding-top:5px;  padding-left:50px;}
.float_qq li a{ display:block; color:#FFF; font-size:14px; height:50px; line-height:50px; overflow:hidden; background-color:#000; opacity:0.8; border-radius:3px;}
.float_qq li.float_qq4 a:hover{ background-color:#2caae2; opacity:1;}
.float_qq li.float_qq1 a:hover{ background-color:#5aaa63; opacity:1;}
.float_qq li.float_qq2 a:hover{ background-color:#d25344; opacity:1;}
.float_qq li.float_qq3 a:hover{ background-color:#6d6d9f; opacity:1;}
.float_qq li.float_qq2:hover img{ display:block;}
.header_meta{
	height: 38px;
	background: rgb(238, 238, 238);
}
.header_meta_l{
	float: left;
	line-height: 38px;
	color: rgb(102, 102, 102);
	font-size: 14px;
}
.header_meta_r{
	float: right;
	text-align: left;
}
.header_meta_r span{
	display: inline-block;
	margin: 0 2px;
	color: rgb(102, 102, 102);
	font-size: 14px;
}
.header_meta_r span a{
	line-height: 38px;
	display: inline-block;
	color: rgb(102, 102, 102);
	font-size: 14px;
}
header{
	padding: 20px 0;
}
.logo{
	float: left;
}
.header_icon{
	float: right;
}
.header_icon span{
	float: left;
    color: rgb(172, 176, 176);
    font-size: 14px;
    padding: 15px 0;
    padding-left: 25px;
    line-height: 10px;
    margin: 15px 15px;
    position: relative;
	transition: .5s all ease;
    background-repeat: no-repeat;
}
.header_icon span::before{
	content: " ";
	position: absolute;
	width: 20px;
	height: 20px;
	overflow: hidden;
	left: 0;
	top: 50%;
	margin-top: -10px;
	transition: .5s all ease;
	background-position: 0 0;
}
.header_icon span:hover{
	color:#017cc2
}
.header_icon span:hover::before{
	background-position-x: -20px;
}
.header_icon span:nth-child(1)::before{
	background-image: url(../images/header_icon1.png);
}
.header_icon span:nth-child(2)::before{
	background-image: url(../images/header_icon2.png);
}
.header_icon span:nth-child(3)::before{
	background-image: url(../images/header_icon3.png);
}
.header_icon span:nth-child(4)::before{
	background-image: url(../images/header_icon4.png);
}

nav{
	height: 50px;
	border-bottom: 1px solid #017cc2;
}
.nav_category{
	float: left;    
	background-color: #017cc2;
    color: #fff;
    width: 220px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.nav_category h5 a{
    line-height: 50px;	
    color: #fff;
    font-size: 16px;
}
.nav_category ul{
	position: absolute;
	width: 100%;
	height: auto;
	overflow: inherit;
	top: 50px;
    z-index: 10;
	background: rgba(73, 73, 73, 0.15);
}
.nav_category ul li{
	height: 45px;
    padding-left: 15px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.nav_category ul li:last-of-type{
	border-bottom: 0;
}
.nav_category ul li>a{
    font-size: 14px;
    display: block;
    position: relative;
    line-height: 45px;
	color: #fff;
}
.nav_category ul li>a::before{
	content: ">";
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
}
.nav_category ul li:hover .nav_category_box{
	opacity: 1;
	display: block;
}
.nav_category_box{
	position: absolute;
    right: -615px;
    top: 0;
    width: 615px;
    height: 440px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 10;
    display: none;
    opacity: 0;
    transition: .5s all ease-in-out;
	padding: 10px 20px 0px 15px;
}
#products .wrap .top .right .cate .r .other_pro:hover{
	border:1px solid #2c93d1;
	color:#2c93d1;

    box-shadow: 1px 1px 0 0 #2c93d1;
}
.nav_category_box p{
	width: 100%;
    height: auto;
    margin: 0px 10px 10px 10px;
    font-weight: bold;
    color: #3f3f3f;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 0;
    padding-left: 15px;
    border-left: 2px solid #017cc2;
    border-bottom: 1px solid #ddd;
}
.nav_category_box a{
	display: block;
    float: left;
    color: #595959;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
    padding-right: 15px;
    padding-left: 10px;
}
.nav_category_box a:hover{
	color:#017cc2
}

.nav{
	float: left;
	margin-left: 20px;
}
.nav a{
	float: left;
	display: block;
	padding: 0 18px;
	font-size: 15px;
	color: #333;
	line-height: 50px;
	transition: .3s all ease;
}
.nav a.active,
.nav a:hover{
	color: #017cc2;
}
.nav_tel{
    padding-left: 30px;
    color: rgb(63, 63, 63);
    position: relative;
    font-size: 20px;
    float: right;
    line-height: 50px;
	transition: .5s all ease;
}
.nav_tel::before{
	content: " ";
	position: absolute;
	width: 25px;
	height: 23px;
	left: 0;
	top: 13;
	overflow: hidden;
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	transition: .5s all ease;
	background-image: url(../images/header_icon5.png);
}
.nav_tel:hover{
	color: #0167CC;
}
.nav_tel:hover::before{
	background-position-x: -25px;
}

.banner_form{
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 10;
	background: #fff;
	width: 250px;
	right: 18%;
}
@media screen and (max-width: 1399px){
.banner_form .img55{
 height:175px !important;
}}


.banner_form_box{
	padding-top: 17px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
}
.banner_form_box .item{
	position: relative;
	margin-bottom: 10px;
}
.banner_form_box .item span{
	position: absolute;
	z-index: 11;
	width: 60px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}
.banner_form_box .item input{
	border: 1px solid #e5e5e5;
	padding-left: 65px;
	height: 40px;
	width: 100%;
	outline: none;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}
.banner_form_box .item button{
	padding: 0;
	margin: 0;
	border: 0;
	background: #fd6e27;
	text-align: center;
	line-height: 50px;
	width: 100%;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	outline: none;
	transition: .3s all ease;
}
.banner_form_box .item button:hover{
	background: #017cc2;
}
.index_se1{
	height: 75px;
	background: url(../images/index_se1_bg.jpg) repeat-y center top;
}
.index_se1 .img{
	float: left;
	width: 50%;
	text-align: center;
	padding: 30px 0;
}
.index_se1 .info{
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 20px;
}
.index_se1 .info .form{
	position: relative;
	margin: 0 auto;
	width: 450px;
}
.index_se1 .info .form input{
	width: 450px;
	display: inline-block;
	border: 1px solid rgb(140, 140, 140);
	border-radius: 34px;
	height: 34px;
	text-indent: 14px;
	outline: none;
}
.index_se1 .info .form button{
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	border-left: 1px solid rgb(140, 140, 140);
	width: 50px;
	height: 34px;
	right: 0;
	top: 0;
	text-align: center;
	border-radius: 0 34px 34px 0;
	transition: .5s all ease;
}
.index_se1 .info .form button i{
	line-height: 34px;
	color: rgb(140, 140, 140);
	transition: .5s all ease;
	font-size: 22px;
}
.index_se1 .info .form button:hover{
	background: #017cc2;
	border-left: 1px solid #017cc2;
}
.index_se1 .info .form button:hover i{
	color: #fff;
}
.index_se1 .info p{
	font-size: 14px;
	color: #333;
}
.index_se2{
	padding: 40px 0;
}
.title{
	text-align: center;
	margin-bottom: 25px;
}
.title h5{
	font-size: 34px;
	color: #017cc2;
	font-weight: bold;
	line-height: 38px;
	letter-spacing: 5px;
}
.title p{
	position: relative;
	font-size: 22px;
	color: #666;
	line-height: 30px;
	margin: 10px 0;
	letter-spacing: 3px;
}
.title p::before{
	content: " ";
	position: absolute;
	left: 0;
	top: 14px;
	width: 400px;
	height: 1px;
	background: #017cc2;
}
.title p::after{
	content: " ";
	position: absolute;
	right: 0;
	top: 14px;
	width: 400px;
	height: 1px;
	background: #017cc2;
}
.title span{
	font-size: 14px;
	color: #666;
	letter-spacing: 5px;
	margin-top: 5px;
	line-height: 20px;
}
.index_se9 .title span{
	letter-spacing: 0;
}
.index_se9 .title span a{
	font-size: 14px;
	color: #666;
	margin:0 10px;
	display:inline-block;
	line-height: 20px;
}
.index_se9 .title span a.active{
	color:#017cc2;
}
.index_se2 ul li{
	width: 24%;
	float: left;
	margin:0.5%;
	height: 266px;
	padding: 10px;
    transition: .5s all ease;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.index_se2 ul li:hover{
	
    box-shadow: 0 0 10px 0 #666;
}
.index_se2 ul li:nth-child(1){
	background-image: url(../images/index_se2_bg1.png);
}
.index_se2 ul li:nth-child(2){
	background-image: url(../images/index_se2_bg2.png);
}
.index_se2 ul li:nth-child(3){
	background-image: url(../images/index_se2_bg3.png);
}
.index_se2 ul li:nth-child(4){
	background-image: url(../images/index_se2_bg4.png);
}
.index_se2 ul li h5{
	text-align: center;
    margin-bottom: 70px;
    padding-left: 70px;
    height: 40px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 11px;
}
.index_se2 ul li:hover h5{
	color:#017cc2
}
.index_se2 ul li p{
	padding-top: 25px;
	font-size: 18px;
	text-align: center;
	color: #666;
}
.index_se2 ul li samp{
	display: block;
	width: 36px;
	height: 3px;
	margin: 15px auto;
	background: #017cc2;
}
.index_se2 ul li font{
	text-align: center;
	display: block;
	font-size: 30px;
	color: #017cc2;
}
.index_se3{
	padding: 40px 0;
}
.index_se3 .container{
	background: url(../images/index_se3_bg.jpg) no-repeat center top;
}
.index_se3 .info{
	width: 66.66667%;
	float: left;
    padding-top: 40px;
    padding-left: 70px;
    padding-right: 10px;
    padding-bottom: 40px;
}
.index_se3 .info h5{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 45px;
}
.index_se3 .info p{
	font-size: 26px;
	color: #fff;
    font-weight: lighter;
}
.index_se3 .img{
	text-align: center;
	width: 33.33333%;
    padding-top: 35px;
    padding-left: 65px;
	float: right;
}
.index_se3 .img p{
    font-size: 30px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 45px;
    display: block;
    text-align: left;
    padding-left: 37px;
    background: url(../images/index_se3_icon.png) no-repeat left 7px;
}
.index_se3 .img a{
	width: 264px;
	height: 42px;
	display: block;
	border: 1px solid #fff;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	color: #fff;
}
.in_se4_title{
	text-align: center;
	margin-bottom: 20px;
}
.in_se4_title span{
	display: inline-block;
	margin: 0 10px;
	width: 120px;
	cursor: pointer;
	height: 40px;
	color: #017cc2;
	border: 1px solid #017cc2;
	text-align: center;
	line-height: 40px;
	transition: .5s all ease;
}
.in_se4_title span.active{
	background: #017cc2;
	color: #fff;
}
.in_se4_list{
	display: none;
	transition: .5s all ease;
}
.in_se4_list.active{
	display: block;
}
.in_se4_list ul li{
	width: 32.33%;
	float: left;
	margin: 0.5%;
	padding: 10px;
	transition: .5s all ease;
	border: 1px solid #E1E1E1;
}
.in_se4_list ul li .img{
	float: left;
	width: 125px;
}
.in_se4_list ul li .info{
	padding-left: 135px;
}
.in_se4_list ul li .info h5{
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.in_se4_list ul li .info p{
	font-size: 14px;
	color: #999;
	margin: 10px 0;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.in_se4_list ul li .info font{
	width: 100px;
    height: 25px;
    line-height: 25px;
    background: #017cc2;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-top: 12px;
}
.in_se4_list ul li:hover{
	box-shadow: 1px 1px 34px rgba(0, 0, 0, 0.3);
}
.index_se5{
	padding: 40px 0;
}
.index_se5 .container{
	background: url(../images/index_se5_bg.jpg) no-repeat center;
	padding: 30px 60px;
}
.index_se5 ul li{
	width: 19%;
	float: left;
	position: relative;
	margin: 0 0.5%;
}
.in_se5_name{
	text-align: center;
	font-size: 18px;
	color: #fff;
    letter-spacing: 3px;
	font-weight: bold;
	line-height: 48px;
}
.index_se5 ul li input{
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding-left: 50px;
	font-size: 14px;
	border: 0;
	outline: none;
	color: #666;
}
.index_se5 ul li span{
	position: absolute;
	width: 50px;
	height: 48px;
	text-align: center;
	left: 0;
	top: 0;
	z-index: 9;
	line-height: 48px;
	color: #333;
	font-size: 14px;
}
.index_se5 ul li button{
	display: block;
	width: 100%;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	border: 0;
	padding: 0;
	margin: 0;
	color: #fff;
	background: #1976d2;
}
.index_se6 ul li{
	width: 16%;
	float: left;
	margin-right: 0.8%;
	background: #017cc2;
    transition: .5s all ease;
	text-align: center;
	border:1px solid #017cc2;
	padding: 30px 10px;
}
.index_se6 ul li:hover{
	
	background: #fff;
}
.index_se6 ul li:hover span{
	
    background: #017cc2;
    border-radius: 5px;
}
.index_se6 ul li:hover h5{
	color:#017cc2;
}
.index_se6 ul li:last-of-type{
	margin-right: 0;
}
.index_se6 ul li span{
	display: inline-block;
    transition: .5s all ease;
}
.index_se6 ul li h5{
	margin: 30px 0 0;
    transition: .5s all ease;
	font-size: 15px;
	color: #fff;
}
.index_se7{
	padding: 40px 0;
	text-align: center;
}
.index_se7 ul li{
	width:25%;
	float:left;
	
	text-align: center;
}
.index_se7 ul li h5{
	font-size:16px;
	color:#333;
	margin:10px 0
}
.index_se8{
	text-align: center;
}
.index_se9{
	padding: 40px 0;
}
.in_se9_box{
	position: relative;
	overflow: hidden;
}
.in_se9_btn{
	position: absolute;
	top: 50%;
	cursor: pointer;
	margin-top: -22px;
	z-index: 9;
}
.in_se9_prev{
	left: 0;
}
.in_se9_next{
	right: 0;
}
.in_se9_list{
	overflow: hidden;
display:none;
}
.in_se9_list.active{
	display:block
}
.in_se9_list ul{
	position: relative;
	width: 200%;
}
.in_se9_list ul li{
	width: 12%;
	float: left;
	margin: 0 0.25%;
	transition: .5s all ease;
}
.in_se9_list ul li .info{
	padding: 10px 0;
	position: relative;
}
.in_se9_list ul li .info::before{
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	transition: .5s all ease;
	background: #017cc2;
}
.in_se9_list ul li:hover{
	transform: translateY(-10px);
}
.in_se9_list ul li:hover .info::before{
	width: 100%;
}
.in_se9_list ul li .info h5{
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.in_se9_list ul li .info span{
	display: block;
	margin: 10px 0;
	font-size: 14px;
	color: #017cc2;
}
.in_se9_list ul li .info p{
	font-size: 12px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	color: #999;
}
.index_se10{
	padding: 0 0 40px;
}
.in_se10_main{
	position: relative;
}
.in_se10_box_btn{
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.in_se10_box_btn i{
	font-size: 30px;
	color: #666;
	cursor: pointer;
	display: inline-block;
	line-height: 30px;
	transition: .5s all ease;
}
.in_se10_box_btn:hover i{
	color: #0167CC;
}
.in_se10_box_prev{
	left: -5%;
}
.in_se10_box_next{
	right: -5%;
}
.in_se10_box{
    overflow: hidden;
}
.in_se10_box ul{
	width:200%;
	
    position: relative;
}
.in_se10_box ul li{
	width: 10%;
	float: left;
	text-align: center;
}
.in_se10_box ul li img{
	width: 240px;
object-fit:cover;
max-height:155px;

	padding: 5px;
}
.links{
    background: #f5f5f5;
}
.links .container{
	
	padding: 20px 0;
    border-top: 1px solid #ccc;
}
.links span,
.links a{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #999;
}
.links span{
	color: #017cc2;
}
footer{
	padding: 15px 0;
	background: rgb(245, 245, 245);
}
.footer_top{
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.footer_top ul li{
	width: 25%;
	float: left;
	padding: 10px 0;
	border-right: 1px solid #ccc;
}
.footer_top ul li:last-of-type{
	border-right: 0;
}
.footer_top ul li .img{
	float: left;
	width: 60px;
	text-align: center;
}
.footer_top ul li .info{
	padding-left: 70px;
}
.footer_top ul li .info h5{
    color: rgb(51, 51, 51);
    font-size: 18px;
    line-height: 28px;
}
.footer_top ul li .info p{
	font-size: 12px;
	line-height: 20px;
	color: rgb(102, 102, 102);
}
.footer_bottom{
	margin-top: 30px;
}
.footer_bottom .left{
	float: left;
	width: 66.666666%;
}
.footer_bottom .left .item{
	width: 50%;
	float: left;
}
.footer_bottom .left .item h5{
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.footer_bottom .left .item p{
	margin-top: 15px;
	font-size: 14px;
	color: #999;
}
.footer_bottom .right{
	float: left;
	width: 33.3333%;
	text-align: center;
	border-left: 1px solid #ccc;
}
.footer_bottom .right img{
	margin-left: 10px;
    width: 81px;
}
.footer_meta{
	height: 30px;
	background: rgb(153, 153, 153);
}
.footer_meta span{
    font-size: 12px;
    line-height: 30px;
    color: rgb(255, 255, 255);
}

.nei_banner{
	text-align: center;
}
.main{
	padding: 30px 0 0 0;
}
.pos{
	background: url(../images/icon_pos.png) no-repeat left 0;
    padding: 0 10px 10px;
    padding-left: 15px;
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.main_category{
	margin-bottom: 15px;
	background: #017cc2;
	height: 50px;
}
.main_category span{
	width: 120px;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	border-right: 2px solid #fff;
}
.main_category a{
	float: left;
	margin-left: 20px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
}
.main .left{
	width: 24%;
	float: left;
	padding-right: 30px;
}
.main .right{
	width: 76%;
	float: left;
}
.main .left img{
	margin-bottom: 20px;
}
.left_news h5{
	background: #017cc2;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	padding-left: 10px;
}
.left_news ul li{
	display: block;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 0 10px;
}
.left_news ul li a{
	width: 60%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	line-height: 40px;
	color: #666;
}
.left_news ul li font{
	float: right;
	text-align: right;
	line-height: 40px;
	width: 40%;
	font-size: 12px;
	color: #666;
}
.list ul li{
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #DCDCDC;
}
.list ul li .date{
	width: 100px;
	float: left;
	text-align: center;
	padding: 13px 0;
	border-right: 1px solid #DCDCDC;
}
.list ul li .date h5{
	font-size: 45px;
	line-height: 60px;
	color: #333333;
}
.list ul li .date p{
	font-size: 14px;
	color: #979797;
}
.list ul li .info{
	padding: 15px 170px 0 120px;
}
.list ul li .info h5 a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 10px;
	color: #333;
	transition: .3s all ease;
}
.list ul li .info p{
	font-size: 14px;
	color: #979797;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.list ul li .img{
	width: 150px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
.list ul li .img img{
	transition: .8s all ease;
}
.list ul li:hover .info h5 a{
	color: #017cc2;
}
.list ul li:hover .img img{
	transform: scale(1.1);
}
.article_title{
    padding: 0 0.313rem;
    margin: 0.714rem;
    line-height: 1.5;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    border-left: 0.313rem solid #E52121;
}
.article_date{
    line-height: 1.875rem;
}
.article_date span{
	display: inline-block;
    padding-right: 0.5rem;
    line-height: 1.875rem;
    margin: 0 0.714rem;
    color: #999;
    font-size: 0.75rem;
}
.conten_content *{
	line-height: 1.68;
}
.conten_content a{
	color: #017cc2;
}
.conten_page {
	display: block;
	margin-top: 10px;
	text-align: left;
	border-top: 1px solid #8c8c8c;
	padding-top: 10px;
}

.conten_page p {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #8c8c8c;
}

.conten_page p a {
	font-size: 14px;
	color: #8c8c8c;
}

.conten_article_other,
.conten_case_other {
	display: block;
}

.conten_article_other h5,
.conten_case_other h5
{
	font-size: 16px;
	font-weight: 300;
	color: #666;
    padding: 10px 0;
    margin-bottom: 10px;
	border-bottom: 1px solid #8C8C8C;
}
.conten_article_other ul li{
	display: block;
	width: 48%;
	float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
	transition: .5s;
	border-bottom: 1px solid #DCDCDC;
}
.conten_article_other ul li:nth-child(odd){
	margin-right: 4%;
}
.conten_article_other ul li a{
	display: block;
	width: 80%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	transition: .5s;
	color: #8c8c8c;
}
.conten_article_other ul li:hover{
	border-bottom: 1px solid #017cc2;
}
.conten_article_other ul li:hover a{
	color: #017cc2;
}
.conten_article_other ul li font{
	font-size: 12px;
	color: #8c8c8c;
	display: block;
	width: 20%;
	float: right;
	text-align: right;
}
.conten_case_other ul li {
	display: block;
	width: 24%;
	margin-right: 1.3333%;
	float: left;
	margin-bottom: 10px;
}
.conten_case_other ul li:last-of-type{
	margin-right: 0;
}
.conten_case_other ul li p {
	display: block;
	overflow: hidden;
	border: 1px solid #d3d3d3;
	transition: .5s;
}

.conten_case_other ul li p img {
	width: 100%;
	transition: .6s;
}

.conten_case_other ul li span {
	display: block;
}

.conten_case_other ul li span a {
	padding: 5px 0;
	font-size: 14px;
	display: block;
	transition: .6s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	color: #8C8C8C;
}

.conten_case_other ul li:hover p img {
	transform: scale(1.08);
}
.conten_case_other ul li:hover p{
	border: 1px solid #017cc2;
}

.conten_case_other ul li:hover span a {
	background: #017cc2;
	color: #fff;
}
.product ul li{
	width: 24%;
	float: left;
	text-align: center;
	margin-bottom: 1.333%;
	margin-right: 1.333%;
}
.product ul li:nth-child(4n+4){
	margin-right: 0;
}
.product ul li h5{
	overflow: hidden;
	transition: .5s;
	border: 1px solid #D3D3D3;
}
.product ul li img{
	transition: .8s;
	width: 240px;
	object-fit: cover;
	max-height: 155px;
}
.product ul li p a{
	display: block;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 10px 0;
	font-size: 14px;
	color: #333;
	transition: .5s;
}
.product ul li:hover h5{
	border: 1px solid #017cc2;
}
.product ul li:hover h5 img{
	transform: scale(1.1);
}
.product ul li:hover p a{
	color: #017cc2;
}
.info_pro_main{
    background: #fbfbfb;
}
.pro_pos{
	line-height: 50px;
	font-size: 14px;
	color: #666;
}

#products {width: 100%;background: #fbfbfb;}
#products .wrap{width: 1200px;margin: 0 auto;}
#products .wrap .top{width: 100%;height: auto;border:  solid 1px #e3e3e3;background: #fff;}
#products .wrap .top .left{width: 30%;}
#products .wrap .top .left img{width: 100%;height: auto;}
#products .wrap .top .right{padding: 40px 30px;width: 68%;}
#products .wrap .top .right .price{width:100%;height: 50px;background: #f5f5f5;margin-top: 20px;}
#products .wrap .top .right .price .le{font-size: 12px;color: #666666;margin-top: 18px;margin-left: 20px;}
#products .wrap .top .right .price .ri{font-size: 20px;color: #ec1f32;margin-top: 13px;}
#products .wrap .top .right .title{font-size: 22px;color: #333333;text-align: left;}
#products .wrap .top .right .brief{font-size: 16px;color: #ec1f32;margin-top: 20px;}
#products .wrap .top .right .cate{margin-top: 20px;}
#products .wrap .top .right .cate .l{font-size: 12px;color: #666;margin-top: 10px;float: left;margin-right: 5px;}
#products .wrap .top .right .cate .r .other_pro{padding: 8px 5px;border: solid 1px #f2f2f2;margin-right:5px;cursor: pointer;margin-top: 5px;
    box-shadow: 1px 1px 0 0 transparent;
    transition: .5s all ease;}
#products .wrap .top .right .cate .r .on {border: solid 1px #fe002a;}
#products .wrap .top .right .link{margin-top: 30px;}
#products .wrap .top .right .link .online{padding: 10px 20px;background: #2c93d1;border-radius: 8px;border: solid 1px #2c93d1;cursor: pointer;margin-right: 20px;}
#products .wrap .top .right .link .tels{padding: 10px 20px;background: #fff;border-radius: 8px;border: solid 1px #2c93d1;cursor: pointer;margin-right: 20px;}
#products .wrap .top .right .link .online .img,#products .wrap .top .right .link .tels .img{margin-right: 5px;}
#products .wrap .top .right .link .online .font{color: #fff;font-size: 16px;}
#products .wrap .top .right .link .tels .font{color: #2c93d1;font-size: 16px;}
#products .wrap .bot{padding-top: 20px;}
#products .wrap .bot .left{width: 240px;border-top: solid 2px #ededed;}
#products .wrap .bot .left .bottom{border: solid 1px #ededed;margin-top: 20px;background: #fff;}
#products .wrap .bot .left .bottom .title{font-size: 16px;color: #333333;text-align: center;height: 60px;margin-bottom:0;line-height: 60px;border-bottom: solid 1px #ededed;}
#products .wrap .bot .left .bottom .declare{padding: 20px 20px;}
#products .wrap .bot .left .bottom .declare .pro{margin-top: 20px;}
#products .wrap .bot .left .bottom .declare .pro:last-child{border-bottom: solid 1px #ededed;padding-bottom: 10px;}
#products .wrap .bot .left .bottom .declare .pro a .titles{font-size: 14px;color: #666666;line-height: 1.46;}
#products .wrap .bot .left .bottom .declare .pro a .dates{margin-top: 8px;}
#products .wrap .bot .left .bottom .declare .pro a .dates .d{font-size: 10px;color: #999999;margin-top: 2px;margin-left: 10px;}
#products .wrap .bot .left .bottom .declare .pro a .dates .local{color: #999999;margin-left: 10px;}
#products .wrap .bot .left .bottom .declare .pro a:hover .titles{color: #2c93d1;}
#products .wrap .bot .left .bottom .more{padding: 0px 20px;margin-bottom: 10px;margin-left: 145px;}
#products .wrap .bot .left .bottom .more a{font-size: 12px;color: #2c93d1;}
#products .wrap .bot .left .bottom .declare .pro a .titles .q{width: 30px;}
#products .wrap .bot .left .bottom .declare .pro a .titles .f{width: 163px;margin-left: 5px;color: #555555;}
#products .wrap .bot .left .bottom .declare .pro a .dates .a{width: 30px;}
#products .wrap .bot .left .bottom .declare .pro a .dates .f{width: 163px;margin-left: 5px;color: #999999;}
#products .wrap .bot .right{width: 870px;padding: 20px 15px;overflow: hidden;margin-left: 60px;position: relative;}
#products .wrap .bot .right .nav .n a{display: block;padding: 20px 0;margin-right: 40px;color: #666666;font-size: 16px;line-height: 1;}
#products .wrap .bot .right .nav .n .f{padding: 10px;}
#products .wrap .bot .right .nav .n .on{color: #2c93d1;border-bottom: solid 2px #2c93d1;}
#products .wrap .bot .right .nav .tt{background: #2c93d1;color: #fff;border-radius: 10px;text-align: center;margin-right: 10px;padding-left: 10px;padding-right: 10px;display: none;}
#products .wrap .bot .right .nav .pp{background: #fff;color: #2c93d1;border-radius: 10px;text-align: center;padding-left: 10px;padding-right: 10px;display: none;}
#products .wrap .bot .right .nav .tt a{color: #fff;}
#products .wrap .bot .right .nav .tt a,#products .wrap .bot .right .nav .pp a{margin-right: 0px;}
#products .wrap .bot .right .nav{border-bottom: solid 1px #eaecf1;float: none;margin: 0 0 25px 0;}
#products .wrap .bot .right .fix{position: fixed;top: 0px;left: 428px;z-index: 999;background: #fff;width: 100%;}
#products .wrap .bot .right .con .big .tit{font-size: 16px;padding: 30px 15px;color: #333;background: #f3f2f2;margin-top: 20px;}
#products .wrap .bot .right .con .big .c{/*padding: 15px 30px;*/background: #fff;border: solid 1px #f3f2f2;border-top: none;}
/*#products .wrap .bot .right .con .big .c img{max-width: 100%;}*/
#products .wrap .bot .right .con .big .btn{margin-top: 20px;margin-left: 15px;}
#products .wrap .bot .right .con .big .btn a{display: block;padding: 5px 15px;font-size: 12px;color: #fff;background: #2c93d1;border-radius: 5px;width: 50px;}

#products .wrap .bot .right .con .big{display: none;}
#products .wrap .bot .right .con .big.on{display: block;}
#products .wrap .bot .right .con .big.on p{ 
	padding: 10px 0;
	font-size: 15px;
	line-height: 1.6;
}
@media screen and (min-width:1200px){
	#products .wrap .bot .right .con .big.on iframe{ 
width: 750px;
height: 420px;
}
}
@media only screen and (min-width: 320px) and (max-width: 1023px){
	#products .wrap .bot .right .con .big.on iframe{ 
width: 370px;
height: 220px;
}
}
.page .content{
	padding: 10px 0;
	font-size: 15px;
	line-height: 1.5;
}
.page .content p{
	padding: 10px 0;
	font-size: 15px;
	line-height: 1.5;
}
.page .content .about{
	float: left;
	margin-right: 15px;
	width: 30%;
}
.page .about h5{
	font-size: 22px;
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DCDCDC;
}
.td_li{
	width: 24%;
	margin-right: 1.333%;
	float: left;
	margin-bottom: 1.333%;
	text-align: center;
}
.td_li:nth-child(4n+4){
	margin-right: 0;
}
.td_li h5{
	overflow: hidden;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}
.td_li h5 img{
	transition: .8s all ease;
}
.td_li p{
	padding: 10px 0;
	font-size: 15px;
	color: #333;
	background: #f5f5f5;
	transition: .5s all ease;
}

.td_li:hover img{
	transform: scale(1.1);
}
.td_li:hover p{
	color: #fff;
	background: #017cc2;
}
.page .about ul li{
	width: 25%;
	float: left;
	text-align: center;
	height: 300px;
	background-position: center top;
	background-repeat: no-repeat;
}

.page .about ul li:nth-of-type(1){background-image: url(../images/page_about_bg1.png);}
.page .about ul li:nth-of-type(2){background-image: url(../images/page_about_bg2.png);}
.page .about ul li:nth-of-type(3){background-image: url(../images/page_about_bg3.png);}
.page .about ul li:nth-of-type(4){background-image: url(../images/page_about_bg4.png);}
.page .about ul li p{
	font-size: 16px;
	color: #fff;
    padding: 40px 0 100px;
}
.page .about ul li span{
	font-size: 14px;
	color: #333;
	display: block;
	line-height: 2em;
}

.contact .info{
	width: 360px;
	float: left;
	padding-top: 30px;
}
.contact .info h5{
     font-size: 22px;
    color: rgb(38, 38, 38);
}

.contact .info h6{
	margin-top: 25px;
	font-size: 16px;
	color: #017cc2;
	font-weight: bold;
}
.contact .info p{
	margin-top: 15px;
	font-size: 14px;
	color: #333;
}
.contact .img{
	float: right;
}
.in_sa_01{
	padding: 30px 0;
}
.in_sa_01_title{
	text-align: center;
	margin-bottom: 30px;
}
.in_sa_01_title h5{
	font-size: 30px;
	color: rgb(63, 63, 63);
	font-weight: bold;
	margin-bottom: 15px;
}
.in_sa_01_title h5 font{
	color: #017cc2;
}
.in_sa_01_title samp{
	display: inline-block;
	width: 70px;
	height: 1px;
	background: rgb(63, 63, 63);
}
.in_sa_01_main ul li{
	width: 50%;
	float: left;
    padding: 15px 0 40px;
	padding-left: 100px;
	margin: 5px 0;
	padding-right: 50px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.in_sa_01_main ul li h5{
     margin-bottom: 6px;
    color: #333;
    font-size: 18px;
}
.in_sa_01_main ul li p{
    color: rgb(102, 102, 102);
    border: 0px;
    font-size: 14px;
    line-height: 150%;
}
.in_sa_01_main ul li:nth-child(1){background-image: url(../images/haochu01.png);}
.in_sa_01_main ul li:nth-child(2){background-image: url(../images/haochu02.png);}
.in_sa_01_main ul li:nth-child(3){background-image: url(../images/haochu03.png);}
.in_sa_01_main ul li:nth-child(4){background-image: url(../images/haochu04.png);}
.in_sa_01_main ul li:nth-child(5){background-image: url(../images/haochu05.png);}
.in_sa_01_main ul li:nth-child(6){background-image: url(../images/haochu06.png);}
.in_sa_01_main ul li:nth-child(7){background-image: url(../images/haochu07.png);}
.in_sa_01_main ul li:nth-child(8){background-image: url(../images/haochu08.png);}

.in_sa_02{
	padding: 30px 0;
}
.in_sa_02_title{
	text-align: center;
	margin-bottom: 30px;
}
.in_sa_02_title h5{
	display: inline-block;
	position: relative;
	font-size: 30px;
	color: rgb(63, 63, 63);
	margin-bottom: 15px;
}
.in_sa_02_title h5::before{
	content: " ";
	position: absolute;
	width: 100px;
	height: 1px;
	background: #ccc;
	left: -110px;
	top: 50%;
}
.in_sa_02_title h5::after{
	content: " ";
	position: absolute;
	width: 100px;
	height: 1px;
	background: #ccc;
	right: -110px;
	top: 50%;
}
.in_sa_02_title p{
	font-size: 24px;
	color: #ccc;
}
.in_sa_02_main a{
	display: inline-block;
    width: 21.5%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #0167cc;
    margin: 0 1.5% 23px 1.5%;
    border-radius: 10px;
    transition: .3s;
    background: #0167cc;
    color: #fff;
}
.in_sa_02_main a:hover{
      color: #fff;
    background: #f60;
    border: 1px solid #f60;
}
.in_sa_03{
	padding: 30px 0;
	background: rgb(242, 242, 242);
}
.in_sa_03_main ul li{
	width: 23%;
	float: left;
	margin: 1%;
	padding: 10px;
	background: #fff;
	text-align: center;
	transition: .5s all ease-in; 
}
.in_sa_03_main ul li h5{
	margin-top: 15px;
	font-size: ;
	color: rgb(89, 89, 89);
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
.in_sa_03_main ul li h5 font{
	color: #017cc2;
}
.in_sa_03_main ul li p{
	color: rgb(89, 89, 89);
    font-size: 14px;
    line-height: 150%;
}
.in_sa_03_main ul li:hover{
	box-shadow: 0 0 10px 0 #ccc;
}
.in_sa_04{
	padding: 30px 0;
}
.in_sa_04_main ul li{
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.in_sa_04_main ul li:nth-child(3n+3){
	margin-right: 0;
}
.in_sa_04_main ul li:nth-last-of-type(1),
.in_sa_04_main ul li:nth-last-of-type(2),
.in_sa_04_main ul li:nth-last-of-type(3){
	margin-bottom: 0;
}
.in_sa_04_main ul li p{
	position: absolute;
	width: 100%;
	height: 40px;
	color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.7);
    line-height: 40px;
    bottom: -40px;
    transition: .5s;
    font-size: 14px;
}
.in_sa_04_main ul li:hover p{
	bottom: 0;
}
.in_sa_05{
	/*! width: 1200px; */ 
	/*! height: 600px; */
	/*! margin: 0 auto; */
	/*! background-image: url("../images/indexbg.jpg") ; */
    
}
.in_sa_05_title{
	text-align: center;
	margin-bottom: 30px;
}
.in_sa_05_title h5{
	font-size: 30px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}
.in_sa_05_title samp{
	display: inline-block;
	width: 70px;
	height: 1px;
	background: #fff;
}
.in_sa_05_main .img{
	width: 50%;
	float: left;
	text-align: center;
}
.in_sa_05_main .img p{
	margin-top: 15px;
    font-size: 16px;
    text-align: left;
    color: rgb(255, 255, 255);
    line-height: 153.125%;
}
.in_sa_05_main .info{
	width: 40%;
	float: right;
}
.in_sa_05_main .info p{
	margin-bottom: 30px;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    line-height: 22px;
}
.in_sa_05_main .info p font{
	font-size: 22px;
	margin-right: 10px;
}