@charset "UTF-8";
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
html,body{
	font-family:'PingFang SC','Microsoft YaHei';
	font-weight: 400;
	color: #222222;
    background: #fff;
}
::-webkit-scrollbar {
    width:8px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006px rgba(0,0,0,0.3);
    border-radius:8px;
}
::-webkit-scrollbar-thumb {
    border-radius:8px;
    background:#c2002f;
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(255,0,0,0.4);
}
a{
	text-decoration:none;
	color:#161616;
}
ul,li{
	list-style-type:none;
}
img{
	display:block;
}
.ofh{
	overflow:hidden;
}
.white{
	color:#fff!important;
}
.black{
	color:#000;
}
.bwhite{
	background-color:#fff;
}
.grey{
	color:#eee!important;
}
.bgrey{
	background-color:#f3f3f3;
}
.red{
	color:#C2002F;
}
.tc{
	text-align: center;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mt40{
	margin-top:40px;
}
h2 {
    color: #000;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 10px;
	margin-top: 10px;
}
h3 {
    font-size: 24px;
    font-weight: 600;
}
p{
	line-height: 160%;
	margin-bottom: 10px;
}
.slogen .url:hover,.server_more a:hover,.ir_btn:hover,.nmore:hover,.nextbtn:hover,.scroll-to-top:hover,.sgform .fbtn:hover,.pro_xq:hover,.download:hover {
	background:#8f0023;
}
.s_btn:hover,.language a:hover {
	color:#8f0023;
}
.spc_nav span:hover,.pronav ul li:hover {
	background:#ddd;
}
.congroup .context ol{
	padding-left: 28px;
}
.congroup .context ol li{
	list-style-type:decimal;
}

/*----------------------------------------------适配1000像素以上设备---------------------------------------------*/
@media screen and (min-width:1000px) {

header{
	width:100%;
	padding:0 3%;
	background:#fff;
	position:fixed;
	top:0;
	z-index: 9;
	display: inline-grid;
	-moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);}
.container{
	width: 1200px;
	padding: 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.footer{
	padding:0 4%;
	overflow:hidden;
}
.jhfoot{
    width:100%;
    background-color:#f0f0f0;
    height:80px;
    line-height:80px;
    text-align:center;
    color:#3d3834;
    display:inline-block;
    overflow:hidden;
	font-size: 12px;
	margin-bottom: -10px;
}
.nextbtn{
    width: 130px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    display: block;
    background: #C2002F;
	border:0;
	transition: background-color 0.3s ease;
	cursor:pointer;
}
.head{
	padding:15px 0;
	display:flex;
	text-align:center;
	flex-direction: row;
}
.logo{
	float:left;
}
.slogen{
	flex:2;
}
.s_btn,.language{
	float:left;
	line-height:40px;
	font-size: 20px;
	margin: 0 0 0 40px;
	font-weight: 900;
}
.language a{
	color: #c2002f;
}
.nav,.nclose{
	display:none;
}
.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:10px;
	width:40px;
	height:40px;
	display:block;
	text-align:center;
	line-height:40px;
	font-size:24px;
	border-radius:50%;
	background:#C2002F;
	z-index:999;
	transition: background-color 0.3s ease;
	cursor: pointer;
}
nav{
    float:right;
    font-size:14px;
	font-weight: bold;
}
nav ul{
	margin-right: -5px;
}

nav>ul>li{
	flex:1;
	display:inline-block;
	line-height:40px;
	text-align:center;
	position:relative;
	padding: 0 19px;
}
nav ul>li:hover>a{
	color: #c2002f;
}

nav>ul>li.active:after{
    width:50px;
    height:3px;
    margin-left:-25px;
    background: #c2002f;
    content: '';
    position:absolute;
    top:40px;
    left:50%;
    border-radius:1px;
}
nav ul li>ul{
	width:140px;
	position: absolute;
	display:none;
	top:40px;
	left:50%;
	transform: translateX(-50%);
	z-index:3;
	padding: 8px 0;
    background-color:#fff;
    border-radius:2px;
    border:1px solid #f9f9f9;
	border-top: 2px solid #c2002f;
}
nav ul li:hover>ul{
	display:block;
	-webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
}
nav ul li>ul li{
	width:100%;
	text-align:center;
	font-size:14px;
	line-height:36px;
	font-weight: 400;
}
nav ul li>ul li>ul{
    position:absolute;
	left:209px;
	top:0;
	line-height:30px;
	font-weight:normal;
}
nav ul li>ul li.active:after>ul li{
    display:none;
}
nav ul li>ul li:hover{
	background-color: #f3f3f3;
}
nav ul li>ul li a{
	color:#161616;
}
.public_h{
	width:100%;
	height:70px;
	overflow: hidden;
}
.banner{
	position:relative;
	margin-bottom:30px;
	overflow:hidden;
}
.banner .slogen{
	position:absolute;
	left:13%;
	color:#fff;
	z-index:3
}
.slogen h1{
	font-size:80px;
	line-height:120%;
	text-align:left;
}
.slogen h3{
	font-size:20px;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:60px;
	text-align:left;
}
.slogen .url{
	width:150px;
	height:50px;
	line-height:50px;
	font-weight: 600;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    background-color: #C2002F;
    text-align:center;
    border-radius: 30px 30px 30px 30px;
	transition: background-color 0.3s ease;
}
.slogen .url a{
	color:#fff;
}
.scontact{
    padding:20px;
    background:#f7f7f7;
    overflow:hidden;
}
.scontact h4{
    color:#000;
    margin-bottom:20px;
}
.scontact p{
    color: #C2002F;
}
.scleft{
    width:65%;
    float:left;
}
.scright{
    width:33%;
    float:right;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.our_product{
	width:90%;
	position:relative;
	z-index:6;
	background:#fff;
	border-radius:4px;
	border:1px solid #f3f3f3;
	padding: 80px 0;
    margin: -100px auto 65px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    overflow:hidden;
}
.hr{
    height: 3px;
    width: 100px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #c2002f;
}
.hr-left{
    height: 3px;
    width: 100px;
    margin-top: 15px;
	margin-bottom: 15px;
    background-color: #c2002f;
}
.our_product ul{
	margin-top:50px;
	padding:0 3%;
	overflow: hidden;
}
.our_product ul li{
	float:left;
	width:14.66%;
	margin:1%;
	text-align:center;
	overflow:hidden;
}
.our_product ul li a{
	display: block;
	max-width: 106px;
	margin: 10% auto;
	text-align: center;
	}
.our_product ul li a:hover{
	color: #C2002F;
	}
.our_product ul li img{
	position: relative;
	left: 0;
	filter: drop-shadow(#c2002f 200px 0);　
}
.our_product ul li a:hover img{
	left: -200px; 
}
.our_product ul li h3 {
	font-weight: normal;
	font-size: 20px;
	margin-top: 30px;
	}
.server{
	width:100%;
	overflow:hidden;
}
.s_tab span{
	width:19%;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	float:left;
	color:#3d3834;
	cursor:pointer;
	overflow:hidden;
}
.s_tab span.active{
	color:#fff !important;
	background: #1d1832 !important;
}
.s_tab span:hover{
	background-color:#f3f3f3;
}
.s_s_c{
    min-height:600px;
	display:none;
	position:relative;
}
.s_s_bg{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.s_s_bg img{
    position: absolute;
	right: 0;
    height: 100%;
}

.s_s_g_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	left: 0;
	top: 0;
	padding:80px 0 80px 85px;
	background-image: -webkit-gradient(linear,left top,right top,color-stop(30%,#1d1832),to(rgba(29,24,50,.5)));
    background-image: linear-gradient(90deg,#1d1832 30%,rgba(29,24,50,.5));
	overflow: hidden;
	}
.s_url{
	height: 50px;
	line-height: 50px;
	padding:0 30px;
	background:#fff;
	position:absolute;
	bottom:70px;
	border-radius:25px;
	position:absolute;
	z-index:8;
	transition: background-color 0.3s ease;
}
.s_url:hover{
	background:#eee;
	}
.s_s_c h2{
	font-size:38px;
	margin-bottom:30px;
	z-index:8;
}
.s_c_show{
	font-size:18px;
	margin-bottom:20px;
}
.s_c_show p{
	width: 50%;
}
.server_more {
	display: none;
}
.server_more a{
	width:200px;
	text-align:center;
	color:#fff;
	height:50px;
	line-height:50px;
	border-radius:25px;
	margin:60px auto;
	background:#C2002F;
	display:block;
	transition: background-color 0.3s ease;
}

.s_g_box{
	background:#f0f0f0;
	padding:80px 0;
	overflow:hidden;
}
.server_name{
	width:90%;
	margin:0 auto;
	overflow:hidden;
}
.sap{
	float:left;
}
.sap h2{
	margin-top:0;
}
.s_g_tab{
	width:100%;
    padding:3% 5%;
    overflow:hidden;
}
.s_g_tab .tabs{
	width:13.28%;
	margin-right:1.16%;
	padding-bottom:12px;
	background-color:#fff;
	float:left;
	text-align:center;
	border-radius:6px;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
	display:block;
	cursor: pointer;
}
.s_g_tab .tabs:nth-last-child(1){
    margin-right:0;
}
.tabs.active{
	background-color:#c2002f!important;
	color:#fff;
}
.tabs.active .tabs_pic img{
    filter: brightness(100);
}
.tabs_pic{
	width:70px;
	height:70px;
	display:block;
	margin:8px auto;
	overflow:hidden;
}
.hrl{
    height: 3px;
    width: 100px;
    margin-top: 15px;
    background-color: #c2002f;
}
.sfr{
	margin-top: 10px;
	float:right;
	line-height: 50px;
}
.ib_btn{
	background-color:#1D1832;
	display:block;
	color:#fff;
	float:left;
	border-radius:24px;
	margin-right:12px;
	padding:0 20px;
}
.ir_btn{
	background-color:#C2002F;
	display:block;
	color:#fff;
	float:left;
	border-radius:24px;
	margin-right:12px;
	padding:0 20px;
	transition: background-color 0.3s ease;
}
.ser_content{
	width:90%;
	margin:0 auto;
	background:#fff;
	overflow:hidden;
}
.s_s_c{
	width:100%;
	display:none;
	overflow:hidden;
}

.s_show{
    float:left;
    width:50%;
    padding:20px 50px;
    overflow:hidden;
	font-size: 18px;
}
.s_show h4{
	font-size: 20px;
	margin-bottom: 15px;
	}
.s_show ul{
	padding-left: 20px;
	margin-bottom: 20px;
}
.s_show ul li{
	list-style-type:disc;
	line-height: 160%;
}

.s_b_img{
    float:right;
    width:50%;
    overflow:hidden;
}
.s_b_img img{
	width:100%;
	height: 600px;
	display:block;
	object-fit: cover;
}
.safe{
	width:100%;
	padding:80px 0;
	background:url(../img/safebg.jpg) left top no-repeat;
	background-size:100%;
	overflow:hidden;
	background-size: cover;
}
.safe ul{
	width:100%;
	border-top:3px solid #c2002f;
	padding:0 5%;
	overflow:hidden;
}
.safe ul li{
	width:33.33%;
	float:left;
	margin:0;
	color:#fff;
}
.rline{
	height:100px;
	border-left:3px solid #c2002f;
	content:"";
	margin-left:35px;
	margin-bottom:30px;
}
.safe h1{
	font-size:82px;
	line-height:80px;
	margin-bottom:50px;
}
.safe h3{
	font-size:28px;
	line-height:40px;
	margin-bottom:10px;
}
.safe p{
	width:64%;
	line-height:30px;
	overflow:hidden;
	font-weight: 200;
}
.sata{
	width:100%;
	padding:70px 0;
	margin-bottom:30px;
	overflow:hidden;
}
.sata ul{
	padding-top:50px;
	overflow:hidden;
}
.sata ul li{
	width:33.33%;
	padding:0 5%;
	float:left;
}
.sata ul li h3{
	font-family:'Roboto','sans-serif';
	font-size:100px;
	font-weight:900;
	color:#9d162e;
	text-align:center;
}
.sata ul li p{
	color:#000;
}
.news{
    width:100%;
	background-color:#f1f1f1;
	position:relative;
	margin-bottom:50px;
	overflow:hidden;
}
.newsbox{
	width:1280px;
	height:472px;
	margin:40px auto;
	margin-bottom:30px;
	overflow:hidden;
}
.news .swiper-slide{
	display: inline-block;
}
.news .nsbox{
    min-width:400px;
	position:relative;
}
.nsimg{
	width:400px;
	height:300px;
	display:inline-block;
	overflow:hidden;
}
.nsimg a img {
	transition: all 0.3s;
}
.nsimg a:hover img {
	transform:scale(1.1);
}
.ndate{
	color:#969698;
	margin-bottom:6px;
}
.ntitle{
	font-size:20px;
	color:#1D1832;
	font-weight:600;
	line-height: 120%;
}
.nmore{
	width:130px;
	height:50px;
	line-height:50px;
	border-radius:25px;
	text-align:center;
	color:#fff;
	display:block;
	background:#C2002F;
	margin:0 auto 60px;
	transition: background-color 0.3s ease;
}
.nstitle{
	position: absolute;
	width:340px;
	left:42.5px;
	bottom:-130px;
	background:#fff;
	padding:30px;
	z-index:9;
	height:238px;
	font-size:12px;
	text-align:left;
	-moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);}
.contactus{
	width:86%;
	background-color:#fff;
	padding:50px;
	margin:50px auto -50px;
	position:relative;
	overflow:hidden;
	-moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 13%);
}
.contl{
	float:left;
	width:45%;
	font-size: 14px;
}
.contr{
	float:right;
	width:50%;
	margin-top:75px;
}
.contitle{
	font-size:40px;
	font-weight:600;
	color:#000;
	margin-bottom:20px;
}
.condes{
	margin-bottom:30px;
	line-height:160%;
}
.conp{
	color:#c2002f;
	margin-bottom:30px;
	font-weight: 900;
}
.conp p{
	line-height: 100%;		
	}
.conp p span{
	width: 100px;
	display: inline-block;
	}

.control-label{
	font-weight: 900;
	display:inline-block;
	margin-bottom:12px;
}
.form-control{
	border:0;
	border-radius:2px;
	height:36px;
	line-height:36px;
	margin-bottom:20px;
	padding: 5px;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 6px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 10%);}
.sjcontent{
    line-height:24px;
    margin-bottom:80px;
    overflow:hidden;
}
.sjcontent p{
	margin-bottom: 20px;
}
.sjcontent p a{
	color:#C2002F;
	text-decoration:underline;
}
.sjcontent p img{
	margin:auto;
}

footer{
	width:100%;
    padding-top:120px;
    padding-bottom:100px;
    color:#fff;
    overflow:hidden;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#9d162e),color-stop(rgba(0,0,0,0)),to(#9d162e)),-webkit-gradient(linear,left top,right bottom,color-stop(50%,#9d162e),color-stop(50%,#c2002f));
    background-image: linear-gradient(#9d162e,rgba(0,0,0,0),#9d162e),linear-gradient(to right bottom,#9d162e 50%,#c2002f 50%);
}
.f_logo{
	width:200px;
	float:left;
	margin-right:50px;
	filter: brightness(100);
}
.f_nav{
	width:66%;
	float:right;
}
.contmes{
	float:left;
	font-size:14px;
	margin-right:50px;
	line-height:24px;
}
.contmes h3{
	margin-bottom:20px;
}
.contmes p{
	font-size:14px;
	font-weight: 200;
}
.contmes a{
	height:32px;
	line-height:32px;
	color:#fff;
}
.share{
	float:right;
}
.share h3{
	line-height: 100%;
	margin-bottom: 10px;
}
.share a{
	margin-top:12px;
	color: #fff;
	width:42px;
	height: 42px;
	display:block;
	float:left;
	border-radius:50%;
	margin-right:20px;
	text-align:center;
	line-height:40px;
	font-size:20px;
	border: 2px solid #fff;
}
.pbanner{
	bottom:0;
    margin:0 auto;
    position:relative;
    overflow: hidden;
	max-width: 1500px;
}
.pbanner img{
    height: 382px;
	width: 1500px;
    max-width: 1500px;
	margin: 0 auto;
}
.ptxt{
    position:absolute;
    width:40%;
    left:10%;
    top:20%;
    font-size:28px;
    background:rgba(0,0,0,0.7);
    height:80px;
    line-height:80px;
    padding-left:30px;
    z-index:3;
    color:#fff;
	text-align: left;
}
.pnav{
    padding-top:20px;
    font-size:14px;
    line-height:1.3;
    margin-bottom:40px;
	color: #999;
}
.pnav ul li{
	float:left;
}
.pnav ul li a{
	color:#999;
	padding-left: 5px;
	padding-right: 5px;
}
.pnav ul li span{
	margin:0 12px;
}
.pcontent{
	margin-bottom:40px;
}
.phtitle{
	color:#C2002F;
	font-size:38px;
	margin-bottom:30px;
}
.sgroup{
	width:49%;
	background:#f3f3f3;
	float:left;
	margin-bottom:50px;
}
.mr2{
	margin-right:2%;
}
.sgbox{
    padding:20px 20px 40px;
    color:#161616;
    overflow:hidden;
}
.sgbox h3{
	font-size:24px;
	margin-bottom:20px;
}
#jcmd{
	font-size: 16px;
	width:76%;
	height:50px;
	line-height:50px;
	padding:0 10px;
	outline:none;
	border: 0;
	float:left;
	-moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
}
.sgbox select option{
	height:40px;
	line-height:40px;
	display:inline-block;
}
.spurl{
	float:left;
	height:50px;
	line-height:50px;
	background:#161616;
	color:#fff;
	font-size:16px;
	width: 22%;
	border: 0;
	border-radius: 0 25px 25px 0;
	margin-left: 2%;
	cursor: pointer;
}
.sgform{
	width:100%;
	height:50px;
	line-height:50px;
	border:none;
	outline:none;
}
.sgform .fipt{
	width:76%;
	height:50px;
	line-height:50px;
	padding:0 12px;
	float:left;
	border:0;
	outline:none;
	background:#fff;
	-webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
	}
.sgform .fbtn{
	float:left;
	height:50px;
	line-height:50px;
	background:#C2002F;
	color:#fff;
	font-size:16px;
	border:0;
	width: 22%;
	border-radius: 0 25px 25px 0;
	margin-left: 2%;
	transition: background-color 0.3s ease;
	cursor: pointer;
}
.pronav{
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}
.pronav ul li{
	width:15.66%;
	margin-right:1.2%;
	background-color:#f3f3f3;
	padding:12px 0;
	float:left;
	text-align:center;
	border-radius:12px;
	overflow:hidden;
	transition: background-color 0.3s ease;
}
.pronav ul li:nth-last-child(1){
	margin-right:0;
}
.pronav ul li i{
    width:50px;
    height:50px;
    display:block;
    margin:0 auto 6px;
}
.pronav ul li:nth-child(1) i{
	background:url(/uploadfile/202301/c96c1654cfeb587.svg) 0 0 no-repeat;
	background-size:100%;
}
.pronav ul li:nth-child(2) i{
	background:url(/uploadfile/202301/2a79d11a89ff92e.svg) 0 0 no-repeat;
	background-size:100%;
}
.pronav ul li:nth-child(3) i{
	background:url(/uploadfile/202301/4f0143f51ecff2a.svg) 0 0 no-repeat;
	background-size:100%;
}
.pronav ul li:nth-child(4) i{
	background:url(/uploadfile/202301/29d33bfb9bf4346.svg) 0 0 no-repeat;
	background-size:100%;
}
.pronav ul li:nth-child(5) i{
	background:url(/uploadfile/202301/5e761d73a7008e0.svg) 0 0 no-repeat;
	background-size:100%;
}
.pronav ul li:nth-child(6) i{
	background:url(/uploadfile/202301/be10f2736824264.svg) 0 0 no-repeat;
	background-size:100%;
}
.pronav ul li a{
	color:#161616;
}
.pronav ul li.active{
	background-color:#C2002F;
}
.pronav ul li.active i{
    filter: brightness(100);
}
.pronav ul li.active a{
	color:#fff;
}
.newslista{
	width:100%;
	padding:20px 0 0;
	margin-bottom:30px;
	overflow:hidden;
}
.newslista ul li{
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
	background-color:#F7F7F7;
	padding:0 20px;
	overflow:hidden;
}
.newslista ul li:nth-child(3n){
	margin-right:0;
}
.ndatea{
    height:36px;
    line-height:36px;
    text-align: right;
	font-size: 13px;
	margin-top: 5px;
    color:#666666;
}
.nthumba{
	width:100%;
	height:200px;
	margin-bottom:6px;
	overflow:hidden;
}
.nthumba a{
	display: block;
}
.nthumba a img{
	transition: all 0.3s;		
}
.nthumba a:hover img{
	transform: scale(1.1);
}

.news_txt{
	width:100%;
	height:200px;
	padding-top:10px;
	overflow:hidden;
}
.news_title{
	font-weight:400;
	line-height: 120%;
	margin-bottom: 10px;
	font-size: 22px;
}
.news_title a{
	color:#C2002F;
}
.news_des{
	width:100%;
	line-height:24px;
	height:72px;
	margin-bottom:20px;
	overflow:hidden;
	font-size: 14px;
}

.prolist{
	width:100%;
	padding:20px 0 0;
	margin-bottom:30px;
	overflow:hidden;
}
.prolist ul li{
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
	overflow:hidden;
}
.prolist ul li:nth-child(3n){
	margin-right:0;
}
.pro_thumb{
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
}
.pro_thumb a{
	display: block;
}
.pro_thumb a img{
	transition: all 0.3s;		
}
.pro_thumb a:hover img{
	transform: scale(1.1);
}
.pro_txt{
	width:100%;
	height:260px;
	padding:30px 12px;
	overflow:hidden;
	text-align:center;
	background-color:#F7F7F7;
}
.pro_title{
	color:#000;
	margin-bottom:12px;
	font-size: 20px;
	font-weight:600;
}
.pro_des{
	width:100%;
	color:#636363;
	line-height:24px;
	height:72px;
	font-size:13px;
	margin-bottom:20px;
	overflow:hidden;
}
.pnum{
	width:34%;
	margin:0 auto 30px;
	overflow: hidden;
}
.pnum ul{
	padding:10px 0;
	overflow: hidden;
	text-align: center;
}
.pnum ul li{
	width:28px;
	height:28px;
	line-height:28px;
	display:inline-block;
	cursor: pointer;
	text-align:center;
	border-radius:4px;
	background:#ebebeb;
	margin-right:12px;
}
.pnum ul li.active{
	background:#C2002F;
}
.pnum ul li.active a{
	color: #fff;
}
.pro_xq{
	width:130px;
	height:50px;
	line-height:50px;
	text-align:center;
	background-color: #C2002F;
	margin:0 auto;
	border-radius:25px;
	transition: background-color 0.3s ease;
}
.pro_xq a{
	color:#fff;
}
.stitle{
	font-size:26px;
	font-weight:bold;
	color:#000;
	padding-bottom:10px;
	margin-bottom:10px;
}
.sjtitle{
    font-size:32px;
    color:#C2002F;
    text-align:center;
	font-weight: 900;
}
.sjdate{
    text-align:center;
    line-height:40px;
    margin-bottom:10px;
    color:#999;
}
.spbox{
	margin: 0 auto;
	width:66%;
	overflow:hidden;
}
.spbox .slb_l{
	width:25%;
	float:left;
}
.spbox .slb_r{
	width:73%;
	background-color:#f3f3f3;
	float:right;
	overflow:hidden;
}
.slb_r .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow:hidden;
}
.slb_r .swiper-slide {
  background-size: cover;
  background-position: center;
}
.slb_r .mySwiper2 {
  height: 80%;
  width: 100%;
}
.slb_r .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.slb_r .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.slb_r .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.slb_r .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spcontent{
	padding-top:20px;
	margin-bottom:40px;
	overflow:hidden;
}
.sp_box{
	border-top: 1px solid #ccc;
    width:100%;
	margin-top: 40px;
    margin-bottom:12px;
    padding-top:20px;
}
.sp_box a{
	color: #c2002f;
	text-decoration: underline;
}
.spsybz{
    width:100%;
    margin-bottom:12px;
    overflow:hidden;
}
.spsybz .h3{
    width:90px;
    float:left;
    height:24px;
    line-height:24px;
    display:block;
    font-weight:600;
    overflow:hidden;
}
.sp_box .spsybz ul{
	margin-left: 100px;
}
.spsybz ul li{
    float:left;
    line-height:24px;
    margin-right:20px;
    margin-bottom:10px;
    display:block;
    font-size:13px;
    padding:0;
}
.spc_nav{
	height:50px;
	font-weight: 900;
	line-height:50px;
	border-bottom:2px solid #ddd;
}
.spc_nav span{
	height:50px;
	line-height:50px;
	margin-right:12px;
	display:block;
	float:left;
	padding:0 30px;
	background-color:#EEECEE;
	cursor:pointer;
	transition: background-color 0.3s ease;
}
.spc_nav span.active{
	background-color:#902631;
	color:#fff;
}
.congroup{
	padding:20px 0;
	overflow:hidden;
}
.congroup .context{
	display:none;
	line-height: 200%;
}
.congroup .context h2{
	font-weight: 400;
	margin: 10px 0 20px;
}

.congroup .context ul li{
	list-style-type:disc;
}

.sergroup{
	margin-bottom:50px;
	overflow:hidden;
	text-align: center;
}

.sergroup ul li{
	width:48%;
	margin-right:4%;
	margin-bottom:3%;
	display:block;
	float:left;
	overflow:hidden;
}
.sergroup ul li:nth-child(2n){
	margin-right:0;
}
.sergroup ul li img {
    height:250px;
	margin-bottom: 16px;
    width: auto;
}
.sergroup ul.area-list li img {
    height:auto;
	width: 100%;
}
.pubgroup{
	width:100%;
	margin-bottom:50px;
	overflow:hidden;
}
.pubgroup ul li{
	width:48%;
	margin-right:2%;
	margin-bottom:2%;
	float:left;
	overflow:hidden;
}
.pubgroup ul li:nth-child(2n){
    margin-right:0;
}
.sername{
	color:#C2002F;
	font-size:24px;
	padding:12px 0;
}
.serdes{
	padding:20px;
	line-height:24px;
	font-size:14px;
	color:#888;
	height:100px;
	background-color:#f3f3f3;
	overflow:hidden;
	margin-top: 10px;
}
.pubtxt{
	width:100%;
	font-size:24px;
	overflow:hidden;
}
.newtxt{
	width:100%;
	text-align:center;
	padding:30px;
	height:260px;
	background-color:#f3f3f3;
	overflow:hidden;
}
.ndesc{
	margin:12px 0;
	height:50px;
	line-height:24px;
}
.ndesc .container{
	width:90%;
}
.newmore{
	width:130px;
	height:50px;
	line-height:50px;
	border-radius:25px;
	text-align:center;
	color:#fff;
	display:block;
	background:#C2002F;
	margin:20px auto 0;
}
.flbox{
	width:100%;
	margin-top:40px;
	height:250px;
	overflow:hidden;
}
.fl5{
	width:50%;
	float:left;
	padding:30px;
	height:250px;
	background-color:#f3f3f3;
	overflow:hidden;
}
.fl5 h3{
	color:#000;
	font-size:30px;
	font-weight:600;
	margin-bottom:20px;
}
.frbox .fl5{
	float:right;
}
.frbox .fl5i{
	float: left;
	}
.fl5 p{
	line-height:30px;
}
.fl5i{
    width:50%;
    float:left;
    overflow:hidden;
}
.fl5i img{
	width:100%;
	display:block;
}
.isobox{
	width:100%;
	overflow:hidden;
}
.isobox ul li{
	width:19%;
	float:left;
	margin-right:1.25%;
	margin-bottom:1.25%;
	border:1px solid #eee;
	border-radius:2px;
	overflow:hidden;
}
.isobox ul li:hover{
	border:1px solid #C2002F;
}
.isobox ul li:nth-child(5n){
	margin-right:0;
}
.isobox ul li .isoimg{
	width:120px;
	height:100px;
	margin:10px auto;
	position:relative;
	overflow:hidden;
}
.isoimg img{
	width:100%;
	margin-top:auto;
	margin-bottom:auto;
	top:0;
	bottom:0;
	position:absolute;
	display:block;
}
.isobox ul li .isotitle{
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#eee;
	font-size: 14px;
}
.isobox ul li:hover .isotitle{
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#C2002F;
}

.isobox ul li a:hover{
    color:#fff;
}
.isobh{
	width:100%;
	border:1px solid #ddd;
	overflow:hidden;
	margin-bottom: 40px;
}
.isobh h4{
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#ddd;
	padding:0 12px;
	overflow:hidden;
}
.isobh ul{
	padding:12px;
	overflow:hidden;
}
.isobh ul li{
	width:25%;
	float:left;
	height:40px;
	line-height:40px;
	overflow:hidden;
}
.isobh ul li a{
	color:#C2002F;
}
.zhichi{
	width:100%;
	margin-bottom:50px;
	overflow: hidden;
}
.zhichi ul li{
	width:33.33%;
	margin-right:1%;
	float:left;
	padding:20px;
	text-align:center;
	overflow:hidden;
}
.zcname{
	height:40px;
	line-height:40px;
}
.shouce{
	width:100%;
	margin-bottom:50px;
	overflow:hidden;
}
.shouce ul li{
	width:48%;
	float:left;
	padding:20px;
	background-color:#f3f3f3;
	margin-right:2%;
	margin-bottom: 25px;
	overflow:hidden;
}
.shouce ul li:nth-child(2n){
	margin-right:0;
}
.scimg{
    width:180px;
	position: absolute;
}
.sctxt{
	margin-left: 200px;
    float:left;
    overflow:hidden;
}
.scname{
	font-size:22px;
	font-weight:600;
	margin-bottom:10px;
}
.scdes{
	height:166px;
	font-size:14px;
	overflow:hidden;
}
.download{
	width:80px;
	height:34px;
	line-height:34px;
	float: left;
	text-align:center;
	border-radius:17px;
	background-color: #B12539;
	display:block;
	color:#fff;
	transition: background-color 0.3s ease;
}
.download i{
	margin-left:6px;
}
.scdate{
	float:right;
	font-size:12px;
	line-height:34px;
}
.full{
	width:100%;
	margin-bottom:30px;
	overflow:hidden;
}
.psearch{
    width:360px;
    position:fixed;
	background: #fff;
    right:20px;
    top:70px;
    z-index: 9999;
    display:none;
	border-radius:2px;
	border: 6px solid #fff;
	-webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
}
.sform{
	width:100%;
	height:50px;
	border:1px solid #aaa;
	border-radius:2px;
	overflow:hidden;
}
.sform input{
	border:none;
	width:80%;
	height:48px;
	outline:none;
	background-color:#fff;
	padding:0 12px;
	float:left;
}
.sform .fbtn{
	width:20%;
	height:48px;
	display:block;
	float:left;
	background-color:#fff;
	color:#000;
	font-size:14px;
	border:none;
	outline:none;
}
.msg{
	width:80%;
	background-color:#f3f3f3;
	border-radius:12px;
	height:300px;
	margin:120px auto;
	padding-top:100px;
	text-align:center;
	overflow:hidden;
}
.ncount{
    width:100%;
    padding:40px 0;
    text-align:center;
    overflow:hidden;
}
.ndes {
    height: 60px;
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 12px;
    overflow: hidden;
}
.sfr p{
	display: inline-block;
	padding: 0 20px;
}
.abt-l{
	background: #f7f7f7;
	width: 48%;
	padding: 40px;
	margin-right: 4%;
	float: left;
	padding-bottom:1700px;
	margin-bottom: -1700px;
	line-height: 160%;
}
.abt-r{
	float: right;
	width: 48%;	
}
.abt-l h3{
	color: #000;
	margin-bottom: 15px;
}
.abt-l p{
	margin-bottom: 10px;
	}
.abt-b {
	width: 100%;
	background: #902631;
	color: #fff;
	overflow: hidden;
}
.abt-m{
	width: 50%;
	padding: 40px;
	float: left;
	padding-bottom:1700px;
	margin-bottom: -1700px;
	line-height: 160%;
}
.abt-v {
	width: 50%;
	padding: 40px;
	float: right;
	padding-bottom:1700px;
	margin-bottom: -1700px;
	line-height: 160%;
	}
.abt-m h3,.abt-v h3{
	margin-bottom: 15px;
	}
.abt-m-i{
	width: 50%;
	height: 315px;
	float: right;
	overflow: hidden;
}
.abt-m-i img{
	object-fit: cover;
}
.abt-v-i {
	height: 315px;
	width: 50%;
	float: left;
	overflow: hidden;
}
.abt-v-i img{
	object-fit: cover;
}
.abt-spr-t{
	background: #f0f0f0;
	text-align: center;
	padding: 40px;
}
.abt-spr-t .hr{
	margin-bottom: 20px;
}
.abt-spr-list{
	background: url("/uploadfile/202302/953beaecd27a4cf.png") no-repeat right top;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}
.abt-spr-list div{
	color: #fff;
	width: 33.3%;
	padding:5% 5%;
	float: left;
	font-weight:200;
}
.abt-spr-list div h4{
	font-size: 18px;
	margin-bottom: 10px;
}
ul.customer-logo{
	margin: 20px -2% 20px 0;
	list-style: none;
	padding: 0;
	overflow: hidden;
}
.customer-logo li{
	width: 23%;
	margin:0 2% 2% 0;
	list-style: none;
	float: left;
}
.customer-logo li img{
	width: 100%;
}
.s_btn{
	font-size:25px;
	color: #c2002f;
	cursor: pointer;
}
.slogen p{
	line-height: 140%;
}
.s_tab .more_ind {
	width: 5%;
	display: "";
}
.s_tab .more_ind a {
	display: block;
	background:#f3f3f3;
}
.s_tab .more_ind a:hover {
	background:#ddd;
}
}
/*----------------------------------------------适配1400像素设备---------------------------------------------*/
@media screen and (max-width:1400px) {
.banner .slogen{
	position:absolute;
	left:10%;
	color:#fff;
	z-index:3;
}
.head .slogen{
    flex: 2;
}
.slogen h1{
	font-size:60px;
	line-height:100px;
	text-align:left;
}
.slogen h3{
	margin-top:20px;
	margin-bottom:30px;
}
.slogen .url{
	width:150px;
}
.our_product{
	width:90%;
	position:relative;
	z-index:6;
	background:#fff;
	border-radius:4px;
	border:1px solid #f3f3f3;
	padding:30px 0!important;
    margin: -100px auto 120px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    overflow:hidden;
}

.s_show {
    float: left;
    width: 50%;
    padding: 20px;
    overflow: hidden;
}
.tabs_pic{
	width:50px;
	height:50px;
	display:block;
	margin:8px auto;
	overflow:hidden;
}
.rline{
	height:50px;
	border-left:3px solid #c2002f;
	content:"";
	margin-left:30px;
	margin-bottom:20px;
}
.safe{
	width:100%;
	padding:50px 0;
	background:url(../img/safebg.jpg) left top no-repeat;
	background-size:cover;
	overflow:hidden;
}
.rline{
	height:60px;
	border-left:3px solid #c2002f;
	content:"";
	margin-left:30px;
	margin-bottom:20px;
}
.safe p{
	width:80%;
	overflow:hidden;
}
.sata ul{
	padding-top:40px;
	overflow:hidden;
}
.contactus{
	width:86%;
	background-color:#fff;
	padding:30px;
	margin:50px auto -50px;
	position:relative;
	overflow:hidden;
	-webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 13%);
}
.contitle{
	font-size:32px;
	font-weight:600;
	color:#000;
	margin-bottom:20px;
}

.contr{
	margin-top:65px;
}
}

