* {
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
.text-right {
  text-align: right;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt60 {
  margin-top: 60px;
}
h2 {
  margin: 0;
}
#header .nav .hoticon {
  position: absolute;
  top: 6px;
  left: 40px;
  width: 30px;
}
#header.header-fixed .nav .hoticon {
  position: absolute;
  top: 0;
  left: 40px;
  width: 30px;
}
#index {
  padding-top: 70px;
}
#index .wrap {
  /* background: url(../images/bg.png) top center; */
  max-height: 10900px;
  width: 100%;
  background-size: cover;
}
#index .wrap .index_text h2 {
  font-size: 28px;
  color: #333;
}
#index .wrap .index_text .index_line {
  width: 60px;
  height: 2px;
  margin: 15px 0 20px 0;
}
#index .wrap .index_text .rightbtn img {
  margin-top: 40px;
}
#index .wrap .index_text p {
  font-size: 18px;
  color: #666;
}
#index .part1 .leftText {
  margin-top: 200px;
  margin-left: 10%;
}
#index .part1 .leftText h2 {
  font-size: 28px;
  color: #333;
  font-weight: normal;
  line-height: 1.6em;
}
#index .part1 .leftText p {
  font-size: 18px;
  color: #666666;
}
#index .part1 .bigImg {
  margin-top: 170px;
  width: 80%;
  margin-right: 10%;
}
#index .part2 .bigImg {
  margin-top: 217px;
  width: 100%;
  margin-left: 15%;
}
#index .part2 .index_text {
  margin-top: 240px;
  margin-right: 30%;
}
#index .part3 .bigImg {
  margin-top: 225px;
  width: 100%;
  margin-right: 12%;
}
#index .part3 .index_text {
  margin-top: 240px;
  margin-left: 30%;
}
#index .part4 .bigImg {
  margin-top: 269px;
  width: 100%;
  margin-left: 15%;
}
#index .part4 .index_text {
  margin-top: 280px;
  margin-right: 30%;
}
#index .part5 .bigImg {
  margin-top: 300px;
  width: 78%;
  margin-right: 15%;
}
#index .part5 .index_text {
  margin-top: 320px;
  margin-left: 30%;
}
#index .part6 .bigImg {
  margin-top: 220px;
  width: 78%;
  margin-left: 15%;
}
#index .part6 .index_text {
  margin-top: 340px;
  margin-right: 30%;
}
#index .part7 .bigImg {
  margin-top: 200px;
  width: 90%;
  margin-right: 17%;
}
#index .part7 .index_text {
  margin-top: 280px;
  margin-left: 15%;
}
#index .part8 .bigImg {
  margin-top: 200px;
  width: 57%;
  margin-left: 15%;
}
#index .part8 .index_text {
  margin-top: 310px;
  margin-right: 30%;
}
#index .part9 {
  margin-top: 80px;
}
#index .part9 .topTitle {
  margin-bottom: 10px;
}
#index .part9 .contnet_box {
  background: #fafafa;
  padding-bottom: 20px;
}
#index .part9 .contnet_box:hover {
  box-shadow: 2px 2px 8px #ccc;
  cursor: pointer;
  background: #fffef5;
}
#index .part9 .contnet_box .img {
  overflow: hidden;
  height: 250px;
}
#index .part9 .contnet_box .img img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
#index .part9 .contnet_box .title {
  font-size: 18px;
  color: #333;
  margin: 20px 10px;
  overflow: hidden; /*瓒呭嚭閮ㄥ垎闅愯棌*/
  white-space: nowrap; /*涓嶆崲琛�*/
  text-overflow: ellipsis;
}
#index .part9 .contnet_box .content {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 10px;
  line-height: 1.6em;
  font-size: 14px;
  color: #666;
  min-height: 66px;
}
#index .part9 .contnet_box .timeAndMore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 10px 0;
  font-size: 14px;
  color: #999;
}
#index .part9 .contnet_box .timeAndMore .more {
  display: inline-block;
  width: 76px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #dddddd;
  background: #fff;
}
#index .part9 .contnet_box:hover .title {
  color: #ecb931;
}
#index .part9 .contnet_box:hover .timeAndMore .more {
  border-color: #ecb931;
  color: #ecb931;
}
#index .part9 .contnet_box:hover img {
  transform: scale(1.2) rotate(5deg);
}
#index .part10 {
  margin: 80px auto 0;
}
#index .part10 .topTitle {
  margin-bottom: 0px;
}
#index .part10 .friendship {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#index .part10 .friendship img {
  margin-top: 40px;
}
.part11 {
  background: #333;
  min-height: 80px;
  line-height: 80px;
  margin-top: 40px;
}
.part11 .margin-box a {
  font-size: 18px;
  color: #dddddd;
}

