* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

i, em {
    font-style: normal;
}

input {
    border: none;
    vertical-align: middle;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
}

img {
    max-width: 100%;
}

img[src=""]{
    display: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.w {
    width: 1400px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.header {
    height: 93px;
    line-height: 93px;
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

.header .link {
    font-size: 15px;
    color: #404040;
    display: inline-block;
    position: relative;
    margin-left: 30px;
}

.header .focus {
    color: #0079c3;
}

.header .focus span {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 2px;
    width: 100%;
    background: #0079c3;
}

.header .logo {
    width: 331px;
    height: 61px;
    background: url("../images/2.png") no-repeat;
    background-size: contain;
    margin-top: 16px;
}

.header .search {
    margin-left: 30px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/3.png") no-repeat;
    background-size: contain;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.header .fav {
    margin-left: 30px;
    display: inline-block;
    font-size: 12px;
    color: #9c9c9c;
    position: relative;
    top: -2px;
    cursor: pointer;
}

.header .fav:after {
    position: absolute;
    left: -15px;
    top: 50%;
    content: '';
    width: 2px;
    height: 12px;
    background: #9c9c9c;
    margin-top: -6px;
}

.breadcrumb {
    height: 40px;
    line-height: 40px;
    background: #0079c3;
    color: #fff;
    font-size: 12px;
}

.footer {
    height: 450px;
    background: #404040;
}

.footer .left {
    width: 196px;
    border-right: 1px solid #6d6d6d;
}

.footer .logo {
    width: 160px;
    height: 90px;
    background: url("../images/4.png") no-repeat;
    background-size: contain;
}

.footer .flex {
    height: 373px;
    margin: 0 100px;
    padding: 50px 0 20px;
}

.footer .copyright {
    color: #bdbdbd;
    height: 76px;
    line-height: 76px;
    border-top: 1px solid #6d6d6d;
    font-size: 14px;
    margin: 0 100px;
}

.footer .copyright .online {
    float: right;
}

.footer .copyright .online a {
    background: url("../images/ol.png") no-repeat;
    background-size: contain;
    width: 50px;
    height: 12px;
    display: inline-block;
}

.footer .subscribe {
    font-size: 16px;
    color: #eee;
    text-align: center;
    padding: 50px 0 20px;
}

.footer .qrcode {
    width: 90px;
    height: 90px;
    background: url("../images/5.jpg") no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.footer .tel {
    width: 340px;
    padding-left: 100px;
}

.footer .tel .t {
    font-size: 18px;
    color: #eee;
    margin-bottom: 15px;
}

.footer .tel .t2 {
    margin-bottom: 45px;
    position: relative;
}

.footer .tel .t2:after {
    position: absolute;
    left: -69px;
    top: -33px;
    content: '';
    background: url("../images/6.png") no-repeat;
    background-size: contain;
    width: 39px;
    height: 39px;
}

.footer .tel p {
    font-size: 14px;
    color: #bfbfbf;
    padding-top: 15px;
}

.footer .right {
    flex: 1;
}

.footer .form {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.footer .form .item {
    display: inline-block;
}

.footer .form .it {
    border-bottom: 1px solid #6d6d6d;
    width: 180px;
    position: relative;
}

.footer .form .it:after {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
}

.footer .form .it1 {
    width: 320px;
}

.footer .form .it1:after {
    background-image: url("../images/7.jpg");
    width: 16px;
    height: 19px;
}

.footer .form .it2:after {
    background-image: url("../images/8.jpg");
    width: 11px;
    height: 16px;
}

.footer .form input {
    height: 34px;
    line-height: 34px;
    background: #404040;
    border: none;
    width: 100%;
    color: #eee;
    padding-left: 30px;
}

.footer .form .btn {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    width: 120px;
    text-align: center;
    background: #0d81c8;
    color: #fff;
    cursor: pointer;
}

.footer .items {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.footer .items dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer .items .link {
    display: block;
    font-size: 14px;
    color: #bfbfbf;
    padding-top: 15px;
}

.wrap-h {
    height: 245px;
    border-bottom: 1px solid #f5f5f5;
}

.wrap-h .w {
    position: relative;
    height: 100%;
}

.wrap-h .w:after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/71.png") no-repeat;
    background-size: contain;
    width: 447px;
    height: 147px;
    content: '';
    z-index: -1;
}

.wrap-h .w1200 {
    padding-top: 75px;
}

.wrap-h .en {
    font-size: 24px;
    color: #0079c3;
}

.wrap-h .t {
    font-size: 24px;
    color: #404040;
    padding: 12px 0 65px;
    position: relative;
}

.wrap-h p {
    font-size: 14px;
    color: #888;
}

.wrap-h .link {
    float: right;
    font-size: 14px;
    color: #888;
    position: relative;
}

.wrap-h .link:after {
    position: absolute;
    left: -40px;
    top: 0;
    background: url("../images/arrow-l.png") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    content: '';
}

.wrap-h .form {
    position: absolute;
    top: 30px;
    right: 0;
}

/* .wrap-h .form input {
    background: #fff;
    height: 30px;
    line-height: 30px;
    width: 240px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    padding: 0 40px 0 20px;
} */

.wrap-h .btn {
    background: url("../images/3.png") no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 16px;
}

.ads400,
.ads400 .swiper-slide,
.ads400 .swiper-slide img {
    width: 100%;
    height: 400px;
}
