﻿input,textarea,select{outline:none}
select option:focus{ background:#c00; color:#fff;}
select option:hover{ background:#c00; color:#fff;}




.common_tit {
  margin-bottom: 40px;
}

.common_tit h3 {
  margin: 0;
  letter-spacing: 1px;
  color: #20993b;
  font-size: 24px; line-height:1.5em;
  /*font-weight: bold;*/
  text-align: center;
}

.common_tit p {
  /*margin: 10px 0 0;*/ margin:15px;
  color: #969696;
  font-size: 16px; line-height:1.5em;
  letter-spacing: 2px;
  text-align: center;
}
.common_btn1{
  display: block;
  width: 150px;
  color: #20993b;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 30px 0 0;
  text-align: center;
  line-height: 35px;
  border: 1px solid #20993b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: capitalize; font-size:12px;
}
.banner_text1 {
  left: 15% !important;
  top: 40% !important; max-width:900px; margin:0 auto;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.show_h1 {
  font-size: 46px !important;
  letter-spacing: 5px !important;
  font-family: STXihei, STHeitiLight, ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“, "Microsoft JhengHei", "", ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“, Arial, sans-serif !important;
}
.more {
  display: block;
  width: 140px;
  background: #20993b;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 60px auto 0;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: arial;
  text-transform: capitalize;
  letter-spacing: 1px;
  border: 1px solid #20993b; font-size:12px;
}

.more:hover {
  background: #fff;
  color: #20993b;
}
.show_h3 {
  font-size: 56px;
  font-family: 'bignoodletitlingregular';
  color: #fff;
  letter-spacing: 3px;
}

/* res */
.res_sec1_list{
  width: 94%;
  margin: 0 auto;
}
.res_banner {
  background: url("../images/zeren_banner.jpg") center/cover no-repeat;
}

.res_banner_img {}

.res_banner_img img {
  width: 100%;
}

.res_banner_bot {
  position: absolute;
  bottom: 0;
}

.res_banner_bot img {
  width: 100%;
}

.res_sec1 {
  width: 80%;
  /*margin: -45px auto 0;*/ margin:0 auto;
  position: relative;
  z-index: 10;
  background: #fff;
  padding-top: 50px;
}

.res_sec1_nav {
  overflow: hidden;
}

.res_sec1_img {}

.res_sec1_img img {
  width: 100%;
}

.res_sec1_text {
  background: #5e6366;
  padding: 30px;
  color: #fff;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.res_sec1_box a {
  display: block;
  background: #5e6366;
}

.res_sec1_box a:hover .res_sec1_text {
  top: -30px;
}

.res_sec1_text h3 {
  margin: 0 0 6px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.res_sec1_text h6 {
  margin: 0;
  color: #ccc;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.res_sec1_text p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.res_sec2_box {
  width: 100%;
  height:500px;
  padding: 0 10%;
  margin: 80px auto;
  background: url(../images/res_01.jpg) no-repeat center center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/res_01.jpg', sizingMethod='scale');
}

.res_sec2_text {
  width: 500px;
  color: #fff;
  padding-top: 8%;
}

.res_sec2_text h3 {
  font-size: 24px;
  line-height: 52px;
  font-weight: bold;
}

.res_sec2_text p {
  color: #eee;
  font-size: 16px;
  margin: 0;
  margin-top: 16px;
  line-height: 30px;
  letter-spacing: 1px;
}

.res_sec2_text a.more {
  margin: 50px 0 0;
  color: #fff;
  -: 1px
  solid #fff;
  width: 170px;
  display: block;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
}

.res_sec3 {
  width: 75%;
  margin: 80px auto;
}

.res_sec3_box a {}

.res_sec3_img {
  position: relative;
}

.res_sec3_img img {
  width: 100%;
}

.res_sec3_img .mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 30px;
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.res_sec3_img .mask p {
  margin-top: 30%;
}

.res_sec3_text {
  background: #f8f8f8;
  color: #333;
  padding: 30px 40px 40px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.res_sec3_text h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.res_sec3_text div.line {
  margin: 20px auto;
  width: 40px;
  height: 3px;
  background: #055ba7;
}

.res_sec3_text p {
  margin: 0;
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}

.res_sec3_text .enter {
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: #f8f8f8;
}

.res_sec3_text .enter i {
  line-height: 50px;
  font-size: 20px;
  color: #2777b9;
}

.res_sec3_box a:hover .mask {
  opacity: 1;
}

.res_sec3_box a:hover .res_sec3_text {
  background: #1d8bd0;
  color: #fff;
}

.res_sec3_box a:hover .res_sec3_text div.line {
  background: #0071b9;
}

.res_sec3_box a:hover .res_sec3_text .enter {
  background: #3d9edb;
}

.res_sec3_box a:hover .res_sec3_text p {
  color: #fff;
}

.res_sec3_box a:hover .res_sec3_text .enter i {
  color: #fff;
}

.res_sec3_box>a.more {
  display: block;
  width: 180px;
  background: #055ba7;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 80px auto 0;
  text-align: center;
  line-height: 40px;
  border: 1px solid #055ba7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.res_sec3_box>a.more:hover {
  background: #fff;
  color: #055ba7;
  border: 1px solid #055ba7;
}


/* res */

/* join */
.join_sec1_cont{
  width:94%;
  margin:0 auto;
}
.join_banner {
  background: url("../images/join_banner.jpg") center/cover no-repeat;
}
.join_index_sec1 {
  width: 80%;
 /* margin: -45px auto 80px;*/ margin:0 auto;
  position: relative;
  z-index: 10;
  background: #fff;
  padding-top: 60px; padding-bottom:50px;
}
.join_sec1_box {}
.join_sec1_box_left {
  float: left;
  width: 50%;
}
.join_sec1_box_left a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.join_sec1_img {
  overflow: hidden;
}
.join_sec1_img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join_sec1_box_right {
  float: left;
  width: 50%;
}
.join_sec1_text {
  /*background: #232323;*/ background:#f0f0f0;
 /* color: #fff;*/
  padding: 100px 60px 0;
  position: relative;
}
.join_sec1_text h3 {
  /*color: #eb5a3a;*/ color:#20993a;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  margin: 20px 0 0 50px;
  letter-spacing: 2px;
}
.join_sec1_text p {
  margin: 40px 0 0 50px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: justify;
  /*color: #f5f5f5;*/ color:#333;
}
.join_sec1_text .more:hover {
  background:transparent;
  color: #20993b;
  border-color: #20993b;
}
.join_sec1_text a.top_btn {
  position: absolute; display:none;
  top: 0;
  right: 0;
  background: #ee4332;
  color: #fff;
  width: 50px;
  text-align: center;
  height: 50px;
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.join_sec1_text a.top_btn i {
  line-height: 50px;
  font-size: 22px;
}
.join_sec1_box .line {
  margin: auto;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 5%;
  height: 2px;
  background: #f74435;
  z-index: 5;
}

.join_sec2 {
  width: 78%;
  margin: 0px auto;
}
.join_sec2_box {}
.join_sec2_box .col-lg-4{
  padding: 0 40px; position:relative;
}
.join_sec2_img {
  overflow: hidden;
  width: 100%;
}
.join_sec2_img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join_sec2_box a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.join_sec2_text { width:100%; position:absolute; top:46%; left:0;}
.join_sec2_text h3 {
  font-size: 20px;
  color: #fff;
  /*margin: 20px 0 10px 0;*/ padding:0 40px; text-align:center;
  font-weight: bold;
}
.join_sec2_text h4{
  font-size:15px;
  font-family: arial;
  letter-spacing: 1px;
  color: #999;
}
.join_sec2_text p {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.join_sec2_text .more:hover{
  background:transparent;
}

.join_sec2_cont{
  background:#f5f5f5;
  padding: 80px 0;
}
.join_sec2 .more:hover{
  background: transparent;
}
/* join */

/* contact */
.contact_banner {
  background: url("../images/contact_banner.jpg") center/cover no-repeat;
}
.contact_sec1 {
  width: 80%;
/*  margin: -45px auto 0;*/ margin:0 auto;
  position: relative;
  z-index: 10;
  background: #fff;
  padding-top: 60px;
}
.contact_box {
  width: 94%;
  margin: 0px auto 50px;
}
.contact_sec1_box {}
.contact_sec1_box_left {
  float: left;
  width: 50%;
}
.contact_sec1_text {
  padding-right: 10%;
}
.contact_sec1_text h3 {
  color: #20993a;
  font-size: 20px;
  margin: 0;
  line-height: 48px;
  font-weight: bold;
  letter-spacing: 2px;
}
.contact_sec1_text p {
  color: #666;
  margin: 0;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-top: 20px;
}
.contact_sec1_text ul {
  margin: 40px 0;
  width: 50%;
  float: left;
}
.contact_sec1_text ul li {
  color: #333;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.contact_sec1_text ul li span {
  color: #eb5a3a;
  text-transform: uppercase;
  font-size: 14px;
  font-family: arial;
  letter-spacing: 1px;
}
.contact_sec1_box_right {
  float: left;
  width: 50%;
  position: relative;
}
.contact_sec1_img {}
.contact_sec1_img img {
  width: 100%;
}
.contact_sec1_top {
  background: #eb5a3a;
  color: #fff;
  width: 80px;
  height: 147px;
  position: absolute;
  top: 0;
  left: 60px;
  padding: 5px 10px;
  z-index: 5;
}
.contact_sec1_top > h3 {
  font-size: 20px;
  margin: 0;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: arial;
  letter-spacing: 5px;
}
.contact_sec1_top > p {
  font-size: 12px;
  margin: 3px 0 0;
  letter-spacing: 1px;
}
.contact_sec1_top > div {
  width: 100%;
  margin-top: 16px;
}
.contact_sec1_top > div img {
  width: 72%;
  display: block;
  margin: auto;
}
.contact_sec1_top > div p {
  text-align: center;
}
.contact_sec1_bot {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
.contact_sec1_bot a {
  display: block;
  width: 140px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  background: #eb5a3a;
  font-family: arial;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.contact_sec2 {
  margin: 0 auto 80px;
}
.contact_sec2_box {
  width: 100%;
  padding: 100px 0;
  background: url("../images/contact_06.jpg") center/cover no-repeat fixed;
}
.contact_sec2_text {
  width: 980px;
  margin: auto;
  background: #055ba7;
  padding: 20px;
}
.contact_sec2_text p {
  margin: 0 auto;
  text-transform: uppercase;
  color: #f2f2f2;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  width: 620px;
}
.contact_sec2_text p span{
  width:45px;
  height: 1px;
  background: #f2f2f2;
  display: block;
  float: left;
  margin-top: 15px;
  margin-right: 10px;
}
.contact_sec3 {
  width: 75%;
  margin: 80px auto;
}
.contact_xinxi_font{
  font-family: arial;
  letter-spacing: 1px;
}
/* contact */


.org_banner{
  background: url("../images/org_banner.jpg") center/cover no-repeat;
}
.org_sec1 {
  width: 80%;
  /*margin: -45px auto 0;*/ margin:0 auto;
  position: relative;
  z-index: 10;
  background: #fff;
  padding-top: 50px;
}
.org_sec1_img img {
  display: block;
  width: 92%;
  margin:auto;
}
.org_sec2_img {
  width: 50%;
  float: left;
  text-align: center;
}
.org_sec2_img img {
  width: 90%;
}
.org_sec2 {
  width: 100%;
  padding: 80px;
  
}
.org_sec2_box {
  width: 80%;
  margin: 0px auto;
}
.org_sec2_map {
  position: relative;
  left: -10%;
}
.org_sec2_map img {
  display: block;
  width: 80%;
  margin: auto;
}


.erjian{
  height: 501px;overflow-y: scroll;
  /* background: #fff; */
  /*width: 516px;*/
}
.erjianprev,.erjiannext{
  background-image: none !important;
}

.org_sec2_right {
  position: relative;
  width: 100%;
  /* background: #fff; */
}
.yangshi{
  right: 0px !important;
  height: 100%;
  background: #fff !important;
  width: 4px !important;
}
.yangshi>span{
  margin: 0 !important;
  height: 8.33%;
  border-radius: 0 !important;
  width: 4px !important;
}



/*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â*/
.swiper-container::-webkit-scrollbar {/*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â*/
  width: 4px;     /*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â«Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¨Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â«ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¸*/
  height: 4px;
}
.swiper-container::-webkit-scrollbar-thumb {/*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â*/
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  /*background: #055ba7;*/ background:#20993b;
}
.swiper-container::-webkit-scrollbar-track {/*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ*/
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 0;
  background: rgba(0,0,0,0.1);
}
.org_sec2_desc {
  /*display: none;*/
  width: 100%;
  /*position: absolute;
  top: 0;
  left: 0;*/
  /* background: #fff; */
}
/*.swiper-slide{
 height: 390px  !important;
}*/
.org_sec2_desc h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #333;
  letter-spacing: 2px;
}
.org_sec2_desc .back {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #7d93b3;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: none;
}
.org_sec2_desc a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  padding: 20px;
  background: #f0f0f0;
}
.org_sec2_desc .back i {
  line-height: 45px;
  font-size: 25px;
}
/*.org_sec2_desc h4 {
  margin: 30px 20px 30px 20px;
  font-size: 15px;
  line-height: 28px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 110px;
}*/
.org_sec2_desc h6 {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333;
}
.org_sec2_desc span {
  margin: 20px 0 0;
  display: inline-block;
  color: #4e90c5;
}
.org_sec2_desc h6 span {color: #7d93b3;text-decoration: underline;}
.org_sec2_desc .lxfs {
  background: #d5dee6;
  padding: 12px 26px;
  margin: 30px 0 30px;
}
.org_sec2_desc .lxfs h5 {
  color: #055ba7;
  font-size: 14px;
  font-weight: bold;
  font-family: arial;
  letter-spacing: 1px;
}
.org_sec2_desc .lxfs h5 i {
  color: #055ba7;
  width: 25px;
}
.org_sec2_map .map_marker > div {
  position: absolute;
}
.map_marker_img {
  height: 12px;
  width: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  top: -1px;
}
.org_sec2_map .map_marker > div > span {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  display: none;
  position: absolute;
  top: -5px;
  left: 15px;
  z-index: 9;
  width: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.org_sec2_map .map_marker > div:hover > span {
  display: block;
}
.map_marker_img img {
  width: 100%;
}
.map_marker_sh {
  top: 60.5%;
  left: 79%;
}
.map_marker_tj {
  top: 39%;
  left: 71%;
}
.map_marker_sy {
  top: 31%;
  left: 77%;
}
.map_marker_sz {
  top: 57%;
  left: 76%;
}
.map_marker_bj {
  top: 37%;
  left: 69.5%;
}
.map_marker_nj {
  top: 53.5%;
  left: 72%;
}
.map_marker_sd {
  top: 47%;
  left: 75%;
}
.map_marker_qd {
  top: 55%;
  left: 75%;
}
.map_marker_sn {
  top: 55.8%;
  left: 77%;
}
.map_marker_wx {
  top: 54%;
  left: 76%;
}
.map_marker_nt {
  top: 59%;
  left: 77%;
}
.map_marker_hn {
  top: 96%;
  left: 62%;
}
.map_marker_nf{
	top: 83%;
    left: 67%;
}
.map_marker_xj {
  top: 35%;
  left: 27%;
}
.map_marker_cd {
  top: 63%;
  left: 53%;
}

.org_sec3 {
  width: 80%;
  margin: 80px auto;
}
.org_sec3 .division_sec1_top {
  background: #f5f5f5;
}
.org_sec3 a.common_btn1 {
  margin: 20px auto 0;
}

/* org */

/* about */
.about_banner{
  background: url("../images/about_banner.jpg") center/cover no-repeat;
}
.about_sec1 {
  width: 80%;
  /*margin: -45px auto 0;*/ margin:0 auto;
  position: relative;
  z-index: 10;
  background: #fff;
  padding-top: 60px;
}
.about_sec1_box {}
.about_sec1_img {
  width: 25%;
  margin: auto;
  margin-bottom: 60px;
}
.about_sec1_img img {
  width: 100%;
}
.about_sec1_text {
  width: 75%;
  margin: 0 auto;
}
.about_sec1_text h3 {
  color: #eb5a3a;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 20px 0;
  letter-spacing: 2px;
}
.about_sec1_text p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  /*text-align: center;*/
  letter-spacing: 1px;
}

.about_sec1_text p span{
  font-family: arial;
  font-weight:bold;
  font-size: 19px;
  color: #20993b;
}


.about_sec2 {
  width: 100%;
  margin: 180px auto 80px;
}
.about_sec2_left {
  width: 50%;
  background: #f2f2f2;
  float: left;
}
.about_sec2_left_text {
  width: 100%;
  padding: 100px 0 110px 28%;
}
.about_sec2_left_text h5 {
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0;
  color: #666;
  font-weight: bold;
}
.about_sec2_left_text h2 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  margin: 10px 0;
}
.about_sec2_left_text h6 {
  text-align: center;
  margin: 10px 0;
  font-size: 15px;
}
.about_sec2_left_text div.line {
  width: 80px;
  height: 3px;
  background: #666;
  margin: 20px auto 40px;
}
.about_sec2_left_text h4 {
  text-align: left;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
  line-height: 26px;
}
.about_sec2_right {
  width: 50%;
  background: #e0e0e0;
  float: left;
  position: relative;
}
.qm_box{
  position: absolute;
  left: 16%;
  top: 42%;
}
.qm_box img{
  width: 250px;
}

.about_sec2_right_text {
  width: 50%;
  position: absolute;
  bottom: 80px;
  left: 10%;
  z-index: 9;
}
.about_sec2_right_text h6 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
.about_sec2_right_text h3 {
  font-size: 24px;
  font-weight: bold;
}
.about_sec2_right_text a.more {
  text-transform: uppercase;
  display: block;
  width: 140px;
  background: #2d2d2d;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 40px 0;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*.about_sec2_img {
  position: absolute;
  bottom: 0;
  left: 34%;
  width: 48%;
}*/
.about_sec2_img img {
  width: 100%;
}
.common_tit_zc h3,.common_tit_zc p{
  text-align: left !important;
}
.about_sec3 {
  width: 80%;
  margin: 80px auto;
}
.about_sec3_box {}
.about_sec3_text {
  width: 80%;
  text-align: justify;
  margin-top: 60px;
}
.about_sec3_text h3 {
  color: #20993b;
  /*font-weight: bold;*/
  font-size: 20px;
  text-align: left;
  margin: 20px 0;
  letter-spacing: 2px;
}
.about_sec3_text p {
  font-size: 15px;
  margin: 40px 0;
  line-height: 28px;
  color: #333;
  letter-spacing: 1px;
}
.about_sec3_img {}
.zz_box{
  background: #f5f5f5;
  transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -o-transition:all 0.3s;
  -webkit-transition:all 0.3s;
}
.zz_box:hover{
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.about_sec3_img_top{
  margin-bottom: 20px;
}
.about_sec3_img img {
  width: 100%;
}
.about_sec3_img p {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
  letter-spacing: 1px;
  color: #333;
  height: 18px;
  overflow: hidden;
}
.about_sec4 {
  width: 100%;
  margin: 80px 0; background:#fafafa;
 
}
.about_sec4_box {
  width: 80%;
  margin: auto;
}
.about_sec4_left {
  float: left;
  width: 50%;
  margin-right: 8%;
}

.about_sec4_text {
  color: #fff;
  padding: 80px 0;
  padding-right: 240px;
}
.about_sec4_text p{
  /*font-size: 14px;*/
  margin: 0;
  /*line-height: 28px;*/
  color: #646464;
  text-align: justify;
}
.about_sec4_right {
  float: left;
  width: 42%;
  position: relative;
}
.about_sec4_right_swiper {}
.about_sec4_img {}
.about_sec4_img img {
  width: 100%;
}
.about_sec4_right_swiper_btn {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}
.about_sec4_right_swiper_prev,
.about_sec4_right_swiper_next {
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  background: #003f70;
}
.about_sec4_right_swiper_prev{
  margin-bottom: 10px;
}

.about_sec4_right_swiper_prev i,
.about_sec4_right_swiper_next i {
  line-height: 40px;
}
.about_sec5 {
  width: 74%;
  margin: 80px auto;
}
.about_sec5_block {
  border: 1px solid #e8e8e8;
}
.about_sec5_block p {
  text-align: center;
  margin: 0;
  line-height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #666;
}
.about_sec5_img{
  background: #f5f5f5;
  margin-top: 10px;
}
.about_sec5_img img {
  width: 100%;
}
.about_sec5_block a.more {
  background: #fff;
  display: block;
  color: #323232;
  text-align: center;
  line-height: 40px;
  border-radius: 0;
  width:100%;
  margin: 0;border: 1px solid #fff;
  font-family: inherit !important; font-size:14px;
}
.about_sec5_box .col-lg-4{
  padding: 0 40px;
}
.about_sec5_more{
  padding: 10px;
}

/* about */
/* news */
.news_sec_list{
  width: 94%;
  margin: 0 auto;
}
.news_banner {
  background: url("../images/news_banner.jpg") center/cover no-repeat;
}

.news_sec1 {
  width: 80%;
  margin: 0px auto 50px;
  position: relative;
  z-index: 10;
  background: #fff;
  padding-top: 60px;
}

.news_sec1_left {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
  width: 90%;
  text-align: center;
  background: #fff;
}
.news_sec1_left.fixed {
  position: fixed;
  top: 80px;
  width: calc(16.92% - 20px);
  z-index: 20;
  left: 12.4%;
}

.news_sec1_left h4 {
  background: #136eb5;
  color: #fff;
  font-size: 16px;
  padding: 50px 30px;
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
}
.news_sec1_left h4 span{
  display: block;
  margin-bottom: 10px;
}
.news_sec1_left h4 b{
  display: block; font-size: 34px;
}
.news_sec1_left ul {}

.news_sec1_left ul li a{
  color: #666;
  font-size: 18px;
  padding: 15px 30px;
  margin: 0;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 5px;
}


.news_sec1_left ul li.active a{

  font-weight: bold;
  color: #055ba7 !important;
}

.news_sec1_right {}

.news_list {}

.news_list a {
  display: block;
  padding: 40px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_list a:hover {
  background: #fcfcfc;
}

.news_list a:hover .news_list_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.news_list_img {
  width: 30%;
  float: left;
  overflow: hidden;
}

.news_list_img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_list_desc {
  float: right;
  width: 65%;
}

.news_list_desc h4 {
  c4e7d;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  color: #999;
  font-family: arial;
}

.news_list_desc h2 {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}

.news_list_desc h3 {
  font-size: 20px;
  color: #666;
  font-weight: bold;
  margin-top: 10px;
}

.news_sec1_right_common {
  margin-top: 40px;
}
.news_list_common {
  margin-bottom: 25px;
}
.news_list_common_desc {
  width: 100%;
  background: #f5f5f5;
  padding: 30px;
  transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -o-transition:all 0.3s;
  -webkit-transition:all 0.3s;
}
.news_list_common_desc h3 {
  font-size: 18px;
  color: #666;
  font-weight: bold;
  margin-top: 10px;
  transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -o-transition:all 0.3s;
  -webkit-transition:all 0.3s;
}
.news_list_common_desc h4 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: arial;
  color: #999;
  transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -o-transition:all 0.3s;
  -webkit-transition:all 0.3s;
}
.news_list_common_desc h2 {
  font-size: 15px;
  color: #666;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: 1px;
  transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -o-transition:all 0.3s;
  -webkit-transition:all 0.3s;
}
.news_list_common_desc:hover {
  background: #055ba7;
}
.news_list_common_desc:hover h3{
  color: #f5f5f5;
}
.news_list_common_desc:hover h4{
  color: #ccc;
}
.news_list_common_desc:hover h2{
  color: #e5e5e5;
}

.news_sec1_right_video {
  margin-top: 40px;
}
.news_list_video {}
.news_list_video_left {
  border-right: 1px solid #e8e8e8;
}
.news_list_video_top {
  padding: 0 0 10px;
}
.news_list_video_top h3 {
  color: #676767;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 32px;
  margin: 0;
  text-align: center;
  font-family: arial;
}
.news_list_video_top h1 {
  color: #1c4e7d;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 28px;
  margin: 0;
  text-align: center;
  font-family: arial;
}
.news_list_video_bot {
  text-align: center;
  color: #999;
  border-top: 1px solid #e8e8e8;
  font-size: 16px;
  padding: 10px 0 0;
  font-family: arial;
}
.news_list_video_bot i {
  color: #ddd;
  margin: 0 5px;
}
.font_color{
  color: #eb5a3a !important;
}
.news_list_video_right {
  padding: 0px 0 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}
.news_list_video_main {
  position: relative;
}
.news_list_video_main img {
  width: 100%;
}
.bofang{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.5);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}
.bofang img{
  position: absolute;
  width: 8%;
  left: 46%;
  top: 44%;
  cursor: pointer;
}
.news_list_video_text h3 {
  margin: 10px 0;
  line-height: 32px;
  font-size: 20px;
  color: #333;
  letter-spacing: 2px;
}
.news_list_video_text h5 {
  margin: 10px 0;
  line-height: 22px;
  font-size: 14px;
  color: #999;
}
/* news */



/* case */
.case_banner{
  background: url("../images/case_banner.jpg") center/cover no-repeat;
}
.case_sec1 {
  width: 80%;
  /*margin: -45px auto 0;*/ margin:0 auto;
  position: relative;
  z-index: 10;
  margin-top: -30px;
  /*background: #fff;*/
  padding-top: 60px;
}

.cont_width{
  width:92%;
  margin: 0 auto;
}
.case_sec1_box {}
/*scroll_02*/
.scroll_02{ }
.scroll_02 .bd{}
.scroll_02 .bd ul li{ width:100%; margin:0 auto !important;}

.case_sec1_text {}
.case_sec1_text h3 {
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 24px;
}
.case_sec1_text p {
  margin: 20px 0;
  line-height: 24px;
  font-size: 16px;
}
.case_sec1_box a.more {
  display: block;
  width: 140px;
  background: #20993a;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 40px 0;
  text-align: center;
  line-height: 40px;
  border: 1px solid #20993a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case_sec1_box a.more:hover {
  background: #fff;
  color:#20993b;
  border: 1px solid #20993b;
}
.case_sec1_box a:hover .case_sec1_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*.case_sec1_box a:hover .case_title{
  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
}*/

.case_sec1_img {
  position: relative;
  /*margin: 12px 0;*/
  overflow: hidden;
}
.case_sec1_img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.case_title{
  position: absolute;
  top: 0;
  left: 0;
  width:90%; padding:5%;
  height: 90%;
  /*background:rgba(0,0,0,.5);*/
  /*filter:alpha(opacity=0.6); -moz-opacity:0.6; -khtml-opacity:0.6; opacity:0.6;*/
  transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -o-transition:all 0.3s;
  -webkit-transition:all 0.3s;
}
.case_title ul li{ font-size:14px; line-height:1.5em; margin:.5em 0; color:#fff; }
.case_title dl dd{ font-size:14px; line-height:1.5em; margin:.5em 0; color:#fff; }



.case_sec1_img h3 {
  /*position: absolute;
  top: 46%;
  left: 0;
  right: 0;*/
  color: #fff;
  /*text-align: center;*/
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);*/
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  letter-spacing: 3px;
}
.case_sec1_img h4 {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
}

.case_sec2 {
  width: 100%;
  margin: 80px auto;
  background: url(../images/case_06.jpg) center/cover no-repeat fixed;
  padding: 90px 0;
}
.case_sec2_box {
  width: 70%;
  margin: auto;
  color: #f5f5f5;
  text-align: center;
}
.case_sec2_box h5 {
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 20px 0;
}
.case_sec2_box h3 {
  margin: 30px 0;
  font-size: 24px;
  letter-spacing: 3px;
}
.case_sec2_box h4{
  font-size: 13px;
  letter-spacing: 1px;
  font-family: arial;
  text-transform: uppercase;
  color: #ccc;
}

.case_sec2_box a.more {
  border: 1px solid #d31c52;
  color: #fff;
  width: 150px;
  text-align: center;
  display: block;
  line-height: 40px;
  margin: 40px 0 0;
  text-transform: uppercase;
  font-size: 12px;
}
.case_sec3 {
  width: 75%;
  margin: 80px auto;
}

.case_sec3_img {
  margin: 10px 0 0; position:relative;
}
/*.case_sec3_img .txtbg{ width:100%; position:absolute; bottom:0; left:0;}
.case_sec3_img .txt{ color:#fff; padding:0 5% 5% 5%;}
.case_sec3_img .txt h2{ font-weight:normal; font-size:20px; line-height:2em; height:2em; overflow:hidden;}
.case_sec3_img .txt ul li{ font-size:14px; line-height:1.2em; margin:.2em 0;}*/
/*scroll_03*/
.scroll_031{ overflow:hidden;}
.scroll_031 .bd{}
.scroll_031 .bd ul li{ float:left; width:33.33%; overflow:hidden; margin:0; text-align:center; position:relative;}
.scroll_031 .bd ul li .img_bg
{
}
.scroll_031 .bd ul li .img_bg img
{
	width:90% !important;
	height: 330px;
}
.scroll_031 .bd ul li .txtbg
{
	width: 100%;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
}
.scroll_031 .bd ul li .txt
{
	color: #fff;
	padding: 0 10% 5% 10%;
	text-align: left;
}
.scroll_031 .bd ul li .txt h2
{
	font-weight: normal;
	font-size: 20px;
	line-height: 2em;
	height: 2em;
	overflow: hidden;
}
.scroll_031 .bd ul li .txt dl dd
{
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
	margin: .5em 0;
}
@media (max-width:768px)
{
	.scroll_031 .bd{ border:none !important;}
	.scroll_031 .bd ul li .txt h2
	{
		font-size: 16px;
	}
	.scroll_031 .bd ul li .txt dl
	{
		display: none;
	}
}

.case_bg_box{
  overflow: hidden;
}
.img_bg{
  transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -o-transition:all 0.3s;
  -webkit-transition:all 0.3s;
}
.case_sec3_img:hover .img_bg{
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  -ms-transform:scale(1.1);
}

.case_sec3_img_box{
  overflow: hidden;
}
.case_sec3_img img {
  width: 100%;
  transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -o-transition:all 0.3s;
  -webkit-transition:all 0.3s;
}

.case_sec3_img:hover img{
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  -ms-transform:scale(1.1);
}

.case_sec3_img:hover h4 i {
  margin-right: 15px;
}
.case_sec3_img:hover h4 {
  color: #055ba7;
}

.case_sec3_img h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  line-height: 42px;
  color: #333;
  letter-spacing: 2px;
  margin-top: 5px;
  transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -o-transition:all 0.3s;
  -webkit-transition:all 0.3s;
}
.case_sec3_img h4 i {
  color: #eb5a3a;
  position: relative;
  margin-right: 5px;
  font-size: 24px;
  top: 1px;
  transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -o-transition:all 0.3s;
  -webkit-transition:all 0.3s;
}
.case_sec3_img p {
  margin: 0 0 0 14px;
  font-size: 14px;
  font-weight: bold;
}
.case_text{
  width: 87% !important;
  text-align: justify;
}

/* case */

/* caselist */
.caselist_sec1{
  width: 80%;
  /*margin: -45px auto 0;*/margin: 0 auto;
  position: relative;
  z-index: 10;
  background: #fff;
  /*padding-top: 60px;*/ padding-top:50px;
}
.caselist_sec {
  padding: 60px 0 80px;
}
.caselist_sec_box {
  width: 94%;
  margin: 0 auto;
}
.caselist_sec1_list>  h2 {
  padding: 30px 0 50px;
  font-weight: bolder;
  font-size: 30px;
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.caselist_sec1_li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.caselist_sec1_word {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
}
.caselist_sec1_bottom {
  border-top: 1px solid #e4e4e4;
}
.caselist_sec1_img {
  width: 100%;
}
.caselist_sec1_img  img {
  display: block;
  width: 100%;
}
.caselist_sec1_word {
  padding: 12% 0 0;
}
.caselist_sec1_ziti  h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "walsheim-regular";
  color: #666;
  letter-spacing: 1px;
}
.caselist_sec1_ziti  h3 {
  font-size: 20px;
  font-weight: bolder;
  color: #000;
  margin-bottom: 30px;
  margin-top: 0;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.caselist_sec1_ziti  h5 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  padding-right: 10%;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.caselist_sec1_ziti {
  margin-bottom: 30px;
}
.caselist_xinxi ul{
  width: 50%;
  float: left;
}
.caselist_xinxi ul li{
  font-size:16px;
  letter-spacing: 1px;
  line-height: 35px;
}
.caselist_xinxi ul li span{
  font-family: arial;
}
.caselist_xinxi ul li b{
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background:#eb5a3a;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  margin-top: 12px;
}
/* caselist */


/* culture */
.culture_banner{
  background: url("../images/culture_banner.jpg") center/cover no-repeat;
}
.culture_sec1 {
  width: 80%;
  /*margin: -45px auto 0;*/ margin:0 auto;
  position: relative;
  z-index: 10;
  background: #fff;
  padding-top: 60px;
}
.culture_sec1_box {
  width: 94%;
  margin: 0 auto;
}
.culture_sec1_text { text-align:center;}
.culture_sec1_text h3{
  color: #646464;
  font-weight: bold;
  font-size: 20px;
  /*text-align: left;*/
  margin: 20px 0;
  letter-spacing: 2px;
}

.culture_sec1_text p {
  margin: 20px 0 60px;
  font-size: 14px;
  line-height: 1.5em;
  width: 70%; margin:0 auto;
  letter-spacing: 1px;
}
.culture_sec1_text h6 {
  margin: 20px 0;
  font-size: 13px;
  font-weight: bold;
}
.cult_list .cult_line{
  width:25%;
  height: 0px;
  background: #0657a9;
  display: block;
  margin: 0 auto;
}
.cult_list img{
  width:50%;
  margin: 0 auto 20px;
  display: block;
}
.cult_list h3{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin-top: -25px;
}
.cult_list h4{
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
}
.cult_list_box{
  margin-left: -60px;
}


.culture_sec1_img {
  padding-left: 60px;
}
.culture_sec1_img img {
  width: 100%;
}
.culture_sec2 {
  width: 100%;
  margin: 80px 0;
  padding: 60px 0;
  background: #f3f3f3;
}
.culture_sec2_text {
  width: 80%;
  margin: auto;
}
.culture_sec2_text h3 {
  color: #eb5a3a;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  margin: 20px 0 0;
  letter-spacing: 2px;
}
.culture_sec2_text p {
  float: left;
  margin: 20px 0 30px;
  line-height: 30px;
}
.culture_sec2_box {
  position: relative;
  left: 5%;
  width: 90%;
  overflow: hidden;
}
.culture_sec2_box ul{}
.culture_sec2_box ul li{ float:left; width:23%; margin:2% 1%0 1%;}
.culture_sec2_box ul li img{ width:100%;}
.culture_sec2_swiper {
  width: 110%;
}
.culture_sec2_img {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  transform-origin: left;
  position: relative;
  overflow: hidden;
}
.culture_sec2_img img {
  width: 100%;
}
.culture_sec2_img .mask {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.culture_sec2_img .mask span{
  width:1px;
  height: 20px;
  background: #ccc;
  display: block;
  margin: 0 auto;
}
.culture_sec2_img .mask h3 {
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.culture_sec2_img .mask h4{
  text-align: center;
  letter-spacing: 2px;
  color: #f0f0f0;
  font-size: 20px;
  margin-top: 20px;
}
.mask_text{
  position: absolute;
  top: 35%;
  width: 80%;
  left:10%;
}
.culture_sec2_btn {}
.culture_sec2_prev,
.culture_sec2_next {
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #999;
  float: left;
}
.culture_sec2_next {
  position: relative;
  left: -1px;
}
.culture_sec2_prev i,
.culture_sec2_next i {
  line-height: 42px;
  font-size: 19px;
  color: #666;
}
.culture_sec2_btn p {
  margin: 0 0 0 110px;
  line-height: 42px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: arial;
  letter-spacing: 1px;
  color: #055ba7;
}
.culture_sec3 {
  width: 75%;
  margin: 80px auto 0;
}
.culture_sec3_box {
}
.culture_sec3_img {
	text-align:center;
	}
.culture_sec3_img img {
 /* width: 100%;*/
}
.culture_sec3_text {
  width: 80%;
  padding: 60px;
  background: #fff;
  margin: auto;
}
.culture_sec3_text p {
  margin: 0 0 10px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
}
.culture_sec3_text h3{
  color: #eb5a3a;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  margin:0 0 20px;
  letter-spacing: 2px;
}
.culture_sec4 {
  width: 100%;
  height: 450px;
  margin: 0 auto 80px;
  background: url("../images/culture_14.jpg") center/cover no-repeat fixed;
}
.culture_sec4_box {
  width: 500px;
  height: 100%;
  margin: auto;
  background: rgba(17, 76, 131, 0.6);
}
.culture_sec4_box a {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 50px;
  display:block;
}
.culture_sec4_text a {
  color: #fff;
  font-size: 14px;
  display: block;
}

.culture_sec4_text .des p {
  color: #e5e5e5;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 0;
}
.culture_sec5 {
  width: 78%;
  margin: 80px auto;
}
.culture_sec5_box a:hover .culture_sec5_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.culture_sec5_img {
  position: relative;
  overflow: hidden;
}
.culture_sec5_img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.culture_sec5_img p {
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
  margin: 0;
  line-height: 40px;
  width: 140px;
  text-align: center;
  font-size: 16px;
  color: #eb5a3a;
  font-family: arial;
  letter-spacing: 1px;
}
.culture_sec5_text {
  margin-top: 20px;
}
.culture_sec5_text h6 {
  margin: 0;
  font-size: 20px;
  color: #055ba7;
  line-height: 42px;
  height: 42px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.culture_sec5_text h3 {
  margin: 0;
  color: #666;
  line-height: 25px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing:1px;
}
.culture_sec5_box .col-lg-4{
  padding: 0 30px;
}
/* culture */


/* development */
.dev_banner{
  background: url("../images/dev_banner.jpg") center/cover no-repeat;
}
.dev_sec1 {
  width: 80%;
  /*margin: -45px auto 0;*/ margin:0 auto;
  position: relative;
  z-index: 10;
  background: #fff;
  padding-top: 60px;
}
.dev_sec1_box a:hover .dev_sec1_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.bd1 {
  /*border: 1px solid #e8e8e8;*/
  padding: 25px 15px;
}
.bd2 {
  /*border: 1px solid #e8e8e8;*/
  padding: 25px 15px;
  /*border-left: none;*/
}
.bd3 {
  /*border: 1px solid #e8e8e8;*/
  padding: 25px 15px;
  /*border-top: none;*/
}
.bd4 {
  /*border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;*/
  padding: 25px 15px;
}
.bd5 {
  /*border: 1px solid #e8e8e8;*/
  padding: 25px 15px;
  border-left: none;
  border-top: none;
}
.bd1 .dev_sec1_img span,
.bd2 .dev_sec1_img span,
.bd3 .dev_sec1_img span,
.bd4 .dev_sec1_img span,
.bd5 .dev_sec1_img span {
  display: inline-block;
  text-transform: capitalize;
  line-height: 32px;
  padding: 0 10px;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-family: arial;
  letter-spacing: 1px;
}
.dev_sec1_img {
  overflow: hidden;
  position: relative;
}
.dev_sec1_img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dev_sec1_text {}
.dev_sec1_text h3 {
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: 20px; line-height:1.5em; height:3em; overflow:hidden;
  color: #20993a;
}
.dev_sec1_text p {
  font-size: 14px;
  margin: 5px 0 0;
  color: #666;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: justify;
}
.dev_sec1_text h6 {
  color: #999;
  font-size: 14px;
  font-family: arial;
  margin-top: 20px;
}
.bd1 .dev_sec1_text h3 {
  font-size: 20px;
  line-height: 42px;
  letter-spacing: 1px;
  color: #055ba7;
  margin-bottom: 0;
}
.dev_sec2 {
  width: 100%;
  padding: 100px 0;
  margin: 80px 0 0;
  background: url(../images/dev_17.jpg) center/cover no-repeat fixed;
}
.dev_sec2_box {
  width: 60%;
  margin: auto;
}
.dev_sec2_ang {
  width: 80px;
  height: 80px;
  margin: auto;
  border: 2px solid #c4ba25;
  padding: 10px;
  cursor: pointer;
}
.dev_sec2_ang2 {
  width: 100%;
  height: 100%;
  background: #c4ba25;
  text-align: center;
}
.dev_sec2_ang2 i {
  color: #fff;
  font-size: 18px;
  line-height: 56px;
}
.dev_sec2_text {}
.dev_sec2_text h4 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin: 20px 0;
}
.dev_sec2_text h6 {
  text-align: center;
  color: #c4ba25;
  font-size: 16px;
  margin: 10px 0;
}
.dev_sec3 {
  width: 100%;
  padding: 80px 20%;
  background: #f3f3f3;
}
.dev_sec3_box {

}
.dev_sec3_box_bot {
  display: none;
}
.dev_sec3_box .row {
  margin-bottom: 30px;
}
.dev_sec3_con {
  background: #fff;
  position: relative;
  overflow: hidden;
  transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -o-transition:all 0.3s;
  -webkit-transition:all 0.3s;
}
.dev_sec3_con:hover{
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.dev_sec3_img {
  padding: 70px 20px 110px;
}
.dev_sec3_img img {
  width: 100%;
}
.dev_sec3_text {
  border-top: 1px solid #e8e8e8;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.dev_sec3_text h4 {
  margin: 0;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  letter-spacing: 2px;
  text-align: center;
}
.dev_sec3_text h4 span {
  float: right;
}
.dev_sec3_text h6 {
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  color: #aaa;
  font-weight: bold;
  height: inherit;
}
.dev_sec3 > a.more {
  display: block;
  width: 140px;
  background: #20993a;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 20px auto;
  text-align: center;
  line-height: 40px;
  border: 1px solid #20993a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.text_hang{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
  text-overflow:ellipsis;
}
.dev_sec1_list{
  width: 94%;
  margin: 0 auto;
}

/* development */


/* division */
.division_sec1_list{
  width: 94%;
  margin: 0 auto;
}
.division_banner{
  background: url("../images/banner_4.jpg") cenetr/cover no-repeat;
}
.division_sec1 {
  width: 80%;
  /*margin: -95px auto 0;*/margin: 0 auto;
  position: relative;
  z-index: 10;
  background: #f2f2f2;
  /*padding-top: 60px;*/ padding-top:50px;
}
.division_sec1_block {
  margin: 25px 0;
}
.division_sec1_top {
  background: #fff;
  padding: 50px 30px;
}
.division_sec1_top h4{
  font-family: arial;
  color: #999;
  font-size: 14px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.division_sec1_top h3 {
  font-size: 20px;
  /*font-weight: bold;*/
  margin: 0;
  color: #20993a;
  margin-bottom: 10px;
}
.division_sec1_top p {
  margin: 0;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  letter-spacing: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 56px;
}
.division_sec1_bot {
  background: #d5dee6;
  padding: 20px 30px;
  position: relative;
}
.division_sec1_text h4 {
  margin: 0;
  font-weight: bold;
  line-height: 36px;
}
.division_sec1_text p {
  margin: 0;
  line-height: 24px;
  color: #666;
  font-size: 14px;
  font-family: arial;
  letter-spacing: 1px;
}
.division_sec1_text p i {
  margin-right: 10px;
  color: #666;
}
.division_sec1_text p a {
  text-decoration: underline;
  color: #055ba7;
}
.division_sec1_img {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  right: 20px;
}
.division_sec1_img img {
  width: 100%;
}
.division_page {
  text-align: center;
}
.division_page .navigation {}
.division_page .pagination {
  margin: 40px 0 0;
}
.division_page .pagination li a {
  margin: 0 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.division_page .pagination li.active {}
.division_sec1_box .col-lg-4{
  padding: 0 25px;
}
/* division */

/* policy */
.subdot_top {padding-top: 20px;}
.LesecTop_img img {
  display: block;
  width: 100%;
}

.LesecTop_txt {
  margin: 0 80px;
}

.LesecTop_txt h2 {color: #20993b;font-weight: bold;font-size: 24px;text-align: left;letter-spacing: 2px;margin-bottom: 40px;margin-top: 0;}

.LesecTop_txt h3{
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 10px;
  color: #000;
}

.LesecTop_txt h5,
.LesecTop_txt_tel span {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.LesecTop_txt_tel {
  border-top: 1px solid #dadada;
  margin-top: 23px;
  margin-bottom: 23px;
}

.LesecTop_txt_tel span {
  width: 48%;
  float: left;
}

.LesecTop_txt_tel span i {
  font-style: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.LesecTop_txt_tel span p {
  font-size: 16px;
  margin-top: 6px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.LesecTop_txt.jiangdot_text {
  margin-top: 8px;
}

.LesecTop_txt h4 {
  font-size:16px;
  font-weight: bold;
  margin-top: 30px;
}

.LesecTop_txt h5 {
  color: #666;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 0;
  text-indent: 30px;
  margin-bottom: 10px;
  text-align: justify;
}
.profile-sec1{
  width: 80%;
  /*margin: 170px auto 80px;*/margin: 80px auto 80px;
}
.LesecTop_title{
  margin-top: 20px;
}
.LesecTop_title h5{
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 28px;
  margin: 0;
}
.subdot_top .col-lg-8{
  border-left: 1px solid #e6e6e6;
}
/* policy */
/* recruit */
.join_wrapper {
}
.join_wrapper .all_title{
  margin-bottom: 50px!important;
}
.join_sec1 .join_tit{
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}
.join_sec1 .join_tit>span{
  display: block;
  background: #111;
  width:40px;
  height:2px;
  position: absolute;
  top: 10px;
  left:-50px;
}
.join_tit h4{color: #eb5a3a;font-weight: bold;font-size: 26px;text-align: left;letter-spacing: 2px;margin-bottom: 10px;margin-top: 0;}
.join_tit h5{text-transform: capitalize;font-size: 16px;font-family: arial;letter-spacing: 2px;color: #9d9d9d;margin-top: 10px;}
.t_filter{
  position:absolute;
  width:38%;
  height:50px;
  line-height:50px;
  font-weight:normal;
  font-size:16px;
  color:#333;
  top:0;
  right:0;
  margin:0 !important;
  z-index:8;
}
.t_filter .box .btab a{
  display: block;
  float: left;
  width: 32.9%;
  margin-right: 2px;
  background: #f6f6f6;
  text-align: center;
  color: #888;
}
.t_filter .box .btab a:hover{
  background:#20993b;
  color: #ffffff;
}
.xinzi{
  margin: 0;
}
.con{
  width: 99.8%;
  background: #f9f9f9;
  padding: 25px 20px;
}
.con a{
  width: 33.33333%;
  display: block;
  float: left;
  text-align: left;
  font-size: 15px;
  letter-spacing: 1px;
  color: #666;
}
.con a.on{
  color: #20993b;
}
.t_filter .box .btab a.active{
  background: #2AAAE3;
  color: #ffffff;
}
.con a:hover{
  color: #055ba7;
}
.job_list ul li{
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.job_list_left{
  width: 70%;
  float: left;
}
.job_list_left h2{
  font-size: 20px;
  color: #333;
  margin-top: 0;
  font-weight: bold;
  letter-spacing: 1px;
}
.job_list_left h4{
  font-size: 15px;
  margin-top:20px;
  color: #666;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.job_list_left h4 img{
  width:20px;
}
.job_list_left h4  span{
  color: #20993b;
  font-size: 16px;
  margin-left: 20px;
  font-weight: bold;
}
.job_list_left h3 img{
  width:20px;
  margin-bottom: 3px;
}
.job_list_left h3  span{
  font-size: 15px;
  margin-right:50px;
  color: #666;
  letter-spacing: 1px;
}
.job_list_right{
  width: 30%;
  float: right;
}
.job_list_right img{
  width: 20px;
  float: left;
}
.job_list_right span{
  font-size: 15px;
  line-height: 20px;
  float: left;
  margin-left: 5px;
  letter-spacing: 1px;
  color: #666;
}
.job_list_right span b{
  font-weight:normal;
  font-family: arial;
}

.join_sec1 .leader_sec1_bottom{
  width: 50%;
  margin: 50px auto;
}
.join_sec1{
  width: 75%;
  margin: 170px auto 0;
}

.tab1_bottom {
  margin: 80px auto;
  text-align: center;
}

.tab1_bottom ul {
  display: inline-block;
}

.tab1_bottom ul li {
  width: 40px;
  line-height: 40px;
  background: #f7f7f7;
  float: left;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 500;
}
.tab1_bottom ul li a{
  color: #999;
  font-family: arial;
}

.tab1_bottom ul li.active{
  background: #055ba7;
}
.tab1_bottom ul li.active a{color: #fff;}

/* recruit */


/*recruitdot*/
.jobdot {
  width: 70%;
  margin: 170px auto 80px;
}
.jobcon {
  width: 100%;
  position: relative;
  bottom: -300px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin-top: 60px;
}
.jobcon_bt {
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 20px
}
.jobcon_bt p {
  line-height: 30px;
}
.jobtopcon {
  width: 100%;
  height: auto;
}
.jobtopcon_tit {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  width: auto;
  height: 35px;
  line-height: 30px;
  border-bottom: 1px #ddd dotted;
  text-align: left;
  margin-top: 30px;
}
.zpnrbody {
  width: auto;
  border-bottom: 1px #ddd dotted;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.zpnrbodynr {
  width: 225px;
  height: 50px;
  float: left;
  margin-right: 40px;
}
.zpnrbodynrs {
  width: auto;
  height: auto
}
.zpnrbodynrsz {
  height: 25px;
  line-height: 26px;
  float: left;
  color: #666;
  font-size: 15px;
  letter-spacing: 1px;
}
.zpnrbodynrsy {
  float: right;
  height: 25px;
  line-height: 25px;
}
.jobbottom {
  overflow: hidden;
  float: left;
  margin-top: 20PX;
}
.jobconleft {
  float: left;
}
.zwzpnr {
  margin-top: 30px;
}
.jobconleft p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  letter-spacing: 1px;
}
.zwzpn {
  margin: 0 auto;
  padding-top: 20px;
  line-height: 25px;
}
.scwj {
  margin-top: 20px;
  padding-top: 5px;
}
.scwjz {
  line-height: 25px;
  color: #000000;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
.scwjy {
  overflow: hidden;
}
.test {
  border: none;
  float: left;
}
.InputButton {
  float: left;
  border: none;
  background: #004193;
  font-size: 16px;
  text-align: center;
  width: 70px;
  color: #fff;
}
.scwjyz {
  width: 235px;
  height: auto;
  float: left;
  line-height: 25px
}
.scwjyy {
  width: 85px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.submit_button>p{
  line-height: 25px;
  color: #055ba7;
  font-size: 16px;
  margin-bottom: 20px;
}
.submit_button .file{
  display: inline-block;
  width: 310px;
  height: 30px;
  border: 1px solid #055ba7;
  line-height: 30px;
  position: relative;
}
.submit_button .file input[type="file"]{
  outline: none;
  height: 30px;
  border: 0;
  width: 100%;
  float: left;
  opacity: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.submit_button .file button {
  outline: none;
  width: 20%;
  border: 0;
  height: 100%;
  background: #055ba7;
  font-size: 14px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0px;
  line-height: 28px;
}
.job_back {
  width: 100%;
  height: auto;
  padding-top: 50px;
}
.job_back_con {
  text-align: center;
  display: block;
  width: 120px;
  line-height: 35px;
  background: #671115;
  color: #fff;
  margin: 0 auto;
}
.job_back_con a {
  color: #fff;
}
.job_back02 {
  width: 100%;
  height: auto;
  padding-top: 50px;
}
.job_back02_con {
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: 1px solid #0255a5;
  padding: 3px;
  margin: 0 auto;
}
.job_back02_con a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #0056a9;
  display: block;
}
.job_back02_con:hover {
  transition: color .6s, border-color .6s, background-color .6s;
  border: 1px solid #000;
}
.job_back02_con a:hover {
  background: #000;
  transition: color .6s, border-color .6s, background-color .6s;
}

/*recruitdot*/
/*newsdot*/
.more2{
  font-family: inherit !important;
  text-align: center;
  margin: 60px auto 0;
  display: block;
  width: 160px;
}

.newsdot_sec1 {
  margin: 170px 0 0;
}

.newsdot_sec1_box {
  width: 70%;
  margin: 0 auto;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  padding: 0 120px 0;
}

.newsdot_sec1_top h5 {
  color: #0ea29d;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
}

.newsdot_sec1_top h3 {
  color: #333;
  text-align: center;
  font-size: 22px;
}

.newsdot_sec1_img {
  margin: 30px 0;
  position: relative;
}

.newsdot_sec1_img img {
  width: 100%;
}

.newsdot_sec1_img h5 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 0 20px 20px 0;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
}

.newsdot_sec1_txt h3 {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

.newsdot_sec1_txt h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

.newsdot_sec1_txt h4 {
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  margin: 20px 0;
}

.newsdot_sec1_txt h5 {
  color: #666;
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
  font-weight: 100;
  letter-spacing: 1px;
  text-indent: 32px;
  text-align: left;
}

.newsdot_sec1_txt h5 span {
  color: #f4aa8d;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 4px;
}

.newsdot_sec1_con {
  margin-top: 50px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.newsdot_sec1_con h5 {
  font-size: 14px;
  color: #666;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
}

.newsdot_sec1_btn {
  text-align: center;
  margin-top: 50px;
}

.newsdot_sec1_btn a {
  display: inline-block;
  height: 72px;
  width: 214px;
  text-align: center;
  color: #0ea29d;
  border-radius: 36px;
  line-height: 72px;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid #0ea29d;
}

.newsdot_sec1_bottom {
  margin: 160px -201px 0;
  border-left: 1px solid #0ea29d;
  padding: 0 50px;
}

.newsdot_sec1_bottom h5 {
  margin-top: 0;
  color: #0ea29d;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 1px;
}

.newsdot_sec1_bottom h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif !important;
}

.newsdot_din {
  position: fixed;
  top: 45%;
  width: 13%;
  display: block;
  display: none;
  z-index: 999;
}

.newsdot_din_left {
  left: 0;
}

.newsdot_din_right {
  right: 0;
}

.newsdot_din_img {
  width: 80px;
  height: 80px;
  float: left;
  text-align: center;
  line-height: 90px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
}

.newsdot_din_left .newsdot_din_img {
  float: left;
}

.newsdot_din_right .newsdot_din_img {
  float: right;
}

.newsdot_din_img i {
  font-size: 30px;
  color: #666;
  line-height: 80px;
}

.newsdot_din_left .newsdot_din_txt {
  margin-left: 100px;
  padding-top: 10px;
}

.newsdot_din_right .newsdot_din_txt {
  margin-right: 100px;
  padding-top: 10px;
}

.newsdot_din_txt h4 {
  margin: 0;
  font-size: 12px;
  color: #eb5a3a;
}

.newsdot_din_txt h3 {
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  margin: 5px 0;
  letter-spacing: 1px;
}

.newsdot_din_txt h3 span {
  font-family: arial;
  font-weight: bold;
}

.newsdot_din_txt h5 {
  margin: 0;
  font-size: 12px;
  color: #666;
  font-family: arial !important;
  letter-spacing: 1px;
}

.newsdot_din_con {
  position: absolute;
  background: #fff;
  width: 600px;
  top: 0;
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}

.newsdot_din_left .newsdot_din_con {
  left: -600px;
}

.newsdot_din_right .newsdot_din_con {
  right: -600px;
}

.newsdot_din_left:hover .newsdot_din_con {
  left: 0;
}

.newsdot_din_right:hover .newsdot_din_con {
  right: 0px;
}

.newsdot_din_image {
  width: 240px;
}
.newsdot_din_image img {
  width: 100%;
}

.newsdot_din_text {
  width: 360px;
  padding: 40px 20px 0;
}

.newsdot_din_left .newsdot_din_text, .newsdot_din_left .newsdot_din_image {
  float: left;
}

.newsdot_din_right .newsdot_din_text, .newsdot_din_right .newsdot_din_image {
  float: right;
}

.newsdot_din_text > h4 {
  margin: 0;
  font-size: 16px;
  color: #eb5a3a;
  letter-spacing: 1px;
}

.newsdot_din_text > h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
  letter-spacing: 1px;
  color: #333;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  text-overflow:ellipsis;
}

.newsdot_din_text h3 span {
  font-family: Arial;
}

.newsdot_din_text > h5 {
  margin: 0;
  font-size: 14px;
  color: #666;
  font-family: Arial !important;
}

.newsdot_din_btn h6 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  text-transform: uppercase;
  width: 90px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  padding-top: 10px;
}
.box-link{
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  text-align: center;
  padding: 9px 0 7px;
  width: 200px;
  position: relative;
  z-index: 10;
  font-size: 14px;
  line-height: 26px;
  color: #eb5a3a;
  border: solid 1px #eb5a3a;
  overflow: hidden;
  font-family: Arial;
}
.newsdot_sec1_txt img{
  width: 100%;
  display: block;
  margin: 30px 0;
}

/*newsdot*/

/*periodical*/
.periodical_sec1{
  width: 80%;
  /*margin: -45px auto 0;*/margin: 0 auto;
  position: relative;
  z-index: 10;
  background: #fff;
  /*padding-top: 60px;*/ padding-top:50px;
}
.dqk{ display:block; overflow:hidden;}
.dqk_img{ position:relative;}
.dqk_img img{ display:block; width:100%;}
.dqk_img h5{ display: block;
  width: 60%;
  left: 20%;
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  color: #666;
  background: #e6e6e6;
  bottom: -16px;
  position: absolute;
  text-align: center;
  margin: 0;
  letter-spacing: 1px;}
.dqk_txt h3{font-size: 18px;
  color: #333;
  line-height: 24px;
  margin: 30px auto 0;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;}
.periodical_box{
  width: 94%;
  margin:0 auto;
}
.qikan_box{
  margin-top: 40px;
}

/*periodical*/

/*about_introduce*/
.synopsis_top {
  padding: 0px 0 260px;
  background: #F1F1F1;
}
.synopsis_top  h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
}
.synopsis_top  h3  span {
  float: right;
  margin-right: 25px;
}
.synopsis_bottom {
  padding: 0px 20px;
  margin-top: -210px;
}
.synopsis_boxs {
  padding-left: 17%;
  margin-top: 40px;
}
.synopsis_boxs  h3 {
  font-size: 20px;
  color: #333;
  margin-top: 25px;
  line-height: 30px;
  font-weight: bold;
}
.synopsis_boxs  h5 {
  font-size: 16px;
  color: #20993b;
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing:1px;
  font-family: arial;
}
.synopsis_boxs h5 span{
  display:inline-block;
  width: 40px;
  height:1px;
  background: #8f7d59;
  margin:0 5px 5px;
}
.synopsis_title {
  font-size: 22px;
  color: #000;
  padding-left: 20px;
  font-weight: bold;
  margin-top: 15px;
}
.synopsis_img  img {
  width: 90%;
  margin-top:30px;
}
.synopsis_text {
  font-size: 16px;
  color: #333;
  margin-top: 30px;
  line-height: 30px;
  padding-right: 3%;
  padding-left: 20px;
}
.synopsis_text  span {
  text-decoration: underline;
}
.synopsis_con  h5 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.synopsis_con  h5  span {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}
.synopsis_con  h5  div {
  width: 60%;
  margin: 0 10px;
  display: inline-block;
  background: #313131;
  height: 2px;
  position: relative;
  top: -4px;
}

.synopsis_cont{
  margin-top: 70px;
  text-align: justify;
}
.synopsis_cont h3{
  font-size: 22px;
  font-weight:bold;
  color:#333;
  margin-bottom:15px;
  letter-spacing: 3px;
}
.synopsis_cont h4{
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #666;
  margin-bottom: 20px;
  text-indent: 32px;
}
.synopsis_cont h4 span{
  font-weight:bold;
}
.newsdot_back{
  width: 140px;
  height: 40px;
  background: #111111;
  margin: 60px auto 0;
}
.newsdot_back a{
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  display: block;
}
.case-container{
  /*margin-top: 90px;*/
}


/*about_introduce*/

/*qualifications*/
.quali_box{
  width:75%;
  margin:0 auto;
}
.quali_sec1{
  /*margin-top: 170px;*/margin-top: 80px;
}
/*qualifications*/


/* img-mask */
#img-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
}
#img-mask .close {
  position: absolute;
  top: 100px;
  right: 100px;
  color: #fff;
  font-size: 72px;
  opacity: 1;
}
#img-mask .close img{
  width: 30px;
}

#img-mask img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  display: block;
}


/* img-mask */
/*.about_sec2_img {
  left: 37%;
  width: 51%;
}*/
.about_sec4_left {
  width: 50%;
  margin-right: 0;
}
.about_sec4_right {
  width: 50%;
}
.about_sec4_left .more{
  margin-top: 40px !important;
}
.org_sec2_desc h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 12px 0;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  height: 28px;
}
.org_sec2 {
  padding: 80px 0;
}
.division_sec1_top h4 {
  height: 30px;
}
.news_list_desc h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 19px;
}
.common_btn1 {
  margin: 20px 0 0;
}
.news_list_desc h4 {
  margin:0;
}
.cult_list h4 {
  letter-spacing: 0px;
}
.culture_sec3 {
  width: 65%;
}
.culture_sec5_text h6 {
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
  text-overflow:ellipsis;
}

.caselist_sec_box .gcflList > div span {
  width: 80px;
  float: left;
  color: #333;
  font-size: 16px;
  margin: 10px 0;
}
.caselist_sec_box .gcflList > div ul {
  width: calc(100% - 80px);
  float: left;
}
.caselist_sec_box .gcflList > div ul li {
  display: inline-block;
  margin: 10px 20px 10px 0;
}
.caselist_sec_box .gcflList > div ul li a {
  text-decoration: none;
}
.inner_input {
  margin: 40px 0;
}
.inner_input input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border: 1px solid #20993b;
}
/* inner_search inner_xiala */
.inner_search {
  padding: 0 32px 0 10px;
  position: relative;
  margin: 40px 0;
}
.inner_search input {
  width: 200px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  float: right;
  border: 1px solid #20993b;
}
.inner_search_btn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 17px;
  width: 32px;
  text-align: center;
  border: 1px solid #20993b;
  background: #fff;
  border-left: none;
}
.inner_search_btn i {
  line-height: 30px;
}

.inner_xiala {
  width: 200px;
  height: 32px;
  line-height: 32px;
  /*padding: 0 10px;*/
  float: right;
  border: 1px solid #20993b;
  position: relative;
  margin: 40px 0;
}
.inner_xiala p {
  margin: 0;
}
.inner_xiala span {
  position: absolute;
  right: 10px;
  top: 12px;
  border: 6px solid transparent;
  border-top: 8px solid #337ab7;
}
.inner_xiala ul {
  display: none;
  background: #fff;
  position: absolute;
  top: 30px;
  left: -1px;
  z-index: 1;
  width: 100%;
  border: 1px solid #337ab7;
  box-sizing: content-box;
}
.inner_xiala ul li {
  padding: 0 10px;
  font-size: 15px;
  line-height: 40px;
  cursor:pointer;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.inner_xiala ul li:hover {
  background: #337ab7;
  color:#fff;
}
/* inner_search inner_xiala */

/* 20180522æ–°å¢ž */
.org_area_sec1_box {
  width: 80%;
  margin: 0 auto;
}
.org_area_sec1_box img{
	max-width:100%;
	height:auto !important;
}
.org_area_sec1_box h5 {
  margin: auto;
  letter-spacing: 1px;
  font-size: 15px;
  color: #666;
  line-height: 28px;
}

.org_area_sec1_text {
  margin: 20px auto;
}
.org_area_sec1_text h5 {
  letter-spacing: 0px;
  font-size: 16px;
  color: #055ba7;
  line-height: 24px;
}
.org_area_sec1_text h5 i {
  width: 20px
}
.org_area_sec1_img {
  width: 60px;
  margin: 40px auto;
}
.org_area_sec1_img img {
  width: 100%;
}
.org_area_sec1_box h6 {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin: 0;
}


.newsdot_sec1_txt p {
  text-indent: 0em;
}


/* 20180522æ–°å¢ž */
.division_sec1_text {
  height: 96px;
}



/* org 新增 */

.org {
  width: 100%;
  position: relative;
}
.org .mid-line {
  width: 1px;
  margin: auto;
  top: 21.2%;
  position: absolute;
  left: 0;
  right: 0;
  background: #999;
}
.org .mid-line1 {
  width: 1px;
  margin: auto;
  top: 0;
  position: absolute;
  left: 50%;
 
  background: #999;
}
.org_top {
  
}
.org_top li {
  position: relative;
  width: 8%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 0px auto 20px;
}
.org_top li img {
  width: 100%;
}
.org_top li p {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
}
.org_top li span {
  position: absolute;
  width: 100%;
  top: 0;
}
.org_top li:nth-of-type(2) span {
  left: 200%;
}
.org_top li:nth-of-type(2) span:before {
  content: ' ';
  display: block;
  background: #999;
  height: 1px;
  width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -100%;
}
.org_top li:nth-of-type(4):before {
  content: ' ';
  display: block;
  background: #999;
  height: 1px;
  width: 200%;
  position: absolute;
  margin: auto;
  top: 150%;
  bottom: 0;
  left: 50%;
}
.org_top li:nth-of-type(4):after {
  display: block;
  background: #999;
  height: 1px;
  width: 65%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 100%;
}
.org_top li:nth-of-type(4) span{
	position: absolute;
    width: 100%;
    top: 150%;
	left:200%
}
.org_top li:nth-of-type(4) span :before{
   /** content: ' ';
    display: block;
    width: 1px;
    height: 11px;
    background: #999;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
	
	top: -125%;**/
}
.xian01{
	width: 1px;
    height: 12px;
    background: #999;
    position: absolute;
    top: 124%;
    left: 249%;
}
.org_top li:nth-of-type(5) {
  width: 16%;
}
.org_top li:nth-of-type(5) span:nth-of-type(1) {
  right: 25%;
 
  width: 50%;
 
}
.org_top li:nth-of-type(5) span:before {
  
  display: block;
  width: 1px;
  height: calc(50% + 20px);
  background: #999;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 100%;
}
.org_top li:nth-of-type(5) span:nth-of-type(2) {
  left: 10%;
  position: relative;
  width: 50%;
  display: block;
  float: left;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.org_mid {
  text-align: center;
  width: 60%;
  margin: 110px auto 0;
  position: relative;
}
.org_mid:before {
  content: ' ';
  display: block;
  height: 1px;
  width: 90%;
  margin: auto;
  background: #999;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.org_mid li {
  float: left;
  width: 5%;
  margin: 0 2.5%;
  position: relative;
}
.org_mid li:before {
  content: ' ';
  display: block;
  width: 1px;
  height: 40px;
  background: #999;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 100%;
}
.org_mid li img {
  width: 100%;
}
.org_mid li p,
.org_bot1 li p,
.org_bot2 li p,
.org_bot3 li p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
  left: 0;
  padding: 0 calc(50% - 9px);
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-family: ;
}
.org_bot1 {
  text-align: center;
  width: 100%;
  margin: 60px auto 0;
  position: relative;
}
.org_bot1:before {
  content: ' ';
  display: block;
  height: 1px;
  width: 92.5%;
  margin: auto;
  background: #999;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.org_bot1 li {
  float: left;
  width: 3%;
  margin: 0 0.6%;
  position: relative;
  left: 1.7%;
  right: 0;
  
}
.org_bot1 li:before {
  content: ' ';
  display: block;
  width: 1px;
  height: 40px;
  background: #999;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 100%;
}
.org_bot1 li img {
  width: 100%;
}
.org_bot2 {
  text-align: center;
  width: 100%;
  margin: 40px auto 0;
}
.org_bot2 li {
  display: inline-block;
  width: 3%;
  margin: 0 0.6%;
  position: relative;
}
.org_bot2 li img {
  width: 100%;
}
.org_bot3 {
  text-align: center;
  width: 100%;
  margin: 40px auto 0;
}
.org_bot3 li {
  display: inline-block;
  width: 3%;
  margin: 0 0.6%;
  position: relative;
}
.org_bot3 li img {
  width: 100%;
}

/* org 新增 */
@media (max-width: 1600px) {
  .join_sec1_text {
    padding: 60px 60px 0;
  }
  .join_sec1_text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .org_mid li p,
  .org_bot1 li p,
  .org_bot2 li p,
  .org_bot3 li p {
    font-size: 13px;
    line-height: 15px;
  }
}

@media (max-width: 1550px) {
  .about_sec4_text h4 {
    margin: -20px 0 40px;
  }
  .about_sec4_text {
    padding: 70px 70px 0 0;
  }
  .about_sec5_box .col-lg-4 {
    padding: 0 20px;
  }
  .about_sec3_text {
    width: 90%;
  }
  .about_sec2_left_text {
    width: 100%;
    padding: 100px 0 110px 19%;
  }
  .dev_sec3 {
    padding: 80px 15%;
  }
  .news_list_desc h2 {
    margin-top: 10px;
  }
  .news_list_desc h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .culture_sec3_text {
    padding: 60px 60px 10px;
  }
  .about_sec3_text p {
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:8;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .case_sec1_img h3 {
    font-size: 20px;
    letter-spacing: 0px;
  }
  .res_sec3_img .mask p {
    margin-top: 15%;
  }
}

@media (max-width: 1500px) {
  .header2 .headbottom {
    width: 94%;
  }
  .res_sec3_text {
    padding: 20px 20px 40px;
  }
  .res_sec3_img .mask {
    padding: 20px;
  }
  .contact_sec1_box_right {
    margin-top: 30px;
  }

}
@media (max-width: 1440px) {
  .join_sec1_text {
    padding: 30px 60px 0;
  }
  /*.about_sec2_img {
    left: 41%;
    width: 59%;
  }*/
  .about_sec3_text {
    margin-top: 20px;
  }
  .about_sec4_text h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  .about_sec2 {
    margin: 100px auto 80px;
  }
  .org_sec2_map img {
    width: 90%;
  }
  .org_sec2_box .col-lg-8{
    width: 63%;
  }
  .org_sec2_box .col-lg-4{
    width: 37%;
  }
  .res_sec2_box {
    height: 450px;
  }
  .org_mid li p,
  .org_bot1 li p,
  .org_bot2 li p,
  .org_bot3 li p {
    font-size: 13px;
    line-height: 14px;
  }
}


@media (max-width: 1366px) {

  .about_sec2_left_text {
    padding: 70px 0 80px 16%;
  }
  .about_sec2_left_text {
    width: 100%;
    padding: 80px 0 80px 11%;
  }
  .about_sec2_left_text h4 {
    font-size: 15px;
  }
  .synopsis_img img {
    margin-top: 60px;
  }
  .synopsis_boxs {
    margin-top: 70px;
  }
  .org_sec2_right {
    margin: -10px 0 0;
  }
  .org_sec2_desc h6 {
    letter-spacing: 0px;
  }
  .division_sec1_box .col-lg-4 {
    padding: 0 15px;
  }
  .culture_sec3 {
    width: 75%;
  }
  .culture_sec5_box .col-lg-4 {
    padding: 0 20px;
  }
  .case_text {
    width: 90% !important;
  }
  .division_sec1_top h4 {
    letter-spacing: 1px;
  }
  .res_sec2_box {
    height: 400px;
    padding: 0 6%;
  }
  .res_sec2_text {
    padding-top: 6%;
  }
  .res_sec3_img .mask p {
    margin-top: 15%;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .org_sec1 {
    width: 100%;
  }

  .org_mid li p,
  .org_bot1 li p,
  .org_bot2 li p,
  .org_bot3 li p {
    font-size: 12px;
  }
  .org_bot3 li {
    margin: 0 0.55%;
  }
}

@media (max-width: 1280px) {
  .header2 .headnav ul li {
    padding: 0 4px;
  }
  .join_sec1_text p {
    margin: 20px 0 0 20px;
  }
  .join_sec1_text a.more {
    margin: 10px;
  }
  .res_sec3_text h3 {
    font-size: 22px;
  }
  .contact_sec1_box_right {
    margin-top: 80px;
  }
  .header2 .headnav ul li {
    padding: 0 4px;
  }
  .join_sec1_text p {
    margin: 20px 0 0 20px;
    line-height: 24px;
  }
  .join_sec1_text a.more {
    margin: 10px;
  }
  .res_sec3_text h3 {
    font-size: 22px;
  }
  .about_sec1_text {
    width: 100%;
    margin: 0 auto;
  }
  .about_sec2 {
    margin: 70px auto 80px;
  }
  .qm_box {
    left: 12%;
  }
  .about_sec3_text p {
    font-size: 15px;
    margin: 20px 0;
    line-height: 28px;
    color: #333;
    letter-spacing: 1px;
  }
  .about_sec3_text {
    margin-top: -20px;
  }
  .about_sec4_text h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    line-height: 24px;
  }
  .synopsis_boxs h5 span{
    display: none;
  }
  .org_sec2_map img {
    width: 100%;
  }

  .division_sec1_img {
    display: none;
  }
  .news_sec1_left h4 b {
    font-size: 24px;
    letter-spacing: 5px;
  }
  .news_sec1_left h4 {
    padding: 30px 30px;
  }
  .culture_sec2_text h3 {
    margin: 0px 0 0;
  }
  .culture_sec4 {
    height: 370px;
  }
  .case_text {
    width: 100% !important;
    margin-top: 10px;
  }
  .case_sec3_img:hover h4 i {
    margin-right:0;
  }
  .case_sec3_img h4 {
    font-size: 17px;
    letter-spacing: 1px;
  }
  .contact_sec1_text p {
    font-size: 15px;
  }
  .join_sec1_text h3 {
    margin: 20px 0 0 20px;
  }
  .join_sec1_text .more{
    margin-left: 20px !important;
  }
}
@media (max-width: 768px) {

  .logo_boxlist {
    float: left;
    width: 110px;
    margin: 14px 0 0 10px;
  }
  .navbar-toggle .icon-bar {
    background-color: #000;
  }
  .navbar-toggle {
    margin: 19px 0;
    padding: 0;
  }

  .footer_block_2{
    display: none;
  }

  .show_h1{
    font-size: 20px !important;
    letter-spacing: 2px !important;
  }
  .show_h3 {
    font-size: 16px;
  }
  .common_tit{
    margin-bottom:20px;
  }
  .common_tit h3{
    font-size: 20px;
  }
  
  .common_tit p{
    font-size: 14px;
    margin: 5px 0 0;
  }
  .about_sec4_text .common_tit p.bt2{ font-size:20px; }
  .about_sec{
    width: 92%;
    margin:50px auto;

  }
  .about_sec1{
    margin: -45px auto 0;
    padding-top: 50px;
  }
  .about_sec1_img{
    display: none;
  }
  .about_sec1_text h3 {
    display: none;
  }
  .about_sec1_text p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;

  }
  .news_sec1 {
    padding-top: 50px;
  }
  .dev_sec1 {
    padding-top: 50px;
  }
  .more {
    width: 120px;
    margin: 30px auto 0;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
  }
  .about_sec2{
    margin:50px auto;
    width: 100%;
  }
  .about_sec2_box{
    background:#f2f2f2;
  }
  /*.about_sec2_img {
    left: inherit;
    margin: 0 auto;
    width: 60%;
    position: inherit;
  }*/
  .about_sec2_left{
    width:100%;
    float: none;
  }
  .about_sec2_right{
    width:100%;
    float: none;
  }
  .about_sec2_left_text {
    padding: 50px 4% 50px 4%;
  }
  .about_sec2_left_text h4{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0;
  }
  .banner_inner{height: 320px !important;}
  .about_banner{height: 320px !important;}
  .banner_text1 {
    left: 5% !important;
    /*top: 25% !important;*/
  }
  .common_tit_zc h3, .common_tit_zc p {
    text-align:center !important;
  }
  .qm_box img{
    width: 80px;
  }
  .qm_box{
    left: 14%;
    top:2%;
    z-index: 99;
  }
  .about_sec3_text{
    width:94%;
    margin:auto;
  }
  .about_sec3_text h3{
    display: none;
  }
  .about_sec3_text .more{
    margin:30px auto !important;
  }

  .about_sec3_img p{
    margin: 10px 0 30px;
  }
  .about_sec3_img_top{ margin-left: -15px; margin-right: -15px; margin-bottom: 0; float:left; width:48%; margin:0 1%;}
  .quali_box {
    width: 92%;
  }
  .about_sec3_img_top .col-xs-6{ padding: 0 5px; float:none; width:100%;}
  /*.about_sec3_img{
    display: none;
  }
  .about_sec3_img_top::first-child{
    display: block;
  }*/
  .about_sec4_box{
    width:100%;
    height: inherit !important;
  }
  .about_sec4_left{
    /*float:none;*/
    width:100%;

  }
  .bt1{color: #055ba7 !important;}
  .bt2{color: #999999 !important;}
  .about_sec4_text p{ color: #333; margin: 0 0 20px; font-size: 14px;}
  .about_sec4_text{
    padding:0;
  }
  .about_sec4_right{
    /*float: none;*/
    width:100%;
  }
  .about_sec4_text .more{
    margin:30px auto !important;
  }
  .about_sec4_right_swiper_btn{
    left: initial;
    right: -30px;
    top: initial;
    bottom: -20px;
    height: 30px;
    width: 30px;
  }
  .about_sec4_right_swiper_prev{
    position: absolute;
    left: -36px;
    font-size: 16px;
    width: 30px;
    height: 30px;
  }
  .about_sec4_right_swiper_next{
    position: absolute;
    font-size: 16px;
    width: 30px;
    height: 30px;
  }
  .about_sec4_right_swiper_prev i, .about_sec4_right_swiper_next i {
    line-height: 30px;
  }
  .about_sec5_block {

    margin-bottom: 30px;
  }
  .about_sec5_more {
    display: none;
  }
  .about_sec5_block p {

    line-height: 40px;
    font-size: 14px;

    font-weight: 100;

  }
  .about_sec4{
    background: #f2f2f2;
    width: 100%;
    padding: 50px 4% 20px; margin-top: 0;}
  .about_sec5{
    margin: 50px auto 20px;
  }

  .synopsis_top {
    padding: 10px 0 130px;
  }
  .synopsis_bottom {
    margin-top: -120px;
    padding: 0 4%;
  }
  .synopsis_boxs {
    margin: 0;
    padding: 0;
  }
  .synopsis_boxs h3 {
    font-size: 17px;
  }
  .synopsis_boxs h5 {
    font-size: 14px;
  }
  .synopsis_cont h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .synopsis_img img {
    margin-top: 0px;
    width: 100%;
  }
  .synopsis_cont {
    margin-top: 0px;
  }
  .division_sec1 {
    width: 92%;
    padding-top: 50px;
  }
  .job_back {
    padding-top: 10px;
    margin-bottom: 50px;
  }
  .quali_sec1 {
    margin-top: 100px;
  }
  .inner_search input {
    width: 100%;
  }
  .footer {
    margin-top: 0px;
  }
  .footer_down .sele{
    width: 100%;
    margin-bottom: 10px;
  }
  .footer_down{
    float: initial;
    width:initial;
  }
  .footer_b3_inner{
    display: initial;
    align-items: initial;
    justify-content: initial;
  }
  .bq_box p{
    font-size: 12px;
    text-align: center;
  }
  .bq_box p span{
    font-size: 12px;
  }
  .footer_b3{
    width:94%;
  }
  .uno_box{
    display: none;
  }



  /*Organization*/
  .org_sec{
    width: 92%;
  }
  .org_sec2_map {
    left: 4%;
    width: 92%;
  }
  .org_sec2_box{
    width: 100%;
  }
  .org_sec2_box .col-lg-8{
    width:100%;
  }

  .org_sec2_map img{
    width:100%;
  }
  .org_sec2_box .col-lg-4{
    width:100%;
    margin-top:10px;
  }
  .org_sec2_desc h3{
    font-size: 20px;
    line-height: 22px;
  }
  .org_sec2_desc .lxfs{
    margin:15px 0 15px;
  }
  .org_sec2_desc h4{
    font-size: 14px;
    line-height: 20px;
    margin:20px;
    height:80px;
    -webkit-line-clamp:4;
  }
  .org_sec2_desc h6{
    font-size: 14px;
    line-height: 14px;
  }
  .map_marker_img{
    width:9px;
    height:9px;
  }

  .org_sec2{
    padding: 50px 0 0;
    width: 100%;
  }
  .division_sec1_top h3{
    font-size: 18px;
  }
  .division_sec1_top h4{
    font-size: 12px;
  }
  .org_sec3{
    margin:50px auto;
  }
  .division_sec1_block{}
  .division_sec1_box .row:nth-of-type(2){
    display: none;
  }
  .division_sec1_top{
    padding:30px 18px;
  }
  .division_sec1_bot{
    padding:20px 18px;
  }
  .org_sec3 .more{
    margin:20px auto 0 !important;
  }
  .newsdot_sec1_box {
    border-right: none;
    border-left: none;
    padding: 0;
    width: 92%;
  }
  .newsdot_sec1 {
    margin: 100px 0 0;
  }
  .newsdot_sec1_con {
    padding: 4px 30px;
  }
  .news_list_video {}
  .news_list_video .col-xs-2 {
    padding-right: 5px;
  }
  .news_list_video .col-xs-10 {
    padding-left: 5px;
  }
  .dev_sec{
    width:92%;
  }
  .dev_sec1_box .col-lg-8{
    width:100%;
  }
  .dev_sec1_box .col-lg-4{
    width:100%;
  }
  .dev_sec1_text h3{
    font-size: 17px;
  }
  .bd1 .dev_sec1_text h3 {
    font-size: 17px;
  }
  .dev_sec1_text p{
    font-size: 14px;
    line-height: 22px;
  }
  .dev_sec1_text h6{
    font-size: 13px;
  }
  .newsdot_sec1_txt h3 {
    font-size: 17px;
  }
  .bd{
    border:1px solid #ddd;
    margin-top:10px;
  }
  .case_sec2_box h3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
  }
  .dev_sec2{
    margin:50px auto;
  }
  .dev_sec3 {
    width:100%;
    padding: 50px 7%;
  }
  .dev_sec3_box .col-lg-3{
    padding-left: 5px !important;
    padding-right:5px !important;
    margin-top:10px;
  }
  .dev_sec3_box .row{
    margin-bottom:initial;
  }
  .dev_sec3 .more{
    margin:20px auto 0 !important;
  }
  .news_sec{
    width: 92%;
    margin-bottom: 50px;
  }
  .news_sec_list{
    width:100%;
  }
  .news_sec1_box{

  }

  .bofang img {
    position: absolute;
    width: 18%;
    left: 41%;
    top: 35%;
  }
  .news_sec1_box .col-lg-3{
    width:100%;
  }
  .news_sec1_box .col-lg-9{
    width:100%;
  }
  .news_sec1_left{
    width:initial;
    margin-top: 0;
  }
  .news_sec1_right {
    margin-top: 20px;
  }
  .news_sec1_left h4 b{
    font-size: 20px;
  }
  .news_sec1_left ul li a{
    font-size: 16px;
    border-bottom: none;
    padding: 8px 0;
    letter-spacing: 2px;
  }
  .news_list_common_desc h2{
    font-size: 14px;
    line-height: 22px;
  }
  .news_list_common_desc h3{
    font-size: 17px;
  }
  .news_list a{
    padding:10px 0;
  }
  .culture_sec4_box a {
    padding: 0 4%;
  }
  .news_list_img{
    width: 120px;
  }
  .news_list_desc{
    width: calc(100% - 134px);
  }
  .news_list_desc h4{
    font-size: 12px;
  }
  .news_list_desc h3{
    font-size: 16px;
    height:16px;
  }
  .news_list_desc h2{
    font-size: 13px;
    line-height: 18px;
  }
  .newsdot_sec1_txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .common_btn1{
    margin:5px 0 0;
    width:117px;
    line-height: 24px;
    font-size: 12px;
  }
  .news_sec1_left.fixed{
    width:initial;
    left: inherit;

  }
  .news_list_video_text h3{
    font-size: 16px;
    line-height: 22px;
  }
  .culture_sec{
    /*width:94%;*/
  }
  .culture_sec4 {
    margin: 0 auto 50px;
  }
  .culture_sec1{
    padding-top:50px;
    width:92%;
  }
  .culture_sec1_box {
    width: 100%
  }

  .culture_sec2_img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .culture_sec2_btn {
    width: 64px;
    float: right;
    position: relative;
    top: -32px;
    z-index: 9;
  }
  .culture_sec2_prev {
    position: relative;
    left: 1px;
    width: 32px;
    height: 32px;
    background: #f3f3f3;
  }
  .culture_sec2_next {
    position: relative;
    left: 0px;
    width: 32px;
    height: 32px;
    background: #f3f3f3;
  }
  .culture_sec2_prev i, .culture_sec2_next i {
    line-height: 32px;
  }
  .culture_sec2_text {
    width: 92%;
    margin: auto;
  }
  .culture_sec5 {
    width: 92%;
    margin: 50px auto;
  }
  .culture_sec3_text {
    width: 92%;
    transform: translateY(0);
    padding: 20px 0 40px;
  }
  .culture_sec3_text p {
    font-size: 14px;
    line-height: 22px;
  }
  .culture_sec1_text p{
    width: initial;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    text-align: center;
  }
  .culture_sec1_box .col-lg-7{
    width:100%;
  }
  .culture_sec1_box .col-lg-5{
    width:100%;
  }
  .cult_list_box{
    margin-left: initial;
  }
  .cult_list_box>.row{
    margin-right: initial;
  }
  .cult_list_box {
    margin-left: 0;
    margin-right: 0;
  }
  .cult_list .cult_line{
    width: 15%;
  }
  .culture_sec1_text h3 {
    font-size: 16px; line-height:2em; margin:0; height:2em; overflow:hidden;
  }
  .cult_list h4 {
    font-size: 14px;
    line-height: 1.5em;
    height: 3em; overflow:hidden;
  }
  .cult_list_box .col-lg-3{
    width:50%;
    float: left;
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }
  .cult_list_box .col-lg-3:nth-of-type(2n + 1){
    border-left: 1px solid #e8e8e8;
  }
  .cult_list_box .col-lg-3:nth-of-type(1),
  .cult_list_box .col-lg-3:nth-of-type(2){
    border-top: 1px solid #e8e8e8;
  }
  .culture_sec1_img{
    padding-left: initial;
  }
  .culture_sec2{
    width: 100%;
    margin: 50px auto;
    padding: 50px 4%;
  }
  .culture_sec2_box{
    left: 4%;
    width: 92%;
  }
  .culture_sec2_text h3{
    font-size: 17px;
  }

  .culture_sec2_btn p{
    width:14px;
  }
  .culture_sec2_text p{
    line-height: 22px;
    font-size: 14px;
  }
  .culture_sec3{
    width:94%;
    margin:50px auto 0;
  }
  .culture_sec3_text h3 {
    font-size: 17px;
  }
  .culture_sec4_box{
    width:initial;
  }
  .dev_sec3_img {
    padding: 20px 0;
  }
  .dev_sec3_text {

    position: inherit;
    bottom: inherit;
    padding: 10px;
  }
  .dev_sec3_text h4 {

    line-height: 24px;
    font-size: 13px;

    letter-spacing: 0px;

  }
  .dev_sec2{width: 100%;}
  .case_sec2_box {
    width: 92%;
  }
  .culture_sec5_text h6 {
    font-size: 17px;
  }
  .culture_sec5_img p {
    background: #f5f5f5;
    top: 0;
    font-size: 14px;
  }
  .culture_sec5_text h3 {
    display: none;
  }
  .culture_sec5_text {
    margin-top: 0px;
  }
  .culture_sec5_text .more {
    margin: 20px 0!important;
  }
  .culture_sec2_img .mask h3 {
    font-size: 17px;
  }
  .culture_sec2_img .mask h4 {
    font-size: 15px;
  }
  .periodical_sec1 {
    width: 92%;
  }
  .dqk_txt {
    margin-bottom: 20px;
  }
  .case_sec1 {
    width: 92%;
    padding-top: 50px;
  }
  .case_sec1 .cont_width {
    width: 100%;
  }
  .case_sec3 {
    width: 92%;
    margin: 50px auto;
  }
  .caselist_sec {
    padding: 50px 0 0px;
    width: 92%;
  }
  .inner_xiala {
    width: 100%;
    margin: 10px 0;
  }
  .inner_search {
    padding: 0 32px 0 0px;
    margin: 10px 0;
  }
  .caselist_sec1_ziti h3 {
    font-size: 17px;
  }
  .caselist_xinxi ul {
    float: none;
    width: 100%;
  }
  .caselist_xinxi ul li {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
  }
  .res_sec1 {
    width: 92%;
  }
  .res_sec1_nav {
    margin-bottom: 20px;
  }
  .res_sec1_text h3 {
    font-size: 16px;
    color: #333;
  }
  .res_sec1_text p {
    font-size: 14px;
  }
  .res_sec2_box {
    height: inherit;
    margin: 50px auto;
    padding: 0 4%;
    text-align: center;
  }
  .res_sec2_text {
    width: 100%;
    padding: 50px 0;
  }
  .res_sec2_text h3 {
    font-size: 17px;
    margin-top: 0;
  }
  .res_sec2_text p {
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .res_sec3 {
    width: 92%;
    margin: 50px auto;
  }

  .res_sec3_text {
    padding: 20px 0;
  }
  .res_sec3_text h3 {
    font-size: 16px;
  }
  .res_sec3_text div.line {
    display: none;
  }
  .res_sec3_text .enter {
    display: none;
  }
  .res_sec3_text h3 {
    font-size: 16px;
    text-align: left;
  }
  .res_sec3_text p {
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
  }
  .jobdot {
    width: 92%;
    margin: 100px auto 80px;
  }

  .contact_sec1 {
    width: 92%;
    padding-top: 50px;
  }
  .contact_sec1_text {
    padding-right: 0;
  }
  .contact_sec1_box_left {
    float: none;
    width: 100%;
  }
  .contact_sec1_box_right {
    display: none;
  }
  .contact_sec3 {
    width: 92%;
    margin: 50px auto;
  }
  .contact_sec2_text {
    width: 100%;
  }
  .contact_sec2_text p {
    width: 100%;
    font-size: 14px;
  }
  .contact_sec2_text p span {
    display: none;
  }
  .join_index_sec1 {
    width: 92%;
    margin: -45px auto 50px;
    padding-top: 50px;
  }
  .join_sec2_cont {
    background: #f5f5f5;
    padding: 50px 0;
  }
  .join_sec1_text  {
    padding: 0;
    background: transparent;
  }
  .join_sec1_text h3 {
    margin: 20px 0;
    font-size: 17px;
  }
  .join_sec1_text p {
    color: #333;
    margin: 20px 0;
    font-size: 14px;
    line-height: 22px;
  }
  .join_sec1_box .line {
    display: none;
  }
  .join_sec2 {
    width: 92%;
  }
  .join_sec2_box .col-lg-4 {
    padding: 0 15px;
  }
  .join_sec2_text h3 {
    text-align: center;
    font-size: 17px;
    margin: 10px 0;
  }
  .profile-sec1 {
    width: 92%;
    margin: 100px auto 80px;
  }
  .subdot_top .col-lg-8 {
    border: none;
  }
  .LesecTop_txt {
    margin: 20px 0;
  }
  .LesecTop_txt h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .LesecTop_txt h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .join_sec1 {
    width: 92%;
    margin: 100px auto 0;
  }
  .join_tit h4 {
    font-size: 17px;
  }
  .join_tit h5 {
    font-size: 15px;
  }
  .t_filter {
    position: static;
    width: 100%;
  }
  .t_filter .box .btab a {
    font-size: 15px;
    width: 32.6%;
  }
  .contact_box {
    width: 100%;
  }
  .t_filter .con {
    padding: 10px;
  }
  .t_filter .con a {
    width: 50%;
  }
  .submit_button .file {
    width: 100%;
  }
  .job_list_left,
  .job_list_right {
    float: none;
    width: 100%;
  }
  .join_sec1_box_left,
  .join_sec1_box_right {
    float: none;
    width: 100%;
  }
  .join_sec1_text a.more {
    margin: 10px 0!important;
  }
  .join_sec2_m_show {
    background: #e8e8e8;
    display: table;
    padding: 0 20px;
  }
  .join_sec2_m_show h5 {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    color: #eb5a3a;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
  .job_list_left h2 {
    font-size: 16px;
  }
  .job_list_left h4 {
    font-size: 14px;
  }
  .job_list_left h4 span {
    font-size: 14px;
  }
  .job_list_left h3 span {
    font-size: 13px;
    margin-right: 10px;
  }
  .job_list_right span {
    font-size: 14px;
  }
  .about_sec3 {
    margin: 50px auto 20px;
  }
  .news_sec1_left ul li {
    width: 50%;
    float: left;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
  .news_sec1_left ul li:nth-child(2n) {
    border-right: none;
  }
  .news_sec1_left ul li:last-child {
    border-bottom: none;
  }
  .contact_sec1_text ul {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
  .about_sec2_left_text div:last-child {
    margin-top: 20px;
  }
  .case_sec1_img h3 {
    font-size: 17px;
  }
  .res_sec1_box a {
    background: transparent;
  }
  .res_sec1_text {
    background: transparent;
    padding: 0;
    margin: 10px 0 0;
    color: #666;
  }
  .res_sec1_box a:hover .res_sec1_text {
    top: 0px;
  }
  .res_sec1_text h6 {
    margin: 0;
    font-size: 13px;
  }
  .res_sec1 .res_sec1_list {
    width: 100%;
  }
  .contact_sec1_text ul li {
    margin-bottom: 10px;
  }
  .jobtopcon_tit {
    font-size: 17px;
  }
  .periodical_box .news_sec1_left ul li {
    border-bottom: none;
  }
  .case_sec2 {
    margin: 50px auto;
  }
  .contact_sec2 {
    margin: 0px auto 50px;
  }
  .contact_sec1_text p {
    font-size: 14px;
    line-height: 22px;
  }
  .about_sec3_text p {
    font-size: 14px;
    line-height: 22px;
  }
  .division_sec1_top p {
    font-size: 14px;
    line-height: 22px;
  }
  .erjian {
    height: auto;
  }
}

@media (max-width: 767px){
.org_area_sec1_box{ width:100%;}

}



/*scroll_03*/
.scroll_03{ }
.scroll_03 .hd .prev{ display:block; width:40px; height:40px; overflow:hidden;cursor:pointer; background:url(../images/btn_lt1.png) center no-repeat; position:absolute; z-index:5; top:48%; left:0px;} 
.scroll_03 .hd .next{ display:block; width:40px; height:40px; overflow:hidden;cursor:pointer; background:url(../images/btn_rt1.png) center no-repeat; position:absolute; z-index:5; top:48%; right:0px;} 
.scroll_03 .bd{}
.scroll_03 .bd ul li{ float:left; width:100%; overflow:hidden; }
.scroll_03 .bd ul li .img{ }
.scroll_03 .bd ul li .img img{ width:100%; }



.clear{ margin:0; padding:0; font-size:0; clear:both; }
.dev_sec3 > a.more:hover {
    background: #fff;
    color: #20993b;
}

















