﻿@charset "utf-8";
body {
	position: relative;
}

.header-box {
	width: 100%;
	height: 500px;
	/*background: url(../img/banner.png) no-repeat center;
	background-size: 100% 100%;*/
}


/*----------头部1----------------------*/

.header-layout {
	margin: 0 auto;
	/*border: 2px solid wheat;*/
	width: 1200px;
	max-width: 1920px;
	height: 79px;
	position: relative;
}

.header-layout .header-logo {
	margin-top: 23px;
	width: 253px;
}

.header-layout .change-area {
	/*border: 1px solid red;*/
	height: 30px;
	/*width: 82px;*/
	background: rgba(255, 255, 255, 0.25);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff); /*IE8支持*/
	display: inline-block;
	cursor: pointer;
	font-family: MicrosoftYaHei;
	font-size: 15px;
	color: #FFFFFF;
	margin-left: 25px;
	text-align: center;
	line-height: 25px;
	position: relative;
	top: -7px;
	padding: 0 5px;
	box-sizing: border-box;
}

.header-layout .change-area img {
	position: relative;
}

.header-layout .area-level {
	font-family: MicrosoftYaHei;
	font-size: 17px;
	color: #FFFFFF;
	margin-left: 13px;
	position: relative;
	top: -7px;
}

.header-layout .login-module-layout {
	font-family: MicrosoftSansSerif;
	font-size: 15px;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	/*border: 1px solid red;*/
/* 	width: 400px; */
	position: absolute;
	top: 10px;
	right: 0;
}

.header-layout .login-module-layout .title {
	height: 100%;
	margin-right: 10px;
	/* width: 130px; */
	display: inline-block;
}

.header-layout .login-module-layout .old {
	height: 100%;
	margin: 0 12px 0 6px;
	display: inline-block;
	text-align: center;
}

.header-layout .login-module-layout .old a {
	color: #fff;
}

.header-layout .login-module-layout .old a:hover {
	/*color: #4466a9;*/
	text-decoration: underline;
}

.header-layout .login-module-layout .title:hover {
	/*color: #4466a9;*/
	text-decoration: underline;
	cursor: pointer;
}

.header-layout .login-module-layout .login {
	height: 100%;
	display: inline-block;
	width: 40px;
	text-align: center;
}

.header-layout .login-module-layout .register {
	height: 100%;
	display: inline-block;
	width: 40px;
	text-align: center;
}

.header-layout .login-module-layout .login:hover,
.header-layout .login-module-layout .register:hover {
	/*color: #4466a9;*/
	cursor: pointer;
}


/*----------头部1----------------------*/


/*-----------头部2 tabs---------------------*/

.header-tabs-layout {
	margin: 8 auto;
	/*border:2px solid blue;*/
	width: 1200px;
	max-width: 1920px;
	/*width: 100%;*/
	height: 45px;
	position: relative;
	/*line-height: 67px;*/
	/*border: 1px solid royalblue;*/
}

.header-tabs-layout ul {
	width: 1300px;
	height: 100%;
}

.header-tabs-layout ul li {
	width: 138px;
	float: left;
	height: 100%;
	line-height: 45px;
	font-family: "Microsoft YaHei";
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
}

.header-tabs-layout ul li span {
	padding: 0 2px;
	cursor: pointer;
}

.header-tabs-layout ul li span:hover {
	display: inline-block;
	height: 45px;
	border-bottom: 3px solid #fff;
}

.header-tabs-layout ul .active {
	display: inline-block;
	height: 45px;
	border-bottom: 3px solid #fff;
}


/*-----------头部2 tabs---------------------*/

.header-border {
	width: 100%;
	height: 130px;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	position: relative;
	z-index: 9;
}


