* {
	/*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;
}
.w1100{
	width: 1100px;
	margin: 0 auto;
}
.w1200{
  width: 1200px;
  margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
.slide{
  height: 535px;
}
.slide .slides li{
  height: 535px;
}


.top .w1200{
  position: relative;
  height: 110px;
}
.top .logo{
  float: left;
  margin-top: 38px;
}
.top .dh{
  float: right;
}
.top .dh ul{
  float: left;
}
.top .dh ul li{
  float: left;
  margin-right: 20px;
}
.top .dh ul li>a{
  display: block;
  width: 75px;
  padding-top: 7px;
  line-height: 100px;
  text-align: center;
  font-size: 15px;
  color: #1c1c1c;
  border-bottom: 3px solid #fff;
  transition: all 0.3s;
}
.top .dh ul li>a:hover{
  color: #0ab1f0;
  border-bottom: 3px solid #0ab1f0;
}
.top .dh ul li dl{
  display: none;
  position: fixed;
  z-index: 999;
  width: 300;
  /* right: 400px; */
  max-width: 1140px;
  line-height: 50px;
  margin: 0 auto;
  text-align: left;
}
.top .dh ul li dl dd{
  display: block;
    background-color: #f1f1f1;
    position: relative;
}
.top .dh ul li dl dd .nav_er{ position: absolute; top: 0; left: 100%; width: 400px; background: #eee; display: none; }
.top .dh ul li dl dd .nav_er a{ margin: 0; padding: 0 10px; }
.top .dh ul li dl dd:hover  .nav_er{ display: block; }
.top .dh ul li dl dd .nav_er a:hover{ background: #0ab1f0;}
.top .dh ul li dl dd:hover{ background: #0ab1f0;  }
.top .dh ul li dl dd a{
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #666;
  margin: 0 14px;
  transition: all 0.3s;
}
.top .dh ul li dl dd a:hover{
  color: #fff;
}
.top .dh ul li .pc_nav_bg{
  display: none;
  position: fixed;
  z-index: 998;
  right: 0;
  top: 110px;
  width: 100%;
  height: 50px;
  background-color: #f1f1f1;
}

.top .dh .dh_right{
  position: relative;
  float: left;
  margin-top: 40px;
  height: 30px;
  margin-left: 10px;
  padding: 0 20px;
}
.top .dh .dh_right:after{
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 1px;
  height: 16px;
  background-color: #979797;
}
.top .dh .dh_right>div{
  float: left;
  margin-left: 20px;
}
.top .dh .dh_right div a{
  display: block;
  height: 30px;
  line-height: 30px;
}
.top .dh .dh_right div a img{
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}
.top .search{
  position: relative;
}
.top .search .search_box_bg{
  display: none;
  position: fixed;
  z-index: 998;
  right: 0;
  top: 110px;
  width: 100%;
  height: 50px;
  background-color: #f1f1f1;
}
.top .search .search_box{
  display: none;
  position: fixed;
  z-index: 999;
  right: 0px;
  top: 110px;
  width: 100%;
  padding: 10px;
  background-color: #f1f1f1;
}
.top .search .search_box .w1200{
  position: relative;
  height: auto;
  box-shadow: none;
}
.top .search .search_box form{
  float: right;
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 202px;
  overflow: hidden;
  background-color: #fff;
}
.top .search .search_box input{
  float: left;
  width: 166px;
  line-height: 28px;
  border: 0px;
  padding: 0 10px;
  outline: none;
  color: #666;
  font-size: 14px;
}
.top .search .search_box button{
  float: right;
  width: 34px;
  height: 28px;
  border: 0px;
  background: url(../images/top_search.png) no-repeat center;
  outline: none;
  background-size: auto 70%;
}
.wap_nav_btn{
  display: none;
}
.top .menu{
  display: none;
}

.main_tl{
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}
.main_tl:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -34px;
  width: 68px;
  height: 2px;
  background-color: #0ab1f0;
}
.main_tl h3{
  font-size: 28px;
  color: #474747;
  font-weight: bold;
  margin-bottom: 5px;
}
.main_tl p{
  font-size: 14px;
  line-height: 23px;
  color: #626262;
}

.main1{
  margin-top: 35px;
  margin-bottom: 20px;
}
.main1 .main_tl{
  margin-bottom: 25px;
}
.main1 li{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.main1 li:nth-child(3n){
  margin-right: 0px;
}
.main1 li:nth-child(4){
  display: none;
}
.main1 li a{
  display: block;
}
.main1 li .img{
  position: relative;
}
.main1 li .img img{
  display: block;
  width: 100%;
  border: 1px solid #e7e7e7;
}
.main1 li a .img:after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(95,157,248,0.45);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.main1 li h3{
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #626262;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main1 li a:hover .img:after{
  opacity: 1;
}
.main1 li a:hover h3{
  color: #fff;
  background-color: rgba(95,157,248,1);
}

.main2{
  padding: 50px 0 40px;
  background-color: #f2f2f2;
}
.main2 .main_tl{
  margin-bottom: 35px;
}
.main2 ul{
  margin-bottom: 20px;
}
.main2 ul li{
  float: left;
  width: 32%;
  margin-right: 2%;
}
.main2 ul li:nth-child(3n){
  margin-right: 0px;
}
.main2 ul li.more{
  display: none;
}
.main2 ul li .img{
  position: relative;
  border-bottom: 7px solid #ccc;
  /*border-bottom: 7px solid #0ab1f0;*/
}
.main2 ul li .img:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/main2_ico1.png) no-repeat center rgba(0,0,0,0.35);
  /*background-color: rgba(0,0,0,0.35);*/
}
.main2 ul li .img:before{
  content: "";
  position: absolute;
  z-index: 9;
  bottom: -7px;
  height: 7px;
  width: 0%;
  background-color: #0ab1f0;
  transition: all 0.3s;
}
.main2 ul li a:hover .img:before{
  width: 100%;
}
.main2 ul li .img img{
  display: block;
  width: 100%;
}
.main2 ul li .img .time{
  position: absolute;
  z-index: 9;
  left: 40px;
  top: 50%;
  height: 58px;
  margin-top: -29px;
  padding-bottom: 10px;
}
.main2 ul li .img .time:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 2px;
  width: 33px;
  height: 3px;
  background-color: #fff;
}
.main2 ul li .img .time h1{
  color: #fff;
  font-size: 23px;
  line-height: 24px;
  font-weight: bold;
}
.main2 ul li .img .time h2{
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.main2 ul li h3{
  padding-top: 15px;
  font-size: 16px;
  line-height: 25px;
  color: #474747;
  text-align: center;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main2 a.more{
  display: block;
  width: 138px;
  height: 38px;
  line-height: 36px;
  border: 1px solid #0ab1f0;
  margin: 0 auto;
  text-align: center;
  border-radius: 20px;
  color: #0ab1f0;
  font-size: 13px;
}

.main3{
  padding: 55px 0;
}
.main3 .main_tl{
  margin-bottom: 25px;
}
.main3 ul li{
  position: relative;
  float: left;
  width: 30%;
  margin-right: 5%;
  text-align: center;
}
.main3 ul li:nth-child(3n){
  margin-right: 0px;
}
.main3 ul li:after{
  position: absolute;
  right: -8.333%;
  bottom: 10px;
  content: "";
  height: 120px;
  width: 1px;
  background-color: #dbdbdb;
}
.main3 ul li:nth-child(3):after{
  display: none;
}
.main3 ul li .ico{
  margin-bottom: 10px;
}
.main3 ul li .ico img{
  display: block;
  margin: 0 auto;
}
.main3 ul li h3{
  color: #474747;
  font-size: 22px;
  margin-bottom: 8px;
}
.main3 ul li p{
  color: #626262;
  font-size: 14px;
  line-height: 22px;
}
.main3 ul li p.txt2{
  display: none;
}

.main4{
  padding-bottom: 80px;
}
.main4 .main_tl{
  margin-bottom: 30px;
}
.main4 ul{
  position: relative;
  padding-right: 34%;
}
.main4 ul li{
  float: left;
  width: 49.5%;
  margin-right: 0.5%;
}
.main4 ul li:nth-child(1){
  width: 99.5%;
  margin-bottom: 0.5%;
}
.main4 ul li:nth-child(4){
  position: absolute;
  right: 0px;
  top: 0px;
  width: 33.5%
}
.main4 ul li a{
  position: relative;
  display: block;
  overflow: hidden;
}
.main4 ul li a img{
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.main4 ul li a .text{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  background-color: rgba(0,0,0,0);
  transition: all 0.3s;
}
.main4 ul li a .text h3{
  color: #fff;
  font-size: 24px;
}
.main4 ul li a:hover .text{
  background-color: rgba(0,0,0,0.6);
}
.main4 ul li a:hover img{
  transform: scale(1.2);
}
.main4 ul li:nth-child(5){
  display: none;
}



.foot1{
  height: 290px;
  background: url(../images/foot_bg.jpg) no-repeat center;
}
.foot1 .foot_code{
  float: left;
  padding-top: 75px;
  margin-left: 50px;
}
.foot1 .foot_code img{
  display: block;
  max-width: 120px;
}
.foot1 .foot1_box{
  float: left;
  padding-top: 60px;
  margin-left: 130px;
}
.foot1 .foot1_box li{
  float: left;
  margin-right: 140px;
}
.foot1 .foot1_box li:last-child{
  margin-right: 0px;
}
.foot1 .foot1_box li dt{
  position: relative;
  font-size: 15px;
  color: #474747;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.foot1 .foot1_box li dt:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 3px;
  width: 20px;
  background-color: #2772db;
}
.foot1 .foot1_box li dd{
  font-size: 14px;
  line-height: 24px;
  color: #626262;
}
.foot1 .foot1_box li dd a{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #626262;
  transition: all 0.3s;
}
.foot1 .foot1_box li dd h3{
  font-size: 14px;
  line-height: 24px;
  color: #a80000;
}
.foot1 .foot1_box li dd a:hover{
  color: #0ab1f0;
}
.foot2{
  background-color: #2772db;
}
.foot2 p{
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 45px;
}

.page_ban{
  height: 385px;
}
.page_ban .w1200{
  position: relative;
  height: 100%;
}
.page_ban .text{
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -45px;
  padding-bottom: 14px;
}
.page_ban .text:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 62px;
  height: 4px;
  background-color: #fff;
}
.page_ban .text h3{
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  font-weight: bold;
}
.page_ban .text h4{
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  font-family: "arial";
  font-weight: bold;
}

.page_nav{
  height: 65px;
  background-color: #eeeeee;
}
.page_nav .w1200{
  padding: 0 6px;
}
.page_nav ul{
  float: left;
}
.page_nav ul li a{
  display: block;
  width: 135px;
  line-height: 65px;
  color: #fff;
  font-size: 16px;
  background-color: #2772db;
  text-align: center;
}
.page_nav .location{
  float: right;
  padding-top: 20px;
}
.page_nav .location p{
  font-size: 14px;
  color: #626262;
  line-height: 25px;
}
.page_nav .location a{
  display: inline-block;
  font-size: 14px;
  color: #626262;
  line-height: 25px;
  transition: all 0.3s;
}
.page_nav .location a:hover{
  color: #0ab1f0;
}

.page_main{
  padding: 40px 20px;
}
.about p{
  color: #626262;
  font-size: 14px;
  line-height: 22px;
}

.newslist ul li{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
}
.newslist ul li:nth-child(3n){
  margin-right: 0px;
}
.newslist ul li .img{
  position: relative;
  border-bottom: 7px solid #ccc;
  /*border-bottom: 7px solid #0ab1f0;*/
}
.newslist ul li .img:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/main2_ico1.png) no-repeat center rgba(0,0,0,0.35);
  /*background-color: rgba(0,0,0,0.35);*/
}
.newslist ul li .img:before{
  content: "";
  position: absolute;
  z-index: 9;
  bottom: -7px;
  height: 7px;
  width: 0%;
  background-color: #0ab1f0;
  transition: all 0.3s;
}
.newslist ul li a:hover .img:before{
  width: 100%;
}
.newslist ul li .img img{
  display: block;
  width: 100%;
}
.newslist ul li .img .time{
  position: absolute;
  z-index: 9;
  left: 40px;
  top: 50%;
  height: 58px;
  margin-top: -29px;
  padding-bottom: 10px;
}
.newslist ul li .img .time:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 2px;
  width: 33px;
  height: 3px;
  background-color: #fff;
}
.newslist ul li .img .time h1{
  color: #fff;
  font-size: 23px;
  line-height: 24px;
  font-weight: bold;
}
.newslist ul li .img .time h2{
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.newslist ul li .text{
  background-color: #f3f3f3;
  padding: 10px 10px;
}
.newslist ul li h3{
  /*margin-top: 8px;*/
  font-size: 16px;
  line-height: 25px;
  color: #474747;
  text-align: center;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.newslist ul li p{
  font-size: 14px;
  line-height: 22px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .title{
  text-align: left;
  margin-bottom: 25px;
}
.news .title h3{
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}
.news .title span{
  display: block;
  font-size: 14px;
  color: #999;
}
.news p{
  color: #626262;
  font-size: 14px;
  line-height: 22px;
}
.news .news_fy{
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.news .news_fy p{
  color: #626262;
  font-size: 14px;
  line-height: 22px;
}
.news .news_fy p a{
  display: inline-block;
  color: #626262;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.3s;
}
.news .news_fy p a:hover{
  color: #2772db;
}


.prolist li{
  float: left;
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 20px;
}
.prolist li:nth-child(4n){
  margin-right: 0px;
}
.prolist li a{
  display: block;
}
.prolist li .img{
  position: relative;
}
.prolist li .img img{
  display: block;
  width: 100%;
  border: 1px solid #e7e7e7;
}
.prolist li a .img:after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(95,157,248,0.45);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.prolist li h3{
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #626262;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.prolist li a:hover .img:after{
  opacity: 1;
}
.prolist li a:hover h3{
  color: #fff;
  background-color: rgba(95,157,248,1);
}

.pro{
  padding: 40px 6px;
}
.pro .title{
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  padding-bottom: 5px;
}
.pro .title h3{
  float: left;
  font-size: 20px;
  line-height: 36px;
  color: #333;
}
.pro .title a{
  position: relative;
  float: right;
  display: block;
  font-size: 15px;
  line-height: 36px;
  color: #666;
  padding-right: 20px;
}
.pro .title a:before{
  position: absolute;
  z-index: 9;
  content: ">";
  right: 0px;
  top: 50%;
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  text-align: center;
  background-color: #d93131;
  padding-left: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pro p{
  color: #626262;
  font-size: 14px;
  line-height: 22px;
}


.photolist li{
  float: left;
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 20px;
}
.photolist li:nth-child(4n){
  margin-right: 0px;
}
.photolist li a{
  display: block;
  transition: all 0.3s;
}
.photolist li .pic{
  text-align: center;
  font-size: 0px;
}
.photolist li .pic img{
  display: inline-block;
}
.photolist li h3{
  background-color: #eee;
  color: #666;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.photolist li a:hover h3{
  color: #fff;
  background-color: #2772db;
}

.joblist li{
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.joblist li h3{
  position: relative;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.joblist li h3 a.btn{
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-color: #2772db;
}
.joblist 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;
}
.joblist li.on h3 a.btn:after{
  content: "-";
}
.joblist li .jobli_box{
  display: none;
  background-color: #fff;
  padding: 0px 20px;
  text-align: left;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.joblist li:nth-child(1) .jobli_box{
  display: block;
}
.joblist li .jobli_box p{
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.joblist li .jobli_box span{
  display: inline-block;
  width: 25%;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  /*margin-right: 45px;*/
}
.joblist li .jobli_box .jobli_text{
  padding-top: 10px;
}
.joblist 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){

.joblist 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){

.main1 .main_tl p{
  display: none;
}
.jobli li .jobli_box span{
  width: 100%;
}

}


#map{ width: 100%; height: 550px; }