﻿body{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.w1840 {
    width: 100%;
    max-width: 1840px;
    margin: 0 auto;
}
.w1600 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.w1500 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

@media (min-width: 1367px) {
    header {
        height: 0;
    }

    header.headerbgm .headfixed {
        background: none;
        box-shadow: 0 1px 4px 1px transparent;
    }

    header.headerbgm .headfixed .menu-list h3 a,
    header.headerbgm .headfixed .mobile-nav-box>ul>li>a,
    header.headerbgm .headfixed .menu-list li.cur h3 a,
    header.headerbgm .headfixed .menu-list li:hover h3 a {
        color: #fff;
    }

    header.headerbgm .headfixed .header-button {
        background: url(../images/in-ssicon.png) no-repeat center center;
    }

    header.headerbgm .headfixed .menu-list li.cur h3 a,
    header.headerbgm .headfixed .menu-list li:hover h3 a {
        color: #fff;
    }

    header.headerbgm .headfixed .logo1 {
        display: block;
    }

    header.headerbgm .headfixed .logo {
        display: none;
    }

    header.headerbgm .menu-list h3 a::after {
        background: #fff;
    }
    header.headerbgm .menu-list h3 a{
        height: 100px;
        line-height: 100px;
    }

    header.headerbgm .headfixed1 .menu-list h3 a,
    header.headerbgm .headfixed1 .mobile-nav-box>ul>li>a{
        color: #333333;
    }
    header.headerbgm .headfixed1 .menu-list li.cur h3 a,
    header.headerbgm .headfixed1 .menu-list li:hover h3 a{
        color: #1267c4;
    }
    header.headerbgm .headfixed1 .menu-list h3 a::after{
        background-color: #1267c4;
    }
    header.headerbgm .headfixed1 .logo{
        display: block;
    }
    header.headerbgm .headfixed1 .header-button{
        background: url(../images/in-hssicon.png) no-repeat center center;
    }
    header.headerbgm .headfixed1 {
        background: #fff;
    }
    header.headerbgm .headfixed1 .logo1{
        display: none;
    }
}
.btn-phone,
.full-main-nav {
    display: none;
}

.headfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, 1);
    padding: 0px;
    box-shadow: 0 1px 4px 1px #f1f1f1;
    transition: all 0.5s;
}

.headfixed1 {
    background: #ffffff;
}

.headfixed>div {
    align-items: center;
    position: relative;
}

.headfixed .logo,
.headfixed .logo1 {
    max-width: 216px;
    max-height: 55px;
    overflow: hidden;
}

.headfixed .logo1 {
    display: none;
}

.headfixed .menu-list {
    width: 87.1%;
    align-items: center;
}

.headfixed .menu-list>ul {
    width: 60%;
    position: relative;
}

.headfixed .menu-list>ul>li {
    position: relative;
    vertical-align: top;
}

.headfixed .menu-list>ul>li:hover .nav-two {
    display: block !important;
}

.headfixed .mobile-nav-box>ul>li>a {
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    color: #282828;
}

.headfixed .mobile-nav-box ul li {
    width: 100%;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.headfixed .mobile-nav-box>ul li a {
    color: #716b61;
    line-height: 30px;
    text-align: left;
}

.headfixed1 .mobile-nav-box ul li a {
    color: #282828;
}
.headfixed .mobile-nav-box > ul > li > h3.cur > i::before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.headfixed .btn-list {
    width: 40%;
    text-align: center;
}

.headfixed .btn-list .btn-right {
    width: 100%;
    align-items: center;
}

.headfixed .btn-menu {
    margin: 0 auto;
    display: none;
}

.headfixed .btn-menu .mobile-nav {
    color: #ffffff;
    font-size: 13px;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

input::-webkit-input-placeholder {
    font-size: 12px;
}

.headfixed .toggle-btn {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.headfixed .toggle-btn span {
    width: 30px;
    height: 2px;
    background: #004cbd;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.headfixed1 .toggle-btn span {
    background: #004cbd;
}

.headfixed .toggle-btn span:first-child {
    top: 20px;
}

.headfixed .toggle-btn span:nth-child(2) {
    top: 50%;
    width: 25px;
}

.headfixed .toggle-btn span:last-child {
    bottom: 18px;
}

.headfixed .toggle-btn.cur span:first-child {
    -webkit-transform: translate(-50%, 7px) rotate(45deg);
    -ms-transform: translate(-50%, 7px) rotate(45deg);
    -o-transform: translate(-50%, 7px) rotate(45deg);
    transform: translate(-50%, 7px) rotate(45deg);
}

.headfixed .toggle-btn.cur span:nth-child(2) {
    opacity: 0;
}

.headfixed .toggle-btn.cur span:last-child {
    -webkit-transform: translate(-50%, -3px) rotate(-45deg);
    -ms-transform: translate(-50%, -3px) rotate(-45deg);
    -o-transform: translate(-50%, -3px) rotate(-45deg);
    transform: translate(-50%, -3px) rotate(-45deg);
    bottom: 21px;
}

.mobile-nav-box {
    position: fixed;
    top: 70px;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: rgba(255, 255, 255, 1);
    padding: 0 0 60px 0;
    border-top: 1px solid rgb(221, 221, 221);
    display: none;
}

.headfixed .mobile-nav-box>ul>li>h3 {
    position: relative;
    padding: 8px 30px;
}

.headfixed .mobile-nav-box .head-subnav {
    width: 100%;
    display: none;
    padding: 8px 40px;
    background: #f5f5f5;
}

.headfixed .mobile-nav-box .head-subnav .link-tit {
    text-align: left;
    position: relative;
}

.headfixed .mobile-nav-box .head-subnav .link-tit a {
    width: 100%;
    line-height: 45px;
    text-align: left;
    font-size: 15px;
    color: #333;
    display: block;
}

.headfixed .mobile-nav-box>ul>li>h3>a {
    font-size: 16px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    padding: 5px 0;
    color: #333;
    text-align: left;
}

.headfixed .mobile-nav-box .head-suba {
    display: none;
}

.headfixed .mobile-nav-box .head-suba>a,
.headfixed .mobile-nav-box .head-subnav>a {
    font-size: 14px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    color: #333;
    text-align: left;
    padding: 0 15px;
}

.headfixed1 .mobile-nav-box>ul>li>h3>i,
.headfixed .mobile-nav-box>ul>li>h3>i,
.headfixed1 .mobile-nav-box .link-tit>i,
.headfixed .mobile-nav-box .link-tit>i {
    position: absolute;
    top: 0px;
    right: 30px;
    height: 100%;
    width: 80px;
}
.headfixed .mobile-nav-box>ul>li>h3.cur>i{
    top: 5px;
}
.headfixed1 .mobile-nav-box .link-tit>i,
.headfixed .mobile-nav-box .link-tit>i {
    right: -10px;
}

.headfixed1 .mobile-nav-box>ul>li>h3>i::before,
.headfixed .mobile-nav-box>ul>li>h3>i::before,
.headfixed1 .mobile-nav-box .link-tit>i::before,
.headfixed .mobile-nav-box .link-tit>i::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 0px;
    width: 10px;
    height: 10px;
    border-bottom: solid 1px #aaa;
    border-left: solid 1px #aaa;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.headfixed.headerbgm .language-text {
    color: #666666;
}
.language {
    width: 100px;
    float: right;
    position: relative;
    margin-left: 13px;
}
.language::before{
    content: " ";
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
	height: 17px;
    background: #DFDFDF;
}
.headfixed.headerbgm .language::before{
    background: #fff;
}
.language-text {
    display: block;
    color: #666666;
    font-size: 18px;
    line-height: 36px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.language-text .icon-down {
    display: inline-block;
    float: right;
    vertical-align: middle;
    font-size: 16px;
    /* padding-left: 15px; */
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    color: #666666;
}

.language-list {
    position: absolute;
    width: 100%;
    top: 100%;
    right: 0;
    z-index: 10;
    padding: 0px 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.language-list a {
    display: block;
    padding: 10px 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 18px;
    color: #666;
}

.language-list a:hover {
    color: #C81624
}

header.headerbgm .language .language-text,
header.headerbgm .language-text .icon-down,
header.headerbgm .header-tel-font p,
header.headerbgm .header-tel-font a {
    color: #fff;
}
header.headerbgm .headfixed1 .language .language-text,
header.headerbgm .headfixed1 .language-text .icon-down,
header.headerbgm .headfixed1 .header-tel-font p,
header.headerbgm .headfixed1 .header-tel-font a{
    color: #666666;
}
.headfixed1 .language::before{
    background-color: #dbdbdb;
}
.language:hover .language-text .icon-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.language:hover .language-list {
    opacity: 1;
    visibility: visible;
}
.app-lanu {
    text-align: center;
    padding: 20px 0;
    display: none;
}

.app-lanu a {
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    color: #333;
}

.app-lanu a.active {
    color: white;
    background: #c81624;
    border-radius: 30px;
}
.headfixed .header-tel{
    align-items: center;
    width: 40.5%;
}
.headfixed .header-tel-img{
    width: 27px;
    height: 27px;
    margin-right: 14px;
    overflow: hidden;
}
.headfixed .header-tel-img .himg,
header.headerbgm .header-tel-img .img,
header.headerbgm .headfixed1 .header-tel-img .himg{
    display: block;
}
.headfixed .header-tel-font{
    text-align: left;
}
.headfixed .header-tel-font p,
.headfixed1 .header-tel-font p{
    font-size: 16px;
	line-height: 24px;
    color: #888888;
}
.headfixed .header-tel-font a,
.headfixed1 .header-tel-font a,
header.headerbgm .headfixed1 .header-tel-font a{
    font-family: "ArialMT";
	font-size: 22px;
	line-height: 30px;
    font-weight: bold;
	color: #1267c4;
}
header.headerbgm .header-tel-img .himg,
.headfixed .header-tel-img .img,
header.headerbgm .headfixed1 .header-tel-img .img{
    display: none;
}
/* æœç´ æŒ‰é’®  */
.btn-search,
.headfixed1 .btn-search {
    width: 21px;
    height: 21px;
}
.btn-search{
    margin-right: 25px;
}
.header-button,
.headfixed .header-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    outline: none;
    background: url(../images/in-hssicon.png) no-repeat center center;
    border: none;
    cursor: pointer;
}

.headfixed .header-button {
    background: url(../images/in-hssicon.png) no-repeat center center;
}

#toggle-search.open:after {
    top: 40px;
    color: #ffffff;
}

#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 98%;
    right: 0px;
    width: 25%;
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
}

#search-form.open {
    max-height: 50px;
    border: 1px solid #f1f1f1;
}

#search-form fieldset {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
    z-index: 9;
    width: 85%;
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 50px;
}

#search-form .search {
    width: 100%;
    padding: 0 5px 0 22px;
    background: #ffffff;
    border: none;
    color: #1267c4;
    z-index: 9;
    font-size: 15px;
}

#search-form .header-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: url(../images/in-ssicon.png) no-repeat center #194591;
    border: none;
    cursor: pointer;
    z-index: 11;
}

@media (min-width: 1200px) {
    .phone {
        display: none;
    }
}

.menu-list>ul>li.cur h3 a,
.menu-list>ul>li:hover h3 a {
    color: #1267c4;
}

.menu-list>ul>li.cur h3 a::after,
.menu-list>ul>li:hover h3 a::after {
    width: 123%;
    /* width: 92px; */
}

.menu-list>ul>li:hover .head-subnav {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    pointer-events: auto;
    opacity: 1;
}

.menu-list h3 {
    padding: 0 15px;
}

.menu-list h3 a {
    height: 75px;
    line-height: 75px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    color: #333333;
    font-size: 18px;
    display: block;
}

.menu-list h3 a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    background-color: #1267c4;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-list>ul>li .head-subnav {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    min-width: 180px;
    background: rgba(255, 255, 255, 1);
    padding: 10px 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: solid 1px #e4e6ee;
    border-top: 0;
}
.menu-list>ul>li:nth-child(3) .head-subnav{
    min-width: 250px;
}
.menu-list .head-subnav a {
    padding: 20px 0;
    text-align: center;
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    font-size: 16px;
    border-bottom: solid 1px #efefef;
}
.menu-list .head-subnav a:last-child{
    border-bottom: solid 1px transparent;
}
.menu-list .head-subnav a:hover {
    color: #fff;
    background: #1267c4;
}

.menu-list .lang-box {
    top: 100%;
    width: 100%;
}

.menu-list .lang-box a {
    padding: 8px 0;
}

