@charset "utf-8";
/* ====================公共样式========================= */

/* 头部 */
.Header-wrapper{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	/* background-color: rgb(255,255,255); */
	z-index: 99;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.Header-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .3;
    transition: opacity .3s;
}
.Header-wrapper.on,.Header-wrapper:hover{
	background-color: rgb(255,255,255);
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.Header-wrapper.on::after,.Header-wrapper:hover::after{
	opacity: 0;
}
.Header-container{}
.Header-container .logo{}
.Header-container .logo h1{
	font-size: 0;
	
}
.Header-container .logo h1 a{
	font-size: 0;
}
.Header-container .logo h1 a img,.Header-wrapper.on .logo h1 a img+img,.Header-wrapper:hover .logo h1 a img+img{
	width: auto;
	height: 50px;
	display: block;
}
.Header-container .logo h1 a img+img,.Header-wrapper.on .logo h1 a img,.Header-wrapper:hover .logo h1 a img{
	display: none;
}


.Header-container .nav_item{
	/* margin-right: 0.2rem; */
}
.Header-container .nav_item>ul{}
.Header-container .nav_item>ul>li{
	float: left;
	position: relative;
	margin: 0 0.6rem 0 0;
}
.Header-container .nav_item>ul>li>a{
	display: inline-block;
	font-size: 18px;
	line-height: 90px;
	color: #fff;
}
.Header-wrapper.on .Header-container .nav_item>ul>li>a,.Header-wrapper:hover .Header-container .nav_item>ul>li>a{
	color: #221815;
}
.Header-container .nav_item>ul>li>a:hover,.Header-container .nav_item>ul>li.active>a{
	color: #c82126 !important;
}
/* 二级导航 */
.Header-container .nav_item .son{
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	background: rgba(200,33,38,.88);
	display: none;
	transition: top .22s;
}
.Header-container .nav_item .son .fl{
	width: 30%;
	padding: 50px 50px 50px 0;
	position: relative;
}
.Header-container .nav_item .son .fl::before{content: ''; display: block; width: 200%; height: 100%; background: rgba(0,0,0, .2); position: absolute; top: 0; right: 0;}
.Header-container .nav_item .son .fl .tit{
	font-size: 0.3rem;
	color: white;
	text-transform: uppercase;
	position: relative;
	font-family: "Montserrat-Bold";
}
.Header-container .nav_item .son .fl .des{
	margin-top: 20px;
	line-height: 1.7;
	font-size: 0.16rem;
	position: relative;
	color: rgba(255,255,255, .7);
}
.Header-container .nav_item .son .fl a{
	display: block;
	width: 290px;
	height: 50px;
	line-height: 48px;
	border: 1px solid rgba(255,255,255, .6);
	border-radius: 100px;
	text-align: center;
	margin-top: 50px;
	font-size: 0.16rem;
	color: #fff;
	position: relative;
	transition: all .3s;
	box-sizing: border-box;
	padding-right: 10px;
}
.Header-container .nav_item .son .fl a i{
	margin-left: 8px;
	position: absolute;
	right: 14px;
	top: 17px;
	font-size: 0.14rem;
	line-height: 1;
	z-index: 2;
	transition: all .3s;
}
.Header-container .nav_item .son .fl a:hover i{color: #fff;}
.Header-container .nav_item .son .fl a::after{position: absolute; content: ''; display: block; width: 0; height: 0; background: #2e7eef; border-radius: 50%; right: 24px; top: 24px; z-index: 1; transition: all .3s; opacity: 0;}
.Header-container .nav_item .son .fl a:hover::after{width: 42px; height: 42px; right: 3px; top: 3px; opacity: 1;}

.Header-container .nav_item .son .fr{
	width: 70%;
	padding: 50px 0 50px 60px;
	display: flex;
}
.Header-container .nav_item .son .fr .sub{
	width: calc(100% - 450px);
}
.Header-container .nav_item .son .fr .sub dl{
	width: 50%;
}
.Header-container .nav_item .son .fr .sub dd{
	position: relative;
}
.Header-container .nav_item .son .fr .sub dd a{
	display: block;
	color: #fff;
	font-size: 0.16rem;
	padding: 15px 0;
	transition: all .3s;
	position: relative;
}
.Header-container .nav_item .son .fr .sub dd .menu{
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.Header-container .nav_item .son .fr .sub dd:hover .menu{
	opacity: 1;
}
.Header-container .nav_item .son .fr .sub dd .menu a{
	padding: 10px 0;
}

.Header-container .nav_item .son .fr .img{
	margin-top: 15px;
	max-width: 400px;
}
.Header-container .nav_item .son .fr .img img{}


.Header-container .tool{
	color: #fff;
}
.Header-wrapper.on .Header-container .tool,.Header-wrapper:hover .Header-container .tool{
	color: #333;
}
.Header-container .tool .search{}
.Header-container .tool .search i{
	position: relative;
	font-size: 0.24rem;
	padding-right: 0.18rem;
	margin-right: 0.2rem;
	cursor: pointer;
}
.Header-container .tool .search i::after{
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: rgb(255,255,255,.3);
}
.Header-wrapper.on .Header-container .tool .search i::after,.Header-wrapper:hover .Header-container .tool .search i::after{
	background-color: rgb(0,0,0,.3);
}
.Header-container .tool .language{
	position: relative;
}
.Header-container .tool .language a{}
.Header-container .tool .language i{
	font-size: 24px;
}
.Header-container .tool .language p{
	font-size: 14px;
	margin-left: 0.08rem;
	display: inline-block;
}
.Header-container .tool .language p::after{
	display: inline-block;
	margin-left: 5px;
	content: "\f0d7";
	font-size: 12px;
	font-family: 'fontawesome';
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	/* -webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); */
}
.Header-container .tool .language.on  p::after{
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.Header-container .tool .language .language_down{
	display: none;
	position: absolute;
	z-index: 2;
	left: 5px;
	top: calc(100% + 14px);
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, .8);
	text-align: left;
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	-ms-transition: top 0.3s;
	-o-transition: top 0.3s;
	transition: top 0.3s;
}
.Header-container .tool .language .language_down a{
	display: block;
	font-size: 14px;
	padding: 10px 15px;
	color: rgba(255, 255, 255, .8);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	/* letter-spacing: 0.5px; */
	text-align: center;
}
.Header-container .tool .language .language_down a:hover{
	background-color: #c82126;
}

/* 产品下拉 */
.Header-container .nav_item ul li .drop_pro{
	position: fixed;
	top: 90px;
    left: 0;
    width: 100vw;
    background: #fff;
    padding: 0.55rem 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	/* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
	border-top: 1px solid #E5E5E5;
}
.Header-container .nav_item ul li:hover .drop_pro{
	opacity: 1;
	visibility: visible;
}

.Header-container .nav_item ul li .drop_pro .w16{
	padding: 0 10%;
}
.Header-container .nav_item ul li .drop_pro .fl{
	width: 70%;
	padding-right: 0.3rem;
}
.Header-container .nav_item ul li .drop_pro .fl dl{
	float: left;
	/* width: calc(100% / 3); */
	width: 50%;
	margin: 0.12rem 0;
}
.Header-container .nav_item ul li .drop_pro .fl dl a{
	font-size: 16px;
	letter-spacing: 1px;
	/*font-family: "OBS";*/
	font-weight: 700;
	line-height: 24px;
	text-transform: capitalize;
	color: #242424;
}
.Header-container .nav_item ul li .drop_pro .fl dl a:hover{
	/* color: rgba(255,255,255,0.95); */
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px);
	color: #c82126;
}
.Header-container .nav_item ul li .drop_pro .fl dl dt{}
.Header-container .nav_item ul li .drop_pro .fl dl dt a{
	height: 48px;
}
.Header-container .nav_item ul li .drop_pro .fl dl dd{}
.Header-container .nav_item ul li .drop_pro .fl dl dd a{}
.Header-container .nav_item ul li .drop_pro .fr{
	width: 30%;
}
.Header-container .nav_item ul li .drop_pro .fr .pic{
	/* background-color: white; */
}
.Header-container .nav_item ul li .drop_pro .fr .pic img{
	/* width: 100%; */
	height: 100%;
	object-fit: contain;
}

/*顶部导航开关*/
#c-header .c-switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: relative;
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  margin: 6px 0;
}
#c-header.on .c-switch i {
  background: #333;
}
.c-open #c-header .c-switch i{
	background: #000000;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  background: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 20px;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 4%;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
}
#c-header .c-nav2 li i {
  font-size: 20px;
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#c-header .c-nav2 li .c-title-box.on i{
	transform: rotate(180deg);
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #b81b2c;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 60px);
}



