﻿@charset "utf-8";
.basebox {
    width: 100%;
    min-width: 320px;
    max-width: 2000px;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    font-family: " ", " ", Arial, Helvetica, sans-serif;
    z-index: 100;
    background: #FFF;
    font-size: 14px
}

.centerArea {
    height: auto;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}


/*引导页*/

.defaultbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/defaultbg.jpg) center center no-repeat;
    background-size: cover;
}

.defaultbox .centerbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 80px 0;
}

.defaultbox .centerbox .centerin {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1000px;
}

.defaultbox .leftbox {
    width: 27.1%;
    height: auto;
    float: left;
    overflow: hidden;
    background: url(../images/defaultleft.png) repeat;
}

.defaultbox .leftbox .logo {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #8acee7;
}

.defaultbox .leftbox .logo img {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 26px;
    display: block
}

.defaultbox .leftbox .wordbox {
    width: 100%;
    height: 292px;
    overflow: hidden;
    position: relative
}

.defaultbox .leftbox .wordbox .inbox {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    color: #FFFFFF;
}

.defaultbox .leftbox .wordbox .tel {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: url(../images/tel1.png) left center no-repeat;
    text-indent: 47px;
    font-size: 24px;
    font-family: "黑体";
    margin-top: 10px;
}

.defaultbox .leftbox .wordbox .word {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    margin-top: 10px;
}

.defaultbox .leftbox .wordbox .weixin {
    width: 100%;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    font-size: 14px;
    background: url(../images/wx.png) left center no-repeat;
    text-indent: 42px;
    cursor: pointer;
}

.defaultbox .leftbox .wordbox .ercode {
    width: 90%;
    position: absolute;
    left: 10%;
    bottom: 60px;
    z-index: 10;
    display: none
}

.defaultbox .rightbox {
    width: 70.8%;
    height: auto;
    float: right;
    overflow: hidden;
    background: url(../images/defaultleft.png) repeat;
}

.defaultbox .rightbox .listbox {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-bottom: 1px solid #8f969f;
}

.defaultbox .rightbox .listbox ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.defaultbox .rightbox .listbox ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 33.33%;
    height: 280px;
    float: left;
    overflow: hidden;
    transition: all 0.5s ease;
}

.defaultbox .rightbox .listbox ul li .box {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.defaultbox .rightbox .listbox ul li .pic {
    width: 100%;
    height: 67px;
    margin-top: 98px;
    text-align: center;
    transition: all 0.5s ease;
}

.defaultbox .rightbox .listbox ul li .tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #FFF;
    text-align: center;
}

.defaultbox .rightbox .listbox ul li .tit2 {
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    font-size: 14px
}

.defaultbox .rightbox .listbox ul li.t2 {
    border-left: 1px solid #8f969f;
    border-right: 1px solid #8f969f
}

.defaultbox .rightbox .listbox ul li:hover {
    background: #8acee7;
}

.defaultbox .rightbox .listbox ul li:hover .pic {
    margin-top: 50px;
}

.defaultbox .rightbox .listbox2 {
    width: 100%;
    height: 252px;
    overflow: hidden;
    background: url(../images/defaultleft.png) repeat;
}

.defaultbox .rightbox .listbox2 .box {
    width: 90%;
    margin: 0 auto;
    margin-top: 28px;
}

.defaultbox .rightbox .listbox2 .box img {
    max-width: 100%;
    height: auto;
}

.defaultbox .rightbox .listbox2 .word {
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 16px;
    color: #FFF;
    line-height: 25px;
    font-weight: bold
}

.defaultbox .rightbox .listbox2 .word span {
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
}

#fixmenu {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #FFFFFF;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100000;
    display: none
}

#fixmenu .boxmenu {
    width: 96%;
    margin: 0 auto;
    height: auto;
    position: relative;
    overflow: hidden;
}

#fixmenu .close {
    width: 96%;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
    text-align: right
}

#fixmenu .themenu {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

#fixmenu .themenu ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

#fixmenu .themenu ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50%;
    float: left;
    border-bottom: 1px solid #CCC
}

.pcshow {
    display: block
}

.mbshow {
    display: none
}

.gotop {
    width: 40px;
    height: auto;
    cursor: pointer;
    z-index: 200;
    right: 10px;
    position: fixed;
    bottom: 100px;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    opacity: 1;
    z-index: 100020;
    display: none;
}

.gotop ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.gotop ul li {
    margin: 0px 0 5px 0;
    padding: 0px;
    list-style: none;
    width: 40px;
    height: 42px;
    position: relative;
    overflow: visible
}

.gotop ul li.t1 p {
    display: block;
    cursor: pointer
}

.gotop ul li.t1 p {
    width: 40px;
    height: 42px;
    background: url(../images/float1.png) no-repeat;
}

.gotop ul li.t2 p {
    width: 40px;
    height: 42px;
    background: url(../images/float2.png)no-repeat;
}

.gotop ul li.t3 p {
    width: 40px;
    height: 42px;
    background: url(../images/float3.png) no-repeat;
}

.gotop ul li .ercode {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 42px;
    top: 0px;
    display: none
}

.headbox {
    width: 100%;
    height: 136px;
    position: relative;
    z-index: 100;
    overflow: hidden;
    background: #ffffff;
    background-size: cover;
}

.headbox .box {
    width: 96%;
    height: 136px;
    margin: 0 auto;
    max-width: 1280px;
    overflow: hidden;
    position: relative;
}

.headbox .box .logo {
    position: absolute;
    left: 0px;
    top: 12px;
}

.headbox .box .word {
    position: absolute;
    left: 490px;
    top: 0;
    height: 136px;
    /*background: url(../images/wordline.jpg) left center no-repeat;*/
    width: 300px;
    text-align: right
}

.headbox .box .word img {
    margin-top: 10px;
}

.headbox .box .tel {
    position: absolute;
    right: 0;
    top: 0;
    width: 166px;
    height: 88px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee
}

.headbox .box .tel .tit {
    position: absolute;
    right: 18px;
    top: 15px;
    font-size: 14px;
    color: #a0a0a0;
    height: 30px;
    line-height: 30px;
}

.headbox .box .tel .phone {
    position: absolute;
    right: 18px;
    top: 48px;
    color: #de600c;
    font-size: 18px;
}

.headbox .box .language {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 14px
}

.headbox .box .searchbox {
    position: absolute;
    right: 0px;
    top: 51px;
}

.headbox .box .searchbox ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.headbox .box .searchbox ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left
}

.headbox .box .searchbox ul li.t1 input {
    width: 250px;
    height: 38px;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    text-indent: 10px;
}

.headbox .box .searchbox ul li.t2 .btnme {
    width: 94px;
    height: 38px;
    border: 0px;
    background: #0b698b;
    color: #FFF;
}

.headbox .box .searchbtn {
    position: absolute;
    right: 40px;
    top: 35px;
    width: 47px;
    height: 40px;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    z-index: 100;
    color: #0b698b;
    text-align: right;
    display: none
}

.headbox .box .menubtn {
    position: absolute;
    right: 0px;
    top: 26px;
    height: 40px;
    font-size: 30px;
    font-weight: normal;
    cursor: pointer;
    display: none;
    z-index: 100;
    color: #0b698b;
    text-align: right
}

.menubox {
    width: 100%;
    height: 50px;
    overflow: visible;
    background: #0b698b;
    position: relative;
    z-index: 100
}

.menubox .centerbox {
    width: 100%;
    height: auto;
    min-width: 320px;
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    overflow: visible;
}

.menubox .centerbox .centerin {
    width: 100%;
    height: auto;
    overflow: visible;
}

