﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	color: #4c4c4c;
	font-size: 14px;
	font-family: PingFang SC, '寰蒋闆呴粦', "Arial";
	padding-top: 90px;
}
td, th, caption {
	font-size: 14px;
}
a {
	color: #4c4c4c;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
a:visited, a:focus, a:hover {
	text-decoration: none;
	color: #333;
}
img {
	border: 0;
	vertical-align: middle;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	vertical-align: middle;
	font-size: 14px;
	font-family: inherit;
	line-height: normal;
	outline: none;
}
button {
	cursor: pointer;
}
table {
	border-collapse: collapse;
}
video {
	object-fit: contain;
}
.block {
	width: 1600px;
	margin: 0 auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
 *zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.public-header {
	position: fixed;
	top: 0;
	z-index: 999999;
	left: 0;
	right: 0;
	height: 90px;
	line-height: 90px;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.public-header .logo-box img {
	height: 65px;
}
.public-header.search {
	background: #fff;
}
.public-header .body-box {
	box-sizing: border-box;
	display: flex;
    align-items: center;
}
.public-header .body-box .logo-box {
	float: left;
	margin-left: 60px;
	margin-right: 210px;
}
.public-header .body-box .logo-box img.active {
	display: none;
}
.public-header .body-box .link-box {
	margin-right: 230px;
	float: right;
}
.public-header .body-box li {
	float: left;
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
}
.public-header .body-box li a {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	width: 100%;
}
.public-header .body-box li a:before {
	position: absolute;
	content: '';
	height: 2px;
	background: #bb2e32;
	left: 50%;
	margin-left: 0;
	width: 0px;
	transition: all 0.3s;
	bottom: -10px;
}
.public-header .body-box li:hover a, .public-header .body-box li.active a {
	color: #bb2e32;
	font-weight: 700;
}
.public-header .body-box li:hover a:before, .public-header .body-box li.active a:before {
	width: 100%;
	margin-left: -50%;
	bottom: -10px;
}
.public-header .body-box li.active a span {
	transform: translate(0, -22px);
}
.public-header .btn-box .search {
	position: absolute;
	right: 90px;
	width: 90px;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.public-header .btn-box .search img.active {
	display: none;
}
.public-header.search {
	background: #fff;
}
.public-header.search .body-box {
	display: none;
}
.public-header.search .search-box {
	display: block;
}
.public-header.search .close-btn {
	position: absolute;
	top: 0;
	right: -100px;
}
.public-header .search-box {
	height: 42px;
	width: 500px;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;
	line-height: 42px;
	/* border-radius: 30px;*/
	font-size: 0;
	margin-top: 25px;
	position: relative;
	display: none;
}
.public-header .search-box input {
	height: 100%;
	width: 100%;
	outline: none;
	border: none;
	padding-left: 0px;
	padding-right: 10px;
	box-sizing: border-box;
	font-size: 14px;
}
.public-header .search-box input::-ms-placeholder, .public-header .search-box input:-moz-placeholder, .public-header .search-box input::-moz-placeholder .public-header .search-box input::-webkit-input-placeholder {
 color:#999;
}
.public-header .search-box span {
	display: inline-block;
	width: 35px;
	height: 100%;
	text-align: center;
	position: absolute;
	cursor: pointer;
	right: 10px;
}
.public-header .search-box span img {
	vertical-align: middle;
}
.public-header.on .toggle-btn {
	z-index: 1000;
	border-left: none;
}
.public-header .toggle-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 90px;
	width: 90px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.public-header .toggle-btn .sr-only {
	position: relative;
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	margin-top: 45px;
}
.public-header .toggle-btn .sr-only:before {
	position: absolute;
	top: -4px;
	left: 0;
	content: ' ';
	width: 20px;
	height: 2px;
	background-color: #fff;
	transition: all 0.6s;
}
.public-header .toggle-btn .sr-only:after {
	position: absolute;
	top: 4px;
	left: 0;
	content: ' ';
	width: 20px;
	height: 2px;
	background-color: #fff;
	transition: all 0.6s;
}
.public-header.on .toggle-btn .sr-only:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}
.public-header.on .toggle-btn .sr-only:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}
.public-header .centent-box {
	display: none;
}
.public-header.on .centent-box {
	display: inline-block;
	background: #bb2e32;
	height: 580px;
	width: 100%;
	position: absolute;
	top: 0;
}
.public-header.on .nav-box {
	width: 100%;
	display: flex;
	width: 1600px;
	justify-content: space-evenly;
}
.public-header.on .nav-box dl {
	padding-top: 135px;
	padding-bottom: 50px;
	width: 16.6%;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 2;
}
.public-header.on .nav-box dl li {
	margin-bottom: 20px;
	display: inline-block;
	text-align: left;
}
.public-header.on .nav-box dl li > a {
	color: #fff;
	font-size: 24px;
	display: inline-block;
	margin-bottom: 17px;
}
.public-header.on .nav-box dl dd span {
	width: 8px;
	height: 2px;
	background: #fff;
	margin-right: 14px;
	display: inline-block;
	position: relative;
	top: -5px;
}
.public-header.on .nav-box dl dd a {
	color: #fefefe;
	text-align: left;
	font-size: 16px;
}
.public-header.on .nav-box dl:last-child {
	border-right: none;
}
.public-header.active {
	-webkit-animation: tem50_headerdonghua .5s;
	animation: tem50_headerdonghua .5s;
	width: 100%;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}
.public-header.active .body-box .logo-box img, .public-header.active .btn-box .search img {
	display: none;
}
.public-header.active .body-box .logo-box img.active, .public-header.active .btn-box .search img.active {
	display: inline-block;
}
.public-header.active .btn-box .search, .public-header.active .toggle-btn {
	border-left: 1px solid #e5e5e5;
}
.public-header.active .toggle-btn .sr-only {
	background: #000;
}
.public-header.active .toggle-btn .sr-only:before {
	background-color: #000;
}
.public-header.active .toggle-btn .sr-only:after {
	background-color: #000;
}
.public-header.active .body-box li a {
	color: #333;
}
.public-header.active .body-box li:hover a, .public-header.active .body-box li.active a {
	color: #bb2e32;
}
.public-header.on .toggle-btn .sr-only:after,  .public-header.on .toggle-btn .sr-only:before {
	background-color: #fff;
}
.public-header.on .toggle-btn {
	border-left: none;
}
.public-header.on .toggle-btn .sr-only {
	background-color: transparent;
}
@-webkit-keyframes tem50_headerdonghua {
 0% {
 top: -100px;
}
 100% {
 top: 0;
}
}
@keyframes tem50_headerdonghua {
 0% {
 top: -100px;
}
 100% {
 top: 0;
}
}
.public-footer {
	position: relative;
	height: 250px;
	border-top:1px solid #e5e5e5;
}
.public-footer .centent-box {
	position: relative;
}
.public-footer .left-box {
	display: flex;
	position: absolute;
	top: 77px;
}
.public-footer .left-box .er-box {
	vertical-align: top;
	margin-top: -20px;
	float: left;
	margin-left: 67px;
	text-align: center;
}
.public-footer .left-box .er-box img {
	width: 114px;
	height: 114px;
}
.public-footer .right-box {
	position: absolute;
	right: 0px;
	text-align: right;
	top: 65px;
}
.public-footer .right-box .link-box {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.public-footer .right-box .link-box dl dt {
	color: #383431;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 25px;
	line-height: 1;
	font-size: 14px;
	border-right: 1px solid #e5e5e5;
}
.public-footer .right-box .link-box dl:last-child dt {
	padding-right: 0;
	border-right: none;
}
.public-footer .right-box .link-box dl dd a {
	color: #fff;
	font-size: 14px;
	line-height: 2;
}
.public-footer .right-box p {
	color: #383431;
	line-height: 2;
	font-size: 14px;
}
.public-footer .right-box p span {
	margin-left: 15px;
}
@media screen and (max-width: 1700px) {
.block {
	width: 1300px;
}
.public-header .body-box .link-box {
	margin-right: 0;
}
.public-header .body-box .tel-box {
	margin-left: 30px;
}
.public-header .body-box li {
	margin-left: 35px;
	margin-right: 35px;
}
}
@media screen and (max-width: 1440px) {
.public-header.on .nav-box {
	width: 1300px;
}
}
.public-more {
	position: relative;
	width: 140px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	display: inline-block;
	text-align: center;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	color: #333333;
	font-size: 14px;
}
.public-more span {
	display: inline-block;
	margin-left: 4px;
}
.public-more:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #bb2e32;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: -1;
}
.public-more:hover:before, .public-more:focus:before, .public-more:hover:before {
	right: auto;
	left: 0;
	width: 100%;
}
.public-more:hover {
	color: #fff;
	border-color: #bb2e32;
}
.swiper-container .swiper-pagination {
	bottom: 35px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 2px;
	border-radius: 0;
	border: 1px solid #fff;
	box-sizing: border-box;
	background: transparent;
	opacity: 1;
	margin-left: 7px;
	margin-right: 7px;
	vertical-align: middle;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	width: 30px;
	height: 2px;
	border-color: #bb2e32;
	vertical-align: middle;
}
/*# sourceMappingURL=common.css.map */

.public-header {
	background: transparent;
	position: absolute;
}
.public-header.active {
	background: #fff;
	position: fixed;
}
body {
	padding-top: 0;
}
.session_1 .img-box {
	height: auto;
	width: 100%;
}
.session_1 .img-box img {
	height: auto;
	width: 100%;
}
.session_1 .arr-box {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	height: 100px;
}
.session_1 .arr-box .swiper-button-next {
	right: 0;
}
.session_1 .arr-box .swiper-button-prev {
	left: 0;
}
.session_1 .arr-box .swiper-button-next, .session_1 .arr-box .swiper-button-prev {
	width: 44px;
	height: 100px;
	background: rgba(187,46,50,0.5);
	margin-top: 0;
	top: 0;
}
.session_1 .arr-box .swiper-button-next:after, .session_1 .arr-box .swiper-button-prev:after {
	color: #fff;
	font-size: 24px;
}
.session_1 .swiper-pagination {
	bottom: 30px;
}
.session_1 .swiper-pagination-bullet {
	border: 1px solid #23546c;
	width: 11px;
	height: 11px;
	box-sizing: border-box;
	opacity: 1;
	background: transparent;
}
.session_1 .swiper-pagination-bullet-active {
	background: #23546c;
}
.session_2 {
	padding-top: 90px;
}
.session_2 .title-box {
	text-align: center;
	margin-bottom: 30px;
}
.session_2 .title-box h3 {
	line-height: 1;
	font-size: 30px;
	margin-bottom: 20px;
	color: #383431;
	position: relative;
	font-style: italic;
	font-family: 'Helvetica Neue';
	text-transform:uppercase;
}

/*.session_2 .title-box h3:before {
    width: 60px;
    height: 3px;
    position: absolute;
    content: '';
    background: #bb2e32;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
}
.session_2 .title-box h3:after {
    width: 30px;
    height: 3px;
    position: absolute;
    content: '';
    background: #4c4c4c;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
    margin-left: -15px;
}*/

.session_2 .title-box p {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}
.session_2 > .txt-box {
	font-size: 16px;
	width: 1060px;
	margin: 0 auto;
	line-height: 2;
	text-align: center;
	margin-bottom: 100px;
}
.session_2 .row {
	margin-left: -5px;
	margin-right: -5px;
}
.session_2 .col-m-2 {
	float: left;
	width: 33%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	box-sizing: border-box;
	transition: all .8s;
}
.session_2 .col-m-2.active {
	width: 25%;
}
.session_2 .item-box {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.session_2 .item-box .des-box {
	position: relative;
	height: 100%;
	width: 100%;
}
.session_2 .item-box .des-box .img-box img{
	width: 100%;
	height: 100%;
}
.session_2 .item-box .des-box .txt-box {
	padding: 0;
	padding-top: 0;
	padding-bottom: 10px;
	opacity: 0;
	width: 100%;
}
.session_2 .item-box .des-box .txt-box h3 {
	font-size: 20px;
	line-height: 1;
    margin-top: 20px;
	margin-bottom: 16px;
}
.session_2 .item-box .des-box .txt-box span {
	font-size: 36px;
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-style: italic;
}
.session_2 .item-box .des-box .txt-box p {
	line-height: 1.8;
	margin-top:0;
}
.session_2 .col-m-2.active .item-box .des-box .txt-box {
	opacity: 1;
}
.session_3 {
	position: relative;
	margin-top: 100px;
	padding: 60px 0;
}
.session_3 .centent-box {
	position: relative;
	z-index: 2;
}
.session_3 .centent-box .left-box {
	display: inline-block;
	width: 45%;
}
.session_3 .centent-box .left-box .title-box {
	position: relative;
}
.session_3 .centent-box .left-box .title-box:before {
	width: 60px;
	height: 3px;
	content: '';
	background: #bb2e32;
	position: absolute;
	bottom: -25px;
}
.session_3 .centent-box .left-box .title-box:after {
	width: 30px;
	height: 3px;
	content: '';
	background: #000;
	position: absolute;
	bottom: -25px;
	left: 0;
}
.session_3 .centent-box .left-box .title-box span {
	font-size: 30px;
	font-style: italic;
	font-family: 'Helvetica Neue';
	font-weight: 700;
}
.session_3 .centent-box .left-box .title-box h3 {
	margin-top: 3px;
	font-size: 36px;
}
.session_3 .centent-box .left-box .des-box p {
	margin-top: 65px;
	font-size: 16px;
	line-height: 2;
}
.session_3 .centent-box .left-box .list-box {
	margin-top: 98px;
	overflow: hidden;
	margin-bottom: 95px;
}
.session_3 .centent-box .left-box .list-box .item-box {
	position: relative;
	float: left;
	text-align: left;
}
.session_3 .centent-box .left-box .list-box .item-box:nth-child(1) {
	width: 32%;
}
.session_3 .centent-box .left-box .list-box .item-box:nth-child(2) {
	width: 23%;
}
.session_3 .centent-box .left-box .list-box .item-box:nth-child(3) {
	width: 25%;
}
.session_3 .centent-box .left-box .list-box .item-box:nth-child(4) {
	width: 20%;
}
.session_3 .centent-box .left-box .list-box .item-box h3 {
	position: relative;
	color: #bb2e32;
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 10px;
}
.session_3 .centent-box .left-box .list-box .item-box h3 em {
	position: absolute;
	font-size: 14px;
	font-style: normal;
	margin-left: 15px;
}
.session_3 .centent-box .left-box .list-box .item-box p {
	font-size: 16px;
}
.session_3 .right-page {
	position: absolute;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	top: 50%;
	width: 50%;
	right: 0;
	float: right;
	transform: translateY(-60%);
	background: #fcfbfb;
}
.session_3 .right-page img {
	width: 100%;
}
.session_4 .left-box {
	width: 32%;
	float: left;
	overflow: hidden;
	height: 960px;
}
.session_4 .left-box img {
	width: 100%;
	height: 100%;
}
.session_4 .right-box {
	width: 68%;
	float: right;
	height: 960px;
}
.session_4 .right-box .top-box {
	background: url('../images/img_6.png') center top no-repeat;
	background-size: auto 100%;
	height: 70%;
}
.session_4 .right-box .top-box .title-box {
	padding-top: 6%;
	padding-left: 5%;
	position: relative;
}
.session_4 .right-box .top-box .title-box:before {
	width: 70px;
	height: 1px;
	background: #fefefe;
	content: '';
	position: absolute;
	bottom: -15%;
}
.session_4 .right-box .top-box .title-box h3 {
	font-size: 48px;
	color: #fff;
	font-weight: 400;
}
.session_4 .right-box .top-box .title-box p {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 8px;
}
.session_4 .right-box .top-box .des-box {
	margin-top: 4%;
	padding-left: 5%;
	padding-right: 170px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
}
.session_4 .right-box .top-box .des-box p {
	line-height: 2;
}
.session_4 .right-box .top-box .list-box {
	padding-left: 5%;
	padding-top: 6%;
}
.session_4 .right-box .top-box .list-box .item-box {
	float: left;
	margin-right: 2.5%;
	text-align: center;
}
.session_4 .right-box .top-box .list-box .item-box .icon-box {
	width: 100px;
	height: 118px;
	line-height: 118px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin-bottom: 10px;
	border-radius: 5px;
	display:flex;
	align-items: center;
    justify-content: center;
}
.session_4 .right-box .top-box .list-box .item-box .icon-box img {
	display: inline-block;
}
.session_4 .right-box .top-box .list-box .item-box .icon-box img.active {
	display: none;
}
.session_4 .right-box .top-box .list-box .item-box p {
	line-height: 1;
	font-size: 14px;
	color: #bfbfbf;
}
.session_4 .right-box .bottom-box {
	background: #bb2e32;
	padding-top: 4%;
	padding-left: 5%;
	position: relative;
	height: 30%;
	box-sizing: border-box;
}
.session_4 .right-box .bottom-box h3 {
	font-size: 36px;
	color: #fff;
}
.session_4 .right-box .bottom-box p {
	position: relative;
	font-size: 16px;
	color: #fefefe;
	margin-top: 10px;
}
.session_4 .right-box .bottom-box p:before {
	width: 70px;
	height: 1px;
	background: #fefefe;
	content: '';
	position: absolute;
	bottom: -30px;
}
.session_4 .right-box .bottom-box .more-btn {
	margin-top: 70px;
}
.session_4 .right-box .bottom-box .more-btn .public-more:hover {
	/*border-color:rgba(255, 255, 255, 0.5);*/
	border-color: #dddddd;
}
.session_4 .right-box .bottom-box .more-btn a {
	color: #fff;
}
.session_5 {
	clear: both;
	padding-top: 80px;
}
.session_5 .title-box {
	text-align: center;
	margin-bottom: 60px;
}
.session_5 .title-box h3 {
	line-height: 1;
	font-size: 30px;
	margin-bottom: 20px;
	color: #383431;
	position: relative;
	font-style: italic;
	font-family: 'Helvetica Neue';
}
.session_5 .title-box h3:before {
	width: 60px;
	height: 3px;
	position: absolute;
	content: '';
	background: #bb2e32;
	left: 50%;
	transform: translateX(-50%);
	bottom: -22px;
}
.session_5 .title-box h3:after {
	width: 30px;
	height: 3px;
	position: absolute;
	content: '';
	background: #000;
	left: 50%;
	transform: translateX(-50%);
	bottom: -22px;
	margin-left: -15px;
}
.session_5 .title-box p {
	margin-top: 47px;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 15px;
}
.session_5 .centent-box .arr-box {
	position: relative;
	text-align: center;
}
.session_5 .centent-box .swiper-button-next,  .session_5 .centent-box .swiper-button-prev {
	position: static;
	display: inline-flex;
	margin-top: 60px;
	margin-left: 20px;
	margin-right: 20px;
	width: 60px;
	height: 60px;
	border: 1px solid rgba(0, 0, 0,0.8);
}
.session_5 .centent-box .swiper-button-next:after,  .session_5 .centent-box .swiper-button-prev:after {
	font-size: 30px;
	color: #333;
}
.session_5 .centent-box .swiper-button-next:hover:after,  .session_5 .centent-box .swiper-button-prev:hover:after {
	color: #bb2e32;
}
.session_5 .centent-box .swiper-button-next:hover,  .session_5 .centent-box .swiper-button-prev:hover {
	border-color: #bb2e32;
}
.session_5 .centent-box .swiper-button-next {
	left: auto;
	right: 0;
}
.session_6 {
	/*background: url('../images/img_8.png')center center no-repeat;*/
	clear: both;
	margin-top: 12px;
	position: relative;
	padding-bottom: 90px;
}
.session_6 .title-box {
	text-align: center;
	padding-top: 90px;
}
.session_6 .title-box h3 {
	line-height: 1;
	font-size: 30px;
	margin-bottom: 20px;
	/*color: #fff;*/
	position: relative;
	font-style: italic;
	font-family: 'Helvetica Neue';
}
.session_6 .title-box h3:before {
	width: 60px;
	height: 3px;
	position: absolute;
	content: '';
	background: #bb2e32;
	left: 50%;
	transform: translateX(-50%);
	bottom: -22px;
}
.session_6 .title-box h3:after {
	width: 30px;
	height: 3px;
	position: absolute;
	content: '';
	background: #4c4c4c;
	left: 50%;
	transform: translateX(-50%);
	bottom: -22px;
	margin-left: -15px;
}
.session_6 .title-box p {
	margin-top: 47px;
	font-size: 32px;
	/*color: #fff;*/
	line-height: 1;
	margin-bottom: 15px;
}
.session_6 .block {
	width: 1300px;
}
.session_6 .centent-box {
	margin-top: 59px;
}
.session_6 .list-box .row {
	margin-left: -25px;
	margin-right: -25px;
}
.session_6 .list-box .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
}
.session_6 .list-box .item-box .img-box {
	overflow: hidden;
}
.session_6 .list-box .item-box .img-box img {
	width: 100%;
	height: 209px;
	transition: all .3s;
}
.session_6 .list-box .item-box .txt-box {
	margin-top: 25px;
}
.session_6 .list-box .item-box .txt-box .title {
	margin-bottom: 20px;
}
.session_6 .list-box .item-box .txt-box .title h3 {
	font-size: 16px;
	font-weight: 400;
	/*color: #fff;*/
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.session_6 .list-box .item-box .txt-box span {
	font-size: 14px;
	/*color: #fff;*/
}
.session_6 .list-box .item-box .txt-box .des-box p {
	line-height: 1.8;
	/*color: #fff;*/
	margin-bottom: 25px;
}
.session_6 .list-box .item-box:hover .img-box img {
	transform: scale(1.1);
}
.session_6 .list-box .item-box:hover .txt-box .title h3 {
	color: #bb2e32;
}
.session_6 .swiper-pagination {
	position: static;
	margin-top: 85px;
	display: none;
}
.session_6 .swiper-pagination .swiper-pagination-bullet {
	border-color: #003532;
}
.session_6 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #bb2e32;
}
.session_6 .more-btn {
	text-align: center;
}
.session_6 .more-btn .public-more {
	margin-top: 68px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	color: rgba(0, 0, 0, 0.5);
}
 @media screen and (max-width: 1700px) {
.session_2 {
	padding-bottom: 0;
}
.session_2 .centent-box .arr-box {
	bottom: 27px;
}
.session_2 .centent-box .item-box .txt-box {
 width:100%%;
}
.session_2 .centent-box .item-box .img-box {
 width:100%%;
}
.session_3 .centent-box .img-box {
	width: 52%;
}
.session_3 .centent-box .txt-box {
	padding-left: 50px;
	width: 48%;
}
.session_3 .centent-box .txt-box .more-btn {
	margin-top: 40px;
}
.session_4 .right-box,  .session_4 .left-box {
	height: 680px;
}
.session_4 .right-box .top-box .title-box h3 {
	font-size: 36px;
}
.session_4 .right-box .top-box .title-box p {
	font-size: 20px;
}
.session_4 .right-box .bottom-box h3 {
	font-size: 30px;
}
.session_4 .right-box .bottom-box p {
	font-size: 14px;
}
.session_4 .right-box .bottom-box p:before {
	bottom: -15px;
}
.session_4 .right-box .bottom-box .more-btn {
	margin-top: 40px;
}
.session_4 .right-box .bottom-box .more-btn a {
	width: 100px;
	height: 30px;
	line-height: 30px;
}
.session_5 .all-box .item-box .img {
	height: 580px;
}
.session_6 {
	padding-bottom: 90px;
}
}
/*# sourceMappingURL=index.css.map */

/*通用*/
#top {
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 99999;
	display: none;
	width: 48px;
	height: 48px;
	background: #000;
	line-height: 48px;
	text-align: center;
	transition: all .3s;
}
#top img {
	width: 30px;
	height: auto;
	padding-top: 11px;
}
#top:hover {
	background: #bb2e32;
}
.public-header.active .logo-box img,  .public-header .logo-box img.active,  .public-header .tel-box img.active {
	display: none;
}
.public-header.active .logo-box img.active,  .public-header.active .tel-box img.active {
	display: inline-block;
}
.public-header.active .tel-box {
	color: #bb2e32;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 11px !important;
	height: 11px !important;
}
.index .session_6 .centent-box .txt-box .bottom-box h3,  .public-footer .left-box .tel h3,  .public-header .tel-box {
	letter-spacing: 0.5px !important;
}
/*首页*/
.index .session_4 .right-box .top-box .list-box .item-box .icon-box img {
	transition: all .3s;
}
.index .session_4 .right-box .top-box .list-box .item-box .icon-box:hover img {
	transform: RotateY(180deg);
}
.index .session_6 .centent-box .txt-box .bottom-box {
	padding-left: 30px;
}
.index .session_6 .centent-box .txt-box .bottom-box h3 {
	font-size: 28px;
}
.index .session_7 .list-box .item-box .img-box img {
	height: 320px;
}
/*关于*/
.about-wrap .page-box .session_3 .item-box .txt-box {
	padding-top: 40px;
}
/*产品*/
.pro_list-wrap .session_4 .left-page .box_3 .list-box img {
	max-width: 100%;
}
.pro_list-wrap .session_4 .left-page .box_2 ul {
	padding-left: 15px;
}
.pro_list-wrap .session_4 .left-page .box_2 ul li {
	list-style-type: decimal;
}
/*加盟*/
.join-wrap .page-box .session_5 .body-box .left-box .from-box .btn-box .ok {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #bb2e32;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border: none;
}
.join-wrap .page-box .session_1 .left-box .list-box .item-box {
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 25px;
}
/*案例*/
.case_list-wrap .session_1 .item-box .txt-box {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
/*新闻*/
.news_list-wrap .session_4 .des-box {
	margin-bottom: 0;
	line-height: 2;
	font-size: 16px;
}
.news_list-wrap .session_2 .top-box .item-box .img-box img {
	height: 456px;
}
/*联系*/
.link-wrap .session_1 .centent-box .right-box .from-box .btn-box .ok {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #bb2e32;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border: none;
}
