/*配件中心详情*/
.part_all {
  width: 88%;
  margin: 0 auto;
  overflow: hidden;
}
.part_b {
  margin: 10px;
}
.part_b h2 {
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  background-color: #dcdbdb;;
  width: 935px;
  padding-left: 20px;
}
.part_intro {
  margin: 30px 0;
}
.part_intro h3 {
  font-size: 22px;
  color: #D42C1D;
  font-weight: bold;
  margin: 10px 20px;
}
.part_intro p {
  text-indent: 2em;
  margin: 5px 20px;
}
.part_intro p strong {
  font-size: 17px;
}
.part_intro img {
  margin-left: 2%;
  width: 96%;
}
.suppose {
  overflow: hidden;
  float: right;
  width: 65%;
  margin-right: 85px;
  border: 1px solid #DD3904;
  border-radius: 5px;
  margin-bottom: 20px;
}
.suppose h2 {
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  background-color: #dcdbdb;;
  width: 100%;
  padding-left: 20px;
}
.suppose ul {
  display: flex;
}
.suppose ul li {
  border: 1px solid #e5e5e5;
  margin: 20px auto;
}
.suppose ul li img {
  width: 200px;
  height: 200px;
}
.suppose ul li p {
  background-color: #e5e5e5;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0 10px;
}
.suppose ul li:hover {
  border: 1px solid #D42C1D;
}
.suppose ul li:hover p {
  background-color: #D42C1D;
  color: #fff;
}

/*产品详情-放大镜*/
.preview {
  width: 300px;
  height: 300px;
  border: 1px solid #D42C1D;
  position: relative;
  margin: 10px;
}
.preview img {
  width: 300px;
  height: 300px;
}
.big_show {
  width: 350px;
  height: 350px;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  left: 770px;
  top: 225px;
  display: none;
}
.big_show img {
  position: absolute;
  width: 800px;
  height: 800px;
}
.mask {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  /* rgba最后一个参数为透明度 */
  background-color: rgba(91, 90, 90, 0.2);
  /* 先将其隐藏起来 */
  display: none;
}
/*产品详情*/
.detail {
  overflow: hidden;
  border: 2px solid #cbc9c9;
  width: 73%;
  float: right;
  border-radius: 5px;
}
.detail_t {
  overflow: hidden;
  height: 320px;
}
.detail_l {
  float: left;
}

.detail_r {
  float: right;
  width: 65%;
}
.detail_r .d_text {
  margin-top: 40px;
}
.detail_r a {
  font-size: 17px;
  color: #ce2517;
}
.detail_r h2 {
  font-size: 22px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  color: #ce2517;
}
.detail_r p {
  width: 90%;
  line-height: 1.7;
}

.detail_img {
  width: 98%;
  margin: 20px auto;
  border: 1px solid #D42C1D;
}
.detail_img h2 {
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  width: 100%;
  border-bottom: 1px solid #D42C1D;
  margin-bottom: 20px;
}
.detail_img img {
  margin-left: 2%;
  width: 96%;
}
.detail_img h3 {
  font-size: 20px;
  font-weight: bold;
  color: #D42C1D;
  margin-bottom: 10px;
  margin-left: 10px;
}
.detail_img p {
  margin-left: 15px;
  margin-bottom: 5px;
}
.detail_img p b {
  font-size:18px;
  height: 40px;
  line-height: 40px;
}

.detail_b {
  margin: 50px;
}
.detail_b ul {
  display: flex;
  max-width: 100%;
  margin-bottom: 30px;
}
.detail_b ul li {
  float: left;
  flex: 1;
  margin-bottom: -1px;
  margin-left: 2px;
  border: 1px solid #b7b7b7;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  height: 70px;
  background-color: #f5f5f5;
  text-align: center;
}
.detail_b ul li a {
  color: #D42C1D;
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  letter-spacing: 2px;
}
.detail_b ul li:hover {
  background-color: #DD3904;
}
.detail_b ul li:hover a {
  color: #fff;
  cursor: pointer;
}
.detail_b ul .d_active {
  background-color: #fff;
  border-bottom: none;
}
.d_content {
  display: none;
}
.d_content img {
  width: 100%;
}
.d_show {
  display: block;
}
.d_show p {
  margin-bottom: 10px;
}

/*行业案例*/
.case_list ul {
  width: 100%;
}
.case_list ul li {
  width: 92%;
  height: 300px;
  margin: 20px auto;
  border-bottom: 2px solid #cecdcd;
}
.case_list li .case_img {
  width: 32%;
  float: left;
}
.case_list li .case_text {
  width: 67%;
  height: 280px;
  float: right;
  background-color: #eeeeee;
  padding-left: 10px;
}
.case_list li img {
  width: 400px;
  height: 280px;
}
.case_list li .case_text .text {
  margin: 0 40px;
}
.case_list li .case_text h2 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
.case_list li .case_text p {
  margin-top: 10px;
}

/*维修保养*/
.ser_one {
  width: 90%;
  margin: 10px auto;
}
.ser_one .ser_t {
  height: 80px;
  background-color: #D42C1D;
  border-top-left-radius: 20px;
}
.ser_one .ser_t h2 {
  font-size: 28px;
  line-height: 80px;
  margin-left: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
}
.ser_one .ser_t h2 i {
  font-size: 16px;
  font-weight: 400;
}
.ser_one .ser_main {
  border: 1px solid #dfdfdf;
  border-top: none;
  padding: 25px 30px;
}
.ser_one .ser_main p {
  font-size: 16px;
  margin-bottom: 15px;
  text-indent: 2em;
}
.ser_one .ser_main h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
  
  /*配件中心*/
.parts_main {
  width: 80%;
  margin: 0 auto;
}
.parts_l {
  width: 23%;
  float: left;
}
.parts_l .parts_l_t {
  height: 75px;
  background-color: #D42C1D;
}
.parts_l .parts_l_t h2 {
  font-size: 27px;
  color: #fff;
  text-align: center;
  line-height: 75px;
  letter-spacing: 6px;
}
.parts_l .parts_l_b ul {
  border: 1px solid #aba7a7;
}
.parts_l .parts_l_b li {
  height: 40px;
  border-bottom: 1px solid #aba7a7;
}
.parts_l .parts_l_b li:last-child {
  border-bottom-style: none;
}
.parts_l .parts_l_b li a {
  line-height: 40px;
  margin-left: 20px;
  font-size: 14px;
}
.parts_l .parts_l_b li:hover {
  background-color: #DD3904;
}
.parts_l .parts_l_b li:hover a {
  color: #fff;
}
.parts_main .parts_r {
  width: 75%;
  float: right
}
.parts_main .parts_r .parts_r_t {
  height: 75px;
  background-color: #eeebeb;
}
.parts_r .parts_r_t h2 {
  font-size: 26px;
  line-height: 75px;
  margin-left: 30px;
}
.parts_r .parts_r_b ul {
  text-align: center;
  margin-top: 20px;
}
.parts_r .parts_r_b li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #d3d1d1;
  width: 260px;
  margin: 10px;
}
.parts_r .parts_r_b li img {
  width: 200px;
  height: 200px;
  margin-top: 10px;
}
.parts_r .parts_r_b li .text {
  margin-top: 10px;
  background-color: #eee;
  height: 45px;
}
.parts_r .parts_r_b li .text p {
  color: #333;
  line-height: 45px;
}
.parts_r .parts_r_b li:hover {
  border: 1px solid #D42C1D;
}
.parts_r .parts_r_b li:hover p {
  color: #D42C1D;
}

/*行业知识*/
.know_main {
  width: 82%;
  margin: 0 auto;
}
.know_main .know_con h2 {
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  border-bottom: 2px dashed #dfdfdf;
}
.know_main .know_con .text {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
}
.know_main .know_con .text p {
  text-indent: 2em;
  margin-top: 8px;
}
.know_content ul li {
  width: 100%;
  padding: 30px;
  border-bottom: 1px dashed #dfdfdf;
}
.know_content ul li .circle {
  width: 17px;
  height: 17px;
  border: 1px solid #666666;
  border-radius: 50%;
  margin: 0px 19px 2px 0;
}
.know_content ul li .circle2 {
  width: 9px;
  height: 9px;
  border: 1px solid #666666;
  border-radius: 50%;
  margin: 3px auto;
}
.know_content ul li .know_item {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
}

