﻿@charset "utf-8";
/*============================ 初始化样式 ============================*/
* {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  font-size: 16px;
  font-family: Helvetica, "Pingfang SC", "Microsoft YaHei", STHeiti, Verdana, Arial, Tahoma, sans-serif;
}
li {
  list-style: none;
}
.h30 {
  height: 30px;
}
.h50 {
  height: 50px;
}
.wrap {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left
}
.fr {
  float: right
}
a, a:link {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #e4011f;
  text-decoration: none;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.clear {
  height: 0px;
  clear: both;
}
.pc {
  display: block;
}
.wap {
  display: none;
}
.text-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
}
/*============================ 公共部分 ============================*/
/*========================================= 首页 =====================================*/
.tops {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  background: #2b2e33;
}
.top {
  overflow: hidden;
}
.toplt {
  background: url(../images/ico1.png) no-repeat left center;
  padding-left: 20px;
  float: left;
}
.toplt a {
  display: inline-block;
  padding-right: 5px;  color: #FFFFFF;
}
.toplt a:link {
  color: #FFFFFF;
}
.toplt a:visited {
  color: #FFFFFF;
}
.toplt a:hover {
  color: #e4011f;
}
.toprt {
  float: right;
}
.navs {
  position: relative;
}
.logo {
  float: left;
  padding: 25px 0;
}
.navs .nav_ul {
  width: 770px;
  float: right;
  margin-top: 25px;
}
.navs .nav_ul li {
  width: 110px;
  text-align: center;
  float: left;
}
.navs .nav_ul li a {
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 17px;
}
.navs .nav_ul li.active a {
  background: #e4011f;
  color: #fff;
}
/*=========================== banner ===========================*/
.bannerA {
  width: 100%;
  height: 463px;
  overflow: hidden;
  position: relative;
}
.banner {
  width: 100%;
  height: 463px;
  overflow: hidden;
  position: relative;
}
.banner ul li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
.banner ul li a {
  height: 100%;
  display: block;
}
.banner .hd {
  width: 100%;
  height: 14px;
  text-align: center;
  position: absolute;
  bottom: 25px;
  z-index: 100;
}
.banner .hd span {
  width: 30px;
  height: 3px;
  display: inline-block;
  margin: 2px 4px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.banner .hd span.on {
  background: #fff;
}
.Ibanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.nav-sort {
  width: 240px;
  height: 465px;
  background: #e4011f;
  margin-left: -600px;
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 999;
}
.nav-sort li {
  height: 65px;
  text-align: center;
  line-height: 65px;
  border-bottom: solid 1px #ff6e81;
  position: relative;
}
.nav-sort li i {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/ico3.png) no-repeat;
  float: left;
  position: absolute;
  left: 25px;
  top: 20px;
}
.nav-sort li a {
  display: block;
  font-size: 18px;
  color: #fff;
}
.nav-sort li:nth-child(7n) {
  border-bottom: none;
}
.nav-sort li:before {
  content: '';
  display: block;
  width: 8px;
  height: 15px;
  background: url(../images/ico2.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 25px;
}
.nav-sort li i.ico1 {
  background-position: -5px -18px;
}
.nav-sort li i.ico2 {
  background-position: -5px -49px;
}
.nav-sort li i.ico3 {
  background-position: -5px -81px;
}
.nav-sort li i.ico4 {
  background-position: -5px -114px;
}
.nav-sort li i.ico5 {
  background-position: -5px -147px;
}
.nav-sort li i.ico6 {
  background-position: -5px -179px;
}
.nav-sort li i.ico7 {
  background-position: -5px -212px;
}
.nav-sort li i.ico8 {
  background-position: -5px -245px;
}
/*=========================== banner end ===========================*/
/*=========================== 热门搜索 ===========================*/
.Isearchbox {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
  background: #f8f8f8;
}
.hotkey {
  width: 900px;
  height: 50px;
  overflow: hidden
}
.hotkey span {
  color: #F00;
  font-weight: bold;
  font-size: 15px;
}
.hotkey a {
  font-size: 15px;
}
.search_box {
  width: 280px;
  overflow: hidden;
  margin-top: 1px;
}
.search_top {
  margin-top: 20px !important;
}
.form_left {
  width: 220px;
  float: left;
}
.form_right {
  width: 60px;
  float: right;
}
.input_class_on {
  border: 1px solid #e4011f;
  font-size: 16px;
  height: 30px;
  width: 100%;
  min-width: 200px;
  color: #c30505
}
.input_class_out {
  border: 1px solid #dbdee1;
  font-size: 15px;
  height: 30px;
  width: 100%;
  min-width: 200px;
  color: #b7b7b7
}
.input_sub {
  border: 1px solid #e4011f;
  font-size: 16px;
  height: 32px;
  width: 100%;
  background: #e4011f;
  color: #FFF;
}
/*=========================== 热门搜索 end ===========================*/
/*=========================== Ititle ===========================*/
.Ititle {
  width: 100%;
  border-bottom: solid 1px #e7e7e7;
  margin: 40px 0;
  text-align: center;
  position: relative;
}
.Ititle_box {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.Ititle_box h3 {
  font-size: 30px;
  font-weight: normal;
  color: #333;
}
.Ititle_box h4 {
  font-size: 30px;
  text-transform: Uppercase;
  font-weight: normal;
}
.Ititle_box:before {
  content: '';
  display: block;
  width: 65px;
  height: 2px;
  background: #e4011f;
  position: absolute;
  left: 48%;
  bottom: 0px;
}
/*=========================== title ===========================*/
.title {
  width: 1200px;
  overflow: hidden;
  margin: 60px auto;
  text-align: center;
}
.title h2 {
  font-size: 32px;
  color: #3c3c3c;
  font-weight: normal;
}
.title p {
  color: #3c3c3c;
  line-height: 30px;
  font-size: 15px;
}
.tltles h2 {
  color: #fff;
}
/*=========================== title ===========================*/
.one {
  width: 1200px;
  height: 224px;
  overflow: hidden;
  margin: 0 auto 40px;
  position: relative;
  border: solid 1px #e5e5e5;
  border-right: none;
}
.one ul {
  width: 9999px;
  height: 224px;
}
.one li {
  width: 239px;
  text-align: center;
  border-right: solid 1px #e5e5e5;
  float: left;
}
.one li i {
  width: 113px;
  height: 113px;
  display: inline-block;
  margin: 20px 0;
}
.one li h3 {
  font-size: 16px;
  color: #3c3c3c;
  font-weight: normal;
}
.one li p {
  color: #999;
  font-size: 14px;
  padding: 10px 0 20px;
}
.one .pic_pre, .one .pic_next {
  width: 30px;
  height: 61px;
  background: url(../images/ico9.png);
  position: absolute;
  top: 80px;
  z-index: 99;
  cursor: pointer;
}
.one .pic_pre {
  left: 0;
}
.one .pic_next {
  background-position: -32px 0px;
  right: 0;
}
/*==首页公司简介=*/
.Iabout {
  background: #f9f9f9;
  overflow: hidden;
}
.Iabout_titles {
  width: 100%;
  border-bottom: solid 1px #e7e7e7;
  margin: 40px 0;
  text-align: center;
  position: relative;
}
.Iabout_title {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.Iabout_title h3 {
  font-size: 32px;
  color: #3c3c3c;
  font-weight: normal;
}
.Iabout_title h4 {
  font-size: 30px;
  text-transform: Uppercase;
}
.Iabout_title:before {
  content: '';
  display: block;
  width: 65px;
  height: 2px;
  background: #e4011f;
  position: absolute;
  left: 48%;
  bottom: 0px;
}
.one_about {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  line-height: 2.2;
  font-size: 16px;
}
.one_about p {
  font-size: 16px;
}
/*==首页公司简介 end =*/
.oneA {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.oneA li {
  width: 376px;
  float: left;
  margin: 0 32px 32px 0;
  border: solid 1px #eeeeee;
}
.oneA li i {
  width: 376px;
  height: 188px;
}
.oneA li .text {
  background: #ffffff;
  padding: 20px;
  text-align: center;
}
.oneA li .text h3 {
  color: #333;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: normal;
}
.oneA li .text p {
  color: #999;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.oneA li .text p a {
  margin-right: 5px;
  color: #999;
}
.oneA li:nth-child(3n) {
  margin-right: inherit;
}
.oneBs {
  background: #3c4754;
  overflow: hidden;
}
.tltles h2 {
  color: #fff;
}
.oneBa {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.oneBa a {
  display: inline-block;
  width: 173px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #303943;
  color: #fff;
  margin: 0 5px;
  font-size: 16px;
}
.oneBa a.active {
  background: #e4011f;
}
.oneB {
  width: 1200px;
  overflow: hidden;
  margin: 30px auto;
}
.oneB li {
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}
.oneB li i {
  width: 285px;
  height: 196px;
  text-align: center;
  display: block;
  background: #fff;
  overflow: hidden;
}
.oneB li i img {
  width: 100%;
}
.oneB li p {
  height: 40px;
  background: #fff;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
}
.oneB li:nth-child(4n) {
  margin-right: inherit;
}
.oneC {
  width: 1200px;
  overflow: hidden;
  margin: 30px auto;
}
.tb1 {
  width: 350px;
  overflow: hidden;
  float: left;
  margin-right: 70px;
}
.tb1 .title1 {
  height: 40px;
  border-bottom: solid 1px #e5e5e5;
  line-height: 40px;
}
.tb1 .title1 h2 {
  font-size: 20px;
  color: #3c3c3c;
  display: inline-block;
  font-weight: normal;
}
.tb1 .title1 span {
  color: #999;
  text-transform: Uppercase;
  font-size: 14px;
  padding-left: 10px;
}
.tb1 .title1 a {
  float: right;
  background: url(../images/ico10.png) no-repeat right center;
  font-size: 14px;
  color: #666;
  padding-right: 15px;
}
.tb1 .pics {
  width: 350px;
  height: 115px;
  margin: 20px 0 10px;
}
.tb1 .cons {
  overflow: hidden;
}
.tb1 .cons li {
  height: 45px;
  line-height: 45px;
  border-bottom: dashed 1px #e3e3e3;
  background: url(../images/ico11.png) no-repeat left center;
  padding-left: 20px;
}
.tb1 .cons li a {
  color: #666; font-size: 15px;
}
.tb1 .cons li a:hover {
  color: #e4011f;
}
.tb1 .cons li a span {
  float: right;
}
.tb2 {
  margin-right: inherit;
}
.oneD {
  width: 1200px;
  overflow: hidden;
  margin: 30px auto;
}
.oneD .title2 {
  height: 40px;
  border-bottom: solid 1px #e5e5e5;
  line-height: 40px;
}
.oneD .title2 h2 {
  font-size: 24px;
  color: #3c3c3c;
  display: inline-block;
  font-weight: normal;
}
.oneD .title2 span {
  float: right;
  font-size: 14px;
  color: #666;
}
.oneDs {
  width: 1200px;
  margin: 20px 0;
  overflow: hidden;
}
.oneDs li {
  float: left;
  width: 185px;
  height: 60px;
  border: 1px solid #eee;
  text-align: center;
  margin-right: 14px;
  margin-top: 10px;
}
.oneDs li:nth-child(6n) {
  float: right;
  margin-right: 4px;
}
.oneDs li img {
  margin-top: 5px;
}
/*=========================== foot ===========================*/
.foots {
  background: #2b2e33;
  overflow: hidden;
}
.foot {
  width: 1200px;
  overflow: hidden;
  margin: 30px auto;
}
.foot_lt {
  width: 100%;
  float: left;
}
.foot_lt ul {
  float: left;
  border-right: 1px solid #4c5058;
  height: 250px;
}
.foot_lt ul li {
  line-height: 30px;
  margin-left: 35px;
}
.foot_lt ul li a {
  color: #adb4c0;
  font-size: 14px;
}
.foot_lt ul li a:hover {
  color: #F00;
}
.foot_lt ul li.as1 {
  color: #fff;
  font-weight: bold;
}
.foot_ul1 {
  width: 180px !important;
}
.foot_ul2 {
  width: 220px !important;
}
.foot_ul3 {
  width: 180px !important;
}
.foot_ul4 {
  width: 170px !important;
}
.foot_ul5 {
  width: 330px !important;
}
.foot_ul6 {
  border-right: none !important;
  float: right;
}
.foot_ul6 li {}
.copybox {
  background: #24272b;
  overflow: hidden;
}
.copyright {
  height: 50px;
  line-height: 50px;
  color: #adb4c0;
  text-align: center;
  font-size: 15px;
}
.copyright p {
  color: #adb4c0;
  text-align: center;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
}
.copyright p a, .copyright p a:link, .copyright a, .copyright a:link {
  color: #adb4c0;
  font-size: 15px;
}
.copyright a:hover, .copyright p a:hover {
  color: #e4011f;
}
/*=========================== foot end ===========================*/
.go_top {
  display: none;
  background: url(/images/top.png) center center/50% no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  background-color: #e4011f;
  border-radius: 50%;
  position: fixed;
  right: 6px;
  bottom: 100px;
  z-index: 99999999999;
}
/* =====================底部手机===================== */
.fix_footer {
  height: 50px;
  background-color: #e4011f;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
}
.fix_footer a {
  float: left;
  width: 25%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.fix_footer img {
  display: inline-block;
  height: 24px;
  margin: 5px 0 0;
}
.fix_footer strong {
  color: #fff;
  font-size: 12px;
  display: block;
  height: 20px;
  line-height: 20px;
  font-weight: 400;
}
.fix_footer .tel img:nth-of-type(2) {
  position: absolute;
  left: 50%;
  margin-left: -12px;
  -webkit-animation: call 1.5s infinite;
  animation: call 1.5s infinite;
}
@-webkit-keyframes call {
  from {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
/*========================================= 服务项目 =====================================*/
.main {
  background: #eeeeee;
  overflow: hidden;
}
.weizhi {
  width: 1180px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  background: url(../images/ico12.png) no-repeat left center;
  padding-left: 20px;
  font-size: 15px;
}

/* 文章类别上下页 */
.fanye {
	width:92%;
	overflow:hidden;
	margin:30px auto;
}
.fanyeA, .fanyeB {
	line-height:2.2;
}
.fanye span {
	color:#666;
}
.fanye a {
	line-height:16px;
	font-size:16px;
	text-indent:0px;
	color:#333;
	margin-right: 5px;
	padding:5px 6px;
	display: inline-block;
}
.fanye a:hover {
	color: #F00;
}
.fanye_bt {
	width:120px;
	height:40px;
	line-height:40px;
	border-radius:2px;
	text-align:center;
	color:#fff !important;
	background:#f54c02;
	display:inline-block;
	position:absolute;
	right:30px;
	bottom:30px;
}
.fanye_bt:hover {
	background:#bf3600;
	color:#fff;
}
/*============================ 关于我们 ============================*/
.ny_ban {
  height: 464px;
  position: relative;
}
.abtitles {
  width: 100%;
  border-bottom: solid 1px #e7e7e7;
  margin: 40px 0;
  text-align: center;
  position: relative;
}
.abtitle {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.abtitle h3 {
  font-size: 28px;
  color: #333;
}
.abtitle h4 {
  font-size: 30px;
  text-transform: Uppercase;
}
.abtitles:before {
  content: '';
  display: block;
  width: 65px;
  height: 2px;
  background: #e4011f;
  position: absolute;
  left: 48%;
  bottom: 0px;
}
.about {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  line-height: 2.2;
  font-size: 16px;
}
.abouts {
  width: 800px;
  overflow: hidden;
  margin: 40px auto;
}
.abouts li {
  width: 33.33%;
  float: left;
  text-align: center;
}
.abouts h4 {
  font-size: 50px;
  color: #e4011f;
  position: relative;
}
.abouts h4 strong {
  display: inline-block;
  font-size: 36px;
  line-height: 20px;
  position: relative;
  top: -15px;
}
.abouts span {
  color: #807D7D;
  display: inline-block;
  font-size: 16px;
}
.about_map_left {
  width: 600px;
  float: left
}
.about_map_right {
  width: 550px;
  float: right;
  text-align: left
}
.guandians {
  width: 100%;
  background: #2b2e33;
  overflow: hidden;
}
.guandians .abtitles {
  border-bottom: solid 1px #666;
}
.guandians .abtitle h3, .guandians .abtitle h4 {
  color: #fff;
}
.guandian {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.contact {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto 40px;
}
.contact p {
  font-size: 16px;
  color: #666;
  text-align: center;
}
/*============================ 成功案例 ============================*/
.case_nav {
  width: 100%;
  height: 70px;
  background: #f8f8f8;
  border-bottom: solid 1px #e7e7e7;
}
.case_navs {
  width: 1200px;
  line-height: 68px;
  margin: 0 auto;
}
.case_navs a {
  display: inline-block;
  width: 200px;
  float: left;
  text-align: center;
  font-size: 16px;
}
.case_navs a.on, .case_navs a:hover {
  background: #e7e7e7;
  border-bottom: solid 2px #e4011f;
}
.case {
  width: 1200px;
  overflow: hidden;
  margin: 40px auto;
}
.case li {
  width: 378px;
  float: left;
  margin: 0 30px 10px 0;
}
.case li i {
  height: 260px;
  display: block;
  text-align: center;
  overflow: hidden;
}
.case li i img {
  width: 100%;
}
.case li p {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 58px;
}
.case li:nth-child(3n) {
  margin-right: inherit;
}
/*============================ 新闻 ============================*/
.news {
  width: 1200px;
  overflow: hidden;
  margin: 30px auto;
}
.news_left {
  width: 860px;
  overflow: hidden;
  float: left;
}
.news_left dl {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: dashed 1px #dcdcdc;
  position: relative;
}
.news_left dt {
  width: 227px;
  height: 145px;
  overflow: hidden;
  float: left;
}
.news_left dt img {
  width: 100%;
}
.news_left dd {
  width: 610px;
  float: right;
}
.news_left dd h2 {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
}
.news_left dd p {
  color: #666;
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news_left dd span {
  display: block;
  background: url(/images/xw2.png) no-repeat right center;
  position: absolute;
  bottom: 30px;
  right: 0;
  padding-right: 25px;
}
.news_right {
  width: 279px;
  overflow: hidden;
  float: right;
}
.mtp {
  margin-bottom: 20px;
}
.yscs {
  overflow: hidden;
  margin-bottom: 20px;
}
.yscs h3 {
  font-size: 20px;
  color: #333;
  position: relative;
  padding-left: 10px;
}
.yscs h3:before {
  content: '';
  display: block;
  width: 3px;
  height: 22px;
  background: #e4011f;
  position: absolute;
  left: 0;
  top: 3px;
}
.yscs ul {
  overflow: hidden;
  margin-top: 10px;
}
.yscs ul li {
  background: url(../images/xw5.png) no-repeat left center;
  padding-left: 15px;
  line-height: 30px; font-size: 15px; color: #666
}
.yscs ul li  a {
  color: #666;
}
.yscs ul li  a:hover {
  color: #e4011f;
}
.yscs ul li  a span {
  float: right;
}

.fuwuxm {
  border: solid 1px #e6e6e6;
  overflow: hidden;
  padding: 20px;
}
.fuwuxm h3 {
  font-weight: normal;
  color: #f6611f;
}
.fuwuxm_con {
  margin-top: 10px;
}
.fuwuxm_con a {
  display: inline-block;
  background: #f2f2f2;
  color: #666;
  font-size: 14px;
  padding: 3px 10px;
  margin: 0 4px 10px;
}
/*===========================新闻详情=================================*/
.news_info {
  width: 860px;
  overflow: hidden;
  float: left;
  border: solid 1px #e6e6e6;
  position: relative;
}
.info_title {
  padding: 20px 0;
  text-align: center;
  border-bottom: solid 1px #e6e6e6;
}
.info_title h1 {
  font-size: 30px;
  font-weight: 400;
  color: #333;
}
.info_laiyuan {
  line-height: 50px;
  border-bottom: 1px solid #e6e6e6;
  color: #888;
  font-size: 14px;
  text-align: center;
}
.info_text {
  padding: 30px;
  line-height: 1.8;
}
.info_text img {
  max-width: 100%;
  padding: 10px 0;
}
.info_text a {
  color: #e4011f;
}
.info_text a:hover {
  text-decoration: underline;
}
.fhlb {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  background: #f54c02;
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.fhlb:hover {
  background: #bf3600;
  color: #fff;
}
.fl {
  float: left
}
.s_width {
  width: 1200PX;
  margin: 0 auto;
}

/* 通用分页样式 */
.pages {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 40px 0 20px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
.pages a {
  border: 1px solid #d1d1d1;
  height: 30px;
  line-height: 30px;
  color: #666666;
  padding: 5px 10px;
  margin-right: 8px;
  font-size: 15px;
}
.pages .current, .pages a:hover {
  color: #fff;
  background: #e4011f;
  border: 1px solid #e4011f;
}