/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/POPPINS-REGULAR_0.TTF');
}
body {
	font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 100px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	background: url(../images/dvg.jpg) center no-repeat;
	background-size: cover;
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
	height: 100%;
	position: relative;

}
.headdv::after{
	content: "";
	display: block;
	width: 15rem;
	height: 2.5rem;
	background: url(../images/pka.png) center no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7.5rem;
	bottom: -2.4rem;
}
.headdvleft{
	width: 33.75rem;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.headdvleft ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvleft ul li a{
	color: #150e52;
	font-size: 16px;
}
.headdvleft i{
	display: block;
	width: 1px;
	height: 15px;
	background-color: #b2b2d1;
}
.headdvleft img {
	display: block;
	height: 100%;
}
.headdvcenter{
	position: relative;
	z-index: 99;
}
.headdvcenter img{
	display: block;
	height: 100%;
	transition: all 1s;
	transform: translateY(0.7rem);
} 
.headdvright {
	width: 33.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 14.375rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li a{
	color: #150e52;
	font-size: 16px;
}
.headdvright i{
	display: block;
	width: 1px;
	height: 15px;
	background-color: #b2b2d1;
}

.slideUp{
	height: 60px;
}

.ss iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #150e52;
	font-size: 20px;
}
.dh{
	border: 1px solid #150e52;
	width: 7.5rem;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}
.dh a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dh iconpark-icon{
	color: #150e52;
	font-size: 20px;
	border-radius: 50px;
	margin-right: 10px;
}
.dh span{
	color: #150e52;
	font-size: 14px;
	font-family: "Poppins Light";
}
.banners img{
	display: block;
	width: 100%;
}
.bannerheight{
	height: 4.25rem;
}
.inabout{
	background: url(../images/aoutbg_02.jpg) center no-repeat;
	background-size: cover;
	padding-top: 8.125rem;
	padding-bottom: 7.5rem;
}
.inaboutdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inaboutdvleft{
	width: 50%;
}
.inaboutdvleft section{
	background: url(../images/sabt_03.jpg) left no-repeat;
	background-size: contain;
	margin-bottom: 3.75rem;
}
.inaboutdvleft section h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 10px;
}
.inaboutdvleft section h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.inaboutdvleft section h2 i{
	display: block;
	width: 40px;
	height: 2px;
	background-color: #150e52;
	margin-right: 0.625rem;
}
.inaboutdvleft section h2 span{
	display: block;
	color: #150e52;
	font-size: 18px;
	font-weight: bold;
}
.inaboutdvleft div{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	position: relative;
	margin-bottom: 3.125rem;
	padding-bottom: 1.25rem;
}
.inaboutdvleft div h4{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-right: 1.25rem;
}
.inaboutdvleft div h4 i{
	display: block;
	font-size: 38px;
	font-family: "Duran Medium";
	margin-right: 10px;
}
.inaboutdvleft div h4 span{
	font-size: 17px;
	font-weight: bold;
	color: #150e52;
}
.inaboutdvleft div p{
	color: #333333;
	font-size: 15px;
}
.inaboutdvleft div p i{
	color: #999999;
}
.inaboutdvleft div::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 18.75rem;
	height: 4px;
	background: url(../images/heng_03.png) left no-repeat;
}
.inaboutdvleft div:nth-child(2)::after{
	background: url(../images/heng_06.png) left no-repeat;
}
.inaboutdvleft div:nth-child(4)::after{
	width: 100%;
	background: url(../images/heng_08.png) left no-repeat;
}
.inaboutdvright{
	width: 50%;
}
.inaboutdvright img{
	display:  block;
	width: 100%;
	    display: block;
    cursor: pointer;
}
.zltx{
	justify-content: space-between;
	align-items: center;
	display: flex;
	width: 93.75rem;
	margin: 8.125rem auto;
}
.zltxleft{
	width: 46.0625rem;
	position: relative;
}
.zltxleft img{
	display: block;
	width: 100%;
}
.zltxleft div{
	width: 30.3125rem;
	height: 120px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 3.75rem;
	background-color: rgba(255, 255, 255, 0.9);
	padding-left: 1.25rem;
	padding-right: 2.8125rem;
	box-shadow: 0 0 10px #e5e5e5;
	border-radius: 10px;
}
.zltxleft div iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #0c0078;
	color: #fff;
	font-size: 22px;
}
.zltxleft div h1{
	width: 25rem;
	margin-left: 1.25rem;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
}
.zltxright{
	width: 37.5rem;
}
.zltxright section{
	background: url(../images/rybt_03.jpg) left no-repeat;
	background-size: contain;
	margin-bottom: 3.125rem;
}
.zltxright section h1{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 10px;
}
.zltxright section h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.zltxright section h2 i{
	display: block;
	width: 40px;
	height: 2px;
	background-color: #150e52;
	margin-right: 0.625rem;
}
.zltxright section h2 span{
	display: block;
	color: #150e52;
	font-size: 18px;
	font-weight: bold;
}
.zltxright  p {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 35px;
	margin-bottom: 2.1875rem;
}
.zltxright ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zltxright ul li{
	width: 31%;
	margin-top: 1.5625rem;
}
.zltxright ul li div{
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	overflow: hidden;
}
.zltxright ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.zltxright ul li:hover div img{
	transform: scale(1.05);
}
.zltxright ul li h3{
	color: #4c4c4c;
	text-align: center;
	font-size: 15px;
	margin-top: 0.9375rem;
}
.inaboutdvleft a{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    padding-left: 30px;
    background-color: #150e52;
    border-radius: 50px;
    height: 50px;
}
.inaboutdvleft a span{
	display: block;
	font-size: 14px;
	color: #fff;
}
.inaboutdvleft a iconpark-icon{
	display: block;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #150e52;
	font-size: 20px;
	background-color: #fff;
	border-radius: 50px;
	margin-right: 5px;
}
.si{
	background: url(../images/si_02.jpg) center no-repeat;
	background-size: cover;
	padding-top: 9.375rem;
	padding-bottom: 9.375rem;
}
.sidv{
	width: 93.75rem;
	margin: 0 auto;
}
.sidvbt{
	background: url(../images/sibtbg_03.png) center no-repeat;
	background-size: contain;
	margin-bottom: 3.125rem;
	margin-bottom: 4.0625rem;
}
.sidvbt h1{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.sidvbt p{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sidvbt p i{
	display: block;
	width: 40px;
	height: 2px;
	background-color: #150e52;
	margin-right: 0.625rem;
}
.sidvbt p span{
	display: block;
	color: #150e52;
	font-size: 18px;
	font-weight: bold;
}
.sidvlist ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sidvlist ul li{
	width: 10rem;
}
.sidvlist ul li img{
	display: block;
	width: 100%;
	transition:all 1s;
}
.sidvlist ul li:hover img{
	    transform: rotate(-25deg);
}
.sidvlist ul li h1{
	color: #333333;
	font-size: 18px;
	text-align: center;
	margin-top: 1.25rem;
}
.innewsbt {
	background: url(../images/ne_03.jpg) center no-repeat;
	background-size: contain;
}
.innewlist {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	
}

.innewlist {
	margin-top: 3.125rem;
}

.innewlist {
	display: flex;
	justify-content: space-between;
}

.innewlistleft {
	width: 30rem;
	box-shadow: 0px 0px 20px #dddbdb;
	border-radius: 15px;
	overflow: hidden;
}

.innewlistleft div {
	display: block;
	overflow: hidden;
	width: 100%;
}

.innewlistleft div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.innewlistleft section {
	padding: 2.1875rem 3.125rem;
	background-color: #ffffff;
}

.innewlistleft section h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewlistleft section h1 span {
	color: #4c4c4c;
	font-size: 14px;
}

.innewlistleft section h1 i {
	color: #808080;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.innewlistleft section h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 20px;
}

.innewlistleft section h2 {
	margin-top: 1.25rem;
	margin-bottom: 0.625rem;
	height: 30px;
	line-height: 30px;
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
}

.innewlistleft section p {
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
}

.innewlistleft:hover div img {
	transform: scale(1.05);
}

.innewlistleft:hover section h2 {
	color: #150e52;
}

.innewlistcenter {
	width: 23.75rem;
	background: #150e52;
	padding: 5rem 3.125rem;
	background-size: cover;
	border-radius: 15px;
	overflow: hidden;
}

.innewlistcenter h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewlistcenter h1 span {
	color: #fff;
	font-size: 14px;
}

.innewlistcenter h1 i {
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.innews{
	margin: 7.5rem auto;
}
.innewlistcenter h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 20px;
}

.innewlistcenter h2 {
	margin-top: 2.5rem;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.innewlistcenter p {
	color: #dde6df;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
}

.innewlistcenter h4 {
	display: block;
	width: 8.75rem;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	margin-top: 6.25rem;
	font-size: 14px;
	border-color: #fff;
	background-color: #fff;
	color: #150e52;
	transition: all 1s;
}

.innewlistcenter:hover h4 {
	border-color: #fff;
	background-color: #fff;
	color: #150e52;
}

.innewlistright {
	width: 30rem;
}

.innewlistright ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 15px;
	overflow: hidden;    
	box-shadow: 0px 0px 20px #dddbdb;
}

.innewlistright ul li a .inwleft {
	width: 11.25rem;
	overflow: hidden;
	
}

.innewlistright ul li a .inwleft img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.innewlistright ul li a section {
	width: 15.625rem;
	padding: 0 1.25rem;
}

.innewlistright ul li a section h1 {
	color: #333333;
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
}

.innewlistright ul li a section p {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666666;
	font-size: 14px;
}

.innewlistright ul {
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
}

.innewlistright ul li:hover img {
	transform: scale(1.05);
}

.innewlistright ul li:hover h1 {
	color: #150e52;
}

.innewlistright ul li {}

.innewlistright ul i {
	display: block;
	height: 2px;
	border-bottom: 1px solid #e6e6e6;
}

.innewlistright ul i:last-child {
	display: none;
}

.schj{
	padding: 7.5rem 0;
	background: url(../images/scbg_02.jpg) center no-repeat;
	background-size: cover;
}
.schjbt{
	background: url(../images/scbtlogo_03.png) center no-repeat;
	background-size: contain;
}
.schjlist{
	width: 93.75rem;
	margin: 0 auto;
}
.schjdv{
	width: 100%;
	overflow: hidden;
}
.schjlist .swiper-slide div img{
	display: block;
	width: 100%;
	margin: 0 auto;
	transition: all 1s;
	transform: scale(.95);
	transform-origin: bottom;
}
.schjlist .swiper-slide div{
	overflow: hidden;
	width: 100%;
}
.schjlist .swiper-slide h1{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 1.25rem;
}
.schjlist{
	overflow: initial;
}
.schjlist .swiper-slide-active div img{
	transform: scale(1);
}
.sclink{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    padding-left: 30px;
    background-color: #0c0078;
    border-radius: 50px;
    height: 50px;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.sclink span{
	display: block;
	font-size: 14px;
	color: #fff;
}
.sclink iconpark-icon{
	display: block;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #150e52;
	font-size: 20px;
	background-color: #fff;
	border-radius: 50px;
	margin-right: 5px;
}
.foot{
	background: url(../images/ft_02.jpg) center no-repeat;
	background-size: cover;
	padding-top: 4.375rem;
}
.footdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdvleft{
	width: 21.875rem;
}
.footdvleft h5{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 1.875rem;
}
.footdvleft h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0.9375rem;
}
.footdvleft h1 span{
	color: #ccc;
	font-size: 14px;
}
.footdvleft h1 img{
	display: block;
	margin-bottom: 0;
	margin-right: 10px;
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
}
.footdvleft ul li img{
	display: block;
	margin-bottom: 10px;
	width: 90px;
}
.footdvleft ul li{
	margin-right: 10px;
	margin-top: 20px;
}
.footdvleft ul li {
	color: #ccc;
	font-size: 14px;
	text-align: center;
}
.footdvright{
	width: 64.375rem;
}
.footdvright .footsag{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.footdvright  .footdvlist{
	display: flex;
	justify-content: space-between;
}
.footdvright  .footdvlist dl dt a{
	color: #e5e5e5;
	font-size: 16px;
}
.footdvright  .footdvlist dl dt{
	margin-bottom: 30px;
}
.footdvright  .footdvlist dl dd{
	margin-bottom: 20px;
}
.footdvright  .footdvlist dl dd a{
	color: #cccccc;
	font-size: 14px;
	transition: all 1s;
}
.footdvright .footdvlist dl dd a:hover{
	color: #fff;
}
.wdl {
	width: 100%;
	height: 70px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 4.375rem;
}

.wdldv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}

.wdldv p {
	color: #cccccc;
	font-size: 14px;
}

.wdldv p a {
	color: #cccccc;
	font-size: 14px;
}
.lxwm{
	padding-top: 5.625rem;
	padding-bottom: 5.625rem;
	background: url(../images/lxwmbg_02.jpg) center no-repeat;
	background-size: cover;
}
.lxwmbt{
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.lxwmbt h1{
	color: #333333;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.lxwmbt p{
	text-align: center;
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}
.lxwmlist{
	width: 93.75rem;
	margin: 0 auto;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: 32%;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}
.lxwmlist ul li:nth-child(1){
	background: url(../images/gsdz.jpg) center no-repeat;
	background-size: cover;
	transition: all 1s;
}
.lxwmlist ul li:nth-child(2){
	background: url(../images/lxbg_05.jpg) center no-repeat;
	background-size: cover;
	transition: all 1s;
}
.lxwmlist ul li:nth-child(3){
	background: url(../images/lxbg_07.jpg) center no-repeat;
	background-size: cover;
	transition: all 1s;
}
.lxwmlist ul li:nth-child(1):hover{
	background: url(../images/lxbg_03.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:nth-child(2):hover{
	background: url(../images/qdfe.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:nth-child(3):hover{
	background: url(../images/dsfg.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li iconpark-icon{
	color: #150e52;
	display: block;
	font-size: 42px;
	text-align: center;
	transition: all 1s;
}
.lxwmlist ul li h1{
	color: #333333;
	font-size: 18px;
	text-align: center;
	margin-top: 25px;
	transition: all 1s;
}
.lxwmlist ul li p{
	color: #666666;
	font-size: 16px;
	text-align: center;
	transition: all 1s;
	margin-top: 15px;
}
.lxwmlist ul li:hover iconpark-icon{
	color: #fff;
}
.lxwmlist ul li:hover h1{
	color: #fff;
}
.lxwmlist ul li:hover p{
	color: #fff;
}
.map{
	display: block;
}
.map img{
	display: block;
	width: 100%;
}
.zxly{
	margin: 7.1875rem auto;
}
.zxlyform {
	width: 93.75rem;
	margin: 0 auto;
	position: relative;
}
.zxlyform form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxlyform form div input{
	width: calc(48% - 30px);
	margin: 0.5% 0px;
	height: 45px;
	border: none;
	border: 1px solid #e7e7e7;
	padding: 0 20px;
	line-height: 45px;
	outline: none;
	background-color: #fff;
	font-size: 14px;
	color: #808080;
}
.zxlyform form input::placeholder{
	color: #808080;
}
.zxlyform form textarea {
	padding:10px 20px;
	width: calc(100% - 40px);
	border: none;
	border: 1px solid #e7e7e7;
	line-height: 30px;
	font-size: 14px;
	margin: 0.5% 0px;
	outline: none;
	background-color: #fff;
	font-family: "微软雅黑";
	color: #808080;
	height: 10rem;
}
.zxlyform form textarea::placeholder{
	color: #808080;
}
.zxlyform form button {
	width:200px;
	height: 48px;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	border: none;
	color: #fff;
	background-color: #150e52;
}
.zxlyform span{
	position: absolute;
	right: -5rem;
	bottom: 0px;
	width: 21.875rem;
	height: 12.5rem;
	background: url(../images/lm_03.png) center no-repeat;
	background-size: cover;
}
.rlzy{
	padding-top: 5.625rem;
	padding-bottom: 5rem;
	background: url(../images/hz_02.jpg) center top no-repeat;
	background-size: cover;
}
.rlzybt {
	margin-bottom: 1.875rem;
}
.rlzybt h1{
	color: #333333;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}
.rlzybt i{
	display: block;
	width:45px;
	height: 2px;
	margin: 0 auto;
	background-color: #150e52;
	margin-top: 1.25rem;
}

.rczplist {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 2.8125rem;
}

.rczplist dl dt {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	line-height: 60px;
	background-color: #e2e4f6;
	align-items: center;
	margin-bottom: 10px;
}
.rczplist dl dt i{
	display: block;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;·1
    border-right: 7px solid transparent;
    border-top: 10px solid #f0f1f2;
}
.rczplist dl dd i{
	display: block;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #150e52;
    margin-top: 0px;
}
.rczplist dl dd.active i{
	border-top: 10px solid #fff;
	transform: rotateX(180deg);
}
.rczplist dl dt h1 {
	width: 250px;
	color: #150e52;
	font-size: 17px;
	font-weight: bold !important;
}

.rczplist dl dt h2 {
	width: 130px;
	color: #150e52;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h3 {
	width: 305px;
	color: #150e52;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h4 {
	width: 150px;
	color: #150e52;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h5 {
	width: 160px;
	color: #150e52;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dd {
	background-color: #fff;
	margin-bottom: 10px;
}

.rczplist dl dd .rczpxx {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	height: 60px;
	
	align-items: center;
}

.rczplist dl dd .rczpxx h1 {
	width: 250px;
	color: #4c4c4c;
	font-size: 14px;
}

.rczplist dl dd .rczpxx h2 {
	width: 130px;
	color: #4c4c4c;
	font-size: 14px;
}

.rczplist dl dd .rczpxx h3 {
	width: 305px;
	color: #4c4c4c;
	font-size: 14px;
}

.rczplist dl dd .rczpxx h4 {
	width: 150px;
	color: #4c4c4c;
	font-size: 14px;
}

.rczplist dl dd .rczpxx h5 {
	width: 160px;
	color: #4c4c4c;
	font-size: 14px;
}

.rczplist dl dd:hover .rczpxx  {
	background-color: #150e52;
}
.rczplist dl dd.active .rczpxx {
    background-color: #150e52;
}

.rczplist dl dd:hover .rczpxx h1,
.rczplist dl dd:hover .rczpxx h2,
.rczplist dl dd:hover .rczpxx h3,
.rczplist dl dd:hover .rczpxx h4,
.rczplist dl dd:hover .rczpxx h5 {
	color: #fff;
}
.rczplist dl dd.active .rczpxx h1,
.rczplist dl dd.active .rczpxx h2,
.rczplist dl dd.active .rczpxx h3,
.rczplist dl dd.active .rczpxx h4,
.rczplist dl dd.active .rczpxx h5 {
	color: #fff;
}
.rczplist dl dd:hover .rczpxx i {
	border-top: 10px solid #fff;
}
.rctext {
	padding: 0px 55px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 0;overflow: hidden;
	transition: all 1s;
	
}

.rctextleft {
	width: 65%;
}

.rctextleft h1 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.rctextleft div {
	line-height: 30px;
	margin-bottom: 10px;
	color: #4c4c4c;
	font-size: 15px;
}

.rctextright {
	width: 35%;
	display: flex;
	justify-content: center;
	height: 200px;
	align-items: center;
}

.rctextright p {
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 15px;
}
.shownav{
	display: block;
	box-shadow: 0px 0px 15px #bebebe8a;
	height: 75px;
	background-color: #fff;
	position: relative;z-index: 2;
}
.shownav ul{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shownav ul li a{
	width: 15rem;
	display: block;
	line-height: 75px;
	color: #4c4c4c;
	font-size: 16px;
	transition: all 1s;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.shownav ul li a:hover{
	background-color: #150e52;
	color: #fff;
}
.xinwen{
	background-color: #f3f4fd;
	padding-top: 5.9375rem;
	padding-bottom: 5.3125rem;
}
.xwtj{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.newsdvlist{
	width: 93.75rem;
	margin: 0 auto;
}
.newsdvlist ul li {
	margin-top: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
	border-radius: 10px;
}
.newsdvlist ul li a{
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #ffffff;
	align-items: center;
	transition: all .5s;
}
.newsdvlist ul li a .newsdvlistime{
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.newsdvlistime span{
	color: #333333;
	font-size: 52px;transition: all .5s;
	display: block;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
	transition: all .5s;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 60px;
	transition: all .5s;
}
.newsdvlist ul li{
	transition: all .5s;
}
.newsdvlist ul li:hover a{
	background-color: #150e52;
}
.newsdvlist ul li:hover .newsdvlistime span{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistime i{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext h1{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext p{
	color: #e9eef6;
}
.newsdvlist ul li iconpark-icon{
	border: 1px solid #150e52;
	color: #150e52;
	background-color: #fff;
	opacity: 1;
	width: 50px;
	height: 50px;border-radius: 50px;
	font-size: 22px;
	
}

.shownewsdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.shownavdvleft{
	width: 70.5625rem;
}
.newlt{
	width: 65.3125rem;
	background-color: #fff;
	padding: 2.8125rem;
}
.shownavdvleftbt h1{
	color: #333333;
	font-size: 26px;
	margin-bottom: 1rem;
}
.shownavdvleftbt h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
} 
.shownavdvleftbt h2 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.shownavdvleftbt h2 span{
	display: block;
	color: #808080;
	font-size: 14px;
}
.shownavdvleftwz{
	 margin-top: 1.5625rem;
	 border-top: 1px solid #e6e6e6;
	 padding-top: 1.5625rem;
}
.shownavdvright{
	background-color: #fff;
	padding: 1.875rem;
	width: 17.5rem;
}
.shownavdvright form{
	display: flex;
	border: 1px solid #cccccc;
	height: 40px;
	justify-content: space-between;
	align-items: center;
}
.shownavdvright form input{
	border: none;
	line-height: 40px;
	margin-left: 1.25rem;
	width: 80%;
	outline: none;
	font-size: 14px;
	color: #999999;
	font-size: 14px;
}
.shownavdvright form button{
	width: 40px;
	height: 40px;
	border: none;
	background-color: #fff;
	color: #999999;
	font-size: 17px;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bsua {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.25rem;
	margin-top: 1.875rem;
}

.bsua i {
	display: block;
	width: 3px;
	height: 20px;
	background-color: #150e52;
	margin-right: 10px;
}

.bsua span {
	color: #4c4c4c;
	font-size: 20px;
}

.rmlist ul li a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4c4c4c;
	font-size: 14px;
}

.rmlist ul li a i {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: #a19bd3;
	margin-top: 17px;
	margin-right: 15px;
}

.rmlist ul li a:hover {
	color: #e21f27;
}

.rmlist ul li a span {
	width: 85%;
	line-height: 40px;
	white-space:nowrap;
	overflow:hidden;
	height: 40px;
	text-overflow:ellipsis;
	color: #4c4c4c;
}

.rmlist ul li a:hover i {
	background-color: #150e52;
}

.faye{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 1.875rem 0rem;
}
.faye p{
	color: #808080;
	font-size: 14px;
}
.faye p a{
	color: #808080;
	font-size: 14px;
}
.faye p a:hover{
	color: #150e52;
}
.mhlist{
	width: 93.75rem;
	margin: 0 auto;
}
.mhlist ul{
	display: flex;
	margin-top: 3.125rem;
	justify-content: space-between;
}
.mhlist ul li{
	width: 22%;
	overflow: hidden;
	border-radius: 10px;
}
.mhlist ul li img{
	display: block;
	width: 100%;
	transition: all 1s; 
}
.mhlist ul li:hover img{
	transform: scale(1.05);
}
.wdy{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	margin-top: 3.125rem;
	justify-content: space-between;
}
.wdy .wdydv{
	width: 49%;
	position: relative;
	overflow: hidden;
	margin-bottom: 5.3125rem;
}
.wdy .wdydv img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.wdy .wdydv:hover>img{
	transform: scale(1.05);
}
.wdy .wdydv div{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wdy .wdydv section img{
	width: auto;
	display: block;
	margin: 0 auto;
}
.wdy .wdydv section h1{
	color: #fff;
	font-size: 18px;
	margin-top: 0.9375rem;
}
.cpzx{
	padding: 5rem 0px;
	padding-bottom: 7.8125rem;
	background-color: #eeedfa;
}
.cpzxdv{
	width:93.75rem;
	margin: 0 auto;
}
.about{
	padding: 8.4375rem 0px;
	padding-bottom: 10.3125rem;
	background: url(../images/abbg_02.jpg) center no-repeat;
	background-size: cover;
}
.aboutdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aboutdvleft{
	width: 45%;
}
.aboutdvleft p{
	color: #4c4c4c;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 30px;
}
.aboutdvright{
	width: 50%;
	position: relative;
}
.aboutdvright::after{
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background-color: #c8c6e9;
	position: absolute;
	bottom: -1.25rem;
	left: 1.25rem;
}
.abright{
	width: 100%;
}
.abright .swiper-slide img{
	width: 100%;
	display: block;
}
.abrightfy{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 6.25rem;
	display: flex;
	justify-content: space-between;
	height: 3.125rem;
	align-items: center;
}
.abrightfy .swiper-button-next,.abrightfy .swiper-button-prev{
	width: 3.125rem;
	height: 3.125rem;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	display: flex;
	left: auto;
	top: 0;
	right: auto;
	opacity: 1;
	transition: all 1s;
}
.abrightfy .swiper-button-prev,.abrightfy .swiper-rtl .swiper-button-next{
	left: 0;
}
.abrightfy .swiper-button-next,.abrightfy .swiper-rtl .swiper-button-prev{
	right: 0;
}
.abrightfy .swiper-button-next:after,.abrightfy .swiper-button-prev:after{
	color: #4f4f4f;
	font-size: 20px;
	transition: all 1s;
}
.abrightfy .swiper-button-next:hover,.abrightfy .swiper-button-prev:hover{
	background-color: #1d155a;
}
.abrightfy .swiper-button-next:hover:after,.abrightfy .swiper-button-prev:hover:after{
	color: #fff;
}
.qywh{
	margin: 0 auto;
	margin-top: 5.3125rem;
	margin-bottom: 7.8125rem;
}
.qywhbt h1{
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-weight: bold;
}
.qywhbt i{
	display: block;
	height: 20px;
	width: 40px;
	margin: 0 auto;
	border-bottom: 2px solid #150e52;
}
.qywhnr{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 2.5rem;
}
.qywhnrtop{
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}
.qywhnrtop img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.qywhnrtop:hover img{
	transform: scale(1.05);
}
.qywhnrtopdv{
	width: 33.75rem;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: rgba(21, 14, 82, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
}
.qywhnrtopdv i{
	width: 4.6875rem;
	height: 4.6875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border-radius: 50%;
	margin: 0 auto;
	font-size: 2.25rem;
	color: #1d155a;
}
.qywhnrtopdv h1{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 0.9375rem;
	margin-bottom: 0.625rem;
}
.qywhnrtopdv p{
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	text-align: center;
}
.whlist{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
}
.whlist .whlistleft,.whlist .whlistright{
	width: 48.5%;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}
.whlist .whlistleft img,.whlist .whlistright img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.whlist .whlistleft:hover img,.whlist .whlistright:hover img{
	transform: scale(1.05);
}
.qywhnrtopdvs{
	width: 18.125rem;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.qywhnrtopdvs i{
	width: 4.375rem;
	height: 4.375rem;
	border: 2px solid #c9c6e9;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border-radius: 50%;
	font-size: 2.25rem;
	color: #1d155a;
}
.qywhnrtopdvs h1{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0.9375rem;
	margin-bottom: 0.625rem;
}
.qywhnrtopdvs p{
	font-size: 14px;
	color: #1d155a;
	line-height: 35px;
}
.lbsys{
	padding-top: 7.1875rem;
	padding-bottom: 5.9375rem;
	background-color: #f0f0fa;
}
.lbsyslist{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 2.5rem;
}
.lbsyslist ul{
	display: flex;
	justify-content: space-between;
}
.lbsyslist ul li{
	width: 30rem;
	height: 25rem;
	background: url(../images/pzj_03.jpg) center no-repeat;
	border-radius: 10px;
	overflow: hidden;
}
.lbsyslist ul li:nth-child(1){
	background: url(../images/pzj_03.jpg) center no-repeat;
	background-size: cover;
	transition: all 1s;
}
.lbsyslist ul li:nth-child(2){
	background: url(../images/pzj_05.jpg) center no-repeat;
	background-size: cover;
	transition: all 1s;
}
.lbsyslist ul li:nth-child(3){
	background: url(../images/pzj_07.jpg) center no-repeat;
	background-size: cover;
	transition: all 1s;
}
.lbsyslist ul li:nth-child(1):hover{
	background: url(../images/pzj_031.jpg) center no-repeat;
	background-size: cover;
	transition: all 1s;
}
.lbsyslist ul li:nth-child(2):hover{
	background: url(../images/pzj_051.jpg) center no-repeat;
	background-size: cover;
	transition: all 1s;
}
.lbsyslist ul li:nth-child(3):hover{
	background: url(../images/pzj_071.jpg) center no-repeat;
	background-size: cover;
	transition: all 1s;
}
.lbsyslist ul li section{
	margin: 4.375rem 5rem;
}
.lbsyslist ul li section h1{
	color: #1d155a;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2.5rem;
}
.lbsyslist ul li section h2{
	color: #333333;
	font-size: 22px;
	text-align: center;
}
.lbsyslist ul li section i{
	display: block;
	width:15px;
	height: 20px;
	margin: 0 auto;
	border-bottom: 2px solid #1d155a;
	margin-bottom: 0.9375rem;
}
.lbsyslist ul li section p{
	color: #333333;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
}
.hzhb{
	background: url(../images/hzbg_02.jpg) center no-repeat;
	background-size: cover;
	padding-top: 5.9375rem;
	padding-bottom: 6.875rem;
}
.hzlist{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 2.5rem;
}
.hzlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hzlist ul li{
	width: 18.125rem;
	overflow: hidden;
	border-radius: 0.625rem;
	margin: 0.45rem 0;
}
.hzlist ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.hzlist ul li:hover img{
	transform: scale(1.05);
}
.cpzx{
	padding-top: 4.6875rem;
	padding-bottom: 7.8125rem;
	background: url(../images/cbg_02.jpg) center no-repeat;
	background-size: cover;
}
.cpzxdv{
	width: 93.75rem;
	margin: 0 auto;
}
.cpzxbt{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpzxbtright{
	width: 50%;
}
.cpzxbtleft h1{
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0.9375rem;
}
.cpzxbtleft p{
	color: #404040;
	font-size: 16px;
}
.cpzxdv #gallery{
	margin-top: 4.0625rem;
}
.cpzxbtright #thumbs .swiper-slide i{
	display: block;
	width: 5rem;
	margin: 0 auto;
	height: 5rem;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	color: #150e52;
	margin-bottom: 0.9375rem;
	transition: all 1s;
}
.cpzxbtright #thumbs .swiper-slide h1{
	text-align: center;
	font-size: 15px;
	color: #333333;
	transition: all 1s;
}
.cpzxbtright #thumbs .swiper-slide-thumb-active i{
	background-color: #150e52;
	color: #fff;
}
.cpzxbtright #thumbs .swiper-slide-thumb-active h1{
	color: #333333;
	font-size: 17px;
	font-weight: bold;
}
.lameilist ul{
	display: flex;
	justify-content: flex-start;
}
.lameilist ul li{
	margin: 0 1rem;
	width: 21.875rem;
	overflow: hidden;
	border-radius: 10px;
}
.lameilist ul li div{
	width: 100%;
	overflow: hidden;
}
.lameilist ul li div img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.lameilist ul li:hover div img{
	transform: scale(1.05);
}
.lameilist ul li section{
	background-color: #ffffff;
	transition: all 1s;
	padding: 20px 0px;
}
.lameilist ul li section h1{
	color: #333333;
	font-size: 18px;
	margin-bottom: 0.625rem;
	text-align: center;
	transition: all 1s;
}
.lameilist ul li section p{
	color: #999999;
	font-size: 14px;
	transition: all 1s;
	text-align: center;
}
.lameilist ul li:hover section{
	background-color: #150e52;
}
.lameilist ul li:hover section h1{
	color: #fff;
}
.lameilist ul li:hover section p{
	color: #fff;
}
.siwu{
	padding-top: 8.125rem;
	padding-bottom: 11.875rem;
	background: url(../images/qq_02.jpg) center no-repeat;
	background-size: cover;
}
.siwudv{
	width: 93.75rem;
	margin: 0 auto;
}
.siwulist{
	width: 81.25rem;
	margin: 0 auto;
}
.siwulist ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.siwulist ul li h1{
	font-size: 14px;
	text-align: center;
	margin-bottom: 1.5625rem;
}
.siwulist ul li{
	width: 10rem;
}
.siwulist ul li img{
	display: block;
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
}
.siwulist ul li:nth-child(1),.siwulist ul li:nth-child(5){
	margin-top: -60px;
}
.siwulist ul li:nth-child(3){
	margin-top: 60px;
}


.zhizao {
	display: flex;
	border-radius: 0.2rem;
	overflow: hidden;
}

.zhizaoleft {
	width:81.25rem;
	background: url(../images/dksa_02.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 0.8rem;
	position: relative;
	z-index: 2;
}

.zhizaoright {
	width: 38.75rem;
	height: 55rem;
	position: relative;
}

.zhizaoright .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	opacity: 0;
	transition: all 0.5s;
}

.zhizaoright .pic.on {
	opacity: 1;
}

.zhiaosa {
	position: relative;
	overflow: hidden;
	width: 26.5625rem;
	color: #ffffff;
	height: 37.25rem;
	margin: 0;
	margin-left: 13.125rem;
}

.zhizaoleft .quan {
	position: absolute;
	top: 0%;
	right: -21.4375rem;
	width: 44.375rem;
	height: 100%;
	background: url(../images/quan_03.png) no-repeat center;
	transform: rotate(20deg);
	transition: all 1s;
	background-size: contain;
}

.hu {
	position: relative;
	width: 510px;
	height: 40.625vw;
}

.hu ul {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
}

.hu ul li {
	margin-bottom: 65px;
	opacity: 0.6;
	transition: all 0.5s;
	font-size: 22px;
	color: #fff;
}

.hu ul li.on {
	opacity: 1;
}
.tdi{
	padding-bottom: 1.5625rem;
	border-bottom: 1px solid #7b7a9f;
	margin-bottom: 3.5rem;
}
.tdi h1 {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 1.25rem;
}

.tdi h2 {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}
.tdi h2 i{
	font-weight: bold;
	font-size: 30px;
}
.tud h1{
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	font-family: "Montserrat";
	margin-bottom: 0.9375rem;
}
.tud h2{
	color: #fff;
	font-size: 24px;
	margin-bottom: 2.5rem;
}
.tud p{
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}
.tud p i{
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
}


.zhizao .zhizaoleft .btns {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 5;
	cursor: pointer;
}

.zhizao .zhizaoleft .btns:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: url(../images/ab3_quan.png);
	background-size: 100% 100%;
	transition: all 0.5s;
	z-index: -1;
}

.zhizao .zhizaoleft .btns:hover:before {
	transform: translate(-50%, -50%) rotate(180deg);
}

.zhizao .zhizaoleft .btns .prev,
.zhizao .zhizaoleft .btns .next {
	position: absolute;
	cursor: pointer;
	left: 50%;
	transform: translate(-50%);
}

.zhizao .zhizaoleft .btns .prev {
	top: 60px;
}

.zhizao .zhizaoleft .btns .next {
	bottom: 60px;
}

.zhizao .zhizaoleft>div:nth-child(2) {
	position: relative;
	width: 36.25rem;
	height: 40.625vw;
}

.zhizao .zhizaoleft>div:nth-child(2) ul {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
	width: 20rem;
}

.zhizao .zhizaoleft>div:nth-child(2) ul li {
	cursor: pointer;
}

.zhizao .zhizaoleft>div:nth-child(2) ul li i{
	display: block;
	border-radius: 50%;
	border: 0.9375rem solid rgba(255,255,255,0.1);
	width: 3.75rem;
	height: 3.75rem;
	background-color: #4a4993;
	font-size: 30px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.zhizao .zhizaoleft>div:nth-child(2) ul li h1{
	color: #ffffff;
	font-size: 14px;
	margin-right: 1.5625rem;
	max-width: 10.25rem;
}
.zhizao .zhizaoleft>div:nth-child(2) ul li {
	margin-bottom: 4.6875rem;
	opacity: 0.6;
	transition: all 0.5s;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.zhizao .zhizaoleft>div:nth-child(2) ul li.on {
	opacity: 1;
}
.zhizao .zhizaoleft>div:nth-child(2) ul li.on h1{
	color: #ffffff;
	font-size: 18px;
}
.zhizao .zhizaoleft>div:nth-child(2) ul li.on i{
	opacity: 1;
}
.zhizao .zhizaoleft>div:nth-child(2) ul li:last-child {
	margin-bottom: 0;
}

.zhizao .zhizaoleft>div:nth-child(2).on1 .quan {
	transform: rotate(20deg);
}

.zhizao .zhizaoleft>div:nth-child(2).on2 .quan {
	transform: rotate(-3deg);
}

.zhizao .zhizaoleft>div:nth-child(2).on3 .quan {
	transform: rotate(-23deg);
}

.zhizao .zhizaoleft>div:nth-child(2).on4 .quan {
	transform: rotate(-46deg);
}
.zhizao .zhizaoleft>div:nth-child(2) ul li:nth-child(1){
	transform: translateX(2.375rem);
}
.zhizao .zhizaoleft>div:nth-child(2) ul li:nth-child(2){
	transform: translateX(-3rem);
}
.zhizao .zhizaoleft>div:nth-child(2) ul li:nth-child(3){
	transform: translateX(-3.2rem);
}
.zhizao .zhizaoleft>div:nth-child(2) ul li:nth-child(4){
	transform: translateX(2rem);
}
.scbx{
	padding-top: 11.25rem;
	padding-bottom: 11.5625rem;
	background: url(../images/daiw_02.jpg) center no-repeat;
	background-size: cover;
}

.scbxdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.scbxdvrgt {
	width: 26.875rem;
}
.scbxdvrgt h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 1.25rem;
}
.scbxdvrgt p{
	color: #333333;
	font-size: 18px;
	margin-bottom: 3.75rem;
}
.sclist .swiper-slide{
	overflow: hidden;
}
.sclist .swiper-slide img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.sclist .swiper-slide:hover img{
	transform: scale(1.05);
}
#contrast{
	height: 2px;
	background-color: #e9e9eb;
	width: 100%;
	margin-top: 4.375rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#contrast a{
	width: 35px;
	height: 35px;
	display: block;
	background-color: #e9e9eb;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contrast a:first-child{
	margin-left: 2.5rem;
	margin-right: 0.9375rem;
}
#contrast a iconpark-icon{
	color: #150e52;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contrast a:hover{
	background-color: #150e52;
}
#contrast a:hover iconpark-icon{
	color: #fff;
}
.ppsli{
	padding-top: 6.5625rem;
	padding-bottom: 11.875rem;
	background: url(../images/ppslbg_02.jpg) center no-repeat;
	background-size: cover;
}
.ppslibt h1{
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-weight: bold;
}
.ppslibt i{
	display: block;
	width: 45px;
	height: 2px;
	background-color: #150e52;
	margin: 0.9375rem auto;
}
.ppslibt p{
	color: #333333;
	font-size: 16px;
	text-align: center;
}
.rz{
	width: 63.125rem;
	margin: 0 auto;
	margin-top: 2.1875rem;
}
.rz ul {
	display: flex;
	justify-content: space-between;
}
.rz ul li{
	width: 125px;
}
.rz ul li img{
	max-width: 6.875rem;
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0.9375rem;
}
.rz ul li h1{
	color: #4c4c4c;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.ppslidv{
	width: 101.5625rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4.375rem;
}
.ppslidvlist{
	width: 93.75rem;
}
.ppslidv a{
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	transition: all 1s;
}
.ppslidv a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #0f037a;
	transition: all 1s;
}
.ppslidv a:hover{
	background-color: #0f037a;
}
.ppslidv a:hover iconpark-icon{
	color: #fff;
}
.ppslidv img{
	display: block;
	width: 100%;
}
.ry{
	padding-top: 5.9375rem;
	padding-bottom: 5rem;
	background: url(../images/ryb_02.jpg) center no-repeat;
	background-size: cover;
}
.rydv{
	width: 101.5625rem;
	margin: 0 auto;
	margin-top: 2.8125rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rydv a{
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	transition: all 1s;
}
.rydv a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #0f037a;
	transition: all 1s;
}
.rydv a:hover{
	background-color: #0f037a;
}
.rydv a:hover iconpark-icon{
	color: #fff;
}
.rylist {
	width: 93.75rem;
}
.rylistdv{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0px 0px 10px #d4d1d1;
	    width: 98%;
}
.rylist  .swiper-slide{
    padding: 10px 0;
}

.rylistdvright{
	width: 28.125rem;
}
.rylistdvright img{
	display: block;
	width: 100%;
}
.rylistdvleft{
	width: 17.5rem;
	background: url(../images/rylm_03.jpg) center no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rylistdvleft section {
	width: 12.5rem;
}
.rylistdvleft section h1{
	color: #fff;
	font-size: 26px;
}
.rylistdvleft section img{
	display: block;
	margin-bottom: 0.875rem;
	margin-top: 0.9375rem;
}
.rylistdvleft section p{
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
}
.rylist .swiper-pagination{
	position: initial;
	margin-top: 3.75rem;
}
.rylist .swiper-pagination-bullet-active{
	background-color: #150e52;
}
.zhanshi{
	margin: 0 auto;
	margin-top: 6.5625rem;
	margin-bottom: 4.375rem;
	width: 93.75rem;
}
.zhanshi #thumbs2{
	width: 33.75rem;
	margin: 0 auto;
	background-color: #e0deed;
	border-radius: 50px;
}
.zhanshi #thumbs2 .swiper-slide h1{
	text-align: center;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #18152f;
	font-size: 22px;
	position: relative;
}
.zhanshi #thumbs2 .swiper-slide h1::after{
	content: "";
	display: block;
	width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid red;
}
.zhanshi #thumbs2 .swiper-slide-thumb-active h1{
	background-color: #150e52;
	color:#fff;
	font-weight: bold;
	font-size: 22px;
}
.zslisas .swiper-slide{
	overflow: hidden;
}
.zslisas .swiper-slide img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.zslisas .swiper-slide:hover img{
	transform: scale(1.05);
}
.zslisas .swiper-pagination {
    position: initial;
    margin-top: 3.75rem;
}
.zslisas .swiper-pagination-bullet-active {
    background-color: #150e52;
}
.zhanshi #gallery2{
	margin-top: 3.75rem;
}
.spaqbt h1{
	text-align: center;
	font-size: 40px;
	color: #fff;
}
.spaqbt i {
    display: block;
    width: 45px;
    height: 2px;
    background-color: #fff;
    margin: 0.9375rem auto;
}
.spaq{
	padding-top: 6.875rem;
	padding-bottom: 5.9375rem;
	background: url(../images/ys1_02.jpg) center no-repeat;
	background-size: cover;
}

.spaqlist{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 2.5rem;
}
.spaqlist ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.spaqlist ul li{
	width: calc(33.3333% - 1px);
	border-right: 1px dashed rgba(255,255,255,.2);
	padding-top: 2.1875rem;
	padding-bottom: 2.1875rem;display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px dashed rgba(255,255,255,.2);
}
.spaqlist ul li i{
	margin-left: 3.125rem;
	width: 6.25rem;
	border-radius: 50%;
	margin-right: 1.25rem;
	height: 6.25rem;
	font-size: 40px;
	color: #fff;
	background-color: rgba(255,255,255,.2);
	display: flex;
	justify-content: center;
	align-items: center;
}
.spaqlist ul li  section{
	width: 19.6875rem;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}
.spaqlist ul li:nth-child(3),.spaqlist ul li:nth-child(6){
	border-right: none;
}
.spaqlist ul li:nth-child(4),.spaqlist ul li:nth-child(5),.spaqlist ul li:nth-child(6){
	border-bottom: none;
}
.cxin{
	display: flex;
	justify-content: space-between;
}
.cxinleft{
	width: 50%;
}
.cxinright{
	width: 50%;
	background: url(../images/udad1_03.jpg) center no-repeat;
	background-size: cover;
}
.cxinfy{
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 150px;
}
.cxinfy .swiper-button-next,.cxinfy .swiper-button-prev{
	width: 45px;
	height: 45px;
	background-color: #1d155a;
	position: initial;
	margin-top: 0;
	opacity: 1;
}
.cxinfy .swiper-button-next:after,.cxinfy .swiper-button-prev:after{
	font-size: 18px;
	color: #fff;
}
.cxinfy .swiper-pagination{
	position: initial;
	background-color: #1d155a;
	color: #fff;
	width: 60px;
	line-height: 45px;
	height: 45px;
}
.cxin{
	height: 37.125rem;
}
.cxinright #thumbs223,.cxinleft #gallery223{
	height: 100%;
}
.cxinright #thumbs223 .swiper-slide{
	
}
.cxinright #thumbs223 .swiper-slide div{
	width: 40.625rem;
	background-color: #fff;
	padding: 0 6.25rem;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cxinright #thumbs223 .swiper-slide div section h1{
	color: #333333;
	font-size: 30px;
	margin-bottom: 1.5625rem;
}
.cxinright #thumbs223 .swiper-slide div section p{
	line-height: 35px;
	font-size: 14px;
	color: #333333;
}
.cxinright #thumbs223 .swiper-slide-thumb-active div{
	background: none;
}
.cxinright #thumbs223 .swiper-slide-thumb-active div section h1{
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.cxinright #thumbs223 .swiper-slide-thumb-active div section  i{
	display: block;
    width: 45px;
    height: 2px;
    background-color: #150e52;
    margin: 0.9375rem 0;
}
.cxinright #thumbs223 .swiper-slide-thumb-active div section p{
	color: #333333;
	font-size: 14px;
}
.fzlchen{
	width: 100%;
	padding-top: 6.875rem;
	padding-bottom: 8.125rem;
	background: url(../images/fzlck_02.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.qywhbts h1{
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}
.qywhbts i{
	display: block;
	height: 20px;
	width: 40px;
	margin: 0 auto;
	border-bottom: 2px solid #736dc6;
}
.qywhbts p{
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
}
.fzlchendv{
	margin-top: 5.625rem;
	position: relative;
}
.fzlchendv::after{
	content: "";
	display: block;
	width: 100%;
	top: 5.9375rem;
	border-bottom: 1px solid #736dc6;
	position: absolute;
	top: 5.2rem;
}
.fzlchendvs{
	width: 107.5rem;
	margin: 0 auto;
}
.fzlchendvs .swiper-slide i{
	font-size: 48px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #9f9add;
	margin-bottom: 1.875rem;
	width: 3.125rem;
	height: 3.125rem;
}
.fzlchendvs .swiper-slide span{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	margin-bottom: 2.5rem;
}
.fzlchendvs .swiper-slide h1{
	color: #ffffff;
	font-size: 48px;
	font-family: "HarmonyOS Sans";
	font-weight: bold;
	margin-top: 1.5625rem;
}
.fzlchendvs .swiper-slide p{
	color: rgba(255,255,255,0.2);
	line-height: 30px;
	color: #cccccc;
	font-size: 14px;
}
.lameilist .fvbfd  .swiper-slide {
	border-radius: 15px;
	overflow: hidden;
}
.lameilist .fvbfd  .swiper-slide  div{
	width: 100%;
	overflow: hidden;
}
.lameilist .fvbfd  .swiper-slide  div img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.lameilist .fvbfd  .swiper-slide:hover div img{
	transform: scale(1.05);
}
.lameilist .fvbfd  .swiper-slide section{
	background-color: #ffffff;
	transition: all 1s;
	padding: 20px 0px;
}
.lameilist .fvbfd  .swiper-slide section h1{
	color: #333333;
	font-size: 18px;
	margin-bottom: 0.625rem;
	text-align: center;
	transition: all 1s;
}
.lameilist .fvbfd  .swiper-slide section p{
	color: #999999;
	font-size: 14px;
	transition: all 1s;
	text-align: center;
}
.lameilist .fvbfd  .swiper-slide:hover section{
	background-color: #150e52;
}
.lameilist .fvbfd  .swiper-slide:hover section h1{
	color: #fff;
}
.lameilist .fvbfd  .swiper-slide:hover section p{
	color: #fff;
}
.ferhteh{
	position: relative;
}
.ferhteh #btn1234,.ferhteh #btn2134{
	width: 45px;
	height: 45px;
	position: absolute;
}
.ferhteh #btn1234{
	left: -3.75rem;
	top: 11.5625rem;
}
.ferhteh #btn2134{
	left: auto;
	top: 11.5625rem;
	right:-3.75rem;
}
.ferhteh #btn1234 iconpark-icon,.ferhteh #btn2134 iconpark-icon{
	font-size: 32px;
	color: #0d0d0e;
	display: flex;
	justify-content: center;
	align-items: center;
}
.faye p{
	margin-bottom: 15px;
}
.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
		z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 93.75rem;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;
}
.headdvright ul>i:last-child{
	display: none;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext h2{
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.nrbanner .btext i{
	display: block;
    height: 20px;
    width: 40px;
    margin: 0 auto;
    border-bottom: 3px solid #736dc6;
}
.nrbanner .btext p{
	color: #fff;
	font-size: 26px;
	text-align: center;
	margin-top: 25px;
}
.mfoot,.mfootdv{
	display: none;
}

.youce {
	position: fixed;
	top: 32%;
	right: 10px;
	z-index: 9999;
}

.youce ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: end;
	background-color: rgba(255, 255, 255, .3);
	padding: 10px 0px;
	border-radius: 50px;
}

.youce ul li {
	margin:  5px 0px;
	position: relative;
	transition: all .5s;
	width: 50px;
	border-radius: 10px;

}

.youce ul li h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	position: relative;
	transition: all .5s;
}

