@charset "utf-8";
* {
	box-sizing: border-box;
}
body,
ul,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: none;
  font-weight: normal;
}
ul {
  list-style: none;
}
img {
  border: none;
}
a {
  color: #000;
  text-decoration: none;
}
button {
  outline: none;
  cursor: pointer;
}
input,
button,
select,
textarea,
label {
  outline: none;
  vertical-align: middle;
}
em {
  font-style: normal;
}
input::-webkit-input-placeholder{
	color: #999999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color: #999999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color: #999999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color: #999999;
}
html {
  height: 100%;
}
body {
  font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
  position: relative;
  min-height: 100%;
  background: #fff;
  font-size: 15px;
  color: #000;
}
/* 公共样式 */
.head {
	width: 100%; min-width:1200px;
}
.head-img {width: 100%;	height:317px; background: url(../images/wangyetou.png) bottom center no-repeat #E2FDFF;}
.head-img-c {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position:relative;
}
.h-top {
	width: 100%;
	padding-top: 13px;
	font-size: 16px;
	color:#D12725;
	overflow: hidden;
}
.h-top a:hover {
	text-decoration: underline;
}
.h-top a:hover span {
	/*text-decoration: underline;*/
}
.h-top .top-l {
	float: left;
	margin-right: 52px;
}
.h-top .top-tz {
	float: left;
}
.h-top .top-tz .red-title {
	color: #E9562D;
	/* float: left; */
}
.h-top .top-tz a {
	color: #ffffff;
	margin-right: 20px;
	display: inline-block;
}
.h-top .top-tz a .new-name {
	display: inline-block;
	max-width: 225px;
	margin-right: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float: left;
}
.h-top .top-r {
	float: right;
}
.h-top .top-r a {float:left;
	display:inline-block;
	font-size: 16px;
	color: #D12725;
}
.h-top .top-r a img{float:left; margin:2px 5px 0 0;}
.h-top .top-r span{float:left; margin:0 10px 0 0; line-height:24px;}
.h-top .top-r a:hover{opacity:0.7;}

.h-bottom .logo {
	float: left;
	margin-top:72px;	    
/*	-webkit-animation: left 1s ease-in-out;
	-moz-animation: left 1s ease-in-out;
    animation: left 1s ease-in-out;*/
}
@-webkit-keyframes left {
	0% {
	opacity:0;
	transform: translateX(-940px);
}
100% {
	opacity:1;
	transform: translateX(0px);
}
}
@-moz-keyframes left {
	0% {
	opacity:0;
	transform: translateX(-940px);
}
100% {
	opacity:1;
	transform: translateX(0px);
}
}
@keyframes left {
	0% {
	opacity:0;
	transform: translateX(-940px);
}
100% {
	opacity:1;
	transform: translateX(0px);
}
}
@-webkit-keyframes right {
	0% {
	opacity:0;
	transform: translateX(940px);
}
100% {
	opacity:1;
	transform: translateX(0px);
}
}
@-moz-keyframes right {
	0% {
	opacity:0;
	transform: translateX(940px);
}
100% {
	opacity:1;
	transform: translateX(0px);
}
}
@keyframes right {
	0% {
	opacity:0;
	transform: translateX(940px);
}
100% {
	opacity:1;
	transform: translateX(0px);
}
}


.h-bottom .head-ss {
	float: right;
	margin-top:144px;
	width: 440px;
	height: 120px;
	border-radius: 4px;
	background: rgba(255,255,255,0.73);
	background: #d1eeff\9;/* ie8样式兼容 */
}
.head-ss .ss-tab {
	height: 50px;
	padding: 0 20px;
}
.head-ss .ss-tab span {
	font-size: 16px;
	color:#005294;
	cursor: pointer;
	margin-left: 30px;
	line-height: 50px;
}
.head-ss .ss-tab span.active {
	font-size: 18px;
	font-weight: 550;
	position: relative;
	color:#003C6C;
}
.head-ss .ss-tab span.active::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	display: block;
	border: 10px solid #ffffff;
	border-left-color:transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	top: 19px;
	left: calc(50% - 12px);
}
.head-ss input {
	border: none;
}
.head-ss .sousuo {
	height: 40px;
	padding: 0 20px;
}
.head-ss .sousuo input {
	width: 334px;
	height: 40px;
	line-height: 40px;
	float: left;
	font-size:16px;
	padding: 0 15px;
	border-radius: 4px 0 0 4px;
	color:#000;
}
input::-webkit-input-placeholder{
color:#000;}

.head-ss .ss-an {
	display: inline-block; 
	float: left;
	width: 66px;
	height: 40px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	background: #FF8937;
	border-radius: 0 4px 4px 0;
}
.head-ss .ss-content {
	height: 84px;
	padding: 0 25px;
}
/* .head-ss .ss-content .scbox {
	display: none;
}
.head-ss .ss-content .scbox.active {
	display: block;
} */
.head-ss .ss-content .scbox div {
	width: 90px;
	flex: 1;
	text-align: center;
	float: left;
	font-size: 12px;
	color: #005294;
	cursor: pointer;
	margin-left: 60px;
}
.head-ss .ss-content .scbox div img {
	width: 12px;
	height: 12px;
	margin-right: 8px;
	float: left;
}
.head-ss .ss-content .scbox div.mar-t15 {
	margin-top: 15px;
}
.head-ss .ss-content .scbox div.mar-t20 {
	margin-top: 20px;
}
.head-ss .ss-content .scbox div.nmar-t {
	margin-left: 0;
}
.head-blue {
	height: 60px;
	background: #0173CF;
	width: 100%;
}
.head-nav {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.head-nav div {
	height: 60px;
	line-height: 60px;
	width: 150px;
	display: flex;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 550;
	text-align: center;
	float: left;
	box-sizing: border-box; padding-left:29px;
	/* margin-left: 60px; */
}
.head-nav div.noml {
	margin-left: 0;
}

.head-nav div:hover {
	background-color: #0181E7;
}

.head-nav div.now-nav {
	background-color: #52AEFF;
}
.head-nav div img {
	width: 18px;
	height: 18px;
	margin-top: 21px;
	margin-right: 11px;
}

.nav_1{background:url(../images/1.png) no-repeat 40px 20px;}
.nav_2{background:url(../images/2.png) no-repeat 25px 20px;}
.nav_3{background:url(../images/3.png) no-repeat 25px 20px;}
.nav_4{background:url(../images/4.png) no-repeat 25px 20px;}
.nav_5{background:url(../images/5.png) no-repeat 25px 20px;}
.nav_6{background:url(../images/6.png) no-repeat 25px 20px;}
.nav_7{background:url(../images/7.png) no-repeat 25px 20px;}
.nav_8{background:url(../images/8.png) no-repeat 25px 20px;}

.nav_1.now-nav{background:url(../images/1b.png) no-repeat 40px 20px;}
.nav_2.now-nav{background:url(../images/2b.png) no-repeat 25px 20px;}
.nav_3.now-nav{background:url(../images/3b.png) no-repeat 25px 20px;}
.nav_4.now-nav{background:url(../images/4b.png) no-repeat 25px 20px;}
.nav_5.now-nav{background:url(../images/5b.png) no-repeat 25px 20px;}
.nav_6.now-nav{background:url(../images/6b.png) no-repeat 25px 20px;}
.nav_7.now-nav{background:url(../images/7b.png) no-repeat 25px 20px;}
.nav_8.now-nav{background:url(../images/8b.png) no-repeat 25px 20px;}

.footer {
	width: 100%; min-width:1200px;
	height: 185px;
	background: #3C3E4D;
}
.footer-center {
	padding-top:28px;
	width: 1200px;
	margin: 0 auto;
	font-size: 12px;
	color: #FFFFFF;
}
.footer-center div {
	width: 620px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.footer-center .footer-b {
	margin-top:16px ;
}
.main {
	width: 1200px;
	margin: 17px auto 13px;
	padding: 0 20px;
	padding-top: 17px;
	padding-bottom: 18px;
	overflow: hidden;
	background: #fbfbfb;
}

.clear{clear:both;}


/**页头口号**/
.header-kh{position:absolute; top:122px;right:0px;z-index:2; -webkit-animation: right 1s ease-in-out;-moz-animation: right 1s ease-in-out;animation: right 1s ease-in-out;}
.header-kh img{float:left;}
/**二维码**/
.index_header_ewm{width:101px;height:101px; float:left; margin:-7px 0 0 18px;}
.index_header_ewm img{width:101px;height:101px;}


.footer_link{width:1200px; margin:0 auto; padding-top:24px;}
.footer_link select{width:224px;height:28px; float:left; margin:0 3px 0 61px; background:#fff;border:1px solid #D9D9D9;border-radius:2px;}


/*渐显加载*/
.common-fadein {
	animation: common-fadein .5s
}

@keyframes common-fadein {
	0% {
		opacity: 0;
		transform: translateY(50px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

