body,
button,
dd,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font: 16px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}

button,
input,
textarea,
select {
    -webkit-appearance: none;
    resize: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

.none {
    display: none;
}

.online_x {
    cursor: pointer;
}

button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
    /* border: 0*/
    outline: 0 none;
    outline-color: transparent;
}

a {
    color: #333;
    display: inline-block;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    cursor: pointer
}

a:active {
    text-decoration: none
}

li {
    list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url(../fonts/SourceHanSansCN-Regular.otf);
}

@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url(../fonts/SourceHanSansCN-Normal_0.otf);
}

@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url(../fonts/SourceHanSansCN-Bold.otf);
}

@font-face {
    font-family: 'SourceHanSansCN-light';
    src: url(../fonts/SourceHanSansCN-Light_0.otf);
}

@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url(../fonts/SourceHanSansCN-Medium.otf);
}

@font-face {
    font-family: 'DIN-Bold';
    src: url(../fonts/DIN-BOLD_0.OTF);
}


/*@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url(https://xin20181116.oss-cn-beijing.aliyuncs.com/qunsuo/SourceHanSansCN-Normal_0.otf);
}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url(https://xin20181116.oss-cn-beijing.aliyuncs.com/qunsuo/SourceHanSansCN-Medium.otf);
}
@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url(https://xin20181116.oss-cn-beijing.aliyuncs.com/qunsuo/SourceHanSansCN-Bold.otf);
}
@font-face {
    font-family: 'SourceHanSansCN-light';
    src: url(https://xin20181116.oss-cn-beijing.aliyuncs.com/qunsuo/SourceHanSansCN-Light_0.otf);
}
@font-face {
    font-family: 'DIN-Bold';
    src: url(https://xin20181116.oss-cn-beijing.aliyuncs.com/qunsuo/DIN-BOLD_0.OTF);
}
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url(https://xin20181116.oss-cn-beijing.aliyuncs.com/qunsuo/SourceHanSansCN-Regular.otf);
}*/

.conwidth {
    width: 88.54%;
    margin: auto;
}

.wd1 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.wd2 {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
}

.wd3 {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
}


/*header*/

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: rgba(255, 255, 255, .3) solid 1px;
    z-index: 99;
}

.header.headerbg {
    background-color: #FFFFFF;
    border-bottom: none;
}

.header .header-logo {
    float: left;
    line-height: 70px;
}

.header .header-logo a {}

.header .header-logo .logo1 {}

.header .header-logo .logo2 {
    display: none;
}

.header.headerbg .header-logo .logo1 {
    display: none;
}

.header.headerbg .header-logo .logo2 {
    display: inline-block;
}

.header .nav {
    float: left;
    border-right: rgba(255, 255, 255, .3) solid 1px;
}

.header.headerbg .nav {
    border-right: rgba(0, 0, 0, .2) solid 1px;
}

.header .nav ul li {
    position: relative;
    float: left;
    margin-right: 30px;
}

.header .nav ul li:last-child {
    margin-right: 55px;
}

.header .nav ul li>a {
    padding: 0 25px;
    color: #fff;
    font: 18px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    line-height: 70px;
}

.header.headerbg .nav ul li>a {
    color: #333;
}

.header .nav ul li:hover>a,
.header .nav ul li.on>a {
    color: #ffb62b;
}

.header.headerbg .nav ul li:hover>a,
.header.headerbg .nav ul li.on>a {
    color: #ffb62b;
}

.header .nav ul li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #ffb62b;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.header .nav ul li:hover::before,
.header .nav ul li.on::before {
    width: 100%;
}

.header .navcell {
    display: none;
    position: absolute;
    left: 50%;
    top: 70px;
    z-index: 99;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100%;
    padding: 4px 0px;
    background-color: #f0f0f0;
}

