/*chrome滚动条*/

::-webkit-scrollbar-thumb {
	background-color: #082c46;
	height: 50px;
	outline-offset: -2px;
	-webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #8f9396;
	height: 50px;
	-webkit-border-radius: 4px;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track-piece {
	-webkit-border-radius: 0;
}

.w1200 {
	max-width: 84%;
	padding: 0 80px;
	/*min-width: 800px;*/
	margin: 0 auto;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w100 {
	width: 100%;
}

.mg-40 {
	margin: 0 40px;
}

.txt-c {
	text-align: center;
}

.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}

.dis-line {
	display: inline-block;
}

.pad0 {
	padding: 0;
}

body {
	font-size: 14px;
	overflow: hidden;
	overflow-y: auto;
}

body {
	font-family: " Microsoft YaHei ";
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.menhu-item>div,
.menhu-item>ul {
	float: left;
	overflow: hidden;
	width: 50%;
	box-sizing: border-box;
}

.menhu-item>.leftbox {
	padding-right: 20px;
}

.menhu-item>.rightbox {
	padding-left: 20px;
}

.bor-4 {
	border: 1px solid #CECECE;
	border-radius: 4px;
}

.menhu-item-title {}

.content-title {
	height: 40px;
}

.content-block .content-title .title {
	position: relative;
	border-top-left-radius: 5px;
}

.title i {
	width: 36px;
	height: 52px;
	background: url(../images01/title-attachment-icon.png);
	position: absolute;
	left: 9px;
	top: -4px;
}

.content-block .content-title .title h4 {
	float: left;
	height: 38px;
	border-bottom: 1px solid #dfe0e4;
	border-left: 1px solid #fff;
	background: url(../images01/person-title-bg.png);
	padding-left: 50px;
	color: #282828;
	line-height: 38px;
}

.content-block .content-title .title .title-right {
	width: 45px;
	height: 39px;
	background: url(../images01/person-title-right.png) no-repeat;
}

.content-block .content-title .more {
	cursor: pointer;
}

.content {
	margin: 15px 13px 0;
}

.content li {
	width: 100%;
	height: 34px;
	border-top: 1px dashed #dfe0e4;
}

.hdjs .content li {
	border-top: none;
	border-bottom: 1px dashed #dfe0e4;
}

.content li span {
	text-align: center;
}

.content li p {
	float: left;
	line-height: 34px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 74%;
	cursor: pointer;
}

.content li a {
	float: left;
	line-height: 42px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 74%;
}

.content li:hover p {
	color: #ce1811;
}

.content li i {
	float: left;
	width: 12px;
	height: 16px;
	background: url(../images01/attachment-icon.png) no-repeat;
	margin: 15px 0 0 10px;
	cursor: pointer;
}

.content-block .content-title .more i {
	float: left;
	width: 25px;
	height: 25px;
	background: url(../images01/person-title-more.png) no-repeat;
	margin: 8px 10px 0 0;
}

.content-block .content-title .more span {
	float: left;
	color: #717171;
	line-height: 39px;
	margin-right: 9px;
}


/*nav*/

.menhu-nav {
	/*height: 56px;*/
	border-bottom: 1px solid #CECECE;
	/*position:fixed; top:-100px;left:0; transition:0.3s;*/
	z-index: 100;
	width: 100%;
}

.nav-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.menhu-nav.top0 {
	top: 0px;
}

.menhu-nav.on {
	top: 76px;
}

.menhu-nav li {
	float: left;
	width: auto;
	padding: 0 8px;
	margin: 0 20px;
	text-align: center;
	color: #333;
	font-size: 164x;
	line-height: 40px;
	font-weight: 600;
	position: relative;
	cursor: pointer;
}

.menhu-nav li.active,
.menhu-nav li:hover {
	border-bottom: 2px solid #CE1811;
	cursor: default;
}

.menhu-nav i {
	float: left;
}

.menhu-nav li.active>i,
.menhu-nav li:hover>i {
	background: url(../images01/nav-sanjiao.png) no-repeat;
	display: block;
	width: 10px;
	height: 3px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -5px;
}

.nav-point {
	background: url(../images01/nav-point.png) no-repeat center center;
	width: 6px;
	height: 6px;
	display: block;
	margin: 0 42px;
	margin-top: 25px;
}


/*menhu-bar*/

.menhu-bar {
	background: url(../images01/menhu-bar.png) no-repeat center center;
	height: 550px;
	background-size: cover;
	position: relative;
}

.menhu-bar-text {
	background: url(../images01/menhu-bar-text.png) no-repeat center center;
	width: 983px;
	height: 136px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -68px;
	margin-left: -491px;
}

.right-topbox {
	height: 50%;
	padding-bottom: 7px;
	box-sizing: border-box;
}

.right-bottombox {
	height: 50%;
	padding-top: 7px;
	box-sizing: border-box;
}

.h100 {
	height: 100%;
	overflow: hidden;
}

.content li h4 {
	color: #808080;
	float: right;
	line-height: 45px;
}


/*menhu-smallbar*/

.menhu-smallbar {
	background: url(../images01/menhu-smallbar.png) no-repeat center center;
	width: 100%;
	height: 300px;
	background-size: cover;
	position: relative;
}

.smallbar-text {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -193px;
	margin-top: 60px;
}

.smallbar-text>ul {
	overflow: hidden;
	min-width: 512px;
}

.smallbar-text li {
	float: left;
	font-size: 16px;
	color: #333333;
	margin-right: 89px;
	font-weight: 600;
}

.menhu-content img {
	width: 100%;
}

.menhu-content {
	padding: 30px 0;
}

.menhu-title {
	padding-bottom: 30px;
}

.menhu-conten2 {
	background: url(../images01/map_bg.png) no-repeat;
	/*height: 723px;*/
	width: 100%;
}

.menhu-conten2 .rightbox {
	height: 498px;
}

.menhu-conten2 .right-topbox {
	padding-bottom: 18px;
}

.menhu-conten2 .right-bottombox {
	padding-top: 18px;
}

.menhu-conten2 {
	padding: 0px;
}

.menhu-conten3 {
	padding: 30px 0;
	padding-bottom: 30px;
}

.menhu-title2 {
	padding-top: 40px;
}

.img-bg {
	background: url(../images01/img-bg.png) no-repeat;
	width: 259px;
	height: 195px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -130px;
	margin-top: -98px;
	/*display: none;*/
}

.img-content {
	width: 199px;
	height: 136px;
	margin: 30px;
	overflow: hidden;
}

.titlebox {
	margin-bottom: 28px;
	overflow: hidden;
}

.titlebox-left {
	width: 100%;
	margin-right: -80px;
	box-sizing: border-box;
	padding-right: 80px;
}

.titlebox-left div {
	height: 50px;
}

.zdgf .titlebox-left div {
	background: url(../images01/title-zdgf.png);
	background-size: contain;
}

.jyjl .titlebox-left div {
	background: url(../images01/title-jyjl.png);
	background-size: contain;
}

.xfby .titlebox-left div {
	background: url(../images01/title-xfby.png);
	background-size: contain;
}

.whsc .titlebox-left div {
	background: url(../images01/title-whsc.png);
	background-size: contain;
}

.titlebox>img {
	width: 80%;
	height: auto;
}

.more span {
	float: left;
	color: #717171;
	line-height: 50px;
	margin-right: 9px;
	margin-left: 17px;
}

.more i {
	float: left;
	width: 25px;
	height: 25px;
	background: url(../images01/person-title-more.png) no-repeat;
	margin-top: 12px;
}

.jyzd .content li span {
	color: #eb221d;
}

.line {
	background: url(../images01/line.png) no-repeat;
	width: 100%;
	height: 20px;
}

.map-title {
	background: url(../images01/map-title.png) no-repeat;
	/*width: 420px;*/
	width: 100%;
	height: 40px;
	cursor: pointer;
}

.map-title>i {
	width: 18px;
	height: 18px;
	display: block;
	float: left;
	margin: 0 8px;
	margin-top: 11px;
}

.map-title>h4 {
	line-height: 40px;
	color: #fff;
}

.map-text {
	margin: 0;
	background: #fff;
	position: relative;
	border: none;
	width: 100%;
	overflow: hidden;
}

.map-text i {
	/*width: 178px;
	height: 176px;*/
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.map-text>ul {
	z-index: 100;
}

.map-text>ul>li {
	line-height: 40px;
	padding-right: 60px;
	padding-left: 38px;
}

.map-text span {
	color: #666;
}

.map-text h4 {
	float: right;
}

.map-text .bg-zyfw {
	background: url(../images01/bg-zyfw.png) no-repeat;
	width: 203px;
	height: 194px;
	right: -45px;
	bottom: -71px;
}

.map-text .bg-gcdy {
	background: url(../images01/icon-gcdy.png) no-repeat;
	width: 178px;
	height: 176px;
	bottom: -22px;
	right: -17px;
}

.menhu-conten0 {
	position: relative;
	overflow: hidden;
}

.menhu-conten0>.conten0-bg,
.zygs-content .conten0-bg {
	position: absolute;
	background: url(../images01/conten0-bg.png) no-repeat;
	display: block;
	width: 596px;
	height: 511px;
	top: 0px;
	left: 50%;
	margin-left: -952px;
}

.more {
	cursor: pointer;
}


/*.img-bg{
	display: none;
}*/

.menhu-foot {
	background: #505154;
}

.menhu-foot p {
	color: #fefefe;
	text-align: center;
	font-size: 12px;
}

.title i.icon-gsbs {
	background: url(../images01/icon-gsbs.png);
}

.title i.icon-sjjs {
	background: url(../images01/zyjs.png);
}

.title i.icon-xcsx {
	background: url(../images01/icon-xcsx.png) no-repeat;
}

.title i.icon-zzjs {
	background: url(../images01/icon-zzjs.png) no-repeat;
}

.title i.icon-qywh {
	background: url(../images01/icon-qywh.png) no-repeat;
}

.title i.icon-tqgz {
	background: url(../images01/icon-tqgz.png) no-repeat;
}

.img-bottom-text {
	display: block;
	width: 189px;
	height: 26px;
	background: url(../images01/img-bottom-text.png);
	position: absolute;
	bottom: 28px;
	color: #fff;
	padding-left: 10px;
}

.icon-gcdfwd {
	background: url(../images01/icon-gcdfwd.png) no-repeat;
}

.icon-zyfw {
	background: url(../images01/icon-zyfw.png) no-repeat;
}

input {
	outline: none;
	color: #afafaf;
}

.menhu-head {
	height: 68px;
	border-top: 8px solid #ce1811;
	background: url(../images01/header-bg.png);
}

.menhu-head .logo1 {
	width: 141px;
	height: 60px;
	background: url(../images01/header-logo1.png) no-repeat;
}

.menhu-head .logo2 {
	width: 208px;
	height: 60px;
	background: url(../images01/header-logo2.png) no-repeat;
}

.menhu-head .search {
	margin: 10px 40px 0 0;
	position: relative;
}

.menhu-head .search-box,
.search-box {
	border: 1px solid rgb(203, 203, 205);
	width: 248px;
	height: 38px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.menhu-head .search input,
.search input {
	width: 200px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	right: 38px;
	border: none;
	font-weight: 600;
}

.menhu-head .search i,
.search i {
	width: 38px;
	height: 38px;
	background: url(../images01/search-icon.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.menhu-head .user,
.user {
	width: 26px;
	height: 26px;
	background: url(../images01/user-icon.png) no-repeat;
	cursor: pointer;
	margin: 17px 30px 0 0;
}

.login {
	line-height: 60px;
	color: #afafaf;
	font-weight: 600;
}

.top-0 {
	top: 0px;
	position: absolute;
}

.img-bg {
	/*background: none;*/
}

.menhu-map {
	background: none;
}


/*.menhu-map,
.map-leftbox,
.map-leftbox>div {
	overflow: visible;
}*/


/*.menhu-map>div {
	top: -92px;
	height: 740px;
	width: 752px;
}
*/

#china-map {
	height: 740px;
	width: 752px;
	margin: auto;
	left: 50%;
	margin-left: -396px;
	top: -139px;
}

.tips {
	width: 22px;
	height: 26px;
	background: url(../resources/../images01/tips-icon.png) no-repeat;
	cursor: pointer;
	margin: 17px 38px 0 0;
	position: relative;
}

.tips span {
	padding: 0 5px;
	background: #ce1811;
	border: 2px solid #fff;
	color: #fff;
	position: absolute;
	left: 12px;
	top: -8px;
	border-radius: 11px;
}

.user {
	width: 26px;
	height: 26px;
	background: url(../resources/../images01/user-icon.png) no-repeat;
	cursor: pointer;
	margin: 17px 30px 0 0;
}

.bread-nav {
	color: #7d7d7d;
	font-size: 12px;
	border-bottom: 1px solid #dfe0e4;
	height: 36px;
	line-height: 36px;
}

.bread-nav span {
	cursor: pointer;
}

.bread-nav span:hover {
	color: #ce1811;
}

.span-select {
	color: #ce1811;
	font-weight: 600px;
}

.nav-arrow {
	color: #7d7d7d;
	font: 700 12px/18px simsun;
}


/*下拉框*/

.sewvmain {
	height: 60px;
	overflow: visible;
}

.sewv {
	position: relative;
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	width: 252px;
}

.sewvtop {
	width: 100%;
	border: 1px #D9D9D9 solid;
	cursor: pointer;
	border-radius: 2px;
	overflow: hidden;
}

.sewvtop:hover {
	border: 1px #57c5f7 solid;
}

.sewvtop>span {
	float: left;
	width: 70%;
	height: 30px;
	white-space: pre;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
	line-height: 30px;
	color: #666;
	padding: 0 8px;
	vertical-align: middle;
}

.sewvtop>em {
	float: right;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-top: 3px;
}

.sewvbm {
	width: 100%;
	position: absolute;
	left: 0;
	top: 25px;
	display: none;
	border: 1px #D9D9D9 solid;
	border-radius: 2px;
	background: #fff;
	height: 160px;
	overflow-y: auto;
	z-index: 100;
}

.sewvbm li {
	cursor: pointer;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #666;
	padding-left: 10px;
}

.sewvbm li:hover {
	background: #57c5f7;
	color: #fff;
}

.titlebox-big {
	position: relative;
	height: 50px;
}

.titlebox-big .bigtitlebox {
	margin-right: 80px;
	height: 50px;
}

.ztzl-title {
	background: url(../images01/title-ztzl.png) no-repeat 0% center;
	background-size: contain;
}

.bigtitle {
	width: 100%;
	height: 100%;
}

.titlebox-big .more {
	position: absolute;
	right: 0;
	top: 0px;
}

.ztzl-ul li {
	width: 18.4%;
	float: left;
}

.ztzl-ul>div {
	width: 2%;
	height: 20px;
	float: left;
}

.lunbo_sy .bx-wrapper .bx-controls-auto {
	text-align: center;
	display: none;
}

clip: rect(0px, 426px, 426px, 0px);

/*.lunbo_sy .imgc {
	width: 100%;
	position: relative;
	padding-top: 15.7%;
}

.lunbo_sy .slide {
	width: 100%;
	position: relative;
	padding-top: 4.7%;
}

.lunbo_sy .slide>img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}*/

.lunbo_sy .bx-wrapper .bx-controls-direction a.disabled {
	display: block;
}

.lunbo_sy {
	margin: 0px auto;
	border: 1px solid #dadce0;
	overflow: visible;
	position: relative;
	padding: 24px 26px;
	clear: both;
}

.lunbo_sy>i {
	position: absolute;
	width: 50%;
	height: 6px;
	background: #fff;
}

.lunbo_sy>i.lefttop {
	left: 0;
	top: -4px;
}

.lunbo_sy>i.rightbottom {
	bottom: -4px;
	right: 0;
}

.lunbo_sy .bx-wrapper,
.lunbo_sy .bx-viewport {
	overflow: visible;
}

.lunbo_sy .bx-wrapper .bx-viewport {
	padding: 40px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 120px;
}

.slider1 .bx-wrapper img,
.slider2 .bx-wrapper img {
	height: 120px;
}

.lunbo_sy .img-bg {
	z-index: 100000;
}

.mode-ul {
	height: 230px;
}

.bor4 {
	border: 1px solid #dfe0e4;
	border-radius: 4px;
}

.ztzl-ul li {
	border: 1px;
	border-radius: 4px;
	width: 31%;
	float: left;
	padding: 0 1%;
	margin-bottom: 10px;
}

.ztzl-ul li img {
	width: 100%;
	height: 119px;
}

.ztzl-ul .padl0 {
	padding-left: 0px;
}

.ztzl-ul .padr0 {
	padding-right: 0px;
}

.padl0 {
	padding-left: 0px;
}

.padt60 {
	padding-top: 60px;
}

.padr60 {
	padding-right: 60px;
}

.padb60 {
	padding-bottom: 60px;
}

.padl30 {
	padding-left: 30px;
}

.padt30 {
	padding-top: 30px;
}

.padr30 {
	padding-right: 30px;
}

.padb30 {
	padding-bottom: 30px;
}

.padl30 {
	padding-left: 30px;
}

.map-text-box {
	max-width: 420px;
}

.bx-wrapper .slider_zygs img {
	height: 400px;
}

.slider_zygs_big {
	height: 337px;
}

.bx-wrapper .slider_zygs_big img {
	height: 337px;
}

.menhu-foot {
	padding: 20px !important;
}


/*机器人*/

.robotBtn {
	cursor: pointer;
	float: right;
	height: 26px;
	width: 26px;
	margin: 17px 0 0 20px;
	background: url(../images01/Robot-icon.png);
}

.robotBtn:hover {
	cursor: pointer;
	float: right;
	height: 26px;
	width: 26px;
	margin: 17px 0 0 20px;
	background: url(../images01/Robot-icon-hover.png);
}

.hide {
	display: none;
}

.slider1 img,
.slider2 img {
	cursor: pointer;
	transition: all 0.3s;
	height: 120px;
}

.slider1 img:hover,
.slider2 img:hover {
	z-index: 100;
	transform: scale(1.4);
}

.bx-wrapper img {
	position: relative;
	cursor: pointer;
}

.lunbo_sy .bx-wrapper {
	min-height: 120px;
}

.slider1 .bx-wrapper img,
.slider1 .bx-wrapper img {
	height: 120px;
}

.pdf_link {
	cursor: pointer;
}

.content>ul {
	/*min-height: 230px;*/
	min-height: 175px;
}

@media screen and (max-width: 1080px) {
	.menhu-nav li {
		margin: 0 5px;
	}
}

.alert {
	width: 400px;
	height: 150px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	border-radius: 5px 5px 0 0;
	background: white;
	z-index: 99;
	display: none;
}

.alert p {
	height: 40px;
	background: #ce1811;
	color: white;
	line-height: 40px;
	border-radius: 5px 5px 0 0;
	padding: 0 10px;
}

.alert p span {
	float: right;
	cursor: pointer;
}

.alert h4 {
	background: white;
	padding:20px 10px;
	font-weight: normal;
}

#background_black {
	background: black;
	filter: Alpha(opacity=60);
	position: absolute;
	width: 100%;
	top: 0;
	display: none;
}
.liu{width:100%;overflow:hidden;}
.liu img{width:84%; margin:0 auto; overflow:hidden;}