* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "microsoft yahei";
	color: #666;
	font-weight: normal;
}

body {
	overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a,
a:active,
a:link,
a:visited {
	text-decoration: none
}

a {
	color: #000;
}

input {
	outline: none;
}

/* 
@font-face {
	font-family: "ba";
	src: url("BAHNSCHRIFT.TTF");
}
 */

.margin-c {
	width: 1400px;
	margin: 0 auto;
}

.index-head {
	position: fixed;
	width: 100%;
	height: 80px;
	transition: 0.4s;
	z-index: 9999;
	top: 0;
}

.index-head-c {
	width: 1280px;
	height: 80px;
	position: relative;
	line-height: 80px;
	top: 0;
	/* background-color: rgba(0, 0, 0, 0.15); */
	margin: 0 auto;
}

.index-head:after {
	content: "";
	width: 100%;
	height: 80px;
	/* background-color: #FFFFFF; */
	background-color: rgba(0, 0, 0, 0.15);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.index-head-left {
	float: left;
	width: auto;
	height: 100%;
}

.index-head-left img {
	height: 84%;
	/* margin-top: 16px; */
}

.index-head-right {
	float: right;
}

.index-head-right>ul {
	z-index: 999;
	/* position: relative; */
	height: 80px;
}

.index-head-right>ul>li {
	float: left;
	width: 120px;
	height: 80px;
}

.index-head-right>ul>li>a {
	line-height: 80px;
	display: block;
	width: 100%;
	line-height: 80px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	position: relative;
}

.index-head-right>ul>li>a::before {
	content: "";
	width: 0;
	transition: all .3s ease-in;
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	height: 2px;
	transform: translateX(-50%);
	background: #1e50ae;
	bottom: 0px;
}

.index-head-right>ul>li>a:hover::before {
	width: 100%;
}

.index-nav-inner {
	width: 0;
	box-shadow: none;
	display: block;
	position: absolute;
	padding: 0;
	text-align: left;
	top: 180px;
	left: 50%;
	background: rgba(255, 255, 255, 0.95);
	overflow: hidden;
	z-index: 9;
	transition: 0.4s;
	opacity: 0;
	height: 0px;
	box-sizing: border-box;
}

.index-nav-inner-right {
	width: 48.6%;
	float: right;
	border-left: 1px dashed #c5c9ca;
	overflow: hidden;
}

.index-nav-inner-right img {
	width: 340px;
	float: right;
}

.index-nav-inner-left {
	float: left;
	width: 44.5%
}

.index-nav-inner-left>ul>li {
	float: left;
	width: 50%;
	display: block;
	margin-bottom: 25px;
	line-height: 20px;
}

.index-nav-inner-left>ul>li:hover a {
	color: #1e50ae;
}

.index-nav-inner-left>ul>li>a {
	background: url(index-nav-inner-left.png)no-repeat 0;
	padding-left: 16px;
	font-size: 14px;
	color: #333;
	transition: all .3s ease-in;
}

.index-banenr01 {
	position: relative;
	width: 100%;
	/* height: 790px; */
	overflow: hidden;
	/* margin-top: 80px; */
}

.index-banenr01 .swiper-slide {
	position: relative;
	overflow: hidden;
}

.index-banner01-img {
	/* height: 790px; */
}

.index-banenr01 .swiper-slide img {
	max-width: 100%;
	height: auto;
	transition: 3s;
	transform: scale(1.08);
}

.index-banenr01 .swiper-slide-active img {
	transform: scale(1);
}

.index-banenr01 .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border: 1px solid #FFFFFF;
	border-radius: inherit;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0);
	position: relative;
}

.index-banenr01 .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	background-color: #FFFFFF;
	border-radius: 50%;
	opacity: 0.5;
}

.index-banenr01 .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
	opacity: 1;
}

.index-banenr01 .swiper-button-next::after {
	content: " ";
}

.index-banenr01 .swiper-button-prev::after {
	content: " ";
}

.index-banenr01 .swiper-button-next,
.index-banenr01 .swiper-button-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}

.index-banenr01 .swiper-button-prev {
	left: 50px;
}

.index-banenr01 .swiper-button-next {
	right: 50px;
}

.index-banner02 {
	width: 1240px;
	margin: 60px auto 80px;
	overflow: hidden;
}

.index-banner02-left {
	float: left;
	width: 750px;
	margin-top: 85px;
	box-sizing: border-box;
	padding: 0 15px;
}

.index-banner02-title {
	color: #000000;
	font-size: 38px;
}

.index-banner02-title-e {
	color: #A9A9A9;
	font-size: 30px;
	margin-top: -5px;
}

.index-banner02-name {
	color: #696969;
	font-size: 18px;
	margin-top: 50px;
	font-weight: 600;
	margin-bottom: 30px;
}

.index-banner02-text {
	line-height: 2;
	font-size: 14px;
	color: #696969;
}

.index-banner02-btn {
	display: block;
	width: 160px;
	height: 44px;
	line-height: 42px;
	box-sizing: border-box;
	border: 1px solid rgba(112, 112, 112, 1);
	text-align: center;
	color: rgba(112, 112, 112, 1);
	font-size: 14px;
	margin-top: 50px;
	transition: 0.4s;
}

.index-banner02-btn:hover {
	color: #1e50ae;
	border: 1px solid #1e50ae;
}

.index-banner02-right {
	float: right;
	width: 488px;
	height: 550px;
	position: relative;
}

.index-banner02-right img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.index-banner03 {
	background-color: rgba(250, 250, 252, 1);
	width: 100%;
	height: 660px;
	overflow: hidden;
}

.index-title {
	text-align: center;
	font-size: 38px;
	color: #000000;
	margin-top: 55px;
}

.index-title-e {
	text-align: center;
	color: #A9A9A9;
	font-size: 30px;
	margin-top: -5px;
	margin-bottom: 80px;
}

.index-banner03-list {
	overflow: hidden;
	width: 1360px;
	margin: 0 auto;
}

.index-banner03-item {
	width: 430px;
	height: 340px;
	margin-right: 33px;
	float: left;
	position: relative;
	overflow: hidden;
}

.index-banner03-item:nth-child(3n) {
	margin-right: 0;
}

