﻿@charset "utf-8";

/* public css begin */
body {
	font-family: 'sourcehansans';
}

.wrap {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

.abolt {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	margin-top: 10px;
}

.svntm {
	padding: 35px;
}

.svntm .pic {
	width: 18%;
}

.svntm .con {
	width: 80%;
}

.svntm .con .d1 {
	font-size: 24px;
}

.svntm .con .d1 a.edit {
	float: right;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background: #999;
	padding: 0 15px;
}

.svntm .con .d2 {
	margin-top: 25px;
	line-height: 2.4;
	color: #666;
}

.svntm .con .d2 span {
	display: inline-block;
	margin-right: 25px;
}

.tgaol {
	background: #fff;
	padding: 0 25px 25px;
	width: 86%;
}

.tgaol h3 {
	border-bottom: 2px solid #ddd;
	line-height: 53px;
	height: 55px;
}

.tgaol h3 strong {
	font-size: 18px;
	display: inline-block;
	border-bottom: 2px solid #1814da;
}

.abouca {
	margin-top: 4%;
}

.ind-main {
	padding: 8% 0 1% 0;
	background: #999;
}

.lgebc {
	margin-bottom: 3%;
}

.lgebc a {
	display: inline-block;
	margin-right: 0px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	background: #999999;
	width: 150px;
	text-align: center;
}

.svznt {
	width: 13%;
	background: #fff;
	padding-bottom: 30px;
}

.svznt h3 {
	line-height: 65px;
	font-size: 16px;
	text-align: center;
	padding: 6% 0;
	position: relative;
}

.svznt h3:after {
	content: '';
	width: 80%;
	height: 1px;
	background: #ddd;
	position: absolute;
	bottom: 0;
	left: 20px;
}

.nacmt a {
	display: block;
	line-height: 50px;
	position: relative;
	text-align: center;
}

.nacmt a.cur {
	color: #e71f19;
}

.moacp {
	max-width: 580px;
	margin: 0 auto;
	width: 100%;
}

.moacp td {
	padding: 15px;
}

.moacp td span {
	color: #f00;
	margin-right: 3px;
}

.moacp td .c1 {
	width: 380px;
	padding: 0 10px;
	border: 1px solid #ddd;
	height: 45px;
}

.moacp td select {
	border: 1px solid #ddd;
	width: 400px;
	border: 1px solid #ddd;
	height: 47px;
}

.moacp td select.wdc {
	width: 185px;
}

.moacp .c2 {

	height: 45px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	background: #1814da;
}

.moacp td textarea {
	width: 380px;
	padding: 10px;
	border: 1px solid #ddd;
	height: 120px;
}

.aporte {
	width: 86%;
}

.oteal {
	background: #fff;
	padding: 35px;
	border-top: 2px solid #1814da;
}

.oteal .pic img {
	border: 1px solid #ddd;
	border-radius: 50%;
}

.oteal .con {
	margin-left: 25px;
}

.oteal .con .d1 {
	font-size: 16px;
}

.oteal .con .d1 span {
	color: #1814da;
}

.oteal .con .d2 {
	margin-top: 15px;
}

.oteal .con .d2 a {
	display: inline-block;
	line-height: 40px;
	padding: 0 25px;
	border: 1px solid #1814da;
	color: #1814da;
}

.lbacp {
	background: #fff;
	padding: 0 20px 20px;
}

.lbacp h3 {
	line-height: 60px;
	border-bottom: 1px solid #ddd;
}

.lbacp h3 strong {
	font-size: 16px;
}

.lbacp h3 a {
	float: right;
	color: #999;
	font-weight: normal;
}

.posdvis {
	padding: 15% 0 !important;
}

.funds {
	width: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	/*height:538px;*/
	background: url(../images/fund.jpg) top center repeat-x;
}

.funds video {
	opacity: 0.8;
	display: block;
	object-fit: cover;

}

.funds img {
	width: 100%;
}

.mob-nav {
	width: 60px;
	height: 50px;
}

.mob-nav span {
	display: block;
	position: absolute;
	left: 15px;
	width: 30px;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	background: #fff;
	transition: all 0.5s ease;
}

.mob-nav:before {
	content: '';
	position: absolute;
	left: 15px;
	width: 30px;
	height: 2px;
	top: 13px;
	background: #fff;
	transition: all 0.5s ease;
}

.mob-nav:after {
	content: '';
	position: absolute;
	left: 15px;
	width: 30px;
	height: 2px;
	top: 35px;
	background: #fff;
	transition: all 0.5s ease;
}

.mob-nav.on span {
	width: 0;
	transition: all 0.5s ease;
}

.mob-nav.on:before {
	top: 23px;
	transform: rotate(45deg);
	transition: all 0.5s ease;
}

.mob-nav.on:after {
	top: 23px;
	transform: rotate(-45deg);
	transition: all 0.5s ease;
}

.foot {
	background: #1e1e1e;
	position: relative;
	padding: 0 0%;
}

.foot .bdlogo {
	width: 100%;
	align-items: center;
}

.foot .bdlogo h4 {
	color: #fff;
	font-size: 32px;
	line-height: 100px;
	font-weight: normal;
}

.foot .bdlogo a {
	font-size: 20px;
	color: #fff;
}

.foot .bdlogo a img {
	margin-right: 15px;
}

.foot .dbbox {
	width: 100%;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	padding: 2.3% 0 1% 0;
}

.foot .leftbox {
	width: 51.5%;
	/* width:100%;*/
	justify-content: space-between;
	flex-wrap: nowrap;
}

.foot .leftbox .pone {
	width: 270px;
}

.foot .leftbox .ptwo {
	width: 165px;
}

.foot .leftbox .ptwo a {
	font-size: 18px;
	transition: all ease .5s;
	line-height: 42px;
	color: #fff;
	display: inline-block;
	width: 100%;
}

.foot .rightbox {
	/*display:none;*/
	width: 47%;
}

.coap {
	width: 100%;
	align-items: center;
	margin-bottom: 20px;
}

.coap h3 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 30px;
	padding: 10px 0px;
	width: 30%;
	text-align: center;
}

.footer-b-l {
	position: relative;
}

.footer-b-l a.s2 {}

.footer-b-l a.s2 p img {
	width: 100%;
}

.footer-b-l a.s1 p img {
	height: 16px;
}

.footer-b-l .s1 {
	margin-left: 10px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.6);
	display: block;
	/*	height: 50px;*/
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 30px;
}

.footer-code {
	height: 120px;
	width: 120px;
	left: -75%;
	bottom: 45px;
	display: none;
	position: absolute;
	background: #fff;
}

.footer-code img {
	border-radius: 10px;
	max-width: 100%;
	height: 120px;
	margin: 0 auto;
}

.footer-code::before {
	border: 9px solid;
	border-color: transparent;
	border-top-color: #fff;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -15px;
	content: "";
}

.footer-b-l .s1:hover .footer-code {
	display: block;
}

.footer-b-l .s2:hover .footer-code {
	display: block;
}

.footer-b {
	padding: 30px 0;
}

.eaoplc,
.eaoplc a {
	color: rgba(255, 255, 255, 0.4);
	font-size: 12px;
	line-height: 60px;
}

.top {
	align-items: center;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 1.5%;
	transition: all 0.5s ease;
	z-index: 1000;
}

.top.on {
	transition: all 0.5s ease;
	background: rgba(0, 0, 0, 0.85);
	backdrop-filter: blur(40px);
	-webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 9%);
	box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 9%);
}

.top2 {
	align-items: center;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 1.5%;
	background: #000;
	transition: all 0.5s ease;
	z-index: 1000;
}

.top2 .wrap {
	max-width: 100%;
	align-items: center;
}

.logo {
	margin: 10px 0;
}

.logo img {
	height: 60px;
}

.T-nav {
	margin: 0px 0;
	align-items: center;
}

.T-nav li {
	float: left;
	position: relative;
}

.T-nav li a {
	display: block;
	text-align: center;
	margin: 0 30px;
	line-height: 80px;
	position: relative;
	font-size: 18px;
	color: #fff;
	transition: all 0.5s ease;
}

.T-nav>li>a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background: #fff;
	left: 0%;
	bottom: -1px;
	/*transform:translateX(-50%);*/
	transition: all 0.5s ease;
}

.T-nav li a span {
	font-size: 16px;
	display: block;
}

.T-nav li .secon {
	position: absolute;
	width: 150px;
	left: 50%;
	margin-left: -75px;
	top: 80px;
	z-index: 5;
	display: none;
	background: #222;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.T-nav li .secon a {
	margin: 0 !important;
	display: block;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
	padding: 0;
	font-size: 16px;
	transition: all 0.5s ease;
}

.T-nav li .thr {
	width: 1100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	left: -250%;
	padding: 10%;
	position: absolute;
	top: 80px;
	z-index: 2;
	/*display:none;*/
	background: #fff;
}

.T-nav li .thr .oneli {
	width: 20%;
}

.T-nav li .thr .onenr a {
	color: #333;
	font-size: 16px;
	border-bottom: 2px solid #fff;
	width: 100%;
	margin: 0 0;
	height: 50px;
	line-height: 50px;
	text-align: left;
	margin: 0 20px;
	align-items: center;
	display: flex;
}

.T-nav li .thr .onenr a.num1 {
	font-size: 20px;
}

.T-nav li .thr .onenr a.num1 img {
	width: 3%;
}

.T-nav li .thr .oneli .onenr dl {
	width: 25%;
	z-index: 2;
	height: 100%;
	background: #f7f9fa;
	position: absolute;
	left: 23%;
	padding: 1% 0;
	display: none;
	top: 0;
}

.T-nav li .thr .oneli .onenr dl a {
	border-bottom: 2px solid #f7f9fa;
	width: 88%;
	transition: all 0.5s ease;
}

.T-nav li .thr .oneli .onenr dl dd .lastcon {
	width: 100%;
	padding-top: 4%;
	background: #fff;
	position: absolute;
	left: 99%;
	display: none;
	top: 0;
}

.T-nav li .thr .oneli .onenr dl dd .lastcon h4 {
	width: 100%;
	font-weight: normal;
}

.T-nav li .thr .oneli .onenr dl dd .lastcon h4 a.num1 img {
	width: 3%;
	border: none;
}

.T-nav li .thr .oneli .onenr dl dd .lastcon a {
	border-bottom: 2px solid #fff;
}

.T-nav li .thr .oneli .onenr dl dd .lastcon .lastpro {
	width: 200%;
}

