html, body {
    position: relative;
    height: 100%;
    min-width:1200px;
}
body {
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
   font-family:微软雅黑;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
i,em,a{
	font-style:normal;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	font-weight:100;
}
ul,li,ol{
	list-style:none;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    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;
}

 .slide_two_ct_one_pht:hover{
	 /* margin-top:40px; */
	webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	  -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
} 
.slide_one{
	background:url(../imgs/yqfiv_slider_one_bj.jpg) no-repeat center center;
	background-size:cover;
}
.slide_one_header{
    width: 70%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0 15%;
    z-index: 9;
    box-shadow: rgba(0,0,0,.2) 0 0 6px;
}
.slide_one_header .mo_img{
	display:block;
	float:left;
	width:127px;
	margin: 0;
}
.slide_one_header .wj_link{
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 3px;
    margin-left: 20px;
    color: #aa0009;
    cursor: pointer;
    border: 1px solid #aa0009;
}
.slide_one_header .wj_link:hover{
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 3px;
    margin-left: 20px;
    color: #fff;
    cursor: pointer;
	background-color:#aa0009;
}
.slide_one_header .mo_img img{
	vertical-align:middle;
	width:100%;
}
.slide_one_header span{
	display:block;
	float:right;
	color:white;
	font-size:14px;
}
.slide_one_header i{
	border-left: solid 1px #c8c9cb;
    padding-left: 10px;
    color:#aa0009;
}
.slide_one_header em{
	background: #aa0009;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 3px;
    margin-right: 10px;
    color:white;
    cursor:pointer;
}
.slide_one_left{
	width:50%;
	float:left;
	margin-top:20px;
}
.slide_one_left_cts{
	width: 400px;
	margin:0 auto;
}
.slide_one_left p{
	text-align:left;
	color:white;
	font-size:33px;
	line-height:40px;
}
.slide_one_left a{
    width: 320px;
    background: #aa0009;
    text-align: center;
    display: block;
    color: white;
    line-height: 65px;
    font-size: 22px;
    margin:100px 0;
    border-radius: 2px;
    font-weight: 100;
}
.slide_one_right_h{
	width:50%;
	float:right;
	height:100px;
}
.swiper_container_one_h{
	color:white;
}
.swiper_container_one_h .swiper-slide{
	/*display:block;*/
	flex-wrap: wrap;
    margin-top:20px;
    text-align:left;
    align-content:center;
}
.swiper_container_one_h{
	
}
.swiper_container_one_h h3{
	width:100%;
	font-size:30px;
	font-weight:normal;
	margin: 0;
	margin-bottom: 10px;
}
.swiper_container_one_h p{
    /*width: 78%;*/
    width:100%;
    font-size: 20px;
    line-height: 35px;
    opacity: .9;
    margin-bottom: 80px;
    font-weight: 100;
}
.swiper-pagination-bullet{
	background:#c8c9cb !important;
	opacity:.7 !important;
}
.swiper-pagination-bullet-active{
	background:#aa0009 !important;
}
.slide_two{
	flex-wrap:wrap;
}
.slide_two h3{
	margin:0;
	font-size:30px;
    font-weight:normal;
    letter-spacing:4px;
}
.slide_two_cts{
	padding:0 13%;
   /*  overflow:auto; */
    width:74%;
}
.slide_two_cts div{
	width:20%;
    float:left;
}
.slide_two_cts img{
	margin:0 auto;
    width:auto;
    height:auto;
    display:block;
}
.slide_two_cts span{
	display:block;
    line-height:50px;
    margin-top:20px;
}
.slide_two_cts i{
	font-size:14px;
	opacity:.5;
}
.slide_two_cts_box{
    width:100%;
}
.slide_three{
	background:url(../imgs/yqfiv_slider_three_bj.jpg) no-repeat center center;
	background-size:cover;
}
.slide_three_cts{
	width:1200px;
	color:white;
}
.slide_three_cts p{
    float: left;
    width: 280px;
    border: solid 1px white;
    height: 190px;
    box-sizing: border-box;
    margin: 10px;
    border-radius: 5px;
}


.slide_three_cts span{
    display: block;
    line-height: 100px;
    font-size: 45px;
    font-weight: 100;
}
 .t_num i {
    display: inline-block;
    width: 40px;
    height: 64px;
	background: url(../imgs/number.png) no-repeat;
	background-position: 0 -57px;
	text-indent: -999em;
}
 .t_num{
	margin-top:30px; 
 }
  .t_num_2 i {
    display: inline-block;
    width: 40px;
    height: 64px;
	background: url(../imgs/number.png) no-repeat;
	background-position: 0 -57px;
	text-indent: -999em;
}
 .t_num_2{
	margin-top:30px; 
 }
  .t_num_3 i {
    display: inline-block;
    width: 40px;
    height: 64px;
	background: url(../imgs/number.png) no-repeat;
	background-position: 0 -57px;
	text-indent: -999em;
}
 .t_num_3{
	margin-top:30px; 
 }
/* .slide_three_cts i{
	font-size:16px;
    display:block;
    opacity: .9;
} */
.slide_three_cts em{
    width: 880px;
    margin: 10px;
    display: block;
    font-size: 20px;
    float: right;
    text-align: justify;
    margin-top: 56px;
    font-weight: 100;
    line-height: 36px;
    opacity: .9;
}
.slide_four_cts{
    /*width: 1055px;*/
    /*width:60%;*/
    position:relative;
}
.slide_four_cts_left{
    width: 345px;
    float: left;
    text-align: left;
}
.slide_four_cts_left h3{
	color:#aa0009;
    font-weight:100;
    font-size:35px;
    margin: 10px 0;
}
.slide_four_cts_left em{
	line-height: 30px;
    opacity: .5;
    padding-top: 20px;
    display: block;
}
.slide_four_cts_right{
    float: right;
    /*background: url(../imgs/yqfiv_slider_four_map.png) no-repeat center center;
    background-size: 100%;*/
    position: relative;
}
.slide_four_cts_right img{
	width:100%;
}
.slide_four_cts_right_img{
    /*background: url(../imgs/yqfiv_slider_four_map_cover.png) no-repeat center center;
    background-size: 100%;*/
    position: absolute;
    right:0;
}
.slide_four_cts_right_img img{
	width:90%;
}

.slide_seven_img h3{
    font-weight:100;
    opacity:.7;
    font-size:40px;
}
.slide_eight_cts{
	/*width:1345px;*/
	width:80%;
}
.slide_eight_cts_left{
	width:60%;
	float:left;
    margin-top: 200px;
}
.slide_eight_cts_left img{
	width:100%;
}
.slide_eight_cts_right{
    width: 35%;
    float: right;
    margin-top: 260px;
}
.slide_eight_cts_right h2{
	font-size: 50px;
    font-weight: 100;
}
.slide_eight_cts_right h4{
	font-weight: 100;
}
.slide_eight_cts_right p{
	
}
.slide_eight_cts_right span{
	width: 40%;
    display: block;
    float: left;
    text-align: center;
    margin: 0 5%;
    border: solid 2px #aa0009;
    box-sizing: border-box;
    line-height: 50px;
    border-radius: 2px;
    color:#aa0009;
    margin-top: 20px;
    cursor:pointer;
} 
.slide_five{
	background:rgb(241, 241, 241);
}
.slide_seven{
	background:#f3f4f6;
}
.slide_nine,.slide_ten{
	background:#fbfaf8;
}
.slide_five_cts h2{
    letter-spacing: 4px;
    margin: 20px 0;
}
.slide_five_cts h3{
	font-size: 25px;
	margin: 0;
}
.slide_five_cts h5{
	font-size: 20px;
	margin: 0;
}
.slide_five_cts_bot{
	position: absolute;
    bottom: 35%;
    left: 50%;
    margin-left: -30%;
    width: 60%;
}
.slide_five_cts_bot p{
    margin: 0;
    margin-bottom: 40px;
    width: 50%;
    float: left;

}
.slide_five_cts_bot span{
	display: block;
    float: left;
    width: 60%;
    position: absolute;
    left: 50%;
    margin-left: -30%;
    bottom: 10px;
}
.slide_five_cts_bot i{
    display: block;
    width: 50%;
    float: right;
    margin-bottom: 40px
}
.slide_five_cts_bot img{
	width:90%;
}
.slide_five_cts_top{
	position:absolute;
	top:10%;
	width: 100%;
    left: 0;
}
.slide_six{
	background: #4a4a4a;
	color: white;
}

.slide_nine_cts a,.slide_ten_cts .btn_sy{
    width: 180px;
    background: #aa0009;
    text-align: center;
    display: block;
    color: white;
    line-height: 40px;
    font-size: 16px;
    border-radius: 2px;
}
.slide_nine_cts img{
	width:100%;
}
.slide_nine_cts h3,.slide_ten_cts h3{
	margin:0;
}
.slide_nine_cts h5{
	margin:0;
}
.slide_ten_cts{
	width:100%;
	align-self: flex-end;
}
.slide_ten_cts h5{
	margin:0;
    font-size: 14px;
    opacity: .7;
}
.slide_ten_cts h3{
	padding-top:30px;
	font-size:35px;
}
.slide_ten_cts_bot{
	background:black;
	color:white;
}
.slide_ten_cts_bot h6{
	border-top: solid 1px white;
    opacity: .7;
    overflow: auto;
    width: 100%;
 	padding: 20px;
    margin: 0;
    font-size: 14px;
}
.slide_ten_cts_bot span{
	display: block;
    opacity: .8;
}
.slide_ten_cts_bot_img{
	overflow: auto;
    /*margin:1% 0;*/
}
.slide_ten_cts_bot_img p{
	width:33%;
	float:left;
}
.slide_ten_cts_bot_img i{
	display:block;
}
.yqfiv_fixed_jt{
	position:absolute;
	bottom:40px;
	z-index:999;
	width:100%;
	cursor:pointer;
}
.yqfiv_fixed_jt span{
    display: block;
    text-align: center;
    color: white;
}
.yqfiv_fixed_jt p{
	width:40px;
	margin:10px auto;
	animation: myfirst 1s alternate infinite;
    -moz-animation: myfirst 1s alternate infinite;
    -webkit-animation: myfirst 0.9s alternate infinite;
    -o-animation: myfirst 1s alternate infinite;
    cursor: pointer;
}
@-webkit-keyframes myfirst {
	from{margin-bottom:10px;}
    to {margin-bottom:30px;}
}

.yqfiv_fixed_jt img{
	width:100%;
}

@media screen and (min-width:800px){
	.slide_ten_cts_bot_img{
	    margin:0;
	}
	.slide_ten_cts_bot h6{
		padding:10px !important;
	}
	.swiper_container_one_h{
		width:300px;
	}
	.slide_nine_cts h3{
		margin-top:5%;
		padding:15px 0;
	}
	.slide_ten_cts h3{
	    margin-top: 5%;
	    padding: 15px 0;
	    font-size:21px;
	}
	.slide_ten_cts .btn_sy{
		margin:30px auto;
	}
	.slide_two h3{
		margin-bottom:10%;
	}
	.slide_one_header{
		line-height:50px;
	}
	.slide_four_cts{
		width:80%;
	}
	.slide_four_cts_right {
	    margin-right:4%;
	    margin-top: 7%;
	}
	.slide_four_cts_right_img {
	    width: 52%;
	}
	.slide_four_cts_left {
	    margin-top: 10%;
	}
	.slide_six_cts img{
		width:70%;
	}
	.slide_nine_cts .btn_sy{
		margin:50px auto;
	}
	.slide_ten_cts_bot span{
		font-size:16px;
	}
}
@media screen and (min-width:1280px){
	.slide_ten_cts_bot_img{
	    margin:0;
	}
	.slide_ten_cts_bot h6{
		padding:10px !important;
	}
	.swiper_container_one_h{
		width:300px;
	}
	.slide_nine_cts h3{
		margin-top:5%;
		padding:15px 0;
	}
	.slide_ten_cts h3{
	    margin-top: 5%;
	    padding: 15px 0;
	    font-size:21px;
	}
	.slide_ten_cts .btn_sy{
		margin:30px auto;
	}
	.slide_two h3{
		margin-bottom:10%;
	}
	.slide_one_header{
		line-height:50px;
	}
	.slide_four_cts{
		width:80%;
	}
	.slide_four_cts_right {
	    margin-right:4%;
	    margin-top: 7%;
	}
	.slide_four_cts_right_img {
	    width: 52%;
	}
	.slide_four_cts_left {
	    margin-top: 10%;
	}
	.slide_six_cts img{
		width:70%;
	}
	.slide_nine_cts a{
		margin:50px auto;
	}
	.slide_ten_cts_bot span{
		font-size:16px;
	}
}
@media screen and (min-width:1360px){ 
	.slide_ten_cts_bot_img{
	    margin:1% 0;
	}
	.swiper_container_one_h{
		width:440px;
	}
	.slide_one_header{
	    line-height:50px;
	}
	.slide_four_cts{
	    width:70%;
	}
	.slide_four_cts_right{
	    width: 40%;
	    margin-right: 10%;
	}
	.slide_four_cts_right_img{
	    top: -8%;
	    width: 550px;
	}
	.slide_two h3{
		margin-bottom:5%;
	}
	.slide_five_cts h2{
	    font-size:35px;
	}
	.slide_six_cts{
		margin-top:70px;
	}
	.slide_six_cts img{
		width:70%;
	}
	.slide_seven_img{
		margin-top:70px;
	}
	.slide_seven_img img{
		width:70%;
	}
	.slide_seven_img h3{
		margin-top:5%;
	}
	.slide_nine_cts{
		margin-top:70px;
	}
	.slide_nine_cts h3,.slide_ten_cts h3{
		font-size:25px;
	    padding:15px 0;
	}
	.slide_nine_cts a{
	    margin:50px auto;
	}
	.slide_ten_cts .btn_sy{
		margin:10px auto;
	}
	.slide_ten_cts_bot span{
		font-size:16px;
		line-height:25px;
	}
}


@media screen and (min-width:1400px){
	.slide_ten_cts_bot_img{
	    margin:1% 0;
	}
	.swiper_container_one_h{
		width:440px;
	}
	.slide_six_cts img{
		width:80%;
	}
	.slide_one_header{
	    line-height:60px;
	}
	.slide_ten_cts_bot span{
		font-size:16px;
		line-height:25px;
	}
	.slide_four_cts{
	    width:80%;
	}
	.slide_four_cts_right{
	    width: 37%;
	    margin-right: 14%;
	    margin-top: 9%;
	}
	.slide_four_cts_right_img{
	    top: -13%;
	    width: 700px;
	}
	.slide_two h3{
		margin-bottom:200px;
	}
	.slide_five_cts h2{
	    font-size: 50px;
	}
	.slide_seven_img h3{
		/* margin-top:20%; */
	}
	.slide_nine_cts h3,.slide_ten_cts h3{
		font-size:40px;
	    padding: 20px 0;
		margin-top:20px;
	}
	.slide_nine_cts a,.slide_ten_cts .btn_sy{
	    margin:50px auto;
	}
	.slide_four_cts_left{
		margin-top:10%;
	}
}
@media screen and (min-width:1600px){
	.slide_four_cts_right {
	    width: 37%;
	    margin-right: 9%;
	    margin-top: 6%;
	}
}
@media screen and (min-width:1680px){
	.slide_four_cts_right {
	    width: 37%;
	    margin-right: 7%;
	    margin-top: 6%;
	}
	.slide_ten_cts .btn_sy{
		margin-bottom:8%;
	}
	.slide_nine_cts h3{
		margin-top:5%;
	}
}
@media screen and (min-width:1920px){
	.slide_four_cts{
		width:70%;
	}
	
}



/* 表单提交 */
.from_shiyong{
    position: fixed;
    top: 50%;
    left: 30%;
    width: 40%;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    z-index: 99999;
    height: 520px;
    margin-top: -260px;
}
.from_shiyong .input-t{
    width: 115px;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
}
div.wpcf7-validation-errors{
	margin:0;
}
.from_shiyong .input-t em{
	color:red;
	font-style: normal;
	vertical-align: middle;
}
.shiyong_bg{
	background-color:#000;
	opacity:0.5;
	height:100%;
	width:100%;
	display:none;
	position: fixed;
	top: 0;
	z-index:9999;
}
.from_shiyong h3{
	text-align:center;
}
.from_shiyong .sy_text{
	text-align:center;
}
.wpforms-field-label , .wpforms-field-medium{
	display:inline-block !important;
}
.wpforms-field-medium{
	width:260px;
}
.wpforms-field-label{
    width: 100px !important;
    text-align: right;
    margin-right: 15px !important;
}
.wpforms-container{
	width: 80%;
    margin: auto;
}
.wpforms-field-container{
	text-align: center;
}
.sy_close{
    position: absolute;
    top: 13px;
    right: 13px;
    cursor: pointer;
    width: 25px;
}
.sy_close img{
	width:100%;
}
.wpforms-submit-container{
	text-align:center;
}
.sy_ti{
	display:inline-block;
	width:100px;
	text-align:right;
	margin-right:15px;
}
.sy_sy{
	text-align:center;
}
span.wpcf7-not-valid-tip{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    position: absolute;
    width: 160px;
    right: -180px;
}

div.wpcf7 {
    padding: 0;
    width: 70%;
    margin: 0 auto;
}
.wpcf7-submit{
    background-color: #0088cc;
    border: none;
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    left: 50%;
}
.wpcf7-form>p:nth-child(8){
	text-align:center;
}
::-webkit-scrollbar{
	display:none;
}