/*重置样式*/

* {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
}

em,
strong,
b,
h2,
h3 {
	font-style: normal;
	font-weight: normal;
}

ul,
li {
	list-style: none;
}

fieldset,
form,
label,
input,
button,
map,
img {
	outline: none;
	border: none;
}

.cStyle {
	width: 1118px;
	margin: 0 auto;
}

.pointer {
	cursor: pointer;
}

.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1
}

.elip {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.cStyle{
	width: 1120px;
	margin: 0 auto;
}
body{;min-width: 1200px;}
/*页头*/

.top {
	width: 100%;
	/* height: 192px; */
	margin: 0 auto;
	background:#f3f3f3 url(../img/topBg.png) no-repeat center 32px;
}
.top .logo{
	width: 1245px;
	margin: 0 auto;
	height: 120px;
	background: url(../img/logo2.png) no-repeat 0 10px;
}
.loginBar {
	width: 100%;
	background: #EEEEEC;
	z-index: 99;
	height: 32px;
	min-width: 1200px;
}

.loginBar div.cStyle {
	width: 1118px;
	height: 32px;
}

.loginBar p.fl {
	color: #6d6d6d;
	font-size: 12px;
	line-height: 32px;
}

.loginBar  .fr{
	width: 320px;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	font-weight: 600;
}
.loginBar .search{
	width: 196px;
	height: 32px;
	overflow: hidden;
	margin-right: 10px;
	position: relative;

}
.loginBar .search input{
	position: absolute;
	right: -150px;
	top: 5px;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #4E5465;
	padding-left: 5px;
	font-weight: normal;
		transition: all 1s;

}
.loginBar  .search .btn{
	position: absolute;
	top: 4px;
	right: 0;
	width: 33px;
	height: 32px;
	
	display: block;
	cursor: pointer;
	background: url(../img/search.png) no-repeat;
}

.loginBar  .search:hover input{
	right: 36px;
	
}
.loginBar  .fr a{
	color: #6d6d6d;
}
.loginBar .mail{
	margin: 0 20px;
	line-height: 32px;
}
.nav {
	width: 100%;
/* 	height: 40px; */
	background: url(../img/navBg.png) repeat-x;
	position: relative;
}

.fixedNav{
	position:fixed;left:0;top:0;
	z-index:9;
}
.hiddenBoat{
	display:none
}
.nav .a1{
		font-weight: bold !important;
    font-family: "微软雅黑" ;
}

.nav .center {
	width: 1200px;
	margin: 0 auto;

}
#bg{
	width: 188px;
	height: 80px;
	position: absolute;
	top:-80px;
	right: 0;
	z-index: 99;
}

.layui-nav {background: none !important;	height: 40px;}

.layui-nav>li {
	float: left;
	line-height: 40px !important;
}

.layui-nav-more,
.layui-nav-bar {
	display: none !important;
}
.layui-nav li.line{
	width: 2px;
	height: 16px;
	margin-top: 16px;
	background: #fff; 
}
.layui-nav>li>a {
	font-size: 16px;
	color: white !important;
	font-family: "微软雅黑";
	padding: 0px 12px !important;
}

.layui-nav>li.one>a {
	line-height: 32px !important;
	font-size: 14px;
	font-family: "microsoft yahei"
	font-weight: bold;
	color: #FFFFFF !important;
}
.layui-nav-child {
	z-index: 999 !important;
}
.layui-carousel-ind{
	display: none;
}
.layui-nav .layui-nav-item{
	position: relative !important;
}
.layui-nav .layui-nav-item .box{
	position: absolute;
	z-index: 5;
	display: none;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 96px;
	height: 268px;
	text-align: center;
}
.layui-nav .layui-nav-item .on{
	background:#e8fffb;
	height: 268px;
	color: #444444;
	text-align: center;
}
.layui-nav .layui-nav-item .box a{
	line-height: 2.2;
	padding-left: 0;
	padding-right: 0;
	color: #b1a8a8;
	font-family: "microsoft yahei"

}
.layui-nav .layui-nav-item .on a{
	color: #444444;
	font-family: "microsoft yahei"
}
.layui-nav .layui-nav-item .on a:hover{
	color: #004739;
	font-weight: bold;
}
.nav .slideBox{
	width: 100%;
	height: 300px;
	background-image:url(../img/navSbg1.png),url(../img/navSBg2.png);
	background-position: left center,right bottom;
	background-repeat: no-repeat, no-repeat;
	background-color: #fff;
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 40px;
}

@media screen and (max-width: 1890px) {
   .nav .slideBox{
	   width: 100%;
	   height: 300px;
	   background-image:url(../img/navSbg3.png),url(../img/navSBg2.png);
	   background-position: left center,right bottom;
	   background-repeat: no-repeat, no-repeat;
	   background-color: #fff;
	   display: none;
	   position: absolute;
	   z-index: 2;
	   left: 0;
	   top: 40px;
   }
}
/*  新闻轮播图*/


/*.layui-carousel .slideImg{ background: url(../img/banner.jpg) no-repeat center;}*/

.slideImg {
	position: relative;
	width: 100%;
	height: 100%;
}

.layui-carousel .titleNew {
	font-size: 22px;
	color: #fff;
	width: 800px;
	left: 50%;
	margin-left: -598px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	line-height: 40px;
	z-index: 99;
}

.layui-carousel .layui-carousel-ind .layui-this {
	background: #ffbd30 !important;
}

.layui-carousel .layui-carousel-ind {
	width: 100% !important;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: rgba(0, 0, 0, .5) !important;
	border-radius: 0 !important;
	height: 40px;
	top: -40px !important;
}

.layui-carousel-ind ul {
	background: none !important;
	display: inline-block;
	padding: 16px 0 !important;
	position: absolute;
	width: 150px;
	right: 20%;
}


/*页尾*/
.foot{
	width: 100%;
	height:178px;
	background:#00493b;
}
.footIN{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	    padding-top: 18px;
    /* padding-bottom: 10px; */
    height: 160px;
	background: url(../img/footBg.png) no-repeat center right;
	color: #fff;
	font-size: 13px;
	line-height: 1.8;
	position: relative;
}
.footIN .code1{
	position: absolute;
	left: 16%;
	top: 30px;
}
.footIN .code2{
	position: absolute;
	right: 16%;
	top: 30px;
}
.footIN p a{
	color: #fff;
	cursor: pointer;
}
.center_f{
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#_ideConac{
	position: absolute;
	left: 130px;
	top: 50px;
}