body{
    background-color: #f7fafc;
}
.geren a {
    color: #666666;
}
.banner{
    z-index: 1;
}
.nybanner_title{
    text-align: center;
    color: #313131;
    font-size: 2.875rem;
    font-weight: 600;
	font-family: Alibaba-PuHuiTi-H;
    text-transform: uppercase;
}
.hover{
    top: 75%;
}
.address{
    background-color: #ffffff;
	border-radius: 1.875rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0 2.5rem;
    margin-top: -2rem;
    z-index: 1; position:relative;
    color: #999999;
}
.address a{
    color: #999999;
    font-size: .875rem;
    margin: 0 .375rem;
}
.address ul li{
    margin: 0 .9375rem;
    float: left;
    position: relative;
}
.address ul li::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #e60012;
    transition: all .6s;
}
.address ul li.active::before,
.address ul li:hover::before{
    width: 100%;
    transition: all .6s;
}
.content{
    position: relative;
    font-size: 1rem;
    line-height: 1.875rem;
}
.content.profile img{
    border-radius: 1.25rem;
}
/* about视频 */
.content .index_one_vid{
    position: absolute;
    visibility: visible;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    text-align: center;
    line-height: 6.25rem;
    height: 6.25rem;
    width: 6.25rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
  }
  .content .index_one_vid i{
    font-size: 1.625rem;
    color: #de1d17;
  }
  .contact_img{
    background-color: #f7fafc;
  }
  /* about视频 */
  #certify .swiper-slide {
    width: 55%;
    height: auto;
}
.swiper-button-next, .swiper-button-prev {
    top: 35%;
    width: 4.25rem;
    height: 10.625rem;
    background-size: 4.25rem 10.625rem;
}
.swiper-button-next::before, .swiper-button-prev::before{
    display: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
 left: 10%;
 background-image: url(../images/left.png);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10%;
    left: auto;
    background-image: url(../images/right.png);
}
.team ul{
    margin: 0 -7px;
}
.team ul li{
    width: 33.33%;
    float: left;
    padding: 7px;
}
.team ul li img{
    border-radius: 10px;
}
.team ul li .min{
    width:auto;
    height:auto;
}
.workshop ul li .max,
.team ul li .max{
    width:60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height:auto;
    position:fixed;
    z-index: 9999;
}
.workshop ul{
    margin-top: -2.5rem;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}
.workshop ul li{
    width: 50%;
    float: left;
    padding: 2.5rem;
}
.workshop ul li img{
    border-radius: 10px;
}
.workshop ul li .min{
    width:auto;
    height:auto;
}
.num{
    text-align: center;
}
.num a{
    color: #999999;
    padding: 0 .625rem;
}
.num a.page-num-current{
    color: #e60012;
}
.exhibition{
    text-align: justify;
}
.exhibition ul {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    margin-top: -1.875rem;
}
.exhibition ul li{
    float: left;
    width: 50%;
    padding: 1.875rem;
}
.exhibition ul li img{
    border-radius: 1.25rem;
}
.exhibition ul li .title{
    display: flex;
    justify-content: space-between;
}
.exhibition_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -0.9375rem;
}
.exhibition_top>p:nth-child(1),
.exhibition_top>p:nth-child(2){
    width: 50%;
    padding: 0 15px;
}
.exhibition .content>p{
    padding-top: .25rem;
}
.exhibition_bt{
    padding-top: 1.875rem;
}
.contact_us{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
}
.contact_us .hover {
    top: 50%;
    left: 50%;
    width: 86%;
    transform: translate(-50%,-50%);
}
.contact_us .hover>div:nth-child(2){
    text-transform: uppercase;
}
.contact_fen1::before,
.contact_us .hover>div:nth-child(2)::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    height: 1px;
}
.contact_fen1{
    position: relative;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
}
.contact_fen1::before{
    background-color: #999999;
}
.product_title{
    height: 3.875rem;
    line-height: 3.875rem;
	background-color: #e60012;
	border-radius: 5px;
	border: solid 1px #eeeeee;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}
.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background-color: #eeeeee;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #eeeeee;
	border: solid 2px #e60012;
}
.list_pro .col-sm-4 .over,
#product{
    border: solid 1px #eeeeee;
}
.product{
    padding-bottom: 4.125rem;
    border-bottom: .25rem solid #eeeeee;
}
.product .swiper-button-next, 
.product .swiper-button-prev {
    top: 50%;
    width: 1.25rem;
    height: 2.25rem;
    background-size: 1.25rem 2.25rem;
}
.product .logo_sy{
    position: absolute;
    top: 46.5%;
    left: 50%;
    width: 80%;
    z-index: 2;
    transform: translate(-50%, -50%);
}
.product .swiper-button-prev, 
.product  .swiper-container-rtl .swiper-button-next {
    left: .625rem;
}
.product .swiper-button-next, .product .swiper-container-rtl .swiper-button-prev {
    right: .625rem;
    left: auto;
}
.product>div:nth-child(2){
    padding-left: 10rem;
}
.product_address .address{
    background-color: unset;
	border-radius: 0;
    height: auto;
    line-height: 2.5rem;
    padding: 0 ;
    margin-top: 0;
    z-index: 1;
    color: #999999;
}
.product_banner .hover {
    top: 83%;
}
.product_content{
    border-bottom: .25rem solid #eeeeee;
}
.product_content p,
.product_content h4{
    padding-top: 2.5rem;
}
.flex{
    display: flex;
    justify-content: space-between;
}
.productMenu{
    padding: 0;
}
.productMenu>li>a::before{
    z-index: 9;
    top: 36%;
    width: 13px;
    height: 13px;
    background-image: url(../images/bottom.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}
.productMenu>li.active>a::before,.productMenu>li>ul>li.active>a::before{
    background-image: url(../images/top.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}

#product .sort{
    background-color: #e60012;
	border-radius: 10px;
	border: solid 1px #eeeeee;
    line-height: 3.75rem;
}
#product .gnb{
    line-height: 2.625rem;
}
#product .gnb::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	background-color: rgba(240, 0, 20, 0.05);
	border: solid 1px #eeeeee;
}
#product .gnb.active>a::after,
#product .gnb>a::after{
    position: absolute;
    content: "";
    left: .625rem;
    top: 66%;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
	background-color: #e60012;
    display: block;
}
.productMenu>li>a {
    padding: .475rem .75rem .475rem 1.5rem;
line-height:1.5;
}
.productMenu>li>.subDepth { display:none;
    padding:0;
    background-color: rgb(251, 249, 249)
}
.productMenu>li>.subDepth>li>a{
    padding: 0 .75rem 0 1.875rem;
    line-height: 40px;
}
.productMenu>li>.subDepth .subDepth2{
    padding: 0 .75rem 0 2.25rem;
    background-color: #FFF; display:none;
}

