﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    border: 0;
}
li {
    text-decoration: none;
    list-style: none;
}
a {
    text-decoration: none;
    color: #666666;
    cursor: pointer;
}
a:hover {
    color: #fb7d0c !important;
}
img {
    border: none;
}
body {
    color: #ccc;
    font-size: 12px;
    font-family: "微软雅黑";
    background: #fff;
}
.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}
/*********************************  通用  ***************************************/
.Universal {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}
.line {
    height: 5px;
    border-top: 1px dashed #b8b8b8;
    line-height: 5px;
    font-family: 0px;
    margin-top: 5px;
}

/*********************************  首页  二级导航  ***************************************/
.two {
    width: 137px !important;
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
}
.two li {
    height: 40px;
    line-height: 40px;
    background: #a6662f;
    margin-bottom: 1px;
}
.two li a {
    font-size: 14px;
    color: #fff !important;
    white-space: nowrap;
    background: #fcb16c !important;
}
.menu li:hover .two li a {
    color: #fff !important;
}
.menu li:hover .two li a:hover {
    color: #c45c00 !important;
    background: #fdca9b !important;
}

/*********************************  友情链接  background:#e97415;***************************************/
.Links_div {
    width: 100%;
    height: auto;
    background: #fff;
}
.Links {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    font: 14px/33px "微软雅黑";
    color: #333333;
}
/**.Links span{float: left; font:16px/66px "微软雅黑"; display:inline-block; background:url(/cache/box/images/link.jpg) no-repeat; height:66px; padding:0 26px; margin-right:9px;background-size: auto 66px;}**/
.Links span {
    float: left;
    font: 16px/66px "微软雅黑";
    display: inline-block;
    height: 66px;
    padding: 0 26px 0 0;
}
.Links a {
    color: #333333;
    padding: 0 9px 0 0;
}
.Links a:hover {
    color: #fff !important;
}

