﻿* {
	/*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;
}
.w100{
  width: 100%;
}
.left{
	float: left;
}
.right{
	float: right;
}

/*top*/
.top{
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background-color: #fff;
  padding-right: 30px;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.top .nav_btn{
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 25px 20px;
  height: 80px;
  /*background-color: #ccc;*/
}
.top .nav_btn p{
  width: 30px;
  height: 5px;
  background-color: #464646;
  margin-top: 5px;
  transition: all 0.3s;
}
.top .nav_btn p:nth-child(1){
  margin-top: 0;
  width: 30px;
}
.top .nav_btn p:nth-child(2){
  width: 26px;
}
.top .nav_btn p:nth-child(3){
  width: 22px;
}

.top .nav_btn.on p{
  width: 30px;
  height: 4px;
}
.top .nav_btn.on p:nth-child(1){
  margin-top: 15px;
  transform: rotate(45deg);
}
.top .nav_btn.on p:nth-child(2){
  display: none;
}
.top .nav_btn.on p:nth-child(3){
  margin-top: -4px;
  transform: rotate(-45deg);
}

.top .logo{
  text-align: center;
}
.top .logo a{
  font-size: 0px;
  display: inline-block;
  margin-top: 15px;
   float: left;
    margin-left: 90px;
}
.top .top_tel{
  position: absolute;
  right: 20px;
  top: 25px;
}
.top .top_tel a{
  display: block;
  font-size: 17px;
  line-height: 34px;
  color: #00998d;
  padding-left: 60px;
}
.top .top_tel a:before{
  content: "";
  position: absolute;
  left: 0px;
  width: 34px;
  height: 34px;
  background: url(/m/images/top_tel.png) no-repeat center;
}

.nav_menu{
  position: fixed;
  z-index: 99;
  top: 80px;
  left: -80%;
  height: 100%;
  width: 80%;
  background-color: #fff;
  border-right: 1px solid #eee;
  /*box-shadow: 0 0 5px rgba(0,0,0,.2);*/
  transition: all 0.3s;
}
.nav_menu li{
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #eee;
}
.nav_menu li a{
  display: block;
  font-size: 18px;
  line-height: 32px;
}
.nav_menu_bg{
  display: none;
  position: fixed;
  z-index: 98;
  top: 0px;
  /*left: -100%;*/
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  transition: all 0.3s;
}

/*top end*/


/*foot*/
footer .foot_top{
  background-color: #1eab9f;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .foot_top ul{
  margin: 0 10px;
}
footer .foot_top li{
  float: left;
  width: 32%;
  margin-right: 2%;
}
footer .foot_top li:nth-child(3){
  margin-right: 0px;
}
footer .foot_top li img{
  float: left;
  display: block;
  margin-right: 10px;
}
footer .foot_top li h3{
  color: #fff;
  font-size: 18px;
}
footer .foot_top li p{
  color: #fff;
  font-size: 14px;
}
footer .foot_bottom{
  position: relative;
  background-color: #363636;
  /*padding: 20px 0;*/
}
footer .foot_bottom p{
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}

/*foot end*/

.banner{
  width: 100%;
  height: 260px;
  background: url(/m/images/banner3.jpg) no-repeat center;
  margin-top: 80px;
}

.main_title{
  text-align: center;
}
.main_title h3{
  font-size: 32px;
  font-weight: bold;
  color: #414141;
  margin-bottom: 10px;
}
.main_title p{
  display: inline-block;
  font-size: 17px;
  color: #898989;
}

.main1{
  padding: 30px 0 40px 0;
}
.main1 .main_title{
  margin-bottom: 30px;
}
.main1 .main_title h3{
  margin-bottom: 5px;
}
.main1 ul{
  margin-bottom: 15px;
  padding: 0 40px;
}
.main1 ul li{
  position: relative;
  float: left;
  width: 46%;
  margin-right: 8%;
  margin-bottom: 30px;
}
.main1 ul li:nth-child(2n){
  margin-right: 0px;
}
.main1 ul li .pic{
  position: absolute;
  left: 38px;
  top: 0px;
}
.main1 ul li h3{
  font-size: 18px;
  color: #282828;
  padding-left: 85px;
  line-height: 40px;
  margin-bottom: 10px;
}
.main1 ul li p{
  font-size: 15px;
  line-height: 24px;
  color: #898989;
}
.main1 a{
  display: block;
  width: 280px;
  height: 48px;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  background-color: #1eab9f;
  border-radius: 40px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s;
}
.main1 a:hover{
  transform: translateY(-2px);
  box-shadow: 0px 2px 4px 3px rgba(0,0,0,0.1);
}

.main2{
  padding: 30px 0 10px;
  background-color: #f0f0f0;
}
.main2 .main_title{
  margin-bottom: 35px;
}
.main2 ul{
  padding: 0 25px;
}
.main2 ul li{
  position: relative;
  float: left;
  width: 48%;
  min-height: 85px;
  margin-right: 4%;
  padding-left: 105px;
  margin-bottom: 30px;
}
/*.main2 ul li:nth-child(-n+3){
  margin-bottom: 50px;
}*/
.main2 ul li:nth-child(2n){
  margin-right: 0px;
}
.main2 ul li .pic{
  position: absolute;
  left: 0px;
  top: 0px;
}
.main2 ul li h3{
  font-size: 16px;
  font-weight: bold;
  color: #272727;
  line-height: 32px;
}
.main2 ul li p{
  font-size: 15px;
  line-height: 22px;
  color: #272727;
}

.main3{
  padding: 30px 0 20px;
}
.main3 .main_title{
  margin-bottom: 15px;
}
.main3 .main_title h3{
  margin-bottom: 5px;
}
.main3 .main3_con{
  padding: 0px 25px;
  /*background: url(/m/images/main3_pic1.jpg) no-repeat center top #f0f0f0;*/
}
.main3 .main3_con .pic{
  margin-bottom: 10px;
}
.main3 .main3_con img{
  display: block;
}
.main3 .main3_con p{
  font-size: 15px;
  color: #232323;
  line-height: 29px;
  padding-left: 5px;
}

.main4{
  width: 100%;
  height: 108px;
  background: url(/m/images/main4_bg.jpg) no-repeat center;
}


.main5{
  padding: 20px 0 0px;
}

.main5 .main_title{
  margin-bottom: 25px;
}
.main5 dl{
  margin-bottom: 5px;
  padding: 0 30px;
}
.main5 dl dd{
  float: left;
  width: 46%;
  margin-right: 8%;
  padding-left: 80px;
  background: url(/m/images/main5_ico1.png) no-repeat left top;
  margin-bottom: 25px;
  transition: all 0.3s;
}
.main5 dl dd:nth-child(1){
  background: url(/m/images/main5_ico1.png) no-repeat left top;
}
.main5 dl dd:nth-child(2){
  background: url(/m/images/main5_ico2.png) no-repeat left top;
}
.main5 dl dd:nth-child(3){
  background: url(/m/images/main5_ico3.png) no-repeat left top;
}
.main5 dl dd:nth-child(4){
  background: url(/m/images/main5_ico4.png) no-repeat left top;
}
.main5 dl dd:nth-child(2n){
  margin-right: 0px;
}
.main5 dl dd h3{
  font-size: 22px;
  font-weight: bold;
  color: #363636;
  transition: all 0.3s;
}
.main5 dl dd span{
  display: block;
  width: 45px;
  height: 2px;
  margin: 8px 0;
  background-color: #363636;
  transition: all 0.3s;
}
.main5 dl dd p{
  font-size: 15px;
  line-height: 22px;
  color: #363636;
  transition: all 0.3s;
}
.main5 dl dd:nth-child(3) p{
  width: 170px;
}
.main5 dl dd:hover h3,.main5 dl dd:hover p{
  color: #00c1b1;
}
.main5 dl dd:hover span{
  background-color: #00c1b1;
}
.main5 dl dd:nth-child(1):hover{
  background: url(/m/images/main5_ico1a.png) no-repeat left top;
}
.main5 dl dd:nth-child(2):hover{
  background: url(/m/images/main5_ico2a.png) no-repeat left top;
}
.main5 dl dd:nth-child(3):hover{
  background: url(/m/images/main5_ico3a.png) no-repeat left top;
}
.main5 dl dd:nth-child(4):hover{
  background: url(/m/images/main5_ico4a.png) no-repeat left top;
}

.main5 ul{
  margin: 0 20px;
}
.main5 ul li{
  float: left;
  width: 100%;
}
.main5 ul li:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.main5 ul li .left,.main5 ul li .right{
  width: 50%;
}
.main5 ul li .pic{
  position: relative;
}
.main5 ul li .pic:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}
.main5 ul li .pic img{
  display: block;
  width: 100%;
  height: 210px;
}
.main5 ul li .text{
  height: 210px;
  background-color: #f0f0f0;
  padding: 25px 25px 0 25px;
  transition: all 0.3s;
}
.main5 ul li .text h3{
  font-size: 17px;
  color: #b60000;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.main5 ul li .text p{
  font-size: 15px;
  color: #272727;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.main5 ul li .text a{
  display: block;
  width: 120px;
  font-size: 14px;
  line-height: 32px;
  color: #272727;
  border: 1px solid #272727;
  text-align: center;
  transition: all 0.3s;
}
.main5 ul li.on .text{
  background-color: #1eab9f;
}
.main5 ul li.on .text h3{
  color: #fff000;
}
.main5 ul li.on .text p{
  color: #fff;
}
.main5 ul li.on .text a{
  color: #fff;
  border: 1px solid #fff;
}

.main6{
  padding: 25px 0 10px 0;
}
.main6 .main_title{
  margin-bottom: 15px;
}
.main6 dl{
  margin: 0 40px;
}
.main6 dl dd{
  position: relative;
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  background-color: #fff;
  transition: all 0.3s;
}
.main6 dl dd:nth-child(2n){
  margin-right: 0px;
}
.main6 dl dd img{
  display: block;
  width: 100%;
  opacity: 1;
  transition: all 0.3s;
}
.main6 dl dd:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0);
  transition: all 0.3s;
}
.main6 dl dd:hover:after{
  background-color: rgba(0,0,0,0.2);
}

