@charset "utf-8";
/* CSS Document */

body{ font-size:14px; color:#000; background:#FFF;   font-family: "Microsoft YaHei",  Verdana, sans-serif, "SimSun";  -webkit-text-size-adjust:none;-webkit-font-smoothing: subpixel-antialiased;-moz-osx-font-smoothing: grayscale;  margin:0px; padding:0px;word-break:break-all;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100% }ul,li,p{ list-style-type:none; padding:0px; margin:0px;}img{ border:0px;}
a:link {color:#000;text-decoration: none;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;}
a:visited {text-decoration: none;color: #000;}a:hover {text-decoration: none;color: #000;}a:active {text-decoration: none;color: #333;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
    outline: none;
}
.w-all{ display:none;}
.banner{width:100%; overflow:hidden;}.banner img{ width:100%; display:block;}
.swiper img{ width:100%; display:block;}
/**{font-family: Arial, Helvetica, "Microsoft JhengHei";}*/
body{box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;}
 body{font-family: "Microsoft YaHei Light", "Microsoft YaHei Light", "Microsoft YaHei", "Microsoft YaHei", Arial, Helvetica, sans-serif;}
.main{ max-width:1500px; margin:0 auto; overflow:hidden;}
.main750{ max-width:750px; margin:0 auto; overflow:hidden;}
.mainc{ max-width:1650px; margin:0 auto; overflow:hidden;}
.main_h{ max-width:1800px; height:100px; margin:0 auto; display: flex;
  justify-content: space-between; }
  .logo{ float:left; overflow:hidden; margin-top:25px; margin-left:0px; margin-bottom:0px;}
.headh{ width:100%; display:block;  /*background:#c70b09;*/ position:fixed; z-index:9999;transition: all 0.9s;background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.0));}
.nav {
	width:auto; display:block;
}
 .weix{ width:150px;  display:block; margin-bottom:30px;} .weix img{ width:100%;}
.nav li {
	float: left;
	position: relative;
	width:auto; z-index:9999;
	}
.nav a {

font-weight:800;
	display: block;
	font-size:18px;
	padding: 0px 25px;
line-height:100px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease; color:#FFF;
	
}
.nav li:hover a {
	
color:#fff; 
}
.current a{
	color:#fff; }
	
	
.header-active{ background:#c70b09;transition: all 0.9s;box-shadow: 12px 12px 25px rgb(0 0 0 / 12%);}
/*.header-active .main_h{ height:90px; transition: all 0.9s;}
.header-active .logo{margin-top: 15px;transition: all 0.9s;}*/
.nav li:before {
	content: "";
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	width: 0px;
	height: 3px;
	margin: 15px auto;
	background-color: #fff;
	transition: 0.2s 0.2s;
}
.nav li:hover:before {
	width: 60%;
}
.current a:before {
    content: "";
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
width: 60%;
    height: 3px;
    margin: 15px auto;
    background-color: #fff;
    transition: 0.2s 0.2s;
}
#submenu {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100px;
	visibility: hidden;
	z-index: 1;
	width:auto;
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);left: 50%;
    transform: translateX(-50%);

}
li:hover ul#submenu {
	opacity: 1;
	top: 100px;	/* adjust this as per top nav padding top & bottom comes */
	visibility: visible;

}
#submenu li {
	float: none;
	width: 100%;
	overflow:hidden;white-space:nowrap;
	border-bottom:0PX solid #ccc;


	



}
#submenu a:hover {
	background: #c70b09;
	color:#FFF;

}
#submenu a {
background: rgba(255, 255, 255,1);
		font-weight:100;
			padding: 10px 20px;
				font-size:14px;
				text-align:left;
				min-width:64px;
				color:#000;
					line-height:25px;
}

