/********************header部分*******************/

#myclock {
	color: #121212;
	font-size: 14px;
	margin-top: 18px;
}

.myclock {
	line-height: 16px;
	height: 16px;
}


/*模板1*/

.headerModule-1 {
	width: 100%;
	/*background: #d2d6dd;*/
	position: relative;
}

.headerModule-1 hr {
	width: 100%;
	position: absolute;
	top: 70px;
	left: 0px;
	background-color: #272727;
}

.headerModule-1-safety {
	/*background-size:cover;*/
	max-width: 1920px;
	min-width: 1200px;
	height: 184px;
	/*height: 600px;*/
	margin: 0 auto;
}

.headerModule-1-content {
	width: 1200px;
	margin: 0 auto;
}

.headerModule-1-content .login {
	/*height: 93px;*/
	/*position: relative;*/
	/*line-height: 80px;*/
	margin-top: 37px;
}

.headerModule-1-content .searchIcon {
	/*position: absolute;*/
	/*top: 48%;*/
	/*right: 128px;*/
	/*transform: translate(0,-50%);*/
}

.headerModule-1-content .login a {
	/*position: absolute;*/
	/*right: 0px;*/
	/*display: inline-block;*/
	/*color: #2F343B;*/
}

.headerModule-1-content .logo-reg {
	margin-left: 48px;
	margin-top: 2px;
}

.headerModule-1-content .logo-reg li {
	float: left;
}

.headerModule-1-content .logo-reg li a {
	font-size: 16px;
	color: #2F343B;
	text-decoration: none;
}

.headerModule-1-content .out a {
	display: block;
	padding: 20px 0;
	text-align: center;
	font-size: 18px;
	background: #fff;
	color: #000000;
}

.headerModule-1-content .login a:hover {
	color: #181818;
}

.headerModule-1 .logoNav {
	/*height: 76px;*/
	/*padding-top: 30px;*/
}

.headerModule-1 .nav>li {
	float: left;
	margin-right: 32px;
}

.headerModule-1 .nav>li:last-child {
	margin-right: 0;
}

.headerModule-1 .nav a {
	color: #181818;
	font-size: 16px;
}

.headerModule-1 .nav a.active {
	padding-bottom: 2px;
	border-bottom: 2px solid #545E6B;
}

.headerModule-1 .nav a:hover {
	padding-bottom: 2px;
	border-bottom: 2px solid #545E6B;
}


/*模板2*/

.headerModule-2 {
	width: 100%;
	/*background: #d2d6dd;*/
	position: relative;
}

.headerModule-2 hr {
	width: 100%;
	position: absolute;
	top: 70px;
	left: 0px;
	background-color: #777d80;
}

.headerModule-2-safety {
	/*background-size:cover;*/
	max-width: 1920px;
	min-width: 1200px;
	height: auto;
	/*height: 600px;*/
	margin: 0 auto;
}

.headerModule-2-content {
	width: 1200px;
	margin: 0 auto;
}

.headerModule-2-content .login {
	height: 80px;
	position: relative;
	line-height: 80px;
}

.headerModule-2-content .searchIcon {
	position: absolute;
	top: 50%;
	right: 128px;
	transform: translate(0, -50%);
}

.headerModule-2-content .login a {
	position: absolute;
	top: 28px;
	right: -39px;
	color: #181818;
	font-size: 16px;
}

.headerModule-2-content .login a:hover {
	color: #181818;
}

.headerModule-2 .logoNav {
	height: 76px;
	padding-top: 30px;
}

.headerModule-2 .logo {
	width: 135px;
	height: 36px;
	/*background: pink;*/
}

.headerModule-2 .nav>li {
	float: left;
	margin-right: 32px;
}

.headerModule-2 .nav>li:last-child {
	margin-right: 0;
}

.headerModule-2 .nav a {
	color: #181818;
	font-size: 16px;
}

.headerModule-2 .nav a.active {
	border-bottom: 2px solid #545E6B;
}

.headerModule-2 .nav a:hover {
	padding-bottom: 2px;
	border-bottom: 2px solid #545E6B;
}


/*模板3*/

.headerModule-3 {
	width: 100%;
	/*background: #d2d6dd;*/
	position: relative;
}

.headerModule-3-safety {
	/*background-size:cover;*/
	max-width: 1920px;
	min-width: 1200px;
	height: auto;
	/*height: 600px;*/
	margin: 0 auto;
}

.headerModule-3-content {
	width: 1200px;
	margin: 0 auto;
}

.headerModule-3 .bannerimg {
	background-size: 100% 100%;
}

.headerModule-3 .swiper-container-horizontal>.swiper-pagination-bullets {
	position: absolute;
	left: 50%;
	bottom: 17px;
	transform: translate(0, -50%);
	z-index: 1;
}

.headerModule-3 .swiper-pagination3 {
	position: absolute;
	left: 50%;
	bottom: 17px;
	transform: translate(0, -50%);
	z-index: 1;
}

.headerModule-3 .swiper-pagination-switch {
	display: inline-block;
	opacity: 0.8;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #000;
	margin: 0 5px;
}

.headerModule-3 .swiper-pagination-bullet {
	/*opacity: 0.8;*/
}

.headerModule-3 .swiper-pagination-bullet-active {
	/*background: #ffffff;*/
}

.headerModule-3 .swiper-active-switch {
	background: #ffffff;
}

.headerModule-3 .swiper-slide {
	height: 450px !important;
}

.headerModule-3 .swiper-wrapper {
	height: 450px !important;
}

.headerModule-3 .swiper-slide a {
	position: relative;
	display: block;
	height: 450px !important;
	overflow: hidden;
}

