* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body{
	margin: 0;
	font-family: "Helvetica Neue","microsoft yahei",Helvetica,Arial,sans-serif;
    font-size: 16px;
	color: #333;
	/* background:#f2f2f2 url(../images/bg.jpg) no-repeat center fixed;*/
}

.main{background-color: #f4f5f9; padding-bottom:20px;}
input,textarea,select
{
	font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	outline:none;
	padding:0;
	border-radius: 0;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6,i,em,strong{
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-style: normal;
	font-size: 100%;
}
table{
	border-collapse:collapse;
}
img{
	border:none;
	max-width: 100%;
}
dl,dd,dt,p{
	padding: 0;
	margin: 0;
}
a,a:link {
	text-decoration: none;
	color:#333;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style-type:none;
}
.fl {
	float: left;
}
.fr{
	float: right;
}
.clearfix:before, .clearfix:after { 
	content:"";
	display:table;  
 }
.clearfix:after {
	clear:both;
 }
.clearfix {
	*zoom:1;
 }
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.slh{
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-ul li{
	line-height: 18px;
	height: 18px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 14px;
	transition: all .2s;
}
.list-ul li:before{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #dcdcdc;
	left: 0;
	top: 6px;
}
.list-ul li a{
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.list-ul li:hover a{
	color: rgba(255, 255, 255, 0.6);
}
.list-ul li span{
	float: right;
	font-size: 14px;
	color: #fff;
}
.list-ul li:hover span{
	color: rgba(255, 255, 255, 0.6);
}
.mtop10{
	margin-top: 10px;
}
.mtop20{
	margin-top: 20px;
}
.mbot20{
	margin-bottom: 20px;
}


/* header */
.header{
    height: 128px;
    background: rgba(16, 86, 138, .85);
}
.logo{
    float: left;
    margin-top: 15px;
}
.topr{
    float: right;
    margin-top: 29px;
}
.topr1{
    font-size: 14px;
    overflow: hidden;    height: 20px;

}
.topr1 a{
    color: #fff;
    float: left;
    padding: 0 10px;
    position: relative;
    line-height: 12px;
}
.topr1 a:before{
    content: "";
    position: absolute;
    right: -1px;
    width: 2px;
    height: 12px;
    background: #fff;
    top: 0;
}
.topr1 a:hover{
    text-shadow: 0 0 5px #ccc;
}
.topr1 a:last-child::before{
    display: none;
}
.topr2{
    width: 425px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    margin-top: 10px;
    overflow: hidden;
}
.topr2 i{
    float: right;
    width: 60px;
    height: 36px;
    background: #69bf14 url(../images/zyf1_03.png) no-repeat center 6px;
    border-radius: 18px;
    margin-right: 2px;
    margin-top: 2px;
    cursor: pointer;
}
.topr2 input{
    width: 339px;
    float: left;
    margin-left: 16px;
    height: 100%;
    border: none;
}
.topr2 input::-webkit-input-placeholder{
    color: #666;
}

/* footer */

.footer .lis{
    float: left;
}

.footer .lis:nth-of-type(2){
    margin-left: 30px;
}
.footer .lis:nth-of-type(4){
    float: right;
}
.foot-nav{
    margin-top: 1px;
}
.foot-nav a{
    color: #fff;
}
.foot-nav a:hover{
    text-decoration: underline;
}
.foot-nav span{
    margin: 0 8px;
    color: #fff;
}
.footer .fp{
    color: #fff;
    margin-top: 6px;
}
.footer .fp a{
    color: #fff;
}
.foot3{
    overflow: hidden;
    margin-top: 19px;
}
.foot3 a{
    float: left;
    /*margin-left: 13px;*/
}

/*APP-head*/
.app-header{
	height: 60px;
	background: #10568a;
	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: #10568a;
	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(../img/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:18px;
	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;
    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";
}

.app-logo img{ display: block; width: 50%;}
.head_dl{ position: absolute;  top: 14px;  right: 100px;}
.head_dl a{display: block;}

/*index-bg*/
.box_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    zoom: 1;
    background-color: #fff;
    background: #f2f2f2;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.head_nav{  height: 60px; background: #006eab; }
.head_nav ul{ float: left;}
.head_nav ul li{display: inline-block; }
.head_nav ul li a{ line-height: 60px; display: inline-block; color: #fff; font-size: 18px; font-weight: bold; margin-right: 15px; transition: .2s; padding: 0 30px; position: relative;}
.head_nav ul .on a{ background: #0a81c3;}
.head_nav ul .on a i{display: block;}
.head_nav ul .on a em{display: block;}
.head_nav ul li:last-child a{margin-right: 0;}
.head_nav ul li a:hover{ background: #0a81c3;}
.head_nav ul li a:hover i{display: block;}
.head_nav ul li a:hover em{display: block;}
.head_nav_rg{float: right; margin-right: 28px; margin-top: 12px; display:none;}
.head_nav_rg a{display: inline-block; width: 100px; height: 35px; line-height: 35px; border-radius: 3px; background: #69bf14; margin-left: 13px;}
.head_nav_rg a i{ float: left; margin-top: 8px; margin-left: 20px;}
.head_nav_rg a i img{display: block;}
.head_nav_rg a span{ color: #fff; margin-left: 10px; font-size: 16px; line-height: 35px;}
.head_nav ul li a i{position: absolute; background: url(../images/head_nav_i.png) no-repeat; width: 16px; height: 13px; left: 50%; margin-left: -8px; bottom: -3px; z-index: 1; display: none;}
.head_nav ul li a em{position: absolute; width: 84px; height: 50px; border-radius: 50%; background: #0a81c3; left: 50%; z-index: -1; bottom: -11px; margin-left: -42px; display: none;}
.header2{height: 200px; background: url(../images/header2.png) center no-repeat;}
.header2 .logo{margin-top: 47px;}
.header2 .topr{margin-top: 66px;}

/* position */
.ss_mian{ width: 1200px; margin: 0 auto;}
.ss_nav{  background:url(../images/zy_nav.png) #fff no-repeat 20px; padding:18px 20px 18px 50px; font-size: 14px;}
.ss_nav b{ font-weight: inherit;}


.htfy1{text-align:center;}

/**/
.wzlj{margin-bottom:15px;}
.wzlj_con li {
    float: left;
    width: 230px;
    height: 40px;
    border: 1px solid #ffffff;
    margin-right: 12px;
    cursor: pointer;
    position: relative;
}
.wzlj_con li h2 {
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    position: relative;
    text-indent: 15px;
}
.wzlj_con li h2 i {
    position: absolute;
    border: 5px solid transparent;
    right: 11px;
    top: 18px;
    border-top-color: #fff;
}
.wzlj_box {
    display: none;
    position: absolute;
    max-height: 220px;
    width: 100%;
    bottom: 100%;
    left: 0;
    border: 1px solid #ebebeb;
    overflow-y: auto;
    padding: 5px;
    background: #fff;
    z-index: 10;
}
.wzlj_box a {
    display: block;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 8px;
    line-height: 25px;
}
.wzlj_box a:hover {
    color: #214c90;
}
.wzlj_con li:hover .wzlj_box {
    display: block;
}
.wzlj_con li:last-child {
    margin-right: 0;
}



/*资水之阳*/
.ss-ewcc{
    position: absolute;
    left: -160px;
    top: 0;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .4); */
    display: none;
}
.ewcc{
    width: 150px;
    height: 150px;
    padding: 10px;
    background: #fff;
    border-radius:8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
.aside li:hover .ss-ewcc{display:block;}


.nav-box{
	margin-top: 20px;
	padding: 21px 0;
	background-color: rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
}
.nav-box ul{
	display: inline-block;
}
.nav-box ul li{
	display: inline-block;
	margin-right: 57px;
}
.nav-box ul li:nth-of-type(1){
	margin-left: 20px;
}
.nav-box ul li a{
	font-size: 18px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.6);
}
.nav-box ul li.active a{
	font-size: 21px;
	color: rgba(255, 255, 255, 1);
}
.nav-box ul li a:hover{
	color: rgba(255, 255, 255, 1);
}
.search{
	margin: 34px auto 0;
	width: 520px;
	border-radius: 30px;
	padding: 6px;
	background-color: rgba(255, 255, 255, .6);;
}
.sea-text{
	float: left;
	height: 52px;
	width: calc(100% - 84px);
	border: none;
	background-color: transparent;
	padding: 0 10px;
}
.sea-text::-webkit-input-placeholder{
	color: #666;
}
.sea-btn{
	width: 84px;
	height: 52px;
	border-radius: 26px;
	background-color: #69bf14;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/zyf32_03.png);
	border: none;
	float: left;
	cursor: pointer;
}
.sea-btn:hover{
	filter: brightness(0.9);
}
/* footer */
.links{
    padding: 15px 0;
    background-color: #e4eaef;
}
.links li{
    float: left;
    width: calc((100% - 48px)/5);
    margin-right: 12px;
    background-color: #fff;
    padding: 0 12px;
    position: relative;
    cursor: pointer;
}
.links li:last-child{
    margin-right: 0;
}
.links-hide{
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    padding-bottom: 10px;
}
.links li h2{
    line-height: 42px;
    position: relative;
}
.links li h2:before{
    content: "";
    width: 17px;
    height: 9px;
    background: url(../images/zyf40_03.png) no-repeat;
    position: absolute;
    top: 17px;
    right: 0;
    transition: .2s;
}
.hide-c{
    background-color: #fff;
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 0 24px rgba(3, 53, 96, .1);
}
.hide-c a{
    display: block;
    line-height: 30px;
    color: #666;
}
.links li:hover .links-hide{
    display: block;
}
.links li h2:hover{
    opacity: 0.6;
}
.links li h2:hover:before{
    transform: rotate(180deg);
}
.hide-c a:hover{
    color: #3a90df;
}
.footer-nav{
    background-color: #459ceb;
}
.footer-n1{
    padding: 30px 0;
}
.footer-n2{
    padding: 24px 0;
    background-color: #3a90df;
}
.footer-n1 li{
    margin-right: 10px;
    height: 120px;
    background-color: #5aacf6;
    padding: 18px 7px;
    float: left;
}
.footer-n1 li:last-child{
    margin-right: 0;
}
.footer-n1 li span{
    display: block;
    color: rgba(255, 255, 255, .6);
}
.footer-n1 li em{
    color: rgba(255, 255, 255, .6);
}
.footer-n1 li:nth-of-type(4){
    /* width: 347px; */
}
.footer-n1 li p{
    overflow: hidden;
    line-height: 24px;
}
.footer-n1 li p span{
    float: left;
}
.footer-n1 li p em{
    float: left;
}
.lit{
    line-height: 84px;
}
.lit img{
    vertical-align: middle;
}
.footer-n2{
    text-align: center;
    color: rgba(255, 255, 255, .6);
}
.foo-d1{
	float: left;
	margin: 0 14.7px;
	text-align: center;
}
.foo-d1 img{
	width: 87%;
	margin-bottom: 5px;
}
.footer-n1 li:last-child img{
	margin:0 5px;
}

.footer-n1 li:nth-of-type(3) img{
	margin:0 5px;
}

.footer-n2 a{
    color: rgba(255, 255, 255, .6)!important;
}


/* erj */
.erj-header {
	height: 260px;
	background: url(../images/ef2_01.jpg) no-repeat center 0;
}

.erjtop-l {
	float: left;
	margin-top: 34px;
}

.erjtop-r {
	float: right;
	margin-top: 46px;
}

.erjr-1 {
	font-size: 14px;
	color: #fff;
}

.erjr-1 a {
	color: #fff!important;
}

.erjr-1 a:first-child {
	margin-left: 13px;
}

.erjr-1 a:hover {
	opacity: 0.8;
}

.erjr-1 span {
	margin: 0 10px;
}

.erjr-2 {
	margin-top: 15px;
}

.erjr-2 .search {
	width: 436px;
	margin-top: 0;
}

.erjr-2 .search .sea-text {
	height: 42px;
	width: calc(100% - 71px);
}

.erjr-2 .search .sea-btn {
	height: 42px;
	background-size: 28px 28px;
	width: 71px;
}

.erj-header .nav-box {
	margin-top: 47px;
}


/*APP-head*/
.app-header {
	height: 60px;
	/* background: #10568a; */
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background-image: linear-gradient(-45deg,#3394d2, #2fb0c4);
}

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;
	transition-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: #319ecc; */
	text-decoration: none;
	border-radius: 8px;
	line-height: 68px;
	font-size: 18px;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	background-image: linear-gradient(-45deg, #3394d2, #2fb0c4);
}

.app-nav ul:hover li a {
	opacity: 0.5;
}

.app-nav ul:hover li:hover a {
	opacity: 1;
}

.app-logo {
	position: absolute;
	top: 3px;
	left: 12px;
}

.app_logo1 {
	float: left;
	background: url(../img/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: 18px;
	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;
	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: #319ecc;
	background: transparent;
	border: none;
	font-family: "microsoft yahei";
}

.app-logo img {
	display: block;
	width: 56%;
}

.head_dl {
	position: absolute;
	top: 14px;
	right: 100px;
}

.head_dl a {
	display: block;
}



/* siderbar */
.siderbar{
    width: 96px;
    background-color: #459ceb;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: 628px;
    border-radius: 48px 48px 6px 6px;
    padding: 0 11px 38px;
}
.siderbar p{
    margin-top: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.siderbar ul{
    margin-top: 17px;
}
.siderbar li{
    margin-top: 12px;
    text-align: center;
    position: relative;
}
.siderbar li>a{
    display: block;
    height: 100%;
    padding-top: 16px;
    color: #fff;
    font-size: 14px;
    height: 74px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
}
.siderbar li>a:hover{
    background-color: rgba(255, 255, 255, .8);
    color: #3a90df;
}
.home-top{
    position: absolute;
    width: 58px;
    height: 58px;
    background: url(../images/zyf24_03.png) no-repeat;
    bottom: -27px;
    left: 20px;
    display: none;
    cursor: pointer;
}
.home-top:hover{
   filter: brightness(1.2);
}
.ewm{
    position: absolute;
    left: -160px;
    top: -29px;
    display: none;
    transition: .2s linear;
}
.ewmcc{
    width: 150px;
    height: 150px;
    padding: 5px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}
.siderbar li:nth-of-type(3):hover .ewm{
    display: block;
}

.siderbar li:nth-of-type(1):hover .ewm{display: block;}
.siderbar li:nth-of-type(4):hover .ewm{display: block;}

.head-slh-btn a{background-image: linear-gradient(90deg, #F7B218 0%, #EC930A 100%);border-radius: 5px;padding: 10px 15px;line-height: 24px;display: block;color: #fff !important;top: -15px;position: relative;font-size: 16px;font-weight: bold;}

.slfdys{position: absolute;
    right: 10%;
    top: 15%;
    z-index: 99999;}

.slfdys a{ padding:15px 20px;font-size: 18px;font-weight: bold;}

.slfdys1{position: absolute;
    right: 20%;
    top: 5%;
    z-index: 99999;}

.slfdys1 a{ padding:15px 20px;font-size: 18px;font-weight: bold;}