@charset "UTF-8";
html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	/*解决chrome浏览器下字体不能小于12px*/
	-webkit-font-smoothing:antialiased;
}
body {
	background:#fff;
	overflow-x: hidden;
	font-size: 12px;
	color: #666;
	font-family: "微软雅黑";
}
a {
	outline: none;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	font-size:12px;
}
a:hover {
	text-decoration: none;
}
html {
	zoom: 1;
}
html * {
	outline: 0;
	zoom: 1;
}
html button::-moz-focus-inner {
	border-color: transparent !important;
}
/*设置margin和padding为0*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,a,img,input,select,button,textarea {
	border: 0;
	background:none;
}
address,caption,cite,code,dfn,em,th,var，i {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
em,i {
	font-style: normal;
}
input[type="submit"],input[type="reset"],input[type="button"],input[type=date],button,select,input[type=text] {
	/*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
	tap-highlight-color: transparent !important;
}
a,input[type=text],select,input[type=password],textarea {
	/*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
	tap-highlight-color: transparent !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
 {
	color:#aaa;
	font-family: "微软雅黑";
}
body {
	overflow-x:hidden;
}
.fl {float:left;}
.fr {float:right;}
.clearfix{clear:both;}
img{max-width:100%;}
.warpper{width:1200px;margin:0 auto;}
.over1{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.over2,
.over3,
.over4,
.over5,
.over6,
.over7,
.over9{ display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden; }
.over2{ -webkit-line-clamp: 2;}
.over3{ -webkit-line-clamp: 3;}
.over4{ -webkit-line-clamp: 4;}
.over5{ -webkit-line-clamp: 5;}
.over6{ -webkit-line-clamp: 6;}
.over7{ -webkit-line-clamp: 7;}
.over9{ -webkit-line-clamp: 9;}
@font-face {
  font-family: "DINOT-Bold";
  src: 
       url("DINOT-Bold.woff") format("woff"),
       url("DINOT-Bold.ttf") format("truetype"),
       url("DINOT-Bold.eot") format("embedded-opentype"),
       url("DINOT-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DINOT-Regular";
  src: 
       url("DINOT-Regular.woff") format("woff"),
       url("DINOT-Regular.ttf") format("truetype"),
       url("DINOT-Regular.eot") format("embedded-opentype"),
       url("DINOT-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "dincond-medium-webfont";
  src: 
       url("dincond-medium-webfont.woff") format("woff"),
       url("dincond-medium-webfont.ttf") format("truetype"),
       url("dincond-medium-webfont.eot") format("embedded-opentype"),
       url("dincond-medium-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


.header{clear:both;width:100%;}
.logo{padding-top:24px;}
.nav{}
.nav ul{}
.nav ul li{display:inline-block;float:left;position:relative;}
.nav ul li>a{font-size:16px;color:#333;display:inline-block;padding:0 19px;line-height:80px;font-weight:bold;}
.nav ul li>a:hover,.nav ul li.active>a{color:#e21e18;}
.search{padding-top:30px;height:80px;box-sizing:border-box;position:relative;cursor:pointer;}
.search span{display:inline-block;background:url(../images/btnsearch.png) no-repeat right center;width:45px;height:17px;border-left:solid 1px #ccc;}
.searchbox{position:absolute;right:0;top:80px;width:240px;background:#fff;height:40px;z-index:11;display:none;}
.txt_search{width:160px;height:40px;float:left;line-height:40px;font-size:14px;padding-left:15px;}
.btnsearch{float:right;width:40px;height:40px;background:url(../images/btnsearch.png) no-repeat center;cursor:pointer;font-size:0;}
.nav ul li dl{position:absolute;left:0;top:80px;width:100%;border-top:solid 2px #e21e18;text-align:center;background:#fff;z-index:99;display:none;}
.nav ul li dl dd{height:40px;line-height:40px;}
.nav ul li dl dd a{font-size:16px;display:block;}
.nav ul li dl dd a:hover{color:#e21e18;}

.banner{clear:both;position:relative;}
.banner img{display:block;width:100%;}

.banner .bprev,
.banner .bnext{width:50px;height:50px;position:absolute;top:50%;margin-top:-25px;z-index:11;transition:all .6s;opacity:0;opacity:0;}
.banner .bprev{left:200px;}
.banner .bnext{right:200px;}
.banner:hover .bprev{left:220px;opacity:1;}
.banner:hover .bnext{right:220px;opacity:1;}

.banner .bprev a,
.banner .bnext a{display:block;width:100%;height:100%;}
.banner .bprev a{background:url(../images/bprev.png)  no-repeat center;}
.banner .bnext a{background:url(../images/bnext.png)  no-repeat center;}

.ititle{text-align:center;}
.ititle p{color:#333333;font-size:30px;}
.section{clear:both;}
.section01{padding-top:75px;padding-bottom:96px;}
.section01 .con{margin-top:10px;}
.stop{display:flex;justify-content:space-between;align-items:center;border-bottom:solid 2px #e5e5e5;}
.ptab{}
.ptab ul{}
.ptab ul li{display:inline-block;float:left;line-height:65px;height:65px;padding:0 12px;position:relative;}
.ptab ul li::after{width:100%;height:3px;display:block;content:'';background:#e21e18;position:absolute;left:0;bottom:-1px;opacity:0;transition:all .3s;}
.ptab ul li a{display:inline-block;font-size:18px;color:#333333;font-weight:bold;}
.ptab ul li.active::after{opacity:1;}
.rmore{}
.rmore a{font-size:18px;color:#999;}

.ptop{margin-top:35px;overflow:hidden;}
.ptop .img{width:600px;height:340px;line-height:340px;text-align:center;background:url(../images/pibg.png) no-repeat center bottom;}
.ptop .img img{height:280px;}
.ptop .txt{width:470px;}
.pbot{clear:both;padding-top:43px;}
.ptop  .txt .title{font-size:22px;color:#333333;padding-top:33px;font-weight:bold;}
.ptop  .txt .desc{font-size:14px;line-height:24px;margin-top:22px;}

.more{width:140px;height:36px;line-height:36px;text-align:center;background:#e21e18;margin-top:25px;}
.more a {display:block;font-size:14px;color:#fff;}
.more span{display:inline-block;text-align:left;background:url(../images/wrow.png) no-repeat right center;transition:all .3s;width:80px;}
.more a:hover span{width:78px;}

.pbot{height:188px;position:relative;overflow:hidden;margin-top:43px;}
.pbot .info{position:absolute;left:0;top:0;width:100%;height:188px;z-index:-11;opacity:0;background:url(../images/line.jpg) repeat-x center;padding:0 60px;box-sizing:border-box;}
.pbot .info.active{z-index:1;opacity:1;}
.pbot ul{}
.pbot ul li{display:inline-block;width:188px;height:188px;overflow:hidden;text-align:center;position:relative;}
.pbot ul li a{display:block;width:100%;height:100%;}
.pbot ul li::after{border:solid 2px #e53833;display:block;position:absolute;left:0;top:0;content:''; width:100%;height:100%;box-sizing:border-box;opacity:0;z-index:33; transition:all .3s;}
.pbot ul li .img{width:100%;height:184px;line-height:184px;text-align:center; overflow:hidden;position:absolute;left:0;top:0;padding:2px;box-sizing:border-box;}
.pbot ul li .img img{max-width:100%;max-height:100%;object-fit:cover;transition:all .3s;display:inline-block;vertical-align:middle;}
.pbot ul li .img.img01{opacity:1;z-index:88;}
.pbot ul li .img.img02{opacity:0;z-index:-11;}
.pbot ul li a{display:block;}
.pbot ul li .hide{display:none;}
.pbot ul li.active::after{opacity:1;}
.pbot ul li.active{background:#fff;}
.pbot ul li.active .img.img01{opacity:0;z-index:-11;}
.pbot ul li.active .img.img02{opacity:1;z-index:88;}
.gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity:0.7;
}


.pbot .pbleft,
.pbot .pbright{width:36px;height:36px;position:absolute;top:50%;margin-top:-18px;z-index:11;transition:all .6s;}
.pbot .pbleft{left:-0;}
.pbot .pbright{right:-0;}
.pbot .pbleft a,
.pbot .pbright a{background-color:#c3c3c3;background-repeat:no-repeat;background-position:center;}
.pbot .pbleft a,
.pbot .pbright a{display:block;width:100%;height:100%;}
.pbot .pbleft a{background-image:url(../images/pprev.png);}
.pbot .pbright a{background-image:url(../images/pnext.png);}

.pbot .pbleft a:hover,
.pbot .pbright a:hover
{background-color:#e21e18;}

.section02{background:url(../images/abg.jpg) no-repeat center bottom;padding-top:113px;}
.section02 .warpper{overflow:hidden;background:#fff;}
.atxt{width:535px;padding-left:57px;box-sizing:border-box;padding-top:62px;}
.atxt .ititle{text-align:left;position:relative;}
.atxt .ititle p{position:absolute;left:0;top:50%;transform:translate(0,-50%);}
.aimg{width:665px;}
.aimg img{display:block;width:100%;}
.atop{font-size:24px;color:#333;border-bottom:solid 1px #e21e18;padding-top:35px;padding-bottom:12px;}
.atxt .desc{font-size:14px;line-height:24px;padding-right:50px;margin-top:20px;text-align:justify;}

.section03{padding-top:80px;padding-bottom:73px;}
.section03 .stop{margin-top:-25px;}
.section03 .con{padding-top:65px;}
.sleft{width:728px;}
.sright{width:374px;}
.nbot {margin-top:18px;}
.nbot ul li a{display:block;height:32px;line-height:32px;}
.nbot ul li a strong{font-size:14px;color:#333;font-weight:bold;float:left;width:600px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.nbot ul li a span{font-size:14px;color:#999;float:right;}
.nbot ul li a:hover strong{color:#e21e18;}


.sright ul li{position:relative;}
.sright ul li .img{height:304px;overflow:hidden;}
.sright ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.sright ul li .txt{position:absolute;left:0;bottom:0;width:100%;height:36px;background:rgba(226,30,24,0.5);line-height:36px;color:#fff;text-align:center;font-size:14px;padding:0 17px;box-sizing:border-box;}

.section04{background:url(../images/s04bg.jpg)#eee no-repeat center top;clear:both;}

.section04 .stxt{height:246px;}
.section04 .stxt .inner{text-align:center;position:relative;top:50%;transform:translate(0,-50%);}
.section04 .txt{position:relative;text-align:center;color:#fff;}
.section04 .txt p{position:absolute;left:0;width:100%;font-size:36px;top:50%;transform:translate(0,-50%);}
.section04 .txt p span{letter-spacing:5px;}
.section04 .bot .warpper{background:#fff;padding-top:65px;}
.section04 .bot .ititle{/* padding-bottom:43px; */}