.lv_toptel{ float:right; color:#1062c3;  background:url(tel.png)  no-repeat center left ; text-indent:30px;font-family: Arial, Helvetica, sans-serif;font-size:33px; padding-right:15px; font-weight:bold; overflow:hidden; height:100px; line-height:100px;}
.en{ float:right; overflow:hidden; width:70px; height:30px; padding-left:20px; padding-right:20px; margin-top:35px; ; /*border-left:1px solid #d8d8d8; border-right:1px solid #d8d8d8;*/} .en img{ width:100%; display:block;}

.banner .text {display: table;width: 100%;height: 100%;color: #fff;background: rgba(8,8,9,0.4); position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;}
.banner .text .inner {display: table-cell;vertical-align: middle; text-align:center;}
.banner .text h4 {font-size: 54px;text-shadow: 0 2px 2px #333333;margin: 0 0 30px;-webkit-transition: all 1s;transition: all 1s;}
.banner .text p {font-size: 22px;margin: 0;text-shadow: 0 2px 2px #333333;-webkit-transition: all 1s;transition: all 1s;}
.banner .text a {display: block;margin: 40px auto 0;border: 1px solid #fff;border-radius: 50px;line-height: 42px;font-size: 18px;width: 180px;color: #fff;-webkit-transition: all 0.5s;transition: all 0.5s;}
.banner .text a:hover {background-color: #247dff;border-color: #247dff;}
.banner .img-cover {display: none;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}






.bj {
    width: 100%;
    background: #f7f7f7;
    overflow: hidden; 
}
.about_con2 {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%; overflow:hidden; padding-top:10px;
}
.about_con2 ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}


.about_con2 {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
}

 .about_con2 .counter {
    font-size: 80px;
    font-weight: bold;
    color: #c70b09;
    line-height: 49px; font-weight:bold; font-family:  Microsoft Yahei;
}

.about_con2 .danwei {
    font-size: 30px;
    color: #c70b09;
    line-height: 40px;
    position: relative;
    top: -25px;
    left: 5px; font-weight:bold;font-family:  Microsoft Yahei;
}

 .about_con2 p {
    font-size: 18px;
    color: #000;
    line-height: 40px;font-family:  Microsoft Yahei;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.bj{ width:100%; background:#f8f8f8; overflow:hidden;}

 .about_con2 li{ border-right:1px solid #CCC; padding-right:5%; padding-left:5%;}
 .about_con2 li:last-child{ border-right:0px;}
 
 
 
 
 

.djiuwoe{width: 100%;height: 600px;position: relative; }
.index_4_bg{height: 600px;transition: all 0.9s;background: url(banner1.jpg) no-repeat top center; background-size:cover;}
.ieuwd{position: absolute;top:0px;width: 100%}
.dsw0{float: left;color: #fff;height: 600px;padding: 0 3% 0 3%;width: calc(25% - 1px);border-right: 1px solid rgba(255,255,255,0.3);position: relative;transition: all 0.5s ease;cursor: pointer}
.dsw0:nth-child(4){width:25%;border: 0}

 
 .about_tiit2{color: #fff;;margin: 15px 0;width: 82%;line-height: 25px;font-weight: normal;transition: all 0.35s ease;opacity: 0;position: absolute;bottom: 0;}
.about_tiit3{color: #fff;font-size: 15px;width: 135px;line-height: 40px;position: absolute;bottom: 30px;transition: all 0.55s ease;}

.uoew{color: #fff;font-size: 24px;font-weight: bold;transition: all 0.3s ease;position: absolute;bottom: 75px;}

.dsw1{transition: all 0.5s}

.dsw0:hover .about_tiit2{display: block;opacity: 1;bottom: 80px; font-size:16px;}
.dsw0:hover{background: rgba(199,11,9,0.9)}
.dsw0:hover .uoew{font-size: 28px;bottom: 250px;}
.dsw0:hover .about_tiit3{background: #c70b09;text-align: center;border-radius: 80px}

 .anli{ font-size:40px;width:100%;  text-align:left; font-weight:bold;  font-family: "Microsoft Yahei" ; line-height:1.5; margin-bottom:30px; margin-top:50px;}
  .anli p{ width:100%; overflow:hidden; font-size:16px; font-weight:100;}
 
.box{ width:100%; overflow:hidden; margin-top:20px; margin-bottom:50px; }	

.box ul {


}
.box li{ position:relative; overflow:hidden;width:32.66%; margin-right:1%;transition: all 0.6s; display:inline-block; margin-bottom:1%; float:left; } 

.box li:nth-child(3n){margin-right:0px; float:right}

.navq li a.current {
    color: #c70b09;
}
.box img{ width:100%; display:block;transition: all 0.6s;aspect-ratio: 4 / 3;
    object-fit: cover;}

.item{
				
            
				position:relative; font-size:25px;display: inline-block;
   

				
            }
.box li:hover{  box-shadow: 0px 5px 37px 3px rgba(209, 54, 52, 0.08);}		
		.box li:hover img{	transform: scale(1.15,1.15);
			-webkit-transform:scale(1.15,1.15);
			-moz-transform:scale(1.15,1.15);
			-ms-transform:scale(1.15,1.15);
			-o-transform:scale(1.15,1.15);}	 	
 .item p{ font-size:16px; font-weight:100; margin-top:10px; line-height:180%;}		
			
			
.maks {
    width: 100%;
background: rgba(35, 24, 21, 0.5);
    top: 0px;
    height: 100%;
    opacity: 0;
    transition: all .25s ease;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    position: absolute;
	align-items:center;
    justify-content:center;  
	 display: flex;
    display: -webkit-flex;
	transition: all .25s ease; color:#FFF;
	
}
			
			
.box li:hover .maks{opacity: 1;}
		 
		 
		 
.item:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    width: 0px;
    height: 3px;
    margin: 30px auto;
    background-color: #b60005;
    transition: 0.2s 0.2s;
}
.box li:hover .item:before{width: 100%;}	

.news-set-top {
	float: left;
	width: 395px;
	padding: 30px 28px 27px 26px;
	background-color: #f7f7f7
}
.news-set-top .thumb {
	overflow: hidden
}
.news-set-top img {
	width: 100%;
	-webkit-transition: all ease .7s;
	-o-transition: all ease .7s;
	-moz-transition: all ease .7s;
	transition: all ease .7s
}
.news-set-top .title {
	margin-bottom: 11px;
	font-size: 20px;
	color: #333;
	display: -webkit-box;
	height: 60px;
	line-height: 30px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;font-weight: normal;
}
.news-set-top .date {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #999;
	font-weight: bold
}
.news-two .date, .news-four .date {
	font-size: 15px;
	line-height: 24px;
	color: #999
}
.news-two .date span, .news-two .date b, .news-four .date span, .news-four .date b {
	display: block;
	font-size: 50px;
	line-height: 48px;
	font-weight: bold; font-family:"Microsoft Yahei";
}
.news-two {
	float: left;
	width: 440px;
	margin: 0 20px
}
.news-two li {
	margin-bottom: 22px;
	padding: 16px 45px 45px;
	background-color: #f7f7f7
}
.news-two li a {
	display: block
}
.news-two .two-title {
	margin-bottom: 16px;font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.news-two .desc {
	font-size: 14px;
	color: #888;
	display: -webkit-box;
	height: 40px;
	line-height: 20px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-two .date {
	margin-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0;transition: all 0.3s;
	background: url("inewarr.png") 98% center no-repeat;
}


.news-two li:hover .date {

	background: url("inewarr.png") 100% center no-repeat;
}
.news-four {
	overflow: hidden;
	zoom: 1;
	background-color: #f7f7f7;
	padding: 18px 40px 15px 50px
}
.news-four li {
	border-bottom: 1px solid #e6e6e6
}
.news-four li:last-child {
	border: 0
}
.news-four a {
	position: relative;
	display: block;
	padding: 48px 90px 51px 90px;
	background: url("inewarr.png")98%  center no-repeat;transition: all 0.3s;
}

.news-four a:hover{background: url("inewarr.png")100%  center no-repeat  }


.news-four .date {
	position: absolute;
	left: 0;
	top: 31px
}
.news-four .four-title {font-weight: normal;
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.news-four .desc {
	display: none;
	font-size: 0;
	line-height: 36px;
	color: #888;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}


.in-partners {
    text-align: center;
    font-size: 0;
    margin: -15px 0 0 -15px; margin-bottom:30px; margin-top:20px;
}
.img-center:hover{transform: scale(1.1);}
.in-partners li {
    display: inline-block;
    vertical-align: middle;
}
.in-partners li .img-center {
transition: all 0.3s; cursor:pointer
}
.img-center {
    text-align: center;
}.in-partners li a {
    display: block;
    margin: 15px 0 0 15px;
}
.img-center img{ width:100%; display:block;}
.end {
    overflow: hidden;
    width: 100%;
    background: #333;
    color: #fff;
    padding: 80px 0 0 0;
}
.medf{ width:100%; background:#000; overflow:hidden; text-align: left; padding-top:10px; padding-bottom:10px; color:#CCC;}
.foontes{ width:10%; overflow:hidden; float:left; font-size:16px; margin-bottom:10px;}

.foontestxt{ font-weight:bold; padding-bottom:10px;}
.foontes a{ color:#fff; margin-top:5px; font-size:18px;}

.medf a{ color:#ccc;}
.foontes p a{ color:#ccc; font-size:14px; line-height:180%; margin-top:10px;}
.txtct{color:#fff; font-size:17px; width:30%; margin-left:8%; overflow:hidden;  line-height:180%; float:left;}.txtct a{ color:#FFF;}
.weix{ overflow:hidden; float: right;}.weix p{ text-align:center;}

.txtct p{ color:#CCC; margin-top:10px; line-height:180%; font-size:14px;}


.index_newslist_ul {
    overflow: hidden;
    margin: 0 auto; padding-bottom:50px;
}
.index_newslist_ul li {
    float: left;
    width: 23.5%;
    background: #f7f7f7;
    margin-right: 2%;
    margin-bottom: 2%;transition: all 0.3s; 
}
.index_newslist_ul li a {
    display: block;
    padding: 4% 7% 40px;
    border: 6px solid #fff;
    transition: all 0.3s;
}
.index_newslist_ul li:hover .date{ color:#c70b09;}
.index_newslist_ul .date {
    display: block;
    font-size: 20px;
    overflow: hidden;
    font-family: "arial";
    text-align: center;
    font-weight: bold;
}
.index_newslist_ul .img {
    display: block;
    width: 100%;
    height: 230px;
    overflow: hidden;
    margin: 25px 0;
}
.index_newslist_ul .txt {
    display: block;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px; height:50px;
}

.index_newslist_ul .date span {
    display: block;
    font-size: 55px;
    font-family: "arial";
}

.index_newslist_ul{overflow: hidden;margin: 0 auto;}
	.index_newslist_ul li{float: left;width: 23.5%; background: #f7f7f7;margin-right: 2%;margin-bottom: 2%}
	.index_newslist_ul li a{display: block;padding: 4% 7% 40px;border: 6px solid #fff;transition: all 0.3s}
	.index_newslist_ul li:nth-child(4n+4){margin-right: 0}
	.index_newslist_ul .date{display: block;font-size: 20px;overflow: hidden;font-family: "arial";text-align: center;font-weight: bold}
	.index_newslist_ul .date span{display: block;font-size: 55px;font-family: "arial";}
	.index_newslist_ul .img{display: block;width: 100%;height: 230px;overflow: hidden;margin: 25px 0;aspect-ratio: 16/10;object-fit: cover;}
	.index_newslist_ul .img img{display: block;width: 100%;height: auto;transition: all 0.3s;aspect-ratio: 16/10;object-fit: cover;}
	.index_newslist_ul .txt{display: block;font-size: 16px;text-overflow: -o-ellipsis-lastline; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;line-height: 25px; background:url(inewarr.png) right bottom no-repeat; }
   .arrow { width:100%; display:block; overflow:hidden;transition: all 0.3s;}
 .arrow img{display: block;margin: 0 auto;margin-top: 40px;transition: all 0.3s;}

	.index_newslist_ul li:hover .img img{transform: scale(1.1)}
	.index_newslist_ul li:hover a{border: 6px solid #c70b09;}
	
	
	
	.index_newslist_ul li:hover .arrow img{display: block;margin: 0 auto;margin-top: 40px; margin-right:40%;transition: all 0.3s;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.index_aboutcen{ overflow:hidden;}	
	
	
	
	.index_aboutcen_1 {
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.index_aboutcen_left {
    float: left;
    width: 42.5%;
    overflow: hidden;
    padding-left: 2.5%;
    padding-right: 5%;
    padding-top: 110px;
    background: #f7f7f7;
}
.kiurew { 
    font-size: 35px;
    font-weight: bold;    border-right: 5px solid #c70b09; font-family:"Microsoft Yahei";
	animation: typing 5s steps(57), blink .5s step-end infinite alternate;
            white-space: nowrap; width:500px;overflow: hidden;
}


    @keyframes typing {
            from {
                width: 0
            }
        }

        @keyframes blink {
            50% {
                border-color: transparent
            }
        }











.index_aboutcen_right {
    float: right;
    width: 50%;
    overflow: hidden;
}
.kiulo {
    width: 63.3333333%;
    left: 2.5%;
    bottom: 0;
    position: absolute;
}
.kiulo a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    padding: 40px 0;
}
.aa1 {
    background: #c30510;
}
.kiuytr {
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
}.aa1 dd {
    font-size: 17px;
    color: #fff;
}
.kiuytrw{ float:left; overflow:hidden; margin-top:30px; margin-bottom:10px;}

.aa3 {
    background: #c30510;
}.aa3 dd {
    font-size: 17px;
    color: #fff;
}.aa2 dd {
    font-size: 17px;
    color: #333;
}.aa4 {
    background: #fff;
}.aa4 dd {
    font-size: 17px;
    color: #333;
}
.aa4 dt {
    background: url(2.png) no-repeat center center;
    background-size: 35px;
    height: 35px;
    width: 35px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.aa1 dt {
    background: url(6.png) no-repeat center center;
    background-size: 35px;
    height: 35px;
    width: 35px;
    margin: 0 auto;
    margin-bottom: 15px;
}
	
.aboutus{ width:100%; overflow:hidden;}	

.aboutus img{ width:100%; overflow:hidden; display:block;}


.inxex_bjb {
    background: #f8f8f8;
    overflow: hidden;
    margin-bottom: 50px;
}
.navq {
	float: left; overflow:hidden;
/*	margin-top:15px;*/
}

.navq li {
	float: left;
	position: relative;
	width:auto; border-right:0px solid #CCC;
	}
.navq a {


	display: block;
	font-size:17px;
	padding: 30px 20px;
line-height:20px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	
}
.navq li:hover a {
	
color:#c70b09;
}

	
.navq li:before {
	content: "";
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	width: 0px;
	height: 3px;
	margin: 15px auto;
	background-color: #c70b09;
	transition: 0.2s 0.2s;
}
.navq li:hover:before {
	width: 60%;
}
.navqright{
	float:right;
	overflow:hidden;
	line-height:80px;
	font-size:14px;
	background-repeat: no-repeat;
	background-position: 0px 25px; text-indent:2em;
}




.navq li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}
.nav_snav a{ color:#123dad;}


.navq li:last-child:after{ display:none;}	
	
	.page_show { margin: 20px 0; }
.page_show a { display: inline-block; height: 40px; line-height: 40px; min-width: 40px; text-align: center; background: #F2F2F2; margin-right: 2px; border-radius: 5px; }
.page_show a:hover, .page_show a.page_current { background: #c70b09; color: #FFF; }

.newsst{width: 97%;margin-left:2%;float:left;overflow:hidden;padding-bottom:20px;margin-top:30px;border-bottom:1px solid #CCC;margin-bottom:20px;margin-bottom:30px; padding:20px;}

.newssimgt{ width:30%;transition: all 0.5s ease;  float:left; overflow:hidden; }.newssimgt img{ width:100%; display:block;aspect-ratio: 16 / 9;}
.newssimt{ width:65%;transition: all 0.5s ease;font-size:20px; float:right; overflow:hidden; }
.newssimt h2{font-size:18px; overflow:hidden; font-weight:bold;transition: all 0.5s ease;}

.newssimt p{ font-size:16px; overflow:hidden; line-height:25px; font-weight:100; margin-top:10px; color:#666;}
.newss:hover .newssimgt{transform: scale(1.1)}


.newssimg {
    width: 10%;
    transition: all 0.5s ease;
    float: left;
    overflow: hidden;
}
.n_news12 {
    width: 90%;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1PX solid #CCC;
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
}
.n_news13 {
    width: 90%;
    overflow: hidden;
    text-align: center;
    line-height: 35px;
    margin: 0 auto;
}
.newssim {
    width: 85%;
    transition: all 0.5s ease;
    font-size: 20px;
    float: right;
    overflow: hidden;
}
.newssim p {
    font-size: 14px;
    overflow: hidden;
    line-height: 25px;
    font-weight: normal;
    margin-top: 10px;
    color: #666;
}
.newsst:hover .newssimg{transform: scale(1.1)}


.newsst:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);border-bottom:0px solid #CCC; color:#c70b09; font-weight:900;}

.picn1 {
    text-align: left;
    font-size: 18px;
    color: #333;
    margin-bottom: 8px; line-height:1.5; background:#f7f7f7; width:50%; padding:20px;
    margin-top: 20px;
}
.polite{ width:100%; overflow:hidden; margin-top:0px; margin-bottom:10px;}
	
.polite ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

	
.polite li{ width:30%; overflow:hidden; float:left; padding-top:30px;}


.politebg {
    width: 100%;
    padding: 30px 25px 0px 25px;

	overflow:hidden;

    border-radius: 0px 0px 0px 0px;  margin-top:-30px;position: static 
}
.politeico{ width:25%; margin:0 auto; overflow:hidden;position: static;transition: all 0.3s ease-out 0s; }.politeico img{ width:100%; display:block}


.politetxt {
    margin: 10px 0 15px 0; text-align:center;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    font-weight: bold;
    color: #c70b09;
}
.politetxth6 {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    color: #333;
    overflow: hidden; text-align:center; font-weight:900;
}


.polite li:hover .politeico {
    transform: translate(0px,-20px);
}

	.message{ width:100%; overflow:hidden; background: rgb(255  255 255 / 0.5); margin-top:100px; padding:0px 50px;}

.formBox {
	overflow:hidden;
    width: 100%;
    border: 0px solid #E5E5E5;
    padding: 30px 20px 0px 20px;
}

.formBox input {
    float: left;
    width: 48%;
    margin-top: 20px;
    border: 1px solid rgba(229,229,229,1);
    line-height: 37px;
    height: 49px;
    color: #555555;
    font-size: 16px;
    padding: 5px 20px;
    background: #fff;
}

.formBox textarea {
    float: left;
    width: 100%;
    margin-top: 20px;
    background: #fff;
    border: 1px solid rgba(229,229,229,1);
    background: #fff;
    line-height: 26px;
    height: 167px;
    color: #555555;
    font-size: 16px;
    padding: 10px 20px;
}

 ._r {
    float: right  !important;
}
.formBox .submit {
    float: left;
    width: 27.7%;
    margin: 52px auto 0 auto;
    background: #c70b09;
    color: #fff;
    font-size: 18px;
    line-height: 62px;
    height: 62px;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    border: none;
    padding: 0;
    opacity: 1; margin-bottom:100px;
}
.c-dropdown {  position: relative;  display: inline-block;  text-align: left;  margin-top:20px; width:48%; float:right;}
.c-dropdown__list {  margin: 5px 0 0 0;  padding: 6px 0;  list-style: none;  position: absolute;  top: 125%;  left: 0;  width: 100%;  opacity: 0;  visibility: hidden;  border-radius: 3px;  background: #f8f8f8;  -webkit-transition: opacity .25s linear, top .25s linear;  transition: opacity .25s linear, top .25s linear;}
.c-dropdown.is-open .c-dropdown__list {  opacity: 1;  visibility: visible;  top: 100%;}
.c-dropdown__item {  padding: 6px 12px;  font-size: 16px;  line-height: 20px;  cursor: pointer;  color: #555555;  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;  -webkit-transition: background-color .25s linear;  transition: background-color .25s linear;}
.c-dropdown__item:hover {  background-color: #E6E9ED;}
.c-button {  -webkit-appearance: none;  margin: 0;  border: 0;  overflow: visible;  font: inherit;  text-transform: none;  display: inline-block;  vertical-align: middle;  text-decoration: none;  text-align: center;  -webkit-user-select: none;     -moz-user-select: none;      -ms-user-select: none;          user-select: none;}
.c-button--dropdown {  padding: 10px 20px; width:100%; border: 1px solid rgba(229,229,229,1); background:#FFFFFF; font-size: 16px;  line-height: 30px;  min-height: 30px; text-align:left; color:#555555  }
.c-button--dropdown:after {  content: "";  position: absolute;  top: 25px;  right: 11px;  width: 0;  height: 0;  border: 5px solid transparent;  border-top-color: #E6E9ED;}

.mapcen{ width:100%; overflow:hidden;}
.dsbt {
    font-size: 22px; width:100%; 
    font-weight: bold;
 overflow:hidden; 
    display: block;
    color: #333;
    padding-top: 32px;
    border-bottom: 2px solid #dedede;
    padding-bottom: 10px;
    margin-right: 25px;
}


.data{ width:100%; overflow:hidden;}

.data p{margin-bottom:30px; margin-top:5px; color:#999; font-size:14px; text-align:center; width:100%; overflow:hidden;}

.xxnre {
    width: 100%;
    overflow: hidden;
    line-height: 180%;
    margin-bottom: 100px; font-size:16px;
}

.xxnre img{ max-width:100%;  margin:0 auto; display:block;}

.news_ {
    text-align: center;
    font-weight: 900;
    line-height: 180%;
    margin-bottom: 0px;
    font-size: 24px;

}


.pre{ float:left; overflow:hidden; margin:30px auto;}
.next{ float:left; overflow:hidden;margin:30px auto; margin-left:50px;}


.mainc {
    width: 100%;
    display: block;
    overflow: hidden;
}

.hcnap {
    width: 48%;
    float: left;
    overflow: hidden;
}

.hcnaptxtmain {
    width: 48%;
    float: right;
    overflow: hidden;
}

.hcnaptxt {
    width: 100%;
    overflow: hidden;
    font-size: 28px;
    line-height: 180%;
    font-weight: 400;
}
.xiangxl {
    line-height: 180%;
    font-size: 18px;
    margin-top: 10px;
    border-top: 1px solid #CCC;
    padding-top: 30px;
}
.linkbot {
    width: 40%;
    overflow: hidden;
    margin-top: 30px;
    padding: 0 10px; font-family:"Microsoft Yahei";
    height: 50px;
    line-height: 50px;
    background: #c70b09;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 0px 0px 0px #888;
    text-align: center;
    font-size: 16px;
}
.linkbot a{ color:#FFF;}
.xiangx {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    margin-top: 50px;
}
.xxnr {
    width: 100%;
    line-height: 180%;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 100px;
}
.navq a .current a:before {
    content: "";
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
width: 60%;
    height: 3px;
    margin: 15px auto;
    background-color: #fff;
    transition: 0.2s 0.2s;
}
.info{ width:100%; overflow:hidden; margin-bottom:50px; line-height:180%; font-size:16px;}
.info img{ margin:0 auto; display:block;}
.footer {
    padding: 40px 20px;
    background-color: #e6e7e9;
    position: relative;
    margin-top: 100px; font-family:"微软雅黑";
} 
.row1{ width:30%; float:left;} .row1_logo{ width:100%; overflow:hidden; margin-top:50px;} .row1_logo img{ width:80%; display:block;}
.footer-ulst{ width:100%; overflow:hidden;} .footer-ulst li{ float:left; overflow:hidden; margin-right:50px; font-size:16px; font-weight:700; line-height:2;}
.footer-ulst li:hover{ color:#b60005;}
.row2{ width:40%; float:left; overflow:hidden; padding-right: 15px;
    padding-left: 15px;}
.rowtxt{ width:100%; overflow:hidden;}
.rowtxt li{ font-size:16px; line-height:2;}
.row3{ width:30%; float: right;  padding-right: 15px;
    padding-left: 15px;}
	
	
	
svg {
  transform: scale(0.8);  /* 整体缩放80% */
}
.weixin {  
            display: inline-block; 
            position: relative;  
            margin: 0px 5px 10px 5px;  cursor: pointer; float:left;margin-bottom:30px;
        }  
        .icon { width: 50px; height: 50px; border-radius:50%; background:#000; border-bottom:1px solid rgba(0,0,0,0.1); padding:5px;}  
		.icon:hover{ background:#b60005;}
	.icon:hover path { fill: #ffffff; }
        .qrcode-box {  
            position: absolute;  
            top: 50px;  
            left: 50%;  
            transform: translateX(-50%) scale(0);  
            opacity: 0;  
            transition: 0.3s;  
            background: #fff;  
            padding: 8px;  
            border-radius: 4px;  
            box-shadow: 0 0 10px rgba(0,0,0,0.1); z-index:9999;
        }  
        .weixin:hover .qrcode-box {  
            opacity: 1;  
            transform: translateX(-50%) scale(1);  
        }  
        .qrcode-box img { width: 100px; display:block; }  
        /*.arrow {
    position: absolute;
    top: -10px;  
    left: 50%;        
    transform: translateX(-50%); 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff; 
}*/
	
	
	
	.qq {  
            display: inline-block; 
            position: relative;  
            margin: 0px 5px 10px 5px;  cursor: pointer; float:left;margin-bottom:30px;
        }  
.footer-imgst{ width:100%; overflow:hidden;}	.right_box:hover .kf_2{right:2px}
.right_box:hover .kf_1{opacity: 0.05}
.right_box.on{opacity: 1;bottom:4%;}
.right_box .en{line-height: 48px;color: #1167dc;margin-bottom: 15px;font-size: 34px;font-weight: bold;}
.right_box img{max-width: 80%;margin: 0 auto;}
.right_box .ew{line-height: 22px;color: #b60005;margin-bottom: 25px;font-weight: bold;font-size: 15px}
.right_box .btn{width: 102px;height: 34px;line-height: 34px;text-align: center;color: #ffffff;background-color: #1167dc;border-radius: 17px;transition: all 0.5s;display: block;margin: 0 auto;margin-bottom: 12px;position: relative;margin-bottom:20px }
.right_box .btn span{display: block;position: absolute;top: 0;left: 0;width: 102px;height: 34px;line-height: 34px;text-align: center;color: #ffffff;background-color: #b60005;border-radius: 17px;z-index: 9999}
.right_box .btn:hover{opacity: 0.7;}
.right_box .p{color: #b60005;}
.right_box .num{color: #1167dc;font-weight: bold;font-size: 17px}


.kf_2{position: fixed;bottom: calc((100% - 167px)/2);right: -200px; z-index: 99999999;width: 180px;background-color: rgba(255,255,255,1);box-shadow: 0 0 10px rgba(182,0,5,0.23);text-align: center;padding: 25px 0 30px 0;border-radius: 12px;transition: all 0.5s;}
.kf_1{position: fixed;bottom: calc((100% - 167px)/2);right: 2px;width: 140px;height: 45px;z-index: 99999999;transition: all 0.5s}
.kf_1 a {
    width: 100%;
    height: 45px;
    border-radius: 50px;
    position: absolute;
	display: block;
	background: #b60005;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 45px;
	
	 animation: 3s kfcen linear infinite;

	
	
}

.kf_1 a span {
    width: 100%;
    border-radius: 50px;
    height: 100%;
	background:url(tel.png) no-repeat left center;background-size: 22px;padding-left: 27px;
	color: #fff;
	font-size: 15px;
}

.right_box .btn:after {
    content: "";
    width: 40px;
    height: 17px;
    background: #b60005;
    opacity: 1;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 3s scale linear infinite;
	z-index: -1
}

.right_box .btn:before {
    content: "";
   width: 40px;
    height: 17px;
    background: #b60005;
    opacity: 0.7;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 3s scale linear infinite;
    animation-delay: 1.2s;
}
@keyframes kfcen {
    0% {
        transform: scale(1)
    }
	50% {
        transform: scale(1.1)
    }
	100% {
        transform: scale(1)
    }
	
}


@keyframes scale {
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}
.lf{ margin-left:100px;}






















.infocon{ width:100%; overflow:hidden;}
.aboutust{ width:40%; float:left; overflow:hidden;}
.aboutusimg{ width:100%; overflow:hidden;} .aboutusimg img{ width:70%; display:block;}
.aboutustxt{ width:100%; overflow:hidden; font-size:16px; line-height:1.6; margin-top:20px; text-align:justify;}
.aboutustxt strong{ color:#b60005;}
.aboutusright{ width:55%; float:right; overflow:hidden;} .aboutusright img{ width:100%; overflow:hidden; display:block;}



.hexin{ width:100%; overflow:hidden; font-size:34px; font-weight:900; margin-top:50px; line-height:normal;}
.hexin p{ font-size:18px; margin-top:10px; font-weight:normal;}

.hexin span{ color:#b60005}
.kexinli{ width:100%; overflow:hidden; margin-top:20px;}

.kexinli ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5等分 */

  gap: 20px; /* 项之间的间隔 */
}

.kexinliyaun{ padding:30px; background:#b60005;transition: all .25s ease; position:relative; margin:0 auto; position:relative;  text-align:center; border-radius: 50%; color:#FFF; width:200px; height:200px; line-height: normal; font-size:36px; font-weight:bold;}

.yauntxt{ display:inline-block;  position: absolute;
  top: 50%;            /* 顶部定位到50%位置 */
  left: 50%;           /* 左侧定位到50%位置 */
  transform: translate(-50%, -50%);}

.kexinli li{  float:left; overflow:hidden; text-align:center;transition: all .25s ease;cursor: pointer; padding-top:15px;}
.yauntxtu{ width:80%; margin:0 auto; overflow:hidden; font-size:16px; margin-top:30px; }
.kexinli li:hover .kexinliyaun{ background:#000;}
.kexinli li:hover .yauntxtu{ color:#b60005}
.chengshir{ width:45%; float:left; overflow:hidden; margin-top:30px;} .chengshir img{ width:100%; display:block}
.chengshirr{ width:45%; float:right; overflow:hidden; margin-top:80px; font-size:16px;} .chengshirr p{ margin-top:10px;}
.chengshirrtxt{  width:100%; font-size:36px; line-height:normal; margin-bottom:30px;}
.redj{ width:45%; float:left; overflow:hidden; margin-top:50px; margin-bottom:30px;} .redj img{ width:100%; display:block}

.redjr{ width:50%; float:right; font-size:16px; margin-top:100px;} .redjr p{ margin-top:10px; margin-bottom:10px;}



.kexinliyaun:after {
    content: "";
width:60px; height:60px;
    background: #b60005;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 3s scale linear infinite;
	z-index: -1
}

.kexinliyaun:before {
    content: "";
width:60px; height:60px;
    background: #b60005;
    opacity: 0.7;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 3s scale linear infinite;
    animation-delay: 1.2s;
}


