/*  */
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(100%); }*/

header{ background:none;height: 94px;position: fixed;top: 0;left: 0; right: 0; z-index: 999;  transition: all 0.3s ease-in-out;display: flex;align-items: center; padding: 0 .5rem;justify-content: space-between; border-bottom:1px solid rgba(255,255,255,0.15);}
header.on{background: #fff; box-shadow: 0px 8px 16px 0px rgba(192, 192, 192, 0.1);}

.logo{ width: 360px;  overflow: hidden; height: 62px; position: relative; background:url(../images/logo1.png) no-repeat; display:block;}
header.on .logo{background:url(../images/logo.png) no-repeat;}
.logo img{position: absolute; left: 0; top: 0; width: 100%; z-index: 999; opacity: 0;}

.logo img:nth-child(2){opacity: 1;}

.header-nav{display:none!important;justify-content: flex-end;align-items: center;height: 94px; margin-left: 7vw;}

.header-nav ul{list-style: none;padding-left: 0; margin-bottom: 0;}

.header-nav ul,.header-nav ul li{display: flex;justify-content: center;align-items: center;height: 100%;}

.header-nav ul li{position: relative; background: transparent;  transition: all 0.3s ease-in-out;}

.header-nav ul li >a{padding:0 1.1vw;font-size: 17px;

  position: relative;font-weight: 400;

  color: #fff;

  transition: all 0.3s ease-in-out;

  -webkit-transition: all 0.3s ease-in-out;}
.on .header-nav ul li >a{ color:#333;}
  .sub-nav{
position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    text-align: center;
    opacity: 0;
    padding-top: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  
    height: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;

  }
.sub-nav:hover{    opacity: 1;
    z-index: 1;
    height: 100%;
    background: #424242;}

  .sub-nav .nav-item{

    background-color: #fff;

    min-width: 120px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;

    width: 100%;

  }
  
  .header-nav ul li:nth-child(3) .sub-nav ,.header-nav ul li:nth-child(4) .sub-nav {width: 200%;}
  .sub-nav .nav-item a{box-sizing: border-box; padding: 5px 15px 5px;width: 100%;display: flex; background: transparent;font-size: 16px;font-weight: 400;color: #777777;line-height: 22px;

    align-items: center;justify-content: space-between; transition: all .5s;

    border-bottom: 1px solid rgba(226, 226, 226, 1);}
    .sub-nav .nav-item a:last-child{border-bottom: 0;}
  .sub-nav .nav-item a .more-box{opacity: 0;}

  .sub-nav .nav-item a:hover{background: #f39816; color: #fff;}

  .sub-nav .nav-item a:hover .more-box{ opacity: 1;}

  .header-right {

    display: flex;

    align-items: center;

    transition: all .3s;



}

.header-search{

  display: flex;

  align-items: center;

  transition: all .3s ease;
 
  cursor: pointer;

}

.header-search>img {

  width: 36px;

  margin-right: 0.1rem;

  transition: all .3s ease;

}
.header-wx img{ transition-duration:.5s;}
.header-search>img:hover,.header-wx img:hover{ transform:scale(1.1)}
.header-wx{
	position: relative;
	cursor: pointer;
}
.ewm-img{
	width: 120px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.5s;
	
}
.ewm-img img{
	display: block;
	width: 100%;
}
.header-wx:hover .ewm-img{
	opacity: 1;
	visibility: visible;
}

.header-search input{background: transparent; width:60px ; margin-right: .1rem; height: 20px; line-height: 20px;}

.tell {

  display: flex;

  align-items: center;

  font-size: .18rem;

  transition: all .3s ease;

  border-left: 0.01rem solid rgba(51,51,51,0.3);

  font-family: "DIN-Medium";

}

.tell>img {

  width: 0.18rem;

  margin-right: 0.1rem;

  margin-left: 0.3rem;

  transition: all .3s ease;

}

.header-nav ul li.on{background: #f39816; }

.header-nav ul li.on >a{color: #ffffff !important;}

.header-search>img:nth-child(1),.tell>img:nth-child(1){display: none;}

.header-search>img:nth-child(2),.tell>img:nth-child(2){display: block;}

header.on .logo img:nth-child(1){ opacity: 0;}

header.on .logo img:nth-child(2){ opacity: 1;}

.sub-nav.on{visibility: visible; opacity: 1;}

 .nav-icon {

  display: none;

  position: absolute;

  right: 15px;

  top: 50%;

  margin-top: -7px;

}

 .nav-icon span {

  display: block;

  width: 22px;

  height: 2px;

  background: #333;

  border-radius: 2px;

  transition: all .3s linear;

}

 .nav-icon span:not(:first-child) {

  margin-top: 4px;

}

 .nav-icon.on span:nth-of-type(1) {

  -webkit-transform: matrix(1,0,0,1,0,6) rotate(

45deg

);

  transform: matrix(1,0,0,1,0,6) rotate(

45deg

);

}

 .nav-icon.on span:nth-of-type(2) {

  width: 0;

}

 .nav-icon.on span:nth-of-type(3) {

  -webkit-transform: matrix(1,0,0,1,0,6) rotate(

45deg

);

  transform: matrix(1,0,0,1,0,-6) rotate(

-45deg

);

}

.header-nav ul li.active >a{color: #f39816;}


.ck_navigation_right_wrapper {
    width: 80%;
}

.ck_navigation_right_wrapper .content--demo-3>ul {
    display: flex;
    flex-flow: row wrap;
    float: right;
    padding-top: 35px;
}

.ck_navigation_right_wrapper .content--demo-3>ul>li {
    padding: 2px 15px;
}

.container::before,
.container::after {
    display: none;
}

.ck_navigation_right_wrapper .content--demo-3>ul>li>hr {
    width: 0;
    height: 2px;
    background: #f39816;
    border: none;
    display: none;
    margin: 10px auto;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: block;
}

.ck_navigation_right_wrapper .content--demo-3>ul>li.active>hr {
    
    width: 50%;
}
.ck_navigation_right_wrapper .content--demo-3>ul>li:hover>hr {
   
    width: 50%;
}
.ck_navigation_right_wrapper .content--demo-3>ul>li>ul{
    position: absolute;
    width: 100%;
    top: 94px;
    left: 0;
    text-align: center;
    opacity: 0;
    padding-top: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: 1000 !important;
     height: 0;
   
    justify-content: center;
       overflow-y: scroll;

}
.ck_navigation_right_wrapper .content--demo-3>ul>li:hover>ul{
    opacity: 1;
    z-index: 1;
    height:70px;
    background: #424242;
}
.ck_navigation_right_wrapper .content--demo-3>ul>li>ul>li{
    
    display: inline-block;
}
.ck_navigation_right_wrapper .content--demo-3>ul>li>ul>li>a{
    color: #c6c6c6;
    display:block;
    line-height: 70px;
    padding: 0 5px;
}

.ck_navigation_right_wrapper .content--demo-3>ul>li>ul>li>a:hover{
    color: #fff;
}

header.on .ck_navigation_right_wrapper .content--demo-3>ul>li>a{color: #000}
.ck_navigation_right_wrapper .content--demo-3>ul>li>a {
    color: #fff; 
    position: relative;

    font-size: 16px;
    padding: 0 5px;
}

.ck_navigation_right_wrapper .content--demo-3>ul>li.active>a {

    color: #fff;
    padding: 10px 0;
}
.ck_navigation_right_wrapper .content--demo-3>ul>li>ul>li>a>img{
    width: 70px;
}


@media only screen and (min-width: 1200px) and (max-width: 1600px){
	.ck_navigation_right_wrapper .content--demo-3>ul>li>ul>li>a>img{
    width: 50px;
}
}


/* footer */

footer{display: flex;background: #000; min-height: 300px;  }

footer .footer{flex: 1; }

footer .footer .footer-content-top {padding-left: 6%; padding-bottom: .3rem;}

footer .footer-logo{  }

footer .footer .footer-content-top  .footer-left{padding-top: .38rem;width: 80%;}

.footer .footer-content-top  .footer-left .footer-list{color: #FFFFFF; margin-top: .30rem;}

footer .footer-list ul{list-style: none; padding-left: 0;}

footer .footer-list ul li >p{    font-size: 16px;font-weight: 600;color: rgba(255, 255, 255, 0.8);line-height: 28px; margin-bottom: .16rem;}

footer .footer-list ul li .footer-sub{width: 100%; margin-right: 1rem;}

footer .footer-list ul li .footer-sub a{display: block;font-size: 14px;font-weight: 400;line-height: 34px;color: rgba(255, 255, 255, 0.5);transition: all .3s;}

footer .copyright{     text-align: center;border-top: 1px solid rgba(255,255,255,0.15); color: rgba(255, 255, 255, 0.5);line-height: 21px;padding-left: 9.896%;padding-top: .26rem;

  padding-bottom: .26rem;}

footer .copyright p{font-size: 15px;}

footer .copyright p a{color: rgba(255, 255, 255, 0.5); transition: all .3s;}

footer .copyright p a:hover,footer .footer-list ul li .footer-sub a:hover{color: #fff;}

.footer-right{padding-top: 1.3rem;width:300px;margin-right: 3%;}

.footer-right .footer-right-p2 span{font-size: 16px;font-weight: 500;color: #FFFFFF;line-height: .36rem;}

.footer-right .footer-right-p2 ,.footer-right .footer-right-p2 a{font-size: .18rem;font-weight: 600;color: #FFFFFF;line-height: .36rem; }

.footer-right-code {justify-content: space-between;margin-top: .25rem;    text-align: center;}



.footer-right-code >div img{width: 1.5rem; height: 1.5rem; margin: auto; margin-bottom: .25rem;}

.footer-right-code >div p{color: #FFFFFF;font-size: .18rem;line-height: .25rem;}

footer .footer-top{width: 1.5rem; background: #f39816;display: flex;align-items: center;justify-content: center;}

.footer-top >div{color: #fff;font-size: 16px;font-weight: 400;line-height: 22px; writing-mode: tb-rl; cursor: pointer; letter-spacing:4px;}

.footer-top >div .more-box{margin-bottom: .15rem; position: relative; right: 0;}


.other-link{
	position: relative;
	width: 100%;
	height: 48px;
	border: 1px solid rgba(255,255,255,0.3);
	background: rgba(255,255,255,0.1);
	padding: 0 20px 0 10px;
	cursor: pointer;
}
.other-link:after{
	display: block;
	content: '';
	width: 11px;
	height: 21px;
	background: url(../images/jt-11.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10.5px;
	cursor: pointer;
}
.other-link p{
	font-size: 16px !important;
	color: rgba(255,255,255,0.7) !important;
	line-height: 46px !important;
}
.other-link ul{
	width: 100%;
	background: #fff;
	margin-bottom: 0;
	position: absolute;
	bottom: 100%;
	left: 0px;
	padding-left: 0;
	border: 1px solid rgba(0,0,0,0.3);
	z-index: 20;
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.5s;
}
.other-link ul li{
	padding-left: 10px;
	background: #fff;
	font-size: 16px;
}
.other-link ul li a{
	font-size: 16px;
	color: #333;
	line-height: 46px;
	transition-duration: 0.5s;
}
.other-link ul li a:hover{
	color: #f39816;
}
.other-link:hover ul{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}



#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialog {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -22.5px 0 0 -50%;
    z-index: 10000;
}

.dialogTop {
    width: 30%;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 10px 0;
    font-size: 16px;
    text-align: right;
}

    .dialogTop a {
        color: #fff;
    }

.tc-ss {
    width: 30%;
    margin: 0 auto;
    padding: 20px 0;
}

    .tc-ss ul .sk03 {
        width: 80%;
        float: left;
        background: url(../images/ss1.png) 10px center no-repeat;
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        vertical-align: top;
        box-sizing: border-box;
        padding-left: 45px;
        border: 1px solid #3270df;
    }

        .tc-ss ul .sk03 input {
            width: 100%;
            background: none;
            height: 40px;
            line-height: 40px;
            color: #fff;
            font-size: 16px;
        }

.sk04 input {
    border-radius: 0;
    background: #3270df;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 20%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}
.sk04 input:focus{
	border: none;
    outline: none;
}




@media only screen and (max-width: 1440px){
	footer .footer .footer-content-top{
		padding-left: 3%;
	}
}
@media only screen and (max-width: 1366px){
		footer .footer .footer-content-top{
				padding-left: 6%;
		}
		footer .copyright{
			padding-left: 6%;
		}
}
@media only screen and (max-width: 769px){
	 .nav-icon{
	 	display: block;
	 }
	 .header-search{display: none;}
	 .ne-banner{margin-top: 80px !important;}
		header{
			height: 55px;
			background: #fff;
    	box-shadow: 0px 8px 16px 0px rgb(192 192 192 / 10%);
		}
		header .logo{
			background: url(../images/logo.png) no-repeat;
		}
		.header-nav{
			position: fixed;display: block!important;
			width: 50vw;
			height: 100%;
			margin-left: 0;
			right: -50vw;
			left: auto;
			top: 0;
			transition-duration: 0.5s;
		}
		.show{
			right: 0;
		}
		.header-nav ul{
			display: block;
			height: auto;
			position: absolute;
    	top: 50%;
    	transform: translate(0%, -50%);
		}
		.header-nav ul li >a{
			color: #333333;
		}
		.header-nav ul li{
			height: auto;
		}
		.sub-nav{
			display: none;
			box-shadow: none;
			opacity: 1;
			visibility: inherit;
			position: relative;
			width: 100%;
			/*transition-duration: 0.5s;*/
		}
		.header-nav .on{
			 position: relative;
			 top: 100%;
			 width: 100% !important;
		}
		.sub-nav .nav-item{
			text-align: center;
			min-width: auto;
		}
		.sub-nav .nav-item a{
			display: block;
			font-size: 14px;
		}
		.header-wx{
			display: none;
		}
		
		header{height: 80px;padding: 0 .3rem;box-shadow: 0 4px 5px rgb(0 0 0 / 10%);}





  .header-nav{ background: #fff;}

  .header-nav ul{flex-wrap: wrap;  width: 100%; height: unset;}

  .header-nav ul li{border-bottom: 1px solid rgba(226, 226, 226, 1);width: 100%;height: unset; flex-wrap: wrap;transition: auto;-webkit-transition:auto;}

  .header-nav ul li >a{width: 100%;text-align: center; line-height: 60px;transition: auto;-webkit-transition:auto;    font-size: 15px;}

  .sub-nav{position: relative; top: 0; height: 0;transition: auto;-webkit-transition:auto;}

  .sub-nav.on{height: auto;}

  .sub-nav .nav-item a{justify-content: center;}

  .sub-nav .nav-item .more-box{display: none;}

  .banner-txt{left: 30px; right: 30px;}
  #section3 {background: url(../images/bg3.jpg) no-repeat; background-size:  100% 100%; background-position: left top;}

  #section3 .section3-list .section3-list-item{margin-top: .3rem; margin-bottom: 0;}

  #section3 .section3-list .section3-list-item:last-child{margin-bottom: .3rem;}

  .news-content .news-content-item .news-right-txt h5{font-size: 16px; line-height: .45rem;}



  footer .footer-list ul li >p,.pservice .pservice-p,.jounal-item p{font-size: 16px;}

  footer .footer-list ul li .footer-sub{ display: none;}

  footer .footer-list ul li .footer-sub{margin-right: 0;}

  footer .footer-list ul li >p{padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.3); position: relative;}

  footer .footer-list ul li >p::after{position: absolute; content: ''; top: 50%; right: 10px; width: 10px; height: 10px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); margin-top: -5px; transition: all .5s ;}

  footer .footer-list ul li >p.on::after{ transform: rotate(135deg);right: 10px;}

  footer .footer .footer-content-top .footer-left,.footer-right{padding-top: 10px;text-align: center}

  footer .footer-logo{ }

  footer .copyright p,.prodel-title .prodel-title-left a{font-size: 12px;}
  
  .footer .footer-content-top .footer-left .footer-list{display: none;}
}











.section-products {
    padding: 20px 0 54px;
}

.section-products .header {
    margin-bottom: 20px;
}

.section-products .header h3 {
    font-size: 15px;
    color: #fe302f;
    font-weight: 500;
}

.section-products .header h2 {
    font-size: 18px;
    font-weight: 400;
    color: #444444; 
}

.section-products .single-product {

}

.section-products .single-product .part-1 {
    position: relative;

    overflow: hidden;
}
.section-products .single-product .part-1 img{width:100%;}

.section-products .single-product .part-1::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		transition: all 0.3s;
}

.section-products .single-product:hover .part-1::before {
		transform: scale(1.2,1.2) rotate(5deg);
}



.section-products .single-product .part-1 .discount,
.section-products .single-product .part-1 .new {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ffffff;
    background-color: #fe302f;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 12px;
}

.section-products .single-product .part-1 .new {
    left: 0;
    background-color: #444444;
}

.section-products .single-product .part-1 ul {
    position: absolute;
    bottom: -41px;
    left: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
}

.section-products .single-product:hover .part-1 ul {
    bottom: 30px;
    opacity: 1;
}

.section-products .single-product .part-1 ul li {
    display: inline-block;
    margin-right: 4px;
}

.section-products .single-product .part-1 ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
}

.section-products .single-product .part-1 ul li a:hover {
    color: #fe302f;
}

.section-products .single-product .part-2 .product-title {
    font-size:16px;line-height: 40px; text-align: center;    color: #fff;margin-bottom:5px;
}

.section-products .single-product .part-2 h4 {
    display: inline-block;
    font-size: 14px;
}

.section-products .single-product .part-2 .product-old-price {
    position: relative;
    padding: 0 7px;
    margin-right: 2px;
    opacity: 0.6;
}

.section-products .single-product .part-2 .product-old-price::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444444;
    transform: translateY(-50%);
}








@media only screen and (max-width: 767px) {

	.ck_navigation_right_wrapper .content--demo-3>ul{display: none}

	.logo{width:500px;}
	.banner-txt1a{font-size: 20px;}
    .banner-txt1b{font-size: 18px;}
	.footer-right .footer-right-p2, .footer-right .footer-right-p2 a{    text-align: center;}
}



