.wrap_box {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

@media only screen and (max-width: 1450px) {
	.wrap_box {
		padding: 0 20px;
	}
}


/*****************************banner***************************/

.banner {
	position: relative;
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
	background: url(/public/images/prev_icon.png);
	margin-left: 20px;
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
	background: url(/public/images/next_icon.png);
	margin-right: 20px;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	width: 41px;
	height: 69px;
}

.banner .swiper-slide {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
}

@media only screen and (min-width: 700px) {
	.banner .swiper-slide .video_img {
		display: none;
	}
	.banner .swiper-slide .phone{
		display: none;
	}
}



.banner .swiper-slide img {
	width: 100%;
	height: 100vh;
	margin: auto;
	/*animation: 5s cubic-bezier(.9, .9, .9, 1) 0s normal none 100 running scaleIn;*/
}

.banner .swiper-slide video {
	width: 100%;
	height: 100vh;
	object-fit: fill;
}

.banner .text_box {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	text-align: center;
	z-index: 100;
	padding: 0 20px;
}

.banner .text_box h3 {
	font-size: 70px;
	margin-bottom: 50px;
	font-weight: bold;
	color: #fff;
}

.banner .text_box p {
	font-size: 28px;
	color: #fff;
	line-height: 44px;
}

.banner .black_shadow {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 60px;
	z-index: 200;
}

.banner .swiper-pagination-bullet {
	opacity: 0.8;
	margin: 0;
	outline: none;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 116px;
	height: 32px;
	line-height: 32px;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	background: none;
	text-align: center;
	color: #fff;
	font-size: 19px;
	margin: 0;
	background: url(../image/swiper_p.png) no-repeat right bottom;
	position: relative;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:first-child:before {
	background: url(../image/swiper_p.png) no-repeat left bottom;
	width: 1px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
}

@media only screen and (max-width: 1201px) {
	.banner .text_box {
		padding: 0 10%;
	}
}
@media only screen and (max-width: 800px) {
	.banner .text_box h3 {
		font-size: 50px;
	}

}
@media only screen and (max-width: 700px) {
	.banner{
		margin-top: 80px;
	}
	.banner .swiper-slide{
		height: auto;
	}
	.banner .swiper-slide img{
		height: auto;
	}
	.banner .swiper-slide video {
		display: none;
	}
	.banner .swiper-slide .video_img {
		display: block;
	}
	.banner .swiper-slide .pc{
		display:none;
	}
	.banner .swiper-slide .phone{
		display: block;
	}
	.more_box{
		margin-top: 20px;
		height: 40px;
		line-height: 40px;
	}
	.more_box span{
		line-height: 40px;
	}
}
@media only screen and (max-width: 700px) {

	.banner .text_box h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.banner .text_box p {
		font-size: 18px;
	}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 20%;
	}
}
@media only screen and (max-height: 700px) {
	
}

/*****************************banner over***************************/


/*****************************ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â³ÃƒÂ¤Ã‚ÂºÃ…Â½ÃƒÂ¦Ã‹â€ Ã¢â‚¬ËœÃƒÂ¤Ã‚Â»Ã‚Â¬***************************/

.about_box {
	overflow: hidden;
	padding: 3% 0 0;
}

.about_box .left_box {
	float: left;
	width: 50%;
}

.about_box .left_box .main_title_box {
	width: 88%;
}

.about_box .left_box .text_box {
	width: 65%;
	margin: 0 auto;
}

.about_box .left_box .text_box p {
	font-size: 14px;
	color: #bcbcbc;
	line-height: 24px;
	letter-spacing: 2px;
	;
	padding: 4% 0;
}

.about_box .left_box .text_box p.p_en {
	display: none;
}

.about_box .left_box .text_box .more_box {
	border: 1px solid #dfdfdf;
	color: #333;
	margin: 5% 0;
}

.about_box .left_box .text_box .more_box span {
	background: url(../image/xiangxiab.png) no-repeat 84% center;
}
.about_box .left_box .text_box .more_box span a{
	color:#333;
}
.about_box .right_box {
	width: 50%;
	height: auto;
	position: relative;
	float: right;
}

.about_box .right_box .main_img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1650px) {
	.about_box .left_box .text_box p {
		padding: 0;
	}
}

@media only screen and (max-width: 1500px) {
	.about_box .left_box .text_box {
		width: 75%;
	}
}

