* {
	/*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;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w1150{
  width: 1150px;
  margin: 0 auto;
}
.w1100{
  width: 1100px;
  margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
/*.banner li{
  height: 580px;
}*/

.flexslider{
  height: 540px;
}
.flexslider .slides li{
  height: 540px;
}
.flexslider .slides li a{
  display: block;
  height: 100%;
}

body.index_bg{
  background-color: #f5f5f5;
}

.top_xx{
  background-color: #1ea838;
  line-height: 40px;
}
.top_xx p{
  font-size: 13px;
  color: #fff;
}
.top_xx .right p{
  display: inline-block;
  margin-left: 25px;
  padding-left: 25px;
}
.top_xx p.tel{
  padding-left: 20px;
  background: url(../images/top_tel.png) no-repeat center left;
}
.top_xx p.email{
  background: url(../images/top_email.png) no-repeat center left;
}


.top{
  position: relative;
  z-index: 99999;
  height: 90px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.top .w1200{
  height: 100%;
}
.top .logo{
  height: 100%;
  width: 250px;
  margin-right: 80px;
}
.top .logo a{
  display: block;
  height: 100%;
  line-height: 90px;
  vertical-align: middle;
}
.top .logo a img{
  display: inline-block;
  vertical-align: middle;
}
.top .nav{
  float: left;
}
.top .nav ul{
  padding-right: 10px;
  border-right: 1px solid #b5b5b5;
}
.top .nav ul li{
  /*position: relative;*/
  float: left;
  margin: 0 20px;
}
.top .nav ul li a{
  position: relative;
  display: block;
  line-height: 87px;
  font-size: 14px;
  color: #3d3d3d;
  padding: 0px 5px;
  transition: all 0.3s;
  border-bottom: 3px solid transparent;
}
.top .nav ul li.on>a:after{
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-bottom: 6px solid #ccc;
  border-top: 0px;
  transition: all 0.3s;
}
.top .nav ul li:hover>a{
  color: #015198;
  border-bottom: 3px solid #015198;
}
.top .nav ul li.on:hover>a:after{
  transform: rotate(180deg);
  border-bottom-color: #015198;
}
.top .nav ul li .xl{
  display: none;
  position: absolute;
  z-index: 999;
  left: 0px;
  top: 90px;
  width: 100%;
  /*padding: 10px 0;*/
  background-color: #f5f5f5;
}
.top .nav ul li .xl .w1150{
  background-color: #f5f5f5;
  padding: 60px 110px 60px 100px;
}
.top .nav ul li .xl .w1150 .left dd{
  width: 400px;
}
.top .nav ul li .xl .w1150 .left dd a{
  display: block;
  line-height: 42px;
  color: #232323;
  font-size: 16px;
  padding: 0 0 0 20px;
  background: url(../images/top_jt.png) no-repeat center right 65px;
}
.top .nav ul li .xl .w1150 .left dd a:hover{
  color: #fff;
  background: url(../images/top_jt.png) no-repeat center right 35px #015198;
}
.top .nav ul li .xl .w1150 .right{
  padding: 0px;
}
.top .nav ul li .xl .w1150 .right img{
  display: block;
  margin-bottom: 10px;
}
.top .nav ul li .xl .w1150 .right h3{
  color: #686868;
  font-size: 16px;
  margin-bottom: 30px;
}
.top .nav ul li .xl .w1150 .right a{
  display: block;
  width: 170px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  padding: 0 40px 0 0;
  background: url(../images/top_jt.png) no-repeat center right 35px #015198;
  border-radius: 0px;
}
.top .nav ul li .xl .w1150 .right a:hover{
  background-position: center right 25px !important;
}

.top .right{
  /*position: relative;*/
  padding-top: 30px;
}

.top .right .search{
  position: relative;
  margin-right: 20px;
}
.top .right .search a{
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/top_search.png) no-repeat center;
  background-color: #d0d0d0;
  border-radius: 100%;
}
.top .right .search img{
  display: inline-block;
  vertical-align: middle;
}
.top .right .search_box{
  display: none;
  position: absolute;
  z-index: 99;
  top: 60px;
  right: -55px;
  width: 300px;
  padding: 15px 0px;
}
.top .right .search_box input{
  float: left;
  width: 264px;
  height: 36px;
  line-height: 34px;
  padding: 0 5px;
  border: 1px solid #aaa;
  outline:none;
}
.top .right .search_box button{
  float: right;
  width: 36px;
  height: 36px;
  border: 0px;
  background: url(../images/top_search_ico.png) no-repeat center #aaa;
  outline:none;
  cursor: pointer;
  transition: all 0.3s;
}
.top .right .search_box button:hover{
  background-color: #d30000;
}
.top .search_box_bg{
  position: absolute;
  z-index: 9;
  left: 0px;
  top: 90px;
  display: none;
  width: 100%;
  height: 66px;
  background-color: #f5f5f5;
}
.top .right .contact{
  position: relative;
  margin-right: 20px;
}
.top .right .contact a{
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/top_contact.png) no-repeat center;
  background-color: #1ea838;
  border-radius: 100%;
}






