@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('/fonts/Impact.eot');
    src: url('/fonts/Impact.eot?#iefix') format('embedded-opentype'), url('/fonts/Impact.woff') format('woff'), url('/fonts/Impact.ttf') format('truetype'), url('/fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: arial, tahoma, Microsoft YaHei, Hiragino Sans GB, sans-serif,"Noto Sans Myanmar";
    color: #111;
    word-wrap: break-word;
    white-space: normal;
    /*word-break:break-all; */
    letter-spacing: 0.5px;
    background: url(/PC/images/bg0.jpg);
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 2px 5px #ccc;
    -webkit-box-shadow: 1px 2px 5px #ccc;
    box-shadow: 1px 2px 5px #ccc;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.wapShow, .noShow {
    display: none !important;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #fe6c0d;
}

.txt_yy {
    text-shadow: 1px 1px 2px #000;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
    outline: none;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    transition: all 0.4s;
}

img:hover {
    transform: scale(1.05);
}

.show_db {
    display: block;
}

.noInfor {
    line-height: 200px;
    min-height: 200px;
    text-align: center;
    font-size: 18px;
}

/*渐变背景*/
.grad {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
    /* Standard syntax */
}

.grad_2 {
    background: #ff6a01;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #ff8701, #ff5001);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #ff8701, #ff5001);
    /* Standard syntax */
}

ul, li, dl, dt, dd, h1, h2, h3 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.center {
    width: 1125px;
    margin: 0 auto;
}

.inline_width {
    display: inline-block;
    width: 100%;
}

.title_center {
    text-align: center;
}

.left, .sub_left, .s_left {
    float: left;
}

.right, .sub_right, .s_right {
    float: right;
}