.index-banner03-item-img {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.index-banner03-item-img img {
	width: 100%;
	height: 100%;
}

.index-banner03-item-foot {
	color: #333;
	font-size: 16px;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.index-banner03-item-mask {
	transition: all .5s ease;
	width: 100%;
	height: 280px;
	position: absolute;
	top: 0px;
	left: -100%;
	width: 100%;
	background: rgba(30, 80, 174, .6);
	color: #FFFFFF;
	transform: rotate(90deg);
	box-sizing: border-box;
	padding: 10% 20%;
}

.index-banner03-item-title {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	line-height: 36px;
	border-bottom: 2px solid #fff;
	padding-bottom: 9px;
	text-align: center;
	margin-bottom: 20px;
}

.index-banner03-item-text {
	width: 100px;
	text-align: center;
	font-size: 0.75rem;
	margin: 16px auto;
	font-size: 12px;
	transition: all .5s ease;
}

.index-banner03-item-text:hover {
	width: 110px;
	border: 1px solid #fff;
	padding: 5px;
}


.index-banner03-item-text img {
	width: 12px;
	height: 13px;
	margin-right: 3px;
	margin-bottom: 2px;
}

.index-banner03-item:nth-child(2n) .index-banner03-item-mask {
	transform: rotate(180deg);
	left: 100%;
	top: 100%;
}

.index-banner03-item:hover .index-banner03-item-foot {
	color: #1e50ae;
}

.index-banner03-item:nth-child(3n) .index-banner03-item-mask {
	transform: rotate(-90deg);
	left: 100%;
}

.index-banner03-item:hover .index-banner03-item-mask {
	left: 0;
	top: 0;
	transform: rotate(0);
}

.index-banner04 {
	background-image: url(index-banner04-bgi.png);
	background-repeat: repeat;
	background-size: cover;
	width: 100%;
	height: 720px;
	box-sizing: border-box;
	padding-top: 90px;
	overflow: hidden;
}

.index-banner04-contetn {
	width: 1240px;
	margin: 0 auto;
}

.index-banner04-top {
	overflow: hidden;
}

.index-banner04-head {
	width: 50%;
	float: left;
	height: 288px;
	padding-left: 15px;
	box-sizing: border-box;
}

.index-banner04-title {
	color: #FFFFFF;
	font-size: 44px;
	margin-top: 40px;
}

.index-banner04-title-e {
	font-size: 30px;
	color: #a1c1ee;
}

.index-banner04-span {
	width: 80px;
	height: 3px;
	background-color: rgba(161, 193, 238, 1);
	margin-top: 36px;
}

.index-banner04-left {
	width: 50%;
	float: right;
	height: 288px;
}

.index-banner04-img {
	float: left;
	width: 50%;
	height: 288px;
}

.index-banner04-img img {
	width: 100%;
	height: 100%;
}

.index-banner04-inner {
	width: 50%;
	float: left;
	height: 288px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 43px 35px;
}

.index-banner04-list .index-banner04-img {
	float: right;
}

.index-banner04-inner-title {
	color: #666;
	font-size: 18px;
}

.index-banner04-inner-span {
	margin: 9px 0;
	width: 50px;
	height: 2px;
	background-color: rgba(30, 80, 174, 1);
}

.index-banner04-inner-text {
	line-height: 2;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.index-banner05 {
	padding-bottom: 80px;
	overflow: hidden;
}

.index-banner05-c {
	width: 1400px;
	margin: 0 auto;
}

.index-banner05-left {
	width: 650px;
	margin-right: 100px;
	float: left;
}

.index-banner05-right {
	float: right;
	width: 650px;
}

.index-banner05-left-head {
	width: 100%;
	height: 325px;
	overflow: hidden;
}

.index-banner05-left-head img {
	max-width: 100%;
}

.index-banner05-left-foot {
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	padding-top: 30px;
	overflow: hidden;
	padding-right: 15px;
	transition: 0.4s;
}

.index-banner05-left-time {
	float: left;
	width: 140px;
	height: 120px;
	text-align: center;
}

.index-banner05-left-yaer {
	font-size: 24px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.index-banner05-left-yueri {
	font-size: 14px;
	line-height: 1.4;
	color: #595959;
	margin-top: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.index-banner05-left-right {
	width: 475px;
	padding-left: 16px;
	float: right;
}

.index-banner05-left-title {
	font-size: 16px;
	color: #595959;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-banner05-left-text {
	margin-top: 16px;
	font-size: 14px;
	height: 48px;
	line-height: 24px;
	margin-bottom: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-banner05-left:hover .index-banner05-left-foot {
	background-color: #f7f7f7;
}

.index-banner05-left:hover .index-banner05-left-title {
	color: #60a9d7;
}

.index-banner05-left-foot:hover {
	background-color: #f7f7f7;
}

.index-banner05-left-foot:hover .index-banner05-left-title {
	color: #60a9d7;
}

.index-banner05-right {
	position: relative;
}

.index-banner05-right::before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	background-color: #ddd;
	left: 140px;
	top: 0;
}

.index-foot {
	width: 100%;
	/* height: 350px; */
	background-color: rgba(39, 39, 39, 1);
	overflow: hidden;
}

.index-foot-head {
	width: 1440px;
	height: 270px;
	margin: 20px auto 0;
	padding: 30px 0 10px;
}



.lg-toolbar {
	display: none !important;
}


.lg-img-wrap .lg-object.lg-image {
	width: auto !important;
}

.index-foot-head>.leftw33 {
	width: 33.3%;
	float: left;
	border-right: 1px solid #DDDDDD;
	height: 220px;
	box-sizing: border-box;
	padding: 0 20px;
}

.index-foot-head>.leftw33:nth-child(3) {
	border-right: none;
}

.foot-title-e {
	font-size: 18px;
	color: #FFFFFF;
}

.foot-title {
	font-size: 14px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	display: inline-block;
	margin-bottom: 20px;
}

.foot-dizhidianhua {
	color: #aaaaaa;
	font-size: 14px;
	margin-bottom: 10px;
}

.foot-dizhidianhua img {
	width: 20px;
	margin-right: 5px;
	/* margin-bottom: -5px; */
}

.foot-ewm {
	width: 120px;
	height: 120px;
}

.foot-ewm img {
	width: 100%;
	height: 100%;
}

.foot-form {
	width: 100%;
}

.form-item {
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
	position: relative;
	background-color: #FFFFFF;
	overflow: hidden;
}

.form-item input {
	width: 100%;
	height: 100%;
	padding: 6px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: none;
	font-size: 14px;
}

.form-item textarea {
	min-height: 40px !important;
	width: 100%;
	height: 40px !important;
	padding: 6px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: none;
	resize: none;
	line-height: 28px;
	font-size: 14px;
}

.form-item textarea::-webkit-input-placeholder {
	line-height: 28px;
}

.form-item img {
	width: 126px;
	height: 40px;
	position: absolute;
	right: 0;
}

.form-item:nth-child(2) input {
	width: 300px;
}

.form-item:nth-child(3) input {
	background-color: #c58a62;
	color: #fff;
	cursor: pointer;
	border-radius: inherit;
}

.index-foot-foot {
	width: 100%;
	text-align: center;
	color: #A9A9A9;
	font-size: 14px;
	margin-bottom: 20px;
}

.index-foot-foot a {
	color: #A9A9A9;
	font-size: 14px;
}

.inner-banner {
	width: 100%;
	font-size: 0;
	position: relative;
	/* margin-top: 80px; */
}

.inner-banner img {
	width: 100%;
}

.inner-banner-title {
	width: auto;
	height: 86px;
	padding-left: 20px;
	position: absolute;
	left: 260px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.inner-banner-title::before {
	content: " ";
	width: 1px;
	height: 100%;
	background-color: #eee;
	position: absolute;
	left: 0;
	top: 0;
}

.inner-banner-title-top {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
	color: #FFFFFF;
}

.inner-banner-title-e {
	font-size: 50px;
	line-height: 40px;
	color: #fff;
	opacity: .6;
	text-transform: uppercase;
}

.margin-c {
	width: 1400px;
	margin: 0 auto;
}

.inner-nav {
	width: 100%;
	height: 54px;
	background-color: #1e50ae;
}

.inner-nav-contetn ul li {
	float: left;
}

.inner-nav-contetn ul li a {
	display: block;
	width: auto;
	padding: 0 40px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	transition: 0.4s;
}

.inner-nav-contetn ul li .on {
	background-color: #1a0aa0;
}

.inner-nav-contetn ul li a:hover {
	background-color: #1a0aa0;
}

.jianjie-contetn {
	margin: 70px auto 100px;
}

.overflow {
	overflow: hidden;
}

.jianjie-contetn-left {
	float: left;
	width: 600px;
	margin-right: 50px;
	margin-bottom: 20px;
}

.jianjie-contetn-left img {
	width: 100%;
}

.qiye-contetn-left {
	width: 700px;
	height: auto;
	float: left;
	margin-right: 50px;
}

.qiye-contetn-left img {
	width: 100%;
}

.jianjie-contetn-fuwenben {
	/* float: right; */
	width: 100%;
	font-size: 16px;
	line-height: 1.75;
	color: #666666;
	/* padding-top: 35px; */
}

.jianjie-contetn-fuwenben * {
	max-width: 100%;
}

.demo-gallery ul li {
	width: 23%;
	float: left;
	margin-right: 2%;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	margin-bottom: 2%;
	font-size: 0;
	position: relative;
	overflow: hidden;
}

.huanj-maks {
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 246px;
	background-color: rgba(0, 0, 0, .5);
	transition: 0.4s;
	z-index: 10;
}

.demo-gallery ul li:hover .huanj-maks {
	opacity: 1;
}

.huanj-maks::after {
	content: "";
	position: absolute;
	top: 30%;
	left: 50%;
	margin: -1px 0 0 -19px;
	width: 38px;
	height: 2px;
	background: #fff;
	transition: 0.4s;
}

.demo-gallery ul li:hover .huanj-maks::after {
	top: 50%;
}

.demo-gallery ul li:hover .huanj-maks::before {
	top: 43%;
}

.huanj-maks::before {
	content: "";
	position: absolute;
	top: 23%;
	left: 50%;
	margin: -1px 0 0 -19px;
	width: 2px;
	height: 38px;
	background: #fff;
	margin-left: -1px;
	transition: 0.4s;
}

.demo-gallery ul li:nth-child(4n) {
	margin-right: 0;
}

.huanj-img {
	width: 100%;
	height: 246px;
	overflow: hidden;
}

.demo-gallery ul li .img-responsive {
	/* width: 100%; */
	height: 100%;
	transition: 0.4s;
	display: block;
	margin: 0 auto;
}

.demo-gallery ul li:hover .img-responsive {
	transform: scale(1.05);
}

.demo-gallery-poster {
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #666666;
	font-size: 14px;
	transition: 0.4s;
	background-color: #f3f3f3;
	overflow: hidden;
}

.demo-gallery ul li:hover .demo-gallery-poster {
	color: #FFFFFF;
	background-color: #1e50ae;
}

.huanjin-contetn {
	margin: 50px auto;
	min-height: 200px;
}

.qiye-contetn-right {
	float: left;
	width: 600px;
}

.qiye-title {
	font-size: 32px;
	color: #000000;
	font-weight: 600;
}

.qiye-title-e {
	color: #A9A9A9;
	font-size: 24px;
	margin-top: -5px;
}

.qiye-list {
	margin-top: 35px;
	overflow: hidden;
}

.qiye-item {
	margin-bottom: 35px;
}

.qiye-item-title {
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	line-height: 35px;
}

.qiye-item-text {
	line-height: 35px;
	font-size: 16px;
	word-wrap: break-word;
	word-break: normal;
	text-align: justify;
}

.margin-l20 {
	margin-left: 20px;
}

.hzal-right {
	float: right;
	width: 550px;
	overflow: hidden;
}

.hzal-title {
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	line-height: 2;
	margin-top: 40px;
}

.hzal-list {
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
}

.hzal-list ul li {
	float: left;
	width: 262px;
	height: 125px;
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}

.hzal-list ul li img {
	max-height: 95%;
	max-width: 95%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.hzal-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.xsfw-text {
	font-size: 16px;
	line-height: 35px;
	word-wrap: break-word;
	word-break: normal;
	text-align: justify;
}

.margintb10 {
	margin: 10px 0;
}

.news-contetn {
	margin-top: 50px;
	min-height: 250px;
}

.news-head {
	padding: 30px;
	background: #fafafa;
	margin-bottom: 40px;
	height: 290px;
	overflow: hidden;
}

.news-head-left {
	float: left;
	width: 440px;
	height: 290px;
	overflow: hidden;
}

.news-head-left img {
	width: 100%;
}

.news-head-right {
	float: right;
	width: 850px;
}

.news-head-title {
	font-size: 28px;
	font-weight: bold;
	color: #1e50ae;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-head-text {
	line-height: 30px;
	color: #666;
	font-size: 16px;
	margin: 20px 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-head-foot {
	display: block;
	width: 130px;
	height: 30px;
	margin-bottom: 20px;
	line-height: 30px;
	border: 1px solid#1e50ae;
	color: #1e50ae;
	transition: all 0.3s ease;
	text-indent: 20px;
	font-size: 14px;
}

.news-head-foot img {
	margin-left: 10px;
	width: 14px;
	margin-bottom: 2px;
}

.news-head-foot img:nth-child(1) {
	display: inline-block;
}

.news-head-foot img:nth-child(2) {
	display: none;
}

.news-head-foot:hover {
	background: #1e50ae;
	color: #fff;
}

.news-head-foot:hover img:nth-child(1) {
	display: none;
}

.news-head-foot:hover img:nth-child(2) {
	display: inline-block;
}

.new-item {
	overflow: hidden;
	padding: 16px;
	width: 100%;
	height: 150px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
	box-sizing: border-box;
	position: relative;
}

.new-item-left {
	float: left;
	width: 80px;
	height: 98px;
	background: #f5f5f5;
	text-align: center;
	font-family: arial;
	color: #1e50ae;
	transition: all .5s ease;
}

.new-item-ri {
	font-size: 44px;
	line-height: 46px;
	padding-top: 15px;
}

.new-item-nianyue {
	font-size: 16px;
}

.new-item-contetn {
	width: 1120px;
	float: left;
	box-sizing: border-box;
	padding-left: 35px;
}

.new-item-title {
	font-size: 18px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .5s ease;
}

.new-item-time {
	margin: 5px 0;
	color: #b4b4b4;
	font-size: 14px;
}

.new-item-time img {
	width: 20px;
	margin-bottom: 3px;
}

.new-item-text {
	line-height: 24px;
	color: #666;
	margin: 10px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
}

.new-item-img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 40px;
}

.new-item-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: 0.4s;
}

.new-item-img img:nth-child(1) {
	opacity: 1;
}

.new-item:hover .new-item-img img:nth-child(1) {
	opacity: 0;
}

.new-item:hover .new-item-img img:nth-child(2) {
	opacity: 1;
}

.new-item:hover .new-item-left {
	background-color: #1e50ae;
	color: #FFFFFF;
}

.new-item:hover .new-item-title {
	color: #1e50ae;
}

.news-info {
	width: 1000px;
	margin: 0 auto 50px;
}

.news-info-title {
	width: 100%;
	font-size: 34px;
	margin: 0;
	padding: 0 85px;
	text-align: center;
	color: #262626;
	line-height: 1.2;
	box-sizing: border-box;
}

.news-info-inner {
	overflow: hidden;
	padding-top: 20px;
	text-align: center;
	margin: 20px 0;
	border-top: 1px solid #d9d9d9;
}

.news-info-inner span {
	margin-right: 20px;
	color: #707070;
	font-size: 14px;
}

.news-fuwenben {
	overflow: hidden;
	padding: 20px 0;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
}

.news-fuwenben * {
	max-width: 100%;
}

.news-foot {
	overflow: hidden;
	padding-top: 20px;
	margin-top: 20px;
	border-top: #ddd 1px solid;
	border-bottom: 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.shangyipian {
	float: left;
	width: 50%;
	box-sizing: border-box;
	color: #707070;
	font-size: 14px;
}

.shangyipian:nth-child(2) {
	text-align: right;
}

.shangyipian * {
	color: #707070;
	font-size: 14px;
}

.lxwm-banner01 {
	margin-top: 50px;
}

.lxwm-title {
	box-sizing: border-box;
	padding: 0 20px;
}

.lxwm-title span {
	font-size: 30px;
}

.lxwm-title span:nth-child(1) {
	color: #1e50ae;
}

.lxwm-title span:nth-child(2) {
	font-family: arial, helvetica, sans-serif;
	color: #a8a8a8;
}

.lxwm-span {
	width: 60px;
	margin-left: 20px;
	height: 6px;
	background-color: #1e50ae;
	margin: 15px 20px;
}

.lxwm-banner01-foot {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
}

.lxwm-banner01-foot-left {
	float: left;
	margin: 20px 0;
	width: 700px;
	height: 360px;
	border: 6px solid #fff;
	box-shadow: 0 0 15px 2px #0000001a;
}

.lxwm-banner01-foot-right {
	float: left;
	width: 600px;
	padding-left: 40px;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 125px;
	margin-top: 20px;
}

.lxwm-banner01-foot-right-item {
	margin-bottom: 40px;
	line-height: 42px;
	color: #000000;
	font-size: 16px;
}

.lxwm-banner01-foot-right-item img {
	float: left;
	margin-right: 30px;
}

.jtfs-list {
	box-sizing: border-box;
	padding: 0 20px;
	margin: 30px 0 80px;
}

.jtfs-item-title {
	font-size: 18px;
	color: #000000;
	line-height: 2;
	font-weight: 600;
}

.jtfs-item-text {
	color: #333333;
	font-size: 14px;
	line-height: 2;
}

.lxwm-foot {
	background-color: rgba(248, 248, 248, 1);
	overflow: hidden;
}

.lxwm-foot-title {
	text-align: center;
	margin-top: 80px;
	color: #333333;
	font-size: 32px;
	line-height: 42px;
	font-family: arial, helvetica, sans-serif;
}

.lxwm-foot-title-e {
	line-height: 33px;
	color: #cccccc;
	font-size: 20px;
	text-align: center;
}

.lxwm-foot-title-span {
	width: 50px;
	height: 4px;
	background-color: rgba(51, 51, 51, 1);
	margin: 8px auto;
}

.lxwm-form {
	width: 1340px;
	margin: 30px auto 50px;
}

.lxwm-form {
	overflow: hidden;
}

.lxwm-form-item {
	margin-bottom: 25px;
	width: 657px;
	height: 42px;
	overflow: hidden;
	position: relative;
}

.lxwm-form-item input {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	border: none;
	font-size: 14px;
}

.lxwm-form-item:nth-child(1) {
	width: 100%;
	height: 160px;
}

.lxwm-form-item:nth-child(1) textarea {
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	color: #333;
	border: none;
	font-size: 14px;
	resize: none;
	outline: none;
}

.lxwm-form-item:nth-child(2n) {
	float: left;
}

.lxwm-form-item:nth-child(2n+1) {
	float: right;
}

.lxwm-form-item:nth-child(8) {
	width: 100%;
}

.lxwm-form-item:nth-child(8) input {
	color: #FFFFFF;
	background-color: #333;
	cursor: pointer;
	transition: 0.4s;
}

.lxwm-form-item:nth-child(8) input:hover {
	background-color: #1e50ae;
}

.lxwm-form-item:nth-child(5) input {
	width: 540px;
}

.lxwm-form-item:nth-child(5) img {
	height: 42px;
}

.rczp-list {
	width: 100%;
	margin: 50px 0;
	overflow: hidden;
}

.rczp-item {
	width: 670px;
	float: left;
	margin: 15px;
	border: 1px solid #eaecee;
	box-sizing: border-box;
	overflow: hidden;
	padding: 15px;
	transition: 0.4s;
}

.rczp-item:hover {
	border: 1px solid #1e50ae;
}

.rczp-item-top {
	overflow: hidden;
}

.rczp-item-name {
	float: left;
	font-size: 18px;
	color: #333;
	height: 30px;
	line-height: 30px;
}

.rczp-item-name img {
	margin: 0px 0 0 10px;
	width: 20px;
}

.rczp-item-right {
	float: right;
	font-size: 18px;
	color: #1e50ae;
}

.rczp-item-bottom {
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}

.rczp-item-bottom-left {
	float: left;
	height: 30px;
}

.rczp-item-bottom-right {
	float: right;
}

.zpxq-top {
	margin-top: 50px;
	background-color: #fbfcfd;
	box-sizing: border-box;
	padding: 10px 20px 20px;
	margin-bottom: 50px;
	overflow: hidden;
}

.zpxq-top-time {
	font-size: 16px;
	line-height: 22px;
	color: #666;
}

.zpxq-top-time img {
	width: 22px;
	float: left;
	margin-right: 5px;
}

.zpxq-top-name {
	margin-top: 5px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.zpxq-top-name-left {
	float: left;
	font-size: 36px;
	color: #333;
}

.zpxq-top-name-right {
	float: right;
	font-size: 28px;
	color: #1e50ae;
	font-weight: 700;
}

.zpxq-top-foot {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}

.zpxq-top-foot-left {
	float: left;
}

.zpxq-top-foot-right {
	float: right;
}

.zpxq-top-foot-right span {
	border-right: 1px solid #999;
	padding: 0 20px;
}

.zpxq-top-foot-right span:nth-last-child(1) {
	border: none;
}

.zpxq-content {
	overflow: hidden;
	margin-bottom: 70px;
}

.zpxq-title {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.zpxq-span {
	width: 21px;
	height: 2px;
	background-color: #04abf4;
	margin-top: 15px;
}

.zpxq-fuwenben {
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
}

.zpxq-fuwenben * {
	max-width: 100%;
}

.cpzx-content {
	overflow: hidden;
	margin: 45px 0;
	min-height: 200px;
}

.cpinfo-head {
	box-sizing: border-box;
	height: auto;
	width: 100%;
	padding: 40px 25px;
	background: #f5f5f5;
	overflow: hidden;
}

#magnifier {
	position: relative;
	width: 600px;
	float: left;
}

.small-box {
	position: relative;
	width: 600px;
	height: 400px;
	margin-bottom: 20px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.small-box table td {
	width: 600px;
	height: 400px;
}

.small-box img {
	height: 400px;
	width: 600px;
}

.small-box .hover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 200px;
	border: 1px solid rgba(212, 212, 212, .3);
	background: rgba(254, 238, 167, .3);
	filter: alpha(opacity: 50);
	cursor: move;
}

.thumbnail-box {
	position: relative;
	width: 100%;
}

.thumbnail-box .btn {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 32px;
	margin-top: -16px;
}

.thumbnail-box .btn-prev {
	left: 0;
	background: url(btn_prev.png) no-repeat;
}

.thumbnail-box .btn-prev.btn_prev_disabled {
	background: url(btn_prev_disabled.png) no-repeat;
	cursor: not-allowed;
}

.thumbnail-box .btn-next {
	right: 0;
	background-image: url(btn_next.png);
	background-repeat: repeat;
	background-size: cover;
}

.thumbnail-box .btn-next.btn_next_disabled {
	background: url(btn_next_disabled.png) no-repeat;
	cursor: not-allowed;
}

.thumbnail-box .list {
	overflow: hidden;
	width: 400px;
	margin: 0 auto;
	box-sizing: border-box;
}

.thumbnail-box .wrapper {
	width: 100000px;
}

.thumbnail-box .list .item {
	float: left;
	margin: 0 10px;
}


.thumbnail-box .list .item img {
	border: 2px solid #a9a9a9;
	width: 58px;
	height: 58px;
}

.thumbnail-box .list .item-cur img {
	border: 2px solid #1e50ae;
}

.big-box {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 600px;
	top: 0;
	width: 400px;
	height: 400px;
	border: 5px solid #EEEEEE;
	box-sizing: border-box;
	box-shadow: 0 0 10px #777;
	background-color: #FFFFFF;
}

.big-box img {
	display: block;
}

.cpinfo-head-right {
	width: 750px;
	height: auto;
	float: right;
	box-sizing: border-box;
	padding: 20px 38px 0 57px;
}

.cpinfo-head-title {
	font-size: 30px;
	color: #262626;
	font-weight: 600;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 15px;
}
.cp-jianjie {
	font-size: 16px;
	line-height: 1.75;
	color: #262626;
}
.cpinfo-head-right-bottom {
	overflow: hidden;
	padding-top: 20px;
}

.cpinfo-head-right-bottom a {
	display: block;
	float: left;
	margin-right: 20px;
	background-color: #1e50ae;
	width: 140px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	border: 1px solid #1e50ae;
	transition: 0.4s;
}

.cpinfo-head-right-bottom a:hover {
	background-color: #FFFFFF;
	color: #1e50ae;
}

.cp-miaoshu-title {
	margin-top: 20px;
	color: #333;
	line-height: 70px;
	font-size: 26px;
	background: #f5f5f5;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #0080e2;
	margin-bottom: 20px;
}

.cp-miaoshu-fuwenben {
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
}

.cp-miaoshu-fuwenben * {
	max-width: 100%;
}

.cp-miaoshu .news-foot {
	padding: 20px;
}

.list-unstyled .layui-box {
	/* display: none !important; */
}


.layui-laypage {
	width: 100%;
	text-align: center;
	margin: 30px 0 30px !important;
}


.layui-laypage * {
	background-color: #f6f6f6 !important;
	font-size: 16px !important;
	color: #333 !important;
	margin-right: 5px !important;
	background-color: #FFFFFF !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #1e50ae !important;
}

.layui-laypage .layui-laypage-curr em {
	background-color: #1e50ae !important;
	color: #FFFFFF !important;
	margin-right: 0 !important;
}

.layui-laypage-count {
	border: 1px solid #e2e2e2 !important;
	padding: 0 15px !important;
}


.layui-btn:hover {
	color: #1e50ae;
}

.pc-hide {
	display: none;
}

@media only screen and (min-width: 1200px) and (max-width:1400px) {
	.index-head-c {
		width: 1150px;
	}

	.index-banner02 {
		width: 1150px;
	}

	.index-banner02-left {
		width: 650px;
	}

	.index-banner03-list {
		width: 1150px;
	}

	.index-banner03-item {
		width: 360px;
	}

	.index-banner04-contetn {
		width: 1150px;
	}

	.index-banner05-c {
		width: 1150px;
	}

	.index-banner05-left {
		width: 550px;
		margin-right: 50px;
	}

	.index-banner05-right {
		width: 550px;
	}

	.index-banner05-left-right {
		width: 375px;
	}

	.index-foot-head {
		width: 1150px;
	}

	.margin-c {
		width: 1150px;
	}
	
	.index-head-right>ul>li {
		width: 100px;
	}

	.qiye-contetn-right {
		width: 475px;
	}

	.qiye-contetn-left {
		width: 575px;
	}

	.inner-nav-contetn ul li a {
		padding: 0 30px;
	}

	.cpinfo-head-right {
		width: 500px;
	}

	.hzal-right {
		width: 525px;
	}

	.hzal-list ul li {
		width: 250px;
		height: 100px;
	}

	.news-head-right {
		width: 600px;
	}

	.new-item-contetn {
		width: 970px;
	}

	.lxwm-banner01-foot-right {
		width: 350px;
	}

	.lxwm-banner01-foot-right-item img {
		margin-right: 15px;
	}

	.lxwm-form {
		width: 1150px;
	}

	.lxwm-form-item {
		width: 560px;
	}

	.lxwm-form-item:nth-child(5) input {
		width: 445px;
	}

	.rczp-item {
		width: 545px;
	}
}



/* 手机 */

@media only screen and (max-width: 750px) {
	.iphone-hide {
		display: none;
	}

	.pc-hide {
		display: block;
	}

	/*reset*/
	* {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	html,
	body {
		margin: 0 auto;
	}

	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	hr,
	p,
	blockquote,
	dl,
	dt,
	dd,
	ul,
	ol,
	li,
	pre,
	form,
	fieldset,
	legend,
	button,
	input,
	textarea,
	th,
	td,
	header,
	section,
	footer {
		margin: 0;
		padding: 0
	}

	body,
	button,
	input,
	select,
	textarea {
		font: 12px/1.5 "microsoft yahei";
		color: #666;
		font-weight: normal;
	}

	body {
		overflow-x: hidden;
	}

	address,
	cite,
	dfn,
	em,
	var,
	i {
		font-style: normal
	}

	ul,
	ol,
	dl {
		list-style: none
	}

	a {
		text-decoration: none;
		outline: none;
		font-family: "microsoft yahei";
		color: #666;
		cursor: pointer;
		font-size: 12px;
	}

	li {
		font-size: 12px;
		font-family: "microsoft yahei";
		list-style: none;
		margin: 0;
		padding: 0;
	}

	em {
		font-style: normal;
		font-size: 12px;
	}

	body,
	p,
	span {
		font-family: "microsoft yahei";
	}

	img {
		border: none;
	}

	p {
		margin: 0px;
		padding: 0px;
		word-wrap: break-word;
	}

	:focus {
		outline: none;
	}

	img {
		border: 0;
		vertical-align: middle;
		display: inline-block;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.clear {
		clear: both;
	}

	.clear:after {
		display: block;
		mainContent: "";
		clear: both;
	}

	.transtion {
		transition: all 0.5s;
		-o-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.clear {
		clear: both;
	}

	.clear:after {
		display: block;
		content: "";
		clear: both;
	}

	.header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		height: 1.2rem;
		max-width: 750px;
		margin: 0 auto;
		z-index: 999;
		background: #fff;
		display: flex;
		align-items: center;
	}

	.header a.log {
		float: left;
		margin-left: 0.25rem;
		height: 1.06rem;
		font-size: 0;
	}

	.header a.log img {
		/* margin-top: 0.1rem; */
		max-height: 75%;
		margin-top: 0.15rem;
	}

	.icon {
		float: right;
		width: 1.34rem;
		height: 0.9rem;
		background: url("nav.png") no-repeat center;
		background-size: 45%;
		position: absolute;
		right: 0;
		/* top: 0.2rem; */
	}

	.menu_list_bor {
		position: fixed;
		height: 100%;
		width: 100%;
		right: -100%;
		top: 0;
		z-index: 9999;
	}

	.colse_menu {
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		z-index: 999;
	}

	.menu_right {
		width: 70%;
		position: absolute;
		height: 100%;
		right: 0;
		top: 0;
		background: #fff;
		z-index: 9999;
		overflow-x: hidden;
	}

	.menu_top {
		width: 100%;
		height: 1rem;
		border-bottom: 1px solid #bbbbbb;
	}

	.clo {
		line-height: 1rem;
		color: #333;
		font-size: 0.3rem;
		width: 1.8rem;
		margin-left: 0.3rem;
		height: 1rem;
		background-size: auto 0.25rem;
		padding-left: 0.35rem;
		float: left;
		margin-right: 0.6rem;
	}

	.menu_list {
		width: 100%;
	}

	.clo b {
		float: left;
		height: 100%;
		width: 20px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		background: url('fl.png') no-repeat right center;
		background-size: 40%;
	}

	.clo span {
		display: inline-block;
		line-height: 0.8rem;
		margin-left: 0.1rem;
	}

	.menu_top>a {
		float: left;
		padding: 0 0.25rem;
		height: 1rem;
		color: #333333;
		font-size: 0.3rem;
		text-align: center;
		line-height: 1rem;
	}

	.menu_list>ul>li,
	.menu_list>ul>li>ul>li {
		line-height: 0.8rem;
		*height: 0.8rem;
		position: relative;
		border-bottom: 1px solid #e9e9e9;
	}

	.menu_list>ul>li>ul {
		display: none;
	}

	.menu_list>ul>li>a,
	.menu_list>ul>li>ul>li>a {
		line-height: 0.8rem;
		*height: 0.8rem;
		color: #333;
		font-size: 0.28rem;
		display: inline-block;
		padding-left: 0.65rem;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-right: 0.6rem;
	}

	.menu_list>ul>li>ul>li {
		border: 0;
		border-top: 1px solid #e9e9e9;
		padding-left: 0.3rem;
	}

	.menu_list>ul>li>ul>li>a {
		color: #575757;
	}

	.menu_list>ul>li>b,
	.menu_list>ul>li>ul>li b {
		position: absolute;
		display: block;
		width: 20%;
		height: 0.8rem;
		right: 0;
		top: 0;
		background: url('fl.png') no-repeat center;
		background-size: 18%;
	}

	.menu_list>ul>li>ul>li li {
		border-top: 1px solid #e9e9e9;
	}

	.menu_list>ul>li>ul>li li a {
		padding-left: 1rem;
		color: #333;
		font-size: 0.28rem;
		display: inline-block;
		line-height: 0.4rem;
		vertical-align: middle;
		white-space: nowrap;
	}

	.menu_list>ul>li>b.nex,
	.menu_list>ul>li>ul>li b.nex {
		background: url('nex.png') no-repeat center;
		background-size: 30%;
	}

	.menu_list>ul>li {
		line-height: 0.8rem;
	}

	.margin-c {
		width: 7rem;
		margin: 0 auto;
	}

	.iphone-top {
		margin-top: 1.2rem;
	}

	.index-banenr01 .swiper-button-prev {
		display: none;
	}

	.index-banenr01 .swiper-button-next {
		display: none;
	}

	.index-banner02 {
		width: 7.5rem;
		margin: 0.3rem auto 0.55rem;
		overflow: hidden;
	}

	.index-banner02-left {
		float: none;
		width: 100%;
		margin-top: 0rem;
		box-sizing: border-box;
		padding: 0 0.25rem;
	}

	.index-banner02-title {
		font-size: 0.36rem;
		font-weight: 600;
	}

	.index-banner02-title-e {
		font-size: 0.32rem;
		margin-top: -5px;
	}

	.index-banner02-name {
		font-size: 0.32rem;
		margin-top: 0.1rem;
		margin-bottom: 0.1rem;
		font-weight: 400;
	}

	.index-banner02-text {
		line-height: 1.75;
		font-size: 0.28rem;
	}

	.index-banner02-btn {
		width: 3.2rem;
		height: 0.88rem;
		line-height: 0.84rem;
		font-size: 0.28rem;
		margin: 0.25rem auto 0.35rem;
	}

	.index-banner02-right {
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding: 0 0.25rem;
		height: auto;
	}
	.index-banner02-right img {
		position: inherit;
	}

	.index-banner03 {
		height: auto;
		padding: 0 0.25rem;
		box-sizing: border-box;
	}

	.index-title {
		font-size: 0.42rem;
		margin-top: 0.35rem;
	}

	.index-title-e {
		font-size: 0.36rem;
		margin-top: -0.1rem;
		margin-bottom: 0.55rem;
	}

	.index-banner03-list {
		width: 100%;
	}

	.index-banner03-item {
		width: 100%;
		height: auto;
		margin-right: 0;
		float: none;
	}

	.index-banner03-item-img {
		width: 100%;
		height: auto;
	}

	.index-banner03-item-foot {
		font-size: 0.26rem;
		height: auto;
		line-height: 2;
		margin-bottom: 0.35rem;
		margin-top: 0.2rem;
	}

	.index-banner03-item-mask {
		display: none;
	}

	.index-banner04 {
		width: 100%;
		height: auto;
		padding-top: 0;
		padding-bottom: 0.55rem;
	}

	.index-banner04-title {
		color: #FFFFFF;
		font-size: 0.42rem;
		margin-top: 0.35rem;
	}

	.index-banner04-title-e {
		font-size: 0.36rem;
	}

	.index-banner04-span {
		width: 1.6rem;
		height: 3px;
		margin-top: 0.35rem;
		margin-bottom: 0.35rem;
	}

	.index-banner04-head {
		width: 100%;
		float: none;
		height: auto;
		padding: 0 0.25rem;
	}

	.index-banner04-contetn {
		width: 7.5rem;
	}

	.index-banner04-left {
		width: 7rem;
		float: none;
		height: auto;
		box-sizing: border-box;
		margin: 0 0.25rem;
		background-color: #FFFFFF;
		overflow: hidden;
		margin-bottom: 0.25rem;
	}

	.index-banner04-img {
		height: auto;
		width: 100%;
		float: none;
	}

	.index-banner04-inner {
		width: 100%;
		float: none;
		height: auto;
		background-color: #FFFFFF;
		padding: 0.25rem;
	}

	.index-banner04-inner-title {
		font-size: 0.36rem;
	}

	.index-banner04-inner-span {
		margin: 0.18rem 0;
		width: 1rem;
		height: 2px;
	}

	.index-banner04-inner-text {
		line-height: 1.75;
		font-size: 0.28rem;
	}

	.index-banner04-list .index-banner04-img {
		float: none;
	}

	.index-banner05-c {
		width: 100%;
		padding: 0 0.25rem;
		box-sizing: border-box;
	}

	.index-banner05-left {
		width: 100%;
		margin-right: 0px;
		float: none;
	}

	.index-banner05-left-head {
		width: 100%;
		height: auto;
	}

	.index-banner05-left-foot {
		width: 100%;
		height: auto;
		padding-top: 0.25rem;
		padding-right: 0;
		border-bottom: 1px solid #DDDDDD;
		padding-bottom: 0.25rem;
	}

	.index-banner05-left-time {
		float: left;
		width: 30%;
		height: auto;
		text-align: center;
		margin-top: 0.25rem;
		overflow: hidden;
		box-sizing: border-box;
		padding: 0.15rem 0;
		background-color: #DDDDDD;
	}

	.index-banner05-left-right {
		width: 70%;
		padding-left: 0.25rem;
		float: right;
		box-sizing: border-box;
	}

	.index-banner05-left-yaer {
		font-size: 0.32rem;
	}

	.index-banner05-left-yueri {
		font-size: 0.32rem;
		margin-top: 0;
	}

	.index-banner05-left-title {
		font-size: 0.28rem;
		color: #333;
		min-height: 0.84rem;
		font-weight: 600;
	}

	.index-banner05-left-text {
		margin-top: 0;
		font-size: 0.26rem;
		height: 0.96rem;
		line-height: 0.48rem;
		margin-bottom: 0;
		color: #666666;
	}

	.index-banner05-right {
		float: none;
		width: 100%;
	}

	.index-banner05-right::before {
		content: "";
		width: 1px;
		height: 100%;
		position: absolute;
		background-color: #ddd;
		left: 140px;
		top: 0;
		display: none;
	}

	.index-banner05 {
		padding-bottom: 0.45rem;
	}

	.index-foot-head {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0.25rem;
		box-sizing: border-box;
	}

	.index-foot-head>.leftw33 {
		width: 100%;
		float: none;
		border-right: none;
		height: auto;
		box-sizing: border-box;
		padding: 0.2rem 0;
	}

	.foot-title-e {
		font-size: 0.36rem;
	}

	.foot-title {
		font-size: 0.28rem;
		margin-bottom: 0.25rem;
	}

	.foot-dizhidianhua {
		color: #aaaaaa;
		font-size: 0.28rem;
		margin-bottom: 0.2rem;
	}

	.foot-ewm {
		width: 2.4rem;
		height: 2.4rem;
	}

	.form-item {
		width: 100%;
		height: 0.8rem;
		margin-bottom: 0.25rem;
	}

	.form-item textarea {
		min-height: 0.8rem !important;
		width: 100%;
		height: 0.8rem !important;
		padding: 0.12rem;
		line-height: 0.56rem;
		font-size: 0.28rem;
	}

	.form-item:nth-child(2) input {
		width: 4.7rem;
	}

	.form-item input {
		height: 100%;
		padding: 0.12rem;
		font-size: 0.28rem;
	}

	.form-item img {
		width: auto;
		height: 0.8rem;
		position: absolute;
		right: 0;
	}

	.index-foot-foot a {
		display: inline-block;
	}

	.layui-btn {
		line-height: 0.56rem;
	}

	.inner-banner {
		margin-top: 1.2rem;
		height: 3.5rem;
		overflow: hidden;
	}

	.inner-banner img {
		width: auto;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.inner-banner-title {
		width: auto;
		height: 1rem;
		padding-left: 0;
		position: absolute;
		left: 0.25rem;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.inner-banner-title::before {
		display: none;
	}

	.inner-banner-title-top {
		margin-bottom: 0.2rem;
		font-size: 0.36rem;
		line-height: 1;
		color: #FFFFFF;
	}

	.inner-banner-title-e {
		font-size: 0.42rem;
		line-height: 0.42rem;
	}

	.inner-nav {
		width: 100%;
		height: auto;
		background-color: #1e50ae;
	}

	.inner-nav ul {
		overflow: hidden;
		padding: 0.25rem 0 0;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.inner-nav-contetn ul li a {
		padding: 0 0.45rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.32rem;
		background-color: #f0f0f0;
		color: #707070;
		margin-bottom: 0.25rem;
	}

	.inner-nav-contetn ul li .on {
		color: #FFFFFF;
	}

	.jianjie-contetn {
		margin: 0.25rem auto 0.45rem;
	}

	.jianjie-contetn-left {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}

	.jianjie-contetn-fuwenben {
		width: 100%;
		font-size: 0.28rem;
		line-height: 1.75;
		color: #666666;
	}

	.huanjin-contetn {
		margin: 0.5rem auto;
		min-height: 2rem;
	}

	.demo-gallery ul li {
		width: 48%;
		float: left;
		margin-right: 2%;
		margin-bottom: 0.25rem;
		position: relative;
	}

	.demo-gallery ul li:nth-child(2n) {
		margin-right: 0;
		float: right;
	}

	.lg-toolbar .lg-close:after {
		content: " X " !important;
		font-family: "slick";
		font-size: 0.36rem;
		line-height: 1;
		color: white;
		opacity: 0.85;
	}

	.huanj-maks {
		display: none;
	}

	.huanj-img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.demo-gallery ul li .img-responsive {
		width: 100%;
		height: auto;
	}

	.demo-gallery-poster {
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.28rem;
	}

	.layui-laypage {
		width: 100%;
		text-align: center;
		margin: 0.3rem 0 0.3rem !important;
	}

	.qiye-contetn-left {
		width: 100%;
		height: auto;
		float: none;
		margin-right: 0;
	}

	.qiye-contetn-right {
		float: none;
		width: 100%;
		margin-top: 0.25rem;
	}

	.qiye-title {
		font-size: 0.42rem;
	}

	.qiye-title-e {
		font-size: 0.32rem;
		margin-top: -0.1rem;
	}

	.qiye-list {
		margin-top: 0.3rem;
		overflow: hidden;
	}

	.qiye-item {
		margin-bottom: 0.25rem;
	}

	.qiye-item-title {
		font-size: 0.32rem;
		line-height: 0.5rem;
	}

	.qiye-item-text {
		line-height: 1.75;
		font-size: 0.28rem;
	}

	.cpzx-content {
		overflow: hidden;
		margin: 0;
		padding: 0.45rem 0.25rem;
		min-height: 2rem;
		background-color: #f5f5f5;
	}

	.cpinfo-head {
		padding: 0;
	}

	#magnifier {
		width: 100%;
		float: none;
	}

	.small-box {
		position: relative;
		width: 100%;
		height: auto;
	}

	.small-box img {
		height: auto;
		width: 100%;
	}

	.small-box .hover {
		display: none !important;
	}

	.small-box table td {
		width: 100%;
		height: auto;
	}

	.thumbnail-box .list {
		width: 100%;
		box-sizing: border-box;
		/* padding: 0 0.25rem; */
		margin: 0 0.25rem;
	}

	.thumbnail-box .btn {
		width: 0.35rem;
		height: 0.55rem;
		margin-top: -0.36rem;
	}

	.thumbnail-box .list .item {
		float: left;
		margin: 0 0.2rem;
	}

	.thumbnail-box .list .item img {
		border: 2px solid #a9a9a9;
		width: 1.16rem;
		height: 1.16rem;
	}

	.cpinfo-head-right {
		width: 100%;
		height: auto;
		float: none;
		padding: 0.25rem;
		box-sizing: border-box;
	}

	.cpinfo-head-title {
		font-size: 0.36rem;
		padding-bottom: 0.25rem;
		border-bottom: 1px solid #e8e8e8;
		margin-bottom: 0.25rem;
		text-align: center;
	}

	.cpinfo-head-right-bottom {
		padding-top: 0.25rem;
	}

	.cpinfo-head-right-bottom a {
		float: left;
		margin-right: 0;
		background-color: #1e50ae;
		width: 48%;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.32rem;
	}

	.cpinfo-head-right-bottom a:nth-child(2) {
		float: right;
		margin-right: 0;
	}

	.cp-miaoshu-title {
		margin-top: 0.25rem;
		color: #333;
		line-height: 0.5rem;
		font-size: 0.36rem;
		margin-bottom: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.cp-miaoshu-fuwenben {
		color: #333333;
		font-size: 0.28rem;
		line-height: 1.75;
	}

	.cp-miaoshu .news-foot {
		padding: 0px;
	}

	.news-foot {
		overflow: hidden;
		padding-top: 0.25rem;
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.shangyipian {
		font-size: 0.28rem;
		padding-top: 0.25rem;
	}

	.hzal-right {
		float: none;
		width: 100%;
	}

	.hzal-title {
		font-size: 0.36rem;
		margin-top: 0.3rem;
	}

	.hzal-list {
		width: 100%;
		overflow: hidden;
		margin-top: 0.25rem;
	}

	.hzal-list ul li {
		float: left;
		width: 48%;
		height: 2.5rem;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}

	.hzal-list ul li:nth-child(2n) {
		float: right;
	}

	.xsfw-text {
		font-size: 0.28rem;
		line-height: 1.75;
	}


	.innerColumn {
		height: 0.95rem;
		background: #3776ed;
		position: relative;
	}

	.innerColumn .back {
		float: left;
		padding: 0 0.25rem;
		font-size: 0;
		line-height: 0.95rem;
	}

	.innerColumn .back img {
		width: 0.44rem;
	}

	.innerColumn p {
		font-size: 0.36rem;
		color: #FFFFFF;
		line-height: 0.95rem;
		float: left;
		position: absolute;
		left: 1rem;
		right: 1rem;
		text-align: center;
	}

	.innerColumn em {
		float: right;
		line-height: 0.95rem;
		padding: 0 0.25rem;
	}

	.innerColumn em img {
		width: 0.47rem;
	}

	.innerColumn .innerColumn-list {
		position: absolute;
		right: 0;
		top: 0;
		left: 0;
		background: #fff;
		top: 0.95rem;
		padding: 0.1rem 0.25rem;
		z-index: 99;
		box-shadow: 0rem 0.04rem 0.06rem 0.04rem #dedede;
		display: none;
	}

	.innerColumn .innerColumn-list li {
		float: left;
		width: 50%;
		text-align: center;
	}

	.innerColumn .innerColumn-list li a {
		display: block;
		font-size: 0.3rem;
		color: #666;
		line-height: 0.6rem;
	}

	.news-contetn {
		margin-top: 0.25rem;
		min-height: 2.5rem;
	}

	.news-head {
		padding: 0.25rem;
		background: #fafafa;
		margin-bottom: 0.25rem;
		height: auto;
		overflow: hidden;
	}

	.news-head-left {
		float: none;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.news-head-right {
		float: none;
		width: 100%;
	}

	.news-head-title {
		font-size: 0.36rem;
		color: #1e50ae;
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.news-head-text {
		line-height: 1.75;
		font-size: 0.32rem;
		margin: 0;
	}

	.news-head-foot {
		width: 2.6rem;
		height: 0.6rem;
		margin-bottom: 0.25rem;
		line-height: 0.6rem;
		text-indent: 0.4rem;
		font-size: 0.28rem;
		margin-top: 0.25rem;
	}

	.news-head-foot img {
		margin-left: 0.2rem;
		width: 0.28rem;
		margin-bottom: 0.04rem;
	}

	.new-item {
		padding: 0.25rem;
		height: auto;
		margin-bottom: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.new-item-left {
		float: left;
		width: 28%;
		height: auto;
		color: #1e50ae;
		padding: 0.25rem 0;
		margin-top: 0.25rem;
	}

	.new-item-ri {
		font-size: 0.44rem;
		line-height: 0.46rem;
		padding-top: 0.1rem;
	}

	.new-item-nianyue {
		font-size: 0.32rem;
	}

	.new-item-contetn {
		width: 72%;
		float: left;
		padding-left: 0.25rem;
		box-sizing: border-box;
	}

	.new-item-title {
		font-size: 0.32rem;
	}

	.new-item-time {
		margin: 0.1rem 0;
		font-size: 0.24rem;
	}

	.new-item-text {
		line-height: inherit;
		margin: 0px;
		font-size: 0.28rem;
	}

	.new-item-img {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 0.4rem;
	}

	.new-item-img img {
		width: 100%;
	}

	.news-info {
		width: 100%;
		margin: 0;
	}

	.news-info-title {
		font-size: 0.36rem;
		padding: 0 0.25rem;
		line-height: 1.2;
	}

	.news-info-inner {
		padding-top: 0.25rem;
		text-align: center;
		margin: 0.25rem 0;
	}

	.news-info-inner span {
		margin-right: 0.25rem;
		color: #707070;
		font-size: 0.28rem;
	}

	.news-fuwenben {
		padding: 0.25rem 0;
		font-size: 0.28rem;
		line-height: 1.75;
		color: #333;
	}

	.lxwm-banner01 {
		margin-top: 0.25rem;
	}

	.lxwm-title {
		box-sizing: border-box;
		padding: 0;
	}

	.lxwm-title span {
		font-size: 0.36rem;
	}

	.lxwm-span {
		width: 1.2rem;
		margin-left: 0;
		height: 2px;
		background-color: #1e50ae;
		margin: 0.1rem 0;
	}

	.lxwm-banner01-foot {
		padding: 0.1rem;
	}

	.lxwm-banner01-foot-left {
		float: none;
		margin: 0.25rem 0;
		width: 100%;
		height: 360px;
		border: 0.12rem solid #fff;
		box-shadow: 0 0 2px 2px #0000001a;
		box-sizing: border-box;
	}

	.lxwm-banner01-foot-right {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-top: 0.35rem;
		margin-top: 0.25rem;
	}

	.lxwm-banner01-foot-right-item {
		margin-bottom: 0.25rem;
		line-height: 2;
		color: #000000;
		font-size: 0.32rem;
	}

	.lxwm-banner01-foot-right-item img {
		float: left;
		margin-right: 0.3rem;
	}

	.jtfs-list {
		box-sizing: border-box;
		padding: 0 0px;
		margin: 0.25rem 0 0.5rem;
	}

	.jtfs-item-title {
		font-size: 0.32rem;
	}

	.jtfs-item-text {
		font-size: 0.28rem;
	}

	.lxwm-foot-title {
		margin-top: 0.35rem;
		font-size: 0.52rem;
		line-height: inherit;
	}

	.lxwm-foot-title-e {
		line-height: inherit;
		font-size: 0.32rem;
		margin-top: -0.1rem;
	}

	.lxwm-foot-title-span {
		width: 1rem;
		height: 0.08rem;
		margin: 0.16rem auto;
	}

	.lxwm-form {
		width: 7rem;
		margin: 0.6rem auto 0.6rem;
	}

	.lxwm-form-item {
		margin-bottom: 0.25rem;
		width: 100%;
		height: 0.84rem;
	}

	.lxwm-form-item:nth-child(1) textarea {
		padding: 0.2rem;
		font-size: 0.28rem;
	}

	.lxwm-form-item:nth-child(1) {
		height: 3.2rem;
	}

	.lxwm-form-item input {
		padding: 0 0.2rem;
		font-size: 0.28rem;
	}

	.rczp-list {
		margin: 0.25rem 0;
		overflow: hidden;
	}

	.rczp-item {
		width: 100%;
		float: none;
		margin: 0 0 0.25rem 0;
		padding: 0.25rem;
	}

	.rczp-item-name {
		font-size: 0.32rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}

	.rczp-item-right {
		float: right;
		font-size: 0.32rem;
		color: #1e50ae;
	}

	.rczp-item-bottom {
		line-height: 0.6rem;
		font-size: 0.28rem;
	}

	.rczp-item-bottom-left {
		float: left;
		height: 0.6rem;
	}

	.zpxq-top {
		margin-top: 0.25rem;
		padding: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.zpxq-top-time {
		font-size: 0.32rem;
		line-height: 0.44rem;
	}

	.zpxq-top-name {
		margin-top: 0.15rem;
		height: auto;
		line-height: inherit;
	}

	.zpxq-top-name-left {
		float: left;
		font-size: 0.4rem;
	}

	.zpxq-top-name-right {
		float: right;
		font-size: 0.36rem;
	}

	.zpxq-top-foot {
		margin-top: 0.15rem;
		font-size: 0.28rem;
	}

	.zpxq-top-foot-left {
		float: none;
	}

	.zpxq-top-foot-right {
		float: none;
		margin-top: 0.15rem;
		text-align: center;
	}

	.zpxq-top-foot-right span {
		padding: 0 0.2rem;
	}

	.zpxq-content {
		overflow: hidden;
		margin-bottom: 0.35rem;
	}

	.zpxq-title {
		font-size: 0.4rem;
	}

	.zpxq-span {
		width: 0.5rem;
		height: 2px;
		margin-top: 0.2rem;
	}

	.zpxq-fuwenben {
		margin-top: 0.2rem;
		font-size: 0.28rem;
		line-height: 1.75;
	}

	.lxwm-form-item:nth-child(5) input {
		width: 66%;
	}

	.lxwm-form-item:nth-child(5) img {
		height: 100%;
		float: right;
	}





}
