/* by Sean Lu 20171101 */
/* 移动端全局控制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: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; } */

/* 清理浮动 */
.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: 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}

.wrapper { max-width: 1200px; margin: 0 auto; }

.inbanner { height: 300px; width: 100%; display: table; background: url(../img/inbanner01.jpg) no-repeat center; background-size: cover; }
.inbanner .title { padding-bottom: 32.5px; display: table-cell; vertical-align: middle; text-align: center; color: #fff; font-weight: bold; letter-spacing: 10px; font-size: 50px; font-family: arial; text-transform: uppercase; background-image: -webkit-gradient(linear, left center, 80% center, from(rgba(254, 255, 37, .8)), to(rgba(255, 255, 255, 1))); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.inpage { }

.innav { margin-top: -32.5px; position: relative; }
.innav_box { height: 65px; background: #fff; }
.innav_box ul { display: table; width: 100%; -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); overflow: hidden; }
.innav_box li { display: table-cell; position: relative; text-align: center; vertical-align: middle; height: 100%; background: #fff; }
.innav_box li a { display: block; height: 100%; line-height: 24px; padding: 20.5px 10px; position: relative; font-size: 16px; font-weight: 700; cursor: pointer; -webkit-transition: color .4s; transition: color .4s; color: #666; }
.innav_box li:after { content: ''; display: block; width: 100%; height: 3px; position: absolute; left: 0; bottom: 0; background: #142d65; -webkit-transition: -webkit-transform 0.4s; transition: -webkit-transform 0.4s; transition: transform 0.4s; transition: transform 0.4s, -webkit-transform 0.4s; -webkit-transform: translateY(3px); transform: translateY(3px); }
.innav_box li:hover:after, .innav_box li.on:after { -webkit-transform: translateY(0); transform: translateY(0); }
.innav_box li:hover a, .innav_box li.on a { color: #142d65; }

.inmain { margin-bottom: 50px; }
.inmain p { margin-bottom: 20px; font-size: 16px; line-height: 30px; color: #333; }
.inmain img { max-width: 100%; }
.intitle { text-align: center; margin: 40px 0; }
.intitle h1 { display: inline-block; color: #142d65; border-bottom: 3px solid #142d65; font-size: 30px; line-height: 60px; }
.inname { text-align: center; margin: 40px 0; }
.inname h1 { display: inline-block; color: #142d65; font-size: 30px; line-height: 40px; padding: 0 20px; }
.inname .info { line-height: 30px; font-size: 12px; color: #999; margin-top: 10px; }
.inname .info span { margin: 0 10px; }

.culturelist { }
.culturelist li { width: 48%; float: left; margin: 0 1% 20px; box-sizing: border-box; padding: 20px; text-align: center; border: 3px solid #9dcd17; color: #666; }
.culturelist li span { display: block; font-size: 20px; font-weight: bold; color: #142d65; line-height: 40px; }
.culturelist li strong { display: block; }

.newslist { margin: 0 10%; }
.newslist li { border-bottom: 1px solid #dedede; padding-bottom: 20px; margin-bottom: 20px; overflow: hidden; }
.newslist li .img { float: left; width: 20%; margin-right: 20px; border: 1px solid #dedede; padding: 2px; }
.newslist li .img img { display: block; }
.newslist li .nam { height: 40px; line-height: 40px; overflow: hidden; }
.newslist li .nam a { font-size: 20px; color: #023589; }
.newslist li .nam a:hover { text-decoration: underline; }
.newslist li .txt { font-size: 14px; color: #666; line-height: 24px; }

.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: #142d65; color: #142d65; }
.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; }

.main_meeting_txt p { color: #fff; }


.prolist { overflow: hidden; }
.prolist .item { float: left; width: 23%; margin: 0 1% 20px; }
.prolist .item a { display: block; border: 1px solid #dedede; padding: 2px; text-align: center; color: #333; }
.prolist .item a:hover { background: #142d65; color: #9dcd17; }
.prolist .item .img { overflow: hidden; }
.prolist .item .img img { display: block; -webkit-transition: all .2s; transition: all .2s; }
.prolist .item a:hover .img img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.prolist .item .nam { line-height: 40px; height: 40px; overflow: hidden; }



@media (max-width: 768px){
	.innav_box { overflow-x: auto; overflow-y: hidden; height: 70px; }
	.innav_box ul { width: 100%; }
	.innav_box ul.big { width: 150%; }
	.innav_box li a { font-size: 14px; font-weight: normal; padding: 12.5px 10px; }
	
	.innav { margin-top: 0; }
	
	.inbanner { height: 140px; }
	.inbanner .title { padding-bottom: 0; font-size: 22px; letter-spacing: 4px; }
	
	.culturelist li { width: 94%; margin: 0 auto 20px; float: none; }
	
	.intitle { margin: 20px 0; }
	.intitle h1 { font-size: 24px; line-height: 40px; }
	
	.newslist { margin: 0 10px; }
	.newslist li .img { width: 100%; float: none; margin-right: 0; margin-bottom: 10px; }
	
	.prolist .item { width: 48%; margin-bottom: 10px; }
}




























