* {
	/*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: #f3f3f3;
}

.top{
  position: relative;
  z-index: 99999;
  height: 100px;
  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: 50px;
}
.top .logo a{
  display: block;
  height: 100%;
  line-height: 100px;
  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{
  display: block;
  line-height: 87px;
  font-size: 14px;
  color: #414141;
  padding: 10px 10px 0 10px;
  transition: all 0.3s;
  border-bottom: 3px solid transparent;
}
.top .nav ul li a:hover{
  border-bottom: 3px solid #004ea2;
}
.top .nav ul li .xl{
  display: none;
  position: absolute;
  z-index: 999;
  left: 0px;
  top: 100px;
  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 #035da3;
}
.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 #056aba;
  border-radius: 0px;
}
.top .nav ul li .xl .w1150 .right a:hover{
  background-position: center right 25px !important;
}

.top .right{
  /*position: relative;*/
  padding-top: 40px;
}
.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 .contact_btn{
  background-color: #056aba;
}
.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: 100px;
  display: none;
  width: 100%;
  height: 66px;
  background-color: #f5f5f5;
}
.top .right .contact_btn a{
  background: url(../images/top_contact.png) no-repeat center;
}
.top .right .top_nav_btn{
  display: none;
}
.nav_menu{
  display: none;
}
.nav_menu{
  display: none;
}








.main_tl{
  text-align: center;
}
.main_tl h3{
  font-size: 30px;
  color: #282828;
  font-weight: bold;
  margin-bottom: 10px;
}
.main_tl p{
  position: relative;
  font-size: 13px;
  color: #414141;
  line-height: 24px;
  margin-bottom: 10px;
}
.main_tl p:after{
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 76px;
  height: 3px;
  margin-left: -38px;
  background-color: #004ea2;
}


