html, body {
	position: relative;
	height: 100%;
}
body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#000;
	margin: 0;
	padding: 0;
	font-family: Helvetica, "microsoft yahei","微软雅黑", "Arial", "Verdana", "sans-serif";
}
h3,h4,p,ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
}
.clear{
	clear: both;
}
.swiper-container {
	width: 100%;
	overflow: hidden;
    height: 100%;
}
.swiper-wrapper{
	float: left;
    position: absolute;
    left: 0;
    top: 0;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.hd_ico{
	position: absolute;
	text-align: center;
	z-index: 10;
	top: 13%;
	background: url(../images/textBg.png) no-repeat top center;
	background-size: 100%;
	color: #fff;
	width: 35%;
	padding: 6% 0 0;
	left: 30%;
	height: 65%;
	min-height: 500px;
	min-width: 500px;
}
@media screen and (max-width: 780px){
.hd_ico{
	position: absolute;
	text-align: center;
	z-index: 10;
	top: 25%;
	background: url(../images/textBg.png) no-repeat top center;
	background-size: 100%;
	color: #fff;
	width: 35%;
	padding: 6% 0 0;
	left: 18%;
	height: 65%;
	min-height: 500px;
	min-width: 500px;
}
}
@media screen and (max-width: 640px){
.hd_ico{
	position: absolute;
	text-align: center;
	z-index: 10;
	top: 20%;
	background: url(../images/textBg.png) no-repeat top center;
	background-size: 100%;
	color: #fff;
	width: 100%;
	padding: 6% 0 0;
	left: 0;
	height: 65%;
	min-height: auto;
	min-width: auto;
}
}
.hd_ico h3{
	font-size: 40px;
	font-weight: normal;
}
.hd_ico b{
	font-size: 28px;
	margin-top: 20px;
	display: block;
	font-weight: normal;
}
.hd_ico_text{
	font-size: 16px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 30px 0;
	margin: 40px auto 0;
	width: 500px;
}
.hd_ico_text p{
	font-size: 24px;
	margin-bottom: 25px;
}
.hd_ico a{
	color: #fff;
	display: inline-block;
	padding: 5px 30px;
	border: 2px solid #fff;
	border-radius: 20px;
	font-size: 20px;
	margin-top: 65px;
}
@media screen and (max-width: 1600px){
.hd_ico h3{
	font-size: 34px;
	font-weight: normal;
}
.hd_ico b{
	font-size: 24px;
	margin-top: 20px;
	display: block;
	font-weight: normal;
}
.hd_ico_text{
	font-size: 14px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 30px 0;
	margin: 40px auto 0;
	width: 440px;
}
.hd_ico_text p{
	font-size: 24px;
	margin-bottom: 15px;
}
.hd_ico a{
	color: #fff;
	display: inline-block;
	padding: 5px 30px;
	border: 2px solid #fff;
	border-radius: 20px;
	font-size: 20px;
	margin-top: 45px;
}
}
@media screen and (max-width: 1200px){
.hd_ico h3{
	font-size: 34px;
	font-weight: normal;
	margin-top: 20px;
}
.hd_ico b{
	font-size: 24px;
	margin-top: 15px;
	display: block;
	font-weight: normal;
}
.hd_ico_text{
	font-size: 14px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 30px 0;
	margin: 30px auto 0;
	width: 440px;
}
.hd_ico_text p{
	font-size: 24px;
	margin-bottom: 15px;
}
.hd_ico a{
	color: #fff;
	display: inline-block;
	padding: 5px 30px;
	border: 2px solid #fff;
	border-radius: 20px;
	font-size: 20px;
	margin-top: 40px;
}
}
@media screen and (max-width: 640px){
.hd_ico h3{
	font-size: 34px;
	font-weight: normal;
}
.hd_ico b{
	font-size: 24px;
	margin-top: 10px;
	display: block;
	font-weight: normal;
}
.hd_ico_text{
	font-size: 14px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	margin: 20px auto 0;
	width: 90%;
}
.hd_ico_text p{
	font-size: 24px;
	margin-bottom: 15px;
}
.hd_ico a{
	color: #fff;
	display: inline-block;
	padding: 5px 30px;
	border: 2px solid #fff;
	border-radius: 20px;
	font-size: 20px;
	margin-top: 45px;
}
}
@media screen and (max-width: 320px){
.hd_ico h3{
	font-size: 24px;
	font-weight: normal;
}
.hd_ico b{
	font-size: 18px;
	margin-top: 10px;
	display: block;
	font-weight: normal;
}
.hd_ico_text{
	font-size: 12px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	margin: 15px auto 0;
	width: 90%;
}
.hd_ico_text p{
	font-size: 18px;
	margin-bottom: 10px;
}
.hd_ico a{
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
	border: 2px solid #fff;
	border-radius: 20px;
	font-size: 16px;
	margin-top: 20px;
}
}
.hd_ico a:hover{
	background: #fff;
	color: #2a4e64;
}
.hd_wrapw{
	background: #fff;
}
.hd_wrap{
	width: 1190px;
	margin: 0 auto;
}
@media screen and (max-width: 1200px){
.hd_wrap{
	width: 1000px;
	margin: 0 auto;
}
}
@media screen and (max-width: 780px){
.hd_wrap{
	width: 100%;
	margin: 0 auto;
}
}
.hd_about{
	padding: 30px 0;
}
.hd_wrap h4{
    color: #3a3a3a;
    font-size: 32px;
    font-weight: normal;
    margin: 20px 0;
}
.hd_abouttext{
	font-size: 14px;
	text-indent: 2em;
	width: 49%;
	float: left;
	line-height: 24px;
	color: #515151;
}
.hd_abouttext p{
	margin-top: 10px;
}
.hd_aboutmore{
	text-align: right;
	margin-top: 10px;
	font-size: 16px;
}
.hd_aboutmore a{
	color: #db0f0f;
}
.hd_aboutimg {
	width: 47%;
	float: right;
}
@media screen and (max-width: 780px){
.hd_abouttext{
	font-size: 14px;
	text-indent: 2em;
	float: none;
	width: 90%;
	margin: 0 auto;
	line-height: 24px;
	color: #515151;
}
.hd_abouttext p{
	margin-top: 10px;
}
.hd_aboutmore{
	text-align: right;
	margin-top: 10px;
	font-size: 16px;
}
.hd_aboutmore a{
	color: #db0f0f;
}
.hd_aboutimg {
	width: 90%;
	float: none;
	margin: 20px auto;
}
}
.hd_aboutimg img{
	width: 100%;
}
.hd_show{
	margin-top: 50px;
}
.hd_showfl{
	width: 33.33%;
	float: left;
}
@media screen and (max-width: 640px){
.hd_showfl{
	width: 80%;
	margin: 10px auto;
	float: none;
}
}
.hd_showtd{
	width: 66%;
	margin: 0 auto;
	height: 200px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.hd_showtd img{
	width: 30%;
	margin: 20px auto;
}
.hd_showtd p{
	text-align: left;
	line-height: 26px;
}
.hd_showdl{
	height: 350px;
	text-align: center;
	padding-top: 50px;
}
.hd_contact{
	margin-top: 50px;
	padding: 20px 0 50px;
	background: #000;
	color: #fff;
}
.hd_contact h4{
	color: #fff;
}
.hd_contxctl{
	width: 33%;
	float: left;
	padding-top: 50px;
	font-size: 16px;
	line-height: 30px;
}
.hd_contactr{
	width: 66%;
	float: right;
	text-align: right;
	border-left: 5px solid #fff;
}
.hd_contactr p{
	width: 28%;
	margin-left: 4%;
	float: right;
	text-align: center;
	font-size: 13px;
}
@media screen and (max-width: 768px){
.hd_contact{
	margin-top: 50px;
	padding: 20px 0 50px;
	background: #000;
	color: #fff;
}
.hd_contxctl{
	width: 90%;
	float: none;
	padding-top: 50px;
	font-size: 18px;
	line-height: 30px;
	padding-left: 4%;
}
.hd_contactr{
	width: 90%;
	float: none;
	margin-top: 20px;
	text-align: right;
	border-left: 5px solid #fff;
}
.hd_contactr p{
	width: 28%;
	margin-right: 4%;
	float: left;
	text-align: center;
	font-size: 13px;
}
}
@media screen and (max-width: 640px){
.hd_contxctl{
	width: 90%;
	float: none;
	padding-top: 50px;
	font-size: 16px;
	line-height: 30px;
	margin: 0 auto;
}
.hd_contactr{
	width: 90%;
	float: none;
	margin: 30px auto 0;
	text-align: left;
	border-left: 5px solid #fff;
}
.hd_contactr p{
	width: 28%;
	margin-right: 4%;
	float: left;
	text-align: center;
	font-size: 13px;
}	
}

.hd_contactr img{
	width: 100%;
	margin-bottom: 10px;
}