@charset "UTF-8";
@font-face {
    font-family: "BarlowCondensed-Regular";
    src: url("/wp-content/themes/xinbo/font/BarlowCondensed-Regular.woff2.woff2") format("woff2"),
    url("/wp-content/themes/xinbo/font/BarlowCondensed-Regular.woff2.woff") format("woff"),
    /*url("./wp-content/themes/xinbo/font/BarlowCondensed-Regular.woff2.ttf") format("truetype"),*/
    url("/wp-content/themes/xinbo/font/BarlowCondensed-Regular.woff2.eot") format("embedded-opentype"),
    url("/wp-content/themes/xinbo/font/BarlowCondensed-Regular.woff2.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}
.switcher{ 
	width: 140px!important;
	overflow: visible!important;
}
.switcher .selected a{
	width: 123px!important;
}
.switcher .option{
    width: 135px!important;
}
.switcher a img{
	margin-right: 8px!important;
}

::-webkit-input-placeholder {
    /*Webkit browsers*/
    color: #B3B3B3;
    font-family: 'BarlowCondensed-Regular', sans-serif;
}

:-moz-placeholder {
    /*Mozilla Firefox 4 to 8*/
    color: #B3B3B3;
    font-family: 'BarlowCondensed-Regular', sans-serif;footer
}

::moz-placeholder {
    /*Mozilla Firefox 19+*/
    color: #B3B3B3;
    font-family: 'BarlowCondensed-Regular', sans-serif;
}

:-ms-input-placeholder {
    /*Internet Explorer 10+*/
    color: #B3B3B3;
    font-family: 'BarlowCondensed-Regular', sans-serif;
}

html,
body {
    font-family: 'BarlowCondensed-Regular', sans-serif;
    line-height: 1;
}

* {
    box-sizing: border-box;
}

a {
    transition: all 0.3s;
}

.textleft {
    text-align: left !important;
}

.cfff {
    color: #FFF !important;
}

#page {
    max-width: 1920px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.disflex {
    display: flex;
}

.bgfff {
    background-color: #fff;
}

.bgccc {
    background-color: #F2F3F5;
}

.bgccc2 {
    background-color: #fbfbfb;
}

.textcenter {
    text-align: center !important;
}

.themec {
    color: #DE333B !important;
}

.cf {
    color: #FFF !important;
}


/*header start*/

.switcher .selected a{ 
  margin-top: 25px;
}

.switcher .selected a img{ 
margin-right: 9px;
}
.nav-box {
    display: none;
}
.header {
    max-width: 1280px;
    margin: auto;
}
.header-box {
    position: relative;
}

.header-box .logo {
    height: 110px;
    display: flex;
    align-items: center;
    width: 25%;
}
.header-box .logo .logo-tips{font-size:18px;color:#DE333B;font-weight:600;}
.header-box .top_con {
    height: 80px;
    line-height: 80px;
    display: flex;
    position: absolute;
    right: 0;
}

.header-box .top_con a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 14px;
    font-size: 18px;
}
.nav-box #menu ul li a{
	display:flex;
	align-items:center;
}
.nav-box #menu ul li a img{
	margin-right:5px;
}
.header-box .top_con a:nth-last-of-type(1):after {
    display: none;
}

.header-box .top_con a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 19px;
    border-right: 1px solid #CDCDCD;
}

.header-box .top_con .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.header-box .top_con .icon.tel {
    background-image: url("../images/red_tel.png");
}

.header-box .top_con .icon.mail {
    background-image: url("../images/red_mail.png");
}

.header-box .top_con .icon.fax {
    background-image: url("../images/red_sky.png");
}

.header-box .icon-ny {
    display: none;
}

.header-box.header_ny {
    position: relative;
    border-bottom: none;
    background: #581264;
}

.header-box.header_ny .icon-index {
    display: none;
}

.header-box.header_ny .icon-ny {
    display: inline-block;
}

.pc-nav {
    position: absolute;
    top: 80px;
    right: 0;
    background-color: #DE333B;
    z-index: 3;
    width: 80%;
}

.pc-nav ul {
    display: flex;
    /*width: 1260px;*/
    padding: 0 30px;
    justify-content: space-around;
}

.pc-nav ul li {
    width: 15%;
    position: relative;
}

.pc-nav ul:after {
    content: '';
    position: absolute;
    left: -35px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 65px 35px;
    border-color: transparent transparent #DE333B transparent;
}

.pc-nav li.active:after,
.pc-nav li:hover:after {
    height: 100%;
}

.pc-nav li.active>a,
.pc-nav li:hover>a {
    background: url("../images/nabh.png") no-repeat 50% 50%;
    background-size: 100%;
}

.pc-nav li>a {
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
    z-index: 2;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 20px;
    display: block;
    text-transform: capitalize;
}

.logo-box {
    display: flex;
    align-items: center;
    height: 100px;
}

.wap-logo {
    display: none;
}

.lan-box {
    width: 80%;
    height: 100px;
    align-items: center;
    z-index: 1992;
    margin-left: 10px;
}

.lan-box dt {
    display: flex;
}

.lan-box dd {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0.8);
    transition: all 0.6s;
    transform-origin: top left;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 20px;
    width: 120px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}
#bay{
	z-index:999999;
	width:500px;
	height:140px;
}
#bay a{display: block;}
#bay a img{max-width:100%;height:auto;}
.lan-box dd a {
    display: block;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
    white-space: nowrap;
}

.lan-box dd a:hover {
    color: #DE333B;
}

.lan-box:hover dd {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.lan-box:hover .arrow {
    transform: rotate(-180deg);
}

.right_btn {
    align-items: center;
    height: 100px;
}

.right_btn .btn {
    cursor: pointer;
    width: 108px;
    border-radius: 4px;
    text-transform: initial;
    font-family: 'Raleway', sans-serif;
}

.right-icon {
    position: relative;
    margin-right: 40px;
    margin-left: 15px;
}

.right-icon:hover .ser_box {
    visibility: visible;
    opacity: 1;
    top: 80%;
}

.right-icon .icon {
    width: 22px;
    height: 100px;
    background: url("../images/ser.png") no-repeat 50% 50%;
}

.right-icon .icon:hover {
    background: url("../images/ser2.png") no-repeat 50% 50%;
}

.right-icon .ser_box {
    position: absolute;
    top: 100%;
    width: 310px;
    background: #FFF;
    padding: 20px;
    z-index: 1990;
    transform: translateX(-90%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.21);
}

.right-icon .ser_box input {
    padding: 0 15px;
    border: 1px solid #BCBCBC;
    height: 32px;
    line-height: 32px;
    width: 100%;
}


/* .right-icon img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
} */

.pc-nav li .erji {
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.04);
    left: 0;
    top: 110%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 1991;
    transition: all 0.3s;
}

.pc-nav li .erji .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 200px;
}

.pc-nav li.hover .erji {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.erji h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #DE333B;
    margin: 30px 0;
}

.erji .fl {
    width: 32%;
    text-align: center;
    overflow: hidden;
}

.erji .fr {
    width: 65%;
}

.erji .fr p {
    line-height: 1.8;
    font-size: 16px;
}

.erji dl {
    overflow: hidden;
    margin-top: 50px;
}

.erji dl dd {
    position: relative;
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
}

.erji dl dd:hover .icon {
    background: url("../images/arr_right2.png") no-repeat;
}

.erji dl dd .icon {
    display: inline-block;
    background: url("../images/arr_right.png") no-repeat;
    width: 5px;
    height: 9px;
}

.erji dd a:hover {
    color: #DE333B;
}

.erji dd a {
    padding: 6px 24px;
    color: #666;
    display: block;
    white-space: nowrap;
    line-height: 1.5;
    font-size: 16px;
}


/*header end*/

.border0 {
    border: none !important;
}

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

.inner-big-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.index_pro_grid {
    padding-top: 1px;
}

.index_pro_grid .m-width-1460 {
    padding: 0 90px;
    position: relative;
}

.index_pro_grid .product_list {
    padding-top: 10px;
}

.index_pro_grid .swiper-button-next,
.index_pro_grid .swiper-button-prev {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0px 1px 14px 2px rgba(0, 0, 0, 0.05);
}

.index_pro_grid .swiper-button-next:hover,
.index_pro_grid .swiper-button-prev:hover {
    background-color: #DE333B;
}

.index_pro_grid .swiper-button-next {
    background-image: url("../images/app_next.png");
    right: 10px;
}

.index_pro_grid .swiper-button-next:hover {
    background-image: url("../images/app_next_h.png");
}

.index_pro_grid .swiper-button-prev {
    background-image: url("../images/app_prev.png");
    left: 10px;
}

.index_pro_grid .swiper-button-prev:hover {
    background-image: url("../images/app_prev_h.png");
}

.btn {
    padding: 17px 0 0 50px;
    display: inline-block;
    color: #A4A4A4;
    width: 186px;
    height: 74px;
    text-transform: uppercase;
    transition: all 0.3s;
    background-image: url("../images/btnbg.png");
    background-repeat: no-repeat;
}

.btn.gery {
    border-color: #ddd;
    color: #888;
}

.btn.gery .icon {
    background: url("../images/l_icon3.png") no-repeat 50% 50%;
}

.btn.gery:hover {
    border-color: #DE333B;
    background-color: #DE333B;
    color: #FFF;
}

.btn.gery:hover .icon {
    background: url("../images/l_icon2.png") no-repeat 50% 50%;
}

.btn.type2 {
    position: relative;
}

.btn.hover,
.btn:hover {
    background-image: url("../images/btnbg2.png");
    color: #FFF;
}

.btn .type3.hover,
.btn .type3:hover {
    background-image: url("../images/btnbg3.png");
}

.btn .icon {
    margin-left: 15px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("../images/l_icon.png") no-repeat 50% 50%;
}

.btn.radius {
    border-radius: 30px;
}

.product_list ul {
    overflow: hidden;
    padding: 15px 0;
}

.product_list li {
    float: left;
    text-align: center;
    overflow: hidden;
}

