@charset "UTF-8"; /**
 *
 * @authors Your Name (you@example.org)
 * @date    2020-08-28 11:10:42
 * @version $Id$
 */
@font-face {
  font-family: "ex";
  src: url("HelveticaNeueLTPro/HelveticaNeueLTPro-Ex.woff2") format("woff2"),
       url("HelveticaNeueLTPro/HelveticaNeueLTPro-Ex.woff") format("woff"),
       url("HelveticaNeueLTPro/HelveticaNeueLTPro-Ex.ttf") format("truetype"),
       url("HelveticaNeueLTPro/HelveticaNeueLTPro-Ex.eot") format("embedded-opentype"),
       url("HelveticaNeueLTPro/HelveticaNeueLTPro-Ex.svg") format("svg");
}
header.header{
	position: fixed;
	top:0;
	left: 0;
	z-index: 99;
	width: 100%;
}
header.header.on{
	background:#fff;
}
header.header div.head{
	max-width:1600px;
	margin: 0 auto;

}
header.header div.head a.logo{
	display: block;
	width: 400px;
	height: 32px;
	margin: 31px 0 0 0;
}
header.header div.head a.logo img{
	width: 100%;
}

header.header div.head a.logo img.index{
	display: block;
}
header.header div.head a.logo img.nei{
	display: none;
}
header.header div.head .meuns{
	display: none;
}
header.header div.head .menu{
	margin-left: 183px;
}
header.header div.head .menu > ul > li{
	display: inline-block;
	margin-left: 70px;
	padding: 30px 0;
	font-size:20px;
	position: relative;
}
header.header div.head .menu li a{
	font-size:20px;
}
header.header div.head .menu li>h3>a{
	color: #fff;

}
header.header div.head .menu > ul > li h3 a:hover,header.header div.head .menu > ul > li.on h3 a{
	color: #d5a645;
	font-weight:800;
}
header.header div.head .menu > ul > li h3 a:hover::after,header.header div.head .menu > ul > li.on  h3 a:after{
	content:'';
	width: 80px;
	height: 3px;
	background-color:#d5a645;
	position: absolute;
	bottom:-1px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
header.header div.head .menu > ul > li > ul{
	position: absolute;
	width: 170px;
	top:101px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	background-color:#f5f5f5;
}
header.header div.head .menu > ul > li > ul li{
	text-align: center;
	padding: 10px 0;
	background-color:#f5f5f5;
}
header.header div.head .menu > ul > li > ul li a{
	font-size:15px;
}
header.header div.head .menu > ul > li > ul li:first-child{
	padding-top: 20px;
}
header.header div.head .menu > ul > li > ul li:last-child{
	padding-bottom: 20px;
}
header.header div.head .tel{
	margin-top: 30px;
}
header.header div.head .tel span:first-child{
	font-size:15px;
	color: #666666;
	vertical-align: middle;
}
header.header div.head .tel span:last-child{
	font-size:28px;
	color: #0b4f9a;
	font-family: "ex";
	font-weight:600;
	vertical-align: middle;
}

@media screen and (max-width: 1800px) and (min-width: 1500px) {
 header.header div.head .menu {
    margin-left: 30px;
}
header.header div.head .menu > ul>li {
    margin-left: 55px;
}
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
 header.header div.head .menu {
    margin-left: 0;
}
header.header div.head .menu >ul > li {
    margin-left: 28px;
}
header.header div.head .menu >ul > li a{
    font-size: 19px;

}
}
@media screen and (max-width: 1204px) {
html,body{
 	height:100%;
}
header.header div.head{
	width: 93.6%;
	margin: 0 auto;
	padding-bottom: 10px;
}
header.header div.head div.meuns{
	display: block;
	margin-top: 30px;
	position: relative;
	width: 46px;
}
header.header div.head div.meuns > span{
	display: block;
	width: 46px;
	height: 4px;
	background-color:#0e69b5;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
	transition:all 1s;
}
header.header div.head div.meuns > span:nth-child(2){
	top:12px;
}
header.header div.head div.meuns > span:nth-child(3){
	top:24px;
}
header.header div.head div.meuns.on span:first-child{
	transform:rotate(45deg);
	top:10px;
}
header.header div.head div.meuns.on span:nth-child(2){
	width: 0;
}
header.header div.head div.meuns.on span:nth-child(3){
	transform:rotate(-45deg);
	top:10px;
}
header.header div.head .menu{
	width: 0%;
	position: absolute;
	top:87px;
	left: 0;
	background-color:#fff;
	margin-left: 0;
	overflow: hidden;
	transition:all 1s;
}
header.header div.head .menu > ul > li {
    display: block;
    margin-left: 70px;
    margin-right: 70px;
    padding: 30px 0;
    font-size: 20px;
    position: relative;
    min-width:72px;
    text-align:center;
}
header.header div.head .menu > ul > li > ul{
	position: relative;
	top:0;
	width: 100%;
}
header.header div.head .menu > ul > li > ul li{
	/* text-align: left;
	margin-left: 100px; */
}
header.header div.head .tel{
	display: none;
}

}
@media screen and (max-width: 967px) {
	header.header div.head div.meuns{
		display: block;
		margin-top: 15px;
	}
	header.header div.head a.logo{
		width: 189px;
		height: 18px;
		margin: 18px 0 0 0;
	}
	header.header div.head div.meuns span{
		display: block;
		width: 23px;
		height: 2px;
		background-color:#fff;
		margin-top: 4px;
	}
	header.header div.head div.meuns > span:nth-child(2){
		top:6px;
	}
	header.header div.head div.meuns > span:nth-child(3){
		top:12px;
	}
	header.header div.head .menu {
	    top: 50px;
	}
	header.header div.head .menu > ul > li {
	    display: block;
	    margin-left: 35px;
	    margin-right: 35px;
	    padding: 15px 0;
	    font-size: 16px;
	    position: relative;
	}
	header.header div.head .menu li a {
	    font-size: 18px;
	}
	header.header div.head .menu li>h3>a{
	    color: #333;

	}
	header.header div.head .menu > ul > li h3 a:hover::after, header.header div.head .menu > ul > li.on h3 a:after {
	    height: 1px;
	}
	header.header div.head .menu > ul > li > ul li {
	    /* text-align: left;
	    margin-left: 70px; */
	}
	header.header div.head div.meuns.on span:first-child{
		top:7px;
		background-color: #00438c;
	}
	header.header div.head div.meuns.on span:nth-child(3){
		top:7px;
		background-color: #00438c;
	}
}


footer.footer{
	background-color:#f5f5f5;
	position: relative;
	z-index: 2;
}
footer.footer .left{
	margin-bottom: 52px;
}
footer.footer .left > ul{
	overflow: hidden;
}
footer.footer .left > ul > li{
	float: left;
	width: 296px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	height: 183px;
	margin-top: 63px;
}
footer.footer .left > ul > li:first-child{
	width: 193px;
}
footer.footer .left > ul > li:last-child{
	border-right: 0;
}
footer.footer .left > ul > li > a{
	color: #333;
	font-size:18px;
	margin-left: 105px;
}
footer.footer .left > ul > li:first-child > a{
	margin-left: 0;
}
footer.footer .left > ul > li > ul{
	margin-top: 39px;
	margin-left: 105px;
}
footer.footer .left > ul > li:first-child > ul{
	margin-left: 0;
}
footer.footer .left > ul > li > ul > li{
	text-align: left;
}
footer.footer .left > ul > li > ul > li > a{
	font-size:15px;
	color: #999999;
	line-height: 30px;
}
footer.footer .left > ul > li > ul > li > a:hover{
	color: #333;
}
footer.footer .right{
	margin-top: 64px;
	text-align: center;
}
footer.footer .right .pic{
	width: 129px;
	height: 129px;
	border:1px solid rgba(0, 0, 0, 0.06);
	text-align: center;
	line-height: 129px;
	vertical-align: middle;
}
footer.footer .right .pic img{
	max-width:100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
footer.footer .right span{
	font-size:14px;
	line-height: 24px;
	color: #999999;
}
footer.footer .bottom{
	background-color:#eeeeee;
	padding: 35px 0;
}
footer.footer .bottom p{
	display: inline-block;
	font-size:14px;
	color: #999999;
}
footer.footer .bottom .bom_lta{color: #999; line-height: 42px;}
footer.footer .bottom .bom_lta a{
	font-size:14px;
	color: #999999;
}
.wsscft {
  position: relative;
  width: 230px;
  height: 40px;
  float: right;
  line-height: 40px;
  color: #31447e;
  border-radius: 4px;
  border: 1px solid #a1a4ad;
  background-color: #ffffff;
  z-index: 998;
  cursor: pointer;
}
.wsscztft {
  width: 100%;
  height: 40px;
  position:relative;
  line-height: 40px;
  padding-left:20px;
}
.wsscztft .fa-asc{ position: absolute; right: 30px; top: 5px; color:#31447e; width: 32px; height: 32px; background: url(../images/top.png) no-repeat left center;}


.wssczxlft {
  position: absolute;
  width: 230px;
  left: 0;
  top: -160px;
  background: #eeeeee;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  display: none;
  cursor: pointer;
}
.wssczxlft a {
  color: #333333;
}
.wssczxlft ul li {
  display: block;
  height: 30px;
  line-height: 30px;
}

.wssczxlft ul li:hover a {
  color: #0b4f9a;
  font-weight: bold;
}
.wsscft:hover .wssczxlft {
  display: block;
}
footer.footer .bottom_m {
	    display: none;
}




@media screen and (max-width: 1300px) and (min-width: 1025px) {
	footer.footer .left > ul > li {
	    width: 220px;
	}
}
@media screen and (max-width: 1024px){

	footer.footer .left {
	   display: none;
	}
	footer.footer .right {
	   display: none;
	}
	footer.footer .bottom {
	    display: none;
	}
	.footer .wsscft {
		display: none;
	}

	footer.footer .bottom_m {
	    display: block;
	    background-color:#eeeeee;
		padding: 35px 0 10px 0;
	}
	footer.footer .bottom_m p {
		padding-left: 10px;
  		line-height: 30px;
  		font-size: 14px;
	}


}
@media screen and (max-width: 967px){
	footer.footer .left > ul > li > a {
	    font-size: 16px;
	}
	footer.footer .bottom p {
	    font-size: 14px;
	}
}