* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
}

input {
	outline: none;
	appearance: none;
	border: none;
}

.clear {
	clear: both;
}

.cStyle {
	width: 1200px;
	margin: 0 auto;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

html {
	background: #f4f4f4 url(../img/footBg.jpg) no-repeat center bottom;
}

body {
	min-width: 1200px;
	width: 100%;
	max-width: 2560px;
}

.topLogo {
	height: 169px;
	overflow: hidden;
}

.body .topLogo .cStyle {
	position: relative;
	height: 169px;
}

.body .topLogo .center {
/* 	width: 1920px; */
	margin: 0 auto;
}

.body .topLogo .searchInp {
	position: absolute;
	right: 16px;
	top: 0;
	width: 200px;
	padding: 0 43px 0 18px;
	height: 36px;
	transition: 0.2s all;
}

.body .topLogo .searchBtn {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.body .topLogo .search {
	width: 32px;
	height: 36px;
	position: absolute;
	right: 11px;
	bottom: 8px;
}

.searchHide {
	padding: 0 !important;
	width: 0 !important;
}

.styleBlue .nav {
	background: #0b58a0 url(../img/navCenterBg_B.jpg) no-repeat center;
	height: 54px;
}

.styleRed .nav {
	background: #700005 url(../img/navCenterBg_R.jpg) no-repeat center;
	height: 54px;
}

.nav {
	width: 100%;
	height: 54px;
	line-height: 54px;
	z-index: 2;
	position: relative;
}

.nav .cStyle {
/* 	position: relative; */
}

.nav>ul.cStyle {
	height: 30px;
}

.nav>ul>li.parent {
	float: left;
	/* width:10%; */
	/* height: 30px; */
	/* padding: 2px 0; */
/* 	line-height: 30px; */
/* 	position: relative; */
}

.nav li.first {
	/* padding-left: 20px; */
}

.nav>ul>li.parent >.classN {
	padding: 0px 18px;
	display: block;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #fff;
	line-height: 54px;
	cursor: pointer;

}

.nav>ul>li:hover a.classN {
	/* font-weight: 600; */
	background: #fff;
}
.nav .sub{ position:absolute;  top:54px; left:0; background:#fff;  right:0; z-index:2; display:none; 
padding:20px 0; height:auto !important;}
.nav .sub ul{ float:left; width:600px; padding-top:0px; margin-left:50px;}
.nav .sub li{ float:left;width:183px;  height:42px;line-height:42px;}
.nav .sub li em{ font-family:"微软雅黑"; margin-right:10px;font-style:normal}
.nav .sub a{  font-size:14px;font-family:"微软雅黑"; }
.nav .sub .img{ width:340px; float:left; margin-right:20px;}
.nav .sub .img img{ display:block; width:100%}
.nav .sub .title{ float:left; text-align:center; width:210px; margin-right:20px; display:table-cell;
 height:100px; vertical-align:middle; color:#990000; padding-top:5px;display:none;}
.weap {
    width: 1200px;
margin: 0 auto;}
.downBox {
	width: 110px;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 54px;
	z-index: 999;
	padding: 18px 5px;
	width: 170px;

	display: none;
}

.downBox a {
	display: block;
	cursor: pointer;
	line-height: 31px;
	font-size: 16px;
	color: #444;
	text-align: center;
	width: 100%;
	background: url(../img/rArrow.png) no-repeat 5px center;
}

.downBox a:hover {
	color: #93166f;
}
.slider{
	width: 100%;
	height: 440px;
	overflow: hidden;
		position: relative;
}
.slider .slideImg {

	width: 100%;
	height: 440px;
	overflow: hidden;
}

.slider .layui-carousel .titleNew {
	cursor: pointer;
	font-size: 22px;
	color: #fff;
	width: 540px;
	padding: 0 20px;
	height: 40px;
	text-align: left;
	display: inline-block;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -560px;
	line-height: 40px;
	z-index: 99;
	background: rgba(67,67,67,0.6);
}


.slider .layui-carousel .layui-carousel-ind {
	display: none !important;
}
.slider .layui-carousel-arrow{
	border-radius: 0 !important;
	background: rgba(67,67,67,0.6) !important;
	height: 75px !important;
	width: 38px !important;
	top: 40% !important;
}
.slider .layui-carousel-arrow[lay-type=sub]{
	left: 50% !important;
	margin-left: -600px;
}
.slider .layui-carousel-arrow[lay-type=add]{
	right: 50% !important;
	margin-right: -600px;
}


/* 样式切换 */
.styleBlue .topLogo {
	width: 100%;
	background: url(../img/topBg_B.jpg) repeat-x;
}

.styleRed .topLogo {
	width: 100%;
	background: url(../img/topBg_R.jpg) repeat-x;
}

.styleBlue .topLogo .center {
	background: url(../img/topBg2.jpg) no-repeat center;
	height: 169px;
}

.styleRed .topLogo .center {
	background: url(../img/topBarBg_R.jpg) no-repeat center;
	height: 169px;
}

.styleBlue .topLogo .searchInp {
	/* width:238px; */
	background: url(../img/searchBg_B.png) no-repeat;
}

.styleBlue .topLogo .searchBtn {
	width: 32px;
	height: 34px;
	background: url(../img/searchBtn_B.png) no-repeat;
}

.styleRed .topLogo .searchInp {
	/* width:238px; */
	background: url(../img/searchBg_R.png) no-repeat;
}

.styleRed .topLogo .searchBtn {
	width: 32px;
	height: 34px;
	background: url(../img/searchBtn_R.png) no-repeat;
}

.styleBlue .nav ul li:hover a {
	color: #0b58a0;
}
.styleRed .nav ul li:hover a {
	color: #b5000f;
}

.styleBlue .downBox {
	border-bottom: 5px solid #0b58a0;
}

.styleRed .downBox {
	border-bottom: 5px solid #700005;
}
.foot{
	width: 100%;
	height: 260px;
	color: #fff;	
}
.foot .center{
	height: 260px;
	overflow: hidden;
}
.foot .info{
	width: 430px;
	height: 230px;
	overflow: hidden;
	margin-top: 24px;
	position: relative;
}
.foot .info .logo{
	margin-bottom: 15px;
}
.foot .info p{
	height: 24px;
	line-height: 24px;
	font-size: 12px
}
.foot .info p a{
	color: #fff !important;
}
.foot .links{
	width: 420px;
	height: 148px;
	margin-top: 30px;
}
.foot .links li{
	float: left;
	margin: 0px 18px 8px;
	width: 68px;
	cursor: pointer;
}
.foot .links li:hover i{
	opacity: 0.7;
}
.foot .links li i{
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.4);
	border-radius: 4px;
	margin: 0 auto;
}
.foot .links li span{
	color: #fff;
	font-size: 12px
	width:100%;
	text-align: center;
	line-height: 24px;
}
.styleBlue .foot{
	width: 100%;
	background: #0a76d9 url(../img/footBg_B.jpg) no-repeat center;
}
.styleRed .foot{
	width: 100%;
	background: #b5000f url(../img/footBg_R.jpg) no-repeat center;
}


.foot .links li i.icon1{
	background: rgba(255,255,255,0.4) url(../img/icon2.png) no-repeat;
}
.foot .links li i.icon2{
	background: rgba(255,255,255,0.4) url(../img/icon2.png) no-repeat;
}
.foot .links li i.icon3{
	background:rgba(255,255,255,0.4) url(../img/icon3.png) no-repeat center;
}.foot .links li i.icon4{
	background:rgba(255,255,255,0.4) url(../img/icon4.png) no-repeat center;
}.foot .links li i.icon5{
	background:rgba(255,255,255,0.4) url(../img/icon5.png) no-repeat center;
}.foot .links li i.icon6{
	background:rgba(255,255,255,0.4) url(../img/icon6.png) no-repeat center;
}.foot .links li i.icon7{
	background:rgba(255,255,255,0.4) url(../img/icon7.png) no-repeat center;
}.foot .links li i.icon8{
	background:rgba(255,255,255,0.4) url(../img/icon8.png) no-repeat center;
}
.foot .widget{
/* 	position: absolute;
	right: 0;
	bottom: -2px; */
	/* position: relative; */
}
.foot .widget .wx {
	position: relative;
}
.foot .widget .wx .sub{
	display: none;
	position: absolute;
    left: 0px;
    top: -158px;
}
.foot .widget span{
	margin: 0 8px;
	cursor: pointer;
}
.foot .widget .wx:hover .sub{
	display: block;
}


@media screen and (max-width:1200px){
 .body .topLogo .center{
	 max-width: 1200px;
 }
 .styleRed .topLogo .searchInp{
	 width: 238px !important;
	 right: 30px;
 }
}