.top .right .top_nav_btn{
  display: none;
}
.nav_menu{
  display: none;
}
.nav_menu{
  display: none;
}


.main1{
  margin: 50px 0 40px;
}
.main1 .img img{
  display: block;
}
.main1 .text{
  width: 540px;
  padding-top: 40px;
  padding-right: 20px;
}
.main1 .text h3{
  font-size: 27px;
  color: #70bc38;
  font-weight: bold;
  margin-bottom: 5px;
}
.main1 .text h5{
  font-size: 28px;
  color: #484848;
  font-weight: bold;
  margin-bottom: 5px;
}
.main1 .text p{
  font-size: 13px;
  color: #484848;
  line-height: 20px;
}
.main1 .text img{
  display: block;
  margin: 20px 0;
}
.main1 .text a{
  display: block;
  width: 125px;
  line-height: 32px;
  background-color: #70bc38;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 20px;
}

.main2{
  margin-bottom: 20px;
}
.main2 li{
  float: left;
  width: 23%;
  margin-right: 2.66%;
}
.main2 li:nth-child(4n){
  margin-right: 0px;
}
.main2 li a{
  display: block;
}
.main2 li img{
  display: block;
  width: 100%;
}
.main2 li h3{
  position: relative;
  font-size: 15px;
  color: #484848;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s;
}
.main2 li h3:after{
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 0px;
  height: 100%;
  background-color: #1ea838;
  opacity: 0;
  transition: all 0.3s;
}
.main2 li a:hover h3{
  color: #fff;
}
.main2 li a:hover h3:after{
  opacity: 1;
  left: 0px;
  width: 100%;
}

