@charset "utf-8";
.footerContact p{color:#e8d3d3; font-size:14px; margin-bottom:6px;}
body,html{ min-width: 1200px; overflow-x: hidden; }
*{ margin:0; padding:0; -moz-box-sizing: border-box;   -webkit-box-sizing: border-box;   -o-box-sizing: border-box;    -ms-box-sizing: border-box;
	box-sizing: border-box;  }
body,p,h1,h2,h3,h4,table,ul,li,form,input{ margin:0; padding:0; color:#000; font-family:"宋体"; }

body,p{ font-size:14px; border:none; color: #000;}
a{  color:#000; text-decoration:none; border:none; padding:0; margin:0;}
table{border-collapse:collapse;}
img{ border:0; margin:0; padding:0;}
ul,li{ list-style:none; border:0; margin:0; padding:0;}
dl,dt,dd{ margin:0; padding:0; -webkit-margin-start:0;}
h1,h2,h3,h4,h5{ font-weight:normal; font-size:12px; display:block;}
table,tr,td{ border-spacing:0;}
em,i,b{ font-style:normal;}
p{ line-height: 170%; color: #555; font-size: 22px;}
input{ border: none; background: none; }
figcaption{ display: block;}
input:focus{ outline: none; }
::-webkit-input-placeholder {font-size:14px; color: #dfdfdf; }
::-ms-input-placeholder {font-size:14px;color: #dfdfdf; }
.fl{float:left;}
.fr{float:right;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table; line-height:0; content:"";}
.clearfix:after{clear:both;}
.inner { width:1200px;}
/*导航*/
.barwrap{ padding: 0 40px;  height: 100px; position: fixed; top: 0; left: 0; right: 0; z-index: 333; display: flex; display: -ms-flexbox;
	display: -moz-flex; display: -ms-flexbox; display: -moz-flex; display: -ms-flexbox; border-bottom: 1px solid rgba(255,255,255,0.3); align-items: center; }
.barwrap .logo{ display: block; margin-top: auto; }
.navbar{ display: flex; display: -ms-flexbox; display: -moz-flex; display: -ms-flexbox; display: -moz-flex; display: -ms-flexbox; justify-content: center; flex: 2; justify-content: flex-end;font-weight:700;}
.navbar li{ padding: 0 15px; line-height: 100px;}
.navbar li a{ color: #fff; font-size: 16px; transition: all 0.6s;  position: relative; display: block; min-width:65px;}
.navbar li a b{ position: absolute; left: 0; right:0; bottom: 0; height: 2px; background: #0b2b75; display: block; z-index: 33; width: 0;
	transition: all 0.6s; width:100%; transform: scale(0);}
.navbar li:hover a b,.navbar li.on a b{ transform: scale(1);}
.navbar li:hover a,.navbar li.on a{ color: yellow;}
.barwrap  .div2{ display: flex; display: -ms-flexbox; display: -moz-flex; display: -ms-flexbox; display: -moz-flex;
	display: -ms-flexbox; align-items: center; border-left: 1px solid #636B74; padding-left: 30px; }
.barwrap .div2 h3{ font-size: 20px; color: #000;}
.barwrap .div2 h3 img{ display: inline-block; margin-right: 20px; vertical-align: middle;}
.barwrap .div2 strong{ display: block; font-size: 16px; color: #fff;  padding-bottom: 10px; line-height: 1;}
.barwrap .div2 b{ display: block; font-size: 22px; color: #d7a449; font-family:'宋体'; line-height: 1;}
.barwrap.on{ animation-name: down; animation-duration: 1s; background: url("./images/top-bg.png"); border-bottom: none;}
.barwrap.on .div2 b{ color: #fff;}
.barwrap.on .div2{ border-left: 1px solid #e8b861;}
.barwrap.on .navbar li:hover a,.barwrap.on .navbar li.on a { color: yellow;}
.barwrap.on .navbar li a b,.barwrap.on .navbar li.on a b{ background: #252733;}
/*banner滚动*/
.banner { position:relative; overflow:hidden; width: 100%;}
.banner .bannerfix >li { height: 100%; line-height: 0; opacity:0; transition:opacity 1000ms linear;
	-webkit-transition:opacity 1000ms linear; float:left; position: relative;}
.banner .bannerfix >li.imgIn{ opacity:1; z-index:10; display:block;}
.banner .flex-control-nav{ width:100%; height:20px; position:absolute; left:0; bottom:50px; text-align:center; z-index:2;}
.banner .flex-control-nav li{ display:inline-block; position:relative; margin-right:35px; width:5px; height:20px;}
.banner .flex-control-nav li:last-child{ margin-right:0;}
.banner .flex-control-nav li span{
	display:block; text-indent:999px; overflow:hidden; width:8px; height:8px; position:absolute; background:#fff; transition:320ms; left:0; top:6px;
	position: fixed;
	top: 50%;
	right: 2%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1000;
	transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6);
	transition: opacity 0.5s, transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6);
	transition: opacity 0.5s, transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6), -webkit-transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6);
	will-change: transform, opacity;
	position: absolute;
	left: 0;
	width: 1rem;
	height: 1rem;
	border: 0.1rem solid #fff;
	border-left: none;
	border-bottom: none;
	cursor: pointer;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: border-color 0.3s;
	position: relative;
	overflow: hidden;
	width: 0.75rem;
	height: 0.75rem;
	margin-bottom: 0.5rem;
	border: 0.12rem solid #fff;
	border-radius: 50%;
	cursor: pointer;
	transition: border-color, -webkit-transform 0.3s;
	transition: border-color, transform 0.3s;
	transition: border-color, transform 0.3s, -webkit-transform 0.3s;
	will-change: border-color, transform;
	margin: 2px;

}
.banner .flex-control-nav li a.flex-active span{ background:#0b2b75;}
/*动画*/

@-webkit-keyframes criss-cross-left {
	0% {
		left:-20px
	}
	50% {
		left:50%;
		width:20px;
		height:20px
	}
	100% {
		left:50%;
		width:375px;
		height:375px
	}
}
@keyframes criss-cross-left {
	0% {
		left:-20px
	}
	50% {
		left:50%;
		width:20px;
		height:20px
	}
	100% {
		left:50%;
		width:375px;
		height:375px
	}
}
@-webkit-keyframes criss-cross-right {
	0% {
		right:-20px
	}
	50% {
		right:50%;
		width:20px;
		height:20px
	}
	100% {
		right:50%;
		width:375px;
		height:375px
	}
}
@keyframes criss-cross-right {
	0% {
		right:-20px
	}
	50% {
		right:50%;
		width:20px;
		height:20px
	}
	100% {
		right:50%;
		width:375px;
		height:375px
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		-ms-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}


@-webkit-keyframes load1 {
	0%, 80%, 100% {
		width: 13px;
	}
	40% {
		width: 60px;
	}

}
@keyframes down{
	from{transform: translateY(-100%); opacity: 0;}
	to{transform: none; opacity: 1;}
}
.navbar {
	display: flex;
	flex-wrap:nowrap;
	flex-flow: row nowrap;
	justify-content: space-around;
	word-break: keep-all;
	white-space: nowrap;
}

.head-nav-con {
	width: 100%;
	height: 100px;
	margin: auto;
	box-shadow: inset 0px 250px 120px -240px #000;
}

.head-nav-con ul li:hover {
}
.head-nav-con ul a {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 100px;
}
.head-nav-con ul .drop-down .drop-down-content a {
	line-height: 60px;
	color: white;
}
.head-nav-con .drop-down {
	position: relative;
}
.head-nav-con .drop-down-content {
	padding: 0;
	display: none;
	position: absolute;
	left: -25%;
	z-index: 1;
	background: rgba(24,60,145,0.4);
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.head-nav-con .drop-down-content li:hover>a {
	color: white;
        line-weight:65px;
}
.head-nav-con .drop-down-content li>a {
	color: rgb(24,60,145);
}
.head-nav-con .drop-down-content li:hover {
	background: rgb(47 79 154 / 40%);
	color: white;
}
.head-nav-con .drop-down:hover .drop-down-content {
	display: block;
}
.head-nav-con .drop-down-2 {
	position: relative;
}
.head-nav-con .drop-down-content-2 {
	padding: 0;
	display: none;
	position: absolute;
	z-index: 1;
	background: rgba(24,60,145,0.4);
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	top: 0;
}
.head-nav-con .drop-down-content-2>li {
	float: none;
	color: white;
}
.head-nav-con .drop-down-content-2 li:hover a {
}
.head-nav-con .drop-down-2:hover .drop-down-content-2 {
	display: block;
}
.head-nav-con .navbar li .drop-down-content .drop-down-content-2 {
	right: -100%;
}
.on {
	box-shadow: 0 0px 0px #ccc;
}
.on .navbar li ul li a  {
	color:white!important;
}
.on .navbar li ul li:hover>a  {
}
.on .navbar li ul li  {
	background: rgba(24,60,145,0.8);
}
.on .navbar li ul li:hover {
	background: rgba(24,60,145,1);
}
.navbar .drop-down .drop-down-content li {
	width:150px

}
.head-nav-con ul .drop-down .drop-down-content a {
            line-height: 60px;
            color: white;
        }
@media screen and (min-width:900px) and (max-width:1300px){
	.navbar li {
		width: 85px;
	}
}