@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:16px;
	color:#000;
}

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	color: #c00 !important;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
	transition: opacity 0.1s;
}

.fw a:hover{
	opacity: 0.8;
	color: #fff !important;
}

img{
	display:block;
	max-height: 100%;
	max-width: 100%;
}

.wrapper{
	width:100%;
	min-width:1200px;
	max-width:1920px;
	margin:0px auto;
	overflow: hidden;
}

.w1200{
	width:1200px;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

/* p,li{
	overflow:hidden;
}
 */
.photo{
	position: relative;
	overflow: hidden;
}

.photo img{
	width: 100%;
	height: 100%;
}

.photo2{
	position: relative;
	overflow: hidden;
}

.photo2 img{
	width: 100%;
	height: 100%;
	transition: transform 0.2s;
}

.photo2:hover img{
	transform: scale(1.02,1.02);
}

#header{
	position: relative;
}

#header .bg{
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}

#header .bg img{
	width: 1920px;
	max-width: none;
}

.banner{
	margin-top: 30px;
}

#layout1{
	margin-top: 30px;
}

#layout1 .middle{
	float: left;
	margin-left: 63px;
}

#layout2 .point span.current { 
    background: #ec0324; 
    color: #fff; 
} 
.nav{ 
    height: 62px; 
    background: #268cde; 
}
.nav a{
    margin: 11px 25px 0 0;
}
.nav .right{
    color: #fff;
    font-size: 24px;
    line-height: 62px;
}
#layout2{
	margin-top: 30px;
}

#layout2 .focus{
	float: left;
	width: 615px;
	height: 415px;
}

#layout2 .focus .shadow{
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
}

#layout2 .focus p{
	position: absolute;
	max-width: 500px;
	height: 50px;
	line-height: 50px;
	z-index: 9;
	left: 18px;
	bottom: 0px;
	font-size: 20px;
}

#layout2 .focus .point{
	position: absolute;
	right: 18px;
	bottom: 20px;
	height: 10px;
	z-index: 10;
}

#layout2 .focus .point span{
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer;
	margin-left: 4px;
	background: #fff;
}

#layout2 .focus .point .on{
	background: #c0c0c0;
}

#layout2 .text{
	float: right;
	width: 574px;
	margin-top: -3px;
}

#layout2 .text ul{
	padding: 25px 25px 0px 25px;
}

#layout2 .text li{
	height: 54px;
	line-height: 54px;
	font-size: 18px;
}

#layout2 .text li a{
	float: left;
	max-width: 430px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

#layout2 .text li span{
	float: right;
	color: #707070;
	font-size: 14px;
}

#layout3{
	margin-top: 30px;
}

#layout3 .block{
	width: 387px;
}

#layout3 .middle{
	float: left;
	margin-left: 19px;
}

#layout3 li{
	margin-top: 15px;
}

#layout3 .photo{
	float: left;
	width: 142px;
	height: 88px;
}

#layout3 h4{
	float: right;
	width: 230px;
	font-size: 18px;
	line-height: 24px;
	max-height: 72px;
	font-weight: normal;
}

#layout4{
	margin-top: 30px;
}

#layout4 ul{
	margin-left: -37px;
}

#layout4 li{
	float: left;
	width: 215px;
	margin: 25px 0px 0px 32px;
}
.msg{
	padding-top: 10px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

#layout5{
	margin-top: 30px;
	padding: 60px 0px;
}

#layout5 .title{
	text-align: center;
}

#layout5 .title img{
	display: inline-block;
	vertical-align: top;
}

#layout5 ul{
	margin-left: 0px;
	margin-top: 24px;
}

#layout5 li{
	float: left;
	width: 90px;
	height: 90px;
	border: 5px solid #fff;
	margin: 0px 25px 24px;
}

#layout5 li img{
	width: 100%;
	height: 100%;
}
