@charset "utf-8";
/* by Sean Lu 20190909 */
/* 移动端全局控制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: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: #fff; }
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: #f00; }

/* 清理浮动 */
.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: 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: #f00; color: #fff; }
::-moz-selection { background: #f00; color: #fff; }

.wrapper { margin: 0 auto; width: 1200px; }

.topbar { background: #fff; height: 40px; border-bottom: 1px solid #eee; padding: 0 40px; }
.topbar .fl { font-size: 12px; color: #666; line-height: 40px; }
.topbar .fl strong { font-weight: normal; color: #405ca3; }
.topbar .fr { font-size: 12px; line-height: 40px; }
.topbar .fr .link { float: left; }
.topbar .fr .link a { float: left; color: #405ca3; }
.topbar .fr .link span { float: left; margin: 0 10px; color: #999; }
.topbar .fr .lang { float: left; margin-left: 20px; }
.topbar .fr .lang a { float: left; margin-left: 10px; background: url(../img/lang02.jpg) no-repeat left center; padding-left: 26px; display: block; }
.topbar .fr .lang a:last-child { background-image: url(../img/lang01.jpg); }

.header { height: 110px;  box-sizing: border-box; z-index: 9; width:1200px; margin:0 auto;  }
.header.fxd { height: 100px; background: #fff; border-bottom: 1px solid rgba(150, 150, 150, 0.3); }
.header .logo { float: left; display: block; height: 60px; padding: 20px 0 20px 0; }
.header .logo img { display: block; height: 100%; }
.header .hright { float: right; height: 22px; padding: 39px 0; }
.header .hright .search { float: left; width: 115px; }
.header .hright .search .key { float: right; text-indent: 30px; width: 30px; background:transparent url(../img/seaicon.png) no-repeat 5px center; background-size: 18px auto; cursor: pointer; line-height: 22px; height: 22px; border: 0; border-radius: 20px; -webkit-transition: all .2s; transition: all .2s; }
.header.fxd .hright .search .key { background-image: url(../img/seaicon02.png); }
.header .hright .search .key:focus { width: 115px; background-color: #fff; background-image: url(../img/seaicon02.png); cursor: text; }
.header .hright .tel { float: left; padding-left: 30px; background: url(../img/tel.png) no-repeat left center; font-size: 30px; color: #0071b9; line-height: 22px; background-size: auto 22px; position: relative; margin: 0 20px; }
.header.fxd .hright .tel { color: #666; }
.header .hright .tel:before { content: ''; width: 1px; height: 22px; background: #fff; opacity: .35; position: absolute; left: -10px; }
.header.fxd .hright .tel:before { background: #000; }
.header .hright .tel:after { content: ''; width: 1px; height: 22px; background: #fff; opacity: .35; position: absolute; right: -10px; }
.header.fxd .hright .tel:after { background: #000; }
.header .hright .lang { float: left; }
.header .hright .lang a { padding-left: 30px; background: url(../img/global.png) no-repeat left center; font-size: 20px; color: #0071b9; line-height: 22px; background-size: auto 22px; display: block; text-decoration: none; }
.header.fxd .hright .lang a { color: #666; }
.header .hright .lang a:hover { color: #f00; }
.hnav { text-align: center; }
.hnav .nul { background:#0071b9;}
.hnav .nul .nli { display: inline-block; line-height: 80px; position: relative; }
.hnav .nul .nli .na { width:113px; font-weight: bold; color: #ffffff; font-size: 16px; text-decoration: none; padding: 0 10px; display: inline-block; -webkit-transition: all .2s; transition: all .2s; }
.header.fxd .hnav .nul .nli .na { color: #000; }
.hnav .nul .nli .na:hover { background:#004f82; -webkit-transition: all .2s; transition: all .2s; color:#fff; }
.hnav .nul .nli:hover .na { color: #fff; }
.hnav .nul .nli .sub { position: absolute; top: 100px; left: 50%; transform: translateX(-50%) translateY(-10px); -webkit-transform: translateX(-50%) translateY(-10px); box-shadow: 0 6px 12px rgba(0,0,0,.175); -webkit-transition: all .2s; transition: all .2s; visibility: hidden; opacity: 0; z-index:999;}
.hnav .nul .nli:hover .sub { transform: translateX(-50%) translateY(0); -webkit-transform: translateX(-50%) translateY(-20px); visibility: visible; opacity: 1; }
.hnav .nul .nli .sub .sli { white-space: nowrap; background: rgba(0,0,0,.7); font-size: 14px; line-height: 36px; text-align: left; border-top: 1px solid rgba(255,255,255,.1); }
.hnav .nul .nli .sub .sli:first-child { border-top: 0; }
.hnav .nul .nli .sub .sli .sa { color: #fff; display: block; padding: 0 30px; text-decoration: none; }
.hnav .nul .nli .sub .sli .sa:hover { background: #f5f5f5; color: #262626; }
.hnav .close{ display:none;}
.hnav .nul .nli .na:hover { }

.hnav .nul .nli2{ display:none;}




.bannerslide { }
.bannerslide .swiper-slide { background-position: center; background-size: cover; position: relative; height: 760px; }
.bannerslide .swiper-slide .textbox { text-align: left; position: absolute; width: 1440px; left: 50%; top: 60%; color: #fff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.bannerslide .swiper-slide .textbox .p1 { position: relative; font-size: 36px; left: -80px; opacity: 0; -webkit-transition: all .8s .6s; transition: all .8s .6s; }
.bannerslide .swiper-slide .textbox .p1_1 {text-indent: 2em;}
.bannerslide .swiper-slide.swiper-slide-active .textbox .p1 { left: 0; opacity: 1; }
.bannerslide .swiper-slide .textbox .p2 { position: relative; font-size: 60px; font-weight: bold; margin: 20px 0 30px; left: 80px; opacity: 0; -webkit-transition: all .8s .6s; transition: all .8s .6s; }
.bannerslide .swiper-slide.swiper-slide-active .textbox .p2 { left: 0; opacity: 1; }
.bannerslide .swiper-slide .textbox .p3 { position: relative; font-size: 16px; line-height: 24px; left: -80px; opacity: 0; -webkit-transition: all .8s .6s; transition: all .8s .6s; }
.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: #f00; }

.swiper-button-next, .swiper-button-prev { width: 50px; height: 50px; margin-top: -25px; background-size: 50px 50px; }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url(../img/nexticon.png); right: 5%; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url(../img/previcon.png); left: 5%; }




.commontit { text-align: center; }
.commontit .en { font-size: 12px; color: #333; }
.commontit .cn { font-size: 28px; font-weight: bold; color: #333; }
.commontit .tip { font-size: 14px; color: #666; margin: 10px auto 20px; }
.commontit .sub { font-size: 14px; color: #333; font-weight: bold; }
.commontit .big { font-size: 36px; color: #333; font-weight: bold; margin: 10px 0 40px; }




.homebox01 { padding: 60px 0; background: #edf4f8; }
.homebox01 .nav { text-align: center; margin: 40px 0; }
.homebox01 .nav a { display: inline-block; background: #fff; line-height: 40px; padding: 0 20px; border: 1px solid #e2e2e2; font-size: 14px; color: #333; text-decoration: none; -webkit-transition: all .2s; transition: all .2s; }
.homebox01 .nav a:hover { background: #f00; color: #fff; }
.homebox01 .list { margin-bottom: 40px; }
.homebox01 .list .item { background: #fff; float: left; width: 19.5%; margin-right: 0.625%; margin-bottom: 6px; }
.homebox01 .list .item:nth-child(5n) { margin-right: 0; }
.homebox01 .list .item .img {  }
.homebox01 .list .item .img a { display: block; }
.homebox01 .list .item .img img { width: 100%; display: block; }
.homebox01 .list .item:hover .img img { opacity: .8; }
.homebox01 .list .item .info { padding: 20px 40px; }
.homebox01 .list .item .info .nam { font-size: 15px; line-height: 22px; height: 22px; margin-bottom: 5px; font-weight: bold; }
.homebox01 .list .item .info .nam a { color: #192436; -webkit-transition: all .2s; transition: all .2s; text-decoration: none; }
.homebox01 .list .item:hover .info .nam a { color: #f00; }
.homebox01 .list .item .info .nam a:hover { color: #f00; }
.homebox01 .list .item .info .txt { line-height: 22px; font-size: 14px; }
.homebox01 .list .item .info .txt a { color: #777; text-decoration: none; }
.homebox01 .list .item .info .txt a:hover { color: #000; }


.combtn { text-align: center; }
.combtn a { display: inline-block; padding: 0 30px; line-height: 42px; background: #f00; color: #fff; text-decoration: none; font-size: 14px; }
.combtn a:hover { opacity: .8; }



.homebox02 { padding: 60px 0; background: url(../img/homebox02bg.jpg) no-repeat center top; height: 1000px; box-sizing: border-box; }
.homebox02 .box { background: #f3f9fd; padding: 80px 100px 60px; }
.homebox02 .box .wow { width: 40%; float: left; box-sizing: border-box; padding-right: 40px; border-right: 1px solid #ccc; }
.homebox02 .box .wow .tit { font-size: 18px; color: #333; }
.homebox02 .box .wow .txt { font-size: 24px; line-height: 32px; font-weight: bold; margin: 10px 0 30px; color: #333; }
.homebox02 .box .wow .btn a { display: inline-block; padding: 0 30px; line-height: 42px; background: #f00; color: #fff; text-decoration: none; font-size: 14px; }
.homebox02 .box .wow .btn a:hover { opacity: .8; }
.homebox02 .box .wom { width: 60%; float: right; box-sizing: border-box; padding-left: 60px; padding-right: 20px; }
.homebox02 .box .wom .tit { font-size: 18px; margin-bottom: 15px; color: #333; }
.homebox02 .box .wom .txt { font-size: 14px; line-height: 20px; color: #333; }
.homebox02 .icons img { height: 24px; margin-right: 10px; }



.homebox03 { background: #edf4f8; padding: 60px 0; }
.homebox03 .commontit { margin-bottom: 40px; }
.homebox03 .list { padding: 0 100px; margin-bottom: 20px; }
.homebox03 .list .item { width: 32%; color: #333; float: left; margin-right: 2%; padding: 40px; box-sizing: border-box; border: 1px solid #dfdfdf; background: #fff; margin-bottom: 20px; }
.homebox03 .list .item:nth-child(3n) { margin-right: 0; }
.homebox03 .list .item .icon { float: right; }
.homebox03 .list .item .icon img { height: 40px; }
.homebox03 .list .item .num { height: 40px; }
.homebox03 .list .item .nam { font-size: 16px; margin-bottom: 10px; font-weight: bold; }
.homebox03 .list .item .txt { font-size: 12px; line-height: 18px; height: 36px; overflow: hidden; }
.homebox03 .content { padding: 0 100px; }
.homebox03 .content .btn { float: right; }
.homebox03 .content .btn a { display: inline-block; padding: 0 30px; line-height: 42px; background: #f00; color: #fff; text-decoration: none; font-size: 14px; }
.homebox03 .content .btn a:hover { opacity: .8; }
.homebox03 .content .txt { font-size: 13px; line-height: 20px; color: #333; }
.homebox03 .content .txt span { color: #f00; }


.homebox04 { padding: 60px 0; }
.homebox04 .commontit { margin-bottom: 40px; }
.homebox04 .list { margin-bottom: 20px; }
.homebox04 .list .item { width: 23.5%; float: left; margin-right: 2%; }
.homebox04 .list .item:nth-child(4n) { margin-right: 0; }
.homebox04 .list .item .img img { display: block; width: 100%; }
.homebox04 .list .item:hover .img img { opacity: .8; }
.homebox04 .list .item .txt { text-align: center; font-size: 14px; color: #333; line-height: 60px; }


.homebox05 { padding: 60px 0 40px; background: #edf4f8; }


.homebox05s { }
.homebox05s .item { width: 14.285714%; float: left; background: #000; }
.homebox05s .item a { display: block; overflow: hidden; position: relative; }
.homebox05s .item img { display: block; width: 100%; -webkit-transition: all .2s; transition: all .2s; }
.homebox05s .item:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .6; }
.homebox05s .item .txt { position: absolute; left: 0; right: 0; bottom: 0; line-height: 36px; padding: 0 20px; color: #fff; font-weight: bold; font-size: 14px; text-align: center; }
.homebox05s .item .txt i { width: 12px; float: right; height: 36px; background: url(../img/dot.png) no-repeat center; }



.homebox06 { padding: 60px 0; }
.homebox06 .commontit { margin-bottom: 40px; }
.homebox06 .box { }
.homebox06 .box .wow { float: left; width: 55%; padding: 40px; background: #edf4f8; box-sizing: border-box; }
.homebox06 .box .wow .hd { line-height: 30px; margin-bottom: 20px; }
.homebox06 .box .wow .hd .tit { font-size: 16px; color: #333; }
.homebox06 .box .wow .hd .more { font-size: 20px; text-decoration: none; color: #f00; float: right; }
.homebox06 .box .wow .hd .more:hover { opacity: .8; }
.homebox06 .box .wow .bd { }
.homebox06 .box .wow .bd .item { width: 48%; margin-right: 4%; float: left; padding: 40px; background: #fff; box-sizing: border-box; }
.homebox06 .box .wow .bd .item:nth-child(2n) { margin-right: 0; }
.homebox06 .box .wow .bd .item .nam { line-height: 28px; height: 56px; overflow: hidden; margin-bottom: 20px; font-size: 20px; font-weight: bold; }
.homebox06 .box .wow .bd .item .nam a { display: block; text-decoration: none; -webkit-transition: all .2s; transition: all .2s; }
.homebox06 .box .wow .bd .item .txt { font-size: 14px; color: #333; line-height: 22px; margin-bottom: 20px; height: 132px; overflow: hidden; }
.homebox06 .box .wow .bd .item .tim { font-size: 12px; color: #333; text-align: right; }
.homebox06 .box .wom { float: right; width: 45%; padding: 40px 50px; background: #f8fbfd; box-sizing: border-box; }
.homebox06 .box .wom .item { padding-bottom: 20px; border-bottom: 1px solid #ddd; margin-bottom: 20px; }
.homebox06 .box .wom .item .nam { font-size: 17px; margin-bottom: 10px; line-height: 26px; height: 26px; overflow: hidden; }
.homebox06 .box .wom .item .nam a { text-decoration: none; -webkit-transition: all .2s; transition: all .2s; }
.homebox06 .box .wom .item .txt { line-height: 22px; height: 44px; overflow: hidden; font-size: 14px; color: #333; margin-bottom: 10px; }
.homebox06 .box .wom .item .tim { text-align: right; font-size: 12px; color: #333; }
.homebox06 .box .wom .item .tim i { display: inline-block; width: 11px; height: 11px; background: url(../img/dot.png) no-repeat center; margin-right: 6px; }
.homebox06 .box .wom .list {  }
.homebox06 .box .wom .list li { line-height: 27px; height: 27px; overflow: hidden; }
.homebox06 .box .wom .list li .tim { font-size: 12px; float: right; color: #333; }
.homebox06 .box .wom .list li a { font-size: 14px; }


.footbox { background: #181818; padding: 70px 0; }
.footbox dl { float: left; margin-right: 9%; }
.footbox dl:nth-child(5) { margin-right: 0; }
.footbox dl.qrcode { float: right; margin-right: 0; }
.footbox dl.qrcode img { height: 100px; }
.footbox dl dt { font-size: 14px; font-weight: bold; color: #fff; margin-bottom: 20px; }
.footbox dl dt a { color: #fff; text-decoration: none; }
.footbox dl dd { color: #ccc; font-size: 14px; line-height: 22px; }
.footbox dl dd a { color: #ccc; text-decoration: none; }
.footbox dl dd a:hover { color: #fff; }


.footer { padding: 40px 0 70px; }
.footer .line { line-height: 60px; font-size: 14px; }
.footer .line .links { float: left; }
.footer .line .links a { margin-right: 15px; }
.footer .line .top { float: right; }
.footer .line .top a { float: left; padding-left: 18px; background: url(../img/fooicon01.gif) no-repeat left center; margin-left: 15px; }
.footer .line .top a:nth-child(1) { background-image: url(../img/fooicon01.gif); }
.footer .line .top a:nth-child(2) { background-image: url(../img/fooicon02.gif); }
.footer .line .top a:nth-child(3) { background-image: url(../img/fooicon03.gif); }
.footer .foot { padding-top: 20px; border-top: 1px solid #ddd; }
.footer .foot .more { float: right; }
.footer .foot .more a { float: left; line-height: 36px; margin-left: 10px; display: block; background: #999; color: #fff; font-size: 14px; text-decoration: none; padding: 0 20px; -webkit-transition: all .2s; transition: all .2s; }
.footer .foot .more a:hover { background: #f00; }
.footer .foot .txt { font-size: 14px; line-height: 26px; color: #666; }
.footer .foot .txt a:hover{text-decoration: none;}

.header .hnav .close { display: none; }
.menu { display: none; }
.header .coverbg { display: none; }
body.close { position: relative; overflow: hidden; }


.inbanner { height: 240px; background-repeat: no-repeat; background-position: center top; }


.inwrap { background: #f5f5f5; padding: 40px 0; }

.inbox { background: #fff; }
.intit { overflow: hidden; border-bottom: 1px solid #eee; line-height: 40px; padding: 0 40px 20px; }
.intit h1 { float: left; font-size: 30px; font-weight: normal; color: #333; position: relative; }
.intit h1:before { content: ''; width: 4px; height: 20px; background: #f00; position: absolute; left: -20px; top: 10px; }
.intit .iul { float: right; font-size: 16px; }
.intit .iul .ili { float: left; }
.intit .iul .ili .ia { display: block; padding: 0 20px; text-decoration: none; position: relative; }
.intit .iul .ili.on .ia { color: #f00; }
.intit .iul .ili.on .ia:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 50%; margin-left: -4px; bottom: -8px; border: 4px solid transparent; border-top-color: #f00; }


.incontent { padding: 40px; font-size: 16px; line-height: 30px; color: #333; }
.incontent p { margin-bottom: 20px; }
.incontent img { max-width: 100%; display: inline-block; }



.honorlist { overflow: hidden; }
.honorlist{width: 100%;overflow: hidden;}
.honorlist li {width: 30%;float: left;margin-right: 1.5%;margin-bottom: 20px;position: relative;}
.honorlist li img{width: 100%;}
.honorlist li .cover { width: calc(100% - 40px); height: calc(100% - 100px); position: absolute; top: 0; left: 0; background: #192436; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .2s ease; transition: all .2s ease; }
.honorlist li:hover .cover { opacity: .8; filter: alpha(opacity=60); }
.honorlist li .ico01 { width: 68px; height: 68px; position: absolute; top: 50%; left: 50%; margin-top: -80px; margin-left: -94px; background: url(../image/i5.png) no-repeat center center; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .4s ease; transition: all .4s ease; }
.honorlist li:hover .ico01 { margin-left: -60px; opacity: 1; filter: alpha(opacity=100); }
.honorlist li .ico02 { width: 68px; height: 68px; position: absolute; top: 50%; left: 50%; margin-top: -80px; margin-left: 64px; background: url(../image/i6.png) no-repeat center center; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .4s ease; transition: all .4s ease; }
.honorlist li:hover .ico02 { margin-left: -60px; opacity: 1; filter: alpha(opacity=100); }
.honorlist li p {font-size: 14px;margin-top: 10px;text-align: center;}

.honorlist li { float: left; width: 31.33333%; margin-right: 3%; margin-bottom: 30px; }
.honorlist.honorlist4 li { float: left; width: 23.5%; margin-right: 2%; margin-bottom: 20px; }
.honorlist li img { display: block; width: 100%; }
.honorlist li span { display: block; line-height: 30px; height: 30px; padding: 20px; background: #f7eee8; text-align: center; }
.honorlist.honorlist4 li span { background: #fff; }
.honorlist li:nth-child(3n) { margin-right: 0; }
.honorlist.honorlist4 li:nth-child(3n) { margin-right: 2%; }
.honorlist.honorlist4 li:nth-child(4n) { margin-right: 0; }

.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: #ef3320; }
.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: 18px; font-weight: normal; background: linear-gradient(to right, rgba(234,0,0,1), rgba(255,51,0,1)); color: #fff; 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: #ef3320; 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; }

.contactimg { float: right; }


.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: 90px; -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: #f00; }


.pronav { text-align: center; margin: 20px 0 40px; }
.pronav a { display: inline-block; background: #fff; line-height: 40px; padding: 0 20px; border: 1px solid #e2e2e2; font-size: 14px; color: #333; text-decoration: none; -webkit-transition: all .2s; transition: all .2s; }
.pronav a:hover { background: #f00; color: #fff; }
.pronav a.on { background: #f00; color: #fff; }


.prolist { margin-bottom: 40px; }
.prolist .item { background: #fff; float: left; width: 19.5%; margin-right: 0.625%; margin-bottom: 6px; }
.prolist .item:nth-child(5n) { margin-right: 0; }
.prolist .item .img {  }
.prolist .item .img a { display: block; }
.prolist .item .img img { width: 100%; display: block; }
.prolist .item:hover .img img { opacity: .8; }
.prolist .item .info { padding: 20px 30px; }
.prolist .item .info .nam { font-size: 15px; line-height: 22px; height: 22px; margin-bottom: 5px; font-weight: bold; }
.prolist .item .info .nam a { color: #192436; -webkit-transition: all .2s; transition: all .2s; text-decoration: none; }
.prolist .item:hover .info .nam a { color: #f00; }
.prolist .item .info .nam a:hover { color: #f00; }
.prolist .item .info .txt { line-height: 22px; font-size: 14px; }
.prolist .item .info .txt a { color: #777; text-decoration: none; }
.prolist .item .info .txt a:hover { color: #000; }



.shuaitable { width: 100%; margin-bottom: 20px; color: #333; }
.shuaitable th { font-size: 16px; line-height: 30px; padding: 5px 10px; background: #f5f5f5 }
.shuaitable td { font-size: 16px; line-height: 30px; padding: 5px 10px; }
.shuaitable.shuaitablecen td { text-align: center; }
.shuaitable tr:nth-child(2n) td { background: #f1f1f1; }




@media (max-width: 1440px){
	
	.bannerslide .swiper-slide .textbox { width: 70%; }
	

}

@media (max-width: 1200px){
	
	.wrapper { width: 100%; padding: 0 20px; box-sizing: border-box; }
	
	.bannerslide .swiper-slide { height: 600px; }
	.hright { display: none; }
	.header .hnav { text-align: right; }
	.homebox03 .list { padding: 0; }
	.homebox03 .content { padding: 0; }
	

}

@media (max-width: 800px){
	
	.bannerslide .swiper-slide { height: 60vh; }
	
	.topbar .fl { display:none;}
	.topbar{ padding:0 5%;}
	.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; }
	.menu { text-align:right; float: right; width: 35px; height: 40px; background: url(../img/menu.png) no-repeat left center; display: block; padding: 20px 0 20px 20px; text-decoration: none; line-height: 40px; color: #0071b9; }
	.fxd .menu { color: #000; background-image: url(../img/menus.png); }
	 .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; }
	 .hnav.cbon { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; visibility: visible;z-index: 999}
	.hnav .close { line-height: 20px; margin-bottom: 20px; font-size: 30px; font-family: arial; color: #000; text-align: right; cursor: pointer; display: block; }
	
	.hnav .nul .nli { display: block; border-bottom: 1px solid #dedede; line-height: 50px; text-align: left; }
	.hnav .nul .nli .sub { z-index: 9; top: 50px; }
	 .hnav .nul .nli .na { color: #000; }

	.header { height: 100px; width:100%; padding:0 5%; }
	.header.fxd { height: 80px; }
	.header .logo { padding: 20px 0; width: 75%;}
	.header .logo img {display: block;height: auto; width:100%;}

	.hnav .nul{ background:none;}
	.hnav .nul .nli .sub{ display:none;}
	.hnav .nul .nli2{ display: block;}
	
	
	
	.bannerslide .swiper-slide .textbox .p1 { font-size: 16px; }
	.bannerslide .swiper-slide .textbox .p2 { font-size: 26px; }
	.bannerslide .swiper-slide .textbox .p3 { font-size: 12px; }
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 2%; }
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 2%; }
	
	.homebox01 .nav a { margin-bottom: 4px; }
	
	.homebox01 .list { margin-bottom: 20px; }
	.homebox01 .list .item { width: 48%; margin-right: 4%; margin-bottom: 16px; }
	.homebox01 .list .item:nth-child(5n) { margin-right: 4%; }
	.homebox01 .list .item:nth-child(2n) { margin-right: 0; }
	.homebox01 .list .item .info { padding: 20px; }
	
	.prolist { margin-bottom: 20px; }
	.prolist .item { width: 48%; margin-right: 4%; margin-bottom: 16px; }
	.prolist .item:nth-child(5n) { margin-right: 4%; }
	.prolist .item:nth-child(2n) { margin-right: 0; }
	.prolist .item .info { padding: 20px; }
	
	.commontit .big { font-size: 30px; }
	
	.homebox02 .box { padding: 30px; }
	.homebox02 .box .wow { width: 100%; padding: 0; border: 0; float: none; }
	.homebox02 .box .wom { width: 100%; padding: 0; border: 0; float: none; margin: 20px 0; }
	.homebox02 .box .wom .txt { font-size: 12px;}
	
	.homebox03 .list { margin-bottom: 0; }
	.homebox03 .list .item { width: 48%; margin-right: 4%; padding: 20px; }
	.homebox03 .list .item:nth-child(3n) { margin-right: 4%; }
	.homebox03 .list .item:nth-child(2n) { margin-right: 0; }
	.homebox03 .content .btn { float: none; margin-bottom: 20px; text-align: center; }
	
	.homebox04 .list .item { width: 48%; margin-right: 4%; }
	.homebox04 .list .item:nth-child(2n) { margin-right: 0; }
	
	.homebox05s .item { width: 50%; }
	.homebox05s .item .txt { font-size: 12px; padding: 0 10px; }
	
	.homebox06 .box .wow { float: none; width: 100%; padding: 30px; }
	.homebox06 .box .wom { float: none; width: 100%; padding: 30px; }
	.homebox06 .box .wow .bd .item { width: 100%; margin: 0 0 10px; float: none; }
	
	.footer { border-top: 1px solid #dedede; text-align: center; padding: 40px 0; }
	.footbox { display: none; }
	.footer .line { display: none; }
	.footer .line { display: none; }
	.footer .foot { padding: 0; border-top: 0; }
	.footer .foot .more { display: none; }
	
	
	.inbanner { height: 80px; }
	
	.intit { padding: 0 0 0 20px; }
	.intit h1 { font-size: 24px; float: none; }
	.intit .iul { float: none; height: 40px; margin-bottom: 5px; }
	.intit .iul .ili .ia { font-size: 14px; padding: 0 10px; }
	
	.incontent { padding: 20px; }
	
	.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%; }
	
	.contactimg { float: none; }
	
	.honorlist li { width: 48%; margin-right: 4%; margin-bottom: 16px; }
	.honorlist li:nth-child(3n) { margin-right: 4%; }
	.honorlist li:nth-child(2n) { margin-right: 0; }
	
	.honorlist.honorlist4 li { width: 48%; margin-right: 4%; }
	.honorlist.honorlist4 li:nth-child(3n) { margin-right: 4%; }
	.honorlist.honorlist4 li:nth-child(4n) { margin-right: 4%; }
	.honorlist.honorlist4 li:nth-child(2n) { margin-right: 0; }
	
	.honorlist.honorlistx li { width: 100%; margin-right: 0; }
	
	.newsbackline ul li a { width: 100%; }
	
	.pronav { margin-bottom: 20px; }
	.pronav a { margin-bottom: 4px; }
	
	
	.newslist .item { width: 100%; float: none; margin-right: 0; }
	
}










