* {
	/*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: #f4f4f4;
}

.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: 100px;
}
.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 15px;
}
.top .nav ul li a{
  position: relative;
  display: block;
  line-height: 87px;
  font-size: 14px;
  color: #414141;
  padding: 0px 15px 0 15px;
  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: #0063bf;
  border-bottom: 3px solid #0063bf;
}
.top .nav ul li.on:hover>a:after{
  transform: rotate(180deg);
  border-bottom-color: #0063bf;
}
.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 #0063bf;
}
.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 #0063bf;
  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>div{
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 100%;
}
.top .right>div a{
  display: block;
  width: 100%;
  height: 100%;
  background-size: 80% !important;
}
.top .right .search{
  position: relative;
  background-color: #e7e7e7;
  margin-right: 20px;
}
.top .right .search a{
  background: url(../images/top_search.png) no-repeat center;
}
.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;
  /*background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.6);*/
  padding: 15px 0px;
  /*border-radius: 2px;*/
}
/*.top .right .search .search_box:before{
  content: "";
  position: absolute;
  right: 15px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ccc;
}*/
.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/search.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 .lan{
  background-color: #056aba;
}
.top .right .lan a{
  text-align: center;
  color: #fff;
  line-height: 32px;
}
.top .right .top_nav_btn{
  display: none;
}
.nav_menu{
  display: none;
}
.nav_menu{
  display: none;
}


