﻿@import "iconfont.css";
.c99
{
    color: #999;
}
.c66
{
    color: #666;
}
.vm
{
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
a:hover
{
    text-decoration: none;
}
h3, p
{
    margin: 0;
}
html, body
{
    overflow-x: hidden;
    width: 100%;
}
html
{
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga","kern";
}
body
{
    font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    min-width: 320px;
    background-color: #fff;
}
a, a:hover
{
    color: #333;
    cursor: pointer;
}
ul, li
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.left
{
    float: left;
    display: inline-block;
}
.right
{
    float: right;
    display: inline-block;
}
.clearfix:after
{
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.clearfix
{
    *zoom: 1;
}
.container
{
    width: 93%;
    padding: 0;
    margin: 0 auto;
}
.w2
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.w3
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.w1
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c1
{
    color: #1476d9;
}
.f16
{
    font-size: 16px;
}
.f12
{
    font-size: 12px;
}
.header .container
{
    position: relative;
}
.header
{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1500;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    width: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    background: #fff;
    height: 82px;
    line-height: 82px;
}
.header a
{
    text-decoration: none;
}
.header .logo
{
    float: left;
    font-size: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.header .logo img
{
    display: inline-block;
    width: auto;
}
.hmenu
{
    background: #efefef;
    height: 65px;
    line-height: 65px;
    border-bottom: 2px solid #1476d9;
}
.header .nav
{
    margin-right: 70px;
}
.header .nav a.item
{
    color: #3e3a39;
    padding: 0 20px;
    display: block;
    border-bottom: 1px solid transparent;
}
.header .nav>li
{
    float: left;
    position: relative;
    transition: all 300ms;
    color: #3e3a39;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.header .nav>li>a.item
{
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #282828;
    position: relative;
}
.header .nav>li:hover>a.item
{
    color: #333;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    background: #0055a5;
    color: #fff;
    border-bottom: 1px solid #0055a5;
}
.header .nav>li.active a.item
{
    background: #0055a5;
    color: #fff;
}
.header .menu-btn
{
    float: left;
    margin: 7px 0;
    height: 16px;
    width: 24px;
    position: relative;
}
.header .menu-btn span
{
    display: block;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.header .menu-btn span:nth-of-type(1)
{
    top: 0;
}
.header .menu-btn span:nth-of-type(2)
{
    top: 50%;
    margin-top: -1px;
    width: 12px;
}
.header .menu-btn span:nth-of-type(3)
{
    bottom: 0;
}
.header .menu-btn.active span:nth-of-type(1)
{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}
.header .menu-btn.active span:nth-of-type(2)
{
    opacity: 0;
}
.header .menu-btn.active span:nth-of-type(3)
{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
}
.suo-icon .iconfont
{
    font-size: 20px;
    color: #666;
}
.suo-icon, .suo-close
{
    position: absolute;
    right: 10px;
    top: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fff;
    line-height: 40px;
}
.ht_a
{
    margin-left: 10px;
    color: #666;
    font-size: 14px;
    margin-top: 25px;
}
.ht_a .iconfont, .mm-navbar a .iconfont
{
    color: #1476d9;
}
.mm-navbar a:first-child
{
    border-right: 1px solid rgba(0,0,0,.1);
}
.suo-close
{
    display: none;
}
.searchbox
{
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 81px;
    display: none;
    background: #fff;
    padding: 15px;
}
.searchbox input
{
    float: left;
    width: 180px;
    height: 30px;
    line-height: 30px;
    border: none;
    font-size: 12px;
    outline: none;
    color: #333;
    background: none;
    padding: 0 10px;
}
.searchbox button
{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    width: 50px;
    text-align: center;
    border: none;
    color: #666;
    float: right;
    background: none;
    outline: none;
}
#menu .bicon
{
    display: block;
    background: no-repeat center;
}
.subMenu
{
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    border-top: 3px solid #0055a5;
    padding: 15px 0;
    background: #fff;
    display: none;
}
.subMenu a
{
    display: block;
    line-height: normal;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.subMenu a:hover
{
    background: #f2f6fa;
    color: #0055a5;
}
.header .nav>li:hover .subMenu
{
    display: block;
}
.gedu
{
    margin-top: 82px;
}
.owl-stage-outer, .owl-stage, .owl-carousel .owl-item
{
    height: 100%;
}/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0!important!;
}
.slick-list:focus
{
    outline: 0;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track
{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:after, .slick-track:before
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden
{
    display: none;
}/* Arrows */
.slick-prev, .slick-next
{
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 20px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:focus, .slick-next:focus
{
    outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before
{
    opacity: .25;
}/* Dots */
.slick-dots
{
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    outline: none;
}
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
}
.sides
{
    position: fixed;
    z-index: 500;
    right: 20px;
    top: 50%;
}
.sides a
{
    display: block;
    background: #1b1b1d;
    height: 45px;
    line-height: 45px;
    position: relative;
    color: #fff;
    text-align: center;
    margin-bottom: 2px;
}
.sides a .iconfont
{
    font-size: 20px;
}
.sides a.gotop .c
{
    background: #0055a5;
    overflow: visible;
}
.sides a.gotop .iconfont
{
    color: #0055a5;
    position: absolute;
    left: 10px;
    top: -14px;
    line-height: normal;
    font-size: 22px;
    z-index: 20;
}
.sides a .c
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    background: #1b1b1d;
    transition: all 400ms;
    overflow: hidden;
}
.sides a.azxun:hover .c
{
    width: 120px;
    color: #fff;
    background: #0055a5;
    text-align: center;
}
.sides a.atel:hover .c
{
    width: 160px;
}
.sides a:hover .c
{
    background: #0055a5;
}
.sides a .c .icon
{
    display: inline-block;
    width: 45px;
    line-height: 45px;
    text-align: center;
    height: 45px;
}
.sides a.azxun p
{
    text-align: center;
}
.sides .wxin
{
    display: none;
    position: absolute;
    left: -170px;
    top: 0;
    background: #0055a5;
    padding: 5px;
}
.sides a.aweixin:hover .wxin
{
    display: block;
}/*banner*/
.mobimg
{
    display: none;
}
.pcimg
{
    display: block;
}
.banner
{
    color: #fff;
    position: relative;
}
.banner .slick-dots
{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.banner .slick-dots li
{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin: 0 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: top;
    outline: none;
    border-radius: 10px;
    font-size: 0;
}
.banner .slick-dots li.slick-active
{
    background-color: #adafae;
}
.banner img
{
    width: 100%;
    height: auto;
    display: block;
}
.banner .slick-prev, .banner .slick-next
{
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    z-index: 200;
}
.banner .slick-prev
{
    background-image: url(../image/prev.png);
    left: 20px;
}
.banner .slick-next
{
    background-image: url(../image/next.png);
    right: 20px;
}
.com_tit
{
    padding: 50px 0;
}
.com_tit h3
{
    font-size: 30px;
    font-weight: normal;
}
.com_tit p
{
    text-transform: uppercase;
    color: #8f8f8f;
}
.chd
{
    margin-bottom: 50px;
}
.chd li
{
    display: inline-block;
    border: 1px solid #dcdcdc;
    margin: 0 1px;
    height: 40px;
    line-height: 40px;
    width: 105px;
    color: #666;
    transition: all 400ms;
}
.chd li.on, .chd li:hover
{
    background: #0055a5;
    color: #fff;
    border-color: #0055a5;
}
.chd li.on a, .chd li:hover a
{
    color: #fff;
}
.cbd
{
    position: relative;
}
.bdiv
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
}
.bdiv.cur
{
    z-index: 20;
    opacity: 1;
}
.cSlick
{
    position: relative;
    padding-bottom: 40px;
}
.cSlick .item
{
    display: block;
    margin: 0 10px;
    outline: none;
}
.cSlick .item img
{
    max-width: 100%;
    display: block;
    height: auto;
}
.cSlick .item .txt
{
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 15px 0;
    background: none;
    transition: all 400ms;
}
.cSlick .img
{
    position: relative;
}
.cSlick .imore
{
    width: 45px;
    height: 45px;
    background: #0055a5;
    color: #fff;
    border-radius: 50%;
    z-index: 20;
    text-align: center;
    line-height: 45px;
    opacity: 0;
}
.cSlick .imore .iconfont
{
    font-size: 18px;
}
.cSlick .item:hover .txt
{
    background: #0055a5;
    color: #fff;
}
.cSlick .item:hover .imore
{
    opacity: 1;
}
.cSlick .slick-dots, .hSlick .slick-dots
{
    bottom: 0;
    font-size: 0;
}
.cSlick .slick-dots li, .hSlick .slick-dots li
{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dfe1e3;
}
.cSlick .slick-dots li.slick-active, .hSlick .slick-dots li.slick-active
{
    background: #0055a5;
}
.cSlick .slick-prev, .cSlick .slick-next
{
    z-index: 20;
    width: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #e8e8e8;
    font-size: 0;
    margin-top: 0;
    top: 30%;
}
.cSlick .slick-prev
{
    left: -35px;
}
.cSlick .slick-next
{
    right: -35px;
}
.cSlick .slick-prev:after
{
    content: "";
    font-family: "iconfont"!important;
    font-size: 16px;
    position: absolute;
    left: 6px;
    top: 0;
    color: #666;
}
.cSlick .slick-next:after
{
    content: "";
    font-family: "iconfont"!important;
    font-size: 16px;
    position: absolute;
    right: 6px;
    top: 0;
    color: #666;
}
.cmore
{
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 30px auto;
    border: 1px solid #dcdcdc;
    color: #666;
    transition: all 400ms;
}
.cmore:hover
{
    background: #d40;
    color: #fff;
    border-color: #d40;
}
.mob
{
    display: none;
}
.inUs
{
    background: #0055a5;
    position: relative;
}
.inPic
{
    position: relative;
    width: 50%;
}
.inPic img
{
    display: block;
}
.inUl
{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: #2b2b2b;
    z-index: 20;
    color: #fff;
}
.inUl li
{
    width: 33.33333%;
    text-align: center;
    float: left;
    padding: 15px 0 20px 0;
    border-left: 1px solid #414141;
}
.inUl li:first-child
{
    border-left: none;
}
.inUl li span
{
    font-size: 40px;
}
.inUl li .n
{
    position: relative;
    display: inline-block;
}
.inUl li .n sup
{
    position: absolute;
    right: -10px;
    top: 15px;
}
.intxt
{
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    bottom: 0;
}
.intxt .container
{
    height: 100%;
}
.in_tc
{
    color: #fff;
    width: 50%;
    float: right;
    position: relative;
    height: 100%;
}
.in_tc .vtm
{
    right: 0;
    position: absolute;
    left: 9%;
}
.in_tc h3
{
    font-size: 24px;
}
.in_tc .iline
{
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 10px 0;
}
.in_tc p
{
    line-height: 1.8;
    padding: 20px 0 30px 0;
    text-indent: 2em;
}
.in_tc .nmore
{
    width: 90px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    color: #666;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}
.in_tc .nmore .iconfont
{
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.in_tc .nmore:hover
{
    background: #d40;
    color: #fff;
}
.newsCenter
{
    background: #f4f4f4;
    padding-bottom: 20px;
}
.cSlick_a .imore
{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #0055a5;
    width: 100%;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    transition: all 400ms;
}
.cSlick_a .item
{
    margin: 0 15px;
}
.cSlick_a
{
    margin: 0 -15px;
    padding-bottom: 0;;
}
.cSlick_a .desc
{
    padding: 30px 25px;
    transition: all .36s ease;
}
.cSlick_a .desc h3
{
    font-size: 16px;
    text-align: center;
}
.cSlick_a .desc p, .nlist li p
{
    color: #666;
    padding-top: 10px;
    line-height: 1.8;
}
.cSlick_a .item
{
    padding-bottom: 20px;
}
.cSlick_a .item:hover .desc
{
    background: #fff;
    box-shadow: 0 8px 15px rgba(123,123,123,.08);
}
.cSlick_a .slick-dots
{
    display: none!important;
}
.cSlick_a .item:hover .desc h3
{
    color: #0055a5;
}
.cSlick_a .img
{
    overflow: hidden;
}
.cSlick_a .img img
{
    transition: all 400ms;
}
.cSlick_a .item:hover .img img
{
    transform: scale(1.1);
}
.nlist li h3
{
    font-size: 16px;
    margin-top: 15px;
}
.nlist li img
{
    display: block;
    width: 100%;
}
.nlist li
{
    margin-bottom: 20px;
}
.cSlide .bd
{
    width: 43%;
    display: inline-block;
}
.cSlide .bd li
{
    overflow: hidden;
}
.cSlide .bd li img
{
    width: 100%;
    height: auto;
    transition: all 400ms;
}
.cSlide .bd li:hover img
{
    transform: scale(1.1);
}
.cSlide .cs_r
{
    width: 57%;
    overflow: hidden;
    position: relative;
}
.cSlide .hd li
{
    width: 33.33333%;
    height: 30%;
    overflow: hidden;
    float: left;
    position: relative;
}
.cSlide .hd li img
{
    width: 100%;
}
.cs_bot
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.cs_bot .pageState, .cs_bot .prev, .cs_bot .next
{
    width: 33.33333%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    float: left;
    background: #f7f7f7;
}
.cs_bot .pageState
{
    background: #fff;
    font-size: 22px;
    color: #666;
}
.cs_bot .pageState span
{
    color: #0055a5;
}
.cs_bot .prev:hover, .cs_bot .next:hover
{
    background: #0055a5;
    color: #fff;
}
.cSlide .hd li .infor
{
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
}
.cSlide .hd li .infor:after
{
    content: '';
    background: rgba(0,85,165,.7);
    transition: all 400ms;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
}
.cSlide .hd li .infor h3
{
    font-size: 16px;
    transition: all 500ms;
    transform: translate3d(0,30px,0);
}
.cSlide .hd li .infor p
{
    transition: all 600ms;
    transform: translate3d(0,40px,0);
}
.cSlide .hd li .infor .vm
{
    width: 80%;
    text-align: center;
    z-index: 20;
}
.cSlide .hd li.on .infor, .cSlide .hd li:hover .infor, .cSlide .hd li.on .infor:after, .cSlide .hd li:hover .infor:after
{
    width: 100%;
}
.cSlide .hd li.on .infor h3, .cSlide .hd li:hover .infor h3, .cSlide .hd li.on .infor p, .cSlide .hd li:hover .infor p
{
    transform: translate3d(0,0,0);
}
.cSlide .hd li a
{
    display: block;
    overflow: hidden;
}
.footer
{
    background: #000;
    padding: 30px 0 0;
}
.ftit
{
    margin-bottom: 15px;
}
.ftit h3
{
    font-size: 16px;
    color: #fff;
}
.ftit p
{
    color: #8a8a8a;
    font-size: 14px;
}
.fnav p
{
    float: left;
}
.fnav p a
{
    display: block;
    color: #888;
    width: 95px;
    line-height: 2.2;
}
.fnav p a:hover
{
    color: #d40;
}
.fcont
{
    color: #888;
    line-height: 2.2;
}
.fdiv
{
    margin-right: 100px;
}
.fbot
{
    border-top: 1px solid #1b1b1b;
    padding: 14px 0;
    margin-top: 30px;
    color: #888;
}
.scope
{
    padding-bottom: 20px;
}
.vtm
{
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.aBan
{
    height: 298px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.aBan .container
{
    height: 100%;
    position: relative;
}
.aBan .txt
{
    left: 0;
    color: #f8a000;
}
.aBan .txt h3
{
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 23px;
}
.aBan .txt h3 i
{
    background: rgba(0,0,0,.1);
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 50%;
}
.aBan .txt h3 i:after
{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-top: -2px;
    margin-left: -2px;
    background: #f8a000;
    top: 50%;
}
.aBan .txt2
{
    left: 0;
    color: #fff;
}
.aBan .txt2 h3
{
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 23px;
}
.aBan .txt2 h3 i
{
    background: rgba(0,0,0,.1);
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 50%;
}
.aBan .txt2 h3 i:after
{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-top: -2px;
    margin-left: -2px;
    background: #fff;
    top: 50%;
}
.us_img
{
    width: 50%;
    float: left;
    padding-right: 25px;
    padding-bottom: 10px;
}
.about_us .infor p
{
    text-indent: 2em;
    line-height: 1.8;
}
.jiagou
{
    background: url(../image/jg.jpg) no-repeat center;
    background-size: cover;
    height: 1017px;
    margin-top: 60px;
}
.jgtu
{
    text-align: center;
}
.jgtu img
{
    max-width: 100%;
}
.hSlick
{
    position: relative;
    margin: 0 -20px 40px -20px;
}
.hSlick .item
{
    margin: 0 20px;
    outline: none;
}
.hSlick .item a
{
    outline: none;
    display: block;
    overflow: hidden;
}
.hSlick .item a img
{
    transition: all .36s ease;
}
.hSlick .item a:hover img
{
    transform: scale(1.1);
}
.hSlick .slick-dots
{
    position: static;
}
.hjbox
{
    background: #f3f7fa;
    padding-bottom: 20px;
}
.rySlick p
{
    padding: 10px 0;
    text-align: center;
    margin: 10px 0;
    transition: all 300ms;
}
.rySlick .item:hover p
{
    background: #0055a5;
    color: #fff;
}
.enSlick
{
    margin: 0 -10px 30px -10px;
    text-align: center;
}
.enSlick div
{
    outline: none;
}
.enSlick .item
{
    outline: none;
    display: block;
    margin: 0 0 20px 0;
    padding: 0 10px;
}
.hSlick .item img
{
    width: 100%;
    height: auto;
    display: block;
}
.enSlick p
{
    padding: 10px 0;
    color: #666;
    transition: all 400ms;
}
.enSlick .item a
{
    display: block;
}
.cSlick_cp .item
{
    float: left;
    width: 33.3333%;
    margin: 0;
    padding: 0 10px;
    margin-bottom: 20px;
}
.enSlick .item:hover p
{
    background: #0055a5;
    color: #fff;
}
.pages
{
    margin-bottom: 40px;
}
.pages a
{
    display: inline-block;
    background: #f2f2f2;
    padding: 5px 12px;
    margin: 0 2px 5px 2px;
}
.pages a.on, .pages a:hover
{
    background: #0055a5;
    color: #fff;
}
.pages a .iconfont
{
    font-size: 14px;
}
.det_a
{
    position: relative;
}
.det_slick
{
    width: 50%;
    position: relative;
    padding-bottom: 0;
}
.det_slick .item
{
    margin: 0;
}
.det_slick .item img
{
    display: block;
    width: 100%;
}
.det_slick .slick-prev
{
    left: 0;
    top: 50%;
    margin-top: -30px;
    background: rgba(0,0,0,.5);
}
.det_slick .slick-next
{
    right: 0;
    top: 50%;
    margin-top: -30px;
    background: rgba(0,0,0,.5);
}
.cSlick .slick-next:after, .cSlick .slick-prev:after
{
    color: #fff;
}
.det_ar
{
    width: 47%;
    background: #f2f2f2;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}
.ar_tit
{
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    font-size: 18px;
    background: #fff;
}
.ar_pai
{
    position: relative;
    color: #999;
    padding: 20px 0;
    padding-left: 80px;
    font-size: 16px;
    background: #fff;
}
.ar_pai span
{
    position: absolute;
    left: 0;
    top: 20px;
    color: #333;
}
.ar_desc
{
    padding: 20px;
    line-height: 1.8;
    color: #666;
}
.det_b
{
    margin: 30px 0;
}
.btit
{
    border-bottom: 1px solid #ddd;
}
.btit span
{
    display: block;
    background: #0055a5;
    width: 120px;
    font-size: 16px;
    color: #fff;
    padding: 8px 0;
    text-align: center;
}
.bConts
{
    max-width: 1438px;
    padding: 20px;
    line-height: 1.8;
    margin: 0 auto;
}
.bConts img
{
    max-width: 100%;
}
.slider-nav
{
    margin: 40px 0 50px 0;
    width: 100%;
}
.slider-nav .item
{
    outline: none;
    text-align: center;
}
.slider-nav .item img
{
    display: inline-block;
    opacity: .7;
    max-width: 127px;
}
.slider-nav .item span
{
    display: inline-block;
    background: #000;
    margin: 0 10px;
}
.slider-nav .slick-current img
{
    opacity: 1;
}
.ytips
{
    padding-bottom: 30px;
    font-size: 18px;
}
.lclist
{
    margin: 0 -14px;
}
.lclist li
{
    width: 20%;
    margin-bottom: 50px;
}
.lclist li .item
{
    position: relative;
    background: #0055a5;
    padding: 4px;
    color: #fff;
    margin: 0 14px;
}
.lclist li .item .i_num
{
    position: absolute;
    border-radius: 50%;
    background: #0055a5;
    padding: 4px;
    left: -16px;
    top: -16px;
    z-index: 20;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.lclist li .item .i_num span
{
    background: #fff;
    color: #0055a5;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
}
.lclist li .item a
{
    display: block;
    overflow: hidden;
}
.lclist li .item a img
{
    width: 100%;
    height: auto;
    transition: all 400ms;
}
.lclist li .item a:hover img
{
    transform: scale(1.1);
}
.lclist li .item p
{
    text-align: center;
    padding-top: 6px;
}
.lclist li .item:after
{
    content: '';
    position: absolute;
    background: url(../image/arrow.png) no-repeat center;
    width: 28px;
    height: 16px;
    right: -28px;
    top: 50%;
    margin-top: -8px;
    background-size: 20px auto;
}
.lclist li.right .item:after
{
    transform: rotate(180deg);
    right: auto;
    left: -28px;
}
.lclist li:nth-child(5n) .item:after
{
    bottom: -36px;
    right: 50%;
    top: auto;
    margin-right: -14px;
    margin-top: 0;
    transform: rotate(90deg);
    left: auto;
}
.lclist li:last-child .item:after
{
    display: none;
}
.lcbox
{
    background: #f6f6f6;
}
.sb_desc
{
    line-height: 1.8;
    padding-bottom: 30px;
}
.sb_desc img
{
    max-width: 100%;
}
.sbPic
{
    margin: 20px 0;
}
.slider-for
{
    width: 100%;
}
.mm-listview>li>a, .mm-listview>li>span
{
    padding: 12px 10px 12px 20px;
    background: none;
}
.mm-listitem .mm-btn_next:before
{
    display: none;
}
.mm-listitem:after
{
    left: 0;
}
.mm-listview>li.active a
{
    color: #0055a5;
}
.mm-panels
{
    margin-top: 50px;
}
.mm-navbar a:first-child
{
    border: none;
}
.mm-menu_shadow-panels .mm-panel
{
    box-shadow: none;
}
.mm-menu_shadow-page:after
{
    z-index: 2001;
}
.mm-panels
{
    z-index: 20;
}
.mm-listitem, .mm-listview
{
    background: none;
}
.popOver
{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 3000;
    height: calc(100vh);
}
.cSlick_cp
{
    margin: 0 -10px;
}
.nslist li
{
    margin-bottom: 20px;
}
.nslist li a
{
    display: block;
    background: #f6f6f6;
    position: relative;
    padding: 12px;
    min-height: 170px;
    box-sizing: content-box;
}
.imgbox
{
    width: 28%;
    position: absolute;
    left: 12px;
    top: 12px;
    overflow: hidden;
}
.imgbox .img
{
    height: 170px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 400ms;
}
.nslist li .infor
{
    margin-left: 32%;
    position: relative;
    height: 170px;
}
.vtm
{
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.nslist li .infor .desc
{
    padding: 40px 150px 0 90px;
}
.nslist li .date
{
    left: 0;
}
.nslist li .date span
{
    font-size: 25px;
}
.nslist li .date i
{
    font-style: normal;
}
.nslist li .dmore
{
    right: 20px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    border: 1px solid rgba(255,255,255,.2);
    opacity: 0;
    transition: all 400ms;
}
.nslist li h3
{
    font-size: 20px;
    padding-bottom: 10px;
}
.nslist li p
{
    color: #666;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.nslist li a:hover
{
    background: #0655a3;
    color: #fff;
}
.nslist li a:hover p
{
    color: #fff;
}
.nslist li a:hover .dmore
{
    opacity: 1;
}
.nslist li a:hover .imgbox .img
{
    transform: scale(1.1);
}
.pages_a
{
    text-align: center;
}
#Map
{
    height: 358px;
    background-color: #1a1a1a;
}
.contact
{
    background: #0655a3;
    color: #fff;
    font-size: 15px;
    padding: 30px 70px;
    line-height: 30px;
    margin-bottom: 50px;
}
.contact h3
{
    line-height: 40px;
}
.download
{
    max-width: 1439px;
    height: 519px;
    margin: 0 auto;
    background: url(../image/download-pc.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
}
.download_bt
{
    background: #339;
    color: #fff;
    width: 273px;
    height: 47px;
    position: absolute;
    left: 445px;
    top: 354px;
    background: url(../image/download.png) no-repeat center;
    padding-left: 54px;
    padding-top: 14px;
}
@media(max-width: 1024px)
{
    .header
    {
        position: fixed;
        padding: 0;
    }
    .header, .header-w
    {
        height: 100px;
        line-height: 60px;
    }
    .header .menu-btn
    {
        margin: -8px 10px 0 10px;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 999999;
    }
    .header .logo
    {
        margin: 20px auto;
        width: 100%;
        text-align: center;
    }
    .header .logo img
    {
        height: 60px;
        vertical-align: top;
    }
    .header .container, .container
    {
        width: 96%;
    }
    .searchbox
    {
        position: absolute;
        right: 0;
        top: 100%;
        background: #fff;
        padding: 20px;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
        display: none;
        width: auto;
        border-radius: 0;
        height: auto;
        line-height: normal;
        margin-top: 0;
    }
    .searchbox input
    {
        width: 200px;
        height: 38px;
        line-height: 38px;
        border: none;
        font-size: 16px;
        outline: none;
        color: #333;
        border-bottom: 1px solid #ddd;
        margin-right: 10px;
    }
    .searchbox button
    {
        background: #1476d9;
        height: 38px;
        line-height: 38px;
        font-size: 15px;
        width: 80px;
        text-align: center;
        border: none;
        color: #fff;
    }
    .suo-icon, .suo-close
    {
        right: 40px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        bottom: 0;
        top: 0;
        display: none;
    }
    .searchbox
    {
        padding: 10px;
    }
    .gedu
    {
        margin-top: 50px;
    }
    .banner .slick-dots
    {
        bottom: 0;
    }
    .banner .slick-prev, .banner .slick-next
    {
        display: none!important;
    }
    .intxt, .inPic
    {
        width: 100%;
    }
    .intxt
    {
        position: static;
        padding-bottom: 20px;
    }
    .in_tc
    {
        float: none;
        width: 100%;
        padding: 20px;
    }
    .in_tc h3
    {
        text-align: center;
    }
    .in_tc .iline
    {
        margin: 10px auto;
    }
    .in_tc .nmore
    {
        display: block;
        margin: 0 auto;
    }
    .cSlide .bd, .cs_bot
    {
        display: none;
    }
    .cSlide .cs_r
    {
        width: 100%;
    }
    .cSlide .hd li
    {
        overflow: hidden;
        width: 100%;
        background: #f4f4f4;
        padding: 8px;
        margin-bottom: 10px;
        height: auto;
    }
    .cSlide .hd li img
    {
        width: 30%;
        float: left;
    }
    .cSlide .hd li .infor
    {
        position: static;
        float: right;
        width: 65%!important;
        padding-top: 6%;
        line-height: 1.8;
    }
    .cSlide .hd li .infor h3
    {
        color: #000;
    }
    .cSlide .hd li .infor h3, .cSlide .hd li .infor p
    {
        transform: translate(0%,0%);
    }
    .cSlide .hd li .infor:after
    {
        display: none;
    }
    .cSlide .hd li .infor .vm
    {
        position: static;
        transform: translate(0%,0%);
        color: #666;
        text-align: left;
    }
    .fdiv
    {
        width: 100%;
        margin-right: 0;
    }
    .copyright
    {
        text-align: center;
        width: 100%;
    }
    .fcont span
    {
        display: block;
    }
    .fmob
    {
        position: fixed;
        left: 5%;
        right: 5%;
        background: rgba(255,255,255,.9);
        border-radius: 30px;
        height: 50px;
        line-height: 50px;
        bottom: 20px;
        overflow: hidden;
        z-index: 600;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
    }
    .fmob a
    {
        float: left;
        width: 33.3333%;
        text-align: center;
        color: #0057a5;
    }
    .fmob a .iconfont
    {
        font-size: 25px;
    }
    .fmob a
    {
        border-left: 1px solid #fff;
    }
    .fmob a:first-child
    {
        border-left: none;
    }
    .jiagou
    {
        height: auto;
        padding-bottom: 80px;
    }
    .ar_desc
    {
        height: auto;
    }
    .in_tc .vtm
    {
        position: static;
        -webkit-transform: translate(0,0%);
        transform: translate(0,0%);
    }
    .nslist li .dmore
    {
        border-color: #ddd;
        opacity: 1;
    }
    .nslist li .infor .desc
    {
        padding-top: 20px;
        padding-right: 100px;
    }
    .download_bt
    {
        background: #339;
        color: #fff;
        width: 273px;
        height: 47px;
        position: absolute;
        left: 245px;
        top: 354px;
        background: url(../image/download.png) no-repeat center;
        padding-left: 54px;
        padding-top: 14px;
    }
}
@media(max-width: 821px)
{
    .mcell, .eCell, .details, .de_side
    {
        width: 100%;
    }
    .de_side
    {
        margin-top: 40px;
    }
    .details img
    {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .eCell_t
    {
        margin-top: 20px;
    }
    .header, .header-w
    {
        height: 80px;
        line-height: 40px;
    }
    .header .logo
    {
        margin: 20px auto;
    }
    .header .logo img
    {
        height: 40px;
    }
}
@media(max-width: 768px)
{
    .lclist li .item p
    {
        font-size: 12px;
        white-space: nowrap;
    }
    .det_slick
    {
        width: 100%;
    }
    .det_ar
    {
        width: 100%;
        margin-top: 20px;
        position: static;
    }
    .download_bt
    {
        background: #339;
        color: #fff;
        width: 273px;
        height: 47px;
        position: absolute;
        left: 145px;
        top: 354px;
        background: url(../image/download.png) no-repeat center;
        padding-left: 54px;
        padding-top: 14px;
    }
}
@media(max-width: 720px)
{
    .aBan .txt h3
    {
        font-size: 20px;
    }
    .aBan
    {
        height: 210px;
    }
}
@media(max-width: 640px)
{
    .pc
    {
        display: none;
    }
    .mob
    {
        display: block;
    }
    .sides
    {
        display: none;
    }
    .cSlick .slick-prev, .cSlick .slick-next
    {
        display: none!important;
    }
    .cSlick
    {
        padding-bottom: 20px;
    }
    .us_img
    {
        width: 100%;
        padding-right: 0;
    }
    .cSlick_cp .item
    {
        width: 50%;
    }
    .det_slick .slick-prev, .det_slick .slick-next
    {
        display: block!important;
    }
    .lclist li
    {
        width: 50%;
        float: left!important;
    }
    .lclist
    {
        padding: 0 2%;
    }
    .lclist li .item:after
    {
        display: none!important;
        transform: rotate(180deg);
        right: auto;
        left: -28px;
    }
    .header, .header-w
    {
        height: 50px;
        line-height: 30px;
    }
    .header .logo
    {
        margin: 10px auto;
    }
    .header .logo img
    {
        height: 30px;
    }
    .imgbox
    {
        position: static;
        width: 100%;
    }
    .nslist li .infor
    {
        margin-left: 0;
        height: auto;
    }
    .nslist li .infor .desc
    {
        padding-right: 0;
    }
    .nslist li .dmore
    {
        display: none;
    }
    .contact
    {
        background: #0655a3;
        color: #fff;
        font-size: 12px;
        padding: 5%;
        line-height: 30px;
        margin-bottom: 50px;
    }
    .contact h3
    {
        font-size: 18px;
    }
    .download_mob
    {
        width: 100%;
        margin-bottom: 100px;
    }
    .download_mob img
    {
        width: 100%;
    }
    .download_bt
    {
        color: #fff;
        width: 273px;
        height: 47px;
        background: url(../image/download.png) no-repeat center;
        position: absolute;
        left: 20px;
        top: 124px;
    }
}
@media(max-width: 520px)
{
    .ubody
    {
        padding: 80px 0;
    }
    .uboxs
    {
        width: 95%;
        margin: 0 auto;
    }
    .ub_t:after
    {
        display: none;
    }
    .ub_c
    {
        width: 92%;
    }
    .uc_btns a
    {
        width: 48%;
    }
    .yam
    {
        width: 100px;
    }
}
@media(max-width: 480px)
{
    .czbox
    {
        width: auto;
    }
    .chd li
    {
        width: 100px;
    }
    .cSlick .item
    {
        margin: 0;
    }
    .com_tit
    {
        padding: 30px 0;
    }
    .com_tit h3
    {
        font-size: 22px;
    }
    .chd
    {
        margin-bottom: 20px;
    }
    .cbd .container
    {
        width: auto;
    }
    .com_tit p
    {
        font-size: 13px;
    }
}
@media(max-width: 420px)
{
    .czItem span.lab
    {
        position: static;
    }
    .czItem
    {
        padding-left: 0;
    }
    .chd li
    {
        width: 23%;
        margin: 0 .1%;
    }
    .download_bt
    {
        color: #fff;
        width: 95%;
        height: 47px;
        margin: 0 auto;
        background: url(../image/download-mb.png) no-repeat center;
        margin-top: 350px;
    }
}
.mm-page__blocker, .mm-panels, .mm-panels>.mm-panel
{
    z-index: 2000;
}/*- - - - - - - - -新闻详细.html - - - - - - - -*//**/
.columnbox
{
    width: 1538px;
    margin: 30px auto 30px auto;
}
.columnbox .content
{
    width: 1200px;
    min-height: 400px;
    margin: 0 auto 20px auto;
    line-height: 24px;
}
.columnbox .content img
{
    max-width: 100%;
}/*文档内容*/
#docContent .content
{
    width: 1200px;
    min-height: 400px;
    margin: 0 auto 20px auto;
}/*上一篇 下一篇*/
#prevNext
{
    width: 1200px;
    margin: 0 auto 0 auto;
}
#prevNext a
{
    float: left;
    width: 50%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background-color: #999;
    text-decoration: none;
}
#prevNext a:hover
{
    background-color: #0068b7;
    color: #fff;
}/*文档头部*/
.doc_header
{
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #d4d4d4;
}
.doc_header h1
{
    line-height: 1.57;
    font-size: 21px;
    font-weight: normal;
}
.doc_header .value
{
    line-height: 2.5;
    font-size: 12px;
    color: #696969;
}
.doc_header .value span
{
    margin-right: 13px;
    margin-left: 13px;
}
.icon_val
{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/images/icon_val.png) no-repeat left top;
    vertical-align: middle;
}
.icon_val.icon_val1x1
{
    background-position: 0 0;
}
.icon_val.icon_val2x1
{
    background-position: -15px 0;
}
.icon_val.icon_val3x1
{
    background-position: -30px 0;
}
@media screen and (max-width: 1700px) and (min-width: 751px)
{
    .columnbox
    {
        width: 95%;
        margin: 30px auto 30px auto;
    }
    .columnbox .news_
    {
        width: 85%;
        margin: 10px auto 20px auto;
    }
    .columnbox .content
    {
        width: 95%;
        min-height: 0;
    }
    #prevNext
    {
        width: 100%;
        margin: 0 auto 0 auto;
    }
}
@media screen and (max-width: 1300px) and (min-width: 751px)
{
    .columnbox
    {
        width: 95%;
        margin: 30px auto 30px auto;
    }
    .columnbox .news_
    {
        width: 85%;
        margin: 10px auto 20px auto;
    }
    .columnbox .content
    {
        width: 95%;
        min-height: 0;
    }
    #prevNext
    {
        width: 100%;
        margin: 0 auto 0 auto;
    }
}
@media screen and (max-width: 1100px) and (min-width: 751px)
{
    .columnbox
    {
        width: 95%;
        margin: 30px auto 30px auto;
    }
    .columnbox .news_
    {
        width: 85%;
        margin: 10px auto 20px auto;
    }
    .columnbox .content
    {
        width: 95%;
        min-height: 0;
    }
    #prevNext
    {
        width: 100%;
        margin: 0 auto 0 auto;
    }
}
@media screen and (max-width: 850px)
{
    .columnbox
    {
        width: 95%;
        margin: 30px auto 30px auto;
    }
    .columnbox .news_
    {
        width: 85%;
        margin: 10px auto 20px auto;
    }
    .columnbox .content
    {
        width: 95%;
        min-height: 0;
    }
    #prevNext
    {
        width: 100%;
    }
    #prevNext a
    {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 1px;
    }
    .doc_header
    {
        margin-bottom: 10px;
    }
    .doc_header h1
    {
        font-size: 18px;
    }
}
.clear
{
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    clear: both;
    font-size: 0;
}/*清除浮动*/
.clear_::after
{
    content: "";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}/*清除浮动*/