﻿.nav{
    min-width: 1920px;
    height: 129px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.logo{
	float: left;
    width: 347px;
    height: 51px;
    margin-left:10%;
     margin-top: 40px;
}
.head{
    
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow-x:clip;
}
.nav-w .logo-new{
    margin-left:0;
}
.nav-w{
	display: flex;
	width: 1447px;
	height: 129px;
	margin: 0 auto;
	justify-content: space-between;
}
.nav-list{
	float: left;
	margin-left:-2%;
}
.nav-list .ul-style li:nth-child(n-1) {
	margin-right: 20px;
}
.nav-list ul li a{
	line-height: 125px;
    font-size: 20px;
    margin-right: 47px;
    display: block;
}
.new-nav-list ul li{
position: relative;
}

.new-nav-list ul li:nth-child(2):after,
.new-nav-list ul li:nth-child(3):after,
.new-nav-list ul li:nth-child(4):after,
.new-nav-list ul li:nth-child(5):after{
	position: absolute;
	top: 55px;
	right: 24px;
	content: '';
	width: 7px;
	height: 7px;
	border-right: 1px solid #373737;
	border-bottom: 1px solid #373737;
	transform: rotate(45deg);
}
.new-nav-list .new-list {
	display:none;
	position: absolute;
	z-index: 999999;
	left: -10%;
	top: 90px;
	background-color: #fff;
	width: 100%;
	/* margin-left: -1rem; */
	box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
	border-top: #1657a9 solid 2px;
	padding-top: 20px;
	
}

.new-nav-list .new-list dl dd a {
	display: block;
	font-size: 18px;
	color: #1657a9;
	text-align: center;
	line-height: 50px;
	margin: 0;
}
.new-nav-list .new-list dl dd:hover {
	background-color: #e5e5e5;
} 
.nav-list li .headhover{
	font-weight: bold;
    color: #1657a9;
    border-bottom: 5px solid #1657a9;
}
.ss{
	float: right;
	width: 222px;
	height: 34px;
	border-radius: 17px;
	border:1px solid #cfcfcf;
	margin-top: 40px;
	margin-right: 65px;
}
 .searchCon {
    float: left;
    width: 212px;
    height: 28px;
    border: 1px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    margin-top:48px;
    margin-left: -20px;
}
.nav-w .searchStyle{
   margin-left: -8%;
}
.btn {
    width: 28px;
    height: 28px;
    background: url(../images/ss.png) no-repeat center;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 8px;
}
.head_yd{
	display: none;
}
/*底部*/
.sub-footer .footer {
	margin-left: inherit;
}
.sub-footer .footer-copy {
	margin-left: inherit;
	margin-top: -1px;
}
.footer {
	background: #fff url("../images/footer-bg.jpg") no-repeat bottom;
	-moz-background-size: 100%;
	background-size: 100%;
	margin-left: 80px;
	border-top: 1px solid #e5e5e5;
}
/*.footer .container {
	padding: 0 150px;
}
*/
.footer .f-nav {
	padding: 82px 0;
	overflow: hidden;
}
.footer .f-nav ul {
	float: left;
}
.footer .f-nav ul li {
	float: left;
	margin-right:60px;
}
.footer .f-nav ul li h4 {
	font-size: 20px;
	color: #333;
}
.footer .f-nav ul li dl {
	margin-top: 40px;
}
.footer .f-nav ul li dl dd {
	line-height: 40px;
}
.footer .f-nav ul li dl dd a {
	display: inline-block;
	font-size: 16px;
	color: #333;
}
.footer .f-nav ul li dl dd a:hover {
	color: #d6001d;
}
.footer .f-nav .f-qrImg {
	float: right;
    width: 115px;
    text-align: right;
    margin-right: 24px;
}
.footer .f-nav .f-qrImg p {
	display: inline-block;
	margin-bottom: 15px;
}
.footer .f-nav .f-qrImg p img {
	display: inline-block;
	width: 115px;
        height:115px;
}
.footer-copy {
	height: 100px;
	background: #333;
	position: relative;
	margin-left: 80px;
}
/*.footer-copy .container {
	padding: 0 150px;
}*/
.footer-copy .container ul li {
	float: left;
	display: inline-block;
	line-height: 24px;
	padding-top: 20px;
	position: relative;
}
.sub-footer .footer-copy .container ul li a:hover{
	color: #ffea00;
}
.footer-copy .container ul li:hover dl {
	display: block;
}
.footer-copy .container ul li:last-child span {
	display: none;
}
.footer-copy .container ul li > a {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	opacity: 0.8;
}
.footer-copy .container ul li span {
	display: inline-block;
	color: #fff;
	margin: 0 28px;
	opacity: 0.8;
}
.footer-copy .container ul li dl {
	display: none;
	position: absolute;
	bottom: 44px;
	right: 0;
	width: 200px;
	max-height: 182px;
	border: 1px solid #e5e5e5;
	background: #fff;
	overflow-y: scroll;
}
.footer-copy .container ul li dl dd {
	padding: 5px 10px;
	border-bottom: 1px solid #e5e5e5;
}
.footer-copy .container ul li dl dd a {
	display: inline-block;
	font-size: 14px;
}
.footer-copy .container ul li dl dd a:hover {
	color: #d6001d;
}
.footer-copy .container p {
	line-height: 24px;
	opacity: 0.8;
	padding-top: 20px;
}
.footer-copy .container p a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.footer-copy .container p a:hover {
	color: #d6001d;
}
.footer-copy .container p span {
	display: inline-block;
	color: #fff;
	margin: 0 10px;
}
.footer-copy .container .copyRight {
	font-size: 16px;
	color: #cecdcd;
	/*opacity: 0.6;*/
	margin-top: 10px;
}
.footer-copy .container .goTop {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0px;
}
.footer-copy .container .goTop a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 160px;
	text-align: center;
	background: #1657a9 url("../images/icon-gotop.png") no-repeat center top 25px;
}
.footer-copy .container ul li > a:hover{
	
	color: #fff;
}
.fgslj,
.zgslj{
	position:relative;
}



.fgslj::after,
.zgslj::after{
	    position: absolute;
    right: -20px;
    top: 6px;
    content: '';
    width: 8px;
    height: 8px;
    transform: rotateZ(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.sy_fgslj{
        width: 1200px;
	height: 85px;
  	position: absolute;
  	bottom: 90px;
 	 background-color: #1657a9;	 
 	 right: 50px;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
}
.sy_zgslj{
	width: 1200px;
	height: 160px;
  	position: absolute;
  	bottom: 90px;
 	 background-color: #1657a9;	 
 	 right: 50px;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
}
.sy_fgslj a{
	display: inline-block;
	width: 112px;
    	text-align: left;
	float:left;
	color:#fff;
	line-height: 20px;
	padding: 10px 25px;
}
.sy_zgslj a{
	display: inline-block;
	width: 325px;
    	text-align: left;
	float:left;
	color:#fff;
	line-height: 20px;
	padding: 10px 25px;
}
.sy_fgslj a:hover,
.sy_zgslj a:hover{
	font-weight:800;
	color:#fff;
}


.footer .f-nav ul li dl dd a:hover{
    color: #1657a9;
    font-weight: bold;
}
.jj-pic{
	margin-bottom: 171px
}
.foot-yd{
	display: none;
}