﻿@charset "utf-8";
/* by Sean Lu 20190918 */
/* 移动端全局控制reset */
body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video { margin:0; padding:0; }
article,aside,footer,header,hgroup,nav,section,audio,canvas,video { display: block; }
body { font-size: 100%;  font-family:Verdana,arial,Helvetica,STHeiti,Droid Sans Fallback; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color:rgba(0,0,0,0); background-color: #f4f4f4; }
textarea { resize: none; }
iframe,img { border:0; }
ul,ol { list-style:none; }
input, select, textarea { outline: 0; -webkit-user-modify: read-write-plaintext-only; }
/* input { -webkit-appearance: none; } */
a { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; color: #0f40b6; }

/* 清理浮动 */
.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.lk{display: block;height: 0;width: 0;overflow: hidden;}
/* 全局浮动 */
.fl { float: left; }
.fr { float: right; }

/* 圆细滚动条样式 20180601 */
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#FFF}
::-webkit-scrollbar-thumb:vertical{background-color:#c2c2c2;}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#A0A0A0}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}

/* 拖选文字样式 20160628 */
::selection { background: #0f40b6; color: #fff; }
::-moz-selection { background: #0f40b6; color: #fff; }

.wrapper { margin: 0 auto; width: 1100px; }

.fl { float: left; }
.fr { float: right; }


.topbar { background: #0f40b6; line-height: 34px; height: 34px; color: #fff; font-size: 14px; }
.topbar .tip { float: left; }
.topbar .links { float: right; }
.topbar .links a { color: #fff; }
.topbar .links .split { margin: 0 6px; }
.topbar .links .lang { padding-left: 26px; background: url(../img/lang01.jpg) no-repeat left center; margin-left: 10px; }
.topbar .links .lang.lang02 { background-image: url(../img/lang02.jpg); }


.headblock { height: 80px; }
.header { position: relative; z-index: 9; height: 50px; line-height: 50px; padding: 15px 0; background: #fff; -webkit-transition: all .2s; transition: all .2s; }
.header.fxd { position: fixed; top: 0; left: 0; right: 0; -webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1); box-shadow: 2px 2px 30px rgba(0,0,0,0.1); }
.header .logo { float: left; height: 50px; display: block; }
.header .logo img { height: 100%; display: block; }
.header .nav { float: right; }
.header .nav .nli { float: left; position: relative; }
.header .nav .nli .na { font-size: 14px; font-weight: bold; color: #333; text-transform: uppercase; text-decoration: none; padding: 0 10px; display: block; }
.header .nav .nli .na:hover { color: #0f40b6; }
.header .nav .nli:hover .na { color: #0f40b6; }
.header .nav .nli .na.nas:after { content: ''; width: 8px; height: 10px; background: url(../img/vbr.gif) no-repeat center; display: inline-block; margin-left: 4px; -webkit-transition: all .6s; transition: all .6s; }
.header .nav .nli:hover .na.nas:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.header .nav .nli .sub { position: absolute; top: 50px; left: 0; background: #f5f5f5; width: 160px; padding: 10px 20px; opacity: 0; visibility: hidden; -webkit-transition: all .2s; transition: all .2s; -webkit-transform: translateY(-10px) scale(.8);  -webkit-transform: translateY(-10px) scale(.8); -webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1); box-shadow: 2px 2px 30px rgba(0,0,0,0.1); }
.header .nav .nli:hover .sub { opacity: 1; visibility: visible; -webkit-transform: translateY(0) scale(1);  -webkit-transform: translateY(0) scale(1); }
.header .nav .nli .sub .sli { line-height: 24px; }
.header .nav .nli .sub .sli .sa { font-size: 14px; text-decoration: none; }


.bannerslide { }
.bannerslide .swiper-slide { background-position: center; background-size: cover; position: relative; height: 550px; }
.bannerslide .swiper-slide .textbox { text-align: left; position: absolute; width: 1100px; left: 50%; top: 47%; color: #fff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; -webkit-transition: .6s .6s all; transition: .6s .6s all; padding-left: 120px; }
.bannerslide .swiper-slide.swiper-slide-active .textbox { opacity: 1; padding-left: 0; }
.bannerslide .swiper-slide .textbox.textbox02 { color: #385076; }
.bannerslide .swiper-slide .textbox.textbox03 { -webkit-transform: translate(0); transform: translate(0); left: 46%; top: 7%; }
.bannerslide .swiper-slide .textbox .p1 { font-size: 40px; margin-bottom: 15px; font-weight: bold; }
.bannerslide .swiper-slide .textbox .p2 { font-size: 20px; line-height: 24px; margin-bottom: 15px; font-weight: bold; }
.bannerslide .swiper-slide .textbox .p3 { font-size: 14px; line-height: 20px; }
.bannerslide .swiper-slide .textbox .btn { margin-top: 30px; line-height: 44px; background: #0f40b6; color: #fff; font-size: 14px; font-weight: bold; display: inline-block; padding: 0 30px; text-decoration: none; -webkit-transition: all .2s; transition: all .2s; }
.bannerslide .swiper-slide .textbox .btn:after { content: ''; display: inline-block; width: 6px; height: 10px; background: url(../img/vvr.gif) no-repeat center; margin-left: 8px; }
.bannerslide .swiper-slide .textbox .btn:hover { opacity: .8; }
.bannerslide .swiper-slide.swiper-slide-active .textbox .p3 { left: 0; opacity: 1; }
.paginationw { position: absolute; left: 0; text-align: center; bottom: 10px !important; width: 100%; z-index: 9; }
.swiper-pagination-bullet { background: #fff; }
.swiper-pagination-bullet-active { background: #0f40b6; }


.bannerbar { background: #fff; height: 28px; padding: 10px 0; border-bottom: 1px solid #e6e6e6; }
.bannerbar .keywords { color: #666; float: left; line-height: 28px; font-size: 12px; }
.bannerbar .keywords .split { color: #ccc; margin: 0 4px; }
.bannerbar .seabox { float: right; width: 240px; }
.bannerbar .seabox .inp { width: 100%; box-sizing: border-box; border: 1px solid #e6e6e6; padding: 0 20px; font-size: 12px; line-height: 28px; background: url(../img/search.png) no-repeat 94% center; }



.homebox01 { padding: 50px 0 70px; background: #fff; }
.homebox01 .right { float: right; width: 266px; }
.homebox01 .left { margin-right: 316px; }

.homebox01 .hd { margin-bottom: 24px; line-height: 26px; height: 26px; }
.homebox01 .hd .tit { font-size: 17px; font-weight: bold; }
.homebox01 .hd .tit a { color: #385076; text-decoration: none; }
.homebox01 .hd .tit a:hover { opacity: .8; }
.homebox01 .left .hd .tit { float: left; }
.homebox01 .left .hd .sub { float: right; font-size: 12px; }
.homebox01 .left .hd .sub .split { color: #ccc; margin: 0 4px; }

.homebox01 .rlist .item { border-bottom: #dbdbdb 1px solid; border-right: #eeeeee 1px solid; border-left: #f1f5f8 1px solid; border-top: #f1f5f8 1px solid; margin-bottom: 22px; }
.homebox01 .rlist .item .img {  }
.homebox01 .rlist .item .img a { display: block; }
.homebox01 .rlist .item .img img { display: block; width: 100%; }
.homebox01 .rlist .item .nam { font-size: 17px; line-height: 48px; height: 48px; overflow: hidden; font-weight: bold; padding: 0 16px; }
.homebox01 .rlist .item .nam a { color: #385076; }
.homebox01 .rlist .item .txt { color: #385076; font-size: 13px; line-height: 18px; padding: 0 16px 22px; word-break: break-all; text-align: justify; }

.flist .item { width: 32%; float: left; margin-right: 2%; box-sizing: border-box; border-bottom: #dbdbdb 1px solid; border-right: #eeeeee 1px solid; border-left: #f1f5f8 1px solid; border-top: #f1f5f8 1px solid; margin-bottom: 20px; }
.flist .item:nth-child(3n) { margin-right: 0; }
.flist .item .img {  }
.flist .item .img a { display: block; }
.flist .item .img img { display: block; width: 100%; }
.flist .item .img a:hover img { opacity: .8; }
.flist .item .info { padding: 28px 20px 28px; }
.flist .item .info .shu { line-height: 16px; margin-bottom: 10px; font-size: 14px; height: 16px; overflow: hidden; }
.flist .item .info .shu a { color: #888; }
.flist .item .info .nam { line-height: 20px; margin-bottom: 10px; font-size: 17px; font-weight: bold; height: 20px; overflow: hidden; }
.flist .item .info .nam a { color: #385076; }
.flist .item .info .txt { font-size: 12px; line-height: 18px; height: 36px; overflow: hidden; color: #385076; word-break: break-all; text-align: justify; text-overflow: ellipsis; }

.homebox01 .bigbtn { text-align: center; }
.homebox01 .bigbtn a { display: inline-block; line-height: 46px; padding: 0 50px; background: #0f40b6; color: #fff; font-weight: bold; font-size: 13px; text-decoration: none; }
.homebox01 .bigbtn a:hover { opacity: .8; }


.homebox02 { background: #eceff5; padding: 60px 0; }
.homebox02 .hd { margin-bottom: 24px; line-height: 26px; height: 26px; font-size: 17px; font-weight: bold; }
.homebox02 .hd a { color: #385076; text-decoration: none; }
.homebox02 .hd a:hover { opacity: .8; }

.homebox02 .left { float: left; width: 45%; }
.homebox02 .right { float: right; width: 50%; }
.homebox02 .hb02list { }
.homebox02 .hb02list .swiper-slide { }
.homebox02 .hb02list .swiper-slide .img { background: #f0f3f7 url(../img/dw.png) no-repeat center; height: 190px; padding: 30px 0; }
.homebox02 .hb02list .swiper-slide .img a { display: block; }
.homebox02 .hb02list .swiper-slide .img img { display: block; height: 100%; margin: 0 auto; }
.homebox02 .hb02list .swiper-slide .txt { font-size: 16px; background: #0f40b6; line-height: 22px; padding: 30px 20px; text-align: center; color: #fff; font-style: italic; }
.homebox02 .hb02list .swiper-slide .nam { font-size: 16px; background: #fff; line-height: 30px; padding: 25px 0; text-align: center; overflow: hidden; font-weight: bold; }
.homebox02 .hb02list .paginationx { text-align: center; margin-top: 15px; }
.homebox02 .hb02list .paginationx .swiper-pagination-bullet { width: 11px; height: 11px; border: 1px solid #2f475f; box-sizing: border-box; opacity: 1; }
.homebox02 .hb02list .paginationx .swiper-pagination-bullet-active { background: #2f475f; }

.homebox02 .bd .img img { display: block; width: 100%; }
.homebox02 .bd .form { background: #fff; padding: 30px; }
.homebox02 .bd .form .biao { margin-right: 120px; overflow: hidden; }
.homebox02 .bd .form .biao .item { width: 49%; float: left; margin-right: 2%; margin-bottom: 20px; }
.homebox02 .bd .form .biao .item:nth-child(2) { margin-right: 0; }
.homebox02 .bd .form .biao .item:nth-child(3) { margin-top: -10px; margin-bottom: 0; }
.homebox02 .bd .form .biao .item.item02 { width: 100%; }
.homebox02 .bd .form .biao .item.item02 .ba { width: 80%; float: left; line-height: 36px; height: 36px; box-sizing: border-box; border: 1px solid #ccc; border-right: 0; padding: 0 10px; }
.homebox02 .bd .form .biao .item.item02 .bc { width: 20%; float: right; line-height: 36px; height: 36px; box-sizing: border-box; }
.homebox02 .bd .form .biao .item strong { font-size: 12px; font-weight: normal; color: #666; display: block; line-height: 24px; height: 24px; overflow: hidden; }
.homebox02 .bd .form .biao .item .inp { width: 100%; box-sizing: border-box; border: 1px solid #ccc; line-height: 36px; height: 36px; box-sizing: border-box; padding: 0 10px; }
.homebox02 .bd .form .btn { float: right; width: 100px; padding-top: 22px; }
.homebox02 .bd .form .btn .bb { border: 0; text-indent: -9999px; background: url(../img/send.png) no-repeat center; width: 100px; height: 86px; cursor: pointer; }
.homebox02 .bd .form .btn .bb:hover { opacity: .8; }


.homebox03 { background: #fff; padding: 60px 0 80px; }
.homebox03 .tit { text-align: center; margin-bottom: 60px; }
.homebox03 .tit .cn { line-height: 32px; height: 32px; margin-bottom: 22px; font-size: 20px; font-weight: bold; }
.homebox03 .tit .cn a { color: #385076; text-decoration: none; }
.homebox03 .tit .cn a:hover { opacity: .8; }
.homebox03 .tit .txt { font-size: 14px; line-height: 20px; color: #828282; }
.homebox03 .list { }
.homebox03 .list .item { width: 28%; float: left; text-align: center; margin-right: 8%; position: relative; }
.homebox03 .list .item:after { width: 2px; height: 40px; background: #ebebeb; content: ''; display: block; position: absolute; right: -16%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.homebox03 .list .item:last-child:after { display: none; }
.homebox03 .list .item:last-child { margin-right: 0; }
.homebox03 .list .item .num { font-size: 30px; line-height: 48px; font-weight: bold; color: #0f40b6; margin-bottom: 20px; }
.homebox03 .list .item .txt { font-size: 13px; line-height: 22px; color: #385076; }


.homebox04 { height: 400px; background: url(../img/fbg.jpg) no-repeat center; text-align: center; color: #fff; }
.homebox04 .tit { padding-top: 90px; font-size: 32px; font-weight: bold; margin-bottom: 15px; }
.homebox04 .sub { font-size: 20px; font-weight: bold; margin-bottom: 10px; }
.homebox04 .txt { font-size: 14px; line-height: 20px; }
.homebox04 .btn { margin-top: 40px; }
.homebox04 .btn a { display: inline-block; font-size: 14px; font-weight: bold; line-height: 42px; background: #0f40b6; color: #fff; text-decoration: none; padding: 0 30px; }
.homebox04 .btn a:after { content: ''; width: 6px; height: 10px; background: url(../img/vvr.gif) no-repeat center; display: inline-block; margin-left: 10px; }
.homebox04 .btn a:hover { opacity: .8; }


.homebox05 { padding: 60px 0; background: #eceff5; }
.homebox05 .hd { width: 15%; float: left; font-weight: bold; font-size: 20px; }
.homebox05 .hd a { color: #385076; text-decoration: none; }
.homebox05 .hd a:hover { opacity: .8; }
.homebox05 .bd { margin-left: 17%; }
.homebox05 .bd .tou { margin-bottom: 45px; }
.homebox05 .bd .tou .more { float: right; font-size: 12px; line-height: 30px; display: inline-block; border: 1px solid #9eaabe; border-radius: 4px; text-decoration: none; color: #9eaabe; font-weight: bold; padding: 0 10px; }
.homebox05 .bd .tou .more:hover { opacity: .8; }
.homebox05 .bd .tou .txt { font-size: 14px; color: #385076; line-height: 20px; }
.homebox05 .bd .list { }
.homebox05 .bd .list ul { }
.homebox05 .bd .list ul li { line-height: 63px; box-sizing: border-box; padding: 0 20px; font-size: 14px; color: #385076; border-bottom: #dbdbdb 1px solid; border-right: #eeeeee 1px solid; border-left: #f1f5f8 1px solid; border-top: #f1f5f8 1px solid; display: block; float: left; background: #fff; margin-right: 2%; margin-bottom: 20px; position: relative; }
.homebox05 .bd .list ul.ul2 li { float: right; }
.homebox05 .bd .list ul li:after { content: ''; width: 18px; height: 16px; background: url(../img/detg.png) no-repeat center; position: absolute; right: -20px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.homebox05 .bd .list ul.ul2 li:after { background-image: url(../img/detga.png); }
.homebox05 .bd .list ul.ul1 li:nth-child(1) { width: 29%; }
.homebox05 .bd .list ul.ul1 li:nth-child(2) { width: 15%; }
.homebox05 .bd .list ul.ul1 li:nth-child(3) { width: 20%; }
.homebox05 .bd .list ul.ul1 li:nth-child(4) { width: 14%; }
.homebox05 .bd .list ul.ul1 li:nth-child(5) { width: 14%; margin-right: 0; }
.homebox05 .bd .list ul.ul1 li:nth-child(5):after { width: 16px; height: 18px; background-image: url(../img/detgb.png); right: auto; left: 50%; top: auto; bottom: -20px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.homebox05 .bd .list ul.ul2 li:nth-child(5) { width: 29%; }
.homebox05 .bd .list ul.ul2 li:nth-child(4) { width: 15%; }
.homebox05 .bd .list ul.ul2 li:nth-child(3) { width: 20%; }
.homebox05 .bd .list ul.ul2 li:nth-child(2) { width: 14%; }
.homebox05 .bd .list ul.ul2 li:nth-child(1) { width: 14%; margin-right: 0; }
.homebox05 .bd .list ul.ul2 li:nth-child(1):after { display: none; }






.homebox06 { padding: 60px 0; background: #fff; }
.homebox06 .hd { width: 15%; float: left; font-weight: bold; font-size: 20px; }
.homebox06 .hd a { color: #385076; text-decoration: none; }
.homebox06 .hd a:hover { opacity: .8; }
.homebox06 .bd { margin-left: 17%; }
.homebox06 .bd .tou { margin-bottom: 45px; }
.homebox06 .bd .tou .more { float: right; font-size: 12px; line-height: 30px; display: inline-block; border: 1px solid #9eaabe; border-radius: 4px; text-decoration: none; color: #9eaabe; font-weight: bold; padding: 0 10px; }
.homebox06 .bd .tou .more:hover { opacity: .8; }
.homebox06 .bd .tou .txt { font-size: 14px; color: #385076; line-height: 20px; }


.homebox06 .baba { width: 100%; overflow: hidden; }
.homebox06 .list { width: 250%; -webkit-animation: 40s rowup linear infinite normal; animation: 40s rowup linear infinite normal; }
.homebox06 .list:hover { animation-play-state: paused; -webkit-animation-play-state: paused; }
.homebox06 .list ul { width: 50%; float: left; }
.homebox06 .list ul li { width: 20%; float: left; }
.homebox06 .list ul li a { display: block; padding: 10px; }
.homebox06 .list ul li img { display: block; width: 100%; }

@keyframes rowup {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
}


.footer { background: #0f40b6; padding: 45px 0; }
.footer .hd { margin-bottom: 45px; }
.footer .hd .sns { width: 138px; height: 32px; float: right; background: url(../img/boojte.png) no-repeat center; }
.footer .hd .sns a { width: 34px; height: 32px; display: block; background: transparent; float: left; }
.footer .hd .footlogo { display: block; float: left; height: 40px; }
.footer .hd .footlogo img { height: 100%; display: block; }
.footer .bd { }
.footer .bd .item { width: 34%; float: left; }
.footer .bd .item.item02 { width: 18%; margin-left: 9%; }
.footer .bd .item.item03 { width: auto; float: right; text-align: right; }
.footer .bd .item .tit { line-height: 22px; margin-bottom: 20px; }
.footer .bd .item .tit a { color: #fff; text-decoration: none; font-weight: bold; }
.footer .bd .item .tit a:hover { opacity: .8; }
.footer .bd .item .list { }
.footer .bd .item .list li { padding-bottom: 20px; margin-bottom: 20px; border-bottom: #5577cb 1px solid; }
.footer .bd .item .list li .nam { line-height: 22px; font-size: 14px; }
.footer .bd .item .list li .nam a { color: #c1cad9; }
.footer .bd .item .list li .txt { color: #9caac3; font-size: 12px; line-height: 20px; margin: 5px 0; }
.footer .bd .item .list li .time { color: #7e92b1; font-size: 14px; padding-left: 20px; background: url(../img/xx.png) no-repeat left center; }
.footer .bd .item .nav {  }
.footer .bd .item .nav li { font-size: 14px; line-height: 24px; }
.footer .bd .item .nav li a { color: #c1cad9; }
.footer .bd .item .nav.line { padding-bottom: 30px; margin-bottom: 30px; border-bottom: #5577cb 1px solid; }
.footer .bd .item .ttt { color: #9caac3; font-size: 13px; line-height: 24px; }
.footer .bd .item .ttt strong { display: block; margin-bottom: 20px; color: #c1cad9; }


.foot { line-height: 50px; background: #202834; color: #7086a9; font-size: 12px; }
.foot .right { float: right; }
.foot .left { }
.foot .left a { color: #7086a9; margin: 0 10px; }



.header .hnav .close { display: none; }
.header .menu { display: none; }
.header .coverbg { display: none; }
body.close { position: relative; overflow: hidden; }



.inbanner { height: 220px; background-repeat: no-repeat; background-position: center; background-size: cover; }

.innav { line-height: 34px; padding: 16px 0; background: #e8f1f9; }
.innav .hd { float: left; font-size: 18px; font-weight: bold; color: #666; }
.innav .hd img { height: 18px; margin-right: 10px; display: inline-block; vertical-align: middle; }
.innav .bd { float: right; }
.innav .bd .bul {  }
.innav .bd .bul .bli { float: left; margin-left: 10px; }
.innav .bd .bul .bli .ba { font-size: 15px; text-decoration: none; display: block; padding: 0 20px; background: #fff; border-radius: 20px; }
.innav .bd .bul .bli.on .ba { background: #0f40b6; color: #fff; }


.inpage { padding: 60px 0; background: #fff; }
.inpage .hd { margin-bottom: 30px; text-align: center; }
.inpage .hd .nam { font-size: 32px; color: #0f40b6; margin-bottom: 5px; }
.inpage .hd .txt { font-size: 14px; color: #666; }
.inpage .bd { font-size: 16px; line-height: 30px; color: #333; }
.inpage .bd p { margin-bottom: 20px; }
.inpage .bd h3 { margin-bottom: 30px; padding: 10px 20px; background: #e8f1f9; font-weight: normal; border-radius: 6px 6px; font-size: 18px; line-height: 36px; position: relative; }
.inpage .bd h3:before { content: ''; display: block; width: 4px; height: 16px; background: #0f40b6; position: absolute; left: 0; top: 50%; margin-top: -8px; }
.inpage .bd img { max-width: 100%; }


.commontit { text-align: center; color: #666; margin-bottom: 50px; }
.commontit .tit { line-height: 48px; font-size: 24px; text-transform: uppercase; font-weight: bold; }
.commontit .txt { line-height: 22px; font-size: 14px; }
.commontit .en { line-height: 22px; font-size: 14px; text-transform: uppercase; }



.cullist { }
.cullist .item { width: 28%; float: left; text-align: center; margin-right: 8%; position: relative; }
.cullist .item:after { width: 2px; height: 40px; background: #ebebeb; content: ''; display: block; position: absolute; right: -16%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.cullist .item:last-child:after { display: none; }
.cullist .item:last-child { margin-right: 0; }
.cullist .item .num { font-size: 30px; line-height: 48px; font-weight: bold; color: #0f40b6; margin-bottom: 20px; }
.cullist .item .txt { font-size: 14px; line-height: 22px; color: #385076; }


.newslist { margin-bottom: 0px; }
.newslist .item { width: 49%; float: left; margin-right: 2%; margin-bottom: 20px; box-sizing: border-box; border: 6px solid #dedede; -webkit-transition: all .4s; transition: all .4s; background: #fff; padding: 30px; }
.newslist .item:nth-child(2n) { margin-right: 0; }
.newslist .item:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }
.newslist .item .time { font-size: 12px; line-height: 20px; margin-bottom: 10px; color: #999; text-transform: uppercase; }
.newslist .item .time .split { margin: 0 10px; color: #ccc; }
.newslist .item .name { font-size: 18px; line-height: 28px; margin-bottom: 25px; height: 28px; overflow: hidden; }
.newslist .item .name a { color: #111; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.newslist .item .name a:hover { color: #0f40b6; }
.newslist .item .text { color: #777; font-size: 14px; line-height: 24px; height: 72px; overflow: hidden; margin-bottom: 16px; }
.newslist .item .link { overflow: hidden; margin-bottom: -12px; }
.newslist .item .link a { width: 24px; height: 24px; display: block; background: url(../img/hb01img01s.png) no-repeat center; float: left; }
.newslist .item .link a.l02 { float: right; background-image: url(../img/hb01img02s.png); }


.newstitle { font-size: 24px; text-align: center; line-height: 30px; margin-bottom: 5px; word-break: break-all; }
.newsinfo { font-size: 12px; text-align: center; line-height: 30px; color: #999; }
.newsinfo .author, .newsinfo .time { margin: 0 5px; }
.newsmaincon { margin: 20px 0; }
.newsmaincon p { margin-bottom: 20px; text-align: justify; }
.newsmaincon img { max-width: 100%; }
.newsmaincon video { height: 60vh; }
.newsmaincon h3 { font-size: 20px; font-weight: normal; color: #3593dd; line-height: 30px; padding: 5px 20px; border-radius: 20px; margin-bottom: 20px; margin-top: 40px; }
.newsmaincon.spimg h4 { background: #f1f1f1; padding: 20px; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; font-size: 16px; line-height: 30px; text-align: left; }
.newsmaincon .dou { margin-bottom: 20px; }
.newsmaincon .dou02 { overflow: hidden; }
.newsmaincon .dou02 li { width: 50%; float: left; }
.newsmaincon .dou li:before { content: '·'; color: #0f40b6; font-weight: bold; margin-right: 10px; }

.newsbackline { line-height: 30px; border-top: 1px solid #dedede; padding-top: 10px; margin: 30px 0 30px; }
.newsbackline ul { width: 100%; }
.newsbackline ul li { width: 33.333333%; float: left; text-align: center; display: block; height: 33px; }
.newsbackline ul li a { display: inline-block; width: 120px; border-width: 1px; border-style: solid; border-color: #dedede; text-decoration: none; color: #666; font-size: 12px; }
.newsbackline ul li a:hover { border-color: #323e4a; color: #323e4a; }
.newsbackline ul li.prev { text-align: left; }
.newsbackline ul li.prev a { text-align: center; }
.newsbackline ul li.next { text-align: right; }
.newsbackline ul li.next a { text-align: center; }


.processlist { }
.processlist ul { }
.processlist ul li { line-height: 63px; box-sizing: border-box; padding: 0 20px; font-size: 14px; color: #385076; border-bottom: #dbdbdb 1px solid; border-right: #eeeeee 1px solid; border-left: #f1f5f8 1px solid; border-top: #f1f5f8 1px solid; display: block; float: left; background: #e8f1f9; margin-right: 2%; margin-bottom: 20px; position: relative; }
.processlist ul.ul2 li { float: right; }
.processlist ul li:after { content: ''; width: 18px; height: 16px; background: url(../img/detg.png) no-repeat center; position: absolute; right: -20px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.processlist ul.ul2 li:after { background-image: url(../img/detga.png); }
.processlist ul.ul1 li:nth-child(1) { width: 29%; }
.processlist ul.ul1 li:nth-child(2) { width: 15%; }
.processlist ul.ul1 li:nth-child(3) { width: 20%; }
.processlist ul.ul1 li:nth-child(4) { width: 14%; }
.processlist ul.ul1 li:nth-child(5) { width: 14%; margin-right: 0; }
.processlist ul.ul1 li:nth-child(5):after { width: 16px; height: 18px; background-image: url(../img/detgb.png); right: auto; left: 50%; top: auto; bottom: -20px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.processlist ul.ul2 li:nth-child(5) { width: 29%; }
.processlist ul.ul2 li:nth-child(4) { width: 15%; }
.processlist ul.ul2 li:nth-child(3) { width: 20%; }
.processlist ul.ul2 li:nth-child(2) { width: 14%; }
.processlist ul.ul2 li:nth-child(1) { width: 14%; margin-right: 0; }
.processlist ul.ul2 li:nth-child(1):after { display: none; }


.messagecon { margin-bottom: 20px; font-family: microsoft yahei; }
.messagecon p { margin-bottom: 20px; }
.messagetit { font-weight: bold; line-height: 30px; height: 30px; }
.messagetarea { padding: 10px; border: 1px solid #dedede; font-size: 16px; line-height: 26px; font-family: microsoft yahei; color: #666; resize: none; width: 96%; height: 110px; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messagetarea:focus { color: #333; outline: none; background: #fff; }
.messageinput { width: 27%; padding: 10px; height: 26px; line-height: 26px; font-size: 14px; border: 1px solid #dedede; margin: 0 5px 0 0; font-family: microsoft yahei; color: #666; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messageinput:focus { color: #333; outline: none; background: #fff; }
.messagebtn { width: 30%; text-align: center; line-height: 50px; height: 50px; font-size: 16px; border: 0; background: #b8c5ce; color: #2d3e50; border-radius: 4px; font-family: microsoft yahei; cursor: pointer; margin-right: 10px; margin-bottom: 30px; }
.messagebtn.btnon { width: 50%; color: #fff; }
.messagebtn:hover { opacity: .8; filter: alpha(opacity=80); }
.main .con .yanzhengma { display: inline; }

.messagebtn.btnon { background: #0f40b6; }

.conimg { float: right; }



.shuaitable { width: 100%; margin-bottom: 20px; color: #333; }
.shuaitable th { font-size: 12px; line-height: 30px; padding: 5px 10px; background: #f5f5f5 }
.shuaitable td { font-size: 12px; line-height: 30px; padding: 5px 10px; }
.shuaitable.shuaitablecen td { text-align: center; }
.shuaitable tr:nth-child(2n) td { background: #f1f1f1; }


@media (max-width:1140px) {
	.wrapper { width: 100%; padding: 0 20px; box-sizing: border-box; }
	
	
}


@media (max-width:800px) {
	.header .coverbg { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.6); -webkit-transition: all .2s; transition: all .2s; opacity: 0; visibility: hidden; display: block; }
	.header .coverbg.cbon { opacity: 1; visibility: visible; }
	.header .menu { float: right; width: 40px; height: 40px; background: url(../img/menu.png) no-repeat left center; display: block; padding: 5px 0 5px 26px; text-decoration: none; line-height: 40px; color: #333; }
	.header .hnav { position: fixed; width: 80%; top: 0; right: 0; bottom: 0; background: rgba(255,255,255,.95); box-sizing: border-box; padding: 20px; -webkit-transform: translateX(200px); transform: translateX(200px); -webkit-transition: all .2s; transition: all .2s; opacity: 0; visibility: hidden; }
	.header .hnav.cbon { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; visibility: visible; }
	.header .hnav .close { line-height: 20px; margin-bottom: 20px; font-size: 30px; font-family: arial; color: #000; text-align: right; cursor: pointer; display: block; }
	
	.newsmaincon { overflow-x: auto; }
	
	.header .hnav .nav { width: 100%; }
	.header .hnav .nav .nli { display: block; float: none; border-bottom: 1px solid #dedede; line-height: 50px; text-align: left; }
	.header .hnav .nav .nli .sub { z-index: 9; top: 50px; }
	.header .hnav .nav .nli .na { color: #000; }
	.header .nav .nli .na.nas:after { display: none; }
	
	.topbar .tip { display: none; }
	
	.nono { display: none; }
	
	.bannerslide .swiper-slide { height: 250px; }
	
	.bannerslide .swiper-slide .textbox { width: 80%; }
	.bannerslide .swiper-slide .textbox .p1 { font-size: 20px; }
	.bannerslide .swiper-slide .textbox .p2 { display: none; }
	.bannerslide .swiper-slide .textbox .p3 { display: none; }
	.bannerslide .swiper-slide .textbox .btn { margin-top: 10px; }
	
	
	.bannerbar .keywords { display: none; }
	.bannerbar .seabox { float: none; margin: 0 auto; }
	
	.homebox01 .right { float: none; width: 100%; }
	.homebox01 .left { margin-right: 0; margin-top: 50px; }
	
	.homebox01 .hd { height: auto; }
	.homebox01 .left .hd .tit { float: none; margin-bottom: 10px; }
	.homebox01 .left .hd .sub { float: none; }
	
	.flist .item { width: 48%; margin-right: 4%; }
	.flist .item:nth-child(3n) { margin-right: 4%; }
	.flist .item:nth-child(2n) { margin-right: 0; }
	
	.homebox01 .bigbtn a { padding: 0; width: 100%; }
	
	.homebox02 .left { width: 100%; float: none; }
	.homebox02 .right { width: 100%; float: none; margin-top: 50px; }
	.homebox02 .bd .form .biao .item { width: 100%; }
	.homebox02 .bd .form .biao .item.item02 .ba { width: 50%; }
	.homebox02 .bd .form .biao .item.item02 .bc { width: 50%; }
	
	.homebox03 .tit { text-align: left; }
	.homebox03 .tit .txt { text-align: left; }
	.homebox03 .list .item { width: 100%; float: none; margin-bottom: 30px; padding: 0 10%; box-sizing: border-box; text-align: left; }
	.homebox03 .list .item:after { display: none; }
	.homebox03 .list .item:last-child { margin-bottom: 0; }
	
	.homebox04 { text-align: left; padding: 0 5%; padding-bottom: 80px; background-size: cover; }
	
	
	.homebox05 .hd { width: 100%; float: none; margin-bottom: 30px; }
	.homebox05 .bd { margin-left: 0; }
	.homebox05 .bd .tou .more { display: none; }
	.homebox05 .bd .list ul li { width: 100%; float: none; text-align: center; }
	.homebox05 .bd .list ul.ul2 li { width: 100%; float: none; text-align: center; }
	.homebox05 .bd .list ul li:after { width: 16px; height: 18px; background-image: url(../img/detgb.png); right: auto; left: 50%; top: auto; bottom: -20px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
	.homebox05 .bd .list ul.ul2 li:after { width: 16px; height: 18px; background-image: url(../img/detgb.png); right: auto; left: 50%; top: auto; bottom: -20px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
	.homebox05 .bd .list ul.ul2 li:nth-child(1):after { display: block; }
	.homebox05 .bd .list ul.ul2 li:nth-child(5):after { display: none; }
	.homebox05 .bd .list ul.ul1 li:nth-child(1) { width: 100%; }
	.homebox05 .bd .list ul.ul1 li:nth-child(2) { width: 100%; }
	.homebox05 .bd .list ul.ul1 li:nth-child(3) { width: 100%; }
	.homebox05 .bd .list ul.ul1 li:nth-child(4) { width: 100%; }
	.homebox05 .bd .list ul.ul1 li:nth-child(5) { width: 100%; }
	.homebox05 .bd .list ul.ul2 li:nth-child(1) { width: 100%; }
	.homebox05 .bd .list ul.ul2 li:nth-child(2) { width: 100%; }
	.homebox05 .bd .list ul.ul2 li:nth-child(3) { width: 100%; }
	.homebox05 .bd .list ul.ul2 li:nth-child(4) { width: 100%; }
	.homebox05 .bd .list ul.ul2 li:nth-child(5) { width: 100%; }
	
	
	.homebox06 .hd { width: 100%; float: none; margin-bottom: 30px; }
	.homebox06 .bd { margin-left: 0; }
	.homebox06 .bd .tou .more { display: none; }
	
	.homebox06 .list { width: 500%; }
	
	.footer { display: none; }
	.foot { line-height: 20px; padding: 20px; text-align: center; }
	.foot .right { display: none; }
	
	.cullist .item { width: 100%; float: none; margin-bottom: 30px; padding: 0 10%; box-sizing: border-box; text-align: left; }
	.cullist .item:after { display: none; }
	.cullist .item:last-child { margin-bottom: 0; }
	
	
	.inbanner { height: 120px; }
	
	.innav .hd { float: none; margin-bottom: 10px; }
	.innav .bd { float: none; }
	.innav .bd .bul .bli { margin-left: 0; margin-right: 4px; margin-bottom: 4px; }
	.innav .bd .bul .bli .ba { padding: 0 10px; }
	
	.inpage { padding: 30px 0; }


	.newslist .item { width: 100%; float: none; margin-right: 0; }
	
	.messagecon p  { }
	.messagetarea { width: 90%; margin: 0 auto; display: block; }
	.messagetit { text-align: center; margin-top: 5px; font-size: .75rem; }
	.messageinput { width: 90%; margin: 0 auto; display: block; margin-bottom: 5px; }
	.main .con .yanzhengma { display: block; width: 20%; margin: 20px auto; }
	.messagebtn { margin: 5px auto 0; width: 80%; display: block; }
	.messagebtn.btnon { width: 80%; }
	
	
	.processlist ul li { width: 100%; float: none; text-align: center; }
	.processlist ul.ul2 li { width: 100%; float: none; text-align: center; }
	.processlist ul li:after { width: 16px; height: 18px; background-image: url(../img/detgb.png); right: auto; left: 50%; top: auto; bottom: -20px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
	.processlist ul.ul2 li:after { width: 16px; height: 18px; background-image: url(../img/detgb.png); right: auto; left: 50%; top: auto; bottom: -20px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
	.processlist ul.ul2 li:nth-child(1):after { display: block; }
	.processlist ul.ul2 li:nth-child(5):after { display: none; }
	.processlist ul.ul1 li:nth-child(1) { width: 100%; }
	.processlist ul.ul1 li:nth-child(2) { width: 100%; }
	.processlist ul.ul1 li:nth-child(3) { width: 100%; }
	.processlist ul.ul1 li:nth-child(4) { width: 100%; }
	.processlist ul.ul1 li:nth-child(5) { width: 100%; }
	.processlist ul.ul2 li:nth-child(1) { width: 100%; }
	.processlist ul.ul2 li:nth-child(2) { width: 100%; }
	.processlist ul.ul2 li:nth-child(3) { width: 100%; }
	.processlist ul.ul2 li:nth-child(4) { width: 100%; }
	.processlist ul.ul2 li:nth-child(5) { width: 100%; }
	
	
	
}