@media only screen and (max-width: 1401px) {
	.about_box .left_box .text_box {
		width: 100%;
		padding: 0 5% 0 10%;
	}
	.about_box .left_box .text_box p {
		font-size: 13px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 1201px) {
	.about_box .left_box .text_box .p_cha {
		font-size: 14px;
		line-height: 26px;
	}
	.about_box .left_box .text_box .p_en {
		display: none;
	}
	.about_box .left_box .main_title_box {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 901px) {
	.about_box .left_box {
		float: none;
		width: 100%;
	}
	.about_box .right_box {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.about_box .more_box {
		margin: 2% 0 !important;
	}
}

.about_box .video_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 20000;
	display: none;
}

.about_box .video_box video {
	width: 1200px;
	height: 720px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -360px;
	margin-left: -600px;
}


/*****************************ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â³ÃƒÂ¤Ã‚ÂºÃ…Â½ÃƒÂ¦Ã‹â€ Ã¢â‚¬ËœÃƒÂ¤Ã‚Â»Ã‚Â¬ over***************************/


/*****************************ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¥Ã‚Â¿Ã†â€™***************************/

.pro_box {
	padding-bottom: 30px;
}

.pro_box ul {
	width: 100%;
	padding: 0 10px;
}

.pro_box ul li {
	float: left;
	width: calc(100% / 3);
	position: relative;
}

.pro_box ul li .column {
	position: relative;
	transition: all 0.5s linear;
	cursor: pointer;
	margin: 8% 4%;
}

@media only screen and (max-width: 900px) {
	.pro_box ul li {
		float: none;
		width: 100%;
	}
	.pro_box ul li .column {
		width: calc(50% - 4%);
		float: left;
		margin: 2%;
	}
}

@media only screen and (max-width: 500px) {
	.pro_box .wrap_box{
		padding: 0;
	}
	.pro_box ul li .column {
		width: calc(100% / 2 - 4%);
		/*float: none;*/
		margin: 2%;
	}
}

.pro_box ul li .column:hover {
	/*box-shadow: 40px 40px 50px 0px rgba(0, 0, 0, 0.5);*/
	z-index: 20;
}

.pro_box ul li .column .img_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pro_box ul li .column img {
	width: 100%;
	height: auto;
	transition: all 0.3s linear;
}

.pro_box ul li .column:hover img {
	transform: scale(1.2);
}

.pro_box ul li .column .text_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 8%;
	transition: all 0.3s linear;
	transform: scale(0);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pro_box ul li .column:hover .text_box {
	background: rgba(0, 0, 0, .6);
	transform: scale(1);
}

.pro_box ul li .column .text_box h3 {
	font-size: 20px;
	font-weight: bold;
}

.pro_box ul li .column .text_box p {
	font-size: 16px;
	line-height: 22px;
	opacity: 0;
	transition: all 0.5s linear;
}

.pro_box ul li .column .text_box span {
	margin-top: 4%;
	width: 54px;
	height: 17px;
	background: url(../image/jiantou.png) no-repeat center center;
	display: block;
	position: absolute;
	bottom: 8%;
	left: 8%;
	opacity: 0;
	transition: all 0.5s linear;
}

.pro_box ul li .column:hover .text_box p,
.pro_box ul li .column:hover .text_box span {
	opacity: 1;
}

@media only screen and (max-width: 1400px) {
	.pro_box ul li .column .text_box h3 {
		padding-bottom: 14px;
	}
	.pro_box ul li .column .text_box p {
		font-size: 13px;
	}
}


/*****************************ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¥Ã‚Â¿Ã†â€™ over***************************/


/*****************************ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»***************************/

.news_box {
	background: url(../image/news_bg.png) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 40px;
}

.news_box .main_title_box {
	padding: 4% 25% 2% 0;
}

@media only screen and (max-width: 901px) {
	.main_title_box {
		padding: 4% 0 4% 0 !important;
	}
}

.news_box .main_title_box .en {
	color: #e0e2e8;
}

.news_box .main_title_box .cha {
	color: #e0e2e8;
}

.news_box h5 {
	color: #fff;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}

.news_box h5:after {
	position: absolute;
	top: 50%;
	left: 80px;
	width: 100%;
	height: 1px;
	background: #fff;
	content: "";
	display: block;
}

.news_box .left_nox {
	width: 50%;
	float: left;
	overflow: hidden;
}

.news_box .right_nox {
	width: 50%;
	float: right;
}

.news_box .left_nox ul {
	width: 100%;
}

.news_box .left_nox ul li {
	float: left;
	width: calc(50% - 20px);
	margin: 10px;
	background: rgba(255, 255, 255, .6);
	padding: 30px 25px;
	position: relative;
}

.news_box .left_nox .news-container {
	width: 100%;
	margin: 0 auto;
}

.news_box .left_nox .swiper-slide {
	background: rgba(255, 255, 255, .6);
	padding: 30px 25px 50px;
	position: relative;
	overflow: visible;
}

.news_box .left_nox .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	display: flex !important;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	bottom: 25px
}

.news_box .left_nox .swiper-pagination-bullet {
	border-radius: 0;
}

.news_box .left_nox .swiper-pagination-bullet-active {
	background: #9b1823;
}

.news_box .left_nox h6 {
	font-size: 16px;
	color: #9b1823;
	line-height: 24px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_box .left_nox span {
	font-size: 12px;
	color: #666;
	display: block;
	line-height: 30px;
}

.news_box .left_nox p {
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	color: #444;
}

.news_box .left_nox ul li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.news_box .left_nox .swiper-slide img {
	width: 100%;
	height: auto;
}

.news_box .left_nox ul li:hover img,
.news_box .left_nox .swiper-slide:hover img {
	opacity: 1;
	transition: all 0.5s linear;
}

.news_box .right_box ul {
	width: 100%;
}

.news_box .right_nox ul li {
	width: 100%;
	color: #fff;
	padding: 15px 10px 0;
}

.news_box .right_nox ul li a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.news_box .right_nox ul li span {
	width: 100px;
	color: #fff;
	line-height: 30px;
	transition: all 0.5s linear;
	text-align: right;
}

.news_box .right_nox ul li p {
	width: calc(100% - 100px);
	color: #fff;
	line-height: 30px;
	padding-bottom: 52px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	transition: all 0.5s linear;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_box .right_nox ul li:hover span,
.news_box .right_nox ul li:hover p {
	color: #9b1823;
}

@media only screen and (max-width:1001px) {
	.news_box {
		background: #777d7f;
	}
	.news_box .left_nox {
		width: 100%;
		float: none;
	}
	.news_box .right_nox {
		width: 100%;
		float: none;
		padding-bottom: 40px;
		
	}
	.news_box h5 {
		margin-top: 20px;
		display: none;
	}
	.news_box .right_nox ul {
		width: 80%;
		margin: 0 auto;
	}
	.news_box .right_nox ul li span {
		width: 30%;
	}
	.news_box .right_nox ul li p {
		width: 70%;
		padding-bottom: 10px;
	}
}

@media only screen and (min-width:601px) {
	.news_box .left_nox .news-container {
		display: none;
	}
}

@media only screen and (max-width:600px) {
	.news_box .left_nox ul {
		display: none;
	}
	.news_box .left_nox ul li {
		float: none;
		width: 80%;
		margin: 20px auto;
	}
	.news_box .right_nox{
		display: none;
	}
}


/*****************************ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â» over***************************/


/*****************************ÃƒÂ¥Ã‚ÂÃ‹â€ ÃƒÂ¤Ã‚Â½Ã…â€œÃƒÂ¤Ã‚Â¼Ã¢â€žÂ¢ÃƒÂ¤Ã‚Â¼Ã‚Â´***************************/

.partner_box {
	padding-bottom: 5%;
}

.partner_box .cooperative_partner_list ul {
	width: 100%;
}

.partner_box .cooperative_partner_list ul li {
	width: calc(100% / 6);
	text-align: center;
	height: auto;
	float: left;
	text-align: center;
	vertical-align: middle;
	border-radius: 6px;
	padding: 1%;
	transition: all .3s linear;
}


/*@media only screen  and (max-width: 1300px) {
	.partner_box .cooperative_partner_list ul li {
		width: calc(100% / 4);
	}
}*/

@media only screen and (max-width: 1000px) {
	.partner_box .cooperative_partner_list ul li {
		width: calc(100% / 4);
	}
}

.partner_box .cooperative_partner_list ul li img {
	width: 100%;
	display: inline-block;
	height: auto;
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;*/
	transition: all .3s linear;
}

.partner_box .cooperative_partner_list ul li:hover {
	box-shadow: 2px 2px 30px rgba(0, 0, 0, .1);
	background: #fff;
}

.partner_box .cooperative_partner_list ul li:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: auto;
}


/*****************************ÃƒÂ¥Ã‚ÂÃ‹â€ ÃƒÂ¤Ã‚Â½Ã…â€œÃƒÂ¤Ã‚Â¼Ã¢â€žÂ¢ÃƒÂ¤Ã‚Â¼Ã‚Â´over***************************/


/*****************************ÃƒÂ¤Ã‚Â¼Ã‹Å“ÃƒÂ¥Ã…Â Ã‚Â¿ÃƒÂ¥Ã¢â‚¬ÂºÃ¢â‚¬ÂºÃƒÂ¥Ã‚ÂÃ¢â‚¬â€+canvas***************************/

.advance_box {
	width: 100%;
	background: #232323;
	overflow: hidden;
	position: relative;
}

.advance_box canvas {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.3);
}

.advance_box .controls {
	width: 500px;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	display: none;
}

.advance_box .controls .btn-group {
	display: inline-block;
}

.advance_box .controls .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 500;
	text-align: center;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	line-height: 1.5;
	padding: 4px 15px;
	font-size: 12px;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: relative;
	color: rgba(0, 0, 0, 0.65);
	background-color: #fff;
	border-color: #d9d9d9;
}

.advance_box .controls .btn:first-child {
	border-radius: 4px 0 0 4px;
}

.advance_box .controls .btn:last-child {
	border-radius: 0 4px 4px 0;
}

.advance_box .controls .btn.active {
	color: #fff;
	background-color: #dc7953;
	border-color: #dc7953;
}

.advance_box .controls .rotate {
	margin-left: 20px;
}

.advance_box .controls .rotate .btn {
	border: none;
	border-radius: 20px;
}

.advance_box ul {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.advance_box ul li {
	float: left;
	width: calc(100% / 4);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.3s linear;
	min-height: 460px;
}

.advance_box ul li:nth-child(2),
.advance_box ul li:nth-child(4) {
	background: rgba(255, 255, 255, .1);
}

.advance_box ul li:hover {
	background: #9b1823;
}

.advance_box ul li em {
	display: block;
	width: 20px;
	height: 3px;
	background: #fff;
	margin: 50px auto 40px;
	transform: scaleY(1);
}

.advance_box ul li:hover em {
	transform: scaleY(0);
}

.advance_box ul li p {
	text-align: center;
	margin: 0 auto;
	line-height: 36px;
	font-size: 14px;
	padding-top: 60px;
	transform: scaleY(0);
	transition: all 0.3s linear;
}

.advance_box ul li:hover p {
	transform: scaleY(1);
}

@media only screen and (max-width: 1251px) {
	.advance_box ul li {
		min-height: 350px;
	}
	.advance_box ul li em {
		margin: 20px auto;
	}
	.advance_box ul li p {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 901px) {
	.advance_box ul li {
		width: 50%;
	}
	.advance_box ul li:nth-child(1),
	.advance_box ul li:nth-child(4) {
		background: none;
	}
	.advance_box ul li:nth-child(2),
	.advance_box ul li:nth-child(3) {
		background: rgba(255, 255, 255, .1);
	}
}

@media only screen and (max-width: 640px) {
	.advance_box ul li p {
		transform: scaleY(1);
		width: 80%;
		line-height: 20px;
	}
	.advance_box ul li{
		min-height:200px;
	}
	.advance_box ul li img{
		display:none;
	}
	.advance_box ul li em{
		display:none
	}
}


/*****************************ÃƒÂ¤Ã‚Â¼Ã‹Å“ÃƒÂ¥Ã…Â Ã‚Â¿ÃƒÂ¥Ã¢â‚¬ÂºÃ¢â‚¬ÂºÃƒÂ¥Ã‚ÂÃ¢â‚¬â€+canvas over***************************/


/*****************************ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¬ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â±banner***************************/

.main_box {
	padding-top: 133px;
}

.inner_banner {
	position: relative;
	width: 100%;
}
.inner_banner img{
	width: 100%;
}
.inner_banner img.phone{
	display: none;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.main_box {
		padding-top: 80px;
	}
	.inner_banner img.pc{
		display: none;
	}
	.inner_banner img.phone{
		display:block;
	}
}

.news_banner {
	width: 100%;
	height: 600px;
}

.inner_banner img {
	width: 100%;
	height: 100%;
	
	object-fit: cover;
}
.inner_banner img.pc{
	min-height: 500px;
}
.inner_nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
}

.inner_nav ul {
	width: 100%;
	max-width: 1400px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 1421px) {
	.inner_nav ul {
		padding: 0 20px;
	}
}



.inner_nav ul li {
	height: 80px;
	margin-right: 1px;
	background: rgba(239, 0, 30, 0.85);
}

.inner_nav ul li:nth-child(2) {
	animation-delay: 0.6s;
}

.inner_nav ul li:nth-child(3) {
	animation-delay: 1.2s;
}

.inner_nav ul li:nth-child(4) {
	animation-delay: 1.8s;
}

.inner_nav ul li:nth-child(5) {
	animation-delay: 2.4s;
}

.inner_nav ul li:nth-child(6) {
	animation-delay: 3s;
}

.inner_nav ul li:nth-child(7) {
	animation-delay: 3.6s;
}

/*.inner_nav ul li:last-child {
	margin-right: 0 !important;
}*/

.inner_nav ul li a {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 13%;
}
@media only screen and (max-width: 550px) {
	.two_b .inner_nav ul{
		flex-wrap: wrap;
	}
	.two_b .inner_nav ul li {
		width: calc(100% / 2 - 1px) !important;
	}
	.inner_nav ul li{
		height: 40px;
	}
	.inner_nav ul li a{
		height: 40px;
		line-height: 18px;
		font-size: 14px;
	}
}
.inner_nav ul li.current a {
	background: #fff;
	color: #333;
}

.inner_title_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 66px 0 30px;
}
@media only screen  and (max-width: 640px) {
	.inner_title_box{
		padding: 30px 0;
	}
}
.inner_title_box h4 {
	color: #999;
	font-size: 26px;
}

@media only screen and (max-width: 400px) {
	.inner_title_box h4 {
		font-size: 20px;
	}
}

.inner_title_box h3 {
	color: #555;
	font-size: 26px;
	line-height: 30px !important;
	padding-bottom: 6px;
	background: url(../image/about_us_title_line.png) no-repeat center bottom;
}


/**************************ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â³ÃƒÂ¤Ã‚ÂºÃ…Â½ÃƒÂ¦Ã‹â€ Ã¢â‚¬ËœÃƒÂ¤Ã‚Â»Ã‚Â¬*************************/

@keyframes fadeInDown80 {
	from {
		transform: translateY(-80px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.fadeInDown80 {
	animation-name: fadeInDown80;
	animation-duration: 0.6s;
}

.gsjj .content_box {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
	.gsjj .content_box {
		height: 240px;
		overflow-y: auto;
	}
	.gsjj .content_box .text_box {
		padding: 0 10px;
	}
	.gsjj .content_box::-webkit-scrollbar {
		width: 4px;
	}
	.gsjj .content_box::-webkit-scrollbar-track {
		background-color: none;
		border-radius: 2em;
	}
	.gsjj .content_box::-webkit-scrollbar-thumb {
		background-color: #e60012;
		border-radius: 2em;
	}
}

.gsjj .content_box p {
	font-size: 16px;
	color: #555;
	line-height: 30px;
	text-indent: 2em;
}

.gsjj .num_box {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 56px 0;
}

.gsjj .num_box li {
	border-left: 1px solid #cccccc;
	padding-left: 20px;
	color: #555;
	font-size: 16px;
}

.gsjj .num_box li:first-child {
	border-left: 0;
}

@font-face {
	font-family: "PFThin";
	src: url(../font/PFDinTextCondPro-Thin.woff);
}

.gsjj .num_box li span {
	color: #d9251c;
	font-size: 50px;
	margin-right: 10px;
	font-family: "PFThin" !important;
}

.gsjj .num_box li p {
	font-size: 14px;
	line-height: 20px;
}

@media only screen and (max-width:780px) {
	.gsjj .num_box li span {
		font-size: 40px;
	}
}


.gsjj {
	position: relative;
	overflow: hidden;
}

.gsjj canvas {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transform: scale(1.5);
}

.gsjj .controls {
	width: 500px;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	display: none;
}

.gsjj .controls .btn-group {
	display: inline-block;
}

.gsjj .controls .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 500;
	text-align: center;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	line-height: 1.5;
	padding: 4px 15px;
	font-size: 12px;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: relative;
	color: rgba(0, 0, 0, 0.65);
	background-color: #fff;
	border-color: #d9d9d9;
}

.qywh {
	background: url(../image/aboutus_box2_bg.png) no-repeat center center;
	background-size: 100% 100%;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.qywh .wh_content_box {
	text-align: center;
	padding: 20px 0;
	width: 100%;
	max-width: 600px;
	height: 300px;
	position: relative;
}

.qywh .wh_content_box .content_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	display: none;
}

.qywh .wh_content_box .content_box .text_box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.qywh .wh_content_box h5 {
	font-size: 24px;
	line-height: 30px;
	color: #555;
	height: 60px;
	width: 80%;
	max-width: 600%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 600px) {
	.qywh .wh_content_box h5 {
		font-size: 20px;
	}
}

.qywh .wh_content_box p {
	font-size: 16px;
	line-height: 30px;
	color: #555;
	width: 80%;
	max-width: 600%;
}

.qywh .wh_list {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 95%;
	max-width: 760px;
	margin: 0 auto 70px;
}

.qywh .wh_list li {
	width: calc(100% / 4 - 8%);
	height: 120px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all .5s linear;
	cursor: pointer;
}

.qywh .wh_list li .text {
	position: absolute;
	top: 4%;
	left: 4%;
	width: 92%;
	height: 92%;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	display: none;
	transition: all .5s linear;
}

.qywh .wh_list li.active {
	background: #d9251c;
}

.qywh .wh_list li img {
	width: 50%;
}

.qywh .wh_list li.active img {
	display: none;
	width: 50%;
}

.qywh .wh_list li.active .text {
	display: flex;
	font-size: 14px;
}

.zzyr_box1 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	min-height: 400px;
	background: url(../image/aboutus_box3_bg.png) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 36px 10%;
}

.zzyr_box1 p {
	font-size: 16px;
	line-height: 30px;
	position: relative;
	padding-left: 15px;
}

.zzyr_box1 p:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ef001e;
	display: inline-block;
	position: relative;
	top: -2px;
	left: -10px;
}

.zzyr_box1 ul {
	border-top: 1px solid #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
	padding-top: 30px;
}

@keyframes fadeInLeft_li {
	from {
		transform: translateX(150px);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.zzyr_box1 ul li {
	width: calc(100% / 3);
	padding-left: 15px;
	font-size: 16px;
	line-height: 50px;
	position: relative;
	animation-name: fadeInLeft_li;
	animation-duration: 1s;
}

@media only screen and (max-width: 1100px) {
	.zzyr_box1 ul li {
		width: calc(100% / 2);
		line-height: 32px;
	}
}

@media only screen and (max-width: 750px) {
	.zzyr_outer_box {
		margin-top: 30px;
		border-top: 1px solid #fff;
	}
	.zzyr_list {
		height: 120px;
		overflow: hidden;
		position: relative;
		margin-top: 30px;
	}
	.zzyr_list ul {
		position: absolute;
		top: 0;
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}
	.zzyr_box1 ul li {
		width: 100%;
		line-height: 32px;
		text-align: center;
	}
}

.zzyr_box1 ul li:nth-child(2) {
	animation-delay: 0.2s;
}

.zzyr_box1 ul li:nth-child(3) {
	animation-delay: 0.4s;
}

.zzyr_box1 ul li:nth-child(4) {
	animation-delay: 0.6s;
}

.zzyr_box1 ul li:nth-child(5) {
	animation-delay: 0.8s;
}

.zzyr_box1 ul li:nth-child(6) {
	animation-delay: 1s;
}

.zzyr_box1 ul li:nth-child(7) {
	animation-delay: 1.2s;
}

.zzyr_box1 ul li:nth-child(8) {
	animation-delay: 1.4s;
}

.zzyr_box1 ul li:nth-child(9) {
	animation-delay: 1.6s;
}

.zzyr_box1 ul li:nth-child(10) {
	animation-delay: 1.8s;
}

.zzyr_box1 ul li:nth-child(11) {
	animation-delay: 2s;
}

.zzyr_box1 ul li:nth-child(12) {
	animation-delay: 2.2s;
}

.zzyr_box1 ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ef001e;
	display: inline-block;
	position: relative;
	top: -2px;
	left: -10px;
}

.kh-swiper {
	padding-bottom: 60px;
}

.kh_list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 30px 0 70px;
}

.kh_list li {
	width: calc(100% / 4 - 2%);
	margin: 1% 1%;
	transition: all 0.3s linear;
	padding: 0 2%;
}

.kh_list li:hover {
	transform: translateY(-5px);
}

.kh_list li img {
	width: 100%;
	height: auto;
}

.kh-swiper .swiper-pagination-bullet {
	width: 40px;
	height: 10px;
	background: none;
	opacity: 1;
	border-radius: 0;
	margin: 0 8px;
	border-bottom: 2px solid #999999;
}

.kh-swiper .swiper-pagination-bullet-active {
	background: none;
	border-bottom: 4px solid #e52e4d;
}


/**************************ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â³ÃƒÂ¤Ã‚ÂºÃ…Â½ÃƒÂ¦Ã‹â€ Ã¢â‚¬ËœÃƒÂ¤Ã‚Â»Ã‚Â¬ over*********************/


/**************************ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»ÃƒÂ©Ã‚Â¡Ã‚Âµ*********************/

.hot_news {
	width: 100%;
	max-width: 1400px;
	margin: 70px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 1421px) {
	.hot_news {
		padding: 0 20px;
	}
}

.hot_news .left_news {
	width: 50%;
}

.hot_news .left_inner_box {
	width: 100%;
	height: 460px;
	position: relative;
}

.hot_news .left_inner_box img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.hot_news .left_inner_box p {
	width: 100%;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	height: 58px;
	line-height: 58px;
	padding: 0 20% 0 3%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.hot_news .right_news_list {
	width: 50%;
	height: 460px;
	padding: 0 0 0 2%;
}

@media only screen and (max-width: 950px) {
	.hot_news {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.hot_news .left_news {
		width: 100%;
	}
	.hot_news .right_news_list {
		width: 100%;
		display: none;
	}
}

.hot_news .right_news_list ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hot_news .right_news_list ul li {
	width: 100%;
	height: 33%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	transition: all .4s linear;
	padding-right: 1%;
	animation-name: fadeInLeft_li;
	animation-duration: 1s;
}

.hot_news .right_news_list ul li:nth-child(2) {
	animation-delay: 0.3s;
}

.hot_news .right_news_list ul li:nth-child(3) {
	animation-delay: 0.6s;
}

.hot_news .right_news_list ul li:hover {
	background: #ef001e;
}

.hot_news .right_news_list ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.hot_news .right_news_list ul li .left_date {
	width: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all .4s linear;
	color: #555;
}

.hot_news .right_news_list ul li:hover .left_date {
	color: #fff
}

.hot_news .right_news_list ul li .left_date span {
	font-size: 55px;
	line-height: 55px;
}

.hot_news .right_news_list ul li .left_date em {
	background: #bfbfbf;
	width: 44px;
	height: 1px;
	display: block;
}

.hot_news .right_news_list ul li .left_date p {
	font-size: 18px;
	padding-top: 10px;
}

.hot_news .swiper-button-prev {
	background: url(../image/news_left.png) no-repeat center center;
	width: 40px;
	height: 70px;
	left: 0;
	margin-top: -35px;
	transition: all 0.3s linear;
}

.hot_news .swiper-button-next {
	background: url(../image/news_right.png) no-repeat center center;
	width: 40px;
	height: 70px;
	right: 0;
	margin-top: -35px;
	transition: all 0.3s linear;
}

.hot_news .swiper-button-prev:hover,
.hot_news .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.hot_news .right_news_list ul li .right_text_box {
	width: calc(100% - 100px);
	transition: all 0.4s linear;
	color: #333;
}

.hot_news .right_news_list ul li:hover .right_text_box {
	color: #fff;
}

.hot_news .right_news_list ul li .right_text_box h4 {
	font-size: 20px;
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hot_news .right_news_list ul li .right_text_box p {
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.hy_news_list {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

@media only screen and (max-width: 1421px) {
	.hy_news_list {
		padding: 0 20px;
	}
}

.hy_news_list ul {
	width: 100%;
}

.hy_news_list ul li {
	height: 190px;
	border-bottom: 1px solid #dfdfdf;
	padding-right: 1%;
}

.hy_news_list ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.hy_news_list ul li a .left_text {
	width: calc(100% - 230px);
	padding-right: 10%;
	color: #333;
}

.hy_news_list ul li a .left_text h4 {
	font-size: 20px;
	line-height: 50px;
	transition: all 0.2s linear;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hy_news_list ul li:hover a .left_text h4 {
	color: #ef001e;
}

.hy_news_list ul li a .left_text p {
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.hy_news_list ul li a .right_img {
	width: 230px;
	height: 130px;
}

.hy_news_list ul li a .right_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 800px) {
	.hy_news_list ul li a .right_img {
		width: 35%;
	}
	.hy_news_list ul li a .left_text {
		padding-right: 1%;
		width: 60%;
	}
	.hy_news_list ul li a .left_text h4 {
		font-size: 18px;
		line-height: 36px;
	}
	.hy_news_list ul li a .left_text p {
		line-height: 26px;
		height: 78px;
	}
}
@media only screen and (max-width:650px) {
	.gsjj .num_box {
		flex-wrap: wrap;
		padding: 20px 0 46px;
	}
	.gsjj .num_box li {
		width: calc(100% / 2 - 40px);
		margin: 20px 20px 0px 0;
		border-left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.hy_news_list ul li{
		height: auto;
		padding: 20px 0;
	}
	.hy_news_list ul li a .left_text h4{
		font-size: 16px;
		line-height: 24px;
	}
	.hy_news_list ul li a .left_text p{
		height: 52px;
		line-height: 24px;
	}
	.hy_news_list ul li a .right_img{
		height: auto;
	}
}

.page_box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 160px;
}

.page_box ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.page_box ul li {
	margin: 0 5px;
}

.page_box ul li a {
	width: 30px;
	border: 1px solid #dfdfdf;
	line-height: 30px;
	color: #999;
	text-align: center;
	display: block;
	font-size: 12px;
}

.page_box ul li.current a {
	background: #ef001e;
	color: #fff;
}

.page_box ul li:hover a {
	color: #ef001e;
	border: 1px solid #ef001e;
}

.page_box ul li.next_page a {
	width: auto;
	padding: 0 5px;
}


/**************************ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»ÃƒÂ©Ã‚Â¡Ã‚Âµ over*********************/


/**************************ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¡Ã‚Âµ*********************/

.news_detail_box {
	padding: 3% 0;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	border-bottom: 1px dashed #dfdfdf;
}

.news_detail_box h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 80px;
	text-align: center;
	padding: 0 10%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_detail_box span.date {
	text-align: center;
	background: rgba(230, 0, 18, 0.3);
	display: block;
	text-align: center;
	color: #fff;
	line-height: 40px;
	border-radius: 20px 0;
	margin: 0 auto;
	width: 90%;
}

.news_detail_box .contant_box {
	margin: 30px 0;
	padding: 0 3%;
}

.news_detail_box .contant_box p {
	font-size: 16px;
	line-height: 30px;
	margin: 10px 0;
	padding: 0 4%;
}

@media only screen and (max-width:1000px) {
	.news_detail_box .contant_box p {
		margin: 0 0;
	}
}

.news_detail_box .contant_box img {
	display: block;
	margin: 20px auto;
	width: 80%;
}

.news_detail_box .hot_news {
	margin: 0px auto 30px;
}


/**************************ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¡Ã‚Âµ over*********************/


/************************ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨************************/

@media only screen and (max-width: 850px) {
	.product_page .inner_nav {
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.product_page .inner_nav ul {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.product_page .inner_nav ul li {
		width: calc(100% / 3 - 1px) !important;
		margin: 0 1px 1px 0;
	}
}

.pro_bg_box {
	background: url(../image/pro_bg.jpg) no-repeat center top;
	background-size: cover;
	min-height: 100vh;
}

.product_page_box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 70px;
}

.product_page_box .left_nav {
	width: 20%;
}

.product_page_box .left_nav li {
	position: relative;
	animation: fadeInLeft2 1s;
}

.product_page_box .left_nav li:nth-child(2) {
	animation-delay: 0.2s;
}

.product_page_box .left_nav li:nth-child(3) {
	animation-delay: 0.4s;
}

.product_page_box .left_nav li:nth-child(4) {
	animation-delay: 0.6s;
}

.product_page_box .left_nav li:nth-child(5) {
	animation-delay: 0.8s;
}

.product_page_box .left_nav li:nth-child(6) {
	animation-delay: 10s;
}

@keyframes fadeInLeft2 {
	from {
		transform: translateX(-200px);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.product_page_box .left_nav li a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 24px;
	border-radius: 2px;
	border: 1px solid #d2d2d2;
	padding: 0 20px;
	color: #333;
	font-size: 15px;
	margin-bottom: 10px;
	transition: all .2s linear;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.product_page_box .left_nav li.active a,
.product_page_box .left_nav li:hover a {
	color: #fff;
}

.product_page_box .left_nav li:before {
	width: 0;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(239, 0, 30, 0.85);
	color: #fff;
	z-index: 0;
}

.product_page_box .left_nav li.active:before,
.product_page_box .left_nav li:hover:before {
	width: 100%;
	transition: all .4s linear;
}

.product_page_box .right_pro_list {
	width: 80%;
	padding-left: 34px;
}

.product_page_box .right_pro_list li {
	border-bottom: 1px solid #ddd;
	padding: 22px 0;
}

.product_page_box .right_pro_list li:first-child {
	border-top: 1px solid #ddd;
}

.product_page_box .right_pro_list li a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.product_page_box .right_pro_list li a .img_box {
	width: 44%;
	height: auto;
}

.product_page_box .right_pro_list li a .img_box img {
	width: 100%;
	height: auto;
	min-height: 250px;
}

.product_page_box .right_pro_list li a .right_text {
	width: calc(100% - 44%);
	padding-left: 3%;
	color: #333;
}

.product_page_box .right_pro_list li a .right_text h4 {
	font-size: 24px;
	line-height: 70px;
	border-bottom: 1px solid #dfdfdf;
}

.product_page_box .right_pro_list li a .right_text p {
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0 44px;
}

@media only screen and (max-width: 1421px) {
	.product_page_box .right_pro_list li a .right_text p {
		height: 90px;
		overflow: hidden;
		margin: 20px 0 20px;
	}
}

.product_page_box .right_pro_list li a .right_text span {
	width: 44px;
	height: 44px;
	display: block;
	border: 1px solid #a0a0a0;
	background: url(../image/product_arrow.png) no-repeat center center;
}

.pro_page_box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom:50px;
}

.pro_page_box ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.pro_page_box ul li a {
	display: block;
	padding: 0 15px;
	color: #555;
	font-size: 14px;
	line-height: 30px;
}

.pro_page_box ul li.current a {
	border-bottom: 1px solid #ff0000;
	color: #ff0000;
}

@media only screen and (max-width: 960px) {
	.product_page_box {
		flex-direction: column;
		padding-top: 20px;
	}
	.product_page_box .left_nav {
		width: 100%;
		overflow-x: auto;
		padding-bottom: 20px;
	}
	.product_page_box .left_nav::-webkit-scrollbar {
		width: 100%;
		height: 4px;
	}
	.product_page_box .left_nav::-webkit-scrollbar-track {
		background-color: #f1f1f1;
		border-radius: 2em;
	}
	.product_page_box .left_nav::-webkit-scrollbar-thumb {
		background-color: #e60012;
		border-radius: 2em;
	}
	.product_page_box .left_nav ul {
		width: auto;
		display: block;
		white-space: nowrap;
	}
	.product_page_box .left_nav ul li {
		width: auto;
		display: inline-block;
	}
	.product_page_box .left_nav li a {
		margin: 0;
	}
	.product_page_box .right_pro_list {
		width: 100%;
		margin-top: 30px;
	}
	.product_page_box .right_pro_list li:first-child {
		border-top: 0;
	}
}

@media only screen and (max-width: 750px) {
	.product_page_box .right_pro_list {
		padding-left: 0;
	}
	.product_page_box .right_pro_list li a {
		flex-direction: column;
	}
	.product_page_box .right_pro_list li a .img_box {
		width: 100%;
	}
	.product_page_box .right_pro_list li a .right_text {
		width: 100%;
	}
}


/************************ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨************************/


/************************ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦************************/

.product_detail .top_box {
	background: url(../image/product_detail_bg.png) no-repeat center top;
	background-size: cover;
	padding: 30px 0;
}

.product_detail .top_box .url_box {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.product_detail .top_box .url_box p {
	line-height: 60px;
}

.product_detail .top_box .url_box p a {
	color: #333;
	font-size: 16px;
	padding: 0 10px;
}

.product_detail .top_box .url_box p a:first-child {
	padding-left: 0;
}

.product_detail .top_box .url_box p a.current {
	color: #e3001e;
}

.product_detail .top_box .inner_box {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
	align-items:flex-end;
	position:relative;
}

.product_detail .top_box .inner_box .left_box {
	width: 100%;
}

.product_detail .top_box .inner_box .left_box .big_box {
	width: 100%;
}
.product_detail .top_box .inner_box .left_box .big_box .swiper-slide{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:flex-start;
}
.product_detail .top_box .inner_box .left_box .big_box .img_box{
	width:55%;
}
.product_detail .top_box .inner_box .left_box .big_box .text_box{
	width:44%;
	padding-left:2%
}
.product_detail .top_box .inner_box .left_box .big_box .text_box h3 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 100px;
}

.product_detail .top_box .inner_box .left_box .big_box .text_box p {
	color: #333;
	font-size: 16px;
	line-height: 38px;
	max-height: 200px;
	overflow: hidden;
}
.product_detail .top_box .inner_box .left_box .big_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product_detail .top_box .inner_box .left_box .small_list_box {
	width: 55%;
	height: 81px;
	margin-top: 10px;
}

.product_detail .top_box .inner_box .left_box .small_list_box .small_list {
	width: 100%;
	margin: 0 auto;
	padding: 0 36px;
}

.product_detail .top_box .inner_box .left_box .small_list .swiper-slide {
	opacity: 0.5;
}

.product_detail .top_box .inner_box .left_box .small_list .swiper-slide-thumb-active {
	opacity: 1;
}

.product_detail .top_box .inner_box .left_box .small_list_box img {
	width: 100%;
	height: 81px;
	object-fit: cover;
}

.product_detail .swiper-button-next,
.product_detail .swiper-button-prev {
	width: 21px;
	height: 81px;
	background: url(../image/product_detail_left.png) no-repeat;
	top: 0;
	margin-top: 0;
	left: 0;
}

.product_detail .swiper-button-prev:hover {
	background: url(../image/product_detail_left2.png) no-repeat;
}

.product_detail .swiper-button-next {
	background: url(../image/product_detail_right.png) no-repeat;
	left: auto;
	right: 0;
}

.product_detail .swiper-button-next:hover {
	background: url(../image/product_detail_right2.png) no-repeat;
}

.product_detail .top_box .inner_box .right_box {
	width: 43%;
	padding: 0 3%;
}

.product_detail .top_box .inner_box .right_box h3 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 100px;
}

.product_detail .top_box .inner_box .right_box p {
	color: #333;
	font-size: 16px;
	line-height: 38px;
	max-height: 200px;
	overflow: hidden;
}

.product_detail .top_box .inner_box  a {
	width: 170px;
	height: 38px;
	line-height: 38px;
	background: #707070;
	color: #fff;
	text-align: center;
	font-size: 16px;
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: 30px;
	position:absolute;
	bottom:0;
	rightÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡0;
}

.pro_int_list {
	min-height: 500px;
}

.pro_int_list ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.pro_int_list ul li {
	width: calc(100% / 4);
	margin: 0 2px;
	line-height: 50px;
	background: #333333;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.pro_int_list ul li:nth-child(2) {
	animation-delay: 0.6s;
}

.pro_int_list ul li:nth-child(3) {
	animation-delay: 1.2s;
}

.pro_int_list ul li:nth-child(4) {
	animation-delay: 1.8s;
}

.pro_int_list ul li.active {
	background: #e3001e;
	position: relative;
	transition: all 0.4s linear;
}

.pro_int_list ul li.active:after {
	width: 18px;
	height: 11px;
	content: "";
	background: url(../image/pro_sj.png);
	display: block;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -9px;
}

.pro_int_list .contant_box {
	font-size: 14px;
	line-height: 30px;
	display: none;
}

@media only screen and (max-width: 860px) {
	.product_detail .top_box .url_box p {
		display: none;
	}
	.product_detail .top_box .inner_box {
		flex-direction: column;
	}
	.product_detail .top_box .inner_box .left_box {
		width: 100%;
	}
	.product_detail .top_box .inner_box .left_box .big_box .swiper-slide{
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.product_detail .top_box .inner_box .left_box .big_box .swiper-slide .img_box{
		width:100%
	}
	.product_detail .top_box .inner_box .left_box .big_box .swiper-slide .text_box{
		width:100%
	}
	.product_detail .top_box .inner_box .left_box .big_box .text_box h3{
		line-height:50px;
		padding-top:10px;
	}
	.product_detail .top_box .inner_box .left_box .big_box .text_box p{
		max-height: 114px;
		overflow:auto;
		margin-top:20px;
		margin-bottom:20px;
	}
		.product_detail .top_box .inner_box .left_box .big_box .text_box p::-webkit-scrollbar {
		width: 4px;
	}
	.product_detail .top_box .inner_box .left_box .big_box .text_box p::-webkit-scrollbar-track {
		background-color: none;
		border-radius: 2em;
	}
	.product_detail .top_box .inner_box .left_box .big_box .text_box p::-webkit-scrollbar-thumb {
		background-color: #e60012;
		border-radius: 2em;
	}
	.product_detail .top_box .inner_box .left_box .small_list_box{
		width:100%
	}
	.product_detail .top_box .inner_box .right_box {
		width: 100%;
	}
	.product_detail .top_box .inner_box  a{
		position:static
	}
}


/************************ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦************************/


/************************ÃƒÂ¤Ã‚ÂºÃ‚ÂºÃƒÂ¥Ã…Â Ã¢â‚¬ÂºÃƒÂ¨Ã‚ÂµÃ¢â‚¬Å¾ÃƒÂ¦Ã‚ÂºÃ‚Â************************/

.rc_contant_box {
	margin: 75px auto 0;
	display: none;
}

.rc_ln {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
	background: url(../image/rc_bg.png) repeat;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 70px;
}

.rc_ln .left_img {
	width: 50%;
	height: 450px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.rc_ln .left_img img {}

.rc_ln .right_box {
	width: 50%;
	height: 100%;
	padding: 0 4%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	height: 450px;
}

@media only screen and (max-width: 700px) {
	
	.rc_contant_box {
		margin: 20px auto 0;
	}
	.rc_ln {
		margin: 0 auto 0;
	}
	.rc_ln .left_img {
		display: none;
	}
	.rc_ln .right_box {
		width: 100%;
	}
}

.rc_ln .right_box p {
	line-height: 24px;
	padding: 20px;
	animation: fadeInLeft_li 1s;
}

.rc_ln .right_box p:nth-child(2) {
	animation-delay: 0.2s;
}

.rc_ln .right_box p:nth-child(3) {
	animation-delay: 0.4s;
}

.rc_ln .right_box p:nth-child(4) {
	animation-delay: 0.6s;
}

.rc_zp {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-bottom: 70px;
	overflow: hidden;
}

.rc_zp .left_box {
	width: 50%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 700px) {
	.rc_zp .left_box {
		display: none;
	}
}

.rc_zp .right_box {
	width: 100%;
	max-width: 700px;
	position: relative;
	overflow: hidden;
}

.rc_zp .right_box .text_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 4%;
}

.rc_zp .right_box .text_box h3 {
	color: #fff
}

.rc_zp .right_box .text_box .p_outer {
	height: 270px;
	overflow-y: auto;
}

.rc_zp .right_box .text_box .p_outer::-webkit-scrollbar {
	width: 2px
}

.rc_zp .right_box .text_box .p_outer::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	border-radius: 2em;
}

.rc_zp .right_box .text_box .p_outer::-webkit-scrollbar-thumb {
	background-color: #e60012;
	border-radius: 2em;
}

.rc_zp .right_box .text_box p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.post_list {
	background: #fafafa;
	padding-bottom: 70px;
	min-height: 800px;
}

.post_list dl {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	box-shadow: 1.532px 1.286px 4px 0px rgba(127, 127, 127, 0.13);
	margin-bottom: 15px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.post_list dl dt {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	line-height: 66px;
	padding: 0 50px;
	color: #666;
}

.post_list dl dt h5 {
	font-size: 18px;
	font-weight: normal;
}

.post_list dl dt .right {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.post_list dl dt p {
	font-size: 18px;
}

.post_list dl dt .right span {
	width: 30px;
	height: 30px;
	background: url(../image/rczp_jia.png);
	margin-left: 20px;
}

.post_list dl.active dt {
	background: #cd011b;
	color: #fff;
}

.post_list dl.active dt .right span {
	background: url(../image/rczp_jian.png);
}

.post_list dl dd {
	padding: 20px 50px;
	display: none;
}

.post_list dl.active dd {
	display: block;
}

.post_list dl dd ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 24px 0;
}

.post_list dl dd ul li {
	font-size: 16px;
	color: #333;
	margin-right: 65px;
	line-height: 30px;
}

.post_list dl dd .text_box {
	padding-bottom: 55px;
}

.post_list dl dd .text_box h6 {
	color: #333;
	font-size: 18px;
	line-height: 38px;
	font-weight: normal;
}

.post_list dl dd .text_box p {
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.post_list dl dd .soon {
	width: 180px;
	line-height: 55px;
	background: #cd011b;
	color: #fff;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}


/************************ÃƒÂ¤Ã‚ÂºÃ‚ÂºÃƒÂ¥Ã…Â Ã¢â‚¬ÂºÃƒÂ¨Ã‚ÂµÃ¢â‚¬Å¾ÃƒÂ¦Ã‚ÂºÃ‚Â************************/


/************************ÃƒÂ¨Ã‚ÂÃ¢â‚¬ÂÃƒÂ§Ã‚Â³Ã‚Â»ÃƒÂ¦Ã‹â€ Ã¢â‚¬ËœÃƒÂ¤Ã‚Â»Ã‚Â¬************************/

.address_box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.address_box .left_box {
	width: 38%;
}

.address_box .left_box .add_box {
	width: 100%;
	position: relative;
	border: 1px solid #dfdfdf;
}

.address_box .left_box .add_box:first-child {
	margin-bottom: 60px;
}

.address_box .left_box .add_box img {
	width: 100%;
}

.address_box .left_box .add_box h4 {
	position: absolute;
	top: 4%;
	left: 4%;
	color: #333;
	font-size: 30px;
	font-weight: normal;
}

.address_box .left_box .add_box span {
	position: absolute;
	display: block;
	background: #e3001e;
}

.address_box .left_box .add_box span.top {
	width: 0;
	height: 3px;
	top: 0;
	left: 0;
	/*transition: all .3s linear 0.9s;*/
}

.address_box .left_box .add_box:hover span.top,
.address_box .left_box .add_box.active span.top {
	width: 100%;
	transition: all .2s linear;
}

.address_box .left_box .add_box span.right {
	width: 3px;
	height: 0;
	top: 0;
	right: 0;
	/*transition: all .3s linear 0.6s;*/
}

.address_box .left_box .add_box:hover span.right,
.address_box .left_box .add_box.active span.right {
	height: 100%;
	transition: all .2s linear 0.2s;
}

.address_box .left_box .add_box span.bottom {
	width: 0;
	height: 3px;
	bottom: 0;
	right: 0;
	/*transition: all .3s linear 0.3s;*/
}

.address_box .left_box .add_box:hover span.bottom,
.address_box .left_box .add_box.active span.bottom {
	width: 100%;
	transition: all .2s linear 0.4s;
}

.address_box .left_box .add_box span.left {
	width: 3px;
	height: 0;
	bottom: 0;
	left: 0;
	/*transition: all .3s linear ;*/
}

.address_box .left_box .add_box:hover span.left,
.address_box .left_box .add_box.active span.left {
	height: 100%;
	transition: all .2s linear 0.6s;
}

.address_box .right_box {
	width: 56%;
	position: relative;
	padding-bottom: 46px;
}



.address_box .right_box h5 {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	height: 80px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.address_box .right_box p {
	color: #333;
	font-size: 16px;
	line-height: 32px;
}

.address_box .right_box p span {
	margin-right: 30px;
}
@media only screen and (max-width: 1000px) {
	.address_box {
		flex-direction: column;
	}
	.address_box .left_box {
		width: 100%;
	}
	.address_box .left_box {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.address_box .left_box .add_box {
		margin: 0 2%;
	}
	.address_box .left_box .add_box:first-child {
		margin-bottom: 0;
	}
	.address_box .right_box {
		width: 100%;
	}
	.address_box .right_box h5{
		font-size: 20px;
		height: 50px;
		line-height: 25px;
		margin-bottom: 0;
	}
	.address_box .right_box p{
		font-size: 14px;
	}
	.address_box .right_box  span{
		word-break: break-word;
	}
	.address_box .left_box .add_box h4{
		font-size: 20px;
	}
}
.map_box {
	width: 100%;
	height: 460px;
	margin-top: 40px;
	overflow: hidden;
	position: relative;
}

.map_box iframe {
	width: 100%;
	height: 100%;
	overflow: hidden
}


/**/

.bdmap {
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;
}

.bdmap #map,
.bdmap #mapp {
	width: 100%;
	height: 500px;
}

.BMap_bubble_content span {
	display: block;
	font-size: 14px;
}

.BMap_stdMpCtrl {
	/*	display: none;*/
}

.bdmapa {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	height: 40px;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	background: #0f3979 url(/public/images/arrow05.png) no-repeat 435px center;
	color: #fff;
	letter-spacing: 1px;
	z-index: 999;
}

.bdmapa:hover {
	color: #fff;
	background: #0f3979 url(/public/images/arrow05.png) no-repeat 440px center;
}

.bdmapa.pc {
	display: block;
}

.bdmapa.mb {
	display: none;
}

.BMap_pop {
	/*display: none;*/
}


/**/

.zxly_box {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-bottom: 60px;
}

.zxly_box .left_box {
	width: 50%;
	height: 352px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.zxly_box .left_box img {
	height: 100%;
	width: 100%;
}

.zxly_box .right_box {
	width: 100%;
	height: 352px;
	max-width: 700px;
	padding: 15px 3%;
	background: #f5f5f5;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	overflow: hidden;
}

@media only screen and (max-width: 700px) {
	.zxly_box .left_box {
		display: none;
	}
}

.zxly_box .right_box input {
	width: 45%;
	line-height: 36px;
	height: 36px;
	border: 1px solid #bfbfbf;
	padding: 0 20px;
	margin-bottom: 15px;
	font-size: 16px;
}

.zxly_box .right_box input.email {
	width: 100%;
}

.zxly_box .right_box textarea {
	width: 100%;
	height: 70px;
	padding: 10px 20px;
	margin-bottom: 15px;
	border: 1px solid #bfbfbf;
	font-size: 16px;
}

.zxly_box .right_box .yzm_submit {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 46px;
}

.zxly_box .right_box .yzm {
	width: 70%;
}

.zxly_box .right_box .yzm input {
	width: 55%;
	margin-bottom: 0;
}

.zxly_box .right_box .yzm img {
	width: auto;
	height: 36px;
}

.zxly_box .right_box button {
	width: 28%;
	line-height: 36px;
	display: block;
	height: 36px;
	background: #848484;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

@media only screen and (max-width: 500px) {
  	.address_box .right_box p span{
  		    display: block;
 	}
  
	.address_box .left_box .add_box h4{
		font-size: 14px;
	}
	.zxly {
		padding: 0 4px;
	}
	
	.zxly_box .right_box {
		height: auto;
	}
	.zxly_box .right_box .yzm_submit {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		height: 86px;
	}
	.zxly_box .right_box .yzm {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.zxly_box .right_box button {
		width: 100%;
	}
}

.link_to {
	background: #e3001e;
	line-height: 46px;
	height: 46px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.link_to a {
	background: #e3001e;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	line-height: 46px;
	height: 46px;
	font-size: 15px;
	z-index: 1000;
}

.link_to a span {
	font-size: 24px;
	line-height: 46px;
	margin-left: 2px;
}


/************************ÃƒÂ¨Ã‚ÂÃ¢â‚¬ÂÃƒÂ§Ã‚Â³Ã‚Â»ÃƒÂ¦Ã‹â€ Ã¢â‚¬ËœÃƒÂ¤Ã‚Â»Ã‚Â¬************************/



.gsjj_content_box {
						width: 90%;
						max-width: 1400px;
						margin: 0 auto;
					}
					
					.gsjj_content_box ul {
						display: flex;
						flex-direction: row;
						justify-content: center;
						align-items: center;
					}
					
					.gsjj_content_box ul li {
						padding: 0 2%;
						background: #fff;
						line-height: 22px;
						box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
						margin: 0 1%;
						transition: all 0.3s linear;
						cursor: pointer;
						text-align: center;
						height: 44px;
						display: flex;
						flex-direction: column;
						justify-content: center;
						align-items: center;
					}
					
					.gsjj_content_box ul li.active {
						background: #cd0104;
						color: #fff;
						box-shadow: none;
					}
					.gsjj_content_box .content_out{
						display: none;
					}
					.gsjj_content_box .content {
						margin: 50px 0;
						display: flex;
						flex-direction: row;
						justify-content: flex-end;
						align-content: center;
						position: relative;
					}
					.gsjj_content_box .content .img_box{
						min-width:52%;
					}
					.gsjj_content_box .content .img_box img{
						width: 100%;
					}
					.gsjj_content_box .content .text_box {
						position: absolute;
						top: 50%;
						margin-top: -190px;
						left: 0;
						width: 46%;		
						height: 380px;
						background: url(../image/company_bg.png) no-repeat center bottom #aa0003;
						background-size:90% auto ;
						padding: 3% 2% 3% 3%;
					}
					@media only screen and  (max-width: 1000px) {
						.gsjj_content_box .content .img_box{
							width: 100%;
						}
						.gsjj_content_box .content .img_box img{
							width: 100%;
						}
						.gsjj_content_box .content .text_box {
							width: 90%;
							left:50%;
							margin-left: -45%;
							background: rgba(170,0,3,0.6);
						}
					}
					@media only screen and  (max-width: 820px){
						.gsjj_content_box .content .text_box{
							height: 86%;
							top:7%;
							margin-top: 0;
						}
					}
					.gsjj_content_box .content .text_box .scroll_box {
						width: 100%;
						height: 100%;
						overflow: auto;
						padding-right: 3%;
					}
					
					.gsjj_content_box .content .text_box .scroll_box::-webkit-scrollbar {
						width: 4px;
					}
					
					.gsjj_content_box .content .text_box .scroll_box::-webkit-scrollbar-track {
						background-color: #b77576;
						border-radius: 2em;
					}
					
					.gsjj_content_box .content .text_box .scroll_box::-webkit-scrollbar-thumb {
						background-color: #d2d2d2;
						border-radius: 2em;
					}
					
					.gsjj_content_box .content .text_box p {
						color: #fff;
						line-height: 28px;
						font-size: 14px;
						padding-bottom: 3%;
					}