.main3{
  height: 625px;
  padding-top: 65px;
  background: url(../images/main3_bg.jpg) no-repeat center;
  margin-bottom: 40px;
}
.main3 .left{
  width: 430px;
}
.main3 .left h3{
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 35px;
}
.main3 .left h3 span{
  display: inline-block;
  font-size: 32px;
  color: #ffd200;
  font-weight: bold;
}
.main3 .left h3:after{
  position: absolute;
  bottom: -10px;
}
.main3 .left p{
  font-size: 18px;
  color: #fff;
}
.main3 .left h5{
  font-size: 22px;
  color: #fff;
  margin-bottom: 85px;
}
.main3 .right{
  width: 715px;
}
.main3 .right .inpro_nav{
  margin-bottom: 15px;
}
.main3 .right .inpro_nav li{
  float: left;
  width: 16%;
  margin-right: 0.8%;
}
.main3 .right .inpro_nav li:nth-child(6n){
  margin-right: 0px;
}
.main3 .right .inpro_nav li a{
  display: block;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s;
}
.main3 .right .inpro_nav li a:hover{
  color: #01a296;
  background-color: #fff;
}
.main3 .right .inpro_li li{
  float: left;
  width: 32.8%;
  margin-right: 0.8%;
  margin-bottom: 6px;
}
.main3 .right .inpro_li li:nth-child(3n){
  margin-right: 0px;
}
.main3 .right .inpro_li li img{
  display: block;
  width: 100%;
}
.main3 .right .inpro_li li a{
  display: block;
  position: relative;
}
.main3 .right .inpro_li li .text{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 6px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s;
}
.main3 .right .inpro_li li .text .bk1{
  height: 100%;
  padding: 5px;
  background-color: rgba(1,145,166,0.7);
}
.main3 .right .inpro_li li .text .bk2{
  height: 100%;
  border: 1px solid #fff;
}
.main3 .right .inpro_li li .text h3{
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  font-size: 22px;
  line-height: 24px;
  margin-top: -26px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.main3 .right .inpro_li li .text h3:after{
  position: absolute;
  left: 50%;
  bottom: -28px;
  content: "+";
  background-color: #70bc38;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  margin-left: -12px;
  line-height: 24px;
  text-align: center;
}
.main3 .right .inpro_li li a:hover .text{
  transform: scale(1);
  opacity: 1;
}

.main4{
  margin-bottom: 35px;
}
.main4 .main4_tl{
  padding-bottom: 25px;
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 30px;
}
.main4 .main4_tl h3{
  font-size: 24px;
  color: #464646;
  font-weight: bold;
}
.main4 .main4_con li{
  position: relative;
  float: left;
  width: 48%;
  height: 240px;
  margin-right: 4%;
  padding-left: 230px;
  background-color: #e9e9e9;
}
.main4 .main4_con li:nth-child(2n){
  margin-right: 0px;
}
.main4 .main4_con li .img{
  position: absolute;
  left: 30px;
  top: 50%;
  width: 176px;
  height: 176px;
  margin-top: -88px;
  padding: 5px;
  background-color: #fff;
  border-radius: 100%;
}
.main4 .main4_con li .text{
  padding-top: 65px;
}
.main4 .main4_con li .text h3{
  font-size: 22px;
  color: #464646;
  font-weight: bold;
  margin-bottom: 5px;
}
.main4 .main4_con li .text p{
  padding-left: 28px;
  font-size: 15px;
  line-height: 22px;
  color: #484848;
}
.main4 .main4_con li .text p.mob{
  background: url(../images/main4_ico1.png) no-repeat center left 5px;
}
.main4 .main4_con li .text p.email{
  background: url(../images/main4_ico2.png) no-repeat center left;
}
.main4 .main4_con li .text a{
  display: block;
  margin-top: 15px;
  width: 125px;
  height: 25px;
  color: #fff;
  line-height: 25px;
  border-radius: 20px;
  text-align: center;
  background: url(../images/main4_ico3.png) no-repeat center right 12px;
  background-color: #70bc38;
  padding-right: 18px;
}

.main5{
  margin-bottom: 15px;
}
.main5 .main5_img{
  margin-bottom: 20px;
}
.main5 .main5_img a{
  display: block;
}
.main5 .main5_img img{
  display: block;
}
.main5 .main5_con li{
  float: left;
  width: 23%;
  margin-right: 2.66%;
}
.main5 .main5_con li:nth-child(4n){
  margin-right: 0px;
}
.main5 .main5_con li a{
  display: block;
}
.main5 .main5_con li .img{
  position: relative;
  border: 1px solid #d8d8d8;
}
.main5 .main5_con li .img:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: all 0.3s;
}
.main5 .main5_con li img{
  display: block;
}
.main5 .main5_con li h3{
  text-align: center;
  font-size: 15px;
  color: #484848;
  line-height: 46px;
  transition: all 0.3s;
}
.main5 .main5_con li a:hover h3{
  color: #015198;
}
.main5 .main5_con li a:hover .img:after{
  opacity: 0.3;
}

.main6{
  margin-bottom: 15px;
}
.main6 .main6_img{
  margin-bottom: 20px;
}
.main6 .main6_img a{
  display: block;
}
.main6 .main6_img img{
  display: block;
}
.main6 .main6_con li{
  float: left;
  width: 23%;
  margin-right: 2.66%;
}
.main6 .main6_con li:nth-child(4n){
  margin-right: 0px;
}
.main6 .main6_con li a{
  display: block;
}
.main6 .main6_con li .img{
  position: relative;
  border: 1px solid #d8d8d8;
}
.main6 .main6_con li .img:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: all 0.3s;
}
.main6 .main6_con li img{
  display: block;
}
.main6 .main6_con li h3{
  text-align: center;
  font-size: 15px;
  color: #484848;
  line-height: 46px;
  transition: all 0.3s;
}
.main6 .main6_con li a:hover h3{
  color: #015198;
}
.main6 .main6_con li a:hover .img:after{
  opacity: 0.3;
}


















