.content {padding:40px 0;position: relative;min-height: 300px;}
.content img{max-width: 100%;}
.sub-banner {height:500px;margin-top: 100px;}
.sub-banner .wrapper{position: relative;height: 100%;}
.sub-banner .bannertxt{text-align: center;position: absolute;top: 50%;color: #fff;width:100%;  height: 100px;margin-top: -50px;left: 0;
font-size: 30px;cursor: pointer; text-transform:Uppercase; text-shadow: 0 2px 0 rgb(0 0 0 / 30%);}
.sub-banner .bannertxt .txtcn{letter-spacing:7px;}


.inner_cont {font-size: 14px; 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:1440px) {
.sub-banner {height:400px;}
}


@media only screen and (max-width:920px) {
.sub-banner {height:250px;margin-top: 0;}
.sub-banner .bannertxt{font-size:24px;width: 98%;}
.sub-banner .bannertxt .txtcn{letter-spacing:5px;}
}

@media only screen and (max-width:768px) {
.sub-banner {height:150px;}
}


.breadcrumb{color: #73797c; font-size: 14px;text-align: left; height: 50px;line-height: 50px; 
  overflow: hidden;position: absolute;left: 10px;top:16px;z-index: 991;}
.breadcrumb a{color: #73797c;}
.breadcrumb a:last-child {color: #0d257f;font-weight: bold;}
.breadcrumb .fa{color: #0d257f;}



@media only screen and (max-width:920px) {
.breadcrumb{display: none;}
}

.inner-tit{text-align: center;}
.inner-tit h3{font-size: 30px;color: #333;font-weight: normal;}
.inner-tit .txten{font-size: 24px; color: #d8dae5;text-transform:Uppercase;margin-bottom: 10px;}
.inner-tit .stit{font-size:16px;margin-top:15px;max-width: 800px;margin:15px auto 0 auto;}
.inner-tit .line{width: 50px; height: 3px; background: #0d257f;margin:0 auto;}

@media only screen and (max-width:1200px) {
.inner-tit h3{font-size:24px;}
.inner-tit .txten,.inner-tit .stit{font-size: 18px;}
}

@media only screen and (max-width:920px) {
.inner_left {float:none; width: 100%;margin-top: 0px;}
.inner_cont {width: 100% ; float: none;}
.inner-tit h3{font-size: 24px;}
.inner-tit .txten,.inner-tit .stit{font-size: 14px;}
}

@media only screen and (max-width:768px) {
.inner-tit h3{font-size: 18px;}
}

.wrapper {
        max-width: 1600px;
        /*min-width: 980px; */
        _width: 1400px;
        padding: 0 10px;
}

@media only screen and (max-width:1600px) {
.wrapper {max-width: 1440px;}
}

@media only screen and (max-width:1440px) {
.wrapper {max-width: 1320px;}
}

@media only screen and (max-width:1200px) {
.wrapper {max-width: 1100px;}
}

@media only screen and (max-width:920px) {
.wrapper {max-width: 880px;}
}


/* ==========================================================================
   about
   ========================================================================== */
.aboutpart01{padding:50px 0 100px 0;}


.aboutpart01 .row01{position: relative;margin-top: 60px;}
.aboutpart01 .row01 .pic{width:60%;height: auto;position: relative;overflow: hidden;}
.aboutpart01 .row01 .pic .pic {position: relative; height: auto;overflow: hidden;}
.aboutpart01 .row01 .pic .bgimg{width: 100%;}
.aboutpart01 .row01 .pic .uppic{width: 100%;height: 100%; transition: transform 1s;position: absolute;left: 0;top:0;}
.aboutpart01 .row01 .pic:hover .uppic{ transform: scale(1.05);}

.aboutpart01 .row01 .txtarea{width: 40%;max-width: 680px;position: absolute;right:150px;top:100px;padding:50px;
  line-height: 30px;font-size: 16px;background: #fff; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);border-radius: 4px;}
.aboutpart01 .row01 .txtarea .desc{height:270px; overflow-y: auto;padding-right: 10px;}


.about-development .developmenttop{height: 350px;color: #fff; background:url(../images/development01.jpg) center no-repeat;background-size: cover;}
.about-development .developmenttop .inner-tit{padding-top:120px; color: #fff;margin-bottom:40px;}
.about-development .developmenttop .inner-tit h3{color: #fff;}
.about-development .developmenttop .inner-tit .line{background: #fff;}


.about-development .developmentbottom{background: #f9f9f9;padding:50px 0; height: 270px;}
.developmentbox h2{font-size: 30px;font-weight: 700;color: #0d257f; border-bottom: 1px solid #cecece;margin-bottom: 20px;padding-bottom: 10px;}
.developmentbox .txt{max-width: 360px;margin-bottom: 10px;}
.developmentbox .txt p{color: #666666;    line-height: 2em;}

 position: absolute;width:6px; height: 2px;background:#969696;}

#owl-development .owl-dots{height: 0px;overflow: hidden;}
#owl-development .owl-prev,#owl-development .owl-next{width:50px;top:50%; height:50px;background: none; text-indent: 100px;
  overflow: hidden;padding:0;margin:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#owl-development .owl-prev{position: absolute;left:-50px; background:url(../images/bl01.png) center no-repeat;}
#owl-development .owl-next{position: absolute;right:-50px;background:url(../images/br02.png) center no-repeat;}


@media only screen and (max-width:1200px) {
#owl-development .owl-dots{height: auto;overflow: hidden;margin-top: 20px;}
#owl-development .owl-prev,#owl-development .owl-next{filter: Alpha(Opacity=0);opacity: 0;width: 0;height: 0;display: none; }
}

@media only screen and (max-width:920px) {

}

@media only screen and (max-width:768px) {

.about-development .hd{height: 200px;}
.about-development .hd .inner-tit{padding-top: 40px;}
.about-development .hd li{font-size: 14px;font-weight: bold;}
.about-development .bd{height: 150px;padding:30px 0;}
.developmentbox h2{font-size: 24px;}
.developmentbox .txt{margin-left: 0;}

}

@media only screen and (max-width:450px) {

}



.about-news{padding:100px 0;}
.about-news-row{margin-top: 60px;}
.about-news .left{width: 630px; float: left;}
.about-news .right{width: calc(100% - 680px); float: right;}
.aboutnewsbox{padding:30px;background: #fff;cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.aboutnewsbox:hover{}
.aboutnewsbox .pic {position: relative; height: auto;overflow: hidden;}
.aboutnewsbox .bgimg{width: 100%;}
.aboutnewsbox .uppic{width: 100%;height: 100%; transition: transform 1s;position: absolute;left: 0;top:0;}
.aboutnewsbox:hover .uppic{ transform: scale(1.05);}
.aboutnewsbox .txtarea{margin-top:20px;}
.aboutnewsbox .txtarea .nwbtbox{border-bottom: 1px solid #e9e9e9;padding-bottom:20px; position: relative;padding-right:100px;}
.aboutnewsbox .txtarea h2{font-size:22px;font-weight: normal; width: 100%;height: 30px; line-height: 30px; 
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.aboutnewsbox .txtarea h2 a{color: #0d257f;}
.aboutnewsbox .txtarea .nwbtbox span.date{position:absolute;right: 0;height: 30px; line-height: 30px;top: 0;color: #999;}


.aboutnewsbox:hover .longarrbox a{background-position: center -20px;}
.aboutnewsbox .txtarea .desc{font-size: 16px;  line-height: 24px;height:72px; overflow: hidden;margin:20px 0;color: #666;}

.longarrbox a{width: 40px; height: 20px;transition: background 0.5s; display: inline-block;}
.longarrbox:hover a {   background-position: center -20px;}




.about-newslist li{width:100%;overflow: hidden; padding:10px 0; border-top: 1px solid #dedede;}
.about-newslist li:first-child {border:0;padding-top: 0;}
.about-newslist li .date{color: #767676;}
.about-newslist li h2{line-height: 40px; font-size: 32px; line-height: 40px;}
.about-newslist li p{font-size: 24px; line-height: 30px;}

.about-newslist li .pic {position: relative; height: auto;overflow: hidden;width: 230px; float: right;}
.about-newslist li .bgimg{width: 100%;}
.about-newslist li .uppic{width: 100%;height: 100%; transition: transform 1s;position: absolute;left: 0;top:0;}
.about-newslist li:hover .uppic{ transform: scale(1.05);}

.about-newslist li .txtarea{width: calc(100% - 300px); float: left;}

.about-newslist li .txtarea h3{ font-size: 24px;  margin-bottom: 5px;width:100%;height: 40px;font-weight: normal;line-height: 40px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.about-newslist li .txtarea h3 a{ color: #333333;}
.about-newslist li .txtarea .desc{ font-size: 14px; line-height: 24px;height:48px;overflow: hidden;color: #6f6f6f;margin: 10px 0 10px 0;}

.about-newslist li:hover .txtarea h3 a{ color: #0d257f;}

.about-news .right .more{text-align: right;margin-top:2px;}
.about-news .right .more a{width: 120px; height:40px; text-align: center; line-height: 40px;
 display: inline-block; background: #0d257f;color: #fff; font-size: 13px;
  -webkit-border-radius:24px;
  -moz-border-radius:24px;
  -ms-border-radius:24px;
  -o-border-radius:24px;
  border-radius:24px;
}


.about-culture{padding:0 0 100px 0;}
.about-culture-row{margin-top: 60px;}

.about-culture-row .pic{width:55%;height: auto;position: relative;overflow: hidden; float: left;}
.about-culture-row .pic .pic {position: relative; height: auto;overflow: hidden;}
.about-culture-row .pic .bgimg{width: 100%;}
.about-culture-row .pic .uppic{width: 100%;height: 100%; transition: transform 1s;position: absolute;left: 0;top:0;}
.about-culture-row .pic:hover .uppic{ transform: scale(1.05);}

.about-culture-row .right{width: calc(45% - 50px);float: right;}

.brandMenu{max-width: 660px;margin-right: 100px;}

.brandMenu h3{ height:80px;line-height: 80px; font-weight: normal; font-size: 24px; color: #333333;
 cursor:pointer; padding-left: 30px; position: relative; border-bottom: 1px solid #e9e9e9;}
.brandMenu h3:before { content: ""; display: block; top:32px; left:0; position: absolute; width:4px; height: 15px; background: #0d257f;}
.brandMenu h3 .txt02{color: #999999;}
.brandMenu h3.on .txt02{color: #fff;}
.brandMenu h3.on{border-bottom: 0; background: #0d257f;color: #fff;}
.brandMenu h3.on:before{display: none;}
.brandMenu h3 em{ float:right; display:block; width:40px; height:60px; background:url(../images/icoAdd02.png) right bottom no-repeat;
 cursor:pointer;margin-right: 10px;margin-top: 10px;}
.brandMenu h3.on em{ background-position:right top; }
.brandMenu .nwms{padding:0 20px 40px 36px;font-size: 18px; color: #fff;position: relative;
     background: #0d257f url(../images/inco09.png) right bottom no-repeat;
}
.brandMenu .nwms .li{height: 30px; line-height: 30px;}
.brandMenu .nwms .li a{color: #fff;}
.brandMenu .nwms .li i{margin-right: 5px;}


@media only screen and (max-width:1600px) {
.aboutpart01 .row01 .txtarea{right: 50px;top: 50px;font-size: 14px;}
.aboutpart01{padding-bottom: 60px;}
.about-culture-row .pic .bgimg{height: 530px;}
.about-newslist li .txtarea h3{font-size:20px;}
.brandMenu{margin-right:50px;}
.brandMenu h3{font-size: 20px;}
}

@media only screen and (max-width:1440px) {
.brandMenu .nwms{font-size: 16px;}
}

@media only screen and (max-width:1200px) {
.aboutpart01 .row01 .txtarea{ font-size: 14px; line-height: 24px;padding:30px;right: 20px;top: 30px;}
.aboutpart01 .row01 .txtarea .desc{height: 240px;}
.aboutpart01 .row01{margin-top: 40px;}
.about-development .hd{height: 300px;}
.about-development .hd .inner-tit {padding-top: 50px;margin-bottom:30px;}
.developmentbox h2{font-size: 24px;}
.about-development .bd{height: 220px;}
.about-news {padding:60px 0;}
.aboutnewsbox{padding:20px;}
.about-news .left{width: 500px;}
.about-newslist li .txtarea {width: calc(100% - 230px);}
.about-news .right { width: calc(100% - 560px);}
.about-newslist li .pic{width: 200px;}
.about-newslist li .txtarea .desc{margin:0 0 10px 0;}
.about-newslist li .txtarea h3{margin-bottom: 0;font-size: 16px;height: 30px; line-height: 30px;}
.about-news .right .more{margin-top: 0;}
.aboutnewsbox .txtarea h2{font-size: 16px;}
.aboutnewsbox .txtarea .desc{font-size: 14px;}
.about-culture-row {margin-top:40px;}
.brandMenu h3 {height: 60px;line-height: 60px;font-size: 16px;}
.brandMenu h3 em{margin-top: 0;}
.brandMenu h3:before{top: 22px;}
.brandMenu .nwms{font-size: 14px;}
.brandMenu .nwms {padding: 0 20px 20px 36px;}
.about-culture-row .pic .bgimg {height: 415px;}
.about-culture {padding: 0 0 60px 0;}
}

@media only screen and (max-width:920px) {
.aboutpart01 .row01 .pic{width: 100%;}
.about-news .left{width:400px;}
.about-news .right { width: calc(100% - 430px);}
.about-newslist li .txtarea .desc{margin:5px 0 10px 0; line-height: 18px; height: 36px;font-size: 12px;}
.about-newslist li .txtarea {width: calc(100% - 190px);}
.about-newslist li .pic{width: 170px;}
.about-culture-row .right {width: calc(45% - 20px);}

}

@media only screen and (max-width:768px) {
  .aboutpart01 .row01 .pic{width: calc(100% - 20px);margin:0 10px;}
  .aboutpart01 .row01 .txtarea{width: calc(100% - 80px);position: relative; right: 0;top:10px;margin-left: 10px;}
  .aboutpart01 .row01 .txtarea .desc{height: auto;}
  .aboutpart01 .row01{margin-top:20px;}
  .aboutpart01{padding-bottom:40px;}
  .about-development {padding:0 10px;}
  .about-development .hd{height: 250px;}
  .about-development .bd{padding:20px;}
  .about-news{padding:40px 0;}
  .about-news-row {margin-top:40px;}
  .about-news .left,.about-news .right{width: 100%;float: none;}
  .about-news .right .more{text-align: center;}
  .about-news .right{margin-top:30px;}
  .about-culture-row{padding:0 10px;}
  .about-culture-row .pic{width:100%;float: none;}
  .about-culture-row .right{width:100%;float: none;}
  .brandMenu{margin:0;max-width: 100%;margin-top:10px;}
  .about-culture{padding-bottom:20px;}
  .about-culture-row .pic .bgimg{height: auto;}
}

@media only screen and (max-width:450px) {
  .aboutpart01{padding:30px 0;}
  .developmentbox{padding:0 20px;}
}

/* ==========================================================================
   fieldpart01
   ========================================================================== */
.fieldpart01{padding:80px 0 100px 0;}

.fieldpart01 ul{margin-left: -60px;margin-top: 60px;}
.fieldpart01 li{width: calc(25% - 60px);margin-left: 60px;float: left;}
.fieldbox01{padding:20px;background: #fff;
-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.fieldbox01:hover{box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);transform: translate3d(0, -2px, 0);}
.fieldbox01 .tit{text-align: center;height: 30px; line-height: 30px;margin-top: 20px;font-size: 20px;}


.fieldpart02{padding:100px 0; background: #f9f9f9;}
.globalmap{text-align: center;margin-top: 60px;}
.globalmap img{max-width: 100%;}

.fieldpart03{padding:100px 0;background:url(../images/fieldpic05.jpg) center no-repeat;background-size: cover;}
.fieldpart03 .wrapper{padding:50px 100px;background: rgba(255, 255, 255, .5);max-width: 1440px;}
.fieldpart03 .logoitem{border-color: #0d257f;margin: 20px;height: 100px; line-height: 100px;}
.logoitem{
   -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.logoitem:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -2px, 0);
}
#owl-partner img{width: auto;}

.fieldpart03 #owl-partner {margin-top:20px;}



@media only screen and (max-width:1200px) {
.fieldpart01 ul{margin-left: -20px;}
.fieldpart01 li{width: calc(25% - 20px);margin-left: 20px;}
.fieldbox01 .tit{font-size: 18px;}
.fieldpart03 .wrapper{padding:50px 30px;margin:0 20px;}
.fieldpart03 .logoitem{margin:10px;}
.fieldpart02{padding:60px 0;}
.fieldpart03 {padding:20px 0;}
}

@media only screen and (max-width:920px) {
.fieldpart01{padding:40px 0;}
.fieldpart01 ul{margin-left:0; margin-top:20px;}
.fieldpart01 li{width:25%;margin-left:0;}
.fieldbox01 .tit{font-size: 14px;margin-top: 10px;}
.fieldbox01{padding:10px;}
.fieldpart02{padding:40px 0;}
.fieldpart03 .wrapper{padding:30px 20px;margin:0 20px;}
}

@media only screen and (max-width:768px) {
}

@media only screen and (max-width:450px) {
  .fieldpart01{padding:30px 0;}
  .fieldpart01 li{width:50%;}
  .fieldpart03 .wrapper{padding:30px 0;margin:0;}
  .fieldpart03 {padding:0;}
  .fieldpart03 .logoitem {height: 70px; line-height:70px; }
}

/* ==========================================================================
   ability
   ========================================================================== */

.abilitypart01{padding:80px 0;}

/*.abilitylist{margin-top: 60px;}
.abilitylist li{position: relative;}
.abilitylist li:before { content: ""; display: block; top:50%; left:50%; margin-top: -20px;margin-left: -20px; position: absolute;
 width:40px; height: 40px; background: #0d257f;border-radius:50%;z-index: 2;}

.abilitylist li .num{width: 360px; height:362px; line-height:362px; background: #0d257f; float: left;}
.abilitylist li .num img{max-height: 70%;max-width: 70%;display: inline-block;}
.abilitylist li .abilitypic{width: calc(50% - 362px);float: left;border:1px solid #0d257f;}
.abilitylist li .abilitypic .bgimg{height:360px;}
.abilitylist li .txtarea{width:50%;float: left;position: relative;}
.abilitylist li .txtarea:before { content: ""; display: block; top:50%; left:20px;
position: absolute; width:40px; height:2px; background: #0d257f;z-index: 2;}
.abilitylist li .txtarea .warp{margin:0 100px;border-top:1px solid #cecece;height:360px;}
.abilitylist li .txtarea h3.tit{padding-top:40px;padding-bottom:5px; margin-bottom:20px; display: inline-block; font-size: 24px;font-weight:500;
  border-bottom: 2px solid #0d257f;}
.abilitylist li .txtarea .txt01{font-size: 20px;font-weight: 500;}
.abilitylist li .txtarea .desc{margin-top: 10px;}
.abilitylist li .txtarea .dl{width: 50%; float: left;font-size: 18px;line-height: 30px;}
.abilitylist li:nth-child(2n){}
.abilitylist li:nth-child(2n) .num{ float: right; }
.abilitylist li:nth-child(2n) .abilitypic{ float: right; }
.abilitylist li:nth-child(2n) .txtarea .warp{border-top:0;border-bottom:1px solid #cecece;}
.abilitylist li:nth-child(2n) .txtarea:before{left:auto;right:20px;}*/


.abilityrow03{}
.abilityrow03 .pic{width:600px;float: left;border:1px solid #0d257f;}

.abilityrow03 .txtarea{width: calc(100% - 662px);float: right;position: relative;}
.abilityrow03 .txtarea .warp{border-top:1px solid #cecece;}
.abilityrow03 .txtarea h3.tit{padding-top:40px;padding-bottom:5px; margin-bottom:20px; display: inline-block; font-size: 24px;font-weight:500;
  border-bottom: 2px solid #0d257f;}
.abilityrow03 .txtarea .txt01{font-size: 20px;font-weight: 500;}
.abilityrow03 .txtarea .desc{margin-top: 10px;}
.abilityrow03 .txtarea .dl{width: 50%; float: left;font-size: 18px;line-height: 30px;}

#owl-ability{margin-top: 60px;}
#owl-ability .owl-prev,#owl-ability .owl-next{width:50px;top:50%; height:50px;background: none;
 text-indent: 100px;overflow: hidden;padding:0;margin:0;margin-top: -32px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#owl-ability .owl-prev{position: absolute;left:-70px; background:url(../images/arr01.png) center no-repeat;background-size: cover; }
#owl-ability .owl-next{position: absolute;right:-70px;background:url(../images/arr02.png) center no-repeat;background-size: cover; }

#owl-ability .owl-prev:hover{background:url(../images/arr03.png) center no-repeat;background-size: cover;}
#owl-ability .owl-next:hover{background:url(../images/arr04.png) center no-repeat;background-size: cover;}



.abilitypart02{padding:0 0 80px 0; position: relative;}
.abilitypart02:before { content: ""; display: block; bottom: 0; left:0;position: absolute; width:100%;
 height:calc(100% - 300px); background: #f9f9f9;z-index: 0;}
.abilitypart02 .wrapper{position: relative;z-index: 1;max-width: 1440px;}
.abilitypart02 .ability-row .left{width: 500px;float: left;}
.abilitypart02 .ability-row .right{width: calc(100% - 700px);padding:0 100px; float: right;max-width: 560px;}
.abilitypart02 .ability-row{margin-top: 60px;}
.abilitypart02 .ability-row .mainpic{box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);margin:10px;}

#owl-zznlpic .owl-prev,#owl-zznlpic .owl-next{width:50px;top:50%; height:50px;background: none;
 text-indent: 100px;overflow: hidden;padding:0;margin:0;margin-top: -32px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#owl-zznlpic .owl-prev{position: absolute;left:-70px; background:url(../images/arr01.png) center no-repeat;background-size: cover; }
#owl-zznlpic .owl-next{position: absolute;right:-70px;background:url(../images/arr02.png) center no-repeat;background-size: cover; }

#owl-zznlpic .owl-prev:hover{background:url(../images/arr03.png) center no-repeat;background-size: cover;}
#owl-zznlpic .owl-next:hover{background:url(../images/arr04.png) center no-repeat;background-size: cover;}

.abilitypart02 .ability-row .txtarea .txt01{font-size: 24px;}
.abilitypart02 .ability-row .txtarea .txt02{font-size: 14px;color: #999;}
.abilitypart02 .ability-row .txtarea{margin-top:220px;}
.abilitypart02 .ability-row .txtarea .desc{margin-top: 30px;font-size: 16px;color: #666;}

.abilitypart03{padding:80px 0;}

.zljcsblist{margin-left: -40px;}
.zljcsblist li{width: calc(33.33% - 40px);margin-left: 40px;float: left;margin-top: 40px; cursor: pointer; }
.zljcsblist .zljcsbbox{border:2px solid #e9e9e9;position: relative; padding:20px 150px 0 0;}
.zljcsblist .zljcsbbox .cover{position: absolute;right:40px;bottom:40px;}

.zljcsblist .zljcsbbox .tit{text-align: right; line-height: 30px; height:30px; font-size:20px; 
  position: relative;padding-top:10px;font-weight: normal;}
.zljcsblist .zljcsbbox .tit:before { content: ""; display: block; top: 0; right: 0; position: absolute; 
width:40px; height:2px; background: #002588;}



@media only screen and (max-width:1600px) {
.abilitypart01{padding:80px 80px;}
}

@media only screen and (max-width:1440px) {
  .abilityrow03 .txtarea h3.tit{font-size: 20px;}
  .abilityrow03 .txtarea .txt01{font-size: 16px;}
  .abilityrow03 .txtarea .dl{font-size: 14px;}

  .abilitypart02 .ability-row .left{padding-left: 30px;}
  .abilitypart02 .ability-row .txtarea .desc{font-size: 14px;}
  .zljcsblist .zljcsbbox .tit{font-size: 18px;}

}

@media only screen and (max-width:1200px) {
.abilitypart01 { padding:50px 0;}
.abilityrow03 .pic {width:480px;}
.abilityrow03 .txtarea { width: calc(100% - 520px);}
.abilityrow03 .txtarea .dl{font-size: 12px;}
#owl-ability .owl-dots{height: auto;overflow: hidden;margin-top: 20px;}
#owl-ability .owl-prev,#owl-ability .owl-next{filter: Alpha(Opacity=0);opacity: 0;width: 0;height: 0;display: none; }
}


@media only screen and (max-width:920px) {
.abilityrow03 .pic {width:380px;}
.abilityrow03 .txtarea { width: calc(100% - 400px);}
.abilityrow03 .txtarea h3.tit {padding-top: 20px; margin-bottom: 10px; font-size: 16px; font-weight: 700;}
.abilityrow03 .txtarea .txt01{font-size: 14px;font-weight: 700;}


.abilitypart02 .ability-row .left {width:280px;}
.abilitypart02 .ability-row .txtarea {margin-top:100px;}
.abilitypart02 .ability-row .right {width: calc(100% - 460px);padding:0 60px;}
#owl-zznlpic .owl-prev, #owl-zznlpic .owl-next {width: 40px;height: 40px;}
#owl-zznlpic .owl-prev{left: -50px;}
#owl-zznlpic .owl-next{right: -50px;}
.abilitypart02 .ability-row { margin-top:40px;}
.abilitypart02 { padding: 0 0 40px 0;}
.abilitypart02:before {height: calc(100% - 160px);}
.abilitypart02 .ability-row .txtarea .desc{margin-top: 10px;}
.abilitypart02 .ability-row .txtarea .txt01{font-size:18px;font-weight: bold;}
.abilitypart03 {padding:50px 0;}
.zljcsblist{margin-left: -20px;margin-top:20px;}
.zljcsblist li{width: calc(50% - 20px);margin-left: 20px;margin-top: 20px;}
.zljcsblist .zljcsbbox .tit{font-size: 16px;}
.zljcsblist .zljcsbbox .cover {right: 30px; bottom:20px; }
}

@media only screen and (max-width:768px) {
  .abilitypart02 .ability-row .txtarea { margin-top:60px;}
  .abilitypart02 .ability-row .txtarea .desc{font-size: 12px;}
  .abilitypart02:before {height: calc(100% - 140px);}
  .abilityrow03 .pic {width: calc(100% - 2px);float: none;}
.abilityrow03 .txtarea { width:100%;float: none;margin-top: 10px;}
}

@media only screen and (max-width:450px) {
.zljcsblist{margin-left:0;margin-top:20px;}
.zljcsblist li{width:100%;margin-left: 0;margin-top: 20px;float: none;}
#owl-ability{margin-top: 30px;}

.abilitypart01{padding:30px 0 0 0;}
.abilityrow03 .txtarea .dl {width:100%; float: none; line-height:20px; }

.abilitypart02:before{display: none;}
.abilitypart02 .ability-row .left{width: calc(100% - 20px);padding:0 10px;float: none;margin-bottom: 20px;}
.abilitypart02 .ability-row .txtarea{margin-top: 0;}
.abilitypart02 .ability-row .right { width: 100%; float: none; padding: 0;}
#owl-zznlpic .owl-prev,#owl-zznlpic .owl-next{filter: Alpha(Opacity=0);opacity: 0;width: 0;height: 0;display: none; }
.abilitypart03{padding:0 0 20px 0;}
.abilitypart02 .ability-row .txtarea .txt01{font-size: 14px;}
.abilitypart02 .ability-row{margin-top: 20px;}
.abilitylist li .txtarea h3.tit{font-size: 14px;font-weight: bold;}
}



/* ==========================================================================
   honor
   ========================================================================== */

.honorpart01{padding:80px 0;}
.honor-row{margin-top: 60px;}
.honor-row .left{width: 50%;float: left;}
.honor-row .right{width: calc(50% - 1px);float: right;border-left: 1px solid #cecece;}
.honor-row .titimg{text-align: center;margin:40px 0;}
.honor-row .honorimg{text-align: center;position: relative;}
.honor-row .honorimg:before { content: ""; display: block; bottom: 0; left: 0; position: absolute; 
width:calc(100% - 100px); height: 100%; background: #f9f9f9;}
.honor-row .honorimg img{z-index: 1;position: relative;}
.honor-row .left .honorimg:before {height: 60%;bottom: 20%;}
.honor-row .right .honorimg:before {right: 0; left: auto; width:calc(100% - 250px);}
.honor-row .right .honorimg{padding:50px; text-align: left;padding-left: 100px;}
.honorpart01 img{max-width: 100%;}

@media only screen and (max-width:1600px) {

.honor-row .honorimg:before {width:calc(100% - 80px); }
.honor-row .left .honorimg{text-align: right;}
.honor-row .left .honorimg img{margin-right: 100px;max-width: 560px;}
.honor-row .right .honorimg{padding-left:80px;}
.honor-row .right .honorimg:before {width:calc(100% - 220px);}
}

@media only screen and (max-width:1440px) {
.honor-row .titimg img{height: 40px;}
}

@media only screen and (max-width:1200px) {
.honor-row .honorimg:before {width: calc(100% - 40px);}
.honor-row .right .honorimg{padding-left:50px;}
.honor-row .right .honorimg:before {width: calc(100% - 160px); }
}

@media only screen and (max-width:920px) {
.honor-row .titimg{margin:30px 0;}
.honor-row {margin-top: 40px;}
.honor-row .left,.honor-row .right{width:100%;float: none;overflow: hidden;}
}

@media only screen and (max-width:768px) {


.honor-row .right .honorimg{text-align: center;padding:50px 0;}

}

@media only screen and (max-width:450px) {
  .honorpart01{padding:30px 0;}
  .honorpart01 .inner-tit .stit{margin:10px 20px 0 20px;font-size: 12px;}
  .honor-row{margin-top: 0;}
}


.ryzztplb{width: 620px;margin:0 auto; position: relative;height: 300px;}
.ryzztplb li{position: absolute;top: 0;}
.ryzztplb li img{max-width: 100%; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}

.ryzztplb li:nth-child(1){left: 0; z-index: 9;}
.ryzztplb li:nth-child(1) img{width: 200px;height: 280px;}
.ryzztplb li:nth-child(2){left:170px; z-index: 8;top: 10px;}
.ryzztplb li:nth-child(2) img{width:186px; height: 260px; }
.ryzztplb li:nth-child(3){left:330px; z-index: 7;top: 20px;}
.ryzztplb li:nth-child(3) img{width:170px; height: 240px; }
.ryzztplb li:nth-child(4){left:440px; z-index: 6;top: 30px;}
.ryzztplb li:nth-child(4) img{width:157px; height: 220px; }

.ryzztplb02 {width:720px;margin:0 auto;}
.ryzztplb02 li{margin-bottom:30px;margin-left: 50px;}
.ryzztplb02 li:nth-child(2n){margin-left: 50px;margin-left: 0;margin-right: 50px;}

.ryzztplb02 li .ryitem{
  box-sizing: border-box;float: left;
  border: 1px solid #e7e7e7;width: 260px;
  height: 180px;
  line-height: 180px;
  margin: 5px; background: #fff; margin-left: 40px;
  vertical-align: middle;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.ryzztplb02 li .ryitem img{
  max-width: 100%!important;
  max-height: 100%;
  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}


@media only screen and (max-width:1600px) {

}

@media only screen and (max-width:1440px) {
.honor-row .right .honorimg{padding-left: 0;}
}

@media only screen and (max-width:1200px) {
.ryzztplb02 {width:600px;}
.ryzztplb{width: 520px;}
.ryzztplb li:nth-child(1){left: 0; z-index: 9;}
.ryzztplb li:nth-child(1) img{width:186px; height: 260px; }
.ryzztplb li:nth-child(2){left:140px; z-index: 8;top: 10px;}
.ryzztplb li:nth-child(2) img{width:170px; height: 240px; }
.ryzztplb li:nth-child(3){left:260px; z-index: 7;top: 20px;}
.ryzztplb li:nth-child(3) img{width:157px; height: 220px; }
.ryzztplb li:nth-child(4){left:360px; z-index: 6;top: 30px;}
.ryzztplb li:nth-child(4) img{width:143px; height: 200px; }
.ryzztplb02 li .ryitem{width: 200px; height: 140px; line-height: 140px;margin-left: 20px;}

}

@media only screen and (max-width:920px) {
.inner-tit .stit{padding:0 30px;}
}



@media only screen and (max-width:450px) {

.ryzztplb02 {width: calc(100% - 50px);overflow: hidden; }
.ryzztplb{width: calc(100% - 50px); overflow: hidden;}

.ryzztplb li:nth-child(1){left: 0; z-index: 9;}
.ryzztplb li:nth-child(1) img{width:157px; height: 220px;}
.ryzztplb li:nth-child(2){left:100px; z-index: 8;top: 10px;}
.ryzztplb li:nth-child(2) img{width:143px; height: 200px;}
.ryzztplb li:nth-child(3){left:180px; z-index: 7;top: 20px;}
.ryzztplb li:nth-child(3) img{width:128px; height: 180px; }
.ryzztplb li:nth-child(4){left:240px; z-index: 6;top: 30px;}
.ryzztplb li:nth-child(4) img{width:114px; height: 160px; }
.ryzztplb02 li{margin-bottom:30px;margin-left:0;}
.ryzztplb02 li:nth-child(2n){margin-left: 0;margin-right:0;}

.ryzztplb02 li .ryitem{width:160px; height: 110px; line-height: 110px;margin-left:10px;}
}



/* ==========================================================================
   inv
   ========================================================================== */

.invpart01{padding:80px 0;}
.inv-con01{margin-top: 60px;padding:60px 0;background:url(../images/invpic01.jpg) center no-repeat;background-size: cover;}

.mainselect{width:180px;height: 50px;float:right;color: #333;cursor: pointer; background: #fff;}
.mainselect a{color: #333;}
.mainselect .hd{text-indent: 20px; height: 50px; line-height: 50px;position: relative;font-size: 16px;}
.mainselect .hd em{width: 30px; height: 30px;display: inline-block;text-indent: 0;
  text-align: center; line-height: 30px;float: right;margin-top: 10px;margin-right:10px;
  -webkit-transition: .1s ease-in;
  -moz-transition: .1s ease-in;
  -o-transition: .1s ease-in;
  transition: .1s ease-in;
}

.mainselect:hover .hd em{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.mainselect .bd{display: none;padding-top:10px;z-index: 3;position: relative;}
.mainselect .optionbox{background: #fff;padding:10px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
}
.mainselect:hover .bd{display: block;}
.mainselect .option{text-indent: 10px;}
.mainselect .option:hover,.mainselect .option.on{color: #0d257f;}

.inv-row01{margin:0 20px 40px 20px;}

.invxzbox{padding:50px;background: #fff;margin:20px;}
.invxzbox h4.bt{line-height: 30px; height:30px;font-weight: normal; font-size:24px; position: relative;margin-bottom: 20px;color: #0d257f;}
.invxzbox h4.bt:before { content: ""; display: block; bottom:15px; right: 0; position: absolute;width: calc(100% - 80px); height: 1px; background: #0d257f;}
.invxzlist li .wdbtbox{width: calc(100% - 150px); float: left;overflow: hidden;}
.invxzlist {height: 355px;overflow:hidden;}
.invxzlist li .wdbtbox h5{font-size: 18px;font-weight:500; width: 100%;height: 30px; line-height: 30px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.invxzlist li .date{color: #999;font-size: 12px;line-height: 20px;}
.invxzlist li {height: 50px; border-bottom: 1px solid #efefef;padding:10px 0;}
.invxzlist li .downbox{height: 50px;  float: right;width:120px;text-align: right;line-height: 50px;}
.invxzlist li .downbox a{font-size: 14px;color: #999;}
.invxzlist li .downbox .fa{color: #374b95;font-size:20px;margin-right: 10px;}
#owl-inv .owl-dots .owl-dot span { width:80px; height:6px; background: #e0e2ec;border:1px solid #e0e2ec;border-radius:0;}
#owl-inv .owl-dots .owl-dot.active span, #owl-inv .owl-dots .owl-dot:hover span {background: #0d257f;border:1px solid #0d257f;}


.invpart02{}
.invpart02 .inv-row02{margin-top: 60px;padding:120px 0;background:url(../images/invpic02.jpg) center no-repeat;background-size: cover;}
.invpart02 .inv-row02 .wrapper{background: #0d257f; background: rgba(13, 37, 127, .7);padding:50px;color: #fff;max-width: 1200px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}
.invpart02 .gpxxbox .txtarea{ color: #fff;float: left; }
.invpart02 .gpxxbox ul{float: right;width: 350px;}
.invpart02 .gpxxbox{padding:50px;}
.invpart02 .gpxxbox li{width: calc(50% - 61px);float: left;padding:30px;}
.invpart02 .gpxxbox li:nth-child(1),.invpart02 .gpxxbox li:nth-child(2){border-bottom: 1px solid #fff;}
.invpart02 .gpxxbox li:nth-child(1),.invpart02 .gpxxbox li:nth-child(3){border-right: 1px solid #fff;text-align: right;}
.invpart02 .gpxxbox .txt03{font-size: 14px;}
.invpart02 .gpxxbox .txt04{font-size:24px;}
.invpart02 .gpxxbox .txt01{font-size: 24px;}
.invpart02 .gpxxbox .txt02{font-size:48px;margin-top: 100px;}

.invpart02 .more{height: 40px; line-height: 40px; border-top: 1px solid #fff;padding:20px 20px 0 20px;}
.invpart02 .more a{color: #fff;font-size: 18px;}


.invpart03{padding:80px 0 0 0;}
.invpart03 .inv-row03{margin-top: 60px;padding-bottom: 100px; background:url(../images/invpic03.jpg) center no-repeat;background-size: cover;}
.invpart03 .inv-row03 .wrapper{background: #fff;padding:100px; max-width: 1200px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}


.feedback{}
.feedback .label{font: 500 16px/30px microsoft yahei;margin-bottom:5px;display: block;}
.feedback .ui-input{width: calc(100% - 42px); height: 18px; line-height: 18px; padding:10px 20px;background-color: #efefef;
  border:1px solid #efefef;}
.feedback .ui-textarea{width: calc(100% - 42px); height: 90px; line-height: 18px; padding:10px 20px;background-color: #efefef;
  border:1px solid #efefef;}

.feedback .ui-btn{background: #0d257f; border: 0 none;  cursor: pointer;
    text-align: center;font: 300 16px/24px microsoft yahei; color: #fff;width:130px; height: 40px;}
.checkcode .ui-input{ width:100px;}
.checkcode{float: left;margin-right: 10px;}
.feedback .ui-btn:hover{background: #207dc5;}
.feedback-form-item{margin-bottom:20px;}
.feedback-form-item .feedback-inline{width: calc(25% - 20px); float: left;margin-left: 26px;}
.feedback-form-item .feedback-inline:nth-child(1){margin-left: 0;}


@media only screen and (max-width:420px) {
.feedback-form-item{margin-bottom:10px;}
.feedback-form-item .feedback-inline{width:100%;float: none;margin-left: 0;margin-bottom: 5px;}
.feedback-form-item .feedback-inline:nth-child(1){}
.checkcode .ui-input{ width:70px;}
.feedback .ui-btn{width: 80px;font-size: 14px;}
.feedback .label{font-size: 12px;}
}



@media only screen and (max-width:1600px) {
}

@media only screen and (max-width:1440px) {
.invpart03 .inv-row03 .wrapper{margin:0 40px;}
.invpart02 .inv-row02 .wrapper{margin:0 40px;}
.invxzlist li .wdbtbox h5{font-size: 14px;}
.invxzbox{padding:50px 30px;}
}

@media only screen and (max-width:1200px) {
.invxzbox{margin:0 10px;}
.invxzlist li .downbox a{font-size: 12px;}
.invpart03 .inv-row03 .wrapper{padding:60px 50px;}
.feedback .label{font-size: 14px;}
}

@media only screen and (max-width:920px) {
  .invpart01 {padding: 40px 0; }
  .inv-con01{margin-top: 30px;}
  .invpart02 .inv-row02 {margin-top: 30px; padding:60px 0;}
  .invpart02 .gpxxbox{padding:50px 30px;}
  .invpart02 .gpxxbox .txt02{font-size: 36px;}
  .invpart02 .gpxxbox .txt04{font-size: 18px;}
  .invpart03 {padding: 60px 0 0 0;}
  .invpart03 .inv-row03 {margin-top: 40px;}
}

@media only screen and (max-width:768px) {
  .mainselect .hd{font-size: 14px;}
  .invpart02 .gpxxbox {padding: 50px 30px; }
  .invpart02 .inv-row02 .wrapper{margin: 0 20px;padding:30px;}
  .invpart02 .gpxxbox .txt03{font-size: 12px;}
  .invpart02 .gpxxbox li { width: calc(50% - 41px); padding: 20px;}
  .invpart02 .gpxxbox ul {width: 280px;}
  .invpart02 .gpxxbox .txt01{font-size: 18px;padding-top: 30px;}
  .invpart02 .gpxxbox .txt02{font-size: 32px; margin-top:60px;}
  .invpart02 .more a{font-size: 14px;}
  .invpart03 .inv-row03 .wrapper {padding: 50px 30px; margin: 0 20px;}
}

@media only screen and (max-width:450px) {
.mainselect{width: 100%;}
#owl-inv .owl-dots .owl-dot span { width:20px; height:3px;}
.inv-con01{padding:30px 0;}
.invxzbox{margin:0;padding:20px;}
.inv-row01 {margin: 0 0 20px 0;}
.invpart02 .gpxxbox{padding:0;}
.invpart02 .gpxxbox .txtarea{float: none;width: 100%;}
.invpart02 .gpxxbox .txt01{padding:0;}
.invpart02 .gpxxbox .txt02{margin:0;}
.invpart02 .gpxxbox li {width:100%; padding: 20px 0; }
.invpart02 .gpxxbox ul{width: 100%;float: none;}
.invpart02 .gpxxbox li:nth-child(1), .invpart02 .gpxxbox li:nth-child(3) {border-right:none; text-align: left; }
.invpart02 .gpxxbox li:nth-child(3){border-bottom: 1px solid #fff;}
.invpart02 .inv-row02{padding:30px 0;}
.invpart02 .more{padding-left: 0;}
.invpart03{padding-top: 30px;}
.invpart03 .inv-row03{padding-bottom:40px; margin-top:20px;}
.invpart03 .inv-row03 .wrapper {padding: 20px 20px; margin: 0 15px; }
}



/* ==========================================================================
   contact
   ========================================================================== */
.contactpart01{padding:60px 0;}
.contact-row01{background: #f9f9f9;margin-top:60px;}
.contactpart01 img{max-width: 100%;}
.contactpart01 .map{ float: left;width: 50%;height:600px; }
.contactpart01 .map img{width: 100%;height: 100%;}
.contactpart01 .txtarea{float: left; width:50%;overflow: hidden;font-size: 16px;color: #666;}

.contactpart01 .txtarea .row{padding:100px 50px 50px 150px;}
.contactpart01 .txtarea p.txt01 {line-height: 30px;font-size: 24px;margin: 20px 0;color: #000;}
.contactpart01 .txtarea p.txt02{color: #0d257f;font-size: 30px;margin-top: 20px;}
.contactpart01 .txtarea i{color: #0d257f;width: 30px; height: 30px; display: inline-block;text-align: center;}

.contactpart02{padding:0 0 100px 0;}

.contactpart02 ul{margin-left: -20px;margin-top: 60px;}
.contactpart02 li{width: calc(33.33% - 20px);margin-left: 20px;float: left;}
.contactpart02 li img{max-width: 100%;}
.contactpart02 li {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.contactpart02 li:hover {
    transform: translate3d(0, -2px, 0);
}


@media only screen and (max-width:1600px) {
.contactpart01 .txtarea .row{padding:100px 50px 50px 100px;}
.contactpart01 .txtarea p.txt02{font-size: 24px;}
.contactpart01 .txtarea p.txt01 {font-size:18px;}
}

@media only screen and (max-width:1440px) {
.contactpart01 .txtarea .row{padding:100px 50px 50px 60px;}
}

@media only screen and (max-width:1200px) {
.contactpart01 .txtarea .row{padding:50px 40px 50px 40px;}
.contactpart01 .txtarea p.txt02{font-size: 18px;}
.contactpart01 .txtarea p.txt01 {font-size:16px;margin:10px 0;}
.contactpart01 .map{height:480px;}
}

@media only screen and (max-width:920px) {
.contactpart01 .txtarea p.txt01 {margin-bottom: 0;}
.contactpart01 .txtarea{font-size: 14px;}
.contactpart01 .map{height:420px;}
}

@media only screen and (max-width:768px) {
  .contactpart01 .txtarea p.txt02{font-size: 16px;}
  .contactpart01 .txtarea .img01{width: 150px;}
  .contactpart01 { padding:30px 0;}
  .contact-row01{margin-top: 30px;}
  .contactpart02 ul{margin-top: 30px;}
  .contactpart02{padding-bottom:40px;}
}

@media only screen and (max-width:450px) {
  .contactpart01 .map{ float: none;width:100%;height:300px; }
.contactpart01 .txtarea{float: none;width:100%;}
.contactpart01 .txtarea .row{padding:20px;}
 .contactpart01 .txtarea p.txt02{font-size: 14px;font-weight: bold;margin-top: 10px;}
 .contactpart02 ul{margin-left:0;margin:10px;}
.contactpart02 li{width:100%;margin-left:0;float: none;margin-bottom:10px;}
}



/* ==========================================================================
   news
   ========================================================================== */

.innernews{max-width: 1200px;margin:0 auto;}
.newtitle {font-size: 24px;text-align: center;}
.newsh_cn {padding:40px;font-size: 16px;}
.newsh{padding:0 50px 0 50px;border-bottom:1px solid #e9e9e9;position: relative;}
.newsh .fhlb_a{position: absolute;right:50px; top:0;color: #0d257f;font-size: 16px;}
.newsh .byline{height:50px;color:#0d257f;line-height:50px;font-size: 16px;text-align: center;}
.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: #0d257f;}

.toolbar{height: 50px; line-height: 50px; text-align: center; background: #ebebf2;}
.toolbar a{font-size: 18px;margin:0 30px;}
.newslist03{margin-left: -20px;margin-top:30px;}
.newslist03 li{width: calc(50% - 122px);float: left;  padding:30px 50px;border:1px solid #ebebf2;margin-left: 20px;}
.newslist03 p.txt01{color: #0d257f;font-size: 18px;font-weight: bold;}
.newslist03 p.txt02{height: 48px;margin-top: 5px;}


@media only screen and (max-width:920px) {
.newtitle{font-size: 18px;}
.newslist03 li{width: calc(50% - 82px);float: left;  padding:30px 30px;border:1px solid #ebebf2;margin-left: 20px;}
}

@media only screen and (max-width:768px) {
  .newsh{padding:0 0 20px 0;}
  .newsh .fhlb_a{position: relative;right: auto;font-size: 14px;}
  .newtitle{font-size: 14px;}
  .newsh .byline{font-size: 14px;}
  .newsh_cn{padding:30px 0;font-size: 14px;}
  .toolbar a{font-size: 14px;}
.newslist03{margin:0;}
.newslist03 li{width: calc(100% - 42px);float: none; margin-top: 20px; padding:20px;border:1px solid #ebebf2;margin-left: 0;}
.newslist03 p.txt02{height: auto;}
.newslist03 p.txt01{font-size: 14px;}
}



/* ==========================================================================
   pro
   ========================================================================== */
.breadcrumb02{height: 70px; line-height: 70px; border-bottom: 1px solid #e9e9e9;font-size: 16px;color: #666;}
.breadcrumb02 a:last-child {color: #0d257f;}
.breadcrumb02 a{color: #666;}

.prolist{margin-left: -40px;margin-top: 60px;}
.prolist li{width: calc(33.33% - 80px);padding:20px;background: #fff; 
  height: auto;margin-bottom:50px; margin-left: 40px; position: relative; float: left;overflow: hidden;
  -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.prolist li .pic {position: relative; height: auto;overflow: hidden;}
.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; }

.prolist li:hover{box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);transform: translate3d(0, -2px, 0);}

@media only screen and (max-width:1440px) {
  .breadcrumb02{height: 50px; line-height: 50px;font-size: 14px;}
}

@media only screen and (max-width:1200px) {
 .prolist li .txt01{font-size: 14px;}
}

@media only screen and (max-width:920px) {

.prolist{margin-top: 30px;}
}

@media only screen and (max-width:768px) {
.prolist{margin-left: -10px;margin-top: 20px;}
.prolist li{width: calc(50% - 30px);margin-left: 10px;padding:10px;}
}

@media only screen and (max-width:450px) {
.prolist li{margin-bottom: 20px;}
}



/* ==========================================================================
   proshow
   ========================================================================== */

.prodetail{margin-top:50px;}
.picslide{width:580px;overflow: hidden;float: left;}
.picslide .bigpic {position: relative; height: auto;overflow: hidden;border:1px solid #d5d6de;}
.picslide .bigpic .bgimg{width: 100%;}
.picslide .bigpic .uppic{width: 100%; height: 100%; transition: transform 1s;position: absolute;left: 0;top:0;}
.picslide .bigpic:hover .uppic{ transform: scale(1.05);}

.picslide .smallpic { overflow:hidden; zoom:1; padding:10px 25px; position:relative;   }
.picslide .smallpic .sPrev,.picslide .smallpic .sNext{ position:absolute; top:10px; display:block; width:20px; height:80px;z-index:1;
   background:#f9f9f9; color: #333; text-align: center; line-height:80px;font-size: 18px;}
.picslide .smallpic .sNext{ right:0;  }
.picslide .smallpic .sPrev{ left:0;;}
.picslide .smallpic .sPrev:hover,.picslide .smallpic .sNext:hover{ color: #0d73c4;}
.picslide .smallpic li{width: calc(20% - 10px); margin:0 4px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picslide .smallpic li .pic{ text-align:center; }
.picslide .smallpic li .pic img{width: calc(100% - 2px);border:1px solid #cbcbcb; height:80px; display:block;}
.picslide .smallpic li .pic a:hover img{ border-color:#999;  }

.prodetail .right{width: calc(100% - 650px); overflow: hidden;float: right;}
.protit{margin-bottom: 20px;}
.protit h3{font-size:24px;color: #2a5086;}
.protit p.xh{font-size: 16px;margin-top: 10px;}

.prodetail .txtms{height:280px; line-height:30px; overflow-y: auto; font-size: 16px;}

.prodetail .box_btn{width: 290px;height: 56px; line-height: 56px;text-align: center; background: #2a5086;color: #fff;
font-size: 24px; font-weight: bold;margin-bottom: 20px;}
.prodetail .box_btn span{font-size: 16px;font-weight: normal;}

.slidepro{margin-top: 30px;}
.slidepro .parHd{height: 73px;background: #f9f9f9; }
.slidepro .parHd ul{max-width: 1540px;margin:0 auto;}
.slidepro .parHd li{font-size: 18px; height:70px; line-height:70px;margin: 0 10px 0 0;border-bottom: 3px solid #f9f9f9;
 padding:0 40px;cursor: pointer;display: inline-block; font-weight: bold;}
.slidepro .parHd li.on{border-color: #2a5086;color: #2a5086;margin-top: 1px; position: relative;}
.slidepro .parBd{padding:20px 0;}
.slidepro .prods .row{margin:0 auto 50px auto;max-width: 1000px;font-size: 16px; line-height: 30px; }


.slidepro .parBd{padding:50px 10px;max-width: 1540px;margin:0 auto;}
.slidepro .xqtit{height: 50px; line-height: 50px;background: #4b5a62;color: #fff;padding:0 30px;font-size: 16px;}


@media only screen and (max-width:1600px) {
.slidepro .parHd ul,.slidepro .parBd{max-width: 1440px;}
}

@media only screen and (max-width:1440px) {
.slidepro .parHd ul,.slidepro .parBd{max-width: 1320px;}
}

@media only screen and (max-width:1200px) {
.slidepro .parHd ul,.slidepro .parBd{max-width: 1100px;}
}

@media only screen and (max-width:920px) {
.picslide{width: 400px;}
.prodetail .right {width: calc(100% - 430px);}
.prodetail .txtms{font-size: 14px;line-height: 24px;}
.protit p.xh{font-size: 14px;}
.prodetail .txtms{height: 160px;}
.prodetail .box_btn{font-size: 18px;width: 240px;height: 45px; line-height: 45px;}
.slidepro .parHd{height: 53px;}
.slidepro .parHd li{height: 50px; line-height: 50px;padding:0 30px;font-size: 14px;}
}

@media only screen and (max-width:768px) {
  .picslide{width: 100%;}
  .prodetail .right {width:100%;margin-top: 20px;}
  .protit h3{font-size: 18px;}
  .protit p.xh{font-size: 12px;}
  .prodetail .txtms{height: 120px; font-size: 12px; line-height: 18px;}
  .slidepro .parHd li{padding:0 20px;margin-right: 0;}
  .slidepro .parHd{height: auto;}
  .slidepro .parBd{padding:20px;}
}


/* ==========================================================================
   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: #0d257f;border-color: #0d257f;}
#Lb_pager .pages .pgempty { cursor: not-allowed;}
#Lb_pager .pages a:hover{color: #fff; text-decoration: none;background-color: #0d257f;border-color: #0d257f;}





/* ==========================================================================
   Sidebar
   ========================================================================== */
.overview {
    color: #fff;
    font: 300 18px/59px microsoft yahei;
    background: #006db9;
    padding-left: 18px;
}

.sidenav{text-align: right;position: relative;}
.sidenav li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-align: center;margin:0 20px;
}

/*.sidenav li.active:before {
content: "";display: block; bottom:-6px; left:50%;margin-left: -6px; position: absolute;
width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;
}*/

.sub_nav {background: #fff;border-bottom: 1px solid #e9e9e9;position: relative;/*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/}

.sidenav li:hover{}
.sidenav li.active {border-bottom:2px solid #0d257f;}
.sidenav li:hover a,
.sidenav li a:hover{color: #0d257f; }
.sidenav li.active a {color: #0d257f; font-weight: bold;}
.sidenav li:last-of-type a {}

/* overview */
.ln-menu-link { display: block; font-size:18px; position: relative; *zoom: 1; line-height:80px;color: #80848a;}

#ln-menustate {
    display: none;
}


@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;margin:0;border-bottom: 0;}
    .sidenav li.active:before{display: none;}
    .sidenav li a:hover,.sidenav li.active a {color: #0d257f;line-height:20px;}

    .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: 767px) {    
    .content {
        position: relative;
        padding-top: 20px;
        padding-bottom: 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;
        padding: 0;
        background: none;
        color: #333; font-size: 14px;
    }
    .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: 17px 10px 28px 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;

}
}



