@charset "utf-8";
body {
    font-family: "Microsoft YaHei";
    background: #a70302;
    min-width: 1200px;
}

a {
    text-decoration: none;
}

img{ border:none;}
a,a:visited{ text-decoration:none; color:#3e3e3e;}
a:hover{ text-decoration:underline;}

.none {
    display: none;
}

.clear {
    clear: both;
}

.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    /*text-align: left;*/
}

.wrap {
	/*margin: 0 auto;*/
    /*width: 100%;*/
    overflow: hidden;
	min-width: 1200px;
	height: 942px;
	background: url(../images/banner.jpg) no-repeat top center;

}

.bannerWrap {
    min-width: 1200px;
    height: 853px;
    background: url(../images/banner.jpg) no-repeat;
    background-size: contain;
    position: relative;
}

.logo {
    width: 148px;
    display: block;
    padding-top: 22px;
}

.ico_one {
	width: 140px;
	display: block;
	position: absolute;
	-webkit-animation: rock-boat1 3s ease-in-out infinite;
	animation: rock-boat1 3s ease-in-out infinite;
	transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	position: absolute;
	left: -370px;
	top: -150px;

}

@-webkit-keyframes rock-boat1 {
    50% {
        -webkit-transform: rotate(8deg);
    }
}

@keyframes rock-boat1 {
    50% {
        transform: rotate(8deg);
    }
}

.ico_two {
    width: 234px;
    display: block;
    position: absolute;
    top: 0;
    right: -370px;
    -webkit-animation: rock-boat1 6s ease-in-out infinite;
    animation: rock-boat1 6s ease-in-out infinite;
    transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;

}

.ico_three {
    width: 394px;
    display: block;
    position: absolute;
    top: 452px;
    right: -360px;
    -webkit-animation: boy 3s ease-in-out infinite;
    animation: boy 3s ease-in-out infinite;
}

.ico_four {
	width: 185px;
	display: block;
	position: absolute;
	top: 220px;
	left: 26px;
	animation: fade-in; /*动画名称*/
	animation-duration: 10s; /*动画持续时间*/
	-webkit-animation: fade-in 5s ease infinite;
}

