@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;
}

body{
    overflow-x: hidden;
}

/* 头部 */
.header{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
}
.header .navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 91px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius:0px;
}
.header .navbar-default {
  /*background: url(../images/pic1.png) repeat-x center bottom;*/
  background:#fff;
}
.header .navbar-brand {
  float: left;
  height: 91px;
  padding: 15px 0 0 44px;
  font-size: 18px;
  line-height: 0px;
  position:absolute;
}
.header .navbar-brand img {
  height: 60px;
}
.header .navbar-default .navbar-nav > li > a {
  font-size:16px;
  color: #333;
}
.header .navbar-default .navbar-nav > li{
  margin:0px;
}

.header .navbar .search { margin-top: 29px; padding-right: 50px; }
.header .navbar .search .wbk1 { font-size: 14px; color: #333; width: 184px; height: 35px; line-height: 33px; padding: 0 11px; background-color: #fff; border: 1px solid #d4d4d4; border-right: 0px; }
.header .navbar .search .btn1 { font-size: 14px; color: #333; width: 50px; height: 35px; line-height: 33px; text-align: center; background: #efefef url(../images/pic40.png) no-repeat center; border: 0px; }

.header .nav{ padding-right:24px; padding-bottom:0px; }
.header .nav > li{ margin-right:26px !important; position:relative; }
.header .nav > li > a { line-height: 89px; text-align: center; margin-bottom: -1px; padding: 0 10px; 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: #fff;
  border-bottom: 3px solid #0d5daf;
}
.header .navbar-default .navbar-nav > .active > a {
  background: none;
  color: #0d5daf;
  border-bottom: 3px solid #0d5daf;
}
.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: #0d5daf;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #0d5daf;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #0d5daf;
}
.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: #0d5daf;
  border-bottom: 3px solid #0d5daf;
}

.header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50% !important;
  margin-left: -1500px !important;
  z-index: 1000;
  display: none;
  width: 3000px;
  min-width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 0px;
  text-align: center;
  background:rgba(0, 0, 0, 0.8);
  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{
    text-align: left;
    padding: 20px 24px 30px;
    display: inline-block;
    vertical-align: top;
}
.header .dropdown-menu > li p{
    font-size: 16px;
    color: #265594;
    width: 100%;
    line-height: 100%;
}
.header .dropdown-menu > li p a{
    color: #265594;
}
.header .dropdown-menu > li p a:hover{
    text-decoration: underline;
}
.header .dropdown-menu > li span{
    font-size: 14px;
    color: #fff;
    width: 100%;
    line-height: 30px;
    display: block;
}
.header .dropdown-menu > li span a{
    color: #fff;
}
.header .dropdown-menu > li span a:hover{
    color: #265594;
    text-decoration: underline;
}

.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:#00a0e9 !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%; overflow:hidden; position:relative; z-index:1000; }
.banner .item{ width:100%; }
.banner img{
    display: block;
    width: 100%;
    height: auto;
}
.banner a{
    display: block;
    width: 100%;
}