/*------------切换区域 悬浮 1-----------------------*/
/*
.suspension-layout1 {
	display: none;
	right: 0;
	top: 76px;

	background-color: #ffffff;
	position: absolute;
	width: 1200px;
	padding: 10px 0;
	z-index: 50;
	border-radius: 4px;
	box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.09);
	behavior: url("js/PIE/PIE.htc");
}

.suspension-layout1 .noborder {
	border: none !important;
}



.suspension-layout1 img {
	z-index: 6;

	position: absolute;
	top: -20px;
	left: 280px;

}




.suspension-layout1 .suspension-line-box {
	min-height: 60px;
	width: 100%;
	border-bottom: 1px dashed #cdcdcd;
	font-size: 0;
}

.suspension-layout1 .noborder {
	border: none !important;
}

.suspension-layout1 .suspension-line-box .title {
	float: left;
	width: 10%;
	height: 100%;
	display: inline-block;
	text-align: right;
	
	font-size: 16px;
	color: #4466a9;
	position: relative;
	border: 1px solid transparent;
}

.suspension-layout1 .suspension-line-box .title span {
	display: block;

	position: absolute;
	right: 10px;
	top: 15px;
}

.suspension-layout1 .suspension-line-box .items-box {
	
	padding-top: 10px;
	width: 90%;
	display: inline-block;
	
	min-height: 60px;
	
}

.suspension-layout1 .suspension-line-box .items-box span {
	float: left;
	padding: 10px 10px;
	min-width: 40px;

	line-height: 16px;
	font-size: 16px;
	height: 36px;
	margin: 0 10px 10px 0;
	text-align: center;
	cursor: pointer;
}

.suspension-layout1 .suspension-line-box .items-box .active {
	background: #f57f24;
	color: #ffffff;
}

.suspension-layout1 .suspension-line-box .items-box span:hover {
	background: #4466a9;
	color: #ffffff;
}
*/

.suspension-layout1 {
	display: none;
	right: 0;
	top: 76px;
	/*border: 1px solid red;*/
	background-color: #ffffff;
	position: absolute;
	width: 1200px;
	padding: 20px 30px;
	padding-right:0;
	box-sizing: border-box;
	z-index: 50;
	border-radius: 4px;
	box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.09);
	behavior: url("js/PIE/PIE.htc");
	
}
.suspension-layout1 img {
	position: static;
}
.suspension-layout1>img {
	z-index: 6;
	/*background-color: palegreen;*/
	position: absolute;
	top: -20px;
	left: 180px;
	padding: 0 100px;
	/*box-shadow: 2px 2px 6px 3px rgba(0,0,0,0.09);*/
	/*border: 1px solid red;*/
}
.suspension-layout1 .qy-mbx-title {
	margin-bottom: 13px;
}
/* .suspension-layout1 .qy-mbx-title img {
	margin: 0 10px;
} */
.suspension-layout1 .qy-mbx-title span {
	font-size: 14px;
	color: #333333;
	letter-spacing: -0.17px;
	font-weight: 550;
	cursor: pointer;
	margin-right: 10px;
}
/* .suspension-layout1 .qy-mbx-title span+span {
	display: none;
	position: relative;
	padding-left: 25px;
}
.suspension-layout1 .qy-mbx-title span+span::after {
	position: absolute;
	left: 10px;
	color: #cccccc;
	content: url(../img/qhqy/icon-xiangyou1.png);
} */
.suspension-layout1 .qy-mbx-title .mbxfh {
	display: none;
	position: relative;
	padding-left: 20px;
	background: url(../img/qhqy/icon-xiangyou1.png) no-repeat left center;
}
.suspension-layout1 .qhtop {
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
	letter-spacing: -0.17px;
	margin-bottom: 30px;
}
.suspension-layout1 .qhtop ul li {
	float: left;
	margin-right: 4px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	box-sizing: border-box;
	padding-left: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.suspension-layout1 .qhtop #jie li {
width: 130px;
}

.suspension-layout1 .qhtop ul li:hover {
	background: #EFEFEF;
}
.suspension-layout1 .qhtop ul li:nth-child(10n) {
	margin-right: 0;
}
.qy-bm-item .allwz {
	margin-bottom: 18px;
}
.allwza {
height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: -0.17px;
	/* background: #4A90E2; */
	display: inline-block;
	padding: 0 17px;
	background: #4A90E2;
}
/*
.qy-bm-item .allwz a {
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: -0.17px;
	
	display: inline-block;
	padding: 0 17px;
	background: #4A90E2;
}*/
.qy-bm-item .allwz a img {
	float: right;
	margin-top: 8px;
}
.dzmbxa {
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: -0.17px;
    background: #ffffff; 
	display: inline-block;
	padding: 0 1px;
	
}

