@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

html {
  font-family: "Microsoft YaHei";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  color: #474747;
  margin: 0 auto;
  font-size: 12px;
  line-height: 24px;
  background: #ffffff; }

ol, ul, li {
  list-style: none; }

img {
  border: none;
  vertical-align: top; }

a {
  color: #323233;
  text-decoration: none;
  outline: none; }

a:hover {
  color: #323233; }

button, input, select, textarea {
  font-size: 100%;
  font-family: tahoma;
  margin: 0;
  outline: 0 none;
  vertical-align: baseline;
  *vertical-align: middle;
  border: none; }

/*去除ipad，iphone按钮的默认样式*/
input {
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
  /*去除input默认样式*/ }

input:focus, textarea:focus {
  outline: none; }

input:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
  /*去除高光样式*/ }

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.none {
  display: none; }

em, i {
  font-style: normal; }

b {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.w_1230 {
  width: 96%;
  margin: 0 auto;
  max-width: 1230px; }

.elli, .js_news li .txt span, .news_right dl dt, .news_right ul li em, .sec2_mt dl dd h4, .sec2_mt ul li em {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.trans, .com_title .more, .news_right dl dt, .news_right .cont ul li a, .news_right ul li em, .sec2_mt dl dt em, .sec2_mt dl dd h3, .sec2_mt ul li a, .sec2_mt ul li em, .sec2_zt dl dt, .footer_logo img, .footer_bot a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.imgem, .js_news li .img em, .sec2_mt dl dt em, .sec2_zt dl dt em {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.header {position: relative; z-index: 9;
  width: 100%;
  height: 98px;background:#fff;
 }

  .header .logo {
    float: left;
    height: 98px;
    line-height: 98px;
    overflow: hidden; }
    .header .logo img {
      vertical-align: middle; }




  .header .header_right {
    float: right; }
  .header .search_btn {
    float: left;
    display: block;
    margin-top: 34px;
    margin-left: 10px;
    line-height: 30px;
    height: 30px;
    width: 30px;
       background: url(../images/search_icon.png) no-repeat center;

     }
.header .search_btn:hover{   background: url(../images/search_iconh.png) no-repeat center;}
.header .search_btn{ background: url(../images/search_icon2.png) no-repeat center top; }
.header .search_btn:hover{opacity: 0.8;}

  .header .oa {
    float: left;
    display: block;
    margin-top: 34px;margin-left: 25px;
    padding-left: 26px;position: relative;
    line-height: 30px;
    height: 30px;

   

    font-size: 14px;color: #333;
   
    -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
.header .oa:after{position: absolute; left: 0;top: 50%;width: 1px;height: 15px; content: ""; margin-top: -7.5px;  background: #333;}


.header .oa:hover {

      color: #00a6e4; }


.nav {
  float: left;
  margin-right: 30px;
  }
  .nav ul li {
    float: left;
    position: relative; }
  .nav ul li > a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 34px 18px;
    font-size: 16px;
    color: #333;
    -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
.nav ul li:hover > a{  color: #00a6e4; }
.nav ul li.on > a{color: #00a6e4;}



.nav ul li dl {
  position: absolute;
  left: 50%;
  margin-left: -69px;
  top: 98px;
  width: 138px;
  border-top: 1px solid #166ca3;
  background: #166ca3; }

.nav ul li dl dd {
  position: relative;
  overflow: hidden; }

.nav ul li dl dd a {
  position: relative;
  z-index: 1000;
  display: block;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.nav ul li dl dd a:hover {
  font-size: 15px;
  font-weight: bold;
  color: #166ca3; }

.nav ul li dl dd:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #f0efef;
  transform: translateX(-138px);
  -webkit-transform: translateX(-138px);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.nav ul li dl dd:hover:before {
  transform: translateX(0);
  -webkit-transform: translateX(0); }

.nav ul li dl dd:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: #166ca3;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.nav ul li dl dd:hover:after {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1); }

.nav ul li dl {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.nav ul li:hover dl {
  visibility: visible;
  opacity: 1; }

.nav ul li dl dd {
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  position: relative; }

.nav ul li dl dd a {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.nav ul li:hover dl dd {
  height: 40px;
  position: relative; }

.nav ul li:hover dl dd a {
  opacity: 1; }




/*banner*/
.banner {
  overflow: hidden; }

.banner .bannerbox li img {
  opacity: 0;
  filter: alpha(opacity=0); }

.banner .bannerbox li em {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block; }

.banner li {
  position: relative; }

.banner li .img {
  position: relative;
  padding-bottom: 540px;
  height: 0; }

.banner li .img em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-size: cover; }

.banner .swiper-button-prev, .banner .swiper-button-next {
  display: none; }

.banner .swiper-pagination {
  position: absolute;
  left: 0px;
  bottom:20px;
  width: 100%; }

.banner .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
  opacity: 1;
  background: none;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  overflow: hidden; }

.banner .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  left: 0;
  width: 100%;
  background: #166ca3;
  top: 0;
  height: 100%;
  content: "";
  border-radius: 50%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/*.banner .swiper-slide-active .img em {
  -webkit-animation: scaleUpDown 1.2s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scaleUpDown 1.2s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94); }
*/
@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.index_news{position: relative;overflow: hidden;background: #fff;max-width: 1230px;width: 90%;-webkit-box-shadow: 0 5px 16px #dedede;box-shadow: 0 5px 16px #dedede;margin:30px auto 0;z-index: 99;}
.index_news h5{float: left;background: #166ca3;color: #fff;text-align: center;font-weight: bold;font-size: 18px;line-height: 75px;width: 10%;}
.index_news_swiper {margin-top: 22.5px;position: relative;overflow: hidden;width: 90%;float: right;}
.index_news_swiper .swiper-slide a{display: block;width: 36.1%;float: left;margin-left: 4%;margin-right: 1%;}
.index_news_swiper .swiper-slide a span{float: left;line-height: 30px;display: block;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;width: 75%;font-size: 14px;color: #444;    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;}
.index_news_swiper .swiper-slide a i{line-height: 30px;float: right;display: inline-block;font-size: 14px;color: #888;}
.index_news_swipernext,.index_news_swiperprev{display: inline-block;width: 9px;height: 15px;background-image: url(../images/ay-ico1.png);margin: 0 8px;cursor: pointer;    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;}
.index_news_swipernext{background-position: -79px -7px;}
.index_news_swipernext:hover{background-position: -58px -7px;}
.index_news_swiperprev{background-position: -11px -7px;}
.index_news_swiperprev:hover{background-position: -33px -7px;}

.index_news_btn{z-index: 9;position: absolute;right: 26px;top: 7.5px;height: 14px;}
.index_news_swiper .swiper-slide a:hover span{color: #166ca3;-webkit-transform: translateX(3px);transform: translateX(3px);}

.index_cont {
  padding: 48px 0 60px; }

.sec_news {
  padding-bottom: 32px; }

.news_left {
  float: left;
  width: 48.78%;
  overflow: hidden; }

.js_news .swiper-container {
  overflow: hidden; }
.js_news li {
  position: relative; }
  .js_news li a {
    display: block;
    position: relative; }
    .js_news li a:hover .img em {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .js_news li .img {
    position: relative;
    width: 100%;
    padding-bottom: 350px;
    overflow: hidden; }
  .js_news li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 0, 0, 0.7); }
    .js_news li .txt span {
      display: block;
      padding: 0 20px; }

.js_news .swiper-button-next, .js_news .swiper-button-prev {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -29px;
  background: url(../images/newsimg_arrow.png) no-repeat right center;
  width: 37px;
  height: 58px;
  overflow: hidden;
  -webkit-transform: translateX(37px);
  transform: translateX(37px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.js_news .swiper-button-prev {
  background: url(../images/newsimg_arrow.png) no-repeat left center;
  right: auto;
  left: 0;
  -webkit-transform: translateX(-37px);
  transform: translateX(-37px); }

.js_news:hover .swiper-button-prev,
.js_news:hover .swiper-button-next {
  -webkit-transform: translateX(0px);
          transform: translateX(0px); }

.com_title {
  border-bottom: 1px solid #dedddd;
  line-height: 26px;
  margin-bottom: 30px;
  position: relative; }
  .com_title .name {
    display: inline-block;
    font-size: 24px;
    color: #333333;
    line-height: 26px;
    line-height: 26px;
    padding-bottom: 19px;
    position: relative; }
    .com_title .name:after {
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 50px;
      height: 3px;
      content: "";
      background: #166ca3; }
  .com_title .more {
    float: right;
    font-size: 14px;
    color: #333333; }
    .com_title .more:hover {
      color: #166ca3; }

.news_right {
  float: right;
  width: 48.78%;
  height: 350px; }
  .news_right dl {
    border-bottom: 1px solid #dedddd;
    margin-bottom: 18px;
    padding-bottom: 21px; }
    .news_right dl a:hover dt {
      -webkit-transform: translateX(6px);
              transform: translateX(6px);
      color: #166ca3; }
    .news_right dl dt {
      line-height: 30px;
      height: 30px;
      margin-bottom: 11px;
      font-size: 20px;
      font-weight: bold;
      color: #333333; }
    .news_right dl dd {
      line-height: 25px;
      height: 50px;
      overflow: hidden;
      font-size: 14px;
      color: #666666; }
  .news_right .cont ul li a {
    display: block;
    line-height: 36px;
    height: 36px;
    overflow: hidden; }
    .news_right .cont ul li a:hover {
      -webkit-transform: translateX(6px);
              transform: translateX(6px); }
    .news_right .cont ul li a:hover em {
      color: #166ca3; }
  .news_right ul li em {
    float: left;
    width: 70%;
    font-size: 14px;
    color: #333333; }
  .news_right ul li span {
    float: left;
    width: 30%;
    text-align: right;
    font-size: 14px;
    color: #888888; }

.sec2_cy {
  float: left;
  width: 39.51%; }

.list_cy li {
  float: left;
  width: 48.97%;
  margin-right: 2.06%;
  margin-bottom: 10px; }
  .list_cy li a {
    display: block;
    width: 100%;

    background: #e5e4e3;
    text-align: center;
    position: relative;
    overflow: hidden; }

 .list_cy li a .img{ padding-bottom: 120px;position: relative; overflow: hidden; height: 0; width: 100%; }
 .list_cy li a .img em{     -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
   .list_cy li a .img:after{position: absolute; left: 0; right: 0; top: 0;bottom: 0; background: url(../images/cy_imgbg.png) repeat-x center bottom;     background-size: auto 100%; content: ""; }
  .list_cy li a:hover .img em{ -webkit-transform:scale(1.05); transform:scale(1.05); }
  .list_cy li a:hover .txt{-webkit-transform:translateY(-5px); transform:translateY(-5px); }
 .list_cy li a .txt{position: absolute; left: 0;bottom: 0;width: 100%; line-height: 24px; text-align: center; -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;  }
 .list_cy li a .txt span{ display: block;  padding: 9px 10px; font-size: 16px;color: #fff; }

.list_cy li:nth-child(2n) {
  margin-right: 0; }

.list_cy li a:hover span {
  color: #fff; }

.list_cy li a:hover .icon .img2 {
  opacity: 1;
  visibility: visible; }

.list_cy li a:before {
  width: 100%;
  content: "";
  padding-top: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: -13% auto auto;
  background: #166ca3;
  background-repeat: repeat;
  background-position: left top;
  background-size: 2px 2px;
  -webkit-transition: -webkit-transform 0s ease .35s,opacity .35s ease-in-out 0s;
  -webkit-transition: opacity .35s ease-in-out 0s,-webkit-transform 0s ease .35s;
  transition: opacity .35s ease-in-out 0s,-webkit-transform 0s ease .35s;
  transition: transform 0s ease .35s,opacity .35s ease-in-out 0s;
  transition: transform 0s ease .35s,opacity .35s ease-in-out 0s,-webkit-transform 0s ease .35s;
  border-radius: 50%;
  transform: scale(0.05);
  -webkit-transform: scale(0.05);
  opacity: 0; }

.list_cy li a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

.sec2_mt {
  float: left;
  width: 31.71%;
  margin-left: 2.68%; }
  .sec2_mt dl {
    padding-bottom: 23px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e0e1e2; }
    .sec2_mt dl a {
      display: block; }
      .sec2_mt dl a:hover dt em {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
      .sec2_mt dl a:hover dd h3 {
        color: #166ca3; }
    .sec2_mt dl dt {
      float: left;
      width: 125px;
      height: 0;
      padding-bottom: 94px;
      margin-right: 23px;
      position: relative;
      overflow: hidden; }
    .sec2_mt dl dd h3 {
      margin-bottom: 7px;
      line-height: 24px;
      max-height: 48px;
      overflow: hidden;
      font-size: 16px;
      color: #333333; }
    .sec2_mt dl dd h4 {
      font-size: 14px;
      color: #666666;
      height: 24px;
      line-height: 24px; }
  .sec2_mt ul li a {
    display: block;
    line-height: 36px;
    height: 36px;
    overflow: hidden; }
    .sec2_mt ul li a:hover {
      -webkit-transform: translateX(6px);
              transform: translateX(6px); }
    .sec2_mt ul li a:hover em {
      color: #166ca3; }
  .sec2_mt ul li em {
    float: left;
    width: 70%;
    font-size: 14px;
    color: #333333; }
  .sec2_mt ul li span {
    float: left;
    width: 30%;
    text-align: right;
    font-size: 14px;
    color: #888888; }

.sec2_zt {
  float: right;
  width: 23.74%; }
  .sec2_zt dl {
    margin-bottom: 10px; }
    .sec2_zt dl a:hover dt {
      -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1); }
    .sec2_zt dl a:hover dt em {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .sec2_zt dl dt {
      padding-bottom: 250px;
      height: 0;
      position: relative;
      width: 100%;
      overflow: hidden; }

.js_zt {
  position: relative; }

.sec2_zt .btn {
  position: absolute;
  right: 0;
  top: -72px;
  z-index: 2; }

.sec2_zt .prev, .sec2_zt .next {
  display: block;
  float: left;
  margin-left: 9px;
  border: 1px solid #d4d4d4;
  width: 38px;
  height: 22px;
  background: url(../images/news_arrow.png) no-repeat left top;
  cursor: pointer;
  -webkit-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s; }

.sec2_zt .next {
  background-position: right top; }
  .sec2_zt .next:hover {
    background-position: right bottom; }

.sec2_zt .prev:hover {
  background-position: left bottom; }

.sec2_zt .prev:hover, .sec2_zt .next:hover {
  border-color: #166ca3; }

.footer_top {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  background: #166ca3; }

.footer_logo {
  float: left;
  margin-top: 4px;
  width: 33.33%; }
  .footer_logo a {
    display: block; }
    .footer_logo a:hover img {
      opacity: 0.8; }
  .footer_logo span {
    display: block;
    margin-top: 23px;
    font-size: 14px;
    color: #d6d6d6;
    letter-spacing: 7.5px; }

.footer_contact {
  float: left;
  width: 30.24%; }
  .footer_contact dt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px; }
  .footer_contact dd {
    line-height: 30px;
    font-size: 14px;
    color: #d6d6d6; }

.footer_link {
  float: left;
  width: 16.83%;
  margin-top: 4px; }

.footer_ewm {
  float: right;
  width: 95px;
  text-align: center;
  margin-top: 4px; }
  .footer_ewm dt {
    margin-bottom: 6px; }
    .footer_ewm dt img {
      width: 95px; }
  .footer_ewm dd {
    font-size: 14px;
    color: #d6d6d6; }

.footer_bot {
  background: #166ca3;
  border-top: 1px solid #2e7bac;
  line-height: 24px;
  padding: 14px 0;
  font-size: 14px;
  color: #bababa; }
  .footer_bot a {
    color: #bababa; }
    .footer_bot a:hover {
      color: #fff; }
  .footer_bot .left {
    float: left; }
  .footer_bot .right {
    float: right; }
    .footer_bot .right i {
      padding: 0 10px; }
.footer_bot span{float: left;margin: 3px 0 0 5px;}
.footer_bot p{float: left;}
.footer_bot .left em{float: left}
.footer_bot .left a{float: left}
.js_linktxt {
  max-width: 207px; }

.js_linktxt .select {
  position: relative;
  height: 30px;
  margin-bottom: 18px;
  text-align: left; }

.js_linktxt .select:nth-child(3) {
  margin-right: 0; }

.js_linktxt .select dt {
  display: block;
  line-height: 28px;
  height: 28px;
  font-size: 14px;
  color: #d6d6d6;
  overflow: hidden;
  border: 1px solid #6f99b5;
  padding: 0 10px;
  background: url(../images/search_iconw.png) no-repeat 95% center;
  cursor: pointer;
  -webkit-transition: color 0.3s ease 0s,border 0.3s ease 0s;
  transition: color 0.3s ease 0s,border 0.3s ease 0s; }

.js_linktxt .select dd {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 30px;
  width: 100%;
  border: 1px solid #d4d4d4;
  background: #fff;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.js_linktxt .select dd ul {
  width: 100%;
  max-height: 180px;
  overflow: auto; }

.js_linktxt .select dd ul li {
  display: block;
  width: 100%;
  float: left; }

.js_linktxt .select dd ul li a {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  color: #333333;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.js_linktxt .select dd ul li a:hover {
  background: #f7f7f7; }

.js_linktxt .select dt:hover {
  border-color: #fff;
  color: #fff; }

/*scroll*/
/*scroll*/
.com_title, .news_right dl dt, .news_right dl dd, .news_right ul li,
.sec2_mt ul li,
.sec2_mt dl,
.js_zt {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: 600ms 200ms;
  transition: 600ms 200ms; }

.is-show .com_title,
.is-show .news_right dl dt,
.is-show .news_right dl dd,
.is-show .news_right ul li,
.is-show .sec2_mt ul li,
.is-show .sec2_mt dl,
.is-show .js_zt {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.is-show .news_right dl dd {
  -webkit-transition: 600ms 300ms;
  transition: 600ms 300ms; }

.is-show .news_right ul li:nth-child(1), .is-show .sec2_mt ul li:nth-child(1) {
  -webkit-transition: 600ms 300ms;
  transition: 600ms 300ms; }

.is-show .news_right ul li:nth-child(2), .is-show .sec2_mt ul li:nth-child(2) {
  -webkit-transition: 600ms 400ms;
  transition: 600ms 400ms; }

.is-show .news_right ul li:nth-child(3), .is-show .sec2_mt ul li:nth-child(3) {
  -webkit-transition: 600ms 500ms;
  transition: 600ms 500ms; }

.is-show .news_right ul li:nth-child(4) {
  -webkit-transition: 600ms 600ms;
  transition: 600ms 600ms; }

.news_left:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #166ca3;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left;
  transform-origin: left; }

.is-show .news_left:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

.news_left .swiper-wrapper {
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: 600ms 600ms;
  transition: 600ms 600ms;
  visibility: hidden; }

.is-show .news_left .swiper-wrapper {
  opacity: 1;
  visibility: visible; }

.list_cy li {
  opacity: 0;
  -webkit-transition: 0s .5s;
  transition: 0s .5s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px); }

.is-show .list_cy li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .6s 0.4s;
  transition: .6s 0.4s; }

.is-show .list_cy li:nth-child(2) {
  -webkit-transition: .6s 0.5s;
  transition: .6s 0.5s; }

.is-show .list_cy li:nth-child(3) {
  -webkit-transition: .6s 0.6s;
  transition: .6s 0.6s; }

.is-show .list_cy li:nth-child(4) {
  -webkit-transition: .6s 0.7s;
  transition: .6s 0.7s; }



  /*popup*/
  .hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444; }

  .hidden_search .btn { display: block;     background: url(../images/search_icon.png) no-repeat center center;position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em; }

  .hidden_search .search_wrap { border: 1px solid #e4eaec; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }

  .hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }

  .hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }

  .hidden_search .close_btn:before { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(40deg); transform: rotate(40deg); }

  .hidden_search .close_btn:after { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-40deg); transform: rotate(-40deg); top: 25px; }

  .hidden_search .close_btn:hover { -webkit-transform: rotate(360deg); transform: rotate(360deg); }

  .hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #166ca3; }

  .pop .cd-popup-close { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }

  .pop .cd-popup-close:after, .pop .cd-popup-close:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }

  .pop .cd-popup-close:before { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

  .pop .cd-popup-close:after { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); top: 25px; }

  .pop .cd-popup-close:hover { -webkit-transform: rotate(360deg); transform: rotate(360deg); }

  .pop .cd-popup-close:hover:after, .pop .cd-popup-close:hover:before { background: #2d1b1d; }

  .hidden_search.on { display: block; }

  .cd-popup { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999; }

  .cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }

  .cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; text-align: center; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }

  .is-visible .cd-popup-container { -webkit-transform: scale(1); transform: scale(1); }



.js_newsright .cont .item{display: none; }
.com_title .tit{ }
.com_title .tit li{ float: left; margin-right: 30px;}
.com_title .tit li a{    display: block;
    font-size: 24px;
    color: #333333;
    line-height: 26px;
    line-height: 26px;
    padding-bottom: 19px;
    position: relative;    
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;}
.com_title .tit li.on a{color: #000; }
.com_title .tit li a:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 3px;
    content: "";
    background: #166ca3;
    opacity: 0; 
    visibility:hidden;
    -webkit-transform:scaleX(0);transform:scaleX(0);
        -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.com_title .tit li.on a:after{
      opacity: 1; 
    visibility:visible;
    -webkit-transform:scaleX(1);transform:scaleX(1);
}
.js_newsright{position: relative;}
.js_newsright .cont .more{position: absolute;right: 0; top: 0;line-height: 26px;    font-size: 14px;
    color: #333333;-webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;  
        opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: 600ms 200ms;
    transition: 600ms 200ms;
 }
.is-show .js_newsright .cont .more{      opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
.js_newsright .cont .more:hover{color: #166ca3;}
/*20190227*/
.ay_ad{position: fixed;right: 0;bottom: 30%;z-index: 99;}
.ay_ad > img{width:220px;}
.ay_ad span.ay_close{position: absolute;right: 15px;top: 12px;cursor: pointer;}

@media only screen and (max-width: 1230px) {
  .header{ position: relative;}
  .header .header_right {
    display: none; }

  .banner li .img {
    padding-bottom: 50.57%; } 
.index_news_swiper .swiper-slide a{width: 40%;}
.index_news_swiper .swiper-slide a span{width: calc(100% - 90px);}
  }
@media only screen and (max-width: 1098px) {
  .sec2_cy {
    width: 100%;
    margin-bottom: 30px; }

  .sec2_mt {
    margin-left: 0;
    width: 52%; }

  .sec2_zt {
    width: 44%; }

  .footer_logo, .footer_contact, .footer_link, .footer_ewm {
    width: 50%;
    margin-bottom: 15px; }

  .footer_ewm {
    text-align: left; }

.list_cy li a .img{ padding-bottom: 50.42%;}


     }
@media only screen and (max-width: 991px) {
.header{ height: 60px;}



  .header .logo {
    height: 60px;
    line-height: 60px; }

  .header .logo img {
    height: 40px; }



  .header .logo .img2 {
    display: inline-block; }




  .banner .swiper-pagination {
    bottom: 10px; }

  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px; } 
.index_news h5{width: 100%;line-height: 50px;}
.index_news_swiper{padding-bottom: 30px;}
.index_news_swiper{margin: auto ;float: none;}
.index_news_swiper .swiper-slide a{width: 100%;margin: 0}
.index_news h5{margin-bottom: 15px;}
.index_news{ margin: 20px auto 0;}
.index_news_btn{width: 100%;text-align: center;bottom: 9px;left: 0;top: auto;}
  }
@media only screen and (max-width: 768px) {
  .index_cont {
    padding: 30px 0; }

  .sec2_mt {
    width: 100%;
    margin-bottom: 20px; }

  .sec2_zt {
    width: 100%; }

  .news_left {
    width: 100%;
    margin-bottom: 20px; }

  .js_news li .txt {
    font-size: 16px;
    height: 40px;
    line-height: 40px; }

  .js_news li .img {
    padding-bottom: 58.33%; }

  .news_right {
    width: 100%;
    height: auto; }

  .footer_logo, .footer_contact, .footer_link, .footer_ewm {
    width: 100%;
    text-align: center;
    float: none; }

  .js_linktxt {
    margin: 0 auto;
    width: 207px; }

  .footer_bot .left, .footer_bot .right {
    float: none;
    width: 100%;
    text-align: center; } 
  .footer_bot .left span{float: none;margin: auto;display: inline-block;}
  .footer_bot .left a,.footer_bot .left em{display: block;text-align: center;width: 100%;}
  }
@media only screen and (max-width: 480px) {
  .sec2_zt dl dt {
    padding-bottom: 30.77%; } }

/*# sourceMappingURL=index.css.map */