@keyframes fade-in {
    0% {
        opacity: 0.2;
    }
    /*初始状态 透明度为0*/
    40% {
        opacity: 0.6;
    }
    /*过渡状态 透明度为0*/
    100% {
        opacity: 1;
    }
    /*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in { /*针对webkit内核*/
    0% {
        opacity: 0.2;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.ico_five {
    width: 316px;
    display: block;
    position: absolute;
    top: 440px;
    left: -320px;
    -webkit-animation: boy 2s ease-in-out infinite;
    animation: boy 2s ease-in-out infinite;
}

@-webkit-keyframes boy {
    50% {
        -webkit-transform: rotate(0deg) translateY(-10px);
    }
}

@keyframes boy {
    50% {
        transform: rotate(0deg) translateY(-10px);
    }
}

.ico_six {
	width: 507px;
	display: block;
	position: absolute;
	top: 650px;
	right: 400px;
	-webkit-animation: boy 5s ease-in-out infinite;
	animation: boy 5s ease-in-out infinite;
}

.xin {
	width: 51px;
	height: 49px;
	position: absolute;
	top: 530px;
	left: 580px;
	animation: fade-in; /*动画名称*/
	animation-duration: 10s; /*动画持续时间*/
	-webkit-animation: fade-in 8s ease infinite;
}

.contantWrap {
    width: 100%;
    height: 3930px;
    background: url(../images/bg.jpg) no-repeat;
    background-size: contain;
    margin-top: -50px;
}

.s1_div {
    width: 1200px;
    height: 525px;
    margin: 0 auto;
    background: url(../images/s1_div.png) no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 70px;
}

.s1_people {
    width: 237px;
    position: absolute;
    top: 130px;
    right: 42px;
}

.s1_ico {
	width: 222px;
	position: absolute;
	top: 60px;
	left: 40px;
	-webkit-animation: rock-boat1 3s ease-in-out infinite;
	animation: rock-boat1 3s ease-in-out infinite;
	transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
}

.s1_contant {
    width: 94.6%;
    margin: 0 auto;
    padding-top: 70px;
    overflow: hidden;
    position: relative;
}

.s1_contant span {
	width: 567px;
	height: 130px;
	margin: 0 auto;
	background: #d30808;
	border-radius: 10px;
	display: block;
	text-align: center;
	margin-bottom: 35px;
}

.s1_contant span h1 {
    font-size: 22px;
    color: white;
    line-height: 54px;

}

.s1_contant span h2 {
    font-size: 18px;
    color: white;
    line-height: 30px;

}

.s1_contant p {
    font-size: 17px;
    color: #666666;
    text-align: center;
    line-height: 38px;
}

.s2_div {
    width: 100%;
    height: 316px;
    margin-bottom: 70px;

}

.s2_div .s2_span {
    width: 580px;
    display: block;
    float: left;
    cursor: pointer;
}

.s2_span_fr {
    float: right !important;
}

.s3_div {
	width: 100%;
	height: 500px;
	background: white;
	border-radius: 15px;
	padding-top: 45px;
	margin-bottom: 70px;
}

.s3_bt {
    width: 455px;
    height: 83px;
    line-height: 83px;
    display: block;
    margin: 0 auto;
    background: url(../images/s3_bt.png) no-repeat;
    font-size: 38px;
    color: white;
    text-align: center;
    margin-bottom: 40px;

}

.s3_div ul {
    width: 1085px;
    margin: 0 auto;
    position: relative;

}

.s3_div ul a li {
    width: 250px;
    float: left;
    margin: 0 auto;
    margin-right: 28px;
    margin-bottom: 10px;
    /*cursor: pointer;*/
}

.s3_div ul li p {
    line-height: 58px;
    font-size: 16px;
    text-align: center;
    color: #333333;
}

.s3_div_img {
    width: 360px;
    position: absolute;
    display: block;
    top: 258px;
    right: -35px;
}

.s4_div {
	width: 100%;
	height: 600px;
	padding-top: 45px;
	background: white;
	border-radius: 15px;
	margin-bottom: 70px;
}

.s4_bt {
	width: 455px;
	height: 83px;
	line-height: 83px;
	display: block;
	margin: 0 auto;
	background: url(../images/s4_bt.png) no-repeat;
	font-size: 38px;
	color: white;
	text-align: center;
	margin-bottom: 40px;
}

.s4_div ul {
    width: 1100px;
    margin: 0 auto;
}

.s4_div ul li {
    width: 334px;
    float: left;
    margin-right: 33px;
    margin-bottom: 30px;
    cursor: pointer;
    /*display: block;*/

}

.s4_div ul li a {
    display: block;
}

.s5_div {
    width: 100%;
    height: 560px;
    padding-top: 45px;
    background: white;
    border-radius: 15px;
}

.s5_div1 {
    width: 100%;
    height: 830px;
    padding-top: 45px;
    background: white;
    border-radius: 15px;
}

.s5_tips {
    width: 1050px;
    margin: 0 auto;
    height: 115px;
    font-size: 20px;
    color: #7d7d7d;
    line-height: 30px;
    padding-top: 15px;
}

.s5_contant {
    width: 100%;
    height: 260px;
    /*margin:0 auto;*/
}

#con {
    width: 445px;
    height: 260px;
    float: left;
    overflow: hidden;
    /*border:1px solid #000;*/
    margin-left: 120px;
}

#con ul {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
}

#con ul li {
    width: 100%;
    height: 57px;
    display: table;
    margin-bottom: 40px;
    line-height: 57px;
    overflow: hidden;
    font-size: 17px;
    /*border:1px solid #000;*/
}

