﻿@charset "utf-8";

#main {
  padding-top: 1px;
}
.ad_list1 {
  margin-top: 50px;
  margin-bottom: 60px;
}
.ad_list1 > li {
  float: left;
  margin-right: 27px;
  width: 382px;
  height: 232px;
}
.mr_0 {
  margin-right: 0 !important;
}
.ad_list1 > li > a {
  position: relative;
  display: block;
  overflow: hidden;
  background-size: 100%;
  color: #fff;
  line-height: 232px;
  font-size: 30px;
  text-align: center;
  height: 232px;
}
.ad_list1 > li > a > img {
  display: block;
  width: 100%;
  transition: transform .5s;
}
.ad_list1 > li > a:hover > img {
  transform: scale(1.2);
}
.ad_list1 > li > a > div {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 232px;
  background-color: rgba(0, 0, 0, 0.2);
}
.ad_list1 > li > a > div > div.color_w {
  color: #007efe;
  margin-top: 65px;
  line-height: 50px;
}
.ad_list1 > li > a > div > div.color_b {
  line-height: 50px;
}
#main > .pro {
  margin-bottom: 80px;
}
#main > .pro > .top {
  margin-bottom: 35px;
}
#main > .pro > .top > .tit,
#main > .apply > .top > .tit,
.news > .top > .tit {
  float: left;
  width: 180px;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 8px;
  background: url(../img/line3.png) no-repeat left bottom;
  background-size: 100% auto;
}
#main > .pro > .top > .nav {
  float: right;
}
#main > .pro > .top > .nav > ul > li {
  float: left;
  margin-right: 40px;
  font-size: 18px;
}
#main > .pro > .top > .nav > ul > li > a {
  display: block;
  color: #333;
}
#main > .pro > .top > .nav > ul > li > a.active,
#main > .pro > .top > .nav > ul > li > a:hover {
  color: #007efe;
}
#main > .pro > .section > .left {
  float: left;
  width: 895px;
}
#main > .pro > .section > .left.wd_1200{
  width: 1200px;
}
#main > .pro > .section > .left > ul > li {
  margin-right: 21px;
  margin-bottom: 15px;
  float: left;
}
#main > .pro > .section > .left > ul > li > a {
  position: relative;
  display: block;
  height: 244px;
  width: 284px;
  background-color: #67b1fd;
  color: #fff;
  text-align: center;
}
#main > .pro > .section > .left > ul > li > a > .img_box {
  padding-top: 1px;
  text-align: center;
  height: 100%;
}
#main > .pro > .section > .left > ul > li > a > .img_box > img {
  display: block;
  height: 100%;
  width: 100%;
}
#main > .pro > .section > .left > ul > li > a > .tit,
#main > .pro > .section > .left > ul > li > a > .des {
  padding: 0 15px;
}
#main > .pro > .section > .left > ul > li > a > .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  width: 274px;
  line-height: 40px;text-overflow:ellipsis}
#main > .pro > .section > .left > ul > li > a > .des {
  font-size: 16px;
}
#main > .pro > .section > .left > ul > li > a > .des > .db_box {
  background: #007efe;
  line-height: 17px;
  height: 17px;
  font-size: 12px;
  padding: 0 4px;
}
#main > .pro > .section > .right {
  float: right;
  position: relative;
  overflow: hidden;
  width: 280px;
  height: 503px;
}
.pro .mask {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#main > .pro > .section > .right > img {
  display: block;
  height: 503px;
  width: 280px;
  transition: transform .5s;
}
#main > .pro > .section > .right:hover > img {
  transform: scale(1.2);
}
#main > .pro > .section > .right > .mask > .txt {
  margin-top: 400px;
  text-align: center;
}
#main > .pro > .section > .right > .mask > .txt > div {
  color: #fff;
  font-size: 24px;
}
#main > .pro > .section > .right > .mask > .txt > a {
  margin-top: 10px;
  display: inline-block;
  line-height: 33px;
  padding: 0 14px;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  background-color: #fda300;
}
#main > .apply > .apply_con {
  margin-top: 35px;
}
#main > .apply > .apply_con > .img_tab {
  float: left;
}
#main > .apply > .apply_con > .img_tab > .img_box {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  width: 310px;
  height: 545px;
}
.mask {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
#main > .apply > .apply_con > .img_tab > .img_box > .mask > .txt {
  margin-top: 480px;
  text-align: center;
  color: #2b92fc;
  font-size: 24px;
}
#main > .apply > .apply_con > .img_tab > .img_box > img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .5s;
}
#main > .apply > .apply_con > .img_tab > .img_box:hover > img {
  transform: scale(1.3);
}
#main > .apply > .apply_con > .img_tab > .img_box:hover > .mask {
  display: block;
}
#main > .apply > .apply_con > .app_list {
  float: right;
  width: 520px;
}
#main > .apply > .apply_con > .app_list > ul[index="2"] {
  display: none;
}
#main > .apply > .apply_con > .app_list > ul > li {
  height: 162px;
  margin-bottom: 30px;
}
#main > .apply > .apply_con > .app_list > ul > li > .img_box {
  float: left;
  margin-right: 20px;
  height: 100%;
  width: 180px;
}
#main > .apply > .apply_con > .app_list > ul > li > .img_box > img {
  display: block;
  height: 100%;
  width: 100%;
}
#main > .apply > .apply_con > .app_list > ul > li > .txt {
  float: left;
  width: 300px;
  padding-top: 1px;
}
#main > .apply > .apply_con > .app_list > ul > li > .txt > .tit {
  margin: 18px 0 22px;
}
#main > .apply > .apply_con > .app_list > ul > li > .txt > .tit > a {
  color: #333;
  font-size: 22px;
}
#main > .apply > .apply_con > .app_list > ul > li > .txt > .tit > a:hover {
  color: #007efe;
}
#main > .apply > .apply_con > .app_list > ul > li > .txt > .des {
  width: 290px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}
