@charset "UTF-8";
img{-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; -ms-transition: all 0.5s;  transition: all 0.5s;
  border:0;display: inline-block;
}
a{color:#333;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;transition: all .5s;}


body{
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}



.mobile_daohang{display:none; }
.bottomNav{display:none; }

.f-12{font-size: 12px;}
.f-14{font-size: 14px;}
.f-16{font-size: 16px;}
.f-20{font-size: 18px;}
.f-24{font-size: 24px;}
.f-26{font-size: 26px;}
.f-30{font-size: 1.56vw;}
.f-40{font-size: 2.08vw;}
.f-50{font-size: 2.6vw;}

.f-80{font-size: 3.125vw;}
.f-115{font-size: 5.98vw;}



@font-face { font-family: 'impact';
	src: url('../fonts/impact.eot');
	src: url('../fonts/impact.eot?#iefix') format('embedded-opentype'),
		url('../fonts/impact.woff') format('woff'),
		url('../fonts/impact.ttf') format('truetype'),
		url('../fonts/impact.svg#impact') format('svg');
}


.bg_container img { display:none; }

.impact { font-family: "impact"; }


.bg-f5f5fa { background:#f5f5fa; }
.bg-fff { background:#fff; }
.bg-fafafa { background:#fafafa; }


.border-none { border-bottom:none!important; }

.txt_color_000 { color:#000; }

.txt_justify {text-align: justify; }

.animation {transition:0.5s all; -webkit-transition:0.5s all; -ms-transition:0.5s all; -o-transition:0.5s all; }
.animation2 {transition:3s all; -webkit-transition:3s all; -ms-transition:3s all; -o-transition:3s all; }
.animation3 {transition:all 1s ease 0.5s; }

.u-df { display:-webkit-box;  display:-ms-box; display:flex; }
.u-flex-h {-webkit-box-orient:horizontal; }
.u-flex-r {-ms-flex-direction:row; flex-direction:row; }
.u-flexd--c {-webkit-box-orient:vertical; -ms-flex-direction:column; flex-direction:column; }

.u-jc-c { -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }
.u-jc-sb { justify-content : space-between; }
.u-jc-end { -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; }
.u-fd-rr { -webkit-flex-direction:row-reverse; -ms-flex-direction:row-reverse;  flex-direction:row-reverse; }


.u-ai-fs { -webkit-box-align:start; -ms-flex-align:start;  align-items:flex-start; }
.u-ai-c { -webkit-box-align:center; -ms-flex-align:center;  align-items:center; }
.u-al-fe { -webkit-box-align:end; -ms-flex-align:end;  align-items:flex-end; }
.u-as-bl { -webkit-align-self:baseline; -ms-align-self:baseline;  align-self:baseline; }

.u-flex-sb {  justify-content:space-between; }

.u-fw { -webkit-flex-wrap: wrap; flex-wrap:wrap; }

.flex-1 { flex:1; }



.page-wrap { padding:0px 13.54%; width:100%; }
.page-wrap2 { padding:0px 12.5%; width:100%; }

@media only screen and (max-width:1640px){
.page-wrap,.page-wrap2 { padding:0px 5%; }
}


/************************头尾公共部分开始******************************/
.mCSB_container { margin-right:4px;}
.mCustomScrollBox>.mCSB_scrollTools { width:9px; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background:#0766bd; margin:0px; float:right; width:4px; border-radius:0px; }
.mCSB_scrollTools .mCSB_draggerRail, .mCSB_scrollTools { width:4px; }
.mCSB_scrollTools .mCSB_draggerContainer { background:none; left:auto; width:4px; }
.mCSB_scrollTools .mCSB_draggerRail { background:#f1f1f1; position:absolute; top:0px; right:0px; bottom:0px; }


/*******************头部 公共部分 结束***************************/
/*视频*/
.video_place{position: fixed;top:0px;left: 0px;right: 0px;
    bottom: 0px;background-color: rgba(0,0,0,0.85);
    z-index: 999999999;
}
.lt9 .video_place{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000")}
.video_con{z-index:2;width:1028px;height:578px;
    background-color: #000;position: absolute;top: 50%;left: 50%;
    transform: translate(-50%,-50%);text-align: center;
}
.lt9 .video_con{top:20%;left:10%;background: #000;}
.video_con video{width: 100%;height: 100%; object-fit:fill;}
.video_close_btn{position:fixed; top:10px; right:20px; width:40px; height:40px; cursor:pointer; }
.video_close_btn i {position:absolute;  background:#fff; display:inline-block; position:absolute;transform:translate(-50%,-50%) rotate(45deg);-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg); left:50%; top:50%;  }
.video_close_btn i.i1 { width:24px; height:2px; }
.video_close_btn i.i2 {  width:2px; height:24px; }
.video_place .con { position:relative; }
.video_place p {position:absolute;top:50%; margin-top:258px;left:50%; margin-left:-450px;
    width:900px; padding:0.85em 0px; color: #fff;text-align: center;
    cursor: pointer;}
/*视频结束*/


@media only screen and (max-width: 1100px){

.video_con{width:90%; height:70%; }

}

.page-more a { display:inline-block; position:relative; background:#e9ebf1; min-width:1.6rem; letter-spacing:0.03rem; line-height:2.75; border-radius:0.05rem; padding:0px 0.2rem; color:#666; }
.page-more a span { position:relative; z-index:2; display:inline-block; }
.page-more a:before { position:absolute; left:0px; top:0px; height:100%; transition:0.5s all; border-radius:0.05rem;  -webkit-transition:0.5s all; content:""; bottom:0px; width:0px; background:rgba(0,0,0,0.1);}
.page-more a:hover:before { width:100%; }
@media only screen and (max-width: 750px){
.page-more a { line-height:1.75; }
}


.page-header { padding:0px; position:fixed; left:0px; top:0px; width:100%; z-index:1000; border-bottom:1px solid rgba(255,255,255,0.1); height:100px }
.page-header .page-logo { position:absolute; left:0.2rem; top:0px; padding:14px 0px; }
.page-header .page-logo img { height:85px; }
.page-header .page-logo .hei{ display:none}
.page-header .page-logo .bai{ display:block}
.scrollHeader .page-header .page-logo .bai{ display:none}
.scrollHeader .page-header .page-logo .hei{ display:block}

.page-header:hover .page-logo .bai{ display:none}
.page-header:hover .page-logo .hei{ display:block}

.page-header .page-hd-rt { position:absolute; right:0.4rem; top:0.3rem; }
.page-header .language { padding-right:0.2rem; display:none; margin-right:0.13rem; margin-top:0.07rem; position:relative; color:#fff;  }
.page-header .language:before { position:absolute; content:""; right:0px; width:1px; top:50%; margin-top:-0.08rem; height:0.16rem; background:rgba(255,255,255,0.4);}
.page-header .language dl dt { position:relative; padding-right:0.17rem; }
.page-header .language dl dt:before { position:absolute; right:0px; width:0px; height:0px; border:0.05rem solid #fff; margin-top:-0.025rem; content:""; top:50%; border-color:#fff transparent transparent transparent;}
.page-header .language a { display:block; color:#fff; }
.page-header .language a:hover { opacity:0.8;filter:alpha(opacity=80); }
.page-header .language dl dd { display:none; position:absolute; left:0px; top:100%; width:6em; border-radius:5px; background:rgba(0,0,0,0.6); }
.page-header .language dl dd a { padding:0.05rem 0.1rem; border-top:1px solid rgba(255,255,255,0.4);}
.page-header .language dl dd a:first-child { border-top:none; }
.page-header .language:hover dl dd { display:block; }

/*******搜索部分********/
.page-header .hd-search { height:0.32rem; width:0.32rem; top:0.02rem; position:relative; z-index:2; }
.page-header .hd-search .sear_but { position:absolute; width:0.32rem; cursor:pointer; background:url(../images/search-but01.png) no-repeat center center; background-size:0.18rem 0.18rem;border-radius:50%;  right:0px; top:0; height:100%; }
.page-header .hd-search .but {position:absolute; width:0.32rem; background:url(../images/search-but02.png) no-repeat center center; background-size:0.18rem 0.18rem;border-radius:50%;right:0px; top:0px; height:100%; border:none; }
.page-header .hd-search  .search { position:absolute; background:#fff; overflow:hidden; width:0px; right:0px; top:0px; bottom:0px; border-radius:0.16rem; }
.page-header .hd-search  .search .put { float:left; width:100%; line-height:0.3rem; background:none; border:none;  }
.page-header .hd-search.open .search { width:12em;padding:0px 0.32rem 0px 0.1rem;  border:1px solid #a8b6cd; }


/*******导航部分******/
.page-header .nav { padding-right:1em; float:right}
.page-header .nav>ul {  }
.page-header .nav>ul>li{ display:inline-block;}


/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:5000px){  
.page-header .nav>ul>li>a{display: block; padding:0px 20px; line-height:99px;  position: relative; color:#fff; font-size:18px; }
}
@media all and (max-width:1700px){  
.page-header .nav>ul>li>a{display: block; padding:0px 20px; line-height:99px;  position: relative; color:#fff; font-size:18px; }
.page-header .page-logo img {
  height:67px; 
}
}
@media (min-width: 1024px) and (max-width: 1680px){
	.page-header .page-logo img {
  height:67px; 
}.page-header .page-logo { padding-top:17px; padding-left:20px;}
		}         



@media all and (max-width:1400px){  
.page-header .nav>ul>li>a{display: block; padding:0px 20px; line-height:99px;  position: relative; color:#fff; }
.page-header .page-logo img {
    height: 0.7rem;
}
}



.page-header .nav>ul>li>a>em{position: absolute; left:0px; bottom:0px; margin-top:-50px; width:0px; height:3px; background:#32aabf; transition:0.5s all; -webkit-transition:0.5s all; }
.page-header .nav>ul>li.on>a>em,.page-header .nav>ul>li:hover a em { width:100%; }


.page-header .navlist{position: absolute; z-index: 100; border-radius:5px; background:#fff; right:0px; top:100%; display:none; left:0px; opacity:0.9;}
.page-header .navlist .page-con {margin:0px auto; padding:60px 60px 60px; display:flex; justify-content:space-between;}
.page-header .navlist ul { width:65%; border-right:0px dashed #c4c9ca; margin-right:0%  }
.page-header .navlist ul.cf1 li { padding-bottom:10px}
.page-header .navlist ul.cf1 li a{ line-height:40px}

.page-header .navlist ul.cf2{width:20%; border-right:1px dashed #c4c9ca;}
.page-header .navlist ul.cf2 li { padding-bottom:0.20rem}
.page-header .navlist ul.cf2 li a{ line-height:1.2}


.page-header .navlist ul.cf3{width:34%; border-right:0px dashed #c4c9ca;}




.page-header .navlist ul li { width:100%; float:left; padding-bottom:0.25rem;   }
.page-header .navlist ul li a{display:block; color:#333; padding-left:20px; text-align:left;  position:relative; line-height: 30px; font-size:17px  }
.page-header .navlist ul li a:before {position:absolute; width:8px; left:0; height:2px; top:50%;  content:""; border-radius:2px; background:#999;transform-origin:left center; transform:rotate(-135deg); -webkit-transform:rotate(-135deg);  }
.page-header .navlist ul li a:after { position:absolute; width:8px; margin-top:-1px; left:0px; height:2px; border-radius:2px; top:50%;  content:""; background:#999; transform-origin:left center; transform:rotate(135deg); -webkit-transform:rotate(135deg); }

.page-header .navlist ul li a:hover { color:#32aabf; }
.page-header .navlist ul li a:hover:after { background:#32aabf; }
.page-header .navlist ul li a:hover:before { background:#32aabf; }
.page-header .navlist .page-img { width:30%; float:right; }
.page-header .navlist .page-img .bg_container { height:220px;  }
.cf1_1 { width:100%; margin-bottom:20px; text-align:left; margin-left:-12px;}
.cf1_2 { width:100%;}
.cf1_1 h3 { font-weight:700; font-size:28px; color:#000; line-height:28px; margin-bottom:10px;}
.cf1_1 p { color:#999; line-height:25px; font-size:15px;}
.cf1_2 li { width:45% !important; margin-right:0%; float:left; display: inline-block; border-bottom:1px solid rgba(0,0,0,.1); margin-top:12px;}
.yuyan .yy { width:25px; height:auto; margin-right:8px; vertical-align: middle !important; margin-top:0px;}
.page-header:hover .yuyan .yy, .page-header.hover .yuyan .yy { filter: invert(100%) grayscale(100%) brightness(3);}
.scrollHeader .page-header .yuyan .yy {filter: invert(100%) grayscale(100%) brightness(3);}


.yuyan { display:flex;}



.nav_phone_btn,.nav_phone{display: none;}


.page-header:hover,.page-header.hover { background:#fff; box-shadow:0px 0px 10px rgba(0,0,0,0.1); }
.page-header:hover .nav>ul>li>a,.page-header.hover .nav>ul>li>a { color:#333; }
.page-header:hover .nav>ul>li>a>em,.page-header.hover .nav>ul>li>a>em { background:#32aabf; }

.page-header:hover .language,.page-header.hover .language  { color:#666; }
.page-header:hover .language dl dt:before,.page-header.hover .language dl dt:before { border-color:#999 transparent transparent transparent; }
.page-header:hover .language:before,.page-header.hover .language:before { background:#d6d6d6; }
.page-header:hover .hd-search .sear_but,.page-header.hover .hd-search .sear_but { background:url(../images/search-but02.png) no-repeat center center; background-size:0.18rem 0.18rem; }


.scrollHeader .page-header { background:#fff; }
.scrollHeader .page-header .nav>ul>li>a { color:#333; }
.scrollHeader .page-header .nav>ul>li>a>em { background:#32aabf; }

.scrollHeader .page-header .language { color:#666; display:none; }
.scrollHeader .page-header .language dl dt:before { border-color:#999 transparent transparent transparent; }
.scrollHeader .page-header .language:before { background:#d6d6d6; }
.scrollHeader .page-header .hd-search .sear_but { background:url(../images/search-but02.png) no-repeat center center; background-size:0.18rem 0.18rem; }




@media only screen and (max-width:1300px){
.page-header .hd-search {  height:24px; width:24px; top:0px; }
.page-header .hd-search .sear_but { width:24px; }
.page-header .hd-search  .search { border-radius:12px; }
.page-header .hd-search.open .search { width:15em; padding-right:24px;}
.page-header .hd-search  .search .put { line-height:22px; }
}
@media only screen and (max-width:1260px){
.page-header .page-hd-rt { top:0.24rem; }
}
@media only screen and (max-width:980px){
.page-header .hd-search.open .search { width:120px; }
.page-header .page-hd-rt { top:0.22rem; }

}
@media only screen and (max-width:900px){
.page-header .navlist .page-con { max-width:80%; }
.page-header .page-hd-rt { top:0.2rem; }
}
@media only screen and (max-width:840px){
.page-header .page-hd-rt { top:0.16rem; }
}


@media only screen and (max-width:750px){
.nav_phone_btn,.nav_phone{display: block;}

.page-header { }
.phone-nav-bg { display:none; z-index:9998; position:fixed; left:0px; top:0px; right:0px; bottom:0px; background:rgba(0,0,0,0.5); }
/*手机导航按钮开始*/
.nav_phone_btn{ position:fixed; top:19px; /*margin-top:-16px;*/ z-index:9999; right:20px; transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all; }
.nav_phone_btn{display: block;cursor: pointer; height:40px;}

.nav_phone_btn span {position: relative;font-size: 0;width:22px;height:2px;background-color: #fff;display: inline-block;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.scrollHeader .nav_phone_btn span {position: relative;font-size: 0;width:22px;height:2px;background-color: #005bab;display: inline-block;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span {position: relative;font-size: 0;width:22px;height:2px;background-color: #005bab;display: inline-block;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span:before,.nav_phone_btn span:after {content: "";position: absolute;width: 100%;height:3px;background-color: #005bab;left:0px;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span:before{top:-10px;}
.nav_phone_btn span:after{top:10px;}
.visible_nav.nav_phone_btn { right:80%; }
.visible_nav.nav_phone_btn span{background-color: transparent;}
.visible_nav.nav_phone_btn span:before{left:5px;top:0px;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);}
.visible_nav.nav_phone_btn span:after{top:0px;left: 5px;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);}
.body_nav_phone .phone-nav-bg { display:block;}
/*手机按钮结束*/

/*手机导航内容*/
.nav_phone{display:block;position: fixed; z-index:99999;top:0px;bottom: 0px;right:-74%;height: 100%;width:74%;left:auto;transition:left 0ms ease-out;-webkit-transition:left 0ms ease-out;transition:right 250ms ease-out;-webkit-transition:right 250ms ease-out;overflow: hidden; background:#fff; }
body.body_nav_phone .nav_phone{right:0;left:auto;}
.nav_phone_tit{box-sizing:border-box;height:48px;width: 100%; position:relative; color:#666; background:#fff; border-bottom:0.02rem solid #dadada; }
.nav_phone_tit span{display: inline-block; position:absolute; left:1em; right:0px; top:50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -o-transform: translate(0,-50%); -moz-transform: translate(0,-50%); }
.nav_phone_tit .button{float: right;display: inline-block;margin-right: 10px; cursor: pointer; display:none;}
.nav_phone_tit .button:before{
content: "";display: inline-block;width: 17px;height: 3px;background: #fff;transform: rotate(45deg);border-radius: 8px;
transform: rotate(45deg); -webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.nav_phone_tit .button:after{content: "";display: inline-block;width: 3px;height: 17px;background: #fff;margin-left: -10px;margin-bottom: -7px;transform: rotate(45deg);border-radius: 8px;transform: rotate(45deg); -webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.nav_phone_con{position: absolute;top:48px;bottom: 0px;width: 100%;background: #fff;overflow: hidden; height:calc(100% - 48px);}
.nav_phone_con>ul{overflow-y: auto;overflow-x: hidden;position: absolute;bottom:5em;top:3em; left:1.4166em; right:0px;}
.nav_phone_con>ul>li {line-height:2.667;border-bottom: 2px solid #d7d7d7;}
.nav_phone_con>ul>li a{opacity: 1;box-sizing: border-box;width: 100%;color: #333;display: inline-block;position: relative;-ms-transition: all 250ms ease-out;transition: all 250ms ease-out;}
.nav_phone_con>ul>li>a .btn { position:absolute; right:0px; top:0px; bottom:0px; width:3em; border-left:2px solid #d7d7d7;  }
.nav_phone_con>ul>li>a em,.nav_phone_con>ul>li> ul>li>a em{display: inline-block;width:0.75em;height:0.75em;border-right: 3px solid #b2b2b2;border-bottom: 3px solid #b2b2b2;position: absolute;top:50%;right:1.2em;margin-top:-0.375em;transform: rotate(-45deg); -webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);}
.nav_phone_con>ul>li ul {overflow-y: auto;overflow-x: hidden;position: absolute;top:0;bottom: 0px;width: 100%;background: #fff;opacity: 0;visibility: hidden;right:-100%;-ms-transition: all 250ms ease-out;transition: all 250ms ease-out;z-index: 3;}
.nav_phone_con>ul>li ul li{line-height:2.667;border-bottom:0.02rem solid #d7d7d7;}
.nav_phone_con>ul>li ul li:first-child { border-bottom:none; }
.nav_phone_con>ul>li ul li:first-child a {color: #32aabf; font-weight:bold; }
.nav_phone_con>ul>li.on>a{opacity: 0;}
.nav_phone_con>ul>li.on ul,.nav_phone_con>ul>li ul li.on dl{opacity: 1;visibility: visible;right:0;}
.nav_phone .hd-logo { position:absolute; text-align:center; left:0px; bottom:2em; right:0px; }
.nav_phone .hd-logo img { height:28px; }
.nav_phone .phone-search {  margin:1em; position:relative; padding:0px 0.6rem 0px 0.2rem; background:#e7e7e7; border-radius:1em; }
.nav_phone .phone-search input { float:left; width:100%; line-height:2; background:none; border:none; }
.nav_phone .phone-search .but {position:absolute; width:0.6rem; background:url(../images/search-but02.png) no-repeat center center; background-size:0.3rem 0.3rem; right:0px; top:0px; height:100%; border:none; }

/*手机导航内容结束*/

.page-header { height:48px; }
.page-header .page-logo { padding:10px 0px; left:20px; } 
.page-header .page-logo img { height:28px; }
.page-banner { height:calc(100% - 48px); }
.nav_phone .language  { padding-top:13px; padding-right:20px; }
.nav_phone .language a { color:#333; display:inline-block; }
.page-header:hover .language:before { display:none; }

.scrollHeader .nav_phone_btn { /*margin-top:-16px;*/ }

.page-main { padding-top:48px; }

}



/****************page-footer***********************/
.page-footer { background:url(../images/ft-bg02.jpg) no-repeat center center; background-size:cover; color:#fff;  }
.page-footer .page-ft-top { padding-bottom:0.95rem;padding-top:1.06rem;   }
.page-footer .ft-logo img { height:0.28rem; } 
.page-footer .ft-contact { line-height:1.75; padding-top:0.3rem; }
.page-footer .ft-contact  .ft-sec { padding-top:0.07rem; position:relative; }
.page-footer .ft-contact  .ft-sec span { display:block; float:left; padding-right:0.08rem; }
.page-footer .ft-contact  .ft-sec span img { height:0.14rem; margin-top:0.06rem;}
.page-footer .ft-contact  .ft-sec p { overflow:hidden; }
.page-footer .ft-contact  .ft-sec a { color:#fff; }
.page-footer .ft-contact  .ft-sec a.weixin-but { width:0.22rem; height:0.22rem; background:url(../images/ft-ico01.png) no-repeat center center; background-size:100% 100%; display:inline-block; margin-top:0.18rem }
.page-footer .ft-contact  .ft-sec .page-code { position:absolute; display:none; left:0.32rem; top:0.25rem; width:1rem; }
.page-footer .ft-contact  .ft-sec .page-code .code-con { padding:0.05rem; background:#fff; }
.page-footer .ft-contact  .ft-sec .page-code img { width:100%;}
.page-footer .ft-contact  .ft-sec:hover .page-code { display:block;}
.page-footer .ft-nav { padding:0px 0.2rem 0px 1.54rem; }
.page-footer .ft-nav dl { border-left:1px solid rgba(255,255,255,0.2); padding-left:0.5rem; padding-right:0.3rem; }
.page-footer .ft-nav dl dt { line-height:1.1; padding-bottom:0.14rem; }
.page-footer .ft-nav dl dd a { display:block; margin-top:0.09rem; }
.page-footer .ft-nav dl:first-child { border-left:none; }

.page-footer .page-ft-bottom { border-top:1px solid rgba(255,255,255,0.2); padding:0.28rem 0px 0.32rem;}
.page-footer .ft-bot-nav { margin-left:-0.28rem; }
.page-footer .ft-bot-nav a { display:inline-block; margin:0px 0.28rem;  }

.page-footer  a { color:#fff; display:inline-block; }
.page-footer  a:hover { opacity:0.8; filter:alpha(opacity=80); }

.page-footer .page-ft-bg { height:0.09rem; background:url(../images/ft-bg01.png) no-repeat center center; background-size:cover; display:none; }

@media only screen and (max-width:1500px){
	.page-footer .ft-contact .ft-sec span img { margin-top:6px;}
}
@media only screen and (max-width:1240px){
	.page-footer .ft-contact .ft-sec span img { margin-top:7px;}
}
@media only screen and (max-width:840px){
	.page-footer .ft-contact .ft-sec span img { margin-top:8px;}
}


@media only screen and (max-width:750px){
.page-footer .page-ft-top { padding:0.5rem 0px 0px; }
.page-footer .page-ft-top .ft-left { width:100%; }
.page-footer .page-ft-top .ft-nav { width:100%;padding:0.5rem 0px 0px;  }
.page-footer .ft-nav dl { width:100%; padding:0px 0px 0.3rem; border-left:none; }
.page-footer .ft-nav dl dd a { display:inline-block; margin-right:0.2rem; margin-top:0px; }

}


.page-back-top { position:fixed; width:0.64rem; z-index:10; cursor:pointer; height:0.64rem; background:#00bff2; border-radius:0.1rem; right:1.8rem; bottom:10%;  }
.page-back-top:before { position:absolute; width:0.2rem; left:50%; height:0.04rem; margin-top:-0.04rem; margin-left:-0.16rem; top:50%;  content:""; border-radius:0.02rem; background:#fff;transform-origin:center center; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); }
.page-back-top:after { position:absolute; width:0.2rem; left:50%; margin-left:-0.03rem; height:0.04rem; margin-top:-0.04rem;  border-radius:0.02rem; top:50%;  content:""; background:#fff; transform-origin:center center; transform:rotate(225deg); -webkit-transform:rotate(225deg);}

@media only screen and (max-width:1640px){
.page-back-top  { right:0.2rem; }
}




.page-er-bn { position:relative; }
.page-er-bn .bg_container { padding-bottom:39.53125%; }
.page-er-bn .page-text { position:absolute; z-index:3; left:0px; top:0px; width:100%; height:100%; color:#fff; }
.page-er-bn .page-text h3 { padding-top:0.13rem; }
.page-er-bn .play-btn { width:0.3rem; height:0.39rem; background:url(../images/play01.png) no-repeat center center; margin-top:0.47rem; cursor:pointer; background-size:100% 100%; }
.page-er-bn #bn_video1 { position:absolute; display:none; left:0px; top:0px; width:100%; height:100%; bottom:0px; right:0px; object-fit:fill; }
.page-er-bn.on .bg_container { opacity:0; filter:alpha(opacity=0); }
.page-er-bn.hover .page-text { display:none; }
.page-er-bn.hover #bn_video1,.page-er-bn.on #bn_video1 { display:block; }

@media only screen and (max-width:750px){
.page-er-bn .bg_container { padding-bottom:50%; }
.page-er-bn .play-btn { display:none; }
.page-er-bn.hover .page-text { display:block; }
.page-er-bn.hover #bn_video1,.page-er-bn.on #bn_video1 { display:none; }
.page-er-bn.on .bg_container { opacity:1;filter:alpha(opacity=100);}

}



.search-list { padding-top:0.6rem; padding-bottom:1rem; }
.search-list { width:100%; max-width:1144px; margin:0px auto; }
.search-list ul  { padding:0.2rem 0px 0.5rem; }
.search-list ul li { border-bottom:1px solid #f4f4f4; padding:0.27rem 5px; }
.search-list ul li a { display:block; color:#2f2f2f; flex:1; }
.search-list ul li a:hover { color:#f85d8b; }
.search-list ul li .page-time { padding-left:0.2rem;  }
@media only screen and (max-width:750px){
.search-list ul li { display:block; }	
.search-list ul li a { width:100%; }
.search-list ul li .page-time { width:100%; padding-left:0px; }
.nav_phone_btn span:before, .nav_phone_btn span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #005bab;
    left: 0px;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
}.nav_phone_btn span:before {
    top: -7px;
}

.nav_phone_btn span:after {
    top: 7px;
}
.scrollHeader .nav_phone_btn span {
    position: relative;
    font-size: 0;
    width: 22px!important;
    height: 2px;
    background-color: #005bab;
    display: inline-block;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
}





}


@media (min-width: 1024px) and (max-width: 1620px){

.page-header .nav>ul>li>a { padding:0px 25px !important;}

		}         
            







@media all and (max-width:768px){


	.page-header{ display:none}

	
	.mobile_dibu{ display:block}
	.mobile_lianxi{ display:none; font-size:15px!important}
	.mobile_job{ display:block}
.pc_job{ display:none}
.wsjob{ float:none; padding:0px; width:100%; padding-bottom:20px;}
.jobt-list li{ text-align:center; width:33%; margin:0 auto; margin-bottom:20px;}
.jobt-list li ._num{ float:none; width:50%; margin:0 auto; text-align:center; margin-bottom:15px; }
.jobt-list li ._nr{width:90%; padding-left:5%; padding-right:5px; margin-left:0px!important; margin:0 auto; float:none!important; text-align:center}
.jobt-list li ._sum{ height:60px;}

	.lxma{ font-size:15px!important}
	.mobile_daohang{ display:block}
	.pc_daohang{ display:none}
	body{ font-size:14px!important;}
	.neirong{ font-size:14px;}

.suspension{ display:none}
.suspension-box{ display:none}

.alogo{ display:none}


.flash1{display:block!important;}

/*-------底部-----------*/



/*手机版底部导航*/

#banner{ display:block}
.tbottom{ display:block; height:70px;}

.nav_bgc{ display:none}
.bottomNav {display:block;
	/*border:1px solid red;
	*/
    width:100%;
	height:70px;
	position:fixed;
	bottom:1px; z-index:888;}
.bottomNav_item {
	/*border:1px solid red;
	*/
    width:25%;
	height:70px; border-top:1px solid #d8d8d8;
	float:left; color:#333;
	text-align:center; background:#fff; z-index:99999;
}
.bottomNav_icon {
	margin:auto;
	width:30px;
	height:30px; margin-top:11px;
}
.bottomNav_icon img {
	width:100%;
	height:100%;
}
.bottomNav_item p {
	margin-top:3px; font-size:14px}


.xianb{border-right: 1px solid #24833d;}
#BottomNav ul li a {
    color: #32aabf;
    display: block;
     padding-bottom:0.5rem; 
    padding-top:0.5rem; 

}

.dropdown_menu{ color:#909090; border-bottom:#333333 solid 1px;}
.dropdown_menu a{ color:#909090}

#BottomNav .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 0.9rem;
    margin: 0 auto;
    width: 0.9rem;
    background-size: 0.9rem;
	}

.gray {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
}
.inital_color { color:#32aabf}


/*手机版顶部导航*/
@charset "utf-8";
*{margin:0;padding:0}
a{text-decoration:none;color:#333;font-family:"arial","微软雅黑"}
html{width:100%;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-moz-overflow-scrolling:touch;-o-overflow-scrolling:touch;overflow-scrolling:touch;font-size:16px;}
html.ns{overflow:hidden}
.wsneirong img{ width:100%!important; height:auto!important}
body{color:#535353;font-size: 1em;font-family:"arial","微软雅黑"; width:100%;position:relative}
@media screen and (min-width: 360px) and (max-width: 374px){ html{font-size:16px}}
@media screen and (min-width: 375px) and (max-width: 479px){ html{font-size:18px}}
@media screen and (min-width: 480px) and (max-width: 539px){ html{font-size:20px}}
@media screen and (min-width: 540px) and (max-width: 639px){ html{font-size:24px}}
@media screen and (min-width: 640px){ html{font-size:28px}}

a,body{font-family:"微软雅黑"/9;-webkit-tap-highlight-color:rgba(0,0,0,0)}img{border:0}ol,ul,li{list-style:none}dl,dt,dd,ul,li{margin:0;padding:0}input,textarea{outline:none}html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6{-webkit-text-size-adjust:none}i{font-style:normal}.fl{float:left}.fr{float:right}.clear{clear:both}.wrap{width:96%;margin:0 auto}body,div,h1,h2,h3,h4,h5,h6,p{padding:0;margin:0}

#banner {width: 100%;margin:0px;padding:0px;overflow: hidden;}
#banner img{width: 100%;}

.focus{ width:100%;   margin:0 auto; position:relative; overflow:hidden;   }
	.focus .shanghl00{ width:100%; height:11px;  position:absolute; z-index:1; bottom:45px; text-align:center;  }
	.focus .shanghl00 ul{ display:inline-block; height:5px; padding:3px 5px; background-color:rgba(255,255,255,0.7); 
		-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
	}
	.focus .shanghl00 ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden;   }
	.focus .shanghl00 ul .on{ background:#FE6C9C;  }
	.focus .bd{
	position:relative;
	z-index:0;
	margin:0px;
	padding:0px;
	overflow: hidden;
}
.focus .bd li{ margin:0px; padding:0px; height:8rem; position:relative; overflow:hidden;}
	.focus .bd li img{ width:100%!important;  height:100%; object-fit:cover; display:block; }
	.focus .bd li a{
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
.foctit{position:absolute; z-index:111; width:100%; bottom:0;background: rgba(0,0,0,.6); padding-left: 0.7rem; padding-right: 0.7rem; color:#FFF; font-size:0.8rem;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; overflow:hidden; height:40px; line-height:40px; box-sizing:border-box;}
	
.toubu{ position:fixed; left:0; top:0; width:100%; z-index:999;}
.toubuge{ width:100%; height:50px;}
.main-header {
    height: 50px;box-shadow: 0px 1px 5px #5c4b51;
    /*background: #a10e15;*/
	background: rgba(255,255,255,1.0);
    z-index: 60;
	width:100%;
	position:relative;
		
}
header{	
	height:50px;
	line-height: 50px;
	text-align: center;
    background-color: #fff; position:relative;
	box-shadow: 0px 1px 5px #9c8e93; margin-bottom:5px;
}

.cd-logo {
    position: absolute;
    top:0px; font-size:15px; line-height:15px; color:#000; padding-top:7px;
    left: 10px; 
   
}

.cd-logo h1 {
   font-size:18px;font-weight:900; line-height:35px;
  
}




.cd-logo h1 img { float:left; padding-right:10px; width:100px; padding-top:3px;
   
} 

.menu_open {
display: block;
    width: 30px;
    height: 30px;
background: url(../images/wap_menu.png) no-repeat;
	position: absolute;
	right:10px;
top:10px;
}
.animate{-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;display: block;
  transform:rotate(180deg);-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg); /* Opera */background: url(../images/wap_close.png) no-repeat;} 
  .animate1{-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;display: block;
  transform:rotate(-180deg);-moz-transform:rotate(-180deg); /* Firefox */
-webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
-o-transform:rotate(-180deg); /* Opera */} 
#top{ width:100%;  overflow:hidden; display:block;  position:absolute; top:50px; z-index:100; background-color:#f2f2f2;padding: 10px; box-sizing:border-box;}
input.button1 {
	border-radius: 5px;
	line-height: 23px;
	height: 33px;
	width: 70%;
	padding: 0 5px 0 5px;
	border: 1px solid;
	border-color: #CCC #EEE #EEE #CCC;
	background: whiteSmoke;
	float:left;
	margin-right:3%;
font-size:12px;
	z-index: 1001;
}
input.button2 {
	text-shadow: black 0 1px 0;
	border: 1px solid;
	border-color: #EEE #CCC #CCC #EEE;
	color: #666;
	font-weight: bold;
	width: 22%;
	border-radius: 5px;
	padding: 3px;
	height: 35px;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 0px /*{a-bar-shadow-y}*/ 0px /*{a-bar-shadow-radius}*/ #FFF /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f8f8f8 /*{a-bar-background-start}*/), to( #eaeaea /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/);
	font-size:12px;
	z-index: 1001;
	float:right;
}

.ncon_item{display: flex;flex-wrap: nowrap;
overflow: hidden;
position: relative;box-sizing: border-box;
padding: 15px 12px;
background-color:#fff;border-bottom: 1px solid #EBEBEB;}

.shl-n-pic {
    width: 115px;
    min-width: 115px;
    height: 72px;
    overflow: hidden;
    position: relative;
    border: 1px solid 
    rgba(0,0,0,.1);
    margin-right: 12px;
    border-radius: 3px;
}
.shl-n-pic img { width:100%; height:100%; object-fit:cover;}
.shl-left {
 width:100%
}
.shl-ptit {
 font-size:0.9rem;
 overflow:hidden;
 width:100%;
 height:2.6rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical
}
.shl-time {
 font-size:12px;
 color:#00943e;
 margin-top:9px;
 background-image:url(../images/shl-ico-time.png);
 background-size:auto 13px;

 background-repeat:no-repeat;
 padding-left:15px
}
.shl-geng{ padding-top:20px; padding-bottom:20px;}
.loading-more-button {
    width: 6rem;
    height: 2rem;
    line-height: 1.96rem;
    text-align: center;
    font-size: .8rem;
    border: 1px solid #00943e;
border-radius: 5px;
color: #00943e;
    cursor: pointer;
    margin: 0 auto;
}


/*选项卡*/
.tabs {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    text-align: center;
    overflow: hidden; box-sizing:border-box; padding:10px 12px 1px 12px;background-color: #fff; font-weight:bold;
}
.tab_con{ display:none; background-color:#FFF;}

.tabs li{
float: left;
width: 33.33%;
height: 40px;
line-height: 40px;
font-size: 0.85rem;border-bottom: 1px solid #EBEBEB;}

.tabs .thistab{
float: left;
width: 33.33%;
height: 40px;
border-bottom: 1px solid #00943e;
line-height: 40px;
font-size: 0.9rem;
color: #00943e;}

.home-tit{width: 100%;
position: relative;
margin-top: 10px;border-bottom: 1px solid #EBEBEB; padding:13px 14px; background-color:#FFF;font-size: 0.9rem;color: #0579cb; box-sizing:border-box;}
.home-tit .dtit { font-weight:bold; float:left;}
.home-tit a {

    font-family: Arial;
    font-size: 10px;
    float: right;
    color: #666;
    text-align: right;
    display: block;
    padding-top: 6px;
}

.shl-zj{display: flex;flex-wrap: wrap; background-color:#FFF; box-sizing:border-box;padding: 7px; text-align:center;}
.shl-zjsection {
    width: 50%;
    padding: 5px;box-sizing:border-box;
}
.zjkuang {border: 1px solid #EBEBEB;box-sizing:border-box; padding:6px 6px 12px 6px; border-radius:5px;box-shadow: 0px 0px 5px #E4E4E4;}
.shl-zjpic{width: 4.2rem;
height: 4.2rem;
overflow: hidden;
position: relative; border-radius:50%; overflow:hidden; margin:0 auto; margin-top:0.6rem;}
.shl-zjpic img{width: 100%;
height: 100%; object-fit:cover;}
.zjtit1{ font-size:0.9rem; height:2.6rem;
 line-height:1.3rem; overflow:hidden; margin-top:10px;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
.zjtit2{font-size:0.8rem; height:2rem; line-height:1rem; color:#959595; overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
.zjtit3{font-size:0.7rem; height:1.4rem; line-height:1.4rem; border-radius:0.7rem; width:4rem; text-align:center; border:1px solid #0a53a3; margin:0 auto; margin-top:10px; color:#0a53a3;}



/*选项卡*/
.tabs2 {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    text-align: center;
    overflow: hidden; box-sizing:border-box; padding:10px 12px 1px 12px;background-color: #fff; font-weight:bold;
}
.tab_con2{ display:none; background-color:#FFF;}

.tabs2 li{
float: left;
width: 50%;
height: 40px;
line-height: 40px;
font-size: 0.85rem;border-bottom: 1px solid #EBEBEB;}

.tabs2 .thistab{
float: left;
width: 50%;
height: 40px;
border-bottom: 1px solid #029d25;
line-height: 40px;
font-size: 0.9rem;
color: #029d25;}


.shl-djt{display: flex;flex-wrap: wrap;box-sizing:border-box;}
.shl-section {
    width: 50%;
    padding: 8px;box-sizing:border-box;
}
.skkk {
    background-color: #fff;
  
}
.shl-djtpic{width: 100%;
height: 110px; border-bottom:1px solid #f2f2f2;
overflow: hidden;
position: relative;}
.shl-djtpic img{width: 100%;
height: 100%; object-fit:cover;}
.shlne {
    padding: 10px;
}
.djtte{ font-size:0.9rem;
 overflow:hidden; text-align:center;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
 
 .djttime {
 font-size:12px;
 color:#969696;
 margin-top:9px;
 background-image:url(../images/shl-ico-time.png);
 background-size:auto 13px;
 background-position: left center;
 background-repeat:no-repeat;
 padding-left:15px; height:15px; line-height:15px;
}

.jigou{ background-color:#FFF;}
.jigouname{ font-size:0.9rem;color: #0a53a3;
 overflow:hidden;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical}
.jigoumiaoshu{
	font-size:12px;
 color:#969696;
 margin-top:6px;
  overflow:hidden;
 height:3rem;
 line-height:1rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:3;
 /*显示行数*/-webkit-box-orient:vertical}

.jigou-pic {
    width: 115px;
    min-width: 115px;
    height: 82px;
    overflow: hidden;
    position: relative;
    border: 1px solid 
    rgba(0,0,0,.1);
    margin-right: 12px;
    border-radius: 3px;
}

.wap_add{ background:url(../images/in_28.jpg) no-repeat left; padding-left:3rem; height:40px; line-height:40px;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical; overflow:hidden!important }
.wap_tel{ background:url(../images/in_30.jpg) no-repeat left; padding-left:3rem;height:40px; line-height:20px;}
.wap_mail{ background:url(../images/in_32.jpg) no-repeat left; padding-left:3rem;height:40px; line-height:40px;}
.wap_line{ margin-top:0.8rem; margin-bottom:0.8rem; background:#d8d8d8; height:1px; width:100%;}
.foot2-wap { width:100%; margin:0 auto;
    display: block;
    text-align: center;
    padding-top: 1rem;
    font-size: 0.8rem;
	padding-bottom: 1rem;background:#00943e;color:#fff;
}
.foot2-wap a {
    color: #fff;
}

.tit4 {
    width: 100%;
    padding: 15px;
    border-bottom: 
    #EBEBEB 1px solid;
    overflow: hidden; background-color:#FFF; box-sizing:border-box;
}
.tit4 .tout {width: 100%; display:flex;}
.ttpic{ width:4.4rem; min-width:4.4rem; margin-right:10px;}
.ttpic img{ width:100%;}
.tit4 .tout .text { width: 100%;}
.tit4 .tout .text h3 {

    font-size: 1rem;
    font-weight: bold;
    color: 004276;
    line-height: 1.5rem;
	height:1.5rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical;

}
.tit4 .tout .text h3 a { color: #0a53b8;}
.tit4 .tout .text .tex {
	font-size:0.75rem;
    color: #888;
	  line-height: 1rem;
	height:2rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical; margin-top:8px; 

}
.tit4 .touj {width: 100%; display:flex; align-items: center; background-color:#f2f2f2;}
.tjzjleft {
    width: 2rem;
	min-width: 2rem;
    text-align: center;
    line-height: 1.1rem;
    padding: 8px 0;
    background:#0a53a3;
    color: #fff; 
     font-size:0.9rem;
    
}
.zjtu{min-width:4.2rem;width: 4.2rem;height: 4.2rem; overflow:hidden; border-radius:50%; margin-right:10px; margin-left: 15px;}
.zjtu img{width: 100%;height: 100%; object-fit: cover; display:block;}
.rszj{ width:100%;}
.rszjtit {
	font-size:0.75rem;
    color: #888;
	  line-height: 1.1rem;
	height:1.1rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical; padding-right: 6px;

}





.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


.tbottom{ height:70px;}
#BottomNav {
    /*background: #0a53a3 none repeat scroll 0 0;*/
	background: rgba(36,131,61,0.9) none repeat scroll 0 0;
    bottom: 0;
    height: 3em;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 9;
}
#BottomNav ul li {
    float: left;
   
    text-align: center;
    width: 16.66%; 
}

.xianb{border-right: 1px solid #24833d;}
#BottomNav ul li a {
    color: #00943e;
    display: block;
     padding-bottom:0.5rem; 
    padding-top:0.5rem; 

}


#BottomNav ul li a div {
    font-size: 0.7rem; padding-top:0.25rem;padding-bottom:0.4rem; 
}
#BottomNav .yy1 {
    background-image: url(../images/yy1.png);
}
#BottomNav .yy2 {
    background-image: url(../images/yy2.png);
}
#BottomNav .yy3 {
    background-image: url(../images/yy3.png);
}
#BottomNav .yy4 {
    background-image: url(../images/yy4.png);
}
#BottomNav .yy5 {
    background-image: url(../images/yy5.png);
}
.yy6 {
    background: url(../images/yy6.png) no-repeat left;
	    height: 0.9rem;
    margin: 0 auto;
    width: 0.9rem;
    background-size: 0.9rem;
}
#BottomNav .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 0.9rem;
    margin: 0 auto;
    width: 0.9rem;
    background-size: 0.9rem;
	
}

.shl-toug{ height:50px; width:100%;}
.shl-mingx{ width:14.285%; float:left }
.shl-mingx img{ width:100%; height:100%; object-fit:cover;}

#msk{ display:block; position:absolute; width:100%; height:100%; background:#000; opacity:0.5; top:0px; left:0; z-index:50;}
#menu{ position:fixed; width:200px; height:100%;  right:-200px; background:#333; color:#fff; z-index:200; display:none; font-size:0.9rem;box-shadow: inset 6px 0 5px -5px rgba(0,0,0,.9);overflow-y: scroll;}
.menu1{ position:absolute; width:200px; height:100%;  right:-200px; background:#444; color:#fff; z-index:300; display:none;}

#menu li:after , .menu1 li:after{ content:''; display:block; width:100%;  border-bottom:1px solid #222;}
#menu a , .menu1 a{  line-height:45px;  padding:0 20px 0 35px; border:none; display:block;  color:#fff;font-size: 0.8rem;}
/*---
#menu a:after , .menu1 a:after{
	display:block; content:''; position:absolute; 
	right:15px;
	top:50%;
	margin-top:-4px;
	width:6px; height:6px;
	border:2px solid #fff;
	border-width:2px 2px 0 0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}---*/
.mshouyeico{background-image: url(../images/drawer-home.png); background-repeat:no-repeat; background-position:right center; background-size:auto 22px;}

.main{ max-width:640px; width:100%;}
.op{width:100%; max-width:640px; position:relative; margin:0 auto;overflow: hidden;}



		.menu_open{ display: block;}
	.menu_close{ display: none; background: url(../images/wap_close.png) no-repeat;background-size: auto 86%; background-position: center center; background-repeat: no-repeat; width: 30px; height: 30px;position: absolute; right: 10px;top: 10px;}
	.msk {display: none; position: fixed; width: 100%; height: 100%;  top: 50px; left: 0; background-color:rgba(0,0,0,0.5); z-index: 100010; }
	.menu { position: fixed; width: 200px; height: 100%; top: 50px; right:-200px; background: #333;color: #666;z-index: 100015;box-sizing: border-box; padding-bottom: 50px;overflow-y: auto;box-shadow: inset 6px 0 5px -5px rgba(0,0,0,.9);padding-left: 10px; padding-right: 10px;}
	.menu .onemenu,.menu a.onemenu,.menu a.onemenub{ color: #fff; font-size: 15px; display: block; height: 45px; line-height: 45px;}
	.menu .menu-li{border-bottom: 1px solid #222;}
	.menu .menu-li::after {content: ''; display: block;width: 100%;border-bottom: 1px solid #404040;}
	.menu .twoul{ display: none;}
	.menu .twoul li{ position: relative; background-color: rgba(255,255,255, .1); padding: 12px 0 12px 0px; margin-top: 1px; font-size: 14px;}
	.menu .twoul li::after{display: block;content: "";position: absolute;right: 8px;top: 52%;margin-top: -5px;width: 6px;height: 6px;border: 2px solid #666;border-width: 2px 2px 0 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
	.menu .twoul li a{color: #fff; font-size: 14px; display: block; color: #fff; padding-left: 15px;}
	
	.menuico_right{ background: url('../images/shl-down-open.png') no-repeat; background-size: auto 22px; background-position: right 12px; background-repeat: no-repeat;}
	.menuico_down{ background: url('../images/shl-down-open1.png') no-repeat; background-size: auto 22px; background-position: right 12px; background-repeat: no-repeat;}
	.menuico_up{ background: url('../images/shl-down-open2.png') no-repeat; background-size: auto 22px; background-position: right 12px; background-repeat: no-repeat;}
	/* .menu .onemenu{ color: #fff; font-size: 14px;} */
}


@media all and (max-width:768px){

body{ margin:0 auto;padding:0px;width:100%;font-family:microsoft yahei;font-size:14px!important;color:#6c6c6c; line-height:24px!important;}



/*------------公司---------*/

.nr1{display:none;  }









.pz13{ width:100%; float:left; background:url(../images/bb.jpg) no-repeat top center; background-size:cover;background-attachment: fixed;  height:auto; margin-bottom:10px; padding-bottom:30px;}

.pz{ width:95%; margin:0 auto; clear:both; padding-top:20px; padding-bottom:20px;}
.pz h3{ font-size:25px; color:#fff; text-align:center;}
.pz h3 span{ background:#FFFFFF; width:30px; height:1px; position:absolute; margin-top:8px; margin-left:-20px; }



.pz1{ width:100%; float:left; padding-top:20px;}
.pz1 ul{ width:100%; float:left}
.pz1 ul li{background:#fff; margin-bottom:10px; float:left; padding:5%;  width:100%; height:auto; font-size:14px; text-align:left; line-height:22px; padding-left:5%;-webkit-transition:.8s;
-moz-transition:.8s;
-o-transition:.8s;}
.pz1 ul li a{ -webkit-transition:.8s; color:#333333;
-moz-transition:.8s;
-o-transition:.8s;}
.pz1 ul li:hover {cursor:pointer;/* transform属性 */transform:translate(0,0px); -webkit-transition:.8s;
-moz-transition:.8s;
-o-transition:.8s;}
.pz1 ul li h5{ float:left; font-size:15px; }
.pz1 ul li img{ float:left; max-height:none; height:auto; width:80%;  padding-right:0px;}





.pz2 ul{ width:100%; float:left; }
.pz2 ul li{background:#f2f2f2; float:left;  width:100%; margin-bottom:10px; position:relative; margin-right:0%;  padding-bottom:20px; height:auto; line-height:20px; padding:10px; font-size:14px;color:#838383;}
.pz2 ul li:nth-child(3n) { margin-right:0px;}

.pz2 ul li .mmn{ font-size:13px; width:100%; float:left; line-height:22px; color:#838383; line-height:20px; }
.pz2 ul li .mmn1{ font-size:16px; width:100%; float:left; line-height:22px; color:#838383; padding-top:30px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.pz2 ul li:hover{background:#51a1de;}
.pz2 ul li:hover a{ color:#FFFFFF}

.pz2 ul li:hover .mmn{color:#FFFFFF!important}
.pz2 ul li:hover .mmn1{color:#FFFFFF!important}






.news_1{width:95%; margin:0 auto; padding-bottom:10px; }
.news_1 h3 { color:#3c3c3c; font-size:20px; line-height:35px; font-weight:400; text-align:center;width:100%; float:left; background:none; }
.news_1 h3 span{  text-align:center; color:#524e4e; font-size:14px;  line-height:20px; }


.ne11 {  width:100%; float:left; margin-top:0px;}
.ne11 ul{left:0; top:0;  width:100%; }
.ne11 li{ width:100%; float:left;border-bottom:1px #d9d9d9 solid; margin-bottom:0px; padding-bottom:5px;}
.ne11 li:nth-child(2){ float:right}
.ne11 li:nth-child(4){ float:right}
	
.ne11 .fifi{ display:block;  padding-top:10px; width:100%; float:left ;} 
.ne11 .riri{ display:none;}
	
.home_news_li_r {display:none;}
.home_news_li_r:hover{ background:#1570b5; color:#fff}
.home_news_li_m { color:#333; font-size:14px; color:#7f7e7e;}
.home_news_li_m h4{ color:#333; font-size:14px; line-height:20px }
.home_news_li_m1 {display:none;}

.home_news_li_l{ font-size:12px; color:#8f8f8f;line-height:20px;}

.ne112 {display:none;}





#fot1{display:none;}



.fot{ display:none;}


.footer1{width:100%;float:left;background:#232324; padding-bottom:75px; margin-top:0px;  border-top:#2c2c2d solid 0px; }
.footer{width:100%; margin:auto;line-height:20px; text-align:left; padding-top:20px;}






/*内页联系我们*/
.clearfix{ clear:both}
.contact_1_3{ width:100%;}
.contact_1_3_left{ height:auto; margin:0px 0px 50px 0px; padding:3%; border:1px #f0f0f0 solid; height:auto; color:#666; box-shadow:0px 10px 10px 0px rgba(0,0,0,.1); width:94%; float:left;}
.contact_1_3_left strong{ color:#32aabf; font-size:20px;font-weight:bold;}

.map{display:none; }


/*质量与服务*/






.xiangxi h2{ text-align:center; margin:0 auto; color:#333; font-size:18px; line-height:20px;}
.xiangxi .shijian{ text-align:center; margin:0 auto}

.n2 { width:100%; margin:auto; border-top:#e8e8e8 solid 1px;}
.n2 ul{ width:100%;float:left; padding-top:20px; padding-bottom:30px; }
.n2 li{ width:100%; border-bottom:#e8e8e8 solid 1px; margin-right:0%;  float:left; height:60px;  margin-bottom:10px; padding-bottom:10px;}

.n2_1{ float:left; width:25%; height:60px; margin-right:5%; border-right:#e8e8e8 solid 1px; text-align:center; font-size:14px; color:#bbbbbb; line-height:25px; font-family:Arial, Helvetica, sans-serif;}
.n2_1 h7{ font-size:25px;color:#bbbbbb}

.n2_2{ float:right; width:65%; color:#979797;}
.n2_2 h4{ font-weight:normal; font-size:15px; color:#000; padding-bottom:8px; line-height:24px;}
.n2_2 h4 a{ color:#000;}
.n2_2 h4 a:hover{ color:#422872;}


.m21{display:none; }





/*----内页---*/

.f1{width:100%; float:left; background:url(../images/f1.jpg)  no-repeat top center; height:130px; background-size:150% }
.f2{width:100%; float:left; background:url(../images/f2.jpg) no-repeat top center; height:130px; background-size:150% }
.f3{width:100%; float:left; background:url(../images/f3.jpg) no-repeat top center; height:130px; background-size:150% }
.f4{width:100%;float:left; background:url(../images/f4.jpg) no-repeat top center; height:130px;  background-size:150% }
.f5{width:100%;float:left; background:url(../images/f5.jpg) no-repeat top center; height:130px; background-size:150% }
.f6{width:100%;float:left; background:url(../images/f6.jpg) no-repeat top center; height:130px;  background-size:150% }
.f7{width:100%;float:left; background:url(../images/f7.jpg) no-repeat top center; height:130px; background-size:150% }




.nymain{ width:95%; margin:0 auto; padding-top:0px; padding-bottom:0px;}

.wenzi{ width:100%; float:left;}
.wenzi h4{font-size:20px; color:#10384f; text-transform:uppercase; font-weight:normal; padding-bottom:0px; text-align:center; padding-top:10px;}
.wenzi1{display:none;}




.ab11{ float:left; width:100%; padding-top:0px;}

.ab11 ul{ width:100%}
.ab11 ul li{display:block;float:left; }
.ab11 ul li a{float:left;text-align:center!important;line-height:35px; font-size:15px;  width:100%;}
.ab11 ul li a:hover{   float:left;}



.zz1{  color:#FFFFFF;background:#007fbb; width:49% ; line-height:35px; margin-left:0.2%; margin-right:0.2%; margin-bottom:1px; }
.zz1 a{color:#FFFFFF ; }
.zz2{  color:#343434;background:#e4e4e4; width:49%  ;  line-height:35px; margin-left:0.2%; margin-right:0.2%; margin-bottom:1px; }
.zz2 a{color:#343434 ; }




.ab12{ display:none; }

.neirong{ padding-top:0px; line-height:30px; font-size:16px;}
.neirong11{ padding-top:20px; line-height:30px; font-size:16px; padding-bottom:20px; border:#eeeeee solid 0px; margin-bottom:10px; box-shadow: 0 0 0px #e8e8e8; width:98%; padding-left:2%; padding-right:0%; }
.neirong11 img{  max-width:99%;height:auto!important;}

.neirong11t{ padding-top:30px; line-height:30px; font-size:16px;}



.neirong .zuofu{ width:80%;}
.neirong .youfu{ width:20%}

.contentPage{text-align:center; margin:0px 0px; padding:0px; padding-top:0px;color: #8b8b8b; line-height: 30px; text-decoration: none; clear:both; font-size:14px; }
.contentPage a:link {color: #8b8b8b; text-decoration: none;margin:0px 3px; padding:4px 7px; border: 1px solid #8b8b8b; font-weight: normal;}
.contentPage a:visited {color: #8b8b8b; text-decoration: none;  margin:0px 3px; border: 1px solid #8b8b8b; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; text-decoration: none; padding:4px 7px; background-color:#8b8b8b;font-weight:normal;}
.contentPage .current{color:#8b8b8b; text-decoration: none;  margin: 0px; border:0px solid #8b8b8b; padding:4px 7px; font-weight: normal;}
.contentPage .zi{  float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}

.mobile_lianxi{ display:none}




.zzzzz1{ color:#FFFFFF}
.mobile_lianxi{ display:none}


.lp1{  display:none}
.lp2{display:block!important;}

.zzz1{ font-size:17px; color:#000; font-weight:normal; float:left; padding-left:2%; background:#FFF; line-height:50px; }
.zzz111{ padding-left:2%; width:96%; padding-right:2%;  }


.neiyou1{ width:100%; float:left; padding-bottom:20px;}
.neiyou1 h2{ width:100%; float:none; font-size:18px; color:#000000; border-bottom:#3041b4 solid 2px; margin-bottom:10px; padding-bottom:10px;}

.neiyou1 img{ max-width:100%; width:auto; height:auto}


.neiyou{ width:100%; float:left; padding-bottom:20px; padding-top:0px;}
.neiyou h2{ width:100%; float:none; font-size:18px; color:#000000; border-bottom:#3041b4 solid 2px; margin-bottom:10px; padding-bottom:10px;}


.nyp{width:100%!important; height:100px!important; float:left; border:#dbdbdb solid 0px; vertical-align: middle!important;text-align:center!important;
display: table-cell!important;}
.nyp img{ max-width:auto; max-height:100px;}
.nyp1{ width:100%;float:left; }
.nyp3{ width:100%;float:left; padding-top:0px; padding-bottom:0px; }
.mmmm{ width:100%; line-height:30px; background:#fff; text-align:center; color:#5967c3; font-size:14px; float:right; margin-right:0px;}
.mmmm a{color:#5967c3; }




/*内页*/

.nmain{ background:#fff; padding:20px 0 20px; height:auto !important; /*height:400px; min-height:400px;*/ }
.nm-left{ width:100%; float:left; }
.nm-right{ width:100%; float:right;}
.nmenu > ul > li{ line-height:49px; margin-bottom:1px; font-size:14px; color:#555; position:relative;}
.nmenu > ul > li > a{ display:block; padding-left:20px; background:#eaeaea; font-weight:bold; }
.nmenu > ul > li  .ion{ font-size:12px; position:absolute; right:20px; color:#104ab6; }
.nmenu > ul > li > a:hover,.nmenu > ul > li.cur > a{ background:#1f8fe0; color:#fff; }


.nmenu > ul > li.cur ul{ display:block; }
.nmenu li ul{ display:none;}
.nmenu li li{line-height:49px; margin-top:1px;}
.nmenu li li a{ display:block; padding-left:20px; background:#f6f6f6;  }
.nmenu li li .ion{font-size:12px; position:absolute; right:20px; color:#9b9b9b !important;transform:none !important;}
.nmenu li li a:hover,.nmenu li li.cur a{ color:#104ab6;}
.nmenu li li a:hover .ion,.nmenu li li.cur .ion{ color:#104ab6 !important; }



.imglist3 ul li{text-align:center;float:left;display:inline;width:100%;height:auto;border:#f1f1f1 1px solid;margin:10px 0px;overflow:hidden; font-size:14px;}
.imglist3 ul li img{background:#FFFFFF; max-width:100%; max-height:100%;}


.casepic{ width:100%;
height:auto;
vertical-align: middle;
display: table-cell; background:#fff; overflow:hidden;}




.pp12{ width:100%; float:left; }
.pp1{ width:90%; margin:0px auto;}

.pp1 h2{ padding-top:10px;  text-align:center;font-size:16px; color:#000000; line-height:20px; font-weight:400;  }
.pp1 p { color:#8e8e8e; font-size:14px; line-height:18px; text-align:center}
.logoz { width:100%; text-align:center; padding:6% 0px 0px; font-size:22px; font-weight:900}






.pro_list { width:100%; margin:auto; padding:0px 0% 20px; position:relative; z-index:0; }
 .pro_list ul { margin:0px ; width:100%;  text-align:center; padding-top:20px;}
  .pro_list ul li { width:49%; display:inline-block;  height:70px;text-align:center; border-left:0px solid #eee;  margin-bottom:25px;}
  
  
   .pro_list ul a li img{ transition:all .4s; height:35px;}
   .pro_list ul a:hover li img {  transform:scale(.8,.8); opacity:.8;}
   
    .pro_list ul a:hover li h3{ color:#83a13a;}
   
     .pro_list ul a:nth-child(1) li { border-left:0px solid #eee; }
	  .pro_list ul a:nth-child(5) li { border-right:1px solid #eee; }
   
   .pro_list ul a:nth-child(6) li, .pro_list ul a:nth-child(7) li, .pro_list ul a:nth-child(8) li, .pro_list ul a:nth-child(9) li, .pro_list ul a:nth-child(10) li{ border-bottom:none !important;}
   
   .pro_list ul a:nth-child(5) li,.pro_list ul a:nth-child(10) li{border-right:0px solid #eee; }
  
  .pro_list h3 {font-size:14px; line-height:15px; margin-top:10px; font-weight:400;}
  .pro_list p { font-family:Barlow-Regular; font-size:12px; line-height:10px; font-weight:100; color:#666; text-transform:capitalize;}


.vnvn{ font-size:14px;}
.vnvn1{ font-size:12px;}





.all{ width:100%; height:250px; position: relative; margin-top:20px;}
.screen{
	height:100%;
	overflow:hidden; 
	position:relative;
}
.screen ul{ position:absolute; left:0; top:0px; width:3000px; }
.screen li{ overflow:hidden; float:left;border-radius:0px;width:400px; height:250px;}
.screen li img{ width:100%; height:250px; 	}
.all ol{ position:absolute; left:10px; bottom:10px; text-align:center; width:100%;}
.all ol li{ float: left; width: 20px; height: 20px; line-height:20px; cursor: pointer; font-size:15px; color:#898989; background:rgba(0, 0, 0, 0.5); border-radius:50%; margin-right:5px;}
.all ol li.current{ color:#fff; background: #83c443;}

.tpp1{ width:206px; float:left; background:url(../images/g1.png) no-repeat center 30px #73d0d5; height:67px; color:#FFFFFF; text-align:center; font-size:20px; padding-top:80px;-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.tpp1 a{ color:#FFFFFF; }
.tpp1:hover{ font-size:25px; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.tpp2{ width:206px; float:left; background:url(../images/g2.png) no-repeat center 30px #2fabb2; height:67px; color:#FFFFFF; text-align:center; font-size:20px; padding-top:80px;-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.tpp2 a{ color:#FFFFFF; }

.tpp2:hover{ font-size:25px; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s; }






.sz1 { width:100%;float:left;background-color: #fff;  background-image: linear-gradient(180deg, #fff  50%, #2a4e3d  50%); margin-top:0px;}
.sz { width:90%;  height:auto; margin:auto; margin-top:0px; padding-top:5px; padding-bottom:10px;}
.sz dl { width:45%; display: inline-block; text-align:center; padding-top:20px;color:#152532; font-size:12px; line-height:15px;}
.sz dl dt span { font-family:Barlow-Regular; font-weight:900; font-size:17px; color:#152532; padding-right:5px;}
.sz dl:nth-child(3) { color:#FFFFFF }
.sz dl:nth-child(4) { color:#FFFFFF }
.sssz{ color:#FFFFFF!important;}





/*服务体系*/
.i_service{ margin:auto; width:100%;}
.i_service ul li{ float:left; width:25%; transition:all 0.3s; position:relative; text-align:center; padding-top:20px; padding-bottom:20px}
.i_service ul li:after{ content:""; position:absolute; right:0; top:0; height:100%; width:2px; background:#dddede;}
.i_service ul li:last-child:after{ width:0;}
.i_service ul li .boxs{ width:94%; margin:0 auto; overflow:hidden;}
.i_service ul li i{ display:block; width:35px; height:35px; margin:0 auto; background-repeat:no-repeat; background-size:100% 100%;}
.i_service ul li i.bgs1{ background-image:url(../images/i_ico1.png);}
.i_service ul li i.bgs2{ background-image:url(../images/i_ico2.png);}
.i_service ul li i.bgs3{ background-image:url(../images/i_ico3.png);}
.i_service ul li i.bgs4{ background-image:url(../images/i_ico4.png);}
.i_service ul li .h3{ font-weight:normal; line-height:20px; overflow:hidden; margin-top:5%; font-size:10px; color:#333333}
.i_service ul li .desc{ color:#2a4e3d; font-family:Arial; font-weight:bold; font-size:10px; overflow:hidden; text-transform:uppercase;height:auto; line-height:15px; margin-top:1%;font-family: 'Oswald-Bold'}
.i_service ul li .p{display:none;}






.mr_frbox1 { width: 100%; float:left; background:#f2f2f2; padding-bottom:20px;}
.mr_frbox { width:95%; margin:auto; padding-bottom:20px;  }
.mr_frbox h3{ width:100%; float:left; font-size:20px; color:#3d3d3d; font-weight:900; padding-top:30px; padding-bottom:20px; padding-left:0px;}
.mr_frbox h3 p{font-size:14px; color:#4e4e4e; font-weight:normal }
.mr_frbox h3 span{font-size:12px; float:right ; color:#4e4e4e; font-weight:normal; margin-right:0px; padding-top:5px;}
.mr_frBtnL { float: left; margin:30px 22px 0px 0px; cursor: pointer; display: inline; height:30px; width:auto; }
.mr_frUl{ float: left;  width:70%; overflow:hidden }
.mr_frBtnR { float: right; margin-top:30px; cursor: pointer; height:30px; width:auto; }
.mr_frUl ul li { display: inline; float: left; height:120px; width:150px; margin-right:10px;overflow: hidden; }
.mr_frUl ul li img { display: block; margin-bottom: 7px; border: 1px solid #D8D8D8;width:100%; }







.lian-index-news3{background:url(../images/bg1.jpg) no-repeat bottom; width:100%; float:left; padding-bottom:00px;}



.lian-index-news {padding: 5% 0;overflow: hidden; padding-bottom:20px; width:90%; margin:auto; }
.lian-index-news-top {position: relative;overflow: hidden;}

.lian-index-news-top .title-11 { font-size:20px; font-weight:900}

.lian-index-news-top .lian-more{position: absolute;right: 0;bottom: 0;}


.lian-index-news-bottom {margin-top:1%;overflow: hidden;position: relative;}
.lian-index-news-item {float: left;width:100%;position: relative;overflow: hidden;border-bottom: 1px solid #e5e5e5;}
.lian-index-news-item a {display: block;position: relative;overflow: hidden;padding: 3% 0;}
.lian-index-news-item .img {float: left;width:100%;background-color: #fff; overflow:hidden; height:auto;border-radius:5px;}
.lian-index-news-item .img img{width:100%;}

.lian-index-news-item .text {float: left;width:100%;padding-left:0%;}
.lian-index-news-item .data-1 {margin-top: 1%;color: #999999;}
.lian-index-news-item .title-1 {margin-top: 2%; font-size:14px; font-weight:900; line-height:18px;}
.lian-index-news-item .text-1 {color:#666666; font-size:12px; line-height:18px; padding-top:0px; text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.lian-index-news-item .viewmore-2 {position: absolute;left: 38%;bottom: 15%;}
.lian-index-news-item:last-child {display:none;}

.viewmore-2 {display:none;}








/* 首页-关于我们 */
.indexAboutus1{ width:100%; float:left;  background:#0364ab; padding-bottom:20px;}

.indexAboutus { width:90%; margin:auto;}

.indexAboutus .indexAboutusLeft { float:left; width: 100%;padding-top:20px; padding-bottom:10px; 
}
.indexAboutus .indexAboutusLeft .title {
  margin-bottom: 10px; color:#FFFFFF
}



.indexAboutus .indexAboutusLeft .title h2{ font-size:20px; font-weight:900; padding-top:10px; padding-bottom:10px;}
.indexAboutus .indexAboutusLeft .title p{ font-size:16px;}


.indexAboutus .indexAboutusLeft .intro {
  font-size:14px;
  line-height:20px;
  margin-bottom:20px;
  color:#fff
}
.indexAboutus .indexAboutusLeft .info {
  margin-bottom: 3.021vw; 
}
.indexAboutus .indexAboutusLeft .info .list {
  margin-right: 4.688vw; float:left;
}
.indexAboutus .indexAboutusLeft .info .list:last-child {
  margin-right: 0px;
}
.indexAboutus .indexAboutusLeft .info .list b {
  display: block;
  font-size: 0.833vw;
  color: #fff;
  margin-bottom: 0.208vw;
}
.indexAboutus .indexAboutusLeft .info .list p {
  font-weight: bold;
  font-size: 3.125vw;
  color: #fff;
  line-height: 3.125vw;
}
.indexAboutus .indexAboutusLeft .info .list span {
  font-weight: 400;
  font-size: 0.833vw;
  color: #fff;
}
.indexAboutus .indexAboutusLeft .more {float:left;
  display: block;
  width:100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
  font-size:14px;
  color: #fff;
  font-weight:normal;
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.indexAboutus .indexAboutusLeft .more i {
  margin-left: 1.927vw;
}
.indexAboutus .indexAboutusLeft .more span {
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.indexAboutus .indexAboutusLeft .more span::before, .indexAboutus .indexAboutusLeft .more span::after {
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  content: "";
  display: block;
}
.indexAboutus .indexAboutusLeft .more span::before {
  width: 1.094vw;
  height: 2px;
}
.indexAboutus .indexAboutusLeft .more span::after {
  width: 2px;
  height: 0.521vw;
}
.indexAboutus .indexAboutusLeft .more span:nth-of-type(1)::before, .indexAboutus .indexAboutusLeft .more span:nth-of-type(1)::after {
  left: 0px;
  bottom: 0px;
}
.indexAboutus .indexAboutusLeft .more span:nth-of-type(2)::before, .indexAboutus .indexAboutusLeft .more span:nth-of-type(2)::after {
  right: 0px;
  top: 0px;
}
.indexAboutus .indexAboutusLeft .more:hover {
  background: #fff;
 color:#0364ab;
  -webkit-transition: all 0.6s 0.6s;
  transition: all 0.6s 0.6s;
}
.indexAboutus .indexAboutusLeft .more:hover span:nth-of-type(1)::before {
  width: 100%;
}
.indexAboutus .indexAboutusLeft .more:hover span:nth-of-type(1)::after {
  height: 100%;
}
.indexAboutus .indexAboutusLeft .more:hover span:nth-of-type(2)::before {
  width: 100%;
}
.indexAboutus .indexAboutusLeft .more:hover span:nth-of-type(2)::after {
  height: 100%;
}
.indexAboutus .indexAboutusRight {display:none; 
}
.indexAboutus .indexAboutusRight::after {
  position: absolute;
  right: 0px;
  bottom:65px;
  width: 18vw;
  height: 15vw;
  border-radius: 2.604vw 0px 2.604vw 0px;
  content: "";
  display: block;
}
.indexAboutus .indexAboutusRight .image {
  border-radius: 2.604vw 0px 2.604vw 0px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow:9px 10px 0px rgba(0,0,0,0.1);
}
.indexAboutus .indexAboutusRight .image:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.indexAboutus .indexAboutusRight .image img {
  width:100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}





.ipart03{ width:90%; margin:auto; overflow:hidden;  padding-bottom:20px; padding-top:20px; border-bottom:#ececec solid 1px; border-top:#d8d8d8 solid 0px;margin-bottom:20px;}
.ipart03 ul{ text-align:center;}
.ipart03 ul li{color:#777777; text-align:left; float:left; padding-right:0%; width:33%}
.ipart03 li::after{content:''; position:absolute; top:0; right:0; width:0px; height:100%; background:#ececec;}
.ipart03 li:last-child::after{display:none;}
.ipart03 li .num_box>div{display:inline-block; vertical-align:text-bottom;}
.ipart03 li .num_box .num{font-size:20px; font-weight:bold;  color:#eba912; line-height:.8; font-family:Barlow-Regular;}
.ipart03 li .num_box .num sup{font-size:13px; line-height:0; padding-left:.05rem; color:#4f4f4f;}
.ipart03 li .t{margin-top:0rem; font-size:13px;}
.ipart03 .con16{color:#4e4e4e;}

.ipart03 ul li:last-child {padding-right:0px; float:left}








.ipart04{ width:100%; margin:auto; clear:both; height:auto;}
.ipart04 .infor .tit{margin-bottom:10px; font-size:20px; color:#000}
.ipart04 .infor .tit span{ float:right; color:#fff; background:#0364ab; font-size:12px; width:80px; line-height:24px; text-align:center; margin-top:8px; border-radius: 3px; margin-bottom:5px;}

.ipart04 .content .left{float:left; width:100%;}
.ipart04 .content .left .item{float:left; width:49%; margin-right:2%; border-radius:.06rem; overflow:hidden;}
.ipart04 .content .left .item>a{display:block;}
.ipart04 .content .left .item:last-child{margin-right:0;}
/* .ipart04 .content .left .item .rect-5945{padding-bottom:59.45%;} */
.ipart04 .content .left .item .rect-5945{width:100%;}
.ipart04 .content .left .item .rect-5945 img{ min-height:100%;  height:125px; max-height:none; width:100%; }
.ipart04 .content .left .item .intro_box{background:#efefef; padding:20px 20px 20px 20px; height:140px; transition:all 0.5s ease;}
.ipart04 .content .left .item .intro_box .type{display:inline-block; font-size:12px; color:#fff; background:#a3a3a3;  line-height:22px; padding:0 10px; border-radius:2px; margin-bottom:5px;  transition:all 0.5s ease;}
.ipart04 .content .left .item .intro_box .tit{font-size:14px; line-height:20px; height:auto; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; font-weight:bold; color:#000; margin-bottom:10px;  transition:all 0.5s ease;}
.ipart04 .content .left .item .intro_box .txt{line-height:25px; color:#000;  transition:all 0.5s ease;}
.ipart04 .content .left .item:hover .intro_box{background:#0364ab;}
/* .ipart04 .content .left .item:hover .intro_box .type{color:#000; background:#f5be2c;} */
.ipart04 .content .left .item:hover .intro_box .tit{color:#fff;}
.ipart04 .content .left .item:hover .intro_box .txt{color:#fff;}
.ipart04 .content .right{display:none;  }


.ipart04 .date{ font-size:12px;}







/*footer*/
.footer{  overflow: hidden; background-color:#333333; width: 100%; padding-top:20px; font-size:14px;}

.xia{ width:100%; margin:0 auto;}
.xia_lo{display:none;}


.xia_lo1{ display:none;}



.lianx { width:100%; padding-left:20px; float:left;color:#FFFFFF; line-height:24px;}
.lianx h4{ color:#FFFFFF; font-size:14px; line-height:22px; text-align:left; font-weight:normal; padding-bottom:5px;}
.lianx p{ color:#b7b7b7; }


.ewm1{ display:none;}
.ewm1 img{ float:right; width:150px;}
.banquan1{ width:100%; float:left; background:#2b2c2d;padding-top:20px;  padding-bottom:20px; margin-top:20px;font-size:14px; }

.banquan{ width:90%; margin:auto; color:#b7b7b7}
.banquan a{color:#b7b7b7!important;}






.index_about_qiye{ width: 100%; background:#51a1de; color:#FFFFFF; font-size:20px; text-align:center; padding-top:20px; padding-bottom:20px;}

.qywl {
    width: 90%;
    margin: auto;
    height: auto;
 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.qywlan {
    text-align: center; flex:1;}
.qywlan img { width:40px; float:left;}
	
.qywlan:hover{ margin-top:0px;  transition:all 0.4s}
.qywlan:hover{}

.qywlan555{ float:left; text-align:left; padding-left:10px;  margin-bottom:10px;}



.slide03 {
    -webkit-animation: slide03 1s;
    -moz-animation: slide03 1s;
    -ms-animation: slide03 1s;
    -o-animation: slide03 1s;
    animation: slide03 1s;
    visibility: visible;
}.qywlan01 {
    line-height:18px;
    
    color: #fff;
  
    font-family: Tahoma, Geneva, sans-serif; margin:0; color:#fff; height:22px
}.qywlan02 {
    line-height: 20px;
    color: rgb(255,255,255,1); width:100%;
}.slide04 {
    -webkit-animation: slide04 1s;
    -moz-animation: slide04 1s;
    -ms-animation: slide04 1s;
    -o-animation: slide04 1s;
    animation: slide04 1s;
    visibility: visible;
}




/*首页产品*/
.s_pro_box1{width:100%; float:left;  padding-bottom:20px; padding-top:10px; background:url(../images/bb.png) no-repeat top right; background-size:100%}
  
  
.s_pro_box{width:90%; margin:0 auto;margin-bottom:30px; clear:both; padding-top:10px; }
.s_pro_box .s_pro_p1{ font-size:17px; color:black; font-weight:900; color:#000}
.s_pro_box .s_pro_p2{ font-size:14px; color:#3a3a3a; margin-top:5px; margin-bottom:20px; line-height:20px;}

.s_pro_tip{ float:left; background-image:url(../images/img3.jpg); width:100%; height:339px; position:relative;}
.s_pro_tip .s_pro_p3{ font-size:27px; color:#288f2b; position:absolute; left:43px; top:30px;}

.s_pro_p4{  margin-top:20px; float:left; text-align:center;  margin-left:30px;}
.s_pro_p4 a{color:#fff;background:#634585;width:100%; line-height:28px; float:left}
.s_pro_p4 a:hover{color:#fff; background:#288f2b; }

.s_pro_tip .s_pro_nr{ width:100%; position:absolute; left:17px; top:92px;}
.s_pro_tip .s_pro_nr p{color:#1e1e1e; float:left;  padding-bottom:4px;  padding-left:30px; line-height:26px;}
.s_pro_tip .s_pro_nr p a{color:#1e1e1e;}
.s_pro_tip .s_pro_nr p a:hover{ color:#288f2b;}
.s_pro_tip2{ float:right;background-image:url(../images/img4.jpg); width:589px; height:339px;}





.more-btn {text-align:center; margin-top:0px; padding-bottom:0px; float:right}
.more-btn a {padding:1px 15px;transition:.3s all ease-out;display:inline-block;border-top:0px solid #656565;border-bottom:1px solid #656565;position:relative;overflow:hidden;position:relative;z-index:9;line-height:24px;font-family: Barlow Regular; background:#656565;border-radius:5px;}
.more-btn a:after {content:"";background:#656565;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;transform:scaleX(0);transition-property:transform;transition-duration:.5s;transition-timing-function:ease-out;-webkit-transition-timing-function:ease-out;-webkit-transition-duration:.5s;-webkit-transition-property:transform;-webkit-transform:scaleX(0);-webkit-transform-origin:0 50%;background:#51a1de}
.more-btn a:hover span{ color:#fff!important;}
.more-btn a span{display:inline-block;font-size:12px;color:#fff;position:relative;z-index:14;}
.more-btn a:hover i {color:#FFF;border-color:#fff}
.more-btn a:hover:after {transform:scaleX(1);transition-timing-function:cubic-bezier(0.52,1.64,0.37,0.66);-webkit-transition-timing-function:cubic-bezier(0.52,1.64,0.37,0.66);-webkit-transform:scaleX(1)}
.more-btn a i {display:inline-block;font-size:12px;color:#7a7a7a;position:relative;z-index:14;margin-left:8px;margin-right:8px;}





.fou{ width:100%; background:url(../images/indmm_bg.png) no-repeat top; float:left; background-attachment:fixed; height:250px; margin-bottom:20px; }

.fou1{ width:100%; background:url(../images/indmm_yun.png) no-repeat top; float:left; height:auto; position:relative;}
.fou2{ width:100%; float:left; padding-top:80px; padding-bottom:0px; color:#FFFFFF; font-size:18px; text-align:center;
text-shadow: .2rem 0rem .5rem #1e5983,-.2rem 0rem .5rem #1e5983,0rem .2rem .5rem #1e5983,0rem -.2rem .5rem #1e5983; font-weight:900;
}



.m1 a{border-radius:25px; background:#fff; width:120px; line-height:27px; font-size:12px; float:left; margin-left:38%; margin-top:30px;
transition:All 0.4s ease-in-out; color:#000;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
	text-shadow: 0rem 0rem 0rem #1e5983,-0rem 0rem 0rem #1e5983,0rem 0rem 0rem #1e5983,0rem -0rem 0rem #1e5983; font-weight:normal;
	
	}


.m1 a:hover{ background:#7fad2f; color:#fff;
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);}





.flash{ width:100%; float:left; padding-top:0px;}


.title2{ color:#000; font-size:18px; font-weight:900; padding-bottom:0px; line-height:25px;}
.intro{ color:#000; font-size:14px; }



.search .searchinput{ line-height:30px;font-size:12px;border:#000 solid 0px;float:left;outline:none; background:none; color:#000; padding-left:20px; }
.search .fr{}
.search .fl{ width:80%}
.search .fr button{ border:0px; background:none!important; margin-top:5px; margin-right:20px; }
.icon-sousuo{ font-size:20px!important; color:#000!important}

.search {background:#e6e6e6; border:1px solid #e6e6e6; border-radius:50px;height:30px; line-height:45px;width:100%; margin:auto; margin-top:5px;}
.title2{  line-height:30px;}

.title3{ font-size:25px; line-height:30px; color:#000000;}
.text12{  line-height:30px; color:#7a7a7a;}

.title4{ display:none; }
.title4 a{ padding-right:15px;}

#go_top{display:none; }




.indfa-list1{width:82%; margin:auto; padding-top:20px; clear:both; padding-bottom:20px;}
.indfa-list.lty4{margin-right: -15px; padding-bottom:15px; padding-top:0px;}
.indfa-list.lty3{margin-right: -15px;}
.indfa-list.lty4 li{width: calc(100%/2 - 10px);margin-right: 10px; margin-bottom:10px;}
.indfa-list.lty3 li{width: calc(100%/3 - 15px);margin-right: 15px;}
.indfa-list li{position: relative;height: 130px;}
.indfa-list li > img{width: 100%;height:130px;}
.indfa-list li .show{position: absolute;bottom: 0px;left: 0px;padding: 0px 5%;padding-bottom: 25px;transition: all .4s ease;background: linear-gradient(to top, rgba(0,0,0,.3), rgba(0,0,0,.0)); width:90%;background-color: rgba(16, 119, 187, 0); }
.indfa-list li .show .title{ float:left;}
.indfa-list li .show .title i{margin-left: 10px;font-size: 6px;}
.indfa-list li .hide{position: absolute;top: 0px;left: 0px;height: 100%;background-color: rgba(16, 119, 187, .7);padding: 0px 10%;display: flex;opacity: 0;transition: all .4s ease; width:80%;
    flex-direction: column;justify-content: center;}
.indfa-list li .hide .indBtn{width:70px;height:auto;background-color: #fff;color: #1077bb; line-height:25px;text-align:center; margin-top:10px; font-size:12px;border-radius: 2px; padding-left:10px;}
.indfa-list li .hide .indBtn i{margin-left: 5px;}
.indfa-list li .hide .indBtn:hover{background-color: #1077bb;color: #fff; }
.indfa-list li .hide .number{text-align: right;}
.indfa-list li:hover .hide{opacity: 1;}
.indfa-list li:hover .show{opacity: 0;}



.title5{ font-size:18px; color:#000;}
.title5 span{  line-height:18px; font-size:14px;}


.indCommonTitle{position: relative;z-index: 3; padding-bottom:15px;}
.indCommonTitle .indBtn{border: 1px solid #1077bb;color: #1077bb;position: absolute;right: 0px;bottom: 0px; line-height:22px; padding-left:20px; padding-right:20px; margin-bottom:15px; border-radius: 2px; font-size:12px;}
.indCommonTitle .indBtn:hover{color: #fff; background:#1077bb}






/*首页公司简介*/
.index_about{ width:100%; padding-top:20px; padding-bottom:20px; float:left;
border-top: 1px solid #e7e7e7; }
.about_pic img{ display:block;object-fit: cover; transition: all 0.8s;border-radius:3px;}
.about_pic { width:100%; overflow:hidden;height:auto;}
.about_pic:hover img  {transform: scale(1.105);overflow:hidden!important;}
.about_pic{ overflow:hidden; float:left}
.about_txt{ width:100%; float:left}
.abnr{line-height:20px; font-size:14px; padding-top:15px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:7;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.abnr p{ margin-bottom:12px; text-align: justify;}
.biaoyu{ color:#034495; font-size:15px; text-align:center; letter-spacing:0px; margin-top:0px;}








.con_05{width:100%;overflow:hidden;background:url(../images/bg0003.png) no-repeat; background-size:100%;margin-top:20px;padding-bottom:0px; background-size:cover; padding-top:20px; border-top:#f3f3f3 solid 1px;}
.con_05 .title{font-size:30px;line-height:80px;color: #333;padding-top:50px;}
.con_05 .title2{font-size:16px;color:#939393;margin-top:15px;margin-bottom:40px;border-bottom:1px solid #eee;padding-bottom:20px;}

.wm{width:82%; margin:auto}

.wm ul{width:100%; float:left; padding-top:10px; padding-bottom:30px;}
.wm ul li{border:0px solid #eeeeee;float:left;width:48%;margin:0 1.5% 0 0;background:#fff;border-bottom:#d6d6d6 solid 2px; }
.wm ul li .lb{font-size:20px;font-weight:bold;line-height:30px;color:#000;}
.wm ul li .lb a{ display:inline-block;float:right;font-size:12px;font-weight:normal;}
.wm ul li .pic{width:100%;height:160px;overflow:hidden;}
.wm ul li .pic img{min-height:160px; max-height:100%;width:100%; transition:all 1s;}
.wm ul li:hover .pic img{ transform:scale(1.15,1.15); transform-origin:center center;}
.wm ul li .bt{margin-top:15px;overflow:hidden;line-height:22px; text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:3;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; color:#333333; font-size:14px; height:100px;}

.wm ul li .bt a{ color:#333333}
.wm ul li .txt{ color:#95a89c; font-family:Arial, Helvetica, sans-serif; margin-top:10px;}
.wm ul li .more{border:1px solid #ddd;height:40px;line-height:40px;text-align:center; font-size:15px;}
.wm ul li:hover .more{background:#1077bb;border:1px solid #1077bb;color:#fff;}

.wm ul li .bnb{ padding:10px 20px 20px 20px;}

.wm ul li:hover{ border-bottom:#1077bb solid 2px; box-shadow: 2px 1px 10px #dedede;}

.wm ul li:nth-child(2){ float:right; margin-right:0px;}
.wm ul li:nth-child(4){ float:right; margin-right:0px;}





.gu1{ width:100%; float:left; background:url(../images/bh.jpg) no-repeat top; background-size:cover; height:400px; background-attachment:fixed  }
.gu12{ width:80%; margin:auto;}
.gu121{ width:100%; float:left;margin-top:80px; height:200px; background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), #fff 60%);
    border:0px solid #fff;border-radius:2px; z-index:99; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0);}

.content1{ padding-top: 70px;text-align:center;}


.content { width:100%; float:left; text-align:center; padding-top:40px;}
.content .subTitle { font-size: 14px; line-height: 24px; color:#029044;
text-shadow: .2rem 0rem .2rem #fff,-.2rem 0rem .2rem #fff,0rem .2rem .2rem #fff,0rem -.2rem .2rem #fff;}
.content .desc { padding-top:0px; font-size: 14px; color:#029044; font-weight:900;
text-shadow: .2rem 0rem .2rem #fff,-.2rem 0rem .2rem #fff,0rem .2rem .2rem #fff,0rem -.2rem .2rem #fff;letter-spacing:0px;}
.content .subTitle { font-family:impact1;
        font-size:30px; letter-spacing:-10px;
        line-height:55px;
    }


.Footer{display:none; }




.bot_contact{width:100%;float:left; padding-top:20px;}
.bot_contact h3{ width:100%; float:left; border-bottom:#eaeaea solid 1px; margin-bottom:0px; color:#000000;}
.bot_contact h3 span{  border-bottom:#1077bb solid 2px; line-height:40px; padding-bottom:0px;}

.bot_contact .tel{font-size:22px;color:#e63e00;line-height:40px;font-family:impact;}
.bot_contact .tel2{color:#000;font-size:15px;}
.bot_contact .box{line-height:22px;margin-top:0px;font-size:14px;}

.bot_02{width:12%;float:left;margin-left:4%;}
.bot_03{width:14%;float:right;}
.bot_03 .box{padding-top:30px;}
.bot_03 .box img{ width:100px;}

.bq{ width:100%; float:left; padding-top:50px;}


 .Footer_bottom { width:90%; background:#262626; float:left; color:#767676;
 margin-top:0px; line-height:22px; text-align:left; padding-bottom:100px; padding-top:20px; padding-left:5%; padding-right:5%
	}
	
.title{ color:#fff; font-size:15px; }
	

.iuo3{ font-size:10px!important;  padding-top:1px; float:left; width:5px!important; position:absolute; margin-left:0px!important;}

.iuo11{ font-size:8px!important; padding-left:0px; padding-top:0px; float:right; width:5px!important; margin-left:0px!important; margin-right:15px;}


	
}