/* 底部 */
.Footer-wrapper{
	/* background: url("../images/foot_bg.png") no-repeat center; */
	/* background-color: #41485a; */
	background-color: #2a3036;
	background-size: cover;
}
.Footer-container{}
.Footer-container .top{
	/* border-bottom: 1px solid rgba(255,255,255,0.3); */
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 0.36rem 0;
	display: inline-block;
	width: 100%;
}
.Footer-container .top .foot_logo{}
.Footer-container .top .foot_logo img{
	height: 50px;
}
.Footer-container .top .foot_link{}
.media_ul{}
.media_ul li{
	margin-right: 8px;
}
.media_ul li:last-child{
	margin-right: 0;
}
.media_ul li a{
	display: block;
	padding: 10px;
	background-color: #3b5999;
	color: white;
	border-radius: 50%;
	font-size: 0;
}
.media_ul li a i{
	font-size: 20px;
}

.media_ul li:nth-child(1) a{
	background-color: #1278F3;
}
.media_ul li:nth-child(2) a{
	background-color: #0A66C2;
}
.media_ul li:nth-child(3) a{
	background-color: #FB0204;
}
.media_ul li:nth-child(4) a{
	background-color: #1D9BF0;
}
.media_ul li:nth-child(5) a{
	background-color: #DA4369;
}
.media_ul li:nth-child(6) a{
	background-color: #FF0013;
}
.media_ul li:nth-child(7) a{
	background-color: #04C15F;
}


