@charset "UTF-8";



/***********************app-header *********************/
.app-header{
	height: 60px;
	background: #214c90;
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
body.nav-open .app-nav {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	height: auto;
  }
  body.nav-open .nav-toggle {
	box-shadow: none;
  }
  body.nav-open .nav-toggle:before {
	width: 3200px;
	height: 3200px;
	/* background-color: rgba(74, 117, 230, 0.85); */
	background-color: rgba(0, 0, 0, 0.8);
  }
  body.nav-open .nav-toggle .icon {
	width: 0;
  }
  body.nav-open .nav-toggle .icon:before {
	-webkit-transform: translateY(9px) rotate(45deg);
		-ms-transform: translateY(9px) rotate(45deg);
			transform: translateY(9px) rotate(45deg);
  }
  body.nav-open .nav-toggle .icon:after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
		-ms-transform: translateY(-9px) rotate(-45deg);
			transform: translateY(-9px) rotate(-45deg);
  }
  .nav-toggle {
	width: 60px;
	height: 60px;
	z-index: 2;
	border-radius: 50%;
	position: absolute;
	right: 0px;
	top: 1px;
	cursor: pointer;
	/* box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); */
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	}
  .nav-toggle:before {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	/* background-color: #4A75E6; */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
	-webkit-transition-duration: 0.66s;
			transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
			transition-timing-function: swing;
  }
  .nav-toggle .icon {
	width: 25px;
	height: 2px;
	background-color: white;
	border-radius: 2px;
	position: absolute;
	top: 28px;
	left: 15px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transiting-timing-function: swing;
	}
  .nav-toggle .icon:before,
  .nav-toggle .icon:after {
	width: 25px;
	height: 2px;
	background-color: white;
	border-radius: 2px;
	content: "";
	position: absolute;
	left: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	}
  .nav-toggle .icon:before {
	top: -9px;
  }
  .nav-toggle .icon:after {
	top: 9px;
  }
  .app-nav {
	position: absolute;
	top: 80px;
	height: 0;
	overflow: hidden;
	left: 0;
	width: 100%;
	z-index: 9;
	padding: 0 20px;
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
  }
  .app-nav ul{
	  margin-left: -10px;
	  margin-right: -10px;
	  overflow: hidden;
  }
  .app-nav ul li {
	list-style: none;
	float: left;
	width: 50%;
	padding: 0 10px;
	margin-top: 10px;
  }
  .app-nav ul li a {
	display: block;
	text-align: center;
	color: white;
	background: #214c90;
	text-decoration: none;
	border-radius: 8px;
	line-height:68px;
	font-size: 18px;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	}
  .app-nav ul:hover li a {
	opacity: 0.5;
  }
  .app-nav ul:hover li:hover a {
	opacity: 1;
  }
