/*
By  石
QQ  1174188215
*/
@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}
ul,li,ol,dl,dt,dd{list-style: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
table{border-collapse:collapse;border-spacing:0}
audio,canvas,video { display: inline-block;*display: inline;*zoom: 1;}
fieldset,img{border:0}
caption,th{text-align:left}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
a{text-decoration:none;color: #666;}
a:hover{text-decoration:none;cursor: pointer;}
html,body{
	font-family: "arial" ,'Microsoft Yahei';
	*font-family: "微软雅黑";
	*font-family: "Microsoft Yahei";
	color: #666;
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
img{
	-moz-user-select:none;/*火狐*/
	-webkit-user-select:none;/*webkit浏览器*/
	-ms-user-select:none;/*IE10*/
	-khtml-user-select:none;/*早期浏览器*/
	user-select:none;
}
body{
	position: relative;
	min-width: 1200px;
	overflow-x: auto;
	background: #f7f7f7;
}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.after:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pl5{padding-left: 5%;}
.pr5{padding-right: 5%;}
.wrapper1200{
	width: 1200px;
	margin: 0 auto;
}
.bgfff{background-color: #fff !important;}
.font18{font-size: 18px;color: #3d3d3d;font-weight: normal;line-height: 2em;}
.font16{font-size: 16px;color: #3d3d3d;font-weight: normal;line-height: 2em;}
.font14{font-size: 14px;color: #5e5e5e;font-weight: normal;line-height: 2em;}
.heightauto{ height: auto !important;}
/*编辑器*/
.text{font-size: 14px;color: #666;line-height: 2em;word-wrap: break-word;word-break: normal;}
.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.text *{max-width: 100%;}
.colorfff{color: #fff;}
/*头部*/
.header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background: #f1f1f1;
}
.header .top{
	height: 40px;
	line-height: 37px;
	border-bottom: 1px solid #3f5369;
	font-size: 12px;
	color: #c6c6c6;
	padding: 0 30px;
}
.header .top span{
	color: #666;
}
.header .top span.fl{
	padding-left: 20px;
	background: url(indexv3_a1.png) no-repeat left center;
}
.header .top a{
	color: #121212;
	padding: 0 10px;
	padding-top: 1px;
}
.header .top i.telbtn{
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(indexv3_a2.png) no-repeat center top;
	vertical-align: middle;
	margin-right: 5px;
}
.header .navOut{
	padding-right: 8%;
}
.header .nav{
	height: 90px;
	line-height: 90px;
}
.header .nav .logo{
	height: 46px;
	margin-top: 22px;
	padding-right: 15px;
	padding-left: 30px;
}
.header .nav .logo img{
	display: block;
	height: 45px;
	width: auto;
}
.pubnav li{
	float: left;
	margin-left: 30px;
}
.pubnav li>a{
	color: #212121;
	font-size: 18px;
	display: block;
	padding: 0 10px;
}
.pubnav li.on>a,.pubnav li>a:hover{
	color: #fff;
	background: #b61c22;
	position: relative;
}
@media only screen and (max-width: 1400px) {
	.header .top{
		height: 30px;
		line-height: 27px;
	}
	.header .navOut{
		padding-right: 30px;
	}
	.header .nav{
		height: 60px;
		line-height: 60px;
	}
	.header .nav .logo{
		margin-top: 12px;
	}
	.header .nav .logo img{
		height: 36px;
	}
}
/*banner*/
.index_banner{
	width: 100%;
	padding-top: 45.573%;
	position: relative;
}
.index_banner .slideBox{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.index_banner .slideBox .bd ul{
	width: 100% !important;
}
.index_banner .slideBox .bd li{
	width: 100% !important;
	padding-top: 45.573%;
	position: relative;
}
.index_banner .slideBox .bd li a img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.index_banner .hd{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 8%;
	text-align: center;
	z-index: 5;
}
.index_banner .hd ul{
	display: inline-block;
	padding:5px 10px;
	border-radius: 32px;
	background: rgba(0,0,0,0.7);
}
.index_banner .hd ul li{
	cursor: pointer;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background: #fff;
	margin: 0 5px;
	vertical-align: middle;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.index_banner .hd ul li.cur{
	background: #b61c22;
	width: 38px;
}
@media only screen and (max-width: 1440px) {
	.index_banner .hd ul li{
		width: 10px;
		height: 10px;
	}
	.index_banner .hd ul li.cur{
		width: 20px;
	}
	.index_banner .hd ul{
		padding: 2px 5px;
	}
}
/*底部*/
.footer{
	background: #000;
	padding-top: 3%;
	padding-bottom: 5%;
	display: table;
	vertical-align: middle;
	font-size: 20px;
}
.footer .leftNav{
	display: table-cell;
	width: 100%;
}
.footer .leftNav dl{
	float: left;
	margin-right: 5%;
}
.footer .right{
	float: right;
	width: 14em;
}
.footer .right img{
	display: block;
	width: 100%;
}
.footer .leftNav dl dt a{
	font-size: 1.4em;
	color: #B61C22;
	display: block;
	line-height: 2.2em;
}
.footer .leftNav dl dd a{
	font-size: 1.1em;
	color: #ffffff;
	line-height: 2em;
	display: block;
	padding-left: 1em;
}

@media only screen and (max-width:1500px) {
	.footer{
		font-size: 16px;
	}
}
@media only screen and (max-width:1400px) {
	.footer{
		font-size: 14px;
	}
}

.index_one{
	width:100%;
	background: #fff;
	 transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 11;
}
.index_one ul{
	width: 1150px;
	margin: 0 auto;
}
.index_one ul li{
	width: 14.285%;
	float: left;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}
.index_one ul li a{
	color: #333;
	font-size: 18px;
}
.index_one.fixed ul li{
	padding-top: 10px;
	padding-bottom: 10px;
	 transition: all .3s;
    -webkit-transition: all .3s;
}
.index_one.fixed ul li img{
	width:40px;
	height: 40px;
	vertical-align: middle;
}
.index_one.fixed ul li p{
	display: inline-block;
	vertical-align: middle;
}
.index_one.fixed{
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}
.index_title{
	text-align: center;
	padding: 4% 0;
	font-size: 44px;
	color: #333;
}
.index_two .inlist{
	padding: 0 8% 2%;
}
.index_two .inlist li{
	float: left;
	width: 33.33%;
	padding: 0 3% 4%;
	
}
.index_two .inlist li a{
	display: block;
	padding: 2% 5%;
	background: #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.index_two .inlist li h2{
	font-size: 26px;
	color: #677076;
	line-height: 2.4em;
	font-weight: normal;
	position: relative;
	padding-left: .5em;
	height: 2.4em;
	width: 100%;
	overflow: hidden;
}
.index_two .inlist li h2:before{
	content: '';
	width: 2px;
	height: 1em;
	background: #B61C22;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.5em;
}
.index_two .inlist li .word{
	font-size: 16px;
	color: #666666;
	line-height: 1.8em;
	height: 10.8em;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 6;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
}
.index_two .inlist li span{
	display: block;
	text-align: right;
	font-size: 18px;
	color: #b61c22;
	line-height: 2em;
	vertical-align: middle;
	background: url(indexv3_i8.png) no-repeat right center;
	padding-right: 20px;
}

@media only screen and (max-width:1500px ) {
	.index_title{
		font-size: 30px;
	}
	.index_two .inlist li{
		padding:0 2% 3%;
	}
	.index_two .inlist{
		padding: 0 3% 2%;
	}
	.index_two .inlist li h2{
		font-size: 20px;
	}
	.index_two .inlist li .word{
		font-size: 14px;
	}
	.index_two .inlist li span{
		font-size: 16px;
	}
}
.index_three{
	padding: 60px 5%;
	background: url(indexv3_b4.jpg) no-repeat center;
}
.index_three li{
	width: 25%;
	float: left;
}
.index_three li .in{
	margin: 0 auto;
	display: block;
	width: 272px;
	height: 160px;
	padding: 15px 25px;
	background: url(indexv3_a3.png) no-repeat center;
}
.index_three li .in p{
	color: #f7f7f7;
	font-size: 20px;
	line-height: 2em;
}
.index_three li .in h2{
	font-size: 48px;
	line-height: 1em;
}
.index_three li .in h3{
	font-size: 20px;
	font-weight: normal;
	line-height: 2em;
}
.index_three li.up .in{
	color: #ff403b;
}
.index_three li.down .in{
	color: #41ff00;
}
.index_three li .in i{
	display: inline-block;
	width: 17px;
	height: 21px;
	margin-left: 10px;
}
.index_three li.up .in i{
	background: url(indexv3_i9.png) no-repeat center;
}
.index_three li.down .in i{
	background: url(indexv3_i10.png) no-repeat center;
}
.index_four{
	padding-bottom: 5%;
}
.index_four .inbox{
	display: table;
	vertical-align: middle;
	max-width: 1590px;
	height: 600px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,.1);
}
.index_four .leftbanner{
	width: 842px;
	height: 598px;
	position: relative;
	top: -15px;
	margin-bottom: -15px;
	float: left;
}
.index_four .leftbanner .slideBox{
	width: 100%;
	height: 100%;
	position: relative;
}
.index_four .leftbanner .slideBox .bd,.index_four .leftbanner .slideBox .bd ul{
	width: 100% !important;
	height: 100% !important;
	position: relative;
}
.index_four .leftbanner .slideBox .bd ul li{
	width: 100% !important;
	height: 100% !important;
	position: relative;
}
.index_four .leftbanner .slideBox .bd ul li img{
	width: 100% !important;
	height: 100%;
	position: relative;
}
.index_four .leftbanner .hd{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 2%;
	text-align: center;
	z-index: 5;
}
.index_four .leftbanner .hd ul{
	display: inline-block;
	padding:5px 10px;
	border-radius: 32px;
	background: rgba(0,0,0,0.4);
}
.index_four .leftbanner .hd ul li{
	cursor: pointer;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background: #fff;
	margin: 0 5px;
	vertical-align: middle;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.index_four .leftbanner .hd ul li.cur{
	background: #b61c22;
	width: 38px;
}
.index_four .rightList{
	display: table-cell;
	width: 100%;
	padding-right: 5%;
	padding-left: 2%;
	vertical-align: top;
}
.index_four .rightList h3{
	font-size: 48px;
	color: #333333;
	font-weight: normal;
	line-height: 2em;
}
.index_four .rightList li{
	margin-bottom: 30px;
}
.index_four .rightList li a{
	display: table;
	vertical-align: middle;
	width: 100%;
}
.index_four .rightList li .date{
	float: left;
	width: 80px;
	height: 80px;
	background: #B61C22;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin-right: 15px;
}
.index_four .rightList li .date b{
	display: block;
	font-size: 24px;
	line-height: 1.5em;
}
.index_four .rightList li .date span{
	font-size: 14px;
}
.index_four .rightList li .word{
	display: table-cell;
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.5em;
	vertical-align: middle;
}
.index_four .rightList li a:hover .word{color: #B61C22;}
.index_four .rightList li p{
	overflow: hidden;
	vertical-align: middle;
	width: 100%;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 2;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
}
.index_four .rightList li .btn{
	float: right;
	width: 19px;
	height: 15px;
	background: url(indexv3_i11.png) no-repeat center;
	vertical-align: middle;
	margin-bottom: 20px;
	margin-left: 20px;
}
.index_four .rightList a.more{
	display: block;
	text-align: right;
	font-size: 18px;
	color: #b61c22;
	line-height: 2em;
	vertical-align: middle;
	background: url(indexv3_i8.png) no-repeat right center;
	padding-right: 20px;
}
@media only screen and (max-width:1500px ) {
	.index_four{
		padding: 0 3%;
	}
	.index_four .inbox{
		height: 400px;
	}
	.index_four .leftbanner{
		width: 560px;
		height: 398px;
	}
	.index_four .leftbanner .hd ul li{
		width: 10px;
		height: 10px;
	}
	.index_four .leftbanner .hd ul li.cur{
		width: 20px;
	}
	.index_four .leftbanner .hd ul{
		padding: 2px 5px;
	}
	.index_four .rightList h3{
		font-size: 28px;
	}
	.index_four .rightList li .date{
		height: 55px;
		padding: 5px 0;
	}
	.index_four .rightList li .date b{
		font-size: 18px;
	}
	.index_four .rightList a.more{
		font-size: 16px;
	}
	.index_four .rightList li{
		margin-bottom: 20px;
	}
}

.index_five{
	display: block;
	height: 265px;
	line-height: 265px;
	background: url(indexv3_b6.jpg) no-repeat center;
}
.index_five .index_title{
	padding: 0;
	color: #fff;
}
.index_six{
	padding-bottom: 5%;
	background: url(indexv3_b7.jpg) no-repeat center top;
}
.index_six .index_title{
	color: #fff;
}
.index_six .inbox{
	max-width: 1590px;
	margin: 0 auto;
	background: #fcfcfc;
}
.index_six .title{
	height: 100px;
	line-height: 100px;
	width: 100%;
	color: #fff;
	background: url(indexv3_b8.jpg) no-repeat center;
	text-align: center;
}
.index_six .title h2{
	float: left;
	font-size: 36px;
	font-weight: normal;
	width: 50%;
}
.index_six .list{
	width: 50%;
	float: left;
	padding: 2% 4%;
}
.index_six .list li{
	margin-bottom: 30px;
}
.index_six .list li a{
	display: table;
	vertical-align: middle;
	width: 100%;
	background: #fff;
	padding-right: 10px;
}
.index_six .list li .date{
	float: left;
	width: 80px;
	height: 80px;
	background: #B61C22;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin-right: 15px;
}
.index_six .list li .date b{
	display: block;
	font-size: 24px;
	line-height: 1.5em;
}
.index_six .list li .date span{
	font-size: 14px;
}
.index_six .list li .word{
	display: table-cell;
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.5em;
	vertical-align: middle;
}
.index_six .list li a:hover .word{color: #B61C22;}
.index_six .list li p{
	overflow: hidden;
	vertical-align: middle;
	width: 100%;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 2;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
}
.index_six .list li .btn{
	float: right;
	width: 19px;
	height: 15px;
	background: url(indexv3_i11.png) no-repeat center;
	vertical-align: middle;
	margin-bottom: 20px;
	margin-left: 20px;
}
.index_six .list a.more{
	display: block;
	text-align: right;
	font-size: 18px;
	color: #b61c22;
	line-height: 2em;
	vertical-align: middle;
	background: url(indexv3_i8.png) no-repeat right center;
	padding-right: 20px;
}
@media only screen and (max-width:1500px ) {
	.index_six{
		padding: 0 3% 5%;
	}
	.index_six .title{
		height: 80px;
		line-height: 80px;
	}
	.index_six .title h2{
		font-size: 28px;
	}
	.index_six .list h3{
		font-size: 28px;
	}
	.index_six .list li .date{
		height: 55px;
		padding: 5px 0;
	}
	.index_six .list li .date b{
		font-size: 18px;
	}
	.index_six .list span.more{
		font-size: 16px;
	}
	.index_six .list li{
		margin-bottom: 20px;
	}
	.index_six .list a.more{
		font-size: 16px;
	}
}
.index_seven{
	background-color: #cde1ec;
	background-image:url(indexv3_b9.jpg) ;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5%;
}
.index_seven .word{
	max-width: 1590px;
	margin: 0 auto;
	font-size: 24px;
	color: #333;
	line-height: 2em;
}

@media only screen and (max-width: 1500px) {
	.index_seven .word{
		font-size: 18px;
	}
	.index_seven{
		padding: 0 3% 5%;
	}
}

.fixce{
    position: fixed;
    z-index: 100;
    padding: 0;
    right: 0px;
    bottom: 15%;
}
.fixce li{
	margin-bottom: 5px;
}
.fixce a{
	display: block;
	background: rgba(172,165,165,.6);
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
.fixce a img{
	display: block;
}
.pubnav{
	position: relative;
}
.pubnav .navList{
	width: 100%;
	position: absolute;
	top: 60px;
	background: #f1f1f1;
	left: 0;
	padding: 1% 5%;
	display: none;
}
.pubnav .navList dl{
	width: 50%;
	float: left;
	margin: 10px 0 0;
}

.pubnav .navList dl:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pubnav .navList dl dt{
	clear: both;
	line-height: 2em;
	font-size: 16px;
	position: relative;
	padding-left: 10px;
}
.pubnav .navList dl dt a{
	color: #393b3f;
}
.pubnav .navList dl dd{
	float: left;
	margin: 0 10px;
	font-size: 14px;
	line-height: 40px;
}
.pubnav .navList dl dd a{
	color: #666;
}
.pubnav .navList dl a:hover{color: #b61c22;}
.pubnav .navList dl dt:before{
	content: '';
	width: 3px;
	height: 1em;
	position: absolute;
	left: 0;
	background: #b61c22;
	top: 50%;
	margin-top: -.5em;
}
.pubnav li:hover .navList{
	display: block;
}