@charset "utf-8";
@import url(base.css);
.hs {
	max-width: 1180px;
	margin: 0 auto;
	box-sizing: border-box;
}
.header {
	width: 100%;
}
.headerup {
	width: 100%;
	height: 104px;
	background: #fff;
}
.headerupcon {
	width: 100%;
}
.headerupleft {
	float: left;
	padding-top: 19px;
	box-sizing: border-box;
}
.headerupleft a {
	display: block;
}
.headerupleft a img {
	display: block;
	max-width: 100%;
}
.headerupright {
	float: right;
	margin-top: 38px;
}
.headerseach {
	float: left;
	position: relative;
	margin-right: 30px;
}
.headerseach input {
	width: 320px;
	height: 36px;
	border-radius: 6px;
	border: 1px solid #888;
	box-sizing: border-box;
	padding: 0 36px 0 18px;
	font-size: 12px;
	color: #333;
	outline: none;
}
.headerseach button {
	display: block;
	width: 36px;
	height: 36px;
	background: url(/template/default/images/ss.png) center no-repeat;
	border: 0;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
}
.headerupright a {
	float: left;
	width: 86px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	border-radius: 25px;
	background: #c8242f;
	margin-right: 9px;
	margin-top: 6px;
}
.headerupright a:last-child {
	margin-right: 0;
}
.headerbut {
	width: 100%;
	height: 50px;
	background: #01479c;
}
.headerbutcon {
	width: 100%;
}
.headerbutcon>ul>li {
	float: left;
	margin-right: 20px;
	position: relative;
}
.headerbutcon>ul>li:last-child {
	margin-right: 0;
}
.headerbutcon>ul>li>a {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 0 27px;
	box-sizing: border-box;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	line-height: 50px;
}
.headerbutcon>ul>li.active>a {
	background: #1b5aa6;
}
.headerbutcon>ul>li:hover>a {
	background: #1b5aa6;
}
.headerdown {
	position: absolute;
	top: 50px;
	left: 50%;
	min-width: 135px;
	background: #fff;
	transform: translateX(-50%);
	display: none;
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.38);
	padding: 6px 0;
	box-sizing: border-box;
	border-radius: 0 0 4px 4px;
	z-index: 100;
}
.headerdown a {
	font-size: 12px;
	color: #333;
	font-weight: 500;
	padding: 6px 20px;
	box-sizing: border-box;
	display: block;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.headerdown a:hover {
	background: #01479c;
	color: #fff;
}
/* 手机端 */
.nav {
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	padding: 0 14px;
	box-sizing: border-box;
	display: none;
}
.navleft {
	float: left;
	width: 18%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.navleft a {
	display: block;
	font-size: 0;
}
.navleft a img {
	width: 100%;
	display: block;
}
.navright {
	float: right;
	margin-top: 20px;
}
.navright>span {
	width: 24px;
	height: 2px;
	display: block;
	background: #fff;
	margin-bottom: 7px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	background: #fff;
}
.navright.active span:nth-child(2) {
	margin-left: 6px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.navright.active span:nth-child(3) {
	margin-left: 2px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.mobile {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 3000;
}
.mobilebj {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	background: rgba(0,0,0,0.5);
}
.mobilebox {
	width: 60%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -50%;
	background: #1b5aa6;
}
.mobilebox .close {
	width: 100%;
	height: 60px;
	position: relative;
}
.mobilebox .close i {
	float: right;
	width: 20px;
	height: 20px;
	background: url(/template/default/images/menu-close.svg) no-repeat;
	background-size: 100% 100%;
	margin: 20px;
}
.mobilelist>ul>.on>a i {
	transform: rotate(90deg);
}
.mobilelist {
	width: 100%;
	height: 100%;
}
.mobilelist>ul>li {
	width: 100%;
	border-bottom: 1px solid #0b56b9;
}
.mobilelist>ul>li:first-child {
	border-top: 1px solid #0b56b9;
}
.mobilelist>ul>li:last-child {
	border-bottom: 0;
}
.mobilelist>ul>li>a {
	display: block;
	font-family: chainRegular;
	font-size: 14px;
	color: #fff;
	padding: 9px 15px;
	box-sizing: border-box;
	background: #407aab;
	position: relative;
}
.mobilelist>ul>li>a i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/template/default/images/jiao.png) center no-repeat;
	position: absolute;
	top: 7px;
	right: 10px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.mobilenav {
	width: 100%;
	display: none;
}
.mobilenav>a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 9px 15px;
	box-sizing: border-box;
	border-top: 1px solid #eee;
	background: #5e83a2;
	position: relative;
}
.mobilenav>a:first-child {
	border-top: 0;
}
.mobileseach {
	width: 90%;
	margin: 20px auto;
	position: relative;
}
.mobileseach input {
	width: 100%;
	height: 38px;
	background: #fff;
	font-size: 14px;
	color: #333;
	outline: none;
	border: 0;
	padding: 0 40px 0 12px;
	box-sizing: border-box;
	border-radius: 4px;
}
.mobileseach button {
	background: url(/template/default/images/ss.png) center no-repeat;
	width: 38px;
	height: 38px;
	border: 0;
	outline: none;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.conter {
	width: 100%;
	background: #f8f8f8;
}
.first {
	width: 100%;
	background: #fff;
	padding: 40px 0 60px 0;
	box-sizing: border-box;
}
.firstcon {
	width: 100%;
}
.firstleft {
	float: left;
	width: 46%;
	margin-right: 4%;
}
.firstleftcon {
	width: 100%;
}
.firstleftcon ul li {
	width: 100%;
}
.firstleftcon ul li a {
	display: block;
	width: 100%;
}
.firstleftcon ul li a img {
	display: block;
	width: 100%;
}
.firstleftcon ul li a p {
	font-size: 24px;
	color: #ffffff;
	width: 80%;
	position: absolute;
	bottom: 26px;
	left: 0;
	padding-left: 20px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bannerdian {
	bottom: 26px !important;
	width: auto !important;
	left: auto !important;
	right: 20px !important;
}
.bannerdian .swiper-pagination-bullet {
	border-radius: 50% !important;
	opacity: 1 !important;
	height: 10px !important;
	width: 10px !important;
	margin: 0 4px !important;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	font-size: 0;
	border: 0;
	overflow: hidden;
	background: #fff !important;
}
.bannerdian .swiper-pagination-bullet-active {
	background: #c8242f !important;
}
.firstright {
	float: left;
	width: 50%;
}
.firstitle {
	width: 100%;
	margin-bottom: 28px;
}
.firstitle p {
	font-size: 20px;
	color: #a7a7a7;
	font-weight: 500;
}
.firstitle i {
	display: block;
	width: 52px;
	height: 1px;
	background: #c8242f;
	margin: 13px 0 8px 0;
}
.firstitle h4 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
}
.firstext {
	width: 100%;
	margin-bottom: 30px;
}
.firstext p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	line-height: 24px;
}
.firstlast {
	width: 100%;
}
.firstlast a {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	background: #c8242f;
}
.firstlast a:last-child {
	margin-right: 0;
}
.second {
	width: 100%;
	margin-bottom: 40px;
}
.secondcon {
	width: 100%;
}
.title {
	width: 100%;
	margin-bottom: 30px;
}
.titleleft {
	float: left;
	border-left: 5px solid #c8242f;
	box-sizing: border-box;
	padding-left: 14px;
}
.titleleft h4 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.titleleft p {
	font-size: 14px;
	color: #a7a7a7;
	font-weight: 400;
}
.titleright {
	float: right;
	padding-top: 24px;
	box-sizing: border-box;
}
.titleright a {
	display: block;
	font-size: 14px;
	color: #c8242f;
}
.secondconter {
	width: 100%;
}
.secondlist {
	width: 100%;
	padding-bottom: 60px;
	box-sizing: border-box;
}
.secondlist ul li {
	float: left;
}
.secondlist ul li a {
	display: block;
}
.secondimg {
	width: 100%;
	border-radius: 6px;
}
.secondimg img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
	border-radius: 6px;
}
.secondtext {
	width: 94%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 27px 24px;
	box-sizing: border-box;
	border-radius: 6px;
	position: relative;
	z-index: 10;
	margin-top: -90px;
}
.secondtext h5 {
	font-size: 18px;
	color: #222429;
	font-weight: bold;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 20px;
}
.secondlast {
	width: 100%;
}
.secondlast i {
	float: left;
	width: 46px;
	height: 46px;
	border-radius: 50%;
}
.secondlast img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.secondlast span {
	float: right;
	font-size: 14px;
	color: #676767;
	line-height: 46px;
}
.secondlist ul li:hover .secondtext h5 {
	color: #c8242f;
}
.seconddian {
	bottom: 22px !important;
}
.seconddian .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	background: #aeaeae;
	border-radius: 0;
	opacity: 1;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	margin: 0 6px;
}
.seconddian .swiper-pagination-bullet-active {
	background: #c8242f;
}
.third {
	width: 100%;
	margin-bottom: 42px;
}
.thirdcon {
	width: 100%;
}
.titlerighted {
	padding-top: 12px;
}
.titlerighted a {
	float: left;
	width: 106px;
	height: 44px;
	border: 1px solid #cacaca;
	border-radius: 6px;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #000;
	margin-right: 14px;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.titlerighted a:last-child {
	margin-right: 0;
}
.titlerighted a.active {
	background: #c8242f;
	border-color: #c8242f;
	color: #fff;
}
.titlerighted a:hover {
	background: #c8242f;
	border-color: #c8242f;
	color: #fff;
}
.thirdconter {
	width: 100%;
}
.thirdlist {
	width: 100%;
	display: none;
}
.thirdlist:first-child {
	display: block;
}
.thirdlist ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.thirdlist ul li:last-child {
	margin-right: 0;
}
.thirdlist ul li a {
	display: block;
}
.thirdimg {
	width: 100%;
	border-radius: 6px;
}
.thirdimg img {
	display: block;
	max-width: 100%;
	width: 100%;
	border-radius: 6px;
}
.thirdtext {
	width: 100%;
	padding: 20px 15px;
	box-sizing: border-box;
	border-radius: 0 0 6px 6px;
}
.thirdtext h5 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 20px;
}
.times {
	width: 100%;
	font-size: 14px;
	color: #c8242f;
	font-weight: 400;
	margin-bottom: 24px;
}
.times i {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 8px;
	vertical-align: -2px;
}
.times i img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.jianjie {
	width: 100%;
	font-size: 14px;
	color: #797979;
	line-height: 24px;
	margin-bottom: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.thirdtext span {
	font-size: 12px;
	color: #c8242f;
	font-weight: 400;
}
.thirdlist ul li:hover .thirdtext h5 {
	color: #c8242f;
}
.fourth {
	width: 100%;
	margin-bottom: 60px;
}
.fourthcon {
	width: 100%;
}
.titlelist {
	float: right;
	padding-top: 8px;
	box-sizing: border-box;
}
.fourthnexted {
	float: left;
	width: 46px;
	height: 46px;
	background: url(/template/default/images/r.png) center no-repeat !important;
	cursor: pointer;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	background-size: 100% 100% !important;
}
.fourthnexted:hover {
	background: url(/template/default/images/rs.png) center no-repeat !important;
	background-size: 100% 100% !important;
}
.fourthpreved {
	float: left;
	width: 46px;
	height: 46px;
	background: url(/template/default/images/l.png) center no-repeat !important;
	margin-right: 16px;
	cursor: pointer;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	background-size: 100% 100% !important;
}
.fourthpreved:hover {
	background: url(/template/default/images/ls.png) center no-repeat !important;
	background-size: 100% 100% !important;
}
.fourthconter {
	width: 100%;
}
.fourthlist {
	width: 100%;
	padding: 16px 8px 20px 8px;
	box-sizing: border-box;
}
.fourthlist ul li {
	float: left;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.fourthlist ul li a {
	display: block;
	padding: 22px 22px 0 22px;
	box-sizing: border-box;
	background: #f9f9f9;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.fourthimg {
	width: 100%;
}
.fourthimg img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.fourthtext {
	padding-top: 17px;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 2px;
}
.fourthtext p {
	float: left;
	width: 65%;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.fourthtext i {
	float: right;
	width: 30%;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	opacity: 0.2;
}
.fourthtext i img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.fourthlist ul li:hover {
	box-shadow: 0 0 20px rgba(1,71,157,0.65);
}
.fourthlist ul li:hover .fourthtext p {
	color: #01479c;
}
.fourthlist ul li:hover .fourthtext i {
	opacity: 1;
}
.fifth {
	width: 100%;
	margin-bottom: 80px;
}
.fifthcon {
	width: 100%;
}
.fifthcon ul li {
	float: left;
	width: 130px;
	margin-right: 6.5%;
}
.fifthcon ul li a {
	display: block;
}
.fifthcon ul li:last-child {
	margin-right: 0;
}
.fifthimg {
	width: 100%;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 130px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin: 0 auto 30px;
}
.fifthimg img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.fifthcon ul li p {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.sixth {
	width: 100%;
	margin-bottom: 50px;
}
.sixthcon {
	width: 100%;
}
.sixthnexted {
	float: left;
	width: 46px;
	height: 46px;
	background: url(/template/default/images/ris.png) center no-repeat !important;
	cursor: pointer;
	border: 1px solid #dedede;
	box-sizing: border-box;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	border-radius: 4px;
}
.sixthnexted:hover {
	background: #c8242f url(/template/default/images/ri.png) center no-repeat !important;
}
.sixthpreved {
	float: left;
	width: 46px;
	height: 46px;
	background: url(/template/default/images/lis.png) center no-repeat !important;
	margin-right: 16px;
	cursor: pointer;
	border: 1px solid #dedede;
	box-sizing: border-box;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	border-radius: 4px;
}
.sixthpreved:hover {
	background: #c8242f url(/template/default/images/li.png) center no-repeat !important;
}
.sixthconter {
	width: 100%;
}
.sixthlist {
	width: 100%;
}
.sixthlist ul li {
	width: 100%;
}
.sixthlist ul li a {
	width: 100%;
	display: flex;
}
.sixthimg {
	width: 50%;
	border-radius: 6px;
	float: left;
}
.sixthimg img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sixthtext {
	width: 60%;
	display: flex;
	align-items: center;
	padding: 22px 0;
	box-sizing: border-box;
	transform: translateX(-40px);
}
.sixcon {
	width: 100%;
	background: #f7f7f7;
	padding: 30px 32px;
	box-sizing: border-box;
	border-radius: 6px;
	float: left;
}
.sixcon h5 {
	font-size: 18px;
	color: #2d2d2d;
	font-weight: bold;
	overflow: hidden;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 24px;
}
.sixcon p {
	font-size: 14px;
	color: #7e7570;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 24px;
}
.sixcon span {
	font-size: 14px;
	color: #c8242f;
	font-weight: 400;
}
.sixthlist ul li:hover .sixcon h5 {
	color: #c8242f;
}
.footer {
	width: 100%;
	background: #2d2d2d;
}
.footerup {
	width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #424242;
}
.footerupcon {
	width: 100%;
}
.footerupconleft {
	float: left;
	width: 30%;
}
.footerupconleft h5 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 24px;
}
.footerupconleft p {
	font-size: 14px;
	color: #b7b7b7;
	font-weight: 400;
	line-height: 22px;
}
.footeruplast {
	width: 100%;
	padding-top: 18px;
	box-sizing: border-box;
}
.folist {
	float: left;
	margin-right: 24px;
}
.folist:last-child {
	margin-right: 0;
}
.folist img {
	display: block;
	margin-bottom: 10px;
}
.folist span {
	display: block;
	font-size: 14px;
	color: #b7b7b7;
	text-align: center;
}
.footeright {
	float: right;
	width: 65%;
}
.footeright ul li {
	float: left;
	width: 15%;
	margin-right: 2%;
}
.footeright ul li:last-child {
	margin-right: 0;
}
.footeright ul li h5 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 24px;
}
.footeright ul li a {
	display: block;
	font-size: 14px;
	color: #b7b7b7;
	line-height: 22px;
}
.footerbut {
	width: 100%;
}
.footerbutcon {
	width: 100%;
	padding: 24px 0;
	box-sizing: border-box;
}
.footerbutcon p {
	font-size: 14px;
	color: #b7b7b7;
	font-weight: 400;
	text-align: center;
}
.footerbutcon p a {
	font-size: 14px;
	color: #b7b7b7;
	font-weight: 400;
}
.seventh {
	width: 100%;
	margin-bottom: 80px;
}
.seventhcon {
	width: 100%;
}
.seventhleft {
	float: left;
	width: 66%;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding-top: 10px;
}
.titlelefts {
	float: left;
	border-left: 5px solid #c8242f;
	box-sizing: border-box;
	padding-left: 14px;
}
.titlelefts h4 {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.seventhlist {
	width: 100%;
	padding: 0 18px 22px 18px;
	box-sizing: border-box;
}
.seventhlist a {
	float: left;
	font-size: 14px;
	color: #666;
	margin-right: 20px;
	position: relative;
	margin-bottom: 8px;
}
.seventhlist a::before {
	content: "";
	width: 1px;
	height: 14px;
	background-color: #666;
	position: absolute;
	top: 4px;
	right: -10px;
}
.seventhlist a:last-child::before {
	display: none;
}
.seventhright {
	float: right;
	width: 30%;
	padding: 14px 20px;
	box-sizing: border-box;
	background: #0a68bb;
}
.sup {
	width: 100%;
	margin-bottom: 4px;
}
.supleft {
	float: left;
	padding-top: 10px;
	box-sizing: border-box;
}
.supleft h5 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}
.supleft p {
	font-size: 12px;
	color: #fff;
	font-weight: 500;
}
.supright {
	float: right;
}
.supright img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.sub {
	width: 100%;
}
.sub input {
	float: left;
	width: 75%;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #fff;
	font-weight: 500;
	outline: none;
	font-size: 12px;
	color: #fff;
	height: 30px;
	background: transparent;
}
.sub input::-webkit-input-placeholder {
/* WebKit browsers */ 
color: #fff;
}
.sub input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */ 
color: #fff;
}
.sub input::-moz-placeholder {
/* Mozilla Firefox 19+ */ 
color: #fff;
}
.sub input:-ms-input-placeholder {
/* Internet Explorer 10+ */ 
color: #fff;
}
.sub button {
	background: #fff;
	font-size: 12px;
	color: #0a68bb;
	border: 0;
	outline: none;
	float: left;
	height: 30px;
	width: 25%;
}
.conterbox {
	width: 100%;
	padding: 24px 0 80px 0;
	box-sizing: border-box;
}
.mianbao {
	width: 100%;
	margin-bottom: 30px;
}
.mianbao i {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.mianbao i img {
	display: block;
	max-width: 100%;
}
.mianbao strong {
	float: left;
	font-size: 14px;
	color: #777;
	font-weight: 400;
}
.mianbao a {
	float: left;
	font-size: 14px;
	color: #777;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.mianbao b {
	float: left;
	font-size: 14px;
	color: #777;
	font-weight: 400;
	margin: 0 5px;
}
.mianbao span {
	float: left;
	font-size: 14px;
	color: #777;
}
.mianbao a:hover {
	color: #c8242f;
}
.boconter {
	width: 100%;
}
.boconterleft {
	float: left;
	width: 26%;
	margin-right: 4%;
}
.boconterleft h4 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background: #01479c;
	position: relative;
	height: 50px;
	line-height: 50px;
	padding-left: 14px;
	box-sizing: border-box;
	margin-bottom: 13px;
}
.boconterleft h4::before {
	content: "";
	width: 4px;
	height: 30px;
	background: #c8242f;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.bolist {
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
}
.bolist ul li {
	width: 100%;
	border-bottom: 1px dashed #cecece;
	box-sizing: border-box;
}
.bolist ul li:last-child {
	border-bottom: 0;
}
.bolist ul li a {
	display: block;
	padding: 20px 11px;
	box-sizing: border-box;
}
.bocon {
	width: 100%;
	margin-bottom: 12px;
}
.bocon i {
	float: left;
	width: 10px;
	height: 10px;
	border: 2px solid #c8242f;
	box-sizing: border-box;
	margin-right: 10px;
	margin-top:7px;
	border-radius: 50%;
}
.bocon h5 {
	float: left;
	width: calc(100% - 20px);
	font-size: 16px;
	color: #333;
	font-weight: 500;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.bolist ul li:hover .bocon h5 {
	color: #c8242f;
}
.bolist ul li p {
	font-size: 14px;
	color: #888;
	font-weight: 400;
}
.seventhrighted {
	width: 100%;
}
.suplefted {
	width: 70%;
}
.suprighted {
	width: 30%;
}
.boconteright {
	float: right;
	width: 70%;
	padding: 24px 38px 30px 38px;
	background: #fff;
	box-sizing: border-box;
	min-height:910px;
}
.boconteright h4 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 14px;
	box-sizing: border-box;
	position: relative;
	padding-left: 14px;
	margin-bottom: 25px;
}
.boconteright h4::before {
	content: "";
	width: 105px;
	height: 4px;
	background: #c8242f;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.enroll_con li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 25px;
}
.enroll_con li:nth-child(3) {
	margin-right: 0;
}
.enroll_con li:nth-child(7) {
	margin-right: 0;
}
.enroll_con li:nth-child(11) {
	margin-right: 0;
}
.enroll_con li p {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	margin-bottom: 14px;
}
.enroll_con li input {
	font-size: 16px;
	color: #333;
	outline: none;
	display: block;
	width: 100%;
	padding: 0 12px;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	height: 32px;
}
.enroll_con li input:focus {
	border-color: #c8242f;
}
.enroll_con li.boinp {
	width: 100%;
}
.enroll_con li.boinp textarea {
	font-size: 16px;
	color: #333;
	outline: none;
	display: block;
	width: 100%;
	padding: 8px 12px;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	height: 106px;
	resize: none;
}
.enroll_con li textarea:focus {
	border-color: #c8242f;
}
.enroll_con li.bolast {
	width: 100%;
	margin-bottom: 0;
}
.enroll_con li.bolast button {
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	border-radius: 25px;
	border: 0;
	background: #c8242f;
	width: 155px;
	height: 42px;
}
.left_nav {
	margin-bottom:27px;
}
.left_nav li {
	width:100%;
	height:42px;
	line-height:42px;
	background:#fff;
	font-size:16px;
	margin-bottom:8px;
}
.left_nav li a {
	padding:0 20px;
	color:#333;
	display:block;
	background:url(/template/default/images/ris.png) no-repeat center right 20px;
}
.left_nav li a:hover,.left_nav li.hover a {
	color:#fff;
	background:#c8242f url(/template/default/images/ri.png) no-repeat center right 20px;
}
.boconteright .word {
	font-size:16px;
	line-height:30px;
	color:#333;
	padding:10px 0;
}
.boconteright .word img {
	max-width:100%;
	display:block;
	margin:0 auto;
}
.news_list li {
	padding:20px 0;
}
.news_list li:hover {
	background:#f8f8f8;
}
.news_list li:hover .con h3 {
	color:#01479c;
}
.news_list .time {
	float:left;
	color:#666;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	width:16%;
}
.news_list .con {
	float:right;
	width:76%;
	padding-right:20px;
	line-height:20px;
}
.news_list .con h3 {
	color:#333;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	border-left:5px solid #01479c;
	padding:0 8px;
	margin-bottom:15px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list .con p {
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow:hidden;
	font-size:14px;
	color:#666;
}


.details_con .tit {
	padding:20px 0;
	text-align:center;
	border-bottom:1px dashed #d0d0d0;
}
.details_con .tit h2 {
	font-size:23px;
	color:#333;
	font-weight:bold;
	margin-bottom:15px;
}
.details_con .tit p {
	font-size:14px;
	color:#777;
}
.details_con .word {
	line-height:25px;
	font-size:14px;
	padding:25px 0;
	color:#444444;
	border-bottom:1px dashed #d0d0d0;
}
.details_paging {
	padding:13px 0;
}
.details_paging p {
	padding:0 35px;
	line-height:24px;
	font-size:14px;
	margin-bottom:12px;
}
.details_paging .s {
	background:url(/template/default/images/S.png) no-repeat top left;
}
.details_paging .x {
	background:url(/template/default/images/X.png) no-repeat top left;
}
.details_paging a {
	color:#444;
	white-space: nowrap;
    overflow: hidden;
	display:block;
    text-overflow: ellipsis;
}
.details_paging a:hover {
	color:#c8242f;
}
@media screen and (max-width: 1520px) {
}
@media screen and (max-width: 1460px) {
}
@media screen and (max-width: 1376px) {
}
@media screen and (max-width: 1190px) {
.hs {
	width: 100%;
	padding: 0 4%;
}
.headerbutcon>ul>li {
	margin-right: 4px;
}
.headerbutcon>ul>li>a {
	padding: 0 20px;
}
.firstleftcon ul li a p {
	font-size: 20px;
}
.firstitle {
	margin-bottom: 18px;
}
.firstitle h4 {
	font-size: 26px;
}
.firstext p {
	line-height: 20px;
}
.firstlast {
	margin-top: 20px;
}
.firstlast a {
	height: 40px;
	line-height: 40px;
}
.titleleft h4 {
	font-size: 26px;
}
.fifthcon ul {
	width: 100%;
	display: flex;
	justify-content: center;
}
.fifthcon ul li {
	margin-right: 4%;
}
.fifth {
	margin-bottom: 60px;
}
.seventh {
	margin-bottom: 60px;
}
}
@media screen and (max-width: 1024px) {
.header {
	display: none;
}
.nav {
	display: block;
}
.first {
	padding-top: 80px;
	padding-bottom: 40px;
}
.firstleft {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.firstright {
	width: 100%;
}
.titlerighted {
	padding-top: 18px;
}
.titlerighted a {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
}
.thirdtext {
	padding: 14px 12px;
}
.thirdtext h5 {
	font-size: 18px;
	margin-bottom: 10px;
}
.times {
	margin-bottom: 12px;
}
.jianjie {
	-webkit-line-clamp: 2;
	margin-bottom: 12px;
	line-height: 20px;
}
.fourthlist ul li a {
	padding: 12px 12px 0 12px;
}
.fourthtext {
	padding-top: 12px;
}
.fourth {
	margin-bottom: 40px;
}
.fifthcon ul li {
	margin-right: 2%;
}
.fifth {
	margin-bottom: 40px;
}
.sixth {
	margin-bottom: 40px;
}
.seventh {
	margin-bottom: 40px;
}
.seventhleft {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.seventhright {
	float: none;
	width: 100%;
}
.conterbox {
	padding-top: 80px;
	padding-bottom: 40px;
}
.news_list .time {
    width: 20%;
}
.news_list .con {
	width:73%;
}
}
@media screen and (max-width: 968px) {
.fifthcon ul li {
	margin-right: 2%;
	width: 100px;
}
.fifthimg {
	height: 100px;
	margin-bottom: 20px;
}
.fifthcon ul li p {
	font-size: 16px;
}
.sixcon {
	padding: 14px 12px;
}
.sixcon h5 {
	margin-bottom: 12px;
	font-size: 16px;
}
.sixcon p {
	margin-bottom: 12px;
}
.footerup {
	padding: 20px 0;
}
.footerupconleft {
	float: none;
	width: 100%;
}
.footeright {
	float: none;
	width: 100%;
	padding-top: 20px;
	box-sizing: border-box;
}
.footerupconleft h5 {
	margin-bottom: 14px;
}
.footeright ul li h5 {
	margin-bottom: 14px;
}
.boconterleft {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 15px;
}
.boconteright {
	float: none;
	width: 100%;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 570px) {
.navleft {
	width: 50%;
}
.firstitle {
	margin-bottom: 10px;
}
.firstitle p {
	font-size: 16px;
}
.firstitle i {
	margin: 6px 0;
}
.firstitle h4 {
	font-size: 20px;
}
.firstext {
	margin-bottom: 20px;
}
.firstlast a {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}
.titleleft h4 {
	font-size: 20px;
}
.second {
	margin-bottom: 20px;
}
.third {
	margin-bottom: 20px;
}
.secondtext {
	padding: 14px 12px;
	margin-top: -50px;
}
.secondtext h5 {
	font-size: 16px;
	margin-bottom: 10px;
}
.secondlast i {
	width: 30px;
	height: 30px;
}
.secondlast span {
	line-height: 30px;
}
.title {
	margin-bottom: 20px;
}
.titleright {
	padding-top: 15px;
}
.titleleft {
	border-left: 2px solid #c8242f;
	padding-left: 8px;
}
.seconddian .swiper-pagination-bullet {
	width: 20px;
}
.secondlist {
	padding-bottom: 40px;
}
.seconddian {
	bottom: 10px !important;
}
.titlelefted {
	float: none;
	margin-bottom: 10px;
}
.titlerighted {
	float: none;
	width: 100%;
}
.titlerighted a {
	width: 80px;
	margin-right: 10px;
}
.thirdlist ul li {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
.thirdlist ul li:last-child {
	margin-bottom: 0;
}
.thirdtext h5 {
	font-size: 16px;
}
.titlelist {
	padding-top: 0;
}
.fourth {
	margin-bottom: 20px;
}
.fifthcon ul {
	display: block;
}
.fifthcon ul li {
	width: 50%;
	margin-right: 0;
	margin-bottom: 10px;
}
.fifthimg {
	width: 100px;
	margin-bottom: 10px;
}
.fifth {
	margin-bottom: 20px;
}
.sixth {
	margin-bottom: 20px;
}
.sixthlist ul li a {
	display: block;
}
.sixthimg {
	width: 100%;
}
.sixthimg img {
	height: auto;
}
.sixthtext {
	width: 100%;
	transform: translateX(0);
	padding: 0;
}
.footeright {
	display: none;
}
.footerbutcon {
	padding: 14px 0;
}
.footerbutcon p {
	font-size: 12px;
}
.footerbutcon p a {
	font-size: 12px;
}
.seventh {
	margin-bottom: 20px;
}
.conterbox {
	padding-bottom: 20px;
}
.boconteright {
	padding: 20px 10px;
}
.enroll_con li {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}

.news_list .time,.news_list .con {
    width: 100%;
	float:none;
	display:block;
}
.news_list .time,.news_list .con h3{
	margin-bottom:10px;
	text-align:left;
}
.news_list li {
    padding:10px;
}
.details_con .tit {
	padding:15px 0;
}
.details_con .tit h2 {
	font-size:18px;
	margin-bottom:10px;
}
.details_con .tit p {
	font-size:14px;
	color:#777;
}
}
.xiaocms-page{ padding:15px 0; text-align: center; font-size:12px;}
.xiaocms-page span { display: inline-block; height: 22px; padding: 0 10px; line-height: 22px; background: #01479c; border: 1px solid #01479c; color: #fff; text-align: center; margin-left: 1px;}
.xiaocms-page a { display: inline-block; height: 22px; line-height: 22px; background: #fff; border: 1px solid #01479c; text-align: center; color: #333; padding: 0 10px; margin-left: 1px; font-size:12px;}
.fourthlist.a1 {
	padding:    padding: 16px 0 20px 0;
}
.fourthlist.a1 ul li {
	margin:13px auto;
	width:23%;
	margin-right:2.6%;
}
.fourthlist.a1 ul li:nth-child(4n) {
	margin-right:0;
}
.sixthlist.a1 ul li{
	margin-right:2%;
	width:48%;
	float:left;
	margin-top:25px;
	margin-bottom:25px;
}
.sixthlist.a1 ul li:nth-child(2n) {
	margin-right:0;
}
@media only screen and (max-width: 965px) {
	.fourthlist.a1 ul li {
	width:31.6%;
    }
	.fourthlist.a1 ul li:nth-child(4n) {
	margin-right:2.6%;
    }
	.fourthlist.a1 ul li:nth-child(3n) {
	margin-right:0 !important;
}
}
@media only screen and (max-width: 768px) {
	.fourthlist.a1 ul li {
	width:48%;
	margin:13px 1%;
    }
	.fourthlist.a1 ul li:nth-child(4n) {
	margin-right:2.6%;
    }
	.fourthlist.a1 ul li:nth-child(3n) {
	margin-right:2.6%;
}
	.fourthlist.a1 ul li:nth-child(2n) {
	margin-right:0 !important;
}
}

.nnbt {
	text-align: center;
	font-size: 25px;
	margin-bottom: 40px;
	color: #01479c;
	line-height: 45px;
}
.nnbt em {
	display: block;
	height: 3px;
	width: 80px;
	margin: 0 auto;
	background: #01479c
}
.ab2 {
	margin-top: 35px;
	line-height: 30px;
	font-size: 14px
}
.ab2 a {
	color: #333
}
.ab2 a:hover {
	color: #01479c
}
.about1 {
	width: 98%;
	margin: 0px auto;
	max-width: 1020px;
	padding: 50px 0;
	font-size: 16px;
	line-height: 45px;
	color: #777;
	overflow: hidden
}
.about1_a {
	padding-top: 75px;
	padding-bottom: 80px
}
.about1_a .inner {
	position: relative;
	overflow: hidden
}
.about1_a .inner .txt {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px
}
.about1_a .inner .txt h3 {
	font-size: 25px;
	font-weight: bold;
	color: #333333
}
.about1_a .inner .txt span {
	display: block;
	width: 42px;
	height: 3px;
	background: #20944b;
	margin-top: 20px;
	margin-bottom: 50px
}
.about1_a .inner .txt .des {
	font-size: 16px;
	line-height: 2.5
}
