@charset "utf-8";
/* -------- 全局样式-------- */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "微软雅黑", "宋体", arial;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  background: #fff;
  color: #5c5c5c;
}
div, form, img, ul, li, dl, dt, dd {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
td, p, div, li, select, input, textarea {
  font-family: "微软雅黑", "宋体", arial;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
td, p, div, li, input, textarea {
  word-break: break-all;
}
h1, h2, h3, h4, h5, h6, b, strong, th {
  font-size: 100%;
  font-weight: normal;
}
/*强行换行*/
table, tr, td, th {
  font-size: 14px;
}
ul, li {
  list-style-type: none;
}
/*ul,li{ LIST-STYLE: none;}*/
h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
}
/* -------- 链接-------- */
a:link {
  color: #333;
  text-decoration: none;
} /* 未访问的链接 */
a:visited {
  color: #333;
  text-decoration: none;
} /* 已访问的链接 */
a:hover {
  color: #ef5425;
  text-decoration: none;
} /* 鼠标放上去的链接 */
a:active {
  color: #333;
} /* 激活链接 */
/* -------- 表单 -------- */
/* -------- 文本样式 -------- */
.fB {
  font-weight: bold;
}
.f12px {
  font-size: 12px;
}
.f14px {
  font-size: 14px;
}
.lh_16 {
  line-height: 16px;
}
.lh_18 {
  line-height: 18px;
}
.lh_20 {
  line-height: 20px;
}
.lh_22 {
  line-height: 22px;
}
/* -------- 对齐和边距 -------- */
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
/*.clear{ clear:both; visibility:hidden;font-size:1px; width:1px;}  */
.cl{clear:both;}
.pd_10 {
  padding: 10;
}
.mg_10 {
  margin: 10;
}
.ma {
  margin: 0 auto;
}
/* -------- 结构布局 --------*/
.main {
  background: #fff;
}
.center {
  width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  position: relative;
}
/* -------- 栏目板块 -------- */
/* top 头部样式 */
.top {
  height: 30px;
  background: #f6f6f6;
  color: #5c5c5c;
  line-height: 30px;
}
.top_r {
  float: right;
}
.collection {
  float: right;
}
.head {
  height: 140px;
  background: #fff;
  padding-top: 7px;
  box-sizing: border-box;
}
.logo {
	margin-top: 14px;
	padding-right: 20px;
}
.top_logo {
	height: 125px;
	padding-top: 5px;
}
.logo img {
	float: left;
	padding-right: 10px;
}
.logo p {
	font-size: 28px;
	float: left;
	color: #333;
	font-weight: bold;
	line-height: 37px;
	padding-top: 8px;
	/* letter-spacing: 4px; */
}
.logo span {
	font-size: 16px;
	color: #666;
	display: block;
	letter-spacing: 8px;
}
.tel {
  float: right;
  padding: 5px 0 0 60px;
  background: url(../images/toptell.jpg) no-repeat left; /* text-align: right; */
	width:282px;
	height:90px;
}
.tel span {
  font-size:16px;
  color: #888;
}
.tel p {
  font-size: 32px;
  color: #222;
  font-family: 'Arial';
  font-weight: bold;
  line-height: 30px;
}
/*menu*/
.navgrp {
  width: 100%;
  height: 55px;
  margin: 0 auto;
  background:#ef5425;
}
.navbd {
  position: relative;
  width: 1200px;
  height: 55px;
  margin: 0 auto;
}
.nav {
  width: 1200px;
  height: 55px;
}
.nav li {
  position: relative;
  float: left;
  text-align: left;
  width: 200px;
  height: 55px;
  display: block;
}
.nav li a {
  width: 200px;
  height: 55px;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 55px;
  text-align: center;
}
.nav li a:hover {
  color: #ffffff;
  background: #ef5425;
	transition: all 0.6s; 
	 border-radius: 14px 2px 0px 2px;
}
.nav li:hover #navChild {
  display: block;
}
.nav .menu a {
  width: 200px;
  height: 55px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 55px;
  text-align: center;
}
.nav .on a {
  width: 200px;
  height: 55px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 55px;
}
.nav > li:nth-child(1) a {
/*  background:#da251d;*/color:#fff;
border-radius: 14px 4px 14px 4px;
}
#navChild {
  position: absolute;
  left: 0px;
  top: 55px;
  width: 200px;
  display: none;
  z-index: 99999;
/*  background: #333;*/
}
#navChild a {
  position: relative;
  width: 200px;
  height: 45px;
  display: block;
  /*	border-bottom: 1px solid #b4ffe3;*/
  color: #eee;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  background: #ef5425;

}
#navChild a:hover {
  font-weight: 600;
  background: #ef5425;
  color: #fff !important;