#con ul li span {
    width: 180px;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

#con ul li a {
    width: 215px;
    height: 57px;
    padding: 0 20px;
    background: url(../images/s5_a.png) no-repeat;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    
}

#con2 {
    width: 445px;
    height: 260px;
    float: left;
    overflow: hidden;
    /*border:1px solid #000;*/
    margin-left: 83px;
}

#con2 ul {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
}

#con2 ul li {
    width: 100%;
    height: 57px;
    line-height:57px;
    display: table;
    margin-bottom: 40px;
    overflow: hidden;
    font-size: 17px;

}

#con2 ul li span {
    width: 180px;
    display: block;
    float: left;
    line-height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*text-align: center;*/
}

#con2 ul li a {
    width: 215px;
    height: 57px;
    padding: 0 20px;
    background: url(../images/s5_a.png) no-repeat;
    display: block;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    /*line-height: 57px;*/
}

.s5_bt {
    width: 250px;
    height: 50px;
    line-height: 50px;
    background: #42a83b;
    border-radius: 40px;
    margin: 0 auto;
    font-size: 17px;
    text-align: center;
    color: white;
    margin-top: 30px;
    cursor: pointer;
}

.foot {
    width: 100%;
    height: 150px;
    background: url(../images/foot_bj.png) no-repeat;
    margin-top: -250px;
    padding-top: 100px;
}

.foot p {
    font-size: 14px;
    text-align: center;
    color: white;
    line-height: 30px;
}

.pop1 {
    width: 457px;
    height: 256px;
    background: white;
    border-radius: 15px;
}

.close {
    width: 15px;
    height: 15px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.pop1 h1 {
    height: 130px;
    line-height: 130px;
    text-align: center;
    font-size: 18px;
}

.pop1 ul {
    width: 283px;
    margin: 0 auto;
    margin-top: 20px;
}

.pop1 ul li {
    width: 102px;
    height: 44px;
    border: 1px solid #eaeaea;
    border-radius: 40px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;

}

.active {
    background: #45b83d;
    border: 1px solid #45b83d;
    color: white;
}

.pop2 {
    width: 635px;
    height: 325px;
    background: white;
    border-radius: 15px;
}

.pop2 textarea {
    width: 540px;
    height: 150px;
    border: 1px solid #e0e0e0;
    margin: 0 auto;
    position: absolute;
    top: 39px;
    left: 26px;
    line-height: 30px;
    padding: 20px 20px;
    font-size: 18px;
}

.pop2_bt {
    width: 102px;
    height: 44px;
    line-height: 44px;
    background: #45b83d;
    border-radius: 40px;
    font-size: 18px;
    text-align: center;
    color: white;
    position: absolute;
    display: block;
    top: 250px;
    left: 267px;
    cursor: pointer;
}

.pop3 {
    width: 335px;
    height: 135px;
    background: white;
    border-radius: 15px;
}

.pop3 h1 {
    height: 130px;
    line-height: 130px;
    text-align: center;
    font-size: 18px;
}




.box{
	width:1160px;
	margin:0px auto;
}

#layout3{
	width: 100%;
	height:1000px;
	padding-top: 80px;
	margin-top: 20px;
	margin-bottom:70px;
}
#layout3 .text{
	border: 1px solid #dcdcdc;
	height: auto;
}
#layout3 ul{
	margin: 20px 0px 0px -6px;
	zoom: 1;
	height: auto;
	overflow: hidden;
}
#layout3 li{
	width:484px;
	height:65px;
	background:url(images/xx.jpg) repeat-x left bottom;
	float:left;
	display:inline;
	margin:0px 41px 0px 57px;
	overflow:hidden;
	text-align:left;
}
#layout3 li h5{
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	margin:14px 0px 6px 0px;
}
#layout3 li p{
	font-size:14px;
	line-height:24px;
	color:#666;
	height:48px;
	overflow:hidden;
}
