/*首页头部-------------------------------------------*/

#header {
    width: 100%;
}

#header .top {
    width: 1200px;
    margin: 0 auto;
    height: 45px;
}

#header .top p {
    display: block;
    float: left;
    line-height: 45px;
    color: #252525;
    font-size: 13px;
}

#header .top em {
    display: block;
    float: right;
    line-height: 45px;
    color: #252525;
    font-size: 13px;
    margin-right: 32px;
}

#header .top em span {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #90c31f;
    float: right;
}

#header .top img {
    float: right;
    display: block;
}

#header .head {
    background: #184690;
    height: 98px;
    position: relative;
    z-index: 99;
}

#header .head .head_box {
    width: 1200px;
    margin: 0 auto;
}

.head_box .logo {
    float: left;
    width: 249px;
    height: 98px;
}

.head_box .menu {
    float: right;
    position: relative;
    right: 17px;
    display: flex;
}

.head_box .menu li {
    min-width: 75px;
    line-height: 98px;
    height: 98px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-left: 40px;
    position: relative;
}

.head_box .menu li>a {
    width: 100%;
    height: 90px;
    display: block;
    color: #cdd3e2;
    transition: color 0.5s;
}

.head_box .menu li>a:hover {
    color: #90c31f;
    border-bottom: 6px solid #90c31f;
    transition: color 0.5s;
}

.head_box .menu li>a.on {
    color: #90c31f;
    border-bottom: 6px solid #90c31f;
}

#navBox-1 {
    min-width: 840px;
}

#navBox-2 {
    min-width: 990px;
}

.head_box .menu li .secend-submenu {
    position: absolute;
    top: 98px;
    z-index: 999;
    overflow: hidden;
    display: none;
    background: #00479d;
    left: 0;
}

.head_box .menu li .secend-submenu dd {
    text-align: center;
    font-size: 14px;
    line-height: 51px;
    font-weight: normal;
    color: #ffffff;
    height: 51px;
    border-bottom: 1px solid #698ec7;
    display: block;
    background: #00479d;
    padding: 0 15px;
    border-left: 3px solid transparent;
}

.head_box .menu li .secend-submenu dd a {
    height: 51px;
    display: block;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
}

.head_box .menu li .secend-submenu dd a:hover {
    border-bottom: none;
    color: #ffffff;
}

.head_box .menu li .secend-submenu dd:hover {
    border-left-color: #82b70b;
}

/* Active state for secondary menu items to match hover effect */
.head_box .menu li .secend-submenu dd.on {
    border-left-color: #82b70b;
}


.head_box .secend dl {
    float: left;
    min-height: 315px;
    padding: 12px
}

.head_box .secend dl dt {
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    margin-bottom: 16px;
    font-weight: normal;
    line-height: 24px;
}

.head_box .secend dl dt a {
    color: #fff;
    height: 24px;
    display: block;
}

.head_box .secend dl dt a:hover {
    color: #90c31f;
    border-bottom: none;
}

.head_box .secend dl dd {
    height: 19px;
    width: 144px;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: normal;
    line-height: 19px;
    height: 19px;
}

.head_box .secend dl dd a {
    color: #fff;
    height: 19px;
    display: block;
}

.head_box .secend dl dd a:hover {
    color: #90c31f;
    border-bottom: none;
}

/*banner-------------------------------------------*/

#banner {
    position: relative;
}

/*#banner .clumb{ position: absolute;left: 35%; right: 35%;  min-width: 395px;  top: 30%;}*/
#banner img {
    width: 100%;
}

#banner .clumb {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin: 0 auto;
}

#banner .clumb .title {
    color: #ffffff;
    font-size: 48px;
    text-align: center;
}

#banner .clumb .title span {
    display: block;
    width: 56px;
    height: 3px;
    background: #90c31f;
    margin: 15px auto 0 auto;
}

#banner .clumb .clb {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    min-width: 245px;
    display: block;
    margin-top: 20px;
}

#banner .clumb .clb a {
    color: #ffffff;
}

#banner .clumb .clb span {
    font-weight: bold;
}

#banner .clumb .clb span a {
    color: #ffffff;
}

.slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 47%;
    bottom: 5%;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 15px;
    width: 15px;
    height: 15px;
    background: url("../images/ied_4.png") no-repeat;
    cursor: pointer;
    text-indent: 9999px;
}

.slideBox .hd ul li.on {
    background: url("../images/ied_3.png") no-repeat;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd ul {
    width: 100% !important;
    height: 100%;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100% !important;
    overflow: hidden;
    text-align: center;
    height: 591px;
}



#main {}

.ts {
    width: 1200px;
    margin: 50px auto 0 auto;
}

.ts .title {
    height: 40px;
    font-size: 34px;
    color: #7ecb28;
    font-weight: 600;
    width: 100%;
}

.ts .title span {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    margin-left: 22px;
}

.ts .title em {
    float: right;
    display: block;
    color: #252525;
    font-size: 13px;
    line-height: 55px;
}

.ts .title em a {
    color: #252525;
}

.ts .ts_list {
    margin-top: 24px;
    width: 100%;
}

.ts .ts_list .pic {
    float: left;
    width: 590px;
    margin-left: 0px;
}

.ts .ts_list li {
    width: 290px;
    height: 270px;
    float: left;
    margin-left: 10px;
    margin-bottom: 15px;
    position: relative;
}

.ts .ts_list .n {
    margin-left: 0px;
}

.ts .ts_list li .aa_bg {
    width: 290px;
    height: 159px;
    display: block;
    background: url(../images/aaaaaaaaa.png);
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    padding-top: 111px;
}

.ts .ts_list li .aa_bg span {
    line-height: 0px;
    font-size: 18px;
    display: block;
    margin-top: 13px;
}

.index_pro {
    width: 100%;
    height: 550px;
    background: #f8f8f8;
    margin-top: 33px;
    overflow: hidden;
}

.index_pro .pro_box {
    width: 1200px;
    margin: 60px auto 0 auto;
}

.index_pro .pro_box .left {
    float: left;
    width: 240px;
    background: url(../images/index_proBg.png) no-repeat;
    height: 438px;
    position: relative;
}

.index_pro .pro_box .left .tag {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 32px;
}

.index_pro .pro_box .left .tag span {
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: normal;
}

.index_pro .pro_box .left p {
    display: block;
    color: #fffffe;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: 16px;
}

.index_pro .pro_box .left em a {
    display: block;
    width: 94px;
    height: 38px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    bottom: 55px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.index_pro .pro_box .left p a {
    color: #fff
}

.index_pro .pro_box .right {
    float: right;
    width: 960px;
}

.index_pro .pro_box .right ul {}

.index_pro .pro_box .right ul li {
    width: 306px;
    height: 210px;
    float: left;
    margin-left: 13px;
    margin-bottom: 17px;
}

.index_pro .pro_box .right ul li span {
    display: block;
    height: 39px;
    color: #252525;
    font-size: 14px;
    text-align: center;
    background: #fff;
    line-height: 25px;
}

.abcv {
    margin: 48px auto 0 auto;
    width: 1200px;
}

.abcv .ab {
    width: 729px;
    float: left;
}

.abcv .ab .title {
    height: 40px;
    font-size: 34px;
    color: #7ecb28;
    font-weight: 600;
    width: 710px;
}

.abcv .ab .title span {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    margin-left: 22px;
}

.abcv .ab .title em {
    float: right;
    display: block;
    color: #252525;
    font-size: 13px;
    line-height: 55px;
}

.abcv .ab .title em a {
    color: #252525;
}

.abcv .ab .txt {
    margin-top: 25px;
    height: 270px
}

.abcv .ab .txt .pic {
    float: left;
    width: 239px;
}

.abcv .ab .txt .text {
    width: 404px;
    background: #f8f8f8;
    float: left;
    height: 227px;
    padding: 43px 40px 0 35px;
}

.abcv .ab .txt p {
    color: #252525;
    font-size: 15px;
    font-weight: bold;
    display: block;
    line-height: 27px;
}

.abcv .ab .txt p a {
    color: #252525;
    font-size: 15px;
    font-weight: bold;
}

.abcv .txt span {
    font-size: 13px;
    color: #252525;
    line-height: 27px;
}

.abcv .txt span a {
    font-size: 13px;
    color: #252525;
}


.abcv .cv {
    width: 445px;
    float: right;
}

.abcv .cv .title {
    height: 40px;
    font-size: 34px;
    color: #7ecb28;
    font-weight: 600;
    width: 445px;
}

.abcv .cv .title span {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    margin-left: 22px;
}

.abcv .cv .title em {
    float: right;
    display: block;
    color: #252525;
    font-size: 13px;
    line-height: 55px;
}

.abcv .cv .title em a {
    color: #252525;
}

.abcv .cv .video {
    margin-top: 25px;
}

.cs {
    width: 1200px;
    margin: 50px auto 0 auto;
    overflow: hidden;
    padding-bottom: 53px;
}

.cs .left {
    background: url(../images/cb_bg.png) no-repeat;
    width: 240px;
    height: 218px;
    float: left;
    position: relative;
}

.cs .left .tag {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 46px;
    margin-bottom: 32px;
}

.cs .left .tag span {
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: normal;
    margin-top: 8px;
}

.cs .left em a {
    display: block;
    width: 94px;
    height: 38px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cs .right {}

.cs .right ul li {
    float: left;
    width: 306px;
    height: 218px;
    margin-left: 14px;
    position: relative;
}

.cs .right ul li a {
    width: 306px;
    height: 218px;
    display: block;
}


.cs .right ul li span {
    width: 263px;
    height: 181px;
    display: none;
    background: url(../images/ca_spBg.png);
    position: absolute;
    top: 16px;
    left: 22px;
}

.cs .right ul li span p {
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 70px;
}

.cs .right ul li span p em {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}



.iNews {
    width: 100%;
    height: 382px;
    background: #f8f8f8;
    overflow: hidden;
}

.iNews .iNews_box {
    width: 1200px;
    margin: 50px auto 0 auto;
}

.iNews .iNews_box .left {
    width: 239px;
    height: 270px;
    float: left;
    background: url(../images/iNews_bg.png);
    position: relative;
}

.iNews .iNews_box .left .tag {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 73px;
    margin-bottom: 32px;
}

.iNews .iNews_box .left .tag span {
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: normal;
    margin-top: 8px;
}

.iNews .iNews_box .left em a {
    display: block;
    width: 94px;
    height: 38px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    bottom: 47px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.iNews .iNews_box .c_news {
    width: 395px;
    height: 255px;
    background: #fff;
    margin-left: 47px;
    float: left;
    padding: 15px 20px 0 20px;
}

.iNews .iNews_box .title {
    font-size: 18px;
    color: #252525;
    height: 38px;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}

.iNews .iNews_box .title span {
    float: right;
    color: #7ecb28;
    font-size: 12px;
    line-height: 28px;
}

.iNews .iNews_box .title span a {
    color: #7ecb28;
}

.iNews .iNews_box .list li {
    width: 100%;
    margin-top: 15px;
}

.iNews .iNews_box .list li span {
    float: right;
    color: #252525;
    font-size: 13px;
}

.iNews .iNews_box .list li a {
    color: #252525;
    font-size: 13px;
}

.iNews .iNews_box .list li a:hover {
    color: #252525;
}

.iNews .iNews_box .c_active {
    width: 392px;
    height: 255px;
    background: #fff;
    margin-left: 47px;
    float: left;
    padding: 15px 20px 0 20px;
}


.link {
    width: 1225px;
    margin: 50px auto 0 auto;
    position: relative;
    padding-bottom: 50px;
}

.link .title {
    height: 40px;
    font-size: 34px;
    color: #7ecb28;
    font-weight: 600;
    width: 100%;
    width: 1200px;
    margin: 0 auto
}

.link .title span {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    margin-left: 22px;
}

.link .picScroll {
    margin-top: 24px;
}

.link .picScroll .bd {
    width: 1225px;
    height: 117px;
}

.link .picScroll .bd ul li {
    float: left;
    border: 2px solid #f8f8f8;
    margin-left: 14px;
    width: 190px;
    height: 117px;
}

.link .picScroll .hd .prev {
    width: 10px;
    height: 17px;
    background: url(../images/prev_ed1.png ) no-repeat;
    position: absolute;
    top: 21px;
    right: 17px;
    cursor: pointer;
}

.link .picScroll .hd .prev:hover {
    background: url(../images/prev_ed2.png ) no-repeat;
}

.link .picScroll .hd .next {
    width: 10px;
    height: 17px;
    background: url(../images/next_ed1.png ) no-repeat;
    position: absolute;
    top: 21px;
    right: 0px;
    cursor: pointer;
}

.link .picScroll .hd .next:hover {
    background: url(../images/next_ed2.png ) no-repeat;
}


#footer {
    width: 100%;
    background: #4b4f58;
    overflow: hidden;
}

#footer .footer_box {
    width: 1200px;
    margin: 50px auto 14px auto;
    overflow: hidden;
    height: 100%;
}

#footer .footer_box ul {
    margin-right: 86px;
    float: left;
}

#footer .footer_box .code {
    float: left;
    width: 99px;
    height: 99px;
}