/*----------------------------------------------适配1504像素以下设备---------------------------------------------*/
@media screen and (max-width:1504px) {
.s_b_img {
    float: right;
    width: 50%;
    overflow: hidden;
}
.s_b_img img {
    height: 650px;
}
.s_show {
    padding: 20px 50px;
}
}

/*----------------------------------------------适配1280像素以下设备---------------------------------------------*/
@media screen and (max-width:1280px) {
.container{
	width: auto;
	padding: 0 3%;
    overflow: hidden;
}

.s_b_img {
    float: right;
    width: 60%;
    overflow: hidden;
}
.s_b_img img {
	height: 550px;
}
.s_show {
    float: left;
    width: 40%;
    overflow: hidden;
	font-size: 14px;
}
.news .nsbox {
	min-width: 285px;
    padding: 10px;
    position: relative;
}
.nsimg {
    width: 285px;
    height: 210px;
}
.nstitle {
    position: absolute;
    width: 270px;
    left: 32px;
    bottom: -188px;
    background: #fff;
    padding: 25px;
    z-index: 9;
    height: 264px;
    font-size: 12px;
    text-align: left;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
}
.newsbox {
    width: 1000px;
    height: 458px;
    margin: 40px auto;
    margin-bottom: 30px;
    overflow: hidden;
}
.ndes {
    height: 76px;
}
.pro_txt{
	height: 260px;
}
.pro_des {
    font-size: 12px;
    margin-bottom: 20px;
}
.safe p{
	font-size: 14px;
	line-height: 160%;
}

.abt-l,.abt-m,.abt-v{
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.ptxt {
    left: 3%;
}

.fl5i img {
	width: auto;
	height: 266px;
}
.logo {
    float: left;
}
.logo img {
	width: 80%;
}
nav>ul>li {
	font-size: 12px;
}
.s_s_c {
    min-height: 500px;
}
.s_tab span {
    font-size: 20px;
}
.s_c_show {
    font-size: 14px;
}

}
/*----------------------------------------------适配999像素以下设备---------------------------------------------*/
@media screen and (max-width:999px) {
.server_more {
	display:"";
}
.s_tab .more_ind {
	display: none;
}
ul.customer-logo{
	margin: 20px 0;
	list-style: none;
	padding: 0;
	overflow: hidden;
}
.customer-logo li{
	list-style: none;
	float: left;
}
.abt-spr-list {
	background: url("/uploadfile/202302/953beaecd27a4cf.png") no-repeat center top;
	background-size: cover;
	color: #fff;
	}
.abt-spr-list div{
	width: 100%;
	padding:5% 10%;
	float: none;
	line-height: 160%;
}
.abt-spr-list div h4{
	font-size: 18px;
	margin: 20px 0;
}
.abt-spr-t{
	background: #f0f0f0;
	text-align: center;
	padding: 40px;
}

header{
	width:100%;
	padding:0 1%;
	background:#fff;
	position:fixed;
	top:0;
	z-index: 11;
    overflow-y: scroll;
    overflow-x: hidden;
    -moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);}
.container{
	padding:0 5%;
	overflow: hidden;
}
.head{
    width:100%;
    padding:10px 0;
    display:inline-block;
}
.logo{
	width:120px;
	float:left;
	display:block;
}
.slogen{
	display:none;
}
nav{
	width:100%;
	margin-top:40px;
	display:none;
	overflow:hidden;
}
nav ul{
	padding:0px;
	overflow:hidden;
}
nav ul>li{
	border-top: 1px solid #ccc;
	padding:5px 15px 10px; 
	width:100%;
	font-weight:900;
	line-height:40px;
}
nav ul li li{
	border-top:0;
	padding: 0;
}
nav ul li>ul{
	padding:0;
}
nav ul li>ul li{
	float:left;
	width:33.3%;
	line-height:28px;
	font-weight:normal;
}
nav ul li>ul li>ul{
    display:none;
	padding: 20px;
	border: 0;
}
.nclose {
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    line-height: 24px;
    background-color: #fff;
    position: absolute;
    top:30px;
    right: 10px;
    border-radius: 50%;
}
.s_btn,.nav{
	width:44px;
	height:30px;
	font-size:25px;
	text-align:center;
	display:block;
	position:absolute;
	color: #c2002f;
}
.s_btn{
   right:50px;
   top:4px;
}
.ntitle{
	line-height: 120%;
	font-size:18px;
	color:#000;
	font-weight:900;
}
.nav{
	right:5px;
	top:5px;
	padding-left: 10px;
}
.language{
	display:none;
}
.public_h{
	height:48px;
	content:"";
}
.banner{
	width:100%;
	position:relative;
	margin-bottom:30px;
	overflow:hidden;
}
.banner .slogen{
	display:block;
	position:absolute;
	top:13%;
	left:12%;
	color:#fff;
	z-index:3
}
.slogen h1{
	font-size:50px;
	line-height:40px;
	text-align:left;
}
.slogen h3{
	font-size:18px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:25px;
	text-align:left;
}
.slogen .url{
	width:150px;
	height:50px;
	line-height:50px;
	font-weight: 600;
	font-size:18px;
	text-align:center;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    background-color: #C2002F;
    border-radius: 30px 30px 30px 30px;
}
.slogen .url a{
	color:#fff;
}
.our_product{
	width:98%;
	position:relative;
	z-index:6;
	background:#fff;
	border-radius:4px;
	border:1px solid #f3f3f3;
    margin:0 auto 20px;
    padding:12px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    overflow:hidden;
}
.our_product ul{
	margin-top:20px;
	padding: 0 3%;
	overflow: hidden;
}
.our_product ul li{
	float:left;
	width:14.66%;
	margin:1% 1% 2%;
	text-align:center;
	overflow:hidden;
}
.our_product ul li a {
    display: block;
    max-width: 80px;
    margin: 10% auto;
    text-align: center;
}
.our_product ul li h3{
	font-size:17px;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom: 20px;
}
.mb50{
	margin-bottom:15px;
}
.opic{
    width:50px;
    height:50px;
    display:block;
    margin:0 auto 12px;
    overflow:hidden;
}
.server{
	width:100%;
	overflow:hidden;
}
.s_tab{
    background:#f3f3f3;
    overflow:hidden;
}
.s_tab span{
	width:100%;
	height:78px;
	line-height:62px;
	margin:0 auto;
	display:block;
	text-align:center;
	font-size:22px;
	font-weight:500;
	border-radius:6px;
	color:#555;
	cursor:pointer;
	overflow:hidden;
	border: 8px solid #f0f0f0;
	margin-top:1px;
	background: #fff;
	-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%);
}
.s_tab span.active{
	color:#fff;
	background: #1D1832;
}
.s_content{
	color:#fff;
	line-height:24px;
	position:relative;
	overflow:hidden;
}
.s_s_c{
	width:100%;
	min-height: 300px;
	font-size:14px;
	display:none;
	overflow:hidden;
}