.media_ul li a img{}

.Footer-container .mid{
	padding: 0.6rem 0;
}
.Footer-container .mid ul{}
.Footer-container .mid ul li{
	float: left;
	/* margin-right: 0.6rem; */
	overflow: hidden;
}
.Footer-container .mid ul li p{
	font-size: 20px;
	color: #fff;
	display: block;
	margin-bottom: 24px;
}
.Footer-container .mid ul li i{
	margin-left: 5px;
}
.Footer-container .mid ul li .foot_nav_link a{
	font-size: 14px;
	color: #bbb;
	color: rgb(255,255,255,.8);
	line-height: 30px;
	display: block;
}

.Footer-container .mid ul li a:hover {
    text-decoration: underline;
}
.Footer-container .mid ul li.lxwm{
	max-width: 4.5rem;
	margin-right: 0;
}
.Footer-container .mid ul li dl{}
.Footer-container .mid ul li dd{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: rgb(255,255,255,.8);
	margin-bottom: 16px;
	padding-left: 30px;
}
.Footer-container .mid ul li dd i{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: rgb(255,255,255,.8);
}

.Footer-container .bot{
	font-size: 14px;
	line-height: 1.5;
	color: rgb(255,255,255,.8);
	text-align: center;
	padding: 0.3rem 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.Footer-container .bot a{
	font-size: 14px;
	color: rgb(255,255,255,.8);
}




/* 中间+共用部分 */



/* ind_banner */
.ind_mb_banner{
	display: none;
}
.ind_banner img{
	width: 100%;
}
.ind_banner .swiper-slide{
	position: relative;
}
.ind_banner .swiper-slide::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 2%);
	z-index: 2;
}
.ind_banner video{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	transform: scale(1.02);
	z-index: 1;
}
.ind_banner .swiper-button-next,.ind_banner .swiper-button-prev{
	color: white;
}
.ind_banner .swiper-pagination-bullet{
	background-color: white;
	opacity: 1;
}
.ind_banner .swiper-pagination-bullet-active{
	background-color: #c82126;
}
.ind_banner .swiper-slide{
	position: relative;
}
.ind_banner .txt{
	position: absolute;
	left: 8%;
	top: 40%;
	width: 80%;
	max-width: 8rem;
	z-index: 3;
}
.ind_banner .txt span{
	font-size: 0.2rem;
	color: #fff;
	display: block;
}
.ind_banner .txt h4{
	font-size: 0.36rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	margin: 0.3rem 0;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
}
.ind_banner .txt a{
	display: inline-flex;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	cursor: pointer;
	line-height: 3;
	padding: 0 0.3rem;
	border-radius: 50px;
	border: 1px solid #fff;
}
.ind_banner .txt a span{
	display: inline-block;
	font-size: 14px;
	margin-left: 0.06rem;
}
.ind_banner .txt a:hover{
	background-color: #c82126;
	border-color: #c82126;
}