/*	 border-radius: 0px 0px 14px 14px;*/
}
.iConta .con {
  margin-top: 8px;
}
.iConta .con, .iConta .con p a {
  color: #fff;
}
.iConta .con span {
  padding: 8px 0px;
}
.iConta .con p {
  font-size: 14px;
  line-height: 29px;
}
/*幻灯Banner*/
.banner {
  position: relative;
  height: 650px;
}
.banner .btn1 {
  bottom: 20px;
  margin-right: -450px;
  padding: 5px 6px;
  position: absolute;
  right: 50%;
  z-index: 7;
}
.banner .btn1 span {
  line-height: 14px;
  background: none repeat scroll 0 0 #ef5425;
  border: 1px solid #ef5425;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  padding: 2px 5px;
}
.banner .btn1 span.cur {
  font-weight: bold;
  padding: 4px 8px;
  background: none repeat scroll 0 0 #ef5425;
  border: 1px solid #ef5425;
}
.banner .bgitem {
  height: 650px;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  background-position: center top;
  background-repeat: no-repeat;
}
.banner .bgitem a {
  display: block;
  width: 100%;
  height: 650px;
}
/*demo1*/
.demo1 {
  width: 1002px;
  margin: 0px auto 0px;
}
/*title*/
.title font {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
}
.nameff {
  float: left;
  width: 492px;
  height: 56px;
  background: url(../images/dt_bg.png) repeat-x 0 50px;
}
.nameff p {
  float: left;
}
.nameff p span {
  font-size: 16px;
  padding-bottom: 16px;
  height: 40px;
  margin-bottom: 30px;
  font-weight: normal;
  overflow: hidden;
  display: block;
  color: #333;
}
.nameff p em {
  display: block;
  font-style: normal;
  color: #989898;
  line-height: 22px;
  font-size: 12px;
  z-index: 0;
  text-transform: Uppercase;
}
.nameff a {
  float: right;
  padding: 12px 0 0 0;
  color: #333;
}
/*bottom*/
.font_w {
  font-family: 'Microsoft YaHei';
}
.font_w a {
  line-height: 24px;
}
.foot {
  background: #333;
  padding: 0px 0px 4px;
}
.ftNav { /* border-bottom: 1px solid #62B770; */ background: #ef5425;
  padding-top: 10px; /* border-top: 1px solid #ef5425; */ height: 50px;
}
.ftNav li {
  float: left;
  position: relative; /* padding-right: 60px; */ height: 50px;
  width: 170px;
  text-align: center;
}
.ftNav li a {
  color: #fff;
  line-height: 40px;
  padding-bottom: 10px;
  display: block;
  font-size: 17px;
}
.ftNav li a.ftCur em {
  position: absolute;
  height: 3px;
  background: #6AA8F3;
  left: 0px;
  bottom: -2px;
  width: 53px;
}
.ftCon {
  margin-top: 30px !important; /* height: 190px; */
}
.bottom {
  line-height: 2.2em;
  width: 1200px;
  margin: 0 auto;
  color: #adadad;
	padding:10px 0 10px 0;
}
.bottom p {
  font-size:15px;
  color: #fff;
  opacity: 0.9;
}
.bottom a {
  margin: 0px 2px;
  color: #fff;
}
.bottom a:hover {
  color: #c1c1c1;
}
.bottom p span {
  margin-right: 15px;
  font-size: 14px;
}
.bottom .cnzz {
  margin-top: 10px;
  *margin-top: 0px;
}
.ftLogo {
  width: 250px;
  margin-top: 30px;
}
.ftEwm {
  width: 294px;
  margin-top: 40px;
}
.ftEwm p {
  color: #fff;
  margin-top: 8px;
}
.copright {
  margin: 20px 0 0 0;
  text-align: left;
}
.copright p {
  color: #fff;
  line-height: 24px;
}
.copright a {
  color: #fff;
  margin: 0 0px 0 0;
}
.copright a:hover {
  color: #ffae00;
}
.link {
  height: 20px;
  padding: 15px 0;
}
.link p {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  float: left;
}
.link a {
  float: left;
  margin: 0 5px;
  color: #fff;
}
/*内页*/
.title_ny {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  line-height: 22px;
  overflow: hidden;
  height: 20px;
  padding: 0 0 10px 40px;
  background: url('../images/jt.png') no-repeat 20px 8px;
}
.title_ny span {
  margin: 0 0 0 5px;
}
.a_left {
  width: 210px;
  float: left;
  position: relative;
}
.a_title {
  height: 35px;
  line-height: 35px;
  background: #ef5425;
  font-size: 14px;
  padding-left: 17px;
  color: #fff;
  text-align: left;
}
.a_title a {
  color: #fff;
}
.a_list {
  width: 208px;
  border: 1px solid #ccc;
  margin: 20px 0 0 0;
  padding: 0px 0 10px 0;
}
.a_list ul {
  padding: 10px 0px 0 0;
  padding-left: 40px;
}
.a_list ul li {
  line-height: 30px;
}
.a_list ul li > a {
  background: url(../images/jt.gif) no-repeat left center;
  padding-left: 12px;
  color: #333;
}
.a_list ul li > a:hover {
  color: #ef5425;
}
.a_list ul li dl {
  padding-left: 10px;
}
.a_list ul li dl dd {
  height: 22px;
  line-height: 22px;
}
.a_list ul li dl dd a {
  padding-left: 15px;
  background: url(../images/-.gif) no-repeat left center;
  color: #333;
}
.a_list ul li dl dd a:hover {
  color: #ef5425;
}
.a_contact {
  width: 208px;
  border: 1px solid #ccc;
  margin: 10px 0 20px 0;
  text-align: center;
  padding-bottom: 5px;
}
.a_contact > p {
  color: #666666;
  line-height: 18px;
  text-align: left;
  padding: 0 8px 0 8px;
}
.a_contact > p > a {
  color: #333;
}
.a_contact > p > a:hover {
  color: #ef5425;
}
.a_contact img {
  margin: 5px 0 5px 0;
}
.a_tel {
  background: url(../images/dh.gif) no-repeat 8px center;
  text-align: left;
  padding-left: 68px;
  margin-bottom: 10px;
}
.a_tel span {
  color: #333;
}
.a_tel p {
  color: #ef5425;
  font: 14px "Impact";
}
.a_right {
  width: 930px;
  float: right;
  position: relative;
  margin: 31px 0 0 0;
}
/* 下一个产品 */
.preNext {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f9f9f9;
  padding-left: 20px;
}
.preNext .line {
  height: 10px;
  overflow: hidden;
  clear: both;
  margin: 4px auto;
  padding-top: 10px;
}
.preNext .line strong {
  display: block;
  width: 8px;
  height: 10px;
  overflow: hidden;
  font-size: 0px;
  line-height: 100px;
  float: left;
}
.preNext .text {
  color: #333;
}
.preNext .text li { /* margin-bottom:10px; */ line-height: 30px;
  font-size: 14px;
  color: #666;
}
.preNext .text li a {
  color: #555;
}
.preNext .text dt {
  line-height: 38px;
}
.preNext .text a:hover {
  color: #ef5425;
  text-decoration: underline;
}
.preNext .text dt a {
  color: #333;
}
.preNext .text dt a:hover {
  color: #ef5425;
}
.preNext .text_b {
  color: #ef5425;
}
.preNext .text_b a {
  color: #ef5425 !important;
}
.nrfg {
  border-bottom: 1px solid #eee;
  margin: 0 0 20px 0;
}
.nrfg span {
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}
/*新闻列表*/
.news_list li {
  height: 140px; /* line-height: 45px; */ border-bottom: 2px #f5f5f5 solid;
  margin-top: 25px;
}
.news_list li {
  font-size: 16px;
  display: table;
}
.news_list li img {
  float: left;
  border: 1px solid #f5f5f5;
  padding: 4px;
}
.news_list li i {
  font-weight: normal;
  float: right;
  font-style: normal;
  color: #999;
  font-size: 14px;
}
.news_list span {
  float: left;
  color: #999;
  width: 670px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 24px;
}
.news_list li p {
  color: #555;
  font-size: 17px;
  line-height: 48px;
  text-align: justify;
  float: left;
  width: 670px;
  margin-left: 40px;
  font-weight: bold;
}
.news_list li a {
  color: #555;
  display: block;
}
.news_list li a:hover {
  color: #ef5425;
}
/* 翻页 */
.page_list {
  height: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0;
  ;
  font-size: 12px;
  margin-top: 20px;
  border: none !important;
  margin-bottom: 20px;
}
.page_list a {
  display: inline-block;
  color: #aaa;
  border: 1px solid #aaa;
  background: #fff;
  text-align: center;
  margin: 0 1px;
  width: auto;
  height: 20px;
  padding: 0px 6px;
  font-family: "Microsoft Yahei", "宋体";
}
.page_list a:hover {
  color: #fff;
  border: 1px solid #ef5425;
  background: #ef5425;
}
.page_list a.on {
  color: #fff;
  border: 1px solid #ef5425;
  background: #ef5425;
}
/*新闻详细*/
.title_news_article {
  font-size: 24px;
  color: #333333; /* height: 50px; */ text-align: center;
  line-height: 42px;
  margin-top: 10px;
  font-weight: bold;
}
.news_aticle {
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin: 20px 0;
}
/*product 页面*/
.prolist {}
.prolist ul li {
  float: left;
  margin: 0 7px 0 8px;
  height: 260px;
}
.prolist ul li > a {
  display: block;
  width: 210px;
  border: 1px #ccc solid;
}
.prolist ul li p {
  margin-bottom: 10px;
}
.prolist ul li p a {
  width: 210px;
  text-align: center;
  margin-top: 0px;
  font-size: 14px;
  color: #333;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}
.prolist ul li p a:hover {
  color: #ef5425;
}
/* 产品详情 */
.proinfo {
  width: 100%;
  height: 350px;
}
.photo {
  width: 100%;
}
.photo h3 {
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}
.photo h3 a {
  color: #333;
  font-weight: normal;
  font-size: 28px;
}
.photo_img {
  width: 400px;
  margin: 0 auto;
  margin-top: 20px;
  border: 10px #fff solid;
}
.proinfo_img {
  float: left;
  width: 400px;
  border: 1px #f5f5f5 solid;
  height: 350px;
}
.proinfo_text {
  float: right;
  width:450px;
  margin-left: 30px;
}
.proinfo_text h1 {
  color: #555;
  border-bottom: 1px #eee solid;
  height: 50px;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 25px;
  font-family: "微软雅黑";
  margin-bottom: 20px;
}
.proinfo_text p {
  margin: 16px 0;
  color: #333;
}
.pro_c {
  color: #333;
  padding-bottom: 20px;
  line-height: 24px;
}
/*相关信息*/
.related_news {
  margin: 20px 0 0 0;
  height: 120px
}
.related_title {
  border-bottom: 1px solid #eee;
  margin: 0px 0 20px 0;
}
.related_title span {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.related_title a {
  float: right;
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
/*相关新闻*/
.related_news ul li {
  width: 50%;
  float: left;
  padding: 2px 10px;
  box-sizing: border-box;
  border-bottom: 1px #eee dashed;
}
.related_news ul li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  line-height: 35px;
  font-size: 14px;
}
.related_news ul li a span {
  float: right;
  color: #999;
}
/*相关产品*/
.related_product {
  height: 290px;
}
.related_product ul li {
  float: left;
  width: 200px;
  margin-right: 15px;
}
.related_product ul li:nth-last-child(1) {
  margin-right: 0;
}
.related_product ul li > a {
  border: 1px #ddd solid;
  width: 200px;
  height: 152px;
  display: block;
}
.related_product ul li p a {
  text-align: center;
  display: block;
}
/* 分页 */
.page_info {
  text-align: center;
  margin-top: 10px;
  color: #aaa;
}
.page_info span {
  padding: 0 2px;
  font-weight: bold;
}
.page_list {
  height: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0;
  ;
  font-size: 12px;
  margin-top: 20px;
  border: none !important;
}
.page_list a {
  display: inline-block;
  color: #aaa;
  border: 1px solid #aaa;
  background: #fff;
  text-align: center;
  margin: 0 1px;
  width: auto;
  height: 20px;
  padding: 0px 6px;
  font-family: "Microsoft Yahei";
}
.page_list a:hover {
  color: #fff;
  border: 1px solid #ef5425;
  background: #ef5425;
}
.page_list a.on {
  color: #fff;
  border: 1px solid #ef5425;
  background: #ef5425;
}
.pagination { /* clear: both; */ text-align: center;
  margin: 50px auto;
  display: table;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  display: block;
  padding: 10px 16px;
  background-color: #fcfcfc;
  border: 1px solid #eeeeee;
  font-size: 16px;
}
.pagination li + li a {
  border-left: none;
}
.pagination li.active a, .pagination li a:hover {
  background-color: #ef5425;
  color: #ffffff;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.bg1_cont {
  width: 960px;
  margin: 0 auto; /* height: 328px; */ overflow: hidden;
}
.bg1_text {
  padding-left: 30px;
  width: 472px;
  background: url(../images/line1.gif) no-repeat left top;
}
.bg1_text .p1 img {
  vertical-align: top;
}
.bg1_text .p2 {
  padding: 16px 0 22px 0;
  font: 14px/24px "Microsoft YaHei";
  color: #333;
}
.fr {
  float: right;
}
.adv1 {
  background: url(../images/adv1.jpg) center no-repeat;
  height: 721px;
}
.adv3 {
  background: url(../images/adv3.jpg) center no-repeat;
  height: 206px;
  margin-bottom: 25px;
}
.adv2 a:hover {
  color: #fab00e;
}
/* 询盘 */
.xqtitle {
  width: 80px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background: #ef5425;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Microsoft Yahei", "微软雅黑";
  color: #fff;
}
.goodsConts {
  color: #666;
  margin-top: 20px;
}
.inquiry {
  margin: 0 auto;
  clear: both;
  font-size: 14px;
  border: 1px #ddd solid;
  padding: 30px;
  background: #f8f8f8
}
.form-group1 {
  width: 50%;
  float: left;
  margin-bottom: 10px
}
.form-group10 {
  width: 50%;
  float: left;
  margin-bottom: 10px
}
.form-group2 {
  width: 100%;
  float: left;
  margin-bottom: 10px
}
.form-group3 {
  float: left;
  margin: 0 50px 10px 0;
}
.form-group4 {
  float: left;
  margin-bottom: 10px
}
.inquiry label {
  float: left;
  line-height: 30px;
}
.form-control1 {
  float: left;
  width: 75%;
  border: 1px #ddd solid;
  height: 30px;
  line-height: 30px;
}
.form-control2 {
  float: left;
  width: 87.5%;
  border: 1px #ddd solid;
  height: 100px;
  line-height: 30px;
}
.form-control3 {
  float: left;
  width: 100px;
  border: 1px #ddd solid;
  height: 30px;
  line-height: 30px;
}
.form-sub1 {
  width: 80px;
  height: 30px;
  color: #fff;
  background: #ef5425;
  border: none;
}
/* 留言 */
.content01 {
  padding: 10px 10px 20px 10px;
}
.form-group {
  width: 600px;
  margin: 0 auto;
  clear: both;
  padding: 12px 0;
}
.form-group label {
  float: left;
  font-size: 16px;
}
.form-control {
  float: left;
  width: 500px;
  border: 1px #f1f1f1 solid;
  height: 30px;
  line-height: 30px;
}
.form-control-c {
  float: left;
  width: 500px;
  border: 1px #f1f1f1 solid;
  height: 100px;
  line-height: 30px;
}
button.form-sub {
  width: 560px;
  margin: 0 auto;
  clear: both;
  font-size: 16px;
  font-family: "微软雅黑", "宋体", arial;
}
.form-sub {
  height: 40px;
  color: #fff;
  background: #ef5425;
  border: none;
}
.form-control-y {
  float: left;
  width: 140px;
  border: 1px #f1f1f1 solid;
  height: 30px;
  line-height: 30px;
}
.content {
  padding: 20px 40px;
  background: #fff;
}
.content p {
  color: rgb(85, 85, 85);
  font-size:16px;
  line-height: 32px;
  text-align: justify;
}
.content p strong {
  font-weight: bold;
}
.content p a{color:#666;}
.wfixed {
  width: 1230px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 首页产品列表产品 */
.cpbg {
  width: 100%;
/*  background: #f5f5f5;*/
  min-height: 400px;
  padding-top: 20px;
}
.g-sd1 {
  position: relative;
  float: left;
  width: 240px;
  margin-bottom: 40px;
}
.cate-box {
  width: 100%;
  background-color: #f7f7f7;
  color: #fff;
}
.cate-box h3 {
  font-size: 26px;
  color: #fff;
  line-height: 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #ef5425;
  font-weight: bold;
}
.cate-box ul { /* border-left:2px #ef5425 solid; */ /* border-right:2px #ef5425 solid; */ /* border-bottom:2px #ef5425 solid; */ background: #fff;
}
.cate-box ul li {
  font-size: 16px;
  position: relative;
}
.cate-box ul li a {
  color: #555;
  display: block;
  line-height: 80px;
  border-bottom: 1px #f5f5f5 dashed;
  text-align: center;
  font-size: 16px;
}
.cate-box ul li a:hover {
  background: #ef5425;
  color: #fff;
}
.cate-box ul li ul {
  display: none;
}
.cate-box ul li:hover ul {
  display: block;
  position: absolute;
  left: 240px;
  z-index: 9999;
  top: 0;
  width: 300px;
  background: #eee;
  opacity: 0.95;
  padding: 18px;
  padding-left: 35px;
  padding-right: 0;
}
.cate-box ul li ul li {
  width: 150px;
  height: 45px; /* margin: 7px 0px; */ float: left;
}
.cate-box ul li ul li a {
  display: block;
  line-height: 45px;
  text-align: left;
  color: #333;
  font-size:16px; /* background: #ef5425; */
}
.cate-box ul li ul li a:hover {
  background: none;
  color: #333;
  font-weight: bold;
}
.tel-box {
  border-top: 0px;
  text-align: left;
  background-color: #fff;
  padding: 30px 15px;
  margin-top: 10px;
}
.tel-box p.big {
  font-size:16px;
  text-align: center;
}
.tel-box strong {
  color: #ef5425;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}
.tel-box a {
  margin-top: 20px;
  font-weight: bold;
  background-color: #ef5425;
  border-radius: 5px;
  padding: 9px 25px;
  color: #fff;
  display: block;
  font-size: 17px;
}
.cate-box2 {
  width: 100%;
  background-color: #f7f7f7;
  color: #fff;
}
.cate-box2 h3 {
  font-size: 30px;
  color: #fff;
  line-height: 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #ef5425;
  margin-bottom: 1px;
}
.cate-box2 ul {
  border-left: 2px #ef5425 solid;
  border-right: 2px #ef5425 solid;
  border-bottom: 2px #ef5425 solid;
}
.cate-box2 ul li {
  font-size: 18px;
  border-bottom: 1px #ddd dashed;
}
.cate-box2 ul li a {
  color: #333;
  display: block;
  line-height: 60px;
  padding-left: 40px;
  background: #eee;
}
.cate-box2 ul li a:hover {
  background: #ef5425;
  color: #fff;
}
.cate-box2 ul li a p {}
.cate-box2 ul li p a {
  margin-top: 20px;
  font-weight: bold;
  background-color: #ef5425;
  border-radius: 5px;
  padding: 9px 25px;
  color: #fff;
  display: block;
  font-size: 17px;
}
.g-mn1 {
  width:1200px;

  margin-bottom: 30px;
}
.widget_search {
  padding: 14px 0;
  width: 100%;
  line-height: 35px;
  text-align: left;
  background-color: #fff;
  position: relative;
  height: 40px;
}
.widget-notice {
  width: 645px;
  height: 40px;
  float: left;
}
.widget-notice img {
  float: left;
  padding-top: 10px;
}
.widget-notice span {
  float: left;
  padding-left: 20px;
  font-size: 14px;
  color: #000;
  line-height: 32px;
  width: 625px;
  box-sizing: border-box;
}
.widget-search-form {
  width: 282px;
  float: right;
}
.widget_product ul {
  margin-top: 0px;
  display: table;
}
.widget_product li {
  float: left;

  width: 285px;
  height: 335px;
  background: #fff;
  margin-bottom: 20px;
	border-right:1px #eee solid
}
.widget_product li a p {
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  background: #ef5425;
  color: #fff;
}
.widget_product li:hover p {
  background: #ef5425;
}
.widget_product li a img {
  display: block;
}
.widget_product li:nth-child(4n) {
  margin-right: 0;
}
.about_f ul {
  margin-top: 50px;
}
.about_f li {
  float: left;
  margin-right: 16px;
  width: 260px;
  background: #fff;
  margin-bottom: 20px;
  border: 1px #eee solid;
}
.about_f li p {
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  background: #ef5425;
  color: #fff;
}
.about_f li:nth-child(2) {
  margin-right: 0;
}
.about_f li:nth-child(4) {
  margin-right: 0;
}
/* 首页优势 */
.g-one {
  background: #fff;
  height: 670px;
  overflow: hidden;
}
.g-one h4 {
  text-align: center;
  font: 40px "Microsoft YaHei";
  color: #333;
  font-weight: bold;
  height: 120px;
  margin: 46px 0 14px 0
}
.g-one h4 p {
  font: 20px "Microsoft YaHei";
  color: #333;
  padding: 12px 0px;
}
.one {
  width: 1200px;
  margin: 20px auto;
}
.one dl {
  width: 265px;
  height: 410px;
  border: 5px solid #f5f5f5;
  float: left;
  margin-right: 33px;
  display: inline;
}
.one dt {
  width: 139px;
  height: 139px;
  font: 24px "Microsoft YaHei";
  color: #fff;
  background: url(../images/rs_05.png) no-repeat;
  text-align: center;
  line-height: 139px;
  margin: 32px auto;
}
.one dd {
  text-align: center;
  font: 15px "Microsoft YaHei";
  color: #333;
  padding: 0 15px;
  line-height: 35px;
  text-align: left;
}
.one .none {
  margin-right: 0px;
}
#in_04 {
  width: 1200px;
  height: 500px;
  margin: 60px auto;
  position: relative;
}
#in_04_lou {
  width: 277px;
  height: 544px;
  position: absolute;
  left: 246px;
  top: 102px;
  z-index: 2;
}
#in_04_hx1 {
  width: 950px;
  height: 1px;
  background: #cbcbcb;
  position: absolute;
  left: 246px;
  top: 230px;
  z-index: 1;
}
#in_04_hx2 {
  width: 950px;
  height: 1px;
  background: #cbcbcb;
  position: absolute;
  left: 246px;
  top: 500px;
  z-index: 1;
}
#in_04_l {
  width: 246px;
  height: 500px;
  float: left;
  background: #fff url(../images/in_04_l.png) bottom center no-repeat;
  border-radius: 5px;
}
#in_04_title {
  width: 246px;
  height: 208px;
  background: url(../images/in_04_title.png) bottom center no-repeat;
  margin: 0 auto;
}
#in_04_info {
  width: 246px;
  height: 57px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 25px;
  color: #979797;
  font-size:16px;
  text-align: center;
}
#in_04_reason {
  width: 246px;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 50px;
  color: #696969;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#in_04_reason span {
  color: #ef5425;
}
#in_04_more {
  width: 133px;
  height: 34px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  line-height: 34px;
}
#in_04_more a {
  display: block;
  width: 133px;
  height: 34px;
  background: url(../images/in_04_more.png) center no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
