body {
  padding-top: 92px;
}
.m1300 {
  width: 1300px;
  margin-left: -50px;
  position: relative;
}
p img {
  display: inline-block;
}
#header {
  max-width: 2040px;
  min-width: 1280px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 92px;
  z-index: 999;
  border-bottom: 2px solid #fe5e10;
  background-color: #fff;
  margin: auto;
}
#header .header {
  height: 90px;
  min-width: 1200px;
}
#header .header .logo {
  width: 180px;
  position: absolute;
  left: 40px;
  top: 19px;
}
#header .header .h_right {
  float: left;
  position: relative;
}
#header .header .nav {
  float: left;
  position: relative;
}
#header .header .nav li {
  float: left;
  margin-right: 10px;
  position: relative;
}
#header .header .nav li > a {
  padding: 0 10px;
  font-size: 14px;
  color: #000;
  line-height: 90px;
  font-weight: 600;
}
#header .header .nav li.on a {
  color: #fe5e10;
}
#header .header .nav .slider {
  position: absolute;
  top: 0;
  height: 4px;
  background: #fe5e10;
}
#header .header .inn_nav {
  display: none;
  position: absolute;
  left: 0;
  top: 89px;
  width: 1000px;
  z-index: 1;
}
#header .header .inn_nav a {
  display: inline-block;
  line-height: 52px;
  font-size: 14px;
  opacity: 0.7;
  padding: 0 10px;
  color: #fff;
  margin-right: 12px;
  transition: all 0.3s;
}
#header .header .inn_nav:hover :hover {
  opacity: 1;
}
#header .header .inn_nav.on {
  opacity: 1;
}
#header .header .R {
  float: right;
  padding-right: 40px;
}
#header .header .R .ri {
  float: right;
  padding-left: 5px;
  position: relative;
}
#header .header .R .ri:before {
  content: '';
  width: 0;
  height: 10px;
  border-left: 2px solid #ccc;
  position: absolute;
  left: 0;
  top: 40px;
}
#header .header .R .ri .language {
  float: left;
  width: 105px;
  height: 92px;
  cursor: default;
}
#header .header .R .ri .language .te {
  height: 92px;
  line-height: 90px;
  padding-right: 30px;
  text-align: right;
  background: url(../images/head-dow-ic.png) no-repeat 84px center;
}
#header .header .R .ri .language ul {
  display: none;
  box-sizing: border-box;
  width: 164px;
  padding: 20px;
  border-top: 0;
  background-color: #fe5e10;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  left: -28px;
  top: 75px;
  z-index: 1100;
  padding-left: 21px;
  text-align: center;
  box-shadow: 0 4px 17px 6px rgba(0, 0, 0, 0.05);
}
#header .header .R .ri .language ul:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom-color: #fe5e10;
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
  margin: 0 auto;
}
#header .header .R .ri .language ul li {
  width: 90px;
  text-align: right;
  color: #fff;
  opacity: 0.73;
  filter: alpha(opacity=73);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .header .R .ri .language ul li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .header .R .ri .h_search {
  float: left;
  width: 30px;
  height: 92px;
}
#header .header .R .ri .h_search .ic {
  height: 90px;
  background: url(../images/head-search-ic.png) no-repeat center;
}
#header .header .R .ri .h_search .searchBox {
  display: none;
  overflow: hidden;
  width: 206px;
  height: 61px;
  border-top: 0;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 1100;
}
#header .header .R .ri .h_search .searchBox input {
  float: left;
  width: 149px;
  height: 45px;
  background-color: #FFF;
  border: 8px solid #4c4a4f;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 45px;
  font-size: 13px;
}
#header .header .R .ri .h_search .searchBox button {
  display: none;
  float: right;
  width: 45px;
  height: 45px;
  background-color: #ccc;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}
#header .header .R .ri .music {
  float: left;
  width: 20px;
  height: 90px;
  margin-left: 5px;
  position: relative;
}
#header .header .R .ri .music .ic {
  width: 20px;
  height: 20px;
  background: url(../images/head-music.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
#header .header .R .ri .music.anim .ic {
  animation: anRotate 3s linear infinite;
}
@-webkit-keyframes anRotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes anRotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes anRotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes anRotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#footer {
  height: 174px;
  background: url(../images/footer-bg2.jpg) no-repeat center top;
}
#footer .le {
  float: left;
  width: 800px;
  padding-top: 40px;
}
#footer .le .call {
  padding-left: 44px;
  background: url(../images/footer-call2.png) no-repeat 0 3px;
  margin-bottom: 16px;
}
#footer .le .call h4 {
  color: #FFF;
  opacity: 0.7;
  filter: alpha(opacity=70);
  line-height: 1;
}
#footer .le .call h5 {
  color: #FFF;
  font: bold 30px/1 'Rajdhani';
}
#footer .le .bi em,
#footer .le .bi a {
  display: inline-block;
  color: #666;
  margin-right: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .le .bi a:hover {
  color: #dfdfdf;
}
#footer .le .bi i {
  margin-right: 6px;
}
#footer .ri {
  float: right;
  padding-top: 64px;
}
#footer .ri .wad {
  height: 33px;
  cursor: default;
}
#footer .ri .wad p {
  display: inline-block;
  line-height: 33px;
  vertical-align: middle;
  margin-right: 8px;
  color: #666;
}
#footer .ri .wad .ic {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
#footer .ri .wad .weixin {
  position: relative;
}
#footer .ri .wad .weixin:hover .pos {
  display: block;
}
#footer .ri .wad .weixin .pos {
  display: none;
  width: 70px;
  position: absolute;
  left: -24px;
  bottom: 46px;
  z-index: 999;
}
#footer .ri .wad .weixin .pos img {
  border: 4px solid #fff;
}
#footer .ri .wad .weixin .pos:before {
  content: '';
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 33px;
  bottom: -14px;
}
.inFooter #footer {
  height: 170px;
  background: url(../images/footer-bg.jpg) no-repeat center top;
}
.inFooter #footer .le .call {
  background: url(../images/footer-call.png) no-repeat 0 3px;
}
.inFooter #footer .le h4 {
  color: #48536d;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.inFooter #footer .le h5 {
  color: #48536d;
}
.inFooter #footer .le .bi a:hover {
  color: #1a1615;
}
.page {
  padding-top: 59px;
}
.page_nav {
  max-width: 2040px;
  min-width: 1280px;
  height: 59px;
  line-height: 59px;
  background: #fe5e10;
  margin: 0 auto;
  font-size: 14px;
  position: fixed;
  top: 92px;
  left: 0;
  right: 0;
  z-index: 899;
}
.page_name li {
  float: left;
  padding-left: 24px;
}
.page_name li.i1 {
  background: url(../images/page_home.png) no-repeat left center;
}
.page_name li.i2 {
  background: url(../images/page_dw.png) no-repeat 8px center;
}
.page_name li a {
  color: #fff;
}
.page_nav .ri {
  float: right;
}
.page_nav .ri li {
  float: left;
  padding-left: 32px;
}
.page_nav .ri li a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_nav .ri li.curr a {
  color: #fff;
  font-weight: bold;
}
.page_nav .ri li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page_nav .ri .inner_bor {
  height: 5px;
  background-color: #ff5500;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  float: left;
  clear: both;
}
.page_nav .auto {
  z-index: 2;
}
.page #page_ban {
  background-position: center 150px !important;
}
#page_ban {
  height: 236px;
  background-attachment: fixed !important;
  background-position: center 90px !important;
}
#page_ban .ic1 {
  position: absolute;
  right: -40px;
  top: 8px;
}
#page_ban .ic2 {
  position: absolute;
  right: 0;
  top: 54px;
}
#page_ban .tCont {
  position: absolute;
  right: 122px;
  top: 162px;
  z-index: 40;
  text-align: right;
}
#page_ban .tCont h2 {
  color: #fe5e10;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
