﻿.ico {
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../img/ico.png);
    margin: 0 .3em;
}
.ico1_2 {
    background-position: -20px 0;
}
.ico1_3 {
    background-position: -40px 0;
}
.ico1_4 {
    background-position: -60px 0;
}
.ico1_5 {
    background-position: -80px 0;
}
.ico2_1 {
    background-position: 0 -20px;
}
.ico2_2 {
    background-position: -20px -20px;
}
.ico2_3 {
    background-position: -40px -20px;
}
.ico2_4 {
    background-position: -60px -20px;
}
.ico2_5 {
    background-position: -80px -20px;
}
.ico3_1 {
    background-position: 0 -40px;
}
.ico3_2 {
    background-position: -20px -40px;
}
.ico3_3 {
    background-position: -40px -40px;
}
.ico3_4 {
    background-position: -60px -40px;
}
.ico3_5 {
    background-position: -80px -40px;
}
.ico4_1 {
    background-position: 0 -60px;
}
.ico4_2 {
    background-position: -20px -60px;
}
.ico4_3 {
    background-position: -40px -60px;
}
.ico4_4 {
    background-position: -60px -60px;
}
.ico4_5 {
    background-position: -80px -60px;
}
.ico2 {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/ico2.png) no-repeat;
}
body {
    font-size: 16px;
    line-height: 2;
    color: #555;
    background: #e4e4e4;
    overflow-x: hidden;
    min-width: 1200px;
}
.wrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    *width: 1200px;
}
.wrap td {
    padding: 4px;
}
.wrap img {
    margin: 0 auto;
    display: block;
}
a {
    color: inherit;
}
a:hover {
    color: #208dd0;
}
.maxWrap {
    max-width: 1366px;
    margin: auto;
}
.whiteBg {
    background-color: #fff;
}
input, select, button, textarea {
    font-family: microsoft yahei;
    border: none;
    outline: none;
}
.form-control, .input-group-addon, .btn {
    border-radius: 2px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}
::-moz-selection {
    color: #fff;
    background: #208dd0;
}
::selection {
    color: #fff;
    background: #208dd0;
}
::-webkit-input-placeholder {
    color: #aaa;
}
.placeholder {
    color: #aaa;
}
.datalist {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #fff;
}
.datalist caption {
    padding-bottom: 5px;
    text-align: left;
}
.datalist th {
    border: 1px solid #ccc;
    background-color: #eee;
    font-weight: 700;
    padding: 5px 15px;
}
.datalist td {
    border: 1px solid #ccc;
    padding: 5px 15px;
}
.datalist tr.altrow {
    background-color: #ccc;
}
.transition {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.hoverImg:hover {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    opacity: 0.9;
}
.mt30 {
    margin-top: 30px;
}
.c {
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}
.mobile_key {
    display: none;
}
.head {
    position: relative;
    z-index: 5;
}
.logo a {
    display: block;
    width: 160px;
    height: 85px;
    background-size: contain;
}
.head_lang {
    margin-left: 1px;
    position: relative;
}
.head_lang ._val, .head_ser ._val {
    background-color: #208dd0;
    display: inline-block;
    color: #fff;
    height: 85px;
    width: 67px;
    text-align: center;
    cursor: pointer;
}
.head_lang ._val .ico, .head_ser ._val .ico {
    display: block;
    margin: 18px auto 5px;
}
.head_lang ._option {
    width: 119px;
    padding: 8px;
    background-color: #208dd0;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
}
.head_lang ._option a {
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.head_lang ._option a:hover {
    background-color: #fff;
    color: #208dd0;
}
.nav {
    width: 70%;
    margin-right: 30px;
}
.nav .nav_li {
    float: left;
    width: 12.5%;
    position: relative;
}
.nav .nav_li .nav_a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    position: relative;
    line-height: 85px;
}
.nav .nav_li .nav_a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px transparent solid;
    border-right: 4px transparent solid;
    border-top: 6px #c9c9c9 solid;
    position: absolute;
    bottom: 17px;
    left: 50%;
    margin-left: -4px;
}
.nav .nav_li .nav_b {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    position: relative;
    line-height: 85px;
}
.nav .nav_li .nav_b:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 17px;
    left: 50%;
    margin-left: -4px;
}
.nav .nav_li .setNav {
    width: 150px;
    padding: 8px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -75px;
    background-color: #208dd0;
    display: none;
}
.nav .nav_li .setNav li {
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.nav .nav_li .setNav li a {
    display: block;
    color: #fff;
    font-size: 16px;
}
.nav .nav_li .setNav li:hover a {
    background-color: #fff;
    color: #208dd0;
}
.h_search {
    background-color: #208dd0;
    padding: 16px 0;
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 50%;
    margin-left: -683px;
}
.h_search .item .inp {
    background: url(../img/h_ser_t.png) 10px center no-repeat #fff;
    font-size: 16px;
    color: #0e71ad;
    height: 45px;
    line-height: 45px;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 45px;
    width: 91%;
}
.h_search .item .btn {
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 60px;
    text-align: center;
}
/*首页中间区域*/

.delay100 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.delay200 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.delay300 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.delay400 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.delay500 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay600 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.delay700 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.delay800 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.delay900 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.delay1000 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay1200 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.delay1400 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.delay1600 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.delay1800 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.delay2000 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay2400 {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}
.delay3000 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.Unpc {
    display: none !important;
}
.banner {
    height: 560px;
    overflow: hidden;
    position: relative;
    padding-bottom: 56px;
}
.banner li {
    position: relative;
}
.banner li .bann_img {
    height: 560px;
    width: 1366px;
    position: absolute;
    left: 50%;
    margin-left: -683px;
    top: 0;
}
.banner .slide_nav {
    position: absolute;
    bottom: 24px;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 4;
}
.banner .slide_nav a {
    display: inline-block;
    width: 9px;
    height: 9px;
    line-height: 99;
    overflow: hidden;
    border-radius: 50%;
    border: 1px #208dd0 solid;
    margin-right: 14px;
}
.banner .slide_nav a.on {
    background-color: #208dd0;
}
.banner .arrs {
    width: 60px;
    height: 60px;
    background: url(../img/banner_btn_new.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -55px;
    left: 2%;
    /* filter:alpha(opacity=0); */
    opacity: 0;
    z-index: 10;
    display: none\9;
}
.banner .arr_next {
    background-position: -60px 0;
    left: auto;
    right: 2%;
}
.banner:hover .arrs {
    /* filter:alpha(opacity=100); */
    opacity: 1;
    display: block\9;
}
#menus {
    position: absolute;
    bottom: 112px;
    left: 50%;
    margin-left: -569px;
    width: 576px;
    height: 100px;
}
#menus div {
    width: 80px;
    height: 100px;
    margin: 0 7px;
    position: relative;
    cursor: default;
    float: left;
    /*-webkit-animation:bounceInUp 1s ease-out both; animation:bounceInUp 1s ease-out both;*/
}
#menus div img {
    position: absolute;
    top: 0;
    left: 6px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
