@charset "utf-8";
/* CSS Document */
.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/******************/
.top-column{
	width: 100%;
	height: 48px;
	background: #313131;
}
.top-content{
	width: 1104px;
	height: 48px;
	margin: 0px auto;
}
.top-content .top-conleft{
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 48px;
	color: #ababab;
	font-family: "Microsoft YaHei";
}
.top-content .top-conright{
	float: right;
	display: inline;
	position: relative;
}
.top-conright .top-menu{
	float: left;
	display: inline;
}
.top-menu ul li{
	float: left;
	display: inline;
	font-family: "Microsoft YaHei";
}
.top-menu ul li.line{
	font-size: 12px;
	line-height: 48px;
	color: #ababab;
	margin: 0px 12px;
}
.top-menu ul li a{
	display: block;
	font-size: 12px;
	line-height: 48px;
	color: #ababab;
	font-family: "Microsoft YaHei";
	transition: color 500ms ease-in 0ms;
}
.top-menu ul li a:hover{
	color: #de0c00;
}
.top-conright .top-share{
	float: left;
	padding: 18px 0;
	height: 12px;
	margin-left: 14px;
}
.top-conright .bdsharebuttonbox a{
	float: left;
	display: inline;
	width: 14px;
	height: 12px;
	margin: 0 0 0 3px;
	padding: 0px;
}
.top-share a.tqq{
	background: url(../images/head_01.png) no-repeat left center;
}
.top-share a.kaixin{
	background: url(../images/head_01.png) no-repeat -17px center;
}
.top-share a.qqf{
	background: url(../images/head_01.png) no-repeat -34px center;
}
.top-share a.sina{
	background: url(../images/head_01.png) no-repeat -51px center;
}
.top-share a.weixin{
	background: url(../images/head_01.png) no-repeat -68px center;
}

/************************/
.header{
	width: 100%;
	height: 108px;
	background: url(../images/head_02.png) repeat-x left top;
}
.header-main{
	width: 1104px;
	margin: 0px auto;
}
.header-main .logo{
	float: left;
	display: inline;
	width: 299px;
	height: 43px;
	padding: 10px 0 31px 0;
}
.header-main .logo img{
	float: left;
	display: inline;
}
.header-main .nav{
	float: right;
	display: inline;
	padding-top: 34px;
}
.header-main .nav ul{
	position: relative;
	z-index: 5;
}
.nav ul li{
	float: left;
	display: inline;
	padding-bottom: 26px;
	position: relative;
}
.nav ul li.line{
	width: 45px;
	height: 48px;
}
.nav ul li a.navfa{
	display: inline-block;
	font-size: 16px;
	line-height: 48px;
	font-weight:700;
	color: #000;
	font-family: "Microsoft YaHei";
	transition: color 500ms ease-in 0ms;
}
.nav ul li a.navfa.hover , .nav ul li a.navfa:hover{
	color: #de0c00;
}
.nav ul li.search{
	display: inline-block;
	width: 22px;
	height: 48px;
	padding: 0px;
	margin: 0 4px 0 18px;
}
.nav ul li.search span.big{
	display: inline-block;
	position: relative;
	width: 22px;
	height: 48px;
	background: url(../images/head_03.png) no-repeat center center;
	padding: 0px;
	cursor: pointer;
}

.nav ul li.search .sea-input{
	display: none;
	position: absolute;
	top: 48px;
	right: 0px;
	z-index: 4;
	width: 284px;
	height: 40px;
	background: url(../images/head_07.png) no-repeat center top;
	padding: 23px 0 18px 18px;
	padding-top: 23px;
	padding-bottom: 18px;
}
.sea-input input.input-fir{
	float: left;
	display: inline-block;
	width: 211px;
	height: 39px;
	background: none;
	border: none;
	padding-left: 15px;
	font-size: 14px;
	line-height: 39px;
	color: #535353;
	font-family: "Microsoft YaHei";
}
.sea-input input.input-sec{
	float: left;
	display: inline-block;
	width: 40px;
	height: 39px;
	background: url(../images/head_08.jpg) no-repeat center center;
	border:none;
}
.nav ul li .navson{
	display: none;
	position: absolute;
	top: 74px;
	width: 100px;
	height: 200px;
	background: #fcc;
}
.navson-bg{
	display: none;
	position:absolute;
	left: 0px;
	top: 155px;
	z-index: 3;
	width: 100%;
	height: 331px;
	background: url(../images/head_04.png) no-repeat center top;
}
.navson-wrap{
	width: 123px;
	display: none;
	position: absolute;
	left: -33px;
	background: url(../images/bg_subbox.png) repeat left top;
	top: 74px;
	padding-top: 11px;
	padding-bottom: 17px;
}
/*.navson-wrap ul li{
	float: left;
	display: inline;
	width: 74px;
	height: 324px;
	background: url(../images/head_06.png) no-repeat center top;
	padding: 7px 14px 0 14px;
	text-align: center;
}*/
/*.navson-wrap:hover{
	background: url(../images/head_05.png) no-repeat center top;
}*/
.navson-wrap a{
	display: block;
	font-size: 13px;
	line-height: 32px;
	color: #5e5e5e;
	font-family: "Microsoft YaHei";
	width: 123px;
	font-weight:700;
	text-align: center;
}
.navson-wrap a.linehg{
	line-height: 20px;
	padding: 0 12px;
	width: 99px;
}
.navson-wrap a:hover{
	color: #d20808;
}