.s_c_show {
    font-size: 14px;
}

.s_s_c h2{
	margin-bottom:20px;
	font-size:28px;
}
.s_url{
	width:200px;
	height:50px;
	line-height:50px;
	background:#fff;
	border-radius:25px;
	text-align:center;
	bottom: 40px;
	margin: 0 auto;
}
.server_more a{
	width:200px;
	text-align:center;
	color:#fff;
	height:50px;
	line-height:50px;
	border-radius:25px;
	margin:40px auto;
	background-color: #C2002F;
	display:block;
}
.s_g_box{
	background:#f0f0f0;
	padding:20px 0;
	overflow:hidden;
}
.server_name{
	width:90%;
	margin:0 auto;
	overflow:hidden;
}
.sap{
	width:100%;
	text-align: center;
}
.sfr{
	width:100%;
	margin:12px 0;
	text-align: center;
	line-height:50px;
}
.sfr p{
	display: inline-block;
	padding: 0 20px;
}
.ib_btn{
	background-color:#1D1832;
	display:inline-block;
	padding: 0 20px;
	margin-right: 4%;
	color:#fff;
	text-align:center;
	border-radius:24px;
}
.ir_btn{
	background-color:#C2002F;
	display:inline-block;
	color:#fff;
	padding: 0 20px;
	text-align:center;
	border-radius:24px;
}
.s_g_tab{
	width:100%;
    padding:2%;
    overflow:hidden;
}
.s_g_tab .tabs{
	width:100%;
	margin-bottom:0px;
	background-color:#fff;
	text-align:left;
	border-radius:6px;
	line-height:66px;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
	display:block;
	padding:0 10px;
	cursor: pointer;
	overflow:hidden;
	font-size: 18px;
}
.tabs.active{
	background-color:#c2002f!important;
	color:#fff;
}
.tabs_pic{
	width:50px;
	height:50px;
	display:block;
	float:left;
	overflow:hidden;
	margin: 7px 10px 0 0;
}
.tabs span{
	width:70%;
	float:left;
}
.tabs.active .tabs_pic img{
    filter: brightness(100);
}
.ser_content{
	width:96%;
	margin:0 auto;
	background:#fff;
	overflow:hidden;
}
.s_show{
    width:100%;
    padding:30px 50px;
    overflow:hidden;
}
.s_b_img{
    width:100%;
    overflow:hidden;
}
.s_b_img img{
	width:100%;
	height: auto;
	display:block;
}
.hrl{
    height: 3px;
    width: 100px;
    margin:12px auto 24px auto;
    background-color: #c2002f;
}
.safe{
	width:100%;
	padding:30px 0;
	background:url(../img/safebg.jpg) left top no-repeat;
	background-size: cover;
	overflow:hidden;
}
.safe ul{
	width:100%;
	overflow:hidden;
}
.safe ul li{
	border-top:3px solid #c2002f;
	width:100%;
	padding:0 8% 3%;
	color:#fff;
	overflow:hidden;
}
.rline{
	height:30px;
	border-left:3px solid #c2002f;
	content:"";
	margin-left:12px;
	margin-bottom:6px;
}
.safe h3{
	font-size:20px;
	margin-bottom:5px;
}
.safe h1{
	font-size:32px;
	line-height:30px;
	margin-bottom:30px;
}
.safe p{
	width:100%;
	line-height:24px;
	font-size:14px;
	overflow:hidden;
}
.sata{
	width:100%;
	padding:40px 20px 30px;
	overflow:hidden;
}
.sata ul{
	padding-top:12px;
	overflow:hidden;
}
.sata ul li{
	width:100%;
	margin-bottom:3%;
	float:left;
}
.sata h2{
	font-size:30px;
}
.sata ul li h3{
	font-size:75px;
	color:#9d162e;
	text-align:center;
	font-weight: 900;
}
.sata ul li p{
	line-height:24px;
	text-align: center;
	color:#161616;
}
.news{
	padding:0 0 40px 0;
	background-color:#f1f1f1;
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
}
.hr{
    height: 3px;
    width: 80px;
    margin: 12px auto 24px auto;
    background-color: #c2002f;
}
.newsbox{
    width:100%;
	height:490px;
	overflow:hidden;
}
.newsbox .swiper {
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.news .swiper-slide{
	background:none;
	display: inline-block;
}
.news .nsbox{
	padding:10px;
	position:relative;
}
.nsimg{
	width:100%;
	height:280px;
	display:inline-block;
	overflow:hidden;
}
.nmore{
	width:130px;
	height:50px;
	line-height:50px;
	border-radius:25px;
	text-align:center;
	color:#fff;
	display:block;
	background:#C2002F;
	position:absolute;
	bottom:40px;
	left:50%;
	margin-left:-65px;
}
.nstitle{
	position: absolute;
	width:78%;
	left:11%;
	bottom:-124px;
	background:#fff;
	padding:25px;
	z-index:9;
	height:260px;
	font-size:12px;
	text-align:left;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
}
.contactus{
	width:96%;
	background-color:#fff;
	padding:20px;
	margin:14px auto -40px auto;
	font-size: 14px;
	position:relative;
	overflow:hidden;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 13%);
}
.contl,.contr{
    width:100%;
    overflow:hidden;
}
.contl {
	margin-bottom: 20px;	
}
.contitle{
	font-size:40px;
	font-weight:600;
	color:#000;
	margin-bottom:20px;
}
.condes{
	margin-bottom:30px;
}
.conp{
	color:#c2002f;
	font-weight: 900;
	margin-bottom:30px;
}
.conp p{
	line-height:100%;
}
.conp p span{
	display: inline-block;
	width: 100px;	
}
.control-label{
	display:inline-block;
	margin-bottom:12px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}