.allbm .bmtitle {
	font-size: 14px;
	color: #333333;
	letter-spacing: -0.17px;
	font-weight: 550;
}
.bmitem {
	overflow: hidden;
}
.shortbm .bmitem {
    height: auto;
	max-height: 364px;
}
.bmitem a {
	display: block;
	width: 192px;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
	letter-spacing: -0.17px;
	float: left;
}
.bmitem a:nth-child(5n) {
	margin-right: 0px;
}
.bmitem a:hover {
	background: #EFEFEF;
	color:#333333;
}
.bman>div {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #4A90E2;
	letter-spacing: -0.17px;
	cursor: pointer;
	text-align: center;
	/* display: flex; */
}
.bman>div:hover {
	background: #EFEFEF;
}
/*------------切换区域 悬浮 1----------------------*/


/*-<!------------右侧区域 悬浮 2----------------------->---*/

.suspension-layout2 {
	width: 70px;
	min-height: 360px;
	height: 524px;
	position: fixed;
	z-index: 100;
	right: 0;
	top: 120px;
	/*border: 1px solid red;*/
	background-color: transparent;
	box-shadow: none;
	/*behavior: url("js/PIE/PIE.htc");*/
}

.suspension-layout2 .layout-item {
	padding-top: 10px;
	text-align: center;
	width: 100%;
	height: 60px;
	/*border: 1px solid red;*/
	font-size: 12px;
	color: #333333;
	cursor: pointer;
}

.suspension-layout2 .layout-item img {
	margin: 0 auto;
	display: block;
	margin-bottom: 3px;
}

.suspension-layout2 .layout-item .hovericon {
	display: none;
}

.suspension-layout2 .layout-item:hover {
	background: #4466a9;
	color: #ffffff;
}

.suspension-layout2 .layout-item:hover .normalicon {
	display: none;
}

.suspension-layout2 .layout-item:hover .hovericon {
	display: block;
}


/*-<!------------右侧区域 悬浮 2----------------------->---*/


/*<!------------右侧区域 悬浮 3----------------------->*/

.suspension-layout3 {
	width: 265px;
	height: 198px;
	padding: 8px 8px 25px 8px;
	position: fixed;
	z-index: 100;
	right: 0;
	bottom: 20px;
	background-color: #ffffff;
	box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.09);
	behavior: url("js/PIE/PIE.htc");
}

.suspension-layout3 .close-icon {
	position: absolute;
	right: 1px;
	top: 1px;
	cursor: pointer;
}
.suspension-layout3 .big-pic{
	width: 250px;
	height: 170px;
}
/*.suspension-layout3 .title {
	margin-top: 10px;
	font-size: 12px;
	color: #0d1c28;
	letter-spacing: 0.3px;
	font-weight: bold;
	width: 100%;
}*/

.suspension-layout3 .check-detail {
	font-size: 12px;
	color: #4293f4;
	letter-spacing: 0.3px;
	position: absolute;
	left: 15px;
	cursor: pointer;
	bottom: 5px;
}

.suspension-layout3 .up {
	font-size: 12px;
	color: #4293f4;
	letter-spacing: 0.3px;
	position: absolute;
	right: 65px;
	cursor: pointer;
	bottom: 5px;
}
.suspension-layout3 .down {
	cursor: pointer;
	font-size: 12px;
	color: #4293f4;
	letter-spacing: 0.3px;
	position: absolute;
	right: 15px;
	bottom: 5px;
}
.suspension-layout3 a:hover{
	color:#4366a9;
}
.suspension-layout3 .noMore {
	opacity: 0.3;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}


/*<!------------右侧区域 悬浮 3----------------------->*/


/*<!--zhongjianbufen-->*/

.hlj-area {
	/*padding-top: 40px;*/
	width: 100%;
	/*background-image: url(../img/bigbackground.png);*/
	height: 260px;
	/*width: 1366px;*/
	background-size: 100% 300px;
	position: absolute;
	top: 131px;
}

.hlj-area .hlj-area-content {
	margin: 0 auto;
	width: 1200px;
	max-width: 1920px;
	height: 300px;
	position: relative;
}