#footer .footer_box .code:not(:last-child) {
    margin-right: 46px;
}

#footer .footer_box .code span {
    display: block;
    color: #81cd40;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}

/* 去重：删除 code1 span，统一使用 .code span */

#footer .footer_box ul .tag {
    width: 105px;
    height: 30px;
    border-bottom: 1px solid #666971;
    color: #81cd40;
    font-size: 15px;
}

#footer .footer_box ul li {
    font-size: 13px;
    margin-top: 14px;
}

#footer .footer_box ul li a {
    color: #b4b5b8;
}

#footer .footer_box ul li a:hover {
    color: #b4b5b8;
}


#footer .cr {
    width: 100%;
    background: #31353d;
    padding: 15px 0;
}

#footer .cr .cr_box {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    line-height: 24px;
}

#footer .cr .cr_box img {
    vertical-align: middle;
    margin-left: 10px;
}


#tottop {
    bottom: 20px;
    margin-right: -520px;
    position: fixed;
    right: 38%;
    z-index: 99;
}

#tottop .cn1 {
    width: 50px;
    height: 50px;
    background: #184690;
    display: block;
    cursor: pointer;
    -webkit-transition: background 0.5s;
    overflow: hidden;
    margin-bottom: 1px
}

#tottop .cn1:hover {
    background: #90c31f;
    -webkit-transition: background 0.5s;
}

#tottop .cn1 img {
    margin: 6px auto 0 auto;
    width: 15px;
    height: 21px;
    display: block;
}

#tottop .cn1 span {
    font-size: 12px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    margin-top: 3px;
}

#tottop .cn1 .pa {
    width: 233px;
    height: 166px;
    position: absolute;
    right: 50px;
    top: 0;
    background: url(../images/phone_alert.png) no-repeat;
    display: none;
}

#tottop .cn1 .pa .txt {
    height: 60px;
    margin: 0 auto;
    text-align: center;
    color: #252525;
    font-size: 13px;
}

#tottop .cn1 .pa .txt label {
    height: 60px;
    text-align: center;
    color: #252525;
    font-size: 13px;
    float: left;
    padding-left: 20px;
    line-height: 60px;
}

#tottop .cn1 .pa .txt em {
    color: #90c31f;
    font-size: 16px;
    font-weight: bold;
    float: left;
    line-height: 26px;
    padding-top: 4px;
}

#tottop .cn1 .pa .txt1 {
    padding-top: 10px;
}

#tottop .cn1 .pa .txt1 p {
    color: #252525;
    font-size: 13px;
    padding-left: 27px;
    margin-top: 10px
}


#tottop .cn2 {
    width: 50px;
    height: 50px;
    background: #184690;
    display: block;
    cursor: pointer;
    -webkit-transition: background 0.5s;
    overflow: hidden;
    margin-bottom: 1px
}

#tottop .cn2:hover {
    background: #90c31f;
    -webkit-transition: background 0.5s;
}

#tottop .cn2 img {
    margin: 10px auto 0 auto;
    width: 15px;
    height: 18px;
    display: block;
}

#tottop .cn2 span {
    font-size: 12px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    margin-top: 3px;
}

#tottop .cn2 .pa1 {
    width: 165px;
    height: 157px;
    position: absolute;
    right: 53px;
    top: 55px;
    background: url(../images/phone_alert.png) no-repeat;
    background-size: 165px 157px;
    display: none;
}

#tottop .cn2 .pa1 .txt {
    height: 51px;
    margin: 0 auto;
    /*text-align: center;*/
    padding-left: 27px;
    line-height: 51px;
    color: #252525;
    font-size: 13px;
}

#tottop .cn2 .pa1 .txt1 {
    padding-top: 10px;
}

#tottop .cn2 .pa1 .txt1 p {
    color: #252525;
    font-size: 13px;
    padding-left: 27px;
    margin-top: 10px
}

#tottop .cn3 {
    width: 50px;
    height: 50px;
    background: #184690;
    display: block;
    cursor: pointer;
    -webkit-transition: background 0.5s;
    overflow: hidden;
    margin-bottom: 1px
}

#tottop .cn3:hover {
    background: #90c31f;
    -webkit-transition: background 0.5s;
}

#tottop .cn3 img {
    margin: 10px auto 0 auto;
    width: 21px;
    height: 16px;
    display: block;
}

#tottop .cn3 span {
    font-size: 12px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    margin-top: 3px;
}

#tottop .cn3 .pa2 {
    width: 99px;
    height: 99px;
    position: absolute;
    right: 60px;
    top: 39px;
    display: none;
}

#tottop .cn3 .pa2 img {
    width: 99px;
    height: 99px;
}

#tottop .cn4 {
    width: 50px;
    height: 50px;
    background: #184690;
    display: block;
    cursor: pointer;
    -webkit-transition: background 0.5s;
    overflow: hidden;
    margin-bottom: 1px;
}

#tottop .cn4:hover {
    background: #90c31f;
    -webkit-transition: background 0.5s;
}

#tottop .cn4 img {
    margin: 8px auto 0 auto;
    width: 24px;
    height: 18px;
    display: block;
}

#tottop .cn4 span {
    font-size: 12px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    margin-top: 3px;
}

#tottop .cn4 .pa3 {
    border-bottom: 1px solid #184690;
    width: 120px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 51px;
    display: none;
    background: #f8f8f8;
    border-left: 2px solid #184690;
    z-index: -1;
}

#tottop .cn4 .pa3 img {
    width: 30px;
    height: 30px;
    margin: 10px;
    float: left;
}

#tottop .cn4 .pa3 p {
    float: left;
    line-height: 50px;
    font-size: 13px;
}

#tottop .cn4 .pa3 p a {
    font-size: 13px;
    color: #252525
}

#tottop .cn4 .pa4 {
    width: 120px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 102px;
    display: none;
    background: #f8f8f8;
    border-left: 2px solid #184690;
    z-index: -1;
}

#tottop .cn4 .pa4 img {
    width: 30px;
    height: 30px;
    margin: 10px;
    float: left;
}

#tottop .cn4 .pa4 p {
    float: left;
    line-height: 50px;
    font-size: 13px;
}

#tottop .cn4 .pa4 p a {
    font-size: 13px;
    color: #252525
}





#tottop .cn5 {
    width: 50px;
    height: 50px;
    background: #184690;
    display: block;
    cursor: pointer;
    -webkit-transition: background 0.5s;
    overflow: hidden;
    margin-bottom: 1px
}

#tottop .cn5:hover {
    background: #90c31f;
    -webkit-transition: background 0.5s;
}

#tottop .cn5 img {
    margin: 16px auto 0 auto;
    width: 17px;
    height: 9px;
    display: block;
}

#tottop .cn5 span {
    font-size: 12px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    margin-top: 3px;
}

#content {
    width: 1200px;
    margin: 58px auto 0 auto;
}

#content .about {
    margin-bottom: 39px;
    font-size: 14px;
    color: #252525;
    line-height: 25px;
}

/*#content .about span{color: #184690; font-size: 30px; font-weight: bold;display: block; margin-top: 39px;}
#content .about em{ color: #737373 ; font-size: 18px; display: block; margin-top: 15px; }
#content .about p{font-size: 14px; color: #737373; display: block; line-height: 25px; margin-top: 20px;}*/

.contact {
    padding-bottom: 30px;
    overflow: hidden;
}

.contact .txt {
    margin-top: 38px;
}

.contact .txt .left {
    float: left;
    width: 580px;
}

.contact .txt .tag {
    font-size: 24px;
    color: #252525;
    margin-bottom: 20px;
}

.contact .txt .title {
    font-size: 14px;
    color: #252525;
    line-height: 30px;
    height: 65px;
    border-bottom: 1px dashed #e4e4e4;
    margin-bottom: 7px;
}

.contact .txt .content {
    font-size: 14px;
    color: #252525;
    line-height: 30px;
    margin-top: 18px;
}

/*.contact .txt .left p{ font-size: 14px; color: #7f888c;margin-top: 18px;}
.contact .txt .left p span{color: #90c31f; font-size: 14px;}*/
.contact .txt .left .share {
    border-top: 1px dashed #e4e4e4;
    height: 50px;
    margin-top: 27px;
}

.contact .txt .left .share a {
    float: left;
    margin-right: 8px;
    margin-top: 23px;
}

.contact .txt .left .share .qq {
    width: 25px;
    height: 25px;
    background: url(../images/con_qq.png) no-repeat;
}

.contact .txt .left .share .qq:hover {
    background: url(../images/con_ed_qq.png) no-repeat;
}

.contact .txt .left .share .sina {
    width: 25px;
    height: 25px;
    background: url(../images/con_sina.png) no-repeat;
}

.contact .txt .left .share .sina:hover {
    background: url(../images/con_ed_sina.png) no-repeat;
}

.contact .txt .left .share .wechat {
    width: 25px;
    height: 25px;
    background: url(../images/con_wechat.png) no-repeat;
}

.contact .txt .left .share .wechat:hover {
    background: url(../images/con_ed_wechat.png) no-repeat;
}

.contact .txt .left .bdshare-button-style2-24 {
    border-top: 1px dashed #e4e4e4;
    margin-top: 27px;
}

.contact .txt .left .bdshare-button-style2-24 a {
    float: left;
    margin-right: 8px;
    margin-top: 23px;
    padding-left: 0;
}

.contact .txt .left .bdshare-button-style2-24 .bds_sqq {
    width: 25px;
    height: 25px;
    background: url(../images/con_qq.png) no-repeat;
}

.contact .txt .left .bdshare-button-style2-24 .bds_sqq:hover {
    background: url(../images/con_ed_qq.png) no-repeat;
}

.contact .txt .left .bdshare-button-style2-24 .bds_tsina {
    width: 25px;
    height: 25px;
    background: url(../images/con_sina.png) no-repeat;
}

.contact .txt .left .bdshare-button-style2-24 .bds_tsina:hover {
    background: url(../images/con_ed_sina.png) no-repeat;
}

