* {
	/*box-sizing:content-box;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul,li{ list-style-type:none;}
a{text-decoration:none;color:#000;}
*{margin: 0px;padding: 0px;font-size:14px; font-family: "微软雅黑", arial, Helvetica, sans-serif;}
li{list-style-type:none;}
h1,h2,h3,h4,h5{font-weight: 500;}
img{border:0px;max-width: 100%;display:inline-block;}

.clear:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.w1520{
  width: 1520px;
  max-width: 100%;
  margin: 0 auto;
}
.w1420{
  width: 1420px;
  max-width: 100%;
  margin: 0 auto;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
/*.banner li{
  height: 580px;
}*/
img.lazy{
  min-width: 1px;
  max-height: 100%;
}

body{
  background-color: #eaeaea;
}

.flexslider{
  height: 680px;
}
.flexslider .slides li{
  height: 680px;
  overflow: hidden;
  background-size: auto 100% !important;
  background-position: left center !important;
}
/*.flexslider .slides li a img{
  display: block;
  height: 680px;
  object-fit: cover;
}*/
    

.index_bg{
  background-color: #fff;
}
.top{
  display: none;
}
.top_h{
  display: none;
}
.menu{
  display: none;
}
.head{
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.head_h{
  height: 150px;
}
.head .head_main1{
  background-color: #ed6d00;
  overflow: hidden;
}
.head .head_main1 p{
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}
.head .head_main1 p span{
  display: inline-block;
  width: 0px;
  height: 16px;
  vertical-align: middle;
  border-left: 1px solid #eab486;
  border-right: 1px solid #c15a02;
  margin: 0 5px;
}
.head .head_main2{
  padding: 20px 0 20px;
  height: 110px;
}
.head .head_main2 .logo{
  position: relative;
  display: block;
  float: left;
  padding-right: 35px;
}
.head .head_main2 .logo img{
  display: block;
}

.head .head_main2 .left .text{
  float: left;
  position: relative;
  margin-top: 8px;
}
.head .head_main2 .left .text:after{
  content: "";
  position: absolute;
  top: 0px;
  left: -12px;
  height: 100%;
  width: 1px;
  border-left: 1px dotted #ccc;
}
.head .head_main2 .left .text h3{
  font-size: 18px;
  color: #ff4734;
  line-height: 26px;
}
.head .head_main2 .left .text h4{
  font-size: 14px;
  color: #909090;
  line-height: 22px;
}
.head .head_main2 .right{
  text-align: right;
}
.head .head_main2 .head_code{
  margin-left: 15px;
}
.head .head_main2 .head_code img{
  display: block;
  margin: 0 auto;
}
.head .head_main2 .head_code h2{
  font-size: 12px;
  color: #cf0202;
  line-height: 24px;
  text-align: center;
}
/*.head .head_main2 .tel{
  float: right;
  padding-left: 55px;
  height: 45px;
  background: url(../images/head_tel.png) no-repeat center left;
  background-size: auto 40px;
  margin-top: 10px;
}
.head .head_main2 .tel h3{
  font-size: 13px;
  line-height: 20px;
  color: #ff6600;
}
.head .head_main2 .tel h4{
  font-size: 18px;
  line-height: 25px;
  color: #ff6600;
  font-weight: bold;
}*/

/*.head .head_main2 .right h3{
  font-size: 14px;
  color: #333;
  line-height: 22px;
}
.head .head_main2 .right h4{
  font-size: 22px;
  color: #242424;
  font-weight: bold;
  line-height: 26px;
  padding-right: 18px;
  background: url(../images/head_tel.png) center right no-repeat;
  background-size: 20px;
}
.head .head_main2 .right h5{
  font-size: 21px;
  color: #242424;
  font-weight: bold;
  line-height: 26px;
  background-size: 20px;
}
.head .head_main2 .right h5 span{
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px;
}*/
.head .nav{
  margin-top: 25px;
}
.head .nav ul{
  text-align: justify;
  text-align: end;
  text-align-last: justify;
  text-justify: distribute;
}
.head .nav li{
  position: relative;
  /*float: left;*/
  display: inline-block;
  margin: 0 20px;
}
.head .nav li>a{
  display: block;
  font-size: 15px;
  color: #494949;
  line-height: 30px;
  padding: 0 10px 12px 10px;
  border-bottom: 3px solid #fff;
  transition: all 0.3s;
}
.head .nav li:hover>a{
  color: #ed6d00;
  border-bottom: 3px solid #ed6d00;
}
.head .nav ul li .xl{
  display: none;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 45px;
  width: 120px;
  margin-left: -60px;
  /*padding: 10px 0;*/
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}
.head .nav ul li .xl a{
  display: block;
  font-size: 14px;
  line-height: 38px;
  color: #555;
  text-align: center;
  text-align-last: center;
  transition: all 0.3s;
}
.head .nav ul li .xl a:hover{
  color: #fff;
  background-color: #ed6d00;
}

.main_tl{
  text-align: center;
}
.main_tl h3{
  font-size: 28px;
  line-height: 40px;
  color: #5d5d5d;
  font-weight: bold;
}
.main_tl p{
  font-size: 15px;
  line-height: 24px;
  color: #767676;
}
.main_tl span{
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 6px;
  width: 27px;
  height: 1px;
  background-color: #5d5d5d;
}
.main_tl span:after{
  content: "";
  position: absolute;
  left: 0px;
  height: 1px;
  width: 12px;
  background-color: #2c80e0;
}
.main_box{
  text-align: center;
}
.main_box .main_form{
  position: relative;
  display: inline-block;
  width: 280px;
  height: 42px;
  border: 1px solid #ff4734;
  border-radius: 42px;
  background-color: #ff4734;
  text-align: left;
}
.main_box .main_form input{
  line-height: 40px;
  border: 0px;
  width: 230px;
  border-radius: 40px;
  padding: 0 30px 0 20px;
  vertical-align: top;
  outline:medium;
}
.main_box .main_form button{
  position: absolute;
  right: 20px;
  top: 0px;
  border: 0px;
  background-color: #ff4734;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  height: 40px;
  width: 50px;
  padding-left: 10px;
  outline:medium;
  cursor: pointer;
}
.main_box .main_text{
  display: inline-block;
  text-align: left;
}
.main_box .main_text h3{
  font-size: 28px;
  line-height: 42px;
  color: #5d5d5d;
  font-weight: bold;
  float: left;
  margin-right: 10px;
}
.main_box .main_text p{
  font-size: 12px;
  line-height: 21px;
  color: #767676;
  float: left;
}
.main_box .main_tel{
  position: relative;
  display: inline-block;
  text-align: left;
  margin-left: 42px;
  vertical-align: top;
}
.main_box .main_tel:after{
  position: absolute;
  content: "";
  top: 50%;
  left: -19px;
  width: 1px;
  height: 30px;
  margin-top: -15px;
  border-left: 1px dashed #ccc;
}
.main_box .main_tel h3{
  font-size: 14px;
  line-height: 20px;
  color: #ff4734;
}
.main_box .main_tel h4{
  font-size: 25px;
  line-height: 22px;
  color: #ff4734;
  font-weight: bold;
}


.main1{
  padding: 35px 0 55px;
}
.main1 .main_tl{
  margin-bottom: 25px;
}
.main1 .main1_ma{
  margin-bottom: 30px;
}
.main1 .main1_ma ul{
  text-align: center;
  font-size: 0px;
}
.main1 .main1_ma li{
  display: inline-block;
  width: 200px;
  text-align: center;
}
.main1 .main1_ma li .main1_bg{
  position: relative;
  width: 140px;
  height: 140px;
  background-image: -webkit-linear-gradient(left, #FF6600 0%, #FF9840 100%);
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.main1 .main1_ma li .main1_bg p{
  line-height: 140px;
  font-size: 65px;
  font-weight: bold;
  color: #fff;
}
.main1 .main1_ma li .main1_bg span{
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
.main1 .main1_ma li:nth-child(2) .main1_bg span,.main1 .main1_ma li:nth-child(3) .main1_bg span{
  font-size: 25px;
}
.main1 .main1_ma li:nth-child(3) .main1_bg span,.main1 .main1_ma li:nth-child(5) .main1_bg span{
  right: 5px;
}
.main1 .main1_ma li h3{
  font-size: 15px;
  color: #5d5d5d;
}
.main1 .main_box .main_tel h3,.main1 .main_box .main_tel h4{
  color: #000;
}




.main2{
  padding: 45px 0 50px;
  background-color: #f1f1f1;
}
.main2 .main_tl{
  margin-bottom: 25px;
}
.main2 .main2_ma{
  position: relative;
  width: 1160px;
  height: 515px;
}
.main2 .main2_ma .hd{
  position: absolute;
  z-index: 99;
  left: 5px;
  top: 5px;
}
.main2 .main2_ma .hd li{
  background-color: rgba(0,0,0,0.7);
  width: 285px;
  height: 125px;
  margin-bottom: 2px;
  transition: all 0.3s;
}
.main2 .main2_ma .hd li.on{
  background-color: rgba(255,71,52,0.8);
}
.main2 .main2_ma .hd li .text{
  padding: 40px 0 0 90px;
  height: 100%;
}
.main2 .main2_ma .hd li:nth-child(1) .text{
  background: url(../images/main2_ico1.png) no-repeat top 38px left 30px;
}
.main2 .main2_ma .hd li:nth-child(2) .text{
  background: url(../images/main2_ico2.png) no-repeat top 38px left 30px;
}
.main2 .main2_ma .hd li:nth-child(3) .text{
  background: url(../images/main2_ico3.png) no-repeat top 38px left 30px;
}
.main2 .main2_ma .hd li:nth-child(4) .text{
  background: url(../images/main2_ico4.png) no-repeat top 38px left 30px;
}
.main2 .main2_ma .hd li .text h3{
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
.main2 .main2_ma .hd li .text h4{
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.main2 .main2_ma .bd li a{
  display: block;
  width: 100%;
  height: 100%;
}
.main2 .main2_ma2{
  display: none;
}
.main2 .main_box{
  margin-top: 30px;
}

.main3{
  padding: 40px 0 45px;
}
.main3 .main_tl{
  margin-bottom: 30px;
}
.main3 .main3_ma{
  margin-bottom: 35px;
}
.main3 .main3_ma li{
  float: left;
  width: 20%;
  position: relative;
}
.main3 .main3_ma li:after{
  content: "";
  position: absolute;
  z-index: 9;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}
.main3 .main3_ma li a{
  display: block;
}
.main3 .main3_ma li img{
  display: block;
  width: 100%;
}
.main3 .main3_ma li .main3_text{
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  padding: 30px;
  opacity: 0;
  transition: all 0.3s;
}
.main3 .main3_ma li .main3_text .main3_bk{
  position: relative;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.3);
}
/*.main3 .main3_ma li .main3_text h3{
  position: absolute;
  top: 50%;
  left: 0px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 28px;
  line-height: 28px;
  margin-top: -14px;
}
.main3 .main3_ma li .main3_text h3:before,.main3 .main3_ma li .main3_text h3:after{
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 8px;
  height: 1px;
  background-color: rgba(255,255,255,0.6);
  margin-left: -4px;
}
.main3 .main3_ma li .main3_text h3:after{
  top: auto;
  bottom: 0px;
}*/

.main3 .main3_ma li .text{
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-top: -30px;
  color: #fff;
}
.main3 .main3_ma li .main3_text span{
  display: block;
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
  transition: all 0.3s;
}

.main3 .main3_ma li a:hover .main3_text{
  opacity: 1;
}
.main3 .main3_ma li a:hover .main3_text .text span{
  width: 6px;
}

.main4{
  padding: 55px 0 75px;
  background-color: #f1f1f1;
}
.main4 .main_tl{
  margin-bottom: 25px;
}
.main4 .main4_ma{
  position: relative;
  padding-left: 400px;
}
.main4 .main4_ma .main4_img{
  position: absolute;
  left: 0px;
  top: 0px;
}
.main4 .main4_ma .main4_img img{
  display: block;
}
.main4 .main4_ma li{
  float: left;
  width: 32%;
  height: 110px;
  margin-right: 2%;
  overflow: hidden;
  margin-bottom: 12px;
}
.main4 .main4_ma li:nth-child(3n){
  margin-right: 0px;
}
.main4 .main4_ma li:nth-child(n+7){
  margin-bottom: 0px;
}
.main4 .main4_ma li a{
  display: block;
  transition: all 0.6s;
}
.main4 .main4_ma li a:hover{
  transform: translateY(-110px);
}
.main4 .main4_ma li .img{
  height: 110px;
  background-color: #fff;
}
.main4 .main4_ma li .img img{
  display: block;
  height: 100%;
  margin: 0 auto;
}

.main5{
  height: 535px;
  padding: 85px 0 0;
  background: url(../images/main5_bg.jpg) no-repeat center;
}
.main5 .main5_ma{
  position: relative;
  padding-right: 570px;
}
.main5 .main5_ma .main5_img{
  position: absolute;
  top: 40px;
  right: 0px;
}
.main5 .main5_ma .text{
  margin-bottom: 15px;
}
.main5 .main5_ma .text h3{
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}
.main5 .main5_ma .text h4{
  font-size: 22px;
  color: #fff;
}
.main5 .main5_ma .text h4 span{
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
}
.main5 .main5_ma .text p{
  font-size: 14px;
  line-height: 36px;
  color: #fff;
}
.main5 .main5_ma .text h1{
  font-size: 28px;
  line-height: 32px;
  color: #ffde00;
  font-weight: bold;
  margin-bottom: 10px;
}
.main5 .main5_ma .text h1 span{
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
  background-color: #ff5d4d;
  vertical-align: top;
  padding: 0 10px;
  border-radius: 5px;
  margin-left: 16px;
}
.main5 .main5_ma .text h5{
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.main5 .main5_ma .text h5 span{
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  vertical-align: top;
}
.main5 .main5_ma ul li{
  float: left;
  width: 25%;
  text-align: center;
}
.main5 .main5_ma ul li .ico{
  margin-bottom: 5px;
}
.main5 .main5_ma ul li h3{
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}

.main6{
  padding: 35px 0 30px;
}
.main6 .main_tl{
  text-align: left;
  margin-bottom: 15px;
}
.main6 .main_tl h3{
  font-size: 18px;
  color: #5d5d5d;
  font-weight: bold;
}
.main6 .main_tl span{
  margin: 0px;
  margin-bottom: 10px;
}
.main6 .main6_ma ul{
  margin-bottom: 10px;
}
.main6 .main6_ma li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.main6 .main6_ma li:nth-child(3n){
  margin: 0px;
}
.main6 .main6_ma li img{
  width: 100%;
}
.main6 .main6_ma li .text{
  padding: 20px;
}
.main6 .main6_ma li .text h3{
  font-size: 16px;
  color: #5d5d5d;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main6 .main6_ma li .text p{
  font-size: 14px;
  line-height: 22px;
  color: #767676;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main6 .main6_ma li .text span{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #595959;
  padding-top: 15px;
  border-top: 1px solid #c6c6c6;
  transition: all 0.3s;
}
.main6 .main6_ma li .text span:before{
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 24px;
  height: 22px;
  background: url(../images/main6_ico1.png) no-repeat center right;
  transition: all 0.6s;
}
.main6 .main6_ma li .text span:after{
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  height: 1px;
  width: 0px;
  background-color: #7dc1f7;
  transition: all 0.6s;
}
.main6 .main6_ma li a:hover .text span{
  color: #008eff;
}
.main6 .main6_ma li a:hover .text span:before{
  background-position: left;
}
.main6 .main6_ma li a:hover .text span:after{
  width: 100%;
}
.main6 .main6_ma dl dd{
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 10px;
}
.main6 .main6_ma dl dd:nth-child(3n){
  margin-right: 0px;
}
.main6 .main6_ma dl dd a{
  display: block;
}
.main6 .main6_ma dl dd h3{
  position: relative;
  color: #555;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding-right: 100px;
  transition: all 0.3s;
}
.main6 .main6_ma dl dd h3 span{
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
  display: inline-block;
}
.main6 .main6_ma dl dd a:hover h3{
  color: #008eff;
}

.main7{
  height: 510px;
  background: url(../images/main7_bg.jpg) no-repeat center;
}
.main7 .main7_ma{
  position: relative;
  padding: 100px 0 0 30px;
}
.main7 .main7_ma .text{
  padding-right: 60%;
}
.main7 .main7_ma .text h3{
  font-size: 27px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.main7 .main7_ma .text .xd{
  position: relative;
  display: block;
  margin-top: 6px;
  width: 27px;
  height: 1px;
  background-color: #5d5d5d;
  margin-bottom: 10px;
}
.main7 .main7_ma .text .xd:after{
  content: "";
  position: absolute;
  left: 0px;
  height: 1px;
  width: 12px;
  background-color: #2c80e0;
}
.main7 .main7_ma .text h4{
  font-size: 15px;
  line-height: 32px;
  color: #fff;
}
.main7 .main7_ma .text h4 span{
  display: inline-block;
  font-size: 28px;
  line-height: 32px;
  color: #ffc600;
  font-weight: bold;
  vertical-align: top;
}
.main7 .main7_ma .text p{
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  padding-left: 30px;
}
.main7 .main7_ma .text p.ico1{
  background: url(../images/main7_ico1.png) no-repeat left top;
}
.main7 .main7_ma .text p.ico2{
  background: url(../images/main7_ico2.png) no-repeat left top;
}
.main7 .main7_ma .text font{
  display: block;
  width: 100%;
  height: 1px;
  background-color: #aaaaaa;
  margin: 20px 0 20px -6px;
}
.main7 .main7_ma .main7_form{
  position: absolute;
  top: 55px;
  right: 30px;
  width: 645px;
  height: 410px;
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 45px;
}
.main7 .main7_ma .main7_form li{
  margin-bottom: 18px;
  padding-left: 10px;
}
.main7 .main7_ma .main7_form h3{
  font-size: 14px;
  color: #000;
}
.main7 .main7_ma .main7_form h3 span{
  display: inline-block;
  color: #ff0000;
}
.main7 .main7_ma .main7_form h3 font{
  font-size: 12px;
  display: inline-block;
  color: #ff0000;
}

.main7 .main7_ma .main7_form li input{
  border: 1px solid #d6d6d6;
  line-height: 50px;
  height: 52px;
  width: 100%;
  outline: medium;
  border-radius: 8px;
  padding: 0 10px 0 55px;
  color: #666;
}
.main7 .main7_ma .main7_form li input.contacts{
  background: url(../images/main7_ico3.png) no-repeat center left;
}
.main7 .main7_ma .main7_form li input.mobile{
  background: url(../images/main7_ico4.png) no-repeat center left;
}
.main7 .main7_ma .main7_form li input.weixin{
  background: url(../images/main7_ico5.png) no-repeat center left;
}
.main7 .main7_ma .main7_form li input.email{
  background: url(../images/main7_ico6.png) no-repeat center left;
}
.main7 .main7_ma .main7_form li input.content{
  background: url(../images/main7_ico8.png) no-repeat center left;
}
.main7 .main7_ma .main7_form li.w2 input{
  float: left;
  width: 48%;
  margin-right: 4%;
}
.main7 .main7_ma .main7_form li.w2 input:nth-child(2){
  margin-right: 0px;
}
.main7 .main7_ma .main7_form li.su{
  padding-left: 0px;
}
.main7 .main7_ma .main7_form li.su2{
  display: none;
}
.main7 .main7_ma .main7_form li.su button{
  display: block;
  background-color: #008eff;
  border: 0px;
  width: 475px;
  height: 56px;
  line-height: 56px;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  outline: medium;
  cursor: pointer;
  margin: 0 auto;
}
.main7 .main7_ma .main7_form li.su button span{
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url(../images/main7_ico7.png) no-repeat center;
  background-size: 22px;
  vertical-align: top;
}

.foot{
  /*padding: 30px 0 20px;*/
}
.foot .foot1{
  background-color: #fff;
  padding: 50px 0 50px;
}
.foot .foot1 ul{
  font-size: 0px;
  text-align: justify;
  text-align: end;
  text-align-last: justify;
  text-justify: distribute;
  
}
.foot .foot1 li{
  display: inline-block;
  width: 22%;
  text-align: left;
  text-align-last: left;
  vertical-align: top;
}
.foot .foot1 li h3{
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 13px;
  color: #333;
  margin-bottom: 25px;
}
.foot .foot1 li h3:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.foot .foot1 li.code img{
  width: 100px;
}
.foot .foot1 li p{
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.foot .foot1 li p span{
  font-weight: bold;
}
.foot .foot1 li.qq a{
  display: block;
  margin-bottom: 10px;
  border: 1px solid #e3e3e3;
  padding-left: 40px;
  line-height: 34px;
  width: 120px;
  font-size: 12px;
  background: url(../images/foot_qq.png) no-repeat 17px center;
  transition: all 0.3s ease 0s;
}
.foot .foot1 li.qq a:hover{
  border: 1px solid #333;
  color: #fff;
  background: url(../images/foot_qq_h.png) no-repeat 17px center #333;
}
.foot .foot2{
  padding: 70px 0 50px;
  background-color: #222;
}
.foot .foot2 .f2t{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}
.foot .foot2 .nav li{
  float: left;
}
.foot .foot2 .nav li a{
  position: relative;
  display: block;
  /*display: inline-block;*/
  font-size: 14px;
  line-height: 32px;
  float: left;
  color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  transition: opacity 0.3s ease 0s;
  margin-right: 40px;
}
.foot .foot2 .nav li a:after{
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background-color: #fff;
  opacity: 0.4;
}
.foot .foot2 .nav li:last-child a:after{
  display: none;
}
.foot .foot2 .f2b p{
  color: #7a7a7a;
}
.foot .foot2 .f2b p a{
  display: inline-block;
  color: #fff;
}
.foot .foot2 .f2b p.link a{
  color: #ddd;
  margin-right: 8px;
}

.floot_left{
  position: fixed;
  z-index: 999;
  top: 48%;
  left: 0px;
}
.floot_left ul{
  width: 60px;
}
.floot_left ul li{
  /*position: relative;*/
  width: 100%;
  height: 60px;
  border-radius: 3px;
  background-color: #e14848 !important;
  background-size: 50% auto !important;
  margin-bottom: 5px;
}
.floot_left ul li.tel{
  background: url(../images/floot_left_ico1.png) no-repeat center;
}
.floot_left ul li.code{
  background: url(../images/floot_left_ico2.png) no-repeat center;
}
.floot_left ul li.zxly{
  background: url(../images/floot_left_ico3.png) no-repeat top 10px center;
  padding: 50px 0 10px;
  height: auto;
}
.floot_left ul li.zxly h3{
  width: 20px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.floot_left ul li:hover{
  background-color: #c43e3e !important;
}
.floot_left ul li .fl_tc{
  position: absolute;
  top: 0px;
  left: 70px;
  background-color: #c43e3e; 
  padding: 10px;
  border-radius: 3px;
  display: none;
}
.floot_left ul li .fl_tc h4{
  white-space:nowrap;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.floot_left ul li .fl_tc img{
  display: block;
  width: 105px;
  height: 105px;
  max-width: none;
}
.floot_left ul li:hover .fl_tc{
  display: block;
}
.floot_left ul li .fl_tc:after{
  content: "";
  position: absolute;
  top: 25px;
  left: -10px;
  border: 5px solid transparent;
  border-right: 5px solid #c43e3e;
}
.floot_left ul li.code .fl_tc:after{
  top: 90px;
}

.pagebanner{
  margin-bottom: 20px;
}
.pagebanner img{
  display: block;
  width: 100%;
}
.location{
  display: none;
}

#container {
  position: relative;
}

.newsli{
  margin-bottom: 20px;
}
.newsli .newsli_tl h3{
  font-size: 30px;
  color: #222;
  margin-bottom: 30px;
}
.newsli li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
.newsli li:first-child{
  width: 100%;
  margin-right: 0px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.newsli li:nth-child(3n+1){
  margin-right: 0px;
}
.newsli li:first-child .img{
  float: left;
  width: 35%;
  margin-right: 2%;
  overflow: hidden;
}
.newsli li:first-child .img img{
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.newsli li:first-child .text h3{
  color: #333;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  padding-top: 15px;
  margin-bottom: 10px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.newsli li:first-child .text p{
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsli li:first-child .text span{
  display: inline-block;
  width: 140px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 12px;
  color: #fff;
  background: #ed6d00;
  margin-top: 27px;
}
.newsli li:first-child a:hover .text h3{
  color: #ed6d00;
}
.newsli li:first-child img:hover{
  transform: scale(1.1);
}
.newsli li .text2{
  background-color: #fff;
  padding: 25px 30px;
}
.newsli li .text2 h5{
  display: block;
  line-height: 24px;
  font-size: 18px;
  color: #666;
}
.newsli li .text2 h3{
  margin-top: 11px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.newsli li .text2 p{
  margin-top: 15px;
  height: 66px;
  overflow: hidden;
  line-height: 22px;
  font-size: 12px;
  color: #999;
}
.newsli li .text2 span{
  display: block;
  margin-top: 18px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  transition: all 0.3s;
}
.newsli li a:hover .text2 h3{
  color: #ed6d00;
}


.newslist .news_more{
  display: block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #999;
  font-size: 16px;
  background-color: #fff;
  margin: 30px auto 0;
  cursor: pointer;
  font-family: "Base-font";
  transition: all 0.4s ease 0s;
}

/*news*/
.news{
  padding-top: 30px;
}
.news .news_tl{
  text-align: center;
  margin-bottom: 60px;
}
.news .news_tl h3{
  font-size: 24px;
  color: #222;
  margin-bottom: 15px;
}
.news .news_tl span{
  display: block;
  font-size: 14px;
  color: #999;
}
.news .news_con{
  margin-bottom: 50px;
}
.news .news_con p{
  color: #777;
  font-size: 14px;
  line-height: 28px;
}
.news .fy{
  border-top: 1px dashed #ccc;
  margin-bottom: 30px;
  padding-top: 10px;
}
.news .fy p{
  line-height: 24px;
  color: #555;
}
.news .fy p a{
  display: inline-block;
  color: #555;
  transition: all 0.3s; 
}
.news .fy p a:hover{
  display: inline-block;
  color: #b40000;
}

/*contact*/
.contact{
  position: relative;
  background-color: #fff;
  min-height: 400px;
  margin-bottom: 20px;
}
.contact .left{
  width: 45%;
  height: 100%;
  padding: 120px 0 100px 5%;
}
.contact .left h3{
  font-size: 80px;
  line-height: 86px;
  color: #333;
}
.contact .left h5{
  font-size: 16px;
  line-height: 36px;
  color: #3e3c36;
  margin-bottom: 30px;
}
.contact .left li{
  position: relative;
  margin-bottom: 60px;
}
.contact .left li:after{
  content: "";
  position: absolute;
  left: 0px;
  bottom: -30px;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.contact .left li:nth-child(1){
  padding-left: 90px;
  background: url(../images/contact_ico2.png) no-repeat center left;
  background-size: 64px;
}
.contact .left li:nth-child(2){
  padding-left: 90px;
  background: url(../images/contact_ico1.png) no-repeat center left;
}
.contact .left li:last-child{
  margin-bottom: 0px;
}
.contact .left li:last-child:after{
  display: none;
}
.contact .left li p{
  line-height: 28px;
  font-size: 14px;
  color: #666;
}
.contact .right{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  padding: 120px 0 0 5%;
  background-color: #333;
}
.contact .right h3{
  position: relative;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 50px;
}
.contact .right h3:after{
  content: "";
  position: absolute;
  left: 0px;
  bottom: -25px;
  width: 9px;
  height: 2px;
  background-color: #9a9a9a;
}
.contact .right h5{
  display: block;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-bottom: 50px;
}
.contact .right li{
  float: left;
  margin-right: 20px;
  text-align: center;
}
.contact .right li:last-child{
  margin-right: 0px;
}
.contact .right li p{
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  opacity: 0.8;
}
.contact .right li span{
  display: block;
  font-size: 48px;
  line-height: 64px;
  color: #fff;
}
.contact .right li font{
  display: block;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  opacity: 0.4;
}

.contact_map{
  height: 400px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.case_bg{
  /*background-color: #fff;*/
}
.case_nav{
  text-align: center;
  margin-bottom: 35px;
}
.case_nav h3{
  font-size: 26px;
  line-height: 42px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.case_nav ul{
  font-size: 0px;
}
.case_nav li{
  display: inline-block;
  margin: 0 25px;
}
.case_nav li a{
  display: block;
  color: #666;
  padding: 0 10px;
}
.caselist{
  margin-bottom: 30px;
}
.caselist li{
  float: left;
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
  margin-bottom: 25px;
}
.caselist li:nth-child(3n){
  margin-right: 0px;
}
.caselist li .img{
  overflow: hidden;
}
.caselist li .img a{
  display: block;
  position: relative;
}
.caselist li .img img{
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.caselist li .img .bbg{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: all 0.3s;
}
.caselist li .img .text{
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-top: -30px;
  color: #fff;
}
.caselist li .img .text span{
  display: block;
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
  transition: all 0.3s;
}
.caselist li .content{
  padding: 20px 25px 10px;
  border: 1px solid #ddd;
  border-top: 0px;
}
.caselist li .content h3 a{
  display: inline-block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.caselist li .content h5{
  line-height: 24px;
  font-size: 12px;
  min-height: 24px;
  color: #666;
}
.caselist li .content h5 font{
  display: inline-block;
  margin: 0 5px;
}
/*.caselist li .content span{
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin-top: 25px;

}*/
.caselist li .content a.more{
  position: relative;
  display: block;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  line-height: 36px;
  background: url(../images/more_jt.png) no-repeat center right;
  opacity: 0.8;
}


.caselist li:hover .img img{
  transform: scale(1.1);
}
.caselist li:hover .img .bbg{
  opacity: 0.7;
}
.caselist li:hover .img .text span{
  width: 6px;
}
.caselist li:hover a.more{
  opacity: 1;
}

.caselist .case_more{
  display: block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #999;
  font-size: 16px;
  background-color: #fff;
  margin: 30px auto 0;
  cursor: pointer;
  font-family: "Base-font";
  transition: all 0.4s ease 0s;
}