.T-nav li .thr .oneli .onenr dl dd .lastcon .lastpro a {
	display: block;
	text-align: center;
	width: 30%;
	margin: 20px 0 0 0;
	transition: all 0.5s ease;
	height: auto;
}

.T-nav li .thr .oneli .onenr dl dd .lastcon a img {
	border-radius: 15px;
	width: 80%;
	border: 1px solid #eee;
	transition: all 0.5s ease;
}

.ind-search {
	overflow: hidden;
	margin-left: 60px;
}

.ind-search a {
	font-size: 18px;
	color: #fff;
}

.ind-search .c1 {
	/* flex: 1;*/
	height: 30px;
	width: 72%;
	margin-left: 3%;
	color: #fff;
	background: none;
	border: none;
}

.ind-search .c2 {
	width: 30px;
	height: 30px;
	border: none;
	background: url(../images/fd2.png) center center no-repeat;
}

.rightboxs {
	margin: 3% 0 3% 0;
}

.rightboxs p {
	font-size: 36px;
	border-bottom: 2px solid #f9f7f7;
	color: #666;
	font-weight: bold;
	margin: 0 1%;
	transition: all 0.5s ease;
}

.rightboxs p.cur {
	color: #000;
	border-bottom: 2px solid #9e8a52;
	transition: all 0.5s ease;
}

.lbotal {
	position: fixed;
	right: 0;
	top: 80px;
	z-index: 1000;
	width: 100%;
	display: none;
}



.lb_abs {}

.lg {
	width: 50%;
	box-sizing: border-box;
	background: #0e52e3;
	box-sizing: border-box;
	padding: 1% 3% 1% 15%;
}

.lg1 {
	width: 50%;
	background: #999999;
	display: flex;
}

.lb_tit {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	padding-left: 15px;
}

.lg_input .search {
	width: 49%;
	padding-left: 15px;
	box-sizing: border-box;
}


.search-input {
	border-bottom: 1px solid #fff;
	background: #1814da;
	padding-left: 10px;

}


.lg_input .search input {
	height: 40px;
	width: 100%;
	background: none;
	border: none;
	color: #fff;
	font-size: 16px
}

.wjmm {
	margin-top: 10px;
}

.lg1 {
	box-sizing: border-box;
	padding-right: 20%;
}

.lg1 .box {
	width: 33.3333%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login_btn {
	background: #0b48ca;
}



#btnlSubmit {
	background: none;
	font-size: 16px;
	color: #fff;
	border: none;
	width: 100%;
	height: 100%;

}




.login_reg a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	font-size: 16px;
	color: #fff;
	border: none;
	text-align: center;
	background: #666666;
	box-sizing: border-box;
}


.search-tips {
	display: block;
	background: #999999;
}

.lbotal .search input::placeholder {
	color: #bbb8b8;
}


.lb_close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 3px;
	top: 15px;
	border-radius: 50%;
	display: block;
}



@media(max-width:1600px) {


	.lg1 {
		padding-right: 5%;
	}

	.lg {
		padding-left: 5%;
	}
}