.youce ul li h1 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;

}

.youce ul li h1 i {
	font-size: 24px;
	color: #150e52;
}

.youce ul li h1 a:first-child {
	opacity: 1;
}

.youce ul li h1 a:last-child {
	position: absolute;
	top: 0%;
	opacity: 1;
	left: 0%;
}

.youce ul li h1 a:first-child {
	opacity: 1;
}

.youce ul li h1 a:last-child {
	position: absolute;
	top: 0;
	opacity: 1;
	left: 0;
}

.youce ul li:hover h1 a:first-child {
	opacity: 1;
}

.youce ul li:hover h1 a:last-child {
	opacity: 1;
}

.youce ul li div {
	position: absolute;
	width: 115px;
	top: 0;
	right: 55px;
	padding: 0 10px;
	height: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	opacity: 1;
	font-size: 14px;
	color: #fff;
	background-color: #150e52;
	border-radius: 5px;
	opacity: 0;
}

.youce ul li div a {
	color: #fff;
}

.youce ul li:hover {
	border-radius: 10px;
}


.scbxdvlft .cphxkad{
	display: none;
}

.youce ul li:last-child div {
	height: auto;
	display: block;
}

.youce ul li:last-child div {
	margin-top: 15px;
	text-align: center;
}

.youce ul li:last-child div img{
	display: block;
	width: 115px;
	padding: 10px 0;
}