.foot{
  background-color: #1EA838;
  padding-top: 50px;
}
.foot .w1200{
  /*padding: 0 40px;*/
}
.foot .foot_left{
  float: left;
  width: 410px;
  padding-left: 20px;
  margin-right: 75px;
}
.foot .foot_left img.foot_logo{
  display: block;
  margin-bottom: 15px;
}
.foot .foot_left p{
  font-size: 13px;
  color: #fff;
  padding-left: 25px;
  margin-bottom: 10px;
}
.foot .foot_left p.tel{
  background: url(../images/foot_tel.png) no-repeat center left;
}
.foot .foot_left p.address{
  background: url(../images/foot_address.png) no-repeat center left;
}
.foot .foot_left .search_box{
  margin-top: 13px;
}
.foot .foot_left .search_box input{
  float: left;
  width: 335px;
  height: 28px;
  border: 1px solid #AFD2B6;
  background-color: #fff;
  padding: 0 10px;
  color: #eee;
  outline: none;
  margin-right: 5px;
}
.foot .foot_left .search_box input::-webkit-input-placeholder {
  color: #acacac;
}
.foot .foot_left .search_box button{
  float: left;
  vertical-align: top;
  width: 40px;
  height: 28px;
  background-color: #0055C8;
  border: 0px;
  padding: 4px 0;
  cursor: pointer;
  outline: none;
}
.foot .foot_left .search_box button img{
  height: 100%;
}