.form-control{
    border:1px solid #ddd;
    border-radius: 2px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    padding: 5px;
}
footer{
	width:100%;
    padding-top:65px;
    padding-bottom:20px;
    color:#fff;
    overflow:hidden;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#9d162e),color-stop(rgba(0,0,0,0)),to(#9d162e)),-webkit-gradient(linear,left top,right bottom,color-stop(50%,#9d162e),color-stop(50%,#c2002f));
    background-image: linear-gradient(#9d162e,rgba(0,0,0,0),#9d162e),linear-gradient(to right bottom,#9d162e 50%,#c2002f 50%);
}
.f_logo{
	width:160px;
	margin:0 auto 12px;
	overflow:hidden;
	filter: brightness(100);
}
.f_nav{
	width:66%;
	float:right;
}
.contmes{
	width:90%;
	margin:10px auto 12px;
	overflow:hidden;
	padding: 20px 0 0 0;
	border-top: 1px solid #fff;
}
.contmes h3,.share h3{
	margin-bottom:12px;
	font-size: 12px;
	font-weight: 300;
}
.contmes p{
	float: left;
	font-size: 12px;
	font-weight: 100;
	width:50%;
}

.contmes a{
	height:24px;
	line-height:24px;
	color:#fff;
}
.share{
	width:90%;
	margin:10px auto 12px;
	overflow:hidden;
	padding: 20px 0 0 0;
	border-top: 1px solid #fff;
}
.share a{
	margin-top:12px;
	width:30px;
	height: 30px;
	display:block;
	float:left;
	border-radius:50%;
	margin:0 10%;
	text-align:center;
	line-height:26px;
	color: #fff;
	border: 2px solid #fff;
	font-size:16px;
}
.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:10px;
	z-index:999;
}
.pbanner{
	width:100%;
	height:240px;
	position:relative;
	overflow:hidden;
}
.pbanner img{
	width:1200px;
	display:block;
	min-height: 240px;
}
.ptxt{
    position:absolute;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 2%;
	top:35%;
    font-size:28px;
    height:60px;
    line-height:60px;
    z-index:3;
    color:#fff;
	background-color: rgba(0,0,0,0.7);
}
.pnav{
    font-size:14px;
    height:40px;
    line-height:40px;
	color:#999;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.pnav ul li{
	float:left;
}
.pnav ul li a{
	color:#999;
	padding-right: 5px;	
	padding-left: 5px;
}
.pnav ul li span{
	margin:0 12px;
}
.pcontent{
	line-height:30px;
	margin-top:20px;
	margin-bottom:20px;
}
.phtitle{
	color:#C2002F;
	font-size:30px;
	margin-bottom:20px;
}
.sgroup{
	width:100%;
	background:#f3f3f3;
	float:left;
	margin-bottom:20px;
}
.sgbox{
    padding:10px 10px 20px;
    color:#161616;
    overflow:hidden;
}
.sgbox h3{
	font-size:24px;
	margin-bottom:10px;
}
#jcmd{
	width:76%;
	height:50px;
	line-height:50px;
	font-size: 14px;
	padding:0 10px;
	border:none;
	outline:none;
	float:left;
	background: #fff;
	-moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
}
.sgbox select option{
	height:40px;
	line-height:40px;
	display:inline-block;
}
.spurl{
	float:left;
	height:50px;
	line-height:50px;
	background:#161616;
	color:#fff;
	font-size:16px;
	outline:none;
	border:0;
	width: 24%;
	border-radius: 0 25px 25px 0;
}
.sgform{
	width:100%;
	height:50px;
	line-height:50px;
	border:none;
	outline:none;
}
.sgform .fipt{
	width:76%;
	height:50px;
	line-height:50px;
	padding:0 12px;
	float:left;
	border:none;
	outline:none;
	background:#fff;
	-moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 12%);
}
.sgform .fbtn{
	float:left;
	height:50px;
	line-height:50px;
	background:#C2002F;
	color:#fff;
	font-size:16px;
	width: 24%;
	border:0;
	border-radius: 0 25px 25px 0;
}
.pronav{
	width:100%;
	overflow:hidden;
}
.pronav ul li{
	width:32.33%;
	margin-right:1.5%;
	margin-bottom:1.5%;
	background-color:#f3f3f3;
	padding:12px 0;
	float:left;
	text-align:center;
	border-radius:12px;
	overflow:hidden;
}
.pronav ul li:nth-child(3n){
    margin-right:0;
}
.pronav ul li i{
    width:50px;
    height:50px;
    display:block;
    margin:0 auto 6px;
}
.pronav ul li:nth-child(1) i{
	background:url(/uploadfile/202301/c96c1654cfeb587.svg) 0 0 no-repeat;
	background-size:100%;
}
.pronav ul li:nth-child(2) i{
	background:url(/uploadfile/202301/2a79d11a89ff92e.svg) 0 0 no-repeat;
	background-size:100%;
}
.pronav ul li:nth-child(3) i{
	background:url(/uploadfile/202301/4f0143f51ecff2a.svg) 0 0 no-repeat;
	background-size:100%;
}
.pronav ul li:nth-child(4) i{
	background:url(/uploadfile/202301/29d33bfb9bf4346.svg) 0 0 no-repeat;
	background-size:100%;
}
.pronav ul li:nth-child(5) i{
	background:url(/uploadfile/202301/5e761d73a7008e0.svg) 0 0 no-repeat;
	background-size:100%;
}
.pronav ul li:nth-child(6) i{
	background:url(/uploadfile/202301/be10f2736824264.svg) 0 0 no-repeat;
	background-size:100%;
}
.pronav ul li a{
	color:#161616;
}
.pronav ul li.active{
	background-color:#C2002F;
}
.pronav ul li.active i{
    filter: brightness(100);
}
.pronav ul li.active a{
	color:#fff;
}
.prolist{
	width:100%;
	padding:12px 0 0;
	overflow:hidden;
}
.prolist ul li{
	width:49%;
	float:left;
	margin-right:2%;
	margin-bottom:6%;
	overflow:hidden;
}
.prolist ul li:nth-child(2n){
	margin-right:0;
}
.pro_thumb{
	width:100%;
	margin-bottom: 10px;
	overflow:hidden;
}
.pro_thumb img{
    display:block;
}
.pro_txt{
	width:100%;
	height: 180px;
	padding:12px;
	background-color:#f7f7f7;
	overflow:hidden;
}
.pro_title{
	height:40px;
	line-height:20px;
	color:#000;
	margin-bottom:6px;
	font-weight:900;
	font-size: 20px;
	overflow:hidden;
}
.pro_des{
	width:100%;
	height:72px;
	line-height:24px;
	color:#636363;
	font-size:13px;
	overflow:hidden;
}
.pnum{
	width:100%;
	margin:0 auto 30px;
	overflow: hidden;
}
.pnum ul{
	padding:10px 0;
	overflow: hidden;
	text-align: center;
}
.pnum ul li{
	width:24px;
	height:24px;
	line-height:24px;
	display:inline-block;
	cursor: pointer;
	text-align:center;
	border-radius:4px;
	background:#ebebeb;
	margin-right:9px;
}
.pnum ul li.active{
	background:#C2002F;
}
.pnum ul li.active a{
	color: #fff;
}
.stitle{
	font-size:26px;
	font-weight:bold;
	color:#000;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top: 15px;
}
.spbox{
	width:100%;
	overflow:hidden;
}
.spbox .slb_l{
   display:none;
}
.spbox .slb_r{
	width:100%;
	background-color:#f3f3f3;
	float:right;
	overflow:hidden;
}
.slb_r .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow:hidden;
}
.slb_r .swiper-slide {
  background-size: cover;
  background-position: center;
}
.slb_r .mySwiper2 {
  height: 80%;
  width: 100%;
}
.slb_r .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.slb_r .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.slb_r .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.slb_r .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spcontent{
	padding-top:20px;
	margin-bottom:40px;
	overflow:hidden;
}
.spc_nav{
	height:50px;
	line-height:50px;
	border-bottom:2px solid #ddd;
}
.spc_nav span{
	height:50px;
	line-height:50px;
	margin-right:6px;
	display:block;
	float:left;
	padding:0 18px;
	background-color:#EEECEE;
	cursor:pointer;
}
.spc_nav span.active{
	background-color:#902631;
	color:#fff;
}
.sp_box{
	border-top: 1px solid #ccc;
	margin-top: 40px;
    margin-bottom:12px;
    overflow:hidden;
}
.spsybz{
    width:100%;
	margin-top: 20px;
    margin-bottom:5px;
    display:inline-block;
    overflow:hidden;
}
.spsybz .h3{
    font-weight:600;
    display:inline-block;
    margin-bottom:8px;
}