#in_04_tel {
  width: 100%;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 95px;
}
#in_04_tel span {
  color: #fff;
  font-size: 30px;
}
#in_04_r {
  width: 920px;
  float: right;
}
#in_04_r li {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 70px;
  position: relative;
}
#in_04_r li .in_04_img {
  position: absolute;
  right: 0px;
  top: -40px;
}
#in_04_r li .in_04_title {
  width: 550px;
  height: 25px;
  line-height: 25px;
  color: #ef5425;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: 0px;
}
#in_04_r li .in_04_title span {
  padding-left: 34px;
  font-size: 24px;
}
#in_04_r li .in_04_info {
  width: 570px;
  line-height: 40px;
  color: #686767;
  font-size:16px;
  position: absolute;
  left: 20px;
  top: 36px;
}
#in_04_r li .in_04_info span {
  color: #b28744;
}
#in_04_r li .in_04_more {
  width: 110px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 400px;
  bottom: 0px;
  background: #ef5425;
  border-radius: 10px;
}
#in_04_r li .in_04_more a {
  display: block;
  width: 110px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.youshi {
  background: url(../images/advs.jpg) top center no-repeat #0f8e41;
  height: 152px;
}
.youshi2 {
  background: url(../images/adv_bg.jpg) top center no-repeat #0f8e41;
  height: 152px;
}
.ys_l {
  background-color: #fff;
  height: 1180px;
  padding-top: 40px;
}
.ys_l .T {
  background: url(../images/adv05.png) top center no-repeat;
  height: 130px;
  padding-bottom: 35px;
}
.ys_s {
  width: 100%;
  height: 500px;
}
.ys_d {
  width: 587px;
}
.ys_span {
  padding: 20px 0;
  background: inherit;
  text-align: left;
  display: block;
}
.ys_span h3 {
  position: relative;
  padding-left: 76px;
  color: #ef5425;
  font-weight: 700;
}
.ys_span h3:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 68px;
  height: 56px;
  background: url(../images/adv_bg2.png) no-repeat;
  color: #fff;
  text-align: center;
  font-weight: bolder;
  font-size: 36px;
  line-height: 45px;
}
.ys_span h3:before {
  content: '01';
}
.ys_span .yss:before {
  content: '02';
}
.ys_span .ysa:before {
  content: '03';
}
.ys_span .ysb:before {
  content: '04';
}
.ys_span h3 p {
  padding: 0;
  color: inherit;
  font-size: 24px;
}
.ys_span h3 p:before {
  content: '';
}
.ys_span p {
  padding-left: 76px;
  height: auto;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 32px;
}
.ys_span p:before {
  color: #ef5425;
  content: '+';
  font-weight: 700;
}
.ys_span h3 small {
  color: #ef5425;
  font-size: 18px;
  line-height: 32px;
}
/* 产品轮播 */
.hot_rx {
  background: #ef5425;
  height: 1130px;
  padding-top: 60px;
}
.E {
  background: url(../images/case_t.png) top center no-repeat;
  height: 160px;
  padding-bottom: 10px;
}
.box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  _height: 100%;
}
.hotproduct {
  margin: 15px 0 20px 0;
}
.top_14 {
  list-style: none outside none;
  display: inline;
}
.top_14 li {
  float: left; /* height: 265px; */ overflow: hidden;
  padding-right: 8px;
  padding-top: 8px;
  text-align: center;
  width: 285px;
  background: #fff;
  margin-right: 20px;
  padding-left: 8px;
}
.top_14 h3 { /* height: 217px; */ margin: 0 auto;
}
.top_14 h3 a {
  padding: 1px;
  display: table-cell;
}
.top_14 h3 img {
  vertical-align: middle;
}
.top_14 li p {}
.top_14 li p .a1 {
  font-size: 18px;
  display: block;
  line-height: 38px;
}
.top_14 li p .a1:hover {
  color: #ef5425;
}
/* 关于我们 */
.about_box {
  border: 2px solid #ef5425;
  height: 540px;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}