.position {
	width: 100%;
	text-align: center;
	background: #1814da;
	/*background:#1814da url(../images/yl4.png) center bottom no-repeat;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.position h3 {
	font-weight: normal;
	font-size: 60px;
	color: #fff;
}

.position p,
.position p a {
	font-size: 12px;
	color: #fff;
}

.position .d0 {
	font-size: 20px;
	line-height: 30px;
	margin: 20px auto 0;
	width: 100%;
	color: #fff;
}

.position2 {
	width: 100%;
	margin-top: 80px;
	line-height: 60px;

	background: #313131;

}

.positiond {
	padding: 13.1% 0;
}

.position2 span {
	font-family: "宋体";
	padding: 0 1%;
	color: #fff;
}

.position2 p a {
	font-size: 14px;
	color: #fff;
}

.position2 p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.position3 {
	width: 100%;
	margin-top: 80px;
	line-height: 60px;
	color: #999;

	background: #255ee3;

}

.position3 span {
	font-family: "宋体";
	padding: 0 1%;
	color: #fff;
}

.position3 p a {
	font-size: 14px;
	color: #fff;
}

.position2 p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.faq-container {
	max-width: 800px;
	margin-bottom: 6%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.lenolsa {
	width: 100%;
	margin-top: 6%;
}

.lenolsa li {
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.dolsca span {
	float: left;
}

.dolsca img {
	margin-right: 10px;
}

.dolsca {
	cursor: pointer;
	font-weight: bold;
	overflow: hidden;
	transition: all 0.5s ease;
	align-items: center;
}

.dolsca.on {
	transition: all 0.5s ease;
}

.dolsca .d1 {
	width: 90%;
	font-size: 22px;
	text-align: left;
	color: #1814da;
	line-height: 50px;
}

.lourew {
	padding: 15px 0px;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	display: none;
}

.lourew p {
	margin-bottom: 25px;
}

.dolsca .d5 {
	text-align: center;
}

.dolsca .d5 i {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background: #1814da url(../images/j.jpg) no-repeat center center;
	transition: all 0.5s ease;
}

.dolsca.on .d5 i {
	transform: rotate(45deg);
	transition: all 0.5s ease;
}

.lenolsas {
	width: 100%;
	margin-top: 6%;
}

.lenolsas li:last-child {
	margin-bottom: 16%;


}

.dolscas span {
	float: left;
}

.dolscas img {
	margin-right: 10px;
}

.dolscas {
	cursor: pointer;
	font-weight: bold;
	overflow: hidden;
	transition: all 0.5s ease;
	align-items: center;
}

.dolscas.on {
	transition: all 0.5s ease;
}

.dolscas .d1 {
	width: 90%;
	font-size: 20px;
	text-align: left;
	color: #333;
	line-height: 50px;
}

.lourews {
	padding: 15px 0px 0 0;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	display: none;
}

.lourews p {
	margin-bottom: 25px;
}

.dolscas .d5 {
	text-align: center;
}

.dolscas .d5 i {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background: url(../images/i2.png) no-repeat center center;
	transition: all 0.5s ease;
}

.dolscas.on .d5 i {
	background: url(../images/i1.png) no-repeat center center;
	transform: rotate(180deg);
	transition: all 0.5s ease;
}

.newadd {
	width: 100%;
	margin: 8% 0 2% 0;
	background: #fff;
	box-sizing: border-box;
	padding: 0 4%;
}

.newadd h3 {
	margin: 30px 0 15px 0;
	font-size: 30px;
	font-weight: bold;
	color: #1814da;
}

.newadd p {

	color: #000;
	font-size: 16px;
	line-height: 30px;
}

.newnav {
	width: 50%;
	float: right;
	margin-bottom: 3%;

}

.newnav h3 {
	margin: 30px 0 15px 0;
	font-size: 30px;
	font-weight: bold;
	color: #1814da;
}

.newnav p {
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 30px;
}

.newmail {
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;

}

.newmail h3 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #1814da;
	line-height: 3;
	position: relative;
	padding: 80px 0 20px 0
}


.newmail h3::after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-30%);
	bottom: 69px;
	background: url(../images/yl6.png) bottom center no-repeat;
	width: 15px;
	height: 100%;
}


.newmail .d1 {
	font-size: 14px;
	color: #000;
	line-height: 26px;
	width: 50%;
	margin: 0 auto 4%;
}

.newmail ul {
	width: 100%;
	margin-bottom: 30px;
	justify-content: flex-start !important;
	flex-wrap: wrap;
}

.newmail ul li {
	width: 24%;
	position: relative;
	margin-right: 1%;
	margin-bottom: 20px;
}

.newmail ul li:last-child {
	margin-right: 0;
}

.newmail ul li .title {}

.contact {
	padding: 6% 0 3% 0;
	width: 100%;
}

.labte {
	background: #ececec;
	width: 36%;
}

.labte h3 {
	font-size: 20px;
	color: #1814da;
	margin-bottom: 3%;
	font-weight: normal;
	padding: 8% 8% 0 8%;
}

.labte .d1 {
	width: 100%;
	padding: 0% 8% 0 8%;
}

.labte .d1 a {
	width: 60px;
	height: 58px;
	line-height: 50px;
	border: 1px solid #1814da;
	border-radius: 50px;
	text-align: center;
	margin-right: 20px;
	transition: all ease .5s;
}

.labte .d2 {
	width: 100%;
	margin: 0% 0 0 0;
	padding: 8% 8% 5% 8%;
}

.labte .d2 strong {
	font-size: 20px;
	line-height: 2.6;
	color: #1814da;
}

.labte .d2 p {
	font-size: 20px;
	line-height: 2.6;
}

.labte .d2 a {
	font-size: 20px;
	color: #1814da;
	transition: all ease .5s;
}

.labte .d2 a img {
	margin-right: 15px;
}

.develop {
	width: 60%;
}

.develop .d1 {
	font-size: 18px;
}

.develop h3 {
	font-size: 18px;
	margin: 3% 0 1% 0;
}

.develop h3 span {
	color: #f00
}

.develop select {
	width: 100%;
	border: 1px solid #1814da;
	line-height: 50px;
	height: 50px;
	margin-bottom: 5%;
	font-size: 16px;
}

.develop a {
	border: 1px solid #1814da;
	border-radius: 50px;
	width: 16%;
	height: 50px;
	line-height: 50px;
	color: #1814da;
	font-size: 18px;
	display: block;
	text-align: center;
	margin-right: 15px;
}

.develop button {
	border: 1px solid #1814da;
	border-radius: 50px;
	width: 16%;
	height: 50px;
	line-height: 50px;
	color: #1814da;
	font-size: 18px;
	display: block;
	text-align: center;
	margin-right: 15px;
}

.develop a:nth-child(2) {
	border: 0;
	border-radius: 6px;
	background: #f3f4f6;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 18px;
	display: block;
	text-align: center;
	width: 12%;
}

.feedback {
	width: 60%;
}

.feedback h2 {
	font-size: 22px;
	font-weight: bolder;
	margin-bottom: 2%;
}

.feedback h3 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3%;
	color: #1814da;
}

.otebn {}

.otebn li {
	position: relative;
	margin-bottom: 15px;
	font-size: 18px;
	color: #666;
	width: 48%;
}

.otebn li .c1 {
	width: 100%;
	font-size: 16px;
	height: 50px;
	border: none;
	padding: 0 0px 0 10px;
	border: 1px solid #1814da;
}

.otebn li p {
	line-height: 2;
	color: #000;
	font-size: 18px;
}

.otebn li span {
	color: #f00;
}

.otebn li i {
	display: block;
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: 30%;
}

.otebn li i a img {
	width: 100%;
}

.otebn li textarea {
	width: 100%;
	height: 120px;
	padding: 10px 10px 10px 10px !important;
	border: 1px solid #1814da;
	display: block;
}

.nymain {
	padding: 2% 0 0 0;
}

.nymain h2 {
	font-family: microsoft Yahei;
	color: #333;
	font-size: 22px;
	margin-bottom: 2%;
}

.nymain p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}




.newsmain {
	background: url(../images/yl6.png) top center no-repeat;
	padding: 6% 0 0 0;
}

.newsmain h2 {
	text-align: center;
}

.newsmain2 {
	background: url(../images/yl6.png) top center no-repeat;
	width: 42.5%;
	margin-left: 32.5%;
}


.zsyy_video h2 {
	color: #1814da;
	font-size: 22px;
	text-align: center;
	display: block;
	padding: 30px 0;
}

.zsyy_video h2 p {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	font-weight: normal;
	width: 80%;
	margin: 0 auto;
}

.zsyy_video {
	margin-bottom: 30px !important;
}

.zsyy_video video {
	width: 100%;
	height: auto;



}

.abmain h2 {
	color: #1814da;
	font-size: 22px;
	text-align: center;
	width: 100%;
	display: inline-block;
	padding-top: 3%;
	position: relative;
	line-height: 43px;
	overflow: hidden;
}


/* .abmain h2::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-30%);
    bottom: 53px;
    background: url(../images/yl6.png) bottom center no-repeat;
    width: 15px;
    height: 100%;
} */


.lcmain {

	background: url(../images/zicon3.png) center center no-repeat;
	position: relative;
	max-width: 900px;
	width: 100%;
	display: block;
	margin: 3% auto;
	height: 728px;
}

.lcmain li {
	position: absolute;

}

.lcmain li a {
	text-align: center;
}

.lcmain li a img {
	display: block;
	margin: 0 auto;
}

.lcmain li:nth-child(1) {
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}


.lcmain li:nth-child(2) {
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}


.lcmain li:nth-child(3) {
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.lcmain li:nth-child(4) {
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}




.lcmain li a .d1 {
	font-size: 22px;
	color: #1814da;
}



.lcmain a.one {
	display: block;
	width: 100%;
	text-align: center;
}

.lcmain a.one .d1 {
	font-size: 22px;
	margin-top: 1%;
	color: #1814da;
}

.lcmain a.one .d2 {
	width: 35%;
	margin: 0 auto;
	color: #333;
}

.lcmain a.two {
	width: 40%;
	margin-top: 5%;
}

.lcmain a.two div {
	/*width:86%;*/
}

.lcmain a.two img {
	margin: 0 0px;
}

.lcmain a.two .d1 {
	font-size: 22px;
	margin-top: 1%;
	color: #1814da;
}

.lcmain a.two .d2 {
	color: #333;
}

.news {}

.news a {

	margin: 0 3% 3% 0;
	width: 31.3%;
	align-items: flex-start;
	transition: all ease .5s;
}

.news a span {
	font-size: 16px;
	color: #1814da;
	line-height: 3;
	display: block;
	width: 100%;
}

.news a .pic {
	width: 100%;
}

.news a .pic img {
	width: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
	height: 100%;
}

.news a h3 {
	color: #333;
	font-size: 24px;
	font-weight: normal;
	transition: all ease .5s;
	margin-bottom: 5%;
}

.news a p {}

.news a i {
	transition: all 0.5s ease;
	border: 1px solid #8c8c8c;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 30px;
	color: #8c8c8c;
	font-size: 16px;

}

.news a:nth-child(3n) {
	margin: 0 0 3% 0;
}

.peitao {

	width: 100%;
}

.peitao .list {

	margin: 0 3% 3% 0;
	width: 31.3%;
	align-items: flex-start;
	transition: all ease .5s;
}

.peitao .list span {
	font-size: 16px;
	color: #1814da;
	line-height: 3;
	display: block;
	width: 100%;
}

.peitao .list .pic {
	width: 100%;
}

.peitao .list .pic img {
	width: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
	height: 374px
}

.peitao .list h3 {
	color: #333;
	font-size: 22px;
	font-weight: normal;
	transition: all ease .5s;
	margin-bottom: 5%;
	margin-top: 2%;
	height: 60px;
	display: block;
}

.peitao .list p {}

.peitao .list i {
	transition: all 0.5s ease;
	border: 1px solid #8c8c8c;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 30px;
	color: #8c8c8c;
	font-size: 16px;

}

.peitao .list:nth-child(3n) {
	margin: 0 0 3% 0;
}



.case .list {

	margin: 0 1% 3% 0;
	width: 32.3%;
	align-items: flex-start;
	transition: all ease .5s;
}

.case .list span {
	padding-left: 0%;
	font-size: 13px;
	color: #1814da;
	line-height: 24px;
	margin-bottom: 3%;
	display: block;
	width: 100%;
}

.case .list .pic {
	width: 100%;
}

.case .list .pic img {
	width: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
	height: 100%;
}

.case .list h2 {
	color: #333;
	font-size: 32px;
	font-weight: bold;
	font-family: microsoft Yahei;
	transition: all ease .5s;
	padding: 0 0%;
	margin-bottom: 0%;
	margin-top: 2%
}

.case .list h3 {
	color: #333;
	font-size: 32px;
	font-weight: normal;
	transition: all ease .5s;
	padding: 0 0%;
	margin-bottom: 2%;
	margin-top: 0%
}

.case .list p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

.case .list i {
	transition: all 0.5s ease;
	border: 1px solid #8c8c8c;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 30px;
	color: #8c8c8c;
	font-size: 16px;

}

.case .list:nth-child(3n) {
	/*margin:0 0 3% 0;*/
}

.ny-nav {
	margin-top: 3%;
	margin-bottom: 2%;
}


.ny-nav a {
	font-size: 16px;
	color: #333;
	background: #eee;
	border-radius: 30px;
	padding: 0 20px;
	margin-right: 20px;
	height: 36px;
	line-height: 36px;

	transition: all 0.5s ease;
}

.ny-nav a.cur {
	color: #fff;
	background: #1814da;
}

.pagelc {
	padding: 3% 0 6% 0;
	line-height: 32px;
	color: #333;
}

.pagelc a {
	display: inline-block;
	border-radius: 30px;
	line-height: 32px;
	color: #333;
	padding: 0 15px;
	border: 1px solid #fff;
	margin: 0 3px;
	vertical-align: middle;
	transition: all ease .5s;
}

.pagelc input[type='text'] {
	line-height: 32px;
	height: 32px;
	width: 6%;
	margin-right: 10px;
}

.pagelc input[type='button'] {
	line-height: 32px;
	height: 32px;
	width: 3%;
}

.pagelc .mob-none {
	padding: 0;
	width: 32px;
}

.pagelc .cur {
	border: 1px solid #666;
}

.dasol {
	padding: 8% 0 3% 0%;
}

.dasol .d1 {

	font-size: 32px;
	color: #1818da;
	font-weight: bold;
}

.dasol .d3,
.dasol .d3 a {
	font-size: 18px;
	color: #999;
	font-weight: normal;
	line-height: 3;
}

.edit-con {
	font-size: 16px;
	line-height: 2;
	margin: 0% 0 6% 0;
}

.bcenba {
	margin: 5% 0 1% 0;
	width: 100%;
	background: url(../images/yl12.png) top center repeat-y;
}

.bcenba ul li {
	width: 100%;
	margin-bottom: 6%;
}

.bcenba ul li .pic {
	float: left;
	position: relative;
	width: 560px;
	height: 295px;
}

.bcenba ul li .pic img {
	position: absolute;
	left: 5%;
}

.bcenba ul li .cont {
	float: right;
	width: 40%;
}

.bcenba ul li .cont h3 {
	font-size: 26px;
	margin-bottom: 2%;
}

.bcenba ul li .cont p {
	font-size: 18px;
	line-height: 30px;
	line-height: 30px;
}

.bcenba ul li:nth-child(2n) .pic {
	float: right;
}

.bcenba ul li:nth-child(2n) .cont {
	float: left;
}

.bcenba2 {
	padding: 5% 0 0 0;
	position: relative;
	width: 100%;
	background: #f6f6f6;
}



.bcenba2 h5 {
	margin: 5% 0;
	z-index: 2;
	position: relative;
}




.bcenba2 h5 a {
	display: block;
	width: 20%;
	color: #1814da;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0px;
	border: 1px solid #1814da;
	border-radius: 30px;
}

.bcenba2 h4 {
	background: #f6f6f6 url(../images/yl6.png) top center no-repeat;
	padding-top: 6%;
	padding-bottom: 2.8%;
	color: #1814da;
	text-align: center;
}

.bcenba2 ul li {
	width: 100%;
	padding-bottom: 6%;
}

.bcenba2 ul li .pic {
	float: right;
	position: relative;
	width: 45%;
}

.bcenba2 ul li .pic img {
	width: 100%;
}

.bcenba2 ul li .cont {
	float: left;
	width: 40%;
	/*text-align:right*/
	;
}

.bcenba2 ul li .cont h3 {
	font-size: 26px;
	margin-bottom: 2%;
	color: #1814da;
}

.bcenba2 ul li .cont p {
	font-size: 18px;
	line-height: 30px;
	line-height: 30px;
}

.bcenba2 ul li:nth-child(2n) .pic {
	float: left;
}

.bcenba2 ul li:nth-child(2n) .cont {
	float: right;
	text-align: left;
}

.ladfbu {
	text-align: center;
	width: 100%;
	background: #fff;
	padding: 1% 0;
}

.bcenba3 {
	padding: 2% 0 0% 0;
	width: 100%;
	background: #fff url(../images/yl12.png) top center repeat-y;
}

.bcenba3 h5 {
	pa-top: 5%;
	padding-bottom: 5%;
}

.bcenba3 h5 a {
	display: block;
	width: 20%;
	color: #1814da;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0px;
	border: 1px solid #1814da;
	border-radius: 30px;
}

.bcenba3 h4 {
	background: #fff;
	margin-top: 6%;
	padding: 2% 0;
	color: #1814da;
	text-align: center;
}

.bcenba3 ul li {
	width: 100%;
	margin-bottom: 6%;
}

.bcenba3 ul li .pic {
	float: left;
	position: relative;
	width: 48%;
}

.bcenba3 ul li .pic img {
	width: 100%;
}

.bcenba3 ul li .cont {
	float: right;
	width: 40%;
}

.bcenba3 ul li .cont h3 {
	font-size: 26px;
	margin-bottom: 2%;
}

.bcenba3 ul li .cont p {
	font-size: 18px;
	line-height: 30px;
	line-height: 30px;
}

.bcenba3 ul li:nth-child(2n) .pic {
	float: right;
}

.bcenba3 ul li:nth-child(2n) .cont {
	float: left;
}

.bcenba4 {

	position: relative;
	width: 100%;
	padding-top: 6%;

}

.bcenba4:after {
	width: 100%;
	height: 100%;
	background: #f6f6f6;
	position: absolute;
	top: 0%;
	content: '';
	z-index: -1;
}

.bcenba4 h5 {
	margin-top: 5%;
	padding-bottom: 5%;
}

.bcenba4 h5 a {
	display: block;
	width: 13%;
	color: #1814da;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0px;
	border: 1px solid #1814da;
	border-radius: 30px;
}

.bcenba4:nth-child(2n) h4,
.bcenba4:nth-child(2n) {
	background: #fff;
}

.bcenba4 h4 {
	background: #f6f6f6;

	padding: 2%;
	color: #1814da;
	text-align: center;
}

.bcenba4 ul li {
	width: 100%;
	padding: 0 5% 6% 5%;
}



.bcenba4 ul li .pic {

	float: left;
	position: relative;
	width: 45%;


}

.bcenba4 ul li .pic img {

	max-width: 100%;
	margin: 0 auto;
	display: block;



}

.bcenba4 ul li .cont {
	float: right;
	width: 45%;
	text-align: left;
}

.bcenba4 ul li .cont h3 {
	font-size: 26px;
	margin-bottom: 2%;
	color: #333;
}

.bcenba4 ul li .cont p {
	font-size: 18px;
	line-height: 30px;
	line-height: 30px;
}

.bcenba4:nth-child(2n) ul li .pic {
	float: right;
}

.bcenba4:nth-child(2n) ul li .cont {
	float: left;
	text-align: left;
}

.bcenba5 {
	padding: 0% 0 0% 0;
	width: 100%;
	background: url(../images/yl12.png) top center repeat-y;
}

.bcenba5 h5 {
	pa-top: 5%;
	padding-bottom: 5%;
}

.bcenba5 h5 a {
	display: block;
	width: 13%;
	color: #1814da;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0px;
	border: 1px solid #1814da;
	border-radius: 30px;
}

.bcenba5 h4 {
	background: #fff url(../images/yl6.png) top center no-repeat;
	padding-top: 6%;
	padding-bottom: 2%;
	color: #1814da;
	text-align: center;
}

.bcenba5 ul li {
	width: 100%;
	padding-bottom: 5%;
}

.bcenba5 ul li .pic {
	background: #1818da;
	float: left;
	position: relative;
	width: 560px;
	height: 295px;
}

.bcenba5 ul li .pic img {
	position: absolute;
	bottom: 9%;
	left: 5%;
}

.bcenba5 ul li .cont {
	float: right;
	width: 40%;
}

.bcenba5 ul li .cont h3 {
	font-size: 26px;
	margin-bottom: 2%;
}

.bcenba5 ul li .cont p {
	font-size: 18px;
	line-height: 30px;
	line-height: 30px;
}

.bcenba5 ul li:nth-child(2n) .pic {
	float: right;
}

.bcenba5 ul li:nth-child(2n) .cont {
	float: left;
}



.hbg {
	background: #f6f6f6 url(../images/yl12.png) top center repeat-y;
}

.bcenba6 {
	margin: 5% 0 0% 0;
	position: relative;
	width: 100%;

}

.bcenba6:after {
	width: 100%;
	background: #f6f6f6;
	position: absolute;
	top: 90%;
	content: '';
	z-index: -1;
}

.bcenba6 h5 {
	margin-top: 5%;
	padding-bottom: 5%;
	padding-top: 3%;
	position: relative;
}


.bcenba6 h5:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	background: #f6f6f6;
	top: 0%;
	z-index: -1;
	left: 0%;
}

.bcenba6 h5 a {
	display: block;
	width: 20%;
	color: #1814da;
	background: #f6f6f6;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0px;
	border: 1px solid #1814da;
	border-radius: 30px;
}

.bcenba6 h4 {
	background: #f6f6f6;
	margin-top: 6%;
	padding: 2% 0 1% 0;
	color: #1814da;
	text-align: center;
}



.bcenba6 ul li {
	width: 100%;
	padding-bottom: 6%;
}

.bcenba6 ul li .pic {
	float: right;
	position: relative;
	width: 48%;
}

.bcenba6 ul li .pic img {
	width: 100%;
}

.bcenba6 ul li .cont {
	float: left;
	width: 40%;
	/*text-align:right*/
	;
}

.bcenba6 ul li .cont h3 {
	font-size: 26px;
	margin-bottom: 2%;
	color: #1814da;
}

.bcenba6 ul li .cont p {
	font-size: 18px;
	line-height: 30px;
	line-height: 30px;
}

.bcenba6 ul li:nth-child(2n) .pic {
	float: left;
}

.bcenba6 ul li:nth-child(2n) .cont {
	float: right;
	text-align: left;
}

.bcenba6 h6 {
	margin-top: 5%;
	padding-top: 3.05%;
	position: relative;
	background: #f6f6f6;
}


.bcenba6 h6:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	background: #f6f6f6;
	top: 0%;
	z-index: -1;
	left: 0%;
}

