/*------------------------------head------------start-------------*/
.header2{
	width: 1200px;
	height: 73px;
	margin: 0 auto;
	font-family: "宋体";
}
.header2 .logo{
	float: left;
}
.header2 .nav{
	width: 510px;
	height: 73px;
	float: left;
	margin-left: 100px;
}
.header2 .nav li{
	float: left;
	position: relative;
}
.header2 .nav li .yj{
	display: block;
	width: 85px;
	height: 73px;
	font-family: "宋体";
	font-size: 14px;
	color: #333333;
	line-height: 73px;
	text-align: center;
}
.header2 .nav li:hover .yj{
	font-weight: bold;
	color: #ffffff;
}
.header2 .nav li .dc{
	width: 85px;
	height: 73px;
	background: #0060C0;
	z-index: -20;
	position: absolute;
	top: 85px;
}
.header2 .nav li:hover .dl{
	display: block;
}
.header2 .nav li dl{
	position: absolute;
	display: none;
	width: 2000px;
	height: 50px;
	background: #666;
	top: 73px;
	z-index: 10;
	padding-left: 10px;
}
.header2 .nav li dl dd{
	float: left;
	margin-right: 27px;
}
.header2 .nav li dl dd .rj{
	color: #ddd;
	line-height: 50px;
	padding: 0px 5px;
	font-size: 14px;
}
.header2 .nav li dl dd .rj:hover{
	color: #ffffff;
}
.header2 .lianjie{
	width: 106px;
	height: 26px;
	border-radius: 2px;
	float: right;
	margin-top: 23px;
	background: #0060C0;
	position: relative;
}
.header2 .lianjie a{
	position: absolute;
	top: 4px;
	display: block;
	width: 30px;
	height: 18px;
	line-height: 18px;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.header2 .lianjie .a1{
	left: 4px;
	background: #fff;
}
.header2 .lianjie .a2{
	left: 38px;
	font-family: "arial";
	color: #ffffff;
}
.header2 .lianjie .a3{
	left: 68px;
	color: #ffffff;
}
/*--------------------------------head------------end-------------*/

/*------------------------------banner------------start-------------*/
.banner{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.banner .cont{
	position: absolute;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 400px;
	z-index: -1;
	background: #fff;
}
.banner .cont img{
	width: 1920px;
	height: 400px;
	position: absolute;
}
.banner .yuan{
	text-align: center;
	margin-top: 370px;
}
.banner .yuan img{
	margin: 0 5px; 
}
/*--------------------------------banner------------end-------------*/

/*--------------------------------main------------start-------------*/
.main_index{
	width: 100%;
	overflow: auto;
}
.main_index .heng1{
	width: 100%;
	height: 660px;
	background: #EBEBEB;
	overflow: auto;
	position: relative;
}
.main_index .heng1 .con{
	width: 1200px;
	height: 470px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	z-index: 2;
}
.main_index .heng1 .con .ck{
	display: block;
	width: 298px;
	height: 233px;
	border: 1px solid #EBEBEB;
	float: left;
	position: relative;
	transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;	/* Firefox 4 */
	-webkit-transition: opacity 0.4s;	/* Safari 和 Chrome */
	-o-transition: opacity 0.4s;	/* Opera */
}
.main_index .heng1 .con .ck:hover{
	opacity: 0;
}
.main_index .heng1 .con .ck span{
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	font-size: 18px;
	color: #333;
	font-family: "微软雅黑";
	top: 108px;
}
.main_index .heng1 .con .ck p{
	display: block;
	width: 80%;
	padding: 0 10%;
	text-align: center;
	position: absolute;
	font-size: 12px;
	color: #666;
	font-family: "微软雅黑";
	top: 145px;
	line-height: 24px;
}
.main_index .heng1 .con .ck1{
	background: url(../images/heng1_tu1.jpg);
}
.main_index .heng1 .con .ck2{
	background: url(../images/heng1_tu2.jpg);
}
.main_index .heng1 .con .ck3{
	background: url(../images/heng1_tu3.jpg);
}
.main_index .heng1 .con .ck4{
	background: url(../images/heng1_tu4.jpg);
}
.main_index .heng1 .con .ck5{
	background: url(../images/heng1_tu5.jpg);
}
.main_index .heng1 .con .ck6{
	background: url(../images/heng1_tu6.jpg);
}
.main_index .heng1 .con .ck7{
	background: url(../images/heng1_tu7.jpg);
}
.main_index .heng1 .con .ck8{
	background: url(../images/heng1_tu8.jpg);
}
.main_index .heng1 .con2{
	position: absolute;
	width: 1200px;
	height: 470px;
	top: 50px;
	left: 50%;
	margin-left: -600px;
	z-index: 1;
}
.main_index .heng1 .con2 img{
	border: 1px solid #EBEBEB;
	float: left;
}
.main_index .heng1 .gd{
	display: block;
	width: 152px;
	height: 43px;
	margin: 0 auto;
	margin-top: 40px;
	border-radius: 21px;
	text-align: center;
	line-height: 43px;
	background: #0060C0;
	color: #fff;
	font-size: 12px;
}
.main_index .heng2{
	width: 100%;
	margin-top: 78px;
	overflow: auto;
}
.main_index .heng2 .bt{
	text-align: center;
	font-size: 30px;
	font-family: "微软雅黑";
	color: #333;
}
.main_index .heng2 .dx{
	width: 60px;
	height: 2px;
	background: #0060C0;
	margin: 0 auto;
	margin-top: 20px;
}
.main_index .heng2 .nr{
	width: 1176px;
	margin: 0 auto;
	margin-top: 38px;
	overflow: auto;
}
.main_index .heng2 .nr .ck{
	width: 258px;
	height: 498px;
	border: 1px solid #d9d9d9;
	float: left;
	margin: 0 17px;
	margin-bottom: 30px;
	overflow: auto;
}
.main_index .heng2 .nr .ck img{
	width: 258px;
	height: 320px;
}
.main_index .heng2 .nr .ck .p1{
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #333;
	font-family: "微软雅黑";
	margin-top: 12px;
}
.main_index .heng2 .nr .ck .p2{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #666;
	font-family: "微软雅黑";
	margin-top: 6px;
}
.main_index .heng2 .nr .ck .p3{
	width: 80%;
	margin: 0 10%;
	margin-top: 15px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	font-family: "宋体";
}
.main_index .heng2 .gd{
	display: block;
	width: 152px;
	height: 43px;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 21px;
	text-align: center;
	line-height: 43px;
	background: #0060C0;
	color: #fff;
	font-size: 12px;
}
.main_index .heng3{
	width: 100%;
	margin-top: 78px;
	overflow: auto;
}
.main_index .heng3 .bt{
	text-align: center;
	font-size: 30px;
	font-family: "微软雅黑";
	color: #333;
}
.main_index .heng3 .dx{
	width: 60px;
	height: 2px;
	background: #0060C0;
	margin: 0 auto;
	margin-top: 20px;
}
.main_index .heng3 .nr{
	width: 1199px;
	height: 262px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin: 0 auto;
	margin-top: 40px;
}
.main_index .heng3 .nr .ck{
	width: 198px;
	height: 130px;
	position: relative;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	float: left;
}
.main_index .heng3 .nr .ck img{
	width: 198px;
	height: 130px;
}
.main_index .heng3 .nr .ck .xiang{
	width: 380px;
	height: 261px;
	padding: 0 10px;
	position: absolute;
	left: 198px;
	background: #fff;
	overflow: auto;
	z-index: -1;
}
.main_index .heng3 .nr .cka .xiang{
	top: 0;
}
.main_index .heng3 .nr .ckb .xiang{
	top: -131px;
}
.main_index .heng3 .nr .ckc .xiang{
	left: -400px;
}
.main_index .heng3 .nr .ck .xiang span{
	display: block;
	font-family: "微软雅黑";
	font-size: 20px;
	margin-top: 70px;
	font-weight: bold;
}
.main_index .heng3 .nr .ck .xiang p{
	font-family: "微软雅黑";
	font-size: 12px;
	margin-top: 18px;
	line-height: 18px;
}
.main_index .heng3 .gd{
	display: block;
	width: 152px;
	height: 43px;
	margin: 0 auto;
	margin-top: 40px;
	border-radius: 21px;
	text-align: center;
	line-height: 43px;
	background: #0060C0;
	color: #fff;
	font-size: 12px;
}
/*--------------------------------main------------end-------------*/


/*------------------------------------foot--------start-------------*/
.footer2{
	overflow: auto;
	margin-top: 78px;
}
.footer2 .top{
	width: 100%;
	height: 280px;
	background: #1F2229;
}
.footer2 .top .nr{
	width: 740px;
	height: 280px;
	position: relative;
	margin: 0 auto;
}
.footer2 .top .nr p{
	position: absolute;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
}
.footer2 .top .nr .p1{
	top: 55px;
	left: 20px;
}
.footer2 .top .nr .p2{
	top: 55px;
	left: 186px;
}
.footer2 .top .nr .p3{
	top: 70px;
	right: 0;
	font-size: 28px;
	font-family: "arial black";
}
.footer2 .top .nr .p4{
	top: 120px;
	right: 0;
	font-size: 28px;
	font-family: "arial black";
}
.footer2 .top .nr .p6{
	width: 220px;
	height: 43px;
	line-height: 43px;
	border-radius: 21px;
	background: #0060C0;
	text-align: center;
	color: #fff;
	top: 190px;
	right: 5px;
	font-size: 14px;
}
.footer2 .top .nr .p6:hover{
	background: #fff;
	color: #000;
}
.footer2 .top .nr .rwm{
	width: 140px;
	height: 140px;
	position: absolute;
	top: 88px;
}
.footer2 .top .nr .rwm1{
	left: 0;
}
.footer2 .top .nr .rwm2{
	left: 190px;
}
.footer2 .top .nr .dh{
	position: absolute;
	top: 95px;
	left: 440px;
}
.footer2 .bot{
	width: 100%;
	height: 132px;
	background: #1A1B1F;
	overflow: auto;
}
.footer2 .bot p{
	text-align: center;
	font-family: "宋体";
	font-size: 12px;
	color: #fff;
	margin-top: 30px;
}
.footer2 .bot p span{
	font-family: "微软雅黑";
}
.footer2 .bot p a{
	color: #fff;
}
.footer2 .bot .tubiao{
	width: 660px;
	height: 37px;
	margin: 0 auto;
	margin-top: 20px;
}
.footer2 .bot .tubiao img{
	width: 90px;
	height: 37px;
	margin: 0 10px;
	float: left;
}
/*--------------------------------foot------------end-------------*/