.ind_mb_banner .swiper-slide::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0,.35);
	z-index: 1;
}
.ind_mb_banner .txt{
	position: absolute;
	left: 0;
	top: 36%;
	width: 100%;
	padding: 0 5%;
	z-index: 2;
}
.ind_mb_banner .txt span{
	font-size: 0.3rem;
	color: #fff;
	display: block;
}
.ind_mb_banner .txt h4{
	font-size: 0.36rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	margin: 0.45rem 0;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
}
.ind_mb_banner .txt a{
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	padding: 0.25rem 0.5rem;
	border-radius: 50px;
	border: 1px solid #fff;
}
.ind_mb_banner .txt a span{
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	margin-left: 0.06rem;
}
.ind_mb_banner .txt a:hover{
	background-color: #c82126;
	border-color: #c82126;
}



/* ind_more */
.ind_more{
	display: block;
	height: 48px;
	line-height: 46px;
	width: 200px;
	font-size: 16px;
	color: white;
	text-align: center;
	margin: 0.4rem auto 0;
	padding: 0 10px;
	border-radius: 6px;
	background-color: #c82126;
	border: 1px solid #c82126;
}
.ind_more span{
	margin-left: 0.06rem;
}
.ind_more:hover{
	background-color: transparent;
	color: #c82126;
}

/* ind_tit */
.ind_tit{
	text-align: center;
}
.ind_tit.tal{
	text-align: left;
}
.ind_tit h3{
	width: 100%;
	display: block;
	font-size: 0.36rem;
	color: #101010;
	text-transform: uppercase;
	font-family: "Montserrat-Bold";
}
.ind_tit h3::after{
	content: "";
	width: 0.6rem;
	height: 2px;
	display: block;
	margin: 0.12rem auto 0.12rem;
	background-color: #c82126;
	position: relative;
}
.ind_tit.tal h3::after{
	margin-left: 0;
}
.ind_tit.white h3::after{
	background-color: white;
}
.ind_tit p{
	color: #171717;
	font-size: 16px;
	line-height: 1.75;
	/* margin-top: 0.2rem; */
}
.ind_tit.white h3,.ind_tit.white p{
	color: white;
}

/* swiper-page01 */
.swiper-page01.swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 0;
}
.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #c82126;
	width: 30px;
	height: 8px;
	border-radius: 4px;
}
/* com_swiper_button */
.com_swiper_button.swiper-button-next::after,.com_swiper_button.swiper-button-prev::after{
	display: none;
}
.com_swiper_button.swiper-button-next,.com_swiper_button.swiper-button-prev{
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	border-radius: 50%;
	background-color: #c82126;
	color: white;
	top: 50%;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.com_swiper_button.swiper-button-next i,.com_swiper_button.swiper-button-prev i{
	font-size: 18px;
	color: white;
}
.com_swiper_button.swiper-button-prev{
	left: -0.6rem;
}
.com_swiper_button.swiper-button-next{
	right: -0.6rem;
}

/* des */
.des, .des p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
}

/* tc_search s */
.tc_search{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10001;
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.tc_search.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: block;
    pointer-events: auto;
}
.tc_search form{
	width: 9.6rem;
	max-width: 80%;
	margin: 0 auto;
	padding: 0 20px;
	border-bottom: 2px solid #eee;
	height: 0.7rem;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.tc_search input{
	width: 80%;
	height: 0.7rem;
	font-size: 0.34rem;
	color: #c1c1c1;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
	background: none;
}
.tc_search input::placeholder{
	color: #c1c1c1;
}
.tc_search button{
	max-width: 20%;
	height: 0.7rem;
	border: 0;
	line-height: 0.7rem;
	color: #c1c1c1;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
	font-size: 0.48rem;
	background-color: transparent;
}
.tc_search .search_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	z-index: 0;
}
/* tc_search e */