.no_mp {
    margin: 0;
    padding: 0;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/* 页码 */
.pageNumber {
    font-size: 16px;
    text-align: center;
    min-height: 40px;
    line-height: 40px;
    padding-top: 13px;
}

.pageNumber a {
    padding: 9px 13px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    background: #fff;
}

.pageNumber a:hover {
    background: #f55319;
    color: #fff;
    border: 1px solid #f55319;
}

.pageNumber .current_page {
    padding: 9px 13px;
    background: #f55319;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #f55319;
    margin-right: 5px;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    color: #999;
    vertical-align: middle;
    font-size: 16px;
}

.search input[type="text"] {
    width: 180px;
    height: 26px;
    line-height: 28px;
    color: #333;
    padding: 0 10px;
    font-size: 13px;
    border: 1px solid #ccc;
    margin-left: 8px;
}

.search input[type="button"] {
    color: #fff;
    background: #fe6c0d;
    font-size: 15px;
    line-height: 28px;
    height: 28px;
    padding: 0 23px;
    cursor: pointer;
}

/* End  共享区 */
.page_bj {
    background: url("/PC/images/index.jpg?v=3") no-repeat center top;
    min-height: 2556px;
}

.in_banner {
    min-height: 300px;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.in_bj {
    background: url("/PC/images/in_bj.jpg?v=3") no-repeat center top;
    background-position-y: 700px;
}

.banner_about {
    background: url("/PC/images/banner_about.jpg?v=3") no-repeat center;
}

.banner_fbSure {
    background: url("/PC/images/banner_fbSure.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/PC/images/banner_down.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/PC/images/banner_case.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    min-height: 340px;
    background: url("/PC/images/banner_contact.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_services {
    background: url("/PC/images/banner_services.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/PC/images/banner_sitemap.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro1 {
    background: url("/PC/images/banner_pro1.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro2 {
    background: url("/PC/images/banner_pro2.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro3 {
    background: url("/PC/images/banner_pro3.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/PC/images/banner_pro.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/PC/images/banner_new.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/PC/images/banner_fangAn.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_oem {
    background: url("/PC/images/banner_oem.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_zhaoShang {
    background: url("/PC/images/banner_zhaoShang.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_dingzhi {
    background: url("/PC/images/banner_oem.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.tb {
    display: table;
    width: 100%;
}

.tb .row {
    display: table-row;
}

.tb .td {
    display: table-cell;
}

.share_line_2 {
    background: url(/PC/images/line_1.png) no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    height: 6px;
}

.x0 {
    background: url(/PC/images/x0.png) no-repeat center right;
}

.x1 {
    background: url(/PC/images/x1.png) no-repeat center right;
}

.x2 {
    background: url(/PC/images/x2.png) no-repeat center right;
}

.x3 {
    background: url(/PC/images/x3.png) no-repeat center right;
}

.x4 {
    background: url(/PC/images/x4.png) no-repeat center right;
}

.x5 {
    background: url(/PC/images/x5.png) no-repeat center right;
}

.foot {
}

.fb_2 .sub_left {
    float: left;
    width: 276px;
}

.fb_2 .sub_right {
    float: right;
    width: 276px;
}

.fb_2 input[type="text"], .fb_2 textarea {
    padding: 3px;
    border: 1px solid #339bfa;
}

.fb_2 textarea {
    width: 462px;
    min-height: 45px;
}

.fb_2 input[type="text"] {
    width: 268px;
}

.fb_2 .sub_one, .feedback_txt .sub_two {
    padding-bottom: 11px;
}

.feedback_txt input.Remark {
    width: 510px;
}

.feedback_txt .bt {
    line-height: 30px;
    border: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    width: 88px;
    height: 53px;
    text-align: center;
    background: #23a4fc;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #40b7ff , #1193f9);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #40b7ff, #1193f9);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #40b7ff, #1193f9);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #40b7ff , #1193f9);
    /* Standard syntax */
}

.feedback_txt input[type="submit"], .feedback_txt textarea {
    vertical-align: middle;
}

.hz_ico {
    padding-top: 45px;
    width: 866px;
    overflow: hidden;
}

.hz_ico ul.clear {
    background: url("/PC/images/bj_9.png") no-repeat;
    min-height: 30px;
    width: 900px;
    padding-top: 110px;
}

.hz_ico li {
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 29px;
}

.a_video {
    min-height: 248px;
    background: url(/PC/images/video_bj.jpg?v=3) no-repeat center;
}

.a_video a.bt {
    display: block;
    min-height: 248px;
    background: url("/PC/images/bt.png") no-repeat center;
    cursor: pointer;
}

.a_video a.bt:hover {
    background: url("/PC/images/bt2.png") no-repeat center;
}

.hot_title {
    font-size: 28px;
    color: #006cb8;
    font-weight: bold;
}

.hot_list {
    padding-bottom: 25px;
}

.hot_list .dl_2 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.hot_list dd.huo {
    background: url(/PC/images/bot6.png) no-repeat;
    -ms-background-position-y: 7px;
    background-position-y: 7px;
    text-indent: 25px;
}

.hot_list dd.newName a {
    font-size: 23px;
    text-decoration: none;
    line-height: 140%;
}

.hot_list dd.newName a:hover {
    color: #f50;
}

.hot_list dd.txt {
    font-size: 17px;
    padding: 10px 0;
    color: #666;
}

.hot_list dd.bot {
    min-height: 25px;
    background: url(/images_pc/hot.png) no-repeat center right;
}

.siteMap {
    padding-top: 75px;
}

.siteMap .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.siteMap .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.siteMap .one, .siteMap .two, .siteMap .three, .siteMap .four, .siteMap .five, .siteMap .six {
    padding: 35px 0;
    border-bottom: 1px solid #ccc;
}

.siteMap .one {
    padding-top: 35px;
}

.siteMap .ul_1 {
    width: 1150px;
}

.siteMap li.c_1 {
    float: left;
    margin-right: 115px;
}

.siteMap a {
    color: #000;
    line-height: 200%;
}

.siteMap .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.siteMap .s_1 a {
    font-size: 20px;
    color: #000;
}

.siteMap .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.siteMap li.last {
    float: right;
    margin: 0;
}

.siteMap .t_3 li {
    padding-left: 2px;
}

.siteMap .t_3 a {
    background: url(/PC/images/bot_7.png) no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.siteMap .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

/*瀑布流层*/
.waterfall {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari 和 Chrome */
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

/*一个内容层*/
.list_item {
    padding: 1em;
    margin: 0 0 1em 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

/*.item img{*/
/*width: 100%;*/
/*margin-bottom:10px;*/
/*}*/
/*down*/
.down {
    padding-top: 75px;
    padding-bottom: 150px;
    background: url(/PC/images/bj_15.jpg?v=3) no-repeat center bottom;
}

.down .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.down .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.down .two {
    padding: 35px 0;
}

.down .ul_1 {
    width: 1150px;
}

.down li.c_1 {
    float: left;
    margin-right: 115px;
}

.down a {
    color: #000;
    line-height: 200%;
}

.down .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.down .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.down .t_3 li {
    padding-left: 2px;
}

.down .t_3 a {
    background: url(/PC/images/bot_7.png) no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.down .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

.prev_next {
    padding-bottom: 18px;
    font-size: 16px;
    padding-top: 13px;
}

.prev_next a {
    width: 280px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.prev_next .sub_left, .prev_next .sub_right {
    width: 39%;
    line-height: 40px;
    padding: 0 23px;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 5%;
    background: #f8f8f8;
}

.prev_next .sub_left {
}

.prev_next .sub_right {
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover, .prev_next li:hover a {
    color: #fff;
}

.prev_next li:hover {
}

.about_box {
    padding-bottom: 100px;
}

.about_box .ul_1 {
    width: 100%;
}

.about_box .ul_1 .left {
    width: 402px;
}

.about_box .ul_1 .right {
    width: 713px;
}

.about_box .ul_1 .right .huaCe {
    padding: 0;
}

.about_box .ul_1 .right .center {
    width: 100%;
}

.about_box .huaCe .one {
    padding: 0;
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    padding-right: 45px;
    background: url(/PC/images/shou.png) no-repeat center right;
    background-size: 25px;
}

.about_box .huaCe .two {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 14px;
}

.about_box .huaCe .two .hc_video {
    min-height: 308px;
}

.about_box .huaCe .three {
    font-size: 17px;
    line-height: 40px;
}

.new_2 .r_3 {
    padding: 0 20px;
    border: 1px solid #ccc;
    margin-top: 35px;
    padding-bottom: 20px;
}

.new_2 .r_3 .right {
    padding-left: 30px;
    width: 273px;
}

.about2 {
    padding-top: 111px;
    padding-bottom: 85px;
}

.about2 .center {
    min-height: 550px;
    width: 1360px;
    background: url(/PC/images/about2.jpg?v=3) no-repeat center left;
}

.about2 .center .inline_width.clear .left {
    width: 430px;
}

.about2 .center .inline_width.clear .right {
    width: 755px;
    font-size: 18px !important;
    color: #041146;
    line-height: 150% !important;
    padding-top: 75px;
}

.about2 .center .inline_width.clear .right .txt_1 p {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.about2 .center .inline_width.clear .right .txt_1 img {
    max-width: 100%;
}

.about2 .center .inline_width.clear .right .txt_2 a {
    color: #041146;
}

.kefu {
    padding-bottom: 80px;
    padding-top: 120px;
}

.kefu .center {
    border-top: 3px solid #339bfa;
}

.kefu .center .txt {
    padding: 15px 0;
    font-size: 18px;
    color: #339bfa;
    text-transform: uppercase;
}

.kefu .center .list.inline.clear {
    width: 100%;
}

.kefu .center .list.inline.clear a {
    width: 265px;
    min-height: 113px;
    float: left;
    background: #eee;
    border-radius: 5px;
    margin-right: 45px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear {
    padding-top: 13px;
    padding-left: 20px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_left img {
    border-radius: 200px;
    border: 2px solid #339bfa;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right {
    padding-left: 15px;
    padding-top: 10px;
    width: 139px;
    font-size: 14px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right .s_txt {
    padding-top: 5px;
}

.f_emailBox {
    background: url(/PC/images/bj_15.jpg?v=3) no-repeat center;
    background-size: cover;
    min-height: 129px;
    color: #fff;
}

.f_emailBox input, .f_emailBox img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
}

.f_emailBox .center form .inline.clear {
    width: 100%;
    padding-top: 43px;
}

.f_emailBox .center form .inline.clear .l_1 {
    min-height: 46px;
    font-size: 22px;
    padding-left: 80px;
    background: url(/PC/images/6_01.png) no-repeat center left;
    line-height: 46px;
    min-width: 360px;
    text-transform: uppercase;
}

.f_emailBox .center form .inline.clear .l_2, .f_emailBox .center form .inline.clear .l_3 {
    padding-top: 5px;
}

.f_emailBox .center form .inline.clear input[type="text"] {
    width: 363px;
    line-height: 29px;
    height: 29px;
    background: #fff;
    padding: 5px;
}

.f_emailBox .center form .inline.clear .l_3 {
    cursor: pointer;
}

.f_emailBox .center form .inline.clear .right img {
    display: inline-block;
}

.f_emailBox .center form .inline.clear .right .bt_2 {
    color: #fff;
    height: 40px;
    min-width: 92px;
    text-align: center;
    background: #20242b;
    cursor: pointer;
}

.contact .r_1 {
    font-size: 22px;
    color: #444;
    line-height: 130%;
    padding: 80px 0;
}

.contact .r_1 .center .s_1 {
    padding-bottom: 60px;
    line-height: 150%;
}

.contact .r_1 .center .s_2 {
    padding-bottom: 30px;
}

.contact .r_1 .center .s_2 a {
    display: block;
    color: #339bfa;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 48px;
    background: url(/PC/images/email.png) no-repeat center left;
    line-height: 25px;
}

.contact .r_1 .center .s_3 {
    font-size: 21px;
}

.contact .r_1 .center .s_3 a {
    color: #339bfa;
    font-weight: bold;
}

.Team {
    padding: 80px 0;
}

.Team .content {
    padding-top: 50px;
}

.Team .content li {
    float: left;
    width: 590px;
    margin-right: 20px;
    line-height: 160%;
    padding: 15px 0;
}

.Team .content li:nth-child(2), .Team .content li:nth-child(4), .Team .content li:nth-child(6), .Team .content li:nth-child(8), .Team .content li:nth-child(10), .Team .content li:nth-child(12), .Team .content li:nth-child(14), .Team .content li:nth-child(16) {
    margin-right: 0;
}

.Team .content li img {
    width: 36px;
    height: 25px;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.Team .content li a {
    display: block;
    font-size: 18px;
}

.Team .content li a:hover {
    color: #339bfa;
}

.Team .content li a .sub_left {
    width: 285px;
}

.Team .content li a .sub_left .txt_1 {
    font-weight: bold;
    line-height: 25px;
}

.Team .content li a .sub_right {
    width: 300px;
    padding-left: 5px;
}

.contact .r_3 {
    padding-top: 50px;
    padding-bottom: 90px;
}

.contact .r_3 .center .inline_width.clear li {
    float: left;
    width: 350px;
    margin-right: 74px;
    text-align: center;
}

.contact .r_3 .center .inline_width.clear li:nth-child(3) {
    margin-right: 0;
}

.contact .r_3 .center .inline_width.clear li .s_1 {
    min-height: 53px;
    padding-bottom: 25px;
}

.contact .r_3 .center .inline_width.clear li .s_2 {
    font-size: 20px;
    line-height: 140%;
}

.contact .r_3 .center .inline_width.clear li .s_2 span {
    font-weight: bold;
    color: #339bfa;
}

.contact .r_3 .center .inline_width.clear li.box_1 .s_1 {
    background: url(/PC/images/c_1.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
    background: url(/PC/images/c_2.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
    background: url(/PC/images/c_3.png) no-repeat center top;
}

.fb_3 {
    background: url(/PC/images/bj2.png) repeat-x;
    background-position-y: -25px;
}

.fb_3 .center {
    min-height: 186px;
    background: #fff;
    border-radius: 13px;
}

.fb_3 .center form .ul_1.clear {
    padding-top: 68px;
    width: 90%;
    margin: auto 5%;
}

.fb_3 .center form .ul_1.clear .sub_left {
    margin-right: 62px;
}

.fb_3 input {
    vertical-align: middle;
    border-radius: 3px;
    border: 0;
}

.fb_3 input[type="text"] {
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 355px;
    height: 45px;
    color: #333;
    box-shadow: #eee 0px 0px 10px 5px inset;
    /* 内阴影 */
    background: #f9f9f9;
    font-size: 16px;
}

.fb_3 .bt {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #03b1ad;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #02b8ca , #03b0aa);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #02b8ca , #03b0aa);
    /* Standard syntax */
}

.pdsList {
    padding: 100px 0;
}

.proNav {
    position: relative;
}

.proNav .left {
    width: 234px;
    height: 164px;
    background: url(/PC/images/bj7.png) no-repeat;
}

.proNav .left .box {
    width: 216px;
    height: 149px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 6px;
}

.proNav .left .box .one {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.proNav .left .box .two {
    font-size: 22px;
    color: #59c3db;
}

.proNav .right {
    width: 965px;
    padding-top: 30px;
}

.proNav .right .navList li {
    border-right: 1px dashed #fff;
    border-left: 1px dashed #1b5d80;
    width: 138px;
    padding: 0 10px;
    float: left;
    text-align: center;
}

.proNav .right .navList li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 5px 0;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #1b5d80;
}

.proNav .right .navList li a p {
    margin: 0;
    line-height: 34px;
    padding-top: 1px;
}

.proNav .right .navList li a:hover p {
    background: url(/PC/images/bj8.png) no-repeat;
    border-radius: 5px;
}

.proNav .right .navList li:nth-child(1), .proNav .right .navList li:nth-child(7), .proNav .right .navList li:nth-child(13), .proNav .right .navList li:nth-child(19) {
    border-left: 0;
}

.proNav .right .navList li:nth-child(6), .proNav .right .navList li:nth-child(12), .proNav .right .navList li:nth-child(18), .proNav .right .navList li:nth-child(24) {
    border-right: 0;
}

.proNav .right .navList li:nth-child(1) a, .proNav .right .navList li:nth-child(2) a, .proNav .right .navList li:nth-child(3) a, .proNav .right .navList li:nth-child(4) a, .proNav .right .navList li:nth-child(5) a, .proNav .right .navList li:nth-child(6) a {
    border-top: 0;
}

.proNav .right .navList li:nth-child(13) a, .proNav .right .navList li:nth-child(14) a, .proNav .right .navList li:nth-child(15) a, .proNav .right .navList li:nth-child(16) a, .proNav .right .navList li:nth-child(17) a, .proNav .right .navList li:nth-child(18) a {
    border-bottom: 0;
}

.pdsList .list {
    overflow: hidden;
    padding-top: 100px;
}

.pdsList .list .box {
    width: 1200px;
    overflow: hidden;
}

.pdsList .list .ul_1 {
    width: 1300px;
}

.pdsList .list .item {
    float: left;
    width: 362px;
    margin-right: 57px;
    margin-bottom: 40px;
    text-align: center;
}

.pdsList .list .item .item_box {
    min-height: 442px;
    background: #eee;
}

.pdsList .list .item .pic {
    text-align: center;
}

.pdsList .list .item img {
    width: 360px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}

.pdsList .list .item .txt {
    min-height: 103px;
}

.pdsList .list .item .proName {
    display: block;
    line-height: 50px;
    font-size: 19px;
    color: #444;
}

.pdsList .list .item .txt_2 {
    font-size: 14px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 190%;
}

.pdsList .list .item .s_txt a {
    display: inline-block;
    width: 103px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 0;
    color: #666;
}

.pdsList .list .item .s_txt a.more {
    border: 1px solid #ccc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    border-right: 0;
}

.pdsList .list .item:hover .s_txt a.more {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.pdsList .list .item .s_txt a.dingzhi {
    background: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.pdsList .list .item .s_txt a.dingzhi:hover {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.shareTitle5 {
    background: url(/PC/images/t5.png) no-repeat;
    min-height: 55px;
    line-height: 45px;
}

.shareTitle5 span {
    display: inline-block;
    vertical-align: top;
}

.shareTitle5 .s_1 {
    font-size: 24px;
    color: #2495b8;
    margin-left: 31px;
    width: 123px;
    text-align: center;
}

.shareTitle5 .s_2 {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-left: 13px;
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1300px) {
}

@media screen and (min-width: 1800px) {
}

.i_pro {
    padding: 80px 0;
    padding-top: 50px;
    min-height: 890px;
    background: url(/PC/images/bj_pro.jpg?v=3) no-repeat center top;
    background-size: cover;
}

.i_pro .center .content {
    padding-top: 40px;
}

.i_pro .center .content .bigNav {
}

.i_pro .center .content .bigNav .clear li {
    float: left;
    width: 400px;
    line-height: 70px;
}

.i_pro .center .content .bigNav .clear li a {
    font-size: 20px;
    font-weight: bold;
    color: #f55319;
    display: block;
    text-indent: 65px;
}

.i_pro .center .content .bigNav .clear li.s_1 a {
    background: url(/PC/images/a_1.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_2 a {
    background: url(/PC/images/a_2.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_3 a {
    background: url(/PC/images/a_3.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.first a, .i_pro .center .content .bigNav .clear li.s_1:hover a {
    color: #fff;
    background: url(/PC/images/h_1.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_2:hover a {
    color: #fff;
    background: url(/PC/images/h_2.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_3:hover a {
    color: #fff;
    background: url(/PC/images/h_3.png) no-repeat;
}

.i_pro .center .content .box {
    border-top: 1px solid #fff;
}

.i_pro .center .content .box .smallNav {
    background: url(/PC/images/navSbj.png);
}

.i_pro .center .content .box .smallNav .s_ul {
    width: 95%;
    margin: 0 2.5%;
}

.i_pro .center .content .box .smallNav .s_ul li {
    width: 14.2%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #559ace;
    padding: 10px 0;
    line-height: 30px;
}

.i_pro .center .content .box .smallNav .s_ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.i_pro .center .content .box .smallNav .s_ul li a:hover {
    color: #f55319;
    background: #fff;
    border-radius: 3px;
}

.i_pro .content .box .list {
    width: 1200px;
    overflow: hidden;
}

.i_pro .content .box .list ul.clear {
    width: 1250px;
}

.i_pro .content .box .list .item {
    float: left;
    min-height: 319px;
    width: 285px;
    margin-right: 20px;
    background: url(/PC/images/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.i_pro .content .box .list .item:hover {
    background: url(/PC/images/pro_hbj.png) no-repeat;
}

.i_pro .content .box .list .item a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 17px;
}

.i_pro .content .box .list .item a p, .i_pro .content .box .list .item a span {
    display: block;
}

.i_pro .content .box .list .item a img {
}

.i_pro .content .box .list .item a p {
    margin: 0;
    padding-top: 5px;
}

/* Star foot fast */
.shareLine {
    background: url(/PC/images/line.jpg?v=3) no-repeat center;
    min-height: 9px;
}

.in_title {
    background: url(/PC/images/cBj.png) repeat-x bottom center;
    padding-bottom: 12px;
}

.in_title .center .s_Nav {
    text-align: center;
    font-size: 21px;
    padding-top: 50px;
    font-weight: bold;
}

.in_title .center .s_Nav a {
    color: #1ca4ba;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    padding-top: 65px;
}

.in_title .center .s_Nav a:hover {
    color: #ff7e30;
    border-bottom: 2px solid #ff7e30;
}

.in_title .center .s_Nav a.s_1 {
    background: url(/PC/images/aIco_1.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_2 {
    background: url(/PC/images/aIco_2.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_3 {
    background: url(/PC/images/aIco_3.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_4 {
    background: url(/PC/images/aIco_4.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_1:hover {
    background: url(/PC/images/aIcoH_1.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_2:hover {
    background: url(/PC/images/aIcoH_2.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_3:hover {
    background: url(/PC/images/aIcoH_3.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_4:hover {
    background: url(/PC/images/aIcoH_4.png) no-repeat center top;
}

.friendLink {
    color: #aaa;
}

.friendLink a {
    color: #aaa;
}

.left_shareTitle {
    background: url(/PC/images/cpto1.jpg) no-repeat;
    height: 152px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.left_shareTitle .txt_1 {
    font-size: 20px;
    font-weight: bold;

    padding-top: 28px;
    padding-bottom: 2px;
    letter-spacing: 2px;
}

.left_shareTitle .txt_2 {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.8);
    transform-origin: left;
    white-space: nowrap;
}

.typeNav .content {
    background: #fff;
    font-size: 16px;
    border: 2px solid #009ca8;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.typeNav .content a {
    display: block;
}

.typeNav .content .bigNav {
}

.typeNav .content .bigNav a {
    font-weight: bold;
    background: url(/PC/images/a_bj.png) no-repeat center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 66px;
}

.typeNav .content .bigNav a p {
    margin: 0;
    padding: 0;
}

.typeNav .content .smallNav {
    width: 305px;
    display: table;
    margin: 0 auto;
}

.typeNav .content .smallNav p {
    display: table-row;
}

.typeNav .content .smallNav a {
    font-size: 16px;
    color: #088f98;
    line-height: 39px;
    display: table-cell;
    width: 50%;
    text-indent: 20px;
    background: url(/PC/images/bot_1.png) no-repeat center left;
}

.typeNav .content .smallNav a:hover {
    color: #ff7510;
    font-weight: bold;
    background: url(/PC/images/bot_1_h.png) no-repeat center left;
}

.fuWu {
    background: url(/PC/images/ys.jpg?v=3) no-repeat center top;
    min-height: 982px;
}

.fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 48px;
    padding-right: 15px;
    min-height: 70px;
    line-height: 43px;
}

.fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.fuWu ul {
    color: #fff;
}

.fuWu .bigTxt {
    padding-bottom: 10px;
}

.fuWu .left {
    padding-top: 2px;
}

.fuWu .left .bigTxt {
    padding-left: 53px;
}

.fuWu .right .bigTxt {
    padding-right: 53px;
    text-align: right;
}

.fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.fuWu .bigTxt .en {
    font-family: 'CheltenhamITCbyBT-Bold';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.fuWu .smallTxt {
    font-size: 17px;
    background: url(/PC/images/bot_6.png) no-repeat center left;
    padding-left: 15px;
    line-height: 30px;
    background-position-y: 8px;
}

.fuWu .smallTxt span {
    color: #ffc946;
}

.liuCheng {
    min-height: 473px;
    padding-top: 50px;
    background: url(/PC/images/bj_liucheng.jpg?v=3) no-repeat center bottom;
}

.liuCheng .center .title {
    color: #fff;
    text-align: center;
}

.liuCheng .center .title .s_t .txt_1 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 102px;
    padding-right: 30px;
}

.liuCheng .center .title .s_t .txt_2 {
    font-size: 19px;
    line-height: 35px;
    padding-top: 23px;
}

.liuCheng .center .content {
    color: #fff;
    font-size: 23px;
    padding-top: 144px;
}

.liuCheng .center .content .ul_1.inline_width.clear li {
    float: left;
    width: 109px;
    text-align: center;
    margin-right: 73px;
}

.f_nav {
    font-size: 18px;
    border-top: 1px solid #eee;
}

.f_nav li {
    float: left;
}

.f_nav li.logo_li {
    width: 210px;
    min-height: 30px;
    border: 0;
}

.f_nav li a {
    display: block;
    width: 132px;
    text-align: center;
    border-right: 1px solid #eee;
    line-height: 70px;
}

.f_nav li.last a {
    background: none;
}

.f_nav li a:hover {
    font-weight: bold;
    color: #0076c0;
}

.typeNav_2 .sContent {
    background: url(/PC/images/cp_left.jpg) no-repeat;
    background-size: 8px 100%;
    background-color: #fff;
}

.typeNav_2 .sContent .ul_8 {
    background: url(/PC/images/cp_right.jpg) no-repeat right top;
    background-size: 10px 100%;
    background-position-x: 233px;
}

.typeNav_2 .sContent a {
    display: block;
}

.typeNav_2 .sContent .bigNav {
    position: relative;
}

.leftNew .content .bigNav {
    margin: 0;
    margin-bottom: 15px;
    min-height: 55px;
    line-height: 55px;
    background: url(/PC/images/leftNav_01.png) no-repeat center top;
}

.leftNew .content .bigNav:hover, .leftNew .content .curNav {
    background: url(/PC/images/leftNav_02.png) no-repeat center top;
}

.typeNav_2 .sContent .bigNav a {
    display: block;
    font-size: 16px;
    line-height: 55px;
    margin: 0 9px;
    border-bottom: 1px solid #eee;
}

.left_call {
}

.left_call .two {
    padding-top: 11px;
    padding-right: 10px;
}

.left_call .two, .left_call .two p, .left_call .two span {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 180% !important;
}

.left_call .two p {
    margin: 0 !important;
    padding: 3px 0;
    padding-left: 30px;
    background: url(/PC/images/leftBot3.png) no-repeat center left;
    background-position-x: 15px;
    background-position-y: 13px;
}

.leftNew .content .bigNav a {
    color: #333;
    text-indent: 60px;
    font-size: 18px;
    line-height: 55px;
}

.typeNav_2 .sContent .bigNav a p {
    margin: 0;
    padding: 0;
}

.typeNav_2 .sContent .smallNav {
    background: url(/PC/images/leftBot3.png) no-repeat center left;
    background-position-x: 48px;
}

.typeNav_2 .sContent .smallNav:hover,.typeNav_2 .sContent .curSNav {
}

.typeNav_2 .sContent .smallNav a {
    font-size: 16px;
    line-height: 40px;
    display: block;
}

.typeNav_2 .sContent .smallNav:hover a,.typeNav_2 .sContent .curSNav a {
    color: #ff7301;
}

.typeNav_2 .sContent li.last {
    margin-bottom: 20px;
    padding: 8px 0;
}

.typeNav_2 .sContent li.last a {
    background: #f55319;
    color: #fff;
    text-indent: 0;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    line-height: 35px;
}

.typeNav_2 .sContent .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #f55319;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeNav_2 .sContent .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeNav_2 .sContent .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.txt_jianBian {
    position: relative;
    color: #006f77;
}

.txt_jianBian:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #28b9c3;
    -webkit-mask: linear-gradient(to bottom, #006f77, transparent );
}

.in_fuWu {
    min-height: 643px;
    padding-bottom: 55px;
}

.in_fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 44px;
    min-height: 70px;
    padding-left: 11px;
    line-height: 43px;
}

.in_fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.in_fuWu ul {
    color: #fff;
}

.in_fuWu .bigTxt {
    padding-bottom: 10px;
}

.in_fuWu .sub_left {
    padding-top: 2px;
}

.in_fuWu .sub_left .bigTxt {
    padding-left: 72px;
}

.in_fuWu .sub_right .bigTxt {
    padding-right: 74px;
    text-align: right;
    padding-top: 2px;
}

.in_fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.in_fuWu .bigTxt .en {
    font-family: 'CheltenhamITCbyBT-Bold';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.typeFangAn .content {
    background: #fff;
    font-size: 16px;
    border: 2px solid #009ca8;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.typeFangAn .content a {
    display: block;
}

.typeFangAn .content .bigNav {
}

.typeFangAn .content .bigNav a {
    font-weight: bold;
    background: url(/PC/images/a_bj2.png) no-repeat center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 66px;
}

.typeFangAn .content .bigNav a p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav {
    width: 224px;
    margin: 0 auto;
}

.typeFangAn .content .smallNav p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav a {
    font-size: 17px;
    color: #088f98;
    line-height: 39px;
    display: block;
    text-indent: 61px;
    background: url(/PC/images/bot_1_2.png) no-repeat center;
}

.typeFangAn .content .smallNav a:hover {
    color: #fff;
    background: url(/PC/images/bot_1_h2.png) no-repeat center;
}

.typeFangAn .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #f55319;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeFangAn .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeFangAn .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.typeFangAn .left_tel {
    border-radius: 5px;
    background: url(/PC/images/tel.png) no-repeat center left;
    background-position-x: 15px;
    background-color: #e5f5f6;
    color: #009ca8;
    width: 224px;
    text-indent: 68px;
    padding: 14px 0;
    margin: 20px auto;
    background-size: 45px auto;
}

.typeFangAn .left_tel .one {
    font-size: 16px;
}

.typeFangAn .left_tel .two {
    font-size: 24px;
    font-weight: bold;
}

.proShareBox.box_1 table, .proShareBox.box_1 table td {
    border: 0 !important;
}

.proShareBox.box_1 table {
    width: 100% !important;
}

.pro_shareTitle {
    background: url(/PC/images/pro_t.jpg) no-repeat;
    font-size: 20px;
    line-height: 41px;
    color: #fe6c0d;
    padding-left: 27px;
}

.pro_shareTitle span {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0;
    margin-left: 10px;
    color: #333;
}

.pro_shareTxt {
    padding: 16px 25px;
    color: #333;
    padding-bottom: 38px;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
    padding: 5px 0 !important;
}

.pro_shareTxt img {
    max-width: 100%;
}

.proShareBox.box_3 .pro_shareTxt img {
    vertical-align: middle;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span, .pro_shareTxt font, .pro_shareTxt td {
    font-size: 16px !important;
    line-height: 200% !important;
    font-family: arial, tahoma, Microsoft YaHei, Hiragino Sans GB, sans-serif,"Noto Sans Myanmar" !important;
}

.pro_shareTxt.bot2 p {
}

.pro_shareTxt td {
}

.shareTel {
    min-height: 48px;
    padding-left: 63px;
    background: url(/PC/images/left_01.png) no-repeat center left;
    background-position-x: 16px;
}

.shareTel .one {
    font-size: 13px;
    padding-top: 1px;
}

.shareTel .two {
    color: #f55319;
    font-size: 25px;
    font-weight: bold;
    padding-top: 1px;
}

/* Star daoHang */
.shareTitle {
    text-align: center;
    font-size: 33px;
    color: #111;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.shareTitle span {
    color: #f55319;
    font-weight: bold;
}

.shareTitle2 {
    min-height: 95px;
    text-align: center;
    letter-spacing: 1px;
}

.shareTitle2 .en {
    color: #999;
    font-size: 16px;
}

.shareTitle2 .cn {
    font-size: 34px;
    padding-bottom: 18px;
    font-weight: bold;
    background: url(/PC/images/title_02.png) no-repeat center bottom;
}

.shareTitle2 span {
    color: #f55319;
}

.shareTitle2 .one {
    font-size: 19px;
    color: #333;
    padding-top: 5px;
}

.shareTitle3 {
    background: url(/PC/images/t5.png) no-repeat center bottom;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 26px;
}

.shareTitle3 .en {
    color: #999;
    font-size: 16px;
}

.shareTitle3 .cn {
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0;
    font-size: 25px;
    padding-bottom: 6px;
}

.shareTitle3 span {
    color: #f55319;
}

.shareTitle3 .one {
    font-size: 18px;
    color: #666;
}

.heZuo {
    padding-top: 50px;
    padding-bottom: 20px;
}

.heZuo .content {
    padding-top: 50px;
}

.whySelect {
    background: url(/PC/images/bj3.jpg?v=3) no-repeat center;
    background-size: cover;
    min-height: 810px;
}

.whySelect dd {
    float: left;
    color: #797878;
    font-size: 21px;
    width: 393px;
}

.whySelect dd div {
    background: url(/PC/images/ico_1.png) no-repeat;
    padding-left: 38px;
    min-height: 24px;
    background-position-y: 7px;
    line-height: 180%;
}

.whySelect dd:hover div {
    color: #fff;
    background: url(/PC/images/icoH.png) no-repeat;
    background-position-y: 7px;
}

.whySelect dd.txt_1 {
    background: url(/PC/images/3_02.png) no-repeat right top;
    min-height: 78px;
    padding-right: 100px;
    margin-left: 40px;
    width: 353px;
}

.whySelect dd.txt_1:hover {
    background: url(/PC/images/4_03.png) no-repeat right top;
    background-position-y: -4px;
}

.whySelect dd.txt_2 {
    background: url(/PC/images/3_04.png) no-repeat top left;
    min-height: 80px;
    padding-left: 105px;
    margin-left: 192px;
    background-position-y: 2px;
    width: 371px;
}

.whySelect dd.txt_2:hover {
    background: url(/PC/images/4_05.png) no-repeat top left;
    background-position-y: -2px;
}

.whySelect dd.txt_3 {
    background: url(/PC/images/3_09.png) no-repeat right top;
    min-height: 54px;
    padding-right: 106px;
    padding-top: 80px;
    width: 353px;
    background-position-y: 85px;
}

.whySelect dd.txt_3:hover {
    background: url(/PC/images/4_10.png) no-repeat right top;
    background-position-y: 85px;
}

.whySelect dd.txt_4 {
    background: url(/PC/images/3_12.png) no-repeat;
    min-height: 51px;
    padding-left: 113px;
    margin-left: 258px;
    padding-top: 99px;
    width: 355px;
    background-position-y: 88px;
}

.whySelect dd.txt_4:hover {
    background: url(/PC/images/4_13.png) no-repeat;
    background-position-y: 88px;
}

.whySelect dd.txt_5 {
    background: url(/PC/images/3_17.png) no-repeat center top;
    padding-top: 100px;
    width: 600px;
    margin-left: 288px;
    margin-top: -16px;
}

.whySelect dd.txt_5:hover {
    background: url(/PC/images/4_18.png) no-repeat center top;
}

.proType .content {
    font-size: 16px;
}

.proType .content a {
    display: block;
}

.proType .content .bigNav {
    padding-top: 15px;
}

.proType .content .bigNav a {
    font-weight: bold;
    font-size: 23px;
    color: #f55319;
    line-height: 44px;
    border-left: 9px solid #f55319;
    padding-left: 15px;
}

.proType .content .smallNav {
    clear: both;
    padding: 10px 30px;
    display: inline-block;
    background: url(/PC/images/line5.png) no-repeat center bottom;
    background-position-x: 6px;
}

.proType .content .smallNav a {
    width: 190px;
    float: left;
    font-size: 18px;
    color: #090909;
    line-height: 39px;
    text-indent: 20px;
    background: url(/PC/images/bot_1.png) no-repeat center left;
    background-position-y: 13px;
}

.proType .content .smallNav a:hover {
    font-weight: bold;
}

.proType .content .smallNav a.last {
    font-weight: bold;
    color: #f55319;
}

.youZhi {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(/PC/images/bj_5.jpg?v=3) no-repeat center top;
}

.youZhi .content {
    padding-top: 35px;
    padding-bottom: 580px;
    background: url(/PC/images/proBig.png) no-repeat center bottom;
}

.youZhi .content li {
    float: left;
    width: 16.6%;
    color: #111;
    text-align: center;
    line-height: 170%;
    padding-top: 150px;
}

.youZhi .content li .txt_1 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
}

.youZhi .content li .txt_2 {
    font-size: 16px;
    color: #555;
}

.youZhi .content li.item_1 {
    background: url(/PC/images/yz_1.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_2 {
    background: url(/PC/images/yz_2.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_3 {
    background: url(/PC/images/yz_3.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_4 {
    background: url(/PC/images/yz_4.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_5 {
    background: url(/PC/images/yz_5.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_6 {
    background: url(/PC/images/yz_6.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_1:hover {
    background: url(/PC/images/Hyz_01.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_2:hover {
    background: url(/PC/images/Hyz_02.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_3:hover {
    background: url(/PC/images/Hyz_03.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_4:hover {
    background: url(/PC/images/Hyz_04.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_5:hover {
    background: url(/PC/images/Hyz_05.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_6:hover {
    background: url(/PC/images/Hyz_06.png) no-repeat center top;
    background-position-x: 53px;
}

.ad_2 {
    min-height: 197px;
    background: url(/PC/images/bj16.png) no-repeat center;
}

.ad_2 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding-top: 127px;
    padding-left: 292px;
    letter-spacing: 1px;
}

.ad_2 .center .clear .right {
    padding-top: 127px;
    width: 517px;
}

.ad_2 .center .clear .right .two {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding-top: 19px;
    padding-left: 92px;
}

.ad_2 .center .clear .right a {
    display: inline-block;
    width: 118px;
    height: 43px;
    vertical-align: top;
}

.call {
    min-height: 785px;
    background: url(/PC/images/bj30.jpg?v=3) no-repeat center bottom;
    padding-top: 70px;
    background-position-y: 69px;
}

.call .center .dl_1.inline_width.clear {
    padding-top: 130px;
}

.call .center .dl_1.inline_width.clear .sub_left {
    font-size: 25px;
    font-weight: bold;
    padding-left: 240px;
}

.call .center .dl_1.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_1.inline_width.clear .sub_right a {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_1 {
    background: #f55319;
    color: #fff;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_2 {
    border: 1px solid #f55319;
    color: #f55319;
    width: 118px;
    line-height: 38px;
}

.call .center .dl_2.inline_width.clear {
    padding-top: 66px;
}

.call .center .dl_2.inline_width.clear .sub_left {
    padding-left: 41px;
    width: 362px;
}

.call .center .dl_2.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear li {
    font-size: 16px;
    line-height: 69px;
    padding-left: 73px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first {
    color: #fff;
    text-align: center;
    padding-top: 14px;
    line-height: 170%;
    letter-spacing: 1px;
    padding-left: 0;
    padding-bottom: 7px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first .one {
    font-size: 18px;
    font-weight: bold;
}

.share_rTitle .sub_left {
}

.share_rTitle .sub_left h2 {
    font-weight: bold;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.share_rTitle .sub_right, .share_rTitle .sub_right a {
    color: #888;
}

.share_rTitle .three {
    font-size: 16px;
    color: #666;
    line-height: 48px;
}

.shareSmallNav {
    margin-top: 20px;
}

.shareSmallNav .ul_3 {
}

.shareSmallNav .ul_3 li {
    float: left;
    padding-right: 55px;
    line-height: 30px;
    padding-bottom: 13px;
}

.shareSmallNav .ul_3 li a {
    display: block;
    font-size: 18px;
}

.shareSmallNav .ul_3 li a:hover {
    color: #e60013;
}

.share_rTitle .dl_1 {
    background: url(/PC/images/line7.png) no-repeat center bottom;
    padding-bottom: 15px;
}

.ad3 {
    min-height: 268px;
    background: url(/PC/images/ad3.png) no-repeat center;
}

.ad3 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 41px;
    padding-top: 114px;
    width: 725px;
}

.ad3 .center .clear .left .txt_1 {
    padding-left: 266px;
}

.ad3 .center .clear .left .txt_2 {
    text-align: right;
    padding-top: 12px;
    font-size: 39px;
    padding-right: 83px;
}

.ad3 .center .clear .right {
    padding-right: 155px;
    padding-top: 153px;
    text-align: right;
}

.ad3 .center .clear .right .two {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.ad3 .center .clear .right a {
    display: inline-block;
    padding-top: 9px;
    width: 123px;
    height: 40px;
}

.noPage {
    background: url(/PC/images/bj21.jpg?v=3) no-repeat center top;
    min-height: 720px;
    font-size: 21px;
}

.noPage .center .txt_1 {
    font-weight: bold;
    text-align: center;
    padding-top: 479px;
}

.noPage .center .txt_2 {
    color: #fff;
    width: 56%;
    margin: 0 auto;
    padding-top: 26px;
    line-height: 46px;
}

.noPage .center .txt_3 {
    text-align: center;
    padding-top: 20px;
    letter-spacing: 2px;
    font-size: 19px;
}

.xg_pro {
    min-height: 550px;
    background: url(/PC/images/bj_6.png) no-repeat center bottom;
}

.xg_pro .r_list {
    padding-top: 40px;
    margin: 0 auto;
}

.xg_pro .r_list .item {
    float: left;
    padding-right: 50px;
    padding-bottom: 31px;
    text-align: center;
}

.xg_pro .r_list li:nth-child(4), .xg_pro .r_list li:nth-child(8) {
    padding-right: 0;
}

.xg_pro .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.xg_pro .r_list .item a .txt {
    line-height: 48px;
}

.xg_pro .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.xg_pro .r_list .item a:hover {
    color: #f55319;
}

.xg_pro .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.left_new .content .bigNav a {
    text-indent: 1.3em;
    color: #333;
    text-align: center;
    text-indent: 0;
    background: none;
}

.left_new .content .bigNav a:hover {
    color: #f55319;
}

.left_new .content li.last a {
    width: 80%;
}

.servies {
    padding: 40px 0;
    padding-bottom: 50px;
}

.servies .left {
    width: 250px;
}

.servies .right {
    width: 955px;
    background: #f7f7f7;
    padding: 20px;
}

.servies .right .r_list {
    padding-top: 25px;
}

.servies .center .ul_1.clear {
    background: url(/PC/images/bj19.jpg?v=3) no-repeat;
    padding-top: 19px;
}

.servies .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_title h2 {
    padding: 0;
    margin: 0;
    background: #eee;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.shareTitle3 .txt_1 {
    font-size: 24px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear {
    color: #1b1b1b;
    background: #eee;
    padding: 15px;
    width: 96.5%;
    margin-top: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left {
    width: 63%;
    padding-right: 2%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_2 {
    font-size: 17px;
    line-height: 160%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right {
    background: url(/PC/images/bj35.png);
    color: #fff;
    width: 31%;
    padding: 52px 2%;
    text-align: center;
    line-height: 210%;
    letter-spacing: 1px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_2 {
    font-size: 24px;
    font-family: 'Impact';
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_1 {
    font-size: 17px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear {
    color: #1b1b1b;
    background: #eee;
    padding: 15px;
    width: 96.5%;
    margin-top: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left {
    width: 63%;
    padding-right: 2%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_2 {
    font-size: 17px;
    line-height: 160%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right {
    background: url(/PC/images/bj35.png);
    color: #fff;
    width: 31%;
    padding: 15px 2%;
    text-align: center;
    line-height: 210%;
    letter-spacing: 1px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_1 {
    font-size: 17px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_2 {
    font-size: 24px;
    font-family: 'Impact';
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 {
    background: url(/PC/images/bj36.png) no-repeat center top;
    min-height: 558px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd {
    float: left;
    width: 190px;
    min-height: 143px;
    margin-right: 26px;
    text-align: center;
    margin-bottom: 21px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .num {
    font-size: 38px;
    font-weight: bold;
    padding-top: 41px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .s_txt {
    font-size: 16px;
}

.shareTitle4 {
    letter-spacing: 1px;
}

.shareTitle4 span {
    font-size: 30px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 {
    padding-top: 60px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear {
    background: url(/PC/images/bj38.png) no-repeat center top;
    min-height: 150px;
    margin-top: 20px;
    padding-top: 154px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd {
    float: left;
    padding: 13px 6px;
    margin-right: 11px;
    width: 149px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .bigTxt {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt {
    font-size: 14px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt span {
    font-weight: bold;
    color: #f55319;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd.dd_1 {
    color: #fff;
    width: 144px;
}

.xgNew {
}

.xgNew li {
    width: 46%;
    padding-left: 2%;
    padding-right: 4%;
    float: left;
    background: url(/PC/images/proSnav2.png) no-repeat center left;
    border-bottom: 1px dashed #ccc;
}

.xgNew li:nth-child(2), .xgNew li:nth-child(4), .xgNew li:nth-child(6), .xgNew li:nth-child(8), .xgNew li:nth-child(10) {
    padding-right: 0%;
}

.xgNew li .dl_2 {
    line-height: 220%;
    font-size: 16px;
}

.xgNew li .dl_2 .sub_left {
    width: 100%;
}

.xgNew li .dl_2 .sub_right {
    color: #888;
}

.xgNew li a {
    color: #333;
}

.xgNew li:hover a {
    color: #f55319;
}

.shareOemBox {
    min-height: 827px;
    background: url(/PC/images/bj_15.jpg?v=3) no-repeat center top;
    padding-top: 88px;
}

.shareOemBox .dl_2 dd, .shareOemBox .dl_3 dd {
    float: left;
    width: 233px;
    text-align: center;
    padding-top: 177px;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
}

.shareOemBox .center .shareTitle2 {
    color: #fff;
}

.shareOemBox .center .shareTitle2 .one {
    color: #ccc;
    padding-top: 0;
}

.shareOemBox .center .dl_2.clear {
    padding-top: 50px;
}

.shareOemBox .center .dl_3.clear {
    padding-top: 20px;
}

.xgCase {
    padding-top: 50px;
}

.xgCase .dl_6 dd {
    float: left;
    margin-right: 14px;
    width: 210px;
}

.xgCase .dl_6 dd a, .xgCase .dl_6 dd img {
    display: block;
}

.xgCase .dl_6 dd span {
    line-height: 40px;
    padding: 0 10px;
}

.xgCase .dl_6 dd:nth-child(4) {
    margin-right: 0;
}

.xgCase .dl_6 dd a:hover {
    background: #f55319;
    color: #fff;
    font-weight: bold;
}

.share_xg {
    padding-top: 38px;
}

.share_xg .s_title {
    font-size: 22px;
    padding: 10px 0;
    font-weight: bold;
    padding-left: 20px;
    background: url(/PC/images/jian.png) no-repeat center left;
}

.in_case {
    padding-top: 10px;
    padding-bottom: 105px;
}

.in_case .left {
    width: 250px;
}

.in_case .right {
    width: 955px;
    padding: 30px;
}

.in_case .right .r_list .item {
    float: left;
    padding-bottom: 26px;
    text-align: center;
    margin: 0 15px;
}

.in_case .right .r_list li:nth-child(3), .in_case .right .r_list li:nth-child(6), .in_case .right .r_list li:nth-child(9), .in_case .right .r_list li:nth-child(12), .in_case .right .r_list li:nth-child(15), .in_case .right .r_list li:nth-child(18), .in_case .right .r_list li:nth-child(21) {
    margin-right: 0;
}

.in_case .right .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.in_case .right .r_list .item a .txt {
    line-height: 48px;
}

.in_case .right .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.in_case .right .r_list .item a:hover {
    color: #f55319;
}

.in_case .right .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.in_case .center .ul_1.clear {
    padding-top: 30px;
}

.in_case .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
}

.in_case .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.in_case .right .r_list .L2_UL {
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.in_case .right .r_list .L2_UL:hover {
    -moz-box-shadow: 1px 4px 10px #ccc;
    -webkit-box-shadow: 1px 4px 10px #ccc;
    box-shadow: 1px 4px 10px #ccc;
}

.in_case .right .r_list .L2_UL .sub_left {
    width: 392px;
}

.in_case .right .r_list .L2_UL .sub_left img {
    display: block;
}

.in_case .right .r_list .L2_UL .sub_right {
    width: 440px;
    padding: 20px 24px;
    padding-bottom: 0;
}

.in_case .right .r_list .L2_UL .sub_right .one {
    min-height: 33px;
    line-height: 33px;
    padding-bottom: 13px;
}

.in_case .right .r_list .L2_UL .sub_right .one a.shenglve {
    font-weight: bold;
    font-size: 24px;
    color: #f55319;
}

.in_case .right .r_list .L2_UL .sub_right .one a:hover {
    color: #ffa800;
}

.in_case .right .r_list .L2_UL .sub_right .two {
    color: #888;

    font-size: 16px;
    padding-bottom: 18px;
    line-height: 180%;
    min-height: 130px;
}

.in_case .right .r_list .L2_UL .sub_right .three {
    text-align: right;
}

.in_case .right .r_list .L2_UL .sub_right .time {
    font-size: 14px;
    color: #888;
    float: right;
}

.in_case .right .r_list .L2_UL .sub_right .three a {
    padding: 0 25px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #f55319;
    display: inline-block;
    line-height: 38px;
    font-weight: bold;
}

.in_case .right .r_list .L2_UL .sub_right .three a:hover {
    background: #ffa800;
}

.in_case .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_case .center .clear .right .title .clear .sub_left {
    background: url(/PC/images/t8.png) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_case .center .clear .right .title .clear .sub_right {
    background: url(/PC/images/ico3.png) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.newViews {
    padding-top: 60px;
    padding-bottom: 30px;
}

.newViews .left {
    width: 323px;
    border: 1px dashed #ddd;
    background-color: #fff;
}

.newViews .right {
    width: 920px;
}

.newViews .center .ul_1.clear .right .r_t {
    min-height: 61px;
    background: #f55319;
}

.newViews .center .ul_1.clear .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.newViews .center .ul_1.clear .right .r_t .subBox .sub_left {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #ff9c00;
    line-height: 26px;
    padding-left: 12px;
}

.newViews .right .r_box {
    padding-top: 33px;
}

.newViews .right .newBox {
    background: #fff;
}

.newViews .right .newBox .Box_2 {
}

.newViews .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.newViews .right .newBox .line_2 h3 {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.newViews .right .newBox .line_2 .two {
    color: #666;
    font-size: 16px;
    padding: 23px 0;
    line-height: 30px;
    padding-bottom: 8px;
}

.newViews .right .newBox .line_3 {
    color: #333;
    padding: 20px 0;
    min-height: 350px;
}

.newViews .right .newBox .line_3 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.newViews .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.faShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 5px !important;
}

.faShow .right .newBox .txtBox {
    padding-bottom: 30px;
}

.faShow .right .newBox .sTitle_fa {
    font-size: 18px;
    font-weight: bold;
    padding-left: 22px;
    margin-bottom: 6px;
    background: url(/PC/images/xing.png) no-repeat center left;
}

.newViews .right .newBox .line_3, .newViews .right .newBox .line_3 p, .newViews .right .newBox .line_3 span {
    color: #333;
    font-size: 17px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.newViews .right .newBox .line_4 {
    padding: 30px 0;
    text-align: center;
}

.newViews .right .newBox .line_4 a {
    background: url(/PC/images/fw_02.png) no-repeat center left;
    width: 131px;
    line-height: 32px;
    display: inline-block;
    text-indent: 1rem;
}

.newViews .right .newBox .line_4 a:nth-child(1) {
    background: url(/PC/images/fw_01.png) no-repeat center left;
    color: #f55319;
    margin-right: 33px;
}

.newViews .right .r_box .newBox .Box_2 .line_2 .two {
    border-bottom: 1px dashed #ccc;
    text-align: center;
    line-height: 30px;
}

.newViews .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/PC/images/bj23.png) no-repeat center top;
}

.newViews .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.newViews .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.newViews .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
}

.newViews .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
    color: #fff;
    font-family: 'Impact';
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 56px;
    padding-top: 6px;
}

.newViews .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.newViews .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.newViews .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.newViews .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #eee;
}

.newViews .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
    width: 86%;
    display: inline-block;
    vertical-align: middle;
}

.newViews .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.newViews .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.newViews .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

.caseShow {
    padding-top: 10px;
    padding-bottom: 105px;
}

.caseShow .left {
    width: 250px;
}

.caseShow .right {
    width: 955px;
    padding: 30px;
}

.caseShow .center .ul_1.clear {
    padding-top: 30px;
}

.caseShow .center .ul_1.clear .right .r_t {
    min-height: 61px;
    background: #f55319;
}

.caseShow .center .ul_1.clear .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.caseShow .center .ul_1.clear .right .r_t .subBox .sub_left {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #ff9c00;
    line-height: 26px;
    padding-left: 12px;
}

.caseShow .center .ul_1.clear .right .r_box {
    padding-top: 40px;
}

.caseShow .right .newBox {
    background: #fff;
}

.caseShow .right .newBox .Box_2 {
}

.caseShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.caseShow .right .newBox .line_2 h3 {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.caseShow .right .newBox .line_2 .two {
    color: #666;
    font-size: 16px;
    padding: 12px 0;
    line-height: 30px;
}

.caseShow .right .newBox .line_3 {
    color: #666;
    padding-top: 20px;
    padding-bottom: 50px;
    min-height: 350px;
}

.caseShow .right .newBox .line_3 img {
    max-width: 100%;
}

.caseShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.caseShow .right .newBox .line_3, .caseShow .right .newBox .line_3 p, .caseShow .right .newBox .line_3 span {
    color: #666;
    font-size: 17px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_2 .two {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/PC/images/bj23.png) no-repeat center top;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
    color: #fff;
    font-family: 'Impact';
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 56px;
    padding-top: 6px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #eee;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
    width: 86%;
    display: inline-block;
    vertical-align: middle;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

.xgPro {
    padding-top: 25px;
}

.xgPro .shareTitle {
    background: url(/PC/images/title5.png) no-repeat center bottom;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
}

.xgPro .dl_6.clear {
}

.xgPro .dl_6.clear dd {
    float: left;
    margin-right: 23px;
    width: 275px;
    border: 1px solid #ccc;
    padding: 13px;
}

.xgPro .dl_6.clear dd:hover {
    border: 1px solid #f55319;
}

.xgPro .dl_6 dd:nth-child(3) {
    margin-right: 0;
}

.xgPro .dl_6 dd a, .xgPro .dl_6 dd a span {
    display: block;
}

.xgPro .dl_6 dd a:hover {
    color: #f55319;
}

.xgPro .dl_6 dd a span.NameTxt {
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.xgPro .dl_6 dd a span.proImg {
}

.xgPro .dl_6 dd .proBT {
    width: 229px;
    margin: 0 auto;
    line-height: 34px;
    background: url(/PC/images/mBj.png) no-repeat center;
}

.xgPro .dl_6 dd .proBT a {
    display: inline-block;
    font-size: 16px;
    width: 49%;
    vertical-align: bottom;
    text-align: center;
}

.xgPro .dl_6 dd .proBT a:nth-child(2) {
}

.xgPro .dl_6 dd .proBT a:nth-child(1) {
    color: #fff;
}

.liYou {
    padding-top: 100px;
    background: url(/PC/images/oemBJ4.jpg?v=3) no-repeat center top;
}

.liYou .shareTitle {
    background: url(/PC/images/oemT3.png) no-repeat center bottom;
    padding: 12px 0;
    line-height: 50px;
}

/* Star daoHang */
.bq {
    line-height: 38px;
    font-size: 15px;
    background: #515151;
    color: #fff;
}

.bq a {
    color: #fff;
}

.bq span, .bq p {
    color: #fff !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.in_new {
    padding: 60px 0;
    padding-bottom: 80px;
}

.in_new .left {
    width: 243px;
}

.in_new .right {
    width: 928px;
    padding-top: 9px;
}

.in_new .right .r_list .item {
    float: left;
    padding-bottom: 26px;
    text-align: center;
    margin: 0 15px;
}

.in_new .right .r_list li:nth-child(3), .in_new .right .r_list li:nth-child(6), .in_new .right .r_list li:nth-child(9), .in_new .right .r_list li:nth-child(12), .in_new .right .r_list li:nth-child(15), .in_new .right .r_list li:nth-child(18), .in_new .right .r_list li:nth-child(21) {
    margin-right: 0;
}

.in_new .right .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.in_new .right .r_list .item a .txt {
    line-height: 48px;
}

.in_new .right .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.in_new .right .r_list .item a:hover {
    color: #f55319;
}

.in_new .right .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.in_new .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
}

.in_new .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.shareNewBox .L2_UL {
    margin-bottom: 25px;
    padding: 16px;
    border: 1px solid #ddd;
    width: 878px;
}

.shareNewBox .L2_UL:hover {
    -moz-box-shadow: 1px 1px 8px #ddd;
    -webkit-box-shadow: 1px 1px 8px #ddd;
    box-shadow: 1px 1px 8px #ddd;
}

.shareNewBox .sub_left {
    width: 300px;
}

.shareNewBox .sub_left img {
    display: block;
}

.shareNewBox .sub_right {
    width: 555px;
    padding-top: 8px;
}

.shareNewBox .sub_right .one {
    min-height: 33px;
    line-height: 33px;
}

.shareNewBox .sub_right .one a {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.shareNewBox .sub_right .one a:hover {
    color: #f6531a;
}

.shareNewBox .sub_right .two {
    color: #888;
    font-size: 16px;
    line-height: 200%;
    padding: 5px 0;
    /* padding-bottom: 18px; */
}

.shareNewBox .sub_right .time {
    font-size: 16px;
    color: #888;
    float: right;
}

.shareNewBox .sub_right .two a {
    float: right;
    padding: 0 38px;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    color: #fff;
    border-radius: 100px;
    background: #f55319;
    position: relative;
    top: 8px;
}

.in_new .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_new .center .clear .right .title .clear .sub_left {
    background: url(/PC/images/t8.png) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_new .center .clear .right .title .clear .sub_right {
    background: url(/PC/images/ico3.png) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.in_new .right .r_title {
    min-height: 56px;
    background: url(/PC/images/t9.png) no-repeat;
    padding-bottom: 13px;
}

.in_new .right .r_title h2 {
    min-height: 56px;
    color: #f55319;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
}

.in_new .right .r_title span {
    background: url(/PC/images/line_1.png) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_fengCai {
    padding-bottom: 50px;
}

.in_fengCai .center .txtBox {
    padding-top: 30px;
}

.in_fengCai .center .txtBox .ul_1.clear .left {
    width: 240px;
    min-height: 383px;
    background: url(/PC/images/bj_1.png) no-repeat center left;
}

.in_fengCai .center .txtBox .ul_1.clear .left .sub {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 200px;
}

.in_fengCai .center .txtBox .ul_1.clear .right.shadow_1 {
    width: 863px;
    border-radius: 5px;
    background: #eee;
    line-height: 51px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 {
    padding-top: 60px;
    height: 266px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li {
    float: left;
    line-height: 45px;
    font-size: 18px;
    margin-right: 23px;
    text-align: center;
    padding-bottom: 30px;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(3), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(6), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(9), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(12) {
    margin: 0;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li img {
    display: block;
    width: 346px;
    height: 209px;
    padding: 5px;
    border: 1px solid #ccc;
}

.shareMore {
    text-align: center;
    padding-top: 35px;
}

.shareMore .dl_3 dd {
    background: url(/PC/images/jian_5.png) no-repeat center bottom;
    padding-bottom: 20px;
    display: inline-block;
    width: 200px;
    cursor: pointer;
}

.shareMore .dl_3 dd a {
    display: block;
    line-height: 40px;
    border: 1px solid #ccc;
    font-size: 18px;
}

.in_changFang {
    padding-bottom: 50px;
}

.in_changFang .txtBox {
    padding-top: 20px;
}

.pinZhi {
    background: #fff;
    padding-bottom: 50px;
}

.pinZhi .shareTitle2 {
    background: url(/PC/images/t11.png) no-repeat center top;
    padding-bottom: 38px;
}

.pinZhi .subBox {
    background: url(/PC/images/bj_9.png) no-repeat center top;
}

.pinZhi .subBox .center .dl_5.clear dd {
    float: left;
    width: 97px;
    margin-right: 30px;
    padding-top: 183px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: url(/PC/images/ico.png) no-repeat center top;
    background-position-y: 120px;
}

.pinZhi .subBox .center .dl_5.clear dd:hover {
    background: url(/PC/images/icoH.png) no-repeat center top;
    background-position-y: 120px;
    color: #f55319;
}

.pinZhi .subBox .center .dl_5.clear dd:nth-child(9) {
    margin: 0;
}

.in_youShi {
    padding: 50px 0;
    background: #fff;
}

.in_youShi ul .en {
    color: #0076c0;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
}

.in_youShi .bigTxt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 9px;
    color: #fff;
    line-height: 38px;
    padding-left: 44px;
}

.in_youShi .bigTxt p {
    margin: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin-left: 8px;
}

.in_youShi .smallTxt {
    color: #1e1e1e;
    line-height: 235%;
    padding-left: 21px;
}

.in_youShi ul li span {
    font-weight: bold;
}

.in_youShi .box_1 {
    padding-top: 25px;
    padding-left: 468px;
}

.in_youShi .box_2 {
    padding-top: 65px;
    padding-left: 36px;
}

.in_youShi .box_3 {
    padding-left: 484px;
    padding-top: 52px;
    width: 300px;
}

.in_youShi .box_4 {
    padding-top: 78px;
    padding-left: 32px;
}

.i_pro .content .box .list {
    width: 1120px;
}

.i_pro .content .box .list .item {
    float: left;
    min-height: 319px;
    width: 285px;
    margin-right: 20px;
    background: url(/PC/images/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.i_pro .content .box .list .item:hover {
    background: url(/PC/images/pro_hbj.png) no-repeat;
}

.i_pro .content .box .list .item a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 17px;
}

.i_pro .content .box .list .item a p, .i_pro .content .box .list .item a span {
    display: block;
}

.i_pro .content .box .list .item a img {
}

.i_pro .content .box .list .item a p {
    margin: 0;
    padding-top: 5px;
}

.ad {
    background: url(/PC/images/wyyp.jpg) no-repeat center top;
    height: 160px;
    margin-bottom: 63px;
}

.ad .center .txt_1 {
    padding-top: 97px;
    padding-bottom: 8px;
}

.ad .center .txt_1 .shadow_font {
    color: #f55319;
    font-size: 30px;
}

.ad .center .txt_2 {
    line-height: 30px;
}

.ad .center .txt_2 span {
    background: url(/PC/images/tel.png) no-repeat center left;
    font-size: 17px;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
    padding-left: 33px;
    padding-bottom: 3px;
    background-position-y: 3px;
}

.case {
    padding: 90px 0px;
}

.case .shareTitle2 {
    background: url(/PC/images/t10.png) no-repeat center top;
}

.case .sBox {
    padding-top: 38px;
}

.about {
    padding-bottom: 33px;
    margin-bottom: 33px;
    border-bottom: 1px solid #ccc;
}

.about .box_1 {
    padding-top: 308px;
    padding-left: 250px;
    padding-right: 20px;
}

.about .box_1, .about .box_1 p, .about .box_1 span {
    font-size: 16px !important;
    line-height: 180% !important;
}

.about .box_1 p {
    margin: 0 !important;
    padding: 0 !important;
    padding: 5px 0!important;
}

.aboutShareNav {
    padding: 30px 0;
}

.aboutShareNav .dl_2 {
    background: #232323;
    font-size: 21px;
}

.aboutShareNav dd {
    float: left;
    border-right: 1px solid #ccc;
    width: 223px;
    text-align: center;
}

.aboutShareNav dd:nth-child(5) {
    border: 0;
}

.aboutShareNav a {
    display: block;
    line-height: 65px;
    color: #fff;
}

.aboutShareNav a:hover {
    background: #f55319;
}

.f_feedback {
    min-height: 377px;
    padding: 30px 0;
    padding-bottom: 68px;
    background: #fff;
}

.f_feedback .ul_1 .left {
    width: 705px;
    padding-top: 41px;
    padding-left: 95px;
}

.f_feedback .ul_1 .left li {
    padding-bottom: 6px;
}

.f_feedback .left input[type="text"], .f_feedback .left textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 5px;
    width: 97.5%;
    font-size: 16px;
    border: 1px #c5c5c5 solid;
}

.f_feedback .left input[type="text"] {
    height: 35px;
    width: 96%;
    margin-bottom: 11px;
    background: url(/PC/images/lxr.jpg) no-repeat center left;
    text-indent: 33px;
}

.f_feedback .left textarea {
    width: 238px;
    min-height: 150px;
    display: inline-block;
    vertical-align: middle;
}

.f_feedback .left input[type="text"]::-webkit-input-placeholder, .f_feedback .left textarea::-webkit-input-placeholder {
    color: #bbb;
}

.f_feedback .left input[type="text"]:-moz-placeholder, .f_feedback .left textarea:-moz-placeholder {
    color: #bbb;
}

.f_feedback .left input[type="text"]::-moz-placeholder, .f_feedback .left textarea::-moz-placeholder {
    color: #bbb;
}

.f_feedback .left input[type="text"]:-ms-input-placeholder, .f_feedback .left textarea:-ms-input-placeholder {
    color: #bbb;
}

.f_feedback .left input.bt_1, .f_feedback .left input.bt_2 {
    text-align: center;
    width: 138px;
    line-height: 48px;
    height: 48px;
    border-radius: 50px;
    border: 0;
    font-size: 17px;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 2px;
}

.f_feedback .left input.bt_1 {
    color: #fff;
}

.f_feedback .left input.bt_2 {
    background: #cdcccb;
}

.f_feedback .left input.bt_2:hover {
    color: #fff;
    background: #ff6a01;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #ff8701, #ff5001);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #ff8701, #ff5001);
    /* Standard syntax */
}

.f_feedback .center .ul_1.inline_width.clear .left .shareTitle2 {
    background: none;
}

.f_feedback .center .ul_1.inline_width.clear .left .shareTitle2 .cn {
    font-size: 27px;
    padding-bottom: 14px;
    font-weight: bold;
    padding-right: 13px;
    padding-top: 7px;
    font-family: "DFPLiJinHeiW8-GB";
    line-height: 35px;
}

.f_feedback .center .ul_1.inline_width.clear .left .shareTitle2 .one {
    font-size: 17px;
    color: #666;
    padding-right: 51px;
}

.f_feedback .center .ul_1.inline_width.clear .left form .ul_3.inline_width.clear {
    padding-top: 23px;
}

.f_feedback .center .ul_1.inline_width.clear .left form .ul_3.inline_width.clear .sub_left {
    width: 315px;
}

.f_feedback .center .ul_1.inline_width.clear .left form .ul_3.inline_width.clear .sub_right {
    width: 315px;
}

.f_feedback .center .ul_1.inline_width.clear .left form .three {
    text-align: center;
    padding-right: 75px;
}

.f_feedback .center .ul_1.inline_width.clear .right {
    padding-top: 76px;
    font-size: 17px;
    width: 370px;
}

.f_feedback .center .ul_1.inline_width.clear .right .one {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 4px;
    padding-left: 10px;
    font-family: "DFPLiJinHeiW8-GB";
    line-height: 67px;
}

.f_feedback .center .ul_1.inline_width.clear .right .two {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 19px;
    padding-left: 120px;
}

.f_feedback .center .ul_1.inline_width.clear .right .two span {
    color: #e20000;
}

.f_feedback .center .ul_1.inline_width.clear .right .dl_6.clear {
    padding-top: 3px;
}

.f_feedback .center .ul_1.inline_width.clear .right .dl_6.clear dd {
    float: left;
    width: 150px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 30px;
}

.f_feedback .center .ul_1.inline_width.clear .right .dl_6.clear dd span {
    color: #e20000;
}

.f_feedback .center .ul_1.inline_width.clear .right .dl_6.clear dd:nth-child(2), .f_feedback .center .ul_1.inline_width.clear .right .dl_6.clear dd:nth-child(4) {
    margin: 0;
    padding-left: 10px;
}

.f_contact {
    color: #fff;
    font-size: 15px;
    min-height: 382px;
    background: url(/PC/images/bt1.jpg) no-repeat center top;
}

.f_contact .ul_1 {
    padding-top: 195px;
}

.f_contact .ul_1 .s_title {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
}

.f_contact .ul_1 li {
    float: left;
    padding-right: 20px;
}

.f_contact .ul_1 .l_1 {
    line-height: 200%;
    width: 259px;
    padding-right: 56px;
}

.f_contact .ul_1 .l_4 {
    text-align: center;
    width: 290px;
}

.f_contact .ul_1 .l_4 img {
    width: 130px;
    height: 130px;
    padding: 5px;
    border: 1px solid #ccc;
    vertical-align: middle;
    background: #fff;
}

.f_contact .ul_1 .l_4 .txt {
    font-size: 15px;
    padding: 6px 0;
    text-align: center;
}

.f_contact .center .beiZhu {
    text-align: center;
    color: #ccc;
    padding-top: 45px;
    padding-bottom: 15px;
}

.f_contact .center .beiZhu p {
    padding: 0;
    margin: 0;
}

.f_contact .ul_1 .l_2 .dl_3 {
    font-size: 16px;
    padding-bottom: 0;
    width: auto;
}

.f_contact .ul_1 .l_2 .dl_3 dd {
    width: 233px;
    float: left;
    line-height: 150%;
    /* padding-left: 23px; */
    min-height: 190px;
    padding-left: 30px;
    background: url(/PC/images/fline.png) no-repeat center left;
}

.f_contact .ul_1 .l_2 .dl_3 dd:nth-child(1) {
    width: 268px;
    padding-left: 0;
    background: none;
}

.f_contact .ul_1 .l_2 .dl_3 dd:nth-child(4) {
    background: none;
}

.f_contact .ul_1 .l_2 .dl_3 dd .txt_1 {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 6px;
    padding-left: 20px;
    background: url(/PC/images/xingIco.png) no-repeat center left;
    background-position-y: 5px;
}

.f_contact .ul_1 .l_2 .dl_3 dd .txt_2, .f_contact .ul_1 .l_2 .dl_3 dd .txt_2 p, .f_contact .ul_1 .l_2 .dl_3 dd .txt_2 span {
    font-size: 15px !important;
    color: #111 !important;
    line-height: 180% !important;
}

.f_contact .ul_1 .l_2 .dl_3 dd .txt_2 p {
    margin: 0 !important;
    padding: 0 !important;
    background: url(/PC/images/bot_02.png) no-repeat center left !important;
    padding-left: 15px !important;
    background-position-y: 11px !important;
}

.f_contact .ul_1 .l_1 .txt {
    line-height: 180%;
}

.f_contact .ul_1 .l_1 .txt .txt_1 {
    font-size: 19px;
}

.f_contact .ul_1 .l_1 .txt .txt_2 {
    font-size: 16px;
    font-weight: bold;
}

.f_contact .ul_1 .l_1 .txt .txt_2 span {
    color: #e20000;
}

.f_contact .ul_1 .l_4 {
    width: 155px;
    float: right;
    padding: 0;
    padding-top: 11px;
}

/*.in_about {
    padding-top: 10px;
    padding-bottom: 90px;
}
*/
.shareAbout {
    min-height: 912px;
    background: url(/PC/images/bj_5.jpg?v=3) no-repeat center top;
    padding-top: 77px;
}

.shareAbout .s_2 {
    padding-top: 85px;
    width: 1220px;
    margin: 0 auto;
}

.shareAbout .s_2 .aboutTxt, .shareAbout .s_2 .aboutTxt p, .shareAbout .s_2 .aboutTxt span, .shareAbout .s_2 .aboutTxt td {
    line-height: 210% !important;
    font-size: 16px !important;
    color: #333;
}

.shareAbout .s_2 .aboutTxt p {
    margin: 0 !important;
    padding-bottom: 10px !important;
}

.in_pro {
    padding: 68px 0;
}

.in_pro .left {
    width: 243px;
}

.in_pro .right {
    width: 928px;
    padding-bottom: 10px;
    padding-top: 4px;
}

.RightSmallNav {
    padding-bottom: 28px;
}

.RightSmallNav .ul_3 {
}

.RightSmallNav .ul_3 li {
    float: left;
    margin-right: 12px;
    line-height: 43px;
    margin-bottom: 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 179px;
    overflow: hidden;
}

.RightSmallNav .ul_3 li:nth-child(5), .RightSmallNav .ul_3 li:nth-child(10), .RightSmallNav .ul_3 li:nth-child(15) {
    margin-right: 0;
}

.RightSmallNav .ul_3 li:hover,.RightSmallNav .ul_3 li.cur {
    background: #f55319;
    border: 1px solid #f55319;
}

.RightSmallNav .ul_3 li a {
    display: block;
    font-size: 16px;
    padding-left: 50px;
    background: url(/PC/images/smallIco_02.png) no-repeat center left;
    background-position-x: 11px;
}

.RightSmallNav .ul_3 li a img {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 5px;
}

.sharePro .item {
    float: left;
    margin-right: 21px;
    margin-bottom: 22px;
    padding-bottom: 20px;
    background: url(/PC/images/cp_bt.jpg) no-repeat center bottom;
    background-size: 100% auto;
    background-position-y: 339px;
}

.sharePro .item:hover .itemBox {
    border: 1px solid #fcbca5;
}

.sharePro .item:nth-child(3), .sharePro .item:nth-child(6), .sharePro .item:nth-child(9), .sharePro .item:nth-child(12), .sharePro .item:nth-child(15), .sharePro .item:nth-child(18) {
    margin-right: 0;
}

.sharePro .item img {
    width: 236px;
    height: 236px;
    display: block;
}

.sharePro .item .proName {
    display: block;
    line-height: 180%;
    font-size: 17px;
    color: #444;
    padding: 8px 0;
    padding-bottom: 6px;
}

.sharePro .item:hover a .proName {
    color: #f55319;
}

.xgFangAnProType .L2_UL {
}

.xgFangAnProType .L2_UL .sub_left {
    width: 520px;
}

.xgFangAnProType .L2_UL .sub_left img {
    display: block;
}

.xgFangAnProType .L2_UL .sub_right {
    width: 705px;
    padding-bottom: 0;
}

.xgFangAnProType .L2_UL .sub_right .one {
    min-height: 33px;
    line-height: 33px;
}

.xgFangAnProType .L2_UL .sub_right .one a.shenglve {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    width: 82%;
    display: inline-block;
}

.xgFangAnProType .L2_UL .sub_right .one a:hover {
    color: #f55319;
}

.xgFangAnProType .L2_UL .sub_right .two {
    color: #888;
    font-size: 16px;
    line-height: 190%;
}

.xgFangAnProType .L2_UL .sub_right .three {
    text-align: right;
}

.xgFangAnProType .L2_UL .sub_right .time {
    font-size: 16px;
    color: #888;
    float: right;
}

.xgFangAnProType .L2_UL .sub_right .three a {
    padding: 0 25px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #f55319;
    display: inline-block;
    line-height: 38px;
    font-weight: bold;
}

.xgFangAnProType .L2_UL .sub_right .three a:hover {
    background: #ffa800;
}

.proViews {
    padding-top: 50px;
}

.proViews .left {
    width: 273px;
    border: 1px dashed #ddd;
    background-color: #fff;
}

.proViews .right {
    width: 968px;
}

.proViews .mainBox {
    padding-top: 33px;
}

.proViews .ul_1 .right .share_rTitle .dl_1 {
    line-height: 43px;
}

.proViews .right .content .r_1 {
}

.proViews .right .content .r_1 .sub_left img {
    display: block;
    padding: 8px;
    border: 1px solid #ddd;
}

.proViews .right .content .r_1 .sub_right {
    width: 550px;
}

.r_call {
    font-size: 17px;
    line-height: 38px;
    min-height: 38px;
    padding-left: 28px;
    background: url(/PC/images/left_2.png) no-repeat center left;
    background-position-y: 7px;
}

.r_call span {
    font-size: 28px;
    margin-left: 5px;
    font-family: 'Impact';
    color: #ff4800;
    letter-spacing: 1px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.proViews .right .content .r_1 .sub_right .bt {
    line-height: 38px;
    padding-top: 8px;
    font-size: 17px;
}

.proViews .right .content .r_1 .sub_right .bt a {
    display: inline-block;
    width: 205px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    background: url(/PC/images/bt_02.png) no-repeat left bottom;
}

.proViews .right .content .r_1 .sub_right .bt a:nth-child(1) {
    margin-right: 13px;
    background: url(/PC/images/bt_01.png) no-repeat left bottom;
}

.proViews .right .content .r_1 .sub_right .proName {
    font-size: 23px;
    padding: 0;
    margin: 0;
}

.proViews .right .content .r_1 .sub_right .canShu table, .proViews .right .content .r_1 .sub_right .canShu td {
    border: 0px !important;
}

.proViews .right .content .r_1 .sub_right .canShu p {
    margin: 0 !important;
    padding: 0 !important;
}

.proViews .right .content .r_1 .sub_right .canShu table {
    width: 100% !important;
    margin: 0 auto !important;
}

.proViews .right .content .r_1 .sub_right .canShu tr {
    border-bottom: 1px dashed #eee;
}

.proViews .right .content .r_1 .sub_right .canShu td {
    padding-left: 17px;
    background: url(/PC/images/leftBot3.png) no-repeat center left;
    background-position-x: 0;
}

.proViews .right .content .r_1 .sub_right .canShu, .proViews .right .content .r_1 .sub_right .canShu p, .proViews .right .content .r_1 .sub_right .canShu span, .proViews .right .content .r_1 .sub_right .canShu td {
    line-height: 43px !important;
    font-size: 16px !important;
    color: #090909 !important;
}

.proViews .right .content .txtBox.shadow2 {
    border-bottom: 10px solid #0ea5b1;
    margin-top: 38px;
}

.proViews .clear .right .content .txtBox.shadow2 .itemBox .t_1 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background: url(/PC/images/ps_bj.png) no-repeat;
    text-align: center;
    line-height: 58px;
}

.proViews .ul_1 .right .r_title {
    padding-bottom: 25px;
}

.proViews .ul_1 .right .r_title h2 {
    padding: 0;
    margin: 0;
    background: #eee;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.proViews .ul_1 .right .content .r_1 .clear .sub_left .shadow5 {
    display: block;
}

.proViews .ul_1 .right .content .r_2 {
    background: url(/PC/images/bj26.png) no-repeat center bottom;
    min-height: 61px;
    padding-top: 35px;
}

.proViews .ul_1 .right .content .r_2 .dl_2.inline_width.clear .sub_left.shadowTxt {
    font-size: 25px;
    font-family: 'Impact';
    color: #fff;
    line-height: 61px;
    padding-left: 243px;
    letter-spacing: 1px;
}

.proViews .ul_1 .right .content .r_2 .dl_2.inline_width.clear .sub_right {
    padding-right: 81px;
    padding-top: 13px;
}

.proViews .ul_1 .right .content .r_2 .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 310px;
    height: 36px;
}

.proViews .ul_1 .right .content .txtBox {
    padding-top: 50px;
}

.proViews .ul_1 .right .content .txtBox .proShareBox.box_2 .ul_5.inline_width.clear li {
    padding: 20px 0;
}

.proViews .ul_1 .right .content .txtBox .proShareBox.box_2 .ul_5.inline_width.clear li .s_title {
    font-size: 20px;
    font-weight: bold;
    background: url(/PC/images/bj_t.png) no-repeat center left;
    padding-left: 21px;
}

.proViews .ul_1 .right .content .txtBox .proShareBox.box_3 .pro_shareTitle .s_2 {
    font-style: normal;
    font-size: 17px;
    color: #333;
    font-weight: normal;
    padding-left: 35px;
}

.left_CommendFlag .left_ul {
    padding-top: 20px;
}

.left_CommendFlag .box .item {
    width: 203px;
    text-align: center;
    background: #fff;
    padding: 8px;
    border: 1px solid #ccc;
    margin: 0 auto;
    margin-bottom: 25px;
}

.left_CommendFlag .box .item:hover {
    border: 1px solid #f55319;
}

.left_CommendFlag .box .item img {
    width: 203px;
    height: 203px;
    display: block;
}

.left_CommendFlag .box .item .proName {
    display: block;
    line-height: 180%;
    font-size: 16px;
    color: #444;
    padding-top: 11px;
}

.left_CommendFlag .box .item a:hover .proName {
    color: #f55319;
}

.proRtitle {
    line-height: 50px;
    padding-bottom: 3px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.proRtitle h2, .proRtitle p {
    font-size: 21px;
    color: #333;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    padding-left: 41px;
    line-height: 38px;
    background: url(/PC/images/tIco_01.png) no-repeat center left;
    background-size: 30px auto;
}

.proRtitle span {
    background: url(/PC/images/line_1.png) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.proRtitle .sub_left {
    font-size: 18px;
}

.proRtitle .sub_right {
    text-align: right;
    font-size: 17px;
}

.proRtitle .dl_2.clear .sub_right img {
    vertical-align: middle;
    margin-right: 10px;
}

.proRtitle .sub_right a {
    color: #666;
    display: block;
    padding-right: 28px;
    background: url(/PC/images/tIco_02.png) no-repeat center right;
    background-position-y: 16px;
    background-size: 19px auto;
}

.oemPage {
    padding-top: 10px;
}

.oemPage .box_1 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.oemPage .box_1 .center .txt {
    padding-top: 60px;
}

.oemPage .box_1 .center .txt .ul_1 {
    min-height: 340px;
    background: url(/PC/images/bj_10.png) no-repeat center top;
}

.oemPage .box_1 .center .txt .ul_1.clear .left {
    width: 898px;
}

.oemPage .box_1 .center .txt .ul_1.clear .right {
    width: 266px;
    padding: 0 30px;
    padding-top: 260px;
    font-size: 18px;
    line-height: 190%;
    text-align: center;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .one {
    font-size: 22px;
    font-weight: bold;
    color: #ff5a00;
    text-align: center;
    padding-top: 19px;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .two {
    padding-top: 170px;
    line-height: 190%;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .two dd {
    float: left;
    text-align: center;
    font-size: 16px;
    margin-right: 32px;
    width: 124px;
    padding: 0 15px;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .two dd:nth-child(5) {
    margin-right: 0;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .three {
    padding-top: 80px;
    text-align: right;
    padding-right: 96px;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .three a {
    display: inline-block;
    line-height: 40px;
    border: 1px solid #ff5a00;
    border-radius: 100px;
    padding: 0 40px;
    font-size: 18px;
    color: #ff5a00;
}

.oemPage .box_2 {
    background: url(/PC/images/bj_18.jpg?v=3) no-repeat center top;
    min-height: 699px;
    padding-bottom: 100px;
}

.oemPage .box_2 .sTitle {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-top: 100px;
}

.oemPage .box_2 ul {
    padding-top: 50px;
}

.oemPage .box_2 .l_2 {
    font-size: 18px;
    line-height: 66px;
    padding-left: 445px;
    padding-top: 89px;
}

.oemPage .box_2 .l_2 span {
    color: #d51519;
}

.oemPage .box_2 .l_2 .s_2 {
    padding-left: 27px;
}

.oemPage .box_2 .l_2 .s_3 {
    padding-left: 38px;
}

.oemPage .box_2 .l_2 .s_4 {
    padding-left: 30px;
}

.oemPage .box_2 .l_2 .s_5 {
    padding-left: 6px;
}

.shareGongxu {
    font-size: 17px;
    min-height: 570px;
    background: url(/PC/images/bj19.jpg?v=3) no-repeat center top;
    padding-top: 38px;
}

.shareGongxu .sTitle {
    font-size: 26px;
    text-align: center;
    padding-top: 33px;
}

.shareGongxu .sTitle span {
    font-weight: bold;
    font-size: 35px;
}

.shareGongxu dl {
    padding-top: 30px;
}

.shareGongxu dd {
    float: left;
    margin-right: 66px;
    padding-top: 140px;
    min-height: 43px;
    text-align: center;
}

.shareGongxu dd:nth-child(4), .shareGongxu dd:nth-child(8) {
    margin-right: 0;
}

.iFangAn .ul_5 li {
    width: 417px;
    margin-right: 21px;
    float: left;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    position: relative;
}

.iFangAn .ul_5 li a {
    display: block;
    min-height: 66px;
}

.iFangAn .ul_5 li .txt_1 {
    font-size: 20px;
    padding-bottom: 5px;
    color: #000;
}

.iFangAn .ul_5 li .txt_2 {
    font-size: 12px;
    text-transform: uppercase;
}

.iFangAn .ul_5 li:nth-child(3), .iFangAn .ul_5 li:nth-child(6), .iFangAn .ul_5 li:nth-child(9) {
    margin-right: 0;
}

.new {
    min-height: 560px;
    padding: 80px 0px;
    background: #fff;
}

.new .mainBox {
}

.new .content {
    padding-top: 45px;
}

.new .content .line_1 {
    text-align: center;
}

.new .content .line_1 a {
    color: #252525;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
    margin-right: 46px;
    padding-left: 55px;
    line-height: 138%;
    padding-top: 8px;
    display: inline-block;
}

.new .content .line_1 a:nth-child(1) {
    padding-left: 43px;
    margin-right: 35px;
    background: url(/PC/images/2ico_02.png) no-repeat center left;
}

.new .content .line_1 a:nth-child(2) {
    padding-left: 50px;
    margin-right: 33px;
    background: url(/PC/images/nlIco_01.png) no-repeat center left;
}

.new .content .line_1 a:nth-child(3) {
    padding-left: 52px;
    margin-right: 46px;
    background: url(/PC/images/2ico_03.png) no-repeat center left;
}

.new .content .line_1 a:nth-child(4) {
    padding-left: 52px;
    background: url(/PC/images/2ico_01.png) no-repeat center left;
}

.new .content .line_1 a span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.new .content .line_1 a.first {
}

.new .content .line_1 a.first p {
    background: url(/PC/images/2ico_02H.png) no-repeat center left;
    color: #f55319;
}

.zhaoShang .title {
    font-size: 35px;
    font-weight: bold;
    color: #f55319;
    text-align: center;
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

.zhaoShang .sTitle {
    font-size: 16px;
    text-align: center;
}

.zhaoShang .sTitle span {
    font-weight: bold;
}

.zhaoShang .title2 {
    font-size: 22px;
    text-align: center;
}

.zhaoShang .title2 span {
    font-weight: bold;
}

.zhaoShang .box_2 {
    font-size: 18px;
}

.zhaoShang .box_2 .sub_left {
    font-size: 31px;
    font-weight: bold;
    color: #f55319;
}

.zhaoShang .box_2 .sub_left span {
    color: #fff;
    margin-left: 20px;
    letter-spacing: 6px;
}

.zhaoShang .box_2 .ul_3 li {
    float: left;
    width: 366px;
    padding-bottom: 9px;
}

.zhaoShang .box_4 .ul_1 li {
    float: left;
    font-size: 16px;
    width: 168px;
}

.zhaoShang .box_4 .ul_2 li {
    float: left;
    font-size: 17px;
    width: 386px;
    padding-bottom: 9px;
}

.zhaoShang .box_5 .ul_1 li {
    float: left;
    font-size: 17px;
    width: 172px;
    margin-right: 16px;
    text-align: center;
    text-indent: 35px;
}

.zhaoShang .box_7 .ul_1 li {
    float: left;
    font-size: 18px;
    width: 420px;
    margin-right: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.zhaoShang .box_7 .ul_2 li {
    float: left;
    font-size: 18px;
    width: 418px;
    margin-right: 21px;
    text-indent: 25px;
    text-align: center;
}

.zhaoShang .box_8 .ul_1 li {
    float: left;
    width: 610px;
    min-height: 134px;
    margin-right: 78px;
    margin-bottom: 49px;
}

.zhaoShang .box_8 .ul_1 li:nth-child(2), .zhaoShang .box_8 .ul_1 li:nth-child(4), .zhaoShang .box_8 .ul_1 li:nth-child(6), .zhaoShang .box_8 .ul_1 li:nth-child(8), .zhaoShang .box_8 .ul_1 li:nth-child(10), .zhaoShang .box_8 .ul_1 li:nth-child(12), .zhaoShang .box_8 .ul_1 li:nth-child(14), .zhaoShang .box_8 .ul_1 li:nth-child(16) {
    margin-right: 0;
}

.zhaoShang .box_8 .ul_1 li dl {
    padding-top: 26px;
}

.zhaoShang .box_8 .ul_1 li .sub_left {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    width: 174px;
}

.zhaoShang .box_8 .ul_1 li .sub_right {
    width: 380px;
    font-size: 16px;
    padding-right: 13px;
    line-height: 180%;
}

.zhaoShang .box_9 input[type="text"], .zhaoShang .box_9 textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 5px;
    width: 97.5%;
    font-size: 16px;
}

.zhaoShang .box_9 input[type="text"] {
    height: 36px;
    width: 96%;
    margin-bottom: 23px;
}

.zhaoShang .box_9 input.bt_1, .zhaoShang .box_9 input.bt_2 {
    text-align: center;
    width: 138px;
    line-height: 48px;
    height: 48px;
    border-radius: 50px;
    border: 0;
    font-size: 17px;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 2px;
}

.zhaoShang .box_9 input.bt_1 {
    color: #fff;
    margin-right: 25px;
}

.zhaoShang .box_9 input.bt_2 {
    background: #cdcccb;
}

.zhaoShang .box_9 input.bt_2:hover {
    color: #fff;
    background: #ff6a01;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #ff8701, #ff5001);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #ff8701, #ff5001);
    /* Standard syntax */
}

.aboutTab .sTitle {
    background: #f7f7f7;
}

.aboutTab .sTitle dd {
    color: #000;
    cursor: pointer;
    font-size: 22px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 432px;
    text-indent: 190px;
    background: url(/PC/images/aboutICO_01.png) no-repeat center left;
    padding: 28px 0;
    background-position-x: 117px;
}

.aboutTab .sTitle dd:nth-child(2) {
    background: url(/PC/images/aboutIco_02.png) no-repeat center left;
    background-position-x: 117px;
}

.aboutTab .sTitle dd:nth-child(3) {
    background: url(/PC/images/aboutIco_03.png) no-repeat center left;
    background-position-x: 117px;
    border-right: 0;
}

.aboutTab .sTitle dd .en {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 3px;
}

.aboutTab .sTitle dd:nth-child(1) {
    background-color: #fff;
    border-bottom: 0;
    border-bottom: 1px solid #fff;
}

.youShi {
    padding-top: 100px;
}

.youShi .subBox {
    padding-top: 73px;
    background-position-y: 40px;
    line-height: 180%;
    letter-spacing: 1px;
}

.youShi .subBox .bigTxt {
    font-size: 25px;
    font-weight: bold;
    color: #ff6c0c;
    letter-spacing: 2px;
    padding-bottom: 13px;
    margin-bottom: 13px;
    padding-left: 2px;
    background: url(/PC/images/youshil.jpg) no-repeat left bottom;
}

.youShi .subBox .en {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -5px;
    padding-bottom: 40px;
}

.youShi .subBox .smallTxt {
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    color: #333;
    padding-left: 16px;
    margin-left: 3px;
    background: url(/PC/images/youshid.jpg) no-repeat left center;
}

.youShi .subBox .box_2 .smallTxt {
    line-height: 51px;
}

.youShi .subBox .box_3 .smallTxt {
    line-height: 39px;
}

.youShi .subBox .center .box_4.clear .sub_left li {
    float: left;
    width: 109px;
    text-align: center;
}

.shareTitle8 {
    text-align: center;
    background: url(/PC/images/t11.png) no-repeat center top;
    text-indent: -34px;
    min-height: 185px;
}

.shareTitle8 .cn {
    font-size: 31px;
    /* padding-top: 36px; */
    padding-bottom: 16px;
    font-family: "DFPLiJinHeiW8-GB";
}

.shareTitle8 .one {
    color: #666;
    font-size: 19px;
}

.in_about .line_1 .content div {
    position: absolute;
}

.in_about .line_1 .content span {
    display: block;
    font-family: 'Impact';
    font-size: 25px;
    padding-bottom: 3px;
}

.bq p {
    display: inline-block;
}

.zsBody {
}

.zsBody .dian {
    display: none;
}

.iFangAn {
    padding: 50px 0;
    padding-bottom: 0;
}

.in_pro .mainBox {
    padding-top: 38px;
}

.zhaoShang {
}

.zhaoShang .box_9 {
    min-height: 677px;
    background: url(/PC/images/5_09.jpg?v=3) no-repeat center top;
}

.zhaoShang .box_9 .sBox {
    padding-top: 190px;
    padding-left: 779px;
    padding-right: 35px;
}

.zhaoShang .box_9 .sBox .firstBox {
}

.zhaoShang .box_9 .sBox .firstBox .title3 {
    font-size: 24px;
    text-align: center;
    line-height: 170%;
}

.zhaoShang .box_9 .sBox .firstBox .txt_1 {
    font-weight: bold;
    font-size: 28px;
    color: #f55319;
    padding-top: 40px;
    text-align: center;
    text-indent: 20px;
}

.zhaoShang .box_9 .sBox .firstBox .txt_2 {
    font-size: 17px;
    text-align: center;
    padding-top: 35px;
}

.zhaoShang .box_9 .sBox form {
    padding-top: 30px;
    padding-left: 98px;
    padding-right: 60px;
}

.zhaoShang .box_9 .sBox form .inputDiv {
    padding-left: 32px;
}

.zhaoShang .box_9 .sBox .firstBox .title3 span {
    font-weight: bold;
}

.in_new .right .r_box .smList {
}

.in_new .right .r_box .smList .list {
}

.in_new .right .r_box .smList .list .sub_left {
    width: 215px;
}

.in_new .right .r_box .smList .list .sub_right {
    width: 674px;
}

.in_new .right .r_box .smList .list .sub_left img {
    width: 215px;
}

.in_about {
    padding-bottom: 80px;
}

.pageNumber .tzBox {
    display: inline-block;
}

.noPro {
    padding: 10px 20px;
    min-height: 334px;
    font-size: 19px;
    font-weight: bold;
    line-height: 200%;
}

.noPro .line_1 {
    padding-bottom: 50px;
}

.noPro .line_2 {
    color: #19417f;
}

.page404 {
    padding: 60px 0;
    min-height: 334px;
    background: url(/PC/images/404.jpg?v=3) no-repeat center top;
    font-size: 19px;
    font-weight: bold;
    line-height: 200%;
    padding-top: 110px;
}

.page404 .line_1 {
    padding: 0 100px;
    padding-bottom: 50px;
}

.page404 .line_2 {
    padding: 0 100px;
    color: #19417f;
}

.in_about .mainBox_1 {
}

.in_about .mainBox_1 .line_1 {
    padding-bottom: 60px;
}

.in_about .mainBox_1 .line_2 {
    padding-bottom: 100px;
}

.in_about .mainBox_1 .line_3 {
    padding-bottom: 100px;
}

.in_about .mainBox_1 .line_4 {
    padding-bottom: 100px;
}

.in_about .mainBox_1 .line_1 .content {
    background: url(/PC/images/bj9.png) no-repeat center top;
    margin-top: -40px;
    min-height: 950px;
    font-size: 12px;
    line-height: 180%;
    min-width: 1342px;
}

.in_about .mainBox_1 .line_1 .content .center {
    position: relative;
    width: 1342px;
    min-height: 500px;
}

.in_about .mainBox_1 .line_1 .content .s_1 {
    top: 410px;
    left: 69px;
}

.in_about .mainBox_1 .line_1 .content .s_2 {
    top: 315px;
    left: 363px;
}

.in_about .mainBox_1 .line_1 .content .s_3 {
    top: 219px;
    left: 658px;
    line-height: 160%;
}

.in_about .mainBox_1 .line_1 .content .s_4 {
    top: 125px;
    left: 969px;
}

.in_about .mainBox_1 .line_1 .content .s_5 {
    top: 617px;
    left: 130px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .mainBox_1 .line_1 .content .s_6 {
    top: 575px;
    left: 282px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .mainBox_1 .line_1 .content .s_7 {
    top: 535px;
    left: 410px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .mainBox_1 .line_1 .content .s_8 {
    top: 491px;
    left: 565px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .mainBox_1 .line_1 .content .s_9 {
    top: 442px;
    left: 714px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .mainBox_1 .line_1 .content .s_10 {
    top: 398px;
    left: 877px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .mainBox_1 .line_1 .content .s_11 {
    top: 345px;
    left: 1027px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .mainBox_1 .line_1 .content .s_12 {
    top: 281px;
    left: 1207px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-size: 28px;
    font-weight: bold;
    line-height: 110%;
    letter-spacing: 1px;
}

.in_about .mainBox_1 .line_1 .content .s_13 {
    top: 768px;
    left: 229px;
}

.in_about .mainBox_1 .line_1 .content .s_14 {
    top: 683px;
    left: 525px;
}

.in_about .mainBox_1 .line_1 .content .s_15 {
    top: 602px;
    left: 828px;
    line-height: 150%;
}

.in_about .mainBox_1 .line_1 .content .s_16 {
    top: 503px;
    left: 1141px;
    line-height: 170%;
}

.in_about .mainBox_1 .line_2 .shareTitle8 {
    background: url(/PC/images/t16.png) no-repeat center top;
    text-indent: -28px;
}

.in_about .mainBox_1 .line_2 .shareTitle8 .cn {
}

.in_about .mainBox_1 .line_2 .content {
    background: url(/PC/images/bj10.jpg?v=3) no-repeat center bottom;
    min-height: 678px;
}

.in_about .mainBox_1 .line_3 .shareTitle8 {
    background: url(/PC/images/t15.png) no-repeat center top;
    text-indent: -25px;
}

.in_about .mainBox_1 .line_3 .shareTitle8 .cn {
}

.in_about .mainBox_1 .line_3 .content {
    background: url(/PC/images/bj17.jpg?v=3) no-repeat center bottom;
    min-height: 640px;
}

.in_about .mainBox_1 .line_4 .shareTitle8 {
    background: url(/PC/images/t17.png) no-repeat center top;
    text-indent: -29px;
}

.in_about .mainBox_1 .line_4 .shareTitle8 .one {
    background: url(/PC/images/st.png) no-repeat center top;
    min-height: 47px;
}

.in_about .mainBox_1 .line_4 .content {
    background: url(/PC/images/bj18.jpg?v=3) no-repeat center bottom;
    min-height: 866px;
}

.lineBj {
    min-height: 30px;
    background: url(/PC/images/bj_1.png);
}

.shareAbout .s_2 .sub_left {
    width: 533px;
}

.shareAbout .s_2 .sub_right {
    width: 652px;
}

.videoShow {
    min-height: 473px;
    background: url(/PC/images/dengdai.gif) no-repeat center;
    background-color: #333;
}

.videoShow .videoPic {
    display: block;
    cursor: pointer;
}

.in_about .mainBox_2 {
}

.in_about .mainBox_3 {
}

.in_about .mainBox_2 .line_6 {
    padding-bottom: 100px;
}

.in_about .mainBox_2 .line_6 .shareTitle8 {
    background: url(/PC/images/t18.png) no-repeat center top;
    text-indent: -25px;
}

.in_about .mainBox_2 .line_6 .content {
    background: url(/PC/images/bj20.jpg?v=3) no-repeat center bottom;
    min-height: 992px;
}

.in_about .mainBox_2 .line_7 {
}

.in_about .mainBox_2 .line_7 .shareTitle8 {
    background: url(/PC/images/t19.png) no-repeat center top;
    text-indent: -47px;
}

.in_about .mainBox_2 .line_7 .shareTitle8 .cn {
    padding-top: 6px;
}

.in_about .mainBox_2 .line_7 .aboutTab {
    margin-top: -20px;
}

.in_about .mainBox_2 .line_7 .aboutTab .center {
    padding-top: 35px;
}

.in_about .mainBox_2 .line_7 .aboutTab .bigBox {
    border: 1px solid #ccc;
}

.jhList {
    padding: 100px 0;
}

.jhList .left {
    width: 955px;
    position: relative;
}

.jhList .right {
    width: 300px;
}

.jhlistBox {
}

.jhlistBox .item {
    padding: 15px 18px;
    margin-bottom: 26px;
    width: 919px;
}

.jhlistBox .item .sub_left {
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.jhlistBox .item .sub_right {
    width: 595px;
    font-size: 16px;
    color: #666;
}

.jhlistBox .item .sub_left a {
}

.jhlistBox .item .sub_left img {
    width: 300px;
    /* height: 200px; */
    min-height: 200px;
}

.jhlistBox .item .sub_right .one {
    font-size: 23px;
    padding-top: 3px;
    padding-bottom: 8px;
}

.jhlistBox .item .sub_right .two {
    line-height: 190%;
}

.jhlistBox .item .sub_right .one a {
}

.otherTag {
    line-height: 35px;
    font-size: 17px;
    margin-bottom: 30px;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.otherTag a {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 0 18px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.otherTag a:hover {
    border: 1px solid #a51414;
    color: #a51414;
}

.sjTag {
}

.sjTag .left_Title {
    color: #fff;
    padding: 10px 18px;
    letter-spacing: 1px;
    background: #d88e00;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, #d88e00, #f1b33d);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #d88e00, #f1b33d);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #d88e00, #f1b33d);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #d88e00, #f1b33d);
    /* Standard syntax */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 48px;
    line-height: 160%;
    padding-top: 15px;
    width: auto;
}

.sjTag .left_Title .cn {
    font-weight: bold;
    font-size: 23px;
}

.sjTag .left_Title .en {
    font-size: 13px;
}

.sjTag .sContent {
    border: 1px solid #f3d28b;
    font-size: 16px;
    width: 298px;
    background: url(/PC/images/pl_6.png) no-repeat center bottom;
    background-size: 100% auto;
    margin-bottom: 30px;
}

.sjTag .sContent a {
    line-height: 50px;
    text-align: center;
    width: 49%;
    border-bottom: 1px dashed #f3d28b;
    float: left;
}

.dian {
    min-height: 15px;
    background: url(/PC/images/bj_1.png);
}

.shareTitle2 img {
    vertical-align: middle;
}

.iFangAn .content {
    padding-top: 38px;
}

.iFangAn .ul_5 li .two {
    width: 76px;
    height: 76px;
    border-radius: 100px;
    background: #7c7c7c;
    text-align: center;
    position: absolute;
    top: 170px;
    left: 41%;
}

.iFangAn .ul_5 li .one {
}

.iFangAn .ul_5 li .one img {
    vertical-align: middle;
}

.iFangAn .ul_5 li .two p {
    width: 76px;
    height: 76px;
    display: table-cell;
    vertical-align: middle;
}

.iFangAn .ul_5 li .three {
    padding: 20px 0;
}

.iFangAn .ul_5 li:hover .two {
    background: #f55319;
}

.youShi .subBox .box_1 {
    padding-top: 6px;
    margin-bottom: 10px;
}

.youShi .subBox .sBox {
    padding-left: 80px;
    padding-top: 21px;
}

.youShi .subBox .sBox_2 {
    padding-left: 48px;
}

.youShi .subBox .box_2 {
    padding-left: 3px;
}

.youShi .subBox .box_2 .en {
    padding-bottom: 42px;
}

.youShi .subBox .box_3 {
    padding-top: 72px;
}

.youShi .subBox .box_4 {
    padding-top: 5px;
    padding-left: 828px;
}

.youShi .subBox .box_5 {
    padding-top: 42px;
}

.youShi .subBox .box_4 .smallTxt {
    line-height: 40px;
}

.youShi .subBox .box_4 .en {
    padding-bottom: 34px;
}

.youShi .subBox .box_5 .sub_right {
    width: 817px;
    padding-top: 353px;
    text-align: center;
}

.youShi .subBox .box_5 .sub_right li {
    font-size: 16px;
    float: left;
    width: 267px;
    text-align: center;
    margin-right: 8px;
}

.youShi .subBox .box_5 .sub_right li:nth-child(1) {
    text-indent: 8px;
}

.youShi .subBox .box_5 .sub_right li:nth-child(2) {
    text-indent: 20px;
}

.youShi .subBox .box_5 .sub_right li:nth-child(3) {
    margin-right: 0;
    text-indent: 19px;
}

.shareAbout .s_2 .sub_left .aboutTxt {
    padding-bottom: 23px;
    text-align: justify;
}

.shareAbout .s_2 .sub_left .abLink {
}

.shareAbout .s_2 .sub_left .abLink a {
    width: 372px;
    line-height: 61px;
    background: url(/PC/images/bg2.jpg?v=3) no-repeat;
    font-size: 17px;
    display: block;
    color: #fff;
    padding-left: 123px;
}

.shareAbout .s_2 .sub_left .abLink a span {
    font-weight: bold;
}

.new .content .line_1 a .cn {
    font-size: 23px;
    font-weight: bold;
}

.new .content .line_1 a .en {
    transform: scale(0.9);
    transform-origin: left;
}

.new .content .line_1 a.cur {
    color: #f55319;
}

.new .content .line_1 a:nth-child(1).cur {
    background: url(/PC/images/2ico_02H.png) no-repeat center left;
}

.new .content .line_1 a:nth-child(2).cur {
    background: url(/PC/images/nlIco_02.png) no-repeat center left;
}

.new .content .line_1 a:nth-child(3).cur {
    background: url(/PC/images/2ico_03H.png) no-repeat center left;
}

.new .content .line_1 a:nth-child(4).cur {
    background: url(/PC/images/2ico_01H.png) no-repeat center left;
}

.f_contact .ul_1 .l_1 .one {
    padding-top: 20px;
    padding-bottom: 20px;
}

.f_contact .ul_1 .l_1 .one img {
    vertical-align: middle;
}

.f_contact .ul_1 .l_1 .three {
    padding-top: 18px;
    position: relative;
    padding-bottom: 20px;
}

.f_contact .ul_1 .l_1 .three .s1 {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.f_contact .ul_1 .l_1 .three .s2 {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.77);
    white-space: nowrap;
    transform-origin: left;
    position: absolute;
    bottom: 0;
    left: 0;
}

.f_contact .ul_1 .l_2 .dl_3 dd .txt_2 {
    padding-left: 5px;
}

.f_contact .ul_1 .l_2 .dl_3 dd .subBox_1 {
    min-height: 108px;
}

.proRtitle .r_txt {
    padding: 22px 5px;
    line-height: 190%;
    font-size: 17px;
}

.RightSmallNav .ul_3 li:hover a, .RightSmallNav .ul_3 li.cur a {
    color: #fff;
    background: url(/PC/images/smallIco_01.png) no-repeat center left;
    background-position-x: 11px;
}

.left_tel {
    padding: 18px 0;
}

.left_tel .ewm {
    text-align: center;
    font-size: 17px;
}

.left_tel .ewm .two {
    padding: 8px 0;
    font-size: 16px;
}

.left_tel .ewm img {
    display: block;
    margin: 0 auto;
    padding: 8px;
    border: 1px solid #ddd;
}

.sharePro .item .four {
    width: 229px;
    margin: 0 auto;
    line-height: 34px;
    background: url(/PC/images/mBj.png) no-repeat center;
}

.sharePro .item .four a {
    display: inline-block;
    font-size: 16px;
    width: 45%;
    vertical-align: bottom;
}

.sharePro .item .four a:nth-child(1) {
    color: #fff;
}

.sharePro .item .four a:nth-child(2) {
}

.proViews .right .content {
}

.proViews .right .content .r_1 .sub_right .txt_1 {
    font-size: 16px;
    padding: 13px 0;
}

.proViews .right .content .r_1 .sub_right .txt_1 span {
    color: #f55319;
    margin-right: 5px;
}

.proViews .right .content .r_1 .sub_right .CommendFlag {
    font-size: 17px;
    line-height: 180%;
    padding-top: 20px;
    padding-bottom: 3px;
}

.proViews .right .content .r_1 .sub_right .CommendFlag .s_left {
    padding-right: 105px;
}

.proViews .typeNav_2 .sContent #smBox_4 {
    display: none;
}

.proViews .right .RightSmallNav {
    padding-bottom: 18px;
    margin-bottom: 33px;
    border-bottom: 1px dashed #ccc;
}

.leftNew .content .bigNav:hover a, .leftNew .content .curNav a {
    color: #f55319;
    background: url(/PC/images/nIcoH_01.png) no-repeat center left;
    background-size: auto !important;
    background-position-x: 25px !important;
}

.leftNew {
}

.leftNew .content .ul_8 {
    padding-top: 10px;
}

.leftNew .content .bigNav:nth-child(2) {
}

.leftNew .content .bigNav:nth-child(3) {
}

.leftNew .content .bigNav:nth-child(4) {
}

.leftNew .content .bigNav:nth-child(1) a {
    background: url(/PC/images/nIco_01.png) no-repeat center left;
    background-size: auto !important;
    background-position-x: 25px !important;
}

.leftNew .content .bigNav:nth-child(2) a {
    background: url(/PC/images/nIco_03.png) no-repeat center left;
    background-size: auto !important;
    background-position-x: 24px !important;
}

.leftNew .content .bigNav:nth-child(3) a {
    background: url(/PC/images/nIco_05.png) no-repeat center left;
    background-size: auto !important;
    background-position-x: 25px !important;
}

.leftNew .content .bigNav:nth-child(4) a {
    background: url(/PC/images/nIco_07.png) no-repeat center left;
    background-size: auto !important;
    background-position-x: 25px !important;
}

.leftNew .content .bigNav:nth-child(1):hover a {
    background: url(/PC/images/nIcoH_01.png) no-repeat center left;
    background-size: auto !important;
    background-position-x: 25px !important;
}

.leftNew .content .bigNav:nth-child(2):hover a {
    background: url(/PC/images/nIcoH_03.png) no-repeat center left;
    background-size: auto !important;
    background-position-x: 24px !important;
}

.leftNew .content .bigNav:nth-child(3):hover a {
    background: url(/PC/images/nIcoH_05.png) no-repeat center left;
    background-size: auto !important;
    background-position-x: 25px !important;
}

.leftNew .content .bigNav:nth-child(4):hover a {
    background: url(/PC/images/nIcoH_07.png) no-repeat center left;
    background-size: auto !important;
    background-position-x: 25px !important;
}

.leftNew .content .bigNav:nth-child(1).curNav a {
    background: url(/PC/images/nIcoH_01.png) no-repeat center left;
    background-size: auto !important;
    background-position-x: 25px !important;
}

.leftNew .content .bigNav:nth-child(2).curNav a {
    background: url(/PC/images/nIcoH_03.png) no-repeat center left;
    background-size: auto !important;
    background-position-x: 24px !important;
}

.leftNew .content .bigNav:nth-child(3).curNav a {
    background: url(/PC/images/nIcoH_05.png) no-repeat center left;
    background-size: auto !important;
    background-position-x: 25px !important;
}

.leftNew .content .bigNav:nth-child(4).curNav a {
    background: url(/PC/images/nIcoH_07.png) no-repeat center left;
    background-size: auto !important;
    background-position-x: 25px !important;
}

.proRtitle .sub_left font {
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.in_new .proRtitle h2, .in_new .proRtitle p {
    padding-left: 38px;
    background: url(/PC/images/faIco_01.png) no-repeat center left;
    background-position-y: 5px;
}

.newViews .proRtitle .sub_right a {
    font-size: 16px;
    color: #ff7e26;
    padding: 0;
    padding-right: 26px;
    display: inline-block;
    vertical-align: middle;
    /* line-height: 38px; */
    background: url(/PC/images/nsIco_02.png) no-repeat center right;
    background-size: 20px;
}

.newViews .right .r_box .newBox .Box_2 .line_2 .two span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 88px;
}

.newViews .right .r_box .newBox .Box_2 .line_2 .two span:last-child {
    margin-right: 0;
}

.share_xg .xgTitle {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
    line-height: 38px;
}

.share_xg .xgTitle .sub_left {
    font-size: 20px;
    padding-left: 39px;
    background: url(/PC/images/xgIco.png) no-repeat center left;
}

.share_xg .xgTitle .sub_right {
}

.share_xg .xgTitle .sub_right a {
    font-size: 16px;
    color: #f55319;
    display: inline-block;
    vertical-align: middle;
}

.newViews .right .newBox .tagWord {
    font-size: 16px;
    color: #888;
}

.newViews .right .newBox .curURL {
    font-size: 16px;
    padding: 13px 0;
    color: #888;
}

.prev_next .sub_left:hover {
    background-color: #f55319;
}

.prev_next .sub_right:hover {
    background-color: #f55319;
}

.f_contact .ul_1 .l_4 h3 {
    margin: 0;
}

.faShow .right .newBox .txtBox, .faShow .right .newBox .txtBox p, .faShow .right .newBox .txtBox span, .faShow .right .newBox .txtBox font {
    font-size: 16px !important;
}

.xgPro_fa {
    padding-top: 13px;
}

.xgPro_fa .xgItem {
    margin-bottom: 25px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 13px;
    width: 913px;
    -moz-box-shadow: 1px 1px 5px #ddd;
    -webkit-box-shadow: 1px 1px 5px #ddd;
    box-shadow: 1px 1px 5px #ddd;
}

.xgPro_fa .xgItem .sub_left {
    width: 298px;
}

.xgPro_fa .xgItem .sub_right {
    width: 590px;
}

.xgPro_fa .xgItem .sub_left a {
}

.xgPro_fa .xgItem .sub_left img {
}

.xgPro_fa .xgItem .sub_right .one {
    font-size: 22px;
    font-weight: bold;
    color: #0079c2;
    text-decoration: underline;
}

.xgPro_fa .xgItem .sub_right .two {
}

.xgPro_fa .xgItem .sub_right .two .titleTxt {
    font-weight: bold;
    padding-top: 10px;
    font-size: 17px;
}

.xgPro_fa .xgItem .sub_right .two .sTxt {
    line-height: 180%;
    font-size: 16px;
    padding-top: 2px;
}

.faShow {
}

.faShow .prev_next {
    padding-bottom: 0;
}

.in_about .mainBox_1 .line_1 .content font {
    font-weight: bold;
}

.in_contact {
    padding-bottom: 80px;
}

.in_contact .line_1 {
    background: url(/PC/images/bj23.jpg?v=3) no-repeat center top;
    padding-bottom: 50px;
}

.in_contact .line_1 .center .box {
    min-height: 126px;
    line-height: 180%;
    font-size: 18px;
    padding-left: 263px;
    padding-top: 108px;
    padding-right: 25px;
    letter-spacing: 1px;
    text-indent: 2em;
}

.in_contact .line_5 .content .dl_5 .one {
    padding-bottom: 8px;
    line-height: 30px;
    font-size: 17px;
}

.in_contact .line_5 .content .dl_5 .one span {
    color: #5aa8e8;
}

.in_contact .line_5 .content .dl_5 dd {
    margin-right: 262px;
}

.in_contact .line_5 .content .dl_5 dd:nth-child(3) {
    margin-right: 0;
}

.in_contact .line_6 .content .ul_6.clear li {
    width: 310px;
    height: 196px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}

.in_contact .line_6 .content .ul_6.clear li:nth-child(4), .in_contact .line_6 .content .ul_6.clear li:nth-child(8) {
    margin-right: 0;
}

.in_contact .line_6 .content .ul_6.clear li img {
    width: 310px;
    height: 196px;
    display: block;
    cursor: pointer;
    transition: all 0.4s;
}

.in_contact .line_6 .content .ul_6.clear li:hover img {
    transform: scale(1.05);
}

.in_contact .line_6 .content .ul_6.clear li .box {
    width: 310px;
    height: 196px;
    line-height: 196px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.55);
}

.in_contact .line_6 .content .ul_6.clear li:hover .box {
    position: absolute;
    top: 0;
    left: 0;
}

.in_contact .line_2 {
    padding-top: 10px;
    padding-bottom: 80px;
}

.in_contact .line_2 .content {
    padding-top: 30px;
}

.in_contact .line_2 .content .box_1 {
    background: url(/PC/images/bj25.png) no-repeat center top;
    min-height: 260px;
    font-size: 17px;
}

.in_contact .line_2 .content .box_1 .ul_3 li {
    float: left;
    width: 20%;
    text-align: center;
    padding-top: 156px;
    line-height: 160%;
}

.in_contact .line_2 .content .box_1 .ul_3 li:nth-child(5) {
    width: 16%;
    padding: 0 2%;
    padding-top: 156px;
}

.in_contact .line_4 {
    padding-bottom: 73px;
}

.in_contact .line_4 .content {
    padding-top: 30px;
    line-height: 190%;
}

.in_contact .line_4 .content .center .dl_4 {
    background: url(/PC/images/bj12.png) no-repeat center top;
    font-size: 15px;
    min-height: 127px;
    line-height: 180%;
}

.in_contact .line_4 .content .center .dl_4 .one {
    font-size: 18px;
    color: #5aa8e8;
    text-align: center;
    padding-top: 91px;
    width: 228px;
}

.in_contact .line_4 .content .dl_4 .two {
    padding-top: 23px;
}

.in_contact .line_4 .content .dl_4 .two, .in_contact .line_4 .content .dl_4 .two p, .in_contact .line_4 .content .dl_4 .two span {
    font-size: 14px !important;
    line-height: 190% !important;
}

.in_contact .line_4 .content .dl_4 .two p {
    margin: 0 !important;
    padding: 0 !important;
}

.in_contact .line_4 .content .dl_4 dd {
    width: 250px;
    padding-left: 93px;
}

.in_contact .line_7 {
    padding-top: 60px;
}

.in_contact .line_7 .content .ul_6.clear li {
    width: 310px;
    height: 196px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}

.in_contact .line_7 .content .ul_6.clear li:nth-child(4), .in_contact .line_7 .content .ul_6.clear li:nth-child(8) {
    margin-right: 0;
}

.in_contact .line_7 .content .ul_6.clear li img {
    cursor: pointer;
    transition: all 0.4s;
    display: block;
}

.in_contact .line_7 .content .ul_6.clear li:hover img {
    transform: scale(1.05);
}

.in_contact .line_7 .content .ul_6.clear li .box {
    width: 310px;
    height: 196px;
    line-height: 196px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.55);
}

.in_contact .line_7 .content .ul_6.clear li:hover .box {
    position: absolute;
    top: 0;
    left: 0;
}

.in_contact .line_2 .content .box_1 .ul_3 li:nth-child(5) .sub_right {
    width: 156px;
    text-align: left;
}

.in_contact .line_4 .content .dl_4 .l_2 {
    padding-left: 188px;
}

.in_contact .line_4 .content .dl_4 .l_3 {
    padding-left: 198px;
}

.in_contact .line_6 {
}

.in_contact .line_6 .content {
    padding-top: 30px;
}

.in_contact .line_7 {
}

.in_contact .line_7 .content {
    padding-top: 30px;
}

.shareTitle6 {
    background: url(/PC/images/t12.png) no-repeat center bottom;
    text-align: center;
    padding-bottom: 28px;
}

.shareTitle6 .cn {
    font-size: 23px;
    padding-bottom: 2px;
    padding-top: 26px;
    font-weight: bold;
    letter-spacing: 2px;
}

.shareTitle6 .en {
    color: #ccc;
    font-size: 15px;
    text-transform: uppercase;
}

.shareTitle6 .one {
    font-size: 16px;
    color: #666;
}

.in_contact .line_2 .content .box_1 .ul_3 li span {
    font-family: 'Impact';
    letter-spacing: 1px;
    font-size: 20px;
}

.in_pdsList {
    padding-bottom: 0;
}

.in_pdsList .left_shareTitle {
    min-height: 14px;
}

.in_pdsList .typeNav_2 .sContent .bigNav {
    margin-top: 16px;
}

.in_pdsList .typeNav_2 .sContent .subBox {
    padding-bottom: 20px;
    padding-top: 5px;
}

.in_pdsList .typeNav_2 .sContent .smallNav a {
    text-indent: 4.5rem;
    line-height: 55px;
    background: url(/PC/images/sNav_01.png) no-repeat center left;
    background-position-x: 50px;
}

.in_pdsList .mainBox {
    padding-bottom: 30px;
}

.in_pdsList .r_list .item {
    padding-bottom: 15px;
    margin-bottom: 36px;
}

.in_pdsList .r_list .item .proName {
    padding: 9px 0;
    padding-top: 12px;

}

.in_pdsList .typeNav_2 .sContent .smallNav a span {
    display: block;
}

.in_pdsList .typeNav_2 .sContent .smallNav {
    background: url(/PC/images/sNav_02.png) no-repeat center bottom;
}

.in_pdsList .typeNav_2 .sContent .smallNav:hover {
}

.in_pdsList .typeNav_2 .sContent .smallNav:hover a {
    background: url(/PC/images/sNavH.png) no-repeat center left;
    background-position-x: 50px;
}

.in_pdsList .left {
}

.in_pdsList .typeNav_2 .sContent {
}

.in_pdsList .typeNav_2 .sContent .bigBox {
    padding-bottom: 10px;
    background: url(/PC/images/line9.png) no-repeat center bottom;
}

.pageNumber input {
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
}

.pageNumber input[type="text"] {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    width: 30px;
}

.in_pdsList .pageNumber {
    padding: 10px 0;
    padding-top: 0;
}

.in_pdsList .right {
    width: auto;
    padding: 0;
    padding-bottom: 30px;
    border: 0;
    background: url(/PC/images/yy.png) no-repeat center bottom;
}

.in_pdsList .right .rBox {
    width: 955px;
    padding: 30px;
    background: #fff;
}

.in_pdsList .typeBox_2 {
}

.in_pdsList .typeBox_3 {
}

.in_pdsList .typeBox_4 {
}

.in_pdsList .typeBox_2 .typeNav_2 .sContent .smallNav a {
    line-height: 51px;
}

.in_pdsList .typeBox_3 .typeNav_2 .sContent .smallNav a {
    line-height: 43px;
}

.in_pdsList .typeBox_4 .typeNav_2 .sContent .smallNav a {
    line-height: 51px;
}

.in_pdsList .typeBox_3 .pageNumber {
    padding-top: 5px;
}

.in_pdsList .typeBox_4 .pageNumber {
    /* padding-bottom: 0; */
}

.searchPage .r_list .item {
    margin-bottom: 35px;
}

.searchPage .r_list .item:nth-child(15), .searchPage .r_list .item:nth-child(18), .searchPage .r_list .item:nth-child(21), .searchPage .r_list .item:nth-child(24) {
    margin-right: 0;
}

.searchPage .pageNumber {
    padding-bottom: 28px;
    padding-top: 3px;
}

.proShareBox.box_5 {
}

.proShareBox.box_5 .pro_shareTxt table {
    width: 100% !important;
    max-width: 100% !important;
}

.proShareBox.box_5 .pro_shareTxt table,.proShareBox.box_5 .pro_shareTxt td {
    border: 0 !important;
}

.proShareBox.box_5 .pro_shareTxt td {
    width: 30% !important;
}

.typeNav_2 .sContent .ul_8 .subBox {
    display: none;
}

.typeNav_2 .sContent .ul_8 .showBox {
    display: block;
    padding: 13px 0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
}

.t_wel {
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    background-color: rgb(81, 81, 81);
}

.t_wel a {
    color: #fff;
}

.t_wel .right {
    color: #666;
}

.t_logo {
    height: 138px;
    overflow: hidden;
    padding-top: 13px;
}

.t_logo .ul_1 {
}

.t_logo .left {
    color: #151515;
    font-weight: bold;
    letter-spacing: 1px;
}

.t_logo .left .txt {
    display: inline-block;
    vertical-align: middle;
}

.t_logo .left img {
    vertical-align: middle;
}

.t_logo .left .txt.inline .one {
    font-size: 26px;
    margin: 0;
    color: #ee4407;
}

.t_logo .left .txt.inline .two {
    font-size: 21px;
    padding-top: 1px;
}

.t_logo .right .dl_2 dd {
    padding-left: 56px;
    color: #333;
    min-height: 47px;
    float: left;
}

.t_logo .right .dl_2 dd:nth-child(1) {
}

.t_logo .right .dl_2 dd:nth-child(2) {
    background: url(/PC/images/tel_02.png) no-repeat center left;
}

.t_logo .right .dl_2 dd:nth-child(3) {
    background: url(/PC/images/tel_03.png) no-repeat center left;
    margin-right: 0;
}

.t_logo .right .one {
    font-size: 15px;
    padding-top: 2px;
    padding-left: 1px;
}

.t_logo .right .two {
    font-size: 21px;
    font-family: "Impact";
    letter-spacing: 1px;
}

.t_nav {
    background: url(/PC/images/m_bg.jpg) repeat;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 59px;
}

.t_nav li {
    float: left;
    width: 128px;
    text-align: center;
}

.t_nav li:nth-child(1) {
    width: 96px;
}

.t_nav ul li:nth-child(2) {
}

.t_nav ul li:nth-child(4) {
}

.t_nav ul li:nth-child(5) {
    width: 143px;
}

.t_nav ul li:nth-child(6) {
    width: 113px;
}

.t_nav ul li:nth-child(7) {
    width: 110px;
}

.t_nav ul li:nth-child(8) {
    width: 125px;
}

.t_nav ul li:nth-child(10) {
    width: 155px;
}

.t_nav a {
    font-size: 15px;
    color: #fff;
    display: block;
    padding-top: 1px;
    background: url(/PC/images/m1_bg.jpg) no-repeat left center;
    background-position-y: 5px;
}

.t_nav li span {
    display: block;
}

.t_nav li .cn {
    font-size: 18px;
}

.t_nav li .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.8);
    color: #9f9f9f;
    letter-spacing: 0;
}

.t_nav a:hover {
    background: url(/PC/images/sy_bg.jpg) no-repeat !important;
    background-size: 100% 100% !important;
}

.t_nav a:hover .en {
    color: #eb4104;
}

.t_nav a div {
    padding-top: 1px;
}

.t_nav ul li:last-child {
}

.t_search {
    border-bottom: 1px #999 solid;
    border-top: 1px #C5C5c5 solid;
    background: url(/PC/images/bd1_bg.jpg);
    line-height: 32px;
    padding: 8px 0;
}

.t_search .t_searchUL {
    font-size: 13px;
    color: #666;
}

.t_search .left {
}

.t_search .right {
}

.t_search .t_searchUL .left a {
    display: inline-block;
    color: #666;
}

.pageDH {
    color: #333;
    font-size: 13px;
}

.pageDH a {
    color: #333;
}

.top {
}

.top .t_box {
}

.top .t_bigBox {
}

.left_shareTitle .lst_box {
    min-height: 97px;
    padding-left: 120px;
    background: url(/PC/images/ltIco.png) no-repeat center left;
    background-position-x: 69px;
}

.typeNav_2 .sContent .bigNav a:hover, .typeNav_2 .sContent .curHover a {
    color: #ff7301;
    font-weight: bold;
}

.typeNav_2 .sContent .ul_8 .noID {
    padding: 0;
}

.proViews .right .content .r_1 .sub_left {
    width: 393px;
}

.proShareBox.box_3 .pro_shareTxt table {
    border: 1px solid #e7c8bb !important;
    text-align: center;
    width: 100% !important;
}

.proShareBox.box_3 .pro_shareTxt table tr {
}

.proShareBox.box_3 .pro_shareTxt td {
    line-height: 38px !important;
    padding: 5px;
    border-right: 1px solid #e7c8bb !important;
    border-bottom: 1px solid #fbf4f1 !important;
}

.proShareBox.box_3 .pro_shareTxt table tr:first-child {
    color: #f85400 !important;
    font-weight: bold !important;
    background: #fbf4f1 !important;
}

.proShareBox.box_3 .pro_shareTxt table tr:first-child td {
    border-bottom: 1px dashed #f8f8f8 !important;
}

.proShareBox.box_3 .pro_shareTxt table tr:last-child td {
    border-bottom : 1px solid #e7c8bb;
}

.proShareBox.box_4 {
}

.proShareBox.box_4 .pro_shareTxt {
    padding-top: 0;
}

.proShareBox.box_4 .pro_shareTxt table,.proShareBox.box_4 .pro_shareTxt td {
    border: 0 !important;
}

.proShareBox.box_4 .pro_shareTxt table {
}

.proShareBox.box_4 .pro_shareTxt td {
}

.youShi .shareTitle2 .cn {
    background: none;
    padding-bottom: 8px;
}

.youShi .subBox .bigTxt img {
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -6px;
}

.youShi .line_1 {
    min-height: 300px;
    background: url(/PC/images/youshibt.jpg) no-repeat center bottom;
}

.youShi .line_2 {
    padding: 38px 0;
    background: url(/PC/images/youshibt.jpg) no-repeat center bottom;
}

.youShi .line_3 {
    padding: 38px 0;
    background: url(/PC/images/youshibt.jpg) no-repeat center bottom;
}

.youShi .line_4 {
    padding: 38px 0;
    padding-bottom: 50px;
    /* background: url(/PC/images/youshibt.jpg) no-repeat center bottom; */
}

.youShi .line_5 {
    min-height: 427px;
    background: url(/PC/images/ys_05.png) center top no-repeat;
}

.youShi .line_2 .sBox_2 {
    padding-left: 65px;
}

.youShi .line_2 .sBox_2 .smallTxt {
    line-height: 50px;
}

.youShi .subBox .box_5 .en {
    padding-bottom: 31px;
}

.youShi .line_5 .smallTxt {
    line-height: 39px;
}

.shareAbout .shareTitle2 .cn {
    padding-bottom: 10px;
    background: none;
}

.new .shareTitle2 .cn {
    background: none;
    padding-bottom: 5px;
}

.new .content .line_1 a:last-child {
    margin-right: 0;
}

.new .content .line_2 .left {
    width: 618px;
}

.new .content .line_2 .left .one {
    width: 618px;
    margin-bottom: 13px;
}

.new .content .line_2 .left .one a .hdBox {
    width: 618px;
    height: 374px;
    overflow: hidden;
}

.new .content .line_2 .left .one a img {
    width: 618px;
    height: 374px;
    cursor: pointer;
    transition: all 0.4s;
}

.new .content .line_2 .left .one a img:hover {
    transform: scale(1.05);
}

.new .content .line_2 .left .one a .dl_2 {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 259px;
    line-height: 150%;
    min-height: 115px;
}

.new .content .line_2 .left .one a .dl_2 .sub_left {
    width: 437px;
    padding: 19px;
    padding-bottom: 0;
}

.new .content .line_2 .left .one a .dl_2 .sub_left .s_1 {
    font-size: 18px;
    color: #fff;
}

.new .content .line_2 .left .one a .dl_2 .sub_left .s_2 {
    font-size: 15px;
    padding-top: 8px;
    color: #ccc;
    line-height: 160%;
}

.new .content .line_2 .left .one a .dl_2 .sub_right {
    width: 115px;
    min-height: 115px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.new .content .line_2 .left .one a .dl_2 .sub_right span {
    font-size: 33px;
    display: block;
    padding-top: 36px;
    padding-bottom: 3px;
}

.new .content .line_2 .left .two {
    line-height: 45px;
    border-bottom: 1px dotted #ccc;
}

.new .content .line_2 .left .two:last-child {
    border: 0;
}

.new .content .line_2 .left .two .sub_left {
    font-size: 16px;
    padding-left: 20px;
    background: url(/PC/images/bot.png) no-repeat center left;
    background-position-x: 5px;
}

.new .content .line_2 .left .two .sub_left a {
    color: #000;
}

.new .content .line_2 .left .two .sub_right {
    font-size: 14px;
    color: #999;
}

.new .content .line_2 .right {
    width: 610px;
}

.new .content .line_2 .right .one {
    display: block;
    padding-bottom: 25px;
}

.new .content .line_2 .right .one .item .sub_left {
    width: 201px;
    height: 101px;
    overflow: hidden;
}

.new .content .line_2 .right .one .item .sub_right {
    width: 388px;
    padding-top: 1px;
}

.new .content .line_2 .right .one .item .sub_right .s1 {
    color: #000;
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
}

.new .content .line_2 .right .one .item .sub_right .s2 {
    margin: 0;
    padding: 0;
    color: #888;
    font-size: 14px;
    line-height: 150%;
    padding-top: 3px;
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.new .content .line_2 .right .two:nth-child(1) {
    padding-top: 15px;
}

.new .content .line_2 .right .two:nth-child(2) {
    border: 0;
}

.new .content .line_2 .right .two:hover .sub_left {
    background: #f55319;
}

.new .content .line_2 .right .two .item .sub_left span {
    font-size: 30px;
    display: block;
    padding-top: 18px;
    padding-bottom: 2px;
}

.new .content .line_2 .right .two .item .sub_right {
    width: 500px;
    padding-top: 1px;
}

.new .content .line_2 .right .two .item .sub_right .s2 {
    margin: 0;
    padding: 0;
    color: #888;
    font-size: 14px;
    line-height: 160%;
    padding-top: 3px;
}

.new .content .line_2 .right .one .item .sub_right .s2 span {
    color: #f77653;
    float: right;
}

.new .content .line_2 .right .two {
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding: 21px 0;
}

.new .content .line_2 .right .two:nth-child(1) {
    padding-top: 15px;
}

.new .content .line_2 .right .two:nth-child(2) {
    border: 0;
}

.new .content .line_2 .right .two .item .sub_left {
    width: 80px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #1e1e1e;
    min-height: 80px;
    line-height: 200%;
}

.new .content .line_2 .right .two:hover .sub_left {
    background: #f55319;
}

.new .content .line_2 .right .two .item .sub_left span {
    font-size: 30px;
    display: block;
    padding-top: 18px;
    padding-bottom: 2px;
}

.new .content .line_2 .right .two .item .sub_right {
    width: 508px;
    padding-top: 1px;
}

.new .content .line_2 .right .two .item .sub_right .s1 {
    color: #000;
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
}

.new .content .line_2 .right .two .item .sub_right .s2 {
    margin: 0;
    padding: 0;
    color: #888;
    font-size: 14px;
    line-height: 160%;
    padding-top: 3px;
}

.new .content .line_2 {
    padding-top: 38px;
}

.new .content .line_2 .right .two:last-child {
    border: 0;
    padding-bottom: 0;
}

.new .content .line_2 .right .one:last-child {
    padding-bottom: 0;
}

.new .content .line_2 .right .one:nth-child(2) {
    padding-bottom: 13px;
}

.fast {
    padding: 30px 0;
    padding-bottom: 80px;
    font-size: 21px;
    background: #fff;
}

.fast .fBox {
    font-size: 16px;
}

.fast .fBox .l_1 {
    font-weight: bold;
    width: 139px;
    height: 104px;
    text-align: center;
    color: #fff;
    background: url(/PC/images/fast.png) no-repeat center left;
}

.fast .fBox .l_2 {
    width: 1011px;
    padding: 10px;
    border-radius: 13px;
    border: 1px dashed #ddd;
    margin-left: 10px;
    line-height: 41px;
}

.fast .fBox .l_3 {
    width: 108px;
    font-size: 15px;
    margin-left: 10px;
    text-align: center;
    padding-top: 33px;
}

.fast .fBox .l_2 a {
    float: left;
    padding: 0 26px;
    background: url(/PC/images/line3.png) no-repeat center right;
}

.fast .fBox .l_3 a {
    display: block;
    line-height: 33px;
    color: #fff;
    border-radius: 100px;
    background: #f55319;
}

.fast .fBox .l_1 span {
    display: block;
    padding-top: 55px;
}

.fast .fBox li {
    float: left;
}

.bq .l_1 {
    width: 32%;
    padding-right: 3%;
}

.bq .l_2 {
}

.bq .l_3 {
    color: #ccc;
}

.bq .l_3 a {
    color: #ccc;
}

.t_logo .left h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 198px;
    overflow: hidden;
}

.new .content .line_2 .left .two .sub_left a:hover {
    color: #f55319;
}

.new .content .line_2 .right .two:hover .item .sub_right .s1 {
}

.new .content .line_2 .right .one:hover .item .sub_right .s1 {
    color: #f55319;
}

.in_pro .shareTitle2 {
}

.in_pro .shareTitle2 .cn {
    padding-bottom: 8px;
    background: none;
}

.typeNav_2 .sContent .bigNav a {
    padding-left: 60px;
    background: url(/PC/images/zcja.jpg) no-repeat center left;
    background-position-x: 25px !important;
    background-size: 28px auto !important;
}

.pro {
    padding-top: 80px;
}

.pro .content {
}

.pro .shareTitle2 .cn {
    padding-bottom: 8px;
    background: none;
}

.pro .content .left {
    width: 243px;
}

.pro .content .right {
    width: 835px;
    padding-bottom: 10px;
    padding-top: 48px;
}

.pro .left_shareTitle .lst_box {
    padding-left: 87px;
    background-position-x: 35px;
}

.pro .content .proBox_1, .pro .content .proBox_2 {
}

.pro .proBox_1 .sharePro .item:nth-child(9), .pro .proBox_1 .sharePro .item:nth-child(10), .pro .proBox_1 .sharePro .item:nth-child(11), .pro .proBox_1 .sharePro .item:nth-child(12) {
    margin-bottom: 0;
}

.pro .proBox_2 .sharePro .item:nth-child(5),.pro .proBox_2 .sharePro .item:nth-child(6),.pro .proBox_2 .sharePro .item:nth-child(7),.pro .proBox_2 .sharePro .item:nth-child(8) {
    margin-bottom: 0;
}

.pro .proBox_3 .sharePro .item:nth-child(5), .pro .proBox_3 .sharePro .item:nth-child(6), .pro .proBox_3 .sharePro .item:nth-child(7), .pro .proBox_3 .sharePro .item:nth-child(8) {
    margin-bottom: 0;
}

.pro .proBox_1 .typeNav_2 .sContent .bigNav a {
    line-height: 48px;
    margin: 0 9px;
    border-bottom: 1px solid #eee;
}

.pro .proBox_2 .typeNav_2 .sContent .bigNav a {
    line-height: 62px;
}

.pro .proBox_2 .typeNav_2 .sContent {
    padding: 17px 0;
}

.sharePro .itemBox {
    text-align: center;
    background: #fff;
    padding: 13px;
    border: 1px solid #ddd;
}

.pro .proBox_3 .typeNav_2 .sContent .bigNav a {
    line-height: 45px;
}

.pro .proBox_3 .left_shareTitle .lst_box {
    padding-left: 69px;
    background: url(/PC/images/ltIco.png) no-repeat center left;
    background-position-x: 35px;
}

.pro .left_shareTitle .txt_1 {
    font-size: 19px;
    letter-spacing: 1px;
}

.pro .typeNav_2 .sContent .bigNav a {
}

.pro .typeNav_2 .sContent .bigNav:hover a {
    background: url(/PC/images/leftIco_02.png) no-repeat center right;
    background-position-x: 233px;
}

.pro .proBox_2 .left_shareTitle,.pro .proBox_3 .left_shareTitle {
    color: #000;
    background: url(/PC/images/leftIco_03.png) no-repeat center top;
}

.pro .proBox_2 .left_shareTitle .lst_box {
    padding-left: 87px;
    background: url(/PC/images/leftIco_04.png) no-repeat center left;
    background-position-x: 35px;
}

.pro .proBox_3 .left_shareTitle .lst_box {
    padding-left: 73px;
    background: url(/PC/images/leftIco_06.png) no-repeat center left;
    background-position-x: 25px;
}

.proShareBox.box_3 .pro_shareTxt table tr:first-child td,.proShareBox.box_3 .pro_shareTxt table tr:first-child td p,.proShareBox.box_3 .pro_shareTxt table tr:first-child td span, .proShareBox.box_3 .pro_shareTxt table tr:first-child td font {
    color: #f85400 !important;
}

.faNav {
}

.faNav .left_shareTitle .lst_box {
    padding-left: 128px;
    background: url(/PC/images/faIco3.png) no-repeat center left;
    background-position-x: 78px;
}

.faNav .sContent .bigNav a {
    background: none;
    font-size: 18px;
}

.faNav .sContent .bigNav {
    background: url(/PC/images/leftBot_03.png) no-repeat center left;
    background-position-x: 18px;
}

.faNav .sContent .ul_8 {
    text-indent: 48px;
}

.faNav .sContent .bigNav:hover, .faNav .sContent .curHover {
    background: url(/PC/images/leftBot_05.png) no-repeat center left;
    background-position-x: 18px;
}

.faNav .sContent .bigNav:hover a, .faNav .sContent .curHover a {
    background: none;
}

.shareNewBox .sub_right .one .s_left {
    width: 66%;
}

.shareNewBox .sub_right .one .s_right {
    color: #666;
}

.newLt {
}

.newLt .shareNewBox .sub_right .one .s_right {
    width: 100%;
    line-height: 30px;
}

.newLt .shareNewBox .sub_right .one .s_left {
    width: 100%;
}

.newLt .shareNewBox .sub_right .two {
    padding: 0;
    line-height: 180%;
    font-size: 15px;
}

.newLt .shareNewBox .sub_right .two a {
    top: 5px;
}

.xgWenTi {
    padding-top: 30px;
}

.xgWenTi .s_title {
    font-size: 22px;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
    line-height: 38px;
}

.xgWenTi .s_title .sub_left {
    font-weight: bold;
    padding-left: 31px;
    background: url(/PC/images/nsIco_03.png) no-repeat center left;
}

.xgWenTi .s_title .sub_right {
    padding-top: 15px;
}

.xgWenTi .s_title .sub_right a {
    font-size: 15px;
    color: #999;
    display: block;
    line-height: normal;
}

.xgWenTi .wtList {
    padding-top: 5px;
}

.xgWenTi .wtList li {
    width: 48%;
    margin-right: 4%;
    float: left;
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
}

.xgWenTi .wtList li:nth-child(2), .xgWenTi .wtList li:nth-child(4), .xgWenTi .wtList li:nth-child(6), .xgWenTi .wtList li:nth-child(8), .xgWenTi .wtList li:nth-child(10) {
    margin-right: 0%;
}

.xgWenTi .wtList li .one {
    line-height: 38px;
}

.xgWenTi .wtList li .two {
    line-height: 160%;
    color: #888;
}

.xgWenTi .wtList li .one .s_left {
    width: 80%;
    font-size: 18px;
}

.xgWenTi .wtList li .one .s_right {
    color: #999;
    font-size: 15px;
}

.xgWenTi .wtList li .one .s_left a {
}

.xgWenTi .wtList li:nth-child(3),.xgWenTi .wtList li:nth-child(4) {
    border: 0;
}

.newViews .right .newBox .tagWord a {
    color: #888;
}

.xgWenTi .wtList li .one .s_left a:hover {
    font-weight: bold;
}

.aboutLink {
    line-height: 50px;
    text-align: center;
    font-size: 21px;
    padding-bottom: 50px;
    padding-top: 10px;
}

.aboutLink a {
    display: inline-block;
    width: 319px;
    color: #666;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #ccc;
}

.aboutLink a:first-child {
    margin-right: 30px;
}

.aboutLink a:hover,.aboutLink .cur {
    color: #ff6000;
    font-weight: bold;
    border: 1px solid #ff6000;
}

.about2 {
    min-height: 899px;
    padding-top: 87px;
    padding-bottom: 50px;
    background: url(/PC/images/bj_13.jpg?v=3) no-repeat center top;
}

.about2 .s_2 {
    padding-top: 102px;
    min-height: 419px;
}

.about2 .s_2 .sub_left {
    width: 664px;
}

.about2 .s_2 .sub_left .aboutTxt {
}

.about2 .s_2 .sub_left .aboutTxt .one {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
}

.about2 .s_2 .aboutTxt {
    padding-top: 1px;
    text-align: justify;
}

.about2 .s_2 .aboutTxt, .about2 .s_2 .aboutTxt p, .about2 .s_2 .aboutTxt span, .about2 .s_2 .aboutTxt font, .about2 .s_2 .aboutTxt td {
    line-height: 200% !important;
    font-size: 16px !important;
    color: #666 !important;
}

.about2 .s_2 .aboutTxt p {
    margin: 0 !important;
    padding: 0 !important;
}

.about2 .s_2 .sub_left .link {
    text-align: right;
    padding-top: 26px;
    line-height: 35px;
    padding-right: 20px;
}

.aboutLink a span {
    font-weight: bold;
}

.about2 .line_1 a {
    width: 115px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #eaeaea;
}

.about2 .shareTitle2 {
    background: url(/PC/images/t_4.png) no-repeat center top;
}

.about2 .shareTitle2 .cn {
    font-size: 25px;
    font-weight: bold;
    padding-right: 19px;
    letter-spacing: 1px;
    text-indent: 6px;
    padding-top: 17px;
    padding-bottom: 22px;
    background: none;
}

.about2 .s_2 .sub_right {
    width: 652px;
    overflow: hidden;
}

.about2 .s_2 .sub_left .box_2 {
    float: right;
    min-height: 419px;
}

.about2 .s_2 .sub_left .box_2 .link {
    padding-top: 20px;
}

.about2 .s_2 .sub_right .box_2 {
    float: left;
    width: 100%;
}

.about2 .shareTitle2 .one {
    font-size: 17px;
}

.in_contact .line_2 .content .box_1 .ul_3 li:first-child span {
    font-weight: bold;
}

.searchPage .proRtitle {
    margin-bottom: 23px;
}

.searchPage {
}

.newViews .proRtitle h2,.newViews .proRtitle p {
    background: url(/PC/images/nsIco_01.png) no-repeat center left;
}

.newViews .proRtitle {
    margin-bottom: 13px;
}

.searchPage .shareNewBox .L2_UL {
    width: 948px;
}

.searchPage .shareNewBox .sub_left {
    width: 368px;
}

.searchPage .shareNewBox .sub_left img {
    width: 368px;
}

.t_nav ul li:nth-child(3) {
    width: 143px;
}

.t_logo .left .pic_1 {
    padding-top: 30px;
}

.t_logo .left .pic_2 {
    padding-top: 32px;
}

.t_nav .ul_3 li:hover+li:nth-child(2) a, .t_nav .ul_3 li:hover+li:nth-child(3) a, .t_nav .ul_3 li:hover+li:nth-child(4) a, .t_nav .ul_3 li:hover+li:nth-child(5) a, .t_nav .ul_3 li:hover+li:nth-child(6) a, .t_nav .ul_3 li:hover+li:nth-child(7) a, .t_nav .ul_3 li:hover+li:nth-child(8) a, .t_nav .ul_3 li:hover+li:nth-child(9) a, .t_nav .ul_3 li.cur+li:nth-child(2) a, .t_nav .ul_3 li.cur+li:nth-child(3) a, .t_nav .ul_3 li.cur+li:nth-child(4) a, .t_nav .ul_3 li.cur+li:nth-child(5) a, .t_nav .ul_3 li.cur+li:nth-child(6) a, .t_nav .ul_3 li.cur+li:nth-child(7) a, .t_nav .ul_3 li.cur+li:nth-child(8) a, .t_nav .ul_3 li.cur+li:nth-child(9) a {
    background: none;
}

.t_nav li:nth-child(1) a {
    background: none;
}

.t_search .left span {
    display: inline-block;
    background: url(/PC/images/bd_bg.jpg);
}

.left_shareTitle p {
    margin: 0;
    padding: 0;
    display: block;
    padding-top: 83px;
    text-align: center;
}

.pro .proBox_1 .typeNav_2 .sContent .bigNav a img {
    vertical-align: middle;
    padding-bottom: 3px;
    margin-right: 5px;
}

.typeNav_2 {
}

.typeNav_2 .bigContent {
    padding-bottom: 28px;
    margin-bottom: 39px;
    background: url(/PC/images/cpbt1.jpg) no-repeat center bottom;
}

.pro .content .right .title_3 {
    line-height: 50px;
    border-bottom: 3px solid #fe700a;
}

.pro .content .right .title_3 .sub_right {
}

.pro .content .right .title_3 .sub_right a {
    display: block;
    color: rgb(254, 112, 10);
    width: 80px;
    text-align: center;
}

.pro .content .right .sharePro {
    padding-top: 23px;
    text-align: center;
}

.pro .content .right .title_3 img {
    vertical-align: middle;
}

.pro .sharePro .item .txtBox {
    line-height: 32px;
}

.pro .sharePro .item .txtBox a {
    display: inline-block;
    color: #fff;
    width: 110px;
    vertical-align: top;
    background: #fe700a;
    border-radius: 3px;
}

.pro .sharePro .item .txtBox a:last-child {
    margin-left: 6px;
    background: #aaa;
}

.pro2 .proBox_1 .typeNav_2 .sContent .bigNav a {
    line-height: 45px;
    padding-left: 53px;
    background: url(/PC/images/zcja.jpg) no-repeat center left;
    background-position-x: 18px;
}

.pro2 .content .right .title_3 {
    background-color: #ff6c0c;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-indent: 16px;
}

.pro2 .content .right .title_3 .lineBox {
    border-bottom: 3px solid #fff;
}

.typeNav_2 .sContent .curHover a {
    color: #ff6c0c;
}

.pro .content .right .typePic {
}

.pro .content .right .typePic .item {
    display: none;
}

.pro .content .right .typePic .item:first-child {
    display: inline-block;
}

.pro2 {
    padding-top: 60px;
    padding-bottom: 68px;
}

.wenTi {
    height: 634px;
    background: url(/PC/images/yiwen.jpg) no-repeat center;
}

.youShi .st {
    text-align: center;
}

.youShi .line_1 .sub_right {
    width: 560px;
}

.youShi .subBox .bigTxt span {
    color: #0096ff;
}

.youShi .subBox .smallTxt span {
    color: #ff6c0c;
}

.youShi .subBox .box_2 li {
    float: left;
    width: 46%;
    padding-left: 4%;
    font-size: 12px;
    line-height: 28px;
    color: #666;
    background: url(/PC/images/youshig.jpg) no-repeat left center;
}

.youShi .line_2 .sub_left {
    width: 630px;
    padding-top: 60px;
}

.youShi .line_3 .sub_left {
}

.youShi .line_3 .sub_right {
    width: 560px;
}

.youShi .line_3 .box_2 li {
    float: none;
    width: 96%;
}

.youShi .line_4 .sub_left {
    width: 630px;
    padding-top: 53px;
}

.yinXiang {
    background: url(/PC/images/ys_bt.jpg) no-repeat center top;
    padding-top: 57px;
}

.yinXiang .st {
    background: url(/PC/images/yinxiang.jpg) no-repeat center top;
    height: 80px;
    margin-bottom: 10px;
}

.yinXiang .sc {
    background: url(/PC/images/yinxiang1.jpg) no-repeat center top;
    height: 744px;
}

.case .st {
    background: url(/PC/images/khjz.jpg) no-repeat center top;
    min-height: 84px;
}

.case .sc {
    padding-top: 50px;
}

.case .sc .box_1 {
}

.case .sc .box_2 {
    padding-top: 39px;
}

.case .sc .box_1 .sub_left {
    width: 523px;
}

.case .sc .box_1 .sub_right {
    width: 560px;
}

.case .sc .box_1 .sub_left img {
}

.case .sc .box_1 .sub_right .one {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.case .sc .box_1 .sub_right .two {
    padding: 10px 0;
    padding-bottom: 20px;
    line-height: 180%;
    font-size: 15px;
    color: #666;
    text-indent: 2em;
}

.case .sc .box_1 .sub_right .three {
    display: inline-block;
    color: #fff;
    background-color: rgb(255, 108, 12);
    line-height: 30px;
    padding: 0 16px;
}

.case .sc .box_2 .item {
    float: left;
    margin-right: 22px;
    border: 1px solid #ddd;
    background: #fff;
}

.case .sc .box_2 .item .one {
}

.case .sc .box_2 .item .two {
    background-color: #888;
    color: #fff;
    line-height: 45px;
    border-bottom: 1px #c5c5c5 solid;
    border-top: 1px #ffffff solid;
    border-left: 1px #c5c5c5 solid;
    border-right: 1px #c5c5c5 solid;
    text-align: center;
    font-size: 16px;
}

.case .sc .box_2 .item .three {
    line-height: 63px;
}

.case .sc .box_2 .item .three .s_left {
    padding-left: 30px;
    background: url(/PC/images/d1.jpg) no-repeat left center;
    background-position-x: 16px;
}

.case .sc .box_2 .item .three .s_right {
    padding-right: 20px;
}

.case .sc .box_2 .item .three .s_right a {
    color: #ff6c0c;
}

.case .sc .box_2 .item:last-child {
    margin-right: 0;
}

.case .sc .box_2 .item img {
    vertical-align: middle;
}

.new .sc .left {
    width: 376px;
}

.new .sc .right {
    width: 698px;
}

.new .sc .sTitle {
    line-height: 39px;
    padding-bottom: 3px;
    background: url(/PC/images/ab1_bg.jpg) no-repeat left bottom;
}

.new .sc .sContent {
    padding-top: 18px;
}

.new .sc .sTitle .sub_left {
    font-size: 16px;
    font-weight: bold;
}

.new .sc .sTitle .sub_right {
}

.new .sc .sTitle .sub_left span {
    color: #ff5500;
}

.new .sc .sTitle .sub_right a {
    display: block;
    padding-right: 20px;
    background: url(/PC/images/tt2.jpg) no-repeat center right;
}

.new .sc .sContent .box_1 {
}

.new .sc .sContent .box_2 {
    padding-top: 18px;
}

.new .sc .sContent .box_2 .item {
    float: left;
    width: 45%;
    line-height: 35px;
    padding-left: 3.5%;
    padding-right: 3%;
    background: url(/PC/images/tt3.jpg) no-repeat center left;
}

.new .st {
    background: url(/PC/images/zjzlb.jpg) no-repeat center top;
    min-height: 84px;
}

.new .sc {
    padding-top: 45px;
}

.new .sc .sContent .box_1 .sub_left {
    width: 230px;
}

.new .sc .sContent .box_1 .sub_right {
    width: 450px;
    padding-top: 8px;
}

.new .sc .sContent .box_1 .sub_right .two {
    padding-top: 10px;
    color: #888;
    line-height: 190%;
    font-size: 14px;
}

.new .sc .sContent .box_1 .sub_right .one {
    line-height: 33px;
    font-weight: bold;
    font-size: 18px;
    padding-left: 96px;
    background: url(/PC/images/11.png) no-repeat center left;
}

.new .sc .sContent .box_1 .sub_right .two a {
    color: #ff5500;
    float: right;
}

.new .sc .sContent .box_2 .item:nth-child(2),.new .sc .sContent .box_2 .item:nth-child(4),.new .sc .sContent .box_2 .item:nth-child(6),.new .sc .sContent .box_2 .item:nth-child(8),.new .sc .sContent .box_2 .item:nth-child(10),.new .sc .sContent .box_2 .item:nth-child(12),.new .sc .sContent .box_2 .item:nth-child(14) {
    padding-right: 0;
}

.new .sc .left .sContent .two {
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    padding-top: 3px;
}

.new .sc .left .sContent .three {
    text-align: justify;
}

.new .sc .left .sContent .three,.new .sc .left .sContent .three p,.new .sc .left .sContent .three span,.new .sc .left .sContent .three font {
    color: #888;
    font-size: 13px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.new .sc .left .sContent .three p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.new .sc .left .sContent .three a {
    float: right;
    color: #ff5500;
}

.telBox {
    font-size: 16px;
    padding-left: 63px;
    background: url(/PC/images/tell.jpg) no-repeat;
    background-position-y: 5px;
}

.telBox .s1 {
}

.telBox .s2 {
    font-size: 26px;
    font-family: Impact;
    color: #fd610a;
    letter-spacing: 2px;
}

.telBox .s1 font {
    display: none;
}

.f_feedback .st {
    min-height: 84px;
    margin-bottom: 50px;
    background: url(/PC/images/zxny.jpg) no-repeat center top;
}

.f_feedback .sc {
    min-height: 315px;
    background: url(/PC/images/zxny_bg.jpg) no-repeat;
}

.f_feedback .sc .left {
    padding-top: 50px;
    padding-left: 50px;
}

.f_feedback .sc .right {
    width: 450px;
    padding-top: 48px;
    padding-right: 50px;
}

.f_feedback .sc .left .fb_bigBox {
}

.f_feedback .sc .left .fb_bigBox .sub_left {
    width: 238px;
}

.f_feedback .sc .left .fb_bigBox .sub_right {
    margin-left: 10px;
}

.f_feedback .sc .left .fb_bigBox .three {
    text-align: center;
    padding-top: 2px;
}

.t_logo .right {
    padding-top: 41px;
}

.f_feedback .sc .right .one {
    font-size: 21px;
    font-weight: bold;
}

.f_feedback .sc .right .two {
    font-size: 18px;
    color: #333;
    line-height: 38px;
    padding: 13px 0;
}

.f_feedback .sc .right .three {
    color: #fe6c0d;
    font-size: 20px;
    line-height: 50px;
    padding-left: 50px;
    background: url(/PC/images/tel2.jpg) no-repeat center left;
}

.f_feedback .sc .right .one span {
    color: #fe6c0d;
}

.f_feedback .sc .right .two dd {
    padding-left: 35px;
    background: url(/PC/images/gougou.jpg) no-repeat center left;
}

.f_feedback .sc .right .three span {
    font-family: 'Impact';
    font-size: 36px;
    position: relative;
    top: 2px;
    font-style: italic;
    letter-spacing: 2px;
}

.f_feedback .sc .left .fb_bigBox .three .b15 {
    border: 0;
    color: #fff;
    border-radius: 100px;
    line-height: 36px;
    width: 160px;
    background: #fe6c0d;
    font-size: 15px;
    cursor: pointer;
}

.fast .st {
    min-height: 84px;
    background: url(/PC/images/kjtd.jpg) no-repeat center left;
}

.fast .sc {
    font-size: 15px;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0 30px;
}

.fast .sc .box_1 {
}

.fast .sc .box_2 {
}

.fast .center {
    width: 1124px;
}

.fast .sc dl {
    line-height: 30px;
    padding: 23px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.fast .sc dt {
    float: left;
    font-weight: bold;
    padding-left: 26px;
    background: url(/PC/images/kjtd3.jpg) no-repeat center left;
}

.fast .sc dd {
    float: right;
    width: 923px;
}

.fast .sc dl:last-child {
    border: 0;
}

.fast .sc dd a {
    float: left;
    width: 152px;
    text-align: center;
    margin-bottom: 10px;
    border-right: 1px dashed #ddd;
}

.fast .sc dd a:nth-child(6),.fast .sc dd a:nth-child(12) {
    border: 0;
}

.f_contact li {
    float: left;
    padding-top: 63px;
    padding-right: 38px;
}

.f_contact .l_1 {
    padding-right: 68px;
    padding-top: 68px;
}

.f_contact .l_2 {
    width: 353px;
}

.f_contact .l_3 {
}

.f_contact .l_4 {
    float: right;
    width: 150px;
    font-size: 13px;
    padding-right: 0;
    padding-top: 96px;
}

.f_contact .sTitle {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    background: url(/PC/images/bt2.jpg) no-repeat left bottom;
}

.f_contact .sContent {
    padding-top: 13px;
}

.f_contact .sContent,.f_contact .sContent p,.f_contact .sContent span,.f_contact .sContent font {
    font-size: 15px !important;
    line-height: 220% !important;
    text-indent: 0 !important;
}

.f_contact .sContent p {
    margin: 0 !important;
    padding: 0 !important;
}

.f_contact .l_4 img {
    width: 100%;
}

.f_contact .l_4 .txt {
    line-height: 30px;
}

.f_contact .ul_6 {
    margin-bottom: 20px;
}

.f_Link,.f_Link a {
    color: #ffd0b0;
}

.case .sc .box_1 .sub_right .one:hover {
    color: #ff6c0c;
}

.lContact {
}

.lContact .st {
    background: url(/PC/images/cpto2.jpg) no-repeat;
    height: 140px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.lContact .sc {
    background: url(/PC/images/lx_left.jpg) repeat;
    height: 340px;
    padding: 0 10px;
    color: #666;
}

.lContact .st p {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    padding-top: 79px;
    padding-right: 23px;
}

.lContact .sc .s1 {
}

.lContact .sc .s2 {
    padding: 13px 5px;
    padding-bottom: 8px;
    text-align: center;
}

.lContact .sc .s3 {
    font-size: 28px;
    font-family: 'Impact';
    color: #fe6e0b;
    letter-spacing: 1px;
    padding-left: 46px;
    line-height: 50px;
    background: url(/PC/images/tel3.png) no-repeat center left;
    background-position-x: 5px;
}

.lContact .sc .s1,.lContact .sc .s1 p,.lContact .sc .s1 span,.lContact .sc .s1 font {
}

.lContact .sc .s2 a {
    display: block;
    text-align: center;
    padding: 3px 0;
}

.lContact .sc .s1 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 7px !important;
    line-height: 36px !important;
    border-bottom: 1px solid #ddd;
}

.lContact .sc dd {
}

.psTitle {
    line-height: 45px;
    background: url(/PC/images/pro_line.jpg) repeat-x bottom left;
}

.psTitle h2, .psTitle h1 {
    font-size: 25px;
    display: inline-block;
    border-bottom: 3px solid #fe6c0d;
}

.pro_ShareList {
    padding-top: 20px;
}

.indexPage .t_search .left a {
    padding: 0 3px;
}

.t_search .right a {
    display: inline-block;
    padding: 0 2px;
}

.shareProBox .item {
    margin-bottom: 25px;
    padding: 16px;
    border: 1px solid #ddd;
    width: 894px;
    background: #fff;
}

.shareProBox .item:hover {
    -moz-box-shadow: 1px 1px 8px #ddd;
    -webkit-box-shadow: 1px 1px 8px #ddd;
    box-shadow: 1px 1px 8px #ddd;
}

.shareProBox .sub_left {
    width: 215px;
}

.shareProBox .sub_left img {
    display: block;
}

.shareProBox .sub_right {
    width: 655px;
    padding-top: 2px;
}

.shareProBox .sub_right .one {
    line-height: 25px;
    font-size: 21px;
    color: #ff6f0c;
}

.shareProBox .sub_right .one a:hover {
    color: #f6531a;
}

.shareProBox .sub_right .two {
    color: #888;
    font-size: 13px;
    line-height: 180%;
    padding: 6px 0;
    /* padding-bottom: 18px; */
    height: 133px;
    overflow: hidden;
}

.shareProBox .sub_right .time {
    font-size: 16px;
    color: #888;
    float: right;
}

.shareProBox .sub_right .two a {
    float: right;
    padding: 0 38px;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    color: #fff;
    border-radius: 100px;
    background: #f55319;
    position: relative;
    top: 8px;
}

.in_pro .center {
    width: 1200px;
}

.shareProBox .sub_right .two font {
    color: #4cb100;
}

.shareProBox .sub_right .three {
    line-height: 30px;
    padding-top: 10px;
}

.shareProBox .sub_right .three a {
    display: inline-block;
    color: #fff;
    width: 110px;
    vertical-align: top;
    background: #fe700a;
    border-radius: 3px;
    text-align: center;
}

.shareProBox .sub_right .three a:last-child {
    margin-left: 6px;
    background: #aaa;
}

.f_feedback .left #Tel {
    background: url(/PC/images/sj.jpg) no-repeat center left;
}

.f_feedback .left #Address {
    background: url(/PC/images/dw.jpg) no-repeat center left;
}

.typeNav_2 .sContent .bigNav .sBox {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 234px;
    width: 200px;
    padding-left: 26px;
    background: url(/PC/images/jt.png) no-repeat;
    background-position-x: 19px;
    background-position-y: 21px;
    background-size: 7px auto;
}

.in_pro .typeNav_2 .sContent .bigNav a:hover {
    color: #fff;
    background-color: #fe6e0b !important;
}

.typeNav_2 .sContent .bigNav .sBox a {
    padding: 0;
    margin: 0;
    text-align: center;
    background: #fff;
    border-left: 3px solid #ff6600;
}

.proShow {
    padding: 68px 0;
}

.proShow .left {
    width: 243px;
}

.proShow .right {
    width: 835px;
    padding-bottom: 10px;
    padding-top: 4px;
}

.proShow .mainBox {
    padding-top: 33px;
}

.proShow .right .share_rTitle .dl_1 {
    line-height: 43px;
}

.proShow .right .content .r_1 {
    width: 797px;
    padding: 18px;
    border: 1px solid #ddd;
    background: #fff;
}

.proShow .right .content .r_1 .sub_left img {
    display: block;
}

.proShow .right .content .r_1 .sub_right {
    width: 555px;
}

.proShow .right .content .r_1 .sub_right .bt {
    line-height: 38px;
    padding-top: 8px;
    font-size: 17px;
}

.proShow .right .content .r_1 .sub_right .bt a {
    display: inline-block;
    width: 205px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    background: url(/template/images/bt_02.png) no-repeat left bottom;
}

.proShow .right .content .r_1 .sub_right .bt a:nth-child(1) {
    margin-right: 13px;
    background: url(/template/images/bt_01.png) no-repeat left bottom;
}

.proShow .right .content .r_1 .sub_right .proName {
    font-size: 23px;
    padding: 0;
    margin: 0;
}

.proShow .right .content .r_1 .sub_right .canShu table, .proShow .right .content .r_1 .sub_right .canShu td {
    border: 0px !important;
}

.proShow .right .content .r_1 .sub_right .canShu p {
    margin: 0 !important;
    padding: 0 !important;
}

.proShow .right .content .r_1 .sub_right .canShu table {
    width: 100% !important;
    margin: 0 auto !important;
}

.proShow .right .content .r_1 .sub_right .canShu tr {
    border-bottom: 1px dashed #eee;
}

.proShow .right .content .r_1 .sub_right .canShu td:first-child {
    color: #fe6e0b !important;
}

.proShow .right .content .r_1 .sub_right .canShu, .proShow .right .content .r_1 .sub_right .canShu p, .proShow .right .content .r_1 .sub_right .canShu span, .proShow .right .content .r_1 .sub_right .canShu td {
    line-height: 28px !important;
    font-size: 15px !important;
    color: #090909 !important;
}

.proShow .right .content .txtBox.shadow2 {
    border-bottom: 10px solid #0ea5b1;
    margin-top: 38px;
}

.proShow .right .content .txtBox.shadow2 .itemBox .t_1 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background: url(/template/images/ps_bj.png) no-repeat;
    text-align: center;
    line-height: 58px;
}

.proShow .right .content {
    padding-top: 20px;
}

.proShow .right .content .r_1 .sub_right .txt_1 {
    font-size: 16px;
    padding: 13px 0;
}

.proShow .right .content .r_1 .sub_right .txt_1 span {
    color: #f55319;
    margin-right: 5px;
}

.proShow .right .content .r_1 .sub_right .CommendFlag {
    font-size: 17px;
    line-height: 180%;
    padding-top: 20px;
    padding-bottom: 3px;
}

.proShow .right .content .r_1 .sub_right .CommendFlag .s_left {
    padding-right: 105px;
}

.proShow .right .RightSmallNav {
    padding-bottom: 18px;
    margin-bottom: 33px;
    border-bottom: 1px dashed #ccc;
}

.proShow .right .content .r_1 .sub_left {
    width: 233px;
}

.proShow .right .content .r_1 .clear .sub_left .shadow5 {
    display: block;
}

.proShow .right .content .r_2 {
    background: url(/template/images/bj26.png) no-repeat center bottom;
    min-height: 61px;
    padding-top: 35px;
}

.proShow .right .content .r_2 .dl_2.inline_width.clear .sub_left.shadowTxt {
    font-size: 25px;
    font-family: 'Impact';
    color: #fff;
    line-height: 61px;
    padding-left: 243px;
    letter-spacing: 1px;
}

.proShow .right .content .r_2 .dl_2.inline_width.clear .sub_right {
    padding-right: 81px;
    padding-top: 13px;
}

.proShow .right .content .r_2 .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 310px;
    height: 36px;
}

.proShow .right .content .txtBox {
    padding-top: 30px;
}

.proShow .right .content .txtBox .proShareBox.box_2 .ul_5.inline_width.clear li {
    padding: 20px 0;
}

.proShow .right .content .txtBox .proShareBox.box_2 .ul_5.inline_width.clear li .s_title {
    font-size: 20px;
    font-weight: bold;
    background: url(/template/images/bj_t.png) no-repeat center left;
    padding-left: 21px;
}

.proShow .right .content .txtBox .proShareBox.box_3 .pro_shareTitle .s_2 {
    font-style: normal;
    font-size: 17px;
    color: #333;
    font-weight: normal;
    padding-left: 35px;
}

.proShow .right .content .r_1 .sub_right .bz {
    padding: 15px 0;
    padding-top: 5px;
    color: #c74f00 !important;
}

.proShow .right .content .r_1 .sub_right .three {
    line-height: 34px;
}

.proShow .right .content .r_1 .sub_right .three dd {
    float: left;
}

.proShow .right .content .r_1 .sub_right .three dd:last-child {
    margin-left: 30px;
    font-size: 20px;
    color: #ff6a00;
}

.proShow .right .content .r_1 .sub_right .three img {
    vertical-align: top;
}

.proShow .right .content .r_1 .sub_right .three dd:last-child span {
    font-family: 'Impact';
    font-size: 28px;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: bottom;
}

.proShareBox.box_6 {
}

.proShareBox.box_6 .pro_shareTxt,.proShareBox.box_7 .pro_shareTxt {
    padding: 0;
}

.in_new .center {
    width: 1200px;
}

.newNav .sContent .bigNav a {
    padding-left: 33px;
    background: none;
}

.in_new .right .box_1 {
    width: 894px;
    padding: 16px;
    border: 1px solid #ccc;
    background: #fff;
}

.in_new .right .box_1 .sub_left {
}

.in_new .right .box_1 .sub_right {
    width: 593px;
    padding-top: 10px;
}

.in_new .right .box_1 .sub_left img {
    border: 1px solid #f0f0f0;
}

.in_new .right .box_1 .sub_right .one {
    font-size: 20px;
    font-weight: bold;
}

.in_new .right .box_1 .sub_right .two {
    padding-top: 10px;
    line-height: 190%;
    color: #888;
}

.in_new .right .box_1 .sub_right .two a {
    color: #ff6c0c;
}

.in_new .right .nsTitle {
    color: #bbb;
    line-height: 38px;
    margin-bottom: 8px;
    border-bottom: 2px solid #ff6f0c;
}

.in_new .right .nsTitle span,.in_new .right .nsTitle h2 {
    color: #056bbf;
    font-weight: bold;
    font-size: 18pt;
    display: inline-block;
}

.in_new .right .r_list {
}

.newShareList {
}

.newShareList .itemBox {
    padding: 20px 0;
    border-bottom: 1px solid #ffb483;
}

.newShareList .itemBox .sub_left {
    width: 200px;
}

.newShareList .itemBox .sub_right {
    width: 710px;
}

.newShareList .itemBox .sub_left img {
}

.newShareList .itemBox .sub_right .one {
}

.newShareList .itemBox .sub_right .two {
    color: #666;
    padding: 10px 0;
    line-height: 160%;
    text-align: justify;
}

.newShareList .itemBox .sub_right .three {
    text-align: right;
}

.in_new .right .bdBox {
    margin-bottom: 20px;
    padding-bottom: 12px;
    background: url(/PC/images/pro_c.jpg) no-repeat center bottom;
}

.newShareList .itemBox .sub_right .one a {
    font-size: 18px;
    font-weight: bold;
}

.newShareList .itemBox .sub_right .three a {
    color: #fff;
    display: inline-block;
    line-height: 33px;
    background: #0070d6;
    padding: 0 13px;
}

.newShow {
    padding-top: 60px;
    padding-bottom: 100px;
}

.newShow .left {
    width: 243px;
}

.newShow .right {
    width: 850px;
    /* padding-top: 45px; */
}

.newShow .center .ul_1.clear {
}

.newShow .center .ul_1.clear .right .r_t {
    min-height: 61px;
    background: #0c70bb;
}

.newShow .center .ul_1.clear .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.newShow .center .ul_1.clear .right .r_t .subBox .sub_left {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #ff9c00;
    line-height: 26px;
    padding-left: 12px;
}

.newShow .right .newBox {
    /* background: #fff; */
    padding: 23px;
    /* border-radius: 18px; */
    -moz-box-shadow: 1px 1px 8px #ddd;
    /* -webkit-box-shadow: 1px 1px 8px #ddd; */
    /* box-shadow: 1px 1px 8px #ddd; */
}

.newShow .right .newBox .Box_2 {
}

.newShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.newShow .right .newBox .line_2 h1 {
    font-size: 28px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.newShow .right .newBox .line_3 {
    color: #111;
    padding: 16px 0;
    min-height: 350px;
    text-align: justify;
}

.newShow .right .newBox .line_3 img {
    max-width: 100%;
    vertical-align: middle;
    -moz-box-shadow: 1px 1px 10px #ccc;
    -webkit-box-shadow: 1px 1px 10px #ccc;
    box-shadow: 1px 1px 10px #ccc;
    height: auto !important;
}

.newShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 5px !important;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 span,.newShow .right .newBox .line_3 font {
    font-size: 15px !important;
    line-height: 220% !important;
    font-family: Microsoft YaHei !important;
    color: #333 !important;
}

.newShow .newBox .Box_2 .line_2 .two {
    border-bottom: 1px dashed #d0d0d0;
    text-align: center;
    font-size: 13px;
    color: #888;
    line-height: 29px;
    padding-top: 28px;
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.newShow .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/template/images/bj23.png?v=8) no-repeat center top;
}

.newShow .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.newShow .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.newShow .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
}

.newShow .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
    color: #fff;
    font-family: 'Impact';
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 56px;
    padding-top: 6px;
}

.newShow .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.newShow .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.newShow .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.newShow .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #eee;
}

.newShow .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
    width: 86%;
    display: inline-block;
    vertical-align: middle;
}

.newShow .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.newShow .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.newShow .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

.newShow .newBox .Box_2 .line_3 .txtBottom {
    text-align: center;
}

.newShow .right .newBox .line_4 {
    line-height: 200%;
    padding: 10px 0;
    font-size: 15px;
}

.newShow .newBox .Box_2 .line_4 span {
    font-weight: bold;
}

.newShow .newBox .Box_2 .line_4 .s1 {
    background: url(/template/images/ico_1.png?v=8) no-repeat center left;
    padding-left: 20px;
}

.newShow .newBox .Box_2 .line_4 .s2 {
    background: url(/template/images/ico_3.png?v=8) no-repeat center left;
    padding-left: 20px;
    padding-top: 4px;
}

.newShow .newBox .Box_2 .line_2 .two a {
    display: inline-block;
    color: #fff;
    padding: 0 15px;
    background: #a5a5a5;
    float: right;
}

.newShow .right .newBox .line_3 .subTitle {
    font-size: 19px;
    font-weight: bold;
    padding-left: 26px;
    background: url(/template/images/sdIco.png?v=8) no-repeat center left;
    line-height: 38px;
    margin-bottom: 10px;
}

.newShow .right .newBox .line_3 .subContent {
    margin-bottom: 20px;
}

.newShow .right .newBox .line_3 .subContent table,.newShow .right .newBox .line_3 .subContent td {
    border: 0 !important;
}

.newShow .right .newBox .line_4 li {
    padding-bottom: 2px;
}

.newShow .right .newBox .line_4 li a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin: 0 5px;
    margin-right: 8px;
}

.newShow .right .newBox .line_4 li a:hover {
    color: #fe6e0b;
}

.newShow .right .newBox .line_2 .two span {
    float: left;
    margin-right: 38px;
}

.newShow .right .newBox .line_2 .two span:nth-child(1) {
}

.newShow .right .newBox .line_2 .two span:nth-child(2) {
}

.newShow .right .newBox .line_2 .two span:nth-child(3) {
    margin: 0;
}

.newShow .typeNav_2 .sContent #Box_2 {
    display: none;
}

.newShow .center {
    /* width: 1200px; */
}

.newShow .right .newBox .line_4 li:nth-child(2) {
    padding-bottom: 20px;
}

.newShow .right .newBox .line_4 li:nth-child(1),.newShow .right .newBox .line_4 li:nth-child(2) {
    color: #666;
}

.callPage {
}

.callPage .t_search {
    border: 0;
}

.callPage .t_search .left span {
    background: none;
}

.callPage .t_search .center {
    width: 1050px;
}

.in_about .mainTitle {
    line-height: 43px;
    padding: 30px 0;
    background: url(/PC/images/t_bg.jpg) repeat-x;
    background-position-y: 6px;
    background-color: #fff;
    padding-bottom: 20px;
}

.in_about .mainTitle img {
    vertical-align: middle;
}

.aboutTab {
    line-height: 45px;
    padding: 33px 0;
}

.aboutTab dd {
    float: left;
    width: 186px;
    text-align: center;
    margin-right: 1px;
}

.aboutTab dd a {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background: #056bbf;
}

.aboutTab dd a:hover {
    background: #ff5e00;
}

.about .mainBox {
    background: #fff;
}

.about .mainBox .sub_left {
    width: 493px;
    overflow: hidden;
}

.about .mainBox .sub_right {
    width: 610px;
    padding-top: 18px;
}

.about .mainBox .sub_right .sTitle {
    line-height: 180%;
}

.about .mainBox .sub_right .sTitle .cn {
    color: #056bbf;
    font-weight: bold;
    font-size: 26px;
}

.about .mainBox .sub_right .sTitle .en {
    color: #bbb;
    font-size: 13px;
}

.about .mainBox .sub_right .txt {
    padding-top: 10px;
    padding-right: 20px;
    text-align: justify;
}

.about .mainBox .sub_right .txt,.about .mainBox .sub_right .txt p,.about .mainBox .sub_right .txt span, .about .mainBox .sub_right .txt font {
    line-height: 180% !important;
    font-size: 16px !important;
    color: #666 !important;
    text-indent: 0 !important;
}

.about .mainBox .sub_right .txt p {
    margin: 0 !important;
    padding-bottom: 8px !important;
    text-indent: 2em !important;
}

.about .mainBox .sub_left img {
    min-height: 380px;
    vertical-align: middle;
}

.fengCai {
    padding: 38px;
    padding-bottom: 50px;
    background: #fff;
}

.fengCai .sTitle {
}

.fengCai .sContent {
}

.fengCai .sTitle .cn {
}

.fengCai .sTitle .en {
    color: #bbb;
    padding: 5px 0;
}

.fengCai .sTitle .cn span {
    color: #056bbf;
    font-weight: bold;
    font-size: 25px;
}

.fengCai .sTitle .cn font {
    font-weight: bold;
    color: #ff5500;
    font-size: 13px;
}

.fengCai .sContent .txt {
    line-height: 180%;
    padding: 18px 0;
    color: #666;
    padding-top: 6px;
}

.fengCai .sContent .pic {
    text-align: center;
}

.whBox {
    font-size: 15px;
}

.whBox .p_1 {
    margin-bottom: 50px;
}

.whBox .p_2 {
}

.whBox .sTitle {
    line-height: 180%;
    margin-bottom: 10px;
}

.whBox .sContent {
    padding-bottom: 36px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 36px;
}

.whBox .sTitle .cn {
    font-size: 20px;
    color: #056bbf;
    font-weight: bold;
}

.whBox .sTitle .en {
    font-size: 15px;
    color: #999;
}

.whBox .p_1 .sContent {
}

.whBox .p_1 .sContent .sub_left {
}

.whBox .p_1 .sContent .sub_right {
    padding: 18px;
    width: 760px;
}

.whBox .p_1 .sContent .sub_left img {
    vertical-align: middle;
}

.whBox .sContent dd {
    line-height: 38px;
}

.whBox .sContent dd span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-right: 18px;
    width: 130px;
    text-align: center;
    border-bottom: 1px solid #ff5e00;
}

.whBox .p_2 .sContent {
}

.whBox .p_2 .sContent .sub_left {
    padding: 23px;
}

.whBox .p_2 .sContent .sub_right {
}

.whBox .sContent .ul_6 {
    color: #666;
    background: #fff;
}

.in_about .slBox {
    padding-top: 10px;
}

.in_about .slBox ul {
    margin-bottom: 38px;
    background: #e3e7e8;
}

.in_about .slBox .subBox {
    border-left: 8px solid #aaa;
    padding: 6px 0;
    padding-left: 20px;
}

.in_about .slBox .subBox .one {
    color: #Ff5500;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}

.in_about .slBox .subBox .two {
    color: #333;
    line-height: 180%;
}

.in_about .slBox .sl_1 {
}

.in_about .slBox .sl_1 .sub_left {
    width: 493px;
}

.in_about .slBox .sl_1 .sub_right {
    width: 575px;
    padding-top: 96px;
    padding-right: 20px;
}

.in_about .slBox .sl_2 {
}

.in_about .slBox .sl_2 .sub_left {
    padding-top: 48px;
    padding-left: 38px;
}

.in_about .slBox .sl_2 .sub_right {
}

.in_about .slBox .sl_3 {
    margin-bottom: 50px;
}

.in_about .slBox .sl_3 .sub_left {
}

.in_about .slBox .sl_3 .sub_right {
    width: 575px;
    padding-top: 123px;
    padding-right: 20px;
}

.in_about .slBox img {
    vertical-align: middle;
}

.in_about .zsBox {
    padding-top: 39px;
    border-top: 1px solid #ff5e00;
}

.in_about .zsBox .sTitle {
    line-height: 180%;
    margin-bottom: 10px;
}

.in_about .zsBox .sContent {
}

.in_about .zsBox .sTitle .cn {
    font-size: 20px;
    color: #056bbf;
    font-weight: bold;
}

.in_about .zsBox .sTitle .en {
    font-size: 15px;
    color: #999;
}

.in_about .zsBox .sContent dd {
    float: left;
    margin-right: 28px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
}

.in_about .zsBox .sContent dd img {
}

.in_about .zsBox .sContent dd:last-child {
    margin-right: 0;
}

.in_about .pzBox {
    padding-top: 8px;
}

.in_about .pzBox .sTitle {
}

.in_about .pzBox .sTitle .cn {
    color: #056bbf;
    font-weight: bold;
    font-size: 26px;
}

.in_about .pzBox .sTitle .en {
    color: #bbb;
    font-size: 15px;
    padding-top: 3px;
}

.in_about .pzBox .txt {
    color: #666;
    padding: 13px 0;
    padding-bottom: 30px;
    line-height: 180%;
}

.in_about .pzBox .txt p {
    margin: 0;
    text-indent: 2em;
    padding: 3px 0;
}

.in_about .pzBox .sl_1 {
    background: #e7ecf1;
    margin-bottom: 50px;
}

.in_about .pzBox .sl_2 {
    background: #e7ecf1;
    margin-bottom: 10px;
}

.in_about .pzBox .sl_1 .sub_left {
    width: 432px;
}

.in_about .pzBox .sl_1 .sub_right {
    width: 693px;
}

.in_about .pzBox .sl_1 .sub_left img {
    vertical-align: middle;
}

.in_about .pzBox .txtBox {
}

.in_about .pzBox .txtBox .subBox {
    padding: 28px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-top: 30px;
    text-align: justify;
}

.in_about .pzBox .txtBox .one {
    font-size: 23px;
    font-weight: bold;
    color: #007ce6;
}

.in_about .pzBox .txtBox .two {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
    line-height: 160%;
}

.in_about .pzBox .sl_2 .sub_left {
    width: 672px;
}

.in_about .pzBox .sl_2 .sub_right {
    width: 432px;
}

.in_about .pzBox .txtBox .two p {
    margin: 0;
    padding-bottom: 8px;
}

.in_about .pzBox .sl_2 .subBox {
    padding-left: 36px;
    padding-top: 53px;
}

.in_about .jxBox {
    /* padding-top: 13px; */
}

.in_about .jxBox .sTitle {
}

.in_about .jxBox .sTitle .cn {
    color: #056bbf;
    font-weight: bold;
    font-size: 26px;
}

.in_about .jxBox .sTitle .en {
    color: #bbb;
    font-size: 15px;
    padding-top: 3px;
}

.in_about .jxBox .txt {
    color: #666;
    padding: 13px 0;
    padding-bottom: 30px;
    line-height: 180%;
}

.in_about .jxBox .txt p {
    margin: 0;
    text-indent: 2em;
    padding: 3px 0;
}

.in_about .jxBox .sl_1 {
    background: #e7ecf1;
    margin-bottom: 50px;
}

.in_about .jxBox .sl_2 {
    background: #e7ecf1;
    margin-bottom: 10px;
}

.in_about .jxBox .sl_1 .sub_left {
    width: 432px;
}

.in_about .jxBox .sl_1 .sub_right {
    width: 693px;
}

.in_about .jxBox .sl_1 .sub_left img {
    vertical-align: middle;
}

.in_about .jxBox .txtBox {
}

.in_about .jxBox .txtBox .subBox {
    padding: 28px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-top: 30px;
    text-align: justify;
}

.in_about .jxBox .txtBox .one {
    font-size: 23px;
    font-weight: bold;
    color: #007ce6;
}

.in_about .jxBox .txtBox .two {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
    line-height: 160%;
}

.in_about .jxBox .sl_2 .sub_left {
    width: 672px;
    padding-top: 20px;
}

.in_about .jxBox .sl_2 .sub_right {
    width: 432px;
}

.in_about .jxBox .txtBox .two p {
    margin: 0;
    padding-bottom: 8px;
}

.in_about .jxBox .sl_2 .subBox {
    padding-left: 36px;
    padding-top: 25px;
}

.in_about .jxBox .sl_2 .sub_right img {
    vertical-align: middle;
}

.in_contact .mainTitle {
    line-height: 43px;
    padding: 30px 0;
    background: url(/PC/images/t_bg.jpg) repeat-x;
    background-position-y: 6px;
    background-color: #fff;
    padding-bottom: 20px;
}

.in_contact .mainTitle img {
    vertical-align: middle;
}

.in_contact .callBox {
    color: #666;
    font-size: 16px;
    padding: 28px 0;
    background: #fff;
    margin-bottom: 30px;
}

.in_contact .lxBox {
    padding: 20px 30px;
    background: #fff;
    margin-bottom: 50px;
}

.in_contact .mapBox {
}

.in_contact .callBox dd {
    float: left;
    width: 33%;
    line-height: 180%;
    padding-top: 69px;
    text-align: center;
    background: url(/PC/images/ren.png) no-repeat center top;
}

.in_contact .callBox dd p {
    margin: 0;
}

.in_contact .callBox dd:nth-child(2) {
    background: url(/PC/images/dianhua.png) no-repeat center top;
}

.in_contact .callBox dd:nth-child(3) {
    background: url(/PC/images/dizhi.png) no-repeat center top;
}

.in_contact .lxBox .sTitle {
    color: #056bbf;
    font-weight: bold;
    font-size: 26px;
    line-height: 66px;
    padding-left: 73px;
    background: url(/PC/images/bus.jpg) no-repeat center left;
}

.in_contact .lxBox .sContent {
}

.in_contact .lxBox .sContent, .in_contact .lxBox .sContent p,.in_contact .lxBox .sContent span, .in_contact .lxBox .sContent font {
}

.in_contact .lxBox .sContent p {
}

.in_contact .mapBox .sTitle {
    color: #056bbf;
    font-weight: bold;
    font-size: 26px;
    line-height: 66px;
    padding-left: 73px;
    background: url(/PC/images/ads.jpg) no-repeat center left;
    background-color: #fbfbf9;
}
