﻿*{ margin:0; padding:0}
.o-page{ display:none;}
.drawer drawer-right{ display:none;}
#menu{ display:none;}
.drawer-toggle,.drawer-hamberger,.drawer-main,.drawer-default,.drawer-nav,.drawer-brand,.drawer,.drawer-right{ display:none;}
#page {display:none;}

.mheader {display:none;}
.mnavside {display:none;}
.msyt {display:none;}
.msytline {display:none;}

.MsoNormal{ margin-left:10px; height:35px; line-height:35px; border-bottom:0px;}
.MsoNormalTable{ border:0px;}

html{margin:0;padding:0;border:0;}
body,div,img,footer{margin:0;padding:0;border:0;}
body{background:#fff;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%; min-width:1200px;}
img{border:none;}
.inbox{ border:1px solid #c8c8c8; padding:2px; height:114px;  background:#fff;}
.inbox img { width:180px; height:114px;}

ul,li{margin:0px; padding:0px; list-style:none;}
/*滚动图片*/
#demo { margin: 0px auto; width:1100px; height:auto; overflow:hidden;}    
#demo ul li{ float:left; line-height:35px; text-align:center; margin:20px 5px; }
#demo img{ display:block; width:260px; height:170px; background:#fff;}
/*#demo li:hover{ border:#c8c8c8 1px solid; background:#fff;box-shadow:0px 0px 8px #939393;}*/
#indemo {    float: left;   width: 800%;   }   
#demo1 {    float: left;   }   
#demo2 {    float: left;   }
.p_txt{display:block; text-align:center; width:260px; color:#333; font-size:14px; line-height:35px;}

.cpzs{}
.cpzs li{ float: left; width:210px; padding:0px; margin:15px 13px 20px 7px; height:auto; text-align:center;  }
.cpzs img{ float: left; width:210px; height:140px;  border:#c8c8c8 1px solid;}
.cpzs  img:hover{ border:1px solid #C30001;}
.cpzs .p{display:block; text-align:center; width:210px; overflow:hidden; white-space:nowrap; color:#333; font-size:14px; line-height:30px;}


.newstw{}
.newstw li{ float: left; width:210px; padding:0px; margin:15px 13px 20px 7px; height:auto; text-align:center;  }
.newstw img{ float: left; width:210px; height:160px;  border:#c8c8c8 1px solid;}
.newstw  img:hover{ border:1px solid #C30001;}
.newstw .p{display:block; text-align:center; width:210px; color:#333; font-size:14px; line-height:30px;}




/*#*/


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a.prlist:link {
	text-decoration: underline;
	color:#3165ff
}
a.prlist:visited {
	text-decoration: underline;
	color:#3165ff
}
a.prlist:hover {
	text-decoration: none;
	color:#ff6600
}
a.prlist:active {
	text-decoration: underline;
}
a.plist:link {
	text-decoration: none;
	color:#7e7e7e
}
a.plist:visited {
	text-decoration: none;
	color:#7e7e7e
}
a.plist:hover {
	text-decoration: underline;
	color:#6fa200
}
a.plist:active {
	text-decoration: none;
}
a.newslink:link {
	text-decoration: none;
	color:#01aef0;
	font-weight:bold;
}
a.newslink:visited {
	text-decoration: none;
	color:#01aef0;
	font-weight:bold;
}
a.newslink:hover {
	text-decoration: underline;
	color:#ffffff;
	font-weight:bold;
}
a.newslink:active {
	text-decoration: none;
}
a.newslinks:link {
	text-decoration: none;
	color:#444444;
}
a.newslinks:visited {
	text-decoration: none;
}
a.newslinks:hover {
	text-decoration: none;
	color:#f10307;
}
a.newslinks:active {
	text-decoration: none;
}
.cplink a {
	text-decoration: none;
	color:#4b4b4b;
}
.cplink a:hover {
	text-decoration: none;
	color:#e30000;
}
img {
	border-width:0px;
}
.top{ width:1100px; height:85px; margin:0px auto; padding:0px;}
.logo{ width:500px; height:85px; float:left;}
.biaoyu{ width:500px; height:85px; float:right; padding-right:15px; font-family:Microsoft YaHei; text-align:right; line-height:85px; font-size:16px;}


/*banner图片切换*/
.slide{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative ;
}
.slide ul{
	width: 10000%;
	list-style-type: none;
}
.next_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .5;
	vertical-align: middle;
	background: rgba(0,0,0);
	right: 5px;
	top: 50%;
	color: #fff;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	font-family: 微软雅黑;
}
.prev_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .9;
	vertical-align: middle;
	background: rgba(0,0,0,.1);
	left: 5px;
	top: 50%;
	color: #fff;
	font-family: 微软雅黑;	
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}
.slide ul:after{
	content: '';
	clear: both;
	display: block;
}
.slide ul li{
	float: left;
	text-align: center;
}
.slide ul li img{
	vertical-align: middle;
	max-width: 100%;
}
.slide .circle_btn{
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 0;
	display: table;
	margin: 0 auto;
	width: 100%;
}
.slide .circle_btn button{
	box-sizing: content-box;
	outline: none;
	border: none;
	width:54px;height:10px;
	background:#c4cbdd; border:1px solid #fff;
	margin: 2px 5px;
	overflow: hidden;
	transition: all .6s;
	border-radius:10px;
	cursor: pointer;
}
.slide .circle_btn button.active{
	background-color:#152c7c;
}


.nav{ width:100%; height:64px; margin:0px auto; padding:0px; background:url(../image/menubg.jpg) no-repeat center;}
.menu {	width:1100px; height:60px; margin:0px auto; padding:0px;}
.menu ul {list-style-type:none;padding: 0px;margin:0px;}
.menu ul li {text-align:center;padding:0px;float:left;}
.menu ul li a {width:124px;text-decoration:none;margin:0px auto;display:block;font-size:18px;height:60px;line-height:60px;text-align:center; }
.menu ul li a:hover {width:124px;text-decoration:none;margin:0px auto;display:block;height:60px;line-height:60px;font-size:18px;}
.lih {width:124px;color:#000;text-decoration:none;}
.lih a {width:124px;color:#000;text-decoration:none;}
.lih a:hover {width:124px;color:#eb5405;}
.li1 {width:124px;color:#0068dc;}
.li1 a {width:124px;color:#eb5405;}
.menuline {width:1px;height:16px;margin:23px 6px;padding:0px; border-right:1px solid #8ac0ee;}

.title1{ height:140px; text-align:center; margin:0px auto; width:1100px; padding-bottom:20px;}
.cp1{ width:100%; height:auto; min-height:560px; background:#588dc3;}
.more{ width:150px;height:40px; line-height:40px; margin:0 auto; display:block; border:1px solid #fff;color:#000; border-radius:5px;_border-radius:5px;}
.more a{ font-size:17px; text-align:center; color:#fff;display:block;  }
.more a:hover{ color:#000; background:#fff;display:block; }
.center{ width:100%; height:auto; margin:0px auto; padding:0px;}
.xm{ height:500px; width:1100px; margin:0px auto;}
.xm1{ width:275px; height:240px; float:left; background:#b6d2ea;}
.xm1 ul{} .xm1 li{margin:0 auto;}
.shuzi{ text-align:center; font-family:Microsoft YaHei; font-size:55px; font-weight:bolder; padding-top:50px;}
.xm1 li{color:#000;}
.flname{display:block; text-align:center;font-size:16px; height:20px; line-height:20px; background:url(../image/jt2.png) no-repeat right center;}
.flname2{display:block; text-align:center;font-size:16px; height:20px; line-height:20px; background:url(../image/jt1.png) no-repeat left center;}
.xm2{ width:275px; height:240px; float:left; background:#fff;}


.min1{ width:1100px; margin:0px auto; padding:0px; height:450px;}
.min1-l{ width:520px; height:450px; float:left;}
.gsjj{ height:370px; font-size:14px; line-height:28px; display:block; overflow:hidden;}
.gsjj a{ color:#fb0100}.gsjj a:hover{ color:#fb0100}
.title2{ height:48px; text-align:left; display:block; overflow:hidden; width:520px;}
.min1-r{ width:520px; height:450px; float:right;}
.sy-mews1{ width:490px; margin-left:30px;}
.n-title1{ background:url(../image/n-t1.jpg) no-repeat left center; height:36px; line-height:36px; margin-top:10px; text-indent:40px; font-size:17px;}
.n-title1 span{ float:right; height:13px; padding-top:12px;}
.n-title2{ background:url(../image/n-t2.jpg) no-repeat left center; height:40px; line-height:40px; margin-top:10px; text-indent:40px; font-size:17px;}
.n-title2 span{ float:right; height:13px; padding-top:16px;}

.newscon {width:450px;height:125px;margin:0px auto;padding:0px;  font-size:14px; padding-left:40px;}
.newscon ul {width:450px;margin:0px;padding:0px;line-height:24px;list-style:none;float:left}
.newscon ul li {width:450px;margin:0px auto;padding:0px;line-height:24px;height:24px;color:#4b4b4b;background:url(../image/jt.jpg) no-repeat left center; border-bottom:1px dashed #bab9b9;float:left;text-indent:12px;}
.newscon ul li a { display:block; float:left;width:250px;line-height:24px;height:24px;color:#333;text-indent:12px;white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.newscon ul li span { width:auto; display:block; padding-right:5px; float:right;color:#333;white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.newscon ul li a:hover {width:250px;margin:0px;padding:0px;line-height:24px;height:24px;color:#e30000;text-indent:12px;}



.gsyw{ width:100%; margin:0px auto; padding:0px; background:url(../image/gsyw.jpg) no-repeat center top;}
.title4{ width:1100px; height:67px; margin:0 auto; padding:10px 0px;}
.yw{ width:1100px; font-size:18px; line-height:26px; font-family:Microsoft YaHei; height:130px; margin:0 auto; color:#fff;}
.more1{ width:150px; height:42px; line-height:42px; text-align:center; margin:0 auto; background:#fc7524;}
.more1 a{ color:#fff; font-size:15px;} .more1 a:hover{ color:#fff; text-decoration:underline;}
.min2{ width:100%; height:350px; padding:50px 0px; background:#32373d;}
.ywtp{ width:1100px; height:320px; margin:0px auto; padding:0px; display:block; overflow:hidden;}
.contact1{ width:950px; height:350px; margin:0px auto; padding:0px;  color:#fff;}



#sycon {
	width:1000px;
	margin:10px auto 0px auto;
	height:auto !important;
	padding:0px;
	clear:both;
	overflow:hidden;
}
#con {
	width:1000px;
	margin:-20px auto 0px auto;
	height:auto !important;
	padding:0px;
	clear:both; z-index:999; position:relative;
	overflow:hidden; background:#fff;
}
.newslist {width:680px;height:auto;margin:0px auto;padding:0px;}
.newslist ul li {width:680px;margin:0px auto 7px auto;padding:0px;line-height:26px;height:26px;color:#4b4b4b;background:url(../image/tb.png) no-repeat left center; border-bottom:1px dashed #bab9b9;float:left;text-indent:15px;}
.newslist ul li a { display:block; float:left;width:500px;line-height:26px;height:26px;color:#4b4b4b;text-indent:15px;white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.newslist ul li span { width:auto; display:block; padding-right:5px; float:right;color:#4b4b4b;white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.newslist ul li a:hover {color:#e30000;}


#left {
	width:257px;
	height:auto!important;
	margin:0px auto;
	padding:0px;
	display:inline;
	float:left;
}
.ntitle {
	width:257px;
	height:65px;
	line-height:65px;
	font-family:Microsoft YaHei;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background:#3a80c7;
	font-size:18px;
	color:#fff;
	text-indent:25px;
}
.listw {
	width:257px;
	height:auto !important;
	overflow:auto;
	clear:both;
	margin:0px auto;
	padding:0px;
}
.list {
	width:255px;
	height:auto !important;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	clear:both; border:1px solid #ccc; box-shadow: inset 0px 0px 5px #ccc;
}
.list ul {
	list-style-type:none;
	margin:0px auto;
	padding:0px;
	width:257px;
}
.list ul li {
	text-align:center;
	height:29px;width:257px;
	padding:0px;
	margin:0px auto 12px auto;
	float:left;
}
.listb a {
	width:257px;
	height:29px;
	background:url(../image/li-nav_15.jpg) no-repeat center bottom;
	color:#4b4b4b;
	line-height:29px;
	text-decoration:none;
	margin:0px;
	display:block;
	font-size:14px;
	text-indent:65px; text-align:left;
}
.listb a:hover {
	width:257px;
	height:29px;
	line-height:29px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
	display:block;
	font-size:14px;
	text-indent:65px;
}
.listd {
	width:257px;
	height:16px;
	margin:0px auto;
	padding:0px;
	clear:both;
}
.pic {
	width:200px;
	height:auto;
	margin:0px auto 8px auto;
	border:1px #d5c8a5 solid;
	padding:20px 24px 10px 33px;
	overflow:auto;
	clear:both;
}
.pic h2{ font-weight:500;width:200px; height:28px; font-size:16px; color:#b88600; border-bottom:1px dashed #ccc; font-family: Microsoft YaHei; }

.pic h2 b{font-weight:500;  font-size:12px; font-family:"Arial"}

.phone-cn{width:200px; font-size:12px; color:#333; margin-top:16px;}

.phone-cn p{font-family:Microsoft YaHei; color:#6c6c6c; font-size:12px;}




.height20 {
	height:20px;
	width:100%;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}
.height15 {
	height:15px;
	width:100%;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}
#right {
	width:696px;
	float:right;
	height:auto!important;
	margin:0px auto;
	padding:0px auto;
	display:inline;
}
.rightn_title {
	width:696px;
	height:57px;
	line-height:57px;
	margin:0px auto;
	padding:0px 0px 6px 0px;
	border-bottom:2px solid #3a80c7;
	font-size:18px; font-weight:bold;
	color:#000;
	font-family:Microsoft YaHei;
	text-indent:5px;
	overflow:auto;
	clear:both;
}
.rightn_title span {
	font-size:14px;
	font-family:Microsoft YaHei; font-weight:normal;
	color:#757474;
	float:right;
	line-height:20px;
	padding-right:10px; padding-top:32px;
}
.rightn_title span a {
	color:#757474;
	text-decoration:none;
}
.rightn_title span a:hover {
	color:#e30000;
	text-decoration:none;
}
.content {
	width:696px;
	height:400px;
	min-height:600px;
	height:auto !important;
	margin:0px auto 1px auto;
	padding:10px 0px 20px 0px;
	clear:both;
}
.content_contenta {
	width:680px;
	margin:0px auto 10px auto;
	padding:0px;
	line-height:25px;
	color:#4b4b4b;
}
.content_contenta a {
	color:#4b4b4b;
}
.content_contenta a:hover {
	color:#e30000;
}
.height24 {
	height:24px;
	overflow:hidden;
	margin:auto;
	padding:0px;
}
.footd {
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0px;
	background-color:#1b1b1b;
	clear:both; font-size:14px;
	overflow:auto;
}
.db {
	width:1000px;
	height:auto;
	line-height:23px;
	margin:0px auto;
	padding:13px 0px 15px 0px;
	color:#fff;
	clear:both;
	overflow:auto;
	text-align:center;
}
.db a {
	color:#fff;
	text-decoration:none;
}
.db a:hover {
	color:#fff;
	text-decoration:underline;
}
.nTab {
	width:1100px;
	height:300px;
	margin: 0px auto;
	padding:0px;
	clear:both;
}
.nTab .TabTitle {
	clear: both;
	width:1100px;
	margin:0 auto;
	padding:0px;
	height:47px; line-height:47px; text-align:center; 
	overflow: hidden; color:#161717; background:url(../image/title5.jpg) no-repeat left center;
}
.nTab .TabTitle span{ float:right; color:#053a6e;  line-height:20px; padding-top:23px;  font-family:Microsoft YaHei; font-size:16px;}
.nTab .TabTitle span a{ color:#053a6e; font-weight:bold;}.nTab .TabTitle span a:hover{ color:#ff5400;}
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}
.page_nav{ color:#333;  height:30px;}
.page_nav A {
	PADDING-BOTTOM: 3px;
	MARGIN: 2px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	COLOR: #5f5f5f;
	TEXT-DECORATION: none;
	PADDING-TOP: 3px
}
.page_nav A:hover {COLOR: #5f5f5f;
}
.page_nav A:visited {
	COLOR: #5f5f5f;
}
.page_nav A:active {
	COLOR: #5f5f5f;
}
.page_nav SPAN {
	PADDING-BOTTOM: 3px;
	MARGIN: 2px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	COLOR: #5f5f5f;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	PADDING-TOP: 3px
}


/*在线客服*/
.izl-rmenu{position:fixed; right:0; margin-right:20px; top:110px; padding-top:110px; background:url(../image/r_b.png) 0px bottom no-repeat; 
           z-index:999; }
.izl-rmenu .btn{width:72px; height:73px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(../image/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../image/r_qq.png) 0px 0px no-repeat; background-color:#6da9de; text-decoration:none;
                                                display:block;}
.izl-rmenu .btn-wx{background:url(../image/r_wx.png) 0px 0px no-repeat; background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-160px; top:0px; display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../image/r_phone.png) 0px 0px no-repeat; background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px;
                              text-align:center; display:none;}
.izl-rmenu .btn-top{background:url(../image/r_top.png) 0px 0px no-repeat; background-color:#666666; display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}