.productMenu>li>.subDepth>li>a{ position:relative;}
.productMenu>li>.subDepth>li>a:before{
	z-index: 9;
    top: 36%; content:""; display:block;
    width: 13px; right:30px; position:absolute;
    height: 13px;
    background-image: url(../images/bottom.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}

.productMenu>li>.subDepth >li.on>a:before{    background-image: url(../images/top.png);
    background-color: transparent; content:""; display:block;
    background-repeat: no-repeat;
    background-size: 13px 13px;}

.productMenu>li>.subDepth>li+li {
    margin-top: 0;
}
.productMenu>li:last-child>a::before{
    display: none;
}
#product .gnb.active>a{
    color: #de1d17 !important;
}
.likes_pro{
    background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #eeeeee;
}
form input{
    background-color: rgba(238, 238, 238, 0.5);
    width: 100%;
    line-height: 3.625rem;
    padding: 0 1.875rem;
}
form input::placeholder{
    color: #999;
}
form textarea.message{
    height: 9.375rem;
    line-height: 3.625rem;
    background-color: rgba(238, 238, 238, 0.5);
    width: 100%;
    line-height: 3.625rem;
    padding: 0 1.875rem;
    border: transparent;
}
form>div>div{
    margin-bottom: 1.875rem;
}
form button{
    border: transparent;
    margin: 0 auto;
    display: block;
}
.message_all .contact_img{
    background-color: #FFF;
}
.technical .technical_li{
    padding: 1.875rem;
    background-color: #FFF;
}
.technical .technical_li ul li{
    margin-bottom: 1.25rem;
}
.technical .col-md-3 {
    width: 26%;
}