.bcenba6 h6 a {
	display: block;
	width: 13%;
	color: #1814da;
	background: #f6f6f6;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0px;
	border: 1px solid #1814da;
	border-radius: 30px;
}

.ladfbu p {
	font-size: 20px;
	margin-bottom: 15px;
}

.ladfbu a {
	border: 1px solid #1818da;
	color: #1818da;
	border-radius: 30px;
	padding: 8px 20px;
}

.float-sild {
	width: 100%;
	text-align: center;
	padding-top: 0%;
	padding-bottom: 3%;
	background: #f6f6f6;

}

.float-sild a {
	color: #1814da;
}



.speech {
	background: #000;
}

.speech .wrap {
	align-items: center;
}

.speech .wenzi {
	width: 66%;
}

.speech .wenzi h2 {
	color: #fff;
	font-size: 36px;
}

.speech .wenzi h3 {
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.speech .wenzi p {
	font-size: 14px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.6);
}

.speech .wenzi p span {
	color: rgba(255, 255, 255, 1);
}

.speech .tupian {
	width: 30%;
}


.casaInfo_hw {
	display: flex;
	justify-content: space-between;
	padding-top: 1%;
	padding-bottom: 5%;
	padding: 1% 5% 5% 5%;
}

.casaInfo_hw li {
	width: 32%;

}

.casaInfo_hw .title {
	font-size: 46px;
	font-weight: bold;
	margin-top: -9px;
}

.casaInfo_hw .d1 {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 10px 0;
}

.casaInfo_hw .d2 {
	padding: 10px 0;
}


.casaInfo_hw .tit {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}


.casaInfo_hw a img,
.casaInfo_hw a {
	display: block;
}


.casaInfo_hw a img {
	max-width: 100%;
}


.casaInfo_hw a p {
	line-height: 36px;
}


.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
	height: 100px;
	width: 49px;
	background: #808080;
}

.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
	font-size: 30px;
	color: #fff;
}


@media(max-width:1200px) {
	.casaInfo_hw {
		flex-wrap: wrap;
		padding: 1% 0% 5% 0%;
	}

	.casaInfo_hw li {
		width: 100%;
	}

	.casaInfo_hw .title {
		font-size: 20px;
		margin-top: 10px;
		padding-bottom: 5px;
	}

	.casaInfo_hw .tit {
		margin-top: 50px;
	}

	.mySwiper .swiper-button-next,
	.mySwiper .swiper-button-prev {
		height: 40px;
		width: 40px;
		background: #808080;
	}

	.mySwiper .swiper-button-next::after,
	.mySwiper .swiper-button-prev::after {
		font-size: 24px;
		color: #fff;
	}
}


.support2 {
	margin-top: 5%;
	column-gap: 28px;
}

.skill {
	margin-top: 1px;
	background: #fff;
	align-items: center;
}

.skill h4 {
	width: 50%;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	padding-right: 1.5%;
}

.skill h5 {
	width: 50%;
	background: #666;
	font-size: 16px;
	font-weight: normal;
}

.skill h5 a {
	text-align: center;
	width: 15%;
	display: block;
	border-right: 1px solid #fff;
	height: 60px;
	line-height: 60px;
	color: #fff;
}

.support {
	margin-top: 1px;
	background: #1a1a1a;
}

/*.support a{ color:#fff; border-right:1px solid #fff; background:#464545; width:12%; text-align:center; display:block; height:60px; line-height:60px;}

*/

.product {

	width: 100%;
}

.product li {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding-bottom: 1.5%;

	margin: 0 1% 3% 0;
	width: 24.23%;
	align-items: flex-start;
	transition: all ease .5s;
}

.product li .cptop {
	background: #ebebeb;
	border-radius: 3px;
	line-height: 42px;
	height: 42px;
	border: 1px solid #bababa;
	border-bottom: 0;
	font-size: 14px;
	text-indent: 15px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.product li span {
	padding-left: 0%;
	font-size: 13px;
	color: #1814da;
	line-height: 24px;
	margin-bottom: 3%;
	display: block;
	width: 100%;
}

.product li .pic {
	width: 100%;
}

.product li .pic img {
	width: 100%;
	object-fit: scale-down;
	transition: all 0.5s ease;
	height: 100%;
}

.product li h2 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	transition: all ease .5s;
	padding: 0 5%;
	line-height: 36px;
	height: 72px;
	overflow: hidden;
	margin-bottom: 0%;
	margin-top: 3%;
}

.product li h3 {

	font-size: 14px;
	line-height: 50px;
	font-weight: normal;
	transition: all ease .5s;
	padding: 0 5%;
	margin-bottom: 2%;

}

.product li h3 a {
	color: #666;
	margin-right: 0px;
	transition: all ease .5s;
	background: url(../images/yl15.jpg) center left no-repeat;
	padding-left: 20px;
	display: block;
}