.spsybz ul li{
    float:left;
    margin-right:2%;
    margin-bottom:2%;
    border:1px solid #ddd;
	background: #f0f0f0;
    padding:0 10px;
    font-size:12px;
}
.spsybz ul li a{
	color:#C2002F;
}

.congroup{
	padding:20px 0;
	overflow:hidden;
}
.congroup .context{
	font-size: 14px;
	display:none;
	line-height: 180%;
}
.congroup .context h2{
	margin: 20px 0;
	font-weight: 500;
}
.congroup .context p{
	margin-bottom: 20px;}
.sergroup{
	margin-bottom:20px;
	overflow:hidden;
}
.isobox{
	width:100%;
	overflow:hidden;
}
.isobox ul li{
	width:23.5%;
	float:left;
	margin-right:1.5%;
	margin-bottom:1.5%;
	border:1px solid #eee;
	border-radius:2px;
	overflow:hidden;
}
.isobox ul li:nth-child(4n){
	margin-right:0;
}
.isobox ul li .isoimg{
	width:100px;
	height:100px;
	margin:10px auto;
	position:relative;
	overflow:hidden;
}
.isoimg img{
	width:100%;
	margin-top:auto;
	margin-bottom:auto;
	top:0;
	bottom:0;
	position:absolute;
	display:block;
}
.isobox ul li .isotitle{
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:14px;
	background-color:#eee;
}

