*{ margin:0; padding:0;}
body{overflow-x:hidden; }
ul{ margin:0; padding:0;}
li{list-style:none;font-family:"Microsoft YaHei","arial","微软雅黑","verdana","宋体";}
.clear {height:0px;clear:both;}
textarea{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";}
div{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";}
p{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体"; margin:0; padding:0;}
a{text-decoration:none;font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";cursor:pointer;}
a:hover{text-decoration:none;}
img{ border:none;image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */}
.px-0{ padding:0 0;}

.mx-0{ margin:0 0;}
.mbpx-0{padding:0 0;}
html {
          font-size: 100px; /*根元素默认的大小是16px*/
        }
.max-1920{ max-width:1920px !important; margin:auto;}		
	
@media screen and (max-width: 1680px){
	html{
		font-size:86px;
	}
}		
@media screen and (max-width: 1440px){
	html{
		font-size:78px;
	}
}

@media screen and (max-width: 1200px){
.hidden-1280{ display:none !important;}
}
@media screen and (max-width: 1024px){
	html{
		font-size:60px;
	}
}
@media screen and (max-width: 768px){
	html{
		font-size:60px;
	}
	
}

.pagination p {
	margin: 0;
	cursor: pointer;
	
}
.pagination {
	height: 28px;
	text-align: center;
	width:100%;

	margin-bottom:1rem;
}
.pagination a {
	display: inline-block;
	margin-right: 10px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	
	text-decoration: none;
	
	font-size: 14px;
	
	text-align: center;
	border:#dddddd 1px solid;
	background: #f5f5f5;
	color: #565656;
	transition:all 0.3s ease-in-out;

}
.pagination a:hover {
	border:#be312b 1px solid;
	background: #be312b;
	color: #fff;

}
.pagination a.cur {
	display: inline-block;
	margin-right: 10px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	
	text-decoration: none;

	font-size: 14px;
	text-align: center;
	
	transition:all 0.3s ease-in-out;
	border:#be312b 1px solid;
	background: #be312b;
	color: #fff;
}
.pagination p {
	display: inline-block;
	font-size: 14px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #6c6c6c;
	text-align: center;
	border:#dddddd 1px solid;
	background: #f5f5f5;
	color: #565656;
	margin-right: 8px;
	
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #fe6600;
	
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #fe6600;
	border-radius:50%;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
.pagination .page_xyy {
	width: 50px;
	height: 28px;
	
	border:none;
	line-height: 28px;
	
	text-decoration: none;
	color: #6c6c6c;
	font-size: 14px;
	text-align: center;
border:#dddddd 1px solid;
	background: #f5f5f5;
	color: #565656;

	
}
.pagination .page_xyy:hover{ 
	
		border:#be312b 1px solid;
	background: #be312b;
	color: #fff;
}
.pagination .page_syy {
	 width: 50px;
	height: 28px;
	line-height:28px;
	border:none;
	text-decoration: none;
	color: #6c6c6c;
	font-size: 14px;
	text-align: center;
border:#dddddd 1px solid;
	background: #f5f5f5;
	color: #565656;

	transition:all 0.5s ease-in-out;
	

}
.pagination .page_syy:hover{ 
		border:#be312b 1px solid;
	background: #be312b;
	color: #fff;
	}
.pagination .page_shouye {
	width: 39px; 
	height: 39px;
	border-radius:50%;
	padding: 0;
	margin-top: 4px;
	background:none;
	display:none;
}

.pagination .page_weiye {
	width: 39px;
	height: 39px;
	border-radius:50%;
	padding: 0;
	margin-top: 4px;
	background:none;
	display:none; 

}
/*mask*/
.mask {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.mask:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.readmask {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.readmask:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


.isPlay:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";

  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
}


@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}

@font-face {font-family:'din';src: local('din'), url(../img/din.woff) format('woff');}
@font-face {font-family:'dinblack';src: local('dinblack'), url(../img/dinblack.woff) format('woff');}
@font-face {font-family:'mon';src: local('mon'), url(../img/mon.woff) format('woff');}

div.publicheadtopbk{ width: 100%; height: auto; padding: 24px 75px;}

div.publicheadtoplogo{ width: 197px; height: auto; float: left; position: relative; top: 7px;}

div.publicheadtoprt{ float: right; height: auto; margin-top: 13px;}

div.publicheadtoprtss{ float: left; width: 40px; height: 19px; background: url(../img/headtoprtss.png) left center no-repeat; border-right: 1px solid #dcdcdc; cursor: pointer;}

div.publicheadtoprtss input{ width: 100%; height: 100%; display: block; background: none; border: none; outline: none; font-size: 0;}

div.publicheadtoprtssinput{ float: left; width: 0;  height: 28px; margin-right: 3px; border-bottom: 1px solid #c1c1c1;}

div.publicheadtoprtssinput input{ width: 100%; height: 100%; display: block; background: none; border: none; outline: none; line-height: 28px; color: #333; font-size: 14px;}

div.publicheadtoprtssinput1{ width: 124px;}

div.publicheadtoprtlanico{ width: 18px; height: 19px; float: left; background: url(../img/headtoprtlan.png) center no-repeat; margin-left: 17px;}

div.publicheadtoprtlan{ float: left; height: 19px; line-height: 19px; margin-left: 12px; padding-right: 3px;  color: #cc3333; font-size: 14px; font-weight: 700;}

div.publicheadtoprtlan a{ color: #cc3333;}

div.publicheadnavbk{ width: 100%; height: 67px; background: #bb2922; padding: 0 75px; position:sticky; top: 0; z-index: 9999999;}
 
div.publicheadnavrt{  float: right;}
 
div.publicheadnav{  float: left; height: 67px; padding: 0 20px; position: relative; line-height: 67px; text-align: center; color: #fff; font-size: 16px;}
div.publicheadnav span{margin-right: 5px; font-size: 13px;}

div.publicheadnavxlxl{ width: 100%; height: auto; position: absolute; top: 77px; left: 0; z-index: 1000; opacity: 0; visibility: hidden;}

div.publicheadnav:hover div.publicheadnavxlxl{ opacity: 1; visibility: visible;top: 67px;}

div.publicheadnavxlxlnav{ width: 100%; height: 45px; line-height: 45px; text-align: center; font-size: 14px; background: #fff;}

div.publicheadnavxlxlnav a{ color: #333; display: block; height: 100%; width: 100%;}

div.publicheadnavxlxlnav:hover{ background:#d06a65; }

div.publicheadnavxlxlnav:hover a{ color:#fff; }



div.publicheadnavxl{ background: url(../img/indexnavxljt.png) 10px center no-repeat;}

div.publicheadnav>a{ display: block; width: 100%; height: 100%; color: #fff;}

div.publicheadnav:hover{ background: #d06a65;}

div.publicheadnavxl:hover{ background: url(../img/indexnavxljt.png) #d06a65 10px center no-repeat;}


div.pic_w100{ width: 100%; height:auto;}

div.pic_w100 img{ width: 100%;}

.bannerwenzi1{ font-size: 0.72rem; color: #fefefe; font-weight: 700; line-height:1.5;}

.bannerwenzi2{ font-size: 0.22rem; color: #fefefe; font-weight: 700; line-height:2;}

.bannerwenzi3{ color: #fefefe; font-size: 0.52rem;}

.slick-slider-center-mode .slick-prev {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../img/bannerleft.jpg) #b33722 center no-repeat;
    transition: all 0.36s ease-in-out;
    right: auto;
        left: 50%;
        bottom: auto;
        top: 61.5%;
        margin-top: -0.29rem;
        margin: 0;
        margin-left: 6rem;
		opacity:0;
		transition: all 0.36s ease-in-out;
}
.slick-slider-center-mode .slick-prev:hover {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../img/bannerleft.jpg) #b33722 center no-repeat;
    transition: all 0.36s ease-in-out;
    right: auto;
       left: 50%;
       bottom: auto;
       top: 61.5%;
       margin-top: -0.29rem;
       margin: 0;
       margin-left: 6rem;
}
.slick-slider-center-mode .slick-next {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../img/bannerright.jpg) #b33722 center no-repeat;
    transition: all 0.36s ease-in-out;
       left: 50%;
       bottom: auto;
       top: 61.5%;
       margin-top: -0.29rem;
       margin: 0;
       margin-left: 6.75rem;
	   opacity:0;
	transition: all 0.36s ease-in-out;
}
.banner:hover .slick-prev{ opacity:1;}
.banner:hover .slick-next{ opacity:1;}

.slick-slider-center-mode .slick-next:hover{
	
	width: 0.5rem;
	height: 0.5rem;
	background: url(../img/bannerright.jpg) #b33722 center no-repeat;
	transition: all 0.36s ease-in-out;
	    left: 50%;
	    bottom: auto;
	    top: 61.5%;
	    margin-top: -0.29rem;
	    margin: 0;
	    margin-left: 6.75rem;
	
}

div.indexoneback{ width:96%; margin: auto; max-width: 1600px; height: auto;  padding-top: 0.55rem; padding-bottom: 128px;}

div.indexonejt{ width: 13px; height: 26px;  margin: auto; margin-bottom: 0.75rem;}

div.indexonelistbk{ width: 47%; float: left; }

div.indexonelistpic{ width: 100%; height: auto; position: relative; overflow: hidden;}

div.indexonelistpic img{ width: 100%; height: auto; transition: all 0.36s ease-in-out;}

div.indexonelistpic::after{ display: block; content: ''; width: 100%; height: 100%; background: linear-gradient( to bottom ,transparent , rgba(0,0,0,0.3) ); position: absolute; left: 0; top: 0;}

div.indexonelistcont{ width: 90%; position: relative; height: auto; margin: auto; background: #fff; border-top: 5px solid #b52e28; top:-36px; padding: 32px 0.76rem 59px; box-shadow: 0 0 20px rgba(0,0,0,0.1); }

div.indexonelistcont::before{ width: 0; height: 5px; background: #d5291d; top: -5px; left: 0; display: block; position: absolute; display: block; content: ''; transition: all 0.36s ease-in-out;}

div.indexonelistconttitle{ width: 100%; height: auto; line-height: 50px; text-align: center; color: #666666; font-size: 36px; font-weight: 700; margin-bottom: 20px;}

div.indexonelistcontdesc{ width:100%; height: auto; line-height: 28px; color: #666666; font-size: 16px;}

div.indexonelistcontmore{ display: inline-block; line-height: 21px; background: #bb2922; font-size: 14px; color: #fff; padding: 14px 50px; border-radius: 7px; background: #bb2922; position: relative; top: 75px;}

div.indexonelistcontmore a{ display: block; width: 100%; height: 100%; color: #fff;}
 
div.indexonelistcontmore span{ margin-left: 7px;  color: #fff; font-size: 13px;}

div.indexonelistcontmorebk{ width: 100%; height: auto; margin: auto; text-align: center;}

div.indexonelistbk:hover div.indexonelistcont::before{ width: 100%;}

div.indexonelistbk:hover div.indexonelistcontmore{  padding: 14px 60px; }

div.indexonelistpicico{ width: 193px; height: 197px; position: absolute; left: 50%; top: 50%; margin-top: -98.5px; margin-left: -96.5px; background: url(../img/indexonehbg.png) center no-repeat; z-index: 10; opacity: 0;}

div.indexonelistbk:hover div.indexonelistpicico{ opacity: 1;} 

div.indexonelistbk:hover div.indexonelistpic img{ transform: scale(1.1);}

div.indextwoback{ width: 100%; height: auto; padding-top: 70px;  padding-bottom: 100px; background: url(../img/newsbg.jpg);}

div.indextwotitle{ width: 100%; line-height: 53px; text-align: center; color: #333333; font-size: 36px; margin-bottom: 55px; }

div.indextwomian{width: 96%; max-width:1280px; margin: auto; padding: 0 8px;}
 
div.indextwonav{ width: 30.3%; height: auto; float: left; margin-left: 4%; position: relative; top: 0;} 

div.indextwonav:nth-child(1){ margin-left: 0;}

div.indextwonavpic{ width: 100%; height: auto; margin-bottom: 30px; position: relative;}

div.indextwonavpic img{width: 100%; height: auto;}

div.indextwonavtitle{ width: 100%; height: auto; line-height: 27px;color: #666666; font-size: 16px;padding: 0 14px; margin-bottom: 15px;}

div.indextwonavmore{ width: 100%; height: 18px; line-height: 18px; color: #d81f29; font-size: 14px;}

div.indextwonavtime{ width: 87px; height: 40px; line-height: 40px; text-align: center; position: absolute; left: 20px; bottom:-10px; background: rgba(187,41,34,0.96); color: #fff; font-family: 'din'; font-size: 18px;}

div.indextwonav:hover{ top: -15px;}

div.publicfooterbk{ width: 100%; height:auto; background: #333333; padding: 102px 0 0; position: relative;}

div.publicfooter{ max-width: 1600px; width: 96%; margin: auto;}

div.publicfootertop{ width: 100%; height: auto; display: flex; flex-flow: nowrap; justify-content: space-between;}

div.publicfootertopl{  float: left; height: auto;  padding-right: 0.6rem; border-right: 1px solid #5c5c5c;}

div.publicfootertopl_1logo{ width: 0.99rem; float: left; height: auto; float: left;}

div.publicfootertopl_1logo img{ width: 100%;}

div.publicfootertopl_1rt{ width: auto; line-height: 31px; float: left; margin-left: 0.2rem; color: #cccccc; font-size: 14px; font-family: 'din'; margin-top: -6px;}

div.publicfootertopl_1rt p{font-family: 'din';}

div.publicfootertopl_1rt strong{font-family: 'dinblack'; font-weight: 500; font-size: 16px;}

div.publicfootertopl_2{ width: 3.43rem; position: relative; color: #cccccc; font-size: 14px; height:37px; border: 1px solid #525252; line-height:37px; padding-left: 18px; cursor: pointer; margin-top: 50px; }

div.publicfootertopl_2::before{ width:9px; height: 8px; background: url(../img/footerxialajt1.png) center no-repeat; position: absolute; top: 50%; margin-top: -4px; right: 15px; content: ''; display: block;}
      
   

div.publicfootertopl_3{ width: 3.43rem; position: relative; color: #cccccc; font-size: 14px; height:37px; border: 1px solid #525252; line-height:37px; padding-left: 18px; cursor: pointer; margin-top: 19px;}

div.publicfootertopl_3::before{ width:9px; height: 8px; background: url(../img/footerxialajt2.png) center no-repeat; position: absolute; top: 50%; margin-top: -4px; right: 15px; content: ''; display: block;}
  
div.publicfootertopm{ height: auto; width: 130px;  padding: 0 0.2rem;} 

div.publicfootertopmlist{  height: auto; line-height: 36px; color: #cccccc; font-size: 14px; padding-left: 13px; position: relative;}

div.publicfootertopmlist a{ color: #ccc; transition: all 0.36s ease-in-out;}

div.publicfootertopmlist::before{ content: ''; display: block; width: 4px; height: 1px; background: #cccccc; left: 0; top: 19px; transition: all 0.36s ease-in-out; position: absolute;}
 
div.publicfootertopmlist:hover{ padding-left: 20px; }

div.publicfootertopmlist:hover a{ color: #bd302a;}

div.publicfootertopmlist:hover:before{ width: 10px; background: #bd302a;}

div.publicfootertopr{ float: right;
    border-left: 1px solid #5c5c5c;
    padding-top: 31px;
    width: 53%;}

div.publicfootertoprpic{ float: left; height:auto; margin-left: 0.45rem;     width: 30%;
    height: 159px;}

div.publicfootertoprpic img{ max-width: 100%;}

div.publicfootertoprcont{ float: left;margin-left: 0.37rem; line-height: 24px; color: #999999; font-size: 12px; width: 4rem; margin-top: -7px;     width: 53%;}

div.publicfootertoprcont::-webkit-scrollbar { width: 3px; }
div.publicfootertoprcont::-webkit-scrollbar-track { background-color:#C5C5C5;  }
div.publicfootertoprcont::-webkit-scrollbar-thumb { background-color:#f2f2f2;  width:3px}

div.publicfooterbottom{ width: 100%; height: auto; border-top: 1px solid #5c5c5c; padding: 50px 0; line-height: 39px; color: #999999; font-size: 12px; font-family: 'dinblack'; line-height: 39px; margin-top: 46px;}


div.publicfooterbottom a{ color: #999;}

div.publicfooterbottomrt{ float: right;height: 25px; margin-top: 5px; }

div.publicfooterbottomrt1{  float: left; margin-right:0.3rem; line-height: 25px; color: #999999; font-size: 12px; opacity: 0.3; }

div.publicfooterbottomrt1 a{color: #999;}

div.publicfooterbottomrt2{ float: left; height: 25px; padding-right: 43px;  line-height: 25px; font-family: 'dinblack'; font-size: 14px; cursor: pointer; position: relative;}

div.publicfooterbottomrt2ico{ width: 30px; height: 25px; position: absolute; right: 0; top: 0;}

div.publicfooterbottomrt2ewm{ width: 110px; height: 110px; position: absolute; left: 15px; top: -126px; padding: 10px; opacity: 0; visibility: hidden; transition: all 0.36s ease-in-out; background: #fff;}

div.publicfooterbottomrt2ewm img{ width: 100%; height: 100%;}

div.publicfooterbottomrt2:hover div.publicfooterbottomrt2ewm{ opacity: 1; visibility: visible;}

div.publicfooterbacktop{ width: 13px; height: 100px; position: absolute; top: 275px; right: 0.4rem; background: url(../img/backtop.png) center no-repeat; cursor: pointer; transition: all 0.36s ease-in-out;}

div.publicfooterbacktop:hover{top: 275px;}

div.nybannerback{ width: 100%; height:auto; position: relative; overflow: hidden;}

div.nybannermain{ width: 100%; height: auto; position: absolute; bottom:0.32rem; left: 0;}

div.nybanner{ width:96%; max-width: 1280px; margin: auto;}

div.nybannerentitle{ width:100%; height: 0.41rem; line-height: 0.41rem; color: #ffffff; font-size: 14px;font-family:'mon'; text-transform: uppercase; }

div.nybannercntitle{ height: 0.8rem; line-height: 0.8rem; color: #ffffff; font-size: 60px; font-weight: 700;}

div.nybannerbread{ width:100%; height: 0.71rem; line-height: 0.71rem; color: #fff; font-size: 14px; }

div.nybannerbread a{ color: #fff;}

div.gywmmainbk{width:96%; max-width: 1280px; margin: auto; padding: 0 11px; padding-top: 1.06rem;}

div.gywmmainnav{ width: 31%; height: auto; float: left; margin-right: 3%; margin-bottom: 46px;}

div.gywmmainnavpic{ width: 100%; height: auto; overflow: hidden;}

div.gywmmainnavpic img{ width: 100%; transition: all 0.36s ease-in-out;}

div.gywmmainnav:hover div.gywmmainnavpic img{ transform: scale(1.1);}

div.gywmmainnavbottom{ width: 100%; height: 358px; padding: 18px 20px 0px; background: #f2f0e9;}

div.gywmmainnavbottomtitle{ width: 100%; height: 51px; line-height: 51px;  color: #333333; font-size: 22px; font-weight: 700; margin-bottom: 14px;}

div.gywmmainnav:hover div.gywmmainnavbottomtitle{ color: #e22a0e;}

div.gywmmainnavbottomdesc{ width: 100%; height: 196px; overflow: hidden; line-height: 28px; color: #4e4d4d; font-size: 16px; margin-bottom: 1px;}

div.indexonelistcontmoreny{ float: right; line-height: 21px; font-size: 14px; color: #fff; padding: 14px 29px;  background: #e22a0e; position: relative; transition: all 0.36s ease-in-out;}

div.gywmmainnav:hover div.indexonelistcontmoreny{ padding: 14px 35px;}

div.indexonelistcontmoreny a{ display: block; width: 100%; height: 100%; color: #fff;}

div.indexonelistcontmoreny span{ margin-left: 7px; font-size: 13px;}

div.gywmmainnav:nth-child(3n){ margin-right: 0;}

div.gywmmainbottomheight{  height: 1rem;}

div.nybanner_2{ width:100%; height: auto;  background: #f6f6f6; padding-top: 45px; }

div.nybannermain1{ width: 100%; height: auto; position:relative; }


div.nybannerentitle1{ width:100%; height: 0.41rem; line-height: 0.41rem; color: #bb2922; font-size: 14px;font-family:'mon'; text-transform: uppercase; }

div.nybannercntitle1{ line-height: 0.5rem; color: #bb2922; font-size: 40px; font-weight: 700;}

div.nybannerbread1{ width:100%; height: 0.71rem; line-height: 0.71rem; color: #a5a5a5; font-size: 12px; }

div.nybannerbread1 a{ color: #a5a5a5;}

div.nybanner3{ width:96%; max-width: 960px; margin: auto;}

div.jituanonebk{ width:96%; max-width: 960px; margin: auto; padding-top: 50px; padding-bottom: 50px;}

div.jituanonecont{ width: 100%; height: auto; margin: auto; color: #4e4d4d; font-size: 20px; line-height: 1.7;}

div.jituantwobk{ width:100%; max-width: 960px; margin: auto;border-bottom: 1px solid #bfbfbf;}

div.jituantwolistbk{ width: 100%; height: auto;  border-top: 2px solid #bfbfbf; padding-top: 19px; padding-bottom: 22px; cursor: pointer; position: relative;}

div.jituantwolistenleft{ float: left; }

div.jituantwolistenlefttitle{ height: 26px; line-height: 26px; color: #a9a9a9; font-size: 14px; font-family: 'mon'; text-transform: uppercase;}

div.jituantwolistcnlefttitle{  height: 43px; line-height: 43px; color: #999999; font-size: 26px; font-weight: 700;}

div.jituantwolistenrt{ width: 34px; height: 34px; float: right; background: url(../img/gywma1jt.png) center no-repeat; margin-right: 35px; margin-top: 18px;}

div.jituantwolistbk:hover div.jituantwolistcnlefttitle{ color: #bb2922;}


div.jituantwolistbk11{ width: 100%; height: auto;  border-top: 2px solid #bfbfbf; padding-top: 19px; padding-bottom: 22px; cursor: pointer; position: relative;}
 
div.jituantwolistbk11:hover div.jituantwolistcnlefttitle{ color: #bb2922;}



















div.jituantwolistbk1 div.jituantwolistcnlefttitle{ color: #bb2922;}

div.jituantwolistbk1 div.jituantwolistenrt{background: url(../img/gywma1jth.png) center no-repeat;}

div.jituantwocontentk{ width: 100%; height: auto; display: none; line-height: 1.7; color: #777; font-size: 18px; padding-top: 20px; padding-bottom: 70px;}
 
div.jituantwocontentk img{ max-width: 100%;}

div.jituanthreebk{ width:96%; max-width: 960px; margin: auto;border-bottom: 1px solid #bfbfbf; padding-bottom: 100px;}

div.jituanthreetitle{ width: 100%; height:48px; line-height: 48px; color: #bb2922;font-size: 30px; margin-top: 0.8rem; font-weight: 700; }

.icon-arrow-left{ width: 34px; height: 34px; position: absolute; left: 0; top: 18px; background: url(../img/jituanthreejt.png) center no-repeat; z-index: 100;}

.icon-arrow-right{ width: 34px; height: 34px; position: absolute; right: 0; top:18px; background: url(../img/jituanthreejt.png) center no-repeat; z-index: 100;-webkit-transform: rotate(180deg);}

div.gywmthreedashed{ padding-left: 14px;}

div.gywmthreedashed::before{ width: 89%; height:1px; border-bottom: 1px dashed #d4d4d4; content: ''; display: block; position: absolute; left: 52px; bottom: 24px;}

div.jituanthreecontbk{ width: 100%; height: 340px; margin-top: 16px;}

div.jituanthreecontleft{ width: 57%; height: 100%; float: left;}

div.jituanthreecontrt{ width:43%; float: left; height: 100%; background: #da180f; padding: 80px 0.34rem 0; overflow-y: auto;}

div.jituanthreecontrt_1{ width: 100%; height: auto; line-height: 1.7; color: #ffffff; font-size: 16px; text-align: left;}

div.jituanthreecontrt_2{ width: 100%; height: auto; line-height: 1.3; color: #fff; font-size: 30px; text-align: left; margin-top: 3px; margin-bottom: 7px;}


div.nybanner4{ width:96%; max-width: 1780px; margin: auto; background: url(../img/bannerrtbg.png) right center no-repeat; padding-top: 35px;}

div.dongshimainbk{ width: 100%; height: 100vh;}

div.nybanner_2bk{ width:100%; height: auto;  background: #f6f6f6; padding-top: 0; }
 
div.dongshimainleft{ width: 41%; height: 100%; float: left;}
 
div.dongshimainrt{ width: 59%; float: left; height: 100%; padding: 6% 0.8rem 0;}

div.dongshimainrtcont{ width: 100%; height: 70%; overflow-y: auto; padding-right: 15px;}

div.dongshimainrtcont_ft{ width: 100%; height: auto; line-height: 1.5; color: #4e4d4d; font-size: 14px;}

div.dongshimainrtcont_t{ width: 100%; height: auto; line-height: 1.4; color: #4e4d4d; font-size: 45px;}

div.dongshimainrtcont_c{ width: 100%; height: auto; line-height: 1.7; color: #4e4d4d; font-size: 16px;}

div.dongshimainrtcont::-webkit-scrollbar { width: 3px; }
div.dongshimainrtcont::-webkit-scrollbar-track { background-color:#f2f2f2;  }
div.dongshimainrtcont::-webkit-scrollbar-thumb { background-color:#C5C5C5;  width:3px}



div.wenhuaoneback{  width:96%; max-width: 960px; margin: auto; }

div.wenhuaonetitle{ width: 100%; height: auto; line-height: 1.7; color: #333333; font-size: 33px; font-weight: 700; padding-top: 45px; padding-bottom: 45px;}

div.jituantwolistenlefttitle1{ height: 26px; line-height: 26px; color: #a9a9a9; font-size: 12px; font-family: 'mon'; text-transform: uppercase;}

div.jituantwolistenleftauthor{  height: 35px; line-height: 35px; color: #999999; font-size: 16px; right: 82px; top: 37px; position: absolute; text-align: right; color: #999999; font-size: 16px;}

div.wenhuatwoback{ width: 96%; max-width: 960px; height: 339px; margin: auto; margin-top: 50px; margin-bottom: 60px;}

div.wenhuatwolist{ width:100%; height: auto; }

div.wenhuatwolistpic{ width: 625px; height: 338px;}

div.wenhuatwolistcontbk{ width: 360px; height: 269px; position: absolute; right: 0; top: 50%; margin-top:-134.5px; background: #d14842; padding: 0 65px; padding-top: 39px; }

div.wenhuatwolistcontt{ width: 100%; height: auto; line-height: 37px; color: #ffffff; font-size: 16px; margin-bottom: 5px;}

div.wenhuatwolistcontd{ width: 100%; height: auto; line-height: 37px; color: #fff; font-size: 30px; margin-bottom: 18px;}

div.wenhuatwolistleftjt{ width: 34px; height: 34px; float: left; background: url(../img/wenhuajt.png) center no-repeat; position: relative; left: 0; cursor: pointer;}

div.wenhuatwolistleftjt:hover{ left: -7px;}


div.wenhuatwolistrightjt{ width: 34px; height: 34px; float: left; background: url(../img/wenhuajt.png) center no-repeat; position: relative;-webkit-transform: rotate(180deg); position: relative; left: 12px; cursor: pointer;}


div.wenhuatwolistrightjt:hover{ left: 19px;}


div.jituantwocontentk1{ width: 100%; height: auto; display: none; line-height: 1.7; color: #333333; font-size: 18px; padding-top: 20px; padding-bottom: 70px;}

div.jituantwocontentk1 img{ max-width: 100%;}

div.wenhuabottomheight{ height: 80px;}

div.gywma4year{ width: 50%; height: auto; position: absolute; bottom: 0; right: 0; padding: 0 30px; background: #f4f4f4;}

div.gywma4qiehuanbk{ width: 100%; position: relative; height: auto;}

div.gywma4_leftbk{ width:50%; height: auto; float: left; overflow: hidden;}

div.gywma4_leftbk img{ width: 100%; height: auto; transition: all 0.36s ease-in-out;}

div.gywma4_leftbk:hover img{ transform: scale(1.1);}

.gywma4leftjt{ left: 34px; top: 25px;}

.gywma4rightjt{ right: 34px; top: 25px;}

div.gywma4_rt{ width: 50%;
    height: calc( 100% - 86px);
    display: table;
    vertical-align: middle;
    float: right;
    padding: 0 1rem 0; 
    text-align: left;
    position: relative;}

div.gywma4_rt11{ display: table-cell; vertical-align: middle;}

div.gywma4_rt_1{ width: 100%; height: auto; line-height: 1.7; color: #4e4d4d; font-size: 24px; font-family: 'mon'; text-align: left;}

div.gywma4_rt_2{ width: 100%; height: auto; line-height: 1.5; color: #4e4d4d; font-size: 0.28rem; margin-top: 10px;text-align: left; margin-bottom: 30px;}

div.gywma4swiperjt{ float:right; }

div.gywma4swiperjt_1{ width: 57px; height: 57px; float: left; background: url(../img/gywma4leftjt.png) center no-repeat; position: relative; margin-right:20px; outline: none;}

div.gywma4swiperjt_2{ width: 57px; height: 57px; float: left; background: url(../img/gywma4rightjt.png) center no-repeat; position: relative; outline: none;}

div.gywma5onebk{ width: 96%; max-width: 960px; margin: auto; margin-top: 60px; line-height: 33px; color: #4e4d4d; font-size: 18px; padding-bottom: 30px; border-bottom: #bfbfbf 2px solid;} 

div.gywma5twobk{width: 96%; max-width: 960px; margin: auto;}

div.gywma5two_top{ width: 100%;  border-bottom: 1px solid #c8c8c8; padding: 23px 0;border-bottom: #bfbfbf 1px solid;}

div.gywma5two_top_left{ float: left;}

div.gywma5two_top_left_1{ height: 26px; line-height: 26px; color: #a9a9a9; font-size: 14px; font-family: 'mon';}

div.gywma5two_top_left_2{ height: 41px; line-height: 41px; color: #666666; font-size: 30px; font-weight: 700;}

div.gywma5two_top_rt{ float: right; height: 63px; margin-top: 4px; line-height: 63px;}

div.gywma5two_top_rt_nav{ float: left; margin-left: 43px; color: #666666; font-size: 18px; cursor: pointer;}

div.gywma5two_top_rt_nav:hover{ color: #bb2922;}

div.gywma5two_top_rt_nav1{ color: #bb2922;}

div.gywma5two_qiehuan{ width: 100%; height: 339px; margin: 60px 0; }

div.gywma5two_qiehuan_left{ width: 625px; height: 339px; float: left; overflow: hidden;}

div.gywma5two_qiehuan_leftpic{ width: 100%; height: 100%;}

div.gywma5two_qiehuan_list:hover div.gywma5two_qiehuan_leftpic{ transform: scale(1.1);}

div.gywma5two_qiehuan_rt{ width:335px; float: left; height: 339px; background: #bb2922; padding: 70px 44px 0; }

div.gywma5two_qiehuan_rt_1{ width: 100%; height: auto; line-height: 1.7; color: #ffffff; font-size: 16px;}

div.gywma5two_qiehuan_rt_2{ width: 100%; height: auto; line-height: 1.5; color: #ffffff; font-size: 18px; margin-top: 10px; margin-bottom: 13px;}

div.gywma5two_qiehuan_rt_button1{ width: 34px; height: 34px; float: left; background: url(../img/gywma5jt.png) center no-repeat; position: relative; left: 0; cursor: pointer; outline: none;}

div.gywma5two_qiehuan_rt_button1:hover{ left: -10px;}

div.gywma5two_qiehuan_rt_button2{ width: 34px; height: 34px; float: left; background: url(../img/gywma5jt.png) center no-repeat; position: relative; left: 0; margin-left: 12px;transform: rotate(-180deg); cursor: pointer; outline: none;}

div.gywma5two_qiehuan_rt_button2:hover{ left: 10px;}

div.gywma5threeback{ width: 96%; max-width: 960px; margin: auto; margin-bottom: 50px;}

div.gywma5threenav{ width: 460px; height: 110px; border-bottom: 2px solid #bfbfbf; float: left; margin-top: 32px;}

div.gywma5threenavleft{ float: left; }

div.gywma5threenavleft1{ height: 38px; line-height: 38px; color: #333333; font-size: 30px;}

div.gywma5threenavleft2{ height: 26px; line-height: 26px; color: #333333; font-size: 18px;}

div.gywma5threenavrt{ width: 38px; height: 38px; float: right; border: 1px solid #a2a2a2; border-radius: 50%; line-height: 32px; text-align: center; color: #666666; font-size: 24px; margin-top: 8px;}

div.gywma5threenav:hover div.gywma5threenavleft1{ color: #bb2922;}

div.gywma5threenav:hover div.gywma5threenavleft2{ color: #bb2922;}

div.gywma5threenav:hover div.gywma5threenavrt{ color: #bb2922; border: 1px solid #bb2922; }

div.gywma5four_top_rt{ width: 38px; height: 38px; float: right; background: url(../img/gywma5ico.jpg) center no-repeat; margin-right: 42px; margin-top: 30px;}

div.gywma6main{ width: 96%; max-width: 960px; margin: auto; margin-top: 60px; margin-bottom: 50px; position: relative; overflow: hidden;}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{ outline: none;}

div.gywma6titlebk{ width: 100%; height: 48px; line-height: 48px; background: rgba(255,255,255,0.9); padding: 0 25px; color: #333333; font-size: 18px; position: absolute; left: 0; bottom: 0; z-index: 100; text-align: left;}

div.quanqiumain{ width: 77%; height: auto; margin: auto; margin-top: 1.3rem; margin-bottom: 0.7rem; position: relative;}


@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-o-keyframes warn {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.area-box .dot {
	position: relative;
	display: block;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #a2a9b4;
	opacity: 1;
	filter: alpha(opacity=100)
}

.area-box .pulse {
	position: absolute;
	top: -26px;
	left: -26px;
	height: 30px;
	width: 30px;
	border: 2px solid #b7b7b7;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	-webkit-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	-moz-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	opacity: .12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: 0 0
}

.area-box .delay-01 {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0
}

.area-box .delay-02 {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s
}

.area-box .delay-03 {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s
}

.area-box .delay-04 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.area-box .delay-05 {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s
}

.area-box .delay-06 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s
}

.area-box .delay-07 {
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	-o-animation-delay: 2.4s;
	animation-delay: 2.4s
}

.area-box .delay-08 {
	-webkit-animation-delay: -.4s;
	-moz-animation-delay: -.4s;
	-o-animation-delay: -.4s;
	animation-delay: -.4s
}

.area-box .delay-09 {
	-webkit-animation-delay: -.8s;
	-moz-animation-delay: -.8s;
	-o-animation-delay: -.8s;
	animation-delay: -.8s
}

.area-box .delay-10 {
	-webkit-animation-delay: -1.2s;
	-moz-animation-delay: -1.2s;
	-o-animation-delay: -1.2s;
	animation-delay: -1.2s
}

.area-box .delay-11 {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s
}

.region-list.active .area-box .dot {
	background: #bb2922
}

.region-list.active .area-box .pulse {
	border-color: #bb2922;
	top: -39px;
	left: -39px;
	height: 88px;
	width: 88px;
	-webkit-box-shadow: 0 0 12px #bb2922, 0 0 20px #bb2922 inset;
	-moz-box-shadow: 0 0 12px #bb2922, 0 0 20px #bb2922 inset;
	box-shadow: 0 0 12px #bb2922, 0 0 20px #bb2922 inset
}

.region-list.waite .area-box .dot {
	background: #bb2922
}

.region-list.waite .area-box .pulse {
	border-color: #bb2922
}

.show-regin {
	position: absolute;
	left: 2px;
	height: 0;
	top: 0;
	width: 11px;
	opacity: 0;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.online-node .show-regin,
.region-list:hover .show-regin,
.underline-node .show-regin,
.waite-node .show-regin {
	height: 127px;
	opacity: 1
}

.show-regin span {
	width: 80px;
	position: absolute;
	left: 8px;
	top: -11px;
	padding: 6px 10px;
	font-size: 14px;
	color: #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	white-space: nowrap;
}

.postition-10 .show-regin span {
	left: 0
}

.postition-6 .show-regin span {
	left: -72px
}

.area-box {
	z-index: 77
}

.show-regin {
	z-index: 66
}

.region-list.active .show-regin span {
	position: relative;
	color: #ccc
}

.region-list.waite .show-regin span {
	color: #ccc
}

.postition-9 {
	position: relative;
	margin: auto;
	display: table;
	margin-top: 15px;
}

.postition-9.region-list.active .area-box .pulse {
	top: -10px;
	left: -10px;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.postition-91 {
	position: relative;
	margin: auto;
	display: table;
	margin-bottom: 15px;
}

.postition-91.region-list.active .area-box .pulse {
	top: -12px;
	left: -12px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.postition-92 {
	position: relative;
	margin: auto;
	display: table;
}

.postition-92.region-list.active .area-box .pulse {
	top: -12px;
	left: -12px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

div.quanqiu_1_t{ width: 40px; line-height: 1.7; color: #323232; font-size: 14px; text-align: center; margin-top: 2px;    white-space: nowrap;}

div.quanqiu_1{ width: 40px; height: auto; position: absolute; left: 41.5%; top: 24%;}

div.quanqiuhoverbk{ width: 270px; height: auto; border-radius: 7px; background:rgba(184,40,33,0.9); position: absolute; padding: 15px 18px; bottom: calc( 100% + 20px ); left: -14px; opacity:0; visibility: hidden;}

div.quanqiuhoverbk::before{ width: 63px; height: 20px; background: url(../img/quanqiujt.png) center no-repeat; position: absolute; left: 0; bottom: -20px; content: ''; display: block;}

div.quanqiuhover_1{ width: 100%; height: auto; line-height: 1.7; font-size: 18px; font-weight: 700; color: #fff;}

div.quanqiuhover_2{ width: 100%; height: auto; line-height: 1.5; margin-top: 3px; font-size: 14px; color: #fff; margin-bottom: 7px;}

div.quanqiuhover_2 a{ color: #fff; margin-right: 10px; display: block;}

div.quanqiu_1:hover{z-index: 999;}

div.quanqiu_1:hover div.quanqiuhoverbk{ opacity:1; visibility: visible; }

div.quanqiu_2{ width: 40px; height: auto; position: absolute; left: 40%;  top: 37%;}

div.quanqiu_2:hover{z-index: 999;}

div.quanqiu_2:hover div.quanqiuhoverbk{ opacity:1; visibility: visible; }

div.quanqiu_3{ width: 40px; height: auto; position: absolute; left: 8%;  top: 24%;}

div.quanqiu_3:hover{z-index: 999;}

div.quanqiu_3:hover div.quanqiuhoverbk{ opacity:1; visibility: visible; }


div.quanqiu_4{ width: 40px; height: auto; position: absolute;left: 11%;  top: 22%;}

div.quanqiu_4:hover{z-index: 999;}

div.quanqiu_4:hover div.quanqiuhoverbk{ opacity:1; visibility: visible; }


div.quanqiu_5{ width: 40px; height: auto; position: absolute;  left: 43%; top: 58%;}

div.quanqiu_5:hover{z-index: 999;}

div.quanqiu_5:hover div.quanqiuhoverbk{ opacity:1; visibility: visible; }



div.quanqiu_6{ width: 40px; height: auto; position: absolute;  left: 45%; top: 74%;}

div.quanqiu_6:hover{z-index: 999;}

div.quanqiu_6:hover div.quanqiuhoverbk{ opacity:1; visibility: visible; }


div.quanqiu_7{ width: 40px; height: auto; position: absolute;  left: 68%;top: 30%;}

div.quanqiu_7:hover{z-index: 999;}

div.quanqiu_7:hover div.quanqiuhoverbk{ opacity:1; visibility: visible; }

div.quanqiu_8{ width: 40px; height: auto; position: absolute;  left: 38%; top: 26%;}

div.quanqiu_8:hover{z-index: 999;}

div.quanqiu_8:hover div.quanqiuhoverbk{ opacity:1; visibility: visible; }

div.b1contentback{ width: 96%; max-width: 960px; margin: auto; line-height: 1.7; font-size: 16px; color: #333; padding: 70px 0 120px;}

div.b1contentback img{ max-width: 100%;}


div.dongshimainbk1{ width: 100%; height: 6.2rem;}

div.dongshimainleft1{ width: 50%; height: 100%; float: left;}

div.dongshimainrt1{ width: 50%; float: left; height: 100%; padding: 6% 0.8rem 0;}

div.dongshimainrtcont1{ width: 100%; height: 80%; overflow-y: auto; padding-right: 15px;}

div.dongshimainrtcont_c1{ width: 100%; height: auto; line-height: 2; color: #4e4d4d; font-size: 16px;}

div.dongshimainrtcont1::-webkit-scrollbar { width: 3px; }
div.dongshimainrtcont1::-webkit-scrollbar-track { background-color:#f2f2f2;  }
div.dongshimainrtcont1::-webkit-scrollbar-thumb { background-color:#C5C5C5;  width:3px}


div.xinwenonebk{ width: 100%; height: auto;    padding-top: 70px; padding-bottom: 100px;}

div.xinwenone_top{ width: 96%; max-width: 1264px;  margin: auto; height: auto; height: auto; line-height: 42px; margin-bottom: 60px;}

div.xinwenone_topleft{ float: left; height: 42px; font-weight: 700; font-size: 36px; color: #333;}

div.xinwenone_toprt{ width: 34px; height: 34px; float: right;transform: rotate(180deg); background: url(../img/jituanthreejt.png) center no-repeat; position: relative; left: 0;}

div.xinwenone_toprt:hover{ left: 10px;}

div.xinwenone_toprt a{ width: 100%; height: 100%; display: block;}

div.xinwentwoback{ width: 100%; height: auto; padding: 60px 0 80px;  background: #f8f8f8;}

div.xinwentwolist{ width: 30.3%; height: auto; float: left; margin-left: 4.5%; box-shadow: 0 0 20px rgba(0,0,0,0.1);}

div.xinwentwolistpic{ width: 100%; height: auto; overflow: hidden;}

div.xinwentwolistpic img{ width:100%; height: auto; transition: all 0.36s ease-in-out;}

div.xinwentwolistbt{ width: 100%; height: auto; padding: 20px 28px 0; background: #fff;}

div.xinwentwolist_t{ width: 100%; line-height: 31px; height: 62px; overflow: hidden; color: #333333; font-size: 16px; margin-bottom: 3px;}

div.xinwentwolist_m{ width: 100%; height: 49px; border-top: 1px solid #e5e5e5;}

div.xinwentwolist_m_1{ float: left; line-height: 49px; color: #333333; font-size: 14px; font-family: 'dinblack';}

div.xinwentwolist_m_r{  float: right; width: 16px; height: 8px; background: url(../img/xinwentwojt.png) center no-repeat; margin-top: 19px;}
div.xinwentwolist:hover div.xinwentwolistpic img{ transform: scale(1.1);}

div.xinwentwolist:hover div.xinwentwolist_t{ color: #be312b;}

div.xinwenthree_1{ width:100%; height: 0.27rem; line-height: 0.27rem; color: #cc0000; font-size: 14px; font-family: 'din';}

div.xinwenthree_2{ width: 100%; height: 0.53rem; line-height: 0.53rem; color: #333333; font-size: 0.36rem; font-weight: 700; margin-bottom: 0.36rem;}

div.xinwenthree_3{ width: 100%; height: auto; line-height: 1.7; color: #a5120b; font-size: 0.24rem; margin-bottom: 0.14rem;}

div.xinwenthree_4{ width: 100%; height: auto; line-height: 29px; color: #666666; font-size: 16px; margin-bottom: 0.5rem; display: none;}

div.xinwenthreeback{ width: 100%; height: auto; padding: 60px 0 80px;  background: #f8f8f8;}

div.xinwenthreelist{ width: 17.25%; height: auto; float: left;    margin-left: 3.4%;}

div.xinwenthreelistpic{ width: 100%; height: auto; box-shadow: 0 0 20px rgba(0,0,0,0.1);}

div.xinwenthreelistpic img{ width: 100%;}

div.xinwenthreelist_t{ width: 100%; height: auto; line-height: 30px; margin-top: 19px; color: #333333; font-size: 16px; padding-left: 26px; background: url(../img/xinwentwojt.png) center left no-repeat;}

div.pagesgao{ height: 0.7rem;} 

div.xwlistlrtmore{ width:1.3rem; height: 0.45rem; border: 1px solid #cc0000; position: absolute; left: 1rem; bottom: 0.5rem; line-height: 0.45rem; text-align: center; color: #cc0000; display: none;}

div.xwlistlrtmore a{ display: block; width:100%; height: 100%; color: #cc0000;}
 
div.xwlistlrtmore:hover{ background:#cc0000; }

div.xwlistlrtmore:hover a{ color: #fff;}

div.xinwenthreelistbkk:hover div.gywma4_leftbk img{ transform: scale(1.1);}

div.xinwend2list{ width: 49%; height: auto; float:left; margin-bottom: 35px; margin-left: 2%;}

div.xinwend2listpic{ width: 100%; height: auto; overflow: hidden;}

div.xinwend2listpic img{ width: 100%; height: auto; transition: all 0.36s ease-in-out;}

div.xinwend2listbt{ width: 100%; height: auto; padding: 16px 23px 28px; background: #f5f5f5;}

div.xinwend2listleft{ width: 411px; height: auto; float: left;}

div.xinwend2listleft_1{ width: 100%; height: 24px; line-height: 24px; color: #d33c3c; font-size: 14px; font-family: 'din';}

div.xinwend2listleft_2{ width: 100%; height: 26px; line-height: 26px; color: #000000; overflow: hidden; font-size: 16px;}

div.xinwend2listrt{ width: 16px; height: 13px; float: right; background: url(../img/xinwend2jt.png) center no-repeat; margin-top: 25px;}

div.xinwend2list:hover div.xinwend2listpic img{ transform: scale(1.1);}

div.xinwend2twomian{  max-width:1280px; width: 100%; margin: auto;  }

div.jiarue1_one{ width: 96%; max-width: 960px; margin: auto; padding-top: 87px;padding-bottom: 70px;}

div.jiarue1_one_1{ width: 100%; height: auto; line-height:81px;  color: #333333; font-weight: 700; font-size: 36px;}

div.jiarue1_one_2{ width: 100%; height: auto; line-height: 48px; color: #333333; font-size: 20px;}

div.jiarue1_two{ width: 96%; max-width: 960px; margin: auto; height: auto; }

div.jiarue1_two_top{height: 99px; border-bottom: 2px solid #c8c8c8; line-height: 58px; font-weight: 700; font-size: 36px; color: #333;}

div.jiarue1_two_list{ width: 100%; height: auto;margin-top: 37px;}

div.jiarue1_two_list_1{ width: 100%; height: auto; line-height: 35px; color: #336699; font-size: 20px; font-weight: 700;}

div.jiarue1_two_list_2{ width: 100%; height: auto; line-height: 35px; color: #4e4d4d; font-size: 18px;}

div.jiarue1_three{ width: 96%; max-width: 960px; height: 115px; margin: auto; background: #efefef; border-radius: 6px; margin-top: 30px; margin-bottom: 60px;}

div.jiarue1_three a{ display: block; width: 100%; height: 100%;}

div.jiarue1_three_lt{  float: left; height: 115px; padding-left: 35px; line-height: 115px; color: #bb2922; font-size: 30px; font-weight: 700;}

div.jiarue1_three_rt{ width: 208px; height: 39px; float: right; margin-right: 42px; margin-top: 39px; border-left: 1px solid #e5e5e5; padding-left: 88px; color: #bb2922; font-size: 20px; padding-left: 85px; background: url(../img/jiarue1ico.png) 33px 0  no-repeat;}

div.jiarue1_four{ width: 96%; max-width: 960px; margin: auto; height: auto; padding-bottom: 1rem; }

div.jiarue1_four_1{ width: 50%; float: left; height: auto; padding-right: 20px;}

div.jiarue1_four_1_t{ width: 100%; height: 32px; line-height: 32px; color: #4e4d4d; font-size: 20px; font-weight: 700;}

div.jiarue1_four_1_d{ width: 100%; height: auto; line-height: 37px; color: #4e4d4d; font-size: 18px; }

div.jiarue2main{ width:96%; max-width: 960px; margin: auto; padding-top: 75px; padding-bottom: 120px;  }

div.jiarue2mainlist{ width: 100%; height: 165px; border-bottom: 1px solid #c8c8c8; position: relative; margin-bottom: 25px;}

div.jiarue2mainlistleft{  float: left; width: 800px;}

div.jiarue2mainlist::before{ content: ''; display: block; width: 0; height: 2px; background: #bb2922; position: absolute; left: 0; bottom: -1px; transition: all 0.36s ease-in-out;}

div.jiarue2mainlist:hover:before{ width: 100%;}

div.jiarue2mainlistleft_1{ width: 100%; height: 24px; line-height: 24px; color: #333333; font-size: 12px; font-family: 'mon';}

div.jiarue2mainlistleft_2{ width: 100%; height: 37px; line-height: 37px; color: #333333; font-size: 24px; font-weight: 700; margin-bottom: 3px;}

div.jiarue2mainlistleft_3{ width: 100%; height: 37px; line-height: 37px; overflow: hidden; color: #333333; font-size: 14px;}

div.jiarue2mainlistleft_4{ height: 29px; line-height: 29px; padding-left: 37px; background: url(../img/zhaopinico.png) left center no-repeat; color: #333333; font-size: 18px;}

div.jiarue2mainlistrt{ width: 62px; height: auto; float: right; margin-right: 10px; margin-top: 40px;}

div.jiarue2mainlistrtpic{ width: 35px; height: 35px; margin: auto; background: url(../img/zhaopinjt.png) center no-repeat; margin-bottom: 13px;}

div.jiarue2mainlistrtt{ width: 100%; height: 13px; line-height: 13px; text-align: center; color: #808080; font-size: 12px; font-family: 'din';}

div.jiarue2mainlist:hover div.jiarue2mainlistleft_4{ background: url(../img/zhaopinico1.png) left center no-repeat;}

div.jiarue2mainlist:hover div.jiarue2mainlistrtpic{ background: url(../img/zhaopinjt1.png) left center no-repeat;}

div.lianximain{ width: 96%; max-width: 1280px; margin: auto; }

div.lianximaintop{ width: 100%; height: 125px; border-bottom: 3px solid #c8c8c8;}

div.lianximaintopnav{ float: left; height: 125px; line-height: 125px; color: #525151; font-size: 30px; font-weight: 700; margin-right: 1.5rem; cursor: pointer;}

div.lianximaintopnav:hover{ color: #146c99;}

div.lianximaintopnav1{ color: #146c99;}

div.lianximaincont{ width: 100%; min-height: 400px; height: auto; padding-top: 50px; padding-bottom: 80px; line-height: 1.7; font-size: 18px; color: #333; display: none; margin-bottom: 50px;}
div.lianximaincont p{ font-family: 'mon';}

div.lianximaincontshow{ display: block;}    
 
div.lianximaincont img{ max-width: 100%;}

div.publicfootertopl_2_t{ width: 100%;  height: auto; position: absolute; left: 0; bottom: 47px; transition: all 0.36s ease-in-out; opacity: 0; visibility: hidden; }

div.publicfootertopl_2:hover div.publicfootertopl_2_t{ opacity: 1; visibility: visible;bottom: 37px;}

div.publicfootertopl_2_t_1{ width: 100%; height: 40px; line-height: 40px; overflow: hidden;    padding-left: 18px; color: #333; font-size: 14px; background: #fff; transition: all 0.36s ease-in-out;}

div.publicfootertopl_2_t_1 a{ display: block; width: 100%; height: 100%; color: #333;transition: all 0.36s ease-in-out;}

div.publicfootertopl_2_t_1:hover{ background: #bd302a;}

div.publicfootertopl_2_t_1:hover a{ color: #fff;}



div.publicfootertopl_3_t{ width: 100%;  height: auto; position: absolute; left: 0; top: 47px; transition: all 0.36s ease-in-out; opacity: 0; visibility: hidden; }

div.publicfootertopl_3:hover div.publicfootertopl_3_t{ opacity: 1; visibility: visible;top: 37px;}

div.publicfootertopl_3_t_1{ width: 100%; height: 40px; line-height: 40px; overflow: hidden;    padding-left: 18px; color: #333; font-size: 14px; background: #fff; transition: all 0.36s ease-in-out;}

div.publicfootertopl_3_t_1 a{ display: block; width: 100%; height: 100%; color: #333;transition: all 0.36s ease-in-out;}

div.publicfootertopl_3_t_1:hover{ background: #bd302a;}

div.publicfootertopl_3_t_1:hover a{ color: #fff;}

div.nyxxback{ width:100%; max-width: 960px;  height:auto; margin:auto; margin-bottom:15px; margin-top: 35px;}



div.xinwenxxback{ width:100%; height:auto; margin:auto;}

div.xinwenxxtopdata{  width:100%; height:auto; padding-top: 5px; border-bottom:#d0d0d0 1px solid; line-height:38px; text-align:left; color:#a2a2a2; font-size:12px;}

div.xinwenxxtoptitleback{ font-weight:700;  width:100%; height:auto; line-height:48px; text-align:left; color:#323232; font-size:36px;}
 
div.xinwenxxtopcontent{   width:100%; height:auto; line-height:30px; color:#666; font-size:16px; }

div.xinwenxxtopcontent img{  max-width:100%; }

div.xinwenxxtopsyy{ width:100%; float:none; transition:all 0.5s ease-in-out;}

div.xinwenxxtopsyytitle{ width:100%; margin:auto; line-height:29px; color:#7e7d7d; font-size:14px; }

div.xinwenxxtopsyytitle a{ color:#7e7d7d; transition:all 0.5s ease-in-out;}

div.nybannerback img{ width:100%; transition:all 0.36s ease-in-out; transform:scale(1.3);filter: blur(4px);}

div.nybannerback img.nybannerpicshow{ width:100%; transition:all 2s ease-in-out; transform:scale(1);filter: blur(0);}

div.xinwenxxtopbottom{ padding-top: 35px; border-top:#f3f3f3 1px solid; padding-bottom: 35px;}

div.xinwenxxtopbottommain{ margin: auto; width: 96%; max-width: 960px;}

div.moblienavshow{ display: none;}

div.quanqiumobliebk{ display: none; }

div.publicheadgupiao {
    float: left;
    height: auto;
    margin-left: 18px;
    margin-top: 0px;
    position: relative;
    top: 6px;
}

div.shares{ height: 20px; line-height: 20px; font-size: 14px;}

div.shares em{ font-style: normal;}
.shares .red {
color: #dd0000;
}
	
.shares .green {
color: #00bf04;
}
div.gupiao{ height: 25px; line-height: 25px; font-weight: 700; color: #737373; font-size: 14px;}

div.gywma4year::before{ display: block; content: ''; background: #f4f4f4; width: 16%; height: 100%; left: 0; position: absolute; top: 0; z-index: 10;}
 
div.gywma4year::after{ display: block; content: ''; background: #f4f4f4; width: 16%; height: 100%; right: 0; position: absolute; top: 0; z-index: 10;}

div.gywmfinwhite::before{ display: block; content: ''; background: #fff; width: 5%; height: 100%; left: 0; position: absolute; top: 0; z-index: 10;}
 
div.gywmfinwhite::after{ display: block; content: ''; background: #fff; width: 5%; height: 100%; right: 0; position: absolute; top: 0; z-index: 10;}