.product li h3 a:nth-child(2) {
	color: #999;
	background: none;
}

.product li h3 a.cur {
	color: #1914dc;
	background: url(../images/yl15s.jpg) center left no-repeat;
	padding-left: 20px;
}

.product li p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin: 0 5%;
	align-items: center;
}

.product li p a {
	display: block;
	width: 48%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #666;
	transition: all ease .5s;
}

.product li p a:nth-child(2) {
	background: #4c4c4c;
	color: #fff;
	transition: all ease .5s;
}

.product li p a img {
	width: 12%;
}

.product li i {
	transition: all 0.5s ease;
	border: 1px solid #8c8c8c;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 30px;
	color: #8c8c8c;
	font-size: 16px;

}

.product li:nth-child(4n) {
	margin: 0 0 3% 0;
}

.none {
	display: none;
}

.vovla {
	margin-bottom: 3%;
}

.vovla .tc p img {
	max-width: 100%;
	margin: 0 auto;
}


.vovla ul {
	justify-content: flex-start !important;
}

.vovla ul li {
	width: 19%;
	margin-right: 1%;
}

.vovla ul li:last-child {
	margin-right: 0;
}

.vovla h3 {
	font-size: 28px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2%;
	line-height: 3;
}


.vovla h3 img {
	margin-right: 10px;
}

.vovla ul li a p {
	/*line-height:3;height:100%;*/
	font-size: 14px;
	text-align: center;
	margin: 15px 0;
}

.vovla ul li a p img {
	height: 268px;
	object-fit: cover
}

.albox {
	margin-right: 3%;
}

.aboutpic {
	width: 45%;

}

.aboutcon {
	width: 55%;
	background: #f6f6f6;
	padding: 3%;
	box-sizing: border-box;
}




.aboutcon h2 {

}

.aboutcon h3 {
	
	margin-bottom: 5%;
}

.aboutcon .d1 p {
	color: #666;
	
}

.aboutcon ul {
	margin-bottom: 4%;
}

.aboutcon ul li {
	border-top: 1px solid #ddd;
	width: 24%;
}

.aboutcon ul li strong {
	line-height: 3;
}

.aboutcon ul li p {
	color: #666;
	line-height: 36px;
}

.aboutcon a {
	background: #1814da;
	padding: 10px 30px;
	color: #fff;
	border-radius: 5px;
display: block;
    width: 130px;
}

.lbopac {
	width: 100%;

}

.lbopac h2 {

	font-weight: bold;
	font-family: microsoft yahei;
	color: #333;
}

.lbopac h3 {

	font-weight: bold;
	color: #1814da;

}

.lbopac p {

	color: #666;
}

.lbopac h4 {

	font-weight: bold;
	color: #333;
}

.olta {
	width: 100%;
	background: #f6f6f6;
	margin-top: 5%;
	padding: 1% 2%;
}

.olta h2 {
	font-size: 16px;
}

.olta h3 {
	font-size: 32px;
	margin-bottom: 1%;
}

.olta p {
	line-height: 36px;
	color: #666;
}

.olta .d1 {
	color: #1814da;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	line-height: 2;
}

.olta a {
	margin-right: 15px;
}

.eubora {
	align-items: center;
}

.eubora .pic {
	width: 45%;
}

.eubora .pic img {
	width: 100%;
}

.eubora h3 {
	width: 50%;
	position: relative;
}

.eubora h3 .d1 {
	position: absolute;
	left: -25%;
	top: -100%;
}


.eubora h3 a {
	color: #1814da;
}


.eubora h3 P:first-child(1) span {
	color: #000;

}

.weolcs {
	margin-top: 5%
}

.weolcs li {
	width: 30%;
}

.weolcs li .d1 h3 {
	font-size: 22px;
	margin: 3% 0 2% 0;
}

.weolcs li .d1 {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 3%;
	margin-top: 1%
}

.weolcs li a {
	color: #1814da;
}

.lenolsa2 li {
	line-height: 60px;
	font-size: 14px;
	background: #464545;
	color: #fff;
	border-right: 1px solid #fff;
	/*width: 9.09%;*/
	text-align: center;
	transition: all ease .5s;
}

.lenolsa2 li .on {
	background: #1814da;
	color: #fff;
	transition: all ease .5s;
}

.lenolsa2 li img {
	transform: rotate(0deg);
	transition: all ease .5s;
}

.lenolsa2 li .on img {
	transform: rotate(180deg);
	transition: all ease .5s;
}

.dolsca2 {
	padding: 0 20px;
}

.lourew2 {
	padding: 1% 0;
	font-size: 14px;
	background: #1a1a1a;
	line-height: 44px;
	color: #555;
	position: absolute;
	top: 202px;
	width: 100%;
	left: 0;
	text-align: center;
	display: none;
	z-index: 28;
}

/*.lourew2 a.shaixuan{ margin-top:1%; display:block; background:#666; width:350px; height:50px; line-height:50px; text-align:center; color:#fff; transition:all ease .5s;}*/
.lourew2 a {
	margin-top: 1%;
	display: block;
	background: #666;
	width: 350px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	transition: all ease .5s;
	margin-right: 10px;
}

.lourew2 a {
	padding: 0 16px;
}

.lenolsa3 {
	overflow: hidden;
	overflow-y: scroll;
	max-height: 370px;
}

.lenolsa3 li {
	margin-right: 0;
	background: #464545;
	border-bottom: 1px solid #fff;
	border-right: none;
	position: relative;

	width: 100%;
	text-align: left;
	text-indent: 10px;

}

.lenolsa3 li .cur {
	background: #1a1a1a;
	color: #fff;
	transition: all ease .5s;
}

.lenolsa3 li .cur img {
	transform: rotate(180deg);
	transition: all ease .5s;
}

.dolsca3 {}

.lourew3 {
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-align: left;
	display: none;
	padding-bottom: 1.5%;
	background: #1a1a1a;
}

.lourew3 .loubox {
	color: #fff;
	width: 20%;
	background: #1a1a1a;
	padding: 10px 0px;
	line-height: normal;
	float: left;
}



.albut {
	padding-top: 6%;
}





.albut .pic {
	width: 56%;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	text-align: center;
	height: 480px;
	display: table;
}

.albut .pic p {
	display: table-cell;
	vertical-align: middle;
}

.albut .pic p img {
	max-width: 90%;
	max-height: 440px;
}

.albut .con {
	width: 46%;
}

.albut .con .d1 {
	font-size: 36px;
}


.albut .con .d2 {
	font-size: 16px;
	line-height: 50px;
	font-weight: normal;
	text-align: right;
	transition: all ease .5s;
}

.albut .con .d2 a {
	color: #333;
	margin-right: 0px;
	transition: all ease .5s;
	background: url(../images/yl15.jpg) center left no-repeat;
	padding-left: 20px;
}

.albut .con .d2 a.cur {
	color: #1914dc;
	background: url(../images/yl15s.jpg) center left no-repeat;
	padding-left: 20px;
}

.albut .con .d2 a:hover {
	color: #1914dc;
	background: url(../images/yl15s.jpg) center left no-repeat;
	padding-left: 20px;
}

.albut .con .d3 {
	margin-top: 1%;
	width: 100%;
	padding-bottom: 1%;
	padding-top: 0%;
	border-bottom: 0px solid #ddd;
}

.albut .con .d3 a {
	display: inline-block;
	font-size: 16px;
	color: #888;
	text-align: center;
	line-height: 30px;
	font-weight: normal;

	margin-right: 5px;
	width: 25%;
	transition: all ease .5s;
}

.albut .con .d3 a p {
	font-size: 10px;
	color: rgba(0, 0, 0, 0.6);
}

.albut .con .d3 a {
	display: block;
	width: 48%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	transition: all ease .5s;
	background: #333;
	color: #fff;
}

.albut .con .d3 a:nth-child(2) {
	transition: all ease .5s;
	border: 1px solid #666;
	background: #fff;
	color: #333;
}

.albut .con .d3 a:hover {
	background: #1914dc;
}

.albut .con .d3 a:nth-child(2):hover {
	border: 1px solid #1914dc;
	color: #1914dc;
	background: #fff;
}

.albut .con .d5 {
	line-height: 2;
	margin-top: 2%;
	font-size: 18px;
}




.albut .picc {
	width: 48%;
}

