@charset "utf-8";
/* by Sean Lu 20190305 */
/* 移动端全局控制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: #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: #d40f19; }

/* 清理浮动 */
.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: #d40f19; color: #fff; }
::-moz-selection { background: #d40f19; color: #fff; }

.wrapper { margin: 0 auto; width: 1140px; }

.fl { float: left; }
.fr { float: right; }


.topbar { height: 40px; line-height: 20px; padding: 10px 40px; box-sizing: border-box; background: url(../img/topbarbg.jpg) repeat-x center; font-size: 13px; color: #000; }
.topbar .fl {  }
.topbar .fr {  }
.topbar .fr .icon { position: relative; padding-left: 18px; background: url(../img/icon01.png) no-repeat left top; background-size: 12px; z-index: 9; }
.topbar .fr .icon img { position: absolute; left: 0; top: 20px; width: 120px; display: block; border: 1px solid #dedede; display: none; }
.topbar .fr .icon.icon01 { background-image: url(../img/icon01.png); }
.topbar .fr .icon.icon02 { background-image: url(../img/icon02.png); cursor: pointer; }
.topbar .fr .icon.icon03 { background-image: url(../img/icon03.png); }
.topbar .fr .icon:hover img { display: block; }
.topbar .fr .split { margin: 0 9px; }


.header { height: 90px; padding: 0 40px; box-sizing: border-box; background: url(../img/headerbg.jpg) repeat left top; }
.header .logo { float: left; display: block; height: 100%; box-sizing: border-box; padding-top: 17px; }
.header .logo img { display: block; }
.header .mor { float: right; padding-top: 25px; line-height: 40px; }
.header .mor a { font-size: 14px; color: #444; display: inline-block; font-weight: bold; text-decoration: none; }
.header .mor a.big { border: 1px solid #333; border-radius: 20px; padding: 0 20px; margin-left: 20px; -webkit-transition: all .2s; transition: all .2s; }
.header .mor a:hover { color: #d40f19; }
.header .mor a.big:hover { border-color: #d40f19; background: #d40f19; color: #fff; }
.header .nav { line-height: 40px; padding-top: 25px; font-size: 16px; font-weight: bold; color: #444; text-align: center; }
.header .nav .nli { display: inline-block; position: relative; }
.header .nav .nli .na { color: #444; text-decoration: none; padding: 0 10px; display: block; }
.header .nav .nli .na:hover { color: #d40f19; }

.bannerslide .swiper-slide { background-position: center; background-size: cover; position: relative; height: 660px; }
.bannerslide .swiper-slide a { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: block; text-decoration: none; text-align: center; color: #fff; }
.bannerslide .swiper-slide a .con { margin-top: 52px; }
.bannerslide .swiper-slide a .con .tit { line-height: 48px; font-size: 40px; font-weight: 400; margin-bottom: 20px; }
.bannerslide .swiper-slide a .con .txt { line-height: 24px; font-size: 14px; font-weight: 400px; }
.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: #e30409; }

.comtitle { text-align: center; margin-bottom: 50px; }
.comtitle .en { font-size: 22px; color: #444; font-family: Georgia, Times New Roman, Times, serif; }
.comtitle .cn { font-size: 24px; color: #444; margin-bottom: 30px; }
.comtitle .txt { font-size: 14px; color: #666; line-height: 22px; }
.comtitle .btn { margin-top: 20px; }
.comtitle .btn a { font-size: 14px; background: #d40f1a; padding: 0 30px; display: inline-block;  color: #fff; line-height: 40px; border-radius: 20px; text-decoration: none; }
.comtitle .btn a:hover { opacity: .8; }


.homebox01 { padding: 60px 0 50px; background: #f5f5f5; }
.homebox01 .list {  }
.homebox01 .list .item { width: 19%; float: left; background: #fff; margin: 0 1.25% 0 0; box-sizing: border-box; padding: 60px 40px 40px; }
.homebox01 .list .item:last-child { margin-right: 0; }
.homebox01 .list .item .icon { width: 24%; margin: 0 auto 40px; }
.homebox01 .list .item .icon img { display: block; width: 100%; }
.homebox01 .list .item .nam { font-size: 20px; margin-bottom: 20px; color: #666; text-align: center; }
.homebox01 .list .item .txt { font-size: 13px; margin-bottom: 20px; color: #666; text-align: center; line-height: 20px; }
.homebox01 .list .item .btn { margin-bottom: 14px; }
.homebox01 .list .item .btn a { line-height: 40px; font-size: 14px; display: block; color: #fff; background: #d40f1a; text-align: center; text-decoration: none; }
.homebox01 .list .item .btn a:hover { opacity: .8; }
.homebox01 .list .item .tip { font-size: 13px; color: #666; text-align: center; }
.homebox01 .list .item .tip strong { color: #f4b339; }


.homebox02 { background: #e6e1d4; padding: 70px 0 0; }
.homebox02 .list {  }
.homebox02 .list .item { width: 24%; margin: 0 1.333333% 20px 0; background: #f0ede5; box-sizing: border-box; padding: 40px; border: 1px solid rgba(255,255,255,0.3); float: left; }
.homebox02 .list .item:nth-child(4n) { margin-right: 0; }
.homebox02 .list .item .num { font-family: Georgia, Times New Roman, Times, serif; font-size: 24px; color:#444; margin-bottom: 20px; }
.homebox02 .list .item .txt { font-size: 13px; color:#444; line-height: 20px; height: 60px; overflow: hidden; }
.homebox02 .img {  }
.homebox02 .img img { display: block; max-width: 100%; margin: 0 auto;  padding-bottom:40px; }


.homebox03 { padding: 70px 0 0; overflow: hidden; background: #fff; }

.homebox04 { background: url(../img/hb04img01.jpg) repeat-y center; }
.homebox04 .box01 { background: #efede8; padding: 40px 60px 60px; width: 50%; float: left; box-sizing: border-box; }
.homebox04 .box01 .hd { line-height: 22px; margin-bottom: 30px; overflow: hidden; height: 22px; }
.homebox04 .box01 .hd .nam { float: left; font-size: 16px; color: #333; }
.homebox04 .box01 .hd .mor { float: right; font-size: 12px; }
.homebox04 .box01 .top { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #d9d8d3; }
.homebox04 .box01 .top .tit { font-size: 22px; line-height: 36px; height: 36px; overflow: hidden; }
.homebox04 .box01 .top .tit a {  }
.homebox04 .box01 .top .txt { font-size: 13px; line-height: 20px; color: #666; margin-top: 5px; height: 40px; overflow: hidden; }
.homebox04 .box01 .top .tim { font-size: 12px; line-height: 20px; color: #666; margin-top: 10px; height: 20px; overflow: hidden; background: url(../img/se.jpg) no-repeat left center; padding-left: 20px; }
.homebox04 .box01 .bul {  }
.homebox04 .box01 .bul li { line-height: 22px; height: 22px; overflow: hidden; }
.homebox04 .box01 .bul li a { font-size: 14px; }
.homebox04 .box01 .bul li .tim { font-size: 12px; float: right; color: #666; }
.homebox04 .box02 { background: #ddf2f1; padding: 40px 60px 60px; width: 50%; float: left; box-sizing: border-box; }
.homebox04 .box02 .hd { line-height: 22px; margin-bottom: 30px; overflow: hidden; height: 22px; }
.homebox04 .box02 .hd .nam { float: left; font-size: 16px; color: #333; }
.homebox04 .box02 .hd .mor { float: right; font-size: 12px; }
.homebox04 .box02 .list {  }
.homebox04 .box02 .list .item { width: 49%; float: left; margin-right: 2%; background: #f1faf9; padding: 26px 30px; box-sizing: border-box; margin-bottom: 13px; }
.homebox04 .box02 .list .item:nth-child(2n) { margin-right: 0; }
.homebox04 .box02 .list .item .tit { font-size:15px; line-height: 20px; margin-bottom: 5px; height: 40px; overflow: hidden; }
.homebox04 .box02 .list .item .tim { font-size: 12px; line-height: 20px; height: 20px; overflow: hidden; padding-left: 20px; background: url(../img/se.jpg) no-repeat left center; color: #666; }


.homebox05 { background: url(../img/hb05img01.jpg) repeat-y center; }
.homebox05 .box01 { background: #f8d488; padding: 40px 60px 60px; width: 50%; float: left; box-sizing: border-box; }
.homebox05 .box01 .hd { line-height: 22px; margin-bottom: 30px; overflow: hidden; height: 22px; }
.homebox05 .box01 .hd .nam { float: left; font-size: 16px; color: #333; }
.homebox05 .box01 .hd .mor { float: right; font-size: 12px; }
.homebox05 .box01 .list {  }
.homebox05 .box01 .list .item { }
.homebox05 .box01 .list .item:first-child { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #d0b272; }
.homebox05 .box01 .list .item .tit { line-height: 24px; height: 24px; margin-bottom: 10px; overflow: hidden; }
.homebox05 .box01 .list .item .tit .tim { float: right; color: #333; font-size: 12px; }
.homebox05 .box01 .list .item .tit a { color: #333; font-size: 16px; }
.homebox05 .box01 .list .item .txt { color: #333; font-size: 13px; line-heihgt: 20px; height: 40px; overflow: hidden; }
.homebox05 .box02 { background: #f6f6f6; padding: 40px 60px 60px; width: 50%; float: left; box-sizing: border-box; }
.homebox05 .box02 .hd { line-height: 22px; margin-bottom: 30px; overflow: hidden; height: 22px; }
.homebox05 .box02 .hd .nam { float: left; font-size: 16px; color: #333; }
.homebox05 .box02 .hd .mor { float: right; font-size: 12px; }
.homebox05 .box02 .bul {  }
.homebox05 .box02 .bul li { line-height: 46px; height: 46px; overflow: hidden; padding: 0 20px; background: #fff; margin-bottom: 9px; }
.homebox05 .box02 .bul li:last-child { margin-bottom: 0; }
.homebox05 .box02 .bul li .tim { font-size: 12px; color: #666; float: right; }
.homebox05 .box02 .bul li a { font-size: 14px; }

.homebox06 { background: #fff url(../img/hb6img00.png) no-repeat center; background-size: cover; padding: 80px 0; }
.homebox06 .box { background: #fff; border: 10px solid #f6f6f6; padding: 60px; }
.homebox06 .box .img { margin-bottom: 20px; }
.homebox06 .box .img img { display: block; max-width: 100%; margin: 0 auto; }
.homebox06 .box .btn { text-align: center; }
.homebox06 .box .btn a { font-size: 14px; background: #d40f1a; padding: 0 30px; display: inline-block;  color: #fff; line-height: 40px; border-radius: 20px; text-decoration: none; }
.homebox06 .box .btn a:hover { opacity: .8; }

.homebox07 { background: #304463; padding: 70px 0; }
.homebox07 .homemessage {  }
.homebox07 .homemessage .swiper-slide { background: #304463; }
.homebox07 .homemessage .box { width: 70%; margin: 0 auto; text-align: center; }
.homebox07 .homemessage .box .yin { font-size: 120px; color: #f5a100; font-family: Georgia, Times New Roman, Times, serif; height: 70px; overflow: hidden; }
.homebox07 .homemessage .box .txt { font-size: 24px; color: #fff;     font-family: Pmingliu, Georgia, Times New Roman, Times, serif; font-weight: bold; line-height: 36px; }
.homebox07 .homemessage .box .tou { margin-top: 30px; margin-bottom: 20px; }
.homebox07 .homemessage .box .tou img { width: 70px; display: block; width: 70px; margin: 0 auto 10px; }
.homebox07 .homemessage .box .tou .nam { font-size: 14px; color: #fff; }
.homebox07 .homemessage .box .tou .nam em { color: #f5a100; font-style: normal; }
.homebox07 .homemessage .pagination { text-align: center; }


.homebox08 { background: #e6e1d4; padding: 70px 0; }
.homebox08 .list { }
.homebox08 .list li { width: 19%; float: left; margin-right: 1.25%; -webkit-transition: all .2s; transition: all .2s; margin-bottom:12px; }
.homebox08 .list li:nth-child(5n) { margin-right: 0; }
.homebox08 .list li:hover { border-color: #c40000; -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); }
.homebox08 .list li a { display: block; }
.homebox08 .list li a img { display: block; width: 100%; }

.homebox09 { background: #f4cf7e; }
.homebox09 .comtitle { float: left; text-align: left; padding-top: 70px; }
.homebox09 .comtitle .cn { font-size: 32px; }
.homebox09 .img { float: right; }
.homebox09 .img img { display: block; max-width: 100%; }


.homebox10 { background: #b7c0c9; padding: 30px 0; color: #fff; }
.homebox10 .item { float: left; width: 18%; margin-right: 2.5%; padding-left: 50px; box-sizing: border-box; background-position: left center; background-repeat: no-repeat; background-size: 36px auto; font-size: 13px; }
.homebox10 .item:last-child { margin-right: 0; }
.homebox10 .item .tit { font-size: 18px; margin-bottom: 10px; }


.footer { background: #fff; padding: 70px 0; }
.footer .box01 { width: 30%; float: left; font-size: 15px; color: #666; }
.footer .box02 { width: 30%; float: left; }
.footer .box02 dl { width: 33.3333333%; float: left; font-size: 14px; }
.footer .box02 dl dt { margin-bottom: 20px; }
.footer .box03 { width: 34%; float: right; font-size: 13px; line-height: 22px; color: #666; }
.footer .box03 .qrcode { float: right; width: 114px; border: 1px solid #ccc; }

.footline { background: #fff; padding-bottom: 20px; border-bottom: 1px solid #ccc; font-size: 12px; }
.footline .fl a { margin-right: 10px; }
.footline .fr a { margin-left: 10px; padding-left: 20px; background: url(../img/flicon01.gif) no-repeat left center; }
.footline .fr a:nth-child(2) { background-image: url(../img/flicon02.gif); }
.footline .fr a:nth-child(3) { background-image: url(../img/flicon03.gif); }


.foot { background: #fff; padding: 20px 0 70px; font-size: 12px; color: #666; }
.foot .fr a { margin-left: 10px; }



.inbanner { height: 300px; background: url(../img/inbanner01.jpg) no-repeat center; position: relative; color: #fff; display: table; width: 100%; -webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1); box-shadow: 2px 2px 30px rgba(0,0,0,0.1); z-index: 2; }
.inbanner:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(../img/a.png) repeat center; content: ''; }
.inbanner .title { position: relative; text-align: center; display: table-cell;vertical-align: middle; }
.inbanner .title .cn { font-size: 38px; letter-spacing: 5px; font-weight: bold; margin-bottom: 5px; }
.inbanner .title .en { font-size: 20px; text-transform: uppercase; font-family: arial; }

.inpage { background: #f5f7f9; overflow: hidden; padding: 30px 0; }

.side { width: 300px; float: left; }

.main { width: calc(100% - 330px); float: right; }



.snav { background: #fff; padding: 4px; margin-bottom: 30px; -webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1); border-top: 3px solid #f5a100; box-shadow: 2px 2px 30px rgba(0,0,0,0.1); }
.snav .hd { text-align: center; font-size: 20px; color: #f5a100; font-weight: bold; line-height: 20px; padding: 20px 0 10px; }
.snav .hd .split { margin: 0 10px; }
.snav .bd { background: #fff; padding: 10px; }
.snav .bd .bul { padding: 0 10px; }
.snav .bd .bul .bli { line-height: 40px; height: 40px; overflow: hidden; border-bottom: 1px dashed #dedede; background: url(../img/dot.png) no-repeat 8px 17px; position: relative; }
.snav .bd .bul .bli .ba { display: block; font-size: 16px; color: #39424b; position: relative; text-align: center; -webkit-transition: all .2s; transition: all .2s; text-decoration: none; padding: 0 20px; }
.snav .bd .bul .bli:before { content: ''; background: linear-gradient(to right, rgba(234,0,0,1), rgba(255,51,0,1)); display: block; border-radius: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); height: 40px; width: 100%; position: absolute; left: 0; right: 0; top: 0; -webkit-transition: all .2s; transition: all .2s; text-decoration: none; }
.snav .bd .bul .bli:hover:before, .snav .bd .bul .bli.on:before { -webkit-transform: translateY(0); transform: translateY(0); }
.snav .bd .bul .bli:hover .ba, .snav .bd .bul .bli.on .ba { color: #fff; }
.snav .bd .bul .bli.on { border-color: transparent; }
.snav .bd .bul .bsub { background: #f3f3f3; margin: -20px 0 2px 0; padding-top: 25px; padding-bottom: 10px; text-align: center; border-radius: 0 0 20px 20px; }
.snav .bd .bul .bsub li { line-height: 36px; }
.snav .bd .bul .bsub li a { font-size: 14px; color: #666; }
.snav .bd .bul .bsub li a:hover, .snav .bd .bul .bsub li.on a { color: #d00c18; }

.sbox { background: #fff; padding: 4px; margin-bottom: 30px; -webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1); box-shadow: 2px 2px 30px rgba(0,0,0,0.1); }
.sbox .hd { text-align: center; font-size: 18px; color: #f5a100; font-weight: bold; line-height: 20px; padding: 20px 0 10px; }
.sbox .hd .split { margin: 0 10px; }
.sbox .bd { background: #fff; padding: 15px; }
.scon { font-size: 14px; color: #666; line-height: 24px; }
.scon img { display: block; width: 100%; }

.mainbox { background: #fff; border: 0 solid #dedede; border-top: 3px solid #f5a100; padding: 40px 64px; -webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1); box-shadow: 2px 2px 30px rgba(0,0,0,0.1); }
.mainbox .hd { height: 20px; border-bottom: 1px solid #dedede; margin-bottom: 60px; }
.mainbox .hd h1 { float: left; background: #fff; line-height: 40px; font-weight: normal; color: #39424b; padding-right: 20px; font-size: 30px; }
.mainbox .now { float: right; background: #fff; line-height: 40px; color: #999; padding-left: 10px; font-size: 12px; }
.mainbox .now .split { margin: 0 4px; font-family: simsun; }
.mainbox .now a { color: #999; }
.mainbox .now a:hover { color: #d00c18; }

.mainbox .bd { font-size: 16px; line-height: 30px; color: #333; word-wrap: break-word; }
.mainbox .bd img { max-width: 100%; }
.mainbox .bd p { margin-bottom: 20px; }
.mainbox .bd 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 0 20px 0; margin-bottom: 20px; margin-top: 40px; }

.bdshare-button-style0-16.lihaile { width: 112px; margin: 0 auto; }
.bdshare-button-style0-16.lihaile a { width: 50px; height: 50px; padding-left: 0; }
.bdshare-button-style0-16.lihaile .bds_tsina { background: url(../img/icon_01.png) no-repeat 0 0; }
.bdshare-button-style0-16.lihaile .bds_weixin { background: url(../img/icon_02.png) no-repeat 0 0; }

.snav .sd { display: none; }


.prolist { }
.prolist .item { width: 31.333333333%; float: left; margin: 0 3% 40px 0; box-sizing: border-box; border: 1px solid #dedede; -webkit-transition: all .4s; transition: all .4s; }
.prolist .item:nth-child(3n) { margin-right: 0; }
.prolist .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); z-index: 1; }
.prolist .item .img a { display: block; }
.prolist .item .img img { width: 100%; display: block; }
.prolist .item .box { padding: 20px 30px; position: relative; overflow: hidden; }
.prolist .item .box .nam { font-size: 14px; font-weight: bold; line-height: 30px; margin-bottom: 10px; overflow: hidden; height: 30px; }
.prolist .item:hover .box .nam {  }
.prolist .item .box .nam a { color: #333; }
.prolist .item:hover .box .nam a { color: #f5a100; }
.prolist .item .box .txt { font-size: 12px; color: #666; line-height: 20px; height: 40px; overflow: hidden; }
.prolist .item:hover .box .txt { }
.prolist .item .box .btn { position: absolute; left: 0; bottom: 0; right: 0; height: 58px; line-height: 58px; background: linear-gradient(to right, rgba(234,0,0,1), rgba(255,51,0,1)); color: #fff; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all .4s; transition: all .4s; }
.prolist .item:hover .box .btn { -webkit-transform: translateY(0); transform: translateY(0); }
.prolist .item .box .btn a { color: #fff; font-size: 14px; display: block; text-decoration: none; padding-left: 30px; }


.newstitle { font-size: 26px; text-align: center; line-height: 30px; font-family: microsoft yahei; margin-bottom: 5px; }
.newsinfo { font-size: 12px; text-align: center; line-height: 30px; color: #999; font-family: microsoft yahei; }
.newsinfo .author, .newsinfo .time { margin: 0 5px; }
.newsmaincon { margin: 20px 0; font-family: microsoft yahei; }
.newsmaincon img { max-width: 100%; }
.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: 40px; height: 40px; padding: 0 20px; border-radius: 20px; margin-bottom: 20px; margin-top: 40px; }
.newsmaincon .dou { margin-bottom: 20px; }
.newsmaincon .dou02 { overflow: hidden; }
.newsmaincon .dou02 li { width: 50%; float: left; }
.newsmaincon .dou li:before { content: '·'; color: #f5a100; font-weight: bold; margin-right: 10px; }

.newsbackline { height: 30px; line-height: 30px; border-top: 1px solid #dedede; padding-top: 10px; margin: 30px 0 50px; }
.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; }

.newslist { }
.newslist .item { width: 49%; float: left; margin-right: 2%; margin-bottom: 20px; box-sizing: border-box; border: 1px 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; }
.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; }
.newslist .item .name a:hover { color: #f5a100; }
.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); }


.messagecon { font-size: 14px; line-height: 24px; margin-bottom: 20px; font-family: microsoft yahei; }
.messagecon p { margin-bottom: 20px; }
.messagetit { font-size: 14px; 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: #f5a100; }





@media (max-width: 1140px){
	.wrapper { width: 100%; padding: 0 20px; box-sizing: border-box; }
	
	.header .mor { display: none; }
	.header .nav { text-align: right; font-size: 14px; }
	
	.bannerslide .swiper-slide { height: 580px; }
	
	.header .nav .nli .na { padding: 0 5px; }
	
	
}



@media (max-width: 800px){
	.topbar .fl { float: none; width: 100%; text-align: center; }
	.topbar .fr { display: none; }
	
	.topbar { padding: 10px 20px; }
	.header { padding: 0; height: auto; }
	.header .logo { float: none; width: 100%; padding-bottom: 20px; border-bottom: 1px solid #dedede; }
	.header .logo img { margin: 0 auto; height: 50px; }
	.header .nav { text-align: left; padding: 10px 20px 10px; line-height: 30px; }
	.header .nav .nli .na { padding: 0 8px; }
	
	
	.bannerslide .swiper-slide { height: 320px; }
	
	.homebox01 { padding: 30px 0; }
	
	.comtitle { margin-bottom: 30px; }
	.comtitle .cn { margin-bottom: 20px; }
	.comtitle .txt br { display: none; }
	
	.homebox01 .list .item { width: 49%; margin-right: 2%; margin-bottom: 10px; padding: 20px; }
	.homebox01 .list .item:nth-child(2n) { margin-right: 0; }
	.homebox01 .list .item:last-child { margin-left: 25%; }
	.homebox01 .list .item .icon { margin-bottom: 20px; }
	
	.homebox02 { padding: 30px 0 0; }
	
	.homebox02 .list { padding-bottom: 20px; }
	.homebox02 .list .item { width: 49%; margin-right: 2%; margin-bottom: 10px; padding: 20px; }
	.homebox02 .list .item:nth-child(2n) { margin-right: 0; }
	
	.homebox03 { padding-top: 30px; }
	
	.homebox04 .wrapper { padding: 0; }
	.homebox04 .box01 { width: 100%; float: none; padding: 30px; }
	.homebox04 .box02 { width: 100%; float: none; padding: 30px; overflow: hidden; }
	.homebox04 .box02 .list .item { width: 100%; float: none; margin-right: 0; padding: 20px; }
	.homebox04 .box02 .list .item .tit { height: 20px; }
	
	.homebox05 .wrapper { padding: 0; }
	.homebox05 .box01 { width: 100%; float: none; padding: 30px; }
	.homebox05 .box02 { width: 100%; float: none; padding: 30px; }
	
	.homebox06 { padding: 30px 0; }
	.homebox06 .box { padding: 30px 20px; }
	
	.homebox07 { padding: 30px 0; }
	.homebox07 .homemessage .box .txt { font-size: 18px; line-height: 30px; }
	.homebox07 .homemessage .box .txt br { display: none; }
	
	.homebox08 { padding: 30px 0; }
	.homebox08 .list li { width: 49%; float: left; margin: 0 2% 10px 0; }
	.homebox08 .list li:nth-child(2n) { margin-right: 0; }
	
	.homebox09 .comtitle { padding-top: 30px; }
	
	.homebox10 .item { width: 100%; float: none; margin: 0 0 20px; }
	.homebox10 .item .tit { margin-bottom: 5px; }
	.homebox10 .item .txt br { display: none; }
	
	.footer { display: none; }
	.footline { display: none; }
	.foot { padding-bottom: 30px; }
	.foot .fr { display: none; }
	
	.inbanner { height: 120px; background-size: cover; }
	.inbanner .title .cn { font-size: 22px; }
	.inbanner .title .en { font-size: 14px; }
	
	.side { width: 100%; float: none; }
	.main { width: 100%; float: none; }
	
	.sbox { display: none; }
	
	.snav { padding: 0; margin-bottom: 0; border-top: 0; }
	.snav .sd { background: #f5a100; line-height: 36px; font-size: 12px; color: #fff; text-align: center; display: block; }
	.snav .hd { display: none; }
	.snav .bd { display: none; }
	.snav .bd.sbon { display: block; }
	
	.snav .bd .bul .bli .ba { font-size: 14px; }
	.mainbox .now { display: none; }
	
	.mainbox { padding: 20px; }
	.mainbox .hd { border-color: transparent; margin: -20px -20px 40px; }
	.mainbox .hd h1 { float: none; text-align: center; background: linear-gradient(to right, rgba(234,0,0,1), rgba(255,51,0,1)); color: #fff; font-size: 16px; padding-right: 0; }
	
	
	.newsbackline ul li a { width: 100%; }
	
	
	.newslist .item { width: 100%; float: none; margin-right: 0; }
	.newslist .item .name { height: auto; }
	
	.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%; }
	
	.prolist .item { width: 100%; margin: 0 0 10px; }
	
}


