html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: none;
}

ul,
ol {
    list-style: none;
}

a:focus,
a:active,
a:hover {
    color: #333;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.am-paragraph-default {
    margin: 0;
}

.am-paragraph-default img {
    border: none;
    padding: 0;
    max-width: 100%;
}

.am-close {
    font-size: 24px;
}

/*滚动条美化*/
.tac,
.tc {
    text-align: center;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
}

.lc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.hc {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

i {
    font-style: normal;
}

video {
    display: block;
    background: #000;
}

input,
select {
    outline: none;
    border: none;
}

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

.banner a img {
    width: 100%;
}

@font-face {
    font-family: 'sourc';
    src: url('../fonts/sourc.otf') format('truetype');
}

body,
html {
    font-family: "sourc";
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

select::-ms-expand {
    display: none;
}

.box .hist-top {
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 20px;
}

.box .hist-top ul {
    float: right;
}

.box .hist-top ul li {
    float: left;
    margin-left: 20px;
    position: relative;
}

.box .hist-top ul li:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 1px;
    background: #999999;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.box .hist-top ul li:first-child img {
    margin-top: -3px;
}

.box .hist-top ul li:first-child:after {
    display: none;
}

.box .hist-top ul li a {
    color: #999999;
    font-size: 14px;
}

.box .hist-top ul li:hover a {
    color: #333333;
}

.box .hist-top ul li.active a {
    color: #333333;
}

.box {
    width: 100%;
    background: #ffffff;
}

.box .header {
    width: 100%;
}

.box .header .header-con {
    max-width: 1720px;
    margin: 0 auto;
    height: 98px;
}

.box .header .header-con .head-logo {
    width: 452px;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}

.box .header .header-con .head-logo img {
    width: 100%;
}

.box .header .header-con .head-title {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}

.box .header .nav{
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
}

.box .nav > li{
    padding: 0 30px;
}

.box .nav > li:last-child{
    padding-right: 0;
}

.box .nav .sub_nav{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.box .nav .sub_nav .sub_wrap{
    display: none;
    position: absolute;
    top: 100%;
    z-index: 10;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.box .nav .sub_nav .sub_wrap ul{
    display: block;
}
/* 英文超出隐藏，html页面添加title属性 */
.box .nav .sub_nav .sub_wrap li{
    border-bottom: 1px solid #eee;
    /* width: auto; */
    min-width: 190px;
    padding: 0 20px;
    
}
.box .nav .sub_nav .sub_wrap li:last-child{
    border-bottom: none;
}
.box .header .header-con .nav .sub_nav .sub_wrap li a{
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
}

.box .header .header-con .nav .sub_nav .sub_wrap li a:hover{
    color: #fff;
}

.box .nav .sub_nav:hover .sub_wrap{
    display: block;
}

.box .header .header-con .head-title li {
    float: left;
}

.box .header .header-con .head-title li a {
    color: #333333;
    font-size: 18px;
}

.box .header .header-con .head-title li a img {
    margin-right: 5px;
    float: left;
}

.box .banner {
    width: 100%;
    position: relative;
}

.box .banner img {
    width: 100%;
}

.box .banner .ban-con {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
}

.box .banner .ban-con span {
    font-size: 30px;
    color: #ffffff;
    position: relative;
}

.box .banner .ban-con span:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background: #ffffff;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}

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

.box .nav ul {
    display: inline-block;
    height: 80px;
}

.box .nav ul > li {
    width: 200px;
    float: left;
    text-align: center;
    position: relative;
}

.box .nav ul > li .nav-men {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #ffffff;
    display: none;
    z-index: 2;
}

.box .nav ul > li .nav-men a {
    color: #666666;
    font-size: 16px;
    line-height: 60px;
    border-bottom: 1px solid #e8f1ff;
}

.box .nav ul > li .nav-men a:hover {
    color: #4285f4;
    background: #e8f1ff;
}

.box .nav ul > li > a {
    color: #333333;
    font-size: 16px;
    line-height: 80px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box .nav ul > li > a img {
    margin-left: 6px;
}

.box .nav ul > li.active {
    background: #4285f4;
}

.box .nav ul > li.active > a {
    color: #ffffff;
}

.box .nav ul > li:hover {
    background: #4285f4;
}

.box .nav ul > li:hover > a {
    color: #ffffff;
}

.box .nav ul > li:hover .nav-men {
    display: block;
}

.box .hist {
    width: 100%;
    background: #f4f5f7;
    padding-bottom: 20px;
}

.box .hist .hist-main {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 45px;
}

.box .hist .hist-main .title {
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.box .hist .hist-main .test {
    color: #999999;
    font-size: 24px;
    text-align: center;
}

.box .hist .hist-main .text {
    padding-top: 80px;
}

.box .hist .hist-main .text .text-list {
    padding-left: 44px;
    height: 115px;
    position: relative;
}

.box .hist .hist-main .text .text-list:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #b8b8b8;
    z-index: 1;
}

.box .hist .hist-main .text .text-list:last-child:before {
    display: none;
}

.box .hist .hist-main .text .text-list i {
    position: absolute;
    content: '';
    left: 0;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 50%;
    top: 0px;
    z-index: 2;
}

.box .hist .hist-main .text .text-list i:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #999999;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
}

.box .hist .hist-main .text .text-list .text-time {
    float: left;
    color: #c01811;
    font-size: 16px;
    margin-top: -5px;
}

.box .hist .hist-main .text .text-list .text-wz {
    width: 965px;
    float: left;
    margin-left: 30px;
    color: #666;
    font-size: 16px;
    margin-top: -5px;
}

.box .footer {
    width: 100%;
}

.box .footer .footer-top {
    background: #1e2326;
    width: 100%;
}

.box .footer .footer-top .conten {
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 55px;
    background-position: right bottom;
}

.box .footer .footer-top .conten .left {
    width: 840px;
    float: left;
}

.box .footer .footer-top .conten .left li {
    float: left;
    margin-left: 36px;
}

.box .footer .footer-top .conten .left li:first-child {
    margin-left: 0;
}

.box .footer .footer-top .conten .left li a {
    color: #999999;
    font-size: 14px;
    margin-bottom: 15px;
}

.box .footer .footer-top .conten .left li a:first-child {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 16px;
}

.box .footer .footer-top .conten .left li a:hover {
    color: #ffffff;
}

.box .footer .footer-top .conten .right {
    float: right;
    text-align: right;
}

.box .footer .footer-top .conten .right .title {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
}

.box .footer .footer-top .conten .right ul li {
    color: #999999;
    font-size: 16px;
    margin-bottom: 15px;
}

.box .footer .footer-but {
    background: #222526;
    width: 100%;
    text-align: center;
    color: #999999;
    font-size: 12px;
    padding: 15px 0px;
}
/* 联系客服 */
.customer{
    width: 130px;
    position: fixed;
    right: 2px;
    top: 50%;
    left: auto;
    bottom: auto;
    border-radius: 5px;
    margin: -25px 0 0 0;
    z-index: 100000;
}
.cust_top{
    
    height: 66px;
    width: 130px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.cust_top img{
    display: block;
    height: 35px;
    width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -10px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.cust_btn{
    border: 1px solid #5882ed;
    background-color: #ffffff;
}
.cust_btn ul li{
    background-color: #cbdaff;
    border: 1px solid #5178dd;
    cursor: pointer;
    margin: 15px 10px;
    border-radius: 16px;
    display: flex;
    height: 33px;
}
.cust_btn ul li i{
    
    width: 31px;
    height: 31px;
    vertical-align: middle;
}
.cust_btn ul li span{
    line-height: 33px;
    padding-left: 10px;
}

/*公司概况*/
.box .pany {
    width: 100%;
    background: url(../images/bj_02.jpg) no-repeat;
    background-size: cover;
}

.box .pany .pany-main {
    max-width: 1600px;
    margin: 0 auto;
}

.box .pany .pany-main .title {
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.box .pany .pany-main .test {
    color: #999999;
    font-size: 24px;
    text-align: center;
}

.box .pany .pany-wz {
    padding-top: 75px;
    padding-bottom: 80px;
}

.box .pany .pany-wz .left {
    width: 600px;
    float: left;
    box-shadow: 20px 20px 0px #4285f4;
}

.box .pany .pany-wz .left img {
    width: 100%;
}

.box .pany .pany-wz .right {
    width: 910px;
    float: right;
}

.box .pany .pany-wz .right p {
    color: #666666;
    font-size: 14px;
}

/*合作伙伴*/
.box .tner {
    background: #f4f5f7;
}

.box .tner .tner-main .title {
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.box .tner .tner-main .test {
    color: #999999;
    font-size: 24px;
    text-align: center;
}

.box .tner .partner {
    padding: 80px 0px;
    max-width: 1100px;
    margin: 0 auto;
}

.box .tner .partner .pat-img {
    padding-bottom: 30px;
}

.box .tner .partner .pat-img li {
    float: left;
    margin-left: 20px;
    width: 260px;
    margin-bottom: 20px;
}

.box .tner .partner .pat-img li img {
    width: 100%;
}

.box .tner .partner .pat-img li:first-child {
    margin-left: 0;
}

.box .tner .partner .pat-img li:nth-child(4n+1) {
    margin-left: 0;
}

.box {
    /*分页*/
}

.box .join {
    background: #f4f5f7;
    padding-bottom: 80px;
}

.box .join .join-main .title {
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.box .join .join-main .test {
    color: #999999;
    font-size: 24px;
    text-align: center;
}
.box .join .join-main .contact{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.box .join .join-main .contact .act1{
    padding: 0 20px;
}
.box .join .join-main .contact .act2{
    padding: 0 20px;
}

.box .join .join-main .list {
    max-width: 1600px;
    margin: 0 auto;
}

.box .join .join-main .list li {
    margin-top: 60px;
    width: 385px;
    float: left;
    border-top: 4px solid #dedede;
    padding: 26px 30px 0px 30px;
    background: #ffffff;
    height: 420px;
    margin-left: 20px;
    border-bottom-right-radius: 40px;
    position: relative;
}

.box .join .join-main .list li:after {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    top: -4px;
    height: 4px;
    background: #4285f4;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -0 -transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.box .join .join-main .list li:hover:after {
    width: 100%;
}

.box .join .join-main .list li:hover .name .text {
    color: #4285f4;
}

.box .join .join-main .list li:first-child {
    margin-left: 0;
}

.box .join .join-main .list li:nth-child(4n+1) {
    margin-left: 0;
}

.box .join .join-main .list li .name {
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.box .join .join-main .list li .name .time {
    color: #999999;
    font-size: 14px;
}

.box .join .join-main .list li .name .text {
    color: #333333;
    font-size: 18px;
}

.box .join .join-main .list li .detail {
    padding-top: 30px;
    height: 220px;
}

.box .join .join-main .list li .detail p {
    color: #666666;
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box .join .join-main .list li .btn {
    width: 150px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #dedede;
}

.box .join .join-main .list li .btn a {
    color: #666666;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}

.box .join .join-main .list li .btn:hover {
    background: #4285f4;
    border: 1px solid #4285f4;
    transition: all 1s;
}

.box .join .join-main .list li .btn:hover a {
    color: #ffffff;
}

.box .page {
    text-align: center;
    padding-top: 60px;
}

.box .page ul {
    display: inline-block;
}

.box .page ul li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    border: 1px solid #999999;
    float: left;
    margin: 0px 5px;
}

.box .page ul li a {
    color: #999999;
    font-size: 12px;
}

.box .page ul li:first-child {
    font-family: '宋体';
    font-weight: bold;
    margin-right: 15px;
}

.box .page ul li:last-child {
    font-family: '宋体';
    font-weight: bold;
    margin-left: 15px;
}

.box .page ul li:hover {
    background: #4285f4;
    border: 1px solid #4285f4;
}

.box .page ul li:hover a {
    color: #ffffff;
}

/*企业资质*/
.box .ficat {
    width: 100%;
    background: #f4f5f7;
    padding-bottom: 80px;
}

.box .ficat .ficat-main {
    padding-top: 80px;
    max-width: 1600px;
    margin: 0 auto;
}

.box .ficat .ficat-main .title {
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.box .ficat .ficat-main .test {
    color: #999999;
    font-size: 24px;
    text-align: center;
}

.box .ficat .ficat-main .ficat-list {
    padding-top: 60px;
}

.box .ficat .ficat-main .ficat-list .catxn {
    float: left;
    cursor: pointer;
    width: 385px;
    position: relative;
}

.box .ficat .ficat-main .ficat-list .catxn:hover .carxn-wz {
    display: block;
}

.box .ficat .ficat-main .ficat-list .catxn:first-child {
    margin-left: 0;
}

.box .ficat .ficat-main .ficat-list .catxn .carxn-wz {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #4285f4;
    left: 0;
    top: 0;
    padding: 100px 51px 0px 51px;
    box-sizing: border-box;
    display: none;
    background: rgba(255, 255, 255, 0.9);
}

.box .ficat .ficat-main .ficat-list .catxn .carxn-wz .bita {
    color: #333333;
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 25px;
}

.box .ficat .ficat-main .ficat-list .catxn .carxn-wz .xian {
    width: 30px;
    height: 2px;
    background: #4285f4;
    margin: 0 auto;
}

.box .ficat .ficat-main .ficat-list .catxn .carxn-wz .ganx {
    margin-top: 25px;
    color: #666666;
    font-size: 14px;
}

/*视频*/
.box .vide-main .title {
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.box .vide-main .test {
    color: #999999;
    font-size: 24px;
    text-align: center;
}

.box .video {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 30px;
}

.box .video li {
    float: left;
    width: 450px;
    cursor: pointer;
    margin-left: 25px;
    margin-top: 20px;
}

.box .video li:first-child {
    margin-left: 0;
}

.box .video li:nth-child(3n+1) {
    margin-left: 0;
}

.box .video li:hover .play {
    background: rgba(255, 255, 255, 0.6);
}

.box .video li .imgsa {
    width: 100%;
    height: 300px;
}

.box .video li .imgsa .play {
    width: 100%;
    height: 100%;
    position: relative;
}

.box .video li .imgsa .play img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.box .video li .play-wz {
    color: #333333;
    font-size: 16px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
}

.box .team {
    width: 100%;
    background: #f4f5f7;
}

.box .team .team-main {
    max-width: 1400px;
    margin: 0 auto;
}

.box .team .team-main .title {
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.box .team .team-main .test {
    color: #999999;
    font-size: 24px;
    text-align: center;
}

.box .team .team-main .team-list {
    padding-bottom: 60px;
    padding-top: 80px;
}

.box .team .team-main .team-list li {
    width: 260px;
    float: left;
    margin-left: 20px;
}

.box .team .team-main .team-list li:hover {
    transform: scale(1.05);
    transition: all 1s;
}

.box .team .team-main .team-list li:first-child {
    margin-left: 0;
}

.box .team .team-main .team-list li img {
    width: 100%;
    height: 300px;
}

.box .team .team-main .team-list li .wz {
    text-align: center;
    padding-top: 10px;
    height: 70px;
}

.box .team .team-main .team-list li .wz .chuas {
    color: #333333;
    font-size: 16px;
}

.box .team .team-main .team-list li .wz .chnj {
    font-size: 14px;
    color: #999999;
}

/*未来发展*/
.box .future {
    width: 100%;
    background: #f4f5f7;
    padding-bottom: 80px;
}

.box .future .futrue-main .title {
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.box .future .futrue-main .test {
    color: #999999;
    font-size: 24px;
    text-align: center;
}

.box .future .futrue-main .test-time {
    color: #999999;
    font-size: 14px;
    text-align: center;
}

.box .future .futrue-main .tuen-a {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 60px;
}

.box .future .futrue-main .tuen-a img {
    width: 100%;
    margin-top: 20px;
}

.box .future .futrue-main .tuen-a p {
    color: #666666;
    font-size: 14px;
}

/*产品中心*/
.box .porduct {
    width: 100%;
    background: #f4f5f7;
    padding-bottom: 80px;
}

.box .porduct .duct-main {
    max-width: 1600px;
    margin: 0 auto;
}

.box .porduct .duct-main .duvt-iput {
    text-align: center;
    padding-top: 40px;
}

.box .porduct .duct-main .duvt-iput .duvt-list {
    display: inline-block;
}

.box .porduct .duct-main .duvt-iput .duvt-list input {
    width: 665px;
    float: left;
    color: #333333;
    font-size: 14px;
    height: 50px;
    padding-left: 18px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.box .porduct .duct-main .duvt-iput .duvt-list .duvt-a {
    width: 125px;
    background: #4285f4;
    height: 50px;
    float: left;
}

.box .porduct .duct-main .duvt-iput .duvt-list .duvt-a a {
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
}

.pord .pord-tab label {
    color: #333333;
    font-size: 16px;
    float: left;
}

.pord .pord-tab ul {
    float: left;
}

.pord .pord-tab ul li {
    font-size: 14px;
    float: left;
    margin: 3px 5px 0px 5px;
}

.pord .pord-tab ul li a {
    color: #666666;
    padding: 1px 3px;
    border-radius: 2px;
    line-height: 1;
}

.pord .pord-tab ul li.active a {
    color: #4285f4;
    background: #e1ecfd;
    border: 1px solid #4285f4;
}

.pord .pord-list {
    padding-top: 25px;
}

.pord .pord-list ul li {
    width: 385px;
    float: left;
    padding: 100px 47px 0px 47px;
    background: #ffffff;
    margin-left: 20px;
    position: relative;
    margin-bottom: 60px;
}

.pord .pord-list ul li:first-child {
    margin-left: 0;
}

.pord .pord-list ul li:nth-child(4n+1) {
    margin-left: 0;
}

.pord .pord-list ul li .xiansh {
    color: #333333;
    font-size: 14px;
    text-align: center;
    height: 44px;
    margin: 55px 0px 30px 0px;
}

.pord .pord-list ul li .ptev {
    position: absolute;
    width: 335px;
    height: 100px;
    background: #4285f4;
    padding-top: 10px;
    text-align: center;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    opacity: 0;
}

.pord .pord-list ul li .ptev span {
    color: #ffffff;
    font-size: 14px;
    display: block;
}

.pord .pord-list ul li .ptev p {
    /*color: #7faffe;*/
    color: #FFF;
    font-size: 12px;
}

.pord .pord-list ul li .ptev .xian {
    width: 30px;
    height: 2px;
    display: inline-block;
    background: #ffffff;
    margin: 10px 0px;
}

.pord .pord-list ul li:hover .ptev {
    height: 100px;
    transition: all 0.6s;
    opacity: 1;
}

/*产品中心详情*/
.box .tail {
    padding-top: 45px;
    max-width: 1600px;
    margin: 0 auto;
}

.box .tail .tail-tetle {
    color: #333333;
    font-size: 24px;
    padding-bottom: 30px;
    border-bottom: 1px solid #999999;
}

.box .tail .tail-main {
    padding-top: 30px;
    padding-bottom: 60px;
}

.box .tail .tail-main .left {
    max-width: 800px;
    float: left;
}

.box .tail .tail-main .left img {
    width: 100%;
}

.box .tail .tail-main .right {
    max-width: 740px;
    float: left;
    margin-left: 55px;
    /*padding-top: 95px;*/
}

.box .tail .tail-main .right p {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.box .tail .param {
    padding-top: 60px;
}

.box .tail .param .tetle {
    color: #333333;
    font-size: 24px;
    padding-bottom: 30px;
    border-bottom: 1px solid #999999;
}

.box .tail .param .tetle font {
    color: #999999;
    font-size: 16px;
}

.box .tail .param ul {
    padding-top: 10px;
}

.box .tail .param ul li {
    width: 50%;
    color: #666666;
    font-size: 14px;
    float: left;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*品牌中心*/
.box .brand {
    width: 100%;
    background: #f4f5f7;
    padding-bottom: 80px;
}

.box .brand .brand-main {
    max-width: 1600px;
    margin: 0 auto;
}

.box .brand .brand-main .title {
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.box .brand .brand-main .test {
    color: #999999;
    font-size: 24px;
    text-align: center;
}

.box .brand .brand-main .rand-ax {
    padding-top: 80px;
}

.rand-ax {
    padding-top: 80px;
}

.rand-ax .left {
    width: 50%;
    float: left;
    padding-top: 146px;
    height: 600px;
    background-color: #eff7ff;
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(39, 39, 39, 0.08);
}

.rand-ax .left img {
    max-width: 100%;
    display: inline-block;
}

.rand-ax .left .cnm {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #4285f4;
    padding: 28px 30px 24px 32px;
    z-index: 2;
}

.rand-ax .left .cnm .wvn {
    float: left;
    text-align: left;
}

.rand-ax .left .cnm .wvn span {
    color: #ffffff;
    font-size: 16px;
}

.rand-ax .left .cnm .wvn p {
    color: #8fb9ff;
    font-size: 14px;
}

.rand-ax .left .cnm .img {
    float: right;
}

.rand-ax .left:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.rand-ax .right {
    width: 50%;
    float: left;
}

.rand-ax .right .top {
    height: 300px;
    text-align: center;
    line-height: 300px;
    background-color: #f2fcff;
    box-shadow: 0px 0px 12px 0px rgba(39, 39, 39, 0.08);
}

.rand-ax .right .top a {
    height: 100%;
}

.rand-ax .right .top img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.rand-ax .right .top:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.rand-ax .right .but {
    width: 100%;
}

.rand-ax .right .but .but-le {
    width: 50%;
    float: left;
    height: 300px;
    text-align: center;
    line-height: 300px;
}

.rand-ax .right .but .but-le a {
    height: 100%;
}

.rand-ax .right .but .but-le img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.rand-ax .right .but .but-le:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.rand-ax .right .but .a1 {
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(39, 39, 39, 0.08);
}

.rand-ax .right .but .a2 {
    background-color: #fffbf3;
    box-shadow: 0px 0px 12px 0px rgba(39, 39, 39, 0.08);
}

/*应用展示*/
.disp-main {
    max-width: 1600px;
    margin: 0 auto;
}

.disp-main .title {
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.disp-main .test {
    color: #999999;
    font-size: 24px;
    text-align: center;
}

.disp-main .splay {
    padding-top: 60px;
}

.disp-main .splay ul li {
    margin-top: 20px;
    float: left;
    height: 240px;
    width: 790px;
    background: #ffffff;
}

.disp-main .splay ul li:nth-child(even) {
    margin-left: 20px;
}

.disp-main .splay ul li .left {
    width: 400px;
    height: 100%;
    float: left;
    overflow: hidden;
}

.disp-main .splay ul li .left img {
    width: 100%;
}

.disp-main .splay ul li .right {
    width: 390px;
    height: 100%;
    float: left;
    padding: 60px 10px 0px 28px;
}

.disp-main .splay ul li .right .title {
    color: #333333;
    font-size: 16px;
    text-align: left;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.disp-main .splay ul li .right a {
    display: block;
    border-radius: 4px;
    border: 1px solid #dedede;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #333333;
}

.disp-main .splay ul li:hover .right .title {
    color: #4285f4;
}

.disp-main .splay ul li:hover .right a {
    border: 1px solid #4285f4;
    color: #4285f4;
}

.disp-main .splay ul li:hover .left img {
    transform: scale(1.1);
    transition: all 0.6s;
}

/*新闻中心*/
.box .news {
    max-width: 1600px;
    margin: 0 auto;
}

.box .news .title {
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.box .news .test {
    color: #999999;
    font-size: 24px;
    text-align: center;
}

.box .news .duvt-iput {
    text-align: center;
    padding-top: 30px;
}

.box .news .duvt-iput .duvt-list {
    display: inline-block;
}

.box .news .duvt-iput .duvt-list input {
    width: 665px;
    float: left;
    color: #333333;
    font-size: 14px;
    height: 50px;
    padding-left: 18px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.box .news .duvt-iput .duvt-list .duvt-a {
    width: 125px;
    background: #4285f4;
    height: 50px;
    float: left;
}

.box .news .duvt-iput .duvt-list .duvt-a a {
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
}

.box .news .news-main {
    padding-top: 10px;
}

.news-main ul li {
    width: 790px;
    float: left;
    background: #ffffff;
    height: 200px;
    margin-top: 20px;
    padding: 20px 0px 20px 20px;
}

.news-main ul li .img {
    width: 140px;
    height: 160px;
    float: left;
}

.news-main ul li .img img {
    width: 100%;
    height: 100%;
}

.news-main ul li .wza {
    width: 465px;
    float: left;
    margin-left: 15px;
    padding-top: 35px;
}

.news-main ul li .wza span {
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-bottom: 25px;
}

.news-main ul li .wza p {
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-main ul li .time {
    text-align: center;
    float: right;
    width: 110px;
    height: 160px;
    padding-top: 45px;
    border-left: 1px solid #eeeeee;
}

.news-main ul li .time font {
    color: #333333;
    font-size: 36px;
}

.news-main ul li .time p {
    color: #999999;
    font-size: 14px;
}

.news-main ul li:hover {
    background: #4285f4;
}

.news-main ul li:hover .wza span {
    color: #ffffff;
}

.news-main ul li:hover .wza p {
    color: #ffffff;
}

.news-main ul li:hover .time font {
    color: #ffffff;
}

.news-main ul li:hover .time p {
    color: #ffffff;
}

.news-main ul li:nth-child(even) {
    margin-left: 20px;
}

/*新闻详情*/
.box .futrue-main .nbax {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 80px;
    border-top: 1px dashed #999999;
}

.box .futrue-main .nbax ul li {
    margin-top: 20px;
}

.box .futrue-main .nbax ul li a {
    color: #666666;
    font-size: 14px;
}

.box .futrue-main .nbax ul li:hover a {
    color: #4285f4;
}

/*下载中心*/
.box .future .download .title {
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.box .future .download .test {
    color: #999999;
    font-size: 24px;
    text-align: center;
}

.box .future .download .duvt-iput {
    text-align: center;
    padding-top: 30px;
}

.box .future .download .duvt-iput .duvt-list {
    display: inline-block;
}

.box .future .download .duvt-iput .duvt-list input {
    width: 665px;
    float: left;
    color: #333333;
    font-size: 14px;
    height: 50px;
    padding-left: 18px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.box .future .download .duvt-iput .duvt-list .duvt-a {
    width: 125px;
    background: #4285f4;
    height: 50px;
    float: left;
}

.box .future .download .duvt-iput .duvt-list .duvt-a a {
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
}

.box .future .download .down {
    padding-top: 20px;
    max-width: 1600px;
    margin: 0 auto;
}

.box .future .download .down .down-list {
    background: #ffffff;
    margin-top: 10px;
    height: 80px;
    width: 100%;
}

.box .future .download .down .down-list .vn {
    float: left;
    color: #666666;
    font-size: 14px;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box .future .download .down .down-list .img {
    width: 80px;
    height: 100%;
}

.box .future .download .down .down-list .img img {
    width: 100%;
}

.box .future .download .down .down-list .zil {
    width: 448px;
    margin-left: 30px;
}

.box .future .download .down .down-list .size {
    width: 335px;
    margin-left: 20px;
}

.box .future .download .down .down-list .update {
    width: 470px;
    margin-left: 10px;
}

.box .future .download .down .down-list .load {
    width: 150px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #dedede;
    margin-top: 15px;
}

.box .future .download .down .down-list .load a {
    color: #666666;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}

.box .future .download .down .down-list .load:hover {
    border: 1px solid #4285f4;
    background: #4285f4;
}

.box .future .download .down .down-list .load:hover a {
    color: #ffffff;
}

/*在线商城*/
.box .shopping {
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 30px;
}

.box .shopping ul li {
    width: 500px;
    height: 400px;
    float: left;
    margin-top: 50px;
    margin-left: 50px;
}

.box .shopping ul li img {
    width: 100%;
    height: 100%;
}

.box .shopping ul li:first-child {
    margin-left: 0;
}

.box .shopping ul li:nth-child(3n+1) {
    margin-left: 0;
}

.box .shopping ul li:hover img {
    transform: scale(1.1);
    transition: all 0.6s;
}

/*招商合作*/
.box .ation {
    width: 100%;
    padding-top: 60px;
    margin-top: 80px;
    padding-bottom: 65px;
}

.box .ation .ation-cen {
    max-width: 1600px;
    margin: 0 auto;
}

.box .ation .ation-cen .ation-list {
    margin-top: 20px;
}

.box .ation .ation-cen .ation-list input {
    color: #666666;
    font-size: 16px;
    padding: 0px 18px;
    width: 520px;
    height: 50px;
    float: left;
    margin-left: 20px;
    background: rgba(255, 255, 255, 0.72);
}

.box .ation .ation-cen .ation-list input:first-child {
    margin-left: 0;
}

.box .ation .ation-cen .ation-list select {
    color: #666666;
    font-size: 16px;
    padding: 0px 18px;
    width: 520px;
    height: 50px;
    float: left;
    margin-left: 20px;
    background: rgba(255, 255, 255, 0.72);
}

.box .ation .ation-cen .ation-list select:first-child {
    margin-left: 0;
}

.box .ation .ation-cen .ation-list textarea {
    color: #666666;
    font-size: 16px;
    padding: 18px 18px;
    width: 100%;
    height: 185px;
    background: rgba(255, 255, 255, 0.72);
    resize: none;
    outline: none;
}

.box .ation .ation-cen .ation-list .btna {
    background: #4285f4;
    width: 150px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
}

.box .ation .ation-cen .ation-list .btna a {
    color: #ffffff;
}

/*首页*/
.box .fabric {
    padding-top: 50px;
}

.box .fabric .bric-con {
    max-width: 1720px;
    margin: 0 auto;
    position: relative;
}
.box .fabric .bric-con .swiper-button-prev{
    left: -30px;
}
.box .fabric .bric-con .swiper-button-next{
    right: -30px;
}

.box .fabric .bric-con .swiper-wrapper{
    padding: 30px 0px;
}


.box .fabric .bric-con .swiper-slide{
    height: 450px;
    text-align: center;
    transition: all 0.5s;
}

.box .fabric .bric-con .swiper-slide:hover{
    background-color: #ffffff;
    box-shadow: 0px 3px 12px 0px rgba(166, 166, 166, 0.2);
}

.box .fabric .bric-con .swiper-slide:hover .chax{
    display: block;
}



.box .fabric .bric-con .swiper-slide .img{
    display: inline-block;
    max-width: 250px;
    height: 315px;
    line-height: 315px;
}

.box .fabric .bric-con .swiper-slide .img img{
    max-width: 100%;
    max-height: 165px;
} 

.box .fabric .bric-con .swiper-slide .trxa{
    color: #333333;
    font-size: 24px;
    text-align: center;
    margin-bottom: 18px;
}
.box .fabric .bric-con .swiper-slide .new_trxa{
    /*width: 300px;*/
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.box .fabric .bric-con .swiper-slide .chax{
    width: 120px;
    height: 36px;
    background: #4285f4;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    font-size: 14px;
    margin: 0 auto;
    display: none;
    transition: all 0.5s;
}

.bric-top {
    text-align: center;
}

.bric-top .tlx {
    color: #333333;
    opacity: 0.1;
    font-size: 48px;
    font-weight: bold;
}

.bric-top .tlx-name {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    top: -40px;
}

.bric-top .tlx-name:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    width: 50px;
    height: 4px;
    background: #4285f4;
}

.bric-con ul li {
    float: left;
    width: 25%;
    height: 450px;
    padding: 25px 0px 0px 0px;
    text-align: center;
}

.bric-con ul li .img {
    display: inline-block;
    max-width: 250px;
    height: 315px;
    line-height: 315px;
}

.bric-con ul li .img img {
    max-width: 100%;
    max-height: 165px;
}

.bric-con ul li .trxa {
    color: #333333;
    font-size: 24px;
    text-align: center;
    margin-bottom: 18px;
}

.bric-con ul li .chax {
    width: 120px;
    height: 36px;
    background: #4285f4;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    font-size: 14px;
    margin: 0 auto;
    display: none;
}

.bric-con ul li .chax img {
    width: 19px;
    display: inline-block;
}

.bric-con ul li:hover {
    background-color: #ffffff;
    box-shadow: 0px 3px 12px 0px rgba(166, 166, 166, 0.2);
}

.bric-con ul li:hover .chax {
    display: block;
}

.pinpai {
    width: 100%;
    background: #ffffff;
    padding-top: 60px;
}

.pinpai .pinpai-ax {
    max-width: 1230px;
    margin: 0 auto;
}

.pinpai .pinpai-ax p {
    color: #666666;
    font-size: 15px;
    text-align: center;
}

.pinpai .pinpai-list {
    max-width: 1720px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 70px;
    position: relative;
}

.pinpai .pinpai-list .swiper-button-prev{
    left: -40px;
}

.pinpai .pinpai-list .swiper-button-next{
    right: -40px;
}

.pinpai .pinpai-list .swiper-slide{
    margin-top: 20px;
    transition: all 0.5s;
}

.pinpai .pinpai-list .swiper-slide .img{
    width: 100%;
    height: 320px;
}

.pinpai .pinpai-list .swiper-slide .img img{
    max-width: 100%;
    height: 100%;
}

.pinpai .pinpai-list ul li{
    width: 23.5%;
    margin-left: 20px;
    float: left;
    margin-top: 20px;
}

.pinpai .pinpai-list ul li .img {
    width: 100%;
    height: 320px;
}

.pinpai .pinpai-list ul li .img img {
    max-width: 100%;
    height: 100%;
}

.pinpai .pinpai-list ul li .text, .pinpai .pinpai-list .swiper-slide .text{
    height: 205px;
    padding-top: 30px;
    text-align: center;
    transition: all 0.5s;
}

.pinpai .pinpai-list ul li .text .xian, .pinpai .pinpai-list .swiper-slide .text .xian {
    transition: all 0.5s;
    width: 50px;
    height: 2px;
    background: #333333;
    margin: 0 auto;
}

.pinpai .pinpai-list ul li .text .title, .pinpai .pinpai-list .swiper-slide .text .title {
    color: #333333;
    font-size: 24px;
    padding-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

.pinpai .pinpai-list ul li .text .wzc, .pinpai .pinpai-list .swiper-slide .text .wzc {
    color: #999999;
    font-size: 14px;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

.pinpai .pinpai-list ul li .text .gadu, .pinpai .pinpai-list .swiper-slide .text .gadu {
    margin-top: 25px;
    color: #ffffff;
    font-size: 14px;
}

.pinpai .pinpai-list ul li:hover, .pinpai .pinpai-list .swiper-slide:hover {
    background: #4285f4;
}

.pinpai .pinpai-list ul li:hover .xian, .pinpai .pinpai-list .swiper-slide:hover .xian {
    background: #ffffff;
}

.pinpai .pinpai-list ul li:hover .title, .pinpai .pinpai-list .swiper-slide:hover .title {
    color: #ffffff;
}

.pinpai .pinpai-list ul li:hover .wzc, .pinpai .pinpai-list .swiper-slide:hover .wzc {
    color: #ffffff;
}

.about {
    width: 100%;
    background: #ffffff;
}

.about .about-con {
    max-width: 1720px;
    margin: 0 auto;
}

.about .about-con .about-main {
    width: 100%;
}

.about .about-con .about-main .left {
    width: 47.1%;
    float: left;
}

.about .about-con .about-main .left img {
    width: 100%;
}

.about .about-con .about-main .right {
    width: 52.9%;
    float: left;
    padding-top: 100px;
    padding-left: 50px;
    height: 572px;
    box-shadow: 0px 3px 12px 0px rgba(51, 51, 51, 0.06);
}

.about .about-con .about-main .right .outab {
    text-align: left;
}

.about .about-con .about-main .right .outab .tlx-name:after {
    margin: inherit;
}

.about .about-con .about-main .right .vnaw {
    color: #666666;
    font-size: 16px;
}

.about .about-con .about-main .right .gabx {
    width: 120px;
    height: 36px;
    background: #4285f4;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    margin-top: 45px;
}

.about .about-con .about-main .right .gabx a {
    color: #ffffff;
}

.about .about-con .about-main .right .gabx img {
    width: 19px;
    display: inline-block;
}

.about .about-con .about-main .ganxa {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 33;
}

.about .about-con .about-main .atn {
    float: right;
    background: #4285f4;
    height: 50px;
    padding-right: 20px;
    z-index: 34;
    max-width: 450px;
    position: relative;
}

.about .about-con .about-main .atn:after {
    content: '';
    position: absolute;
    width: 0px;
    left: -100px;
    top: 0;
    border: solid;
    border-width: 50px 50px 0px 85px;
    border-color: #4285f4 #4285f4 transparent transparent;
}

.about .about-con .about-main .atn li {
    float: left;
    color: #a2c5ff;
    font-size: 16px;
    margin-left: 3px;
    line-height: 50px;
    width: 150px;
    z-index: 2;
    position: relative;
}

.about .about-con .about-main .atn li a {
    float: left;
    color: #a2c5ff;
    margin-right: 3px;
}

.about .about-con .about-main .atn li.active a {
    color: #ffffff;
}

/**/
.cation {
    width: 100%;
    padding-top: 70px;
}

.cation .cation-main {
    padding-top: 20px;
}

.cation .cation-main .left {
    width: 50%;
    float: left;
    height: 382px;
}

.cation .cation-main .left img {
    width: 100%;
    height: 100%;
}

.cation .cation-main .right {
    background-image: linear-gradient(45deg, #a60034 0%, #744394 0%, #4285f4 0%, #046af4 100%), linear-gradient(#4285f4, #4285f4);
    padding: 43px 110px 43px 50px;
    width: 50%;
    float: left;
    margin-top: 20px;
    height: 342px;
    position: relative;
}

.cation .cation-main .right .title {
    color: #ffffff;
    font-size: 24px;
}

.cation .cation-main .right .wen {
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.cation .cation-main .right .gabx {
    width: 120px;
    height: 36px;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    margin-top: 65px;
}

.cation .cation-main .right .gabx a {
    color: #ffffff;
}

.cation .cation-main .right .gabx img {
    width: 19px;
    display: inline-block;
}

.cation .cation-main .right:after {
    position: absolute;
    content: '';
    left: 0;
    top: -20px;
    width: 39px;
    height: 20px;
    background: url(../images/v1_03.png) no-repeat;
}

.cation .cation-main .right:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    width: 39px;
    height: 20px;
    background: url(../images/v2_03.png) no-repeat;
}

.index-new {
    width: 100%;
    padding-top: 70px;
}

.index-new .neuxa-main .neuxa-top {
    text-align: center;
}

.index-new .neuxa-main .neuxa-top ul {
    display: inline-block;
}

.index-new .neuxa-main .neuxa-top ul li {
    width: 100px;
    height: 30px;
    border: solid 1px #4285f4;
    text-align: center;
    line-height: 30px;
    color: #4285f4;
    float: left;
    cursor: pointer;
    margin-left: 60px;
}

.index-new .neuxa-main .neuxa-top ul li:first-child {
    margin-left: 0;
}

.index-new .neuxa-main .neuxa-top ul li.active {
    color: #ffffff;
    background: #4285f4;
}

.index-new .neuxa-main .neuxa-list {
    padding-top: 50px;
    max-width: 1720px;
    margin: 0 auto;
    /*height: 500px;*/
    margin-bottom: 20px;
}
.index-new .neuxa-main .neuxa-list img{
    width: 100%;
    height: 100%;
}

.index-new .neuxa-main .neuxa-list ul li {
    float: left;
    width: 23.7%;
    position: relative;
    margin-left: 1.73%;
    margin-bottom: 60px;
}

.index-new .neuxa-main .neuxa-list ul li:first-child {
    margin-left: 0;
}

.index-new .neuxa-main .neuxa-list ul li .wzv {
    padding: 17px;
}

.index-new .neuxa-main .neuxa-list ul li .wzv-tp {
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.index-new .neuxa-main .neuxa-list ul li .wzv-wz {
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 14px;
    height: 40px;
}

.index-new .neuxa-main .neuxa-list ul li .wzv-tm {
    padding-top: 25px;
    color: #999999;
    font-size: 14px;
}

.index-new .neuxa-main .neuxa-list ul li .wzv-tm .tmca {
    float: left;
}

.index-new .neuxa-main .neuxa-list ul li .wzv-tm .genx {
    float: right;
}

.index-new .neuxa-main .neuxa-list ul li .time {
    width: 80px;
    height: 80px;
    background: #4285f4;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
}

.index-new .neuxa-main .neuxa-list ul li .time .years {
    font-size: 14px;
}

.index-new .neuxa-main .neuxa-list ul li .time .day {
    font-size: 30px;
    font-weight: bold;
}

.index-new .neuxa-main .neuxa-list ul li:hover {
    box-shadow: 0px 3px 12px 0px rgba(51, 51, 51, 0.06);
}

.index-new .neuxa-main .neuxa-list ul li:hover .wzv-tp {
    color: #4285f4;
}

.index-new .neuxa-main .gabx {
    width: 120px;
    height: 36px;
    border: 1px solid #4285f4;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    margin: 0 auto;
}

.index-new .neuxa-main .gabx a {
    color: #4285f4;
}

.index-new .neuxa-main .gabx img {
    width: 19px;
    display: inline-block;
}

.index-new .neuxa-main .gabx:hover {
    transform: scale(1.1);
    transition: all 0.6s;
}

.index-ser {
    padding-top: 70px;
    padding-bottom: 80px;
    width: 100%;
}

.index-ser .ser-main {
    padding-top: 40px;
}

.index-ser .ser-main ul li {
    width: 25%;
    float: left;
    position: relative;
}

.index-ser .ser-main ul li > a > img {
    width: 100%;
}

.index-ser .ser-main ul li .wma {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.index-ser .ser-main ul li .wma .igm {
    text-align: center;
    padding-top: 200px;
}

.index-ser .ser-main ul li .wma .igm span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
}

.index-ser .ser-main ul li .wma .wz {
    width: 195px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
    display: none;
}

.index-ser .ser-main ul li .wma .gabx {
    width: 120px;
    height: 36px;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    margin: 0 auto;
    display: none;
    margin-top: 25px;
}

.index-ser .ser-main ul li .wma .gabx a {
    color: #ffffff;
}

.index-ser .ser-main ul li .wma .gabx img {
    width: 19px;
    display: inline-block;
}

.index-ser .ser-main ul li:hover .wma {
    background: rgba(64, 128, 236, 0.9);
}

.index-ser .ser-main ul li:hover .wma .igm {
    padding-top: 95px;
}

.index-ser .ser-main ul li:hover .wma .wz {
    display: block;
}

.index-ser .ser-main ul li:hover .wma .gabx {
    display: block;
}

/**/
/*手机导航*/
.heda-img {
    display: none;
    width: 30px;
    height: 100%;
    float: right;
    position: relative;
    margin-right: 25px;
}

.heda-img a{
    display: flex;
    align-items: center;
    height: 100%;
}

.heda-img img {
    width: 100%;
}

.mobile-head {
    /* position: fixed; */
    top: 0;
    left: 0;
    z-index: 399;
    width: 100%;
    height: 100%;
    display: none;
    /* background-color: rgba(55, 61, 65, .4); */
}

.mobile {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}

.mobile-main {
    /* width: 270px; */
    /* box-sizing: border-box; */
    /* height: 100%; */
    /* overflow: auto; */
    background-color: #2e2e2e;
    /* display: block;
    transition: all 3s;
    position: absolute;
    padding-bottom: 50px; */
    z-index: 402;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    text-align: center;
}

/* 删除 */
/* .ganb {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 400;
} */

.navax {
    /* border-top: 1px solid #444; */
    width: 25%;
}

.navax-list {
    padding: 5px 0;
}

.navax-list a {
    font-size: 14px;
    color: #ffffff;
    padding: 4px 0px;
}

.navax-gax {
    background: #3b3b3b;
}

.lix-a {
    border-bottom: 1px solid #444444;
}

.lix-a a {
    color: #9b9ea0;
    font-size: 13px;
    padding: 8px 20px;
}

.navax-gax {
    display: none;
    transition: auto;
}

.ovfHiden {
    overflow: hidden;
    height: 100%;
}

.neuxa-list {
    display: none;
}

.ganv {
    display: block;
}

.minga {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 22;
    display: none;
}

.minga-con {
    max-width: 960px;
    background: #ffffff;
    margin: 0 auto;
    margin-top: 5%;
    padding: 28px;
}

.josx {
    text-align: center;
    padding-right: 30px;
    position: relative;
    color: #4285f4;
    font-size: 24px;
    padding-bottom: 28px;
    border-bottom: 1px solid #eeeeee;
}

.gnwxr {
    width: 100%;
    height: 100%;
    overflow: scroll;
}

.danx {
    width: 25px;
    position: absolute;
    right: 0;
    top: -5px;
    cursor: pointer;
}

.danx img {
    width: 100%;
}

.tanam {
    padding-top: 20px;
}

.tanam ul li {
    color: #666666;
    font-size: 14px;
    margin-right: 55px;
    float: left;
    margin-top: 10px;
}

.jonx-list {
    padding-top: 25px;
}

.jonx-list label {
    color: #4285f4;
    font-size: 16px;
}

.jonx-list ul li {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}

.ionx-a {
    color: #666666;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 22px;
}

.language {
    float: right;
    margin-left: 58px;
    margin-top: 36px;
}

.language a {
    color: #333333;
    font-size: 18px;

}

/**/
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    
    .box .header .header-con {
        width: 95%;
    }
    .box .nav > li{
        padding: 0 20px;
    }

    .box .header .header-con .head-title li {
        margin-left: 0px;
    }

    .box .header .header-con .head-logo {
        width: 300px;
        padding:0;
    }

    .box .fabric {
        padding-top: 30px;
    }

    .bric-top .tlx {
        font-size: 40px;
    }

    .box .fabric .bric-con {
        padding-top: 15px;
    }



    .bric-con ul li{
        padding: 0;
        height: 380px;
    }

    .box .fabric .bric-con .swiper-slide{
        padding: 0;
        height: 380px;
    }

    .bric-con ul li .img,.box .fabric .bric-con .swiper-slide .img {
        height: 270px;
        line-height: 270px;
    }

    .bric-con ul li .trxa, .box .fabric .bric-con .swiper-slide .trxa{
        font-size: 20px;
    }

    .pinpai {
        padding-top: 30px;
    }

    .pinpai .pinpai-list ul li {
        width: 23%;
    }

    .pinpai .pinpai-list ul li .img, .pinpai .pinpai-list .swiper-slide .img {
        height: 250px;
    }

    .pinpai .pinpai-list ul li .text .title, .pinpai .pinpai-list .swiper-slide .text .title {
        font-size: 20px;
    }

    .pinpai .pinpai-list ul li .text .wzc, .pinpai .pinpai-list .swiper-slide .text .wzc {
        margin-top: 15px;
    }

    .pinpai .pinpai-list ul li .text .gadu, .pinpai .pinpai-list .swiper-slide .text .gadu {
        margin-top: 15px;
    }

    .pinpai .pinpai-list ul li .text, .pinpai .pinpai-list .swiper-slide .text {
        height: 180px;
    }

    .about .about-con .about-main .left {
        height: 572px;
    }

    .about .about-con .about-main .left img {
        height: 100%;
    }

    .pinpai .pinpai-list {
        padding-bottom: 50px;
    }

    .index-ser .ser-main ul li .wma .igm {
        padding-top: 40%;
    }

    .index-ser .ser-main ul li:hover .wma .igm {
        padding-top: 15%;
    }

    .index-ser .ser-main {
        padding-top: 20px;
    }

    .index-ser {
        padding-top: 50px;
    }

    .box .footer .footer-top .conten {
        width: 95%;
    }

    .box .footer .footer-top .conten .left li {
        margin-left: 25px;
    }

    .box .footer .footer-top .conten .left {
        width: auto;
    }

    .index-new .neuxa-main .neuxa-list ul li .time .day {
        font-size: 26px;
    }

    .index-new .neuxa-main .neuxa-list ul li .wzv-tp {
        font-size: 16px;
    }

    .index-new .neuxa-main .neuxa-list ul li .wzv-wz {
        margin-top: 10px;
    }

    .index-new .neuxa-main .neuxa-list ul li {
        margin-bottom: 40px;
    }

    .box .hist-top {
        width: 90%;
    }

    .box .pany .pany-main {
        width: 95%;
    }

    .box .pany .pany-wz {
        padding-top: 45px;
        padding-bottom: 50px;
    }

    .box .video li {
        width: 31.5%;
    }

    .box .video {
        width: 90%;
    }

    .box .team .team-main .team-list li {
        width: 18%;
    }

    .box .team .team-main .team-list {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .box .team .team-main {
        width: 96%;
    }

    .box .team .team-main .team-list li img {
        height: auto;
    }

    .box .news {
        width: 90%;
    }

    .news-main ul li:nth-child(even) {
        margin-left: 0;
    }

    .news-main ul li {
        width: 100%;
    }

    .news-main ul li .wza {
        width: 70%;
    }

    .box .future .download .down .down-list .load {
        width: 130px;
    }
}

/**/
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .box .pany .pany-wz .right {
        width: 56%;
    }

    .box .pany .pany-wz .left {
        width: 40%;
    }

    .box .join .join-main .list {
        width: 90%;
    }

    .box .join .join-main .list li {
        width: 23.5%;
    }

    .box .future .futrue-main .tuen-a {
        padding-top: 40px;
    }

    .box .porduct .duct-main {
        width: 95%;
    }

    .pord .pord-list ul li {
        width: 23.5%;
    }

    .pord .pord-list ul li .ptev {
        width: 90%;
    }

    .box .page {
        padding-top: 40px;
    }

    .box .porduct {
        padding-bottom: 50px;
    }

    .box .tail .tail-main .left {
        width: 49%;
    }

    .box .tail .tail-main .right {
        width: 49%;
        margin-left: 2%;
        padding-top: 30px;
    }

    .box .tail .param {
        padding-top: 10px;
    }

    .box .tail {
        width: 95%;
    }

    .disp-main {
        width: 95%;
    }

    .disp-main .splay ul li {
        width: 49%;
        height: auto;
    }

    .disp-main .splay ul li .left {
        width: 50%;
    }

    .disp-main .splay ul li .right {
        width: 50%;
        padding: 20px;
    }

    .disp-main .splay ul li .right a {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .box .brand {
        padding-bottom: 60px;
    }

    .box .future .download .down {
        width: 96%;
    }

    .box .future .download .down .down-list .zil {
        width: 25%;
    }

    .box .future .download .down .down-list .size {
        width: 23%;
    }

    .box .future .download .down .down-list .update {
        width: 28%;
    }

    .box .future {
        padding-bottom: 60px;
    }

    .box .shopping {
        width: 95%;
    }

    .box .shopping ul li {
        width: 31.5%;
        height: auto;
        margin-top: 30px;
        margin-left: 2%;
    }

    .box .ation .ation-cen {
        width: 95%;
    }

    .box .ation .ation-cen .ation-list input {
        width: 32%;
        margin-left: 2%;
    }

    .box .ation .ation-cen .ation-list select {
        width: 32%;
        margin-left: 2%;
    }

    .box .ation {
        margin-top: 60px;
        margin-bottom: 45px;
    }
}

/**/
@media screen and (min-width: 1400px) and (max-width: 1600px) {

    .box .news {
        width: 98%;
    }

    .news-main ul li {
        width: 49%;
    }

    .news-main ul li .wza {
        width: 58%;
    }
}


@media screen and (min-width: 100px) and (max-width: 1199px) {
    .box .nav ul > li{
        width: 50%;
    }
    .box .nav ul > li > a{
        line-height: 40px;
        font-size: 12px;
    }
    .box .header .header-con{
        height: 72px;
    }
    .head-title {
        display: none;
    }

    /* .heda-img {
        display: block;
    } */
    .mobile-head {
        display: block;
    }

    .box .header .header-con .head-logo {
        width: 340px;
        padding: 15px;
    }

    .box .fabric {
        padding-top: 30px;
    }

    .bric-top .tlx {
        font-size: 30px;
    }

    .bric-top .tlx-name {
        font-size: 20px;
    }

    .box .fabric .bric-con {
        padding: 15px 0px;
    }

    .box .fabric .bric-con {
        width: 90%;
    }

    .box .fabric .bric-con .swiper-slide{
        height: 250px;
    }

    .bric-con ul li .img, .box .fabric .bric-con .swiper-slide .img{
        height: 250px;
        line-height: 250px;
    }

    .bric-con ul li .trxa, .box .fabric .bric-con .swiper-slide .trxa{
        font-size: 18px;
    }

    .pinpai {
        padding-top: 30px;
    }

    .pinpai .pinpai-ax {
        width: 90%;
    }

    .pinpai .pinpai-list{
        width: 90%;
    }

    .pinpai .pinpai-list ul li .img, .pinpai .pinpai-list .swiper-slide .img{
        height: auto;
    }

    .pinpai .pinpai-list ul li .img img, .pinpai .pinpai-list .swiper-slide .img img{
        height: auto;
    }

    .pinpai .pinpai-list ul li .text, .pinpai .pinpai-list .swiper-slide .text{
        padding-top: 20px;
    }

    .pinpai .pinpai-list ul li .text .title, .pinpai .pinpai-list .swiper-slide .text .title{
        font-size: 18px;
    }

    .pinpai .pinpai-list ul li .text .wzc, .pinpai .pinpai-list .swiper-slide .text .wzc{
        margin-top: 10px;
        white-space: normal;
        overflow: auto;
    }

    .pinpai .pinpai-list ul li .text, .pinpai .pinpai-list .swiper-slide .text{
        height: 180px;
    }

    .pinpai .pinpai-list {
        padding-bottom: 30px;
    }

    .box .fabric .bric-con .swiper-button-next,.pinpai .pinpai-list .swiper-button-next{
        right: 0;
        display: none;
    }

    .box .fabric .bric-con .swiper-button-prev,.pinpai .pinpai-list .swiper-button-prev{
        left: 0;
        display: none;
    }

    .about .about-con .about-main .left {
        width: 100%;
    }

    .about .about-con .about-main .right {
        width: 100%;
        box-shadow: none;
        padding-top: 20px;
        padding-left: 20px;
        height: auto;
    }

    .cation .cation-main .left {
        width: 100%;
        height: auto;
    }

    .cation {
        padding-top: 30px;
    }

    .cation .cation-main .right:before, .cation .cation-main .right:after {
        display: none;
    }

    .cation .cation-main .right {
        margin: 0;
        width: 100%;
        padding: 20px;
        height: auto;
    }

    .cation .cation-main .right .title {
        font-size: 18px;
    }

    .cation .cation-main .right .wen {
        margin-top: 10px;
        font-size: 14px;
    }

    .index-new {
        padding-top: 30px;
    }

    .index-new .neuxa-main .neuxa-list {
        width: 90%;
        padding-top: 30px;
    }

    .index-new .neuxa-main .neuxa-list ul li .wzv-tp {
        font-size: 16px;
    }

    .index-new .neuxa-main .neuxa-list ul li .wzv-wz {
        margin-top: 10px
    }

    .index-ser {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .index-ser .ser-main {
        padding-top: 20px;
    }

    .index-ser .ser-main ul li .wma .igm {
        padding-top: 40%;
    }

    .index-ser .ser-main ul li:hover .wma .igm {
        padding-top: 15%;
    }

    .index-ser .ser-main {
        padding-top: 20px;
    }

    .index-ser {
        padding-top: 50px;
    }

    .box .footer .footer-top .conten {
        width: 90%;
    }

    .box .footer .footer-top .conten .left {
        display: none;
    }

    .box .footer .footer-top .conten .right {
        float: left;
        text-align: left;
    }
    
    .box .header .nav {
        display: none;
    }

    .box .hist .hist-main .text .text-list .text-wz {
        width: 100%;
        margin-left: 0;
    }

    .box .banner .ban-con span {
        font-size: 16px;
    }

    .box .banner .ban-con span:after {
        width: 40px;
        height: 3;
    }

    .box .hist-top {
        display: none;
    }

    .box .hist .hist-main .text .text-list:before {
        display: none;
    }

    .box .hist .hist-main .text .text-list i {
        display: none;
    }

    .box .hist .hist-main .text .text-list {
        height: auto;
        padding-left: 0;
        margin-top: 20px;
    }

    .box .hist .hist-main {
        width: 90%;
    }

    .box .hist .hist-main .text .text-list .text-wz {
        margin-top: 10px;
    }

    .box .hist .hist-main .text {
        padding-top: 30px;
    }

    .box .hist .hist-main .title {
        font-size: 18px;
    }

    .box .hist .hist-main .test {
        font-size: 18px;
    }

    .box .hist .hist-main {
        padding-top: 30px;
    }

    .box .pany .pany-main {
        padding-top: 30px;
        width: 90%;
    }

    .box .pany .pany-wz .left {
        width: 100%;
        box-shadow: none;
    }

    .box .pany .pany-wz .left img {
        height: 100%;
    }

    .box .pany .pany-wz .right {
        width: 100%;
    }

    .box .pany .pany-wz {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .box .pany .pany-main .title {
        font-size: 18px;
    }

    .box .pany .pany-main .test {
        font-size: 18px;
    }

    .tner-main {
        padding-top: 30px;
    }

    .box .tner .tner-main .title {
        font-size: 18px;
    }

    .box .tner .tner-main .test {
        font-size: 18px;
    }

    .box .tner .partner {
        padding: 40px 0px;
    }

    .box .tner .partner {
        width: 90%;
    }

    .box .join .join-main .list {
        width: 90%;
    }

    .box .join .join-main {
        padding-top: 30px;
    }

    .box .join .join-main .list li {
        margin-top: 30px;
    }

    .box .ficat .ficat-main {
        padding-top: 30px;
    }

    .box .ficat .ficat-main .ficat-list .catxn {
        max-width: 280px
    }

    .box .ficat .ficat-main .ficat-list .catxn .carxn-wz {
        padding: 30px 20px 0px 20px;
    }

    .box .ficat .ficat-main .ficat-list .catxn .carxn-wz .bita {
        font-size: 18px;
    }

    .box .ficat .ficat-main .ficat-list {
        padding-top: 30px;
    }

    .vide-main {
        padding-top: 30px;
    }

    .box .video {
        padding-top: 30px;
    }

    .box .video {
        width: 90%;
    }

    .box .team .team-main {
        padding-top: 30px;
        width: 90%;
    }

    .box .team .team-main .team-list {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .box .future .futrue-main {
        padding-top: 30px;
    }

    .box .future {
        padding-bottom: 40px;
    }

    .box .future .futrue-main .tuen-a {
        padding-top: 30px;
        width: 90%;
    }

    .box .porduct .duct-main .duvt-iput .duvt-list {
        width: 95%;
        margin: 0 auto;
    }

    .box .porduct .duct-main .duvt-iput .duvt-list input {
        width: 80%;
        height: 40px;
    }

    .box .porduct .duct-main .duvt-iput .duvt-list .duvt-a {
        width: 20%;
        height: 40px;
    }

    .box .porduct .duct-main .duvt-iput .duvt-list .duvt-a a {
        font-size: 14px;
        line-height: 40px;
    }

    .pord {
        width: 90%;
        margin: 0 auto;
    }

    .pord .pord-list ul li .ptev {
        width: 90%;
    }

    .box .page {
        padding-top: 30px;
    }

    .box .porduct {
        padding-bottom: 40px;
    }

    .box .tail {
        width: 90%;
    }

    .box .tail .tail-main {
        padding-bottom: 10px;
    }

    .box .tail .tail-tetle {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .box .tail .tail-main .right {
        margin-left: 0;
        padding-top: 30px;
    }

    .box .tail .param {
        padding-top: 20px;
    }

    .box .tail .param .tetle {
        font-size: 18px;
    }

    .box .brand .brand-main {
        padding-top: 30px;
    }

    .box .brand .brand-main .rand-ax {
        padding-top: 40px;
    }

    .box .brand {
        padding-bottom: 40px;
    }

    .disp-main {
        padding-top: 30px;
    }

    .disp-main .splay {
        padding-top: 30px;
    }

    .disp-main {
        width: 90%;
    }

    .disp-main .splay ul li {
        width: 100%;
        height: auto;
    }

    .disp-main .splay ul li:nth-child(even) {
        margin-left: 0;
    }

    .disp-main .splay ul li .right a {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .box .news {
        padding-top: 30px;
    }

    .box .news .duvt-iput .duvt-list {
        width: 90%;
        margin: 0 auto;
    }

    .box .news .duvt-iput .duvt-list input {
        width: 80%;
        height: 40px;
    }

    .box .news .duvt-iput .duvt-list .duvt-a {
        width: 20%;
        height: 40px;
    }

    .box .news .duvt-iput .duvt-list .duvt-a a {
        line-height: 40px;
        font-size: 14px;
    }

    .news-main ul li {
        width: 100%;
    }

    .box .news .news-main {
        width: 90%;
        margin: 0 auto;
    }

    .news-main ul li:nth-child(even) {
        margin-left: 0;
    }

    .box .futrue-main .nbax {
        width: 90%;
    }

    .download {
        padding-top: 30px;
    }

    .box .future .download .duvt-iput .duvt-list {
        width: 90%;
        margin: 0 auto;
    }

    .box .future .download .duvt-iput .duvt-list input {
        width: 80%;
        height: 40px;
    }

    .box .future .download .duvt-iput .duvt-list .duvt-a {
        width: 20%;
        height: 40px;
    }

    .box .future .download .duvt-iput .duvt-list .duvt-a a {
        line-height: 40px;
        font-size: 14px;
    }

    .box .future .download .down .down-list .zil {
        width: 25%;
    }

    .box .future .download .down .down-list .update {
        width: 28%;
    }

    .box .future .download .down .down-list .load {
        width: 130px;
    }

    .box .shopping {
        width: 90%;
        padding-top: 10px;
    }

    .box .shopping ul li:nth-child(even) {
        margin-left: 2%;
    }

    .box .shopping ul li {
        width: 49%;
        margin-left: 0;
        margin-top: 20px;
        height: auto;
    }

    .box .shopping ul li a {
        height: 100%;
    }

    .box .ation {
        margin-top: 40px;
        padding-bottom: 30px;
        background-size: 100% 100% !important;
    }

    .box .ation .ation-cen {
        width: 90%;
    }

    .box .ation .ation-cen .ation-list input {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .box .ation .ation-cen .ation-list select {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .box .ation .ation-cen .ation-list {
        margin-top: 0;
    }

    .box .ation .ation-cen .ation-list textarea {
        margin-bottom: 20px;
    }

    .box .ation .ation-cen .ation-list .btna {
        width: 130px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
}

@media screen and (min-width: 650px) and (max-width: 1199px) {
    .bric-con ul li {
        width: 50%;
    }

    .pinpai .pinpai-list ul li {
        margin-left: 1.5%;
        width: 23%;
    }

    .about .about-con .about-main .left {
        max-height: 450px;
    }

    .about .about-con .about-main .left img {
        height: 100%;
        max-height: 450px;
    }

    .index-new .neuxa-main .neuxa-list ul li {
        width: 48%;
        margin-left: 0%;
        margin-bottom: 30px;
    }

    .index-new .neuxa-main .neuxa-list ul li img {
        width: 100%;
    }

    .index-new .neuxa-main .neuxa-list ul li:nth-child(even) {
        float: right;
    }

    .index-ser .ser-main ul li {
        width: 50%;
    }

    .box .pany .pany-wz .left {
        height: 550px;
    }

    .box .tner .partner .pat-img li {
        width: 23.5%;
        margin-left: 1.5%;
    }

    .box .join .join-main .list li {
        width: 31.5%;
    }

    .box .join .join-main .title {
        font-size: 18px;
    }

    .box .join .join-main .test {
        font-size: 18px;
    }

    .box .join .join-main .list li {
        padding: 10px 10px 0px 10px;
        margin-left: 1.5%;
    }

    .box .join .join-main .list li:nth-child(3n+1) {
        margin-left: 0;
    }

    .box .join .join-main .list li:nth-child(4n+1) {
        margin-left: 1.5%;
    }

    .box .join .join-main .list li:first-child {
        margin-left: 0;
    }

    .box .join .join-main .list li .btn {
        width: 130px;
        height: 40px;
    }

    .box .join .join-main .list li .btn a {
        font-size: 13px;
        line-height: 40px;
    }

    .josx {
        font-size: 20px;
    }

    .box .ficat .ficat-main .title {
        font-size: 18px;
    }

    .box .ficat .ficat-main .test {
        font-size: 18px;
    }

    .box .vide-main .title, .box .vide-main .test {
        font-size: 18px;
    }

    .box .video li {
        width: 48.5%;
        margin-left: 0%;
    }

    .box .video li:nth-child(even) {
        margin-left: 3%;
    }

    .box .team .team-main .title {
        font-size: 18px;
    }

    .box .team .team-main .test {
        font-size: 18px;
    }

    .box .team .team-main .team-list li {
        width: 23%;
        margin-left: 0;
        margin-right: 2%;
    }

    .box .team .team-main .team-list li img {
        height: auto;
    }

    .box .future .futrue-main .title {
        font-size: 18px;
    }

    .box .future .futrue-main .test {
        font-size: 18px;
    }

    .pord .pord-list ul li {
        width: 31.5%;
        margin-left: 2.5%;
        padding-top: 40px;
    }

    .pord .pord-list ul li:nth-child(4n+1) {
        margin-left: 2.5%;
    }

    .pord .pord-list ul li:nth-child(3n+1) {
        margin-left: 0;
    }

    .pord .pord-list ul li .xiansh {
        margin: 30px 0px 20px 0px;
    }

    .box .brand .brand-main .title {
        font-size: 18px;
    }

    .box .brand .brand-main .test {
        font-size: 18px;
    }

    .disp-main .title {
        font-size: 18px;
    }

    .disp-main .test {
        font-size: 18px;
    }

    .disp-main .splay ul li .left {
        width: 40%;

    }

    .disp-main .splay ul li .right {
        width: 60%;
        padding: 20px;
    }

    .box .news .title {
        font-size: 18px;
    }

    .box .news .test {
        font-size: 18px;
    }

    .news-main ul li .wza {
        width: 58%;
        padding-top: 20px;
    }

    .news-main ul li .time {
        width: 90px;
    }

    .news-main ul li .time font {
        font-size: 30px;
    }

    .news-main ul li .img {
        width: 120px;
        height: 140px;
        margin-top: 10px;
    }

    .box .future .download .title {
        font-size: 18px;
    }

    .box .future .download .test {
        font-size: 18px;
    }

    .box .future .download .down .down-list .size {
        display: none;
    }

}

@media screen and (min-width: 200px) and (max-width: 649px) {
    /* 手机端隐藏客服侧边栏 */
    .customer{
        display: none;
    }
    .box .header .header-con{
        height: 50px;
    }
    .heda-img{
        margin-right: 15px;
        width: 24px;
    }
    .bric-con ul li {
        width: 100%;
    }

    .bric-con ul li {
        height: auto;
        padding: 10px;
    }

    .pinpai .pinpai-list ul li {
        margin-left: 3%;
        width: 46%;
    }

    .about .about-con .about-main .atn {
        width: 100%;
        max-width: 100%;
    }

    .about .about-con .about-main .atn:after {
        display: none;
    }

    .ganxa .swiper-container {
        overflow: hidden;
    }

    .about .about-con .about-main .atn li {
        font-size: 14px;
    }

    .about .about-con .about-main .ganxa {
        width: 100%;
    }

    .about .about-con .about-main .right .gabx {
        width: 100px;
        font-size: 13px;
    }

    .index-new .neuxa-main .neuxa-list ul li {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 30px;
    }

    .index-new .neuxa-main .neuxa-list ul li img {
        width: 100%;
    }

    .index-new .neuxa-main .neuxa-top ul li {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .index-ser .ser-main ul li:hover .wma .igm img {
        width: 40px;
    }

    .index-ser .ser-main ul li .wma .igm img {
        width: 40px;
    }

    .index-ser .ser-main ul li {
        width: 50%;
    }

    .box .banner img {
        /*height: 180px;*/
    }

    .box .hist .hist-main .title {
        font-size: 16px;
    }

    .box .hist .hist-main .test {
        font-size: 16px;
    }

    .box .pany .pany-wz .left {
        height: auto;
    }

    .box .pany .pany-main .title {
        font-size: 16px;
    }

    .box .pany .pany-main .test {
        font-size: 16px;
    }

    .box .tner .tner-main .title {
        font-size: 16px;
    }

    .box .tner .tner-main .test {
        font-size: 16px;
    }

    .box .tner .partner .pat-img li {
        width: 48%;
        margin-left: 0;
    }

    .box .tner .partner .pat-img li:nth-child(even) {
        margin-left: 4%;
    }

    .box .join .join-main .title {
        font-size: 16px;
    }

    .box .join .join-main .test {
        font-size: 16px;
    }

    .box .join .join-main .list li {
        padding: 10px 10px 0px 10px;
        margin-left: 0%;
        width: 100%;
        border-bottom-right-radius: inherit;
        height: auto;
        padding-bottom: 20px;
    }

    .box .join .join-main .list li .btn {
        width: 130px;
        height: 40px;

    }

    .box .join .join-main .list li .btn a {
        font-size: 13px;
        line-height: 40px;
    }

    .box .join .join-main .list li .name {
        padding-bottom: 20px;
    }

    .box .join .join-main .list li .detail {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .box .join .join-main .list li .detail {
        min-height: 180px;
        height: auto;
    }

    .minga-con {
        width: 90%;
    }

    .josx {
        font-size: 18px;
    }

    .box .ficat .ficat-main .title {
        font-size: 16px;
    }

    .box .ficat .ficat-main .test {
        font-size: 16px;
    }

    .box .vide-main .title, .box .vide-main .test {
        font-size: 16px;
    }

    .box .video li {
        width: 100%;
        margin-left: 0%;
    }

    .box .video li:nth-child(even) {
        margin-left: 0%;
    }

    .box .team .team-main .title {
        font-size: 16px;
    }

    .box .team .team-main .test {
        font-size: 16px;
    }

    .box .team .team-main .team-list li {
        width: 48%;
        margin-left: 0;
        margin-right: 2%;
    }

    .box .team .team-main .team-list li img {
        height: auto;
    }

    .box .team .team-main .team-list li .wz .chuas {
        font-size: 14px;
    }

    .box .team .team-main .team-list li .wz .chnj {
        font-size: 13px;
    }

    .box .future .futrue-main .title {
        font-size: 16px;
    }

    .box .future .futrue-main .test {
        font-size: 16px;
    }

    .pord .pord-list ul li {
        width: 100%;
        margin-left: 0%;
        text-align: center;
        padding-top: 30px;
    }

    .pord .pord-list ul li .xiansh {
        margin: 30px 0px 20px 0px;
    }

    .pord .pord-list ul li img {
        display: inline-block;
    }

    .box .tail .param ul li {
        width: 100%;
    }

    .box .brand .brand-main .title {
        font-size: 16px;
    }

    .box .brand .brand-main .test {
        font-size: 16px;
    }

    .rand-ax .left {
        width: 100%;
    }

    .rand-ax .right {
        width: 100%;
    }

    .disp-main .title {
        font-size: 16px;
    }

    .disp-main .test {
        font-size: 16px;
    }

    .disp-main .splay ul li .left {
        width: 100%;
    }

    .disp-main .splay ul li .right {
        width: 100%;
        padding: 20px;
    }

    .box .news .title {
        font-size: 16px;
    }

    .box .news .test {
        font-size: 16px;
    }

    .news-main ul li {
        height: auto;
        padding: 20px;
    }

    .news-main ul li .wza {
        width: 100%;
        padding-top: 10px;
        margin-left: 0;
    }

    .news-main ul li .time {
        display: none;
    }

    .news-main ul li .img {
        width: 100%;
        height: 200px;
        margin-top: 10px;
    }

    .box .future .download .title {
        font-size: 16px;
    }

    .box .future .download .test {
        font-size: 16px;
    }

    .box .future .download .down .down-list .size {
        display: none;
    }

    .box .future .download .down .down-list .update {
        display: none;
    }

    .box .future .download .down .down-list .zil {
        width: 40%;
        margin-left: 10px;
    }

    .box .future .download .down .down-list .load {
        width: 80px;
        float: right;
        margin-right: 20px;
        height: 35px;
        margin-top: 25px;
    }

    .box .future .download .down .down-list .load a {
        line-height: 35px;
        font-size: 12px;
    }
}

@media screen and (max-width: 350px) {

    .pinpai .pinpai-list ul li {
        margin-left: 0%;
        width: 100%;
    }

    .box .header .header-con .head-logo {
        width: 190px;
        padding: 15px;
    }

    .box .future .download .down .down-list .img {
        width: 45px;
    }
}

@media screen and (max-width: 500px) {

    .index-ser .ser-main ul li {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 450px) {

    .box .footer .footer-top .conten {
        background-size: 100% auto;
        padding: 40px 0px;
    }

    .box .footer .footer-top .conten .right .title {
        font-size: 16px;
    }

    .box .footer .footer-top .conten .right ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .box .footer .footer-top .conten {
        padding: 30px 0px;
    }
}
@media screen and (max-width: 600px) {
    .box .join .join-main .contact{
        display: flex;
        flex-direction: column;
    }
    .box .join .join-main .contact .act1{
        padding-bottom: 20px;
    }
}