html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

@font-face {
    font-family: SourceHanSansCN-Normal;
    src: url('SourceHanSansCN-Normal.otf');
}

@font-face {
    font-family: SourceHanSansSC-regular;
    src: url('SourceHanSansCN-Regular.otf');
}

@font-face {
    font-family: SourceHanSansSC-light;
    src: url('SourceHanSansCN-Light.otf');
}

@font-face {
    font-family: SourceHanSansSC-medium;
    src: url('SourceHanSansCN-Medium.otf');
}

@font-face {
    font-family: SourceHanSansSC-bold;
    src: url('SourceHanSansCN-Bold.otf');
}

body {
    font-size: 14px;
    line-height: 1;
    color: #333;
    font-family: SourceHanSansSC-light;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    border: 0;
    background: none;
}

fieldset,
img {
    border: 0;
}

a {
    color: #333;
}

a,
img {
    -webkit-touch-callout: none;
}

img {
    display: block;
}

li img {
    transition: all 0.3s;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: none;
    outline: none
}

.li,
.dd {
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}

ul::after {
    content: '';
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    clear: both;
}

.container::after {
    content: '';
    display: block;
    clear: both;
}

.l_img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

.l_img img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

* {
    transition: .3s all linear;
    -ms-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(300px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/*头部*/

.header {
    width: 100%;
    height: 84px;
    line-height: 84px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.header .logo {
    width: 220px;
    height: 84px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .logo img {
    width: 100%;
}

.header .nav {
    width: auto;
}

.header .nav li {
    float: left;
    position: relative;
    height: 84px;
    line-height: 84px;
}

.header .nav li a {
    display: block;
    color: #fff;
    position: relative;
    padding: 0 27px;
    font-size: 18px;
    text-align: center;
    font-family: SourceHanSansSC-light;
}

.header .nav li.c {
    height: 130px;
    padding: 0 22px;
    background: #2AA1C6 100%;
}

.header .nav li.c a {
    color: #fff;
}

.header .nav li:nth-child(n+5)::after {
    display: none;
}

.header .nav li a::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #3393cd;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s;
}

.header .nav li.this a::before {
    opacity: 1;
}

.header .nav li a:hover::before {
    opacity: 1;
}
.header .nav li.this a {
    background-color: #66c5ff;
}
.header .nav li:hover a {
    background-color: #66c5ff;
}

.header .nav li.this a {
    color: #fff;
}

.header .nav li:hover a {
    color: #fff;
}

.mySwiper1 .swiper-slide {
    width: 100%;
    height: 596px;
    background-size: auto 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.mySwiper1 .swiper-slide p {
    font-size: 45px;
    margin-bottom: 24px;
}

.mySwiper1 .swiper-slide span {
    display: block;
    font-size: 20px;
    margin-bottom: 50px;
}

.mySwiper1 .swiper-slide a {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 48px;
    border-radius: 50px;
    border: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.mySwiper1 .pagination1 {
    bottom: 30px;
}

.mySwiper1 .pagination1 .swiper-pagination-bullet {
    background: #fff;
    margin: 0 3px;
    width: 16px;
    height: 6px;
    opacity: .3;
    border-radius: 6px;
}

.mySwiper1 .pagination1 .swiper-pagination-bullet-active {
    width: 30px;
    height: 6px;
    opacity: 1;
}

.s-t1 {
    text-align: center;
    background: url(../images/st1-bg.png) center bottom no-repeat;
    font-size: 40px;
    padding-bottom: 30px;
    margin-bottom: 45px;
}

.section1 {
    padding: 68px 0 35px;
}

.section1 .text {
    width: 1060px;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    font-family: SourceHanSansSC-regular;
    margin-bottom: 45px;
}

.section1 img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.section2 {
    width: 100%;
    background: url(../images/s2-bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 60px 0 85px;
}

.section2 li {
    width: 32.8%;
    height: 230px;
    float: left;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin-right: 0.8%;
    padding-top: 40px;
    box-shadow: 0px 0px 12px rgba(17, 87, 115, .1);
    box-sizing: border-box;
}

.section2 li:nth-child(3n) {
    margin-right: 0;
}

.section2 li:nth-child(-n+3) {
    margin-bottom: 10px;
}

.section2 li img {
    margin: 0 auto 20px;
}

.section2 li:nth-child(3):hover {
    margin-bottom: 17px;
}
.section2 li:hover {
    margin-top: -7px;
}
.section2 li:hover .d2 {
        color: #0078c0;
}
.section2 li .d2 {
    font-size: 20px;
    font-family: SourceHanSansSC-medium;
    margin-bottom: 12px;
}

.section2 li .d3 {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-family: SourceHanSansCN-Normal;
    width: 80%;
    margin: 0 auto;
}

.section3 {
    width: 100%;
    background: url(../images/s3-bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 75px 0 65px;
}

.section3 li {
    width: 49%;
    min-height: 270px;
    float: left;
    border: 1px solid #e1e1e1;
    text-align: center;
    padding-top: 40px;
    box-sizing: border-box;
}
.section3 li .d1 {
    width: 62px;
    height: 62px;
    margin: 0 auto 28px;
    position: relative;

}

.section3 li .d1 img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s;
}

.section3 li .d2 {
    font-size: 22px;
    color: #0078c0;
    font-family: SourceHanSansSC-medium;
    margin-bottom: 15px;
}

.section3 li .d3 {
    font-size: 16px;
    line-height: 25px;
    color: #888888;
    width: 90%;
    margin: 0 auto;
}

.section3 li:nth-child(2n) {
    float: right;
}

.section3 li:nth-child(-n+2) {
    margin-bottom: 22px;
}

.section3 li:hover {
    margin-top: -7px;
}
.section3 li:nth-child(-n+2):hover {
    margin-bottom: 29px;
}
.section4 {
    width: 100%;
    height: auto;
    background: url(../images/s4-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 65px 0;
    box-sizing: border-box;
}

.section4 li {
    width: 30%;
    float: left;
    margin-right: 5%;
}
.section4 li:nth-child(3n) {
    margin-right: 0;
}

.section4 li:nth-child(-n+3) {
    margin-bottom: 34px;
}

.section4 li:hover {
    margin-top: -6px;
}
.section4 li:nth-child(-n+3):hover {
    margin-bottom: 40px;
}
.section4 li .d1 {
    margin: 0 auto;
}

.section4 li .d1 img {
    margin: 0 auto;
}

.section4 li .text {
    width: 100%;
    min-height: 194px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-top: -58px;
    padding-top: 72px;
    box-sizing: border-box;
    text-align: center;
}

.section4 li .d2 {
    font-size: 20px;
    color: #555555;
    margin-bottom: 15px;
    font-family: SourceHanSansSC-regular;
}

.section4 li .d3 {
    font-size: 18px;
    line-height: 24px;
    color: #777777;
    width: 82%;
    margin: 0 auto;
}

.section5 {
    padding: 60px 0 80px;
}

.section5 li {
    width: 19%;
    height: 130px;
    background: #fff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    float: left;
    margin-right: calc(5% / 4);
}

.section5 li:hover {
    box-shadow: 0px 0px 8px rgba(193, 206, 213, .8);
}

.section5 li img {
    max-width: 75%;
    max-height: 75%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s;
}

.section5 li:nth-child(5n) {
    margin-right: 0;
}

.section5 li:nth-child(-n+5) {
    margin-bottom: 18px;
}

.footer {
    background: #26272b;
    width: 100%;
    padding: 35px 0 20px;
    box-sizing: border-box;
}

.footer .box1 {
    border-bottom: 2px solid #535353;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 35px;
}

.footer .box1 img {
    float: left;
    margin-right: 12px;
    width: 50px;
    line-height: 50px;
}

.footer .box1 p {
    float: left;
    color: #cccccc;
    line-height: 50px;
    font-family: SourceHanSansSC-regular;
}

.footer .box2 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 2px solid #535353;
}

.footer .box2 a {
    color: #b7b7b7;
    font-family: SourceHanSansSC-regular;
    display: inline-block;
    margin: 0 50px;
}
.footer .box2 a:hover {
    color: #ffffff;
}
.footer .box3 {
    overflow: hidden;
    padding-top: 22px;
}

.footer .box3 .ma {
    float: right;
    margin-right: 18px;
    width: 108px;
    color: #999;
    text-align: center;
}

.footer .box3 .ma img {
    width: 100%;
    margin-bottom: 10px;
}

.footer .box3 .left {
    width: calc(100% - 250px);
}

.footer .box3 .left .lk {
    width: 100%;
    padding-left: 84px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #b7b7b7;
    overflow: hidden;
    margin-bottom: 40px;
}

.footer .box3 .left .lk span {
    position: absolute;
    left: 0;
    top: 0;
}

.footer .box3 .left .lk a {
    float: left;
    color: #b7b7b7;
    margin-right: 28px;
}

.mySwiper2 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .box3 .left .bq {
    font-size: 14px;
    line-height: 26px;
    color: #b7b7b7;
}

.s-banner {
    width: 100%;
    height: 500px;
    background-size: auto 100% !important;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-banner p {
    font-size: 45px;
    margin-bottom: 20px;
}

.s-banner span {
    font-size: 20px;
    display: block;
    line-height: 30px;
}

.a-d1 {
    padding: 70px 0 90px;
}

.a-d1 .box {
    overflow: hidden;
}

.a-d1 .box .text {
    width: 52%;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    float: left;
}

.a-d1 .box .img {
    width: 37%;
    float: right;
}

.a-d1 .box .img img {
    width: 100%;
}

.a-d2 {
    width: 100%;
    background: url(../images/a2-bg.jpg) center no-repeat;
    background-size: cover;
    height: auto;
    padding: 60px 0 85px;
    box-sizing: border-box;
}

.a-d2 .s-t1 {
    color: #fff;
    background: url(../images/st1-bg2.png) center bottom no-repeat;
    margin-bottom: 70px;
}

.a-d2 ul li {
    width: 30%;
    float: left;
    margin-right: 5%;
    color: #fff;
    overflow: hidden;
}

.a-d2 ul li img {
    float: left;
    width: 52px;
    margin-right: 20px;
}

.a-d2 ul li .text {
    float: left;
}

.a-d2 ul li .text p {
    font-size: 20px;
    font-family: SourceHanSansSC-regular;
    margin-bottom: 15px;
}

.a-d2 ul li .text span {
    font-size: 18px;
    opacity: .9;
}

.a-d2 ul li:nth-child(-n+3) {
    margin-bottom: 70px;
}

.a-d2 ul li:nth-child(3n) {
    margin-right: 0;
}

.a-d3 {
    padding: 55px 0 25px;
}

.a-d3 li {
    width: 48%;
    float: left;
    margin-bottom: 45px;
    position: relative;
}

.a-d3 li:nth-child(2n) {
    float: right;
}

.a-d3 li .l_img {
    padding-bottom: 55%;
}

.a-d3 li .text1 {
    width: 100%;
    height: 175px;
    background: #008ce2;
    color: #fff;
    margin-top: -65px;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 10%;
    box-sizing: border-box;
}

.a-d3 li .text1 p {
    width: 90%;
    font-size: 16px;
    line-height: 25px;
}

.a-d3 li .text2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 22%;
    z-index: 20;
}

.a-d3 li .text2 p {
    font-size: 24px;
    color: #fff;
    font-family: SourceHanSansCN-Normal;
    margin-bottom: 45px;
}

.a-d3 li .text2 img {
    margin: 0 auto;
    filter: grayscale(100%) brightness(100%);
}
.a-d3 li:hover .text2 img {
    filter: none;
}
.a-d3 li:hover .text1 {
    background: #007ac5;
}
.a-d4 {
    padding: 65px 0 85px;
    box-sizing: border-box;
    background: #f9f9f9;
}

.a-d4 ul::after {
    display: none;
}

.a-d4 ul {
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.a-d4 ul li {
    text-align: center;
    width: 139px;
    height: 155px;
    background: url(../images/a22.png) center no-repeat;
    background-size: 100%  ;
    text-align: center;
    padding-top: 40px;
    box-sizing: border-box;
}

.a-d4 ul li .img {
    margin: 0 auto 15px;
    width: 35px;
    height: 35px;
    position: relative;

}

.a-d4 ul li .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s;
}

.a-d4 ul li {
    font-size: 19px;
    color: #777777;
    cursor: pointer;
}

.a-d4 ul li:hover {
    background: url(../images/a23.png) center;
    background-size: 100% 100%;
    transform: scale(1.1);
}

.a-d4 ul li:hover p {
    color: #FFF;
}

.a-d4 ul li:hover img {
    filter: grayscale(100%) brightness(20000%);
}

.a-d4 ul li:nth-child(2n) {
    margin-top: 110px;
}

.v-d1 {
    padding-top: 70px;
}

.v-d1 .s-t1 {
    margin-bottom: 60px;
}

.v-d1 .box {
    padding: 0 5% 0 3.5%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.v-d1 .text {
    width: 53%;
    font-size: 16px;
    line-height: 30px;
    font-family: SourceHanSansSC-regular;
    float: left;
}

.v-d1 .text img {
    margin-top: 40px;
}

.v-d1 .img {
    width: 34%;
    float: right;
}

.v-d1 .box img {
    max-width: 100%;
}

.v-d2 {
    padding-top: 80px;
}

.v-d2 .box {
    width: 100%;
    height: auto;
}

.v-d2 .box li {
    overflow: hidden;
    background: #0072b9;
}

.v-d2 .box li .img {
    width: 50%;
    float: left;
}

.v-d2 .box li .img img {
    width: 100%;
}

.v-d2 .box li .text {
    float: left;
    width: 31.5%;
    text-align: center;
    padding-top: 5.5%;
    box-sizing: border-box;
    color: #fff;
    padding-left: 40px;
    box-sizing: border-box;
}

.v-d2 .box li .text .d1 {
    font-size: 26px;
    margin-bottom: 10px;
    font-family: SourceHanSansSC-medium;
}

.v-d2 .box li .text .d2 {
    font-size: 18px;
    line-height: 32px;
    color: #f1e9e9;
    margin-bottom: 55px;
}

.v-d2 .box li .text .d3 {
    font-size: 22px;
    font-family: SourceHanSansSC-regular;
    margin-bottom: 20px;
}

.v-d2 .box li .text dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    text-align: center;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

.v-d2 .box li .text dl dd {
    width: 80px;
}
.v-d2 .box li .text dl dd img{
    max-width: 100%;
}
.v-d2 .box li .text dl dd p {
    font-size: 19px;
    text-align: center;
    margin-top: 20px;
}

.v-d2 .box li:nth-child(2) .img {
    float: right;
}

.v-d2 .box li:nth-child(2) .text {
    float: right;
    padding-left: 0px;
    padding-right: 40px;
}

.v-d3 {
    background: #f8f8f8;
    padding: 75px 0 85px;
}

.v-d3 li {
    width: 49%;
    min-height: 270px;
    float: left;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding-top: 40px;
    box-sizing: border-box;
    background: #fff;
}
.v-d3 li .d1 {
    width: 62px;
    height: 62px;
    margin: 0 auto 28px;
    position: relative;

}

.v-d3 li .d1 img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s;
}

.v-d3 li .d2 {
    font-size: 22px;
    color: #0078c0;
    font-family: SourceHanSansSC-medium;
    margin-bottom: 15px;
}

.v-d3 li .d3 {
    font-size: 16px;
    line-height: 25px;
    color: #888888;
    width: 70%;
    margin: 0 auto;
}

.v-d3 li:nth-child(2n) {
    float: right;
}

.v-d3 li:nth-child(-n+2) {
    margin-bottom: 24px;
}

.v-d3 li:hover {
    margin-top: -7px;
}
.v-d3 li:nth-child(-n+2):hover {
    margin-bottom: 31px;
}
.v-d4 {
    padding: 65px 0;
}

.v-d4 li {
    float: left;
    margin-right: 1%;
    width: 15.6%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.v-d4 li:nth-child(6n) {
    margin-right: 0;
}

.v-d4 li .l_img {
    padding-bottom: 74%;
    margin-bottom: 14px;
    border-radius: 5px;
    overflow: hidden;
}

.dx-d1 {
    padding: 70px 0;
    box-sizing: border-box;
}

.dx-d1 {
    padding: 70px 0;
    box-sizing: border-box;
}

.dx-d1 ul {
    width: 49%;
    float: left;
    float: left;
    padding-top: 40px;
}

.dx-d1 ul li:nth-child(1) {
    margin-bottom: 30px;
}

.dx-d1 ul li {
    font-size: 16px;
    line-height: 36px;
    position: relative;
    padding-left: 75px;
    box-sizing: border-box;
    width: 100%;
}

.dx-d1 ul li span {
    position: absolute;
    left: 0;
    top: 0;
}

.dx-d1 .img {
    width: 50%;
    float: right;
}

.dx-d1 .img img {
    width: 100%;
}

.dx-d2 {
    width: 100%;
    height: auto;
    padding: 65px 0;
    background: url(../images/dx2-bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.dx-d2 .s-t1 {
    color: #fff;
    background: url(../images/st1-bg2.png) center bottom no-repeat;
}

.dx-d2 li {
    float: left;
    width: 19.4%;
    height: 212px;
    background: rgba(255, 255, 255, .9);
    border-radius: 5px;
    text-align: center;
    margin-right: .75%;
    padding-top: 25px;
    box-sizing: border-box;
    overflow: hidden;
}

.dx-d2 li:nth-child(5n) {
    margin-right: 0;
}

.dx-d2 li:nth-child(-n+5) {
    margin-bottom: 12px;
}
.dx-d2 li:hover {
    margin-top: -7px;
}
.dx-d2 li:nth-child(5):hover {
    margin-bottom: 19px;
}
.dx-d2 li .d1 {
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    box-shadow: 0px 0px 9px rgba(239, 145, 24, .2);
    border-radius: 68px;
}

.dx-d2 li .d1 img {
    width: 100%;
}

.dx-d2 li .d2 {
    font-size: 18px;
    font-family: SourceHanSansSC-medium;
    margin-bottom: 10px;
}

.dx-d2 li .d3 {
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    width: 85%;
    margin: 0 auto;
}

.dx-d3 {
    padding-top: 65px;
}

.dx-d3 li {
    padding: 65px 0;
    box-sizing: border-box;
}

.dx-d3 li .img {
    float: right;
    width: 50%;
}

.dx-d3 li .img img {
    max-width: 95%;
    margin: 0 auto;
}

.dx-d3 li dl {
    width: 50%;
    float: left;
    padding-left: 55px;
    box-sizing: border-box;
    padding-top: 45px;
}

.dx-d3 li dl dt {
    font-size: 30px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    position: relative;
    font-family: SourceHanSansSC-medium;
}

.dx-d3 li dl dt::after {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: #005bc0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.dx-d3 li dl dd p {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    /*padding-left: 14px;*/
    position: relative;
}

/*.dx-d3 li dl dd p span{*/
/*width: 6px;*/
/*height: 6px;*/
/*border-radius: 6px;*/
/*background: #81aec9;*/
/*position: absolute;*/
/*left: 0;*/
/*top: calc(50% - 3px);*/
/*}*/

.dx-d3 li:nth-child(2) {
    background: #f5f5f5;
}

.dx-d3 li:nth-child(2) .img {
    float: left;
}

.dx-d3 li:nth-child(2) dl {
    float: right;
}

.dx-d4 {
    width: 100%;
    height: auto;
    background: url(../images/dx4-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 65px 0 55px;
}

.dx-d4 li {
    width: 48%;
    float: left;
    height: 176px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
}
.dx-d4 li:hover{
    transform: translateY(-15px);
}
.dx-d4 li .img {
    width: 168px;
    height: 176px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.dx-d4 li .text {
    width: calc(100% - 168px);
    float: right;
    padding-right: 20px;
    box-sizing: border-box;
    padding-top: 45px;
}

.dx-d4 li .text p {
    font-size: 22px;
    font-family: SourceHanSansSC-medium;
    margin-bottom: 18px;
}

.dx-d4 li .text span {
    font-size: 16px;
    line-height: 22px;
    color: #777;
    font-family: SourceHanSansSC-regular;
}

.dx-d4 li:nth-child(2n) {
    float: right;
}

.v2-d1 {
    padding: 70px 0;
}

.v2-d1 .text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 35px;
}

.v2-d1 li {
    float: left;
    width: 33.333%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 40px;
}

.v2-d1 li:nth-child(2) {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.v2-d1 li:nth-child(3) {
    padding: 0 35px;
}

.v2-d1 li .d1 {
    margin-bottom: 50px;
}

.v2-d1 li .d1 p {
    font-size: 22px;
    margin-bottom: 15px;
}

.v2-d1 li .d1 span {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.v2-d1 li .d2 {
    overflow: hidden;
    width: 100%;

}

.v2-d1 li dd {
    width: 50%;
    float: left;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.v2-d1 li dd .img {
    width: 30px;
    height: 30px;
    margin: 0 auto 14px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v2-d1 li dd .img img {
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
}

.v2-d1 li dd:hover .img img {
    filter: drop-shadow(50px 50px #3393cd);
    margin-top: -100px;
    margin-left: -100px;
}

.v2-d1 li dd:hover p {
    color: #3393cd;
}

.v2-d1 li dd:nth-child(-n+2) {
    border-bottom: 1px solid #e9e9e9;
}

.v2-d1 li dd:nth-child(2n) {
    border-left: 1px solid #e9e9e9;
}

.v2-d2 {
    width: 100%;
    height: 282px;
    background: url(../images/v2-bg2.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v2-d2 dl dd {
    width: 25%;
    color: #fff;
    float: left;
    text-align: center;
}

.v2-d2 dl p {
    font-size: 48px;
    font-family: SourceHanSansSC-bold;
    margin-bottom: 25px;
}
.v2-d2 dl dd p:hover {
    margin-top: -7px;
    margin-bottom: 32px;
}
.v2-d2 dl span {
    font-size: 22px;
    font-family: SourceHanSansSC-regular;
}

.v2-d2 dl dd {
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

.v2-d2 dl dd:nth-child(4) {
    border-right: 0;
}

.v2-d3 {
    padding: 65px 0;
}

.v2-d3 dd {
    width: 24%;
    height: 338px;
    float: left;
    margin-right: calc(4% / 3);
    padding-top: 30px;
    box-sizing: border-box;
}

.v2-d3 dd .d1 {
    width: 58px;
    height: 58px;
    margin: 0 auto 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v2-d3 dd .d1 img {
    max-width: 100%;
    max-height: 100%;
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
}

.v2-d3 dd .d2 {
    font-size: 20px;
    font-family: SourceHanSansSC-regular;
    text-align: center;
    margin-bottom: 20px;

}

.v2-d3 dd .d3 {
    width: 40px;
    height: 1px;
    margin: 0 auto 15px;
}

.v2-d3 dd .d4 {
    font-size: 14px;
    line-height: 24px;
    width: 85%;
    margin: 0 auto;
}

.v2-d3 dd:last-child {
    margin-right: 0;
}

.v2-d3 dd:hover {
    box-shadow: 0px 0px 40px rgba(159, 159, 159, .2);
}

.v2-d3 dd:hover .d1 img {
    filter: drop-shadow(50px 50px #3393cd);
    margin-top: -100px;
    margin-left: -100px;
}

.v2-d4 {
    padding: 70px 0;
    background: #fafafa;
}

.v2-d4 .text {
    float: left;
    width: 50%;
    padding-left: 4.5%;
    box-sizing: border-box;
    padding-top: 60px;
}

.v2-d4 .text .d1 {
    font-size: 30px;
    font-family: SourceHanSansSC-medium;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
}

.v2-d4 .text .d1:after {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: #005bc0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.v2-d4 .text .d2 {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}

.v2-d4 .img {
    float: right;
    width: 50%;
}

.v2-d4 .img img {
    max-width: 90%;
    margin: 0 auto;
}

.v2-d5 {
    padding: 65px 0;
}

.v2-d5 li {
    float: left;
    width: 32%;
    height: 265px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 0px 13px rgba(17, 78, 115, 0.15);
    margin-right: 2%;
    padding-top: 30px;
    box-sizing: border-box;
}

.v2-d5 li:nth-child(3n) {
    margin-right: 0;
}

.v2-d5 li:nth-child(-n+3) {
    margin-bottom: 20px;
}
.v2-d5 li:hover {
    margin-top: -7px;
}
.v2-d5 li:nth-child(3):hover {
    margin-bottom: 27px;
}
.v2-d5 li .d1 {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
}

.v2-d5 li .d1 img {
    max-width: 100%;
    max-height: 100%;
}

.v2-d5 li .d2 {
    text-align: center;
    margin-bottom: 12px;
    font-size: 20px;
    font-family: SourceHanSansSC-medium;
}

.v2-d5 li .d3 {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-family: SourceHanSansCN-Normal;
    width: 85%;
    margin: 0 auto;
}

.v2-d6 {
    width: 100%;
    height: auto;
    background: url(../images/v2-bg6.jpg) center no-repeat;
    background-size: cover;
    padding: 75px 0;
}

.v2-d6 .s-t1 {
    color: #fff;
    background: url(../images/st1-bg2.png) center bottom no-repeat;
}

.v2-d6 li {
    width: 32%;
    min-height: 325px;
    float: left;
    margin-right: 2%;
    background: rgba(0, 136, 219, .6);
    text-align: center;
    border-radius: 5px;
    color: #fff;
    padding-top: 40px;
    box-sizing: border-box;
}

.v2-d6 li:nth-child(3) {
    margin-right: 0;
}

.v2-d6 li .d1 {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
}

.v2-d6 li .d1 img {
    max-height: 100%;
    max-width: 100%;
}

.v2-d6 li .d2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: SourceHanSansSC-medium;
}

.v2-d6 li .d3 {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    width: 85%;
    margin: 0 auto;
}
.v2-d6 li:hover {
    margin-top: -7px;
    background: rgba(0, 136, 219, .9);
}
.v2-d7 {
    padding: 80px 0 100px;
}

.v2-d7 li {
    float: left;
    width: 24%;
    height: 232px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 0px 12px rgba(17, 78, 115, .15);
    margin-right: calc(4% / 3);
    margin-bottom: 40px;
}
.v2-d7 li:hover{
    transform: translateY(-15px);
}

.v2-d7 li:nth-child(4n) {
    margin-right: 0;
}

.v2-d7 li .d1 {
    width: 100%;
    height: 68px;
    line-height: 68px;
    font-size: 22px;
    color: #555555;
    border-bottom: 1px solid #f0f0f0;
    font-family: SourceHanSansSC-medium;
    margin-bottom: 15px;
}

.v2-d7 li .d2 {
    font-size: 16px;
    line-height: 28px;
    color: #888;
    width: 90%;
    margin: 0 auto;
}

.v2-d7 li .d3 {
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -20px;
    background: #fff url(../images/arr-r1.png) center no-repeat;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
}

.v2-d7 li:hover .d1 {
    color: #0078c0;
}

.v2-d7 li:hover .d3 {
    /*background: #fff url(../images/arr-r2.png) center no-repeat;*/
}

.v2-d8 {
    padding: 90px 0 90px;
    background: url(../images/v2-bg6.jpg) center no-repeat;
    background-size: cover;
}

.v2-d8 .s-t1 {
    color: #fff;
}

.v2-d8 li {
    width: 48.5%;
    float: left;
    height: 245px;
    position: relative;
    background: url(../images/v2-27.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}

.v2-d8 li:nth-child(2n) {
    float: right;
    background: url(../images/v2-28.jpg) center no-repeat;
    background-size: cover;
}

.v2-d8 li .d1 {
    width: 100%;
    height: 90px;
    line-height: 90px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 24px;
    font-family: SourceHanSansSC-medium;
    margin-bottom: 25px;
}

.v2-d8 li .d2 {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.v2-d8 li .d3 {
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -20px;
    background: #fff url(../images/arr-r1.png) center no-repeat;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
}

.v2-d8 li:hover .d3 {
    background: #fff url(../images/arr-r2.png) center no-repeat;
}

/**/

.type {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.type a {
    float: left;
    width: 20%;
    height: 100%;
    color: rgba(255, 255, 255, 100);
    font-size: 18px;
    font-family: SourceHanSansSC-light;
}

.position {
    height: 24px;
    line-height: 24px;
    color: #666666;
    font-size: 16px;
    font-family: SourceHanSansSC-light;
    overflow: hidden;
    margin-bottom: 40px;
}

.position a {
    color: #666666;
    margin: 0 3px;
}

/*.position .left a:hover {*/
/**/
/*}*/
.position a:last-child {
    color: rgba(41, 161, 198);
}

.position .right {
    padding-right: 28px;
    background: url(../images/arr-top.html) right center no-repeat;
}

.position a:nth-child(1) {
    margin-left: 0;
}

.page {
    text-align: center;
    margin-top: 80px;
}

.page a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    color: rgba(90, 90, 90, 100);
    text-align: center;
    margin: 0 2px;
}

.page a.this {
    background-color: rgba(42, 161, 198, 100);
    color: rgba(255, 255, 255, 100);
}

.n-banner .type a {
    width: 33.3333%;
}

.rg {
    display: none;
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    margin-top: 13px;
    background: url(../images/nav-bg.png) center no-repeat;
    background-size: 100% 100%;
}

.a_txt {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 999999999999;
    background: rgba(0, 0, 0, 0.8);
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
}

.a_txt > * {
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
}

.a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1
}

.a_txt .div2 {
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 999999;
    width: 6%;
    background: #f2f2f2;
    padding: 4px;
    box-sizing: border-box;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
}

.a_txt .div2 img {
    width: 100%
}

.a_txt .div2 a {
    font-size: 50px;
    color: #000;
}

.a_txt .div3 {
    position: absolute;
    width: 65%;
    right: 0px;
    top: 0px;
    background: #f2f2f2;
    height: 100%;
    z-index: 100;
    right: -50%;
    padding-top: 3%;
    overflow-y: auto;
}

.a_txt .div3 ul {
    padding-left: 20px;
    width: 86%;
    margin-bottom: 10px;
}

.a_txt .div3 ul li {
    border-bottom: 1px solid #e1e1e1
}

.a_txt .div3 ul li:last-child {
    border-bottom: 0;
}

.a_txt .div3 ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px
}

.a_txt .div3 ul li a.n {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    width: calc(100% - 60px);
    box-sizing: border-box;
    font-weight: bold;

}

.a_txt .div3 ul li .n-box a {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 18px;
}

@media screen and (min-width: 300px) {
    .container {
        width: 94%;
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1220px) {
    .container {
        width: 1200px;
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1440px) {
    .header {
        height: 70px;
        line-height: 70px;
        padding: 0 20px 0 10px;
    }

    .header .logo {
        width: 160px;
        height: 70px;
    }

    .header .nav li {
        margin-left: 40px;
        height: 70px;
        line-height: 70px;
    }

    .header .nav li a {
        font-size: 15px;
    }

    .mySwiper1 .swiper-slide {
        height: 480px;
    }

    .mySwiper1 .swiper-slide p {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .mySwiper1 .swiper-slide span {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .mySwiper1 .swiper-slide a {
        width: 120px;
        height: 40px;
        line-height: 38px;
        font-size: 16px;
    }

    .s-t1 {
        font-size: 30px;
        padding-bottom: 30px;
        margin-bottom: 35px;
    }

    .section1 .text {
        line-height: 30px;
    }

    .section3 li .d2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .section3 li .d3 {
        font-size: 14px;
        line-height: 20px;
    }

    .section4 li .d2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .section4 li .d3 {
        font-size: 14px;
        line-height: 20px;
    }

    .s-banner {
        height: 400px;
    }

    .s-banner p {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .s-banner span {
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 24px;
    }

    .dx-d2 li {
        padding-top: 15px;
    }

    .dx-d2 li .d3 {
        font-size: 12px;
        line-height: 20px;
    }

    .v2-d1 li .d1 p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .v2-d1 li .d1 span {
        font-size: 12px;
        line-height: 20px;
    }

    .v2-d1 li .d1 {
        margin-bottom: 20px;
    }

    .v2-d1 li {
        padding: 0 20px;
    }

    .v2-d2 dl p {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .v2-d2 dl span {
        font-size: 16px;
    }

    .v2-d5 li .d3 {
        font-size: 14px;
        line-height: 20px;
    }

    .v2-d5 li {
        height: 230px;
        padding-top: 20px;
    }

    .v2-d7 li .d2 {
        font-size: 14px;
        line-height: 20px;
    }

    .v2-d7 li .d1 {
        height: 55px;
        line-height: 55px;
        font-size: 20px;
    }

    .v2-d8 li .d1 {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        margin-bottom: 16px;
    }

    .v2-d8 li .d2 {
        font-size: 14px;
        line-height: 20px;
    }

    .v2-d8 li {
        height: 200px;
    }
    .v-d2 .box li .text {
        width: 42%;
        padding-top: 2%;
        padding-left: 40px;
    }
    .v-d2 .box li .text .d1 {
        font-size: 20px;
    }
    .v-d2 .box li .text .d2 {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .v-d2 .box li .text dl dd {
         width: 50px;
     }
    .v-d2 .box li .text .d3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .v-d2 .box li .text dl dd p {
        font-size: 12px;
        margin-top: 10px;
    }
    .a-d3 li .text2 img {
        margin: 0 auto;
        width: 80px;
    }
}

@media screen and (max-width: 768px) {
    .header {
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
    }

    .header .logo {
        width: 132px;
        height: 50px;
    }

    .rg {
        display: block;
    }

    .header .nav {
        display: none;
    }

    .mySwiper1 .swiper-slide p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .mySwiper1 .swiper-slide span {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .mySwiper1 .swiper-slide a {
        width: 90px;
        height: 30px;
        line-height: 28px;
        font-size: 12px;
    }

    .mySwiper1 .swiper-slide {
        height: 260px;
        background-position: -120px center !important;
    }

    .section1 {
        padding: 35px 0;
    }

    .s-t1 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 20px;
        width: 90%;
        margin: 0 auto 30px;
    }

    .section1 .text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 45px;
        text-align: left !important;
    }

    .section1 .text br {
        display: none;
    }

    .section2 {
        padding: 35px 0;
    }

    .section2 li {
        width: 48%;
        height: 160px;
        text-align: center;
        margin-right: 0%;
        padding-top: 20px;
    }

    .section2 li:nth-child(2n) {
        float: right;
    }

    .section2 li:nth-child(-n+4) {
        margin-bottom: 10px;
    }

    .section2 li .d2 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .section2 li .d3 {
        font-size: 12px;
        line-height: 20px;
    }

    .section2 li img {
        width: 45px;
        height: 45px;
        margin: 0 auto 10px;
    }

    .section3 {
        padding: 35px 0;
    }

    .section3 li {
        padding-top: 15px;
        min-height: 230px;
    }

    .section3 li .d1 {
        width: 40px;
        height: 40px;
        margin: 0 auto 10px;
    }

    .section3 li .d2 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .section3 li .d3 {
        font-size: 12px;
        line-height: 20px;
    }

    .section4 {
        padding: 35px 0;
    }

    .section4 li {
        width: 48%;
        margin-right: 0;
    }

    .section4 li:nth-child(2n) {
        float: right;
    }

    .section4 li .d2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .section4 li .d3 {
        font-size: 12px;
    }

    .section4 li:nth-child(-n+4) {
        margin-bottom: 15px;
    }

    .section4 li .d1 img {
        width: auto;
        height: 80px;
    }

    .section4 li .text {
        width: 100%;
        min-height: 160px;
        margin-top: -40px;
        padding-top: 50px;
    }

    .section5 {
        padding: 35px 0;
    }

    .section5 li {
        width: 48%;
        height: 80px;
        margin-right: 0;
    }

    .section5 li:nth-child(2n) {
        float: right;
    }

    .section5 li:nth-child(-n+8) {
        margin-bottom: 10px;
    }

    .footer {
        padding: 20px 0 10px;
    }

    .footer .box1 {
        padding-bottom: 15px;
    }

    .footer .box1 dd {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer .box1 img {
        margin-right: 10px;
        width: 30px;
        line-height: 30px;
    }

    .footer .box1 p {
        line-height: 30px;
    }

    .footer .box2 {
        height: 50px;
        line-height: 50px;
        border-bottom: 2px solid #535353;
    }

    .footer .box2 a {
        margin: 0 5px;
    }

    .footer .box3 .ma {
        float: none;
        margin-right: 0px;
        width: 100%;
        text-align: center;
        margin: 0 auto 10px;
    }

    .footer .box3 .ma img {
        width: 30%;
        margin: 0 auto 10px;
    }

    .footer .box3 .left {
        width: 100%;
    }

    .footer .box3 .left .lk {
        padding-left: 65px;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .footer .box3 .left .bq {
        font-size: 12px;
        line-height: 20px;
        color: #b7b7b7;
    }

    .s-banner {
        height: 240px;
    }

    .s-banner p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .s-banner span {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .dx-d1 {
        padding: 35px 0;
        box-sizing: border-box;
    }

    .dx-d1 ul {
        width: 100%;
        float: none;
        padding-top: 0px;
        margin-bottom: 20px;
    }

    .dx-d1 ul li {
        font-size: 14px;
        line-height: 24px;
        padding-left: 0px;
    }

    .dx-d1 ul li span {
        display: block;
        width: 100%;
        margin-bottom: 4px;
        position: static;

    }

    .dx-d1 .img {
        width: 100%;
        float: none;
    }

    .dx-d2 {
        padding: 35px 0;
    }

    .dx-d2 li {
        width: 48%;
        height: 160px;
        padding-top: 10px;
    }

    .dx-d2 li:nth-child(2n) {
        float: right;
    }

    .dx-d2 li:nth-child(-n+8) {
        margin-bottom: 10px;
    }

    .dx-d2 li .d1 {
        width: 40px;
        height: 40px;
        margin: 0 auto 10px;
    }

    .dx-d2 li .d2 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .dx-d3 {
        padding-top: 35px;
    }

    .dx-d3 li dl {
        width: 100%;
        padding-left: 0px;
        padding-top: 0px;
        float: none !important;
    }

    .dx-d3 li .img {
        float: none !important;
        width: 80%;
        margin: 20px auto 0;
    }

    .dx-d3 li {
        padding: 20px 0;
    }

    .dx-d3 li dl dt {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .dx-d3 li dl dd p {
        font-size: 14px;
        line-height: 30px;
    }

    .v-d4 {
        padding: 35px 0;
    }

    .v-d4 li {
        float: left;
        margin-right: 5%;
        width: 30%;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .v-d4 li:nth-child(3n) {
        margin-right: 0;
    }

    .v-d4 li .l_img {
        margin-bottom: 5px;
    }

    .dx-d4 {
        padding: 35px 0;
    }

    .dx-d4 li {
        height: 140px;
        margin-bottom: 20px;
    }

    .dx-d4 li .img {
        width: 100%;
        height: 50px;
    }

    .dx-d4 li .img img {
        height: 20px;
    }

    .dx-d4 li .text {
        width: 100%;
        float: right;
        padding: 0 10px;
        padding-top: 0px;
        text-align: center;
    }

    .dx-d4 li .text p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .dx-d4 li .text span {
        font-size: 12px;
        line-height: 20px;
    }

    .v2-d1 li {
        width: 100%;
        padding: 0px;
    }

    .v2-d1 li:nth-child(2) {
        border-left: 0px solid #e9e9e9;
        border-right: 0px solid #e9e9e9;
        margin: 20px auto;
    }

    .v2-d1 .text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .v2-d1 {
        padding: 35px 0;
    }

    .v2-d2 {
        height: 200px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .v2-d2 dl dd {
        width: 50%;
        float: left;
        padding-top: 20px;
    }

    .v2-d2 dl dd:nth-child(-n+2) {
        margin-bottom: 0px;
        border-bottom: 1px solid #fff;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .v2-d2 dl dd:nth-child(2n) {
        border-right: 0;
    }

    .v2-d2 dl p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .v2-d2 dl span {
        font-size: 13px;
    }

    .v2-d3 {
        padding: 35px 0;
    }

    .v2-d3 dd {
        width: 48%;
        height: 250px;
        float: left;
        margin-right: 0;
        padding-top: 15px;
        box-sizing: border-box;
    }

    .v2-d3 dd:nth-child(2n) {
        float: right;
    }

    .v2-d3 dd .d1 {
        width: 40px;
        height: 40px;
        margin: 0 auto 10px;
    }

    .v2-d3 dd .d2 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .v2-d3 dd .d3 {
        height: 1px;
        margin: 0 auto 5px;
    }

    .v2-d3 dd .d4 {
        font-size: 12px;
        line-height: 20px;
        width: 94%;
    }

    .v2-d4 {
        padding: 35px 0;
        background: #fafafa;
    }

    .v2-d4 .text {
        float: left;
        width: 50%;
        padding-left: 0%;
        box-sizing: border-box;
        padding-top: 0px;
    }

    .v2-d4 .img {
        width: 100%;
    }

    .v2-d4 .text {
        width: 100%;
    }

    .v2-d4 .text .d1 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .v2-d4 .text .d2 {
        font-size: 14px;
        line-height: 24px;
    }

    .v2-d5 li {
        width: 48%;
        height: 220px;
        border-radius: 10px;
        margin-right: 0;
        padding-top: 20px;
        box-sizing: border-box;
    }

    .v2-d5 li:nth-child(2n) {
        float: right;
    }

    .v2-d5 li .d1 {
        width: 45px;
        height: 45px;
        margin: 0 auto 10px;
    }

    .v2-d5 li .d3 {
        font-size: 12px;
        line-height: 20px;
    }

    .v2-d5 li:nth-child(-n+4) {
        margin-bottom: 20px;
    }

    .v2-d5 {
        padding: 35px 0;
    }

    .v2-d6 {
        padding: 35px 0;
    }

    .v2-d6 li {
        width: 100%;
        min-height: 325px;
        margin-right: 0%;
        border-radius: 5px;
        padding-top: 20px;
    }

    .v2-d6 li:nth-child(-n+2) {
        margin-bottom: 10px;
    }

    .v2-d6 li .d1 {
        width: 45px;
        height: 45px;
        margin: 0 auto 10px;
    }

    .v2-d6 li .d2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .v2-d6 li .d3 {
        font-size: 12px;
        line-height: 20px;
    }

    .v2-d6 li {
        min-height: 190px;
    }

    .v2-d7 {
        padding: 35px 0;
    }

    .v2-d7 li {
        width: 48%;
        height: 190px;
        margin-right: 0;
    }

    .v2-d7 li:nth-child(2n) {
        float: right;
    }

    .v2-d7 li .d1 {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .v2-d7 li .d2 {
        font-size: 12px;
        line-height: 20px;
    }

    .v2-d8 li {
        width: 100%;
        height: 180px;
    }

    .v2-d8 li:nth-child(1) {
        margin-bottom: 40px;
    }

    .v2-d8 li .d1 {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .v2-d8 {
        padding: 35px 0 50px;
    }
    .v-d1 {
        padding-top: 35px;
    }
    .v-d1 .s-t1 {
        margin-bottom: 35px;
    }
    .v-d1 .box {
        padding: 0%;
    }
    .v-d1 .text {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        float: none;
    }
    .v-d1 .img {
        width: 80%;
        float: none;
        margin: 30px auto 0;
    }
    .v-d2 {
        padding-top: 35px;
    }
    .v-d2 .box li .img{
        width: 100%;
    }
    .v-d2 .box li .text {
        width: 100%;
        padding: 2% 20px !important;
        box-sizing: border-box;
    }
    .v-d3 {
        padding: 35px 0;
    }
    .v-d3 li {
        min-height: 180px;
        padding-top: 20px;
    }
    .v-d3 li .d1 {
        width: 40px;
        height: 40px;
        margin: 0 auto 10px;
    }
    .v-d3 li .d2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .v-d3 li .d3 {
        font-size: 12px;
        line-height: 20px;
        width: 90%;
    }
    .a-d1 {
        padding: 35px 0;
    }
    .a-d1 .box .text {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        float: none;
    }
    .a-d1 .box .img {
        width: 90%;
        margin: 20px auto;
        float: none;
    }
    .a-d2 {
        padding: 35px 0;
    }
    .a-d2 .s-t1 {
        margin-bottom: 20px;
    }
    .a-d2 ul li {
        width: 48%;
        margin-right: 0%;
    }
    .a-d2 ul li:nth-child(-n+4) {
        margin-bottom: 20px;
    }
    .a-d2 ul li:nth-child(2n){
        float: right;
    }
    .a-d2 ul li img {
        width: 45px;
        margin-right: 0;
        margin-bottom: 10px;
        float: none;
    }
    .a-d2 ul li .text{
        width: 100%;
        float: none;
    }
    .a-d2 ul li .text p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .a-d2 ul li .text span {
        font-size: 12px;
        height: 24px;
    }
    .a-d3 li .text1 {
        width: 100%;
        height: 160px;
        color: #fff;
        margin-top: 0px;
        padding-top: 10%;
    }
    .a-d3 li .text1 p {
        width: 96%;
        font-size: 12px;
        line-height: 20px;
    }
    .a-d3 li .text2 p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .a-d3 li .text2 img {
        width: 50px;
    }
    .a-d4 ul li {
        width: 100px;
        height: 112px;
        text-align: center;
        padding-top: 30px;
        box-sizing: border-box;
        font-size: 12px;
    }
    .a-d4 ul li:nth-child(2n) {
        margin-top: 0px;
    }
    .a-d4 ul li .img {
        margin: 0 auto 10px;
    }
    .a-d4 ul li:nth-child(-n+3){
        margin-bottom: 20px;
    }
    .a-d4 {
        padding: 35px 0;
    }
    .dx-d2 li:hover {
        margin-top: 0;
    }
    .dx-d2 li:nth-child(5):hover {
        margin-bottom: 10px;
    }
    .section2 li:nth-child(3):hover {
        margin-bottom: 10px;
    }
    .section2 li:hover {
        margin-top: 0;
    }
    .v2-d5 li:hover {
        margin-top: 0;
    }
    .v2-d5 li:nth-child(3):hover {
        margin-bottom: 20px;
    }
    .v-d3 li:hover {
        margin-top: 0;
    }
    .v-d3 li:nth-child(-n+2):hover {
        margin-bottom: 24px;
    }
    .section3 li:hover {
        margin-top: 0;
    }
    .section3 li:nth-child(-n+2):hover {
        margin-bottom: 22px;
    }
    .section4 li:hover {
        margin-top: 0;
    }
    .section4 li:nth-child(-n+3):hover {
        margin-bottom: 15px;
    }
}