.hlj-area .right-area {
	padding: 23px 15px;
	box-sizing: border-box;
	position: absolute;
	top:1px;
	right: 0;
	z-index: 10;
	width: 240px;
	height: 100%;
	background: url(../img/box.png) no-repeat center;
	background-size: 100% 100%;
}

.hlj-area .right-area .right-area-item1 {
	cursor: pointer;
	width: 100%;
	/* opacity: 0.44; */
	background: #ffffff;
	border: 1px solid #90A9D0;
	border-radius: 4px;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #9DB0D2;
	padding-left: 5px;
	margin-bottom: 14px;
	background: rgba(255, 255, 255, 0.44);
}
.hlj-area .right-area .right-area-item1 span{
	color: #26437D;
}
.hlj-area .right-area .right-area-item1 img {
	position: relative;
	top: 3px;
	/*right: 5px;*/
}

.hlj-area .right-area .right-area-item1 .hover-icon {
	display: none;
}

.hlj-area .right-area .right-area-item1:hover {
	border: 1px solid #f57f24;
	color: #f57f24;
}
.hlj-area .right-area .right-area-item1:hover span {
	color: #f57f24;
}
.hlj-area .right-area .right-area-item1:hover .hover-icon {
	display: inline-block;
}

.hlj-area .right-area .right-area-item1:hover .normal-icon {
	display: none;
}

.hlj-area .right-area .right-area-item2 {
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	margin-top: 13px;
	position: relative;
	padding-left: 25px;
	/*list-style: square;*/
}

.hlj-area .right-area .right-area-item2:hover .line {
	border-bottom: 1px solid #20448c;
}

.hlj-area .right-area .right-area-item2 .spot {
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 10px;
	top: 12px;
	background: #20448c;
	margin-right: 5px;
	line-height: 30px;
}

.hlj-area .right-area .right-area-item2 span {
	/*display: inline-block;*/
	line-height: 18px;
	font-size: 16px;
	color: #1a408b;
	position: relative;
	/*top: -2px;*/
}

.hlj-area .lfet-title {
	position: absolute;
	left: 0;
	top: 50px;
}
.hlj-area .lfet-title p{
	font-size: 25px;
color: #FFFFFF;
padding-bottom: 10px;
}
.hlj-area .lfet-title span {
	font-size: 42px;
	color: #ffffff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.hlj-area .lfet-title img {
	position: relative;
	top: -10px;
}

.hlj-area .search-box {
	width: 540px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 158px;
	font-size: 0;
}

.hlj-area .search-box input {
	text-indent: 10px;
	line-height: 50px;
	padding-left: 10px;
	width: 84%;
	height: 50px;
	display: inline-block;
	float: left;
	color: #000000;
	font-size: 16px;
	padding: 0;
	outline: none;
	border: none;
}

.hlj-area .search-box input:-ms-input-placeholder {
	font-size: 16px;
	color: #666666;
}

.hlj-area .search-box input::-webkit-input-placeholder {
	font-size: 16px;
	color: #666666;
}

.hlj-area .search-box input::-moz-placeholder {
	font-size: 16px;
	color: #666666;
}

.hlj-area .search-box input:-moz-placeholder {
	font-size: 16px;
	color: #666666;
}

.hlj-area .search-box span {
	cursor: pointer;
	float: left;
	height: 50px;
	width: 15%;
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	background: #F57F24;
border-radius: 0 2px 2px 0;
}

.hlj-area .search-box span:hover {
	/*background: #e02020;*/
	opacity: 0.8;
}


/*<!--zhongjianbufen-->*/

.show_box {
	position: absolute;
	top: 25px;
	left: 221px;
	width: 80px;
	height: 65px;
	background: url(../img/box-bg.png) no-repeat;
	display: none;
	z-index: 100;
}

.show_box_list {
	padding: 10px 0 5px 0;
}

.show_box_list li {
	line-height: 26px;
	text-align: center;
}

.show_box_list li a {
	color: #ffffff;
}

.show_box-zhuce {
	position: absolute;

	width: 80px;
	height: 65px;
	background: url(../img/box-bg.png) no-repeat center;
	display: none;
	z-index: 100;
}

.show_box-zhuce_list {
	padding: 10px 0 5px 0;
}

.show_box-zhuce_list li {
	line-height: 30px;
	text-align: center;
}

.show_box-zhuce_list li a {
	color: #ffffff;
}