.main7{
  background-color: #ebebeb;
  padding: 30px 0 50px 0;
}
.main7 .main_title{
  margin-bottom: 25px;
}
.main7 .main_title h3{
  margin-bottom: 5px;
}
.main7 .main_title p{
  color: #222;
  font-size: 17px;
}
.main7 ul{
  margin: 0 20px;
}
.main7 ul li{
  position: relative;
  float: left;
  width: 31%;
  margin-right: 3.5%;
  /*background-color: #fff;*/
  border: 1px solid #C3C3C3;
  padding: 30px 0;
  transition: all 0.3s;
}
.main7 ul li:nth-child(3){
  margin-right: 0px;
}
.main7 ul li img{
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.main7 ul li h3{
  text-align: center;
  color: #222;
  font-size: 18px;
  transition: all 0.3s;
}
.main7 ul li a{
  display: block;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  line-height: 26px;
  text-align: center;
  color: #333;
  background-color: #c3c3c3;
  transition: all 0.3s;
}
.main7 ul li:hover{
  border-color: #1eab9f;
}
.main7 ul li:hover a{
  background-color: #1eab9f;
  color: #fff;
}
/*.main7 ul li:hover h3{
  color: #fff;
}*/
.main7 ul li .inmain10_ico{
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.main7 ul li .inmain10_ico .ico{
  position: relative;
  /*left: -100px;*/
  width: 100px;
  height: 100px;
  /*-webkit-filter: drop-shadow(#363636 100px 0px);
    filter: drop-shadow(#363636 100px 0px);
    border-right: 100px solid transparent;*/
    transition: all 0.3s;
}
.main7 ul li:nth-child(1) .inmain10_ico .ico{
  background: url(/m/images/inmain10_ico1.png) no-repeat center;
}
.main7 ul li:nth-child(2) .inmain10_ico .ico{
  background: url(/m/images/inmain10_ico2.png) no-repeat center;
}
.main7 ul li:nth-child(3) .inmain10_ico .ico{
  background: url(/m/images/inmain10_ico3.png) no-repeat center;
}
.main7 ul li:nth-child(4) .inmain10_ico .ico{
  background: url(/m/images/inmain10_ico4.png) no-repeat center;
}