﻿
.nav {
	margin-left:0;
	margin-bottom:20px;
	list-style:none
}
.nav i {
	display:inline-block;
	vertical-align:text-bottom
}
.nav>li>a {
	display:block
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration:none;
	background-color:#eee
}
.nav>li>a>img {
	max-width:none
}
.nav>.pull-right {
	float:right
}
.nav-header {
	display:block;
	padding:3px 15px;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	color:#999;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform:uppercase
}
.nav li+.nav-header {
	margin-top:9px
}

.nav>.disabled>a {
	color:#999
}
.nav>.disabled>a:hover, .nav>.disabled>a:focus {
	text-decoration:none;
	background-color:transparent;
	cursor:default
}
.navbar {
	height:56px;
	background-color:#0d488d;
*z-index:2;
*zoom:1;
	/*opacity:.9;*/
	clear:both
}
.navbar:before, .navbar:after {
	display:table;
	content:"";
	line-height:0
}
.navbar:after {
	clear:both
}
#header {
	background:#1abc9c;
	position:relative
}
.container-inner {
	max-width:1226px;
	width:100%;
	margin:0 auto;
	text-align:center;
	position:relative;
}
.navbar .nav {
	position:relative;
	left:0;
	display:block;
	margin:0 auto;
	font-size:16px;
	max-width:1200px;
}
.navbar .nav.pull-right {
	float:right;
	margin-right:0
}
.navbar .nav>li {
	position:relative;
	float:left;
	margin-right:1px;
	display:block;
	min-width:60px;
	width:auto;
}
.navbar .nav li a {
	padding: 18px 28px;
    color: #fff;
    font-size: 18px;
}
.navbar .nav li .a {
	padding: 18px 28px 15px 28px;
    color: #fff;
    font-size: 18px;
    border-bottom: 3px solid #0d488d;;
}
.navbar .nav .dropdown-toggle .caret {
	margin-top:8px
}
.navbar .nav li a:focus, .navbar .nav li a:hover,.navbar .nav li a:active{
	/*background-color:#ffffff;*/
	color:#0d488d;
}
.navbar .nav .active a, .navbar .nav .active a:hover, .navbar .nav .active a:focus {
	color:#fff;
	background-color:#178e3c;
}
.navbar .nav li.current-menu-item a, .navbar .nav li.current-menu-parent a, .navbar .nav li.current_page_item a, .navbar .nav li.current-post-ancestor a {
	color:#fff;
	position:relative;
	z-index:2
}
.navbar .nav li:hover>ul {
	display:block
}
.navbar .nav>li>ul>li>ul {
	padding-bottom:10px;
	text-align:left;
	position:absolute;
	left:100%;
	min-width:120px;
	z-index:10;
	display:none;
	font-size:12px
}
.navbar .nav>li>ul>li {
	float:none;
	margin:0;
	position:relative;
	background-color: rgba(255,255,255,0.9);
}
.navbar .nav>li>ul>li>a, .navbar .nav>li>ul>li>ul>li>a {
	float:none;
	display:block;
    *min-width:100px;
	line-height:30px;
	padding:5px 10px 5px;
	color:#333333;
	margin: 0px 10px;
	border-bottom: 1px solid #b7b7b7;
	font-size: 16px;
	
	
}
.sub-menu li:last-child  a{
	border:none !important;	
}

