@charset "utf-8";

:hover{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

/*图片放大公用类*/
.picfd img
{
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -o-transition:0.5s ease;
    -ms-transition:0.5s ease;
}
.picfd:hover img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}

/* 图片自适应 */
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
}

.padding1{ padding-top: 0px; }
.padding2{ padding-top: 139px; }
.padding3{ padding-top: 139px; }

/* 页码索引 */
#menu { position: fixed; right: 0px; right: 0px;
top: 50%; width: 92px; margin-top: -95px; padding: 0; list-style-type: none; z-index: 70; }
#menu li { width:92px; height:40px; float:left; margin-top:10px; background:#999a9c; text-align:center; }
#menu li a { display:block; width:100%; height:40px; line-height:40px; color:#fff; font-size:16px; }
#menu li.active a { background:#ed1c24; font-weight:bold; }

/* 头部 */
.header{
    width: 100%;
    background: rgba(255,255,255,.87);
    position: fixed;
    z-index: 4000;
    -webkit-box-shadow:3px 0 16px rgba(16, 36, 119, .3);
    -moz-box-shadow:3px 0 16px rgba(16, 36, 119, .3);
    box-shadow:3px 0 16px rgba(16, 36, 119, .3);
}
.header .collapse{
    position: relative;
}
.header .navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 139px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius:0px;
}
.header .navbar-default {
  background: none;
  /*background:rgba(255, 255, 255, 0.9);*/
}
.header .navbar-brand {
  float: left;
  height: 139px;
  /*padding: 28px 0 0 15px;*/
  font-size: 18px;
  line-height: 0px;
  position:absolute;
  z-index: 2;
}
.header .navbar-brand img {
  height: 60px;
  margin-top:25px;
}
.header .navbar-default .navbar-nav > li > a {
  font-size:20px;
  color: #333;
}
.header .navbar-default .navbar-nav > li{
  margin:0px;
}