#page_ban .tCont h3 {
  color: #48536d;
  font: bold 20px/1 'Rajdhani';
}
#page_ban .tCont h3 em {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.cTit {
  padding: 30px 0;
}
.cH1 {
  color: #fe5e10;
  margin-bottom: 8px;
  font: bold 24px/18px 'Rajdhani';
  text-align: center;
}
.cH2 {
  color: #3057b5;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.pus-next {
  width: 50px;
  height: 50px;
  border: 3px solid #d8d8d8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff url(../images/about5-slide-next.png) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pus-next:hover {
  border-color: #fe5e10;
  background: #fe5e10 url(../images/about5-slide-next-h.png) no-repeat center;
}
.pus-prev {
  width: 50px;
  height: 50px;
  border: 3px solid #d8d8d8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff url(../images/about5-slide-prev.png) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pus-prev:hover {
  border-color: #fe5e10;
  background: #fe5e10 url(../images/about5-slide-prev-h.png) no-repeat center;
}
.cMoret {
  overflow: hidden;
  position: relative;
}
.cMoret em {
  position: relative;
  z-index: 80;
}
.cMoret:before {
  content: '';
  display: block;
  width: 135%;
  height: 100%;
  background-color: #fe5e10;
  position: absolute;
  top: 0;
  left: -150%;
  -webkit-transform: skewX(-40deg);
  -moz-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cMoret:hover:before {
  left: -16%;
}
.yings-pop .pop-cont {
  width: 900px;
  height: 550px;
  background-color: #FFF;
  padding: 50px 74px 40px 50px;
}
.yings-pop .pop-cont .close {
  width: 55px;
  height: 55px;
  background-color: #d8d8d8;
  position: absolute;
  right: 0;
  top: -60px;
  overflow: hidden;
}
.yings-pop .pop-cont .close .ic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.yings-pop .pop-cont .close:before {
  content: '';
  display: block;
  width: 190%;
  height: 100%;
  background-color: #fe5e10;
  position: absolute;
  top: 0;
  left: -232%;
  -webkit-transform: skewX(-40deg);
  -moz-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.yings-pop .pop-cont .close:hover:before {
  left: -43%;
}
.yings-pop .pop-cont .tit h2 {
  color: #48536d;
  font: bold 42px/1 'Rajdhani';
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.yings-pop .pop-cont .tit h3 {
  color: #fe5e10;
  font-size: 24px;
  margin-bottom: 20px;
}
.yings-pop .pop-cont .txtCont {
  width: 800px;
  height: 379px;
  padding-right: 30px;
  overflow: auto;
}
.yings-pop .pop-cont .txtCont::-webkit-scrollbar {
  width: 6px;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.yings-pop .pop-cont .txtCont::-webkit-scrollbar-thumb {
  background-color: #ccd8e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.yings-pop .pop-cont .txtCont p {
  color: #746969;
  margin-bottom: 20px;
  line-height: 26px;
}
.video-pop .pop-cont {
  width: 900px;
  background-color: #FFF;
}
.video-pop .pop-cont .close {
  width: 55px;
  height: 55px;
  background-color: #d8d8d8;
  position: absolute;
  right: 0;
  top: -60px;
  overflow: hidden;
}
.video-pop .pop-cont .close .ic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.video-pop .pop-cont .close:before {
  content: '';
  display: block;
  width: 190%;
  height: 100%;
  background-color: #fe5e10;
  position: absolute;
  top: 0;
  left: -232%;
  -webkit-transform: skewX(-40deg);
  -moz-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.video-pop .pop-cont .close:hover:before {
  left: -43%;
}
.index .indexSlider {
  max-width: 2040px;
  position: relative;
}
.index .indexSlider .next,
.index .indexSlider .prev {
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  cursor: pointer;
}
.index .indexSlider .next {
  right: 100px;
  background: url(../images/index/icon_next.png) no-repeat 0 0;
}
.index .indexSlider .next:hover {
  background: url(../images/index/icon_next-on.png) no-repeat 0 0;
}
.index .indexSlider .prev {
  left: 100px;
  background: url(../images/index/icon_prev.png) no-repeat 0 0;
}
.index .indexSlider .prev:hover {
  background: url(../images/index/icon_prev-on.png) no-repeat 0 0;
}
.index .indexSlider .hd {
  width: 7px;
  height: 250px;
  margin: auto;
  position: absolute;
  right: 50px;
  top: -130px;
  bottom: 0;
  z-index: 99;
}
.index .indexSlider .hd ul {
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
}
.index .indexSlider .hd ul li {
  width: 6px;
  height: 50px;
  background: #fff;
  margin-bottom: 10px;
  cursor: pointer;
}
.index .indexSlider .hd ul li.on {
  background-color: #fe5e10;
}
.index .indexSlider .bd li {
  max-width: 2040px;
  position: relative;
  overflow: hidden;
}
.index .indexSlider .bd li .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: slide_on1 5s  linear forwards ;
}
.index .indexSlider .bd li .auto {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 30;
}
.index .indexSlider .bd li .auto .txtCont {
  height: 120px;
  position: absolute;
  left: 0;
  top: -280px;
  bottom: 0;
  margin: auto;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
}
.index .indexSlider .bd li .auto .txtCont.ri {
  text-align: right;
  left: auto;
  right: 0;
}
.index .indexSlider .bd li .auto .txtCont.cof h2 {
  color: #fff;
}
.index .indexSlider .bd li .auto .txtCont.cof h3 {
  color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.index .indexSlider .bd li .auto .txtCont h2 {
  color: #fe5e10;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.index .indexSlider .bd li .auto .txtCont h2 i,
.index .indexSlider .bd li .auto .txtCont h2 em {
  font-size: 24px;
  line-height: 42px;
  margin: 0 10px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.index .indexSlider .bd li .auto .txtCont h3 {
  color: #535353;
  opacity: 0.4;
  filter: alpha(opacity=40);
  font: bold 24px/26px 'Rajdhani';
}
.index .indexSlider .po-bom {
  height: 130px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
}
.index .indexSlider .po-bom .auto {
  height: 130px;
}
.index .indexSlider .po-bom:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.index .indexSlider .po-bom .card .li {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 230px;
  height: 110px;
  padding: 28px 0 0 20px;
  background: no-repeat top center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.index .indexSlider .po-bom .card .li.i1 {
  left: 0;
  background: url(../images/index/i_color1.jpg) no-repeat 0 0;
}
.index .indexSlider .po-bom .card .li.i2 {
  left: 243px;
  background: url(../images/index/i_color2.jpg) no-repeat 0 0;
}
.index .indexSlider .po-bom .card .li.i3 {
  left: 486px;
  background: url(../images/index/i_color3.jpg) no-repeat 0 0;
}
.index .indexSlider .po-bom .card .li.i4 {
  left: 728px;
  background: url(../images/index/i_color4.jpg) no-repeat 0 0;
}
.index .indexSlider .po-bom .card .li.i5 {
  left: 970px;
  background: url(../images/index/i_color5.jpg) no-repeat 0 0;
}
.index .indexSlider .po-bom .card .li h5 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 16px;
  font-family: 'Rajdhani';
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.index .indexSlider .po-bom .card .li h6 {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}
.index .indexSlider .po-bom .card .li .ic {
  margin-top: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.index .indexSlider .po-bom .card .li:hover {
  height: 150px;
  padding: 38px 0 0 20px;
}
.index .indexSlider .po-bom .card .li:hover .ic {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .cCont1 {
  height: 210px;
  background-color: #fff;
}
.index .cCont1 .moreBtn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-right: 40px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  background: url(../images/index/index-cont1-btn-ic.png) no-repeat right top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index .cCont1 .le {
  float: left;
  width: 544px;
  padding-top: 30px;
}
.index .cCont1 .le .moreBtn {
  margin: 10px 0 20px;
}
.index .cCont1 .le h2 {
  color: #fe5e10;
  font: bold 30px/1 'Rajdhani';
  padding: 6px 0;
}
.index .cCont1 .le h3 {
  color: #746969;
  font-size: 18px;
  margin-bottom: 4px;
}
.index .cCont1 .le p {
  color: #746969;
}
.index .cCont1 .le .newsSlide {
  height: 160px;
  position: relative;
}
.index .cCont1 .le .newsSlide .bd {
  height: 160px;
}
.index .cCont1 .le .newsSlide .bd li {
  width: 514px;
  height: 160px;
  overflow: hidden;
}
.index .cCont1 .le .newsSlide .bd li:hover .moreBtn {
  background: url(../images/index/index-cont1-btn-ic2.png) no-repeat right top;
}
.index .cCont1 .le .newsSlide .hd {
  width: 10px;
  position: absolute;
  right: -6px;
  top: 64px;
}
.index .cCont1 .le .newsSlide .hd li {
  float: left;
  width: 6px;
  height: 6px;
  margin-bottom: 10px;
  border: 1px solid #fe5e10;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.index .cCont1 .le .newsSlide .hd li.on {
  background-color: #fe5e10;
}
.index .cCont1 .ri {
  float: right;
  width: 580px;
  padding-top: 20px;
}
.index .cCont1 .ri .ovs-dt {
  height: 54px;
  border-bottom: 2px solid #d2d2d2;
  margin-bottom: 20px;
}
.index .cCont1 .ri .ovs-dt li {
  float: left;
  height: 54px;
  line-height: 54px;
  color: #757d90;
  margin-right: 40px;
  box-sizing: border-box;
  cursor: pointer;
}
.index .cCont1 .ri .ovs-dt li.on {
  border-bottom: 2px solid #fe5e10;
  color: #48536d;
}
.index .cCont1 .ri .ovs-dt .moreBtn {
  float: right;
  margin-top: 10px;
  color: #746969;
}
.index .cCont1 .ri .ovs-dt .moreBtn:hover {
  background: url(../images/index/index-cont1-btn-ic2.png) no-repeat right top;
}
.index .cCont1 .ri .ovs-dd > div {
  display: none;
}
.index .cCont1 .ri .ovs-dd .li {
  overflow: hidden;
  margin-bottom: 6px;
}
.index .cCont1 .ri .ovs-dd .li h3 {
  float: left;
  width: 480px;
  color: #746969;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index .cCont1 .ri .ovs-dd .li em {
  float: right;
  color: #a1a1a1;
  font: bold 14px 'Rajdhani';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index .cCont1 .ri .ovs-dd .li:hover h3 {
  color: #d9262c;
}
.index .cCont1 .ri .ovs-dd .li:hover em {
  color: #6b6666;
}
.index .cCont2 .card .li {
  float: left;
  height: 240px;
  background: no-repeat center;
}
.index .cCont2 .card .li .cont {
  width: 400px;
  padding-top: 80px;
  padding-left: 30px;
}
.index .cCont2 .card .li .cont h3 {
  font: bold 24px/1 'Rajdhani';
  margin-bottom: 4px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.index .cCont2 .card .li .cont h4 {
  color: #746969;
  font-size: 20px;
}
.index .cCont2 .card .li.i1 {
  width: 820px;
  margin-left: -420px;
  background: url(../images/index/index-cont2-li1.jpg) no-repeat 0 0;
}
.index .cCont2 .card .li.i1 .cont {
  float: right;
  padding-left: 0;
}
.index .cCont2 .card .li.i1 .cont h3 {
  color: #20366e;
}
.index .cCont2 .card .li.i2 {
  background: url(../images/index/index-cont2-li2.jpg) no-repeat 0 0;
}
.index .cCont2 .card .li.i2 h3 {
  color: #FFF;
}
.index .cCont2 .card .li.i2 h4 {
  color: #FFF;
}
.index .cCont2 .card .li.i3 {
  width: 820px;
  margin-right: -420px;
  background: url(../images/index/index-cont2-li3.jpg) no-repeat 0 0;
}
.index .cCont2 .card .li.i3 h3 {
  color: #20366e;
}
@media (max-width: 1400px) {
  .index .indexSlider .prev {
    left: 50px;
  }
  .index .indexSlider .next {
    right: 50px;
  }
}
@keyframes slide_on1 {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.about1 p {
  font-size: 15px;
}
.about1 .cTop {
  background: #f1f5f7 url(../images/about/about1-ctop-bg.jpg) no-repeat center top;
}
.about1 .cTop .Cont {
  overflow: hidden;
  padding: 50px 50px 15px;
  background-color: #FFF;
  position: relative;
}
.about1 .cTop .Cont .le {
  width: 710px;
}
.about1 .cTop .Cont .le .tit {
  width: 430px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #d4d4d4;
}
.about1 .cTop .Cont .le .tit h1 {
  color: #fe5e10;
  font: bold 42px/33px 'Rajdhani';
  margin-bottom: 20px;
}
.about1 .cTop .Cont .le .tit h2 {
  color: #3057b5;
  font-size: 24px;
}
.about1 .cTop .Cont .le p {
  color: #746969;
}
.about1 .cTop .Cont .le .ic {
  margin-top: 5px;
  cursor: pointer;
}
.about1 .cTop .Cont .posRi {
  position: absolute;
  right: 115px;
  bottom: 0;
}
.about1 .cBom {
  padding-bottom: 180px;
  background: url(../images/about/about-bom-bg.jpg) no-repeat center top / cover;
}
.about1 .cBom .top {
  height: 220px;
}
.about1 .cBom .top .list-ge {
  padding-top: 75px;
}
.about1 .cBom .top .list-ge .i1 {
  width: 245px;
}
.about1 .cBom .top .list-ge .i2 {
  width: 275px;
}
.about1 .cBom .top .list-ge .i3 {
  width: 225px;
}
.about1 .cBom .top .list-ge .i4 {
  width: 282px;
}
.about1 .cBom .top .list-ge .i5 {
  width: 170px;
}
.about1 .cBom .top .list-ge .li {
  float: left;
  padding-left: 64px;
  position: relative;
}
.about1 .cBom .top .list-ge .li .ic {
  position: absolute;
  left: 0;
  top: 0;
}
.about1 .cBom .top .list-ge .li h4 {
  color: #FFF;
  font-size: 14px;
  padding-top: 6px;
}
.about1 .cBom .top .list-ge .li h4 var {
  font-size: 40px;
  font-family: 'Rajdhani';
}
.about1 .cBom .top .list-ge .li h4 em {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Rajdhani';
  position: relative;
  top: -15px;
}
.about1 .cBom .top .list-ge .li h5 {
  color: #FFF;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: relative;
}
.about1 .cBom .top .list-ge .li h5:before {
  content: "";
  width: 40px;
  height: 0;
  border-top: 3px solid #FFF;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  left: 0;
  top: 37px;
}
.about1 .cBom .bom {
  width: 1700px;
  background-color: #FFF;
  margin-left: -50px;
  padding: 55px 0 65px 50px;
}
.about1 .cBom .bom .c1200 {
  width: 1200px;
}
.about1 .cBom .bom .c1200 .le {
  float: left;
  width: 727px;
}
.about1 .cBom .bom .c1200 .le p {
  color: #746969;
  margin-bottom: 25px;
}
.about1 .cBom .bom .c1200 .le p em {
  color: #fe5e10;
  font-weight: bold;
  font-family: 'Rubik';
}
.about1 .cBom .bom .c1200 .le h4 {
  color: #746969;
  font-size: 18px;
}
.about1 .cBom .bom .c1200 .ri {
  float: right;
  width: 410px;
}
.about1 .cBom .bom .c1200 .ri .card h2 {
  color: #fe5e10;
  font-size: 20px;
  margin-bottom: 6px;
}
.about1 .cBom .bom .c1200 .ri .card h3 {
  color: #535353;
  font: bold 14px/1 'Rajdhani';
  opacity: 0.3;
  filter: alpha(opacity=30);
  margin-bottom: 15px;
}
.about1 .cBom .bom .c1200 .ri .card p {
  color: #746969;
}
.about1 .cBom .bom .c1200 .ri .card .cont {
  padding: 50px 40px 55px;
  background-color: #f5f5f5;
}
.about2 .cTop {
  background: #f1f5f7 url(../images/about/about2-ctop-bg.jpg) no-repeat center top;
  padding-bottom: 50px;
}
.about2 .cTop .Cont {
  overflow: hidden;
  padding: 50px 50px;
  background-color: #FFF;
  position: relative;
}
.about2 .cTop .Cont .ic {
  position: absolute;
  left: 40px;
  top: 200px;
}
.about3 .cTop {
  background: #f1f5f7 url(../images/about/about2-ctop-bg.jpg) no-repeat center top;
  padding-bottom: 50px;
}
.about3 .cTop .Cont {
  height: 650px;
  overflow: hidden;
  padding: 50px 50px;
  background-color: #fff;
  position: relative;
}
.about3 .cTop .Cont .tit {
  height: 164px;
}
.about3 .cTop .Cont .tit h2 {
  color: #746969;
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
}
.about3 .cTop .Cont .tit h2:before {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: url(../images/about/about3-tit-ic.png) no-repeat 0 0;
  position: absolute;
  left: -20px;
  top: 9px;
}
.about3 .cTop .Cont .tit p {
  color: #746969;
}
.about3 .cTop .Cont .list-dt {
  float: left;
}
.about3 .cTop .Cont .list-dt .li {
  width: 320px;
  height: 100px;
  padding: 30px 0 0 115px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.about3 .cTop .Cont .list-dt .li h3 {
  color: #746969;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about3 .cTop .Cont .list-dt .li h4 {
  color: #48536d;
  font: 400 14px/1 'Rajdhani';
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about3 .cTop .Cont .list-dt .li .ic {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 320px;
  top: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about3 .cTop .Cont .list-dt .li.i1 {
  background: #f0f0f0 url(../images/about/about3-list-dt-ic1.png) no-repeat 25px center;
}
.about3 .cTop .Cont .list-dt .li.i2 {
  background: #f0f0f0 url(../images/about/about3-list-dt-ic2.png) no-repeat 25px center;
}
.about3 .cTop .Cont .list-dt .li.i1.on {
  background: #fe5e10 url(../images/about/about3-list-dt-ic1-h.png) no-repeat 25px center;
}
.about3 .cTop .Cont .list-dt .li.i2.on {
  background: #fe5e10 url(../images/about/about3-list-dt-ic2-h.png) no-repeat 25px center;
}
.about3 .cTop .Cont .list-dt .li.on {
  width: 380px;
}
.about3 .cTop .Cont .list-dt .li.on h3 {
  color: #FFF;
}
.about3 .cTop .Cont .list-dt .li.on h4 {
  color: #FFF;
}
.about3 .cTop .Cont .list-dt .li.on .ic {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about3 .cTop .Cont .list-dt .li.on:hover h3 {
  color: #FFF;
}
.about3 .cTop .Cont .list-dt .li:hover h3 {
  color: #fe5e10;
}
.about3 .cTop .Cont .list-dd {
  float: right;
  width: 655px;
  margin-top: -130px;
}
.about3 .cTop .Cont .list-dd .dd2 {
  padding-top: 40px;
}
.about4 .cTop {
  background: #f1f5f7 url(../images/about/about2-ctop-bg.jpg) no-repeat center top;
  position: relative;
  z-index: 100;
}
.about4 .cTop .Cont {
  height: 340px;
  padding: 50px 50px;
  background-color: #fff;
  position: relative;
}
.about4 .cTop .Cont .contBox {
  height: 745px;
}
.about4 .cTop .Cont .contBox .top {
  height: 290px;
  padding-left: 60px;
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.about4 .cTop .Cont .contBox .top .tit {
  float: right;
  width: 720px;
  padding-top: 80px;
  position: relative;
}
.about4 .cTop .Cont .contBox .top .tit .ic1 {
  position: absolute;
  left: -22px;
  top: 10px;
}
.about4 .cTop .Cont .contBox .top .tit .ic2 {
  position: absolute;
  left: 490px;
  top: 180px;
}
.about4 .cTop .Cont .contBox .top .tit .ic3 {
  position: absolute;
  left: 475px;
  top: 220px;
}
.about4 .cTop .Cont .contBox .top .tit h2 {
  color: #fe5e10;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 30px;
}
.about4 .cTop .Cont .contBox .top .tit h3 {
  color: #746969;
  font-size: 20px;
  line-height: 30px;
}
.about4 .cTop .Cont .contBox .top .ri {
  float: left;
  margin-left: -60px;
  margin-top: -1px;
}
.about4 .cTop .Cont .contBox .cont {
  height: 530px;
  background: url(../images/about/about4-cont-bom.png) no-repeat center top;
  padding: 40px 60px 0;
}
.about4 .cTop .Cont .contBox .cont .txt {
  float: right;
  width: 660px;
}
.about4 .cTop .Cont .contBox .cont .txt p {
  margin-bottom: 20px;
  color: #746969;
}
.about4 .cBom {
  height: 907px;
  background: url(../images/about/about4-bom-bg.jpg) no-repeat center top;
}
.about5 .cTop {
  height: 906px;
  background: #f1f5f7 url(../images/about/about5-bg.jpg) no-repeat center top;
  position: relative;
  z-index: 100;
}
.about5 .cTop .tit {
  height: 164px;
}
.about5 .cTop .tit h2 {
  color: #746969;
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
}
.about5 .cTop .tit h2:before {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: url(../images/about/about3-tit-ic.png) no-repeat 0 0;
  position: absolute;
  left: -20px;
  top: 9px;
}
.about5 .cTop .tit p {
  color: #48536d;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.about5 .cTop .fag {
  position: absolute;
  left: 810px;
  top: 441px;
}
.about5 .cTop .das-slide {
  position: relative;
  margin-top: -150px;
  z-index: 120;
}
.about5 .cTop .das-slide .next {
  width: 50px;
  height: 50px;
  border: 3px solid #d8d8d8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 220px;
  left: -65px;
  background: #fff url(../images/about/about5-slide-prev.png) no-repeat center;
  cursor: pointer;
}
.about5 .cTop .das-slide .next.nextStop {
  display: none;
}
.about5 .cTop .das-slide .prev {
  width: 50px;
  height: 50px;
  border: 3px solid #d8d8d8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 220px;
  right: -65px;
  background: #fff url(../images/about/about5-slide-next.png) no-repeat center;
  cursor: pointer;
}
.about5 .cTop .das-slide .prev.prevStop {
  display: none;
}
.about5 .cTop .das-slide .posras {
  position: absolute;
  left: 809px;
  top: 322px;
}
.about5 .cTop .das-slide .z-mvoWrap {
  width: 1200px;
  height: 690px;
  overflow: hidden;
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo {
  height: 690px;
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo .z-card {
  float: left;
  width: 300px;
  height: 310px;
  position: relative;
  box-sizing: content-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo .z-card .box {
  margin-left: 5px;
  border-left: 2px solid #d8dbdb;
  padding-left: 10px;
  height: 310px;
  padding-top: 5px;
  position: relative;
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo .z-card .box .img {
  width: 250px;
  height: 143px;
  margin-bottom: 40px;
  overflow: hidden;
  border: 2px solid #FFF;
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo .z-card .box .img img {
  width: 100%;
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo .z-card .box .txt {
  padding-right: 30px;
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo .z-card .box .txt p {
  color: #746969;
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo .z-card .box:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 4px solid #fe5e10;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  left: -5px;
  top: -1px;
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo .z-card .box:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 4px solid #c3c3c3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  left: -5px;
  bottom: -2px;
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo .z-card .bor {
  width: 150px;
  height: 150px;
  background-color: #fe5e10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 52px;
  position: absolute;
  left: 56px;
  bottom: -150px;
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo .z-card .bor h3 {
  color: #fff;
  font: bold 34px/20px 'Rajdhani';
  line-height: 1;
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo .z-card .bor em {
  display: block;
  margin-top: -2px;
  color: #fff;
  font: 400 20px/16px 'Rajdhani';
  opacity: 0.83;
  filter: alpha(opacity=83);
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo .z-card.si0 {
  padding-top: 220px;
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo .z-card.si1 {
  padding-top: 150px;
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo .z-card.si2 {
  padding-top: 116px;
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo .z-card.si3 {
  padding-top: 64px;
}
.about5 .cTop .das-slide .z-mvoWrap .z-mvo .z-card.si4 {
  padding-top: 0;
}
.about6 .cTop {
  background: #f1f5f7 url(../images/about/about2-ctop-bg.jpg) no-repeat center top;
  padding-bottom: 50px;
}
.about6 .cTop .Cont {
  overflow: hidden;
  padding: 50px 50px;
  background-color: #fff;
  position: relative;
}
.about6 .cTop .Cont .searchBox {
  margin-bottom: 30px;
}
.about6 .cTop .Cont .searchBox .drop-down {
  float: left;
  position: relative;
}
.about6 .cTop .Cont .searchBox .drop-down .drop-txt {
  width: 360px;
  height: 60px;
  border: 2px solid #cecece;
  padding-right: 100px;
  padding-left: 24px;
  position: relative;
  line-height: 56px;
  color: #cbcbcb;
}
.about6 .cTop .Cont .searchBox .drop-down .drop-txt:before {
  content: '';
  width: 77px;
  height: 100%;
  background: #cecece url(../images/about/about6-drop-txt-ic.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
}
.about6 .cTop .Cont .searchBox .drop-down ul {
  display: none;
  max-height: 246px;
  overflow: auto;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  z-index: 400;
}
.about6 .cTop .Cont .searchBox .drop-down ul::-webkit-scrollbar {
  width: 6px;
  background-color: #ecf7fb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.about6 .cTop .Cont .searchBox .drop-down ul::-webkit-scrollbar-thumb {
  background-color: #ccd8e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.about6 .cTop .Cont .searchBox .drop-down ul li {
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  background-color: #ecf7fb;
  border-top: 1px solid #FFF;
  color: #ccc;
  cursor: pointer;
  color: #8d8d8d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about6 .cTop .Cont .searchBox .drop-down ul li:hover,
.about6 .cTop .Cont .searchBox .drop-down ul li.on {
  background-color: #fe5e10;
  color: #FFF;
}
.about6 .cTop .Cont .cardWrap {
  width: 1260px;
}
.about6 .cTop .Cont .cardWrap .box {
  float: left;
  width: 285px;
  height: 210px;
  background-color: #f5f5f5;
  margin: 0 20px 20px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}
.about6 .cTop .Cont .cardWrap .box:hover {
  top: -10px;
}
.about6 .cTop .Cont .cardWrap .box img {
  max-width: 248px;
  max-height: 164px;
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
}
.about6 .cTop .Cont .more {
  width: 150px;
  height: 55px;
  background-color: #3057b5;
  margin: 30px auto 0;
  color: #FFF;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}
.about7 .cTop {
  background: #f1f5f7 url(../images/about/about2-ctop-bg.jpg) no-repeat center top;
}
.about7 .cTop .Cont {
  overflow: hidden;
  padding: 50px 50px;
  background-color: #fff;
  position: relative;
}
.about7 .cTop .Cont .card {
  width: 1260px;
}
.about7 .cTop .Cont .card .li {
  float: left;
  width: 386px;
  height: 320px;
  margin-right: 20px;
  background-color: #eef3f5;
}
.about7 .cTop .Cont .card .li .img {
  height: 220px;
  overflow: hidden;
}
.about7 .cTop .Cont .card .li h5 {
  padding: 15px 30px;
  color: #746969;
  font-size: 18px;
  line-height: 30px;
}
.about7 .cTop .Cont .card .li .img {
  overflow: hidden;
  position: relative;
}
.about7 .cTop .Cont .card .li .img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about7 .cTop .Cont .card .li .img:before {
  content: '';
  position: absolute;
  left: 0;
  top: -15%;
  z-index: 99;
  width: 100%;
  height: 130%;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about7 .cTop .Cont .card .li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about7 .cTop .Cont .card .li:hover .img:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.about7 .cCont2 {
  height: 446px;
  background: url(../images/about/about7-cont2-bg.jpg) no-repeat center top;
}
.about7 .cCont2 .le {
  float: left;
  width: 610px;
  padding-top: 56px;
}
.about7 .cCont2 .le .tit h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}
.about7 .cCont2 .le .tit h2:before {
  content: "";
  width: 6px;
  height: 10px;
  background: url(../images/about/about7-cont2-ic.png) no-repeat 0 0;
  position: absolute;
  left: -18px;
  top: 9px;
}
.about7 .cCont2 .le .tit h3 {
  color: #fff;
  font: bold 14px/1 'Rajdhani';
  margin-bottom: 40px;
}
.about7 .cCont2 .le .tit h3 em {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.about7 .cCont2 .le p {
  color: #fff;
}
.about7 .cCont2 .ri {
  float: right;
  padding-top: 44px;
}
.about7 .cCont3 {
  padding: 30px 0;
}
.about7 .cCont3 .codSlide .next {
  position: absolute;
  right: -80px;
  top: 75px;
}
.about7 .cCont3 .codSlide .prev {
  position: absolute;
  left: -80px;
  top: 75px;
}
.about7 .cCont3 .codSlide .bd {
  overflow: hidden;
}
.about7 .cCont3 .codSlide .bd ul {
  width: 1260px;
}
.about7 .cCont3 .codSlide .bd ul li {
  float: left;
  width: 285px;
  height: 210px;
  margin-right: 20px;
  margin-bottom: 50px;
  position: relative;
  background-color: #f5f5f5;
}
.about7 .cCont3 .codSlide .bd ul li img {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  margin: auto;
}
.about7 .cCont3 .codSlide .bd ul li .tit {
  width: 285px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
}
.about7 .cCont3 .codSlide .bd ul li .tit h5 {
  padding: 10px 20px 0;
  text-align: center;
  line-height: 20px;
}
.domain1 {
  padding-bottom: 50px;
  background: #f1f5f7 url(../images/about/about2-ctop-bg.jpg) no-repeat center top;
}
.domain1 .dagWrap {
  width: 1300px;
  margin-left: -50px;
  padding: 50px ;
  background-color: #FFF;
}
.dag-sr {
  width: 1200px;
  height: 500px;
}
.dag-sr .ri {
  float: right;
  width: 740px;
}
.dag-sr .ri .dd {
  height: 500px;
  overflow: hidden;
}
.dag-sr .ri .dd > div {
  display: none;
  height: 500px;
  position: relative;
}
.dag-sr .ri .dd .tit {
  height: 500px;
  padding: 360px 40px 0 60px;
  background: url(../images/domain/domain-ovs-dd-gas.png) no-repeat left bottom;
}
.dag-sr .ri .dd .tit h4 {
  color: #FFF;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 400;
}
.dag-sr .ri .dd .tit p {
  color: #FFF;
}
.dag-sr .le {
  float: left;
  width: 460px;
}
.dag-sr .le .list {
  overflow: hidden;
  box-shadow: 0px 0px 32px 3px rgba(0, 0, 0, 0.04);
}
.dag-sr .le .list .li {
  height: 100px;
  padding: 30px 0 0 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.dag-sr .le .list .li h2 {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
.dag-sr .le .list .li h3 {
  color: #FFF;
  font: 100 19px/1 'Rajdhani';
  opacity: 0.3;
  transition: all 0.3s ease;
}
.dag-sr .le .list .li .ic {
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
  opacity: 0;
}
.dag-sr .le .list .li.on .ic {
  opacity: 1;
  right: 40px;
}
.dag-sr .le .list .li.i1 {
  background-color: #ffa01d;
}
.dag-sr .le .list .li.i2 {
  background-color: #ff8a19;
}
.dag-sr .le .list .li.i3 {
  background-color: #fe7b16;
}
.dag-sr .le .list .li.i4 {
  background-color: #fe6d13;
}
.dag-sr .le .list .li.i5 {
  background-color: #fe5e10;
}
.dag-sr .le .list .li.on {
  background-color: #FFF !important;
}
.dag-sr .le .list .li.on h2 {
  color: #535353;
}
.dag-sr .le .list .li.on h3 {
  color: #535353;
}
.domain2 .cTop {
  padding-bottom: 50px;
  background: #f1f5f7 url(../images/about/about2-ctop-bg.jpg) no-repeat center top;
}
.domain2 .cTop .Cont {
  width: 1300px;
  margin-left: -50px;
  padding: 50px;
  background-color: #FFF;
}
.domain2 .cTop .Cont h3 {
  color: #3057b5;
  font-size: 30px;
  margin-bottom: 50px;
}
.domain2 .cTop .Cont .txt {
  margin-bottom: 50px;
}
.domain2 .cTop .Cont .txt p {
  color: #746969;
}
.domain2 .cTop .Cont .ovs-dt {
  height: 60px;
  padding: 0 16px;
  background-color: #f1f5f7;
}
.domain2 .cTop .Cont .ovs-dt a {
  float: left;
  height: 57px;
  color: #746969;
  line-height: 60px;
  padding: 0 6px;
  margin-right: 10px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.domain2 .cTop .Cont .ovs-dt a.on {
  border-bottom: 3px solid #fe5e10;
}
.domain2 .cTop .Cont .ovs-dt a:hover {
  color: #2b2323;
}
.domain2 .cTop .Cont .ovs-dd .card {
  width: 1260px;
}
.domain2 .cTop .Cont .ovs-dd .card .li {
  float: left;
  width: 285px;
  height: 440px;
  overflow: hidden;
  position: relative;
  margin: 20px 20px 0 0;
}
.domain2 .cTop .Cont .ovs-dd .card .li .img {
  overflow: hidden;
  position: relative;
}
.domain2 .cTop .Cont .ovs-dd .card .li .img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.domain2 .cTop .Cont .ovs-dd .card .li .img:before {
  content: '';
  position: absolute;
  left: 0;
  top: -15%;
  z-index: 99;
  width: 100%;
  height: 130%;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.domain2 .cTop .Cont .ovs-dd .card .li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.domain2 .cTop .Cont .ovs-dd .card .li:hover .img:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.domain2 .cTop .Cont .ovs-dd .card .li .tit {
  text-align: center;
  padding: 150px 0 20px;
  background: url(../images/domain/domain2-li-bg.png) no-repeat left bottom;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.domain2 .cTop .Cont .ovs-dd .card .li .tit h4 {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  padding-left: 15px;
  background: url(../images/about/about3-tit-ic.png) no-repeat left center;
}
.domain2 .cTop .Cont .more {
  width: 150px;
  height: 55px;
  background-color: #3057b5;
  margin: 30px auto 0;
  color: #fff;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}
.client1 .cTop {
  background: #f1f5f7 url(../images/about/about2-ctop-bg.jpg) no-repeat center top;
  padding-bottom: 50px;
}
.client1 .cTop .Cont {
  overflow: hidden;
  padding: 50px;
  background: url(../images/client/client-cont-bg.png) no-repeat center top;
  position: relative;
}
.client1 .cTop .Cont .caLogoSlide {
  margin-bottom: 50px;
  position: relative;
}
.client1 .cTop .Cont .caLogoSlide .hd {
  position: absolute;
  right: 0;
  top: -25px;
  z-index: 99;
}
.client1 .cTop .Cont .caLogoSlide .hd li {
  float: left;
  width: 9px;
  height: 9px;
  border: 2px solid #dadada;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: transparent;
  overflow: hidden;
  margin-left: 6px;
  cursor: pointer;
}
.client1 .cTop .Cont .caLogoSlide .hd li.on {
  background-color: #fe5e10;
  border-color: #fe5e10;
}
.client1 .cTop .Cont .caLogoSlide .bd {
  height: 160px;
  overflow: hidden;
}
.client1 .cTop .Cont .caLogoSlide .bd li {
  height: 160px;
}
.client1 .cTop .Cont .caLogoSlide .bd li .ca-logo {
  width: 1260px;
  overflow: hidden;
}
.client1 .cTop .Cont .caLogoSlide .bd li .ca-logo .li {
  float: left;
  width: 239px;
  height: 78px;
  overflow: hidden;
  margin: 0 1px 2px 0;
  background-color: #f5f5f5 !important;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  border: 2px solid transparent;
  position: relative;
}
.client1 .cTop .Cont .caLogoSlide .bd li .ca-logo .li.on {
  border: 2px solid #fe5e10;
}
.client1 .cTop .Cont .caLogoSlide .bd li .ca-logo .li .img {
  width: 240px;
  height: 78px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 30;
}
.client1 .cTop .Cont .caLogoSlide .bd li .ca-logo .li:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.client1 .cTop .Cont .caLogoSlide .bd li .ca-logo .li:hover:before {
  height: 100%;
}
.client1 .cTop .searchBox {
  margin-bottom: 40px;
}
.client1 .cTop .searchBox .drop-down {
  float: left;
  margin-right: 20px;
  position: relative;
}
.client1 .cTop .searchBox .drop-down .drop-txt {
  width: 386px;
  height: 60px;
  border: 2px solid #cecece;
  padding-right: 100px;
  padding-left: 24px;
  position: relative;
  line-height: 56px;
  color: #cbcbcb;
}
.client1 .cTop .searchBox .drop-down .drop-txt:before {
  content: '';
  width: 77px;
  height: 100%;
  background: #cecece url(../images/about/about6-drop-txt-ic.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
}
.client1 .cTop .searchBox .drop-down ul {
  display: none;
  max-height: 246px;
  overflow: auto;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  z-index: 400;
}
.client1 .cTop .searchBox .drop-down ul::-webkit-scrollbar {
  width: 6px;
  background-color: #ecf7fb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.client1 .cTop .searchBox .drop-down ul::-webkit-scrollbar-thumb {
  background-color: #ccd8e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.client1 .cTop .searchBox .drop-down ul li {
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  background-color: #ecf7fb;
  border-top: 1px solid #FFF;
  color: #ccc;
  cursor: pointer;
  color: #8d8d8d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.client1 .cTop .searchBox .drop-down ul li:hover,
.client1 .cTop .searchBox .drop-down ul li.on {
  background-color: #fe5e10;
  color: #FFF;
}
.client1 .cTop .searchBox .drop-down.drop2 .drop-txt {
  color: #fe5e10;
}
.client1 .cTop .searchBox .btn {
  float: left;
  width: 80px;
  height: 60px;
  background-color: #cecece;
  color: #fff;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.client1 .cTop .searchBox .btn:hover {
  background-color: #3057b5;
}
.client1 .cTop .cardWrap {
  width: 1260px;
}
.client1 .cTop .cardWrap .card {
  float: left;
  width: 386px;
  height: 240px;
  margin: 0 20px 20px 0;
  position: relative;
}
.client1 .cTop .cardWrap .card .pop-data {
  display: none;
}
.client1 .cTop .cardWrap .card .tit {
  height: 100px;
  padding: 60px 45px 0;
  background: url(../images/client/client1-card-tit-bg.png) no-repeat left bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
.client1 .cTop .cardWrap .card .tit h3 {
  color: #fff;
  font-size: 18px;
  padding-left: 24px;
  margin-left: -24px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.client1 .cTop .cardWrap .card .tit h3:before {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: url(../images/about/about3-tit-ic.png) no-repeat 0 0;
  position: absolute;
  left: 8px;
  top: 8px;
}
.client1 .cTop .cardWrap .card .img {
  overflow: hidden;
  position: relative;
}
.client1 .cTop .cardWrap .card .img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.client1 .cTop .cardWrap .card .img:before {
  content: '';
  position: absolute;
  left: 0;
  top: -15%;
  z-index: 99;
  width: 100%;
  height: 130%;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.client1 .cTop .cardWrap .card:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.client1 .cTop .cardWrap .card:hover .img:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.client1 .cTop .more {
  width: 150px;
  height: 55px;
  background-color: #3057b5;
  margin: 30px auto 0;
  color: #fff;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}
.imgCard-pop .pop-cont {
  width: 900px;
  height: 575px;
  padding: 18px;
  background-color: #FFF;
}
.imgCard-pop .pop-cont .close {
  width: 55px;
  height: 55px;
  background-color: #d8d8d8;
  position: absolute;
  right: 0;
  top: -60px;
  overflow: hidden;
}
.imgCard-pop .pop-cont .close .ic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.imgCard-pop .pop-cont .close:before {
  content: '';
  display: block;
  width: 190%;
  height: 100%;
  background-color: #fe5e10;
  position: absolute;
  top: 0;
  left: -232%;
  -webkit-transform: skewX(-40deg);
  -moz-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.imgCard-pop .pop-cont .close:hover:before {
  left: -43%;
}
.imgCard-pop .pop-cont .slideBox {
  height: 536px;
  position: relative;
}
.imgCard-pop .pop-cont .slideBox .bd li {
  width: 100%;
  height: 536px;
  position: relative;
}
.imgCard-pop .pop-cont .slideBox .bd li .img {
  height: 536px;
  overflow: hidden;
}
.imgCard-pop .pop-cont .slideBox .bd li .img img {
  width: 100%;
}
.imgCard-pop .pop-cont .slideBox .bd li .box {
  background: url(../images/ico103.png) no-repeat center bottom;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.imgCard-pop .pop-cont .slideBox .bd li .box .titCont {
  max-height: 170px;
  overflow: auto;
  position: absolute;
  bottom: 50px;
  left: 30px;
  right: 10px;
  padding-right: 20px;
}
.imgCard-pop .pop-cont .slideBox .bd li .box .titCont::-webkit-scrollbar {
  width: 6px;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.imgCard-pop .pop-cont .slideBox .bd li .box .titCont::-webkit-scrollbar-thumb {
  background-color: #ccd8e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.imgCard-pop .pop-cont .slideBox .bd li .box .titCont h3 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: lighter;
  text-align: inherit;
  margin-bottom: 8px;
}
.imgCard-pop .pop-cont .slideBox .bd li .box .titCont p {
  color: #FFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.imgCard-pop .pop-cont .slideBox .hd {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.imgCard-pop .pop-cont .slideBox .hd li {
  float: left;
  width: 10px;
  height: 10px;
  background: #FFF;
  border-radius: 50%;
  overflow: hidden;
  color: transparent;
  cursor: default;
  margin-left: 6px;
}
.imgCard-pop .pop-cont .slideBox .hd li.on {
  background-color: #fe5e10;
}
.advantage1 .cTop {
  background: #f1f5f7 url(../images/about/about2-ctop-bg.jpg) no-repeat center top;
}
.advantage1 .cTop .Cont {
  overflow: hidden;
  padding: 50px;
  background-color: #fff;
  position: relative;
}
.advantage1 .cTop .Cont .le {
  float: left;
  width: 570px;
}
.advantage1 .cTop .Cont .ri {
  float: right;
  width: 600px;
}
.advantage1 .cTop .Cont .ri h3 {
  color: #48536d;
  font: bold 42px/1 'Rajdhani';
  margin-bottom: 2px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  margin-top: -4px;
}
.advantage1 .cTop .Cont .ri h4 {
  color: #fe5e10;
  font-size: 24px;
  margin-bottom: 20px;
}
.advantage1 .cTop .Cont .ri .list p {
  padding-left: 14px;
  background: url(../images/about/about3-tit-ic.png) no-repeat 0 7px;
  margin-bottom: 10px;
  color: #746969;
}
.advantage1 .cBom {
  height: 880px;
  background: url(../images/advantage/advantage-bom-bg.jpg) no-repeat center top;
}
.advantage1 .cBom .tit {
  padding: 40px 0 30px;
  text-align: center;
}
.advantage1 .cBom .tit .ti {
  display: inline-block;
  margin-bottom: 12px;
}
.advantage1 .cBom .tit h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 8px;
}
.advantage1 .cBom .tit h3 {
  color: #FFF;
  font: bold 14px/1 'Rajdhani';
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.advantage1 .cBom .list {
  width: 1400px;
  padding-left: 84px;
}
.advantage1 .cBom .list .li {
  float: left;
  width: 93px;
  height: 200px;
  margin-right: 140px;
}
.advantage1 .cBom .list .li .ic {
  margin-bottom: 15px;
}
.advantage1 .cBom .list .li h5 {
  width: 250px;
  margin-left: -78px;
  text-align: center;
  color: #424b58;
  font-size: 13px;
}
.news1 .cTop {
  background: #f1f5f7 url(../images/about/about2-ctop-bg.jpg) no-repeat center top;
  padding-bottom: 50px;
}
.news1 .cTop .Cont {
  overflow: hidden;
  padding: 50px;
  background-color: #fff;
  position: relative;
}
.news1 .cTop .Cont .new-tip .le {
  float: left;
  width: 424px;
  margin-right: 50px;
}
.news1 .cTop .Cont .new-tip .ri {
  float: left;
  width: 660px;
}
.news1 .cTop .Cont .new-tip .ri h3 {
  color: #746969;
  font-size: 20px;
  margin-bottom: 18px;
}
.news1 .cTop .Cont .new-tip .ri h2 {
  color: #fe5e10;
  font: bold 24px/1 'Rajdhani';
  margin-bottom: 18px;
}
.news1 .cTop .Cont .new-tip .ri p {
  color: #746969;
}
.news1 .cTop .Cont .new-tip .ri .moreBtn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-right: 40px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  background: url(../images/index/index-cont1-btn-ic.png) no-repeat right top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 35px;
}
.news1 .cTop .Cont .new-tip a:hover .ri .moreBtn {
  background: url(../images/index/index-cont1-btn-ic2.png) no-repeat right top;
}
.news1 .cTop .Cont .new-tip .img {
  overflow: hidden;
  position: relative;
}
.news1 .cTop .Cont .new-tip .img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news1 .cTop .Cont .new-tip .img:before {
  content: '';
  position: absolute;
  left: 0;
  top: -15%;
  z-index: 99;
  width: 100%;
  height: 130%;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news1 .cTop .Cont .new-tip:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news1 .cTop .Cont .new-tip:hover .img:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.news1 .cBom {
  padding-bottom: 100px;
}
.news1 .cBom .news-list .li {
  border-bottom: 2px solid #f5f5f5;
  padding: 40px 0;
  position: relative;
}
.news1 .cBom .news-list .li:after {
  content: "";
  display: block;
  clear: both;
}
.news1 .cBom .news-list .li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 2px solid #fe5e10;
  -webkit-transition: width 0.3s ease-in;
  -moz-transition: width 0.3s ease-in;
  -ms-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.news1 .cBom .news-list .li .dt {
  float: left;
  width: 190px;
}
.news1 .cBom .news-list .li .dt h2 {
  color: #fe5e10;
  font: bold 24px/1 'Rajdhani';
}
.news1 .cBom .news-list .li .dd {
  float: left;
  width: 830px;
}
.news1 .cBom .news-list .li .dd h3 {
  color: #746969;
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news1 .cBom .news-list .li .dd p {
  color: #746969;
}
.news1 .cBom .news-list .li .dd .moreIc {
  width: 30px;
  height: 30px;
  background: url(../images/index/index-cont1-btn-ic.png) no-repeat right top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  top: 40px;
}
.news1 .cBom .news-list .li:hover::before {
  width: 100%;
}
.news1 .cBom .news-list .li:hover .moreIc {
  background: url(../images/index/index-cont1-btn-ic2.png) no-repeat right top;
}
.news1 .cBom .news-list .li:hover .dd h3 {
  color: #fe5e10;
}
.news1 .cBom .more {
  width: 150px;
  height: 55px;
  background-color: #3057b5;
  margin: 30px auto 0;
  color: #fff;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}
.news-data .cTop {
  background: #FFF url(../images/news/news-data-cont-top-bg.jpg) no-repeat center top;
  padding-bottom: 50px;
}
.news-data .cTop .Cont {
  overflow: hidden;
  padding: 50px;
  background-color: #fff;
  position: relative;
}
.news-data .cTop .Cont .le {
  float: left;
  width: 820px;
}
.news-data .cTop .Cont .le .tip .tit {
  overflow: hidden;
  padding-bottom: 18px;
}
.news-data .cTop .Cont .le .tip .tit h3 {
  color: #746969;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 2px solid #e3e3e3;
}
.news-data .cTop .Cont .le .tip .tit h2 {
  float: left;
  width: 140px;
  color: #fe5e10;
  padding-top: 5px;
  font: bold 24px/1 'Rajdhani';
}
.news-data .cTop .Cont .le .tip .tit .share .bshare-custom {
  float: left;
}
.news-data .cTop .Cont .le .tip .tit .share .bshare-custom a {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  margin-right: 14px;
  background-image: url(../images/news/news1-data-share-ic.png);
  background-repeat: no-repeat;
}
.news-data .cTop .Cont .le .tip .tit .share .bshare-custom .bshare-weixin {
  background-position: 0 0;
}
.news-data .cTop .Cont .le .tip .tit .share .bshare-custom .bshare-sinaminiblog {
  background-position: -46px 0;
}
.news-data .cTop .Cont .le .tip .tit .share .bshare-custom .bshare-qzone {
  background-position: -92px 0;
}
.news-data .cTop .Cont .le .tip .tit .share .bshare-custom .bshare-qqim {
  background-position: -138px 0;
}
.news-data .cTop .Cont .le .tip .cont p {
  color: #746969;
  margin-bottom: 20px;
}
.news-data .cTop .Cont .bim {
  margin-top: 30px;
}
.news-data .cTop .Cont .bim .list-rse {
  background-color: #f5f5f5;
  padding: 10px 30px;
}
.news-data .cTop .Cont .bim .list-rse .li {
  overflow: hidden;
  padding: 30px 0;
}
.news-data .cTop .Cont .bim .list-rse .li .sic {
  overflow: hidden;
}
.news-data .cTop .Cont .bim .list-rse .li .sic h3 {
  float: left;
  max-width: 620px;
  color: #746969;
  font-size: 20px;
  line-height: 26px;
}
.news-data .cTop .Cont .bim .list-rse .li .sic a {
  float: left;
  overflow: hidden;
}
.news-data .cTop .Cont .bim .list-rse .li .sic .btn {
  float: left;
  width: 90px;
  height: 26px;
  background-color: #3057b5;
  color: #FFF;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  margin-left: 25px;
}
.news-data .cTop .Cont .bim .list-rse .li.bor {
  border-bottom: 2px solid #e3e3e3;
}
.news-data .cTop .Cont .bim .list-rse .li .txt {
  padding-top: 8px;
  color: #746969;
}
.news-data .cTop .Cont .ri {
  float: right;
  width: 357px;
}
.news-data .cTop .Cont .ri .card .cont {
  padding: 20px ;
  background-color: #f5f8f8;
}
.news-data .cTop .Cont .ri .card .cont h2 {
  color: #746969;
  font: bold 18px/1 'Rajdhani';
  line-height: 1;
  margin-bottom: 8px;
}
.news-data .cTop .Cont .ri .card .cont h3 {
  color: #746969;
  font-size: 18px;
  margin-bottom: 8px;
}
.news-data .cTop .Cont .ri .card .cont p {
  color: #746969;
}
.news-data .cTop .Cont .ri .card .cont .moreBtn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-right: 40px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  background: url(../images/index/index-cont1-btn-ic.png) no-repeat right top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 8px;
}
.news-data .cTop .Cont .ri .card:hover .cont .moreBtn {
  background: url(../images/index/index-cont1-btn-ic2.png) no-repeat right top;
}
.search.news1 .cTop .Cont {
  padding: 80px 50px 65px;
}
.search.news1 .cTop .Cont .srach_or .ic {
  float: left;
  width: 180px;
  height: 120px;
  margin-right: 30px;
  background: #fe5e10 url(../images/search1-top-ic1.png) no-repeat center;
}
.search.news1 .cTop .Cont .srach_or .dd .dwe {
  display: block;
  position: relative;
}
.search.news1 .cTop .Cont .srach_or .dd .dwe h3 {
  color: #746969;
  padding: 20px 0 14px;
}
.search.news1 .cTop .Cont .srach_or .dd .dwe h4 {
  color: #58585e;
  font-size: 18px;
}
.search.news1 .cTop .Cont .srach_or .dd .dwe h4 strong {
  display: inline-block;
  vertical-align: bottom;
  color: #3057b5;
  font-size: 24px;
  position: relative;
  top: -4px;
}
.search.news1 .cTop .Cont .srach_or .dd .dwe h4 em {
  display: inline-block;
  vertical-align: bottom;
  color: #ff5500;
}
.search.news1 .cTop .Cont .srach_or .dd .dwe .close {
  width: 55px;
  height: 55px;
  background-color: #d8d8d8;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.search.news1 .cTop .Cont .srach_or .dd .dwe .close .ics {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.search.news1 .cTop .Cont .srach_or .dd .dwe .close:before {
  content: '';
  display: block;
  width: 190%;
  height: 100%;
  background-color: #fe5e10;
  position: absolute;
  top: 0;
  left: -232%;
  -webkit-transform: skewX(-40deg);
  -moz-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.search.news1 .cTop .Cont .srach_or .dd .dwe .close:hover:before {
  left: -43%;
}
.search.news1 .cTop .Cont .srach_or .dd .dear {
  display: none;
  padding-top: 30px;
}
.search.news1 .cTop .Cont .srach_or .dd .dear input {
  display: inline-block;
  width: 350px;
  height: 50px;
  border: 2px solid #ccc;
  padding: 0 30px;
  margin-right: 10px;
  vertical-align: top;
  box-sizing: border-box;
}
.search.news1 .cTop .Cont .srach_or .dd .dear .btn {
  display: inline-block;
  width: 70px;
  height: 50px;
  background-color: #fe5e10;
  vertical-align: top;
  color: #FFF;
  letter-spacing: 2px;
}
.culture1 .cTop {
  background: #f1f5f7 url(../images/about/about2-ctop-bg.jpg) no-repeat center top;
}
.culture1 .cTop .Cont {
  padding: 50px 50px 75px;
  background-color: #fff;
  position: relative;
}
.culture1 .cTop .Cont .le {
  float: left;
}
.culture1 .cTop .Cont .le img {
  border: 2px solid #f2ecde;
}
.culture1 .cTop .Cont .ri {
  float: right;
  width: 717px;
}
.culture1 .cTop .Cont .ri .cont {
  width: 560px;
}
.culture1 .cTop .Cont .ri .cont h2 {
  color: #48536d;
  font: bold 42px/1 'Rajdhani';
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.culture1 .cTop .Cont .ri .cont h3 {
  color: #fe5e10;
  font-size: 24px;
  margin-bottom: 40px;
}
.culture1 .cTop .Cont .ri .cont h4 {
  color: #746969;
  margin-bottom: 20px;
  position: relative;
}
.culture1 .cTop .Cont .ri .cont h4:before {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: url(../images/about/about3-tit-ic.png) no-repeat 0 0;
  position: absolute;
  left: -20px;
  top: 9px;
}
.culture1 .cTop .Cont .ri .cont h5 {
  color: #48536d;
  font: 400 14px 'Rajdhani';
  opacity: 0.34;
  filter: alpha(opacity=34);
  text-align: justify;
}
.culture1 .cTop .Cont .ri .posBox {
  width: 772px;
  padding: 55px 50px 40px 55px;
  background-color: #3057b5;
  position: absolute;
  bottom: -43px;
  right: 50px;
  z-index: 500;
}
.culture1 .cTop .Cont .ri .posBox p {
  color: #fff;
  position: relative;
}
.culture1 .cTop .Cont .ri .posBox p:before {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: url(../images/about/about7-cont2-ic.png) no-repeat 0 0;
  position: absolute;
  left: -20px;
  top: 7px;
}
.culture1 .cCont1 {
  height: 545px;
  background: url(../images/culture/culture-cont1-bg.jpg) no-repeat center top;
}
.culture1 .cCont1 .card {
  float: left;
  width: 1260px;
  padding-top: 190px;
}
.culture1 .cCont1 .card .li {
  float: left;
  width: 285px;
  height: 285px;
  background-color: #fff;
  padding: 140px 35px;
  margin-right: 20px;
  position: relative;
}
.culture1 .cCont1 .card .li p {
  color: #746969;
}
.culture1 .cCont1 .card .li .img {
  width: 160px;
  height: 160px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
.culture1 .cCont2 {
  height: 560px;
}
.culture1 .cCont2 h2 {
  color: #48536d;
  opacity: 0.3;
  filter: alpha(opacity=30);
  font: bold 42px/1 'Rajdhani';
  text-align: center;
  padding: 45px 0 4px;
}
.culture1 .cCont2 h3 {
  color: #fe5e10;
  font-size: 24px;
  text-align: center;
  padding-bottom: 30px;
}
.culture1 .cCont2 .list-wes {
  width: 1260px;
}
.culture1 .cCont2 .list-wes .li {
  float: left;
  width: 590px;
  height: 160px;
  padding: 54px 0 0 200px;
  background-color: #f5f5f5;
  margin: 0 20px 20px 0;
  cursor: default;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.culture1 .cCont2 .list-wes .li h4 {
  color: #746969;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.culture1 .cCont2 .list-wes .li h5 {
  color: #48536d;
  font: 400 24px/1 'Rajdhani';
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.culture1 .cCont2 .list-wes .li.i1 {
  background: #f5f5f5 url(../images/culture/culture-cont2-ic1.png) no-repeat 110px center;
}
.culture1 .cCont2 .list-wes .li.i2 {
  background: #f5f5f5 url(../images/culture/culture-cont2-ic2.png) no-repeat 114px center;
}
.culture1 .cCont2 .list-wes .li.i3 {
  background: #f5f5f5 url(../images/culture/culture-cont2-ic3.png) no-repeat 110px center;
}
.culture1 .cCont2 .list-wes .li.i4 {
  background: #f5f5f5 url(../images/culture/culture-cont2-ic4.png) no-repeat 110px center;
}
.culture1 .cCont2 .list-wes .li.i1:hover {
  background: #fe5e10 url(../images/culture/culture-cont2-ic1-h.png) no-repeat 110px center;
}
.culture1 .cCont2 .list-wes .li.i2:hover {
  background: #fe5e10 url(../images/culture/culture-cont2-ic2-h.png) no-repeat 114px center;
}
.culture1 .cCont2 .list-wes .li.i3:hover {
  background: #fe5e10 url(../images/culture/culture-cont2-ic3-h.png) no-repeat 110px center;
}
.culture1 .cCont2 .list-wes .li.i4:hover {
  background: #fe5e10 url(../images/culture/culture-cont2-ic4-h.png) no-repeat 110px center;
}
.culture1 .cCont2 .list-wes .li:hover h4 {
  color: #fff;
}
.culture1 .cCont2 .list-wes .li:hover h5 {
  color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.culture1 .cCont3 {
  height: 610px;
  background-color: #d8d8d8;
}
.culture1 .cCont3 .le {
  float: left;
  width: 1020px;
  height: 610px;
  background-color: #3057b5;
  margin-left: -420px;
  padding-left: 420px;
  padding-top: 55px;
}
.culture1 .cCont3 .le h2 {
  color: #fff;
  font: bold 42px/1 'Rajdhani';
  opacity: 0.3;
  filter: alpha(opacity=30);
  line-height: 1;
  margin-bottom: 6px;
}
.culture1 .cCont3 .le h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 24px;
}
.culture1 .cCont3 .ri {
  float: right;
  width: 560px;
  padding-top: 55px;
}
.culture1 .cCont3 .ri h2 {
  color: #48536d;
  font: bold 42px/1 'Rajdhani';
  opacity: 0.3;
  filter: alpha(opacity=30);
  line-height: 1;
  margin-bottom: 6px;
}
.culture1 .cCont3 .ri h3 {
  color: #fe5e10;
  font-size: 24px;
  margin-bottom: 60px;
  line-height: 1;
}
.culture1 .cCont3 .ri h4 {
  color: #746969;
  margin-bottom: 10px;
  font-size: 20px;
  position: relative;
}
.culture1 .cCont3 .ri h4:before {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: url(../images/about/about3-tit-ic.png) no-repeat 0 0;
  position: absolute;
  left: -20px;
  top: 7px;
}
.culture1 .cCont3 .ri h5 {
  color: #48536d;
  font: 400 14px 'Rajdhani';
  opacity: 0.34;
  filter: alpha(opacity=34);
  text-align: justify;
  margin-bottom: 20px;
}
.culture1 .cCont3 .ri img {
  width: 100%;
}
.culture1 .cCont4 {
  height: 500px;
  background: url(../images/culture/culture1-cont4-bg.jpg);
}
.culture1 .cCont4 h2 {
  color: #48536d;
  font: bold 42px/1 'Rajdhani';
  padding: 70px 0 4px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  text-align: center;
}
.culture1 .cCont4 h3 {
  color: #fe5e10;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 45px;
  text-align: center;
}
.culture1 .cCont4 .card {
  width: 1260px;
}
.culture1 .cCont4 .card .li {
  float: left;
  width: 386px;
  height: 210px;
  padding: 30px;
  margin-right: 20px;
  position: relative;
}
.culture1 .cCont4 .card .li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.45;
  filter: alpha(opacity=45);
  position: absolute;
  left: 0;
  top: 0;
}
.culture1 .cCont4 .card .li .cont {
  position: relative;
  z-index: 20;
}
.culture1 .cCont4 .card .li .cont em {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: auto;
  background: url(../images/culture/culture-cont2-cont4-ic.png) no-repeat 0 0;
  margin-bottom: 14px;
  color: #535353;
  font: bold 24px/100px 'Rajdhani';
}
.culture1 .cCont4 .card .li .cont h4 {
  color: #746969;
  font-size: 14px;
  text-align: center;
}
.culture1 .cCont5 {
  padding: 40px 0 50px;
  background-color: #fff;
}
.culture1 .cCont5 .cBox {
  height: 290px;
  background-color: #f0f0f0;
  padding-top: 60px;
}
.culture1 .cCont5 .cBox h2 {
  color: #48536d;
  font: bold 42px/1 'Rajdhani';
  padding: 0 0 4px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  text-align: center;
}
.culture1 .cCont5 .cBox h3 {
  color: #fe5e10;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.culture1 .cCont5 .cBox .btn {
  width: 150px;
  height: 55px;
  background-color: #3057b5;
  margin: 30px auto 0;
  color: #fff;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}
.join1 .cTop {
  background: #fff url(../images/join/join-top-bg.jpg) no-repeat center top;
}
.join1 .cTop .Cont {
  overflow: hidden;
  padding: 50px;
  background-color: #fff;
  position: relative;
}
.join1 .cTop .Cont .card {
  width: 1260px;
  overflow: hidden;
}
.join1 .cTop .Cont .card .li {
  float: left;
  width: 385px;
  height: 520px;
  margin-right: 20px;
  background-color: #f5f5f5;
}
.join1 .cTop .Cont .card .li .img {
  height: 220px;
  overflow: hidden;
}
.join1 .cTop .Cont .card .li .cont {
  padding: 30px;
}
.join1 .cTop .Cont .card .li .cont h4 {
  color: #746969;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.join1 .cTop .Cont .card .li .cont p {
  color: #746969;
}
.join1 .cCont1 {
  height: 510px;
  background-color: #3057b5;
}
.join1 .cCont1 .le {
  float: left;
  width: 646px;
  padding-top: 80px;
}
.join1 .cCont1 .le h2 {
  color: #fff;
  font: bold 42px/28px 'Rajdhani';
  opacity: 0.3;
  filter: alpha(opacity=30);
  padding-bottom: 10px;
}
.join1 .cCont1 .le h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 14px;
}
.join1 .cCont1 .le .txt {
  height: 130px;
}
.join1 .cCont1 .le .txt p {
  color: #fff;
}
.join1 .cCont1 .le .list ul li {
  float: left;
  width: 175px;
  color: #fff;
  margin-bottom: 16px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: default;
}
.join1 .cCont1 .le .list ul li em {
  display: block;
  padding-left: 15px;
  background: url(../images/join/join-cont2-list-ic.png) no-repeat 0 6px;
}
.join1 .cCont1 .ri {
  float: right;
  width: 500px;
  padding-top: 80px;
}
.join1 .cCont1 .ri img {
  width: 500px;
}
.join1 .cCont2 .auto {
  padding: 90px 0 170px;
}
.join1 .cCont2 .le {
  float: left;
  width: 516px;
}
.join1 .cCont2 .ri {
  float: right;
  width: 620px;
  padding-right: 84px;
}
.join1 .cCont2 .ri h2 {
  color: #48536d;
  font: bold 42px/28px 'Rajdhani';
  opacity: 0.3;
  filter: alpha(opacity=30);
  padding-bottom: 10px;
}
.join1 .cCont2 .ri h3 {
  color: #fe5e10;
  font-size: 24px;
  margin-bottom: 14px;
}
.join1 .cCont2 .ri p {
  color: #746969;
}
.join1 .cCont2 .posBox {
  width: 746px;
  height: 380px;
  padding: 45px 54px 0 124px;
  background-color: #f8f8f8;
  position: absolute;
  right: 0;
  bottom: 50px;
}
.join1 .cCont2 .posBox p {
  color: #746969;
  padding-left: 20px;
  margin-left: -20px;
  background: url(../images/about/about3-tit-ic.png) no-repeat 0 6px;
}
.join1 .cCont3 {
  padding: 60px 0;
}
.join1 .cCont3 h2 {
  color: #48536d;
  font: bold 42px/28px 'Rajdhani';
  opacity: 0.3;
  filter: alpha(opacity=30);
  padding-bottom: 10px;
  text-align: center;
}
.join1 .cCont3 h3 {
  color: #fe5e10;
  font-size: 24px;
  margin-bottom: 14px;
  text-align: center;
}
.join1 .cCont3 .ovs-dt {
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
}
.join1 .cCont3 .ovs-dt ul {
  display: inline-block;
  height: 50px;
  border-bottom: 4px solid #e7e7e7;
}
.join1 .cCont3 .ovs-dt li {
  float: left;
  padding: 0 14px;
  height: 50px;
  line-height: 50px;
  color: #9d9696;
  cursor: pointer;
  font-size: 18px;
}
.join1 .cCont3 .ovs-dt li.on {
  color: #746969;
  border-bottom: 4px solid #fe5e10;
}
.join1 .cCont3 .ovs-dd > div {
  display: none;
  height: 400px;
  background-color: #f5f5f5;
}
.join1 .cCont3 .ovs-dd > div:after {
  content: '';
  display: block;
  clear: both;
}
.join1 .cCont3 .ovs-dd .le {
  float: left;
  width: 500px;
  padding: 110px 0 0 80px;
}
.join1 .cCont3 .ovs-dd .le h4 {
  color: #746969;
  font-size: 20px;
  margin-bottom: 24px;
}
.join1 .cCont3 .ovs-dd .le p {
  color: #746969;
}
.join1 .cCont3 .ovs-dd .le .txt {
  height: 172px;
  overflow: auto;
  padding-right: 20px;
}
.join1 .cCont3 .ovs-dd .ri {
  float: right;
  width: 600px;
  height: 400px;
  overflow: hidden;
}
.join1 .cCont4 {
  height: 260px;
  background: url(../images/join/join1-cont4-bg.jpg) no-repeat center top;
}
.join1 .cCont4 h2 {
  color: #48536d;
  opacity: 0.3;
  filter: alpha(opacity=30);
  font: bold 42px/1 'Rajdhani';
  padding-top: 95px;
}
.join1 .cCont4 h3 {
  color: #fe5e10;
  font-size: 24px;
  line-height: 1;
}
.join1 .cCont4 .btn {
  float: right;
  width: 150px;
  height: 55px;
  background-color: #3057b5;
  margin-top: 102px;
  color: #fff;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}
.join2 .cTop {
  background: #fff url(../images/join/join2-top-bg.jpg) no-repeat center top;
}
.join2 .cTop .Cont {
  overflow: hidden;
  padding: 50px 50px 100px;
  background-color: #fff;
  position: relative;
}
.join2 .cTop .Cont .join-list {
  width: 1260px;
}
.join2 .cTop .Cont .join-list .li {
  float: left;
  width: 590px;
  height: 140px;
  background-color: #f5f5f5;
  padding: 40px 100px 40px 40px;
  box-sizing: border-box;
  margin: 0 20px 20px 0;
  position: relative;
}
.join2 .cTop .Cont .join-list .li h3 {
  color: #fe5e10;
  font-size: 20px;
  margin-bottom: 10px;
}
.join2 .cTop .Cont .join-list .li ul li {
  display: inline-block;
  margin-right: 20px;
  color: #746969;
  font-size: 14px;
}
.join2 .cTop .Cont .join-list .li:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/index/index-cont1-btn-ic.png) no-repeat 0 0;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join2 .cTop .Cont .join-list .li:hover:before {
  background: url(../images/index/index-cont1-btn-ic2.png) no-repeat 0 0;
}
.join2 .cTop .Cont .more {
  width: 150px;
  height: 55px;
  background-color: #3057b5;
  margin: 30px auto 0;
  color: #fff;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}
.recruit-pop .pop-cont {
  width: 1020px;
  height: 550px;
  padding: 50px 110px 40px 60px;
  background-color: #FFF;
}
.recruit-pop .pop-cont .close {
  width: 55px;
  height: 55px;
  background-color: #d8d8d8;
  position: absolute;
  right: 0;
  top: -60px;
  overflow: hidden;
}
.recruit-pop .pop-cont .close .ic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.recruit-pop .pop-cont .close:before {
  content: '';
  display: block;
  width: 190%;
  height: 100%;
  background-color: #fe5e10;
  position: absolute;
  top: 0;
  left: -232%;
  -webkit-transform: skewX(-40deg);
  -moz-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.recruit-pop .pop-cont .close:hover:before {
  left: -43%;
}
.recruit-pop .pop-cont .tit {
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
  position: relative;
}
.recruit-pop .pop-cont .tit:before {
  content: "";
  display: block;
  width: 114px;
  height: 0;
  border-bottom: 2px solid #fe5e10;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.recruit-pop .pop-cont .tit h2 {
  color: #3057b5;
  font-size: 24px;
  margin-bottom: 10px;
}
.recruit-pop .pop-cont .tit .lit em {
  display: inline-block;
}
.recruit-pop .pop-cont .tit .lit p {
  display: inline-block;
  line-height: 1;
}
.recruit-pop .pop-cont .Cont {
  width: 920px;
  height: 400px;
  padding-right: 60px;
  overflow: auto;
}
.recruit-pop .pop-cont .Cont::-webkit-scrollbar {
  width: 6px;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.recruit-pop .pop-cont .Cont::-webkit-scrollbar-thumb {
  background-color: #ccd8e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.recruit-pop .pop-cont .Cont .le {
  float: left;
  width: 570px;
}
.recruit-pop .pop-cont .Cont .le h3 {
  color: #746969;
  font-size: 18px;
  margin-top: 22px;
}
.recruit-pop .pop-cont .Cont .le p {
  color: #746969;
  font-size: 12px;
  line-height: 24px;
}
.recruit-pop .pop-cont .Cont .ri {
  float: right;
  width: 230px;
  padding-top: 143px;
}
.recruit-pop .pop-cont .Cont .ri .poTn .ic {
  float: left;
  margin-right: 12px;
}
.recruit-pop .pop-cont .Cont .ri .poTn h4 {
  color: #48536d;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  top: -1px;
}
.recruit-pop .pop-cont .Cont .ri .poTn .call {
  overflow: hidden;
  margin-bottom: 20px;
}
.recruit-pop .pop-cont .Cont .ri .poTn .call h5 {
  color: #fe5e10;
  font: 700 24px/1 'Rajdhani';
}
.recruit-pop .pop-cont .Cont .ri .poTn .email {
  overflow: hidden;
}
.recruit-pop .pop-cont .Cont .ri .poTn .email h5 {
  color: #48536d;
  font: 400 16px/1 'Rajdhani';
}
.recruit-pop .pop-cont .Cont .ri .btn {
  display: block;
  width: 150px;
  height: 55px;
  background-color: #fe5e10;
  margin: 54px 0 0 72px;
  text-align: center;
}
.recruit-pop .pop-cont .Cont .ri .btn .ic {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.recruit-pop .pop-cont .Cont .ri .btn em {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 55px;
}
.contact1 .cTop {
  background: #fff url(../images/join/join2-top-bg.jpg) no-repeat center top;
}
.contact1 .cTop .Cont {
  overflow: hidden;
  padding: 50px ;
  background-color: #fff;
  position: relative;
}
.contact1 .cTop .Cont .le {
  float: left;
  width: 540px;
  margin-right: 20px;
}
.contact1 .cTop .Cont .le h2 {
  color: #746969;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.contact1 .cTop .Cont .le .list .li {
  margin-top: 20px;
  padding-right: 20px;
  color: #746969;
}
.contact1 .cTop .Cont .le .list .li.fl {
  display: inline-block;
}
.contact1 .cTop .Cont .le .list .li .ic {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact1 .cTop .Cont .le .list .li p {
  display: inline-block;
}
.contact1 .cTop .Cont .le .list .li em {
  font-family: 'Rajdhani';
  font-weight: bold;
  font-size: 20px;
}
.contact1 .cTop .Cont .ri {
  float: left;
  width: 230px;
  padding-top: 80px;
}
.contact1 .cTop .Cont .ri .ew {
  float: left;
  margin-right: 17px;
}
.contact1 .cTop .Cont .ri h4 {
  float: left;
  color: #746969;
  font-size: 14px;
}
.contact1 .cTop .Cont .pos {
  position: absolute;
  right: 115px;
  bottom: 0;
}
.contact1 #Bai_Map {
  height: 450px;
}
.contact1 #Bai_Map img {
  display: inline-block;
  max-width: none;
}
.contact1 #Bai_Map div {
  box-sizing: content-box;
}
.contact1 #Bai_Map a {
  display: inline-block;
  vertical-align: middle;
}
@font-face {
  font-family: 'Rajdhani';
  src: url('../font/Rajdhani Regular');
  src: url('../font/Rajdhani Regular.otf') format('otf'), url('../font/Rajdhani Regular.eot?#iefix') format('embedded-opentype'), url('../font/Rajdhani Regular.woff') format('woff'), url('../font/Rajdhani Regular.woff2') format('woff2'), url('../font/Rajdhani Regular.ttf') format('truetype'), url('../font/Rajdhani Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-Regular');
  src: url('../font/Rubik-Regular.otf') format('otf'), url('../font/Rubik-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Rubik-Regular.woff') format('woff'), url('../font/Rubik-Regular.woff2') format('woff2'), url('../font/Rubik-Regular.ttf') format('truetype'), url('../font/Rubik-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.all_transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  -moz-animation-name: fadeInUp50;
  -ms-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  -moz-animation-name: fadeInLeft50;
  -ms-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}
@-webkit-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  -moz-animation-name: fadeInRight50;
  -ms-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}
@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.newsWs-animated .img {
  overflow: hidden;
  position: relative;
}
.newsWs-animated .img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsWs-animated .img:before {
  content: '';
  position: absolute;
  left: 0;
  top: -15%;
  z-index: 99;
  width: 100%;
  height: 130%;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsWs-animated:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.newsWs-animated:hover .img:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ovrClose {
  width: 55px;
  height: 55px;
  background-color: #d8d8d8;
  position: absolute;
  right: 0;
  top: -60px;
  overflow: hidden;
}
.ovrClose .ic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.ovrClose:before {
  content: '';
  display: block;
  width: 190%;
  height: 100%;
  background-color: #fe5e10;
  position: absolute;
  top: 0;
  left: -232%;
  -webkit-transform: skewX(-40deg);
  -moz-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.ovrClose:hover:before {
  left: -43%;
}
.pop-webkit-scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pop-webkit-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ccd8e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body::-webkit-scrollbar {
  width: 6px;
  background-color: #FFF;
}
body::-webkit-scrollbar-thumb {
  background-color: #fe5e10;
}
.drop-down-ul ul {
  display: none;
  max-height: 246px;
  overflow: auto;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  z-index: 400;
}
.drop-down-ul ul::-webkit-scrollbar {
  width: 6px;
  background-color: #ecf7fb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.drop-down-ul ul::-webkit-scrollbar-thumb {
  background-color: #ccd8e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.drop-down-ul ul li {
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  background-color: #ecf7fb;
  border-top: 1px solid #FFF;
  color: #ccc;
  cursor: pointer;
  color: #8d8d8d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drop-down-ul ul li:hover,
.drop-down-ul ul li.on {
  background-color: #fe5e10;
  color: #FFF;
}
#scrollTop {
  display: none;
  width: 60px;
  height: 60px;
  background: #fe5e10 url(../images/scroll_top.png) no-repeat center;
  position: fixed;
  right: 30px;
  bottom: 114px;
  z-index: 9999;
  cursor: pointer;
}