.navbar .nav>li>ul>li>a:hover, .navbar .nav li li.current-menu-item a {
	color:#0d488d;
}
/*.navbar .nav li li a:hover, .navbar .nav li li.current-menu-item a {
	background-color:#FFFFFF;
}*/
/*.navbar .nav li:hover a, .navbar .nav li.current-menu-item a, .navbar .nav li.current-menu-parent a, .navbar .nav li.current_page_item a, .navbar .nav li.current-post-ancestor a {
	background-color:#FFFFFF;
	
}*/
.navbar .nav li:hover .a{
	color: #0d488d;
	background-color: #FFFFFF;
	border-bottom: 3px solid #0d488d;
}
.navbar .nav li.active .a{
	color: #0d488d;
	background-color: #FFFFFF;
	border-bottom: 3px solid #0d488d;
}
.sub-menu {
	min-width:162px;
	left:0;
	max-height:0;
	position:absolute;
	top:100%;
	z-index:0;
	-webkit-perspective:400px;
	-moz-perspective:400px;
	-ms-perspective:400px;
	-o-perspective:400px;
	perspective:400px
}
.sub-menu li {
	opacity:0;
	-webkit-transform:rotateY(90deg);
	-moz-transform:rotateY(90deg);
	-ms-transform:rotateY(90deg);
	-o-transform:rotateY(90deg);
	ransform:rotateY(90deg);
-webkit-transition:opacity .4s, -webkit-transform .5s;
-moz-transition:opacity .4s, -moz-transform .5s;
-ms-transition:opacity .4s, -ms-transform .5s;
-o-transition:opacity .4s, -o-transform .5s;
transition:opacity .4s, transform .5s
}
.nav>li:hover .sub-menu, .nav>li:focus .sub-menu {
	max-height:1000px;
	z-index:10
}
.nav>li:hover .sub-menu li, .nav>li:focus .sub-menu li {
	opacity:1;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none
}
.nav li:hover .sub-menu li:nth-child(1) {
-webkit-transition-delay:0;
-moz-transition-delay:0;
-ms-transition-delay:0;
-o-transition-delay:0;
transition-delay:0
}
.nav li:hover .sub-menu li:nth-child(2) {
-webkit-transition-delay:50ms;
-moz-transition-delay:50ms;
-ms-transition-delay:50ms;
-o-transition-delay:50ms;
transition-delay:50ms
}
.nav li:hover .sub-menu li:nth-child(3) {
-webkit-transition-delay:100ms;
-moz-transition-delay:100ms;
-ms-transition-delay:100ms;
-o-transition-delay:100ms;
transition-delay:100ms
}
.nav li:hover .sub-menu li:nth-child(4) {
-webkit-transition-delay:150ms;
-moz-transition-delay:150ms;
-ms-transition-delay:150ms;
-o-transition-delay:150ms;
transition-delay:150ms
}
.nav li:hover .sub-menu li:nth-child(5) {
-webkit-transition-delay:200ms;
-moz-transition-delay:200ms;
-ms-transition-delay:200ms;
-o-transition-delay:200ms;
transition-delay:200ms
}
.nav li:hover .sub-menu li:nth-child(6) {
-webkit-transition-delay:250ms;
-moz-transition-delay:250ms;
-ms-transition-delay:250ms;
-o-transition-delay:250ms;
transition-delay:250ms
}
.nav li:hover .sub-menu li:nth-child(7) {
-webkit-transition-delay:300ms;
-moz-transition-delay:300ms;
-ms-transition-delay:300ms;
-o-transition-delay:300ms;
transition-delay:300ms
}
.nav li:hover .sub-menu li:nth-child(8) {
-webkit-transition-delay:350ms;
-moz-transition-delay:350ms;
-ms-transition-delay:350ms;
-o-transition-delay:350ms;
transition-delay:350ms
}
.sub-menu li:nth-child(1) {
-webkit-transition-delay:350ms;
-moz-transition-delay:350ms;
-ms-transition-delay:350ms;
-o-transition-delay:350ms;
transition-delay:350ms
}
.sub-menu li:nth-child(2) {
-webkit-transition-delay:300ms;
-moz-transition-delay:300ms;
-ms-transition-delay:300ms;
-o-transition-delay:300ms;
transition-delay:300ms
}
.sub-menu li:nth-child(3) {
-webkit-transition-delay:250ms;
-moz-transition-delay:250ms;
-ms-transition-delay:250ms;
-o-transition-delay:250ms;
transition-delay:250ms
}
.sub-menu li:nth-child(4) {
-webkit-transition-delay:200ms;
-moz-transition-delay:200ms;
-ms-transition-delay:200ms;
-o-transition-delay:200ms;
transition-delay:200ms
}
.sub-menu li:nth-child(5) {
-webkit-transition-delay:150ms;
-moz-transition-delay:150ms;
-ms-transition-delay:150ms;
-o-transition-delay:150ms;
transition-delay:150ms
}
.sub-menu li:nth-child(6) {
-webkit-transition-delay:100ms;
-moz-transition-delay:100ms;
-ms-transition-delay:100ms;
-o-transition-delay:100ms;
transition-delay:100ms
}
.sub-menu li:nth-child(7) {
-webkit-transition-delay:50ms;
-moz-transition-delay:50ms;
-ms-transition-delay:50ms;
-o-transition-delay:50ms;
transition-delay:50ms
}
.sub-menu li:nth-child(8) {
-webkit-transition-delay:0;
-moz-transition-delay:0;
-ms-transition-delay:0;
-o-transition-delay:0;
transition-delay:0
}
.navbar .btn-navbar {
	display:none;
	float:right;
	padding:5px 8px 6px;
	margin-left:5px;
	margin-right:5px;
	margin-top:11px;
	background-color:#178e3c;
}
.head .head_logo {
	height: 150px;
	width: 1198px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	box-shadow:0 1px 1px #ddd;
}
.head .head_l {
	height: 141px;
	width: 100%;
	background-color: rgb(4,51,105)!important;
	background-repeat: no-repeat;
}
.head .head_l .logo_w {
	height: 141px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.head .head_l .logo_w .logo_zl {
	height: 141px;
	width: 500px;
	float: left;
	/*overflow: hidden;*/
}
.head .head_l .logo_w .logo_zl img{
	width: 290px;
	margin-top: 10px;
}
.head .head_l .logo_w .logo_zl a {
	margin-left: 80px;
	height: 112px;
	width: 500px;
	margin-top: 10px;
	display: block;
	/*text-indent: -9999px;*/
	/*background-image: url(../images/logo.png);*/
	/*background-repeat: no-repeat;*/
}
.head .head_l .logo_w .logo_zl a img {
	height: 80px;
	width: 80px;
	vertical-align: middle;
	margin-top:-40px;
	/*margin-left: 80px;*/
}
.head .head_l .logo_w .logo_zl a .logo_text{
	color:#ffffff;
	display: inline-block;
	margin-top: 20px;
	margin-left: 20px;
	padding: 8px;
}
.head .head_l .logo_w .logo_zl a .logo_text h2{
	font-size: 180%;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px; 
	padding-bottom:5px;  
}
.head .head_l .logo_w .logo_zl a .logo_text p{
	padding-top:5px; 
	text-align: center;
	border-top: 1px solid #ffffff; 
}
.head .head_l .logo_w .logo_yl {
	width: 500px;
	height: 141px;
	float: right;
	/*overflow: hidden;*/
}

/*.head .head_l .logo_w .logo_yl .sou:hover {
	opacity: 0.95;
}*/
.head .head_l .logo_w .logo_yl .sou {
	width: 100%;
	margin-top: 22px;
}
.head .head_l .logo_w .logo_yl .sou form .form .input {
	height: 34px;
	width: 166px;
	display: block;
	text-indent: 15px;
	float: left;
	border: thin solid #cfcfcf;
	outline: none;
	font-size: 14px;
}
.head .head_l .logo_w .logo_yl .sou form .form .search-submit {
	height: 38px;
	width: 42px;
	background-color: #0d488d;
	color: #FFF;
	border: thin solid #0d488d;
	/*background: url(../images/serach.png) no-repeat 10px 7px;*/
	/*background-size: 19px 20px;*/
}
.head .head_l .logo_w .logo_yl .sou form .form .search-submit img{
	width: 19px;
	height:20px;
}
/*.head .head_l .logo_w .logo_yl .sou form .form .search-submit:hover {
	background-color: #3CAE4A;
}*/
.head .head_nav #nav-header .nav li .toggle-search .fa {
	background-image: url(../images/seach.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 34px;
}
.head .head_nav #nav-header .nav li .search-expand .search-expand-inner .searchform.themeform .xiao {
	background-image: url(../images/seachz.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 100%;
}
.head .head_nav #nav-header .nav li .search-expand .search-expand-inner .searchform.themeform .xiao .search {
	border: 1px solid #CCC;
}