.isobh{
	width:100%;
	border:1px solid #ddd;
	overflow:hidden;
}
.isobh h4{
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#ddd;
	padding:0 12px;
	overflow:hidden;
}
.isobh ul{
	padding:12px;
	overflow:hidden;
}
.isobh ul li{
	width:50%;
	float:left;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.isobh ul li a{
	color:#C2002F;
	font-size: 14px;
}
.zhichi{
	width:100%;
	margin-bottom:30px;
	overflow: hidden;
}
.zhichi ul li{
	width:49%;
	margin-right:2%;
	float:left;
	padding:20px;
	text-align:center;
	overflow:hidden;
}
.zhichi ul li:nth-child(2n){
	margin-right:0;
}
.zcname{
	height:40px;
	line-height:40px;
}
.shouce{
	width:100%;
	margin-bottom:50px;
	overflow:hidden;
}
.shouce ul li{
	width:100%;
	padding:12px;
	background-color:#f3f3f3;
	margin-bottom:2%;
	overflow:hidden;
}
.scimg{
    width:180px;
	position: absolute;
	}
.sctxt{
	margin-left: 180px;
    padding-left:16px;
    float:left;
    overflow:hidden;
}
.scname{
	font-size:22px;
	font-weight:600;
	margin-bottom:10px;
}
.scdes{
	min-height:146px;
	line-height:24px;
	font-size:14px;
	margin-bottom:20px;
	overflow:hidden;
}
.download{
	width:80px;
	height:34px;
	line-height:34px;
	float: left;
	text-align:center;
	border-radius:17px;
	background-color: #B12539;
	display:block;
	color:#fff;
}
.download i{
	margin-left:6px;
}
.scdate{
	font-size:12px;
	line-height:34px;
	overflow:hidden;
	float: right;
}
.pubgroup{
	width:100%;
	margin-bottom:30px;
	overflow:hidden;
}
.pubgroup ul li{
	width:100%;
	margin-bottom:2%;
	overflow:hidden;
}
.sername{
	color:#C2002F;
	font-size:24px;
	padding:12px 0;
}
.serdes{
	padding:12px;
	font-size:14px;
	color:#888;
	min-height:94px;
	background-color:#f3f3f3;
	overflow:hidden;
	margin-top:10px;
}
.pubtxt{
	width:100%;
	font-size:24px;
	overflow:hidden;
}
.newtxt{
	width:100%;
	text-align:center;
	padding:30px;
	min-height:234px;
	background-color:#f3f3f3;
	overflow:hidden;
}
.ndesc{
	margin:12px 0;
	line-height:24px;
}
.newmore{
	width:130px;
	height:50px;
	line-height:50px;
	border-radius:25px;
	text-align:center;
	color:#fff;
	display:block;
	background:#C2002F;
	margin:20px auto 0;
}
.full{
	width:100%;
	overflow:hidden;
}
.flbox{
	width:100%;
	margin-top:40px;
	overflow:hidden;
}
.fl5{
	width:100%;
	float:left;
	padding:20px;
	background-color:#f3f3f3;
	overflow:hidden;
}
.fl5 h3{
	color:#000;
	font-size:30px;
	font-weight:600;
	margin-bottom:20px;
}
.fl5 p{
	line-height:30px;
}
.fl5i{
    width:100%;
    overflow:hidden;
}
.fl5i img{
	width:100%;
	height: auto;
	display:block;
}
.psearch{
    width:100%;
    position:fixed;
    top:47px;
    z-index: 9999;
    display:none;
	-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
}
.sform{
	width:100%;
	height:50px;
	overflow:hidden;
}
.sform input{
	border:none;
	width:80%;
	height:50px;
	outline:none;
	background-color:#fff;
	padding:0 12px;
	float:left;
}
.sform .fbtn{
	width:20%;
	height:50px;
	display:block;
	float:left;
	background-color:#fff;
	color:#000;
	font-size:14px;
	border:none;
	outline:none;
}
.msg{
	width:90%;
	background-color:#f3f3f3;
	border-radius:12px;
	height:300px;
	margin:120px auto;
	padding-top:100px;
	text-align:center;
	overflow:hidden;
}
.ncount{
    text-align:center;
    padding:40px 0;
    overflow:hidden;
}
.jhfoot{
	display: block;
    width:100%;
    background-color:#f0f0f0;
	padding: 20px;
	font-size: 12px;
	font-weight: 200;
    line-height:160%;
    color:#3d3834;
    text-align:center;
    overflow:hidden;
    margin-bottom: -10px;
}
.ndes{
    height:82px;
	font-size: 12px;
    line-height:20px;
	margin-bottom: 0;
    overflow:hidden;
}
.nextbtn {
    width: 130px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    display: block;
    background: #C2002F;
    border: 0;
	margin: 0 auto;
}
.pro_txt{
	width:100%;
	height: 260px;
	padding:40px 20px;
	background-color:#f7f7f7;
	overflow:hidden;
	text-align: center;
}
.pro_xq{
	width:130px;
	height:50px;
	line-height:50px;
	text-align:center;
	background-color: #C2002F;
	margin:0 auto;
	border-radius:25px;
}
.pro_xq a{
	color:#fff;
}
ul.customer-logo{
	margin: 20px -2% 20px 0;
	list-style: none;
	padding: 0;
	overflow: hidden;
}
.customer-logo li{
	width: 48%;
	margin:0 2% 2% 0;
	list-style: none;
	float: left;
}
.customer-logo li img{
	width: 100%;
}
.abt-m-i{
	padding: 0 5%;
	margin-right: 5%;
	overflow: hidden;
	margin-top: 20px;
}
.abt-m-i img{
	width: 939px;
	}
.abt-v-i {
	padding: 0 5%;
	margin-right: 5%;
	overflow: hidden;
	margin-top: 20px;
}
.abt-v-i img{
	object-fit: cover;
}
.abt-l{
	padding: 0;
	margin-bottom: 20px;
}
.abt-l h3,.abt-m h3,.abt-v h3{
	line-height: 160%;
	font-weight: 900;
	color: #c2002f;
	padding: 0;
	margin-bottom: 10px;
}

.s_c_show {
    font-size: 14px;
    margin-bottom: 30px;
	font-weight: 300;
}
.s_content {
    height:auto;
}
.sjtitle {
    font-size: 26px;
    color: #C2002F;
    text-align: center;
	font-weight: 900;
	line-height: 120%;
	margin-top: 10px;
}
.sjdate {
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
    color: #999;
}
.sjcontent {
    line-height: 24px;
    margin-bottom: 50px;
    overflow: hidden;
}
.sjcontent p img{
	width: 100%;
	margin: auto;
	}

.abt-m,.abt-v{
	padding: 0 5%;
}
.abt-v{
	margin-top: 40px;
}
.contr{
	margin-top:0;
}
.newslista ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #F7F7F7;
    padding: 0 20px;
    overflow: hidden;
}
.newslista ul li:nth-child(3n) {
    margin-right: 0;
}
.ndatea {
    height: 36px;
    line-height: 36px;
    text-align: right;
    font-size: 13px;
    margin-top: 5px;
    color: #666666;
}
.nthumba {
    width: 100%;
    height: 134px;
    margin-bottom: 6px;
    overflow: hidden;
}
.news_title {
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 10px;
    font-size: 22px;
}
.news_title a{
    color: #C2002F;
}
.news_des {
    width: 100%;
    line-height: 24px;
    height: 72px;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 14px;
}
.news_txt {
    width: 100%;
    height: 250px;
    padding-top: 10px;
    overflow: hidden;
}
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border-radius: 50%;
    background: #C2002F;
    z-index: 999;
}
.s_show ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.s_show ul li {
    list-style-type: disc;
    line-height: 160%;
}
.sjcontent p a{
	color:#C2002F;
	text-decoration:underline;
}
.logo img {
	width: 100%;
}
nav>ul>li {
	font-size: 14px;
}
.s_s_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.s_s_bg img {
    position: absolute;
    right: 0;
    height: 100%;
}
.s_s_g_bg {
    position:relative;
    width: 100%;
    min-height: 300px;
    color: #fff;
    left: 0;
    top: 0;
    padding: 40px 45px 50px 50px;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(30%,#1d1832),to(rgba(29,24,50,.5)));
    background-image: linear-gradient(90deg,#1d1832 30%,rgba(29,24,50,.5));
    overflow: hidden;
}
.ndate {
    color: #969698;
    margin-bottom: 6px;
}
.s_show h4 {
    font-size: 16px;
    margin-bottom: 15px;
}
.sergroup ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
    display: block;
    float: left;
    overflow: hidden;
}
.sergroup ul li:nth-child(2n) {
    margin-right: 0;
}
.sergroup ul li img {
	height: 200px;
	width: auto;
	margin-bottom: 10px;
}
.sergroup ul.area-list li img {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
}
}