.contact .txt .left .bdshare-button-style2-24 .bds_weixin {
    width: 25px;
    height: 25px;
    background: url(../images/con_wechat.png) no-repeat;
}

.contact .txt .left .bdshare-button-style2-24 .bds_weixin:hover {
    background: url(../images/con_ed_wechat.png) no-repeat;
}




.contact .txt .right {
    width: 590px;
    float: right;
}

.contact .txt .right .form form input {
    margin-left: 9px;
    font-size: 14px;
    width: 265px;
    height: 38px;
    line-height: 38px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    padding-left: 17px;
}

.contact .txt .right .form form textarea {
    width: 557px;
    margin-left: 9px;
    font-size: 14px;
    margin-top: 10px;
    height: 168px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    padding-left: 17px;
    padding-top: 16px;
    overflow: hidden;
}

.contact .txt .right .form form .Submit {
    color: #184690;
    width: 127px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 0px;
    background: #fff;
    margin-top: 24px;
    transition: background .5s;
    float: right;
}

.contact .txt .right .form form .Submit:hover {
    color: #fff;
    background: #184690;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: background .5s;
}

.login_bg {
    width: 100%;
    height: 776px;
    background: #fafafa;
    overflow: hidden;
}

.login_box {
    width: 1155px;
    margin: 132px auto 0 auto;
}

.login_box .logo {}

.login_box .logo span {
    color: #252525;
    font-size: 20px;
    margin-left: 16px;
    line-height: 70px;
}

.login_box .txt {
    margin-top: 33px;
}

.login_box .txt .banner {
    width: 721px;
    float: left;
    height: 462px;
}

.login_box .txt .banner .slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.login_box .txt .banner .slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 6%;
    bottom: 3%;
    z-index: 1;
}

.login_box .txt .banner .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.login_box .txt .banner .slideBox .hd ul li {
    float: left;
    margin-right: 7px;
    width: 11px;
    height: 15px;
    background: url("../images/login_ed1.png") no-repeat;
    cursor: pointer;
    text-indent: 9999px;
}

.login_box .txt .banner .slideBox .hd ul li.on {
    background: url("../images/login_ed2.png") no-repeat;
}

.login_box .txt .banner .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.login_box .txt .banner .slideBox .bd ul {
    width: 100% !important;
    height: 100%;
}

.login_box .txt .banner .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 721px !important;
    overflow: hidden;
    text-align: center;
    height: 462px;
}

.login_box .txt .banner .slideBox .bd img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


.login_box .txt .login {
    width: 361px;
    height: 462px;
    background: #fff;
    float: right;
    padding-left: 40px;
}

.login_box .txt .login .title {
    color: #252525;
    font-size: 24px;
    margin-top: 44px;
}

.login_box .txt .login .form {
    margin-top: 54px;
}

.login_box .txt .login .form form span {
    border: 1px solid #a9a9a9;
    height: 44px;
    display: block;
    width: 321px;
    margin-bottom: 14px;
}

.login_box .txt .login .form form span label img {
    border-right: 1px solid #a9a9a9;
}

.login_box .txt .login .form form span input {
    height: 44px;
    width: 258px;
    color: #252525;
    font-size: 14px;
    padding-left: 18px;
}

.login_box .txt .login .form form span input::-webkit-input-placeholder {
    color: #252525 !important;
}

.login_box .txt .login .form form span input:-moz-placeholder {
    color: #252525 !important;
}

.login_box .txt .login .form form em {
    height: 44px;
    display: block;
    width: 321px;
    margin-bottom: 14px;
}

.login_box .txt .login .form form em input {
    height: 44px;
    width: 169px;
    color: #252525;
    font-size: 14px;
    padding-left: 18px;
    border: 1px solid #a9a9a9;
    float: left;
}

.login_box .txt .login .form form em img {
    float: left;
    margin-left: 13px;
}

.login_box .txt .login .form form .forget {
    width: 320px;
    height: 15px;
    margin-top: 35px;
    position: relative;
}

.login_box .txt .login .form form .forget input {
    display: none;
}

.login_box .txt .login .form form .forget .pw {
    position: absolute;
    top: -2px;
    left: 7%;
    color: #252525;
}

.check_1+label {
    border: 1px solid #4c4c4c;
    display: inline-block;
    position: relative;
    padding: 6px;
}

.check_1:checked+label:after {
    content: url(../images/checkbox.png);
    position: absolute;
    top: -3px;
    left: 1px;
    text-align: center;
    vertical-align: text-top;
    width: 9px;
    height: 9px;
}

.login_box .txt .login .form form .forget .pw1 {
    color: #252525;
    float: right;
}

.login_box .txt .login .form form .forget .pw1 a {
    color: #252525;
}

