@charset "UTF-8";
/*网站为南方硅谷网站，制作方：深圳方维网络科技有限公司 http://www.szfangwei.cn*/
/*basic css*/
html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei", "Arial";
    background-color: #fff;
    min-width: 300px;
}

input, textarea, button {
    padding: 0;
    font-family: "Microsoft YaHei", "Arial"
}

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

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

textarea {
    -webkit-appearance: none;
}

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

ul, ol, li {
    list-style-type: none;
}

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

select, input, textarea, button {
    vertical-align: middle;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

tr {
    margin: 0;
    padding: 0;
}

td {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.hidden {
    display: none;
    visibility: hidden;
}


.wrap {
    border: 0;
    padding: 0;
    width: 1150px;
    margin: 0 auto;
    *zoom: 1;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

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

.fix {
    *zoom: 1;
}

.radius-wrap {
    width: 44px;
    height: 44px;
    top: 92vh;
    left: 50%;
    right: 50%;
    margin: 0px -22px;
    z-index: 1000;
    position: absolute;
    cursor: pointer;
}

.radius {
    width: .44rem;
    height: .44rem;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.jiantou {
    background: url(../images/down-icon2.png) center center no-repeat;
    width: .2rem;
    height: .2rem;
    background-size: cover;
    animation: downico 1.5s ease-out infinite;
    position: absolute;
    left: .13rem;
    top: 0%;
}

@keyframes downico {
    0% {
        top: 0%;
        opacity: 1;
    }
    35% {
        top: 50%;
        opacity: 0;
    }
    65% {
        top: -50%;
        opacity: 0;
    }
    100% {
        top: 0%;
        opacity: 1;
    }
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}

input:focus, textarea:focus {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

a {
    display: inline-block;
    max-width: 100%;
}

.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

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

.picture img {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.each-item:hover .picture img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    zoom: 1.1 \9;
}

.header {
    width: 100%;
    background: rgba(255, 255, 255, .1);
    height: 72px;
    z-index: 100;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .05);
}

.header .box {
    width: 1200px;
    margin: auto;
    display: table;
}

.header .box .logo {
    width: 173px;
    height: 32px;
    float: left;
    margin-top: 20px;
}

.header .box .menu {
    float: left;
    margin-left: 77px;
}

.header .box .menu li {
    float: left;
}

.header .box .menu li a {
    padding: 0 20px;
    font-size: 16px;
    line-height: 72px;
    color: #434449;
    display: block;
}

.header .box .menu li:hover a {
    color: #171717;
    font-weight: 900
}

.header .box .menu li.on a {
    color: #171717;
    font-weight: 900
}

.header .box .language {
    float: right;
    width: 110px;
    line-height: 72px;
    box-sizing: border-box;
    padding-left: 30px;
    background: url(../images/icon2.png) left center no-repeat;
    position: relative;
}

.header .box .language .l1 {
    font-size: 14px;
    color: #333;
    background: url(../images/icon3.png) right center no-repeat;
}

.header .box .language .l2 {
    position: absolute;
    z-index: 2;
    width: 137px;
    left: 0;
    top: 72px;
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 18px 25px 14px;
    box-sizing: border-box;
    display: none;
}

.header .box .language:hover .l2 {
    display: block;
}

.header .box .language .l2 a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #383841;
    margin-bottom: 10px;
}

.header .box .language .l2 a:hover {
    color: #00a886;
}

.header .box .language .l2 a.on {
    color: #00a886;
    background: url(../images/icon4.png) right center no-repeat;
}

.header .box .search {
    float: right;
}

.header .box .search .s1 {
    padding: 26px 25px;
    cursor: pointer;
}

.banner {
    width: 100%;
    position: relative;
    height: 6rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner1 {
    width: 100%;
    /* height: 600px; */
    position: relative;
    background-size: cover;
}

.banner1 .box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 9.5% 0;
    display: block;
    height: 100%;
    cursor: pointer;
    width: 95%;
    box-sizing: border-box;
}

.banner1 .lans {
    width: 540px;
    float: left;
    /* margin-top: 8.1%; */
    position: absolute;
    width: 1200px;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    font-size: 16px;
    color: #fff;
}

.banner1 .d1 .lans{
	top: 10%;
	text-align: center;
	transform: translate(-50%,0);
}

.banner1 .d1 .t1{
	text-align: center;
}

.banner1 .d1 .t3{
	text-align: center;
}

.banner1 .d1 .lans2{
	top: auto;
	bottom:20%;
	transform: translate(-50%,0);
}

.banner1 .lans2 .t1{
	text-align: center;
}

.banner1 .lans2 .t3{
	text-align: center;
}

.banner1 .lans2 .t4{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.banner1 .swiper-slide.tright .lans {
    float: right;
}

.banner1 .t1 {
    font-size: 2.6em;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}

.banner1 .t1 span {
    color: #d8e039;
    font-size: 50px;
    font-family: "g1";
}

.banner1 .heng {
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    margin: .12rem 0 .24rem;
}

.banner1 .t2{
	font-size: 2em;
}

.banner1 .t3 {
    font-size: 1.4em;
    /* line-height: 24px; */
    margin-top: 10px;
    color: #ffffff;
}

.banner1 .t4 {
    margin-top: .43rem;
    width: 120px;
    height: 45px;
    box-sizing: border-box;
    line-height: 45px;
    font-size: 1.125em;
    color: #fff;
    padding-left: 20px;
    background: url(../images/icon10.png) 94px center no-repeat;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    border: 1px solid #fff;
    border-radius: 30px;
}

.banner1 .lans:hover .t4 {
    background-color: #494e53;
}

.banner1 .swiper-slide, .banner1 .swiper-slide a {
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /* height: 600px !important; */
}

.banner1 .swiper-slide a.wei {
    display: none;
}

.banner1 .swiper-pagination {
    bottom: .3rem !important;
}

.banner1 .swiper-pagination-bullet {
    width: .08rem;
    height: .08rem;
    background: rgba(255,255,255,.5);
    opacity:1;
    border-radius: 30px;
    overflow:hidden;
    position: relative;
}

.banner1 .swiper-pagination-bullet-active{
    width: .4rem;
}
.banner1 .swiper-pagination-bullet:after{
    content:'';
    height:100%;
    width:0;
    left:0;
    position:absolute;
    top:0;
    left:0;
    background: #fff;
    transition:all 0s;
}

.banner1 .swiper-pagination-bullet-active:after {
    /* opacity: 1; */
    width:100%;
    transition:all 3s;
}

.banner2 {
    display: none;
}

@font-face {
    font-family: 'cg';
    src: url("../fonts/cg.woff2") format('font-woff2'), url("../fonts/cg.ttf") format("truetype"), url("../fonts/cg.woff") format('font-woff'), url("../fonts/cg.eot") format("embedded-opentype"), url("../fonts/cg.svg") format("svg"), url("../fonts/cg.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'g1';
    src: url("../fonts/g1.woff2") format('font-woff2'), url("../fonts/g1.ttf") format("truetype"), url("../fonts/g1.woff") format('font-woff'), url("../fonts/g1.eot") format("embedded-opentype"), url("../fonts/g1.svg") format("svg"), url("../fonts/g1.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}


.footer_app{
 background: #272729;
}
.index-use1 {
    background-color: #f4f4f4;
}

.index-news {
    width: 100%;
    background: url(../images/img1.jpg) center center no-repeat;
    box-sizing: border-box;
    padding: 0.6rem  0 .5rem  .3rem  ;
    background-size: cover;
}

.index-news .box {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.index-news .box .title {
    width: 100%;
    text-align: center;
    margin-bottom: 13px;
}

.index-news .box .title .s1 {
    font-size: 24px;
    color: #494e53;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 5px;
    padding: 13px 0 13px 0;
}

.index-news .box .title .s2 {
    font-size: 14px;
    color: #434449;
    line-height: 24px;
    padding-bottom: 0.3rem;
}

.index-news .box .boxs {
    width: 100%;
    display: table;
}

.index-news .box .boxs .left {
    width: 50%;
    float: left;
    position: relative;
}
.index-news .box .boxs .left a{
    display:block;
}
.index-news .box .boxs .left .time {
    position: absolute;
    z-index: 2;
    width: 80px;
    height: 85px;
    background: #494e53;
    left: 10px;
    top: -3px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
    padding-top: 15px;
}

.index-news .box .boxs .left .time:before {
    content: "";
    width: 4px;
    height: 85px;
    background: rgba(7, 103, 195, .24);
    position: absolute;
    right: -4px;
    top: 0;
}

.index-news .box .boxs .left .time:after {
    content: "";
    width: 84px;
    height: 5px;
    background: rgba(7, 103, 195, .24);
    position: absolute;
    left: 0;
    bottom: -5px;
}

.index-news .box .boxs .left .time .s1 {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}

.index-news .box .boxs .left .time .s2 {
    font-size: 16px;
    color: #fff;
}

.index-news .box .boxs .left .txt {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    z-index: 10;
    bottom: 0;
    background: rgba(56, 56, 65, .4);
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    padding: 15px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-news .box .boxs .right {
    width: 50%;
    float: right;
}

.index-news .box .boxs .right li {
    width: 100%;
    height: 130px;
    background: #fff;
    margin-bottom: 1px;
    box-sizing: border-box;
    padding-top: 28px;
}

.index-news .box .boxs .right li .time {
    width: 115px;
    height: 45px;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #d2d2d2;
    text-align: right;
    padding-right: 20px;
}

.index-news .box .boxs .right li .time .s1 {
    font-size: 24px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
}

.index-news .box .boxs .right li .time .s2 {
    font-size: 16px;
    color: #666;
}

.index-news .box .boxs .right li .tbox {
    width: 425px;
    float: left;
    margin-left: 20px;
}

.index-news .box .boxs .right li .tbox .t1 {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #383841;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 13px;
}

.index-news .box .boxs .right li:hover .tbox .t1 {
    color: #939fab;
}

.index-news .box .boxs .right li .tbox .t2 {
    font-size: 14px;
    color: #4e5059;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-news .box .boxs .right .more {
    width: 100%;
    height: 57px;
    background: #fff;
    display: block;
    text-align: center;
    line-height: 57px;
    color: #999;
    font-size: 16px;
}

.index-news .box .boxs .right .more:hover {
    color: #494e53;
}

.index-use {
    width: 100%;  padding: .3rem 0 .5rem;
}

.index-use .box {
    width: 1200px;
    margin: auto;
}

.index-use .box .title {
    text-align: center;
}

.index-use .box .title .s1 {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #494e53;
    margin-bottom: 5px;
    padding: 13px 0 13px 0;
}

.index-use .box .title .s2 {
    font-size: 14px;
    line-height: 28px;
    color: #434449;
}

.index-use .box .list {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 0;
}

.index-use .box .list ul li.slick-slide {
    width: 180px;
    height: 200px;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    margin: 0 28px;
    vertical-align: top;
}

.index-use .box .list li a {
    display: block;
}

.index-use .box .list li .img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 18px;
    background: #434449; /*overflow: hidden;*/
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    position: relative;
    overflow: hidden;
}

.index-use .box .list li .img .imgs_height {
    transition: all ease .45s;
    -webkit-transition: all ease .45s;
}

.index-use .box .list li .txt {
    font-size: 16px;
    line-height: 40px;
    color: #383841;
    transition: all ease .3s;
}

.index-use .box .list li:hover {
    background: #494e53;
}

.index-use .box .list li:hover .img {
    background: #fff;
}

.index-use .box .list li:hover .imgs_height {
    transform: translate(0, -50%);
}

.index-use .box .list li:hover .txt {
    color: #fff;
}

.slick-dots {
}

.slick-dots li {
    width: .1rem;
    height: .1rem;
    display: inline-block;
    margin: 0 .05rem;
}

.slick-dots li:hover {
    background-color: transparent !important;
}

.slick-dots li button {
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background-color: #494e53;
    opacity: 0.5;
}

.slick-dots .slick-active button {
    opacity: 1;
}

.index-other {
    width: 100%;
    background: #f4f4f4;
    padding: 0.6rem 0 0.2rem 0;
}

.index-other .box {
    width: 1200px;
    margin: auto;
    display: table;
}

.index-other .box .boxs {
    width: 390px;
    height: 497px;
    background: #fff;
    float: left;
    margin-right: 15px;
}
.index-other .box .boxs a{
    /* display:block; */
}
.index-other .box .boxs:nth-child(3n) {
    margin-right: 0;
}

.index-other .box .boxs .img {
    width: 100%;
}

.index-other .box .boxs .tbox {
    width: 100%;
    box-sizing: border-box;
    padding: .3rem;
}

.index-other .box .boxs .tbox .t1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #494e53;
    margin-bottom: 20px;
}

.index-other .box .boxs .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #434449;
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.footer .column{
    float: left;
    margin-right: 60px;
    margin-bottom: 20px;
}
.footer .column li {
    margin-bottom: 12px;
}
.footer .column li a {
    font-size: 16px;
    color: #959393;
    transition: all .3s;
}
.footer .column .name {
    font-size: 18px;
    color: #f2ebeb;
    font-weight: bold;
}

.index-other .box .boxs .tbox .t3 {
    width: 121px;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    background: #434447 url(../images/icon10.png) 86px center no-repeat;
}

.index-other .box .boxs:hover .tbox .t3 {
    background: #93a2b1 url(../images/icon10.png) 90px center no-repeat;
}

.nav_down {
    display: none;
}

/*ssjg*/
.ssjg-form {
    background-color: #f5f5f5;
    padding: 60px 0px;
}

.ssjg-form .box {
}

.ssjg-form form {
    text-align: center;
}

.ssjg-form .border-search {
    height: 65px;
    width: 700px;
    background-color: #FFFFFF;
    margin: 0px auto;
    box-sizing: border-box;
    padding-left: 40px;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.ssjg-form .input6 {
}

.input6 {
    line-height: 60px;
    font-size: 16px;
    width: 600px;
    float: left;
    border: 0px;
}

.ssjg-form .icon-close {
    background: url("../images/close.png") center center no-repeat;
    width: 30px;
    height: 30px;
    margin-right: -100px;
    margin-top: 20px;
    border: 0;
    cursor: pointer;
}

.ssjg-form .icon-search {
    background: url("../images/icon1.png") center center no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
    margin-top: 23px;
    border: 0;
}

.search-result {
    width: 1100px;
    margin: 0px auto;
    padding-top: 60px;
}

.search-result .search-number {
    font-size: 16px;
    line-height: 50px;
    color: #666666;
}

.search-result ul {
    margin-bottom: 58px;
}

.search-result li {
    border-bottom: 1px solid #eeeeee;
}

.search-result a {
    display: block;
    padding: 30px 0px;
    cursor: pointer;
}

.search-result h2 {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    padding-bottom: 15px;
}

.search-result .mess {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-result .times {
    font-size: 14px;
    color: #666666;
}

.search-result li:hover h2 {
    color: #0071BF;
}

/*end ssjg*/
.footer {
    width: 100%;

    background: #272729;
}

.footer .box {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.footer .box .left {
    float: left;
    font-size: 14px;
    color: #666666;
    padding-top: 28px;
}

.footer .box .left .ba {
    margin-bottom: 18px;
}

.footer .box .left .ba a {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #666666;
}

.footer .box .left .ba a:last-child {
    border-right: none;
}

.footer .box .left .ba a:hover {
}

.footer .box .left a {
    font-size: 14px;
    color: #666666;
}

.footer .box .right {
  flex: 1;
    padding-top: 28px;
    color: #666666;
    font-size: 14px;
}

.footer-none {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
    display: block;
    color: #666;
    font-size: 14px;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer-none {
    text-align: center;
  }
}

.footer-none a {
  color: inherit;
}

.footer .box .right a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    overflow: hidden;
}

.footer .box .right a:hover {
    background: #bababa;
}

.footer .box .right a img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.footer .box .right a:hover img:last-child {
    opacity: 1;
}

.footer .box .gotop {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -95px;
    top: -110px;
}

.news-list {
    max-width: 1200px;
    margin: auto;
    display: table;
    padding: .5rem 0 .6rem;
    width: 95%;
}

.news-list li {
    width: 31%;
    float: left;
    margin-bottom: 50px;
}

.news-list li:nth-child(3n-1) {
    margin: 0 3%;
    margin-bottom: 50px;
}

.news-list li .img {
    position: relative;
    width: 100%;
}

.news-list li .img .suspen{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	z-index: 2;
}

.news-list li .title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.news-list li:hover .title {
    color: #93a2b1;
}

.news-list li .time {
    font-size: 14px;
    color: #999;
    font-weight: bold;
    margin-top: 10px;
    font-family: "g1";
}

.news-list li .txt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}

.news-list li .more {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    box-sizing: border-box;
    padding-right: 30px;
    background: url(../images/icon17.png) right center no-repeat;
    display: table;
    margin-top: 25px;
    transition: all ease .3s;
}

.news-list li:hover .more {
    color: #494e53;
    background: url(../images/icon18.png) right center no-repeat;
}

.news-info {
    max-width: 1000px;
    margin: auto;
    padding: .47rem 0 .6rem;
    width: 95%;
}

.news-info .title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: .38rem;
}

.news-info .title span {
    font-size: 14px;
    color: #999;
    margin-top: .25rem;
    font-weight: initial;
    display: block;
}

.news-info .txt {
    font-size: 16px;
    line-height: 32px;
    color: #222;
}

.news-info .back {
    width: 1.4rem;
    height: .5rem;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    text-align: center;
    line-height: .5rem;
    color: #666;
    font-size: .16rem;
    display: block;
    margin: auto;
}

.news-info .back:hover {
    color: #494e53;
}

.breadcrumbs {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    background: #fafafa;
}

.new_bc {
    display: none;
}

.breadcrumbs .box {
    width: 1200px;
    margin: auto;
    display: table;
}

.breadcrumbs .box .p-menu {
    float: left;
}

.breadcrumbs .box .p-menu a {
    padding: 0 20px;
    position: relative;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.breadcrumbs .box .p-menu a:hover,
.breadcrumbs .box .p-menu a.on {
    color: #333;
    background: #e2e2e2;
}

.breadcrumbs .box .p-menu a.on:after {
    border: 10px solid transparent;
    border-top: 10px solid #494e53;
    width: 0;
    height: 0;
    position: absolute;
    top: 60px;
    left: 50%;
    content: ' ';
    margin-left: -8px;
    opacity: 0;
}

.breadcrumbs .box .add {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 60px;
}

.breadcrumbs .box .add a {
    color: #999;
}

.breadcrumbs .box .add a:hover {
    color: #494e53;
}

.breadcrumbs .box .add span.loc2 {
    display: none;
}

.breadcrumbs .box .add span:last-child {
    color: #999;
}

.product-list {
    max-width: 1200px;
    margin: auto;
}

.product-list .p-menu2 {
    width: 100%;
    display: table;
}

.product-list .p-menu2 li {
    float: left;
    padding-right: .32rem;
    margin-top: .4rem;
    margin-right: .32rem;
    border-right: 1px solid #5d5d5d;
}

.product-list .p-menu2 li:last-child {
    border-right: none;
}

.product-list .p-menu2 li a {
    font-size: 16px;
    line-height: 18px;
    color: #333;
}

.product-list .p-menu2 li:hover a {
    color: #494e53;
}

.product-list .p-menu2 li.on a {
    color: #494e53;
}

.product-list .list {
    width: 100%;
    display: table;
    padding-top: .4rem;
    padding-bottom: .7rem;
}

.product-list .list li {
    width: 32%;
    float: left; /* margin-right: 10px; */
    background: #f4f4f4;
    margin-bottom: 10px;
    display: table;
    text-align: center;
}

.product-list .list li:nth-child(3n-1) {
    margin: 0 1.8%;
    margin-bottom: 10px;
}

.product-list .list li .img {
    width: 300px; /* float: left; */
}

.product-list .list li .tbox {
    width: 295px;
    float: left;
    padding-top: 10px;
    font-family: "cg"; /* text-align: left; */
}

.product-list .list li .tbox .title {
    font-size: 24px;
    line-height: 34px;
    color: #333;
    margin-bottom: 5px;
}

.product-list .list li .tbox .txt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #333;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-list .list li .tbox .more {
    width: 120px;
    height: 40px;
    background: #434449 url(../images/icon10.png) 86px center no-repeat;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    margin: auto;
    margin-bottom: 20px;
    text-align: left;
}

.product-list .list li:hover .more {
    background: #494e53 url(../images/icon10.png) 86px center no-repeat;
}

.product-info {
    width: 1200px;
    margin: auto;
}

.product-info .boxs {
    width: 100%;
    display: table;
    padding: .5rem 0;
}

.product-info .boxs .img {
    width: 300px;
    float: left;
}

.product-info .boxs .title {
    font-size: 30px;
    line-height: 34px;
    color: #494e53;
    font-weight: bold;
    padding: 14px 0;
    margin-bottom: 5px;
    width: 860px;
    float: right;
    font-family: "g1";
}

.product-info .boxs .txt {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    width: 860px;
    float: right;
    font-family: "g1";
}

.product-info .boxs .text {
    font-family: "cg";
}

.about-info {
    max-width: 1200px;
    padding: .35rem 0 .8rem;
}

.about-info .title {
    margin-bottom: .2rem;
}

.download {
    width: 100%;
    border-top: 1px solid #e3e3e3;
    padding-bottom: 80px;
    padding-top: 10PX;
}

.download .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    float: left;
    width: 10%;

    text-align: center;
    color: #333;
    padding: .16rem 0 .16rem;
    cursor: pointer;
}

.download .title.on {
    color: #fff;
    background: #494e53;
    width: 10%;
}

.download .list {
    width: 100%;
}

.download .list li {
    width: 100%;
    height: 60px;
    line-height: 58px;
    box-sizing: border-box;
    background: #fafafa;
    border: 1px solid #fafafa;
    display: table;
    margin-bottom: 10px;
}

.download .list li .icon {
    width: 30px;
    float: left;
    margin-left: 18px;
}

.download .list li .name {
    float: left;
    margin-left: 14px;
    font-size: 16px;
    width: 700px;
    color: #333;
    overflow: hidden; /*è¶…å‡ºéƒ¨åˆ†éšè—*/
    white-space: nowrap; /*ä¸æ¢è¡Œ*/
    text-overflow: ellipsis; /*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
    font-family: "cg";
}

.download .list li .down {
    float: right;
    margin-right: 32px;
    color: #494e53;
    font-size: 14px;
}

.download .list li:hover {
    background: #f7fbfe;
    border: 1px solid #cee6fd;
}

.down-search {
    width: 100%;
    margin: 30px 0 20px;
}

.down-search .sbox {
    width: 380px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    display: inline-block;
}

.down-search .sbox .t1 {
    width: 320px;
    height: 43px;
    box-sizing: border-box;
    border: none;
    padding-left: 10px;
    background-color: #fff;
}

.down-search .sbox .t2 {
    width: 58px;
    height: 43px;
    background: url(../images/icon1.png) center center no-repeat;
    border: none;
    cursor: pointer;
}

.down-search .txt {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    color: #999;
}

.down-search .txt a {
    color: #666;
    line-height: 14px;
    padding-right: 14px;
    margin-right: 14px;
    border-right: 1px solid #989898;
}

.down-search .txt a:hover {
    color: #494e53;
}

.down-search .txt a:last-child {
    border-right: none;
}

.use-list {
    width: 1200px;
    margin: auto;
    display: table;
    padding: .3rem 0 .65rem;
}

.use-list li {
    width: 390px;
    float: left;
    cursor: pointer;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}

.use-list li a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45) url(../images/icon23.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease .3s;
}

.use-list li:hover a:after {
    opacity: 1;
}

.use-list li:nth-child(3n) {
    margin-right: 0;
}

.use-box {
    max-width: 1200px;
    margin: auto;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    padding: .42rem 0 .75rem;
    width: 95%;
}

.use-box ul {
}

.use-box li {
    width: 100%;
    background-color: #f4f4f4;
    margin-bottom: 10px;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.use-box .title {
    font-size: 16px;
    line-height: 60px;
    color: #333333;
    font-weight: bold;
    padding-left: .2rem;
    box-sizing: border-box;
    cursor: pointer;
}

.use-box .icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #494e53;
    box-sizing: border-box;
    padding-top: 21px;
    float: right;
    margin-top: 12px;
    margin-right: .2rem;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.use-box .icon span {
    width: 12px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin: 0px auto;
    margin-top: -6px;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.use-box .icon span:last-child {
    width: 2px;
    height: 12px;
}

.use-box .mess {
    background-color: #f7f9fb;
    box-sizing: border-box;
    padding: .2rem .3rem;
    display: none;
    font-size: 16px;
    line-height: 40px;
}

.use-box li.on .mess {
    display: block;
}

.use-box li.on .icon, .use-box li:hover .icon {
    background-color: #ffffff;
}

.use-box li.on .icon span, .use-box li:hover .icon span,
.use-box li.on, .use-box li:hover {
    background-color: #494e53;
}

.use-box li.on .title, .use-box li:hover .title {
    color: #ffffff;
}

.use-box li.on .icon span:last-child {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

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

.page-list a {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    line-height: 38px;
    font-size: 16px;
    color: #666;
    margin: 0 5px;
    display: inline-block;
    border-radius: 5px;
    transition: all ease .3s;
}

.page-list a:hover {
    background: #434449;
    color: #fff;
}

.page-list a.on {
    background: #434449;
    color: #fff;
}

.m-banner {
    display: none;
}

.footer-none1 {
    display: none;
}

.download .list li a {
    display: block;
}

.download .list li .down img:last-child {
    display: none;
}

.nav_down a.on {
    color: #494e53;
}

.nav_down a.on:after {
    border-color: #494e53;
}

.nav_down a {
    color: #003333;
}

.loading {
    display: none;
}

.about2 {
    max-width: 1200px;
    width: 95%;
    margin: .5rem auto .8rem auto;
}

.about2 .about2-content {
    background-position: center center;
    background-repeat: repeat-y;
    box-sizing: border-box;
    background-image: url('../images/about-bg1.png')
}

.about2 .about2-header {
    text-align: center;
    background-position: top center;
    height: 40px;
    background-size: cover;
}

.about2-content li {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: .4rem;
    position: relative;
    font-size: 16px;
    line-height: 31px;
    color: #333333;
    padding-left: 52.2%;
    margin-top: -7px;
}

.about2-content li:nth-child(even) {
    padding-left: 0%;
    padding-right: 52%;
    text-align: right;
}

.about2-content li:after {
    content: " ";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff;
    border: .02rem solid #0a69c4;
    display: block;
    position: absolute;
    top: .1rem;
    z-index: 2;
    left: 49.4%;
}

.about2-content .t1 {
    font-weight: bold;
}

.about2-content .t2 a {
    color: #333333;
}

.about2-content .t2 a:hover {
    color: #494e53;
}

.about2-content li:last-child {
    padding-bottom: 0;
}

.about3 {
    max-width: 1200px;
    width: 95%;
    margin: 0px auto;
}

.about3 .editor {
    padding: .3rem 0 .5rem 0;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}

.about3 ul {
    text-align: center;
    padding-bottom: .25rem;
}

.about3 li {
    width: 20%;
    float: left;
    margin: 0 2.5% .5rem 2.5%;
}

.about3 li:hover .imgs {
    background-color: #494e53;
}

.about3 .imgs {
    width: 90px;
    height: 90px;
    padding: 15px;
    border-radius: 50%;
    background-color: #434449;
    margin: 0 auto;
    box-sizing: border-box;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.about3 .imgs img {
    width: 60px;
    height: 60px;
}

.about3 .t1 {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
    margin: .15rem 0 .1rem 0;
}

.about3 .t2 {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.contact {
    width: 95%;
    max-width: 1200px;
    margin: 0px auto;
    padding-top: .55rem;
    padding-bottom: .65rem;
}

.contact .left {
    width: 50%;
    float: left;
}

.contact .left .t1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 9px;
}

.contact .left .t2 {
    font-size: 16px;
    line-height: 45px;
}

.contact .left .map {
    width: 90%;
    margin-top: 30px;
}

.contact .right {
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 24px;
}

.contact .right .t1 {
    color: #666666;
    margin-bottom: 25px;
}

.contact .right .t2 {
    width: 100%;
    position: relative;
}

.contact .right .t2:after {
    width: .1rem;
    height: .1rem;
    border-top: 1px solid #494e53;
    border-left: 1px solid #494e53;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    content: " ";
    display: block;
    position: absolute;
    right: .2rem;
    top: .15rem;
}

.contact .xiala {
    cursor: pointer;
}

.contact .xiala ul {
    position: absolute;
    background-color: #fff;
    border: 1px solid #b2d0ec;
    border-top: 0px;
    top: 40px;
    width: 100.3%;
    z-index: 10;
    left: -1px;
    padding-left: .2rem;
    box-sizing: border-box;
    display: none;
}

.contact .xiala ul li:hover {
    color: #8bbdeb;
}

.contact .right .xiala, .contact .right input, .contact textarea {
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    height: 50px;
    line-height: 50px;
    border: 1px solid #b2d0ec;
    margin-bottom: .15rem;
    padding-left: .2rem;
    position: relative;
}

.contact textarea {
    resize: none;
    height: 400px;
    line-height: 24px;
    padding: .1rem 0;
    padding-left: .2rem;
}

.contact .right .sub {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: #434449;
    font-size: 16px;
    display: block;
    font-weight: bold;
    padding: 0;
    border: 0;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.contact .sub:hover {
    background-color: #494e53;
}

body.active {
    background-color: #494e53;
}

.dowebok .box {
    max-width: 1200px;
    width: 95%;
    margin: 0px auto;
    /* display: block; */
  
}

.dowebok .title {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 14px;
    font-family: "g1";
    font-weight: bold;
}

.dowebok .heng {
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}

.dowebok .mess {
    margin-top: .4rem;
    width: 130px;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    background: #434447 url(../images/icon10.png) 95px center no-repeat;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.dowebok .content {
    max-width: 480px;
    width: 50%;
    float: left;
    position: relative;
    z-index: 100;
}

/* .dowebok .section:nth-child(even) .content {
    float: right;
} */

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

.section .imgs {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.daohang {
    color: #ffffff;
    width: 100%;
    vertical-align: top;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 10;
}

.daohang .daohang1 {
    max-width: 1200px;
    margin: 0px auto;
    padding-top: 23px;
}

.daohang .loc1 {
    display: inline-block;
}

.daohang .loc2 {
    display: none;
}

.daohang a {
    color: #ffffff;
    cursor: pointer;
}

.daohang .loc-cell {
    display: inline-block;
    position: relative;
    padding-bottom: 25px;
}

.daohang .loc-cell:after {
    width: 5px;
    height: 5px;
    display: inline-block;
    content: " ";
    border-top: 1px solid #fff;
    border-left: 1px solid #ffffff;
    transform: rotate(-135deg);
    margin: 0 8px;
    margin-bottom: 2px;
}

.loc-cell ul:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -5px;
    left: 40px;
    display: none;
}

.daohang ul {
    position: absolute;
    top: 30px;
    left: -25px;
    z-index: -1;
    width: 165px;
    background-color: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 20px;
    display: none;
}

.dowebok a .mess:hover {
    background-color: #0a69c4;
}

.daohang .loc-cell:hover ul,
.daohang .loc-cell:hover ul:after {
    display: block;
}

.daohang li a {
    color: #383841;
    line-height: 28px;
    cursor: pointer;
    cursor: pointer;
    display: block;
}

.daohang li a:hover {
    color: #0a69c4;
}

/*edit pro.html（10.13）*/

.pro2-list { /* border-top: 1px solid #e3e3e3; */
    border-bottom: 1px solid #e3e3e3; /* margin-top: .4rem */
}

.pro2-list a {
    display: block;
    cursor: pointer;
    float: left;
    padding: 0 26px;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
    font-size: 16px;
}

.pro2-list a:hover, .pro2-list a.on {
    color: #ffffff;
    background-color: #0a69c4
}

.swiper-button-prev, .swiper-button-next {
    opacity: 0 !important;
    transition: .6s all linear;
    -webkit-transition: all .6s linear;
}

.banner1:hover .swiper-button-prev, .banner1:hover .swiper-button-next {
    opacity: 1 !important;
}
.m-header{
    /*     display:none; */
}
/*END edit  pro.lhtml（10.13）*/
@media (max-width: 1420px) {
    .footer .box .gotop {
        right: -60px;
    }

    .index-news .box .boxs .right li .tbox .t1 {
        padding-top: 0px;
    }
}

@media (max-width: 1340px) {
    .footer .box .gotop {
        right: -45px;
    }
}

@media (max-width: 1310px) {
    .footer .box .gotop {
        display: none;
    }

    .contact .left, .contact .right {
        float: none;
        width: 100%;
    }

    .contact .left {
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: .25rem;
        margin-bottom: .4rem;
    }

    .contact .right .sub {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .header {
        display: none;
    }
    .footer .box .left .ba{
        display: none;
    }
    .mian {
        width: 100%;
        overflow: hidden;
    }

    .mian > img:first-child { /* padding-top: .8rem; */
        max-width: 150%;
        width: 150%;
        margin-left: -25%;
    }

    /*mobel-height*/
    body.active .header, body.active .mian {
        -webkit-transform: translate(-65%, 0);
        transform: translate(-65%, 0);
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
        background-color: #fff;
    }

    .m-menu { /* display: none; */
        height: 100%;
        background: #494e53;
        position: fixed;
        right: -64%;
        top: 0;
        box-sizing: border-box;
        padding-top: 10px;
        z-index: 9999;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

    .m-menu.on {
        right: 0;
        width: 65%;
    }

    .m-menu .language {
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        margin: 25px 0 35px;
        color: #fff;
    }

    .m-menu .language a {
        color: #fff;
        display: inline-block;
        margin: 0 18px;
    }

    .m-menu .language a.on {
    }

    .m-menu .list {
        width: 100%;
    }

    .m-menu .list li {
        width: 100%;
        font-size: 18px;
        line-height: 50px;
    }

    .m-menu .list li a { /* font-size: 25px; */
        color: #fff;
        display: block;
        text-align: center;
        line-height: 60px;
    }

    .m-menu .list li.on a {
        background-color: #0b64ba;
    }

    .m-header {
        width: 100%;
        height: 80px;
        line-height: 80px;
        background: #ffffff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        box-sizing: border-box;
        padding: 0 2.5%;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

    .m-header.on {
        left: -65%;
    }

    .m-header .menu-icon {
        position: absolute;
        right: 2.5%;
        top: 20%;
        background-size: 100%;
        transition: all 600ms;
        -webkit-transition: all 600ms;
    }

    .m-header .menu-icon span {
        width: .6rem;
        height: 7px;
        background-color: #494e53;
        margin: .1rem 0;
        display: block;
        border-radius: 5px;
        transition: all .8s;
        -webkit-transition: all .8s;
    }

    .m-header .menu-icon.on {
        margin-top: .15rem;
    }

    .m-header .menu-icon.on span {
        background-color: #434449;
    }

    .m-header .menu-icon.on span:first-child {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-bottom: -.16rem;
    }

    .m-header .menu-icon.on span:nth-child(2) {
        display: none;
    }

    .m-header .menu-icon.on span:last-child {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .m-header .logo {
        width: 155px;
        margin: auto;
    }

    .m-header .tel {
        width: 27px;
        height: 60px;
        display: block;
        position: absolute;
        right: 2.5%;
        top: 0;
    }

    .m-header .logo {
        margin: 0;
        width: auto;
        width: 250px;
    }
}

@media (min-width: 1200px) {
    .m-header {
        display: none;
    }

    .m-menu {
        display: none;
    }

    .mf-menu {
        display: none;
    }

    .about4 .swiper-pagination {
        display: none;
    }

    .m-picture {
        display: none;
    }

    .mfp-menu {
        display: none;
    }
}

@media (min-width: 999px) {
    .m-banner {
        display: none;
    }

    .index-product-title {
        display: none;
    }

    .loadmore {
        display: none;
    }
}

@media screen and (max-width: 1230px) {
    .product-list {
        width: 95%;
        max-width: 95%;
    }

    .product-list .list li {
        width: 48%;
        margin-right: 2%;
    }

    .product-list .list li:nth-child(3n-1) {
        margin: 0;
        margin-bottom: 10px;
    }

    .product-list .list li .img {
        width: 45%;
        float: left;
    }

    .product-list .list li .tbox {
        width: 45%;
        font-family: "cg";
    }

    .breadcrumbs .box {
        width: 95%;
    }

    .use-list {
        width: 95%;
    }

    .use-list li {
        width: 32.5%;
        margin-right: 1.25%;
        margin-bottom: .15rem;
    }

    .header .box, .index-other .box, .index-use .box {
        width: 95%;
        max-width: 1200px;
    }

    .footer .box {
        width: 95%;
    }

    .index-other .box .boxs {
        width: 363px;
    }

    .index-news .box {
        max-width: 1150px;
    }

    .index-news .box .boxs .right li {
        height: 118px;
    }

    .header .box .language .l2 {
        right: 0;
        left: auto;
    }
}

@media screen and (max-width: 1200px) {
    .contact .left .map {
        width: 100%;
        margin-bottom: 50px;
    }

    .index-news .box .boxs {
        display: block;
    }
    .index-news{
        padding:.6rem 0;
    }
    .search-result {
        width: 95%;
        margin: 0px auto;
        padding-top: .6rem;
    }

    .ssjg-form .border-search {
        width: 70%;
        margin: 0px auto;
    }

    .input6 {
        width: 90%;
    }

    .daohang {
        background-color: #434449;
        top: 70px;
    }

    .daohang .daohang1 {
        width: 95%;
    }

    .banner1 .swiper-slide a.wei {
        /* display: block */
    }

    .banner1 .swiper-slide a.tou {
        /* display: none */
    }

    .banner1 .swiper-slide {
        background-position: bottom center;
    }

    .banner1 .lans {
        width: 95%;
        font-size: 15px;
        /* margin: 0px auto; */
        /* float: none; */
        /* text-align: center; */
        /* margin-top: 180px; */
    }

    .banner1 .t3 {
        margin: 5px 0 0;
    }

    .banner1 .t4 {
        /* margin: 0px auto; */
        text-align: left;
        background-position: 88px center;
        padding-left: .2rem;
    }

    .banner1 .heng {
        display: none;
    }

    .banner1, .banner1 .swiper-slide, .banner1 .swiper-slide a {
        height: auto!important;
        width: 100%;
        background-size: cover;
        background-position: center bottom;
    }
    .banner1{
        margin-top:80px;
    }

    .daohang .loc2 {
        width: 20px;
        margin-right: 5px;
        display: inline-block;
    }

    .breadcrumbs .box .add span.loc2 {
        display: inline-block;
    }

    .breadcrumbs .box .add span.loc2 img {
        width: 25px;
    }

    .breadcrumbs .box .add span.loc1, .daohang .loc1 {
        display: none;
    }

    .nav_down {
        font-size: 16px;
        line-height: .8rem;
        color: #003333;
        display: block;
    }

    .nav_down a {
        display: block;
        border-top: 1px solid #e3e3e3;
        padding: 0 5%;
        position: relative;
        box-sizing: border-box;
    }

    .nav_down a:after {
        position: absolute;
        content: " ";
        display: block;
        right: 5%;
        top: .3rem;
        max-width: 20px;
        width: .2rem;
        height: .2rem;
        border-bottom: 2px solid #999999;
        border-left: 2px solid #999999;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        max-height: 20px;
    }

    .index-news .box .boxs .left, .index-news .box .boxs .right {
        float: none;
        max-width: 600px;
        margin: 0px auto;
        width: 100%;
    }

    .index-news .box, .index-use .box, .index-other .box, .footer .box, .breadcrumbs .box {
        width: 95%;
        margin: 0px auto;
    }

    .index-other .box .boxs, .index-other .box .boxs:nth-child(3n) {
        margin: .2rem auto;
        float: none;
        width: 55%;
        height: auto;
    }

    .index-other .box .boxs a {
        width: 100%;
    }

    .footer-none1 {
      width: 100%;
      text-align: center;
        display: block;
        color: #666;
        line-height: .36rem;
        text-align: center;
    }


    .footer .box .left, .footer .box .right {
        float: none;
    }

    .footer {
        height: auto;
        padding-bottom: .3rem;
    }

    .footer .box .left {
        text-align: center;
        padding-top: .3rem;
    }

    .footer .box .right a {
        width: .4rem;
        height: .4rem;
    }

    .footer .box .right {
        text-align: center;
        padding-top: .2rem;
    }

    .footer-none1 a {
        color: #666;
    }

    .footer .box .right a img {
        width: 100%;
    }

    .footer .box .left .ba {
        margin: 0;
    }

    .breadcrumbs .box .p-menu {
        display: none;
    }

    .breadcrumbs .box .add {
        float: none;
        margin: auto;
    }

    .down-search .sbox, .down-search .txt {
        width: 90%;
        margin: 0px auto;
        float: none;
        display: block;
    }

    .product-info {
        width: 100%;
    }

    .down-search .sbox .t1 {
        width: 90%;
    }

    .down-search .txt {
        margin: .3rem auto;
    }

    .download .list li .name {
        float: none;
        width: 6rem;
    }

    .download .list li .down {
        float: none;
        width: 1rem;
        height: .4rem;
        line-height: .4rem;
        background-color: #494e53;
        color: #ffffff;
        text-align: center;
        margin-left: .7rem;
    }

    .download .list li {
        height: auto;
        background-color: transparent;
        border-top: 1px solid #e3e3e3;
        margin-bottom: .25rem;
    }

    .download .list li .icon {
        margin-right: .05rem;
        width: .3rem;
        height: .3rem;
        margin-top: .2rem;
        margin-right: .2rem;
    }

    .download .list li .icon img {
        display: inherit;
    }

    .download .list li .down img:first-child {
        display: none;
    }

    .download .list li .down img:last-child {
        display: inline-block;
        width: .25rem;
        margin-left: .1rem;
    }

    .download .list li:hover {
        background: transparent;
        border-color: #e3e3e3;
        border-bottom: 1px solid transparent;
    }

    .download {
        padding-bottom: 0px;
    }

    .download1 .list li, .download1 .list li:hover {
        border-top: 1px solid transparent;
    }

    .download .title:first-child {
        border-top: 0;
    }

    .download .title {
        border-top: 1px solid #e3e3e3;
        width: 10%;
        margin: 0px auto;
    }

    .product-info .boxs .title, .product-info .boxs .txt {
        width: 50%;
        min-width: 3rem;
    }

    .product-info .boxs .text {
        float: left;
        width: 100%;
    }

    .product-info .boxs .img {
        width: 3rem;
    }

    .product-info .boxs {
        padding: .5rem 10%;
        box-sizing: border-box;
    }

    .news-list li {
        float: none;
        width: 45%;
        margin: 0;
        margin-bottom: .5rem;
        display: inline-block;
        vertical-align: top;
    }

    .news-list li:nth-child(3n-1) {
        margin: 0;
        margin-bottom: .5rem;
    }

    .news-list li:nth-child(odd) {
        margin-right: 8%
    }

    .page-list {
        /* display: none; */
    }

    .loading {
        display: block;
        width: 100%;
        font-size: .22rem;
        line-height: .25rem;
        color: #cccccc;
        text-align: center;
    }

    .loading img {
        display: inline-block;
        width: .25rem;
        animation: myfirst linear 2s infinite;
        -webkit-animation: myfirst linear 2s infinite;
        margin: 0 .2rem;
    }

    .news-list {
        box-sizing: border-box;
        display: block;
    }

    .new_bc {
        display: block;
    }

    .product-list .list li .tbox {
        padding-top: .4rem;
    }

    .product-list .list li .tbox .txt {
        padding-right: 5px;
        box-sizing: border-box;
    }

    .use-list {
        padding-bottom: 0;
    }

    .use-box {
        font-size: .24rem;
        line-height: .48rem;
    }

    .about3 li {
        width: 40%;
        margin: 0 5% .5rem 5%;
    }
}

@media screen and (max-width: 1180px) {
    .banner1 .swiper-slide {
    }
}

@media screen and (max-width: 1000px) {
    .m-header .menu-icon span {
        height: 6px;
        width: .55rem;
    }

    .index-other .box .boxs, .index-other .box .boxs:nth-child(3n) {
        width: 70%;
    }

    .index-other .box .boxs .tbox .t2 {
        margin-bottom: .3rem;
    }

    .product-info .boxs {
        padding: .5rem 5%;
    }

    .news-list li .title {
        margin-top: 20px;
    }

    .news-list li .time, .news-list li .txt {
        margin-top: 10px;
    }

    .news-list li .more {
        margin-top: 20px;
    }

    .news-list li, .news-list li:nth-child(3n-1) {
        margin-bottom: .4rem;
    }

    .product-list .list li .tbox {
        padding-top: .2rem;
    }

    .product-list .list li .tbox .txt {
        margin-bottom: .25rem;
        font-size: 13px;
        line-height: 23px;
    }

    .product-list .list li .tbox .title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media screen and (max-width: 900px) {
    .banner1, .banner1 .swiper-slide, .banner1 .swiper-slide a {
        /* height: 10rem !important; */
    }

    .m-header .menu-icon span {
        height: 5px;
        width: .5rem;
    }

    .product-list .list li {
        width: 100%;
        margin-right: 0;
    }

    .product-list .list li .tbox .title {
        font-size: 24px;
        line-height: 34px;
    }

    .product-list .list li .tbox .txt {
        font-size: 14px;
        line-height: 24px;
    }

    .product-list .list li .tbox {
        padding-top: .6rem;
        width: 50%;
    }

    .product-list .list li .tbox .more {
        background-color: #494e53;
    }

    .use-list li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: .15rem;
    }

    .use-list li:nth-child(even) {
        margin-right: 0;
    }

    .use-list li:nth-child(3n) {
        margin-right: 3%;
    }

    .use-list li:nth-child(6n) {
        margin-right: 0%;
    }
}

@media screen and (max-width: 770px) {
    .banner1, .banner1 .swiper-slide, .banner1 .swiper-slide a {
        /* height: 9.5rem !important; */
        margin: 0;
    }

    .banner1 .t4 {
        width: 1.5rem;
        background: #494e53 url(../images/icon10.png) 1.1rem center no-repeat;
    }

    .m-header .logo {
        width: 2.5rem;
    }

    .m-header .menu-icon span {
        height: 4px;
    }

    .about2 .about2-header { /* background-image: url('../images/about_bg2.png'); */
        background-position: center left;
        height: 45px;
        text-align: left;
    }

    .about2 .about2-content {
        background-image: url('../images/about_bg3.png');
        background-position: center left;
    }

    .about2-content li {
        padding: 0 0;
        padding-left: .4rem;
        padding-bottom: .5rem;
    }

    .about2-content li:after {
        left: 0.5%;
    }

    .about2-content li:nth-child(even) {
        padding: 0 0;
        padding-bottom: .5rem;
        padding-left: .4rem;
        text-align: left;
    }

    .use-box ul {
        padding-bottom: .5rem
    }

    .banner1 .t1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .banner1 .t1 span {
        font-size: .52rem
    }
}

@media screen and (max-width: 785px) {
    #dowebok {
        display: none;
    }

    .dowebok a {
        display: block;
    }

    .section .imgs {
        width: 100%;
    }

    .dowebok .content {
        width: 95%;
        margin: .45rem auto .95rem auto;
        max-width: 100%;
        float: none;
    }

    .dowebok .title {
        color: #333 !important;
    }

    .dowebok .heng {
        color: #333 !important;
    }
}

@media screen and (max-width: 700px) {
    .mian{
        padding-top: .8rem;
    }
    
    .news-list li {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        margin-bottom: .5rem;
        float: none;
        display: block;
    }

    .news-list li:nth-child(odd) {
        margin-right: auto;
    }

    .news-list li:nth-child(2n) {
        margin-right: auto;
    }

    .ssjg-form {
        padding: 40px 0;
    }

    .input6 {
        height: 55px;
    }

    .ssjg-form .border-search {
        height: 60px;
    }

    .daohang {
        top: .7rem;
    }

    .ssjg-form .icon-search {
        margin-top: 18px;
    }

    .ssjg-form .icon-close {
        width: 20px;
        height: 20px;
        box-sizing: border-box;
    }

    .search-result {
        padding-top: 20px;
    }

    .search-result .mess {
        margin-bottom: 5px;
        font-size: 15px;
    }

    .search-result .time {
        font-size: 12px;
    }

    .search-result a {
        padding: 15px 0;
    }

    .m-header {
        height: .8rem;
        line-height: .8rem;
    }

    .use-box .icon {
        padding-top: 20px;
    }

    .product-info .boxs {
        padding: .5rem 5%;
    }

    .index-news .box .title .s1, .index-use .box .title .s1 {
        font-size: 20px;
        line-height: 36px;
    }

    .index-news .box .title .s2, .index-use .box .title .s2 {
        width: 80%;
        margin: 0px auto;
        font-size: 13px;
    }

    .index-news .box .boxs .left .txt {
        height: .8rem;
        font-size: 14px;
        line-height: .8rem;
        padding: 0 .2rem;
    }

    .index-news .box .boxs .right li {
        height: 1.3rem;
        padding-top: .2rem;
    }

    .index-news .box .boxs .right li .time .s1 {
        font-size: 22px;
        line-height: 22px;
    }

    .index-news .box .boxs .right li .time .s2 {
        font-size: 14px;
    }

    .index-news .box .boxs .right li .tbox .t1 {
        margin-bottom: .1rem;
    }

    .index-news .box .boxs .right li .tbox {
        width: 70%;
        margin-left: .15rem;
    }

    .index-news .box .boxs .right .more {
        height: .8rem;
        line-height: .8rem;
        font-size: 14px;
    }

    .index-use .box .list li .img {
        background-color: #494e53;
        margin-bottom: .1rem;
    }

    .index-use .box .list li:hover {
        background: transparent;;
    }

    .index-use .box .list li:hover .img {
        background: #494e53;
    }

    .index-use .box .list li:hover .imgs_height {
        transform: translate(0, 0%);
    }

    .index-use .box .list li:hover .txt {
        color: #000;
    }

    .index-use .box .list li .txt {
        font-size: 14px;
    }

    .index-use .box .list ul li.slick-slide {
        padding-top: .2rem;
        height: 200px
    }

    .index-other .box .boxs, .index-other .box .boxs:nth-child(3n) {
        width: 90%;
    }

    .down-search .sbox .t1 {
        width: 85%;
    }

    .news-list li .txt, .news-list li .more {
        display: none;
    }

    .contact .right .xiala, .contact .right input, .contact textarea {
        height: .7rem;
        line-height: .7rem;
        margin-bottom: .2rem;
    }

    .contact .right .t2:after {
        top: .25rem;
    }

    .contact .xiala ul {
        top: .6rem;
        max-height: 5rem;
    }

    .contact textarea {
        height: 1.8rem;
        line-height: .25rem;
    }
}

@media screen and (max-width: 570px) {
    .ssjg-form .icon-search {
        margin-top: .2rem;
    }

    .ssjg-form .icon-close {
        margin-top: .2rem;
        margin-right: -1rem;
    }

    .ssjg-form .border-search {
        height: .8rem;
        padding-left: .4rem;
        margin-left: -.5rem;
    }

    .input6 {
        width: 84%;
        height: .75rem;
        font-size: .25rem;
    }

    .daohang ul {
        width: 140px;
    }

    .daohang .daohang1 {
        padding-top: .25rem;
    }

    .daohang .loc-cell {
        padding-bottom: .25rem;
    }

    .banner1 .swiper-pagination-bullet {
        width: .15rem;
        height: .15rem;
        background: #fff;
        opacity:.5;
    }

    .banner1 .swiper-pagination-bullet-active {
        opacity: 1;
        width: .3rem;
    }

    .banner1 .t4, .dowebok .mess {
        height: .6rem;
        width: 100px;
        line-height: .6rem;
        padding-left: .25rem;
        font-size: 14px;
        background: #494e53 url(../images/icon10.png) 75px center no-repeat;
    }

    .m-header .menu-icon span {
        height: 3px;
    }

    .about3 li {
        width: 100%;
        margin: 0 0 .5rem 0;
        text-align: left;
    }

    .about3 .imgs {
        float: left;
        text-align: center;
        width: 1rem;
        height: 1rem;
        padding: .2rem;
    }

    .about3 .imgs img {
        width: .6rem;
        height: .6rem;
    }

    .about3 .t1, .about3 .t2 {
        width: 5.8rem;
        float: right;
        font-size: .24rem;
        line-height: .36rem;
    }

    .index-news .box .boxs .right li .time .s1 {
        font-size: .36rem;
        line-height: .36rem;
    }

    .index-news .box .boxs .right li .time .s2 {
        font-size: .2rem;
        padding-top: .05rem;
    }

    .index-news .box .boxs .right li .time {
        width: 20%;
        padding-right: .2rem;
        height: auto;
    }

    .index-news .box .boxs .right li .tbox .t1 {
        font-size: .24rem;
        line-height: .24rem;
        margin-bottom: .15rem;
    }

    .index-news .box .boxs .right li .tbox .t2 {
        font-size: 12px;
        line-height: 18px;
        max-height: 36px;
    }

    .index-news .box .boxs .right li {
        height: 1.6rem;
        padding-top: .28rem;
    }

    .index-news .box .boxs .left .time .s2 {
        font-size: 12px;
    }

    .index-news .box .boxs .left .time .s1 {
        font-size: .3rem;
        line-height: .38rem;
    }

    .index-news .box .boxs .left .time {
        width: 1rem;
        padding-top: .1rem;
        padding-right: .1rem;
        height: 1rem;
    }

    .index-news .box .boxs .left .time:after {
        width: 1rem;
    }

    .index-news .box .boxs .left .time:before {
        height: 1.08rem;
    }

    .index-news .box .title {
        margin-bottom: .35rem;
    }

    .index-other .box .boxs .tbox .t1 {
        font-size: .36rem;
        line-height: .36rem;
        margin-bottom: .3rem;
    }

    .index-other .box .boxs .tbox .t2 {
        font-size: .22rem;
        line-height: .36rem;
        max-height: .72rem;
        height: auto;
        margin-bottom: .35rem;
    }

    .index-other .box .boxs .tbox .t3 {
        line-height: .65rem;
        height: .65rem;
        width: 1.7rem;
        font-size: .22rem;
        padding-left: .2rem;
        background: #494e53 url(../images/icon10.png) 1.2rem center no-repeat;
    }

    .index-other .box .boxs:hover .tbox .t3 {
        background: #494e53 url(../images/icon10.png) 71px center no-repeat;
    }

    .index-use {
        padding: .6rem 0;
    }

    .footer .box .right a {
        width: .55rem;
        height: .55rem;
    }

    .footer .box .left .ba a {
        font-size: .24rem;
        height: .24rem;
    }

    .footer-none1 {
        font-size: .22rem;
        line-height: .36rem;
    }

    .down-search .sbox .t1 {
        width: 85%;
    }

    .download .list li .name {
        line-height: .5rem;
    }

    .download .list li .down {
        width: 1.3rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .2rem;
        margin-left: .8rem;
    }

    .download .list li .icon {
        margin-top: .1rem;
    }

    .download .list li a {
        margin: .2rem 0 .1rem 0;
    }

    .download .list li .down img:last-child {
        width: .3rem;
    }

    .nav_down a {
        font-size: .26rem;
    }

    .about2-content li:after {
        left: .8%;
    }

    .about3 .t1 {
        margin-top: .1rem;
    }
}

@media screen and (max-width: 500px) {
    .search-result .search-number {
        line-height: 30px;
    }

    .search-result .mess {
        font-size: .24rem;
    }

    .search-result .times {
        font-size: .22rem;
    }

    .dowebok .title {
        font-size: .36rem;
        line-height: .36rem;
        margin-bottom: .15rem;
    }

    .dowebok .heng {
        font-size: .24rem;
        line-height: .48rem;
    }

    .banner1, .banner1 .swiper-slide, .banner1 .swiper-slide a {
        /* height: 10rem !important; */
    }

    .banner1 .t4, .dowebok .mess {
        width: 100px;
        height: .6rem;
        line-height: .6rem;
        margin-top: .3rem;
        font-size: .22rem;
        background: #494e53 url(../images/icon10.png) 75px center no-repeat;
    }

    .banner1 .lans {
        margin-top: 0;
        font-size: 14px;
    }

    .banner1 .t3 {
        font-size: .22rem;
        line-height: .36rem;
    }

    .m-header .menu-icon span {
        height: 2px;
    }

    .use-box .mess {
        font-size: .24rem;
        line-height: .36rem;
    }

    .use-box .title {
        font-size: .24rem;
        line-height: .8rem;
        height: .8rem;
    }

    .use-box .icon {
        width: .5rem;
        height: .5rem;
        margin-top: .15rem;
        padding-top: .3rem;
    }

    .use-box .icon span {
        width: .2rem;
    }

    .use-box .icon span:last-child {
        width: 2px;
        height: .2rem;
    }

    .contact .left .t1 {
        font-size: .3rem;
        line-height: .5rem;
    }

    .contact .right .sub {
        height: .8rem;
        line-height: .8rem;
        font-size: .24rem;
    }

    .contact .left .t2 {
        font-size: .24rem;
        line-height: .5rem;
    }

    .contact .right {
        font-size: .24rem;
        line-height: .7rem;
    }

    .about3 .editor {
        font-size: .24rem;
        line-height: .48rem;
    }

    .about2-content li:after {
        left: 1%;
    }

    .about2-content li {
        font-size: .24rem;
        line-height: .48rem;
    }

    .download .title {
        font-size: .24rem;
        line-height: .24rem;
    }

    .news-list li .title {
        font-size: .24rem;
        margin-top: .25rem;
    }

    .news-list li .time {
        color: #999999;
        font-size: .2rem;
        margin-top: .2rem;
    }

    .product-info .boxs .txt {
        font-size: .24rem;
        line-height: .36rem;
    }

    .product-info .boxs .title {
        font-size: .36rem;
        line-height: .4rem;
        padding: .15rem 0;
    }

    .download .list li .icon {
        width: .4rem;
        height: .4rem;
    }

    .news-info .title {
        font-size: .3rem;
        line-height: .48rem;
        text-align: left;
    }

    .about-info .title {
        text-align: center;
    }

    .news-info .title span {
        font-size: .22rem;
    }

    .news-info .txt {
        font-size: .23rem;
        line-height: .48rem;
    }

    .news-info .back {
        display: none;
    }

    .breadcrumbs .box .add span.loc2 img {
        width: .4rem;
    }

    .product-list .p-menu2 li a {
        font-size: .24rem;
        line-height: .26rem;
    }

    .product-list .list li .tbox .more {
        font-size: .22rem;
        height: .6rem;
        width: 1.8rem;
        line-height: .6rem;
        background-position: 1.2rem center;
        padding-left: .2rem;
    }

    .product-list .list li .tbox .title {
        font-size: .36rem;
        line-height: .4rem;
    }

    .product-list .list li .tbox .txt {
        font-size: .22rem;
        line-height: .36rem;
        max-height: .72rem;
    }

    .use-list li {
        width: 100%;
        margin-right: auto;
        margin-bottom: .2rem;
        max-width: 390px;
        margin-left: auto;
        float: none;
    }

    .use-list li:nth-child(3n), .use-list li:nth-child(even) {
        margin-right: auto;
    }

    .banner1 .t1 {
    font-size: 16px;
    margin-bottom: 5px;
    }

    .banner1 .t1 span {
        font-size: .52rem;
    }

    .daohang .loc2 {
        width: 15px;
    }

    .m-menu .language a {
        font-size: .35rem;
        line-height: .35rem;
    }

    .m-menu .list li a {
        font-size: .35rem;
        line-height: 45px;
    }
}

@media screen and (max-width: 430px) {
    .search-result h2 {
        font-size: .3rem;
        line-height: .4rem;
        padding-bottom: .2rem;
    }

    .index-news .box .boxs .left .txt {
        font-size: .24rem;
    }

    .use-box .icon span {
        margin-top: -5px;
        height: 1px;
    }

    .use-box .icon span:last-child {
        width: 1px;
    }

    .use-box .icon {
        padding-top: .35rem;
    }

    .index-news .box .boxs .right li .tbox .t2, .index-news .box .title .s2, .index-use .box .title .s2 {
        font-size: .22rem;
        line-height: .36rem;
        max-height: .72rem;
    }

    .index-news .box .boxs .right .more {
        font-size: .24rem;
    }

    .index-news .box .boxs .left .time .s2 {
        font-size: .25rem;
        width: 150%;
        transform: scale(.8);
        margin-left: -35%;
    }

    .index-news .box .title .s1, .index-use .box .title .s1 {
        font-size: .36rem;
        line-height: .4rem;
        margin-bottom: .15rem;
    }

    .index-news .box .title .s2ï¼Œ.index-use .box .title .s2 {
        font-size: .22rem;
        line-height: .36rem;
    }

    .index-use .box .list li .txt {
        font-size: .27rem;
    }

    .index-use .box .list ul li.slick-slide {
        padding-top: 0rem;
        height: 150px
    }

    .index-other .box .boxs, .index-other .box .boxs:nth-child(3n) {
        width: 100%;
    }

    .index-other .box .boxs .tbox .t3 {
        width: 1.8rem;
        background: #494e53 url(../images/icon10.png) 1.35rem center no-repeat;
    }

    .index-other .box .boxs:hover .tbox .t3 {
        background: #494e53 url(../images/icon10.png) 1.5rem center no-repeat;
    }

    .download .list li .down {
        margin: 0 1rem;
    }

    .down-search .txt {
        font-size: .22rem;
        line-height: .36rem;
        padding: 0;
    }

    .breadcrumbs .box .add {
        font-size: .24rem;
        line-height: 1rem;
    }

    .down-search .sbox {
        height: .7rem;
    }

    .down-search .sbox .t2 {
        width: .38rem;
        height: .38rem;
        margin-top: .1rem;
        vertical-align: top;
        background-size: cover;
    }

    .down-search .sbox .t1 {
        font-size: .24rem;
        height: .65rem;
        vertical-align: text-bottom;
    }

    .download .list li .name {
        font-size: .24rem;
    }

    .product-list .list li .tbox .more {
        background-position: 1.35rem center;
    }
}

@keyframes myfirst {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes myfirst {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@media screen and (max-width: 1199px) {
    .swiper-button-prev, .swiper-button-next {
        display: none
    }
}

@media screen and (max-width: 550px) {
    .pro2-list a {
        padding: 0 .3rem;
        font-weight: bold;
        color: #333333;
        line-height: .7rem;
        font-size: .25rem
    }
}

.section {
    position: relative
}

.section:after {
    position: absolute;
    content: '';
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
}

.fp-auto-height.section:after{
    display: none;
}

/*2020*/
.boxs {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.join .editor {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin: 45px 0 20px 0;
}

.join .join_nav {
    text-align: center;
    margin: 40px 0 20px 0;
}

.join_nav a {
    display: inline-block;
    font-size: 24px;
    /* color: #ffffff; */
    position: relative;
    margin: 0 72px;
    padding: 8px 16px;
    /* padding-bottom: 25px; */
    cursor: pointer;
    /* background: #44454A; */
    transition: all 300ms;
}

/* .join_nav a:after {
    content: '';
    background: url('../images/ico_bottom.png') no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    opacity: 0;
} */

/* .join_nav a.on:after, .join_nav a:hover:after {
    opacity: 1;
} */

.join_nav a.on, .join_nav a:hover {
    /* color: #D6DF38; */
    /* background: #363741; */
    color: #ffffff;
    background: #44454A;
}

.join_list {
    margin-bottom: 80px;
}

.join_list li {
    border-bottom: 1px solid #dbdbdb;
    box-sizing: border-box;
    padding: 0 40px;
}

.join_list li .t1:before {
    content: '';
    background: url('../images/ico_add.png') no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 0px;
}

.join_list li.on .t1:before {
    content: '';
    background: url('../images/ico_jian.png') no-repeat;
}

.join_list li.on {
    background: #f0f0f0;
}

.join_list .t1 {
    line-height: 60px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.join_list .t2 {
    display: none;
    position: relative;
    padding-right: 160px;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.join_list .t2_1 {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 25px;
}

.join_list .t2_2 {
    width: 142px;
    height: 50px;
    line-height: 50px;
    background: #434449;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 2;
}

.join_sum dd {
    display: none;
}

@media screen and (max-width: 1199px) {
    .join .editor {
        font-size: 17px;
        line-height: 1.8;
        margin: 30px 0;
    }

    .join_nav a {
        font-size: 18px;
        margin: 0 12px;
        padding-bottom: 15px;
    }

    .join_list .t2 {
        display: none;
        padding-right: 0px;
        padding-bottom: 20px;
    }
	
	.banner1 .t1{
		font-size: 1.8em;
	}
	
	.banner1 .t2{
		font-size: 1.6em;
	}
	
	.banner1 .t3{
		font-size: 1.4em;
	}
	
	.banner1 .lans .t4{
		display: inline-block;
		width: auto;
		padding: 0 2em 0 1.1em;
		font-size: 1em;
		height: 2.4em;
		line-height: 2.4em;
		background-position: 92% center;
		margin-top: 2em;
	}
}

@media screen and (max-width: 991px){
	.banner1 .lans{
		font-size: 14px;
	}
	
	.banner1 .t1{
		font-size: 1.6em;
	}
	
	.banner1 .t2{
		font-size: 1.4em;
	}
	
	.banner1 .t3{
		font-size: 1.2em;
	}
	
	.banner1 .lans2 .t3{
		font-size: 1.2em;
	}
	
	.banner1 .t4{
		font-size: .8em !important;
		margin-top: 1em !important;
	}
}

@media screen and (max-width: 780px) {
    .join_nav a {
        font-size: 16px;
        margin: 0 12px;
    }

    .join_nav a:after {
        content: '';
        width: 14px;
        height: 14px;
        background-size: 100% 100%;
        left: calc(50% - 7px);
    }

    .join_list li {
        padding: 0 5%;
    }

    .join_list .t1 {
        line-height: 50px;
        font-size: 16px;
    }

    .join_list .t2_1 {
        font-size: 14px;
        line-height: 2;
    }

    .join_list li .t1:before, .join_list li.on .t1:before {
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
    }

    .join_list .t2_2 {
        position: static;
        margin-top: 25px;
        width: 102px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .join_list {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 770px){
	.banner1{
		margin-top: 80px;
	}
}

@media screen and (max-width: 767px){
	.banner1 .t1{
		font-size: 1.2em;
	}
	
	.banner1 .t2{
		font-size: 1em;
	}
	
	.banner1 .t3{
		font-size: .8em !important;
	}
}

@media screen and (max-width: 700px){
	.banner1{
		margin-top: 0;
	}
}

/*soft*/
.soft_list {
    margin: 100px auto 85px auto;
    position: relative;
}

.soft_list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 25%;
    background: #dbdbdb;
    width: 1px;
    height: 100%;
    z-index: 1;
}

.soft_list li:nth-child(2):after {
    left: 50%;
}

.soft_list li:nth-child(3):after {
    left: 75%;
}

.soft_list li {
    box-sizing: border-box;
    width: calc(25% - 4px);
    padding: 0 20px;
    margin: auto;
    display: inline-block;
    vertical-align: top;
}

.soft_list .t1 {
    padding-top: 30px;
    text-align: center;
}

.soft_list .t2 {
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin: 45px 0 25px 0;
    text-transform: uppercase
}

.soft_list .t3 {
    font-size: 17px;
    line-height: 33px;
    color: #666666;
    height: 132px;
    overflow: hidden;
}

.soft_list .t4 {
    margin-top: 40px;
    text-transform: uppercase;
}

.soft_list .t4 a {
    position: relative;
    font-size: 18px;
    line-height: 43px;
    color: #666666;
    display: block;
    box-sizing: border-box;
    width: 95%;
    cursor: pointer;
    padding-right: 10px;
}

.soft_list .t4 a:hover {
    color: #333333;
}

.soft_list .t4 a:after {
    content: '>';
    color: #666666;
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.pro_tips {
    font-size: 18px;
    line-height: 2;
    color: #000000;
    padding-top: 60px;
}

@media screen and (max-width: 1199px) {
    .soft_list li:after {
        content: '';
        display: none;
    }

    .soft_list li {
        width: calc(50% - 1px);
        padding: 0 10px;
        margin: auto -1px;
        margin-bottom: 30px;
    }

    .soft_list li:nth-child(odd) {
        border-right: 1px solid #dbdbdb;
    }

    .soft_list li:nth-child(even) {
        border-left: 1px solid #dbdbdb;
    }

    .pro_tips {
        font-size: 16px;
        padding-top: 40px;
    }
}

@media screen and (max-width: 780px) {
    .soft_list .t1 {
        width: 50%;
        margin: auto;
        max-width: 40px;
    }

    .soft_list .t2 {
        text-align: center;
        font-size: 18px;
        margin: 25px 0 10px 0;
    }

    .soft_list .t3 {
        font-size: 14px;
        line-height: 1.8;
    }

    .soft_list .t4 {
        margin-top: 20px;
    }

    .soft_list .t4 a {
        font-size: 14px;
        line-height: 2.8;
        width: 90%;
        cursor: pointer;
        margin-left: 3%;
    }

    .soft_list {
        margin: 50px auto;
    }

    .pro_tips {
        font-size: 15px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 550px) {
    .soft_list li, .soft_list li:nth-child(odd), .soft_list li:nth-child(even) {
        border: 0;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .soft_list .t3 {
        height: auto;
    }
}

/*iot_sum*/
.iot_sum {
    text-align: center;
}

.iot_sum .iot1 {
    font-size: 32px;
    color: #333333;
    margin: 50px 0 15px 0;
}

.iot_sum .iot2 {
    font-size: 18px;
    line-height: 50px;
    color: #666666;
}

.iot_sum .iot3 {
    margin: 50px 0 20px 0;
}

.iot_sum1 {
   
    padding-bottom: 90px;
}

.iot_sum1 .titles {
    padding: 30px 0 20px 0;
}

.iot_sum1 .titles .left {
    font-size: 24px;
    line-height: 1;
    color: #333333;
    float: left;
}

.iot_sum1 .titles .left img {
    margin-right: 5px;
}

.iot_sum1 .titles .right {
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    float: right;
}

.iot_sum1 .titles .right a {
    margin-left: 40px;
    cursor: pointer;

}

.iot_sum1 .titles .right a img {
    margin-left: 10px;
    vertical-align: top;
}

.iot_sum1 li {
    padding: 20px 0;
}

.iot_sum1 table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.tables th {
    font-size: 18px;
    color: #333333;
    padding: 35px 30px;
    box-sizing: border-box;
    line-height: 30px;
    font-weight: normal;
    background: #cccccc;
    border: 1px solid #cccccc;
}

.tables td {
    padding: 20px 10px;
    box-sizing: border-box;
    background: #eeeeee;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    border: 1px solid #cccccc;
    min-width: 160px;
}

.tables td a {
    display: block;
    text-align: center;
    cursor: pointer;
}

.tables td:nth-child(1) {
    padding: 20px 20px 20px 60px;
    text-align: left;
    position: relative;
    cursor: pointer;
    width: 620px;
}

.tables .t1:after {
    background: url('../images/ico_add.png') left top no-repeat;
    position: absolute;
    top: 25px;
    left: 15px;
    width: 30px;
    height: 30px;
    content: '';
}

.tables tr.on .t1:after {
    background: url('../images/ico_jian.png') left top no-repeat;
    content: '';
}
.firsts_table tr{
    display:none;
}
.firsts_table.on tr,.firsts_table tr.show{
    display:table-row;
}
.tables .t1 {
    font-size: 18px;
    line-height: 2;
    color: #333333;
}

.tables .t2 {
    font-size: 16px;
    line-height: 2;
    margin-top: 5px;
    color: #333333;
    display: none;
    text-align: left;
}

.tables .t2 a {
    text-align: left;
    display: inline;
}
.tables .t2 dt{
    padding:5px;
    box-sizing: border-box;
}
.tables .t2 dd{
    color: #666666;
    box-sizing: border-box;
    padding: 5px;
}
.tables .t2 dd:nth-child(odd){
    background: #FFFFFF;
}
.iot_sum2 {
    padding: 50px 0;
}

.iot_sum2 .t1 {
    font-size: 30px;
    color: #333333;
    line-height: 2.5;
    box-sizing: border-box;
    border-bottom: 1px solid #aaaaaa;
}

.iot_sum2 .t2 {
    padding-top: 60px;
}

.iot_sum2 .t2 a {
    cursor: pointer;
    vertical-align: top;
    margin-right: 36px;
}

.iot_sum2 .t2 a:nth-child(5n) {
    margin-right: 0;
}

.iot_sum2 .picture {
	position: relative;
    width: 208px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
}

.iot_sum2 .picture .suspen{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	z-index: 2;
}

.iot_sum2 .ones {
    font-size: 20px;
    line-height: 2.6;
    color: #333333;
}

.down-search .tips {
    font-size: 16px;
    color: #333333;
    margin-top: 45px;
    line-height: 2;
    margin-bottom: 8px;
}

.iot_sum1 .more {
    display: block;
    margin: auto;
    font-size: 16px;
    width: 140px;
    height: 50px;
    line-height: 50px;
    background: #434449;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;

}

.down-search {

}

.down-search .checksum {
    font-size: 18px;
    color: #8c8c8c;
    padding-top: 40px;
}

.down-search .checksum li {
    padding-left: 25px;
    background: url('../images/c.png') left center no-repeat;
}

.down-search .checksum li {
    float: left;
    margin-right: 50px;
    cursor: pointer;
}

.check_item {
    margin-top: 20px;
}

.check_item ul {
    float: left;
    width: calc(100% - 170px);
    color: #333333;
    text-transform: uppercase;
}

.check_item .checkbox {
    display: none;
}

.ci1 {
    width: 170px;
    float: left;
}

.down-search .checksum li.on {
    background: url('../images/c_on.png') left center no-repeat;
}

.down_tips {
    font-size: 18px;
    color: #8c8c8c;
    margin: 60px 0 30px 0;
}

.down_tips a {
    color: #414d73;
    cursor: pointer;
    text-decoration: underline;
}

@media screen and (max-width: 1199px) {
    .iot_sum .iot1 {
        font-size: 36px;
        margin: 40px 0 10px 0;
    }

    .iot_sum1 .tables {
        overflow: hidden;
        overflow-x: scroll;
    }
    .firsts_table{
        /* height:100px */
    }
    .iot_sum .iot2 {
        font-size: 20px;
        line-height: 1.7;
    }

    .iot_sum1 .titles .left {
        font-size: 17px;
    }

    .iot_sum1 .titles .left img {
        width: 27px;
    }

    .iot_sum1 .titles .right a img {
        margin-left: 7px;
        width: 20px;
    }

    .iot_sum1 .titles .right {
        font-size: 13px;
        line-height: 20px;
    }

    .iot_sum1 .titles .right a {
        margin-left: 20px;
    }

    .tables th {
        font-size: 15px;
        color: #333333;
        padding: 10px 5px;
        box-sizing: border-box;
        line-height: 24px;
    }

    .tables .t1:after {
        width: 15px;
        height: 15px;
        top: 17px;
        background-size: 100% 100%;
    }

    .tables td {
        padding: 10px 2px;
        box-sizing: border-box;
        background: #eeeeee;
        font-size: 12px;
        line-height: 1.5;
        /* min-width: 50px; */
    }

    .tables .t1 {
        font-size: 13px;
        word-break: break-all;
        line-height: 1.5;
        margin-bottom: 11px;
    }

    .tables td:nth-child(1) {
        padding: 10px 10px 10px 35px;
        width: 300px;
        word-break: break-all;
    }

    .tables tr.on .t1:after {
        background-size: 100% 100%;
        left: 10px;
        width: 10px;
        height: 10px;
    }

    .tables .t2 {
        font-size: 12px;
        line-height: 1.2;
    }

    .iot_sum1 {
        padding-bottom: 40px;
		overflow-x: auto;
    }
	
	.iot_sum1::-webkit-scrollbar{
		display: none;
	}

    .iot_sum2 .t1 {
        font-size: 20px;
    }

    .iot_sum2 .picture {
        width: 100%;
    }

    .iot_sum2 .t2 a, .iot_sum2 .t2 a:nth-child(5n) {
        width: 48%;
        margin-right: 0;
    }

    .iot_sum2 .t2 a:nth-child(2n) {
        margin-left: calc(4% - 4px);
    }

    .iot_sum2 .ones {
        font-size: 16px;
    }

    .iot_sum1 .more {
        font-size: 14px;
        width: 110px;
        height: 40px;
        line-height: 40px;
        margin-top: 0px;
    }

    .ci1 {
        width: 20%;
        max-width: 100px;
        font-size: 15px;
    }

    .down-search .checksum li {
        padding-left: 25px;
        font-size: 15px;
        margin-bottom: 8px;
    }

    .down-search .checksum li {
        background-size: 18px auto;
        margin-right: 20px;
    }

    .check_item ul {
        width: calc(100% - 100px);
    }

    .down_tips {
        font-size: 15px;
        color: #8c8c8c;
        margin: 30px 0 10px 0;
    }
}

.servies1.soft_list .t3 {
    height: auto;
}

.servies1.soft_list li {
    width: calc(33% - 4px);
}

.servies1.soft_list li:after {
    left: 32%;
}

.servies1.soft_list li:nth-child(2):after {
    left: 65%;
}

.banner_footer {
    width: 100%;
    height: 250px;
    padding: 1px;
    box-sizing: border-box;
    background: url(../images/4ae5c178b3a54f03bab9c900d8bef16b.gif) right center no-repeat;
}

.banner_footer .t1 {
    font-size: 30px;
    margin-top: 90px;
    color: #333333;
}

.banner_footer .t2 {
    font-size: 22px;
    color: #666666;
    margin-top: 12px;
}

.banner_footer .t2 a {
    cursor: pointer;
    color: #2f6dbe;
    text-decoration: underline;
}

.s1_pro_tips {
    margin-bottom: 45px;
}

@media screen and (max-width: 1199px) {
    .servies1.soft_list li {
        width: calc(50% - 1px);
    }

    .banner_footer .t1 {
        font-size: 27px;
    }

    .banner_footer .t2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 780px) {
    .servies1.soft_list li {
        width: 100%;
        border: 0;
    }

    .banner_footer .t1 {
        font-size: 22px;
        margin-top: 60px;
    }

    .banner_footer .t2 {
        font-size: 16px;
    }

    .banner_footer {
        height: 180px;
        padding: 1px;
    }
    .iot_sum .iot2{
        font-size:14px
    }
    .iot_sum .iot1 {
        font-size: 24px;
        margin: 30px 0 10px 0;
    }
}

.pro_list {

}

.pro_list li {
    padding: 50px 0 70px 0;
}

.pro_list li:nth-child(even) {
    background: #f9f9f9;
}

.pro_list .t1 {
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
}

.pro_list .t2 {
    font-size: 20px;
    line-height: 1.8;
    margin: 5px 0;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
}

.pro_list .t3 {
    font-size: 16px;
    line-height: 34px;
    color: #333;
}

.pro_list .t4 {

}

.pro_table {
    margin-top: 55px;
}

.pro_table table {
    width: 100%;
    border-top: 2px solid #dcdcdc;
}

.pro_table tr {
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
}

.pro_table th {
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    font-weight: bold;
    padding: 15px 0;
}

.pro_table td {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: center;
    padding: 25px 5px;
    max-width: 130px;
    min-width: 60px;
}

.pro_table td a {
    color: #666;
}

@media screen and (max-width: 1280px){
	.banner1 .lans{
		width: 90%;
	}
}

@media screen and (max-width: 1199px) {
    .pro_list .t1 {
        font-size: 29px;
    }

    .pro_list .t2 {
        font-size: 18px;
    }

    .pro_list .t3 {
        font-size: 14px;
        line-height: 28px;
        color: #333;
    }

    .pro_table {
        margin-top: 30px;
    }

    .pro_table th {
        font-size: 15px;
        line-height: 25px;
    }
    .pro_table td {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 5px;
    }
    .pro_table td:nth-child(1) img{
        width: 100px;
    }
    .pro_table{
        width:100%;
        overflow-y:scroll;
    }
}

@media screen and (max-width: 780px) {
    .pro_table td:nth-child(1) img{
        width:70px;
    }
    .pro_table th {
        font-size: 13px;
        line-height: 18px;
        padding: 10px 0;
    }
    .pro_table td:nth-child(6){
        width: 240px;
        min-width: 130px;
    }
    .pro_list .t1{
        font-size:22px;
    }
    .pro_list .t2 {
        font-size: 15px;
    }.pro_list .t3 {
         font-size: 12px;
         line-height: 24px;
         color: #333;
     }.pro_list li {
          padding: 30px 0 40px 0;
      }
    .iot_sum2 .t2{
        padding-top: 30px;
    }
    .iot_sum2 {
        padding: 20px 0;
    }
}