.content {padding:40px 0;position: relative;min-height: 300px;}
.content img{max-width: 100%;}
.sub-banner {height:245px;margin-top: 90px;}
.sub-banner .wrapper{position: relative;height: 100%;}

.inner_cont {font-size: 16px; color: #454545; width: calc(100% - 300px); float: right;}
.inner_cont  img{max-width: 100%;}
.inner_left{width: 260px; float: left;}

@media only screen and (max-width:920px) {
.sub-banner {height:250px;margin-top: 0;}
}

@media only screen and (max-width:768px) {
.sub-banner {height:150px;}
}
.breadcrumb{position: absolute;bottom: 0;text-align: right;font-size: 16px; color: #fff; width: calc(100% - 20px);height: 90px; line-height: 90px; overflow: hidden;}
.breadcrumb .tit{width: 220px;height: 90px; line-height: 90px;text-align: center;display: inline-block; float: left;font-size:24px;
  background:#0065b4;
  background-image: -webkit-linear-gradient(top,#0065b4 0%,#015ca5 100%);
  background-image: -moz-linear-gradient(top,#0065b4 0%,#015ca5 100%);
  background-image: linear-gradient(top,#0065b4 0%,#015ca5 100%);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#0065b4', StartColorStr='#015ca5');
}
.breadcrumb a{color: #fff;}
.breadcrumb a:last-child {}

@media only screen and (max-width: 920px) {

}
@media only screen and (max-width: 768px) {
.breadcrumb .tit{display: none;}
.breadcrumb{font-size: 12px;height: 60px; line-height: 60px;text-align: left;}
}

.inner-tit{font-size:30px;color: #333; text-align: center;margin:30px 0;font-weight: bold;}

@media only screen and (max-width:1200px) {
.inner-tit{font-size:24px;}
}

@media only screen and (max-width:920px) {

}

@media only screen and (max-width:768px) {
.inner-tit{font-size: 18px;margin:10px 0;}
}



/* ==========================================================================
   honor
   ========================================================================== */
.honorlist{margin-left: -20px;}
.honorlist li{width: calc(25% - 20px);margin-left: 20px; margin-bottom: 20px; float: left;}

.honorbox .pic {position: relative; height: auto;overflow: hidden;  box-sizing: border-box;  
  border: 1px solid #e7e7e7; background: #fff;  vertical-align: middle;
  -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.honorbox .bgimg{width: 100%;}
.honorbox .uppic{max-width: 90%!important;  max-height: 90%;  position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.honorbox:hover .pic{box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}
.honorbox .tit{width: 100%; height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; line-height: 30px;font-size: 18px; text-align: center;color: #333;margin-top:10px;}

@media only screen and (max-width:1200px) {
.honorbox .tit{font-size: 14px;}
}

@media only screen and (max-width:920px) {
.honorlist li{width: calc(33.33% - 20px);}
}

@media only screen and (max-width:768px) {
.honorlist li{width: calc(50% - 10px);margin-left: 10px;}
.honorlist{margin-left: -10px;}
.honorbox .tit{font-size: 12px;}
}


/* ==========================================================================
   history
   ========================================================================== */

.historybox{ height: auto; position: relative;background:url(../images/yzjpic36.jpg) 145px bottom no-repeat;}
.historybox .left{width: 300px;height: 140px; text-align: center; float: left;background:url(../images/yzjpic35.jpg) center top no-repeat;}
.historybox .left .date{width: 100%; height: 80px;margin-top: 30px; background: #fff; color: #0a3980;font-size: 36px; line-height: 36px;}
.historybox .left .date p{font-size:24px;font-weight: bold;}
.historybox .txtarea{width: calc(100% - 340px);padding-top: 30px; float: right;min-height: 300px;font-size: 18px; line-height: 30px;overflow: hidden;}
.historybox img{max-width: 100%;}
.inner-history .wrapper{position: relative;}
.inner-history .wrapper:before { content: ""; display: block; bottom: 0; left:115px; position: absolute;z-index: 2;
 width:83px; height: 44px; background: url(../images/yzjpic41.jpg) center no-repeat;}

@media only screen and (max-width:920px) {
.historybox .txtarea{font-size: 14px;width: calc(100% - 220px);}
.historybox .left{width:200px;}
.historybox .left .date{ height: 80px;margin-top: 30px; font-size: 28px; line-height: 36px;}
.historybox .left .date p{font-size:16px;font-weight: bold;}
.historybox{background-position: 98px bottom;}
.inner-history .wrapper:before{left: 70px;}
}

@media only screen and (max-width:768px) {
.historybox .txtarea{font-size: 14px;width: calc(100% - 220px);}
.historybox .left{width:100px; background-size: auto 90px; }
.historybox .left .date{ height: 48px;margin-top: 20px; font-size: 18px; line-height: 24px;}
.historybox .left .date p{font-size:16px;}
.historybox{background-position: 48px bottom;background-size: auto 500px;}
.inner-history .wrapper:before{left: 18px;background-size: auto 24px;}
.historybox .txtarea{font-size: 12px;width: calc(100% - 120px);padding-top: 0;min-height: 200px;line-height: 24px;}
}

/* ==========================================================================
   contact
   ========================================================================== */
.contactpart01{padding:30px 20px; margin-top: 30px;
  background:#fffeff;
  background-image: -webkit-linear-gradient(top,#fffeff 0%,#f5f5f6 100%);
  background-image: -moz-linear-gradient(top,#fffeff 0%,#f5f5f6 100%);
  background-image: linear-gradient(top,#fffeff 0%,#f5f5f6 100%);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#fffeff', StartColorStr='#f5f5f6');
  border:1px solid #cccccc;
}
.contactpart01 ul{}
.contactpart01 li{width: calc(20% - 2px);text-align: center; height:200px;overflow: hidden; float: left;border-right: 1px solid #c8c8d4;}
.contactpart01 li .inco{padding:10px 0;transition-duration:800ms;}
.contactpart01 li .txtarea{font-size: 16px;margin:0 20px;line-height: 1.5em;}
.contactpart01 li .txtarea h2{font-size:18px;}
.contactpart01 li:last-child {border: 0;} 
.contactpart01 li:hover .inco {transform:rotateY(360deg);}
.inner-contact .map{margin:40px 0;}

@media only screen and (max-width: 920px) {
.contactpart01 li{height: 160px;}
.contactpart01 li .txtarea h2{font-size: 14px;}
.contactpart01 li .txtarea{font-size: 12px;}
}

@media only screen and (max-width: 768px) {
.contactpart01{padding:10px;}
.contactpart01 li{height: auto;padding-bottom: 20px; width:100%;border-right: 0;border-bottom: 1px solid #c8c8d4;}
.contactpart01 li .txtarea h2{font-size: 14px;}
.contactpart01 li .txtarea{font-size: 12px;}
.inner-contact .map{margin:20px 0;}
}

/* ==========================================================================
   feedback
   ========================================================================== */


.feedback{margin-top: 40px;margin-bottom: 20px;}
.feedback .modtop1{width: 100%; height: auto;}
.feedback .modtop1 .ui-input{width: calc(25% - 53px); font-family: microsoft yahei; font-size: 16px; margin-left:20px;margin-bottom: 25px; height: 18px; line-height: 18px; padding:12px 18px;background-color: #fff;border:1px solid #e5e5e5; float: left; color: #999;}
.feedback .modtop1 .ui-input:nth-child(1){margin-left: 0;}

.feedback .modtop2{width: 100%; height: auto;}
.feedback .ui-textarea{width: calc(100% - 42px); font-family: microsoft yahei; height: 90px; line-height: 18px; padding:10px 20px;background-color: #fff;border:1px solid #e5e5e5;font-size: 16px;  color: #999;}
.feedback .modtop3{width: 100%; height: auto;margin-top: 25px;}
.feedback .modtop3 .ui-btn{ float: left; margin-left:20px; border: 0 none; cursor: pointer;text-align: center; 
  padding:12px 20px;font-size: 16px;line-height: 24px;color: #fff; width: 200px;background: #e95602;}
.checkcode .ui-input{ width:200px; font-size: 16px; height: 18px; line-height: 18px; padding:12px 20px;background-color: #fff;border:1px solid #e5e5e5;  font-family: microsoft yahei; color: #999;}
.checkcode{float: left;}
.feedback .modtop3 .ui-btn:hover{background: #ff5d00;}


@media only screen and (max-width: 768px) {
.feedback .modtop1 .ui-input{width: calc(100% - 42px);  float: none;margin-left: 0;font-size: 12px;}
.feedback .modtop3 .ui-btn{ float: none;margin-top:20px;margin-left: 0;font-size: 14px;}
.feedback .ui-textarea,.checkcode .ui-input{font-size: 12px;}
.feedback{padding:0;margin:20px 0;}
}

/* ==========================================================================
   news
   ========================================================================== */
.newslist02 li{overflow: hidden;margin-bottom: 40px;
   -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  background:#fffeff;
  background-image: -webkit-linear-gradient(top,#fffeff 0%,#dfdfe4 100%);
  background-image: -moz-linear-gradient(top,#fffeff 0%,#dfdfe4 100%);
  background-image: linear-gradient(top,#fffeff 0%,#dfdfe4 100%);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#fffeff', StartColorStr='#dfdfe4');
  border:1px solid #cccccc;
}
.newslist02 li .pic {position: relative; height: auto;overflow: hidden; width:478px; float: left;}
.newslist02 li .bgimg{width: 100%;}
.newslist02 li .uppic{width: 100%;height: 100%; transition: transform 1s;position: absolute;left: 0;top:0;}

.newslist02 li .txtarea{width: calc(100% - 580px);float: right;padding:40px 50px 0 0 ;}
.newslist02 li .txtarea h3{width: 100%;height: 30px; line-height:30px; font-size: 22px; overflow:hidden; text-overflow:ellipsis;white-space:nowrap;}
.newslist02 li .txtarea h3 a{ color: #333333;}
.newslist02 li .txtarea h3 a:hover{color: #e95602;}
.newslist02 li .txtarea .desc{font-size: 16px; line-height:1.8em;overflow: hidden;color: #555;margin:20px 0;
  overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;
}
.newslist02 li .txtarea .more{width: 140px; height:45px;text-align: center; line-height: 45px;font-size: 16px; font-weight: bold;
 display: inline-block; background: #0065b4;color: #fff;}
.newslist02 li .txtarea .date{color: #f16e03;height: 30px;padding:10px 0; position: relative; line-height: 30px;border-bottom: 1px solid #dedee2;}
.newslist02 li .txtarea .date:before {
content: "";display: block; bottom: 0; left:0; position: absolute; width:80px;height: 2px; background: #f16e03;
}

.newslist02 li:hover{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -2px, 0);
}

@media only screen and (max-width:920px) {
.newslist02 li .pic {width:320px;}
.newslist02 li .txtarea {width: calc(100% - 380px); }
.newslist02 li .txtarea h3{font-size: 18px;}
.newslist02 li .txtarea .desc{font-size: 14px; line-height: 24px; height: 72px;margin-top: 0;}}

@media only screen and (max-width:768px) {
.newslist02 li .pic{width:100%;float: none;margin:0 auto; height: auto;}
.newslist02 li .pic img{width:100%;}
.newslist02 li .txtarea{width:100%;float: none;padding-top:20px;}
.newslist02 li .txtarea h3{font-size: 14px;}
.newslist02 li .txtarea .desc{font-size: 12px; line-height: 18px;}
.newslist02 li{margin-bottom: 10px;}
.newslist02 li .txtarea .more{font-size: 14px;}
}

/* ==========================================================================
   news
   ========================================================================== */

.innernews .newsdetails{width: calc(100% - 400px); float: left;}
.newtitle {margin-bottom:20px;}
.newtitle h1 {font-size:24px;font-weight: bold;}
.newtitle .byline{height:50px;color:#e95602;line-height:50px;font-size: 16px; border-bottom:1px solid #e9e9e9;}
.newtitle .byline span{margin-right:20px;display: inline-block;}
.newtitle .byline .bdsharebuttonbox{display: inline-block;}
.newtitle .byline .bdshare-button-style0-16:after {    display: inline-block;}
.newtitle .byline .bdshare-button-style0-16 a, .newtitle .byline .bdshare-button-style0-16 .bds_more {
    float: left; font-size: 16px;
    line-height: 50px;
    height: 50px;
    margin:0;
}
.newtitle .byline a{color: #e95602;}

.newsh_cn {padding:20px 0;}
.newsh_cn p{font-size: 16px;}

.toolbar{margin-top:40px;}
.toolbar .xwydbox{width: calc(50% - 180px); height: 60px; padding:20px 40px; float: left;border:1px solid #d5d5e0;margin-right: 20px;}
.toolbar .xwydbox h5{font-size: 18px;margin-bottom:5px;}
.toolbar .xwydbox p{overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical;}
.toolbar .xwydbox a{color: #777777;}
.toolbar .xwydbox a:hover{color: #e95602;}
.fhshare{padding:20px 0;width: 150px; height:60px; line-height: 60px; text-align: center; float: left;border:1px solid #d5d5e0;font-size: 16px;}
.fhshare a{line-height: 45px;color: #e95602;}
.fhshare a .fa{margin-right: 10px;}

.innernews{margin-top:50px;}
.innernews .right{width:300px;padding:30px; float: right;border:1px solid #dfe4eb;border-top: 3px solid #e95602;}

.innernews .right h3.tit{font-size:18px; height: 40px; line-height: 40px; color: #333;margin-bottom: 20px;}
.innernews .right h3.tit i{color: #e95602;margin-right: 5px;}
.zxnewslist{}
.zxnewslist li{margin-top: 20px;}
.zxnewslist li p.date{color: #e95602;}
.zxnewslist li p.date span{color: #e95602;background: #eff2f5;width: 80px; margin-left:10px; font-size: 12px; height: 20px; line-height: 20px; text-align: center; display: inline-block;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    -ms-border-radius:16px;
    -o-border-radius:16px;
    border-radius:16px;
}

.zxnewslist li p.tit{font-size: 12px;margin-top: 10px;}
.zxnewslist li p.tit a{color: #555;}
.zxnewslist li p.tit a:hover{color: #e95602;}


@media only screen and (max-width:1200px) {
.newtitle h1{font-size: 24px;}
.innernews .right {width:250px; padding:30px;}
.innernews .newsdetails { width: calc(100% - 350px);}
}

@media only screen and (max-width:920px) {
.newtitle h1{font-size: 20px;}
.innernews .right {display: none;}
.innernews .newsdetails { width:100%;float: none;}
}

@media only screen and (max-width:768px) {
.newtitle h1{font-size:16px;}
.newtitle .byline{font-size: 12px;}
.newtitle .byline .bdshare-button-style0-16 a, .newtitle .byline .bdshare-button-style0-16 .bds_more{font-size: 12px;}
.newtitle{margin-bottom: 0;}
.newsh_cn,.newsh_cn p{font-size: 12px;}
.toolbar{margin-top: 0;}
.toolbar .xwydbox,.fhshare { height: auto;width: calc(100% - 42px);padding: 20px; float: none;margin-right: 0;margin-bottom: 10px; }
.fhshare{line-height: 30px;padding:10px 20px;font-size: 14px;}
.toolbar .xwydbox h5{font-size: 14px;}
.innernews{margin-top: 20px;}
}


/* ==========================================================================
   pro
   ========================================================================== */

.prolist{margin-left: -20px;}
.prolist li{width: calc(25% - 20px);height: auto;margin-bottom:30px; margin-left: 20px; position: relative; float: left;overflow: hidden;}
.prolist li .pic {position: relative; height: auto;overflow: hidden;border:1px solid #e1e2ea;}
.prolist li .bgimg{width: 100%;}
.prolist li .uppic{width: 100%;transition: transform 1s;position: absolute;left: 0;top:0;}
.prolist li:hover .uppic{ transform: scale(1.05);}
.prolist li .txt01{font-size: 16px;font-weight: normal; width: 100%;height: 30px; line-height: 30px; text-align: center;margin-top: 10px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }


@media only screen and (max-width:920px) {
.prolist li .txt01{font-size: 14px;}
}

@media only screen and (max-width:768px) {
.prolist{margin-left: -10px;}
.prolist li{width: calc(50% - 10px);height: auto;margin-bottom:10px; margin-left: 10px;}
}


.innerpro .row02{margin-bottom: 30px;}
.innerpro .row02 .pic{ max-width:600px; float: left;border: 1px solid #e3e3ea;background: url(../images/fespic30.jpg) center no-repeat;
    background-size: cover;}
.innerpro .row02 .pic img{max-width: 100%;}
.innerpro .row02 .txtarea {width: calc(100% - 650px);padding-top: 50px; float: right; font-size: 16px;color: #666;}
.innerpro .row02 .txtarea .desc{margin:30px 0;}

.innerpro .row03{margin:30px 0;}



.protools {}
.protools .bdshare-button-style0-16{padding:5px 20px;background: #e95602;width: 60px;text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.protools .bdshare-button-style0-16 .bds_more{color: #fff;float: none;font-size: 14px;}

.fhlbbox{}
.fhlbbox{height:50px; line-height: 50px; text-align: center;font-size: 16px; background: #e8e8ed;}
.fhlbbox:hover a{color: #e95602;display: block;}
.fhlbbox a .fa{margin-right: 10px;}

@media only screen and (max-width:1200px) {
.innerpro .row02 .pic{ max-width:500px;}
.innerpro .row02 .txtarea {width: calc(100% - 550px);}
}

@media only screen and (max-width:920px) {
.innerpro .row02 .pic{ max-width:400px;}
.innerpro .row02 .txtarea {width: calc(100% - 430px);padding-top: 0;}
.innerpro .row02 .txtarea .desc{font-size: 14px;}
}

@media only screen and (max-width:768px) {
.innerpro .row02 .pic,.innerpro .row02 .txtarea{width:100%; max-width: 100%; float: none;}
.innerpro .row02 .txtarea {padding-top:0;}
.innerpro .row02 .txtarea .desc{font-size: 12px;margin:20px  0;}
}



/* ==========================================================================
   case
   ========================================================================== */

.inner-tit02{font-size: 24px;color: #333; height: 40px;padding-bottom:10px; position: relative; line-height: 40px;border-bottom: 1px solid #dedee2;}
.inner-tit02:before {
content: "";display: block; bottom: 0; left:0; position: absolute; width:150px;height: 3px; background: #f16e03;
}


.caselist{margin-left: -20px;margin-top: 40px;}
.caselist li{width: calc(50% - 22px);margin-left: 20px;float: left; height: 50px; line-height: 50px;background: #f4f5f8;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom: 20px;border:1px solid #e2e3e7;color: #e95602; 
  font-size: 16px;
 }
.caselist li a{color: #e95602; }
.caselist li i{padding-left: 20px;margin-right: 20px;}
.caselist li:hover {box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}

@media only screen and (max-width:920px) {
  .inner-tit02{font-size: 18px;}
  .caselist li{font-size: 14px;}
  .caselist li i{margin-right: 10px;}
}

@media only screen and (max-width:768px) {
.inner-tit02{font-size: 16px;padding-bottom: 0;margin-top: 20px;}
.caselist li{font-size: 12px;}
.caselist li i{margin-right: 10px;padding-left: 10px;}
.caselist{margin-left:0;margin-top:20px;}
.caselist li{width:100%;margin-left: 0;float: none;margin-bottom: 10px; }
.inner-tit02:before{width: 100px;}
}


/* ==========================================================================
   pro
   ========================================================================== */
.equrow{font-size: 16px; text-align: center; line-height:1.5em;padding:30px;background: #e8e8ed;color: #e95602;}
.equlist{margin-left: -20px;margin-top: 30px;}
.equlist li{width: calc(33.33% - 20px);height: auto;margin-bottom:30px; margin-left: 20px; position: relative; float: left;overflow: hidden;}
.equlist li .pic {position: relative; height: auto;overflow: hidden;border:1px solid #e1e2ea;}
.equlist li .bgimg{width: 100%;}
.equlist li .uppic{width: 100%;transition: transform 1s;position: absolute;left: 0;top:0;}
.equlist li:hover .uppic{ transform: scale(1.05);}
.equlist li .txt01{font-size: 16px;font-weight: normal; width: 100%;height: 30px; line-height: 30px; text-align: center;margin-top: 10px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }


@media only screen and (max-width:920px) {
.equlist li .txt01{font-size: 14px;}
.equrow{font-size: 14px;}
}

@media only screen and (max-width:768px) {
.equlist{margin-left: -10px;}
.equlist li{width: calc(50% - 10px);height: auto;margin-bottom:10px; margin-left: 10px;}
}


.customer_txt01{text-align: center;color: #e95602;font-size: 18px;font-weight: bold;}
.inner-customer{background:url(../images/customerbg.jpg) center bottom no-repeat;background-size: cover;}
.costomerbox{margin-top:50px;}
.costomerbox .row{width: calc(33.33% - 80px);min-height: 620px; overflow: hidden;padding:30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); margin-bottom: 30px;
  background: #fafafa;float: left;}
.costomerbox .row:nth-child(2),.costomerbox .row:nth-child(5),.costomerbox .row:nth-child(8){margin-left:30px;margin-right:30px;}

.costomerlist li{width:100%;line-height:1.8em;font-size: 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.costomerlist li a{color: #e95602; }
.costomerlist li i{margin-right: 20px;}
.costomerlist li a:hover{text-decoration: underline;}

@media only screen and (max-width:920px) {
.costomerlist li{font-size: 12px;}
.costomerbox .row{height: 450px;}
}

@media only screen and (max-width:768px) {
.costomerbox .row{height: auto;width: calc(100% - 40px);padding:20px;margin-bottom: 10px;}
.costomerbox .row:nth-child(2),.costomerbox .row:nth-child(5),.costomerbox .row:nth-child(8){margin:0 0 10px 0;}
.costomerbox{margin-top:20px;}
.customer_txt01{font-size: 12px;}
}


/* ==========================================================================
   careers
   ========================================================================== */
.careerpart02{margin-top: 30px;}
.careerMenu{width:100%;}
.careerMenu h3{ height:40px;border:1px solid #eff0f5;cursor:pointer; line-height: 40px; font-size: 16px; color: #333;
  font-weight:normal; margin-top:20px;padding-left:30px;background: #eff0f5;}
.careerMenu h3.on{}
.careerMenu h3 em{ float:right;display:block; width:40px; height:40px; background:url(../images/icoAdd02.png) center bottom no-repeat;
 cursor:pointer;}
.careerMenu h3 .fa{color: #e95602;margin-right: 5px;}
.careerMenu h3.on em{ background-position:center top; }
.careerMenu h3 .date{width:180px;overflow: hidden;float: left; height: 44px;font-size: 14px;}
.careerMenu h3 .tit01{width: calc(100% - 600px);margin-right: 20px; height:40px;float: left; font-weight: bold; overflow: hidden; text-overflow:ellipsis;white-space:nowrap;}
.careerMenu h3 .tit02{width:150px; height:40px;margin-right: 20px; float: left;}
.careerMenu h3 .tit03{width:150px; height:40px;margin-right: 20px; float: left;}


.careerMenu .nwms{width: calc(100% - 200px);padding:20px 180px 20px 20px; border:1px solid #e8e8e8; border-top: 0; position: relative;}
.sqzwbtn{width: 120px; height:40px; font-weight: bold; text-align: center; line-height: 40px; display: inline-block; 
  position: absolute;right:20px;top:30px;
  background: #e95602;color: #fff; 
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -ms-border-radius:8px;
  -o-border-radius:8px;
  border-radius:8px;
}
.sqzwbtn:hover{color: #fff;}

.cqjsbox{max-width: 1150px;margin:0 auto;
  background:url(../images/bzjpic09.jpg) center no-repeat;background-size: cover;
}
.cqjsbox .warp{padding:100px;font-size: 18px; line-height: 2em;color: #fff;font-weight: 700;}

.inner-about {font-size: 16px; line-height: 2em;}

.innerpro table{border-left:1px solid #aeaaa9;border-top:1px solid #aeaaa9; }
.innerpro table td,.innerpro table th{border-bottom:1px solid #aeaaa9;padding:5px;border-right:1px solid #aeaaa9; }

@media only screen and (max-width: 768px) {
.careerMenu h3 .tit01{width: calc(100% - 70px);margin-right: 0;}
.careerMenu h3 .date,.careerMenu h3 .tit03,.careerMenu h3 .tit02{display: none;}
.careerMenu h3{margin-top:10px;padding:0 0 0 20px;}
.careerMenu h3 .tit01{font-size: 14px;}
.sqzwbtn{position: relative;top: 10px;left:0;}
.careerMenu .nwms{padding:20px 20px 30px 20px;width: calc(100% - 42px);}
.cqjsbox .warp{padding:20px;font-size: 14px;}
}




/* ==========================================================================
   Pagination
   ========================================================================== */
#Lb_pager { margin-top: 30px;margin-bottom:20px; text-align: center;}
#Lb_pager .pages a { display: inline-block; background: #fff; margin: 0 3px; padding: 0 13px;color: #333; cursor: pointer; line-height: 30px; height: 30px;
    border:1px solid #cbcbcb;
    -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
     }
#Lb_pager .pages .pgnext{padding: 0 15px; }
#Lb_pager .pages .pgcurrent { color: #fff;cursor: default;background-color: #e95602;border-color: #e95602;}
#Lb_pager .pages .pgempty { cursor: not-allowed;}
#Lb_pager .pages a:hover{color: #fff; text-decoration: none;background-color: #e95602;border-color: #e95602;}




/* ==========================================================================
   Sidebar
   ========================================================================== */
.overview {
    color: #fff;
    font: 300 18px/59px microsoft yahei;
    background: #006db9;
    padding-left: 18px;
}

.sidenav{text-align: center;}
.sidenav li {position: relative;display: inline-block;font-size: 14px;text-align: center; padding: 0 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.sub_nav {}
.sidenav li a{color: #333;}
.sidenav li.active {background: #e95602;}
.sidenav li:hover a,.sidenav li a:hover{color: #e95602;}
.sidenav li.active a {color: #fff;}
.sidenav li:last-of-type a {}

/* overview */
.ln-menu-link { display: block; font-size:16px; color: #55473e;  position: relative; *zoom: 1; line-height:37px;}

#ln-menustate {    display: none;}

@media only screen and (max-width: 920px) {
  .sidenav li {padding: 0 20px;}
  .ln-menu-link {font-size: 14px;}
}

@media only screen and (max-width: 767px) {
  .sub_nav {margin-top:0;}
  .sidenav{background:#fff;}
  .sidenav li {width: 100%;text-align: center;border-right:0;padding:0;}
  .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;
  }  
  .sidenav li a{color: #333;}
  .sidenav li.active a{color: #fff;}
  .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; background: #fff;
    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 {
    margin: 0 auto;
    max-width: 1280px;
    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: 767px) {    
    .content {
        position: relative;
        padding: 20px 0;
    }
    .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; background: #fff;
    }
    .inner-cont {
        margin: 10px;
    }
    .sidenav {
        opacity: 1;
        padding: 17px 10px 10px 10px;
        -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: 767px) 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: 767px) {
.ln-menu-link{    
-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;

}
}




