html *{outline:0;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
html,body{font-family:sans-serif}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0}
input,select,textarea{font-size:100%}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
abbr,acronym{border:0;font-variant:normal}
del{text-decoration:line-through}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:500}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:500}
q:before,q:after{content:''}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
ins,a{text-decoration:none}
body{font-size:14px;}
body,html{background-color: #fff;font-family:Arial,"微软雅黑";color: #2f3c49;}
.clearfix:after,.c:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility: hidden; }
.clearfix{ display:block;*zoom:1; }
select{appearance:none;-webkit-appearance:none;}
em,i{font-style: normal;}
.container{width:1200px;margin:0 auto;padding:0;}
.fright{float: right;}
.hide{display: none !important}
.corred{color: #e60012 !important;}
.corblack{color: #000 !important;}
.bgfff{background-color: #fff;}
.tright{text-align: right !important;}
.fArial{font-family: "Arial";}
.center{
    text-align: center;
}
.maxwidth{
  max-width:100%
}

.top-con{
    position: fixed;
    top:0;
    z-index: 10;
    width: 100%;
    left: 0;
}
.flex{
  display:flex;
 justify-content:space-between;
}
header{
    background-color: #2f3c49;
    border-bottom: 6px solid #449cc9;
    padding: 28px 0;
}
body{
    padding-top: 158px;
}
.logon-search{
    color: #fff;
    float: right;
    margin-top: 10px;
}
.logon-search i{
    cursor: pointer;
}
.logon-search a{
    color: #fff;
    margin-right: 20px;
}
.nav-pagination{
  text-align:center;
}
.nav{
    background: url(../../images/navbg.jpg) center repeat-x;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    text-align: center;
}
.nav .container>ul>li{
    display: inline-block;
    position: relative;
}
.nav .container>ul li a{
    color: #2f3c49;
}
.nav .container>ul li a i{
    padding-left: 5px;
}
.nav .container>ul ol{
    position: absolute;
    top: 54px;
    display: none;
    z-index: 50;
    padding: 0;
    width: 230px;
    background:#f5f5f5;
    left: 50%;
    transform: translateX(-50%);
}
.nav .container>ul ol a{
    font-weight: normal;
}
.nav .container>ul ol li a {
    color: rgb(55, 51, 50);
    line-height: 48px;
}

.nav .container>ul ol li:hover {
    cursor: pointer;
    background: #ebebeb;
}
.nav .container li:hover ol {
    display: block;

}
.nav-icon.fa{
    color: #fff;
    float: right;
    margin-right: 20px;
    display: none;
}
   
.sm-nav{
    display: none;
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.header_zt .header_zt_logo {
    margin-top: 15px;
    margin-left: 15px;
    display: block;
    position: relative;
}

.header_zt .header_zt_logo img {
    display: block;
    height: 30px;
    width: auto;
}
.header_zt .header_zt_logo .fa-close{
    color: #fff;
    position: absolute;
    right: 15px;
    top:0px;
}
.header_zt {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 999999;
    background: #2f3c49;
}
.right-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 60px;
    background-color: #fff;
    z-index: 9999997;
    min-width: 320px;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
    transition: 0.45s;
}

.right-menu1 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

.right-menu>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999997;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.right-menu>div>.menu-ul {
    height: 95%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.right-menu>div>.menu-ul>li {
    width: 100%;
    line-height: 4em;
    position: relative;
    font-size: 16px;
}
.row{
  margin:0 !important;
}
.right-menu>div>.menu-ul>li>a {
    border-bottom: 1px solid #ddd;
    color: #000;
    display: block;
    opacity: 0.8;
    width: 100%;
    padding-left: 10%;
}

.menu-ul .new-ul2>p {
    width: 100%;
    border-bottom: 1px solid #ddd;
    line-height: 3em;
    position: relative;
    font-size: 13px;
}

.menu-ul .new-ul2>p>a {
    color: #000;
    /* display: block; */
    opacity: 0.8;
    width: 100%;
    padding-left: 15%;
    font-size: 14px;
}
.new-ul2{
    display: none;
}
.banner{
    width: 100%;
    overflow: hidden;
}
.banner img{
    width: 100%;
    display: block;
    margin: 0  auto;
}
.banner .swiper-slide-active img{
    -webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 4s;
    -webkit-animation-fill-mode: forwards;
    animation-name: scaleDraw;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-duration: 4s;
    animation-fill-mode: forwards;
}
.kg-adv{
    margin-top: 40px;
    background: url(../images/kd-link.jpg) center no-repeat;
    height: 294px;
    color: #fff;
    display: flex;
    align-items:center;
    box-shadow: 0 2px 6px 6px rgba(0,0,0,0.1);
}
.kg-adv-con{
    float: left;
    margin-left:0px;
}
.kg-adv h1{
    font-size:20px;
   margin-bottom:20px;
}
.kg-adv h2{
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: bold;
}
.kg-adv  a{
    font-size: 18px;
    border:2px solid #fff;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    transition: all ease-in 0.5s;
    color: #fff;
}
.kg-adv  a:hover{
    background-color: #fff;
    color: #449cc9;
    cursor: pointer;
}
.kg-adv img{
    width: 100%;
}
.cx-module {
    margin-top: 40px;
    background: url(../images/line.png) center bottom no-repeat;
    padding-bottom: 50px !important;
}
.news.cx-module{
   background:none
}
.cx-module .title{
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
}
.cx-module .title p{
    margin-top: 15px;
}
.cx-link {
    text-align: center;
}
.cx-link ul li{
    display: inline-block;
    width: 31%;
    vertical-align: top;
    transition: all ease 0.1s;
    overflow: hidden;
}
.cx-link ul li img{
    width: 100%;
}
.index-link ul li:hover img{
    -webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 4s;
    -webkit-animation-fill-mode: forwards;
    animation-name: scaleDraw;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    
}
.cx-link ul li a{
    color: #2f3c49;
}
.cx-link h3{
    font-size: 25px;
    padding: 15px 0;
    border-bottom: 1px solid #555555;
  
}
.cx-link .g-icon{
  position: absolute;
    bottom: 14px;
    right: 26px;
}
.cx-link .li-con{
    text-align: left;
    padding: 15px 0;
    font-size: 18px;
}
.cx-link .li-con h4{
    font-size: 20px;
}
.cx-link .li-con p{
    line-height: 24px;
    margin: 20px 0;
    height: 48px;
    overflow: hidden;
    font-size:14px;
}
.bar{
    text-align: center;
    margin-top: 50px;
}
.bar ul li{
    float: left;
    text-align: center;
}
.bar ul li p{
    font-size: 20px;
    margin-top: 30px;
}
.footer{
    background-color: #2f3b49;
    padding-top: 40px;
    margin-top: 70px;
}
.footer-top{
    font-size: 14px;
}
.footer-top .f-logo{
    float: left;
}
.footer-top .f-nav{
    float: right;
    color: #fff;
    width:82%;
    text-align: center;
    padding-bottom: 80px;
}
.footer-top .f-nav a{
  color: #fff;
}
.footer-top .f-nav dl{
    width: 25%;
    float: left;
}
.footer-top .f-nav dl dd{
    margin-top: 10px;
    line-height: 26px;
}
.footer-top .f-nav p a{
    color: #fff;
}
.contact-info{
    color: #fff;
    float: right;
}
.contact-info img{
    margin-right: 10px;
}
.contact-info p{
    margin-top: 10px;
    line-height: 26px;
}
.footer-bottom{
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-top:1px solid #788088;
}
.footer-bottom a{
  color: #fff;
}
.sm-footer{
    background-color: #2f3b49;
    color: #fff;
    padding: 20px 20px;
}
.sm-footer a{
    color: #fff;
}
.sm-footer h4 {
    margin: 10px 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.sm-footer h4 span{
    float: right;
}
.sm-footer li{
    margin: 20px 0;
}
.sm-footer .li-con{
    padding-left: 30px;
    display: none;
}
.sm-footer .li-con p{
    margin: 10px 0;
}
/*搜索框*/

.searchArea{
    width: 100%;
    height: 300px;
    display: none;
    position: fixed;
    top: 152px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: rgba(0,0,0,0.5)
}
.searchContent{
    width: 800px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%,-50%);
}.searchContent input{
    height: 40px;
    width: 600px;
    display: inline-block;
    margin: 0 auto;
    background: #fff;
    border:none;
	padding-left: 10px;
}
.searchContent span{
    width: 150px;
    height: 40px;
    display: inline-block;
  
    vertical-align: top;
    color: #fff;
    background: #003e97;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.sm-footer{
    display: none;
}

/* 新闻中心 */
.com-title{
    margin: 80px 0;
    text-align: center;
}
.com-title img{
   max-width:100%;
}
.news ul{
   text-align: left;
}
.news ul li img{
    padding-bottom: 54px;
    background-color: #eeeeee;
    display: block;
}
.news ul li{
    position: relative;
    margin-bottom: 30px;
}
.news .cx-link .li-con p{
   margin:20px 0;
}
.news ul li:hover img{
    -webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 4s;
    -webkit-animation-fill-mode: forwards;
    animation-name: scaleDraw;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    background-color: #337ab7;
    
}
.news ul li:hover .g-icon{
  color:#fff;
}
.news .li-con{
    position: absolute;
    left: 0;
    right: 60px;
    bottom: 0;
    background:rgba(255,255,255,0.8);
    padding: 10px;
    font-size: 18px;
}
.news .li-con h4{
    font-size: 16px;
    background: url(../images/tt-line.png) left bottom no-repeat;
    padding-bottom: 10px;
}
/* 联系我们 */
.contact{
    background: url(../images/contact-bg.png) center no-repeat #eee;
}
.contact .com-title{
    padding: 80px 0 50px 0;
    margin: 0;
}
.contact-con{
    width: 1200px;
    margin: 0 auto;
      border-bottom: 1px solid #b4b8bc;
    padding-bottom:  40px;
}
.contact-con h2{
    font-size: 42px;
    margin-bottom: 30px;
}
.l-contact{
    float: left;
}
.l-contact ul{
   margin-left:126px;
}
.l-contact ul li{
    margin: 15px 0;
}
.l-contact ul li img{
    margin-right: 10px;
}
.erwei{
    float: right;
  width:250px;
}
.contact-list{
    text-align:center;
  margin-top:40px;
}
.contact-list ul li{
   display:inline-block;
   width:28%;
  text-align:left;
  min-height:190px;
  padding:20px;
  background:#e7e7e7;
  vertical-align:top;
}
.contact-list ul li h2{
   font-size:20px;
  color:#333;
  font-weight:bold;
  margin:15px 0;
}
.contact-list ul li p img{
  margin-right:5px;
}
.contact-list ul li p{
  margin:10px 0;
}
/* 关于我们 */
.intro{
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
}
.intro p{
   text-align:left;
  text-indent:2em;
}
.about-s1 {
    background: url(../images/line.png) center bottom no-repeat;
    padding-bottom: 100px !important;
}
.about-s1 .com-title{
    margin-bottom: 40px;
}
.about-s2{
    text-align: center;
}
.about-s3{
    background: url("../images/about-img.jpg") center no-repeat;
    height: 280px;
    margin-top: 40px;
}
.about-s5{
    background-color: #f7f7f7;
    margin-top: 40px;
}
.about-s5  .about-s5-con{
}
.about-s5 .swiper-wrapper img{
    width: 100%;
}
.swiper-btn{
    background-image: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #e3e3e3;
    background-color: #fff;
}
.leader-all{
}
.leader-tt{
  font-size:16px;
  padding-bottom:20px;
  border-bottom:1px solid #00457b;
  margin-bottom:20px;
  display:  flex;
  align-items:  center;
}
.leader-tt b{font-size:30px;margin-right:20px;float:left;}
.leader-con{
   clear:both;
  padding:40px;
  background-color:#f7f7f7;
  margin-bottom:20px;
}
.leader-intro{
  color:#58595b;
  font-size:18px;
}
.leader-intro img{
   float:left;
  margin-right:20px;
}
@-webkit-keyframes scaleDraw {
    0% {
        -webkit-transform:scale(1);
        		transform:scale(1);
    }
    100% {
        -webkit-transform:scale(1.1);
        		transform:scale(1.1);
    }
}
@keyframes scaleDraw {
    0% {
        -webkit-transform:scale(1);
        		transform:scale(1);
    }
    100% {
        -webkit-transform:scale(1.1);
        		transform:scale(1.1);
    }
}

@media (max-width:1200px) {
  .flex{
    display:block;
  }
  header .logo{
    margin-left:20px;
  }
  .container{
     width:100%;
     padding:0 15px 0 15px;
    box-sizing: border-box;
  }
    .about-s2 img{
        width: 90%;
    }
  .l-contact ul{
    margin-left:0;
  }
    .nav{
        font-size: 16px;
    }
    .footer-top .f-logo,.footer-top .contact-info{
        display: none;
    }
    .footer-top .f-nav{
        width: 100%;
    }
    .contact .com-title{
        padding: 40px 0;
    }
    .com-title img{
        width: 90%;
    }
    
    .contact-con{
        padding: 0 20px;
        width: auto;
    }
    .erwei{
        width: 150px;
    }
    .contact-con h2{
        font-size: 30px;
    }
    .footer{
        margin-top: 40px;
    }
}

@media (max-width:768px ) {
  .news ul{
     text-align:center;
  }
  .leader-intro img{display:none}
    .logon-search{
        display: none;
    }
    body{
        padding-top: 65px;
    }
    .searchArea{
        display: none;
    }
    header{
        padding:15px 0;
    }
    header .logo img{
       width: 200px;
    }
    .nav-icon.fa{
        display: block;
    }
    .nav{
        display: none;
    }
   
   
    .kg-adv{
        padding: 0 10%;
        margin-top: 20px;
        height: 204px;
    }
    .kg-adv-con{
        margin-left: 0%;
    }
    .kg-adv h2{
        font-size: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cx-link ul li{
        width:100%;
        margin: 0px auto 20px;
    }
    .cx-module .title{
        font-size: 26px;
    }
    .bar{
        margin-top: 0;
    }
    .bar ul li{
        width: 50%;
        margin-bottom: 30px;
    }
    .bar ul li p{
        font-size: 20px;
    }
    .footer{
        display: none;
    }
    .sm-footer{
        display: block;
    }
    .contact{
        padding-bottom: 40px;
    }
    .contact-info{
        float: none;
        text-align: center;
    }
    .com-title{
        margin: 40px 0;
    }
   
    .news ul li{
        margin-bottom: 30px;
    }
    .contact-con h2{
        font-size: 30px;
    }
    .intro{
        width: 90%;
        font-size: 16px;
        line-height: 34px;
    }
    .about-s2 .com-title{
        margin-top: 0;
    }
    .about-s4 .com-title{
        margin: 40px 0;
    }
  .contact-list{
     margin-top: 0;
  }
  
  .contact-list ul li{
      width:90%;
      margin:0px  auto 20px; 
  }
}
.news-detail{
  margin-top:50px
}
.news-detail h2{
  font-size:40px;
  color:#3e3a3a;
}
.news-detail .time{
  padding:14px 0;
  border-top:1px solid #bfbfbf;
  border-bottom:1px solid #bfbfbf;
  font-size:16px;
  color:#58595b;
  margin:30px 0;
}
.news-content{
  font-size:20px;
  line-height:40px;
}
.news-content img{
   display:block;
   margin:20px auto;
  max-width:100%
}
.recommand{
  margin-top:50px;
}
.recommand h3{
  font-size:30px;
  color:#2f3c49;
  margin-bottom:30px;
}
.recommand-list .swiper-slide{
  width:376px;
  margin:0 2px
}
.recommand-list .swiper-button-prev{
   background-color:#f7f8f8;
  background-size:15px 15px;
}
.recommand-list .swiper-button-next{
   background-color:#f7f8f8;
  background-size:15px 15px;
}
.recommand-list .swiper-slide img{
  max-width:100%
}
.recommand-list .swiper-slide .tt-con{
  padding:15px 0;
  border-bottom:1px solid #bfbfbf;
}
.recommand-list .swiper-slide .tt-con h4{
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  font-size:18px;
}
.recommand-list .swiper-slide .tt-con p{
  margin-top:10px;
  font-size:14px;
}
@media (max-width:414px ) {
  .recommand{
    margin-top:30px;
  }
  .recommand h3{
    font-size:24px
  }
  .recommand-list .swiper-slide .tt-con h4{
  
    
    font-size:14px
  }
  .recommand-list .swiper-slide .tt-con p{
    font-size:12px
  }
  .news-detail h2{
    font-size:26px;
  }
  .news-content{
    font-size:15px;
    line-height:30px;
  }
  .news-content img{
   
  }
  .leader-con{padding:15px;}
  .leader-tt,.leader-intro{font-size:14px;}
  .leader-tt b{font-size:20px;}
    .news .li-con{
        right:50px;
    }
    .about-s3{
        height: 200px;
        background-size: cover;
    }
    .banner{
        height: 220px;
    }
    .banner img{
        height: 220px;
    }
    .about-s5 .swiper-wrapper{
        height: 200px;
        padding-bottom: 40px;
    }
    .about-s5 .swiper-slide img{
        width: 100%;
        height: 200px;
    }
    .kg-adv h2{
        font-size:22px;
        margin:20px 0 20px;
    }
    .cx-module .title{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .cx-link h3{
        font-size: 18px;
        padding: 15px 0;
    }
    .cx-link .li-con h4{
        font-size: 16px;
    }
    .cx-link .li-con p{
        font-size: 14px;
        margin: 10px 0;
    }
    .cx-module .title{
        font-size: 18px;
        padding: 0 10px;
    }
   
    .bar ul li img{
        height: 80px;
    }
    .bar ul li p{
        font-size: 18px;
    }
    .contact{
        position: relative;
    }
    .erwei{
        position: absolute;
        right: 20px;
        bottom: 50px;
        width: 100px;
    }
    .contact-con h2{
        font-size: 21px;
    }
  .contact-con h2 img{
     width:60px;
  }
    .intro{
        font-size: 14px;
    }
  .contact-list ul li h2{
     font-size:18px;
  }
}
@media (max-width:320px ) {
    .contact-con h2{
        font-size: 20px;
    }
    .erwei{
        width: 60px;
        bottom: 100px;
    }
    .kg-adv{
        height: 200px;
    }
    .kg-adv h2{
        font-size: 20px;
    }
}