
.fixed-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.fixed-body {
	position: relative;
	z-index: 999;
	background: #fff;
}
.session_1 {
	margin-top: 82px;
}
.session_1 .img-box {
	font-size: 0;
	/*height: 700px;*/
}

.session_1 .arr-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.session_1 .arr-box .swiper-button-prev:before {
	position: absolute;
	right: 0;
	top: 20px;
	bottom: 20px;
	width: 1px;
	background: #bfbfbf;
	content: '';
}
.session_1 .arr-box .swiper-button-next,
.session_1 .arr-box .swiper-button-prev {
	position: relative;
	float: right;
	width: 80px;
	height: 80px;
	background: #f5f6fb;
	right: 0;
	left: 0;
}
.session_1 .arr-box .swiper-button-next:after,
.session_1 .arr-box .swiper-button-prev:after {
	font-size: 20px;
	color: #333;
}
.session_1 .arr-box .swiper-button-next .img-box,
.session_1 .arr-box .swiper-button-prev .img-box {
	position: absolute;
	left: 80px;
	height: 80px;
	width: 150px;
	border: 1px solid #f5f6fb;
	box-sizing: border-box;
	background-size: cover;
}
.session_2 {
	padding-top: 85px;
	padding-bottom: 90px;
}
.session_2 .block {
	position: relative;
	padding-left: 24%;
	box-sizing: border-box;
	background: url("../img/about-us001.png") no-repeat 10px 80%;
}
.session_2 .block .title-box {
	position: absolute;
	top: 0;
	left: 0;
}
.session_2 .block .title-box h3 {
	font-size: 36px;
	color: #414141;
}
.session_2 .block .title-box span {
	font-size: 18px;
	color: #414141;
}
.session_2 .block .centent-box .title h3 {
	font-size: 30px;
	font-weight: 700;
	/*letter-spacing: 4px;*/
	line-height: 1;
	margin-bottom: 30px;
}
.session_2 .block .centent-box p {
	font-size: 14px;
	color: #4b4b4b;
	line-height: 1.8;
	margin-bottom: 30px;
}
.session_2 .block .centent-box .more-box {
	margin-top: 45px;
}
.session_2 .block .centent-box .more-box a {
	font-size: 0;
}
.session_2 .block .centent-box .more-box a em {
	color: #333;
	font-size: 14px;
	vertical-align: middle;
	font-style: normal;
}
.session_2 .block .centent-box .more-box a .line {
	display: inline-block;
	width: 0;
	height: 1px;
	background: var(--main-color);
	vertical-align: middle;
	margin-left: 10px;
	transition: all .3s;
}
.session_2 .block .centent-box .more-box a:hover em {
	color: var(--main-color);
}
.session_2 .block .centent-box .more-box a:hover .line {
	width: 36px;
}
.session_3 {
	background: #f5f6fb;
	padding-top: 105px;
	padding-bottom: 105px;
}
.session_3 .centent-box {
	position: relative;
}
.session_3 .title-box {
	position: absolute;
	z-index: 99;
	width: 30%;
}
.session_3 .title-box .title {
	margin-bottom: 18px;
}
.session_3 .title-box .title h3 {
	font-size: 36px;
	color: #414141;
}
.session_3 .title-box .title span {
	font-size: 18px;
	color: #414141;
}
.session_3 .title-box .other-box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.session_3 .title-box ul li {
	position: relative;
	line-height: 2.2;
	font-size: 16px;
	color: #414141;
	padding-left: 12px;
	cursor: pointer;
	width: 45%;
}
.session_3 .title-box ul li.active {
	color: var(--main-color);
}
.session_3 .title-box ul li.active:before {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	background: var(--main-color);
	border-radius: 100%;
	left: 0;
	top: 15px;
}
.session_3 .title-box .more-box {
	position: relative;
	/*width: 290px;*/
	text-align: right;
	border-top: 1px solid #bfbfbf;
	margin-top: 18px;
}
.session_3 .title-box .more-box:before {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background: var(--main-color);
	top: 0;
	left: 0;
	transition: all .3s;
}
.session_3 .title-box .more-box a {
	display: block;
	color: #333;
	font-size: 14px;
	height: 55px;
	line-height: 55px;
}
.session_3 .title-box .more-box:hover:before {
	width: 100%;
}
.session_3 .title-box .more-box:hover a {
	color: var(--main-color);
}
.session_3 .list-box {
	display: none;
}
.session_3 .list-box.active {
	display: block;
}
.session_3 .row {
	margin-left: -9px;
	margin-right: -9px;
}
.session_3 .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 9px;
	padding-right: 9px;
	box-sizing: border-box;
	margin-bottom: 18px;
}
.session_3 .item-box {
	position: relative;
	height: 300px;
	background-size: cover;
}
.session_3 .item-box:hover .txt-box {
	opacity: 1;
}
.session_3 .txt-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(27, 27, 27, 0.6);
	text-align: center;
	opacity: 0;
	transition: all .3s;
}
.session_3 .txt-box a {
	display: block;
	height: 100%;
	width: 100%;
}
.session_3 .txt-box .icon-box {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.session_3 .txt-box p {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	font-size: 14px;
	color: #fff;
}
.session_4 {
	padding: 115px 0;
	/*padding-bottom: 160px;*/
	/*background-size: cover;*/
	/*background-image: url(../img/index_ys.jpg);*/
	/*background-position: bottom right;*/
}
.session_4 .title-box h3 {
	font-size: 36px;
	color: #414141;
}
.session_4 .title-box span {
	font-size: 18px;
	color: #414141;
}
.session_4 .centent-box {
	/*padding-left: 326px;*/
	margin-top: 70px;
	position: relative;
}
.session_4 .centent-box .item-box {
	position: relative;
	padding-left: 45px;
	box-sizing: border-box;
	padding-right: 45px;
}
.session_4 .centent-box .item-box a {
	display: block;
}
.session_4 .centent-box .item-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 110px;
	height: 110px;
	background: #d8d8d8;
	width: 1px;
	transition: all .3s;
}
.session_4 .centent-box .item-box .txt-box h3 {
	font-size: 18px;
	color: #474747;
	line-height: 1;
	margin-bottom: 20px;
}
.session_4 .centent-box .item-box .txt-box p {
	font-size: 14px;
	line-height: 1.8;
	color: #5f5f5f;
}
.session_4 .centent-box .item-box .txt-box .more-box {
	/*opacity: 0;*/
	margin-top: 35px;
}
.session_4 .centent-box .item-box .txt-box .more-box em {
	color: #333;
	font-size: 14px;
	vertical-align: middle;
	font-style: normal;
}
.session_4 .centent-box .item-box .txt-box .more-box .line {
	display: inline-block;
	width: 0;
	height: 1px;
	background: var(--main-color);
	vertical-align: middle;
	margin-left: 10px;
	transition: all .3s;
}
.session_4 .centent-box .item-box:hover:before {
	/*height: 100%;*/
}
.session_4 .centent-box .item-box:hover .txt-box h3 {
	color: var(--main-color);
}
.session_4 .centent-box .item-box:hover .txt-box .more-box {
	opacity: 1;
}
.session_4 .centent-box .item-box:hover .txt-box .more-box em {
	color: var(--main-color);
}
.session_4 .centent-box .item-box:hover .txt-box .more-box .line {
	width: 36px;
}
.session_4 .swiper-pagination {
	position: unset;
	margin-top: 60px;
	/*transform: translateY(50px);*/
	/*text-align: left;*/
	/*left: 0;*/
	/*bottom: 20px;*/
	/*font-size: 0;*/
}

