.about-wrap .about-banner {
	height: 532px;
	width: 100%;
	background: url(../images/about-banner.94b1be2059bb0fa00837be6df5d5f498.jpg) no-repeat 50%;
	background-size: 100% 100%
}

.about-wrap .about-banner .about-content {
	width: 1200px;
	margin: 0 auto;
	padding: 159px 0 0
}

.about-wrap .about-banner .about-content .banner-desc,
.about-wrap .about-banner .about-content .banner-title {
	color: #111;
	letter-spacing: 2px
}

.about-wrap .about-banner .about-content .banner-title {
	font-size: 58px;
	line-height: 81px;
	font-weight: 600
}

.about-wrap .about-banner .about-content .banner-title span {
	color: #e1251b
}

.about-wrap .about-banner .about-content .banner-desc {
	margin-top: 14px;
	font-size: 18px;
	font-weight: 400
}

.about-wrap .worui-wrap .worui-title {
	padding-top: 50px;
	font-size: 38px;
	color: #222;
	text-align: center;
	font-weight: 600
}

.about-wrap .worui-wrap .worui-content {
	width: 1210px;
	height: 215px;
	margin: 50px auto 110px;
	position: relative
}

.about-wrap .worui-wrap .worui-content .worui-left {
	display: inline-block;
	width: 696px
}

.about-wrap .worui-wrap .worui-content .worui-left p {
	font-size: 18px;
	color: #222;
	letter-spacing: 0;
	text-align: justify;
	line-height: 34px;
	font-weight: 400;
	margin-top: 15px
}

.about-wrap .worui-wrap .worui-content .worui-left p span {
	font-weight: 600
}

.about-wrap .worui-wrap .worui-content .worui-right {
	float: right;
	width: 474px;
	height: 213px;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 20px 0 rgba(147, 152, 192, .2);
	box-shadow: 0 2px 20px 0 rgba(147, 152, 192, .2);
	overflow: hidden
}

.about-wrap .worui-wrap .worui-content .worui-right img {
	width: 474px;
	height: 213px
}

