﻿@charset "utf-8";
/* CSS Document */
/*切图：yf*/
html{ overflow-x:hidden; overflow-y:auto;}
body{background-color:#fff;}
*{ padding:0; margin:0;}
ul,ol,li,dl,dd,dt{ list-style-type:none; line-height:normal;}
body, button, input, select, textarea{ font-family:'Microsoft yahei' ,Arial; font-size:12px;}
code, kbd, pre, samp { font-family:'Microsoft yahei' ,Arial;}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
a{ text-decoration:none; color:#333;
        transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
a:hover{color:#333; cursor:pointer;}
img{border:0; max-width:100%;}
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{ margin:0; font-weight:normal; font-family:'Microsoft yahei' ,Arial;}
h1{font-size:36px;}
h2{font-size:24px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:14px;}
h6{font-size:12px;}
input,table,tr,td{ margin:0; padding:0; border:none;}
button,table{ border:none; background:none; margin:0; padding:0;}
select{ margin:0; padding:0; font-family:'Microsoft yahei' ,Arial;}
textarea{ resize:none; outline:0;}
input{ outline:0;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
i{font-style:normal;}



/*首页 */

.top1{width:100%; height:80px; background-color:#fff;}
.top1 .logo{width:196px; height:auto; float:left; margin-top:13px;}
.top1 .logo img{width:100%; height:auto;}
.r_1{float:right; width:38px; height:38px; border-radius: 19px; overflow: hidden; margin-top:21px; overflow: hidden;}
.r_1 img{width:100%; height: 100%;}
.r_2{width:38px; height:38px; position: relative;border-radius: 50px; float:right; margin-top:21px; margin-right:20px; }
.r_2_1{ width:38px; height:38px;border-radius: 50px;  overflow: hidden; transition: 0.6s; position: absolute; top:0; right:0;border:1px solid #e0e0e0; z-index: 100;background-color:#fff;}
.r_2_1 form >span{width:16px; height: 16px; float: right; margin-top:8px; margin-right:11px;background-color:#fff; cursor:pointer;}
.r_2_1 form >span img{width:100%; height: auto;}
.r_2_1 input{width:60px; height:30px; margin-top:4px;float:left; margin-left:10px;}
.r_2_1{width:100px; }




.top1 .menu{float:right; margin-right:43px;}
.top1 .menu>li{float:left; position:relative; margin-left:25px;}

.top1 .menu>li>span>a{ display: block; padding:30px 15px;  color:#444444; font-size:16px; transition: none; box-sizing: border-box;}
.top1 .menu>li>span{display:block;}
.top1 .menu>li:hover >span>a{border-bottom:2px solid #004098; color:#004098;}
.top1 .menu>li.hover >span>a{border-bottom:2px solid #004098; color:#004098;}
.top1 .menu>li.active >span>a{border-bottom:2px solid #004098; color:#004098;}
.top1 .menu>li.on >span>a{border-bottom:2px solid #004098; color:#004098;}

.menu .sub{ position: absolute; width:100%; left:0; top: 82px; display: none; z-index: 100;}
.menu .sub ul{ float: left; width: 100%; display: block;  background-color:rgba(0,64,152,0.7);padding: 10px 14px;}
.menu .sub li{ padding: 10px 0; color: #fff; font-size: 14px; line-height: 20px; border-bottom: rgba(255,255,255,0.1) solid 1px; text-align: center;}
.menu .sub li a{color:#fff; opacity: 0.8;}
.menu .sub li:last-child{ border-bottom: 0;}
.menu .sub li:hover a{ opacity:1;}


/*手机头*/
.top2{width:100%; height:60px;background-color:#fff;display: none; box-shadow: 0 0px 17px  rgba(0,0,0,0.1); }
.top2 .logo{width:145px; height:40px; float:left; margin-top:10px;}
@media screen and (max-width:1199px){
    .top2{ display:block;}
	.top1{ display:none;}
}



/*下拉*/
.menuph{
    float:right;
    margin:10px 0 0 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}
.menuph .point
{
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 10px;
    position: relative;
}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before
{
    width: 28px;
}
.menuph .navbtn
{
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #004098;
}
.menuph .navbtn::after,
.menuph .navbtn::before
{
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    background: #004098;
}
.menuph .navbtn::after
{
    top: -11px;
}
.menuph .navbtn::before
{
    top: 10px;
}
.menuph .point.active .navbtn{
    background: transparent;
}
.menuph .point.active .navbtn::after{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}
.menuph .point.active .navbtn::before
{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}


/*手机下拉*/
.xialaph{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    display: none;
    z-index: 1029;
    background: #fff;
	text-align: center;
}
.xialaph li{border-top:1px solid rgba(0,0,0,0.1);}
.xialaph li:last-child{border-bottom:1px solid rgba(0,0,0,0.1);}
.xialaph li a{
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
}
.xialaph li a i{margin-left:5px; font-size:12px; opacity: 0.6;}
#r_2{margin-top:11px;}
.en{width:80px; height: 30px; line-height: 30px; color:#fff; font-size:14px; background-color: #ff6c00; margin: auto; margin-top:10px;}


@media screen and (max-width:1199px){
	.top2{background-color:#fff;}
}

/*banner*/
.pz_banner{clear: both;}
.slide1{ margin:0;width: 100%;  padding-top:1px;}
.slide1 .slick-slide{ width:100%; padding:0; position: relative}
.slide1 li{overflow:hidden;}
.p1{position:absolute; width:40%;top:35%; left:30%; z-index: 90;}
.p2{position:absolute; width:26%;top:58%; left:37%; z-index: 80;animation:p2 100s infinite;-webkit-animation:p2 100s infinite; }
@keyframes p2
{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes p2{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
.p3{position:absolute; width:40.26%;top:40%; left:29.87%; z-index: 70;animation:p3 100s infinite;-webkit-animation:p3 100s infinite; }
@keyframes p3
{
from {-webkit-transform: rotate(360deg);}
to {-webkit-transform: rotate(0deg);}
}
@-webkit-keyframes p3{
from {-webkit-transform: rotate(360deg);}
to {-webkit-transform: rotate(0deg);}
}
.p4{position:absolute; width:52.916%;top:22%; left:23.542%; z-index: 60;animation:p2 100s infinite;-webkit-animation:p2 100s infinite; }
.p5{position:absolute; width:69.635%;top:-3%; left:15.1825%; z-index: 50;animation:p3 100s infinite;-webkit-animation:p3 100s infinite; }
.p6{position:absolute; width:95.31%;top:-33%; left:2.345%; z-index: 40;animation:p2 100s infinite;-webkit-animation:p2 100s infinite; }
.p7{position:absolute; width:27%;top:18%; left:19.68%; z-index: 90;}
.p8{position:absolute; width:100%;top:0; left:0; z-index: 80; }

.p9{position:absolute; width:30.93%;top:10%; left:19.479%; z-index: 80;}

 .slide1 .slick-dots{width:100%; text-align: center; bottom:6%;}
 .slide1 .slick-dots li{display:inline-block; width:2.2916%; height:5px; background-color:#fff; opacity: 0.5;}
.slide1 .slick-dots li.slick-active{opacity: 1;}
@media screen and (max-width:991px){
	.dian{top:90%;}
}	
@media screen and (max-width:767px){
	.dian{top:87%;}
	.dian .slick-dots{padding:0 5px;}
	.dian .slick-dots li{width:7px; height:7px;}
}	


/*main*/
.bg{background-color:#f6f6f6;}
.c_1{width:100%;}
.c_1 li{float:left; width:20%; padding:27px 20px 27px 20px; border-left:1px solid #ebebeb; box-sizing: border-box;min-height: 107px;}
.c_1 li:last-child{border-right:1px solid #ebebeb; }
.c_1 li h1{font-size:16px; color:#333333; font-weight: bold;line-height: 20px;word-break: break-all;}
.c_1 li h2{ font-size:14px; color:#666666; margin-top:13px; line-height: 20px;word-break: break-all;}
.c_1 li:hover{background-color:#fff;box-shadow: 0 0px 10px  rgba(0,0,0,0.3);  }

@media screen and (max-width:991px){
	.c_1 li{padding:10px;min-height: 100%;}
	.c_1 li h1{font-size:14px;}
	.c_1 li h2{ margin-top:5px; font-size:12px;}
}
@media screen and (max-width:767px){
	.c_1 li{width:100%; border:none; border-bottom:1px solid #ebebeb;}
	.c_1 li:nth-child(4n){border:none }

}


.title{padding-top:78px; text-align: center;}
.title span{display:inline-block; width:15px; height:1px; background-color:#07459b;margin-bottom:8px;}
.title h1{display:inline-block; font-size:24px; color:#333333; margin:0 20px;}
.title h2{font-size:12px; color:#666666 ;margin-top:10px; text-transform: uppercase;}

@media screen and (max-width:991px){
	.title	{padding-top:30px;}
	.title h1{font-size:20px;}
}

@media screen and (max-width:767px){
	.title	{padding-top:15px;}
	.title h1{font-size:16px; margin:0 10px;}
	.title h2{margin-top:5px;}
}

.bg2{padding-bottom:60px; background-image: url(images/j1.jpg); background-repeat: no-repeat; background-position: center bottom; background-size:auto 295px;}
.c_2{margin-top:30px;}
.c_2>span{float:left; width:48.75%; box-shadow: 0 0px 16px  rgba(0,0,0,0.4);}
.c_2>span>img{width:100%; height: auto;}
.r_3{width:45.83%; float:right}
.r_3>h1{font-size:28px; color:#363636; font-weight: bold; margin-top:0px; float:left;}
.r_3 p{float:right; width:11.636%; margin-top:-30px;}
.r_3 p img{width:100%; height: auto;}
.d_r_3{float: left; width:100%; background-image: url(images/p13.png); background-repeat: no-repeat; background-position: top center; padding: 0 1% ;padding-top:25px;}
.d_r_3 span{ width:24px; height:3px; background-color:#ff6c00;  display: block;}
.d_r_3 h1{font-size:18px; color:#ff6c00; color:#ff6c00; margin-top:5px; font-weight: bold;}
.d_r_3 h2{font-size:14px; color:#3b3b3b; line-height: 27px; margin-top:18px;overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;}

@media screen and (max-width:1199px){
	.r_3{width:47%;}
	.bg2{background-size:auto 280px;}
}
@media screen and (max-width:991px){
	.r_3>h1{font-size:20px; margin-top:40px;}
	.r_3 p{margin-top:10px;}
	.d_r_3{padding-top:10px;}
	.bg2{background-size:auto 187px;}
	.d_r_3 h1{font-size:16px;}
	.d_r_3 h2{margin-top:10px; font-size:12px; line-height: 25px;}
	.bg2{padding-bottom:20px;}
}

@media screen and (max-width:767px){
	.c_2{margin-top:20px;}
	.c_2>span{width:100%;}
	.r_3{width:100%;}
	.r_3>h1{margin-top:10px; font-size:16px;}
	.r_3 p{width:40px; height:40px;border-radius:20px; overflow: hidden; margin-top:5px;}
	.bg2{background-image: none;}
	.d_r_3 {background-image: none; padding-top:0;}
	.d_r_3 h1{font-size:14px;}
}

.c_3{margin-top:75px; position:relative;  height: 525px;box-shadow: 2px 0px 16px rgba(0,0,0,0.2);}
.l_c_3{float:left; width:56%; background-image: url(images/p15.png); background-repeat: no-repeat; background-position: left top; padding-bottom:40px; position: absolute; left:0; top:0; z-index: 20; background-size:100% 100%;
/*6.10*/
	height: 537px;
/*	end*/
}
.t_c_3{text-align:center; width:100%;}
.t_c_3 span{display:inline-block;width:46px; height:46px; margin-top:30px;}
.t_c_3 span img{width:100%; height: auto; }
.t_c_3 h1{font-size:24px; color:#fff; font-weight: bold; margin-top:8px;}
.d_c_3_1{padding:0 0 0 3%;
/*	6.3修改*/
/*	margin-top:10px;*/
/*	end*/
}
.l_c_3_1{float:left; width:95%; }
/*6.3修改*/
.d_c_3_2{margin:0; padding:0 29px 0 15px;}
/*end*/

/*6.3修改*/
.d_c_3_2 .h1{font-size:18px; color:#333333; font-weight: bold; line-height: 24px; float:left; width:33.33%; text-align: center; background-color:#f6f6f6; padding:26px 0 0 0; border-left:1px solid #fff; position: relative; cursor: pointer; height: 100px;}
.d_c_3_2 .h1:first-child{border-left:none;}
.d_c_3_2 .h1::after{width:24px; height: 12px;content: ""; position: absolute; bottom:-10px; left: 50%; margin-left:-6px; background:url(images/y1.png) bottom center no-repeat; background-size:100% 100%; display: none;}
.d_c_3_2 .h1.on{background-color:#e5eaf0; color:#004098;}
.d_c_3_2 .h1.on::after{display:block;}
.d_c_3_2 .h1 .span{display:inline-block; text-align: left;}
/*end*/

/*	6.3 修改*/
/*.l_c_3_1 ul {padding-top:16px;}*/
.l_c_3_1 ul li{display: block;font-size: 14px;color: #555555;padding: 0 20px;line-height: 45px;border-bottom: 1px dashed #cccccc;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height:45px}
.l_c_3_1 ul li span{float:left; width:26px; height:26px; display: inline-block; margin-right:2%;}
.l_c_3_1 ul li span img{width:100%; height: auto;}
/*6.3修改*/
.l_c_3_1 ul li h1{ font-size:14px; color:#333333;  line-height: 45px; 
/*	width:78%; float:left;*/
}
.l_c_3_1 ul li:hover h1{color:#014299;}
.r_c_3{width:44%; float:right; position: absolute; right:2px; top:0px; z-index: 10; height: 525px; 
}
/*end*/
.t_r_c_3{padding:31.5px 0; background-color:#f6f6f6; text-align: center; }
.t_r_c_3 span{display:inline-block; width:21px; height: 27px; vertical-align: middle;}
.t_r_c_3 span img{width:100%; height: auto;}
.t_r_c_3 h1{ font-size:24px; color:#ff6c00; font-weight: bold; display: inline-block; margin:0 0 0 10px; vertical-align: middle;}
.r_c_3_1{padding:0 7% 0 5%; }
.r_c_3_1 li{width:50%; float:left; border-bottom:1px solid #e4e4e4; height: 110px; padding-top:26px;}
.r_c_3_1 li:last-child{border:none;}
.r_c_3_1 li span{float:left; width:28px; height: 28px; margin-right:3%}
.r_c_3_1 li span img{width:100%; height: auto;}
.r_c_3_1 li h1{float:left; font-size:16px; color:#333333; line-height: 22px; width:70%;
}
.r_c_3_1 li:nth-child(2n) span{margin-left:10%;}
.r_c_3_1 li:hover h1{color:#ff6c00;}

/*6.3修改新增*/
.tabBox2{width:88%; margin:auto auto auto 5% ;}
.tabBox2 .hd{}
.tabBox2 .hd li{width:50%; display: inline-block; vertical-align: top; font-size:16px; line-height: 22px; color:#333333; background-color:#f6f6f6; padding:18px 8% 18px 8%; text-align: center; cursor: pointer; margin-top:30px;}
.tabBox2 .hd li .span{width:18px; height: 11px; display: block; margin:10px auto auto auto; background:url(images/y2.png) center no-repeat; background-size:100% 100%;}
.tabBox2 .hd li.on{background-color:#e5eaf0;}
.tabBox2 .hd li.on .span{background-image:url(images/y3.png);}
.bdList .list{}
.bdList .list a{display:block; font-size:14px; color:#555555;padding:0 20px; line-height: 45px; border-bottom:1px dashed #cccccc;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.bdList .list a:hover{color:#004098;}
/*end*/

@media screen and (max-width:1199px){
/*
	6.3修改
	.d_c_3_2 .h1{font-size:16px; margin-right:7%;}
	.l_c_3_1 ul li h1{float:none;width:100%;}
	.l_c_3_1 ul li{padding:20px 20px 0 18px}
	
*/
	.d_c_3_2 .h1{font-size:16px;}
	.d_c_3_2{padding:0 24px 0 13px;}
	.tabBox2 .hd li{padding:18px 4% 18px 4%; font-size:16px;}
	.l_c_3_1 ul li{padding-top:10px;}
/*	end*/

}
@media screen and (max-width:991px){
/*6.3修改
	.l_c_3_1{width:49%;margin-right:1%}
	.l_c_3_1 ul li{padding:10px 5px;}
	.d_c_3_2 h1{font-size:14px;margin-right:4%;}
	.l_c_3_1 ul li h1{font-size:14px;}
	.r_c_3_1 li h1{width:100%; float: none; font-size:14px;}
	.d_c_3_1{margin:0;}
*/
	.l_c_3{background-size:cover;}
	.d_c_3_2{padding:0 0 0 16px;}
	.d_c_3_2 .h1,
	.tabBox2 .hd li{font-size:14px;}
	.l_c_3_1 ul li{padding:10px;}
/*	end*/
	/*	6.10*/
	.l_c_3{height:577px}
/*	end*/
}
@media screen and (max-width:767px){
	.bg2{padding-bottom:0;}
	.c_3{margin-top:20px;}
/*	6.3 修改*/
	.l_c_3{width:100%; position: static; background-image: none;padding:0;}
	.t_c_3{background-image:url(images/p29.png); background-repeat: no-repeat; background-position: center; }
	/*	end*/
	
	.r_c_3{width:100%!important; position: static; margin-top:0px; border-radius: 6px; overflow: hidden; height: auto; padding-bottom:10px;}
	.t_c_3{padding:10px 0;}
	.t_c_3 span{width:30px; height: 30px; margin: 0 5% 0 0; vertical-align: middle;}
	.t_c_3 h1{display:inline-block;vertical-align: middle; margin: 0; font-size:18px;}
	.d_c_3_1{padding:5px 2%; box-shadow: 2px 0px 16px rgba(0,0,0,0.2); border-radius: 6px; margin-top:10px;}
	.l_c_3_1{width:100%; margin: 0;}
	.l_c_3_1 ul li {width:100%; height: auto;}
	.l_c_3_1 ul li h1{font-size:12px; line-height: 16px;}
	.t_r_c_3{padding:10px 0;}
	.t_r_c_3 h1{font-size:18px;}
	.r_c_3_1 li h1{font-size:12px; line-height: 16px;}
	.r_c_3_1 li{padding-top:10px; height: 50px;}
	.d_c_3_2{margin:0; text-align: center; padding:0;box-shadow: 2px 0px 16px rgba(0,0,0,0.1); border:none}
	.d_c_3_2 .h1{width:100%; height: auto;margin: 0; padding:0; padding:10px; border-top:1px solid #e5eaf0;}
	.tabBox2{padding:0; width:100%; margin: 0;}
	.tabBox2 .hd li{width:100%!important; margin: 0!important;border-top:1px solid #e5eaf0!important; padding:10px!important;}
	.bdList .list a{padding:0 5px;}
	.tabBox2 .bd{padding:0 10px;}
	.d_c_3_2 .h1.on::after{display:none;}
/*	end*/
	.d_c_3_2 h1{display:inline-block;line-height:16px; margin: 5px 2%; float:none;}
		/*	6.10*/
	.l_c_3,
	.r_c_3{height:auto;}
/*	end*/
}

.c_4{padding:1px 0 80px 0; margin-top:70px;}
.title1 span{background-color:#ff6c00;}
.title1 h1{color:#fff;}
.title1 h2{opacity:0.6; color:#fff;}
.c_4_1{margin-top:36px;}
.c_4_2{float:left; width:50%; background-color:#f3f3f3; padding:40px 4.5% 60px 5.1%; border-top-left-radius: 10px;border-bottom-left-radius: 10px; margin-top:50px;}
.c_4_2 span{display:block; width:24px; height: 3px; background-color:#ed6a00;}
.c_4_2 h1{font-size:24px; color:#ff6c00; font-weight: bold; margin-top:20px;}
.c_4_2 h2{font-size:14px; line-height: 24px; color:#363636; margin-top:25px; height: 96px;overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;}
.c_4_2 .more{ width:130px; height: 46px; display: block; border:1px solid #e0e0e0; text-align: center; line-height: 46px; border-radius: 3px; margin-top:48px; font-size:14px; color:#363636;}
.c_4_2 .more:hover{color:#ff6c00;}
.c_4_2_3{width:50%; height: auto; float:right; border-radius: 10px; overflow: hidden;}
.c_4_1 .slick-prev{width:21px; height: 40px; background-image: url(images/p30.png); background-repeat: no-repeat; background-position: center; left:-62px;}
.c_4_1 .slick-next{width:21px; height: 40px; background-image: url(images/p31.png); background-repeat: no-repeat; background-position: center; right:-62px;}
.c_4_1 .slick-prev:hover{background-image: url(images/p33.png);}
.c_4_1 .slick-next:hover{background-image: url(images/p32.png);}
.c_4_1 .slick-dots{width:100%; text-align: center;}
.c_4_1 .slick-dots li{display:inline-block; width:8px; height: 8px; border-radius: 4px; background-color:#f3f3f3;}
.c_4_1 .slick-dots li.slick-active{background-color:#ff6c00;}

@media screen and (max-width:1199px){
	.c_4_2{padding:20px 10%; margin-top:40px;}
}

@media screen and (max-width:991px){
	.c_4{margin-top:40px; padding:1px 0 40px 0;}
	.c_4_2{ margin-top:10px;}
	.c_4_2 .more{margin-top:20px;}
	
}
@media screen and (max-width:767px){
	.c_4_2{width:100%;border-radius: 10px;}
	.c_4_2 h1{font-size:18px; margin-top:10px;}
	.c_4_2 h2{font-size:12px; line-height: 16px; height: 64px; margin-top:10px;}
	.c_4_2 .more{margin-top:10px; width:80px; height: 40px; line-height: 40px; font-size:12px; }
	.c_4_2_3{width:100%;}
	.c_4_1{margin-top:10px;}
}




.c_5_1{margin:27px 0 82px 0; }
.c_5_2{width:49.1%; float:left;}
.c_5_3{background-color:#f6f6f6; padding:20px 4.3% 20px 3.4%;}
.c_5_3 span{float:left; width:200px; height: auto; margin-right:3.4%;}
.c_5_3 span img{width:100%; height: auto;}
.c_5_4{}
.c_5_4 h1{font-size:18px; color:#333333; margin-top:10px;
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.c_5_4 h2{ font-size:14px; color:#888888; line-height: 26px; height: 52px; margin-top:25px;
	overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.c_5_4 div{margin-top:20px;}
.c_5_4 div h3{float:left; font-size:14px; color:#a9a9a9;}
.c_5_4 div h4{float:right; font-size:14px;color:#ff6c00;}
.c_5_3:hover .c_5_4 h1{color:#004098;}
.c_5_3:hover .c_5_4 div h4{border-bottom:1px solid #ff6c00;}
.c_5_5{background-color:#f6f6f6; margin-top:20px; padding:14px 3.4% 14px 3.4%;}
.c_5_5 h1{float:left; padding:8px 13px; border-radius: 50px; background-color:#004098; font-size:14px;color:#fff; margin-right:3.4%;}
.c_5_5 h2{font-size:16px; color:#333333; width:70%; margin-top:7px; float:left;
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.c_5_5 span{float:right; width:21px; height: auto; margin-top:12px; display:none;}
.c_5_5 span img{width:100%; height: auto; display: block;}
.c_5_5:hover{background-color:#ff6c00;}
.c_5_5:hover h1{background-color:#ff8226;}
.c_5_5:hover h2{color:#fff;}
.c_5_5:hover span{display:block;}
#c_5_2{float:right;}

@media screen and (max-width:991px){
	.c_5_3 span{width:150px;}
	.c_5_1{margin:27px 0 40px 0}
}
@media screen and (max-width:767px){
	.c_5_2{width:100%;}
	.c_5_1{margin:20px 0 20px 0}
	.c_5_3{padding:10px 3%;}
	.c_5_3 span{width:120px;}
	.c_5_4 h1{font-size:14px; margin-top:5px;}
	.c_5_4 h2{font-size:12px; line-height: 16px; height: 32px; margin-top:10px;}
	.c_5_4 div{margin-top:5px;}
	.c_5_4 div h3{font-size:12px;}
	.c_5_4 div h4{font-size:12px;}
	.c_5_5{margin-top:10px; padding:10px 3%;}
	.c_5_5 h1{padding:5px 3%; font-size:12px;}
	.c_5_5 h2{font-size:12px;  margin-top:5px;}
	.c_5_5 span{width:16px; margin-top:8px;}
}

.c_6{ padding:60px 0; }
.c_6_1{width:70.9%; margin: auto; text-align: center;}
.c_6_1 .slick-slide span{width:120px; height: auto; margin: auto; display: block;}
.c_6_1 .slick-slide span img{width:100%; height: auto;}
.c_6_1 .slick-slide h1{padding:9px 3%; border-radius: 50px; background-color:#ff6c00; display: inline-block; margin-top:20px; font-size:24px; color:#fff;}
.c_6_1 .slick-prev{width:25px; height: 50px; background-image: url(images/p37.png); background-repeat: no-repeat; background-position: center; left:-27px; opacity: 0.3;}
.c_6_1 .slick-next{width:25px; height: 50px; background-image: url(images/p38.png); background-repeat: no-repeat; background-position: center; right:-27px;opacity: 0.3;}
.c_6_1 .slick-prev:hover{opacity: 1;}
.c_6_1 .slick-next:hover{opacity: 1;}
.c_6_1 .slick-dots{width:100%; text-align: center;}
.c_6_1 .slick-dots li{display:inline-block; width:8px; height: 8px; border-radius: 4px; background-color:#f3f3f3;}
.c_6_1 .slick-dots li.slick-active{background-color:#ff6c00;}

@media screen and (max-width:991px){
	.c_6{padding:30px 0;}
	.c_6_1 .slick-slide h1{font-size:16px;}
}
@media screen and (max-width:767px){
	.c_6_1 .slick-slide span{width:80px;}
	.c_6_1 .slick-slide h1{font-size:12px; margin-top:10px;}
}

/*bottom*/
.bottom{padding-top:50px; border-top:1px solid rgba(0,0,0,0.1);}
.c_7_1{float:right; text-align: center;}
.c_7_1 h1{ font-size:24px;color:#004098}
.c_7_1 div{border:1px solid #e0e0e0; width:122px; margin: auto; margin-top:18px;}
.c_7_1 div span{width:100%; height: auto; display: block;}
.c_7_1 div span img{width:100%; height: auto;}
.c_7_1 div h2{font-size:12px; color:#343434; line-height: 20px;}
.c_7_2{margin-top:50px; padding-top:25px; border-top:1px solid rgba(225,225,225,0.6); float: left; width: 100%;}
.c_7_3{float:left;}
.c_7_3 h1{float:left; font-size:12px;color:#666666;}
.c_7_3 a{font-size:12px;color:#666666; float:left;}
.c_7_3 a i{color:#d3d3d3; margin: 0 10px;}
.c_7_3 a:hover{color:#ff6c00;}
.c_7_4{float:right;}
.weixin{float:left;}
.weixin .bdsharebuttonbox .bds_weixin{float:left; width:19px; height: 15px; background-image: url(images/p40.png); background-position: center; background-repeat: no-repeat; margin: 0 20px 0 0; padding: 0;}
.weixin .bdsharebuttonbox .bds_weixin:hover{background-image:url(images/p39.png);}
.a_1{float:left; width:19px; height: 15px; background-image: url(images/p41.png); background-position: center; background-repeat: no-repeat;}
.a_1:hover{ background-image: url(images/p42.png); }
.c_7_5{width:100%; float:left; padding:10px 0 20px 0; font-size:12px; color:#666666;}


.footLeft{ float: left; width:85%; }
.footUl{ float: left;width:100%;}
/*6.3修改*/
.footUl .footCell{ float: left; width: 18%; padding-right: 10px; margin-right:7%;}
/*end*/
.footUl .footCell .ttit h1{ font-size:16px; color:#333333; font-family: Arial; font-weight: bold; text-transform: uppercase; display:inline-block; margin-bottom:25px;}
.footUl .footCell .ttit h1 i{font-size:16px; color:#333333;display:block; font-weight: normal;}
.footUl .footCell .ttit img{  float:right; margin:7px 15px 0 0;}
.footUl .footCell .ttit .imgs{ display:none;}
.footUl .footCell .ttit.active .imgs{ display:none;}
.footUl .footCell .ttit .imgh{ display:none;}
.footUl .footCell .ttit.active .imgh{ display:block;}
.footUl .footCell ul li a{display:block; margin-bottom:20px; font-size:14px; color:#666666;}
.footUl .footCell ul li a:hover{color:#ff6c00;}
@media screen and (max-width:1199px){
    .footLeft{ float: left; width:80%; }
}
@media screen and (max-width:991px){
   .footLeft{ width: 100%;}
    .footUl .footCell .ttit{ padding-top: 11px; padding-bottom: 11px;}
    .footUl .footCell .ttit .imgs{ display:block;}
    .footUl .footCell ul{  padding-bottom: 10px; display: none; }
	.footUl .footCell ul li{border-bottom:1px solid #f6f6f6; padding:10px 0;}
    .footUl .footCell{ float: left; width: 100%; padding-right: 10px; border-bottom: #f6f6f6 solid 1px;}
	.footUl .footCell .ttit h1{margin-bottom:0;}
	.footUl .footCell ul li a{margin-bottom:0;}
	.c_7_2{margin-top:20px;}
	.c_7_1{float:left; margin-top:10px;}
}
@media screen and (max-width:767px){
	.bottom{padding-top:10px;}
	
	.c_7_1 h1{font-size:16px;}
	.c_7_1 div{margin-top:10px;}
	.c_7_2{margin-top:10px; padding-top:10px;}
	.c_7_4{float:left; margin-top:10px;}
	.c_7_5{padding:10px 0;}
	.footUl .footCell .ttit h1{ font-size:14px;}
.footUl .footCell .ttit h1 i{font-size:14px}
}

.fr{position:fixed; right:75px; top:600px; text-align: center; z-index: 200;}
.fr li{width:42px; height: 42px; border-radius: 21px; background-color:#004098; z-index: 100;padding-top:10px; position: relative;}
.fr li span{width:22px; height: 22px; margin: auto; display: block; }
.fr li p{width:98px; height: 90px; position: absolute; left:-98px; top:-20px; background-image: url(images/p43.png); background-position: center; background-repeat: no-repeat; padding:5px 5px 5px 0 ; display: none;}
.fr li p img{width:74px; height:80px;}
.fr li:hover{background-color:#ff6c00;}
.fr li:hover p{display:block;}
@media screen and (max-width:767px){
	.fr{display:none !important;}
}


/*产品   解决方案*/
.banner{width:100%; height: auto;}
.banner img{width:100%; height: auto;}
.min-height{min-height:500px;}
.c_8{background-color:#f0f0f0;}
.c_8_1{float:left; display: block; line-height: 58px; min-width: 105px; font-size:18px; color:#333333; padding: 0 15px; text-align: center; margin-right:40px;}
.c_8_1:hover{color:#ff6c00; border-bottom:2px solid #ff6c00; box-sizing: border-box;}
.c_8_1.hover{color:#ff6c00; border-bottom:2px solid #ff6c00; box-sizing: border-box;}

.c_8 .z_left{float:left; width:80%;}

.c_8_2{float:right; padding:18px 0;}
.c_8_2 span{float:left; width:18px; height: 18px; margin-right:13px;}
.c_8_2 span img{width:100%; height: auto;}
.c_8_2 a{ font-size:14px ;color:#555555;}
.c_8_2 i{margin:0 5px;}
.c_8_2 a:hover{color:#ff6c00;}

@media screen and (max-width:991px){
	.c_8{display:none;}
}

.babyser{ position: relative; z-index: 5;}
.babyser h2{ float:left; width:100%; padding: 0 15px; border-bottom:#e1e1e1 solid 1px;  color:#333333; font-size:18px; line-height:48px; }
.babyser h2 .imgr{ float:right; margin:16px 0 0 0;}
@media  screen and (max-width:991px){
    .babyser h2 .imgr{ float:right; margin:16px 0 0 0;
        transition: all 0.2s linear;
    }
    .babyser h2.active .imgr{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        transform:rotate(180deg);
    }
}
.pz_SideLayerph{ display:none;  background-color:#fff;}
.pz_SideLayerph .l1{}
.pz_SideLayerph .l1 h3{ color:#333; font-size:14px; line-height:40px; cursor:pointer; border-bottom:#e1e1e1 dashed 1px; position: relative;}
.pz_SideLayerph .l1 h3 a{ display: block; color:#333; padding-left:15px;}
.pz_SideLayerph .l1 h3.active a{ color:#337ab7;}
.pz_SideLayerph .l1 h3 img{ position: absolute; right: 0; top: 0; margin:17px 15px 0 0;}
.pz_SideLayerph .l1 h3 img.img3{ display:block;}
.pz_SideLayerph .l1 h3 img.img3h{ display:none;}
.pz_SideLayerph .l1 h3.active img.img3{ display:none;}
.pz_SideLayerph .l1 h3.active img.img3h{ display:block;}
.pz_SideLayerph .l1 .l1ul{ display:none;}
.pz_SideLayerph .l1 .l1ul li{border-bottom:#e1e1e1 solid 1px; padding:10px 10px 10px 29px; font-size:14px; line-height:22px;}
.pz_SideLayerph .l1 .l1ul li:last-child{ border:0;}
.pz_SideLayerph .l1 .l1ul li a{color:#999999;}

.c_9{text-align:center; margin:55px auto 60px auto;}
.c_9 h1{font-size:24px; color:#ff6c00; text-transform: uppercase;}
.c_9 h2{ font-size:24px; color:#004098; margin-top:8px;}
.c_9 h3{ font-size:16px; color:#666666; line-height: 30px; margin-top:35px;}

@media screen and (max-width:991px){
	.c_9{margin:30px auto;}
	.c_9 h3{margin-top:20px;font-size:14px; line-height: 20px;}
	.c_9 h1{font-size:20px;}
	.c_9 h2{font-size:20px; }
}

@media screen and (max-width:767px){
	.c_9{margin:15px auto;}
	.c_9 h1{font-size:16px;}
	.c_9 h2{font-size:16px;}
	.c_9 h3{font-size:12px; line-height: 16px; margin-top:10px;}
	
}

.c_10{background-color:#f0f0f0; padding:55px 0 60px 0; text-align: center;}
.c_10 h1{font-size:24px; color:#333333;}
.c_10_1{width:100%; margin-top:35px;}
.c_10_1 li{background-color:#fff; padding:36px 0 40px 0; text-align: center; width:31.5%; margin-right:2.75%; float:left;}
.c_10_1 li:last-child{margin-right:0;}
.c_10_1 li span{display:block; width:94px; height: auto; margin: auto;}
.c_10_1 li span img{width:100; height: auto;}
.c_10_1 li h2{ font-size:16px; color:#555555; margin-top:25px;}
.c_10_1 li:hover h2{color:#004098;}

@media screen and (max-width:991px){
	.c_10{padding:20px 0;}
	.c_10 h1{font-size:18px;}
	.c_10_1{margin-top:20px;}
	.c_10_1 li{padding:20px 0;}
}
@media screen and (max-width:767px){
	.c_10 h1{font-size:16px;}
	.c_10_1 li{padding:10px 0;}
	.c_10_1 li span{width:60px;}
	.c_10_1 li h2{font-size:12px; margin-top:10px;}
}

.c_22{padding:60px 0;}
.c_22 span{float:left; width:34.1%; margin-right:3.41%;}
.c_22_1 h1{font-size:24px; color:#333333; margin-top:17px;
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}
.c_22_1 h2{ font-size:16px; line-height: 28px; height: 56px; margin-top:23px;
	overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.more2{display:inline-block; padding:14px 32px;border:1px solid #e0e0e0; border-radius: 4px; font-size:14px; color:#363636; margin-top:40px;}
.more2:hover{background-color:#ff6c00; color:#fff;}
.c_22_2 {margin-top:43px;}
.c_22_2 a{float:left; display: block; padding:12px 35px; background-color:#e2e8eb; font-size:16px; color:#555555; margin-right:23px;}
.c_22_2 a:nth-child(2n){margin-right:0;}
.c_22_2 a:hover{background-color:#004098; color:#fff;}
.c_22_3{background-color:#f0f0f0;}
.c_22_3 span{float:right; margin:0 0 0 3.41%;}

@media screen and (max-width:1199px){
	.more2{margin-top:20px;}
	.c_22_2{margin-top:20px;}
	.c_22_1 h1{margin-top:10px;}
	.c_22_1 h2{margin-top:10px;}
}
@media screen and (max-width:991px){
	.c_22_1 h1{font-size:20px;}
	.c_22_1 h2{font-size:14px; line-height: 20px;  height: 40px;}
	.more2{padding:10px 3%; margin-top:10px;}
	.c_22_2{margin-top:10px;}
	.c_22_2 a{font-size:14px; padding:10px 2%; margin-right:2%;}
	.c_22{padding:30px 0;}
}
@media screen and (max-width:767px){
	.c_22{padding:10px 0;}
	.c_22 span{width:120px;}
	.c_22_1 h1{font-size:16px; margin-top:5px;}
	.c_22_1 h2{font-size:12px; line-height: 16px; height: 32px;}
	.more2{font-size:12px; padding:5px 3%; margin-top:5px;}
	.c_22_2{ margin:0;}
	.c_22_2 a{font-size:12px;  margin: 10px 0 0 0;}
}




/*服务与支持*/

.c_11{background-image: url(images/j10.jpg); background-repeat: no-repeat; background-position: top center; padding:45px 0 64px 0;}
.c_11_1{float:left; margin-top:210px;}
.c_11_1 h1{font-size:20px; color:#333;}
.c_11_1 h2{ font-size:14px; color:#999999; margin-top:15px;}
.c_11_1 h3{font-size:16px;color:#333333 ;margin-top:20px;}
.c_11_2{float:right; width:65%; position: relative; height: 546px;}
.c_11_2 img{width:100%; height: auto;}
.c_11_3{position:absolute; background-image: url(images/p54.png); background-position: center; background-repeat: no-repeat; background-size: cover;width:27.63%;  }
.c_11_3 h1{font-size:18px; color:#ffffff; float:left; line-height: 36px; margin-left:17px;font-style: italic; }
.c_11_3 h2{float:left; margin-left:30px; font-size:18px; color:#fff; line-height: 36px;}
.c_11_4{top:61.35%; right:25.65%;}	
.c_11_5{top:34.79%; right:34.42%;}	
.c_11_6{top:44.87%; right:67.32%;}	
.c_11_7{top:56.77%; right:52.63%;}	
.c_11_3:hover{background-image:url(images/p55.png);}
	
@media screen and (max-width:1199px){
	.c_11_1{margin-top:90px;}
	.c_11_2{width:50%; height: 345px;}
	.c_11_3 h1{margin-left:2%;}
	.c_11_3 h2{margin-left:10%;}
}	
@media screen and (max-width:991px){
	.c_11{padding:20px 0}
	.c_11_1 h1{font-size:16px;}
	.c_11_1 h2{font-size:12px; margin-top:10px;}
	.c_11_1 h3{font-size:14px; margin-top:10px;}
	.c_11_2{height:265px;}
	.c_11_3 h1{font-size:14px;}
	.c_11_3 h2{font-size:14px;}
}	
@media screen and (max-width:767px){
	.c_11_1{margin:0; text-align: center; width: 100%}
	.c_11_2{width:287px; height: 206px; margin: auto; float: none; margin-top:20px;clear: both; margin: auto;}
	.c_11_3 h1{font-size:12px;}
	.c_11_3 h2{font-size:12px;}
}	
	
.c_11_8{float:left; width: 100%; margin-top:50px;}	
.c_11_8	li{width:48.7%; float:left; margin-right:2.6%; border-radius: 10px; overflow: hidden; background-color:#fff; padding-bottom:10px; margin-bottom:30px;}
.c_11_8	li:nth-child(2n){margin-right:0;}	
.c_11_9{background-color:#e3e3e3; padding:25px 3.68%; margin-bottom:22px;}
.c_11_9 span{float:left; width:56px; height: 56px; border-radius: 50px; overflow: hidden; margin-right:3.5%;}
.c_11_9 span img{width:100%; height: auto;}
.c_11_9 h1{ font-size:18px; color:#333333;  margin:20px 0 0 0;}
.c_11_10{padding:0 3.68%; margin-bottom:15px;}	
.c_11_10 span{width:22px; height: 22px; float:left; margin-right:1.75%;}
.c_11_10 span img{width:100%; height: auto;}
.c_11_10 h1{ font-size:16px; color:#666666;}
	
@media screen and (max-width:991px){
	.c_11_8{margin-top:20px;}
	.c_11_9{padding:10px 2%;}
	.c_11_9 h1{font-size:16px; margin-top:10px;}
	.c_11_10 h1{font-size:14px;}
}	
@media screen and (max-width:767px){
	.c_11_8{margin-top:10px;}
	.c_11_8 li{width:100%; margin:10px 0 0 0;}
	.c_11_9 span{width:40px; height: 40px;}
	.c_11_9 h1{font-size:14px; margin-top:5px;}
	.c_11_9{margin-bottom:10px;}
	.c_11_10{margin-bottom:10px;}
	.c_11_10 h1{font-size:12px;}
	.c_11_8 li{padding:0;}
}	
	
/*客户满意度	*/
.c_12{margin-top:34px;}	
/*6.3修改*/
.c_12_1{width:100%; padding-bottom:80px;}	
.c_12_1	li{float:left; width:31.62%; margin-right:2.57%; padding:70px 0 0 0;background-image: url(images/y7.png); background-repeat: no-repeat; background-position: center; background-size: cover; text-align: center; height: 370px;}
.c_12_1	li:nth-child(3n){margin-right:0;}
.c_12_1	li span{width:136px; height: 136px; border-radius: 70px; overflow: hidden; display: block; margin: auto; background-color:#004098;}
.c_12_1	li h1{font-size:18px; color:#333333; margin:26px 0 16px 0;}
.c_12_1	li:hover h1{color:#004098;}
.c_12_1	li .p{font-size:14px; color:#555555; line-height: 20px;}
/*end*/

@media screen and (max-width:991px){
/*	6.3修改*/
	.c_12_1 li{padding:20px 0; height: 240px;}
/*end	*/
	.c_12_1 li span{width:100px; height:100px;}
}
@media screen and (max-width:767px){
	/*	6.3修改*/
	.c_12{margin-top:10px;}
	.c_12_1 li{
/*		padding:10px 0;*/
		width:100%; margin: 10px 0 0 0; height: auto; padding:20px 10px;}
	.c_12_1{padding-bottom:30px;}
	.c_12_1 li span{width:87px; height: 87px;}
	.c_12_1 li h1{font-size:14px; margin-top:10px;}
/*	end*/
}

.c_12_2{margin:30px 0 60px 0; background-color:#f5f5f5; padding:60px 8% 67px 8%;}
.c_12_2>h1{text-align:center; font-size:16px; color:#666666; margin-bottom:47px;}
.c_12_3{width:100%;}
.c_12_3 li{float:left; width:48.45%; background-color:#fff; margin-right:2.56%; padding: 0 0 0 2%; margin-bottom:30px;  border:1px solid #ebebeb;}
.c_12_3 li:nth-child(2n){margin-right:0;}
.c_12_3 li h1{float:left; font-size:14px; color:#434343; line-height: 50px;}
.c_12_3 li h1 i{color:#ff0000;}
.c_12_3 li input{ height: 46px; margin-top:2px; width:80%; text-indent: 10px;}
.c_12_3 .textarea{width:100%; margin:0 0 13px 0 ; height:140px;}
.c_12_3 .textarea textarea {width:100%; height: 70px;padding-right:3%; border:none;}
.c_12_3 .yzm input{width:50%;}	
.c_12_3 .yzm span{width:78px; height: 32px; float:right; margin-right:5%; margin-top:10px;}
.c_12_3 .yzm span img{width:100%; height: auto;}	
.submit{width:215px; height: 50px; border-radius: 4px; background-color:#004098; font-size:18px; color:#fff; margin: auto; display: block; cursor: pointer; margin-top:15px;}	
	
@media screen and (max-width:991px){
	.c_12_2{margin:30px 0; padding:30px 5%;}
	.c_12_2>h1{font-size:14px; margin-bottom: 20px;}
	.c_12_3 li input{width:75%;}
}	
@media screen and (max-width:767px){
	.c_12_2{margin:20px 0;}
	.c_12_2{padding:20px 5%;}
	.c_12_2>h1{fotn-size:12px;}
	.c_12_3 li{width:100%; margin: 0 0 10px 0;}
	.c_12_3 li input{width:50%;}
	.c_12_3 .yzm input{width:35%;}
	.submit{width:150px; height: 40px; margin-top:10px;}
}	
	
	
.c_13{}	
.c_13 li{margin-bottom:30px; background-color:#f6f6f6; }
.c_13 li span{float:left;margin:30px 2.56%; width:247px; height: auto; }
.c_13 li span img{width:100%; height: auto;}
.c_13 li:last-child{margin-bottom:0;}
.c_13_1{padding-left:2.56%; border-left:1px solid #fff; width:68.9%; float:left; height: 245px;}	
.c_13_1	h1{font-size:18px;color: #333333; margin-top:45px;
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}
.c_13_1	h2{font-size:14px; color:#888888; line-height: 26px; margin-top:25px; height: 52px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.c_13_1	div{margin-top:60px;}
.c_13_1	div	h3{float:left; font-size:14px; color:#a9a9a9;}
.c_13_1	div h4{font-size:14px; color:#a9a9a9; float:right;}
.c_13 li:hover{box-shadow:0 0 10px rgba(0,0,0,0.13);}
.c_13 li:hover .c_13_1	h1{color:#004098;}
.c_13 li:hover .c_13_1	div h4{color:#004098;}
.page{width:100%; text-align: center; margin:60px 0;}	
.page a{width:30px; height: 30px; border-radius: 2px; line-height: 30px;margin: 0 2.5px; display:inline-block; vertical-align: middle; font-size:14px; color:#999999}
.firstpage{background-image:url(images/p64.png); background-repeat: no-repeat; background-position: center;}
.lastpage{background-image:url(images/p65.png); background-repeat: no-repeat; background-position: center;}
.firstpage_1{background-image:url(images/p68.png); background-repeat: no-repeat; background-position: center;}
.lastpage_1{background-image:url(images/p69.png); background-repeat: no-repeat; background-position: center;}
.page a:hover,
.page a.on{border:1px solid #ff6c00; box-sizing: border-box; transition: 0s; color:#ff6c00;}
.firstpage:hover,
.firstpage.on{background-image:url(images/p67.png);}
.lastpage:hover,
.lastpage.on{background-image:url(images/p66.png);}
.firstpage_1:hover,
.firstpage_1.on{background-image:url(images/p73.png);}
.lastpage_1:hover,
.lastpage_1.on{background-image:url(images/p72.png);}
.pageph{text-align:center; display: none; margin: 20px 0;}
.pageph a{width:30px; height: 30px; border-radius: 2px; line-height: 30px;margin: 0 2.5px; display:inline-block; vertical-align: middle; font-size:14px; color:#999999}
.pageph span{display:inline-block;font-size:14px; color:#999999; vertical-align: middle;}
@media screen and (max-width:1299px){
	.c_13_1{padding-right:3%;}
}
@media screen and (max-width:991px){
	.c_13_1{float:none; width:100%;height:auto; border: none;padding:0;}
	.c_13 li span{margin:0; margin-right:3%; width: 180px}
	.c_13 li{padding:20px 3%; margin-bottom:20px;}
	.c_13 li .c_13_1 h1{margin-top:10px;}
	.c_13_1 div{margin-top:20px;}
	.c_13_1 h2{margin-top:10px;}
	.page{display:none;}
	.pageph{display:block;}
}
@media screen and (max-width:767px){
	.c_13 li{padding:10px 3%; margin-bottom:10px;}
	.c_13 li span{width:120px;}
	.c_13_1 h1{font-size:14px;}
	.c_13_1 h2{font-size:12px; line-height: 16px; height: 32px;}
	.c_13_1 div{margin-top:10px;}
	.c_13_1 div h3{font-size:12px;}
	.c_13_1 div h4{font-size:12px;}
}

/*关于我们*/
.c_14{margin-top:7px; font-size:16px;color:#666666; line-height: 30px;}
.c_14 i{color:#004098; font-weight: bold;}

@media screen and (max-width:991px){
	.c_14	{margin-top:0;}
}
@media screen and (max-width:767px){
	.c_14	{font-size:14px; line-height: 22px;}
}

.c_15_1{margin-top:60px;}
.c_15_1 > h1{ font-size:24px; color:#004098; font-weight: bold; width:100%; text-align: center; background-image: url(images/p74.png); background-repeat: no-repeat; background-position: center;}
.c_15_1 ul li{float:left; width:31.45%; margin-right:2.825%; border:1px solid #eaeaea;padding-top:45px; margin-top:30px; }
.c_15_1 ul li:nth-child(3n){margin-right:0;}
.c_15_1 ul li span{width:75.54%; display: block; margin: auto;}
.c_15_1 ul li h1{width:100%; padding:16px 0; background-color:rgba(0,64,152,0.9); font-size:16px; color:#fff; text-align: center; opacity: 0;}
.c_15_1 ul li:hover h1{opacity:1;} 

@media screen and (max-width:991px){
	.c_15_1{margin-top:40px;}
	.c_15_1 > h1{font-size:20px;}
	.c_15_1 ul li{padding-top:20px; margin-top:20px;}
	.c_15_1 ul li h1{padding:5px 0;opacity: 1;}
}
@media screen and (max-width:767px){
	.c_15_1{margin-top:20px;}
	.c_15_1 > h1{font-size:16px;}
	.c_15_1 ul li{border:none;padding:0; margin-top:10px;}
	.c_15_1 ul li span{width:100%;}
}

.c_15_2{padding:58px 0; background-color:#eeeeee; margin-top:70px;}
.c_15_2 >.container >h1{font-size:24px; color:#333333;  text-align: center;}
.c_15_2 ul{margin-top:40px;}
.c_15_2 ul li{background-color:#fff;width:48.7%; margin-right:2.6%; padding:40px 0; border-radius: 10px; float:left;}
.c_15_2 ul li:nth-child(2n){margin-right:0;}
.c_15_2 ul li span{width:90px; height:auto; margin: auto; display: block;}
.c_15_2 ul li span img{width:100%; height: auto;}
.c_15_2 ul li h1{text-align:center; font-size:16px; color:#555555 ; margin-top:30px;}
.c_15_2 ul li:hover h1{color:#1953a2;}

@media screen and (max-width:991px){
	.c_15_2{margin-top:40px; padding:30px 0;}
	.c_15_2 ul{margin-top:20px;}
	.c_15_2 ul li{padding:20px 0;}
	.c_15_2 >.container> h1{font-size:20px;}
	.c_15_2 ul li h1{margin-top:20px;}
}
@media screen and (max-width:767px){
	.c_15_2{margin-top:20px; padding:20px 0;}
	.c_15_2 ul li{padding:10px 0;}
	.c_15_2 >.container>h1{font-size:16px;}
	.c_15_2 ul li h1{margin-top:10px;}
	.c_15_2 ul li span{width:70px;}
	.c_15_2 ul li h1{font-size:14px;}
}

.c_15_3 ul{background-image:url(images/p77.png); background-repeat: repeat-y; background-position: top center; width:100%; padding:60px 0 70px 0;}
.c_15_3 ul li{margin-bottom:25px; }
.c_15_3 ul li:last-child{margin-bottom:0;}
.c_15_4{float:right; width:59.5%;}
.c_15_5{float:left; width:117px;padding:13px 0;background-image: url(images/p78.png);  background-repeat: no-repeat; background-position:top left; margin-right:2.85%; }
.c_15_5 div{ width:78%; text-align: center;clear: both;}
.c_15_5 h1{font-size:24px; color:#666666; }
.c_15_5 span{width:2px; height: 6px; background-color:#666666; display: inline-block;margin: 5px 0; }
.c_15_5 h2{font-size:22px; color:#666;}
.c_15_6{float:left; width:80%; border:1px solid #e3e3e3; border-radius: 8px; padding:27px 3%; font-size:16px; color:#666666; }
.c_15_7{float:left; width:59.5%;}
.c_15_7 .c_15_5{background-image: url(images/p79.png);margin:0 0 0 3.15%;text-align:right}
.c_15_7 .c_15_5 div{float:right;}
/*.c_15_3 ul li:last-child .c_15_5 h2{padding:20px;}*/
.more1{padding:15px 0; border-radius: 8px; background-color:#004098; font-size:16px; color:#fff; margin: auto; display:block; width:152px;  text-align: center; margin-bottom:60px;}
.more1:hover{opacity:0.9; cursor: pointer;}
@media screen and (max-width:1199px){
	.c_15_4{width:61.5%}
	.c_15_6{width:75%;}
	.c_15_7{width:61.5%}
	.c_15_7 .c_15_5{margin:0 0 0 5%;}
}
@media screen and (max-width:991px){
	.c_15_3 ul{padding:30px 0; background-image: none; text-align: center;}
	.c_15_3 ul li{display:inline-block; width:70%; }
	.c_15_4{width:100%;}
	.c_15_7{width:100%;}
	.c_15_6{width:60%;padding:10px 3%; margin-top:20px;}
	.c_15_3 ul li{margin-bottom:10px;}
	.c_15_5{height:89px;}
	.c_15_5 h1{font-size:20px;}
	.c_15_5 h2{font-size:18px;}
	.more1{margin-bottom:40px;}
}
@media screen and (max-width:767px){
	.c_15_3 ul{padding:10px 0;}
	.c_15_5{background-image:none;width:70px; height:70px; border-radius: 50px; border:1px solid #ececec; text-align: center;}
	.c_15_7 .c_15_5{background-image:none; text-align: center;}
	.c_15_5 div{width:auto; height: auto; }
	.c_15_7 .c_15_5 div{width:auto; height: auto;float: none;}
	.c_15_3 ul li{width:100%;}
	.c_15_5 h1{font-size:16px;}
	.c_15_5 h2{font-size:14px;}
	.c_15_6{font-size:12px; margin-top:10px;}
	.more1{padding:10px 0;width:100px; font-size:14px;}
	.more1{margin-bottom:20px;}
}

/*招聘*/
.c_16{ margin-top:-30px;}
.c_16 li{margin-bottom:20px;}
.c_16 li:last-child{margin-bottom:0;}
 .l_recruit_t{ display:block; width:100%; background:#f7f7f7; cursor:pointer;border-left: 3px solid #004098;position: relative; padding:30px 2.8%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	}
 .l_recruit_t span{display: block;float: left;}
 .l_recruit_t span h2{display: block;font-size: 24px; color: #004098;}
 .l_recruit_t span h5{display: block;margin-top: 5px;font-size: 14px;color: #333333; margin-top:15px;}
 .l_recruit_t font{display: block;float: right;margin: 8px 0 0 0;font-size: 14px;color: #808080;padding-right: 50px;position: relative;}
 .l_recruit_t font::after{content: "";display: block;position: absolute;right: 0;top: 4px;background: url(images/img_recruit_1.png) no-repeat center/100% 100%;width: 28px;height: 15px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;}
 .l_recruit_t i{display: block;position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 3.41%;opacity:0; filter:alpha(opacity=00);z-index: 9;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;}
 .l_recruit_t i::before{content: "";display: block;float: left;width: 100%;height: 1px;background: #e6e6e6; }
 .l_recruit_t.on font::after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	}
 .l_recruit_t.on i{opacity:1; filter:alpha(opacity=100);}


 .l_recruit_d{display: none; width:100%; background:#f7f7f7; border-left: 3px solid #004098; position:relative;line-height:34px; font-size:14px; color:#4c4c4c; padding:0 2.8% 35px 2.8%;}
 .l_recruit_d h4{display: block; padding:25px 0 18px 0; font-size: 16px; color: #666;font-weight: bold;}
/*.l_recruit_d h4:first-child{padding-top:25px;}*/
 .l_recruit_d span{display: block;font-size: 16px;color: #666;font-weight: bold; padding-bottom:40px; margin-top:45px;}
 .l_recruit_d span a.z_a{color: #004098; font-size:16px; font-weight:normal;}
 .l_recruit_d span a.z_a:hover{text-decoration: underline;}
 .l_recruit_d span a.button{ display:block;float: right;background:#ff6c00; width:155px; height:40px;line-height: 40px;font-size: 16px;color: #fff; text-align:center; cursor:pointer;  font-weight: normal; border: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -webkit-appearance:none;
    outline: 0;
	margin-right:40px; margin-top:10px;
	 border-radius: 100px;
}
.l_recruit_d span a.button:hover{opacity:0.8;}

@media screen and (max-width:991px){
	.l_recruit_t{padding:20px 2%;}
	.l_recruit_t span h2{font-size:20px;}
	.c_16{ margin-top:20px;}
	.l_recruit_d h4{padding:10px 0;}
}
@media screen and (max-width:767px){
	.l_recruit_t{padding:10px 2%;}
	.l_recruit_t span h2{font-size:16px;}
	.l_recruit_t span h5{font-size:12px; margin-top:5px;}
	.l_recruit_t font{font-size:12px; padding-right:20px;}
	.l_recruit_t font::after{width:20px; height: 10px;}
	.l_recruit_d h4{padding:10px 0; font-size:14px;}
	.l_recruit_d h4:first-child{padding-top:10px;}
	.l_recruit_d{line-height:20px; font-size:12px; padding:0 2%;}
	.l_recruit_d span{margin-top:10px;}
	.l_recruit_d span a.button{width:100px; font-size:12px; height: 30px; line-height: 30px;}
	.c_16{margin:0;}
}

/*产品*/
.c_17{background-color:#f0f0f0; padding:60px 0;}
.c_17 h1{font-size:24px; color:#333333; text-align: center;}
.c_17 ul{width:100%; margin-top:45px;}
.c_17 ul li{float:left;width:49%;}
.c_17 ul li:nth-child(2n){float:right;}
.c_17 ul li h2{ font-size:20px; color:#333333; font-weight: bold;}
.c_17 ul li a{display:block; width:100%;  padding:21px 4.59%; background-color:#fff;margin-top:30px;font-size:16px; color:#333333; }
.c_17 ul li i{width:4px; height: 4px; display: inline-block; background-color:#ff6c00; margin-right:3.51%; vertical-align: middle;}
.c_17 ul li p{display:inline-block;  width:60%; vertical-align: middle;
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}
.c_17 ul li a:hover{background-color:#004098; color:#fff;}
.c_17 ul li a:hover i{background-color:#fff;}
.c_17 ul li a:hover p{color:#fff;}

@media screen and (max-width:1199px){
	.c_17 ul li h2{font-size:16px;}
}
@media screen and (max-width:991px){
	.c_17{padding:30px 0;}
	.c_17 h1{font-size:20px;}
	.c_17 ul{margin-top:30px;}
	.c_17 ul li a{padding:10px 3%;font-size:14px; margin-top:10px;}
}
@media screen and (max-width:767px){
	.c_17{padding:10px 0;}
	.c_17 h1{font-size:16px;}
	.c_17 ul li{width:100%; margin: 10px 0 0 0;}
	.c_17 ul{margin-top:10px;}
	.c_17 ul li h2{font-size:14px;}
	.c_17 ul li a{font-size:12px;}
}

.c_18{padding:60px 0;}
.c_18 h1{font-size:24px; color:#333333; text-align: center;}
.c_18 ul{margin-top:40px;}
.c_18 ul li{float:left; width:31.6%; margin-right:2.6%; border:1px solid #efefef; box-sizing: border-box;}
.c_18 ul li:nth-child(3n){margin-right:0;}
.c_18 ul li span{width:100%; height: auto; display: block;}
.c_18 ul li span img{width:100%; height: auto;}
.c_18 ul li h2{ font-size:18px; color:#333333; padding:20px 0; text-align: center;}
.c_18 ul li:hover h2{color:#004098;}

@media screen and (max-width:991px){
	.c_18{padding:30px 0;}
	.c_18 h1{font-size:20px;}
	.c_18 ul{margin-top:20px;}
}
@media screen and (max-width:767px){
	.c_18{padding:20px 0;}
	.c_18 h1{font-size:16px;}
	.c_18 ul li h2{padding:10px 0; font-size:12px;}
}

.c_19{background-color:#f0f0f0; padding:60px 0;}
.c_19 span{float:right; width:34.18%; margin-left:8.71%;}
.c_19 div h1{ font-size:24px; color:#333333; margin-top:30px;
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;text-align:right}
.c_19 div h2{font-size:16px; color:#666666; line-height: 28px; height: 84px; margin-top:25px;
	overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.c_19 div a{display:block;  padding:15px 20px; border:1px solid #e0e0e0; float:right; margin-top:70px; border-radius: 4px;}
.c_19 div a h3{float:left; font-size:14px; color:#363636;}
.c_19 div a p{float:left; width:14px; height: 14px; display: block; margin-left:20px;}
.c_19 div a p img{width:100%; height: auto; display: block;}
.c_19 div a:hover h3{color:#004098;}

.c_19_1{background-color:#fff;}
.c_19_1 div h1{text-align:left}
.c_19_1 div a{float:left;}
.c_19_1 span{float:left; margin: 0 3.24% 0 0;}
.c_19_1 div{ padding-right:2%;}

@media screen and (max-width:1199px){
	.c_19 div a{margin-top:30px;}
}
@media screen and (max-width:991px){
	.c_19{padding:30px 0;}
	.c_19 div h1{font-size:20px; margin-top:10px;}
	.c_19 div h2{font-size:14px; line-height: 20px;height: 60px;}
	.c_19 div a{margin-top:10px;}
}
@media screen and (max-width:767px){
	.c_19{padding:10px 0;}
	.c_19 span{width:100px; margin-left:2%;} 
	.c_19 div h1{font-size:16px;}
	.c_19 div h2{font-size:12px; margin-top:5px; line-height: 16px; height: 48px;}
	.c_19 div a{padding:5px 4%;}
	.c_19 div a h3{font-size:12px;}
}

/*联系我们*/
.c_20{background-color:#f7f7f7; margin-bottom:30px;}
.c_20 .map{float:right; width:49%; margin: 10px 0.85% 10px 0; height: 275px;}
#bdmap1{ position: relative; width: 100%; height: 100%;}
#bdmap2{ position: relative; width: 100%; height: 100%;}
#bdmap3{ position: relative; width: 100%; height: 100%;}
#bdmap4{ position: relative; width: 100%; height: 100%;}
#bdmap5{ position: relative; width: 100%; height: 100%;}
.c_20_1{float:left; width:49%;}
.c_20_1 h1{padding:25px 0 25px 4.77%; border-bottom:1px solid #ffffff; font-size:20px; color:#333333;}
.c_20_1 h1 i{color:#ff6c00;}
.c_20_1 div{padding:24px 0 25px 4.77%;border-bottom:1px solid #ffffff; }
.c_20_1 div span{width:24px; height: 24px; float:left;}
.c_20_1 div span img{width:100%; height: auto;}
.c_20_1 div h2{float:left; font-size:16px; color:#555; margin-left:3%;}
.c_20_1 div a{display:block; float:left; padding:5px 17px; border-radius: 30px; background-color:#ff6c00; font-size:14px; color:#ffffff; margin: -5px 0 0 5%;}
.c_20_1 div a:hover{opacity:0.8;}

@media screen and (max-width:991px){
	.c_20 .map{width:40%; height: 200px;}
	.c_20_1{width:59%;}
	.c_20_1 h1{padding:13px 3%;}
	.c_20_1 div{padding:13px 0 13px 3%;}
}
@media screen and (max-width:767px){
	.c_20 .map{width:100%; margin: 0; height: 150px;}
	.c_20_1{width:100%; margin: 0; padding:0;}
	.c_20{margin-bottom:10px;}
	.c_20_1 h1{font-size:14px;}
	.c_20_1 div{padding:10px 2%;}
	.c_20_1 div span{margin-right:2%;}
	.c_20_1 div h2{float:none;font-size:12px; margin-top:4px;}
	.c_20_1 div a{float:right; font-size:12px; margin-top:-18px;padding:5px 3%;}
}

/*常见问题*/
.c_21{padding-bottom:60px;}
.c_21 li{margin-bottom:30px;}
.c_21 li:last-child{margin-bottom:0;}
.c_21_1{  background-color:#f7f7f7; padding:20px 1.7%;}
.c_21_1>span{width:25px; height:25px; float:left;margin-right:0.85%;}
.c_21_1>span img{width:100%; height:auto; display: inherit;}
.c_21_1 h1{float:left; font-size:18px; color:#333333; width:85%; margin-top:4px;}
.r_78{float:right; width:15px; height: auto; margin:6px 0 0 0;}
.img,.img_1 {width:100%; height: auto;}
.img_1{display:none;}
.c_21 li h2{font-size:14px; line-height: 30px; color:#808080; padding:20px 2.99% 10px 1.7%;}
.c_21_1.on .r_78 .img{display:none;}
.c_21_1.on .r_78 .img_1{display:block;}

@media screen and (max-width:991px){
	.c_21_1{padding:10px 2%;}
	.c_21 li h2{padding:10px 2%;}
	.c_21 li{margin-bottom:20px;}
	.c_21{padding-bottom:30px;}
}
@media screen and (max-width:767px){
	.c_21_1 h1{width:80%; font-size:14px; margin-top:0;}
	.c_21 li h2{font-size:12px; line-height: 20px;}
	.c_21 li{margin-bottom:10px;}
	.c_21{padding-bottom:10px;}
}

/*产品  解决方案详情*/
.c_23{margin-top:40px;}
.c_23 h1{font-size:24px; color:#333333; text-align:center;}
.c_23_1{text-align:center; margin-top:35px;}
.c_23_1 a{display:inline-block; padding:12px 34px; background-color:#e2e8eb; font-size:16px; color:#555555; margin: 0 13px;}
.c_23_1 a:hover{background-color:#004098; color:#fff;}
.c_23_2{margin-top:40px; font-size:14px; color:#333333; line-height: 30px;}
.z_content{margin-top:20px;}
.z_news{ text-align:center; font-size:14px; color:#333; line-height:24px; margin-top:10px;}

.c_23_3{margin-top:35px; text-align: center;}
.c_23_3 a{display:inline-block; width:171px; height: 41px; margin: 0 10px; border-radius: 4px; text-align: center; vertical-align: middle;}
.more3{background-color:#004098;}
.more3 h1{display:inline-block; font-size:14px; color:#fff; margin:0 8px 0 0;line-height: 41px;}
.more3 span{display:inline-block; width:15px; height: 14px; vertical-align: middle;}
.more3 span img{width:100%; height: auto; display: block;}
.more4{font-size:14px; color:#ffffff; background-color:#ff6c00; line-height: 41px;}
.more3:hover{background-color:#ff6c00;}
.more4:hover{background-color:#004098; color:#fff;}
.share{text-align:center; margin-top:30px;}
.share .bdsharebuttonbox{display:inline-block;}
.share .bdsharebuttonbox .bds_weixin{width:35px; height: 35px; background-image: url(images/p88.png); background-repeat: no-repeat;background-position: center; margin: 0;}
.share .bdsharebuttonbox .bds_tsina{width:35px; height: 35px; background-image: url(images/p89.png); background-repeat: no-repeat;background-position: center;margin: 0 12px;}
.share .bdsharebuttonbox .bds_qzone{width:35px; height: 35px; background-image: url(images/p90.png); background-repeat: no-repeat;background-position: center;margin: 0;}
.c_23_4{margin-top:28px;}
.c_23_4 a{width:50%; float:left; line-height: 60px;font-size:14px; color:#333333;border-top:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb;}
.pageup{ border-right:1px solid #dbdbdb; box-sizing: border-box;}
.pagedown{text-align:right; }
.c_23_4 a:hover{color:#ff6c00;}


@media screen and (max-width:991px){
	.c_23 h1{font-size:20px;}
	.c_23_1{margin-top:20px;}
	.c_23_1 a{font-size:14px;}
	.c_23_2{margin-top:20px;}
	.share{margin-top:20px;}
    .z_news{font-size:12px; }
}


@media screen and (max-width:767px){
	.c_23{margin-top:10px;}
	.c_23 img{width:100%!important;height:auto!important}
	.c_23 h1{font-size:16px;}
	.c_23_1{margin-top:0;}
	.c_23_1 a{font-size:12px; margin-top:10px;}
	.c_23_2{margin-top:10px; font-size:12px; line-height: 20px;}
	.c_23_3{margin-top:0;}
	.c_23_3 a{margin-top:10px;}
	.c_23_4{margin-top:0px;}
	.c_23_4 a{font-size:12px; border:none; width:100%; text-align: center; line-height: 16px; margin-top:10px;}
	.share{line-height:0;}
}

.c_23_5{margin-top:58px;}
.c_23_5>h1{ font-size:24px; color:#000000; text-align: left;}
.c_23_5>h1 i{font-size:16px; color:#004098; text-transform: uppercase;}
.c_23_5 ul{margin-bottom:60px;}
.c_23_5 ul li{margin-top:30px; width:48.7%; float:left; margin-right:2.6%;}
.c_23_5 ul li:nth-child(2n){margin-right:0;}
.c_23_5 ul li span{float:left; width:29.8%; height: auto; margin-right:5.26%;}
.c_23_5 ul li span img{width:100%; height: auto;}
.c_23_5 ul li div h1{color:#333333; font-size:16px; margin-top:12px; text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}
.c_23_5 ul li div h2{ font-size:14px; color:#666666; line-height: 26px; height: 78px; margin-top:20px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}

.c_23_5 ul li:hover h1{color:#004098;}
@media screen and (max-width:1299px){
	.c_23_5 ul li div h1{margin-top:5px;}
	.c_23_5 ul li div h2{margin-top:10px; line-height: 20px; height: 60px;}
}
@media screen and (max-width:991px){
	.c_23_5{margin-top:30px;}
	.c_23_5 ul {margin-bottom:30px;}
	.c_23_5 ul li span{width:110px;}
	.c_23_5 ul li{margin-top:10px;}
	.c_23_5 ul li div h1{font-size:14px;}
	.c_23_5 ul li div h2{font-size:12px; margin-top:5px; line-height: 18px; height: 54px;}
}
@media screen and (max-width:767px){
	.c_23_5 ul li{width:100%; margin:10px 0 0 ;}
	.c_23_5 ul li span{margin-right:2%;}
	.c_23_5 ul {margin-bottom:10px;}
}

/*供应商*/
.apply .list{width:15.38%; margin: 0 1.54% 20px 0; float:left; position: relative; border:1px solid #d2d2d2;}
.apply .list:nth-child(6n){margin-right:0;}
.apply .list .pic{width:100%; padding-bottom:53.33%; position: relative;}
.apply .list .pic img{width:100%; height: 100%; position: absolute; top:0; left: 0;}
.apply .list .imgOn{width:100%; height: 100%; position: absolute; top:0; left: 0; background-color:rgba(0,64,152,0.8); transform: scale(0);
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.apply .list .ico{width:52px; height: 52px; position: absolute; top:50%; left: 50%;  border:1px solid #ececec; border-radius: 50%;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
} 
@media screen and (min-width:992px){
	.apply .list:hover .imgOn{transform: scale(1)}
}

.applyBox .page{margin: 30px 0 80px 0;}

@media screen and (max-width:767px){
	.apply .list{width:30%; margin:0 5% 15px 0; }
	.apply .list:nth-child(6n){margin-right:5%;}
	.apply .list:nth-child(3n){margin-right:0;}
	.applyBox .pageph{margin-top:5px;}
}







/* 20200108修改开始 */
/* 首页 */
.sycpxg{ margin-top: 40px; border-radius: 10px; box-shadow: 0 0 10px #ccc; overflow: hidden; width: 100%; overflow: hidden;}
.sycpxg .hd{ width: 25.7%; float: left;}
.sycpxg .hd .l1{ line-height: 22px; padding: 36px 5% 36px 10%; font-size: 18px; border-bottom: 1px solid #fff; position: relative; background: #f6f6f6; font-weight: bold; color: #333; cursor: pointer;}
.sycpxg .hd .l1.on{ color: #fff; background: url(images/sycp.jpg) no-repeat center; background-size: cover;}
.sycpxg .hd .l1.on::after{ content: ""; width: 0; height: 0; overflow: hidden; font-size: 0; line-height: 0; border-width: 8px; border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #014299; position: absolute; right: -16px; top: 50%; margin-top: -8px;}
.sycpxg .hd .l1:last-child{ border-bottom: 0;}
.sycpxg .bd{ width: 74.3%; float: left; padding: 20px 30px 30px 30px;}
.sycpxg .bd .u1{ margin: 0 -2%;}
.sycpxg .bd .l1{ width: 46%; margin: 0 2%; padding: 0 25px; float: left; border-bottom: 1px dotted #cccccc; font-size: 16px; line-height: 72px; height: 72px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-transform: uppercase;}
.sycpxg .bd .l1 a{ color: #555;}
.sycpxg .bd .l1 a:hover{ color: #014299;}
@media screen and (max-width:1199px){
.sycpxg .hd .l1{ padding: 36px 0 36px 5%;}
}
@media screen and (max-width:992px){
.sycpxg .hd .l1{ font-size: 16px; padding: 16px 2.5% 16px 5%;}
.sycpxg .bd .l1{ font-size: 14px; padding: 0 5px; line-height: 50px; height: 50px;}
}
@media screen and (max-width:767px){
.sycpxg{ margin-top: 20px;}
.sycpxg .hd{ width: 40%;}
.sycpxg .bd{ width: 60%; padding: 15px;}
.sycpxg .bd .u1{ margin: 0;}	
.sycpxg .bd .l1{ width: 100%; line-height: 32px; height: 32px;}
}
/* 关于我们 */
.nyry{ margin: 30px -0.5% 0 -0.5%;}
.nyry .pic{ width: 32.3%; margin: 0 0.5%; padding-top: 45px; border: 1px solid #e9e9e9;}
.nyry .pic .img{ line-height: 0; width: 75.54%; display: block; margin: auto;}
.nyry .pic .text{ width: 100%; padding: 16px 0; background-color: rgba(0,64,152,0.9); font-size: 16px; color: #fff; text-align: center; opacity: 0;}
.nyry .pic:hover .text{ opacity: 1;}
.nyry .slick-prev{ width: 40px; height: 40px; position: absolute; left: -80px; top: 50%; background: url(images/ry4.jpg) no-repeat center; background-size: cover;}
.nyry .slick-prev:hover{ background: url(images/ry4_1.jpg) no-repeat center;}
.nyry .slick-next{ width: 40px; height: 40px; position: absolute; right: -80px; top: 50%; background: url(images/ry5.jpg) no-repeat center; background-size: cover;}
.nyry .slick-next:hover{ background: url(images/ry5_1.jpg) no-repeat center;}
@media screen and (max-width:1360px){
.nyry{ width: 93%; margin: 30px auto 0 auto;}
.nyry .slick-prev{ left: -40px;}
.nyry .slick-next{ right: -40px;}
}
@media screen and (max-width:992px){
.nyry .pic{ padding-top: 20px;}	
.nyry .pic .text{ padding: 5px 0; opacity: 1;}
}
@media screen and (max-width:767px){
.nyry{ width: 101%; margin: 20px -0.5% 0 -0.5%;}
.nyry .pic{ padding-top: 0;}	
.nyry .pic .img{ width: 100%;}
.nyry .slick-dots{ position: static; z-index: 10; margin-top: 3%; height: 6px;}
.nyry .slick-dots li{ float: none; vertical-align: top; width: 6px; height: 6px; background: #a7a7a7; margin:0 4px!important; border-radius: 6px; cursor:pointer; text-indent:-999px; overflow:hidden;}
.nyry .slick-dots .slick-active{ background: #1878bd;}
.slick-dots li button{ display: none;}
}
.c_17 ul li p{ width: 92%;}
/* 20200108修改结束 */