.menubox ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

    .menubox ul li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        width: 9.69%;
        float: left;
        overflow: visible;
        text-align: center;
        color: #FFF;
        position: relative
    }

.menubox ul li.onfocus {
    background: url(../images/menuon.jpg) bottom center no-repeat
}

.menubox ul li a {
    color: #FFF
}

.menubox ul li ul {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50px;
    background: #0a6985;
    display: none
}

.menubox ul li ul li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #FFF;
    overflow: hidden;
}

.menubox ul li ul li:hover {
    background: #ea9217;
}

.homeSlide {
    width: 100%;
    height: 817px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}

.homeSlide .list {
    width: 100%;
    height: 817px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.homeSlide .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.homeSlide .list ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 817px;
    overflow: hidden;
    float: left;
    position: relative
}

#ertopslide {
    width: 100%;
    height: 549px;
    overflow: hidden;
}

.erSlide {
    width: 100%;
    height: 549px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.erSlide .list {
    width: 100%;
    height: 549px;
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

.erSlide .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.erSlide .list ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 549px;
    overflow: hidden;
    float: left;
    position: relative
}

.erSlide .titbox {
    width: 700px;
    height: 105px;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -52px;
    text-align: center
}

.erSlide .titbox p {
    display: block;
    width: 100%;
    overflow: hidden;
}

.erSlide .titbox p.t1 {
    font-size: 48px;
    color: #FFF
}

.erSlide .titbox p.t2 {
    font-size: 32px;
    color: #FFF;
    margin-top: 15px;
    text-transform: uppercase
}

.homenotice {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #FFF;
    margin: 20px 0 0 0;
}

.homenotice .centerbox {
    width: 100%;
    height: auto;
    min-width: 320px;
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    background: #f3f3f3
}

.homenotice .centerbox .centerin {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 200%;
    margin: 0 auto;
    height: 57px;
    background: url(../images/notice.jpg) left center no-repeat;
}

.homenotice .tit {
    width:5%;
    float: left;
    overflow: hidden;
    height: 57px;
    line-height: 57px;
    font-size: 20px;
    color: #666666;
    /*text-indent: 25px;*/
}

.homenotice .list {
    width: 91%;
    float: left;
    overflow: hidden;
    font-size: 16px
}

.homenotice .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.homenotice .list ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 57px;
    line-height: 57px;
}

.homenotice .list ul li span {
    font-size: 12px
}

.homepart1 {
    width: 100%;
    height: auto;
    background: #ffffff;
    margin: 0 auto;
    padding: 20px 0;
}

.homepart1 .centerbox {
    width: 100%;
    height: auto;
    min-width: 320px;
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.homepart1 .centerbox .centerin {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 200%;
}

.homepart1 .leftbox {
    width: 48.75%;
    float: left;
    height: auto;
    overflow: hidden;
}

.homepart1 .leftbox .listbox {
    width: 100%;
    height: 433px;
    overflow: hidden;
    position: relative
}

.homepart1 .leftbox .listbox .list {
    width: 100%;
    height: 433px;
    overflow: hidden;
}

.homepart1 .leftbox .listbox .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.homepart1 .leftbox .listbox .list ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 433px;
    overflow: hidden;
    position: relative
}

    .homepart1 .leftbox .listbox .list ul li .pic {
        width: 100%;
        height: 433px;
        overflow: hidden;
        background-size: contain !important
    }

.homepart1 .leftbox .listbox .list ul li .tit {
    width: 100%;
    height: 52px;
    line-height: 52px;
    background: url(../images/cover1.png) repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 16px;
    color: #FFF;
    text-indent: 19px;
}

.homepart1 .leftbox .listbox .slidepage {
    position: absolute;
    right: 10px;
    text-align: center;
    bottom: 10px;
}

.homepart1 .leftbox .listbox .slidepage .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ffffff;
    margin: 0 3px;
    cursor: pointer;
}

.homepart1 .leftbox .listbox .slidepage .swiper-active-switch {
    background: #0b698b;
}

.homepart1 .rightbox {
    width: 48.75%;
    float: right;
    height: auto;
    overflow: hidden;
}

.homepart1 .rightbox .list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.homepart1 .rightbox .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.homepart1 .rightbox .list ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    position: relative
}

.homepart1 .rightbox .list ul li p {
    display: block;
    position: absolute;
    top: 0px;
    font-size: 16px;
}

.homepart1 .rightbox .list ul li p.t1 {
    width: 80%;
    left: 0px;
    background: url(../images/dot1.png) 3px center no-repeat;
    text-indent: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.homepart1 .rightbox .list ul li p.t2 {
    right: 0px;
}

    .homepart1 .rightbox .list ul li.first {
        width: 100%;
        height: 50px;
        overflow: hidden;
        background: #0b698b;
        margin-bottom: 15px;
    }

.homepart1 .rightbox .list ul li.first .box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #FFF
}

        .homepart1 .rightbox .list ul li.first .tit {
            width: 100%;
            height: 52px;
            line-height: 52px;
            font-size: 20px;
            overflow: hidden;
            text-indent: 29px;
        }

.homepart1 .rightbox .list ul li.first .word {
    width: 100x;
    height: 52px;
    line-height: 26px;
    font-size: 14px;
    overflow: hidden;
}

.homepart2 {
    width: 100%;
    height: auto;
    background: #ffffff;
    background-attachment: fixed;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}