.footer{clear:both;background:#eee;}
.ftop{padding-top:30px;padding-bottom:24px;}
.fnav{text-align:center;}
.fnav ul,.fnav ul li{display:inline-block;}
.fnav ul li{padding:0 24px;border-right:solid 1px #666;line-height:14px;}
.fnav ul li:last-child{border-right:none;}
.fnav ul li a{font-size:16px;}
.fnav ul li a:hover{color:#e21e18;font-weight:bold;}
.ftop{border-bottom:solid 1px #ccc;}
.fbot{line-height:47px;}
.copyright{text-align:center;color:#999;}

.menubg{clear:both; width:100%;margin-top:-115px;position:relative;z-index:88;}
.menubg .warpper{background:#fff;height:70px;background:#fff;line-height:70px;padding:0 20px;box-sizing:border-box;}
.location,.location a{font-size:16px;}
.location{background:url(../images/home.png) no-repeat left center;padding-left:35px;}
.smenu{overflow:hidden;}
.smenu ul li{display:inline-block;margin-left:50px;float:left;}
.smenu ul li a{font-size:16px;}
.smenu ul li.active a,.smenu ul li a:hover{color:#e21e18;font-weight:bold;}

.mbg{clear:both;padding-top:125px;padding-bottom:100px;}

.aboutus{}
.abt{display:flex;justify-content:space-between;}
.aleft h3{font-size:24px;color:#e21e18;}
.aleft p{font-size:12px;color:#999;font-family:Arial;}
.since{position:relative;display:inline-block;}
.since p{color:#1a1a1a;font-size:30px;position:absolute;left:0;bottom:0;width:100%;text-align:center;}
.aboutus .desc{margin-top:30px;font-size:16px;line-height:28px;}
.aboutus .desc p{padding-bottom:20px;}
.aboutus .img{width:1100px;height:470px;margin:0 auto;margin-top:55px;position:relative;}
.aboutus .bg{position:absolute;left:0;top:0;width:100%;height:100%;}

.aboutus .dao
{
	position:relative;top:100px;
	/* transform-origin: center 20%;
	transition: transform 1s; */
}
.aboutus .dao {
	/* perspective: 500px; */
    /* transform: rotateX(73deg); */
}
.qiu{width:457px;margin:0 auto;position:relative;
 transform-origin: center;   
	perspective: 1200px;}
.fbg{
	
}
.fbg{
	 transform-origin: center;   
	perspective: 700px;
}
.aboutus .dao img{
/* animation:circle 10s linear infinite; */
}
.qiu{width:457px;position:absolute;top:0%;left:50%;margin-left:-228.5px;}
.san{width:473px;position:absolute;bottom:0;left:373px;}

.aboutus ul{position:absolute;left:0;/* top:100px; */ top:83px; width:1100px;/* height:330px; */height:342px;	transform-origin: center;
	transition: transform 1s;/* border: solid 1px #f00; */box-sizing: border-box;border-radius:50%;
}
.aboutus ul li{position:absolute;/* width:65px; */width:46px;height:0.92rem; text-align:center; transform-origin: center;/* left:-65px;top:-70px; */ left:-65px;top:0;}
.aboutus ul li dl{width:46px;height:46px;position:relative;}
.aboutus ul li dl dd{position:absolute;left:-20%;width:140%;}
.ball1 {
			    animation: animX 10s cubic-bezier(0.36, 0, 0.64, 1) -5s infinite alternate,
			    animY 10s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate,
			    scale 20s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
			
			  }
			
 .ball2 {
			    animation: animX 10s cubic-bezier(0.36, 0, 0.64, 1) -11.6666s infinite alternate,
			    animY 10s cubic-bezier(0.36, 0, 0.64, 1) -6.6666s infinite alternate,
			    scale 20s cubic-bezier(0.36, 0, 0.64, 1) -6.6666s infinite alternate;
			  }
			
.ball3 {
			    animation: animX 10s cubic-bezier(0.36, 0, 0.64, 1) -18.3332s infinite alternate,
			    animY 10s cubic-bezier(0.36, 0, 0.64, 1) -13.3333s infinite alternate,
			    scale 20s cubic-bezier(0.36, 0, 0.64, 1) -13.3333s infinite alternate;
}

	@keyframes animX{
				 0% {left:-20px;}
				100% {left:1080px;}
				/* 1100px 1035px*/
			}
			@keyframes animY{
				0% {top: -20px;z-index:-11;}
				100% {top:320px;z-index:188;} 
				/* 350px */
			}

			 @keyframes scale {
			    0% {
			      transform: scale(0.7)
			    }
			    50% {
			      transform: scale(1)
			    }
			    100% {
			      transform: scale(0.7)
			   }
			}

@keyframes circle{           
0%{transform:rotate(0deg);}  
100%{transform:rotate(360deg);}
}	
		
/* 3个圆,x和y轴动画加起来是20s , 20s/3 约等于 6.6666s */
/* 每个球y轴动画延迟 从0递减6.6666s,x轴与y相差动画时长的一半（10s/2） */
/* .aboutus ul li:nth-child(1){left:245px;top:75px;top:115px;} */
/* .aboutus ul li:nth-child(2){left:308px;top:334px;top:928px;} */
/* .aboutus ul li:nth-child(3){left:874px;top:232px;left:806px;top:774px;} */
.aboutus ul li dd{font-size:16px;color:#444;}

.qyln{}
.qyln ul{display:flex;flex-direction:row;}
.qyln ul li{width:400px;display:flex;flex-direction:column;}
.qyln ul li:nth-child(2n){flex-direction:column-reverse;position:relative;top:-20px;}
.qyln ul li .txt{height:240px;position:relative;background:url(../images/lnbbg.jpg) #e21e18 no-repeat center bottom;overflow:hidden;}
.qyln ul li .ico{position:absolute;right:10px;top:10px;z-index:22;}
.qyln ul li .bg{position:absolute;left:0px;top:0;width:100%;z-index:11;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;color:#fff;padding:30px 40px;box-sizing:border-box;}
.qyln ul li .t {position:relative;transition:all 1s;}
.qyln ul li .t strong{font-size:24px;color:#fff;font-weight:bold;}
.qyln ul li .t p{font-size:16px;}
.qyln ul li .b{font-size:16px;line-height:20px;width:120%;}
.qyln ul li .img{height:280px;overflow:hidden;}
.qyln ul li .img img{display:block;width:100%;height:100%;}

.qyln ul li:hover .t{transform:translate(0,15px);}


.qyln .bimg{padding-top:57px;text-align:center;}

.fzbg{background:url(../images/fzbg.jpg) no-repeat center bottom;}
.history{background:url(../images/tou.png) no-repeat center top;padding-top:31px;padding-bottom:30px;position:relative;}
.history::after{background:url(../images/di.png) no-repeat center bottom;width:30px;height:30px;display:inline-block;content:'';position:absolute;left:50%;margin-left:-15px;bottom:0;}
.history ul{padding-top:30px;padding-bottom:40px;background:url(../images/hline.png) repeat-y center;}
.history ul li{display:flex;justify-content:flex-end;padding-bottom:5px;}
.history ul li:nth-child(2n){justify-content:flex-start;}
.history ul li .inner{width:595px;padding-left:35px;box-sizing:border-box;background:url(../images/circle.jpg) no-repeat left 15px;}
.history ul li:nth-child(2n) .inner{padding-left:0;padding-right:35px;background:url(../images/circle.jpg) no-repeat right 15px;}
.history ul li .t{display:flex;flex-direction:row;align-items:center;}
.history ul li:nth-child(2n) .t{flex-direction:row-reverse;} 
.history ul li .t .year{font-size:40px;color:#e21e18;font-family:Impact;padding-right:15px;}
.history ul li:nth-child(2n)  .t .year{padding-left:15px;padding-right:0;}
.history ul li .t .title{font-size:18px;color:#333333;font-weight:bold;}
.history ul li  .d{font-size:16px;line-height:24px;padding-top:10px;}


.htop ul li{display:inline-block;width:370px;float:left;margin-right:27px;}
.htop ul li .img{height:258px;border:solid 1px #d7d7d7;overflow:hidden;}
.hbot {margin-top:40px;}
.hbot ul li{display:inline-block;width:280px;float:left;margin-right:27px;}
.hbot ul li .img{height:386px;border:solid 1px #d7d7d7;overflow:hidden;}
.htop ul li .img img,
.hbot ul li .img img{display:block;width:100%;height:100%;object-fit:cover;transition:all .6s;}
.htop ul li:hover .img img,
.hbot ul li:hover .img img{transform:scale(1.02);-moz-transform:scale(1.02);-webkit-transform:scale(1.02);-ms-transform:scale(1.02);}
.htop .swiper-container,
.hbot .swiper-container{padding-bottom:40px;}
.htop .swiper-pagination,
.hbot .swiper-pagination{bottom:0;}

.htop .swiper-pagination-bullet,
.hbot .swiper-pagination-bullet
{background:#c3c3c3;opacity:1;width:12px;height:12px;}
.htop .swiper-pagination-bullet.swiper-pagination-bullet-active,
.hbot .swiper-pagination-bullet.swiper-pagination-bullet-active
{background:#e21e18;}

.fclist{overflow:hidden;}
.fclist ul{margin-right:-45px;margin-top:-30px;}
.fclist ul li{float:left;display:inline-block;width:370px;height:280px;overflow:hidden;margin-right:45px;margin-top:30px;}
.fclist ul li .img{height:280px;overflow:hidden;}
.fclist ul li .img img{display:block;width:100%;height:100%;object-fit:cover;transition:all .6s;}
.fclist ul li:hover .img img{transform:scale(1.02);-moz-transform:scale(1.02);-webkit-transform:scale(1.02);-ms-transform:scale(1.02);}


.prolist ul{margin-right:-45px;margin-top:-35px;}
.prolist ul li{float:left;width:370px;height:290px;background:url(../images/pcbg.png) no-repeat center bottom;position:relative;margin-right:45px;margin-top:35px;display:inline-block;}
.prolist ul li::before{width:100%;height:140px;background:#f9f9f9;display:inline-block;content:'';position:absolute;left:0;bottom:0;z-index:1;text-align:center;transition:all .3s;}
.prolist ul li::after{display:inline-block;content:'';position:absolute;left:0;bottom:0;z-index:22;background:#e21e18;width:100%;height:4px;opacity:0;transition:all .3s;}
.prolist ul li a{display:block;}
.prolist ul li .img{height:240px;position:relative;line-height:240px;z-index:11;text-align:center;overflow:hidden;}
.prolist ul li .txt{position:relative;z-index:11;text-align:center;font-size:16px;color:#333;}
.prolist ul li .txt span{display:block;width:100%;line-height:50px;}
.prolist ul li .img img{max-width:100%;max-height:100%;display:inline-block;vertical-align:middle;}
.prolist ul li .pf{width:100%;height:100%;display:inline-block;content:'';position:absolute;left:0;top:0;}
.prolist ul li:hover::before{opacity:1;box-shadow:0  10px 20px rgba(195,195,195,0.51);}
.prolist ul li:hover::after{opacity:1;}

.pleft{width:370px;padding-right: 75px; position:relative;}
.pleft .bimg{background:#f9f9f9;width:370px;height:340px;}
.pleft .prev,.pleft .next{width:75px;height:75px;position:absolute;right:0;bottom:0;}
.pleft .prev{bottom:75px;}
.pleft .next{bottom:0;}
.pleft .prev a,
.pleft .next a{background-color:#d1d1d1;display:block;width:100%;height:100%;background-repeat:no-repeat; background-position:center;}
.pleft .prev a{background-image:url(../images/pleft.png);}
.pleft .next a{background-image:url(../images/pright.png);}
.pleft .prev a:hover,
.pleft .next a:hover
{background-color:#e21e18;}
.pleft .bimg ul li{heigh:340px;line-height:340px;text-align:center;}
.pleft .bimg .img{width:100%;height:340px;text-align:center;overflow:hidden;}
.pleft .bimg ul li img{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;}

.pleft .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#e21e18;}

.pright{width:715px;}
.ptitle{font-size:24px;color:#e21e18;font-weight:bold;position:relative;line-height:60px;}
.ptitle::after{width:60px;height:3px;display:inline-block;content:'';background:#e21e18;position:absolute;left:0;bottom:0;}

.pseo dl {padding-top:30px;}
.pseo dl dt{display:flex;align-items:center;}
.pseo dl dt i{display:inline-block;margin-right:8px;}
.pseo dl dt strong{font-size:16px;color:#333;font-weight:bold;}
.pseo dl dd{font-size:16px;line-height:28px;}
.pb{clear:both;}
.pb .cs{color:#e21e18;font-size:24px;text-align:center;font-weight:bold;padding-top:40px;padding-bottom:30px;}
.pb .desc{font-size:16px;line-height:28px;}
.nleft{width:855px;}
.nright{width:286px;}

.newslist{overflow:hidden;}
.newslist ul{margin-top:-20px;}
.newslist ul li{padding-top:20px;padding-bottom:22px;background:url(../images/nline.jpg) repeat-x left bottom;}
.newslist ul li a{display:block;height:144px;}
.newslist ul li .img{width:220px;height:144px;overflow:hidden; float:left;}
.newslist ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.newslist ul li .txt{width:610px;float:right;}
.newslist ul li .title{font-size:18px;color:#333;font-weight:bold;}

.newslist ul li .desc{font-size:14px;line-height:24px;margin-top:10px;}
.newslist ul li .time{margin-top:30px;font-size:14px;color:#999;}
.newslist ul li:hover .title{color:#e21e18;}

.hist{padding-bottom:50px;}
.hist dl dt{font-size:18px;padding-bottom:20px;}
.hist dl dd{font-size:14px;line-height:24px;}

.hist dl dd .searchbox{display:block !important;position:relative !important;top:auto;background:#f6f2f3;width:100%;}

.nrlist{/* margin-top:-25px; */}
.nrlist ul{}
.nrlist ul li{padding-bottom:20px;}
.nrlist ul li a{display:block;}
.nrlist ul li .img{height:183px;overflow:hidden;}
.nrlist ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.nrlist ul li .txt{font-size:14px;height:30px;line-height:30px;text-align:center;}

.newslist ul li:hover img,
.nrlist ul li:hover img{transform:scale(1.05);transition:all .3s;}


.lnlist{clear:both;padding-top:125px;}
.lnlist ul li{position:relative;height:20.8333vw;overflow:hidden;}
.lnlist ul li .img{overflow:hidden;height:20.8333vw;}
.lnlist ul li .img img{display:block;width:100%;height:100%;object-fit:cover; transition:all 2s;}
.lnlist ul li .bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;}
.lnlist ul li .kbg{width:100%;height:100%;position:relative;}
.lnlist ul li .kbg::after{background:url(../images/kuang.png) no-repeat center;width:100%;height:100%;position:absolute;left:0;top:0;display:block;content:'';opacity:0;transition:all .6s;transform:scale(1.02);transition-delay:.3s;}
.lnlist ul li .inner{text-align:center;color:#fff;width:100%;position:relative;top:50%;transform:translate(0,-50%);}
.lnlist ul li .t{position:relative;}
.lnlist ul li .t h3{font-size:30px;position:absolute;top:20px;width:100%;}
.lnlist ul li .d{font-size:24px;position:relative;padding-bottom:45px;padding-top:28px;}
.lnlist ul li  .d::after{width:40px;height:4px;display:inline-block;content:'';position:absolute;bottom:0;left:50%;margin-left:-20px;background:#fff;}

.lnlist ul li:hover .img img{transform:scale(1.05);}
.lnlist ul li:hover .kbg::after{opacity:1;transform:scale(1);}

.joblist{overflow:hidden;}
.joblist ul{margin-top:-20px;}
.joblist ul li{background:#f8f8f8;margin-top:20px;padding:18px 20px;}
/* .joblist ul li a{display:block;padding:18px 20px;} */
.joblist ul li .inner{background:url(../images/jia.png) no-repeat right 5px; }
.joblist ul li .jt{display:flex;align-items:center;position:relative;}
.joblist ul li .jt strong{font-size:20px;color:#444;font-weight:bold;}
.joblist ul li .jt span{color:#e21e18;font-size:20px;position:absolute;left:420px;}
.joblist ul li .jmid{margin-top:15px;font-size:14px;color:#999;}
.joblist ul li .jmid span{display:inline-block;width:420px}
.joblist ul li .jb{margin-top:32px;font-size:14px;line-height:30px;display:flex;flex-direction:row;flex-wrap:nowrap;}
.joblist ul li .jb{display:none;overflow:hidden;}
.joblist ul li .jb dl{width:50%;float:left;display:inline-block;}
.joblist ul li .jb dl dt{font-size:14px;color:#444;font-weight:bold;}
.joblist ul li .jb dl dd strong{color:#e45a2a;font-weight:bold;font-size:14px;}

.joblist ul li.active .jt strong{color:#e21e18;}
.joblist ul li.active .inner{background-image:url(../images/jian.png);}

.m-page{clear:both;padding-top:50px;text-align:center;}
.m-page a{display:inline-block;padding:11px 18px;border:solid 1px #ebebeb;font-size:18px;color:#333;margin:4px;}

.m-page .first,
.m-page .last{border-color:#c3c3c3; background:#c3c3c3;color:#fff;}
.m-page a.z-crt,
.m-page a.first:hover,
.m-page a.last:hover
{background:#e21e18;border-color:#e21e18;color:#fff;}


.lxwm{position:relative;z-index:888;}
.lxwm .mt h3{text-align:center;font-size:30px;color:#e21e18;position:relative;padding-bottom:22px;margin-bottom:20px;}
.mt h3::after{width:60px;height:2px;display:inline-block;content:'';position:absolute;bottom:0;left:50%;margin-left:-30px;background:#e21e18;}
.mt p{font-size:18px;line-height:28px;text-align:center;}
.mb{clear:both;padding-left:52px;padding-right:52px; padding-top:40px;padding-bottom:64px;background:#fff;overflow:hidden;}
.conlist{width:350px;height:172px; border-right:solid 2px #e7e7e7;}
.conlist ul li{font-size:18px;color:#333;margin-top:18px;padding-left:71px;position:relative;padding-bottom:20px;}
.conlist ul li::after{position:absolute; left:58px;top:0;width:1px;height:28px;display:inline-block;content:'';background:#dadada;}
.conlist ul li:nth-child(1){font-family: "DINOT-Regular";background:url(../images/c01.png) no-repeat left center;}
.conlist ul li:nth-child(2){font-family:Arial;background:url(../images/c02.png) no-repeat 1px center;}
.conlist ul li:nth-child(3){background:url(../images/c03.png) no-repeat 5px center;}

.map{position:relative;z-index:1;margin-top:-90px;}
.map img{display:block;width:100%;}


.message{width:704px;}
.message .row{height:50px;background:#f9f9f9;float:left;display:inline-block;margin-top:10px;}
.message .row.name{width:310px;margin-right:7px;}
.message .row.tel{width:387px;}
.message .row.msg{width:704px;}
.message .row.code{width:290px;position:relative;}
.message .row.code .codeimg{position:absolute;right:0;top:0;width:90px;height:50px;z-index:11;cursor:pointer;}
.message .row.name,.message .row.tel{margin-top:0px;}
.txt_input{width:100%;height:50px;padding-left:30px;box-sizing:border-box;font-size:14px;color:#999;line-height:50px;}

.end{width:134px;height:50px;float:right;margin-top:10px;}
.btntj{background:url(../images/tj.png)#e21e18 no-repeat 37px center;padding-left:63px;width:100%;box-sizing:border-box;height:50px;line-height:50px;color:#fff;font-size:14px;cursor:pointer;text-align:left;}

.article-img{width:400px;margin:0 auto;}
.article-img img{width:400px;}
.article-title{text-align:center;border-bottom:solid 1px #d7d7d7;padding-bottom:20px;padding-top:10px;}
.article-title h3{font-size:22px;color:#333;}
.article-title p{font-size:14px;color:#999;padding-top:10px;}
.article-body{padding-top:20px;font-size:16px;line-height:34px}
.article-body p{padding-bottom:20px;text-indent:2em;}
