@charset "utf-8";
/* CSS Document */
/*切图：yf*/
html{ overflow-x:hidden; overflow-y:auto;}
body{overflow: hidden;width:100%;max-width: 640px;margin: 0 auto;}
*{ padding:0; margin:0;}
ul,ol,li,dl,dd,dt{ list-style-type:none; line-height:normal;}
body, button, input, select, textarea{
	/* [disabled]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; cursor: pointer;
        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, a:active, a:visited, a:link, a:focus{
    outline:none;
}
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}



.top1{ position: fixed; width:100%; height:110px; left:0; top:0; z-index:1010; background-color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.top1.active{ height: 88px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.09);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,0.09);
    box-shadow: 0 1px 4px rgba(0,0,0,0.09);
}

.top1 .headTop{ }
.top1 .logo{ float:left; width:210px; height:40px; line-height: 0; margin-top: 36px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.top1.active .logo{ margin-top: 24px; }


.top1 .search{ float: right; width: 30px; height: 30px; margin-top: 39px;  position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.top1.active .search{ margin-top: 29px; }
.top1 .search .searchBtn{ position: relative; float: left; width: 30px; height: 30px; border: 0; background: 0;  z-index:200;-webkit-appearance:none;
    outline: 0;
}
.top1 .search .searchBox{ position: absolute; right: 0; top: 0; width: 30px; height: 30px; z-index: 100;
    border-radius:18px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    -o-border-radius:18px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.top1 .search.active .searchBox{ width:160px;  background-color: #259dd9; }
.top1 .search .searchBox input{ float: left; height: 30px; width: 0; background: 0; border: 0; padding: 0 13px 0 15px; color: #fff; font-size: 14px; font-weight: normal;
    border-radius:18px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    -o-border-radius:18px;
}
.top1 .search.active .searchBox input{ width: 100%;}
.inco1 ::-webkit-input-placeholder { color:#fff !important;}
.inco1 :-moz-placeholder { color:#fff !important;}
.inco1 ::-moz-placeholder { color:#fff !important;}
.inco1 :-ms-input-placeholder { color:#fff !important; }









.menu{ float: right; margin-right: 12px; }
.menu ul{ float:left; }
.menu ul .nli{ float: left; padding: 0 1px; position: relative; }
.menu ul .nli span a{ float:left; height: 110px; padding: 0 29px; color:#505050; font-size: 16px; line-height: 110px; position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.top1.active .menu ul .nli span a{ height: 88px; line-height: 88px;}
.menu ul .nli.active span a{ color: #259dd9;}
.menu ul .nli span a::after{ display: none; content: '';  position: absolute; width: 100%; height: 2px; left: 0; bottom: 3px; background: #259dd9;  }
.menu ul .nli.active span a::after{ display: block;}

.menu .sub{ display: none; position: absolute; width: 130px; left: 50%; top: 107px; margin-left: -65px }
.top1.active .menu .sub{ top: 88px;}
.menu .sub ul{ float: left; width: 100%; display: block; background-color:rgba(255,255,255,0.9); border: #eeeeee solid 1px; padding: 10px 14px;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
}
.menu .sub li{ padding: 10px 0; color: #333; font-size: 14px; line-height: 20px; border-bottom: #eeeeee solid 1px; text-align: center;}
.menu .sub li:last-child{ border-bottom: 0;}
.menu .sub li a{color: #333; text-transform: uppercase;}
.menu .sub li:hover a{ color: #1978cb;}


.top1 .headDown .aLi{ float: right; width: 120px; height: 34px; border: #e70012 solid 1px; text-align: center; margin-top: 18px;
    border-radius:17px;
    -webkit-border-radius:17px;
    -moz-border-radius:17px;
    -o-border-radius:17px;
}
.top1 .headDown .aLi:hover{ background-color: #e70012;}
.top1 .headDown .aLi b{ display: inline-block; width: 20px; height: 20px; margin: 6px 10px 0 0; line-height: 0; vertical-align: top;}
.top1 .headDown .aLi b .imgs{}
.top1 .headDown .aLi b .imgd{ display: none;}
.top1 .headDown .aLi:hover b .imgs{ display: none;}
.top1 .headDown .aLi:hover b .imgd{ display: block;}
.top1 .headDown .aLi span{ display: inline-block; color: #e70012; font-size: 14px; line-height: 32px;}
.top1 .headDown .aLi:hover span{ color: #fff;}


/*phone版头部*/
.top2{ position: absolute; top: 0; z-index: 2000; float: left; width:100%; height:51px;max-width: 640px;
    border-bottom: #ebebeb solid 1px; background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.09);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,0.09);
    box-shadow: 0 1px 4px rgba(0,0,0,0.09);
}
.top2.active{ }
.top2 .logo{ float:left; width:280px; }


/*手机按钮*/
.menuph{
    float:right;
    margin:5px 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: #259dd9;
}
.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: #259dd9;
}
.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: 0;
}
.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: 0;
}