.app-logo{
	position: absolute;
	top: 7px;
	left: 12px;
}
.app_logo1{
		float: left;
		background: url(../images/xsf1_03.png) no-repeat left center;
		text-align: center;
		height: 45px;
		background-size: 42px 45px;
		padding-left: 51px;
		line-height: 45px;
	  
}
.app_logo1 span{
	display: block;
	font-size:20px;
	font-weight: bold;
	margin-top: 1px;
	color: #fff;

}
.app_logo1 em{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.navbar-soso{
    position: absolute;
    width: 38px;
    height: 38px;
    background: url(../images/search22.svg) no-repeat center/34px 34px;
    right: 56px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.ip-top-search{
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    display: none;
}
.ip-top-search input{
    padding: 15px 0 !important;
    width: 100%;
    border: 0;
    font-size: 16px;
    outline: none;
    background-color: transparent;
    text-indent: 11px;
}
.ip-top-search a{
    position: absolute;
    top: 0;
    line-height: 50px;
    right: 10px;
    font-size: 20px;
    color: #0069c5;
    background: transparent;
}
.ip-top-search button{
    position: absolute;
    top: 0;
    line-height: 50px;
    right: 10px;
    font-size: 18px;
    color: #0069c5;
    background: transparent;
    border:none;
    font-family: "microsoft yahei";
}

  /*********************** position *********************/

  /*头部*/
.header{position: relative; height: 249px;background-color: #fff;}
.header_con{ height: 120px; background-color: #fff;}
.header_lf{ float: left; margin-left: 22px; margin-top: 15px;}
.header_rg{ float: left; width: 69%;}
.header_mid{ float: left; margin-top: 20px; margin-left: 13px; margin-right: 27px;}

.header_rg_top{ padding-top: 10px; font-size: 14px; color: #666666;}
.header_rg_top a{ color: #666;}
.header_rg_top b{ margin: 0 6px;}
.header_rg_top .lf {float: left;}

.top-line{ height: 43px; border-bottom: 1px solid #e5e5e5;}
.top-logo{ margin: 30px auto; text-align: center;}


.header_dl{ float: right; color: #015293;}
.header_dl a{color: #015293;}
.header_dl i{ font-size: 20px;}
.header_dl li span{ margin-left: 8px; color: #666666; font-size: 12px;}

.header_rg_bot{ margin-top: 27px;}

.header_nav{ height: 54px; background-color: #015293;}
.header_nav .nav-item{float: left;}
.header_nav .nav-item li{ float: left; font-size: 16px; line-height: 54px;}
.header_nav .nav-item li.home img{display: block; margin-top: 4px;}
.header_nav .nav-item li a{position: relative; color: #fff; font-size: 18px; font-weight: bold; display: block; float: left; padding: 0 20px;text-decoration: none;}
.header_nav .nav-item li.on,.header_nav .nav-item li.on a{color: #fff; background-color: #0192d4}
.header_nav .nav-item li a::after{position: absolute; top:19px; right: 0; width: 1px; height: 16px; background-color: #2474b4; content: "";}

.header_nav .search{ float: right; margin-top: 8px; width: 240px; height: 38px; background-color: #003e6f; border-radius: 19px; display: inline-block;}
.header_nav .search .sr{display: inline-block;float: left;width: 180px;height: 22px; margin-top: 8px; margin-left: 20px; color:#fff;border-width: initial;border-style: none;border-color: initial;border-image: initial;background: none;font: 14px/22px 微软雅黑;}
.header_nav .search input::input-placeholder{ color: #6DABCE;}
.header_nav .search input::-webkit-input-placeholder{ color: #6DABCE;}
.header_nav .search input::-moz-placeholder{ color: #6DABCE;}
.header_nav .search input:-moz-placeholder{ color: #6DABCE;}
.header_nav .search input:-ms-input-placeholder{ color: #6DABCE;}
.header_nav .search .btn {display: inline-block;float: left;width:22px;height:22px;margin-top: 7px;margin-left:6px; border: none;background: url(../img/icon_search_btn.png) no-repeat center center;cursor: pointer;}


.header_ss{ float: left; width: 180px; height: 30px; line-height: 30px; border: 1px solid #ccc; border-radius: 20px; margin-top: -4px; display: none;}
.header_ssk i{ cursor: pointer; float: right; margin-left: 5px;}
.header_ssk i img{}
.header_ss input{ border: 0; background: 0; padding-left: 10px;}
.header_ssk{ float: right;}


/*尾部*/
.footer{ margin-top: 20px; border-top: 8px solid #014985; background-color: #fff;}
.footer_top{ margin: 24px auto; height: 40px; position: relative;}
.footer_top li.item{border: 1px solid #d8d8d8; line-height: 40px; float: left; margin-right: 13px; width:158px;  text-align: center; }
.footer_top li.last{margin-right: 0;}
.footer_top li.item>a{ color: #666; font-size: 14px; display: block; position: relative; background: url(../img/select.png) no-repeat 135px center;}
.footer_top li.item i{ color: #fff; position: absolute; right: 0; top: 0;}
.footer_bot{ padding-bottom:35px; overflow: hidden;}
.footer_lf{ float: left; }
.footer_lf_top{ font-size: 14px; color: #33;}
.footer_lf_top a{ font-size: 14px; color: #333;}
.footer_lf_top b{margin: 0 13px;}
.footer_lf_bot{ margin-top: 18px;}
.footer_lf_bot em{ display: block; margin-bottom: 4px; overflow: hidden;}
.footer_lf_bot em span{ float: left; font-size: 12px; color: #333; margin-right:30px;}
.footer_lf_bot em span a{/* float: left; */margin-right: 3px;color: #333;}
.footer_mid{ float: left ; margin-top: 25px;margin-right: -1px; }
.footer_mid a{ float: left; margin-right: 16px;}
.footer_mid .a2{ margin-top: 5px;}
.footer_rg{ float: right;}
.footer_rg li{ float: left; margin-left: 20px; width: 86px; }
.footer_rg li i{ display: block;}
.footer_rg li i img{ display: block; margin: 0 auto;}
.footer_rg li span{ display: block; text-align: center; font-size: 14px; color: #333; margin-top: 5px;}

.wzdh{
	display: none;
	 width: 1200px;  
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #dae2e8;
    background: #fff;
    z-index: 100;
    bottom: 100%;
}
.wzdh ul{ padding: 13px 18px;}
.wzdh li{
	    width: 16.6%;
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    vertical-align: top;
}
.wzdh li a{
	    display: block;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    padding-left: 6px;
}
.wzdh li:hover a{ color: #015293;}
.footer_top li:hover .wzdh{ display: block;}

.clearfix:before, .clearfix:after { 
	content:"";
	display:table;  
 }
.clearfix:after {
	clear:both;
 }
.clearfix {
	*zoom:1;
 }
.wrap{
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width:1199px){
    .wrap{width: auto;}
    .main{margin: 80px 15px 0;}
    .header{display: none;}
    .app-header{display: block;}
    .logo{height: auto;background-size: 42px 45px;padding-left: 51px;}
    .logo span{font-size: 20px;}
    .logo em{font-size: 12px;}
    .footer_bot{padding-bottom: 13px;padding-left: 20px;padding-right: 20px;}
    .footer_mid{margin-right: 0;float: none;width: 100%;overflow: hidden;display: inline-block;}
    .footer_lf{float: none;display: inline-block;width: 100%;}
    .footer_rg{float: none;display:none;}
    .footer_lf_top{display: none;}
    .footer_lf_bot{margin-top: 7px;}
    .footer_top{display: none;}
}
