body {
    font-family: 'Microsoft YaHei', "Open Sans", sans-serif;
    font-size: 16px;
    color: #333;
}

input,
select,
textarea {
    font-family: 微软雅黑, "Open Sans", sans-serif;
    font-size: 14px;
    ;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.wrap {
    width: 75%;
    margin: 0 auto;
    min-width: 1440px;
    position: relative;
}

@media only screen and (max-width: 1500px) {
    .wrap {
        min-width: auto;
        width: auto;
        margin: 0 20px;
    }
}

p {
    text-align: justify;
}

img,
a {
    border: 0;
}

.img img {
    display: block;
    margin: 0 auto;
}

a:hover {}

ul,
li {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

.flt {
    float: left;
}

.frt {
    float: right;
}

.clear {
    clear: both;
}

ul:after,
.clear:after,
.clear:before {
    content: '';
    clear: both;
    display: table;
}

img {
    max-width: 100%;
}

.img {
    overflow: hidden;
    position: relative;
}

.img img {
    display: block;
}

.img:hover {
    background: #007AFF;
}

.img:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.img img {
    display: block;
}

.line1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

*,
*:after,
*:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.drop {
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
}

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

.swiper-pagination-bullet::after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #FFFFFF;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
}

.swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    opacity: .5;
    background: none;
    border-radius: 100%;
    position: relative;
    border: 1px solid transparent;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.swiper-pagination-bullet-active {
    border-color: #FFFFFF;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
}

.modal,
.fp_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.fp_modal {
    display: table;
}

.modal {
    transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    background: rgba(0, 0, 0, 0.7);
}

.fp_modal .cell {
    display: table-cell;
    vertical-align: middle;
}

.modal_cont {
    max-width: 990px;
    margin: 0 auto;
    width: 90%;
    background: #fff;
    position: relative;
}

.modal_cont .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: url(../img/close.png) no-repeat center center #ccc;
    border-radius: 100%;
    cursor: pointer;
}

.modal_cont .box {
    padding: 45px;
}


/*----------header----------*/

.header {
    background: #fff;
    line-height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #e2e7e9;
}

.menu .drop {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    padding-top: 1px;
    display: none;
}

.menu li:hover .drop {
    display: block;
}

.menu .drop .wrap {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.flex_c {
    align-items: center;
}

.menu .drop .lt li {
    float: none;
    margin: 0;
    line-height: 45px;
    padding: 15px 0;
}

.menu .drop2 .lt ul {
    margin: 0 -25px;
}

.menu .drop2 .lt li {
    float: left;
    margin: 0 25px;
}

.menu .drop2 .lt li:nth-child(2n+1) {
    clear: both
}

.menu .drop .lt {
    padding: 20px 50px;
    border-right: 1px solid #e2e7e9;
}

.menu .drop .text {
    padding: 0 60px;
    color: #90939d;
    line-height: 32px;
    border-left: 1px solid #e2e7e9;
    margin-left: -1px;
}

.menu .drop .text .li ul {
    margin-left: -40px;
    margin-top: 20px;
}

.menu .drop .text .li li {
    float: left;
    min-width: 200px;
    padding-right: 40px;
    background: url(../img/icon/icon14.png) no-repeat right center;
    line-height: 40px;
    border-bottom: 1px solid #e2e7e9;
    margin-left: 40px;
    margin-top: 20px;
}

.menu .drop .text .li li a {
    color: #000;
}

.menu .drop .text .li li:hover {
    background: url(../img/icon/icon14-1.png) no-repeat right center;
    border-bottom-color: #007AFF;
}

.menu .drop .text .li li:hover a {
    color: #007AFF;
}

.menu .drop .text .li {
    display: none;
}

.menu .drop .text .li:first-child {
    display: block;
}

.menu .drop .text p {
    margin-bottom: 40px;
}

.menu .drop .text .more {
    font-size: 16px;
}

.menu .drop .img1 {
    width: 230px;
    margin-right: 30px;
}

.logo img {
    vertical-align: middle;
}

.menu>ul>li {
    float: left;
    margin-left: 50px;
}

.menu>ul>li>a,
.menu .drop .lt li a {
    color: #000;
    display: inline-block;
    position: relative;
}

.menu>ul>li>a::after,
.menu .drop .lt li a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0%;
    height: 3px;
    background-color: #1156c5;
}

.menu>ul>li.on>a,
.menu>ul>li:hover>a,
.menu .drop .lt li.on a,
.menu .drop .lt li a:hover {
    color: #1156c5;
    font-weight: bold;
}

.menu>ul>li.on>a::after,
.menu>ul>li:hover>a::after,
.menu .drop .lt li.on a::after,
.menu .drop .lt li a:hover::after {
    width: 100%;
}

.banner .item {
    position: relative;
    font-family: Arial;
}

.pos_c {
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.banner .img1 {
    overflow: hidden;
}


/*----------mainer----------*/

.mainer {
    margin-top: 80px;
}

.swiper1_box {
    position: relative;
}

.swiper1 .img1 {
    float: right;
    padding-right: 100px;
    max-width: 50%;
}

.swiper1 .img1.center {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
}

.swiper1 .swiper-slide {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper1 .text .wrap {
    color: #FFFFFF;
    font-size: 18px;
}

.swiper1 .text h2 {
    font-size: 65px;
    text-align: left;
    margin-bottom: 40px;
}

.swiper1 {
    height: 650px;
}

.swiper1 .text p {
    font-size: 40px;
    max-width: 700px;
    line-height: 70px;
}

.swi_cur {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    z-index: 1;
}

.swi_cur .prev1,
.swi_cur .next1,
.swi_cur .prev2,
.swi_cur .next2 {
    width: 52px;
    float: left;
    margin-right: 15px;
    height: 52px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.11);
    cursor: pointer;
}

.swi_cur .prev1::before,
.swi_cur .next1::before,
.swi_cur .prev2::before,
.swi_cur .next2::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/icon/cur.png);
}

.swi_cur .next1::before {
    background-image: url(../img/icon/cur2.png);
}

.swi_cur .prev2::before {
    background: url(../img/icon/cur3.png) no-repeat center center;
}

.swi_cur .prev2:hover::before {
    background: url(../img/icon/cur.png) no-repeat center center;
}

.swi_cur .next2:hover::before {
    background: url(../img/icon/cur2.png) no-repeat center center;
}

.swi_cur .next2::before {
    background: url(../img/icon/cur4.png) no-repeat center center;
}

.swi_cur .prev1:hover,
.swi_cur .next1:hover,
.swi_cur .prev2:hover,
.swi_cur .next2:hover {
    background: url(../img/icon/cur1.png) no-repeat center center;
}

.swi_cur .prev2,
.swi_cur .next2 {
    position: absolute;
    margin: 0;
    float: none;
    margin-top: -10px;
    background-color: #fff;
    border: 1px solid #d8e2e7;
}

.swi_cur .prev2 {
    left: -70px;
}

.swi_cur .next2 {
    right: -70px;
}

.swiper_thumbs {
    position: absolute;
    z-index: 1;
    top: 55%;
    left: 0;
    width: 100%;
}

.swiper_thumbs .img1 {
    width: 114px;
    height: 114px;
    background: #FFFFFF;
    text-align: center;
    line-height: 114px;
}

.swiper_thumbs .img1 img {
    vertical-align: middle;
}

.swiper_thumbs .swiper-slide {
    width: 114px;
    padding: 5px;
    padding-bottom: 40px;
    position: relative;
}

.swiper_thumbs .swiper-slide::before {
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    opacity: .2;
}