/*关于我们*/
.about_main .a_brand, .about_main .a_company {
  margin: 20px auto;
  width: 60%;
  padding: 40px 100px;
  box-shadow: rgba(213, 43, 30, 0.3) 0px 0px 10px 5px;
}
.about_main .a_brand .text {
  font-size: 16px;
}
.about_main .a_brand .text p, .about_main .a_company .text p {
  text-indent: 2em;
  margin-top: 5px;
}
.about_main .a_brand .text a {
  color: #D42C1D;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin-right: 10px;;
}
.about_main .a_company h2 {
  margin-left: -50px;
  font-size: 26px;
  font-weight: 500;
}
.about_main .a_company h2 i {
  color: #D42C1D;
}
.about_main .a_company span {
  color: #D42C1D;
  margin-left: -50px;
}

.about_list {
  height: 320px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.about_list ul li {
  display: inline-block;
  width: 200px;
  vertical-align: text-top;
  margin-top: 70px;
}
.about_list ul li p strong {
  color: #d52b1e;
  font-weight: bold;
}
  
  /*联系我们*/
.con_top {
  width: 86%;
  height: 60px;
  margin-left: 6%;
  border-bottom: 2px solid #dfdfdf;
}
.con_t_l {
  position: absolute;
}
.con_t_l h3 {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  height: 30px;
  padding: 3px 15px;
  margin-top: 8px;
  border-left: 8px solid #D42C1D;
}
.connect_l {
  margin-top: 60px;
}
.connect_l ul {
  text-align: center;
  margin: 0 auto;
}
.connect_l ul li {
  display: inline-block;
  width: 210px;
  height: 165px;
  border-right: 2px dashed #bbb6b6;
}
.connect_l ul li:last-child {
  border: none;
}
.connect_l ul li img {
  width: 120px;
  height: 120px;
}
.connect_l ul li h2 {
  font-size: 16px;
  height: 35px;
}
.connect_l ul li p {
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
  color: #D42C1D;
}

/*行业新闻*/
.news_content {
  margin: 30px 0;
  background-image: url(../img/bg05.jpg);
}
.news_content ul li {
  width: 100%;
  padding: 30px;
  border-bottom: 1px dashed #dfdfdf;
}
.news_content ul li .circle {
  width: 17px;
  height: 17px;
  border: 1px solid #666666;
  border-radius: 50%;
  margin: 100px 19px 2px 0;
}
.news_content ul li .circle2 {
  width: 9px;
  height: 9px;
  border: 1px solid #666666;
  border-radius: 50%;
  margin: 3px auto;
}
.news_content ul li .new_item {
  overflow: hidden;
}
.news_content ul li .new_item .new_i_r {
  line-height: 70px;
}
.news_content ul li .new_item a {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
}
.news_content ul li .new_item p {
  text-align: left;
  width: 80%;
  text-indent: 2em;
}
.news_content ul li .new_item img {
  width: 300px;
  height: 200px;
  margin-right: 40px;
}
.news_content ul li .new_date {
  color: #999999;
  font-size: 14px;
  padding-right: 5px;
  margin-top: -12px;
}
.news_content ul li a:hover {
  color: #D42C1D;
}
.news_content ul li:hover .circle {
  background-color: #ee3726;
}
.news_content ul li:hover .circle2 {
  background-color: #fff;
}

/*新闻正文*/
.news_main {
  margin: 0 7%;
  background-image: url(../img/bg05.jpg);
}
.news_top {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #dfdfdf;
}
.news_t_l {
  position: absolute;
}
.news_t_l h3 {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  height: 30px;
  padding: 3px 15px;
  margin-top: 8px;
  border-left: 8px solid #D42C1D;
}
.news_t_r {
  position: relative;
}
.news_t_r a {
  line-height: 60px;
  padding-left: 24px;
  font-size: 14px;
  color: #D42C1D;
  background: url(../img/back.png) no-repeat;
}
.news_title {
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
}
.news_title h2 {
  text-align: center;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.news_title p {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}
.news_title p i {
  float: right;
  padding-left: 20px;
  background: url(../img/date.png) no-repeat;
}
.news_content {
  margin: 20px 0;
}
.news_content p {
  text-align: center;
  text-indent: 2em;
  line-height: 150%;
}
.news_content p img {
  width: 80%;
}
.news_content span {
  width: 1100px;
  text-align: left;
  line-height: 150%;
  display: inline-block;
}

/*英格索兰空压机*/
.pro_detail:hover {
  color: #D42C1D;
}
.pro_list {
  margin-bottom: 20px;
}
.ygsl_title {
  position: relative;
  height: 70px;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  margin-bottom: -35px;
}
.ygsl_title h2 {
  font-size: 35px;
  color: #b40b0b;
  height: 70px;
  font-weight: 600;
  line-height: 70px;
  margin: -35px auto;
  display: flex;
  flex-direction: row;
}
.ygsl_title h2:before {
  content: "";
  border-bottom: 2px solid #ddd;
  margin: auto;
  width: 23%;
}
.ygsl_title h2:after {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #ddd;
  margin: auto;
}
.breadcrumb {
  width: 450px;
  float: left;
  height: 50px;
  margin-top: -10px;
  color: #838181;
}
.breadcrumb em {
  color: #D42C1D;
}
.breadcrumb a {
  color: #838181;
}
.breadcrumb a:hover {
  color: #D42C1D;
}
.ygsl_left {
  width: 20%;
  height: auto;
  overflow: hidden;
  background: url("../img/pro_lbg.jpg") #000 left top;
}
.ygsl_left h4 {
  text-align: center;
  margin: 40px auto 0;
  height: 102px;
  overflow: hidden;
  font: bold 20px/28px "Microsoft Yahei";
  color: #fff;
}
.ygsl_left h4 i {
  display: block;
  font: 14px/16px "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #fff;
}
.ygsl_left h3 {
  margin: 0 auto 8px;
  width: 262px;
  overflow: hidden;
  font: bold 16px/40px "Microsoft Yahei";
}
.ygsl_left h3 a:hover, .ygsl_left .cur a {
  border: 2px solid #e60012;
  background: #e60012;
  text-decoration: none;
  width: 190px;
  margin-left: 8px;
}
.ygsl_left h3 a {
  color: #fff;
  display: inline-block;
  border: 2px solid #4a4645;
  padding-left: 18px;
  width: 240px;
  height: 40px;
  overflow: hidden;
}
.ygsl_left ul {
  margin-left: 28px;
  margin-bottom: 20px;
  width: 253px;
  overflow: hidden;
}
.ygsl_left ul .li1 {
  overflow: hidden;
  padding-left: 14px;
  background: url(../img/pro_ic00.png) no-repeat left 12px;
  line-height: 30px;
  width: 235px;
  height: 215px;
}
.ygsl_left ul .li2 {
  overflow: hidden;
  padding-left: 14px;
  background: url(../img/pro_ic.png) no-repeat left 12px;
  line-height: 30px;
  width: 235px;
}
.ygsl_left ul .li_ul li {
  overflow: hidden;
  padding-left: 14px;
  background: url(../img/pro_ic1.png) no-repeat left 12px;
  line-height: 30px;
  width: 235px;
}
.ygsl_left ul .li_ul {
  margin-left: 10px;
}
.ygsl_left ul li a {
  color: #cdcdcd;
  font-size: 16px;
  font-family: "微软雅黑", "Microsoft Yahei",serif;
  height: 30px;
  line-height: 30px;
  display: block;
  width: 221px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ygsl_right {
  width: 76%;
}
.ygsl_r_top {
  width: 70%;
  height: 70px;
  border-bottom: 2px solid #d5d4d4;
}
.ygsl_r_top h2 {
  font-size: 30px;
  color: #7e7d7d;
  line-height: 40px;
}
.ygsl_r_bottom ul li {
  height: 302px;
  border: 1px solid #000;
  margin: 10px 0;
}
.ygsl_r_bottom ul li:hover {
  border: 2px solid #D42C1D;
}
.ygsl_r_bottom .li2 {
  background-color: #23272a;
}
.ygsl_r_bottom li .ygsl_img {
  width: 35%;
  height: 300px;
}
.ygsl_r_bottom li .ygsl_img img {
  width: 100%;
  height: 300px;
}
.ygsl_r_bottom li .ygsl_text {
  width: 65%;
  height: 300px;
}
.ygsl_r_bottom li .ygsl_text h2 {
  margin-top: 50px;
  margin-left: 50px;
  font-size: 20px;
}
.ygsl_r_bottom li .ygsl_text h2 i {
  font-size: 16px;
}

/*促销活动*/
.activity_bottom {
  text-align: center;
}
.activity_bottom ul li {
  display: inline-block;
  margin: 0 20px;
}
.activity_img {
  width: 300px;
  height: 220px;
  border-bottom: 3px dashed #000;
}
.activity_img img {
  width: 100%;
  height: 200px;
}
.activity_text {
  margin-top: 10px;
  font-size: 20px;
  color: #000;
}

/*售后服务*/
.service_bottom {
  width: 70%;
  margin: 0 auto;
  padding: 10px 70px;
}
.service_bottom ul li {
  width: 100%;
  height: 260px;
  /*border: 2px solid #ddd;*/
  border-bottom: 2px solid #D42C1D;
  margin: 10px 0;
}
.service_bottom ul li .service_img {
  width: 40%;
}
.service_bottom ul li .service_img img {
  width: 100%;
  height: 250px;
}
.service_bottom ul li .service_text {
  width: 60%;
  height: 250px;
}
.service_bottom .service_text h4 {
  font-size: 20px;
  color: #D42C1D;
  margin: 10px 20px;
  font-weight: 600;
}
.service_bottom .service_text p {
  margin: 20px;
  text-indent: 2em;
}
.service_bottom .ser_b {
  height: 250px;
  background-color: rgb(246, 246, 246);
}

/*项目流程*/
.project_bottom ul {
  text-align: center;
  margin: 0 auto;
}
.project_bottom li {
  display: inline-block;
  margin: 40px 30px;
  width: 220px;
  height: auto;
}
.project_bottom li h2 {
  font-size: 18px;
  text-align: left;
  width: 210px;
  height: 55px;
  border-bottom: 2px dashed red;
}
.project_bottom li h2 b {
  color: #D42C1D;
}
.project_bottom li h2 span {
  font-weight: 500;
  font-size: 17px;
}
.project_bottom li p {
  margin-top: 5px;
  text-align: left;
  text-indent: 2em;
}

/*客户案例*/
.custom {
  width: 100%;
  height: auto;
  padding: 50px 0 30px 0;
}
.custom ul li {
  width: 100%;
  height: 320px;
  border: 2px solid #d3d1d1;
  margin: 15px 0;
}
.custom ul li:nth-of-type(odd) {
  background-color: #eee;
}
.custom ul li .cus_img {
  width: 45%;
}
.custom ul li .cus_img img {
  width: 100%;
  height: 320px;
}
.custom ul li .cus_text {
  width: 51%;
  height: 320px;
  padding: 0 20px;
}
.custom ul li .cus_text a:hover {
  color: #D42C1D;
}
.custom ul li .cus_text h3 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
}
.custom ul li .cus_text p {
  display: block;
  padding-top: 11px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  letter-spacing: 1px;
  text-indent: 2em;
}

/*企业文化*/
.c_culture {
  height: 600px;
  width: 100%;
}
.culture_img {
  width: 100%;
  position: absolute;
  z-index: -1;
  background-color: rgba(146, 186, 241, 0.45);
}
.culture_img img {
  width: 100%;
  opacity: 40%;
}
.c_culture h2 {
  font-size: 55px;
  text-align: center;
  font-weight: normal;
  padding-top: 100px;
  margin-bottom: 40px;
  color: #222;
}
.c_culture h2 b {
  font-family: "Microsoft YaHei", serif;
  font-size: 58px;
  margin-right: 20px;
  color: #1a1a1a;
}
.c_culture h2 em {
  font-size: 22px;
  display: block;
  margin-top: 13px;
  line-height: 24px;
  color: #222;
  letter-spacing: 10px;
}
.c_culture p {
  line-height: 28px;
  color: #222;
  font-size: 16px;
  padding: 0 30px;
  text-align: left;
  position: relative;
  margin-top: 60px;
  letter-spacing: 1px;
}
.c_culture p:before {
  content: "";
  width: 83px;
  height: 4px;
  background: #222;
  margin: 0 auto 50px;
  left: 0;
  top: 0;
  display: block;
}
.c_culture p b {
  margin-right: 5px;
  font-size: 20px;
}

/*资质证书*/
.qualify_bottom {
  margin: 50px auto;
  width: 1200px;
  height: 200px;
  overflow: hidden;
}
.qualify_bottom ul {
  width: 3510px;
  animation: run 6s infinite linear;
}
.qualify_bottom li {
  float: left;
  width: 270px;
}
@keyframes run {
  to {
    transform: translateX(-1840px);
  }
}
.qualify_bottom:hover ul {
  animation-play-state: paused;
}
.qualify_bottom li img {
  width: 250px;
  height: 200px;
}

/*新闻和知识*/
.news {
  min-height: 750px;
  border-bottom: 3px solid #eee;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.news .yin_t {
  font-size: 44px;
  color: #000;
  font-weight: normal;
  text-align: center;
  line-height: 45px;
  height: 90px;
  overflow: hidden;
  padding-top: 50px;
}
.yin_t b {
  color: #D42C1D;
}
.yin_t span {
  display: block;
  font-size: 20px;
  color: #333;
}
.yin_t i {
  color: #D42C1D;
  padding: 0 15px;
}
.news_l {
  width: 60%;
  padding-top: 30px;
}
.news h4 {
  height: 42px;
  line-height: 23px;
  margin-bottom: 38px;
  border-bottom: 1px solid #e2e2e2;
  padding-left: 35px;
  background: url(../img/x_h31.jpg) no-repeat;
}
.news h4 span {
  display: inline-block;
  float: right;
  padding-top: 7px;
}
.news h4 a {
  color: #D42C1D;
  font-size: 19px;
}
.news_l ul {
  float: left;
  width: 100%;
}
.news_l ul li {
  overflow: hidden;
  /*padding-bottom: 20px;
  padding-top: 20px;*/
  padding: 20px 10px;
  margin-bottom: 15px;
  /*margin: 0 20px 33px 20px;*/
  border: 1px solid #c2bdbd;
  /*border-bottom: 1px solid #c2bdbd;*/
}
.news_l ul li p {
  width: 16%;
  color: #D42C1D;
  font-size: 32px;
  font-weight: bold;
  line-height: 100%;
  border-right: 1px solid #e2e2e2;
  height: 80px;
  float: left;
}
.news_l ul li i {
  font-size: 24px;
  display: inline-block;
}
.news_l ul li em {
  display: inline-block;
  float: left;
  width: 80%;
  margin-left: 20px;
}
.news_l ul li em a {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_l ul li em span {
  display: block;
  padding-top: 11px;
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
.news_l ul li:last-child,.news_r ul li:last-child {
  border-bottom: 1px solid #c2bdbd;
}
.news_r {
  width: 35%;
  padding-top: 30px;
}
.news_r p {
  padding-bottom: 32px;
}
.news_r ul li {
  overflow: hidden;
  border-bottom: 3px dashed #d0cece;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.news_r ul li a {
  display: block;
  padding-left: 41px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  background: url(../img/x_w.jpg) no-repeat;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 11px;
}
.news_r ul li span {
  display: block;
  background: url(../img/x_d.jpg) no-repeat;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  padding-left: 41px;
}

/*产品中心*/
.fr {
  float: right;
}
.fl {
  float: left;
}
.pro_l {
  width: 26%;
  min-height: 760px;
  overflow: hidden;
  background: url(../img/pro_lbg.jpg) #000 left top;
}
.pro_l h4 {
  text-align: center;
  margin: 40px auto 0;
  height: 102px;
  overflow: hidden;
  font: bold 20px/28px "Microsoft Yahei";
  color: #fff;
}
.pro_l h4 i {
  display: block;
  font: 14px/16px "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #fff;
}
.pro_l h3 {
  margin: 0 auto 8px;
  width: 262px;
  overflow: hidden;
  font: bold 16px/40px "Microsoft Yahei";
}
.pro_l h3 a:hover, .pro_l .cur a {
  border: 2px solid #e60012;
  background: #e60012;
  text-decoration: none;
}
.pro_l h3 a {
  color: #fff;
  display: inline-block;
  border: 2px solid #4a4645;
  padding-left: 18px;
  width: 240px;
  height: 40px;
  overflow: hidden;
}
.pro_l ul {
  margin-left: 28px;
  margin-bottom: 20px;
  width: 253px;
  overflow: hidden;
}
.pro_l ul .li1 {
  overflow: hidden;
  padding-left: 14px;
  background: url(../img/pro_ic.png) no-repeat left 8px;
  line-height: 30px;
  width: 235px;
  transition: 0.5s;
  height: 30px;
}
.pro_l ul .li_ul {
  margin-left: 10px;
}
.pro_l ul li a {
  color: #cdcdcd;
  font-size: 16px;
  font-family: "微软雅黑", "Microsoft Yahei",serif;
  height: 30px;
  line-height: 30px;
  display: block;
  width: 221px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pro_l ul li a:hover {
  color: #D42C1D;
  font-size: 18px;
}
.pro_r {
  width: 74%;
  overflow: hidden;
  height: auto;
  background: url("../img/pro_bg01.jpg") left top;
}
.pro_r h2 {
  margin: 19px auto 50px;
  width: 772px;
  height: 62px;
  overflow: hidden;
  font: bold 20px/62px "Microsoft Yahei";
  background: url(../img/pro_l1.png) no-repeat left bottom;
}
.pro_r h2 span a {
  color: #666;
}

.pro_r_bottom li {
  width: 100%;
  height: 250px;
  border-bottom: 3px solid #000;
}
.pro_r_l {
  width: 250px;
}
.pro_r_l img {
  width: 250px;
  height: 250px;
}
.pro_r_r {
  width: 638px;
  height: 250px;
}
.pro_text {
  margin: 30px;
}
.pro_text h3 {
  font-size: 24px;
  height: 40px;
  border-bottom: 2px solid #c5c2c2;
  color: #D42C1D;
}
.pro_text p {
  margin-top: 15px;
  text-indent: 2em;
}

/*产品优势*/
.advantages_bottom {
  width: 100%;
  height: 300px;
}
.advantages_bottom ul {
  margin-top: 10px;
  margin-left: 10%;
}
.advantages_bottom ul li {
  float: left;
  width: 240px;
  margin-right: 80px;
}
.advantages_bottom ul li img {
  display: block;
  width: 93px;
  height: 115px;
  margin: 0 auto;
}
.advantages_bottom ul li span {
  display: block;
  font-size: 28px;
  color: #161e2e;
  line-height: 28px;
  position: relative;
  font-weight: bold;
  padding-top: 28px;
  text-align: center;
}
.advantages_bottom ul li span:after {
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 72px;
  width: 32px;
  height: 3px;
  background: #414141;
  content: "";
}
.advantages_bottom ul li i {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 28px;
  padding-top: 55px;
  text-align: center;
  width: 220px;
  margin: 0 auto;
}
/*应用领域*/
.area {
  height: 1052px;
  padding: 68px 0 0;
  box-sizing: border-box;
  /*background: url(../images/case_bg.jpg) no-repeat center 0;*/
}
.area h2 {
  padding: 48px 0 0;
  height: 146px;
  box-sizing: border-box;
  background: url(../img/case_en.png) no-repeat center;
  margin-bottom: 47px;
}
.tit {
  text-align: center;
  font-weight: normal;
}
.tit b {
  display: block;
  font-size: 38px;
  color: #B40B0B;
  line-height: 38px;
  letter-spacing: 3px;
}
.tit i {
  display: block;
  font-size: 22px;
  color: #232323;
  line-height: 22px;
  padding-top: 14px;
  font-weight: 300;
  letter-spacing: 2px;
}
.area_list ul {
  margin-left: 10%;
}
.area_list li {
  float: left;
  width: 28%;
  margin-right: 36px;
  margin-bottom: 30px;
}
.area_list li i {
  display: block;
  overflow: hidden;
}
.area_list li i img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.area_list li h4 a {
  display: block;
  height: 70px;
  background: rgba(255,255,255,0.5);
  line-height: 70px;
  font-weight: normal;
  font-size: 22px;
  color: #3F3F3F;
  padding-left: 28px;
  border-bottom: 3px solid rgba(235, 21, 13, 0.6);
}

/*小标题css*/
.h2_title {
  position: relative;
  height: 70px;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  margin-bottom: -35px;
}
.h2_title h2 {
  font-size: 35px;
  color: #b40b0b;
  height: 70px;
  font-weight: 600;
  line-height: 70px;
  margin: -35px auto;
  display: flex;
  flex-direction: row;
}
/*/deep/.h2_title h2:before {
  content: "";
  border-bottom: 2px solid #ddd;
  margin: auto;
  width: 23%;
}
/deep/.h2_title h2:after {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #ddd;
  margin: auto;
}*/
.h2_title h2:before, .h2_title h2:after {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #ddd;
  margin: auto;
}
.h2_title p {
  color: #666;
  margin-top: 30px;
  font-size: 16px;
  line-height: 16px;
  height: 14px;
  letter-spacing: 1px;
  /*font-weight: bold;*/
  text-align: center;
}

.learn_more {
  margin: 20px 0;
  padding: 7px 16px;
  background-color: #d42c1d;
  border: #D42C1D;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.learn_more a {
  color: #fff;
}
.learn_more:hover {
  background-color: #af2216;
  border: 1px solid #D42C1D;
}

.item_detail p {
  text-indent: 2em;
  width: 92%;
  margin-top: 10px;
  margin-left: 20px;
  line-height: 1.5;
}
.item_detail button {
  margin: 20px 0;
  padding: 7px 16px;
  background-color: #d42c1d;
  border: #D42C1D;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.item_detail button a {
  color: #fff;
}
.item_detail button:hover {
  background-color: #af2216;
  border: 1px solid #D42C1D;
}

.tab_top {
  min-width: 1200px;
}
html {overflow-y:scroll;}
body {margin:0; padding:0;
  font-family: "微软雅黑", "SimSun", "宋体", "Arial Narrow", serif;color: #555;
  min-width: 1200px;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:12px; font-weight:normal;}
address,cite,code,em,th {font-weight:normal; font-style:normal;}
i,em{font-style: normal;}
 a{text-decoration : none; color: #000;}
a:hover{text-decoration:none}

.top{background: #f9f9f9;width: 100%;line-height: 40px;overflow: hidden;font-size: 12px;}
.container{max-width: 1200px; margin: 0 auto;}
.top-l{width: 50%;float: left;}
.top-r{width: 50%;float: right;}
.top-r span{text-align: right;padding: 0 10px;float: right;}
.top-r a{color: #555;}
.header{width: 100%;overflow: hidden;}
.logo {padding: 10px 0;width: 80%;float: left;}
.logo img{float: left;padding-right: 15px;}
.logo h1{font-size: 18px;font-weight: bold;padding-top: 10px;color: #333;}
.tel{width: 20%;float: right;margin-top: 20px;}
.tel img{float: left;padding-right: 10px;}
.tel h3{}
.tel p{font-weight: bold;font-size: 24px;color: #d42c1d;}
.navbg{width: 100%;background:#23272a ;}
.nav{overflow: hidden;}
.nav a{display: inline-block;color: #fff;font-size: 16px;float: left;line-height: 50px;padding: 2px 30px}
/*.nav .split_line:before{content: "|";padding-right: 20px}*/
.nav a:hover{background: #ae1409;color: #fff;}
.active {background: #ae1409}
.onnav{background: #ae1409;color: #fff;}

.iproducts{padding: 25px 0 50px 0;overflow: hidden;/*background: #f9f9f9;*/}
.iproducts-l{width: 25%;float: left;}
.iproducts_aside_t h3{font-size: 18px;background: #e70012 ;line-height: 50px;color: #fff;text-align: center;width: 20%}
.iproducts-l-c{background: #f9f9f9;overflow: hidden;border: 1px solid #e3e3e3;}
.iproducts-l-c ul li{padding: 4px 20px;overflow: hidden; background: #fafafa;border-left: solid 5px #fafafa; border-bottom: solid 1px #eceef3;}
/*.iproducts-l-c ul li a{color: #555;display:}*/
.iproducts-l-c ul li a{color: #555;}
.iproducts-l-c ul li i{    display: block;float: left;
  font-family: Impact, serif;color: #dfdfdf;font-size: 50px;}
.iproducts-l-c ul li span{float: left;display: block;padding:10px 15px;color: #333;font-size: 16px;}
.iproducts-l-c ul li em{display: block;color: #a3a3a3;    text-transform: uppercase;font-size: 14px;}
.iproducts-l-c ul li:hover{background: #fff;border-left: 5px solid #d42c1d;}
.iproducts-r{width: 75%;float: right;}

.swiper1 {width: 100%;background: #d42c1d;}
.swiper1 .selected {color: #fff;background: #ae1409;border-left: 1px solid #fff;}
.swiper1 .swiper-slide {text-align: center;font-size: 16px;height: 50px;border-left: 1px solid #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;cursor: pointer;color: #fff;}
.swiper2 {width: 100%;}
.swiper2 .swiper-slide {height: calc(100vh - 40px);color: #fff;text-align: center;box-sizing: border-box !important;overflow-x: hidden !important;}

.iproducts-r-c{overflow: hidden;}
.swiper2 .iproducts-r-c ul li{width: 50%;float: left;border-right: 1px solid #e3e3e3;border-bottom: 1px solid #e3e3e3;box-sizing: border-box;background: #fff;}
.swiper2 .iproducts-r-c ul li a{color: #555;display: block;width: 275px;margin: 0 auto;}
.swiper2 .iproducts-r-c ul li img{width: 100%;display: block;}

.iproducts-img{}
.swiper2 .iproducts-r-c ul li p{line-height: 30px;color: #333;padding: 5px;     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.iabout{background: #D42C1D;padding: 25px 0 50px 0;overflow: hidden;}
.iabout-t{color: #fff;padding: 20px 0;}
.iabout-t h2{font-size: 25px;text-align: center;padding: 10px 0;font-weight: bold;}
.iabout-l{}
.iabout-r{}
.title-t{text-align: center;}
.title-t h2{font-size: 25px;padding: 15px 0;}
.title-t span{width: 80px;display: block;border-bottom: 3px solid #ae1409;margin: 0 auto;}
.title2-t{text-align: center;}
.title2-t h2 { font-size: 25px; padding: 15px 0;color: #fff;}


.title2-t span{width: 80px;display: block;border-bottom: 3px solid #eee;margin: 0 auto;}

.icases{padding: 25px 0 50px 0;overflow: hidden;background:#F5F5F5;}
.icase-c{padding: 35px 0;}
.icase-c-box{padding: 20px;background: #fff;}
.icase-c-img{}
.icase-c-img img{width: 100%;display: block;}
.icase-c-c h3{color: #333;text-align: center;line-height: 40px;font-size: 16px;}
.icase-c .swiper-slide .icases-dian{padding-top: 25px;}

.partner{padding: 25px 0;background: #f9f9f9;}
.partner-c{padding:20px 0;}
.partner-c ul{overflow: hidden;padding: 15px 0;}
.partner-c ul li{width: 20%;float: left;border: 1px solid #eee ;box-sizing: border-box;background: #fff;}
.partner-c ul li a{color: #555;}
.partner-c-img img{width: 100%;display: block;}
.partner-c ul li p{text-align: center;line-height: 40px;}
.more{color:#999;border: 1px solid #eee;display: block;margin: 15px auto;text-align: center;width: 150px;padding: 10px 15px;}

.iadvantage{overflow: hidden;/*background:url(../Images/al_bg.jpg) no-repeat center;*/padding: 20px 0 50px 0;background-size: cover;}
.iadvantage-c {padding: 25px 0;}
.iadvantage-c ul li{width: 25%;float: left;}
.idav-box{margin: 10px;}
.iadv-img img{width: 100%;display: block;}
.iadv-c{background: #fff;padding:10px 30px 20px;height: 260px;}
.iadv-c h2{font-size: 20px;font-weight: bold;color: #D42C1D;}
.iadv-c-c p{padding: 5px 0;}
.iadv-c span{color: #999;text-transform: uppercase;font-size: 12px;}
.iadv-c-t{padding-bottom: 15px;}
.iadv-c-t font{font-size: 40px;text-align: center;font-weight: bolder;color: #eee;}
.iadv-c-c .iadv-c-t span{display: inline-block;border-bottom: 1px solid #eee;}

.footer{background:#1c1c1c;overflow: hidden;padding: 35px 0 0 0;font-size: 15px;}
.footer-top{width: 100%;overflow: hidden;}
.footer-tel h3{font-size: 20px;color: #D42C1D;font-weight: bold;}
.footer-tel span{font-weight:lighter;}
.footer-c{overflow: hidden;}
.footer-c1{width: 25%;float: left;margin: 20px 0;}
.footer-c1 h4{font-size: 16px;padding: 10px 0;color: #ccc;}
.footer-c1 ul li{width: 50%;float: left;}
.footer-c1 ul li a{color: #8d8686;line-height: 25px;}
.footer-c1 ul li a:hover{color: #fff;}
.footer-c2{width: 40%;float: left;margin: 20px 0;border-right: 1px solid #333;box-sizing: border-box;}
.footer-c2 h4{font-size: 16px;padding: 10px 0;color: #ccc;}
.footer-c2 h5{font-size: 18px;font-weight: bold;}
.footer-c2 P{padding: 3px 0;}
.copyright{width: 100%;background: #1A1A1A;line-height: 40px;}
.copyright a{color: #838080;}
.copyright a:hover{color: #6f6f6f;}
.footer-c3{width:35% ;float: right;}
.footer-c3 p{width: 50%; float: right;text-align: center;padding: 20px 0;line-height: 40px;}
.footer-c3 p img{width: 150px;}.

.left{float: left;}
.right{float: right;}

.inews{overflow: hidden;padding: 50px 0;}
.inews-l{width: 60%;float: left;}
.inews-r{width: 40%;float: right;padding-left: 20px;box-sizing: border-box;}
/*公司动态*/
.dt01 { width:700px;}
.dt_top01 { height:40px; /*background:url(../Images/dt_xx01.gif) repeat-x 0 bottom;*/}
.dt_top01 span { float:right; padding:13px 0 0;}
.dt_top01 ul li { float:left; /*background:url(../Images/dt_bor.gif) no-repeat right 5px;*/ padding:0 20px 0 0;}
.dt_top01 ul .nobor { background:none; padding-left:20px;}
.dt_top01 ul li a { font-size:18px; color:#333;  height:32px; display:block;}
.dt_top01 ul li a:hover,.dt_top01 ul .cur a { color:#e50012; border-bottom:solid 2px #e50012; padding-bottom:5px;}

.dt_con01 { padding:28px 0 0;}
.dt_con01 dl {border-bottom:solid 1px #e6e6e6; margin-bottom:23px;overflow: hidden;padding-bottom: 10px;}
.dt_con01 .nobor { border:none;}
.dt_con01 dl dt { float:left;width: 30%;}
.dt_con01 dl dt span { display:block; float:left; font-size:36px; color:#e50012; font-family:Impact; font-style:italic; width:56px;}
.dt_con01 dl dt span em { display:block; font-size:14px; color:#212121;font-family: "Microsoft Yahei";}
.dt_con01 dl dt i { display:block; border:solid 3px #e6e6e6; overflow:hidden;}
.dt_con01 dl dt i a img { width:100%; height:100px;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.dt_con01 dl dt i a img:hover  {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1);}

.dt_con01 dl dd { float:left; width:60%; padding-left:20px;box-sizing: border-box;}
.dt_con01 dl dd b a { display:block; font-size:16px; color:#333;font-weight:bold;}
.dt_con01 dl dd b a:hover { color:#e50012;}
.dt_con01 dl dd p { font-size:14px; color:#666; line-height:25px; height:78px; overflow:hidden; padding:10px 0 0;}
.dt_con01 dl dd p a { color:#e50012;}


.zz_top { /*background: url(../Images/dt_xx01.gif) repeat-x 0 bottom;*/line-height:40px;}
.zz_top i{float: right;}
.zz_top i img{vertical-align: middle;}
.zz_top span{border-bottom: solid 2px #e50012;padding-bottom: 7px;line-height:40px;}
.zz_top span a { font-size:18px; color:#333;font-weight:normal;}
.wd_con dl { padding:20px 0; border-bottom:dashed 1px #e5e5e5;}
.wd_con .nobor { border-bottom:none;}
.wd_con dl dt { /*background: url(../Images/wd_w.gif) no-repeat left 6px;*/ height:30px; line-height:30px; padding-left:30px; overflow:hidden;}
.wd_con dl dt a { color:#363636; font-size:16px; font-weight:bold;}
.wd_con dl dt a:hover { color:#e50012;}
.wd_con dd { /*background:url(../Images/wd_d.gif) no-repeat left 4px;*/ width:380px;  line-height:25px; padding-left:30px;font-size:14px;color:#343231; white-space:normal; word-break:normal;}

/*关于我们页开始*/
.banner{ width: 100%; overflow: hidden; margin: 0 auto;}
.banner img{ width: 100%; background-repeat: no-repeat;}

/*导航*/
.nav-1{ width: 1200px; overflow: hidden; margin: 0 auto; margin-top: 30px;}
.nav-1 ul{ text-align: center;}
.nav-1 ul li{ list-style: none; float: left; width: 198px; height: 45px; line-height: 45px; border: 1px solid #efefef; color: #666;}
.nav-1 UL .li_one{background-color: #d42c1d; color: #FFF; font-weight: bold;}
.nav-1 UL .li_one a{ color: #fff;}
.nav-1 ul li a{ color: #666; font-size: 16px;}
.nav-1 ul li a:hover{ display: block; color: #FFF; background-color: #d42c1d;}

.a_text{width: 1200px; margin: 0 auto; overflow: hidden;}
.a_text p{text-indent: 2em; font-size: 16px; line-height: 28px; color: #666; }

.a_top{ width: 1200px; height: 450px; margin: 0 auto;}
.a_top img{width: 1200px; height: 450px;}
.a_bottom{ width: 1200px; height: 536px; margin: 0 auto;}
.a_bottom p{ text-align: center; margin-top: 60px;}
.a_bottom img{ width: 650px; height: 536px;}
/*关于我们页代码结束*/

/*新闻动态页开始*/
/* .n_banner{ width: 100%; height: 350px; overflow: hidden;}
.n_banner img{ width: 100%; height: 350px;} */
.n_banner{ width: 100%;  overflow: hidden;}
.n_banner img{ width: 100%; }

/*left*/
/*.news{ width: 1200px; overflow: hidden; margin: 0 auto; margin-top: 10px; margin-bottom: 10px;}
.news .n_slide{ width: 244px; overflow: hidden; float: left; margin-top: 10px;}
.news .n_slide .s_title{ width: 244px; height: 60px; background: #d42c1d;line-height: 60px;text-align: center;font-size: 20px;color: #fff;font-weight: bold;}
.news .n_slide .nr{border: 1px solid #ececec;}
.news .n_slide .nr h3{height: 51px;background: #f3f3f3; line-height: 51px; border-top: 1px solid #ececec; padding-left: 39px; font-size: 18px;color: #000; font-weight: bold;}
.news .n_slide .nr h3 a{color: #000000;}
.news .n_slide .nr h3 a:hover{ color: red;}
.news .n_slide .nr h3 .cur{ background: #f3f3f3; border-left: 4px solid #d42c1d; color: #d42c1d;}
.news .n_slide .nr h3 .cur a{ color: red;}
.news .n_slide .s_bottom{text-align: center; margin-top: 10px; font-family: "Microsoft YaHei"; font-size: 14px; padding: 10px; border: 1px solid #ececec; display: block; margin-bottom: 20px; border-top: 3px solid #d42c1d}
.news .n_slide .s_bottom  h5{font-size: 16px; padding: 15px 0px; color: #666; font-weight: bold;}
.news .n_slide .s_bottom .phone img {width: 40px; height: 40px; padding-bottom: 10px;}
.news .n_slide .s_bottom .phone p{ font-weight: bold; font-size: 22px; padding-bottom: 10px; border-bottom: 1px solid #dedede; color: #d42c1d; text-align: center;}
.news .n_slide .s_bottom p{padding-top: 10px; line-height: 25px; text-align: left;}*/
/*right*/
.n_right{width: 928px; float: left; display: inline; margin-left: 26px; overflow: hidden; margin-top: 15px;}
.n_right .r_container{width: 928px; padding-bottom: 15px; overflow: hidden;}
.n_right .r_container .c_nav{ /*background: url(../Images/logo_03.png) no-repeat 12px 13px;*/ height: 20px; line-height: 24px; padding: 7px 8px 8px 35px; position: relative;
    color: #666; overflow: hidden; font-size: 14px; border-bottom: 1px solid #ececec; border-top: 1px solid #ececec; padding-bottom: 8px;font-family: "Microsoft Yahei","微软雅黑";}
.red_x{ color: #d42c1d; font-weight: bold; font-size: 14px;}
.n_right .r_container .c_nav a{font-style: normal; font-size: 14px; color: #666;}

.n_right .r_container .r_list{padding-top: 15px;}
.n_right .r_container .r_list .ull{clear: both; padding: 5px 0 0;}
.n_right .r_container .r_list ul li{ padding: 7px 20px 0 0; height: 110px; overflow: hidden; margin: 0 0 30px; background: #f6f6f6; list-style: none;}
.n_right .r_container .r_list ul li .fi{ margin: 20px 0 0; font-family: "Microsoft Yahei"; font-size: 14px; width: 70px; height: 25px; line-height: 25px;text-align: center; color: #ffffff;float: right; background-color: #999; }
.n_right .r_container .r_list ul li .fi:hover{ background-color: red; font-size: 14px;}
.n_right .r_container .r_list ul li h4{padding: 20px 5px 0 0; text-align: center; float: left; width: 64px; height: 50px; overflow: hidden; font-size: 14px; font-weight: normal;}
.n_right .r_container .r_list ul li h4 b{font-weight: 100; display: block; line-height: 36px; height: 36px; overflow: hidden; font-size: 36px; font-family: Arial; text-transform: uppercase; color: #343434;}
.n_right .r_container .r_list ul li h4 span{ font-weight: 100; display: block; line-height: 16px; height: 16px; z-index: 1; overflow: hidden; font-size: 12px; font-family: Arial; color: #343434; text-transform: uppercase; }

.n_right .r_container .r_list ul li p{ padding: 0 0 0 14px; line-height: 26px; width: 705px; overflow: hidden; font-size: 14px; float: left; color: #666;}
.n_right .r_container .r_list ul li p b{display: block; color: #000000;}
.n_right .r_container .r_list ul li p b a:hover{ color: red;}

.n_right .r_container{padding: 0px 0px 10px; margin-bottom: 15px;}
.recommended{ margin-top: 30px;}
.recommended h4{ height: 40px; line-height: 40px; color: #d42c1d; font-family: "Microsoft YaHei","微软雅黑";font-size: 16px; font-weight: bold; text-indent: 5px;}
.recommended h4 i{font-size: 10px; font-family: arial; font-weight: normal;text-transform: uppercase;font-style: normal;padding-left: 5px;color: #999;}
.line{border-top: 1px solid #ececec;font-size: 0;height: 0;margin-right: 10px;overflow: hidden;}
.recommended_news{font-size: 14px; margin-bottom: 30px;}
.recommended_news dl{margin: 0 auto; padding-top: 25px; height: 89px;}
.recommended_news dt{height: 79px; width: 190px; float: left; position: relative; border-bottom: 1px solid #e2e2e2;}
.recommended_news dt img{width: 190px; height: 80px;}
.recommended_news dt a{color: #666; text-decoration: none; font-family: "Microsoft Yahei";}
.recommended_news dd{width: 720px; float: right; height: 89px; border-bottom: 1px solid #e2e2e2; position: relative;}
.recommended_news dd p{color: #353e47; font-size: 16px; font-weight: bold; margin-bottom: 8px;}
.recommended_news dd p a:hover{ color: red;}
.recommended_news dd span{font-size: 14px; color: #353e47; display: inline-block; line-height: 28px; height: 56px; overflow: hidden;}
.recommended_news ul{padding-top: 10px; display: block;}
.recommended_news ul li{height: 30px; line-height: 30px; padding: 0; width: 458px; float: left; overflow: hidden;}
.recommended_news ul li a{ /*background: url(../images/ico55.gif) no-repeat 0 8px;*/padding-left: 12px;color: #666;text-decoration: none; font-family: "Microsoft Yahei";}
.recommended_news ul li span{font-size: 12px; padding-right: 25px;}
.recommended_news ul li .fr{ float: right;}
/*新闻动态页结束*/

/*联系我们页*/
.contact{ width: 1200px; overflow: hidden; margin: 0 auto; margin-top: 10px; margin-bottom: 10px;}
.contact .c_container{ width: 1000px; margin: 0 auto;}
.contact .c_container .ctt_l{width: 450px; float: left; padding: 40px 20px 0 35px; color: #666; line-height: 28px; font-size: 14px; border-bottom: 1px solid #CCC; height: 320px;}
.contact .c_container .ctt_l p{ text-indent:2em; margin: 20px 0px; color: rgb(51, 51, 51);}
.contact .c_container .ctt_l p a{ color: #666;}
.contact .c_container .ctt_l p span{color:#e3000b;font-size:20px;}
.contact .c_container .ctt_r{width: 400px; float: left; height: 247px; /*background: url(../Images/contact_1.jpg) no-repeat;*/}
.contact .c_container .ctt_r p{padding:60px 0 0 50px; font-weight:bold;}
.contact .c_container .ctt_r p span{color:#e3000b; font-size: 16px;}

.contact .address{width: 1000px; overflow: hidden; margin: 0 auto; border-bottom: 1px dashed #CCC;}
.contact .address .a_title{ width: 450px; height: 28px; font-size: 16px; color: red; font-weight: bold; margin: 50px 0px 20px 0px;}
.contact .address p{ line-height: 50px; font-size: 16px;}
.contact .c_map{ width: 1000px; height: 550px; margin: 0 auto; margin-top: 10px; margin-bottom: 60px;}
.contact .c_map #dituContent{ width: 100%; height: 550px;}

/*荣誉资质*/
.honorary{ width: 1200px; overflow: hidden; margin: 0 auto;}
.honorary ul li{ width: 264px; float: left; margin-right: 45px; margin-top: 30px; margin-bottom: 80px;}
.honorary ul li:nth-child(4n+0){ margin-right: 0px;}
.honorary ul li img{ width: 260px; height: 359px;  border:1px solid #ccc;}
.honorary ul li p{ margin-top: 15px; font-size: 14px; color: #666;  font-family: "Microsoft Yahei"; text-align: center;}
.honorary ul li p a{ color: #666; font-size: 14px;}
/*客户服务*/
.server{ width: 1200px; overflow: hidden; margin: 0 auto;}
.server p{ text-align: center; margin-top: 20px; margin-bottom: 30px;}
.server .s_main{ width: 1200px; overflow: hidden; margin: 0 auto;}
.server .s_main .main_l{width: 600px; height: 330px; float: left;}
.server .s_main .main_l img{ width: 600px; height: 330px;}
.server .s_main .main_r{width: 600px; height: 330px; float: right; background: #f3f3f3;}
.server .s_main .main_r .r_text{width: 560px; height: 320px; padding: 10px 20px 0;}

.server .s_main_1{width: 1200px; overflow: hidden; margin: 0 auto;}
.server .s_main_1 .main_l_1{width: 600px; height: 570px; float: left; background: #f3f3f3;}
.server .s_main_1 .main_l_1 div p{ text-align: left;  font-size: 14px;}
.server .s_main_1 .main_r_1{width: 600px; height: 570px; float: right;}
.server .s_main_1 .main_r_1 img{width: 600px; height: 570px;}
.main-d{ padding: 10px 20px 0;}
.r_text .p1{color:#d42c1d;font-size:22px;font-weight:bold;  text-align: left; float: left;}
.r_text .p2{ color: #666; font-size: 14px; text-align: left; line-height: 30px; float: left;}

.server .s_main_2{width: 1200px; overflow: hidden; margin: 0 auto;}
.server .s_main_2 .main_l_2{width: 600px; height: 390px; float: left;}
.server .s_main_2 .main_l_2 img{width: 600px; height: 390px;}
.server .s_main_2 .main_r_2{ width: 600px; height: 390px; float: right; background: #f3f3f3;}
.server .s_main_2 .main_r_2 .main_r_2_p{padding: 10px 0px 0px 20px;}
.server .s_main_2 .main_r_2 div p{ text-align: left;  font-size: 14px;}

.server .s_text{ line-height: 25px;}

/*大事件*/
.event{ width: 1200px; overflow: hidden; margin: 0 auto; margin-top: 50px; margin-bottom: 60px; background: #efefeb none repeat scroll 0 0;}
.event .e_main{ width: 1200px; padding: 40px 0px;}
.event .e_main .main_center{width: 1000px; overflow: hidden; margin: 0 auto;}
.event .e_main .main_center h4{font-weight: bold; font-size: 22px; color: #e50012;}
.event .e_main .main_center .main_list{width: 660px; float: left;}
.event .e_main .main_center .main_list ul{ margin-top: 20px;}
.event .e_main .main_center .main_list ul li{border-bottom: 1px dashed #d0cfcf; color: #797979; font-size: 15px; line-height: 30px; padding-bottom: 10px;padding-top: 10px;}
.event .e_main .main_center .main_right{ width:294px; float:right;}
.event .e_main .main_center .main_right img {border: 1px solid #e8e8e5; margin-top: 100px; padding: 7px;}

/*企业文化*/
.culture{ width: 1200px; overflow: hidden; margin: 0 auto;}
.culture p{ margin-top: 30px; margin-bottom: 20px;}
.cul-txt{text-align: left; font-size: 16px; text-indent: 2em; color: #666; line-height: 28px;}
.culture .c_company{ width: 1200px; height: 600px; /*background: url(../Images/culture_1.jpg) center top no-repeat; margin-bottom: 60px;*/}
.culture .c_company .c_title{ width: 1000px; overflow: hidden; margin: 0 auto; line-height: 30px;}
.culture .c_company .c_title h1{font-size: 25px; color: #a5a5a5; font-weight: bold;  margin-top: 30px;}
.culture .c_company .c_title h2{font-size: 20px; padding-bottom: 5px; color: #fff; font-weight: normal;}
.culture .c_company .c_title .inside_line2{ width: 100%; height: 3px; /*background: url(../Images/culture_11.jpg) left top no-repeat;*/}
.culture .c_company .c_company_list{ font-family: "微软雅黑","SimSun","宋体","Arial Narrow"; color: #555; width: 1000px; overflow: hidden; margin: 0 auto; margin-top: 60px;}
.culture .c_company .c_company_list ul li{width: 240px; height: 220px; padding-top: 100px; float: left; margin-right: 13px;/* background: url(../Images/culture.libg.png); text-align: center; transition: all 1.5s;*/ }
.culture .c_company .c_company_list ul li:hover div{ transform: translateY(-30%);}
.culture .c_company .c_company_list ul li h3{ height: 70px; font-size: 20px;}
.culture .c_company .c_company_list ul li h1{color: #111; font-size: 16px; height: 50px;}
.culture .c_company .c_company_list ul li h2{color: #222; font-size: 12px; font-weight: normal; line-height: 25px;}
.culture .c_company .c_company_list ul li:nth-child(4n+0){ margin-right: 0px;}


/*产品中心*/
.p_banner{ width: 100%;overflow: hidden;}
.p_banner img{ width: 100%;}
.pro_list{overflow: hidden;}
.pro_list ul li{width: 286px; float: left;margin-right: 32px; margin-bottom: 36px;}
.pro_list ul li img{border: solid 1px #ededed; text-align:center;width: 100%;display: block;}
.pro_list ul li:nth-child(3n+0){ margin-right: 0px;}
.pro_list ul li .pro_name{height: 50px; line-height: 25px; background: #f1f1f1; overflow: hidden;}
.pro_list ul li .pro_name span{display: block; float: left; width: 227px; height: 50px; line-height: 25px; padding-left: 5px; font-weight: normal;}
.pro_list ul li .pro_name span a{ color: #333;}
.pro_list ul li .pro_name .span2{ width: 44px;background: #e50012; padding-top: 5px; line-height: 20px; text-align: center; padding-right: 5px;}
.pro_list ul li .pro_name .span2 a{ color: #fff; font-size: 16px; font-weight: bold; font-family: "宋体"; letter-spacing: 2px;}
.clear{ clear: both;}
.apage{height: 25px; color: #666; line-height: 23px; background: #F9F9F9; padding: 0 5px; margin-top: 10px; margin-bottom: 30px; border: solid 1px #ccc; text-align: right;}
.apage .cur_txt{ float: left; color: #666; font-size: 12px;}
.apage .cur_a{border: 1px solid #d42c1d; background-color: #d42c1d; color: #fff;}
.apage a{border: 1px solid #d4e3e9; color: #666; padding: 0 3px; margin-right: 5px; font-size: 19px;}


/*工程案例*/
.r_container_lis li{height: 170px; margin-top: 20px; margin-bottom: 30px; border: 1px solid #f1ecec;}
.r_container_lis .lis_img{width: 238px; float: left; height: 172px; padding: 20px 25px 0 25px;}
.r_container_lis .lis_img img{width: 190px;  border-radius: 5px;}
.r_container_lis .lis_right{float: right; width: 605px; }
.r_container_lis .lis_right h3{ padding: 20px 25px 0 0px; padding-bottom: 12px; font-size: 18px; line-height: 20px; font-weight: normal; border-bottom: 1px dashed #959595; font-weight: bold; color: #000;}
.r_container_lis .lis_right h3 a:hover{ color: red;}
.r_container_lis .lis_right h4{height: 74px; padding: 15px 0 0 0; line-height: 24px; font-size: 14px; font-weight: normal; overflow: hidden;width: 99%;}
/* .r_container_lis .lis_right p{ padding-top: 18px;} */
.r_container_lis .lis_right p a{display: block; width: 120px;height: 34px;text-align: center;line-height: 20px;font-size: 12px;color: #ff7901;/*background: url(../Images/main_bg1.gif) no-repeat center top;*/}

/*合作用户*/
.n_user{ margin-top: 40px;overflow: hidden;}
.n_user ul li{ width: 208px; float: left; margin-right: 32px; margin-bottom: 38px;}
.n_user ul li:nth-child(4n+0){ margin-right: 0px;}
.n_user ul li p img{width: 206px; height: 90px; border: 1px solid #ccc;}
.n_user ul li p{ text-align: center;}
.n_user ul li p a{width: 200px; height: 24px; font-size: 14px; line-height: 40px; overflow: hidden; color: #666;}

/*产品中心内容页*/
.c_detail{ width: 930px; overflow: hidden; background-color: #fff; padding-top: 10px;}
.c_detail .d_img{width: 400px; float: left; position: relative;  height: 400px;}
.c_detail .d_img img{ width: 400px; height: 400px;}
.c_detail .d_txt{ width: 490px; float: right; border-left: none;}
.c_detail .d_txt h3{ font-size: 24px; height: 36px; line-height: 36px; color: #d42c1d; font-weight: normal; font-family: "Microsoft YaHei","微软雅黑";}
.c_detail .d_txt .txt_1 .t1{font-size: 24px; color: #d42c1d;}
.c_detail .d_txt .btn{ text-align: center; padding-top: 20px;}
.fenlei{ /*background: url(./im) repeat-x top;*/ position: relative; padding-top: 10px; margin-top: 35px;}
.fea{ width: 930px; overflow: hidden;}
/* .fea p{ text-align: center; margin-top: 15px;} */
.fea p{  margin-top: 15px;}
.pro_key{line-height: 35px; border-top: dashed 1px #ccc; margin-top: 5px; font-size: 14px;}
.pro_key a{font-size: 12px; margin-right: 10px; color: #666; text-decoration: none; font-family: "Microsoft Yahei";}
.online{border-top: 1px solid #e5e5e5; margin: 20px 0 0; padding: 20px 0; font-family: "Microsoft Yahei";}
.online h2{font-size: 16px;line-height: 30px;color: #333;height: 50px;overflow: hidden; font-weight: bold;}
.online h2 span{color: #666; display: inline-block; padding-left: 20px; font-weight: normal;}
.online ul li{width: 360px;float: left;margin-bottom: 25px;}
.online ul li span{display: inline-block;width: 80px;font-size: 14px;vertical-align: top;color: #4a4a4a;text-align: right;line-height: 36px;}
.online ul li .red_x{color: #DD3904;display: inline;font-family: "微软雅黑";font-size: 12px;}
.online ul li input{width: 234px;height: 36px; background-color: #eeeef0;overflow: hidden;line-height: 36px;border: 0;}
.online ul li .inp4{ width: 592px;height: 111px;line-height: 36px;border: 1px solid #e0e0e0;}
.online ul li .btn1{width: 59px;height: 24px;border: 0; background-color: red; border-radius: 6px; color: #fff;}
.online ul li .btn2{width: 59px;height: 24px;border: 0;margin: 10px 27px 0 0px; background-color: red; border-radius: 6px; color: #fff;}
.RandomNews{padding: 0 0px 10px; margin-bottom: 15px;}
.RandomNews .diysr{height: 40px;line-height: 40px; font-weight:bold; color: #d42c1d; font-family: "Microsoft YaHei","微软雅黑";font-size: 16px;text-indent: 5px;}
.RandomNews .diysr i{font-size: 10px;font-family: arial;font-weight: normal;text-transform: uppercase;font-style: normal;padding-left: 5px;color: #999;}
.RandomNews .line{border-top: 1px solid #ececec;font-size: 0;height: 0;margin-right: 10px;overflow: hidden;}
.R_ul ul li{width: 232px;margin-right: 11px;float: left;padding-top: 15px;}
.R_ul ul li img{width: 228px;height: 228px; padding: 1px;border: 1px solid #ccc;}
.R_ul ul li span{display: block;height: 52px;line-height: 52px;overflow: hidden;border: none;text-align: center;color: #555555;font-size: 14px;}
.R_ul ul li span a{color: #666;font-family: "Microsoft Yahei";}

/*侧边栏*/
.fix{ width: 140px; overflow: hidden; position: fixed; z-index: 9999; top: 200px; right: 0px;}
.fix .fix_top{ width: 140px; height: 50px; border-radius: 5px;/* background: url(../Images/iconBack10.png) center left no-repeat;*/ background-color: #4587e8;}
.fix .fix_t_t img{ padding: 5px 0px 0px 10px;}
.fix .ins{ width: 132px; overflow: hidden; background-color: #FFF; border:1px solid #4587e8; border-top: 0px; margin: 0 auto;}
.fix .ins ul li{ width: 110px; height: 30px; background-color: #cbdaff; border: 1px solid #4587e8; margin: 10px 10px; border-radius: 16px; margin-top: 15px;}
.fix .ins ul li img{ float: left;}
.fix .ins ul li p{  float: left; height: 30px; line-height: 30px; font-size: 12px;}
.fix .ins ul li p a{ color: #4587e8; padding-left: 5px;}

/*返回顶部*/
.fanbox{ position: fixed; top: 90%; right: 10px; z-index: 9999;}


.nav-1 ul .current-menu-item{
	
	background-color:#d42c1d;
	color:#fff;
}


.nav-1 ul .current-menu-item a{
	color:#fff;
}

/*.current-page-parent{background: #ae1409;}*/


.nr>.menu-menu-container ul>li{

    height: 51px;
    background: #f3f3f3;
    line-height: 51px;
    border-top: 1px solid #ececec;
    padding-left: 39px;
    font-size: 18px;
    border-left: 4px solid #282828;
    color: #000;
    font-weight: bold;
	}

.nr>ul>li{

    height: 51px;
    background: #f3f3f3;
    line-height: 51px;
    border-top: 1px solid #ececec;
    padding-left: 39px;
    font-size: 18px;
    border-left: 4px solid #282828;
    color: #000;
    font-weight: bold;
	}

.n_slide .current_page_item a{
	color:red;
}
.nr>ul>.current_page_item{
	 border-left: 4px solid red;
	
}

.apage>.current{
	background-color:red;
	color:#fff;
}

.contact .c_container .ctt_r{
	 position: absolute;
    right: 0;
	
}

@media only screen and (max-width:950px ) {
	.contact .c_container .ctt_r{
		display:none;
	}
}

body{
	    margin-top: -20px;
}
