@import url(iconfont.css);
@import url(ui.css);
@import url(liMarquee.css);
@import url(swiper.min.css);

*{ margin:0; padding: 0; box-sizing: border-box; outline: none;}
body{ font-family:'microsoft yahei'; font-size:14px; background:#FFF; color:#333; padding-top: 78px;}
em,i{ font-style: normal; }
ul{ list-style: none; }

a{color:#333;text-decoration:none}
a:hover{color:#ff651f}

.container{position:relative; margin:0 auto; width: 100%; max-width: 1200px;}

.m-nav{ position: fixed; left: 0; top:-200%; width: 100%; height: 100vh; background: #FFF; transition: 0.5s; z-index: 10000 }
.m-nav .close{ position: absolute; right: 15px; top:15px;  z-index: 999 }
.m-nav .close i{ font-size: 28px; }
.m-nav ul{ position: absolute; left: 0; top:50%; transform: translateY(-50%); width: 100%; height: 100%;  padding: 70px 15px 15px; }
.m-nav li{ position: relative; }
.m-nav li>a{ display: block; line-height: 50px; border-bottom: 1px solid #ddd; font-size: 18px;}
.m-nav.cur{ top: 0; }

.menu-btn{display:none;padding:20px 0;float:right;margin-left:10px}
.menu-btn:before,.menu-btn:after,.menu-btn span{display:block;height:2px;background-color:#333;content:''}
.menu-btn:before{width:24px}
.menu-btn:after{width:24px;}
.menu-btn span{width:24px;margin:6px 0 6px 0}

.header{ width: 100%; height: 78px; background: #FFF; position: fixed; top: 0; left: 0; z-index: 1000; }
.header .logo{ float: left; height: 78px;  z-index: 10}
.header .logo a{ display: flex; height: 100%; align-items: center;  }
.header .nav{ float: left; margin-left: 100px;}
.header .nav ul{font-size:0; }
.header .nav li{display:inline-block; vertical-align:middle; position: relative; }
.header .nav li>a{display:block; font-size:18px; line-height:78px; color: #0a2a81; position: relative; margin: 0 23px; }
.header .nav li>a:before{ display: none; position: absolute; left: 0; bottom: 0;  width: 100%; height: 3px; background: #0a2a81; content:''; }
.header .nav li.active>a:before,.header .nav li>a:hover::before,.header .nav li:hover a::before{ display: block; }
.header .nav li.active>a{ color: #0a2a81; }
.header .denglu{ float: right; width: 118px; height: 34px; font-size:18px; text-align: center; margin-top: 22px; }
.header .denglu a{ color: #0a2a81; line-height: 30px; padding: 0 5px;   }

.banner{ width: 100%; position: relative; overflow: hidden; }
.banner .swiper-pagination-bullet{ width: 6px; height: 6px; border-radius: 3px; background: #FFF; opacity: 1;  }
.banner .swiper-pagination-bullet-active{ width: 30px; }
.banner .swiper-slide img{ width: 100%;}

.section{ padding: 60px 0; }
.section-title{ text-align: center; margin-bottom: 30px; }
.section-title strong{ display: flex; justify-content: center; align-items: center; margin-bottom: 10px; }
.section-title strong span{ font-size: 30px; color: #00103e; padding: 0 50px; }
.section-title strong i{ flex:0 0 127px; height: 4px; background:url(../images/left.jpg) no-repeat; }
.section-title strong i:last-child{ background:url(../images/right.jpg) no-repeat; }
.section-title p{ color: #496eb2; font-size: 20px; }

.main{ display: flex; }
.main .items{ flex:1; margin-right: 30px; padding: 30px 0; }
.main .items:last-child{ margin-right: 0; }
.main .table{ border-radius: 8px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,0.1) }
.main .table table{ width: 100%; text-align: center; border-collapse: collapse; }
.main .table table thead{ background: #ff651f; color: #FFF; }
.main .table table thead th{ padding: 15px 0; font-size: 16px; }
.main .table table tr td{ padding: 13px 0; border-top: 1px solid #d5dee5; color: #2e3842;  }

.links{ margin:25px 0; }
.links a{ margin-right: 15px; }

.footer{ background: #1c2836; padding: 58px 0 0; }
.footer a{ color: #b2b2b2; } 
.footer a:hover{ color: #FFF; }
.fnav{ float: left; }
.fnav dl{ float: left; margin-right: 100px; }
.fnav dl:last-child{ margin-right: 0; }
.fnav dl dt{ display: flex; justify-content: space-between; align-items: center; font-size: 18px; color: #FFF; margin-bottom: 13px; position: relative;}
.fnav dl dt i{ display: none; }
.fnav dl dd a{ display: block; line-height: 30px; font-size: 16px; }
.fnav dl dd p{ line-height: 30px; color: #b2b2b2; font-size: 16px;  }
.fnav dl dd p i{ font-size: 22px; margin-right: 10px;}
.footer .ewm{ float: right; width: 350px; display: flex; text-align: center; padding-left: 60px; border-left: 1px solid rgba(255,255,255,0.5) }
.footer .ewm li{ margin-left: 15px; color: #FFF; }
.footer .ewm li img{ max-width: 100%; }
.footer .copyright{ padding: 10px 0; line-height: 25px; background: #1c2836; text-align: center; color: #8d8d8d; margin-top: 55px; border-top: 1px solid rgba(255,255,255,0.1) }
.footer .copyright a{ color: #8d8d8d;  }

.fu{ position: fixed; left: 50%; top:50%; width: 460px; transform: translate(-50%,-50%); height: 230px; background: #FFF; border-radius: 10px; z-index: 999; padding:25px; border: 1px solid #ddd; }
.fu .close{ position: absolute; right: 5px; top:5px; cursor: pointer;  }
.fu .close i{ font-size: 24px;  }
.fu .con h2{ font-size: 24px; font-weight: normal; margin-bottom: 10px;}
.fu .con .ewm { display: flex; align-items: center; margin-bottom: 10px; }
.fu .con .ewm .pic{ flex:0 0 120px; margin-right: 20px; }
.fu .con .ewm .pic img{ max-width: 100%; }
.fu .con .ewm .text{ font-size: 20px; }
.fu .con .btns a{ display: inline-block; padding:0 50px; line-height: 40px; margin-right: 15px; border: 1px solid #666; border-radius: 4px; font-size: 16px;  }
.fu .con .btns a:first-child{ background: #00103e; border-color: #00103e; color: #FFF; }

.shouhou{ background: #f4fcfe; }
.shouhou ul{margin:0 0 0 -30px;}
.shouhou li .items{ display: block; margin:0 0 20px 30px; text-align: center; padding: 30px; border-radius:10px; background: #FFF; box-shadow: 0 0 10px rgba(0,0,0,0.1) }
.shouhou li:last-child .items{ padding: 15px; text-align: left; }
.shouhou li .img-center{ margin-bottom: 10px; }
.shouhou li .img-center img{ max-width: 130px; }
.shouhou li h2{ font-size: 24px; color: #00103e; margin-bottom: 10px; }
.shouhou li h2 a{ color: #00103e; } 
.shouhou li h4{ font-size: 18px; color: #496eb2; height: 60px; font-weight: normal; }
.shouhou li h3{ font-size: 24px; color: #00103e; margin-bottom: 10px; }
.shouhou li .con{ height: 200px; overflow: hidden; }
.shouhou li p{ border-bottom: 1px solid #eee; padding: 8px 0; line-height: 1.5; }

.shouhou2 h2{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; color: #00103e; }
.shouhou2 h2 span{ font-size: 30px; }
.shouhou2 h2 i{ font-weight: normal; }
.shouhou2 .text{ padding-left: 50px; margin-left: 50px; border-left: 1px solid #d4e4f1 }
.shouhou2 .text .btns{ margin-top: 50px; }
.shouhou2 .text .btns a{ display: block; line-height: 60px; color: #FFF; border-radius: 30px; background: #fd5f18; text-align: center; font-size: 24px;}

.jiage{ background: #f1f8fe; }
.jiage ul{ margin:0 0 0 -25px; }
.jiage li .items{ display: block; margin:0 0 25px 25px;  }
.jiage li .con{ background: #FFF; border-radius: 10px; padding: 30px; box-shadow: 0 0 10px rgba(0,0,0,0.1) }
.jiage li .con p{ line-height: 35px; font-size: 18px; }

.jiage2{ background: #1d2730; padding: 60px 0; }
.jiage2 h2{ color: #fe7e25; margin-bottom: 10px; font-size: 30px; }
.jiage2 h3{ color: #FFF; margin-bottom: 10px; font-size: 20px; font-weight: normal; }
.jiage2 p{ color: rgba(255,255,255,0.5); font-size: 16px;  }
.jiage2 .btns{ text-align: right; }
.jiage2 .btns a{ display: inline-block; padding: 0 100px; line-height: 60px; color: #FFF; border-radius: 30px; background: #fd5f18; text-align: center; font-size: 24px;}

.list-1 li{ display:flex; margin-bottom: 25px;}
.list-1 li .pic{flex:0 0 260px; height:180px; overflow: hidden; margin-right: 25px;  border:1px solid #ddd;}
.list-1 li .pic img{ width:100%;}
.list-1 li .text{ flex:1}
.list-1 li .text h2{ line-height: 35px; font-weight: bold; font-size:18px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.list-1 li .text .date{ margin:10px 0;}
.list-1 li .text .desc{ line-height: 25px;  font-size:14px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.list-1 li .text h2 a:hover{ color:#0a2a81;}

.info-content{ padding: 30px 0 60px; }
.info-content-title{ margin-bottom: 25px; border-bottom:1px solid #ebebeb; padding-bottom: 20px;  }
.info-content-title h1{ font-size: 24px; }
.info-content-title .desc{ color: #666; margin:15px 0; line-height: 1.5;}
.info-content-title .date{ color: #999; display: flex; align-items: center; }
.info-content-title .date p{ margin-right: 25px; }
.info-content-body{ font-size: 14px; color: #2c2c36; line-height: 1.8; }
.info-content-body img{ max-width: 100%; }
.info-content-exp{ display: flex; align-items: center; flex-wrap: wrap; padding-top: 20px; border-top: 1px solid #ddd; margin-top: 40px;}
.info-content-exp li{ flex:1; }
.info-content-exp li:last-child{ text-align: right; }
.info-content-exp li a{ color: #0a2a81 }

.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {display: flex; justify-content: center; margin-top: 10px;}
.pagination a{background:#fff;border:1px solid #ccc;color:#333;font-size:12px;padding:8px 10px;margin:0 2px;border-radius:3px;line-height:100%}
.pagination span{color:#333;font-size:12px;padding:7px 2px;margin:0 2px;border-radius:3px}
.pagination a:hover{color:#333;border:1px solid #0a2a81}
.pagination a.page-num-current{color:#fff;background:#0a2a81;border:1px solid #0a2a81}
.pagination .st{font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

@media screen and (max-width: 768px) {
	body{ padding-top: 60px; }
	.container{ padding:0 15px; }
    .menu-btn{display:block;}

    .header{ height: 60px; }
    .header .logo{ height: 60px;  }
    .header .logo img{ height: 40px; }
    .header .nav{ display: none; margin-left: 0; }
    .header .denglu{ margin-top: 13px; }

    .section{ padding: 30px 0; }
    .section-title{ text-align: center; margin-bottom: 30px; }
    .section-title strong span{ font-size: 24px; padding: 0 20px; }
    .section-title strong i{ flex: 0 0 100px; background-size: cover; }
    .section-title p{ color: #496eb2; font-size: 14px; }

    .main{ flex-wrap: wrap; }
    .main .items{ flex:100%; margin-right: 0;}

    .footer{ padding-top: 30px; }
    .fnav{ float: none; margin-bottom: 20px; overflow: hidden;  }
    .fnav dl{ margin-right: 0; width: 100%; padding: 0 10px 0 20px; }
    .fnav dl dt i{ display: block; }
    .fnav dl dd{ display: none; padding-bottom: 20px; }
    .fnav dl.active dd{ display: block; }
    .footer .ewm{ float: none; width: 100%; justify-content: center; padding-left: 0; border-left:0}
    .footer .ewm li{ margin:0 15px; }
    .footer .copyright{ padding: 15px; line-height: 22px; margin-top:15px; }

    .fu{ width: 100%;}
    .fu .con .btns a{  padding:0 30px; }

    .shouhou2 h2{ flex-wrap: wrap; }
    .shouhou2 h2 span{ flex: 100%; font-size: 24px; }
    .shouhou2 h2 i{ font-size: 16px; }
    .shouhou2 .text{ padding-left: 0; margin-left: 0; border-left: 0; margin-top: 20px; }
    .shouhou2 .text .btns{ margin-top: 30px; }

    .jiage2{ padding: 30px 0; }
    .jiage2 .xs12{ margin-bottom: 15px; }
    .jiage2 h2{ font-size: 20px; }
    .jiage2 p{ font-size: 14px;  }
    .jiage2 .btns{ text-align: center; margin-top: 10px; }
    .jiage2 .btns a{ padding: 0 60px; line-height: 50px;  font-size: 18px;}

    .list-1 li .pic{flex:0 0 100px; height:90px; margin-right: 10px;  }
    .list-1 li .text .date{ margin:0 0 5px;}
    .list-1 li .text .desc{ line-height: 20px;} 


}
