/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
font {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

i {
    font-style: normal
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: none;
    min-width: 320px;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
    list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
    vertical-align: top;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.contact_ts {
    position: fixed;
    top: 60%;
    left: 60%;
    padding: 1.0rem 2.0rem;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 0.3rem;
    max-width: 80%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    display: none;
    -webkit-transform: translate(-50%, -50%);
}

@media screen and (min-width:320px) {
    html {
        font-size: 90%;
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 90%
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 97.5%
    }
}

@media screen and (min-width:560px) {
    html {
        font-size: 100%
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: 112.5%
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 100%
    }
}

.center-wrap {
    position: relative;
    z-index: 1;
    width: 1040px;
    height: 100%;
    margin: 0 auto;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: block;
}

.banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -540px;
    margin-left: -960px;
}

.banner_mo {
    display: none;
}

.banner_mo img {
    width: 100%;
}

.index_service {
    width: 100%;
    height: 100%;
    background: #041031 url(../image/back_1.jpg) no-repeat 50% 0;
    position: relative;
}

.index_service_position {
    position: absolute;
    max-width: 1200px;
    width: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.title {
    text-align: center;
    line-height: 2.8rem;
}

.title span {
    font-size: 2.5rem;
    color: #23edff;
    margin: 0 2.0rem;
    font-weight: bold;
    background-image: -webkit-linear-gradient(bottom, #23edff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title i {
    display: inline-block;
    height: 1.75rem;
}

.title i img {
    height: 100%;
}

.service_ul {
    margin-top: 7.0rem;
}

.service_ul ul li {
    width: 21%;
    cursor: pointer;
    float: left;
    margin: 0 2.66%;
}

.service_ul ul li .service_content {
    outline: 1px solid #23edff;
    outline-offset: -1px;
    background: rgba(0, 30, 97, .7);
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 140%;
}

.service_ul ul li .service_content_icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.service_ul ul li .service_content .service_ico {
    text-align: center;
}

.service_ul ul li .service_content .icon {
    font-size: 4.8rem;
}

.service_ul ul li .service_title {
    margin-top: 2.0rem;
}

.service_ul ul li .service_title span {
    font-size: 1.9rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
}

.service_ul ul li .service_title i {
    width: 2.0rem;
    height: 2px;
    background: #fff;
    margin: .6rem auto 0 auto;
    display: block;
}

.service_ul ul li .service_content_text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.service_ul ul li .service_text_text {
    position: absolute;
    top: 150%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.service_ul ul li .service_content_text h4 {
    font-size: 1.9rem;
    color: #001e61;
    margin-top: 3.0rem;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.service_ul ul li .service_content_text i {
    width: 2.0rem;
    height: 2px;
    background: #fff;
    margin: 4.2rem auto 1.4rem auto;
    display: block;
    transition: all .9s;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
}

.service_ul ul li .service_content_text p {
    color: #001e61;
    margin-top: 3.0rem;
    transition: all .9s;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
}

.service_ul ul li .service_content_text a {
    display: inline-block;
    width: 70%;
    margin-top: 5.0rem;
    outline: 1px solid #fff;
    outline-offset: -1px;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all .9s;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
}

.service_ul ul li .service_content_text a b {
    display: block;
    width: 130%;
    height: 0rem;
    padding-top: 130%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 130%;
    left: -60%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.service_ul ul li .service_content_text a span {
    position: absolute;
    color: #fff;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.service_ul ul li .service_content_text a:hover b {
    top: -130%;
    left: -15%;
}

.service_ul ul li .service_content_text a:hover span {
    color: #041031;
}

.service_ul ul li .service_text_back {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background-image: linear-gradient(#23edff, #6247df);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.service_ul ul li:hover .service_text_back {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.service_ul ul li:hover .service_text_text {
    top: 50%;
}

.service_ul ul li:hover .service_content_text h4 {
    margin: 0;
}

.service_ul ul li:hover .service_content_text i {
    margin: 1.2rem auto 1.4rem auto;
}

.service_ul ul li:hover .service_content_text p {
    margin-top: 0;
}

.service_ul ul li:hover .service_content_text a {
    margin-top: 2.0rem;
}

.service_number {
    margin-top: 5.5rem;
}

.service_number_div {
    width: 20%;
    text-align: center;
    position: relative;
    float: left;
}

.service_number_div h4 {
    font-size: 3.75rem;
    line-height: 3.75rem;
    font-weight: bold;
    color: #23edff;
}

.service_number_div h4 span {
    font-size: 2.0rem;
    display: inline-block;
    margin-left: .3rem;
}

.service_number_div p {
    font-size: 1.0rem;
    color: #fff;
    margin-top: .8rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.8rem;
    height: 3.6rem;
}

.service_number_div i {
    height: 3.75rem;
    display: inline-block;
    line-height: 3.75rem;
    overflow: hidden;
}

.service_number_i {
    width: 1px;
    height: 100%;
    background: #23edff;
    position: absolute;
    right: -1px;
    top: 0;
    transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    -moz-transform: rotate(14deg);
}

.index_tech {
    width: 100%;
    height: 100%;
    background: #041031 url(../image/back_2.jpg) no-repeat 0% 100%;
    position: relative;
}

.index_tech_position {
    position: absolute;
    max-width: 1200px;
    width: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.tech_title {
    font-size: 3.0rem;
    color: #23edff;
    text-align: center;
    margin-top: 2.0rem;
}

.tech_content {
    position: relative;
    margin-top: 4.0rem;
}

.tech_content_left {
    width: 65%;
    position: relative;
    left: -10%;
    float: left;
}

.tech_content_left img {
    width: 100%;
    display: block;
}

.tech_content_right {
    width: 40%;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.tech_content_right ul li {
    width: 20%;
    margin: 0 3.333%;
    float: left;
}

.tech_content_right ul li:nth-child(1) {
    margin-left: 0;
}

.tech_content_right ul li:nth-child(4) {
    margin-right: 0;
}

.tech_content_right ul li .tech_icon {
    background: rgba(0, 30, 97, .7);
    border: 1px solid #23edff;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: .5rem;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.tech_content_right ul li .tech_icon svg {
    font-size: 3.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.8rem;
    margin-left: -1.8rem;
}

.tech_content_right ul li .tech_icon .icon_1 {
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.tech_content_right ul li .tech_icon .icon_2 {
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.tech_content_right ul li:hover .tech_icon {
    background: #23edff
}

.tech_content_right ul li:hover .tech_icon .icon_1 {
    opacity: 0
}

.tech_content_right ul li:hover .tech_icon .icon_2 {
    opacity: 1
}

.tech_content_right ul li h3 {
    font-size: 1.25rem;
    color: #23edff;
    font-weight: bold;
    text-align: center;
    margin-top: 1.0rem;
    white-space: nowrap;
}

.tech_content_right .tech_content_right_p {
    margin-top: 2.0rem;
    font-size: 1.0rem;
    line-height: 1.6rem;
    color: #fff;
}

.index_mark {
    width: 100%;
    height: 100%;
    background: #041031 url(../image/back_3.jpg) no-repeat 0% 100%;
    position: relative;
}

.index_mark_position {
    position: absolute;
    max-width: 1200px;
    width: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.index_media {
    width: 100%;
    height: 100%;
    background: #041031 url(../image/back_2.jpg) no-repeat 50% 100%;
    position: relative;
}

.index_media_position {
    position: absolute;
    max-width: 1200px;
    width: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.media_swiper {
    margin-top: 4.0rem;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -3.0rem;
    color: #fff;
}

.swiper-slide .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -3.0rem;
    color: #fff;
}

.index_media .media_content {
    width: 100%;
    position: relative;
}

.index_media .media_content_left {
    width: 24%;
    margin-left: 10%;
    float: left;
}

.index_media .media_content_left img {
    width: 100%;
}

.index_media .media_content_right {
    width: 62%;
    float: right;
    text-align: left;
    position: absolute;
    top: 50%;
    right: 0;
}

.index_media .media_content_right h4 {
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    margin-left: 1%;
}

.index_media .media_content_right i {
    width: 100%;
    height: .2rem;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1));
    display: block;
    margin-top: .4rem;
    margin-bottom: .7rem;
}

.index_media .media_content_right p {
    width: 80%;
    font-size: 1.0rem;
    line-height: 1.8rem;
    margin-left: 1%;
    color: #fff;
}

.index_media .media_text {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto 2.0rem auto;
    position: relative;
}

.index_media .media_content_back {
    width: 100%;
    height: 60%;
    background-image: linear-gradient(to left, rgba(26, 182, 232, .8), rgba(98, 71, 223, .8));
    position: absolute;
    bottom: 0;
    left: 0;
}

.index_news {
    width: 100%;
    height: 100%;
    background: #041031 url(../image/back_4.jpg) no-repeat 50% 0;
    position: relative;
}

.index_news_position {
    position: absolute;
    max-width: 1200px;
    width: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.news_ul {
    margin-top: 5.0rem;
}

.news_ul ul li {
    width: 30%;
    float: left;
}

.news_ul ul li:nth-child(2) {
    margin: 0 5%
}

.news_ul ul li a {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 135%;
    display: block;
    position: relative;
}

.news_ul ul li .news_ul_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news_ul ul li .news_ul_img {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 68%;
    background-image: linear-gradient(rgba(98, 71, 223, .8), rgba(26, 182, 232, .8));
    position: relative;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}

.news_ul ul li .news_ul_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}

.news_ul ul li .news_ul_text {
    width: 100%;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}

.news_ul ul li .news_ul_text h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #23edff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.news_ul ul li .news_ul_text h4 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    margin-top: .5rem;
    line-height: 2.1rem;
}

.news_ul ul li .news_ul_text p {
    color: #23edff;
    font-size: 1.0rem;
    line-height: 1.8rem;
    margin-top: .5rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.news_ul ul li .news_ul_text span {
    height: 2.4rem;
    line-height: 2.4rem;
    color: #fff;
    opacity: 0;
    text-align: center;
    width: 80%;
    outline: 1px solid #fff;
    outline-offset: -1px;
    display: block;
    position: absolute;
    bottom: -6rem;
    left: 10%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.news_ul ul li .news_ul_text span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    border-radius: 50%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.news_ul ul li .news_ul_text span b {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    width: 100%;
    text-align: center;
}

.index_news_position .news_more {
    margin-top: 4.0rem;
    text-align: center;
}

.index_news_position .news_more a {
    color: #fff;
    line-height: 1.6rem;
    font-size: 1.2rem;
}

.index_news_position .news_more a i {
    display: inline-block;
    line-height: 1.6rem;
    font-size: 1.2rem;
    margin-left: 1.0rem;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.index_news_position .news_more a span {
    line-height: 1.6rem;
}

.index_news_position .news_more a:hover b {
    line-height: 1.6rem;
}

.index_news_position .news_more a:hover i {
    margin-left: 2.0rem;
}

.news_ul ul li:hover .news_ul_img {
    padding-top: 135%;
}

.news_ul ul li:hover .news_ul_img img {
    opacity: 0;
}

.news_ul ul li:hover .news_ul_text {
    top: calc(50% - 2.0rem);
    width: 90%;
}

.news_ul ul li:hover .news_ul_text h3 {
    color: #fff;
}

.news_ul ul li:hover .news_ul_text p {
    -webkit-line-clamp: 4;
    color: #fff;
}

.news_ul ul li:hover .news_ul_text span {
    bottom: -4rem;
    opacity: 1;
}

.news_ul ul li .news_ul_text span:hover i {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #fff;
}

.news_ul ul li .news_ul_text span:hover b {
    color: #041031;
}

.index_coop {
    width: 100%;
    height: 100%;
    background: #041031 url(../image/back_5.jpg) no-repeat 0% 100%;
    position: relative;
}

.index_coop_position {
    position: absolute;
    max-width: 1200px;
    width: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.coop_brand {
    margin-top: 4.0rem;
    position: relative;
}

.coop_brand .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -2.0rem;
    opacity: .7
}

.coop_brand .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -2.0rem;
    opacity: .7
}

.coop_brand .swiper-button-prev,
.swiper-container-rtl .swiper-button-next:hover {
    opacity: 1
}

.coop_brand .swiper-button-prev,
.swiper-container-rtl .swiper-button-prev:hover {
    opacity: 1
}

.coop_brand ul {
    width: 100%;
}

.coop_brand ul li {
    width: 12.28%;
    margin: 1.0rem 1%;
    float: left;
}

.coop_brand ul li .coop_logo_padding {
    width: 100%;
    height: 0;
    padding-top: 53%;
    overflow: hidden;
    position: relative;
}

.coop_brand ul li .coop_logo_padding img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, .6);
    padding-top: 1.0rem;
    margin-top: 3.0rem;
}

.footer_left {
    float: left;
    width: 80%;
}

.footer_left .footer_intro .footer_about {
    float: left;
}

.footer_left .footer_intro .footer_about h3 {
    font-size: 1.1rem;
    color: #fff;
    float: left;
    margin-top: .7rem;
    font-weight: bold;
}

.footer_left .footer_intro .footer_about ul {
    float: left;
    padding-left: 2.0rem;
    position: relative;
    z-index: 0;
}

.footer_left .footer_intro .footer_about ul li {}

.footer_left .footer_intro .footer_about ul li a {
    color: #fff;
    line-height: 3.0rem;
    display: block;
}

.footer_left .footer_intro .footer_about ul li .hover {
    color: #23edff;
}

.footer_left .footer_intro .footer_about ul li a:hover {
    color: #23edff;
}

#lanPos {
    width: 1px;
    background: #23edff;
    height: 2.0rem;
    line-height: 2.0rem;
    margin: .5rem 0;
    position: absolute;
    left: .8rem;
    top: 0;
    z-index: -1;
    transition: top .2s;
}

.footer_left .footer_intro .footer_contact {
    float: right;
}

.footer_left .footer_intro .footer_contact h3 {
    font-size: 1.1rem;
    color: #fff;
    float: left;
    margin-top: .7rem;
    font-weight: bold;
}

.footer_left .footer_intro .footer_contact ul {
    float: left;
    padding-left: 2.0rem;
    position: relative;
    z-index: 0;
}

.footer_left .footer_intro .footer_contact ul li {
    line-height: 3.0rem;
    color: #fff;
}

.footer_left .footer_intro .footer_contact ul li i {
    display: inline-block;
    margin-right: .8rem;
    font-size: 1.4rem;
}

#footer_curr {
    width: 1px;
    height: 2.0rem;
    line-height: 2.0rem;
    margin: .5rem 0;
    background: #23edff;
    position: absolute;
    left: .8rem;
    top: 0;
    z-index: -1;
    transition: top .2s;
}

.footer_left .footer_intro .footer_contact ul li .contact_hover {
    color: #23edff;
}

.footer_left .footer_intro .footer_contact ul li a:hover {
    color: #23edff;
}

.footer_left .footer_copy {
    margin-top: 1.0rem;
    color: #5a5e6d;
}

.footer_right {
    float: right;
    width: 20%;
    max-width: 10.0rem;
    margin-top: .7rem;
}

.footer_right .footer_right_padding {
    border: 1px solid #fff;
    padding: .5rem;
}

.footer_right .footer_right_padding img {
    width: 100%;
}

.footer_right .footer_right_img {
    padding: .5rem;
    background: #fff;
}

.banner_inside {
    width: 101%;
    height: 650px;
    position: relative;
    overflow: hidden;
    display: block;
}

.banner_inside img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.banner_inside_mo {
    width: 100%;
    display: none;
}

.banner_inside_mo img {
    width: 100%
}

.case {
    background: #fcfcfc;
    width: 100%;
    padding: 4.0rem 0;
    width: 98%;
    margin: 0 auto
}

.case_content {
    max-width: 1200px;
    margin: 0 auto;
}

.title_inside {
    text-align: center;
    line-height: 2.5rem;
}

.title_inside span {
    color: #0465f1;
    font-size: 2.5rem;
    font-weight: bold;
    background-image: -webkit-linear-gradient(left, #3d9af8, #0465f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin: 0 2.0rem;
}

.title_inside i {
    display: inline-block;
    height: 1.75rem;
}

.title_inside i img {
    height: 100%;
}

.case_text {
    margin-top: 4.0rem;
}

.case_text .case_h3 {
    font-size: 1.1rem;
    color: #444;
    width: 8.0rem;
    float: left;
}

.case_text .case_tad {
    width: calc(100% - 8.0rem);
    float: right;
}

.case_text .case_tad ul li {
    width: 7.0rem;
    color: #0364f1;
    height: 2.6rem;
    line-height: 2.6rem;
    border: 1px transparent solid;
    background: transparent;
    border-image: linear-gradient(to left, #0364f1, #3d9af8) 1 10;
    text-align: center;
    float: left;
    margin: 0 .5rem 1.0rem .5rem;
}

.case_text .case_tad ul li a {
    color: #0364f1
}

.case_text .case_tad ul .active {
    color: #fff
}

.case_text .case_tad ul .active a {
    color: #fff;
}

.case_text .case_tad ul .active {
    background-image: linear-gradient(to left, #0364f1, #3d9af8);
    color: #fff;
}

.case_logo {
    margin-top: 3.0rem;
    border-top: 1px solid #e2e2e2;
}

.case_logo ul li {
    width: 12.28%;
    margin: 1.0rem 1%;
    float: left;
    box-shadow: 2px 2px 10px rgba(5, 102, 241, .2);
}

.case_logo ul li img {
    width: 100%
}

.case_logo ul {
    margin-top: 3.0rem;
}

.case_list {
    padding: 4.0rem 0;
    max-width: 1200px;
    margin: 0 auto;
    width: 98%;
}

.case_list ul li {
    width: 46%;
    float: left;
    /*margin: 3.0rem 2% 0 2%;*/
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.case_list ul li .case_list_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 68%;
    position: relative;
}

.case_list ul li .case_list_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.case_list ul li .case_list_text_padding {
    border: 1px solid #e2e2e2;
    padding: 2.0rem;
    border-top: none;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.case_list ul li .case_list_text h3 {
    font-size: 1.25rem;
    color: #444;
    font-weight: bold;
}

.case_list ul li .case_list_text p {
    font-size: 1.0rem;
    color: #666;
    margin-top: 1.0rem;
}

.case_list ul li .case_list_more {
    border-top: 1px solid #e2e2e2;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

.case_list ul li .case_list_more span {
    color: #999;
    float: left;
    font-size: 1.1rem;
    display: block;
}

.case_list ul li .case_list_more i {
    font-size: 1.6rem;
    margin-top: .3rem;
    float: right;
    display: block;
    height: 1.0rem;
}

.case_list ul li .case_list_more i img {
    height: 100%;
}


/*.case_list ul li:hover{ box-shadow: 2px 2px 10px rgba(5,102,241,.2);}*/

.case_list ul li:hover .case_list_text_padding {
    border-color: #fff;
}

.footer_inside {
    background: #041031;
    padding: 3.0rem 0;
}

.footer_inside_content {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    color: #fff;
}


/*  */

.about_intr {
    background: #fafafa;
    padding: 4.0rem 0;
}

.about_intr_content {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.about_intr_intr {
    margin-top: 3.0rem;
}

.about_intr_icon {
    width: 30%;
    float: left;
}

.about_intr_icon img {
    width: 100%;
}

.about_intr_text {
    width: 65%;
    float: right;
    position: relative;
}

.about_intr_text_padding {
    padding: 2.0rem 3.0rem;
}

.about_intr_text_padding p {
    font-size: 1.0rem;
    color: #444;
    margin: 1.0rem 0;
}

.about_intr_text_padding i {
    width: 5.0rem;
    height: 5.0rem;
    position: absolute;
}

.about_intr_text_padding .about_intr_text_i_top {
    border-top: 1px solid #0465f1;
    border-right: 1px solid #0465f1;
    top: 0;
    right: 0;
}

.about_intr_text_padding .about_intr_text_i_bottom {
    border-bottom: 1px solid #0465f1;
    border-left: 1px solid #0465f1;
    bottom: 0;
    left: 0;
}

.about_course {
    background: #e2eefe url(../image/back_6.jpg) no-repeat 50% 0%;
    padding: 4.0rem 0;
}

.about_coutse_content {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.about_course_text {
    margin-top: 3.0rem;
    position: relative;
}

.about_course_text .course_icon_1 {
    width: 1.4rem;
    height: 1.4rem;
    background: #0465f1;
    border-radius: 50%;
    margin: 0 auto;
}

.about_course_text .course_icon_2 {
    position: absolute;
    width: 2px;
    background: #0465f1;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
}

.about_course_text .course_text_left {
    width: 50%;
    float: left;
    text-align: right;
}

.course_text_top {
    padding: 3.0rem 0;
    margin: 3.0rem 0;
    position: relative;
}

.course_text_top .course_text_left_text {
    margin-right: 7.6rem;
    color: #444444;
}

.course_text_top .course_text_left_text p {
    color: #444444;
    font-size: 1.0rem;
    line-height: 1.8rem;
}

.course_text_top .course_text_left_icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.course_text_top .course_text_left_icon i {
    width: 6.87rem;
    display: block;
}

.course_text_top .course_text_left_icon i img {
    width: 100%;
}

.about_course_text .course_text_left ul li {
    padding: 3.0rem 0;
    margin: 3.0rem 0;
    position: relative;
}

.about_course_text .course_text_left ul li .course_text_left_text {
    margin-right: 5.6rem;
    color: #444444;
}

.about_course_text .course_text_left ul li .course_text_left_text h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0465f1;
}

.about_course_text .course_text_left ul li .course_text_left_text p {
    color: #444444;
    font-size: 1.0rem;
    line-height: 1.8rem;
    margin-top: .4rem;
}

.about_course_text .course_text_left ul li .course_text_left_icon {
    position: absolute;
    right: -.5rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
}

.about_course_text .course_text_left ul li .course_text_left_icon span {
    width: 1.0rem;
    height: 1.0rem;
    background: #0465f1;
    display: block;
    position: relative;
    border-radius: 50%;
    z-index: 1;
}

.about_course_text .course_text_left ul li .course_text_left_icon span i {
    width: .90rem;
    height: .90rem;
    background: #e3effe;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.about_course_text .course_text_left ul li .course_text_left_icon span b {
    width: .6rem;
    height: .6rem;
    background: #0465f1;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 1;
}

.about_course_text .course_text_left ul li .course_text_left_icon .course_text_left_width {
    width: 3.0rem;
    height: .1rem;
    background: #0465f1;
    display: block;
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.about_course_text .course_text_left ul li .course_text_left_icon .course_text_left_width i {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: #0465f1;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.about_course_text .coutse_text_right {
    width: 50%;
    float: right;
    text-align: left;
    margin-top: 4.0rem;
}

.about_course_text .coutse_text_right ul li {
    padding: 3.0rem 0;
    margin: 3.0rem 0;
    position: relative;
}

.about_course_text .coutse_text_right ul li .course_text_right_text {
    margin-left: 5.6rem;
    color: #444444;
}

.about_course_text .coutse_text_right ul li .course_text_right_text h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0465f1;
}

.about_course_text .coutse_text_right ul li .course_text_right_text p {
    color: #444444;
    font-size: 1.0rem;
    line-height: 1.8rem;
    margin-top: .4rem;
}

.about_course_text .coutse_text_right ul li .course_text_right_icon {
    position: absolute;
    left: -.5rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
}

.about_course_text .coutse_text_right ul li .course_text_right_icon span {
    width: 1.0rem;
    height: 1.0rem;
    background: #0465f1;
    display: block;
    position: relative;
    border-radius: 50%;
    z-index: 1;
}

.about_course_text .coutse_text_right ul li .course_text_right_icon span i {
    width: .90rem;
    height: .90rem;
    background: #e3effe;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.about_course_text .coutse_text_right ul li .course_text_right_icon span b {
    width: .6rem;
    height: .6rem;
    background: #0465f1;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 1;
}

.about_course_text .coutse_text_right ul li .course_text_right_icon .course_text_right_width {
    width: 3.0rem;
    height: .1rem;
    background: #0465f1;
    display: block;
    position: absolute;
    top: 50%;
    left: .5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.about_course_text .coutse_text_right ul li .course_text_right_icon .course_text_right_width i {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: #0465f1;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
}

.title_white {
    text-align: center;
    line-height: 2.5rem;
}

.title_white span {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    display: inline-block;
    margin: 0 2.0rem;
}

.title_white i {
    display: inline-block;
    height: 1.75rem;
}

.title_white i img {
    height: 100%;
}

.title_white_h4 {
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    margin-top: 1.0rem;
}

.about_product {
    background: #1e82fe url(../image/back_7.jpg) no-repeat 50% 100%;
    padding: 5.0rem 0;
}

.about_product_content {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.about_product_icon {
    margin-top: 3.0rem;
}

.about_product_icon ul li {
    width: 25%;
    float: left;
}

.about_product_icon ul li .about_product_icon_a {
    width: 5.0rem;
    margin: 0 auto;
}

.about_product_icon ul li:hover .about_product_icon_a img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.about_product_icon ul li .about_product_icon_a img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.about_product_icon ul li p {
    font-size: 1.1rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 1.0rem;
}

.about_product_text {
    margin-top: 1.0rem;
}

.about_product_text ul li {
    display: none;
}

.about_product_text ul li .about_product_dl {
    background: rgba(255, 255, 255, .5);
}

.about_product_text ul li dl {
    padding: 2.0rem;
}

.about_product_text ul li .about_product_icon {
    display: block;
    border-left: 1.0rem solid transparent;
    border-right: 1.0rem solid transparent;
    border-top: 1.0rem solid transparent;
    border-bottom: 1.0rem solid #fff;
    width: 0;
    height: 0;
    opacity: .5;
    position: relative;
    margin-left: -1rem;
}

.about_product_text ul li .about_product_left_a {
    left: 12.5%;
}

.about_product_text ul li .about_product_left_b {
    left: 37.5%;
}

.about_product_text ul li .about_product_left_c {
    left: 62.5%;
}

.about_product_text ul li .about_product_left_d {
    left: 87.5%;
}

.about_product_text ul li dl dd {
    width: 25%;
    float: left;
    background: url(../image/back_8.jpg)no-repeat 100% 50%;
}

.about_product_text ul li dl dd:nth-child(4) {
    background: none;
}

.about_product_text ul li .about_product_dl_dd {
    padding: 1.6rem;
    text-align: center;
}

.about_product_text ul li dl dd h3 {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.about_product_text ul li dl dd p {
    font-size: 1.0rem;
    color: #413737;
    margin-top: .7rem;
    line-height: 1.8rem;
}

.about_product_text ul li:nth-child(1) dl dd {
    width: 33.33%;
}

.about_product_text ul li:nth-child(1) dl dd:nth-child(3) {
    background: none;
}

.about_product_text ul li:nth-child(4) dl dd {
    width: 100%;
}

.about_product_text ul li:nth-child(4) dl dd:nth-child(1) {
    background: none;
}

.about_culture {
    background: #fdfdfe;
    padding: 4.0rem 0;
}

.about_culture_content {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.about_culture_intr {
    margin-top: 3.0rem;
}

.about_culture_text {
    position: relative;
}

.about_culture_text .about_culture_left {
    width: 41%;
    float: left;
}

.about_culture_text .about_culture_left img {
    width: 100%;
}

.about_culture_text .about_culture_right {
    width: 54%;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 3.0rem 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.about_culture_text .about_culture_right h3 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #0465f1;
    background: #fdfdfe;
    padding: 1rem 1.0rem;
    margin-left: -2.0rem;
}

.about_culture_text .about_culture_right p {
    line-height: 2.0rem;
    font-size: 1.0rem;
    color: #444;
}

.about_culture_text .about_culture_right h5 {
    font-size: 8.0rem;
    color: #ececec;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}

.about_culture_text .about_culture_right .about_culture_right_text {
    position: relative;
    z-index: 1;
    margin-left: 4.0rem;
    margin-top: 3.0rem;
}

.about_culture_text_2 {
    width: 100%;
    padding: 3.0rem 0;
    position: relative;
    margin: 3.0rem 0;
}

.about_culture_text_2 h3 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #0465f1;
    background: #fdfdfe;
    padding: 1rem 1.0rem;
    margin-left: -2.0rem;
}

.about_culture_text_2 p {
    line-height: 2.0rem;
    font-size: 1.0rem;
    color: #444;
}

.about_culture_text_2 h5 {
    font-size: 8.0rem;
    color: #ececec;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}

.about_culture_text_2 .about_culture_right_text {
    position: relative;
    z-index: 1;
    margin-left: 4.0rem;
    margin-top: 3.0rem;
}

.about_elegant {
    background: #fff;
    padding: 4.0rem 0;
}

.about_elegant_content {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.about_elegant_swiper {
    margin-top: 3.0rem;
}

.about_elegant_swiper .swiper-slide img {
    width: 100%;
}

.about_elegant_swiper #certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.about_elegant_swiper #certify .swiper-slide {
    width: 50%;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

.about_elegant_swiper #certify .swiper-slide img {
    display: block;
}

.about_elegant_swiper #certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../image/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.about_elegant_swiper #certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

.about_elegant_swiper #certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../image/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

.about_elegant_swiper #certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.about_elegant_swiper #certify .swiper-slide {
    background: #000;
}

.about_elegant_swiper #certify .swiper-slide img {
    opacity: .5;
}

.about_elegant_swiper #certify .swiper-slide-active img {
    opacity: 1;
}


/*  */

.coop_service {
    width: 100%;
    background: #fefefe;
    padding: 4.0rem 0;
}

.coop_service_content {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.title_inside_h4 {
    font-size: 1.8rem;
    color: #0364f1;
    text-align: center;
    margin-top: 1.0rem;
}

.coop_service_ul {
    margin-top: 3.0rem;
}

.coop_service_ul ul li {
    width: 16.666%;
    float: left;
}

.coop_service_ul ul li .coop_service_ico {
    width: 90%;
    max-width: 124px;
    margin: 0 auto;
}

.coop_service_ul ul li .coop_service_ico img {
    width: 100%;
}

.coop_service_ul ul li h4 {
    font-size: 1.2rem;
    color: #666;
    font-weight: bold;
    text-align: center;
    margin-top: 1.0rem;
}

.coop_coop {
    width: 100%;
    background: url(../image/back_9.jpg) no-repeat 50% 50%;
    padding: 4.0rem 0;
}

.coop_coop_content {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.coop_coop_ul {
    margin-top: 3.0rem;
}

.coop_coop_ul ul li {
    width: 48%;
    background: #fff;
    float: left;
    margin-top: 1.6rem;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.coop_coop_ul ul li .coop_coop_padding {
    padding: 1.4rem;
}

.coop_coop_ul ul li .coop_coop_img {
    width: 30%;
    float: left;
}

.coop_coop_ul ul li .coop_coop_img img {
    display: block;
    max-width: 126px;
    margin: 0 auto;
    width: 90%;
}

.coop_coop_ul ul li .coop_coop_text {
    width: 66%;
    float: right;
}

.coop_coop_ul ul li .coop_coop_text h3 {
    font-size: 1.37rem;
    line-height: 1.7rem;
    height: 1.7rem;
    position: relative;
    color: #333;
    font-weight: bold;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.coop_coop_ul ul li .coop_coop_text h3 span {
    position: absolute;
    top: 0;
    left: 0;
}

.coop_coop_ul ul li .coop_coop_text p {
    font-size: 1.0rem;
    color: #666;
    margin-top: .6rem;
    line-height: 1.8rem;
    height: 7.2rem;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.coop_coop_ul ul li:hover {
    box-shadow: .3rem .3rem 1.0rem rgba(4, 101, 241, .4);
}

.coop_coop_ul ul li:hover .coop_coop_text h3 {
    color: #0364f1;
    font-size: 1.5rem;
}

.coop_coop_ul ul li:hover .coop_coop_text p {
    color: #0364f1;
}

.coop_logo {
    width: 100%;
    background: #fefefe;
    padding: 4.0rem 0;
}

.coop_logo_padding {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.coop_logo_ul {
    margin-top: 3.0rem;
}

.coop_logo_ul ul li {
    width: 14.666%;
    margin: 1.0rem 1%;
    float: left;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.coop_logo_ul ul li .coop_logo_ul_img {
    height: 0;
    padding-top: 52%;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e5e5;
}

.coop_logo_ul ul li .coop_logo_ul_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.coop_logo_ul ul li:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}


/*  */

.swiper-container {
    width: 100%;
    height: 100%;
}

.project_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 100%;
}

.proje_sywh {
    background: url(../image/back_10.jpg) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
}

.proje_xhz {
    background: url(../image/back_11.jpg) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
}

.proje_jkk {
    background: url(../image/back_12.jpg) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
}

.proje_rscy {
    background: url(../image/back_13.jpg) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
}

.proje_content_a {
    border-bottom: 1px solid #fff;
    margin-top: 4.0rem;
    padding-bottom: 2.0rem;
}

.proje_content_a .proje_content_logo {
    float: left;
    height: 3.375rem;
}

.proje_content_a .proje_content_logo_sywh {}

.proje_content_a .proje_content_logo img {
    height: 100%;
}

.proje_content_a .proje_content_page {
    float: right;
    color: #fff;
}

.proje_content_a .proje_content_page b {
    font-size: 2.5rem;
    float: left;
}

.proje_content_a .proje_content_page span {
    float: left;
    display: block;
    margin-top: .3rem;
    margin-left: .4rem;
}

.proje_content_width {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.proje_content_intro {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    height: calc(100% - 11.375rem);
    position: relative;
}

.proje_content_intro .proje_intro_left {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: left;
}

.proje_content_intro .proje_intro_left h3 {
    font-size: 3.0rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .5);
}

.proje_content_intro .proje_intro_left h4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-top: .4rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .5);
}

.proje_content_intro .proje_intro_left p {
    font-size: 1.0rem;
    margin-top: .8rem;
    color: #fff;
    line-height: 1.8rem;
}

.proje_content_intro .proje_intro_left a {
    display: block;
    width: 10.0rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    font-size: 1.0rem;
    background: #fff;
    margin-top: 2.0rem;
}

.proje_content_intro .proje_intro_left a i {
    display: inline-block;
    margin-left: 1.0rem;
}

.proje_content_intro .proje_intro_right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 44%;
    max-width: 526px;
}

.proje_content_intro .proje_intro_right img {
    width: 100%;
}

.project .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../image/icon_swiper_right.png) no-repeat 50% 0%;
    width: 2.5rem;
    height: 5.0rem;
    right: 0;
}

.project .swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
    background-position-y: 100%;
}

.project .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(../image/icon_swiper_left.png) no-repeat 50% 0%;
    width: 2.5rem;
    height: 5.0rem;
    left: 0;
}

.project .swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
    background-position-y: 100%;
}

.project .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.project .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: none;
}


/*  */

.search_prob {
    width: 100%;
    padding: 5.0rem 0;
    background: #f9f9f9;
}

.search_prob_content {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.title_black {
    text-align: center;
    line-height: 2.5rem;
}

.title_black span {
    color: #333;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 2.0rem;
}

.title_black i {
    display: inline-block;
    height: 1.75rem;
}

.title_black i img {
    height: 100%;
}

.search_prob_ul {
    margin-top: 4.0rem;
}

.search_prob_ul ul li {
    width: 31.33%;
    float: left;
}

.search_prob_ul ul li:nth-child(2) {
    margin: 0 2%;
}

.search_prob_ul ul li .search_prob_padding {
    width: 100%;
    overflow: hidden;
    padding-top: 137%;
    height: 0;
    position: relative;
}

.search_prob_ul ul li .search_prob_padding .search_prob_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.search_prob_ul ul li .search_prob_padding .search_prob_img img {
    width: 100%;
}

.search_prob_ul ul li .search_prob_back {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .8));
    z-index: 1;
    transition: all.4s;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -o-transition: all.4s;
}

.search_prob_ul ul li .search_prob_text {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    z-index: 9;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all.4s;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -o-transition: all.4s;
}

.search_prob_ul ul li .search_prob_text h3 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
    transition: all.4s;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -o-transition: all.4s;
}

.search_prob_ul ul li .search_prob_text p {
    color: #fff;
    border-top: 1px solid #fff;
    line-height: 1.8rem;
    margin-top: 1.0rem;
    padding-top: .7rem;
    display: none;
    opacity: 0;
    transition: all.4s;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -o-transition: all.4s;
}

.search_prob_ul ul li:hover .search_prob_back {
    background: rgba(85, 139, 255, .85);
    height: 100%;
}

.search_prob_ul ul li:hover .search_prob_text {
    height: 100%;
}

.search_prob_ul ul li:hover .search_prob_text p {
    display: block;
    opacity: 1;
}

.search_intr {
    width: 100%;
    padding: 5.0rem 0;
    background: linear-gradient(#fff, #f9f9f9);
}

.search_intr_content {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.title_black_h4 {
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    margin-top: 1.0rem;
}

.search_intr_ul {
    margin-top: 4.0rem;
}

.search_intr_ul ul li {
    width: 31.33%;
    float: left;
    transition: all.4s;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -o-transition: all.4s;
}

.search_intr_ul ul li:nth-child(2) {
    margin: 0 2%;
}

.search_intr_ul ul li .search_intr_img {
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-top: 42%;
    position: relative;
}

.search_intr_ul ul li .search_intr_img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.search_intr_ul ul li .search_intr_img_back {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all.4s;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -o-transition: all.4s;
}

.search_intr_ul ul li .search_intr_text {
    background: #fff;
    position: relative;
}

.search_intr_ul ul li .search_intr_text_content {
    padding: 8.0rem 3.0rem 3.0rem 3.0rem;
}

.search_intr_ul ul li .search_intr_text h3 {
    font-size: 1.25rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    transition: all.4s;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -o-transition: all.4s;
}

.search_intr_ul ul li .search_intr_text i {
    width: 2.0rem;
    height: .2rem;
    background: #333;
    margin: 1.0rem auto;
    display: block;
    transition: all.4s;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -o-transition: all.4s;
}

.search_intr_ul ul li .search_intr_text p {
    font-size: 1.0rem;
    height: 7.2rem;
    color: #666;
    line-height: 1.8rem;
    transition: all.4s;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -o-transition: all.4s;
}

.search_intr_ul ul li .search_intr_i {
    width: 3.0rem;
    height: .4rem;
    background: #333;
    display: block;
    margin: 0 auto;
    transition: all.4s;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -o-transition: all.4s;
}

.search_intr_ul ul li .search_intr_icon {
    width: 8.0rem;
    height: 8.0rem;
    font-size: 5.0rem;
    background: #f2f2f2;
    border-radius: 50%;
    border: .3rem solid #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all.4s;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -o-transition: all.4s;
}

.search_intr_ul ul li .search_intr_icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
}

.search_intr_ul ul li .search_intr_icon_a {
    opacity: 1;
    transition: all.4s;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -o-transition: all.4s;
}

.search_intr_ul ul li .search_intr_icon_b {
    opacity: 0;
    transition: all.4s;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -o-transition: all.4s;
}

.search_intr_ul ul li:hover {
    box-shadow: 4px 4px 14px rgba(66, 118, 232, .2);
}

.search_intr_ul ul li:hover .search_intr_icon_a {
    opacity: 0;
}

.search_intr_ul ul li:hover .search_intr_icon_b {
    opacity: 1;
}

.search_intr_ul ul li:hover .search_intr_icon {
    box-shadow: 3px 3px 10px rgba(66, 118, 232, .2);
    background: #e7f1ff;
}

.search_intr_ul ul li:hover .search_intr_text h3 {
    color: #4276e8;
}

.search_intr_ul ul li:hover .search_intr_text i {
    background: #4276e8;
}

.search_intr_ul ul li:hover .search_intr_text p {
    color: #4276e8;
}

.search_intr_ul ul li:hover .search_intr_i {
    background: #4276e8;
}

.search_intr_ul ul li:hover .search_intr_img_back {
    background: rgba(0, 0, 0, .0);
}

.search_char {
    width: 100%;
    padding: 5.0rem 0;
    background: url(../image/back_14.jpg) no-repeat 50% 50%;
}

.search_char_content {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.search_char_ul {
    margin-top: 4.0rem;
}

.search_char_ul ul li {
    width: 50%;
    float: left;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, .6);
}

.search_char_ul ul li:nth-child(3) {
    border: none;
}

.search_char_ul ul li:nth-child(4) {
    border: none;
}

.search_char_ul ul li .search_char_ul_padding {
    padding: 3.0rem;
    position: relative;
    z-index: 1;
}

.search_char_ul ul li .search_char_width {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    background: rgba(255, 255, 255, .6);
}

.search_char_ul ul li .search_char_ul_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(85, 139, 255, 0), rgba(85, 139, 255, .8));
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.search_char_ul ul li:hover .search_char_ul_back {
    opacity: 1;
}

.search_char_ul ul li .search_char_left {
    width: 26%;
    float: left;
}

.search_char_ul ul li .search_char_left_icon {
    width: 80%;
    max-width: 90px;
    margin: 0 auto;
}

.search_char_ul ul li .search_char_left_icon img {
    width: 100%;
    max-width: auto;
    display: block;
    margin: 0 auto;
}

.search_char_ul ul li .search_char_right {
    width: 70%;
    float: right;
}

.search_char_ul ul li .search_char_right h3 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
}

.search_char_ul ul li .search_char_right p {
    font-size: 1.0rem;
    color: #fff;
    line-height: 1.8rem;
    margin-top: .8rem;
    height: 5.4rem;
}

.search_path {
    width: 100%;
    padding: 5.0rem 0;
    background: #f9f9f9;
}

.search_path_content {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.search_path_ul {
    margin: 0 auto;
    position: relative;
}

.search_path_ul ul {
    margin-top: 2.0rem;
    width: 80%;
    margin: 2.0rem auto 0 auto;
}

.search_path_ul ul li {
    width: 25%;
    float: left;
    margin: 2.0rem 0;
    position: relative;
    z-index: 1;
}

.search_path_ul ul li .search_path_icon {
    width: 4.37rem;
    height: 4.37rem;
    margin: 0 auto;
}

.search_path_ul ul li .search_path_icon img {
    width: 100%;
}

.search_path_ul ul li .search_path_i {
    width: .7rem;
    height: .7rem;
    border: .3rem solid #4276e8;
    background: #f9f9f9;
    margin: 2.0rem auto;
    border-radius: 50%;
}

.search_path_ul ul li h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.search_path_ul .search_path_border {
    height: calc(100% - 17.1rem);
    border: .3rem solid #4276e8;
    border-left: none;
    position: absolute;
    top: 8.9rem;
    left: 0;
    width: 100%;
}

.search_path_border_color {
    position: absolute;
    height: 110%;
    width: 14%;
    top: -.3rem;
    left: -.3rem;
    background: linear-gradient(to left, rgba(250, 250, 250, .0), rgba(250, 250, 250, 1));
}

.search_input {
    width: 100%;
    padding-top: 5.0rem;
    background: #fff;
}

.search_input_content {
    width: 100%;
    margin-top: 4.0rem;
    position: relative;
}

.search_input_form {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.search_input_form_left {
    float: left;
    width: 31.8%;
    margin-left: -10%;
}

.search_input_form_left img {
    width: 100%;
}

.search_input_fotm_right {
    float: right;
    width: 68%;
}

.search_input_div {
    float: left;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #fff;
    width: 48%;
    margin-top: 4.0rem;
    padding-bottom: .5rem;
    margin: 3.0rem 1% 0 1%;
}

.search_input_div span {
    color: #fff;
    font-size: 1.0rem;
    width: 5.0rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.search_input_div input {
    width: 100%;
    background: none;
    border: none;
    font-size: 1.0rem;
    outline: none;
    color: #fff;
}

.search_input_back {
    height: 16.0rem;
    background-image: linear-gradient(to left, #4276e8, #5b8fff);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.search_input_div i {
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}

.search_button {
    margin: 3.0rem auto 0 auto;
}

.search_button button {
    width: 14.0rem;
    height: 2.6rem;
    background: #fff;
    color: #4276e8;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: .3rem;
}

.search_button button:hover {
    box-shadow: 3px 3px 8px rgba(255, 255, 255, .3);
}


/*  */

.banner_tech .swiper-container {
    width: 100%;
    height: 100%;
}

.banner_tech .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner_tech_pc {
    display: block;
}

.banner_tech_mo {
    display: none;
}

.banner_tech_mo .swiper-slide img {
    width: 100%
}

.banner_tech .swiper-pagination-bullet {
    background: none;
    outline: .1rem solid #fff;
    outline-offset: -.1rem;
    width: 1.0rem;
    height: 1.0rem;
    border-radius: 0 !important;
    opacity: 1;
    transform: rotate(45deg);
}

.banner_tech .swiper-pagination-bullet span {
    display: block;
    width: .5rem;
    height: .5rem;
    background: #fff;
    margin: .25rem;
}

.banner_tech .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: .5rem;
}

.banner_tech .swiper-pagination-bullet-active {
    outline-color: #23edff;
}

.banner_tech .swiper-pagination-bullet-active span {
    background: #23edff;
}

.tech_idea {
    width: 100%;
    background: linear-gradient(#fff, #f9f9f9);
    padding: 4.0rem 0;
}

.tech_idea_content {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.tech_idea_wen {
    margin-top: 4.0rem;
}

.tech_idea_icon {
    width: 37.5%;
    float: left;
}

.tech_idea_icon img {
    width: 100%;
}

.tech_idea_ul {
    width: 60%;
    float: right;
}

.tech_idea_ul ul li {
    width: 48%;
    margin: 1.0rem 1%;
    float: left;
    background-image: linear-gradient(to left, #fff, #fff);
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.tech_idea_ul ul li .tech_idea_padd {
    padding: 3.0rem 1.4rem;
}

.tech_idea_ul ul li .tech_idea_ul_left {
    color: #fff;
    width: 4.0rem;
    height: 4.0rem;
    position: relative;
}

.tech_idea_ul ul li .tech_idea_ul_left div {
    font-size: 3.0rem;
    position: absolute;
    top: 0;
    left: 0;
}

.tech_idea_ul ul li .tech_idea_ul_left .icon {
    font-size: 4.0rem;
}

.tech_idea_ul ul li .tech_idea_ul_left .tech_idea_ul_left_b {
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.tech_idea_ul ul li .tech_idea_ul_right {
    position: absolute;
    width: calc(100% - 7.0rem);
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.tech_idea_ul ul li .tech_idea_ul_right h3 {
    font-size: 1.25rem;
    width: 90%;
    color: #333;
    font-weight: bold;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.tech_idea_ul ul li .tech_idea_ul_right i {
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, rgba(3, 100, 241, 1), rgba(3, 100, 241, 0));
    margin: .6rem 0 .4rem;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.tech_idea_ul ul li .tech_idea_ul_right p {
    font-size: .87rem;
    width: 90%;
    color: #666;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.tech_idea_ul ul li:hover {
    background-image: linear-gradient(to left, #0364f1, #3d9af8);
    box-shadow: 3px 3px 10px rgba(3, 100, 241, .2);
}

.tech_idea_ul ul li:hover .tech_idea_ul_right i {
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.tech_idea_ul ul li:hover .tech_idea_ul_right h3 {
    color: #fff;
}

.tech_idea_ul ul li:hover .tech_idea_ul_right p {
    color: #fff;
}

.tech_idea_ul ul li:hover .tech_idea_ul_left .tech_idea_ul_left_a {
    opacity: 0;
}

.tech_idea_ul ul li:hover .tech_idea_ul_left .tech_idea_ul_left_b {
    opacity: 1;
}

.tech_web_back {
    padding: 5.0rem 0;
    background: url(../image/back_16.jpg) no-repeat 50% 0%;
    position: relative;
}

.title_inside_img {
    width: 70%;
    max-width: 671px;
    margin: 0 auto;
    position: relative;
    bottom: -4.0rem;
}

.title_inside_img img {
    width: 100%
}

.tech_web_text {
    background-image: linear-gradient(#fff, #f9f9f9);
    padding-bottom: 5.0rem;
}

.tech_web_text_content {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.tech_web_ul {
    background: #fff;
    box-shadow: 0 0 2.0rem rgba(4, 101, 241, .3);
    margin-top: 4.0rem;
    background: url(../image/back_17.png) no-repeat 50% 50%;
    background-size: 100%;
}

.tech_web_ul ul li {
    width: 25%;
    float: left;
}

.tech_web_ul ul li .tech_web_ul_padding {
    padding: 2.2rem;
}

.tech_web_ul ul li .tech_web_ul_icon {
    text-align: center;
}

.tech_web_ul ul li .tech_web_ul_icon .icon {
    font-size: 4.0rem;
}

.tech_web_ul ul li .tech_web_ul_text {
    margin-top: 2.0rem;
}

.tech_web_ul ul li .tech_web_ul_text h3 {
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.tech_web_ul ul li .tech_web_ul_text i {
    display: block;
    width: 3.0rem;
    height: 2px;
    background: #333;
    margin: .7rem auto;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.tech_web_ul ul li .tech_web_ul_text p {
    color: #666;
    font-size: 1.0rem;
    line-height: 1.8rem;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.tech_web_ul ul li:hover .tech_web_ul_text h3 {
    color: #0364f1;
}

.tech_web_ul ul li:hover .tech_web_ul_text i {
    background: #0364f1;
}

.tech_web_ul ul li:hover .tech_web_ul_text p {
    color: #0364f1;
}

.tech_app {
    width: 100%;
    background: linear-gradient(#fff, #f9f9f9);
    padding: 4.0rem 0;
}

.tech_app_content {
    max-width: 1580px;
    width: 100%;
    margin: 6.0rem auto 3.0rem auto;
    background: url(../image/back_18.jpg) no-repeat 50% 50%;
}

.tech_app_wen {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    position: relative;
}

.tech_app_left {
    width: 53.8%;
    float: left;
}

.tech_app_left img {
    width: 100%;
}

.tech_app_right {
    width: 37%;
    float: right;
    position: absolute;
    top: -10%;
    right: 0;
    height: 120%;
}

.tech_app_right ul {
    width: 100%;
}

.tech_app_right ul li {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 2.0rem rgba(4, 101, 241, .3);
    position: relative;
}

.tech_app_right ul li .tech_app_icon {
    width: .5rem;
    height: .5rem;
    border: .2rem solid #333;
    border-radius: 50%;
    float: left;
}

.tech_app_padding {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.tech_app_right ul li .tech_app_text {
    float: right;
    width: calc(100% - 1.8rem);
    margin-top: -.3rem;
}

.tech_app_right ul li .tech_app_text h3 {
    font-size: 1.1rem;
    color: #333;
    font-weight: bold;
    margin-top: -.1rem;
}

.tech_app_right ul li .tech_app_text p {
    margin-top: .4rem;
    color: #666;
    font-size: 1.0rem;
    line-height: 1.6rem;
}

.tech_app_right ul li:hover .tech_app_icon {
    border-color: #0364f1;
}

.tech_app_right ul li:hover .tech_app_text h3 {
    color: #0364f1;
}

.tech_app_right ul li:hover .tech_app_text p {
    color: #0364f1;
}

.tech_cust {
    background: url(../image/back_19.jpg) no-repeat 50% 50%;
    padding: 6.0rem 0;
}

.tech_cust_ul {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.tech_cust_raidus {
    border-bottom: 2px solid #fff;
    border-radius: 50%;
    height: 18rem;
    margin-top: -6.0rem;
}

.tech_cust_ul ul li {
    float: left;
    width: 22%;
}

.tech_cust_ul ul li:nth-child(1) {
    margin-top: -2.15rem;
}

.tech_cust_ul ul li:nth-child(2) {
    margin: -1.1rem 3% 0 3%;
}

.tech_cust_ul ul li:nth-child(3) {
    margin: -1.1rem 3% 0 3%;
}

.tech_cust_ul ul li:nth-child(4) {
    margin-top: -2.15rem;
}

.tech_cust_ul ul li .tech_cust_top {
    border: .1rem solid #fff;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 3.0rem;
}

.tech_cust_ul ul li .tech_cust_top i {
    display: block;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background: #fff;
    margin: .4rem;
}

.tech_cust_ul ul li .tech_cust_text {
    background: #fff;
    width: 100%;
    position: relative;
}

.tech_cust_ul ul li .tech_cust_text span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to left, #0364f1, #3d9af8);
    width: 100%;
    height: .4rem;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.tech_cust_ul ul li .tech_cust_text .iconfont {
    font-size: 4.0rem;
    text-align: center;
    color: #0364f1;
    padding-top: 2.0rem;
    position: relative;
    z-index: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.tech_cust_ul ul li .tech_cust_text_text {
    padding: 1.4rem;
    position: relative;
    z-index: 1;
}

.tech_cust_ul ul li .tech_cust_text_text h3 {
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.tech_cust_ul ul li .tech_cust_text_text p {
    font-size: 1.0rem;
    color: #666;
    line-height: 1.8rem;
    height: 7.2rem;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.tech_cust_ul ul li .tech_cust_text_text i {
    display: block;
    width: 3.0rem;
    height: 2px;
    background: #333;
    margin: 1.0rem auto;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.tech_cust_ul ul li:hover .tech_cust_text span {
    height: 100%;
}

.tech_cust_ul ul li:hover .tech_cust_text_text h3 {
    color: #fff;
}

.tech_cust_ul ul li:hover .tech_cust_text_text p {
    color: #fff;
}

.tech_cust_ul ul li:hover .tech_cust_text_text i {
    background: #fff;
}

.tech_cust_ul ul li:hover .tech_cust_text .iconfont {
    color: #fff;
}

.tech_range {
    width: 100%;
    background: linear-gradient(#fff, #f9f9f9);
    padding: 5.0rem 0;
}

.tech_range_content {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.tech_range_icon {
    height: 28rem;
    position: relative;
    margin: 3.0rem 0 5.0rem 0;
}

.tech_range_div {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.tech_range_div p {
    font-size: 1.0rem;
    color: #0364f1;
    text-align: center;
    margin-top: .6rem;
}

.tech_range_div .tech_range_div_bor {
    width: 100%;
    height: 0;
    padding-top: 100%;
    border: .1rem dashed #66a0f5;
    border-radius: 50%;
    position: relative;
}

.tech_range_div .tech_range_div_back {
    background: rgba(61, 154, 248, .2);
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    border-radius: 50%;
}

.tech_range_div .tech_range_div_icon {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    border-radius: 50%;
    background-image: linear-gradient(#0364f1, #3d9af8);
}

.tech_range_div .tech_range_div_icon i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.tech_range_div_a {
    top: 75%;
    left: 0;
    width: 5.6rem;
}

.tech_range_div_icon_a i {
    font-size: 3.0rem;
}

.tech_range_div_b {
    top: 55%;
    left: 14%;
    width: 6.5rem;
}

.tech_range_div_icon_b i {
    font-size: 4.0rem;
}

.tech_range_div_c {
    top: 20%;
    left: 26%;
    width: 8rem;
}

.tech_range_div_icon_c i {
    font-size: 4.5rem;
}

.tech_range_div_d {
    top: 80%;
    left: 26%;
    width: 8rem;
}

.tech_range_div_icon_d i {
    font-size: 4.5rem;
}

.tech_range_div_e {
    top: 60%;
    left: 36%;
    width: 5rem;
}

.tech_range_div_icon_e i {
    font-size: 3.0rem;
}

.tech_range_div_f {
    top: 30%;
    left: 50%;
    width: 5.6rem;
}

.tech_range_div_icon_f i {
    font-size: 3.0rem;
}

.tech_range_div_g {
    top: 20%;
    left: 65%;
    width: 6.5rem;
}

.tech_range_div_icon_g i {
    font-size: 4.0rem;
}

.tech_range_div_h {
    top: 55%;
    left: 65%;
    width: 5rem;
}

.tech_range_div_icon_h i {
    font-size: 3.0rem;
}

.tech_range_div_r {
    top: 90%;
    left: 72%;
    width: 5.6rem;
}

.tech_range_div_icon_r i {
    font-size: 3.0rem;
}

.tech_range_div_j {
    top: 60%;
    left: 78%;
    width: 5.6rem;
}

.tech_range_div_icon_j i {
    font-size: 3.0rem;
}

.tech_range_div_k {
    top: 40%;
    left: 88%;
    width: 5.5rem;
}

.tech_range_div_icon_k i {
    font-size: 3.0rem;
}

.tech_range_div_l {
    top: 80%;
    left: 92%;
    width: 6.0rem;
}

.tech_range_div_icon_l i {
    font-size: 3.4rem;
}

.tech_range_div_i {
    top: 50%;
    left: 100%;
    width: 5rem;
}

.tech_range_div_icon_i i {
    font-size: 3.0rem;
}

.tech_range_icon_img {
    max-width: 300px;
    width: 60%;
    position: absolute;
    bottom: -7.0rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.tech_range_icon_img img {
    width: 100%
}

.tech_input {
    width: 100%;
    padding-top: 5.0rem;
    background: #fff;
}

.tech_input_content {
    width: 100%;
    margin-top: 4.0rem;
    position: relative;
}

.tech_input_form {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-bottom: 3.0rem;
}

.tech_input_form_left {
    float: left;
    width: 70%;
    margin-left: -30%;
    max-width: 747px;
}

.tech_input_form_left img {
    width: 100%;
}

.tech_input_fotm_right {
    float: right;
    width: 64%;
}

.tech_input_div {
    float: left;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #fff;
    width: 48%;
    margin-top: 4.0rem;
    padding-bottom: .5rem;
    margin: 3.0rem 1% 0 1%;
}

.tech_c {
    width: 98%;
}

.tech_input_div span {
    color: #fff;
    font-size: 1.0rem;
    width: 5.0rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tech_input_div input {
    width: 100%;
    background: none;
    border: none;
    font-size: 1.0rem;
    outline: none;
    color: #fff;
}

.tech_input_back {
    height: 16.0rem;
    background-image: linear-gradient(to left, #0364f1, #3d9af8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.tech_input_div i {
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}

.tech_button {
    margin: 3.0rem auto 0 auto;
}

.tech_button button {
    width: 14.0rem;
    height: 2.6rem;
    background: #fff;
    color: #4276e8;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: .3rem;
}

.tech_button button:hover {
    box-shadow: 3px 3px 8px rgba(255, 255, 255, .3);
}

.tech_label {
    margin-top: 3.0rem;
}

.tech_label span {
    display: block;
    width: 5.0rem;
    float: left;
    line-height: 2.4rem;
    color: #fff;
}

.tech_label ul {
    float: left;
}

.tech_label ul li {
    float: left;
}

.tech_label input[type="radio"] {
    opacity: 0;
    display: none;
}

.tech_label input[type="radio"]+label {
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
    height: 2.4rem;
    line-height: 2.4rem;
    color: #fff;
    display: block;
    width: 6.0rem;
    text-align: center;
    margin: 0 .4rem;
}

.tech_label input[type="radio"]:checked+label {
    background: #fff;
    color: #0364f1;
}


/*  */

.title_red {
    text-align: center;
    line-height: 2.8rem;
}

.title_red span {
    font-size: 2.5rem;
    color: #8445a2;
    margin: 0 2.0rem;
    font-weight: bold;
    background-image: -webkit-linear-gradient(left, #d43f8d, #0650c4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title_red i {
    display: inline-block;
    height: 1.75rem;
}

.title_red i img {
    height: 100%;
}

.media_serv {
    padding: 5.0rem 0;
    background: linear-gradient(#f9f9f9, #fff);
}

.media_serv .media_serv_content {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.media_serv .media_serv_tad {
    margin-top: 4.0rem;
    position: relative;
}

.media_serv .media_serv_tad ul {
    width: 16rem;
    border-right: 1px solid #0250c5;
    float: left;
    position: relative;
}

.media_serv .media_serv_tad ul li {
    line-height: 2.6rem;
    padding: 1.5rem 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.media_serv .media_serv_tad ul li .media_icon {
    width: .6rem;
    height: .6rem;
    background: #333;
    position: relative;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    float: left;
    margin-top: 1.0rem;
    margin-right: 1.4rem;
}

.media_serv .media_serv_tad ul li .media_icon span {
    display: block;
    width: .3rem;
    height: .3rem;
    background: #333;
    border: .05rem solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.2rem;
    margin-left: -.2rem;
}

.media_serv .media_serv_tad ul li svg {
    font-size: 2.6rem;
    line-height: 3.0rem;
    float: left;
    margin-right: .6rem;
}

.media_serv .media_serv_tad ul li span {
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
    display: inline-block;
    line-height: 2.6rem;
}

.media_serv .media_serv_tad ul .active .media_icon {
    background: linear-gradient(#0250c5, #d43f8d);
}

.media_serv .media_serv_tad ul .active .media_icon span {
    background: linear-gradient(#0250c5, #d43f8d);
}

.media_serv .media_serv_tad ul li:hover .media_icon {
    background: linear-gradient(#0250c5, #d43f8d);
}

.media_serv .media_serv_tad ul li:hover .media_icon span {
    background: linear-gradient(#0250c5, #d43f8d);
}

.media_serv .media_serv_tad .media_curr_back {
    position: absolute;
    height: 4.0rem;
    width: 14.0rem;
    background: linear-gradient(to left, rgba(2, 80, 197, .3), rgba(2, 80, 197, .0));
    border-right: .3rem solid #0250c5;
    top: 0;
    right: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}

.media_serv .meida_sery_text {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 20rem);
    height: 100%;
    transition: top .2s;
}

.media_serv .meida_sery_text_left {
    width: 41%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.media_serv .meida_sery_text_right {
    width: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.media_serv .meida_sery_text_right h3 {
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
}

.media_serv .meida_sery_text_right_border {
    border-bottom: 2px dotted #5589d7;
}

.media_serv .meida_sery_text_right_p {
    margin: 1.0rem 0;
}

.media_serv .meida_sery_text_right_icon {
    width: .7rem;
    height: .7rem;
    background: #0250c5;
    border-radius: 50%;
    float: left;
    margin-top: .6rem;
    margin-right: 1.0rem;
}

.media_serv .meida_sery_text_right_text {
    float: left;
    color: #666;
    width: calc(100% - 1.8rem);
    line-height: 1.8rem;
}

.meida_sery_text>div {
    display: none;
}

.meida_sery_text>div.active {
    display: block;
}

.media_adva {
    background: #fff url(../image/back_20.jpg) no-repeat 50% 100%;
    padding: 5.0rem 0;
}

.media_adva_content {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.media_adva_text {
    margin-top: 5.0rem;
}

.media_adva_text dl dd {
    display: none;
    height: 16.0rem;
}

.media_adva_text dl dd p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #0250c5;
    line-height: 2.2rem;
}

.media_adva_text dl .media_adva_block {
    display: block;
    text-align: center
}

.media_adva_nav {
    width: 100%;
    height: 7.0rem;
    background: linear-gradient(to left, #0250c5, #d43f8d);
}

.media_adva_nav ul li {
    width: 20%;
    float: left;
    text-align: center;
    height: 7.0rem;
    font-size: 1.0rem;
    color: #fff;
    position: relative;
}

.media_adva_nav ul li .media_adva_nav_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.media_adva_nav ul li i {
    font-size: 1.8rem;
    margin-right: .5rem;
    display: inline-block;
    line-height: 5.0rem;
    float: left;
}

.media_adva_nav ul li span {
    display: inline-block;
    line-height: 5.0rem;
    float: left;
    font-size: 1.2rem;
}

.media_adva_nav ul .media_adva_back {
    background: url(../image/img_37.png) no-repeat 50% 100%;
}

.media_input {
    width: 100%;
    padding-top: 5.0rem;
    background: #fff;
}

.media_input_content {
    width: 100%;
    margin-top: 4.0rem;
    position: relative;
}

.media_input_form {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-bottom: 3.0rem;
}

.media_input_form_left {
    float: left;
    width: 40%;
    margin-left: -17%;
    max-width: 463px;
}

.media_input_form_left img {
    width: 100%;
}

.media_input_fotm_right {
    float: right;
    width: 70%;
}

.media_input_div {
    float: left;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #fff;
    width: 48%;
    margin-top: 4.0rem;
    padding-bottom: .5rem;
    margin: 3.0rem 1% 0 1%;
}

.media_c {
    width: 98%;
}

.media_input_div span {
    color: #fff;
    font-size: 1.0rem;
    width: 5.0rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.media_input_div input {
    width: 100%;
    background: none;
    border: none;
    font-size: 1.0rem;
    outline: none;
    color: #fff;
}

.media_input_back {
    height: 16.0rem;
    background-image: linear-gradient(to left, #0e1162, #611976);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.media_input_div i {
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}

.media_button {
    margin: 3.0rem auto 0 auto;
}

.media_button button {
    width: 14.0rem;
    height: 2.6rem;
    background: #fff;
    color: #471770;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: .3rem;
    cursor: pointer;
    transition: all .4s;
}

.media_button button:hover {
    box-shadow: 3px 3px 8px rgba(255, 255, 255, .3);
}

.media_label {
    margin-top: 3.0rem;
}

.media_label span {
    display: block;
    width: 5.0rem;
    float: left;
    line-height: 2.4rem;
    color: #fff;
}

.media_label ul {
    float: left;
}

.media_label ul li {
    float: left;
}

.media_label input[type="radio"] {
    opacity: 0;
    display: none;
}

.media_label input[type="radio"]+label {
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
    height: 2.4rem;
    line-height: 2.4rem;
    color: #fff;
    display: block;
    width: 6.0rem;
    text-align: center;
    margin: 0 .4rem;
}

.media_label input[type="radio"]:checked+label {
    background: #fff;
    color: #471770;
}

.tel_fixed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    right: 150%;
    width: 260px;
}

.fix_display {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.fix_display .ico-phone {
    margin-top: 18px;
    margin-left: 10px;
    margin-right: 5px;
    color: #3e584d;
}

.fix_display .ico-phone i {
    font-size: 30px;
}

.ico-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.fix_display h4 {
    font-size: 16px;
    margin-top: 20px;
}

.phone i {
    font-size: 40px;
    color: #fff;
}

.fix_display span {
    font-size: 14px;
}

.fix_display p {
    color: #036eb8;
    font-size: 30px;
    margin: 10px 0;
    font-family: Impact;
}

.fix_display {
    height: 100px;
    color: #333;
    background: none;
    margin-left: 10px;
}

.tel_left img {
    height: 130px;
}

.tel_cont img {
    height: 130px;
    width: 200px;
}

.tel_right img {
    height: 130px;
}

.fix .phone {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 17px;
    right: 0;
    width: 70px;
    height: 70px;
    padding: 10px;
    background-color: #036eb8;
}

.fix .phone:hover {
    cursor: pointer;
}


/* 返回按钮部分 */

.back {
    text-align: center;
    color: #fff;
    display: none;
}

.back i {
    font-size: 40px;
}

.back:hover {
    cursor: pointer;
}

.fix .back {
    position: absolute;
    top: 110px;
    right: 0;
    width: 70px;
    height: 70px;
    padding: 10px;
    background-color: #036eb8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}


/* 返回按钮部分 */

.aside {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999999;
}


/* 微信按钮部分 */

.wei {
    text-align: center;
    color: #fff;
}

.wei i {
    font-size: 40px;
    color: #fff;
}

.wei:hover {
    cursor: pointer;
}

.fix .wei {
    position: absolute;
    top: -76px;
    right: 0;
    width: 70px;
    height: 70px;
    padding: 10px;
    background-color: #036eb8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.phone p,
.back p,
.wei p {
    color: #fff;
    font-size: 14px;
}

.ico-phone i {
    color: #036eb8;
}

.fix_display .ico-text h4 {
    color: #036eb8;
    font-size: 14px;
}

.fix_display .ico-text p {
    color: #036eb8;
    font-size: 30px;
}

.wei_hidden {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: -35%;
    right: 120%;
}

.wei_hidden img {
    width: 100%;
}

.qq_hidden {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    right: 150%;
}

.fixeddd a {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #036eb8;
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 99999;
    line-height: 70px;
    text-align: center;
    display: block;
}

.fixeddd a i {
    font-size: 40px;
    color: #fff;
}

.fixeddd {
    display: none
}

.contact {
    background: linear-gradient(to top, #f9f9f9, #fff);
    padding: 4.0rem 0;
}

.contact_content {
    max-width: 1200px;
    margin: 4.0rem auto 0 auto;
    width: 98%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_left {
    max-width: 386px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact_left i {
    font-size: 1.3rem;
    color: #999;
    margin-left: 1.0rem;
    margin-right: .4rem;
}

.contact_left .contact_input {
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: 3px 3px 10px rgba(47, 91, 121, .2);
    height: 42px;
    border-radius: .3rem;
    background: #fff;
}

.contact_left input {
    font-size: 1.0rem;
    width: 100%;
    border: none;
    outline: none;
    color: #444;
}

.contact_right {
    max-width: 706px;
    width: 100%;
    height: 172px;
    box-shadow: 3px 3px 10px rgba(47, 91, 121, .2);
    position: relative;
    background: #fff;
}

.contact_right textarea {
    resize: none;
    width: calc(100% - 1.2rem);
    height: calc(100% - 1.2rem);
    margin: .6rem;
    font-size: 1.0rem;
    color: #444;
    border: none;
    outline: none;
}

.contact_right i {
    position: absolute;
    top: .6rem;
    left: .7rem;
    color: #999;
    font-size: 1.3rem;
}

.contact_button {
    width: 100%;
    margin-top: 3.0rem;
}

.contact_button button {
    width: 100%;
    height: 42px;
    background: url(../image/button_background.jpg) no-repeat;
    background-size: 100% 100%;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

.contact_map {
    width: 100%;
    max-width: 1200px;
    padding: 4.0rem 0;
    margin: 0 auto;
}

.contact_map .iframe {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 36%;
    margin-top: 4.0rem;
}

.contact_map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

.contact_map .iframe_fixed {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 999;
    background: #fff;
    width: 330px;
}

.contact_map .iframe_fixed_padding {
    padding: 1.8rem;
}

.contact_map h3 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #0364f1;
    margin-left: -1.8rem;
    display: flex;
    align-items: center;
}

.contact_map h3 i {
    display: block;
    width: .5rem;
    height: 1.8rem;
    background: url(http://www.xingtianderun.com/images/images/background_map.jpg);
    background-size: 100% 100%;
    margin-right: 2.0rem;
}

.contact_map .iframe_fixed_text {
    padding: 0 1.0rem;
    border-top: 1px dotted #0364f1;
    border-bottom: 1px dotted #0364f1;
    margin-top: 1.0rem;
}

.contact_map p {
    margin: 1.0rem 0;
    display: flex;
    align-items: flex-start;
}

.contact_map p b {
    font-weight: normal;
    display: block;
    width: 3.0rem;
    flex-wrap: nowrap;
}

.contact_map p span {
    display: block;
    width: calc(100% - 3.0rem);
}

@media screen and (max-width:750px) {
    .aside {
        display: none;
    }
    .banner_inside {
        display: none;
    }
    .banner_inside_mo {
        width: 100%;
        display: block;
    }
    .banner_tech_pc {
        display: none;
    }
    .banner_tech_mo {
        display: block;
    }
    /* .fp-section{ height: auto !important;} */
    .banner {
        display: none;
    }
    .banner_mo {
        display: block;
    }
    .banner_mo img {
        width: 100%
    }
    .index_service_position {
        position: static;
        top: auto;
        left: auto;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        margin: 0 auto;
        -o-transform: none;
        margin: 0 auto;
        padding: 3.0rem 0;
    }
    .title i {
        display: none;
    }
    .service_ul {
        margin-top: 1.0rem;
    }
    .service_ul ul li {
        width: 48%;
        margin: 1.0rem 1%;
    }
    .service_ul ul li:hover .service_content_text p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .service_number {
        margin-top: 1.5rem;
    }
    .service_number_div {
        width: 50%;
        margin-top: 1.4rem;
    }
    .service_number_div .service_number_i {
        display: none;
    }
    .service_number_div:nth-child(5) {
        display: none;
    }
    .fp-section {
        height: auto !important;
    }
    #fp-nav {
        display: none;
    }
    .fp-section.fp-table:nth-child(1) {
        height: auto!important;
    }
    .fp-section.fp-table:nth-child(1) .fp-tableCell {
        height: auto !important;
    }
    .tech_content_left {
        position: static;
        top: auto;
        left: auto;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        margin: 0 auto;
        -o-transform: none;
        margin: 0 auto;
        width: 100%;
    }
    .index_tech_position {
        padding: 3.0rem 0;
        position: static;
        top: auto;
        left: auto;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        margin: 0 auto;
        -o-transform: none;
        margin: 0 auto;
    }
    .tech_title {
        font-size: 1.5rem;
        margin-top: 0rem;
    }
    .tech_content_right {
        width: 100%;
    }
    .tech_content {
        position: static;
        margin-top: 3.0rem;
    }
    .tech_content_right {
        position: static;
        top: auto;
        left: auto;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        margin: 0 auto;
        -o-transform: none;
        margin: 2.0rem auto 0 auto;
    }
    .index_mark_position {
        padding: 3.0rem 0;
        position: static;
        top: auto;
        left: auto;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        margin: 0 auto;
        -o-transform: none;
        margin: 0 auto;
    }
    .index_media_position {
        padding: 3.0rem 0;
        position: static;
        top: auto;
        left: auto;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        margin: 0 auto;
        -o-transform: none;
        margin: 0 auto;
    }
    .media_swiper {
        margin-top: 2.0rem;
    }
    .index_media .media_content_left {
        margin-left: 0
    }
    .index_media .media_content_right {
        position: static;
        top: auto;
        left: auto;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        margin: 0 auto;
        -o-transform: none;
        margin: 0 auto;
        width: 72%;
    }
    .index_media .media_content_back {
        height: 100%;
        display: none;
    }
    .index_media .media_content_right p {
        width: 100%
    }
    .index_media .media_text {
        margin: 0;
        padding: 1.0rem;
        width: auto;
    }
    .index_news_position {
        padding: 3.0rem 0;
        position: static;
        top: auto;
        left: auto;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        margin: 0 auto;
        -o-transform: none;
        margin: 0 auto;
        width: 100%;
    }
    .index_news_position .news_more {
        margin-top: 1.0rem;
    }
    .news_ul {
        margin-top: 1.0rem;
    }
    .news_ul ul li {
        width: 46%;
        margin: 1.0rem 2%;
    }
    .news_ul ul li:nth-child(2) {
        margin: 1.0rem 1%;
    }
    .news_ul ul li .news_ul_text h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .news_ul ul li .news_ul_text h3 {
        display: none;
    }
    .index_coop_position {
        padding: 3.0rem 0;
        position: static;
        top: auto;
        left: auto;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        margin: 0 auto;
        -o-transform: none;
        margin: 0 auto;
    }
    /* .footer_right {
        display: none;
    } */
    .coop_brand ul li {
        margin: .5rem 1%;
    }
    /* .footer_left {
        float: none;
        width: 100%;
    }
    .footer_left .footer_intro .footer_about h3 {
        display: none;
    }
    .footer_left .footer_intro .footer_about ul {
        padding: 0;
    }
    .footer_about {
        display: none;
    }
    .footer_left .footer_intro .footer_contact ul {
        padding: 0;
        margin-top: 1.0rem;
    }
    #footer_curr {
        display: none;
    }
    .footer_left .footer_intro .footer_contact ul li {
        line-height: 2.0rem;
    }
    .footer_left .footer_intro .footer_contact h3 {
        font-size: 1.6rem
    } */
    .coop_brand {
        margin-top: 1.6rem;
    }
    .service_ul ul li .service_text_text {
        top: 200%
    }
    /* 导航 */
    .nav_ul {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: #041031;
    }
    .nav_ul ul {
        margin-top: 8.0rem;
    }
    .nav_ul ul li {
        width: 100%;
        padding: 1.0rem 0;
        text-align: center;
        height: auto
    }
    .nav_ul ul li a {
        display: block;
    }
    .nav_ul ul #nav_current {
        width: 90%;
        left: 5%
    }
    .nav {
        overflow-x: hidden;
    }
    .nav_span {
        width: 2.0rem;
        position: fixed;
        top: 1.6rem;
        right: 1.0rem;
        z-index: 99;
        height: 1.4rem
    }
    .nav_span span {
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
    }
    .nav_span span:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
    }
    .nav_span span:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 0
    }
    .nav_span span:nth-child(3) {
        position: absolute;
        top: 100%;
        left: 0
    }
    .nav_curr span:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: left center
    }
    .nav_curr span:nth-child(2) {
        width: 0
    }
    .nav_curr span:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: left center
    }
    .nav_drop dl {
        position: static;
        text-align: center;
        top: auto;
        left: auto;
        margin: 0;
        width: auto
    }
    .nav_drop dl dd {
        margin-top: 1.0rem;
    }
    .nav_drop dl a {
        width: auto
    }
    .title_inside i {
        display: none;
    }
    .about_intr {
        padding: 3.0rem 0;
    }
    .about_intr_icon {
        display: none;
    }
    .about_intr_text {
        width: 100%;
    }
    .about_intr_text_padding {
        padding: 1.0rem 2.0rem;
    }
    .title_white i {
        display: none;
    }
    .about_product {
        padding: 3.0rem 0;
    }
    .about_product_text ul li:nth-child(1) dl dd {
        width: 100%
    }
    .about_product_text ul li dl dd {
        width: 100%;
        margin-top: 1.0rem;
    }
    .about_product_text ul li dl dd h3 {
        text-align: left;
    }
    .about_product_text ul li .about_product_dl_dd {
        padding: 0;
        text-align: left;
    }
    .about_product_text ul li dl dd {
        background: none;
    }
    .about_product_text ul li dl dd p {
        margin-top: .4rem;
    }
    .about_product_text ul li dl {
        padding-top: 1.0rem;
    }
    .about_culture_text .about_culture_left {
        display: none;
    }
    .about_culture_text .about_culture_right {
        padding: 1.0rem 0
    }
    .about_culture_text .about_culture_right {
        position: static;
        top: auto;
        left: auto;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        margin: 0 auto;
        -o-transform: none;
        margin: 0 auto;
        width: 100%
    }
    .about_culture_text_2 {
        margin: 0;
    }
    .about_culture,
    .about_elegant {
        padding: 2.0rem 0
    }
    .about_culture_intr {
        margin-top: 1.0rem
    }
    .about_elegant_swiper #certify .swiper-button-next {
        display: none;
    }
    .about_elegant_swiper #certify .swiper-button-prev {
        display: none;
    }
    .case_text .case_h3 {
        float: none;
        margin: 0 .5rem;
        display: none;
    }
    .case_logo,
    .case_logo ul {
        margin-top: 2.0rem
    }
    .case_text .case_tad {
        width: 100%;
        float: none;
        margin-top: 1.4rem
    }
    .case_logo ul li {
        width: 31.33%
    }
    .case {
        padding: 2.0rem 0
    }
    .case_list {
        padding: 2.0rem 0
    }
    .case_list ul li .case_list_text_padding {
        padding: 1.0rem
    }
    .case_list ul li .case_list_img {
        padding-top: 42%
    }
    .case_list ul li {
        width: 100%
    }
    .case_list ul li .case_list_text h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .case_list ul li .case_list_text p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .case_text {
        margin-top: 1.0rem
    }
    .title_inside span {
        margin: 0
    }
    .coop_service {
        padding: 2.0rem 0
    }
    .coop_service_ul ul li {
        width: 33.33%;
        margin-bottom: 2.0rem
    }
    .coop_service_ul ul li .coop_service_ico {
        width: 68%
    }
    .title_inside_h4 {
        font-size: 1.2rem
    }
    .title_inside span {
        font-size: 2.0rem
    }
    .coop_service_ul {
        margin-top: 2.0rem
    }
    .coop_coop_ul ul li {
        width: 100%
    }
    .coop_coop_ul {
        margin-top: 1.0rem
    }
    .coop_coop {
        background-size: auto 100%;
    }
    .coop_logo_ul {
        margin-top: 1.0rem
    }
    .coop_logo {
        padding: 2.0rem 0
    }
    .coop_logo_ul ul li {
        width: 23%
    }
    .title_red i {
        display: none;
    }
    .title_red span {
        margin: 0;
        font-size: 2.0rem
    }
    .media_serv {
        padding: 2.0rem 0;
    }
    .media_serv .media_serv_tad {
        margin-top: 2.0rem
    }
    .media_serv .meida_sery_text_left {
        display: none;
    }
    .media_serv .media_serv_tad ul {
        width: 12rem
    }
    .media_serv .meida_sery_text {
        width: calc(100% - 13rem);
        position: static;
        top: auto;
        float: right;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
    }
    .media_serv .meida_sery_text_right {
        position: static;
        top: auto;
        left: auto;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        margin: 0 auto;
        -o-transform: none;
        margin: 0 auto;
        width: 100%
    }
    .media_adva_nav ul li span {
        line-height: 1.5rem;
        float: none;
        font-size: 1.0rem
    }
    .media_adva_nav ul li i {
        line-height: 2.0rem;
        margin-right: 0;
        float: none;
        font-size: 2.0rem
    }
    .media_adva_nav ul li .media_adva_nav_icon {
        text-align: center;
    }
    .media_adva {
        padding: 3.0rem 0
    }
    .media_input_form_left {
        display: none;
    }
    .media_input_fotm_right {
        width: 100%
    }
    .media_input_content {
        margin-top: 2.0rem
    }
    .media_input {
        padding-top: 3.0rem
    }
    .media_label input[type="radio"]+label {
        width: 100%;
        margin: 0;
    }
    .media_label span {
        margin-left: .6rem;
        font-size: 1.4rem;
        font-weight: bold;
        width: auto;
        margin-bottom: 1.2rem
    }
    .proje_content_intro .proje_intro_right {
        display: none;
    }
    .proje_content_intro .proje_intro_left {
        width: 90%;
        left: 5%
    }
    .project .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }
    .project .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        display: none;
    }
    .project .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        display: none;
    }
    .search_prob {
        padding: 2.0rem 0
    }
    .title_black i {
        display: none;
    }
    .title_black span {
        margin: 0
    }
    .title_black_h4 {
        font-size: 1.2rem
    }
    .title_black span {
        font-size: 2.0rem
    }
    .search_prob_ul {
        margin-top: 1.0rem
    }
    .search_prob_ul ul li {
        width: 48%;
        margin: .5rem 1%
    }
    .search_prob_ul ul li:nth-child(2) {
        margin: .5rem 1%
    }
    .search_prob_ul ul li .search_prob_text p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .search_intr_ul ul li {
        width: 48%;
        margin: .5rem 1%
    }
    .search_intr_ul ul li:nth-child(2) {
        margin: .5rem 1%
    }
    .search_intr_ul ul li .search_intr_icon {
        font-size: 3.0rem;
        width: 5.0rem;
        height: 5.0rem
    }
    .search_intr_ul ul li .search_intr_icon .icon {
        margin-left: -1.5rem;
        margin-top: -1.5rem
    }
    .search_intr_ul ul li .search_intr_text_content {
        padding: 3.0rem 1.0rem 2.0rem 1.0rem
    }
    .search_intr {
        padding: 2.0rem 0
    }
    .search_intr_ul {
        margin-top: 1.0rem
    }
    .search_char_ul ul li .search_char_ul_padding {
        padding: 1.0rem
    }
    .search_char_ul ul li .search_char_right p {
        line-height: 1.3rem
    }
    .search_char {
        padding: 3.0rem 0
    }
    .search_char_ul {
        margin-top: 2.0rem
    }
    .search_path {
        padding: 3.0rem 0;
    }
    .search_path_ul ul {
        width: 100%
    }
    .search_path_ul ul li {
        margin: 0
    }
    .search_path_ul .search_path_border {
        border-right: none;
        top: 6.9rem;
        height: calc(100% - 12.65rem);
    }
    .search_path_ul ul li h3 {
        font-weight: normal;
        font-size: 1.0rem
    }
    .search_input_form_left {
        display: none;
    }
    .search_input_fotm_right {
        width: 100%
    }
    .search_input {
        padding-top: 3.0rem
    }
    .search_input_content {
        margin-top: 2.0rem
    }
    .search_input_form {
        padding-bottom: 2.0rem
    }
    .title_white span {
        font-size: 2.0rem
    }
    .tech_idea {
        padding: 3.0rem 0
    }
    .tech_idea_wen {
        margin-top: 2.0rem
    }
    .tech_idea_icon {
        display: none;
    }
    .tech_idea_ul {
        width: 100%
    }
    .tech_idea_ul ul li {
        width: 100%;
        margin: .5rem 0
    }
    .tech_web_ul ul li {
        width: 50%
    }
    .tech_web_ul ul li .tech_web_ul_padding {
        padding: 1.0rem;
    }
    .tech_app {
        padding: 3.0rem 0
    }
    .tech_app_right ul li {
        width: 48%;
        margin: .5rem 1%;
        float: left
    }
    .tech_app_left {
        display: none;
    }
    .tech_app_right {
        position: static;
        top: auto;
        left: auto;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        margin: 0 auto;
        -o-transform: none;
        width: 100%
    }
    .tech_app_padding {
        position: static;
        top: auto;
        left: auto;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        margin: 0 auto;
        -o-transform: none;
        padding: 1.0rem
    }
    .tech_app_content {
        margin: 2.0rem 0
    }
    .tech_app_right ul li .tech_app_text p {
        line-height: 1.4rem;
        height: 7.0rem
    }
    .tech_cust_raidus {
        display: none;
    }
    .tech_cust {
        padding: 3.0rem 0
    }
    .tech_cust_ul {
        margin-top: 2.0rem;
    }
    .tech_cust_ul ul li {
        width: 48%;
        margin: .5rem 1% !important
    }
    .tech_cust_ul ul li .tech_cust_top {
        display: none;
    }
    .tech_cust_ul ul li .tech_cust_text_text {
        padding: 2.0rem 1.4rem
    }
    .tech_range {
        padding: 3.0rem 0
    }
    .tech_range_div_a {
        top: 84%;
        left: 10%;
        width: 3.6rem;
    }
    .tech_range_div_a i {
        font-size: 2.0rem
    }
    .tech_range_div_b {
        top: 15%;
        left: 12%;
        width: 4.5rem;
    }
    .tech_range_div_b i {
        font-size: 2.5rem
    }
    .tech_range_div_c {
        top: 32%;
        left: 38%;
        width: 5rem;
    }
    .tech_range_div_c i {
        font-size: 3.0rem
    }
    .tech_range_div_d {
        top: 52%;
        left: 18%;
        width: 5rem;
    }
    .tech_range_div_d i {
        font-size: 3.0rem
    }
    .tech_range_div_e {
        top: 62%;
        left: 50%;
        width: 4.5rem;
    }
    .tech_range_div_e i {
        font-size: 2.5rem
    }
    .tech_range_div_f {
        top: 15%;
        left: 60%;
        width: 4.0rem;
    }
    .tech_range_div_f i {
        font-size: 2rem
    }
    .tech_range_div_g {
        top: 30%;
        left: 80%;
        width: 5.3rem;
    }
    .tech_range_div_g i {
        font-size: 3.2rem
    }
    .tech_range_div_h {
        top: 55%;
        left: 80%;
        width: 4rem;
    }
    .tech_range_div_h i {
        font-size: 2.7rem
    }
    .tech_range_div_r {
        top: 90%;
        left: 85%;
        width: 5.6rem;
    }
    .tech_range_div_r i {
        font-size: 3.4rem
    }
    .tech_range_div_j {
        display: none;
    }
    .tech_range_div_k {
        display: none;
    }
    .tech_range_div_l {
        display: none;
    }
    .tech_range_div_i {
        display: none;
    }
    .tech_input_form_left {
        display: none;
    }
    .tech_input_fotm_right {
        width: 100%
    }
    .tech_input {
        padding-top: 3.0rem;
    }
    .tech_input_content {
        margin-top: 2.0rem
    }
    .tech_label span {
        margin-left: .6rem;
        font-size: 1.4rem;
        font-weight: bold;
        width: auto;
        margin-bottom: 1.2rem
    }
    .tech_label input[type="radio"]+label {
        margin: .6rem
    }
    .case_text .case_tad ul li {
        width: 30.7%;
        margin: 0 1% 1.0rem 1%;
    }
    .media_label ul li {
        width: 31.33%;
        margin: .6rem 1%;
    }
    .project .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        display: block;
    }
    .project .swiper-pagination-bullet {
        background: none;
        outline: .1rem solid #fff;
        outline-offset: -.1rem;
        width: 1.0rem;
        height: 1.0rem;
        border-radius: 0 !important;
        opacity: 1;
        transform: rotate(45deg);
    }
    .project .swiper-pagination-bullet span {
        display: block;
        width: .5rem;
        height: .5rem;
        background: #fff;
        margin: .25rem;
    }
    .project .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: .5rem;
    }
    .project .swiper-pagination-bullet-active {
        outline-color: #23edff;
    }
    .project .swiper-pagination-bullet-active span {
        background: #23edff;
    }
    #dowebok {
        width: 100%;
        overflow: hidden;
    }
    .tech_label ul li {
        width: 31.33%;
        margin: .6rem 1%;
    }
    .tech_label input[type="radio"]+label {
        width: 100%;
        margin: 0;
    }
    .contact_map .iframe_fixed_padding {
        display: none;
    }
    .contact_map {
        padding: 1.5rem 0 0 0;
    }
    .contact_map .iframe {
        margin-top: 1.5rem;
    }
    .contact {
        padding: 1.5rem 0;
    }
    .contact_left .contact_input {
        margin-bottom: 1rem
    }
    .contact_left {
        margin: 0 auto;
    }
    .contact_right {
        margin: 0 auto;
    }
    .contact_content {
        margin-top: 1.5rem;
    }
}