/*  */
/* 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: 199px;  overflow: hidden; height: 39px; 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: flex;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;

    left: 0;

    visibility: hidden;

    /* pointer-events: none; */

    top: 94px;

    opacity: 0;

    width: 160%;

    min-width: 100px;

    transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

    display: flex;

    justify-content: space-between;

    background-color: #fff;

    box-shadow: 0 4px 5px rgb(0 0 0 / 10%);

  }

  .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: 10px 15px 10px;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: #23a455; 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: #23a455; }

.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: #23a455;}


/* footer */

footer{display: flex;background: #012052; min-height: 300px;  }

footer .footer{flex: 1; }

footer .footer .footer-content-top {padding-left: 9.896%; padding-bottom: .3rem;}

footer .footer-logo{  }

footer .footer .footer-content-top  .footer-left{padding-top: .78rem;width: 80%;}

.footer .footer-content-top  .footer-left .footer-list{color: #FFFFFF; margin-top: .44rem;}

footer .footer-list ul{list-style: none; padding-left: 0;}

footer .footer-list ul li >p{font-size: .2rem;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: 15px;font-weight: 400;line-height: 34px;color: rgba(255, 255, 255, 0.5);transition: all .3s;}

footer .copyright{ 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: .9rem;width: 252px;margin-right: 5%;}

.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: .22rem;font-weight: 600;color: #FFFFFF;line-height: .36rem; }

.footer-right-code {justify-content: space-between;margin-top: .25rem;}



.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: #23a455;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: #23a455;
}
.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: 6%;
	}
}
@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: 60px !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;
			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: 60px;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;}

  .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: 30px;}

  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;}
}




















