.yband .list {
    position: relative;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.popBg{ position:fixed;top:0;right:0;left:0;bottom:0;z-index:22;background:rgba(0,0,0,.5);display:none;}
.corepop{ position:absolute; top:0;bottom:0;left:0;right:0;z-index:23;display:none;}
.corepop .cw{ position:relative;height:100%;}
.corepop .cw .coreBy{width:100%;height:340px;position:absolute;left:0;top:50px;background:#fff;}
.corepop .cw a.closed{width:26px;height:26px;display:inline-block;background:url(../img/close_1.png) no-repeat;background-size:26px;right:25px;top:25px; position:absolute; transition:all ease-out .3s}
.corepop .cw a.closed:hover{ transform:rotate(90deg)}
.corepop .cw a.btn{display:inline-block;width:30px;height:55px; position:absolute;top:130px}
.corepop .cw a.btn.left{background:url(../img/core_left.png) no-repeat;left:20px;}
.corepop .cw a.btn.left:hover{background:url(../img/core_left_h.png) no-repeat;}
.corepop .cw a.btn.right{background:url(../img/core_right.png) no-repeat;right:20px;}
.corepop .cw a.btn.right:hover{background:url(../img/core_right_h.png) no-repeat;}
.corepop .coreContent{width:53%;background:#fff; position:absolute;left: 28%;top:50px;}
.corepop .coreContent .cont div.clearfix{width:100%;}
.corepop .coreContent .cont img.fl{width:224px;height:235px;}
.corepop .coreContent .cont .txt{max-width: 60%;padding: 0 40px;}
.corepop .coreContent .cont .txt h3{font-size:24px;color:#333333;line-height:26px;}
.corepop .coreContent .cont .txt h4{font-size:16px;line-height:28px;color:#333;padding:10px 0 20px;}
.corepop .coreContent .cont .txt p{font-size:14px;line-height:20px;color:#333}
.yband .tit {
	font-size: 35px;
	text-align: center;
	color: #333;
	margin-bottom: 80px;
}

.yband .info {
	font-size: 16px;
	line-height: 28px;
	color: #333;
	margin: 80px 0;
}

.yband ul {
	margin-top: 40px;
}

.yband ul>li {
	float: left;
	width: 348px;
	background: #fff;

	margin-right: 78px;
	height: 150px;
	overflow: hidden;
	margin-bottom: 25px;
}
.yband ul>li a{
		border: 1px solid #ccc;
}
.yband ul>li a:hover {
	border: 1px solid #427000;
}

.yband ul>li:nth-child(3n) {
	margin-right: 0;
}

.yband ul>li a {
	display: block;
	/* float: left; */
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 20px;
}

.yband ul>li .img {
	float: left;
	width: 130px;
	height: 100px;
	overflow: hidden;
}

.yband ul>li .img img {
	display: block;
	height: 100%;
}

.yband ul>li .txt {
	float: left;
	width: 158px;
	padding-left: 20px;
	padding-top: 15px;
	box-sizing: border-box;
}

.yband ul>li .txt .name {
	font-size: 18px;
	color: #333;
	line-height: 18px;
	padding-bottom: 5px;
}

.yband ul>li .txt p {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	margin: 0;
	padding: 0;
}

.j-container {
	width: 1200px;
	margin: 0px auto;
}

.j-Head {
	width: 100%;
	height: 92px;
	padding: 0px 20px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.j-Head-logo {
	width: 286px;
}

.j-Head-logo img {
	width: 100%;
}

.j-Head-nav {
	width: calc(100% - 394px);
	text-align: center;
	height: 100%;
}

.j-nav-item {
	display: inline-block;
	position: relative;
	height: 100%;
}

.j-nav-item.on .nav-item-link {
	color: #b71d35;
}

.nav-item-link {
	color: #fff;
	font-size: 18px;
	padding: 0px 20px;
	line-height: 92px;
}

.nav-item-link:hover {
	color: #b71d35;
}

.nav-inner {
	display: none;
	position: absolute;
	width: 155px;
	background: #ffffff;
	padding: 20px;
	left: -18px;
	bottom: -139px;
	z-index: 7;
}

.nav-inner-item {
	display: block;
	color: #666666;
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}

.nav-inner-item:hover {
	color: #b71d35;
}

.j-nav-item:hover .nav-inner {
	display: block;
}

.j-Head-right {
	width: 108px;
}

.j-Head-right .head-select{
    width:100%;
    border-radius: 4px;
    height: 37px;
    background: rgba(255,255,255,.11) url("../img/map.png") no-repeat 10px center;
    background-size: 18px;
    
    color: #ffffff;
    font-size: 14px;
    line-height: 37px;
}
.select-item{
    line-height: 37px;
    padding-left: 20px;
margin-left:20px;
}
.en-item{
	display:none;
margin-left:0;
padding-left:40px;

background: rgba(255,255,255,.11);
}
.j-Head-right .head-select:hover .en-item{
	display:block;}

.j-banner {
	width: 100%;
	height: 450px;
}

.j-banner img {
	width: 100%;
	height: 100%;
}

.j-Title {
	margin-top: 40px;
	color: #333333;
	font-size: 35px;
	text-align: center;
}

.about-one {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 60px 0;
}

.about-one-left {
	width: 625px;
}

.about-one-right {
	width: 526px;
	height: 392px;
}

.about-one-right img {
	width: 100%;
	height: 100%;
}

.about-one-title {
	background: url("../img/a_bg.png") no-repeat left center;
	background-size: 88px;
	padding: 40px 0 10px 30px;
}

.about-one-title h3 {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}

.about-one-title h4 {
	color: #cccccc;
	font-size: 14px;
}

.about-one-text {
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}

.about-two {
	padding: 5px 0;
	background: url("../img/about_bg.png") no-repeat top center;
	background-size: 100% 100%;
}

.about-title {
	color: #ffffff;
	font-size: 35px;
	text-align: center;
}

.about-son-top {
	width: 538px;
	height: 263px;
	background: url("../img/about_bg2.png") no-repeat top center;
	background-size: 100% 100%;
	margin: 90px auto 0;
	position: relative;
}

.two-item {
	position: absolute;
	left: 22px;
	top: 144px;
	width: 100px;
	text-align: center;
}

.two-name {
	color: #333333;
	font-size: 20px;
}

.two-item:nth-child(2) {
	left: 141px;
	top: 39px;
}

.two-item:nth-child(3) {
	left: 302px;
	top: 33px;
}

.two-item:nth-child(4) {
	left: 422px;
	top: 151px;
}

.two-top-img {
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background: #ffffff;
	margin: -136px auto 0;
}

.two-top-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.about-text {
	color: #ffffff;
	font-size: 14px;
	width: 440px;
	text-align: right;
	position: absolute;
	left: -326px;
	top: 270px;
}

.text-two {
	color: #ffffff;
	font-size: 14px;
	width: 475px;
	text-align: right;
	left: -331px;
	top: -33px;
	position: absolute;
}

.text-three {
	color: #ffffff;
	font-size: 14px;
	width: 475px;
	text-align: left;
	right: -331px;
	top: -33px;
	position: absolute;
}

.text-four {
	color: #ffffff;
	font-size: 14px;
	width: 440px;
	text-align: left;
	position: absolute;
	right: -326px;
	top: 270px;
}

.about-three {
	display: flex;
	background: url("../img/about_bg4.png") no-repeat center center;
	background-size: 1072px;
	padding: 100px 0;
	position: relative;
	margin: 200px 0;
}

.three-item {
	width: 240px;
	position: absolute;
	left: 40px;
	top: -41px;
	z-index: 2;
}

.three-item:nth-child(2) {
	left: 303px;
	top: 51px;
}

.three-item:nth-child(3) {
	left: 560px;
	top: -20px;
	top: -122px;
}

.three-item:nth-child(4) {
	left: auto;
	right: 154px;
	top: 51px;
}

.three-item:last-child {
	left: auto;
	right: -93px;
	top: -123px;
}

.item-year {
	width: 96px;
	height: 192px;
	background: url("../img/about_bg3.png") no-repeat top center;
	background-size: 100%;
	color: #ffffff;
	font-size: 20px;
	padding-top: 123px;
	text-align: center;
	position: relative;
}

.item-son h3 {
	color: #333333;
	font-size: 20px;
	margin: 10px 0;
}

.item-son .item-text {
	color: #999999;
	font-size: 14px;
}

.three-item:first-child .item-son {
	margin-top: -82px;
}

.three-item:nth-child(even) .item-year {
	background: url("../img/about_bg5.png") no-repeat top center;
	background-size: 100%;
	padding-top: 23px;
}

.j-footer {
	width: 100%;
	padding: 40px 0;
	background: url("../img/foot_bg.png") no-repeat top center;
	background-size: 100% 100%;
}

.j-footer-left {
	width: 60%;
	float: left;
}

.footer-logo {
	width: 286px;
}

.footer-nav {
	color: #999999;
	font-size: 14px;
	margin: 10px 0;
}

.footer-nav a {
	color: #999999;
	margin: 0 10px;
}

.footer-nav a:hover {
	color: #b71d35;
}

.footer-copy {
	color: #999999;
	font-size: 14px;
}

.footer-copy span {
	margin: 0px 10px;
}

.footer-copy a {
	color: #999999;
	font-size: 14px;
}

.footer-logo img {
	width: 100%;
}

.footer-copy a:hover {
	color: #b71d35;
}

.j-footer-right {
	width: 24%;
	float: right;
}

.j-footer-right h4 {
	color: #666666;
	font-size: 15px;
}

.j-footer-right dl dd {
	margin-left: 0;
	color: #666666;
	font-size: 14px;
	margin-bottom: 5px;
}

.phone-menu {
	display: none;
	float: right;
	width: 40px;
	height: 40px;
}

.phone-menu img {
	width: 100%;
	height: 100%;
}

.phone-Nav {
	width: 80%;
	height: 100%;
	position: fixed;
	left: -9999px;
	top: 0;
	z-index: 9999;
	background: #333333;
	padding: 20px;
}

.phone-logo {
	width: 80%;
	margin-bottom: 20px;
}

.phone-logo img {
	width: 100%;
}

.phone-Nav-son {
	width: 100%;
	border-bottom: 1px solid #666666;
}

.phone-Nav-son .phone-item{
	display: block;
	padding: 10px;
	color: #ffffff;
	font-size: 16px;
}
.phone-inner{
	padding-left:10px;
}
.phone-item-in{
	color:#c0c0c0;
font-size:14px;
display:block;
margin-top:10px;
}

.phone-Nav-son a span {
	float: right;
}

.foot-item {
	width: 100%;
	height: 50px;
	background: #3d3d3d url("../img/map.png") no-repeat 10px center;
	background-size: auto;
	border-radius: 4px;
	line-height: 50px;
	padding: 0px 20px 0 50px;
	margin-top: 20px;
	color: #ffffff;
	font-size: 15px;
}

.foot-item span {
	cursor: pointer;
	float: right;
	font-size: 24px;
}

.foot-option {
	display: none;
	width: 100%;
	background: #3d3d3d;
	padding: 20px;
	color: #ffffff;
	font-size: 15px;
}

.phone-banner {
	width: 100%;
	height: 367px;
	display: none;
}

.phone-banner img {
	width: 100%;
	height: 100%;
}

.phone-footer {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 4;
	width: 100%;
	height: 70px;
	background: #ffffff;
	border-top: 1px solid #e2e2e2;
}

.phone-footer-son {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.phone-footer-item {
	display: block;
	width: 24%;
	height: 100%;
	border-left: 1px solid #e2e2e2;
}

.phone-footer-item:first-child {
	border-left: none;
}

.phone-footer-item.on .phone-name {
	color: #b71d35;
}

.phone-img {
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 9px auto 5px;
	background: url("../img/foot_ico1.png") no-repeat center center;
	background-size: 100%;
}

.phone-footer-item:nth-child(2) .phone-img {
	background: url("../img/foot_ico2.png") no-repeat center center;
	background-size: 100%;
}

.phone-footer-item:nth-child(3) .phone-img {
	background: url("../img/foot_ico3.png") no-repeat center center;
	background-size: 100%;
}

.phone-footer-item:nth-child(4) .phone-img {
	background: url("../img/foot_ico4.png") no-repeat center center;
	background-size: 100%;
}

.phone-name {
	color: #333333;
	font-size: 15px;
	text-align: center;
}

.phone-footer-item.on .phone-img {
	background: url("../img/foot_ico1_on.png") no-repeat center center;
	background-size: 100%;
}

.phone-footer-item:nth-child(2).on .phone-img {
	background: url("../img/foot_ico2_on.png") no-repeat center center;
	background-size: 100%;
}

.phone-footer-item:nth-child(3).on .phone-img {
	background: url("../img/foot_ico3_on.png") no-repeat center center;
	background-size: 100%;
}

.phone-footer-item:nth-child(4).on .phone-img {
	background: url("../img/foot_ico4_on.png") no-repeat center center;
	background-size: 100%;
}

.phone-news-title {
	display: none;
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
	.yband ul>li {
		width: 33.3%;
		margin-right: 0;
		border: none;
		padding: 0 10px;
	}

	.yband ul>li a {
		border: 1px solid #ccc;
	}

	.yband ul>li .txt {
		padding-left: 14px;
		width: 100px;

	}

	.yband ul>li .txt .name {
		font-size: 17px;
	}

	.j-container {
		width: 90%;
	}

	.about-one-left {
		width: 60%;
	}

	.about-one-right {
		width: 39%;
	}

	.about-text {
		color: #ffffff;
		font-size: 14px;
		width: 312px;
		text-align: right;
		position: absolute;
		left: -200px;
		top: 270px;
	}

	.text-two {
		color: #ffffff;
		font-size: 14px;
		width: 312px;
		text-align: right;
		left: -216px;
		top: -33px;
		position: absolute;
	}

	.text-three {
		color: #ffffff;
		font-size: 14px;
		width: 312px;
		text-align: left;
		right: -189px;
		top: -33px;
		position: absolute;
	}

	.text-four {
		color: #ffffff;
		font-size: 14px;
		width: 312px;
		text-align: left;
		position: absolute;
		right: -199px;
		top: 270px;
	}

	.about-three {
		background-size: 90%;
	}

	.three-item {
		left: 17px;
	}

	.three-item:nth-child(2) {
		left: 262px;
		top: 51px;
	}

	.three-item:nth-child(3) {
		left: 483px;
	}

	.three-item:nth-child(4) {
		left: auto;
		right: 111px;
		top: 51px;
	}
}

@media (max-width:991px) {
	.yband ul>li .img {
		width: 40%;
		height: auto;
	}

	.yband ul>li .img img {
		width: 100%;
		height: auto;
	}

	.yband ul>li .txt {
		width: 60%;
		padding-top: 0;
	}

	.yband ul>li a {
		overflow: hidden;
	}

	.yband ul>li {
		/* height: 124px; */
	}
}

@media screen and (max-width: 768px) {
	.j-container {
		width: 100%;
	}

	.j-Head {
		height: 80px;
	}

	.j-Head-logo {
		width: 50%;
	}

	.j-Head-nav,
	.j-Head-right {
		display: none;
	}

	.phone-menu {
		display: block;
	}

	.j-banner {
		height: 205px;
	}

	.phone-banner,
	.phone-footer {
		display: block;
	}

	.j-footer {
		display: none;
	}

	.about-one {
		display: inherit;
		width: 95%;
		margin: 20px auto;
	}

	.about-one-left {
		width: 100%;
	}

	.about-one-right {
		width: 100%;
	}

	.about-son-top {
		width: 46%;
		height: 162px;
	}

	.about-text,
	.text-two,
	.text-three,
	.text-four {
		display: none;
	}

	.two-top-img {
		width: 159px;
		height: 159px;
		border-radius: 50%;
		background: #ffffff;
		margin: -81px auto 0;
	}

	.two-name {
		color: #333333;
		font-size: 15px;
	}

	.two-item img {
		width: 27px;
	}

	.two-item {
		position: absolute;
		left: -11px;
		top: 84px;
	}

	.two-item:nth-child(2) {
		left: 73px;
		top: 14px;
	}

	.two-item:nth-child(3) {
		left: 165px;
		top: 16px;
	}

	.two-item:nth-child(4) {
		left: 244px;
		top: 86px;
	}

	.about-title {
		font-size: 27px;
	}

	.about-three {
		background: none;
		flex-wrap: wrap;
		width: 95%;
		margin: 20px auto 100px;
		padding: 0;
		justify-content: space-between;
	}

	.three-item {
		position: inherit;
		width: 48%;
		left: inherit !important;
		top: inherit !important;
		right: inherit !important;
	}

	.three-item:first-child .item-son {
		margin-top: inherit;
	}

	.yband ul>li {
		width: 50%;
	}
.corepop .coreContent{
	width:56%;
left:50%;margin-left:-28%;
}
.corepop .coreContent .cont .txt{
	max-width:100%;
padding: 0 10px;
}
.yband ul{
margin-bottom:90px;
}
}
@media screen and (max-width: 600px) {
.about-son-top{
	width:64%;
}
}
@media screen and (max-width: 500px) {
.about-son-top{
	width:71%;
}
}
@media screen and (max-width: 460px) {
.about-son-top{
	width:76%;
}
}
@media screen and (max-width: 400px) {
.about-son-top{
	width:89%;
}
}

@media screen and (max-width: 441px) {
	.yband ul>li {
		width: 100%;
	}
}
