/* CSS Document */
/*切图：yf*/
html{ overflow-x:hidden; overflow-y:auto;}
body{overflow: hidden;}
*{ 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; }
@media screen and (max-width:1229px){
    .top1{ display:none;}
    .pz_banner{ margin-top:68px ;  }
}

.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: #0078be; }
.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: #0078be;}
.menu ul .nli span a::after{ display: none; content: '';  position: absolute; width: 100%; height: 2px; left: 0; bottom: 3px; background: #0078be;  }
.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: 12px; 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;}
@media screen and (max-width:1679px){
    .menuBox{ padding: 0 55px 0 393px; }
    .menu ul .nli{ padding: 0 10px; }
    .menu ul .nli span a{ padding: 0 12px; }
}
@media screen and (max-width:1439px){
    .menu ul .nli{ padding: 0 6px; }
    .menu ul .nli span a{ padding: 0 8px; font-size: 14px; }
}

.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{ display:none; position: absolute; left: 0; top: 0; z-index: 2000; float: left; width:100%; height:51px;
    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:137px; height:26px; margin-top: 12px;}
@media screen and (max-width:1229px){
    .top2{ display:block;}
}

/*手机按钮*/
.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: #0078be;
}
.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: #0078be;
}
.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;
    left: 0;
    width: 100%;
    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: 110px; 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_banner.home{ min-height: 500px;}