.head .head_logo embed {
	height: 141px;
	width: 1200px;
}
.head{
    	height: 197px;;
    }
    .head_nav {
	    width: 100%;
	    z-index: 3;
	    position: relative;
	}
	.head .xiaoqu{
		overflow: hidden;
	}

	.head .xiaoqu .old{
		width: 120px;
		height: 36px;
		font-size: 14px;
		display: block;
		text-align: center;
		line-height: 36px;
		float: right;
		margin-top: 22px;
		text-decoration: underline;
		color: #333333;
		cursor: pointer;
	}
	.selectleft{
		float: left;
		margin-left: 151px;
	}
/*底部	*/
.foot {
	height: 316px;
	width: 100%;
	background-color:#ebebeb;
	background-position-y:-80px ;
}
.foot .foot_a {
	height: 140px;
	width: 1200px;
	/*margin-top: 30px;*/
	margin-right: auto;
	margin-left: auto;
	padding: 30px 5px;
}
.foot .foot_a .foot_az {
	height: 140px;
	width: 839px;
	float: left;
	border-right: 1px solid #bfbfbf;
}
.foot .foot_a .foot_az .z {
	height: 140px;
	width: 244px;
	float: left;
	/* background-image: url(../images/foot_ge.png); */
	background-repeat: repeat-x;
	/*padding-right: 60px;*/
	border-right: 1px solid #bfbfbf;
}
.foot .foot_a .foot_az .z .hd {
	height: 45px;
	width: 200px;
	background-image: url(../images/xiazai.png);
	background-repeat: no-repeat;
	text-indent: 55px;
	display: block;
	line-height: 45px;
	font-size: 22px;
	color: #2f994f;
	font-weight: bold;
}