.homepart2 .centerbox {
    width: 100%;
    height: auto;
    min-width: 320px;
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.homepart2 .centerbox .centerin {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.homepart2 .onebox {
    width: 48.75%;
    float: left;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.homepart2 .onebox .titbox {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #5f5f5f;
    position: relative
}

.homepart2 .onebox .titbox .tit {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #0f4dab
}

.homepart2 .onebox .titbox .nav {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
}

.homepart2 .onebox .titbox .nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.homepart2 .onebox .titbox .nav ul li {
    margin: 0px;
    padding: 0px 10px;
    list-style: none;
    float: left;
    height: 50px;
    line-height: 50px;
    cursor: pointer
}

.homepart2 .onebox .titbox .nav ul li.onfocus {
    color: #0b698b;
    font-weight: bold;
}

.homepart2 .onebox .list {
    width: 100%;
    height: 232px;
    overflow: hidden;
    margin-top: 20px;
}

.homepart2 .onebox .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.homepart2 .onebox .list ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    position: relative
}

.homepart2 .onebox .list ul li p {
    display: block;
    position: absolute;
    top: 0px;
    font-size: 16px;
}

.homepart2 .onebox .list ul li p.t1 {
    width: 80%;
    left: 0px;
    background: url(../images/dot1.png) 3px center no-repeat;
    text-indent: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.homepart2 .onebox .list ul li p.t2 {
    right: 0px;
}

.homepart2 .oneboxeven {
    float: right
}

.homepart2 .onebox .list ul li.havepic {
    width: 100%;
    height: 111px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.homepart2 .onebox .list ul li.havepic .pic {
    width: 24%;
    height: 111px;
    overflow: hidden;
    float: left
}

.homepart2 .onebox .list ul li.havepic .wordbox {
    width: 73.83%;
    float: right;
    height: auto;
    overflow: hidden;
}

.homepart2 .onebox .list ul li.havepic .wordbox .tit {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #0b698b;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.homepart2 .onebox .list ul li.havepic .wordbox .word {
    width: 100%;
    height: 54px;
    line-height: 27px;
    overflow: hidden;
    margin-top: 15px;
}

.homead {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}

.homead .centerbox {
    width: 100%;
    height: auto;
    min-width: 320px;
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.homead .centerbox .centerin {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.homead .centerbox .centerin img {
    width: 100%;
    height: auto
}

.homepart3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}

.homepart3 .centerbox {
    width: 100%;
    height: auto;
    min-width: 320px;
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.homepart3 .centerbox .centerin {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.homepart3 .titbox {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #5f5f5f;
    position: relative
}

.homepart3 .titbox .tit {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #0f4dab
}

.homepart3 .listbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

.homepart3 .listbox .list {
    width: 100%;
    height: 175px;
    overflow: hidden;
}

.homepart3 .listbox .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.homepart3 .listbox .list ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 171px;
    height: 175px;
    overflow: hidden;
    float: left
}

.homepart3 .listbox .list ul li .box {
    width: 92%;
    margin: 0 auto;
    height: 175px;
    position: relative
}

.homepart3 .listbox .list ul li .pic {
    width: 100%;
    height: 175px;
    overflow: hidden;
}

.homepart3 .listbox .list ul li .tit {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #0b698b;
}

.fdlink {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}

.fdlink .centerbox {
    width: 100%;
    height: auto;
    min-width: 320px;
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.fdlink .centerbox .centerin {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fdlink .titbox {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #5f5f5f;
    position: relative
}

.fdlink .titbox .tit {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #0f4dab
}

.fdlink .wordbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 200%;
    margin-top: 10px;
}

.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 32px 0;
    position: relative;
    z-index: 1;
    border-top: 3px solid #0b698b;
    padding: 15px 0
}

.footer .centerbox {
    width: 96%;
    height: auto;
    min-width: 320px;
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.footer .centerbox .centerin {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 200%;
    color: #7e8283;
    ;
    margin: 0 auto
}

.footer .centerbox .centerin a {
    color: #7e8283;
}

.footer .word {
    width: 60%;
    float: left;
    line-height: 200%;
    overflow: hidden;
}

.footer .ercode {
    float: right;
    overflow: hidden;
    text-align: center;
    line-height: 200%;
}

.footermb {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f0f0f0;
    padding: 30px 0;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    display: none
}

.footermb .centerbox {
    width: 100%;
    height: auto;
    min-width: 320px;
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.footermb .centerbox .centerin {
    width: 92%;
    height: auto;
    overflow: hidden;
    line-height: 200%;
    color: #6a6a6a;
    text-align: center;
    margin: 0 auto
}

.footermb .centerbox .centerin a {
    color: #6a6a6a;
}

.fixbottomkong {
    width: 100%;
    height: 60px;
    clear: both;
    overflow: hidden;
    display: none;
}

.fixbottom {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #161415;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 100;
    display: none;
}

.fixbottom .list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
}

.fixbottom .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.fixbottom .list ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 33.33%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #FFF;
    float: left;
    overflow: hidden;
    height: auto;
    border-left: 1px solid #2d2b2c;
    margin-left: -1px;
    text-align: center
}

@keyframes bgbig {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bgbig {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

.ertop {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    z-index: 10;
    position: relative;
    margin: 20px 0;
}

.ertop .centerbox {
    width: 100%;
    height: auto;
    min-width: 320px;
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.ertop .centerbox .centerin {
    width: 100%;
    height: 191px;
    overflow: hidden;
    position: relative;
    background: url(../images/ertopbox.jpg) center center no-repeat;
    background-size: cover;
}

.ertop .titbox {
    position: absolute;
    left: 48px;
    top: 37px;
}

.ertop .navbox {
    height: 40px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../images/cover2.png) repeat;
}

.ertop .navbox ul {
    margin: 0px auto;
    padding: 0px 0 0 0px;
    list-style: none
}

.ertop .navbox ul li {
    margin: 0 10px;
    padding: 0px;
    list-style: none;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: left;
    color: #FFF
}

.ertop .navbox ul li a {
    color: #FFF
}

.ertop .navbox ul li.onfocus {
    color: #fff;
}

.ertop .navbox ul li.onfocus a {
    color: #fff
}

.ertop .navbox ul li.line {
    background: url(../images/line1.jpg) center center no-repeat;
    width: 2px;
}

.ertopsun {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f8f3f0;
    z-index: 10;
    position: relative;
    padding: 20px 0
}

.ertopsun .centerbox {
    width: 100%;
    height: auto;
    min-width: 320px;
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.ertopsun .centerbox .centerin {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ertopsun .list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ertopsun .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.ertopsun .list ul li {
    margin: 10px 1%;
    padding: 0px;
    list-style: none;
    width: 14.6%;
    float: left;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e2e1e1;
    font-size: 16px;
    text-align: center
}

.ertopsun .list ul li.onfocus {
    border: 1px solid #f6323e;
    background: #FFF;
    color: #f60515
}

.ertopsun .list ul li.onfocus a {
    color: #f60515
}

.ersortname {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 10;
    position: relative;
    display: none
}

.ersortname .centerbox {
    width: 100%;
    height: auto;
    min-width: 320px;
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.ersortname .centerbox .centerin {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ersortname .titlebox {
    width: 100%;
    height: 104px;
    overflow: hidden;
    background: url(../images/hometit1bg.jpg) top right no-repeat;
    position: relative;
    margin-top: 10px;
}

.ersortname .titlebox .tit {
    position: absolute;
    background: url(../images/home1line.jpg) #FFF 0 0 no-repeat;
    height: 104px;
    left: 0px;
    top: 0px;
    padding-right: 10px;
}

.ersortname .titlebox .tit p {
    margin: 0px;
    padding: 0px;
    text-indent: 28px;
}

.ersortname .titlebox .tit p.t1 {
    color: #ff9c00;
    font-size: 20px;
    margin-top: 28px;
}

.ersortname .titlebox .tit p.t2 {
    color: #c0c0c0;
    font-family: Arial, Helvetica, sans-serif
}

.erlocation {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    margin: 0 auto;
    background: #f4f4f4
}

.erlocation .centerbox {
    width: 100%;
    height: auto;
    min-width: 320px;
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.erlocation .centerbox .centerin {
    width: 100%;
    height: auto;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.maintitbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    color: #b4b4b4
}

.maintitbox2 {
    width: 100%;
    font-size: 26px;
    color: #3ca703;
    text-align: center;
    margin: 0 auto;
    height: 50px;
    line-height: 45px;
    background: url(../images/h2ttline.jpg) bottom center no-repeat;
}

.mainbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25px 0;
    background: #ffffff;
}

.mainbox .centerbox {
    width: 100%;
    height: auto;
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    background: #FFF;
}

.mainbox .centerbox .centerin {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.mainbox2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25px 0;
    background: #f1f1f1;
}

.mainbox2 .centerbox {
    width: 100%;
    height: auto;
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.mainbox2 .centerbox .centerin {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.mainbox .leftbox {
    width: 13%;
    float: left;
    overflow: hidden;
    height: auto;
    position: relative;
}

.mainbox .rightbox {
    width: 87%;
    float: right;
    overflow: hidden;
    height: auto;
    background: #FFF;
}

.mainbox .leftbox .titbox {
    width: 100%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
}

.mainbox .leftbox .navbox {
    width: 90%;
    height: auto;
    overflow: hidden;
    padding-bottom: 0px;
}

.mainbox .leftbox .navlist {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.mainbox .leftbox .navlist ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.mainbox .leftbox .navlist ul li {
    margin: 10px 0;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: auto;
    line-height: 37px;
    overflow: hidden;
    text-align: left;
    text-indent: 20px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    background: url(../images/tab2.jpg) right center no-repeat;
}

.mainbox .leftbox .navlist ul li.onfocus {
    background: url(../images/tab1.jpg) right center no-repeat;
    color: #f25d03;
    border-bottom: 1px solid #ff6100;
}

.mainbox .leftbox .navlist ul li.onfocus a {
    color: #f25d03;
}

.mainbox .leftbox .navlist ul li ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: none
}

.mainbox .leftbox .navlist ul li ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 30px;
    text-indent: 40px;
    line-height: 30px;
    background: url(../images/arrA.jpg) 25px center no-repeat;
    font-size: 12px;
    border: 0px;
}

.mainbox .leftbox .navlist ul li.onfocus ul li a {
    color: #616161
}

.mainbox .leftbox .navlist ul li.onfocus ul li.onfocus {
    font-weight: bold;
    background: url(../images/arrB.jpg) 25px center no-repeat;
    color: #0094da
}

.mainbox .leftbox .navlist ul li.onfocus ul li.onfocus a {
    color: #0094da
}

.mainbox .leftbox .navlist ul li.onfocus ul {
    display: block
}

.mainbox .leftbox .telbox {
    width: 92%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}

.mainbox .leftbox .telbox .tit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    text-indent: 20px;
}

.mainbox .leftbox .telbox .tel {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #0591e0;
    text-indent: 20px;
}

.mainbox .leftbox .leftbottom {
    width: 100%;
    height: 14px;
    background: url(../images/leftbottom.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.mainbox .leftbox .leftad {
    width: 87.30%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.mainbox .leftbox .leftad ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.mainbox .leftbox .leftad ul li {
    margin: 6px 0;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.mainbox .leftbox .leftad ul li img {
    width: 100%;
}

.mainbox .leftbox .navsun {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: none;
    display: none
}

.mainbox .leftbox .navsun ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.mainbox .leftbox .navsun ul li {
    margin: 10px 1%;
    padding: 0px;
    list-style: none;
    width: 31%;
    font-size: 12px;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    float: left;
    text-align: center
}

.mainbox .leftbox .navsun ul li.onfocus {
    color: #3082e5;
}

.mainbox .leftbox .navsun ul li.onfocus a {
    color: #3082e5;
}

.mainbox .rightbox .titlebox {
    width: 100%;
    overflow: hidden;
    height: 54px;
    border-bottom: 1px solid #cccccc;
    ;
    position: relative
}

.mainbox .rightbox .titlebox .tit {
    position: absolute;
    left: 0px;
    top: 0px;
    text-indent: 10px;
    background: url(../images/rtit.jpg) left bottom no-repeat;
    height: 53px;
    line-height: 53px;
    font-size: 20px;
    color: #272727;
}

.mainbox .rightbox .titlebox .location {
    position: absolute;
    right: 10px;
    top: 0px;
    height: 57px;
    line-height: 57px;
    text-indent: 31px;
}

.mainbox .thebox {
    width: 96.76%;
    margin: 0 auto;
    padding: 10px 0;
}

.mainbox .erpic {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0
}

.ertoptit {
    width: 100%;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    border-bottom: 1px solid #bcc9dd;
    position: relative
}

.ertoptit .titbox {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    color: #2453a5;
    font-weight: bold
}

.ertoptit .more {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 54px;
    line-height: 54px;
}

.ertoptit .nav {
    position: absolute;
    right: 0px;
    top: 0px;
}

.ertoptit .nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.ertoptit .nav ul li {
    margin: 0px;
    padding: 0px 0 0 15px;
    list-style: none;
    height: 54px;
    line-height: 54px;
    float: left;
}

.ertoptit .nav ul li.onfocus {
    font-weight: bold;
}

.ertoptit .nav ul li.onfocus a {
    color: #ff9110
}

.thetoper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.thetoper .titbox {
    width: 100%;
    height: 89px;
    overflow: hidden;
    position: relative
}

.thetoper .titbox p {
    display: block;
    width: 100%;
    overflow: hidden;
    position: absolute;
    text-align: center
}

.thetoper .titbox p.t1 {
    left: 0px;
    top: 0px;
    font-size: 80px;
    line-height: 80px;
    color: #f1f1f1;
    font-family: "Times New Roman", Times, serif
}

.thetoper .titbox p.t2 {
    left: 0px;
    bottom: 0px;
    font-size: 30px;
    color: #3d3d3d;
    height: 32px;
    line-height: 32px;
}

.thetoper .titbox2 {
    width: 100%;
    height: 52px;
    overflow: hidden;
    background: url(../images/ttarr2.png) center center no-repeat;
    margin-top: 30px;
}


/*关于我们页面*/

.aboutbox1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
    background: #FFF
}

.aboutbox1 .picbox {
    width: 31%;
    float: left;
    height: auto;
    overflow: hidden;
}

.aboutbox1 .wordbox {
    width: 68%;
    float: right;
    height: auto;
    overflow: hidden;
    line-height: 200%;
    font-size: 16px
}

.aboutbox2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
    background: #f1f1f1
}

.aboutbox2 .wordbox {
    width: 96%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 200%;
    overflow: hidden;
}

.aboutbox3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
    background: #FFF
}

.aboutbox3 .list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.aboutbox3 .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.aboutbox3 .list ul li {
    margin: 15px 0px;
    padding: 0px;
    list-style: none;
    width: 16.66%;
    float: left;
    overflow: hidden;
}

.aboutbox3 .list ul li p {
    width: 90%;
    height: 45px;
    line-height: 45px;
    background: #dae5eb;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    border-radius: 15px;
}

.aboutbox4 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
    background: #FFF
}

.aboutbox4 .onebox {
    width: 48.5%;
    float: left;
    overflow: hidden;
}

.aboutbox4 .onebox .list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.aboutbox4 .onebox .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.aboutbox4 .onebox .list ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 39px;
    line-height: 39px;
    background: url(../images/dot2.jpg) left center no-repeat;
    font-size: 16px;
    text-indent: 20px;
    overflow: hidden;
}

.aboutbox4 .oneboxeven {
    float: right
}


/*分类新闻页*/

.newsclass {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #FFF
}

.newsclass .onebox {
    width: 48.5%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.newsclass .onebox .list {
    width: 100%;
    height: 290px;
    overflow: hidden;
    margin-top: 10px;
}

.newsclass .onebox .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.newsclass .onebox .list ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 39px;
    line-height: 39px;
    background: url(../images/dot2.jpg) left center no-repeat;
    font-size: 16px;
    text-indent: 20px;
}

.newsclass .onebox .list ul li p {
    display: block;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
}

.newsclass .onebox .list ul li p.t1 {
    width: 75%;
    float: left;
}

.newsclass .onebox .list ul li p.t2 {
    width: 25%;
    float: right;
    text-align: right
}

.newsclass .oneboxeven {
    float: right
}

.newsclass .onebox .list ul li.havepic {
    width: 100%;
    height: 163px;
    overflow: hidden;
    background: none;
    margin-bottom: 10px;
}

.newsclass .onebox .list ul li.havepic .pic {
    width: 43.35%;
    height: 163px;
    float: left;
    overflow: hidden
}

.newsclass .onebox .list ul li.havepic .wordbox {
    width: 54%;
    height: 163px;
    float: right;
    overflow: hidden
}

.newsclass .onebox .list ul li.havepic .wordbox .tit {
    width: 100%;
    height: 63px;
    line-height: 31px;
    font-size: 16px;
    overflow: hidden
}

.newsclass .onebox .list ul li.havepic .wordbox .word {
    width: 100%;
    height: 100px;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
}


/*组织管理*/

.orgtable {
    width: 100%;
    height: auto;
    overflow: hidden
}

.orgtable table {
    width: 100%;
    border-collapse: collapse;
}

.orgtable td {
    border: 1px solid #e0e0e0;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
}

.orgtable tr.tit {
    background: #ececec;
    font-weight: bold;
    color: #000
}

.orgtable tr.even {
    background: #f6f6f6;
}

.orgbox2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.orgbox2 .navbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.orgbox2 .navbox ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.orgbox2 .navbox ul li {
    margin: 0px 15px 0 0;
    padding: 0px 15px;
    list-style: none;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dbdbdb;
    float: left;
    overflow: hidden;
    cursor: pointer
}

.orgbox2 .navbox ul li.onfocus {
    border: 1px solid #077e93;
    color: #077e93;
    cursor: pointer
}

.orgbox2 .wordbox {
    width: 100%;
    height: auto;
    overflow: hidden;
}


/*会员之家*/

.memberhouse {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #d4d4d4;
}

.memberhouse .titbox {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-bottom: 2px solid #077e93;
    background: url(../images/mline.jpg) 16px 15px no-repeat;
    text-indent: 27px;
    color: #077e93;
}

.memberhouse .onebox {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

.memberhouse .onebox .tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #00869d;
    color: #00869d;
    font-size: 16px;
    font-weight: bold;
}

.memberhouse .onebox .list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.memberhouse .onebox .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.memberhouse .onebox .list ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
}

.memberhouse .onebox .list ul li p {
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.memberhouse .onebox .list ul li p.t1 {
    width: 75%;
    float: left;
    background: url(../images/dot2.jpg) left center no-repeat;
    text-indent: 20px;
}

.memberhouse .onebox .list ul li p.t2 {
    width: 25%;
    float: right;
    overflow: hidden;
    text-align: right
}


/*专委会名单*/

.zwhname {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #d4d4d4;
}

.zwhname .titbox {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-bottom: 2px solid #077e93;
    background: url(../images/mline.jpg) 16px 15px no-repeat;
    text-indent: 27px;
    color: #077e93;
}

.zwhname .search {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0
}

.zwhname .search ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.zwhname .search ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left
}

.zwhname .search ul li .input1 {
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #CCC;
    text-indent: 15px;
}

.zwhname .search ul li .btnme {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 0;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    background: #077e93;
}

.zwhname .onebox {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0
}


/*新闻列表*/

.newsbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #d4d4d4;
}

.newsbox .titbox {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-bottom: 2px solid #077e93;
    background: url(../images/mline.jpg) 16px 15px no-repeat;
    text-indent: 27px;
    color: #077e93;
}

.newsbox .cbox {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 0;
}

.newslist {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.newslist ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
}

.newslist ul li p {
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.newslist ul li p.t1 {
    width: 75%;
    float: left;
    background: url(../images/dot2.jpg) left center no-repeat;
    text-indent: 20px;
}

.newslist ul li p.t2 {
    width: 25%;
    float: right;
    overflow: hidden;
    text-align: right
}


/*新闻信息*/

.bignews {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    clear: both;
    margin-top: 20px;
    background: #f2f5fa;
    padding: 30px 0
}

.bignews .list {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

.bignews ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.bignews ul li {
    margin: 0 0 0 0px;
    padding: 0px;
    overflow: hidden;
    list-style: none;
    width: 100%;
    height: auto;
    clear: both;
}

.bignews ul li .pic {
    width: 49%;
    float: left;
    overflow: hidden;
    height: 359px;
}

.bignews ul li .pic .img {
    width: 100%;
    height: 359px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.bignews ul li .wordbox {
    width: 49%;
    float: right;
    overflow: hidden;
    height: 359px;
}

.bignews ul li .wordbox .titbox {
    width: 100%;
    height: 109px;
    position: relative;
    border-bottom: 1px dashed #d3d6db
}

.bignews ul li .wordbox .titbox .time {
    width: 68px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 17px;
    color: #FFF;
    background: #009aea;
}

.bignews ul li .wordbox .titbox .time p {
    display: block;
    width: 100%;
    text-align: center
}

.bignews ul li .wordbox .titbox .time p.t1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin-top: 5px;
}

.bignews ul li .wordbox .titbox .time p.t2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px
}

.bignews ul li .wordbox .titbox .tit {
    position: absolute;
    left: 85px;
    top: 17px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    font-size: 26px;
}

.bignews ul li .wordbox .word {
    width: 100%;
    height: 100px;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
    margin-top: 22px;
}

.bignews ul li .wordbox .readtimes {
    font-size: 14px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: url(../images/rtimes.png) left center no-repeat;
    text-indent: 38px;
    color: #828689;
    margin-top: 45px;
}

.bignews ul li:hover .pic .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*新闻*/

.nplist {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    clear: both
}

.nplist ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.nplist ul li {
    margin: 16px 0 0 0px;
    padding: 0 0 0px 0;
    overflow: hidden;
    list-style: none;
    width: 33.33%;
    height: auto;
    float: left
}

.nplist ul li .box {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    background: #f2f5fa;
    transition: all 0.5s ease;
}

.nplist ul li .titbox {
    width: 96%;
    margin: 0 auto;
    height: 100px;
    position: relative;
}

.nplist ul li .titbox .time {
    width: 54px;
    height: 57px;
    position: absolute;
    left: 0px;
    top: 24px;
    border: 1px solid #75c8f4;
}

.nplist ul li .titbox .time p {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

.nplist ul li .titbox .time p.t1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    margin-top: 5px;
    color: #009aeb
}

.nplist ul li .titbox .time p.t2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #009aeb
}

.nplist ul li .titbox .tit {
    position: absolute;
    left: 72px;
    top: 24px;
    height: 56px;
    line-height: 28px;
    overflow: hidden;
    font-size: 16px;
}

.nplist ul li .pic {
    width: 100%;
    height: 235px;
    overflow: hidden;
    position: relative
}

.nplist ul li .pic .img {
    width: 100%;
    height: 235px;
    transition: all 0.5s ease;
}

.nplist ul li .wordbox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nplist ul li .wordbox .inbox {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

.nplist ul li .wordbox .word {
    width: 100%;
    height: 52px;
    line-height: 26px;
    margin-top: 15px;
    font-size: 13px;
    overflow: hidden;
}

.nplist ul li .wordbox .readtimes {
    font-size: 14px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: url(../images/rtimes2.png) left center no-repeat;
    text-indent: 38px;
    color: #828689;
    margin: 15px 0;
}

.nplist ul li:hover .box {
    background: #009aeb
}

.nplist ul li:hover .titbox .time p.t1 {
    color: #FFF
}

.nplist ul li:hover .titbox .time p.t2 {
    color: #FFF
}

.nplist ul li:hover .titbox .tit {
    color: #FFF
}

.nplist ul li:hover .wordbox .word {
    color: #FFF
}

.nplist ul li:hover .wordbox .readtimes {
    color: #FFF
}

.nplist ul li:hover .pic .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.casetit {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
    background: url(../images/casetitbg.jpg) center center no-repeat;
    background-size: cover;
    padding: 70px 0
}

.casetit .titbox {
    width: 100%;
    height: 89px;
    overflow: hidden;
    position: relative
}

.casetit .titbox p {
    display: block;
    width: 100%;
    overflow: hidden;
    position: absolute;
    text-align: center
}

.casetit .titbox p.t1 {
    left: 0px;
    top: 0px;
    font-size: 80px;
    line-height: 80px;
    color: #c0c5cd;
    font-family: "Times New Roman", Times, serif
}

.casetit .titbox p.t2 {
    left: 0px;
    bottom: 0px;
    font-size: 30px;
    color: #fff;
    height: 32px;
    line-height: 32px;
}

.casetit .titbox2 {
    width: 100%;
    height: 52px;
    overflow: hidden;
    background: url(../images/ttarr2.png) center center no-repeat;
    margin-top: 30px;
}

.thecasebox {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f4f4f4;
    padding: 30px 0 30px 0;
}

.thecasebox .centerbox {
    width: 100%;
    height: auto;
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.thecasebox .centerbox .centerin {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}


/*案例展示*/

.caselist {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.caselist ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.caselist ul li {
    margin: 15px 0;
    padding: 0px;
    list-style: none;
    width: 33.33%;
    float: left;
    overflow: hidden;
}

.caselist ul li .box {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.5s ease;
}

.caselist ul li .pic {
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.caselist ul li .pic .img {
    width: 100%;
    height: 245px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.caselist ul li .tit {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    overflow: hidden;
    text-align: center
}

.caselist ul li:hover .box {
    background: #1846a0
}

.caselist ul li:hover .pic .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.caselist ul li:hover .tit {
    color: #fff;
}

.caselist ul li:hover .word {
    color: #37ac05;
}

.caselist ul li:hover .time {
    color: #37ac05;
}

.casemore {
    width: 187px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #bcbcbc;
    margin: 0 auto;
    margin-top: 25px;
    border-radius: 25px;
    transition: all 0.5s ease;
}

.casemore:hover {
    background: #104eb1;
    color: #FFF;
    border: 1px solid #104eb1;
}


/*人力资源*/

.jobsearch {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}

.jobsearch ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.jobsearch ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 17%;
    height: auto;
    overflow: hidden;
    float: left
}

.jobsearch ul li.t4 {
    width: 49%;
    float: left;
    overflow: hidden;
}

.jobsearch ul li .select1 {
    width: 96%;
    height: 54px;
    border: 1px solid #898989;
}

.jobsearch ul li .input1 {
    width: 80%;
    height: 54px;
    border: 1px solid #898989;
    float: left
}

.jobsearch ul li .btnme {
    width: 20%;
    height: 54px;
    background: url(../images/searchbtn.jpg) center center no-repeat #009ceb;
    border: 0;
    float: left
}

.jobtitbox {
    width: 100%;
    height: 55px;
    overflow: hidden;
    background: #009aea;
    color: #FFF;
    font-size: 16px;
    margin-top: 30px;
}

.jobtitbox p {
    display: block;
    height: 55px;
    line-height: 55px;
    float: left;
    overflow: hidden;
    text-indent: 45px;
}

.jobtitbox p.t1 {
    width: 34%;
    background: url(../images/job1.jpg) 10px center no-repeat
}

.jobtitbox p.t2 {
    width: 28%;
    background: url(../images/job2.jpg) 10px center no-repeat
}

.jobtitbox p.t3 {
    width: 25%;
    background: url(../images/job3.jpg) 10px center no-repeat
}

.jobtitbox p.t4 {
    width: 13%;
    background: url(../images/job4.jpg) 10px center no-repeat
}

.joblist {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.joblist .onebox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

.joblist .onebox .titbox {
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #f2f2f2;
    cursor: pointer
}

.joblist .onebox .titbox p {
    display: block;
    height: 55px;
    line-height: 55px;
    float: left;
    overflow: hidden;
    text-indent: 45px;
}

.joblist .onebox .titbox p.t1 {
    width: 34%;
}

.joblist .onebox .titbox p.t2 {
    width: 28%;
}

.joblist .onebox .titbox p.t3 {
    width: 25%;
}

.joblist .onebox .titbox p.t4 {
    width: 13%;
}

.joblist .onebox .wordbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
    background: #f0f6f9;
    display: none
}

.joblist .onebox .wordbox .word {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
    line-height: 200%;
}

.joblist .onebox .wordbox .word .more {
    width: 150px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    background: #009aea;
    margin-top: 20px;
}

.joblist .onfocus .titbox {
    background: #b8e0f5
}

.joblist .onfocus .wordbox {
    display: block
}


/*环保设备*/

.machine {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.machine ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.machine ul li {
    margin: 15px 0 0 0;
    padding: 0px;
    list-style: none;
    width: 25%;
    float: left;
    overflow: hidden;
}

.machine ul li .box {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.5s ease;
    border: 1px solid #efefef;
    transition: all 0.5s ease;
}

.machine ul li .pic {
    width: 100%;
    height: 268px;
    overflow: hidden;
    position: relative
}

.machine ul li .pic .img {
    width: 100%;
    height: 268px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.machine ul li .pic .cover {
    width: 100%;
    height: 268px;
    background: url(../images/cover2.png) center center no-repeat;
    background-size: cover;
    clear: none;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none
}

.machine ul li .wordbox {
    width: 96%;
    margin: 0 auto;
}

.machine ul li .wordbox .tit {
    width: 100%;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    text-align: center;
    background: url(../images/line1.jpg) bottom center no-repeat;
    overflow: hidden;
}

.machine ul li .wordbox .tit2 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center
}

.machine ul li:hover .box {
    background: #a7d006
}

.machine ul li:hover .pic .cover {
    display: block
}

.machine ul li:hover .wordbox .tit {
    background: url(../images/line2.jpg) bottom center no-repeat;
    color: #FFF
}

.machine ul li:hover .wordbox .tit2 {
    color: #FFF
}

.machine ul li:hover .pic .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*新闻列表*/

.thenews {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 35px;
}

.thenews ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.thenews ul li {
    margin: 0;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    height: auto;
    position: relative;
    padding: 25px 0;
    border-bottom: 1px dashed #d4d5d5;
}

.thenews ul li .box {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
}

.thenews ul li .time {
    width: 8%;
    float: left
}

.thenews ul li .time .inbox {
    width: 92%;
    height: 77px;
    overflow: hidden;
    background: #2a2e37;
    color: #FFF
}

.thenews ul li .time p {
    display: block;
    width: 100%;
    text-align: center
}

.thenews ul li .time p.t1 {
    height: 50px;
    line-height: 50px;
    font-size: 16px
}

.thenews ul li .time p.t2 {
    font-size: 14px
}

.thenews ul li .wordbox {
    width: 92%;
    float: left
}

.thenews ul li .wordbox .tit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px
}

.thenews ul li .wordbox .word {
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px
}

.thenews ul li:hover {
    background: #f4f4f4
}

.thenews ul li:hover .time .inbox {
    background: #ec5b00
}

.thenews ul li:hover .wordbox .tit {
    color: #ec5b00
}


/*材料展示*/

.piclist {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.piclist ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.piclist ul li {
    margin: 20px 0 0 0;
    padding: 0px;
    list-style: none;
    width: 25%;
    height: auto;
    overflow: hidden;
    float: left
}

.piclist ul li .box {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

.piclist ul li .pic {
    width: 100%;
    height: 312px;
    overflow: hidden;
    position: relative
}

.piclist ul li .pic .img {
    width: 100%;
    height: 312px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.piclist ul li .tit {
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    font-size: 14px;
    text-align: center
}

.piclist ul li:hover .pic .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.piclist ul li:hover .tit {
    background: #ececec;
    color: #f16005;
}


/*产品展示*/

.productlist {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.productlist ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.productlist ul li {
    margin: 20px 0 0 0;
    padding: 0px;
    list-style: none;
    width: 33.33%;
    height: auto;
    overflow: hidden;
    float: left
}

.productlist ul li .box {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.5s ease;
}

.productlist ul li .pic {
    width: 100%;
    height: 341px;
    overflow: hidden;
    position: relative
}

.productlist ul li .pic .img {
    width: 100%;
    height: 341px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.productlist ul li .pic .cover {
    width: 100%;
    height: 341px;
    background: url(../images/cover1.png) bottom center no-repeat;
    background-size: cover;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
}

.productlist ul li .wordbox {
    width: 100%;
    height: 118px;
    overflow: hidden;
}

.productlist ul li .tit {
    width: 90%;
    margin: 0 auto;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    font-size: 16px;
    text-align: center
}

.productlist ul li .word {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    text-align: center
}

.productlist ul li:hover .pic .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.productlist ul li:hover .wordbox {
    background: #282b30;
}

.productlist ul li:hover .wordbox .tit {
    color: #FFF
}

.productlist ul li:hover .wordbox .word {
    color: #adb1b4;
}

.productlist ul li:hover .pic .cover {
    display: block
}


/*联系我们*/

.contactbox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contactbox .addressbox {
    width: 50%;
    float: left;
    overflow: hidden;
    height: auto
}

.contactbox .addressbox .box {
    width: 96%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 200%;
    overflow: hidden;
}

.contactbox .addressbox .list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}

.contactbox .addressbox .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.contactbox .addressbox .list ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 33.33%;
    float: left;
    overflow: hidden;
}

.contactbox .addressbox .list ul li .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center
}

.contactbox .addressbox .list ul li .pic img {
    max-width: 90%;
}

.contactbox .addressbox .list ul li .tit {
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    text-align: center
}

.contactbox .feedbackbox {
    width: 50%;
    float: left;
    overflow: hidden;
    height: auto
}

.contactbox .feedbackbox .list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contactbox .feedbackbox .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.contactbox .feedbackbox .list ul li {
    margin: 8px 0 0 0;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contactbox .feedbackbox .list ul li .input1 {
    width: 100%;
    height: 53px;
    line-height: 53px;
    border: 1px solid #d6d6d6;
    text-indent: 21px;
}

.contactbox .feedbackbox .list ul li textarea {
    width: 100%;
    height: 160px;
    line-height: 25px;
    border: 1px solid #d6d6d6;
    text-indent: 21px;
}

.contactbox .feedbackbox .list ul li .btnme {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #FFF;
    border: 1px solid #009ae7;
    color: #009ae7;
    background: none;
    transition: all 0.5s ease;
}

.contactbox .feedbackbox .list ul li .btnme:hover {
    background: #009ae7;
    color: #FFF
}

.mapbox {
    width: 100%;
    height: 486px;
    overflow: hidden;
    margin-top: 25px;
}


/*表单*/

.formbox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.formbox ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.formbox ul li {
    margin: 15px 0px;
    padding: 0px;
    list-style: none;
    width: 50%;
    float: left;
    overflow: hidden;
}

.formbox ul li .tit {
    width: 20%;
    float: left;
    overflow: hidden;
    font-size: 14px;
    text-align: right;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    float: left;
    padding-right: 5px;
}

.formbox ul li .inbox {
    width: 75%;
    float: left;
    overflow: hidden;
    float: left;
}

.formbox ul li .input1 {
    width: 100%;
    height: 35px;
    border: 0px;
    border-bottom: 1px solid #CCC;
}

.formbox ul li .input2 {
    width: 100%;
    height: 35px;
    border: 0px;
    border-bottom: 1px solid #CCC;
    background: url(../images/cm.jpg) right center no-repeat
}

.formbox ul li .input3 {
    width: 100%;
    height: 35px;
    border: 0px;
    border-bottom: 1px solid #CCC;
    background: url(../images/kg.jpg) right center no-repeat
}

.formbox ul li .input4 {
    width: 50%;
    float: left;
    overflow: hidden;
    height: 35px;
    border: 0px;
    border-bottom: 1px solid #CCC;
    text-indent: 45px;
    background: url(../images/zuo.jpg) left center no-repeat
}

.formbox ul li .input5 {
    width: 50%;
    float: left;
    overflow: hidden;
    height: 35px;
    border: 0px;
    border-bottom: 1px solid #CCC;
    text-indent: 45px;
    background: url(../images/you.jpg) left center no-repeat
}

.formbox ul li select {
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border: 1px solid #CCC;
}

.formbox ul li textarea {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border: 1px solid #CCC
}

.formbox ul li.long {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 200%;
}

.formbox ul li.long .btnme {
    width: 250px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #0172c4;
    font-size: 16px;
    color: #FFF;
    margin: 0 auto;
    border: 0px;
    display: block
}

.baom {
    width: 309px;
    height: 57px;
    background: #ff6000;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    line-height: 57px;
    margin-top: 25px;
}


/*相册幻灯*/

.schoolSlide {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    position: relative
}

.schoolSlide .list {
    width: 100%;
    height: 456px;
    overflow: hidden;
}

.schoolSlide .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.schoolSlide .list ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 456px;
    float: left;
    overflow: hidden;
    float: left;
    position: relative
}

.schoolSlide .list ul li p {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    color: #FFF;
    overflow: hidden;
    background: url(../images/cover3.png) repeat;
    left: 0px;
    bottom: 0px;
    position: absolute
}

.schoolSlide .leftarr {
    width: 30px;
    height: 45px;
    background: url(../images/left1.png) no-repeat;
    position: absolute;
    left: 28px;
    top: 197px;
    cursor: pointer;
    z-index: 100;
}

.schoolSlide .rightarr {
    width: 30px;
    height: 45px;
    background: url(../images/right1.png) no-repeat;
    position: absolute;
    right: 28px;
    top: 197px;
    cursor: pointer;
    z-index: 100;
}

.schoolSlide .minbox {
    width: 100%;
    height: 111px;
    overflow: hidden;
    margin-top: 24px;
    position: relative
}

.schoolSlide .minbox .left1 {
    position: absolute;
    left: 0px;
    top: 25px;
    width: 20px;
    height: 33px;
    background: url(../images/minleft.jpg) no-repeat;
    cursor: pointer
}

.schoolSlide .minbox .right1 {
    position: absolute;
    right: 0px;
    top: 25px;
    width: 20px;
    height: 33px;
    background: url(../images/minright.jpg) no-repeat;
    cursor: pointer
}

.schoolSlide .minbox .mlist {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
}

.schoolSlide .minbox .mlist ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.schoolSlide .minbox .mlist ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 191px;
    height: 111px;
    overflow: hidden;
    float: left
}

.schoolSlide .minbox .mlist ul li .img {
    width: 90%;
    height: 111px;
    overflow: hidden;
}

.schoolSlide .minbox .mlist ul li .img .cover {
    width: 100%;
    height: 111px;
    background: url(../images/cover3.png) repeat;
    overflow: hidden;
    display: none
}

.schoolSlide .minbox .mlist ul li .img .cover p {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 14px
}

.schoolSlide .minbox .mlist ul li .img .cover p.t1 {
    margin-top: 33px;
}

.schoolSlide .minbox .mlist ul li.active-nav .img {
    border: 1px solid #0882d5
}

.schoolSlide .minbox .mlist ul li.active-nav .img .cover {
    display: block
}


/*新闻*/

.listnews {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.listnews ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.listnews ul li {
    margin: 20px 0 0 0;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 140px;
    border-bottom: 1px dashed #e5e5e5;
}

.listnews ul li .wordbox {
    width: 86.01%;
    float: left;
}

.listnews ul li .wordbox .tit {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
}

.listnews ul li .wordbox .hit {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 7px;
    overflow: hidden;
    background: url(../images/hittimes.jpg) left center no-repeat;
    text-indent: 38px;
    overflow: hidden;
}

.listnews ul li .wordbox .word {
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin-top: 10px;
}

.listnews ul li .timebox {
    width: 10%;
    float: right;
    height: 113px;
    overflow: hidden;
    border-left: 1px solid #e6e6e6;
}

.listnews ul li .timebox p {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center
}

.listnews ul li .timebox p.t1 {
    width: 100%;
    font-size: 24px;
    color: #eb2c34;
    margin-top: 25px;
}

.listnews ul li .timebox p.t2 {
    width: 100%;
    margin-top: 13px;
    overflow: hidden;
    font-size: 12px;
}

.listnews ul li.havepic .pic {
    width: 20.86%;
    float: left;
    overflow: hidden;
    height: 126px;
    overflow: hidden;
}

.listnews ul li.havepic .pic .img {
    width: 100%;
    height: 126px;
    transition: all 0.5s ease;
}

.listnews ul li.havepic .wordbox {
    width: 62.06%;
    float: left;
    margin-left: 2.73%;
}

.listnews ul li.havepic:hover .pic .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*服务*/

.servicelist {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
    padding: 15px 0
}

.servicelist ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.servicelist ul li {
    margin: 15px 0 0 0;
    padding: 0px;
    list-style: none;
    width: 33.33%;
    float: left;
    overflow: hidden;
    height: auto;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.servicelist ul li .box {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.servicelist ul li .pic {
    width: 100%;
    height: 194px;
    overflow: hidden;
}

.servicelist ul li .pic .img {
    width: 100%;
    height: 194px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.servicelist ul li .tit {
    width: 92%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
}

.servicelist ul li .word {
    width: 92%;
    margin: 0 auto;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    border-bottom: 1px dashed #CCCCCC;
    margin-top: 10px;
}

.servicelist ul li .more {
    width: 92%;
    margin: 0 auto;
    height: 41px;
    line-height: 41px;
    overflow: hidden;
}

.servicelist ul li .more p {
    display: block;
    height: 41px;
    line-height: 41px;
}

.servicelist ul li .more p.t1 {
    float: left;
}

.servicelist ul li .more p.t2 {
    float: right;
    color: #e5222a;
}

.servicelist ul li:hover .tit {
    color: #e5222a;
}

.servicelist ul li:hover .box {
    border: 1px solid #e5222a;
}

.servicelist ul li:hover .pic .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*留言*/

.msgbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #FFF;
    padding: 25px 0;
    margin-bottom: 20px;
}

.msgbox .box {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
}

.msgbox .tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
}

.msgbox .list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.msgbox .list ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.msgbox .list ul li {
    margin: 10px 0 0 0;
    padding: 0px;
    list-style: none;
    width: 33.33%;
    height: 36px;
    line-height: 36px;
    float: left;
    overflow: hidden;
}

.msgbox .list ul li .input1 {
    width: 92%;
    height: 36px;
    border: 1px solid #CCC;
    text-indent: 11px;
    line-height: 36px;
    background: #FFF
}

.msgbox .list ul li select {
    width: 92%;
    height: 36px;
    border: 1px solid #CCC;
    line-height: 36px;
    background: #FFF
}

.msgbox .list ul li .btnme {
    width: 128px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    border: 0px;
    background: #00a3cc;
    font-size: 14px
}

.allbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #FFF;
    padding: 20px 0;
}


/*下载*/

.download {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

.download ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.download ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px dashed #d3d3d3;
    position: relative
}

.download ul li p {
    display: block;
    height: 43px;
    line-height: 43px;
    float: left;
    overflow: hidden;
}

.download ul li p.t1 {
    background: url(../images/newsdot1.jpg) 5px 16px no-repeat;
    text-indent: 24px;
    font-size: 14px;
    width: 60%;
}

.download ul li p.t2 {
    width: 20%;
    text-align: center;
}

.download ul li p.t3 {
    width: 20%;
    text-align: right;
}


/*师资力量*/

.teacherlist {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.teacherlist ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.teacherlist ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 33.33%;
    float: left
}

.teacherlist ul li .box {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

.teacherlist ul li .pic {
    width: 100%;
    height: 182px;
    border: 1px solid #CCC;
    overflow: hidden;
}

.teacherlist ul li .pic .img {
    width: 100%;
    height: 182px;
    transition: all 0.5s ease;
}

.teacherlist ul li .tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 14px;
    text-align: center
}

.teacherlist ul li:hover .pic .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*关于我们*/

.aboutbox {
    width: 100%;
    background: url(../images/aboutbg.jpg) top right no-repeat;
    overflow: hidden;
    min-height: 400px;
    margin-top: 35px;
    font-size: 14px;
}

.aboutbox .box {
    width: 50%;
    overflow: hidden;
    line-height: 200%;
}

.aboutpic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.aboutpic ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.aboutpic ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 50%;
    float: left;
    overflow: hidden;
}

.aboutpic ul li img {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

.box2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    font-size: 14px;
}

.showus {
    width: 100%;
    line-height: 200%;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px
}

.showus table {
    width: 100%;
    border-collapse: collapse;
}

.showus tr.tit {
    background: #0172c4;
    color: #FFF;
}

.showus tr.even {
    background: #eff4f8
}

.showus td {
    border: 1px solid #e1e1e1;
    line-height: 48px;
    font-size: 14px;
    text-align: center
}

.showus td em {
    color: #999;
    margin-left: 5px;
    font-style: normal;
}

.ertitle {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ertitle {
    float: left;
    height: 67px;
    line-height: 67px;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #4b4b4b;
}

.ertitle span {
    font-weight: normal;
    color: #7f7f7f;
    font-size: 12px
}


/*推荐的新闻*/

.goodnews {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.goodnews ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.goodnews ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 50%;
    float: left;
    height: 185px;
}

.goodnews ul li .box {
    width: 90%;
    height: 185px;
    overflow: hidden;
}

.goodnews ul li .tit {
    width: 100%;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    overflow: hidden;
    color: #3f9d15;
    font-weight: bold;
}

.goodnews ul li .word {
    width: 100%;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    color: #787878;
}

.goodnews ul li .time {
    width: 100%;
    margin-top: 20px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    color: #3f9d15;
}


/*产品展示*/

.photolist {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.photolist ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.photolist ul li {
    margin: 20px 0 0 0;
    padding: 0px;
    list-style: none;
    width: 33%;
    float: left;
    overflow: hidden;
}

.photolist ul li .box {
    width: 90%;
    height: auto;
    overflow: hidden;
}

.photolist ul li .box .pic {
    width: 100%;
    height: 307px;
    overflow: hidden;
    position: relative;
    border: 2px solid #f4f4f4;
    padding: -2px;
}

.photolist ul li .box .tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center
}

.photolist ul li:hover .box .pic {
    border: 2px solid #f59b0f;
}

.photolist ul li:hover .box .tit {
    color: #f59b0f
}


/*产品详细页*/

.protit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
    text-align: center
}

.protit em {
    font-style: normal;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    border-bottom: 2px solid #faa93e;
    color: #0976cb;
    padding: 15px 0
}

.showpic {
    width: 100%;
    text-align: center;
    padding: 25px 0
}

.showpic img {
    max-width: 100%;
}

.pronav {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    padding-bottom: -1px;
}

.pronav ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.pronav ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 14.28%;
    height: 43px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    float: left;
    line-height: 43px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    cursor: pointer
}

.pronav ul li.onfocus {
    background: #f59b0f;
    color: #FFF
}

.productarea {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
    padding: 15px 0;
}