/* sildes css begin */
.control {
	width: 500px;
	height: 600px;
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	right: -20%;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.change li {
	width: 500px;
	overflow: hidden;
	text-align: center
}

/* 图片垂直居中,不是很准确 */
.change li .imgWrap {
	display: table-cell;
	width: 500px;
	height: 600px;
	vertical-align: middle;
	cursor: pointer;
}

.change li img {
	max-width: 500px;
	max-height: 600px;
	width: expression(this.width > 900 && this.width > this.height ? 900 :true);
	height: expression(this.height >900 ? 900: true);
	vertical-align: middle;
	overflow: hidden
}


/* 翻页按钮 */
.prev,
.next {
	width: 49px;
	height: 49px;
	position: absolute;
	bottom: 50%;
	color: #FFF;
	font-size: 14px;
	z-index: 9;
	font-weight: bold;
	cursor: pointer;
	outline: none
}

.prev span,
.next span {
	display: none;
}

.prev {
	left: 10px;
	background: url(../images/arrows_01.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_01.png");
	_background: none
}

.next {
	right: 10px;
	background: url(../images/arrows_02.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_02.png");
	_background: none
}



/* 缩图部分 */
.thumbWrap {
	width: 140px;
	height: 600px;
	padding: 39px 0;
	position: absolute;
	left: 0;
	top: 0;
	background: none;
	border-radius: 0px;
	overflow: hidden;
}

.thumbWrap .thumbCont {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.thumbWrap ul {}

.thumbWrap ul li {
	width: 134px;
	height: 89px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.thumbWrap ul li div {
	display: table-cell;
	width: 138px;
	height: 89px;
	vertical-align: middle;
	cursor: pointer;
	*font-size: 79px;
}

.thumbWrap ul li img {
	/*max-width:116px; max-height:89px;*/
	width: expression(this.width > 116 && this.width > this.height ? 116 :true);
	height: expression(this.height >89 ? 89: true);
	vertical-align: middle;
	overflow: hidden
}

.thumbWrap ul li.cur {
	border: 1px solid #000;
}

/* 缩图按钮 */
.thumbPrev,
.thumbNext {
	width: 100%;
	height: 39px;
	text-align: center;
	position: absolute;
	color: #000;
	z-index: 9;
	outline: none
}

.thumbPrev span,
.thumbNext span {
	display: none;
}

.thumbPrev {
	left: 0;
	top: 0;
	background: url(../images/Yprev.png) center center no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/Yprev.png");
	_background: none
}

.thumbNext {
	left: 0;
	bottom: 0;
	background: url(../images/Ynext.png) center center no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/Ynext.png");
	_background: none
}

/* public css over */
.strategic {
	background: #f9f7f7;
	padding: 6% 0 0 0;
}

.strategic h2 {
	font-size: 60px;
	width: 100%;
	text-align: center;
}

.strategic h2 p {
	font-size: 26px;
	color: #666;
	line-height: 2;
	font-weight: normal;
}

.lbutea {
	padding: 0 8%;
	margin: 5% 0;
}

.lbutea a {
	display: block;
	width: 32%;
	border-radius: 16px;
	overflow: hidden;
}

.lbutea a p {
	border-radius: 12px;
}

.lbutea a h3 {
	color: #333;
	font-size: 26px;
	line-height: 36px;
	overflow: hidden;
	margin: 3%;
}

.lbutea a p img {
	width: auto;
}

.lbutea a .d1 {
	font-size: 16px;
	color: #666;
	margin: 3%;
	line-height: 30px;
	height: 150px;
	overflow: hidden;
}

.lbuteas {
	margin: 3% 0 8% 0;
}

.lbuteas h3 p span {
	font-size: 18px;
	display: block;
}

.lbuteas h3 {
	width: 100%;
	margin-bottom: 4%;
	font-size: 40px;
	color: #333;
}

.lbuteas h3 a {
	color: blue;
	font-size: 16px;
	background: none;
	height: auto;
	line-height: auto;
	width: auto;
	margin: 0%;
	font-weight: normal;
	margin-bottom: 0%;
}

.lbuteas a {
	display: block;
	width: 31.5%;
	overflow: hidden;
}

.lbuteas a p {
	border-radius: 16px;
}

.lbuteas a .t1 {

	font-size: 24px;
	line-height: 36px;
	overflow: hidden;
	margin: 2% 0 2% 2%;
	margin-bottom: 6px;
	font-weight: bold;
	color: #000
}

.lbuteas a .txt {
	font-size: 16px;
	margin: 5% 0 0 2%;
	font-weight: bold;
	color: rgb(127, 127, 127);
}

.lbuteas a i {
	background: #ddd;
	padding: 5px 8px;
	border-radius: 3px;
	font-size: 14px;
	margin-left: 2%;
	color: #666;
}

.adslm {
	width: 100%;
	text-align: center;
	margin: 5% 0 8% 0;
}

.adslm h3 {
	font-size: 36px;
}

.adslm .pic {
	width: 65%;
	margin: 0 auto;
	font-size: 18px;
	color: #666;
	line-height: 2;
	margin-top: 3%;
}

.adslm2 {
	width: 100%;
	text-align: center;
	margin: 4% 0 3% 0;
}

.adslm2 h3 {
	font-size: 36px;
}

.syfabox2 {
	padding: 0 2%;
}

.syfabox2 h3 {
	font-size: 30px;
}

.syfabox2 h3 p {
	font-size: 18px;
	color: #666;
	line-height: 2;
	font-weight: normal;
	border-top: 1px solid #ddd;
}

.lefts {
	margin-top: 3%;
	align-items: center;

}



.lefts .contents {
	padding: 0 0 0 10%;
	width: 45%
}

.video-li-a {
	display: block;
	line-height: 50px;
}

.video-li-a img {
	height: 50px;
	width: 50px;
	margin-right: 20px;
}



.lefts .contents2 {
	padding: 0 10% 0 0;
	/*width:35%*/
	width: 45%
}

.lefts .pic {
	width: 50%;
}

.lefts .pic img {
	width: 100%;
}


.mr_css {
	margin: 25px 0;
}

.mr_css .t1 {
	font-weight: bold;
	font-size: 28px;
	color: #333;
}

.mr_css .txt {
	font-weight: bold;
	font-size: 18px;
	color: #666;
	line-height: 36px;
	margin-top: 15px;
	text-indent: 40px;
}


.banword_box {
	padding: 0 47px;
	position: relative;
}



.banword_box .pic1 img {
	height: 80px;
	max-width: 100%;
	margin: 0 auto;
	object-fit: scale-down;
}

.banword_box .pic1 {
	border: 1px solid #f4f4f4;
}


.banword_box .swiper-button-next,
.banword_box .swiper-button-prev {
	background: #808080;
	padding: 0 10px;
	height: 80px;
	top: 30%;
}

.banword_box .swiper-button-next::after,
.banword_box .swiper-button-prev::after {

	color: #fff;
	font-size: 18px;
}


/* 字体控制行数 */
.ov {
	overflow: hidden
}

.l2,
.l3,
.l4,
.l5,
.l6,
.l6,
.l7 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.l2 {
	-webkit-line-clamp: 2
}

.l3 {
	-webkit-line-clamp: 3
}

.l4 {
	-webkit-line-clamp: 4
}

.l5 {
	-webkit-line-clamp: 5
}

.l6 {
	-webkit-line-clamp: 6
}

.l7 {
	-webkit-line-clamp: 7
}

.l1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.laebut h3 {
	width: 50%;
	text-align: center;
	font-size: 36px;
	color: #333;
	margin: 0 auto;
}

.laebut h3 p {
	font-weight: normal;
	line-height: 40px;
	margin: 8% 0 2% 0;
	font-size: 30px;
	border-bottom: 1px solid #ddd;
}

.banner {
	width: 100%;
	position: relative;
	height: 1070px;
}

.banner .sjban {
	padding-top: 8%;
}

.video-wrap {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.video-wrap video {
	width: 100%;
}

.euboras {
	width: 100%;
	position: relative;
}

.euboras h2 {
	background: #ececec;
	height: 60px;
	line-height: 60px;
	padding: 0 1%;
	text-align: right;
}

.euboras .mediabox {
	width: 25.7%;
	background: #1814da;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	padding: 1.5%;
}

.euboras .meitibox {
	width: 100px;
	position: absolute;
	top: 35%;
	left: 43%;
	transform: translate(-50%, -50%);
}

.euboras .meitibox h5 {
	line-height: 36px;
	width: 100%;
	text-align: center;
	height: 36px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
	background: #1814da;
}



.euboras .meitibox a:hover .footer-code {
	display: block !important;
}

.banword {
	width: 100%;
	margin: 0 auto 7% auto;
}

.banword h2 {
	font-size: 60px;
	margin-bottom: 5%;

	text-align: center;
}

.ny-banner {
	background-size: cover;
	position: relative;
}

.ny-banner h2 {
	font-size: 60px;
	color: #fff;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.ny-banner img {
	width: 100%
}

.obrelc {
	background: url(../images/zzcbg3.jpg) center center no-repeat;
	background-size: cover;
	padding: 1px 0 5% 0;
}

.newaddbox {
	width: 100%;
}

.newaddbox h3 {
	font-size: 26px;
	font-weight: normal;
}

.newaddbox .d1 {
	margin: 2% 0;
}

.newaddbox2 {
	background: #fbfbfb;
	padding: 4% 0 2% 0;
	margin-top: 4%;
}

.newaddbox2 li {
	align-items: center;
	margin-bottom: 3%;
}

.newaddbox2 .contents3 {
	width: 25%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2.5%;
}

.newaddbox2 .contents3 h3 {
	width: 100%;
	text-align: center;
	font-size: 22px;
	margin-bottom: 8%;
}

.newaddbox2 .contents3 div {
	margin-bottom: 8%;
}

.newaddbox2 .contents3 div p {
	margin-bottom: 2%;
	line-height: 36px;
	color: #666;
}

.newaddbox2 .contents3 a {
	border: 1px solid #ddd;
	padding: 10px 30px;
	border-radius: 30px;
}

.newaddbox2 .pic {
	width: 70%;
}

.newaddbox3 {
	width: 100%;
	padding: 0 5%;
}

.newaddbox3 li {
	align-items: center;
	margin-bottom: 3%;
}

.newaddbox3 .pic {
	width: 75%;
}

.newaddbox3 .contents3 {
	width: 25%;
	padding-bottom: 2.5%;
}

.newaddbox3 .contents3 h3 {
	width: 100%;
	text-align: center;
	font-size: 22px;
	margin-bottom: 8%;
}

.newaddbox3 .contents3 div {
	margin-bottom: 8%;
}

.newaddbox3 .contents3 div p {
	margin-bottom: 2%;
	line-height: 36px;
	color: #666;
}

.newaddbox3 .contents3 a {
	border: 1px solid #ddd;
	padding: 10px 30px;
	border-radius: 30px;
}

/*about css begin*/




@keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px);
	}
}

@keyframes scroll1 {

	0%,
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px);
	}
}

@keyframes scale {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.shade {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 21;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.big-video {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -240px;
	z-index: 22;
	display: none;
	margin-left: -450px;
	width: 900px;
	box-sizing: border-box;
}

.big-video-main {}

.big-video-clo {
	position: absolute;
	right: -35px;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../images/gb.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.5s ease;
}

.big-video-clo:hover {
	transform: rotate(90deg);
	transition: all 0.5s ease;
}

.txtScroll-top {
	width: 90px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 10px;
}

.txtScroll-top .hd .prev,
.txtScroll-top .hd .next {
	display: block;
	width: 9px;
	height: 5px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
}

.txtScroll-top .bd {}

.txtScroll-top .infoList li {
	height: 90px;
	line-height: 90px;
	margin-bottom: 10px;
}

.txtScroll-top .infoList li a {
	display: block;
	height: 90px;
	overflow: hidden;
	opacity: 0.8;
}

.txtScroll-top .infoList li a.on {
	opacity: 1;
}

.molht {
	width: 85%;
}

.slold .p1 {
	font-size: 18px;
	color: #04367c;
	font-weight: bold;
	margin-bottom: 15px;
}

.slold .p2 {
	line-height: 2;
	color: #666;
}

.yewus {
	position: absolute;

	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
	top: 50%;
}

.yewus a {
	display: inline-block;
	position: absolute;
	width: 42px;
	height: 42px;
}

.yewus a.prev {
	background: #999 url(../images/r1-1.png) center center no-repeat;
	border-radius: 35px;
}

.yewus a.prev:hover {
	background: url(../images/r1-2.png) center center no-repeat;
	border-radius: 35px;
}

.yewus a.next {
	background: #999 url(../images/r2-1.png) center center no-repeat;
	border-radius: 35px;
}

.yewus a.next:hover {
	background: url(../images/r2-2.png) center center no-repeat;
	border-radius: 35px;
}



@media(max-width:750px) {




	.fzgy_con .video {
		padding: 3%;
		box-sizing: border-box;
	}

	.eubora h3 P:first-child(1) span {
		font-size: 20px;
	}

	.funds img {
		height: 250px;
	}

	.funds video,
	.position {
		height: 250px;
	}

	.foot .leftbox .pone {
		width: 100%
	}

	.ptwo {
		display: none;
	}

	.foot .rightbox {
		width: 100%
	}


	.coap {
		display: block !important;
		margin-top: 24px;

	}

	.coap h3 {
		border: none;
		text-align: left;
		padding: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.footer-code {
		display: none !important;
	}

	.footer-b-l {
		float: left;
	}

	.footer-b-l .s1 {
		margin: 0;
		height: 40px;
		width: 40px;
		line-height: 40px;
		margin: 0 10px 10px 0;
	}

	.footer-b-l a.s1 p img {
		vertical-align: initial
	}

	.peitao .list .pic img {
		height: 200px;
	}

}


.wmys {
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 0
}

.rel {
	position: relative;
}

.eyes {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(../images/eyes.png) no-repeat center center rgba(226, 114, 114, 0.5);
	transition: 0.5s;
	opacity: 0;
}

.sw-hover:hover .eyes {
	opacity: 1;
}

.swiper-hide {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, .9);
	display: none;
}

.swiper-hide .swiper-slide {
	background: none !important;
}

.swiper-hide .swiper-slide img,
.swiper-hide .swiper-slide video {
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

.swiper-hide .box {
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 100%
}


.my_swipers .swiper-button-next::after,
.my_swipers .swiper-button-prev::after {
	color: #fff;
	font-size: 18px !important;
}





.bcenba4 h4,
.bcenba3 h4,
.bcenba6 h4 {
	position: relative;
	z-index: 2;
}

.bcenba4 h4::after,
.bcenba3 h4::after,
.bcenba6 h4::after {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 15px;
	width: 15px;
	background: #1814da;
	border-radius: 50%;
	content: "";
	z-index: 2;
}


.line {
	position: relative;

}

.line::after {
	left: 50%;
	top: 50%;
	content: "";
	position: absolute;
	transform: translate(-50%, -50%);
	background: #1814da;
	height: 100%;
	width: 1px;
}

/* 右悬浮 */

.sild-fx {
	position: fixed;
	right: 10px;
	top: 66%;
	width: 46px;
	z-index: 999;
}

.sild-fx a {
	height: 46px;
	display: block;
	background: #fff;
	margin-bottom: 1px;
	transition: 0.5s
}

.sild-box:first-child a {
	border-radius: 5px 5px 0 0;
}

.sild-box:last-child a {
	border-radius: 0 0 5px 5px;
}

.sild-box {
	transition: 0.5s
}

.sild-tel {
	text-align: center;
	height: 46px;
	right: 46px;
	top: 0;
	line-height: 46px;
	background: #fff;
	color: #333;
	width: 180px;
	transition: 0.5s;
	opacity: 0;
}

.sild-copy {
	padding: 5px;
	height: 116px;
	width: 116px;
	right: 46px;
	top: 0;
	transition: 0.5s;
	background: #fff;
	z-index: -1;
	opacity: 0;
	border: 1px solid #888787;
}

.sild-copy img {
	height: 116px;
	max-width: 100%;
	margin: 0 auto;
	display: block
}

.sild-box a:hover {
	border-radius: 0;
	background: #fff;
}

.sild-box:hover .sild-copy,
.sild-box:hover .sild-tel {
	opacity: 1;
}

.sild-box a img {
	object-fit: scale-down;
	height: 46px;
	margin: 0 auto;
	width: 100%;
}

/* 右悬浮 end*/

.abs {
	position: absolute;
}

.search1 {
	width: 100%;
	text-align: right;
	background: none;
	margin-top: 1%;
	height: 60px;
}

.search1 p {
	background: #efefef;
	width: 23%;
	float: right;
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
	box-sizing: border-box;
}

.search1 input.c1 {
	width: calc(100% - 40px);
	height: 40px;
	line-height: 40px;
	background: none;
	border: none;
}

.search1 input.c2 {
	width: 40px;
	height: 40px;
	background: url(../images/yl14.png) center center no-repeat;
	border: none;
}

.ledt {
	overflow: hidden;

}

.ledt .left {
	width: 12.5%
}

.ledt .left img {
	width: 100%;
}


.mySwiper_left {
	height: 36.6146vw
}


.ledt .right {
	width: calc(100% - 14.5%);
}

.myOn {
	display: none !important;
}

.mySwiper_right video {
	width: 100%;
	object-fit: cover;
	height: 37.9167vw;

}


.mySwiper_right img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.mySwiper_right .img {}

.btnSwiper {
	width: 100%;
	top: 50%;
}

.btnSwiper .swiper-button-next,
.btnSwiper .swiper-button-prev {
	height: 2.0833vw;
	width: 2.0833vw;
	background: #656565;
	z-index: 10 !important;
	pointer-events: auto !important;
}

.btnSwiper .swiper-button-next {
	right: 0;
}

.btnSwiper .swiper-button-prev {
	left: 0;
}

.btnSwiper .swiper-button-next::after,
.btnSwiper .swiper-button-prev::after {

	font-size: .8333vw;
	color: #fff;
}

.mySwiper_left .swiper-slide-thumb-active img {
	opacity: 0.5;
}



.zsyy {
	max-width: 888px;
	margin: 0 auto;
	width: 100%;
}

.justify-between {
	justify-content: space-between;
}

.shool .img {
	padding: 0 !important;
}

.m-phop {
	display: none;
}

@media(max-width:1200px) {
	.newaddbox2 .contents3 h3 {
		padding: 3% 0;
		margin-bottom: 0;
	}

	.tgaol,
	.svznt {
		width: 100%;
	}

	.svznt {
		padding-bottom: 15px;
	}

	.svznt h3:after {
		display: none;
	}

	.tgaol h3 strong {
		font-size: 15px;
	}

	.svznt h3 {
		padding: 2% 0;
		line-height: 30px;
		text-align: left;
		border-bottom: 1px solid #ddd;
	}

	.ind-main {
		margin-top: 30px;
		background: #fff;
	}


	.nacmt {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 10px;
	}

	.nacmt a {
		width: 50%;
		text-align: left;
		line-height: 36px;
	}

	.tgaol {
		padding: 0;
	}

	.ind-main .wrap {
		padding: 0 !important;
	}

	.newaddbox2 li {
		flex-direction: column-reverse;
	}

	.newaddbox3 .contents3,
	.newaddbox2 .contents3 {
		width: 100%;
	}

	.aporte,
	.newaddbox3 .pic,
	.newaddbox2 .pic {
		width: 100%;
	}

	.newaddbox3 .pic img,
	.newaddbox2 .pic img {
		margin: 0 auto;
		display: block;
	}

	.pagelc input[type='button'] {
		width: 14%;
	}

	.lbotal {
		top: 60px;
	}

	.lg1,
	.lg {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		flex-wrap: wrap;
	}


	.lb_tit {
		font-size: 20px;
	}

	.lb_tit,
	.lg_input .search {
		padding-left: 0;
	}


	.lg1 .box {
		width: 100%;
		margin-bottom: 5px;
		height: 45px;
	}

	.lg_input .search {
		width: 100%;
		margin-bottom: 10px;
	}

	.ind-search {
		padding-right: 60px;
		margin-left: 0;
	}

	.m-phop {
		display: block;
	}

	.login_reg a br,
	.phop {
		display: none;
	}


	.top {
		background: #000 !important;

		height: 60px;
		box-sizing: border-box;
	}

	.banner {
		height: auto;
		margin-top: 60px;
	}

	.euboras,
	.banner .sjban {
		display: none;
	}

	.video-wrap {
		position: static !important;
	}


	.abmain h2 {
		font-size: 20px;
	}

	.eubora .pic img {
		width: auto;
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}

	.eubora h3 {
		display: block;
		padding-top: 40px;
		width: 100%;
	}


	.eubora {
		width: 100%;
		padding: 3% 0;
		display: block !important;

	}

	.weolcs li a img {
		display: none;
	}

	.float-sild a img,
	.bcenba4 h4::after,
	.bcenba3 h4::after,
	.bcenba6 h4::after {
		display: none;
	}

	.bcenba3 h4,
	.bcenba6 h4 {
		padding: 30px 0 !important;
		font-size: 20px !important;
	}

	.bcenba3 ul li .cont,
	.bcenba6 ul li .cont {
		padding: 30px 0;
	}

	.hbg {
		background: #f6f6f6;
	}

	.search1 p {
		width: 100%;
	}

	.bcenba4 ul li .pic,
	.bcenba4 ul li .cont,
	.ledt .right,
	.albut .con,
	.albut .picc {
		float: none !important;
		width: 100% !important;
	}


	.magnifier {
		display: none !important;
	}

	.ledt .left {
		display: none !important;
	}

	.mySwiper_right .img {
		padding: 0;
	}

	.mySwiper_right video,
	.mySwiper_right .img img {
		height: 300px;
		max-width: 100%;
		margin: 0 auto;
		display: block;
		object-fit: scale-down
	}

	.vovla ul li a p img {
		height: 148px !important
	}

	.btnSwiper .swiper-button-next,
	.btnSwiper .swiper-button-prev {
		height: 32px;
		width: 32px;
	}

	.btnSwiper .swiper-button-next::after,
	.btnSwiper .swiper-button-prev::after {
		font-size: 18px;
	}

	.albut .con .d3,
	.albut .con .d4 {
		display: block !important;
	}

	.albut .con .d3 a {
		width: 100%;
		margin-bottom: 10px;
	}

	.peitao .list {
		width: 47%;
	}

	.lenolsa2 li {
		width: 100%;
	}

	.lourew2 {
		position: static !important;

	}

	.lourew2 a {
		width: 100%;
	}

	.search1 {
		margin-top: 20px;
	}

	.sild-fx {
		display: none !important;
	}

	.lcmain {
		height: auto;
		margin: 0;
		padding: 5% 3%;
		display: flex;
		flex-wrap: wrap;
	}

	.lcmain li {
		position: static !important;
		width: 48%;
		transform: none !important;
		margin-bottom: 40px;
	}

	.lcmain li a img {
		height: 50px;
		max-width: 100%;
		display: block;
		margin: 0 auto;
		width: auto !important;
	}

	.line::after {
		display: none;
	}


	.i-list .lefts:nth-child(1) {
		flex-direction: column-reverse !important;
	}

	.newmail {
		padding: 3%;
	}

	.lefts .pic {
		margin-bottom: 40px;
	}

	.lenolsas li:last-child {
		margin-bottom: 30px;
	}

	.eubora {
		padding: 0;
		margin: 10px 0 30px 0;
	}

	.eubora h3 {
		padding-top: 6% !important;
	}

	.bcenba4 ul li .pic,
	.bcenba4 ul li .pic img {
		height: auto !important;
	}


	.bcenba4 ul li .cont h3 {
		font-size: 18px !important;
		margin-top: 20px;
	}

	.bcenba4 h4 {
		padding: 30px;
	}

	.zsyy {
		max-width: 96%;
	}

	.lenolsa2 li {
		border: none;
	}

	.subanner {
		margin-top: 60px;
	}

	.bcenba {
		background: none;
	}

	.bcenba ul li .cont,
	.bcenba ul li .pic {
		float: none !important;
	}

	.bcenba ul li .pic img {
		position: static !important;
		max-width: 100% !important;
		height: auto;
		width: auto !important;
	}

	.bcenba ul li .pic {
		width: 100%;
		height: auto !important;
	}

	.bcenba ul li {
		margin-bottom: 20px;
	}

	.bcenba ul li .cont {
		width: 100%;
		padding-top: 30px;
	}

	.newsmain {
		background: none;
	}

	.eyes,
	.swiper-hide {
		display: none !important;
	}

}

.ba_color:nth-child(2n) {

	background: #f6f6f6;
}


@media(max-width:750px) {
	.newmail ul {
		justify-content: space-between !important;
	}

	.newmail ul li {
		width: 49%;
		margin-right: 0;
	}

	.mob-none {
		display: none;
	}
}

.sy {

	margin-top: 3% !important;
	transition: all ease .5s;
	background: url(../images/yl15.jpg) center left no-repeat;
	padding-left: 20px;
	display: block;
	cursor: pointer;
}

.sy:hover,
.sy.cur {
	color: #1914dc !important;
	background: url(../images/yl15s.jpg) center left no-repeat;
	padding-left: 20px;
}


.zoomDiv {
	z-index: 9 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 400px;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	text-align: center;
	overflow: hidden;
}

.zoomMask {
	position: absolute;
	z-index: 8 !important;
	cursor: move;
	background: rgba(255, 255, 255, 0.4);
	width: 200px;
	height: 200px;
}

.zoomDiv img {
	max-width: inherit;
}


@media(max-width:1599px) {
	.aboutpic {
		width: 40%;
	}

	.aboutcon {
		padding: 3%;

		width: 60%;
	}
}


.container {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}


.gyxq {
	max-width: 920px;
	margin: 0 auto;
	width: 100%;
	display: flex;
}

.thumbnail {
	width: 100px;
	margin-right: 20px;
}




.bigIimg {
	width: 800px;
	box-sizing: border-box;

}

.bigImgBtn {
	top: 50%;
	width: 100%;
}

.fzgySwiper {
	box-sizing: border-box;

}

.fzgySwiper img {
	height: 560px;
	max-width: 100%;
	margin: 0 auto;
	object-fit: contain;
}




.bigImgBtn .swiper-button-next,
.bigImgBtn .swiper-button-prev {
	height: 40px;
	width: 40px;
	background: #808080;
}

.bigImgBtn .swiper-button-next::after,
.bigImgBtn .swiper-button-prev::after {
	font-size: 24px;
	color: #fff;
}

.minImg {
	height: 560px;
}

.minImg .img {
	width: 100px;
	box-sizing: border-box;
	border: 1px solid #dfd7d7;
}


.minImg .swiper-slide-thumb-active img {
	opacity: 0.7;
}

.minImg img {
	height: 100%;
	object-fit: scale-down;
	max-width: 100%;
	margin: 0 auto;
}

.fzgy_con .tit {
	text-align: center;
	color: #1814da;
	font-size: 22px;
	text-align: center;
	display: block;
	padding: 2% 0 2% 0;
	position: relative;
	overflow: hidden;
	font-weight: bold;
}

/* 

.fzgy_con .tit::after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-30%);
	bottom: 64px;
	background: url(../images/yl6.png) bottom center no-repeat;
	width: 15px;
	height: 100%;
} */



.fzgy_con img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}


.fzgy_con video {
	max-width: 100%;
	margin: 0 auto;
	display: block;

}





.swiper_gyfz .t1 {
	font-size: 24px;
	font-weight: bold;
	padding: 2% 0;
	display: none;
}

.swiper_gyfz img {
	max-width: 100%;

}


.swiper_gyfz .con {
	padding: 1% 0;
}



.swiper_gyfz .swiper-button-next,
.swiper_gyfz .swiper-button-prev {
	height: 40px;
	width: 40px;
	background: #808080;
}

.swiper_gyfz .swiper-button-next::after,
.swiper_gyfz .swiper-button-prev::after {
	font-size: 24px;
	color: #fff;
}

.swiper_gyfz .tit {
	font-size: 30px;
	font-weight: bold;
	padding: 3% 0;
	text-align: left;
	text-align: center !important;
}


.swiper_gyfz .con {
	line-height: 30px;
	font-size: 16px !important;
	text-align: justify;
}



.swiper_gyfz img {
	width: 100%;
	object-fit: cover;
	margin: 0 auto;
}


.swiper_gyfz {
	padding: 3% 4% !important;
}


.pd {
	padding-bottom: 4%;
}

.i-list .tit {
	font-size: 32px;
	font-weight: bold;
	padding: 25px 0;
}

@media(max-width:1200px) {


	.i-list .tit {
		font-size: 20px;
	}

	.thumbnail {
		display: none;
	}

	.bigIimg {
		width: 100%;
	}

	.fzgySwiper img {
		height: auto;
	}

	.gyxq {
		max-width: 100%;
	}


}


.fzgy_nav {
	padding-bottom: 10px !important;
	position: relative;
	margin-top: 40px;
	margin-left: 26.5% !important;
}

.fzgy_nav::after {
	height: 1px;
	width: 100%;
	background: #bbc6c3;
	content: "";
	position: absolute;
	left: 0;
	bottom: 18px;

}

.fzgy_nav .tit {
	text-align: left;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	color: #ebedef;
	cursor: pointer;
	padding-bottom: 36px;
}

.fzgy_nav .tit::after {
	height: 21px;
	width: 21px;
	background: #bbc6c3;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	border-radius: 50%;
}

.fzgy_nav .tit::before {
	height: 1px;
	width: 0;
	background: #1814da;
	content: "";
	position: absolute;
	left: 0;
	bottom: 8px;
	border-radius: 50%;
	transition: 0.5s;
}


@media(max-width:1200px) {
	.fzgy_nav {
		margin-left: 30px !important;

	}

	.fzgy_nav .tit {
		font-size: 16px;
	}
}



.fzgy_nav .tit::after {
	height: 12px;
	width: 12px;
	background: #bbc6c3;
	content: "";
	position: absolute;
	left: 0;
	bottom: 3px;
	border-radius: 50%;
}


.fzgy_nav .swiper-slide-thumb-active .tit {
	color: #1818da;
}

.fzgy_nav .swiper-slide-thumb-active .tit::after {
	background: #1814da;
}

.fzgy_nav .swiper-slide-thumb-active .tit::before {
	width: 100%;
}


.bg_input {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	align-items: center;
}


.lab {
	width: 120px;
	text-align: right;
	line-height: 45px;
}

.lab span {
	color: red;
}

.inpt {
	width: calc(100% - 140px);

}

.inpt input {
	height: 45px;
	width: 100%;
	border: 1px solid #ddd;
	padding: 0 10px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
}



@media(max-width:750px) {

	.inpt,
	.lab {
		width: 100%;
		text-align: left;
	}

	.lab,
	.inpt input {
		height: 36px;
	}

	.bg_em .inpt {
		line-height: 36px;
		border: 1px solid #ddd;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.bg_input {
		margin-bottom: 0;

	}

	.moacp .c2 {
		margin-top: 20px;
	}

	.moacp {
		padding-bottom: 5%;
	}

	.edit-con video {
		height: auto !important;
		width: 100% !important;
	}

	.dasol {
		padding: 9% 0 0 0 !important;

	}

	.dolsca {
		align-items: center;
	}

	.dolsca .d5 {
		width: 8%;
	}

	.dolsca .d5 i {
		height: 20px;
		width: 20px;
		background-size: 10px 10px
	}

	.vovla ul li:nth-child(n + 5) {
		display: none !important;
	}

	.vovla ul {
		justify-content: space-between !important;
	}

	.vovla ul li {
		width: 48% !important;
		margin-right: 0;
	}

	.weolcs li .d1 {
		padding: 20px 0;
	}

	.lenolsa3 {
		height: auto;
	}

	.newaddbox2 .contents3 {
		padding-bottom: 9%;
	}

	.newaddbox2 {
		padding: 0;
		margin: 0;
	}

	.labon {
		display: none;
	}
}


.yzm .inpt {
	display: flex;
	justify-content: space-between;

}

.yzm .inpt input {
	width: 70%;
}

.yzm .inpt img {
	width: 25%;
}

.forget {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10001;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100vh;
	display:none;
}

.forget_box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 100%;
	max-width: 480px;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
}

.forget_box .t1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.lab1 {
	line-height: 36px;
}

.inpt1 input {
	height: 36px;
	font-size: 16px;
	border: 1px solid #ddd;
	width: 100%;
}

.yzm .inpt1 {
	display: flex;
	justify-content: space-between;
}

.yzm .inpt1 input {
	width: 72%;
}


.yzm .inpt1 .yzmtp {
	width: 25%;
}

.yzm .inpt1 img {
	height: 36px;
	width: 100%;
}

.sure input {
	margin-top: 10px;
	background: #1814da;
	color: #fff;
	border: 1px solid #1814da;
}

.colse {
	margin-top: 10px;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}

.a_link{color:#1814da; font-weight:bold}