.main1{
  padding: 30px 0 50px;
}
.main1 .main_tl{
  margin-bottom: 40px;
}
.main1 .main_tl p{
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
}
.main1 .main1_con .hd{
  text-align: center;
  margin-bottom: 20px;
}
.main1 .main1_con .hd li{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 29px;
  width: 110px;
  margin: 0 9px;
  margin-bottom: 10px;
  background-color: #a3a3a3;
  border-radius: 20px;
  cursor: pointer;
}
.main1 .main1_con .hd li.on{
  background-color: #004ea2;
}
.main1 .main1_con .bd li{
  position: relative;
  float: left;
  width: 26.2%;
  margin-right: 1.33%;
}
.main1 .main1_con .bd li:nth-child(1){
  width: 44.93%;
  margin-right: 1.33%;
}
.main1 .main1_con .bd li:nth-child(3),.main1 .main1_con .bd li:nth-child(5){
  margin-right: 0px;
}
.main1 .main1_con .bd li:nth-child(2),.main1 .main1_con .bd li:nth-child(3){
  margin-bottom: 1.33%;
}
.main1 .main1_con .bd li a{
  display: block;
}
.main1 .main1_con .bd li img{
  display: block;
  width: 100%;
}
.main1 .main1_con .bd li .box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  padding: 4px;
  transition: all 0.3s;
  opacity: 0;
  transform: scale(0.8);
}
.main1 .main1_con .bd li.on .box{
  opacity: 1;
  transform: scale(1);
}
/*.main1 .main1_con .bd li:hover .box{
  opacity: 1;
  transform: scale(1);
}*/
.main1 .main1_con .bd li .box .box1{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 78, 162, 0.5);
  overflow: hidden;
  padding: 3px;
}
.main1 .main1_con .bd li .box .box1 .box2{
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.8);
  overflow: hidden;
  padding-top: 23%;
  text-align: center;
}
.main1 .main1_con .bd li .box h3{
  font-size: 18px;
  color: #fff;
  margin-bottom: 10%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.main1 .main1_con .bd li .box p{
  font-size: 12px;
  color: #fff;
  margin-bottom: 25px;
}
.main1 .main1_con .bd li .box a{
  display: block;
  width: 93px;
  line-height: 25px;
  background-color: #fff;
  margin:0 auto;
  border-radius: 20px;
}
.main1 .main1_con .bd li .box span{
  display: block;
  font-size: 12px;
  color: #00a1e9;
  background-image:-webkit-linear-gradient(bottom,#00a1e9,#006d9d,#00a1e9); 
  -webkit-background-clip:text; 
  -webkit-text-fill-color:transparent;
}

.main2{
  height: 268px;
  background: url(../images/main2_bg.jpg) no-repeat center;
  padding-top: 90px;
}
.main2 li{
  float: left;
  width: 25%;
  text-align: center;
}
.main2 li h3{
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.main2 li p{
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 15px;
}

.main3{
  padding: 40px 0 70px;
}
.main3 .main_tl{
  margin-bottom: 65px;
}
.main3 .main_tl p{
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
}
/*.main3 ul{
  margin-bottom: 40px;
}*/
.main3 li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.main3 li:nth-child(3n){
  margin-right: 0px;
}
.main3 li img{
  display: block;
  margin-bottom: 15px;
}
.main3 li h3{
  font-size: 24px;
  line-height: 24px;
  color: #222;
  margin-bottom: 15px;
}
.main3 li p{
  font-size: 14px;
  line-height: 28px;
  color: #777;
}
/*.main3 a.more{
  display: block;
  width: 165px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  color: #777;
  border: 1px solid #2772db;
  border-radius: 50px;
  transition: all 0.3s;
}
.main3 a.more:hover{
  background-color: #2772db;
  color: #fff;
}*/

.main4{
  position: relative;
  height: 478px;
  background: url(../images/main4_bg.jpg) no-repeat center;
}
.main4 .text{
  width: 50%;
  padding: 70px 50px 0 40px;
}
.main4 .text h3{
  font-size: 30px;
  color: #fff;
  margin-bottom: 5px;
}
.main4 .text h4{
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.main4 .text p{
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 55px;
}
.main4 .text a{
  display: block;
  font-size: 13px;
  color: #fff;
  width: 140px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20px;
}
.main4 .img{
  position: absolute;
  left: 50%;
}
.main4 .img img{
  display: block;
  height: 100%;
  object-fit: cover;
}

.main5{
  padding: 35px 35px 30px 35px;
}
.main5 .main5_tl{
  margin-bottom: 20px;
}
.main5 .main5_tl h3{
  font-size: 22px;
  color: #282828;
}
.main5 .main5_tl h3 span{
  display: inline-block;
  font-size: 13px;
  color: #a0a0a0;
  font-family: arial;
  margin-left: 5px;
}
.main5 .main5_con li{
  float: left;
  width: 32%;
  margin-right: 2%;
}
.main5 .main5_con li:nth-child(3n){
  margin-right: 0px;
}
.main5 .main5_con li a{
  display: block;
}
.main5 .main5_con li img{
  display: block;
  margin-bottom: 10px;
}
.main5 .main5_con li h3{
  font-size: 16px;
  color: #282828;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main5 .main5_con li p{
  font-size: 13px;
  color: #414141;
  line-height: 24px;
  margin-bottom: 10px;
}
.main5 .main5_con li span{
  display: block;
  font-size: 13px;
  color: #b20000;
}






.foot{
  height: 240px;
  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;
}
.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;
  /*width: 360px;*/
}
.foot .foot_code h3{
  font-size: 12px;
  color: #d8d8d8;
  line-height: 20px;
}
.foot .foot_code h4{
  font-size: 28px;
  color: #d8d8d8;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.foot .foot_code .foot_code_img li{
  float: left;
  padding: 0 7px;
}
.foot .foot_code .foot_code_img li:nth-child(1){
  margin-right: 10px;
}
.foot .foot_code .foot_code_img li img{
  display: block;
}
.foot .foot_code .foot_code_img li h5{
  font-size: 12px;  
  color: #939393;
  line-height: 30px;
  text-align: center;
}
.foot2{
  background-color: #282828;
}
.foot2 p{
  font-size: 13px;
  color: #d8d8d8;
  line-height: 45px;
}


.page_ban{
  height: 400px;
}
.page_ban .w1200{
  height: 100%;
  position: relative;
}
.page_ban .w1200 .text{
  position: absolute;
  left: 0px;
  top: 40%;
}
.page_ban .w1200 .text h3{
  font-size: 28px;
  color: #fff;
  margin-bottom: 8px;
}
.page_ban .w1200 .text h4{
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.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: 25px;
}
.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;
  border: 1px solid #888;
  transition: all 0.3s;
}
.pro_li li img{
  display: block;
  /*margin-bottom: 10px;*/
}
.pro_li li h3{
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background-color: #888;
  text-align: center;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.pro_li li a:hover{
  border-color: #056aba;
}
.pro_li li a:hover h3{
  background-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;
}
.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%;
}

}