/***************css reset*********/
body, h1, h2, h3, h4, ul, li, a, input {
    margin: 0;
    padding: 0;
    font-family: microsoft yahei;
    font-weight:200;
}
div, a {
    font-size: 14px;
    color: #323232;
}
h1, h2, h3, h4, p {
    margin: 0;
    padding: 0;
}
img {
    border: none;
    vertical-align: middle;
}
em {
    font-style: normal;
}
a {
    text-decoration: none;
    border: none;
    outline: none;
}
ul, li, dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}
body {
    overflow-x: hidden;
    min-width: 1388px;
}
.clear{ clear:both;}
.warp {
    width: 1388px;
    margin: 0 auto;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.topbar {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 999;
}
#top {
    background: url(../../images/top.png) no-repeat;
    height: 130px;
}
.topbar p {
    font-size: 22px;
    color: #595959;
    font-weight: 200;
    margin-left: 30px;
}
.topbar p::before {
    content: " ";
    background: url(../../images/tel.png) no-repeat;
    width: 30px;
    height: 26px;
    display: block;
    float: left;
}
.top_icon a {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    float: left;
    margin-left: 20px;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
}
.top_icon a:hover {
    overflow: visible;
}
.top_icon a .box {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: -82px;
    background: #fff;
    text-align: center;
    padding: 20px;
    padding-bottom: 10px;
    transition: all 0.4s;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
}
.top_icon a:hover .box {
    top: 40px;
    opacity: 1;
}
.top_icon a .box img {
    width: 150px;
    display: inline-block;
}
.top_icon a .box p {
    margin: 0;
    font-size: 14px;
    padding: 0;
    text-align: center;
    background: 0;
    line-height: 40px;
}
.top_icon a .box p::before {
    display: none;
}
.top_icon a:nth-child(1) {
    background: url(../../images/i1.png) no-repeat;
}
.top_icon a:nth-child(2) {
    background: url(../../images/i2.png) no-repeat;
}
.top_icon a:nth-child(3) {
    background: url(../../images/i3.png) no-repeat;
}
.top_icon a:nth-child(4) {
    background: url(../../images/i4.png) no-repeat;
}
.topbar_box {
    border-bottom: 1px solid #f3f3f3;
    padding: 0 15px 12px 15px;
}
.lianxix{ height:900px; background: url(../../images/cbg.jpg) no-repeat;}
.clogo{ text-align: center; line-height:3em; font-size:18px;}
.clogo img{margin-top:120px;}
.czhut ul li{ width: 400px; margin:60px 30px;  background: #fff; text-align: center; float: left; height: 400px; }
.czhut img{ margin-top:80px;margin-bottom:30px;}
.czhut p{ line-height:2em;}
.czhut p em{ font-size:18px; font-weight:both;}
/* 导航 */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    min-height: 285px;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}
.navbar-collapse.in {
    overflow-y: auto
}
.navbar {
    max-width: 1920px;
    margin: 0 auto;
}
nav.navbar.bootsnav.navbar-fixed {
    position: relative;
    background: url(../images/topbg.png) no-repeat left center;
    height: 129px;
    z-index: 998;
    transition: all 0.3s;
    transition: height 0s;
}
.navbar-brand {
    padding: 0;
}
nav.navbar .navbar-brand img.logo {
    margin-top: 22px;
}
nav.navbar .navbar-brand img.logo_wap {
    display: none;
}
nav.navbar.bootsnav ul.nav > li {
    margin-left: 20px;
    float: left;
}
nav.navbar.bootsnav ul.nav > li > a {
    font-weight: normal;
    font-size: 15px;
    color: #424242;
    letter-spacing: 1px;
    padding: 23px 5px;
}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:hover span {
    color: #1BA784;
}
nav.navbar.bootsnav ul.nav > li > a span {
    color: #7b7b7b;
    padding-right: 20px;
    transition: all 0.3s;
}
nav.navbar.bootsnav ul.nav > li:nth-child(2) > a span,nav.navbar.bootsnav ul.nav > li:nth-child(3) > a span,nav.navbar.bootsnav ul.nav > li:nth-child(5) > a span {
    background: url(../../images/jt.png) no-repeat right center;
}
nav.navbar.bootsnav ul.nav > li:nth-child(2) > a:hover span,nav.navbar.bootsnav ul.nav > li:nth-child(3) > a:hover span,nav.navbar.bootsnav ul.nav > li:nth-child(5) > a:hover span {
    background: url(../../images/hjt.png) no-repeat right center;
    transition: all 0.3s;
}
nav.bootsnav .container {
    position: static;
}
.navbar-nav {
    margin-top: -35px;
    /* height: 67px; */
    float: right;
}
/*nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after {
    content: "\e259";
    font-family: 'Glyphicons Halflings';
    color: #858585;
    font-size: 9px;
    line-height: 12px
}*/
nav.navbar.bootsnav ul.nav > li::after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background: #1BA784;
    width: 0;
    transition: all 0.3s;
    display: block;
    float: left;
    margin-top: -1px;
}
nav.navbar.bootsnav ul.nav > li:hover::after, nav.navbar.bootsnav ul.nav > li.hover::after {
    width: 100%;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-top: 0;
}
.dropdown-menu-left small {
    display: block;
    color: #505050;
    font-size: 25px;
    font-weight: 200;
    margin-top: 35px;
}
.dropdown-menu-left p {
    color: #999999;
    line-height: 26px;
    margin-top: 10px;
}
.dropdown-menu-left a {
    display: block;
    margin-top: 40px;
    transition: all 0.3s;
    text-align: center !important;
    width: 120px;
    height: 35px;
    line-height: 35px;
}
/*.dropdown-menu-left a:hover {
    background: #3b2e2c !important;
    color: #fff;
}*/
.dropdown-menu .content {
    padding-left: 50px;
}
.dropdown-menu .content img {
    margin-left: 10px;
    transition: all 0.3s;
}
.dropdown-menu .content a:hover img {
    opacity: 0.8;
}
.dropdown-menu .content a {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}
.dropdown-menu .content a span {
    text-align: left;
    display: block;
    font-size: 15px;
    color: #6a6a6a;
    line-height: 70px;
    transition: all 0.3s;
    padding-left: 40px;
}
.dropdown-menu .content a:hover span {
    color: #3b2e2c;
}
.dropdown-menu .content a span::after {
    content: " ";
    width: 20px;
    height: 22px;
    background: url(../../images/navmore.png) no-repeat -22px 0;
    background-size: 40px;
    display: block;
    position: absolute;
    right: 50px;
    top: 26px;
    transition: all 0.3s;
}
.dropdown-menu .content a:hover span::after {
    background: url(../../images/navmore.png) no-repeat 0 0;
    background-size: 40px;
}
/* 固定顶部 */
nav.navbar.bootsnav.navbar-fixed.min {
    position: fixed;
    background: #fff;
    height: 68px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    top: -80px;
    transition: top 0.8s ease;
    max-width: 100%;
}
nav.navbar.bootsnav.navbar-fixed.min.top0 {
    top: 0;
}
nav.navbar.min .navbar-brand img.logo {
    display: none;
}
nav.navbar.min .navbar-brand img.logo_wap {
    display: block;
    width: 250px;
}
nav.navbar.min .navbar-nav {
    margin-top: 0;
}
@media screen and (max-width:1500px) {
    nav.navbar.bootsnav.navbar-fixed {
        background: url(../images/topbg.png) no-repeat -90px center;
    }
    nav.navbar.bootsnav ul.nav > li {
        margin-left: 25px;
    }
    nav.navbar.bootsnav.min ul.nav > li {
        margin-left: 26px;
    }
    .dropdown-menu-left small {
        margin-top: 25px;
    }
    .dropdown-menu-left a {
        margin-top: 20px;
    }
}
.col-1 {
    float: left;
    width: 33%;
}
.col-2 {
    float: right;
    width: 60%;
}
.col-3 {
    float: left;
    width: 49%;
    position: relative;
    min-height: 1px;
}
/*轮播图*/
.flickerplate {
    position: relative;
    width: 100%;
    height: auto;
    background: none;
    overflow: hidden
}
.flickerplate ul.flicks {
    width: 10000%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none
}
.flickerplate ul.flicks>li {
    float: left;
    width: 1%;
    height: 100%;
    background-position: center;
    background-size: cover;
    display: table
}
.flickerplate ul.flicks>li .flick-inner {
    height: 100%;
    color: #fff;
    display: table-cell;
    vertical-align: middle
}
.flickerplate ul.flicks>li img {
    width: 100%;
}
.flickerplate .arrow-navigation {
    position: absolute;
    height: 80%;
    width: 10%;
    top: 10%;
    z-index: 100;
    overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
    display: block;
    height: 100%;
    width: 90%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
    cursor: pointer
}
.flickerplate .arrow-navigation.left {
    left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
    opacity: 0;
    margin: 0px 0px 0px 50%;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    background-position: left
}
.flickerplate .arrow-navigation.right {
    right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
    opacity: 0;
    margin: 0px 0px 0px -50%;
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    background-position: right
}
.flickerplate .arrow-navigation.left.hover .arrow {
    opacity: 1;
    margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
    opacity: 1;
    margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.flickerplate .dot-navigation ul {
    text-align: center;
    list-style: none;
    padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
    display: inline-block;
    float: none
}
.flickerplate .dot-navigation .dot {
    width: 18px;
    height: 18px;
    margin: 0px 6px;
    background: url(../images/num_b.png) no-repeat center;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
    cursor: pointer;
    background: url(../images/num_a.png) no-repeat;
}
.flickerplate .dot-navigation .dot.active {
    background: url(../images/num_a.png) no-repeat;
}
.flickerplate.animate-transform-slide ul.flicks {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0%, 0px, 0px);
    -webkit-transform: translate3d(0%, 0px, 0px);
    -webkit-transition: -webkit-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
    position: relative;
    left: 0%;
    -webkit-transition: left 0.4s ease-out;
    -moz-transition: left 0.4s ease-out;
    -o-transition: left 0.4s ease-out;
    -ms-transition: left 0.4s ease-out;
    transition: left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
    position: relative;
    left: 0%
}
.flickerplate.animate-scroller-slide {
    padding-bottom: 0px;
    overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
    position: auto
}
.con1{
    margin-top: 100px;
    height: auto;
    overflow: hidden;
}
.con1_l{
    float: left;
    width: 480px;
    margin-top: 20px;
}
.con1_r{
    float: right;
    width: 835px;
    position: relative;
}
.con1_r em{
    display: block;
    font-size: 26px;
    color: #182233;
    margin-bottom:10px;
    font-weight: normal;
}
.con1_r em i{
    font-style: normal;
    font-size: 36px;
    color: #1BA784;
}
.con1_r span{
    /*display: block;*/
    font-size: 20px;
    color: #595959;
    font-weight:200;
    border-bottom:0.5px solid #ececec;
    padding-bottom: 20px;
}
.con1_r a{
    display: block;
    width: 93px;
    height: 35px;
    line-height: 32px;
    font-size: 20px;
    color:#1BA784;
    border: 0.5px solid #1BA784;
    float: right;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 0;
}
.con1_r p{
    font-size: 15px;
    color: #555555;
    margin-top:50px;
    line-height: 28px;
}
.con1_r a{
    display: block;
    margin-top: 40px;
}
.tips{
    margin-top: 40px;
}
.tips li{
    float:left;
    padding:0 94px;
    text-align:center;
    position:relative;
    background:url(../../images/li.png) no-repeat right center;
}
.tips li span{
    font-size:40px;
    color:#1BA784;
    font-family: Impact;
    border-bottom: none;
    padding-bottom: 0;
}
.tips li p{
    margin-bottom:20px;
    /*font-weight:200;*/
    margin-top: 0;
    line-height:auto;
}
.tips li p i{
    position:absolute;
    font-size:13px;
    bottom:40px;
    font-style:normal;
    right:110px;
    color: #939393;
}
.tips li em{
    color: #182233;
    display: block;
    font-size: 16px;
}
.tips li:nth-child(3){
    background:none;
    padding-right:0;
}
.tips li:first-child p i{
    right:120px;
}
.tips li:first-child{
    padding-left: 0;
}
.tips li:nth-child(3) p i{
    right:43px;
}
.tips li:nth-child(4) p i{
    right:87px;
}
.tips li:hover{
    margin-top:10px;
    transition:margin 1s;
}
.ab_tips li{
    padding: 0 105px;
}
.ab_tips li:nth-child(1){
    padding: 0 105px;
}
.ab_tips li:nth-child(1) i{
    right: 133px !important;
}
.ab_tips li:nth-child(2) i{
    right: 117px !important;
}
.ab_tips li:nth-child(3){
    background:url(../../images/li.png) no-repeat right center;
    padding-right:94px;
}
.ab_tips li:nth-child(3) i{
    right: 130px !important;
}
.ab_tips li:nth-child(4){
    background:none;
    padding-right:94px;
}
.df{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#con2{
    background:url(../../images/pr_bg.png) no-repeat center 40px;
    height: 660px;
    margin-top: 80px;
}
.con2{
    background: #fff;
    padding: 20px 30px 60px 0;
    -moz-box-shadow:0px 1px 10px #cfcdcd;
    -webkit-box-shadow:0px 1px 10px #cfcdcd;
    box-shadow:0px 1px 10px #cfcdcd;
    margin-top: -30px;
    height: auto;
    overflow: hidden;
}
.slideTxtBox{ text-align:left;  }
.slideTxtBox .hd{ width: 313px; float: left; padding-top: 40px; padding-left: 90px; background:url(../../images/P.png) no-repeat center top; position:relative; }
.slideTxtBox .hd ul li{height: 90px; line-height: 90px; padding-left: 15px; cursor:pointer; border-bottom: 1px solid #dcdcdc; }
.slideTxtBox .hd ul li:last-child{border-bottom: none;}
.slideTxtBox .hd ul li a{font-size: 24px; color: #595959; font-weight:normal;}
.slideTxtBox .hd ul li.on a{ color: #182233 }
.slideTxtBox .hd ul li span{color: #1BA784; font-size: 30px; font-weight:normal; padding-left: 15px;}
.slideTxtBox .bd{width: 920px; float: right;}
.slideTxtBox .bd ul{zoom:1;  }
.slideTxtBox .bd li{ height:24px; line-height:24px;   }
.slideTxtBox .bd li .date{ float:right; color:#999;  }
.slideBox{ width:920px; height: 530px; position:relative; }
.slideBox .hd{ background: none; width: 920px; padding: 0; float: none; height:30px; overflow:hidden; position:absolute; right:390px; bottom:-25px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:20px;  width:25px; height:25px; line-height:25px; padding: 0; text-align:center; border: 1px solid #595959; border-radius:50%; cursor:pointer; }
.slideBox .hd ul li:last-child{border: 1px solid #595959;}
.slideBox .hd ul li.on{ background:#1BA784; color:#fff; border: 1px solid #1BA784; }
.slideBox .bd{ position:relative; z-index:0; width: auto; float: none;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:880px; height:484px; border: 1px solid rgba(0, 0, 0, 0.12);  padding: 20px;  }
.slideBox .bd li a span{
    width:860px;
    text-align:left;
    position:absolute;
    z-index:1;
    margin-top:-69px;
    background-color: rgba(0,0,0,0.4);
    font-size: 24px;
    line-height: 48px;
    padding-left: 20px;
    margin-left: 21px;
    color:#fff;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; top:240px; display:block; width:58px; height:58px; }
.slideBox .prev{ background:url(../../images/left.png) no-repeat;  left:50px;}
.slideBox .next{ background:url(../../images/right.png) no-repeat;  right:50px;}
.con3{
    margin-top: 80px;
    height: auto;
    overflow: hidden;
}
.con3_t{
    height: auto;
    overflow: hidden;
}
.con3_t_l{
    float: left;
    background:url(../../images/C.png) no-repeat -29px center;
    height: 326px;
    width: 326px;
}
.con3_t_l em{
    display: block;
    font-size: 36px;
    color: #182233;
    font-weight: normal;
    margin-top: 60px;
}
.con3_t_l em span{
    font-size: 40px;
    color: #1BA784;
    padding-left: 15px;
}
.con3_t_l p{
    font-size: 24px;
    color: #595959;
    margin-top: 15px;
}
.con3_t_l hr{
    display: block;
    width: 313px;
    height: 0.5px;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    float: left;
    margin-top: 30px;
}
.con3_t_r{
    float: right;
    width: 920px;
    font-size:16px;
    line-height: 30px;
    color: rgba(24, 34, 51, 0.604306);
    margin-top: 150px;
    text-align: right;
}
.picScroll-left{ overflow:hidden; position:relative;}
.picScroll-left .hd{ overflow:hidden; text-align: center; margin-top: 50px; }
.picScroll-left .hd ul{display: inline-block; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:22px; height:22px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../../images/al_num2.png") no-repeat; }
.picScroll-left .hd ul li.on{background:url("../../images/al_num1.png") no-repeat; }
.picScroll-left .bd{margin:0 20px; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 10px; width: 606px; float:left; _display:inline; overflow:hidden; padding:20px; border:1px solid #ccc;  }
.picScroll-left .bd ul li .pic{ text-align:center; width:606px; height:300px; }
.picScroll-left .bd ul li .pic img{ width:606px; height:300px; display:block;   }
.picScroll-left .bd ul li em{display: block; font-size: 26px; color: #182233; margin-top: 10px; font-weight: normal;  }
.picScroll-left .bd ul li hr{display: block; width: 100%; height:0.5px; margin-top: 15px; background: #C4C4C4; border:none;}
.picScroll-left .bd ul li p{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 3px;
    color: rgba(24, 34, 51, 0.604306);
    margin-top: 15px;
    background:url("../../images/ajt.png") no-repeat right;
    padding-right: 50px;
}
#con4{
    background:url("../../images/N.png") no-repeat left top;
    margin-top: 60px;
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
}
.con4{
}
.con4_t{
    background: none;
    height: auto;
    overflow: hidden;
    float: none;
}
.slidenews{ text-align:left;}
.slidenews .hd{ height:44px; line-height:44px; overflow: hidden; }
.slidenews .hd ul{float: right;}
.slidenews .hd ul li{width: 133px; float:left; text-align: center; cursor:pointer; background: #F5F5F5;}
.slidenews .hd ul li.on{ background:#1BA784; }
.slidenews .hd ul li a{ font-size: 18px; color: #3C3C3C;}
.slidenews .hd ul li.on a{color: #fff;}
.slidenews .bd{margin-top: 20px;}
.slidenews .bd ul{ padding:15px;  zoom:1;  }
.slidenews .bd li{ padding:30px 0; height: auto; overflow: hidden; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.slidenews .bd li .al{ float:left; width: 70px; }
.slidenews .bd li .al em{
    display: block;
    font-size: 24px;
    color: #3C3C3C;
    font-weight:normal;
}
.slidenews .bd li .al p{
    margin-top:10px;
}
.slidenews .bd li .ac{
    float: left;
    margin-left:34px;
    width: 1003px;
}
.slidenews .bd li .ac em{
    display: block;
    font-size: 18px;
    color:#182233;
    font-weight:normal;
}
.slidenews .bd li .ac::after{
    content: " ";
    display: block;
    width: 56px;
    height: 0.5px;
    background: rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    display: block;
    float: left;
    margin-top: -83px;
}
.slidenews .bd li:hover .ac::after{
    content: " ";
    display: block;
    width: 200px;
    height: 1px;
    background: rgba(0, 0, 0, 0.78);
    transition: all 0.3s;
    display: block;
    float: left;
    margin-top: -83px;
}
.slidenews .bd li .ac p{
    margin-top:30px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    color: rgba(24, 34, 51, 0.636135);
    height: 40px;
}
.slidenews .bd li .ac span{
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: rgba(24, 34, 51, 0.4);
}
.slidenews .bd li .ar{
    float: right;
    width: 178px;
}
.slidenews .bd li .ar img{
    width: 178px;
    height: 135px;
}
.more_news{
    margin: 50px auto 0 auto;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid #1BA784;
    box-sizing: border-box;
    border-radius: 30px;
    text-align: center;
}
.more_news a{
    color: #1BA784;
    font-size: 18px;
}
#footer{
    background:url("../../images/footer_bg.png") no-repeat left top;
    height: 455px;
}
.footer_t{
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 23px;
}
.footer_t img{
    display: block;
    float: left;
}
.footer_t p{
    float: right;
    font-size: 20px;
    color: #1BA784;
    margin-top: 58px;
}
.footer_u{
    margin-top: 54px;
}
.footer_l{
    float: left;
}
.footer_l ul li{
    float: left;
    width: 90px;
    margin-left:140px;
}
.footer_l ul li p{
    font-size: 18px;
    color: #3C3C3C;
    margin-bottom: 23px;
    font-weight:normal;
}
.footer_l ul li a{
    font-size: 16px;
    color: #3C3C3C;
    display: block;
    margin-bottom: 16px;
}
.footer_l ul li:last-child{
    width: 300px;
}
.footer_l ul li:first-child{
    margin-left: 0;
}
.footer_l ul li em{
    font-size: 16px;
    color: #3C3C3C;
    margin-bottom: 15px;
    display: block;
}
.footer_c{
    width: 225px;
    float: left;
    margin-left: 210px;
    text-align: right;
}
.footer_c em{
    font-size: 24px;
    color: #3C3C3C;
    margin-top: 55px;
    display: block;
}
.footer_c p{
    margin-top: 10px;
    font-size: 32px;
    color: #1BA784;
    font-weight:normal;
}
.footer_r{
    float: right;
    width: 166px;
    height: 166px;
}
.footer_r p{
    text-align: center;
    font-size: 16px;
    color: #3C3C3C;
    margin-top: 13px;
}
.n_bann {
    background: url(../../images/ab_banner.png) no-repeat center;
    height: 480px;
}
#ab_con1{
    background: url(../../images/W.png) no-repeat top left;
    height: auto;
    overflow: hidden;
}
.ab_con1_t{
    padding-top: 30px;
}
.ab_con1_c{
    margin-top: 38px;
    color: #262626;
    font-size: 16px;
    line-height: 30px;
}
#ab_con2{
    background: url(../../images/ab_bg2.png) no-repeat center 90px;
    margin-top: 60px;
    height: 917px;
}
.Mtime {
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.81) 100%);
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
    padding-top: 20px;
    padding-bottom: 50px;
}
.Mtime .tempWrap {
    /*margin-left: 63px;*/
}
.Mtime .MtimeCon {
    width: 1388px;
    height: 100%;
}
.Mtime .tabBox {
    overflow: hidden;
    zoom: 1;
}
.Mtime .tabBox .bd {
    float: left;
    width: 1300px;
}
.Mtime .tabBox .bd li {
    overflow: hidden;
    zoom: 1;
    padding: 0 50px;
}
.Mtime .tabBox .bd .text {
    width: 225px;
    padding-right: 20px;
    word-wrap: break-word;
    float: left;
}
.Mtime .tabBox .bd .text h3 a {
    color: #86CA35;
    font: normal 28px/40px "Microsoft YaHei";
    _font-weight: bold;
}
.Mtime .tabBox .bd .text p {
    padding-top: 18px;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
}
.Mtime .tabBox .bd .imgs {
    float: right;
}
.Mtime .tabBox .hd {
    width: 22px;
    float: right;
    margin-top: 350px;
    margin-right:35px;
}
.Mtime .tabBox .hd li {
    margin-top: 7px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    vertical-align: middle;
    background: url("../../images/al_num2.png") center no-repeat;
}
.Mtime .tabBox .hd li.on {
    background: url("../../images/al_num1.png") center no-repeat;
}
.Mtime .tabBox .hd li.on a {
    background: #85CB35;
}
.ab_con2l dl dd{
    margin-bottom: 15px;
    height: auto;
    overflow: hidden;
}
.ab_con2l dl dd .pic{
    float: left;
    width: 560px;
    height: 360px;
    margin-top: 20px;
}
.ab_con2l dl dd .pic img{
    width: 560px;
    height: 360px;
}
.ab_con2l dl dd .txt{
    float: right;
    width: 560px;
}
.ab_con2l dl dd .txt em{
    display: block;
    color: #182233;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 2.2px;
    margin-top: 30px;
}
.ab_con2l dl dd .txt span{
    display: block;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 1.2px;
    color: #182233;
}
.ab_con2l dl dd .txt span i{
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    color: #1BA784;
    padding-left: 10px;
}
.ab_con2l dl dd .txt p{
    font-size: 16px;
    line-height: 29px;
    text-align: justify;
    letter-spacing: 0.8px;
    color: rgba(24, 34, 51, 0.65);
    margin-top: 16px;
}
.ab_con2l dl dd .txt a{
    display: block;
    width: 93px;
    height: 35px;
    line-height: 32px;
    font-size: 20px;
    color:#1BA784;
    border: 0.5px solid #1BA784;
    text-align: center;
    margin-top: 16px;
}
.ab_con2l dl dd:nth-child(2) .pic{
    float: right;
}
.ab_con2l dl dd:nth-child(2) .txt{
    float: left;
}
#ab_con3{
    padding-top: 60px;
    background: #f4f5f7;
    height: auto;
    overflow: hidden;
}
.ab_con3{
    background: url("../../images/T.png") left top no-repeat !important;
}
.ab_con3_t_l{
    background: none !important;
    height: auto !important;
    height: auto;
    overflow: hidden;
}
.ab_con3_u{
    padding-top: 50px;
}
.ab_con3_u ul li{
    float: left;
    width: 320px;
    background: #fff;
    padding: 50px 30px;
    margin-right: 120px;
    border-radius: 12px;
    margin-bottom: 48px;
}
.ab_con3_u ul li:nth-child(3),.ab_con3_u ul li:nth-child(6){
    margin-right: 0;
}
.ab_con3_u ul li i{
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.ab_con3_u ul li i img{
    width: 120px;
    height: 120px;
}
.ab_con3_u ul li em{
    display: block;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #262626;
    margin-top: 22px;
    font-weight:normal;
}
.ab_con3_u ul li p{
    display: block;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 2.8px;
    color: #595959;
    margin-top: 20px;
    height: 104px;
}
#ab_con4{
    background: url("../../images/ab_hzbg.png") center top no-repeat;
    height: 850px;
}
.ab_con4{
    background: url("../../images/P.png") left top no-repeat;
    height: auto;
    overflow: hidden;
}
.ab_con4_t{
    height: auto;
    overflow: hidden;
}
.ab_con4_u{
    margin-top: 60px;
}
/**内页**/
.fy_con{
    margin-top:25px;
}
.fy_con_tit{
    text-align:center;
    font-size:30px;
    font-weight:bold;
    color:#035f92;
}
.fy_con_tit hr{
    width:104px;
    margin:15px auto 0 auto;
    height:4px;
    background:#035f92;
    border:none;
}
#dqwz{
    background:#f7f7f7;
    height:40px;
    line-height:40px;
}
.dqwz{
    color: #2f2f2f;
    background:url(../../images/home.png) no-repeat left;
    padding-left:20px;
}
.fy_nav {
    text-align: center;
    margin-top:50px;
}
.fy_nav ul{
    display: inline-block;
}
.fy_nav li{
    float: left;
    margin: 0 15px 15px 15px;
}
.fy_nav li a{
    display: block;
    padding:0 15px;
    width: 115px;
    height: 37px;
    line-height: 37px;
    background: #1BA784;
    text-align: center;
    font-size:14px;
    color:#fff;
}
.fy_nav li a:hover,.fy_nav li a.hover{
    background:#1BA784;
    color: #fff;
}
/*.show_c img{width:800px;} */
.cn_t {
    text-align: center;
}
.cn_t p {
    text-align: center;
    font-size:26px;
    color: #0a0d0f;
    display: block;
    font-weight: normal;
    margin-top: 10px;
    font-family:Impact;
}
.cn_t em{
    font-size: 14px;
    color: #7c7e80;
    display:block;
    margin-top:10px;
}
.hotcp {
    margin-top: 20px;
}
.hotcp ul {
    border-top: 1px dashed #ddd;
    padding-top: 20px;
}
.hotcp li {
    float: left;
    line-height: 40px;
    margin-left: 12px;
    text-align: center;
}
.hotcp li:first-child {
    margin: 0;
}
.hotcp li img {
    width: 268px;
    height: 180px;
}
.hotcp li:hover img{
    opacity: 0.8;
}
.hotcp_top {
    background: #1BA784;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
    width: 100px;
}
.hotnews {
    margin-bottom: 30px;
    margin-top: 20px;
}
.hotnews_top {
    border-bottom: 1px solid #ddd;
    color: #1BA784;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
}
.hotnews ul{
    margin-left: -55px;
}
.hotnews li {
    border-bottom: 1px dotted #ddd;
    float: left;
    line-height: 40px;
    margin-left: 55px;
    width: 425px;
}
.hotnews li a {
    color: #2e2e2e;
}
.hotnews li span {
    color: #999;
    float: right;
    font-size: 13px;
}
.hotnews li a:hover{
    color: #1BA784;
}
.hotlabel{
    margin-top: 30px;
}
.hotlabel p{
    color: #1BA784;
}
.hotlabel a{
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    padding: 0 10px;
    background: #1BA784;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
}
/*æ–°é—»åˆ—è¡¨*/
.news_list{margin-top:35px;}
.news_list .search{ text-align: center; font-size: 20px; }
.news_list li{ padding:25px 20px; position: relative; border: 1px solid #eeeeee; margin:20px;}
.news_list li a{ display: block; overflow: hidden; position: relative; color: #333;}
.news_img{ width: 253px; float: left; overflow: hidden; border: 1px solid #eeeeee;}
.news_time{ float: left; font-size: 35px; line-height:normal; font-family: Aparajita; position: relative; padding-right: 50px; margin:10px 30px 0 0;}
.news_more{ display: block; margin-top: 15px; font-size: 0; width: 48px; height: 38px; background: #fff url(../images/ico_11a.png) center center no-repeat; position: relative;}
.news_info{ overflow: hidden; padding-left: 3%; margin-top: 10px; width:990px;}
.news_info p{ overflow: hidden; font-size: 20px; margin-bottom: 25px; font-weight:bold; color:#333333;}
.news_des{ font-size: 14px; line-height: 26px; max-height: 464px; overflow: hidden; color:#999999;}
.news_list li em{ position: relative; font-size:14px; color:#999999; margin-top:15px; display:block;}
.news_list li:hover{
    -moz-box-shadow:2px 5px 20px #eeeeee; -webkit-box-shadow:2px 5px 20px #eeeeee; box-shadow:2px 5px 20px #eeeeee;
}
.news_list li:hover img{
    -webkit-transition: all 0.25s linear 0.01s; -moz-transition: all 0.25s linear 0.01s; -ms-transition: all 0.25s linear 0.01s; -o-transition: all 0.25s linear 0.01s; transition: all 0.25s linear 0.01s;transform:scale(1.15,1.15);
}
.ny_u{
    height:auto;
    overflow:hidden;
    margin-bottom:35px;
    margin-top:35px;
}
.show_t{
    text-align:center;
    border-bottom:#CCC 1px solid;
}
.show_t h1{
    font-size: 25px;
    color: #333;
    font-weight:normal;
    }
.show_t p{
    font-size: 13px;
    color: #adadad;
    font-weight:normal;
    margin: 20px 0;
    }
.show_c{
    padding:20px 15px;
    color:#464646;
    border-bottom:#CCC 1px solid;
    line-height:2em;
    font-size:14px;
}
.show_c img{
    max-width:1200px;
    padding:10px 0 10px 0;
}
.show_u{
    text-align:left;
    padding:10px 15px 10px 0px;
}
.show_u ul li{
    list-style:none;
    text-decoration:none;
    color:#464646;
    height:30px;
    line-height:30px;
    margin:0px 20px 0px 20px;
    font-size:14px;
}
.show_u ul li a{
    color:#464646;
    font-size:14px;
}
.show_u ul li a:hover{
    text-decoration:underline;
    color:#464646;
}
.page_conru{
    color:#464646;
    padding:0 15px 40px 15px;
    font-size:14px;
    line-height:28px;
}
.page_conru img{
    max-width:1200px;
    padding:15px 0 40px 0;
}
.chanpin{padding:0 0px 20px 10px; height:auto; overflow:hidden;}
.chanpin ul li{margin:0 20px;float: left;margin-bottom: 50px; width:385px; height: 310px;}

.chanpin ul li a{display: block;text-align: center; color:#545454}
.chanpin ul li a .pic{ width: 250px;height: 169px;overflow: hidden;/*border: 1px sol
id #d3d3d3; border-radius: 1px;*/ display: table-cell;background: #fff;text-align: center;vertical-align: middle; border:1px solid #efefef;}
.chanpin ul li a img{max-width: 250px;max-height: 169px;}
.chanpin ul li a p{height: 55px;line-height: 55px; font-size:16px;}

.chanpin2{padding:0 0px 20px 10px; height:auto; overflow:hidden;}
.chanpin2 ul li{margin:0 38px;float: left;margin-bottom: 50px; width:385px; }

.chanpin2 ul li a{display: block;text-align: center; color:#545454}
.chanpin2 ul li a .pic{ width: 250px;height: 169px;overflow: hidden;/*border: 1px sol
id #d3d3d3; border-radius: 1px;*/ display: table-cell;background: #fff;text-align: center;vertical-align: middle; border:1px solid #efefef;}
.chanpin2 ul li a img{max-width: 250px;max-height: 169px;}
.chanpin2 ul li a p{height: 55px;line-height: 55px; font-size:16px;}



.btn01 {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3)
}
.btn01 .im{
    display:block;
    text-align:center;
    padding-top:20px;
    border-top:1px solid #e2e2e2;
}
.btn01 .im span{
    font-size:19px;
    color:#313131;
}
.btn01 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.pimg{ height: 240px;}
.btn01 .ovrly {
    background:#009b7f;
    height: 100%;
    left: 0;
    top: -100%;
    width: 100%;
    position: absolute;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity:0.8;
}
.btn01 .buttons {
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.btn01 .buttons .fa {
    margin: 0 1px;
    color:#f4f4f4;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 150px;
    height: 40px
}
.btn01:hover .buttons {
    top: 50%
}
.btn01:hover .ovrly {
    top: 0
}
.btn01:hover .im{
    border-top:none;
}
.btn01:hover .im span {
    color:#fff;
}
.btn01 .buttons .tx1{
    color:#f4f4f4;
    font-size:25px;
}
.btn01 .buttons .tx2{
    font-size:15px;
    color:#ffffff;
    margin-top:25px;
    line-height:25px;
}
.scope{
    margin-top:40px;
}
.scope ul li{
    width:565px;
    float:left;
    margin:0 15px 65px;
}
.scope ul li img{
    display:block;
    width:565px;
    height:310px;
}
.scope ul li .zi{
    background:url(../images/ico.png) no-repeat left;
    padding-left:90px;
    margin-top:40px;
    height:70px;
}
.scope ul li .zi em{
    display:block;
    font-size:18px;
    color:#444444;
}
.scope ul li .zi span{
    font-size:14px;
    color:#bababa;
    display:block;
    margin-top:8px;
}
.scope ul li .zi hr{
    display:block;
    width:30px;
    background:#014099;
    border:none;
    height:1px;
    float:left;
    margin-top:14px;
}
.scope ul li p{
    font-size:14px;
    color:#848484;
    line-height:26px;
    margin-top:30px;
}
.scope ul li:nth-child(1) .zi{
    background-position:0 0;
}
.scope ul li:nth-child(2) .zi{
    background-position:-591px 0;
}
.scope ul li:nth-child(3) .zi{
    background-position:0 -119px;
}
.scope ul li:nth-child(4) .zi{
    background-position:-591px -119px;
}
.scope ul li:nth-child(5) .zi{
    background-position:0 -248px;
}
.scope ul li:nth-child(6) .zi{
    background-position:-591px -248px;
}
.scope ul li:nth-child(7) .zi{
    background-position:0 -369px;
}
.scope ul li:nth-child(8) .zi{
    background-position:-586px -369px;
}
/*分页*/
.fenye{text-align: center;margin: 20px 0 30px;}
.fenye ul{height: auto;overflow: hidden;}
.fenye span,.fenye a{display: inline-block;padding: 0 9px;margin: 5px 2px;background: #ddd;border-radius: 2px;height: 26px;line-height: 26px;text-align: center; color:#000;}
.fenye span.current{background: #1ba784; color: #fff;}
.fenye a:hover{background: #1ba784;color: #fff;}
.right_tool {
    position: fixed;
    top: 40%;
    right: 0;
    width: 85px;
    background: #fff;
    z-index: 99999;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}
.right_tool dl {
    width: 85px;
    height: 86px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1px;
}
.right_tool dt {
    width: 85px;
    height: 85px;
    cursor: pointer;
    font-size: 14px;
    color: #767676;
    font-weight: 200;
    text-align: center;
    box-sizing: border-box;
    padding-top: 50px;
    transition: all 0.3s;
}
.right_tool dt::before {
    content: " ";
    display: block;
    position: absolute;
    width: 85px;
    height: 30px;
    top: 15px;
    left: 0;
}
.right_tool dl:first-child dt::before {
    background: url(../../images/icno.png) no-repeat 0 -18px;
}
.right_tool dl:first-child+dl dt::before {
    background: url(../../images/icno.png) no-repeat 0 -96px;
}
.right_tool dl:first-child+dl+dl dt::before {
    background: url(../../images/icno.png) no-repeat 0 -176px;
}
.right_tool dl:first-child+dl+dl+dl dt::before {
    background: url(../../images/icno.png) no-repeat 0 -256px;
}
.right_tool dl:first-child:hover dt::before {
    background: url(../../images/icno_ho.png) no-repeat 0 -18px;
}
.right_tool dl:first-child+dl:hover dt::before {
    background: url(../../images/icno_ho.png) no-repeat 0 -96px;
}
.right_tool dl:first-child+dl+dl:hover dt::before {
    background: url(../../images/icno_ho.png) no-repeat 0 -176px;
}
.right_tool dl:first-child+dl+dl+dl:hover dt::before {
    background: url(../../images/icno_ho.png) no-repeat 0 -256px;
}
.right_tool dl:first-child+dl+dl+dl+dl:hover dt::before {
    background: url(../images/tool2.png) no-repeat 0 -336px;
}
.right_tool dl:first-child+dl+dl+dl+dl+dl:hover dt::before {
    background: url(../images/tool2.png) no-repeat 0 -413px;
}
.right_tool dl:first-child+dl+dl+dl+dl+dl+dl:hover dt::before {
    background: url(../images/tool2.png) no-repeat 0 -494px;
}
.right_tool dl dd {
    position: absolute;
    right: 85px;
    transition: all 0.3s;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}
.tool_2 dd {
    top: -20px;
    text-align: center;
    font-size: 13px;
    color: #979797;
    padding: 8px;
}
.tool_2 dd p {
    margin-bottom: 0;
    margin-top: 5px;
}
.tool_2 dd img {
    width: 200px;
}
.tool_2:hover dd {
    opacity: 1;
    right: 96px;
}
.right_tool dl:hover {
    overflow: visible;
}
.tool_6 dd {
    color: #333;
    top: 0;
    padding: 10px 20px;
}
.tool_6 dd span {
    font-size: 20px;
    color: #3b2e2c;
    display: block;
    font-weight: bold;
    width: 200px;
}
.tool_6:hover dd {
    opacity: 1;
    right: 96px;
}
.right_tool dl:hover dt {
    color: #3b2e2c;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}

.cp_imgarc{
	margin-top: 80px;
	height: auto;
	overflow: hidden;
	margin-bottom: 80px;
}
.cp_imgarc_l{
	float: left;
}
.cp_imgarc_r{
	margin-top: 50px;
	float:right;
	width: 40%;
}
.cp_imgarc_r em{
	display: block;
	font-size: 32px;
	color: #333333
}
.cp_imgarc_r p{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin-top: 25px;
	max-height:195px; 
}
.cp_imgarc_r span {
    display: inline-block;
    width: 134px;
    height: 48px;
    background: #009b7f;
    border: 1px solid #009b7f;
    border-radius: 5px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    transition: all 0.6s;
    margin-top:40px; 
    color: #fff;
    font-weight:bold;
}
.imgslide {
	position: relative;
	overflow: hidden;
	width: 650px;
	float: left;
}

.imgslide .bigImg {
	height: 300px;
	position: relative;
}

.imgslide .bigImg li img {
	vertical-align: middle;
	width: 650px;
	height:300px;
}

.imgslide .bigImg  h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 33px;
	height: 33px;
	padding-right: 30px;
	overflow: hidden;
	text-align: left;
}

.imgslide .smallScroll {
	height: 63px;
	margin-bottom: 6px;
}

.imgslide .sPrev,.imgslide .sNext {
	float: left;
	display: block;
	width: 14px;
	height: 63px;
	text-indent: -9999px;
	background: url(../../images/sprites1008.png) no-repeat;
}
.imgslide .sPrev{
    background-position: 0 -115px;
}
.imgslide .sNext {
	background-position: 0 0;
}

.imgslide .sPrev:hover {
	background-position: 0 -115px;
}

.imgslide .sNext:hover {
	background-position: 0 0;
}

.imgslide .smallImg {
	float: left;
	margin: 0 6px;
	display: inline;
	width: 610px;
	overflow: hidden;
}

.imgslide .smallImg ul {
	height: 65px;
	width: 9999px;
	overflow: hidden;
}

.imgslide .smallImg li {
	float: left;
	padding: 0 4px 0 0;
	width: 155px;
	cursor: pointer;
	display: inline;
}

.imgslide .smallImg img {
	border: 1px solid #dcdddd;
	width: 155px;
	height: 63px;
}


.imgslide .pageState {
	position: absolute;
	top: 235px;
	right: 5px;
	font-family: "Times New Roman", serif;
	letter-spacing: 1px;
}

.imgslide .pageState span {
	color: #f00;
	font-size: 16px;
}