@charset "utf-8";
/* by Sean Lu 20210527 */
/* 移动端全局控制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: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color:rgba(0,0,0,0); background: #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: #d48135; }

/* 清理浮动 */
.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: #d48135; color: #fff; }
::-moz-selection { background: #d48135; color: #fff; }

.wrapper { margin: 0 auto; width: 1360px; }

.fl { float: left; }
.fr { float: right; }


.headerwrap { height: 90px; }
.headerwrap .header { position: fixed; left: 0; top: 0; right: 0; background: #fff; height: 90px; box-shadow: 0 0 20px rgba(0,0,0,.1); z-index: 3; }
.headerwrap .header .logo { float: left; display: block; width: 115px; height: 46px; padding: 22px 0; }
.headerwrap .header .logo:hover { opacity: .8; }
.headerwrap .header .logo img { display: block; width: 100%; }
.headerwrap .header .sea { float: right; height: 40px; border: 1px solid #cbcbcb; margin: 24px 0; border-radius: 26px; overflow: hidden; }
.headerwrap .header .sea .ipt { float: left; width: 80%; border: 0; line-height: 40px; font-size: 14px; color: #666; padding: 0 20px; box-sizing: border-box; -webkit-transition: all .2s; transition: all .2s; }
.headerwrap .header .sea .ipt:focus { background: #f5f5f5; }
.headerwrap .header .sea .btn { float: left; width: 20%; border: 0; line-height: 40px; text-indent: -9999px; background: url(../img/seaicon.png) no-repeat center; cursor: pointer; }
.headerwrap .header .sea .btn:hover { opacity: .8; }
.headerwrap .header .nav { text-align: center; line-height: 40px; padding: 25px 0; }
.headerwrap .header .nav .nul { margin: 0; }
.headerwrap .header .nav .nli { display: inline-block; margin: 0 16px; }
.headerwrap .header .nav .nli .na { font-size: 15px; font-weight: bold; color: #555; display: block; -webkit-transition: all .2s; transition: all .2s; }
.headerwrap .header .nav .nli .na:hover { color: #d48135; }


.bannerslide .swiper-slide { background-position: center; background-size: cover; position: relative; height: 630px; }
.bannerslide .swiper-slide a { display: block; width: 100%; height: 100%; }
.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: #d48135; }

.homebox01 { margin: 60px 0; }
.homebox01 .title { text-align: center; position: relative; color: #555; padding-bottom: 20px; margin-bottom: 40px; }
.homebox01 .title .en { font-size: 14px; font-family: Arial; letter-spacing: 1px; }
.homebox01 .title .cn { font-size: 25px; font-weight: bold; }
.homebox01 .title:before { content: ''; display: block; height: 2px; width: 100px; background: #d5d5d5; bottom: 0; left: 50%; position: absolute; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.homebox01 .title:after { content: ''; display: block; height: 6px; width: 48px; background: #d48134; bottom: -2px; left: 50%; position: absolute; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all .2s; transition: all .2s; }
.homebox01 .title:hover:after { width: 100px; }
.homebox01 .list { margin: 0; }
.homebox01 .list .item { width: 20%; float: left; }
.homebox01 .list .item a { display: block; background: #fff; color: #666; -webkit-transition: all .2s; transition: all .2s; }
.homebox01 .list .item a:hover { -webkit-transform: scale(1.05); transform: scale(1.05); box-shadow: 0 0 20px rgba(0,0,0,.1); }
.homebox01 .list .item .img img { display: block; width: 100%; }
.homebox01 .list .item .inf { border-right: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; padding: 26px 36px 26px 66px; background: url(../img/proclassicon.png) no-repeat 36px center; }
.homebox01 .list .item .inf .mor { float: right; width: 26px; height: 26px; color: #fff; background: #d48134; text-align: center; font-size: 17px; line-height: 26px; font-family: arial; margin-top: 6px; -webkit-transition: all .2s; transition: all .2s; }
.homebox01 .list .item a:hover .inf .mor { border-radius: 30px; width: 40px }
.homebox01 .list .item .inf .cn { font-size: 18px; -webkit-transition: all .2s; transition: all .2s; }
.homebox01 .list .item a:hover .inf .cn { color: #d48134; }
.homebox01 .list .item .inf .en { font-size: 12px; text-transform: uppercase; }


.homebox02 { padding: 120px 0 180px; background: #eaf3f9 url(../img/homeboxbg02.jpg) no-repeat center bottom; }
.homebox02 .box { float: left; background: #fff; width: 52%; box-sizing: border-box; padding: 50px; }
.homebox02 .box .title { color: #555; position: relative; border-bottom: 1px solid #e7b969; margin-bottom: 20px; }
.homebox02 .box .title:after { content: ''; position: absolute; left: 0; bottom: -3px; width: 50px; height: 5px; background: #d48134; }
.homebox02 .box .en { font-size: 14px; font-family: Arial; letter-spacing: 1px; }
.homebox02 .box .cn { font-size: 22px; font-weight: bold; }
.homebox02 .box .tn { font-size: 15px; color: #666; margin: 15px 0 20px; }
.homebox02 .box .con { font-size: 15px; color: #666; line-height: 26px; }
.homebox02 .box .con p { margin-bottom: 20px; text-indent: 2em; }
.homebox02 .box .btn { margin: 0; }
.homebox02 .box .btn a { line-height: 50px; width: 170px; padding: 0 20px; box-sizing: border-box; background: #d48134; color: #fff; font-size: 15px; display: block; -webkit-transition: all .2s; transition: all .2s; }
.homebox02 .box .btn a:hover { opacity: .8; }
.homebox02 .box .btn a:after { content: '+'; float: right; }
.homebox02 .list { float: right; background: #fafafa; width: 48%; box-sizing: border-box; padding: 50px 10px; margin-top: 10px; }
.homebox02 .list .item { float: left; width: 32%; margin-right: 2%; border: 1px solid #d48134; box-sizing: border-box; padding: 40px 10px 30px; text-align: center; font-size: 14px; color: #888; line-height: 1.6; }
.homebox02 .list .item:nth-child(3n) { margin-right: 0; }
.homebox02 .list .item .ico { display: inline-block; padding: 30px; border-radius: 50%; background: #d48134; }
.homebox02 .list .item .ico img { display: block; }
.homebox02 .list .item .nam { font-size: 15px; color: #d48134; text-transform: uppercase; font-weight: bold; font-family: Verdana; margin: 20px 0; }


.homebox03 { margin: 0; }
.homebox03 .title { margin-top: 60px; border-bottom: 6px solid #f8f8f8; text-align: center; color: #555; position: relative; }
.homebox03 .title:after { content: ''; width: 100px; height: 6px; background: #d48134; position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.homebox03 .title .en { font-size: 14px; font-family: Arial; letter-spacing: 1px; }
.homebox03 .title .cn { font-size: 22px; font-weight: bold; }
.homebox03 .title .tn { font-size: 15px; margin: 25px 0 30px; }
.homebox03 .box { background: url(../img/homeboxbg03.jpg) repeat center; padding: 40px 0 60px; }
.homebox03 .box .item { width: 18.4%; float: left; margin-right: 2%; margin-bottom: 20px; border: 1px solid #e4e4e4; box-sizing: border-box; background: #fff; -webkit-transition: all .2s; transition: all .2s; }
.homebox03 .box .item:hover { box-shadow: 0 0 20px rgba(0,0,0,.1); -webkit-transform: translateY(-5px); transform: translateY(-5px); }
.homebox03 .box .item:nth-child(5n) { margin-right: 0; }
.homebox03 .box .item .img { margin: 3px; background: url(../img/probg.jpg) no-repeat center; background-size: cover; border-bottom: 1px solid #e4e4e4; }
.homebox03 .box .item .img a { display: block; }
.homebox03 .box .item .img img { display: block; width: 100%; }
.homebox03 .box .item .inf { padding: 16px 0; text-align: center; }
.homebox03 .box .item .inf .nam { font-size: 15px; color: #666; font-weight: bold; }
.homebox03 .box .item .inf .cla { margin: 5px 0 15px; }
.homebox03 .box .item .inf .cla a { display: inline-block; line-height: 30px; font-size: 13px; padding: 0 20px; text-decoration: none; background: #f3f3f3; color: #666; }
.homebox03 .box .item .inf .cla a:hover { opacity: .8; }
.homebox03 .box .item .inf .btn { margin: 0; }
.homebox03 .box .item .inf .btn a { font-size: 13px; color: #df0000; text-decoration: underline; display: inline-block; }
.homebox03 .box .item .inf .btn a:hover { opacity: .8; }
.homebox03 .box .item .inf .btn a:after { content: 'read more +'; }

.homebox04 { background: #a4b2ca url(../img/homeboxbg04.jpg) no-repeat center bottom; padding: 50px 0 200px; }
.homebox04 .title { text-align: center; margin-bottom: 40px; color: #fff; position: relative; padding-bottom: 20px; }
.homebox04 .title .en { font-size: 14px; font-family: Arial; letter-spacing: 1px; text-transform: uppercase; }
.homebox04 .title .cn { font-size: 25px; font-weight: bold; }
.homebox04 .title:before { content: ''; display: block; height: 2px; width: 100px; background: #fff; bottom: 0; left: 50%; position: absolute; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.homebox04 .title:after { content: ''; display: block; height: 6px; width: 48px; background: #d48134; bottom: -2px; left: 50%; position: absolute; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all .2s; transition: all .2s; }
.homebox04 .title:hover:after { width: 100px; }
.homebox04 .list { margin: 0; }
.homebox04 .list .item { width: 20%; float: left; box-sizing: border-box; padding-right: 2px; margin-bottom: 5px; }
.homebox04 .list .item a { display: block; }
.homebox04 .list .item .img { margin-bottom: 1px; }
.homebox04 .list .item .img img { display: block; width: 100%; }
.homebox04 .list .item .inf { background: #fff; padding: 24px; }
.homebox04 .list .item .inf .nam { line-height: 20px; font-size: 14px; }
.homebox04 .list .item .inf .nam:after { float: right; display: block; content: '+'; width: 20px; height: 20px; line-height: 20px; font-size: 18px; color: #d48134; text-align: center; border: 1px solid #d48134; }




.homebox05 { background: #c2cfdf url(../img/homeboxbg05.jpg) no-repeat center bottom; padding: 70px 0 100px; }
.homebox05 .title { text-align: center; margin-bottom: 40px; color: #555; position: relative; padding-bottom: 20px; }
.homebox05 .title .en { font-size: 14px; font-family: Arial; letter-spacing: 1px; text-transform: uppercase; }
.homebox05 .title .cn { font-size: 25px; font-weight: bold; }
.homebox05 .title:before { content: ''; display: block; height: 2px; width: 100px; background: #fff; bottom: 0; left: 50%; position: absolute; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.homebox05 .title:after { content: ''; display: block; height: 6px; width: 48px; background: #febf01; bottom: -2px; left: 50%; position: absolute; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all .2s; transition: all .2s; }
.homebox05 .title:hover:after { width: 100px; }
.homebox05 .list { margin: 0 0 50px; }
.homebox05 .list .item { width: 23.5%; float: left; margin-right: 2%; background: #fff; -webkit-transition: all .2s; transition: all .2s; }
.homebox05 .list .item:nth-child(4n) { margin-right: 0; }
.homebox05 .list .item:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); box-shadow: 0 0 20px rgba(0,0,0,.1); }
.homebox05 .list .item .img a { display: block; }
.homebox05 .list .item .img img { display: block; width: 100%; }
.homebox05 .list .item .inf { padding: 20px; }
.homebox05 .list .item .inf .nam { font-size: 16px; color: #666; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; word-break: break-all; -webkit-line-clamp: 1; }
.homebox05 .list .item .inf .txt { font-size: 14px; color: #666; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; word-break: break-all; -webkit-line-clamp: 2; margin: 20px 0 30px; }
.homebox05 .list .item .inf .btn { overflow: hidden; }
.homebox05 .list .item .inf .btn a { float: right; width: 32px; height: 32px; line-height: 32px; text-align: center; color: #fff; background: #febf01; text-decoration: none; }
.homebox05 .list .item .inf .btn a:hover { opacity: .8; }
.homebox05 .list .item .inf .btn a:after { content: '+'; }
.homebox05 .bigbtn { text-align: center; }
.homebox05 .bigbtn a { line-height: 50px; width: 170px; padding: 0 20px; box-sizing: border-box; background: #fea301; color: #fff; font-size: 15px; display: inline-block; -webkit-transition: all .2s; transition: all .2s; }
.homebox05 .bigbtn a:hover { opacity: .8; }
.homebox05 .bigbtn a:after { content: '+'; float: right; }


.homebox06 { background: #3a5aac url(../img/homeboxbg06.jpg) no-repeat center bottom; padding: 80px 0 140px; }
.homebox06 .title { text-align: center; margin-bottom: 40px; color: #fff; position: relative; padding-bottom: 20px; }
.homebox06 .title .en { font-size: 14px; font-family: Arial; letter-spacing: 1px; text-transform: uppercase; }
.homebox06 .title .cn { font-size: 25px; font-weight: bold; }
.homebox06 .title:before { content: ''; display: block; height: 2px; width: 100px; background: #fff; bottom: 0; left: 50%; position: absolute; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.homebox06 .title:after { content: ''; display: block; height: 6px; width: 48px; background: #d48134; bottom: -2px; left: 50%; position: absolute; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all .2s; transition: all .2s; }
.homebox06 .title:hover:after { width: 100px; }
.homebox06 .box { width: 49%; float: left; background: #fff; padding: 40px 50px; box-sizing: border-box; }
.homebox06 .box .hd { line-height: 70px; background: #f3f3f3; padding: 0 20px; font-size: 18px; color: #555; font-weight: bold; margin-bottom: 8px; }
.homebox06 .box .ib { line-height: 26px; border-bottom: 1px dashed #e9e9e9; font-size: 15px; color: #666; padding: 6px 0; }
.homebox06 .box .ib img { vertical-align: middle; margin: 0 10px; }
.spmail { display: block; margin-left: 88px;}
.homebox06 .list { margin: 0; width: 49%; float: right; }
.homebox06 .list .item { margin-bottom: 12px; }
.homebox06 .list .item a { display: block; padding: 45px 50px; line-height: 32px; font-size: 18px; color: #555; font-weight: bold; background: url(../img/hb06bg01.jpg) no-repeat center bottom; background-size: cover; -webkit-transition: all .2s; transition: all .2s; }
.homebox06 .list .item:nth-child(1) a { background-image: url(../img/hb06bg01.jpg); }
.homebox06 .list .item:nth-child(2) a { background-image: url(../img/hb06bg02.jpg); }
.homebox06 .list .item:nth-child(3) a { background-image: url(../img/hb06bg03.jpg); }
.homebox06 .list .item a:hover { opacity: .9; }
.homebox06 .list .item img { vertical-align: middle; margin-right: 10px; }
.homebox06 .list .item .nam:after { content: '+'; float: right; font-weight: normal; width: 36px; height: 36px; line-height: 34px; box-sizing: border-box; border: 1px solid #d48134; color: #d48134; text-align: center; text-decoration: none; }


.footer { background: #000; }
.footer .links { padding: 35px; border-bottom: 1px solid #373737; color: #ececec; }
.footer .links .bd a { font-size: 14px; color: #ececec; }
.footer .links .bd a:hover { color: #fff; }
.footer .links .hd { color: #fff; font-size: 18px; font-weight: bold; margin-bottom: 20px; }
.footer .foot { padding: 60px 0; line-height: 70px; color: #fff; font-size: 16px; }
.footer .foot .logos { float: left; }
.footer .foot .qrcode { float: right; }
.footer .foot p { text-align: center; text-transform: uppercase; }



.inbanner { height: 200px; background: url(../img/homeboxbg02.jpg) no-repeat center bottom; 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 #d48135; box-shadow: 2px 2px 30px rgba(0,0,0,0.1); }
.snav .hd { text-align: center; font-size: 20px; color: #d48135; font-weight: bold; line-height: 20px; padding: 20px 0 10px; }
.snav .hd .split { margin: 0 10px; }
.snav .bd { background: #fff; padding: 10px 10px 20px; }
.snav .bd .bul { padding: 0 10px; }
.snav .bd .bul .bli { line-height: 40px; overflow: hidden; border-bottom: 1px dashed #fff; background: #f5f5f5 url(../img/dot.png) no-repeat 8px 17px; position: relative; border-bottom: 1px dashed #dedede; }
.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, #4065ab, #4065ab); box-sizing: border-box; border-bottom: 6px solid #d48135; display: block; border-radius: 10px 10px 10px 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; }
@-webkit-keyframes hue {
	from { -webkit-filter: hue-rotate(0deg); }
	to { -webkit-filter: hue-rotate(-360deg); }
}
@keyframes hue {
	from { -webkit-filter: hue-rotate(0deg); }
	to { -webkit-filter: hue-rotate(-360deg); }
}
.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: rgba(212,129,53,.2); margin: -20px 0 2px 0; padding-top: 25px; padding-bottom: 10px; text-align: center; border-radius: 0 0 10px 10px; }
.snav .bd .bul .bsub li { line-height: 36px; }
.snav .bd .bul .bsub li a { font-size: 14px; color: #333; }
.snav .bd .bul .bsub li a:hover, .snav .bd .bul .bsub li.on a { color: #4065ab; font-weight: bold; }

.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: #d48135; 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%; margin-top: 20px; }


.mainbox { background: #fff; border: 0 solid #dedede; border-top: 3px solid #d48135; 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: #d48135; }

.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, #4065ab, #4065ab); border-bottom: 6px solid #d48135; color: #fff;  font-weight: bold; line-height: 30px; padding: 5px 20px; border-radius: 20px 20px 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; }

.propic { text-align: center; }
.propic img { display: block; margin: 20px auto 0; }

.bigpic { float: right; padding-left: 20px; background: #fff; }
.bigpic img { border-radius: 10px; overflow: hidden; }
.newsmaincon { overflow: hidden; }


.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: 30px; height: 30px; 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: #d48135; color: #d48135; }
.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: #d48135; }
.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); }


.contitle { font-size: 26px; color: #000; padding: 20px 0; background: #f5f5f5; text-align: center; margin-bottom: 20px; }
.conlist { overflow: hidden; margin-bottom: 20px; }
.conlist .ib { line-height: 26px; border-bottom: 1px dashed #e9e9e9; font-size: 15px; color: #666; padding: 10px 0; float: left; width: 50%; }
.conlist .ib:last-child { width: 100%; }
.conlist .ib img { vertical-align: middle; margin: 0 10px; }
.conlink { overflow: hidden; margin-bottom: 20px; }
.conlink a { float: left; width: 49%; box-sizing: border-box; display: block; border: 1px solid #dedede; padding: 30px 20px; font-size: 16px; font-weight: bold; margin-right: 2%; background: url(../img/hb06bg01.jpg) no-repeat center bottom; }
.conlink a:nth-child(2) { background-image: url(../img/hb06bg02.jpg); }
.conlink a:nth-child(2n) { margin-right: 0; }
.conlink a img { vertical-align: middle; margin-right: 10px; }


.messagecon { font-size: 14px; line-height: 24px; margin-bottom: 20px; font-family: microsoft yahei; border-top: 1px solid #dedede; margin-top: 40px; padding-top: 40px; }
.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: #d48135; }



.prolist { margin: 0; }
.prolist .item { width: 23.5%; float: left; margin-right: 2%; margin-bottom: 20px; border: 1px solid #e4e4e4; box-sizing: border-box; background: #fff; -webkit-transition: all .2s; transition: all .2s; }
.prolist .item:hover { box-shadow: 0 0 20px rgba(0,0,0,.1); -webkit-transform: translateY(-5px); transform: translateY(-5px); }
.prolist .item:nth-child(4n) { margin-right: 0; }
.prolist .item .img { margin: 3px; background: url(../img/probg.jpg) no-repeat center; background-size: cover; border-bottom: 1px solid #e4e4e4; }
.prolist .item .img a { display: block; }
.prolist .item .img img { display: block; width: 100%; }
.prolist .item .inf { padding: 16px 0; text-align: center; }
.prolist .item .inf .nam { font-size: 15px; color: #666; font-weight: bold; height: 30px; overflow: hidden; }
.prolist .item .inf .cla { margin: 5px 0 15px; }
.prolist .item .inf .cla a { display: inline-block; line-height: 30px; font-size: 13px; padding: 0 20px; text-decoration: none; background: #f3f3f3; color: #666; }
.prolist .item .inf .cla a:hover { opacity: .8; }
.prolist .item .inf .btn { margin: 0; }
.prolist .item .inf .btn a { font-size: 13px; color: #df0000; text-decoration: underline; display: inline-block; }
.prolist .item .inf .btn a:hover { opacity: .8; }
.prolist .item .inf .btn a:after { content: 'read more +'; }

.aboutlist { margin-bottom: 20px; }
.aboutlist .item { float: left; width: 32%; margin-right: 2%; border: 1px solid #d48134; box-sizing: border-box; padding: 40px 10px 30px; text-align: center; font-size: 14px; color: #888; line-height: 1.6; }
.aboutlist .item:nth-child(3n) { margin-right: 0; }
.aboutlist .item .ico { display: inline-block; padding: 30px; border-radius: 50%; background: #d48134; }
.aboutlist .item .ico img { display: block; }
.aboutlist .item .nam { font-size: 15px; color: #d48134; text-transform: uppercase; font-weight: bold; font-family: Verdana; margin: 20px 0; }



.caselist { margin: 0; }
.caselist .item { width: 33.333333%; float: left; box-sizing: border-box; padding-right: 2px; margin-bottom: 5px; }
.caselist .item a { display: block; }
.caselist .item .img { margin-bottom: 1px; }
.caselist .item .img img { display: block; width: 100%; }
.caselist .item .inf { background: #fff; padding: 24px; }
.caselist .item .inf .nam { line-height: 20px; font-size: 14px; }
.caselist .item .inf .nam:after { float: right; display: block; content: '+'; width: 20px; height: 20px; line-height: 20px; font-size: 18px; color: #d48134; text-align: center; border: 1px solid #d48134; }


.menu { display: none; }
body.fxd { overflow: hidden; }






@media (max-width: 1440px){
	.wrapper { width: 100%; padding: 0 20px; box-sizing: border-box; }

	.bannerslide .swiper-slide { height: 400px; }
	.bannerslide .swiper-slide .txt { width: 400px; top: 60px; }

	.homebox01 .list .item .inf .en { display: none; }
	
	
	
	
}

@media (max-width: 800px){

	.bannerslide .swiper-slide { height: 300px; }
	.bannerslide .swiper-slide .txt { width: 160px; top: 20px; left: 40px; }
	.bannerslide .swiper-slide.swiper-slide-active .txt { left: 10px; }

	.headerwrap .header .sea { display: none; }
	
	.header .menu { display: block; float: right; font-size: 14px; font-weight: bold; color: #4065ab; background: url(../img/menuicon.png) no-repeat left center; padding-left: 46px; line-height: 40px; margin-top: 20px; text-decoration: none; -webkit-transition: all .2s; transition: all .2s; }
	.header .menu.on { background-image: url(../img/menuicons.png); }

	.headerwrap { height: 80px; }
	.headerwrap .header { height: 80px; }
	.headerwrap .header .logo { padding: 17px 0; }
	.headerwrap .header .nav { position: fixed; display: block; top: 80px; left: 0; right: 0; z-index: 9; background: #f1f1f1; bottom: 0; padding: 20px; visibility: hidden; opacity: 0; -webkit-transition: all .2s; transition: all .2s; -webkit-transform: translateY(-10px); transform: translateY(-10px); }
	.headerwrap .header .nav .nli { padding: 5px 0; display: block; border-bottom: 1px solid rgba(0,0,0,.1); display: block; }
	.headerwrap .header .nav.on { visibility: visible; opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }

	.homebox01 { margin: 30px 0; }
	.homebox01 .list .item { width: 50%; }
	.homebox01 .list .item .inf .mor { display: none; }
	.homebox01 .list .item .inf { padding: 20px 10px 20px 34px; background-position: 10px center; background-size: 16px auto; }
	.homebox01 .list .item .inf .cn { font-size: 16px; }

	.homebox02 { padding: 30px 0; }
	.homebox02 .box { float: none; width: 100%; padding: 30px; }
	.homebox02 .list { float: none; width: 100%; overflow: hidden; padding: 20px; }
	.homebox02 .list .item { width: 100%; float: none; padding: 10px; margin-bottom: 10px; }

	.homebox03 .title { margin-top: 30px; padding: 0 20px; }
	.homebox03 .box { padding: 20px 0; }
	.homebox03 .box .item { width: 49%; margin-bottom: 10px; }
	.homebox03 .box .item:nth-child(5n) { margin-right: 2%; }
	.homebox03 .box .item:nth-child(2n) { margin-right: 0; }

	.homebox04 .title { margin-bottom: 20px; }
	.homebox04 { padding: 30px 0; }
	.homebox04 .list .item { width: 50%; }
	.homebox04 .list .item .inf { padding: 20px 10px; }
	.homebox04 .list .item .inf .nam:after { display: none; }

	.homebox05 { padding: 30px 0; }
	.homebox05 .title { margin-bottom: 20px; }
	.homebox05 .list .item { width: 49%; margin-bottom: 10px; }
	.homebox05 .list .item:nth-child(2n) { margin-right: 0; }

	.homebox06 { padding: 30px 0; }
	.homebox06 .title { margin-bottom: 20px; }
	.homebox06 .box { float: none; width: 100%; padding: 20px; margin-bottom: 10px; }
	.homebox06 .list { float: none; width: 100%; }

	.footer .links { padding: 20px 0; }
	.footer .foot { padding: 30px 0; }
	.footer .foot .logos { float: none; display: block; text-align: center; }
	.footer .foot .logos img { display: inline-block; width: 30%; }
	.footer .foot .qrcode { float: none; display: block; text-align: center; }
	.footer .foot p { display: block; font-size: 12px; line-height: 1.6; }



	.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: #fff; line-height: 36px; font-size: 12px; color: #999; 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; border-top: 0; }
	.mainbox .hd { border-color: transparent; margin: -20px -20px 40px; }
	.mainbox .hd h1 { float: none; text-align: center; background: #4065ab; color: #fff; font-size: 16px; padding-right: 0; }
	
	
	.newsbackline ul li a { width: 100%; }
	.newstitle { font-size: 22px; }
	.contitle { font-size: 22px; }

	.conlist .ib { float: none; width: 100%; }
	.conlink a { float: none; width: 100%; margin-bottom: 10px; }

	.caselist .item { width: 50%; }
	.caselist .item .inf { padding: 20px 10px; }
	.caselist .item .inf .nam:after { display: none; }
	
	
	.newslist .item { width: 100%; float: none; margin-right: 0; }
	.newslist .item .name { height: auto; }

	.aboutlist .item { float: none; width: 100%; padding: 20px 0; margin-bottom: 10px; }
	
	.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: 49%; margin-bottom: 10px; margin-right: 2%; }
	.prolist .item .inf { padding: 10px 0; }
	.prolist .item:nth-child(2n) { margin-right: 0; }


	.bigpic { float: none; padding-left: 0; background: #fff; }
	.bigpic img { border-radius: 10px; overflow: hidden; display: block; margin: 0 auto; max-width: 100%; }

}

