

.content {padding:40px 0;position: relative;min-height: 300px;background: #f2f2f2;
    border: 1px solid #e2e2e2;}
.content img{max-width: 100%;}
.sub-banner {height:300px;}


.inner_cont {font-size: 14px; color: #454545; width: calc(100% - 320px); float: right;}
.inner_cont  img{max-width: 100%;}
.inner_left{width: 270px; float: left;}

@media only screen and (max-width: 920px) {
.sub-banner {height:200px;}
}
@media only screen and (max-width: 768px) {
 .sub-banner {height: 150px;} 
 .content{font-size: 12px;}
}

.innertit{margin: 30px 0 ; text-align: center;}
.innertit h2{color: #333;font-size: 36px; line-height: 50px; margin-bottom: 10px;font-weight: bold;}
.innertit .line{width: 100px;height: 2px; background: #333;margin:0 auto;}

.breadcrumb{text-align: right;line-height: 30px;font-size: 12px;margin-top:30px;margin-bottom: 20px;}
.breadcrumb h2 {font-size: 24px;float: left;color: #BB3246;height: 30px;}

@media only screen and (max-width:920px) {
.innertit h2{font-size:30px;} 
.breadcrumb h2 {font-size:14px;} 
.breadcrumb{display: none;}
}
@media only screen and (max-width: 768px) {
.innertit{margin:0 0 20px 0 ;}
.innertit h2{font-size: 16px; line-height: 30px;}  

}

@media only screen and (max-width:920px) {
.inner_left {float:none; width: 100%;margin-top: 0px;}
.inner_left .quickcontact {display:none; }
.inner_cont {width: 100% ; float: none;}
}


/* ==========================================================================
   about
   ========================================================================== */
.innerabout{ line-height: 30px; font-size: 16px; }

@media only screen and (max-width: 768px) {
.innerabout{ line-height:24px; font-size: 12px; }
}


/* ==========================================================================
   culture
   ========================================================================== */
.innerculture{background: url(/Public/Home/image/culture_bg.jpg) no-repeat top right #fff;    height: 420px;padding-top: 90px;}
.slidecultureBox{margin:0 50px;}
.slidecultureBox .hd{ height:108px; line-height:100px;position: relative; border-bottom:1px solid #ddd;padding-bottom: 30px;border-bottom: 1px solid #939393; }
.slidecultureBox .hd ul{}
.slidecultureBox .hd ul li{width: 20%;height: 108px; position: relative;z-index: 1; cursor: pointer; float: left; text-align: center; overflow:hidden;background: url(../images/ldpic01.png) top center no-repeat;}
.slidecultureBox .hd ul li.on{background: url(../images/ldpic02.png) top center no-repeat;color: #a61e36;}
.slidecultureBox .culturejs{padding:40px;text-align: center; font-size: 16px;}
.slidecultureBox .hd:before {content: "";display: block; top:50px; left:10%; position: absolute; width:80%;height: 1px; background: #e0e0e0;z-index: 0;}

@media only screen and (max-width: 768px) {
  .slidecultureBox .hd{line-height: 65px; font-size: 12px;padding-bottom: 10px;height: 70px;}
  .slidecultureBox .hd ul li,.slidecultureBox .hd ul li.on{background-size:auto 70px; height: 70px;  }
  .slidecultureBox{margin:0 10px;}
  .slidecultureBox .hd:before{display: none;}
  .innerculture{padding-top: 40px;height: 280px;}
  .slidecultureBox .culturejs{font-size: 12px;}
}

/* ==========================================================================
   history
   ========================================================================== */
.innerhistory{max-width: 700px; margin:0 auto;position: relative;}
.innerhistory li{height: auto;position: relative;}
.innerhistory li .row {width:260px;padding:15px;background: #dedede;position: relative;}
.innerhistory li:nth-child(2n+1) .row{float: left;}
.innerhistory li:nth-child(2n) .row{float: right;}
.innerhistory:before {content: "";display: block; top:0; left:50%; position: absolute; width:2px;height: 100%; background: #bb3246;}
.innerhistory li:before{width: 20px; height: 20px; left: 50%;margin-left: -9px; background: #bb3246;content: "";display: block; top:28px;position: absolute;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
}
.innerhistory li .date{width: 60px; height: 50px;padding-top:10px; line-height: 14px; font-size: 12px; background: #bb3246; text-align: center;color: #fff;display: block;
  top:0;position: absolute;left: 50%;margin-left: -30px; 
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;}

  .innerhistory li .row:before {
content: "";display: block; top:30px;position: absolute;
width: 0;
    height: 0;    
}
.innerhistory li:nth-child(2n+1) .row:before{right:-8px;
  border-top: 8px solid transparent;
    border-left: 8px solid #dedede;
    border-bottom: 8px solid transparent;
}
.innerhistory li:nth-child(2n) .row:before{left: -8px;
  border-top: 8px solid transparent;
    border-right: 8px solid #dedede;
    border-bottom: 8px solid transparent;
}
.innerhistory li .row h3{color: #bb3246;}

@media only screen and (max-width: 768px) {
  .innerhistory{width: 100%; overflow: hidden;}
  .innerhistory li{margin-bottom: 30px;margin-left: 80px;}
  .innerhistory li:nth-child(2n) .row{float: left;}
  .innerhistory:before{left:32px;}
  .innerhistory li:nth-child(2n+1) .row:before{left:-8px;
 border-top: 8px solid transparent;
    border-right: 8px solid #dedede;
    border-bottom: 8px solid transparent;
     border-left: 0;
}

.innerhistory li:before{left:-48px;}
.innerhistory li .date{left: -47px;}
.innerhistory li .row {width: calc(100% - 60px);}

}

/* ==========================================================================
   pro
   ========================================================================== */

.proclist li{width: 33.33%; float: left;margin-bottom: 20px;}
.proclist li .warp{margin: 0 10px;}
.proclist li h5{color: #bb3246; font-size: 18px;margin-bottom: 10px;}
.proclist li .pic{width: 100%;height:180px; overflow: hidden;position: relative;}
.proclist li .pic img{width: 100%;height: 100%;}
.proclist li .pic .pro_hover{width: 100%;height: 100%; text-align: center; line-height: 180px; color: #fff;font-size: 24px;
  position: absolute; top: -100%;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CCBB3246', endColorstr='#CCBB3246');background:rgba(187,50,70,0.8);
-webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.proclist li .pic .pro_hover span{display: block;
    width: 30px;
    height: 30px;
    margin: 70px auto;
    background: url(../images/inco02.png) left top no-repeat;
  }

.proclist li .pic:hover .pro_hover{top: 0;}
.proclist li .desc{height: 48px; line-height: 24px; margin-top: 10px;  border-bottom: 5px solid #cecece;padding-bottom:15px;}
.proclist li .warp:hover .desc{ border-color: #bb3246;color: #bb3246;}

@media only screen and (max-width: 920px) {
  .proclist li .pic{width: 100%;height:140px; overflow: hidden;position: relative;}
}

@media only screen and (max-width:768px) {
  .proclist li{width:100%; float: none;}
  .proclist li .pic{width: 100%;height:auto;}
  .proclist li .pic .pro_hover{display: none;}
}

.product_list{max-width: 1000px;margin:0 auto;}
.product_list li{width: 33.33%; float: left;margin-bottom: 20px;}
.product_list li .pic{margin:0 10px;width: calc(100% - 20px); height:200px; overflow: hidden;position: relative;}
.product_list li .pic img{width: 100%;height: 100%;}
.product_list li .pic .pro_hover{width: 100%;height: 100%; text-align: center; line-height: 200px; color: #fff;font-size: 24px;
  position: absolute; top: -100%;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CCBB3246', endColorstr='#CCBB3246');background:rgba(187,50,70,0.8);
-webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.product_list li .pic:hover .pro_hover{top: 0;}
.product_list li .pic .pro_hover span{display: block;
    width: 30px;
    height: 30px;
    margin: 70px auto;
    background: url(../images/inco03.png) left top no-repeat;
  }

@media only screen and (max-width:768px) {
  .product_list li{width:50%;margin-bottom: 10px;}
  .product_list li .pic{margin:0 5px;width: calc(100% - 10px); height:130px;}
}



.customer-list{max-width:960px; margin:0 auto;}
.customer-list li{width:25%; text-align: center;  float:left;margin-bottom:20px;}
.customer-list li img{width:218px; height:96px; border:1px solid #ccc;}

@media only screen and (max-width:920px) {
.customer-list li img{ width:180px; height:79px;}
}

@media only screen and (max-width:768px) {
.customer-list li img{width:80px; height:35px;}
}


.honor{ position:relative; margin:40px 0 20px 0;}
.honor .roundabout-holder{width:540px;height:316px;margin:0 auto;}
.honor .roundabout-moveable-item{width:450px;height:316px;cursor:pointer;}
.honor .roundabout-moveable-item img{width:100%;}
.honor a{display:block; width:30px; height:40px;position:absolute;top:50%; margin-top:-20px;z-index:9;cursor:pointer; opacity:.7; /*ie*/ filter:alpha(Opacity=70); }
.honor a:hover{ opacity:1; /*ie*/ filter:alpha(Opacity=100);}
.honor .d_prev{left:0; background:url(../images/arr05.png) no-repeat left center;}
.honor .d_next{right:0; background:url(../images/arr06.png) no-repeat right center;}

@media only screen and (max-width:768px) {
.honor{width: 100%;overflow: hidden;}
.honor .roundabout-holder{width:250px;height:160px;margin:0 auto;}
.honor .roundabout-moveable-item{width:220px;height:160px;cursor:pointer;}
}

/* ==========================================================================
   contact
   ========================================================================== */

.contactrow01{max-width:1000px;margin:0 auto;}
.contactrow01 .left{width: 350px; float: left;line-height: 30px;color: #666;}
.contactrow01 .left .fa{font-size: 18px;margin-right: 10px;}
.contactrow01 .left h3{font-size: 18px; color: #BB3246;margin-bottom: 10px;}
.contactrow01 .map{float: right; width: 530px;}    
.contact_tel{max-width:1000px;margin:0 auto; padding-top: 20px;margin-top: 20px; border-top: 1px solid #dbdbdb;}
.contact_tel li{width: 33.33%; float: left;}
.contact_tel h6{font-size: 14px; color: #BB3246;margin-bottom: 10px;}
.contact_tel li .warp{width: 220px; margin:0 auto;}
@media only screen and (max-width:768px) {
  .contactrow01 .left{width: 100%; float: none;}
  .contactrow01 .map{float: none;width: 100%;margin-top: 10px;} 
  .contact_tel li{width:100%; float: none;margin-top:10px;}
  .contact_tel li .warp{width: 100%;}
}


/* ==========================================================================
   tech
   ========================================================================== */
.techtit{text-align: center; font-size: 28px; color: #BB3246; font-weight: 700; margin-top: 10px; padding-bottom: 20px; 
  border-bottom: 2px solid #c3c3c3; margin-bottom: 20px;}
.techtit p {  text-transform:Uppercase;  font-size: 12px;    color: #666;}
.techry{margin:20px 0;}
.techry .left{width: 260px; float: left;    padding-top: 20px;    border-top: 1px dotted #999;    margin-bottom: 20px;}
.techry .left .name{ font-weight: bold;margin-bottom: 10px; }
.techry .right{width: calc(100% - 300px); float: right; padding-top: 20px;    border-top: 1px dotted #999;    margin-bottom: 20px;}
@media only screen and (max-width:768px) {
  .techry .left{width: 100%; float: none;}
  .techry .right{width:100%; float: none; }
  .techtit{font-size:16px;}
}

.probigpic{width: 100%;height:550px;padding:5px;overflow: hidden; text-align: center;}
.probigpic img {width: 100%;height:500px;}
.probigpic .tit{ height: 40px; line-height: 40px; background: #6F080C; text-align: center; color: #fff;}
.prochange { overflow:hidden; zoom:1; padding:10px 0 10px 25px; position:relative;   }
.prochange .sPrev,.prochange .sNext{ position:absolute; top:10px; display:block; width:20px; height:100px;z-index:1;}
.prochange .sNext{ right:0; background: url(../images/arr04.png) right center no-repeat;  }
.prochange .sPrev{ left:0; background: url(../images/arr03.png) left center no-repeat;}
.prochange li{ margin:0 4px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.prochange li .pic{ text-align:center; }
.prochange li .pic img{ width:120px; height:100px; display:block;  padding:2px; border:1px solid #ccc; }
.prochange li .pic a:hover img{ border-color:#999;  }
.prochange li .title{ line-height:24px;}
.techlistbox{max-width: 850px;margin:0 auto;}





.newslist02{}
.newslist02 li{height: 30px; line-height: 30px; overflow: hidden;padding:0 10px 0 20px;
  background: url(../images/arr01.png) no-repeat 10px center;
}
.newslist02 li span{float: right;}
.newslist02 li a{width: calc(100% - 120px);height: 30px;display: inline-block; text-align: left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newslist02 li:hover{background:#bb3246 url(../images/arr02.png) no-repeat 10px center;color: #fff;}
.newslist02 li:hover a{color: #fff;}





/* ==========================================================================
   news
   ========================================================================== */
.newssearch{width:33%;float: right;border-bottom: 4px solid #3462a3;}
.newssearch .warp{background: #fff;}
.newssearch #q{ float: left;   border: 0 none; }
.newssearch .search-btn { float: right;   border: 0 none; }
.newssearch #q { width: calc(100% - 70px); height: 18px; padding:9px 10px; line-height: 18px; background: #fff;border:1px solid #fff;font: 300 12px/18px microsoft yahei;  }
.newssearch .search-btn { width: 40px;padding:0;margin:0; height:38px; cursor: pointer; background: url(../images/btn_ser02.png) no-repeat center;}
.newtool input::-webkit-input-placeholder{color:#3462a3;font-size: 16px;}
.newtool{height: 50px;margin-bottom: 20px;}
.newtool .left{width: 66%;float: left;}
.layui-form-news .layui-input-inline{width:calc(50% - 32px)!important;margin-right: 30px!important;border-bottom: 4px solid #3462a3;}
.layui-form-news .layui-select , .layui-form-news .layui-input{border-width:0!important; color: #3462a3;}
.layui-form-news .layui-edge {border-top-color: #3462a3!important;}
.newslist li {padding:40px 0;height: 190px;
  -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.newslist li .warp{max-width: 1440px; margin:0 auto;padding:0 10px;}
.newslist li .date{width:100px; height:100px; color: #fff;background: #2764b0; float: left; overflow: hidden;text-align: center;font-size:14px;}
.newslist li .date h2{font-size: 18px; line-height: 30px;padding-top: 25px;}
.newslist li .right{width: calc(100% - 180px);float: right; position: relative;border-bottom: 1px solid #d6d6d6; padding-bottom: 40px;}
.newslist li .right:before {content: "";display: block; top:0; left:-30px; position: absolute; width:1px;height: 80px; background: #dcdcdc;}
.newslist li .pic{width: 280px; height: 190px;float: right; overflow: hidden;}
.newslist li .pic img {width:100%;height: 100%; transition: transform 2s;}
.newslist li:hover .pic img{ transform: scale(1.1);}

.newslist li .txtarea{width: calc(100% - 300px); float: left;}
.newslist li .txtarea h3{line-height: 30px;width: 100%;height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newslist li .txtarea h3 a{font-size:18px;font-weight: bold;}
.newslist li .txtarea .txt .date02{display: none;}
.newslist li .txtarea .txt i{margin-right: 5px;}
.newslist li .txtarea .txt{color: #999;margin-top: 10px;}
.newslist li .txtarea .desc{ line-height: 24px; height:48px;overflow: hidden;margin:10px 0; color: #666;}
.newslist li a.more{color: #333;margin-top:20px; width: 150px; height: 40px; display: block; text-align: center;line-height:40px;background: #fff;
border-left: 1px solid #df041c;border-right: 1px solid #df041c;}
.newslist li a.more i{margin-left: 15px;color: #df041c;}
.newslist li:hover {background: #2764b0;}
.newslist li:hover .date{background: #fff;color: #3462a3;}
.newslist li:hover a.more{background: #df041c;color: #fff;}
.newslist li:hover .txtarea .desc,.newslist li:hover .txtarea h3 a{color: #fff;}
.newslist li:hover .txtarea .txt{color: #fff;}
.newslist li:hover  a.more i{color: #fff;}


@media only screen and (max-width:768px) {
  .newslist li{height: auto;padding:0 0 20px 0;}
  .newslist li .date{display: none;}
  .newslist li .txtarea .txt .date02{display: inline-block;margin-right: 10px;}
  .newslist li .right{width:100%;float: none; height: auto;padding-bottom:20px;}
.newslist li .txtarea{width:100%; float: none;}
.newslist li .pic{width:100%; height: auto;float: none; overflow: hidden;margin-top: 10px;}
.newslist li .txtarea h3 a{font-size: 14px;}
}

@media screen and (max-width: 450px){
  .layui-form-news .layui-input-inline{margin-left: 0!important;margin-right:  10px!important;float: left!important;left: 0!important;width: calc(50% - 12px)!important;}
.newtool input::-webkit-input-placeholder{font-size: 12px;}
.newtool .left {width:100%; float: none;}
.newssearch{width:100%;float: none;}
.newtool{height: auto;}
}

.newsh{width:100%;position: relative;height: 80px; text-align: center;}
.newtitle {font:700 18px/24px microsoft yahei; color: #BB3246;}
.newsh_cn {padding:20px 0;}
.newsh_cn p{font: 14px/24px microsoft yahei;margin-top: 15px;}
.newsh .byline{height:50px;color:#999;line-height:50px;border-bottom:1px solid #e2e2e2;}
.newsh .byline span{margin-right:20px;display: inline-block;}
.newsh .byline .bdsharebuttonbox{display: inline-block;}
.newsh .byline .bdshare-button-style0-16:after {    display: inline-block;}
.newsh .byline .bdshare-button-style0-16 a, .newsh .byline .bdshare-button-style0-16 .bds_more {
    float: left;
    line-height: 50px;
    height: 50px;
    margin:0;
}
.newsh .byline a{color: #999;}
.newsmenu01{width: 180px;height: 80px; position: absolute; right: 0; top:0;}
.newsmenu01 a{width: 48px;height: 48px; display: inline-block;}
.newsmenu01 a.inco01{background:url(../images/arr13.png) center no-repeat;}
.newsmenu01 a.inco02{background:url(../images/arr17.png) center no-repeat;}
.newsmenu01 a.inco03{background:url(../images/arr14.png) center no-repeat;}
.newsmenu01 a.inco01:hover {background:url(../images/arr15.png) center no-repeat;}
.newsmenu01 a.inco02:hover {background:url(../images/arr18.png) center no-repeat;}
.newsmenu01 a.inco03:hover {background:url(../images/arr16.png) center no-repeat;}

.toolbar{ border-top:1px solid #d8d8d8; position:relative;font: 12px/30px microsoft yahei;padding:10px 0; margin-top:20px;border-bottom:1px solid #d8d8d8;}

.toolbtn{margin-top:20px; text-align: right;}
.toolbtn a{width: 100px;height: 34px; line-height: 34px; display: inline-block; background: #949494;color: #fff; text-align: center;
-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}


@media only screen and (max-width:768px) {
.newsmenu01{display: none;}
.newsh{text-align: center;}
.newsh_cn{padding-top: 0;}
.newtitle {font-size: 14px;}
.toolbar li{line-height: 18px;padding:10px 0;}
.toolbar li span{display: none;}
.toolbtn a{font-size: 12px;}
.toolbtn{margin-top:10px; text-align: center;}
.newsh_cn p{font-size: 12px;}
.toolbar{font-size: 12px;}
}


/* ==========================================================================
   Pagination
   ========================================================================== */
#Lb_pager { margin-top: 30px;margin-bottom:20px; text-align: center; font-family: microsoft yahei;}
#Lb_pager .pages a { display: inline-block; margin: 0 3px; padding: 0 13px;color: #333; cursor: pointer; line-height: 30px; height: 30px;
    border:1px solid #cbcbcb; }
#Lb_pager .pages .pgnext{padding: 0 15px; }
#Lb_pager .pages .pgcurrent { color: #fff;cursor: default;background-color: #bb3246;}
#Lb_pager .pages .pgempty { cursor: not-allowed;}
#Lb_pager .pages a:hover{color: #fff; text-decoration: none;background-color: #bb3246;}


/* ==========================================================================
   Sidebar
   ========================================================================== */
.overview {
    color: #fff;
    font: 300 18px/50px microsoft yahei;
    background: #006db9;
    padding-left: 18px;
}

.sidenav{
}
.sidenav li {
    position: relative;
    display:block;float: left;
    font-size: 12px;
    text-align: center;border:1px solid #d9d9d9;border-left: 0;
   
}

.sub_nav {margin-bottom: 20px;}
.sidenav li a{color: #777; font-weight: bold;}
.sidenav li:hover,
.sidenav li.active { background: #d9d9d9; }
.sidenav li:hover a,
.sidenav li a:hover,
.sidenav li.active a {color: #c24759; font-weight: bold;}
.sidenav li:last-of-type a {}
.sidenav li.active a:before {
    content: "";
    display: block;
    top: 51px;
    left:50%;margin-left:-5px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #d9d9d9;
}

.sidenav li:first-child {border-left: 1px solid #d9d9d9;}
/* overview */
.ln-menu-link { display: block; font-size:14px; position: relative; *zoom: 1; line-height:50px;}

#ln-menustate {
    display: none;
}

@media only screen and (max-width:920px) {
.sidenav li { padding: 0 30px;}
.sub_nav{margin-bottom:0;}
.sidenav li:first-child {border-left:0;}
.sidenav li{border: 0;}
.sidenav li a{font-weight: normal;}
.sidenav li.active a:before {display: none;}
}

@media only screen and (max-width: 920px) {
.sub_nav {margin-top:0;}
.sidenav{background:#fff;}
    .sidenav li {
        width: 100%;
        text-align: center;border-right:0;padding:0; background: #fff;
    }
    .sidenav li a{color: #333;}
    .sub_nav {background:#fff;}
    .ln-menu-link .inco{width:30px; height: 30px;position: absolute;top: 10px; left: 30px;}
    .ln-menu-link {
        line-height: 20px;
        border-bottom: 1px solid #d7d7d7;
        border-right: none;
        border-left: none;
        border-top: none;
        margin: 0; font-size: 14px;font-weight: normal;
    }
    
    .overview.hidden {
        display: block;
    }
    
    .sidenav li.on {
        border-bottom: none;
    }
    
    .sub_nav li:first-child .ln-menu-link {
        border-left: none;
    }
}
.sidenav li.on a {
    color: #10924e;
}

}
#ln-menustate {
    display: none;
}
.localnav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.ln-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: 1
}

/* background */
.ln-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1)
}

/*.ln-background:after { background-color: rgba(153,153,153,0.4); content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; }*/
#ln-menustate:checked ~ .localnav .ln-background,
#ln-menustate:target ~ .localnav .ln-background {
    background-color: rgba(255, 255, 255, 1);
    max-height: none;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease
}
#ln-menustate:checked ~ .localnav .ln-background:after,
#ln-menustate:target ~ .localnav .ln-background:after {
    background-color: #d6d6d6
}
.ln-content {
    position: relative;
    z-index: 2
}
.ln-curtain {
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 9;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
#ln-menustate:checked ~ .localnav .ln-curtain,
#ln-menustate:target ~ .localnav .ln-curtain {
    -webkit-transition: opacity 1s ease 0.1s;
    transition: opacity 1s ease 0.1s
}
.ln-actions {
    float: left;
    display: none;
}
.ln-action {
    float: left;
    margin-left: 24px
}

/* chevron */
.ln-menucta {
    cursor: pointer;
    display: block;
    margin-right: -11px;
    overflow: hidden;
    width: 40px;
    height: 48px;
    -webkit-tap-highlight-color: transparent;
}
.ln-menucta-chevron {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}
.ln-menucta-chevron::before,
.ln-menucta-chevron::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 1px;
    z-index: 1;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1)
}
.ln-menucta-chevron::before,
.ln-menucta-chevron::after {
    background: #333
}
.ln-menucta-chevron::before {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(40deg) scaleY(1.5);
    -ms-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5);
    right: 50%
}
.ln-menucta-chevron::after {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: rotate(-40deg) scaleY(1.5);
    -ms-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5);
    left: 50%
}
#ln-menustate:checked ~ .localnav .ln-menucta-chevron,
#ln-menustate:target ~ .localnav .ln-menucta-chevron {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}
#ln-menustate:checked ~ .localnav .ln-menucta-chevron::before,
#ln-menustate:target ~ .localnav .ln-menucta-chevron::before {
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: rotate(-40deg) scaleY(1.5);
    -ms-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5)
}
#ln-menustate:checked ~ .localnav .ln-menucta-chevron::after,
#ln-menustate:target ~ .localnav .ln-menucta-chevron::after {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotate(40deg) scaleY(1.5);
    -ms-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5)
}
.ln-menucta-anchor {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    z-index: 10
}
.ln-menucta-anchor:focus {
    outline-offset: -6px;
    width: 100%;
    height: 100%
}
.ln-menucta-anchor-close {
    display: none
}
.ln-menucta-anchor-label {
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}
#ln-menustate:checked ~ .ln-menucta-anchor-open,
#ln-menustate:target ~ .ln-menucta-anchor-open {
    display: none
}
#ln-menustate:checked ~ .ln-menucta-anchor-close,
#ln-menustate:target ~ .ln-menucta-anchor-close {
    display: block
}

@media only screen and (max-width: 920px) {    
    .content {
        position: relative;
        padding-top: 20px;
    }
    .col-main {
        margin: 0;
    }
    .col-left {
        float: left;
        width: 200px;
        margin-left: -100%;
        margin: 0;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .localnav {
        height: 48px
    }
    .overview {
        float: left;
        line-height: 48px;font-size: 14px;
        padding: 0;
        background: none;
        color: #333;
    }
    .sidenav {
        border-width: 0;
    }
    .ln-menu-link {
        border-bottom: 0 none;
    }
    .ln-background {
        min-height: 48px;
        -webkit-transition: background-color 0.5s ease 0.7s;
        transition: background-color 0.5s ease 0.7s
    }
    .ln-menu {
        line-height: 48px;
        padding-top: 0;
        width: 100%
    }
    .ln-menu-tray {
        overflow: hidden;
        pointer-events: none;
        visibility: hidden;
        width: 100%;
        max-height: 0;
        -webkit-transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s, visibility 0s linear 1s;
        transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s, visibility 0s linear 1s;
    }
    #ln-menustate:checked ~ .localnav .ln-menu-tray,
    #ln-menustate:target ~ .localnav .ln-menu-tray {
        max-height: 400px;
        max-height: -webkit-calc(100vh - 48px - 48px);
        max-height: calc(100vh - 48px - 48px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        pointer-events: auto;
        visibility: visible;
        -webkit-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s
    }
    #ln-menustate:checked ~ .localnav.ln-opening .ln-menu-tray,
    #ln-menustate:target ~ .localnav.ln-opening .ln-menu-tray {
        overflow-y: hidden
    }
    #ln-menustate:checked ~ .localnav.ln-sticking .ln-menu-tray,
    #ln-menustate:target ~ .localnav.ln-sticking .ln-menu-tray {
        max-height: -webkit-calc(100vh - 48px);
        max-height: calc(100vh - 48px)
    }
    .ln-curtain {
        -webkit-transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s;
        transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s
    }
    #ln-menustate:checked ~ .ln-curtain,
    #ln-menustate:target ~ .ln-curtain {
        opacity: 1;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%
    }
    .ln-actions {
        display: block;
        margin-left: 0;
        padding: 0 16px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        left: 50%
    }
    .ln-action {
        margin-left: 16px
    }
    .ln-action-menucta {
        margin-left: -20px;
        position: absolute;
        left: 0;
        z-index: 1
    }
    .ln-action-button {
        float: right;
        margin-left: 27px
    }
    .ln-content {
        padding: 0 20px;
    }
    .inner-cont {
        margin: 10px;
    }
    .sidenav {
        opacity: 1;
        padding:10px 0;
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0);
        -webkit-transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
        transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
        transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
        transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s
    }
    .sidenav .level2 li,
    .sidenav .level2 li a {
        line-height: 20px;
    }
    #ln-menustate:checked ~ .localnav .sidenav,
    #ln-menustate:target ~ .localnav .sidenav {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-delay: 0.2s, 0.4s;
        transition-delay: 0.2s, 0.4s
    }
    .ln-menu-item {
        display: block;
        line-height: 48px;
        margin-left: 0;
        width: 100%; padding:0;
    }
    .ln-menu-item:first-child .ln-menu-link {
        border-top: 0
    }
    .ln-menu-item:nth-child(1) .ln-menu-link {
        -webkit-transition-delay: 0.07s;
        transition-delay: 0.07s
    }
    .ln-menu-item:nth-child(2) .ln-menu-link {
        -webkit-transition-delay: 0.14s;
        transition-delay: 0.14s
    }
    .ln-menu-item:nth-child(3) .ln-menu-link {
        -webkit-transition-delay: 0.21s;
        transition-delay: 0.21s
    }
    .ln-menu-item:nth-child(4) .ln-menu-link {
        -webkit-transition-delay: 0.28s;
        transition-delay: 0.28s
    }
    .ln-menu-item:nth-child(5) .ln-menu-link {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s
    }
    .ln-menu-item:nth-child(6) .ln-menu-link {
        -webkit-transition-delay: 0.42s;
        transition-delay: 0.42s
    }
    .ln-menu-item:nth-child(7) .ln-menu-link {
        -webkit-transition-delay: 0.49s;
        transition-delay: 0.49s
    }
    #ln-menustate:checked ~ .localnav .ln-menu-item:nth-child(1) .ln-menu-link,
    #ln-menustate:target ~ .ln-menu-item:nth-child(1) .ln-menu-link {
        -webkit-transition-delay: 0.56s;
        transition-delay: 0.56s
    }
    #ln-menustate:checked ~ .ln-menu-item:nth-child(2) .ln-menu-link,
    #ln-menustate:target ~ .ln-menu-item:nth-child(2) .ln-menu-link {
        -webkit-transition-delay: 0.49s;
        transition-delay: 0.49s
    }
    #ln-menustate:checked ~ .ln-menu-item:nth-child(3) .ln-menu-link,
    #ln-menustate:target ~ .ln-menu-item:nth-child(3) .ln-menu-link {
        -webkit-transition-delay: 0.42s;
        transition-delay: 0.42s
    }
    #ln-menustate:checked ~ .ln-menu-item:nth-child(4) .ln-menu-link,
    #ln-menustate:target ~ .ln-menu-item:nth-child(4) .ln-menu-link {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s
    }
    #ln-menustate:checked ~ .ln-menu-item:nth-child(5) .ln-menu-link,
    #ln-menustate:target ~ .ln-menu-item:nth-child(5) .ln-menu-link {
        -webkit-transition-delay: 0.28s;
        transition-delay: 0.28s
    }
    #ln-menustate:checked ~ .ln-menu-item:nth-child(6) .ln-menu-link,
    #ln-menustate:target ~ .ln-menu-item:nth-child(6) .ln-menu-link {
        -webkit-transition-delay: 0.21s;
        transition-delay: 0.21s
    }
    #ln-menustate:checked ~ .ln-menu-item:nth-child(7) .ln-menu-link,
    #ln-menustate:target ~ .ln-menu-item:nth-child(7) .ln-menu-link {
        -webkit-transition-delay: 0.14s;
        transition-delay: 0.14s
    }
    .ln-menu-link {
        border-top: 1px solid rgba(214, 214, 214, 0.5);
        display: block;
        padding-top: 14px;
        padding-bottom: 14px;
        opacity: 0;
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform
    }
    #ln-menustate:checked ~ .localnav .ln-menu-link,
    #ln-menustate:target ~ .localnav .ln-menu-link {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .ln-menucta-anchor {
        display: block
    }
}

@media only screen and (max-width: 920px) and (orientation: landscape) {
    #ln-menustate:checked ~ .ln-menu-tray,
    #ln-menustate:target ~ .ln-menu-tray {
        max-height: 280px;
        max-height: -webkit-calc(100vh - 48px - 48px);
        max-height: calc(100vh - 48px - 48px)
    }
}

@media only screen and (max-width: 920px) {
.ln-menu-link{    
-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;

}
}


/* ==========================================================================
   add yao 20210309
   ========================================================================== */

/* ==========================================================================
   feedback
   ========================================================================== */

.feedbacktit{text-align: center;font: 300 18px/32px microsoft yahei;color:#666;margin: 20px 0 40px 0;}
.feedback{}
.feedback .modtop1{width: 100%; height: auto;}
.feedback .modtop1 .row{width: calc(50% - 20px);height: 60px; overflow: hidden; float:left;}
.feedback .modtop1 .row02{margin-left: 40px;}
.feedback .modtop1 .lable{width: 80px; height: 30px;display: inline-block; line-height: 30px;}
.feedback .modtop1 .ui-input{width: calc(100% - 120px);}
.feedback .ui-input{ font-size: 16px;height: 18px; line-height: 18px; padding:9px 16px;background-color: #fff;border:1px solid #e5e5e5;color: #999;}
.feedback select{ font-size: 12px;padding:9px 16px;width: calc(100% - 86px);background-color: #fff;border:1px solid #e5e5e5;color: #666;}
.feedback .modtop2 .ui-input{width: calc(100% - 34px);}
.feedback .modtop2{width: 100%; height: auto;margin-bottom: 20px;}

.feedback .ui-textarea{width: calc(100% - 42px); height: 90px; line-height: 18px; padding:10px 20px;background-color: #fff;border:1px solid #e5e5e5;font-size: 16px; font-family: microsoft yahei; color: #999;}
.feedback .modtop3{width: 100%; height: auto;margin-top: 25px;}
.feedback .modtop3 .ui-btn{ float: right; border: 0 none; cursor: pointer;text-align: center;
 padding:12px 20px;font: 300 14px/24px microsoft yahei; color: #BB3246; width: 200px;background: #c8c8c8;}
.checkcode .ui-input{ width:200px;}
.checkcode{float: left;}

@media only screen and (max-width: 768px) {
.feedback .modtop1 .row{width:100%;height: auto;margin-bottom: 20px;float: none;}
.feedback .modtop1 .row02{margin-left: 0;}
.feedback .ui-input,.feedback .ui-textarea{ font-size: 12px;}
.checkcode .ui-input{ width:150px;}
.feedback .modtop3 .ui-btn{ float: none;width: 150px;margin-top: 20px;}
}

/* ==========================================================================
   career-list
   ========================================================================== */

.career-list table { width: 100% }
.career-list th {text-align: center;padding: 0 15px; line-height: 48px; background:#c0c0c0;font-size: 14px;}
.career-list th:nth-child(2){background: #d7d7d7;}
.career-list .hd td { padding: 0 15px;line-height: 48px; text-align: center; background: #d7d7d7;cursor: pointer;
  border-bottom: 1px solid #e7e7e7; color: #333; font-size: 14px;}
.career-list .hd td.rs{background:#d7d7d7 url(../images/arr07.png)  65% center no-repeat;}
.career-list .on td { background-color: #BB3246; color: #fff}
.career-list .on td.rs{background:#BB3246 url(../images/arr08.png) 65% center no-repeat;}

.career-list .bd { display: none; padding: 20px 20px 30px; background: #f1f1f1; color: #333; border-bottom: 1px solid #e7e7e7 }
.career-list a:hover { text-decoration: underline }

@media only screen and (max-width: 768px) {
  .career-list .hd td.rs,.career-list th.rs{display: none;}
}


.portfclist li{width:33.3%;float: left;margin-bottom:40px;}
.portfclist .probox{margin:0 20px;overflow: hidden;border:1px solid #d2d2d2;padding:10px;background: #fff;}
.portfclist .probox .pic{height:230px;width:100%;overflow: hidden; }
.portfclist .probox .pic img{width:100%;height: 100%; transition: transform 2s;}
.portfclist .probox:hover .pic img{ transform: scale(1.1);}
.portfclist .probox h3{font-size:16px; text-align: center;margin-top:10px; font-weight: normal; width:100%;height: 40px; line-height: 40px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.portfclist .probox:hover{background: #c24759;color: #fff;border:1px solid #c24759;}

@media only screen and (max-width:1366px) {
.portfclist .probox .pic{height:200px;}
}


@media only screen and (max-width:920px) {
.portfclist li{width:50%;}
}

@media only screen and (max-width:768px) {
.portfclist li{width:100%; float: none;margin-bottom: 20px;}
.portfclist .probox .pic{height:auto;}
.portfclist .probox{margin:0;}
.portfclist .probox h3{font-size:14px;height: 24px; line-height: 24px;}
}


/* ==========================================================================
   history
   ========================================================================== */
.innerhistory02{max-width: 700px; margin:0 auto;position: relative;}
.innerhistory02 li{height: auto;position: relative;margin-bottom: 50px;}
.innerhistory02 li .row {width:260px;padding:15px;background: #dedede;position: relative;}
.innerhistory02 li .pic{width: 260px;padding:10px;background: #dedede;}
.innerhistory02 li .pic img{max-width: 100%;height: auto!important;}
.innerhistory02 li:nth-child(2n+1) .row{float: left;}
.innerhistory02 li:nth-child(2n) .row{float: right;}
.innerhistory02 li:nth-child(2n+1) .pic{float: right;}
.innerhistory02 li:nth-child(2n) .pic{float: left;}
.innerhistory02:before {content: "";display: block; top:0; left:50%; position: absolute; width:2px;height: 100%; background: #bb3246;}
.innerhistory02 li:before{width: 20px; height: 20px; left: 50%;margin-left: -9px; background: #bb3246;content: "";display: block; top:28px;position: absolute;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
}
.innerhistory02 li .date{width: 60px; height: 50px;padding-top:10px; line-height: 14px; font-size: 12px; background: #bb3246; text-align: center;color: #fff;display: block;
  top:0;position: absolute;left: 50%;margin-left: -30px; 
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;}

  .innerhistory02 li .row:before {
content: "";display: block; top:30px;position: absolute;
width: 0;
    height: 0;    
}
.innerhistory02 li:nth-child(2n+1) .row:before{right:-8px;
  border-top: 8px solid transparent;
    border-left: 8px solid #dedede;
    border-bottom: 8px solid transparent;
}
.innerhistory02 li:nth-child(2n) .row:before{left: -8px;
  border-top: 8px solid transparent;
    border-right: 8px solid #dedede;
    border-bottom: 8px solid transparent;
}
.innerhistory02 li .row h3{color: #bb3246;}

@media only screen and (max-width: 768px) {
  .innerhistory02{width: 100%; overflow: hidden;}
  .innerhistory02 li{margin-bottom: 30px;margin-left: 80px;}
  .innerhistory02 li:nth-child(2n) .row{float: none;}
  .innerhistory02 li:nth-child(2n+1) .row{float: none;}
  .innerhistory02:before{left:32px;}
  .innerhistory02 li:nth-child(2n+1) .row:before{left:-8px;
 border-top: 8px solid transparent;
    border-right: 8px solid #dedede;
    border-bottom: 8px solid transparent;
     border-left: 0;
}

.innerhistory02 li:before{left:-48px;}
.innerhistory02 li .date{left: -47px;}
.innerhistory02 li .row {width: calc(100% - 60px);}
.innerhistory02 li .pic{margin-top: 10px;}
.innerhistory02 li:nth-child(2n+1) .pic{float: none;}
.innerhistory02 li:nth-child(2n) .pic{float: none;}

}


.ldkjcg li{}
.ldkjcg li img{width: 500px;float: left;}
.ldkjcg li:nth-child(1){margin-right:30px; }

@media only screen and (max-width: 768px) {
  .ldkjcg li{width:100%;float: none;margin-bottom: 30px; height: }
.ldkjcg li img{max-width: 100%; height:auto;margin-bottom: 30px;}
}