/*******banner**********/
.banner{
	height:503px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.banner li{
	width: 100%;
	height: 503px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.banner li a{
	display: block;
}
.banner .btn{
	height:7px;
	position: absolute;
	left:50%;
	width: 960px;
	margin-left: -480px;
	bottom: 50px;
	z-index: 10;
	text-align: center;
}
.banner .btn span{
	display: inline-block;
	width:13px;
	height:13px;
	cursor: pointer;
	margin: 0 4px;
	background: url(../images/list_03.png) no-repeat center center;
}
.banner .btn span.on{
	background: url(../images/list_04.png) no-repeat center center;
}

/***************/
.index-first{
	width: 100%;
	height: 440px;
	background: #fff;
}
.first-wrap{
	width: 1104px;
	margin: 0px auto;
	position: relative;
}
.first-wrap .first-top{
	text-align: center;
	height: 28px;
	padding: 52px 0 10px 0;
	overflow: hidden;
}
.first-top img{
	display: none;
}
.first-wrap .first-tit{
	position: relative;
	width: 138px;
	left: 50%;
	margin-left: -69px;
}
.first-tit span.line{
	position: relative;
	top: 21px;
	float: left;
	display: inline;
	width: 17px;
	height: 1px;
	background: #de0c00;
}
.first-tit strong{
	float: left;
	display: inline;
	font-weight: 100;
	font-size: 20px;
	line-height: 44px;
	color: #de0c00;
	font-family: "Microsoft YaHei";
	padding: 0 12px;
}

.first-wrap .first-text{
text-align:center;
margin:0 auto;	
width: 960px;
}
.first-text p{
	font-weight: 100;
	font-size: 15px;
	line-height: 24px;
	color: #232323;
	font-family: "Microsoft YaHei";
}

.first-wrap .first-list{
	width:1000px;
	height: 130px;
	overflow: hidden;
	position: relative;
	padding-top: 30px;
	margin:0 auto;	
}
.first-list ul li{
	float: left;
	display: inline;
	padding: 0 12px 2px 12px;
	width: 220px;

	background: url(../images/img_01.jpg) no-repeat right center;
}
.first-list ul li img{
	float: left;
	display: inline;
	width: 220px;

}

/******************/
.index-second{
	width: 100%;
	height: 518px;
	background: url(../images/index_bg01.jpg) no-repeat center top;
}
.second-wrap{
	width: 1104px;
	margin: 0px auto;
	position: relative;
}
.second-wrap .second-top{
	text-align: center;
	height: 28px;
	padding: 52px 0 10px 0;
	overflow: hidden;
}
.second-top img{
	display: none;
}
.second-wrap .second-tit{
	position: relative;
	width: 138px;
	left: 50%;
	margin-left: -69px;
	padding-bottom: 10px;
}
.second-tit span.line{
	position: relative;
	top: 21px;
	float: left;
	display: inline;
	width: 17px;
	height: 1px;
	background: #fff;
}
.second-tit strong{
	float: left;
	display: inline;
	font-weight: 100;
	font-size: 20px;
	line-height: 44px;
	color: #fff;
	font-family: "Microsoft YaHei";
	padding: 0 12px;
}
.second-content{
	width: 1104px;
	margin: 0px auto;
	position: relative;
}
.second-content .second-prev{
	position: absolute;
	top: 76px;
	left: -70px;
	z-index: 2;
	width: 33px;
	height: 62px;
	background: url(../images/honor_06.png) no-repeat center top;
	cursor: pointer;
}
.second-content .second-next{
	position: absolute;
	top: 76px;
	right: -92px;
	z-index: 2;
	width: 33px;
	height: 62px;
	background: url(../images/honor_09.png) no-repeat center top;
	cursor: pointer;
}
.second-content .second-list{
	width: 1072px;
	overflow: hidden;
	height:454px;
	position: relative;
	margin: 30px 16px;
}
.second-list ul li{
	float: left;
	display: inline;
	width: 240px;
	height:454px;
	overflow: hidden;
	position: relative;
	margin: 0 16px;
}
    
.second-list ul li a:hover{
	float: left;
	display: inline;
    background:#c30003;
	height:324px;
	overflow: hidden;
	position: relative;
}
.second-list ul li .sec-listtop{
	position: absolute;
	left:25%;
	top: 355px;
	margin-left: -51px;
	z-index: 3;
	width: 203px;
	height: 38px;
	text-align:center;
	background: url(../images/img_07.png) no-repeat center center;
	font-size: 22px;
	line-height: 38px;
	color: #fff;
	font-family: "Microsoft YaHei";
}
.second-list ul li .sec-listimg{
	position: relative;
	padding:5px;
	width: 230px;
	height: 200px;
	overflow: hidden;
	z-index: 1;
}
.second-list ul li .sec-listimg img{
	position: relative;
	z-index: 1;
	width: 230px;
	height:200px;
	padding: 0 25px 0 0;
}
.second-list ul li .sec-listimg .sec-listbg{
	position: absolute;
	top: 38px;
	left: 0px;
	z-index: 2;
	width: 258px;
	height: 250px;

}
.second-list ul li .sec-listfont{
	position: relative;
	z-index: 2;
	width: 233px;
	padding-right: 25px;
}
.second-list ul li .sec-listfont span.line{
	float: left;
	display: inline-block;
	width: 68px;
	height: 2px;
	background: #d80808;
	position: relative;
	left: 50%;
	margin-left: -34px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.second-list ul li .sec-listfont p{
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	font-family: "Microsoft YaHei";
	padding: 0 20px;
}

/**********************/
.index-third{
	width: 100%;
	height: 700px;
	background: #fff;
}
.index-third .third-wrap{
	width: 1104px;
	margin: 0px auto;
	position: relative;
}


.third-wrap .third-top{
	text-align: center;
	height: 28px;
	padding: 52px 0 10px 0;
	overflow: hidden;
}
.third-top img{
	display: none;
}
.third-wrap .third-tit{
	position: relative;
	width: 138px;
	left: 50%;
	margin-left: -69px;
	padding-bottom: 20px;
}

.third-tit span.line{
	position: relative;
	top: 21px;
	float: left;
	display: inline;
	width: 17px;
	height: 1px;
	background: #de0c00;
}
.third-tit strong{
	float: left;
	display: inline;
	font-weight: 100;
	font-size: 20px;
	line-height: 44px;
	color: #de0c00;
	font-family: "Microsoft YaHei";
	padding: 0 12px;
}
.third-content{
	width: 1104px;
	position: relative;
}
.third-content .third-conleft{
	float: left;
	display: inline;
	width: 791px;
	overflow: hidden;
	position: relative;
}
.third-conleft img{
	float: left;
	display: inline;
}
.third-conleft img.imgfir{
	width: 570px;
	height: 360px;
	position: relative;
	left: -570px;
}
.third-conleft img.imgsec{
	width: 221px;
	height: 360px;
	position: relative;
	left: 221px;
}
.third-conleft .third-confont{
	padding-top: 20px;
}
.third-conleft .third-confont span.line{
	float: left;
	display: inline-block;
	margin-top: 5px;
	margin-left: 1px;
	width: 3px;
	height: 42px;
	background: #0775d0;
}
.third-conleft .third-confont p{
	padding-left: 32px;
	padding-right: 35px;
	font-size: 12px;
	line-height: 24px;
	color: #737373;
	font-family: "Microsoft YaHei";
}
.third-content .third-conright{
	float: right;
	display: inline;
	position: relative;
	overflow: hidden;
	top: -43px;
	width: 279px;
	margin-right: 34px;
}
.third-conright img.imgthi{
	float: left;
	display: inline;
	width: 279px;
	height: 403px;
	position: relative;
	left: -279px;
}
.third-conright a.more{
	position: absolute;
	top: 298px;
	z-index: 3;
	width: 126px;
	height: 52px;
	background: url(../images/img_14.png) no-repeat;
	right: -154px;

}
.third-conright .third-size{
	border: 4px solid #686868;
	border-top: none;
	height: 120px;
	position: relative;
}
.third-conright .third-size span.line{
	float: left;
	display: inline-block;
	width: 39px;
	height: 3px;
	background: #5b5b5b;
	position: relative;
	left: 50%;
	margin-left: -19px;
	margin-top: 38px;
	margin-bottom: 14px;
}
.third-conright .third-size p{
	font-size: 16px;
	line-height: 24px;
	color: #232323;
	font-family: "Microsoft YaHei";
	text-align: center;
}

/*****************************/
.index-fourth{
	width: 100%;
	height: 540px;
	background: url(../images/index_bg02.jpg) no-repeat center top;
}
.fourth-wrap{
	width: 1104px;
	margin: 0px auto;
}
.fourth-wrap .fourth-left{
	float: left;
	display: inline;
	width: 430px;
	padding-top: 32px;
}
.fourth-left .fourth-left-video{
	width: 430px;
	height: 242px;
	overflow: hidden;
	position: relative;
}
.fourth-left-video img{
	float: left;
	display: inline;
	position: relative;
	left: 430px;
}
.fourth-left .fourth-left-font{
	height: 179px;
	border: 4px solid #de0c00;
	border-top: none;
	background: #f4f4f4;
	position: relative;
}
.fourth-left .fourth-left-font .fourth-left-tit{
	padding-top: 25px;
	padding-bottom: 8px;
	width: 138px;
	position: relative;
	left: 50%;
	margin-left: -69px;
}
.fourth-left-tit span.line{
	float: left;
	display: inline;
	width: 17px;
	height: 1px;
	background: #979797;
	position: relative;
	top: 21px;
}
.fourth-left-tit strong{
	float: left;
	display: inline-block;
	font-weight: 100;
	font-size: 20px;
	line-height: 44px;
	color: #232323;
	font-family: "Microsoft YaHei";
	padding: 0 12px;
}
.fourth-left .fourth-left-font p{
	font-size: 14px;
	line-height: 22px;
	color: #5c5c5c;
	font-family: "Microsoft YaHei";
	padding: 0 32px 0 40px;
	text-align: center;
}
.fourth-left .fourth-left-font a.more{
	display: inline-block;
	width: 132px;
	height: 52px;
	background: #de0c00;
	text-align: center;
	font-size: 16px;
	line-height: 52px;
	color: #fff;
	font-family: Arial;
	position: absolute;
	left: 145px;
	bottom: -24px;
	z-index: 3;
}
.fourth-wrap .fourth-right{
	float: right;
	display: inline;
	width: 640px;
	padding-left: 34px;
	padding-top: 32px;
}
.fourth-right .fourth-address{
	width: 615px;
	height: 193px;
	background: url(../images/img_15.png) no-repeat left top;
	position: relative;
	overflow: hidden;
}
.fourth-right .fourth-address img.imgfour{
	float: left;
	display: inline;
	width: 201px;
	height: 176px;
	padding-left: 42px;
	padding-top: 8px;
	position: relative;
	left: -244px;
}
.fourth-right .fourth-address .fourth-address-font{
	float: right;
	display: inline;
	width: 364px;
	padding-right: 8px;
	padding-top: 52px;
}
.fourth-address-font h2{
	display: block;
	font-weight: bold;
	font-size: 22px;
	line-height: 36px;
	text-align: center;
}
.fourth-address-font p{
	font-size: 14px;
	line-height: 28px;
	color: #777;
	font-family: "Microsoft YaHei";
	text-align: center;
}
.fourth-address-font .fouth-right-tit{
	position: relative;
	left: 48%;
	margin-left: -104px;
	width: 228px;
}
.fouth-right-tit span.line{
	float: left;
	display: inline-block;
	width: 44px;
	height: 3px;
	background: #7c7c7c;
	position: relative;
	top: 13px;
}
.fouth-right-tit strong{
	float: left;
	display: inline;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	color: #7c7c7c;
	font-family: "Microsoft YaHei";
	padding: 0 12px;
}
.fourth-right .fourth-hotline{
	padding-top: 84px;
	padding-left: 40px;
}
.fourth-hotline .fourth-hotline-top{
	height: 71px;
	background: url(../images/img_16.png) no-repeat left top;
	padding-left: 88px;
	padding-bottom: 11px;
}
.fourth-hotline .fourth-hotline-top span.line{
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #5b5b5b;
	font-family: Arial;
	margin-bottom: 10px;
}
.fourth-hotline .fourth-hotline-top span.hot-ser{
	float: left;
	display: inline-block;
	font-size: 20px;
	line-height: 32px;
	color: #5b5b5b;
	font-family: "Microsoft YaHei";
	font-weight: bold;
}
.fourth-hotline .fourth-hotline-top strong{
	float: left;
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
	margin-left: 10px;
}
.fourth-hotline p{
	font-size: 14px;
	line-height: 26px;
	color: #737373;
	font-family: "Microsoft YaHei";
}

/**************************/
.index-fifth{
	width: 100%;
	height: 520px;
	background: #fff;
	position: relative;
}
.fifth-wrap{
	width: 1104px;
	margin: 0px auto;
	position: relative;
}
.fifth-wrap .fifth-top{
	height: 28px;
	padding: 50px 0 10px 0;
	overflow: hidden;
	text-align: center;
}
.fifth-top img{
	display: none;
}
.fifth-wrap .fifth-tit{
	padding-bottom: 33px;
	width: 138px;
	position: relative;
	left: 50%;
	margin-left: -69px;
}
.fifth-tit span.line{
	position: relative;
	top: 21px;
	float: left;
	display: inline;
	width: 17px;
	height: 1px;
	background: #de0c00;
}
.fifth-tit strong{
	float: left;
	display: inline;
	font-weight: 100;
	font-size: 20px;
	line-height: 44px;
	color: #de0c00;
	font-family: "Microsoft YaHei";
	padding: 0 12px;
}
.fifth-content{
	width: 1104px;
	position: relative;
}
.fifth-content .fifth-left{
	float: left;
	display: inline;
	width: 538px;
	height: 348px;
	overflow: hidden;
	position: relative;
}
.fifth-left .bd{
	width:538px;
	height:348px;
	overflow: hidden;
	position:absolute;
	z-index:2;
}
.fifth-left .bd ul li{
	float:left;
	width:538px;
	height: 348px;
	overflow: hidden;
	position: relative;
}
.fifth-left .bd ul li img{
	position: relative;
	z-index: 1;
	width: 538px;
	height: 348px;
	border: 0px;
}
.fifth-left .bd ul li .bdbg{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 538px;
	height: 49px;
	background: url(../images/img_18.png) no-repeat;
	z-index: 2;
}
.fifth-left .bd ul li .bdbg h2{
	font-weight: 100;
	display: block;
	font-size: 14px;
	line-height: 49px;
	color: #fff;
	font-family: "Microsoft YaHei";
	padding-left: 24px;
}
.bdbg h2 a{
	color: #fff;
}
.fifth-left .hd{
	position:absolute;
	z-index: 3;
	right: 14px;
	bottom: 20px;
	height:8px;
}
.fifth-left .hd li.on{
	background:url(../images/list_01.png) no-repeat;
}
.fifth-left .hd ul li{
	float: left;
	display:inline-block;
	cursor:pointer;
	background:url(../images/list_02.png) no-repeat;
	margin:0px 5px 0px 0px;
	width:8px;
	height:8px;
	text-indent: -999px;
}
.index-news-div .tit{
	line-height: 40px;
	font-size: 14px;
}
.index-news-div .tit a{
	color: #363636;
}
.index-news-div .dis a{
	color: #999;
}
.fifth-content .index-news-list{
	float: right;
	display: inline;
	padding-left: 22px;
	width: 544px;
	height: 350px;
	overflow: hidden;
}

.index-news-list li{
	padding: 17px 0px;
	margin-bottom: 10px;
	background:#e9e9e9;
}
.index-news-list li.on{
	background: #1d7909;
}
.index-news-list li.on .num{
	color: #fff;
	border-color: #8ebc84;
}
.index-news-list li.on .text a{
	color: #fff;
}
.index-news-list li .num{
	line-height: 71px;
	width: 75px;
	border-right: 1px solid #9a9a9a;
	color: #363636;
	font-size: 52px;
	text-align: center;
}
.index-news-list li .text{
	width: 360px;
	color: #363636;
	padding: 0 12px;
}
.index-news-list li .tit{
	line-height: 22px;
}
..index-news-list-div .dis a{
	color: #999;
}
/***********footer***************/
.footer{
	width: 100%;
	height: 400px;
	background: #181818;
	position: relative;
	z-index: 3;
}
.footer-main{
	width: 1104px;
	height: 342px;
	margin: 0px auto;
	position: relative;
}
.footer-main .foot-more{
	float: left;
	display: inline;
	width: 316px;
	height: 320px;
	background: #252525;
	position: relative;
	top: -34px;
	padding: 0 38px;
}
.foot-more .foot-more-top{
	padding-top: 55px;
}
.foot-more-top .foot-more-left{
	float: left;
	display: inline;
	width: 98px;
	height: 98px;
	padding-top: 4px;
}
.foot-more-top .foot-more-right{
	float: right;
	display: inline;
	margin-left: 12px;
	width: 206px;
}
.foot-more-right p{
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	font-family: "Microsoft YaHei";
}
.foot-more .foot-more-btn{
	padding-top: 14px;
}
.foot-more-btn a{
	float: left;
	display: inline-block;
	width: 68px;
	height: 33px;
	padding-left: 34px;
	font-size: 12px;
	line-height: 33px;
	color: #5a5a5a;
	font-family: "Microsoft YaHei";
}
.foot-more-btn a.more-fir{
	background: url(../images/foot_06.png) no-repeat;
	margin-right: 5px;
}
.foot-more-btn a.more-sec{
	background: url(../images/foot_07.png) no-repeat;
	margin-right: 5px;
}
.foot-more-btn a.more-thi{
	background: url(../images/foot_08.png) no-repeat;
	margin-right: 0px;
}
.foot-more .foot-more-join{
	padding-top: 10px;
}
.foot-more-join a{
	display: inline-block;
	width: 316px;
	height: 65px;
	background: #de0c00;
	font-size: 18px;
	line-height: 65px;
	color: #fff;
	font-family: "Microsoft YaHei";
	text-align: center;
}
.footer-main .foot-nav{
	float: right;
	display: inline;
	padding-left: 52px;
	padding-top: 57px;
	width: 660px;
}
.foot-nav ul li{
	float: left;
	display: inline;
	width: 135px;
	padding-left: 10px;
}
.foot-nav ul li.wt158{
	width: 128px;
}
.foot-nav ul li.line{
	display: inline-block;
	width: 1px;
	height: 176px;
	background: url(../images/foot_02.png) no-repeat center top;
	padding: 0px;
}
.foot-nav ul li h2{
	display: block;
	font-weight: 100;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	font-family: "Microsoft YaHei";
	margin-bottom: 10px;
}
.foot-nav ul li a{
	display: block;
	font-size: 12px;
	line-height: 27px;
	color: #6a6a6a;
	font-family: "Microsoft YaHei";
}
.foot-nav ul li a:hover{
	color: #de0c00;
}

.footer-copy{
	width: 100%;
	height: 58px;
	
}
.footer-copy .footer-wrap{
	width: 1104px;
	margin: 0px auto;
	position: relative;
}
.footer-wrap .foot-share{
	float: left;
	display: inline;
}
.foot-share .foot-font{
	float: left;
	display: inline;
	padding-top: 22px;
	padding-bottom: 10px;
	height: 26px;
}
.foot-font p{
	font-size: 12px;
	line-height: 26px;
	color: #595858;
	font-family: "Microsoft YaHei";
}
.foot-font p a{
	color: #595858;
	display: inline-block;
	margin: 0 14px;
}
.foot-share .share-btn{
	float: left;
	padding: 29px 0 17px 0;
	height: 12px;
}
.share-btn span.share-size{
	float: left;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	color: #595858;
	font-family: "Microsoft YaHei";
}
.foot-share .bdsharebuttonbox a{
	float: left;
	display: inline;
	width: 14px;
	height: 12px;
	margin: 0 0 0 3px;
	padding: 0px;
}
.share-btn a.tqq{
	background: url(../images/head_01.png) no-repeat left center;
}
.share-btn a.kaixin{
	background: url(../images/head_01.png) no-repeat -17px center;
}
.share-btn a.qqf{
	background: url(../images/head_01.png) no-repeat -34px center;
}
.share-btn a.sina{
	background: url(../images/head_01.png) no-repeat -51px center;
}
.share-btn a.weixin{
	background: url(../images/head_01.png) no-repeat -68px center;
}
.footer-wrap a.moretop{
	float: right;
	display: inline-block;
	width: 112px;
	height: 91px;
	background: url(../images/foot_03.png) no-repeat center center;
	position: absolute;
	top: -33px;
	right: 34px;
}


/*********online***********/
.online{
	position: fixed;
	top: 50%;
	margin-top: -238px;
	right: 15px;
	z-index: 5;
}
.online .online-top{
	width: 154px;
	height: 47px;
	background: url(../images/online_01.png) no-repeat;
}
.online .online-top h2{
	display: block;
	font-weight: 100;
	font-size: 17px;
	line-height: 47px;
	color: #fff;
	font-family: "Microsoft YaHei";
	padding-left: 15px;
}
.online .online-cen{
	width: 122px;
	background: url(../images/online_02.png) repeat-y left top;
	padding: 0 16px;
}
.online-cen .online-cenfir{
	padding: 19px 0 15px 0;
	border-bottom: 1px solid #e5e5e5;
	width: 122px;
}
.online-cenfir a{
	display: inline-block;
	width: 82px;
	height: 31px;
	background: url(../images/online_04.png) no-repeat center top;
	font-size: 14px;
	line-height: 31px;
	color: #fff;
	font-family: "Microsoft YaHei";
	padding-left: 40px;
	margin-bottom: 5px;
}
.online-cen .online-censec{
	text-align: center;
	padding-top: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
}
.online-censec p{
	font-size: 14px;
	line-height: 26px;
	color: #000;
	font-family: "Microsoft YaHei";
	padding-top: 8px;
}
.online-cen .online-centhi{
	text-align: center;
	padding-top: 6px;
}
.online-centhi p{
	font-size: 12px;
	line-height: 26px;
	color: #000;
	font-family: "Microsoft YaHei";
}
.online-centhi p strong{
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 26px;
	color: #0775d0;
	font-family: "Microsoft YaHei";
}
.online .online-bot{
	width: 154px;
	height: 20px;
	background: url(../images/online_03.png) no-repeat;
}



/**********inc-banner**************/
.inc-banner{
	width: 100%;
	height: 347px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.banner-size{
	width: 1104px;
	height: 347px;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.banner-size img{
	display: none;
}

/***************contact*****************/
.contact-first{
	width: 100%;
	background: #f0f0f0;
	padding-bottom: 80px;
}
.contact-first .confir-top{
	position: relative;
	width: 100%;
	height: 142px;
	text-align: center;
}
.confir-top .line{
	position: absolute;
	top: 78px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 1px;
	background: #dedede;
}
.confir-top strong.tit{
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	line-height: 44px;
	color: #232323;
	font-family: "Microsoft YaHei";
	background: #f0f0f0;
	padding: 55px 18px 0 18px;
	position: relative;
	z-index: 2;
}
.contact-first .confir-wrap{
	width: 1108px;
	margin: 0px auto;
}
.confir-wrap .confir-wrap-top{
	width: 1108px;
	height: 16px;
	background: url(../images/contact_img01.png) no-repeat center top;
}
.confir-wrap .confir-wrap-cen{
	width: 1108px;
	background: url(../images/contact_img02.png) repeat-y center top;
}
.confir-wrap .confir-wrap-bot{
	width: 1108px;
	height: 30px;
	background: url(../images/contact_img03.png) no-repeat center top;
}

.confir-wrap-cen .confir-map{
	width: 1078px;
	height: 410px;
	margin: 0px auto;
}
.confir-wrap-cen .confir-list{
	padding-top: 25px;
	width: 1058px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.confir-list ul li{
	float: left;
	display: inline;
	width: 474px;
	height: 228px;
	border-bottom: 1px dotted #e6e5e5;
	padding-left: 20px;
	padding-right: 70px;
	margin-bottom: 40px;
}
.confir-list ul li.pd70{
	padding-right: 0px;
}
.confir-list ul li h2{
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 44px;
	color: #363636;
	font-family: "Microsoft YaHei";
}
.confir-list ul li p{
	font-size: 14px;
	line-height: 24px;
	color: #646363;
	font-family: "Microsoft YaHei";
}
.confir-list ul li a.map{
	display: inline-block;
	padding-left: 34px;
	height: 24px;
	background: url(../images/contact_img04.png) no-repeat 3px center;
	font-size: 14px;
	line-height: 24px;
	color: #646363;
	font-family: "Microsoft YaHei";
	margin-top: 20px;
}

/**************************/
.contact-second{
	width: 100%;
	height: 763px;
	background: #343434;
}
.contact-second .consec-top{
	position: relative;
	width: 100%;
	height: 200px;
	text-align: center;
}
.consec-top .line{
	position: absolute;
	top: 88px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 1px;
	background: #494949;
}
.consec-top strong.tit{
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	line-height: 44px;
	color: #fff;
	font-family: "Microsoft YaHei";
	background: #343434;
	padding: 66px 18px 0 18px;
	position: relative;
	z-index: 2;
}
.consec-wrap{
	width: 100%;
	position: relative;
}
.consec-wrap .consec-prev{
	position: absolute;
	top: 190px;
	left: 262px;
	z-index: 2;
	width: 68px;
	height: 68px;
	background: url(../images/prev_02.png) no-repeat center center;
	cursor: pointer;
}
.consec-wrap .consec-next{
	position: absolute;
	top: 190px;
	right: 262px;
	z-index: 2;
	width: 68px;
	height: 68px;
	background: url(../images/next_02.png) no-repeat center center;
	cursor: pointer;
}
.consec-wrap .consec-list{
	width: 1024px;
	height: 460px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}
.consec-list ul li{
	float: left;
	display: inline;
	width: 304px;
	height: 440px;
	margin-right: 56px;
	position: relative;
	top: 20px;
	cursor: pointer;
}
.consec-list ul li span.consec-list-font{
	display: inline-block;
	width: 261px;
	height: 412px;
	background: #fff;
	padding: 0 20px 0 23px;
	position: relative;
	z-index: 1;
}
.consec-list ul li span.consec-list-font h2{
	padding-top: 14px;
	margin-bottom: 20px;
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
	color: #393939;
	font-family: "Microsoft YaHei";
	border-bottom: 1px dotted #ccc;
}
.consec-list ul li span.consec-list-font h2.hover{
	color: #0092db;
}
.consec-list ul li span.consec-list-font p{
	font-size: 14px;
	line-height: 26px;
	color: #646363;
	font-family: "Microsoft YaHei";
}
.consec-list ul li span.consec-more{
	display: inline-block;
	width: 62px;
	height: 62px;
	background: url(../images/contact_img05.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -31px;
	bottom: 0px;
	z-index: 2;
}

/********弹出************/
.twin{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.twin-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/contact_img06.png) repeat left top;
	z-index: 1;
}
.twin-wrap{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -303px;
	margin-left: -552px;
	z-index: 2;
	width: 1104px;
	height: 606px;
	background: #fff;
}
.twin-wrap a.twin-close{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 74px;
	height: 74px;
	background: url(../images/contact_img07.jpg) no-repeat;
}
.twin-wrap .twin-scroll{
	width: 1020px;
	height: 606px;
	padding: 0 42px;
}
.twin-scroll h2{
	display: block;
	font-weight: 100;
	font-size: 22px;
	line-height: 44px;
	color: #0092db;
	font-family: "Microsoft YaHei";
	padding: 23px 0px 15px 0px;
	margin-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
}
.twin-scroll .twin-content{
	position: relative;
	width: 1020px;
	height: 436px;
}
.twin-content .scroll-Box{
	position: absolute;
	width: 1020px;
	height: 436px;
	overflow: hidden;
}
.scroll-Box .scroll-obj{
	position: relative;
	top: 0px;
	left: 0px;
	width: 656px;
	height: 436px;
}
.scroll-Box .scroll-obj p{
	font-size: 14px;
	line-height: 26px;
	color: #646363;
	font-family: "Microsoft YaHei";
}
.scroll-Box .scroll-obj a.online-job{
	display: inline-block;
	width: 100px;
	height: 40px;
	background: #0092db;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
.scroll-Box .scroll-bar{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 6px;
	height: 436px;
	background: url(../images/contact_img08.jpg) repeat-y left top;
}
.scroll-Box .scroll-bar .scroll-btn{
	background: #32a7e2;
	width: 6px;
	height: 113px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

/**************************/
.contact-third{
	width: 100%;
	height: 791px;
	background: #f0f0f0;
}
.contact-third .conthi-top{
	position: relative;
	width: 100%;
	height: 148px;
	text-align: center;
}
.conthi-top .line{
	position: absolute;
	top: 83px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 1px;
	background: #dedede;
}
.conthi-top strong.tit{
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	line-height: 44px;
	color: #232323;
	font-family: "Microsoft YaHei";
	background: #f0f0f0;
	padding: 60px 18px 0 18px;
	position: relative;
	z-index: 2;
}
.contact-third .conthi-wrap{
	width: 1026px;
	height: 457px;
	margin: 0px auto;
	background: url(../images/contact_img09.png) no-repeat center top;
	padding: 53px 41px 0 41px;
}
.conthi-wrap table td.inputfir input{
	display: inline-block;
	width: 477px;
	height: 53px;
	background: url(../images/contact_img10.png) no-repeat center top;
	border:none;
	padding-left: 19px;
	font-size: 14px;
	line-height: 53px;
	color: #646363;
	font-family: "Microsoft YaHei";
}
.conthi-wrap table td textarea{
	display: inline-block;
	width: 988px;
	height: 195px;
	background: url(../images/contact_img11.png) no-repeat center top;
	border: none;
	padding: 14px 19px;
	font-size: 14px;
	line-height: 24px;
	color: #646363;
	font-family: "Microsoft YaHei";
}
.conthi-wrap table td.inputsec input{
	display: inline-block;
	width: 449px;
	height: 48px;
	background: url(../images/contact_img12.png) no-repeat center top;
	border: none;
	font-size: 16px;
	line-height: 48px;
	color: #fff;
	font-family: "Microsoft YaHei";
}
.conthi-wrap table td.input-tips input{
	float: left;
	display: inline-block;
	width: 90px;
	height: 26px;
	border: 1px solid #dfdfdf;
	background: #fbf9fa;
	padding: 0 19px;
	font-size: 14px;
	line-height: 26px;
	color: #646363;
	font-family: "Microsoft YaHei";
}

/**********news***************/
.manage{
    padding-top: 37px;
    position: relative;
    min-width: 1000px;
    overflow: hidden;
    width: 100%;
}
.mangbox{
    width:100%;
}
.mangbox li{
    width:100%;
    height:200px;
    opacity: 0;
    margin-top: 100px;
    filter: alpha(opacity=0);
}
.center{
    margin: 0px auto;
    width:1000px;
}
.list-left{
    float:left;
    margin-left: 46px;
    padding-top: 76px;
}
.data{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    color:#9a9a99;
}
.list-left span{
    font-size: 16px;
    line-height: 16px;
    height:16px;
    display: block;
    margin-bottom: 18px;
    color:#444444;
}
.list-left a{
    font-size: 14px;
    line-height: 14px;
    color:#a09f9f;
    display: block;
}
.list-left a:hover{
    color:#cc3333;
}
.center img{
    float:right;
    margin-top: 48px;
}
.list-mobel{
    margin-bottom: 35px;
}
.list-mobel li{
    width:205px;
    height:158px;
    float:left;
    margin-right: 6px;
    position: relative;
}
.list-mobel li a{
    display: block;
    width:100%;
    height:158px;
    color:#333333;
}
.list-mobel li a:hover {
    background: #d6b991;
    color:#fff;
}



.inside-news{
	width: 100%;
	background: #f5f5f7;
	padding-top: 20px;
	padding-bottom: 96px;
}
.inside-news .inside-news-list{
	width: 1104px;
	margin: 0px auto;
	position: relative;
}
.inside-news-list ul{
	width: 1104px;
	overflow: hidden;
}
.inside-news-list ul li{
	float: left;
	display: inline;
	width: 352px;
	height: 410px;
	padding: 2px;
	background: url(../images/news_img01.png) no-repeat center top;
	margin: 0 18px 21px 0;
}
.inside-news-list ul li.mg18{
	margin-right: 0px;
}
.inside-news-list ul li .news-Img{
	width: 352px;
	height: 228px;
	overflow: hidden;
	position: relative;
}
.news-Img img{
	float: left;
	display: inline;
	width: 352px;
	height: 228px;
	transform: scaleX(1) scaleY(1);
    transition: all 2s ease 0s;
}
.news-Img img:hover{
	transform: scaleX(1.1) scaleY(1.1);
}
.inside-news-list ul li .news-Font{
	padding: 20px 34px 0 24px;
	width: 294px;
}
.news-Font h2{
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
	color: #363636;
	font-family: "Microsoft YaHei";
}
.news-Font span.news-Date{
	display: block;
	font-size: 12px;
	line-height: 26px;
	color: #a1a1a1;
	font-family: "Microsoft YaHei";
}
.news-Font span.line{
	float: left;
	display: inline-block;
	margin-left: 2px;
	width: 43px;
	height: 1px;
	background: #e5e5e5;
	margin: 8px 0 17px 2px;
}
.news-Font p{
	font-size: 12px;
	line-height: 22px;
	color: #646363;
	font-family: "Microsoft YaHei";
}
.page-new{
	width: 1104px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	padding-top: 15px;
}

/*********detail**********/
.new-detail{
	width: 100%;
	background: #fff;
	padding-bottom: 34px;
}
.new-detail .new-detail-wrap{
	width: 1104px;
	margin: 0px auto;
}

.new-detail .new-detail-wrap td input.error{
	border: 1px solid #D70128;
}
.new-detail .new-detail-wrap td textarea.error{
	border: 1px solid #D70128;
}

.new-detail-wrap .detail-top{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 28px;
}
.detail-top h2{
	display: block;
	font-weight: 100;
	font-size: 24px;
	line-height: 30px;
	color: #363636;
	font-family: "Microsoft YaHei";
	margin-bottom: 27px;
}
.detail-top p{
	font-size: 12px;
	line-height: 24px;
	color: #8d8d8d;
	font-family: "Microsoft YaHei";
}
.detail-top p span{
	display: inline-block;
	margin: 0 30px;
}
.new-detail-wrap .detail-cen{
	width: 1104px;
	padding-bottom: 43px;
}
.detail-cen img{
	max-width: 1104px;
	text-align: center;
}
.detail-cen p{
	font-size: 14px;
	line-height: 24px;
	color: #646363;
	font-family: "Microsoft YaHei";
}
.new-detail-wrap .detail-bot{
	padding-bottom: 65px;
}
.detail-bot .detail-botleft{
	float: left;
	display: inline;
}
.detail-bot .detail-botleft p{
	font-size: 14px;
	line-height: 24px;
	color: #595959;
	font-family: "Microsoft YaHei";
}
.detail-bot .detail-botleft p a{
	color: #595959;
}
.detail-bot .detail-botleft p a:hover{
	color: #de0c00;
}
.detail-bot .detail-botright{
	float: right;
	display: inline;
}
.detail-bot .detail-botright a{
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #595959;
	font-family: "Microsoft YaHei";
}
.detail-bot .detail-botright a:hover{
	color: #de0c00;
}

/**********apply******************/
.online-apply{
	padding: 80px 0px;
}
.online-apply table td{
	padding: 10px 0px 10px 10px;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	font-family: "Microsoft YaHei";
}
.online-apply table td.appfont{
	text-align: right;
}
.online-apply table td select{
	display: inline-block;
	width: 142px;
	height: 25px;
}
.online-apply table td.appfir input{
	display: inline-block;
	width: 120px;
	height: 25px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 25px;
	color: #666;
	font-family: "Microsoft YaHei";
}
.online-apply table td span{
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	color: #f00;
	font-family: Arial;
}
.online-apply table td input.submit{
	display: inline-block;
	width: 100px;
	height: 40px;
	background: #07aa9d;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	text-align: center;
}
.online-apply table td textarea{
	padding: 10px;
}
.online-apply table td.yzmbox input{
	float: left;
}
.online-apply table td.yzmbox img{
	float: left;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}
/* msg 留言板 */
.msg{width:100%;margin:16px auto;height:auto;overflow:hidden;}
.msg li{width:100%;height:auto;padding-bottom:10px;margin-bottom:10px;}
.msg_top{width:100%;height:auto;font:14px/30px "microsoft yahei";background:#ededed;color:#333333;text-indent:14px;overflow:hidden;border-radius:3px 3px 0 0; font-weight:bold;}
.msg_top span{margin-right:14px;}
.msg_con{border:1px solid #ebebeb;background:#f3f3f3;overflow:hidden;padding-bottom:12px;}
.msg_consult{width:96%;margin:0 auto;font:14px/36px "microsoft yahei";color:#7b7b7b;}
.msg_reply{width:96%;margin:0 auto;font:14px/36px "microsoft yahei";border:1px solid #ebebeb;border-radius:3px ;background:#fff;color:#ff5958;text-indent:14px;}
.msg_now{width:100%;height:34px;background:url(../images/msgline1.png) center center no-repeat;overflow:hidden; margin:65px 0 30px 0;}
.msg_title{width:155px;height:34px; background-image:url(../images/msgbtn.png)  ; background-position:7px center; background-repeat:no-repeat;text-indent:43px;margin:0 auto;color:#fff;font:22px/34px "microsoft yahei";}
.msg_ul{width:580px;height:auto;overflow:hidden;margin:60px auto 0 ;}
.msg_ul li{width:100%;height:auto;overflow:hidden;position:relative;margin-bottom:12px;}
.msg_ul li p{width:130px; float:left;height:36px;font:14px/36px "microsoft yahei";color:#333;vertical-align: top;  text-align:right; margin: 0 6px 0 0;}
.msg_ul li p span{color:red;margin-top:2px;vertical-align: middle;font-weight: bold}
.msg_input{width:264px;height:34px;border:1px solid #d9d9d9;border-radius:2px;padding:0 10px;}
.msg_pin{width:164px;height:34px;border:1px solid #d9d9d9;border-radius:2px;padding:0 10px;float:left;}
.msg_pin img{float:left;margin-left:14px;}
.msg_textarea{width:264px;height:80px;border:1px solid #d9d9d9;border-radius:2px;padding:10px;resize: none; line-height:20px !important;}
.msg_submit{width:286px;height:36px;margin:20px auto;border-radius:3px;border:0;text-align:center;font:18px/36px "microsoft yahei";color:#fff;cursor: pointer; background:#FF3529}