.session_5 {
	width: 100%;
	height: 836px;
	background: url(../img/img_9.jpg) center center no-repeat;
}
.session_5 .left-box {
	padding-top: 200px;
	float: left;
}
.session_5 .left-box .all-box {
	margin-top: 36px;
	font-size: 0;
}
.session_5 .left-box .all-box .icon {
	position: relative;
	display: inline-block;
	margin-right: 36px;
	width: 130px;
	height: 130px;
	background: var(--main-color);
	border-radius: 100%;
	line-height: 130px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.session_5 .left-box .all-box .icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	width: 120px;
	height: 120px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 100%;
	transition: all .3s;
	opacity: 0;
}
.session_5 .left-box .all-box .icon:hover:before {
	width: 140px;
	height: 140px;
	opacity: 1;
}
.session_5 .left-box .tel-box {
	margin-top: 45px;
	width: 480px;
	font-size: 37px;
	color: #fff;
	height: 52px;
	line-height: 52px;
	padding-left: 60px;
	border-radius: 8px;
	box-sizing: border-box;
	background: var(--main-color);
}
.session_5 .right-box {
	padding-top: 270px;
	float: right;
	text-align: right;
}
.session_5 .right-box p {
	color: #454545;
	line-height: 1;
	margin-bottom: 20px;
}
.session_5 .right-box p:nth-child(1) {
	font-size: 24px;
}
.session_5 .right-box p:nth-child(2) {
	font-size: 28px;
}
.session_5 .right-box p:nth-child(3) {
	font-size: 32px;
}
.session_5 .right-box p:nth-child(4) {
	font-size: 36px;
}
.session_5 .right-box p:nth-child(5) {
	font-size: 50px;
	font-weight: 700;
}
.session_5 .right-box p:nth-child(6) {
	font-size: 60px;
	position: relative;
	top: -35px;
}
.session_6 {
	margin-top: 100px;
}
.session_6 .title-box h3 {
	font-size: 36px;
	color: #414141;
}
.session_6 .title-box span {
	font-size: 18px;
	color: #414141;
}
.session_6 .centent-box {
	margin-top: 68px;
}
.session_6 .item-box {
	position: relative;
	height: 470px;
	overflow: hidden;
}
.session_6 .item-box .img-box {
	height: 100%;
	background-size: cover;
	transition: all .3s;
}
.session_6 .item-box .img-box:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.2);
	transition: all .3s;
}
.session_6 .item-box .txt-box {
	position: absolute;
	z-index: 999;
	left: 65px;
	right: 65px;
	bottom: 75px;
}
.session_6 .item-box .txt-box p {
	color: #fff;
	font-size: 14px;
	line-height: 2.4;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.session_6 .item-box .txt-box .more {
	position: absolute;
	bottom: -25px;
}
.session_6 .item-box .txt-box .more em {
	font-style: normal;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}
.session_6 .item-box .txt-box .more .line {
	display: inline-block;
	width: 0;
	height: 1px;
	background: #fff;
	vertical-align: middle;
	margin-left: 10px;
	transition: all .3s;
}
.session_6 .item-box:hover .img-box {
	transform: scale3d(1.05, 1.05, 1);
}
.session_6 .item-box:hover .img-box:before {
	background: rgba(0, 0, 0, 0.3);
}
.session_6 .item-box:hover .txt-box .more em {
	/*color: var(--main-color);*/
}
.session_6 .item-box:hover .txt-box .more .line {
	width: 36px;
}
.session_6 .arr-box {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 75px;
	right: 65px;
	z-index: 999999;
	line-height: 75px;
	padding-left: 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.session_6 .arr-box .swiper-button-next,
.session_6 .arr-box .swiper-button-prev {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	left: 0;
	right: 0;
	top: 0;
	margin-top: 0;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.7);
	opacity: 1;
}
.session_6 .arr-box .swiper-button-next:after,
.session_6 .arr-box .swiper-button-prev:after {
	color: #fff;
	font-size: 20px;
}
.session_6 .arr-box .swiper-button-next:hover,
.session_6 .arr-box .swiper-button-prev:hover {
	border: 1px solid #ffffff;
}
.session_7 {
	margin-top: 100px;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 120px;
	margin-bottom: 120px;
}
.session_7 .title-box h3 {
	font-size: 36px;
	color: #414141;
}
.session_7 .title-box span {
	font-size: 18px;
	color: #414141;
}
.session_7 .txt-box {
	padding-left: 100px;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}
.session_7 .txt-box .time-box {
	position: absolute;
	left: 0;
	top: 20px;
}
.session_7 .txt-box .time-box p {
	text-align: left;
	font-size: 24px;
	color: #3f3f3f;
	vertical-align: bottom;
}
.session_7 .txt-box .time-box p.img {
	text-align: right;
	line-height: 1;
	margin-top: -2px;
}
.session_7 .txt-box h3 {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 20px;
	color: #3f3f3f;
}
.session_7 .txt-box p {
	line-height: 1.6;
	font-size: 14px;
	color: rgba(63, 63, 63, 0.7);
}
.session_7 .txt-box:hover .time-box p {
	color: var(--main-color);
}
.session_7 .txt-box:hover h3 {
	color: var(--main-color);
}
.session_7 .img-item {
	width: 50%;
	float: left;
	padding-right: 30px;
	box-sizing: border-box;
}
.session_7 .img-item .img-box {
	margin-top: 20px;
}
.session_7 .img-item .img-box img {
	width: 100%;
}
.session_7 .list-box {
	margin-top: 40px;
	float: left;
	width: 50%;
	padding-left: 30px;
	box-sizing: border-box;
}
.session_7 .list-box .txt-box {
	border-bottom: 1px solid #d5d5d5;
}

.public-footer .nav-box dl {
	padding-left: 20px;
	padding-right: 20px;
}

.news_list-wrap .session_1 .news_des-box .text-box .des-box p {
	/*letter-spacing: 1.5px;*/
	margin-bottom: 0px;
	line-height: 2;
	color: #999;
}

.news_list-wrap .session_1 .list-box .item-box .txt-box .center p,
.about-wrap .session_1 .block .centent-box p,
.index .session_7 .txt-box p,
.index .session_4 .centent-box .item-box .txt-box p,
.index .session_2 .block .centent-box p {
	/*letter-spacing: 1.5px;*/
	margin-bottom: 0px;
	line-height: 2;
}

.about-wrap .session_1 .centent-box .des-box .img-box,
.index .session_2 .centent-box .des-box .img-box {
	overflow: hidden;
}
.about-wrap .session_1 .centent-box .des-box .img-box img,
.index .session_2 .centent-box .des-box .img-box img{
	width: 100%;
}
.about-wrap .session_1 .centent-box .des-box .img-box img,
.index .session_2 .centent-box .des-box .img-box img {
	transition: all .8s;
}

.about-wrap .session_1 .centent-box .des-box .img-box:hover img,
.index .session_2 .centent-box .des-box .img-box:hover img {
	transform: scale(1.1);
}

.index .session_7 .img-item .img-box {
	margin-top: 0px;
}

.index .session_5 .left-box .tel-box {
	padding-left: 0px;
	text-align: center;
}

.index .session_6 .item-box .txt-box p {
	font-size: 18px;
}

.about-wrap .session_4 .item-box .img-box {
	overflow: hidden;
}

.about-wrap .session_4 .item-box .img-box:hover img {
	transform: scale(1.1);
}

.about-wrap .session_4 .item-box .img-box img {
	transition: all .8s;
}

.pro_list-wrap .session_2 .centent-box .left-other .box_3 .list-box img {
	width: 100%;
}

.index .session_7 .txt-box:hover,
.index .session_7 .list-box .txt-box:hover,
.news_list-wrap .session_1 .list-box .item-box:hover {
	transform: translateX(10px) !important;
}

.index .session_7 .txt-box,
.index .session_7 .list-box .txt-box,
.news_list-wrap .session_1 .list-box .item-box {
	transition: all .8s;
}

.news_list-wrap .session_1 .list-box .item-box .img-box img {
	width: 100%;
	height: 100%;
}

.news_list-wrap .session_1 .news_des-box .text-box .title-box p {
	color: #333;
}

.contact-wrap .session_3 .select-box select {
	padding-left: 15px;
}

.contact-wrap .session_3 .btn-box .ok {
	display: inline-block;
	width: 120px;
	height: 40px;
	background: var(--main-color);
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	border: none;
}

.contact-wrap .session_3 .select-box select {
	width: 186px;
}

.contact-wrap .session_3 .select-box {
	margin-right: 0px;
}

.contact-wrap .session_3 .input-box textarea {
	width: 1300px;
}

.contact-wrap .session_3 {
	width: 1300px;
	padding-left: 0px;
}