/*----------------------------------------------适配856像素以下设备---------------------------------------------*/
@media screen and (max-width:856px) {
.nstitle {
    bottom: -124px;
    padding: 25px;
    height: 260px;
}
}
/*----------------------------------------------适配768像素以下设备---------------------------------------------*/
@media screen and (max-width:768px) {
.pro_txt{
	height: 260px;
}	

.pro_xq a{
	color:#fff;
}	
.prolist ul li {
    width: 100%;
}
.abt-m-i img{
	width: 721px;
}
.abt-v-i img{
	width: 721px;
}
.banner img{
	height: 360px;
	object-fit: cover;
}
.ptxt{
	width: 90%;
	padding-left: 20px;
	margin-left: 2%;
}
.slogen h1{
	font-size:36px;
}
.slogen h3{
	font-size:16px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:30px;
	text-align:left;
}
.newslista ul li {
    width: 100%;
    float: left;
    margin-bottom: 2%;
    background-color: #F7F7F7;
    padding: 0 20px;
    overflow: hidden;
}
.ndatea {
    height: 36px;
    line-height: 36px;
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    color: #666666;
}
.nthumba {
    width: 100%;
    height: 172px;
    margin-bottom: 6px;
    overflow: hidden;
}
.news_des {
    width: 100%;
    line-height: 24px;
    height: 72px;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 14px;
}
.news_txt {
    width: 100%;
    height: 200px;
    padding-top: 10px;
    overflow: hidden;
}
.isobox ul li{
	width:48.5%;
	margin-right:1.5%;
	margin-bottom:1.5%;
}
.isobox ul li:nth-child(2n) {
    margin-right: 0;
}
.our_product ul li{
	float:left;
	width:31.33%;
	margin:1%;
	text-align:center;
	overflow:hidden;
}
.our_product ul li a {
    display: block;
    max-width: 86px;
    margin: 10% auto;
    text-align: center;
}
.isobox ul li .isotitle{
	font-size:12px;
}
.pnav-y{
	width: 100%;
    /*段落中文本不换行*/
    white-space: nowrap;
    /*设置横向滚动*/
    overflow-x: scroll;
    /*禁止纵向滚动*/
    overflow-y: hidden;
    /*设置边距改变效果为内缩*/
    box-sizing: border-box;

}
.pnav-y::-webkit-scrollbar {
    /*隐藏滚动条*/
    display: none;
}
.pnav ul {
	white-space: nowrap;
	width: 460px;
}
.s_s_c{
	width:100%;
}
.sergroup ul li {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    float: left;
    overflow: hidden;
}
}

/*----------------------------------------------适配574像素以下设备---------------------------------------------*/
@media screen and (max-width:574px) {

.nstitle{
	width:78%;
	bottom:-80px;
	padding:20px;
	height:210px;
}
.ndes{
	height: 58px;
	}
.newsbox {
    width: 100%;
    height: 460px;
}
}
/*----------------------------------------------适配480像素以下设备---------------------------------------------*/
@media screen and (max-width:480px) {
.scimg {
    position:relative;
}
.sctxt {
	margin-top: 15px;
    margin-left: 0;
    padding-left: 0;
    float: left;
    overflow: hidden;
}
.scdes {
    min-height:inherit;
}
}

/*----------------------------------------------适配375像素以下设备---------------------------------------------*/
@media screen and (max-width:375px) {
.our_product ul li{
	width:48%;
}

.spc_nav span {
    margin-right: 1%;
    padding: 0 5%;
	font-size: 14px;
}
.s_s_g_bg {
	padding:30px 30px 30px 35px;
}

}