.foot .foot_nav{
  float: left;
}
.foot .foot_nav li{
  float: left;
  width: 210px;
}
.foot .foot_nav li>a{
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.3s;
  text-transform: capitalize;
}
.foot .foot_nav li dd>a{
  display: block;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.foot .foot_nav li a:hover{
  color: #d1d1d1;
}

.foot .foot_code{
  float: right;
}
.foot .foot_code img{
  display: block;
  max-width: 135px;
}
.foot .foot_code li{
  float: left;
  margin-right: 35px;
}
.foot .foot_code li:nth-child(2){
  margin-right: 0px;
}
.foot .foot_code li img{
  display: block;
  margin-bottom: 10px;
}
.foot .foot_code li h3{
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.foot2{
  margin-top: 30px;
}
.foot2 p{
  padding-left: 20px;
  font-size: 14px;
  color: #fff;
  line-height: 60px;
  border-top: 1px solid #AFD2B6;
}


.page_ban{
  height: 400px;
}
.page_ban .w1200{
  display: block !important;
  height: 100%;
  position: relative;
}
.page_ban .text{
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -20px;
}
.page_ban .text h3{
  position: relative;
  font-size: 30px;
  line-height: 24px;
  color: #fff;
}
.page_ban .text h3:after{
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 60px;
  height: 3px;
  background-color: #fff;
}
.page_nav{
  /*height: 70px;*/
  background-color: #eee;
}
.page_nav .w1200{
  position: relative;
}
.page_nav li{
  float: left;
  min-width: 150px;
}
.page_nav li a{
  display: block;
  text-align: center;
  color: #777;
  font-size: 16px;
  line-height: 70px;
  transition: all 0.3s;
  padding: 0 10px;
}
.page_nav li a:hover,.page_nav li.on a{
  color: #fff;
  background-color: #1ea838;
}
.location{
  padding: 20px 0;
  /*margin-bottom: 20px;*/
}
.location p{
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.location p a{
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  transition: all 0.3s; 
}
.location p span{
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  margin: 0 8px;
  font-weight: bold;
}
.location p a:hover{
  color: #222;
}

.about{
  margin-bottom: 40px;
}
.about .about_tl h3 {
    font-size: 30px;
    margin-bottom: 40px;
    color: #222;
}
.about p{
  color: #777;
  font-size: 14px;
  line-height: 28px;
}
.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:nth-child(3n){
  margin-right: 0px;
}
.newsli li a{
  display: block;
  border: 2px solid #e5e5e5;
  padding: 2px;
  transition: all 0.3s;
}
.newsli li img{
  display: block;
  background-color: #ddd;
  width: 100%;
}
.newsli li .text{
  padding: 10px 15px;
}
.newsli li .text h3{
  color: #222;
  font-size: 16px;
  line-height: 28px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.newsli li .text p{
  color: #777;
  font-size: 14px;
  line-height: 28px;
  /*height: 84px;*/
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsli li .text h5{
  color: #777;
  font-size: 36px;
  line-height: 28px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.newsli li .text span{
  display: block;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.newsli li a:hover{
  border: 2px solid #015198;
}
.newsli li a:hover h3{
  color: #015198;
}
.newsli li a:hover h5{
  color: #015198;
}

.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 .news_tj{
  margin-bottom: 110px;
}
.news .news_tj li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n){
  margin-right: 0px;
}

.news .news_tj li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n){
  margin-right: 0px;
}
.news .news_tj li a{
  display: block;
  border: 3px solid #fff;
  transition: all 0.3s;
}
.news .news_tj li img{
  display: block;
  background-color: #ddd;
  width: 100%;
}
.news .news_tj li .text{
  padding: 20px 15px;
}
.news .news_tj li .text h3{
  font-size: 18px;
  line-height: 30px;
  color: #222;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news .news_tj li .text font{
  display: block;
  width: 12px;
  height: 2px;
  background-color: #666;
  margin: 5px 0;
}
.news .news_tj li .text span{
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #777;
  margin-bottom: 5px;
  font-family: "arial";
}
.news .news_tj li .text p{
  font-size: 14px;
  line-height: 30px;
  color: #777;
}
.news .news_tj li a:hover{
  border: 3px solid #015198;
}
.news .fy{
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.news .fy .prev,.news .fy .next{
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 10px;
}
.news .fy a{
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #999;
  line-height: 35px;
  text-align: center;
  font-family: "宋体";
  transition: all 0.3s;
  /*background-color: #f1f1f1;*/
}
.news .fy a:hover{
  background-color: #015198;
  color: #fff;
}

/*product*/

.pro_tl{
  padding-bottom: 40px;
  border-bottom: 1px solid #777;
  margin-bottom: 20px;
}
.pro_tl h3{
  font-size: 30px;
  color: #222;
}
.pro_li{
  position: relative;
  margin-bottom: 60px;
  padding-left: 320px;
}
.pro_li li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 25px;
}
.pro_li li:nth-child(3n){
  margin-right: 0px;
}
.pro_li li a{
  display: block;
}
.pro_li li img{
  display: block;
  /*margin-bottom: 10px;*/
  border: 1px solid #eee;
}
.pro_li li h3{
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  color: #777;
  text-align: center;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  background-color: #eee;
}
.pro_li li a:hover h3{
  color: #fff;
  background-color: #015198;
}

/*产品侧边栏*/
.pro_left{
  position: absolute;
  left: 0px;
  float: left;
  width: 280px;
}
/*.pro_left dt{
  margin-bottom: 2px;
}*/
.pro_left dt a{
  position: relative;
  display: block;
  background-color: #1ea838;
  padding: 20px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pro_left dt img{
  display: block;
  margin: 0 auto;
}
.pro_left dd{
  margin-top: 1px;
}
.pro_left dd a{
  position: relative;
  display: block;
  color: #777;
  background-color: #DFDFDF;
  padding: 20px 40px 20px 20px;
}
.pro_left dd a:before{
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  content: ">>";
  color: #777;
}
.pro_right{
  float: right;
  width: 100%;
}

/*产品列表手机下拉*/
.page_nav .right{
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
}
.page_nav .right .pro_xl{
  position: relative;
}
.page_nav .pro_btn{
  position: relative;
  width: 120px;
  max-width: 100%;
  /*height: 32px;*/
  line-height: 30px;
  border: 1px solid #ccc;
  /*padding: 14px 0;*/
  display: block;
  text-align: center;
}
.page_nav .pro_btn:after{
  position: absolute;
  right: 10px;
  top: 6px;
  line-height: 20px;
  content: ">";
  font-family: "宋体";
  transition: all 0.3s;
}
.page_nav .pro_btn.on:after{
  transform: rotate(90deg);
}
.page_nav .pro_btn a{
  display: block;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #333;
  width: 100%;
  padding-left: 10px;
  text-align: left;
}
.page_nav dl{
  display: none;
  position: absolute;
  z-index: 99;
  top: 32px;
  width: 200px;
  max-width: 100%;
  background-color: #eee;
  /*display: block;*/
  border: 1px solid #ccc;
  border-top: 0px;
}
.page_nav dl dd{
  height: 32px;
  float: none;
  width: 100% !important;
  /*margin: 0 15px;*/
}
.page_nav dl dd a{
  display: block;
  text-align: center;
  padding: 0 10px;
  line-height: 32px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.page_nav dl dd a:hover{
  background-color: #015198;
  color: #fff;
}
/*产品列表手机下拉 end*/




.pro_con{
  position: relative;
  margin-bottom: 40px;
  padding-left: 320px;
}
.pro_con_tl{
  text-align: left;
}
.pro_con_tl h3{
  font-size: 24px;
  color: #444;
}
.pro_con .content{
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 10px;
}
.pro_con .content h5{
  position: relative;
  font-size: 22px;
  line-height: 36px;
  color: #656262;
  /*font-weight: bold;*/
  padding-left: 25px;
}
.pro_con .content h5:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 16px;
  height: 16px;
  /*margin-top: -8px;*/
  background-color: #4CBC37;
}
.pro_con .content p{
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.pro_con .content table{
  width: 100%;
  border-collapse:collapse;
}
.pro_con .content table tbody tr.firstRow{
  background-color: #4CBC37;
}
.pro_con .content table tbody tr.firstRow td{
  color: #fff;
}
.pro_con .content table tbody tr.firstRow td p{
  color: #fff;
}
.pro_con .content table td{
  position: relative;
  border: 1px solid #ccc;
  padding: 5px 5px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-align: center;
  vertical-align: middle;
}
.pro_con .content table td p{
  line-height: 20px;
}
.pro_con .content table table td{
  border: 0px;
  border-right: 1px solid #ccc;
}
.pro_con .content table table td:last-child{
  border: 0px;
}

.pro_con .content table .bgxf{
  position:absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.pro_con .content table .bgxf:after{
  content: "";
  position: absolute;
}
.pro_con .content table .bgxf p:first-child{
  position:absolute;
  top: 5px;
  right: 5px;
}
.pro_con .content table .bgxf p:last-child{
  position:absolute;
  bottom: 5px;
  left: 5px;
}

/*photolist*/

.photoli{
  margin-bottom: 60px;
}
.photoli h3{
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli li{
  float: left;
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 30px;
}
.photoli li:nth-child(4n){
  margin-right: 0px;
}
.photoli li a{
  display: block;
  position: relative;
  transition: all 0.3s;
}
.photoli li img{
  display: block;
  transition: all 0.3s;
}
.photoli li span{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s;
}
.photoli li h5{
  line-height: 36px;
  font-size: 14px;
  color: #222;
  text-align: center;
  background-color: #f6f6f6;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.photoli li a:hover{
  background-color: #015198;
}
.photoli li a:hover img{
  opacity: 0.2;
}
.photoli li a:hover span{
  opacity: 1;
}
.photoli li a:hover h5{
  color: #fff;
  background-color: #015198;
}



.jobli li{
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.jobli li h3{
  position: relative;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.jobli li h3 a.btn{
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-color: #D70D23;
}
.jobli li h3 a.btn:after{
  content: "+";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  transition: all 0.3s;
}
.jobli li.on h3 a.btn:after{
  content: "-";
}
.jobli li .jobli_box{
  display: none;
  background-color: #fff;
  padding: 0px 20px;
  text-align: left;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.jobli li:nth-child(1) .jobli_box{
  display: block;
}
.jobli li .jobli_box p{
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.jobli li .jobli_box span{
  display: inline-block;
  width: 25%;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  /*margin-right: 45px;*/
}
.jobli li .jobli_box .jobli_text{
  padding-top: 10px;
}
.jobli li .jobli_box .jobli_text2{
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #ccc;
  padding-bottom: 10px;
}

@media only screen and (max-width: 800px){

.jobli li .jobli_box span{
  width: 33.33%;
}

}

@media only screen and (max-width: 640px){

.jobli li .jobli_box span{
  width: 50%;
}

}

@media only screen and (max-width: 480px){

.jobli li .jobli_box span{
  width: 100%;
}

}