#menus div p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: fadeIn 0.8s 1s both;
    animation: fadeIn 0.8s 1s both;
}
#menus .m_act .circle {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
#menus .m_act p {
    color: #fff;
}
#menus .m_act .lv_w {
    opacity: 0;
}
.banner .info {
    position: absolute;
    left: 130px;
    top: 70px;
}
.banner .car {
    position: absolute;
    top: 40px;
    right: 140px;
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
}
.banner .box, .banner .box2 {
    position: absolute;
    bottom: 118px;
    left: 51%;
    margin-left: -150px;
    z-index: 5;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.banner .box2 {
    z-index: 6;
    -webkit-animation: cargos 6s ease-out 3s infinite both;
    animation: cargos 6s ease-out 3s infinite both;
}
.sa_arra {
    position: absolute;
    bottom: 135px;
    z-index: 10;
    left: 50%;
    margin-left: -100px;
    -webkit-animation: saarr 2s ease-out 3.2s infinite both;
    animation: saarr 2s ease-out 3.2s infinite both;
}
.sa_arrb {
    position: absolute;
    bottom: 135px;
    z-index: 10;
    left: 50%;
    margin-left: 30px;
    -webkit-animation: saarr 2s ease-out 3.2s infinite both;
    animation: saarr 2s ease-out 3.2s infinite both;
}
.banner .animated {
    position: absolute;
}
@-webkit-keyframes cargos {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-60px);
    }
    10% {
        opacity: 1;
    }
    70% {
        -webkit-transform: translateY(0);
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
    }
}
@keyframes cargos {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    10% {
        opacity: 1;
    }
    70% {
        transform: translateY(0);
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}
@-webkit-keyframes saarr {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
    }
}
@keyframes saarr {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}
.i_ico1 {
    width: 101px;
    height: 101px;
    display: inline-block;
    background: url(../img/i_ico1.png) no-repeat;
    vertical-align: middle;
    margin-top: 13px;
}
.i_ico1_2 {
    background-position: -101px 0;
}
.i_ico1_3 {
    background-position: -202px 0;
}
.i_ico1_4 {
    background-position: -303px 0;
}
.i_ico1_5 {
    background-position: -404px 0;
}
.i_ico1_6 {
    background-position: -505px 0;
}
.other_list {}
.other_list li {
    float: left;
    width: 171.3px;
    text-align: center;
    height: 162px;
    border-left: 1px #ccc dotted;
    margin-left: -1px;
    background-color: #f8f7f5;
}
.other_list li .tit {
    font-size: 16px;
}
.other_list .li00 img {
    height: 100%;
}
.other_list li:hover {
    background-color: #f2f2f0;
}
.other_list li:hover .i_ico1 {
    background: url(../img/i_ico1_cur.png) 0 0 no-repeat;
}
.other_list li:hover .i_ico1_2 {
    background-position: -101px 0;
}
.other_list li:hover .i_ico1_3 {
    background-position: -202px 0;
}
.other_list li:hover .i_ico1_4 {
    background-position: -303px 0;
}
.other_list li:hover .i_ico1_5 {
    background-position: -404px 0;
}
.other_list li:hover .i_ico1_6 {
    background-position: -505px 0;
}
.box1_zhbox {
    margin-top: 34px;
}
.t4slider {
    width: 710px;
    height: 710px;
    float: left;
    position: relative;
    overflow: hidden;
}
.t4_list {
    width: 710px;
    overflow: hidden;
}
.t4slider ul {
    width: 105%;
}
.t4slider li {
    width: 346px;
    height: 346px;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.t4slider li img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.t4slider li .txt {
    position: absolute;
    width: 100%;
    font-size: 0;
    text-align: center;
    bottom: 20px;
    right: 0;
    left: 0;
}
.t4slider li .txt .title {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    height: auto;
    line-height: 1.4;
    vertical-align: middle;
    background: url(../img/black.6.png) repeat;
    padding: 10px 3%;
}
.t4slider li .txt .line {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.t4slider li .box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 10px #208dd0 solid;
    background: url(../img/black.6.png) repeat;
    opacity: 0;
    filter: alpha(opacity=0);
}
.t4slider li .box .box_bg {
    display: block;
    color: #fff;
    text-align: center;
}
.t4slider li .box .tit {
    font-size: 18px;
    margin: 25% 0 5px;
}
.t4slider li .box .p {
    font-size: 16px;
    padding: 0 17%;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.t4slider li .box .ico2 {
    width: 38px;
    height: 38px;
    background: url(../img/ico2.png) -74px -66px no-repeat;
    display: inline-block;
    margin-top: 15px;
}
.t4slider li:hover .box {
    filter: alpha(opacity=100);
    opacity: 1;
}
.t4slider li:hover .txt {
    opacity: 0;
    filter: alpha(opacity=0);
}
.t4_tools {
    width: 710px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    clear: both;
    padding: 23px 0;
}
.t4_tools .num {
    font-size: 21px;
    margin: 0 15px;
    vertical-align: middle;
}
.t4_tools .num b {
    font-weight: normal;
    margin: 0 3px;
}
.t4_tools .t4_arrs {
    cursor: pointer;
    width: 23px;
    height: 23px;
    background: url(../img/ico2.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.t4_tools .t4_prev {
    background-position: -74px -43px;
}
.t4_tools .t4_next {
    background-position: -97px -43px;
}
.t4slider .slide_nav {
    display: none;
}
.box1_serbox {
    width: 39%;
    background-color: #ececec;
    height: 710px;
}
.box1_serbox .tab_c {
    padding: 6%;
}
.serbox_tab .tab_b {
    height: 50px;
}
.serbox_tab .tab_t {
    width: 234px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}
.serbox_tab .tab_t_cur {
    background-color: #208dd0;
    color: #fff;
}
.serbox_tab .sec_cd {
    font-size: 21px;
    margin-bottom: 10px;
}
.box1_serbox .tab_c .proSearch .sec_bd {
    overflow: hidden;
}
.box1_serbox .tab_c .proSearch .sec_bd .pselect {
    width: 44%;
    float: left;
    margin-right: 3%;
    height: 44px;
}
.box1_serbox .tab_c .proSearch .pselect .c_select {
    height: 40px;
    line-height: 40px;
    color: #208dd0;
    width: 97%;
}
.select-ui-options-posi-ncb {
    background-color: #fff;
}
.box1_serbox .ser_end {
    font-size: 21px;
    margin: 20px 0 15px;
}
.ser_end_con {
    background-color: #fff;
    padding: 22px;
    font-size: 16px;
}
.ser_end_con .minh {
    max-height: 216px;
    line-height: 28px;
    overflow: hidden;
}
.box1_serbox .tab_c .con_form .form_li .form-group {
    float: none;
    width: 100%;
    background-color: #fff;
}
.box1_serbox .tab_c .con_form .form-feedback textarea.form-control {
    width: 100%;
}
.box1_serbox .tab_c .con_form .form-yzm .form-group {
    float: left;
    width: 50%;
}
.box1_serbox .tab_c .con_form .form-btn .btn {
    width: 100%;
}
.cen_box2 {
    background-color: #f6f6f6;
    padding: 30px 0 45px;
}
.chann_t {
    font-size: 42px;
    color: #208dd0;
}
.chann_p {
    font-size: 16px;
}
.ico110 {
    width: 110px;
    height: 100px;
    background: url(../img/ico110.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.ico110_2 {
    background-position: -110px 0;
}
.ico110_3 {
    background-position: -220px 0;
}
.box2_owner {
    margin: 40px 0;
}
.box2_owner li {
    text-align: center;
}
.box2_owner li .t {
    font-size: 24px;
    margin: 10px 0 5px;
}
.box2_owner li .p {
    font-size: 16px;
    padding: 0 5%;
}
.box2_owner li .p b {
    color: #208dd0;
}
.box2_btn .m_more {
    border-width: 2px;
    border-color: #208dd0;
    font-size: 21px;
    font-weight: bold;
    color: #208dd0;
    width: 268px;
    height: 45px;
    line-height: 45px;
}
.box2_btn .m_more:hover {
    background-color: #208dd0;
    color: #fff;
}
.cen_box3 .box {
    left: 13%;
    width: 75%;
    position: relative;
}
.box3_box1 {
    background: url(../img/index_about_bg.jpg) right top no-repeat;
    height: 372px;
}
.box3_box1_tab {
    color: #fff;
    top: 58px;
}
.box3_box1_tab .box3_tab_b {
    height: 44px;
}
.box3_box1_tab .box3_tab_t {
    width: 130px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #208dd0;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.box3_box1_tab .tab_t_cur {
    background-color: #fff;
    color: #000;
}
.box3_box1_tab .box3_tab_c {
    padding: 30px 0 0;
}
.box3_box1_tab .box3_tab_c .m_more {
    margin: 30px 0 0;
}
.coloums {
    font-size: 21px;
    margin-bottom: 38px;
}
.box3_box2 {
    background: url(../img/i_img03.jpg) right top no-repeat;
    height: 328px;
}
.box3_box2 .box {
    top: 10%;
}
.gp_tools li {
    float: left;
    width: 50%;
    text-align: center;
    height: 52px;
    line-height: 52px;
}
.gp_tools .li00 {
    background-color: #208dd0;
    font-size: 21px;
    color: #fff;
}
.gp_tools .li01 {
    background-color: #ececec;
}
.gp_tools .li01 .span1 {
    font-family: Arial;
    font-size: 42px;
    color: #208dd0;
    vertical-align: middle;
}
.gp_tools .li01 .ico2_4 {
    margin-top: 7px;
}
.gp_tools .li01 .span2 {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    font-family: Arial;
    font-size: 19px;
    color: #208dd0;
    padding-top: 5px;
}
.box3_box2 .box .gp_con {
    font-size: 23px;
    margin: 15px 0 5px;
}
.box3_box2 .box .gp_time {
    font-family: Arial;
    font-size: 20px;
}
.box3_box3 {
    height: 372px;
}
.box3_box3 img {
    max-width: none;
    height: 100%;
}
.box3_box3 .v_img {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.box3_box3 .v_img .cover {
    width: 80px;
    height: 80px;
    background: url(../img/i_play.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}
.box3_box3 .v_img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.box3_box3 .v_img .title {
    display: none;
}
.box3_box4 {
    height: 328px;
}
.box3_box4 li, .box3_box4 ul {
    height: 100%;
}
.box3_box4 li {
    overflow: hidden;
}
.box3_box4 .word {
    height: 100%;
    background-color: #f0f0f0;
    width: 40%;
}
.box3_box4 .word .coloums {
    padding: 0 10%;
    margin: 12% 0 10px;
}
.box3_box4 .word .p {
    font-size: 15px;
    padding: 0 10%;
}
.box3_box4 .word .m_more {
    margin: 20px 10% 0;
    border-width: 2px;
    border-color: #208dd0;
    color: #208dd0;
}
.box3_box4 li .word .m_more:hover {
    background-color: #208dd0;
    color: #fff;
}
.box3_box4 .img {
    width: 60%;
}
.box3_box4 .img .rect-img {
    display: block;
    height: 100%;
}
.box3_box4 .img .rect-img img {
    max-width: none;
    height: 100%;
}
.box3_box4 li:hover .img .rect-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.box3_box4 .slide_nav {
    position: absolute;
    bottom: 22px;
    right: 2%;
    text-align: right;
}
.box3_box4 .slide_nav a {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 99;
    overflow: hidden;
    cursor: pointer;
    margin-right: 10px;
}
.box3_box4 .slide_nav a.on {
    background-color: #208dd0;
}
.cen_box4 {
    padding: 45px 0 50px;
}
.cen_box4 .chann_t {
    font-weight: normal;
}
.inews {
    position: relative;
    margin-top: 30px;
}
.inews .inb {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}
.inews .inb_prev {
    background: url(../img/left_jt.png) no-repeat;
    left: -6%;
}
.inews .inb_next {
    background: url(../img/right_jt.png) no-repeat;
    right: -6%;
}
.newsScroll {
    height: 424px;
    padding-bottom: 55px;
    overflow: hidden;
    position: relative;
}
.newsScroll li .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 10px 0 5px;
    height: 48px;
    overflow: hidden;
}
.newsScroll li .date {
    color: #a0a0a0;
    font-size: 15px;
}
.newsScroll li .p {
    font-size: 15px;
    color: #666;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}
.newsScroll li:hover ._full {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.newsScroll .scroll_nav {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font: 0/0 a;
    letter-spacing: -9px;
    cursor: pointer;
}
.newsScroll .scroll_nav a {
    display: inline-block;
    width: 7px;
    height: 7px;
    border: #707070 1px solid;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 4px;
}
.newsScroll .scroll_nav a.on {
    background-color: #208dd0;
    border-color: #208dd0;
}
/*通用底部*/

.foot_top {
    background-color: #f6f6f6;
    font-size: 16px;
    padding: 30px 0 20px;
}
.foot_top .ico2 {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}
.foot_top .ico2_f1 {
    background-position: 0 0;
}
.foot_top .ico2_f2 {
    background-position: -24px 0;
}
.foot_top .ico2_f3 {
    background-position: -48px 0;
}
.foot_top .dl01 {
    width: 25%;
    margin-right: 2%;
}
.foot_top .dl02, .foot_top .dl03, .foot_top .dl04, .foot_top .dl05 {
    width: 15.5%;
    margin-right: 3.6%;
}
.foot_top .dl05 {
    margin-right: 0;
    overflow: hidden;
}
.foot_top .dl01 .dl_t {
    font-size: 30px;
    color: #208dd0;
    line-height: 60px;
    margin-bottom: 10px;
}
.foot_top .dl01_contact .p {
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
}
.foot_top .dl01_contact .p ._tel {
    font-size: 28px;
    font-family: Impact;
    display: block;
    line-height: 30px;
}
.foot_top .dl01 .f_share {
    margin-top: 35px;
}
.foot_top .dl01 .f_share .f_t {
    font-size: 21px;
    color: #208dd0;
}
.foot_top .dl01 .f_share .bdsharebuttonbox a {
    background: url(../img/ico2.png) no-repeat;
    width: 37px;
    height: 37px;
}
.foot_top .dl01 .f_share .bdsharebuttonbox .bds_weixin {
    background-position: 0 -24px;
}
.foot_top .dl01 .f_share .bdsharebuttonbox .bds_tsina {
    background-position: -37px -24px;
}
.foot_top dl>dt {
    font-size: 18px;
    color: #208dd0;
    border-bottom: 1px #ddd solid;
    padding: 10px 0;
    margin-bottom: 10px;
}
.foot_top dl dd {
    line-height: 2;
}
.foot_top .dl02 dl {
    margin-bottom: 20px;
}
.foot_top .dl05 {
    margin-right: 0;
}
.foot_top .dl05 li {
    font-size: 18px;
    border-bottom: 1px #ddd solid;
    margin-bottom: -1px;
    padding: 10px 0;
}
.foot {
    background-color: #208dd0;
    color: #fff;
    font-size: 15px;
}
.foot a {
    color: #fff;
}
.foot .l {
    height: 78px;
    line-height: 78px;
}
.foot .gotop {
    display: block;
    margin-top: 4px;
    line-height: 43px;
}
.foot .gotop .ico2 {
    width: 43px;
    height: 43px;
    background-position: -74px 0;
    vertical-align: top;
    margin-left: 10px;
}
.foot .r {
    width: 28.5%;
    text-align: right;
    padding: 14px 0 17px;
}
/*下层--通用样式*/

.n_bann {
    height: 410px;
    position: relative;
    overflow: hidden;
}
.n_bann img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -683px;
    width: 1366px;
    height: 100%;
    max-width: none;
}
.n_bann .word {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    background: url(../img/blue.png) repeat;
    width: 283px;
}
.n_bann .word .box {
    padding: 30px;
    font-size: 18px;
    color: #fff;
}
.breadCrum {
    border-bottom: 1px #e6e6e6 solid;
    height: 85px;
    line-height: 85px;
}
.breadCrum .channel {
    font-size: 28px;
    color: #fff;
    background-color: #208dd0;
    width: 253px;
    padding-left: 30px;
    font-weight: normal;
    margin-right: 1%;
    position: relative;
}
.breadCrum .channel:before {
    content: '';
    width: 55px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 35px;
}
.posi {
    font-size: 12px;
    font-weight: normal;
}
.posi, .posi a {
    color: #666;
}
.posi span {}
.s_menu li {
    float: left;
    position: relative;
    padding: 0 20px;
}
.s_menu li a {
    font-size: 15px;
    display: block;
}
.s_menu li:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #208dd0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.s_menu li.cur:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.s_menu_bar {
    width: 56%;
    position: relative
}
.s_menu_bar .s_menu {
    width: 90%;
    overflow: hidden;
    height: 85px;
    position: relative;
}
.s_menu_bar .s_menu ul {
    width: 200%;
    position: absolute;
    left: 0;
    top: 0;
}
.s_menu_bar .s_menu li {
    /* width: 8.5% */
    ;
    text-align: center;
    padding: 0;
    margin-right: 10px;
}
.s_menu_bar .s_menu li a {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    line-height: 1.4;
    padding: 0 5px;
}
.s_menu_bar .sarrs {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/ico.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.s_menu_bar .sprev {
    background-position: 0 -20px;
    right: 40px;
}
.s_menu_bar .snext {
    background-position: -20px -20px;
    right: 0;
}
.main_content {
    padding: 25px 0 30px;
}
.mh {
    min-height: 400px;
}
.chann_current {
    font-size: 30px;
    color: #333;
    margin-top: 33px;
}
.home_t {
    font-size: 42px;
    color: #208dd0;
    font-weight: normal;
}
.m_more {
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 115px;
    height: 33px;
    line-height: 33px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}
.m_more:hover {
    background-color: #fff;
    color: #333;
}
.ab_box1 {
    padding: 20px 0 40px;
}
.ab_box1 p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.widget-area {
    margin: 40px 0;
}
.widget-area li {
    float: left;
    width: 25%;
    text-align: center;
}
.widget-area li .box {
    position: relative;
    margin-bottom: 10px;
}
.widget-area li .box:after {
    content: '';
    width: 32px;
    height: 2px;
    background-color: #ebebeb;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
}
.widget-area li .box .s1 {
    font-size: 45px;
    color: #c90025;
}
.widget-area li .box .s1 b {
    font-weight: normal;
}
.widget-area li .p2 {
    font-size: 15px;
    font-weight: bold;
}
.ab_box2 {
    padding: 40px 0 49px;
}
.ab_box2 img {
    margin-right: 4%;
}
.jsyf_box1 {
    padding: 50px 0;
}
.jsyf_box1 .home_t {
    margin-bottom: 30px;
}
.yjkf_list li .info {
    display: block;
    padding: 0 5%;
    text-align: center;
}
.yjkf_list li .title {
    font-size: 24px;
    font-weight: normal;
    color: #2f2f2f;
    padding: 10px 0 5px;
}
.yjkf_list li .p {
    font-size: 16px;
}
.yjkf_list li .p b {
    color: #208dd0;
}
.yjkf_list li:hover ._full {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.jsyf_box2 {
    background: url(../img/jsyf_bg2.jpg) center bottom no-repeat;
    padding: 65px 0 70px;
}
.jsyf_box2 .home_t {
    margin-bottom: 15px;
}
.jsyf_box2 .home_t a {
    color: #fff;
}
.jsyf_box2 .p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 55px;
}
.jsyf_box2 .m_more {
    border-color: #fff;
}
.jsyf_box3 {
    background: url(../img/jsyf_bg3.jpg) center bottom no-repeat #fbfbfb;
    padding: 100px 0 120px;
}
.jsyf_box3 li .rect-465 {
    height: 279px;
}
.jsyf_box3 li .info {
    display: block;
}
.jsyf_box3 li .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
}
.jsyf_box3 .li01 {
    background-color: #f0f0f0;
}
.jsyf_box3 .li01 .info {
    padding: 7% 12% 7% 9%;
}
.jsyf_box3 li .cover {
    background: url(../img/red.7.png) repeat;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    color: #fff;
}
.jsyf_box3 li .box {
    padding: 5%;
    display: block;
}
.jsyf_box3 .li02 .cover:before {
    content: '';
    width: 0;
    height: 0;
    border-right: 8px rgba(199, 0, 37, .7) solid;
    border-top: 8px transparent solid;
    border-bottom: 8px transparent solid;
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -8px;
}
.jsyf_box3 .li02 .box {
    padding: 9% 5% 9% 12%;
}
.jsyf_box3 .li03 .cover {
    background-color: #208dd0;
    font-size: 0;
    text-align: center;
}
.jsyf_box3 .li03 .cover .txt {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
    height: auto;
    line-height: 1.4;
}
.jsyf_box3 .li03 .cover .line {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.jsyf_box3 li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
/*下层--联系我们*/

.noBanner {
    background: url(../img/nobnn_bg.gif) left top repeat-x #fff;
}
.noBanner .chann_current {
    margin-top: 0;
}
.noBanner .breadCrum {
    border-bottom: 0;
}
.contact_top {
    padding: 30px 0 50px;
}
.contact_top .con_left {
    width: 48%;
}
.con_left ._left_word {
    position: relative;
    padding: 0 0 17px 88px;
    margin-bottom: 25px;
    margin-right: 4%;
}
.con_left ._left_word ._i {
    display: block;
    width: 72px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    background-color: #208dd0;
    position: absolute;
    left: 0;
    top: 0;
}
.con_left ._left_word .ico2 {
    width: 44px;
    height: 45px;
    background-position: 0 -61px;
}
.con_left ._left_word ._t {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.con_left ._left_word .p {
    font-size: 16px;
}
.con_form .form_li .form-group {
    width: 46%;
    float: left;
    margin-right: 3%;
    border: 1px #c3c3c3 solid;
    height: 35px;
    line-height: 34px;
    position: relative;
    margin-bottom: 20px;
}
.con_form .form_li input.form-control {
    border: none;
    border-radius: 0;
    width: 90%;
    display: inline-block;
    vertical-align: top;
}
.con_form .form_li .form-group label {
    padding: 0 10px;
    cursor: pointer;
}
.con_form .form_li .form-group .sex2 {
    padding-right: 0;
}
.con_form .form-feedback textarea.form-control {
    border-radius: 0;
    width: 96%;
    margin-bottom: 20px;
    min-height: 130px;
}
.con_form .form-yzm .form-group {
    width: 55%;
}
.con_form .form-yzm img {
    height: 37px;
}
.con_form .form_li .Validform_checktip {
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    background-color: #fff;
}
.con_form .form-btn .btn {
    border: 2px #208dd0 solid;
    font-size: 21px;
    color: #208dd0;
    font-weight: bold;
    width: 96%;
    height: 43px;
    line-height: 43px;
    padding: 0;
    border-radius: 0;
    box-sizing: content-box;
    background: transparent;
}
.con_form .form-btn .btn:hover {
    background-color: #208dd0;
    color: #fff;
}
.contact_top .con_right {
    width: 50%;
    background: #208dd0;
    margin-top: 20px;
}
.con_right .box {
    padding: 1% 1% 1% 8%;
    color: #fff;
    position: relative;
}
.con_right .box a {
    color: #fff;
}
.con_right .box ._tel {
    font-family: Impact;
    font-size: 46px;
}
.con_right .box ._tel img {
    vertical-align: middle;
    margin-right: 15px;
}
.con_right .box .p {
    font-size: 16px;
}
.con_right .box .p p {
    line-height: 24px;
}
/* .con_right .bdsharebuttonbox a{width:46px; height:46px;line-height: 46px;background:url(../img/con_share.png)  no-repeat; margin:50px 12px 0 0}
.con_right .bdsharebuttonbox .bds_weixin{ background-position:0 0;}
.con_right .bdsharebuttonbox .bds_tsina{ background-position: -58px 0;} */

.con_right .box .gp_erwm {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.con_right .box .gp_erwm ._erwm_t {
    display: block;
    width: 94px;
    height: 94px;
}
.con_right .box .gp_erwm ._erwm {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 212px;
    height: 208px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.con_right .box .gp_erwm:hover ._erwm {
    opacity: 1;
    filter: alpha(opacity=100);
}
.contact_way {
    padding-bottom: 60px;
}
.contact_way dl {
    height: 58px;
    margin-bottom: 15px;
}
.contact_way dl dt {
    background-color: #e5e5e5;
    font-size: 18px;
    color: #555;
    height: 100%;
    line-height: 58px;
    width: 11%;
    text-align: center;
    margin-right: 3px;
}
.contact_way dl dd {
    width: 88%;
    background-color: #f3f3f3;
    height: 100%;
}
.contact_way dl dd p {
    padding: 0 1.5%;
}
.contact_way dl dd p {
    float: left;
    margin-right: 2.5%;
    line-height: 58px;
    ;
}
.contact_way dl:hover dt, .contact_way dl:hover dd {
    color: #fff;
    background-color: #208dd0;
}
.news_tj {
    padding: 33px 0 31px;
}
.news_tj li {
    float: left;
    width: 28.5%;
    margin-bottom: 1%;
}
.news_tj .li01 {
    width: 70.5%;
    margin-right: 1%;
}
.news_tj li .date {
    display: block;
    background-color: #208dd0;
    width: 106px;
    height: 87px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.news_tj li .date span {
    display: block;
    color: #ecc2c6;
    font-weight: bold;
}
.news_tj li .date .year {
    font-size: 24px;
    line-height: 44px;
    margin-top: 3px;
}
.news_tj li .date .time {
    font-size: 20px;
    line-height: 28px;
}
.news_tj li .date:before {
    content: '';
    width: 63px;
    height: 1px;
    background-color: #f2c4cd;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32.5px;
}
.news_tj li .info {
    background: url(../img/black.6.png) repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px 5%;
    width: 90%;
    color: #fff;
}
.news_tj li .title {
    font-size: 16px;
    font-weight: normal;
}
.news_tj li .colums {
    font-size: 16px;
    font-weight: normal;
    width: 110px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #208dd0;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}
.news_tj .li01 .info {
    padding: 10px 3%;
    width: 94%;
}
.news_tj .li01 .title {
    font-size: 25px;
    font-weight: bold;
    line-height: 36px;
}
.news_tj .li01 .p {
    font-size: 16px;
}
.channel_right .inewsSearch {
    padding: 8%;
}
.inewsSearch .sec_bd .month {
    width: 47%;
    float: left;
}
.inewsSearch .sec_bd .day {
    width: 47%;
    float: right;
}
.channel_right .nInput {
    clear: both;
}
.inewsSearch {
    padding-right: 3%;
    padding-top: 15px;
    background-color: #f2f2f2;
}
.inewsSearch .sec_hd {
    margin-bottom: 15px;
    line-height: 32px;
}
.inewsSearch .sec_hd .n {
    font-size: 24px;
    font-weight: normal;
    color: #333;
}
.inewsSearch .sec_bd .nselect {
    margin-bottom: 15px;
    height: 40px;
    overflow: hidden;
    position: relative;
}
.inewsSearch .sec_bd .nselect .ms {
    position: absolute;
    left: 7px;
    top: 12px;
    z-index: 10;
}
.nselect .c_select {
    display: block;
    width: 100%;
    background-color: #dedede;
    height: 40px;
    line-height: 40px;
    border-radius: 0 !important;
}
.nselect .c_select ._txt {
    padding-right: 36px;
    padding-left: 20px;
}
.nselect .c_select ._arrow {
    width: 37px;
    background-color: #989898;
}
.nselect .c_select ._arrow .arr {
    width: 0;
    height: 0;
    border-left: 5px transparent solid;
    border-right: 5px transparent solid;
    border-top: 6px #fff solid;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -3px;
}
.nselect .c_select.on ._arrow i {
    border-top: 0;
    border-bottom: 6px #fff solid;
}
.select-ui-options-ncb {
    border-color: #208dd0 !important;
    background-color: #fff;
    overflow-y: auto;
    max-height: 11em;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    box-sizing: border-box;
    overflow-x: hidden
}
.select-ui-options li {
    padding: 6px;
    line-height: 1.8em;
    width: 94.5%;
}
.select-ui-options li:hover {
    background: #989898;
    color: #fff;
}
.select-ui-options-ncb ._disabled {
    display: none;
}
.nInput {
    display: block;
    height: 38px;
    line-height: 38px;
    border: #ddd 1px solid;
    padding: 0 20px;
    overflow: hidden;
    margin-bottom: 15px;
}
.nInput input {
    width: 100%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    border-width: 0;
    font-family: "Microsoft Yahei";
    background: transparent;
}
.nBtn {
    overflow: hidden;
}
.nBtn a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #208dd0;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.widget-newslist-box {
    padding: 20px 0;
}
.channel_left {
    padding-right: 3%;
}
.widget-newslist-2 li {
    padding: 0 0 30px;
    border-bottom: 1px dotted #cccccc;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%
}
.widget-newslist-2 li .imgbox {
    width: 25%;
    margin-right: 3%;
}
.widget-newslist-2 ._t, .widget-newslist-2 ._t a {
    font-size: 16px;
}
.widget-newslist-2 ._t {
    margin-top: 10px;
}
.widget-newslist-2 ._t a:hover {
    color: #208dd0;
}
.widget-newslist-2 ._p {
    line-height: 1.6em;
    overflow: hidden;
    height: 3.2em;
    margin: 5px 0;
    color: #999999;
}
.widget-newslist-2 ._i {
    color: #cccccc;
}
.widget-newslist-2 ._i .ion {
    font-size: 14px;
    color: #999;
}
.widget-newslist-2 ._i ._more:hover, .widget-newslist-2 ._i ._more:hover .ion {
    color: #0e90d2;
}
.pj-lb-more {
    text-align: center;
    padding-top: 40px;
    position: relative;
}
.pj-lb-more .loading {
    background: url(../img/load2.gif) no-repeat;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    display: inline-block;
}
.n_tit {
    font-size: 22px;
    font-weight: bold;
    color: #656565;
}
.hot_tag {
    position: relative;
}
.hot_tag .n_tit {
    position: absolute;
    left: 0;
    top: 0;
}
.hot_tag_list {
    position: relative;
    padding-top: 35px;
}
.hot_tag_list li {
    float: left;
    width: 32%;
}
.hot_tag_list li a {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #dcdcdc;
    font-size: 14px;
    margin-top: 15px;
}
.hot_tag_list .scroll_nav {
    display: none;
    position: absolute;
    bottom: -80px;
    right: 0;
    text-align: left;
}
.hot_tag_list .scroll_nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 99;
    overflow: hidden;
    border-radius: 50%;
    background-color: #a8a8a8;
    cursor: pointer;
    margin-right: 8px;
}
.hot_tag_list .scroll_nav a.on {
    background-color: #208dd0;
}
.hot_video {
    margin-top: 40px;
}
._video_box {
    margin-top: 5px;
}
._video_box .title {
    width: 90%;
    padding: 0 5%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/black.8.png) repeat;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
}
._video_box .cover {
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -31px;
    margin-left: -31px;
    background: url(../img/play.png) no-repeat;
}
.wrap_in .bg-primary {
    background-color: #208dd0;
}
.box_wrap_bar .box_wrap_close a {
    color: #fff;
}
.widget-newsdetail-2 ._head {
    border-bottom: 1px dotted #cccccc;
}
.widget-newsdetail-2 ._head ._title {
    font-size: 18px;
    line-height: 1.4;
    color: ;
    font-weight: bold;
}
.widget-newsdetail-2 ._tools {
    padding: 10px 0;
    color: #9f9f9f;
}
.widget-newsdetail-2 .ion {
    font-size: 16px;
    font-weight: normal;
    color: #9f9f9f;
}
.widget-newsdetail-2 ._tools ._tool {
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
}
.widget-newsdetail-2 ._tools ._b2l .ion {
    color: #9b9b9b;
}
.widget-newsdetail-2 .myart {
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px;
}
.widget-newsdetail-2 .myart img {
    max-width: 100%;
}
.widget-newsdetail-2 .myart p {
    margin-bottom: 10px;
    text-indent: 2em;
}
.widget-newsdetail-2 ._detailPage_bottom {
    border-top: 1px solid #cccccc;
}
.widget-newsdetail-2 ._detailPage_bottom li {
    line-height: 30px;
    overflow: hidden;
    height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid #cccccc;
}
.widget-newsdetail-2 ._detailPage_bottom ._mark {
    font-weight: bold;
    float: left;
    margin-right: 10px;
}
.widget-newsdetail-2 ._detailPage_bottom ._title {
    font-size: 14px;
    float: left;
    width: 68%;
}
.widget-newsdetail-2 ._detailPage_bottom ._title:hover {
    color: #0e90d2;
}
.widget-newsdetail-2 ._detailPage_bottom ._time {
    float: right;
}
.widget-newsdetail-2 .bdsharebuttonbox .bds_more {
    float: none;
    padding-left: 2px;
    background: none;
    text-indent: 0;
}
@media only screen and (max-width: 480px) {
    .widget-newsdetail-2 ._head ._title {
        font-size: 14px;
        line-height: 20px;
    }
    .widget-newsdetail-2 ._detailPage_bottom ._title {
        width: 50%;
    }
}
.chann_current ._num {
    font-size: 16px;
    font-weight: normal;
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
    vertical-align: text-bottom;
}
.chann_current ._num:before {
    content: '';
    background-color: #208dd0;
    width: 4px;
    height: 29px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.netSearch {
    background-color: #f9f9f9;
    padding: 13px 1.5%;
    margin: 20px 0;
}
.netSearch .sec_bd {
    display: block;
    overflow: hidden;
}
.netSearch .sec_bd .pselect {
    height: 43px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 22%;
    margin-right: 2%;
}
.netSearch .sec_bd .pselect .ms {
    position: absolute;
    left: 7px;
    top: 12px;
    z-index: 10;
}
.netSearch .pselect .c_select {
    display: block;
    width: 99%;
    background-color: #fff;
    height: 41px;
    line-height: 41px;
    border-radius: 0 !important;
    border: 1px #c2c2c2 solid;
}
.netSearch .pselect .c_select ._txt {
    padding-right: 36px;
    padding-left: 20px;
}
.netSearch .pselect .c_select ._arrow {
    width: 33px;
}
.netSearch .pselect .c_select ._arrow .arr {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../img/ico.png) -40px 0 no-repeat;
    border: none;
}
.netSearch .pselect .c_select.on ._arrow .arr {
    background-position: -60px 0;
}
.netSearch .select-ui-options-ncb {
    border-color: #ddd !important;
    background-color: #fff;
    overflow: auto;
    max-height: 11em;
    width: 344px\9;
}
.netSearch .select-ui-options li {
    padding: 6px;
    line-height: 1.8em;
    width: 96%;
}
.netSearch .select-ui-options li:hover {
    background: #018a5e;
    color: #fff;
}
.netSearch .select-ui-options-ncb ._disabled {
    display: none;
}
.netSearch .nInput {
    display: block;
    height: 39px;
    border: #ddd 1px solid;
    padding: 0 20px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #fff;
}
.netSearch .nInput input {
    width: 100%;
    height: 19px;
    line-height: 19px;
    padding: 10px 0;
    vertical-align: top;
    border-width: 0;
    font-family: "Microsoft Yahei";
}
.netSearch .nBtn {
    overflow: hidden;
    float: left;
    width: 117px;
}
.netSearch .nBtn a {
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    background-color: #208dd0;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.map-mm-box {
    background-color: #fafafa;
}
.map-mm-box ._mm_left {
    width: 25.3%;
    padding-right: 0.5%;
}
.map-mm-box .mpa-mm-list {
    padding: 10px 15px 10px 10px;
    height: 576px;
    overflow: hidden;
    position: relative;
}
.map-mm-box .mpa-mm-list li {
    font-size: 16px;
    height: 68px;
    line-height: 68px;
    padding-left: 10%;
    cursor: pointer;
}
.map-mm-box .mpa-mm-list li:nth-child(odd) {
    background-color: #fff;
}
.map-mm-box .mpa-mm-list li:hover {
    background-color: #e5e5e5;
}
.map-mm-box ._mm_right {
    width: 74%;
}
.map-mm-box ._mm_right .map-mm-map {
    height: 596px;
    width: 100%;
}
.map-mm-box ._mm_right .map-mm-map img {
    max-width: none;
}
.map-mm-box ._mm_right .map-mm-map .BMap_bubble_content .title {
    font-size: 21px;
    font-weight: normal;
    color: #2f2f2f;
}
.map-mm-box ._mm_right .map-mm-map .BMap_bubble_content p {
    font-size: 15px;
    color: #8f8f8f;
}
.scrollbar-ui .scroll_slider {
    background: #ccc !important;
}
.proBann {}
.pro_bann {
    height: 501px;
    position: relative;
    overflow: hidden;
}
.pro_bann li img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -683px;
    width: 1366px;
    height: 100%;
    max-width: none;
}
.pro_bann .slide_nav {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 5%;
    right: 0;
}
.pro_bann .slide_nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 99;
    overflow: hidden;
    border: 3px #fff solid;
    border-radius: 50%;
    background-color: #938f80;
    cursor: pointer;
    margin-right: 10px;
}
.pro_bann .slide_nav a.on {
    background-color: #ff6600;
}
.prozh_box {
    padding: 33px 0 55px;
}
.prozh_t {
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
}
.pro_all_srcoll {
    width: 76%;
}
.pro_all_list {
    position: relative;
    padding: 0 3%;
}
.pro_all li {
    float: left;
    width: 16.6%;
    position: relative;
}
.pro_all li .box {
    padding: 0 4% 0 11%;
}
.pro_all li .title {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
}
.pro_all li .title a {
    display: block;
}
.pro_all li:before {
    content: '';
    width: 8px;
    height: 100%;
    border-left: 1px #e8e8e8 dotted;
    position: absolute;
    top: 0;
    left: 4px;
}
.pro_all li:after {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #e8e8e8;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.pro_all .first:before, .pro_all .first:after {
    display: none;
}
.pro_all_list .parrs {
    display: block;
    width: 23px;
    height: 23px;
    background: url(../img/ico2.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -11.5px;
}
.pro_all_list .pprev {
    left: 0;
    background-position: -74px -43px;
}
.pro_all_list .pnext {
    right: 0;
    background-position: -97px -43px;
}
.fast_search {
    width: 21%;
}
.proSearch {}
.proSearch .sec_bd {
    display: block;
    overflow: hidden;
}
.proSearch .sec_bd .pselect {
    height: 42px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 8px;
}
.proSearch .sec_bd .pselect .ms {
    position: absolute;
    left: 7px;
    top: 12px;
    z-index: 10;
}
.proSearch .pselect .c_select {
    display: block;
    width: 98%;
    background-color: #fff;
    height: 38px;
    line-height: 38px;
    border-radius: 0 !important;
    border: 2px #208dd0 solid;
    color: #a6a6a6;
}
.proSearch .pselect .c_select ._txt {
    padding-right: 36px;
    padding-left: 20px;
}
.proSearch .pselect .c_select ._arrow {
    width: 16px;
}
.proSearch .pselect .c_select ._arrow .arr {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -19px;
    width: 16px;
    height: 38px;
    background: url(../img/ph_se.png) no-repeat;
    border: none;
}
.proSearch .select-ui-options-ncb {
    border-color: #ddd !important;
    background-color: #fff;
    overflow: auto;
    max-height: 11em;
    width: 344px\9;
}
.proSearch .select-ui-options li {
    padding: 6px;
    line-height: 1.8em;
    width: 96%;
}
.proSearch .select-ui-options li:hover {
    background: #018a5e;
    color: #fff;
}
.proSearch .select-ui-options-ncb ._disabled {
    display: none;
}
.proSearch .nInput {
    display: block;
    height: 39px;
    border: #ddd 1px solid;
    padding: 0 20px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #fff;
}
.proSearch .nInput input {
    width: 100%;
    height: 19px;
    line-height: 19px;
    padding: 10px 0;
    vertical-align: top;
    border-width: 0;
    font-family: "Microsoft Yahei";
}
.proSearch .nBtn {
    overflow: hidden;
}
.proSearch .nBtn a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #208dd0;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.pro_news ul {
    position: relative;
}
.pro_news li {
    float: left;
}
.pro_news .li01 {
    width: 23.8%;
}
.pro_news .li01 .rect-150 {
    height: 430px;
}
.pro_news .li02 {
    width: 52.4%;
}
.pro_news .li02 .rect-34 {
    height: 214px;
}
.pro_news .li03 {
    width: 23.75%;
}
.pro_news .li03 .rect-75 {
    height: 214px;
    padding-bottom: 0;
}
.pro_news .li04 {
    width: 26%;
    background-color: #208dd0;
}
.pro_news .li04 .rect-69 {
    height: 216px;
    color: #fff;
    text-align: center;
}
.pro_news .li04 .li_cn {
    font-size: 32px;
    line-height: 35px;
    margin-top: 24%;
}
.pro_news .li04 .li_en {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
}
.pro_news .li05 {
    width: 50%;
}
.pro_news .li05 .rect-72 {
    height: 432px;
}
.pro_news .li06 {
    width: 23.8%;
}
.pro_news .li06 .rect-75 {
    height: 217px;
    padding-bottom: 0;
}
.pro_news .li07 {
    width: 26%;
    left: 23.8%;
}
.pro_news .li07 .rect-69 {
    height: 216px;
}
.pro_news .li06, .pro_news .li07 {
    position: absolute;
    bottom: 0;
}
.pro_news .li06 .rect-75 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pro_news .txt {
    position: absolute;
    width: 75%;
    font-size: 0;
    text-align: center;
    height: 100%;
    left: 50%;
    margin-left: -37.5%;
    opacity: 0;
    filter: alpha(opacity=0);
}
.pro_news .txt .title {
    font-size: 21px;
    color: #fff;
    display: inline-block;
    height: auto;
    line-height: 1.4;
    vertical-align: middle;
    background: url(../img/black.6.png) repeat;
    padding: 10px 5%;
    width: 90%;
}
.pro_news .txt .line {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.pro_news li:hover .txt {
    opacity: 1;
    filter: alpha(opacity=100);
}
.pro_news li:hover ._full {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.pro_support {
    padding: 50px 0;
}
.pro_support .supp_t {
    font-size: 42px;
    color: #208dd0;
    line-height: 60px;
}
.pro_support .supp_p {
    font-size: 18px;
    color: #5f5f5f;
}
.su_ico {
    display: inline-block;
    width: 100px;
    height: 90px;
    background: url(../img/su_ico.png) no-repeat;
    vertical-align: middle;
}
.su_ico_2 {
    background-position: -100px 0;
}
.su_ico_3 {
    background-position: -200px 0;
}
.su_ico_4 {
    background-position: -300px 0;
}
.ser_support {
    margin-top: 30px;
}
.ser_support li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}
.ser_support li .t {
    font-size: 24px;
}
.ser_support li .p {
    font-size: 16px;
}
.ser_support li:before, .ser_support li:after {
    content: '';
    position: absolute;
    top: 0;
}
.ser_support li:before {
    width: 2px;
    border-right: 1px #dedede dotted;
    left: 2px;
    height: 100%;
}
.ser_support li:after {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #dedede;
    left: 0;
}
.ser_support .li01:before, .ser_support .li01:after {
    display: none;
}
.ser_support li:hover .su_ico {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.proSearch_area {
    padding: 60px 0 30px;
    border-bottom: 1px #ececec solid;
}
.proSearch_area .pro_line {
    width: 8px;
    height: 160px;
    border-right: 1px dotted #cfcfcf;
    position: relative;
    margin: 0 3% 0 2%;
}
.proSearch_area .pro_line:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #cfcfcf;
}
.proSearch_area .search-t {
    font-size: 24px;
    color: #208dd0;
    margin-bottom: 20px;
}
.xilie_search {
    width: 37%;
}
.zj-bj-box ul li {
    height: 20px;
    float: left;
    width: 49%;
    margin-bottom: 15px;
}
.zj-bj-box ul li label {
    height: 20px;
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    background: url(../img/pj-check.png) left center no-repeat;
    padding-left: 28px;
    cursor: pointer;
}
.zj-bj-box ul li.checked label {
    background: url(../img/pj-checked.png) left center no-repeat;
    color: #000;
}
.dunwei_search {
    width: 28%;
    margin-right: 2%;
}
.irs-bar, .irs-line-left, .irs-line-mid, .irs-line-right, .irs-line {
    border-radius: 5px;
    height: 11px !important;
}
.irs .irs-slider {
    width: 30px;
    height: 29px;
    background-position: 0 -114px;
}
.irs .irs-slider.state_hover, .irs .irs-slider:hover {
    background-position: 0 -151px;
}
.irs .irs-from, .irs .irs-single, .irs .irs-to {
    font-size: 16px;
    background-color: transparent;
    color: #555;
    top: -10px;
}
.search_end {
    width: 21%;
}
.search_end .end_digit {
    font-size: 24px;
    color: #202020;
}
.search_end .end_digit b {
    font-size: 42px;
    font-weight: normal;
}
.search_end .end_a {
    display: inline-block;
    width: 226px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: #208dd0;
    font-size: 16px;
    border: 1px #208dd0 solid;
}
.search_end .end_a:hover {
    background-color: transparent;
    color: #208dd0;
}
.end_search {
    font-size: 18px;
    margin-top: 27px;
}
.search_end .search-t {
    margin-bottom: 0;
}
.pro_list {
    margin-top: 27px;
}
.pro_list li {
    float: left;
    width: 23%;
    margin-right: 2%;
}
.pro_list li ._news {
    display: block;
    width: 46px;
    height: 27px;
    background: url(../img/pro_new.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.pro_list li .info {
    padding: 2% 5%;
}
.pro_list li .title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}
.pro_list li .p {
    font-size: 15px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 15px;
}
.pro_list li .sale_location {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: 2px #208dd0 solid;
    color: #208dd0;
    text-align: center;
    font-size: 16px;
}
.pro_list li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.pro_list li:hover .sale_location {
    background-color: #208dd0;
    color: #fff;
}
.pro_name {
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    padding-top: 25px;
    text-align: center;
    color: #333;
}
.proslide {
    height: 480px;
    position: relative;
    overflow: hidden;
    margin: 0 80px;
}
.proslide li {
    text-align: center;
}
.proslide .arrs {
    display: block;
    width: 70px;
    height: 150px;
    background: url(../img/slide_btn.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -75px;
    z-index: 20;
}
.proslide .arr_prev {
    left: 0;
}
.proslide .arr_next {
    right: 0;
    background-position: -70px 0;
}
.proslide .slide_nav {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font: 0/0 a;
    letter-spacing: -9px;
}
.proslide .slide_nav a {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: #707070 1px solid;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}
.proslide .slide_nav a.on {
    background-color: #208dd0;
    border-color: #208dd0;
}
.other_pro {
    width: 19%;
}
.other_pro .inewsSearch {
    padding: 0;
    background: transparent;
}
.other_pro .nselect .c_select {
    width: 100%;
    background-color: transparent;
    border: 2px #d7d7d7 solid;
    height: 42px;
    line-height: 42px;
    color: #9c9c9c;
}
.other_pro .inewsSearch .sec_bd .nselect {
    height: 42px;
}
.pro_tools {
    border-top: 1px #969696 dotted;
    padding: 36px 0 30px;
    margin-top: 20px;
}
.pro_tools .sale {
    width: 145px;
    text-align: center;
    height: 47px;
    line-height: 47px;
    background-color: #208dd0;
    color: #fff;
    font-size: 21px;
}
.pro_tools .bdsharebuttonbox {
    margin-left: 3%;
}
.pro_tools .bdsharebuttonbox .bds_more {
    background: none;
    text-indent: 0;
    margin: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    height: 47px;
    line-height: 47px;
}
.pro_tools .bdsharebuttonbox .bds_more .ico2 {
    width: 22px;
    height: 24px;
    background-position: -44px -61px;
}
.inner_wrap .wrap {
    height: 110px;
}
.pd_guide, .pd_guide * {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pdico {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/pd_ico.png) no-repeat;
    margin: 0 auto;
}
.pi01 {
    background-position: 0 0;
}
.pi02 {
    background-position: -30px 0;
}
.pi03 {
    background-position: -60px 0;
}
.pi04 {
    background-position: -90px 0;
}
.pd_guide li {
    width: 50%;
    float: left;
    text-align: center;
    background-color: #a5a5a5;
    color: #fff;
}
.pd_guide a {
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 17px 0;
    border-right: #fff 4px solid;
    position: relative;
}
.pd_guide a:after {
    content: "";
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
    border-color: #208dd0 transparent transparent;
    border-style: solid dashed dashed;
    border-width: 10px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -20px;
}
.pd_guide li:last-child a {
    border-width: 0;
}
.pd_guide.fixed {
    position: fixed;
    width: 1200px;
    top: 0;
    z-index: 10;
}
.pd_guide.fixed .pdico {
    display: none;
}
.pd_guide li.active a {
    background-color: #208dd0;
}
.pd_guide li.active a:after {
    display: block;
}
.pd_section {
    padding: 30px 0;
}
.pd_section .pd_title {
    font-size: 22px;
    margin-bottom: 20px;
}
.pd_section01 {
    font-size: 15px;
    line-height: 1.9;
}
.pd_section4 {
    padding: 50px 0;
}
.pd_section03 {
    background-color: #f0f0f0;
    padding-bottom: 45px;
}
.pd_channel {
    font-size: 30px;
    color: #208dd0;
    font-weight: normal;
    margin: 10px 0 20px;
}
.pro_case_scroll li .box {
    padding: 10px;
    background-color: #e8e8e8;
}
.pro_case_scroll li .info {
    display: block;
    padding: 10px 0;
}
.pro_case_scroll li .title {
    font-size: 18px;
    font-weight: normal;
    color: #000;
}
.pro_case_scroll li .p {
    font-size: 14px;
    color: #797979;
    margin-top: 5px;
}
.pro_case_scroll li:hover .box {
    background-color: #208dd0;
}
.pro_case_scroll li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.pro_case_scroll li:hover .title, .pro_case_scroll li:hover .p {
    color: #fff;
}
.pro_support_oth {
    padding: 0 10%;
    margin-top: 50px;
}
.pro_support_oth ._left {
    width: 49%;
    padding-top: 35px;
}
.pro_support_oth ._left .p {
    font-size: 18px;
}
.pro_support_oth ._left .p a {
    color: #208dd0;
}
.pro_support_oth ._right {
    width: 38%;
    padding-left: 8%;
    position: relative;
}
.pro_support_oth ._right:before, .pro_support_oth ._right:after {
    content: '';
    position: absolute;
    top: 0;
}
.pro_support_oth ._right:before {
    width: 2px;
    height: 100%;
    border-right: 1px #dedede dotted;
    left: 2px;
}
.pro_support_oth ._right:after {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #dedede;
    left: 0;
}
.other_support li {
    position: relative;
    padding-left: 110px;
    margin-bottom: 50px;
}
.other_support li .su_ico {
    position: absolute;
    left: 0;
    top: 0;
}
.other_support li .t {
    font-size: 24px;
    padding-top: 15px;
}
.other_support li .p {
    font-size: 16px;
}
.other_support li:hover .su_ico {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.s_menu2 {
    margin: 10px 0 22px
}
.s_menu2 li {
    float: left;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #e5e5e5;
    margin-right: 1%;
    padding: 0 1.8%;
}
.s_menu2 li a {
    font-size: 16px;
    display: block;
}
.s_menu2 li.cur {
    background-color: #208dd0;
}
.s_menu2 li.cur a {
    color: #fff;
}
.touzi_box {
    padding-bottom: 40px;
}
.widget-history-3 {
    background: #ffffff;
    cursor: default;
    position: relative;
}
.widget-history-3-T {
    height: 43px;
    overflow: hidden;
    margin: 0 4% 40px
}
.widget-history-3-tab .tab_t {
    position: relative;
    width: 106px;
    font-size: 14px;
    font-weight: 700;
    color: #999;
    border: 2px #e5e5e5 solid;
    text-align: center;
    height: 39px;
    line-height: 39px;
}
.widget-history-3-tab .tab_t_cur {
    font-size: 16px;
    color: #208dd0;
    border-color: #208dd0;
}
.widget-history-3-tab .tab_t b {
    position: absolute;
    width: 0;
    height: 1em;
    border-left: 1px solid #cccccc;
    left: 50%;
    bottom: 0;
    display: none;
}
.widget-history-3-tab .tab_c {
    padding: 10px 0 0;
}
.widget-history-3_arrs {
    position: absolute;
    width: 23px;
    height: 23px;
    background: url(../img/ico2.png) no-repeat;
    top: 9px;
    cursor: pointer;
    transition: none;
    z-index: 3;
}
.widget-history-3_prev {
    left: 0;
    background-position: -74px -43px
}
.widget-history-3_next {
    right: 0;
    background-position: -97px -43px;
}
.tz_notice {
    background-color: #f3f3f3;
    padding: 20px;
}
.calendar {
    margin-top: 10px;
}
.tz_news {
    border: 1px #b5b5b5 solid;
    padding: 20px;
    margin-top: 20px;
}
.tz_news .tz_t {
    font-size: 18px;
    font-weight: bold;
    color: #208dd0;
}
.widget-history-3-tab .tab_c .contact_way dl {
    height: 52px;
    margin-bottom: 12px;
}
.widget-history-3-tab .tab_c .contact_way dl dt {
    font-size: 16px;
    line-height: 52px;
    width: 13.6%;
}
.widget-history-3-tab .tab_c .contact_way dl dd {
    width: 84%;
    position: relative;
}
.widget-history-3-tab .tab_c .contact_way dl dd .t {
    display: inline-block;
    width: 80%;
    padding-left: 4%;
    line-height: 52px;
    height: 100%;
    font-size: 16px;
}
.widget-history-3-tab .tab_c .contact_way dl dd .ico {
    position: absolute;
    right: 4%;
    top: 50%;
    margin-top: -10px;
}
.widget-history-3-tab .tab_c .contact_way dl:hover dd .ico1_5 {
    background-position: -40px -20px;
}
.widget-history-3-tab .tab_c .contact_way dl:hover dd .t {
    color: #fff;
}
.form-m1 .form-m1-li {
    position: relative;
}
.form-m1 .form-m1-li textarea {
    height: 142px;
    vertical-align: middle;
}
.form-m1 .form-m1-li b {
    display: none;
}
.form-m1 .form-m1-li .Validform_wrong {
    position: absolute;
    right: 18%;
    top: 14px;
}
.Validform_error {
    background-color: #fff !important;
}
.form-m1 .form-m1-btn button {
    width: 120px !important;
    height: 32px !important;
    line-height: 32px !important;
    border-radius: 0 !important;
}
.bdshare_popup_box {
    display: none !important;
}
.content-32676 .pdet_form {
    background-color: #fff !important;
}
.ser_dl {
    margin-bottom: 20px;
}
.ser_dl dt {
    font-size: 24px;
    color: #208dd0;
    margin-bottom: 20px;
}
.ser_dl dt span {
    border-bottom: 1px #ddd solid;
    padding-bottom: 15px;
    display: inline-block;
}
.ser_dl dd {
    font-size: 15px;
}
.gsln_box ._list dl {
    margin-bottom: 12px;
}
.gsln_box ._list dt {
    background-color: #e5e5e5;
    font-size: 0;
    width: 13.6%;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.gsln_box ._list dt .word {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}
.gsln_box ._list dt .line {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.gsln_box ._list dd {
    width: 86.2%;
    background-color: #f3f3f3;
    vertical-align: top;
    font-size: 15px;
    cursor: pointer;
}
.gsln_box ._list dd .con_t {
    height: 50px;
    line-height: 50px;
    padding: 0 2%;
}
.gsln_box ._list dd .box {
    padding: 2%;
    display: none;
}
.gsln_box ._list_t {
    font-size: 20px;
    color: #393939;
    margin: 25px 0 10px;
}
.gsln_box ._list .hover dd .con_t {
    display: none;
}
.gsln_box ._list .hover dd .box {
    display: block;
}
.mess_replay li {
    background-color: #f3f3f3;
    padding: 2.5%;
    margin-bottom: 12px;
}
.mess_replay li ._tp .name {
    font-size: 16px;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mess_replay li ._tp .time {
    font-size: 15px;
    color: #707070;
    font-family: Arial;
}
.mess_replay li .mt20 {
    margin-top: 10px;
}
.mess_replay li ._tit {
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
}
.mess_replay li ._conp {
    font-size: 15px;
}
.ya_box {
    margin-bottom: 40px;
}
.ya_box1 {
    background: url(../img/yf_bg.gif) repeat;
    padding: 2.5%;
}
.ya_tit {
    text-align: center;
    font-size: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.ya_tit:after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #9d9d9d;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
.yan_tab .tab_b {
    height: 80px;
}
.yan_tab .tab_t {
    font-size: 16px;
    font-weight: bold;
    width: 240px;
    position: relative;
}
.yan_tab .tab_t .num {
    font-family: Impact;
    font-size: 46px;
    color: #e6e6e6;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
}
.yan_tab .tab_t .word {
    display: inline-block;
    width: 165px;
    vertical-align: middle;
    line-height: 25px;
}
.yan_tab .tab_t_1 {
    width: 216px;
}
.yan_tab .tab_t_1 .word {
    width: 140px;
}
.yan_tab .tab_t_4 {
    width: 288px;
}
.yan_tab .tab_t_4 .word {
    width: 200px;
}
.yan_tab .tab_t_5 {
    width: 192px;
}
.yan_tab .tab_t_5 .word {
    width: 116px;
}
.yan_tab .tab_t_cur {
    color: #208dd0;
}
.yan_tab .tab_t_cur .num {
    color: #208dd0;
}
.yan_tab .tab_c {
    background-color: #fafafa;
    padding: 3%;
    margin-top: 15px;
}
.yan_tab .tab_c .tab_c_t {
    font-size: 18px;
    font-weight: bold;
    color: #208dd0;
    margin-bottom: 15px;
}
.yan_tab .tab_c .ya_con {
    font-size: 15px;
}
.gsln-box {
    padding-bottom: 30px;
}
.gsln-box>ul>li {
    clear: both;
    position: relative;
}
.gsln-box .word {
    background: url(../img/g_bg.png) right bottom no-repeat #f0f0f0;
    font-size: 15px;
}
.gsln-box .word .pd10 {
    padding: 30px 35px 90px;
}
.gsln-box .word .tp {
    font-size: 18px;
    font-weight: bold;
    color: #208dd0;
    margin-bottom: 15px;
}
.gsln-box li ._right {
    width: 50.75%;
}
.gsln-box li ._left {
    width: 49.25%
}
.gsln-box li .g-menu {
    margin-top: 35px;
}
.gsln-box li .g-menu li {
    float: left;
    width: 49%;
    text-align: center;
    border-left: 1px #208dd0 solid;
    margin-left: -1px;
    font-size: 18px;
    color: #208dd0;
    font-weight: bold;
    cursor: pointer;
}
.gsln-box li .g-menu li img {
    vertical-align: middle;
    margin-right: 15px;
}
.gsln-box .li01 ._left, .gsln-box .li03 ._left, .gsln-box .li05 ._left {
    float: right;
}
.gsln-box .li02 ._right, .gsln-box .li04 ._right, .gsln-box .li06 ._right {
    text-align: right;
}
.gsln-box .li02 .word {
    width: 46.3%;
}
.gsln-box .li03 ._left {
    position: relative;
}
.gsln-box .li03 .g-menu-con {
    width: 81%;
    margin: 3%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../img/white.7.png) repeat;
}
.gsln-box .li03 .g-menu-con .box {
    padding: 4%;
}
.gsln-box .li01 .img {
    margin-top: 94px;
}
.gsln-box .li02 .img {
    margin-top: -94px;
}
.gsln-box .li05 .img {
    margin-top: 100px;
}
.widget-newslist-6 {
    margin: 20px 0;
}
.widget-newslist-6 ul {
    position: relative;
}
.widget-newslist-6 li {
    float: left;
    margin-bottom: 20px;
    width: 25%;
}
.widget-newslist-6 li a {
    display: block;
    padding: 0px;
    background: #ffffff;
}
.widget-newslist-6 ._img {
    border: 1px solid #e4e4e4;
    margin-bottom: 6px;
    overflow: hidden;
}
.widget-newslist-6 ._img img {
    width: 100%;
}
.widget-newslist-6 ._i {
    color: #999;
}
.widget-newslist-6 ._title {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
}
.widget-newslist-6 ._p {
    line-height: 1.6em;
    cursor: pointer;
    color: #555;
}
.album_ordinary .slide_c img {
    max-height: 80% !important;
}
.album_ordinary .slide_c p {
    bottom: 10% !important;
}
.videolist li {
    margin-bottom: 20px;
}
.videolist .box span {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/play2.png) no-repeat;
    background-size: 100% auto;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.videolist li:hover .box span {
    width: 81px;
    height: 81px;
    margin: -41px 0 0 -41px;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.videolist li ._title {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
}
.ztdet-top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.ztdet-top ._img {
    float: left;
    width: 35%;
    margin-right: 5%;
}
.ztdet-top ._title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
}
.ztdet-top ._sum {
    font-size: 14px;
    color: #999;
}
.ztdet-lant {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.pic-list-zt {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.pic-list-zt li ._picion {
    margin-top: 20px;
}
.ztbaodao-list li {
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}
.ztbaodao-list li span {
    padding-right: 20px;
    color: #208dd0;
}
.album_ordinary .slide_c img {
    max-width: 100% !important;
}
.page {
    font-size: 12px;
    color: #777777;
    text-align: center;
    margin: 30px 0;
}
.page a, .page span {
    color: #777777;
    display: inline-block;
    border: 1px solid #ededed;
    padding: 5px 10px;
    vertical-align: middle;
    margin: 0 0 10px -1px;
}
.page .goprev {
    margin-right: 10px;
}
.page .gonext, .page .count {
    margin-left: 10px;
}
.page a:hover, .page span {
    color: #fff;
    background: #208dd0;
}
.page span.goprev, .page span.gonext {
    color: #777777;
    background: none
}
.page span.count {
    border: 0;
    background: 0;
    color: #777777;
}
.pro_bann .slide_nav {
    display: none;
}
.pro_bann .arrs {
    width: 60px;
    height: 60px;
    background: url(../img/banner_btn_new.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -55px;
    left: 2%;
    /* filter:alpha(opacity=0); */
    opacity: 0;
    z-index: 10;
    display: none\9;
}
.pro_bann .arr_next {
    background-position: -60px 0;
    left: auto;
    right: 2%;
}
.pro_bann:hover .arrs {
    opacity: 1;
    display: block\9;
}
.main-im {
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 100;
    width: 110px;
    height: 272px;
}
.main-im .qq-a {
    display: block;
    width: 106px;
    height: 116px;
    font-size: 14px;
    color: #0484cd;
    text-align: center;
    position: relative;
}
.main-im .qq-a span {
    bottom: 5px;
    position: absolute;
    width: 90px;
    left: 10px;
}
.main-im .qq-hover-c {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    position: absolute;
    left: 18px;
    top: 10px;
    overflow: hidden;
    z-index: 9;
}
.main-im .qq-container {
    z-index: 99;
    position: absolute;
    width: 109px;
    height: 118px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #dddddd;
    background: url(../img/qq-icon-bg.png) no-repeat center 8px;
}
.main-im .img-qq {
    max-width: 60px;
    display: block;
    position: absolute;
    left: 6px;
    top: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main-im .im-qq:hover .img-qq {
    max-width: 70px;
    left: 1px;
    top: 8px;
    position: absolute;
}
.main-im .im_main {
    background: #F9FAFB;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #F9FAFB;
    display: none;
}
.main-im .im_main .im-tel {
    color: #000000;
    text-align: center;
    width: 109px;
    height: 105px;
    border-bottom: 1px solid #dddddd;
}
.main-im .im_main .im-tel div {
    font-weight: bold;
    font-size: 12px;
    margin-top: 6px;
}
.main-im .im_main .im-tel .tel-num {
    font-family: Arial;
    font-weight: bold;
    color: #e66d15;
}
.main-im .im_main .im-tel:hover {
    background: #fafafa;
}
.main-im .im_main .weixing-container {
    width: 55px;
    height: 47px;
    border-right: 1px solid #dddddd;
    background: #f5f5f5;
    border-bottom-left-radius: 10px;
    background: url(../img/weixing-icon.png) no-repeat center center;
    float: left;
}
.main-im .im_main .weixing-show {
    width: 112px;
    height: 172px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #dddddd;
    position: absolute;
    left: -125px;
    top: -126px;
}
.main-im .im_main .weixing-show .weixing-sanjiao {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 6px;
    left: 112px;
    top: 134px;
    position: absolute;
    z-index: 2;
}
.main-im .im_main .weixing-show .weixing-sanjiao-big {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #dddddd;
    border-width: 8px;
    left: 112px;
    top: 132px;
    position: absolute;
}
.main-im .im_main .weixing-show .weixing-ma {
    width: 104px;
    height: 103px;
    padding-left: 5px;
    padding-top: 5px;
}
.main-im .im_main .weixing-show .weixing-txt {
    position: absolute;
    top: 110px;
    left: 7px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
.main-im .im_main .go-top {
    width: 50px;
    height: 47px;
    background: #f5f5f5;
    border-bottom-right-radius: 10px;
    background: url(../img/totop-icon.png) no-repeat center center;
    float: right;
}
.main-im .im_main .go-top a {
    display: block;
    width: 52px;
    height: 47px;
}
.main-im .close-im {
    position: absolute;
    right: 10px;
    top: -12px;
    z-index: 100;
    width: 24px;
    height: 24px;
}
.main-im .close-im a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/close_im.png) no-repeat left top;
}
.main-im .close-im a:hover {
    text-decoration: none;
}
.main-im .open-im {
    cursor: pointer;
    margin-left: 68px;
    width: 40px;
    height: 133px;
    background: url(../img/open_im.png) no-repeat left top;
}
.wpaBox iframe {
    top: 50% !important;
    margin-top: -100px !important;
}
.foot-chanye {
    float: left;
    width: 100%;
}
.foot-chanyet {
    font-size: 16px;
    margin: 32px 0 5px 0;
    font-weight: bold;
}
.foot-chanyen {
    height: 94px;
    overflow: hidden;
    position: relative;
}
.foot-chanyen li {
    line-height: 30px;
}
.foot-chanyen .scroll_bar {
    background: url(../img/sbar_bg.png) repeat-y center !important;
}
.foot-chanyen .scroll_slider {
    background: #208dd0 !important;
}
.cts {
    float: left;
    padding: 10px 25px;
    cursor: pointer;
    position: relative;
}
.cts .c_zwcx {
    display: none;
    position: absolute;
    top: -115px;
    left: 12px;
}
.cts:hover .c_zwcx {
    display: block;
}
.cts .c_zwcx .tjt {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -7px;
}
.jr-widgets-panel {
    min-height: 100px
}
.map-mm-box .mpa-mm-list li {
    padding: 24px 5% 24px 10%;
    height: auto;
    line-height: 20px;
}
.showpage {
    display: block;
    text-align: center;
    height: 99px;
    line-height: 99px;
    clear: both;
}
.current {
    background: #eee;
    color: #333;
    border: 1px solid #eee;
    border-radius: 5px;
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
}
.showpage a {
    border: 1px solid #208dd0;
    border-radius: 5px;
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    background: #208dd0;
    color: #fff;
}
.showpage a b {
    border: none;
}
/* Right online */

.izl-rmenu {
    position: fixed;
    left: 50%;
    margin-left: 610px;
    bottom: 30%;
    padding-bottom: 120px;
    z-index: 999;
}
.izl-rmenu .onlinebtn {
    width: 72px;
    height: 73px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}
.izl-rmenu .btn-qq {
    background: url(/Static/Home/barcode/onlineImg/r_qq.png) 0px 0px no-repeat;
    background-color: #0099cc;
}
.izl-rmenu .btn-qq:hover {
    background-color: #00abe4;
}
.izl-rmenu a.btn-qq, .izl-rmenu a.btn-qq:visited {
    background: url(/Static/Home/barcode/onlineImg/r_qq.png) 0px 0px no-repeat;
    background-color: #0099cc;
    text-decoration: none;
    display: block;
}
.izl-rmenu .btn-wx {
    background: url(/Static/Home/barcode/onlineImg/r_wx.png) 0px 0px no-repeat;
    background-color: #44b549;
}
.izl-rmenu .btn-wx:hover {
    background-color: #4dcb53;
}
.izl-rmenu .btn-wx .pic {
    position: absolute;
    left: -160px;
    top: 0px;
    display: none;
    width: 160px;
    height: 160px;
}
.izl-rmenu .btn-wx2 {
    background: url(/Static/Home/barcode/onlineImg/r_wx2.png) 0px 0px no-repeat;
    background-color: #ff6600;
}
.izl-rmenu .btn-wx2:hover {
    background-color: #ff6600;
}
.izl-rmenu .btn-wx2 .pic {
    position: absolute;
    left: -160px;
    top: 0px;
    display: none;
    width: 160px;
    height: 160px;
}
.izl-rmenu .btn-phone {
    background: url(/Static/Home/barcode/onlineImg/r_phone.png) 0px 0px no-repeat;
    background-color: #ff9900;
}
.izl-rmenu .btn-phone:hover {
    background-color: #ff9900;
}
.izl-rmenu .btn-phone .phone {
    background-color: #ff9900;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}
.izl-rmenu .btn-top {
    background: url(/Static/Home/barcode/onlineImg/r_top.png) 0px 0px no-repeat;
    background-color: #414141;
    display: none;
}
.izl-rmenu .btn-top:hover {
    background-color: #333;
}