@media screen and (max-width:1229px){
    .pz_banner{ margin-top: 50px; }
    .pz_banner.home{min-height: 415px;}
}
@media screen and (max-width:991px){
    .pz_banner.home{ min-height: 514px;}
}
@media screen and (max-width:767px){
    .pz_banner.home{min-height: 214px;}
}
.pz_main{ float:left; width:100%; background: #fff; }
.pz_down{ float:left; width:100%; background: url("images/foot1.jpg") repeat;  }


/*banner*/
.bannerBox{ line-height: 0; overflow:hidden; }
.dian{ position: absolute; width: 100%; left: 0; bottom: 160px; 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;}
@media screen and (max-width:991px){
    .dian{ bottom: 15px; }
    .dian .slick-dots li{ width: 60px; }
}


.mouse{ position: absolute; width: 36px; height: 63px; bottom: 100px; 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
}

.banner-adlets{width:100%;float:left;}
.banner-adlets .content{margin:-103px auto 0;position: relative;z-index: 2;display: flex;justify-content: space-between;align-items: stretch;}
.banner-adlets .container:before,.banner-adlets .container:after{display:none;}
.banner-adlets .content li{box-shadow:0 0 40px 0 rgb(164 164 164 / 50%);background: #FFFFFF;width:31.5%;flex-shrink: 0;}
.banner-adlets .content li .lk{display: flex;justify-content: flex-start;align-items: stretch;height:100%;}
.banner-adlets .content li .pic{flex-shrink: 0; width: 35%;}
.banner-adlets .content li .pic img{width: 100%;object-fit: cover;height: 100%;}
.banner-adlets .content li .vinfo{padding: 20px;display: flex;flex-direction: column;justify-content: center;}
.banner-adlets .content li .vinfo .v1{color:#CACACA;font-size:14px;line-height:1.5;}
.banner-adlets .content li .vinfo .v2{color:#385DAE;font-size:20px;line-height:1.5;}
.banner-adlets .content li .vinfo .v2:hover{text-decoration: underline;}
.banner-adlets .content li .vinfo .v3{color:#858585;font-size:16px;line-height:1.5;}
.bannerBox .playVideo{width: 50px;height: 70px;background: url(/template/default/images/MAIN6.png) no-repeat;background-size: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;z-index: 2;cursor: pointer;}

#videoPlayer{width: 100%;height: 100%;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;z-index: 1;object-fit: cover;}

.bannerMp4-tc{ display: none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index:9999;}
.bannerMp4-con{display: flex;height: 100%;}
.bannerMp4-con .con{margin: auto;width:50%;padding:60px 40px 40px;background: #fff;border-radius: 10px;position: relative;z-index: 100;}
.bannerMp4-con h2{display: block;font-size: 18px;color: #004384;margin-bottom: 30px;text-align: center;}
.bannerMp4-bg{width: 100%;height: 100vh;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.5);z-index:99;}
.bannerMp4-con .close{display: block; position: absolute;right:20px;top:20px;width: 24px;height: 24px;cursor: pointer;font-size:14px;text-align:center;line-height:30px;opacity:1;background: url(/template/default/images/close.png) no-repeat;background-size: 100%;}
.bannerMp4-con video{width: 100%; height: auto;}

@media screen and (max-width:991px){
    .mouse{ bottom: 45px;}
    .banner-adlets .content{flex-direction: column;margin: 0 auto;padding: 0;}
    .banner-adlets .content li{width: 100%;}
    .bannerMp4-con .con{width:90%;padding: 60px 20px 20px;}
}
@media screen and (max-width:767px){
    .mouse{ display: none;}
}
@-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{ width:100%;}
.homeAboutTitle{}
.homeAboutTitle .aboutEng{ color: #5f5f5f; font-size: 50px; line-height: 1.22; font-weight: bold;}
.homeAboutTitle .aboutEng .red{ color: #0078be;}
.homeAboutTitle h2{ color:#5f5f5f; font-size:26px; 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:#0078be;}
@media screen and (max-width:1429px){
.homeAboutTitle .aboutEng{ font-size: 43px; }
.homeAboutTitle h2{ font-size:23px; }
.homeAboutTitle .aboutLine span{ width:37px; height:3px; }
	}
	@media screen and (max-width:1229px){
.homeAboutTitle .aboutEng{ font-size: 34px; }
.homeAboutTitle h2{ font-size:18px; }
.homeAboutTitle .aboutLine span{ width:31px; height:2px; }
	}
	@media screen and (max-width:991px){
		.homeAboutLeft{ width: 100%; padding-top:4.05%;}

		}
	

.homeAboutSlick{}
.homeAboutSlick .abTop{}
.homeAboutSlick .abTop .abText{ color:#767676; font-size:14px; line-height:30px; overflow:hidden;
  }
.homeAboutSlick .abTop .abBnt{ padding:2.12% 0 2.1% 0;}
.homeAboutSlick .abTop .abBnt a{ float:left; padding:0 20px 0 26px; background-color:#f27907;}
.homeAboutSlick .abTop .abBnt a:hover{ background-color:#0078be;}
.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:14px; line-height:39px; text-transform:uppercase;}
.homeAboutSlick .abDo{ }
.homeAboutSlick .abDo .doli{}
.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:36px; cursor:pointer;}
.homeAboutSlick .abDo .slick-current .doli span{ border-top-color:#0078be; color:#0078be; }
.homeAboutSlick .abDo>div:hover .doli span{ border-top-color:#0078be; color:#0078be; }
@media screen and (max-width:1429px){
	.homeAboutSlick .abTop .abText{ height:360px; font-size:14px; line-height:30px;}
	.homeAboutSlick .abTop .abText p{overflow:hidden;}
	.homeAboutSlick .abTop .abBnt{ padding:2.12% 0 2.1% 0;}
.homeAboutSlick .abTop .abBnt a{ padding:0 20px 0 22px; }
.homeAboutSlick .abTop .abBnt a b{ margin:10px 0 0 10px; }
.homeAboutSlick .abTop .abBnt a span{ line-height:34px; }
.homeAboutSlick .abDo .doli span{ font-size:16px; line-height:44px; }
	}
	@media screen and (max-width:1229px){
	.homeAboutSlick .abTop .abText{ 
	text-overflow:ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
	 }
.homeAboutSlick .abDo .doli span{ font-size:16px; line-height:44px; }
	}
	
		


.homeAboutRight{ float:right; width:50%; line-height:0; position:relative; overflow:hidden;}
.homeAboutRight .redBg{ position:absolute; width: 30.85%; height:100%;  right:0; top:0; background-color:rgba(230,0,18,0.4) ;}
.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;}
@media screen and (max-width:991px){
	.homeAboutRight{ float:left; width:100%; }
	}
@media screen and (max-width:767px){
	.homeAboutRight .redBg{ width: 40%; }
	.homeAboutRight .redBg .china .chinaBorder{ padding:11.46% 0 7.83% 0; font-size:12px; } 
	}	


/*homePro*/
.homeProBack{overflow:hidden}

.homeProTitBox{ padding:4.07% 0 3.57% 0;}
.homeProTitle{ text-align:center;}
.homeProTitle .proEng{color: #5f5f5f; font-size: 45px; line-height: 1; font-weight: bold;}
.homeProTitle .proEng span{ color:#0078be;}
.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;}
@media screen and (max-width:1429px){
	.homeProTitle .proEng{ font-size: 38px;}
.homeProTitle .proSmTit{ padding:9px 0 13px 0; }
.homeProTitle .proSmTit .smText{ padding:5px 0; }
.homeProTitle h2{ font-size:23px; }
	}
@media screen and (max-width:1229px){
	.homeProTitle .proEng{ font-size: 31px;}
.homeProTitle .proSmTit{ padding:6px 0 10px 0; }
.homeProTitle .proSmTit .smText{ padding:3px 0; font-size:12px; }
.homeProTitle h2{ font-size:18px; }
	}
@media screen and (max-width:767px){
.homeProTitBox{ padding:5.07% 0 6.57% 0;}
	}	
	
	


.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:#0078be;}
.homePro ul .proLI .proWhite .tit{ padding:10px 0 6px 0; color:#666666; font-size:14px; line-height:20px; text-align:center;}

@media screen and (max-width:1229px){
.homePro ul .proLI .proWhite .proPIc .proBg .ico{ width:48px; height:48px; margin:-24px 0 0 -24px;}
	}
@media screen and (max-width:991px){
	.homePro ul .proLI .proWhite h3{ font-size:16px;}
	}
@media screen and (max-width:767px){
.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:20px; line-height:1; text-align:center;}
.homePro ul .proLI:hover .proWhite h3{ color:#0078be;}
.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(http://www.shyrjt.com/templates/cn/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;
	}
@media screen and (max-width:1429px){
.homePro .slick-prev{  width:56px; height:56px; left:27%; top:50%; margin-top:-65px; background:url(images/main10.png) center no-repeat; background-size:cover;}
.homePro .slick-next{ position:absolute; width:56px; height:56px; right:27%; top:50%; margin-top:-65px; background:url(http://www.shyrjt.com/templates/cn/images/main11.png) center no-repeat; background-size:cover;}
	}
	@media screen and (max-width:991px){
.homePro .slick-prev{  width:40px; height:40px;  margin-top:-45px;}
.homePro .slick-next{ width:40px; height:40px; margin-top:-45px; }
	}
	

.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:#0078be;}
.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:#f27907;}
.homeProBtn a:hover{ background-color:#0078be;}
.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:3.42% 0 6.42% 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:#0078be;}
.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:#0078be; color:#fff; background-color:#0078be;}
@media screen and (max-width:1229px){
.homeNewDown ul li .newDown{ padding:25px 0; }
.homeNewDown ul li .newDown .ndLeft .quite{ padding-top:70px;}
.homeNewDown ul li .newDown .ndLeft .quite .qico{ width:25px; }
.homeNewDown ul li .newDown .ndRight .nTxt{ height:66px; margin-top:15px;  line-height:22px; }
	}
@media screen and (max-width:991px){
.homeNewDown{ padding:4.5% 0 4.5% 0; }
	}	
@media screen and (max-width:767px){
.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:#f27907;}
.homeNewDownBtn a:hover{ background-color:#0078be;}
.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;}
@media screen and (max-width:1429px){
.homeNewDownBtn a{ padding:0 20px 0 22px; }
.homeNewDownBtn a b{ margin:10px 0 0 10px; }
.homeNewDownBtn a span{ line-height:34px; }
	}
	
/*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;}
@media screen and (max-width:1429px){
    .footLink .footLeftLink a{ margin: 0 15px;}
}
@media screen and (max-width:1229px){
    .footLink{ text-align: center;}
    .footLink .footLogo{ float: none; width: 174px;margin-right: 0; margin: 0 auto; }
    .footLink .footLeftLink{ padding: 14px 0 6px 0; font-size: 14px; }
}
@media screen and (max-width:991px){
    .footLink .footLeftLink{ display: none; }
}
@media screen and (max-width:767px){
    .footLink{ padding: 4%  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: 407px; padding-right: 10px;}
.footAdd .addLi.add_2{ width: 310px; padding-right: 10px;}
.footAdd .addLi.add_3{ width: 310px; padding-right: 10px;}
.footAdd .addLi .b{ float: left; width: 44px; line-height: 0;}
.footAdd .addLi .bPad{ padding-left: 64px; color: #fff; font-size: 13px; line-height: 20px;}
.footAdd .addLi .bPad .bptop{ padding: 3px 0;}
.footAdd .addLi .bPad .bpd{}
@media screen and (max-width:1229px){
    .footAdd .addLi.add_1{ width: 50%; padding-right: 10px;}
    .footAdd .addLi.add_2{ width: 50%; padding-right: 10px;}
    .footAdd .addLi.add_3{ width: 50%; padding-right: 10px; margin-top: 20px;}
}
@media screen and (max-width:767px){
    .footAdd{ padding: 4% 0 5% 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{}
@media screen and (max-width:1229px){
    .footAdd .addRi{ float: right; width: 50%; margin-top: 20px;}
}
@media screen and (max-width:767px){
    .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;}
@media screen and (max-width:1429px){
    .footFrend a{ margin: 0 5px;}
}
@media screen and (max-width:767px){
    .footFrendBox{ display: none;}
}

.footCopy{ padding: 2.35% 0 2.64% 0; }
.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;}
@media screen and (max-width:767px){
    .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{ float:left;}
.joinBanBox .banLeft .banLine{ width:50px; height:4px; background:#0078be;}
.joinBanBox .banLeft h1{ color:#fff; font-size:40px; line-height:1; font-weight:bold; padding:27px 0 15px 0; text-transform:uppercase;}
.joinBanBox .banLeft h2{ color:#fff; font-size:24px; line-height:1; padding:0 0 28px 0;}
@media screen and (max-width:1429px){
.joinBanBox .banLeft .banLine{ width:42px; height:3px; }
.joinBanBox .banLeft h1{ font-size:34px; padding:22px 0 12px 0;}
.joinBanBox .banLeft h2{ font-size:21px; padding:0 0 24px 0;}
	}
@media screen and (max-width:1229px){
.joinBanBox .banLeft .banLine{ width:34px; height:2px; }
.joinBanBox .banLeft h1{ font-size:27px; padding:15px 0 9px 0;}
.joinBanBox .banLeft h2{ font-size:17px; padding:0 0 18px 0;}
	}	
@media screen and (max-width:991px){
	.joinBanBox{ bottom:auto; top:50%; margin-top:-33px;}
.joinBanBox .banLeft{ width:100%; text-align:center;}
.joinBanBox .banLeft .banLine{ display:inline-block; vertical-align:top;}
.joinBanBox .banLeft h1{ font-size:23px; }
.joinBanBox .banLeft h2{ padding:0;}
	
	}	
	
.pz_banner{float:left;width:100%;height:auto;margin:30px 0;overflow:hidden;}
.pz_banner img{width:100%;height:auto;}

.pz_SideLayer{margin-top:30px;list-style: none; /* 移除默认列表样式 */
  padding: 0; /* 移除默认内边距 */
  display: flex; /* 使用Flexbox布局 */
  justify-content: center; /* 水平居中 */clear:both;}
.pz_SideLayer .l1{padding-left:2px;}
.pz_SideLayer .l1 a{ float:left; width:100%; padding: 0 5px 0 5px; background:#0078be; color:#fff; font-size: 14px; line-height: 42px; text-align:center; }
.pz_SideLayer .l1 a:hover,
.pz_SideLayer .l1 .hover{ background:#f27907;}
@media screen and (max-width:991px){
	.pz_SideLayer{ flex-wrap: wrap; }
	.pz_SideLayer .l1{padding-bottom:2px;}
	.pz_SideLayer .l1 a{ width:300px; font-size: 12px; line-height: 40px; }

	}


.pz_SideLayers{ margin-top:30px;list-style: none; /* 移除默认列表样式 */
  padding: 0; /* 移除默认内边距 */
  display: flex; /* 使用Flexbox布局 */
  justify-content: center; /* 水平居中 */}
.pz_SideLayers .l1{padding-left:2px;}
.pz_SideLayers .l1 a{ float:left; width:228px; background:#0078be; color:#fff; font-size: 26px; line-height: 52px; text-align:center; }
.pz_SideLayers .l1 a:hover,
.pz_SideLayers .l1 .hover{ background:#0561a6;}
@media screen and (max-width:991px){
	.pz_SideLayers{ /*display:none;*/}
	.pz_SideLayers .l1 a{ width:100px; font-size: 12px; line-height: 40px; }
	}

.pz_SideLayerss{ margin-top:30px;list-style: none; /* 移除默认列表样式 */
  padding: 0; /* 移除默认内边距 */
  display: flex; /* 使用Flexbox布局 */
  justify-content: center; /* 水平居中 */}
.pz_SideLayerss .l1{padding-left:2px;}
.pz_SideLayerss .l1 a{ float:left; width:1200px; background:#fff; color:#333; font-size: 16px; line-height: 52px; text-align:left; }
.pz_SideLayerss .l1 a:hover,
.pz_SideLayerss .l1 .hover{ background:#fff;}
@media screen and (max-width:991px){
	.pz_SideLayerss{ /*display:none;*/}
	.pz_SideLayerss .l1 a{ width:100px; font-size: 12px; line-height: 40px; }
	}

.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:#0078be; font-size:36px; line-height:77px; text-align:center;}
.joinUs .l_recruit_t.on .sz{ background-color:#0078be; color:#fff;}
.joinUs .l_recruit_t .rright{ padding-left:124px;}
.joinUs .l_recruit_t .rright .rText{ float:left; width:100%; border-top:#0078be 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:#0078be;}
.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);
	}
@media screen and (max-width:1429px){
.joinUs .l_recruit_t .sz{ width:72px; height:62px; font-size:31px; line-height:62px; }
.joinUs .l_recruit_t .rright{ padding-left:105px;}
.joinUs .l_recruit_t .rright .rText{ font-size:18px; line-height:58px; }
.joinUs .l_recruit_t .rright .rText font{width: 23px;height: 12px;}
	}
@media screen and (max-width:1229px){
.joinUs .l_recruit_t .sz{ width:58px; height:51px; font-size:24px; line-height:51px; }
.joinUs .l_recruit_t .rright{ padding-left:83px;}
.joinUs .l_recruit_t .rright .rText{ font-size:16px; line-height:48px;  border-top:#0078be solid 2px; padding:0 42px 0 0; }
.joinUs .l_recruit_t .rright .rText font{width: 23px;height: 12px; right:21px; margin-top:-6px;}
	}	
@media screen and (max-width:767px){
.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:#0078be 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:#0078be;}
.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:#0078be; font-weight:bold;}
@media screen and (max-width:1429px){
	.joinUs .l_recruit_d{  padding:0 0 0 105px;}
.joinUs .l_recruit_d .reD{ padding:15px 0 20px 0;}
.joinUs .l_recruit_d .reD .zz{ padding:24px 0 16px 0;}
.joinUs .l_recruit_d .reD .zz h4{ padding:0 24px; line-height:30px; }
.joinUs .l_recruit_d .reD .zzLink{ padding-top:26px;}
	}
@media screen and (max-width:1229px){
	.joinUs .l_recruit_d{  padding:0 0 0 83px;}
.joinUs .l_recruit_d .reD{ padding:11px 0 15px 0;}
.joinUs .l_recruit_d .reD .zz{ padding:19px 0 12px 0;}
.joinUs .l_recruit_d .reD .zz h4{ padding:0 20px;  }
.joinUs .l_recruit_d .reD .zzLink{ padding-top:21px;}
	}	
@media screen and (max-width:1229px){
	.joinUs .l_recruit_d{  padding:0 0 0 60px;}
	}	





/*产品与服务-详细*/
.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);
	}
@media screen and (max-width:1429px){
    .proStaileSlick{ width: 597px;}
    .staileSlickTopBox{ width:489px;}
    .staileSlickTopBox .ipics{ width:489px; height:394px; }
}
@media screen and (max-width:1229px){
    .proStaileSlick{ width: 480px;}
    .staileSlickTopBox{ width:392px;}
    .staileSlickTopBox .ipics{ width:392px; height:316px; }
}
@media screen and (max-width:991px){
    .proStaileSlick{ width: 100%;}
    .staileSlickTopBox{ width:604px;}
    .staileSlickTopBox .ipics{ width:604px; height:487px; }
}
@media screen and (max-width:767px){
    .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;}
@media screen and (max-width:1429px){
    .staileSlickDBox{ width:89px;}
    .staileSlickDSlick{ width:89px; }
}
@media screen and (max-width:1229px){
    .staileSlickDBox{ width:72px;}
    .staileSlickDSlick{ width:72px; margin-top: -5px; }
    .staileSlickDSlick .picb{ padding:5px 0 5px 0;}
    .staileSlickDSlick .slick-prev{ width:27px; height:27px;  margin-top:6px; }
    .staileSlickDSlick .slick-next{ width:27px; height:27px; left:48px; margin-top:6px; }
}
@media screen and (max-width:991px){
    .staileSlickDBox{ width:110px;}
    .staileSlickDSlick{ width:110px; margin-top: -6px; }
    .staileSlickDSlick .picb{ padding:6px 0 7px 0;}
    .staileSlickDSlick .slick-prev{ width:40px; height:40px; }
    .staileSlickDSlick .slick-next{ width:40px; height:40px; left:70px; }
}
@media screen and (max-width:767px){
    .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:666px;}
.staileRight h3{ padding:17px 0 21px 0; color:#5a4e4a; font-size:30px; 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:#f27907;
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;}
@media screen and (max-width:1429px){
    .staileRight{ width:571px;}
    .staileRight h3{ padding:14px 0 18px 0; font-size:25px; }
    .staileRight .if{ padding:0 0 29px 0; font-size:14px; line-height:28px; }
    .staileRight .if2{ padding:22px 0 17px 0; line-height:28px; }
    .staileRight .ifBtn{ padding:31px 0 0 0;}
    .staileRight .ifBtn .blink{ padding:0 36px; line-height:36px; }
    .staileRight .ifBtn .bsha{  width: 36px; height: 36px; margin-left: 17px;}
}
@media screen and (max-width:1229px){
    .staileRight{ width:458px;}
    .staileRight h3{ padding:0 0 18px 0; font-size:21px; }
}
@media screen and (max-width:991px){
    .staileRight{ float: left; width:100%;}
    .staileRight h3{ padding:18px 0 18px 0; }
}
@media screen and (max-width:767px){
    .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:#f27907 ;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:#f27907;background:url(images/pro109_h.png) left center no-repeat; background-size:auto 11px;}
.staileDonPage b{font-weight:normal;}
@media screen and (max-width:1429px){
    .staileDonContnt{font-size:14px; line-height:28px;}
}
@media screen and (max-width:767px){
    .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:0 0 24px 0;}
.aboutComTitle{ text-align:center;}
.aboutComTitle .h3s{ color:#3f3f3f; font-size:30px; 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:#f27907; color:#fff; font-size:14px; 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:#f27907;}
@media screen and (max-width:1429px){
.aboutComTitle .h3s{ font-size:26px; }
.aboutComTitle .comTc{ padding-top:16px; }
.aboutComTitle .comTc .tcCen{ padding:0 14px; font-size:12px; line-height:22px; }
.aboutComTitle .comLIn{ padding-top:20px;}
.aboutComTitle .comLIn .linspan{ height:28px; }
	}
@media screen and (max-width:1229px){
.aboutComTitle .h3s{ font-size:20px; }
.aboutComTitle .comTc{ padding-top:2px; }
.aboutComTitle .comLIn{ padding-top:15px;}
.aboutComTitle .comLIn .linspan{ height:23px; }
	}




.aboutComDown{ padding-top:14px; color:#333333; font-size:15px; line-height:33px;}
.aboutComDown .comText{ padding:0 4.42% 0 4.42%; text-align:center;}
.aboutComDown .comCount{ padding:40px 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:#f27907; font-size:55px; font-weight:bold; line-height:1; position:relative;}
.aboutComDown .comCount .countLi .big .bigCen .bigS{ position:absolute; left:100%; font-size:28px; 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:#f27907;}
.aboutComDown .comCount .countLi .bigText{ color:#333333; font-size:15px; line-height:3; text-align:center;}
@media screen and (max-width:1429px){
.aboutComDown{ font-size:14px; line-height:28px;}
.aboutComDown .comText{ padding:0;}
.aboutComDown .comCount{ padding:51px 0 0 0;}
.aboutComDown .comCount .countLi .big .bigCen{ font-size:47px;}
.aboutComDown .comCount .countLi .big .bigCen .bigS{ font-size:28px; margin-top:-7px; }
.aboutComDown .comCount .countLi .bigLine{ padding:14px 0; } 
.aboutComDown .comCount .countLi .bigText{ font-size:14px; }
	}
@media screen and (max-width:1229px){
.aboutComDown .comCount{ padding:35px 0 0 0;}
.aboutComDown .comCount .countLi .big .bigCen{ font-size:37px;}
	}
@media screen and (max-width:767px){
.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:28px; padding-left:5px; margin-top:-6px;}
.aboutComDown .comCount .countLi .bigText{ font-size:12px; }
	}

/*2025-02-15 新增 用于单页*/
.pageComDown{ padding-top:14px; color:#333333; font-size:15px; line-height:33px;}
.pageComDown .comText{ padding:0 4.42% 0 4.42%;}
@media screen and (max-width:1429px){
.pageComDown{ font-size:14px; line-height:28px;}
.pageComDown .comText{ padding:0;}
    }
@media screen and (max-width:767px){
    }
/*2025-02-15 新增 用于单页*/

.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:300px; color:#666666; font-size:14px; line-height:28px; overflow:hidden;
text-overflow:ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
}
@media screen and (max-width:1429px){
.aboutFounderDon{  margin-left:-9px; margin-right:-9px; margin-top:-76px;}
.aboutFounderDon ul li{ padding:0 9px;}
.aboutFounderDon ul li .founTit{ font-size:17px; line-height:76px; }
	}
@media screen and (max-width:1229px){
.aboutFounder{ padding:4.28% 0 13% 0;}	
	}
@media screen and (max-width:767px){
.aboutFounder{ padding:6.28% 0 60px 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: 20px; }
.historyList ul{float: left; width: 100%; position: relative; padding-top: 95px; padding-bottom: 80px; }
.historyList ul::before{content: "";display: block;position: absolute;left: 50%;top:0;width: 12px;height: 12px;background: #bdbdbd;margin-left: -6px;z-index: 1;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;}
.historyList ul::after{content: "";display: block;position: absolute;left: 50%;top: 0;width: 1px;height: 100%;margin-left: -0.5px;background: #e8e8e8;}

.historyList ul li{ float: left; width: 100%; margin-top: -35px; }
.historyList ul li .div{ float: left; width: 675px; padding: 22px 24px 26px 55px; 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;
}
.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;
    -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;
    -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: right; width: 158px; height: 114px;}
.historyList ul li span{ float: left; width: 387px;}
.historyList ul li span h2{float: left; width: 100%; line-height: 40px; font-size: 24px; 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: 16px; line-height: 26px; color: #666;}
@media screen and (max-width:1429px){
    .historyList ul li .div{ width: 573px; padding: 22px 24px 26px 22px; }
    .historyList ul li span{ width: 345px;}
}
@media screen and (max-width:1229px){
    .historyList ul li .div{ width: 456px; padding: 12px 14px 16px 14px; }
    .historyList ul li span{ width: 256px;}
    .historyList ul li span h2{ line-height: 24px; font-size: 20px; }
    .historyList ul li span font{ font-size: 14px; margin-top: 10px; }

}
@media screen and (max-width:991px){
    .historyList{ padding-top: 25px; }
    .historyList ul li .div{ width: 100%; }
}

.historyList ul li:nth-child(2n){ margin-top: -90px;}
.historyList ul li:nth-child(2n) .div{float: right;padding: 22px 20px 26px 55px;  }
.historyList ul li:nth-child(2n) .div::after{left: -39px;}
.historyList ul li:nth-child(2n) .div::before{left: -15px;}
.historyList ul li:hover .div{border: 2px solid #f27907; padding: 21px 23px 25px 54px;}
.historyList ul li:hover .div::after {background:url(images/img_9_5_h.png) no-repeat center/100% 100%;}
.historyList ul li:hover .div::before{background: #f27907;}
.historyList ul li:hover span h2{color: #f27907;}
.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: #f27907;
    -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);}
@media screen and (max-width:1429px){
    .historyList ul li:nth-child(2n) .div{padding: 22px 20px 26px 22px;  }
    .historyList ul li:hover .div{ padding: 21px 23px 25px 21px;}
}
@media screen and (max-width:1229px){
    .historyList ul li:nth-child(2n) .div{padding: 12px 10px 16px 12px;  }
    .historyList ul li:hover .div{ padding: 11px 9px 15px 11px;}
}

@media  screen and (max-width:991px){
    .historyList ul{padding-bottom: 20px; padding-top: 0;padding-left: 39px;}
    .historyList ul::before{ left: 6px; margin-left: 0;}
    .historyList ul::after{ left: 13px;}
    .historyList ul li{width: 100%;margin-top: 25px;padding: 0;}
    .historyList ul li div{ width: 100%; padding: 10px;border: 1px solid #e3e3e3; min-height: none;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        border-radius:5px;}




    .historyList ul li div::after{ right: auto; left: -39px;}
    .historyList ul li div::before{ right: auto; left: -15px;}
    .historyList ul li div img{float: left; width: 111px; height: 80px;}
    .historyList ul li div span{display: block;float: none;width: 100%;margin-top: 5px; padding-left: 130px;}
    .historyList ul li div span h2{height: auto;line-height: 1;font-size: 18px;}
    .historyList ul li div span font{font-size: 12px;line-height: 20px;}

    .historyList ul:nth-child(2) li:nth-child(1){margin-top: 15px;}
    .historyList ul li:nth-child(2n){float: left;padding: 0;margin-top: 15px;}
    .historyList ul:nth-child(3){display: none; position: relative; margin-top: 0;}
    .historyList ul:nth-child(3) li:nth-child(1){margin-top: 15px;}


    .historyList button{float: left; width: 82px;  height: 36px;line-height: 36px;font-size: 12px;}
}




.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);
	}
@media screen and (max-width:1429px){
.aboutPartDown{ 1 margin:0 -11px;}
.aboutPartDown ul li{ padding:0 11px;}
	}
@media screen and (max-width:767px){
.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:#f27907;}



/*新闻中心*/
.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;}
@media screen and (max-width:1229px){
    .newBox ul li a{ padding: 26px 0; }
    .newBox ul li a .newFloat .picture{ width: 273px; height: 155px; }
    .newBox ul li a .newFloat .newTime{ float: left; width: 131px; height: 128px; padding-right: 25px; margin-top: 18px; }
    .newBox ul li a .newFloat .newTime .timeDay{ font-size: 30px; }
    .newBox ul li a .newFloat .newTime .timeMonth{ margin-top: 10px; }
    .newBox ul li a .newFloat .newTime .timeTit{ padding-top: 20px; }
    .newBox ul li a .newFloat .newTime .timeTit span{ width: 30px; }
}



@media screen and (max-width:767px){
    .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: #0078be;}
.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;}
@media screen and (max-width:1229px){
    .newBox ul li a .article{ padding: 0 320px 0 160px;}
    .newBox ul li a .article h3{ padding: 18px 0 15px 0; }
    .newBox ul li a .article p{ height: 75px; line-height: 25px; }
    .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;}
}
@media screen and (max-width:767px){
    .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: #0078be;}
.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;}
@media  screen and (max-width:767px){
    .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:#0078be; 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:#0078be;}
.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;}


@media  screen and (max-width:991px){
    .newMoreList .newDownBox{  padding:23px 0 30px 0;}
}
@media  screen and (max-width:767px){
    .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: #0078be;}
.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{margin:30px 0; padding:15px; border:#eee solid 1px;overflow: hidden;}
.contactBox .contactLeft{ float:left; width:42.85%; padding:20px 0 0 30px;}
.contactBox .contactLeft .contactTit{ color:#333333; font-size:16px; line-height:1.25;}
.contactBox .contactLeft .contactTits{ color:#f27907; font-size:26px; padding-bottom:15px;line-height:1.25;}
.contactBox .contactLeft .english{ padding:10px 0 36px 0; color:#6e6e6e; font-size:14px; line-height:20px; font-family: Arial; text-transform: uppercase;}
.contactBox .contactLeft .tent{ padding:15px 0;}
.contactBox .contactLeft .tent .tentLi{ float:left; width:100%; margin:15px 0; line-height:22px; font-size:14px; padding-left:36px; min-height:22px; position:relative;}
.contactBox .contactLeft .tent .tentLi .span{ font-size: 16px;}
.contactBox .contactLeft .tent .tentLi b{ position:absolute; left:0; top:0;}
.contactBox .contactLeft .ewm{ margin:40px 0 0 0;}
.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:300px;}
.contactRight label{ max-width:224px;}
.contactRight .BMapLabel{ float:left; background-color:#ec5e11; width:auto !important; border:0 !important; height:25px; padding:0 15px; 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;}
@media  screen and (max-width:1429px){
    .contactBox{margin:15px 0;}
    .contactBox .contactLeft .ewm .ewmCon{ width:315px; padding:40px 0 0 16px; }
}
@media  screen and (max-width:1229px){
    .contactBox .contactLeft .ewm .ewmCon{ width:252px; padding:40px 0 0 16px; }
}

@media  screen and (max-width:991px){
    .contactBox{margin:15px 0;}
    .contactBox .contactLeft{ width:100%; padding:0;}
    .contactBox .contactLeft .contactTit{ font-size:25px;}
    .contactBox .contactLeft .english{ padding:10px 0 20px 0; font-size:16px;}
    .contactBox .contactLeft .tent{ padding:20px 0 20px 0; }
    .contactBox .contactLeft .tent .tentLi{ margin:10px 0; font-size:14px; }
    .contactBox .contactLeft .tent .tentLi .span{ font-size: 15px;}
    .contactBox .contactLeft .ewm{ margin:20px 0 20px 0;}
    .contactBox .contactRight{ width:100%; padding-left:0; margin-top:20px;}
    .contactRight .cmap{ height:200px;}
}
@media  screen and (max-width:767px){
    .contactBox{margin:15px 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; }
    .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: #f27907;}
.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;}
@media  screen and (max-width:1229px){
    .message{padding:3.16% 4% 6.66% 4%;}
}
@media  screen and (max-width:991px){
    .message .lab{ margin:5px 0;}
    .fm1{ padding:0 10px;}
    .fm2{ padding:0 10px;}
    .fm1_4{ height:45px; line-height:45px; margin-top:10px;}
    .fm1_2{ padding:0 10px; height:40px; line-height:38px;}
    .fm1_3{padding:8px 10px; line-height:24px;}
}
@media  screen and (max-width:767px){
    .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:#0078be;}
.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: #0078be solid 1px; padding: 0 17px 0 19px; color: #f27907; font-size: 16px; line-height: 35px;}
.pord_list li.double .tx1 span{ float: right;}
.pord_list li .tx1 span:hover{ background-color: #0078be; color: #fff;}
@media  screen and (max-width:1429px){
    .pord_list li{  padding:44px 0;}
    .pord_list li .tx1{ padding:0 0 0 65px; }
    .pord_list li.double .tx1{padding:0 65px 0 0; }
    .pord_list li .tx1 .l1::after{ width:42px; left:-65px; }
    .pord_list li.double .tx1 .l1::after{ left: auto; right: -65px;}
    .pord_list li .tx1 h2{ font-size:34px; }
    .pord_list li .tx1 p{  height: 84px; font-size:14px; line-height:28px; }
}
@media  screen and (max-width:1229px){
    .pord_list li{  padding:34px 0;}
    .pord_list li .tx1{ padding:0 0 0 52px; }
    .pord_list li .tx1 .l1{ margin:6.76% 0 3.69% 0; }
    .pord_list li.double .tx1{padding:0 52px 0 0; }
    .pord_list li .tx1 .l1::after{ width:34px; left:-52px; }
    .pord_list li.double .tx1 .l1::after{ left: auto; right: -52px;}
    .pord_list li .tx1 h2{ font-size:28px; }
    .pord_list li .tx1 span{  padding: 0 12px 0 12px; font-size: 14px; line-height: 32px;}
}
@media  screen and (max-width:767px){
    .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:22px; }
    .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: #0078be; 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;
}
@media  screen and (max-width:1429px){
    .hisBox{ padding: 87px 0 60px 0;}
    .hisSlick .hisLi{ height: 758px; padding: 0 103px 0 99px; background: url("images/his2.png") center no-repeat; background-size: contain}
    .hisSlick .hisLi .hisFloat{ height: 758px; }
    .hisSlick .hisLi .hisFloat .hisDd{ width:225px; }
    .hisSlick .hisLi .hisFloat .hisOne{ left: 78px; bottom: 509px;}
    .hisSlick .hisLi .hisFloat .hisTwo{left: 283px; top: 577px; }
    .hisSlick .hisLi .hisFloat .hisThree{left: 410px; bottom: 450px;}
    .hisSlick .hisLi .hisFloat .hisFour{left: 668px; bottom: 569px;}
    .hisSlick .hisLi .hisFloat .tu{ height: 81px; }
    .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{ max-height: 80px; margin-top:4px;  font-size: 12px; line-height: 20px; }
}
@media  screen and (max-width:1229px){
    .hisBox{ padding: 60px 0 45px 0;}
    .hisSlick .hisLi{ height: auto; padding: 0 160px 0 161px; background: 0;}
    .hisSlick .hisLi .hisFloat{ height: auto; }
    .hisSlick .hisLi .hisFloat .hisDd{ position: static; width:225px; }
    .hisSlick .hisLi .hisFloat .hisOne{ float: left; left: auto; bottom: auto; margin-left: 90px; margin-bottom: 20px;}
    .hisSlick .hisLi .hisFloat .hisTwo{left: auto; top: auto; float: right; margin-right: 50px; margin-top: 20px; }
    .hisSlick .hisLi .hisFloat .hisThree{left: auto; bottom: auto;}
    .hisSlick .hisLi .hisFloat .hisFour{left: auto; bottom: auto;}
    .hisSlick .hisLi .hisFloat .tu{ height: 81px; }
    .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;}
}
@media  screen and (max-width:991px){
    .hisBox{ padding: 45px 0 45px 0;}
    .hisSlick .hisLi{ padding: 0 56px 0 56px; }
    .hisSlick .hisLi .hisFloat .hisDd{ position: static; width:225px; }
    .hisSlick .hisLi .hisFloat .hisOne{ float: left; left: auto; bottom: auto; margin-left: 90px; margin-bottom: 20px;}
    .hisSlick .hisLi .hisFloat .hisTwo{left: auto; top: auto; float: right; margin-right: 50px; margin-top: 20px; }
    .hisSlick .hisLi .hisFloat .hisThree{left: auto; bottom: auto;}
    .hisSlick .hisLi .hisFloat .hisFour{left: auto; bottom: auto;}
    .hisSlick .hisLi .hisFloat .tu{ height: 81px; }
    .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;}
}
@media  screen and (max-width:767px){
    .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;  }
@media  screen and (max-width:1429px){
    .hisSlick .slick-prev{ width: 37px; height: 37px; top: 445px; }
    .hisSlick .slick-next{ width: 37px; height: 37px; top: 445px; }
}
@media  screen and (max-width:1229px){
    .hisSlick .slick-prev{ top: 430px; }
    .hisSlick .slick-next{ top: 430px; }
}
@media  screen and (max-width:1229px){
    .hisSlick .slick-prev{ left: 0; top: 50%; margin-top: -18px; }
    .hisSlick .slick-next{ right: 0; top: 50%; margin-top: -18px; }
}


/*右漂浮*/
.right{ position: fixed; width: 55px; height: 217px; 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;}


@media screen and (max-width: 1024px) {
    .right{ display: none;}
}



    /*
           -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:#0078be; border:solid 1px #0078be;}/*鼠标经过和默认当前页样式*/
.fy_phone{ display:none;}
@media  screen and (max-width:991px){
    .caseNewPage{ padding: 6.5% 0;}
    .fy_phone{ display:block; font-family:'Arial';}
    .fy_phone{ text-align:center; font-size:14px; color:#333;}
    .fy_phone a{ display:inline-block;*display:inline; *zoom:1; width:98px; height:30px; line-height:29px; border:solid 1px #0078be; color:#333;
        -webkit-border-radius:15px;
        -moz-border-radius:15px;
        border-radius:15px; }
    .fy_phone span{ display:inline-block; padding:0 5%; height:30px; line-height:30px; color:#333;}
}


		  
		  
.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: #0078be;}
@media screen and (max-width:991px){
    .special .owl-dots .owl-dot{  width: 12px; height: 12px; margin: 0 10px; }
}




@-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:#0078be;}
.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;}


@media screen and (max-device-width: 320px){body{-webkit-text-size-adjust:none}}
@media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:none}}
@media only screen and (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none}}
@media only screen and (min-device-width: 768px) and (max-device-width: 1243px){body{-webkit-text-size-adjust:none}}


/*通用-列表翻页*/
.pagination-wrapper{float:left;width:100%;margin:20px 0;text-align:center;}
.pagination{float:left;width:100%;margin:10px 0 0;text-align:center;font-size:12px;overflow:hidden;}
.pagination span{display:inline-block;height:30px;margin-left:5px;padding:0px 11px;border:solid 1px #e6e6e6;line-height:28px;background:#fff;}
.pagination a{display:inline-block;height:30px;margin-left:5px;padding:0px 10px;border:solid 1px #e6e6e6;line-height:28px;background:#fff;}
.pagination a:hover{border:1px solid #0078be;background:#0078be;color:#fff;}
.pagination .current-page{border:1px solid #0078be;background:#0078be;color:#fff;}
@media screen and (max-width:767px){
.pagination-wrapper{margin:10px 0;}
}

/*技术列表  开始*/
.list-products{float:left;width:100%;padding:20px 0;}
.list-products ul{margin:0 -8px;}
.list-products ul li{float:left;width:25%;padding:8px;}
.list-products ul li .items{float:left;width:100%;padding:10px;border:solid 1px #e6e6e6;background:#fff;}
.list-products ul li .items .img{float:left;width:100%;padding-bottom:70%;position:relative;overflow:hidden;}
.list-products ul li .items .img img{width:100%;min-height:100%;position:absolute;left:0;top:0;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;-o-transition:width all 0.3s linear;}
.list-products ul li .items .img:hover img{transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);}
.list-products ul li .items .text{float:left;width:100%;}
.list-products ul li .items .text .tit{float:left;width:100%;height:30px;margin:10px 0 0;font-size:16px;line-height:30px;text-align:center;color:#333;background:#f9f9f9;}
.list-products ul li .items .text .des{float:left;width:100%;height:50px;margin:10px 0 0;font-size:13px;line-height:25px;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#999;overflow:hidden;}
.list-products ul li .items:hover{border:solid 1px #0078be;box-shadow:0 1px 1px rgba(0,0,0,0.16);}
@media screen and (max-width:991px){
    .list-product ul li{width:50%;}
}
@media  screen and (max-width:767px){
    .list-products ul{margin:0 -5px;}
    .list-products ul li{width:50%;padding:5px;}
    .list-products ul li .items .text .tit{height:25px;font-size:14px;line-height:25px;}
    .list-products ul li .items .text .des{height:40px;font-size:12px;line-height:20px;}
}
/*技术列表  结束*/

/*产品列表  开始*/
.list-product{float:left;width:100%;padding:20px 0;}
.list-product ul{margin:0 -8px;}
.list-product ul li{float:left;width:16.66%;padding:8px;}
.list-product ul li .items{float:left;width:100%;padding:10px;border:solid 1px #e6e6e6;background:#fff;}
.list-product ul li .items .img{float:left;width:100%;padding-bottom:70%;position:relative;overflow:hidden;}
.list-product ul li .items .img img{width:100%;min-height:100%;position:absolute;left:0;top:0;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;-o-transition:width all 0.3s linear;}
.list-product ul li .items .img:hover img{transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);}
.list-product ul li .items .text{float:left;width:100%;}
.list-product ul li .items .text .tit{float:left;width:100%;height:30px;margin:10px 0 0;font-size:12px;line-height:30px;text-align:center;color:#333;background:#f9f9f9;}
.list-product ul li .items .text .des{float:left;width:100%;height:50px;margin:10px 0 0;font-size:13px;line-height:25px;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#999;overflow:hidden;}
.list-product ul li .items:hover{border:solid 1px #0078be;box-shadow:0 1px 1px rgba(0,0,0,0.16);}
@media screen and (max-width:991px){
    .list-product ul li{width:50%;}
}
@media  screen and (max-width:767px){
    .list-product ul{margin:0 -5px;}
    .list-product ul li{width:50%;padding:5px;}
    .list-product ul li .items .text .tit{height:25px;font-size:14px;line-height:25px;}
    .list-product ul li .items .text .des{height:40px;font-size:12px;line-height:20px;}
}
/*产品列表  结束*/

/*产品详情  开始*/
.product-show{float:left;width:100%;margin:50px 0;}
.product-show .pic{float:left;width:29%;border:1px solid #eee;padding:5px;}
.product-show .pic img{float:left;width:100%;}
.product-show .text{float:right;width:68%;}
.product-show .text .tit{float:left;width:100%;margin:10px 0 15px;font-size:20px;color:#555;font-weight:bold;letter-spacing:1px;position:relative;}
.product-show .text .tit a{position:absolute;right:0;top:12px;font-size:15px;color:#666;display:block;font-weight:normal;}
.product-show .text .tit a i{font-size:18px;vertical-align:middle;}
.product-show .text .tit a:hover{color:#0078be;}
.product-show .text .desc{float:left;width:100%;padding:15px;border:dashed 1px #eee;border-radius:5px;font-size:13px;color:#666;background:#f9f9f9;line-height:30px;}
.product-show .text .online{float:left;width:100%;margin-top:20px;display:block;line-height:40px;text-align:center;font-size:16px;color:#fff;border-radius:5px;}
.product-show .text .online a{float:left;margin-right:8px;padding:0 20px;display:block;line-height:40px;background:#0078be;text-align:center;font-size:16px;color:#fff;border-radius:5px;position:relative;}
.product-show .text .online a.a2{background:#0078be;}
.product-show .text .online i{margin-right:5px;font-size:20px;vertical-align:middle;}
.product-show .text .online a .ewm{position:absolute;left:50%;top:-120px;width:120px;height:120px;margin-left:-60px;background:url(../images/ewm_bg.png) center center no-repeat;background-size:contain;display:none;}
.product-show .text .online a .ewm img{width:95px;margin-top:10px;}
.product-show .text .online a:hover .ewm{display:block;-webkit-animation:fadeInUp 1 0.5s 0s ease both;-moz-animation:fadeInUp 1 0.5s 0s ease both;}
.product-show .tabBar{float:left;width:100%;height:46px;margin-top:35px;border:1px solid #eee;background:#f6f6f6;position:relative;}
.product-show .tabBar h2{height:46px;padding:0 20px;line-height:46px;background:#fff;color:#0078be;border-top:2px solid #0078be;position:absolute;top:0;left:0;font-size:16px;border-right:1px solid #eee;font-weight:bold;letter-spacing:1px;}
.product-show .content{float:left;width:100%;padding:20px;font-size:13px;line-height:200%;color:#666;border:1px solid #eee;border-top:none;}
.product-show .content .bdshare_det{float:left;width:100%;height:36px;margin-top:25px;text-align:center;}
.product-show .content .bdshare_det .bdshare2{display:inline-block;*display:inline;*zoom:1;vertical-align:top;}
.product-show .content .bdshare_det .bdshare2 a,
.product-show .content .bdshare_det .bdshare2 .bds_more{width:36px!important;height:36px!important;margin:0 8px!important;padding:0!important;}
.product-show .content .bdshare_det .bdshare2 .bds_weixin{background:url(../images/icon-weixin.png) 0 0 no-repeat!important;}
.product-show .content .bdshare_det .bdshare2 .bds_tsina{background:url(../images/icon-weibo.png) 0 0 no-repeat!important;}
.product-show .content .bdshare_det .bdshare2 .bds_qzone{background:url(../images/icon-qzone.png) 0 0 no-repeat!important;}
.product-show .pager{float:left;width:100%;margin:38px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;position:relative;}
.product-show .pager::after{float:left;width:1px;height:100%;background:#e6e6e6;content:'';position:absolute;left:50%;top:0;}
.product-show .pager a{float:left;width:50%;color:#666;font-size:14px;line-height:62px;overflow:hidden;}
.product-show .pager a.l_pager{padding-right:12px;text-align:left;}
.product-show .pager a.r_pager{float:right;padding-left:12px;text-align:right;}
.product-show .pager a:hover{color:#0078be;}
@media screen and (max-width:767px){
    .product-show{margin:20px 0;padding:20px 15px;}
    .product-show .pic{width:100%;}
    .product-show .text{float:left;width:100%;}
    .product-show .text .tit{margin:10px 0;font-size:20px;}
    .product-show .text .tit a{top:5px;font-size:13px;}
    .product-show .text .desc{padding:6px;font-size:12px;line-height:25px;}
    .product-show .text .online{margin-top:15px;height:35px;line-height:35px;font-size:14px;}
    .product-show .text .online i{font-size:18px;}
    .product-show .tabBar{height:38px;margin-top:20px;}
    .product-show .tabBar h2{height:38px;padding:0 20px;line-height:38px;font-size:14px;}
    .product-show .content{padding:10px;font-size:12px;}
    .product-show .content .bdshare_det{margin-top:15px;}
    .product-show .pager{width:100%;margin:20px 0;}
    .product-show .pager a{line-height:38px;}
}
/*产品详情  开始*/

/*案例列表 开始*/
.list-case{float:left;width:100%;margin:20px 0;}
.list-case ul{margin:0 -8px;}
.list-case ul li{float:left;width:25%;padding:8px;}
.list-case ul li .items{float:left;width:100%;padding:15px;border:1px solid #e6e6e6;background:#fff url(../images/items_bg.png) center top no-repeat;background-size:contain;}
.list-case ul li .items .img{float:left;width:100%;padding-bottom:66.31%;position:relative;overflow:hidden;}
.list-case ul li .items .img img{width:100%;min-height:100%;position:absolute;left:0;top:0;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;-o-transition:width all 0.3s linear;}
.list-case ul li .items .img:hover img{transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);}
.list-case ul li .items .text .tit{float:left;width:100%;margin-top:10px;font-size:16px;color:#333;line-height:30px;text-align:center;}
.list-case ul li .items .text .des{float:left;width:100%;margin-top:10px;font-size:13px;color:#999;line-height:25px;}
.list-case ul li .items:hover{background-image:url(../images/items_bgs.png);box-shadow:9px 10px 46px rgba(0,0,0,0.09);}
@media screen and (max-width:991px){
    .list-case{margin:28px 0;}
    .list-case ul li{width:50%;}
    .list-case ul li .items .text .tit{font-size:15px;line-height:25px;}
    .list-case ul li .items .text .des{font-size:12px;line-height:20px;}
}
@media screen and (max-width:767px){
    .list-case{margin:18px 0;}
    .list-case ul{margin:0 -5px;}
    .list-case ul li{width:50%;padding:5px;}
    .list-case ul li .items{padding:10px;}
    .list-case ul li .items .text .tit{line-height:22px;}
    .list-case ul li .items .text .des{line-height:18px;font-size:12px;}
}
/*案例列表 结束*/

/*案例详情 开始*/
.case-show{float:left;width:100%;margin:50px 0;}
.case-show .title{float:left;width:100%;padding:50px 0;text-align:center;color:#333;font-size:30px;font-weight:bold;}
.case-show .meta{float:left;width:calc(100% - 80px);height:35px;margin:0 40px;text-align:center;font-size:13px;line-height:35px;color:#999;background:#f2f2f2;border-radius:30px;overflow:hidden;}
.case-show .content{float:left;width:100%;padding:40px;color:#666;font-size:15px;line-height:30px;}
.case-show .pager{float:left;width:calc(100% - 40px);margin:38px 20px;border-top:1px solid #eee;border-bottom:1px solid #eee;position:relative;}
.case-show .pager::after{float:left;width:1px;height:100%;background:#e6e6e6;content:'';position:absolute;left:50%;top:0;}
.case-show .pager a{float:left;width:50%;color:#666;font-size:14px;line-height:62px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.case-show .pager a.l_pager{padding-right:12px;text-align:left;}
.case-show .pager a.r_pager{float:right;padding-left:12px;text-align:right;}
.case-show .pager a:hover{color:#0078be;}
.case-show .bdshare_det{float:left;width:100%;height:36px;text-align:center;}
.case-show .bdshare_det .bdshare2{display:inline-block;*display:inline;*zoom:1;vertical-align:top;}
.case-show .bdshare_det .bdshare2 a,
.case-show .bdshare_det .bdshare2 .bds_more{width:36px!important;height:36px!important;margin:0 8px!important;padding:0!important;}
.case-show .bdshare_det .bdshare2 .bds_weixin{background:url(../images/icon-weixin.png) 0 0 no-repeat!important;}
.case-show .bdshare_det .bdshare2 .bds_tsina{background:url(../images/icon-weibo.png) 0 0 no-repeat!important;}
.case-show .bdshare_det .bdshare2 .bds_qzone{background:url(../images/icon-qzone.png) 0 0 no-repeat!important;}
@media screen and (max-width:991px){
    .case-show{margin:20px 0;}
    .case-show .pager{width:100%;margin:20px 0;}
    .case-show .pager a{line-height:44px;}
}
@media screen and (max-width:767px){
    .case-show{margin:20px 0;}
    .case-show .title{padding:20px 0;font-size:18px;line-height:30px;}
    .case-show .meta{width:100%;height:25px;margin:0;font-size:12px;line-height:25px;}
    .case-show .content{font-size:12px;line-height:25px;padding:20px 0;}
    .case-show .pager{width:100%;margin:20px 0;}
}
/*案例详情 结束*/

/*招贤纳士*/
.s_1_d{float: left; width: 100%; padding-top: 50px;}
.s_1_d .s_recruit_t{ display:block; float:left; width:100%; margin-top:20px; height:118px;background:#f5f5f5; cursor:pointer;border-left: 3px solid #2b3d51;position: relative; padding-right:106px;
-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;}
.s_1_d .s_recruit_t .d1{ float:left; width:28.66%; padding-left:42px; height:118px; display:table}
.s_1_d .s_recruit_t .d1 span{ display:table-cell; width:100%; font-size:24px; color:black; letter-spacing:1px; line-height:40px; vertical-align:middle;}
.s_1_d .s_recruit_t .d2{ float:left; width:18.47%; padding-left:8px; line-height:118px; font-size:14px; color:#333;}
.s_1_d .s_recruit_t .d3{ float:left; width:18.47%; padding-left:17px; line-height:118px; font-size:14px; color:#333;}
.s_1_d .s_recruit_t .d4{ float:left; width:18.47%; padding-left:8px; line-height:118px; font-size:14px; color:#333;}
.s_1_d .s_recruit_t .d5{ float:left; width:15.23%; text-align:right; line-height:118px; font-size:14px; color:#333;}

.s_1_d .s_recruit_t i{display: block;position: absolute;right: 60px;top:50%; margin-top:-15px; width: 22px; height:22px; border-top:solid 2px #2b3d51; border-right:solid 2px #2b3d51; z-index: 9; transform:rotate(135deg);
-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;}
.s_1_d .s_recruit_t.on i{ border-color:white;}
.s_1_d .s_recruit_t.on{ background:#2b3d51; border-color:#dc1b17;}
.s_1_d .s_recruit_t.on .d1 span,.s_1_d .s_recruit_t.on .d2,.s_1_d .s_recruit_t.on .d3,.s_1_d .s_recruit_t.on .d4,.s_1_d .s_recruit_t.on .d5{ color:white;}

.s_1_d .s_recruit_d{ display: none; float:left; width:100%; background:#f5f5f5; border-left: 3px solid #2b3d51; position:relative; padding:28px 21.65% 30px 42px; line-height:30px; font-size:14px; color:#333;}
.s_1_d .s_recruit_d h4,
.s_1_d .s_recruit_d span{display: block;line-height: 38px;font-size: 16px;color: #000;}
.s_1_d .s_recruit_d span a{font-weight: normal;color: #000;}
.s_1_d .s_recruit_d span a:hover{text-decoration: underline;}
.s_1_d .s_recruit_d span button{ position:absolute; right:48px; bottom:43px; background:#2b3d51; width:155px; height:40px;line-height: 40px;font-size: 18px;color: #fff; text-align:center; cursor:pointer; outline:none; font-weight: normal; letter-spacing:1px;
-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-border-radius:20px; 
   -moz-border-radius:20px;
        border-radius:20px;}
.s_1_d > div button:hover{ opacity:0.8; filter:alpha(opacity=80);}

@media  screen and (max-width:1199px){
.s_1_d .s_recruit_t i{ right:40px;}
.s_1_d .s_recruit_t .d1{ padding-left:22px;}
}
@media  screen and (max-width:991px){
.s_1_d .s_recruit_t .d1{ width:100%; height:68px;}
.s_1_d .s_recruit_t .d1 span{ font-size:20px; letter-spacing:0px; line-height:30px;}
.s_1_d .s_recruit_t .d2,.s_1_d .s_recruit_t .d3,.s_1_d .s_recruit_t .d4,.s_1_d .s_recruit_t .d5{ line-height:30px; width:25%;}
.s_1_d .s_recruit_t .d2{ padding-left:22px;}
.s_1_d .s_recruit_d{ padding:20px 25% 20px 22px;}
.s_1_d .s_recruit_d h4,
.s_1_d .s_recruit_d span{ line-height: 32px;}
.s_1_d .s_recruit_d span button{ right:24px; bottom:20px;}
}
@media  screen and (max-width:767px){
.s_1_d{ padding-top: 25px;}
.s_1_d .s_recruit_t{ margin-top:10px; height:60px;border-left: 2px solid #2b3d51; overflow:hidden;}
.s_1_d .s_recruit_t .d1{ height:60px; padding-left:12px;}
.s_1_d .s_recruit_t .d1 span{ font-size:16px; line-height:24px;}
.s_1_d .s_recruit_d{border-left: 2px solid #2b3d51;padding:10px; line-height:24px; font-size:12px;}
.s_1_d .s_recruit_d h4{line-height: 28px;height: 28px;font-size: 14px;}
.s_1_d .s_recruit_d span{height: 28px;line-height: 28px;font-size: 14px;}
.s_1_d .s_recruit_d span button{ right:12px; bottom:15px;float: right; width:80px; height:26px;line-height: 26px;font-size: 12px;
-webkit-border-radius:13px; 
 -moz-border-radius:13px;
      border-radius:13px;}
.s_1_d .s_recruit_t i{ right: 20px; margin-top:-12px; width: 16px; height:16px;}
}
.pz_main .container>.pz_SideLayer:nth-of-type(1) li{display: none;}


/*2025-03-27更新 新增语言切换 开始*/
.top1 .language{float:right;width:96px;margin-top: 35px;margin-left:5px;-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;}
.top1 .language ul{}
.top1 .language ul li{float:left;width:36px;height:36px;margin:0 3px;line-height:16px;font-size:12px;border:0px solid #ddd;border-radius:50%;text-align:center;}
.top1 .language ul li:hover,.top1 .language a:hover{color:#e60012;}
.top1.active .language{ margin-top: 26px; }

.xialaph .language{width:50%;margin:0 auto;margin-top: 15px;}
.xialaph .language ul{}
.xialaph .language ul li{float:left;width:50%;height:35px;line-height:35px;font-size:15px;text-align:center;}
.xialaph .language ul li span{margin-left:8px;}
/*2025-03-27更新 新增语言切换 结束*/


/*2025-03-27更新 新增简介视频文字 开始*/
.aboutVideoInfo{float:left;width:100%;padding:10px 0;}
.aboutVideoInfo .about-video{float:right;width:49%;padding-top: 140px;position:relative;}
.aboutVideoInfo .about-video .videoBox{width:100%;padding-bottom:66%;overflow:hidden;position:relative;}
.aboutVideoInfo .about-video .videoBox video,
.aboutVideoInfo .about-video .videoBox p,
.aboutVideoInfo .about-video .videoBox img{width:100%;height:100%;position:absolute;left:0;top:0;}
.aboutVideoInfo .about-video .videoBox p iframe{width:100%;height:100%;}
video::-internal-media-controls-download-button{display:none;}
video::-webkit-media-controls-enclosure{overflow:hidden!important;}
video::-webkit-media-controls-panel{width:calc(100% + 30px);}
.black-on{width:100%;height:100%;background-color:rgba(0,0,0,0.2);position:absolute;top:0;left:0;}
.black-on span{width:51px;height:51px;position:absolute;left:50%;top:50%;display:block;margin:0 0 0 -25.5px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);}
.aboutVideoInfo .about-info{float:left;width:49%;height:auto;position:relative;}
.aboutVideoInfo .about-info h3{font-size:25px;color:#333;padding:10px 0 0;}
.aboutVideoInfo .about-info div{margin:15px 0 0;font-size:14px;color:#333;line-height:25px;overflow:hidden;}
.aboutVideoInfo .about-info a{width:130px;height:35px;margin:20px 0 0;background:#df0024;display:block;font-size:14px;color:#fff;text-align:center;line-height:35px;}
.aboutVideoInfo .about-info a:hover{background-color:#c4000f;}

@media  screen and (max-width:767px){
	.aboutVideoInfo{padding:20px 0;}
	.aboutVideoInfo .about-video{width:100%;}
	.aboutVideoInfo .about-info{width:100%; margin-top:10px;}
	.aboutVideoInfo .about-info h3{font-size:20px;}
	.aboutVideoInfo .about-info div{font-size:14px; line-height:20px;}
	.aboutVideoInfo .about-info a{font-size:13px;}
}
/*2025-03-27更新 新增简介视频文字 结束*/


/*2025.4.10 新增*/


.about-xian{background:url(images/about-xian.png) no-repeat center left;padding-left:80px}