.youce ul li:last-child div h2 {
	text-align: center;
	margin-top: 5px;
}
.zhiding{
	width: 50px;
	height: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: relative;
    transition: all .5s;
    background-color: rgba(21, 14, 82, 0.8);
    margin-top: 20px;
}
.zhiding  i {
	font-size: 20px;
	color: #fff;
	
}
.scbxdvlft img{
	display: none;
}

.inaboutdvright .spdv{
	display: none;
	position:fixed ;
	top:-15%;
	width: 950px;
	padding: 25px;
	padding-top: 90px;
	background-color: #fff;
	left: 00%;
	margin-left: -500px;
	z-index: 9999;
	background: #fff;
}
.inaboutdvright .spdv video{
	width: 100%;
}
.inaboutdvright .spdv  span{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 25px;
	right: 25px;
	display: block;
	border: 1px solid #333;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;

}
.banners video{
	width: 100%;
}
#video{
	background: url(../images/shouji.jpg) center no-repeat;
	background-size: 100% 100%;
}
.bannerssfe{
	position: relative;
}
.bannerssfe h1{
	position: absolute;
	top: 0;
	left: 0;
}
.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}

.bannersasg  .swiper-slide img,.bannersasg  .swiper-slide video{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 93.75rem;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -46.875rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 100%;
	margin-top: -5%;
}