.banner .owl-buttons{display: none;}
.banner .owl-theme .owl-controls{ width:100%; height:100%; text-align:center; margin-top:0px; }
.banner .owl-pagination{height:8px; z-index:1111;position:relative; bottom:0px; display:none;}
.banner .owl-theme .owl-dots{ font-size: 0px; width:100%;height:8px;text-align:center; position: absolute; bottom: 18px; left: 0px; }
.banner .owl-theme .owl-dots .owl-dot{ display:inline-block; *display:inline; *zoom:1;  }
.banner .owl-theme .owl-dots .owl-dot span{width:8px;height:8px; background-color: #fff; margin:0 8px; border-radius:100%; }
.banner .owl-theme .owl-dots .owl-dot.active span, .banner .owl-theme .owl-dots .owl-dot:hover span{ background-color: #0d5daf; }
.banner .owl-theme .owl-controls .owl-nav{ position:absolute; left:0px; right:0px; top:50%; margin-top:-25px; z-index:6; }
.banner .owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:0px;width:33px;height:57px;margin:0px;padding:0px;background:none;display:inline-block;cursor:pointer;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
.banner .owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none;}
/*.banner .owl-theme .owl-controls .owl-nav .owl-prev{ background: url(../images/pic1.png) no-repeat center; position:absolute; left:30px; }*/
/*.banner .owl-theme .owl-controls .owl-nav .owl-next{ background: url(../images/pic2.png) no-repeat center; position:absolute; right:30px; }*/
/*.banner .owl-theme .owl-controls .owl-nav .owl-prev:hover{ background: url(../images/pic1.png) no-repeat center; }*/
/*.banner .owl-theme .owl-controls .owl-nav .owl-next:hover{ background: url(../images/pic2.png) no-repeat center; }*/

/* 网站首页 */
.main{
    width: 100%;
    overflow: hidden;
}
.main h2{
    width: 100%;
    text-align: center;
    margin: 0px;
}
.main h2 p{
    font-size: 30px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 100%;
    margin: 0 0 14px;
    padding-bottom: 12px;
    background: url(../images/pic3.png) no-repeat center bottom;
}
.main h2 p em.style1{
    font-weight: bold;
    color: #0d5daf;
}
.main h2 span{
    font-family: "Arial";
    font-size: 16px;
    color: #999;
    width: 100%;
    line-height: 100%;
    text-transform: uppercase;
    display: block;
}

.main1{
    width: 100%;
    padding: 60px 0 140px;
}
.main1_1{
    width: 100%;
    margin-top: 70px;
}
.main1_1 .title{
    font-size: 0px;
    width:22%;
}
.main1_1 .title1{
    width: 100%;
    margin: 5px 0;
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.main1_1 .title1 a{
    width: 100%;
    height:160px;
    text-align: center;
    padding: 56px 20px 20px;
    background: #f0f0f0 url(../images/pic4.png) no-repeat center;
    display:block;
    position: relative;
}
.main1_1 .title1 a p{
    font-size:24px;
    font-weight: bold;
    color:#0d5daf;
    width: 100%;
    line-height: 100%;
}
.main1_1 .title1 a span{
    font-family: "Arial";
    font-size: 18px;
    color: #5b84be;
    width: 100%;
    line-height: 100%;
    text-transform: uppercase;
    display: block;
}
.main1_1 .title1 a:before{
    content: "";
    width: 12px;
    height: 22px;
    background: url(../images/pic5.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -11px;
}
.main1_1 .title1:hover a{
    color: #fff;
    background: #0d5daf url(../images/pic4h.png) no-repeat center;
    -webkit-box-shadow:0 0 27px rgba(0, 0, 0, .11);
    -moz-box-shadow:0 0 27px rgba(0, 0, 0, .11);
    box-shadow:0 0 27px rgba(0, 0, 0, .11);
}
.main1_1 .title1:hover a p{
    color: #fff;
}
.main1_1 .title1:hover a span{
    color: #ecebeb;
}
.main1_1 .title1:hover a:before{
    background: url(../images/pic5h.png) no-repeat center;
}
.main1_1 .title1.xz a{
    color: #fff;
    background: #0d5daf url(../images/pic4h.png) no-repeat center;
    -webkit-box-shadow:0 0 27px rgba(0, 0, 0, .11);
    -moz-box-shadow:0 0 27px rgba(0, 0, 0, .11);
    box-shadow:0 0 27px rgba(0, 0, 0, .11);
}
.main1_1 .title1.xz a p{
    color: #fff;
}
.main1_1 .title1.xz a span{
    color: #ecebeb;
}
.main1_1 .title1.xz a:before{
    background: url(../images/pic5h.png) no-repeat center;
}
.main1_1 .title_nr{
    width:100%;
    padding-left: 0px;
}
.main1_1 .title_nr1{
    width:100%;
    display:none;
}
.main1_1 .title_nr1 ul{
    width:100%;
    margin-top: -16px;
}
.main1_1 .title_nr1 ul li{
    width:25%;
    padding: 16px 14px 0 0;
}
.main1_1 .title_nr1 ul li .item{
    width:100%;
    text-align: center;
    position: relative;
}
.main1_1 .title_nr1 ul li .item .pic{
    width:100%;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}
.main1_1 .title_nr1 ul li .item .pic img{
    width:100%;
}
.main1_1 .title_nr1 ul li .item .title{
    font-size: 16px;
    color: #0d5daf;
    width:100%;
    line-height: 100%;
    padding: 0 10px;
    position: absolute;
    bottom: 30px;
    left: 0px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.main1_1 .title_nr1 ul li .item .jieshao{
    width: 100%;
    height: 100%;
    background-color: rgba(13,93,175,.69);
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: none;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.main1_1 .title_nr1 ul li .item .jieshao_nr{
    width: 100%;
    height: 100%;
    display: table;
}
.main1_1 .title_nr1 ul li .item .jieshao_nrk{
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: table-cell;
    vertical-align: middle;
}
.main1_1 .title_nr1 ul li .item .jieshao_nrk1{
    width: 100%;
    line-height: 100%;
    padding-bottom: 22px;
    background: url(../images/pic6.png) no-repeat center bottom;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main1_1 .title_nr1 ul li .item .jieshao_nrk2{
    width: 100%;
    height: 160px;
    line-height: 32px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.main1_1 .title_nr1 ul li .item .decorate{
    height: 4px;
    background-color: #c9c9c9;
    position: absolute;
    right: 11px;
    bottom: -2px;
    left: 11px;
}
.main1_1 .title_nr1 ul li .item:hover{
    width:100%;
    -webkit-box-shadow:0 0 70px rgba(0, 0, 0, .07);
    -moz-box-shadow:0 0 70px rgba(0, 0, 0, .07);
    box-shadow:0 0 70px rgba(0, 0, 0, .07);
}

.main2{
    width: 100%;
    padding: 70px 0 80px;
    background-color: #f0f0f0;
}
.main2 h2 p{
    background: url(../images/pic7.png) no-repeat center bottom;
}
.main2_1{
    width: 100%;
    margin-top: 50px;
}
.main2_1 .pic{
    width: 45%;
    padding: 35px 0 0 45px;
    background: url(../images/pic8.png) no-repeat;
}
.main2_1 .pic_nr{
    width: 100%;
    overflow: hidden;
}
.main2_1 .pic_nr img{
    width: 100%;
}
.main2_1 .text{
    font-size: 16px;
    width: 55%;
    padding-left: 60px;
}
.main2_1 .text1{
    font-family: "Arial";
    font-weight: bold;
    color: #808080;
    width: 100%;
    height: 64px;
    line-height: 32px;
    letter-spacing: -1px;
    margin: 28px 0 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main2_1 .text2{
    color: #656565;
    width: 100%;
    height: 144px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.main2_1 .text3{
    width: 100%;
    margin-top: 4px;
}
.main2_1 .text3 ul{
    margin: 0px -6px 0 0;
}
.main2_1 .text3 ul li{
    width: 33.33%;
    padding: 6px 6px 0 0;
}
.main2_1 .text3 ul li a{
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 5px;
    background-color: #959595;
    display: block;
}
.main2_1 .text3 ul li a:hover{
    background-color: #0d5daf;
}
.main2_2{
    width: 100%;
    margin-top: 50px;
}
.main2_2 .nr{
    width: 25%;
    text-align: center;
    padding: 5px;
}
.main2_2 .nr1{
    font-size: 48px;
    color: #0d5daf;
    width: 100%;
    line-height: 100%;
}
.main2_2 .nr1 span.style1{
    font-size: 18px;
    line-height: 100%;
    margin-left: 8px;
    display: inline-block;
}
.main2_2 .nr2{
    font-size: 16px;
    color: #727272;
    width: 100%;
    line-height: 100%;
    margin-top: 10px;
}

.main3{
    width: 100%;
    padding: 60px 0 0px;
}
.main3_1{
    width: 100%;
    margin-top: 80px;
}
.main3_1 ul{
    width: 100%;
    padding-bottom: 28px;
    background: url(../images/pic9.png) repeat-y 182px center;
}
.main3_1 ul li{
    width: 100%;
    margin-bottom: 40px;
    background: url(../images/pic10.png) no-repeat 171px 18px;
}
.main3_1 ul li:last-child{
    margin-bottom: 0px;
}
.main3_1 ul li .date{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    width: 170px;
    line-height: 100%;
    margin-top: 22px;
}
.main3_1 ul li .nr{
    margin-left: 216px;
}
.main3_1 ul li .nr .pic{
    width: 31%;
    overflow: hidden;
}
.main3_1 ul li .nr .pic img{
    width: 100%;
}
.main3_1 ul li .nr .text{
    width: 69%;
    padding-left: 32px;
}
.main3_1 ul li .nr .text .title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 19px;
    margin: 22px 0 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main3_1 ul li .nr .text .pdate{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 15px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: none;
}
.main3_1 ul li .nr .text .content{
    font-size: 16px;
    color: #727272;
    width: 100%;
    height: 64px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main3_1 ul li:hover{
    background: url(../images/pic10h.png) no-repeat 171px 18px;
}
.main3_1 ul li:hover .nr .text .title{
    color: #0d5daf;
}

.main4{
    width: 100%;
    padding: 60px 0 24px;
}
.main4_1{
    width: 100%;
    margin-top: 70px;
    padding: 70px 100px 70px 90px;
    border: 1px dashed #8db3d9;
    position: relative;
}
.main4_1_l{
    width: 45%;
}
.main4_1_l1{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    width: 100%;
}
.main4_1_l2{
    font-size: 16px;
    font-weight: bold;
    color: #727272;
    width: 100%;
    line-height: 25px;
    margin: 30px 0 24px;
}
.main4_1_l3{
    width: 100%;
}
.main4_1_l3 .nr{
    text-align: center;
    margin: 10px 40px 0 0;
}
.main4_1_l3 .nr p{
    width: 100%;
}
.main4_1_l3 .nr span{
    font-size: 14px;
    width: 100%;
    line-height: 25px;
    display: block;
}
.main4_1_r{
    width: 55%;
    margin-top: 30px;
    padding-left: 80px;
}
.main4_1_r ul{
    width: 100%;
}
.main4_1_r ul li{
    font-size: 16px;
    color: #727272;
    width: 100%;
    margin-top: 16px;
    border-bottom: 1px solid #dcdcdc;
}
.main4_1_r ul li p{
    width: 40px;
    height: 55px;
    line-height: 55px;
    margin: 0px;
}
.main4_1_r ul li span{
    margin-left: 40px;
    display: block;
}
.main4_1_r ul li span .wbk1{
    width: 100%;
    height: 55px;
    line-height: 53px;
    background: none;
    border: 0px;
}
.main4_1_r ul li span .wbk2{
    width: 100%;
    height: 104px;
    line-height: 23px;
    padding: 17px 0;
    background: none;
    border: 0px;
    resize: none;
}
.main4_1_r ul li span ::-webkit-input-placeholder { /* WebKit browsers */
    color: #727272;
}
.main4_1_r ul li span :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #727272;
}
.main4_1_r ul li span ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #727272;
}
.main4_1_r ul li span :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #727272;
}
.main4_1 .btn1{
    font-size: 16px;
    color: #fff;
    width: 172px;
    height: 50px;
    line-height: 48px;
    background: #0d5daf url(../images/pic12.png) no-repeat center;
    border: 0px;
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -86px;
}

/* 底部 */
.footer{
    width: 100%;
    margin-top: 160px;
    padding: 72px 0 10px;
    background-color: #262A33;
}
.footer_t{
    width: 100%;
    position: relative;
}
.footer_t1{
    width: 149px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -75px;
}
.footer_t2{
}
.footer_t2 a{
    font-size: 18px;
    color: #fff;
    line-height: 53px;
    margin-left: 40px;
}
.footer_t2 a:first-child{
    margin-left: 0px;
}
.footer_t2 a:hover{
    color: #0d5daf;
}
.footer_b{
    font-size: 16px;
    color: #dadada;
    width: 100%;
    line-height: 32px;
    text-align: center;
    margin-top: 66px;
}
.footer_b a{
    color: #dadada;
}
.footer_b a:hover{
    color: #0d5daf;
}

/* 内页BANNER */
.qy_banner{
    width:100%;
}
.qy_banner img{
    width:100%;
}

/* 内页公用 */
.qy_main{
    width: 100%;
}
.qy_main_l{
    width: 22.5%;
    position: relative;
    top: -50px;
}
.qy_main_l h2{
    font-size: 34px;
    color: #fff;
    width: 100%;
    height: 100px;
    line-height: 98px;
    margin: 0px;
    padding: 0 20px;
    background-color: #265594;
    border-top: 2px solid #fca600;
}
.qy_main_l h3{
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 55px;
    line-height: 53px;
    margin: 0px;
    padding: 0 20px;
    background-color: #265594;
    border-top: 2px solid #fca600;
}
.qy_main_l1{
    width: 100%;
}
.qy_main_l1 .ul1{
    width:100%;
    border: 1px solid #f0f0f0;
}
.qy_main_l1 .ul1>li{
    width:100%;
    position: relative;
}
.qy_main_l1 .ul1>li>a{
    font-size:16px;
    color:#333;
    width:100%;
    height:54px;
    line-height:53px;
    padding: 0 20px;
    background: url(../images/pic13.png) no-repeat right 30px center;
    border-bottom: 1px solid #f0f0f0;
    display:block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.qy_main_l1 .ul1>li>a.on{
    background: url(../images/pic13h.png) no-repeat right 30px center;
}
.qy_main_l1 .ul2{
    width:100%;
    display:none;
}
.qy_main_l1 .ul2>li>a{
    font-size:16px;
    color:#666;
    width:100%;
    height:54px;
    line-height:53px;
    padding: 0 20px;
    border-bottom: 1px solid #f0f0f0;
    display:block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.qy_main_l1 .ul2>li>a.on{
    background-color: #337ab7;
    color: #fff;
}
.qy_main_l2{
    width: 100%;
    padding: 18px 15px;
    border: 1px solid #f0f0f0;
}
.qy_main_l2 .nr1{
    width: 100%;
}
.qy_main_l2 .nr2{
    font-size: 16px;
    color: #333;
    width: 100%;
    line-height: 36px;
    margin-top: 12px;
}
.qy_main_r{
    width: 77.5%;
    padding-left: 30px;
}
.qy_main_r1{
    font-size: 14px;
    color: #265594;
    width: 100%;
    line-height: 20px;
    margin-top: 20px;
    padding: 0 0 9px 27px;
    background: url(../images/pic15.png) no-repeat;
    border-bottom: 1px solid #d6d6d6;
}
.qy_main_r1 span.style1{
    color: #333;
}

/* 分页 */
.pages{ font-size:0px; width:100%; text-align:center; margin-top: 140px; }
.pages a{ font-size:12px; color:#666; min-width: 28px; height:28px; line-height:26px; text-align:center; margin:0 3px; padding: 0 6px; border: 1px solid #d8d8d8; display:inline-block; *display:inline; *zoom:1; }
.pages a:hover,.pages a.on{ color: #fff; background-color:#0d5daf; border:1px solid #0d5daf; }
.pages a.operation{ min-width: 58px; }
.pages span{ font-size:12px; color:#333; height:28px; line-height:28px; text-align:center; margin:0 3px; display:inline-block; *display:inline; *zoom:1; }
.pages strong{ font-weight:normal; color:#333; margin:0 2px; }

/* 产品和服务 */
.pro_main{
    width: 100%;
}
.pro_main ul{
    margin-right: -18px;
}
.pro_main ul li{
    width:33.33%;
    padding: 30px 18px 0 0;
}
.pro_main ul li .item{
    width:100%;
    text-align: center;
    position: relative;
}
.pro_main ul li .item .pic{
    width:100%;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}
.pro_main ul li .item .pic img{
    width:100%;
}
.pro_main ul li .item .title{
    font-size: 16px;
    color: #0d5daf;
    width:100%;
    line-height: 100%;
    padding: 0 10px;
    position: absolute;
    bottom: 30px;
    left: 0px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.pro_main ul li .item .jieshao{
    width: 100%;
    height: 100%;
    background-color: rgba(13,93,175,.69);
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    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 .jieshao_nr{
    width: 100%;
    height: 100%;
    display: table;
}
.pro_main ul li .item .jieshao_nrk{
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: table-cell;
    vertical-align: middle;
}
.pro_main ul li .item .jieshao_nrk1{
    width: 100%;
    line-height: 100%;
    padding-bottom: 22px;
    background: url(../images/pic6.png) no-repeat center bottom;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.pro_main ul li .item .jieshao_nrk2{
    width: 100%;
    height: 160px;
    line-height: 32px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.pro_main ul li .item .decorate{
    height: 4px;
    background-color: #c9c9c9;
    position: absolute;
    right: 11px;
    bottom: -2px;
    left: 11px;
}
.pro_main ul li .item:hover{
    width:100%;
    -webkit-box-shadow:0 0 70px rgba(0, 0, 0, .07);
    -moz-box-shadow:0 0 70px rgba(0, 0, 0, .07);
    box-shadow:0 0 70px rgba(0, 0, 0, .07);
}

/* 产品和服务详情 */
.proxq_main{
    width: 100%;
}
.proxq_main1{
    width: 100%;
    margin-top: 30px;
}
.proxq_main1 .pic{
    width: 49%;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.proxq_main1 .pic img{
    width: 100%;
}
.zoom-small-image{border:1px solid #f0f0f0;}
.zoom-tiny-image{border:1px solid #f0f0f0;margin:0px;}
.zoom-tiny-image:hover{border:1px solid #f0f0f0;}

/* 这是下方的鼠标指针的移动镜头平方米。 */
.cloud-zoom-lens {border: 1px solid #f0f0f0;margin:0px;background-color:#fff;cursor:move;}
/* 这是缩放窗口。 */
.cloud-zoom-big { margin-left: 10px; border:1px solid #f0f0f0;overflow:hidden;}
/* 这是加载消息。 */
.cloud-zoom-loading {color:white;background:#fff;padding:0px;border:1px solid #f0f0f0;}
.proxq_main1 .pic2{
    width: 100%;
    border:1px solid #d9d9d9;
    display: none;
}
.proxq_main1 .pic2 img{
    width: 100%;
}

.proxq_main1 .text{
    width: 51%;
    padding-left: 26px;
}
.proxq_main1 .text .title{
    font-size: 20px;
    color: #265594;
    width: 100%;
    margin-top: 14px;
    padding: 0 0 8px 12px;
}
.proxq_main1 .text .content{
    font-size: 16px;
    color: #333;
    width: 100%;
    line-height: 32px;
}
.proxq_main1 .text .content p{
    width: 100%;
    margin: 20px 0 0 0;
    padding-left: 12px;
    background: url(../images/pic16.png) no-repeat left 10px;
}
.proxq_main1 .text .content p.odd{
    background: url(../images/pic17.png) no-repeat left 10px;
}
.proxq_main2{
    width: 100%;
    margin-top: 50px;
}
.proxq_main2 .title{
    font-size: 0px;
    width:100%;
    border-bottom: 1px solid #f0f0f0;
}
.proxq_main2 .title1{
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.proxq_main2 .title1 a{
    font-size: 16px;
    color: #333;
    height:40px;
    line-height: 38px;
    text-align: center;
    padding: 0 20px;
    border: 1px solid #fff;
    border-bottom: 0px;
    display:block;
    position: relative;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.proxq_main2 .title1:hover a{
    color: #265594;
    height: 41px;
    margin-bottom: -1px;
    border-top: 1px solid #265594;
    border-right: 1px solid #f0f0f0;
    border-bottom: 2px solid #fff;
    border-left: 1px solid #f0f0f0;
}
.proxq_main2 .title1.xz a{
    color: #265594;
    height: 41px;
    margin-bottom: -1px;
    border-top: 1px solid #265594;
    border-right: 1px solid #f0f0f0;
    border-bottom: 2px solid #fff;
    border-left: 1px solid #f0f0f0;
}
.proxq_main2 .title_nr{
    width:100%;
}
.proxq_main2 .title_nr1{
    width:100%;
    display:none;
}
.proxq_main2 .title_nr1 .nr1{
    font-size: 16px;
    color: #333;
    width:100%;
    /*line-height: 52px;*/
    margin-top: 38px;
}

.proxq_main2 .title_nr1 .nr1 table{
	width: auto;
	height: auto;
}
.proxq_main2 .title_nr1 .nr2{
    width:100%;
    margin-top: 50px;
}
.proxq_main2 .title_nr1 .nr2 .carousel1{ width:auto; margin: 0 -9px; }
.proxq_main2 .title_nr1 .nr2 .carousel1 .owl-stage-outer{ padding-bottom: 70px; }
.proxq_main2 .title_nr1 .nr2 .item{ width:100%; padding:0 9px; }
.proxq_main2 .title_nr1 .nr2 .item_nr{ width:100%; text-align: center; position: relative; }
.proxq_main2 .title_nr1 .nr2 .item_nr .pic{
    width:100%;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}
.proxq_main2 .title_nr1 .nr2 .item_nr .pic img{
    width:100%;
}
.proxq_main2 .title_nr1 .nr2 .item_nr .title1{
    font-size: 16px;
    color: #0d5daf;
    width:100%;
    line-height: 100%;
    padding: 0 10px;
    position: absolute;
    bottom: 30px;
    left: 0px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.proxq_main2 .title_nr1 .nr2 .item_nr .jieshao{
    width: 100%;
    height: 100%;
    background-color: rgba(13,93,175,.69);
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: none;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.proxq_main2 .title_nr1 .nr2 .item_nr .jieshao_nr{
    width: 100%;
    height: 100%;
    display: table;
}
.proxq_main2 .title_nr1 .nr2 .item_nr .jieshao_nrk{
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: table-cell;
    vertical-align: middle;
}
.proxq_main2 .title_nr1 .nr2 .item_nr .jieshao_nrk1{
    width: 100%;
    line-height: 100%;
    padding-bottom: 22px;
    background: url(../images/pic6.png) no-repeat center bottom;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.proxq_main2 .title_nr1 .nr2 .item_nr .jieshao_nrk2{
    width: 100%;
    height: 160px;
    line-height: 32px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.proxq_main2 .title_nr1 .nr2 .item_nr .decorate{
    height: 4px;
    background-color: #c9c9c9;
    position: absolute;
    right: 11px;
    bottom: -2px;
    left: 11px;
}
.proxq_main2 .title_nr1 .nr2 .item_nr:hover{
    width:100%;
    -webkit-box-shadow:0 0 70px rgba(0, 0, 0, .07);
    -moz-box-shadow:0 0 70px rgba(0, 0, 0, .07);
    box-shadow:0 0 70px rgba(0, 0, 0, .07);
}

.proxq_main2 .title_nr1 .nr2 .owl-buttons{display: none;}
.proxq_main2 .title_nr1 .nr2 .owl-controls{ width:100%; height:100%; text-align:center; margin-top:0px; }
.proxq_main2 .title_nr1 .nr2 .owl-pagination{height:15px; z-index:1111;position:relative; bottom:0px;}
.proxq_main2 .title_nr1 .nr2 .owl-dots{ font-size: 0px; width:100%;height:15px;text-align:center; position: absolute; bottom: 0px; left: 0px; z-index: 2; }
.proxq_main2 .title_nr1 .nr2 .owl-dots .owl-dot{ display:inline-block; *display:inline; *zoom:1; }
.proxq_main2 .title_nr1 .nr2 .owl-dots .owl-dot span{width:15px;height:15px; margin:0 5px; background-color: #d6d6d6; border-radius: 100%; }
.proxq_main2 .title_nr1 .nr2 .owl-dots .owl-dot.active span, .proxq_main2 .title_nr1 .nr2 .owl-dots .owl-dot:hover span{ background-color: #265594; }
.proxq_main2 .title_nr1 .nr2 .owl-controls .owl-nav{ position:absolute; left:0px; right:0px; top:50%; margin-top:16px; z-index:6; }
.proxq_main2 .title_nr1 .nr2 .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;}
.proxq_main2 .title_nr1 .nr2 .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none;}
.proxq_main2 .title_nr1 .nr2 .owl-controls .owl-nav .owl-prev{ background: url(../images/pic4.png) no-repeat center; background-size: cover; position:absolute; left:0px; }
.proxq_main2 .title_nr1 .nr2 .owl-controls .owl-nav .owl-next{ background: url(../images/pic5.png) no-repeat center; background-size: cover; position:absolute; right:0px; }
.proxq_main2 .title_nr1 .nr2 .owl-controls .owl-nav .owl-prev:hover{ background: url(../images/pic4h.png) no-repeat center; background-size: cover; }
.proxq_main2 .title_nr1 .nr2 .owl-controls .owl-nav .owl-next:hover{ background: url(../images/pic5h.png) no-repeat center; background-size: cover; }
.proxq_main3{
    width: 100%;
    margin-top: 0px;
}

/* 发展历程 */
.course_main{
    width: 100%;
    height: 548px;
    margin-top: 50px;
    overflow: hidden;
    overflow-y: auto;
}
.course_main ul{
    width: 100%;
    padding-bottom: 30px;
    background: url(../images/pic19.png) repeat-y 71px center;
}
.course_main ul li{
    font-size: 16px;
    color: #333;
    width: 100%;
    background: url(../images/pic20.png) no-repeat 64px 0px;
}
.course_main ul li .date{
    width: 64px;
    line-height: 100%;
    margin-top: 0px;
}
.course_main ul li .nr{
    margin-left: 94px;
}
.course_main ul li .nr1{
    width: 100%;
    line-height: 100%;
    margin-bottom: 46px;
    padding-right: 20px;
}
.course_main ul li:last-child .nr1:last-child{
    margin-bottom: 0px;
}
.nicescroll-rails{
    background-color: #ccc;
}
.nicescroll-rails div{
    width: 4px !important;
    right: -1px;
}

/* 关于我们 */
.about_main{
    width: 100%;
}
.about_main1{
    font-size: 16px;
    color: #333;
    width: 100%;
    line-height: 50px;
    margin: 18px 0 -10px;
}
.about_main2{
    width: 100%;
    margin-top: 70px;
}
.about_main2 img{
    width: 100%;
}

/* 技术支持 */
.support_main{
    width: 100%;
    margin-top: 30px;
}
.support_main ul{
    width: 100%;
}
.support_main ul li{
    font-size: 16px;
    color: #333;
    width: 100%;
    margin-top: 10px;
}



.support_main ul li .title{
    width: 100%;
    line-height: 30px;
    padding: 10px 40px 10px 56px;
    background: #f1f1f1 url(../images/pic21.png) no-repeat 20px 15px;
    cursor: pointer;
}
.support_main ul li .title_nr{
    width: 100%;
    padding-right: 20px;
    background: url(../images/pic23.png) no-repeat right 11px;
}
.support_main ul li .title.on .title_nr{
    background: url(../images/pic24.png) no-repeat right 11px;
}
.support_main ul li .content{
    width: 100%;
    line-height: 30px;
    margin-bottom: -6px;
    padding: 10px 16px 10px 62px;
    background: url(../images/pic22.png) no-repeat 20px 15px;
    display: none;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}


/* 市场解决方案 */
.solution_main{
    width: 100%;
    margin-top: 8px;
}
.solution_main ul{
    margin-right: -22px;
}
.solution_main ul li{
    width:33.33%;
    padding: 22px 22px 0 0;
}
.solution_main ul li .item{
    width:100%;
}
.solution_main ul li .item .pic{
    width:100%;
    overflow: hidden;
}
.solution_main ul li .item .pic img{
    width:100%;
}
.solution_main ul li .item .title{
    font-size: 16px;
    color: #fff;
    width:100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    padding: 0 10px;
    background-color: #0d5daf;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.solution_main ul li .item:hover .title{
    color: #0d5daf;
    background-color: #fafafa;
}

/* 解决方案详情 */
.solutionxq_main{
    width: 100%;
}
.solutionxq_main1{
    font-size: 24px;
    color: #265594;
    width: 100%;
    text-align: center;
    margin-top: 54px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.solutionxq_main2{
    font-size: 12px;
    color: #a4a4a4;
    width: 100%;
    text-align: center;
    margin-top: 18px;
}
.solutionxq_main2 span.style1{
    margin: 0 10px;
}
.solutionxq_main3{
    width: 100%;
    margin-top: 34px;
}
.solutionxq_main4{
    width: 100%;
    line-height: 60px;
    margin-top: 10px;
}
.solutionxq_main5{
    width: 100%;
    margin-top: 84px;
}
.solutionxq_main5 .nr{
    font-size: 16px;
    color: #9a9a9a;
    max-width: 48%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.solutionxq_main5 .nr a{
    color: #9a9a9a;
}
.solutionxq_main5 .nr a:hover{
    color: #0d5daf;
}

/* 联系我们 */
.contact_main{
    width: 100%;
}
.contact_main1{
    width: 100%;
    margin-top: 108px;
}
.contact_main1 .nr{
    width: 33.33%;
    text-align: center;
    padding: 5px;
}
.contact_main1 .nr1{
    width: 100%;
}
.contact_main1 .nr2{
    color: #265594;
    width: 100%;
    margin: 36px 0 10px;
}
.contact_main1 .nr3{
    width: 100%;
    line-height: 30px;
}
.contact_main2{
    width: 100%;
    margin-top: 38px;
}
.contact_main2 *{
    width: 100%;
}

/* 企业文化 */
.culture_main{
    width: 100%;
    margin-top: 60px;
}
.culture_main .pic{
    width: 32%;
    overflow: hidden;
}
.culture_main .pic img{
    width: 100%;
}
.culture_main .text{
    width: 68%;
    padding-left: 60px;
}
.culture_main .text_nr{
    width: 100%;
    margin: 46px 0;
}
.culture_main .text_nr1{
    width: 100%;
}
.culture_main .text_nr2{
    font-size: 24px;
    color: #265594;
    width: 100%;
    margin: 20px 0;
}
.culture_main .text_nr3{
    font-size: 16px;
    color: #333;
    width: 100%;
}

/* 荣誉资质 */
.honor_main{
    width: 100%;
    margin-top: 60px;
}

/* 新闻中心 */
.new_main{
    width: 100%;
    margin-top: 30px;
}
.new_main ul{
    width: 100%;
}
.new_main ul li{
    width: 100%;
    background-color: #f7f7f7;
    margin-top: 20px;
    position: relative;
}
.new_main ul li .pic{
    width: 230px;
    padding: 15px;
}
.new_main ul li .pic_nr{
    width: 100%;
    overflow: hidden;
}
.new_main ul li .pic_nr img{
    width: 100%;
}
.new_main ul li .text{
    margin-left: 230px;
    padding: 35px 20px 30px;
}
.new_main ul li .text .title{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 16px;
    padding-right: 108px;
    position: relative;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.new_main ul li .text .title .date{
    position: absolute;
    top: 0px;
    right: 0px;
}
.new_main ul li .text .content{
    font-size: 14px;
    color: #727272;
    width: 100%;
    height: 64px;
    line-height: 32px;
    margin-top: 14px;
    padding-right: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_main ul li .text .more{
    position: absolute;
    right: 20px;
    bottom: 18px;
}
.new_main ul li .text .more span{
    font-size: 14px;
    color: #ccc;
    width: 110px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 35px;
    display: inline-block;
}
.new_main ul li:hover{
    -webkit-box-shadow:0 0 21px rgba(0, 0, 0, .1);
    -moz-box-shadow:0 0 21px rgba(0, 0, 0, .1);
    box-shadow:0 0 21px rgba(0, 0, 0, .1);
}
.new_main ul li:hover .pic{
    background-color: #c9c9c9;
}
.new_main ul li:hover .text .more span{
    color: #fff;
    border: 1px solid #a2a2a2;
    background: #265594;
}

/* 下载中心 */
.download_main{
    width: 100%;
    margin-top: 10px;
}
.download_main ul{
    width: 100%;
}
.download_main ul li{
    width: 100%;
    padding: 25px 0 20px;
    border-bottom: 1px solid #f0f0f0;
}
.download_main ul li .title{
    font-size: 16px;
    color: #333;
    width: 100%;
    line-height: 16px;
    padding-right: 98px;
    position: relative;
}
.download_main ul li .title .date{
    font-size: 12px;
    color: #adadad;
    position: absolute;
    top: 0px;
    right: 0px;
}
.download_main ul li .content{
    font-size: 12px;
    color: #adadad;
    width: 100%;
    line-height: 30px;
    margin-top: 10px;
    padding-right: 88px;
    position: relative;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.download_main ul li .content span.style1{
    margin-right: 30px;
}
.download_main ul li .content span.style1 img{
    margin-right: 6px;
    position: relative;
    top: -2px;
}
.download_main ul li .content .down{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.download_main ul li .content .down a{
    font-size: 14px;
    color: #fff;
    width: 77px;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    background: #265594 url(../images/pic31.png) no-repeat 13px center;
    display: inline-block;
}