.header .navcell .nav-li {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    padding: 12px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.header .navcell .nav-li a {
    color: #666666;
    font-size: 14px;
}

.header .navcell .nav-li:hover {
    background-color: #ffffff;
}

.header .navcell .nav-li a:hover {
    color: #ffb62b;
}

.header-other {
    float: right;
}

.header-other .search-icon {
    float: left;
    margin-left: 30px;
    line-height: 70px;
    cursor: pointer;
}

.header-other .search-icon img {
    width: 24px;
    height: 20px;
}

.header .language {
    float: left;
    display: inline-block;
    min-width: 45px;
    font-size: 16px;
    color: #16b6d2;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    font-weight: lighter;
    position: relative;
    cursor: pointer;
    z-index: 99;
    text-align: left;
    padding-left: 20px;
    margin-left: 15px;
}

.header .language:before {
    position: absolute;
    left: 50%;
    top: 55px;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    display: none;
    border-top: 10px transparent dashed;
    border-left: 6px transparent dashed;
    border-right: 6px transparent dashed;
    border-bottom: 6px #eee solid;
}

.header .language .top {
    /*font-family: "思源黑体 CN";*/
    font-family: 'SourceHanSansCN-Normal';
    color: #ffb62b;
    font-size: 18px;
    padding-right: 25px;
    background: url(../images/img1.png) right center no-repeat;
    background-size: 15px 9px;
}

.header .language .drop-down {
    display: none;
    position: absolute;
    top: 70px;
    /*width: 100%;*/
    min-width: 60px;
    padding: 5px 15px;
    left: 50%;
    z-index: 100;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #eee;
    background: #fff;
}

.header .language .drop-down a {
    display: block;
    /*font-family: "思源黑体 CN";*/
    font-family: 'SourceHanSansCN-Normal';
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #444444;
    font-weight: bold;
}

.header .language .drop-down a:hover {
    color: #444444;
}

.header .language:hover:before {
    display: block;
}

.search {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    height: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: .5s;
    transition-delay: .5s;
}

.search.search-is-open {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.search.search-is-open .search__container {
    transform: translateY(0) translateZ(0);
}

.search-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(55, 58, 71, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    visibility: hidden;
}

.search-is-open .search-overlay {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.search__container {
    position: relative;
    z-index: 2;
    background-color: #fff;
    transform: translateY(-100%) translateZ(0);
    transition: transform .75s cubic-bezier(.77, 0, .175, 1);
}

.search {
    left: 0;
}

.search-header {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.search-form {
    position: relative;
    width: 75%;
    margin: 0 auto;
}

.search-header .search-btn-close {
    position: absolute;
    top: 0;
    right: 0;
}

.search-header .search-input {
    font-size: 24px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
}

.search-close {
    position: absolute;
    display: block;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF url(../images/close.png) no-repeat center;
    background-size: 20px 20px;
    cursor: pointer;
    z-index: 6;
}

.search-close:hover {
    background: #ffb62b url(../images/close1.png) no-repeat center;
    background-size: 20px 20px;
}

.search .submit0 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 45px;
    height: 45px;
    background: url(../images/searchf.png) no-repeat center;
    border: none;
    background-size: 20px 20px;
    box-sizing: border-box;
    display: block;
}

.search-header .search-input {
    display: block;
    text-indent: 20px;
    line-height: 45px;
    font-size: 14px;
    color: #666;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
}


/*手机header*/

.header .menubtn {
    float: right;
    display: none;
    width: 50px;
    height: 70px;
    background: url(../images/menu-icon11.png) center right no-repeat;
    -moz-background-size: 36px 36px;
    -webkit-background-size: 36px 36px;
    background-size: 36px 36px;
    cursor: pointer;
}

.header .menubtn.on {
    background: url(../images/menu-icon21.png) center right no-repeat;
    -moz-background-size: 36px 36px;
    -webkit-background-size: 36px 36px;
    background-size: 36px 36px;
}

.header.headerbg .menubtn {
    background: url(../images/menu-icon1.png) center right no-repeat;
    -moz-background-size: 36px 36px;
    -webkit-background-size: 36px 36px;
    background-size: 36px 36px;
}

.header.headerbg .menubtn.on {
    background: url(../images/menu-icon2.png) center right no-repeat;
    -moz-background-size: 36px 36px;
    -webkit-background-size: 36px 36px;
    background-size: 36px 36px;
}

.m-nav {
    display: none;
    position: fixed;
    right: 0;
    top: 70px;
    width: 100%;
    height: -moz-calc(100vh - 70px);
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
    background: #fff;
    display: none;
    overflow-y: auto;
    z-index: 105;
}

.m-nav .m-searchbox {
    padding: 6% 3% 0;
    overflow: hidden;
}

.m-nav .m-search {
    width: 100%;
    border: #666666 solid 1px;
    border-radius: 15px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 60px;
    background: url(../images/search2.png) center left 20px no-repeat;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.m-nav .m-search input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 16px;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.m-nav .m-search input::-webkit-input-placeholder {
    color: #666666;
}

.m-nav .m-search input:-moz-placeholder {
    color: #666666;
}

.m-nav .m-search input::-moz-placeholder {
    color: #666666;
}

.m-nav .m-search input:-ms-input-placeholder {
    color: #666666;
}

.m-nav ul {
    padding: 3% 3% 0;
}

.m-nav ul li {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 0 3%;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header .m-nav ul li>a,
.one-level {
    position: relative;
    display: inline-block;
    color: #333333;
    font-size: 22px;
    margin: 0 auto;
    line-height: 65px;
}

.m-nav .submenu {
    display: none;
    margin: auto;
    width: 100%;
    padding: 0 3% 3%;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.submenu .submenu-li a {
    display: inline-block;
    color: #666666;
    font-size: 18px;
    line-height: 2.4;
}

.submenu a:hover {
    color: #1762cb;
}


/*轮播图*/

.lunbotu {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.lunbotu .swiper-slide>a {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: none;
}

.lunbotu .swiper-slide .content {
    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%);
}

.lunbotu .swiper-slide .bgbox {
    width: 100%;
}

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

.lunbotu .swiper-slide .bgbox .aimg2 {
    display: none;
}


/*.lunbotu .swiper-slide a>img{
	margin: 0 auto;
	width: 100%;
}
.i-banner{
	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%);
}*/

.i-bannerzi {
    position: relative;
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 125px 0px 45px;
    /*min-height: 890px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;*/
}

.pro3 .i-bannerzi {
    max-width: 100%;
}

.pro3 .i-bannerzi .txtbox {
    width: 61%;
    padding-left: 7%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.i-bannerzi .imgbox {
    float: right;
    width: 42%;
    text-align: right;
}

.pro1 .i-bannerzi .imgbox {
    width: 60%;
}

.pro2 .i-bannerzi .imgbox {
    width: 45%;
    padding-right: 6%;
}

.pro3 .i-bannerzi .imgbox {
    width: 42%;
}

.i-bannerzi .imgbox img {
    max-width: 100%;
}

.i-bannerzi .txtbox {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
    width: 68%;
    text-align: left;
}

.i-bannerzi .txtbox .t1 {
    color: #FFFFFF;
    font-size: 46px;
    font-weight: bold;
    /*font-family: "思源黑体 CN";*/
    font-family: 'SourceHanSansCN-Bold';
}

.i-bannerzi .txtbox .t1 .sp {
    color: #fff;
    font-size: 78px;
    font-style: italic;
}

.i-bannerzi .txtbox .t2 {
    font-family: "SourceHanSansCN-Normal";
    color: #ebebeb;
    font-size: 24px;
}

.icondiv {
    margin: 45px auto 60px;
}

.icondiv li {
    float: left;
    min-width: 110px;
    max-width: 130px;
    padding: 0 10px;
    text-align: center;
    /*margin-right: 60px;*/
}

.icondiv li:last-child {
    margin-right: 0;
}

.icondiv li .icon {
    width: 68px;
    height: 68px;
    line-height: 68px;
    border: rgba(255, 255, 255, .3) solid 1px;
    border-radius: 50%;
    margin: 0px auto 10px;
}

.icondiv li .icon img {
    max-width: 36px;
    max-height: 36px;
}

.icondiv li .txt {
    font-family: "SourceHanSansCN-Normal";
    color: #ffffff;
    font-size: 16px;
    min-height: 48px;
}

.more {}

.more .cont,
.more a {
    position: relative;
    display: inline-block;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 16px;
    color: #ffb62b;
    text-align: center;
    background-color: #FFFFFF;
    /*border-left: #ffb62b solid 3px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.more .cont .sp,
.more a .sp {
    position: relative;
    z-index: 2;
}

.more .cont:hover .sp,
.more a:hover .sp {
    color: #ffffff;
}

.more .cont::before,
.more a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 3px;
    height: 100%;
    background-color: #ffb62b;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.more .cont:hover::before,
.more a:hover::before {
    width: 100%;
}

.lunbotu>.swiper-pagination-bullets,
.lunbotu .swiper-pagination-custom,
.lunbotu .swiper-pagination-fraction {
    bottom: 4.5%;
    left: 0;
    width: 100%;
}

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

.lunbotu .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    background-color: #eeeeee;
    border-radius: 50%;
    opacity: 1;
    box-shadow: none;
    transition: 0s;
}

.lunbotu .swiper-pagination-bullet-active {
    position: relative;
    opacity: 1;
    width: 36px;
    border-radius: 5px;
    background-color: #ffb62b;
}

.lunbotu .swiper-button-next,
.lunbotu .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px 60px;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;
    background-position: center;
    background-repeat: no-repeat;
}

.lunbotu .swiper-button-next,
.lunbotu.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img3.png);
    right: 1.3%;
    left: auto;
}

.lunbotu .swiper-button-prev,
.lunbotu.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img2.png);
    left: 1.3%;
    right: auto;
}


/*内页banner*/

.obanner {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.obanner>img {
    width: 100%;
}

.oimg2 {
    display: none;
}

.bannerzi {
    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%);
    margin: auto;
}

.obanner .bannerzi .box {
    text-align: left;
}

.obanner .bannerzi .box .t1 {
    color: #333333;
    font-size: 46px;
    font-weight: bold;
    /*font-family: "SourceHanSansCN-Bold";*/
    /*font-family: "思源黑体 CN";*/
    font-family: 'SourceHanSansCN-Normal';
    margin-bottom: 15px;
}

.obanner .bannerzi .box .t2 {
    color: #333333;
    font-size: 16px;
    font-family: arial;
}


/*footer*/

.footer {
    background-color: #292a2d;
}

.footer-item {
    padding: 50px 0px 30px;
    border-bottom: #323335 solid 1px;
}

.footer-nav {
    float: left;
    width: 70%;
    padding-left: 2.64%;
    min-height: 260px;
    border-right: #323335 solid 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-nav ul li {
    float: left;
    width: 20%;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/*.footer-nav ul li:last-child{
	min-width: 190px;
}*/

.footer-nav ul li .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-nav ul li a {
    display: block;
    color: #848383;
    font-size: 14px;
    font-family: "SourceHanSansCN-Normal";
    line-height: 2;
}

.footer-other {
    float: right;
    width: 30%;
    padding-left: 1.5%;
    margin-top: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-other .hotline {
    float: left;
}

.footer-other .hotline .t1 {
    color: #f5f5f5;
    font-size: 22px;
    margin-bottom: 10px;
}

.footer-other .hotline .t2 {
    color: #fff;
    font-size: 20px;
    line-height: 1.7;
    font-family: "SourceHanSansCN-Normal";
}

.footer-other .share {
    float: right;
    text-align: left;
}

.footer-other .share .qrcode {
    margin-bottom: 15px;
}

.footer-other .share .qrcode .img {
    margin-bottom: 5px;
}

.footer-other .share .qrcode .txt {
    color: #7b7b7b;
    font-size: 14px;
    line-height: 1.8;
    font-family: "SourceHanSansCN-Normal";
}

.footer-other .share ul li {
    position: relative;
    float: left;
    margin-right: 15px;
}

.footer-other .share ul li:last-child {
    margin-right: 0;
}

.footer-other .share ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #3a3b3f;
}

.footer-other .share ul li a img {
    max-width: 18px;
    max-height: 17px;
}

.footer-other .share ul li a .img1 {}

.footer-other .share ul li a .img2 {
    display: none;
}

.footer-other .share ul li:hover a .img1 {
    display: none;
}

.footer-other .share ul li:hover a .img2 {
    display: inline-block;
}


/*.footer-item .share ul li .popup{
    display: none;
    position: absolute;
    bottom: 46px;
    left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    padding-bottom: 16px;
    z-index: 10;
}
.footer-item .share ul li:hover .popup{
	display: block;
}
.footer-item .share ul li .er-code{
    background: #FFFFFF;
}
.footer-item .share ul li .er-code img {
    width: 100px;
    height: 100px;
}
.footer-item .share ul li .triangle{
   	position: absolute;
   	left: 50%;
   	bottom: 4px;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
   	width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 9px 0px;
    border-color: #FFFFFF transparent transparent transparent;
}*/

.footer-links {
    border-bottom: #323335 solid 1px;
}

.footer-links .box {
    padding-left: 2.64%;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    font-family: "SourceHanSansCN-Normal";
}

.footer-links .title {
    float: left;
    width: 5%;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.footer-links .linkdiv {
    float: left;
    width: 95%;
    overflow: hidden;
}

.footer-links .linkdiv a {
    float: left;
    margin-right: 3.5%;
    color: #787878;
    font-size: 14px;
    line-height: 1.7;
}

.copyright {
    padding-left: 2.64%;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: "SourceHanSansCN-Normal";
    line-height: 1.7;
}

.copyright .left {
    float: left;
    font-size: 14px;
    color: #646464;
}

.copyright .left a.num {
    margin-left: 50px;
    color: #646464;
}

.copyright .left a.name {
    color: #9f9f9f;
}

.copyright .right {
    float: right;
}

.copyright .right a {
    display: block;
    color: #4a4a4a;
    font-size: 14px;
}


/*标题*/

.i-title {
    text-align: center;
}

.i-title .t1 {
    color: #333333;
    font-size: 45px;
    font-family: 'SourceHanSansCN-Medium';
}

.i-title .t2 {
    max-width: 840px;
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
    margin: 10px auto 0px;
}

.i-title.white .t1,
.i-title.white .t2 {
    color: #FFFFFF;
}


/*产品中心*/

.i-product {
    padding: 80px 0px 100px;
}

.i-product .content {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}

.product-tab {
    position: absolute;
    left: 5.8%;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: 11;
}

.product-tab::before {
    content: '';
    position: absolute;
    left: 35px;
    top: 0;
    width: 3px;
    height: 100%;
    border-left: #fff dashed 1px;
}

.product-tab ul {
    position: absolute;
    left: 50%;
    top: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.product-tab ul li {
    cursor: pointer;
    margin-bottom: 50px;
}

.product-tab ul .icon {
    float: left;
    width: 70px;
    height: 36px;
    margin-right: 15px;
    background: url(../images/img22.png) center no-repeat;
}

.product-tab ul li.on .icon {
    background: url(../images/img21.png) center no-repeat;
}

.product-tab ul .txt {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 22px;
    line-height: 1.64;
    font-family: 'SourceHanSansCN-Medium';
    padding: 0 15px;
}

.product-tab ul li.on .txt {
    color: #fff;
}

.product-tab ul li.on .txt .t1 {
    position: relative;
    z-index: 2;
}

.product-tab ul li.on .txt::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 7px;
    width: 25%;
    height: 5px;
    background-color: #ffb62b;
}

.product-tab ul .txt .sp {
    display: inline-block;
    font-family: "DIN-Bold";
    margin-right: 30px;
}

.i-product .box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.i-product .box .boxli {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.i-product .box .boxli .txtbox {
    float: right;
    width: 67%;
    overflow: hidden;
}

.i-product .box .boxli .txtbox .img {
    float: left;
    width: 40%;
    text-align: center;
    overflow: hidden;
}

.i-product .box .boxli .txtbox .img img {
    max-width: 100%;
}

.i-product .box .boxli .txtbox .text {
    float: right;
    width: 60%;
    text-align: center;
    margin-top: 10%;
    padding: 0 7.5% 4% 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.i-product .box .boxli .txtbox .text .t1 {
    color: #000;
    font-size: 45px;
    font-family: 'SourceHanSansCN-Bold';
}

.i-product .box .boxli .txtbox .text .t2 {
 color: #000;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 50px;
    overflow: hidden;
    line-height: 2;
    text-overflow: ellipsis;
}


/*为什么选择我们*/

.why {
    padding: 80px 0px 0px;
    background-position: top center;
    background-repeat: no-repeat;
}

.why .box {
    margin-top: 45px;
}

.why .box .txtbox {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.why .box .txtbox .t1 {
    color: #fefefe;
    font-size: 16px;
    line-height: 2.25;
    font-family: 'SourceHanSansCN-light';
}

.why .box .txtbox .t2 {
    margin-top: 35px;
}

.why .box .txtbox .t2 a {
    color: #fff;
    font-size: 14px;
    font-family: 'SourceHanSansCN-light';
}

.why .number {
    max-width: 1300px;
    width: 100%;
    margin: 45px auto 20px;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 70px rgba(0, 0, 0, .21);
}

.why .number ul {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}

.why .number ul li {
    position: relative;
    float: left;
    width: 33.33%;
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    /*width: calc(100% / 3);*/
    padding: 50px 0px;
}

.why .number ul li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-right: #efefef solid 1px;
    border-top: #efefef solid 1px;
}

.why .number ul li:nth-child(3n)::before {
    border-right: none;
}

.why .number ul li::after {
    content: '';
    position: absolute;
    right: -14px;
    top: -14px;
    z-index: 10;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d6d6d6;
    border: #FFFFFF solid 12px;
}

.why .number ul li:nth-child(3n)::after,
.why .number ul li:nth-child(1)::after,
.why .number ul li:nth-child(2)::after,
.why .number ul li:nth-child(3)::after {
    display: none;
}

.why .number ul li .t1 {
    color: #ffb62b;
    font-size: 60px;
    font-family: "DIN-Bold";
    margin-bottom: 15px;
}

.why .number ul li .t2 {
    color: #333333;
    font-size: 18px;
}


/*行业应用*/

.i-application {
    padding: 80px 0px;
}

.i-application .box {
    margin-top: 45px;
}

.industry {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 90px;
}

.industry.swiper-container-horizontal>.swiper-scrollbar {
    /*opacity: 0;*/
    width: 100%;
    left: 0;
    height: 4px;
    background-color: #dcdcdc;
}

.industry .swiper-scrollbar-drag {
    position: relative;
    background-color: #ffb62b;
    /*background-color: #dcdcdc;*/
}

.industry .swiper-scrollbar-drag::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 41px;
    height: 29px;
    background: url(../images/img32.png) center no-repeat;
}


/*.industry.swiper-container-horizontal>.swiper-pagination-progress{
	width: 100%;
	top: auto;
	bottom: 0;
	background-color: #dcdcdc;
}
.industry .swiper-pagination-progress .swiper-pagination-progressbar{
	background-color: #ffb62b;
}
.industry .swiper-pagination-progress .swiper-pagination-progressbar::before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 15px;
	width: 41px;
	height: 29px;
	background: url(../images/img32.png) center no-repeat;
}*/

.industry .imgbox {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.industry .imgbox::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)
}

.industry .imgbox .bg {
    width: 100%;
    overflow: hidden;
}

.industry .imgbox .bg img {
    width: 100%;
    overflow: hidden;
}

.industry .imgbox .mask {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/img48.png) bottom center no-repeat;
    background-size: 100% auto;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.industry .imgbox:hover .mask {
    opacity: 1;
}

.industry .imgbox .txtbox {
    position: absolute;
    top: 83%;
    left: 0;
    width: 100%;
    text-align: center;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.industry .imgbox:hover .txtbox {
    top: 37%;
}

.industry .imgbox .txtbox .t1 {
    color: #ffffff;
    font-size: 20px;
    font-family: 'SourceHanSansCN-Medium';
}

.industry .imgbox .txtbox .line {
    width: 30px;
    height: 1px;
    background-color: #FFFFFF;
    margin: 15px auto;
    opacity: 0;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.industry .imgbox:hover .txtbox .line {
    opacity: 1;
}

.industry .imgbox .txtbox .t2 {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    line-height: 2;
    font-family: 'SourceHanSansCN-Normal';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.industry .imgbox .txtbox .t3 {
    color: #fff;
    font-size: 14px;
    font-family: 'SourceHanSansCN-light';
    margin-top: 20px;
}

.i-application .box .tips {
    margin-top: 15px;
    padding-left: 25px;
    color: #666666;
    font-size: 14px;
}


/*成功案例*/

.i-cases {
    padding: 80px 0px 70px;
    background-color: #f5f5f5;
}

.i-cases .box {
    margin-top: 45px;
}

.i-cases .box ul li {
    position: relative;
    float: left;
    width: 20%;
}

.i-cases .box ul li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-right: #e5e5e5 solid 1px;
    border-top: #e5e5e5 solid 1px;
}

.i-cases .box ul li:nth-child(5n)::before {
    border-right: none;
}

.i-cases .box ul li:nth-child(1)::before,
.i-cases .box ul li:nth-child(2)::before,
.i-cases .box ul li:nth-child(3)::before,
.i-cases .box ul li:nth-child(4)::before,
.i-cases .box ul li:nth-child(5)::before {
    border-top: none;
}

.i-cases .box ul li::after {
    content: '';
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: 10;
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
}

.i-cases .box ul li a {
    position: relative;
    z-index: 11;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 155px;
    overflow: hidden;
}

.i-cases .box ul li a img {
    max-width: 100%;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.i-cases .box ul li a:hover img {
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*5501/5502/5806*/

.product-banner {
    position: relative;
}

.product-banner .bg {
    width: 100%;
    overflow: hidden;
}

.product-banner .bg img {
    width: 100%;
}

.product-banner .img {
    position: absolute;
    width: 40.1%;
}

.opage1 .product-banner .img {
    right: 6.8%;
    bottom: 1%;
}

.opage2 .product-banner .img {
    width: 52%;
    right: 0;
    bottom: 5%;
}

.opage3 .product-banner .img {
    width: 50%;
    right: 0;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-banner .img img {
    max-width: 100%;
}

.product-banner .txt {
    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%);
    margin: auto;
    text-align: left;
}

.product-banner .txt .t1 {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 40px;
}

.product-banner .txt .t2 {
    font-size: 34px;
    font-weight: bold;
}

.opage1 .product-banner .txt h1 {
    color: #fefefe;
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 40px;
    text-shadow: 1px 1px 1px #eb7a38, -1px -1px 1px #ffffff;
}

.opage1 .product-banner .txt .t1 {
    color: #1f2128;
}

.opage1 .product-banner .txt .t2 {
    color: #1f2128;
}

.opage2 .product-banner .txt h1 {
    color: #fefefe;
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 40px;
    text-shadow: 1px 1px 1px #eb7a38, -1px -1px 1px #ffffff;
}

.opage2 .product-banner .txt .t1,
.opage2 .product-banner .txt .t2 {
    color: #ffffff;
}

.opage3 .product-banner .txt h1 {
    color: #fefefe;
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 40px;
    text-shadow: 1px 1px 1px #eb7a38, -1px -1px 1px #ffffff;
}

.opage3 .product-banner .txt .t1 {
    color: #ffffff;
}

.opage3 .product-banner .txt .t2 {
    color: #ffffff;
}

.title1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 35px;
}

.title1.mbot10 {
    margin-bottom: 10px;
}

.title1.mbot15 {
    margin-bottom: 15px;
}

.title2 {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 2;
}

.title2 .sp {
    font-size: 18px;
    position: relative;
    top: -20px;
}

.title1.black,
.title2.black {
    color: #333333;
}

.part {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*5501*/

.opage1 .part1 {
    padding: 140px 0px;
    min-height: 750px;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.opage1 .part1 .txt {
    text-align: center;
}

.opage1 .part2 {
    position: relative;
    padding: 45px 0px 0px;
    overflow: hidden;
}

.opage1 .part2 .img-box {
    float: left;
    width: 44%;
    overflow: hidden;
    text-align: left;
}

.opage1 .part2 .img-box img {
    max-width: 100%;
}

.opage1 .part2 .txt-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.opage1 .part2 .txt-box .con {
    float: right;
    max-width: 720px;
    width: 100%;
}

.opage1 .part2 .txt-box .con .icon-group {
    margin-top: 36px;
}

.opage1 .part2 .txt-box .con .icon-group ul li {
    float: left;
    margin-right: 45px;
    text-align: center;
}

.opage1 .part2 .txt-box .con .icon-group ul li:last-child {
    margin-right: 0;
}

.opage1 .part2 .txt-box .con .icon-group ul li .icon {
    margin-bottom: 6px;
}

.opage1 .part2 .txt-box .con .icon-group ul li .icon img {
    width: 43px;
    height: 33px;
}

.opage1 .part2 .txt-box .con .icon-group ul li .t1 {
    color: #ffb62b;
    font-size: 18px;
}

.opage1 .part3 {
    position: relative;
    padding: 70px 0px 30px;
    overflow: hidden;
}

.opage1 .part3 .img-box {
    float: right;
    width: 45%;
    padding-right: 5%;
    overflow: hidden;
}

.opage1 .part3 .img-box img {
    max-width: 100%;
}

.opage1 .part3 .txt-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.opage1 .part4 {
    background-color: #eef1f6;
}

.opage1 .part4 .wd1 {
    position: relative;
}

.opage1 .part4 .img-box {
    position: relative;
    float: left;
    width: 50%;
    text-align: left;
    overflow: hidden;
}

.opage1 .part4 .img-box .img {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.opage1 .part4 .img-box .circle {
    position: absolute;
    top: 34%;
    right: 0;
    width: 51%;
}

.opage1 .part4 .img-box .circle ul {
    position: relative;
}

.opage1 .part4 .img-box .circle ul li {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: #1a4886 dashed 1px;
}

@keyframes circle-opacity {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
    50% {
        filter: alpha(opacity=75);
        -moz-opacity: 0.75;
        opacity: 0.75;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }
}

@-moz-keyframes circle-opacity {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
    50% {
        filter: alpha(opacity=75);
        -moz-opacity: 0.75;
        opacity: 0.75;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }
}

@-webkit-keyframes circle-opacity {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
    50% {
        filter: alpha(opacity=75);
        -moz-opacity: 0.75;
        opacity: 0.75;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }
}

@-o-keyframes circle-opacity {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
    50% {
        filter: alpha(opacity=75);
        -moz-opacity: 0.75;
        opacity: 0.75;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }
}

.opage1 .part4 .img-box .circle ul li.line1 {
    animation: circle-opacity 2s infinite;
    -moz-animation: circle-opacity 2s infinite;
    -webkit-animation: circle-opacity 2s infinite;
    -o-animation: circle-opacity 2s infinite;
}

.opage1 .part4 .img-box .circle ul li.line2 {
    animation: circle-opacity 2s infinite;
    -moz-animation: circle-opacity 2s infinite;
    -webkit-animation: circle-opacity 2s infinite;
    -o-animation: circle-opacity 2s infinite;
    animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -o-animation-delay: .3s;
}

.opage1 .part4 .img-box .circle ul li.line3 {
    animation: circle-opacity 2s infinite;
    -moz-animation: circle-opacity 2s infinite;
    -webkit-animation: circle-opacity 2s infinite;
    -o-animation: circle-opacity 2s infinite;
    animation-delay: .6s;
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
}

.opage1 .part4 .txt-box {
    /*float: right;
	width: 50%;
	overflow: hidden;*/
    position: absolute;
    right: 0;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.opage1 .part4 .txt-box .con {
    float: right;
    max-width: 530px;
    width: 100%;
}

.opage1 .part5 {}

.opage1 .part5 .wd1 {
    position: relative;
}

.opage1 .part5 .img-box {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.opage1 .part5 .img-box img {
    display: block;
    margin: 0px auto 70px;
}

.opage1 .part5 .txt-box {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
}

.opage1 .part5 .txt-box .con {
    display: inline-block;
}

.opage1 .part6 {}

.opage1 .part6 .wd1 {
    position: relative;
}

.opage1 .part6 .img-box {
    width: 126%;
    overflow: hidden;
    text-align: center;
}

.opage1 .part6 .img-box .con {
    padding-left: 28%;
    padding-top: 6%;
    padding-bottom: 3%;
}

.opage1 .part6 .img-box img {
    display: block;
    margin: 0px auto;
}

.opage1 .part6 .txt-box {
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 54%;
    text-align: left;
}

.opage1 .part6 .txt-box .con {
    display: inline-block;
}

.opage1 .part7 {
    position: relative;
    padding-top: 20px;
    overflow: hidden;
}

.opage1 .part7 .img-box {
    float: left;
}

.opage1 .part7 .txt-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.opage1 .part7 .txt-box .con {
    float: right;
    width: 50%;
}


/*产品参数*/

.parameters {
    padding: 100px 0px 95px;
}

.parameters .title {
    position: relative;
    padding-left: 35px;
}

.parameters .title .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background-color: #e5e5e5;
    z-index: 1;
}

.parameters .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 60%;
    background-color: #ffb62b;
    z-index: 2;
}

.parameters .box {
    margin-top: 45px;
    overflow: hidden;
}

.parameters ul {
    float: left;
    width: 44%;
    margin-right: 12%;
}

.parameters ul:nth-child(2n) {
    margin-right: 0;
}

.parameters ul li {
    overflow: hidden;
    border-bottom: #eeeeee solid 1px;
}


/*.parameters ul li{
	float: left;
	width: 44%;
	margin-right: 12%;
	border-bottom: #eeeeee solid 1px;
}
.parameters ul li:nth-child(2n){
	margin-right: 0;
}*/

.parameters ul li .con {
    display: flex;
    align-items: center;
    height: 80px;
}

.parameters ul li .icon {
    float: left;
    width: 60px;
    padding-left: 15px;
    text-align: left;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.parameters ul li .t1 {
    float: left;
    width: 36%;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
}

.parameters ul li .t2 {
    float: left;
    width: -moz-calc(64% - 60px);
    width: -webkit-calc(64% - 60px);
    width: calc(64% - 60px);
    color: #333333;
    font-size: 18px;
}


/*5502*/

.opage2 .part1 {
    position: relative;
    padding: 50px 0px;
    min-height: 750px;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.opage2 .part1 .txt-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.opage2 .part2 {
    padding: 80px 0px;
}

.opage2 .part2 .wd1 {
    position: relative;
}

.opage2 .part2 .txt-box {
    /*float: right;
	width: 50%;*/
    position: absolute;
    right: 0;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
}

.opage2 .part2 .txt-box .con {
    display: inline-block;
    text-align: left;
}

.opage2 .part2 .img-box {
    float: left;
    width: 50%;
    overflow: hidden;
    text-align: left;
}

.opage2 .part2 .img-box img {
    max-width: 100%;
}

.opage2 .part3 {
    padding-top: 50px;
}

.opage2 .part3 .wd3 {
    position: relative;
    overflow: hidden;
}

.opage2 .part3 .img-box {
    float: right;
}

.opage2 .part3 .img-box img {
    max-width: 100%;
}

.opage2 .part3 .txt-box {
    position: absolute;
    left: 0;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
}

.opage2 .part3 .txt-box .con {
    display: inline-block;
    text-align: left;
}

.opage2 .part4 {
    padding-top: 115px;
}

.opage2 .part4 .img-box {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.opage2 .part4 .img-box img {
    max-width: 100%;
}

.opage2 .part4 .txt-box {
    text-align: center;
}

.opage2 .part5 {
    padding: 40px 0px;
}

.opage2 .part5 .wd1 {
    position: relative;
}

.opage2 .part5 .img-box {
    float: left;
    width: 50%;
    overflow: hidden;
}

.opage2 .part5 .img-box img {
    max-width: 100%;
}

.opage2 .part5 .txt-box {
    position: absolute;
    right: 0;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    text-align: center;
}

.opage2 .part5 .txt-box .con {
    display: inline-block;
    text-align: left;
}

.opage2 .part6 {
    position: relative;
    padding: 60px 0px;
    min-height: 846px;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.opage2 .part6 .txt-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.opage2 .part6 .txt-box .con {
    padding-left: 100px;
    text-align: left;
}

.opage2 .part7 {
    padding: 75px 0px 60px;
}

.opage2 .part7 .wd3 {
    position: relative;
}

.opage2 .part7 .img-box {
    float: left;
    width: 37.5%;
    text-align: left;
}

.opage2 .part7 .img-box img {
    max-width: 100%;
}

.opage2 .part7 .txt-box {
    position: absolute;
    right: 0%;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 63.5%;
}

.opage2 .part7 .txt-box .con {}

.opage2 .part7 .txt-box .con ul {
    padding-top: 20px;
}

.opage2 .part7 .txt-box .con ul li {
    float: left;
    margin-bottom: 40px;
}

.opage2 .part7 .txt-box .con ul li:nth-child(odd) {
    width: 40%;
}

.opage2 .part7 .txt-box .con ul li:nth-child(even) {
    width: 60%;
}

.opage2 .part7 .txt-box .con ul li .icon {
    text-align: center;
    text-align: left;
    margin-bottom: 15px;
}

.opage2 .part7 .txt-box .con ul li .icon img {
    width: 46px;
    height: 43px;
}

.opage2 .part8 {
    position: relative;
    padding-top: 45px;
    overflow: hidden;
}

.opage2 .part8 .img-box {
    float: right;
    width: 55.5%;
}

.opage2 .part8 .img-box img {
    max-width: 100%;
}

.opage2 .part8 .txt-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.opage2 .part8 .txt-box .con {
    text-align: left;
}


/*5806*/

.opage3 .part1 {
    position: relative;
    overflow: hidden;
    padding: 140px 0px 60px;
}

.opage3 .part1 .txt-box {
    position: absolute;
    right: 0;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    width: 50%;
}

.opage3 .part1 .txt-box .con {
    padding-left: 8%;
    margin-bottom: 15px;
}

.opage3 .part1 .img-box {
    float: left;
    width: 50%;
    text-align: center;
    overflow: hidden;
}


/**/

.opage3 .part2 {
    padding: 100px 0px 90px;
}

.opage3 .part2 .txt-box {
    text-align: center;
}

.opage3 .part2 .box {
    position: relative;
    margin-top: 70px;
}

.opage3 .part2 .content {
    position: relative;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 50%;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.opage3 .part2 .content .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.opage3 .part2 .img-box {
    position: absolute;
    left: 0;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    padding: 0 5%;
    width: 50%;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*float: left;
	width: 50%;
	overflow: hidden;
	text-align: center;
	line-height: 562px;
	text-align: left;
	padding: 0 5%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
}

.opage3 .part2 .img-box img {
    max-width: 100%;
}

.opage3 .part2 .switch-box {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    /*padding-left: 5%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
}

.opage3 .part2 .switch-box .img {
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 562px;
    text-align: right;
}

.opage3 .part2 .swiper-button-next,
.opage3 .part2 .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    margin-top: -23px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 45px 45px;
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;
    background-position: center;
    background-repeat: no-repeat;
}

.opage3 .part2 .swiper-button-prev,
.opage3 .part2 .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img115.png);
    left: 10px;
    right: auto;
}

.opage3 .part2 .swiper-button-next,
.opage3 .part2 .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img117ng.png);
    right: 10px;
    left: auto;
}

.opage3 .part2 .device-tab {
    text-align: center;
    margin-top: 40px;
}

.opage3 .part2 .device-tab ul {
    display: inline-block;
}

.opage3 .part2 .device-tab ul li {
    float: left;
    margin: 0 58px;
    color: #a7aac0;
    font-size: 22px;
    cursor: pointer;
    line-height: 50px;
    height: 50px;
}

.opage3 .part2 .device-tab ul li.on {
    color: #ffffff;
    font-size: 26px;
}


/**/

.opage3 .part3 {
    position: relative;
    overflow: hidden;
}

.opage3 .part3 .img-box {
    float: right;
    width: 50%;
    overflow: hidden;
    text-align: right;
}

.opage3 .part3 .img-box img {
    max-width: 100%;
}

.opage3 .part3 .txt-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.opage3 .part3 .txt-box .con {
    display: inline-block;
    text-align: left;
}

.opage3 .part3 .txt-box .con ul {
    margin-top: 49px;
    overflow: hidden;
}

.opage3 .part3 .txt-box .con ul li {
    float: left;
    margin-right: 45px;
    text-align: center;
}

.opage3 .part3 .txt-box .con ul li:last-child {
    margin-right: 0;
}

.opage3 .part3 .txt-box .con ul li .icon {
    margin-bottom: 5px;
}

.opage3 .part3 .txt-box .con ul li .t1 {
    font-size: 16px;
}


/**/

.opage3 .part4 {
    position: relative;
    overflow: hidden;
    padding: 40px 0px;
}

.opage3 .part4 .img-box {
    float: left;
    width: 50%;
    overflow: hidden;
    text-align: right;
}

.opage3 .part4 .img-box img {
    max-width: 100%;
}

.opage3 .part4 .txt-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.opage3 .part4 .txt-box .con {
    float: right;
    max-width: 560px;
    width: 50%;
    text-align: left;
}


/**/

.opage3 .part5 {
    padding: 100px 0px 75px;
    text-align: center;
}

.opage3 .part5 .txt-box {}

.opage3 .part5 .txt-box .con {
    max-width: 1155px;
    width: 100%;
    margin: 0 auto;
}

.opage3 .part5 .img-box {
    margin-top: 50px;
}


/**/

.opage3 .part6 {
    position: relative;
    min-height: 742px;
}

.opage3 .part6 .wd1 {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
}

.opage3 .part6 .img-box {
    float: right;
    width: 50%;
    text-align: center;
    overflow: hidden;
}

.opage3 .part6 .img-box img {
    max-width: 100%;
}

.opage3 .part6 .txt-box {
    float: left;
    width: 50%;
    text-align: left;
}

.opage3 .part6 .txt-box .con {
    padding-top: 10%;
}


/*案例*/

.cases {
    background: #f7f9fc url(../images/img248.png) bottom left no-repeat;
    padding: 60px 0px 75px;
}

.cases .wd1 {
    position: relative;
}

.cases .content {
    float: right;
    /*max-width: 960px;*/
    width: 68.57%;
    overflow: hidden;
}

.cases .title {
    text-align: left;
}

.cases .title .t1 {
    font-family: 'SourceHanSansCN-Medium';
    font-size: 40px;
    color: #333333;
    margin-bottom: 10px;
}

.cases .title .t2 {
    font-family: 'SourceHanSansCN-Normal';
    color: #666666;
    font-size: 20px;
}

.cases .navside {
    position: absolute;
    left: 0;
    top: -120px;
    width: 300px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 32px rgba(17, 17, 17, .1);
}

.cases .navside .title {
    margin-top: 55px;
    padding: 0px 40px;
}

.cases .navside .title .t1 {
    color: #333333;
    font-size: 30px;
    font-family: 'SourceHanSansCN-Medium';
    margin-bottom: 10px;
}

.cases .navside .title .t2 {
    color: #666666;
    font-size: 14px;
    font-family: 'SourceHanSansCN-light';
}

.cases .navside ul {
    margin-top: 30px;
    padding-bottom: 55px;
}

.cases .navside ul li {
    position: relative;
    padding: 0px 50px;
    line-height: 70px;
}

.cases .navside ul li:hover a,
.cases .navside ul li.on a {
    color: #ffffff;
    font-size: 18px;
    font-family: 'SourceHanSansCN-Medium';
}

.cases .navside ul li:hover i,
.cases .navside ul li.on i {
    position: absolute;
    left: 30px;
    top: -5px;
    z-index: 1;
    width: 100%;
    height: 80px;
    box-shadow: 0px 1px 18px rgba(121, 163, 3, .35);
    background-color: #ffb62b;
    border-radius: 10px;
}

.cases .navside ul li a {
    position: relative;
    z-index: 2;
    color: #666666;
    font-size: 16px;
    font-family: 'SourceHanSansCN-light';
}

.cases .case-box {
    margin-top: 45px;
}

.cases .case-box ul {
    margin-bottom: 60px;
}

.cases .case-box ul li {
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 3.125%;
}

.cases .case-box ul li:nth-child(3n) {
    margin-right: 0;
}

.cases .case-box ul li a {
    display: inline-block;
    width: 100%;
}

.cases .case-box ul li .imgbox {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.cases .case-box ul li .imgbox img {
    width: 100%;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.cases .case-box ul li:hover .imgbox img {
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cases .case-box ul li .txtbox {
    padding: 15px 0px;
}

.cases .case-box ul li .txtbox .t1 {
    color: #8b8b8b;
    font-size: 14px;
    font-family: 'SourceHanSansCN-light';
    margin-bottom: 10px;
}

.cases .case-box ul li .txtbox .t2 {
    color: #333333;
    font-size: 18px;
    font-family: 'SourceHanSansCN-Normal';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cases .case-box ul li:hover .txtbox .t2 {
    color: #ffb62b;
}

.cases .case-box ul li .txtbox .see {
    border-top: #e5e5e5 solid 1px;
    padding-top: 12px;
    text-align: left;
    margin-top: 15px;
}

.cases .case-box ul li .txtbox .see span {
    display: inline-block;
    color: #8b8b8b;
    font-size: 14px;
    font-family: 'SourceHanSansCN-light';
}


/*分页*/

.page {
    width: 100%;
    text-align: center;
}

.order .page-list,
.notice .page-list,
.customer-m .page-list {
    float: left;
}

.page-list {
    display: inline-block;
    vertical-align: middle;
}

.page-list a {
    float: left;
    padding: 0px 6px;
    min-width: 28px;
    height: 28px;
    line-height: 26px;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    color: #606266;
    background-color: #FFFFFF;
    border: #ededef solid 1px;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-list a:last-child {
    margin-right: 0;
}

.page-list a.point:hover,
.page-list a.point.on {
    background-color: #FFFFFF;
    color: #606266;
}

.page-list a:hover,
.page-list a.on {
    color: #FFFFFF;
    background-color: #ffb62b;
}

.page-list a.point,
.page-list a.point:hover {
    background: none;
}

.page .prev {
    background: #FFFFFF url(../images/img158.png) center no-repeat;
}

.page .next {
    background: #FFFFFF url(../images/img159.png) center no-repeat;
}

.page .prev:hover {
    background: #ffb62b url(../images/img160.png) center no-repeat;
}

.page .next:hover {
    background: #ffb62b url(../images/img161.png) center no-repeat;
}


/*产品中心*/

.product {
    padding: 70px 0px 90px;
}

.product-search {
    max-width: 300px;
    width: 90%;
    height: 56px;
    line-height: 54px;
    border: #b5b5b5 solid 1px;
    background-color: #FFFFFF;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-search .inputdiv {
    float: left;
    width: 84%;
    padding: 0px 20px;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-search .inputdiv input {
    width: 100%;
    color: #9e9e9e;
    font-size: 14px;
    font-family: 'SourceHanSansCN-light';
    background: none;
    border: none;
    outline: none;
}

.product-search .inputbtn {
    float: left;
    width: 16%;
    height: 54px;
    overflow: hidden;
    background: url(../images/img162.png) center no-repeat;
    background-size: 19px 18px;
    padding-right: 20px;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-search .inputbtn input {
    width: 100%;
    height: 54px;
    overflow: hidden;
    background: none;
    border: none;
    outline: none;
}

.product .content {
    margin-top: 60px;
    overflow: hidden;
}

.product .content .left {
    float: left;
    width: 21.4%;
    background-color: #ffb62b;
    padding: 30px 25px;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product .content .left .box {
    padding-bottom: 40px;
    margin-bottom: 35px;
}

.product .content .left .box:last-child {
    border-bottom: none;
}

.product .content .left .title {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.product .content .left .title .t1 {
    float: left;
    width: 80%;
    color: #ffffff;
    font-size: 22px;
    font-family: 'SourceHanSansCN-Regular';
}

.product .content .left .title .icon {
    float: left;
    width: 20%;
    height: 36px;
    background: url(../images/img163.png) center no-repeat;
}

.product .content .left ul {
    margin-top: 15px;
}

.product .content .left ul li {
    overflow: hidden;
    line-height: 4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    ;
}

.product .content .left ul li a {
    font-size: 16px;
    color: #fff;
    font: 18px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    line-height: 40px;
}

.product .content .left ul li:hover a,
.product .content .left ul li.on a {
    color: #fff;
    /* font-weight: 600; */
}

.product .content .left ul li .tit {
    font-family: 'SourceHanSansCN-light';
    color: #cccccc;
    font-size: 16px;
}

.product .content .left ul li .color a {
    float: left;
    margin-right: 15px;
}

.product .content .left ul li .color a img {
    width: 16px;
    height: 16px;
}

.product .content .right,
.custom .customdiv {
    float: right;
    width: 75%;
}

.product .content .right>ul,
.custom .customdiv ul {
    margin-bottom: 50px;
}

.product .content .right ul li,
.custom .customdiv ul li {
    float: left;
    width: 48.4%;
    margin-right: 2.9%;
    margin-bottom: 2.9%;
}

.product .content .right ul li:nth-child(2n),
.custom .customdiv ul li:nth-child(2n) {
    margin-right: 0;
}

.product .content .right ul li a,
.custom .customdiv ul li a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.product .content .right>ul>li:hover {
    box-shadow: 0px 2px 18px rgba(45, 45, 45, .32);
}

.product .content .right ul li .above {
    width: 100%;
    overflow: hidden;
    padding: 0px 0px 20px;
    background-color: #f6f6f6;
}

.product .content .right ul li .above .imgbox {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.product .content .right ul li .above .imgbox img {
    max-width: 100%;
}

.product .content .right ul li .above .txtbox {
    margin-top: 20px;
    text-align: center;
}

.product .content .right ul li .above .txtbox .t1 {
    color: #272727;
    font: 18px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
}

.product .content .right ul li .above .txtbox .t2 {
    color: #272727;
    font: 17px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.product .content .right ul li .below {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 81, 164, .98);
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.product .content .right ul li:hover .below {
    opacity: 1;
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.product .content .right ul li .below .box {
    padding: 40px 30px;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product .content .right ul li .below .t1 {
    font-family: 'SourceHanSansCN-Medium';
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 5px;
}

.product .content .right ul li .below .t2 {
    font-family: 'SourceHanSansCN-Medium';
    font-size: 16px;
    color: #ffffff;
}

.product .content .right ul li .below .t3 {
    font-size: 14px;
    color: #ffffff;
    font-family: 'SourceHanSansCN-light';
}

.product .content .right ul li .below ul {
    margin-top: 30px;
    height: 250px;
    overflow: hidden;
}

.product .content .right ul li .below ul li {
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-family: 'SourceHanSansCN-light';
    line-height: 1.75;
}


/*搜索*/
.search-right {
    float: right;
    width: 75%;
}

.search-right ul {
    margin-bottom: 50px;
}

.search-right ul li {
    float: left;
    width: 48.4%;
    margin-right: 2.9%;
    margin-bottom: 2.9%;
}

.search-right ul li:nth-child(2n),
.search-right ul li:nth-child(2n) {
    margin-right: 0;
}

.search-right ul li a{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.search-right>ul>li:hover {
    box-shadow: 0px 2px 18px rgba(45, 45, 45, .32);
}

.search-right ul li .above {
    width: 100%;
    overflow: hidden;
    padding: 0px 0px 20px;
    background-color: #f6f6f6;
}

.search-right ul li .above .imgbox {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.search-right ul li .above .imgbox img {
    max-width: 100%;
}

.search-right ul li .above .txtbox {
    margin-top: 20px;
    text-align: center;
}

.search-right ul li .above .txtbox .t1 {
    color: #272727;
    font: 18px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
}

.search-right ul li .above .txtbox .t2 {
    color: #272727;
    font: 17px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.search-right ul li .below {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 81, 164, .98);
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.search-right ul li:hover .below {
    opacity: 1;
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.search-right ul li .below .box {
    padding: 40px 30px;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search-right ul li .below .t1 {
    font-family: 'SourceHanSansCN-Medium';
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 5px;
}

.search-right ul li .below .t2 {
    font-family: 'SourceHanSansCN-Medium';
    font-size: 16px;
    color: #ffffff;
}

.search-right ul li .below .t3 {
    font-size: 14px;
    color: #ffffff;
    font-family: 'SourceHanSansCN-light';
}

.search-right ul li .below ul {
    margin-top: 30px;
    height: 250px;
    overflow: hidden;
}

.search-right ul li .below ul li {
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-family: 'SourceHanSansCN-light';
    line-height: 1.75;
}

/*定制支持*/

.custom {
    background: url(../images/img186.png) bottom right no-repeat;
}

.custom .customdiv {}

.custom .customdiv ul li {
    background-color: #f6f6f6;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.custom .customdiv ul li:hover {
    background-color: #ffb62b;
}

.custom .customdiv ul li {
    padding: 50px 40px 25px;
}

.custom .customdiv ul li .tit {
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px;
    border-top: #ffb62b solid 1px;
    border-bottom: #ffb62b solid 1px;
}

.custom .customdiv ul li:hover .tit {
    border-top: #FFFFFF solid 1px;
    border-bottom: #FFFFFF solid 1px;
}

.custom .customdiv ul li .tit .t1 {
    color: #272727;
    font-size: 20px;
    font-family: 'SourceHanSansCN-Regular';
    margin-bottom: 10px;
}

.custom .customdiv ul li:hover .tit .t1 {
    color: #ffffff;
}

.custom .customdiv ul li .tit .t2 {
    color: #666666;
    font-size: 14px;
    font-family: 'SourceHanSansCN-light';
}

.custom .customdiv ul li:hover .tit .t2 {
    color: #c2d897;
}

.custom .customdiv ul li .t3 {
    max-width: 260px;
    width: 100%;
    margin: 36px auto;
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 2.25;
    font-family: 'SourceHanSansCN-light';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.custom .customdiv ul li:hover .t3 {
    color: #FFFFFF;
}

.custom .customdiv ul li .icon {
    text-align: center;
    margin: 0 auto;
}

.custom .customdiv ul li .icon .img2 {
    display: none;
}

.custom .customdiv ul li:hover .icon .img1 {
    display: none;
}

.custom .customdiv ul li:hover .icon .img2 {
    display: inline-block;
}

.custom .customdiv ul li .icon img {
    width: 26px;
    height: 24px;
}

.custom .customdiv ul li .t4 {
    margin-top: 6px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-family: 'SourceHanSansCN-Medium';
}

.custom .customdiv ul li:hover .t4 {
    color: #FFFFFF;
}


/**/

.pagebox {
    text-align: center;
}

.pagebox .con {
    display: inline-block;
}

.pagebox a {
    float: left;
    min-width: 36px;
    line-height: 36px;
    margin-right: 2px;
    color: #666666;
    font-size: 14px;
    font-family: 'SourceHanSansCN-light';
    padding: 0 10px;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pagebox a:hover,
.pagebox a.page-num-current {
    color: #FFFFFF;
    background-color: #ffb62b;
}

.pagebox .all {
    float: left;
    margin-left: 15px;
    color: #666666;
    font-size: 14px;
    line-height: 36px;
    font-family: 'SourceHanSansCN-light';
}


/*常见问题*/

.common-problem {
    padding-bottom: 160px;
}

.common-problem .search-box {
    padding: 80px 0px;
    background-color: #f7f9fc;
}

.problem-search {
    max-width: 670px;
    width: 90%;
    margin: 0 auto;
    /*height: 60px;*/
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.problem-search .inputdiv {
    float: left;
    width: 82%;
    overflow: hidden;
    padding: 0 30px;
    border: #ffb62b solid 1px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px 0px 0px 30px;
}

.problem-search .inputdiv input {
    width: 100%;
    color: #a2a2a2;
    font-size: 16px;
    height: 58px;
    line-height: 58px;
    font-family: 'SourceHanSansCN-Regular';
    background: none;
    border: none;
    outline: none;
}

.problem-search .inputdiv input::-webkit-input-placeholder {
    color: #a2a2a2;
}

.problem-search .inputdiv input:-moz-placeholder {
    color: #a2a2a2;
}

.problem-search .inputdiv input::-moz-placeholder {
    color: #a2a2a2;
}

.problem-search .inputdiv input:-ms-input-placeholder {
    color: #a2a2a2;
}

.problem-search .inputbtn {
    float: left;
    width: 18%;
    height: 60px;
    overflow: hidden;
    background-color: #ffb62b;
    border-radius: 0px 30px 30px 0px;
}

.problem-search .inputbtn input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'SourceHanSansCN-Regular';
}

.common-problem .content {
    margin-top: 25px;
}

.common-problem .content .title {
    padding-bottom: 12px;
    border-bottom: #b5b5b5 solid 1px;
}

.common-problem .content .title .t1 {
    position: relative;
    padding-left: 25px;
    color: #333333;
    font-size: 20px;
    font-family: 'SourceHanSansCN-Regular';
}

.common-problem .content .title .t1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 18px;
    background-color: #ffb62b;
}

.common-problem .content ul {
    max-width: 1280px;
    width: 100%;
    margin: 35px auto 70px;
}

.common-problem .content ul li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: #e9e9e9 dotted 1px;
}

.common-problem .content ul li a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 40px;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.common-problem .content ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 17px;
}

.common-problem .content ul li .t1 {
    color: #333333;
    font-size: 18px;
    font-family: 'SourceHanSansCN-Regular';
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.common-problem .content ul li .t2 {
    color: #8b8b8b;
    font-size: 16px;
    font-family: 'SourceHanSansCN-Regular';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*售后服务*/

.s-title {
    text-align: center;
}

.s-title .t1 {
    font-weight: bold;
    color: #333333;
    font-size: 30px;
    font-family: 'SourceHanSansCN-Bold';
}

.s-title .t2 {
    color: #333333;
    font-size: 18px;
    font-family: 'SourceHanSansCN-Regular';
    margin-top: 20px;
}

.after-sale-service {
    padding: 70px 0px;
}

.after-sale-service .box {
    margin-top: 50px;
}

.after-sale-service .box ul li {
    float: left;
    width: 29.16%;
    width: -moz-calc(91.5% / 3);
    width: -webkit-calc(91.5% / 3);
    width: calc(91.5% / 3);
    margin-right: 2.25%;
    padding-bottom: 35px;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.after-sale-service .box ul li:nth-child(3n) {
    margin-right: 0;
}

.after-sale-service .box ul li:hover {
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0px 1px 27px rgba(69, 69, 69, .21);
}

.after-sale-service .box ul li .imgbox {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.after-sale-service .box ul li .imgbox img {
    width: 100%;
}

.after-sale-service .box ul li .txtbox {
    text-align: center;
}

.after-sale-service .box ul li .txtbox .icon {
    position: relative;
    z-index: 2;
    margin: -54px auto 25px;
    width: 107px;
    height: 107px;
    line-height: 107px;
    border-radius: 50%;
    background-color: #eeeeee;
}

.after-sale-service .box ul li:hover .txtbox .icon {
    background-color: #ffb62b;
}

.after-sale-service .box ul li .txtbox .icon img {
    width: 73px;
    height: 73px;
}

.after-sale-service .box ul li .txtbox .icon .img2 {
    display: none;
}

.after-sale-service .box ul li:hover .txtbox .icon .img1 {
    display: none;
}

.after-sale-service .box ul li:hover .txtbox .icon .img2 {
    display: inline-block;
}

.after-sale-service .box ul li .txt {
    color: #333333;
    font-size: 18px;
    line-height: 1.7;
    height: 65px;
    font-family: 'SourceHanSansCN-Normal';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*常见问题*/

.o-problem {
    position: relative;
    padding: 70px 0px;
    background-color: #f7f9fc;
    min-height: 730px;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.o-problem .imgbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 54.7%;
    z-index: 1;
}

.o-problem .imgbox img {
    max-width: 100%;
}

.o-problem .box {
    position: relative;
    z-index: 3;
    margin-top: 60px;
}

.o-problem .box .txtbox {
    padding-left: 60px;
    max-width: 820px;
    width: 50%;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.o-problem .box .txtbox ul li {
    margin-bottom: 20px;
    cursor: pointer;
    min-height: 24px;
}

.o-problem .box .txtbox ul li .t1 {
    position: relative;
    padding-left: 24px;
    color: #333333;
    font-size: 16px;
    font-family: 'SourceHanSansCN-Regular';
    margin-bottom: 10px;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.o-problem .box .txtbox ul li.on .t1,
.o-problem .box .txtbox ul li:hover .t1 {
    font-size: 18px;
}

.o-problem .box .txtbox ul li .t1 i {
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 9px;
    background: url(../images/img197.png) top left;
    background-size: 9px 9px;
}

.o-problem .box .txtbox ul li .t2 {
    display: none;
    color: #8b8b8b;
    font-size: 16px;
    font-family: 'SourceHanSansCN-Regular';
    padding-left: 24px;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25px;
}

.o-problem .morelink {
    text-align: left;
    margin-top: 60px;
}

.o-problem .morelink a {
    position: relative;
    display: inline-block;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 16px;
    color: #ffb62b;
    text-align: center;
    background-color: #FFFFFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.o-problem .morelink a .sp {
    position: relative;
    z-index: 2;
}

.o-problem .morelink a:hover .sp {
    color: #ffffff;
}

.o-problem .morelink a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 3px;
    height: 100%;
    background-color: #ffb62b;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.o-problem .morelink a:hover::before {
    width: 100%;
}


/*下载中心*/

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

.download .screen {
    text-align: center;
    margin-top: 50px;
}

.download .screen .screen-li {
    display: inline-block;
    /*margin-right: 80px;
	width: 320px;*/
    margin-right: 5.7%;
    width: 22.85%;
    height: 32px;
    line-height: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.download .screen .screen-li:last-child {
    margin-right: 0;
}

.download .screen .screen-li select {
    width: 100%;
    color: #9f9f9f;
    font-size: 16px;
    font-family: 'SourceHanSansCN-Regular';
    line-height: 2.25;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: #FFFFFF url(../images/img199.png) no-repeat center right 20px;
    background-size: 11px 5px;
    border-bottom: #aaaaaa solid 1px;
    padding: 0 20px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.download .screen .screen-li select::-ms-expand {
    display: none;
}


/*.download .dropmenurel01{
	position:relative;
	display:block;
}
.download .dropmenurel01-tit{
	position: relative;
	border: none;
	color: #595959;
    font-size: 18px;
	width:100%;
	height: 32px;
	line-height: 32px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	background:#f6f9f9 url(../images/img199.png) no-repeat center right 15px;
	background-size: 10px 6px;
	border-bottom: #7d7d7d solid 1px;
	padding-left: 6px;
	text-align: left;
	cursor:pointer;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.download .dropmenurel01-options{
	display:none;
	position:absolute;
	top: 1px;
	left:0;
	z-index:110;
	background-color: #f6f6f6;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}
.download .dropmenurel01-options li{
    cursor: pointer;
    padding: 4px 15px;
    font-size: 16px;
    color: #595959;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.download .dropmenurel01-options li:hover{
	color: #d40208;
}*/

.download .content {
    margin-top: 60px;
}

.download .content table {
    width: 100%;
    text-align: center;
}

.download .content table th {
    height: 55px;
    color: #333333;
    font-size: 18px;
    font-family: 'SourceHanSansCN-Regular';
    border-bottom: #e5e5e5 solid 1px;
}

.download .content table td {
    padding: 15px 10px;
    color: #333333;
    font-size: 18px;
    width: 20%;
    font-family: 'SourceHanSansCN-light';
    border-bottom: #e5e5e5 solid 1px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.download .content table tr:hover {
    background-color: #f8f8f8;
}

.download .content table th.img {
    width: 13.8%;
}

.download .content table th.load {
    width: 12%;
}

.download .content table tr .loadlink {
    display: none;
}

.download .content table tr .loadlink img {
    width: 24px;
    height: 24px;
}

.download .content table tr:hover .loadlink {
    display: block;
}


/*行业应用*/

.application {
    padding: 100px 0px;
    background-color: #f7f9fc;
}

.application ul {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto 90px;
}

.application ul li {
    margin-bottom: 50px;
}

.application ul li:last-child {
    margin-bottom: 0;
}

.application ul li a,
.application ul li .con {
    position: relative;
    display: inline-block;
    width: 100%;
}

.application ul li .imgbox {
    float: left;
    width: 32.14%;
    overflow: hidden;
}

.application ul li .imgbox img {
    width: 100%;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.application ul li:hover .imgbox img {
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.application ul li .txtbox {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    /*float: right;*/
    width: 65.71%;
    padding-top: 40px;
    padding-left: 3.8%;
    padding-right: 3.8%;
    background-color: #FFFFFF;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.application ul li:hover .txtbox {
    box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, .15);
}

.application ul li .line {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 6px;
    background-color: #ffb62b;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.application ul li:hover .line {
    width: 65.71%;
}

.application ul li .txtbox .t1 {
    color: #333333;
    font-size: 20px;
    font-family: 'SourceHanSansCN-Medium';
    margin-bottom: 20px;
}

.application ul li .txtbox .t2 {
    color: #ffb62b;
    font-size: 24px;
    font-family: 'SourceHanSansCN-Regular';
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.application ul li .txtbox .t3 {
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'SourceHanSansCN-light';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/*联系我们*/

.contact-title {
    position: relative;
    color: #333333;
    font-size: 40px;
    font-family: 'SourceHanSansCN-Medium';
    margin-bottom: 35px;
}

.o-contact {
    position: relative;
    overflow: hidden;
    background: url(../images/img208.png) bottom left no-repeat;
}

.o-contact .txtbox {
    position: absolute;
    left: 50%;
    top: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.o-contact .txtbox ul li {
    position: relative;
    padding-left: 35px;
    overflow: hidden;
    margin-bottom: 20px;
}

.o-contact .txtbox ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    text-align: left;
    margin-top: 3px;
}

.o-contact .txtbox ul li .t1 {
    color: #333333;
    font-size: 18px;
    font-family: 'SourceHanSansCN-Normal';
}

.o-contact .imgbox {
    float: right;
    width: 59%;
    overflow: hidden;
}


/*在线留言*/

.feekback {
    padding: 100px 0px 135px;
    background: url(../images/img213.png) bottom center no-repeat;
    background-size: cover;
}

.feekback .box {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
}

.feekback .box .content {
    margin-top: 50px;
    max-width: 1170px;
    width: 100%;
}

.feekback .box .content .content-li {
    margin-bottom: 70px;
    overflow: hidden;
}

.feekback .box .content .content-li .input-li {
    float: left;
    width: 42.73%;
    margin-right: 14.54%;
    margin-bottom: 30px;
    padding: 0px 20px;
    border-bottom: #d2d2d2 solid 1px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.feekback .box .content .content-li .input-li:nth-child(2n) {
    margin-right: 0;
}

.feekback .box .content .content-li .re-input {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    color: #8b8b8b;
    font-size: 16px;
    font-family: 'SourceHanSansCN-light';
    height: 60px;
    line-height: 60px;
}

.feekback .box .content .content-li .textli {
    padding: 0px 20px;
    border-bottom: #d2d2d2 solid 1px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/*.re-textarea {
    width: 100%;
    min-height: 135px;
    resize: none;
    border: none;
    outline: none;
    background: none;
    color: #888888;
    font-size: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}*/

.input-li input::-webkit-input-placeholder,
.textli textarea::-webkit-input-placeholder {
    color: #888888;
}

.input-li input:-moz-placeholder,
.textli textarea:-moz-placeholder {
    color: #888888;
}

.input-li input::-moz-placeholder,
.textli textarea::-moz-placeholder {
    color: #888888;
}

.input-li input:-ms-input-placeholder,
.textli textarea:-ms-input-placeholder {
    color: #888888;
}

.subdiv {
    overflow: hidden
}

.sub {
    float: left;
    margin-right: 20px;
    width: 150px;
    text-align: center;
}

.sub:last-child {
    margin-right: 0;
}

.sub1 {
    background-color: #ffb62b;
}

.sub2 {
    background-color: #626262;
}

.sub-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: none;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    font-family: 'SourceHanSansCN-Regular';
    text-align: center;
    margin: 0 auto;
}


/*新闻*/

.news {
    padding: 50px 0px 75px;
}

.new-tab {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: url(../images/img214.png) top 10px center no-repeat;
    /*background-size: 100% auto;*/
}

.new-tab ul {
    display: inline-block;
}

.new-tab ul li {
    float: left;
    width: 220px;
    margin-right: 30px;
    text-align: center;
}

.new-tab ul li:last-child {
    margin-right: 0;
}

.new-tab ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.new-tab ul li .point {
    margin: 0px auto 10px;
}

.new-tab ul li .point i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: #c4c4c4 solid 2px;
    background-color: #c4c4c4;
}

.new-tab ul li.on .point,
.new-tab ul li:hover .point {
    background: url(../images/img215.png) center no-repeat;
}

.new-tab ul li.on .point i,
.new-tab ul li:hover .point i {
    background-color: #FFFFFF;
    border: #ffb62b solid 2px;
}

.new-tab ul li .txt {
    color: #666666;
    font-size: 18px;
    font-family: 'SourceHanSansCN-Regular';
}

.new-tab ul li.on .txt,
.new-tab ul li:hover .txt {
    color: #ffb62b;
    font-family: 'SourceHanSansCN-Medium';
}

.newbox {
    margin-top: 40px;
    border-top: #e5e5e5 solid 1px;
}

.newbox ul {
    margin-bottom: 90px;
}

.newbox ul li {
    position: relative;
    float: left;
    width: 33.33%;
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    /*width: calc(100% / 3);*/
    padding: 2.8% 4% 3%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.newbox ul li a {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
}

.newbox ul li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-right: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
}

.newbox ul li:nth-child(3n)::before {
    border-right: none;
}

.newbox ul li .time {
    color: #8b8b8b;
    font-size: 20px;
    font-family: 'SourceHanSansCN-Regular';
    margin-bottom: 25px;
}

.newbox ul li .time .date {
    display: inline-block;
    margin-right: 10px;
    font-size: 42px;
}

.newbox ul li .imgbox {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.newbox ul li .imgbox img {
    width: 100%;
}

.newbox ul li .txtbox {
    text-align: left;
    margin-top: 25px;
}

.newbox ul li .txtbox .t1 {
    color: #333333;
    font-size: 20px;
    font-family: 'SourceHanSansCN-Regular';
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newbox ul li:hover .txtbox .t1 {
    color: #ffb62b;
}

.newbox ul li .txtbox .t2 {
    color: #8b8b8b;
    font-size: 16px;
    line-height: 1.7;
    height: 55px;
    margin-bottom: 30px;
    font-family: 'SourceHanSansCN-light';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newbox ul li .txtbox .t3 {
    position: relative;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffb62b;
    font-size: 16px;
    font-family: 'SourceHanSansCN-light';
    background-color: #f7f7f7;
    /*border-left: #ffb62b solid 3px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.newbox ul li .txtbox .t3 span {
    position: relative;
    z-index: 2;
}

.newbox ul li:hover .txtbox .t3 span {
    color: #ffffff;
}

.newbox ul li .txtbox .t3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 3px;
    height: 100%;
    background-color: #ffb62b;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.newbox ul li:hover .txtbox .t3::before {
    width: 100%;
}


/*新闻详情*/

.new-details {
    padding: 75px 0px 65px;
}

.new-details .box {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.new-details .box .left {
    float: left;
    width: 63%;
}

.new-details .box .left .content {
    /*padding: 5% 0 0;*/
}

.new-details .box .left .title {
    padding-bottom: 35px;
    border-bottom: #eeeeee solid 1px;
}

.new-details .box .left .title .t1 {
    font-family: 'SourceHanSansCN-Bold';
    color: #333333;
    font-size: 40px;
    margin-bottom: 15px;
}

.new-details .box .left .title .t2 {
    color: #8b8b8b;
    font-size: 16px;
    font-family: 'SourceHanSansCN-Regular';
    line-height: 1.5;
}

.new-details .box .left .title .t2 .sp {
    display: inline-block;
    vertical-align: middle;
    margin-right: 80px;
}

.new-details .box .left .title .t2 .sp:last-child {
    margin-right: 0;
}

.d-share {
    display: inline-block;
    vertical-align: text-bottom;
}

.new-details .box .left .title .t2 .sp img {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.new-details .box .left .details {
    padding-bottom: 25px;
    border-bottom: #eeeeee solid 1px;
}

.new-details .box .left .txtbox {
    padding: 20px 0px 30px;
    color: #333333;
    font-size: 16px;
    font-family: 'SourceHanSansCN-light';
    line-height: 2;
}

.new-details .box .right {
    float: right;
    width: 25%;
    overflow: hidden;
}

.new-details .box .right .title {
    font-family: 'SourceHanSansCN-Bold';
    color: #333333;
    font-size: 26px;
    padding-bottom: 15px;
}

.prevnext {
    margin-top: 20px;
    background-color: #FFFFFF;
    overflow: hidden;
    text-align: center;
}

.prevnext .prev {
    float: left;
    width: 48%;
    overflow: hidden;
    text-align: left;
}

.prevnext .next {
    float: right;
    width: 48%;
    overflow: hidden;
    text-align: right;
}

.prevnext .next a,
.prevnext .prev a {
    display: inline-block;
    width: 100%;
    font-family: 'SourceHanSansCN-Regular';
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prevnext .next a:hover,
.prevnext .prev a:hover {
    color: #ffb62b;
}


/*more-recommend*/

.more-recommend .title {
    font-family: 'SourceHanSansCN-Bold';
    color: #333333;
    font-size: 26px;
    /*line-height: 60px;*/
    border-bottom: #dcdcdc solid 1px;
}

.more-recommend ul li {
    margin-top: 30px;
    padding-bottom: 25px;
}

.more-recommend ul li a {
    display: inline-block;
    width: 100%;
}

.more-recommend ul li .imgbox {
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
}

.more-recommend ul li .imgbox img {
    width: 100%;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.more-recommend ul li:hover .imgbox img {
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.more-recommend ul li .txtbox {}

.more-recommend ul li .txtbox .t1 {
    color: #8b8b8b;
    font-size: 14px;
    font-family: 'SourceHanSansCN-Regular';
    margin-bottom: 10px;
}

.more-recommend ul li .txtbox .t2 {
    color: #333333;
    font-size: 20px;
    font-family: 'SourceHanSansCN-Regular';
    margin-bottom: 6px;
}

.more-recommend ul li .txtbox .t3 {
    color: #8b8b8b;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'SourceHanSansCN-light';
}


/*关于我们*/

.about {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    overflow: hidden;
}

.aboutbanner {
    /*position: absolute;
	right: 0;
	top: 0;
	z-index: 1;*/
    position: relative;
    float: right;
    width: 46%;
    padding-left: 4%;
    background-color: #FFFFFF;
}

.bgimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 63%;
    height: 100%;
    z-index: 10;
    background: url(../images/img231.png) top left no-repeat;
    background-size: 100% 100%;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    /*overflow: hidden;*/
}

.bgimg::before {
    content: '';
    position: absolute;
    left: -13%;
    top: 0;
    width: 15%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 11;
}

.aboutimg {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.aboutimg .img {
    text-align: right;
    width: 100%;
}

.aboutimg .img img {
    width: 100%;
    height: 100%;
}

.aboutimg .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #FFFFFF;
    opacity: 1;
}

.aboutimg .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffb62b;
}


/*.about .about-bg {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    background-image: url(../images/img225.png);
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    position: absolute;
    z-index: 2;
    height: 101%;
    width: 100%;
    top: 0;
    left: 0;
}*/

.about-con {
    float: left;
    width: 50%;
    padding-left: 12.5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.about .about-mian {
    position: relative;
    z-index: 12;
    padding: 80px 0;
    /* width: 50%;*/
    width: 100%;
}

.about .about-mian .about-left {
    width: 100%;
}

.about .about-mian .about-left .name {
    font-family: 'SourceHanSansCN-Medium';
    font-size: 40px;
    color: #333333;
}

.about .about-mian .about-left .name-p {
    margin-top: 25px;
    font-size: 17px;
    color: #333333;
    line-height: 2.25;
    text-align: justify;
    font-family: 'SourceHanSansCN-light';
}

.about .about-mian .about-li {
    margin-top: 50px;
    font-size: 0;
    text-align: left;
}

.about .about-mian .about-li li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 33.33%;
}

.about .about-mian .about-li li::before {
    content: '';
    position: absolute;
    right: 24%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 75px;
    background-color: #e5e5e5;
}

.about .about-mian .about-li li:last-child::before {
    display: none;
}

.about .about-mian .about-li li .t1 {
    font-family: 'DIN-Bold';
    font-size: 50px;
    color: #ffb62b;
    vertical-align: bottom;
    display: inline-block;
}

.about .about-mian .about-li li .num {}

.about .about-mian .about-li li .t1 .tit {
    margin-left: 5px;
    font-size: 16px;
    color: #8b8b8b;
    display: inline-block;
    vertical-align: bottom;
    font-family: 'SourceHanSansCN-Regular';
}

.about .about-mian .about-li li .t2 {
    font-family: 'SourceHanSansCN-Regular';
    font-size: 16px;
    color: #8b8b8b;
    margin-top: 10px;
}


/*企业文化*/

.culture {
    padding: 60px 0px 50px;
    background: url(../images/img226.jpg) bottom center no-repeat;
    background-size: cover;
}

.culture .right {
    float: right;
    width: 59%;
}

.culture .right .tit {
    font-family: 'SourceHanSansCN-Medium';
    color: #333333;
    font-size: 40px;
    margin-bottom: 35px;
}

.culture .right .txtbox {
    position: relative;
    padding: 35px 0px;
}

.culture .right .txtbox .symbol1 {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    font-family: 'DIN-Bold';
    font-size: 68px;
    color: #ffb62b;
}

.culture .right .txtbox .symbol2 {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
    vertical-align: ;
    font-family: 'DIN-Bold';
    font-size: 68px;
    color: #ffb62b;
}

.culture .right .txtbox .txt {
    color: #333333;
    font-size: 16px;
    line-height: 2.25;
    font-family: 'SourceHanSansCN-light';
}

.culture .right .content {}

.culture .right .content .tab_title {
    border-bottom: 1px solid #e5e5e5;
}

.culture .right .content .tab_title span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 230px;
    text-align: center;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 18px;
    color: #8b8b8b;
    line-height: 76px;
    /*-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
    cursor: pointer;
    margin: 0;
}

.culture .right .content .tab_title span.on {
    color: #ffb62b;
    font-size: 20px;
    font-family: 'SourceHanSansCN-Medium';
    background: url(../images/img227.png) bottom center no-repeat;
}

.culture .right .content .tab_content {
    padding: 35px 0px;
    font-family: 'SourceHanSansCN-light';
    color: #333333;
    font-size: 16px;
    line-height: 2.25;
}

.culture .right .content .tab_content .item {
    display: none;
    width: 100%;
}

.culture .right .content .tab_content .item p {
    -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.culture .right .content .tab_content .item p:first-child {
    -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes o-upfade-top {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes o-upfade-top {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}


/*荣誉资质*/

.honor {
    padding: 100px 0px;
}

.honor .left {
    float: left;
    width: 30%;
}

.honor .title {
    font-family: 'SourceHanSansCN-Medium';
    color: #333333;
    font-size: 40px;
    margin-bottom: 20px;
}

.honor .txtbox {
    color: #333333;
    font-size: 16px;
    line-height: 2.25;
    font-family: 'SourceHanSansCN-light';
}

.honor .tab_title {
    margin-top: 40px;
}

.honor .tab_title li {
    font-family: 'SourceHanSansCN-Regular';
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    cursor: pointer;
}

.honor .tab_title li.on {
    position: relative;
    padding-left: 45px;
    color: #ffb62b;
    font-family: 'SourceHanSansCN-Medium';
}

.honor .tab_title li.on::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 1px;
    background-color: #ffb62b;
}

.honor .right {
    float: right;
    width: 60%;
}

.honor .right .tab_content {
    width: 100%;
    overflow: hidden;
}

.honor .right .tab_content .item {
    display: none;
    width: 100%;
}

.honor .right .tab_content ul {
    padding: 0 4%;
    overflow: hidden;
}

.honor .right .tab_content ul li {
    float: left;
    width: 25%;
    margin-right: 12.5%;
    margin-bottom: 7.5%;
    text-align: center;
    overflow: hidden;
}

.honor .right .tab_content ul li:nth-child(3n) {
    margin-right: 0;
}

.honor .right .tab_content ul li .img {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}

.honor .right .tab_content ul li .img img {
    max-width: 100%;
}

.honor .right .tab_content ul li .txt {
    font-family: 'SourceHanSansCN-Regular';
    font-size: 16px;
    color: #333333;
}

@media screen and (max-width: 1680px) {
    .header .nav ul li {
        margin-right: 20px;
    }
    .header .nav ul li>a {
        padding: 0 20px;
    }
    .header-other .search-icon {
        margin-left: 20px;
    }
    .header .language {
        margin-left: 5px;
    }
    .pro3 .i-bannerzi .txtbox {
        padding-left: 0;
    }
    /*footer*/
    .footer-nav {
        width: 65%;
    }
    .footer-other {
        width: 35%;
    }
    .footer-links .title {
        float: left;
        width: 8%;
    }
    .footer-links .linkdiv {
        width: 92%;
    }
    /*5501,5502,5806*/
    .opage1 .product-banner .img {
        right: 3%;
    }
    .opage2 .product-banner .txt h1 {
        font-size: 80px;
        margin-bottom: 30px;
    }
    .opage1 .product-banner .txt h1 {
        font-size: 80px;
        margin-bottom: 30px;
    }
    .opage3 .product-banner .txt h1 {
        font-size: 80px;
        margin-bottom: 30px;
    }
    .product-banner .txt .t1 {
        font-size: 60px;
        margin-bottom: 30px;
    }
    .product-banner .txt .t2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1600px) {
    .wd2 {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .wd3 {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1440px) {
    .conwidth {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .wd1 {
        padding-left: 5%;
        padding-right: 5%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    /*header*/
    .header .nav ul li {
        margin-right: 15px;
    }
    .header .nav ul li>a {
        padding: 0 15px;
    }
    .header-other .search-icon {
        margin-left: 15px;
    }
    /*banner*/
    .i-bannerzi .txtbox .t1,
    .obanner .bannerzi .box .t1 {
        font-size: 42px;
    }
    .i-bannerzi .txtbox .t1 .sp {
        font-size: 64px;
    }
    .i-bannerzi .txtbox .t2 {
        font-size: 16px;
        line-height: 3;
    }
    /*标题*/
    .i-title .t1,
    .i-product .box .boxli .txtbox .text .t1 {
        font-size: 40px;
    }
    .i-product .box .boxli .txtbox .text .t2 {
        font-size: 18px;
    }
    /*首页*/
    /*行业应用*/
    .industry .imgbox:hover .txtbox {
        top: 18%;
    }
    /*联系我们*/
    .contact-title {
        font-size: 32px;
    }
    /*关于我们*/
    .about-con {
        padding-left: 3%;
    }
    .about .about-mian {
        padding: 60px 0px;
    }
    .about .about-mian .about-left .name,
    .culture .right .tit,
    .honor .title {
        font-size: 32px;
    }
    .bgimg {
        width: 55%;
    }
    /*5501,5502,5806*/
    .opage2 .product-banner .txt h1 {
        font-size: 60px;
        margin-bottom: 25px;
    }
    .opage1 .product-banner .txt h1 {
        font-size: 60px;
        margin-bottom: 25px;
    }
    .opage3 .product-banner .txt h1 {
        font-size: 60px;
        margin-bottom: 25px;
    }
    .product-banner .txt .t1 {
        font-size: 50px;
        margin-bottom: 25px;
    }
    .product-banner .txt .t2 {
        font-size: 24px;
    }
    .title1 {
        font-size: 42px;
        margin-bottom: 30px;
    }
    .title2 {
        font-size: 24px;
    }
    .title2 .sp {
        font-size: 16px;
    }
}

@media screen and (max-width: 1366px) {
    .opage1 .part2 .txt-box .con {
        max-width: 600px;
    }
}

@media screen and (max-width: 1280px) {
    .conwidth {
        padding-left: 7%;
        padding-right: 7%;
    }
    .wd1,
    .wd2,
    .wd3 {
        padding-left: 7%;
        padding-right: 7%;
    }
    .i-bannerzi .txtbox .t1 {
        font-size: 38px;
    }
    .i-bannerzi .txtbox .t1 .sp {
        font-size: 48px;
    }
    .icondiv {
        margin: 30px auto 50px;
    }
    .icondiv li {
        min-width: 90px;
    }
    .icondiv li .icon {
        width: 54px;
        height: 54px;
        line-height: 54px;
    }
    .opage3 .part2 .img-box {
        padding: 0 8%;
    }
    .opage3 .part2 .switch-box .img {
        padding: 0 10%;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1220px) {
    .header .nav {
        display: none;
    }
    .header .menubtn {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .conwidth {
        padding-left: 3%;
        padding-right: 3%;
    }
    .wd1,
    .wd2,
    .wd3 {
        padding-left: 3%;
        padding-right: 3%;
    }
    .header .m-nav ul li>a,
    .one-level {
        line-height: 3;
    }
    /*banner*/
    .lunbotu .swiper-slide>a.pro1 {
        background-image: url(../images/banner1.jpg);
    }
    .lunbotu .swiper-slide>a.pro2 {
        background-image: url(../images/banner2.jpg);
    }
    .lunbotu .swiper-slide>a.pro3 {
        background-image: url(../images/banner3.jpg);
    }
    .lunbotu .swiper-slide .bgbox {
        display: none;
    }
    .lunbotu .swiper-slide .content {
        position: static;
        transform: none;
    }
    .i-bannerzi .txtbox {
        float: left;
        position: static;
        transform: none;
        width: 60%;
    }
    .pro2 .i-bannerzi .imgbox {
        width: 40%;
        padding-right: 0;
        /*-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;*/
    }
    .pro3 .i-bannerzi .imgbox {
        width: 40%;
    }
    .pro3 .i-bannerzi .txtbox {
        width: 60%;
        padding-left: 0;
    }
    .i-bannerzi .txtbox .t1,
    .obanner .bannerzi .box .t1 {
        font-size: 36px;
        margin-bottom: 2%;
    }
    .i-bannerzi .txtbox .t1 .sp {
        display: block;
        font-size: 40px;
    }
    .i-bannerzi .txtbox .t2 {
        font-size: 18px;
    }
    .icondiv {
        margin: 30px auto 0px;
    }
    .icondiv li {
        width: 25%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        /*margin-right: 5%;
		margin-bottom: 5%;*/
    }
    .icondiv li .icon {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .icondiv li .icon img {
        max-width: 26px;
        max-height: 26px;
    }
    .icondiv li .txt {
        font-size: 14px;
    }
    .more .cont,
    .more a,
    .o-problem .morelink a,
    .newbox ul li .txtbox .t3 {
        min-width: 130px;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
    }
    .newbox ul li .txtbox .t3 {
        width: 130px;
    }
    /**/
    .oimg1 {
        display: none;
    }
    .oimg2 {
        display: block;
    }
    /*footer*/
    .footer-item,
    .footer-links {
        display: none;
    }
    .copyright {
        padding: 15px 0px;
    }
    .copyright .left,
    .copyright .right {
        width: 100%;
        text-align: center;
    }
    /*标题*/
    .i-title .t1,
    .i-product .box .boxli .txtbox .text .t1 {
        font-size: 32px;
    }
    .i-title .t2,
    .i-product .box .boxli .txtbox .text .t2 {
        font-size: 16px;
        margin-top: 10px;
    }
    /*首页*/
    /*产品中心*/
    .i-product {
        padding: 50px 0px 70px;
    }
    .i-product .content {
        margin-top: 40px;
    }
    .product-tab {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
    }
    .product-tab::before {
        left: 0;
        top: 18px;
        width: 100%;
        height: 1px;
        border-top: #7f9e08 dashed 1px;
        border-left: none;
    }
    .product-tab ul {
        position: static;
        transform: none;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .product-tab ul::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
    .product-tab ul::-webkit-scrollbar-button {
        background-color: rgba(0, 0, 0, 0);
    }
    .product-tab ul::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0);
    }
    .product-tab ul::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 0, 0, 0);
    }
    .product-tab ul::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0);
    }
    .product-tab ul::-webkit-scrollbar-corner {
        background-color: rgba(0, 0, 0, 0);
    }
    .product-tab ul::-webkit-scrollbar-resizer {
        background-color: rgba(0, 0, 0, 0);
    }
    .product-tab ul::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
    .product-tab ul li,
    .product-tab ul .link {
        display: inline-block;
        margin-bottom: 0;
    }
    .product-tab ul .txt {
        font-size: 20px;
        background-color: #FFFFFF;
    }
    .product-tab ul .icon {
        width: 50px;
        margin-right: 0px;
        background-size: 18px 18px;
    }
    .product-tab ul li.on .icon {
        background-size: 32px 30px;
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .product-tab ul .txt .sp {
        font-size: 24px;
        margin-right: 15px;
    }
    .i-product .box {
        margin-top: 40px;
    }
    .i-product .box .boxli {
        padding: 60px 0px 15px;
    }
    .i-product .box .boxli .txtbox {
        width: 100%;
    }
    /*为什么选择我们*/
    .why {
        padding: 50px 0px 0px;
    }
    .why .box {
        margin-top: 40px;
    }
    .why .box .txtbox .t2 {
        margin-top: 25px;
    }
    .why .number {
        margin-top: 40px;
    }
    .why .number ul li {
        padding: 40px 0px;
    }
    .why .number ul li .t1 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .why .number ul li .t2 {
        font-size: 16px;
    }
    /*行业应用*/
    .i-application {
        padding: 50px 0px;
    }
    .i-application .box {
        margin-top: 40px;
    }
    .industry {
        padding-bottom: 75px;
    }
    .industry .imgbox:hover .txtbox {
        top: 20%;
    }
    .industry .imgbox .txtbox .t3 {
        margin-top: 10px;
    }
    /*成功案例*/
    .i-cases {
        padding: 50px 0px;
    }
    .i-cases .box {
        margin-top: 30px;
    }
    .i-cases .box ul li {
        width: 25%;
    }
    .i-cases .box ul li a {
        line-height: 140px;
    }
    .i-cases .box ul li:nth-child(5)::before {
        border-top: #e5e5e5 solid 1px;
    }
    .i-cases .box ul li:nth-child(5n)::before {
        border-right: #e5e5e5 solid 1px;
    }
    .i-cases .box ul li:nth-child(4n)::before {
        border-right: none;
    }
    .i-cases .box ul li:nth-child(4n)::after {
        background: no-repeat;
    }
    /*产品中心*/
    .product {
        padding: 50px 0px 70px;
    }
    .product .content {
        margin-top: 40px;
    }
    .product .content .left {
        padding: 25px 20px;
    }
    .product .content .left .title .t1 {
        font-size: 20px;
    }
    .product .content .left .title .icon {
        background-size: 17px 18px;
    }
    .product .content .left {
        width: 26.4%;
    }
    .product .content .right,
    .custom .customdiv {
        width: 70%;
    }
    .product .content .right>ul,
    .custom .customdiv ul {
        margin-bottom: 40px;
    }
    .product .content .right ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .product .content .right ul li:nth-child(3n) {
        margin-right: 4%;
    }
    .product .content .right ul li:nth-child(2n) {
        margin-right: 0;
    }
    .product .content .right ul li .above {
        padding: 30px 0px;
    }
    .product .content .right ul li .above .txtbox .t1 {
        margin-bottom: 8px;
    }
    .product .content .right ul li .below .box {
        padding: 30px;
    }
    .product .content .right ul li .below ul {
        margin-top: 20px;
    }
    .product .content .right ul li .below ul li {
        font-size: 15px;
    }
    /*定制支持*/
    .custom .customdiv ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
        padding: 30px 25px 20px;
    }
    .custom .customdiv ul li:nth-child(3n) {
        margin-right: 4%;
    }
    .custom .customdiv ul li:nth-child(2n) {
        margin-right: 0;
    }
    .custom .customdiv ul li .tit {
        padding: 15px 0px;
    }
    .custom .customdiv ul li .tit .t1 {
        font-size: 18px;
    }
    .custom .customdiv ul li .t3 {
        margin: 25px auto;
    }
    /*行业应用*/
    .application {
        padding: 50px 0px;
    }
    .application ul {
        margin-bottom: 50px;
    }
    .application ul li {
        margin-bottom: 30px;
    }
    .application ul li .txtbox {
        padding-top: 15px;
        padding-left: 3%;
    }
    .application ul li .txtbox .t1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .application ul li .txtbox .t2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .application ul li .txtbox .t3 {
        font-size: 15px;
    }
    /*服务与支持*/
    .s-title .t2 {
        margin-top: 15px;
    }
    .after-sale-service {
        padding: 50px 0px;
    }
    .after-sale-service .box {
        margin-top: 40px;
    }
    .after-sale-service .box ul li {
        width: 30.66%;
        width: -moz-calc(92% / 3);
        width: -webkit-calc(92% / 3);
        width: calc(92% / 3);
        margin-right: 4%;
        padding-bottom: 2%;
    }
    .after-sale-service .box ul li .txtbox .icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        margin-bottom: 15px;
    }
    .after-sale-service .box ul li .txtbox .icon img {
        width: 60px;
        height: 60px;
    }
    .after-sale-service .box ul li .txt {
        font-size: 16px;
        height: 55px;
    }
    /*常见问题*/
    .o-problem {
        padding: 50px 0px;
        min-height: 1px;
    }
    .o-problem .box {
        margin-top: 40px;
    }
    .o-problem .box .txtbox {
        padding-left: 3%;
    }
    .o-problem .box .txtbox ul li .t2 {
        font-size: 15px;
        padding-bottom: 15px;
    }
    .o-problem .morelink {
        margin-top: 30px;
    }
    /*下载中心*/
    .download {
        padding: 50px 0px;
    }
    .download .screen {
        margin-top: 30px;
    }
    .download .screen .screen-li {
        width: 32%;
    }
    .download .content {
        margin-top: 40px;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .download .content table {
        min-width: 1000px;
    }
    .download .content table tr .loadlink {
        display: block;
    }
    /*新闻中心*/
    .news {
        padding: 50px 0px;
    }
    .new-tab ul {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .new-tab ul::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
    .new-tab ul::-webkit-scrollbar-button {
        background-color: rgba(0, 0, 0, 0);
    }
    .new-tab ul::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0);
    }
    .new-tab ul::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 0, 0, 0);
    }
    .new-tab ul::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0);
    }
    .new-tab ul::-webkit-scrollbar-corner {
        background-color: rgba(0, 0, 0, 0);
    }
    .new-tab ul::-webkit-scrollbar-resizer {
        background-color: rgba(0, 0, 0, 0);
    }
    .new-tab ul::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
    .new-tab ul li {
        float: none;
        display: inline-block;
    }
    .newbox ul {
        margin-bottom: 50px;
    }
    .newbox ul li {
        padding: 2.4% 3%;
    }
    .newbox ul li .time {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .newbox ul li .time .date {
        font-size: 36px;
    }
    .newbox ul li .txtbox {
        margin-top: 15px;
    }
    .newbox ul li .txtbox .t1 {
        font-size: 18px;
    }
    .newbox ul li .txtbox .t2 {
        font-size: 15px;
        margin-bottom: 20px;
    }
    /*新闻详情*/
    .new-details {
        padding: 50px 0px;
    }
    .new-details .box .left {
        width: 68%;
    }
    .new-details .box .left .content {
        padding: 0;
    }
    .new-details .box .left .title {
        padding-bottom: 25px;
    }
    .new-details .box .left .title .t1 {
        font-size: 28px;
    }
    .new-details .box .left .title .t2 {
        font-size: 15px;
    }
    .new-details .box .left .title .t2 .sp {
        margin-right: 40px;
    }
    .new-details .box .left .title .t2 .share-name {
        display: none;
    }
    .new-details .box .left .txtbox {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .more-recommend ul li {
        margin-top: 20px;
        padding-bottom: 15px;
    }
    .more-recommend ul li .txtbox .t1 {
        margin-bottom: 10px;
    }
    .more-recommend ul li .txtbox .t2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .more-recommend ul li .txtbox .t3 {
        font-size: 15px;
    }
    /*案例中心*/
    .cases {
        padding: 50px 0px 60px;
    }
    .cases .content {
        width: 100%;
    }
    .cases .content>.title {
        margin-bottom: 40px;
    }
    .cases .title .t1 {
        font-size: 32px;
    }
    .cases .title .t2 {
        font-size: 18px;
    }
    .cases .navside {
        position: static;
        float: left;
        width: 25%;
    }
    .cases .navside .title {
        margin-top: 30px;
        padding: 0px 20px;
    }
    .cases .navside .title .t1 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .cases .navside ul {
        margin-top: 20px;
        padding-bottom: 35px;
    }
    .cases .navside ul li {
        padding: 0 25px;
        line-height: 50px;
    }
    .cases .navside ul li:hover i,
    .cases .navside ul li.on i {
        top: 0;
        left: 15px;
        height: 50px;
    }
    .cases .case-box {
        float: right;
        width: 70%;
        margin-top: 0;
    }
    .cases .case-box ul {
        margin-bottom: 30px;
    }
    .cases .case-box ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .cases .case-box ul li:nth-child(3n) {
        margin-right: 4%;
    }
    .cases .case-box ul li:nth-child(2n) {
        margin-right: 0;
    }
    .cases .case-box ul li .txtbox .t2 {
        font-size: 16px;
    }
    .cases .case-box ul li .txtbox .see {
        margin-top: 10px;
    }
    /*常见问题*/
    .common-problem {
        padding-bottom: 50px;
    }
    .common-problem .search-box {
        padding: 50px 0px;
    }
    .problem-search .inputdiv input {
        height: 48px;
        line-height: 48px;
    }
    .problem-search .inputbtn {
        height: 50px;
    }
    .problem-search .inputbtn input {
        height: 50px;
        line-height: 50px;
    }
    .common-problem .content {
        margin-top: 20px;
    }
    .common-problem .content ul {
        margin-bottom: 40px;
    }
    /*联系我们*/
    .contact-title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .o-contact .txtbox ul li .t1 {
        font-size: 16px;
    }
    .o-contact .contact-title,
    .o-contact ul {
        width: 36%;
    }
    .feekback {
        padding: 50px 0px 70px;
    }
    .feekback .box .content {
        margin-top: 40px;
    }
    .feekback .box .content .content-li {
        margin-bottom: 50px;
    }
    .feekback .box .content .content-li .input-li {
        margin-bottom: 20px;
    }
    /*关于我们*/
    /*.bgimg::before {
	    left: -36%;
	    width: 40%;
	}*/
    .bgimg::before {
        left: -48%;
        width: 50%;
    }
    .about .about-mian .about-left .name,
    .culture .right .tit,
    .honor .title {
        font-size: 28px;
    }
    .about .about-mian {
        padding: 50px 0px;
    }
    .about .about-mian .about-left .name-p {
        font-size: 15px;
    }
    .about .about-mian .about-li {
        margin-top: 30px;
    }
    .about .about-mian .about-li li .t1 {
        font-size: 40px;
    }
    /*企业文化*/
    .culture {
        padding: 50px 0px;
        background: url(../images/img226.jpg) bottom left 28%no-repeat;
    }
    .culture .right .tit {
        margin-bottom: 20px;
    }
    .culture .right .txtbox .txt {
        font-size: 15px;
    }
    .culture .right .content .tab_title span {
        line-height: 60px;
        min-width: 200px;
    }
    .culture .right .content .tab_content {
        font-size: 15px;
        padding: 25px 0px
    }
    /*荣誉资质*/
    .honor {
        padding: 60px 0px;
    }
    .honor .left {
        width: 35%;
    }
    .honor .txtbox {
        font-size: 15px;
    }
    .honor .right .tab_content ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 6%;
    }
    .honor .right .tab_content ul li:nth-child(3n) {
        margin-right: 4%;
    }
    .honor .right .tab_content ul li:nth-child(2n) {
        margin-right: 0;
    }
    /*5501,5502,5806*/
    .opage2 .product-banner .txt h1 {
        font-size: 44px;
        margin-bottom: 15px;
    }
    .opage1 .product-banner .txt h1 {
        font-size: 44px;
        margin-bottom: 15px;
    }
    .opage3 .product-banner .txt h1 {
        font-size: 44px;
        margin-bottom: 15px;
    }
    .product-banner .txt .t1 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .product-banner .txt .t2 {
        font-size: 18px;
    }
    .product-banner {
        overflow: hidden;
    }
    .product-banner .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    /*	.opage1 .product-banner .bg{
		background: url(../images/img50.jpg) bottom right no-repeat;
		background-size: cover;
	}
	.opage2 .product-banner .bg{
		background: url(../images/img89.jpg) center no-repeat;
		background-size: cover;
	}
	.opage3 .product-banner .bg{
		background: url(../images/img109.jpg) center no-repeat;
		background-size: cover;
	}*/
    .product-banner .bg img {
        /*display: none;*/
        height: 100%;
    }
    .opage3 .part2 .img-box {
        padding: 0 8%;
        text-align: center;
    }
    .opage3 .part2 .switch-box .img {
        text-align: center;
        padding: 0 10%;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .product-banner .txt {}
    .product-banner .txt .box {
        width: 50%;
    }
    .product-banner .img {
        position: static !important;
        transform: none !important;
        float: right;
        width: 50%;
        padding: 15% 0 4%;
    }
    .title1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .title2 {
        font-size: 16px;
    }
    .title2 .sp {
        font-size: 15px;
    }
    /*5501*/
    .opage1 .part1 {
        padding: 60px 0px;
        min-height: 480px;
    }
    .opage1 .part2 {
        padding: 50px 0px 0px;
    }
    .opage1 .part2 .txt-box,
    .opage1 .part3 .txt-box,
    .opage1 .part4 .txt-box,
    .opage1 .part7 .txt-box {
        position: static;
        transform: none;
        width: 50%;
    }
    .opage1 .part2 .txt-box,
    .opage1 .part4 .txt-box,
    .opage1 .part7 .txt-box {
        float: right;
    }
    .opage1 .part3 .txt-box {
        float: left;
    }
    .opage1 .part2 .txt-box .con .icon-group ul li .t1 {
        font-size: 16px;
    }
    .opage1 .part3 {
        padding: 50px 0px 20px;
    }
    .opage1 .part3 .txt-box .con {
        margin-top: 40px;
    }
    .opage1 .part4 .txt-box .con {
        margin-top: 15%;
        padding-left: 10%;
        overflow: hidden;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .opage1 .part6 .txt-box {
        left: 50px;
    }
    .opage1 .part7 {
        padding: 50px 0px 0px;
    }
    .opage1 .part7 .img-box {
        width: 50%;
    }
    .opage1 .part7 .txt-box .con {
        width: 100%;
    }
    .opage1 .part4 .img-box .circle {
        top: 28%;
        right: 5%;
    }
    /*5502*/
    .opage2 .part1 {
        padding: 60px 0px;
        min-height: 480px;
    }
    .opage2 .part2 {
        padding: 50px 0px;
    }
    .opage2 .part2 .txt-box,
    .opage2 .part3 .txt-box {
        position: static;
        transform: none;
        float: right;
        width: 50%;
    }
    .opage2 .part2 .txt-box {
        float: right;
    }
    .opage2 .part3 .txt-box {
        float: left;
    }
    .opage2 .part3 .img-box {
        width: 50%;
    }
    .opage2 .part2 .txt-box {
        margin-top: 60px;
    }
    .opage2 .part3 .txt-box {
        margin-top: 200px;
    }
    .opage2 .part4 {
        padding-top: 60px;
    }
    .opage2 .part4 .img-box {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .opage2 .part6 {
        padding: 50px 0px;
        min-height: 560px;
    }
    .opage2 .part7 {
        padding: 60px 0px;
    }
    .opage2 .part7 .txt-box {
        position: static;
        transform: none;
        float: right;
        width: 60%;
        margin-top: 30px;
    }
    .title2 .sp {
        top: 0;
    }
    /*5806*/
    .opage3 .part1 {
        padding: 70px 0px 50px;
    }
    .opage3 .part2 {
        padding: 60px 0px;
    }
    .opage3 .part2 .box {
        margin-top: 50px
    }
    .opage3 .part2 .img-box img {
        max-width: 70%;
    }
    .opage3 .part2 .switch-box .img img {
        max-width: 70%;
    }
    .opage3 .part5 {
        padding: 60px 0px;
    }
    .opage3 .part6 {
        min-height: 1px;
        padding: 60px 0px 50px;
        overflow: hidden;
    }
    .opage3 .part6 .wd1 {
        position: static;
    }
    /*产品参数*/
    .parameters {
        padding: 50px 0px;
    }
    .parameters .box {
        margin-top: 35px;
    }
    .parameters ul {
        width: 47%;
        margin-right: 6%;
    }
    .parameters ul li .con {
        height: 70px;
    }
    .parameters ul li .t1 {
        width: 34%;
        font-size: 18px;
    }
    .parameters ul li .t2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    /*header*/
    .header .header-logo {
        line-height: 60px;
    }
    .header .header-logo img {
        max-height: 32px;
    }
    .header .menubtn {
        height: 60px;
    }
    .m-nav {
        top: 60px;
        height: -moz-calc(100vh - 60px);
        height: -webkit-calc(100vh - 60px);
        height: calc(100vh - 60px);
    }
    /*.m-nav .m-search{
		padding: 0 15px 0 50px;
	}
	.m-nav .m-search input{
		font-size: 15px;
	}*/
    .header .m-nav ul li>a,
    .one-level {
        font-size: 18px;
    }
    .submenu .submenu-li a {
        font-size: 15px;
    }
    .header .language {
        height: 60px;
        line-height: 60px;
    }
    .header .language:before {
        top: 45px;
    }
    .header .language .drop-down {
        top: 60px;
    }
    .header-other .search-icon {
        line-height: 60px;
    }
    /*banner*/
    .lunbotu .swiper-slide>a {
        background: none !important;
    }
    .lunbotu .swiper-slide .bgbox {
        display: block;
    }
    .lunbotu .swiper-slide .bgbox .aimg1 {
        display: none;
    }
    .lunbotu .swiper-slide .bgbox .aimg2 {
        display: block;
    }
    .lunbotu .swiper-slide .content {
        position: absolute;
        top: 10%;
        left: 0;
        /*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%);*/
    }
    .i-bannerzi .imgbox {
        display: none !important;
    }
    /*.lunbotu .swiper-slide>a.pro1{
		background-image: url(../images/img249.jpg);
	}
	.lunbotu .swiper-slide>a.pro2{
		background-image: url(../images/img250.jpg);
	}
	.lunbotu .swiper-slide>a.pro3{
		background-image: url(../images/img251.jpg);
	}*/
    .i-bannerzi {
        padding-top: 0;
    }
    .i-bannerzi .txtbox {
        width: 100%;
    }
    .pro3 .i-bannerzi .txtbox {
        width: 100%;
    }
    .i-bannerzi .txtbox .t1,
    .obanner .bannerzi .box .t1 {
        font-size: 28px;
    }
    .i-bannerzi .txtbox .t1 .sp {
        font-size: 32px;
    }
    .i-bannerzi .txtbox .t2 {
        font-size: 16px;
    }
    .icondiv {
        margin: 30px auto 40px;
    }
    .icondiv li {
        width: 20%;
        min-width: 100px;
    }
    .obanner .bannerzi .box .t1 {
        margin-bottom: 10px;
    }
    .obanner .bannerzi .box .t2 {
        font-size: 15px;
        color: #ffffff;
    }
    .pro1 .i-bannerzi .imgbox {
        margin-top: 10%;
    }
    .pro2 .i-bannerzi .imgbox {
        margin-top: 15%;
    }
    .pro3 .i-bannerzi .imgbox {
        margin-top: 15%;
    }
    /*标题*/
    .i-title .t1,
    .i-product .box .boxli .txtbox .text .t1 {
        font-size: 28px;
    }
    .i-title .t2,
    .i-product .box .boxli .txtbox .text .t2 {
        font-size: 15px;
    }
    /*首页*/
    /*产品中心*/
    .i-product {
        padding: 40px 0px 60px;
    }
    .i-product .content {
        margin-top: 30px;
    }
    .product-tab ul .txt {
        font-size: 18px;
    }
    .product-tab ul .txt .sp {
        font-size: 20px;
        margin-right: 10px;
    }
    .i-product .box {
        margin-top: 30px;
    }
    .i-product .box .boxli {
        padding: 45px 0px 15px;
    }
    .product-tab ul li.on .txt::after {
        height: 4px;
    }
    /*为什么选择我们*/
    .why {
        padding: 40px 0px 0px;
    }
    .why .box {
        margin-top: 20px;
    }
    .why .box .txtbox .t1 {
        font-size: 15px;
        line-height: 2;
    }
    .why .box .txtbox .t2 {
        margin-top: 20px;
    }
    .why .number {
        margin-top: 30px;
    }
    .why .number ul li {
        padding: 30px 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .why .number ul li .t1 {
        font-size: 40px;
    }
    .why .number ul li .t2 {
        font-size: 15px;
    }
    /*行业应用*/
    .industry .imgbox .txtbox .t1 {
        font-size: 18px;
    }
    .i-application .box {
        margin-top: 30px;
    }
    /*成功案例*/
    .i-cases {
        padding: 40px 0px;
    }
    .i-cases .box {
        margin-top: 20px;
    }
    .i-cases .box ul li {
        width: 33.33%;
    }
    .i-cases .box ul li a {
        line-height: 120px;
    }
    .i-cases .box ul li:nth-child(4)::before {
        border-top: #e5e5e5 solid 1px;
    }
    .i-cases .box ul li:nth-child(4n)::before {
        border-right: #e5e5e5 solid 1px;
    }
    .i-cases .box ul li:nth-child(3n)::before {
        border-right: none;
    }
    .i-cases .box ul li::after {
        width: 40px;
        height: 40px;
        right: -20px;
        top: -20px;
    }
    .i-cases .box ul li:nth-child(4n)::after {
        background: #f5f5f5;
    }
    .i-cases .box ul li:nth-child(3n)::after {
        background: no-repeat;
    }
    /*产品中心*/
    .product {
        padding: 40px 0px 60px;
    }
    .product .content {
        margin-top: 30px;
    }
    .product .content .left {
        padding: 20px 15px 0px;
        width: 100%;
    }
    .product .content .left .title .t1 {
        font-size: 18px;
    }
    .product .content .left .title .icon {
        background: url(../images/img163.png) center right 15px no-repeat;
        background-size: 15px 16px;
    }
    .product .content .left .box {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    .product .content .left ul {
        margin-top: 10px;
    }
    .product .content .right,
    .custom .customdiv {
        width: 100%;
        margin-top: 4%;
    }
    .product .content .right>ul,
    .custom .customdiv ul {
        margin-bottom: 30px;
    }
    .product .content .right ul li .above {
        padding: 20px 0px;
    }
    .product .content .right ul li .above .txtbox .t1 {
        font-size: 16px;
    }
    .product .content .right ul li .above .txtbox .t2 {
        font-size: 15px;
    }
    .product .content .right ul li .below {
        display: none;
    }
    /*.product .content .right ul li .below .box{
		padding: 20px;
	}
	.product .content .right ul li .below ul{
		margin-top: 15px;
	}
	.product .content .right ul li .below ul li{
		font-size: 14px;
	}*/
    /*定制支持*/
    .custom .customdiv ul li .tit .t1 {
        font-size: 16px;
    }
    .custom .customdiv ul li .t3 {
        font-size: 15px;
        margin: 20px auto;
        -webkit-line-clamp: 8;
    }
    /*行业应用*/
    .application {
        padding: 40px 0px;
    }
    .application ul {
        margin-bottom: 40px;
    }
    .application ul li {
        margin-bottom: 3%;
    }
    .application ul li .txtbox {
        padding-top: 0;
        padding-left: 2%;
    }
    .application ul li .txtbox .t1 {
        font-size: 18px;
    }
    .application ul li .txtbox .t2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .application ul li .txtbox .t3 {
        font-size: 14px;
    }
    /*服务与支持*/
    .s-title .t1 {
        font-size: 26px;
    }
    .s-title .t2 {
        font-size: 16px;
        margin-top: 10px;
    }
    .after-sale-service {
        padding: 40px 0px;
    }
    .after-sale-service .box {
        margin-top: 30px;
    }
    .after-sale-service .box ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .after-sale-service .box ul li:nth-child(3n) {
        margin-right: 4%;
    }
    .after-sale-service .box ul li:nth-child(2n) {
        margin-right: 0;
    }
    .after-sale-service .box ul li .txtbox .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-bottom: 15px;
    }
    .after-sale-service .box ul li .txtbox .icon img {
        width: 50px;
        height: 50px;
    }
    .after-sale-service .box ul li .txt {
        font-size: 15px;
        height: 51px;
    }
    /*常见问题*/
    .o-problem {
        padding: 40px 0px;
    }
    .o-problem .box {
        margin-top: 30px;
    }
    .o-problem .morelink {
        margin-top: 20px;
    }
    .o-problem .box .txtbox ul li .t1 {
        font-size: 15px;
    }
    .o-problem .box .txtbox ul li.on .t1,
    .o-problem .box .txtbox ul li:hover .t1 {
        font-size: 16px;
    }
    .o-problem .box .txtbox ul li .t2 {
        font-size: 14px;
    }
    /*下载中心*/
    .download {
        padding: 40px 0px;
    }
    .download .content {
        margin-top: 30px;
    }
    .download .screen {
        margin-top: 20px;
    }
    .download .screen .screen-li {
        width: 35%;
    }
    .download .screen .screen-li select {
        font-size: 15px;
    }
    .download .content table th {
        font-size: 16px;
        height: 50px;
    }
    .download .content table td {
        font-size: 16px;
    }
    .download .content table tr .loadlink img {
        width: 20px;
        height: 20px;
    }
    /*新闻中心*/
    .news {
        padding: 40px 0px;
    }
    .new-tab ul li {
        width: auto;
        min-width: 120px;
    }
    .new-tab ul li.on .point,
    .new-tab ul li:hover .point {
        /*background-size: 100% auto;*/
    }
    .newbox ul {
        margin-bottom: 40px;
    }
    .newbox ul li {
        width: 50%;
        padding: 4%;
    }
    .newbox ul li:nth-child(3n)::before {
        border-right: #e5e5e5 solid 1px;
    }
    .newbox ul li:nth-child(2n)::before {
        border-right: none;
    }
    .newbox ul li .time {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .newbox ul li .time .date {
        font-size: 30px;
    }
    .newbox ul li .txtbox .t1 {
        font-size: 16px;
    }
    .newbox ul li .txtbox .t2 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    /*新闻详情*/
    .new-details {
        padding: 40px 0px;
    }
    .new-details .box .left {
        width: 100%;
    }
    .new-details .box .left .title {
        padding-bottom: 20px;
    }
    .new-details .box .left .title .t1 {
        font-size: 24px;
    }
    .new-details .box .left .title .t2 {
        font-size: 14px;
    }
    .new-details .box .left .title .t2 .sp {
        margin-right: 30px;
    }
    .new-details .box .left .txtbox {
        font-size: 14px;
    }
    .prevnext .prev {
        width: 100%;
        margin-bottom: 12px;
    }
    .prevnext .prev,
    .prevnext .next {
        width: 100%;
        text-align: left;
    }
    .new-details .box .right {
        width: 100%;
        margin-top: 30px;
    }
    .more-recommend ul li {
        float: left;
        width: 48%;
        margin-right: 4%;
    }
    .more-recommend ul li:nth-child(2n) {
        margin-right: 0;
    }
    /*案例中心*/
    .cases {
        padding: 40px 0px 50px;
    }
    .cases .content>.title {
        margin-bottom: 30px;
    }
    .cases .title .t1 {
        font-size: 28px;
    }
    .cases .title .t2 {
        font-size: 16px;
    }
    .cases .navside {
        float: none;
        width: 100%;
        box-shadow: none;
        border: #e5e5e5 solid 1px;
        overflow: hidden;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .cases .navside .title {
        margin-top: 20px;
        padding: 0px 20px;
    }
    .cases .navside .title .t1 {
        display: inline-block;
        font-size: 20px;
    }
    .cases .navside .title .t2 {
        display: inline-block;
    }
    .cases .navside ul {
        margin-top: 5px;
        padding-bottom: 0;
    }
    .cases .navside ul li {
        padding: 0 20px;
        line-height: 50px;
        border-bottom: #e5e5e5 solid 1px;
    }
    .cases .navside ul li:last-child {
        border-bottom: none;
    }
    .cases .navside ul li:hover i,
    .cases .navside ul li.on i {
        display: none;
    }
    .cases .navside ul li.on,
    .cases .navside ul li:hover {
        background-color: #ffb62b;
    }
    .cases .case-box {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .cases .case-box ul {
        margin-bottom: 20px;
    }
    .cases .case-box ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .cases .case-box ul li:nth-child(3n) {
        margin-right: 4%;
    }
    .cases .case-box ul li:nth-child(2n) {
        margin-right: 0;
    }
    .cases .case-box ul li .txtbox .t2 {
        font-size: 16px;
    }
    .cases .case-box ul li .txtbox .see {
        margin-top: 10px;
    }
    /*常见问题*/
    .common-problem {
        padding-bottom: 40px;
    }
    .common-problem .search-box {
        padding: 40px 0px;
    }
    .problem-search .inputdiv input,
    .problem-search .inputbtn input {
        font-size: 15px;
    }
    .common-problem .content ul {
        margin: 25px auto 30px;
    }
    /*联系我们*/
    .contact-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .o-contact .txtbox {
        position: static;
        transform: none;
        padding-top: 40px;
    }
    .o-contact .txtbox ul li .t1 {
        font-size: 15px;
    }
    .o-contact .contact-title,
    .o-contact ul {
        width: 100%;
    }
    .o-contact .imgbox {
        width: 100%;
        margin-top: 20px;
    }
    .feekback {
        padding: 40px 0px 60px;
    }
    .feekback .box .content {
        margin-top: 25px;
    }
    .feekback .box .content .content-li {
        margin-bottom: 40px;
    }
    .feekback .box .content .content-li .input-li {
        width: 46%;
        margin-right: 8%;
        margin-bottom: 15px;
    }
    .feekback .box .content .content-li .re-input {
        font-size: 15px;
        height: 50px;
        line-height: 50px;
    }
    /*关于我们*/
    .about .about-mian .about-left .name,
    .culture .right .tit,
    .honor .title {
        font-size: 24px;
    }
    .about-con {
        padding-left: 3%;
        padding-right: 3%;
        width: 100%;
    }
    .about .about-mian {
        padding: 40px 0px;
    }
    .about .about-mian .about-left .name-p {
        font-size: 14px;
    }
    .about .about-mian .about-li {
        margin-top: 20px;
    }
    .about .about-mian .about-li li .t1 {
        font-size: 32px;
    }
    .aboutbanner {
        width: 100%;
        padding-left: 0;
    }
    .bgimg {
        display: none;
    }
    .about .about-mian .about-li li {
        text-align: center;
    }
    .about .about-mian .about-li li::before {
        right: 0;
    }
    /*企业文化*/
    .culture {
        padding: 40px 0px 20px;
        background: url(../images/img226.jpg) bottom center no-repeat;
        background-size: cover;
    }
    .culture .right .tit {
        margin-bottom: 15px;
    }
    .culture .right {
        width: 100%;
    }
    .culture .right .txtbox {
        padding: 25px 0px;
    }
    .culture .right .content .tab_title span {
        font-size: 16px;
        line-height: 50px;
        min-width: 170px;
    }
    .culture .right .content .tab_title span.on {
        font-size: 18px;
    }
    .culture .right .content .tab_content {
        font-size: 14px;
        padding: 20px 0px;
    }
    /*荣誉资质*/
    .honor {
        padding: 50px 0px;
    }
    .honor .title {
        margin-bottom: 15px;
    }
    .honor .left {
        width: 100%;
    }
    .honor .txtbox {
        font-size: 14px;
    }
    .honor .tab_title {
        margin-top: 30px;
    }
    .honor .tab_title li {
        display: inline-block;
        margin-right: 6%;
    }
    .honor .right {
        width: 100%;
        margin-top: 30px;
    }
    .honor .right .tab_content ul li .txt {
        font-size: 15px;
    }
    /*5501,5502,5806*/
    .opage2 .product-banner .txt h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .opage1 .product-banner .txt h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .opage3 .product-banner .txt h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .product-banner .txt .t1 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .product-banner .txt .t2 {
        font-size: 16px;
    }
    .title1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .title2 {
        font-size: 15px;
    }
    .title2 .sp {
        font-size: 14px;
    }
    /*5501*/
    .opage1 .part1 {
        padding: 50px 0px;
        min-height: 400px;
    }
    .opage1 .part2 {
        padding: 40px 0px 0px;
    }
    .opage1 .part2 .txt-box .con .icon-group ul li .t1 {
        font-size: 16px;
    }
    .opage1 .part3 {
        padding: 50px 0px 20px;
    }
    .opage1 .part3 .txt-box .con {
        margin-top: 30px;
    }
    .opage1 .part7 {
        padding: 40px 0px 0px;
    }
    .opage1 .part4 .img-box .circle {
        top: 20%;
        right: 18%;
    }
    /*5502*/
    .opage2 .part1 {
        padding: 50px 0px;
        min-height: 360px;
    }
    .opage2 .part2 {
        padding: 40px 0px;
    }
    .opage2 .part3 {
        padding-top: 40px;
    }
    .opage2 .part4 {
        padding: 40px 0px 0px;
    }
    .opage2 .part6 {
        padding: 40px 0px;
        min-height: 420px;
    }
    .opage2 .part6 .txt-box .con {
        padding-left: 40px;
    }
    .opage2 .part7 {
        padding: 50px 0px;
    }
    .opage2 .part7 .txt-box .con ul li {
        margin-bottom: 30px;
    }
    .opage2 .part8 {
        padding-top: 40px;
    }
    /*5806*/
    .opage3 .part1 {
        padding: 60px 0px 40px;
    }
    .opage3 .part2 {
        padding: 50px 0px;
    }
    .opage3 .part2 .box {
        margin-top: 40px
    }
    .opage3 .part2 .img-box img {
        max-width: 60%;
    }
    /*.opage3 .part2 .img-box, */
    .opage3 .part2 .switch-box .img {
        line-height: 300px;
    }
    .opage3 .part2 .switch-box .img img {
        max-width: 60%;
    }
    .opage3 .part3 .txt-box .con ul {
        margin-top: 30px;
    }
    .opage3 .part5 {
        padding: 50px 0px;
    }
    .opage3 .part5 .img-box {
        margin-top: 40px;
    }
    .opage3 .part6 {
        min-height: 1px;
        padding: 50px 0px 40px;
        overflow: hidden;
    }
    .opage3 .part3 .txt-box .con ul li .icon img {
        width: 35px;
    }
    .opage3 .part3 .txt-box .con ul li .t1 {
        font-size: 15px;
    }
    /*产品参数*/
    .parameters {
        padding: 40px 0px;
    }
    .parameters .box {
        margin-top: 25px;
    }
    .parameters ul {
        width: 100%;
        margin-right: 0;
        /*margin-bottom: 6%;*/
    }
    .parameters ul li .con {
        height: 60px;
    }
    .parameters ul li .t1 {
        font-size: 16px;
    }
    .parameters ul li .t2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    /*行业应用*/
    .industry .imgbox .txtbox .t2,
    .industry .imgbox .txtbox .line {
        display: none;
    }
    .industry .imgbox .txtbox {
        top: 50%;
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .industry .imgbox:hover .txtbox {
        top: 50%;
    }
    .industry .imgbox .mask {
        opacity: 1;
    }
    .industry {
        padding-bottom: 60px;
    }
    .industry .swiper-scrollbar-drag::before {
        background-size: 32px 23px;
    }
    .opage1 .part4 .img-box .img::before {
        content: '';
        position: absolute;
        right: 4%;
        top: 4%;
        width: 44.1%;
        height: 100%;
        background: url(../images/img234.png) center no-repeat;
        background-size: 100% auto;
    }
    .opage1 .part4 .img-box .circle ul li {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    /*header*/
    .header .header-logo img {
        max-height: 28px;
    }
    .header .m-nav ul li>a,
    .one-level {
        font-size: 16px;
    }
    .submenu .submenu-li a {
        font-size: 14px;
    }
    /*.m-nav .m-search input{
		height: 40px;
		line-height: 40px;
	}*/
    .header-other .search-icon img {
        width: 20px;
        height: 17px;
    }
    .header .language {
        padding-left: 12px;
    }
    .header .language .top {
        font-size: 16px;
    }
    .search-form {
        width: 90%;
    }
    .search-close {
        right: 10px;
    }
    .header .menubtn,
    .header.headerbg .menubtn,
    .header.headerbg .menubtn.on,
    .header .menubtn.on {
        -moz-background-size: 30px 30px;
        -webkit-background-size: 30px 30px;
        background-size: 30px 30px;
    }
    /*banner*/
    /*.i-bannerzi{
		padding-top: 18%;
	}*/
    .lunbotu .swiper-slide .content {
        top: 12%;
    }
    .i-bannerzi .txtbox,
    .i-bannerzi .imgbox {
        width: 100%;
    }
    .i-bannerzi .txtbox {
        position: relative;
        z-index: 2;
        margin-bottom: 5%;
        width: 100%;
    }
    .pro3 .i-bannerzi .txtbox {
        width: 100%;
    }
    .i-bannerzi .txtbox .t1,
    .obanner .bannerzi .box .t1 {
        font-size: 24px;
    }
    .i-bannerzi .txtbox .t1 .sp {
        display: inline-block;
        font-size: 28px;
    }
    .i-bannerzi .txtbox .t2 {
        font-size: 15px;
    }
    .icondiv {
        margin: 25px auto 15px;
    }
    .icondiv li {
        width: 25%;
        min-width: 1px;
        max-width: 25%;
        margin-right: 0;
        margin-bottom: 3%;
    }
    .icondiv li .txt {
        line-height: 1.6;
        min-height: 68px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .i-bannerzi .imgbox {
        text-align: right;
    }
    .pro1 .i-bannerzi .imgbox {
        width: 100%;
        margin-top: -30%;
    }
    .pro2 .i-bannerzi .imgbox {
        width: 100%;
        margin-top: -20%;
        padding-bottom: 5%;
    }
    .pro3 .i-bannerzi .imgbox {
        width: 100%;
        margin-top: -30%;
    }
    .i-bannerzi .imgbox img {
        max-width: 60%;
    }
    /*标题*/
    .i-title .t1,
    .i-product .box .boxli .txtbox .text .t1 {
        font-size: 24px;
    }
    .i-title .t2,
    .i-product .box .boxli .txtbox .text .t2 {
        font-size: 14px;
    }
    /*首页*/
    /*产品中心*/
    .i-product {
        padding: 30px 0px 40px;
    }
    .i-product .content {
        margin-top: 20px;
    }
    .product-tab ul .txt {
        font-size: 16px;
        padding: 0px 10px;
    }
    .product-tab ul .txt .sp {
        font-size: 18px;
    }
    .i-product .box {
        margin-top: 20px;
    }
    .i-product .box .boxli {
        padding: 30px 0px 15px;
    }
    .product-tab ul li.on .txt::after {
        height: 3px;
    }
    /*为什么选择我们*/
    .why {
        padding: 30px 0px 0px;
    }
    .why .box {
        margin-top: 15px;
    }
    .why .box .txtbox .t1 {
        font-size: 14px;
    }
    .why .box .txtbox .t2 {
        margin-top: 20px;
    }
    .why .number ul li {
        padding: 20px 10px;
    }
    .why .number ul li .t1 {
        font-size: 30px;
    }
    .why .number ul li .t2 {
        font-size: 14px;
    }
    /*成功案例*/
    .i-cases {
        padding: 30px 0px;
    }
    .i-cases .box {
        margin-top: 15px;
    }
    .i-cases .box ul li {
        width: 50%;
    }
    .i-cases .box ul li a {
        line-height: 100px;
    }
    .i-cases .box ul li:nth-child(3)::before {
        border-top: #e5e5e5 solid 1px;
    }
    .i-cases .box ul li:nth-child(3n)::before {
        border-right: #e5e5e5 solid 1px;
    }
    .i-cases .box ul li:nth-child(2n)::before {
        border-right: none;
    }
    .i-cases .box ul li::after {
        width: 36px;
        height: 36px;
        right: -18px;
        top: -18px;
    }
    .i-cases .box ul li:nth-child(3n)::after {
        background: #f5f5f5;
    }
    .i-cases .box ul li:nth-child(2n)::after {
        background: no-repeat;
    }
    .i-cases .box ul li a img {
        max-width: 80%;
    }
    /*产品中心*/
    .product {
        padding: 30px 0px 50px;
    }
    .product-search {
        height: 48px;
        line-height: 46px;
    }
    .product-search .inputbtn,
    .product-search .inputbtn input {
        height: 46px;
    }
    /*.product .content{
		margin-top: 20px;
	}*/
    .product .content .left .title .t1 {
        font-size: 16px;
    }
    .product .content .left .box {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .product .content .left ul {
        margin-top: 6px;
    }
    .product .content .right>ul,
    .custom .customdiv ul {
        margin-bottom: 20px;
    }
    .product .content .right ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6%;
    }
    .product .content .right ul li .above {
        padding: 20px 0px;
    }
    .product .content .right ul li .above .txtbox .t1 {
        font-size: 16px;
    }
    .product .content .right ul li .above .txtbox .t2 {
        font-size: 15px;
    }
    /*.product .content .right ul li .below .box{
		padding: 20px;
	}
	.product .content .right ul li .below ul{
		margin-top: 15px;
	}
	.product .content .right ul li .below ul li{
		font-size: 14px;
	}
	.product .content .right ul li .below .t1{
		font-size: 20px;
	}
	.product .content .right ul li .below .t2{
		font-size: 15px;
	}*/
    /*定制支持*/
    .custom .customdiv ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6%;
        padding: 30px 25px 20px;
    }
    .custom .customdiv ul li .tit {
        max-width: 100%;
        padding: 15px 0px;
    }
    .custom .customdiv ul li .tit .t1 {
        margin-bottom: 5px;
    }
    .custom .customdiv ul li .t3 {
        max-width: 100%;
        margin: 25px auto;
    }
    /*分页*/
    .pagebox a {
        min-width: 32px;
        height: 32px;
        line-height: 32px;
    }
    /*行业应用*/
    .application {
        padding: 30px 0px;
    }
    .application ul {
        margin-bottom: 30px;
    }
    .application ul li {
        margin-bottom: 5%;
    }
    .application ul li .imgbox {
        float: none;
        width: 100%;
    }
    .application ul li .txtbox {
        position: static;
        width: 100%;
        padding-left: 0;
        margin-top: 0;
        padding: 5% 4% 6%;
    }
    .application ul li .txtbox .t1 {
        font-size: 16px;
    }
    .application ul li .txtbox .t2 {
        font-size: 16px;
    }
    .application ul li .line {
        display: none;
    }
    .i-application .box {
        margin-top: 20px;
    }
    /*服务与支持*/
    .s-title .t1 {
        font-size: 22px;
    }
    .s-title .t2 {
        font-size: 15px;
        margin-top: 10px;
    }
    .after-sale-service {
        padding: 30px 0px 0px;
    }
    .after-sale-service .box {
        margin-top: 20px;
    }
    .after-sale-service .box ul li {
        width: 100%;
        margin-right: 0;
        padding-bottom: 6%;
    }
    .after-sale-service .box ul li .txtbox .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-bottom: 15px;
    }
    .after-sale-service .box ul li .txtbox .icon img {
        width: 50px;
        height: 50px;
    }
    .after-sale-service .box ul li .txt {
        font-size: 15px;
        height: 51px;
    }
    /*常见问题*/
    .o-problem {
        position: relative;
        padding: 30px 0px;
    }
    .o-problem .box {
        margin-top: 20px;
    }
    .o-problem .imgbox {
        bottom: 0;
        top: 0;
        width: 100%;
        opacity: 0.4;
    }
    .o-problem .imgbox img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .o-problem .box .txtbox {
        width: 100%;
    }
    .o-problem .box .txtbox ul li .t2 {
        color: #333333;
        padding-bottom: 5px;
    }
    /*下载中心*/
    .download {
        padding: 30px 0px;
    }
    .download .content {
        margin-top: 20px;
    }
    .download .screen {
        margin-top: 15px;
    }
    /*.download .screen .screen-li{
		width: 45%;
		margin-right: 6%;
	}*/
    .download .screen .screen-li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .download .screen .screen-li select {
        font-size: 14px;
    }
    .download .content table th {
        height: 45px;
    }
    .download .content table td {
        padding: 10px;
        font-size: 15px;
    }
    .download .content table tr .loadlink img {
        width: 20px;
        height: 20px;
    }
    /*新闻中心*/
    .news {
        padding: 30px 0px;
    }
    .new-tab ul li .point {
        margin-bottom: 5px;
    }
    .new-tab ul li .txt {
        font-size: 16px;
    }
    .newbox ul {
        margin-bottom: 30px;
    }
    .newbox ul li {
        width: 100%;
        padding: 6%;
    }
    .newbox ul li::before {
        border-right: none !important;
    }
    /*新闻详情*/
    .new-details {
        padding: 30px 0px;
    }
    .new-details .box .left .title {
        padding-bottom: 15px;
    }
    .new-details .box .left .title .t1 {
        font-size: 20px;
    }
    .new-details .box .left .title .t2 .sp {
        margin-right: 20px;
    }
    .prevnext .prev {
        margin-bottom: 10px;
    }
    .new-details .box .right {
        width: 100%;
    }
    .new-details .box .right .title {
        padding-bottom: 10px;
    }
    .more-recommend ul li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
    }
    .more-recommend ul li .txtbox .t2 {
        font-size: 16px;
    }
    .more-recommend ul li .txtbox .t3 {
        font-size: 14px;
    }
    /*案例中心*/
    .cases {
        padding: 30px 0px 40px;
    }
    .cases .content>.title {
        margin-bottom: 20px;
    }
    .cases .title .t1 {
        font-size: 24px;
    }
    .cases .title .t2 {
        font-size: 15px;
    }
    .cases .navside .title {
        margin-top: 15px;
    }
    .cases .navside .title .t1 {
        display: inline-block;
        font-size: 18px;
        margin-right: 5px;
    }
    .cases .navside ul {
        margin-top: 0px;
    }
    .cases .navside ul li {
        line-height: 45px;
    }
    .cases .case-box ul {
        margin-bottom: 10px;
    }
    .cases .case-box ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6%;
    }
    .cases .case-box ul li .txtbox .t2 {
        font-size: 15px;
    }
    /*常见问题*/
    .common-problem {
        padding-bottom: 30px;
    }
    .common-problem .search-box {
        padding: 30px 0px;
    }
    .problem-search .inputdiv {
        width: 80%;
        padding: 0 20px;
    }
    .problem-search .inputdiv input {
        height: 40px;
        line-height: 40px;
    }
    .problem-search .inputbtn {
        width: 20%;
        height: 42px;
    }
    .problem-search .inputbtn input {
        height: 42px;
        line-height: 42px;
    }
    .problem-search .inputdiv input,
    .problem-search .inputbtn input {
        font-size: 14px;
    }
    .common-problem .content ul {
        margin: 20px auto 30px;
    }
    .common-problem .content .title .t1 {
        font-size: 18px;
    }
    .common-problem .content ul li {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .common-problem .content ul li .t1 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .common-problem .content ul li .t2 {
        font-size: 14px;
    }
    /*联系我们*/
    .contact-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .o-contact .txtbox {
        padding-top: 30px;
    }
    .o-contact .txtbox ul li .t1 {
        font-size: 14px;
    }
    .feekback {
        padding: 30px 0px 50px;
    }
    .feekback .box .content {
        margin-top: 15px;
    }
    .feekback .box .content .content-li {
        margin-bottom: 30px;
    }
    .feekback .box .content .content-li .input-li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .feekback .box .content .content-li .re-input {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .subdiv {
        text-align: center;
    }
    .sub {
        float: none;
        display: inline-block;
        width: 120px;
    }
    .sub-btn {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }
    /*关于我们*/
    .about .about-mian .about-left .name,
    .culture .right .tit,
    .honor .title {
        font-size: 20px;
    }
    .about .about-mian {
        padding: 30px 0px;
    }
    .about .about-mian .about-left .name-p {
        margin-top: 15px;
    }
    .about .about-mian .about-li li .t1 {
        font-size: 28px;
    }
    .about .about-mian .about-li li .t1 .tit {
        font-size: 15px;
    }
    .about .about-mian .about-li li .t2 {
        font-size: 15px;
    }
    /*企业文化*/
    .culture {
        padding: 30px 0px 20px;
    }
    .culture .right .tit {
        margin-bottom: 10px;
    }
    .culture .right .txtbox {
        padding: 20px 0px;
    }
    .culture .right .content .tab_title span {
        font-size: 15px;
        line-height: 40px;
        min-width: 140px;
    }
    .culture .right .content .tab_title span.on {
        font-size: 16px;
    }
    .culture .right .content .tab_content {
        padding: 15px 0px;
    }
    /*荣誉资质*/
    .honor {
        padding: 40px 0px;
    }
    .honor .title {
        margin-bottom: 10px;
    }
    .honor .tab_title {
        margin-top: 20px;
        text-align: center;
    }
    .honor .tab_title li {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .honor .right {
        margin-top: 20px;
    }
    .honor .right .tab_content ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .honor .right .tab_content ul li .txt {
        font-size: 14px;
    }
    /*5501,5502,5806*/
    .opage1 .product-banner .txt h1 {
        font-size: 28px;
    }
    .opage2 .product-banner .txt h1 {
        font-size: 28px;
    }
    .opage3 .product-banner .txt h1 {
        font-size: 28px;
    }
    .product-banner .txt .t1 {
        font-size: 24px;
    }
    .product-banner .txt .t2 {
        font-size: 15px;
    }
    .product-banner .img {
        padding: 10% 0 5%;
        width: 100%;
    }
    .opage1 .product-banner .img,
    .opage2 .product-banner .img,
    .opage3 .product-banner .img {
        width: 100%;
    }
    .product-banner .txt {
        left: auto;
        right: 0;
        top: auto;
        bottom: 15%;
        transform: none;
        z-index: 10;
        /*top: 50%;
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);*/
    }
    .product-banner .txt .box {
        float: right;
        display: inline-block;
        width: auto;
    }
    .title1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .title1.mbot15 {
        margin-bottom: 10px;
    }
    .title2 {
        font-size: 14px;
    }
    /*5501*/
    .opage1 .part1 {
        padding: 40px 0px;
        min-height: 360px;
    }
    .opage1 .part2 {
        padding: 40px 0px 0px;
    }
    .opage1 .part2 .txt-box {
        position: relative;
        z-index: 10;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        float: left;
        width: 100%;
    }
    .opage1 .part2 .img-box {
        /*float: right;
		width: 50%;
		margin-top: -30%;*/
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .opage1 .part2 .img-box img {
        max-width: 90%;
    }
    .opage1 .part3 {
        padding: 30px 0px 20px;
    }
    .opage1 .part3 .txt-box {
        width: 100%;
        text-align: center;
    }
    .opage1 .part3 .txt-box .con {
        display: block;
        width: 100%;
        margin-top: 0;
    }
    .opage1 .part3 .img-box {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
    .opage1 .part3 .img-box img {
        max-width: 90%;
    }
    .opage1 .part4 {
        padding: 30px 0px 0px;
    }
    .opage1 .part4 .img-box {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    .opage1 .part4 .img-box img {
        max-width: 70%;
    }
    .opage1 .part4 .img-box .img::before {
        right: 11%;
    }
    .opage1 .part4 .txt-box {
        width: 100%;
        text-align: center;
    }
    .opage1 .part4 .txt-box .con {
        padding-left: 0;
        margin-top: 0;
    }
    .opage1 .part5 .img-box img {
        margin-bottom: 40px;
    }
    .opage1 .part6 .txt-box {
        left: 30px;
    }
    .opage1 .part7 {
        padding: 30px 0px 0px;
    }
    .opage1 .part7 .txt-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .opage1 .part7 .img-box {
        /*position: absolute;
		left: 0;
		bottom: 0;*/
        float: none;
        width: 100%;
        text-align: center;
    }
    /*5502*/
    .opage2 .part1 {
        padding: 40px 0px;
        min-height: 300px;
        background-size: cover;
    }
    .opage2 .part2 .txt-box {
        float: none;
        margin-top: 0;
        width: 100%;
        text-align: center;
    }
    .opage2 .part2 .txt-box .con {
        text-align: center;
    }
    .opage2 .part2 .img-box {
        width: 80%;
        margin: 20px auto 0px;
    }
    .opage2 .part3 {
        padding-top: 30px;
    }
    .opage2 .part3 .txt-box {
        margin-top: 0;
        width: 100%;
        text-align: center;
    }
    .opage2 .part3 .txt-box .con {
        text-align: center;
    }
    .opage2 .part3 .img-box {
        float: none;
        width: 80%;
        padding-top: 20px;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }
    .opage2 .part4 {
        padding-top: 30px;
    }
    .opage2 .part5 {
        padding: 35px 0px;
    }
    .opage2 .part5 .txt-box {
        position: static;
        transform: none;
        text-align: center;
        width: 100%;
    }
    .opage2 .part5 .img-box {
        float: none;
        width: 80%;
        margin: 20px auto 0px;
        text-align: center;
    }
    .opage2 .part6 {
        padding: 30px 0px;
        min-height: 320px;
    }
    .opage2 .part7 {
        padding: 30px 0px;
    }
    .opage2 .part7 .img-box {
        /*position: absolute;
		right: 0;
		bottom: 0;*/
        float: none;
        width: 60%;
        margin: 0 auto 30px;
        text-align: center;
    }
    .opage2 .part7 .txt-box {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .opage2 .part7 .txt-box .con {
        overflow: hidden;
        padding: 0 4%;
    }
    .opage2 .part7 .txt-box .con ul li {
        width: 48% !important;
        margin-right: 4%;
        margin-bottom: 6%;
    }
    .opage2 .part7 .txt-box .con ul li:nth-child(2n) {
        margin-right: 0;
    }
    .opage2 .part8 .txt-box {
        position: static;
        transform: none;
        width: 100%;
        text-align: center;
    }
    .opage2 .part8 .txt-box .con {
        text-align: center;
        margin-bottom: 30px;
    }
    .opage2 .part8 .img-box {
        float: none;
        width: 100%;
        text-align: right;
    }
    .opage2 .part8 .img-box img {
        max-width: 90%;
    }
    /*5806*/
    .opage3 .part1 {
        padding: 30px 0px;
    }
    .opage3 .part1 .txt-box {
        position: static;
        transform: none;
        width: 100%;
        padding: 0 3%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .opage3 .part1 .txt-box .con {
        padding-left: 0;
    }
    .opage3 .part1 .txt-box .tu img {
        max-width: 80%;
    }
    .opage3 .part1 .img-box {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .opage3 .part2 {
        padding: 40px 0px;
    }
    /*.opage3 .part2 .img-box, */
    .opage3 .part2 .switch-box .img {
        line-height: 125px;
    }
    .opage3 .part2 .content .icon img {
        width: 40px;
    }
    /*.opage3 .part2 .img-box img{
		max-width: 50%;
	}
	.opage3 .part2 .switch-box .img img{
		max-width: 50%;
	}*/
    .opage3 .part2 .box {
        margin-top: 25px;
    }
    .opage3 .part2 .swiper-button-next,
    .opage3 .part2 .swiper-button-prev {
        width: 35px;
        height: 35px;
        margin-top: -18px;
        -moz-background-size: 35px 35px;
        -webkit-background-size: 35px 35px;
        background-size: 35px 35px;
    }
    .opage3 .part2 .device-tab {
        margin-top: 20px;
    }
    .opage3 .part2 .device-tab ul li {
        font-size: 16px;
        margin-left: 0px;
        margin-right: 20px;
        line-height: 32px;
        height: 32px;
    }
    .opage3 .part2 .device-tab ul li.on {
        font-size: 18px;
    }
    .opage3 .part3 {
        padding: 0px 0px 30px;
    }
    .opage3 .part3 .img-box {
        /*position: absolute;
		top: 0;
		right: 0;*/
        width: 100%;
        margin-bottom: 20px;
    }
    .opage3 .part3 .txt-box {
        position: static;
        transform: none;
        float: left;
        width: 100%;
    }
    .opage3 .part3 .txt-box .con {
        width: 100%;
    }
    .opage3 .part3 .txt-box .con ul {
        margin-top: 20px;
    }
    .opage3 .part3 .txt-box .con ul li {
        margin-right: 20px;
    }
    .opage3 .part3 .txt-box .con ul li .icon img {
        width: 28px;
    }
    .opage3 .part3 .txt-box .con ul li .t1 {
        font-size: 14px;
    }
    .opage3 .part4 {
        padding: 30px 0px;
    }
    .opage3 .part4 .txt-box {
        position: static;
        transform: none;
        margin-bottom: 20px;
    }
    .opage3 .part4 .img-box {
        float: none;
        width: 100%;
        text-align: center;
    }
    .opage3 .part4 .img-box img {
        max-width: 90%;
    }
    .opage3 .part4 .txt-img {
        width: 60%;
    }
    .opage3 .part4 .txt-box .con {
        float: none;
        width: 90%;
        margin: auto;
    }
    .opage3 .part5 {
        padding: 40px 0px;
    }
    .opage3 .part5 .img-box {
        margin-top: 30px;
    }
    .opage3 .part5 .img-box img {
        max-width: 90%;
    }
    .opage3 .part6 {
        padding: 30px 0px;
    }
    .opage3 .part6 .txt-box {
        width: 100%;
    }
    .opage3 .part6 .txt-box .con {
        padding-top: 0;
    }
    .opage3 .part6 .img-box {
        width: 100%;
        text-align: right;
        margin-top: 20px;
    }
    .opage3 .part6 .img-box img {
        max-width: 80%;
    }
    /*.opage3 .part4 .txt-box{
		position: static;
		transform: none;
		float: right;
		width: 70%;
		padding-bottom: 60px;
	}
	.opage3 .part4 .txt-box .con{
		width: 100%;
	}
	.opage3 .part4 .img-box{
		position: absolute;
		left: 0;
		bottom: 0;
	}*/
    /*产品参数*/
    .parameters {
        padding: 30px 0px;
    }
    .parameters .box {
        margin-top: 15px;
    }
    .parameters ul li .t1 {
        font-size: 15px;
    }
    .parameters ul li .t2 {
        font-size: 14px;
    }
}

@media screen and (max-width: 414px) {
    /*banner*/
    /*.i-bannerzi{
		padding-top: 22%;
	}*/
    /*标题*/
    .i-title .t1,
    .i-product .box .boxli .txtbox .text .t1 {
        font-size: 20px;
    }
    .product-tab ul .icon {
        width: 40px;
        margin-right: 0px;
        background-size: 16px 16px;
    }
    .product-tab ul li.on .icon {
        background-size: 28px 26px;
    }
    .more .cont,
    .more a,
    .o-problem .morelink a,
    .newbox ul li .txtbox .t3 {
        min-width: 110px;
        height: 40px;
        line-height: 40px;
    }
    .newbox ul li .txtbox .t3 {
        width: 110px;
    }
    /*为什么选择我们*/
    .why .box {
        margin-top: 10px;
    }
    .why .box .txtbox .t2 {
        margin-top: 15px;
    }
    .why .number ul li {
        padding: 15px 10px;
    }
    .why .number ul li .t1 {
        font-size: 24px;
    }
    /*行业应用*/
    .industry {
        padding-bottom: 50px;
    }
    .industry .imgbox .txtbox .t1 {
        font-size: 16px;
    }
    /*行业应用*/
    .s-title .t1 {
        font-size: 20px;
    }
    /*联系我们*/
    .feekback {
        padding: 30px 0px 40px;
    }
    /*5501,5502,5806*/
    /*.product-banner .txt{
		z-index: 10;
	}
	.product-banner .txt .box{
		width: 70%;
	}*/
    .opage1 .product-banner .txt h1 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .opage2 .product-banner .txt h1 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .opage3 .product-banner .txt h1 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .product-banner .txt .t1 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .product-banner .txt .t2 {
        font-size: 14px;
    }
    .title1 {
        /*font-size: 24px;*/
        margin-bottom: 5px;
    }
    .title1.mbot10 {
        margin-bottom: 5px;
    }
    .title1.mbot15 {
        margin-bottom: 5px;
    }
    /*.title2{
		font-size: 15px;
	}*/
}

@media screen and (max-width: 375px) {
    /*5501,5502,5806*/
    .opage1 .product-banner .txt h1 {
        font-size: 20px;
    }
    .opage2 .product-banner .txt h1 {
        font-size: 20px;
    }
    .opage3 .product-banner .txt h1 {
        font-size: 20px;
    }
    .product-banner .txt .t1 {
        font-size: 18px;
    }
    .product-banner .txt .t2 {
        font-size: 14px;
    }
}

.i-product .swiper-container-horizontal>.swiper-scrollbar {
    display: none;
}

.i-product .swiper-container-horizontal>.swiper-scrollbar {
    width: 100%;
    left: 0;
    height: 4px;
    background-color: #dcdcdc;
}

.i-product .swiper-scrollbar-drag {
    position: relative;
    background-color: #ffb62b;
}

.i-product .swiper-scrollbar-drag::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 41px;
    height: 29px;
    background: url(../images/img32.png) center no-repeat;
}

.i-product .tips {
    display: none;
    margin-top: 15px;
    padding-left: 25px;
    color: #666666;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    .i-product .box {
        padding-bottom: 75px;
    }
    .i-product .swiper-container-horizontal>.swiper-scrollbar {
        display: block;
    }
    .i-product .tips {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .i-product .box {
        padding-bottom: 60px;
    }
    .i-product .swiper-scrollbar-drag::before {
        background-size: 32px 23px;
    }
}

.product .product-checkbox {
    -webkit-appearance: checkbox;
}

.product .product-checkbox:hover {
    cursor: pointer
}

.ne-cd {
    width: 100%;
    height: 108px;
    -moz-box-shadow: 0px 2px 2px #D4D4D4;
    -webkit-box-shadow: 0px 2px 2px #D4D4D4;
    box-shadow: 0px 2px 2px #D4D4D4;
}

.ne-cd {
    width: 100%;
    height: 108px;
    -moz-box-shadow: 0px 2px 2px #D4D4D4;
    -webkit-box-shadow: 0px 2px 2px #D4D4D4;
    box-shadow: 0px 2px 2px #D4D4D4;
}

@media only screen and (max-width: 760px) {
    .wrap {
        padding-left: 2%;
        padding-right: 2%;
        width: auto;
    }
}

@media only screen and (max-width: 992px) {
    .wrap {
        width: 740px;
    }
}

@media only screen and (max-width: 1240px) {
    .wrap {
        width: 940px;
    }
}

@media only screen and (max-width: 760px) {
    .wrap {
        padding-left: 2%;
        padding-right: 2%;
        width: auto;
    }
}

@media only screen and (max-width: 992px) {
    .wrap {
        width: 740px;
    }
}

@media only screen and (max-width: 1240px) {
    .wrap {
        width: 940px;
    }
}

.wrap {
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.ne-cd ul li {
    float: left;
    width: 16.66%;
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

@media only screen and (max-width: 760px) {
    .ne-cd ul li {
        width: 33.33%;
        border-bottom: 1px solid #e5e5e5;
    }
}

.ne-cd ul li {
    float: left;
    width: 24.9%;
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

.ne-cd ul li a {
    display: block;
    transition-duration: .5s;
    height: 88px;
    padding-top: 22px;
}

@media only screen and (max-width: 760px) {
    .ne-cd ul li a {
        padding-top: 10px;
        height: 65px;
    }
}

.ne-cd ul li:nth-child(1) span {
    background-image: url(../images/icon05.png);
}

.ne-cd ul li:nth-child(1) span {
    background-image: url(../images/icon05.png);
}

@media only screen and (max-width: 760px) {
    .ne-cd ul li span {
        width: 25px;
        height: 22px;
        background-size: cover;
    }
}

.ne-cd ul li span {
    display: block;
    width: 45px;
    height: 40px;
    background-repeat: no-repeat;
    transition-duration: .5s;
    margin: 0 auto;
}

@media only screen and (max-width: 760px) {
    .ne-cd ul li span {
        width: 25px;
        height: 22px;
        background-size: cover;
    }
}

.ne-cd ul li span {
    display: block;
    width: 45px;
    height: 40px;
    background-repeat: no-repeat;
    transition-duration: .5s;
    margin: 0 auto;
}

.ne-cd ul li:hover p,
.ne-cd ul li .on {
    color: #fff;
}

.ne-cd ul li a:hover,
.ne-cd ul li .on {
    background: #ffb62b;
}

.ne-cd ul li:hover p,
.ne-cd ul li .on {
    color: #fff;
}

.ne-cd ul li a:hover,
.ne-cd ul li .on {
    background: #ffb62b;
}

@media only screen and (max-width: 760px) {
    .ne-cd ul li a {
        padding-top: 10px;
        height: 65px;
    }
}

@media only screen and (max-width: 760px) {
    .ne-cd ul li a {
        padding-top: 10px;
        height: 65px;
    }
}

.ne-cd ul li:nth-child(2):hover span,
.ne-cd ul li:nth-child(2) .on span {
    background-image: url(../images/icon06-1.png);
}

.ne-cd ul li:nth-child(2):hover span,
.ne-cd ul li:nth-child(2) .on span {
    background-image: url(../images/icon06-1.png);
}

.ne-cd ul li:nth-child(2) span {
    background-image: url(../images/icon06.png);
}

.ne-cd ul li:nth-child(2) span {
    background-image: url(../images/icon06.png);
}

@media only screen and (max-width: 760px) {
    .ne-cd ul li span {
        width: 25px;
        height: 22px;
        background-size: cover;
    }
}

.ne-cd ul li span {
    display: block;
    width: 45px;
    height: 40px;
    background-repeat: no-repeat;
    transition-duration: .5s;
    margin: 0 auto;
}

@media only screen and (max-width: 760px) {
    .ne-cd ul li span {
        width: 25px;
        height: 22px;
        background-size: cover;
    }
}

.ne-cd ul li span {
    display: block;
    width: 45px;
    height: 40px;
    background-repeat: no-repeat;
    transition-duration: .5s;
    margin: 0 auto;
}

@media only screen and (max-width: 760px) {
    .ne-cd ul li p {
        font-size: 14px;
    }
}

.ne-cd ul li p {
    font-size: 16px;
    transition-duration: .5s;
    padding-top: 6px;
}

@media only screen and (max-width: 760px) {
    .ne-cd ul li p {
        font-size: 14px;
    }
}

.ne-cd ul li p {
    font-size: 16px;
    transition-duration: .5s;
    padding-top: 6px;
}

.ne-cd ul li:nth-child(1) span {
    background-image: url(../images/icon05.png);
}

.ne-cd ul li:nth-child(2) span {
    background-image: url(../images/icon06.png);
}

.ne-cd ul li:nth-child(3) span {
    background-image: url(../images/icon07.png);
}

.ne-cd ul li:nth-child(4) span {
    background-image: url(../images/icon08.png);
}

.ne-cd ul li:nth-child(1):hover span,
.ne-cd ul li:nth-child(1) .on span {
    background-image: url(../images/icon05-1.png);
}

.ne-cd ul li:nth-child(2):hover span,
.ne-cd ul li:nth-child(2) .on span {
    background-image: url(../images/icon06-1.png);
}

.ne-cd ul li:nth-child(3):hover span,
.ne-cd ul li:nth-child(3) .on span {
    background-image: url(../images/icon07-1.png);
}

.ne-cd ul li:nth-child(4):hover span,
.ne-cd ul li:nth-child(4) .on span {
    background-image: url(../images/icon08-1.png);
}


/*发展历史*/

.sect_about3 {
    padding: 3rem 0 5rem;
    overflow: hidden;
    background: url(../images/about1.jpg) no-repeat center;
    background-size: cover;
}

.sect_about3 .about-features {
    padding: 0;
    overflow: hidden;
}

.sect_about3 .about-features .about-wrapper {
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.sect_about3 .about-features .about-wrapper:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #d5d5d5;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 1;
}

.sect_about3 .about-features .swiper-container {
    width: 100%;
    z-index: 2;
}

.sect_about3 .about-features .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.sect_about3 .about-features .features-item {
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.sect_about3 .about-features .features-item h3 {
    color: #4f4f4f;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
}

.sect_about3 .about-features .features-item i {
    position: absolute;
    width: 75%;
    height: 36px;
    background: url(../images/fzbg.png) no-repeat;
    background-size: contain;
    background-position: right center;
    left: -25%;
    margin-left: 10px;
    top: 82px;
    z-index: 3;
}

.sect_about3 .about-features .features-item .features-info {
    display: block;
    padding: 30px 50px;
    overflow: hidden;
}

.sect_about3 .about-features .features-item .features-info-s {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 25px;
}

.sect_about3 .about-features .hprev,
.sect_about3 .about-features .hnext {
    width: 54px;
    height: 54px;
    top: 73px;
    margin-top: 0;
    opacity: 1;
}

.sect_about3 .about-features .hprev {
    background: url(../images/left.png) no-repeat center;
    background-size: contain;
    left: 0;
}

.sect_about3 .about-features .hnext {
    background: url(../images/right.png) no-repeat center;
    background-size: contain;
    right: 0;
}

.sect_about3 .about-features .features-item:hover i {
    background: url(../images/fzbga.png) no-repeat;
    background-size: contain;
    background-position: right center;
}