/********************************* 栏目标题  ***************************************/
.title {
    height: 54px;
    color: #fb7d0c;
    font: 15px "微软雅黑";
    width: 100%;
    position: relative;
    margin: 5px 0 15px 0;
    overflow: hidden;
}
.title b {
    float: left;
    display: inline;
    color: #fb7d0c;
    font: normal 43px/54px "微软雅黑";
    padding: 0 3px 0 0;
    font-weight: 600;
}
.title span {
    font: 18px "微软雅黑";
    display: block;
    color: #333333;
    font-weight: 600;
    padding-top: 7px;
}
.title_more {
    color: #666666;
    position: absolute;
    right: 18px;
    height: 15px;
    font: 12px/15px "微软雅黑";
    width: 100px;
    text-align: right;
    top: 20px;
}
.title_more a {
    color: #666666;
    font-size: 18px;
}
.title_a {
    display: block;
    width: 231px;
    height: 35px;
    padding: 0 0 15px 0;
    color: #ffffff;
    font: 18px/35px "微软雅黑";
    text-align: center;
    background: url(/cache/box/images/dh.jpg) no-repeat;
}
.title_b {
    height: 55px;
    background: url(/cache/box/images/title.png) no-repeat 0 10px;
    padding: 0 0 50px 460px;
    color: #333333;
    font: 30px "微软雅黑";
    margin-bottom: 40px;
}
.title_b img {
    float: left;
    display: block;
    padding: 10px 20px 0 0;
}
.title_b span {
    display: block;
    color: #666666;
    font: 14px "微软雅黑";
}
/********************************* 问题  ***************************************/
.problem_left {
    width: 642px;
    height: auto;
    float: left;
    display: inline;
}
.problem_Scroll {
    height: 330px;
    background: #f4f4f4;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    overflow: auto;
}
.problem_list {
    width: 590px;
    height: 125px;
    background: #f4f4f4;
    padding: 15px 14px 0 14px;
    margin-bottom: 30px;
}
/* .problem_list span {
    width: 25px;
    font: bold 30px "新宋体";
    padding-left: 5px;
    color: #fb7d0c;
    float: left;
    height: auto;
    display: block;
} */
.problem_list .txt {
    float: left;
    width: 554px;
    height: auto;
    font: 14px/35px "微软雅黑";
    color: #666666;
}
.problem_list a {
    color: #333333;
    display: block;
    height: 30px;
    overflow: hidden;
}
.problem_list p {
    height: 35px;
    overflow: hidden;
}
/********************************* 在线留言  ***************************************/
.message {
    width: 380px;
    height: auto;
    float: left;
    display: inline;
    margin: 0 0 56px 60px;
}
.message p {
    height: 29px;
    margin-bottom: 13px;
}
.message label {
    display: inline-block;
    width: 75px;
    height: 29px;
    color: #333333;
    font: 14px/29px "微软雅黑";
}
.message input {
    width: 265px;
    height: 26px;
    border: 1px solid #dcdcdc;
    background: #fff;
    line-height: 26px;
    color: #333;
}
.message textarea {
    width: 265px;
    height: 60px;
    border: 1px solid #dcdcdc;
    background: #fff;
    line-height: 26px;
    color: #333;
}
.message .btn {
    width: 95px;
    height: 29px;
    border: none;
    background: #fb7d0c;
    color: #fff;
    text-align: center;
    font: 14px/29px "微软雅黑";
    margin-left: 75px;
}
/********************************* 条码知识  ***************************************/
.Barcode_left {
    width: 654px;
    height: auto;
    float: left;
    display: inline;
}
.Barcode_left .l_left {
    float: left;
}
.Barcode_left .Barcode_left_title {
    width: 654px;
    height: 50px;
    line-height: 50px;
}
.Barcode_left .Barcode_left_title a {
    float: right;
    color: #666;
    font-size: 16px;
}
.Barcode {
    border: 4px solid #f1f1f1;
    width: 660px;
    height: 660px;
    margin-bottom: 54px;
    padding: 0 25px;
}
.Barcode_list {
    width: 596px;
    height: 144px;
    color: #666666;
    font: 14px/25px "微软雅黑";
    overflow: hidden;
    margin: 16px 0;
}
.Barcode_list img {
    width: 163px;
    height: 144px;
    float: left;
    display: block;
    padding: 0 20px 0 0;
}
.Barcode_list span {
    display: block;
    font: bold 16px/35px "微软雅黑";
    height: 35px;
    overflow: hidden;
    padding: 9px 0 0 0;
}
.Barcode_list a {
    color: #333333;
}
.Barcode .news_v a {
    background: none;
    color: #666666;
}
.Barcode .news_v span {
    float: right;
    color: #666666;
}
/********************************* 新闻  ***************************************/
.index_right {
    width: 378px;
    float: right;
    height: auto;
}
.title_a:hover {
    color: #fff !important;
}
/* .index_btn {
    height: 20px;
    line-height: 20px;
    font-size: 0px;
} */
.index_btn {
    height: 14px;
    line-height: 14px;
    font-size: 0px;
}
.news_v {
    font: 14px/33px "微软雅黑";
    height: 33px;
    overflow: hidden;
}
.news_v a {
    display: block;
    height: 33px;
    background: url(/cache/box/images/li.jpg) no-repeat 4px 14px;
    padding: 0 0 0 15px;
}
.news_v span {
    float: right;
}
.news_right {
    float: left;
    width: 470px;
    height: auto;
    margin: 30px 0 0 30px;
}
.news_txt {
    width: 470px;
    height: 102px;
    overflow: hidden;
    margin-bottom: 15px;
}
.news_txt img {
    float: left;
    display: block;
    width: 136px;
    height: 102px;
    padding-right: 15px;
}

.news_txt .txt {
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    color: #666666;
}
.news_right .news_v {
    border-bottom: 1px dashed #b8b8b8;
    margin-bottom: 2px;
}
.news_right .news_v a {
    background: none;
    padding-left: 8px;
}
/*********************************   资质证书 ***************************************/
.Certificate {
    height: 370px;
    width: 100%;
    background: #fb7d0c;
    padding: 11px 0 0 0;
    margin-bottom: 45px;
}
.Certificate_dh {
    height: 66px;
    color: #ffffff;
    font: 16px "微软雅黑";
    width: 100%;
    position: relative;
    margin: 5px 0 30px 0;
    overflow: hidden;
    background: url(/cache/box/images/titlea.png) no-repeat 0 bottom;
    padding-bottom: 12px;
    overflow: hidden;
}
.Certificate_dh b {
    float: left;
    display: inline;
    color: #fff;
    font: normal 53px/66px "微软雅黑";
    padding: 0 3px 0 0;
    font-weight: 600;
}
.Certificate_dh span {
    font: 24px "微软雅黑";
    display: block;
    color: #333333;
    font-weight: 600;
    padding-top: 7px;
}
.Certificate .title_more a {
    color: #fff;
}
.Certificate_list {
    width: 806px;
    height: 330px;
    overflow: hidden;
    padding: 23px 0 16px 0;
    border-bottom: 1px dashed #b8b8b8;
    margin: 0 0 0 15px;
}
.Certificate_list img {
    float: left;
    display: block;
    width: 202px;
    height: 279px;
    margin: 0 28px 0 15px;
}
.Certificate_list .txt {
    width: 552px;
    height: 279px;
    overflow: hidden;
    float: left;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}