/* mainer */
.mainer .banner {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.mainer .pcimg {
    display: block;
    overflow: hidden;
}

.mainer .phoneimg {
    display: none;
    overflow: hidden;
}
/* @keyframes dopath1 {
    0%{transform:scaleX(1) scaleY(1);}
    25%{transform:scaleX(1.1) scaleY(1.1);}
    50%{transform:scaleX(1.2) scaleY(1.2);}
    75%{transform:scaleX(1.3) scaleY(1.3);}
    100%{transform:scaleX(1) scaleY(1);}
}
@-moz-keyframes dopath1 {
    0%{transform:scaleX(1) scaleY(1);}
    25%{transform:scaleX(1.1) scaleY(1.1);}
    50%{transform:scaleX(1.2) scaleY(1.2);}
    75%{transform:scaleX(1.3) scaleY(1.3);}
    100%{transform:scaleX(1) scaleY(1);}
}
@-webkit-keyframes dopath1 {
    0%{transform:scaleX(1) scaleY(1);}
    25%{transform:scaleX(1.1) scaleY(1.1);}
    50%{transform:scaleX(1.2) scaleY(1.2);}
    75%{transform:scaleX(1.3) scaleY(1.3);}
    100%{transform:scaleX(1) scaleY(1);}
}
@-o-keyframes dopath1 {
    0%{transform:scaleX(1) scaleY(1);}
    25%{transform:scaleX(1.1) scaleY(1.1);}
    50%{transform:scaleX(1.2) scaleY(1.2);}
    75%{transform:scaleX(1.3) scaleY(1.3);}
    100%{transform:scaleX(1) scaleY(1);}
} */
.mainer .banner .banner-img {
    overflow: hidden;
}

.mainer .banner .banner-img img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.mainer .banner .swiper-button-next,
.mainer .banner .swiper-button-prev {
    display: none;
}

.mainer .banner .swiper-container-horizontal>.swiper-pagination-bullets,
.mainer .banner .swiper-pagination-custom,
.mainer .banner .swiper-pagination-fraction {
    bottom: 30px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #c2c2c2;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #1267c4;
}
.banner .swiper-fontlist {
    width: 100%;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /* padding-left: 68px; */
}
.banner .swiper-pagination-bullet{
    background-color: rgba(255, 255, 255, 0.5);
}
.banner .swiper-pagination-bullet-active{
    background-color: #fff;
}
.banner .swiper-font {
    width: 100%;
}
.banner .swiper-font .swiper-h2{
    padding-bottom: 29px;
}
.banner .swiper-font .swiper-h2,
.banner .swiper-font .swiper-h2 h2 {
    font-family: "PangMenZhengDao";
	font-size: 75px;
	line-height: 75px;
	letter-spacing: 2px;
	color: #ffffff;
}

.banner .swiper-font .swiper-h3 {
    padding-top: 37px;
    position: relative;
}
.banner .swiper-font .swiper-h3::before{
    content: " ";
    position: absolute;
    width: 70px;
	height: 4px;
	background-color: #ffffff;
    top: 0px;
    left: 0px;
}
.banner .swiper-font .swiper-h3,
.banner .swiper-font .swiper-h3 h3 {
	font-size: 30px;
    line-height: 30px;
	color: #ffffff;
}
.banner .swiper-font .swiper-h3 h3 span{
    font-size: 40px;
    font-family: "Arial-BoldMT";
    vertical-align: -4px;
}
.banner .swiper-font .swiper-more {
    width: 180px;
    height: 48px;
    border-radius: 4px;
    border: solid 2px rgba(255, 255, 255, 0.2);
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    display: block;
    transition: all 0.5s;
    margin-top: 75px;
}

.banner .swiper-font .swiper-more:hover {
    border: solid 2px rgba(255, 255, 255, 0.6);
    color: #E82F1A;
}
.mainer .banner .swiper-slide-active .swiper-font .swiper-h2 h2{
    -webkit-animation: fadeInDown 2.8s;
    animation: fadeInDown 2.8s;
}
.mainer .banner .swiper-slide-active .swiper-font .swiper-h3 h3{
    -webkit-animation: fadeInUp 3.5s;
    animation: fadeInUp 3.5s;
}
.mainer .banner .swiper-slide-active .swiper-img img{
    -webkit-animation:dopath1 13s linear infinite;
    -o-animation:dopath1 13s linear infinite;
    -moz-animation:dopath1 13s linear infinite;
    animation:dopath1 13s linear infinite;
}
.mainer .banner .banner-img .swiper-fontimg img{
    width: auto;
    margin: 0;
    -webkit-animation: fadeInUp 2.0s;
    animation: fadeInUp 2.0s;
}
.mainer .banner .banner-img .swiper-fontimg{
    margin-bottom: 19px;
}
@keyframes dopath1 {
    0%{transform:scaleX(1) scaleY(1);}
    25%{transform:scaleX(1.1) scaleY(1.1);}
    50%{transform:scaleX(1.2) scaleY(1.2);}
    75%{transform:scaleX(1.3) scaleY(1.3);}
    100%{transform:scaleX(1) scaleY(1);}
}
@-moz-keyframes dopath1 {
    0%{transform:scaleX(1) scaleY(1);}
    25%{transform:scaleX(1.1) scaleY(1.1);}
    50%{transform:scaleX(1.2) scaleY(1.2);}
    75%{transform:scaleX(1.3) scaleY(1.3);}
    100%{transform:scaleX(1) scaleY(1);}
}
@-webkit-keyframes dopath1 {
    0%{transform:scaleX(1) scaleY(1);}
    25%{transform:scaleX(1.1) scaleY(1.1);}
    50%{transform:scaleX(1.2) scaleY(1.2);}
    75%{transform:scaleX(1.3) scaleY(1.3);}
    100%{transform:scaleX(1) scaleY(1);}
}
@-o-keyframes dopath1 {
    0%{transform:scaleX(1) scaleY(1);}
    25%{transform:scaleX(1.1) scaleY(1.1);}
    50%{transform:scaleX(1.2) scaleY(1.2);}
    75%{transform:scaleX(1.3) scaleY(1.3);}
    100%{transform:scaleX(1) scaleY(1);}
}




.index-tit{
    text-align: center;
}
.index-tit h3{
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 28px;
	color: #333333;
    position: relative;
}
.index-tit h3::before{
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
	height: 2px;
	background-color: #004cbd;
}
.index-tit p{
    font-size: 18px;
	color: #666666;
    line-height: 25px;
    padding-top: 28px;
}
.index-tit p b{
    font-family: "Arial-BoldMT";
}
.index-product{
    position: relative;
    padding-top: 73px;
}
.index-product .swiper-button-prev,
.index-product .swiper-button-next{
    width: 18px;
    height: 34px;
    background-size: 100%;
    overflow: hidden;
    top: 10%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1 !important;
}
.index-product .swiper-button-prev{
    background: url(../images/in-shprev.png)no-repeat center center;
    left: -25px;
}
.index-product .swiper-button-next{
    background: url(../images/in-shnext.png)no-repeat center center;
    right: -25px;
}
.index-product .index-product-list{
    padding-top: 61px;
    position: relative;
}
.index-product .hicon,
.index-make .hicon{
    display: none;
}
.index-product .icon,
.index-make .icon{
    display: block;
}
.index-product .index-product-swiper{
    align-items: center;
    padding: 0 20px 0 65px;
}
.index-product .index-product-swiperfont{
    padding-left: 29px;
}
.index-product .index-product-swiperfont p{
    font-size: 16px;
    line-height: 28px;
	color: #333333;
}
.index-product .index-product-Sswiper .swiper-slide{
    border-right: 1px solid rgba(102,102,102, 0.2);
    cursor: pointer;
}
.index-product .index-product-Sswiper .swiper-slide-thumb-active .index-product-swiperfont p,
.index-product .index-product-Sswiper .swiper-slide.active .index-product-swiperfont p{
    color: #004cbd;
}
.index-product .index-product-Sswiper .swiper-slide-thumb-active .hicon,
.index-product .index-product-Sswiper .swiper-slide.active .hicon{
    display: block;
}
.index-product .index-product-Sswiper .swiper-slide-thumb-active .icon,
.index-product .index-product-Sswiper .swiper-slide.active .icon{
    display: none;
}
.index-product .index-product-Sswiper .swiper-slide:last-child{
    border: none;
}
.index-product .index-product-swiperfont{
    width: 75%;
}
.index-product .index-product-swiperfont p{
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.index-product .index-product-Sswiper{
    padding-bottom: 42px;
    position: relative;
}
.index-product .index-product-Bswipertit h3{
    font-size: 40px;
	line-height: 50px;
	color: #ffffff;
    font-weight: bold;
}
.index-product .index-product-Bswipertit h3 b{
    font-family: "Arial-BoldMT";
}
.index-product .index-product-Bswiperdec{
    font-size: 16px;
    line-height: 30px;
	color: #ffffff;
    margin-top: 24px;
}
.index-product .index-product-Bswiperfont{
    position: absolute;
    top: 0;
    left: 0;
    width: 574px;
    height: 100%;
    background: rgba(0,0,0, 0.2);
    padding: 82px 84px 20px 73px;
    overflow: hidden;
}
.index-product .index-product-lo{
    margin-top: 120px;
    flex-wrap: wrap;
    height: 225px;
    overflow-x: hidden;
    overflow-y: auto;
}
.index-product .index-product-lo li{
    width: 50%;
    margin-bottom: 45px;
}
.index-product .index-product-lo li img{
    margin: 0;
}
.index-product .swiper-button-next,
.index-product .swiper-button-prev{
    display: none;
}
.index-product .index-product-Bswiperli{
    display: block;
    width: 100%;
    height: 100%;
}
.index-product .index-product-Bswiperimg img{
    width: 100%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-product .index-product-Bswiperli:hover .index-product-Bswiperimg img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index-product .index-product-lo::-webkit-scrollbar {
    width: 2px;
    /* height: 30px; */
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 5;
}
.index-product .index-product-lo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.2);
}
.index-product .index-product-lo::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255);
    width: 3px;
    /* height: 30px; */
}



