@charset "utf-8";
<!--
*,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
}

.clearfix,
.clear:after,

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}


/* all */
.main {
  width: 100%;
  padding: 5px 0 30px 0;
  overflow: hidden;
}
.main .fl {
  float: left;
}
.main .fr {
  float: right;
}
.main .main_big {
  width: 80%;
  overflow: hidden;
}
.main .main_small {
  width: 19%;
  overflow: hidden;
}


.main .main_pd {
  padding: 20px;
  overflow: hidden;
  line-height: 2;
}
.main .main_bor {
  border: 1px solid #efefef;
  overflow: hidden;
  margin-top: 10px;
}
.main .main_bor .btit {
  text-align: center;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  background: -webkit-linear-gradient(bottom, #ea3516, #ee5e45);
  background: -moz-linear-gradient(bottom, #ea3516, #ee5e45);
  background: -o-linear-gradient(bottom, #ea3516, #ee5e45);
  background: linear-gradient(bottom, #ea3516, #ee5e45);
  font-size: 18px;
}
.main .main_bort {
  border-top: 2px solid rgba(234, 53, 22, 0.7);
}
.main .main_bort .ktit {
  background: -webkit-linear-gradient(bottom, #f5f5f5, #eee);
  background: -moz-linear-gradient(bottom, #f5f5f5, #eee);
  background: -o-linear-gradient(bottom, #f5f5f5, #eee);
  background: linear-gradient(bottom, #f5f5f5, #eee);
  line-height: 44px;
  padding: 0 20px;
  font-weight: bold;
  color: #ea3516;
  overflow: hidden;
  box-shadow: 0 0 2px #eee;
}
.main .main_bort .ktit .fr {
  color: #888;
}
.main .main_bort .ktit .fr em {
  color: #ff0000;
}
.main .position {
  overflow: hidden;
  border: 1px solid #efefef;
  border-left: 3px solid #ea3516;
  padding: 8px 0 8px 10px;
  background: #fafafa;
}
.main .position a:hover {
  color: #ea3516;
}
.main .contbox {
  background: url(../images/contleft.jpg) center top no-repeat;
  padding: 105px 15px 5px 15px;
  overflow: hidden;
}
.main .contbox dt {
  color: #ea3516;
  font-weight: bold;
  padding: 0 0 8px 0;
}
.main .contbox dd {
  border-top: 1px dotted #ddd;
  padding: 8px 0 8px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}

.main .procate li > a {
  display: block;
  overflow: hidden;
  line-height: 44px;
  padding: 0 0 0 25px;
  background: -webkit-linear-gradient(right, #fafafa, #f0f0f0);
  background: -moz-linear-gradient(right, #fafafa, #f0f0f0);
  background: -o-linear-gradient(right, #fafafa, #f0f0f0);
  background: linear-gradient(right, #fafafa, #f0f0f0);
  border-bottom: 1px dotted #ddd;
}
.main .procate li > a:hover {
  color: #fff;
  background: rgba(240, 89, 45, 0.8);
}
.main .procate li.on > a {
  color: #fff;
  background: rgba(240, 89, 45, 0.8);
}

/* prolist */
.prolist {
  overflow: hidden;
  margin: -10px;
}
.prolist li {
  float: left;
  width: 367px;
  padding: 10px;
  text-align: center;
}
.prolist li .pic {
  display: block;
  overflow: hidden;
  border: 1px solid #eee;
}
.prolist li .pic img {
  width: 100%;
  
  transition: all 0.7s;
}
.prolist li .pic:hover {
  border: 1px solid #ea3516;
}
.prolist li .pic:hover img {
  transform: scale(1.1);
}
.prolist li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  line-height: 36px;
}
.prolist li .bt:hover {
  color: #ea3516;
}
.prolist li .more {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.prolist li .more a {
  display: block;
  overflow: hidden;
  margin: 0 10px;
  background: rgba(234, 53, 22, 0.8);
  color: #fff;
  width: 80px;
  line-height: 26px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 2px;
}
.prolist li .more a:hover {
  opacity: 0.8;
}
.prolist li .more a:last-child {
  background: #f0592d;
}
.prolist li .info {
  color: #888;
  font-size: 12px;
  max-height: 60px;
  line-height: 20px;
  overflow: hidden;
  padding: 0 10px;
  margin-top: -4px;
}


/* proview */
.proview {
  padding: 20px;
  overflow: hidden;
}
.proview .ban {
  width: 98%;
  float: left;
}
.proview .ban .big {
  border: 1px solid #d4d4d4;
  overflow: hidden;
}
.proview .ban .big .swiper-slide {
  cursor: pointer;
}
.proview .ban .big img {
  height: 70%;
  cursor: pointer;  
}
.proview .ban .big .iconfont {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 24px;
  opacity: 0.2;
}
.proview .ban .big .iconfont:hover {
  opacity: 0.5;
  color: #ea3516;
}
.proview .ban .small {
  margin: 10px 0 15px 0;
  overflow: hidden;
  position: relative;
  padding: 0 25px;
}
.proview .ban .small .swiper-slide {
  cursor: pointer;
}
.proview .ban .small .swiper-slide img {
  width: 75px;
  height: 57px;
  padding: 2px;
  border: 1px solid #d4d4d4;
}
.proview .ban .small .active-nav img {
  border: 1px solid #ea3516;
}

.proview .ban .more {
  color: #ea3516;
  overflow: hidden;
}
.proview .ban .more i {
  margin-right: 5px;
}
.proview .ban .more:hover {
  color: #f0592d;
}
.proview .box {
  width: 80%;margin-top:30px;margin-left:12%;
  float: left;
  line-height: 2;
}
.proview .box01 {
  width: 100%;
  
  line-height: 2;
}
.proview .box01 .bt {
  border-bottom: 1px dashed #ddd;
  font-size: 22px;
  color: #ea3516;
  padding: 0 0 15px 0;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.5;
}

.proview .box .bt {
  border-bottom: 1px dashed #ddd;
  font-size: 18px;
  color: #ea3516;
  padding: 0 0 10px 0;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.5;
}
.proview .box strong {
  color: #ea3516;
  font-size: 24px;
}
.proview .box .bdsharebuttonbox {
  padding: 5px 0 15px 0;
  overflow: hidden;
}
.proview .box .but {
  background: -webkit-linear-gradient(bottom, #ea3516, #f0592d);
  background: -moz-linear-gradient(bottom, #ea3516, #f0592d);
  background: -o-linear-gradient(bottom, #ea3516, #f0592d);
  background: linear-gradient(bottom, #ea3516, #f0592d);
  box-shadow: 0 0 1px #ffff00;
  border-radius: 3px;
  color: #fff;
  display: block;
  overflow: hidden;
  width: 120px;
  line-height: 40px;
  text-align: center;
}
.proview .box .but:hover {
  background: -webkit-linear-gradient(right, #ea3516, #f0592d);
  background: -moz-linear-gradient(right, #ea3516, #f0592d);
  background: -o-linear-gradient(right, #ea3516, #f0592d);
  background: linear-gradient(right, #ea3516, #f0592d);
}
.proview .stit {
  border-bottom: 2px solid #ea3516;
  overflow: hidden;
  margin-top: 20px;
}
.proview .stit span {
  display: block;
  overflow: hidden;
  padding: 0 15px;
  color: #fff;
  line-height: 32px;
  background: #ea3516;
  font-weight: bold;
  float: left;
  border-radius: 3px 3px 0 0;
}
.proview .body {
  padding: 20px 15px 25px 15px;
  line-height: 1.8;
  overflow: hidden;
}
.proview .body img {
  max-width: 100%;
  height: auto;
}
.proview .body p {
  padding: 5px 0;
}


.RightNav span{
	color:#f37a57;}
 .ClassNav{
	padding:0px 0px;}
	
 .ClassNav .NavTree ul{
}
	
 .ClassNav .NavTree ul li{
position: relative;
background:url("/images/HituxCMSBold/link_bg11.gif") repeat 0px 0px;
overflow: hidden;background: #fafafa url(prolgo.png) no-repeat center right 25px;	
}
/***************************/
/*1st level sub menu style */
 .ClassNav .NavTree ul li ul{
left: 178px; /* Parent menu width - 1*/
position: positive;
width:100%; /*sub menu width*/
top: 0;
display: none;
border:1px solid #f37a57;
border-top:2px solid #f37a57;
background:#FFFFFF;
filter:progid:DXImageTransform.Microsoft.Shadow(Color=#999999, Strength=3, Direction=135);
z-index:2000;
}
.RightNav .ClassNav .NavTree ul li ul{
	 width:265px;}

/*All subsequent sub menu levels offset */
 .ClassNav .NavTree ul li ul li ul{ 
left: 159px; /* Parent menu width - 1*/
z-index:2000;}
/* menu links style */
 .ClassNav .NavTree ul li a{
	display: block;
	cursor:pointer;
	line-height:48px;
	border-bottom:1px solid #DDDDDD;
	padding-left:30px;
	height:48px;
	overflow: hidden;background: #fafafa url(prolgo.png) no-repeat center right 25px;
	 }	

 .ClassNav .NavTree ul li li{
	background:url("box_icon1.png") no-repeat 12px 12px;
	padding-left:0;
	text-align:center;
	z-index:2000;
}
 .ClassNav .NavTree ul li li a{
	border-bottom:1px solid #DDDDDD;
	padding-left:10px;
	z-index:2000;}
 .ClassNav .NavTree ul .current a{
	background:#f37a57;
	color:#FFFFFF;}
 .ClassNav .NavTree ul .current li a{
	background:#FFFFFF;
	color:#000000;}
		
 .ClassNav .NavTree ul li a:hover{
color: white;
text-decoration:none;
overflow: hidden;background: #f37a57 url(prolgo.png) no-repeat center right 25px;
}
 .ClassNav .NavTree .subfolderstyle{
background: url("/imagesimages/HituxCMSBold/arrow-list.gif") no-repeat 180px center ;
}

/* pronewstj */
.pronewstj {
  padding: 15px 0;
  overflow: hidden;
}
.pronewstj li {
  float: left;
  width: 45%;
  line-height: 40px;
  font-size: 15px;
  margin: 0 20px;
}
.pronewstj li span {
  float: right;
  color: #888;
}
.pronewstj li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 0 0 10px;
}
.pronewstj li a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-top: 3px solid transparent;
  border-left: 4px solid #ea3516;
  border-bottom: 3px solid transparent;
}

.p_nextBox {
	font-size: 15px;
	line-height: 35px;
	font-weight: bold;
}
/* proview **************************************************************************/
/* newslist */
.newslist li {
  background: #f5f5f5;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  padding: 20px 130px 20px 115px;
}
.newslist li .date {
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.5);
  width: 76px;
  text-align: center;
  line-height: 1.7;
}
.newslist li .date em {
  display: block;
  overflow: hidden;
  font-weight: bold;
  padding: 7px 0 0 0;
  font-size: 20px;
}
.newslist li .more {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 90px;
  line-height: 36px;
  margin-top: -15px;
  text-align: center;
  color: #fff;
  background: rgba(234, 53, 22, 0.8);
}
.newslist li .more:hover {
  background: #f0592d;
}
.newslist li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 16px;
}
.newslist li p {
  display: block;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
}
.newslist li:first-child {
  margin-top: 0;
}
.newslist li:nth-child(even) {
  background: rgba(234, 53, 22, 0.1);
}

/* piclist */
.piclist {
  overflow: hidden;
  margin: -10px;
}
.piclist li {
  float: left;
  width: 23.15%;
  margin: 10px;
  overflow: hidden;
  border: 1px solid #eee;
}
.piclist li .pic {
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.piclist li .pic img {
  width: 100%;
  
  transition: all 0.7s;
}
.piclist li .pic img:hover {
  transform: scale(1.1);
}
.piclist li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  line-height: 36px;
  background: #f5f5f5;
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
}
.piclist li .bt:hover {
  background: rgba(234, 53, 22, 0.7);
  color: #fff;
}

/* tj_pro */
.tj_pro {
  overflow: hidden;
  margin: -10px;
}
.tj_pro li {
  float: left;
  width: 23.12%;
  margin: 10px;
  overflow: hidden;
  border: 1px solid #eee;
}
.tj_pro li .pic {
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.tj_pro li .pic img {
  width: 100%;
  transition: all 0.7s;
}
.tj_pro li .pic img:hover {
  transform: scale(1.1);
}
.tj_pro li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  line-height: 36px;
  background: #f5f5f5;
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
}
.tj_pro li .bt:hover {
  background: rgba(234, 53, 22, 0.7);
  color: #fff;
}


.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 5px 12px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #f0592d;
  border: 1px solid #f0592d;
}
.pagination a.page-num-current {
  color: #fff;
  background: #f0592d;
  border: 1px solid #f0592d;
}
/*******/
.proview .bk_pro {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  width:90%;
}
.proview .bk_pro span {
  display: block;
  overflow: hidden;
  padding: 0 15px;
  color: #fff;
  font-size:15px;
  line-height:35px;
  background: #ea3516;
  height:35px;width:220px;
  border-radius: 30px;
}

.sc_cj  img {
  width: 100%;
  height: 225px;
  transition: all 0.7s;padding: 10px;
}
/**********/
.fs-16 {
	font-size: 1.142rem
}
.cn {
	background: url(cn.png) no-repeat left;
	padding-left: 18px;
	line-height: 14px;
	margin-right: 5px
}

.rus {
	background: url(ru.png) no-repeat left;
	padding-left: 18px;
	line-height: 14px;
	margin-left: 8px
}
.zh_cn {
	height:95px;
	padding-top:40px;
}

.ny_kd {
width: 80%;
}