.header .navbar .search { background-color: #fff; border: 1px solid #d0dadf; position: absolute; top: 26px; right: 0px; z-index: 2; }
.header .navbar .search .wbk1 { font-size: 14px; color: #666; width: 170px; height: 38px; line-height: 38px; padding-left: 11px; border: 0px; }
.header .navbar .search .btn1 { width: 42px; height: 38px;
line-height: 38px; text-align: center; background: url(../img/pic1.png) no-repeat center; border: 0px; }

.header .nav{ margin-top: 92px; padding-right:0px; padding-bottom:0px; }
.header .nav > li{ margin-left:56px !important; position:relative; }
.header .nav > li:first-child{ margin-left:0px !important; }
.header .nav > li > a { line-height: 100%; text-align: center; padding: 0 0px; display: block; }
/*.nav > li > a:hover{ color:#f39900 !important; }*/
@media (min-width: 768px) {
  .header .navbar-nav > li {
    /*float: none;*/
    margin-top:10px;
  }
  .header .navbar-nav > li > a {
    /*padding-top: 0px;
    padding-bottom: 0px;*/
  }
}
.header .navbar-default .navbar-nav > .active > a,
.header .navbar-default .navbar-nav > .active > a:hover,
.header .navbar-default .navbar-nav > .active > a:focus {
  background:none;
  color: #277ada;
}
.header .navbar-default .navbar-nav > .active > a {
  background:none;
  color: #277ada;
}
.header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 15px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.header .navbar-default .navbar-toggle {
  border-color: #277ada;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #277ada;
}
.header .navbar-default .navbar-toggle:hover .icon-bar,
.header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:hover,
.header .navbar-default .navbar-nav > .open > a:focus {
  background:none;
  color: #277ada;
}

.header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0% !important;
  z-index: 1000;
  display: none;
  width: 100%;
  min-width: auto;
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: center;
  background:rgba(22, 22, 22, 0.83);
  border: 0px solid #a7a6a7;
  border: 0px solid rgba(167, 166, 167, 1);
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.header .dropdown-menu > li > a {
  display: block;
  text-align: center;
  padding: 0 5px !important;
  clear: both;
  font-weight: normal;
  height: 45px;
  line-height: 44px !important;
  font-size:14px;
  color: #fff;
  border-top:1px solid #989b9d;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.header .dropdown-menu > li > a:hover,
.header .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff !important;
  background:#277ada !important;
}

.header .open > .dropdown-menu {
  display: block;
}

@media (min-width: 1200px) {
  .header .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .header .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* banner */
.banner{
  width: 100%;
}
.banner-img{
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .owl-buttons{display: none;}
.banner .owl-controls{ width:100%; height:100%; text-align:center; margin-top:0px; }
.banner .owl-pagination{height:22px; z-index:1111;position:relative; bottom:0px;}
.banner .owl-dots{ font-size: 0px; width:100%;height:22px;text-align:center; position: absolute; bottom: 40px; left: 0px; z-index: 2; }
.banner .owl-dots .owl-dot{ display:inline-block; *display:inline; *zoom:1;  }
.banner .owl-dots .owl-dot span{width:22px;height:22px; background-color: #fff; margin:0 12px; border-radius:100%; }
.banner .owl-dots .owl-dot.active span, .banner .owl-dots .owl-dot:hover span{ background-color: #000; }
.banner .owl-controls .owl-nav{ position:absolute; left:0px; right:0px; top:50%; margin-top:16px; z-index:6; }
.banner .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:0px;width:73px;height:106px;margin:0px;padding:0px;background:none;display:inline-block;cursor:pointer;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
.banner .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none;}
.banner .owl-controls .owl-nav .owl-prev{ background: url(../img/pic4.png) no-repeat center; background-size: cover; position:absolute; left:0px; }
.banner .owl-controls .owl-nav .owl-next{ background: url(../img/pic5.png) no-repeat center; background-size: cover; position:absolute; right:0px; }
.banner .owl-controls .owl-nav .owl-prev:hover{ background: url(../img/pic4h.png) no-repeat center; background-size: cover; }
.banner .owl-controls .owl-nav .owl-next:hover{ background: url(../img/pic5h.png) no-repeat center; background-size: cover; }

/* 网站首页 */
.main{
    width: 100%;
}
.main .biaoti{
    width: 100%;
    min-height: 81px;
    text-align: center;
    background: url(../img/pic7.png) no-repeat center top 8px;
}
.main .biaoti p{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #999;
    width: 100%;
    line-height: 16px;
    margin: 0 0 16px;
}
.main .biaoti span{
    font-size: 28px;
    color: #454545;
    width: 100%;
    line-height: 100%;
    display: block;
}

.main1{
    width: 100%;
}
.main1_l{
    width: 50%;
    padding: 68px 128px;
    background-color: rgba(229,232,235,.64);
}
.main1_l .title{
    font-weight: bold;
    width: 100%;
    padding: 2px 0 2px 16px;
    border-left: 3px solid #277ada;
}
.main1_l .title1{
    font-size: 30px;
    color: #454545;
    width: 100%;
    line-height: 31px;
}
.main1_l .title2{
    font-family: "Arial";
    font-size: 16px;
    color: #999;
    width: 100%;
    line-height: 17px;
    margin-top: 8px;
}
.main1_l .content{
    width: 100%;
    height: 156px;
    line-height: 26px;
    margin: 42px 0 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.main1_l .more{
    width: 100%;
}
.main1_l .more a{
    font-size: 16px;
    color: #fff;
    width: 161px;
    max-width: 100%;
    height: 49px;
    line-height: 49px;
    text-align: center;
    background: url(../img/pic6.png) no-repeat center;
    border-radius: 49px;
    display: inline-block;
}
.main1_l .more a:hover{
    -webkit-box-shadow:7px 7px 24px rgba(8, 103, 200, .45);
    -moz-box-shadow:7px 7px 24px rgba(8, 103, 200, .45);
    box-shadow:7px 7px 24px rgba(8, 103, 200, .45);
}
.main1_r{
    width: 50%;
    margin-top: 108px;
    overflow: hidden;
}
.main1_r img{
    width: 100%;
}
.main2{
    width: 100%;
}
.main2 .biaoti{
    background: url(../img/pic8.png) no-repeat center top 6px;
}
.main2 .biaoti p{
    color: #80c4f8;
}
.main2 .biaoti span{
    color: #fff;
}
.main2_1{
    width: 100%;
    margin-top: 60px;
}
.main2_1 .tab{ font-size:0px; width:100%; text-align:center; white-space:nowrap; }
.main2_1 .tab1{ font-size:18px; color:#fff; margin:0 6px; display:inline-block; *display:inline; *zoom:1; }
.main2_1 .tab1 a{ color:#fff; min-width: 143px; line-height:46px; text-align: center; padding:0 5px; display:block; overflow:hidden; }
.main2_1 .tab1:hover a{ background-color:#393939; }
.main2_1 .tab1.on a{ background-color:#393939; }
.main2_1 .tab_nr { width:100%; margin-top:34px; position: relative; }
.main2_1 .tab_nr1{ width:100%; position: absolute; top: 0px; left: 0px; visibility: hidden; }
.main2_1 .owl-carousel1{ width:auto; margin: 0 -9px; }
.main2_1 .item{ width:100%; padding:0 9px; }
.main2_1 .item_nr{ width:100%; background-color: #fff; position: relative; }
.main2_1 .item_nr .pic{ width:100%; position: relative; overflow:hidden; }
.main2_1 .item_nr .pic1{ width:100%; }
.main2_1 .item_nr .pic1 img{ width:100%; }
.main2_1 .item_nr .pic2{ width:100%; height: 100%; background-color: rgba(0,0,0,.48); position: absolute; top: 0px; left: 0px;
    display: none;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.main2_1 .item_nr .pic2 img{ width:59px; height: 59px; position: absolute; top: 50%; left: 50%; margin: -29px; }
.main2_1 .item_nr:hover .pic2 img{
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
}
.main2_1 .item_nr .title{ font-size: 16px; color: #333; width:100%; height: 82px; line-height: 82px; text-align: center; padding: 0 10px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }

.main2_1 .owl-buttons{display: none;}
.main2_1 .owl-controls{ width:100%; height:100%; text-align:center; margin-top:0px; padding-bottom: 80px; }
.main2_1 .owl-pagination{height:22px; z-index:1111;position:relative; bottom:0px;}
.main2_1 .owl-dots{ font-size: 0px; width:100%;height:22px;text-align:center; position: absolute; bottom: 0px; left: 0px; z-index: 2; }
.main2_1 .owl-dots .owl-dot{ display:inline-block; *display:inline; *zoom:1; }
.main2_1 .owl-dots .owl-dot span{width:22px;height:22px; margin:0 18px; background-color: rgba(255,255,255,.27); border-radius: 100%; }
.main2_1 .owl-dots .owl-dot.active span, .main2_1 .owl-dots .owl-dot:hover span{ background-color: rgba(255,255,255,1); }
.main2_1 .owl-controls .owl-nav{ position:absolute; left:0px; right:0px; top:50%; margin-top:16px; z-index:6; }
.main2_1 .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:0px;width:73px;height:106px;margin:0px;padding:0px;background:none;display:inline-block;cursor:pointer;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
.main2_1 .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none;}
.main2_1 .owl-controls .owl-nav .owl-prev{ background: url(../img/pic4.png) no-repeat center; background-size: cover; position:absolute; left:0px; }
.main2_1 .owl-controls .owl-nav .owl-next{ background: url(../img/pic5.png) no-repeat center; background-size: cover; position:absolute; right:0px; }
.main2_1 .owl-controls .owl-nav .owl-prev:hover{ background: url(../img/pic4h.png) no-repeat center; background-size: cover; }
.main2_1 .owl-controls .owl-nav .owl-next:hover{ background: url(../img/pic5h.png) no-repeat center; background-size: cover; }
.main3{
    width: 100%;
}
.main3_1{
    width: 100%;
    margin-top: 30px;
}
.main3_1 ul{
    width: 100%;
}
.main3_1 ul li{
    width: 33.33%;
    margin-top: 10px;
    position: relative;
}
.main3_1 ul li .pic{
    width: 100%;
    overflow: hidden;
  	/*height:307px;*/
}
.main3_1 ul li .pic img{
    width: 100%;
}
.main3_1 ul li .text{
    background-color: rgba(255,255,255,.9);
    position: absolute;
    top: 12px;
    right: 16px;
    bottom: 12px;
    left: 16px;
    display: none;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.main3_1 ul li .text_nr{
    width: 100%;
    height: 100%;
    display: table;
}
.main3_1 ul li .text_nrk{
    width: 100%;
    height: 100%;
    padding: 30px 90px;
    display: table-cell;
    vertical-align: middle;
}
.main3_1 ul li .text_nrk .title{
    font-size: 34px;
    color: #333;
    width: 100%;
    line-height: 100%;
    text-align: center;
    /*overflow: hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space: nowrap;*/
}
.main3_1 ul li .text_nrk .content{
    font-size: 18px;
    color: #333;
    width: 100%;
    height: 56px;
    line-height: 28px;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main3 .more{
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.main3 .more a{
    font-size: 20px;
    color: #fff;
    width: 246px;
    max-width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background-color: #2683dc;
    display: inline-block;
}
.main3 .more a:hover{
    -webkit-box-shadow:7px 7px 24px rgba(8, 103, 200, .45);
    -moz-box-shadow:7px 7px 24px rgba(8, 103, 200, .45);
    box-shadow:7px 7px 24px rgba(8, 103, 200, .45);
}
.main4{
    width: 100%;
}
.main4_1{
    width: 100%;
}
.main4 ul{
    width: 100%;
}
.main4 ul li{
    width: 16.66%;
    position: relative;
    overflow: hidden;
}
.main4 ul li:last-child{
    width: 16.7%;
}
.main4 ul li .pic{
    width: 100%;
    height: 100%;
    position: relative;
}
.main4 ul li .text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.main4 ul li .text_nr{
    width: 100%;
    height: 100%;
    display: table;
}
.main4 ul li .text_nrk{
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
}
.main4 ul li .text_nrk1{
    width: 100%;
}
.main4 ul li .text_nrk1 img{
    height: 83px;
}
.main4 ul li .text_nrk2{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    margin-top: 16px;
}
.main4 ul li .jieshao{
    width: 100%;
    height: 260px;
    text-align: center;
    padding: 52px 20px 20px;
    background-color: #2874da;
    position: absolute;
    bottom: -260px;
    left: 0px;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.main4 ul li .jieshao1{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    width: 100%;
}
.main4 ul li .jieshao2{
    font-family: "Arial";
    font-size: 14px;
    color: #fff;
    width: 100%;
}
.main4 ul li .jieshao3{
    font-size: 20px;
    color: #fff;
    width: 100%;
    line-height: 100%;
    margin-top: 50px;
}
.main5{
    width: 100%;
}
.main5 .biaoti{
    width: 100%;
    min-height: auto;
    text-align: left;
    background: none;
    position: relative;
}
.main5 .biaoti p{
    margin: 0 0 6px;
}
.main5 .biaoti a{
    font-size: 20px;
    color: #666;
    line-height: 100%;
    position: absolute;
    right: 0px;
    bottom: 4px;
}
.main5 .biaoti a:hover{
    color: #277ada;
}
.main5_1{
    width: 100%;
}
.main5_1 ul{
    margin-right: -26px;
}
.main5_1 ul li{
    width: 50%;
    padding: 26px 26px 0 0;
}
.main5_1 ul li .item{
    width: 100%;
    padding: 32px 50px 32px 32px;
    background-color: #f4f4f4;
    -webkit-box-shadow:11px 11px 9px rgba(0, 0, 0, .13);
    -moz-box-shadow:11px 11px 9px rgba(0, 0, 0, .13);
    box-shadow:11px 11px 9px rgba(0, 0, 0, .13);
}
.main5_1 ul li .item .pic{
    width: 43%;
    overflow: hidden;
}
.main5_1 ul li .item .pic img{
    width: 100%;
}
.main5_1 ul li .item .text{
    width: 51%;
}
.main5_1 ul li .item .text .date{
    font-size: 20px;
    color: #999;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 19px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main5_1 ul li .item .text .date span.style1{
    font-size: 28px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #cecece;
    display: inline-block;
}
.main5_1 ul li .item .text .title{
    font-size: 18px;
    color: #333;
    width: 100%;
    line-height: 100%;
    margin-top: 26px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main5_1 ul li .item .text .content{
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 44px;
    line-height: 22px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main5_1 ul li .item:hover .text .title{
    color: #277ada;
}

/* footer */
.footer{
    width: 100%;
}
.footer_t{
    width: 100%;
    padding: 94px 0 80px;
}
.footer_t ul{
    width: 100%;
}
.footer_t ul li{
    width: 16.66%;
    padding-right: 10px;
}
.footer_t ul li:last-child{
    width: 16.7%;
}
.footer_t ul li .nr1{
    font-size: 18px;
    color: #70c8f5;
    width: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.footer_t ul li .nr2{
    font-size: 14px;
    color: #fefefe;
    width: 100%;
    line-height: 36px;
    margin: 18px 0 -12px;
}
.footer_t ul li .nr2 p{
    margin: 0px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.footer_t ul li .nr2 a{
    color: #fefefe;
}
.footer_t ul li .nr2 a:hover{
    color: #70c8f5;
}
.footer_t ul li .nr3{
    font-size: 14px;
    color: #fff;
    width: 100%;
    line-height: 30px;
    margin: 21px 0 -8px;
}
.footer_b{
    font-size: 12px;
    color: #e1e1e2;
    width: 100%;
    line-height: 20px;
    text-align: center;
    padding: 30px 0;
    background-color: rgba(0,0,0,.52);
    border-top: 1px solid #999;
}
.footer_b a{
    color: #e1e1e2;
}
.footer_b a:hover{
    color: #277ada;
}

/* 内页BANNER */
.qy_banner{
    width:100%;
}
.qy_banner .item{
    width:100%;
}
.qy_banner img{
    display: block;
    width: 100%;
    height: auto;
}
.qy_banner a{
    display: block;
    width: 100%;
}

/* 内页公用 */
.qy_main{
    width: 100%;
    padding: 30px 0 30px;
    overflow: hidden;
}
.qy_main .biaoti{
    width: 100%;
    text-align: center;
    background: url(../img/pic17.png) no-repeat center top 8px;
}
.qy_main .biaoti p{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #80c4f8;
    width: 100%;
    line-height: 16px;
    margin: 0 0 10px;
}
.qy_main .biaoti span{
    font-size: 36px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 100%;
    display: block;
}
.qy_main1{
    font-size:0px;
    width:100%;
    text-align:center;
    margin-top: 30px;
    white-space:nowrap;
}
.qy_main1 a{
    font-size: 18px;
    color:#666;
    min-width: 143px;
    line-height:46px;
    text-align: center;
    margin:0 6px;
    padding:0 5px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    overflow:hidden;
}
.qy_main1 a:hover,.qy_main1 a.on{
    color: #fff;
    background-color:#393939;
}
.qy_main2{
    font-size:0px;
    width:100%;
    text-align:center;
    margin-top: 50px;
    white-space:nowrap;
}
.qy_main2 a{
    font-size: 20px;
    color:#afb1b3;
    min-width: 200px;
    line-height:63px;
    text-align: center;
    padding:0 5px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    overflow:hidden;
}
.qy_main2 a:hover,.qy_main2 a.on{
    color: #fff;
    background-color:#1e85f3;
}

/* 产品中心 */
.pro_main{
    width: 100%;
}
.pro_main ul{
    margin: -14px -18px 0 0;
}
.pro_main ul li{
    width: 25%;
    padding: 10px 18px 0 0;
}
.pro_main ul li .item{ width:100%; background-color: #37bfef; position: relative; }
.pro_main ul li .item .pic{ width:100%; position: relative; overflow:hidden; }
.pro_main ul li .item .pic1{ width:100%; height:140px;}
.pro_main ul li .item .pic1 img{ width:100%; height:100%}
.pro_main ul li .item .pic2{ width:100%; height: 100%; background-color: rgba(0,0,0,.48); position: absolute; top: 0px; left: 0px;
    display: none;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.pro_main ul li .item .pic2 img{ width:59px; height: 59px; position: absolute; top: 50%; left: 50%; margin: -29px; }
.pro_main ul li .item:hover .pic2 img{
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
}
.pro_main ul li .item .title{ font-size: 16px; color: #fff; width:100%; height: 30px; line-height: 30px; text-align: center; padding: 0 10px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.pro_main ul li .item:hover{
    background-color: #fff;
    -webkit-box-shadow:7px 7px 18px rgba(49, 49, 50, .23);
    -moz-box-shadow:7px 7px 18px rgba(49, 49, 50, .23);
    box-shadow:7px 7px 18px rgba(49, 49, 50, .23);
}
.pro_main ul li .item:hover .title{
    color: #333;
}

/* 产品中心详情 */
.proxq_main{
    width: 100%;
}
.proxq_main1{
    font-size: 30px;
    color: #333;
    width: 100%;
    text-align: center;
    padding-bottom: 36px;
    border-bottom: 1px dashed #c3c3c3;
}
.proxq_main2{
    width: 100%;
    margin-top: 40px;
    background-color: #e6eaee;
}
.proxq_main2_l{
    width: 50%;
}
.proxq_main2_l .owl-carousel2{ width:auto; }
.proxq_main2_l .item{ width:100%; overflow: hidden; }
.proxq_main2_l .item img{ width:100%; }

.proxq_main2_l .owl-buttons{display: none;}
.proxq_main2_l .owl-controls{ width:100%; height:100%; text-align:center; margin-top:0px; }
.proxq_main2_l .owl-pagination{height:22px; z-index:1111;position:relative; bottom:0px;}
.proxq_main2_l .owl-dots{ font-size: 0px; width:100%;height:22px;text-align:center; position: absolute; bottom: 0px; left: 0px; z-index: 2; display: none !important; }
.proxq_main2_l .owl-dots .owl-dot{ display:inline-block; *display:inline; *zoom:1; }
.proxq_main2_l .owl-dots .owl-dot span{width:22px;height:22px; margin:0 18px; background-color: rgba(255,255,255,.27); border-radius: 100%; }
.proxq_main2_l .owl-dots .owl-dot.active span, .proxq_main2_l .owl-dots .owl-dot:hover span{ background-color: rgba(255,255,255,1); }
.proxq_main2_l .owl-controls .owl-nav{ position:absolute; left:0px; right:0px; top:50%; margin-top:-35px; z-index:6; }
.proxq_main2_l .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:0px;width:64px;height:70px;margin:0px;padding:0px;background:none;display:inline-block;cursor:pointer;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
.proxq_main2_l .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none;}
.proxq_main2_l .owl-controls .owl-nav .owl-prev{ background: url(../img/pic18.png) no-repeat center; background-size: cover; position:absolute; left:0px; }
.proxq_main2_l .owl-controls .owl-nav .owl-next{ background: url(../img/pic19.png) no-repeat center; background-size: cover; position:absolute; right:0px; }
.proxq_main2_l .owl-controls .owl-nav .owl-prev:hover{ background: url(../img/pic18h.png) no-repeat center; background-size: cover; }
.proxq_main2_l .owl-controls .owl-nav .owl-next:hover{ background: url(../img/pic19h.png) no-repeat center; background-size: cover; }
.proxq_main2_r{
    width: 50%;
    padding: 74px;
}
.proxq_main2_r .title{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    width: 100%;
    padding-bottom: 16px;
    background: url(../img/pic20.png) no-repeat left bottom;
}
.proxq_main2_r .content{
    width: 100%;
    line-height: 26px;
    margin-top: 30px;
}
.proxq_main3{
    width: 100%;
    margin-top: 90px;
}
.proxq_main3 .tabtwo{ font-size:0px; width:100%; text-align:center; white-space:nowrap; border-top: 1px solid #c0c2c2; border-bottom: 1px solid #c0c2c2; }
.proxq_main3 .tabtwo1{ font-size:24px; color:#afb1b3; width: 25%; display:inline-block; *display:inline; *zoom:1; }
.proxq_main3 .tabtwo1 a{ color:#afb1b3; width: 100%; line-height:88px; text-align: center; padding:0 5px; display:block; overflow:hidden; }
.proxq_main3 .tabtwo1:hover a{ color: #fff;
    background: url(../img/pic21.png) repeat center; }
.proxq_main3 .tabtwo1.on a{ color: #fff;
    background: url(../img/pic21.png) repeat center; }
.proxq_main3 .tabtwo_nr { width:100%; }
.proxq_main3 .tabtwo_nr1{ width:100%; line-height: 26px; padding:50px 0 136px; border-bottom: 1px dashed #c3c3c3; display: none; }

/* 成功案例 */
.case_main{
    width: 100%;
}
.case_main ul{
    margin: 0px -20px 0 0;
}
.case_main ul li{
    width: 50%;
    padding: 30px 20px 0 0;
}
.case_main ul li .item{ width:100%; position: relative; }
.case_main ul li .item .pic{ width:100%; position: relative; overflow:hidden; }
.case_main ul li .item .pic1{ width:100%; }
.case_main ul li .item .pic1 img{ width:100%; }
.case_main ul li .item .pic2{ width:100%; height: 100%; background-color: rgba(38,131,220,.7); position: absolute; top: 0px; left: 0px;
    display: none;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.case_main ul li .item .pic2 img{ width:59px; height: 59px; position: absolute; top: 50%; left: 50%; margin: -29px; }
.case_main ul li .item:hover .pic2 img{
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
}
.case_main ul li .item .title{ width:100%; }
.case_main ul li .item .title1{ font-size: 26px; color: #333; width:100%; line-height: 100%; margin-top: 18px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.case_main ul li .item .title2{ font-family: "Arial"; font-size: 14px; color: #999; width:100%; line-height: 100%; margin-top: 4px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.case_main ul li .item:hover .title1{
    color: #277ada;
}

/* 成功案例列表 */
.caselist_main{
    width: 100%;
}
.caselist_main1{
    width: 100%;
    margin-top: 60px;
    padding-bottom: 19px;
    border-bottom: 1px dashed #c3c3c3;
}
.caselist_main1 .title1{ font-size: 26px; color: #333; width:100%; line-height: 100%; }
.caselist_main1 .title2{ font-family: "Arial"; font-size: 14px; color: #999; width:100%; line-height: 100%; margin-top: 4px; }
.caselist_main2{
    width: 100%;
}
.caselist_main2 ul{
    margin: -12px -26px 0 0;
}
.caselist_main2 ul li{
    width: 33.33%;
    padding: 60px 26px 0 0;
}
.caselist_main2 ul li .item{
    width:100%;
    background-color: #fff;
    border: 1px solid #d6d4d4;
}
.caselist_main2 ul li .item .pic{
    width:100%;
    overflow:hidden;
}
.caselist_main2 ul li .item .pic img{
    width:100%;
}
.caselist_main2 ul li .item .text{
    width:100%;
    padding: 24px;
    border-bottom: 1px solid #edecec;
}
.caselist_main2 ul li .item .text .title{
    font-size: 20px;
    color: #333;
    width:100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.caselist_main2 ul li .item .text .content{
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 44px;
    line-height: 22px;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.caselist_main2 ul li .item .date{
    font-family: "Arial";
    font-size: 14px;
    color: #999;
    width:100%;
    line-height: 15px;
    text-align: right;
    padding: 24px;
}
.caselist_main2 ul li .item:hover{
    background-color: #37bfef;
    border: 1px solid #37bfef;
    -webkit-box-shadow:3px 0 16px rgba(16, 134, 200, .3);
    -moz-box-shadow:3px 0 16px rgba(16, 134, 200, .3);
    box-shadow:3px 0 16px rgba(16, 134, 200, .3);
}
.caselist_main2 ul li .item:hover .text{
    border-bottom: 1px solid #98dbfa;
}
.caselist_main2 ul li .item:hover .text .title{
    color: #fff;
}
.caselist_main2 ul li .item:hover .text .content{
    color: #fff;
}
.caselist_main2 ul li .item:hover .date{
    color: #fff;
}
.caselist_main3{
    width: 100%;
    margin-top: 30px;
}

/* 成功案例详情 */
.casexq_main{
    width: 100%;
}
.casexq_main1{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c3c3c3;
}
.casexq_main1 .title{
    font-size: 26px;
    color: #333;
    width: 100%;
}
.casexq_main1 .date{
    font-size: 16px;
    color: #999;
    width: 100%;
    margin-top: 12px;
}
.casexq_main2{
    width: 100%;
    line-height: 26px;
    margin-top: 36px;
}
.casexq_main3{
    width: 100%;
    margin-top: 38px;
    padding-top: 38px;
    border-top: 1px dashed #c3c3c3;
}
.casexq_main3 .nr{
    font-size: 22px;
    color: #333;
    width: 50%;
    padding-right: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.casexq_main3 .nr a{
    color: #333;
}
.casexq_main3 .nr:hover{
    color: #277ada;
}
.casexq_main3 .nr:hover a{
    color: #277ada;
}

/* 常见问题解答 */
.ans_main{
    width: 100%;
}
.ans_main ul{
    width: 100%;
    margin-top: 68px;
}
.ans_main ul li{
    width: 100%;
    margin-top: 11px;
}
.ans_main ul li .title{
    font-size: 16px;
    color: #666;
    width: 100%;
    line-height: 26px;
    padding: 15px 20px;
    background-color: #e3e4e6;
    cursor: pointer;
}
.ans_main ul li .title.on{
    color: #fff;
    background-color: #1e85f3;
}
.ans_main ul li .content{
    width: 100%;
    line-height: 26px;
    padding: 26px 0;
    display: none;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}

/* 服务体系 */
.ser_main{
    width: 100%;
}
.ser_main ul{
    margin: 32px -28px 0 0;
}
.ser_main ul li{
    width: 33.33%;
    padding: 36px 28px 0 0;
}
.ser_main ul li .item{
    width:100%;
    text-align: center;
    padding: 72px 20px;
    background-color: #f5f5f5;
}
.ser_main ul li .item .pic{
    width:100%;
}
.ser_main ul li .item .pic img{
    height:92px;
}
.ser_main ul li .item .title{
    font-size: 30px;
    font-weight: bold;
    color: #333;
    width:100%;
    height: 72px;
    line-height: 36px;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ser_main ul li .item .num{
    font-family: "Arial";
    font-size: 32px;
    color: #333;
    width:100%;
    line-height: 100%;
    margin-top: 50px;
}

/* 视频播放 */
.video_main{
    width: 100%;
}
.video_main ul{
    margin: 24px -18px 0 0;
}
.video_main ul li{
    width: 33.33%;
    padding: 44px 18px 0 0;
}
.video_main ul li .item{ width:100%; position: relative; }
.video_main ul li .item .pic{ width:100%; position: relative; overflow:hidden; }
.video_main ul li .item .pic1{ width:100%; }
.video_main ul li .item .pic1 img{ width:100%; }
.video_main ul li .item .pic2{ width:100%; height: 100%; position: absolute; top: 0px; left: 0px;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.video_main ul li .item .pic2 img{ width:67px; height: 67px; position: absolute; top: 50%; left: 50%; margin: -33px; }
.video_main ul li .item:hover .pic2 img{
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
}
.video_main ul li .item .title{ font-size: 16px; color: #333; width:100%; height: 48px; line-height: 24px; text-align: center; margin-top: 14px; padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*.video_main ul li .item:hover{
    background-color: #fff;
    -webkit-box-shadow:7px 7px 18px rgba(49, 49, 50, .23);
    -moz-box-shadow:7px 7px 18px rgba(49, 49, 50, .23);
    box-shadow:7px 7px 18px rgba(49, 49, 50, .23);
}*/
.video_main ul li .item:hover .title{
    color: #277ada;
}

/* 资料下载 */
.down_main{
    width: 100%;
}
.down_main ul{
    margin: 40px -28px 0 0;
}
.down_main ul li{
    width: 50%;
    padding: 28px 28px 0 0;
}
.down_main ul li .item{
    width:100%;
    padding: 36px 66px;
    background-color: #f5f6f7;
}
.down_main ul li .item .date{
    font-size: 20px;
    color: #999;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.down_main ul li .item .date span.style1{
    font-size: 28px;
    font-weight: bold;
    color: #2683dc;
    line-height: 30px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #cecece;
    display: inline-block;
}
.down_main ul li .item .title{
    font-size: 18px;
    color: #333;
    width: 100%;
    line-height: 100%;
    margin-top: 20px;
    padding-bottom: 21px;
    border-bottom: 1px solid #999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.down_main ul li .item .title a{
    color: #333;
}
.down_main ul li .item .title a:hover{
    color: #277ada;
}
.down_main ul li .item .content{
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 120px;
    line-height: 24px;
    margin-top: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.down_main ul li .item .down{
    width: 100%;
    margin-top: 18px;
}
.down_main ul li .item .down a{
    font-size: 18px;
    color: #333;
    width: 156px;
    max-width: 100%;
    height: 44px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #2683dc;
    display: inline-block;
}
.down_main ul li .item .down a:hover{
    color: #fff;
    background-color: #2683dc;
    border: 1px solid #2683dc;
}

/* 解决方案 */
.solution_main{
    width: 100%;
    margin-top: 80px;
}
.solution_main ul{
    width: 100%;
}
.solution_main ul li{
    width: 100%;
    background: #f5f6f7;
}
.solution_main ul li .pic{
    width: 50%;
    overflow: hidden;
}
.solution_main ul li.even .pic{
    float: left;
}
.solution_main ul li .pic img{
    width: 100%;
}
.solution_main ul li .text{
    width: 50%;
    padding: 70px 76px;
}
.solution_main ul li .text .title{
    font-size: 30px;
    color: #333;
    width: 100%;
    line-height: 100%;
    padding-bottom: 21px;
    background: url(../img/pic20.png) no-repeat left bottom;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.solution_main ul li .text .content{
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 104px;
    line-height: 26px;
    margin-top: 43px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.solution_main ul li .text .more{
    width: 100%;
    margin-top: 55px;
}
.solution_main ul li .text .more span{
    font-size: 18px;
    color: #333;
    line-height: 100%;
    display: inline-block;
}
.solution_main ul li:hover{
    width: 100%;
    background: url(../img/img20.jpg) no-repeat center;
    background-size: cover;
}
.solution_main ul li:hover .text .title{
    color: #fff;
    background: url(../img/pic30.png) no-repeat left bottom;
}
.solution_main ul li:hover .text .content{
    color: #fff;
}
.solution_main ul li:hover .text .more span{
    color: #fff;
}

/* 联系我们 */
.contact_main{
    width: 100%;
}
.contact_main1{
    width: 100%;
    margin-top: 80px;
}
.contact_main1 .text{
    width: 50%;
    position: relative;
}
.contact_main1 .text1{
    width: 100%;
    overflow: hidden;
}
.contact_main1 .text1 img{
    width: 100%;
}
.contact_main1 .text2{
    padding-right: 20px;
    position: absolute;
    top: 35%;
    left: 26%;
}
.contact_main1 .text2 .title{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.contact_main1 .text2 .content{
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin-top: 46px;
}
.contact_main1 .text2 .content .nr{
}
.contact_main1 .text2 .content .nr1{
    width: 22px;
}
.contact_main1 .text2 .content .nr2{
    margin-left: 50px;
    display: block;
}
.contact_main1 .pic{
    width: 50%;
    overflow: hidden;
}
.contact_main1 .pic img{
    width: 100%;
}

/* 新闻中心 */
.news_main{
    width: 100%;
    margin-top: 80px;
}
.news_main ul{
    width: 100%;
}
.news_main ul li{
    width: 100%;
}
.news_main ul li .pic{
    width: 50%;
    overflow: hidden;
}
.news_main ul li.even .pic{
    float: left;
}
.news_main ul li .pic img{
    width: 100%;
}
.news_main ul li .text{
    width: 50%;
    padding: 50px 74px;
}
.news_main ul li .text .date{
    font-size: 20px;
    color: #999;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_main ul li .text .date span.style1{
    font-size: 28px;
    font-weight: bold;
    color: #2683dc;
    line-height: 30px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #cecece;
    display: inline-block;
}
.news_main ul li .text .title{
    font-size: 22px;
    color: #333;
    width: 100%;
    line-height: 100%;
    margin-top: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_main ul li .text .content{
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 104px;
    line-height: 26px;
    margin-top: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.news_main ul li .text .down{
    width: 100%;
    margin-top: 42px;
}
.news_main ul li .text .down span{
    font-size: 20px;
    color: #333;
    width: 246px;
    max-width: 100%;
    height: 58px;
    line-height: 56px;
    text-align: center;
    border: 1px solid #2683dc;
    display: inline-block;
}
.news_main ul li:hover .text .down span{
    color: #fff;
    background-color: #2683dc;
    border: 1px solid #2683dc;
}
.news_main ul li:hover .text .title{
    color: #2683dc;
}

/* 关于我们 */
.about_main{
    width: 100%;
}
.about_main .biaoti{
    width: 100%;
    text-align: center;
    background: url(../img/pic17.png) no-repeat center top 8px;
}
.about_main .biaoti p{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #80c4f8;
    width: 100%;
    line-height: 16px;
    margin: 0 0 18px;
}
.about_main .biaoti span{
    font-size: 36px;
    color: #333;
    width: 100%;
    line-height: 100%;
    display: block;
}
.about_main1{
    width: 100%;
    padding: 96px 0 176px;
}
.about_main1_1{
    font-size: 18px;
    color: #333;
    width: 100%;
    line-height: 36px;
    margin-top: 62px;
}
.about_main1_2{
    font-size: 0px;
    width: 100%;
    text-align: center;
    margin-top: 142px;
}
.about_main1_2 ul{
    width: 100%;
}
.about_main1_2 ul li{
    width: 33.33%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.about_main1_2 ul li .pic{
    width: 100%;
}
.about_main1_2 ul li .title{
    font-family: "Arial";
    font-size: 46px;
    font-weight: bold;
    color: #333;
    width: 100%;
    margin-top: 26px;
}
.about_main1_2 ul li .title span.style1{
    font-size: 18px;
    font-weight: normal;
}
.about_main1_2 ul li .content{
    font-size: 16px;
    color: #333;
    width: 100%;
}
.about_main2{
    width: 100%;
}
.about_main2_l{
    width: 50%;
    overflow: hidden;
}
.about_main2_l img{
    width: 100%;
}
.about_main3{
    width: 100%;
    padding: 72px 0 102px;
}
.about_main3 .biaoti{
    background: url(../img/pic38.png) no-repeat center top 8px;
}
.about_main3_1{
    width: 100%;
    margin-top: 56px;
}
.about_main4{
    width: 100%;
    padding: 68px 0 0px;
}
.about_main4 .biaoti{
    background: url(../img/pic39.png) no-repeat center top 8px;
}
.about_main4 .biaoti span{
    color: #fff;
}
.about_main4_1{
    width: 100%;
    margin-top: 70px;
    background: url(../img/pic42.png) repeat-y center;
}
.about_main4_1 ul{
    width: 100%;
    padding: 42px 0 104px;
    background: url(../img/pic41.png) no-repeat center top;
}
.about_main4_1 ul li{
    width: 100%;
    margin-top: 40px;
    padding-top: 14px;
    padding-left: 55%;
    background: url(../img/pic43.png) no-repeat center top;
}
.about_main4_1 ul li.even{
    text-align: right;
    padding-right: 55%;
    padding-left: 0%;
    background: url(../img/pic44.png) no-repeat center top;
}
.about_main4_1 ul li .title{
    font-family: "Arial";
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    line-height: 100%;
}
.about_main4_1 ul li .content{
    font-size: 18px;
    color: #fff;
    width: 100%;
    line-height: 28px;
    margin-top: 8px;
}
.about_main5{
    width: 100%;
    padding: 68px 0 100px;
}
.about_main5 .biaoti{
    background: url(../img/pic40.png) no-repeat center top 8px;
}
.about_main5_1{
    width: 100%;
    margin-top: 54px;
}
.about_main5_1 .owl-carousel3{ width:100%; }
.about_main5_1 .item{ width:100%; }
.about_main5_1 .item ul{
    margin: -18px -18px 0 0;
}
.about_main5_1 .item ul li{
    width: 25%;
    padding: 18px 18px 0 0;
}
.about_main5_1 .item ul li .pic{
    width: 100%;
    padding: 18px 14px;
    background-color: #eaecec;
    border: 1px solid #b8b8b8;
}
.about_main5_1 .item ul li .pic_nr{
    width: 100%;
    background-color: #fff;
    border: 1px solid #bcbaba;
    overflow: hidden;
}
.about_main5_1 .item ul li .pic_nr img{
    width: 100%;
}

.about_main5_1 .owl-buttons{display: none;}
.about_main5_1 .owl-controls{ width:100%; height:100%; text-align:center; margin-top:0px; padding-bottom: 80px; }
.about_main5_1 .owl-pagination{height:16px; z-index:1111;position:relative; bottom:0px;}
.about_main5_1 .owl-dots{ font-size: 0px; width:100%;height:16px;text-align:center; position: absolute; bottom: 0px; left: 0px; z-index: 2; }
.about_main5_1 .owl-dots .owl-dot{ display:inline-block; *display:inline; *zoom:1; }
.about_main5_1 .owl-dots .owl-dot span{width:16px;height:16px; margin:0 10px; background-color: rgba(153,153,153,.27); border-radius: 100%; }
.about_main5_1 .owl-dots .owl-dot.active span, .about_main5_1 .owl-dots .owl-dot:hover span{ background-color: rgba(39,122,218,1); }
.about_main5_1 .owl-controls .owl-nav{ position:absolute; left:0px; right:0px; top:50%; margin-top:16px; z-index:6; }
.about_main5_1 .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:0px;width:73px;height:106px;margin:0px;padding:0px;background:none;display:inline-block;cursor:pointer;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
.about_main5_1 .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none;}
.about_main5_1 .owl-controls .owl-nav .owl-prev{ background: url(../img/pic4.png) no-repeat center; background-size: cover; position:absolute; left:0px; }
.about_main5_1 .owl-controls .owl-nav .owl-next{ background: url(../img/pic5.png) no-repeat center; background-size: cover; position:absolute; right:0px; }
.about_main5_1 .owl-controls .owl-nav .owl-prev:hover{ background: url(../img/pic4h.png) no-repeat center; background-size: cover; }
.about_main5_1 .owl-controls .owl-nav .owl-next:hover{ background: url(../img/pic5h.png) no-repeat center; background-size: cover; }