.about-wrap .worui-wrap .worui-content .worui-right img,
.about-wrap .worui-wrap .worui-content .worui-right img:hover {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.about-wrap .worui-wrap .worui-content .worui-right img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.about-wrap .worui-wrap .worui-content .right-text {
	position: absolute;
	right: 0;
	top: 220px
}

.about-wrap .process-wrap {
	width: 100%;
	height:auto;
	overflow: hidden;
	background: url(../images/process-bg.b43b5d9c9aad5d7a8d9a3579be9abecd.png) no-repeat 50%;
	background-size: 100% 100%
}

.about-wrap .process-wrap .process-title {
	padding-top: 60px;
	font-size: 38px;
	color: #222;
	text-align: center;
	font-weight: 600
}

.about-wrap .process-wrap .process-content {
	width: 1210px;
	margin: 22px auto 0
}

.about-wrap .process-wrap .process-content .process-ul li {
	float: left;
	width: 300px;
	height: 369px;
	position: relative;
	overflow-x: hidden
}

.about-wrap .process-wrap .process-content .process-ul li .li-top {
	padding: 30px 0 20px;
	font-size: 18px;
	color: #222;
	letter-spacing: 0;
	text-align: center;
	line-height: 32px;
	border-bottom: 1px solid #222
}

.about-wrap .process-wrap .process-content .process-ul li .crile {
	height: 6px;
	width: 6px;
	border-radius: 6px;
	position: absolute;
	top: 79px;
	left: 145px;
	-webkit-box-shadow: 0 0 0 2px #e1251b, 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #e1251b, inset 0 0 0 2px #fff;
	background: #fff
}

.about-wrap .process-wrap .process-content .process-ul li .active-right {
	position: absolute;
	top: 69px;
	color: #e1251b;
	margin-left: -300px
}

.about-wrap .process-wrap .process-content .process-ul li .active-right .active-line {
	float: left;
	border-bottom: 3px solid #e1251b;
	height: 12px;
	width: 255px
}

.about-wrap .process-wrap .process-content .process-ul li .active-right i {
    font-size: 25px;
    margin-left: -2px;
    width: 30px;
    display: inline-block;
    height: 30px;

}
.wr:before {
    /* position: absolute; */
    display: block;
    content: "";
    height: 30px;
    width: 30px;
    background: url(../images/jaintou.png) no-repeat center;
    /* top: 0; */
    margin-top: -1px;
    /* right: 0; */
    background-size: 100%;
}
.about-wrap .process-wrap .process-content .process-ul li .li-bottom {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 279px;
	height: 222px;
	background: #fff;
	-webkit-box-shadow: 0 8px 20px 0 rgba(192, 193, 204, .35);
	box-shadow: 0 8px 20px 0 rgba(192, 193, 204, .35);
	border-radius: 8px;
	margin-top: 20px
}

.about-wrap .process-wrap .process-content .process-ul li .li-bottom .li-bottom-content {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	border: 3px solid hsla(0, 0%, 100%, 0)
}

.about-wrap .process-wrap .process-content .process-ul li .li-bottom .li-bottom-content p {
	padding: 0 40px;
	font-size: 14px;
	color: #222;
	letter-spacing: 0;
	line-height: 28px;
	font-weight: 400
}

.about-wrap .process-wrap .process-content .process-ul li .li-bottom .li-bottom-content .first {
	padding-top: 30px
}

.about-wrap .process-wrap .process-content .process-ul li:first-child .li-bottom .li-bottom-content {
	/*background: url(../images/2008-2009.05c44090726dfcc85471dd13e23b6f1a.png) no-repeat;
	background-size: 100% 100%*/
}

.about-wrap .process-wrap .process-content .process-ul li:nth-child(2) .li-bottom {
	margin-left: 5px
}

.about-wrap .process-wrap .process-content .process-ul li:nth-child(2) .li-bottom .li-bottom-content {
	background: url(/templets/default/images/2010-2011.d3dc4b4a04fa851ad4c9cf1d3113e404.png) no-repeat 50%;
	background-size: 100% 100%
}

.about-wrap .process-wrap .process-content .process-ul li:nth-child(3) .li-bottom {
	margin-left: 10px
}

.about-wrap .process-wrap .process-content .process-ul li:nth-child(3) .li-bottom .li-bottom-content {
	background: url(/templets/default/images/2012-2013.a7a424b64e051e29036038b5d3919d0e.png) no-repeat 50%;
	background-size: 100% 100%
}

.about-wrap .process-wrap .process-content .process-ul li:nth-child(4) .li-bottom {
	margin-left: 15px
}

.about-wrap .process-wrap .process-content .process-ul li:nth-child(4) .li-bottom .li-bottom-content {
	background: url(/templets/default/images/2014-2015.d9de5465ac243f44b45b67f3e8e48619.png) no-repeat 50%;
	background-size: 100% 100%
}

.about-wrap .process-wrap .process-content .process-ul li:nth-child(5) .li-bottom .li-bottom-content {
	background: url(/templets/default/images/2016-2017.1b504768d5cd61f031be23af60fa3fcd.png) no-repeat 50%;
	background-size: 100% 100%
}

.about-wrap .process-wrap .process-content .process-ul li:nth-child(6) .li-bottom {
	margin-left: 5px
}

.about-wrap .process-wrap .process-content .process-ul li:nth-child(6) .li-bottom .li-bottom-content {
	background: url(/templets/default/images/2018-2019.cb5534d973b7a3be20ded06be8a1233a.png) no-repeat 50%;
	background-size: 100% 100%
}

.about-wrap .process-wrap .process-content .process-ul li:nth-child(7) .li-bottom {
	margin-left: 10px
}

.about-wrap .process-wrap .process-content .process-ul li:nth-child(7) .li-bottom .li-bottom-content {
	background: url(/templets/default/images/2020-2021.080628bb169be8caa3accedd066e24bf.png) no-repeat 50%;
	background-size: 100% 100%
}

.about-wrap .process-wrap .process-content .process-ul li:last-child .li-top {
	color: rgba(34, 34, 34, .4)
}

.about-wrap .process-wrap .process-content .process-ul li:last-child {
	display: none;
	margin-left: 15px
}

.about-wrap .process-wrap .process-content .process-ul .activeLi .li-top {
	font-weight: 600;
	color: #e1251b!important
}

.about-wrap .process-wrap .process-content .process-ul .activeLi .li-bottom .li-bottom-content {
	border: 3px solid #e1251b;
	background: url(../images/year-bg.162475c7183e936e0f506802897b0667.png) no-repeat 50%!important;
	background-size: 100% 100%!important
}

.about-wrap .process-wrap .process-content .process-ul .activeLi .crile {
	display: none;
	
}

.about-wrap .process-wrap .process-content .process-ul .activeLi:first-child .active-right,
.about-wrap .process-wrap .process-content .process-ul .activeLi:nth-child(5) .active-right {
	margin-left: 0;
	-webkit-transition: margin 1s ease-out;
	-o-transition: margin 1s ease-out;
	transition: margin 1s ease-out
}

.about-wrap .process-wrap .process-content .process-ul .activeLi:nth-child(2) .active-right,
.about-wrap .process-wrap .process-content .process-ul .activeLi:nth-child(6) .active-right {
	margin-left: 5px;
	-webkit-transition: margin 1s ease-out;
	-o-transition: margin 1s ease-out;
	transition: margin 1s ease-out
}

.about-wrap .process-wrap .process-content .process-ul .activeLi:nth-child(3) .active-right,
.about-wrap .process-wrap .process-content .process-ul .activeLi:nth-child(7) .active-right {
	margin-left: 10px;
	-webkit-transition: margin 1s ease-out;
	-o-transition: margin 1s ease-out;
	transition: margin 1s ease-out
}

.about-wrap .process-wrap .process-content .process-ul .activeLi:last-child .active-right,
.about-wrap .process-wrap .process-content .process-ul .activeLi:nth-child(4) .active-right,
.about-wrap .process-wrap .process-content .process-ul .activeLi:nth-child(8) .active-right{
	margin-left: 11px;
	-webkit-transition: margin 1s ease-out;
	-o-transition: margin 1s ease-out;
	transition: margin 1s ease-out
}

.about-wrap .honor-wrap {
	padding-top: 110px
}

.about-wrap .honor-wrap .honor-title {
	font-size: 38px;
	color: #222;
	text-align: center;
	font-weight: 600
}

.about-wrap .honor-wrap .honor-content {
	padding-top: 50px;
	width: 1220px;
	margin: 0 auto
}

.about-wrap .honor-wrap .honor-content .honor-li {
	display: inline-block;
	width: 280px;
	height: 480px;
	background: #fff;
	margin: 0 10px 20px;
	border-radius: 8px
}

.about-wrap .honor-wrap .honor-content .honor-li .honorLi-item {
	float: left;
	height: 100%;
	width: 100%;
	border-radius: 8px
}

.about-wrap .honor-wrap .honor-content .honor-li .honorLi-item img {
	-webkit-box-shadow: 0 2px 20px 0 rgba(147, 152, 192, .2);
	box-shadow: 0 2px 20px 0 rgba(147, 152, 192, .2);
	width: 283px;
	height: 384px;
	border-radius: 8px;
	margin-left: 1px;
	margin-top: 1px
}

.about-wrap .honor-wrap .honor-content .honor-li .honorLi-item .honor-name {
	padding: 0 20px;
	margin-top: 20px;
	font-size: 16px;
	color: rgba(34, 34, 34, .8);
	text-align: center;
	line-height: 28px;
	font-weight: 400
}

.about-wrap .honor-wrap .honor-content .honor-li:hover .honorLi-item {
	-webkit-box-shadow: 0 2px 20px 0 rgba(147, 152, 192, .2);
	box-shadow: 0 2px 20px 0 rgba(147, 152, 192, .2)
}

.about-wrap .honor-wrap .honor-content .honor-li:hover .honorLi-item img {
	-webkit-box-shadow: none;
	box-shadow: none
}

.about-wrap .concat-wrap {
	padding-top: 80px
}

.about-wrap .concat-wrap .concat-title {
	font-size: 38px;
	color: #222;
	text-align: center;
	font-weight: 600
}

.about-wrap .concat-wrap .concat-content {
	width: 1204px;
	border-radius: 8px;
	background: #fff;
	margin: 50px auto 110px;
	-webkit-box-shadow: 0 2px 20px 0 rgba(147, 152, 192, .2);
	box-shadow: 0 2px 20px 0 rgba(147, 152, 192, .2)
}

.about-wrap .concat-wrap .concat-content .concat-content-wrap {
	width: 100%;
	height: 404px;
	background: url(../images/contact-bg.828eba641fae27612b454ea019087bc3.png) no-repeat 50%;
	background-size: 100% 100%;
	position: relative
}

.about-wrap .concat-wrap .concat-content .concat-content-wrap .concat-left {
	border-radius: 8px;
	position: absolute;
	width: 270px;
	padding: 13px 0 15px;
	background: #e1251b;
	-webkit-box-shadow: 0 4px 16px 0 rgba(220, 6, 43, .3);
	box-shadow: 0 4px 16px 0 rgba(220, 6, 43, .3);
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	font-weight: 400;
	left: 297px;
	top: 125px
}

.about-wrap .concat-wrap .concat-content .concat-content-wrap .concat-left:after {
	display: block;
	content: "";
	border: 8px solid rgba(0, 0, 0, 0);
	border-top-color: #e1251b;
	border-bottom-right-radius: 6px;
	position: absolute;
	right: 125px;
	top: 76px
}

.about-wrap .concat-wrap .concat-content .concat-content-wrap .concat-right {
	float: right;
	margin-right: 70px
}

.about-wrap .concat-wrap .concat-content .concat-content-wrap .concat-right .concat-right-ul {
	padding-top: 5px
}

.about-wrap .concat-wrap .concat-content .concat-content-wrap .concat-right .concat-right-ul li {
	padding-top: 30px
}

.about-wrap .concat-wrap .concat-content .concat-content-wrap .concat-right .concat-right-ul li .concat-right-title {
	position: relative
}

.about-wrap .concat-wrap .concat-content .concat-content-wrap .concat-right .concat-right-ul li .concat-right-title .crile {
	display: inline-block;
	height: 6px;
	width: 6px;
	border-radius: 6px;
	position: absolute;
	top: 10px;
	left: -15px;
	-webkit-box-shadow: 0 0 0 2px #e1251b, 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #e1251b, inset 0 0 0 2px #fff;
	background: #fff
}

.about-wrap .concat-wrap .concat-content .concat-content-wrap .concat-right .concat-right-ul li .concat-right-title span {
	font-size: 18px;
	color: #222;
	line-height: 26px;
	font-weight: 600
}

.about-wrap .concat-wrap .concat-content .concat-content-wrap .concat-right .concat-right-ul li .concat-right-desc {
	font-size: 14px;
	color: rgba(34, 34, 34, .8);
	line-height: 24px;
	font-weight: 400;
	margin-top: 10px
}

.about-wrap .anquan-wrap {
	background: #111;
	width: 100%;
	    height: 624px;
}

.about-wrap .anquan-wrap .anquan-content-wrap {
	width: 100%;
	height: 610px;
	background: url(/templets/default/images/anquan-bg.69e93491e40750a0761cf584f8fc49d2.png) no-repeat 50%;
	background-size: 100% 100%
}

.about-wrap .anquan-wrap .anquan-content-wrap .anquan-desc,
.about-wrap .anquan-wrap .anquan-content-wrap .anquan-title {
	text-align: center
}

.about-wrap .anquan-wrap .anquan-content-wrap .anquan-title {
	padding-top: 60px;
	font-size: 38px;
	color: #fff;
	font-weight: 600
}

.about-wrap .anquan-wrap .anquan-content-wrap .anquan-desc {
	margin-top: 16px;
	font-size: 16px;
	color: #222;
	font-weight: 400
}

.about-wrap .anquan-wrap .anquan-content-wrap .anquan-content {
	width: 1200px;
	margin: 37px auto 0
}

.about-wrap .anquan-wrap .anquan-content-wrap .anquan-content .anquan-content-ul li {
	float: left;
	width: 386px;
	height: auto;
	background: #ffffff;
	-webkit-box-shadow: 0 2px 8px 0 rgba(225, 37, 27, .3);
	box-shadow: 0 2px 8px 0 rgba(225, 37, 27, .3);
	border-radius: 8px;
	margin-right: 15px
}

.about-wrap .anquan-wrap .anquan-content-wrap .anquan-content .anquan-content-ul li:last-child {
	margin-right: 0
}

.about-wrap .anquan-wrap .anquan-content-wrap .anquan-content .anquan-content-ul li p {
	padding: 0 30px
}

.about-wrap .anquan-wrap .anquan-content-wrap .anquan-content .anquan-content-ul li .mcsing {
	width: 90px;
	height: 90px;
	background: #fefafa;
	-webkit-box-shadow: 0 8px 20px 0 rgba(192, 193, 204, .35);
	box-shadow: 0 8px 20px 0 rgba(192, 193, 204, .35);
	border-radius: 20px;
	margin-left: 30px;
	margin-top: -25px;
	margin-bottom: 12px
}

.about-wrap .anquan-wrap .anquan-content-wrap .anquan-content .anquan-content-ul li .anquan-li-title {
	font-size: 24px;
	color: #222;
	letter-spacing: 0;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 11px;
	text-align: center;
}

.about-wrap .anquan-wrap .anquan-content-wrap .anquan-content .anquan-content-ul li .anquan-li-desc {
	font-size: 16px;
	color: rgba(34, 34, 34, .8);
	letter-spacing: 0;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
	margin-bottom:30px }

.about-wrap .anquan-wrap .anquan-content-wrap .anquan-content .anquan-content-ul li:hover {
	color: #fff
}

.about-wrap .anquan-wrap .anquan-content-wrap .anquan-content .anquan-content-ul li:hover .anquan-li-title {
	color: #e1251b
}

.about-wrap .open-wrap {
	width: 100%;
	height: 380px;
	margin-top: -60px;
	background: url(../images/open-bg.7e614f7403a366bac95fc9e4a161a05d.png) no-repeat 50%;
	background-size: 100% 100%
}

.about-wrap .open-wrap .open-content {
	width: 1200px;
	margin: 0 auto
}

.about-wrap .open-wrap .open-content .open-title {
	padding: 29px 0 0 30px;
	font-size: 38px;
	color: #fff;
	font-weight: 600
}

.about-wrap .open-wrap .open-content .open-form {
	margin-top: 72px
}

.about-wrap .open-wrap .open-content .open-form .el-form {
	padding: 40px 30px 0
}

.about-wrap .open-wrap .open-content .open-form .el-form .el-form-item .el-textarea__inner,
.about-wrap .open-wrap .open-content .open-form .el-form .el-form-item input {
	height: 48px;
	background: #e8eaf1;
	border-color: #e8eaf1;
	padding-left: 30px
}

.about-wrap .open-wrap .open-content .open-form .el-form .el-form-item .el-textarea__inner:hover,
.about-wrap .open-wrap .open-content .open-form .el-form .el-form-item input:hover {
	background: #fff;
	border-color: #e1251b
}

.about-wrap .open-wrap .open-content .open-form .el-form .el-form-item .el-input {
	width: 240px;
	height: 48px;
	font-size: 18px;
	color: #222;
	font-weight: 600
}

.about-wrap .open-wrap .open-content .open-form .el-form .el-form-item .appplay-btn {
	margin-bottom: 20px
}

.about-wrap .open-wrap .open-content .open-form .el-form .el-form-item input::-webkit-input-placeholder,
.about-wrap .open-wrap .open-content .open-form .el-form .el-form-item textarea::-webkit-input-placeholder {
	font-size: 18px;
	color: #525b78
}

.about-wrap .open-wrap .open-content .open-form .el-form .el-form-item input:-moz-placeholder,
.about-wrap .open-wrap .open-content .open-form .el-form .el-form-item input::-moz-placeholder {
	font-size: 18px;
	color: #525b78
}

.about-wrap .open-wrap .open-content .open-form .el-form .el-form-item input:-ms-input-placeholder {
	font-size: 18px;
	color: #525b78
}

.about-wrap .open-wrap .open-content .open-form .el-form .el-col {
	margin-bottom: 0
}

.about-wrap .open-wrap .open-content .open-form .el-form .el-input__suffix {
	font-size: 20px;
	line-height: 40px;
	padding-top: 3px
}

.about-wrap .open-wrap .open-content .open-form .el-form .send-btn {
	background: #e1251b;
	border-radius: 4px;
	width: 240px;
	height: 48px;
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	-webkit-box-shadow: 0 4px 16px 0 rgba(220, 6, 43, .3);
	box-shadow: 0 4px 16px 0 rgba(220, 6, 43, .3)
}

.about-wrap .open-wrap .open-content .open-form .el-form .send-btn:hover {
	-webkit-box-shadow: 0 4px 10px 0 rgba(212, 48, 48, .7);
	box-shadow: 0 4px 10px 0 rgba(212, 48, 48, .7)
}

.about-wrap .xieyi {
	font-size: 12px;
	margin-top: 10px
}