.swiper_thumbs .swiper-slide::after {
    transition: all .5s;
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(to right, #63b143, #0091df);
}

.swiper_thumbs .swiper-slide.swiper-slide-thumb-active::after {
    width: 100%;
}

.page {
    padding: 70px 0 100px 0;
}

.page1 {
    background: url(../img/bg1.jpg) no-repeat center center;
    background-size: cover;
}

.page3 {
    background-color: #f4f8fa;
}

.page_tit {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page_tit.left,
.page_tit.left p {
    text-align: left;
    margin-left: 0;
}

.tit_tag {
    position: absolute;
    top: 50%;
    line-height: 40px;
    margin-top: -20px;
    right: 0;
}

.tit_tag ul li {
    float: left;
    margin-left: 60px;
}

.tit_tag a {
    display: block;
    font-size: 20px;
    border-bottom: 2px solid transparent;
}

.tit_tag li:hover a,
.tit_tag li.on a {
    border-bottom-color: #0080ff;
}

.tit_tag span {
    display: inline-block;
    padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat;
}

.tit_tag span.span1 {
    background-image: url(../img/icon/icon5.png);
}

.tit_tag span.span2 {
    padding-left: 20px;
    background-image: url(../img/icon/icon6.png);
}

.tit_tag span.span3 {
    background-image: url(../img/icon/icon7.png);
}

.tit_tag span.span4 {
    background-image: url(../img/icon/icon8.png);
}

.tit_tag span.span5 {
    background-image: url(../img/icon/icon9.png);
}

.tit_tag li.on span,
.tit_tag li:hover span {
    color: #0080ff
}

.tit_tag li.on span.span1,
.tit_tag li:hover span.span1 {
    background-image: url(../img/icon/icon5-1.png);
}

.tit_tag li.on span.span2,
.tit_tag li:hover span.span2 {
    background-image: url(../img/icon/icon6-1.png);
}

.tit_tag li.on span.span3,
.tit_tag li:hover span.span3 {
    background-image: url(../img/icon/icon7-1.png);
}

.tit_tag li.on span.span4,
.tit_tag li:hover span.span4 {
    background-image: url(../img/icon/icon8-1.png);
}

.tit_tag li.on span.span5,
.tit_tag li:hover span.span5 {
    background-image: url(../img/icon/icon9-1.png);
}

.page_tit h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #151523;
}

.page_tit p {
    color: #7e8598;
    text-align: center;
}

.case_i_list ul {
    overflow: hidden;
    display: flex;
}

.case_i_list li.on {
    width: 50%;
    background: url(../img/icon/li_bg_on.jpg) no-repeat top left #ebf6ff !important;
}

.case_i_list li {
    width: 25%;
    background-color: #ebf6ff;
    background-size: cover;
    padding: 50px 4%;
    color: #243565;
}

.case_i_list li.li_fff * {
    color: #fff;
}

.case_i_list .tit {
    font-size: 18px;
    margin-bottom: 60px;
}

.case_i_list .more {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.case_i_list .text {
    max-width: 500px;
    line-height: 30px;
    height: 220px;
}

.case_i_list li {
    position: relative;
}

.case_i_list .img2 {
    position: absolute;
    bottom: 20px;
    right: -100%;
    opacity: 0;
}

.case_i_list .tit p {
    position: relative;
    height: 30px;
    padding-left: 30px;
    line-height: 30px;
    overflow: hidden;
}

.case_i_list .tit p span {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon/icon1.png) no-repeat center center;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 10px;
}

.case_i_list .tit h3 {
    font-size: 34px;
    white-space: nowrap;
    /* font-weight: normal; */
    margin-bottom: 10px;
}

.case_i_list li.on * {
    color: #1d326c
}

.case_i_list li.on .img2 {
    right: 2%;
    opacity: 1;
}

.case_i_list li.on .text,
.case_i_list li.on .more,
.case_i_list li.on .tit p span {
    opacity: 1;
    transform: translateY(0)
}

.case_i_list .tit p {
    padding-left: 0;
}

.case_i_list li.on .tit p {
    padding-left: 30px;
}

.case_i_list .text,
.case_i_list .more,
.case_i_list .tit p span {
    opacity: 0;
    transform: translateY(-10%);
}

a.more,
.more {
    display: inline-block;
    padding: 0 18px;
    height: 39px;
    line-height: 39px;
    background: linear-gradient(-145deg, #63b143 20%, #0091e0 80%);
    border-radius: 30px;
    text-align: center;
    color: #fff !important;
}

.more span {
    display: inline-block;
    padding-right: 30px;
    background: url(../img/icon/icon2.png) no-repeat right center;
    color: #fff !important;
}

.more:hover {
    padding: 0 30px;
}

.page.page2 {
    background: linear-gradient(to bottom, #cee8ff, #ffffff);
    padding-bottom: 20px;
}

.why_img {
    position: relative;
    text-align: center;
    z-index: 1;
}

.why_img .box:hover {
    top: 12%;
}

.why_img .box {
    position: absolute;
    top: 15%;
    width: 310px;
    z-index: 1;
    padding: 30px 0 40px;
}

.why_img .box p {
    text-align: center;
    font-size: 18px;
    color: #7e8598;
    line-height: 26px;
}

.why_img .box .tit {
    text-align: center;
    margin-bottom: 20px;
}

.why_img .box .tit span {
    text-transform: uppercase;
    font-size: 42px;
    font-family: arial;
    font-weight: bold;
    color: #fff;
    text-shadow: -1px 1px 0 #142035, 1px 1px 0 #142035, 1px -1px 0 #142035, -1px -1px 0 #142035;
    opacity: .06;
}

.why_img .box .tit h3 {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #151523;
}

.why_img .box::before,
.why_img .box::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0px;
    background: linear-gradient(to bottom, #fff 30%, #f1f8ff 90%);
    border-radius: 20px;
    border: 2px solid #fff;
}

.why_img .box::after {
    box-shadow: 0 10px 20px rgba(21, 71, 162, 0.1);
}

.why_img .box::before {
    top: -15px;
    background: linear-gradient(to top, #fff 30%, #f1f8ff 100%);
    box-shadow: 0 0 20px rgba(21, 71, 162, 0.1);
}


/*
.why_img .box2::before {
	bottom: -15px;
	box-shadow: 0 10px 20px rgba(21, 71, 162, 0.1);
	top: auto;
	background: linear-gradient(to bottom, #fff 30%, #f1f8ff 90%);
}*/

.why_img .box * {
    position: relative;
    z-index: 10;
}

.why_img .box1 {
    left: 20px;
}

.why_img .box2 {
    right: 20px;
}

.page3 {
    overflow: hidden;
    padding-bottom: 0;
}

.swiper_case .text {
    padding: 30px;
    padding-bottom: 35px;
    background-color: #f4f8fa;
}

.swiper_case a:hover .text h3 {
    color: #007AFF
}

.swiper_case .text h3 {
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: normal;
}

.swiper_case .text p {
    line-height: 28px;
    color: #7e8598;
    height: 56px;
    margin-bottom: 15px;
}

.case_swiper {
    position: relative;
    padding-bottom: 64px;
}

.case_swiper:after {
    content: '';
    display: block;
    position: absolute;
    width: 100000px;
    height: 293px;
    background-color: #cfe8ff;
    bottom: 0;
    left: 50%;
    margin-left: -50000px;
}

.case_swiper .swi_cur {
    top: auto;
    bottom: 311px;
}

.page4 {
    background: url(../img/icon/bg2.jpg) no-repeat center center;
    background-size: cover;
}


/*----------footer----------*/

.footer {}

.pagesize {
    text-align: center;
    padding: 47px 0;
}

.pagesize a {
    display: inline-block;
    line-height: 38px;
    width: 38px;
    border: 1px solid #e2e6e8;
    color: #555659;
    margin: 5px;
}

.pagesize a:first-child,
.pagesize a:last-child {
    font-family: consolas;
    font-size: 20px;
}

.pagesize a:hover,
.pagesize a.on {
    background: #1156c5;
    color: #fff;
    border-color: #1156c5
}

.news_items .item {
    width: 48%;
    float: left;
}

.news_items .item:last-child {
    float: right;
}

.news_items .tit {
    line-height: 90px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

.news_items .tit a {
    float: right;
    display: inline-block;
    ;
    padding-right: 15px;
    background: url(../img/icon11.png) no-repeat right center;
    color: #7e8598;
}

.news_items .tit a:hover {
    color: #007AFF;
}

.news_items .tit h2 {
    display: inline-block;
    font-size: 36px;
    font-weight: normal;
}

.news_items .tit h2 span {
    display: inline-block;
    padding-left: 44px;
    background: url(../img/icon/icon10.png) no-repeat left center;
}

.news_items .hot a:hover h3 {
    color: #007AFF
}

.news_items .hot .img {
    width: 228px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.news_items .hot .text {
    overflow: hidden;
    line-height: 26px;
    color: #7e8598;
}

.news_items .hot .text h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 50px;
    color: #000
}

.news_items .hot .time {
    margin-top: 20px;
}

.news_items .hot .time span {
    display: inline-block;
    ;
    padding-left: 20px;
    background: url(../img/icon12.png) no-repeat left center;
    color: #999;
}

.news_items ul {
    clear: both;
    padding-top: 10px;
}

.news_items ul li {
    line-height: 48px;
    border-bottom: 1px solid #e8e8e8;
}

.news_items ul li a {
    display: block;
    padding-right: 100px;
    position: relative;
}

.news_items ul li span {
    position: absolute;
    top: 0;
    right: 0;
    color: #7e8598;
}

.news_items ul li h4 {
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 16px;
}

.news_items ul li h4::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 2px;
    background-color: #000;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 3px;
    ;
}

.news_items ul li a:hover h4::after,
.news_items ul li a:hover h4,
.news_items ul li a:hover span {
    color: #0080ff
}

.page5 {
    padding: 60px 0;
    background: url(../img/icon/bg3.jpg) no-repeat center center;
    background-size: cover;
    line-height: 62px;
}

.page5 .wrap {
    display: flex;
}

.page5 h2 {
    min-width: 50%;
    font-size: 28px;
    color: #fff;
}

.page5 .btn {
    flex: 1;
    text-align: center;
}

.page5 .btn a {
    display: inline-block;
    font-size: 20px;
    color: #0080ff;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 40px;
    border-radius: 30px;
    background: linear-gradient(to bottom, #ffffff, #bcddf3);
}

.page5 .btn a:hover {
    background: linear-gradient(to top, #ffffff, #bcddf3);
}

.footer {
    background: #1c1f2b;
}

.footer .wrap.flex {
    padding: 65px 0;
    align-items: center;
}

.flex {
    display: flex;
}

.flex1 {
    flex: 1;
}

.foot_logo {
    width: 38%;
    ;
}

.foot_logo .img2 {
    margin-bottom: 35px;
}

.foot_logo .tel {
    padding-left: 60px;
    background: url(../img/icon/tel.png) no-repeat left center;
    line-height: 25px;
    color: #fff;
}

.foot_logo .tel p {
    font-size: 14px;
}

.foot_logo .tel h5 {
    font-size: 20px;
    font-family: arial;
    font-weight: normal;
}

.foot_nav h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.foot_nav h3::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    height: 1px;
    width: 100px;
    background: linear-gradient(to right, #fff, #1c1f2b);
    margin-left: 10px;
}

.foot_nav li {
    float: left;
    line-height: 35px;
    margin-right: 50px;
}

.foot_nav li:nth-child(3n+1) {
    clear: both;
}

.foot_nav li a {
    color: #fff
}

.foot_nav li a:hover {
    opacity: .5;
}

.foot {
    padding: 25px 0;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #40434d
}

.foot_ewm .ewm {
    border: 1px solid #82848a;
    padding: 6px;
    width: 100px;
}

.full {
    position: fixed;
    z-index: 100;
    bottom: 10%;
    right: 20px;
}

.full a {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background: url(../img/icon/icon13.png) no-repeat center center #0080ff;
}

.full a:hover {
    background-color: #008000;
}

.main_banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
}

.main_banner h2 {
    font-size: 42px;
}

.main_banner h2.fff {
    color: #fff
}

.main_banner h2 span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.main_banner h2 span::after {
    content: '';
    display: block;
    z-index: -1;
    left: 0px;
    right: 0px;
    bottom: -3px;
    height: 8px;
    position: absolute;
    background: linear-gradient(145deg, #63b143 20%, #0091e0 80%);
    display: none;
}

.main_tag {
    height: 64px;
    line-height: 64px;
    position: relative;
}

.main_tag .tag {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #dce3e6;
    box-shadow: 0 0 2px #dce3e6;
}

.main_tag ul {
    border-left: 1px solid #e5eaec;
}

.main_tag ul li {
    float: left;
    border-right: 1px solid #e5eaec;
}

.main_tag ul li a {
    line-height: 62px;
    display: block;
    padding: 0 32px;
    border-bottom: 2px solid #fff;
    color: #151523
}

.main_tag ul li.on a {
    border-bottom-color: #007AFF;
    color: #007AFF
}

.main_tag ul li a:hover {
    color: #007AFF
}

.pos p {
    padding-left: 20px;
    background: url(../img/icon/home.png) no-repeat left center;
    font-size: 14px;
    color: #89898d;
}

.pos p a {
    color: #151523
}

.pos p a:hover,
.pos p a.on {
    color: #007AFF
}

.main_text .wrap,
.main_list .wrap {
    background-color: #fff;
    padding: 50px 0;
    margin-bottom: 50px;
}

.main_text .text {
    max-width: 1080px;
    margin: 0 auto;
    width: 90%;
    line-height: 28px;
    color: #2f3031
}

.main_list,
.main_text,
.main_list2 {
    margin-top: 60px;
}

.main_text .text h3 {
    font-weight: 100;
    color: #151523;
    font-size: 26px;
    text-align: center;
}

.main_text .text p {
    min-height: 20px;
    font-size: 14px;
}

.main_text .text h4 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #2f3031;
    font-weight: 400;
}

.main_text .text i {
    font-style: normal;
    text-decoration: underline;
    margin-left: 5px;
}


/*----------custom----------*/

.main_list .tit {
    text-align: center;
}

.main_list .tit p {
    text-align: center;
    color: #868a95;
    font-size: 14px;
}

.main_list .tit h3 {
    font-size: 26px;
    color: #151523;
    font-weight: 100;
    margin-bottom: 15px;
}

.main_list .list {
    max-width: 600px;
    margin: 0 auto;
    width: 90%;
    margin-top: 50px;
}

.main_list .list li {
    margin-bottom: 26px;
}

.div_input {
    line-height: 42px;
    background: #fff;
    border: 1px solid #e0e5e8;
    border-radius: 5px;
    display: flex;
}

.div_input select,
.div_input input {
    flex: 1;
    border: 0;
    background: none;
    margin-right: 10px;
}

.main_list li>.span_tit {
    border-right: 0;
    text-align: left;
}

.div_input span,
.span_tit {
    font-size: 14px;
    display: block;
    padding: 0 15px;
    border-right: 1px solid #e0e5e8;
    margin-right: 10px;
}

.div_input span label,
.span_tit label {
    display: inline-block;
    vertical-align: middle;
    color: #f95a5a;
    margin-right: 5px;
}

.span_tit {
    font-size: 16px;
}

.div_textarea {
    background: #fff;
    border: 1px solid #e0e5e8;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
}

.div_textarea textarea {
    width: 100%;
    border: 0;
    background: none;
    resize: none;
    height: 100px;
    font-size: 14px;
}

textarea::-webkit-input-placeholder {
    color: #acb1b4;
}

input::-webkit-input-placeholder {
    color: #8e8e97;
}

.main_list {
    text-align: center;
}

.main_list .more {
    margin: 0 auto;
    line-height: 44px;
    height: 44px;
}

.main_list button.more {
    padding: 0 30px;
    border: 0;
}

.search {
    width: 90%;
    margin: 0 auto;
    margin-top: -10px;
    max-width: 600px;
    line-height: 46px;
    height: 46px;
    border: 1px solid #e3eaee;
    box-shadow: 0 0 20px #e3eaee;
    border-radius: 30px;
    background: #fff;
    display: flex;
    padding-left: 20px;
    overflow: hidden;
}

.search input {
    flex: 1;
    background: none;
    border: none;
}

.search .btn {
    width: 50px;
    height: 46px;
    background: url(../img/search.png) no-repeat center center;
    border: none;
    cursor: pointer;
}

.main_list2 .list {
    margin: 40px 0;
}

.main_list2 .list li {
    width: 50%;
    float: left;
}

.main_list2 .box {
    margin: 12px 20px;
    background: #fff;
    padding: 6px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.main_list2 .box .text {
    flex: 1;
}

.main_list2 .box .img1 {
    margin-right: 20px;
}

.main_list2 .box .img1 img {
    display: block;
}

.main_list2 .box .text h3 {
    font-size: 18px;
    color: #151523;
    font-weight: normal;
    margin-bottom: 15px;
}

.main_list2 .box .text h3 a {
    color: #151523;
}

.main_list2 .box .text h3 a:hover {
    color: #007AFF
}

.main_list2 .box .text p {
    font-size: 16px;
    color: #a1a1a8;
    font-family: arial;
}

.main_list2 .box .text p span {
    margin-left: 40px;
}

.main_list2 .box .down {
    margin: 0 30px;
    width: 92px;
    line-height: 32px;
    border: 2px solid #e7eef9;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    color: #1156c5;
    position: relative;
}

.main_list2 .box .down:hover {
    width: 96px;
    border: none;
    line-height: 36px;
    background: linear-gradient(-145deg, #63b143 20%, #0091e0 80%);
    color: #fff;
}

.main_list2 .box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.center {
    text-align: center;
}

.about {
    display: flex;
    align-items: center;
}

.about .img1 {
    width: 630px;
    max-width: 50%;
    min-width: 500px;
    margin-right: 50px;
    position: relative;
}

.video span {
    position: absolute;
    width: 78px;
    height: 78px;
    background: url(../img/icon/play.png) no-repeat center center;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
    cursor: pointer;
}

.about::after {
    content: '';
    display: block;
    clear: both;
}

.about .text {
    flex: 1;
}

.about .text p {
    min-height: 25px;
    line-height: 32px;
    color: #151523;
}

.page6 {
    background-color: #f4f8fa;
    padding: 70px 0 50px;
}

.swiper_zz .img1 {
    padding: 25px;
    background: url(../img/border.jpg) no-repeat center center;
    background-size: cover;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin: 20px;
}

.swiper_zz .img1 img {
    display: block;
    width: 100%;
}

.zz_swiper {
    position: relative;
}

.zz_swiper .swi_cur {
    top: 50%;
    margin-top: -26px;
}

.page.page7 {
    padding: 0;
    position: relative;
    z-index: 1;
}

.page.page7::after,
.page.page7:before {
    content: '';
    display: block;
    position: absolute;
    height: 50%;
    top: 0;
    left: 0;
    width: 100%;
    /* background: #f4f8fb; */
    background: #fff;
    ;
    z-index: -1;
}

.page.page7::after {
    bottom: 0;
    top: auto;
    /* background: #f4f8fa; */
}

.page7 ul {
    padding-right: 33%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 10px rgba(21, 71, 162, 0.1);
    margin-bottom: 50px;
}

.page7 ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    border: 1px solid #dfe3e5;
    margin: -1px;
    background-color: #fff;
    padding: 40px 60px;
    line-height: 28px;
}

.page7 ul li:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 33.5%;
    bottom: 0;
    background: url(../img/icon/img9.jpg) no-repeat center center;
    background-size: cover;
}

.page7 ul li:last-child h3 span {
    color: #fff;
    background: none;
}

.page7 ul li .text {
    position: absolute;
    bottom: 40px;
    color: #fff;
}

.page7 ul li .text p {
    margin-top: 10px;
}

.page7 ul li .text p.p1::after,
.page7 ul li .text p.p1::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
}

.page7 ul li .text p.p1::before {
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 6px;
    margin-right: -5px;
}

.page7 ul li .text p.p1::after {
    border-left: 0;
    border-top: 0;
    margin-bottom: -5px;
    margin-left: -5px;
}

.page7 ul li h3 {
    font-size: 50px;
    font-family: arial;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 30px;
}

.page7 ul li h3 span {
    background: linear-gradient(-145deg, #63b143 20%, #0091e0 80%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

.page.page8 {
    padding-bottom: 0;
    background: url(../img/bg5.jpg) no-repeat center center;
    background-size: cover;
}

.page8 .page_tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.page8 .map {
    text-align: center;
}

.main_tag_on {
    margin-bottom: 0;
    background: #fff;
    transition: all 0s;
}

.main_tag_on .tag {
    transition: all 0s;
}

.main_tag_on.fixed .tag {
    position: fixed;
    top: 80px;
    z-index: 100;
    height: auto;
}

.page.page9 {
    padding: 0;
}

.page9 .item {
    padding: 50px 0;
}

.page9 .list1 li {
    flex: 1;
    margin-left: 38px;
    position: relative;
}

.page9 .list1 li:first-child {
    margin-left: 0;
}

.page9 .list1 li a {
    display: block;
    overflow: hidden;
    position: relative;
}

.page9 .list1 li p {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 60px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    z-index: 1;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 10px;
    padding-top: 20px;
}

.page9 .list1 ul {
    display: flex;
}

.page_tit2 {
    margin-bottom: 20px;
}

.page_tit2 h3 {
    line-height: 60px;
    text-align: center;
    font-size: 36px;
    color: #151523;
    font-weight: normal;
}

.page_tit2 h3::after,
.page_tit2 h3::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    vertical-align: middle;
    margin-bottom: 3px;
    background: #b2b9bc;
    margin: 0 30px;
}

.page9 .item2 {
    background: linear-gradient(to bottom, #cee8ff, #fff);
}

.page9 .item2 .page_tit2 h3::before {
    display: none;
}

.des_box {
    margin-left: 100px;
    background: #fff;
    padding: 30px 50px 40px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(16, 93, 189, 0.05);
    position: relative;
}

.des_box::before {
    content: '';
    display: block;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to right, #80d15f, #32b1f7);
    top: 0;
    position: absolute;
}

.des_box .img1 {
    float: right;
    width: 235px;
    margin-left: 40px;
}

.des_box p {
    font-size: 17px;
    color: #353f4e;
    line-height: 32px;
    margin-bottom: 30px;
}

.des_box a {
    display: inline-block;
    padding-right: 32px;
    background: url(../img/icon15.png) no-repeat right center;
    font-size: 18px;
    color: #1156c5;
}

.des_box a:hover {
    padding-right: 40px;
}

.page9 .item3 .img2 {
    text-align: center;
}

.page9 .item4 {
    background: url(../img/bg6.jpg) no-repeat center center;
    background-size: cover;
}

.page9 .item4 .list li {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    padding: 20px;
    box-sizing: border-box;
}

.page9 .item4 .box {
    background: #fff;
    text-align: center;
    padding: 25px;
    padding-top: 0;
    height: 100%;
    box-sizing: border-box;
}

.page9 .item4 ul {
    margin: -20px;
    display: flex;
    flex-wrap: wrap;
}

.page9 .item4 .icon {
    padding: 40px 0;
}

.page9 .item4 h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

.page9 .item4 p {
    color: #7e8598;
    line-height: 28px;
    text-align: center;
}

.page9 .case_swiper:after {
    display: none;
}

.page9 .case_swiper .text {
    background: #fff;
}

.page9 .case_swiper .swiper-slide a {
    display: block;
    margin: 20px;
}

.page9 .case_swiper .swiper-slide a:hover {
    box-shadow: 0 5px 15px rgba(15, 57, 120, 0.1);
}

.page9 .case_swiper .text p {
    margin: 0;
}

.news_list .list ul {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #e2e6e8;
}

.news_list .list ul li {
    min-width: 25%;
    max-width: 25%;
    border-right: 1px solid #e2e6e8;
    box-sizing: border-box;
}

.news_list .list a {
    display: block;
    padding: 30px 23px;
}

.news_list .list a:hover {
    background: #1156c5;
}

.news_list .list a:hover * {
    color: #fff;
}

.news_list .list a:hover .s_more {
    background: url(../img/icon/icon17-1.png) no-repeat right center;
}

.news_list .list span {
    font-size: 14px;
    color: #68686e;
    display: block;
    margin-bottom: 10px;
}

.news_list .list h3 {
    line-height: 24px;
    color: #151523;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    height: 48px;
}

.news_list .list p {
    text-align: left;
    line-height: 22px;
    height: 44px;
    color: #8e9197;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.news_list .list .s_more {
    display: inline-block;
    margin-bottom: 0;
    padding-right: 12px;
    color: #1156c5;
    background: url(../img/icon/icon17.png) no-repeat right center;
}

.pos.right {
    line-height: 80px;
    text-align: right;
}

.pos.right p {
    float: right;
}

.details {
    background-color: #fff;
    padding: 0 60px 50px;
    margin-bottom: 60px;
}

.details .tit {
    padding: 50px 0;
    border-bottom: 1px solid #dbe0e3;
}

.details .tit h2 {
    font-size: 36px;
    color: #151523;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.details .tit span {
    display: inline-block;
    margin-right: 30px;
    color: #7f7f87;
}

.details .text p {
    text-indent: 2em;
    line-height: 34px;
    color: #151523;
    min-height: 30px;
}

.det_cur {
    display: flex;
}

.det_cur a {
    display: block;
    flex: 1;
    padding: 30px 60px;
    background: #878f9f;
    color: #fff;
    position: relative;
    padding-left: 90px;
}

.det_cur a::after {
    content: '';
    display: block;
    width: 10px;
    height: 19px;
    background: url(../img/icon/icon18.png) no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 60px;
}

.det_cur a:hover {
    background: #1156c5;
}

.det_cur a:last-child {
    text-align: right;
    padding-left: 0;
    padding-right: 90px;
    ;
}

.det_cur a:last-child::after {
    left: auto;
    right: 60px;
    transform: rotate(180deg);
}

.det_cur span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.contact {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
}

.contact .item {
    flex: 1;
    ;
    background: #fff;
    margin-left: 40px;
}

.contact .tit {
    padding: 0 10%;
    height: 78px;
    display: flex;
    background: url(../img/icon/tit.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    font-size: 26px;
    align-items: center;
}

.contact .tit span {
    display: inline-block;
    ;
    margin-left: 15px;
    font-weight: bold;
}

.contact .tit span::before {
    content: '';
    display: inline-block;
    ;
    vertical-align: middle;
    width: 40px;
    height: 1px;
    background: #fff;
    margin-bottom: 3px;
    margin-right: 15px;
}

.contact .tit h3 {
    font-weight: normal;
    flex: 1;
}

.contact .item:nth-child(2n+1) {
    float: right;
}

.contact .list {
    padding: 40px;
}

.contact .list li {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.contact .list li:first-child {
    margin-top: 0;
}

.contact .list .text {
    flex: 1;
    margin-left: 20px;
}

.contact .list .text h3 {
    font-weight: normal;
    color: #868a95;
    margin-bottom: 10px;
}

.contact .list .text p {
    font-size: 18px;
    color: #151523;
}

.w_normal {
    font-weight: normal !important;
}

.page_tit p {
    line-height: 24px;
}

.page_tit p a {
    color: #1156c5;
    font-size: 18px;
    font-weight: bold;
}

.contact_list ul {
    margin-left: -40px;
}

.contact_list li {
    width: 33.33%;
    float: left;
    padding-left: 40px;
    box-sizing: border-box;
}

.contact_list li:last-child {
    width: 100%;
}

.contact_list {
    text-align: center;
}

.contact_list .more {
    border: 0;
    width: 204px;
    line-height: 54px;
    padding: 0;
    font-size: 20px;
    height: 54px;
    margin: 50px auto;
}

.contact_list .more:hover {
    width: 244px;
}

.case {
    padding: 0 40px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
}

.case .tit h2 {
    line-height: 90px;
    font-size: 30px;
    font-weight: normal;
    position: relative;
    z-index: 1;
}

.case .tit h2::after,
.case .tit h2 span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #dfe6e9;
}

.case .tit h2 span {
    display: inline-block;
    ;
    padding-right: 30px;
    background: #fff;
    position: relative;
}

.case .tit h2::after {
    width: 100%;
    height: 1px;
    z-index: -1;
}

.case .tit h2 span:before {
    width: 1px;
    height: 20px;
    right: 0;
    left: auto;
}

.case_des {
    display: flex;
    align-items: center;
    padding-right: 50px;
}

.case_des .video {
    width: 50%;
    max-width: 600px;
    min-width: 500px;
    margin-right: 50px;
}

.video {
    position: relative;
}

.video span {
    z-index: 3;
}

.case .item {
    padding-bottom: 10px;
}

.case_des .video::after {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    opacity: .5;
    content: '';
    position: absolute
}

.case_des .text {
    flex: 1;
}

.case_des .text h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}

.case_des .text h4 {
    font-size: 34px;
    text-transform: uppercase;
    opacity: .1;
    font-family: arial;
    margin-bottom: 10px;
}

.case_des .text label {
    display: inline-block;
    width: 22px;
    height: 4px;
    background: #1156c5;
    margin-bottom: 50px;
}

.case_des .text p {
    line-height: 32px;
    color: #616168;
}

.case_des_list li {
    line-height: 20px;
    padding: 5px 0;
    font-size: 18px;
    color: #616168;
    padding-left: 26px;
    background: url(../img/icon22.png) no-repeat left 7px;
}

.case_des_sol h3 {
    padding-left: 25px;
    background: url(../img/icon/icon23.png) no-repeat left center;
    font-size: 18px;
    color: #616168;
}

.case_des_sol {
    line-height: 32px;
}

.case_des_sol .p,
.case_des_sol p {
    padding-left: 25px;
}

.case_des_sol .txt {
    padding: 5px 0;
    color: #616168;
}

.case_des_sol .img2 img {
    display: inline-block;
    margin-right: 10px;
}

.case_des_sol .img2 {
    margin-top: 20px;
}

.swiper-pagination.swiper-pagination1 {
    bottom: 0px;
    display: none;
}

.swiper_case {
    padding-bottom: 15px;
}

.swiper-pagination.swiper-pagination1 .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    background: #007AFF;
    border-radius: 0;
    border: none;
}

.swiper-pagination.swiper-pagination1 .swiper-pagination-bullet::after {
    display: none;
}

.swiper-slide .img img {
    width: 100%;
}

.video video {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
}

.video {
    position: relative;
}

.video .play.on {
    display: none;
}

.video.on video {
    opacity: 1;
}

.swiper1 .swiper-pagination {
    padding-bottom: 0px;
    clear: both;
    padding-top: 20px;
    position: initial;
    left: auto;
    right: auto;
    width: auto;
    justify-content: flex-start;
    text-align: center;
}

.swiper1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.swiper1 .swiper-pagination-bullet {
    margin: 0 auto;
    width: 120px;
    height: 1px;
    opacity: 1;
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    border: none;
}

.swiper1 .swiper-pagination-bullet::after {
    display: none;
}

.swiper1 .swiper-pagination-bullet:before {
    z-index: 1;
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(to right, #63b143, #0091df);
}

.swiper1 .swiper-pagination-bullet-active::before {
    width: 100%;
}

.swiper1 .imgs span {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 114px;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    margin-right: 5px;
}

.swiper1 .imgs {
    margin-top: 20px;
    text-align: left;
}

.swiper1 .imgs img {
    vertical-align: middle;
}

.swiper1 .img1.img2 {
    padding-top: 0;
}

.swiper1 .swi_cur {
    top: auto;
    bottom: 5%;
}

.more2 {
    text-align: left;
    margin-top: 50px;
}

.more2 a {
    display: inline-block;
    padding: 0 27px;
    /* border: 1px solid #fff;
	background: linear-gradient(to bottom, #fff, #b8d3ff); */
    line-height: 50px;
    border-radius: 30px;
}

.more2 a:hover {
    padding: 0 40px;
}

.more2 a span {
    display: inline-block;
    ;
    padding-left: 30px;
    background: url(../img/icon/icon24.png) no-repeat left center;
    color: #286ede;
    font-size: 18px;
}

.swiper1 .text ul li {
    float: left;
    text-align: left;
    line-height: 24px;
    padding: 0 50px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.swiper1 .text ul li:first-child {
    border-left: 0;
    padding-left: 0;
}

.swiper1 .text ul {
    margin-top: 50px;
}

.swiper1 .text li img {
    margin-bottom: 20px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {}

@media only screen and (max-width: 1620px) {
    .swi_cur .next2 {
        right: -50px;
    }
    .swi_cur .prev2 {
        left: -50px;
    }
}

@media only screen and (max-width: 1560px) {
    .swi_cur .next2 {
        right: -25px;
    }
    .swi_cur .prev2 {
        left: -25px;
    }
}

@media only screen and (max-width: 1400px) {
    .swiper1 .text h2 {
        font-size: 48px;
    }
    .page {
        padding: 50px 0;
    }
    .page_tit h3 {
        font-size: 35px;
    }
    .page_tit {
        margin-bottom: 20px;
    }
    .case_i_list li {
        padding: 30px;
    }
    .case_i_list .tit h3 {
        font-size: 28px;
    }
    .case_i_list .tit {
        font-size: inherit;
        margin-bottom: 30px;
    }
    .case_i_list .text {
        z-index: 1;
        position: relative;
    }
    .why_img .box {
        width: 280px;
    }
    .why_img .box1 {
        left: 5px;
    }
    .why_img .box2 {
        right: 5px;
    }
    .news_items .tit h2 {
        font-size: 28px;
    }
    .news_items .tit {
        line-height: 70px;
        margin-bottom: 20px
    }
    .tit_tag ul li {
        margin-left: 30px;
    }
    .tit_tag a {
        font-size: 16px;
    }
    .swiper_case .text {
        padding: 20px;
    }
    .case_swiper:after {
        height: 269px;
    }
    .swi_cur .prev2 {
        left: -18px;
    }
    .swi_cur .next2 {
        right: -18px;
    }
    .swi_cur .prev2,
    .swi_cur .next2 {
        margin-top: -24px;
    }
    .main_banner h2 {
        font-size: 36px;
    }
    .main_banner {
        height: 250px;
    }
    .about .img1 {
        margin-right: 40px;
        float: left;
    }
    .about {
        display: block;
    }
    .page7 ul li {
        padding: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .page9 .list1 li {
        margin-left: 20px;
    }
    .page9 .list1 li p {
        font-size: 16px;
        white-space: nowrap;
    }
    .main_tag ul li a {
        padding: 0 20px;
    }
    .des_box {
        margin-left: 30px;
    }
    .case_des {
        padding-right: 30px;
    }
    .case_des .text h4 {
        font-size: 28px;
    }
    .case_des .text label {
        margin-bottom: 20px;
    }
    .case .tit h2 {
        line-height: 70px;
        font-size: 26px;
    }
    .case_des_list li {
        font-size: inherit;
        line-height: 20px;
    }
    .case_des .text p {
        line-height: 28px;
    }
    .pos.right {
        line-height: 60px;
        text-align: left;
    }
    .pos.right p {
        float: none;
    }
    .case {
        padding: 0 30px;
    }
    .swiper1 .text h2 {
        font-size: 40px;
    }
    .swiper_thumbs .img1 {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .swiper_thumbs .swiper-slide {
        width: 80px;
        padding-bottom: 10px;
    }
    .swiper_thumbs {
        top: auto;
        bottom: 50px;
    }
    .swi_cur {
        top: auto;
        bottom: 160px;
    }
    .page {
        padding: 50px 0;
    }
    .why_img .box {
        top: 10px;
        width: auto;
        padding: 0;
        padding-right: 20px;
    }
    .why_img .box .icon {
        float: left;
    }
    .why_img .box .tit {
        overflow: hidden;
        padding-top: 10px;
        text-align: left;
        margin-bottom: 10px;
    }
    .why_img .box .tit h3 {
        text-align: left;
    }
    .why_img .box p {
        overflow: hidden;
        text-align: left;
    }
    .why_img .box p br {
        display: none;
    }
    .why_img .box2 {
        top: auto;
        bottom: 5px;
    }
    .page7 ul li {
        padding: 30px;
    }
    .main_list2 .box {
        margin: 10px;
    }
}

@media only screen and (max-width: 1100px) {
    .swiper1 .swiper-pagination {
        padding-bottom: 20px;
    }
    .swiper1 .text ul {
        margin-top: 20px;
    }
    .swiper1 .swi_cur {
        bottom: 5%;
    }
    .zz_swiper .swi_cur {
        display: none;
    }
    .contact .tit {
        font-size: 22px;
        padding: 0 20px;
    }
    .contact .item {
        margin-left: 20px;
    }
    .contact {
        margin-left: 0;
    }
    .contact .item:first-child {
        margin-left: 0;
    }
    .swiper-pagination.swiper-pagination1 {
        display: block;
    }
    .news_list .list ul li {
        min-width: 33.33%;
        max-width: 33.33%;
    }
    .case_swiper .swi_cur {
        display: none;
    }
    .menu>ul>li {
        margin-left: 30px;
    }
    .menu .drop .text {
        padding: 0 20px;
    }
    .menu .drop .lt {
        padding: 20px;
    }
    .menu .drop .lt li {
        padding: 10px 0;
        line-height: 30px;
    }
    .menu .drop .text p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px;
    }
    .menu .drop .img1 {
        width: 180px;
    }
    .main_banner h2 {
        font-size: 30px;
    }
    .main_banner {
        height: 200px;
    }
    .page7 ul li {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
    }
    .page7 ul li:last-child {
        width: 40%;
    }
    .page7 ul {
        padding-right: 39%;
    }
    .page7 ul li h3 {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .page7 ul li p {
        flex: 1;
    }
    .page7 ul li:last-child {
        display: block;
    }
}

@media only screen and (max-width: 900px) {
    .contact {
        flex-direction: column;
    }
    .contact .item {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .contact_list .div_input span {
        width: 4.5em;
        white-space: nowrap;
    }
    .contact_list li {
        width: 100%;
        margin-bottom: 10px;
    }
    .contact_list .div_textarea {
        margin-top: 0;
    }
    .contact_list .more {
        margin: 20px auto;
    }
    .contact {
        margin-bottom: 20px;
    }
    .contact .list li {
        margin-top: 20px;
    }
    .main_list2 .list li {
        width: 100%;
        margin-bottom: 15px;
    }
    .main_list2 .list {
        margin-top: 20px;
    }
    .main_list2 {
        margin-top: 30px;
    }
    .main_list2 .list li .box {
        margin: 0;
    }
    .case_des .video {
        width: auto;
        margin: 0 auto;
        margin-bottom: 15px;
        min-width: auto;
    }
    .case {
        padding: 0 20px;
    }
    .case_des {
        padding-right: 0;
    }
    .case_des {
        flex-direction: column;
    }
    .page9 .item2 .wrap.flex {
        display: block;
    }
    .page9 .list1 li {
        width: 50%;
    }
    .page9 .item {
        padding: 30px 0;
    }
    .des_box {
        margin-left: 10px;
    }
    .page9 .item2 .page_tit2 h3::before {
        display: inline-block;
    }
    .page9 .item4 .list li {
        padding: 5px;
    }
    .page9 .item4 ul {
        margin: -5px;
    }
    .page9 .item4 .box {
        padding: 10px;
        padding-top: 0
    }
    .page9 .item4 p {
        line-height: 24px;
        font-size: 14px;
    }
    .page9 .case_swiper .swiper-slide a {
        margin: 10px;
    }
    .menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
    }
    .menu>ul>li {
        float: none;
        margin: 0 20px;
    }
    .menu>ul>li>a {
        border-bottom: 1px solid #eee;
        display: block;
    }
    .menu .drop {
        position: initial;
        box-shadow: none;
        border-bottom: 1px solid #eee;
    }
    .menu .drop .wrap {
        margin: 0;
        box-shadow: none;
        z-index: 1;
        align-items: center;
    }
    .menu .drop .text p {
        margin-bottom: 10px;
    }
    .menu .drop .text .li {
        padding: 10px 0;
    }
    .menu .drop .img1 {
        position: absolute;
        right: 0;
        opacity: .4;
        bottom: 0;
        z-index: -1;
    }
    .menu .drop .img1 img {
        display: block;
    }
    .menu .drop .more {
        line-height: 30px;
        height: 30px;
        font-size: 14px;
    }
    .menu .drop .lt {
        padding: 0;
        padding-right: 10px;
        font-size: 14px;
    }
    .menu .drop .lt li {
        padding: 0;
    }
    .menu .drop .text .li li {
        margin: 0 2%;
        width: 46%;
        box-sizing: border-box;
        ;
    }
    .menu .drop .text .li ul {
        margin-top: 0;
        margin-left: 0;
    }
    .menu>ul {
        padding-top: 60px;
        height: 100%;
        overflow-y: auto;
    }
    .header .logo {
        position: relative;
        z-index: 1001;
        line-height: 60px;
    }
    .menu_wrap {
        position: absolute;
        top: 10px;
        width: 40px;
        height: 40px;
        background: url(../img/icon/menu.png) no-repeat center center #1156c5;
        background-size: 25px auto;
        right: 5px;
    }
    .h_menu .menu_wrap {
        background: url(../img/icon/menu-1.png) no-repeat center center #1156c5;
        background-size: 25px auto;
    }
    .h_menu .menu {
        left: 0;
    }
    .header {
        line-height: 60px;
    }
    .mainer {
        margin-top: 60px;
    }
    .main_tag_on.fixed .tag {
        top: 60px
    }
    .tag .pos {
        display: none;
    }
    .main_tag ul {
        white-space: nowrap;
        overflow-x: auto;
    }
    .main_tag ul li {
        display: inline-block;
        float: none;
    }
    .main_tag ul li a {
        height: 40px;
        line-height: 40px
    }
    .main_tag {
        height: 43px;
        line-height: 42px;
        margin-bottom: 0;
    }
    .news_list {
        margin-top: 20px;
    }
    .about .img1 {
        min-width: auto;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .page7 ul li {
        padding: 10px;
    }
    .page7 ul li:last-child p {
        height: auto;
    }
    .page7 ul li h3 {
        font-size: 40px;
    }
    .news_list .list a {
        padding: 15px;
        ;
    }
    .pagesize a {
        width: 25px;
        line-height: 25px;
        margin: 2px;
    }
    .pagesize {
        padding: 20px 0;
    }
    .details {
        padding: 0 15px;
    }
    .details .text p {
        line-height: 26px;
        min-height: 20px;
    }
    .details .tit h2 {
        font-size: 26px;
    }
    .details .tit {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 750px) {
    .swiper1 .imgs span {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .main_list,
    .main_text,
    .main_list2 {
        margin-top: 30px;
    }
    .main_text .wrap,
    .main_list .wrap {
        padding: 30px;
        margin-bottom: 30px
    }
    .main_list .tit h3 {
        font-size: 20px;
    }
    .det_cur a {
        padding: 10px;
        display: block;
        padding-left: 50px;
        margin-top: 5px;
    }
    .det_cur a::after {
        left: 20px;
    }
    .det_cur a:last-child {
        text-align: left;
        padding-left: 50px;
        padding-right: 0;
    }
    .det_cur a:last-child::after {
        left: 20px;
        right: auto;
        transform: none;
    }
    .det_cur {
        display: block;
    }
    .news_list .list ul li {
        min-width: 50%;
        max-width: 50%;
    }
    .wrap {
        margin: 0 10px;
    }
    .main_banner {
        height: 120px;
    }
    .case {
        padding: 0 15px;
    }
    .case .tit h2 {
        font-size: 20px;
        line-height: 50px
    }
    .menu {
        line-height: 50px;
    }
    .menu .drop2 .lt li:nth-child(2n+1) {
        clear: none;
    }
    .menu .drop2 .lt li {
        margin: 0;
        margin-right: 25px;
    }
    .menu .drop2 .lt ul {
        margin: 0;
    }
    .menu .drop .wrap {
        display: block;
    }
    .menu .drop .text {
        padding: 0;
        border-left: none;
    }
    .menu .drop .lt {
        border: none;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
    }
    .menu>ul>li>a::after,
    .menu .drop .lt li a::after {
        height: 1px;
    }
    .swiper1 .text h2 {
        font-size: 30px;
    }
    .swiper1 .text .wrap {
        font-size: 14px;
        margin: 0 30px;
    }
    .swiper1 .swi_cur .prev1,
    .swiper1 .swi_cur .next1 {
        display: none;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
    }
    .case_swiper {
        padding-bottom: 10px;
    }
    .page9 .item4 .list li {
        min-width: 50%;
        max-width: 50%;
        ;
    }
    .page9 .item4 .box {
        padding-bottom: 20px;
    }
    .page9 .item4 .icon {
        padding: 20px 0;
    }
    .des_box {
        padding: 20px;
    }
    .des_box p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .des_box a {
        font-size: 16px;
    }
    .page_tit2 h3 {
        font-size: 24px;
        line-height: 40px;
    }
    .page9 .list1 li {
        flex: auto;
        width: 50%;
        margin: 0;
    }
    .img img {
        width: 100%;
    }
    .page9 .list1 ul {
        flex-wrap: wrap;
    }
    .swiper-pagination.swiper-pagination1 {
        bottom: 0;
    }
    .swiper1 .swiper-pagination {
        padding-bottom: 0;
    }
    .more2 {
        margin-top: 20px;
    }
    .more2 a {
        line-height: 35px;
    }
    .swiper_thumbs {
        bottom: 10px;
    }
    .swiper1 .text {
        top: 50%
    }
    .swiper1 .text ul li {
        padding: 0;
        line-height: 20px;
        float: none;
        display: flex;
        align-items: center;
    }
    .swiper1 .text li img {
        margin-bottom: 5px;
        margin-right: 10px;
    }
    .swiper1 .text li p br {
        display: none;
    }
    .swiper1 .swiper-pagination-bullet {
        width: 50px;
    }
    .more2 a span {
        font-size: 14px;
    }
    .swiper1 .img1 {
        max-width: initial;
        padding: 0 50px;
    }
    .page_tit h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .case_i_list ul {
        display: block;
    }
    .case_i_list li.on {
        width: 100%;
    }
    .case_i_list li {
        width: 100%;
        box-sizing: border-box;
    }
    .case_i_list .text {
        height: auto;
        margin-bottom: 20px;
    }
    .case_i_list li.on .img2 {
        opacity: .3;
    }
    .case_i_list .text,
    .case_i_list .more,
    .case_i_list .tit p span {
        opacity: 1;
        transform: none;
    }
    .case_i_list .tit p {
        padding-left: 30px;
    }
    .why_img .box {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        margin-top: 30px;
        clear: both;
        height: 125px;
    }
    .why_img .box .tit {
        padding-top: 20px;
    }
    .why_img .box .tit h3 {
        top: 30px
    }
    .why_img .box::after {
        content: '';
        display: block;
        clear: both;
    }
    .tit_tag {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 0 auto;
        margin-top: 10px;
    }
    .tit_tag ul li:first-child {
        margin-left: 0;
    }
    .swi_cur {
        bottom: 240px;
    }
    .swiper_case .text h3 {
        font-size: 18px;
    }
    body {
        font-size: 14px;
    }
    .swiper_case .text p {
        line-height: 22px;
        height: 44px;
    }
    .news_items .item {
        width: 100%;
        margin-bottom: 15px;
    }
    .page5 .wrap {
        display: block;
    }
    .page5 h2 {
        font-size: 24px;
        text-align: center;
        line-height: 1.2em;
    }
    .page5 .btn a {
        font-size: 16px;
        line-height: 45px
    }
    .page {
        padding: 30px 0;
    }
    .news_items .tit h2 {
        font-size: 22px;
    }
    .news_items .tit {
        line-height: 50px;
    }
    .news_items .hot .text h3 {
        font-size: 16px;
    }
    .footer .wrap.flex {
        display: block;
        padding: 30px 0;
    }
    .foot_logo {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .foot_nav li:nth-child(3n+1) {
        clear: none;
    }
    .foot_nav {
        margin-bottom: 20px;
    }
    .foot_logo .img2 {
        margin-right: 30px;
        margin-bottom: 0;
        text-align: center;
    }
    .page7 ul {
        padding: 0;
    }
    .page7 ul li .text,
    .page7 ul li:last-child {
        position: initial;
        width: 100%;
    }
    .main_banner h2 {
        font-size: 26px;
        line-height: 1.3em;
    }
    .main_banner h2 span::after {
        bottom: 2px;
        height: 4px;
    }
    .about .text p {
        line-height: 26px;
        min-height: 20px;
    }
    .contact .list {
        padding: 20px;
    }
    .contact .list .text p {
        font-size: 16px;
    }
    .contact .tit {
        font-size: 18px;
        height: 60px;
    }
}

@media only screen and (max-width: 500px) {
    .swiper1 .img1 {
        box-sizing: border-box;
        overflow: hidden;
    }
    .swiper1 .img1 img {
        max-width: inherit;
        width: 130%;
        margin-left: -10%;
    }
    .contact .tit span::before {
        width: 20px;
        margin-right: 5px;
    }
    .contact .tit {
        padding: 0 10px;
    }
    .contact .tit span {
        margin-left: 5px;
    }
    .main_list2 .box .down {
        margin: 0 10px;
    }
    .main_list2 .box .img1 {
        margin-right: 10px;
    }
    .main_list2 .box .text h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .main_list2 .box .text p {
        font-size: 12px;
        white-space: nowrap;
    }
    .main_list2 .box .text p span {
        margin-left: 30px;
    }
    .main_text .wrap,
    .main_list .wrap {
        padding: 10px;
        padding-top: 20px;
    }
    .main_list .tit h3 {
        font-size: 18px;
    }
    .main_list .list {
        margin-top: 20px;
        width: 100%;
    }
    .main_list .list li {
        margin-bottom: 10px;
    }
    .div_textarea {
        margin-top: 10px;
    }
    .swiper1 .text h2 {
        font-size: 28px;
        ;
    }
    .page_tit h3 {
        font-size: 26px;
    }
    .case_i_list .text {
        line-height: 24px;
    }
    .case_i_list li {
        padding: 30px 20px;
    }
    .case_i_list .more {
        margin-bottom: 0;
    }
    .page_tit p {
        line-height: 18px;
        max-width: 80%;
        margin: 0 auto
    }
    .page_tit.left p {
        max-width: 100%;
    }
    .case_i_list .tit h3 {
        font-size: 22px;
        ;
    }
    .why_img .box p {
        font-size: 16px;
    }
    .why_img .box .tit h3 {
        font-size: 24px;
    }
    .why_img .box .tit span {
        font-size: 38px;
    }
    .tit_tag ul li {
        margin-left: 20px;
        float: none;
        display: inline-block;
    }
    .tit_tag ul {
        overflow-x: auto;
        white-space: nowrap;
    }
    .case_swiper {
        padding-bottom: 30px;
    }
    .page5 h2 {
        line-height: 30px;
    }
    .foot_logo {
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
    }
    .foot_logo .img2 {
        margin-bottom: 15px;
    }
    .foot {
        padding: 5px 0;
        line-height: 22px;
    }
    .foot_ewm {
        position: absolute;
        top: 30px;
        right: 0;
    }
    .foot_nav {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 450px) {
    .news_list .list ul li {
        min-width: 100%;
        max-width: 100%;
    }
    .page9 .list1 li {
        width: 100%;
    }
    .des_box .img1 {
        float: none;
    }
    .news_items .hot .img {
        width: 100%;
        float: none;
    }
    .news_items .hot .time {
        margin-top: 0;
    }
    .news_items .hot .img img {
        width: 100%;
    }
}

ul.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.pagination li span {
    display: inline-block;
    line-height: 38px;
    width: 38px;
    border: 1px solid #e2e6e8;
    color: #555659;
    margin: 5px;
}

ul.pagination li.active span {
    background: #1156c5;
    color: #fff;
    border-color: #1156c5;
}

.check {
    padding-left: 30px;
    background: url(../img/icon/check.png) no-repeat left center;
    line-height: 40px;
    cursor: pointer;
}

.check a {
    color: #007AFF
}

.check.on {
    background: url(../img/icon/check1.png) no-repeat left center;
}

@media only screen and (max-width: 1400px) {
    .swiper1 .text h2 {
        font-size: 50px;
    }
    .swiper1 .text p {
        font-size: 35px;
        line-height: 1.7em;
    }
    .swiper1 .img1 {
        max-width: inherit;
        opacity: 0.8;
    }
}

@media only screen and (max-width: 1000px) {
    .swiper1 .text h2 {
        font-size: 40px;
    }
    .swiper1 .text p {
        font-size: 25px;
    }
}

@media only screen and (max-width: 550px) {
    .swiper1 .text h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .swiper1 .text p {
        font-size: 18px;
    }
    .swiper1 {
        height: 500px
    }
    .swiper1 .img1 {
        float: none;
        height: 30vh;
        overflow: initial;
    }
    .swiper1 .img1.center,
    .swiper1 .text {
        position: inherit;
        top: auto;
        transform: none;
    }
}

.page10 {
    background: #f4f8fb;
}

.page10_list li {
    width: 25%;
    float: left;
    text-align: center;
}

.page10_list .img1 {
    height: 100px;
    margin-bottom: 10px;
}

.page10_list h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}

.page10_list p {
    width: 90%;
    margin: 0 auto;
    max-width: 240px;
    text-align: center;
    color: #666;
    line-height: 22px;
    font-size: 14px;
}

@media only screen and (max-width: 750px) {
    .page10_list li {
        width: 50%;
        margin-bottom: 15px;
    }
    .page10_list li:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 500px) {
    .page10_list li {
        width: 100%;
    }
}