.technical .col-md-9{
    width: 74%;
}
.technical .technical_content{
    padding: 2.5rem 4.375rem 5rem 4.375rem;
    background-color: #FFF;
}
.technical .technical_li ul li.active a{ 
    color: #e60012;
}
.description_content img,
.description_content h5{
    margin-bottom: 1.875rem;
}
.description::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/20.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: -1;
}
.description ul{
    padding-top: 2.875rem;
}
.description ul li{
    width: 65%;
    padding-bottom: 7.4vw;
    padding-left: 1.125rem;
}
.descontent {
    position: relative;
    padding: 1.875rem;
}
.descontent::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #FFF;
    z-index: -2;
}
.downcontent .productMenu>li>.subDepth,
#product.downcontent{
    background-color: #FFF;
    border-radius: .625rem;
    border: transparent;
}
#product.downcontent .gnb::before {
    display: none;
}
.list_down{
    padding: 1.875rem 3rem;
    background-color: #FFF;
}
.list_down ul li{
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    border-bottom: .125rem solid #eeeeee;
}
.downcontent .productMenu{
    padding: 1.875rem .75rem;
}
.downcontent .mobMenu>li {
    border-bottom: transparent;
}
.discontent{
    background-color: #FFF;
    padding-bottom: 8.75rem;
    display: flex;
    justify-content: space-between;
}
.discontent>ul:nth-child(1){
    padding-right: 3.75rem;
}
.discontent>div:nth-child(2){
    padding-left: 2rem;
}
.discontent .font22{
    font-weight: 600;
}
.discontent>ul li{
    border-bottom: 1px solid #d2d2d2;
}
.discontent>ul li:last-child{
    border-bottom: transparent;
}
.login .contact_img.pt55{
    padding-top: 0;
    margin-top: -1.875rem;
    background-color: transparent;
}
.login .hover{
    position: absolute;
	width: 26%;
	height: 38.375rem;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: .625rem;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.login .banner {
    z-index: 0;
}
.login .contact_img{
    position: absolute;
    z-index: 1;
}
.login_logo,
.member,
.login form .form-group{
    margin: 0 3.75rem 1.25rem 3.75rem;
}
.login form input{
    background: transparent;
    border-bottom: 2px solid #ebebeb;
    padding: 0;
}
.login .btn {
    width: 100%;
    background-color: #e60012;
    border-radius: 10px;
    color: #FFF;
    line-height: 3.4375rem;
}
.login .text-secondary{
    margin-top: 1.25rem;
    display: block;
    line-height: 2.5rem;
    text-align: center;
}
.member{
    font-weight: 600;
	font-size: 3.75rem;
	color: #000000;
}
@media (max-width: 990px){
.index_four .index_four_ul li {
    display: block;
  }
  .technical .col-md-3,.technical .col-md-9{
    width: 100%;
  }
  .technical .technical_content {
    padding: 15px;
  }
  .contact_us {
    display: block;
  }
  .pt70{
    padding-top: 30px;
  }
  .mr75,.pr100{
    padding-right: 0;
    margin-right: 0;
  }
  .pl90{
    padding-left: 15px;
  }
  .contact_us .right{
    padding:20px;
  }
  .pb25{
    padding-bottom: 5px;
  }
  .contact_us .hover img{
    width: 60%;
  }
  .discontent{
    display: block;
  }
  .nybanner_title {
      font-size: 30px;
  }
  .swiper-button-next, .swiper-button-prev {
      width: 3.25rem;
      height: 7.625rem;
      background-size: 3.25rem 7.625rem;
  }
}
@media (max-width: 767px) {
    .nybanner_title {
        font-size: 16px;
    }
    .content .index_one_vid {
      line-height: 46px;
      height: 46px;
      width: 46px;
    }
    .content .index_one_vid i {
        font-size: 16px;
    }
    .address {
      overflow: hidden;
    }
    .hover {
        top: 30%;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 12px;
        height: 26px;
        background-size: 12px 26px;
        top: 54%;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 4%;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 4%;
    }
    .exhibition {
        overflow: hidden;
    }
    .exhibition ul li {
        width: 100%;
        padding: 15px 30px;
        border-bottom: 1px solid #a0a0a0;
    }
    .font22{
        font-size: 16px;
    }
    .workshop ul{
    margin-top: -8px;
    margin-left: -8px;
     margin-right: -8px;
    }
    .workshop ul li {
        padding: 8px;
    }
    .pb90{
        padding-bottom: 40px;
    } 
    .mt70{
        margin-top: 30px;
    }
    .pt55{
        padding-top: 20px;
    } 
    .list_pro .col-sm-4 .over img{
    width: 50%;
    }
    .list_pro .col-sm-4 .over{
    text-align: center;
    }
    .description::after{
    display: none;
    }
    .description ul li {
    width: 100%;
    padding-bottom: 15px;
    padding-left: 0;
    }
    .discontent>div:nth-child(2) {
        padding-left: 0;
    }
}

.sijilanmu{padding-left:30px;}

form.flex{margin-top:6px;}
.flex{ display:flex; display: -webkit-flex; align-items:center;flex-wrap:  wrap ; justify-content:space-between}
form.flex button{ 
    line-height: 40px;width:80px; height:40px;background-color: #e60012; color:#fff; font-size:14px;}
form.flex input{ width:200px;height:40px; border:1px solid #e60012; background-color: #fff; font-size:14px;}


@media screen and (max-width:768px){
	.product>div:nth-child(2){padding-left:0}
.font50{font-size:20px;}
	 
	}