#main > .apply > .apply_con > .app_list > ul > li > .txt > .des > .more > a {
  color: #007efe;
}
.company_profile {
  padding-top: 1px;
  margin-top: 50px;
  height: 640px;
  background: url(../img/bg2.jpg) no-repeat center center;
  background-size: 100%;
}
.company_profile > .cp_con {
  margin: 152px auto 0;
  width: 1050px;
}
.company_profile > .cp_con > .img_box {
  float: left;
  margin-right: 30px;
  height: 325px;
  width: 550px;
  overflow: hidden;
  border-radius: 15px;
}
.company_profile > .cp_con > .img_box > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.company_profile > .cp_con > .txt {
  float: left;
}
.company_profile > .cp_con > .txt > .tit-en {
  margin-top: 3px;
  color: #fff;
  font-size: 30px;
}
.company_profile > .cp_con > .txt > .tit-cn {
  margin: 0px 0 18px;
  font-size: 30px;
  color: #fda300;
}
.company_profile > .cp_con > .txt > .des {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
.company_profile > .cp_con > .txt > .more {
  display: inline-block;
  margin-top: 25px;
  width: 140px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  border: 2px solid #fda300;
}
.advan {
  padding-top: 1px;
  padding-bottom: 40px;
}
.advan > .tit {
  margin-top: 40px;
  padding-bottom: 6px;
  font-size: 32px;
  font-weight: bold;
  background: url(../img/line2.png) no-repeat center bottom;
  text-align: center;
  color: #333;
}
.advan > .des {
  margin-top: 25px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.advan > .img_list {
  margin-top: 12px;
}
.advan > .img_list > li {
  float: left;
  margin-top: 24px;
  margin-right: 16px;
  width: 288px;
  height: 210px;
}
.advan > .img_list > li > img {
  display: block;
  height: 100%;
  width: 100%;
}
.ad2 {
  height: 300px;
  background: url(../img/ad2.jpg) no-repeat center top;
}
.news {
  padding-top: 1px;
}
.news > .top {
  margin-top: 40px;
}
.news > .con {
  margin-top: 35px;
}
.news > .con > .news_cols {
  margin-right: 15px;
  float: left;
  width: 385px;
  background-color: #fafafa;
}
.news > .con > .news_cols > .img_box {
  width: 385px;
  height: 215px;
}
.news > .con > .news_cols > .img_box > img {
  display: block;
  height: 100%;
  width: 100%;
}
.news > .con > .news_cols > ul > li > .clearfix > .time {
  margin: 10px 15px 15px 0;
  float: right;
  color: #b2b2b2;
  font-size: 14px;
  padding-left: 18px;
  background: url(../img/clock1.png) no-repeat left center;
}
.news > .con > .news_cols > ul {
  padding-top: 10px;
}
.news > .con > .news_cols > ul > li > .tit {
  padding: 0 25px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 40px;
}
.news > .con > .news_cols > ul > li > .tit > a {
  color: #333;
}
.news > .con > .news_cols > ul > li > .tit > a:hover {
  color: #007efe;
}
.news > .con > .news_cols > ul > li > .des {
  margin-top: 15px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  padding-bottom: 25px;
  border-bottom: 1px solid #cbd4e8;
  height: 86px;
  overflow: hidden;
}
.news > .con > .news_cols > ul > .more > a {
  margin-top: 10px;
  display: block;
  line-height: 50px;
  padding: 0 25px;
  background: url(../img/arrow2.png) no-repeat right 25px center;
  color: #333;
  border-top: 1px solid #cbd4e8;
}




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

			
  .ad_list1{
    margin-top: 0;
    margin-bottom: 30px;
  }
  .ad_list1 > li{
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .ad_list1 > li > a{
    font-size: 22px;

  }

  #main > .pro > .top > .tit, #main > .apply > .top > .tit, .news > .top > .tit{
    float: none;
  }

  #main > .pro > .top > .nav{
    margin-top: 20px;
    float: none;
  }
  #main > .pro > .top > .nav > ul{
    width: auto;
    padding: 0 15px;
  }
  #main > .pro > .top > .nav > ul > li{
    display: block;
    width: 100%;
    line-height: 200%;
  }

  #main > .pro > .top > .tit, #main > .apply > .top > .tit, .news > .top > .tit{
    padding-left: 15px;
  }

  #main > .pro > .section > .left{
    display: block;
    float: none;
    width: 100%;
  }

  #main > .pro > .section > .right{
    display: none;
    float: none;
  }
  #main > .pro > .section > .left > ul > li{
    width: 46%;
      margin-left: 2.66%;
    margin-right: 0;
  }

  #main > .pro > .section > .left > ul > li > a > .img_box > img{
    display: block;
    width: 100%;
  }

  #main > .pro > .section > .left > ul > li > a{
    width: 100%;
    height: auto;
  }

  #main > .pro > .section > .left > ul > li > a > .tit{
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
  }

  #main > .pro{
    margin-bottom: 30px;
  }
  
  #main > .pro > .top > .tit, #main > .apply > .top > .tit, .news > .top > .tit{
    width: 220px;
  }

  #main > .apply > .apply_con > .img_tab{
    float: none;
    display: none;
  }

  #main > .apply > .apply_con > .app_list{
    float: none;
    width: 100%;
  }

  #main > .apply > .apply_con > .app_list > ul > li > .img_box{
    width: 100px;
  }

  #main > .apply > .apply_con > .app_list > ul > li > .img_box>a,
  #main > .apply > .apply_con > .app_list > ul > li > .img_box>a>img{
    display: block;
    width: 100%;
  }

  #main > .apply > .apply_con > .app_list > ul > li > .txt{
    width: calc(100% - 130px);
  }
  #main > .apply > .apply_con > .app_list > ul > li > .txt > .tit{
    margin: 0 0 8px;
    font-size: 18px;
  }
  #main > .apply > .apply_con > .app_list > ul > li > .txt > .tit > a{
    font-size: 18px;
  }

  #main > .apply > .apply_con > .app_list > ul > li > .txt > .des{
    font-size: 14px;
  }
  #main > .apply > .apply_con > .app_list > ul > li{
    min-height: 95px;
    height: auto;
  }

  .company_profile{
    height: auto;
  }

  .company_profile > .cp_con{
    margin-top: 0;
    width: 100%;
  }

  .company_profile > .cp_con > .img_box{
    display: none;
    float: none;
    height: auto;
    width: 100%;
    margin-right: 0;
  }
  .company_profile > .cp_con > .txt{
    float: none;
  }
  .company_profile{
    padding: 20px 0;
    margin-top: 30px;
    background-size: cover;
  }

  .company_profile > .cp_con > .txt > .tit-en,
  .company_profile > .cp_con > .txt > .tit-cn{
    text-align: center;
    font-size: 20px;

  }
  .company_profile > .cp_con > .txt > .tit-cn{
    margin-bottom: 12px;
  }
  .company_profile > .cp_con > .txt > .des {
    padding: 0 10px;
    text-indent: 2em;
  }
  .company_profile > .cp_con > .txt > .des>br{
    display: none;
  }

  .company_profile > .cp_con > .txt > .more{
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 32px;
  }
  .advan > .tit{
    margin-top: 25px;
    font-size: 22px;
  }

  .advan > .des{
    padding: 0 10px;
    margin-top: 20px;
    font-size: 14px;
  }

  .ad2{
    display: none;
  }

  .advan > .img_list > li{
    width: 46%;
    margin-left: 2.66%;
    margin-right: 0;
  }
  .advan > .img_list > li{
    margin-top: 15px;
    height: auto;
  }
  #main > .apply > .apply_con > .app_list > ul > li > .txt > .des{
    width: 100%;
  }
  .news > .top{
    margin-top: 0;
  }
  .news > .con{
    margin-top: 20px;
  }

  .news > .con > .news_cols > .img_box{
    width: 100%;
    height: auto;
  }
  .news > .con > .news_cols{
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .news > .con > .news_cols > ul > li > .tit{
    padding: 0 15px;
    line-height: 36px;
    font-size: 14px;
  }


}