/* com_ban */
.com_ban{
	position: relative;
	height: 4rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* .com_ban::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0,.15);
	z-index: 1;
	mix-blend-mode: multiply;
} */
.com_ban::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(16,154,36,.28);
	opacity: 0;
	z-index: 2;
	mix-blend-mode: multiply;
}
.com_ban .ban_txt{
	position: absolute;
	top: 50%;
	left: 0;
	color: #ffffff;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}
.com_ban .ban_txt h3{
	font-size: 0.48rem;
	font-weight: 700;
	line-height: 1.3;
	text-transform: capitalize;
}
.com_ban .ban_txt p{
	font-size: 16px;
	margin-top: 12px;
}

/* loca */
.loca{height: 60px;line-height: 60px;overflow: hidden;border-bottom: 1px solid #ededed;}
.loca .fr a,.loca .fr i{font-size: 14px;color: #666;}
.loca .fr i{margin: 0 0.04rem;}
.loca .fr img{margin-right: 10px;display: inline-block;vertical-align: baseline;}
.loca .fr a:hover{color: #c82126;}

.loca .fl{}
.loca .fl ul{
	overflow: hidden;
}
.loca .fl ul li{
	float: left;
	margin-right: 0.4rem;
}
.loca .fl ul li:last-child{
	margin-right: 0;
}
.loca .fl ul li a{
	display: block;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.loca .fl ul li.active a,.loca .fl ul li:hover a{
	color: #c82126;
}

/* cat_des s */
.cat_des{}
.cat_page_title{
	font-size: 0.28rem;
	margin: 0 0 0.25rem;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 0.16rem;
	line-height: 1.3;
	color: #212121;
	text-transform: capitalize;
}
/* cat_des e */

/* .ny_tit */
.ny_tit{
	text-align: center;
}
.ny_tit h3{
	font-size: 0.36rem;
	font-weight: bold;
	color: #333;
	/* font-family: 'Montserrat-Bold'; */
}
.ny_tit h3::after{
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: #333;
	margin: 15px auto 45px;
}

/* com_page */
.com_page{display:flex;align-items: center;justify-content: center;padding-top: 0.4rem;}
.com_page a,.com_page span{width: .42rem;height: .42rem;border-radius: .4rem;display: flex;align-items: center;justify-content:center;border:1px solid rgb(222, 222, 222);font-size: .14rem;color: #333;background: #fff;margin:0 .05rem;transition: all .3s}
.com_page a.page-num-current,.com_page a:hover{border-color: #c82126;background: #c82126;color: #fff}

/* sort_nav*/
.sort_nav_view{
}
.main_fl{
	width: 22%;
	float: left;
}
.main_fr{
	width: 75%;
	float: right;
}
.sort_nav_view .item{
	margin-bottom: 0.4rem;
}
.sort_nav_view .item .tit{
	position: relative;
	font-size: 0.28rem;
	color: #333;
	padding-bottom: 15px;
	font-weight: 700;
	/* font-family: 'Montserrat-Bold'; */
}
.sort_nav_view .item .tit::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 120px;
	height: 3px;
	background: #c82126;
}
/*.sort_nav_ul{}
.sort_nav_ul li{
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 0.2rem 0;
}
 .sort_nav_ul li a{
	position: relative;
	font-size: 18px;
	color: #333;
	display: block;
	line-height: 28px;
}
.sort_nav_ul li.active a{
	color: #c82126;
}
.sort_nav_ul li i {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    color: #c82126;
    display: none;
}
.sort_nav_ul li:hover i,.sort_nav_ul li.active i,.sort_nav_ul li:hover i{
	display: block;
} */

.sort_nav_ul{
	border-top: 1px solid #F2F2F2;
	margin-top: 0.2rem;
}
.sort_nav_ul>li.active{
	border-bottom: 1px solid #F2F2F2;
}
.sort_nav_ul>li>a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #4C4C4C;
	padding: 0.16rem 42px 0.12rem 0.12rem;
	border-bottom: 1px solid #F2F2F2;
}
.sort_nav_ul>li>a>i{
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 28px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	border: 1px solid #F2F2F2;
	color: #000;
	font-weight: normal;
}
.sort_nav_ul>li>a>i::before{
	content: "+";
}
.sort_nav_ul>li.active>a>i::before{
	content: "-";
}
.sort_nav_ul>li>ul{
	padding: 0.18rem 0.12rem 0.18rem 0.18rem;
	display: none;
}
.sort_nav_ul>li>ul>li{}
.sort_nav_ul>li>ul>li>a{
	display: block;
	font-size: 14px;
	line-height: 1.2;
	color: #3c3c3c;
	padding: 0.1rem 0;
}
.sort_nav_ul>li>ul>li:first-child>a{
	padding-top: 0;
}
.sort_nav_view ul li a:hover,.sort_nav_view ul li.active>a{
	color: #c82126 !important;
}

.sort_nav_fl{}
.sort_nav_fl li{
	margin-top: 20px;
	width: 100%;
	display: inline-block;
	color: #666;
}
.sort_nav_fl li a{}
.sort_nav_fl li .img{
	width: 35%;
}
.sort_nav_fl li p{
	width: 60%;
	font-size: 15px;
	color: #666;
	line-height: 24px;
}
.sort_nav_fl li:hover p{
	color: #c82126;
}
/* fanye */
.fanye dt{width: 50%;float: left;font-size: 14px;line-height: 1.3;color: #c82126;}
.fanye{border-bottom: 1px dashed #ddd;margin-top: 0.8rem;padding-bottom: 0.4rem;}
.fanye dt a{color: #666;}
.fanye dt:nth-child(2){text-align: right;}
.fanye dt a:hover{color: #c82126;}

/* ny_form */
.ny_form{margin-top: 0.8rem;}
.input_control{position: relative;width: 32%;float: left;margin-right: 2%;background: #f2f5f8;border-radius: 4px;overflow: hidden;position: relative;height: 54px;}
.input_control:nth-child(3){margin-right: 0;}
.form_input{-webkit-appearance:none;-moz-appearance: none;outline:0;height: 54px;line-height: 54px;position: absolute;top: 0;left: 30px;font-size: 14px;color: #666;width: calc(100% - 30px);background: #f2f5f8;}
.input_control label{color: red;position: absolute;left: 20px;line-height: 54px;}
.form_input::-moz-placeholder,.form_text::-moz-placeholder{color: #666;}
.form_text{height: 100px;background: #f2f5f8;position: absolute;left: 30px;top: 15px;width: calc(100% - 30px);font-size: 14px;color: #666;line-height: 25px;border: none;}
.input_control2{width: 100%;margin: 16px 0 25px;height: 130px;}
.ny_form p{font-size: 14px;color: #666;display: block;float: left;line-height: 1.3;}
.ny_form .submit{
	border-radius: 4px;
	background: #c82126;
	font-size: 0.18rem;
	color: #fff;
	cursor: pointer;
	margin-top: 0.25rem;
	padding: 0.2rem 0.8rem;
}

/* ny_list */
.ny_list{
	/* margin-top: 0.8rem; */
	margin-top: 0.6rem;
	padding-top: 0.5rem;
	border-top: 1px solid #ddd;
}
.ny_list ul{
	/* margin-top: 0.4rem; */
}
.ny_list ul li{
	width: 23.75%;
	float: left;
	margin-right: 1.66%;
	text-align: center;
}
.ny_list ul li:last-child{
	margin-right: 0;
}
.ny_list ul li a{}
.ny_list ul li .pic{
	border: 1px solid #ddd;
}
.ny_list ul li p{
	display: block;
	font-size: 16px;
	color: #333;
	height: 20px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 0.2rem;
}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
	.Header-container .nav_item>ul>li{
		margin-right: 0.45rem;
	}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
	.Header-container .nav_item>ul>li>a{
		font-size: 16px;
	}
	.Header-container .logo h1 a img{
		height: 40px !important;
	}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
	.ind_banner video{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
	.Header-container .nav_item>ul>li{
		margin-right: 0.4rem;
	}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
	.Header-container .nav_item{
		display: none;
	}
	.Header-container .logo h1{
		height: 60px;
	}
	#c-header .c-switch {
		display: block;
		margin-left: 20px;
	}
	.Header-container .logo h1 a img {
	    height: 25px !important;
	}
	.Header-container .tool .search i{
		font-size: 20px;
	}
	.Header-container .tool .language i{
		font-size: 20px;
	}
	
	.Footer-container .mid ul li.lxwm{
		max-width: 100%;
		width: 100%;
		margin-top: 0.45rem;
	}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.pc{display: none;}
	.mb{display: block;}
	
	.ind_tit h3{
		font-size: 0.48rem;
	}
	.ind_tit h3::after{
		width: 1rem;
		margin: 0.2rem auto;
	}
	.ind_tit.tal h3::after{
		margin: 0.2rem 0;
	}
	
	.ind_more{
		width: 180px;
		height: 42px;
		line-height: 40px;
		font-size: 14px;
	}
	.ind_more span{
		margin-left: 0.1rem;
	}
	
	.com_swiper_button.swiper-button-next, .com_swiper_button.swiper-button-prev{
		width: 0.6rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}
	
	.Footer-container .top{
		padding: 0.5rem 0;
	}
	.Footer-container .top .foot_logo,.Footer-container .top .foot_link{
		width: 100%;
	}
	.Footer-container .top .foot_logo img{
		height: 0.5rem;
		margin: 0 auto;
	}
	.Footer-container .top .foot_link{
		margin-top: 0.4rem;
	}
	.media_ul li a{
		padding: 8px;
	}
	.media_ul li a i{
		font-size: 16px;
	}
	.Footer-container .mid ul li{
		width: 100%;
		border-bottom: 1px solid rgb(255,255,255,.8);
	}
	.Footer-container .mid ul li.lxwm{
		border-bottom: none;
	}
	.Footer-container .mid ul li p{
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 18px;
		padding: 0.4rem 0;
		margin-bottom: 0;
	}
	.foot_nav_link {
	    display: none;
	    padding-bottom: 0.2rem;
	}
	
	.ny_tit h3{
		font-size: 0.45rem;
	}
	
	.loca{
		height: auto;
		padding: 10px 0;
		line-height: 1;
	}
	.loca .fl{
		display: none;
	}
	.loca .fr{
		float: left;
	}
	.loca .fr a, .loca .fr i{
		font-size: 13px;
		line-height: 1.3;
	}
	.loca .fr img{
		margin-right: 6px;
	}
	
	.com_ban{
		height: 4.5rem;
	}
	.com_ban .ban_txt{
		top: 60%;
	}
	
	.ny_tit h3::after{
		margin: 12px auto 30px;
	}
	
	.main_fl{
		display: none;
	}
	.main_fr{
		width: 100%;
	}
	
	.cat_page_title{
		font-size: 0.36rem;
		padding-bottom: 0.25rem;
		margin-bottom: 0.4rem;
	}
	
	.com_page a,.com_page span{
		width: 0.6rem;
		height: 0.6rem;
		font-size: 13px;
		margin: 0.06rem;
	}
	
	.com_ban .ban_txt h3{
		font-size: 0.4rem;
	}
	
	.input_control {
	    height: 46px;
	}
	.form_input {
	    height: 46px;
	    line-height: 46px;
	}
	
	.input_control{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.4rem;
	}
	.input_control2{
		margin-top: 0;
	}
	.input_control2{
		height: 200px;
	}
	.form_text{
		height: 170px;
	}
	
	.ny_form .submit {
	    margin-top: 0.45rem;
	    padding: 0.25rem 1rem;
	    font-size: 16px;
	}
	
	.ny_list ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 0.45rem;
	}
	.ny_list ul li:nth-child(2n){
		margin-right: 0;
	}
}

@media all and (max-width:768px) {
	.ind_banner{display: none;}
	.ind_mb_banner{display: block;}
	
	.tc_search form{
		width: 92%;
		max-width: 92%;
		padding: 0 0.2rem;
		margin-bottom: 1px;
		height: 0.8rem;
	}
	.tc_search input{
		font-size: 0.32rem;
		height: 0.8rem;
	}
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.Footer-container .mid ul li p{
		font-size: 16px;
	}
}

@media all and (max-width:480px) {
	.ind_tit p,.ny_form .submit{
		font-size: 14px;
		line-height: 1.5;
	}
	.ny_list ul li p{
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.des, .des p{
		font-size: 14px;
		line-height: 20px;
	}
	
}

@media all and (max-width:420px) {
	.Footer-container .mid ul li .foot_nav_link a,.Footer-container .bot,.Footer-container .mid ul li dd{
		font-size: 13px;
	}
}

@media all and (max-width:376px) {
	
}