* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    font-weight: normal;
    color: #333333;
    line-height: 1;
    background-color: #ffffff;
    letter-spacing: 0;
}

a {
    color: inherit; /*继承父级*/
    text-decoration: none;
}

a:link, a:active, a:visited, a:hover {
    border: none;
    outline: none;
}

/*IE兼容HTML5*/
header, section, footer, aside, nav, main, article, figure, div, p, ul, dl, table {
    display: block;
}

dd, dl, dt, li, ul {
    list-style-type: none
}

button {
    border: none;
    cursor: pointer;
}

textarea {
    -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8d8d8d;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #8d8d8d;;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #8d8d8d;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #8d8d8d;
}

::after, ::before {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
img {
    vertical-align: middle;
}

/*清除浮动*/
.clearfix::after, .clearfix::before {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

/* 内容 */
.pic {
    display: block;
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.three {
    height: 453px;
    background: url(../images/bg3.png) no-repeat;
}
.four {
    height: 710px;
    background: url(../images/bg4.png) no-repeat;
    padding-top: 80px;
    text-align: center;
}
.five {
    height: 719px;
    background: url(../images/bg5.png) no-repeat;
}
.six {
    height: 732px;
    background: url(../images/bg6.png) no-repeat;
}

.form_box {
    display: block;
    padding-top: 84px;
}

.form_box .form_wrap {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    -webkit-box-pack: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 106px;
}

.form_box .form_wrap .form_item {
    display: flex;
    display: -webkit-flex;
    width: 321px;
    height: 39px;
    align-items: center;
    /* background-color: #ffffff; */
    border: solid 1px #707070;
    box-sizing: border-box;
    margin-bottom: 26px;
}

.form_box .form_wrap .form_item input,
.form_box .form_wrap .form_item select {
    
    font-size: 18px;
    box-sizing: border-box;
    color: #fff;
    border: none;
    padding-left: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    /* box-shadow: 0 0 0 1000px #ffffff inset; */
    background: rgba(0, 0, 0, 0);
}
.form_box .form_wrap .form_item select {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -webkit-user-select: text;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/pull.png") no-repeat right 12px center;
    padding-right: 10px;
}
.form_box .form_wrap .form_item select option {
    color: #333333;
}

.form_box .form_wrap .radio_item {
    border: solid 1px rgb(13, 16, 23);
}

.form_box .form_wrap .radio_item input {
    display: flex;
    height: 64%;
    width: 20%;
    margin-right: 49px;
} 



.form_box .form_wrap .empower {
    display: block;
    width: 100%;
}
.form_box .form_wrap .empower a {
    display: inline-block;
    width: 174px;
    height: 22px;
    margin: 68px 0 0 250px;
}



.form_box .btn .form_btn {
    display: flex;
    display: -webkit-flex;
    width: 272px;
	height: 56px;
    margin: 26px 0 0 258px;
    outline: none;
    background-color: rgba(0, 0, 0,0);
}

.form_box input,select {
    outline: none;
}

.four video {
    outline: none;
}

.five {
    /* position: relative; */
}
.five .click_a {
    width: 100%;
    height: 100%;
    position: relative;
}
.five .click_a li {
    cursor: pointer;
}
.click_a li:nth-child(1) {
    position: absolute;
    top: 87px;
    left: 696px;
    display: inline-block;
    width: 230px;
    height: 30px;
}
.click_a li:nth-child(2) {
    position: absolute;
    top: 87px;
    left: 1133px;
    display: inline-block;
    width: 120px;
    height: 30px;
}
.click_a li:nth-child(3) {
    position: absolute;
    top: 168px;
    left: 620px;
    display: inline-block;
    width: 120px;
    height: 30px;
}
.click_a li:nth-child(4) {
    position: absolute;
    top: 621px;
    left: 470px;
    display: inline-block;
    width: 244px;
    height: 30px;
}
.click_a li:nth-child(5) {
    position: absolute;
    top: 621px;
    left: 890px;
    display: inline-block;
    width: 164px;
    height: 30px;
}
.click_a li:nth-child(6) {
    position: absolute;
    top: 547px;
    left: 1181px;
    display: inline-block;
    width: 214px;
    height: 30px;
}
.click_img {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999;
}
.click_img .aaa {
    display: flex;
    flex-direction: column;
    width: 900px;
    margin: 0 auto;
    height: 100vh;
    overflow-y:auto;
}
.click_img .aaa .bbb {
    height: 88vh;
}
.click_img .aaa .bbb img {
    width: 100%;
}
.click_img .click_img_close {
    height: 100px;
}
.click_img_close img {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    float: right;
    cursor: pointer;
}



.swiper_one .swiper-button-prev {
    left: 0;
    width: 42px;
	height: 71px;
	background-color: #4a7d89;
	opacity: 0.85;
}
.swiper_one .swiper-button-next {
    right: 0;
    
    width: 42px;
	height: 71px;
	background-color: #4a7d89;
	opacity: 0.85;
}

 .swiper-button-next:after, 
 .swiper-button-prev:after {
    font-size: 40px;
    color: #dce2e9;
}


.swiper_one {
    width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
}
.swiper_one .swiper-slide {
    width: 100%;
    text-align: center;
}
