@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,a,span,i,em,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,a{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{ font-family:"Microsoft YaHei";font-size:14px;color:#333;outline:0;}
body{min-width: 1002px; font-size:14px;line-height:1;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;color: #333;background:#fff;}
p,a{color:#333;}
a{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover{text-decoration: none;}

body{
	/*height: 7112px;*/
	/*background: url(../body.jpg) center 50px no-repeat;*/
}


.wrap{
	position: relative;
	margin:0 auto;
	width: 1000px;
	height: 100%;
}

.clearfix:after,
.clearfix:before{content:" ";display:table;}
.clearfix:after{clear:both;}


.header{height:50px;background:#fff;}
.header .logo{
	float: left;
	width:152px;
	height:50px;
	text-indent: -9999px;
	background:url(../images/logo.jpg) center no-repeat;
}
.header .main{
	padding: 0;
	width: 1000px;
	margin:0 auto;
}
.header .nav{
	float:right;
	padding-top: 15px;
	color:#a2a5a4;
}
.header .nav a{
	padding: 0px 15px;
	font-size:12px;
	color:#a2a5a4;
}
.header .nav a:hover{
	text-decoration:underline;
}



.footer{
	padding-top: 50px;
	height: 100px;
	text-align: center;
}
.footer p,
.footer a{
	color: #ababab;
	line-height: 22px;
}
.footer a:hover{color: #f67b29;}




.banner{
	height: 484px;
	background: url(../images/banner.png) top center repeat-x;
}
.banner a{
	position: absolute;
    left: 50%;
    bottom: 56px;
    margin-left: -198px;
    width: 375px;
    height: 81px;
    text-indent: -9999px;
}


.tab{
	padding-top: 62px;
	padding-bottom: 5px;
	
}
.tab .wrap{
	height: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.tab a{
	float: left;
	width: 25%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 28px;
	color: #666;
	border-bottom: 2px solid transparent;
}
.tab a:hover{
	color: #f9650c;
	border-color: #f9650c;
}



.item{
	padding: 70px 0;
}
.item p{
	line-height: 2;
	font-size: 18px;
	color: #4a4a4a;
}
.item p._smallSize{
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 10px;
	color: #999;
}
.item p span{
	color: #ff6000;
}

.item .tips{
	font-size: 14px;
	color: #999;
}
.item .text-center{
	text-align: center;
}
.item .text-right{
	text-align: right;
}
.item .f-l{
	float: left;
}
.item .f-r{
	float: none;
	float: right;
}

.item2,
.item3,
.item6{
	background: #fcfbfb;
}
.item4{
	background-image: url(../images/p11.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}



.item-title{
	margin-bottom: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.item-title i,
.item-title span{
	display: inline-block;
	font-size: 36px;
	color: #ff6307;
	vertical-align: top;
}
.item-title i{
	width: 50px;
	height: 40px;
	background: url(../images/i3.jpg) center no-repeat;
}

.item .item-main .item-title{
	margin-bottom: 28px;
}
.item .item-main .item-title span{
	font-size: 24px;
	color: #4b4b4b;
}
.item .item-main .item-title i{
	background-image: url(../images/i1.jpg);
}


.item .des{
	padding: 0 12px;
	margin-bottom: 20px;
}


.item .person{
	position: relative;
	padding: 95px 0 0 380px;
	margin-bottom: 95px;
	height: 294px;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.item .person img{
	position: absolute;
	top: 32px;
	left: 50px;
}
.item .person dt{
	margin-bottom: 8px;
	line-height: 30px;
	font-size: 20px;
	color: #4b4b4b;
}
.item .person dt em{
	margin-right: 10px;
	font-size: 24px;
	font-weight: bold;
}
.item .person dd{
	padding-left: 30px;
	line-height: 40px;
	font-size: 16px;
	color: #4b4b4b;
	background: url(../images/i2.jpg) 0px 10px no-repeat;
}




.item table{
	width: 100%;
}
.item td{
	padding: 14px 22px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.item .td-l{
	width: 155px;
	text-align: center;
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	background: #f5f5f5;
}
.item td a{
	color: #2f74c2;
}

.item .imgCenter{
	text-align: center;
}








.item1 .txt{
	position: relative;
	padding: 70px 440px 28px 20px;
	border: 1px solid #e5e5e5;
}
.item1 .txt img{
	position: absolute;
	top: 0;
	right: 0;
}
.item1 .txt li{
	position: relative;
	padding-left: 18px;
	line-height: 42px;
	font-size: 18px;
	color: #666;
}
.item1 .txt li:before{
	position: absolute;
	top: 20px;
	left: 0px;
	content: ' ';
	width: 6px;
	height: 6px;
	background: #c79e86;
	border-radius: 2px;
}
.item1 .txt em{
	font-weight: bold;
}
.item1 .txt .red,
.item1 .txt .green,
.item1 .txt .black{
	padding: 0 3px;
	font-size: 28px;
	font-weight: normal;
}
.item1 .txt .red{
	color: #ff6000;
}
.item1 .txt .green{
	color: #008422;
}
.item1 .txt ul{
	margin-bottom: 8px;
}
.item1 .tips{
	padding-left: 10px;
}



.item2{
	margin-bottom: 10px;
}
.item2 .des{
	margin-bottom: 30px;
}
.item2 li{
	position: relative;
	padding: 70px 0 0 218px;
	width: 258px;
	height: 156px;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.item2 li img{
	position: absolute;
	top: 55px;
	left: 50px;
}
.item2 li p{
	line-height: 30px;
	font-size: 16px;
	color: #666;
}



.item3{
	padding-top: 78px;
	padding-bottom: 90px;
}
.item3 .item-title{
	margin-bottom: 46px;
}
.item3 .des{
	padding: 0 84px;
	margin-bottom: 40px;
}
.item3 .old{
	padding-bottom: 110px;
	margin-bottom: 64px;
	background: url(../images/line1.jpg) bottom center no-repeat;
}
.item3 ul{
	padding: 0 130px;
	margin-bottom: 30px;
}
.item3 li{
	float: left;
	width: 245px;
	text-align: center;
}
.item3 li img{
	display: block;
	margin: 0 auto 14px auto;
}
.item3 li p{
	line-height: 24px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.item3 .echarts-main{
	padding-top: 40px;
	padding-bottom: 90px;
	margin-bottom: 78px;
	background: url(../images/line1.jpg) bottom center no-repeat;
}
.item3 .echarts-main img{
	display: block;
}
.item3 .table-main{
	padding-bottom: 12px;
	padding-top: 5px;
}



.z_item4{
	padding: 40px 0;
	background-color: #fcfbfb;
}
.z_item4 h2{
	background-image: url(../images/t1.png);
}
.z_item4 .des{
	margin-bottom: 25px;
	line-height: 30px;
	font-size: 20px;
	color: #0398dd;
}
.z_item4 .txt{
	height: 300px;
}
.z_item4 .txt li{
	position: relative;
	float: left;
	margin-right: 70px;
	width: 465px;
	height: 100%;
}
.z_item4 .txt .li3{
	margin-right: 0;
}
.z_item4 .txt p{
	line-height: 30px;
	font-size: 18px;
	color:#585858;
}

.z_item4 .txt p span{font-size: 16px;color:#726969;}

.z_item4 .txt .t{
	margin-bottom: 15px;
	text-align: center;
}
.z_item4 .txt i{
	position: absolute;
	top: 130px;
	right: -40px;
	width: 19px;
	height: 29px;
	text-indent: -9999px;
	background: url(../images/i1.png) center no-repeat;
}
.z_item4 h3{
	height: 60px;
	text-indent: -9999px;
	background: url(../images/t2.png) top center no-repeat;
}
.z_item4 table{
	width: 100%;
	background: #fff;
}
.z_item4 th,
.z_item4 td{
	padding:0 5px;
	text-align: left;
	font-size: 16px;
	color: #585858;
	border-bottom: 1px solid #def5ff;
}
.z_item4 th{
	font-size: 20px;
	color: #fff;
	background-color: #fb7828;
}
.z_item4 td a{
	font-size: 16px;
	color:#0088c7;
	text-decoration: none;
}

.z_item4 td .red,
.z_item4 td .green{
	font-size: 20px;
	color: #f84f4f;
	font-weight: bold;
}
.z_item4 td .green{
	color: #2c924b;
}
.z_item4 td .black{
	color:#181717;
}
.z_item4 td .btn{
	display: inline-block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color:#fff;
	text-decoration: none;
	background: #f84f4f;
	border-radius: 3px;
}
.z_item4 .odd td{
	background-color: #f7f7f7;
}
.z_item4 .tips{
	line-height: 46px;
	text-align: right;
	font-size: 16px;
	color:#727272;
}


.z_bottom{
	padding: 76px 0 140px;
	background: url(../images/bottom_bg.png) no-repeat center bottom;
}
.z_bottom p{
	line-height: 28px;
	font-size: 18px;
	color:#726969;
}


.item5{
	padding-top: 60px;
	padding-bottom: 78px;
}
.item5 .item-title{
	margin-bottom: 34px;
}





.item6{
	padding-bottom: 65px;
}
.item6 .item-title{
	margin-bottom: 18px;
}
.item6 .table th{
	width: 200px;
	height: 50px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	background: #ff8033;
	border: 1px solid #eee;
}
.item6 .table td{
	padding: 13px 22px;
	text-align: center;
}
.item6 .table .red{
	color: #ff6000;
}
.item6 .table .line{
	margin-left: 3px;
	text-decoration: line-through;
}
.item6 .even td{
	background: #f5f5f5;
}
.item6 .tips{
	padding-top: 10px;
	font-size: 12px;
}


.item7{
	padding-top: 68px;
}
.item7 .item-title{
	margin-bottom: 32px;
}
.item7 .item-title span{
	padding-right: 45px;
	font-size: 30px;
	color: #333;
}
.item7 .item-main{
	padding: 0 10px;
}
.item7 .item-main p{
	line-height: 36px;
	font-size: 14px;
	color: #666;
}


.item8{
	padding-top: 60px;
	padding-bottom: 90px;
}
.item8 .item-title{
	margin-bottom: 72px;
}
.item8 .des{
	padding: 18px 0;
	margin-bottom: 38px;
	border: 1px solid #eee;
}
.item8 img{
	display: block;
}


.baseMsg th{
	background: #f5f5f5;
	font-size: 18px;
	width: 202px;
	text-align: center;
	padding: 24px 0;
	color: #333;
	border: 1px solid #eeeeee;

}
.baseMsg td{
	font-size: 16px;
	color: #717171;
	padding: 14px 24px;
	line-height: 1.8;
	color: #717171;
	border: 1px solid #eeeeee;

}
.baseMsg tr.lianJie a{
	display: inline-block;
	color: #2f74c2;
	margin-right: 50px;
}

.feiLvJG{
	width: 100%;
}
.feiLvJG th{
	background: #ff6307;
	font-size: 18px;
	text-align: center;
	padding: 24px 0;
	color: #fff;
	border: 1px solid #eeeeee;
}
.feiLvJG td{
	background: #fff;
	text-align: center;
	color: #717171;
	font-size: 16px;
	border: 1px solid #eeeeee;
}
.feiLvJG td span.orange-color{
	color: #ff6307;
}
.feiLvJG td del{
	text-decoration: line-through;
}

.z_item6{
	background: #473447 url(../images/img_17.png) no-repeat center center;
	height: 402px;
}
.z_item6 .item-main ul{
	padding-left: 400px;
	padding-top: 18px;
}
.z_item6 .item-main li{
	font-size: 18px;
	color: #fff;
	padding-left: 34px;
	line-height: 3;
	background: url(../images/img_18.png) no-repeat left center;
}
.z_item6 .text-center{
	text-align: center;
}
.z_item6 .tips{
	padding-top: 100px;
	color: #aaa;
}

.feilvMsg th{
	background: #f5f5f5;
	font-size: 18px;
	width: 202px;
	text-align: center;
	padding: 14px 0;
	color: #333;
	border: 1px solid #eeeeee;

}
.feilvMsg td{
	font-size: 16px;
	color: #717171;
	padding: 8px;
	text-align: center;
	line-height: 1.8;
	color: #717171;
	border: 1px solid #eeeeee;

}
.feilvMsg td.orangeColor{
	font-weight: bold;

}
.feilvMsg tr.lianJie a{
	display: inline-block;
	color: #2f74c2;
	margin-right: 50px;
}