/*手机下拉*/
.xialaph{
    position: absolute;
    top: 50px;
    width: 100%;
	max-width: 640px;
    padding-bottom: 20px;
    display: none;
    z-index: 1029;
    background:#fff;
}
.xialaph .titleTwo{ border-bottom: #f3f3f3 solid 1px;}
.xialaph .ul2,
.xialaph .ul3{
    display: none;
}
.xialaph .tp a{  display: block;  color: #333;  font-size: 15px;  font-weight: bold;  line-height: 50px;  position: relative;  }
.xialaph .tp b{
    position: absolute; right: 5px; top: 50%;
    width: 9px;
    height: 9px;
    float: right;
    border-top: #333 solid 1px; border-right: #333 solid 1px;
    margin-top: -7px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -o-transform:rotate(135deg);
}
.xialaph .tp.active b{
    margin-top: -5px;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    border-top: #333 solid 1px; border-right: #333 solid 1px;
}
.xialaph h5 a{
    display: block; text-transform: uppercase;
    color: #333;
    font-size: 14px;
    line-height: 42px;
}
.xialaph h5{
    position: relative; margin-left: 20px;
}
.xialaph h5::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #f5f5f5;
    /*opacity: 0.05;*/
}
.xialaph li:last-child h5::after{
    display: none;
}
.xialaph .ul2{  }
.xialaph .ul3{
    padding-top: 12px;
    padding-bottom: 18px;
    padding-left: 15px;
    position: relative;
}
.xialaph .ul3::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
}
.xialaph li:last-child .ul3::after{
    display: none;
}
.xialaph .ul3 li a{
    color: #666;
    font-size: 14px;
    line-height: 35px;
    display: block;
}
.xialaph .ul3 li{
    padding-top: 5px;
}
.xialaph .ul3 li:first-child{
    padding-top: 0;
}
.xialaph .searchP{ margin-top: 15px; height: 35px; border: #ccc solid 1px;
    border-radius:18px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    -o-border-radius:18px;
}
.xialaph .searchP button{ float: right; width: 21px; height: 21px; margin: 6px 18px 0 0; line-height: 0;
    -webkit-appearance:none; background: 0;
    outline: 0;border: 0;
    border-radius:0;
}
.xialaph .searchP .searchLeft{ padding: 0 40px 0 0;}
.xialaph .searchP .searchLeft .Iminput{ float: left; width: 100%; height: 33px; padding: 0 0 0 14px; color: #333; font-size: 14px; border: 0; background: 0;
    border-radius:18px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    -o-border-radius:18px;
    -webkit-appearance:none;
    outline: 0;
}
.phonemeng{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 196;
    display: none;
}
.phonemeng.active{
    display: block;
}
.inco2 ::-webkit-input-placeholder { color:#fff !important;}
.inco2 :-moz-placeholder {  color:#fff !important;}
.inco2 ::-moz-placeholder {  color:#fff !important;}
.inco2 :-ms-input-placeholder { color:#fff !important; }


.pz_banner{ float:left; width:100%; margin-top: 50px; overflow:hidden; position: relative; line-height: 0; background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.pz_main{ float:left; width:100%; background: #fff; }



/*banner*/
.bannerBox{ line-height: 0; overflow:hidden; }
.dian{ position: absolute; width: 100%; left: 0; bottom: 38px; text-align: center; line-height: 0;}
.dian .slick-dots{ position: static; bottom: auto; width: 100%; line-height: 0; text-align: center;}
.dian .slick-dots li{ display: inline-block; vertical-align: top; width: 111px; height: 30px; margin: 0; border-bottom: rgba(255,255,255,0.3) solid 1px; text-align: center;}
.dian .slick-dots li.slick-active{ border-bottom: #fff solid 1px; }
.dian .slick-dots li button{ float: left; width: 2px; height: 2px; background: #fff; margin-top: 28px; padding: 0; text-align: 100px; overflow: hidden;}
.dian .slick-dots li button:before{ display: none;}
.dian .slick-dots li:last-child::after{ content: ''; float: right; width: 2px; height: 1px; background-color: #fff; margin-top: 28px;}
.dian .slick-dots li .bs{ display: inline-block; vertical-align: top; width: 30px; height: 28px; color: #fff; font-size: 16px; line-height: 1; text-align: center; position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.dian .slick-dots li.slick-active .bs{
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.dian .slick-dots li .bs::before{ content: '' ; position: absolute; width: 1px; height: 5px; background-color: #fff; left: 50%; bottom: -1px;}

.pz_main{ float:left; width:100%; background: #fff; }
.pz_down{ float:left; width:100%; background: url("../images/foot1.jpg") repeat;  }


.mouse{ position: absolute; width: 36px; height: 63px; bottom: 94px; left: 50%; margin-left: -18px; cursor: pointer; }
.mouse b{ position: absolute; width: 4px; height: 4px; background-color: #fff; bottom: 28px; left: 15px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
}
.circle-b{position:absolute; left:0; top:0; width:100%; height:100%; background-color: #fff;
    opacity:0;
    filter:alpha(opacity=0);
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -webkit-transform:rotate(0deg);
}
.circle-b {
    -webkit-animation:ani-circle-b 2.5s ease-out 1.5s forwards infinite;
    animation:ani-circle-b 2.5s ease-out 1.5s forwards infinite
}

@-webkit-keyframes ani-circle-b {
    0% {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0;
        filter:alpha(opacity=0);
    }
    10% {
        opacity:1;
        filter:alpha(opacity=100);
    }
    100% {
        -webkit-transform:scale(2);
        transform:scale(2);
        opacity:0;
        filter:alpha(opacity=0)\9
    }
}
@keyframes ani-circle-b {
    0% {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0;
        filter:alpha(opacity=0);
    }
    10% {
        opacity:1;
        filter:alpha(opacity=100);
    }
    100% {
        -webkit-transform:scale(2);
        transform:scale(2);
        opacity:0;
        filter:alpha(opacity=0);
    }
}


/*main*/
/*homeAbout*/
.homeAbout{ padding: 6.42% 0 6.42% 0; overflow: hidden;}
.homeAboutLeft{ float: left; width: 100%;padding-top: 4.05%;}
.homeAboutTitle{}
.homeAboutTitle .aboutEng{ color: #5f5f5f; font-size: 34px; line-height: 1.22; font-weight: bold;}
.homeAboutTitle .aboutEng .red{ color: #259dd9;}
.homeAboutTitle h2{ color:#5f5f5f; font-size:18px; line-height:1.88;}
.homeAboutTitle .aboutLine{ padding-top:3%; padding-bottom:4.05%; line-height:0;}
.homeAboutTitle .aboutLine span{ float:left; width:42px; height:3px; background-color:#259dd9;}

	

.homeAboutSlick{}
.homeAboutSlick .abTop{}
.homeAboutSlick .abTop .abText{ height:216px; color:#767676; font-size:16px; line-height:36px; overflow:hidden;
text-overflow:ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 6;
          -webkit-box-orient: vertical;
}
.homeAboutSlick .abTop .abBnt{ padding:9.12% 0 8.1% 0;}
.homeAboutSlick .abTop .abBnt a{ float:left; padding:0 20px 0 26px; background-color:#f39800;}
.homeAboutSlick .abTop .abBnt a:hover{ background-color:#259dd9;}
.homeAboutSlick .abTop .abBnt a b{ float:left; width:14px; height:14px; margin:12px 0 0 13px; line-height:0;}
.homeAboutSlick .abTop .abBnt a span{ float:left; color:#fff; font-size:12px; line-height:39px; text-transform:uppercase;}
.homeAboutSlick .abDo{ }
.homeAboutSlick .abDo .doli{ float:left; width:100%; text-align:center; border-top:#ececec solid 1px; margin-top:2px; }
.homeAboutSlick .abDo .doli span{ display: inline-block; vertical-align:top; border-top:transparent solid 3px;margin-top:-2px; color:#515456; font-size:16px; line-height:53px; cursor:pointer;}
.homeAboutSlick .abDo .slick-current .doli span{ border-top-color:#259dd9; color:#259dd9; }

	
		


.homeAboutRight{ float:left; width:100%; line-height:0; position:relative; overflow:hidden;}
.homeAboutRight .redBg{ position:absolute; width: 30.85%; height:100%;  left:0; top:0; background-color:rgba(37,157,217,0.8) ;}
.homeAboutRight .redBg .emd{ position:absolute; width:14px; right:14.28%; top:6.14%; line-height:0;}
.homeAboutRight .redBg .china{ position:absolute; width:100%; padding:0 12.96%; left:0; bottom:0;}
.homeAboutRight .redBg .china .chinaBorder{ border-top:rgba(255,255,255,0.2) solid 1px; padding:11.46% 0 17.83% 0; color:#fff; font-size:14px; line-height:18px; text-transform:uppercase;} 


	.homeAboutRight .redBg{ width: 40%; }
	.homeAboutRight .redBg .china .chinaBorder{ padding:11.46% 0 7.83% 0; font-size:12px; } 

.homeAboutRight .redBg .emd{ position:absolute; width:14px; right:14.28%; top:6.14%; line-height:0;}
.homeAboutRight .redBg .china{ position:absolute; width:100%; padding:0 12.96%; left:0; bottom:0;}
.homeAboutRight .redBg .china .chinaBorder{ border-top:rgba(255,255,255,0.2) solid 1px; padding:11.46% 0 17.83% 0; color:#fff; font-size:14px; line-height:18px; text-transform:uppercase;} 
.homeAboutRight .redBg .china .chinaBorder b{ float:left; width:18px; height:18px; margin-right:5px; line-height:0;}


/*homePro*/
.homeProBack{overflow:hidden}


.homeProTitle{ text-align:center;padding: 5.07% 0 4.57% 0;}
.homeProTitle .proEng{color: #5f5f5f; font-size: 45px; line-height: 1; font-weight: bold;}
.homeProTitle .proEng span{ color:#259dd9;}
.homeProTitle .proSmTit{ padding:10px 0 15px 0; text-align:center; line-height:0;}
.homeProTitle .proSmTit .smText{ display:inline-block; vertical-align:top; padding:6px 0; border-bottom:#979797 dashed 1px; border-top:#979797 dashed 1px; color:#979797; font-size:14px; line-height:20px;}
.homeProTitle h2{ color:#5f5f5f; font-size:26px; line-height:1;}



	
	
	


.homePro{ margin:0 -135px;}
.homePro ul{ float:left; width:100%;}
.homePro ul .proLI{ padding:0 15px;}
.homePro ul .proLI .proWhite{ background-color:#fff; padding:21px;}
.homePro ul .proLI .proWhite .proPIc{ overflow:hidden; position:relative; line-height:}
.homePro ul .proLI .proWhite .proPIc .is2{
	 -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
          transition: -webkit-transform 2s;
          -ms-interpolation-mode:bicubic;
	}
.homePro ul .proLI:hover .proWhite .proPIc .is2{
	 transform: scale(1.09,1.09);
          -ms-transform: scale(1.09,1.09);
          -webkit-transform: scale(1.09,1.09);
          -o-transform: scale(1.09,1.09);
          -moz-transform: scale(1.09,1.09);
	}

.homePro ul .proLI .proWhite .proPIc .proBg{ position:absolute; width:100%; height:100%; left:0; top:0; background-color:rgba(255,255,255,0.5);}
.homePro ul .slick-center .proLI .proWhite .proPIc .proBg{ background:0;}
.homePro ul .proLI .proWhite .proPIc .proBg .ico{ position:absolute; width:66px; height:66px;  line-height:0; left:50%; top:50%; margin:-33px 0 0 -33px;
 opacity: 0;
          filter: alpha(opacity=0);
                   -moz-opacity: 0;
                 -khtml-opacity: 0;
}
.homePro ul .slick-center .proLI .proWhite .proPIc .proBg .ico{
	 opacity:1;
          filter: alpha(opacity=100);
                   -moz-opacity: 1;
                 -khtml-opacity: 1;
	}
.homePro ul .proLI .proWhite h3{ padding:4.24% 0 0 0; color:#333; font-size:20px; line-height:1; text-align:center;}
.homePro ul .proLI:hover .proWhite h3{ color:#259dd9;}
.homePro ul .proLI .proWhite .tit{ padding:10px 0 6px 0; color:#666666; font-size:14px; line-height:20px; text-align:center;}



.homePro{ margin:0 -90%;}
.homePro ul .proLI{ padding:0 6px;}
.homePro ul .proLI .proWhite{ padding:8px;}
.homePro ul .proLI .proWhite .proPIc{ overflow:hidden; position:relative; line-height:}
.homePro ul .proLI .proWhite .proPIc .is2{
	 -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
          transition: -webkit-transform 2s;
          -ms-interpolation-mode:bicubic;
	}
.homePro ul .proLI:hover .proWhite .proPIc .is2{
	 transform: scale(1.09,1.09);
          -ms-transform: scale(1.09,1.09);
          -webkit-transform: scale(1.09,1.09);
          -o-transform: scale(1.09,1.09);
          -moz-transform: scale(1.09,1.09);
	}

.homePro ul .proLI .proWhite .proPIc .proBg{ position:absolute; width:100%; height:100%; left:0; top:0; background-color:rgba(255,255,255,0.5);}
.homePro ul .slick-center .proLI .proWhite .proPIc .proBg{ background:0;}
.homePro ul .proLI .proWhite .proPIc .proBg .ico{ width:40px; height:40px;  margin:-20px 0 0 -20px;}
.homePro ul .slick-center .proLI .proWhite .proPIc .proBg .ico{
	 opacity:1;
          filter: alpha(opacity=100);
                   -moz-opacity: 1;
                 -khtml-opacity: 1;
	}
.homePro ul .proLI .proWhite h3{ padding:4.24% 0 0 0; color:#333; font-size:16px; line-height:1; text-align:center;}
.homePro ul .proLI:hover .proWhite h3{ color:#259dd9;}
.homePro ul .proLI .proWhite .tit{ padding:10px 0 6px 0; color:#666666; font-size:14px; line-height:20px; text-align:center;}

	
	

.homePro .slick-prev{ position:absolute; width:66px; height:66px; left:27%; top:50%; margin-top:-65px; background:url(../images/main10.png) center no-repeat; background-size:cover;}
.homePro .slick-prev:hover{
	 opacity: 0.8;
          filter: alpha(opacity=80);
                   -moz-opacity: 0.8;
                 -khtml-opacity: 0.8;
	}
.homePro .slick-next{ position:absolute; width:66px; height:66px; right:27%; top:50%; margin-top:-65px; background:url(../images/main11.png) center no-repeat; background-size:cover;}
.homePro .slick-next:hover{
	 opacity: 0.8;
          filter: alpha(opacity=80);
                   -moz-opacity: 0.8;
                 -khtml-opacity: 0.8;
	}

	

.homePro .slick-dots{ position:static; bottom:auto; padding-top:2%; text-align:center;}
.homePro .slick-dots li{ display:inline-block; vertical-align:top; width:12px; height:12px; background-color:#999; margin:0 10px;
 border-radius:50%;
          -webkit-border-radius:50%;
             -moz-border-radius:50%;
               -o-border-radius:50%;
}
.homePro .slick-dots li.slick-active{ background-color:#259dd9;}
.homePro .slick-dots li button{ display:none;}

.homeProBtn{ text-align:center; line-height:0; padding:3.28% 0 4.28% 0;}
.homeProBtn a{ display:inline-block; vertical-align:top; padding:0 20px 0 26px; background-color:#f39800;}
.homeProBtn a:hover{ background-color:#259dd9;}
.homeProBtn a b{ float:left; width:14px; height:14px; margin:12px 0 0 13px; line-height:0;}
.homeProBtn a span{ float:left; color:#fff; font-size:12px; line-height:39px; text-transform:uppercase;}
@media screen and (max-width:1429px){
.homeProBtn a{ padding:0 20px 0 22px; }
.homeProBtn a b{ margin:10px 0 0 10px; }
.homeProBtn a span{ line-height:34px; }
	}

/*homeNew*/
.homeNew{ padding:5.07% 0 4.57% 0;}
.homeNewDown{ padding:2.92% 0 2.64% 0; margin:0 -14px;}
.homeNewDown ul{ float:left; width:100%;}
.homeNewDown ul li{ padding:0 14px;}
.homeNewDown ul li .newPic{ overflow:hidden; line-height:0;}
.homeNewDown ul li .newPic img{
	-webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
          transition: -webkit-transform 2s;
          -ms-interpolation-mode:bicubic;
	}
.homeNewDown ul li:hover .newPic img{
transform: scale(1.09,1.09);
          -ms-transform: scale(1.09,1.09);
          -webkit-transform: scale(1.09,1.09);
          -o-transform: scale(1.09,1.09);
          -moz-transform: scale(1.09,1.09);
	}
.homeNewDown ul li .newDown{ padding:37px 0; border-bottom:#e6e6e6 solid 1px;}
.homeNewDown ul li .newDown .ndLeft{ float:left; width:71px; border-right:#e5e5e5 solid 1px;}
.homeNewDown ul li .newDown .ndLeft .time{ color:#333333; font-size:24px; line-height:1; font-weight:bold;}
.homeNewDown ul li .newDown .ndLeft .smallTime{ color:#333; font-size:14px; line-height:1; padding-top:10px;}
.homeNewDown ul li .newDown .ndLeft .quite{ padding-top:70px;}
.homeNewDown ul li .newDown .ndLeft .quite .qico{ float:left; width:34px; line-height:0; margin-left:3px;}
.homeNewDown ul li .newDown .ndRight{ padding-left:85px;}
.homeNewDown ul li .newDown .ndRight h3{ float:left; width:100%; color:#3e3e3e; font-size:16px; list-style:1;}
.homeNewDown ul li:hover .newDown .ndRight h3{ color:#259dd9;}
.homeNewDown ul li .newDown .ndRight .nTxt{ float:left; width:100%; height:78px; margin-top:15px; color:#777777; font-size:14px; line-height:26px; overflow: hidden;
 text-overflow:ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
}
.homeNewDown ul li .newDown .ndRight .nBtn{ float:left; width:100%; padding-top:18px;}
.homeNewDown ul li .newDown .ndRight .nBtn span{ float:left; padding:0 15px; color:#; border:#8e8e8e solid 1px; color:#8e8e8e; font-size:12px; line-height:26px;
border-radius:25px;
          -webkit-border-radius:25px;
             -moz-border-radius:25px;
               -o-border-radius:25px;
}
.homeNewDown ul li:hover .newDown .ndRight .nBtn span{ border-color:#259dd9; color:#fff; background-color:#259dd9;}
	

.homeNewDown ul li .newDown{ padding:15px 0; }

	

.homeNewDownBtn{ text-align:center; line-height:0; }
.homeNewDownBtn a{ display:inline-block; vertical-align:top; padding:0 20px 0 26px; background-color:#f39800;}
.homeNewDownBtn a:hover{ background-color:#259dd9;}
.homeNewDownBtn a b{ float:left; width:14px; height:14px; margin:12px 0 0 13px; line-height:0;}
.homeNewDownBtn a span{ float:left; color:#fff; font-size:12px; line-height:39px; text-transform:uppercase;}

	
/*down*/
.footLinkBack{border-bottom: #454442 solid 1px;}
.footLink{ padding: 2.71% 0 1.5% 0; }
.footLink .footLogo{ float: right; width: 174px; line-height: 0; margin-right: 13px;}
.footLink .footLeftLink{ padding: 4px 190px 6px 0; color: #999999; font-size: 15px; line-height: 23px;}
.footLink .footLeftLink a{color: #999999; margin: 0 28px;}
.footLink .footLeftLink a:hover{ color: #fff;}




    .footLink{padding: 2%  0 4% 0;}
    .footLink .footLeftLink{ text-align: center;}
    .footLink .footLeftLink a{ white-space: nowrap;}
    .footLink .footLeftLink span{ display: none;}


.footAddBox{border-bottom: #454442 solid 1px;}
.footAdd{ padding: 4% 0;}
.footAdd .addLi{ float: left;}
.footAdd .addLi.add_1{ width: 377px; padding-right: 10px;}
.footAdd .addLi.add_2{ width: 320px; padding-right: 10px;}
.footAdd .addLi.add_3{ width: 330px; padding-right: 10px;}
.footAdd .addLi .b{ float: left; width: 44px; line-height: 0;}
.footAdd .addLi .bPad{ padding-left: 64px; color: #fff; font-size: 14px; line-height: 20px;}
.footAdd .addLi .bPad .bptop{ padding: 3px 0;}
.footAdd .addLi .bPad .bpd{}


    .footAdd{ padding: 4% 0 0.2% 0;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .footAdd .addLi.add_1{ width: 100%; padding-right: 10px;}
    .footAdd .addLi.add_2{ width: 100%; padding-right: 10px;  margin-top: 20px;}
    .footAdd .addLi.add_3{ width: 100%; padding-right: 10px; margin-top: 20px;}
    .footAdd .addLi .b{ display: none; width: 38px; }
    .footAdd .addLi .bPad{ padding-left: 0; }


.footAdd .addRi{ float: right;}
.footAdd .addRi .b{ float: left; width: 44px; line-height: 0;}
.footAdd .addRi .bPad{ padding-left: 64px; color: #fff; font-size: 14px; line-height: 20px;}
.footAdd .addRi .bPad .bptop{ padding: 3px 0;}
.footAdd .addRi .bPad .bpd{}


    .footAdd .addRi{ float: left; width: 100%; margin-top: 20px;}
    .footAdd .addRi .b{ display: none;}
    .footAdd .addRi .bPad{ padding-left: 0; }


.footFrendBox{border-bottom: #454442 solid 1px;}
.footFrend{ padding: 2.14% 0; color: #999999; font-size: 14px; line-height: 23px; }
.footFrend a{color: #999999; margin: 0 10px;}
.footFrend a:hover{ color: #fff;}
.footFrend span{ float: left; padding-left: 41px; color: #fff; background: url("../images/foot10.png") 12px center no-repeat;}


.footCopy{ padding: 2.35% 0 2.64% 0; color: #999;}
.footCopy a{color: #999;}
.footCopy .copyright{ float: left;color: #999999; font-size: 13px; line-height: 23px;}
.footCopy .copyright a{color: #999999;}
.footCopy .copyright a:hover{ color: #fff;}
.footCopy .copyLaw{ float: right;color: #999999; font-size: 13px; line-height: 23px;}
.footCopy .copyLaw a{color: #999999;}
.footCopy .copyLaw a:hover{ color: #fff;}

    .footCopy .copyright{ width: 100%; text-align: center;}
    .footCopy .copyLaw{ float: left; width: 100%; text-align: center;}




/*加入驭荣*/
.joinBanBack{ position:absolute; width:100%; height:100%; background-color:rgba(0,0,0,0.3) ; left:0; top:0;}
.joinBanBox{ position:absolute; width:100%; left:0; bottom:0; z-index:2;}
.joinBanBox .banLeft{ text-align: center;}
.joinBanBox .banLeft .banLine{ width: 34px;
    height: 2px;
    background: #259dd9;
    display: inline-block;
    vertical-align: top;
}
.joinBanBox .banLeft h1{ color:#fff; font-size:23px; line-height:1; font-weight:bold; padding:27px 0 15px 0; text-transform:uppercase;}
.joinBanBox .banLeft h2{ color:#fff; font-size:17px; line-height:1; padding:0 0 28px 0;}


	
	

.pz_SideLayer{ float: right; margin-top:86px; }
.pz_SideLayer .l1{ float:left; padding-left:2px; }
.pz_SideLayer .l1 a{ float:left; width:180px; background:#474747; color:#fff; font-size: 16px; line-height: 52px; text-align:center; }
.pz_SideLayer .l1 a:hover,
.pz_SideLayer .l1 .hover{ background:#2886c6;}



.joinUs{ padding-top:2.85%;}
.joinUs .l_recruit_t{ float:left; width:100%; padding-top:2.85%;}
.joinUs .l_recruit_t .sz{ float:left; width:83px; height:77px; background-color:#dcdcdc; color:#259dd9; font-size:36px; line-height:77px; text-align:center;}
.joinUs .l_recruit_t.on .sz{ background-color:#259dd9; color:#fff;}
.joinUs .l_recruit_t .rright{ padding-left:124px;}
.joinUs .l_recruit_t .rright .rText{ float:left; width:100%; border-top:#259dd9 solid 3px; border-bottom:#cccccc solid 1px; padding:0 60px 0 0; color:#333333; font-size:20px; line-height:73px; cursor:pointer; position:relative;}
.joinUs .l_recruit_t.on .rright .rText{border-bottom:#cccccc dashed 1px; color:#259dd9;}
.joinUs .l_recruit_t .rright .rText font{display: block;position: absolute;right: 32px; top: 50%; margin-top:-6px; background: url(../images/img_recruit_1.png) no-repeat center/100% 100%;width: 26px;height: 13px;
    -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;
	}
.joinUs .l_recruit_t.on .rright .rText font{-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	}
	

.joinUs .l_recruit_t .sz{ width:45px; height:40px; font-size:18px; line-height:40px; }
.joinUs .l_recruit_t .rright{ padding-left:60px;}
.joinUs .l_recruit_t .rright .rText{ font-size:16px; line-height:38px;  border-top:#259dd9 solid 1px; padding:0 30px 0 0; }
.joinUs .l_recruit_t .rright .rText font{width: 16px;height: 8px; right:5px; margin-top:-4px;}
	
	
	

.joinUs .l_recruit_d{ display:none; float:left; width:100%; padding:0 0 0 124px;}
.joinUs .l_recruit_d .reD{ padding:18px 0 25px 0; border-bottom:#cccccc solid 1px; color:#565656; font-size:13px; line-height:24px;}
.joinUs .l_recruit_d .reD .reLi{ color:#565656; font-size:14px; line-height:24px;}
.joinUs .l_recruit_d .reD .zz{ padding:27px 0 20px 0;}
.joinUs .l_recruit_d .reD .zz h4{ float:left; padding:0 27px; color:#fff; font-size:14px; line-height:34px; background-color:#259dd9;}
.joinUs .l_recruit_d .reD .zzText{}
.joinUs .l_recruit_d .reD .zzLink{ padding-top:30px; color:#565656; font-size:12px; line-height:24px;}
.joinUs .l_recruit_d .reD .zzLink a{ color:#259dd9; font-weight:bold;}






/*产品与服务-详细*/
.proStaile{ padding:5.92% 0 4.28% 0; overflow: hidden;}
.proStaileSlick{ float:left; width: 697px;}
.staileSlickTopBox{ float:right; width:571px;}
.staileSlickTopBox .ipics{ float:left; width:571px; height:460px; overflow:hidden;
border-radius:8px;
          -webkit-border-radius:8px;
             -moz-border-radius:8px;
               -o-border-radius:8px;
}
.staileSlickTopBox .ipics img{
-webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
          transition: -webkit-transform 2s;
          -ms-interpolation-mode:bicubic;
	}
.staileSlickTopBox .ipics img{
transform: scale(1.09,1.09);
          -ms-transform: scale(1.09,1.09);
          -webkit-transform: scale(1.09,1.09);
          -o-transform: scale(1.09,1.09);
          -moz-transform: scale(1.09,1.09);
	}


    .proStaileSlick{ width: 100%;}
    .staileSlickTopBox{ float:left; width:100%;}
    .staileSlickTopBox .ipics{ width:100%; height:auto;
        border-radius:4px;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        -o-border-radius:4px;
    }



.staileSlickDBox{ float:left; width:104px;}
.staileSlickDSlick{ margin-top: -6px; }
.staileSlickDSlick .picb{ padding:6px 0 7px 0;}
.staileSlickDSlick .picb .bradius{ line-height:0;overflow:hidden;
border-radius:8px;
          -webkit-border-radius:8px;
             -moz-border-radius:8px;
               -o-border-radius:8px;
	}

.staileSlickDSlick .slick-prev{ position:absolute; width:40px; height:40px; left:0; top:100%; margin-top:6px; background:url(../images/pro102.png) center no-repeat; background-size:contain; cursor:pointer;}
.staileSlickDSlick .slick-prev:hover{ background:url(../images/pro102_h.png) center no-repeat; background-size:contain; cursor:pointer;}
.staileSlickDSlick .slick-next{ position:absolute; width:40px; height:40px; left:61px; top:100%; margin-top:6px; background:url(../images/pro103.png) center no-repeat; background-size:contain; cursor:pointer;}
.staileSlickDSlick .slick-next:hover{ background:url(../images/pro103_h.png) center no-repeat; background-size:contain; cursor:pointer;}


    .staileSlickDBox{ width:100%; padding-top: 8px;}
    .staileSlickDSlick{ width:auto; margin: 0 -4px; }
    .staileSlickDSlick .picb{ padding:0 4px 0 4px;}
    .staileSlickDSlick .slick-prev{ width:28px; height:28px; top: 50%; left: 10px; margin-top: -14px; background:url(../images/pro110.png) center no-repeat; background-size:contain; }
    .staileSlickDSlick .slick-prev:hover{ background:url(../images/pro110_h.png) center no-repeat; background-size:contain; }
    .staileSlickDSlick .slick-next{ width:28px; height:28px; top: 50%; margin-top: -14px; left:auto; right: 10px; background:url(../images/pro111.png) center no-repeat; background-size:contain; }
    .staileSlickDSlick .slick-next:hover{background:url(../images/pro111_h.png) center no-repeat; background-size:contain;}




.staileRight{ float:right; width:100%;}
.staileRight h3{ padding:17px 0 21px 0; color:#5a4e4a; font-size:24px; line-height:1.2;}
.staileRight .if{ padding:0 0 33px 0; color:#4c4c4c; font-size:16px; line-height:30px; border-bottom:#cccccc dashed 1px;}
.staileRight .if2{ padding:26px 0 21px 0; color:#808080; font-size:14px; line-height:30px; border-bottom:#cccccc dashed 1px;}
.staileRight .ifBtn{ padding:40px 0 0 0;}
.staileRight .ifBtn .blink{ float:left; padding:0 44px; color:#fff; font-size:16px; line-height:44px; background-color:#2886c6;
border-radius:25px;
          -webkit-border-radius:25px;
             -moz-border-radius:25px;
               -o-border-radius:25px;
}
.staileRight .ifBtn .bsha{ float: left; width: 44px; height: 44px; margin-left: 20px;}


    .staileRight h3{ padding:15px 0 15px 0; }
    .staileRight .if{ padding:0 0 12px 0;  }
    .staileRight .if2{ padding:12px 0 12px 0; }
    .staileRight .ifBtn{ padding:15px 0 0 0;}
    .staileRight .ifBtn .blink{ padding:0 36px; line-height:36px; }



.staileDon{ background:url(../images/pro104.jpg) top repeat-x;}
.staileDonTitle{ padding:42px 0; text-align:center; overflow: hidden;}
.staileDonTitle h4{ display: inline-block; vertical-align:top; padding:0 80px; background:#f7f7f7; color:#5a4e4a; font-size:20px; line-height:1; position: relative;}
.staileDonTitle h4::before{ content: ''; position: absolute; width:800px; height: 13px; background: url("../images/pro105.png") right center  no-repeat; right: 100%; top: 50%; background-size: auto 100%; margin-top: -6px; }
.staileDonTitle h4::after{ content: ''; position: absolute; width:800px; height: 13px; background: url("../images/pro105.png") left center  no-repeat; left: 100%; top: 50%; background-size: auto 100%; margin-top: -6px; }

.staileDonContnt{ margin-top:20px; background-color:#fff; padding:3.42% 5% 5% 5%; border-bottom:#e0e0e0 solid 1px; color:#666666; font-size:16px; line-height:28px;}
.staileDonContnt .con_1{ text-align:center;}
.staileDonContnt .con_2{ padding:4.61% 0 6.36% 0;}
.staileDonContnt .con_2 .zuo{ float:left; width: 44.74%;}
.staileDonContnt .con_2 .you{ float:right; width:45.93%;}
.staileDonContnt .con_2 .you .o1{ line-height:0; padding-top: 14%;}
.staileDonContnt .con_2 .you .o2{ padding:12% 15% 0 15%; text-align:center;}
.staileDonPage{ padding:2.42% 0 4.71% 0;}
.staileDonPage .paleft{ float:left; width:50%; border-right:#cccccc solid 1px; padding-right:10px;}
.staileDonPage .paleft span{ float:right; padding-right:39px; color:#5a4e4a; font-size:16px; line-height:1; background:url(../images/pro108.png) right center no-repeat; background-size:auto 11px;}
.staileDonPage .paleft:hover span{ color:#2886c6 ;background:url(../images/pro108_h.png) right center no-repeat; background-size:auto 11px;}
.staileDonPage .parihgt{ float:left; width:50%;  padding-left:10px;}
.staileDonPage .parihgt span{ float:left; padding-left:39px; color:#5a4e4a; font-size:16px; line-height:1; background:url(../images/pro109.png) left center no-repeat; background-size:auto 11px;}
.staileDonPage .parihgt:hover span{ color:#2886c6;background:url(../images/pro109_h.png) left center no-repeat; background-size:auto 11px;}
.staileDonPage b{font-weight:normal;}


    .staileDonTitle{ padding:25px 0; }
    .staileDonTitle h4{ padding: 0 15px;}
    .staileDonTitle h4::before{ width:400px; height: 7px; margin-top: -3px; }
    .staileDonTitle h4::after{ width:400px; height: 7px; margin-top: -3px; }
    .staileDonContnt{ margin-top:0; padding:3.42% 3% 5% 3%; }
    .staileDonContnt .con_2 .zuo{ width: 100%;}
    .staileDonContnt .con_2 .you{ float:left; width:100%; padding-top: 3.5%;}
    .staileDonContnt .con_2 .you .o2{ padding:3% 5% 0 5%; text-align:center;}
    .staileDonPage{ padding:4.71% 0 4.71% 0;}
    .staileDonPage .paleft{ width:100%; border-right:0; padding-right:0;}
    .staileDonPage .paleft span{ float:left; padding-right:0; padding-left:39px; font-size:14px;  background:url(../images/pro109.png) left center no-repeat; background-size:auto 11px;}
    .staileDonPage .paleft:hover span{background:url(../images/pro109_h.png) left center no-repeat; background-size:auto 11px;}
    .staileDonPage .parihgt{ width:100%; padding-left:0; margin-top: 10px;}
    .staileDonPage .parihgt span{ font-size:14px; }






/*关于我们*/
.aboutCom{ padding:5.71% 0 5.71% 0;}
.aboutComTitle{ text-align:center;}
.aboutComTitle .h3s{ color:#3f3f3f; font-size:20px; line-height:1;}
.aboutComTitle .comTc{ padding-top:20px; text-align:center; line-height:0;}
.aboutComTitle .comTc .tcCen{ display:inline-block; vertical-align:top; padding:0 17px; background-color:#2886c6; color:#fff; font-size:12px; line-height:25px; text-transform:uppercase;}
.aboutComTitle .comLIn{ padding-top:24px;text-align:center; line-height:0;}
.aboutComTitle .comLIn .linspan{ display:inline-block; vertical-align:top; width:2px; height:32px; background-color:#2886c6;}





.aboutComDown{ padding-top:14px; color:#333333; font-size:14px; line-height:33px;}
.aboutComDown .comText{ padding:0 4.42% 0 4.42%; }
.aboutComDown .comCount{ padding:60px 7.42% 0 7.42%;}
.aboutComDown .comCount .countLi{ float:left; width:33.3333%; border-left:#dadada solid 1px;}
.aboutComDown .comCount .countLi:last-child{border-right:#dadada solid 1px;}
.aboutComDown .comCount .countLi .big{ text-align:center;}
.aboutComDown .comCount .countLi .big .bigCen{ display:inline-block; vertical-align:top; color:#2886c6; font-size:55px; font-weight:bold; line-height:1; position:relative;}
.aboutComDown .comCount .countLi .big .bigCen .bigS{ position:absolute; left:100%; font-size:18px; padding-left:10px; top:50%; margin-top:-9px; font-weight:normal;}
.aboutComDown .comCount .countLi .bigLine{ padding:18px 0; line-height:0; text-align:center;} 
.aboutComDown .comCount .countLi .bigLine .span{ display:inline-block; width:26px; height:2px; background-color:#2886c6;}
.aboutComDown .comCount .countLi .bigText{ color:#333333; font-size:15px; line-height:1; text-align:center;}


.aboutComDown .comCount{ padding:35px 0 0 0;}
.aboutComDown .comCount .countLi{ border-left:0;}
.aboutComDown .comCount .countLi:last-child{border-right:0;}
.aboutComDown .comCount .countLi .big .bigCen{ font-size:24px;}
.aboutComDown .comCount .countLi .big .bigCen .bigS{ font-size:12px; padding-left:5px; margin-top:-6px;}
.aboutComDown .comCount .countLi .bigText{ font-size:12px; }
	


.aboutFounder{ padding:4.28% 0 10% 0;}
.aboutFounderDon{  margin-left:-11px; margin-right:-11px; position:relative; margin-top:-90px;}
.aboutFounderDon .owl-stage-outer{ padding-bottom: 5px;}
.aboutFounderDon ul{ float:left; width:100%;}
.aboutFounderDon ul li{ padding:0 11px;}
.aboutFounderDon ul li .shaw{
-webkit-box-shadow: 0 0 6px rgba(18,18,18,0.11);
             -moz-box-shadow: 0 0 6px rgba(18,18,18,0.11);
               -o-box-shadow: 0 0 6px rgba(18,18,18,0.11);
                  box-shadow: 0 0 6px rgba(18,18,18,0.11);
	}
.aboutFounderDon ul li .founTit{ background-color:rgba(63,63,63,0.5); color:#fff; font-size:20px; line-height:90px; text-align:center;}
.aboutFounderDon ul li:hover .founTit{background-color:rgba(255,0,0,0.6);}
.aboutFounderDon ul li .founPic{ line-height:0; overflow:hidden;}
.aboutFounderDon ul li .founPic img{
-webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
          transition: -webkit-transform 2s;
          -ms-interpolation-mode:bicubic;
	}
.aboutFounderDon ul li:hover .founPic img{
transform: scale(1.09,1.09);
          -ms-transform: scale(1.09,1.09);
          -webkit-transform: scale(1.09,1.09);
          -o-transform: scale(1.09,1.09);
          -moz-transform: scale(1.09,1.09);
	}	
	

.aboutFounderDon ul li .founD{ padding:6.28% 8.98% 6.28% 8.98%; }
.aboutFounderDon ul li .founD .founText{ height:140px; color:#666666; font-size:14px; line-height:28px; overflow:hidden;
text-overflow:ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
}

.aboutFounder{ padding:6.28% 0 20px 0;}	
.aboutFounderDon{  margin-left:-6px; margin-right:-6px; margin-top:-46px;}
.aboutFounderDon ul li{ padding:0 6px;}
.aboutFounderDon ul li .founTit{  line-height:46px; }
	



.aboutHistoyr{ padding: 5.72% 0;}
.historyList{ padding-top: 25px; }
.historyList ul{float: left; width: 100%; position: relative;padding-bottom: 20px;padding-top: 0;padding-left: 39px; }
.historyList ul::before{content: "";display: block;position: absolute;top:0;width: 12px;height: 12px;background: #bdbdbd;margin-left: 0px;z-index: 1;left: 6px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;}
.historyList ul::after{content: "";display: block;position: absolute;top: 0;width: 1px;height: 100%;margin-left: -0.5px;background: #e8e8e8;left: 13px;}

.historyList ul li{ float: left; width: 100%; margin-top: 25px; }
.historyList ul li .div{ float: left; width: 100%; padding: 12px 14px 16px 14px; border: 1px solid #e3e3e3; position: relative;z-index: 9;  cursor: pointer; line-height: 0;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
	transition: all linear 0.3s; 
}
.historyList ul li .div::after{content: "";display: block;position: absolute;right: -39px;top: 27px;background: url(../images/img_9_5.png) no-repeat center/100% 100%;width: 24px;height: 24px;left: -39px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;}
.historyList ul li .div::before{content: "";display: block;position: absolute;right: -15px;top: 38px;width: 15px;height: 1px;background: #e3e3e3;left: -15px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.historyList ul li img{ float: left; width: 111px; height: 80px;}
.historyList ul li span{ float: none; width:100%;margin-top: 5px;padding-left: 130px;display: block;}
.historyList ul li span h2{float: left; width: 100%; line-height: 1; font-size: 18px; color: #666; font-family: "Arial";
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.historyList ul li span font{float: left; width: 100%; font-size: 13px; line-height: 26px; color: #666;}



.historyList ul li:hover .div{border: 2px solid #2886c6; padding: 21px 23px 25px 54px;}
.historyList ul li:hover .div::before{background: #2886c6;}
.historyList ul li:hover span h2{color: #2886c6;}
.historyList .buttonBox{ text-align: center;}
.historyList button{ display: inline-block; vertical-align: top; width: 152px; height: 42px;line-height: 42px;outline: none;cursor: pointer;border: 0 none;font-size: 16px;color: #fff;text-align: center;background: #2886c6;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.historyList button:hover{opacity:0.8; filter:alpha(opacity=80);}





.aboutPartBack{ background-color:#ececec;}
.aboutPart{ padding:3.85% 0 4.28% 0;}
.aboutPartDown{ padding-top:22px; margin:0 -13px;}
.aboutPartDown ul{ float:left; width:100%;}
.aboutPartDown ul li{ padding:0 13px;}
.aboutPartDown ul li a{ float:left; width:100%; margin-top:22px; overflow:hidden;}
.aboutPartDown ul li a img{
 -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
          transition: -webkit-transform 2s;
          -ms-interpolation-mode:bicubic;
	}
.aboutPartDown ul li a:hover img{
transform: scale(1.09,1.09);
          -ms-transform: scale(1.09,1.09);
          -webkit-transform: scale(1.09,1.09);
          -o-transform: scale(1.09,1.09);
          -moz-transform: scale(1.09,1.09);
	}


.aboutPartDown{ padding-top:14px; margin:0 -6px;}
.aboutPartDown ul li{ padding:0 6px;}
.aboutPartDown ul li a{ margin-top:10px; }
	
	
.aboutPartDown .owl-dots{ padding-top:27px; text-align:center; line-height:0;}
.aboutPartDown .owl-dots .owl-dot{ display:inline-block; vertical-align:text-bottom; width:12px; height:12px; background-color:#4f4f4f; margin:0 10px;
border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
}
.aboutPartDown .owl-dots .owl-dot.active{ background-color:#2886c6;}



/*新闻中心*/
.newBox{ padding: 3.125% 0 0 0;}
.newBox ul{}
.newBox ul li{ margin-top: -1px;}
.newBox ul li:hover{ background: #ededed;}
.newBox ul li a{ float: left; width: 100%; padding: 30px 0; border-bottom: #ededed solid 1px;}
.newBox ul li a .newFloat{ position: relative;}
.newBox ul li a .newFloat .picture{ float: right; width: 319px; height: 182px; line-height: 0; overflow: hidden; }
.newBox ul li a .newFloat .picture img{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: -webkit-transform 2s;
    -ms-interpolation-mode:bicubic;
}
.newBox ul li a:hover .newFloat .picture img{
    transform: scale(1.09,1.09);
    -ms-transform: scale(1.09,1.09);
    -webkit-transform: scale(1.09,1.09);
    -o-transform: scale(1.09,1.09);
    -moz-transform: scale(1.09,1.09);
}
.newBox ul li a .newFloat .newTime{ float: left; width: 151px; height: 150px; padding-right: 30px; margin-top: 20px; border-right: #ededed solid 1px;}
.newBox ul li:hover a .newFloat .newTime{border-right: #ededed solid 1px;}
.newBox ul li a .newFloat .newTime .timeDay{ color: #333333; font-size: 36px; line-height: 1; text-align: center; }
.newBox ul li a .newFloat .newTime .timeMonth{ color: #333; font-size: 16px; line-height: 1; margin-top: 12px; text-align: center; font-family: Arial;}
.newBox ul li a .newFloat .newTime .timeTit{ padding-top: 25px; text-align: center;}
.newBox ul li a .newFloat .newTime .timeTit span{ display: inline-block; vertical-align: top; width: 36px; line-height: 0;}
.newBox ul li a .newFloat .newTime .timeTit span .imgs{}
.newBox ul li a .newFloat .newTime .timeTit span .imgd{ display: none;}
.newBox ul li a:hover .newFloat .newTime .timeTit span .imgs{ display: none;}
.newBox ul li a:hover .newFloat .newTime .timeTit span .imgd{ display: block;}
.newBox ul li a .newFloat .phTime{ display: none;}





    .newBox ul li a{ padding: 15px 0;}
    .newBox ul li a .newFloat{ padding: 0;}
    .newBox ul li a .newFloat .picture{ left: 0; top: 0; width:158px; height: 90px; }
    .newBox ul li a .newFloat .newTime{ display: none;}
    .newBox ul li a .newFloat .phTime{ display: block; color: #666; font-size: 12px; line-height: 1.2; padding-bottom: 8px;}
    .newBox ul li a .newFloat .phTime span{ font-size: 12px;}

.newBox ul li a .article{ padding: 0 420px 0 200px;}
.newBox ul li a .article h3{ padding: 20px 0 19px 0; color: #333333; font-size: 16px; line-height: 24px;}
.newBox ul li a:hover .article h3{ color: #259dd9;}
.newBox ul li a .newFloat .phTime{ display: none;}
.newBox ul li a .article p{ height: 90px; color: #9a9a9a; font-size: 14px; line-height: 30px; overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newBox ul li a .article .more{ padding: 13px 0 0 0;}
.newBox ul li a .article .more span{ float: left; width: 21px; height: 21px;}
.newBox ul li a .article .more span .imgs{}
.newBox ul li a .article .more span .imgd{ display: none;}
.newBox ul li:hover a .article .more span .imgs{ display: none;}
.newBox ul li:hover a .article .more span .imgd{ display: block;}


    .newBox ul li a .article{ padding: 0 168px 0 0;}
    .newBox ul li a .article h3{ font-size: 16px; padding: 0 0 7px 0; line-height: 16px; }
    .newBox ul li a .newFloat .phTime{ display: block;}
    .newBox ul li a .article .more{ display: none;}
    .newBox ul li a .article p{ height: 40px; line-height: 20px;
        text-overflow:ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }





/*新闻中心-详细*/
.newInner{ float:left; width:100%;}
.newTitle{ float:left; width:100%;}
.newTitle .newTit{ float:left; width:100%; text-align:center; color:#333333; font-size:24px; line-height: 1.25; border-bottom:1px solid #d7d8d8; padding:4.75% 0 2.56% 0;}
.newTitle .newSub{ float:left; width:100%; height:53px; padding: 10px 0; border-bottom:1px solid #d7d8d8;}
.newTitle .newSub .newSub_1{ float:left; color:#777777; font-size:14px; line-height:33px;}
.newTitle .newSub .newSub_2{ float:right; color:#777777; font-size:14px; line-height:33px;  }
.newTitle .newSub .newSub_2 b{ float: right; width: 38px; height: 34px; line-height: 0; margin: 0 0 0 12px;}
.newTitle .newSub .newSub_2 a{ color:#777777;}
.newTitle .newSub .newSub_2 a:hover{ color: #259dd9;}
.newTitle .newSub .newSub_2 img{ width: 38px;}
.moveIn{ float:left; width:100%; padding: 3.2% 0 3.4% 0; color:#333333; font-size:14px; line-height:30px;  }
.newShare{ float:left; width:100%; padding: 0 0 3.24% 0; text-align: center; border-bottom:1px solid #d7d8d8; }
.newShare .shareCenter{ width:156px; margin:0 auto;}

    .newTitle .newTit{  font-size:18px; padding: 25px 0;}
    .newTitle .newSub{ height:auto; text-align: center;}
    .newTitle .newSub .newSub_1{ float:left; width: 100%; padding: 15px 0 0 0; line-height: 24px; text-align: center;}
    .newTitle .newSub .newSub_2{ float:left; width: 100%; text-align: center; background: 0;}
    .moveIn{ padding: 20px 0;  }
    .newTitle .newSub .newSub_2 b{ float: none; width: 28px; height: 25px; display: inline-block;}
    .newTitle .newSub .newSub_2 img{ width: 28px;}
    .moveIn{ line-height:26px; }

.newMoreList{ float:left; width:100%; padding: 3% 0 4.18% 0;}
.newMoreList .newMoreTit{ color:#259dd9; font-size:18px; line-height:24px;}
.newMoreList .newDownBox{ margin: 0 -15px; padding: 22px 0 0 0;}
.newMoreList .newDownBox ul{}
.newMoreList .newDownBox ul li{ float:left; width:50%; padding: 0 15px;}
.newMoreList .newDownBox ul li a{ float:left; width:100%; border-bottom:1px solid #d7d8d8; color:#333333; font-size:14px; line-height:36px; overflow:hidden;text-overflow:ellipsis;}
.newMoreList .newDownBox ul li a.noLine{ border-bottom: 0;}
.newMoreList .newDownBox ul li a:hover{color:#259dd9;}
.newMoreList .newDownBox ul li span{ float:left; width: 70%;}
.newMoreList .newDownBox ul li b{float:right; color:#777777; font-size:14px; line-height:38px; font-weight: normal;}



    .newMoreList{ padding: 5% 0 4.18% 0;}
    .newShare{  margin:15px 0 0 0;  }
    .newMoreList .newDownBox{  padding:10px 0 10px 0;}
    .newMoreList .newDownBox ul li{ float:left; width:100%; padding: 0 15px;}
    .newMoreList .newDownBox ul li a.noLine{ border-bottom:1px solid #d7d8d8;}


.newPage{ float: left; width: 100%;  }
.newPage .pageLeft{ float: left; width: 50%; color: #333333; font-size: 14px; line-height: 20px;}
.newPage .pageLeft:hover{ color: #259dd9;}
.newPage .leftx{ padding: 20px 0 20px 0; text-transform: uppercase; }
.newPage .rightx{ padding: 20px 0 20px 0; text-align: right; text-transform: uppercase;}

.bd_weixin_popup{ box-sizing: content-box !important; -webkit-box-sizing: border-boxcontent-box !important;}
.bd_weixin_popup .bd_weixin_popup_main{box-sizing: content-box !important; -webkit-box-sizing: content-box !important;}
.bd_weixin_popup .bd_weixin_popup_foot{ line-height: 12px !important;}



/*联系我们*/
.contactBox{ padding:88px 0 100px 0; overflow: hidden;}
.contactBox .contactLeft{  width:100%; padding:0 ;}
.contactBox .contactLeft .contactTit{ color:#333333; font-size:32px; line-height:1.25;}
.contactBox .contactLeft .english{ padding:10px 0 36px 0; border-bottom:#999999 dashed 1px; color:#6e6e6e; font-size:14px; line-height:20px; font-family: Arial; text-transform: uppercase;}
.contactBox .contactLeft .tent{ padding:32px 0 28px 0; border-bottom:#999999 dashed 1px;}
.contactBox .contactLeft .tent .tentLi{ float:left; width:100%; margin:15px 0; line-height:22px; font-size:16px; padding-left:36px; min-height:22px; position:relative;}
.contactBox .contactLeft .tent .tentLi .span{ font-size: 18px;}
.contactBox .contactLeft .tent .tentLi b{ position:absolute; left:0; top:0;}
.contactBox .contactLeft .ewm{ margin:20px 0 20px 0;height: 120px;}
.contactBox .contactLeft .ewm .ewmPic{ float:left; width:140px; height:140px; border:#dbdbdb solid 1px; padding:7px;}
.contactBox .contactLeft .ewm .ewmCon{ float:left; width:415px; padding:65px 0 0 16px; color:#999999; line-height:21px;}
.contactBox .contactLeft .ewm .ewmpad{ padding-top:7px;}
.contactBox .contactLeft .ewm .ewmBig{ color:#3a3a3a; font-size:16px;}
.contactBox .contactLeft .ewm .ewmDark{ color:#3a3a3a;}
.contactBox .contactRight{ float:left; width:57.15%; padding-left:15px;}

.contactRight .cmap{ height:352px;}
.contactRight label{ max-width:224px;}
.contactRight .BMapLabel{ float:left; background-color:#ec5e11; width:100px !important; border:0 !important; height:25px;  font-size:14px; line-height:25px!important; text-align:center;
    border-radius:11px;
    -webkit-border-radius:11px;
    -moz-border-radius:11px;
    -o-border-radius:11px;
}
.contactRight .BMapLabel a{ color:#fff;}




    .contactBox{ padding:20px 0 20px 0;}
    .contactBox .contactLeft .contactTit{ font-size:21px;}
    .contactBox .contactLeft .tent{ padding:10px 0 10px 0; }
    .contactBox .contactLeft .tent .tentLi{ margin:6px 0; }
    .contactBox .contactLeft .ewm{ position:relative;}
    .contactBox .contactLeft .ewm .ewmPic{ position:absolute; left:0; top:0; width:120px; height:120px; }
    .contactBox .contactLeft .ewm .ewmCon{ width:auto; padding:25px 0 0 136px;line-height: 21px; }
    .contactBox .contactLeft .english{ padding:10px 0 10px 0; font-size:14px;}





/*在线留言*/
.message{ float:left; width:100%; margin: 5.72% 0; padding:0.71% 3.64% 2.85% 3.64%; background: #f7f7f7; background-size: cover;}
.message .lab{ float:left; width:100%; margin:20px 0 0 0;}
.fm1{ float:left; width:50%; padding:0 33px;}
.fm2{ float:left; width:100%; padding:0 33px;}
.fm3{ display:block; margin:0 auto; width:280px;}
.fm1_1{ float:left; width:100%; color:#4c4c4c; font-size:14px; line-height:32px; text-transform:uppercase;}
.fm1_1 font{ font-size:12px;}
.fm1_1 span{ color:#ec9706;}
.fm1_2{ float:left; width:100%; border:1px solid #e6e6e6; background:#fff; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; padding:0 18px; color:#333; font-size:14px; height:50px; line-height:48px;
    -webkit-appearance:none;
    outline: 0;
}
.fm1_3{ float:left; width:100%; border:1px solid #e6e6e6; background:#fff; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; padding:16px 18px; color:#333; font-size:14px; height:100px; line-height:24px;
    -webkit-appearance:none;
    outline: 0;
}
.fm1_4{ float:left; width:100%; border:none; background:#d91516; color:#fff; height:56px; line-height:56px; text-align:center;  font-size:16px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    margin-top:20px;
    -webkit-appearance:none;
    outline: 0;
}
.fm1_4:hover,
.fm1_4:focus{ background: #f39800;}
.messageIn ::-webkit-input-placeholder { color:#999 !important;}
.messageIn :-moz-placeholder {  color:#999 !important;}
.messageIn ::-moz-placeholder {  color:#999 !important;}
.messageIn :-ms-input-placeholder { color:#999 !important; }
.fmStar{ float:left; width:100%; color: #999999; font-size: 12px; line-height: 15px; padding-top: 8px; text-align: center;}
.fmStar span{ color: #ec9706; font-size: 14px;}


    .message{padding:1.16% 4.5% 5.66% 4.5%;}
    .message label{ margin:0;}
    .message .lab{ margin:0;}
    .fm1{ width:100%; padding:0;}
    .fm2{ padding:0;}
    .fm3{ width:170px;}
    .fm1_1{ margin-top:8px;}





/*产品与服务*/
.pord_list{ float:left; width:100%; padding: 1.56% 0 3.48% 0;}
.pord_list li{ float:left; width:100%; padding:50px 0;}
.pord_list li.double{ background:#f2f2f2;}
.pord_list li a{ float:left; width:100%; overflow: hidden;}
.pord_list li .pic1{ float:left; width:47.857%; overflow:hidden; line-height: 0;}
.pord_list li.double .pic1{ float: right;}
.pord_list li .pic1 img{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: -webkit-transform 2s;
    -ms-interpolation-mode:bicubic;
}
.pord_list li .pic1:hover img{
    transform: scale(1.09,1.09);
    -ms-transform: scale(1.09,1.09);
    -webkit-transform: scale(1.09,1.09);
    -o-transform: scale(1.09,1.09);
    -moz-transform: scale(1.09,1.09);
}
.pord_list li .tx1{ float:left; width:52.143%; padding:0 0 0 77px; position:relative;}
.pord_list li.double .tx1{padding:0 77px 0 0; text-align: right; }
.pord_list li .tx1 .l1{ float:left; width:100%; margin:12.76% 0 3.69% 0; position:relative;}
.pord_list li .tx1 .l1::after{ float:left; width:50px; height:1px; background:#b2b2b2; position:absolute; left:-77px; top:50%; content:'';}
.pord_list li.double .tx1 .l1::after{ left: auto; right: -77px;}
.pord_list li .tx1 h2{ float:left; width:100%; color:#333333; font-size:40px; line-height:1.1;}
.pord_list li:hover .tx1 h2{ color:#259dd9;}
.pord_list li .tx1 p{ float:left; width:100%; height: 96px; color:#666666; font-size:15px; line-height:32px; overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pord_list li .tx1 span{ float:left; margin-top: 4.46%; border: #259dd9 solid 1px; padding: 0 17px 0 19px; color: #259dd9; font-size: 16px; line-height: 35px;}
.pord_list li.double .tx1 span{ float: right;}
.pord_list li .tx1 span:hover{ background-color: #259dd9; color: #fff;}


    .pord_list li{  padding:20px 0;}
    .pord_list li .pic1{ width:100%; }
    .pord_list li.double .pic1{ float: left;}
    .pord_list li .tx1{ padding:0 0 0 36px; width: 100%; }
    .pord_list li .tx1 .l1{ margin:4.76% 0 3.69% 0; }
    .pord_list li.double .tx1{padding:0 0 0 36px; text-align: left; }
    .pord_list li .tx1 .l1::after{ width:25px; left:-36px; }
    .pord_list li.double .tx1 .l1::after{ left: -36px; right: 0;}
    .pord_list li .tx1 h2{ font-size:20px; }
    .pord_list li .tx1 p{ height: 72px; line-height:24px; }
    .pord_list li.double .tx1 span{ float: left;}





/*大事记*/

.hisBox{ padding: 100px 0 67px 0;}
.hisSlick{}
.hisSlick .hisLi{ height: 884px; padding: 0 120px 0 115px; background: url("../images/his2.png") center no-repeat;}
.hisSlick .hisLi .hisFloat{ height: 884px; position: relative;}
.hisSlick .hisLi .hisFloat .hisDd{ position: absolute; width:263px; background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -o-border-radius:6px;
}
.hisSlick .hisLi .hisFloat .hisOne{ left: 90px; bottom: 592px;}
.hisSlick .hisLi .hisFloat .hisTwo{left: 332px; top: 673px; }
.hisSlick .hisLi .hisFloat .hisThree{left: 477px; bottom: 525px;}
.hisSlick .hisLi .hisFloat .hisFour{left: 779px; bottom: 663px;}
.hisSlick .hisLi .hisFloat .tu{ height: 95px; overflow: hidden;
    border-radius:6px 6px 0 0;
    -webkit-border-radius:6px 6px 0 0;
    -moz-border-radius:6px 6px 0 0;
    -o-border-radius:6px 6px 0 0;
}
.hisSlick .hisLi .hisFloat .tudown{ padding: 19px 24px 20px 24px;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    -o-border-radius:0 0 6px 6px;
}
.hisSlick .hisLi .hisFloat .tudown .tuTime{ color: #259dd9; font-size: 18px; line-height: 24px; font-weight: bold; font-family: Arial;}
.hisSlick .hisLi .hisFloat .tudown .tuText{ max-height: 96px; margin-top: 6px; color: #333333; font-size: 14px; line-height: 24px; overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


    .hisBox{ padding: 30px 0 30px 0;}
    .hisSlick .hisLi{ padding: 0; }
    .hisSlick .hisLi .hisFloat .hisDd{ width:200px; }
    .hisSlick .hisLi .hisFloat .hisOne{ margin-left: 20px; margin-bottom: 15px;}
    .hisSlick .hisLi .hisFloat .hisTwo{ margin-right: 20px; margin-top: 15px; }
    .hisSlick .hisLi .hisFloat .tu{ height: auto; }
    .hisSlick .hisLi .hisFloat .tudown{ padding: 15px 18px 15px 15px;  }
    .hisSlick .hisLi .hisFloat .tudown .tuTime{ font-size: 15px; line-height: 20px;}
    .hisSlick .hisLi .hisFloat .tudown .tuText{ height: 80px; }
    .hisSlick .hisLi .hisFloat .bg{ line-height: 0;}






.hisSlick .slick-prev{ position: absolute; width: 44px; height: 44px; left: 0; top: 516px; cursor: pointer; background: url("../images/his7.png") no-repeat; background-size: contain;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
}
.hisSlick .slick-prev:hover{background: url("../images/his7_h.png") no-repeat; background-size: contain;  }
.hisSlick .slick-next{ position: absolute; width: 44px; height: 44px; right: 0; top: 516px; cursor: pointer; background: url("../images/his8.png") no-repeat; background-size: contain;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
}
.hisSlick .slick-next:hover{background: url("../images/his8_h.png") no-repeat; background-size: contain;  }



/*右漂浮*/
.right{ position: fixed; width: 55px; height: 317px; right: 0px; top: 50%; margin-top: -133px; background: #595959; z-index: 10; padding: 12px 0 5px 0;
    -moz-border-top-left-radius:12px;
    -webkit-border-top-left-radius:12px;
    -khtml-border-top-left-radius:12px;
    border-top-left-radius:12px;
    -moz-border-bottom-left-radius:12px;
    -webkit-border-bottom-left-radius:12px;
    -khtml-border-bottom-left-radius:12px;
    border-bottom-left-radius:12px;}
.right ul{ float: left; width:100%;}
.right ul li{ float: right; width: 55px; height: 50px; /*overflow: hidden;*/ position: relative;
    -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;
    -moz-border-top-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    -khtml-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -khtml-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;}
.right ul li .zbox{ position: absolute; left: 0; top: 0; width:170px;}
.right ul li .zbox.zbox img{ width: 55px; height: 50px; float: left;}
.right ul li .zbox .text{ float: left; width:115px; padding: 8px 0 11px 0;}
.right ul li .zbox .text h5{ width:100%; float: left; font-size: 14px; color: white; line-height: 17px;}
.right ul li .zbox .text h6{ width:100%; float: left; font-size: 14px; color: white; line-height: 14px; font-family: Arial;}
.right ul li .zbox .text h6 a{ color: white;}
.right ul li .zbox .ewm{ position: absolute; width: 105px; height: 105px; right: -120px; top: -18px; padding: 5px; background:rgba(1,81,154,0.8); z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-border-top-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    -khtml-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -khtml-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}
.right ul li .zbox .ewm img{width:100%;  height:100%;}
.right ul li:hover .ewm{ right: 170px;}
.right ul li:hover{ width: 170px; background:rgba(1,81,154,0.8);}
.right ul li.last .zbox .text h5{ line-height: 31px;}


.right ul li.wx:hover{width:55px;}






    /*
           -webkit-appearance:none;
       outline: 0;

              -webkit-box-shadow: 0 2px 6px #000;
                 -moz-box-shadow: 0 2px 6px #000;
                   -o-box-shadow: 0 2px 6px #000;
                      box-shadow: 0 2px 6px #000;


              border-radius:11px;
              -webkit-border-radius:11px;
                 -moz-border-radius:11px;
                   -o-border-radius:11px;

              text-overflow:ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;


              -webkit-transition: all 0.3s linear;
              -moz-transition: all 0.3s linear;
              -o-transition: all 0.3s linear;
              transition: all 0.3s linear;
              transition: -webkit-transform 2s;
              -ms-interpolation-mode:bicubic;

              transform: scale(1.09,1.09);
              -ms-transform: scale(1.09,1.09);
              -webkit-transform: scale(1.09,1.09);
              -o-transform: scale(1.09,1.09);
              -moz-transform: scale(1.09,1.09);

              opacity: 0;
              filter: alpha(opacity=0);
                       -moz-opacity: 0;
                     -khtml-opacity: 0;


           -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%);


        display: -webkit-flex;
       display: flex;
       flex-direction: row;
       flex-wrap: wrap;
       align-items: flex-start;

              */
		  
.caseNewPage{ padding: 5% 0;}
/*分页*/
.pz_fy{ text-align: center;}/*分页浮左或者浮右，修改此处即可。例：text-align:left;*/
.pz_fy a { display:inline-block;*display:inline; *zoom:1; width:38px; height:38px; margin:0 5px; line-height:36px; border:solid 1px #e7e7e7; color: #272727; font-size:14px; text-decoration:none; overflow:hidden; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; vertical-align: top;}
.pz_fy a.a1{ width:100px; background:url(../images/btn_05_l.png) no-repeat center; border-radius:19px; -webkit-border-radius:19px; -moz-border-radius:19px;}
.pz_fy a.last{ background-image:url(../images/btn_05_r.png);}
.pz_fy a.a1:hover{ background-image:url(../images/btn_05_l_h.png);}
.pz_fy a.last:hover{ background-image:url(../images/btn_05_r_h.png);}

.pz_fy a:hover,.pz_fy a.on{ color: #fff; background-color:#259dd9; border:solid 1px #259dd9;}/*鼠标经过和默认当前页样式*/
.fy_phone{ display:none;}



		  
		  
.special{}
.special .owl-dots{ width: 100%; margin-top: 5%; text-align: center; line-height: 0;}
.special .owl-dots .owl-dot{ display: inline-block; width: 14px; height: 14px; margin: 0 12px; background:#999;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
}
.special .owl-dots .owl-dot.active{ background: #259dd9;}





@-webkit-keyframes buzz-out{
    10%{  -webkit-transform:translateX(3px) rotate(2deg);  transform:translateX(3px) rotate(2deg)}
    20%{  -webkit-transform:translateX(-3px) rotate(-2deg);  transform:translateX(-3px) rotate(-2deg)}
    30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}
    40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}
    50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}
    60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}
    70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}
    80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}
    90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}
    100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}
@keyframes buzz-out{
    10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}
    20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}
    30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}
    40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)  }
    50%{-webkit-transform:translateX(2px) rotate(1deg); transform:translateX(2px) rotate(1deg)}
    60%{-webkit-transform:translateX(-2px) rotate(-1deg); transform:translateX(-2px) rotate(-1deg)}
    70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}
    80%{-webkit-transform:translateX(-2px) rotate(-1deg); transform:translateX(-2px) rotate(-1deg)}
    90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}
    100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}
.buzz-out{
    display:inline-block;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    box-shadow:0 0 1px transparent
}
.buzz-out:hover,
.buzz-out:focus,
.buzz-out:active{
    -webkit-animation-name:buzz-out;
    animation-name:buzz-out;
    -webkit-animation-duration:.75s;
    animation-duration:.75s;
    -webkit-animation-timing-function:linear;
    animation-timing-function:linear;
    -webkit-animation-iteration-count:1;
    animation-iteration-count:1
}

.sitemap{ width:100%;float:left;}
.sitemap li{border-bottom:1px dashed #d2d2d2; padding:7px 0; float:left; line-height:40px;width:98%; padding-left:2%;  }
.sitemap li a{ margin-right:10px;font-size:12px; float:left; white-space: nowrap; font-size:14px;}
.sitemap li a:hover{color:#259dd9;}
.sitemap li .font16{ font-size:16px;  /*color:#135fb1*/}
.sitemap li .font14{font-size:14px; }
.sitemap li .font12{ font-size:12px;  color:#999}



.elli{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}


	/*我们的优势*/
				.syyoushi{
					width: 100%;
					/*background: url(../images/syyoushibg.png) center bottom no-repeat;
					background-size: 100%;*/
					margin-top: 0.9rem;
					padding-bottom: 3.5rem;
					overflow: hidden;
					height: 40rem;
				}
				.syyoushicon{
					padding: 0rem 1.3rem;
					overflow: hidden;
				}
				.syyoushizi{
					width: 100%;
					overflow: hidden;
					padding-top: 0.9rem;
					background: #FFFFFF;
					border-radius: 1rem;
					padding: 0rem 0.1rem;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					-o-box-sizing: border-box;
					-ms-box-sizing: border-box;
					box-sizing: border-box;
				}
				.syysdiv{
					width: 100%;
					overflow: hidden;
				}
				.syysdiv ul{
					padding: 0rem 1rem;
					overflow: hidden;
					padding-bottom: 1rem;
				}
				.syysdiv ul li{
					position: relative;
					float: left;
					width: 48.5%;
					overflow: hidden;
					margin-right: 3%;
					margin-bottom: 0.25rem;
					border: #eeeeee solid 1px;
					border-radius: 0.1rem;
					background-color: #ffffff;
					padding: 1rem;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					-o-box-sizing: border-box;
					-ms-box-sizing: border-box;
					box-sizing: border-box;
					height: 15rem;
				}
				.syysdiv ul li:nth-child(2n){
					margin-right: 0;
				}
				.syysdiv ul li:hover{
					background-color: #259dd9;
					-webkit-transition: all 0.5s ease;
					transition: all 0.5s ease;
				}
				.syysli{
					width: 100%;
					overflow: hidden;
					position: relative;
					z-index: 2;
				}
				.syysli span{
					display: block;
					width: 100%;
					height: 4rem;
					overflow: hidden;
					margin-bottom: 2.6rem;
				}
				.syysli1 span{
					background: url(../images/syysicon1.png) left center no-repeat;
					
				}
				.syysli2 span{
					background: url(../images/syysicon2.png) left center no-repeat;
					
				}
				.syysli3 span{
					background: url(../images/syysicon3.png) left center no-repeat;
				
				}
				.syysli4 span{
					background: url(../images/syysicon4.png) left center no-repeat;
				
				}
				.syysdiv ul li:hover .syysli1 span{
					background: url(../images/syysicon11.png) left center no-repeat;
				
				}
				.syysdiv ul li:hover .syysli2 span{
					background: url(../images/syysicon21.png) left center no-repeat;
				
				}
				.syysdiv ul li:hover .syysli3 span{
					background: url(../images/syysicon31.png) left center no-repeat;
					
				}
				.syysdiv ul li:hover .syysli4 span{
					background: url(../images/syysicon41.png) left center no-repeat;
				
				}
				.syysli h6{
					color: #222222;
					font-size: 16px;
					font-weight: bold;
					margin-bottom: 1.35rem;
					overflow: hidden;
					text-overflow:ellipsis;
					white-space: nowrap;
				}
				.syysli p{
					color: #666666;
					font-size: 0.2rem;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 3;
					overflow: hidden;
					min-height: 1rem;
				}
				.syysdiv ul li:hover .syysli h6, .syysdiv ul li:hover .syysli p{
					color: #FFFFFF;
				}
				.syysdiv ul li i{
					position: absolute;
					right: 0.5rem;
					bottom: 0;
					z-index: 1;
					font-size: 2rem;
					font-weight: bold;
					font-family: arial;
					font-style: normal;
					color: #FFFFFF;
					opacity: 0.07;
				}
				
				
/* 公司环境 */
.pord_lista{ float:left; width:100%; padding: 1.56% 0 3.48% 0;}
		.pord_lista li{float:left;width: 49%;padding:10px 0;background: #f9f9f9;
            height: 200px;}
	/* 	.pord_lista li.double{/* background:#f2f2f2; */} */
		.pord_lista li a{ float:left; width:100%; overflow: hidden;}
		.pord_lista li .pic1{ float:left; width:47.857%; overflow:hidden; line-height: 0;}
		.pord_lista li.double .pic1{ float: right;}
		.pord_lista li .pic1 img{
		    -webkit-transition: all 0.3s linear;
		    -moz-transition: all 0.3s linear;
		    -o-transition: all 0.3s linear;
		    transition: all 0.3s linear;
		    transition: -webkit-transform 2s;
		    -ms-interpolation-mode:bicubic;
		}
		.pord_lista li .pic1:hover img{
		    transform: scale(1.09,1.09);
		    -ms-transform: scale(1.09,1.09);
		    -webkit-transform: scale(1.09,1.09);
		    -o-transform: scale(1.09,1.09);
		    -moz-transform: scale(1.09,1.09);
		}
		.pord_lista li .tx1{ float:left; width:52.143%; padding:0 0 0 77px; position:relative;}
		.pord_lista li.double .tx1{padding:0 77px 0 0; text-align: right; }
		.pord_lista li .tx1 .l1{ float:left; width:100%; margin:12.76% 0 3.69% 0; position:relative;}
		.pord_lista li .tx1 .l1::after{ float:left; width:50px; height:1px; background:#b2b2b2; position:absolute; left:-77px; top:50%; content:'';}
	/* 	.pord_lista li.double .tx1 .l1::after{ left: auto; right: -77px;} */
		.pord_lista li .tx1 h2{ float:left; width:100%; color:#333333; font-size:40px; line-height:1.1;}
		.pord_lista li:hover .tx1 h2{ color:#259dd9;}
		.pord_lista li .tx1 p{ float:left; width:100%; height: 96px; color:#666666; font-size:15px; line-height:32px; overflow:hidden;
		    text-overflow:ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 3;
		    -webkit-box-orient: vertical;
		}
		.pord_lista li .tx1 span{ float:left; margin-top: 4.46%; border: #259dd9 solid 1px; padding: 0 17px 0 19px; color: #259dd9; font-size: 13px; line-height: 25px;}
		.pord_lista li.double .tx1 span{ float: right;}
		.pord_lista li .tx1 span:hover{ background-color: #259dd9; color: #fff;}
		
		
		    .pord_lista li{margin: 0.5%;}
		    .pord_lista li .pic1{ width:100%; }
		    .pord_lista li.double .pic1{ float: left;}
		    .pord_lista li .tx1{ padding:0 0 0 36px; width: 100%; }
		    .pord_lista li .tx1 .l1{ margin:4.76% 0 3.69% 0; }
		    .pord_lista li.double .tx1{padding:0 0 0 36px; text-align: left; }
		    .pord_lista li .tx1 .l1::after{ width:25px; left:-36px; }
		    .pord_lista li.double .tx1 .l1::after{ left: -36px; right: 0;}
		    .pord_lista li .tx1 h2{ font-size:18px; }
		    .pord_lista li .tx1 p{ height: 72px; line-height:24px; }
	/* 	    .pord_lista li.double .tx1 span{ float: left;} */