.main1{
    margin-top: 45px;
    margin-bottom: 50px;
}
.main1_con1{
  margin-bottom: 50px;
}
.main1_con1 .text{
  width: 610px;
  margin-right: 35px;
  padding-top: 20px;
}
.main1_con1 .text h3{
  text-transform: uppercase;
  font-size: 42px;
  color: #4c4c4c;
  font-family: "宋体";
  font-weight: bold;
}
.main1_con1 .text h5{
  font-size: 20px;
  color: #4c4c4c;
}
.main1_con1 .text h5 span{
  display: inline-block;
  font-size: 20px;
  color: #aa0000;
  margin-bottom: 5px;
}
.main1_con1 .text p{
  font-size: 14px;
  line-height: 25px;
  color: #4c4c4c;
  margin-bottom: 50px;
}
.main1_con1 .text a{
  position: relative;
  display: block;
  background-image: -webkit-linear-gradient(left, #25b9fc 0%, #2483e8 100%);
  width: 175px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  padding-left: 71px;
  border-radius: 40px;
}
.main1_con1 .text a:before{
  content: "";
  position: absolute;
  left: 35px;
  top: 9px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #fff;
}
.main1_con1 .text a:after{
  content: "";
  position: absolute;
  left: 46px;
  top: 16px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-left: 5px solid #2389e9;
  /*background-color: #;*/
}
.main1_pro li img{
  display: block;
  width: 100%;
}
.main1_pro li h3{
  font-size: 14px;
  color: #4c4c4c;
  background-color: #fff;
  line-height: 24px;
  padding-bottom: 26px;
  text-align: center;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main1_pro li a:hover h3{
  color: #0063bf;
}

.main2{
  position: relative;
  height: 500px;
  background: url(../images/main2_bg.jpg) no-repeat center;
  margin-bottom: 25px;
}
.main2 .text{
  padding-left: 30px;
  width: 50%;
  padding-top: 55px;
}
.main2 .text h3{
  position: relative;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}
.main2 .text h3:before{
  position: absolute;
  content: "";
  left: 0px;
  bottom: -12px;
  width: 32px;
  height: 3px;
  background-color: #fff;
}
.main2 .text h4{
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.main2 .text h5{
  font-size: 24px;
  line-height: 36px;
  color: #ffe400;
  margin-bottom: 15px;
}
.main2 .text p{
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 40px;
}
.main2 .sgxc_img{
  position: absolute;
  left: 50%;
  top: 0px;
  width: 50%;
}
.main2 .sgxc_img .hd a{
  position: absolute;
  z-index: 999;
  left: 0px;
  top: 50%;
  margin-top: -22px;
  display: block;
  float: left;
  width: 56px;
  height: 44px;
  font-size: 20px;
  color: #57a5e9;
  line-height: 44px;
  text-align: center;
  background-color: #fff;
  font-family: "宋体";
  font-weight: bold;
}
.main2 .sgxc_img .hd a.next{
  left: 56px;
  color: #fff;
  background-color: #57a5e9;
}
.main2 .sgxc_img .bd{
  overflow: hidden;
}
.main2 .sgxc_img .bd li{
  height: 500px;
}
.main2 .sgxc_img .bd li a{
  display: block;
  height: 100%;
}

.main3{
  margin-bottom: 75px;
}
.main3 .main3_tl{
  font-size: 26px;
  color: #4c4c4c;
  font-weight: bold;
  margin-bottom: 25px;
}
.main3 li{
  float: left;
  width: 46%;
  margin-right: 8%;
  margin-bottom: 35px;
}
.main3 li:nth-child(n+2){
  margin-bottom: 0px;
}
.main3 li:nth-child(2n){
  margin-right: 0px;
}
.main3 li a{
  display: block;
  padding: 5px 0;
/*  background-color: #ccc;*/
}
.main3 li .date{
  float: left;
  width: 86px;
  height: 70px;
  border-right: 1px solid #ccc;
  text-align: center;
  margin-right: 20px;
  transition: all 0.6s;
}
.main3 li .date h1{
  font-size: 50px;
  line-height: 48px;
  color: #4c4c4c;
  transition: all 0.6s;
}
.main3 li .date h2{
  font-size: 15px;
  line-height: 22px;
  color: #4c4c4c;
  transition: all 0.6s;
}
.main3 li .text h3{
  font-size: 16px;
  color: #4c4c4c;
  margin-bottom: 5px;
  transition: all 0.6s;
}
.main3 li .text p{
  font-size: 14px;
  line-height: 22px;
  color: #4c4c4c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.6s;
}
.main3 li a:hover .date{
  border-color: #fff;
}
.main3 li a:hover h1{
  color: #fff;
}
.main3 li a:hover h2{
  color: #fff;
}
.main3 li a:hover h3{
  color: #fff;
}
.main3 li a:hover p{
  color: #fff;
}


.foot{
  height: 245px;
  background-color: #494949;
  padding-top: 35px;
}
.foot .w1200{
  padding: 0 40px;
}
.foot .foot_nav{
  float: left;
}
.foot .foot_nav li{
  float: left;
  /*min-width: 200px;*/
  margin-right: 90px;
      max-width: 275px;
}
.foot .foot_nav li>a{
  display: inline-block;
  font-size: 15px;
  color: #d8d8d8;
  margin-bottom: 16px;
  transition: all 0.3s;
}
.foot .foot_nav li dd>a{
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  color: #d8d8d8;
  transition: all 0.3s;
}
.foot .foot_nav li a:hover{
  color: #fff;
}
.foot .foot_nav li .foot_contact p{
  font-size: 13px;
  line-height: 24px;
  color: #d8d8d8;
}
.foot .foot_code{
  float: right;
  margin-right: 55px;
}
.foot .foot_code img{
  display: block;
  max-width: 135px;
}
.foot2{
  background-color: #282828;
}
.foot2 p{
  padding-left: 45px;
  font-size: 13px;
  color: #d8d8d8;
  line-height: 45px;
}

/*floot 左侧浮动*/
.floot{
  position: fixed;
  z-index: 9999;
  right: 2px;
  top: 50%; 
}
.floot *{
  font-weight: normal;
  box-sizing:content-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.floot li{
  position: relative;
  margin-bottom: 1px;
}
.floot li a{
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #056aba;
  border-radius: 5px;
}
.floot li a img{
  display: inline-block;
  vertical-align: middle;
  max-width: 30px;
  max-height: 30px;
}
.floot li a h3{
  display: none;
  text-align: center;
  line-height: 20px;
  padding-top: 10px;
  color: #fff;
  /*opacity: 0px;*/
}

.floot li .floot_tc{
  display: none;
  position: absolute;
  right: 60px;
  top: 50%;
  height: 80px;
  margin-top: -40px;
  padding-right: 20px;
}
.floot li .floot_tc .text{
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-top: 3px solid #056aba;
  box-shadow: 1px 0 1px 1px rgba(0,0,0,0.1);
}
.floot li .floot_tc .text:after{
  position: absolute;
  content: "";
  right: -16px;
  top: 50%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left-color: #fff;
}
.floot li .floot_tc .text:before{
  position: absolute;
  content: "";
  right: -17px;
  top: 50%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left-color: rgba(0,0,0,0.2);
}
.floot li.tel .floot_tc{
  width: 200px;
}
.floot li.tel .text{
  padding: 10px 10px;
}
.floot li.tel .text h3{
  font-size: 20px;
  line-height: 28px;
  color: #056aba;
}
.floot li.tel .text h4{
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: #888;
}
.floot li.wx .text dl:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.floot li.wx .floot_tc{
  width: 160px;
  height: 160px;
  margin-top: -80px;
}
.floot li.wx .text{
  padding: 20px;
}
.floot li.wx .text dl dd{
  float: left;
}
.floot li.wx .text dl dd img{
  display: block;
  width: 100px;
}
.floot li.wx .text dl dd h5{
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-align: center;
}


.floot li:hover a img{
  /*opacity: 0px;*/
  display: none;
}
.floot li:hover a h3{
  display: block;
}
.floot li.gotop:hover a img{
  display: inline-block;
}
.floot li:hover .floot_tc{
  display: block;
}


.page_ban{
  position: relative;
  height: 400px;
}
.page_ban .w1200{
  position: relative;
  height: 100%;
}
.page_ban .text{
  position: absolute;
  top: 40%;
}
.page_ban .text h3{
  position: relative;
  font-size: 28px;
  color: #fff;
  margin-bottom: 8px;
}
.page_ban .text h3:after{
  position: absolute;
  /*content: "";*/
  left: 0px;
  bottom: -5px;
  width: 40px;
  height: 1px;
  background-color: #fff;
}
.page_ban .text h4{
  font-size: 32px;
  font-weight: bold;
  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: #056aba;
}
.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 #056aba;
}
.newsli li a:hover h3{
  color: #056aba;
}
.newsli li a:hover h5{
  color: #056aba;
}

.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 #056aba;
}
.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: #056aba;
  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 #ccc;
  transition: all 0.3s;
}
.pro_li li h3{
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  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;
}
.pro_li li a:hover h3{
  color: #056aba;
}
.pro_li li a:hover img{
  border-color: #056aba;
}

/*产品侧边栏*/
.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: #056aba;
  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: #fff;
  background-color: #403f44;
  padding: 20px 40px 20px 20px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.pro_left dd a:before{
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  content: ">>";
  color: #fff;
}
.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: #056aba;
  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 p{
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
/*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: #056aba;
}
.photoli li a:hover img{
  opacity: 0.2;
}
.photoli li a:hover span{
  opacity: 1;
}
.photoli li a:hover h5{
  color: #fff;
  background-color: #056aba;
}



.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%;
}

}