/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    /* font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif; */
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    color: #d10000;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

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

select, input, img, select {
    vertical-align: middle;
}

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



table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}


h1, h2, h3, h4 {
    line-height: 1.5;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.max1600{
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


/*右侧漂浮*/

.pf_right {
    width: 50px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -180px;
    display: none;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_right ul {
    width: 100%;
    float: left;
}

.pf_right ul li {
    width: 49px;
    height: 49px;
    margin-top: 1px;
    float: left;
    background: #d10000;
    text-align: center;
}

.pf_right ul li a {
    display: block;
    float: right;
    width: 49px;
    height: 49px;
    position: relative;
    font-size: 12px;
    color: white;
    line-height: 16px;
}

.pf_right ul li a .ico {
    width: 100%;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-top: 4px;
}

.pf_right ul li a .ico img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

.pf_right ul li a h5 {
    width: 131px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: white;
    font-size: 14px;
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    background: #d10000;
}

.pf_right ul li a h5 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.pf_right ul li:hover {
    background: none !important;
}

.pf_right ul li:hover a {
    background: #d10000;
}

.pf_right ul li:hover a h5 {
    display: block;
}

.pf_right ul li.r_ewm:hover a {
    background: #d10000;
}

.pf_right ul li.r_ewm:hover a h5 {
    display: none;
}

.pf_right ul li.r_ewm .z_ewm {
    position: absolute;
    right: 120%;
    width: 100px;
    height: 100px;
    display: none;
    top: 0;
    border: 5px solid #d10000;
}

.pf_right ul li.r_ewm .z_ewm span.jt {
    width: 7px;
    height: 14px;
    position: absolute;
    right: -12px;
    top: 20px;
}

.pf_right ul li.r_ewm .z_ewm img {
    width: 100%;
    height: 100%;
}

.pf_right ul li.r_ewm:hover a .z_ewm {
    display: block;
}

@media screen and (max-width:1569px) {
    .pf_right.on {
        right: 0 !important;
    }
}

@media screen and (max-width:991px) {
    .pf_right {
        display: none !important;
    }
}

.aspg-left {
    width: 280px;
    float: right;
}

.aspg-right {
    width: calc(97% - 280px);
    float: left;
}

.aspg-nei-img {
    margin-bottom: 20px;
}

.aspg-nei-img img {
    max-width: 100%;
}

.nei-news-list{
    margin-bottom: 30px;
}
.nei-news-list li {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.nei-news-list li:nth-child(1) {
    padding-top: 0;
}

.nei-news-list li a {
    display: block;
}

.nei-news-list li .img {
    width: 250px;
    float: left;
    overflow: hidden;
}

.nei-news-list li .img img {
    max-width: 100%;
    transition: .5s;
}

.nei-news-list li a:hover .img img {
    transform: scale(1.1);
}

.nei-news-list li .wz {
    width: calc(96% - 250px);
    float: right;
}

.nei-news-list li .wz h3 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #333;
}

.nei-news-list li .wz .date {
    font-size: 13px;
    line-height: 30px;
    color: #666;
}

.nei-news-list li .wz .info {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nei-news-list li .wz .more {
    font-size: 12px;
    color: #333;
    text-align: right;
    margin-top: 8px;
}

.nei-news-list li a:hover .wz h3 {
    color: #d10000;
}

.nei-news-list1 li{
    width: 48%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.nei-news-list1 li:nth-child(2n){
    margin-left: 4%;
}
.nei-news-list1 li a{
    display: block;
}
.nei-news-list1 li a h3{
    font-size: 16px;
    line-height: 2;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nei-news-list1 li a .info{
    font-size: 14px;
    line-height: 2;
    color: #666;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.nei-news-list1 li a:hover h3{
    color: #d10000;
}

@media screen and (max-width:991px){
    .aspg-right{
        width: 100%;
        float: none;
    }
    
}

@media screen and (max-width:767px){
    .nei-news-list li .img{
        width: 180px;
    }
    .nei-news-list li .wz{
        width: calc(96% - 180px);
    }
    .nei-news-list1 li{
        width: 100%;
        float: none;
        margin-left: 0!important;
    }
}
@media screen and (max-width:480px){
    .nei-news-list li .img{
        width: 100%;
        float: none;
    }
    .nei-news-list li .wz{
        width: 100%;
        margin-top: 15px;
    }
    .nei-news-list li .wz h3{
        font-size: 14px;
    }
    .nei-news-list1 li a h3{
        font-size: 14px;
    }
}

.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1640px) {
    .container2 {
        width: 1630px;
    }
}

.max_wd1600 {
    max-width: 1630px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}



/* 通用重置 */

* {
    margin: 0;
    padding: 0;
}

.clicked .a{color: #5c677d !IMPORTANT;}





/* 通用样式 */

.dth_pos {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
}

.dth_wh {
    display: block;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

@media(max-width:991px) {
    body {
        padding-top: 60px;
    }
}


/* 统一的样式 */

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
}



/* 内页 */

.page-banner{
    position: relative;
}
.page-banner .wzs{
    display: block;
    position: absolute;
    left: 0;
    top: 0;	
    text-align: center;
    width: 100%;
    top: 32%;
}
.page-banner .wzs h2{
    font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
}

.page-banner .wzs h3{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0.1em;
	color: rgba(255,255,255,0.8);
	margin-top: 0.6em;
}
@media(max-width:1200px){
    .page-banner .wzs h2{
        font-size:3vw;
    }
    .page-banner .wzs h3{
        font-size:1.666vw;
    }
}

@media(max-width:768px){
    .page-banner .wzs{
        top:20%;
    }
    .page-banner .wzs h2{
        font-size:22px;
    }
    .page-banner .wzs h3{
        font-size:12px;
        margin-top:0.3em;
    }
}
@media(max-width:420px){
    .page-banner .wzs{
        top:22%;
    }
    .page-banner .wzs h2{
        font-size:20px;
    }
    .page-banner .wzs h3{
        font-size:11px;
        margin-top:0.3em;
    }
}





.w1400{
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.w1200{
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
@font-face {
	font-family: 'St';
	src: url('../fonts/SourceHanSerifCN-Bold.otf') format('truetype');
}
.syst {
    font-family: 'St';
}

.copy a img{
    max-width: 66px;
}




.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}



/*样式*/
.wh{max-width: 1620px;margin:0 auto;padding:0 10px}

.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}

.flex_b{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}


.flex_c{    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}
    


p{margin: 0px!important;}


.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.head_22{width: 75%;}
.navbar-nav-box{width: 80%; border-right: 1px solid rgb(163, 163, 163,.5);padding-right: 2%;}

.logo{line-height: 92px;}
.logo img{max-width: 100%;}




.banner_swiper img{width: 100%;}
.sz{position: absolute;left:8%;bottom: 5%;color:#ffffff;font-size: 24px;font-weight: 600;}

@media (max-width: 1440px) {
.sz{position: absolute;left:10px;bottom: 5%;color:#ffffff;font-size: 20px;font-weight: 600;}
  }


@media (max-width: 1440px) {
.sz{position: absolute;left:10px;bottom: 5%;color:#ffffff;font-size: 15px;font-weight: 600;}
  }

@media (max-width: 1200px) {
.navbar-nav-box{width: auto;}
.head_22{width: auto;}
.searchbox > i {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    cursor: pointer;
}
 }

@media (max-width: 768px) {
 .logo{width: 37%;}
 .logo{line-height: 62px;}
 }

/* aabg */
.aabg{background:url(../images/yq.png) no-repeat left 28px;padding: 96px 0;}
.ab_ll{width: 38.75%;}

.an_11{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #646464;margin-top: 25px;}


.sul{margin-top: 60px;}
.sul li{width: 50%;background:url(../images/line1.png) no-repeat left 0%;padding-left: 30px;margin-bottom: 30px;}
.sul li .counter{	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #212121;padding-right: 10px;}

.sul li{	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #606060;}

.sul li h2{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #606060;}



.more_11{	width: 135px;
	height: 37px;
	background-color: #d10000;text-align: center;line-height: 37px;font-size: 16px;margin-top: 3.5vw;}


.more_11 a{text-align: center;color: rgba(255, 255, 255, .6)!important;text-transform: uppercase;}
.more_11 a img{padding-left: 15px;}


.ab_22{width: 53.75%;text-align:right;}
.ab_22 h2{	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0px;
	color: #393939;text-transform: uppercase;}

.ab_22 h3{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #646464;margin-top: 30px;}



.ab_img11{width: 100%;margin-top: 40px;}
.ab_img11 img{width: 100%;}



@media (max-width: 1440px) {
.sul li .counter{font-size: 40px;}
  }

@media (max-width: 1370px) {
.sul li .counter{font-size: 30px;}
.sul li h2{	font-size: 14px;line-height: 25px;height:50px;overflow: hidden;}
  }



@media (max-width: 992px) {
.sul li .counter{font-size: 20px;}
.sul li h2{	font-size: 14px;line-height: 25px;height:50px;overflow: hidden;}

  }


@media (max-width: 768px) {
.ab_22{width: 100%;text-align:left;margin-top: 25px;}
.ab_ll{width: 100%;margin-top:25px;}
  }


/* product */
.ppbg{background:url(../images/bg1.png) repeat-y center top;padding: 90px 0;}
.ppbg .wh{position: relative;}
.ppbg .wh .xwtt{position: absolute;left:10px;top:5.5vw}


.picScroll-left .hd2{position: absolute;left:0px;bottom:4.5vw;z-index: 999;}
.picScroll-left .hd .next{display:block;cursor:pointer;	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #9f9f9f;}

.picScroll-left .hd .next img{padding-right: 10px;}

.picScroll-left .hd .next a{color:#9f9f9f}
.picScroll-left .hd .next:hover a{color:#d10000}

    

	
.pcon{width: 68.75%;}

.dd_vv{width: 35.5%;}

.img_a11{width:53.5%;position: relative;padding: 30px;overflow: hidden;}
.img_a11 img{width:100%;border: solid 5px #ffffff;border-radius: 50%;}


.img_a11::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	background: url(../images/yq2.png) no-repeat center;
	animation: zhuan 7s infinite linear .65s;
	background-size: 100% 100%;left:0px;
}



@keyframes zhuan {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}


    
.picScroll-left .hd ul li{width:100%;text-align: center;line-height: 45px;
    background:url(../images/dian1.png) no-repeat right 50%;}
.picScroll-left .hd ul li a{color: #212121;font-size: 18px;padding-right: 45px;}
.picScroll-left .hd ul li.on{background:url(../images/dian2.png) no-repeat right 50%;}
.picScroll-left .hd ul li.on a{color:#d10000}


.pcon{margin-top:25px}
.pcon .tempWrap{width: 100%!important;}

.img_a img{width: 100%;}

.picList li .dd_vv h2{  	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;}

.picList li .dd_vv h3{   	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #b6b6b6;overflow: hidden;margin-top: 20px;}




@media (max-width: 1370px) {
.picScroll-left .hd ul li{width:100%;text-align: center;line-height: 35px;}
.picScroll-left .hd ul li a{color: #212121;font-size: 16px;padding-right: 35px;}
  }


@media (max-width: 1000px) {
.ppbg .wh .xwtt{position: absolute;left:10px;top:2.5vw}
.picScroll-left .hd2{position: absolute;left:0px;bottom:2.5vw;z-index: 999;}
  }


@media (max-width: 992px) {
.ppbg{background:url(../images/bg2.png) repeat-y center top;padding: 40px 0;background-size: 100% 100%;}
.picScroll-left .hd ul li a{color: #fff;font-size: 18px;padding-right: 45px;}
.pcon{width: 100%;}
.ys_nav{width: 100%;margin-top: 25px;}
.ys_nav li{width:48%!important;float: left;}
.ys_nav li:nth-child(2n){float: right;}
.picScroll-left .hd2{display: none;}
.img_a11{width:100%;position: relative;padding: 30px;overflow: hidden;}
.dd_vv{width: 100%;margin-top: 10px;}
.ppbg .wh .xwtt{position: relative;left:auto;top:auto}
  }




/* 解决方案 */

.solutions-box {
margin-top: 70px;
}
.solutions-list {
  font-size: 0;
}


.solutions-list li + li{margin-left: 1.5%;}


.solutions-list li {
  width: 20%;
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  overflow: hidden;position: relative;
}


.solutions-list li::after{position: absolute;
width: 100%;height:100%;background: rgba(0, 0, 0, .5);content: "";left:0px;top:0px;}



.solutions-list li.active {
  width: 35%;
}


.solutions-list li.active::after{display: none;}


.solutions-list li .img {

}
.solutions-list li .img img {
}
.solutions-list li .text {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  text-align: left;
  padding:0 15px;color:#ffffff;font-size: 24px;
}



@media (max-width: 1100px) {
.solutions-list li .text{font-size: 20px;}
  }



@media (max-width: 1280px) {
.solutions-list li .text{font-size: 16px;}
  }

.ys_xx{margin-top: 35px;}
.ys_xx li{width: 48.8%;margin-bottom: 20px;}
.ys_xx li .img{width: 100%;}
.ys_xx li .img img{width: 100%;}
.ys_xx li h2{	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #212121;text-align: center;line-height: 30px;height:30px;overflow: hidden;}



/* ys_bg */

.ys_bg{background:url(../images/bg3.png) no-repeat center top;padding: 110px 0 220px 0;background-size: 100% 100%;}
.xwtt11{text-align: center;}
.ys_ll{margin-top: 6.5vw;}
.ys_ll li{width: 28%;text-align: left;}
.ys_ll li .img_aa{width: 60px;}
.ys_ll li .img_aa img{max-width: 100%;}
.ys_ll li h2{margin-top: 10px;	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;}

.ys_ll li h3{	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #c7c7c7;height:50px;overflow: hidden;margin-top: 30px;}

@media (max-width: 1440px) {
.ys_ll li h2{font-size: 20px;}
.ys_ll li h3{font-size: 15px;}
  }


@media (max-width: 1100px) {
.ys_bg{background:url(../images/bg3.png) no-repeat center top;padding: 90px 0 180px 0;background-size: 100% 100%;}
.ys_ll li{width: 31%;text-align: left;}
  }


@media (max-width: 1100px) {
.ys_bg{background:url(../images/bg3.png) no-repeat center top;padding: 90px 0 110px 0;background-size: 100% 100%;}
.ys_ll li{width: 31%;text-align: left;}

.ys_ll li h2{margin-top: 10px;	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;height:30px;overflow: hidden;}
  }


@media (max-width: 768px) {
.ys_ll li{width: 100%;text-align: left;margin-bottom: 20px;}
.ys_bg{background:url(../images/bg3.png) no-repeat center top;padding: 40px 0 50px 0;background-size: cover;}


.ys_ll li h3{	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #c7c7c7;height:50px;overflow: hidden;margin-top: 10px;}
}



/* xw_con */
.xw_con{
    background:url(../images/yq3.png) no-repeat 10px top;
    padding: 95px 0 105px 0;
}

.xw_11{width: 53.375%;margin-top: 3.5vw;}
.xw_11 li{width: 100%;position: relative;}
.xw_11 li img{width: 100%;}
.xw_11 li .dk_a{position: absolute;left:0px;bottom:0px;width: 100%;padding:25px;}
.xw_11 li .dk_a h2{	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;height:30px;overflow: hidden;margin-bottom: 0.5rem;}

.xw_11 li .dk_a h3{	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;height:50px;overflow: hidden;margin-top: 10px;margin-bottom: 0.5rem;}


.xw_11 li .dk_a h4{	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #c4c4c4;margin-top: 10px;}

.xw_22{width: 41.125%;margin-top: 3.5vw;}
.xw_22 li{background-color: #e5e5e5;padding: 28px;}
.xw_22 li + li{margin-top: 20px;}
.xw_22 li h2{	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0px;
	color: #434343;height:30px;overflow: hidden;
    margin-bottom: 0.5rem;
}

.xw_22 li h3{	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #5e5e5e;height:50px;overflow: hidden;margin-bottom: 0.5rem;}


.xw_22 li:hover{background-color: #cc0303;}
.xw_22 li:hover h2{color:#fff}
.xw_22 li:hover h3{color:#fff}

@media (max-width: 1560px) {
.xw_22 li{padding: 25px;}
  }


@media (max-width: 1440px) {
.xw_22 li{padding: 19px;}
  }

@media (max-width: 1370px) {
.xw_22{width: 44.125%;margin-top: 3.5vw;}
.xw_22 li{padding: 15px;}
  }


@media (max-width: 1280px) {
.xw_22 li + li{margin-top: 9px;}
  }


@media (max-width: 1200px) {
.xw_22{width: 100%;margin-top: 35px;}
.xw_11{width: 100%;margin-top: 35px;}
  }


@media (max-width: 1200px) {
.xw_con{background:url(../images/yq3.png) no-repeat 10px top;padding: 35px 0 35px 0;}

.xw_11 li .dk_a{position: absolute;left:0px;bottom:0px;width: 100%;padding:15px;}
.xw_11 li .dk_a h2{	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;height:25px;overflow: hidden;}

.xw_11 li .dk_a h3{	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ffffff;height:20px;overflow: hidden;margin-top: 5px;}

  }

/*.case_cont{*/
/*    background:url(../images/bg5.jpg) no-repeat center;*/
/*    background-size: cover;*/
/*}*/

/* 网站文字 */

.xwtt{	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #d10000;text-transform: uppercase;}
.xwtt span{	color: #212121;}
.xwtt em{color:#fff}





@media (max-width: 1440px) {
.xwtt{font-size: 40px;}
  }

@media (max-width: 1360px) {
.xwtt{font-size: 35px;}
  }



@media (max-width: 1280px) {
.xwtt{font-size: 25px;}
  }


@media (max-width: 992px) {
.xwtt{font-size: 22px;}
  }




/* footer */
.dff{background:#262626;padding-top: 80px;padding-bottom: 18px;}
.logo_2{max-width: 200PX;}
.logo_2 img{max-width: 100%;}

.lx_wm{color:#d5d3d3;font-size:14px;line-height: 28px;margin-top: 30px;}


.df_b{width: 56.52%;}
.nav11 dd{	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #eeeeee;text-transform: uppercase;}

.port{margin-top: 20px;}

.port li{	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #d8d6d6;width: 100%;}

.port li a{color: #d8d6d6;}

.xx1{width: 100%;height:1px;background:#393939;margin-top: 2.5vw;margin-bottom: 1.5vw;}

.seo_aa{	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #8a8a8a;}

.seo_aa a{	color: #8a8a8a;}
.seo_aa a IMG{max-width: 66PX;filter: brightness(100);}

.ffxx .social-share .social-share-icon{border: none;}
.ffxx .social-share .icon-facebook { color: #929292;}
.ffxx .social-share .icon-facebook:hover {background:none;}


.ffxx .social-share .icon-twitter { color: #929292;}
.ffxx .social-share .icon-twitter:hover {background:none;}



.ffxx .social-share .icon-linkedin { color: #929292;}
.ffxx .social-share .icon-linkedin:hover {background:none;}



/*样式*/
@media (max-width: 1100px) {
.df_b{display: none;}
  }

@media (max-width: 992px) {
.dff{background:#262626;padding-top: 30px;padding-bottom: 18px;}
  }



/* nylx */
.nylx{margin-top: 20px;}
.btta{color:#666666;font-size: 14px;background:url(../images/syicon.png) no-repeat left 50%;padding-left: 20px;font-weight: 400;}

.nylx_ll{margin-top: 70px;}
.nylx_ll li{width: 48%;}
.nylx_ll li a.img{display: block;width: 100%;}
.nylx_ll li a.img img{width: 100%;}


@media (max-width: 992px) {
.nylx_ll li{width: 100%;margin-bottom: 10px;}
  }




/* ourbg */
.ourbg{background:url(../images/bg4.png) no-repeat center;background-size: cover;padding: 77px 0;margin-top: 80px;}
.nylxnn{max-width: 1115px;margin:0 auto;color:#f2f2f2;font-size: 20px;line-height: 35px;margin-top: 35px;text-align: center;}


.more_22{	width: 135px;
	height: 37px;
	background-color: #d10000;text-align: center;line-height: 37px;font-size: 16px;margin:0 auto;margin-top:4.5vw ;}


.more_22 a{text-align: center;color: rgba(255, 255, 255, 1)!important;text-transform: capitalize;}
.more_22 a img{padding-left: 15px;}





@media (max-width: 1440px) {
.ourbg{background:url(../images/bg4.png) no-repeat center;background-size: cover;padding: 47px 0;margin-top: 40px;}
  }


/* nylx_22 */
.nylx_22{margin-top: 86px;}


.lx_nn33{width: 41.25%;border:1px solid #e5e5e5;padding: 5%;}
.lx_nn33 h2{color:#383838;font-size: 16px;font-weight: 600;}
.nr_lx{margin-top: 20px;color:#383838;font-size: 15px;line-height: 2.1;}

.lx_xx{margin-top: 2.5vw;}
.lx_xx li{float: left;margin-right: 5px;}
.lx_xx li img{max-width: 100%;}

.map_22{width: 58.75%;}
.map_22 img{width: 100%;}


@media (max-width: 1280px) {
.lx_nn33{width: 41.25%;border:1px solid #e5e5e5;padding: 25px}
  }


@media (max-width: 992px) {
	.nylx_22{margin-top: 46px;}
.lx_nn33{width: 100%;border:1px solid #e5e5e5;padding:25px 10px}
.map_22{width: 100%;}
  }




  /* About Us */

.nbanner img{width: 100%;}
.nbanner2{position: relative;}
.bnjs{position: absolute;top:50%;transform: translateY(-50%);left:0px;width: 100%;}
.shao1{color:#ffffff;font-size: 45px;font-weight: 600;text-align: center;text-transform: uppercase;}
.shao2{color:#ffffff;font-size: 20px;text-align: center;max-width: 1300px;margin:0 auto;margin-top:2.5vw;font-weight: 400;line-height: 35px;}


@media (max-width: 1440px) {
.shao1{font-size: 40px;}
.shao2{font-size: 18px;}
  }



@media (max-width: 1370px) {
.shao1{font-size: 30px;}
.shao2{font-size: 17px;}
  }




@media (max-width: 1280px) {
.shao1{font-size: 25px;}
.shao2{font-size: 16px;}
  }
  

@media (max-width: 992px) {
.shao1{font-size: 20px;}
.shao2{font-size: 12px;line-height: 20px;}
  }

@media (max-width: 768px) {
.shao1{font-size: 17px;}
.shao2{font-size: 12px;line-height: 18px;}
  }



  /* about_vn */
  .about_vn{margin-top: 30px;}
  .box_aa{margin-top: 30px;}

.port22{border-bottom: 2px solid #f2f2f2;width: 80%;line-height: 45px;margin-top: -10px;}
.aort{width: 500px;float: right;line-height: 45px;}
.aort li{position: relative;}
.aort li a{color:#424242;font-size: 18px;text-transform: uppercase;}
.aort li::before{position: absolute;left:0px;bottom: -2px;height:2px;background:#d10000;content: "";width: 0px;transition: all .3s;}
.aort li:hover::before{width: 100%;}


.ab_ll_22{background:url(../images/mapbg.png);}

.ab_22_22{width: 44.375%;text-align: left}

.ab_xx li{width: 58.75%;}
.ab_xx li a.img{display: block;}
.ab_xx li a.img img{width: 100%;}
.ab_xx li:nth-child(2n){width: 39.125%;}


@media (max-width: 1100px) {
.aort li a{color:#424242;font-size: 16px;text-transform: uppercase;}
  }

@media (max-width: 768px) {
.aort li a{color:#424242;font-size: 15px;text-transform: uppercase;}
.ab_22_22{width: 100%;}
  }

@media (max-width: 700px) {
.aort li a{color:#424242;font-size: 15px;text-transform: uppercase;}

.ab_xx li:nth-child(2n){width: 100%;}
.ab_xx li{width:100%;margin-bottom: 10px;}

.port22{border-bottom: 2px solid #f2f2f2;width: 100%;line-height: 45px;margin-top: 20px;}

.aort{width: 100%;float: right;line-height: 45px;}

  }



  /* Global Marketing */
  .dfab{background:url(../images/yq4.png) no-repeat center left #f6f6f6;padding:90px 0;margin-top: 3.5vw;}
  .dfab .wh{position: relative;}
.lx_map11{width: 42.375%;position: absolute;left:10px;top:50%;transform: translateY(-45%);}

.accv{color:#757575;font-size: 18px;line-height: 35px;margin-top: 3.5vw;border-bottom: 2px solid #e9e9e9;padding-bottom: 15px;}


.map22{width: 76.9375%;float:right;}
.map22 img{width: 100%;}

@media (max-width: 1440px) {
.map22{width: 74.9375%;float:right;}
.lx_map11{width: 42.375%;position: absolute;left:10px;top:50%;transform: translateY(-45%);}
  }


@media (max-width: 1200px) {
  .dfab{background:url(../images/yq4.png) no-repeat center left #f6f6f6;padding:40px 0;margin-top: 30px;}
.map22{width: 100%;float:none;}
.lx_map11{width: 100%;position: relative;left:0px;top:0%;transform: translateY(0%);margin-bottom: 25px;}
  }


/* Welcome */
.Welcome{margin-top: 75px;margin-bottom: 45px;}
.jointt h2{margin-top: 30px;color:#5f5f5f;font-size: 20px;font-weight: 400;}

.join_xx li{width: 65.75%;position: relative;}
.join_xx li a.img{display: block;}
.join_xx li a.img img{width: 100%;}
.join_xx li:nth-child(2n){width: 30.75%;}
.join_xx li h2{position: absolute;top:50%;transform: translateY(-50%);right:25%;color:#ffffff;
background:url(../images/line2.png) no-repeat center right;padding-right: 45px;font-size: 30px;}


@media (max-width: 700px) {
.join_xx li:nth-child(2n){width: 100%;}
.join_xx li{width:100%;margin-bottom: 10px;}
.join_xx li h2{position: absolute;top:50%;transform: translateY(-50%);right:25%;color:#ffffff;
background:url(../images/line2.png) no-repeat center right;padding-right: 45px;font-size: 16px;}
  }


/* 产品页面 */
.pt_an{text-align: left;max-width: 780px;}

/* ppbg_11 */
.ppbg_11{background:#f5f5f5;padding: 60px 0;margin-top: 40px;}
.home-products-section{margin-left: 8%;margin-top: 45px;}

@media (max-width: 1440px) {
.home-products-section{margin-left: 10px;margin-top: 45px;}
}


@media (max-width: 1280px) {
.home-products-section{margin-left: 10px;margin-top: 25px;}
}



/* pp_kk */
.pp_kk{margin-top: 67px;}
.pp_yy{position: relative;}
.pp_yy img{width: 100%;}
.pp_cnm{position: absolute;bottom: 35px;right:35px;color:#ffffff;font-size: 18px;line-height: 35px;max-width: 700px;}


@media (max-width: 1440px) {
.pp_cnm{position: absolute;bottom: 35px;right:35px;color:#ffffff;font-size: 16px;line-height: 35px;}
}


@media (max-width: 768px) {
	.pp_kk{margin-top: 37px;}
.pp_cnm{position: absolute;bottom: 5px;right:5px;color:#ffffff;font-size: 14px;line-height: 22px;max-width: 300px;}
}


/* De_ll */
.De_ll{margin-top: 3.5vw;margin-bottom: 5.5vw;}
.De_ll li{background:#eeeeee;}
.img_a3{width: 50%;}
.img_a3 img{width: 100%;}

.dcc11{width: 50%;padding: 5.5vw;background:url(../images/yq5.png) no-repeat 5% 10%;}
.dcc11 h3{color:#2d2d2d;font-size: 40px;font-weight: 600;margin-bottom: 35px;}
.dcc11 h2{background:url(../images/dian3.png) no-repeat left 8px;padding-left: 22px;color:#5a5a5a;
font-size: 18px;font-weight: 400;line-height: 35px;margin-bottom: 25px;}


@media (max-width: 1440px) {
.dcc11 h3{color:#2d2d2d;font-size: 30px;font-weight: 600;margin-bottom: 35px;}
.dcc11 h2{font-size: 16px;}
}



@media (max-width: 1280px) {
.dcc11 h3{color:#2d2d2d;font-size: 20px;font-weight: 600;margin-bottom: 35px;}
.dcc11 h2{font-size: 15px;line-height: 28px;}
}



@media (max-width: 1200px) {
.dcc11{width: 50%;padding: 2.5vw;background:url(../images/yq5.png) no-repeat 5% 10%;}
.dcc11 h2{margin-bottom: 15px;}
}


@media (max-width: 990px) {
.dcc11{width: 100%;padding: 25px;background:url(../images/yq5.png) no-repeat 5% 10%;}
.img_a3{width: 100%;}
.dcc11 h3{color:#2d2d2d;font-size: 25px;font-weight: 600;margin-bottom: 25px;}

.De_ll{margin-top: 40px;margin-bottom: 40px;}
}

  











.lxwm1{
    background: #fff;
    margin: 2vw auto;
    position: relative;
    overflow: hidden;
}
.lxwm1 .lxwm1-left{
    width: 50%;
    background: url(../images/lianxi_bg.png) right bottom no-repeat #fff;
    border: 1px solid #e5e5e5;
    border-radius: .5rem 0 0 .5rem;
    padding: 4rem 4rem 3rem;
    box-shadow: 1.832px 10.952px 10px 5px rgb(0,0,0,0.1);
}
.lxwm1 .lxwm1-left .lxfs{
    margin-bottom: 2vw;
}
.lxwm1 .lxwm1-left .lxfs ul li{
    font-size: 16px;
    color: #333;
    line-height: 2;
    margin-bottom: 10px;
}
.lxwm1 .lxwm1-left .lxfs ul li span{
    display: inline-block;
    width: 44px;
    line-height: 42px;
    height: 44px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
}
.lxwm1 .lxwm1-left .lxfs ul li span img{
    max-width: 100%;
}
.lxwm1 .lxwm1-left .lxewm{
    display: flex;
    align-items: center;
}
.lxwm1 .lxwm1-left .lxewm img{
    max-width: 120px;
}
.lxwm1 .lxwm1-left .lxewm dl{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-left: 10px;
}

.lxwm1 .lxwm1-right{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.lxwm1 .lxwm1-right .map-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.lxwm2{
    background: rgba(245, 245, 245, 1);
    padding: 5vw 0;
}
.lxwm2 .lxwm2-tlt{
    text-align: center;
    margin-bottom: 30px;
}
.lxwm2 .lxwm2-tlt h3{
    font-size: 34px;
    font-weight: bold;
    color: #000;
    line-height: 1.6;
}
.lxwm2 .lxwm2-tlt p{
    font-size: 16px;
    color: #787878;
    line-height: 2;
}

.lxwm2 #form2 > div{
    margin-bottom: 25px;

}
.lxwm2 #form2 .ly-item1 textarea{
    width: 100%;
    height: 160px;
    background-color: #fff;
    border: 0px;
    padding: 10px;
    color: #666;
    outline: none;
}
.lxwm2 #form2 input::-webkit-input-placeholder,.lxwm2 #form2 textarea::-webkit-input-placeholder{
    color: #666;
}
.lxwm2 #form2 input::-moz-placeholder,.lxwm2 #form2 textarea::-moz-placeholder{ 
    color: #666;        
}
.lxwm2 #form2 input:-ms-input-placeholder,.lxwm2 #form2 textarea:-ms-input-placeholder{ 
    color: #666;        
}
.lxwm2 #form2 .ly-item2 input{
    width: 48%;
    float: left;
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.lxwm2 #form2 .ly-item2 #name{
    margin-right: 4%;
}
.lxwm2 #form2 .ly-item3 > input{
    width: 48%;
    float: left;
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    margin-right: 4%;
}
.lxwm2 #form2 .ly-item3 .code{
    display: flex;
    justify-content: space-between;
}
.lxwm2 #form2 .ly-item3 .code input{
    width: calc(100% - 120px);
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.lxwm2 #form2 .ly-item4 input{
    width: 100%;
    border: none;
    outline: none;
    background: #333;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
}
@media(max-width: 1199px){
    .lxwm1 .lxwm1-left > h3{
        font-size: 22px;
    }
    .lxwm1 .lxwm1-left .lxfs{
        font-size: 14px;
    }
    
    .lxwm2 .lxwm2-tlt h3{
        font-size: 24px;
    }
    .lxwm2 .lxwm2-tlt p{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .lxwm1 .lxwm1-left{
        width: 100%;
        padding: 20px;
        float: none;
    }
    .lxwm1 .lxwm1-left > h3{
        font-size: 20px;
    }
    .lxwm1 .lxwm1-left .welto{
        font-size: 24px;
    }
    .lxwm1 .lxwm1-right{
        position: relative;
        width: 100%;
        height: 400px;
    }
    .lxwm1 .lxwm1-left .lxfs ul li{
        font-size: 14px;
    }
    
    .lxwm2 #form2 > div{
        margin-bottom: 15px;
    }
    .lxwm2 #form2 .ly-item2 input{
        width: 100%;
        float: none;
    }
    .lxwm2 #form2 .ly-item2 #name{
        margin-bottom: 15px;
        margin-right: 0;
    }
    .lxwm2 #form2 .ly-item3 > input{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

}


.aspg-right-mbx .cur-pos {
    display: inline-block;
    color: #333;
}

.aspg-right-mbx .cur-pos img{
    width: 20px;
    height: 20px;
}



   
/*phone底部导航*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #d10000;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(../images/btn15.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/btn16.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/btn17.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}