.foot .foot_a .foot_az .z ul li a {
	line-height: 36px;
	width: 100px;
	height: 36px;
	display: block;
	/* text-indent: 35px; */
	/* background-image: url(../images/xia.png); */
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 14px;
}
.foot .foot_a .foot_az .z ul {
	/* margin-top: 15px; */
	float: left;
	overflow: hidden;
}
.foot .foot_a .foot_az .z ul li{
	/*display: flex;*/
	float: left;
    margin-left: 21px;
}
.foot .foot_a .foot_az .z ul li a:first-of-type{
	text-align: left;
}
.foot .foot_a .foot_az .z ul li a:last-of-type{
	text-align: left;
}
.foot .foot_a .foot_az .z ul li a:hover {
	/* background-image: url(../images/xaih.png); */
	background-repeat: no-repeat;
}
.foot .foot_a .foot_az .z_c {
	height: 170px;
	width: 592px;
	float: right;
	/*background-image: url(../images/foot_ge.png);*/
	background-repeat: repeat-x;
	padding: 0 20px 0 50px;
	box-sizing: border-box;
}
.foot .foot_a .foot_az .z_c .hd_c {
	height: 50px;
	width: 200px;
	/* margin-top: 15px; */
	/*background-image: url(../images/caiji.png);*/
	background-repeat: no-repeat;
	/* text-indent: 55px; */
	display: block;
	line-height: 36px;
	font-size: 16px;
	color: #222222;
	font-weight: bold;
}
.foot .foot_a .foot_az .z_c ul {
	/* margin-top: 20px; */
	/*float: left;
	width: 25%;*/
}
.foot .foot_a .foot_az .z_c ul li {
	/*display: flex;*/
	/* justify-content: space-between; */
	float: left;
    width: 50%;
}
.foot .foot_a .foot_az .z_c ul li a:first-of-type{
	text-align: left;
}
.foot .foot_a .foot_az .z_c ul li a:last-of-type{
	/*text-align: right;*/
}
.foot .foot_a .foot_az .z_c ul li a {
	display: block;
	text-align: left;
	/*overflow: hidden;*/
	height: 33px;
	/*width: 25%;*/
	font-size: 14px;

}
.foot .foot_a .foot_az .z_c ul li a:hover {

}
.foot .foot_a .foot_ay {
	float: right;
	height: 140px;
	width: 354px;
}
.foot .foot_a .foot_ay .z {
	height: 215px;
	width: 200px;
	float: left;
	/*background-image: url(../images/foot_ge.png);*/
	background-repeat: repeat-x;
}
.foot .foot_a .foot_ay .z .hd {
	height: 45px;
	width: 200px;
	background-image: url(../images/fooy.png);
	background-repeat: no-repeat;
	text-indent: 55px;
	display: block;
	line-height: 45px;
	font-size: 22px;
	color: #2f994f;
	font-weight: bold;
}
.foot .foot_a .foot_ay .z ul {
	margin-top: 15px;
}
.foot .foot_a .foot_ay .z ul li a {
	line-height: 35px;
	width: 200px;
	height: 35px;
	display: block;
	text-indent: 35px;
	overflow: hidden;
	font-size: 16px;
}
.foot a:hover, .foot a:focus {
	color: #0d488d;
	text-decoration:none
}
.foot .foot_a .foot_ay .y {
	height: 140px;
	width: 354px;
	float: right;
	padding-left: 65px;
	padding-top: 8px;
	box-sizing: border-box;
	display: flex;
}
.foot .foot_a .foot_ay .y .y_a {
	width: 95px;
	height: 140px;
	float: left;
	margin-right:50px;
}
.foot .foot_a .foot_ay .y .y_b {
	height: 140px;
	width:95px;
	float: left;

}
.foot .foot_a .foot_ay .y .weim {
	height: 95px;
	width: 95px;
	/*background-image: url(../images/erweima.png);*/
	/*background-repeat: no-repeat;*/
	/*background-size:95px 95px; */
	margin-right: auto;
	margin-left: auto;
}
.foot .foot_a .foot_ay .y .wenz {
	height: 45px;
	width: 95px;
	line-height: 45px;
	font-size: 13px;
	color: #000000;
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	/* text-indent: 50px; */
	/* margin-top: 10px; */
	margin-right: auto;
	margin-left: auto;
}
.foot .foot_b {
	height: 146px;
	width: 100%;
	background: #0d488d;
	padding-top: 10px;
	box-sizing: border-box;
}
.foot .foot_b .y {
	height: 25px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 11px;
	line-height: 25px;
	color: #ffffff;
}
.foot .foot_b .rez {
	margin: 0 auto;
    width: 1200px;
    text-align: center;
    margin-top: -10px;
}

