@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: number-font.otf;
    src: url(number-font.otf);
}

.header {
    /* height: 120px; */
}

.logo_nav_sec {
    padding: 20px 0 0 0;
    position: relative;
}

.logo {
    /* width: 200px; */
    /* margin: 20px 200px 0 0; */
}

.search {
    margin: 45px 0 0 0;
    width: 180px;
    position: relative;
}

.search .key {
    width: 160px;
    height: 28px;
    border: #555 solid 1px;
    padding: 0 10px;
    line-height: 30px;
    color: #666;
    outline: none;
}

.search .btn {
    width: 19px;
    height: 19px;
    color: #fff;
    border: 0;
    position: absolute;
    top: 5px;
    right: 8px;
    background: url(../image/search_btn.png) no-repeat;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
}

.en-cn {
    position: absolute;
    top: 15px;
    right: 0;
}

.en-cn li {
    float: left;
    margin: 0 6px;
}

.en-cn span {
    background: url(../image/header_ico1.png) no-repeat left center;
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #000;
    font-family: Arial;
}

.en-cn a {
    padding: 0 0 0 25px;
    color: #000;
}

.en-cn a.a1 {
    background: url(../image/header_ico2.png) no-repeat left center;
}

.en-cn a.a2 {
    background: url(../image/header_ico3.png) no-repeat left center;
    font-family: Arial;
}

.header_on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    transition: all .3s;
    height: 80px;
    transform: translateY(0%);
}

.header_on .logo_nav_sec {
    padding: 0;
}

.header_on .en-cn {
    display: none;
}

.header_on .nav {
    padding: 0;
}

.header_on .nav li a {
    line-height: 80px;
}

.header_on .nav li ul li {
    height: 32px;
}

.header_on .nav li ul li a {
    line-height: 32px;
}

.header_on .logo {
    height: 60px;
    width: auto;
    margin: 15px 60px 0 0;
}

.header_on .logo img {
    max-height: 100%;
}

.header_on .search {
    margin: 25px 0 0 0;
}


/*=====下拉菜单====*/

.banner {
    position: relative;
}

.navbar {
    height: 60px;
    line-height: 60px;
    background-size: 1200px 100%;
    z-index: 999;
    padding: 0 30px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

.navon {
    position: fixed !important;
    background: #2092cef0;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 50px;
    line-height: 50px;
}

.navon .nav li ul {
    top: 50px !important;
}

#nav_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 610px;
}

.nav li {
    flex: 1 1 auto;
    text-align: center;
    position: relative;
}