.about_t {
  padding: 50px 30px 30px;
  position: relative;
  width: 610px;
  box-sizing: border-box;
}
.about_t h3 {
  position: absolute;
  top: -30px;
  background: #ef5425;
  font-size: 30px;
  color: #fff;
  padding: 8px 60px;
  font-weight: bold;
}
.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.about_t .C {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.about_t .C p {
  width: 100%;
  background: #ef5425;
  color: #fff;
  line-height: 42px;
  text-align: center;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.about_t .C p a {
  color: #fff;
}
.about_f {
  width: 554px;
  box-sizing: border-box;
  margin-right: 30px;
  background: url(../images/about2.jpg) center no-repeat;
  height: 441px;
  margin-top: 50px;
}
.gdal {
  width: 540px;
  line-height: 42px;
  background-color: #f5f5f5;
  text-align: center;
  color: #ef5425;
  position: absolute;
  bottom: 35px;
}
/* 首页新闻 */
.index_new {
  width: 587px;
  margin-top: 60px;
}
.box-t {
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  color: #ef5425;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
  line-height: 24px;
  text-align: left
}
.box-t strong {
  font-weight: bold;
}
.box-t .small {
  font-size: 18px;
  font-weight: bold;
}
.box-t a {
  font-size: 12px;
  color: #b2b2b2;
}
.box-t:after {
  position: absolute;
  display: block;
  content: '';
  width: 100px;
  height: 2px;
  background-color: #ef5425;
  bottom: -1px
}
.PageCrumbList {
  float: right;
  font-size: 14px;
  color: #b2b2b2;
  font-weight: normal;
}
.PageCrumbList a {
  font-size: 14px;
  color: #666;
}
.box-t:after {
  position: absolute;
  display: block;
  content: '';
  width: 100px;
  height: 2px;
  background-color: #ef5425;
  bottom: -1px;
}
.news-box {
  position: relative;
  color: #828282;
  height: 143px;
}
.news-cont {
  width: 380px;
}
.news-cont h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 6px;
}
.news-cont h3 a {
  color: #ef5425;
}
.news-cont p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-top: 10px;
  text-align: justify;
}
.new-box {
  font-size: 16px;
  color: #535353;
  padding-top: 10px;
  margin-bottom: 1em;
}
.new-box li {
  font-size:16px;
  line-height: 42px;
  border-bottom: 1px #eee solid;
}
.new-box li a {
  color: #333;
}
.new-box li span {
  padding-right: 8px;
  float: right;
  color: #828282;
  display: block;
}
.index_news {
  width: 587px;
  margin-top: 60px;
}
.newss-box {
  position: relative;
  color: #828282;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.newss-box h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}
.newss-box h3 i {
  background-color: #ef5425;
}
.newss-box i {
  font-size: 12px;
  border-radius: 5px;
  color: #fff;
  padding: 4px;
  font-weight: normal;
  margin-right: 10px;
  font-style: normal;
}
.newss-box h3 a {
  color: #ef5425;
}
.newss-box p {
  padding: 3px 0;
  line-height: 24px;
  font-size: 14px;
}
.newss-box p i {
  background-color: #0c8854;
}
.newss-box p span {}
/* 友情链接 */
.busMess {
/*  background: #ecf0f3;*/
  height: 70px;
  line-height: 30px;
  padding-top: 10px;
}
.busMess span {
  font-size: 14px;
  color: #333;
}
.box-x {
  padding: 10px 40px;
  background-color: #fff;
  color: #ef5425;
  text-align: left;
  font-size: 20px;
  line-height:2em;
  border-bottom: 5px solid #f5f5f5;
}
.box-x strong {
  font-weight: bold;
  color: #555;
}
.box-x .PageCrumbList {
  color: #999;
}
.box-x .PageCrumbList a {
  color: #999;
}
.pagination li {
  display: inline-block;
  display: inline-block;
  zoom: 1;
  float: left;
  margin: 0;
  width: auto;
  height: auto;
}
.sy_rxcp {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  width: 1200px;
  margin: 0 auto;
}
.sy_rxcp p {
  font-size: 40px;
  line-height: 70px;
  font-weight: bold;
  color: #fff;
}
.sy_rxcp span {
  font-size: 18px;
  margin-top: 10px;
  display: table;
}
.sy_rxcp span a {
  color: #fff;
  display: block;
  font-size: 16px;
  float: left;
  border: 1px solid #adaaaa;
  margin: 4px;
  width: 190px;
  line-height: 40px; /* background: #ef5425; */ border-radius: 3px; /* font-weight: bold; */
}
.sy_rxcp span a:hover {
  font-weight: bold;
  background: #ef5425;
  border: 1px solid #ef5425;
}
.gsdt {}
.lxwmym {
  background: #f5f8f9;
  margin-bottom: 30px;
  padding: 20px;
}
.liuyan p {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #555;
  margin-bottom: 20px;
}
.liuyan {
  background: #f9f9f9;
  margin-bottom: 30px;
/*  padding-top: 20px;*/
  padding-bottom: 50px;
  border-radius: 10px;
}
.widget_product {
  background: #fff;
  width: 100%;
}
.content img {
  max-width: 100%;
}
.news_parameters {
  font-size: 13px !important;
  color: #999 !important;
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
}
.news_parameters a {
  color: #999;
}
.sy_chanpin {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.sy_chanpin ul {}
.sy_chanpin ul li {
  float: left;
  margin: 10px 10px;
}
.sy_chanpin ul li p {}
.sy_chanpin ul li p img {}
.sy_chanpin ul li p a {
  display: block;
  height: 380px;
}
.sy_chanpin ul li:hover span a {
  font-weight: bold;
}
.sy_chanpin ul li span {
  background: #ef5425;
  display: block;
  line-height: 60px;
}
.sy_chanpin ul li span a {
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 16px;
}
.sy_about {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 50px;
}
.sy_about_a {
  font-size: 16px;
  line-height: 36px;
  color: #5c5c5c;
  width: 570px;
  float: right;
  text-align: left;
  padding-top: 30px;
}
.sy_about_a a {
  color: #ef5425;
  font-size: 14px;
}
.sy_about_a p {}
.sy_fengcai {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
}
.sy_fengcai_a {
  margin: 0 auto;
  text-align: center;
}
.sy_fengcai_a a {
  display: inline-block;
  width: 135px;
  height: 40px;
  border: solid 1px #dcdcdc;
  box-sizing: border-box;
  font-weight: normal;
  line-height: 36px;
  text-align: center;
  margin: 0 3px;
  font-size: 16px;
}
.sy_fengcai_a a:nth-child(2) {
  background: #ef5425;
  color: #fff;
  border: solid 1px #ef5425;
}
.sy_fengcai_a a:hover {
  background: #ef5425;
  color: #fff;
  border: solid 1px #ef5425;
}
.sy_fengcai_b {}
.sy_fengcai_b ul {}
.sy_fengcai_b ul li {
  float: left;
  margin: 20px 8px;
  text-align: center;
}
.sy_fengcai_b ul li p {}
.sy_fengcai_b ul li p img {}
.sy_fengcai_b ul li p a {
  border: 1px solid #e3e3e3;
  height: 207px;
  display: block;
}
.sy_fengcai_b ul li span {
  display: block;
  font-size: 16px;
  line-height: 46px;
}
.sy_fengcai_b ul li a {}
.sy_about_b {
  float: left;
  margin-top: 30px;
}
.rx_cp { /* background: #f2f2f2; */ padding-top: 80px;
}
.rx_cpfl { /* width: 1200px; */ margin: 0 auto;
  text-align: center;
}
.rx_cpfl dl {}
.rx_cpfl dl dt {
  padding-bottom: 20px;
}
.rx_cpfl dl dt i {
  width: 576px;
  border-left: 310px solid #ef5425;
  border-right: 310px solid #ef5425;
  display: block;
  height: 1px;
  margin: 0 auto;
  margin-top: -20px;
	
}
.rx_cpfl dl dt em {
  width: 50px;
  height: 2px;
  background: #ef5425;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.rx_cpfl dl dt span {
  font-size: 50px;
  line-height: 50px;
  position: relative;
  font-weight: bold;
  color: #222;
  display: block;
}
.rx_cpfl dl dt p {
  font-size: 18px;
  color: #fff;
  background: #ef5425;
  line-height: 40px;
  margin-top: 28px;
  width: 580px;
  margin: 0 auto;
  margin-top: 25px;
	border-radius:14px 6px 14px 6px;
}
.rx_cpfl dl dd {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  display: table;
  margin-top: 40px;
}
.rx_cpfl ul {
  display: table;
  margin: 0 auto;
	width:100%;
}
.rx_cpfl ul li {
  position: relative;
  text-align: center;
  width: 49.5%;
  background: #f1f1f1;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
	border-radius:14px 4px 14px 4px;transition: all 0.6s; 
}
.rx_cpfl ul li .cur {
  background: #083e8c;
  color: #fff;
  font-weight: bold;
}
.rx_cpfl .erjifl:nth-child(2) {
  border-left: 8px solid #fff;
  border-right: 4px solid #fff;
}
.rx_cpfl .erjifl:nth-child(3) {
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
.rx_cpfl .erjifl:nth-child(4) {
  border-left: 4px solid #fff; /* border-right: 4px solid #fff; */
	  border-right: 4px solid #fff;
}
.rx_cpfl .erjifl:last-child{
  border-left: 4px solid #fff; /* border-right: 4px solid #fff; */
}
.rx_cpfl .erjifl:nth-child(2) ul li {
  width: 147px;
  float: left;
}
.rx_cpfl ul li > a {
  display: block;
  color: #333;
}
.rx_cpfl ul li:hover a {
  color: #fff;
  font-weight: bold;
  background: #ef5425;
	border-radius:14px 4px 14px 4px;transition: all 0.6s; 
}
.rx_cpfl ul li:hover ul li a {
  color: #333;
  font-weight: normal;
  background: #f1f1f1;
}
.rx_cpfl ul li ul {
  display: none;
  background: #f1f1f1;
  float: left;
  z-index: 9999;
  position: absolute;
  margin-top: 0px;
}
.rx_cpfl ul li:hover ul {
  font-weight: bold;
  background: #f1f1f1;
  display: block;
}
.rx_cpfl ul li ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px #fff solid;
  margin: 0;
}
.rx_cpfl ul li ul li a {
  text-align: center;
  font-weight: normal;
  color: #555;
  background: #f1f1f1 !important;
  padding: 0;
  display: block;
  font-size: 16px;
}
.rx_cpfl ul li ul li a:hover {
  color: #333;
  font-weight: bold;
  font-size: 17px;
}
.zx_cpzs {
  height: 880px;
  width: 1200px;
  margin: 0 auto;
}
.zx_cpzs ul {}
.zx_cpzs ul li {
  width: 380px;
  float: left;
  margin: 10px;
  position: relative;
}
.zx_cpzs ul li p {
  height: 380px;
}
.zx_cpzs ul li p a {}
.zx_cpzs ul li p img {}
.zx_cpzs ul li span {
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 380px;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* padding-top: 100px; */ line-height: 38px;
}
.zx_cpzs ul li span a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: block;
  padding-top: 80px;
  padding-bottom: 20px;
  transition: all 0.6s;
}
.zx_cpzs ul li span em {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.zx_cpzs ul li span em i {
  font-style: normal;
  padding: 0 4px;
}
.zx_cpzs ul li:hover span a {
  padding-bottom: 40px;
}
.sy_txt p{display: block; font-size: 50px; font-weight: bold; color: #333;  line-height: 42px;height: 100px;background: url(../images/t2.png) no-repeat bottom center; text-align: center;}
.sy_txt p i{font-size: 60px; font-style: normal; padding: 0 5px;}
.sy_txt span{text-align: center; display: block; font-size: 18px; color: #666666;  margin-top: 11px; letter-spacing: 2px; }
.sy_youshi_a {
  margin-bottom: 60px;
}
.sy_youshi_a i {
  display: block;
  font-style: normal;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  line-height: 66px;
}
.sy_youshi_a span {
  font-size: 38px;
  line-height: 50px;
  padding-bottom: 25px;
  position: relative;
  font-weight: bold;
  color: #fff;
}
.sy_youshi_a em {
  width: 50px;
  height: 2px;
  background: #ef5425;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.rx_about {
  background: url(../images/about.jpg) center no-repeat;
  height: 998px;
}
.rx_abouta {
  width: 1200px;
  margin: 0 auto;
  display: table;
  padding-top: 20px;
}
.rx_abouta dl {
  margin-top: 80px;
}
.rx_abouta dl dt {
  float: left;
}
.rx_abouta dl dt img {}
.rx_abouta dl dd {
  float: right;
  width: 600px;
}
.rx_abouta dl dd p {
  font-size: 38px;
  line-height: 100px;
  font-weight: bold;
  color: #ef5425;
  margin-top: 10px;
}
.rx_abouta dl dd span {
  display: block;
  font-size: 18px;
  color: #555;
  line-height: 36px;
  margin-bottom: 50px;
}
.rx_abouta dl dd a {
  display: block;
  width: 185px;
  padding-left: 22px;
  line-height: 47px;
  border-radius: 5px;
  background: url(../images/youbian.png) no-repeat 152px center;
  border: 2px solid #dadada;
  font-size: 16px;
  color: #666;
}
.rx_aboutb {
  margin-top: 40px;
}
#demo1p {
  width: 1200px; /* height: 190px; */ overflow: hidden; /* position: relative; */ margin: 0 auto;
}
#indemo1p {
  float: left;
  width: 980%;
}
#demo1p1 {
  float: left;
  word-break: break-all;
}
#demo1p2 {
  float: left;
}
.rx_aboutb ul {
  width: 100%;
  height: 190px; /* background: #0066d9; */
}
.rx_aboutb ul li {
  float: left;
  background: #f9f9f9;
  width: 450px;
  margin-right: 20px;
  padding: 20px 30px;
  border: 1px solid #dfdfdf;
  height: 190px;
  box-sizing: border-box;
}
.rx_aboutb ul li a {
  display: block;
}
.rx_aboutb ul li p {
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  color: #333;
}
.rx_aboutb ul li span {
  font-size:16px;
  display: block;
  line-height: 26px;
  color: #666;
}
.rx_aboutb ul li a:hover p {
  color: #333;
}
.rx_aboutb ul li a:hover span {
  color: #666;
}
.sy_xw_a {
  text-align: center;
  margin-bottom: 30px;
}
.sy_xw_a i {
  display: block;
  font-style: normal;
  font-size: 50px;
  color: #ef5425;
  font-weight: bold;
  line-height: 66px;
}
.sy_xw_a span {
  font-size: 38px;
  line-height: 50px;
  padding-bottom: 25px;
  position: relative;
  font-weight: bold;
  color: #333;
}
.sy_xw_a em {
  width: 50px;
  height: 2px;
  background: #ef5425;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.hot {
  width: 600px;
  font-size: 16px;
  line-height: 90px;
  color: #666;
  float: left;
  margin-top: 0px;
}
.hot em {
  font-style: normal;
}
.hot em a {
  padding: 0 8px;
  color: #555;
}
.hot span {}
.hotsearch {
  height: 90px;
  margin: 0px auto;
background: #f9f9f9;
  box-sizing: border-box;
	border-bottom:1px #eee solid;
}
.widget-search-form {
  width: 282px;
  float: right;
  padding-top: 22px;
}
.input_text {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999;
  background-color: #fff;
  background-image: none;
  border: none;
}
.widget-search-form .input_text {
  float: left;
  width: 80%;
  height: 40px;
  vertical-align: top;
  border:#eee 1px solid;
}
.input_text:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.widget-search-form .btn_search {
  width: 20%;
  height: 40px;
  border: none;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  border-left: 1px solid #f0f0f0;
	background: #eee;
}
.cplst {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  display: table;
  width: 100%;
  margin-top: 50px;
/*  margin-bottom: 40px;*/
}
.cplst dl {
  float: left;
  width: 31.5%;
  margin-left: 1.5%;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
border-radius:14px 14px 14px 14px;
	height:100%;
	
}
.cplst dt {
  width: 100%;
  display: block;
  opacity: 0.97;
  overflow: hidden;  height:440px; 
}
.cplst dt img {
  width: 100%;
  display: block;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.cplst dt em {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  text-align: center;
  font-size: 18px;
  color: #333333;
  width: 100%;
  font-style: normal;
}
.cplst dl a {
  overflow: hidden;
  display: block;
}
.cplst dl:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sq_youshi {
  width: 100%;
  height: 860px;
background: #fff;
}
.sq_tit {
  text-align: center;
  padding-top: 90px;
}
.sq_tit i {
  display: block;
  width: 1200px;
  margin: 0 auto;
  height: 1px;
  background: #ef5425;
  margin-top: -20px;
}
.sq_tit p {
  font-size: 50px;
  line-height: 50px;
  position: relative;
  font-weight: bold;
  color: #222;
}
.sq_tit span {
  font-size: 18px;
  color: #fff;
  display: block;
  width: 580px;
  margin: 0 auto;
  background: #ef5425;
  line-height: 40px;
  margin-top: 28px;
}
.edge1 {
  height: 495px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f4f4f4;
}
.edge3 {
  background: url(../images/edgebg3.jpg) no-repeat center 0;
}
.edge_p {
  height: 495px;
  width: 50%;
}
.edge_p1 {
  background: url(../images/edge_pic1.jpg) no-repeat 0 0;
}
.edge_p2 {
  background: url(../images/edge_pic2.jpg) no-repeat right 0;
}
.edge_p3 {
  background: url(../images/edge_pic3.jpg) no-repeat 0 0;
}
.edge_w {
  width: 44.48%;
}
.edge_wx {
  width: 44.48%;
}
.edge_w3 {
  width: 413px;
}
.edge_w1 {
  width: 498px;
  padding: 96px 0 0;
}
.edge_w1 h3 {
  height: 195px;
  white-space: nowrap;
  color: #333;
  font-weight: normal;
  line-height: 47px;
  font-size: 32px;
}
.edge_w1 h3 span {
  height: 128px;
  font-size: 42px;
  line-height: 47px;
  color: #ef5425;
  font-weight: bold;
  display: block;
  overflow: hidden;
}
.edge_w1 h3 em {
  display: block;
  height: 100px;
  background: url(../images/edge_ico1.png) no-repeat 0 0;
  width: 100px; /* font-family: Arial; */ padding: 25px 0 0 33px;
  font-size: 50px;
  float: left;
  font-style: normal; /* color: #ccc; */ /* font-weight: normal; */
}
.edge_w1 h3 b {
  font-weight: bold;
}
.edge_w3 h3 em {
  background: url(../images/edge_ico2.png) no-repeat 0 0;
}
.edge_w1 p {
  display: block;
  padding: 0 0 28px;
  font-size: 16px;
  line-height: 26px;
}
.edge_w ul {
  padding: 0 0 18px;
  position: relative;
}
.edge_w li {
  padding: 0 0 18px;
  position: relative;
}
.edge_w li b {
  font-weight: normal;
  color: #cc0007;
}
.more01 {
  float: left;
  text-align: center;
}
.more01 a {
  background: #ef5425;
  background-image: -webkit-linear-gradient(left, #ef5425, #ef5425);
  display: block;
  color: #fff;
  border-radius: 17px;
  line-height: 34px;
  padding: 0 30px;
  font-size: 16px;
}

.sy_sqxw {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
  display: table;
  margin-top: 15px;
}
.sq_foot {
  margin-top: 50px;
  display: table;
  width: 100%;
  border-bottom: solid 1px #484848;
  padding-bottom: 30px;
}
.sq_foot dl {
  width: 1200px;
  margin: 0 auto;
}
.sq_foot dl dt {
  float: left;
  width: 330px;
}
.sq_foot dl dt img {
  padding-left: 55px; /* width: 80px; */
}
.sq_foot dl dt p {
  line-height: 62px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  opacity: 0.9;
  letter-spacing: 1px;
}
.sq_foot dl dd {
  float: left;
  width: 450px;
}
.sq_foot dl dd p {
  height: 45px;
  line-height: 30px;
  color: #fff;
  font-size:16px;
  opacity: 0.9;
}
.sq_foot dl dd i {
  display: block;
  float: left;
  padding-right: 15px;
}
.sq_foot dl dd i img {}
.sq_foot dl dd em {}
.sq_foot dl dd em img {
  width: 384px;

/*    margin-top: 12px;border: 5px solid #fff;
  border-radius: 4px;*/
}
.sq_foot dl dd:nth-last-child(1) {
  width: 384px;
/*  float: right;*/
}
.pro_c img {
  max-width: 100%;
  ;
}
.widget_product1 {
  background: #fff;
  padding: 10px 20px;
}
.widget_product1 a {
  border: 1px solid #f0f0f0;
  display: block;
}
.widget_product1 ul {
  margin-top: 10px;
}
.widget_product1 li {
  float: left;
  margin-right: 14px;
  width: 385px;
  height: 349px;
  background: #fff;
  margin-bottom: 20px;
}
.widget_product1 li a p {
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  background: #f5f5f5;
  color: #333;
}
.widget_product1 li a img {
  display: block;
}
.widget_product1 li:nth-child(3n) {
  margin-right: 0;
}
.sq_nyfl {
  width: 1250px;
  margin: 0 auto;
  margin-top: 30px;
  height: 40px;
}
.sq_nyfl ul {}
.sq_nyfl ul li {
  float: left;
  width: 310px;
  background: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  border-right: 2px solid #f6f6f6;
}
.sq_nyfl ul li a {
  display: block;
}
.sq_nyfl ul li:nth-child(1) a {
  background: #ef5425;
  font-weight: bold;
  color: #fff;
}
.sq_nyfl ul li a:hover {
  background: #ef5425;
  font-weight: bold;
  color: #fff;
}
.pr {
  position: relative;
}
.super {
  overflow: hidden;
  background: #f1f1f1;
  height: 635px;
  margin-top: 20px;
}
.super .pro_tit { /* background: url(../images/ys_tbg.png) no-repeat center 12px; */
}
.sup_nav {
  top: 420px;
  z-index: 5;
  width: 807px;
  position: absolute;
  z-index: 10;
}
.sup_nav ul li {
  width: 180px;
  float: left;
  height: 116px;
  font-size: 26px;
  color: #333;
  line-height: 30px;
  padding-top: 30px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}
.sup_nav ul li i {
  display: block;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5);
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-style: normal;
}
.sup_nav ul li:hover, .sup_nav ul li.on {
  background: #ef5425;
  color: #fff;
  font-weight: bold;
}
.sup_nav ul li:hover i, .sup_nav ul li.on i {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
.sup_m {
  background: #f1f1f1;
  margin-top: 10px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.super dl {
  width: 1200px;
  display: none;
  position: relative;
  margin: 0 auto;
}
.super dl dt {
  float: right;
/*  width: 951px;
  height: 655px;*/
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 45%;
}
.super dl dt img {
/* width: 600px;
  height: 620px;*/
}
.super dl dd {
  position: relative;
  width: 530px;
  float: left;
  padding: 80px 0 0 0;
}
.super dl dd h5 {
  font-size: 36px;
  color: #333;
  height: 115px;
  background: url(../images/ys_line.png) no-repeat 0 bottom;
  font-weight: BOLD;
}
.super dl dd h5 i {
  display: block;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
}
.ys_desc {
  padding: 34px 0 0;
	width:390px;
}
.super dl dd p {
  font-size: 16px;
  color: #333;
  line-height: 32px;
/*  padding: 2rem 0 0 1rem;
  background: url(../images/ys_ico01.png) no-repeat 0 top;
  background-size: 0.5rem 0.5rem;*/
}
.super dl dd em {
  width: 522px;
  height: 62px;
  display: block;
  line-height: 0;
  padding-top: 35px;
}
.super dl dd em img {
  width: 522px;
  height: 62px;
}
.super dl dd span {
  display: block;
  width: 90px;
  height: 46px;
  line-height: 0;
  position: absolute;
  top: 90px;
  right: 0;
}
.super dl dd span img {
  width: 90px;
  height: 46px;
}
.sup_m .on {
  display: block;
}
/*youshi*/
#carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.syqiys {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}
.syqiys ul li {
  float: left;
  width: 33.3%;
  height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease;
}
.syqiys ul li i {
  display: inline-block;
  width: 62px;
  height: 62px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  background-color: #fff;
  border: 2px #ef5425 solid;
  position: relative;
  z-index: 9;
  transition: all 0.3s ease;
  transition: all 0.6s;
}
.syqiys ul li h3 {
  font-size: 20px;
  color: #333;
  padding: 40px 0;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
  transition: all 0.6s;
	line-height:1.5em;
}
.syqiys ul li h3 strong{font-weight:bold;  font-size: 32px;line-height: 2em;}
.syqiys ul li p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
  text-align: justify;
  transition: all 0.6s;
	line-height: 2em;
}
.syqiys ul li.active i {
  margin-top: -40px;
}
.syqiys ul li.active h3 {
  color: #fff;
}
.syqiys ul li.active p {
  color: #fff;
}
.syqiys ul li h3:after {
  content: "";
  background: #ef5425;
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.syqiys ul li i.syqiys01 {
  background-image: url(../images/syqiys01.png);
}
.syqiys ul li i.syqiys02 {
  background-image: url(../images/syqiys02.png);
}
.syqiys ul li i.syqiys03 {
  background-image: url(../images/syqiys03.png);
}
.syqiys ul li i.syqiys04 {
  background-image: url(../images/syqiys04.png);
}
.syqiys1 {
  background: url(../images/syqiys1.jpg) center no-repeat;
  transition: all 0.6s;
}
.syqiys2 {
  background: url(../images/syqiys2.jpg) center no-repeat;
  transition: all 0.6s;
}
.syqiys3 {
  background: url(../images/syqiys3.jpg) center no-repeat;
  transition: all 0.6s;
}
.syqiys1:hover {
  background: url(../images/syqiys1h.jpg) center no-repeat;
}
.syqiys2:hover {
  background: url(../images/syqiys2h.jpg) center no-repeat;
}
.syqiys3:hover {
  background: url(../images/syqiys3h.jpg) center no-repeat;
}
.syqiys ul li:hover h3 {
  color: #fff;
  margin-top: -10px;
}
.syqiys ul li:hover i {
  margin-top: -10px;
}
.syqiys ul li:hover p {
  color: #fff;
  margin-top: -10px;
}
/*youshi over*/
.main_b .vv img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -130px;
}

.sh_emtit {
  padding-top: 134px;
  max-width: 1400px;
  margin: 0 auto;
  min-width: 1300px;
  width: 90%;
}
.sh_emtit span {
  font-size: 26px;
  color: #bbbbbb;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 26px;
}
.sh_emtit p {
  font-size: 45px;
  font-weight: bold;
  color: #333;
  line-height: 65px;
}
.sh_emtit i {
  /*  width: 105px;
  display: block;
  height: 6px;
  background: #888;
  border-radius: 6px;
  margin-top: 17px;*/
}


.syhotnews_title{ position:absolute; right:0; top:60px; width:660px; box-sizing:border-box; padding:0 40px; color:#fff; font-size:24px; z-index:999;}
.syhotnews_title a{ float:right; font-weight:normal; font-size:18px; text-transform:uppercase; color:#fff;}

#banner1 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #ddd;
	margin: 0 auto;
	height: 500px;
}
#banner1 .swiper-container {
	height: 500px;
}
#banner1 .swiper-slide {
	width: 100%;
	float: left;
	height: 500px;
}
.syhotnews_l{ float:left; width:640px; height:500px; background-position:center center; background-repeat:no-repeat; background-size: cover; position:relative; z-index:999}
.syhotnews_r{ float:right; width:680px;height: 500px; box-sizing:border-box; padding:150px 60px; position:relative; background:#ef5425; position:relative; z-index:999}
.syhotnews_r:after{content:"News"; color:rgba(0,0,0,0.05); display:inline-block; position:absolute; right:-120px; bottom:150px; font-size:150px; font-weight:bold;font-family:'Barlow';
transform:rotate(90deg);
-ms-transform:rotate(-90deg); 	/* IE 9 */
-moz-transform:rotate(-90deg); 	/* Firefox */
-webkit-transform:rotate(-90deg); /* Safari 鍜� Chrome */
-o-transform:rotate(-90deg); }
.syhotnews_r h4{ font-weight:normal; color:#fff; font-size:16px;}
.syhotnews_r h3{ font-size:24px; color:#fff; margin-bottom:30px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap; height:40px;}
.syhotnews_r h3 a{ font-size:24px; color:#fff;}
.syhotnews_r p{ font-size:16px; color:#fff;}


#banner_pagination {
	position:absolute; right:0; bottom:30px; width:660px; box-sizing:border-box; padding:0 60px; color:#fff; font-size:24px; z-index:999;
	text-align:left;left: auto;
}
@media screen and (max-width: 1660px) {
	.syhotnews_title{ width:calc(100% - 900px);}	
	.syhotnews_l{ width:600px;}
	.syhotnews_r{ width:calc(100% - 900px);}	
	#banner_pagination{ width:calc(100% - 900px);}
}

#banner_pagination span {
	color: #fff;
}
#banner_pagination .swiper-pagination-bullet {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 34px;
	border: solid 3px transparent;
	box-sizing: border-box;
	background: transparent;
	text-align: center;
	color: #fff;
	margin: 0 5px;font-size: 18px;
}
#banner_pagination .swiper-pagination-bullet .left {
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	margin: auto;
	width: 20px;
	height: 40px;
	opacity: 0;
	overflow: hidden;
}
#banner_pagination .swiper-pagination-bullet .left:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	margin: auto;
	width: 20px;
	height: 40px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-radius: 20px 0 0 20px;
	border-right: 0;
	box-sizing: border-box;
}
#banner_pagination .swiper-pagination-bullet .right {
	display: block;
	position: absolute;
	top: -3px;
	right: -3px;
	margin: auto;
	width: 20px;
	height: 40px;
	opacity: 0;
	overflow: hidden;
}
#banner_pagination .swiper-pagination-bullet .right:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	margin: auto;
	width: 20px;
	height: 40px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-radius: 0 20px 20px 0;
	border-left: 0;
	box-sizing: border-box;
}
#banner_pagination .swiper-pagination-bullet-active {
	color: #fff;
}
#banner_pagination .swiper-pagination-bullet-active .left {
	opacity: 1;
}
#banner_pagination .swiper-pagination-bullet-active .right {
	opacity: 1;
}
#banner_pagination .swiper-pagination-bullet-active .left:after {
	transform-origin: right center;
	/* animation-iteration-count: infinite; */

	animation-fill-mode: forwards;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-name: gyrateleft;
}
#banner_pagination .swiper-pagination-bullet-active .right:after {
	transform-origin: left center;
	/* animation-iteration-count: infinite; */

	animation-fill-mode: forwards;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-name: gyrateright;
}
 @keyframes gyrateright {
 0% {
 transform: rotate(180deg);
}
 50% {
 transform: rotate(360deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @keyframes gyrateleft {
 0% {
 transform: rotate(180deg);
}
 50% {
 transform: rotate(180deg);
}
 100% {
 transform: rotate(360deg);
}
}
.synews {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 80px 0;
	background: url(../images/newsbg.jpg) center no-repeat;
	height:1050px;
}
.synews_title {
	margin: 0 auto;
	width: 1320px;
	box-sizing: border-box
}
.synews_title h3 {
	font-size: 36px;
	color: #ef5425;
	text-transform: uppercase;
	line-height: 50px;
}
.synews_title h4 {
	font-size: 50px;
	color: #fff;
	line-height: 75px;
	font-weight: 600;
}
.synews_title span{font-size: 18px;color:#eee;letter-spacing: 2px; }
.synewslist {
	margin: 0 auto;
	box-sizing: border-box;
}
.synewshot {
	width: 100%;
	height: 500px;
	position: relative;
}
.synewslist ul {
	width: 100%;
	height: 220px;
}
.synewslist ul li {
	float: left;
	width: 32%;
	background: #fff;
	padding: 25px;
	margin: 0 1%;
	box-sizing: border-box;
}
.synewslist ul li:last-child {
	margin: 0 0 0 1%;
}
.synewslist ul li:nth-child(1) {
	margin: 0 1% 0 0;
}
.synewslist ul li h4 {
	font-size: 24px;
	color: #ef5425;
	line-height: 30px;
}
.synewslist ul li h4 span {
	color: #888;
	font-size: 16px;
	font-weight: normal;
	margin-left: 10px;
}
.synewslist ul li h3 a {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 40px;
	margin-bottom: 10px;
}
.synewslist ul li p {
	font-size: 14px;
	color: #aaa;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.synewslist {
	width: 1320px;
	margin: 0 auto;
	height: 200px;
}
.synewsfl {
	width: 220px;
	height: 200px;
	float: left;
}
.syabout_box{ width:100%; background:#f9f9f9; padding:80px 0; position:relative;}

.syabout{ width:calc( 100% - 200px); min-height:610px; margin:0 auto; min-width:1300px; box-sizing:border-box;overflow: hidden;position: relative;}

.syabout_l{ float:left; width:600px; margin-left:100px; height:460px;background:url(../images/syaboutimg.jpg) left top no-repeat;}

.syabout_l img{ max-width:100%;}



.syabout_r{ float:right; width:calc(50% - 100px); margin-right:100px; position:relative; min-height:450px;}

.syabout_r h3{ font-size:30px; color:#ef5425; text-transform:uppercase;line-height: 50px; font-weight:normal;}

.syabout_r h4{ font-size:36px; color:#333;font-weight: 600;}

.syabout_r p{ font-size:16px; color:#888; line-height:36px; text-align:justify}

.syabout_r p:hover{ color:#666;}

.syabout_r_a{ font-size:16px; background:#ef5425; text-transform:uppercase;padding:10px 56px;border-radius:14px 4px 14px 4px;transition: all 1s; }
.syabout_r_a a:link{color:#fff;}
.syabout_r  a{color:#fff;}
.syabout_r_a:hover{ background:#da251d;}
.syabout_list{ width:calc( 100% - 200px); margin:60px auto 0; min-width:1300px; height:140px; box-sizing:border-box; position:relative;}

.syabout_list ul{ width:100%; padding:40px 0; height:140px; box-sizing:border-box; position:absolute; left:0; top:0; z-index:9; border-top:1px #ddd solid; border-bottom:1px #ddd solid;}

.syabout_list li{ float:left; width:25%; box-sizing:border-box; padding:0 40px; border-right:1px #ddd solid; background-repeat:no-repeat; background-position:right center; position:relative;}

.syabout_list li:after{content:""; width:40px; height:40px; position:absolute; right:40px; top:15px;}

.syabout_list li.syabout_list01:after{ background-image:url(../images/syabout_list01.png);}

.syabout_list li.syabout_list02:after{ background-image:url(../images/syabout_list02.png);}

.syabout_list li.syabout_list03:after{ background-image:url(../images/syabout_list03.png);}


.syabout_list li.syabout_list04:after{ background-image:url(../images/syabout_list04.png);}

.syabout_list li.syabout_list04{ border-right:none;}

.syabout_list li h3{ font-size:18px; color:#666; font-weight:normal;}

.syabout_list li h4{ font-weight:normal;}

.syabout_list li h4 b{ font-size:40px; color:#ef5425;font-weight: 600;}

.syabout_list li h4 span{ font-size:16px; color:#666;}
.super {
	overflow: hidden;
	background: #f1f1f1;
	height: 600px;
	margin-top: 20px;
}
.super .pro_tit {/* background: url(../images/ys_tbg.png) no-repeat center 12px; */
}
.sup_nav {
	top: 420px;
	z-index: 5;
	width: 807px;
	position: absolute;
	z-index: 10;
}
.sup_nav ul li {
	width: 180px;
	float: left;
	height: 116px;
	font-size: 24px;
	color: #333;
	line-height: 30px;
	padding-top: 30px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
}
.sup_nav ul li i {
	display: block;
	font-size: 11px;
	color: rgba(51,51,51,0.5);
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-style: normal;
}
.sup_nav ul li:hover, .sup_nav ul li.on {
	background: #ef5425;
	color: #fff;
	font-weight: bold;
}
.sup_nav ul li:hover i, .sup_nav ul li.on i {
	color: rgba(255,255,255,0.5);
	font-weight: normal;
}
.sup_m {
	background: #f1f1f1;
	margin-top: 10px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.super dl {
	width: 1200px;
	display: none;
	position: relative;
	margin: 0 auto;
}


.super dl dd h5 {
	font-size: 34px;
	color: #333;
	height: 115px;
	background: url(../images/ys_line.png) no-repeat 0 bottom;
	font-weight: BOLD;
	line-height:1.2em;
}
.super dl dd h5 i {
	display: block;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
}
.ys_desc {
	padding: 34px 0 0;
}

.super dl dd em {
	width: 522px;
	height: 62px;
	display: block;
	line-height: 0;
	padding-top: 35px;
}
.super dl dd em img {
	width: 522px;
	height: 62px;
}
.super dl dd span {
	display: block;
	width: 90px;
	height: 46px;
	line-height: 0;
	position: absolute;
	top: 90px;
	right: 0;
}
.super dl dd span img {
	width: 90px;
	height: 46px;
}
.sup_m .on {
	display: block;
}
.sy_luinboal {
	height: 680px;
	padding-top: 80px;
	background: #ef5425;
	margin-top: -4px;
}
.poster-main {
	position: relative;
	width: 1200px;
	height: 460px;
	margin: 0 auto;
}
.poster-main a, .poster-main img {
	display: block;
}
.poster-main .poster-list {
	width: 1200px;
	height: 420px;
}
.poster-main .poster-list .poster-item {
	position: absolute;
	left: 0px;
	top: 0px;
}
.poster-main .poster-btn {
	position: absolute;
	height: 100%;
	width: 100px;
	top: 0px;
	z-index: 10;
	opacity: 0.9;
}
.poster-main .poster-prev-btn {
	left: 0px;
	background: url("../images/btn_l.png") no-repeat center center;
}
.poster-main .poster-next-btn {
	right: 0px;
	background: url("../images/btn_r.png") no-repeat center center;
}