@charset "utf-8";
/* by Sean Lu 20190103 */
/* 移动端全局控制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: none; color: #405ca3; }

/* 清理浮动 */
.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: #405ca3; color: #fff; }
::-moz-selection { background: #405ca3; color: #fff; }

.wrapper { margin: 0 auto; width: 1140px; }

.fl { float: left; }
.fr { float: right; }

.topbar { background: #0b2989; color:#eee; height: 40px; border-bottom: 1px solid #00196a; padding: 0 40px; }
.topbar .fl { font-size: 12px; line-height: 40px; }
.topbar .fl strong { font-weight: normal; }
.topbar .fr { font-size: 12px; line-height: 40px; }
.topbar .fr .link { float: left; }
.topbar .fr .link a { float: left; color: #fff; }
.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/lang01.jpg) no-repeat left center; padding-left: 26px; display: block; color:#fff; }

.header { height: 100px; padding: 0 40px; background:#1b3ca5; color:#fff; }
.header .logo { float: left; display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: center; -webkit-box-align: center; height: 100%; }
.header .logo img { height: 59px; display: inline-block; }
.header .nav { text-align: center; height: 40px; padding-top: 30px; }
.header .nav .nli { display: inline-block; position: relative; }
.header .nav .nli .na { font-size: 14px; font-weight: bold; display: block; padding: 0 20px; text-decoration: none; line-height: 40px; color:#fff; }
.header .tel { float: right; text-align: right; padding-top: 30px; color: #eee; font-size: 13px; }
.header .tel .nam { display: inline-block; padding-left: 32px; background: url(../img/vgh.png) no-repeat left center; }
.header .tel strong { display: block; font-family: Verdana; font-size: 17px; color: #fff; }


.bannerslide .swiper-slide { background-position: center; background-size: cover; position: relative; height: 600px; }
.bannerslide .swiper-slide a { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: block; }
.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: #405ca3; }


.box .title{margin: 30px 0 50px;}
.box .title .en{letter-spacing: 8px;color: #888;text-transform: uppercase;font-size: 16px;font-weight: 300;}
.box .title .cn{font-size: 26px;font-size: #333;font-weight: bold;position: relative;}
.box .title .cn:after{position: absolute;content: '';width: 40px;height: 3px;background-color: #ee0000;top: calc(100% + 10px);left: 0;}
.box .title .cn:before{position: absolute;content: '';width: 100px;height: 1px;background-color: #dbdbdb;top: calc(100% + 11px);left: 0;}

.homebox01 { padding: 60px 0;background-image: url(../img/ppp.jpg);background-repeat: no-repeat;background-size: cover;background-position: bottom; }
.homebox01 .nav { text-align: center; margin-bottom: 30px; }
.homebox01 .nav a { font-size: 13px; line-height: 40px; height: 40px; border: 1px solid #ccc; padding: 0 20px; display: inline-block; text-decoration: none; }
.homebox01 .nav a:first-child { color: #fff; background: #405ca3; border-color: #405ca3; }
.homebox01 .nav a:hover { border-color: #405ca3; }
.homebox01 .list .item { width: 18.8%; margin-bottom: 10px;margin-right: 1.5%;border: 1px solid #e4e4e4;box-sizing: border-box; -webkit-transition: all .7s; transition: all .7s; float: left; }
.homebox01 .list .item:nth-child(5n){margin-right: 0;}
.homebox01 .list .item .img a { display: block; }
.homebox01 .list .item .img img { display: block; width: 100%; }
.homebox01 .list .item .info { background: #f1f7fb; padding: 20px 0; text-align: center; color: #666; }
.homebox01 .list .item .info .nam { font-size: 18px; line-height: 30px; height: 30px; overflow: hidden; margin-bottom: 10px; }
.homebox01 .list .item .info .mor a { font-size: 12px; line-height: 26px; border: 1px solid #ccc; display: inline-block; padding: 0 20px; border-radius: 20px; text-decoration: none; -webkit-transition: all .2s; transition: all .2s; }
.homebox01 .list .item .info .mor a:hover { border-color: #405ca3; color: #fff; background: #405ca3; }
.homebox01 .list .item:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1); box-shadow: 2px 2px 30px rgba(0,0,0,0.1); }


.hb01list .swiper-slide { background-position: center; background-size: cover; position: relative; height: 395.6px; }
.hb01list .swiper-slide a { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: block; }


.homebox02{ background:url(../img/nacf.jpg) no-repeat center; height:650px;background-attachment: fixed; background-size:cover;}
.home_com{ padding-top:100px;}
.home_com_fl{ border-radius:0 50px; background-color: rgba(0, 0, 0, .4); padding: 55px 60px; color:#fff; width:65%; box-sizing:border-box; position:relative;}
.home_com_fl .home_com_line{ width:15%; height:5px; background:#1ea51b; position:absolute; top:0; left:0;}
.home_com_fl .title{font-size: 30px; font-weight:bold;}
.home_com_fl .txt{ margin:40px 0; color:#eee; line-height:28px;}
.home_com_fl .mor{ display: inline-block; line-height: 40px; border-radius: 20px; padding: 0 20px 0 44px; background:#1b3ca5 url(../img/bet.png) no-repeat 20px center; font-size: 14px; color: #666; text-decoration: none; -webkit-transition: all .7s; transition: all .7s;}
.home_com_fl .mor a{ color:#fff;}
.home_com_fr{ width:32%;}
.home_com_fr li{ margin-bottom:10px; background:#1b3ca5; border-radius:0 30px; padding:20px 30px; color:#fff; text-align:center;}
.home_com_fr li .adv_t{ font-weight:bold; font-size:12px;}
.home_com_fr li .adv_t span{ font-size:36px; margin-right:10px;}
.home_com_fr li .adv_b{ font-size:14px;}



.homebox03 { padding: 70px 0; background: url(../img/homebox04bg.jpg) no-repeat center; }
.homebox03.box .title .en{text-align: center;}
.homebox03.box .title .cn{text-align: center;}
.homebox03.box .title .cn:after{top: calc(100% + 10px);left: calc(50% - 20px);}
.homebox03.box .title .cn:before{top: calc(100% + 11px);left: calc(50% - 50px);}

.homebox03 .homeprolist .item { margin: 0 5px; }
.homebox03 .homeprolist .item .ibox {  }
.homebox03 .homeprolist .item .ibox a { border: 2px solid #a7abb0; display: block; position: relative; }
.homebox03 .homeprolist .item .ibox img { display: block; width: 100%; }
.homebox03 .homeprolist .item .ibox .cover { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(203,134,60,.9); -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all .2s; transition: all .2s; }
.homebox03 .homeprolist .item .ibox .txt { position: absolute; top: 0; right: 0; bottom: 0; left: 0; color: #fff; display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: center; -webkit-box-align: center; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all .4s; transition: all .4s; }
.homebox03 .homeprolist .item .ibox a:hover .cover { -webkit-transform: scale(1); transform: scale(1); }
.homebox03 .homeprolist .item .ibox a:hover .txt { -webkit-transform: scale(1); transform: scale(1); }

.homebox04{padding: 80px 0;background-image: url(../img/newbg.png);background-repeat: no-repeat;background-position: center;background-size: cover;}
.homebox04.box .title .en{text-align: center;}
.homebox04.box .title .cn{text-align: center;}
.homebox04.box .title .cn:after{top: calc(100% + 10px);left: calc(50% - 20px);}
.homebox04.box .title .cn:before{top: calc(100% + 11px);left: calc(50% - 50px);}
.homebox04 .list{margin-top: 30px;overflow: hidden;}
.homebox04 .list .item{width: 31.3%;margin: 10px 1%;background-color: #fff;box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);float: left;display: block;overflow: hidden;font-size: 14px;color: #666;}
.homebox04 .list .item a{padding: 40px 50px;display: block;}
.homebox04 .list .item .date{font-size: 12px;padding-bottom: 12px;color: #999;position: relative;padding-left: 16px;}
.homebox04 .list .item .date::before{position: absolute;content: '';width: 12px;height: 12px;background-image: url(../img/rl.png);background-repeat: no-repeat;top: 0;left: 0;}
.homebox04 .list .item .tit{font-size: 17px;font-weight: bold;padding-bottom: 12px;color: #000;}
.homebox04 .list .item .txt{font-size: 14px;color: #666;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical; word-break: break-all;-webkit-line-clamp: 2;}
.homebox04 .list .item .more{font-size: 12px;color: #666;margin-top: 20px;position: relative;padding-left: 16px;}
.homebox04 .list .item .more::before{position: absolute;content: '';width: 12px;height: 12px;background-image: url(../img/rm.png);background-repeat: no-repeat;top: 0;left: 0;}



.footer { background-color: #232f3e;color: #000;padding: 50px 0; }
.footer dl { width: 13%; float: left; color: #a4a4a4; }
.footer dl:nth-child(2){ width:22%;}
.footer dl:nth-child(3){ width:30%;}
.footer dl:nth-child(4){ width:33%;}
.footer dl dt { color: #333;  font-size: 16px;font-weight: bold;font-size: 17px; margin-bottom: 10px; }
.footer dl dt a { color: #fff; }
.footer dl dd { font-size: 14px; line-height: 26px; }
.footer dl dd a { color: #fff;}
.footer dl dd p { color: #fff; }

.foot { border-top: 1px solid #fff; margin-top: 50px; padding-top: 30px; }
.foot .bei {float: right;}
.foot .bei a { display: inline-block; line-height: 30px;background-size: auto 20px;font-size: 14px; border-radius: 4px; color: #fff; text-decoration: none; }
.foot .copy { color: #fff; line-height: 22px; font-size: 14px; float: left;}

.footer .footeraaa{color:#fff; font-size:14px; text-decoration:none; text-align:left;}
.footer .msg{width: 63%;margin-right: 5%;float: left;}
.footer .btn{width: 32%;float: right;}
.footer .txtaa{border-radius: 10px;padding-left: 20px;width: calc(100% - 20px);height: 45px;line-height: 45px;color: #999999;text-decoration: none;border: 0px none;margin-bottom: 6px;}
.footer .txtbb{border-radius: 10px;padding-left: 20px;width: calc(100% - 20px);height: 100px;line-height: 30px;color: #999999;text-decoration: none;border: 0px none;}
.footer .btnaa{background-color: #eeeeee;border-radius: 5px;height: 86px;width: 100%;padding: 30px;box-sizing: border-box;border: 0px none;color: #888888;font-weight: bold;font-size: 16px;}
.footer .btnbb{background-color: #f18b09;border-radius: 5px;height: 108px;width: 100%;padding: 30px;box-sizing: border-box;border: 0px none; color: #fff;font-weight: bold; font-size: 16px;margin-top: 10px;}
.footer .footeraaa img{display:inline-block; margin-right:5px; vertical-align:middle;}


.inbanner { height: 220px; 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 #405ca3; box-shadow: 2px 2px 30px rgba(0,0,0,0.1); }
.snav .hd { text-align: center; font-size: 20px; color: #405ca3; font-weight: bold; line-height: 20px; padding: 20px 0 10px; }
.snav .hd .split { margin: 0 10px; font-family: simsun; }
.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 #fff; 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: #405ca3; display: block; border-radius: 30px 0 30px 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: #405ca3; font-weight: bold; line-height: 20px; padding: 20px 0 10px; }
.sbox .hd .split { margin: 0 10px; font-family: simsun; }
.sbox .bd { background: #fff; padding: 15px; }
.scon { font-size: 14px; color: #666; line-height: 24px; }


.mainbox { background: #fff; border: 0 solid #dedede; border-top: 3px solid #405ca3; 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: #405ca3; }

.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; }


.mainbox .bd .honor { overflow: hidden; }
.mainbox .bd .honor li { float: left; width: 50%; margin: 0 0 20px; }
.mainbox .bd .honor li img { display: block; max-width: 90%; margin: 0 auto; }


.prolist { }
.prolist .item { width: 32.333333333%; float: left; margin: 0 1.5% 10px 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: 14px 30px; position: relative; overflow: hidden; }
.prolist .item .box .nam { font-size: 14px; font-weight: bold; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.prolist .item:hover .box .nam {  }
.prolist .item .box .nam a { color: #333;}
.prolist .item:hover .box .nam a { color: #405ca3; }
.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: #405ca3; 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;  margin-bottom: 5px; }
.newsinfo { font-size: 12px; text-align: center; line-height: 30px; color: #999;  }
.newsinfo .author, .newsinfo .time { margin: 0 5px; }
.newsmaincon { margin: 20px 0;  }
.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: #ea0000; 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: 100%; float: left; margin-bottom: 20px; box-sizing: border-box; border: 1px solid #dedede; -webkit-transition: all .4s; transition: all .4s; background: #fff; padding: 30px; }
.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: #ea0000; }
.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/hb01img01.png) no-repeat center; float: left; }
.newslist .item .link a.l02 { float: right; background-image: url(../img/hb01img02.png); }

.messagecon { font-size: 14px; line-height: 24px; margin-bottom: 20px;  }
.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;  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;  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;  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: #405ca3; }


.partner { overflow: hidden; }
.partner li { float: left; width: 33.33333333%; margin-bottom: 20px; }
.partner li a { display: block; cursor: default; color: #666; text-decoration: none; }
.partner li img { display: block; max-width: 90%; margin: 0 auto 10px; }
.partner li span { display: block; line-height: 30px; height: 30px; overflow: hidden; text-align: center; }



@media (max-width: 1140px){
	.wrapper { width: 100%; padding: 0 20px; box-sizing: border-box; }
	
	
	.header .tel { display: none; }
	.topbar .fl { display: none; }
	.topbar .fr .link { display: none; }
	.header .nav { text-align: right; }
	
	
	.homebox01 .list .item.itemsp { display: none; }
	
	.homebox01 .list .item { width: 32.333333333%; }
	.homebox01 .list .item:nth-child(3n){ margin-right: 0; }
	.homebox02 .conbox{padding: 70px 10% 0 100px;}
}

@media (max-width: 800px){
	.topbar { padding: 0 20px; }
	
	.partner li { width: 50%; }
	
	.bannerslide .swiper-slide { height: 160px; }
	
	.header { height: auto; padding: 0 20px; }
	.header .logo { float: none; width: 100%; height: 90px; }
	
	/* .topbar .fr { float: none; }
	.topbar .fr .lang { margin-left: 0; float: none; text-align: center; }
	.topbar .fr .lang a { display: inline-block; float: none; } */
	
	.header .nav { padding-top: 0; overflow: hidden; height: auto; text-align: center; background: #214083; margin: 0 -20px; }
	.header .nav .nli { float: left; display: block; width: 33.3333333%; }
	.header .nav .nli:first-child { display: none; }
	.header .nav .nli .na { color: #fff; font-weight: normal; }
	.header .nav .nli .sub { display: none; }
	.header .nav .nli:hover .sub { display: none; }
	
	
	.homebox01 { padding: 30px 0; }
	.homebox01 .nav { margin-bottom: 20px; }
	.homebox01 .nav a { font-size: 12px; line-height: 30px; height: 30px; margin-bottom: 4px; padding: 0 12px; }
	.homebox01 .title { margin-bottom: 20px; }
	.homebox01 .list .item { width: 49%; margin-bottom: 6px; }
	.homebox01 .list .item:nth-child(3n){margin-right: 1.5%;}
	.homebox01 .list .item:nth-child(2n){margin-right: 0;}
	.homebox01 .title .en { font-size: 12px; line-height: 20px; }
	.homebox01 .title .en br { display: none; }
	
	.homebox02 { padding: 30px 0; height:auto; }
	.homebox02 .fl { float: none; width: 100%; padding:30px; }
	.homebox02 .fr { float: none; width: 100%; margin-top:30px;}
	.homebox02 .fl .title { margin-bottom: 20px; font-size:20px;}
	.homebox02 .fr .box p { font-size: 12px; line-height: 20px; }
	.homebox02 .fr .box { padding: 40px 30px; }
	.homebox02 .fr .honor .list .item img { max-width: 96%; margin: 0 auto 10px; }
	.home_com_fl .txt{ font-size:14px; line-height:24px;}
	.home_com_fr li .adv_b{ font-size:12px;}
	

	
	.homebox04 .list .item{float: none;width: 100%;}
	
	
	
	.footer { padding: 30px 0; }
	.footer dl { display: none; }
	.foot .bei,.foot .copy {float: none;text-align: center; }
	.footer .foot { margin-top: 0; padding-top: 0; border-top: 0; }
	.foot .copy { font-size: 12px; padding:0 20px; }
	
	
	.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; }
	.snav .sd { background: #666; 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: #405ca3; 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; }
	.slick-prev, .slick-next{display: none !important;}
	.header .logo img{height: 56px;}
	
}
































