/*头部下拉框*/
li {
	list-style: none;
}
/*去掉移动端鼠标点击上时出现的背景色*/
a{-webkit-tap-highlight-color:rgba(255,255,255,0);}
.filter-disabled {
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.filter-box {
    position: relative;
    width: 102px;
}

.filter-box select {
	display: none;
}

.filter-text {
	/*height: 100%;*/
	/*width: 100%;*/
	height: 36px;
	width: 102px;
	padding-left: 15px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	/*padding: 0 30px 0 10px;*/
	/*background: #f9f9f9;*/
	border: 1px solid #cfcfcf;
	border-radius: 0.15rem;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	
}

.filter-text input {
	font-size: 14px;
}

.filter-text .filter-title {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: 0;
	/*background-color: transparent;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	cursor: pointer;
	color: #333333;
}

.filter-list {
	display: none;
	/*width: 100%;*/
	/*margin-top: 0.2rem;*/
	width: 117px;
	max-height: 210px;
	background-color: #fff;
	font-size: 14px;
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 99;
	border: 1px solid #e6e6e6;
	overflow: auto;

}

.filter-list li.filter-null a {
	color: #d2d2d2;
}

.filter-list li a {
	display: block;
	padding: 0 10px;
	line-height: 27px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.filter-list li:hover {
	background-color: #FFFFFF;
	color: #0d488d;
}
.filter-list li a:hover {
	background-color: #FFFFFF;
	color: #0d488d;
}
.filter-list li.filter-selected {
	background-color: #FFFFFF;
}

.filter-list li.filter-selected a{
	display: block;
	color: #0d488d;
}

.filter-list li.filter-disabled {
	background-color: #fff;
}

.filter-list li.filter-disabled a{
	display: block;
	color: #d2d2d2;
}

.filter-list li.filter-disabled:hover a {
	cursor: not-allowed!important;
	background-color:  #FFFFFF;
}

.icon {
	position: absolute;
}

.icon-filter-arrow {
	width: 8px;
	height: 6px;
	position: absolute;
	/*background-repeat: no-repeat;*/
    /*background-image: url(../images/icon_arrow_down_x2.png);*/
    /*background-size: 100%;*/
    right: 10px;
    top: 13px;
    transition: all .2s;
}

.icon-filter-arrow.filter-show {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.filter-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.filter-list::-webkit-scrollbar-track {
	background: #fff 
}
/*滑动条的颜色*/
.filter-list::-webkit-scrollbar-thumb {
	background: #CBCBCB;
	
}
/*返回顶部*/
.guide {
	    width: 45px;
	    margin-left: 610px;
	    position: fixed;
	    left: 50%;
	    bottom: 10%;
	    z-index: 1000;
	    _position: absolute;
	    _top: expression(documentElement.scrollTop+documentElement.clientHeight - this.clientHeight - 35+'px');
	    display: none;
	}
	.guide a {
	    height: 64px;
	    width: 54px;
	    display: block;
	    text-align: center;
	    color: #fff;
	    border-radius: 5px;
	    background: url(../images/top.png) no-repeat;
	}
	.guide a:hover {
	    background: url(../images/top2.png) no-repeat;
	}