.headerModule-3 .swiper-slide img {
	position: absolute;
	height: 450px !important;
	left: 50%;
	width: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.headerModule-3 .top {
	width: 100%;
	height: 48px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.headerModule-3 .top-content {
	width: 1200px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	position: relative;
}

.headerModule-3 .top-content .searchicon {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-size: 100% 100%;
	position: absolute;
	top: 47%;
	left: 0px;
	transform: translate(0, -50%);
}

.headerModule-3 .top-content .search input {
	width: 125px;
	margin-left: 25px;
	font-size: 14px;
	color: #ffffff;
}

.headerModule-3 .top-content .logo {
	/*width: 210px;*/
	height: 48px;
	position: absolute;
	left: 49%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.headerModule-3 .top-content .login {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 14px;
	color: #ffffff;
	width: 93px;
}

.headerModule-3 .top-content .login img {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0, -50%);
}

.headerModule-3 .top-content .login span {
	/*margin-left: 15px;*/
}

.headerModule-3 .navbox {
	width: 100%;
	/*height: 64px;*/
	background: rgba(0, 0, 0, 1);
}

.headerModule-3 .nav {
	width: 1200px;
	/*height: 64px;*/
	line-height: 64px;
	margin: 0 auto;
	position: relative;
}

.headerModule-3 .nav>li {
	float: left;
	margin-right: 32px;
}

.headerModule-3 .nav>li:last-child {
	margin-right: 0;
}

.headerModule-3 .nav a {
	color: #ffffff;
	font-size: 16px;
}

.headerModule-3 .nav a.active {
	padding-bottom: 2px;
	border-bottom: 2px solid #fff;
}

.headerModule-3 .nav a:hover {
	padding-bottom: 2px;
	border-bottom: 2px solid #fff;
}

.headerModule-3 .xx li:first-child {
	/*margin-top: 4px;*/
}


/*模板4*/

.headerModule-4 {
	width: 100%;
}

.headerModule-4-safety {
	max-width: 1920px;
	height: 296px;
	margin: 0 auto;
}

.headerModule-4-content {
	position: relative;
	width: 1200px;
	height: 296px;
	margin: 0 auto;
	border: 0.1px solid transparent;
}

.headerModule-4-hr {
	width: 100%;
	height: 4px;
}

.headerModule-4-content .header-top {
	margin-top: 93px;
}

.headerModule-4-content .search {
	width: 400px;
	height: 38px;
	border: 1px solid #5269B9;
	border-radius: 10px;
	margin-top: 13px;
}

.headerModule-4-content .search input {
	width: 330px;
	height: 38px;
	background: #fff;
	border: 0;
	border-radius: 10px 0 0 10px;
	text-indent: 2em;
	font-size: 16px;
	color: #9EA7B4;
}

.headerModule-4-content .search .sousuo {
	display: inline-block;
	cursor: pointer;
	width: 70px;
	height: 38px;
	border-radius: 0 10px 10px 0;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	background-image: none;
	margin-top: 0;
}

.headerModule-4-content .header-nav {
	position: absolute;
	bottom: -4px;
	width: 100%;
	height: 82px;
}

.headerModule-4-content .header-nav .nav {
	width: 1005px;
}

.headerModule-4-content .header-nav .nav .arrowtop,
.headerModule-4-content .header-nav .nav .arrowbottom {
	/*margin-left: 10px;*/
	/*margin-bottom: 6px;*/
}

.headerModule-4-content .header-nav .nav>li {
	position: relative;
	float: left;
	font-size: 24px;
	line-height: 82px;
	padding-left: 34px;
	padding-right: 20px;
}

.headerModule-4-content .header-nav .nav>li .slide {
	position: absolute;
	top: 82px;
	left: 14px;
	background-color: #fff;
	z-index: 999;
	padding: 0;
}

.headerModule-4-content .header-nav .nav>li .slide>li {
	font-size: 16px;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #DDDEE1;
	width: 140px;
	text-align: center;
	overflow: hidden;
}

.headerModule-4-content .header-nav .nav>li .slide>li>a:hover {
	border-left: 2px solid #5269B9;
	color: #464C5B;
}

.headerModule-4-content .header-nav .nav>li .slide>li>a.active {
	border-left: 2px solid #5269B9;
	color: #464C5B;
}

.headerModule-4-content .header-nav .nav>li .slide>li>a {
	display: inline-block;
	color: #9EA7B4;
	width: 100%;
	border-left: 2px solid transparent;
}

.headerModule-4-content .header-nav .nav>li>a {
	color: #FFFFFF;
}

.headerModule-4 .nav>li>a>span {
	width: 10px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	background: url("../images/headerModule-4/bottom.png") no-repeat;
}

.headerModule-4 .nav>li>a>span.arrowtop {
	display: none;
	background: url("../images/headerModule-4/top.png") no-repeat;
}

.headerModule-4 .navmore {
	top: 82px;
	left: 0px;
	width: 140px;
	padding: 0;
}

.headerModule-4 .navmore>li {
	font-size: 16px;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #DDDEE1;
	text-align: center;
	overflow: hidden;
	margin-top: 0;
}

.headerModule-4 .navmore>li>a {
	color: #9EA7B4;
	border-left: 2px solid rgba(0, 0, 0, 0);
}

.headerModule-4 .navmore>li>a:hover {
	border-left: 2px solid #5269B9;
	color: #464C5B;
	display: block;
	height: 43px;
	line-height: 43px;
	overflow: hidden;
}

.headerModule-4 .navmore>li>a.active {
	border-left: 2px solid #5269B9;
	color: #464C5B;
}

.headerModule-4-content .header-nav .denglu {
	position: absolute;
	top: 0;
	right: 0;
	width: 195px;
	height: 82px;
	background-image: url(../images/headerModule-4/login.png);
	background-repeat: no-repeat;
	background-size: cover;
	line-height: 82px;
	text-align: center;
}

.headerModule-4-content .header-nav .zhuce {
	position: absolute;
	top: 0;
	right: 0;
	width: 195px;
	height: 82px;
	background-image: url(../images/headerModule-4/login.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.headerModule-4-content .header-nav .zhuce .avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-top: 10px;
}

.headerModule-4-content .header-nav .zhuce .treg {
	margin-top: 5px;
}

.headerModule-4-content .header-nav .zhuce .treg a {
	font-size: 22px;
	color: #fff;
}

.headerModule-4-content .header-nav .zhuce .out {
	width: 140px;
	position: absolute;
	z-index: 99;
	top: 82px;
	right: 24px;
	box-shadow: 0px 10px 20px -7px #535f6f;
}

.headerModule-4-content .header-nav .zhuce .xx {
	height: 82px;
}

.headerModule-4-content .header-nav .zhuce .out>div {
	box-shadow: 0px 10px 20px -7px #535f6f;
}

.headerModule-4-content .header-nav .zhuce .out>div a {
	display: block;
	background-color: #fff;
	font-size: 16px;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #DDDEE1;
	width: 140px;
	text-align: center;
	color: #9EA7B4;
}

.headerModule-4-content .header-nav .denglu a {
	font-size: 22px;
	color: #FFFFFF;
}


/*模板5*/

.headerModule-5 {
	width: 100%;
}

.headerModule-5-safety {
	max-width: 1920px;
	min-width: 1200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	height: 196px;
	margin: 0 auto;
}

.headerModule-5-content {
	width: 1200px;
	height: 196px;
	margin: 0 auto;
	border: 0.1px solid transparent;
}

.headerModule-5-hr {
	width: 100%;
	height: 4px;
}

.headerModule-5-content .denglu {
	font-size: 16px;
	margin-top: 24px;
	text-align: right;
}

.headerModule-5-content .denglu a {
	color: #fff;
}

.headerModule-5-content .header-top {
	width: 900px;
	margin-top: 13px;
}

.headerModule-5-content .header-top .search {
	width: 256px;
	height: 36px;
	margin-top: 8px;
}

.headerModule-5-content .header-top .search input {
	width: 200px;
	height: 36px;
	border: 0;
	background-color: #fff;
	text-indent: 2em;
	font-size: 16px;
	color: #9EA7B4;
	border-radius: 5px 0 0 5px;
}

.headerModule-5-content .header-top .search .sousuo {
	cursor: pointer;
	width: 56px;
	height: 36px;
	border-radius: 0 5px 5px 0;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background-image: none;
}

.headerModule-5-safety .header-nav {
	max-width: 1920px;
	min-width: 1200px;
	height: 50px;
	background-image: url(../images/headerModule-5/2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: -46px;
	border: 0.1px solid transparent;
}

.headerModule-5-safety .header-nav .nav {
	/*margin-top: 20px;*/
	/*margin-right: 30px;*/
}

.headerModule-5-safety .header-nav .nav>li {
	position: relative;
	float: left;
	/*padding: 0 17px;*/
	/*border-right: 2px solid #F5F4E9;*/
	font-size: 16px;
	line-height: 50px;
}


/*.headerModule-5-safety .header-nav .nav>li .arrowtop,*/


/*.headerModule-5-safety .header-nav .nav>li .arrowbottom {*/


/*margin-left: 5px;*/


/*margin-bottom: 3px;*/


/*}*/

.headerModule-5 .nav>li>a>span {
	width: 10px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	background: url("../images/headerModule-5/bottom.png") no-repeat;
}

.headerModule-5 .nav>li>a>span.arrowtop {
	display: none;
	background: url("../images/headerModule-5/top.png") no-repeat;
}

.headerModule-5-safety .header-nav .nav>li>a.active {
	color: #FAE529;
}

.headerModule-5-safety .header-nav .nav>li>a:hover {
	color: #FAE529;
}

.headerModule-5-safety .header-nav .nav>li:last-child {
	/*border-right: 0;*/
}

.headerModule-5-safety .header-nav .nav>li>a {
	color: #fff;
	padding: 0 17px;
	border-right: 2px solid #F5F4E9;
}

.headerModule-5-safety .header-nav .nav>li:last-child>a {
	border-right: 0;
}

.headerModule-5-safety .header-nav .nav>li .slide {
	position: absolute;
	left: 10px;
	top: 44px;
	width: 100px;
	/*background-color: #fff;*/
	z-index: 999;
	background-image: url(/themes/simpleboot3/public/assets/whgcms/images/headerModule-4/top.png);
	background-repeat: no-repeat;
	background-position: center 1px;
	padding: 0;
	padding-top: 6px;
	background-color: transparent;
}

.headerModule-5-safety .header-nav .nav>li .slide>li {
	font-size: 14px;
	line-height: 44px;
	text-align: center;
	background-color: #fff;
	height: 44px;
	overflow: hidden;
}

.headerModule-5-safety .header-nav .nav>li .slide>li>a {
	display: inline-block;
	width: 100px;
	color: #9EA7B4;
}

.headerModule-5-safety .header-nav .nav>li .slide li>a:hover {
	color: #464C5B;
}

.headerModule-5-safety .header-nav .nav>li .slide li>a.active {
	color: #464C5B;
}

.headerModule-5-safety .navmore {
	top: 44px;
	left: 0px;
	width: 100px;
	background-image: url(../images/headerModule-4/top.png);
	background-repeat: no-repeat;
	background-position: center 1px;
	padding-top: 6px;
	background-color: transparent;
}

.headerModule-5-safety .navmore>li {
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	background: #fff;
	margin-top: 0;
}

.headerModule-5-safety .navmore>li>a {
	color: #9EA7B4;
}

.headerModule-5-safety .navmore>li>a:hover {
	color: #464C5B;
}

.headerModule-5-safety .navmore>li>a.active {
	color: #464C5B;
}


/*.headerModule-5-safety .header-nav .nav>li .slide img {*/


/*position: absolute;*/


/*top: -5px;*/


/*left: 45%;*/


/*}*/

.headerModule-5-content .zhuce {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	margin-top: 24px;
	text-align: right;
}

.headerModule-5-content .zhuce .xx {
	display: inline-block;
}

.headerModule-5-content .zhuce .avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
}

.headerModule-5-content .zhuce .treg a {
	color: #fff;
	line-height: 28px;
	margin-left: 10px;
}

.headerModule-5-content .zhuce .out {
	position: absolute;
	top: 30px;
	right: 18px;
	width: 100px;
	box-shadow: 0px 10px 20px -7px #535f6f;
	z-index: 2;
}

.headerModule-5-content .zhuce .out>div a {
	display: block;
	font-size: 14px;
	line-height: 44px;
	text-align: center;
	background-color: #fff;
	color: #9EA7B4;
}


/*模板6*/

.headerModule-6 {
	width: 100%;
	position: relative;
}

.headerModule-6-top {
	background-color: #fff;
}

.headerModule-6-topSafety,
.headerModule-6-botSafety {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}

.headerModule-6-topContent {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}

.headerModule-6-botContent {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}

.headerModule-6-top .logo {
	height: 58px;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(0, -50%);
}

.headerModule-6-top .login {
	margin-top: 23px;
}

.headerModule-6-top .sousuoinput {
	width: 190px;
	height: 36px;
	background-color: #cccccc;
	color: #000;
	top: 0;
	left: 0;
	padding-left: 10px;
}

.headerModule-6-top .search {
	width: 256px;
	margin-right: 44px;
}

.headerModule-6-top .search .sousuo {
	width: 56px;
	height: 36px;
	background-color: #131313;
	top: 0;
	background-size: 35%;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0;
	background-image: url("../images/search-nav.png");
}

.headerModule-6-top .logo-reg li a {
	color: #252525;
	font-size: 16px;
	line-height: 36px;
}

.headerModule-6-top .login-reg {
	line-height: 36px;
}

.headerModule-6-top .login-reg .out a {
	display: block;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
}

.headerModule-6-bot {
	background-color: #252525;
}

.headerModule-6-bot .nav>li {
	float: left;
	padding-left: 23px;
	padding-right: 62px;
	line-height: 75px;
	background: url("../images/headerModule-6/navbg.png") no-repeat right center;
	position: relative;
}

.headerModule-6-bot .nav>li:last-child {
	padding-right: 24px;
	background: none;
}

.headerModule-6-bot .nav>li>a {
	color: #fff;
	font-size: 24px;
}

.headerModule-6-bot .nav>li>a>span {
	width: 10px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	background: url("../images/headerModule-6/arrowbot.png") no-repeat;
}

.headerModule-6-bot .nav>li>a>span.arrowtop {
	display: none;
	background: url("../images/headerModule-6/arrowtop.png") no-repeat;
}

.headerModule-6-bot .subnav {
	background-color: #252525;
	left: 4px;
	top: 80px;
	padding: 0;
}

.headerModule-6-bot .subnav>li {
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	overflow: hidden;
}

.headerModule-6-bot .subnav>li>a {
	color: #fff;
	display: block;
}

.headerModule-6-bot .subnav>li>a:hover {
	background-color: #B12921;
}

.headerModule-6-bot .subnav>li>a.active {
	background-color: #B12921;
}

.headerModule-6-bot .navmore {
	position: absolute;
	top: 80px;
	left: -10px;
	width: 140px;
	background: #252525;
	text-align: center;
	padding: 0;
	z-index: 2;
	display: none;
}

.headerModule-6-bot .navmore>li {
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	margin-top: 0;
	overflow: hidden;
}

.headerModule-6-bot .navmore>li>a {
	color: #fff;
	display: block;
}

.headerModule-6-bot .navmore>li>a:hover {
	background-color: #B12921;
}

.headerModule-6-bot .navmore>li>a.active {
	background-color: #B12921;
}


/*模板7*/

.headerModule-7 {
	width: 100%;
	position: relative;
}

.headerModule-7-top {
	background-color: #fff;
	border-bottom: 1px solid #BFBEBE;
}

.headerModule-7-topSafety,
.headerModule-7-botSafety {
	/*background-size:cover;*/
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}

.headerModule-7-topContent,
.headerModule-7-botContent {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}

.headerModule-7-top .time {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}

.headerModule-7-top .sousuoinput {
	width: 310px;
	height: 32px;
	background-color: #fff;
	color: #999999;
	top: 0;
	left: 0;
	padding-left: 10px;
}

.headerModule-7-top .search {
	width: 374px;
	margin-right: 44px;
	border: 1px solid rgba(0, 0, 0, .4);
}

.headerModule-7-top .search .sousuo {
	width: 54px;
	height: 32px;
	background-color: #a94050;
	top: 0;
	background-size: 35%;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0;
	background-image: url("../images/search-nav.png");
}

.headerModule-7-top .logo-reg li a {
	color: #1C2438;
	font-size: 16px;
	line-height: 32px;
}

.headerModule-7-top .login-reg {
	line-height: 32px;
}

.headerModule-7-bot {
	background: #fff;
	/*box-shadow:7px 0px 13px rgba(0,0,0,0.29);*/
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.29);
}

.headerModule-7-botContent {
	height: 120px;
	position: relative;
}

.headerModule-7-bot .nav {
	float: right;
}

.headerModule-7-bot .logo {
	/*height: 78px;*/
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(0, -50%);
}

.headerModule-7-bot .nav>li {
	float: left;
	width: 124px;
	height: 120px;
	text-align: center;
	font-size: 22px;
	/*border-right: 1px solid #BFBEBE;*/
	position: relative;
}

.headerModule-7-bot .nav>li>a {
	display: block;
	width: 124px;
	height: 120px;
	color: #1C2438;
	position: relative;
}

.headerModule-7-bot .nav>li>a:hover {
	background-color: #EDE3D7;
	color: #1C2438;
}

.headerModule-7-bot .nav>li>a.active {
	background-color: #EDE3D7;
	color: #1C2438;
}

.headerModule-7-bot .nav>li>a>span {
	display: block;
	height: 44px;
	writing-mode: tb-rl;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.headerModule-7-bot .subnav {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 160px;
	background: #fff;
	text-align: left;
	padding: 0;
	z-index: 2;
	background: #D0443B;
	display: none;
}

.headerModule-7-bot .subnav>li {
	line-height: 50px;
	height: 50px;
	font-size: 20px;
	overflow: hidden;
}

.headerModule-7-bot .subnav>li>a {
	display: block;
	color: #fff;
	padding: 0 10px;
}

.headerModule-7-bot .subnav>li>a:hover {
	background-color: #D95F58;
}

.headerModule-7-bot .subnav>li>a.active {
	background-color: #D95F58;
}

.headerModule-7-top .login-reg .out a {
	display: block;
	text-align: center;
	font-size: 16px;
	background-color: #a94050;
	color: #fff;
}

.headerModule-7-top .login {
	margin-top: 9px;
}

.headerModule-7-bot .navmore {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 160px;
	background: rgba(237, 227, 215, .7);
	;
	text-align: center;
	padding: 0;
	z-index: 2;
	display: none;
}

.headerModule-7-bot .navmore>li {
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	margin-top: 0;
	overflow: hidden;
}

.headerModule-7-bot .navmore>li>a {
	color: #1C2438;
	display: block;
	padding: 0 10px;
}

.headerModule-7-bot .navmore>li>a:hover {
	background-color: #EDE3D7;
}

.headerModule-7-bot .navmore>li>a.active {
	background-color: #EDE3D7;
}


/*模板8*/

.headerModule-8 {
	width: 100%;
	position: relative;
	/*box-shadow:7px 0px 13px rgba(0,0,0,0.29);*/
}

.headerModule-8-top {
	/*background-color: #F1F0F0;*/
}

.headerModule-8-topSafety,
.headerModule-8-botSafety {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}

.headerModule-8-topContent {
	width: 1200px;
	height: 115px;
	margin: 0 auto;
	position: relative;
}

.headerModule-8-botContent {
	width: 1200px;
	height: 86px;
	margin: 0 auto;
}

.headerModule-8-top .logo {
	/*height: 58px;*/
	position: absolute;
	top: 57px;
	left: 50%;
	transform: translate(-50%, 0);
}

.headerModule-8-top .login {
	position: absolute;
	top: 17px;
	right: 0;
}

.headerModule-8-top .sousuoinput {
	width: 139px;
	height: 36px;
	color: #000;
	top: 0;
	left: 0;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom: 1px solid #A8A8A8;
}

.headerModule-8-top .search {
	width: 256px;
	margin-top: 30px;
	/*margin-right: 44px;*/
}

.headerModule-8-top .search .sousuo {
	width: 56px;
	height: 36px;
	top: 0;
	margin-top: 0;
	background: none;
	font-size: 18px;
	color: #1C2438;
	text-align: center;
	line-height: 36px;
}

.headerModule-8-top .logo-reg li {
	padding: 3px 12px;
	border: 1px solid #121212;
	border-radius: 13px;
}

.headerModule-8-top .logo-reg li a {
	color: #121212;
	font-size: 14px;
}

.headerModule-8-top .logo-reg li:first-child {
	margin-left: 10px;
}

.headerModule-8-top .login-reg .out a {
	display: block;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	line-height: 38px;
}

.headerModule-8-bot {
	margin-top: 50px;
	/*background-color: #F1F0F0;*/
	/*background-image: url("../images/headerModule-8/navbg.png");*/
	background-repeat: repeat-x;
	background-position: top center;
}

.headerModule-8-bot .nav>li {
	float: left;
	padding-right: 22px;
	line-height: 83px;
	position: relative;
}

.headerModule-8-bot .nav>li:first-child {
	padding-left: 0;
}

.headerModule-8-bot .nav>li:last-child {
	padding-right: 0;
	background: none;
}

.headerModule-8-bot .nav>li>a {
	color: #3C6098;
	font-size: 18px;
	padding: 6px 15px;
	border: 1px solid #3C6098;
	border-radius: 20px;
}

.headerModule-8-bot .nav>li>a.active {
	background: #D25C56;
	border: 1px solid #D25C56;
	color: #FFFFFF;
}

.headerModule-8-bot .nav>li:hover>a {
	background: #D25C56;
	border: 1px solid #D25C56;
	color: #FFFFFF;
}

.headerModule-8-bot .nav>li>a>span {
	width: 10px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	background: url("../images/headerModule-8/arrowbot.png") no-repeat;
}

.headerModule-8-bot .nav>li>a>span.arrowtop {
	display: none;
	background: url("../images/headerModule-6/arrowbot.png") no-repeat;
}

.headerModule-8-bot .subnav {
	background-color: #F1F0F0;
	left: 0px;
	top: 86px;
	padding: 0;
	width: 140px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.29);
}

.headerModule-8-bot .subnav>li {
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	overflow: hidden;
}

.headerModule-8-bot .subnav>li>a {
	color: #1C2438;
	display: block;
}

.headerModule-8-bot .subnav>li>a:hover {
	color: #ED1B23;
}

.headerModule-8-bot .subnav>li>a.active {
	color: #ED1B23;
}

.headerModule-8-bot .navmore {
	position: absolute;
	top: 50px;
	left: auto!important;
	right: 0!important;
	width: 140px;
	background: transparent;
	text-align: center;
	padding: 0;
	z-index: 2;
	display: none;
}

.headerModule-8-bot .navmore>li {
	font-size: 18px;
	margin-top: 0;
	float: right;
	padding-left: 22px;
	overflow: hidden;
}

.headerModule-8-bot .navmore>li>a {
	color: #3C6098;
    font-size: 18px;
    padding: 6px 15px;
    border: 1px solid #3C6098;
	border-radius: 20px;
}

.headerModule-8-bot .navmore>li>a:hover {
	background: #D25C56;
	border: 1px solid #D25C56;
	color: #FFFFFF;
}

.headerModule-8-bot .navmore>li>a.active {
	background: #D25C56;
	border: 1px solid #D25C56;
	color: #FFFFFF;
}


/*模板9*/

.headerModule-9 {
	width: 100%;
	position: relative;
}

.headerModule-9-top {
	background-color: #333333;
}

.headerModule-9-topSafety,
.headerModule-9-botSafety {
	/*background-size:cover;*/
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}

.headerModule-9-topContent,
.headerModule-9-botContent {
	width: 1200px;
	height: 30px;
	margin: 0 auto;
	position: relative;
}

.headerModule-9-top .time {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.headerModule-9-bot .sousuoinput {
	width: 185px;
	height: 32px;
	/*background-color: #cccccc;*/
	color: #000;
	top: 0;
	left: 0;
	padding-left: 10px;
	border-bottom: 1px solid #999999;
	/*background: url("../images/headerModule-9/searchbg.png") no-repeat bottom center;*/
}

.headerModule-9-bot .search {
	width: 254px;
	/*margin-right: 44px;*/
}

.headerModule-9-bot .search .sousuo {
	width: 54px;
	height: 32px;
	/*background-color: #D0443B;*/
	top: 0;
	background-size: 35%;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0;
	background-image: none;
	font-size: 24px;
	color: #2F2C2C;
	text-align: center;
	line-height: 32px;
}

.headerModule-9-top .logo-reg li a {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}

.headerModule-9-top .login-reg {
	line-height: 32px;
}

.headerModule-9-bot {
	/*background: #fff;*/
	/*box-shadow:7px 0px 13px rgba(0,0,0,0.29);*/
}

.headerModule-9-botContent {
	height: 316px;
	position: relative;
}

.headerModule-9-bot .nav {
	/*float: right;*/
}

.headerModule-9-bot .logo {
	height: 116px;
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 0px;*/
	/*transform: translate(0,-50%);*/
}

.headerModule-9-bot .nav>li {
	float: left;
	width: 76px;
	height: 190px;
	text-align: center;
	font-size: 22px;
	/*border-right: 1px solid #BFBEBE;*/
	position: relative;
	margin-right: 48px;
	/*padding-top: 70px;*/
}

.headerModule-9-bot .nav>li:last-child {
	margin-right: 0;
}

.headerModule-9-bot .nav>li>a>span {
	display: block;
	/*height: 44px;*/
	writing-mode: tb-rl;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	padding-top: 77px;
}

.headerModule-9-bot .subnav {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 160px;
	background: #fff;
	text-align: left;
	padding: 0;
	z-index: 2;
	background: #D0443B;
	display: none;
}

.headerModule-9-bot .subnav>li {
	line-height: 50px;
	height: 50px;
	font-size: 20px;
	overflow: hidden;
}

.headerModule-9-bot .subnav>li>a {
	display: block;
	color: #fff;
	padding: 0 10px;
}

.headerModule-9-bot .subnav>li>a:hover {
	background-color: #D95F58;
}

.headerModule-9-bot .subnav>li>a.active {
	background-color: #D95F58;
}

.headerModule-9-top .login-reg .out a {
	display: block;
	text-align: center;
	font-size: 16px;
	background-color: #323232;
	color: #fff;
}

.headerModule-9-top .login {
	/*margin-top: 9px;*/
}

.headerModule-9-bot .navmore {
	width: 140px!important;
	position: absolute;
	top: 140px;
	left: auto;
	right: 0px !important;
	width: auto;
	background: #ffffff;
	text-align: center;
	padding: 10px 0;
	z-index: 2;
	display: none;
}

.headerModule-9-bot .navmore>li {
	/*height: 50px;*/
	font-size: 20px;
	text-align: center;
	margin-top: 0;
	overflow: hidden;
	line-height: 40px;
}
.headerModule-9-bot .navmore>li>a {
	color: #191818;
	display: block;
	padding: 0 10px;
}

.headerModule-9-bot .navmore>li>a>span {
	/*writing-mode: tb-rl;*/
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*transform: translate(0,-50%);*/
	/*height: 118px;*/
}


/*模板10*/

.headerModule-10 {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 9999;
}

.headerModule-10-botSafety {
	max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.headerModule-10-bot .sousuoinput {
	width: 141px;
	height: 20px;
	/*background-color: #cccccc;*/
	color: #333;
	top: 0;
	left: 0;
	padding-left: 10px;
	border-bottom: 1px solid #333;
	margin-top: 9px;
}

.headerModule-10-bot .search {
	width: 205px;
	position: absolute;
	right: 0px;
	top: 30px;
	z-index: -1;
	background: #fff;
	padding-left: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.headerModule-10-bot .searchIcon:hover .search {
	position: absolute;
	right: 0px;
	top: 70px;
}

.headerModule-10-bot .search .sousuo {
	width: 54px;
	height: 40px;
	/*background-color: #D0443B;*/
	top: 0;
	background-size: 35%;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0;
	background-image: none;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 40px;
}

.headerModule-10-bot .logo-reg li a {
	color: #526c95;
	font-size: 16px;
	/*line-height: 32px;*/
}

.headerModule-10-bot .login-reg {
	line-height: 32px;
}

.headerModule-10-bot {
	background: #fff;
	/*box-shadow:7px 0px 13px rgba(0,0,0,0.29);*/
}

.headerModule-10-botContent {
	height: 70px;
	position: relative;
}

.headerModule-10-bot .nav {
	/*float: right;*/
}

.headerModule-10-bot .logo {
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(0, -50%);
}

.headerModule-10-bot .nav>li {
	position: relative;
	float: left;
	font-size: 16px;
	margin-right: 45px;
}

.headerModule-10-bot .nav>li:last-child {
	margin-right: 0;
}

.headerModule-10-bot .nav>li>a {
	display: block;
	color: #666666;
	padding-top: 27px;
	padding-bottom: 27px;
}

.headerModule-10-bot .nav>li>a:hover {
	color: #333;
}

.headerModule-10-bot .nav>li>a.active {
	color: #333;
}

.headerModule-10-bot .nav>li>a>span {
	width: 10px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	background: url("../images/headerModule-8/arrowbot.png") no-repeat;
}

.headerModule-10-bot .nav>li>a>span.arrowtop {
	display: none;
	background: url("../images/headerModule-8/arrowtop.png") no-repeat;
}

.headerModule-10-bot .subnav {
	position: absolute;
	top: 70px;
	left: -40px;
	width: 160px;
	background: #fff;
	text-align: left;
	padding: 0;
	z-index: 2;
	background: #D0443B;
	display: none;
}

.headerModule-10-bot .subnav>li {
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	overflow: hidden;
}

.headerModule-10-bot .subnav>li>a {
	display: block;
	color: #fff;
	padding: 0 10px;
}

.headerModule-10-bot .subnav>li>a:hover {
	background-color: #D95F58;
}

.headerModule-10-bot .subnav>li>a.active {
	background-color: #D95F58;
}

.headerModule-10-top .login-reg .out a {
	display: block;
	text-align: center;
	font-size: 16px;
	background-color: #323232;
	color: #fff;
}

.headerModule-10-top .login {
	/*margin-top: 9px;*/
}

.headerModule-10-bot .navmore {
	position: absolute;
	top: 70px;
	left: auto;
	right: -32px !important;
	width: 120px;
	/*height: 118px;*/
	background: #fff;
	/*box-shadow: 0px 0px 4px rgba(102,42,31,0.32);*/
	text-align: center;
	padding: 0;
	z-index: 2;
	display: none;
}

.headerModule-10-bot .navmore>li {
	/*height: 50px;*/
	font-size: 16px;
	line-height: 35px;
	/*margin-top: 0;*/
	/*overflow: hidden;*/
	/*margin-right: 27px;*/
	/*writing-mode: tb-rl;*/
	/*float: right;*/
	/*height: 118px;*/
}

.headerModule-10-bot .navmore>li>a {
	color: #666666;
	display: block;
	padding: 0 10px;
}

.headerModule-10-bot .navmore>li>a:hover {
	background: #92a5d0;
	color: #fff;
}

.headerModule-10-bot .navmore>li>a.active {
	background: #a94050;
	color: #fff;
}

.headerModule-10-bot .searchIcon {
	background-image: url("https://img-szwhg.chaoxing.com/5,2bb10fa1bbc1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #526c95;
}


/*模板12*/

.headerModule-12 {
	width: 100%;
	/*position: fixed;*/
	z-index: 9999;
}

.headerModule-12-botSafety {
	max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.headerModule-12-bot .sousuoinput {
	width: 196px;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	color: #FFFAF8;
	padding-left: 10px;
}

.headerModule-12-bot .search {
	width: 260px;
	margin-right: 44px;
	background: rgba(86, 112, 141, 1);
	border-radius: 14px;
	margin-top: 66px;
}

.headerModule-12-bot .search .sousuo {
	width: 54px;
	height: 28px;
	top: 0;
	background-size: 35%;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0;
	background-image: url(../images/search-nav.png);
}

.headerModule-12-bot .logo-reg li a {
	color: #1D1C1B;
	font-size: 16px;
	/*line-height: 32px;*/
}

.headerModule-12-bot .login-reg {
	line-height: 32px;
}

.headerModule-12-bot {
	/*background: #fff;*/
	/*box-shadow:7px 0px 13px rgba(0,0,0,0.29);*/
}

.headerModule-12-botContent {
	height: 170px;
	position: relative;
}

.headerModule-12-bot .nav {
	width: 208px;
	position: absolute;
	top: 50%;
	right: 66px;
	transform: translate(0, -50%);
	z-index: 9999;
}

.headerModule-12-bot .logo {
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(0, -50%);
}

.headerModule-12-bot .nav>li {
	float: left;
	font-size: 20px;
	width: 208px;
	margin-bottom: 30px;
}

.headerModule-12-bot .nav>li:first-child {
	display: none;
}

.headerModule-12-bot .nav>li:last-child {
	margin-bottom: 0;
}

.headerModule-12-bot .nav>li>a {
	display: block;
	color: #262524;
	position: relative;
	font-size: 20px;
	padding-left: 68px;
	height: 61px;
	line-height: 61px;
	background-image: url(https://img-szwhg.chaoxing.com/1,3b325c2ac09b.png);
	background-repeat: no-repeat;
}

.headerModule-12-bot .nav>li>a:hover {
	color: #B81F20;
	background-image: url(https://img-szwhg.chaoxing.com/2,3b34a633fca1.png);
}

.headerModule-12-bot .nav>li>a.active {
	color: #B81F20;
	background-image: url(https://img-szwhg.chaoxing.com/2,3b34a633fca1.png);
}

.headerModule-12-bot .nav>li>a>span {
	/*width: 10px;*/
	/*height: 6px;*/
	/*display: inline-block;*/
	/*vertical-align: middle;*/
	/*margin-left: 5px;*/
	/*background:url("../images/headerModule-8/arrowbot.png") no-repeat;*/
}

.headerModule-12-bot .nav>li>a>span.arrowtop {
	/*display: none;*/
	/*background:url("../images/headerModule-8/arrowtop.png") no-repeat;*/
}

.headerModule-12-bot .subnav {
	position: absolute;
	top: 0px;
	left: -100px;
	width: 100px;
	background: #fff;
	text-align: left;
	padding: 0;
	z-index: 2;
	display: none;
	background-image: url(https://img-szwhg.chaoxing.com/4,3b355a68e74e.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 10px 0;
}

.headerModule-12-bot .subnav>li {
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
	width: 42px;
	margin: 0 auto;
	border-bottom: 1px solid #FFFFFF;
}

.headerModule-12-bot .subnav>li:last-child {
	border-bottom: none;
}

.headerModule-12-bot .subnav>li>a {
	color: #EFEFF5;
	display: block;
	width: 66px;
	position: relative;
	left: -12px;
}

.headerModule-12-bot .subnav>li>a:hover {
	color: #EFEFF5;
}

.headerModule-12-bot .subnav>li>a.active {
	color: #EFEFF5;
}

.headerModule-12-top .login-reg .out a {
	display: block;
	text-align: center;
	font-size: 16px;
	background-color: #323232;
	color: #fff;
}

.headerModule-12-bot .navmore {
	position: absolute;
	top: auto;
	bottom: 0px !important;
	left: -100px;
	width: 100px;
	z-index: 2;
	display: none;
	background-image: url(https://img-szwhg.chaoxing.com/4,3b355a68e74e.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 10px 0;
}

.headerModule-12-bot .navmore>li {
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
	width: 42px;
	margin: 0 auto;
	border-bottom: 1px solid #FFFFFF;
}

.headerModule-12-bot .navmore>li:last-child {
	border-bottom: none;
}

.headerModule-12-bot .navmore>li>a {
	color: #EFEFF5;
	display: block;
	width: 66px;
	position: relative;
	left: -12px;
}

.headerModule-12-bot .navmore>li>a:hover {
	color: #EFEFF5;
}

.headerModule-12-bot .navmore>li>a.active {
	color: #EFEFF5;
}


/********************banner部分*******************/


/*模板1*/

.bannerModule-1 {
	width: 100%;
	background: #d2d6dd;
}

.bannerModule-1-safety {
	background: url("../images/headerModule-1/bannerbg1.jpg") no-repeat top center;
	/*background-size:cover;*/
	max-width: 1920px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.bannerModule-1-content {
	width: 1200px;
	height: 685px;
	margin: 0 auto;
}

.bannerModule-1 .swiper-pagination-bullet {
	width: 50px;
	height: 4px;
	display: inline-block;
	border-radius: 0px;
	background: #545E6B;
	opacity: 1;
}

.bannerModule-1 img {
	width: 1200px;
	height: 600px;
}

.bannerModule-1 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #F40556;
}

.bannerModule-1 .swiper-pagination {
	position: relative;
	top: 50px;
}

.bannerModule-1 .swiper-wrapper {
	height: 600px;
}

.bannerModule-1 .swiper-container {
	height: 100%;
}


/*模板2*/

.bannerModule-2 {
	width: 100%;
	background: #d2d6dd;
}

.bannerModule-2-safety {
	background: url("../images/headerModule-1/bannerbg.jpg") top center;
	/*background-size:cover;*/
	max-width: 1920px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.bannerModule-2-content {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
	background-image: url("../images/bannerModule-2/swipernext.png");
	width: 40px;
	height: 144px;
	right: 30px;
	margin-top: -72px;
	background-size: 40px 144px;
}

.swiper-button-prev {
	background-image: url("../images/bannerModule-2/swiperprev.png");
	left: 30px;
}


/*模板3*/

.bannerModule-3 {
	width: 100%;
	background: #d2d6dd;
}

.bannerModule-3-safety {
	background: url("../images/headerModule-1/bannerbg.jpg") top center;
	/*background-size:cover;*/
	max-width: 1920px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.bannerModule-3-content {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
}

.bannerModule-3 .swiper-slide img {
	height: 300px;
	!important;
}


/********************main部分*******************/


/*模板1*/

.mainModule-1 {
	width: 100%;
	background: #d2d6dd;
}

.mainModule-1-safety {
	/*background: url("../images/headerModule-1/bannerbg.jpg") top center;*/
	/*background-size:cover;*/
	background: #d2d6dd;
	max-width: 1920px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.mainModule-1-content {
	width: 1000px;
	padding: 0 100px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.mainModule-1-title {
	font-size: 24px;
	padding: 50px 0 32px 0;
	text-align: center;
}

.mainModule-1-content .list {
	margin-top: 12px;
}

.mainModule-1-content .list:first-child {
	margin-top: 0;
}

.mainModule-1-content .listImg {
	width: 192px;
	height: 108px;
	/*background: url("../images/mainModule-1/listimg01.png");*/
	background-size: cover;
	margin-right: 10px;
}

.mainModule-1-content .listContent {
	/*width: 998px;*/
	width: 798px;
	overflow: hidden;
}

.mainModule-1-content .listContent h3 {
	font-size: 16px;
	color: #181818;
	font-weight: normal;
	margin-top: 10px;
}

.mainModule-1-content .listContent h3:hover {
	color: #0059E5;
	/*border-bottom: 1px solid #0059E5;*/
}

.mainModule-1-content .listContent p {
	font-size: 12px;
	color: #8D9198;
	line-height: 24px;
	margin-top: 10px;
	height: 48px;
	overflow: hidden;
}

.mainModule-1-content .listContent .time {
	display: block;
	font-size: 12px;
	color: #8D9198;
	margin-top: 6px;
}


/*.mainModule-1-more {*/


/*width: 213px;*/


/*height: 53px;*/


/*border-radius: 27px;*/


/*margin: 70px auto 0;*/


/*border: 1px solid #4E5865;*/


/*background-color: #4E5865;*/


/*line-height: 53px;*/


/*text-align: center;*/


/*cursor: pointer;*/


/*}*/

.mainModule-1-more a {
	/*display: block;*/
	/*width: 213px;*/
	/*height: 53px;*/
	/*border-radius: 27px;*/
	font-size: 16px;
	/*color: #4E5865;*/
	color: #FEFEFE;
}

.mainModule-1-more a:hover {
	font-size: 16px;
	font-weight: bold;
}


/*模板2*/


/*.mainModule-2 {*/


/*width: 100%;*/


/*background: #4d5764;*/


/*}*/


/*.mainModule-2-safety {*/


/*!*background: url("../images/headerModule-1/bannerbg.jpg") top center;*!*/


/*background-size: cover;*/


/*!*background: #999;*!*/


/*max-width: 1920px;*/


/*min-width: 1200px;*/


/*height: auto;*/


/*margin: 0 auto;*/


/*}*/


/*.mainModule-2-content {*/


/*width: 1200px;*/


/*margin: 0 auto;*/


/*!*padding-bottom: 70px;*!*/


/*}*/


/*.mainModule-2-title {*/


/*font-size: 30px;*/


/*font-family: "simsun" !important;*/


/*font-weight: bold;*/


/*padding: 40px 0 30px 0;*/


/*text-align: center;*/


/*}*/


/*.mainModule-2-content .list {*/


/*!*width: 291px;*!*/


/*margin-bottom: 42px;*/


/*margin-right: 12px;*/


/*}*/


/*.mainModule-2-content .list:nth-of-type(4),*/


/*.mainModule-2-content .list:nth-of-type(8){*/


/*margin-right: 0px;*/


/*}*/


/*.mainModule-2-content .listImg {*/


/*width: 291px;*/


/*height: 164px;*/


/*!*background-size: cover;*!*/


/*overflow: hidden;*/


/*}*/


/*.mainModule-2-content .listImg img {*/


/*transition: all 0.6s;*/


/*width: 100%;*/


/*height: 100%;*/


/*}*/


/*.mainModule-2-content .listImg img:hover {*/


/*transform: scale(1.4);*/


/*}*/


/*.mainModule-2-content h3 {*/


/*color: #fff;*/


/*font-size: 16px;*/


/*margin-top: 13px;*/


/*width: 291px;*/


/*height: 16px;*/


/*overflow: hidden;*/


/*}*/


/*.mainModule-2-content p {*/


/*color: #A3A4A7;*/


/*font-size: 12px;*/


/*width: 291px;*/


/*height: 12px;*/


/*overflow: hidden;*/


/*margin-top: 14px;*/


/*}*/


/*.mainModule-2-content hr {*/


/*width: 291px;*/


/*height: 1px;*/


/*color: #F1F1F1;*/


/*margin-top: 12px;*/


/*}*/


/*!*.mainModule-2-more {*!*/


/*!*width: 213px;*!*/


/*!*height: 53px;*!*/


/*!*border-radius: 27px;*!*/


/*!*margin: 70px auto 0;*!*/


/*!*background-color: #FEFEFE;*!*/


/*!*line-height: 53px;*!*/


/*!*text-align: center;*!*/


/*!*cursor: pointer;*!*/


/*!*}*!*/


/*.mainModule-2-more a {*/


/*!*display: block;*!*/


/*!*width: 213px;*!*/


/*!*height: 53px;*!*/


/*!*border-radius: 27px;*!*/


/*font-size: 16px;*/


/*color: #000;*/


/*}*/


/*.mainModule-2-more a:hover {*/


/*font-size: 16px;*/


/*font-weight: bold;*/


/*}*/


/*模板3*/


/*.mainModule-3 {*/


/*width: 100%;*/


/*background: #d2d6dd;*/


/*}*/


/*.mainModule-3-safety {*/


/*!*background: url("../images/headerModule-1/bannerbg.jpg") top center;*!*/


/*!*background-size:cover;*!*/


/*background: #d2d6dd;*/


/*max-width: 1920px;*/


/*min-width: 1200px;*/


/*height: auto;*/


/*margin: 0 auto;*/


/*}*/


/*.mainModule-3-content {*/


/*width: 1200px;*/


/*margin: 0 auto;*/


/*padding-bottom: 40px;*/


/*}*/


/*.mainModule-3-title {*/


/*font-size: 24px;*/


/*padding: 40px 0 30px 0;*/


/*text-align: center;*/


/*}*/


/*.mainModule-3 .layui-col-space12{*/


/*margin-top: 0px;*/


/*}*/


/*.mainModule-3-content .list {*/


/*width: 594px;*/


/*height: 334px;*/


/*!*margin-top: 32px;*!*/


/*position: relative;*/


/*}*/


/*.mainModule-3-content .list:hover {*/


/*box-shadow: 0px 10px 20px -7px #535f6f;*/


/*}*/


/*.mainModule-3-content .list:nth-child(2n+1) {*/


/*margin-right: 12px;*/


/*!*margin-bottom: 12px;*!*/


/*}*/


/*.mainModule-3-content .list:nth-child(1) {*/


/*margin-bottom: 12px;*/


/*}*/


/*.mainModule-3-content .list:nth-child(2) {*/


/*margin-bottom: 12px;*/


/*}*/


/*.mainModule-3-content .listImg img {*/


/*width: 100%;*/


/*height: 334px;*/


/*}*/


/*.mainModule-3-content .listContent {*/


/*width: 574px;*/


/*height: 40px;*/


/*background: rgba(0, 0, 0, 0.4);*/


/*position: absolute;*/


/*bottom: 0;*/


/*left: 0;*/


/*!*margin:0 0 8px 6px;*!*/


/*color: #ffffff;*/


/*line-height: 40px;*/


/*padding-left: 20px;*/


/*overflow: hidden;*/


/*}*/


/*.mainModule-3-content .listContent .bt {*/


/*font-size: 16px;*/


/*margin-right: 50px;*/


/*}*/


/*.mainModule-3-content .listContent .jianjie {*/


/*font-size: 12px;*/


/*color: #C9CCD0;*/


/*}*/


/*!*.mainModule-3-more {*!*/


/*!*width: 213px;*!*/


/*!*height: 53px;*!*/


/*!*border-radius: 27px;*!*/


/*!*margin: 70px auto 0;*!*/


/*!*!*border: 1px solid #4E5865;*!*!*/


/*!*background-color: #4E5865;*!*/


/*!*!*background-color: #FEFEFE;*!*!*/


/*!*line-height: 53px;*!*/


/*!*text-align: center;*!*/


/*!*cursor: pointer;*!*/


/*!*}*!*/


/*.mainModule-3-more a {*/


/*!*display: block;*!*/


/*!*width: 213px;*!*/


/*!*height: 53px;*!*/


/*!*border-radius: 27px;*!*/


/*!*font-size: 14px;*!*/


/*!*color: #4E5865;*!*/


/*color: #FEFEFE;*/


/*}*/


/*.mainModule-3-more a:hover {*/


/*font-size: 16px;*/


/*font-weight: bold;*/


/*}*/


/*.layui-col-space12>* {*/


/*padding: 0;*/


/*}*/


/*模板4*/

.mainModule-4 {
	width: 100%;
}

.mainModule-4-security {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mainModule-4-content {
	width: 1320px;
	margin: 0 auto;
	padding-bottom: 26px;
}

.mainModule-4-title {
	/*width: 123px;
    height: 24px;
    margin: 40px auto -34px;*/
	/*width: 100%;*/
	padding: 40px 0 30px 0;
	text-align: center;
}

.mainModule-4 .mainMore {
	right: 70px;
}

.mainModule-4-title span {
	display: inline-block;
	font-size: 24px;
}


/*.mainModule-4-more {
/*width: 213px;*/


/*height: 53px;*/


/*border-radius: 27px;*/


/*margin: 45px auto 70px;*/


/*background-color: #FEFEFE;*/


/*line-height: 53px;*/


/*text-align: center;*/


/*cursor: pointer;*/


/*}*/

.mainModule-4-more a {
	/*display: block;*/
	/*width: 213px;*/
	/*height: 53px;*/
	/*border-radius: 27px;*/
	/*font-size: 14px;*/
	color: #4E5865;
	/*color: #FEFEFE;*/
	position: relative;
	z-index: 999999999;
}

.mainModule-4-more a:hover {
	font-size: 16px;
	font-weight: bold;
}


/*模板5*/


/*.mainModule-5 {*/


/*width: 100%;*/


/*}*/


/*.mainModule-5-security {*/


/*max-width: 1920px;*/


/*min-width: 1200px;*/


/*height: auto;*/


/*overflow: hidden;*/


/*margin: 0 auto;*/


/*}*/


/*.mainModule-5-title {*/


/*padding: 40px 0 30px 0;*/


/*text-align: center;*/


/*}*/


/*.mainModule-5-title span {*/


/*display: inline-block;*/


/*font-size: 24px;*/


/*}*/


/*.mainModule-5-content {*/


/*width: 1200px;*/


/*margin: 0 auto;*/


/*padding-bottom: 40px;*/


/*}*/


/*.mainModule-5-content ul {*/


/*width: 1200px;*/


/*}*/


/*.mainModule-5-content li {*/


/*float: left;*/


/*width: 392px;*/


/*!*height: 349px;*!*/


/*cursor: pointer;*/


/*}*/


/*.mainModule-5-content li:hover{*/


/*box-shadow: 0px 10px 20px -7px #535f6f;*/


/*}*/


/*.mainModule-5-content li:nth-child(2){*/


/*margin-left: 12px;*/


/*margin-right: 12px;*/


/*}*/


/*.mainModule-5-content .img {*/


/*width: 100%;*/


/*height: 221px;*/


/*background-position: top center;*/


/*background-size: cover;*/


/*background-repeat: no-repeat;*/


/*}*/


/*.mainModule-5-content .content {*/


/*background-color: #fff;*/


/*height: 60px;*/


/*overflow: hidden;*/


/*text-align: center;*/


/*}*/


/*.mainModule-5-content h3 {*/


/*height: 18px;*/


/*color: #4B5562;*/


/*overflow: hidden;*/


/*font-size: 16px;*/


/*margin: 20px 19px 14px 19px;*/


/*}*/


/*.mainModule-5-content p {*/


/*margin: 14px 22px 21px 20px;*/


/*height: 56px;*/


/*overflow: hidden;*/


/*line-height: 20px;*/


/*font-size: 14px;*/


/*color: #A0A4AA;*/


/*}*/


/*.mainModule-5-content li:hover {*/


/*box-shadow: 0px 10px 20px -7px #535f6f;*/


/*}*/


/*!*.mainModule-5-more {*!*/


/*!*width: 213px;*!*/


/*!*height: 53px;*!*/


/*!*border-radius: 27px;*!*/


/*!*margin: 70px auto;*!*/


/*!*background-color: #4E5865;*!*/


/*!*line-height: 53px;*!*/


/*!*text-align: center;*!*/


/*!*cursor: pointer;*!*/


/*!*}*!*/


/*.mainModule-5-more a {*/


/*!*display: block;*!*/


/*!*width: 213px;*!*/


/*!*height: 53px;*!*/


/*!*border-radius: 27px;*!*/


/*!*font-size: 14px;*!*/


/*!*color: #4E5865;*!*/


/*color: #FEFEFE;*/


/*}*/


/*.mainModule-5-more a:hover {*/


/*font-size: 16px;*/


/*font-weight: bold;*/


/*}*/


/*模板6*/


/*.mainModule-6 {*/


/*width: 100%;*/


/*}*/


/*.mainModule-6-security {*/


/*max-width: 1920px;*/


/*min-width: 1200px;*/


/*margin: 0 auto;*/


/*height: auto;*/


/*overflow: hidden;*/


/*background-position: top center;*/


/*background-size: cover;*/


/*background-repeat: no-repeat;*/


/*}*/


/*.mainModule-6-content {*/


/*width: 1200px;*/


/*margin: 0 auto;*/


/*padding-bottom: 40px;*/


/*}*/


/*.mainModule-6-title {*/


/*padding: 40px 0 30px 0;*/


/*text-align: center;*/


/*}*/


/*.mainModule-6-title content {*/


/*width: 1200px;*/


/*height: 100%;*/


/*}*/


/*.mainModule-6-title span {*/


/*display: inline-block;*/


/*font-size: 24px;*/


/*}*/


/*.mainModule-6-content .amplification {*/


/*position: relative;*/


/*width: 600px;*/


/*height: 338px;*/


/*background-position: top center;*/


/*background-size: 100% 100%;*/


/*background-repeat: no-repeat;*/


/*}*/


/*.mainModule-6-content .introduce {*/


/*position: absolute;*/


/*left: 0;*/


/*bottom: 0;*/


/*width: 100%;*/


/*height: 40px;*/


/*overflow: hidden;*/


/*background-color: #000;*/


/*opacity: 0.6;*/


/*}*/


/*.mainModule-6-content .introduce span:nth-child(1) {*/


/*display: inline-block;*/


/*line-height: 40px;*/


/*margin-left: 19px;*/


/*font-size: 16px;*/


/*color: #fff;*/


/*}*/


/*.mainModule-6-content .introduce span:nth-child(2) {*/


/*display: inline-block;*/


/*line-height: 40px;*/


/*margin-left: 21px;*/


/*font-size: 12px;*/


/*color: #fff;*/


/*}*/


/*.mainModule-6-content ul {*/


/*width: 588px;*/


/*height: 338px;*/


/*}*/


/*.mainModule-6-content li {*/


/*float: left;*/


/*cursor: pointer;*/


/*background-position: top center;*/


/*background-size: 100% 100%;*/


/*background-repeat: no-repeat;*/


/*}*/


/*.mainModule-6-content li:hover{*/


/**/


/*box-shadow: 0px 10px 20px -7px #535f6f;*/


/*}*/


/*.mainModule-6-content li:nth-child(1) {*/


/*width: 288px;*/


/*height: 162px;*/


/*margin-right: 12px;*/


/*}*/


/*.mainModule-6-content li:nth-child(2) {*/


/*width: 288px;*/


/*height: 162px;*/


/*}*/


/*.mainModule-6-content li:nth-child(3) {*/


/*width: 288px;*/


/*height: 162px;*/


/*margin-top: 14px;*/


/*margin-right: 12px;*/


/*}*/


/*.mainModule-6-content li:nth-child(4) {*/


/*width: 288px;*/


/*height: 162px;*/


/*margin-top: 14px;*/


/*}*/


/*!*.mainModule-6-more {*!*/


/*!*width: 213px;*!*/


/*!*height: 53px;*!*/


/*!*border-radius: 27px;*!*/


/*!*margin: 70px auto;*!*/


/*!*background-color: #FEFEFE;*!*/


/*!*line-height: 53px;*!*/


/*!*text-align: center;*!*/


/*!*cursor: pointer;*!*/


/*!*}*!*/


/*.mainModule-6-more a {*/


/*!*display: block;*!*/


/*!*width: 213px;*!*/


/*!*height: 53px;*!*/


/*!*border-radius: 27px;*!*/


/*!*font-size: 14px;*!*/


/*color: #4E5865;*/


/*!*color: #FEFEFE;*!*/


/*}*/


/*.mainModule-6-more a:hover {*/


/*font-size: 16px;*/


/*font-weight: bold;*/


/*}*/


/*模板7*/


/*.mainModule-7 {*/


/*width: 100%;*/


/*background: #d2d6dd;*/


/*}*/


/*.mainModule-7-content .list-left:hover {*/


/*box-shadow: 0px 10px 20px -7px #535f6f;*/


/*}*/


/*.mainModule-7-content .list-right li:hover {*/


/*box-shadow: 0px 10px 20px -7px #535f6f;*/


/*}*/


/*.mainModule-7-safety {*/


/*!*background: url("../images/headerModule-1/bannerbg.jpg") top center;*!*/


/*!*background-size:cover;*!*/


/*background: #d2d6dd;*/


/*max-width: 1920px;*/


/*min-width: 1200px;*/


/*height: auto;*/


/*margin: 0 auto;*/


/*}*/


/*.mainModule-7-content {*/


/*width: 1200px;*/


/*!*padding: 0 100px;*!*/


/*margin: 0 auto;*/


/*padding-bottom: 40px;*/


/*}*/


/*.mainModule-7-title {*/


/*font-size: 24px;*/


/*padding: 40px 0 30px 0;*/


/*text-align: center;*/


/*}*/


/*.mainModule-7-content .list {*/


/*!*margin-top: 12px;*!*/


/*}*/


/*.mainModule-7-content .list-left{*/


/*width: 573px;*/


/*height: 456px;*/


/*position: relative;*/


/*background: #fff;*/


/*}*/


/*.mainModule-7-content .list-left img{*/


/*width: 100%;*/


/*height: 322px;*/


/*}*/


/*.mainModule-7-content .listLeft-jianjie{*/


/*position: absolute;*/


/*left: 0;*/


/*bottom: 0;*/


/*!*width: 100%;*!*/


/*height: 89px;*/


/*!*background: #ffffff;*!*/


/*padding: 23px 20px;*/


/*}*/


/*.mainModule-7-content .listLeft-jianjie h3,*/


/*.mainModule-7-content .listRight-jianjie h3{*/


/*font-size: 16px;*/


/*color: #000;*/


/*}*/


/*.zhiding1,.zhiding2{*/


/*width: auto !important;*/


/*height: auto !important;*/


/*position: absolute;*/


/*left: 0;*/


/*top: 0;*/


/*}*/


/*.mainModule-7-content .listLeft-jianjie p{*/


/*font-size: 12px;*/


/*color: #808080;*/


/*line-height: 18px;*/


/*margin-top: 13px;*/


/*display: -webkit-box;*/


/*-webkit-box-orient: vertical;*/


/*-webkit-line-clamp: 2;*/


/*overflow: hidden;*/


/*height:39px;*/


/*}*/


/*.mainModule-7-content .list-right img{*/


/*width: 256px;*/


/*height: 144px;*/


/*}*/


/*.mainModule-7-content .list-right li{*/


/*width: 615px;*/


/*height: 144px;*/


/*background: #ffffff;*/


/*margin-bottom: 12px;*/


/*position: relative;*/


/*}*/


/*.mainModule-7-content .list-right li:last-child{*/


/*margin-bottom: 0px;*/


/*}*/


/*.mainModule-7-content .listRight-jianjie h3{*/


/*margin: 30px 11px 25px 11px;*/


/*}*/


/*.mainModule-7-content .listRight-jianjie p{*/


/*font-size: 14px;*/


/*color: #808080;*/


/*margin-left: 11px;*/


/*}*/


/*!*.mainModule-7-more {*!*/


/*!*width: 213px;*!*/


/*!*height: 53px;*!*/


/*!*border-radius: 27px;*!*/


/*!*margin: 70px auto 0;*!*/


/*!*background-color: #4E5865;*!*/


/*!*line-height: 53px;*!*/


/*!*text-align: center;*!*/


/*!*cursor: pointer;*!*/


/*!*}*!*/


/*.mainModule-4-more .mainMore{*/


/*right: 58px;*/


/*}*/


/*.mainModule-7-more a {*/


/*!*display: block;*!*/


/*!*width: 213px;*!*/


/*!*height: 53px;*!*/


/*!*border-radius: 27px;*!*/


/*!*font-size: 14px;*!*/


/*!*color: #4E5865;*!*/


/*color: #FEFEFE;*/


/*}*/


/*.mainModule-7-more a:hover {*/


/*font-size: 16px;*/


/*font-weight: bold;*/


/*}*/


/*模板16*/

.mainModule-16-content {
	margin: 0 10px;
}

.mainModule-16-title {
	position: relative;
	background-image: url(../images/mainModule-9/title.png);
	padding-top: 11px;
	padding-bottom: 8px;
	padding-left: 68px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.mainModule-16-title a {
	position: absolute;
	right: 0;
	display: inline-block;
	padding-top: 11px;
	padding-bottom: 8px;
}

.mainModule-16 .leftCon {
	position: relative;
	height: 214px;
	margin-top: 20px;
	overflow: hidden;
}

.mainModule-16 .leftCon img {
	width: 100%;
	height: 100%;
	transition: all .5s ease;
}

.mainModule-16 .leftCon img:hover {
	transform: scale(1.1);
}

.mainModule-16 .leftCon h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 342px;
	height: 40px;
	overflow: hidden;
	padding: 0 19px 0;
	color: #fff;
	line-height: 50px;
	background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.mainModule-16 ul li {
	list-style: disc inside;
	line-height: 20px;
	margin-top: 11px;
	height: 20px;
	overflow: hidden;
	border-bottom: 1px solid transparent;
}

.mainModule-16 ul li:first-child {
	margin-top: 18px;
}

.mainModule-16 ul li a {
	/*color: #1C2438;*/
	/*font-size: 16px;*/
}


/*模板17*/

.mainModule-17-content {
	margin: 0 10px;
}

.mainModule-17-title {
	position: relative;
	background-image: url(../images/mainModule-9/title.png);
	padding-top: 11px;
	padding-bottom: 8px;
	padding-left: 68px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.mainModule-17-title a {
	position: absolute;
	right: 0;
	display: inline-block;
	padding-top: 11px;
	padding-bottom: 8px;
}

.mainModule-17-content .list {
	margin-top: 20px;
}

.mainModule-17-content .list>div {
	height: 166px;
}

.mainModule-17-content .list .tupian {
	position: relative;
	width: 295px;
	height: 166px;
	overflow: hidden;
}

.mainModule-17-content .list .jieshao {
	width: 295px;
	height: 100%;
	background: #fff;
	position: relative;
}

.mainModule-17-content .list .tupian img:first-child {
	transition: all 0.6s;
	width: 100%;
	height: 100%;
}

.mainModule-17-content .list .tupian .direction-left1 {
	position: absolute;
	top: 45%;
	right: 0;
}

.mainModule-17-content .list .tupian .direction-left2 {
	position: absolute;
	top: 45%;
	right: 0;
	display: none;
}

.mainModule-17-content .list .tupian .direction-right1 {
	position: absolute;
	top: 45%;
	left: 0;
}

.mainModule-17-content .list .tupian .direction-right2 {
	position: absolute;
	top: 45%;
	left: 0;
	display: none;
}

.mainModule-17-content .list .jieshao h3 {
	/*font-size: 16px;*/
	/*color: #1C2438;*/
	line-height: 22px;
	width: 256px;
	text-align: center;
	max-height: 45px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.mainModule-17-content .list .jieshao p {
	display: none;
	/*font-size: 14px;*/
	/*color: #fff;*/
	line-height: 21px;
	width: 256px;
	text-align: center;
	max-height: 87px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.mainModule-17-content .list .tupian img:first-child:hover {
	transform: scale(1.4);
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
	-moz-transform: scale(1.4);
}


/*模板18*/

.mainModule-18-content {
	margin: 0 10px;
}

.mainModule-18-title {
	position: relative;
	background-image: url(../images/mainModule-9/title.png);
	padding-top: 11px;
	padding-bottom: 8px;
	padding-left: 68px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.mainModule-18-title a {
	position: absolute;
	right: 0;
	display: inline-block;
	/*width: 56px;*/
	padding-top: 11px;
	padding-bottom: 8px;
}

.mainModule-18 .jianjie {
	margin-top: 26px;
	line-height: 24px;
	height: 162px;
	overflow: hidden;
	text-indent: 2em;
}


/*模板19*/

.mainModule-19-content {
	margin: 0 10px;
}

.mainModule-19-title {
	position: relative;
	background-image: url(../images/mainModule-9/title.png);
	padding-top: 11px;
	padding-bottom: 8px;
	padding-left: 68px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.mainModule-19-title a {
	position: absolute;
	right: 0;
	display: inline-block;
	padding-top: 11px;
	padding-bottom: 8px;
}

.mainModule-19 .list li {
	margin-top: 20px;
	width: 250px;
	margin-right: 15px;
}

.mainModule-19 .list li:nth-child(3n) {
	margin-right: 0px;
}

.mainModule-19 .list li .thumb {
	height: 141px;
	overflow: hidden;
	position: relative;
}

.mainModule-19 .list li .thumb img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.mainModule-19 .list li .thumb:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.mainModule-19 .list li .thumb .l_t,
.mainModule-19 .list li .thumb .r_b {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	-webkit-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
	-moz-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
	-o-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
	-ms-transition: width 0.6s ease-in-out, height 0.6s ease;
	transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
}

.mainModule-19 .list li .thumb:hover .l_t,
.mainModule-19 .list li .thumb:hover .r_b {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.mainModule-19 .list li .thumb:hover .l_t {
	border-top-color: #da9f20;
	border-left-color: #da9f20;
}

.mainModule-19 .list li .thumb:hover .r_b {
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	border-bottom-color: #da9f20;
	border-right-color: #da9f20;
}

.mainModule-19 .list li h3 {
	margin-top: 13px;
	padding: 0 10px;
	height: 16px;
	overflow: hidden;
}


/*模板31*/

.mainModule-31-content {
	margin: 0 10px;
}

.mainModule-31-title {
	position: relative;
	background-image: url(../images/mainModule-9/title.png);
	padding-top: 11px;
	padding-bottom: 8px;
	padding-left: 68px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.mainModule-31-title a {
	position: absolute;
	right: 0;
	display: inline-block;
	padding-top: 11px;
	padding-bottom: 8px;
}

.mainModule-31-content img {
	width: 100%;
	height: 100%;
}


/*模板32*/

.mainModule-32-content {
	margin: 0 10px;
}

.mainModule-32-title {
	position: relative;
	background-image: url(../images/mainModule-9/title.png);
	padding-top: 11px;
	padding-bottom: 8px;
	padding-left: 68px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.mainModule-32-title a {
	position: absolute;
	right: 0;
	display: inline-block;
	padding-top: 11px;
	padding-bottom: 8px;
}

.mainModule-32-list {
	margin-top: 20px;
}

.mainModule-32-list a {
	display: inline-block;
	width: 280px;
	height: 240px;
	margin-right: 15px;
}

.mainModule-32-list a:nth-child(4n) {
	margin-right: 0px;
}

.mainModule-32-list a img {
	width: 100%;
	height: 100%;
}


/********************关于我们*******************/

.concerning {
	width: 100%;
}

.concerning-security {
	max-width: 1920px;
	min-width: 1200px;
	/*height: 865px;*/
	margin: 0 auto;
	height: 538px;
	overflow: hidden;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.concerning-content {
	width: 1200px;
	/*margin: 161px auto 60px;*/
	margin: 0 auto;
}

.concerning-content .content {
	/*width: 690px;*/
	/*height: 500px;*/
	width: 785px;
	height: 360px;
	/*margin-left: 510px;*/
	margin-left: 286px;
	background-color: #F9FAFD;
	overflow: hidden;
}

.concerning-content .content span {
	display: block;
	font-size: 20px;
	width: 80px;
	height: 19px;
	color: #000;
	margin: 72px auto 55px;
}

.concerning-content .content .about {
	width: 562px;
	height: 200px;
	overflow: hidden;
	font-size: 16px;
	color: #838383;
	margin: 76px auto 88px;
	line-height: 20px;
}

.concerning-content .content p {
	/*text-indent: 2em;*/
}

.concerning-content .content em a {
	display: block;
	margin: 40px 60px 71px 582px;
	font-size: 12px;
	color: #B5B5B5;
}


/*.concerning .mainMore{
    right: 127px;
}*/


/**************************底部***********************/

.footer {
	width: 100%;
	height: auto;
}

.footer-security {
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
	height: auto;
	margin-top: 22px;
}

.footer-content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.footer-content .site_title {
	font-size: 24px;
	color: #0E0E0E;
}

.footer-content hr {
	background-color: #2F343B;
}

.footer-content .info {
	display: inline-block;
	/*margin-top: 42px;*/
	height: 18px;
	overflow: hidden;
}

.footer-content .info li {
	display: inline-block;
	margin-right: 8px;
	font-size: 14px;
	color: #201F1F;
}

.footer-content .info li a {
	color: #201F1F;
}

.footer-content .friendly li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
}

.footer-content .friendly li a {
	font-size: 14px;
	color: #201F1F;
}

.footer-content .friendly li a:hover {
	color: #7e8597;
}

.search {
	/*margin-left: 362px;*/
	width: 197px;
	position: relative;
}

.search .close {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/close.png);
	background-size: 100% 100%;
	margin-top: 6px;
	display: none;
	cursor: pointer;
}

.search input {
	top: 4px;
	right: 39px;
	display: inline-block;
	width: 0;
	font-size: 16px;
	/*background-color: #2F343B;*/
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #7E8691;
	outline: none;
}

.search .sousuo {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/search2.png);
	background-size: 100% 100%;
	margin-top: 1px;
	/*margin-left: 31px;*/
	cursor: pointer;
}


/*弹窗*/

.layui-layer-setwin .layui-layer-close1 {
	display: none!important;
}

.layui-layer-dialog {
	width: 500px!important;
	height: 191px;
}

.layui-layer-dialog .layui-layer-content {
	color: #000000;
	padding: 0!important;
	font-size: 16px!important;
	line-height: 103px!important;
	text-align: center;
}

.layui-layer-btn0,
.layui-layer-btn1 {
	width: 110px!important;
	height: 28px!important;
	line-height: 28px!important;
	font-size: 14!important;
	border-radius: 14px!important;
	padding: 0!important;
	line-height: 28px!important;
}

.layui-layer-title {
	display: none!important;
}

.layui-layer-btn a {
	margin: 5px 28px!important;
}


/* 设置placeholder颜色 */

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}

#area144 .mainArea-safety {
	background: rgba(0, 0, 0, 0.2);
}

#area128 .bg {
	width: 100%!important;
	max-width: 1920px!important;
}


/*.w1920,.w1200{ float: none!important;}*/