#index .titleLine {
  margin-top: 100px;
  margin-bottom: 60px;
}
#index .titleLine .line {
  width: 50px;
  height: 1px;
  background: #666;
  margin-bottom: 8px;
}
#index .titleLine span {
  font-size: 30px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
}
#index .titleLine span.text {
  padding: 0 10px;
}
#index .part10 .titleLine {
  margin-bottom: 30px;
}
#index .part6 .col-md-6 .showPc {
  display: block;
}
#index .part6 .col-md-6 .smallScreen {
  display: none;
}
#appDwnload .part1 {
  background: url(../images/2_01.jpg) center center;
  min-height: 900px;
  width: 100%;
  background-size: cover;
}
#appDwnload .part1 .leftImg {
  margin-top: 180px;
  width: 80%;
  margin-left: 8%;
}
#appDwnload .part1 .rightImg {
  margin-top: 186px;
}
#appDwnload .part1 .rightImg h2 {
  font-size: 30px;
  line-height: 1.4em;
  color: #333;
}
#appDwnload .part1 .rightImg h4 {
  font-size: 18px;
  margin: 30px auto;
  line-height: 1.4em;
}
#appDwnload .part1 .rightImg .btn_p span {
  background: #fff6ba;
  font-size: 18px;
  color: #666;
  display: inline-block;
  width: 260px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  margin: 0 10px 10px;
}
#appDwnload .part1 .rightImg .btn_p img {
  margin-top: 10px;
}
#appDwnload .downloadBtn {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #fff;
  left: 0;
  bottom: 0;
  z-index: 999;
  line-height: 80px;
  text-align: center;
  display: none;
}
#appDwnload .part1 .showSmall {
  display: none;
}
#appDwnload .part1 .showBig {
  display: block;
}
#appDwnload .footer {
  margin-top: 30px;
}
#appDwnload .ewm_msg .endAdd_con {
  display: block;
}
#appDwnload .ewm_msg_small {
  display: none;
}
#joinin {
  background: url(../images/3_bg.jpg) center center;
  width: 100%;
  background-size: cover;
}
#joinin .titleLine {
  margin-top: 170px;
  margin-bottom: 60px;
}
#joinin .titleLine .line {
  width: 50px;
  height: 1px;
  background: #666;
  margin-bottom: 8px;
}
#joinin .titleLine span {
  font-size: 30px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
}
#joinin .titleLine span.text {
  padding: 0 10px;
}
#joinin .content {
  display: inline-block;
  text-align: left;
}
#joinin .part2 .titleLine {
  margin-top: 0px;
  margin-bottom: 60px;
}

#joinin .part1 h4 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin: 30px;
}
#joinin .part1 p {
  font-size: 16px;
  color: #666;
  line-height: 1.8em;
}
#joinin .part2 {
  margin-top: 120px;
}
#joinin .part2 img {
  margin-bottom: 30px;
  width: 300px;
}
#joinin .part2 p {
  font-size: 16px;
  color: #666;
  line-height: 1.8em;
}
#joinin .footer {
  margin-top: 100px;
}
#newsList .part1 {
  padding-top: 100px;
}
#newsList .part1 .container .mt60 {
  margin-top: 60px;
}
#newsList .part1 .leftImg {
  width: 300px;
  height: 200px;
}
#newsList .part1 .rightCon {
  border-bottom: 1px solid #ddd;
  padding-bottom: 60px;
}
#newsList .part1 .rightCon h4 {
  font-size: 20px;
  color: #333;
  margin: 0;
}
#newsList .part1 .rightCon .time {
  font-size: 14px;
  color: #999;
  margin: 15px 0;
}
#newsList .part1 .rightCon .content {
  font-size: 16px;
  color: #999;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#newsList .part1 a:hover h4 {
  color: #ecb931;
}
/* #newsList .part1 a:hover .time {color: #ecb931;}
#newsList .part1 a:hover .content {color: #ecb931;} */
#newsList .part2 {
  margin: 50px 0 100px 0;
}
#newsList .footer {
  background: #f9f9f9;
  padding: 60px 0 30px 0;
  margin-bottom: 0;
}