.traverse {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}
.traverse .preva {
    width: 42px;
    height: 42px;
    float: left;
    display: inline;
    cursor: pointer;
    margin: 80px 11px 0 11px;
    background: url(/cache/box/images/leftbtn.png) no-repeat;
}
.traverse .nexta {
    width: 42px;
    height: 42px;
    float: left;
    display: inline;
    cursor: pointer;
    margin: 80px 11px 0 11px;
    background: url(/cache/box/images/rightbtn.png) no-repeat;
}
.traverse .center {
    width: 972px;
    height: 212px;
    overflow: hidden;
    position: relative;
    float: left;
}
.traverse .vp_list {
    width: 155px;
    height: 212px;
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
    margin: 0 19px;
    background: #fff;
}
.traverse .vp_list img {
    width: 155px;
    height: 212px;
}
/*********************************   公司简介 ***************************************/
.Profile {
    width: 100%;
    height: 328px;
    background: url(/cache/box/images/aboutbg.jpg) repeat-x;
}
.Profile_left {
    width: 689px;
    height: auto;
    margin: 25px 70px 0 6px;
    float: left;
}
.Profile_left .Certificate_dh {
    color: #fb7d0c;
    background: none;
    margin-bottom: 0;
}
.Profile_left .Certificate_dh b {
    color: #fb7d0c;
}
.Profile_left .txt {
    color: #333333;
    font: 14px/35px "微软雅黑";
    height: 175px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Profile_left .txt a {
    color: #fb7d0c;
}
.Profile_dh {
    height: 120px;
    line-height: 83px;
    background: url(/cache/box/images/dhd.jpg) no-repeat center top;
    color: #ffffff;
    font-size: 30px;
    padding: 0 0 70px 380px;
}
.Profile_dh span {
    padding: 0 50px;
}
.Profile_title {
    height: 39px;
    color: #ff721e;
    background: url(/cache/box/images/linea.jpg) no-repeat 40px bottom;
    font: bold 24px/39px "微软雅黑";
    padding-bottom: 3px;
}
.Profile_title i {
    display: inline-block;
    padding: 0 12px 0 2px;
    height: 39px;
    text-align: center;
    background: url(/cache/box/images/lia.jpg) no-repeat;
    color: #fff;
}
.Profile_line {
    height: 61px;
    background: url(/cache/box/images/lineb.jpg) no-repeat;
}
.Profile_lefta {
    width: 480px;
    float: left;
    display: inline;
    height: auto;
    margin: 0 23px 0 29px;
}
.Profile_right {
    width: 480px;
    float: right;
    display: inline;
    height: auto;
    margin: 18px 50px 0 0px;
}
.Profile_img {
    float: left;
    margin: 0 0 13px 93px;
}
.summary {
    color: #333333;
    line-height: 30px;
    padding: 15px 0 0 44px;
    font-size: 14px;
    font-weight: 600;
}
.company {
    width: 1100px;
    height: auto;
    margin: 0 auto 26px auto;
    background: url(/cache/box/images/bg.jpg) repeat-x 0 bottom;
}
.company_vedio {
    width: 344px;
    height: 258px;
    float: left;
    display: inline;
    margin: 46px 0 34px 39px;
}
.company_right {
    width: 650px;
    float: left;
    height: auto;
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    margin: 46px 0 0 31px;
}
.company_right .txt {
    height: 224px;
    overflow: hidden;
}
.company_right a {
    color: #fb7d0c;
}
/*********************************  产品中心 ***************************************/
.products_nav {
    width: 220px;
    height: auto;
    float: left;
    display: inline;
    background: #fff;
    padding: 10px 0;
}
.products_nav li {
    width: 200px;
    margin: 0 0 0 10px;
    font-size: 16px;
    line-height: 49px;
}
.products_nav li .a1 {
    color: #000;
    background: #ededed;
    font-weight: bold;
}
.products_nav li .a1:hover {
    color: #fff !important;
    background: #f96400;
    font-weight: bold;
}
.products_nav li a {
    color: #333333;
    padding: 0 0 0 26px;
    display: block;
    margin-bottom: 2px;
}

.products_nav li p a {
    border-bottom: 1px dashed #ccc;
    width: 160px;
    height: 49px;
    display: block;
    overflow: hidden;
}
.products_nav li p a:last-child {
    border: 0;
}
.products_nav li .dd {
    display: none;
}
.products_nav li .dd a {
    display: block;
}
.products_nav li .dd a:hover {
    color: #434343 !important;
}
.products_nav li .ona {
    display: block;
}
.onb {
    background: #f96400 !important;
    color: #fff !important;
}
.products_dh {
    width: 800px;
    height: 46px;
    background: url(/cache/box/images/line.jpg) no-repeat 0 bottom;
    color: #fb7d0c;
    line-height: 46px;
    font-size: 18px;
    padding: 10px 0 0 0;
    margin-bottom: 27px;
}
.products_dh a {
    display: block;
    height: 46px;
}
.products_dh b {
    color: #a5a5a5;
    font: 14px/46px Arial;
}
.products_dh span {
    float: right;
    color: #666666;
    font: 18px/46px "微软雅黑";
}
.products_right {
    float: right;
    width: 820px;
    height: auto;
    padding: 0 0 15px 20px;
    background: #ffffff;
}
.products_list {
    float: left;
    width: 178px;
    height: 167px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    margin: 0 20px 27px 0;
}
.products_list img {
    width: 168px;
    height: 126px;
    display: block;
    margin-bottom: 5px;
}
.products_list a {
    color: #333333;
    display: block;
    /* height: 157px; */
    background: #f2f2f2;
    padding: 5px;
}
.products_list a:hover {
    background: #fb7d0c;
    color: #fff !important;
}

.Printer {
    width: 846px;
    height: auto;
    margin: 48px 0 30px 0;
}
.Printer_title {
    height: 30px;
    width: 870px;
    margin-bottom: 14px;
    background: url(/cache/box/images/subb.jpg) repeat-x 0 bottom;
}
.Printer_title li {
    height: 30px;
    float: left;
    line-height: 22px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    color: #333333;
    padding: 0 5px 10px 5px;
    background: url(/cache/box/images/subb.jpg) repeat-x 0 bottom;
}
.Printer_title span {
    float: left;
    display: block;
    height: 20px;
    width: 12px;
    background: url(/cache/box/images/subd.jpg) no-repeat center center;
}
.Printer_title_x {
    background: url(/cache/box/images/subc.jpg) repeat-x 0 bottom !important;
    color: #333333 !important;
    padding-left: 12px;
}
.Printer_dl {
    min-height: 310px;
    overflow: hidden;
    width: 846px;
    display: none;
}
.Printer_s {
    display: block !important;
}
.Printer_img {
    width: 168px;
    height: 126px;
    padding: 5px;
    border: 1px solid #d4d4d4;
    float: left;
    background: #f2f2f2;
    margin: 0 9px 0 15px;
}
.Printer_right {
    width: 642px;
    float: left;
    height: auto;
}
.Printer_dh {
    height: 28px;
    font: 600 14px/28px "微软雅黑";
    overflow: hidden;
}
.Printer_dh a {
    color: #fb7d0c;
}
.Printer_right ul {
    width: 642px;
    height: auto;
}
.Printer_right ul li {
    width: 214px;
    float: left;
    display: inline;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.Printer_right ul li a {
    color: #666666;
}
.Printer_line {
    height: 20px;
    border-bottom: 1px dashed #b8b8b8;
    width: 807px;
    margin: 0 auto 20px auto;
}
.Printer_list {
    width: 822px;
    height: 138px;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    margin: 0 0 0 18px;
}
.Printer_list img {
    width: 168px;
    height: 126px;
    padding: 5px;
    border: 1px solid #d4d4d4;
    float: left;
    background: #f2f2f2;
    margin: 0 12px 0 0px;
}
.Printer_list a {
    color: #fb7d0c;
}
.Printer_list span {
    display: block;
    height: 26px;
    font: 600 14px/26px "微软雅黑";
    overflow: hidden;
}
.Printer_dha {
    color: #333333;
    height: 40px;
    font: 600 14px/40px "微软雅黑";
    padding: 6px 0 0 18px;
}
.Printer_ul {
    width: 807px;
    margin: 0 auto;
    height: auto;
}
.Printer_ul li {
    width: 269px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    float: left;
}
.Printer_ul li a {
    color: #666666;
}
.Printer_list_a {
    width: 822px;
    height: 138px;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    margin: 0 0 0 18px;
}
.Printer_img_a {
    width: 168px;
    height: 126px;
    padding: 5px;
    border: 1px solid #d4d4d4;
    float: left;
    background: #f2f2f2;
    margin: 0 12px 0 0px;
}
.Printer_list_a a {
    color: #fb7d0c;
}
.Printer_dhb {
    height: 23px;
    font: 600 14px/23px "微软雅黑";
    overflow: hidden;
    margin-bottom: 4px;
}
.Printer_dhb span {
    color: #0084ff;
    font: 12px/23px "新宋体";
    display: inline-block;
    height: 23px;
    background: url(/cache/box/images/down.jpg) no-repeat;
    padding-left: 20px;
    margin-left: 15px;
}
/********************************* sub切换  ***************************************/
.Equipment {
    width: 589px;
    height: auto;
    float: left;
    display: inline;
    margin: 48px 0 30px 0;
}
.Equipment_title {
    height: 44px;
    width: 589px;
    margin-bottom: 14px;
}
.Equipment_title li {
    width: 192px;
    height: 36px;
    text-align: center;
    float: left;
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: #333333;
    margin-left: 6px;
    padding: 0 0 8px 0;
    background: url(/cache/box/images/sub.jpg) no-repeat;
}
.Equipment_title_x {
    background: url(/cache/box/images/suba.jpg) no-repeat !important;
    color: #fff !important;
}
.Equipment_dl {
    height: 310px;
    overflow: hidden;
    width: 583px;
    padding: 15px 0 0 0;
    display: none;
    border: 3px solid #f1f1f1;
}
.Equipment_s {
    display: block !important;
}
.Equipment_p {
    font-size: 14px;
    color: #333;
    line-height: 37px;
    padding: 0 18px 0 18px;
    table-layout: fixed;
    word-break: break-all;
}
.Equipment_p a {
    color: #333;
    padding-left: 6px;
}
.Equipment_txt {
    font-size: 14px;
    color: #333;
    line-height: 27px;
    padding: 0 20px;
}
.img_left {
    float: left;
    display: inline;
    width: 120px;
    height: 32px;
    margin: 7px 15px 0 15px;
}
.img_left img {
    width: 120px;
    height: 32px;
}
.img_right {
    float: left;
    display: inline;
    width: 420px;
    color: #333;
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}
/********************************* 解决方案  ***************************************/
.Solutions_list {
    width: 300px;
    float: left;
    display: inline;
    height: auto;
    margin: 0 20px 55px 50px;
}
.Solutions_dh {
    height: 20px;
    font: bold 18px/20px "微软雅黑";
    text-align: center;
    overflow: hidden;
    margin-bottom: 17px;
}
.Solutions_dh a {
    color: #333;
}
.Solutions_dh a:hover {
    color: #fb7d0c;
}
.Solutions_txt {
    width: 290px;
    height: 300px;
    overflow: hidden;
    background: #e9e9e9;
    color: #333;
    font-size: 14px;
    line-height: 27px;
    padding: 5px 5px 15px 5px;
}
.Solutions_txt img {
    width: 290px;
    height: 155px;
    display: block;
    margin-bottom: 10px;
}
.Solutions_txt:hover {
    background: #fb7d0c;
    color: #fff;
}
.Solutions_p {
    width: 806px;
    height: 131px;
    overflow: hidden;
    padding: 19px 0 19px 0;
    border-bottom: 1px dashed #b8b8b8;
    margin: 0 0 0 15px;
}
.Solutions_dha {
    height: 26px;
    font: 600 16px/26px "微软雅黑";
    overflow: hidden;
    margin-bottom: 8px;
}
.Solutions_dha a {
    color: #333;
}
.Solutions_dha span {
    font: normal 12px/26px "微软雅黑";
    color: #fb7d0c;
    float: right;
}
.Solutions_p img {
    float: left;
    display: block;
    width: 132px;
    height: 131px;
    margin: 0 18px 0 0px;
    border: 1px solid #d6d6d6;
}
.Solutions_p .txt {
    width: 652px;
    height: 110px;
    overflow: hidden;
    float: left;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
}
/********************************* 客户群  ***************************************/
.partner_div {
    clear: both;
    width: 100%;
    height: 203px;
    background: #f2f2f2;
    padding: 10px 0 0 0;
    margin-bottom: 40px;
}
.partner_div .Certificate_dh b {
    color: #fb7d0c;
}
.partner_div .Certificate_dh {
    color: #fb7d0c;
}
.partner {
    height: 59px;
    width: 1100px;
}
.partner .prevb {
    width: 14px;
    height: 19px;
    float: left;
    display: inline;
    cursor: pointer;
    margin: 21px 12px 0 12px;
    background: url(/cache/box/images/leftbtn.jpg) no-repeat;
}
.partner .nextb {
    width: 14px;
    height: 19px;
    float: left;
    display: inline;
    cursor: pointer;
    margin: 21px 12px 0 12px;
    background: url(/cache/box/images/rightbtn.jpg) no-repeat;
}
.partner .center {
    width: 1020px;
    height: 59px;
    overflow: hidden;
    position: relative;
    float: left;
}
.partner .vp_list {
    width: 181px;
    height: 59px;
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
    margin: 0 12px;
}
.partner .vp_list img {
    width: 179px;
    height: 57px;
    border: 1px solid #ff721e;
}
.partner_p {
    width: 181px;
    height: 59px;
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
    margin: 12px 15px 20px 15px;
}
.partner_p img {
    width: 179px;
    height: 57px;
    border: 1px solid #ff721e;
}
/********************************* 内容页面左边  ***************************************/
.left {
    width: 240px;
    height: auto;
    float: left;
    display: inline;
    margin-bottom: 30px;
}
.left_dh {
    width: 240px;
    height: 36px;
    background: #fb7d0c;
    color: #ffffff;
    text-align: center;
    font: 18px/36px "微软雅黑";
}
.left_nav {
    width: 240px;
    height: auto;
    padding: 8px 0 22px 0;
}
.left_nav a {
    display: block;
    height: 36px;
    border-bottom: 1px solid #e8e8e8;
    font: 14px/36px "微软雅黑";
    background: url(/cache/box/images/li.jpg) no-repeat 10px center;
    padding: 0 0 0 23px;
    color: #666666;
    overflow: hidden;
}
.left_nav a.on {
    color: #fb7d0c !important;
}
.left_news {
    width: 240px;
    height: auto;
    padding: 8px 0 22px 0;
}
.left_news a {
    display: block;
    height: 36px;
    border-bottom: 1px solid #e8e8e8;
    font: 14px/36px "微软雅黑";
    background: url(/cache/box/images/li.jpg) no-repeat 10px center;
    padding: 0 0 0 23px;
    color: #333333;
    overflow: hidden;
}

.left_dl {
    width: 240px;
    height: auto;
}
.left_dl dt {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    background: #ededed url(/cache/box/images/li.jpg) no-repeat 9px center;
    margin: 10px 0;
}
.left_dl dt a {
    color: #333333;
    padding: 0 0 0 22px;
}
.left_dl dt a:hover,
.left_dl dt.on {
    color: #fb7d0c !important;
}
.left_dl dd {
    width: 240px;
    height: auto;
}
.left_dl dd a {
    color: #333333;
    display: block;
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 0 0 26px;
}
.left_dl dd a:hover,
.left_dl dd.on {
    color: #fb7d0c !important;
}
/********************************* 内容页面右边  ***************************************/
.right {
    width: 846px;
    height: auto;
    float: right;
    display: inline;
    margin-bottom: 40px;
}
.Location {
    height: 45px;
    font: 14px/37px "微软雅黑";
    color: #666666;
    padding: 0 0 10px 0px;
    background: url(/cache/box/images/titlea.png) no-repeat 0 bottom;
    margin-bottom: 30px;
    text-align: right;
}
.Location a {
    color: #666666;
}
.Location span {
    color: #333333;
    font: 24px/37px "微软雅黑";
    float: left;
}
.right_about {
    width: 780px;
    height: auto;
    line-height: 32px;
    font-size: 14px;
    color: #666666;
    margin: 0 auto;
    overflow: hidden;
}
.right_about_a {
    width: 780px;
    height: auto;
    line-height: 26px;
    color: #666666;
    margin: 0 auto;
    overflow: hidden;
    padding: 12px 12px 0 12px;
    border: 1px solid #ccc;
}
/********************************* 翻页栏  ***************************************/
.Page {
    margin-top: 20px;
    padding: 35px 0 0 0;
    text-align: center;
    math-depth: 20px;
}
.Page a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    color: #bdbdbd;
    padding: 0 5px;
    background: #fff;
    font-family: Arial;
    border: 1px solid #bdbdbd;
    margin: 0 3px;
    font-size: 15px;
}
.Page a:hover,
.Page a.on {
    color: #fff !important;
    background: #313131;
}
.Page_news {
    width: 807px;
    margin: 30px auto auto auto;
    height: auto;
    padding: 10px 0 0 0;
    line-height: 26px;
    font-size: 14px;
    border-top: 1px dashed #b8b8b8;
}
.Page_news a {
    color: #666666;
    padding-left: 25px;
}
.Page_line {
    height: 28px;
    border-bottom: 1px dashed #b8b8b8;
    width: 807px;
    margin: 0 auto;
}
.Details {
    font: 24px/35px "微软雅黑";
    color: #333333;
    text-align: center;
    height: auto;
}
.Details_dh {
    color: #666666;
    font: 12px/28px "微软雅黑";
    padding: 0 0 10px 0;
    text-align: center;
    color: #666666;
    width: 807px;
    margin: 0 auto 15px auto;
    border-bottom: 1px dashed #b8b8b8;
}
.Details_dh a {
    color: #0084ff;
}
.Details_dh img {
    vertical-align: top;
    padding-left: 10px;
    font-family: "新宋体";
}
/********************************* 联系我们  ***************************************/
.contacts {
    width: 807px;
    height: auto;
    line-height: 32px;
    padding-top: 10px;
    font-size: 14px;
    color: #666666;
    margin: 0 auto;
    overflow: hidden;
}
.contacts_left {
    float: left;
    width: 117px;
    height: auto;
    font: 600 18px/32px "微软雅黑";
    color: #fb7d0c;
}
.contacts_right {
    float: left;
    width: 690px;
    float: left;
    display: inline;
    height: auto;
}
.contacts_line {
    height: 20px;
    border-bottom: 1px dashed #b8b8b8;
    margin-bottom: 20px;
}
/********************************* 问题解答  ***************************************/
.Questions_form {
    width: 730px;
    height: auto;
    margin: 40px 0 56px 0;
}
.Questions_form p {
    height: 29px;
    margin-bottom: 13px;
}
.Questions_form label {
    text-align: right;
    display: inline-block;
    width: 198px;
    height: 29px;
    color: #333333;
    font: 500 14px/29px "微软雅黑";
}
.Questions_form input {
    width: 469px;
    height: 26px;
    border: 1px solid #dcdcdc;
    background: #fff;
    line-height: 26px;
    color: #333;
}
.Questions_form textarea {
    width: 469px;
    height: 100px;
    vertical-align: top;
    border: 1px solid #dcdcdc;
    background: #fff;
    line-height: 26px;
    color: #333;
}
.Questions_form .btn {
    width: 95px;
    height: 29px;
    border: none;
    background: #fb7d0c;
    color: #fff;
    text-align: center;
    font: 14px/29px "微软雅黑";
    margin-left: 198px;
}
.Questions_Scroll {
    width: 721px;
    height: auto;
    background: #f4f4f4;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    margin: 0 auto;
}
.Questions_list {
    width: 671px;
    height: auto;
    background: #f4f4f4;
    padding: 15px 15px 15px 15px;
    margin: 0 0 10px 0;
}
.Questions_list span {
    width: 25px;
    font: bold 30px "新宋体";
    padding-left: 5px;
    color: #fb7d0c;
    float: left;
    height: auto;
    display: block;
}
.Questions_list .txt {
    float: left;
    width: 578px;
    height: auto;
    font: 14px/35px "微软雅黑";
    color: #666666;
}
.Questions_list a {
    color: #333333;
    display: block;
    height: 30px;
    overflow: hidden;
}
.Questions_list p {
    height: 35px;
    overflow: hidden;
}
/********************************* 服务支持  ***************************************/
.Services {
    width: 807px;
    height: auto;
    margin: 0 0 0 20px;
}
.Services_dh {
    height: 42px;
    background: #ededed;
    color: #fb7d0c;
    font: 600 16px/42px "微软雅黑";
    padding: 0 0 0 8px;
    margin: 10px 0;
}
.Services_dh a {
    color: #fb7d0c;
}
.Services_p {
    height: 30px;
    font: 14px/30px "微软雅黑";
    overflow: hidden;
    padding: 0 8px;
}
.Services_p a {
    display: block;
    height: 30px;
    color: #666666;
}
.Services_p span {
    float: right;
}
.Services_left {
    width: 402px;
    height: auto;
    float: left;
    display: inline;
    margin: 20px 0 0 16px;
}
.Services_dha {
    height: 33px;
    background: #ededed;
    color: #fb7d0c;
    font: 600 14px/33px "微软雅黑";
    padding: 0 12px 0 12px;
    margin-bottom: 10px;
}
.Services_dha a {
    color: #fb7d0c;
}
.Services_dha span {
    float: right;
    color: #666666;
    font: 12px/33px "微软雅黑";
}
/********************************* 视频  ***************************************/
.Video_list {
    width: 344px;
    height: 298px;
    overflow: hidden;
    font: 14px/30px "微软雅黑";
    text-align: center;
    margin: 20px 0 0 53px;
    float: left;
}
.Video_list img {
    display: block;
    width: 344px;
    height: 258px;
    margin-bottom: 10px;
}
.Video_list a {
    color: #333333;
}
.Video {
    width: 641px;
    height: 481px;
    margin: 35px auto;
}
/*********************************  返回顶部  ***************************************/
.ctrolPanel {
    position: fixed;
    right: 25px;
    bottom: 200px;
    z-index: 10000;
    width: 43px;
}
.ctrolPanel li {
    width: 43px;
    height: 40px;
    background: url(/cache/box/images/topc.jpg) no-repeat;
    margin-bottom: 1px;
    line-height: 18px;
}
.ctrolPanel .no {
    border-bottom: none;
}
.ctrolPanel a {
    width: 43px;
    height: 40px;
    color: #777;
    text-align: center;
    display: block;
}
.ctrolPanel .arrow {
    background: url(/cache/box/images/topa.jpg) no-repeat;
}
.ctrolPanel .qrcode {
    background: url(/cache/box/images/topb.jpg) no-repeat;
}
.ctrolPanel .contact span {
    width: 30px;
    display: block;
    padding: 3px 0 0 6px;
    color: #777777;
}
.ctrolPanel .two:hover span {
    display: block !important;
}
.ctrolPanel .two span {
    width: 132px;
    height: 133px;
    display: none;
    position: absolute;
    right: 44px;
    bottom: 0;
}
.ctrolPanel .two {
    position: relative;
}
/*********************************  网站地图 ***************************************/
.site_map {
    width: 810px;
    height: auto;
    margin: 10px auto auto auto;
}
.site_map li {
    width: 810px;
    padding: 10px 0;
    font: bold 14px/27px "微软雅黑";
    border-bottom: 1px dashed #b8b8b8;
}
.site_map_a a {
    color: #fb7d0c;
    padding: 0 5px;
}
.site_map_b a {
    color: #333333;
    padding: 0 5px;
}
.site_map_a {
    width: 105px;
    text-align: right;
    font: bold 16px/27px "微软雅黑";
    float: left;
    color: #fb7d0c;
}
.site_map_b {
    width: 561px;
    height: auto;
    margin: 0 0 0 20px;
    color: #333333;
    float: left;
}
/******************************** tan ***********************************************/
.tan {
    width: 200px;
    padding-left: 10px;
}
.tan .tan_top {
    height: 45px;
    line-height: 45px;
    background: #fb7d0c;
    text-align: center;
}
.tan .tan_top a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
}
.tan .tan_tel {
    background: url("/cache/box/images/add_tan.png") no-repeat center left;
    padding: 15px 0 15px 50px;
    border-bottom: 1px solid #d5d5d5;
}
.tan .tan_tel strong {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
.tan .tan_tel p {
    color: #fa7c0c;
    font-size: 18px;
    font-weight: bold;
}
.tan .tan_txt {
    font-size: 15px;
    color: #000000;
    padding: 0 10px;
}
.tan .tan_txt p {
    line-height: 30px;
}