.nav li a {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.nav li a:hover,
.nav li.on a {
    color: #ffc107;
}

.nav li ul {
    position: absolute;
    left: 0px;
    margin-left: -134px;
    top: 40px !important;
    width: 133px;
    background-color: #2092ce;
    display: none;
    overflow: hidden;
    /* position: absolute; */
}

.nav li ul li {
    width: 100%;
    height: 32px;
    background: none;
}

.nav li ul li a {
    font-size: 12px;
    color: #fff;
    line-height: 34px;
    display: block;
    white-space: nowrap;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: normal;
    float: none;
    height: 34px;
}

.nav li ul li a:hover {
    background: #0e6998;
    color: #fff;
    border: none;
}

.nav li.on ul li a {
    background: #2092ce;
    color: #fff;
    border: none;
}

.nav li.on ul li a:hover {
    background: #0e6998;
    color: #fff;
    border: none;
}

.m1 {
    background: #fff;
    box-shadow: 0 3px 10px #e5e5e5;
    height: 160px;
    position: relative;
    margin: -80px auto 60px;
    z-index: 999;
}

.m1 ul {
    padding: 25px 40px 0;
}

.m1 ul li {
    width: 320px;
    float: left;
    padding: 0 0 0 90px;
}

.m1 ul li h6 {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
}

.m1 ul li p {
    font-size: 14px;
    color: #777;
    margin: 3px 0 0 0;
}

.m1 ul li.li1 {
    background: url(../image/m1_ico1.png) no-repeat 10px center;
}

.m1 ul li.li2 {
    margin: 0 45px;
    background: url(../image/m1_ico2.png) no-repeat 10px center;
}

.m1 ul li.li3 {
    background: url(../image/m1_ico3.png) no-repeat 10px center;
}


/**/

.i-partner h2 {
    height: 62px;
    border-bottom: #d7d8d8 solid 1px;
    line-height: 62px;
    font-size: 20px;
    font-weight: normal;
    padding-left: 10px;
}

.i-partner-bd {
    position: relative;
    height: 52px;
    margin: 40px 0px;
    zoom: 1;
    position: relative;
}

.i-partner-bd .hd {
    position: absolute;
    top: -105px;
    right: 0;
}

.i-partner-bd .hd a {
    float: left;
    width: 26px;
    height: 24px;
    margin: 30px 0px 0px 0px;
    text-indent: -999em;
    overflow: hidden;
}

.i-partner-bd .hd .prev {
    background: url(../image/home_ico13.gif) no-repeat left top;
}

.i-partner-bd .hd .next {
    background: url(../image/home_ico14.gif) no-repeat left top;
}

.i-partner-bd .bd {
    overflow: hidden;
    height: 50px;
}

.i-partner-bd .bd li {
    float: left;
    width: 145px !important;
    height: 50px;
    border: #e2e2e2 solid 1px;
    margin-right: 26px;
    text-align: center;
    box-sizing: border-box;
    font-size: 0;
}

.i-partner-bd .bd li img {
    width: 100%;
    height: 100%;
}

.m2_tit .tit {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.m2_menu {
    padding: 10px 0 0 0;
}

.m2_menu a {
    display: inline-block;
    background: #f2f2f2;
    color: #4c4c4c;
    padding: 5px 20px;
    margin: 0 5px;
}

.m2_menu a:hover {
    background: #395387;
    color: #fff;
}

.m2_con {
    overflow: hidden;
}

.m2_con ul {
    padding: 20px 0;
}

.m2_con li {
    float: left;
    width: 257px;
    margin: 0 11px 11px;
}

.conbox {
    height: 70px;
}

.conbox .con {
    width: 250px;
}

.conbox .con span {
    display: block;
    height: 64px;
    line-height: 55px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    padding: 5px 0 0 0;
}

.conbox .con p {
    color: #999;
}

.m2_con li a {
    transition: all .3s ease-in-out;
    display: block;
}

.m2_con li a:hover {
    box-shadow: 0 0 15px #ccc;
}

.m2_con li a .conbox .con span {
    transition: all .5s ease-in-out;
}

.m2_con li a:hover .conbox .con span {
    padding: 5px 0 0 15px;
}

.m2_con li a .conbox .con p {
    transition: all .5s ease-in-out;
}

.m2_con li a:hover .conbox .con p {
    padding: 0 0 0 15px;
}

.m2_con li a .conbox .more {
    background: url(../image/more_ico.png) no-repeat 0 20px;
    width: 24px;
    height: 24px;
    padding: 20px 10px 0 0;
    transition: all .5s ease-in-out;
}

.m2_con li a:hover .conbox .more {
    background: url(../image/more_icoh.png) no-repeat 0 20px;
    width: 24px;
    height: 24px;
    padding: 20px 20px 0 0;
}

.more_box {
    width: 250px;
    height: 51px;
    margin: 50px auto;
    background: #fff;
    transition: all .3s ease-in-out;
}

.more_box a {
    display: block;
    border: 1px solid #ddd;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    background: url(../image/more_ico2h.png) no-repeat 150px center;
    transition: all .3s ease-in-out;
    color: #555;
    padding: 0 10px 0 0;
}

.more_box a:hover {
    background: url(../image/more_ico2.png) no-repeat 155px center;
    padding: 0 15px 0 0;
    color: #fff;
}

.more_box:hover {
    background: #385285;
}

.m3_box {
    background: #f2f2f2;
    position: relative;
    margin: 0 0 50px 0;
    overflow: hidden;
}

.about_img {
    width: 100%;
}

.about_img img {
    width: 50%;
    height: 100%;
}

.about_con {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50px;
    margin: 0 0 0 50px;
}

.about_con img {
    width: 50%;
}

.m3 {
    position: absolute;
    top: 110px;
    left: 50%;
    width: 600px;
    margin: 0 0 0 100px;
}

.m3_con {}

.m3_con h2 {
    color: #333;
    font-size: 24px;
}

.m3_con h4 {
    color: #4c4c4c;
    font-size: 14px;
    margin: 35px 0 6px 0;
}

.m3_con .con {
    height: 120px;
    overflow: hidden;
    color: #999;
    line-height: 25px;
}

.m3_more {
    margin: 50px 0;
    width: 156px;
    height: 41px;
}

.m3_more a {
    line-height: 40px;
    background: url(../image/more_ico2h.png) no-repeat 110px center;
}

.m3_more a:hover {
    background: url(../image/more_ico2.png) no-repeat 115px center;
}

.m4_tit h4 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.m4_tit span {
    margin: 10px 0 0 0;
}

.m4_tit span a {
    display: block;
    padding: 3px 15px;
    background: #4c6497;
    color: #fff;
}

.m4_con {
    padding: 40px 0 0 0;
    height: 400px;
}

.m4_con li {
    float: left;
    width: 300px;
    position: relative;
    margin: 0 60px 0 0;
}

.m4_con li:last-child {
    margin: 0;
}

.m4_con li .time {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.m4_con li .time:before {
    content: "";
    background: url(../image/m4_time.png) no-repeat;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 35px;
    left: 15px;
}

.m4_con li span a {
    font-size: 16px;
    color: #333;
    padding: 15px 0 0 0;
    display: block;
}

.m4_con li p {
    color: #999;
    padding: 5px 0 20px 0;
}

.m4_con li img {
    width: 300px;
    height: 130px;
}

.m4_line {
    position: relative;
    width: 100%;
    height: 1px;
    background: #ccc;
    top: 80px;
}

.m5_box {
    background: url(../image/m5_bg.png) no-repeat center top;
    height: 430px;
    clear: both;
}

.m5 {
    position: relative;
    top: -30px;
    height: 400px;
}

.m5_r {
    background: #4c6497;
    width: 700px;
    height: 400px;
}

.m5_l {
    background: #fff;
    height: 400px;
    width: 700px;
}

.m5_lcon {
    text-transform: uppercase;
    padding: 50px 50px 0;
}

.m5_lcon h4 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.m5_lcon p {
    color: #888;
    font-size: 14px;
}

.m5_lcon ul {
    padding: 20px 0 0 0;
}

.m5_lcon ul li {
    font-size: 14px;
    padding: 7px 0 7px 30px;
    color: #333;
}

.m5_lcon ul li.li1 {
    background: url(../image/m5_ico1.png) no-repeat left center;
}

.m5_lcon ul li.li2 {
    background: url(../image/m5_ico2.png) no-repeat left center;
}

.m5_lcon ul li.li3 {
    background: url(../image/m5_ico3.png) no-repeat left center;
}

.m5_lcon ul li.li4 {
    background: url(../image/m5_ico4.png) no-repeat left center;
}

.m5_lcon ul li.li5 {
    background: url(../image/m5_ico5.png) no-repeat left center;
}

.m5_rcon {
    color: #fff;
}

.m5_rcon h4 {
    color: #fff;
}

.m5_rcon p {
    color: #fff;
}

.m5_mess tr td {
    padding: 10px 0 0 0;
}

.m5_mess tr td input {
    height: 34px;
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #b2c0df;
    width: 480px;
    color: #bfcce9;
    padding: 0 0 0 10px;
}

.m5_mess tr td button {
    width: 116px;
    height: 40px;
    background: #fff;
    border: none;
    outline: none;
    font-size: 18px;
    margin: 20px 0 0 0;
    color: #4c6497;
    cursor: pointer;
    font-weight: bold;
}

@media screen and (max-width:1600px) {
    .about_con {
        top: 40px;
    }
    .m3 {
        top: 60px;
    }
}


.f_c1 {
    width: 102px;
}

.f_c1 img {
    display: block;
    margin: 0 auto;
}

.f_c1 .img1 {}

.f_c1 .img2 {
    padding: 15px 0;
}

.f_c2 {
    width: 750px;
    margin: 0 90px;
    padding: 10px 0 0 0;
}

.f_con {
    height: 26px;
    line-height: 26px;
}

.f_c3 {
    width: 250px;
    padding: 30px 0 0 0;
}

.c3_ico li {
    float: left;
    margin: 0 6px;
}

.f_search {
    width: 222px;
    margin: 10px 0 0 0;
}

.f_search .key {
    width: 200px;
    background: none;
    border: 1px solid #fff;
    color: #ccc;
}

.f_search .btn {
    background: url(../image/f_search_btn.png) no-repeat;
}

.go_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}


/*i_public*/

.inner {
    padding: 0 0 70px 0;
}

.i_banner {
    background: url(../image/inner_banner.jpg) no-repeat center center;
    height: 250px;
}

.itit_imenu_box {
    overflow: hidden;
}

.itit_imenu_box .itit {
    color: #fff;
    padding: 55px 0 0 0;
}

.itit_imenu_box .itit a {
    color: #fff;
}

.itit_imenu_box .itit h4 {
    font-family: Impact;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.itit_imenu_box .itit p {
    font-size: 14px;
}

.itit_imenu_box .itit p span {
    font-size: 16px;
}

.itit_imenu_box .imenu {
    width: 920px;
    padding: 60px 0 0 0;
}

.itit_imenu_box .imenu li {
    float: left;
    margin: 5px 5px;
}

.itit_imenu_box .imenu li a {
    display: block;
    background: #fff;
    padding: 5px 20px;
    font-size: 14px;
    color: #2092ce;
}

.itit_imenu_box .imenu li a:hover {
    background: #2092ce;
    color: #fff;
}

.i_conbox {
    background: #fff;
    position: relative;
    margin: -60px auto 0;
    box-shadow: 0 5px 10px #eee;
    padding: 0 0 40px 0;
}


/*about*/

.inner_page {
    padding: 0 60px;
}

.page_tit {
    text-align: center;
    padding: 60px 0 0 0;
}

.page_tit h6 {
    font-size: 48px;
    color: #181818;
    text-transform: uppercase;
    line-height: 48px;
}

.page_tit h6 span {
    font-family: 微软雅黑;
    font-weight: bold;
    font-size: 50px;
}

.page_tit p {
    color: #262626;
    font-size: 18px;
    padding: 10px 0;
}

.page_con {
    padding: 30px 0 50px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.page_con .img {
    padding: 20px 0 0 0;
}

.page_con .img img {
    border: 5px solid #eee;
}

.page_con .con h4 {
    background: url(../image/i_about_ico1.png) no-repeat left center;
    padding: 0 0 0 26px;
    font-weight: bold;
}

.page_con .con .i_aboutcon {
    padding: 10px 0 0 0;
    width: 870px;
    ;
}

.i_aboutcon {
    text-indent: 28px;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 30px
}

.page_small_tit {
    margin-left: 28px;
    font-size: 20px;
    color: #2092ce;
    font-family: Impact;
    text-transform: uppercase;
}

.page_service h4 {
    background: url(../image/i_about_ico2.png) no-repeat left center;
    padding: 0 0 0 18px;
    font-weight: bold;
}

.page_service {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.page_technical {
    padding: 30px 0 0 0;
    border: none;
}

.i_team {
    padding: 50px 0 0 0;
}

.team_tit {
    text-align: center;
}

.team_tit h4 {
    font-family: Impact;
    font-size: 36px;
    color: #000;
    background: url(../image/i_tit_line.png) no-repeat center center;
    font-weight: bold;
}

.team_tit p {
    font-size: 14px;
    color: #808080;
}

.team_con {
    padding: 30px 0;
}

.team_con .bd {
    overflow: hidden;
    margin: 0 35px;
}

.team_con .bd li {
    float: left;
    margin: 0 20px 0 0;
}

.team_con .bd li a {
    display: block;
    background: #f5f5f5;
    width: 246px;
    height: 286px;
    padding: 30px 0 0 0;
}

.team_con .bd li a .img {
    width: 173px;
    height: 173px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.team_con .bd li a .img img {
    width: 173px;
    height: 173px;
}

.team_con .bd li a .con {
    padding: 30px 12px;
}

.team_con .bd li a .con h4 {
    color: #333;
    font-size: 14px;
    text-align: center;
}

.team_con .bd li a .con h4 span {
    color: #2092ce;
}

.team_con .bd li a .con p {
    font-size: 12px;
    text-align: center;
}

.team_con .bd li a:hover {
    background: #4c6497;
}

.team_con .bd li a:hover .con {
    color: #fff;
}

.team_con .bd li a:hover .con h4 {
    color: #fff;
}

.team_con .bd li a:hover .con h4 span {
    color: #fff;
}

.team_con .hd {
    position: relative;
}

.team_con .hd a {
    display: block;
    width: 44px;
    height: 73px;
    cursor: pointer;
    position: absolute;
    top: 110px;
}

.team_con .hd a.prev {
    background: url(../image/team_prev.png) no-repeat;
    left: -30px;
}

.team_con .hd a.next {
    background: url(../image/team_next.png) no-repeat;
    right: -30px;
}

.team_con .hd a.prev:hover {
    background: url(../image/team_prevh.png) no-repeat;
}

.team_con .hd a.next:hover {
    background: url(../image/team_nexth.png) no-repeat;
}


/*product*/

.pro_tit h6 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
}

.pro_tit p {
    color: #808080;
    font-size: 14px;
}

.i_product_con {
    margin: 0 42px;
}

.i_product_con li {
    width: 257px;
}

div.pro_imgbox {
    width: 257px;
    height: 213px;
    overflow: hidden;
    box-sizing: border-box;
}

.recommend_tit h4 {
    background: url(../image/i_recommend_line.png) no-repeat center center;
    font-size: 32px;
}

.pro_recommend {
    padding: 30px 0 0 0;
    overflow: inherit;
    height: 310px;
}

.pro_recommend .hd {
    position: relative;
}

.pro_recommend .hd a {
    display: block;
    width: 44px;
    height: 73px;
    cursor: pointer;
    position: absolute;
    top: 80px;
}

.pro_recommend .hd a.prev {
    background: url(../image/team_prev.png) no-repeat;
    left: -70px;
}

.pro_recommend .hd a.next {
    background: url(../image/team_next.png) no-repeat;
    right: -70px;
}

.pro_recommend .hd a.prev:hover {
    background: url(../image/team_prevh.png) no-repeat;
}

.pro_recommend .hd a.next:hover {
    background: url(../image/team_nexth.png) no-repeat;
}

.pro_recommend .bd li {
    margin: 0 11px 11px;
    float: left;
}


/*product-show*/

.inner_product_show {
    padding: 60px;
}

.i_relevant {
    width: 300px;
    background: #fff;
    width: 280px;
}

.i_relevant .tit {
    font-size: 26px;
    color: #444;
    font-family: 微软雅黑;
}


/*.i_relevant .tit:before{content:''; height:1px; background:#666; width:40px; display:block; position:absolute; left:-45px; top:20px;}*/

.i_relevant .tit1 {
    font-family: 微软雅黑;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    color: #444;
}

.i_relevant .con1 {
    padding: 5px 0 0 0;
}

.i_relevant .con1 li {
    height: 30px;
    line-height: 30px;
}

.i_relevant .con1 li h4 a {
    font-size: 14px;
    font-family: 微软雅黑;
}

.i_relevant_position {
    position: fixed;
    top: 100px;
    margin: 0 0 0 980px;
    margin: 0 0 0 803px;
}

.i_relevant .par {
    margin: 10px 0 25px 0;
    font-size: 14px;
    font-family: 微软雅黑;
}

.i_relevant .par li {
    height: 28px;
}

.i_relevant .par li em {}

.i_relevant .par li a {}

.i_relevant .par li.last {
    width: 100px;
    height: 1px;
    display: block;
    background: #ddd;
    margin: 20px 0 0 0;
}

.i_product_data_box {
    width: 910px;
    width: 780px;
}

.i_product_data {
    width: 910px;
    position: relative;
    width: 100%;
}

.i_product_data .img {
    text-align: center;
    margin: 0 auto;
}

.i_product_data .img img {
    vertical-align: middle;
    width: 500px;
    height: auto;
    height: 372px
}

.page-nav {
    padding: 0 0 20px 0;
}

.page-nav p {
    padding: 3px 0;
}

.i_product_data_con {
    margin: 20px 0 0 0;
}

.i_product_data_con .tit {
    font-size: 18px;
    border-top: 1px solid #eee;
    padding: 15px 0 0 20px;
    background: url(../image/i_about_ico2.png) no-repeat left 26px;
    color: #2092ce;
    font-family: Impact;
    text-transform: uppercase;
    font-weight: bold;
}

.i_product_data_con .con {
    padding: 0 0 20px 0;
    font-size: 14px;
}

.i_product_data_con img {
    max-width: 800px;
    text-align: center;
}

.citycon {
    padding: 10px 0 0 0;
}

.product-detail .hd {
    height: 40px;
    background: #eee;
}

.product-detail .hd li {
    float: left;
    width: 100px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-family: 微软雅黑;
    color: #333;
}

.product-detail .hd li.on {
    background: #2092ce;
    color: #fff;
    font-weight: bold;
}

.product-detail .bd {
    padding: 20px 0 0 0;
}


/*picture*/

.pic_imgbox {
    width: 1002px;
    margin: 0 198px;
    padding: 60px 0 0 0;
}

.large_pic {
    overflow: hidden;
    width: 1002px;
    height: 582px;
}

.large_pic li .img {
    width: 980px;
    height: 560px;
    text-align: center;
    margin: 0 auto;
    background: #f7f7f7;
    border: 1px solid #efefef;
    padding: 10px;
}

.large_pic li .img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.large_pic li .img span {
    height: 100%;
    width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.small_pic {
    overflow: hidden;
    margin: 10px 0 0 0;
}

.small_pic_list {
    width: 922px;
    margin: 0 auto;
    float: left;
    height: 80px;
    overflow: hidden;
}

.small_pic_list li {
    float: left;
    margin: 0 10px;
    position: relative;
}

.small_pic_list li img {
    width: 120px;
    height: 80px;
    cursor: pointer;
}

.small_pic_list li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 80px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.small_pic_list li.on .bun_bg {
    display: block;
}

.pic_btn {
    display: block;
    width: 30px;
    height: 80px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.pic_btn:hover {
    background-color: #4c6497;
}

.pic_left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(../image/pic_left_btn.png);
}

.pic_right_btn {
    float: right;
    background-image: url(../image/pic_right_btn.png);
}

.hezuo {
    margin: 30px auto 0;
    text-align: center;
}


/*picture_show*/

.inner_picture_show {
    padding: 60px;
}

.inner_picture_show .img {
    text-align: center;
}

.inner_picture_show .img img {
    max-width: 1280px;
}

.inner_picture_show .tit {
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 10px 0;
    color: #000;
}

.inner_picture_show .con {
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}


/*news*/

.inner_news {
    padding: 30px 100px;
}

.inner_news li a {
    height: 128px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    padding: 30px 0;
    position: relative;
    display: block;
}

.inner_news li a .time:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #ddd;
    display: block;
    position: absolute;
    left: 110px;
    top: 42px;
    transition: all .3s;
}

.inner_news li a .time h6 {
    font-family: Arial;
    font-size: 18px;
    color: #8f8f8f;
    line-height: 24px;
    transition: all .3s;
}

.inner_news li a .time em {
    display: block;
    background: url(../image/inner_news_ico.png) no-repeat center center #fff;
    width: 38px;
    height: 38px;
    margin: 26px 0 0 0;
    transition: all .3s;
}

.inner_news li a .img img {
    width: 198px;
    height: 128px;
    transition: all .3s;
}

.inner_news li a .con {
    width: 540px;
    padding: 0 0 0 130px;
    transition: all .3s;
}

.inner_news li a .con h4 {
    color: #717171;
    font-size: 16px;
    line-height: 24px;
}

.inner_news li a .con p {
    color: #999;
    line-height: 26px;
    margin: 20px 0 0 0;
}

.inner_news li a:hover .time h6 {
    color: #333;
}

.inner_news li a:hover .time em {
    background: url(../image/inner_news_ico.png) no-repeat center center #333;
}

.inner_news li a:hover .time:after {
    width: 80px;
    background: #666;
}

.inner_news li a:hover .con {
    padding: 0 0 0 150px;
}

.inner_news li a:hover .con h4 {
    color: #333;
}

.inner_news li a:hover .img img {
    padding: 0 5px 0 0;
}


/*news-show*/

.inner_news_show {
    padding: 60px 100px 20px;
}

.inner_news_show .tit {
    font-size: 22px;
    text-align: center;
    color: #2092ce;
    font-weight: bold;
}

.inner_news_show .time {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}

.inner_news_show .con {
    padding-top: 10px;
    font-size: 14px;
    color: #515D6B;
    font-family: 微软雅黑;
}


/************
	可以复制
**************************/

.img-con-deta {
    overflow: hidden;
}

.go_top a.top img {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.inner-image-date {
    padding-top: 20px;
}


/*====== 上一页-下一页 =====*/

.page {
    text-align: center;
    clear: both;
    padding: 40px 0 0 0;
}

.page a {
    font-size: 12px;
    margin: 3px;
    padding: 5px 10px;
    border: 1px solid #555;
    color: #555;
}

.page a:hover {
    background-color: #666;
    color: #fff;
}

.page span {
    font-size: 12px;
    margin: 3px;
    padding: 5px 10px;
    background: #555;
    color: #fff;
}


/*===== kefu ====*/

.kefu {
    width: 99px;
    height: 60px;
    position: absolute;
    top: 0px;
    z-index: 999
}

.kefu .kftop {
    background: url(../images/kefu_top.gif) no-repeat;
    height: 20px;
}

.kefu .kfbottom {
    background: url(../images/kefu_bottom.gif) no-repeat;
    height: 14px;
}

.kefu .kfbox {
    border-left: 1px solid #DDE6EC;
    border-right: 1px solid #DDE6EC;
    overflow: hidden;
    zoom: 1;
    padding: 1px;
    background: #FFF;
    color: #f00;
    line-height: 26px;
}

.kefu .kfbox ul {
    padding-left: 6px;
}

.kefu .kfbox ul li.tit {
    color: #800000;
}

.kefu .kfbox ul li img {
    vertical-align: middle;
}

.kefu .kfbox .tit {
    padding-left: 0;
    font-size: 12px;
}

.table-list td,
.table-list th {
    padding-left: 12px;
}

.table-list td img {
    vertical-align: middle;
}

.table-list thead th {
    height: 30px;
    background: #eef3f7;
    border-bottom: 1px solid #d5dfe8;
    font-weight: normal;
    line-height: 30px;
}

.table-list tbody td,
.table-list .btn {
    border-bottom: #eee 1px solid;
    line-height: 30px;
}

div.btn {
    background: #f6f6f6;
    padding: 6px 12px;
    height: 30px;
    line-height: 30px
}

.table-list tr:hover,
.table-list table tbody tr:hover {
    background: #fbffe4
}

.nHover tr:hover,
.nHover tr:hover td {
    background: none
}

.table-list .input-text-c {
    padding: 0;
    height: 18px
}

.input-text-c {
    border: 1px solid #A7A6AA;
    height: 18px;
    padding: 2px 0 0;
    text-align: center
}

.td-line {
    border: 1px solid #eee
}

.td-line td,
.td-line th {
    border: 1px solid #eee
}

.button {
    background: #ff343f;
    border: none;
    padding: 5px 12px;
    margin-right: 6px;
    cursor: pointer;
    color: #fff;
}

[type=reset] {
    background: #999;
}

.button:hover {
    background: #b70910;
}

[type=reset]:hover {
    background: #777;
}

.table-list tr.on,
.table-list tr.on td,
.table-list tr.on th,
.table-list td.on,
.table-list th.on {
    background: #fdf9e5;
}

a.close-own {
    background: url(../Images/cross.png) no-repeat left 3px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    outline: none;
    right: 7px;
    top: 8px;
    text-indent: 200px;
    overflow: hidden
}

a.close-own:hover {
    background-position: left -46px
}

.input-text,
.measure-input,
textarea,
input.date,
input.endDate,
.input-focus {
    border: 1px solid #A7A6AA;
    line-height: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    padding: 1px 0 1px 5px;
    border: 1px solid #d0d0d0;
    background: #FFF url(../Images/admin_img/input.png) repeat-x;
    font-family: Verdana, Geneva, sans-serif, "宋体";
    font-size: 12px;
}

.input-focus {
    background: #FFF;
    border-color: #afcee6;
    font-size: 12px;
}

input.date,
input.endDate {
    background: #fff url(../Images/admin_img/input_date.png) no-repeat right 3px;
    padding-right: 18px;
    font-size: 12px;
}

textarea,
textarea.input-text,
textarea.input-focus {
    font-size: 12px;
    height: auto;
    padding: 5px;
    margin: 0;
}

select {
    vertical-align: middle;
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: #666666 #CCCCCC #CCCCCC #666666;
    border-style: solid;
    border-width: 1px;
    color: #333;
    padding: 2px;
}

.search-form {
    margin-bottom: 10px
}


/*宋体宋体*/

.table_form {
    margin: 10px;
    width: 95%;
}

.table_form input {}

.table_form td {
    padding-left: 12px
}

.table_form th {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    color: #777
}

.table_form td label {
    vertical-align: middle
}

.table_form td,
.table_form th {
    padding: 8px 0 5px 8px;
    line-height: 22px;
}

.table_form tbody td,
.table_form tbody th {
    border-bottom: 1px solid #eee;
}

.colorpanel tbody td,
.colorpanel tbody th {
    padding: 0;
    border-bottom: none;
}

em.error {
    overflow: hidden;
    zoom: 1;
    background: url("../Images/unchecked.gif") no-repeat 0px 0px;
    padding-left: 19px;
    color: red;
}

em.success {
    overflow: hidden;
    zoom: 1;
    background: url("../Images/checked.gif") no-repeat 0px 0px;
    padding-left: 19px;
    color: red;
}

.guestbook_list {
    margin: 12px 0;
    line-height: 26px;
    font-size: 13px;
}

.guestbook_list dl {
    border: 1px solid #E9E9EB;
    margin: 8px auto;
    padding: 15px;
}

.guestbook_list dl dt {
    border-bottom: 1px dashed #E9E9EB;
    height: 26px;
    line-height: 26px;
    color: #b70910;
}

.guestbook_list dl dt span {
    float: right;
    line-height: 26px;
}

.guestbook_list dl dd.g_content {
    padding: 5px;
    line-height: 26px;
}

.post_box {
    border: 1px solid #eee;
}

.post_box h5 {
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    height: 35px;
    background: #f5f5f5;
}


/*user login*/