﻿@charset "utf-8";
/* by Sean Lu 20170421 */
/* 移动端全局控制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; }
html { overflow-x: hidden; }
article,aside,footer,header,hgroup,nav,section,audio,canvas,video { display: block; }
body { font-size: 100%;  font-family: microsoft yahei, 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: #fff; }
textarea { resize: none; }
iframe,img { border: 0; }
ul,ol { list-style: none; }
input, select, textarea { outline: 0; -webkit-user-modify: read-write-plaintext-only; }
/* input { -webkit-appearance: none; } */
a { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; color: #005e9e; }

/* 清理浮动 */
.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.lk{display: block;height: 0;width: 0;overflow: hidden;}

/* 全局浮动 */
.fl { float: left; }
.fr { float: right; }

/* 圆细滚动条样式 20150717 */
::-webkit-scrollbar { width: 6px; height: 12px; }
::-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: #8e8e8e; border-radius: 5px; }
::-webkit-scrollbar-thumb:vertical:hover { background-color: #3b3b3b; }
::-webkit-scrollbar-corner:vertical { background-color: #535353; }
::-webkit-scrollbar-resizer:vertical { background-color: #ff6e00; }

/* 拖选文字样式 20160628 */
::selection { background: #005e9e; color: #fff; }
::-moz-selection { background: #005e9e; color: #fff; }

.wrapper { width: 1200px; margin: 0 auto; }

.header { height: 80px; border-bottom: 6px solid #005e9e; }
.header .logo { display: block; float: left; padding: 22px 36px 22px 0; height: 36px; }
.header .logo img { display: block; width: 100%; }
.header .nav { padding-top: 8px; height: 72px; float: left; }
.header .nav .nli { float: left; margin-right: 2px; }
.header .nav .nli .na { display: block; line-height: 22px; padding: 25px 0; width: 90px; text-align: center; font-size: 18px; color: #666; text-decoration: none; -webkit-transition: all .2s; transition: all .2s; }
.header .nav .nli .na:hover, .header .nav .nli.on .na { background: #005e9e; color: #fff; }
.header .more { float: right; line-height: 22px; padding-top: 33px; font-size: 14px; }
.header .more strong { color: #ff9743; font-size: 13px; }
.header .more .app { background: url(../img/mobil.png) no-repeat left center; padding-left: 14px; margin-right: 10px; }

.inbanner { height: 220px; background: url(../img/inbanner01.jpg) no-repeat center; }

.intitle { border-top: 4px solid #f78222; background: #fff url(../img/wqab.jpg) repeat center; border-bottom: 1px solid #dedede; height: 80px; }
.intitle .tit { float: left; padding-top: 25px; line-height: 30px; background: url(../img/icon.png) no-repeat left 32px; padding-left: 40px; }
.intitle .tit .cn { float: left; font-size: 26px; color: #005e9e; }
.intitle .tit .en { float: left; font-size: 16px; color: #F78222; text-transform: uppercase; margin-left: 10px; }
.intitle .tit .en:before { content: '/'; color: #999; font-size: 12px; margin-right: 10px; font-family: simsun; }
.intitle .now { float: right; padding-top: 25px; line-height: 30px; font-size: 12px; color: #999; }
.intitle .now .split { margin: 0 4px; font-family: simsun; }
.intitle .now a { display: inline-block; text-decoration: none; position: relative; margin: 0 4px; color: #999; }
.intitle .now a:hover { color: #005e9e; }
.intitle .now a:after { content: ''; width: 0; height: 1px; background: #005e9e; position: absolute; left: 0; bottom: 4px; -webkit-transition: all .2s; transition: all .2s; }
.intitle .now a:hover:after { width: 100%; }
.intitle .now .home { background: url(../img/icon02.png) no-repeat left center; padding-left: 20px; }

.inpage { background: #f1f1f1; overflow: hidden; }

.innavblock { height: 90px; }

.inwrap { background: #fff; margin-bottom: 40px; box-shadow: 0 0 20px rgba(0,0,0,.1); position: relative; }

.innav { padding: 20px 0; border-bottom: 1px solid #dedede; background: #f1f1f1; position: absolute; top: 0; left: 0; right: 0; }
.innav.fnon { position: fixed; }
.innav ul { padding: 0 20px; }
.innav ul li { float: left; width: 160px; height: 42px; line-height: 40px; margin-right: 10px; }
.innav ul li a { border: 1px solid #dedede; background: #fff; border-radius: 20px; text-align: center; display: block; font-size: 16px; text-decoration: none; -webkit-transition: all .2s; transition: all .2s; }
.innav ul li a:hover, .innav ul li.on a { background: #005e9e; color: #fff; border-color: #005e9e; }
.innav .shadow { height: 32px; width: 100%; background: url(../img/shadow.png) no-repeat center top; position: absolute; top: 83px; left: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .2s; transition: all .2s; }
.innav.fnon .shadow { opacity: 1; filter: alpha(opacity=100); }

.incontent { padding: 20px; font-size: 14px; line-height: 24px; color: #333; text-align:center; }
.incontent p { margin-bottom: 20px; }
.incontent .line { border-bottom: 1px dashed #dedede; margin-bottom: 20px; font-size: 0; line-height: 0; height: 0; }

.abouttable { width: 80%; margin: 40px auto 20px; }
.abouttable td { text-align: center; }

.contacttable { width: 100%; margin: 0px auto 0; }
.contacttable td { width: 33.3333333%; }
.contacttable td p { font-size: 16px; }

.topnews { margin-bottom: 20px; overflow: hidden; padding-bottom: 20px; border-bottom: 1px dashed #dedede; }
.topnews .img { float: left; width: 400px; }
.topnews .img img { display: block; width: 100%; }
.topnews .info { margin-left: 420px; }
.topnews .info .name { line-height: 40px; height: 40px; overflow: hidden; }
.topnews .info .name a { font-size: 20px; color: #333; }
.topnews .info .txt { font-size: 14px; color: #999; line-height: 24px;  height: 48px; overflow: hidden; }
.topnews .info .time { margin-top: 20px; float: right; font-size: 12px; color: #999; }
.topnews .info .time span { margin-right: 20px; }
.topnews .info .btn { margin-top: 20px; }
.topnews .info .btn a { display: block; width: 120px; height: 30px; line-height: 30px; border: 1px solid #F78222; color: #F78222; font-size: 14px; text-align: center; border-radius: 15px; text-decoration: none; }
.topnews .info .btn a:hover { background: #F78222; color: #fff; }

.newslist { }
.newslist .item { width: 29.333333333%; margin-bottom: 20px; float: left; padding: 0 2% 20px; border-bottom: 1px dashed #dedede; }
.newslist .item .img { width: 100%; overflow: hidden; }
.newslist .item .img img { width: 100%; display: block; -webkit-transition: all .2s; transition: all .2s; }
.newslist .item .img:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.newslist .item .info { margin-top: 10px; }
.newslist .item .info .name { line-height: 30px; height: 30px; overflow: hidden; }
.newslist .item .info .name a { font-size: 16px; color: #333; }
.newslist .item .info .txt { font-size: 12px; color: #999; margin-top: 6px; line-height: 24px; height: 72px; overflow: hidden; }
.newslist .item .info .more { height: 30px; line-height: 30px; margin-top: 10px; }
.newslist .item .info .more a { display: block; width: 120px; text-align: center; font-size: 12px; border: 1px solid #F78222; color: #F78222; text-decoration: none; border-radius: 15px; }
.newslist .item .info .more a:hover { background: #F78222; color: #fff; }
.newslist .item .info .more span { float: right; font-size: 12px; color: #999; }

.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 20px; font-family: microsoft yahei; }
.newsmaincon img { max-width: 100%; }
.newsmaincon h3 { font-size: 18px; font-weight: normal; color: #d00c18; margin-bottom: 20px; padding-left: 10px; border-left: 2px solid #d00c18; margin-top: 40px; }

.newsbackline { height: 30px; line-height: 30px; border-top: 1px solid #dedede; padding-top: 10px; margin: 30px 0 0px; }
.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: #005e9e; color: #005e9e; }
.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; }

.jointit { height: 20px; font-size: 18px; line-height: 20px; border-left: 3px solid #F78222; padding-left: 10px; color: #333; margin-bottom: 20px; }

.jointable { width: 100%; margin-bottom: 20px; }
.jointable td { font-size: 14px; padding: 9px 0; }
.jointable td i { font-size: 14px; color: #999; font-style: normal; }
.jointable td .name { display: inline-block; text-align: right; width: 120px; margin-right: 10px; }
.jointable td .name02 { width: 180px; }
.jointable td .name03 { width: 220px; }
.jointable td .jtinput { display: inline-block; line-height: 20px; padding: 10px; border: 1px solid #dedede; font-size: 16px; font-family: microsoft yahei; color: #333; width: 200px; }
.jointable td .jtinput:focus { border-color: #005e9e; }
.jointable td label { margin-right: 20px; cursor: pointer; }
.joinbtn { width: 240px; height: 50px; line-height: 50px; font-size: 16px; text-align: center; background: #F78222; color: #fff; display: block; margin: 0 auto; border: 0; font-family: microsoft yahei; cursor: pointer; border-radius: 25px; }
.joinbtn:hover { background: #f60; }

.huoban { }
.huoban li { float: left; width: 122px; text-align: center; margin-bottom: 20px; border-bottom: 1px dashed #dedede; padding-bottom: 10px; }

.nodata { background: url(../img/no_data.png) no-repeat center top; padding-top: 200px; text-align: center; font-size: 16px; color: #999; margin: 90px 0; }

.fanwei { }
.fanwei li { width: 33.33333%; float: left; text-align: center; padding: 20px 0; }
.fanwei li img { width: 120px; display: block; margin: 0 auto; }
.fanwei li span { display: block; font-size: 20px; }
.fanwei li.lihai { margin-left: 16%; }

.fanwei02 { width: 90%; margin: 30px auto; }
.fanwei02 li { width: 20%; overflow: hidden; float: left; }
.fanwei02 li .img { width: 100px; height: 100px; padding: 20px; background: #F1F1F1; border-radius: 50%; margin: 0 auto; }
.fanwei02 li .img img { display: block; width: 100%; }
.fanwei02 li:hover .img img { -webkit-animation: shuai .9s; animation: shuai .9s; }
.fanwei02 li span { display: block; font-size: 16px; text-align: center; margin-top: 20px; }
.fanwei02 li:hover span { color: #005e9e; }

@-webkit-keyframes shuai { 
	50% { -webkit-transform: scale(1.5) rotateY(180deg); }
	100% { -webkit-transform: scale(1) rotateY(0); }
}
@keyframes shuai { 
	50% { transform: scale(1.5) rotateY(180deg); }
	100% { transform: scale(1) rotateY(0); }
}

.kuankuan { border: 1px solid #dedede; font-size: 14px; margin-bottom:30px; }

.rongh { width: 100%; border: 1px solid #dedede; padding: 20px 20px; }
.rongh td { width: 50%; background: #f1f1f1; }
.rongh td span { display: block; font-size: 14px; line-height: 30px; color: #333; padding: 5px 20px; }
.rongh td span:nth-child(2) { background: #e2e2e2; }
.rongh td span i { color: #999; font-style: normal; margin-right: 8px; font-weight: bold; }

.fsjtable { width: 90%; }
.fsjtable td { padding: 5px 20px; font-size: 14px; line-height: 24px; background: #f1f1f1; }
.fsjtable td i { font-weight: bold; font-size: 16px; color: #F78222; margin-right: 10px; }


.questionbox { padding-left: 50px; margin-bottom: 10px; }
.questionbox .qline { position: relative; color: #999; background: #f1f1f1; padding-left: 20px; line-height: 40px; font-size: 16px; font-weight: bold; cursor: pointer; }
.questionbox .qlineon { color: #005e9e; }
.questionbox .qline .ico { display: block; width: 50px; text-align: center; color: #fff; background: #005e9e; position: absolute; top: 0; left: -50px; font-family: arial; font-size: 14px; }
.questionbox .aline { position: relative; padding: 10px; padding-left: 20px; display: none; }
.questionbox .aline .ico { display: block; width: 50px; text-align: center; color: #fff; background: #F78222; position: absolute; top: 0; left: -50px; font-family: arial; line-height: 40px; font-weight: bold; }

.xiaobiao { font-size: 14px; color: #fff; width: 140px; height: 30px; line-height: 30px; border-radius: 15px; background: #005e9e; text-align: center; margin-bottom: 9px; }
.xiaobiao.xb02 { background: #f60; }
.xiaobiaoup { font-size: 16px; font-weight: bold; margin-right: 10px; color: #F78222;  font-style: normal; margin-left: 4px; }
.xiaobiaoup.xiaobiaoup02 { color: #005e9e; }


.theme-default { width:100%; height:500px; position:relative; overflow:hidden; }
.theme-default #slider {width:1920px; height:500px;position:absolute; left:50%; top:0; margin-left:-960px;}
.theme-default .nivoSlider {position:relative;background:#fff url(../img/loading.gif) no-repeat 50% 50%;}
.theme-default .nivoSlider img {position:absolute; top:0px; left:0px; display:none;}
.theme-default .nivoSlider a {border:0; display:block;}
.theme-default .nivo-controlNav {position:absolute; left:50%; bottom:10px; margin-left:-55px;}
.theme-default .nivo-controlNav a {display:block;width:22px;height:22px;background:url(../img/bullets.png) no-repeat;text-indent:-9999px;border:0;float:left;}
.theme-default .nivo-controlNav a.active {background-position:0 -22px;}
.theme-default .nivo-directionNav a {display:block;width:30px;height:30px;background:url(../img/arrows.png) no-repeat;text-indent:-9999px;border:0;}
.theme-default a.nivo-nextNav {background-position:-30px 0; right:100px;}
.theme-default a.nivo-prevNav {left:100px;}
.theme-default .nivo-caption {font-family: Helvetica, Arial, sans-serif;}
.theme-default .nivo-caption a {color:#fff; border-bottom:1px dotted #fff;}
.theme-default .nivo-caption a:hover {color:#fff;}

.nivoSlider {position:relative;}
.nivoSlider img {position:absolute;top:0px;left:0px;}
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;}
.nivo-slice {display:block;position:absolute;z-index:5;height:100%;}
.nivo-box {display:block;position:absolute;z-index:5;}
.nivo-directionNav a {position:absolute;top:45%;z-index:9;cursor:pointer;}
.nivo-prevNav {left:0px;}
.nivo-nextNav {right:0px;}
.nivo-controlNav a {position:relative; z-index:9; cursor:pointer;}
.nivo-controlNav a.active {font-weight:bold;}

.theme-default .nivo-controlNav { z-index: 100; bottom: 30px; }