.product_list li .imgshow {
    position: relative;
    box-sizing: border-box;
    /* background-color: #FFF; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.product_list li .imgshow img {
    width: 100%;
}

.product_list li a {
    width: 100%;
    color: #333;
    display: block;
    position: relative;
    border: 1px solid transparent;
}

.product_list li a:hover h3 {
    color: #FFF;
    background-color: #DE333B;
}

.product_list li a:hover .imgshow {
    border-color: #DE333B;
}

.product_list li h3 {
    font-weight: normal;
    padding: 15px;
    line-height: 1.5;
    font-size: 20px;
    transition: all 0.3s;
}

.product_list li h3 span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_list li p {
    line-height: 1.8;
}

.product_list li p.text {
    margin: 10px 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product_list li .tit {
    font-size: 20px;
}

.product_list li .date {
    text-align: left;
    display: block;
}

.title {
    text-align: center;
    margin: 80px auto 50px;
    text-transform: uppercase;
}

.title.title_ny {
    text-transform: initial;
}

.title.cfff span {
    color: #FFF;
}

.title.cfff h2 {
    color: #FFF;
}

.title span {
    display: block;
}

.title .text {
    padding: 0 10%;
}

.title .text p {
    text-transform: initial;
}

.title .tips {
    display: inline-block;
    color: #888;
    font-size: 18px;
    padding-top: 20px;
    text-transform: initial;
}

.title .line {
    width: 48px;
    height: 5px;
  
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}



.title h2 {
    color: #333333;
    font-size: 38px;
}

.index_oem_gird .title {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.index_about_grid .title {
    margin-bottom: 30px;
}

.index_oem_gird .left,
.index_oem_gird .right {
    flex-shrink: 0;
}

.index_oem_gird .left {
    width: 53%;
    margin-right: 2%;
    position: relative;
}

.index_oem_gird .left .text {
    position: relative;
    z-index: 2;
    padding-right: 110px;
}

.index_oem_gird .left p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    font-size: 20px;
    -webkit-box-orient: vertical;
}

.index_oem_gird .left:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #f7f7f7;
    z-index: 1;
    background-image: url("../images/cl.png");
    background-repeat: no-repeat;
    background-position: -50px 280px;
}

.index_oem_gird .btn {
    margin-top: 30px;
    margin-left: -15px;
}

.index_oem_gird .right {
    width: 45%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_oem_gird .right a {
    width: 49%;
    display: block;
}

.index_oem_gird .right a:nth-of-type(1),
.index_oem_gird .right a:nth-of-type(2) {
    margin-bottom: 2%;
}

.index_oem_gird .right a:nth-of-type(1) {
    margin-right: 2%;
}

.index_oem_gird .right a:nth-last-child(1) {
    width: 100%;
}

.index_oem_gird .right img {
    width: 100%;
}

.related_gird.w4 li {
    width: 24%;
    margin: 0 1.33% 2% 0;
}

.related_gird li {
    width: 32%;
    margin: 0 2% 0 0;
}

.related_gird li .imgshow {
    padding: 0;
}

.related_gird li:nth-last-of-type(1) {
    margin-right: 0;
}

.related_gird li h3 {
    margin: 0;
}

.faq .tit {
    padding: 20px 0;
    color: #202D44;
    font-size: 24px;
    padding-left: 70px;
}

.faq_icon {
    display: inline-block;
    width: 36px;
    height: 42px;
    background: url("../images/dbx.png") no-repeat;
    line-height: 42px;
    text-align: center;
    color: #9E9E9E;
    margin-right: 35px;
    flex-shrink: 0;
    transition: all 0.3s;
}

.faq .tit .icon {
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 44px;
    color: #202D44;
    position: absolute;
    top: 8px;
    left: 15px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.faq .tit .icon:hover {
    color: #DE333B;
}

.faq .text {
    display: none;
    margin-top: 10px;
    padding-left: 70px;
    padding-right: 55px;
    color: #888;
}

.faq .text p {
    line-height: 1.8;
}

.faq .act .text {
    display: flex;
    font-size: 18px;
    padding-bottom: 15px;
}

.faq li {
    border-top: 1px solid #BCBCBC;
    position: relative;
    cursor: pointer;
}

.faq li:nth-of-type(1) {
    border-top: none;
}

.faq li.act .icon {
    transform: rotate(0deg);
}

.faq li.act,
.faq li:hover {
    background-color: #F2F3F5;
}

.faq li.act .tit,
.faq li:hover .tit,
.faq li.act .icon,
.faq li:hover .icon {
    color: #DE333B;
}

.news_list li {
    padding: 30px;
    position: relative;
    padding-left: 320px;
    background-color: #f9f9f9;
    transition: all 0.3s;
    margin-bottom: 25px;
}

.news_list li:hover {
    box-shadow: 0px 2px 27px 1px rgba(0, 0, 0, 0.09);
}

.news_list li:hover h3 {
    color: #DE333B;
}

.news_list .leftimg {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 240px;
    height: 150px;
}

.news_list h3 {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .text {
    height: 150px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.news_list .date {
    color: #B3B3B3;
    display: inline-block;
    margin: 20px 0;
}

.news_list .date .icon {
    margin-right: 10px;
}

.news_list p {
    line-height: 1.8;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_detail_grid .right {
    width: 310px;
    flex-shrink: 0;
    margin-left: 40px;
}

.news_detail_grid .block.hide ul {
    display: none;
}

.news_detail_grid .left {
    width: 100%;
}

.news_detail_grid h3 {
   
    color: #012333;
    line-height: 1.5;

    
}
.news_detail_grid .left > h3{
  	font-size:34px;
}
.news_detail_grid .sub_tit {
    justify-content: center;
    height: 48px;
    margin: 30px 0;
    align-items: center;
    color: #888;
    background: rgba(235, 186, 17, 0.05);
}

.news_detail_grid .sub_tit .time {
    color: #888;
    margin-right: 30px;
}

.news_detail_grid .sub_tit .time em {
    border-right: 1px solid #BCBCBC;
    padding: 0 30px;
}

.news_detail_grid .sub_tit .time em:nth-last-of-type(1) {
    border-right: none;
}

.news_detail_grid .sub_tit .pro_share {
    margin-bottom: 0;
}

.news_detail_grid .sub_tit .web_share {
    padding-bottom: 0;
    height: 48px;
    align-items: center;
}

.news_detail_grid .sub_tit .web_share a {
    margin-right: 5px;
}

.news_detail_grid .read_more {
    font-size: 18px;
    text-transform: uppercase;
}

.news_detail_grid .read_more i {
    padding-left: 10px;
    font-family: monospace;
}

.news_detail_grid .block.type2 {
    background: url("../images/newstype2bg.png") no-repeat;
    height: 350px;
    padding: 40px 30px 0;
    color: #FFF;
}

.news_detail_grid .block.type2 .yellow_tit {
    font-size: 42px;
    color: #EBBA11;
    margin-bottom: 8px;
}

.news_detail_grid .block.type2 .text em {
    border-bottom: 1px solid #FFF;
}

.news_detail_grid .block.type2 .text h4 {
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.news_detail_grid .block.type2 .text a {
    color: #FFF;
    cursor: pointer;
}

.news_detail_grid .block.type2 .text a:hover {
    color: #DE333B;
}

.news_detail_grid .block.type2 .text a:hover em {
    border-color: #DE333B;
}

.news_detail_grid .block.type2 .text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
    color: #FFF;
}
.news_detail_grid .text h2{
    margin-bottom: 15px;
}
.news_detail_grid .text h3{
    margin-bottom: 15px;
}
.news_detail_grid .text h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.news_detail_grid .text p {
    margin-bottom: 8px;
    font-size: 18px;
}

.news_detail_grid .text p img {
    width: 100%;
    max-width: max-content;
    display: block;
    margin: 0 auto;
}

.hot_tit {
    font-size: 24px;
    border: 1px solid #e9e9e9;
    background: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #333;
}

.hot_tit h2 {
    line-height: 55px;
    padding-left: 30px;
}

.hot_tit .more {
    width: 22px;
    height: 22px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    margin-right: 15px;
    line-height: 22px;
    font-family: initial;
    text-align: center;
    color: #989898;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.hot_tit .more:hover {
    background-color: #DE333B;
    color: #FFF;
    border-color: #DE333B;
}

.hot_list.hot_list_pro img {
    border: 1px solid #BCBCBC;
}

.hot_list a {
    color: #202D44;
    display: flex;
}

.hot_list a:hover h3 {
    color: #DE333B;
}

.hot_list a>img {
    width: 120px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 100px;
}

.hot_list li {
    margin-top: 20px;
}

.hot_list .time {
    color: #aaa;
}

.hot_list h3 {
    font-size: 18px;
    color: #333;
    height: 81px;
    line-height: 27px;
    text-align: left;
    overflow: hidden;
}

.hot_list .text {
    display: flex;
    flex-wrap: wrap;
}

.page_group_news {
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid rgba(11, 33, 84, 0.07);
    border-bottom: 1px solid rgba(11, 33, 84, 0.07);
}

.page_group_news .icon {
    font-family: monospace;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.page_group_news a {
    color: #666;
    font-size: 20px;
    width: 50%;
    display: flex;
    align-items: center;
}

.page_group_news a span em {
    display: block;
    margin: 10px 0;
}

.page_group_news a.prev .icon {
    margin-right: 15px;
    background-image: url("../images/news_prev.png");
}

.page_group_news a.prev:hover .icon {
    background-image: url("../images/news_prev_h.png");
}

.page_group_news a.next {
    justify-content: flex-end;
    text-align: right;
}

.page_group_news a.next .icon {
    margin-left: 15px;
    background-image: url("../images/news_next.png");
}

.page_group_news a.next:hover .icon {
    background-image: url("../images/news_next_h.png");
}

.page_group_news a:hover em:nth-of-type(2),
.page_group_news a:hover .icon {
    color: #DE333B;
}

.index_case_grid .btn {
    margin: 30px auto 0;
    display: block;
}

.case_list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    overflow: hidden;
}

.case_list li {
    width: 32%;
    margin: 0 2% 2% 0;
    position: relative;
    float: left;
}

.case_list li a {
    display: block;
}

.case_list li a:hover p,
.case_list li a.hover p {
    opacity: 1;
}

.case_list li img {
    width: 100%;
}

.case_list li:nth-of-type(3n) {
    margin: 0 0% 2% 0;
}

.case_list li:hover h3 {
    color: #DE333B;
}

.case_list li:hover .line {
    background: #DE333B;
}

.case_list p {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.8;
    padding: 7px 20px;
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    font-size: 20px;
    transition: all 0.3s;
    opacity: 0;
}

.banner_error {
    background-color: #f0f0f0;
    padding: 90px 0 80px;
    text-align: center;

}

.error_grid {
    padding: 108px 0;
}

.error_grid>.disflex {
    justify-content: center;
}

.error_grid h3 {
    font-size: 44px;
    margin-bottom: 20px;
}

.error_grid .imgshow img {
    width: 100%;
    max-width: max-content;
}

.error_grid .text {
    flex-shrink: 0;
    margin-left: 120px;
    max-width: 380px;
}

.error_grid .btn {
    margin-left: -15px;
    margin-top: 30px;
    padding-left: 35px;
}

.error_grid p {
    color: #666;
    font-size: 22px;
    line-height: 1.5;
}

.about_pics {
    position: relative;
}

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

.about_pics li {
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

.about_pics li img {
    width: 100%;
}

.about_pics li:nth-of-type(1) {
    width: 25%;
}

.about_pics li:nth-of-type(2) {
    width: 33%;
}

.about_pics li:nth-of-type(3) {
    width: 20%;
}

.about_pics li:nth-of-type(4) {
    width: 19%;
}

.about_pics li:nth-of-type(5) {
    width: 33%;
}

.about_pics li:nth-of-type(6) {
    width: 20%;
}

.about_pics li:nth-of-type(7) {
    width: 25%;
}

.about_pics li:nth-of-type(8) {
    width: 19%;
}

.about_pics:hover .text {
    background: rgba(24, 168, 177, 0.9);
}

.about_pics .text {
    transition: all 0.3s;
    position: absolute;
    background: rgba(24, 168, 177, 0.64);
    height: 192px;
    width: 65%;
    margin: -86px 0 0 -32.5%;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    box-sizing: border-box;
}

.about_pics .text p {
    font-size: 32px;
    color: #FFF;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about_pics .text:after {
    content: '';
    position: absolute;
    border: 1px solid rgba(169, 222, 225, 0.54);
    height: 172px;
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
}

.about_honor_list {
    background: url("../images/world.png") no-repeat 50% 50%;
}

.about_honor_list img {
    width: 100%;
    transition: all 0.3s;
}

.about_honor_list ul {
    padding-top: 30px;
}

.about_honor_list li:hover img {
    transform: scale(1.05);
}

.about_honor_list li:nth-of-type(2),
.about_honor_list li:nth-of-type(4) {
    margin-top: 50px;
}
.hc-q-text{
	background:#DE333B;
	position: relative;
	padding:10px 0;
}
.hc-q-text .inner-20{position: relative;padding-left:90px;}
.hc-q-text .lab{
	width:85px;
	position: absolute;
	top:0;
	left:5px;
	z-index:0;
	font-size:14px;
	color:#FFFFFF;
}
.hc-q-text .lab-list.str_wrap{
	box-sizing: content-box;
	background:transparent;
}
.hc-q-text .lab-list.str_wrap a{color:#ffffff;margin:0 10px;font-size:14px;}




.about_honor_list li:nth-of-type(3) {
    margin-top: 80px;
}

.about_honor_list li img {
    width: 100%;
    transition: all 0.3s;
}

.solu_list li {
    border: 1px solid #efefef;
    transition: all 0.3s;
    margin-bottom: 90px;
    position: relative;
}

.solu_list li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.solu_list li a {
    display: flex;
}

.solu_list li:hover {
    box-shadow: 0px 2px 27px 1px rgba(0, 0, 0, 0.09);
}

.solu_list li:hover h3 {
    color: #DE333B;
}

.solu_list li:hover:after {
    background-color: #DE333B;
    color: #FFF;
}

.solu_list li:after {
    content: '+';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
    color: #BEBEBE;
    font-size: 26px;
    transition: all 0.3s;
}

.solu_list h3 {
    font-size: 26px;
    color: #333;
    margin-bottom: 55px;
    position: relative;
}

.solu_list h3 span {
    position: relative;
    z-index: 2;
}

.solu_list h3:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 67px;
    height: 56px;
    background: url("../images/titbg.png") no-repeat;
    z-index: 1;
}

.solu_list .leftimg {
    width: 36%;
    text-align: center;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    top: -30px;
    left: 30px;
}

.solu_list .leftimg img {
    width: 100%;
}

.solu_list .text {
    height: 300px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 60px 0 110px;
}

.solu_list .text p {
    color: #888;
    line-height: 1.8;
}

.ser_form {
    width: 500px;
    height: 60px;
    margin: 0 auto 55px;
    position: relative;
}

.ser_form .icon {
    position: absolute;
    height: 100%;
    width: 40px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    cursor: pointer;
}

.ser_form input {
    height: 60px;
    width: 100%;
    background: #FFF;
    border: 1px solid #e5e5e5;
    border-radius: 32px;
    padding: 0 40px 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.item_tab {
    justify-content: center;
    margin-bottom: 20px;
}

.item_tab a {
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 18px;
    font-weight: bold;
    color: #999999;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 10px;
    cursor: pointer;
    font-family: 'Raleway-Bold', sans-serif;
}

.item_tab a:hover,
.item_tab a.act {
    border-color: #DE333B;
    color: #DE333B;
}

.index_why_grid {
    margin-top: 50px;
    padding: 1px 0;
    background: url("../images/index_why.png") no-repeat 50% 0%;
}

.icon {
    display: inline-block;
}

.boxshadow {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.text p {
    line-height: 1.8;
    color: #888;
}

.index_why_grid li {
    width: 18.5%;
    margin-right: 1.775%;
    text-align: center;
}

.index_why_grid li:nth-last-of-type(1) {
    margin-right: 0;
}

.index_why_grid li .icon {
    margin-bottom: 30px;
}

.why_list .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #E7EAF3;
    background-image: url("../images/why_icon1.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.why_list p {
    color: #202D44;
}

.why_list li {
    transition: all 0.3s;
    background-color: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px;
}

.why_list li:hover {
  
    background-size: cover;
    box-shadow: 0px 10px 10px 0px rgba(160, 31, 32, 0.3);
    transform: translateY(-15px);
}



.why_list li:hover .icon {
    background-color: #a01f20;
}

.why_list li:hover p {
    color: #FFF;
}

.why_list li:nth-of-type(2) .icon {
    background-image: url("../images/why_icon2.png");
}

.why_list li:nth-of-type(3) .icon {
    background-image: url("../images/why_icon3.png");
}

.why_list li:nth-of-type(4) .icon {
    background-image: url("../images/why_icon4.png");
}

.why_list li:nth-of-type(5) .icon {
    background-image: url("../images/why_icon5.png");
}

.index_number_grid {
    padding: 90px 0;
}

.index_number_grid li {
    width: 20%;
    background: url("../images/line_x.png") 100% 50%;
    background-repeat: no-repeat;
    font-size: 40px;
    padding-right: 20px;
    color: #DE333B;
    text-align: center;
    height: 63px;
}

.index_number_grid li:nth-last-of-type(1) {
    background: none;
}

.index_number_grid li small {
    font-size: 14px;
    color: #202D44;
    display: block;
    padding-top: 8px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Raleway-Bold', sans-serif;
}

.index_app_grid {
    padding: 1px 0;
   
}

.index_app_grid .inner-20 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.index_app_grid .imgshow {
    position: relative;
    height: 132px;
    width: 132px;
    display: inline-block;
}

.index_app_grid .imgshow .icon {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -58px 0 0 -58px;
}

.index_app_grid .imgshow:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -66px 0 0 -66px;
    width: 132px;
    height: 132px;
    background: url("../images/applibg.png") no-repeat 50% 50%;
    transition: all 0.3s;
}

.index_app_grid .swiper-container {
    width: 100%;
    height: 520px;
    margin-left: auto;
    margin-right: auto;
}

.index_app_grid a {
    color: #FFF;
    text-align: center;
}

.index_app_grid a:hover .imgshow .icon {
    background: rgba(208, 24, 25, 0.5);
}

.index_app_grid a:hover .imgshow:after {
    transform: rotate(-90deg);
}

.index_app_grid a h3 {
    margin-top: 15px;
    font-weight: normal;
}

.index_app_grid .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_app_grid .theme_c.swiper-button-next {
    background-image: url("../images/grey_next_black.png");
}

.index_app_grid .theme_c.swiper-button-prev {
    background-image: url("../images/grey_prev_black.png");
}

.index_app_grid .theme_c.swiper-button-next,
.index_app_grid .theme_c.swiper-button-prev {
    background-color: #B3B3B3;
}

.index_app_grid .theme_c.swiper-button-next:hover,
.index_app_grid .theme_c.swiper-button-prev:hover {
    background-color: #DE333B;
}

.index_about_grid {
    position: relative;
}

.index_about_grid .title {
    margin-top: 50px;
}

.index_about_grid .right {
    width: 100%;
    padding-left: 35%;
}

.index_about_grid .text {
    padding-left: 20%;
    flex-shrink: 0;
}

.index_about_grid .text p {
    font-size: 20px;
}

.index_about_grid .btn {
    margin-left: -15px;
    margin-top: 25px;
}

.index_about_grid .imgshow {
    position: absolute;
    top: 90px;
    left: 0;
    width: 44%;
}

.index_about_grid .imgshow img {
    width: 100%;
    max-width: max-content;
}
.index_about_grid .imgshow a{display: block;position: relative;}
.index_about_grid .imgshow a::after{
	content: '';
	width: 48px;
	height:48px;
	position: absolute;
	left:50%;
	top:50%;
	margin:-24px 0 0 -24px;
	z-index:3;
	background:url("../images/about-video-play.png") no-repeat center;
}
.index_about_grid .about_list {
    height: 155px;
    background-color: #DE333B;
    padding-left: 20%;
}

.index_about_grid .about_list .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url("../images/about_icon1.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 70%;
    margin-bottom: 15px;
    border: 1px solid #FFF;
    border-radius: 50%;
    transition: all 0.3s;
}

.index_about_grid .about_list a {
    color: #FFF;
    font-size: 18px;
}

.index_about_grid .about_list ul {
    justify-content: space-between;
    padding-right: 10%;
}

.index_about_grid .about_list li {
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 155px;
}

.index_about_grid .about_list li:hover .icon {
    border-color: transparent;
}

.index_about_grid .about_list li:hover:nth-of-type(1) .icon {
    background-image: url("../images/about_icon01.png");
}

.index_about_grid .about_list li:hover:nth-of-type(2) .icon {
    background-image: url("../images/about_icon02.png");
}

.index_about_grid .about_list li:hover:nth-of-type(3) .icon {
    background-image: url("../images/about_icon03.png");
}

.index_about_grid .about_list li:hover .icon {
    background-color: rgba(239, 203, 203, 0.75);
}

.index_about_grid .about_list li:nth-of-type(2) .icon {
    background-image: url("../images/about_icon2.png");
}

.index_about_grid .about_list li:nth-of-type(3) .icon {
    background-image: url("../images/about_icon3.png");
}

.about_ny_grid {
    position: relative;
}

.about_ny_grid .about_info {
    padding-left: 400px;
}

.about_ny_grid .about_info p {
    margin-bottom: 20px;
    font-size: 20px;
}

.about_ny_grid .about_info p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.about_ny_grid .left {
    width: 310px;
    position: absolute;
    left: 0;
}

.about_ny_grid .left .title {
    margin-top: 0;
}

.about_ny_grid .left .btn {
    margin-left: -15px;
}

.product_content {
    display: flex;
}

.product_content .right_pro {
    width: 100%;
    margin-left: 40px;
}

.product_content .product_list {
    flex-wrap: wrap;
}

.proleft_class {
    width: 310px;
    flex-shrink: 0;
}

.proleft_class .icon_tit {
    width: 33px;
    height: 54px;
    background: url("../images/conlefticon.png") no-repeat;
}

.proleft_class .con_block {
    padding: 20px;
    background: url("../images/conbg.png") no-repeat;
    margin-top: 35px;
}

.proleft_class .con_block .text {
    margin-top: 20px;
    color: #FFF;
}

.proleft_class .con_block .text p {
    color: #FFF;
    line-height: 1.3;
    font-size: 18px;
}

.proleft_class .con_block h4 {
    font-size: 26px;
    margin-bottom: 10px;
}

.proleft_class .con_block dl {
    border: 1px dashed rgba(255, 255, 255, 0.38);
    padding: 39px 22px 40px;
}

.proleft_class .con_block dd {
    display: flex;
    font-size: 18px;
    padding: 15px 0;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFF;
    align-items: center;
}

.proleft_class .con_block dd .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("../images/f_mail.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.proleft_class .con_block dd .icon.phone {
    background-image: url("../images/f_tel.png");
}

.proleft_class .con_block dd:nth-last-of-type(1) {
    border-bottom: none;
}

.proleft_class .con_block dd a {
    color: #FFF;
    font-weight: normal;
    padding-left: 5px;
}

.proleft_class .con_block dd a:hover {
    color: #DE333B;
}

.proleft_class ul {
    border: 1px solid #EBEBEB;
    border-top: none;
}

.proleft_class li {
    border-bottom: 1px solid #EBEBEB;
}

.proleft_class li:nth-last-of-type(1) {
    border-bottom: none;
}

.proleft_class li a {
    font-size: 18px;
    color: #666;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    height: 60px;
    padding-left: 22px;
}

.proleft_class li a:hover {
    background: rgba(223, 223, 223, 0.33);
}

.proleft_class h2 {
    padding-left: 30px;
    font-size: 24px;
    display: flex;
    color: #333;
    align-items: center;
    background-color: #E9E9E9;
    height: 55px;
    justify-content: space-between;
}

.proleft_class h2 .icon {
    margin-right: 15px;
}

.related_tit {
    padding-bottom: 20px;
    border-bottom: 2px solid #DBDBDB;
    margin-bottom: 35px;
    margin-top: 80px;
    position: relative;
    justify-content: space-between;
}

.related_tit.nobor {
    border: none;
    margin-bottom: 0;
}

.related_tit.nobor:after {
    display: none;
}

.related_tit.type3 {
    padding-bottom: 12px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.related_tit.type3 h2 {
    font-size: 26px;
}

.related_tit.type4 h2 {
    font-size: 30px;
}

.related_tit.type4:after {
    width: 100%;
    height: 2px;
}

.related_tit .more {
    position: relative;
    width: 100px;
    height: 43px;
}

.related_tit .more .theme_c.swiper-button-next,
.related_tit .more .theme_c.swiper-button-prev {
    background-color: #FFF;
}

.related_tit .more .theme_c.swiper-button-next:hover,
.related_tit .more .theme_c.swiper-button-prev:hover {
    background-color: #DE333B;
}

.related_tit .more .theme_c.swiper-button-next {
    right: 0;
}

.related_tit .more .theme_c.swiper-button-prev {
    left: 0;
}

.related_tit:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 70px;
    height: 2px;
    background: #DE333B;
}

.related_tit h2 {
    font-size: 40px;
    color: #202D44;
    font-family: 'Raleway-Bold', sans-serif;
}

.pro_ny_list .product_list {
    width: 100%;
}

.pro_ny_list li {
    width: 32%;
    margin: 0 2% 2% 0;
}

.pro_ny_list li:nth-of-type(3n) {
    margin-right: 0;
}

.prodis-gall .pic-gall {
    width: 380px;
    float: left;
    margin-right: 27px;
    overflow: hidden;
    flex-shrink: 0;
}

.pic-gall .gallery-thumbs {
    margin-top: 10px;
}

.pic-gall .gallery-thumbs .swiper-slide {
    cursor: pointer;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    background: #FFF;
    background-size: 100%;
    border: 1px solid #F9F9F9;
    background-position: 50% 50%;
    overflow: hidden;
    border-radius: 4px;
}

.pic-gall .gallery-thumbs .swiper-slide img {
    width: 100%;
    transition: all 0.3s;
}

.pic-gall .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #DE333B;
}

.pic-gall .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    transform: scale(1.05);
}

.pic-gall .gall-box {
    position: relative;
    width: 380px;
}

.pic-gall .gallery-top {
    overflow: hidden;
}

.pic-gall .gallery-top .swiper-slide {
    padding: 20px;
    border: 1px solid #F9F9F9;
}


/* .pic-gall .gallery-top img {
    border: 1px solid #F9F9F9;
} */

.gallery-top .swiper-slide img {
    width: 100%;
}

.pic-gall .gall-box .swiper-slide iframe {
    width: 100%;
    height: 360px;
}

.prodis-gall .gall-tips {
    width: 100%;
}

.prodis-gall .gall-tips .web_share {
    margin-bottom: 30px;
}

.prodis-gall .gall-tips .tit {
    line-height: 1.2;
    padding: 40px 0 30px;
    color: #202D44;
    font-weight: bold;
    font-size: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prodis-des h3 {
    margin-bottom: 6px;
    font-size: 14px;
    color: #354A6D;
    font-family: 'Raleway-Bold', sans-serif;
}

.prodis-des .text {
    line-height: 1.8;
}

.prodis-des .text img{
  max-width:100%;
  height:auto;
}

.prodis-des p {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 18px;
}

.gall-tips .prodis-des dl dd.disflex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.gall-tips .prodis-des dlx dd.disfle span {
    width: 50%;
}

.gall-tips .links {
    flex-wrap: wrap;
    padding-top: 30px;
}

.gall-tips .links .icon_img {
    margin-right: 12px;
}

.pro_share {
    margin-bottom: 40px;
}

.gall-tips .links a {
    font-family: 'Raleway-Bold';
    color: #FFF;
    margin-right: 20px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 20px;
    min-width: 165px;
    transition: all 0.6s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gall-tips .links a .icon_img_h {
    display: none;
}

.gall-tips .links a:nth-of-type(1) {
    background-color: #DE333B;
}

.gall-tips .links a:nth-of-type(2) {
    background-color: #353535;
}

.detail_img_list li {
    width: 22%;
    margin-right: 4%;
}

.detail_img_list li img {
    width: 100%;
}

.detail_img_list li:nth-last-of-type(1),
.detail_img_list li:nth-of-type(4n) {
    margin-right: 0;
}

.prodis_detail h3 {
    line-height: 1.3;
    margin: 40px 0 25px;
    color: #353535;
    font-size: 28px;
    position: relative;
}

.prodis_detail p {
    margin-bottom: 10px;
    font-size: 18px;
}

.prodis_detail p strong {
    color: #666;
    font-size: 20px;
}

.prodis_detail table img{
  width:100%;
  max-width:600px; height:auto;
}

.prodis_detail .text_list p {
    position: relative;
    padding-left: 15px;
}

.prodis_detail .text_list p:after {
    content: '';
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #A3A3A3;
    top: 13px;
}

.msg_tips {
    color: #999;
    font-size: 14px;
    margin-bottom: 30px;
}

.related_pro_bg.bgccc {
    margin-top: 80px;
    padding-bottom: 60px;
}

.related_pro_bg.related_pro_404 .related_tit {
    margin-top: 10px;
}

.news_ny_list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
}

.news_ny_list li:nth-of-type(3n) {
    margin-right: 0;
}

.news_ny_list li a:hover h3 {
    color: #DE333B;
}

.news_ny_list li a:hover .more {
    color: #DE333B;
}

.news_ny_list li h3 {
    color: #202D44;
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_ny_list li p {
    color: #808080;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_ny_list li .leftimg img {
    width: 100%;
}

.news_ny_list li .text {
    width: 90%;
    min-height: 165px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 25px;
    border: 1px solid #f4f4f4;
    position: relative;
    top: -25px;
    background: #FFF;
}

.news_ny_list li .more {
    width: 100%;
    color: #999999;
    font-family: 'Raleway-Bold', sans-serif;
}

.news_ny_list li .icon {
    font-family: monospace;
    margin-left: 10px;
}

.news_ny_list li .date {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #DE333B;
    padding: 7px 15px;
    line-height: 1;
}

.contact_ny_grid {
    position: relative;
}

.contact_ny_grid .title {
    margin-top: 0;
}

.contact_ny_grid #xhlFormSubmit {
    margin: 20px auto 0;
    border-color: #DE333B;
    width: 320px;
    height: 52px;
    line-height: 52px;
    background-color: #DE333B;
    text-transform: uppercase;
}

.contact_ny_grid #xhlFormSubmit:hover {
    color: #FFF;
}

.contact_ny_grid .xhl-input-xlarge {
    height: 46px;
}

.contact_ny_grid .usedComp {
    width: 48%;
    margin-right: 4%;
}

.contact_ny_grid .usedComp label {
    color: #888;
}

.contact_ny_grid .usedComp:nth-of-type(2n) {
    margin-right: 0;
}

.contact_ny_grid .usedComp:nth-of-type(5n) {
    /* width: 100%; */
}

.contact_ny_grid .usedComp:nth-child(even) {
    float: left;
}

.contact_ny_grid .web_share {
    justify-content: center;
    padding-top: 20px;
}

.contact_ny_grid .web_share a {
    width: 48px;
    height: 48px;
    border: 1px solid #9a9a9a;
    border-radius: 50%;
}

.contact_ny_grid .left {
    width: 100%;
}

.contact_ny_grid .right {
    width: 100%;
    padding: 50px 0;
}

.contact_ny_grid .right ul {
    justify-content: space-between;
}

.contact_ny_grid .right li {
    width: 28%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.contact_ny_grid .right li:nth-last-of-type(2) {
    width: auto;
}

.contact_ny_grid .right li:nth-last-of-type(1) {
    width: auto;
}

.contact_ny_grid .right li a {
    display: block;
}

.contact_ny_grid .right li a:hover {
    color: #DE333B;
}

.contact_ny_grid .right li.last {
    border: none;
}

.contact_ny_grid .right h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.contact_ny_grid .right p {
    font-size: 20px;
    color: #838383;
    line-height: 1.3;
}

.contact_ny_grid .right p a {
    color: #838383;
}

.contact_ny_grid .right .icon {
    display: inline-block;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    border: 1px solid #DE333B;
    background-color: #DE333B;
    flex-shrink: 0;
}

.con_map img {
    width: 100%;
}

.hot_pro_list li {
    width: 23.5%;
    margin: 0 2% 2% 0;
}

.hot_pro_list li:nth-of-type(4n) {
    margin-right: 0;
}

.about_info_list li {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}

.about_info_list li:nth-last-of-type(1) {
    margin-right: 0;
}

.about_info_list li a>img {
    width: 100%;
}

.about_info_list .icon {
    margin-left: 25px;
}

.about_info_list h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: normal;
}

.about_info_list h4 span {
    display: block;
    color: #FFF;
    font-size: 18px;
    padding: 0 25px;
    margin: 15px 0 25px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.about_culture_grid {
    padding-bottom: 60px;
}

.about_culture_grid li {
    width: 32%;
    margin: 0 2% 2% 0;
}

.about_culture_grid li:nth-of-type(3n) {
    margin-right: 0;
}

.culture_list {
    flex-wrap: wrap;
}

.culture_list .imgshow img {
    transition: all 0.3s;
}

.culture_list h3 {
    font-size: 26px;
    font-family: 'Raleway-Bold', sans-serif;
    margin-bottom: 15px;
}

.culture_list a:hover h3 {
    color: #DE333B;
}

.culture_list a:hover p {
    color: #DE333B;
}

.culture_list a:hover .imgshow img {
    transform: scale(1.03);
}

.culture_list .text {
    padding: 30px;
}

.culture_list p {
    color: #4D4D4D;
}

.culture_list li {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #BCBCBC;
}

.about_fac_grid {
    padding: 1px 0 100px;
}

.about_fac_grid .imgshow img {
    width: 100%;
}

.about_news_grid li:nth-of-type(1) .text,
.about_news_grid li:nth-of-type(2) a .text {
    background-color: #fbfbfb;
}

.about_honor_grid {
    background: url("../images/honorbg.png") no-repeat 50% 130px;
    padding-top: 1px;
}

.con_map {
    padding-top: 40px;
}

.about_honor_grid .swiper-container {
    padding: 20px 0 80px;
}

.about_honor_grid .swiper-slide {
    position: relative;
    transition: all 0.3s;
}

.about_honor_grid .swiper-slide.swiper-slide-active {
    top: 80PX;
}

.about_honor_grid .swiper-slide.swiper-slide-next,
.about_honor_grid .swiper-slide.swiper-slide-prev {
    top: 50PX;
}

.about_honor_grid .swiper-slide a {
    color: #202D44;
}

.about_honor_grid .swiper-slide a:hover {
    color: #DE333B;
}

.about_honor_grid .swiper-slide a:hover img {
    transform: scale(1.03);
}

.about_honor_grid .swiper-slide img {
    transition: all 0.3s;
    width: 100%;
}

.about_honor_grid .swiper-slide p {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px;
    font-family: 'Raleway-Bold', sans-serif;
    text-align: center;
}

.about_news_grid .btn {
    display: block;
    margin: 70px auto 0;
}

.about_news_grid ul {
    position: relative;
}

.about_news_grid li {
    position: relative;
    width: 50%;
}

.about_news_grid li .time {
    color: #9B9B9B;
    margin-bottom: 10px;
    display: inline-block;
    background: url("../images/time.png") no-repeat 0 50%;
    padding-left: 20px;
}

.about_news_grid li .imgshow>img {
    width: 100%;
}

.about_news_grid li .text {
    max-width: 315px;
    background-color: #FFF;
    padding: 60px 30px;
}

.about_news_grid li .text p {
    font-size: 22px;
    line-height: 30px;
    color: #333;
    max-height: 90px;
    overflow: hidden;
}

.about_news_grid li .text .icon {
    display: inline-block;
    margin-top: 40px;
    color: #848484;
    font-size: 18px;
}

.about_news_grid li .text .icon em {
    margin-right: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #CDCDCD;
}

.about_news_grid li:nth-of-type(1) .text {
    position: absolute;
    left: 0;
    bottom: -1px;
}

.about_news_grid li:nth-of-type(1) .text p {
    text-transform: uppercase;
}

.about_news_grid li:nth-of-type(2) a {
    display: flex;
    flex-direction: row-reverse;
}

.about_news_grid li:nth-of-type(2) a .text {
    width: 50%;
    flex-shrink: 0;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.about_news_grid li:nth-of-type(2) a .text .icon {
    margin-top: 30px;
}

.about_news_grid li:nth-of-type(2) p {
    text-transform: uppercase;
}

.about_news_grid li:nth-of-type(3) {
    background-color: #2166AF;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 55%;
    display: flex;
}

.about_news_grid li:nth-of-type(3) a {
    display: flex;
}

.about_news_grid li:nth-of-type(3) .text {
    padding: 0 30px;
    background-color: #2166AF;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    align-content: center;
}

.about_news_grid li:nth-of-type(3) .text h3 {
    color: #FFF;
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.about_news_grid li:nth-of-type(3) .text p {
    color: #A8C9E2;
    font-size: 18px;
    line-height: 26px;
    max-height: 72px;
}

.about_news_grid li:nth-of-type(3) .text .icon {
    color: #A8C9E2;
}

.case_oem_grid>.disflex {
    justify-content: space-between;
}

.case_oem_grid .left,
.case_oem_grid .right {
    width: 48%;
}

.case_oem_grid .left {
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.case_oem_grid .left .title {
    margin-left: 0;
    margin-top: 10px;
}

.case_oem_grid .left p {
    font-size: 18px;
}

.case_oem_grid .left ul {
    padding-top: 50px;
    justify-content: space-between;
}

.case_oem_grid .left ul li {
    width: 45%;
}

.case_oem_grid .left ul p {
    font-size: 20px;
    line-height: 1.5;
}

.case_oem_grid .left h3 {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #333;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.case_oem_grid .left .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/ser_icon1.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-right: 18px;
}

.case_oem_grid .left .icon.two {
    background-image: url(../images/ser_icon2.png);
}

.case_ind_grid {
    padding: 1px 0;
}

.case_ind_grid .btn {
    margin: 40px auto;
    display: block;
    font-size: 20px;
    padding: 14px 0 0 50px;
}

.case_ind_grid li {
    float: left;
    width: 24%;
    margin-right: 1.33%;
    background-color: #FFF;
    position: relative;
    box-sizing: border-box;
}

.case_ind_grid li>a {
    display: block;
    transition: all 0.3s;
}

.case_ind_grid li>a:hover h3,
.case_ind_grid li>a:hover p {
    color: #FFF;
}

.case_ind_grid li>a:hover .text em {
    color: #FFF;
}

.case_ind_grid li>a:hover .imgshow {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.case_ind_grid li:nth-last-of-type(1) {
    margin-right: 0;
}

.case_ind_grid .imgshow {
    position: absolute;
    left: 0%;
    top: 10%;
    overflow: hidden;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.case_ind_grid .imgshow img {
    width: 100%;
    height: 100%;
}

.case_ind_grid h3 {
    width: 100%;
    position: relative;
    z-index: 5;
    font-size: 24px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 30px;
}

.case_ind_grid .text {
    padding: 40px 20px 0;
    position: relative;
    z-index: 4;
    height: 284px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.case_ind_grid .text p {
    font-size: 18px;
    height: 78px;
    margin: 15px 0;
    line-height: 26px;
    overflow: hidden;
}

.case_ind_grid .text em {
    display: block;
    text-align: right;
    width: 100%;
    text-align: right;
    margin-top: 30px;
    color: #DE333B;
    font-family: monospace;
}

.about_history_grid {
    padding: 1px 0;
    background-image: url("../images/history_bg.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #F2F3F5;
    height: 775px;
}

.about_history_line {
    padding: 1px 0;
    background-image: url("../images/line_bg.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 465px;
}

.about_history_line ul {
    margin: 0 auto;
    width: 1230px;
}

.about_history_line li {
    width: 20%;
    position: relative;
}

.about_history_line li:nth-of-type(1) {
    margin-top: 212px;
}

.about_history_line li:nth-of-type(2) {
    margin-top: 165px;
}

.about_history_line li:nth-of-type(3) {
    margin-top: 115px;
}

.about_history_line li:nth-of-type(4) {
    margin-top: 70px;
}

.about_history_line li:nth-of-type(5) {
    margin-top: 20px;
}

.about_history_line .time {
    color: #DE333B;
    font-size: 30px;
    position: relative;
    left: -15px;
    font-family: 'Raleway-Bold', sans-serif;
}

.about_history_line .line {
    height: 50px;
    width: 1px;
    background-color: #DE333B;
    margin-left: 15px;
    margin-top: 5px;
}

.about_history_line .dot {
    width: 30px;
    height: 30px;
    background: #d01819;
    border: 8px solid white;
    border-radius: 50%;
    position: relative;
}

.about_history_line p {
    color: #202D44;
    font-size: 14px;
    line-height: 1.8;
    padding-top: 0px;
    position: absolute;
    width: 175px;
    left: 15px;
}

.case_business_process .ul_top {
    margin-bottom: 75px;
}

.case_business_process ul {
    position: relative;
    padding-right: 20px;
}

.case_business_process ul:after {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid rgba(83, 83, 83, 0.1);
    content: '';
    position: absolute;
    top: 55px;
    z-index: 1;
}

.case_business_process .arrow {
    width: 8px;
    height: 100%;
    padding-top: 50px;
}

.case_business_process li.item {
    width: 16.66%;
    flex-shrink: 0;
}

.business_process_line {
    position: relative;
}

.business_process_line:before {
    width: 100%;
    right: 0;
    content: '';
    position: absolute;
    top: 55px;
    width: 84px;
    height: 163px;
    background: url("../images/serrig.png") no-repeat;
    z-index: 2;
}

.business_process_line .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
    background: #535353;
    color: #FFF;
    font-size: 20px;
    line-height: 36px;
}

.business_process_line .icon:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #535353 transparent transparent transparent;
}

.business_process_line li {
    text-align: center;
    position: relative;
    z-index: 2;
}

.business_process_line li h3 {
    font-size: 20px;
    color: #666;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.business_process_line li h3:after {
    content: '';
    position: absolute;
    top: -13px;
    width: 4px;
    height: 4px;
    background: #535353;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.business_process_line li p {
    color: #4d4d4d;
    font-size: 14px;
}

.case_word_grid {
    background: url("../images/ser_conbg.png") no-repeat 50% 50%;
    height: 318px;
    padding: 1px 0;
}

.case_word_grid .m-width-1200 {
    justify-content: space-between;
    align-items: center;
}

.case_word_grid .left,
.case_word_grid .right {
    width: 49%;
    flex-shrink: 0;
}

.case_word_grid .left {
    padding: 0 110px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 318px;
}

.case_word_grid h2 {
    font-size: 36px;
    color: #313E4A;
    font-weight: bold;
}

.case_word_grid .btn {
    margin-left: -15px;
}

.case_word_grid .text {
    margin-top: 20px;
}

.case_word_grid .text p {
    color: #666;
    padding-bottom: 20px;
    font-size: 18px;
}


/*main--jieshu*/


/*footer start*/

.footer-box {
    color: #FFF;
    margin-top: 100px;
    background: #2A2A2A;
    position: relative;
    /*height: 320px;*/
    color: #787878;
}

.footer .web_share {
    padding-top: 20px;
}

.footer .web_share a {
    margin: 0 9px;
    width: 36px;
    height: 36px;
    background-color: #3B3B3B;
}

.footer .web_share a:hover {
    background-color: #DE333B;
}

.footer .web_share a:nth-of-type(1) {
    margin-left: 0;
}
.footer-copy {
    padding: 20px 0;
    color: #6C6C6C;
    font-size: 16px;
}

.footer a {
    color: #787878;
    font-size: 18px;
}

.footer-copy {
    font-size: 18px;
}

.footer a:hover {
    color: #FFF;
}

.footer-box .foot_logo p {
    display: flex;
    padding-top: 25px;
}

.footer-box h3 {
    font-size: 18px;
    margin-bottom: 30px;
}

.footer-box h3 a {
    color: #fff;
    text-transform: uppercase;
}

.footer-box .foot_nav li {
    width: 50%;
    text-transform: capitalize;
    float: left;
    transition: all 0.3s;
}

.footer-box .foot_nav li.act,
.footer-box .foot_nav li:hover {
    background: url(../images/arrow_cf.png) no-repeat 0 50%;
    padding-left: 16px;
}

.footer-box .foot_nav li.act a,
.footer-box .foot_nav li:hover a {
    color: #FFF;
}

.footer-box ul:nth-of-type(1) {
    padding-right: 100px;
}

.footer-box li {
    line-height: 2;
}

.footer-box>.m-width-1280>div {
    width: 33.33%;
    padding-top: 55px;
}

.footer-box>.m-width-1280>div:nth-last-of-type(1) {
    height: 285px;
    text-align: center;
    background-color: #353535;
    position: relative;
    z-index: 1;
}

.foot_email {
    padding: 0 60px;
}

.foot_email h3 {
    position: relative;
}

.foot_email h3:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: white;
    bottom: -20px;
}

.foot_email .text p {
    color: #BCBCBC;
    font-size: 18px;
}

.foot_email input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #2A2A2A;
}

.foot_email input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #2A2A2A;
}

.foot_email input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #2A2A2A;
}

.foot_email input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #2A2A2A;
}

.email_form {
    margin-top: 25px;
    position: relative;
}

.email_form input {
    width: 100%;
    background-color: #FFF;
    height: 48px;
    border-radius: 24px;
    border: none;
    padding: 0 25px;
}

.email_form #xhlFormSubmit {
    position: absolute;
    height: 48px;
    width: 48px;
    background-color: #DE333B;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/send.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    cursor: pointer;
    top: 0;
    right: 0;
    margin-top: 0;
}

.textnowrap {
    white-space: nowrap;
}


/*footer end*/


/*轮播图start*/

.banner {
    max-width: 1920px;
    margin: 0 auto 0;
    width: 100%;
    position: relative;
    max-height: 467px;
}

.banner .swiper-button-next {
    right: -57px;
    background-image: url("../images/next_arrow.png");
    background-position: 25% 50%;
}

.banner .swiper-button-next:hover {
    right: -35px;
}

.banner .swiper-button-prev {
    left: -57px;
    background-image: url("../images/prev_arrow.png");
    background-position: 75% 50%;
}

.banner .swiper-button-prev:hover {
    left: -35px;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    transition: all 0.3s;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    background-color: rgba(205, 205, 205, 0.5);
    border-radius: 50%;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
    background-color: #DE333B;
}

.banner .banner-content {
    color: #FFF;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1990;
    top: 50%;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
}

.banner .banner-content ul {
    justify-content: space-between;
    padding-top: 55px;
}

.banner .banner-content ul li {
    position: relative;
    padding-left: 70px;
    width: 50%;
}

.banner .banner-content ul li:nth-of-type(2) .icon {
    background-image: url("../images/b_icon2.png");
}

.banner .banner-content ul h3 {
    font-size: 20px;
}

.banner .banner-content ul p {
    font-size: 18px;
}

.banner .banner-content ul a {
    height: 56px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.banner .banner-content ul .icon {
    display: inline-block;
    width: 56px;
    height: 56px;
    background-image: url("../images/b_icon1.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #A6A6A6;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .banner-content .text {
    width: 570px;
    padding-top: 43px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.banner .banner-content .tit {
    line-height: 1.2;
    font-weight: bold;
    font-size: 52px;
    color: #363636;
    margin-bottom: 20px;
    font-family: 'Raleway-Bold', sans-serif;
}

.banner .banner-content .tit em {
    color: #DE333B;
}

.banner .banner-content .btn {
    width: 190px;
    padding: 15px 0;
    margin-top: 60px;
    text-transform: initial;
    border-width: 2px;
}

.banner .banner-content .btn:nth-of-type(2) {
    margin-left: 25px;
}

.banner.banner_ny {
    position: relative;
    max-width: 1280px;
    /* height: 280px; */
    margin-bottom: 60px;
    overflow: hidden;
}

.banner.banner_ny.banner_sear .sear_form {
    margin: 55px 0 0px;
}

.banner.banner_ny.banner_sear .sear_form .tit {
    font-size: 40px;
    color: #202D44;
    font-family: 'Raleway-Bold', sans-serif;
}

.banner.banner_ny.banner_sear .sear_form form {
    margin: 40px 0 18px;
}

.banner.banner_ny.banner_sear .sear_form .form_line {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.banner.banner_ny.banner_sear .sear_form .form_line input {
    width: 100%;
    background-color: #FFF;
    border: none;
    box-shadow: none;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    border-radius: 6px;
    border: 1px solid #CCCCCC;
}

.banner.banner_ny.banner_sear .sear_form .form_line .serbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 100%;
    background: #DE333B url("../images/sear_cf.png") no-repeat 50% 50%;
    transition: all 0.3s;
}

.banner.banner_ny.banner_sear .sear_form .form_line .serbtn:hover {
    background: #DE333B url("../images/sear_cf.png") no-repeat 50% 50%;
}

.banner.banner_ny.banner_sear .sear_form dl {
    font-size: 14px;
    display: flex;
}

.banner.banner_ny.banner_sear .sear_form dd {
    color: #202D44;
    padding: 0 15px;
    font-family: 'Raleway-Bold', sans-serif;
}

.banner.banner_ny.banner_sear .sear_form dd a {
    font-family: 'Raleway', sans-serif;
}

.banner.banner_ny.banner_sear .sear_form dd a:hover {
    text-decoration: underline;
    color: #DE333B;
}

.banner.banner_ny.banner_sear .sear_form dd:nth-of-type(1) {
    padding-left: 0;
}

.banner.banner_ny.banner_sear .sear_form dd:nth-last-of-type(1) {
    border: none;
}

.banner.banner_ny.marbot-0 {
    margin-bottom: 0;
}

.banner.banner_ny img {
    /* position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%); */
    width: 100%;
}

.banner.banner_ny .text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner.banner_ny h1 {
    font-size: 32px;
    color: #FFF;
    text-align: center;
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .bg-box {
    position: relative;
    z-index: 1;
    text-align: center;
}

.banner .bg-box img {
    width: 100%;
    height: auto;
    max-width: max-content;
}

.banner .wap-box {
    display: none;
}

.banner .wap-box img {
    width: 100%;
    height: auto;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    opacity: 0.5;
    border-radius: inherit;
    border: 2px solid #F5F5F5;
    border-radius: 50%;
    transition: all 0.6s;
}

.banner .swiper-pagination-bullet:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid whitesmoke;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: rgba(245, 245, 245, 0.2);
    transition: all 0.3s;
}

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

.banner .swiper-pagination-bullet-active {
    border-color: #fff;
    opacity: 1;
    position: relative;
}

.banner .swiper-pagination-bullet-active:after {
    transform: translate(-50%, -50%) scale(1);
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 20px;
}

.ani-slide .banner-content {
    transform: translate(-50, 0);
    opacity: 1;
}


/*轮播图end*/

.crumbs-box {
    padding: 40px 0 0;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.crumbs-box:after {
    content: '';
    position: absolute;
    left: 50%;
    height: 27px;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    top: 12px;
    transform: translateX(-50%);
}

.crumbs-box a {
    color: #fff;
    display: inline-block;
    transition: all 0.4s;
    font-size: 18px;
}

.crumbs-box a:hover {
    color: #DE333B;
}

.crumbs-box i {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    width: 7px;
    height: 9px;
    background: url("../images/cf_arrow.png") no-repeat;
    background-size: 100%;
}

.crumbs-box span {
    color: #fff;
}


/*公共样式定义 start*/


/*例如,统一间距,统一字体,统一大小写,统一最大距离*/

.martop-100 {
    margin-top: 100px;
}

.martop-80 {
    margin-top: 80px;
}

.paddtop-100 {
    padding-top: 100px;
}

.paddtop-80 {
    padding-top: 80px;
}

.martop-50 {
    margin-top: 50px;
}

.paddbot-80 {
    padding-bottom: 80px;
}

.m-width-1280 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.m-width-1460 {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
}

.m-width-1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/*置顶按钮 start*/

#toTop {
    width: 40px;
    height: 40px;
    left: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
}


/*置顶按钮 end*/


/*分页 start*/

.page-box {
    padding: 40px 0 0px;
    text-align: center;
}

.page-box .page-inner {
    display: flex;
    justify-content: center;
}

.page-box .page-inner a {
    display: flex;
    font-size: 18px;
    color: #202D44;
    width: 38px;
    height: 38px;
    justify-content: center;
    background: transparent;
    align-items: center;
    border: 1px solid #D4D4D4;
    border-right: none;
    box-sizing: content-box;
}

.page-box .page-inner span.current {
    display: flex;
    font-size: 18px;
    width: 38px;
    height: 38px;
    justify-content: center;
    background: transparent;
    align-items: center;
    border-right: none;
    box-sizing: content-box;
    color: #FFFFFF;
    background: #EBBA11;
    border: 1px solid #EBBA11;
    border-right: none;
    transition: all 0.4s;
}

.page-box .page-inner .page-list {
    display: flex;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover {
    color: #FFFFFF;
    background: #EBBA11;
    border: 1px solid #EBBA11;
    border-right: none;
    transition: all 0.4s;
}

.page-box.theme .page-inner .page-list a.act,
.page-box.theme .page-inner .page-list a:hover {
    background: #DE333B;
}

.page-box .page-inner a.prev {
    background: url(../images/page-left.png) no-repeat 50% 50%;
    font-family: monospace;
    font-weight: bold;
}

.page-box .page-inner a.next_page {
    width: auto;
    padding: 0 5px;
    background: none;
    border: none;
}

.page-box .page-inner a.next_page:hover {
    color: #DE333B;
    background: none;
    border: none;
}

.page-box .page-inner a.next {
    background: url(../images/page-right.png) no-repeat 50% 50%;
    font-family: monospace;
    font-weight: bold;
    border-right: 1px solid #D4D4D4;
}

.page-box .page-inner a.prev.all {
    background: url(../images/page-left-01.png) no-repeat 50% 50%;
}

.page-box .page-inner a.next.all {
    background: url(../images/page-right-01.png) no-repeat 50% 50%;
}

.page-box .page-inner a.prev.no-drop,
.page-box .page-inner a.next.no-drop {
    cursor: no-drop;
    opacity: 0.5;
}


/*分页 end*/

.nav-box,
.fz_line_grid_wap,
.wap_logo {
    display: none;
}

.f40 {
    font-size: 40px;
}

.f38 {
    font-size: 38px;
}

.web_share.colors a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.web_share.colors a:nth-child(1) {
    background-image: url("../images/link_color1.png");
}

.web_share.colors a:nth-child(1):hover {
    background-image: url("../images/link_color1.png");
}

.web_share.colors a:nth-child(2) {
    background-image: url("../images/link_color2.png");
}

.web_share.colors a:nth-child(2):hover {
    background-image: url("../images/link_color2.png");
}

.web_share.colors a:nth-child(3) {
    background-image: url("../images/link_color3.png");
}

.web_share.colors a:nth-child(3):hover {
    background-image: url("../images/link_color3.png");
}

.web_share.colors a:nth-child(4) {
    background-image: url("../images/link_color4.png");
}

.web_share.colors a:nth-child(4):hover {
    background-image: url("../images/link_color4.png");
}

.web_share.type2 a {
    background-color: #D1D1D1;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.web_share.type2 a:hover {
    background-color: #DE333B;
}

.web_share.type2 a:nth-child(1) {
    background-image: url("../images/link1.png");
}

.web_share.type2 a:nth-child(2) {
    background-image: url("../images/link2.png");
}

.web_share.type2 a:nth-child(3) {
    background-image: url("../images/link3.png");
}

.web_share.type2 a:nth-child(4) {
    background-image: url("../images/link4.png");
}

.web_share.type3 a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.web_share.type3 a:nth-child(1) {
    background-image: url("../images/link_001.png");
}

.web_share.type3 a:nth-child(1):hover {
    background-image: url("../images/link01.png");
}

.web_share.type3 a:nth-child(2) {
    background-image: url("../images/link_002.png");
}

.web_share.type3 a:nth-child(2):hover {
    background-image: url("../images/link02.png");
}

.web_share.type3 a:nth-child(3) {
    background-image: url("../images/link_003.png");
}

.web_share.type3 a:nth-child(3):hover {
    background-image: url("../images/link03.png");
}

.web_share.type3 a:nth-child(4) {
    background-image: url("../images/link_004.png");
}

.web_share.type3 a:nth-child(4):hover {
    background-image: url("../images/link04.png");
}

.web_share.type3 a:nth-child(5) {
    background-image: url("../images/link_005.png");
}

.web_share.type3 a:nth-child(5):hover {
    background-image: url("../images/link05.png");
}

.web_share.type3 a:hover {
    background-color: #DE333B;
    border-color: #DE333B;
}

.web_share a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url("../images/link01.png");
    background-position: 50% 50%;
    margin-right: 11px;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.web_share a:nth-last-of-type(1) {
    margin-right: 0;
}

.web_share a:nth-child(1):hover {
    background-image: url("../images/link1.png");
}

.web_share a:nth-child(2) {
    background-image: url("../images/link02.png");
}

.web_share a:nth-child(2):hover {
    background-image: url("../images/link2.png");
}

.web_share a:nth-child(3) {
    background-image: url("../images/link03.png");
}

.web_share a:nth-child(3):hover {
    background-image: url("../images/link3.png");
}

.web_share a:nth-child(4) {
    background-image: url("../images/link04.png");
}

.web_share a:nth-child(4):hover {
    background-image: url("../images/link4.png");
}


/*公共样式定义 end*/

.detail_tab_box tr {
    height: auto !important;
}

.detail_tab_box td {
    /*border: 1px solid #eee;*/
    border-color: #eee;
    padding: 5px 15px;
    height: auto !important;
    width: auto !important;
    /* line-height: 1; */
}

.detail_tab_box table {
    width: 100%;
    border-color: #eee;
}

.detail_tab_box td p {
    margin-bottom: 0;
}

.page-inner .wp-pagenavi {
    display: flex;
}

.page-box .page-inner a:nth-last-of-type(1) {
    border-right: 1px solid #D4D4D4;
}

@media only screen and (max-width: 1366px) {
    .pc-nav ul {
        width: 1000px;
    }
    .inner-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .crumbs-box {
        padding-top: 0;
    }
    .crumbs-box:after {
        display: none;
    }
    .case_business_process li.item {
        display: flex;
        align-items: center;
    }
    .business_process_line .icon {
        margin-bottom: 0;
        margin-right: 15px;
    }
    .index_oem_gird.martop-100 {
        margin-top: 0;
    }
    .index_pro_grid .swiper-button-next {
        right: 0;
    }
    .index_pro_grid .swiper-button-prev {
        left: 0;
    }
    .index_oem_gird .left:after {
        display: none;
    }
    .case_ind_grid li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .news_detail_grid .block.type2 {
        background-size: cover;
    }
    .page_group_news a span em:nth-of-type(2) {
        display: none;
    }
    .news_detail_grid .sub_tit .web_share {
        width: 100%;
        justify-content: center;
    }
    .news_detail_grid .sub_tit {
        padding: 20px 0 10px;
    }
    .news_detail_grid .sub_tit .time {
        text-align: center;
    }
    .news_ny_list li {
        width: 100%;
        margin-right: 0;
    }
    .contact_ny_grid .right li {
        width: 100%;
    }
    .contact_ny_grid .usedComp {
        width: 100%;
    }
    .detail_img_list li {
        width: 49%;
        margin-bottom: 2%;
        margin-right: 2%;
    }
    .detail_img_list li img {
        width: 100%;
    }
    .detail_img_list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .related_gird.w4 li,
    .related_gird li {
        width: 100%;
        margin-right: 0;
    }
    .error_grid {
        padding: 40px 0;
    }
    .error_grid .text {
        margin-left: 0;
    }
    .case_list li {
        width: 100%;
        margin-bottom: 2%;
    }
  .index_about_grid iframe{ width:100%; height:400px;}
    .index_about_grid .about_list li {
        width: 100%;
    }
    .index_about_grid .about_list {
        height: auto;
    }
    .index_about_grid .imgshow {
        position: initial;
    }
    .index_about_grid .imgshow img {
        width: 100%;
    }
    .index_about_grid .about_list li {
        justify-content: center;
    }
    .index_about_grid .text,
    .index_about_grid .right,
    .index_about_grid .about_list {
        padding-left: 0;
    }
    .index_oem_gird .left .text,
    .index_about_grid .about_list ul {
        padding-right: 0;
    }
    .footer-box>.m-width-1280>div {
        padding-top: 20px;
    }
    .footer-box h3 {
        margin-bottom: 20px;
    }
    .footer-box>.m-width-1280>div:nth-last-of-type(1) {
        margin-top: 20px;
        height: auto;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .foot_nav {
        display: none;
    }
    .title h2 {
        font-size: 30px;
    }
    .about_honor_grid .swiper-container {
        padding-bottom: 20px;
    }
    .about_honor_grid .swiper-slide.swiper-slide-active,
    .about_honor_grid .swiper-slide.swiper-slide-next,
    .about_honor_grid .swiper-slide.swiper-slide-prev {
        top: 0;
    }
    .about_news_grid li:nth-of-type(2) a {
        flex-wrap: wrap;
        flex-direction: inherit;
    }
    .about_news_grid li:nth-of-type(2) .imgshow {
        width: 100%;
    }
    .about_news_grid li:nth-of-type(2) a .text {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
    }
    .about_news_grid li:nth-of-type(3) {
        position: initial;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .about_news_grid li:nth-of-type(1) .text {
        position: initial;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .about_news_grid li {
        width: 100%;
    }
    .about_info_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }
    .about_ny_grid .left {
        position: initial;
    }
    .about_ny_grid .about_info {
        padding-left: 0;
    }
    .index_pro_grid .m-width-1460 {
        padding: 0 40px;
    }
    .martop-100 {
        margin-top: 30px;
    }
    .header-box .top_con {
        display: none;
    }
    .item_tab_news .m-width-1200 {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .item_tab_news .m-width-1200 a {
        padding: 5px 10px;
    }
    .case_ind_grid .m-width-1300 {
        padding: 0 20px;
    }
    .case_ind_grid .swiper-container,
    .case_ind_grid {
        padding-bottom: 30px;
    }
    .case_ind_grid .imgshow>img {
        width: 100%;
    }
    .case_ind_grid .swiper-container,
    .case_ind_grid {
        height: auto;
    }
    .case_ind_grid {
        padding-bottom: 30px;
    }
    .business_process_line:before {
        display: none;
    }
    .case_business_process ul:nth-of-type(2) {
        flex-direction: column-reverse;
    }
    .case_business_process .ul_top {
        margin-bottom: 0;
    }
    .case_business_process li.item {
        width: 100%;
        margin-bottom: 20px;
    }
    .case_business_process ul {
        flex-wrap: wrap;
    }
    .case_business_process ul:after {
        display: none;
    }
    .case_business_process .arrow {
        padding-top: 0;
        width: 100%;
        height: 50px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .case_business_process .arrow img {
        transform: rotate(90deg);
    }
    .case_word_grid .left {
        padding: 0 20px;
    }
    .paddbot-80 {
        padding-bottom: 40px;
    }
    .case_word_grid .right img {
        width: 100%;
    }
    .case_oem_grid .left ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .case_oem_grid .left {
        margin-bottom: 25px;
    }
    .banner.banner_ny {
        margin-bottom: 40px;
    }
    .banner.banner_ny.banner_sear .sear_form {
        margin: 35px 0 0px;
    }
    .hot_pro_list li {
        width: 100%;
        margin-right: 0;
    }
    .banner.banner_ny .error_grid img {
        position: initial;
        transform: translateX(0%);
    }
    .banner.banner_ny.banner_error .error_grid {
        padding-top: 30px;
    }
    .contact_ny_grid .right {
        position: initial;
        margin-right: 0;
        margin-bottom: 0px;
    }
    .contact_ny_grid .right li {
        padding-bottom: 15px;
        margin-top: 20px;
    }
    .news_detail_grid .sub_tit {
        height: auto;
    }
    .news_detail_grid .right {
        margin-top: 30px;
        margin-left: 0;
    }
    .news_ny_list li .leftimg {
        width: 100%;
        margin-right: 0;
    }
    .news_ny_list li .leftimg img {
        width: 100%;
    }
    .news_ny_list li {
        padding-right: 0;
    }
    .news_ny_list li .text {
        padding: 20px;
    }
    .news_ny_list li .more {
        margin-top: 15px;
    }
    .news_ny_list li a {
        flex-wrap: wrap;
    }
    .related_tit {
        margin-top: 20px;
    }
    .msg_tips {
        line-height: 1.5;
    }
    .related_tit h2 {
        font-size: 20px;
        display: flex;
        align-items: center;
    }
    .banner.banner_ny h1 {
        font-size: 22px;
    }
    .prodis-gall .gall-tips {
        margin-top: 20px;
    }
    .gall-tips .links a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .proleft_class {
        width: 100%;
    }
    .proleft_class ul {
        display: none;
    }
    .proleft_class .act ul {
        display: block;
    }
    .proleft_class .act .icon {
        transform: rotate(0deg);
    }
    .proleft_class h2 .icon {
        text-indent: 200px;
        overflow: hidden;
        background: url("../images/grey_prev2.png") no-repeat 50% 50%;
        background-size: 20px;
        width: 30px;
        height: 100%;
        flex-shrink: 0;
        transition: all 0.3s;
        transform: rotate(-90deg);
    }
    .product_content .right_pro {
        margin-left: 0;
    }
    .proleft_class .con_block {
        display: none;
    }
    .pro_ny_list li {
        width: 100%;
        margin-right: 0;
    }
    .index_pro_grid .swiper-container {
        height: auto;
    }
    .title {
        margin: 40px auto 40px;
    }
    .title .text {
        padding: 0;
    }
    .f40 {
        font-size: 30px;
    }
    .why_list li {
        width: 100%;
        margin-bottom: 20px;
    }
    .index_why_grid {
        background-size: cover;
    }
    .index_number_grid li {
        width: 50%;
        margin-bottom: 20px;
        font-size: 30px;
    }
    .index_number_grid li:nth-of-type(2n) {
        background: none;
    }
    .index_number_grid li small {
        white-space: initial;
    }
    .index_number_grid {
        padding: 40px 0 20px;
    }
    .index_app_grid .swiper-container {
        height: auto;
        padding-bottom: 30px;
    }
    .index_about_grid .about_info .text {
        position: initial;
        transform: translate(0%, 0%);
    }
    .index_about_grid .about_info .text p {
        padding-right: 0;
    }
    .index_about_grid .about_info .btn {
        margin: 20px auto 0;
    }
    .index_about_grid .about_info .imgshow {
        margin-top: 20px;
    }
    .footer_top .left {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer_top .m-width-1200 {
        flex-wrap: wrap;
    }
    .footer_top .right ul {
        flex-wrap: wrap;
    }
    .footer_top .right ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .foot_nav {
        flex-wrap: wrap;
    }
    .footer {
        padding-bottom: 95px;
        height: auto;
    }
    .footer-copy {
        padding: 0;
        position: initial;
        transform: translateX(0%);
        line-height: 1.3;
        box-sizing: border-box;
    }
    .footer-copy p {
        padding: 20px;
    }
    #toTop {
        bottom: 85px;
    }
    .about_history_grid {
        display: none;
    }
    .item_tab_news {
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: flex-start;
    }
    .item_tab_news a {
        margin: 0px;
        padding: 10px 0;
        width: 50%;
        align-items: center;
        display: flex;
    }
    .culture_list li {
        width: 100%;
        margin-right: 0;
    }
    .about_fac_grid .swiper-container {
        height: auto;
    }
    .about_fac_grid {
        padding: 1px 0 40px;
    }
    .pc_logo,
    .right_btn {
        display: none;
    }
    .wap_logo {
        display: inline-block;
    }
    .swiper-slide .banner-content {
        display: none;
    }
    .ser_form {
        width: 100%;
    }
    .footer-copy {
        flex-wrap: wrap;
    }
    .page_group a img {
        display: none;
    }
    .page_group .next {
        padding-right: 10px;
    }
    .page_group .prev {
        padding-left: 10px;
    }
    .page_group a {
        width: 100%;
        margin-bottom: 10px;
    }
    .page_group p span {
        width: 75%;
    }
    .page_group p,
    .page_group a {
        height: auto;
        padding: 10px 0;
    }
    .banner.banner_ny .swiper-slide {
        background-size: auto 100%;
    }
    .banner_error {
        padding: 30px 0;
    }
    .faq li {
        padding-right: 0px;
    }
    .faq .tit {
        width: 100%;
        display: flex;
        line-height: 1.5;
        font-size: 16px;
    }
    .faq .text p {
        font-size: 16px;
    }
    .faq .tit .icon {
        right: 0;
    }
    .martop-80 {
        margin-top: 30px !important;
    }
    #page {
        background-color: #FFF;
    }
    .header-box .m-width-1200 {
        background-color: #FFF;
        height: 60px;
    }
    .right-icon .icon {
        height: 60px;
    }
    .header-box {
        position: relative;
        padding: 15px 20px;
    }
    .header-box .logo {
        position: absolute;
        left: 10px;
        justify-content: center;
        transform: translate(0%, -50%);
        top: 50%;
        height: auto;
        justify-content: flex-start;
		width: 80%;
    }
    .header-box .logo img {
        height: 50px;
    }
    .right-icon {
        position: absolute;
        left: 20px;
        top: 0;
        margin-left: 0;
    }
    .lan-box {
        height: 60px;
        left: 0;
        margin-left: 0;
    }
    .right-icon em:nth-of-type(1) {
        margin-left: 0;
    }
    .header_top,
    .pc-nav {
        display: none;
    }
    .foot_nav li {
        width: 47.5%;
        margin-bottom: 20px;
    }
    .foot_nav li:nth-of-type(2n) {
        margin-right: 0;
    }
    .page-box .page-inner a.next_page {
        display: none;
    }
    .f38 {
        font-size: 28px;
    }
    .flexwrap {
        flex-wrap: wrap;
    }
    .footer {
        margin-top: 30px;
    }
    .inner-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .martop-60 {
        margin-top: 15px;
    }
    .sm_100 {
        width: 100% !important;
    }
    .btn-nav {
        float: right;
        background: transparent;
        border: none;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 99999;
        display: block;
        width: 30px;
    }
    .icon-bar {
        display: block;
        margin: 6px 0;
        width: 30px;
        height: 3px;
        background-color: #DE333B;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease;
        z-index: 999999;
    }
    .icon-bar .bottom {
        margin-bottom: 0;
    }
    .mm-opening .top {
        -webkit-transform: translateY(8px) rotateZ(45deg);
        -moz-transform: translateY(8px) rotateZ(45deg);
        -ms-transform: translateY(8px) rotateZ(45deg);
        -o-transform: translateY(8px) rotateZ(45deg);
        transform: translateY(8px) rotateZ(45deg);
    }
    .mm-opening .bottom {
        -webkit-transform: translateY(-10px) rotateZ(-45deg);
        -moz-transform: translateY(-10px) rotateZ(-45deg);
        -ms-transform: translateY(-10px) rotateZ(-45deg);
        -o-transform: translateY(-10px) rotateZ(-45deg);
        transform: translateY(-10px) rotateZ(-45deg);
    }
    .mm-opening .middle {
        width: 0;
    }
    .banner .bg-box {
        display: none;
    }
    .banner .wap-box {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
.index_about_grid iframe{ width:100%; height:310px;}
}
 .BURY_CODE_3336625d4d0f45c69fb48872066facf6 .xhl-submit{ font-size: 0px!important; }


 /** whatsapp  **/

#gotop {
    width: 42px;
    height: 42px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #DE333B;
    position: fixed;
    bottom: 8%;
    left: 3%;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    color: #fff;
    opacity: 0.8;
    
}
#gotop img {
    margin-top:7px;
}
.leftfixapp{
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 8%;
    margin-bottom: 70px;
    left: 3%;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    z-index: 1990;
 
}
.leftfixapp img{
    width: 50px;
}
.leftfixapp .iconfont{
    font-size:50px;
    color: green;
}
.leftfixapp.appwap{
    display: none;
}
.leftfixapp.appwap{
        display: none;
    }
    .leftfixapp.appc{
        display: block;
    }


@media only screen and (max-width: 1000px) {
    .banner{
        max-height: 160px;
    }
    .leftfixapp{bottom:15%;}
    #xhl-wrapper .xhl-launch-button-bottom{bottom:100px !important;}
    #gotop {bottom:100px;}
    .leftfixapp.appwap{
        display: block;
        margin-bottom: 50px;
    }
    .leftfixapp.appc{
        display: none;
    }
    }