.index-make{
    position: relative;
    padding-top: 76px;
    padding-bottom: 80px;
    background-color: #fbfbfb;
}
.index-make .index-makg-bgf{
    animation: myMove8 1.0s linear 1;
}
@keyframes myMove8 {
	0% {
		transform: scale(.1)
	}

	100% {
		transform: scale(1)
	}
}
@-moz-keyframes myMove8 {
	0% {
		transform: scale(.1)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes myMove8 {
	0% {
		transform: scale(.1)
	}

	100% {
		transform: scale(1)
	}
}

@-o-keyframes myMove8 {
	0% {
		transform: scale(.1)
	}

	100% {
		transform: scale(1)
	}
}


.index-make .index-make-list{
    padding-top: 255px;
    position: relative;
}
.index-make .index-make-listimg .index-make-li,
.index-make .index-make-li{
    display: block;
    width: 216px;
	height: 209px;
	background-color: #004cbd;
    border-radius: 50%;
    position: relative;
}
.index-make .index-make-listimg .index-make-li::after{
    content: " ";
    position: absolute;
    top: -22px;
    right: -63px;
    width: 105px;
    height: 96px;
    background: url(../images/in-micon1.png)no-repeat center center;
    background-size: 100%;
}
.index-make .index-make-listimg li:first-child .index-make-li::after{
    top: -22px;
    right: -63px;
    width: 105px;
    height: 96px;
    background: url(../images/in-micon1.png)no-repeat center center;
    background-size: 100%;
}
.index-make .index-make-listimg li:nth-child(2) .index-make-li::after{
    top: 140px;
    right: -59px;
    width: 98px;
    height: 96px;
    background: url(../images/in-micon2.png)no-repeat center center;
}
.index-make .index-make-listimg li:last-child .index-make-li::after{
    display: none;
}
.index-make .index-make-listimgli{
    width: 171px;
	height: 166px;
    text-align: center;
	background-color: #ffffff;
    border-radius: 50%;
	box-shadow: 0px 1px 16px 0px 
		rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index-make .index-make-listimgli h3{
    font-size: 18px;
	line-height: 30px;
	color: #333333;
    margin-top: 4px;
}
.index-make .index-make-listicon{
    margin-top: 22px;
}
.index-make .index-make-li:hover .index-make-listicon .hicon{
    display: block;
}
.index-make .index-make-li:hover .index-make-listicon .icon{
    display: none;
}
.index-make .index-make-li:hover .index-make-listimgli h3{
    color: #004cbd;
    font-weight: bold;
}
.index-make .index-make-listicon{
    width: 100%;
    height: 96px;
    position: relative;
    overflow: hidden;
}
.index-make .index-make-listicon img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.index-make .index-make-listimg li{
    position: absolute;
}
.index-make .index-make-listimg li:first-child{
    bottom: -14%;
    left: 29.7%;
    transform: translate(-29.7%, 0%);
}
.index-make .index-make-listimg li:nth-child(2){
    top: 65%;
    left: 50%;
    transform: translate(-50%, -65%);
}
.index-make .index-make-listimg li:nth-child(3){
    bottom: -14.5%;
    right: 22%;
    transform: translate(-22%, 0%);
}
.index-make .index-make-listfontli{
    text-align: center;
    width: 350px;
}
.index-make .index-make-listfontli h3{
    font-size: 26px;
	line-height: 35px;
	color: #333333;
    margin-bottom: 4px;
}
.index-make .index-make-listfontli h3 b{
    font-family: "Arial-BoldMT";
    color: #004cbd;
}
.index-make .index-make-listfontdec{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
	color: #666666
}
.index-make .index-make-listfontdec span{
    color: #004cbd;
}
.index-make .index-make-listfont{
    position: absolute;
}
.index-make .index-make-listimg li:first-child:first-child .index-make-listfont{
    top: 85%;
    left: -163%;
    transform: translate(0%, -85%);
}
.index-make .index-make-listimg li:nth-child(2) .index-make-listfont{
    top: -55%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.index-make .index-make-listimg li:nth-child(3) .index-make-listfont{
    top: 88%;
    right: -163%;
    transform: translate(0%, -88%);
}
.index-make .index-make-listimg li:nth-child(2) .index-make-listfontli{
    width: 415px;
}
.index-make .index-make-listimg li:hover .index-make-listfontli h3,
.index-make .index-make-listimg li:hover .index-make-listfontdec {
    color: #004cbd;
}
.index-make .index-make-listimg li:hover .index-make-listfontli h3{
    font-weight: bold;
}
.index-make .more{
    width: 202px;
	height: 47px;
	background-color: #bd0004;
	border-radius: 23px;
    text-align: center;
    font-size: 18px;
	line-height: 47px;
	color: #fbfbfb;
    display: block;
    margin: 147px auto 0 auto;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-about{
    position: relative;
    height: 930px;
    overflow: hidden;
}
.index-about .index-tit{
    text-align: left;
}
.index-about .index-tit p{
    color: #004cbd;
    font-weight: bold;
}
.index-about .index-tit h3::before{
    left: 0;
    transform: translateX(0%);
}
.index-about .index-about-left,
.index-about .index-about-right{
    width: 50%;
    position: relative;
}
.index-about .index-about-left{
    /* background-size: cover; */
    background-size: 100%;
}
.index-about .index-about-lfbg{
    position: absolute;
    width: 100%;
    height: 194px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    bottom: -35px;
}
.index-about .index-about-lfbg .index-about-lfbg1{
    position: absolute;
    top: 0;
    height: 267px;
    background-repeat: repeat-x;
    background-position: 0 bottom;
    -webkit-animation-name: wavesMove;
    animation-name: wavesMove;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.index-about .index-about-lfbg .index-about-lfbg1.lfbg1{
    -webkit-animation-duration: 44s;
    animation-duration: 44s;
    z-index: 3;
    left: -2456px;
    /* background-image: url(../images/in-bgm1-1.png); */
    width: 7970px;
}
.index-about .index-about-lfbg .index-about-lfbg1.lfbg2{
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    z-index: 2;
    left: -1298px;
    /* background-image: url(../images/in-bgm1.png); */
    width: 7240px;
}
.index-about .index-about-lfbg .index-about-lfbg1.lfbg3{
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    z-index: 1;
    left: -1960px;
    background-image: url(../images/in-bgm1-1.png);
    width: 7235px;
}
@-webkit-keyframes wavesMove {
    0%,
    100% {
      -webkit-transform: none !important;
              transform: none !important;
    }
    10% {
      -webkit-transform: translate(-2%, 10px);
              transform: translate(-2%, 10px);
    }
    20% {
      -webkit-transform: translate(-4%, 25px);
              transform: translate(-4%, 25px);
    }
    30% {
      -webkit-transform: translate(-6%, 15px);
              transform: translate(-6%, 15px);
    }
    40% {
      -webkit-transform: translate(-8%, 20px);
              transform: translate(-8%, 20px);
    }
    50% {
      -webkit-transform: translate(-10%, 5px);
              transform: translate(-10%, 5px);
    }
    60% {
      -webkit-transform: translate(-12%, 15px);
              transform: translate(-12%, 15px);
    }
    70% {
      -webkit-transform: translate(-14%, 25px);
              transform: translate(-14%, 25px);
    }
    80% {
      -webkit-transform: translate(-16%, 0);
              transform: translate(-16%, 0);
    }
    90% {
      -webkit-transform: translate(-18%, 0);
              transform: translate(-18%, 0);
    }
    99.99999% {
      -webkit-transform: translate(-20%, 0);
              transform: translate(-20%, 0);
    }
  }
  @keyframes wavesMove {
    0%,
    100% {
      -webkit-transform: none !important;
              transform: none !important;
    }
    10% {
      -webkit-transform: translate(-2%, 10px);
              transform: translate(-2%, 10px);
    }
    20% {
      -webkit-transform: translate(-4%, 25px);
              transform: translate(-4%, 25px);
    }
    30% {
      -webkit-transform: translate(-6%, 15px);
              transform: translate(-6%, 15px);
    }
    40% {
      -webkit-transform: translate(-8%, 20px);
              transform: translate(-8%, 20px);
    }
    50% {
      -webkit-transform: translate(-10%, 5px);
              transform: translate(-10%, 5px);
    }
    60% {
      -webkit-transform: translate(-12%, 15px);
              transform: translate(-12%, 15px);
    }
    70% {
      -webkit-transform: translate(-14%, 25px);
              transform: translate(-14%, 25px);
    }
    80% {
      -webkit-transform: translate(-16%, 0);
              transform: translate(-16%, 0);
    }
    90% {
      -webkit-transform: translate(-18%, 0);
              transform: translate(-18%, 0);
    }
    99.99999% {
      -webkit-transform: translate(-20%, 0);
              transform: translate(-20%, 0);
    }
  }
  .index-about .wavesMove {
    -webkit-animation-name: wavesMove;
            animation-name: wavesMove;
  }



.index-about .index-about-left>div{
    padding: 120px 145px 190px 16rem;
}
.index-about .index-about-font{
    font-size: 18px;
    line-height: 30px;
	color: #666666;
    margin-top: 25px;
}
.index-about .law-num-info span,
.index-about .law-num-info sub em,
.about-intro .law-num-info span,
.about-intro .law-num-info sub em{
    font-family: "Arial-BoldMT";
    font-weight: bold;
	font-size: 66px;
    line-height: 70px;
	color: #333333;
}
.index-about .law-num-info sub,
.about-intro .law-num-info sub{
    font-size: 18px;
    line-height: 25px;
	color: #333333;
    vertical-align: 0px;
}
.index-about .ul-num-dec,
.about-intro .ul-num-dec{
    font-size: 18px;
    line-height: 25px;
	color: #333333;
}
.index-about .ul-num{
    flex-wrap: wrap;
    margin-top: 7px;
}
.index-about .ul-num li{
    width: 33.333%;
    padding-top: 74px;
}
.index-about .index-about-swiperdec{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: rgba(247,247,247, 0.9);
    padding-left: 24px;
    /* -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s; */
}
.index-about .index-about-swiperdec span{
    font-family: "Arial-BoldMT";
}
.index-about .index-about-swiper .swiper-slide::after{
    content: " ";
    position: absolute;
    left: 0;
    top: 10px;
    width: 13px;
	height: 13px;
	border: solid 2px #f7f7f7;
    border-radius: 50%;
    /* -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s; */
}
.index-about .index-about-swiper .swiper-slide::before{
    content: " ";
    position: absolute;
    left: -130px;
    top: 15px;
    width: 0px;
	height: 2px;
	background: #f7f7f7;
    opacity: 0;
    -webkit-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.index-about .index-about-swiper{
    width: 100%;
    height: 100%;
    position: relative;
    /* padding: 136px 0 113px 0; */
    padding-top: 136px;
}
.index-about .swiper-container{
    width: 100%;
    height: 100%;
}
.index-about .swiper-slide:nth-child(5n+1){
    margin-left: 255px;
}
.index-about .swiper-slide:nth-child(5n+2){
    margin-left: 180px;
}
.index-about .swiper-slide:nth-child(5n+3){
    margin-left: 130px;
}
.index-about .swiper-slide:nth-child(5n+4){
    margin-left: 178px;
}
.index-about .swiper-slide:nth-child(5n+5){
    margin-left: 280px;
}
.index-about .swiper-slide:nth-child(5n+6){
    margin-left: 312px;
}
.index-about .index-about-right>div{
    padding-right: 30px;
    height: 100%;
    position: relative;
}
.index-about .swiper-slide:hover .index-about-swiperdec{
    font-size: 24px;
    line-height: 40px;
}
.index-about .index-about-swiper .swiper-slide:hover::after{
    width: 22px;
    height: 22px;
    top: 9px;
    background-color: #f7f7f7;
    /* -webkit-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s; */
}
.index-about .swiper-slide:hover .index-about-swiperdec{
    padding-left: 52px;
}
.index-about .index-about-swiper .swiper-slide:hover::before{
    width: 100px;
    opacity: 1;
}
.index-about  .index-about-swiperdec p{
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.index-about .index-about-time{
    font-family: "Arial-BoldMT";
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    color: #fff;
}
.index-about .index-about-sfont{
    font-size: 20px;
    line-height: 32px;
    color: #fff;
}
.index-about .index-about-sswiper .swiper-slide::before,
.index-about .index-about-sswiper .gallery-top .swiper-slide::after{
    display: none;
}
.index-about .index-about-sswiper  .gallery-top{
    padding: 50px 0;
    width: 90%;
    margin: 0 auto;
}

.index-cooper{
    position: relative;
    height: 941px;
    overflow: hidden;
}
.index-cooper .index-cooper-tit{
    width: 640px;
    position: absolute;
    top: 47%;
    left: 47%;
    transform: translate(-47%,-47%);
}
.index-cooper .index-cooper-tit h3{
    font-weight: bold;
	font-size: 47px;
	line-height: 55px;
	color: #ffffff;
    text-align: center;
    margin-top: 11px;
    padding-left: 245px;
}
.index-cooper .index-cooper-img{
    width: 178px;
	height: 178px;
	background-color: #ffffff;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.index-cooper .coop-img1{
    width: 50px;
	height: 50px;
}
.index-cooper .coop-img2{
    width: 169px;
	height: 169px;
}
.index-cooper .coop-img3{
    width: 50px;
	height: 50px;
}
.index-cooper .coop-img4{
    width: 114px;
	height: 114px;
}
.index-cooper .coop-img5{
    width: 50px;
	height: 50px;
}
.index-cooper .coop-img6{
    width: 114px;
	height: 114px;
}
.index-cooper .coop-img7{
    width: 50px;
	height: 50px;
}
.index-cooper .coop-img8{
    width: 50px;
	height: 50px;
    background: rgba(250,250,250, 0.5);
}
.index-cooper .coop-img9{
    width: 188px;
	height: 188px;
}
.index-cooper .coop-img10{
    width: 178px;
	height: 178px;
}
.index-cooper .coop-img11{
    width: 50px;
	height: 50px;
}
.index-cooper .coop-img12{
    width: 184px;
	height: 184px;
}
.index-cooper .coop-img13{
    width: 51px;
	height: 51px;
    background: rgba(250,250,250, 0.5);
}
.index-cooper .index-cooper-img{
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
}
.index-cooper .index-cooper-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-cooper .index-cooper-ul li:hover .index-cooper-img{
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.index-cooper .index-cooper-ul li{
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
}
.index-cooper .index-cooper-ul li:nth-child(1){
    top: 17%;
    left: 35.5%;
}
.index-cooper .index-cooper-ul li:nth-child(2){
    top: 14%;
    left: 40%;
}
.index-cooper .index-cooper-ul li:nth-child(3) {
    top: 15.5%;
    left: 60.2%;
}
.index-cooper .index-cooper-ul li:nth-child(4) {
    top: 27.5%;
    left: 20.2%;
}
.index-cooper .index-cooper-ul li:nth-child(5) {
    top: 31.1%;
    left: 30.1%;
}
.index-cooper .index-cooper-ul li:nth-child(6) {
    top: 25.5%;
    left: 62%;
}
.index-cooper .index-cooper-ul li:nth-child(7) {
    top: 22.5%;
    left: 80.5%;
}
.index-cooper .index-cooper-ul li:nth-child(8) {
    top: 48%;
    left: 17.5%;
}
.index-cooper .index-cooper-ul li:nth-child(9) {
    top: 53%;
    left: 26%;
}
.index-cooper .index-cooper-ul li:nth-child(10) {
    top: 41%;
    left: 72.5%;
}
.index-cooper .index-cooper-ul li:nth-child(11) {
    top: 79.5%;
    left: 43.3%;
}
.index-cooper .index-cooper-ul li:nth-child(12) {
    top: 63.5%;
    left: 56%;
}
.index-cooper .index-cooper-ul li:nth-child(13) {
    top: 75.5%;
    left: 71.3%;
}
.index-cooper .index-cooper-swiperimg{
    background-color: #ffffff;
    width: 100%;
    height: 100px;
    position: relative;
    box-shadow: 0px 0px 15px #eeeeee;
}
.index-cooper .index-cooper-swiperimg img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-cooper .index-cooper-swiper{
    display: none;
}

.index-new{
    position: relative;
    padding-top: 70px;
    padding-bottom: 78px;
}
.index-new .index-new-list{
    position: relative;
    margin-top: 57px;
}
.index-new .index-new-left{
    width: 76.4%;
}
.index-new .index-new-right{
    width: 23.6%;
}
.index-new .index-new-leftswiperfont{
    padding: 23px 32px 65px 32px;
}
.index-new .index-new-tag{
    font-size: 18px;
	line-height: 30px;
	color: #666666;
    vertical-align: middle;
    padding-bottom: 20px;
}
.index-new .index-new-tag span{
    font-family: "ArialMT";
	color: #666666;
    padding-left: 4px;
}
.index-new .index-new-swiperfont h3{
    font-size: 20px;
    line-height: 30px;
	color: #333333;
}
.index-new .index-new-swiperfontp{
    font-size: 16px;
    line-height: 28px;
    padding-top: 17px;
	color: #666666;
}
.index-new .index-new-leftswiper{
    width: 42%;
    background-color: #f6f6f6;
}
.index-new .index-new-leftswiperimg,
.index-new .index-new-rightimg{
    overflow: hidden;
}
.index-new .index-new-leftswiperimg img{
    width: 100%;
    -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.index-new .swiper-slide:hover .index-new-leftswiperimg img,
.index-new .index-new-right ul li:hover .index-new-rightimg img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index-new .index-new-leftul{
    width: 58%;
    padding-left: 36px;
    padding-right: 46px;
}
.index-new .index-new-lefttime{
    width: 101px;
	height: 96px;
	border-radius: 6px;
	border: solid 1px #cdcdcd;
    text-align: center;
    padding: 8px 0;
}
.index-new .index-new-lefttime time{
    font-family: "ArialMT";
	font-size: 40px;
    line-height: 50px;
	color: #333333;
}
.index-new .index-new-lefttime p{
    font-family: "ArialMT";
	font-size: 18px;
    line-height: 25px;
	color: #666666;
}
.index-new .index-new-leftfont{
    width: calc(100% - 101px);
    padding-left: 17px;
}
.index-new .index-new-leftfont h3{
    font-size: 20px;
	line-height: 30px;
	color: #333333;
}
.index-new .index-new-leftfontdec{
    font-size: 16px;
	line-height: 25px;
	color: #888888;
    margin-top: 9px;
}
.index-new .index-new-leftul li{
    margin-bottom: 57px;
}
.index-new .index-new-leftul li a{
    align-items: center;
}
.index-new .index-new-leftul li:last-child{
    margin-bottom: 0px;
}
.index-new .index-new-right ul{
    width: 100%;
}
.index-new .index-new-right ul li{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}
.index-new .index-new-right ul li:last-child{
    margin-bottom: 0px;
}
.index-new .index-new-right ul li a{
    width: 100%;
    height: 100%;
    display: block;
}
.index-new .index-new-rightimg img{
    width: 100%;
    float: right;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-new .index-new-rightfont{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.index-new .index-new-rightfont h3{
    font-family: "SourceHanSansSC-Regular";
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index-new .index-new-leftul li:hover .index-new-leftfont h3,
.index-new .swiper-slide:hover .index-new-swiperfont h3,
.index-new .index-new-leftul li:hover .index-new-lefttime time,
.index-new .index-new-leftul li:hover .index-new-lefttime p{
    color: #004cbd;
}


.footer{
    background-color: #222222;
}
.footer .foot-top{
    padding-top: 80px;
}
.footer .footerphone-menu{
    width: 72%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 64px;
}
.footer .footerphone-menu li{
    /* flex: 1; */
}
.footer .footerphone-menu h3{
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
}
.footer .footerphone-menu h3::before{
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
	height: 16px;
	background-color: #ffffff;
}
.footer .footerphone-menu h3 i{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    display: none;
}
.footer .footerphone-menu h3 i::before{
    content: '';
    position: absolute;
    top: 50%;
    height: 2px;
    width: 15px;
    background: #fff;
    margin-top: -1px;
    right: 11px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.footer .footerphone-menu h3 i::after{
    content: '';
    position: absolute;
    top: 50%;
    height: 15px;
    width: 2px;
    background: #fff;
    margin-top: -7px;
    right: 17px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.footer .footerphone-menu h3.cur i::after{
    opacity: 0;
}
.footer .footerphone-menu h3 a{
    font-family: "SourceHanSansCN-Regular";
	font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.footer .footer-subnav a{
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
	line-height: 50px;
    display: block;
	color: #fff;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.footer .footer-subnav a:hover,
.footer .foot-topcont-telnum a:hover{
    color: #FF0000;
}
.footer .foot-topcont-telnum a:first-child{
    font-size: 18px;
}
.footer .footer-subnav{
    padding-left: 10px;
}
.footer .foot-topcont{
    width: 28%;
    padding-left: 60px;
}
.footer .foot-topcont-font h3,
.footer .foot-topcont-font h4{
    font-family: "SourceHanSansCN-Regular";
	font-size: 16px;
    line-height: 35px;
	color: #ffffff;
}
.footer .foot-topcont-font h4{
    color: rgba(255, 255, 255, 0.6);
}
.footer .foot-topcont-font{
    padding-bottom: 21px;
}
.footer .foot-topcont-telnum img{
    display: inline-block;
    vertical-align: middle;
}
.footer .foot-topcont-telnum a{
    font-family: "ArialMT";
	font-size: 16px;
	line-height: 30px;
    display: block;
	color: #ffffff;
}
.footer .foot-topcont-tel{
    width: 70%;
    align-items: center;
}
.footer .foot-topcont-telnum{
    width: 80%;
    padding-left: 17px;
}
.footer .foot-topcont-code{
    width: 30%;
}
.footer .foot-topcont-code h4{
    font-family: "SourceHanSansCN-Regular";
	font-size: 16px;
	line-height: 25px;
    text-align: center;
	color: #ffffff;
    padding-top: 3px;
}
.footer .foot-topcont-cont {
    align-items: flex-start;
}
.footer .foot-top{
    border-bottom: 1px solid rgba(255,255,255, 0.2);
    padding-bottom: 91px;
}
.footer-bot {
    padding: 35px 0;
    position: relative;
    align-items: center;
}

.footer .foot-bot-left {
    width: 65%;
}

.footer .foot-bot-left a,
.footer .foot-bot-left p,
.footer .foot-bot-left span,
.footer .foot-bot-left img,
.footer .foot-bot-right a {
    font-family: "SourceHanSansCN-Regular";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
}

.footer .foot-bot-left img {
    opacity: 0.6;
    padding-right: 6px;
}

.footer .foot-bot-left p,
.footer .foot-bot-left span,
.footer .foot-bot-right a {
    font-size: 14px;
    color: #fff;
}

.footer .foot-bot-right {
    width: 35%;
    text-align: right;
}

.footer .foot-bot-right a {
    position: relative;
    margin: 0 15px;
}

.footer .foot-bot-right a:last-child {
    margin: 0 15px;
    margin-right: 0px;
}
.footer .foot-bot-right span{
    font-family: "SourceHanSansCN-Regular";
	font-size: 14px;
	color: #ffffff;
}
.footer .foot-bot-right em {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 15px;
    background: #fff;
}

.footer .foot-bot-right a:hover,
.footer .foot-bot-left a:hover em,
.footer .foot-bot-left a:hover span {
    color: #FF0000;
}

.footer .foot-bot-share {
    margin-top: 24px;
}

.footer .foot-bot-share a,
.product-share-btn a {
    font-size: 25px;
    color: #fff;
    opacity: 1 !important;
    margin: 0 !important;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 100%;
    display: block;
    text-align: center;
    line-height: 30px;
    margin-right: 10px !important;
    opacity: 1;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.footer .foot-bot-share a:last-child,
.product-share-btn .foot-bot-share a:last-child {
    margin-right: 0px !important;
}

.footer .foot-bot-share .icon-txweibo,
.footer .foot-bot-share .icon-qq,
.product-share-btn .icon-txweibo,
.product-share-btn .icon-qq {
    font-size: 22px;
}

.footer .foot-bot-share a:hover,
.product-share-btn a:hover {
    color: #20ae12;
}

/* Inner page */
.pub-banner{
    position: relative;
    margin-top: 100px;
}
.pub-pcbanner{
    display: block;
}
.pub-mbanner{
    display: none;
}
.pub-banner .pub-banner-font{
    text-align: left;
    color: #ffffff;
}
.pub-banner .pub-banner-font h3{
    font-size: 50px;
	line-height: 56px;
}
.pub-banner .pub-banner-font p{
    font-size: 26px;
	line-height: 36px;
    margin-top: 18px;
}
.pub-banner .pub-banner-font {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: left;
    color: #ffffff;
    z-index: 9;
}
.pub-banner1 .pub-banner-font h3,
.pub-banner1 .pub-banner-font p{
    text-align: center;
}
/* product */
.product{
    position: relative;
}
.product-menu{
    height: 80px;
	background-color: #ffffff;
	box-shadow: 0px 3px 24px 0px 
		rgba(0, 0, 0, 0.05);
    z-index: 3;
    /* overflow: hidden; */
}
.product-pcmenu li{
    /* width: 25%; */
    overflow: hidden;
    margin-right: 10px;
}
.product-pcmenu li:last-child{
    margin-right: 0px;
}
.product-pcmenu a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 40px;
    display: inline-block;
    width: 100%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-pcmenu a img,
.product-pcmenu a span{
    display: inline-block;
    vertical-align: middle;
}
.product-pcmenu a span{
    font-size: 18px;
    line-height: 80px;
	color: #666666;
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.product-pcmenu li:hover a,
.product-pcmenu li.active a{
    background-color: #1267c4;
}
.product-pcmenu li:hover a span,
.product-pcmenu li.active a span{
    color: #fff;
}
.product-phonetop {
    position: relative;
    display: none;
}

.product-phonetop .nav-name {
    background-color: #004cbd;
    color: #fff;
    text-align: left;
    padding-left: 20px;
    display: block;
    font-size: 16px;
    position: relative;
    line-height: 45px;
    cursor: pointer;
}

.product-phonetop .nav-name img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.product-phonemenu li.active a,
.product-phonemenu li:hover a {
    color: #1267c4;
    border-bottom: none;
}

.product-phonemenu {
    width: 100%;
    position: absolute;
    width: 100%;
    z-index: 100;
    display: none;
    background: #fff;
    box-shadow: 0 1px 4px 1px #f1f1f1;
    padding: 20px 0;
}

.product-phonemenu li {
    padding-right: 0px;
}

.product-phonemenu li a {
    width: 100%;
    font-size: 16px;
    line-height: 42px;
    padding: 0 40px;
    display: block;
    color: #222222;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product .product-list{
    position: relative;
    margin-top: 80px;
    padding-bottom: 66px;
}
.product .product-cont li{
    background-color: #ffffff;
	border: solid 1px #ebebeb;
    width: 32.3%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    position: relative;
}
.product .product-cont li::before{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 3px;
	background-color: #1267c4;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product .product-cont li:hover::before{
    width: 100%;
}
.product .product-cont li:nth-child(3n){
    margin-right: 0px;
}
.product .product-cont ul{
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.product .product-cont li a{
    padding: 7%;
    overflow: hidden;
    align-items: center;
    display: block;
    width: 100%;
    height: 100%;
}

.product .product-cont-fonttit{
    font-size: 22px;
	line-height: 36px;
	color: #333333;
    text-align: center;
}
.product .product-cont-fontdec{
    font-size: 16px;
	line-height: 24px;
	color: #666666;
    margin-top: 5px;
    text-align: center;
}

.product .product-cont-img{
    overflow: hidden;
    height: 380px;
    position: relative;
    margin-bottom: 9%;
}
.product .product-cont-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product .product-cont li:hover .product-cont-img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product .product-cont li:hover .product-cont-fonttit{
	color: #1267c4;
}

/* paging */
.paging {
    flex-wrap: wrap;
}

.paging a {
    display: block;
    font-family: "ArialMT";
    width: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    color: #888888;
    margin-bottom: 8px;
    position: relative;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-bottom: 2px solid transparent;
    overflow: hidden;
    margin-right: 5px;
}

.paging a img {
    vertical-align: middle;
    line-height: 27px;
    display: inline-block;
}

.paging a:last-child {
    margin-right: 0px;
}

.paging .paging-icon {
    min-width: 54px;
}
.paging .icon-ljiantou{
    margin-right: 25px;
}
.paging .icon-rjiantou{
    margin-left: 25px;
    margin-right: 0px;
}
.paging a.active,
.paging a:hover {
    color: #1267c4;
    font-weight: bold;
}

.paging p {
    display: flex;
    flex-direction: row;
    justify-content: left;
    font-family: "ArialMT";
    font-size: 20px;
    line-height: 41px;
    color: #999999;
    padding-left: 15px;
}

.paging .pagin-tonum {
    width: auto;
    height: auto;
    border: none;
}

.paging p a:first-child {
    padding-left: 14px;
    margin-right: 0px;
}

.paging .no-iconprev {
    opacity: 0.5;
}

.paging .paging-iconprev,
.paging .paging-iconnext {
    font-size: 18px;
    font-weight: bold;
    margin-right: 0px;
}
.paging .iconfont{
    font-size: 26px;
}

/* product-info */
.product-info .magnifier-line{
    width: 0px;
    opacity: 0;
}
.product-info{
    margin-top: 80px;
}
.product-info .product-info-topleft{
    width: 50%;
    position: relative;
    overflow: inherit;
    height: 600px;
    background-color: #ffffff;
	border: solid 1px #e7e7e7;
}
.product-info .product-info-topleft::after {
    content: url(../images/pro-fdj.png);
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: none;
}
.product-info .product-info-topleft img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-info .product-info-topleft:hover img,
.product-info .product-info-rightimg:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-info .product-info-topright{
    width: 50%;
    overflow: hidden;
    padding-left: 123px;
    padding-top: 30px;
}
.product-info .product-info-toptit{
    font-size: 40px;
    font-weight: bold;
	line-height: 55px;
	color: #333333;
    margin-bottom: 23px;
}
.product-info .product-info-topdec{
    font-size: 18px;
	line-height: 34px;
	color: #666666;
    position: relative;
    height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
}
.product-info .product-info-topdec p{
    position: relative;
    padding-left: 27px;
}
.product-info .product-info-topdec p::before{
    content: " ";
    position: absolute;
    top: 13px;
    left: 0px;
    width: 9px;
	height: 9px;
	background-color: #1267c4;
    border-radius: 50%;
}
.product-info .more{
    width: 202px;
	height: 47px;
	background-color: #bd0004;
	border-radius: 23px;
    font-size: 22px;
	line-height: 47px;
    overflow: hidden;
    text-align: center;
	color: #ffffff;
    display: inline-block;
    margin-top: 70px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-info .more:hover,
.index-make .more:hover,
.contact .contact-formright ul .sub:hover,
.contact .recruit .join:hover{
    -webkit-box-shadow: 0 10px 30px -6px #bd0004;
    box-shadow: 0 10px 30px -6px #bd0004;
}
.product-info .product-info-func{
    background-color: #1267c4;
}
.product-info .product-info-func{
    position: relative;
    margin-top: 80px;
    padding-top: 104px;
    padding-bottom: 35px;
}
.inner-tit h3{
    font-size: 40px;
	line-height: 55px;
	color: #333333;
    text-align: center;
    font-weight: bold;
}
.inner-tit .inner-titdec{
    font-size: 16px;
	line-height: 30px;
	color: #000;
    text-align: center;
    margin-top: 6px;
}
.product-info .product-info-func .inner-tit h3{
    color: #fff;
}
.product-info .product-info-func .swiper-container{
    margin-top: 59px;
    padding-bottom: 40px;
}
.product-info .product-info-func .product-info-funcicon{
    width: 102px;
	height: 102px;
	background-color: #f7f7f7;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
}
.product-info .product-info-func .product-info-funcicon img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-info .product-info-func .product-info-funcdec{
	font-size: 20px;
    text-align: center;
	line-height: 32px;
	color: #ffffff;
    margin-top: 26px;
}
.product-info .product-info-func .swiper-slide{
    padding: 0 30px;
}
.product-info .product-info-func .swiper-pagination-bullet{
    background: rgba(255, 255, 255, 0.5);
}
.product-info .product-info-func .swiper-pagination-bullet-active{
    background: rgba(255, 255, 255, 1);
}
.product-info .product-info-func .swiper-pagination,
.make .make-team .swiper-pagination,
.make .make-know .swiper-pagination,
.make .make-school .swiper-pagination,
.make .make-equ .swiper-pagination{
    display: none;
}
.product-info .product-info-func .swiper-slide:hover .product-info-funcicon img,
.service .service-parts .swiper-slide:hover .service-parts-img img,
.service .service-rep .service-repul li:hover .service-rep-contimg img{
    transform: rotateY(180deg);
}
.product-info .product-info-equ{
    position: relative;
    margin-top: 66px;
}
.product-info .product-info-equul{
    margin-top: 50px;
}
.product-info .product-info-left{
    width: 50%;
    overflow: hidden;
    position: relative;
    background: rgba(124,187,255, 0.1);
    padding: 6% 4% 6% 7.5%;
}
.product-info .product-info-right{
    width: 50%;
    overflow: hidden;
    position: relative;
}
.product-info .product-info-rightimg{
    width: 100%;
    overflow: hidden;
}
.product-info .product-info-rightimg img{
    width: 100%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-info .product-equfont-fontinf{
    width: 100%;
}
.product-info .product-info-equfont{
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    padding-bottom: 8%;
}
.product-info .product-info-equfont:last-child{
    padding-bottom: 0px;
}
.product-info .product-info-equfont:hover .product-equfont-icon{
    transform: translateY(-20px);
}
.product-info .product-equfont-icon img{
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-info .product-equfont-icon{
    width: 20%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-info .product-equfont-font{
    width: 80%;
    padding-left: 35px;
}
.product-info .product-equfont-font h3{
    font-size: 24px;
	line-height: 32px;
    font-weight: bold;
	color: #1267c4;
}
.product-info .product-equfont-fontdec{
    font-size: 18px;
	line-height: 32px;
	color: #666666;
    margin-top: 10px;
}
.product-info .product-induswiper-img img,
.contact .contact-list-toplf img,
.new .new-list-lfimg img,
.make .make-bot-img img{
    width: 100%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-info .swiper-slide:hover .product-induswiper-img img,
.contact .contact-list-toplf:hover img,
.new .new-list-left li:hover .new-list-lfimg img,
.make .make-bot .swiper-slide:hover .make-bot-img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-info .product-info-equul li:hover .product-info-equfont{
    background-color: #1267c4;
}
.product-info .product-info-equul li:hover .product-equfont-font h3,
.product-info .product-info-equul li:hover .product-equfont-fontdec{
    color: #fff;
}
.product-info .product-info-equul li:hover .himg {
    display: block;
}
.product-info .product-info-equul li:hover .img{
    display: none;
}
.img-mask {
	display: block;
	position: absolute;
	z-index: 9;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background-color: rgba(255, 255, 255, 1);
}
.product-info .product-info-indu{
    position: relative;
    margin-top: 66px;
    margin-bottom: 45px;
}
.product-info .swiper-slide{
    overflow: hidden;
}
.product-info .swiper-container{
    padding-bottom: 40px;
}
.product-info .product-info-induswiper{
    margin-top: 40px;
}
.product-info .product-induswiper-font{
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}
.product-info .product-induswiper-font h3{
    font-size: 16px;
	line-height: 60px;
	color: #ffffff;
}
.product-info .product-info-indu .swiper-pagination{
    display: none;
}
.product-info .product-info-down{
    position: relative;
    padding-top: 66px;
    padding-bottom: 80px;
    background-color: #f2f8ff;
}
.product-info .product-info-down .product-info-downcont a{
    width: 300px;
	height: 100px;
    line-height: 100px;
    overflow: hidden;
	background-color: #ffffff;
	box-shadow: -4px 18px 106px 0px 
		rgba(5, 5, 5, 0.05);
    align-items: center;
    text-align: center;
    display: block;
}
.product-info .product-info-down .product-info-downcont img{
    display: inline-block;
    vertical-align: middle;
}
.product-info .product-info-down .product-info-downcont .himg,
.product-info .product-info-down .product-info-downcont li:hover .img{
    display: none;
}
.product-info .product-info-down .product-info-downcont a span{
    font-size: 26px;
	line-height: 32px;
	color: #777777;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.product-info .product-info-downcont {
    margin-top: 35px;
}
.product-info .product-info-down .product-info-downcont li:first-child{
    margin-right: 39px;
}
.product-info .product-info-down .product-info-downcont li:hover a{
    background-color: #1267c4;
	box-shadow: -4px 18px 106px 0px 
		rgba(5, 5, 5, 0.05);
}
.product-info .product-info-down .product-info-downcont li:hover .himg{
    display: inline-block;
}
.product-info .product-info-down .product-info-downcont li:hover a span{
    color: #fff;
}
.product-info .product-info-specs{
    margin-top: 66px;
    margin-bottom: 45px;
    position: relative;
}
.product-info .product-info-specstb{
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 52px;
}
.product-info .product-info-specstb table{
    width: 1400px;
    border: solid 1px #e5e5e5;
}
.product-info .product-info-specstb td{
    font-size: 16px;
	line-height: 46px;
	color: #666666;
    padding: 0 26px;
}
.product-info .product-info-specstb td:first-child{
    color: #333333;
    width: 10.5%;
}
.product-info .product-info-specstb td:last-child{
    padding-left: 0px;
    width: 89.5%;
}
.product-info .product-info-specstb tr:nth-child(odd){
    background-color: #f7f7f7;
}
.product-info .product-info-specstb tr:nth-child(even){
	background-color: #ffffff;
}
/* service */
.service{
    position: relative;
}
.service .service-sale{
    padding-top: 66px;
    padding-bottom: 4%;
    position: relative;
    background-color: #f7f7f7;
}
.service .service-sale .service-saleul{
    width: 85.75%;
    flex-wrap: wrap;
    margin: 50px auto 0 auto;
}
.service .service-sale .service-saleul li{
	border: solid 1px #d7d7d7;
    width: 31.6%;
    margin-bottom: 30px;
    margin-right: 30px;
    padding: 20px;
}
.service .service-sale .service-saleul li:nth-child(3n){
    margin-right: 0px;
}
.service .service-sale .service-saleul-icon{
    height: 90px;
    overflow: hidden;
    position: relative;
}
.service .service-sale .service-saleul-icon img{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.service .service-sale .service-saleul-font{
    font-size: 18px;
	line-height: 30px;
	color: #666666;
    text-align: center;
    margin-top: 16px;
}
.service .service-sale .service-saleul-icon .himg,
.service .service-sale .service-saleul li:hover .img{
    display: none;
}
.service .service-sale .service-saleul li:hover{
    background-color: #1267c4;
    border: solid 1px #1267c4;
}
.service .service-sale .service-saleul li:hover .himg{
    display: block;
}
.service .service-sale .service-saleul li:hover .service-saleul-font{
    color: #ffffff;
}
.service .service-plan{
    background-image: linear-gradient(90deg, #2f7dc7 56%, #4ddaf3 100%), linear-gradient(#e8e8e8, #e8e8e8);
    background-blend-mode: normal, normal;
    padding-top: 90px;
    padding-bottom: 95px;
    margin-top: 50px;
    overflow: hidden;
}
.service .service-plan .inner-tit h3,
.service .service-plan .inner-tit .inner-titdec{
    color: #fff;
}
.service .service-plan-titdec{
    font-size: 26px;
	line-height: 36px;
    text-align: center;
    color: #666666;
    margin-top: 15px;
}

.service .service-ins{
    position: relative;
    margin-top: 66px;
}
.service .service-ins-byc {
    margin-top: 57px;
    position: relative;
}
.service .service-ins-byc li{
    width: 5%;
    height: 540px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    transition: .5s;
    cursor: pointer;
}
.service .service-ins-byc li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: rgba(20,95,186, 0.77);
    z-index: 3;
}
.service .service-ins-byc li img{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.service .service-ins-byc li.active{
    width: 75%;
}
.service .service-ins-font1{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 45px;
    padding-bottom: 40px;
    width: 100%;
    z-index: 3;
}
.service .service-ins-font1 .tit1{
    font-size: 20px;
	line-height: 30px;
	color: #ffffff;
    opacity: 0;
}
.service .service-ins-font2{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 35px 0;
    transition: .4s;
}
.service .service-ins-font2 .tit2{
    font-size: 18px;
    writing-mode: tb-rl;
    color: #ffffff;
    letter-spacing: 6px;
}
.service .service-ins-byc li.active .tit1{
    opacity: 1;
}
.service .service-ins-byc li.active .tit2{
    opacity: 0;
}
.service .service-ins-byc li.active::before{
    opacity: 0;
}
.service .service-rep{
    position: relative;
    margin-top: 110px;
    margin-bottom: 100px;
}
.service .service-rep .service-repul li{
    position: relative;
    cursor: pointer;
    transition: all .5s cubic-bezier(.35,.75,.55,1);
    -webkit-transition: all .5s cubic-bezier(.35,.75,.55,1);
    -moz-transition: all .5s cubic-bezier(.35,.75,.55,1);
}
.service .service-rep .service-repul li:nth-child(even)::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 140px;
    height: 1px;
    background-color: #f5f5f7;
    display: block;
}
.service .service-rep .service-repul .xt{
    width: 30px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #e9e9e9;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #e3e3e3;
}
.service .service-rep .service-repul{
    margin-top: 70px;
    position: relative;
}
.service .service-rep .service-rep-cont{
    width: 208px;
	height: 208px;
	background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    z-index: 5;
}
.service .service-rep .service-rep-cont::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 258px;
	height: 258px;
    border-radius: 50%;
    z-index: 1;
	background-color: #f0f8ff;
}
.service .service-rep .service-rep-cont::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 208px;
	height: 208px;
    border-radius: 50%;
    z-index: 2;
	background-color: #fff;
}
.service .service-rep .service-rep-contimg{
    height: 75px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.service .service-rep .service-rep-contimg img,
.service .service-parts .service-parts-img img,
.service .download .download-ul-leftimg img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    margin: auto;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service .service-rep .service-rep-font{
    font-size: 18px;
	line-height: 30px;
	color: #666666;
    text-align: center;
    z-index: 5;
    position: relative;
    margin-top: 20px;
}
.service .service-rep .service-rep-continf{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}
/* .service .service-rep .service-repul li:hover .service-rep-contimg img{
    -webkit-animation: swing 1s ease 0s 1 both;
    animation: swing 1s ease 0s 1 both;
} */
.service .service-rep .service-repul li:hover .service-rep-cont::after{
    background-color: #f0f8ff;
}
.service .service-parts{
    position: relative;
    background: #1267C4;
    padding-top: 76px;
    padding-bottom: 30px;
    margin-top: 5.2%;
}
.service .service-parts .inner-tit h3,
.service .service-parts .inner-tit .inner-titdec{
    color: #fff;
}
.service .service-parts .service-parts-swiper{
    position: relative;
    width: 95%;
    margin: 75px auto 0 auto;
}
.service .service-parts .service-parts-img{
    height: 75px;
    overflow: hidden;
    position: relative;
}
.service .service-parts .service-parts-font{
    font-size: 16px;
	line-height: 30px;
	color: #ffffff;
    text-align: center;
    margin-top: 26px;
}
.service .service-parts .swiper-container{
    padding-bottom: 45px;
}
.service .service-parts .swiper-pagination{
    display: none;
}
.service .service-parts .swiper-pagination-bullet{
    background: rgba(255,255, 255,0.6)
}
.service .service-parts .swiper-pagination-bullet-active{
    background: rgba(255,255, 255,1)
}
.service .service-parts .swiper-slide{
    padding: 0 40px;
}
.service .download{
    position: relative;
    margin-top: 80px;
    padding-bottom: 75px;
}
.service .download .download-ul{
    flex-wrap: wrap;
}
.service .download .download-ul li{
    background-color: #ffffff;
	border: solid 1px #e7e7e7;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 49%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service .download .download-ul li a{
    padding: 20px 30px;
    align-items: center;
}
.service .download .download-ul li:nth-child(2n){
    margin-right: 0px;
}
.service .download .download-ul-leftimg{
    width: 89px;
	height: 91px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
    overflow: hidden;
    position: relative;
}
.service .download .download-ul-leftfont{
    width: 81%;
    padding-left: 18px;
}
.service .download .download-ul-leftfont h4{
    font-size: 18px;
	color: #333333;
}
.service .download .download-ul-leftfont time{
    font-size: 14px;
	line-height: 28px;
	color: #888888;
}
.service .download .down{
    display: block;
    width: 136px;
	height: 42px;
	background-color: #1267c4;
	border-radius: 21px;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
	color: #ffffff;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #fff;
}
.service .download .down .iconfont{
    width: 20px;
	height: 20px;
	color: #ffffff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.service .download .down span{
    display: inline-block;
    vertical-align: middle;
}
.service .download .download-ul-left{
    width: 78%;
    align-items: center;
}
.service .download .download-ul li:hover {
    background-color: #1267c4;
}
.service .download .download-ul li:hover .download-ul-leftfont h4,
.service .download .download-ul li:hover .download-ul-leftfont time{
    color: #fff;
}
.service .download .jzmore{
    width: 70px;
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
}
.service .download .jzmore .iconfont{
    overflow: hidden;
    font-size: 24px;
    color: #989898;
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-animation: circle 2s infinite linear;
    -moz-animation: circle 2s infinite linear;
    -ms-animation: circle 2s infinite linear;
    -o-animation: circle 2s infinite linear;
    animation: circle 2s infinite linear;
}
@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.service .download .jzmore span{
    font-size: 16px;
	line-height: 26px;
	color: #666666;
    text-align: center;
    margin-top: 6px;
    display: inline-block;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service .download .jzmore:hover span,
.service .download .jzmore:hover .iconfont{
    color: #BD0004;
}

/* new */
.new{
    position: relative;
}
.new .new-list{
    align-items: flex-start;
    margin-bottom: 5%;
}
.new .new-list-left{
    width: 75%;
    padding-top: 5%;
    padding-right: 5%;
    position: relative;
    border-right: 1px solid #f0f0f0;
}
.new .new-list-left ul{
    margin-bottom: 13%;
}
.new .new-list-left li a{
    align-items: center;
    width: 100%;
    margin-bottom: 10%;
}
.new .new-list-left li:last-child a{
    margin-bottom: 0px;
}
.new .new-list-lfimg{
    width: 310px;
    position: relative;
    overflow: hidden;
}
.new .new-list-font{
    width: calc(100% - 310px);
    position: relative;
    overflow: hidden;
    padding-left: 3.6%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/* .new .new-list-left li:hover .new-list-font{
    padding-left: 4.6%;
} */
.new .new-list-fttop time{
	font-size: 14px;
    line-height: 26px;
	color: #888888;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
}
.new .new-list-fttop time span{
    font-family: "ArialMT";
}
.new .new-list-fttop .tag{
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
	color: #ffffff;
    background-color: #1267c4;
    display: inline-block;
    vertical-align: middle;
}
.new .new-list-font .tit{
    font-size: 24px;
    font-weight: bold;
	line-height: 36px;
	color: #333333;
    margin-top: 4px;
}
.new .new-list-font .dec{
    font-size: 16px;
	line-height: 28px;
	color: #666666;
    margin-top: 3%;
}
.new .new-list-left li:hover .new-list-font .tit,
.new .hot-tag-li a:hover span,
.new .new-rec li:hover .new-rec-tit{
    color: #1267c4;
}
.new .hot-tag-li a:hover span{
    border: 1px solid #1267c4;
}
.new .new-list-right{
    width: 25%;
    position: sticky;
    top: 35px;
    padding-top: 4.3%;
    padding-left: 1.5%;
}
.new .hot-tag h4,
.new .new-rec h4{
    font-size: 18px;
	line-height: 36px;
    font-weight: bold;
	color: #111111;
    margin-bottom: 3.5%;
}
.new .hot-tag-li span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 15px;
	line-height: 30px;
	color: #9b9b9b;
    background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #9b9b9b;
}
.new .hot-tag-li a{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.new .hot-tag-li a:nth-child(3n) span{
    margin-right: 0px;
}
.new .new-rec{
    margin-top: 7%;
}
.new .new-rec h4{
    margin-bottom: 2.5%;
}
.new .new-rec li a{
    display: block;
    width: 100%;
    padding-bottom: 5.5%;
    padding-top: 5.2%;
    border-bottom: 1px solid #f2f2f2;
}
.new .new-rec li:last-child a{
    border: none;
}
.new .new-rec li:first-child a{
    padding-top: 0px;
}
.new .new-rec li a time{
    font-size: 14px;
	line-height: 28px;
	color: #888888;
}
.new .new-rec li a time span{
    font-family: "ArialMT";
}
.new .new-rec-tit{
    font-size: 16px;
	line-height: 26px;
	color: #333333;
}
.new .newinfo-list{
    position: relative;
    margin-top: 85px;
    margin-bottom: 80px;
    padding: 0 9.2%;
}
.new .newsinfo-list-tit h3{
    font-size: 26px;
	line-height: 36px;
	color: #333333;
    text-align: center;
}
.new .newinfo-list .newsinfo-list-titdec{
    margin-top: 20px;
    text-align: center;
}
.new .newinfo-list .newsinfo-list-titdec dd{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
    margin-right: 25px;
}
.new .newinfo-list .newsinfo-list-titdec dd:last-child{
    margin-right: 0px;
}
.new .newinfo-list .newsinfo-list-dec{
    font-size: 14px;
    line-height: 26px;
	color: #666666;
    margin-top: 15px;
    text-align: justify;
}
.new .newinfo-list .newsinfo-list-dec p{
    font-size: 16px;
    line-height: 28px;
	color: #666666;
    margin-top: 20px;
}
.new .newinfo-list .newsinfo-list-dec img{
    margin-top: 35px;
    margin-bottom: 7%;
}
.new .newinfo-list .newsinfo-list-dec h3{
    font-size: 16px;
	line-height: 24px;
    font-weight: bold;
	color: #333333;
    margin-top: 24px;
}
.new .newinfo-list .newsinfo-list-share{
    margin-top: 53px;
    align-items: center;
}
.new .newinfo-list .newsinfo-list-share .more{
    width: 120px;
	height: 40px;
	background-color: #cc223f;
	border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    display: block;
	color: #f5f5f5;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.new .newinfo-list .newsinfo-list-share .more:hover{
    background-color: #1267c4;
}
.new .newinfo-list .newsinfo-list-share i{
    color: #666666;
    font-size: 22px;
    display: inline-block;
    padding-right: 13px;
}
.new .newinfo-list .newsinfo-list-sharert {
    align-items: center;
    width: 30%;
}
.new .newinfo-list .newsinfo-share a{
    display: block;
    border-radius: 50%;
    width: 34px;
	height: 34px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 34px;
    background-color: #dd4f4f;
    margin-right: 7px;
}
.new .newinfo-list .newsinfo-share a:hover{
    opacity: 0.75;
}
.new .newinfo-list .newsinfo-share a:last-child{
    margin-right: 0px;
}
.new .newinfo-list .newsinfo-share .icon-weibo{
    background-color: #dd4f4f;
}
.new .newinfo-list .newsinfo-share .icon-weixin{
    background-color: #37c053;
}
.new .newinfo-list .newsinfo-share .icon-qq{
    background-color: #519bef;
}
.new .newinfo-list .newsinfo-share .icon-linkedin{
    background-color: #385b8c;
}
.new .newinfo-list .newsinfo-share .icon-kongjian{
    background-color: #f4ca23;
}
.new .newinfo-list .newinfo-list-right h3{
    font-size: 20px;
	line-height: 26px;
	color: #333333;
}
.new .newsinfo-list-btn{
    width: 70%;
    padding-right: 15px;
}
.new .newsinfo-list-btn a{
    display: block;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}
.new .newsinfo-list-btn a:hover{
    color: #1267c4;
}
/* contact */
.contact .contact-list{
    position: relative;
    margin-top: 80px;
}
.contact .contact-list-top {
    position: relative;
    max-height: 590px;
    overflow: hidden;
}
.contact .contact-list-toplf,
.contact .contact-list-toprt{
    width: 50%;
    overflow: hidden;
    position: relative;
}
.contact .contact-list-toprt{
    background-color: #1267c4;
    padding: 2.8% 18% 2.8% 4.5%;
}
.contact .contact-post{
    flex-wrap: wrap;
    margin-top: 40px;
}
.contact .contact-list-toprt .tit{
    font-size: 30px;
	line-height: 50px;
	color: #ffffff;
}
.contact .contact-toprtli dt{
    font-size: 22px;
	line-height: 38px;
    font-weight: bold;
	color: #ffffff;
    margin-bottom: 4px;
}
.contact .contact-toprtli dd img,
.contact .contact-toprtli dd span{
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact .contact-toprtli dd img{
    width: 20px;
}
.contact .contact-toprtli dd:hover img{
    transform: translateY(-5px);
}
.contact .contact-toprtli dd span{
    width: calc(100% - 25px);
    padding-left: 15px;
}
.contact .contact-toprtli dd span{
    font-family: "ArialMT";
    font-size: 16px;
	line-height: 32px;
    color: rgba(255, 255, 255, .8);
}
.contact .contact-toprtli dd span b{
    font-size: 20px;
}
.contact .contact-toprtli{
    margin-top: 3%;
    padding-bottom: 4%;
    border-bottom: 1px solid rgba(255,255,255, 0.2);
}
.contact .contact-toprtli:last-child{
    padding-bottom: 0%;
    border-bottom: 1px solid rgba(255,255,255, 0);
}
.contact .contact-post li{
    border: solid 1px #e7e7e7;
    width: 32.5%;
    margin-right: 16px;
    margin-bottom: 16px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact .contact-post li a{
    display: block;
    padding: 42px 30px;
}
.contact .contact-post li:nth-child(3n){
    margin-right: 0px;
}
.contact .contact-list-cen{
    position: relative;
    margin-top: 70px;
}
.contact .contact-list-cen .inner-tit h3{
    font-weight: normal;
}
.contact .contact-post-tit h3{
    font-size: 24px;
	line-height: 32px;
	color: #000000;
    width: 80%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact .contact-post-dizhi i{
    color: #1267c4;
    font-size: 28px;
    display: inline-block;
    -webkit-animation: topdown 2s linear infinite;
    animation: topdown 2s linear infinite;
}
@keyframes topdown{
	0%{-webkit-transform: translateY(0); transform: translateY(0);}
	50%{-webkit-transform: translateY(5px); transform: translateY(5px);}
	100%{-webkit-transform: translateY(0); transform: translateY(0);}
}
@-webkit-keyframes topdown{
	0%{-webkit-transform: translateY(0); transform: translateY(0);}
	50%{-webkit-transform: translateY(5px); transform: translateY(5px);}
	100%{-webkit-transform: translateY(0); transform: translateY(0);}
}
.contact .contact-post-dizhi span{
    font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.contact .contact-post-dec{
    font-size: 16px;
    line-height: 26px;
	color: #888888;
    font-family: "ArialMT";
    margin-top: 38px;
}
.contact .contact-post li:hover{
    border: solid 1px #1267c4;
}
.contact .contact-post li:hover .contact-post-tit h3{
    color: #1267c4;
}
.contact .contact-list-bot{
    position: relative;
    margin-top: 80px;
    align-items: center;
    background-color: #f7f7f7;
}
.contact .contact-formleft {
    width: 50%;
    overflow: hidden;
}

.contact .contact-formleft img,
.make .make-top-img img,
.about .about-cultrue-img img {
    width: 100%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact .contact-formleft:hover img,
.make .make-top-img:hover img,
.make .make-cen .swiper-slide:hover .make-cen-img img,
.about .swiper-slide:hover .about-cultrue-img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.contact .contact-formright {
    width: 50%;
    padding-left: 14%;
    padding-right: 5%;
}

.contact .contact-formright h3 {
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 48px;
}

.contact .contact-formright ul {
    flex-wrap: wrap;
}

.contact .contact-formright ul li {
    width: 48%;
    margin-right: 3.5%;
    margin-bottom: 16px;
}

.contact .contact-formright ul li input {
    width: 100%;
    font-size: 16px;
    height: 50px;
    color: #757575;
    border: 1px solid #dbdbdb;
    padding: 0 15px;
}

.contact .contact-formright ul li:nth-child(2n) {
    margin-right: 0px;
}

.contact .contact-formright ul label {
    font-family: "DIN-Regular";
    font-size: 16px;
    line-height: 28px;
    display: block;
    color: #333333;
    /* padding-bottom: 18px; */
}

.contact .contact-formright ul input::-webkit-input-placeholder {
    font-size: 14px;
    color: #757575;
}

.contact .contact-formright ul input::-webkit-input-placeholder {
    font-size: 14px;
    color: #757575;
}

.contact .contact-formright ul input::-moz-placeholder {
    font-size: 14px;
    color: #757575;
}

.contact .contact-formright ul input:-moz-placeholder {
    font-size: 14px;
    color: #757575;
}

.contact .contact-formright ul input:-ms-input-placeholder {
    font-size: 14px;
    color: #757575;
}

.contact .contact-formright ul li:nth-child(5) {
    width: 100%;
    margin-right: 0px;
}

.contact .contact-formright textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #dbdbdb;
    padding: 15px;
}

.contact .contact-formright ul li:last-child {
    border: none;
}

.contact .contact-formright ul .sub {
    width: 120px;
    height: 45px;
    background-color: #bd0004;
    border-radius: 23px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
    margin-top: 25px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact .recruit{
    position: relative;
    margin: 80px auto;
    align-items: flex-start;
}
.contact .recruit .recruit-left{
    width: 74.4%;
    padding: 44px 35px 80px 30px;
    border: solid 1px #e7e7e7;
    margin-right: 18px;
}
.contact .recruit .recruit-left-top{
    padding-bottom: 12px;
    border-bottom: 1px solid #efefef;
}
.contact .recruit .recruit-left-toplf{
    width: 90%;
}
.contact .recruit .recruit-left-toprt{
    width: 340px;
    width: 10%;
    text-align: right;
}
.contact .recruit .recruit-left-toprt i{
    color: #1267c4;
    font-size: 30px;
    display: inline-block;
    -webkit-animation: topdown 2s linear infinite;
    animation: topdown 2s linear infinite;
}
.contact .recruit .recruit-left-toprt span{
    font-size: 16px;
    line-height: 26px;
	color: #666666;
}
.contact .recruit .recruit-left-top h3{
	font-size: 24px;
	line-height: 35px;
	color: #000000;
}
.contact .recruit .recruit-left-top .dec{
	font-size: 16px;
    line-height: 26px;
	color: #666666;
    margin-top: 8px;
    margin-bottom: 30px;
}
.contact .recruit .recruit-left-top .dec span,
.contact .recruit .recruit-left-top time span{
    font-family: "ArialMT";
}
.contact .recruit .recruit-left-top time{
	font-size: 14px;
	color: #888888;
}
.contact .recruit .recruit-left-bot{
    padding-top: 32px;
}
.contact .recruit .recruit-left-bot h4{
    font-size: 20px;
    line-height: 26px;
	color: #333333;
    margin-bottom: 7px;
}
.contact .recruit .recruit-left-bot dl dd{
	font-size: 16px;
	line-height: 32px;
	color: #888888;
}
.contact .recruit .recruit-left-botxq{
    margin-top: 23px;
}
.contact .recruit .join{
    width: 136px;
	height: 42px;
	background-color: #c90606;
	border-radius: 21px;
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
	color: #ffffff;
    margin-top: 30px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact .recruit .recruit-right{
    position: sticky;
    top: 130px;
    width: 24.29%;
    padding: 18px 20px;
    border: solid 1px #e7e7e7;
}
.contact .recruit .recruit-right .tit{
	font-size: 18px;
	line-height: 36px;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
    padding-bottom: 4px;
}
.contact .recruit .recruit-right .tit::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 3px;
	height: 16px;
	background-color: #1267c4;
}
.contact .recruit .recruit-rightul li{
    padding:10px 0 15px 0;
    border-bottom: 1px solid #efefef;
}
.contact .recruit .recruit-rightul li:last-child{
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
}
.contact .recruit .recruit-rightul li h4{
	font-size: 18px;
    line-height: 36px;
	color: #000000;
}
.contact .recruit .recruit-rightul li p{
    font-size: 14px;
    line-height: 24px;
	color: #888888;
}
.contact .recruit .recruit-rightul li:hover h4,
.contact .recruit .recruit-rightul li:hover p{
    color: #1267c4;
}
/* make */
.make{
    position: relative;
    /* margin-top: 5.2%; */
}
.make .make-top{
    margin-bottom: 8%;
    padding-top: 5.2%;
}
.make .make-top>div{
    align-items: center;
}
.make .make-top-left{
    width: 36%;
    position: relative;
}
.make .make-top-tit{
    font-size: 40px;
	line-height: 46px;
	color: #333333;
}
.make .make-top-dec{
    font-size: 16px;
    line-height: 28px;
	color: #666666;
    text-align: justify;
    margin-top: 6%;
}
.make .make-top-right{
    position: relative;
    width: 74%;
    padding-left: 6%;
}
.make .make-top-ul{
    width: 226px;
	height: 343px;
	background-color: #ffffff;
	box-shadow: 0px 0px 38px 0px 
		rgba(36, 41, 43, 0.1);
    position: absolute;
    bottom: -50px;
    right: 0px;
}
.make .make-top-ul li{
    width: 100%;
    height: 50%;
    padding: 3% 20%;
    position: relative;
}
.make .make-top-ul li:first-child{
    border-bottom: 1px solid #eaeaea;
}
.make .make-top-icon{
    height: 70px;
    position: relative;
}
.make .make-top-icon img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.make .make-top-icon:hover img{
    transform: translateY(-10px);
}
.make .make-top-ul li h4{
    font-size: 18px;
    font-weight: bold;
	line-height: 32px;
	color: #333333;
}
.make .make-top-li{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.make .make-top-img{
    overflow: hidden;
}
.make .make-top-img img{
    width: auto;
    margin: 0;
}
.make .make-cen{
    background-color: #f5f5f5;
    position: relative;
    padding: 4.3% 0;
}
.make .make-cen .make-top-tit{
    text-align: center;
}
.make .makr-cen-dec{
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
	color: #666666;
    width: 56%;
    margin: 1% auto;
}
.make .make-cen .swiper-wrapper{
    align-items: center;
}
.make .make-cen-swiper{
    position: relative;
    margin-top: 3.5%;
}
.make .make-cen .swiper-container{
    padding-bottom: 6%;
}
.make .make-cen .make-cen-img img{
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.make .make-bot{
    position: relative;
    margin-top: 5.2%;
}
.make .make-bot-tit{
    font-size: 40px;
	line-height: 50px;
	color: #333333;
}
.make .make-bot-dec{
    font-size: 18px;
	line-height: 30px;
	color: #666666;
    height: 125px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 3%;
}
.make .make-bot-font{
    width: 90%;
    margin: 0 auto;
    background-color: #ffffff;
	box-shadow: 0px 0px 38px 0px 
		rgba(36, 41, 43, 0.1);
    padding: 7.5% 5%;
    position: relative;
    margin-top: -16%;
    z-index: 3;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.make .make-bot-icon{
    margin-bottom: 3%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.make .make-bot-icon img{
    margin: 0;
}
.make .make-bot .swiper-slide:hover .make-bot-icon{
   transform: translateY(-20px);
}
.make .make-bot .swiper-slide:hover .make-bot-tit{
    color: #1267c4;
}
.make .make-bot .swiper-container{
    padding-bottom: 7.2%;
}
.make .make-bot .swiper-pagination{
    display: none;
}
.make .make-bot .make-bot-img{
    overflow: hidden;
}
/* about */
.about{
    position: relative;
    /* margin-top: 4.3%; */
    overflow: hidden;
}
.about .about-intro{
    position: relative;
    padding-top: 4.3%;
}
.about .about-tit{
    font-size: 40px;
	line-height: 50px;
    font-weight: bold;
	color: #333333;
    text-align: center;
}
.about .about-intro-dec{
    font-size: 16px;
	line-height: 30px;
	color: #666666;
    margin-top: 2.5%;
}
.about .about-intro-dec p:first-child{
    margin-bottom: 1.5%;
}
.about .about-intro-ul li{
    /* width: 25%; */
    flex: 1;
    text-align: center;
    position: relative;
    align-items: center;
}
.about .about-intro-ul ul{
    align-items: center;
}
.about .about-intro-sp{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about .about-intro-ul{
    margin-top: 5%;
}
.about .about-intro .about-intro-img{
    width: 192px;
	height: 192px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
/* .about .about-intro .about-intro-img:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
} */
/* è§†é¢‘å¼¹çª— */
.videobox {
    width: 60px;
    height: 60px;
    display: block;
    background: url(../images/ab-bficon.png)no-repeat center center;
  
}
.videobox:hover{
    animation: swing 1s;
}
.popvideo iframe {
    width: 100%;
    /* height: 600px; */
}

.popvideo video {
    width: 100%;
    /* height: 600px; */
    object-fit: fill;
}

.popvideobg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.popvideobox {
    position: absolute;
    top: 50%;
    width: 100%;
    /* height: 600px; */
    left: 50%;
    transform: translate(-50%, -50%);
}

.popvideo {
    max-width: 1000px;
    margin: 0px auto;
    padding: 0px 20px;
    position: relative;
}

.close-video-btn {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 45px;
    top: -15px;
    cursor: pointer;
    margin: -20px -20px 0 0;
    z-index: 9;
}

.close-video-btn::after {
    content: '';
    position: absolute;
    top: 10px;
    width: 20px;
    height: 2px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-video-btn::before {
    content: '';
    position: absolute;
    top: 10px;
    width: 20px;
    height: 2px;
    background-color: #FFF;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.about .about-cultrue{
    position: relative;
    padding-top: 4.8%
}
.about .about-cultrue-img{
    overflow: hidden;
}
.about .about-cultrue-font{
    width: 100%;
    padding: 11% 8%;
    overflow: hidden    ;
    background-color: #ffffff;
	box-shadow: 0px 0px 27px 0px 
		rgba(136, 136, 136, 0.16);
    position: relative;
}
.about .about-cultrue-font::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1267c4;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about .about-cultrue-font h4{
	font-size: 24px;
	line-height: 36px;
    font-weight: bold;
	color: #333333;
    z-index: 3;
    position: relative;
}
.about .about-cultrue-font .dec{
    font-size: 18px;
	line-height: 26px;
	color: #666666;
    margin-top: 5px;
    z-index: 3;
    position: relative;
}
.about .about-cultrue-swiper{
    position: relative;
    margin-top: 3.7%;
    margin-bottom: 5%;
}
.about .about-cultrue .swiper-container{
  padding: 0 5px 5.5% 5px;
}
.about .about-cultrue .swiper-pagination{
    display: none;
}
.about .about-cultrue .swiper-slide:hover .about-cultrue-font::after{
    height: 100%;
}
.about .about-cultrue .swiper-slide:hover .about-cultrue-font h4,
.about .about-cultrue .swiper-slide:hover .about-cultrue-font .dec{
    color: #fff;
}
.about .about-honor{
    position: relative;
    padding-top: 5%;
}
.about .about-honor-list{
    position: relative;
    margin-top: 1%;
}
.about .about-honor-btn li{
    margin-right: 4%;
    position: relative;
}
.about .about-honor-btn li:last-child{
    margin-right: 0px;
}
.about .about-honor-btn li a{
    display: block;
    width: 100%;
    font-size: 18px;
	line-height: 30px;
	color: #666666;
    border-bottom: 2px solid transparent;
    position: relative;
}
.about .about-honor-btn li:hover a,
.about .about-honor-btn li.active a{
    color: #1267c4;
    font-weight: bold;
}
.about .about-honor-btn li a::before{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: #1267c4;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about .about-honor-btn li:hover a::before,
.about .about-honor-btn li.active a::before{
    width: 100%;
}
.about .about-honor-list .about-honor-swiper{
    position: relative;
    margin-top: 3.5%;
    padding-bottom: 5%;
}
.about .about-honor-list .swiper-container{
    padding-bottom: 5.3%;
    width: 85%;
    margin: 0 auto;
}
.about .about-honor-list .swiper-pagination-bullet{
    margin-right: 25px;
}
.about .about-honor-list .swiper-pagination-bullet:last-child{
    margin-right: 0px;
}
.about .about-honor .swiper-wrapper{
    align-items: center;
}
.about .about-honor .swiper-button-next,
.about .about-honor .swiper-button-prev{
    width: 63px;
	height: 63px;
	border: solid 2px #aeaeae;
    top: 35%;
    border-radius: 50%;
    background: url(../images/ab-next1.png)no-repeat center center;
}
.about .about-honor .swiper-button-next{
    right: 0px;
}
.about .about-honor .swiper-button-prev{
    background: url(../images/ab-prev1.png)no-repeat center center;
    left: 0px;
}
.about .about-honor .swiper-button-next:hover{
    border: solid 2px #2f7dc7;
    background: url(../images/ab-hnext1.png)no-repeat center center;
}
.about .about-honor .swiper-button-prev:hover{
    border: solid 2px #2f7dc7;
    background: url(../images/ab-hprev1.png)no-repeat center center;
}
.about .about-honor .swiper-slide{
    overflow: hidden;
}
.about .about-honor .swiper-slide:hover .about-honor-img img,
.about .about-coop .about-coop-img:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.about .about-coop{
    position: relative;
    padding: 5% 0;
}
.about .about-coop .about-coop-img{
    position: relative;
    width: 133px;
	height: 133px;
	background-color: #ffffff;
	box-shadow: 0px 0px 27px 0px 
		rgba(136, 136, 136, 0.16);
    overflow: hidden;
    border-radius: 50%;
}
.about .about-coop .about-coop-img img,
.about .about-coop .about-coop-mimg img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
} 
.about .about-coop-list{
    margin-top: 1.7%;
    height: 350px;
    position: relative;
}
.about .about-coop .about-coop-mimg{
    width: 100%;
    height: 120px;
    background-color: #ffffff;
	/* box-shadow: 0px 0px 27px 0px 
		rgba(136, 136, 136, 0.16); */
    border: 1px solid #dedede;
}
.about .about-coop .swiper-container{
    padding: 30px 5px 60px 5px;
}
.about .about-coop .about-coop-mobile{
    display: none;
}
.about .about-coop-pc li:nth-child(1) .about-coop-img,
.about .about-coop-pc li:nth-child(2) .about-coop-img,
.about .about-coop-pc li:nth-child(6) .about-coop-img,  
.about .about-coop-pc li:nth-child(8) .about-coop-img,
.about .about-coop-pc li:nth-child(12) .about-coop-img,
.about .about-coop-pc li:nth-child(14) .about-coop-img,
.about .about-coop-pc li:nth-child(16) .about-coop-img,
.about .about-coop-pc li:nth-child(18) .about-coop-img{
    width: 92px;
	height: 92px;
}
.about .about-coop-pc li:nth-child(3) .about-coop-img{
    width: 125px;
	height: 125px;
}
.about .about-coop-pc li:nth-child(5) .about-coop-img,
.about .about-coop-pc li:nth-child(9) .about-coop-img,
.about .about-coop-pc li:nth-child(15) .about-coop-img,
.about .about-coop-pc li:nth-child(17) .about-coop-img{
	width: 115px;
	height: 115px;
}
.about .about-coop-pc li:nth-child(4) .about-coop-img,
.about .about-coop-pc li:nth-child(7) .about-coop-img{
    width: 133px;
	height: 133px;
}
.about .about-coop-pc li:nth-child(10) .about-coop-img{
    width: 121px;
	height: 121px;
}
.about .about-coop-pc li:nth-child(11) .about-coop-img{
    width: 103px;
	height: 103px;
}
.about .about-coop-pc li:nth-child(13) .about-coop-img{
    width: 108px;
	height: 108px;
}
.about .about-coop-pc li{
    position: absolute;
}
.about .about-coop-pc li:nth-child(1){
    top: 0px;
    left: 5.5%;
}
.about .about-coop-pc li:nth-child(2){
    top: 27%;
    left: 16%;
}
.about .about-coop-pc li:nth-child(3){
    top: 5%;
    left: 28%;
}
.about .about-coop-pc li:nth-child(4){
    top: 10%;
    left: 43.5%;
}
.about .about-coop-pc li:nth-child(5){
    top: 0%;
    left: 57.5%;
}
.about .about-coop-pc li:nth-child(6){
    top: 28.5%;
    left: 67.2%;
}
.about .about-coop-pc li:nth-child(7){
    top: 0%;
    left: 75.2%;
}
.about .about-coop-pc li:nth-child(8){
    top: 0%;
    left: 90%;
}
.about .about-coop-pc li:nth-child(9){
    top: 37%;
    left: 0%;
}
.about .about-coop-pc li:nth-child(10){
    bottom: 0%;
    left: 9%;
}
.about .about-coop-pc li:nth-child(11){
    bottom: 15%;
    left: 23.8%;
}
.about .about-coop-pc li:nth-child(12){
    bottom: 25.5%;
    left: 35.5%;
}
.about .about-coop-pc li:nth-child(13){
    bottom: 0%;
    left: 43.8%;
}
.about .about-coop-pc li:nth-child(14){
    bottom: 25%;
    left: 55%;
}
.about .about-coop-pc li:nth-child(15){
    bottom: 0%;
    left: 64.5%;
}
.about .about-coop-pc li:nth-child(16){
    bottom: 10%;
    left: 76%;
}
.about .about-coop-pc li:nth-child(17){
    bottom: 27%;
    left: 84.5%;
}
.about .about-coop-pc li:nth-child(18){
    bottom: 12%;
    right: 0%;
}
.about .about-develop,
.index-about-mobfont{
    background: #2787EF;
    position: relative;
    /* height: 780px; */
    padding-top: 7%;
    padding-bottom: 5.5%;
}
.index-about-mobfont{
    background: none;
}
.about .about-develop-tpft .tit,
.index-about-mobfont .tit{
    font-size: 48px;
	line-height: 55px;
	color: rgba(255,255,255, 0.2);
    font-family: "Roboto-Condensed";
}
.about .about-develop-tpft .dec,
.index-about-mobfont .dec{
    font-size: 16px;
	line-height: 30px;
    color: rgba(255,255,255, 0.2);
    margin-top: 3.5%;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about .about-develop-tpft .dec p,
.index-about-mobfont .dec p{
    margin-top: 1.8%;
}
/* .about .about-develop-tpft .dec p:first-child{
    margin-top: 0px;
} */
.about .about-develop-tpft{
    width: 70%;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-70%);
}
.about .about-develop-swbot .time,
.index-about-mobtime .time{
    font-family: "Roboto-Condensed";
	font-size: 32px;
	line-height: 48px;
    color: rgba(255,255,255, 0.2);
    text-align: center;
    margin-top: 13%;
}
.about .about-develop .swiper-button-prev,
.about .about-develop .swiper-button-next,
.index-about-mobfont .swiper-button-prev,
.index-about-mobfont .swiper-button-next{
    width: 13px;
	height: 23px;
    background: url(../images/ab-prev.png)no-repeat center center;
    background-size: 100%;
    top: auto;
    bottom: 8.5%;
}
.about .about-develop .swiper-button-next,
.index-about-mobfont .swiper-button-next{
    background: url(../images/ab-next.png)no-repeat center center;
}
.about .about-develop .swiper-slide,
.about .about-develop-swbot .swiper-wrapper,
.about .about-develop-swiper,
.index-about-mobtime .swiper-slide{
    position: relative;
}
.about .about-develop .swiper-slide,
.index-about-mobtime .swiper-slide{
    cursor: pointer;
}
.about .about-develop-swbot .swiper-slide::before,
.about .about-develop-swbot .swiper-slide::after,
.index-about-mobtime .swiper-slide::before,
.index-about-mobtime .swiper-slide::after{
    content: " ";
    position: absolute;
    width: 8px !important;
	height: 8px !important;
	background-color: #ffffff;
    border-radius: 50%;
    left: 50%;
    top: 4px !important;
    transform: translateX(-50%);
    opacity: 1;
}
.index-about-mobtime .swiper-slide::before,
.index-about-mobtime .swiper-slide:hover::before,
.index-about-mobtime .swiper-slide-thumb-active::before,
.index-about-mobtime .swiper-slide.active::before{
    opacity: 1 !important;
    display: block !important;
}
.index-about-mobfont .swiper-button-prev, .index-about-mobfont .swiper-button-next {
    bottom: -4.5%;
}
.about .about-develop .swiper-slide-thumb-active::after,
.index-about-mobtime .swiper-slide-thumb-active::after,
.about .about-develop .swiper-slide.active::after,
.index-about-mobtime .swiper-slide.active::after{
    width: 16px !important;
	height: 16px !important;
	background-color: #ffffff;
	opacity: 0.3;
    top: 0px !important;
}
.about .about-develop-swbot .swiper-container::before,
.index-about-mobtime .swiper-container::before{
    content: " ";
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%,-10%);
    height: 1px;
    width: 100%;
	background-color: #ffffff;
}
.about .about-develop-swbot .swiper-container,
.index-about .index-about-right .index-about-mobtime .swiper-container{
    width: 90%;
    margin: 0 auto;
}
.about .about-develop .swiper-slide-thumb-active .time,
.about .about-develop .swiper-slide.active .time,
.about .swiper-slide-active .about-develop-tpft .tit,
.about .about-develop .about-tit,
.index-about-mobtime .swiper-slide-thumb-active .time,
.index-about-mobtime .swiper-slide.active .time,
.index-about-mobfont .swiper-slide-active .tit,
.index-about-mobfont .swiper-slide-active .dec{
    color: rgba(255,255,255, 1);
}
.about .swiper-slide-active .about-develop-tpft .dec{
    color: rgba(255,255,255, 1);
}
.about .about-develop-tpimg{
    opacity: 0;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about .swiper-slide-active .about-develop-tpimg{
    opacity: 1;
}
.about .about-develop .about-tit{
    position: absolute;
    left: 45.5%;
    top: 0px;
    transform: translateX(-45.5%);
    z-index: 5;
}
.about .about-develop-swtop{
    margin-top: -14%;
    margin-bottom: 7%;
}
.about .about-cirimg{
    position: absolute;
    top: -10%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    animation: rotaterotate 50s infinite linear;
}
@keyframes rotaterotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.about .about-honor .about-honor-li{
    display: none;
}
.about .about-honor .about-honor-li:first-child{
    display: block;
}
.index-about-swpmobile{
    display: none;
}
.index-about .index-about-mobtime .swiper-slide{
    position: relative;
}
.index-about .index-about-mobfont .index-about-mfont{
    width: 70%;
    margin: 0 auto;
}
.index-about-mobfont .dec,
.index-about-mobfont .tit {
    color: rgba(255,255,255, 0.5);
}
.index-about-mobfont .dec {
    height: auto;
}
.index-about-mobfont .swiper-button-prev, .index-about-mobfont .swiper-button-next {
    bottom: -6.5%;
}
.index-product-Bswiperimg{
    overflow: hidden;
}
.index-cooper-swiper .swiper-pagination-bullet{
    background: rgba(255,255,255, 0.6);
}
.index-cooper-swiper .swiper-pagination-bullet-active{
    background: #fff;
}
.index-smake{
    position: relative;
    display: none;
    padding: 5% 0;
}
.index-make .swiper-pagination{
    display: none;
}


/* 20211209 */
.index-product .swiper-pagination, .index1-new-leftswiper .swiper-pagination{
    display: none;
}
.swiper-fontimg2{}
.swiper-fontimg2 img{
    max-width: 240px;
}

@media screen and (max-width: 767px){
    .swiper-fontimg2 img{
        max-width: 90px;
        display: inline-block;
    }

    .swiper-fontimg img{
               max-width: 160px;
    }
}