.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 60px;
	text-align: center;
	font-weight: bold;
}

.bannersasg  .swiper-slide section a{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #c21c2a;
	border-radius: 50px;
	margin-top: 2.5rem;
	width: 220px;
	height: 50px;
	background-color: rgba(255, 255, 255, .3);
}

.bannersasg  .swiper-slide section a {
	color: #fff;
	font-size: 16px;
	transition: all 1s;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: rgba(18, 78, 213, 1);
}
.bannersasg  .swiper-slide section .iiasg{
	width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: #982725;
    transition: all .5s;
    font-size: 14px;
    color: #fff;
}
.bannersasg .swiper-slide ul li img{
	width: auto;
}
.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
        /*动画名称*/
        animation-duration: .5s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 12px;
	border-radius: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.zhiaosa{
		    margin-left: 3rem;
	}
	.tdi h1{
		font-size: 2rem;
	}
	.tdi h2{
		font-size: 14px;
	}
	.tdi h2 i{
		font-size: 1.875rem;
	}
	.tud h1{
		font-size: 1.875rem;
	}
	.tud h2{
		font-size: 18px;
	}
	.tud p{
		font-size: 14px;
		line-height: 30px;
	}
	.tud p i {
	    color: #ffffff;
	    font-size: 14px;
	    font-weight: bold;
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul li h1{
		font-size: 14px;
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul li.on h1{
		font-size: 16px;
	}
	.rz{
		width: 95%;
	}
	.rylistdvleft{
		padding: 15px 0px;
	}
	.cxinright #thumbs223 .swiper-slide-thumb-active div section h1{
		font-size: 28px;
	}
	.cxinright #thumbs223 .swiper-slide-thumb-active div section p{
		font-size: 18px;
	}
	.cxinright #thumbs223 .swiper-slide div section h1{
		font-size: 24px;
	}
	.cxinright #thumbs223 .swiper-slide div section p {
	    line-height: 30px;
	    font-size: 14px;
	    color: #333333;
	}
	.cxin {
	    height: 32rem;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.zhiaosa{
		    margin-left: 3rem;
	}
	.tdi h1{
		font-size: 2rem;
	}
	.tdi h2{
		font-size: 14px;
	}
	.tdi h2 i{
		font-size: 1.875rem;
	}
	.tud h1{
		font-size: 1.875rem;
	}
	.tud h2{
		font-size: 18px;
	}
	.tud p{
		font-size: 14px;
		line-height: 30px;
	}
	.tud p i {
	    color: #ffffff;
	    font-size: 14px;
	    font-weight: bold;
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul li h1{
		font-size: 14px;
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul li.on h1{
		font-size: 14px;
	}
	.qywhnrtopdvs p{
		font-size: 14px;
	}
	.qywhnrtopdv p{
		font-size: 14px;
	}
	.fzlchendvs{
		width: 95%;
	}
	.fzlchendvs .swiper-slide p{
		font-size: 14px;
	}
	.lbsyslist ul li section p{
		font-size: 14px;
		line-height: 30px;
		text-align: center;
	}
	.dh{
		width: 10.5rem;
	}
	.headdvright ul{
		width: 16.375rem;
	}
	.rz{
		width: 95%;
	}
	.ppslidvlist {
	    width: 89.75rem;
	}
	.rylistdvleft section p{
		font-size: 14px;
		line-height: 28px;
	}
	.rylistdvleft{
		padding: 15px 0px;
	}
	.cxinright #thumbs223 .swiper-slide-thumb-active div section h1{
		font-size: 28px;
	}
	.cxinright #thumbs223 .swiper-slide-thumb-active div section p{
		font-size: 18px;
	}
	
	.cxinright #thumbs223 .swiper-slide div section h1{
		font-size: 24px;
	}
	.cxinright #thumbs223 .swiper-slide div section p {
	    line-height: 30px;
	    font-size: 14px;
	    color: #333333;
	}
	.cxin {
	    height: 32rem;
	}
}
@media only screen and (max-width: 1000px) {
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.heads {
		display: none;
	}
	.bannerheight{
		display: none;
	}
	.inaboutdv{
		display: block;
	}
	.inaboutdvleft{
		width: 100%;
	}
	.inaboutdvleft section h1{
		font-size: 18px;
	}
	.inaboutdvleft section h1{
		margin-bottom: 0.3125rem;
	}
	.inaboutdvleft div {
		display: block;
	}
	.inaboutdvleft div h4 i{
		font-size: 15px;
		margin-right: 0.625rem;
	}
	.inaboutdvleft div h4 span{
		font-size: 15px;
	}
	.inaboutdvleft div p{
		font-size: 12px;
	}
	.inaboutdvleft div::after{
		width: 100%;
	}
	.inaboutdvleft div:nth-child(4)::after{
		background: url(../images/heng_08.png) right no-repeat;
	}
	.inaboutdvleft div{
		margin-bottom: 1.125rem;
		padding-bottom: 3.25rem;
	}
	.inaboutdvleft a{
		width: 100px;
		height: 35px;
		margin: 15px auto;
	}
	.inaboutdvleft a iconpark-icon{
		width: 29px;
		height: 29px;
	}
	.inaboutdvleft a span{
		font-size: 12px;
	}
	.inaboutdvright{
		width: 100%;
	}
	.sidvbt h1{
		font-size: 18px;
		margin-bottom: 0.625rem;
	}
	.sidvbt p span{
		font-size: 17px;
	}
	.sidvlist ul{
		flex-wrap: wrap;
	}
	.sidvlist ul>img{
		display: none;
	}
	.sidvlist ul li{
		width: 19%;
	}
	.sidvlist ul li img{
		width: 60%;
		margin: 0 auto;
	}
	.sidvlist ul li h1{
		height: 40px;
		font-size: 12px;
		line-height: 20px;
	}
	.zltx{
		display: block;
	}
	.zltxleft{
		width: 100%;
	}
	.zltxleft div{
		width: 90%;
		padding-left: 2.8125rem;
		height: 80px;
	}
	.zltxleft div h1{
		width: 80%;
		font-size: 12px;
		line-height: 20px;
	}
	.zltxleft div iconpark-icon{
		width: 45px;
		height: 45px;
		font-size: 17px;
	}
	.zltxright{
		width: 100%;
		margin-top: 15px;
	}
	.zltxright section h1{
		font-size: 18px;
		margin-bottom: 0.625rem;
	}
	.zltxright section h2 span{
		font-size: 17px;
	}
	.zltxright p{
		font-size: 12px;
		line-height: 25px;
	}
	.zltxright ul li h3{
		font-size: 12px;
		margin-top: 0.9375rem;
	}
	.schjlist .swiper-slide h1{
		font-size: 14px;
	}
	.sclink {
		width: 100px;
		height: 35px;
		margin: 15px auto;
	}
	.sclink iconpark-icon{
		width: 29px;
		height: 29px;
	}
	.sclink span{
		font-size: 12px;
	}
	.schjlist{
		overflow: hidden;
	}
	.schjlist .swiper-slide h1{
		font-weight: normal;
	}
	.innewlistleft,.innewlistcenter,.foot{
		display: none;
	}
	.innewlistright{
		width: 100%;
	}
	.innewlistright ul li{
		margin-bottom: 10px;
	}
	.innewlistright ul li a .inwleft{
		width: 35%;
	}
	.innewlistright ul li a section{
		width: 60%;
	}
	.innewlistright ul li a section h1{
		font-size: 15px;
	}
	.innewlistright ul li a section p{
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
	.cpzxbt{
		display: block;
	}
	.cpzxbtleft h1{
		text-align: center;
		font-size: 18px;
	}
	.cpzxbtleft p{
		font-size: 14px;
		text-align: center;
	}
	.cpzxbtright{
		width: 100%;
		margin-top: 15px;
	}
	.cpzxbtright #thumbs .swiper-slide i{
		width: 10rem;
		height: 10rem;
		font-size: 16px;
	}
	.cpzxbtright #thumbs .swiper-slide h1{
		font-size: 14px;
		margin-top: 10px;
	}
	.cpzxbtright #thumbs .swiper-slide-thumb-active h1{
		font-size: 14px;
	}
	.lameilist .fvbfd .swiper-slide section{
		padding: 10px 0px;
	}
	.lameilist .fvbfd .swiper-slide section h1{
		font-size: 14px;
	}
	.lameilist .fvbfd .swiper-slide section p{
		font-size: 12px;
	}
	.ferhteh #btn1234, .ferhteh #btn2134{
		display: none;
	}
	.siwulist{
		width: 100%;
	}
	.siwulist ul li{
		width: 18%;
	}
	.siwulist ul li:nth-child(1), .siwulist ul li:nth-child(5){
		margin-top: 0px;
	}
	.siwulist ul li h1{
		font-size: 12px;
		height: 40px;
		line-height: 20px;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	.siwulist ul li:nth-child(3){
		margin-top: 0;
	}
	.zhizao {
		display: block;
	}

	.zhizaoleft {
		padding: 20px 0px;
		display: block;
	}

	.zhizaoleft,
	.zhizaoright {
		width: 100%;
	}

	.zhiaosa {
		width: 95%;
		height: 200px;
	}

	.zhiaosa h1 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.zhiaosa h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.zhiaosa p {
		font-size: 14px;
		line-height: 30px;
	}

	.zhiaosa a {
		display: flex;
		width: 150px;
		height: 40px;
		padding: 0 10px;
		margin-top: 15px;
		padding-right: 5px;
	}

	.zhiaosa a iconpark-icon {
		width: 30px;
		height: 30px;
	}

	.zhizao .zhizaoleft>div:nth-child(2) ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.zhizao .zhizaoleft>div:nth-child(2) {
		width: 95%;
		margin: 0 auto;
		height: 80px;
	}

	.zhizao .zhizaoleft>div:nth-child(2) ul li {
		margin-bottom: 0;
		line-height: 40px;
		font-size: 16px;
		text-align: center;
		width: 50%;
	}

	.zhizao .zhizaoleft .btns {
		display: none;
	}

	.zhizaoright {
		height: 350px;
	}

	.zhizaoright .pic {
		background-size: cover;
	}
	.zhiaosa{
		width: 95%;
		height: 300px;
		margin: 0 auto;
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul li:nth-child(2),.zhizao .zhizaoleft>div:nth-child(2) ul li:nth-child(3),.zhizao .zhizaoleft>div:nth-child(2) ul li:nth-child(1),.zhizao .zhizaoleft>div:nth-child(2) ul li:nth-child(4){
		transform: translateX(0);
		justify-content: flex-start;
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul{
		width: 100%;
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul li h1{
		width: 100%;
		max-width: none;
		margin: 0;
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul li h1{
		font-size: 14px;
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul li.on h1{
		font-size: 14px;
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul li i{
		display: none;
	}
	.zhiaosa h1{
		font-size: 17px;
	}
	.zhiaosa h2{
		font-size: 14px;
		line-height: 30px;
	}
	.tdi h2 i{
		font-size: 18px;
	}
	.zhiaosa p{
		font-size: 12px;
	}
	.tud p i{
		font-size: 14px;
	}
	.scbxdv{
		display: block;
	}
	.scbxdvrgt{
		width: 100%;
	}
	.scbxdvrgt h1{
		font-size: 18px;
		text-align: center;
	}
	.scbxdvrgt p{
		font-size: 14px;
		text-align: center;
	}
	#contrast{
		margin-top: 11.375rem;
	}
	.aboutdv{
		display: block;
	}
	.aboutdvleft {
		width: 100%;
	}
	.aboutdvleft p{
		font-size: 12px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.aboutdvright{
		width: 100%;
	}
	.abrightfy .swiper-button-next, .abrightfy .swiper-button-prev{
		width: 35px;
		height: 35px;
	}
	.abrightfy{
		height: 35px;
		width: 70px;
	}
	.abrightfy .swiper-button-next:after, .abrightfy .swiper-button-prev:after{
		font-size: 14px;
	}
	.qywhbt h1{
		font-size: 18px;
	}
	.qywhbt i{
		height: 10px;
	}
	.qywhnrtop{
		border-radius: 10px;
	}
	.qywhnrtopdv{
		width: 100%;
	}
	.qywhnrtopdv h1{
		font-size: 16px;
	}
	.qywhnrtopdv p{
		font-size: 14px;
		line-height: 25px;
	}
	.qywhnrtop img{
		width: 150%;
	}
	.qywhnrtopdv i{
		width: 35px;
		height: 35px;
		font-size: 15px;
	}
	.whlist{
		display: block;
	}
	.whlist .whlistleft, .whlist .whlistright{
		width: 100%;
		    margin-top: 2.5rem;
	}
	.qywhnrtopdvs{
		width: 42%;
	}
	.qywhnrtopdvs i{
		width: 35px;
		height: 35px;
		font-size: 15px;
	}
	.qywhnrtopdvs h1{
		font-size: 16px;
	}
	.qywhnrtopdvs p{
		font-size: 14px;
		line-height: 25px;
	}
	.qywhbts p{
		font-size: 14px;
		margin-top: 10px;
	}
	.fzlchendvs{
		width: 95%;
	}
	.fzlchendvs .swiper-slide i{
		width: 10.125rem;
		height: 10.125rem;
		margin-bottom: 4.875rem;
		font-size: 42px;
	}
	.fzlchendvs .swiper-slide h1{
		font-size: 18px;
	}
	.fzlchendvs .swiper-slide p{
		font-size: 12px;
		line-height: 25px;
	}
	.fzlchendv::after{
		top: 16.2rem;
	}
	.lbsyslist ul{
		display: block;
	}
	.lbsyslist ul li{
		width: 100%;
		height: 35rem;
		margin-top: 15px;
	}
	.lbsyslist ul li section h1{
		font-size: 14px;
	}
	.lbsyslist ul li section h2{
		font-size: 16px;
	}
	.lbsyslist ul li section i{
		height: 15px;
	}
	.lbsyslist ul li section p{
		font-size: 12px;
	}
	.hzlist ul li{
		width: 48%;
		margin: 1%;
	}
	.lxwmbt h1{
		font-size: 18px;
	}
	.lxwmbt p{
		font-size: 14px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		font-size: 24px;
	}
	.lxwmlist ul li h1{
		margin-top: 10px;
		font-size: 14px;
	}
	.lxwmlist ul li p{
		font-size: 14px;
		margin-top: 10px;
	}
	.zxlyform form div input{
		width: calc(46% - 30px);
		margin: 0.5% 0px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}
	.zxlyform form textarea{
		padding:  0px 20px;
		width: calc(100% - 40px);
		height: auto;
		font-size: 12px;
		line-height: 35px;
	}
	.zxlyform form button{
		width: 120px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.rlzybt h1{
		font-size: 18px;
	}
	.zhaopin {
		margin: 30px auto;
	}

	.rczplist {
		width: 95%;
	}

	.rczpbt {
		width: 95%;
	}

	.rczpbt h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.rczpbt p {
		line-height: 25px;
	}

	.rczplist {
		margin-top: 15px;
	}

	.rczplist dl dt {
		padding: 0 2.5%;
	}

	.rczplist dl dd .rczpxx h4,
	.rczplist dl dt .rczpxx h4 {
		display: none;
	}

	.rczplist dl dt h1,
	.rczplist dl dt h2,
	.rczplist dl dt h3,
	.rczplist dl dt h4,
	.rczplist dl dt h5 {
		width: auto;
	}

	.rczplist dl dd .rczpxx h1,
	.rczplist dl dd .rczpxx h2,
	.rczplist dl dd .rczpxx h3,
	.rczplist dl dd .rczpxx h4,
	.rczplist dl dd .rczpxx h5 {
		width: auto;
		font-size: 14px;
	}

	.rczplist dl dd .rczpxx {
		padding: 0 2.5%;
		line-height: 45px;
	}

	.rczplist dl dt h4 {
		display: none;
	}

	.rczplist dl dd:hover .rctext {
		padding: 5%;
		display: block;
	}

	.rctextleft {
		width: 100%;
	}

	.rctextright {
		width: 100%;
		border-left: none;
		justify-content: flex-start;
	}

	.rctext {
		display: block;
	}

	.rczplist dl dd i {
		margin-top: 20px;
	}
	.rczplist dl dt{
		line-height: 40px;
	}
	.rczplist dl dt h1,.rczplist dl dt h2,.rczplist dl dt h3,.rczplist dl dt h4,.rczplist dl dt h5{
		font-size: 15px;
	}
	.rczplist dl dt h4,.rczplist dl dd h4,.rczplist dl dd .rczpxx h3,.rczplist dl dt h3{
		display: none;
	}
	.rczplist dl dd .rczpxx{
		height: 40px;
		line-height: 40px;
	}
	.rczplist dl dd i{
		margin-top: 5px;
	}
	.shownav{
		height: 40px;
	}
	.shownav ul {
		display: flex;
		justify-content: space-between;
	}
	.shownav ul li{
		width: 100%;
	}
	.shownav ul li a{
		width: 100%;
		line-height: 40px;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.newsdvlist ul li a{
		width: 90%;
		padding: 5%;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext h1{
		font-size: 15px;
		margin-bottom: 5px;
	}
	.newsdvlistext p{
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
	.shownewsdv{
		display: block;
	}
	.shownavdvleft{
		width: 100%;
	}
	.newlt{
		width: 90%;
		padding: 5%;
	}
	.shownavdvleftbt h1{
		font-size: 16px;
		line-height: 27px;
	}
	.shownavdvleftbt h2 span{
		font-size: 12px;
	}
	.shownavdvleftwz {
	    margin-top: 2.5625rem;
	    border-top: 1px solid #e6e6e6;
	    padding-top: 2.5625rem;
	}
	.faye p a{
		font-size: 12px;
	}
	.shownavdvright{
		width: 90%;
		padding: 5%;
	}
	.shownavdvright form{
		height: 35px;
	}
	.shownavdvright form input{
		font-size: 12px;
		height: 35px;
		line-height: 35px;
	}
	.shownavdvright form button{
		height: 35px;
		width: 35px;
	}
	.bsua span{
		font-size: 16px;
	}
	.rmlist ul li a{
		font-size: 12px;
	}
	.rmlist ul li a span{
		height: 30px;
		line-height: 30px;
	}
	.bsua{
		margin-bottom: 5px;
		margin-top: 15px;
	}
	.rmlist ul li a i{
		margin-top: 13px;
		margin-right: 10px;
	}
	.wdy .wdydv section img{
		width: 35px;
	}
	.wdy .wdydv section h1{
		font-size: 12px;
	}
	.mhlist ul{
		flex-wrap: wrap;
	}
	.mhlist ul li{
		width: 48%;
		margin: 1%;
	}
	.ppslibt h1{
		font-size: 18px;
	}
	.ppslibt i{
		margin: 1.9375rem auto;
	}
	.ppslibt p{
		font-size: 14px;
	}
	.rz{
		width: 95%;
	}
	.rz ul{
		flex-wrap: wrap;
	}
	.rz ul li{
		width: 33.3%;
	}
	.rz ul li img{
		width: 60px;
		max-width: none;
	}
	.rz ul li h1{
		font-size: 12px;
	}
	.ppslidv{
		width: 95%;
	}
	.ppslidvlist{
		width: 76%;
	}
	.rylistdv{
		display: block;
	}
	.rylistdvleft{
		width: 90%;
		background-size: cover;
		padding: 5%;
	}
	.rylistdvleft section{
		width: 100%;
	}
	.rylistdvright{
		width: 100%;
	}
	.rylistdvleft section h1{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.rylistdvleft section p{
		font-size: 12px;
		line-height: 25px;
	}
	.rydv a{
		width: 25px;
		height: 25px;
		font-size: 14px;
	}
	.rylist .swiper-pagination .swiper-pagination-bullet{
		width: 5px;
		height: 5px;
	}
	.spaqbt h1{
		font-size: 18px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.spaqlist ul li{
		width: 48%;
		margin: 1%;
		border: none;
		display: block;
	}
	.spaqlist ul li i{
		width: 100%;
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		font-size: 20px;
	}
	.spaqlist ul li section{
		width: 100%;
		font-size: 12px;
	}
	.zhanshi #thumbs2{
		width: 220px;
	}
	.zhanshi #thumbs2 .swiper-slide h1{
		height: 40px;
		line-height: 40px;
		font-size: 17px;
	}
	.zhanshi #thumbs2 .swiper-slide-thumb-active h1{
		font-size: 17px;
		height: 40px;
		line-height: 40px;
	}
	.zhanshi .swiper-pagination-bullet{
		width: 5px;
		height: 5px;
	}
	.cxin{
		display: block;
		height: auto;
	}
	.cxinleft{
		width: 100%;
		height: 64rem;
	}
	.cxinright{
		width: 100%;
	}
	.cxinright #thumbs223 .swiper-slide div{
		width: 90%;
		padding: 0 5%;
	}
	
	.cxinright #thumbs223 .swiper-slide div section h1{
		font-size: 16px;
		    margin-bottom: 1.5625rem;
	}
	.cxinright #thumbs223 .swiper-slide div section p{
		font-size: 14px;
		line-height: 25px;
	}
	.cxinfy .swiper-pagination{
		font-size: 12px;
	}
	.cxinright #thumbs223 .swiper-slide-thumb-active div section i{
		display: none;
	}
	.cxinright #thumbs223 .swiper-slide-thumb-active div section h1{
		font-weight: normal;
	}
	.cxinfy .swiper-button-next:after, .cxinfy .swiper-button-prev:after{
		font-size: 12px;
	}
	.nrbanner{
		overflow: hidden;
	}
	.nrbanner .btext h2{
		font-size: 21px;
	}
	.nrbanner img{
		display: block;
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner .btext p{
		margin-top: 10px;
		font-size: 14px;
	}
	.nrbanner .btext i{
		    height: 15px;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color: #0c0078;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #3324b8;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	
	.scbxdvlft img{
		display: block;
		width: 100%;
	}
	.scbx{
		background: none;
	}
	.scbx{
		    padding-top: 3.25rem;
	}
	.scbxdvlft{
		margin-bottom:3.25rem;;
	}
	.inaboutdvright .spdv{
		display: none;
		position:fixed ;
		top: 0%;
		width: 90%;
		padding:5%;
		background-color: #fff;
		left: 0%;
		z-index: 9999;
		margin-left: 0;
		background: #fff;
	}
	.youce{
		display: none;
	}
	.inaboutdvright .spdv span{
		z-index: 99;
		border-color: #fff;
		background-color: #fff;
		color: #0c0078;
	}
	.bannersasg  .swiper-slide section h3{
		font-size: 18px;
	}
	.scbxdvlft img{
		display: none;
	}
	.scbxdvlft .cphxkad{
		display: block;
	}
	.siwulist ul{
		flex-wrap: wrap;
	}
	.siwulist ul li{
		width: 31%;
	}
	.zhizao .zhizaoleft>div:nth-child(2) ul li{
		width: 100%;
		height: 40px;
	}
	.zhizao .zhizaoleft>div:nth-child(2){
		height: 160px;
	}
	.zhanshi #thumbs2 .swiper-slide-thumb-active h1{
		font-size: 13px;
	}
	.shownav ul li a{
		font-size: 11px;
	}
	.cxinright #thumbs223 .swiper-slide div section p{
		font-size: 12px;
		line-height: 20px;
	}
	.cxinright #thumbs223, .cxinleft #gallery223 {
	    height: 300px;
	}
}