#news .part1 .topNav {
  margin-top: 120px;
  margin-bottom: 50px;
}
#news .part1 .topNav a {
  color: #666;
  font-size: 16px;
}
#news .part1 .topNav span {
  color: #666;
}
#news .part1 .topNav a:hover {
  color: #ecb931;
}
#news .part1 .content_title h2 {
  font-size: 30px;
  color: #333;
  line-height: 1.4em;
}
#news .part1 .authorAndTime {
  margin: 30px 0 50px;
  font-size: 16px;
  color: #999;
}
#news .part1 .authorAndTime .author {
  padding-right: 130px;
}
#news .part1 .content {
  padding: 0 10px 100px 10px;
}
#news .part1 .content p {
  font-size: 16px;
  color: #999;
  line-height: 1.6em;
  margin-bottom: 20px;
}

#news .footer {
  background: #f9f9f9;
  padding: 60px 0 30px 0;
  margin-bottom: 0;
}

#recruit .part1 {
  padding-top: 100px;
  padding-bottom: 150px;
}
#recruit .part1 .content {
  margin-top: 70px;
}
#recruit .part1 .content h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 30px;
  border-left: 3px solid #ecb931;
  padding-left: 10px;
}
#recruit .part1 .content .content_list {
  padding-left: 0px;
}
#recruit .part1 .content h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  padding-left: 20px;
}
#recruit .part1 .content h4.mt40 {
  margin-top: 36px;
}
#recruit .part1 .content h4.mt80 {
  margin-top: 80px;
}
#recruit .part1 .content p {
  font-size: 16px;
  color: #666;
  line-height: 1.6em;
  padding-left: 20px;
}
#recruit .footer {
  background: #f9f9f9;
  padding: 60px 0 30px 0;
  margin-bottom: 0;
}
#recruit .titleLine {
  margin-top: 60px;
}
#recruit .titleLine .line {
  width: 50px;
  height: 1px;
  background: #666;
  margin-bottom: 8px;
}
#recruit .titleLine span {
  font-size: 30px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
}
#recruit .titleLine span.text {
  padding: 0 10px;
}

#connectUs .part1 img {
  margin-top: 200px;
  width: 555px;
}
#connectUs .part2 {
  padding-bottom: 100px;
}
#connectUs .part2 .text {
  margin-top: 70px;
}
#connectUs .part2 .text h4 {
  margin-bottom: 30px;
}
#connectUs .part2 .text h4 span {
  display: inline-block;
  font-weight: 500;
  color: #333;
  font-size: 22px;
  width: 130px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 6px;
}
#connectUs .part2 .text p {
  font-size: 18px;
  color: #666;
  line-height: 1.8em;
}
#connectUs .bottom {
  background: #f9f9f9;
  padding-top: 36px;
  padding-bottom: 30px;
}
#connectUs .bottom .footer {
  margin-bottom: 0;
}
.part12 img {
  margin: 0 15px;
}

.part12 {
  font-size: 18px;
}
.part12 p {
  margin-top: 10px;
}

.footer {
  background: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.footer img {
  width: 170px;
  height: 170px;
}
.footer .copyright {
  overflow: hidden;
  padding: 0;
  margin-top: 80px;
}

#notfond .container .margin-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 30%;
}
#notfond .container .margin-box .left h2 {
  font-weight: 700;
  font-size: 60px;
  color: #333;
}
#notfond .container .margin-box .left p.text {
  font-size: 18px;
  color: #333;
  margin-top: 30px;
}
#notfond .container .margin-box .left .btn {
  margin-top: 20px;
}