.login_box .txt .login .form form .submit {
    width: 322px;
    height: 46px;
    background: #184690;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}


.news_list {
    margin-bottom: 33px;
}

.news_list ul {}

.news_list ul li {
    width: 100%;
    height: 282px;
    border-top: 1px dashed #e8e8e8;
    padding-top: 33px;
}

.news_list ul li .pic {
    float: left;
    position: relative;
}

.news_list ul li .pic .date {
    width: 76px;
    height: 78px;
    background: #184690;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}

.news_list ul li .pic .date p {
    display: block;
    height: 51px;
    width: 100%;
    text-align: center;
    line-height: 51px;
    color: #ffffff;
    font-size: 45px;
}

.news_list ul li .pic .date span {
    height: 25px;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 25px;
    border-top: 1px solid #6886b6;
    color: #fff;
    font-size: 17px;
}

.news_list ul li .txt {
    float: right;
    width: 740px;
}

.news_list ul li .txt .title {
    color: #252525;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 36px;
    line-height: 36px;
}

.news_list ul li .txt .title a {
    color: #252525;
}

.news_list ul li .txt p {
    color: #252525;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    height: 90px;
    overflow: hidden;
}

.news_list ul li .txt .more {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: block;
    width: 151px;
    height: 46px;
    background: #184690;
    text-align: center;
    line-height: 46px;
    position: relative;
    margin-top: 20px;
    font-size: 14px;
}

.news_list ul li .txt .more i {
    display: block;
    background: url(../images/newMlist.png )no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    z-index: 9;
    top: 42%;
    right: 18%;
}

.news_list ul .nuline {
    border-top: none;
}

.news_show .title {
    color: #252525;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.news_show .tag {
    font-size: 13px;
    color: #252525;
    height: 25px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 32px;
    text-align: center;
}

.news_show .tag span {
    margin-right: 23px;
}

.news_show .tag em {
    color: #e5e5e5;
    margin-right: 25px;
}

.news_show .hot {
    min-height: 47px;
    width: 1142px;
    background: #f6fafd;
    margin-top: 30px;
    color: #252525;
    font-size: 13px;
    padding: 0 29px 20px 29px;
    padding-top: 22px;
    line-height: 27px;
}

.news_show .hot i {
    display: block;
    width: 47px;
    height: 47px;
    background: url(../images/show_list.png) no-repeat;
    float: left;
    margin-right: 22px;
}

.news_show .content {
    color: #252525;
    font-size: 14px;
    line-height: 28px;
    margin-top: 28px;
    padding-bottom: 28px;
}

.news_show .content p {
    margin-top: 18px;
}

/*
.news_show p{ color: #737373; font-size: 14px; line-height: 28px; margin-top: 28px;}
.news_show .span{color: #737373; font-size: 18px; font-weight: bold;display: block; }*/
/*分页样式 -----------页码*/

.page {
    text-align: center;
    width: 100%;
    background: #f9f9f9;
    border-top: 1px solid #eeeeee;
    height: 122px;
}

.page .page_box {
    margin: 40px auto 0 auto;
    height: 42px;
    overflow: hidden;
    width: 440px;
}

.page .page_box2 {
    margin: 32px auto 0 auto;
    overflow: hidden;
    width: 1200px;
}

.page .page_box em {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    width: 104px;
    height: 40px;
    background: #ffffff;
    text-align: center;
    line-height: 40px;
    color: #252525;
    font-size: 13px;
    display: block;
    float: left;
}

.page .page_box a {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    display: block;
    padding-top: 11px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 10px;
    background: #fff;
    float: left;
    font-size: 13px;
    color: #252525;
}

.page .page_box a.on {
    background: #e3e3e3;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    color: #184690;
    font-weight: bold;
}

.page .page_box .disabled {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.page .page_box span {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding-top: 11px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 11px;
    display: block;
    color: #252525;
    float: left;
    background: #ffffff;
}

.page .page_box2 a {
    color: #252525;
    font-size: 14px;
    line-height: 42px;
}

.page .page_box2 .prvenext {
    float: left;
    text-align: left;
    color: #90c31f;
    width: 1000px;
    font-size: 14px;
}

.page .page_box2 .prvenext p {
    line-height: 30px;
}

.page .page_box2 .prvenext p a {
    line-height: 30px;
    color: #252525;
    font-size: 14px;
}

.page .page_box2 .prve {
    float: left;
    text-align: left;
}

.page .page_box2 .prve span {
    color: #90c31f;
}

.page .page_box2 .next {
    float: right;
    color: #90c31f;
    text-decoration: underline;
    background: url(../images/next_list.png ) left no-repeat;
    padding-left: 30px;
    margin-top: 8px;
}



.pro_list {
    overflow: hidden;
}

.pro_list ul li {
    width: 375px;
    height: 440px;
    float: left;
    margin-right: 25px;
    background: #f9f9f9;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 48px;
}

.pro_list ul .unline {
    margin-right: 0px;
}

.pro_list ul li .pic {}

.pro_list ul li .pic img {
    width: 375px;
    height: 240px;
}

.pro_list ul li .title {
    padding: 0px 19px;
    color: #252525;
    font-size: 18px;
    width: 332px;
    height: 30px;
    margin-top: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_list ul li .text {
    font-size: 13px;
    color: #252525;
    line-height: 25px;
    width: 332px;
    margin: 18px auto 0 auto;
    height: 50px;
    overflow: hidden;
}

.pro_list ul li .url {
    border-top: 1px solid #eeeeee;
    margin: 13px auto 0 auto;
    width: 332px;
}

.pro_list ul li .url .more {
    font-size: 13px;
    width: 108px;
    height: 35px;
    background: #184690;
    text-align: center;
    line-height: 35px;
    color: #fff;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 18px;
    transition: background 0.5s
}

.pro_list ul li .url .more:hover {
    background: #383838;
    color: #fff;
    transition: background 0.5s
}

.proShow {
    width: 100%;
    margin-bottom: 58px;
}

.proShow .picScroll-top {
    float: left;
    width: 136px;
    height: 558px;
    position: relative;
    overflow: hidden;
}

.proShow .picScroll-top .hd {}

.proShow .picScroll-top .hd .prev {
    position: absolute;
    top: 0;
    left: 30%;
    z-index: 99;
    background: url(../images/proS_prve.png ) no-repeat;
    width: 59px;
    height: 23px;
    cursor: pointer;
}

.proShow .picScroll-top .hd .next {
    position: absolute;
    bottom: 2%;
    left: 30%;
    z-index: 99;
    background: url(../images/proS_next.png ) no-repeat;
    width: 59px;
    height: 23px;
    cursor: pointer;
}

.proShow .picScroll-top .bd ul li {
    width: 136px;
    height: 176px;
    margin-bottom: 10px;
}

.proShow .picScroll-top .bd ul li img {
    width: 136px;
    height: 176px;
}

.proShow .bigPic {
    width: 422px;
    height: 548px;
    float: left;
    margin-left: 11px;
}

.proShow .bigPic img {
    width: 422px;
    height: 548px;
}


.jqzoom {
    float: left;
    position: relative;
    padding: 0px;
    /*cursor:pointer;*/
}

.jqzoom img {
    float: left;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 1px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #fff;
    border: 1px solid #09d;
    display: none;
    text-align: center;
    overflow: hidden;
}

.bigimg {
    width: 800px;
    height: 800px;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    background: #c4c4c4 50% top no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: crosshair;
}

.proShow .txt {
    width: 585px;
    float: right;
}

.proShow .txt .title {
    color: #252525;
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
    height: 64px;
    text-align: left;
    border-bottom: 1px solid #eef3ec;
}

.proShow .txt .tit01 {
    width: 137px;
    height: 45px;
    font-size: 22px;
    color: #252525;
    text-align: center;
    line-height: 45px;
    background: #f5f5f5;
    margin-top: 43px;
}

.proShow .txt p {
    color: #252525;
    font-size: 13px;
    display: block;
    line-height: 25px;
    margin-top: 22px;
    height: 175px;
    overflow: hidden
}

.proShow .txt .online {
    height: 67px;
    background: #fafafa;
    margin-top: 30px;
    line-height: 67px;
    color: #252525;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
}

.proShow .txt .online span {
    font-size: 15px;
    color: #252525;
    margin-left: 26px;
}

.proShow .txt .free {
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 25px;
    height: 75px;
    background: #fafafa;
}


.proShow .txt .free .form {
    overflow: hidden
}

.proShow .txt .free .form form input {
    float: left;
    width: 179px;
    height: 42px;
    background: #fff;
    border: 1px solid #ebebeb;
    font-size: 14px;
    padding-left: 18px;
    margin-right: 8px;
}

.proShow .txt .free .form form .submit {
    width: 113px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background: #184690;
    padding-left: 0px;
}

.proShow .txt .free .tishi {
    height: 30px;
}

.proShow .td {
    min-height: 500px;
    border: 1px solid #eeeeee;
    margin-top: 45px;
}

.proShow .td .tag {
    height: 60px;
    background: #f9f9f9;
    padding: 0 20px;
    line-height: 60px;
    font-weight: bold;
    color: #252525;
    font-size: 18px;
}

.proShow .td .content {
    font-size: 14px;
    color: #252525;
    padding: 20px;
    line-height: 28px;
    overflow: hidden;
}

.proShow .td .content p {
    margin: 10px 0;
}



.job p {
    color: #252525;
    font-size: 30px;
    text-align: center;
}

.job span {
    color: #252525;
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 5px;
}

.job span em {
    color: #90c31f;
    font-size: 16px;
    font-weight: bold;
}

.job .job_list {
    margin-top: 38px;
    overflow: hidden;
    margin-bottom: 47px;
    border-left: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
}

.job .job_list dt {
    display: block;
    height: 80px;
    width: 100%;
    background: #f9f9f9;
    font-size: 24px;
    color: #252525;
    text-align: center;
    line-height: 80px;
}

.job .job_list .dT {
    overflow: hidden;
}

.job .job_list .dT .dt1 {
    width: 301px;
    float: left;
    font-size: 15px;
    color: #252525;
    padding-left: 65px;
    height: 58px;
    line-height: 58px;
    border-right: 1px solid #f9f9f9;
}

.job .job_list .dT .dt2 {
    width: 302px;
    float: left;
    font-size: 15px;
    color: #252525;
    padding-left: 65px;
    height: 58px;
    line-height: 58px;
    border-right: 1px solid #f9f9f9;
}

.job .job_list .dT .dt3 {
    width: 220px;
    float: left;
    font-size: 15px;
    color: #252525;
    padding-left: 63px;
    height: 58px;
    line-height: 58px;
    border-right: 1px solid #f9f9f9;
}

.job .job_list .dT .dt4 {
    width: 116px;
    float: left;
    font-size: 15px;
    color: #252525;
    padding-left: 63px;
    height: 58px;
    line-height: 58px;
    border-right: 1px solid #f9f9f9;
}

.job .job_list .dd {
    background: #fcfcfc;
    height: 60px;
}

.job .job_list dd {
    height: 60px;
    background: #fff;
    color: #252525;
    display: block;
    float: left;
}

.job .job_list dd a {
    color: #252525;
    width: 100%;
    height: 58px;
    display: block;
}

.job .job_list dd a .dt5 {
    width: 302px;
    float: left;
    font-size: 12px;
    padding-left: 65px;
    height: 58px;
    line-height: 58px;
}

.job .job_list dd a .dt6 {
    width: 302px;
    float: left;
    font-size: 12px;
    padding-left: 65px;
    height: 58px;
    line-height: 58px;
}

.job .job_list dd a .dt7 {
    width: 220px;
    float: left;
    font-size: 12px;
    padding-left: 63px;
    height: 58px;
    line-height: 58px;
}

.job .job_list dd a .dt8 {
    width: 116px;
    float: left;
    font-size: 12px;
    padding-left: 63px;
    height: 58px;
    line-height: 58px;
    border-right: 1px solid #f9f9f9;
}

.job .job_list dd a.on {
    background: #184690;
    color: #fff;
    width: 100%;
    height: 58px;
}

.job .job_list p {
    text-align: center;
    color: #FF0000;
    font-size: 14px;
    text-align: center;
}



.showbox {
    width: 0px;
    height: 0px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.showbox .tag {
    width: 100%;
    background: #184690;
    height: 73px;
    text-align: center;
    line-height: 73px;
    font-size: 24px;
    color: #f8fefa;
    font-weight: bold;
}

.showbox .tag .close {
    background: url(../images/close.png ) no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 3%;
    top: 5%;
}

#fide {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/fide_bg.png);
}

.showbox .taG1 {
    padding: 33px 18px 0px 18px;
    color: #252525;
    font-size: 13px;
}

.showbox .mainbox {
    overflow: hidden;
    width: 620px;
    min-height: 300px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #f7f7f7;
    margin: 28px auto 0 auto;
    padding: 20px 30px 20px 30px;
    text-align: left;
    color: #252525;
    font-size: 13px;
    line-height: 28px;
}

.showbox .mainbox span {
    color: #252525;
    font-size: 13px;
    margin-top: 21px;
    display: block;
    margin-bottom: 25px;
    text-align: left
}

.showbox .mainbox p {
    display: block;
    color: #252525;
    font-size: 13px;
    margin-bottom: 18px;
    text-align: left
}

.showbox .send {
    position: relative;
    font-size: 20px;
    width: 230px;
    height: 52px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    background: #90c31f;
    margin: 28px auto 0 auto;
    line-height: 52px;
}

.showbox .send a {
    color: #fff;
    width: 230px;
    height: 52px;
    display: block;
}

.showbox .send i {
    background: url(../images/feiji.png ) no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 24%;
    left: 16%;
}


.showbox2 {
    width: 0px;
    height: 0px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    left: 0;
    margin: 0 auto;
}

.showbox2 .tag {
    width: 100%;
    background: #184690;
    height: 73px;
    text-align: center;
    line-height: 73px;
    font-size: 24px;
    color: #f8fefa;
    font-weight: bold;
}

.showbox2 .tag .close {
    background: url(../images/close.png ) no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 3%;
    top: 8%;
}

#fide {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/fide_bg.png);
}

.showbox2 form {
    margin-top: 28px;
    position: relative;
}

.showbox2 form input {
    width: 626px;
    height: 46px;
    display: block;
    background: #f7f7f7;
    -webkit-border-radius: 5px;
    font-size: 14px;
    color: #252525;
    line-height: 46px;
    border-radius: 5px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.showbox2 form input {
    margin-top: 16px;
}

.showbox2 form input:file {
    float: right;
    position: absolute;
    right: 0;
}

.showbox2 form span {
    width: 646px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.showbox2 form em {
    width: 646px;
    margin: 5px auto 0 auto;
    display: block;
    overflow: hidden;
}

.showbox2 form .button {
    width: 110px;
    height: 46px;
    display: block;
    float: right;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 13px;
    color: #252525;
}

.showbox2 form .ye {
    width: 507px;
    height: 46px;
    float: left;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.showbox2 form .submit {
    width: 191px;
    height: 52px;
    background: #90c31f;
    font-size: 20px;
    color: #fff;
    margin: 25px auto 0 auto;
}


.showboxed2 {
    width: 0px;
    height: 0px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    left: 0;
    margin: 0 auto;
}

.showboxed2 .tag {
    width: 100%;
    background: #184690;
    height: 73px;
    text-align: center;
    line-height: 73px;
    font-size: 24px;
    color: #f8fefa;
    font-weight: bold;
}

.showboxed2 .tag .close {
    background: url(../images/close.png ) no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 3%;
    top: 8%;
}

#fideed {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/fide_bg.png);
}

.showboxed2 form {
    margin-top: 28px;
    position: relative;
}

.showboxed2 form input {
    width: 626px;
    height: 46px;
    display: block;
    background: #f7f7f7;
    -webkit-border-radius: 5px;
    font-size: 14px;
    color: #252525;
    line-height: 46px;
    border-radius: 5px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.showboxed2 form input {
    margin-top: 16px;
}

.showboxed2 form input:file {
    float: right;
    position: absolute;
    right: 0;
}

.showboxed2 form span {
    width: 646px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.showboxed2 form em {
    width: 646px;
    margin: 5px auto 0 auto;
    display: block;
    overflow: hidden;
}

.showboxed2 form .button {
    width: 110px;
    height: 46px;
    display: block;
    float: right;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 13px;
    color: #252525;
}

.showboxed2 form .ye {
    width: 507px;
    height: 46px;
    float: left;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.showboxed2 form .submit {
    width: 191px;
    height: 52px;
    background: #90c31f;
    font-size: 20px;
    color: #fff;
    margin: 25px auto 0 auto;
}







.showbox-02 {
    width: 0px;
    height: 0px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    left: 0;
    margin: 0 auto;
}

.showbox-02 .tag {
    width: 100%;
    background: #184690;
    height: 73px;
    text-align: center;
    line-height: 73px;
    font-size: 24px;
    color: #f8fefa;
    font-weight: bold;
}

.showbox-02 .tag .close {
    background: url(../images/close.png ) no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 3%;
    top: 6%;
}

.showbox-02 textarea {
    height: 156px;
    width: 670px;
    margin: 20px auto 0 auto;
    border: 1px solid #e5e5e5;
    display: block;
    font-size: 16px;
    color: #252525;
    padding: 10px;
    line-height:
        26px;
}

.showbox-02 .tsy {
    width: 670px;
    height: 30px;
    line-height: 30px;
    margin: 0px auto 0 auto;
    display: block;
}

.showbox-02 input {
    width: 180px;
    height: 52px;
    display: block;
    color: #fff;
    font-size: 16px;
    background: #90c31f;
    line-height: 52px;
    text-align: center;
    margin: 10px auto 0 auto;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}


.showbox-03 {
    width: 0px;
    height: 0px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    left: 0;
    margin: 0 auto;
}

.showbox-03 .tag {
    width: 100%;
    background: #184690;
    height: 73px;
    text-align: center;
    line-height: 73px;
    font-size: 24px;
    color: #f8fefa;
    font-weight: bold;
}

.showbox-03 .tag .close {
    background: url(../images/close.png ) no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 3%;
    top: 13%;
}

.showbox-03 form {}

.showbox-03 form span {
    overflow: hidden;
    width: 600px;
    margin: 0 auto;
    display: block;
}

.showbox-03 .radio {
    float: left;
    margin: 20px 0px 0px 20px;
    width: 38px;
    height: 20px;
}

.showbox-03 label {
    float: left;
    margin: 20px 0px 0px 5px;
    width: 53px;
    height: 20px;
}

.showbox-03 form .tsy {
    width: 536px;
    margin: 0 auto;
    display: block;
    height: 30px;
    line-height: 30px;
}

.showbox-03 .submit {
    width: 100px;
    height: 32px;
    display: block;
    color: #fff;
    font-size: 16px;
    background: #90c31f;
    line-height: 32px;
    text-align: center;
    margin: 10px auto 0 auto;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}


.showbox-04 {
    width: 0px;
    height: 0px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    left: 0;
    margin: 0 auto;
}

.showbox-04 .tag {
    width: 100%;
    background: #184690;
    height: 73px;
    text-align: center;
    line-height: 73px;
    font-size: 24px;
    color: #f8fefa;
    font-weight: bold;
}

.showbox-04 .tag .close {
    background: url(../images/close.png ) no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 3%;
    top: 6%;
}

.showbox-04 textarea {
    height: 156px;
    width: 670px;
    margin: 20px auto 0 auto;
    border: 1px solid #e5e5e5;
    display: block;
    font-size: 16px;
    color: #252525;
    padding: 10px;
    line-height:
        26px;
}

.showbox-04 .tsy {
    width: 670px;
    height: 30px;
    line-height: 30px;
    margin: 0px auto 0 auto;
    display: block;
}

.showbox-04 input {
    width: 180px;
    height: 52px;
    display: block;
    color: #fff;
    font-size: 16px;
    background: #90c31f;
    line-height: 52px;
    text-align: center;
    margin: 10px auto 0 auto;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}




.ckgt {
    width: 100%;
    background: #f9f9f9;
    min-height: 1195px;
}

.ckgt .ckgt_box {
    width: 1200px;
    margin: 0 auto;
}

.ckgt .ckgt_box .left {
    height: 996px;
    width: 191px;
    border: 1px solid #e8e8e8;
    float: left;
    background: #ffffff;
}

.ckgt .ckgt_box .left .title {
    height: 46px;
    line-height: 46px;
    color: #252525;
    font-size: 15px;
    border-top: 1px solid #e8e8e8;
    width: 171px;
    display: block;
    padding-left: 20px;
    background: url(../images/ckht_line.png) 0px 40px no-repeat;
}

.ckgt .ckgt_box .left p {
    display: block;
    color: #252525;
    font-size: 15px;
    height: 46px;
    line-height: 46px;
    padding-left: 36px;
}

.ckgt .ckgt_box .left p a {
    color: #252525;
}

.ckgt .ckgt_box .right {
    float: left;
    width: 1007px;
}

.ckgt .ckgt_box .right .culmb {
    color: #252525;
    width: 961px;
    height: 33px;
    background: #fff;
    line-height: 33px;
    position: relative;
    padding-left: 46px;
}

.ckgt .ckgt_box .right .culmb i {
    width: 13px;
    height: 12px;
    background: url(../images/ckht_home.png) no-repeat;
    display: block;
    position: absolute;
    top: 30%;
    left: 2%;
    z-index: 99;
}

.ckgt .ckgt_box .right .culmb a {
    color: #252525;
}

.ckgt .ckgt_box .right .txt {
    border: 1px solid #e8e8e8;
    width: 986px;
    float: right;
    margin-top: 18px;
    background: #fff;
}

.ckgt .ckgt_box .right .txt .titlE {
    /*overflow: hidden;*/
    width: 945px;
    height: 41px;
    padding: 11px 19px 0px 22px;
    line-height: 32px;
    font-size: 13px;
    color: #252525;
    background: #fbfbfb;
}

.ckgt .ckgt_box .right .txt .titlE span {
    float: left;
    margin-right: 20px;
}

.ckgt .ckgt_box .right .txt .titlE span a {
    color: #90c31f;
}

.ckgt .ckgt_box .right .txt .titlE form {
    width: 367px;
    float: right;
}

.ckgt .ckgt_box .right .txt .titlE form input {
    height: 30px;
    width: 298px;
    background: #fff;
    padding-left: 26px;
    float: left;
}

.ckgt .ckgt_box .right .txt .titlE form .submit {
    width: 41px;
    background: url(../images/search_list.png);
    padding-left: 0px;
    float: left;
}

.ckgt .ckgt_box .right .txt .txt2 {
    padding-top: 30px;
}

.ckgt .ckgt_box .right .txt .txt2 p {
    font-size: 13px;
    color: #252525;
    float: left;
    margin-right: 20px;
    padding-left: 18px;
}

.ckgt .ckgt_box .right .txt .titlE .Sequence1 {
    float: left;
}

.ckgt .ckgt_box .right .txt .titlE .Sequence1 span {
    float: left;
}

.ckgt .ckgt_box .right .txt .titlE .Sequence1 select {
    float: left;
}

.ckgt .ckgt_box .right .txt .titlE .Sequence1 {
    float: left;
    position: relative;
}

.ckgt .ckgt_box .right .txt .titlE .Sequence1 span {
    float: left;
    margin-right: 10px;
}

.ckgt .ckgt_box .right .txt .titlE .Sequence1 select {
    float: left;
    width: 112px;
    height: 31px;
    color: #252525;
    font-size: 13px;
    padding-left: 10px;
    border: 1px solid #fff;
}

.ckgt .ckgt_box .right .txt .titlE .Sequence1 i {
    position: absolute;
    z-index: 9;
    top: 0p;
    right: 0px;
    background: url(../images/seclet_icon.png ) no-repeat;
    width: 31px;
    height: 31px;
    display: block;
}

.ckgt .ckgt_box .right .txt .titlE .Sequence2 {
    float: left;
    position: relative;
    margin-left: 30px;
}

.ckgt .ckgt_box .right .txt .titlE .Sequence2 span {
    float: left;
    margin-right: 10px;
}

.ckgt .ckgt_box .right .txt .titlE .Sequence2 select {
    float: left;
    width: 112px;
    height: 31px;
    color: #252525;
    font-size: 13px;
    padding-left: 10px;
    border: 1px solid #fff;
}

.ckgt .ckgt_box .right .txt .titlE .Sequence2 i {
    position: absolute;
    z-index: 9;
    top: 0px;
    right: 0px;
    background: url(../images/seclet_icon.png ) no-repeat;
    width: 31px;
    height: 31px;
    display: block;
}






.ckgt .ckgt_box .right .txt .txt3 {}

.ckgt .ckgt_box .right .txt .txt3 dt {
    padding-left: 20px;
    font-size: 15px;
    overflow: hidden;
    font-weight: bold;
    height: 50px;
    border-bottom: 1px solid #efefef;
    line-height: 50px;
    color: #252525;
}

.ckgt .ckgt_box .right .txt .txt3 dt .star {
    float: left;
    width: 77px;
    text-align: left;
    margin-left: 56px;
}

.ckgt .ckgt_box .right .txt .txt3 dt .end {
    float: left;
    width: 76px;
    text-align: left;
    margin-left: 43px;
}

.ckgt .ckgt_box .right .txt .txt3 dt .c_name {
    float: left;
    width: 119px;
    text-align: left;
    margin-left: 43px;
}

.ckgt .ckgt_box .right .txt .txt3 dt .h_name {
    float: left;
    width: 143px;
    text-align: left;
    margin-left: 42px;
}

.ckgt .ckgt_box .right .txt .txt3 dt .status {
    float: left;
    width: 62px;
    text-align: left;
    margin-left: 33px;
}

.ckgt .ckgt_box .right .txt .txt3 dd {
    color: #252525;
    font-size: 13px;
    height: 67px;
    line-height: 67px;
    position: relative;
    padding-left: 20px;
    width: 966px;
    cursor: pointer;
}

.ckgt .ckgt_box .right .txt .txt3 dd i {
    width: 33px;
    height: 33px;
    background: url(../images/date_ed2.png) no-repeat;
    position: absolute;
    top: 17px;
    left: 18px;
}

.ckgt .ckgt_box .right .txt .txt3 dd span {
    color: #184690;
}

.ckgt .ckgt_box .right .txt .txt3 dd em {
    color: #90c31f;
}

.ckgt .ckgt_box .right .txt .txt3 .white {
    background: #fbfbfb;
}

.ckgt .ckgt_box .right .txt .txt3 dd {}

.ckgt .ckgt_box .right .txt .txt3 dd.x i {
    background: url(../images/date_list.png) no-repeat;
}

.ckgt .ckgt_box .right .txt .txt3 dd .d01 {
    float: left;
    width: 77px;
    text-align: left;
    margin-left: 56px;
}

.ckgt .ckgt_box .right .txt .txt3 dd .d02 {
    float: left;
    width: 76px;
    text-align: left;
    margin-left: 43px;
}

.ckgt .ckgt_box .right .txt .txt3 dd .d03 {
    float: left;
    width: 119px;
    text-align: left;
    margin-left: 43px;
}

.ckgt .ckgt_box .right .txt .txt3 dd .d04 {
    float: left;
    width: 143px;
    text-align: left;
    margin-left: 42px;
}

.ckgt .ckgt_box .right .txt .txt3 dd .d05 {
    float: left;
    width: 62px;
    text-align: center;
    margin-left: 33px;
}

.ckgt .ckgt_box .right .txt .txt3 dd .ly {
    width: 22px;
    height: 21px;
    position: absolute;
    top: 23px;
    right: 200px;
    z-index: 99;
}

.ckgt .ckgt_box .right .txt .txt3 dd .down {
    width: 22px;
    height: 19px;
    position: absolute;
    top: 23px;
    right: 135px;
    z-index: 99
}

.ckgt .ckgt_box .right .txt .txt3 dd .but {
    margin-top: 14px;
    margin-right: 23px;
    float: right;
    width: 81px;
    height: 39px;
    background: #90c31f;
    font-size: 13px;
    color: #ffffff;
    line-height: 39px;
    text-align: center;
}

.ckgt .ckgt_box .right .txt .txt3 dd .but a {
    color: #fff;
}

.ckgt .ckgt_box .right .txt .txt3 dd .gl {
    margin-top: 14px;
    margin-right: 23px;
    float: right;
    width: 81px;
    height: 39px;
    background: #90c31f;
    font-size: 13px;
    color: #ffffff;
    line-height: 39px;
    text-align: center;
}

.ckgt .ckgt_box .right .txt .txt3 dd .gl a {
    color: #fff;
}

.ckgt .ckgt_box .right .txt .txt3 dd .but2 {
    margin-top: 14px;
    margin-right: 23px;
    float: right;
    width: 81px;
    height: 39px;
    background: #c8c8c8;
    font-size: 13px;
    color: #ffffff;
    line-height: 39px;
    text-align: center;
}

.ckgt .ckgt_box .right .txt .txt3 dd .but2 a {
    color: #fff;
}







.ckgt .ckgt_box .right .txt .txt4 {}

.ckgt .ckgt_box .right .txt .txt4 dt {
    padding-left: 20px;
    font-size: 15px;
    overflow: hidden;
    font-weight: bold;
    height: 50px;
    border-bottom: 1px solid #efefef;
    line-height: 50px;
    color: #252525;
}

.ckgt .ckgt_box .right .txt .txt4 dt .star {
    float: left;
    width: 83px;
    text-align: left;
    margin-left: 50px;
}

.ckgt .ckgt_box .right .txt .txt4 dt .end {
    float: left;
    width: 83px;
    text-align: left;
    margin-left: 43px;
}

.ckgt .ckgt_box .right .txt .txt4 dt .c_name {
    float: left;
    width: 166px;
    text-align: left;
    margin-left: 43px;
}

.ckgt .ckgt_box .right .txt .txt4 dt .h_name {
    float: left;
    width: 115px;
    text-align: left;
    margin-left: 33px;
}

.ckgt .ckgt_box .right .txt .txt4 dt .status {
    float: left;
    width: 83px;
    text-align: left;
    margin-left: 33px;
}

.ckgt .ckgt_box .right .txt .txt4 dt .htxiazai {
    float: left;
    width: 83px;
    text-align: left;
    margin-left: 60px;
}

.ckgt .ckgt_box .right .txt .txt4 dd {
    color: #252525;
    font-size: 14px;
    height: 67px;
    line-height: 67px;
    position: relative;
    padding-left: 20px;
    width: 966px;
    /*cursor: pointer;*/
}

.ckgt .ckgt_box .right .txt .txt4 dd i {
    width: 33px;
    height: 33px;
    background: url(../images/date_ed2.png) no-repeat;
    position: absolute;
    top: 17px;
    left: 18px;
}

.ckgt .ckgt_box .right .txt .txt4 dd span {
    color: #184690;
}

.ckgt .ckgt_box .right .txt .txt4 dd em {
    color: #90c31f;
}

.ckgt .ckgt_box .right .txt .txt4 .white {
    background: #fbfbfb;
}

.ckgt .ckgt_box .right .txt .txt4 dd {
    overflow: hidden;
}

.ckgt .ckgt_box .right .txt .txt4 dd.x i {
    background: url(../images/date_list.png) no-repeat;
}

.ckgt .ckgt_box .right .txt .txt4 dd .d01 {
    float: left;
    text-align: left;
    margin-left: 49px;
    width: 86px;
}

.ckgt .ckgt_box .right .txt .txt4 dd .d02 {
    float: left;
    text-align: left;
    margin-left: 43px;
    width: 86px;
}

.ckgt .ckgt_box .right .txt .txt4 dd .d03 {
    float: left;
    text-align: left;
    margin-left: 40px;
    width: 166px;
}

.ckgt .ckgt_box .right .txt .txt4 dd .d04 {
    float: left;
    text-align: left;
    margin-left: 33px;
    width: 151px;
}

.ckgt .ckgt_box .right .txt .txt4 dd .d05 {
    float: left;
    text-align: left;
}

.ckgt .ckgt_box .right .txt .txt4 dd .ly {
    width: 22px;
    height: 21px;
    position: absolute;
    top: 23px;
    right: 190px;
    z-index: 99;
    background-image: url("../images/teq2.png");
}

.ckgt .ckgt_box .right .txt .txt4 dd .ly i {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ff3c3c;
    border-radius: 20px;
    color: #ffffff;
    font-size: 12px;
    right: -8px;
    top: -8px;
}

.ckgt .ckgt_box .right .txt .txt4 dd .down {
    width: 22px;
    height: 19px;
    position: absolute;
    top: 23px;
    right: 130px;
    z-index: 99
}

.ckgt .ckgt_box .right .txt .txt4 dd .but {
    margin-top: 14px;
    margin-right: 20px;
    float: right;
    width: 81px;
    height: 39px;
    background: #90c31f;
    font-size: 13px;
    color: #ffffff;
    line-height: 39px;
    text-align: center;
}

.ckgt .ckgt_box .right .txt .txt4 dd .but a {
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.ckgt .ckgt_box .right .txt .txt4 dd .but_2 {
    margin-top: 14px;
    margin-right: 23px;
    float: right;
    width: 110px;
    height: 39px;
    background: #90c31f;
    font-size: 13px;
    color: #ffffff;
    line-height: 39px;
    text-align: center;
}

.ckgt .ckgt_box .right .txt .txt4 dd .but_2 a {
    color: #fff;
}

/*.ckgt .ckgt_box .right .txt .txt4 dd .d01{float: left; width: 80px;text-align: left; margin-left: 49px;}
.ckgt .ckgt_box .right .txt .txt4 dd .d02{float: left;width: 80px; text-align: left;margin-left: 43px;}
.ckgt .ckgt_box .right .txt .txt4 dd .d03{float: left;width: 156px;text-align: left; margin-left: 43px;}
.ckgt .ckgt_box .right .txt .txt4 dd .d04{float: left;width: 156px ;text-align: left;margin-left: 42px;}
.ckgt .ckgt_box .right .txt .txt4 dd .d05{float: left;width: 62px ;text-align: center;margin-left: 33px;}
.ckgt .ckgt_box .right .txt .txt4 dd .ly{ width: 22px; height: 21px; position: absolute;top:23px; right: 200px;z-index: 99 ;}
.ckgt .ckgt_box .right .txt .txt4 dd .down{ width: 22px; height: 19px; position: absolute;top:23px; right: 135px;z-index: 99 }
.ckgt .ckgt_box .right .txt .txt4 dd .but{ margin-top: 14px; margin-right: 23px; float:right; width: 81px;  height: 39px; background: #90c31f; font-size: 13px; color: #ffffff; line-height: 39px;text-align: center;}
.ckgt .ckgt_box .right .txt .txt4 dd .but a{color: #fff; display:inline-block;cursor: pointer;}

.ckgt .ckgt_box .right .txt .txt4 dd .but_2{ margin-top: 14px; margin-right: 23px; float:right; width: 110px;  height: 39px; background: #90c31f; font-size: 13px; color: #ffffff; line-height: 39px;text-align: center;}
.ckgt .ckgt_box .right .txt .txt4 dd .but_2 a{color: #fff;}*/


.ckgt .ckgt_box .right .txt .txt4 dd .gl {
    margin-top: 14px;
    margin-right: 23px;
    float: right;
    width: 81px;
    height: 39px;
    background: #90c31f;
    font-size: 13px;
    color: #ffffff;
    line-height: 39px;
    text-align: center;
}

.ckgt .ckgt_box .right .txt .txt4 dd .gl a {
    color: #fff;
}

.ckgt .ckgt_box .right .txt .txt4 dd .but2 {
    margin-top: 14px;
    margin-right: 23px;
    float: right;
    width: 81px;
    height: 39px;
    background: #c8c8c8;
    font-size: 13px;
    color: #ffffff;
    line-height: 39px;
    text-align: center;
}

.ckgt .ckgt_box .right .txt .txt4 dd .but2 a {
    color: #fff;
}



.SliderLeft {
    margin-top: 33px;
}

.SliderLeft .hd {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    height: 78px;
}

.SliderLeft .hd ul {}

.SliderLeft .hd ul li {
    float: left;
    position: relative;
    width: 56px;
    height: 78px;
}

.SliderLeft .hd ul li.on i {
    background: url(../images/yuan_ed1.png) no-repeat;
}

.SliderLeft .hd ul li span {
    display: block;
    position: absolute;
    z-index: 99;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center;
}

.SliderLeft .hd ul li a {
    color: #252525;
    font-size: 13px;
}

.SliderLeft .hd ul li i {
    display: block;
    position: absolute;
    bottom: -6px;
    left: 34px;
    background: url(../images/yuan.png) no-repeat;
    width: 13px;
    height: 13px;
}

.SliderLeft .hd ul li a i.active {
    display: block;
    position: absolute;
    bottom: -6px;
    left: 34px;
    background: url(../images/yuan_ed1.png) no-repeat;
    width: 13px;
    height: 13px;
}

.SliderLeft .hd ul .con1 {
    width: 80px;
    height: 78px;
    margin-left: 100px;
    text-align: center;
}

.SliderLeft .hd ul .con1 a {
    display: block;
    width: 80px;
    height: 78px;
}

.SliderLeft .hd ul .con2 {
    width: 80px;
    height: 78px;
    margin-left: 90px;
    text-align: center;
}

.SliderLeft .hd ul .con2 a {
    display: block;
    width: 80px;
    height: 78px;
}

.SliderLeft .hd ul .con3 {
    width: 80px;
    height: 78px;
    margin-left: 110px;
    text-align: center;
}

.SliderLeft .hd ul .con3 a {
    display: block;
    width: 80px;
    height: 78px;
}

.SliderLeft .hd ul .con4 {
    width: 80px;
    height: 78px;
    margin-left: 93px;
    text-align: center;
}

.SliderLeft .hd ul .con4 a {
    display: block;
    width: 80px;
    height: 78px;
}

.SliderLeft .hd ul .con5 {
    width: 80px;
    height: 78px;
    margin-left: 89px;
    text-align: center;
}

.SliderLeft .hd ul .con5 a {
    display: block;
    width: 80px;
    height: 78px;
}


.SliderLeft .jdtit {
    margin-top: 58px;
    overflow: hidden;
}

.SliderLeft .jdtit span {
    float: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 50px;
    color: #252525;
}

.SliderLeft .jdtit span.jdt1 {
    width: 500px;
    margin-left: 76px;
}

.SliderLeft .jdtit span.jdt2 {
    width: 130px;
    margin-left: 20px;
}

.SliderLeft .jdtit span.jdt3 {
    width: 86px;
    margin-left: 25px;
}

.SliderLeft .jdtit span.jdt4 {
    width: 40px;
    margin-left: 18px;
}

.SliderLeft .jdtit2 {
    margin-top: 58px;
    overflow: hidden;
}

.SliderLeft .jdtit2 span {
    float: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 50px;
    color: #252525;
}

.SliderLeft .jdtit2 span.jdt1 {
    width: 580px;
    margin-left: 76px;
}

.SliderLeft .jdtit2 span.jdt2 {
    width: 100px;
    margin-left: 68px;
}

.SliderLeft .jdtit2 span.jdt3 {
    margin-left: 70px;
    width: 89px;
    text-align: center;
}

.SliderLeft .bd {
    margin-top: 18px;
}

.SliderLeft .bd .tAG {}

.SliderLeft .bd .tAG .tiL {
    margin-bottom: 18px;
    position: relative;
    width: 910px;
    height: 67px;
    background: #fff5f2;
    font-size: 14px;
    color: #252525;
    line-height: 67px;
    /*cursor: pointer;*/
    padding-left: 76px;
    overflow: hidden;
}

.SliderLeft .bd .tAG .tiL.on {
    background: #f7ffe6;
}

.SliderLeft .bd .tAG .tiL.on .ltT {
    background: url(../images/date_list.png) no-repeat;
}

.SliderLeft .bd .tAG .tiL.on i {
    background: url(../images/v.png) no-repeat;
}

.SliderLeft .bd .tAG .tiL i {
    width: 89px;
    height: 67px;
    background: url(../images/v02.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0
}

.SliderLeft .bd .tAG .tiL i a {
    display: block;
    width: 89px;
    height: 67px;
}

.SliderLeft .bd .tAG .tiL span {
    float: left;
}

.SliderLeft .bd .tAG .tiL span.jdcont1 {
    width: 500px;
}

.SliderLeft .bd .tAG .tiL span.jdcont2 {
    width: 86px;
    margin-left: 178px;
}

.SliderLeft .bd .tAG .tiL .ltT {
    background: url(../images/date_ed1.png) no-repeat;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 16px;
    left: 18px;
    z-index: 6
}

.SliderLeft .bd .tAG .tiL .ly {
    width: 22px;
    height: 21px;
    position: absolute;
    top: 23px;
    right: 106px;
    z-index: 99;
    background-image: url("../images/teq2.png");
}

.SliderLeft .bd .tAG .tiL .ly i {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ff3c3c;
    border-radius: 20px;
    color: #ffffff;
    font-size: 12px;
    right: -8px;
    top: -8px;
}

.SliderLeft .bd .tAG .tiL .down {
    width: 22px;
    height: 19px;
    position: absolute;
    top: 23px;
    right: 316px;
    z-index: 99
}

.SliderLeft .bd .tAG .main_box {
    display: none;
    overflow: hidden;
    margin-top: 30px;
}

.SliderLeft .bd .tAG .tiL-01 {
    margin-bottom: 18px;
    position: relative;
    width: 910px;
    height: 67px;
    background: #fff5f2;
    font-size: 13px;
    color: #252525;
    line-height: 67px;
    cursor: pointer;
    padding-left: 76px;
}

.SliderLeft .bd .tAG .tiL-01 i {
    width: 89px;
    height: 67px;
    background: url(../images/v04.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0
}

.SliderLeft .bd .tAG .tiL-01 span {
    float: left;
}

.SliderLeft .bd .tAG .tiL-01 span.jdcont1 {
    width: 578px;
}

.SliderLeft .bd .tAG .tiL-01 span.jdcont2 {
    width: 86px;
    margin-left: 70px;
}

.SliderLeft .bd .tAG .tiL-01 .ltT {
    background: url(../images/date_ed1.png) no-repeat;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 16px;
    left: 18px;
    z-index: 6
}

.SliderLeft .bd .tAG .tiL-01 .ly {
    width: 22px;
    height: 21px;
    position: absolute;
    top: 23px;
    right: 275px;
    z-index: 99
}

.SliderLeft .bd .tAG .tiL-01 .upload {
    width: 22px;
    height: 21px;
    position: absolute;
    top: 25px;
    right: 228px;
    z-index: 99
}

.SliderLeft .bd .tAG .tiL-01 .add {
    width: 22px;
    height: 21px;
    position: absolute;
    top: 24px;
    right: 190px;
    z-index: 99
}

.SliderLeft .bd .tAG .tiL-01 .del {
    width: 22px;
    height: 21px;
    position: absolute;
    top: 24px;
    right: 190px;
    z-index: 99
}

.SliderLeft .bd .tAG .tiL-01 .down {
    width: 16px;
    height: 21px;
    position: absolute;
    top: 23px;
    right: 150px;
    z-index: 99
}

.SliderLeft .bd .tAG .tiL-01 .ltT-01 {
    background: url(../images/date_ed1.png) no-repeat;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 16px;
    left: 18px;
    z-index: 6
}

.SliderLeft .bd .tAG .tiL-01.on .ltT-01 {
    background: url(../images/date_list.png) no-repeat;
}

.SliderLeft .bd .tAG .tiL-01.on {
    background: #f7ffe6;
}

.SliderLeft .bd .tAG .tiL-01.on i {
    background: url(../images/v03.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0
}

.SliderLeft .bd .tAG .main_box .fbtw {
    width: 164px;
    height: 38px;
    border: 1px solid #e4e4e4;
    display: block;
    color: #252525;
    font-size: 15px;
    text-align: center;
    line-height: 38px;
    float: left;
    margin-left: 20px;
}

.SliderLeft .bd .tAG .main_box .pf {
    width: 164px;
    height: 38px;
    border: 1px solid #e4e4e4;
    display: block;
    color: #252525;
    font-size: 15px;
    text-align: center;
    line-height: 38px;
    float: left;
    margin-left: 29px;
}

.SliderLeft .bd .tAG .main_box .fbtw:hover {
    background: #90c31f;
    color: #fff;
}

.SliderLeft .bd .tAG .main_box .pf:hover {
    background: #90c31f;
    color: #fff;
}

.SliderLeft .bd .tAG .main_box .q_list {
    border-top: 1px solid #f9f9f9;
    width: 946px;
    margin: 0px auto 0 auto;
}

.SliderLeft .bd .tAG .main_box .q_list dd {
    display: block;
    border-top: 1px solid #f9f9f9;
    padding-bottom: 20px;
}

.SliderLeft .bd .tAG .main_box .q_list dd .ask {
    margin-top: 24px;
    background: url(../images/qu.png) left 0 no-repeat;
    padding-left: 40px;
    font-size: 15px;
    color: #252525;
}

.SliderLeft .bd .tAG .main_box .q_list dd .answer {
    margin-top: 21px;
    font-size: 12px;
    color: #252525;
    background: url(../images/an.png) left 0px no-repeat;
    padding-left: 40px;
    line-height: 20px;
}

.SliderLeft .bd .tAG .main_box .q_list dd .reply {
    position: relative;
    margin-top: 21px;
    margin-left: 30px;
    font-size: 12px;
    color: #252525;
    display: block;
    width: 69px;
    height: 29px;
    border: 1px solid #90c31f;
    line-height: 29px;
    text-align: center;
    padding-left: 10px;
}

.SliderLeft .bd .tAG .main_box .q_list dd .answer span {
    color: #184690
}

.SliderLeft .bd .tAG .main_box .q_list dd .reply i {
    display: block;
    width: 13px;
    height: 14px;
    background: url(../images/req.png ) no-repeat;
    position: absolute;
    top: 7px;
    left: 13px;
    z-index: 9
}

.SliderLeft .bd .tAG .main_box .q_list dd .reply:hover {
    background: #fff5f2;
}

.SliderLeft .bd .tAG .main_box01 {
    display: none;
}

.SliderLeft .bd .tAG .main_box01 .q_list2 {
    border-top: 1px solid #f9f9f9;
}

.SliderLeft .bd .tAG .main_box01 .q_list2 dd {
    height: 45px;
    border-bottom: 1px solid #f9f9f9;
    width: 960px;
    line-height: 45px;
}

.SliderLeft .bd .tAG .main_box01 .q_list2 dd p {
    color: #252525;
    font-size: 13px;
}

.SliderLeft .bd .tAG .main_box01 .q_list2 dd span {
    color: #252525;
    font-size: 13px;
    margin-left: 32px;
}

.SliderLeft .bd .tAG .main_box01 .q_list2 a {
    float: right;
    margin-left: 18px;
    font-size: 13px;
}

.SliderLeft .bd .tAG .main_box01 .q_list2 .delete {
    color: #f84d13;
    text-decoration: underline;
}

.SliderLeft .bd .tAG .main_box01 .q_list2 .attttr {
    color: #90c31f;
    margin-right: 17px;
    text-decoration: underline;
}

.SliderLeft .bd .tAG .main_box01 .q_list2 em {
    float: right;
    color: #e9e9e9;
    display: block;
    width: 1px;
    height: 14px;
}

.ckgt .right .page {
    height: 100px;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    margin-top: 10px;
}

.ckgt .right .page .page_box {
    margin: 28px auto 0 auto;
}






.case_list {
    margin-bottom: 33px;
}

.case_list ul {}

.case_list ul li {
    width: 100%;
    height: 282px;
    border-top: 1px dashed #e8e8e8;
    padding-top: 33px;
}

.case_list ul li .pic {
    float: left;
    position: relative;
}

.case_list ul li .txt {
    float: right;
    width: 740px;
}

.case_list ul li .txt .title {
    color: #252525;
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 36px;
    line-height: 36px;
}

.case_list ul li .txt .title a {
    color: #252525;
}

.case_list ul li .txt .date {
    width: 100%;
    height: 20px;
    margin-top: 10px;
}

.case_list ul li .txt .date span {
    color: #252525;
    font-size: 13px;
    margin-right: 10px;
    height: 20px;
}

.case_list ul li .txt p {
    color: #252525;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    height: 90px;
    overflow: hidden;
}

.case_list ul li .txt .more {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: block;
    width: 151px;
    height: 46px;
    background: #184690;
    text-align: center;
    line-height: 46px;
    position: relative;
    margin-top: 20px;
    font-size: 14px;
}

.case_list ul li .txt .more i {
    display: block;
    background: url(../images/newMlist.png )no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    z-index: 9;
    top: 42%;
    right: 18%;
}

.case_list ul .nuline {
    border-top: none;
}

.N_index {
    background: #f9f9f9;
}

.N_index .menu_box {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
}

.N_index .menu_box ul {}

.N_index .menu_box ul li {
    float: left;
    width: 198px;
    text-align: center;
    height: 57px;
    line-height: 57px;
    color: #252525;
    font-size: 15px;
    position: relative;
}

.N_index .menu_box ul li a {
    color: #252525;
    width: 198px;
    height: 57px;
    display: block;
}

.N_index .menu_box ul li a:hover {
    color: #fff;
    border-bottom: 3px solid #184690;
    background: #2256a9;
}

.N_index .menu_box ul li.on {
    color: #fff;
    border-bottom: 3px solid #184690;
    background: #2256a9;
}

.N_index .menu_box ul li a.on {
    color: #fff;
    border-bottom: 3px solid #184690;
    background: #2256a9;
}

.N_index .menu_box ul li:hover {
    color: #fff;
    border-bottom: 3px solid #184690;
    background: #2256a9;
}

.N_index .menu_box ul .line {
    width: 1px;
    height: 24px;
    display: block;
    background: #ececec;
    float: left;
    margin-top: 18px;
}

.N_index .menu_box ul li i {
    position: absolute;
    display: block;
    right: 28px;
    top: 27px;
    float: right;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #d2d2d2 transparent transparent transparent;
    z-index: 9
}

.N_index .menu_box ul li:hover i {
    display: block;
    right: 28px;
    top: 20px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #ffffff transparent;
}

.N_index .menu_box ul li .thrid {
    position: absolute;
    z-index: 99;
    top: 60px;
    left: 0px;
    display: none;
}

.N_index .menu_box ul li .thrid dd {
    width: 198px;
    height: 52px;
    display: block;
    text-align: center;
    line-height: 52px;
    background: url(../images/third_bg.png);
    border-bottom: 1px dashed #557dbc;
}

.N_index .menu_box ul li .thrid dd a {
    padding-left: 0;
    width: 198px;
    text-align: center;
    height: 52px;
    color: #fff;
    display: block;
}

.N_index .menu_box ul li .thrid dd a:hover {
    height: 52px;
    border-bottom: none;
}




.empty {
    color: #FF0000;
    text-align: center;
}



.tech_list {
    overflow: hidden;
}

.tech_list ul li {
    width: 222px;
    height: 209px;
    float: left;
    margin-right: 10px;
    background: #f9f9f9;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 48px;
}

.tech_list ul .unline {
    margin-right: 0px;
}

.tech_list ul li .pic {
    width: 222px;
    height: 142px;
}

.tech_list ul li .pic img {
    width: 222px;
}

.tech_list ul li .title {
    padding: 0px 19px;
    color: #252525;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tech_list ul li .text {
    font-size: 12px;
    color: #252525;
    line-height: 18px;
    margin: 2px auto 0 auto;
    padding: 0px 19px 0px 19px;
    height: 36px;
    overflow: hidden;
}




.res_list {
    overflow: hidden;
}

.res_list ul li {
    width: 273px;
    height: 320px;
    float: left;
    margin-right: 36px;
    background: #f9f9f9;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 48px;
}

.res_list ul .unline {
    margin-right: 0px;
}

.res_list ul li .pic {}

.res_list ul li .title {
    padding: 0px 19px;
    color: #252525;
    font-size: 18px;
    width: 235px;
    height: 30px;
    margin-top: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.res_list ul li .title a {
    color: #252525;
    font-size: 18px;
}

.res_list ul li .title a:hover {
    color: #184690;
    font-size: 18px;
}

.video_list {
    overflow: hidden;
}

.video_list ul li {
    width: 375px;
    height: 365px;
    float: left;
    margin-right: 37px;
    background: #f9f9f9;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 48px;
}

.video_list ul li a {
    display: block;
}

.video_list ul .unline {
    margin-right: 0px;
}

.video_list ul li a .pic {}

.video_list ul li a .title {
    padding: 0px 19px;
    color: #252525;
    font-size: 18px;
    width: 332px;
    height: 30px;
    margin-top: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video_list ul li a .url {
    border-top: 1px solid #eeeeee;
    margin: 13px auto 0 auto;
    width: 332px;
}

.video_list ul li a .url span {
    font-size: 13px;
    width: 108px;
    height: 35px;
    background: #184690;
    text-align: center;
    line-height: 35px;
    color: #fff;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 18px;
    transition: background 0.5s;
    display: block;
}

.videoshowbox {
    width: 0px;
    height: 0px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.videoshowbox .tag {
    width: 100%;
    background: #184690;
    height: 73px;
    text-align: center;
    line-height: 73px;
    font-size: 24px;
    color: #f8fefa;
    font-weight: bold;
}

.videoshowbox .tag .close {
    background: url(../images/close.png ) no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 3%;
    top: 5%;
}

#videofide {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/fide_bg.png);
}

.videoshowbox .mainbox {
    overflow: hidden;
    width: 620px;
    min-height: 300px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #f7f7f7;
    margin: 20px auto 0 auto;
    padding: 20px;
    text-align: left;
    color: #252525;
    font-size: 13px;
    line-height: 28px;
}

.xx_main {
    width: 1200px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.xx_main h3 {
    color: #333333;
    font-size: 26px;
    padding-top: 35px;
    margin-bottom: 27px;
}

/* .xx_main .xx_login{width:533px;display: inline-block;padding-bottom: 30px;} */
.xx_main .login {
    width: 533px;
    width: 533px;
    display: inline-block;
    padding-bottom: 30px;
}

.xx_main input {
    width: 415px;
    height: 50px;
    background: #f2f2f2;
    border: 1px solid #e8e8e8;
    padding-left: 20px;
}

.xx_main .xx_login ul {
    width: 1100px;
    margin: 0;
    word-wrap: break-word;
    overflow: hidden;
    padding-bottom: 30px;
    padding: 0;
    margin-bottom: 50px;
}

.xx_main .xx_login ul a {
    width: 210px;
    float: left;
    color: #555555;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
}

.xx_main .xx_login ul a:hover {
    color: #82b70b;
}

.xx_main .xx_login ul a img {
    padding: 22px 9px;
}

.xx_main .xx_product {
    width: 1200px;
    margin: auto;
    clear: both;
    overflow: hidden;
}

.xx_main .xx_product .xx_title {
    width: 1100px;
    background: url(../images/xx_tit.png)no-repeat;
    color: #333333;
    font-size: 28px;
    position: relative;
    float: left;
}

.xx_main .xx_product .xx_title h3 {
    width: 150px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    padding-left: 100px;
}

.xx_main .xx_product .xx_title span {
    top: -50px;
    color: #aaaaaa;
    font-size: 16px;
    position: relative;
    padding-left: 100px;
}

.xx_main .xx_product .xx_more a {
    width: 90px;
    float: right;
    padding-top: 10px;
    color: #888888;
    font-size: 14px;
}

.xx_main .xx_product .product_list {
    display: inline-block;
    color: #555555;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 50px;
}

.xx_main .xx_product .product_list li {
    float: left;
    width: 190px;
    text-align: center;
    margin-right: 10px;
}

.xx_main .xx_product .product_list li a img:hover {
    transform: scale(1.2);
}

.xx_main .xx_product .product_list li:hover {
    color: #82b70b;
}


.xx_main .xx_service {
    width: 1200px;
    margin: auto;
    clear: both;
    overflow: hidden;
}

.xx_main .xx_service .xx_title {
    width: 1100px;
    background: url(../images/xx_tit2.png)no-repeat;
    color: #333333;
    font-size: 28px;
    position: relative;
    float: left;
}

.xx_main .xx_service .xx_title h3 {
    width: 150px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    padding-left: 100px;
}

.xx_main .xx_service .xx_title span {
    top: -50px;
    color: #aaaaaa;
    font-size: 16px;
    position: relative;
    padding-left: 100px;
}

.xx_main .xx_service .xx_more a {
    width: 90px;
    float: right;
    padding-top: 10px;
    color: #888888;
    font-size: 14px;
}

.xx_main .xx_service .ser_list {
    display: inline-block;
    color: #555555;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 50px;
}

.xx_main .xx_service .ser_list li {
    width: 190px;
    float: left;
    padding-left: 10px;
    text-align: center;
}

.xx_main .xx_service .ser_list li:nth-child {
    padding-left: 0;
}

.xx_main .xx_service .ser_list li img:hover {
    transform: scale(1.2);
}

.xx_main .xx_service .ser_list li:hover {
    color: #82b70b;
}

.xx_main .xx_news {}

.xx_main .xx_news .xx_title {
    width: 1100px;
    background: url(../images/xx_tit3.png)no-repeat;
    color: #333333;
    font-size: 28px;
    position: relative;
    float: left;
}

.xx_main .xx_news .xx_title h3 {
    width: 150px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    padding-left: 100px;
}

.xx_main .xx_news .xx_title span {
    top: -50px;
    color: #aaaaaa;
    font-size: 16px;
    position: relative;
    padding-left: 100px;
}

.xx_main .xx_news .news_lf {
    width: 590px;
    height: 400px;
    float: left;
    background: #fafafa;
    margin-bottom: 60px;
}

.xx_main .xx_news .news_rg {
    width: 590px;
    height: 320px;
    float: right;
    background: #fafafa;
    margin-bottom: 60px;
}

.xx_main .xx_news .news_lf .newslf_list {
    margin: 25px 30px;
    box-sizing: border-box;
    height: 40px;
    border-bottom: 1px solid #cccccc;
}

.xx_main .xx_news .news_lf .newslf_list .news_tit {
    float: left;
}

.xx_main .xx_news .news_rg .newslf_list {
    margin: 25px 30px;
    box-sizing: border-box;
    height: 40px;
    border-bottom: 1px solid #cccccc;
}

.xx_main .xx_news .news_rg .newslf_list .news_tit {
    float: left;
}

.xx_main .xx_news .news_lf .newslf_list .xx_more {
    float: right;
}

.xx_option {
    display: inline-block;
    clear: both;
    box-sizing: border-box;
}

.pa {
    color: #fff;
}

.xx_option li {
    width: 240px;
    /* height:36px;  */
    background: url(../images/xx_bar.png)no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    z-index: 9;
}


.pa {
    color: #ffffff;
    position: relative;
    left: -17px;
    z-index: 8 !important;
}

.xx_option li a {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}

.xx_option li.tinn,
.xx_option li:hover {
    width: 240px;
    background: url(../images/xx_bar2.png)no-repeat;
    background-size: 100%;
}

.xx_scroll {
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    margin-top: 100px;
    padding-bottom: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.xx_option .xx_scroll .scroll_container {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.xx_option .xx_scroll .scroll_container .scroll_item {
    height: 56px;
    background-color: #184690;
    position: relative;
    width: 1420px;
    overflow: hidden;
}

.xx_option .xx_scroll .scroll_container .scroll_item p {
    width: 107px;
    color: #ffffff;
    font-size: 14px;
    float: left;
    text-align: center;
    line-height: 56px;
}

.scroll_list {
    min-width: 1420px;
    min-height: 57px;
    float: left;
    border-bottom: 1px solid #f5f5f5;
}

.scroll_list:hover {
    background: #f1f1f1;
}

.scroll_list p {
    width: 107px;
    float: left;
    font-size: 14px;
    color: #555555;
    padding-top: 12px;
}

.scroll_list p.gou {
    width: 70px;
    height: 35px;
    line-height: 35px;
    background: #eeeeee;
    text-align: center;
    margin-top: 5px;
    margin-left: 20px;
    padding: 0;
}

.scroll_list p.gou:hover {
    background: #90c31f;
    color: #ffffff;
}

.scrollbot-scrollbar-holder {
    width: 98%;
    height: 5px;
    position: relative;
    right: 0px;
    top: 610px;
    background-color: rgb(173, 173, 173);
    border-radius: 15px;
    display: block;
}

.scrollbot-scrollbar {
    width: 31%;
    height: 5px;
    position: relative;
    right: 0px;
    top: 0;
    background-color: rgb(129, 205, 64);
    border-radius: 15px;
}

.pages {
    width: 100%;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
    color: #888;
}

.pages .cur {
    display: inline-block;
    zoom: 1;
    width: 69px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    border: 2px solid #eee;
    padding: 0 7px;
    font-size: 14px;
    /*margin-left: 10px;*/
}

.pages a {
    display: inline-block;
    zoom: 1;
    width: 29px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    border: 2px solid #eee;
    padding: 0 7px;
    font-size: 14px;
    color: #333333;
}

.pages span {
    color: #999999;
    font-size: 14px;
}

.pages a.on {
    background: #82b70b;
    color: #ffffff;
}

/* 分页组件（Bootstrap风格标签适配） */
.page .pagination {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 40px auto 0;
    padding: 0;
}

.page .pagination .page-item {
    list-style: none;
}

.page .pagination .page-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #252525;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    transition: all .2s;
}

.page .pagination .page-link:hover {
    color: #ffffff;
    background-color: #81cd40;
    border-color: #81cd40;
    text-decoration: none;
}

.page .pagination .page-item.active .page-link,
.page .pagination .page-link.active {
    background-color: #81cd40;
    border-color: #81cd40;
    color: #ffffff;
}

.page .pagination .page-item.disabled .page-link,
.page .pagination .page-link.disabled {
    color: #999999;
    background-color: #f9f9f9;
    border-color: #ebebeb;
    cursor: default;
}

/* 当前页（active+disabled）也呈现高亮绿色，与hover一致 */
.page .pagination .page-item.active.disabled .page-link {
    background-color: #81cd40;
    border-color: #81cd40;
    color: #ffffff;
}

.page .pagination .page-link:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(24, 70, 144, 0.15);
    /* 主题蓝焦点 */
    border-color: #184690;
}

.page .pagination .page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: auto;
    padding: 0 12px;
}

.page .pagination .page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: auto;
    padding: 0 12px;
}

.item_title1 {
    width: 274px;
    float: right;
    overflow: hidden;
    text-align: left;
    padding-top: 10px;
}

.item_title1 h3 {
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
}

.item_title1 h3:hover {
    color: #93c524;
}

.item_title1 time {
    color: #b3b3b3;
    font-size: 13px;
}

.item_title1 time:hover {
    color: #93c524;
}

.item_title1 p {
    color: #787878;
    font-size: 14px;
    padding-top: 15px;
    font-size: 13px;
}

.item_title1 p:hover {
    color: #93c524;
}

.news_lf .newslf_list .news_tit p {
    color: #93c524;
    font-size: 18px;
}

.news_lf .newslf_list .news_tit p b {
    color: #666666;
    font-size: 14px;
}

.news_lf .newslf_list .xx_more {
    color: #666666;
    font-size: 12px;
    float: right;
}

.news_rg .newslf_list .news_tit p {
    color: #93c524;
    font-size: 18px;
}

.news_rg .newslf_list .news_tit p b {
    color: #666666;
    font-size: 14px;
}

.news_rg .newslf_list .xx_more {
    color: #666666;
    font-size: 12px;
    float: right;
}

/* 去重：移除重复的 .xx_main .xx_news .news_lf .newslf_list .xx_more */

.cemg {
    display: inline-block;
    width: 540px;
    overflow: hidden;
    clear: both;
}
.xx_main .xx_news .cemg .slick {
    float: left;
    width: 250px;
    height: 150px;
    margin-top: 30px;
}

.xx_main .xx_news .cemg .slick a {
    display: block;
    width: 250px;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
}

.xx_main .xx_news .cemg .slick img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}