@media (max-width: 1441px) {
  #index .wrap .bigImg {
    width: 60%;
  }
  .container {
    width: 1100px;
  }
  #index .wrap .index_text h2 {
    font-size: 24px;
  }
  #index .wrap .index_text p {
    font-size: 16px;
  }
  #index .wrap .index_text .rightbtn img {
    width: 110px;
    margin-top: 20px;
  }
  #index .part1 .leftImg {
    margin-top: 220px;
  }
  #index .part1 .leftText {
    margin-top: 180px;
  }
  #index .part1 .leftText h2 {
    font-size: 26px;
    color: #333;
    font-weight: normal;
    line-height: 1.6em;
  }
  #index .part1 .leftText p {
    font-size: 16px;
    color: #666666;
  }
  #index .part2 .index_text {
    margin-top: 250px;
  }
  #index .part3 .index_text {
    margin-top: 230px;
  }
  #index .part4 .index_text {
    margin-top: 230px;
  }
  #index .part5 .index_text {
    margin-top: 230px;
  }
  /* #index .wrap .bigImg {margin-top: 160px;} */
  #index .part6 .bigImg {
    margin-top: 160px;
  }
  #index .part6 .index_text {
    margin-top: 260px;
  }
  #index .part7 .bigImg {
    width: 70%;
  }
  #index .part7 .index_text {
    margin-top: 260px;
  }
  #index .part8 .bigImg {
    width: 50%;
  }
  #index .part10 {
    margin: 160px auto 100px;
  }
  #index .part10 .friendship img {
    width: 180px;
  }
  .part11 {
    min-height: 80px;
    line-height: 80px;
  }
  .part11 .margin-box a {
    font-size: 16px;
  }

  #appDwnload .part1 {
    min-height: 760px;
  }
  #appDwnload .part1 .rightImg {
    margin-top: 120px;
  }
  #appDwnload .part1 .rightImg h2 {
    font-size: 26px;
  }
  #appDwnload .part1 .rightImg h4 {
    font-size: 18px;
    margin: 30px auto;
  }
  #appDwnload .part1 .rightImg span {
    font-size: 14px;
    margin: 0 10px 0px;
  }
  #appDwnload .part1 .rightImg p img {
    margin-top: 10px;
  }
  #appDwnload .ewm_msg {
    padding: 0 8%;
  }
  #recruit .part1 .content h2 {
    font-size: 20px;
  }
  #recruit .part1 .content h4 {
    font-size: 16px;
  }
  #newsList .part1 .leftImg {
    width: 290px;
    height: 180px;
  }
  #recruit .part1 .content p {
    font-size: 14px;
  }
  #newsList .part1 .rightCon h4 {
    font-size: 15px;
  }
  #newsList .part1 .rightCon .content {
    font-size: 14px;
  }
  #connectUs .part2 .text h4 span {
    font-size: 20px;
    width: 130px;
    height: 40px;
    line-height: 40px;
  }
  #connectUs .part2 .text p {
    font-size: 15px;
  }
  #news .part1 .topNav {
    font-size: 16px;
    margin-top: 120px;
    margin-bottom: 60px;
  }
  #news .part1 .content_title h4 {
    font-size: 26px;
  }
  #news .part1 .authorAndTime {
    font-size: 14px;
  }
  #news .part1 .content img {
    margin-bottom: 20px;
  }
  #news .part1 .content p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1367px) {
  .container {
    width: 900px;
  }
  #index .part1 .leftText h2 {
    font-size: 22px;
  }
  #index .part1 .leftText p {
    font-size: 16px;
    color: #666666;
  }
  #index .wrap .bigImg {
    width: 70%;
  }
  #index .wrap .index_text h2 {
    font-size: 24px;
  }
  #index .wrap .index_text p {
    font-size: 16px;
  }
  #index .wrap .index_text .rightbtn img {
    width: 110px;
    margin-top: 20px;
  }
  #index .part1 .leftImg {
    margin-top: 220px;
  }
  #index .part1 .leftText {
    margin-top: 180px;
    margin-left: 5%;
  }
  #index .part2 .index_text {
    margin-top: 250px;
    margin-right: 10%;
  }
  #index .part2 .bigImg {
    margin-left: 5%;
  }
  #index .part3 .index_text {
    margin-top: 230px;
    margin-left: 10%;
  }
  #index .part4 .index_text {
    margin-top: 230px;
    margin-right: 10%;
  }
  #index .part5 .index_text {
    margin-top: 230px;
    margin-left: 10%;
  }
  #index .part5 .bigImg {
    margin-right: 10%;
  }
  /* #index .wrap .bigImg {margin-top: 160px;} */
  #index .part6 .bigImg {
    margin-top: 160px;
  }
  #index .part6 .index_text {
    margin-top: 260px;
    margin-right: 10%;
  }
  #index .part7 .bigImg {
    width: 70%;
    margin-right: 10%;
  }
  #index .part7 .index_text {
    margin-top: 260px;
    margin-left: 10%;
  }
  #index .part8 .bigImg {
    width: 50%;
  }
  #index .part8 .index_text {
    margin-right: 10%;
  }
  #index .part10 {
    margin: 160px auto 100px;
  }
  #index .part10 .friendship img {
    width: 160px;
  }
  .part11 {
    min-height: 80px;
    line-height: 80px;
  }
  .part11 .margin-box a {
    font-size: 16px;
  }

  #appDwnload .part1 {
    min-height: 700px;
  }
  #appDwnload .part1 .rightImg h2 {
    font-size: 24px;
  }
  #appDwnload .part1 .rightImg h4 {
    font-size: 16px;
  }
  #appDwnload .part1 .leftImg {
    width: 100%;
    margin-top: 120px;
  }
  #appDwnload .part1 .rightImg {
    margin-top: 140px;
  }
  #appDwnload .part1 .rightImg p img {
    width: 140px;
  }
  #appDwnload .part1 .rightImg span {
    width: 220px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  #appDwnload .ewm_msg {
    padding: 0 4%;
    margin-top: 20px;
  }
  #appDwnload .ewm_msg p {
    margin-bottom: 5px;
  }
  #joinin .part1 .topRow {
    margin-top: 10px;
  }
  #joinin .title {
    margin-bottom: 60px;
  }
  #joinin .part1 .secondRow {
    margin-top: 60px;
  }
  #joinin .part1 h4 {
    font-size: 18px;
    margin: 30px auto 20px;
  }
  #joinin .part1 p {
    font-size: 16px;
  }
  #joinin .part2 img {
    width: 300px;
  }
  #joinin .part2 {
    margin-top: 80px;
  }
  #joinin .part2 p {
    font-size: 16px;
  }
  #newsList .part1 .leftImg {
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  #header .nav .hoticon {
    top: 20px;
    left: 90px;
  }
  .container {
    width: 100vw;
  }
  #index .wrap .bigImg {
    width: 80%;
  }
  #index .wrap .index_text h2 {
    font-size: 18px;
  }
  #index .wrap .index_text p {
    font-size: 13px;
  }
  #index .wrap .index_text img {
    width: 80px;
  }
  #index .wrap .index_text .index_line {
    margin: 10px 0 15px 0;
  }
  #index .wrap .index_text .rightbtn img {
    margin-top: 10px;
    width: 100px;
  }
  #index .part1 .leftText {
    margin-top: 50px;
    margin-left: 0;
  }
  #index .part1 .bigImg {
    margin-right: 0;
    width: 96%;
    margin-top: 40px;
    margin-right: 4%;
  }
  #index .part1 .leftText h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
  }
  #index .part1 .leftText p {
    font-size: 14px;
    color: #666666;
  }
  #index .part1 .leftText p.mt30 {
    margin-top: 20px;
  }
  #index .part2 .bigImg {
    margin-top: 50px;
  }
  #index .part2 .index_text {
    margin-top: 60px;
  }
  #index .part3 .index_text {
    margin-top: 100px;
  }
  #index .part3 .bigImg {
    margin-top: 80px;
  }
  #index .part4 .bigImg {
    margin-top: 100px;
  }
  #index .part4 .index_text {
    margin-top: 120px;
  }
  #index .part5 .index_text {
    margin-top: 120px;
  }
  #index .part5 .bigImg {
    margin-top: 100px;
  }
  #index .part6 .bigImg {
    margin-top: 130px;
  }
  #index .part6 .index_text {
    margin-top: 130px;
  }
  #index .part7 .col-xs-6.text-right {
    padding: 0;
  }
  #index .part7 .bigImg {
    margin-top: 100px;
    width: 90%;
    margin-right: 10%;
  }
  #index .part7 .index_text {
    margin-top: 110px;
  }
  #index .part8 .bigImg {
    margin-top: 100px;
  }
  #index .part8 .index_text {
    margin-top: 140px;
  }

  #index .part9 {
    margin-top: 200px;
  }
  .part11 {
    line-height: 50px;
  }
  .part11 .margin-box a {
    font-size: 16px;
  }
  #index .part10 {
    margin: 80px auto;
  }
  .footer .copyright {
    font-size: 14px;
  }
  #joinin .footer {
    margin-top: 60px;
  }
  #joinin .title {
    margin-bottom: 30px;
  }
  #appDwnload .part1 .rightImg img {
    width: 90%;
  }
  #newsList .part2 {
    margin: 20px 0 50px 0;
  }

  #connectUs .part1 img {
    width: 100%;
  }
  #connectUs .part2 img {
    width: 100%;
  }
  #index .part6 .col-md-6 .showPc {
    display: block;
  }
  #index .part6 .col-md-6 .smallScreen {
    display: none;
  }
  .part12 img {
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .part12 {
    font-size: 14px;
  }

  #index .part10 .friendship img {
    width: 100px;
    margin-top: 20px;
  }
  #index .part9 .topTitle {
    margin-bottom: 40px;
  }
  #index .part9 .topTitle img {
    width: 200px;
  }
  #index .part9 {
    margin-top: 40px;
  }
  #index .part10 {
    margin: 0px auto 30px;
  }
  #index .part10 .topTitle {
    margin-bottom: 20px;
  }
  #index .part10 .topTitle img {
    width: 200px;
  }
  #index .index_newsList .col-xs-12 {
    margin-bottom: 20px;
  }
  #index .part9 .contnet_box .timeAndMore {
    display: none;
  }
  #index .titleLine {
    margin-top: 60px;
    margin-bottom: 0;
  }
  #index .titleLine span {
    font-size: 26px;
  }
  #index .part4 .col-md-6 {
    padding: 0;
  }
  #index .part6 .col-md-6 {
    padding: 0;
  }
  #index .part6 .col-md-6 .showPc {
    display: none;
  }
  #index .part6 .col-md-6 .smallScreen {
    display: block;
  }
  #appDwnload .part1 {
    min-height: 900px;
  }
  #appDwnload .part1 .showSmall {
    display: block;
  }
  #appDwnload .part1 .showBig {
    display: none;
  }
  #appDwnload .part1 .leftImg {
    margin-top: 30px;
    width: 70%;
  }
  #appDwnload .part1 .rightImg {
    margin-top: 100px;
  }
  #appDwnload .part1 .rightImg h2 {
    font-size: 30px;
  }
  #appDwnload .part1 .rightImg h4 {
    font-size: 18px;
    margin: 20px auto;
  }
  #appDwnload .part1 .rightImg span {
    font-size: 14px;
    margin: 20px 10px 0px;
    width: 220px;
    height: 38px;
    line-height: 38px;
  }
  #appDwnload .part1 .rightImg h2 {
    font-size: 22px;
  }
  #appDwnload .part1 .rightImg h4 {
    font-size: 16px;
  }
  #appDwnload .part1 .rightImg p img.btn {
    width: 150px;
    display: none;
  }
  #appDwnload .part1 .rightImg p img {
    margin-top: 20px;
    width: 210px;
  }
  #appDwnload .part1 .rightImg .btn_ewm {
    display: none;
  }
  #appDwnload .downloadBtn {
    display: block;
  }
  #appDwnload .footer {
    margin-bottom: 100px;
  }
  #appDwnload .ewm_msg .endAdd_con {
    display: none;
  }
  #appDwnload .ewm_msg_small {
    display: block;
  }
  #joinin .titleLine span {
    font-size: 26px;
  }
  #joinin .part1 h4 {
    font-size: 17px;
    margin: 15px auto;
  }
  #joinin .part1 p {
    font-size: 13px;
  }
  #joinin .part1 .topRow {
    margin-top: 0;
  }
  #joinin .part1 .topRow img {
    margin-top: 30px;
    width: 100px;
  }
  #joinin .part1 .secondRow {
    margin-top: 0;
  }
  #joinin .part1 .secondRow img {
    margin-top: 30px;
  }
  #joinin .titleLine {
    margin-bottom: 10px;
    margin-top: 130px;
  }
  #joinin .part2 {
    margin-top: 60px;
  }
  #joinin .part2 img {
    width: 70%;
  }
  #joinin .part2 p {
    font-size: 16px;
  }
  #joinin .part2 .titleLine {
    margin-bottom: 40px;
  }
  #newsList .part1 {
    padding-top: 60px;
  }
  #newsList .part1 .leftImg {
    width: 100%;
  }
  #newsList .part1 .rightCon h4 {
    margin-top: 20px;
    font-size: 16px;
  }
  #newsList .part1 .rightCon .time {
    font-size: 12px;
  }
  #newsList .part1 .rightCon .content {
    font-size: 14px;
  }
  #newsList .part1 .rightCon {
    padding-bottom: 5px;
  }
  #newsList .part1 .container .mt60 {
    margin-top: 30px;
  }
  #newsList .part2 {
    margin: 20px 0;
  }
  #newsList .part12 img {
    width: 100%;
  }
  #newsList .footer {
    padding: 20px 0 30px;
  }
  #news .part1 .topNav {
    font-size: 14px;
    margin: 100px 0 40px;
  }
  #news .part1 .content_title h4 {
    font-size: 22px;
  }
  #news .part1 .authorAndTime .author {
    padding-right: 5px;
  }
  #news .part1 .authorAndTime {
    margin: 15px 0 20px;
  }
  #news .part1 .authorAndTime {
    font-size: 12px;
  }
  #news .part1 .content p {
    font-size: 14px;
  }
  #news .part1 .content img {
    margin: 0 0 20px 0;
  }
  #news .part1 .content {
    padding-bottom: 50px;
  }
  #news .footer {
    padding: 20px 0;
  }
  #connectUs .part1 img {
    margin-top: 90px;
  }
  #connectUs .part12 img {
    width: 150px;
    height: 150px;
  }
  #recruit .part1 .content h4.mt80 {
    font-size: 18px;
    padding-left: 0;
  }
  #recruit .footer {
    padding-top: 1px;
  }
  #recruit .part1 .content .addAndPhone p {
    font-size: 14px;
    padding-left: 0;
  }

  #recruit .part1 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #recruit .part1 .content h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #recruit .part1 .content h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #connectUs .part2 {
    padding-bottom: 40px;
  }
  #connectUs .bottom {
    padding-top: 1px;
  }
  #connectUs .part2 .text h4 span {
    width: 150px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }
  #connectUs .part2 .text p {
    font-size: 16px;
  }
  .footer .copyright {
    font-size: 14px;
    margin-top: 60px;
  }
  .footer .part12 img {
    width: 100%;
  }
  .part12 img {
    margin: 0 0px;
  }
  .footer .copyright a {
    display: block;
    line-height: 1.6em;
  }

  #notfond .container .margin-box {
    margin-top: 40%;
  }
  #notfond .container .margin-box .left {
    text-align: center;
  }
  #notfond .container .margin-box .right {
    display: none;
  }
}
