@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');
}

@font-face {
    font-family: 'ACaslonPro-Bold';
    src: url('/fonts/ACaslonPro-Bold.eot');
    src: url('/fonts/ACaslonPro-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/ACaslonPro-Bold.woff') format('woff'), url('/fonts/ACaslonPro-Bold.ttf') format('truetype'), url('/fonts/ACaslonPro-Bold.svg#SingleMaltaRegular') format('svg');
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('/fonts/fontawesome-webfont.eot');
    src: url('/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff') format('woff'), url('/fonts/fontawesome-webfont.ttf') format('truetype'), url('/fonts/fontawesome-webfont.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    word-wrap: break-word;
    white-space: normal;
    /*word-break:break-all; */
}

.wapShow, .noShow {
    display: none !important;
}

.inBody {
    background: url(/template/images/wang.jpg?v=8);
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
}

.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 8px #bbb;
    -webkit-box-shadow: 1px 1px 8px #bbb;
    box-shadow: 1px 1px 8px #bbb;
}

.shadow32 {
    -moz-box-shadow: 1px 1px 8px #eee;
    -webkit-box-shadow: 1px 1px 8px #eee;
    box-shadow: 1px 1px 8px #eee;
}

.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;
}

.shadow52 {
    -moz-box-shadow: 1px 1px 3px #eee;
    -webkit-box-shadow: 1px 1px 3px #eee;
    box-shadow: 1px 1px 3px #eee;
}

.shadow6 {
    -moz-box-shadow: 1px 3px 5px #eee;
    -webkit-box-shadow: 1px 3px 5px #eee;
    box-shadow: 1px 3px 5px #eee;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字渐变*/
.jianBian {
    color: #d20101;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a70303));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

.shadowTxt2 {
    text-shadow: 1px 2px 3px #fff;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

.txt_yy {
    text-shadow: 1px 1px 2px #000;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.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 */
}

/*渐变背景*/
.grad2 {
    background: #def7fd;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #f1fcfe, #d7f6fd);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #f1fcfe, #d7f6fd);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #f1fcfe, #d7f6fd);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #f1fcfe, #d7f6fd);
    /* Standard syntax */
}

/*
img {













	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
*/
ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.inline_width {
    display: inline-block;
    width: 100%;
}

.title_center {
    text-align: center;
}

.inline {
    display: inline-block;
}

.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: 15px;
    text-align: right;
    min-height: 40px;
    line-height: 40px;
    padding-top: 30px;
    text-align: center;
}

.pageNumber a,.pageNumber span {
    color: #888;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-right: 6px;
    background: #fff;
    /* 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 */
    /* width: 29px; */
    line-height: 33px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    display: inline-block;
}

.pageNumber a:hover {
    background: #dc0303;
    color: #fff;
    background: -webkit-linear-gradient(top, #ff0000, #bb0606);
    background: -o-linear-gradient(bottom, #ff0000, #bb0606);
    background: -moz-linear-gradient(bottom, #ff0000, #bb0606);
    background: linear-gradient(to bottom, #ff0000, #bb0606);
    border: 1px solid #dc0303;
}

.pageNumber .current_page {
    background: #dc0303;
    color: #fff;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #ff0000, #bb0606);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #ff0000, #bb0606);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #ff0000, #bb0606);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #ff0000, #bb0606);
    /* Standard syntax */
    border: 1px solid #dc0303;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    color: #999;
    vertical-align: middle;
    font-size: 16px;
}

.search input[type="text"] {
    background: url(/template/images/s_01.png?v=9) no-repeat;
    width: 302px;
    height: 28px;
    line-height: 28px;
    color: #333;
    padding: 0 10px;
    font-size: 12px;
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #bbb;
}

.search input[type="text"]:-moz-placeholder {

    color: #bbb;
}

.search input[type="text"]::-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #bbb;
}

.search input[type="button"] {
    background: url(/template/images/s_02.png?v=9) no-repeat;
    width: 37px;
    height: 28px;
    cursor: pointer;
}

/* End  共享区 */
.page_bj {
    background: url("/template/images/index.jpg?v=8") no-repeat center top;
    min-height: 2556px;
}

.in_banner {
    min-height: 400px;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.in_bj {
    background: url("/template/images/in_bj.jpg?v=8") no-repeat center top;
    background-position-y: 700px;
}

.banner_about {
    background: url("/template/images/banner_about.jpg?v=8") no-repeat center bottom;
}

.banner_baoZhang {
    background: url("/template/images/banner_baoZhang.jpg?v=8") no-repeat center bottom;
}

.banner_gongYing {
    background: url("/template/images/banner_gongYing.jpg?v=8") no-repeat center bottom;
}

.banner_fbSure {
    background: url("/template/images/banner_fbSure.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/template/images/banner_down.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/banner_case.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/banner_contact.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_services {
    background: url("/template/images/banner_services.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/template/images/banner_sitemap.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro1 {
    background: url("/template/images/banner_pro1.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro2 {
    background: url("/template/images/banner_pro2.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro3 {
    background: url("/template/images/banner_pro3.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/template/images/banner_pro.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/banner_new.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/banner_fangAn.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_oem {
    background: url("/template/images/banner_oem.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_dingzhi {
    background: url("/template/images/banner_oem.jpg?v=8") 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(/template/images/line_1.png?v=9) no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    height: 6px;
}

.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("/template/images/bj_9.png?v=9") 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(/template/images/video_bj.jpg?v=8) no-repeat center;
}

.a_video a.bt {
    display: block;
    min-height: 248px;
    background: url("/template/images/bt.png?v=9") no-repeat center;
    cursor: pointer;
}

.a_video a.bt:hover {
    background: url("/template/images/bt2.png?v=9") 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(/template/images/bot6.png?v=9) 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?v=9) no-repeat center right;
}

.x0 {
    width: 0;
}

.x1 {
    width: 20px;
}

.x2 {
    width: 43px;
}

.x3 {
    width: 69px;
}

.x4 {
    width: 92px;
}

.x5 {
    width: 118px;
}

.noGet {
    background: url(/template/images/no_bj.jpg?v=8) no-repeat center bottom;
    padding-top: 50px;
    padding-bottom: 150px;
}

.noGet .center .row_1 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.noGet .center .row_2 {
    padding: 30px 0;
}

.noGet .center .row_2 .search2 {
    padding: 25px;
    background: #eee;
    display: inline-block;
}

.noGet .center .row_2 .search2 input {
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    font-size: 18px;
    border: 0;
    padding: 0;
    margin: 0;
}

.noGet .center .row_2 .search2 input[type="text"] {
    width: 860px;
    text-indent: 10px;
}

.noGet .center .row_2 .search2 input[type="button"] {
    width: 93px;
    color: #fff;
    background: #25bdad;
    cursor: pointer;
}

.noGet .center .row_3 {
    color: #6e6e6e;
    padding-bottom: 30px;
}

.noGet .center .row_3 .txt_1 {
    font-size: 16px;
}

.noGet .center .row_3 .txt_2 {
    font-size: 22px;
    padding: 10px 0;
}

.noGet .center .row_3 .txt_3 {
    font-size: 18px;
}

.noGet .center .row_4 {
    text-align: center;
}

.noGet .center .row_4 a {
    display: inline-block;
    padding: 8px 22px;
    color: #fff;
    font-size: 19px;
    background: #25bdad;
    cursor: pointer;
}

.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(/template/images/bot_7.png?v=9) 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(/template/images/bj_15.jpg?v=8) 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(/template/images/bot_7.png?v=9) 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: 35px;
    font-size: 15px;
    padding-top: 25px;
}

.prev_next a {
    width: 283px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    position: relative;
    top: -1px;
}

.prev_next .sub_left, .prev_next .sub_right {
    width: 44%;
    line-height: 37px;
    padding: 0 17px;
    border-radius: 5px;
}

.prev_next .sub_left, .prev_next .sub_right {
    border: 1px solid #dcdcdc;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover {
    border: 1px solid #d10807;
    color: #d10807;
}

.prev_next li:hover a {
    color: #d10807;
}

.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(/template/images/shou.png?v=9) 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 {
    background: url(/template/images/about2.jpg?v=8) no-repeat center left;
    min-height: 550px;
}

.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(/template/images/bj_15.jpg?v=8) 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(/template/images/6_01.png?v=9) 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(/template/images/email.png?v=9) 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(/template/images/c_1.png?v=9) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
    background: url(/template/images/c_2.png?v=9) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
    background: url(/template/images/c_3.png?v=9) no-repeat center top;
}

.fb_3 {
    background: url(/template/images/bj2.png?v=9) 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 */
}

.proList {
    padding: 93px 0;
    padding-top: 55px;
}

.proNav {
    position: relative;
}

.proNav .left {
    width: 234px;
    height: 164px;
    background: url(/template/images/bj7.png?v=9) 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(/template/images/bj8.png?v=9) 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;
}

.proList .list {
    overflow: hidden;
    padding-top: 100px;
}

.proList .list .box {
    width: 1200px;
    overflow: hidden;
}

.proList .list .ul_1 {
    width: 1300px;
}

.proList .list .item {
    float: left;
    width: 362px;
    margin-right: 57px;
    margin-bottom: 40px;
    text-align: center;
}

.proList .list .item .item_box {
    min-height: 442px;
    background: #eee;
}

.proList .list .item .pic {
    text-align: center;
}

.proList .list .item img {
    width: 360px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}

.proList .list .item .txt {
    min-height: 103px;
}

.proList .list .item .proName {
    display: block;
    line-height: 50px;
    font-size: 19px;
    color: #444;
}

.proList .list .item .txt_2 {
    font-size: 14px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 190%;
}

.proList .list .item .s_txt a {
    display: inline-block;
    width: 103px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 0;
    color: #666;
}

.proList .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;
}

.proList .list .item:hover .s_txt a.more {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.proList .list .item .s_txt a.dingzhi {
    background: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.proList .list .item .s_txt a.dingzhi:hover {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.shareTitle5 {
    background: url(/template/images/t5.png?v=9) 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) {
}

/* Star foot fast */
.shareLine {
    background: url(/template/images/line.jpg?v=8) no-repeat center;
    min-height: 9px;
}

.newNav {
    width: 260px;
}

.newNav .content {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    padding-bottom: 33px;
}

.newNav .content .ul_1 {
    width: 88%;
    margin: 0 6%;
}

.newNav .content a {
    color: #fff;
    display: block;
}

.newNav .content .bigNav {
    padding: 5px 0;
}

.newNav .content .bigNav a {
    font-size: 19px;
    color: #009ca8;
    text-align: center;
    line-height: 38px;
    background: #e5f5f7;
    border-radius: 5px;
    font-weight: bold;
}

.newNav .content .bigNav a:hover {
    background: #0c70bb;
    color: #fff;
}

.in_title {
    background: url(/template/images/cBj.png?v=9) 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(/template/images/aIco_1.png?v=9) no-repeat center top;
}

.in_title .center .s_Nav a.s_2 {
    background: url(/template/images/aIco_2.png?v=9) no-repeat center top;
}

.in_title .center .s_Nav a.s_3 {
    background: url(/template/images/aIco_3.png?v=9) no-repeat center top;
}

.in_title .center .s_Nav a.s_4 {
    background: url(/template/images/aIco_4.png?v=9) no-repeat center top;
}

.in_title .center .s_Nav a.s_1:hover {
    background: url(/template/images/aIcoH_1.png?v=9) no-repeat center top;
}

.in_title .center .s_Nav a.s_2:hover {
    background: url(/template/images/aIcoH_2.png?v=9) no-repeat center top;
}

.in_title .center .s_Nav a.s_3:hover {
    background: url(/template/images/aIcoH_3.png?v=9) no-repeat center top;
}

.in_title .center .s_Nav a.s_4:hover {
    background: url(/template/images/aIcoH_4.png?v=9) no-repeat center top;
}

.friendLink a {
    color: #ccc;
}

.left_shareTitle {
    min-height: 105px;
    line-height: 150%;
    background: url(/template/images/left_title.png?v=9) no-repeat center;
    color: #fff;
    text-align: center;
    text-indent: 58px;
}

.leftNew .left_shareTitle {
    background: url(/template/images/left_title2.png?v=9) no-repeat center;
}

.left_shareTitle .txt_1 {
    font-size: 24px;
    padding-top: 38px;
    font-weight: bold;
    letter-spacing: 4px;
}

.left_shareTitle .txt_2 {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.98);
    transform-origin: 0;
}

.fuWu {
    background: url(/template/images/ys.jpg?v=8) 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: 'Impact';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.fuWu .smallTxt {
    font-size: 17px;
    background: url(/template/images/bot_6.png?v=9) no-repeat center left;
    padding-left: 15px;
    line-height: 30px;
    background-position-y: 8px;
}

.fuWu .smallTxt span {
    color: #ffc946;
}

.liuCheng {
    padding-bottom: 60px;
    padding-top: 70px;
}

.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 .content {
    background: #fff;
    border: 1px dotted #0869bc;
    border-top: 0;
    border-bottom: 0;
    padding: 10px 0;
}

.typeNav_2 .content .ul_8 {
    width: 100%;
}

.typeNav_2 .content a {
    display: block;
}

.typeNav_2 .content .bigNav {
    background: url(/template/images/left_bigNav.png?v=9) no-repeat center;
    padding: 10px 0;
}

.typeNav_2.leftNew .content .bigNav {
    background: url(/template/images/left_bigNav2.png?v=9) no-repeat center;
    line-height: 56px;
    padding: 12px 0;
}

.typeNav_2.leftNew .content .bigNav:hover {
    background: url(/template/images/left_bigNav3.png?v=9) no-repeat center;
    background-position-x: 9px;
}

.typeNav_2.leftNew .content .bigNav:hover a {
    color: #fff;
    font-weight: bold;
}

.typeNav_2 .content .bigNav a {
    font-size: 17px;
    color: #fff;
    line-height: 47px;
    display: block;
    font-weight: bold;
    text-indent: 77px;
}

.typeNav_2 .left_call {
    border-bottom: 15px solid #000;
}

.typeNav_2 .left_call .two {
    font-size: 17px;
    background: #f7f7f7;
    padding: 20px;
    border-bottom: 5px solid #e95412;
}

.typeNav_2 .left_call .two, .typeNav_2 .left_call .two p, .typeNav_2 .left_call .two span {
    font-size: 17px !important;
    color: #333 !important;
    line-height: 200% !important;
}

.typeNav_2.leftNew .content .bigNav a {
    color: #1e1e1e;
    text-indent: 83px;
    text-align: left;
    font-weight: normal;
}

.typeNav_2 .content .smallNav {
    background: url(/template/images/line_6.png?v=9) no-repeat center bottom;
    padding: 10px 0;
}

.typeNav_2 .content .smallNav a {
    font-size: 17px;
    color: #1d1d1d;
    line-height: 43px;
    text-indent: 61px;
    display: block;
    background: url(/template/images/smallNav.png?v=9) no-repeat center;
}

.typeNav_2 .content .smallNav a:hover {
    color: #0869bc;
    background: url(/template/images/smallNavH.png?v=9) no-repeat center;
}

.typeNav_2 .content .smallNav.last {
    background: none;
}

.typeNav_2 .content .smallNav.last a {
    color: #0869bc;
}

.typeNav_2 .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0c70bb;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeNav_2 .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeNav_2 .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.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: 'Impact';
    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(/template/images/a_bj2.png?v=9) 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(/template/images/bot_1_2.png?v=9) no-repeat center;
}

.typeFangAn .content .smallNav a:hover {
    color: #fff;
    background: url(/template/images/bot_1_h2.png?v=9) no-repeat center;
}

.typeFangAn .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0c70bb;
    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(/template/images/tel.png?v=9) 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;
}

.top {
}

.t_bigBox {
    width: 100%;
    position: relative;
    z-index: 50;
}

.t_wel {
    font-size: 14px;
    line-height: 35px;
    color: #666;
    background: #f7f7f7;
}

.t_wel a {
    color: #666;
}

.t_wel .right a {
    padding-left: 19px;
    margin-right: 29px;
    display: inline-block;
}

.t_wel .right a.first {
    position: relative;
}

.t_wel .right a.first .wap_ewm {
    position: absolute;
    left: -48px;
    top: 7px;
    width: 160px;
    min-height: 174px;
    background: url(/template/images/bj_ewm.png?v=9) no-repeat bottom left;
    padding-top: 19px;
    display: none;
    background-position-y: 19px;
}

.t_wel .right a.first .wap_ewm img {
    padding-top: 20px;
    padding-left: 6px;
}

.t_wel .right a:nth-child(1) {
    background: url(/template/images/ico_01.png?v=9) no-repeat center left;
}

.t_wel .right a:nth-child(2) {
    background: url(/template/images/ico_02.png?v=9) no-repeat center left;
    padding-left: 18px;
}

.t_wel .right a:nth-child(3) {
    background: url(/template/images/ico_03.png?v=9) no-repeat center left;
    padding-left: 16px;
}

.t_wel .right a:nth-child(4) {
    background: url(/template/images/ico_04.png?v=9) no-repeat center left;
    padding-left: 15px;
    margin-right: 0;
}

/* Star daoHang */
.heZuo {
    padding-top: 50px;
    padding-bottom: 20px;
}

.heZuo .content {
    padding-top: 50px;
}

.whySelect {
    background: url(/template/images/bj3.jpg?v=8) 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(/template/images/ico_1.png?v=9) no-repeat;
    padding-left: 38px;
    min-height: 24px;
    background-position-y: 7px;
    line-height: 180%;
}

.whySelect dd:hover div {
    color: #fff;
    background: url(/template/images/icoH.png?v=9) no-repeat;
    background-position-y: 7px;
}

.whySelect dd.txt_1 {
    background: url(/template/images/3_02.png?v=9) no-repeat right top;
    min-height: 78px;
    padding-right: 100px;
    margin-left: 40px;
    width: 353px;
}

.whySelect dd.txt_1:hover {
    background: url(/template/images/4_03.png?v=9) no-repeat right top;
    background-position-y: -4px;
}

.whySelect dd.txt_2 {
    background: url(/template/images/3_04.png?v=9) 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(/template/images/4_05.png?v=9) no-repeat top left;
    background-position-y: -2px;
}

.whySelect dd.txt_3 {
    background: url(/template/images/3_09.png?v=9) 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(/template/images/4_10.png?v=9) no-repeat right top;
    background-position-y: 85px;
}

.whySelect dd.txt_4 {
    background: url(/template/images/3_12.png?v=9) 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(/template/images/4_13.png?v=9) no-repeat;
    background-position-y: 88px;
}

.whySelect dd.txt_5 {
    background: url(/template/images/3_17.png?v=9) no-repeat center top;
    padding-top: 100px;
    width: 600px;
    margin-left: 288px;
    margin-top: -16px;
}

.whySelect dd.txt_5:hover {
    background: url(/template/images/4_18.png?v=9) no-repeat center top;
}

.youZhi {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(/template/images/bj_5.jpg?v=8) no-repeat center top;
}

.youZhi .content {
    padding-top: 35px;
    padding-bottom: 580px;
    background: url(/template/images/proBig.png?v=9) 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(/template/images/yz_1.png?v=9) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_2 {
    background: url(/template/images/yz_2.png?v=9) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_3 {
    background: url(/template/images/yz_3.png?v=9) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_4 {
    background: url(/template/images/yz_4.png?v=9) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_5 {
    background: url(/template/images/yz_5.png?v=9) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_6 {
    background: url(/template/images/yz_6.png?v=9) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_1:hover {
    background: url(/template/images/Hyz_01.png?v=9) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_2:hover {
    background: url(/template/images/Hyz_02.png?v=9) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_3:hover {
    background: url(/template/images/Hyz_03.png?v=9) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_4:hover {
    background: url(/template/images/Hyz_04.png?v=9) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_5:hover {
    background: url(/template/images/Hyz_05.png?v=9) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_6:hover {
    background: url(/template/images/Hyz_06.png?v=9) no-repeat center top;
    background-position-x: 53px;
}

.ad_2 {
    min-height: 197px;
    background: url(/template/images/bj16.png?v=9) 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(/template/images/bj30.jpg?v=8) 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: #0c70bb;
    color: #fff;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_2 {
    border: 1px solid #0c70bb;
    color: #0c70bb;
    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 .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(/template/images/line7.png?v=9) no-repeat center bottom;
    padding-bottom: 15px;
}

.ad3 {
    min-height: 268px;
    background: url(/template/images/ad3.png?v=9) 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(/template/images/bj21.jpg?v=8) 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: 60%;
    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(/template/images/bj_6.png?v=9) 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: #0c70bb;
}

.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: #0c70bb;
}

.left_new .content li.last a {
    width: 80%;
}

.servies {
    padding: 40px 0;
    padding-bottom: 50px;
}

.servies .left {
    width: 247px;
}

.servies .right {
    width: 903px;
    background: #f7f7f7;
    padding: 20px;
}

.servies .right .r_list {
    padding-top: 25px;
}

.servies .center .ul_1.clear {
    background: url(/template/images/bj19.jpg?v=8) 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(/template/images/bj35.png?v=9);
    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(/template/images/bj35.png?v=9);
    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(/template/images/bj36.png?v=9) 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(/template/images/bj38.png?v=9) 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: #0c70bb;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd.dd_1 {
    color: #fff;
    width: 144px;
}

.pageDH {
    background: url(/template/images/dh.png?v=9) no-repeat center left;
    padding-left: 19px;
}

.pageDH a {
    color: #474747;
}

.shareOemBox {
    min-height: 827px;
    background: url(/template/images/bj_15.jpg?v=8) 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 .shareTitle {
    color: #fff;
}

.shareOemBox .center .shareTitle .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: #0c70bb;
    color: #fff;
    font-weight: bold;
}

.share_xg {
    padding-top: 10px;
    margin-bottom: 30px;
}

.share_xg .s_title {
    font-size: 16px;
    padding-left: 25px;
    background: url(/template/images/ico_4.png?v=9) no-repeat center left;
    font-weight: bold;
    line-height: 45px;
}

.in_case {
    padding-top: 10px;
    padding-bottom: 105px;
}

.in_case .left {
    width: 247px;
}

.in_case .right {
    width: 903px;
}

.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: #0c70bb;
}

.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: #0c70bb;
}

.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: #0c70bb;
    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(/template/images/t8.png?v=9) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_case .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png?v=9) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.newShow {
    padding: 70px 0;
    padding-bottom: 100px;
}

.newShow .left {
    width: 251px;
}

.newShow .right {
    width: 912px;
    padding-bottom: 16px;
    background: url(/template/images/rBj.png?v=9) no-repeat center bottom;
}

.newShow .center .ul_1.clear {
}

.newShow .right .r_t {
    min-height: 61px;
    background: #0c70bb;
}

.newShow .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.newShow .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 .r_box {
    padding: 42px 0;
}

.newShow .right .newBox {
    /* background: #fff; */
}

.newShow .right .newBox .Box_2 {
}

.newShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.newShow .right .newBox .line_2 h1 {
    font-size: 23px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    color: #cc070c;
}

.newShow .right .newBox .line_2 .two {
    color: #888;
    line-height: 35px;
    padding-top: 36px;
}

.newShow .right .newBox .line_3 {
    color: #333;
    padding: 30px 20px;
    min-height: 350px;
    text-align: justify;
}

.newShow .right .newBox .line_3 img {
    max-width: 100%;
}

.newShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 span {
    font-size: 16px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.newShow .right .r_box .newBox .Box_2 .line_2 .two {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 15px;
}

.newShow .right .r_box .newBox .Box_2 .line_2 .two .goBack {
    display: inline-block;
    padding-left: 20px;
    background: url(/template/images/goBack.png?v=9) no-repeat center left;
    color: #888;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/template/images/bj23.png?v=9) no-repeat center top;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.newShow .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;
}

.newShow .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;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.newShow .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;
}

.newShow .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;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.newShow .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.newShow .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: 247px;
}

.caseShow .right {
    width: 903px;
}

.caseShow .center .ul_1.clear {
    padding-top: 30px;
}

.caseShow .center .ul_1.clear .right .r_t {
    min-height: 61px;
    background: #0c70bb;
}

.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(/template/images/bj23.png?v=9) 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: 23px;
}

.xgPro .shareTitle {
    background: url(/template/images/title5.png?v=9) no-repeat center bottom;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
}

.xgPro .dl_6 {
}

.xgPro .dl_6 dd {
    float: left;
    margin-right: 16px;
    width: 187px;
}

.xgPro .dl_6 dd:nth-child(4) {
    margin-right: 0;
}

.xgPro .dl_6 dd a, .xgPro .dl_6 dd a span {
    display: block;
}

.xgPro .dl_6 dd a:hover {
    color: #e95412;
}

.xgPro .dl_6 dd a .NameTxt {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    color: #000101;
}

.xgPro .dl_6 dd a img {
    display: block;
}

.xgPro .dl_6 dd .proBT {
    text-align: center;
}

.xgPro .dl_6 dd .proBT a {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 45%;
    line-height: 27px;
    font-size: 14px;
}

.xgPro .dl_6 dd .proBT a.a_1 {
    background: #313131;
}

.xgPro .dl_6 dd .proBT a.a_2 {
    background: #ffa800;
}

.liYou {
    padding-top: 100px;
    background: url(/template/images/oemBJ4.jpg?v=8) no-repeat center top;
}

.liYou .shareTitle {
    background: url(/template/images/oemT3.png?v=9) no-repeat center bottom;
    padding: 12px 0;
    line-height: 50px;
}

.proRtitle {
    min-height: 56px;
    background: url(/template/images/t8.png?v=9) no-repeat;
    padding-bottom: 13px;
}

.proRtitle h2, .proRtitle p {
    min-height: 56px;
    color: #0c70bb;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
    font-weight: bold;
}

.proRtitle span {
    background: url(/template/images/line_1.png?v=9) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_new {
    padding: 70px 0;
    padding-bottom: 100px;
}

.in_new .left {
    width: 251px;
}

.in_new .right {
    width: 838px;
    padding: 0 36px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.in_new .center .ul_1.clear .right .r_box {
    padding: 20px 0;
}

.in_new .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.newShareList .item {
    padding-bottom: 10px;
    margin-bottom: 22px;
    background: url(/template/images/item.png?v=9) no-repeat center bottom;
}

.newShareList .L2_UL {
    padding: 13px;
    border: 1px solid #e5e5e5;
    width: 810px;
}

.newShareList .L2_UL:nth-child(5) {
    margin-bottom: 5px;
}

.newShareList .L2_UL .sub_left {
    width: 300px;
}

.newShareList .L2_UL .sub_left img {
    display: block;
}

.newShareList .L2_UL:hover .sub_left img {
}

.newShareList .L2_UL .sub_right {
    width: 485px;
    padding-bottom: 0;
    padding-top: 8px;
}

.newShareList .L2_UL .sub_right .one {
    line-height: 28px;
    padding: 5px 0;
}

.newShareList .L2_UL .sub_right .one a {
    font-weight: bold;
    font-size: 18px;
    color: #262626;
}

.newShareList .L2_UL .sub_right .one a:hover {
    color: #e95412;
}

.newShareList .L2_UL .sub_right .two {
    color: #666;
    font-size: 15px;
    line-height: 180%;
    padding-top: 5px;
}

.newShareList .L2_UL .sub_right .three {
    text-align: right;
    padding-top: 17px;
    font-size: 13px;
    color: #666;
    line-height: 29px;
}

.newShareList .L2_UL .sub_right .time {
    font-size: 16px;
    color: #888;
    float: right;
}

.newShareList .L2_UL .sub_right .three a {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    line-height: 29px;
    background: #434343;
    width: 79px;
    text-align: center;
    border-radius: 3px;
}

.newShareList .L2_UL .sub_right .three a:nth-child(1) {
    background: #e31c11;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #f32416, #b30303);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #f32416, #b30303);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #f32416, #b30303);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #f32416, #b30303);
    /* Standard syntax */
    margin-right: 3px;
}

.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(/template/images/t8.png?v=9) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_new .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png?v=9) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.in_new .right .r_title {
    min-height: 56px;
    background: url(/template/images/t9.png?v=9) no-repeat;
    padding-bottom: 13px;
}

.in_new .right .r_title h2 {
    min-height: 56px;
    color: #0c70bb;
    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(/template/images/line_1.png?v=9) 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(/template/images/bj_1.png?v=9) 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: 9px;
}

.shareMore a {
    display: inline-block;
    line-height: 35px;
    border: 1px solid #ccc;
    font-size: 17px;
    width: 160px;
}

.in_changFang {
    padding-bottom: 50px;
}

.in_changFang .txtBox {
    padding-top: 20px;
}

.oemPage {
    padding-top: 10px;
}

.oemPage .box_1 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.oemPage .box_1 .center .ul_1.clear {
    background: url(/template/images/bj_3.png?v=9) no-repeat center top;
    min-height: 261px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 {
    font-size: 40px;
    font-weight: bold;
    width: 290px;
    padding-left: 145px;
    text-align: center;
    padding-top: 87px;
    line-height: 140%;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 .txt_2 {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 {
    font-size: 17px;
    line-height: 46px;
    padding-left: 55px;
    padding-top: 13px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 span {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_2 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_3 {
    padding-left: 50px;
    line-height: 42px;
    padding-bottom: 3px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_4 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_5 {
    padding-left: 6px;
}

.oemPage .box_1 .center .ul_1.clear .right {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    width: 160px;
    padding-right: 10px;
    line-height: 36px;
    padding-top: 53px;
}

.oemPage .box_2 {
    background: #fff;
    padding: 70px 0;
}

.oemPage .box_2 .center .shareTitle {
    background: url(/template/images/t2.png?v=9) no-repeat center top;
    min-height: 95px;
    padding-bottom: 42px;
}

.oemPage .box_2 .center .ul_2.clear {
    font-size: 17px;
    line-height: 180%;
    min-height: 347px;
    background: url(/template/images/bj_8.png?v=9) no-repeat center top;
    padding-top: 21px;
}

.oemPage .box_2 .center .ul_2.clear .left {
    width: 280px;
}

.oemPage .box_2 .center .ul_2.clear .right {
    width: 280px;
    padding-top: 31px;
}

.oemPage .box_2 .center .ul_2.clear div {
    padding-bottom: 56px;
}

.oemPage .box_3 {
    font-size: 17px;
    min-height: 302px;
    background: url(/template/images/bj_5.jpg?v=8) no-repeat center top;
    color: #fff;
    padding-top: 38px;
}

.oemPage .box_3 .center .shareTitle {
    background: url(/template/images/t4.png?v=9) no-repeat center top;
}

.oemPage .box_3 .center .dl_3.clear {
    padding-top: 20px;
}

.oemPage .box_3 dd {
    float: left;
    width: 139px;
    margin-right: 57px;
    padding-top: 94px;
    min-height: 43px;
    text-align: center;
}

.oemPage .box_3 dd:nth-child(1) {
    background: url(/template/images/oemICO_01.png?v=9) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2) {
    background: url(/template/images/oemICO_02.png?v=9) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3) {
    background: url(/template/images/oemICO_03.png?v=9) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4) {
    background: url(/template/images/oemICO_04.png?v=9) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5) {
    background: url(/template/images/oemICO_05.png?v=9) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6) {
    background: url(/template/images/oemICO_06.png?v=9) no-repeat center top;
    margin: 0;
}

.oemPage .box_3 dd:nth-child(1):hover {
    background: url(/template/images/oemIcoH_01.png?v=9) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2):hover {
    background: url(/template/images/oemIcoH_02.png?v=9) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3):hover {
    background: url(/template/images/oemIcoH_03.png?v=9) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4):hover {
    background: url(/template/images/oemIcoH_04.png?v=9) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5):hover {
    background: url(/template/images/oemIcoH_05.png?v=9) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6):hover {
    background: url(/template/images/oemIcoH_06.png?v=9) no-repeat center top;
}

.pinZhi {
    background: #fff;
    padding-bottom: 50px;
}

.pinZhi .shareTitle {
    background: url(/template/images/t11.png?v=9) no-repeat center top;
    padding-bottom: 38px;
}

.pinZhi .subBox {
    background: url(/template/images/bj_9.png?v=9) 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(/template/images/ico.png?v=9) no-repeat center top;
    background-position-y: 120px;
}

.pinZhi .subBox .center .dl_5.clear dd:hover {
    background: url(/template/images/icoH.png?v=9) no-repeat center top;
    background-position-y: 120px;
    color: #0c70bb;
}

.pinZhi .subBox .center .dl_5.clear dd:nth-child(9) {
    margin: 0;
}

.r_call {
    padding-top: 30px;
}

.r_call .dl_5.clear .s_right .bt {
    line-height: 40px;
    width: 221px;
    background: url(/template/images/bt_1.png?v=9) no-repeat center left;
    min-height: 42px;
}

.r_call .dl_5.clear .s_right .bt a {
    display: inline-block;
    width: 49%;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.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_dingZhi {
    padding: 60px 0;
    background: #fff;
}

.i_dingZhi .content {
    min-height: 403px;
    padding-top: 35px;
}

.i_dingZhi .content .ul_1 li {
    float: left;
    width: 205px;
    font-size: 17px;
    color: #fff;
    line-height: 130%;
    min-height: 347px;
}

.i_dingZhi .content .ul_1 li .box {
    background: url(/template/images/hei.png?v=9);
    padding-top: 240px;
}

.i_dingZhi .content .ul_1 li .box .sbox {
    background: url(/template/images/L_1.png?v=9) no-repeat left bottom;
    padding-left: 20px;
    min-height: 107px;
    background-position-x: 20px;
    background-position-y: 68px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_1 {
    padding-top: 13px;
    padding-bottom: 3px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_2 {
}

.i_dingZhi .content .ul_1 .l_1 {
    width: 297px;
    text-align: center;
    background: url(/template/images/dz_01.jpg?v=8) no-repeat center bottom;
    min-height: 160px;
    font-size: 20px;
}

.i_dingZhi .content .ul_1 .l_1 .box {
    background: none;
    padding-left: 0;
}

.i_dingZhi .content .ul_1 .l_1 .box .sbox {
    background: url(/template/images/L_2.png?v=9) no-repeat center top;
    background-color: rgba(191,1,5,0.9);
    padding-left: 0;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_1 {
    padding-top: 25px;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_2 {
    font-weight: bold;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_2 {
    background: url(/template/images/dz_02.jpg?v=8) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_3 {
    background: url(/template/images/dz_03.jpg?v=8) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_4 {
    background: url(/template/images/dz_04.jpg?v=8) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_5 {
    background: url(/template/images/dz_05.jpg?v=8) no-repeat center bottom;
}

.liuCheng .center .ul_1.clear {
    text-align: center;
    color: #1e1e1e;
    background: url(/template/images/bj_1.png?v=9) no-repeat center top;
    padding-top: 116px;
}

.liuCheng .center .ul_1.clear li {
    float: left;
}

.liuCheng .center .ul_1.clear li .one {
    font-size: 18px;
    font-weight: bold;
}

.liuCheng .center .ul_1.clear li .two {
    font-size: 15px;
    line-height: 140%;
    padding-top: 9px;
}

.dzLiuCheng {
    min-height: 533px;
    background: url(/template/images/bj_1.jpg?v=8) no-repeat center top;
}

.dzLiuCheng .center .content {
    padding-top: 172px;
    line-height: 30px;
}

.dzLiuCheng .center .content .ul_1.clear li {
    float: left;
    color: #1e1e1e;
    font-size: 17px;
    width: 106px;
    text-align: center;
    margin-right: 31px;
}

.dzLiuCheng .center .content .two {
    text-align: center;
    padding-top: 40px;
}

.dzLiuCheng .center .content .two a {
    display: inline-block;
    line-height: 39px;
    width: 211px;
    color: #fff;
    font-size: 17px;
    text-indent: -35px;
}

.case {
    background: url(/template/images/bj_5.jpg?v=8) no-repeat center top;
    min-height: 760px;
}

.case .center .tel_ys {
    color: #0c70bb;
    font-size: 17px;
    text-align: center;
    text-indent: 50px;
    padding-top: 5px;
    min-height: 30px;
}

.case .center .tel_ys span {
    font-size: 23px;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.case .center .sBox {
    padding-top: 24px;
}

.case .center .sBox a {
    float: left;
    margin-right: 18px;
    padding-top: 26px;
    background: url(/template/images/line_5.png?v=9) no-repeat;
}

.case .center .sBox a:nth-child(3) {
    margin-right: 0;
}

.case .center .sBox a .one {
    margin-bottom: 5px;
    width: 388px;
    height: 374px;
    overflow: hidden;
    position: relative;
}

.case .center .sBox a .one .box {
    position: absolute;
    top: 374px;
    padding: 30px;
}

.case .center .sBox a:hover .one .box {
    top: 0;
}

.case .center .sBox a .one .box .box2 {
    background: rgba(255,255,255,0.88);
    height: 316px;
    padding: 0px 19px;
    display: table-cell;
    vertical-align: middle;
}

.case .center .sBox a .one .box .box2 .s_1 {
    text-align: center;
    font-size: 23px;
    color: #0c70bb;
    font-weight: bold;
    padding-bottom: 13px;
    background: url(/template/images/line_3.png?v=9) no-repeat center bottom;
}

.case .center .sBox a .one .box .box2 .s_2 {
    font-size: 17px;
    line-height: 190%;
    padding-top: 16px;
}

.case .center .sBox a .two {
    line-height: 45px;
    color: #fff;
    font-size: 17px;
    background: #0c70bb;
    text-align: center;
}

.fast {
    padding: 105px 0;
    padding-bottom: 80px;
}

.fast .content ul {
    padding: 10px 0;
    border-bottom: 1px solid #80b0e1;
}

.fast .content li {
    float: left;
    padding-right: 30px;
    font-size: 16px;
}

.fast .line_1 ul {
    line-height: 34px;
    padding-bottom: 8px;
}

.fast .line_1 ul .left, .fast .line_1 ul .left a {
    font-size: 20px;
    color: #0a6ec1;
}

.fast .line_1 ul .left {
    width: 160px;
}

.fast .line_1 ul .right {
    width: 1040px;
}

.fast .line_1 ul li a {
    text-decoration: none;
}

.fast .line_1 ul dd {
    float: left;
    padding: 0px 8px;
    font-size: 17px;
    background: url(/template/images/line7.png?v=9) no-repeat center left;
    margin-bottom: 10px;
}

.fast .line_1 ul dd:nth-child(1) {
    padding-left: 0;
    background: none;
}

.fast .line_1 ul dd a {
    color: #1e1e1e;
    display: inline-block;
    line-height: 34px;
    width: 113px;
    text-align: center;
    border: 1px dotted #ccc;
    border-radius: 10px;
    padding: 0 0px;
}

.lContact {
    background: url(/template/images/l_contact.jpg?v=8) no-repeat center bottom;
    font-size: 17px;
    color: #002886;
    min-height: 265px;
    padding-top: 31px;
    line-height: 160%;
}

.lContact .one {
    text-indent: 39px;
    padding-top: 27px;
}

.lContact .two {
    text-indent: 132px;
    padding-top: 21px;
    font-size: 16px;
}

.lContact .title {
    min-height: 69px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 69px;
}

.lContact .content {
    padding-top: 28px;
    line-height: 38px;
    padding-left: 48px;
    padding-right: 10px;
}

.lContact .three {
    text-indent: 120px;
    padding-top: 0;
    line-height: 130%;
    font-size: 16px;
}

.lContact .three img {
    border: 1px solid #ccc;
}

.lContact .three .txt {
    line-height: 150%;
    padding-top: 5px;
}

.line2 .center .sBox ul {
    position: absolute;
    color: #000;
}

.line2 .center .sBox .bigTxt {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.line2 .center .sBox .smallTxt {
    font-size: 19px;
}

.line_3 .content ul {
    width: 47%;
}

.line_3 .content .one .dl_2 .sub_left {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
    width: 106px;
    text-align: center;
}

.line_3 .content .one .dl_2 .sub_right {
    width: 437px;
    padding-top: 3px;
}

.line_3 .content .one .dl_2 .sub_right .s_1 {
    font-size: 20px;
    font-weight: bold;
}

.line_3 .content .one .dl_2 .sub_right .s_2 {
    padding-top: 7px;
}

.line_3 .content .two {
    padding-top: 25px;
    line-height: 160%;
}

.line_3 .content .two .dl_3 {
    margin: 0;
    padding: 8px 0;
}

.line_3 .content .two .dl_3 .sub_right {
    width: 90%;
}

.line_3 .content .box_2 .two .dl_3 .sub_right {
    width: 89%;
}

.line_3 .content .two span {
    color: #f24510;
}

.line_3 .content .three {
    padding-top: 18px;
    padding-left: 155px;
}

.line_3 .content .three a {
    display: inline-block;
    line-height: 39px;
    width: 238px;
    text-align: center;
    color: #fff;
    text-indent: -25px;
}

.in_contact {
    padding: 90px 0;
    background: url(/template/images/rh3.jpg?v=8) no-repeat center bottom;
    padding-bottom: 150px;
}

.in_contact .ul_1.clear .left .sub_1 {
    font-size: 20px;
}

.in_contact .ul_1.clear .left .sub_1 span {
    font-weight: bold;
}

.in_contact .ul_1.clear .left .sub_2 {
    font-size: 17px;
    line-height: 35px;
    padding-top: 17px;
    padding-left: 23px;
}

.in_contact .ul_1.clear .left .sub_2 p, .in_contact .ul_1.clear .left .sub_2 span {
    font-size: 17px !important;
    line-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.t_box {
    background: url(/template/images/top.jpg?v=8) no-repeat center top;
    min-height: 237px;
}

.t_logo {
    min-height: 165px;
}

.t_logo .ul_1 {
    padding-top: 43px;
}

.t_logo .ul_1 .left {
    color: #010101;
}

.t_logo .ul_1 .left .txt {
    line-height: 180%;
    padding-left: 1px;
    letter-spacing: 1px;
}

.t_logo .ul_1 .left img {
    padding-right: 14px;
    vertical-align: top;
    padding-top: 8px;
}

.t_logo .ul_1 .left .txt.inline .one {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-top: 9px;
}

.t_logo .ul_1 .left .txt.inline .one span {
    font-size: 40px;
    color: #ff6000;
    font-family: 'Impact';
    font-weight: normal;
    position: relative;
    top: 5px;
}

.t_logo .ul_1 .left .txt.inline .two {
    font-size: 26px;
    font-weight: bold;
    color: #cc070c;
}

.t_logo .ul_1 .right {
    color: #000;
    padding-top: 19px;
    width: 436px;
    line-height: 150%;
}

.t_logo .ul_1 .right .one {
    font-size: 14px;
}

.t_logo .ul_1 .right .two {
    font-size: 19px;
    font-weight: bold;
}

.t_logo .ul_1 .right .sub_right {
    width: 213px;
}

.t_nav {
    position: relative;
    overflow: hidden;
}

.t_nav .box {
}

.t_nav a {
    font-size: 16px;
    float: left;
    text-decoration: none;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    min-height: 72px;
    position: relative;
    width: 133px;
    line-height: 72px;
}

.t_nav a span {
    text-indent: -300px;
    overflow: hidden;
    display: block;
}

.t_nav a:nth-child(1) {
    background: url(/template/images/nav_01.png?v=9) no-repeat center top;
    width: 125px;
    margin-left: 4px;
}

.t_nav a:nth-child(2) {
    background: url(/template/images/nav_02.png?v=9) no-repeat center top;
    width: 135px;
}

.t_nav a:nth-child(3) {
    background: url(/template/images/nav_03.png?v=9) no-repeat center top;
    width: 132px;
}

.t_nav a:nth-child(4) {
    background: url(/template/images/nav_13.png?v=9) no-repeat center top;
    width: 135px;
}

.t_nav a:nth-child(5) {
    background: url(/template/images/nav_05.png?v=9) no-repeat center top;
    width: 133px;
}

.t_nav a:nth-child(6) {
    background: url(/template/images/nav_06.png?v=9) no-repeat center top;
    width: 134px;
}

.t_nav a:nth-child(7) {
    background: url(/template/images/nav_07.png?v=9) no-repeat center top;
    width: 133px;
}

.t_nav a:nth-child(8) {
    background: url(/template/images/nav_08.png?v=9) no-repeat center top;
    width: 134px;
}

.t_nav a:nth-child(9) {
    background: url(/template/images/nav_08.png?v=9) no-repeat center top;
    width: 134px;
}

.t_nav a:nth-child(10) {
    background: url(/template/images/nav_09.png?v=9) no-repeat center top;
    width: 134px;
}

.t_nav a:nth-child(1):hover {
    background: url(/template/images/navH_01.png?v=9) no-repeat center top;
}

.t_nav a:nth-child(2):hover {
    background: url(/template/images/navH_02.png?v=9) no-repeat center top;
}

.t_nav a:nth-child(3):hover {
    background: url(/template/images/navH_03.png?v=9) no-repeat center top;
}

.t_nav a:nth-child(4):hover {
    background: url(/template/images/navH_13.png?v=9) no-repeat center top;
}

.t_nav a:nth-child(5):hover {
    background: url(/template/images/navH_05.png?v=9) no-repeat center top;
}

.t_nav a:nth-child(6):hover {
    background: url(/template/images/navH_06.png?v=9) no-repeat center top;
}

.t_nav a:nth-child(7):hover {
    background: url(/template/images/navH_07.png?v=9) no-repeat center top;
}

.t_nav a:nth-child(8):hover {
    background: url(/template/images/navH_08.png?v=9) no-repeat center top;
}

.t_nav a:nth-child(9):hover {
    background: url(/template/images/navH_08.png?v=9) no-repeat center top;
}

.t_nav a:nth-child(10):hover {
    background: url(/template/images/navH_09.png?v=9) no-repeat center top;
}

.t_search {
    line-height: 69px;
    font-size: 14px;
    color: #333;
    background: url(/template/images/wang.jpg?v=8);
}

.t_search .t_searchUL {
    font-size: 15px;
    color: #474747;
}

.t_search .t_searchUL .left {
}

.t_search .t_searchUL .left a {
    text-decoration: none;
    color: #888;
    font-size: 14px;
}

.t_search .t_searchUL .left span {
    color: #d4302b;
    font-weight: bold;
}

.t_search .t_searchUL .right {
    font-size: 13px;
    color: #666;
}

.t_search .t_searchUL .right a {
    color: #666;
}

.pro_ShareList {
    padding: 13px 20px;
    padding-bottom: 9px;
}

.pro_ShareList .ul_1 {
    width: 1250px;
}

.pro_ShareList .item {
    float: left;
    min-height: 277px;
    width: 275px;
    margin-right: 16px;
    text-align: center;
    border: 1px solid #eaeaea;
    margin-bottom: 25px;
    background: #fff;
}

.in_pro .pro_ShareList .item {
    margin-bottom: 35px;
}

.pro_ShareList .item:hover {
    border: 1px solid #508fd0;
}

.pro_ShareList .item a {
    display: block;
    text-align: center;
    color: #333;
    font-size: 16px;
    height: 286px;
    overflow: hidden;
    position: relative;
}

.pro_ShareList .item a p {
    display: block;
}

.pro_ShareList .item a img {
    padding-top: 5px;
}

.pro_ShareList .item a p {
    padding-top: 3px;
    line-height: 25px;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 4px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 13px;
}

.shareTitle .cn h1, .shareTitle .cn h2 {
    font-size: 27px;
    color: #2a2a2a;
    display: inline;
    font-weight: normal;
}

.pro_ShareList .item:hover .sBox {
    top: 166px;
    position: absolute;
    width: 100%;
}

.pro_ShareList .item .sBox {
    font-size: 15px;
    color: #fff;
    text-align: left;
    min-height: 120px;
    background: url(/template/images/more2.png?v=9) no-repeat center bottom;
    background-color: rgba(7,96,188,0.7);
    text-indent: 30px;
    line-height: 170%;
    background-position-y: 77px;
}

.pro_ShareList .item .sBox span {
    font-weight: bold;
}

.pro_ShareList .item:hover a p {
    position: relative;
    top: 50px;
}

.pro_ShareList .item .sBox .sOne {
    padding-top: 14px;
}

.wenTi {
    background: url(/template/images/bj2.jpg?v=8) no-repeat center top;
    background-position-y: 86px;
    padding-top: 167px;
    padding-bottom: 125px;
}

.wenTi .title .one {
    color: #303030;
    font-size: 27px;
    font-weight: bold;
    padding-left: 5px;
}

.wenTi .title .one span {
    color: #ff6000;
}

.wenTi .title {
    text-align: center;
    line-height: 180%;
}

.wenTi .title .two {
    font-size: 16px;
    padding-top: 14px;
    padding-left: 98px;
}

.wenTi .title .two span {
    font-family: "Impact";
    font-size: 21px;
    color: #0057b0;
    position: relative;
    top: 2px;
    letter-spacing: 1px;
}

.wenTi .title .two a {
    position: relative;
    top: 6px;
}

.wenTi .content {
    padding-top: 40px;
}

.wenTi .content .one {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    min-height: 490px;
}

.wenTi .content .one p {
    margin: 0;
    position: absolute;
}

.wenTi .content .one p:nth-child(1) {
    position: absolute;
    top: 133px;
    left: 277px;
}

.wenTi .content .one p:nth-child(2) {
    position: absolute;
    top: 134px;
    left: 761px;
}

.wenTi .content .one p:nth-child(3) {
    position: absolute;
    top: 262px;
    left: 160px;
}

.wenTi .content .one p:nth-child(4) {
    position: absolute;
    top: 273px;
    left: 889px;
}

.wenTi .content .one p:nth-child(5) {
    position: absolute;
    top: 408px;
    left: 176px;
}

.wenTi .content .one p:nth-child(6) {
    position: absolute;
    top: 417px;
    left: 866px;
}

.wenTi .content .two {
    text-align: center;
    line-height: 175%;
    text-indent: 2px;
}

.wenTi .content .two .s1 {
    font-size: 20px;
    color: #0057b0;
    padding-top: 12px;
    text-indent: 4px;
}

.wenTi .content .two .s2 {
    font-size: 16px;
    text-indent: 10px;
}

.wenTi .content .two .s2 span {
    font-weight: bold;
}

.iFangAn {
}

.iFangAn .shareTitle {
    background: url(/template/images/t2.png?v=9) no-repeat center top;
}

.iFangAn .shareTitle .cn {
    padding-bottom: 6px;
}

.iFangAn .content {
    padding-top: 47px;
}

.iFangAn .content .line_1 {
    background: url(/template/images/pic.jpg?v=8) no-repeat center top;
    min-height: 176px;
}

.iFangAn .content .line_1 .left {
    padding-top: 122px;
    padding-left: 17px;
}

.iFangAn .content .line_1 .left dd {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #0c4eb0;
    width: 68px;
    text-align: center;
}

.iFangAn .content .line_1 .right {
    width: 805px;
    padding-top: 50px;
    line-height: 150%;
}

.iFangAn .content .line_1 .right .s1 {
    font-size: 15px;
    font-weight: bold;
    color: #0c4eb0;
    padding-left: 37px;
    letter-spacing: 0.5px;
    padding-bottom: 3px;
}

.iFangAn .content .line_1 .right .s2 {
    font-size: 23px;
    font-family: "Calibri";
    color: #ff3c00;
    font-weight: bold;
    padding-bottom: 8px;
}

.iFangAn .content .line_2 {
    background: #fbfdff;
    border: 1px solid #f6f6f6;
    border-top: 0;
    padding: 27px;
    padding-top: 42px;
    padding-bottom: 52px;
}

.iFangAn .content .line_2 .ul_2 li {
    margin-right: 31px;
    float: left;
    text-align: center;
    margin-bottom: 44px;
    width: 360px;
}

.iFangAn .content .line_2 .ul_2 li:nth-child(3),.iFangAn .content .line_2 .ul_2 li:nth-child(6) {
    margin-right: 0;
}

.iFangAn .content .line_2 .ul_2 li .s2 {
    font-size: 18px;
    color: #4f4f4f;
    font-weight: bold;
    line-height: 38px;
    padding-top: 2px;
}

.iFangAn .content .line_2 .ul_2 li .s1 img {
    display: block;
}

.iFangAn .content .line_2 .ul_2 li .s3 {
    font-size: 15px;
    color: #717171;
}

.iFangAn .content .line_2 .ul_2 li .s4 {
    padding-top: 10px;
}

.iFangAn .content .line_2 .ul_2 li .s4 a {
    display: block;
    background: url(/template/images/more3.png?v=9) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 33px;
}

.iFangAn .content .line_2 .ul_2 li .s2 a:hover {
    color: #0059b4;
}

.iFangAn .content .line_2 .more {
    text-align: center;
    padding-top: 9px;
}

.iFangAn .content .line_2 .more a {
    display: inline-block;
    background: url(/template/images/more4.png?v=9) no-repeat center top;
    width: 361px;
    min-height: 52px;
    line-height: 49px;
    font-size: 16px;
    color: #000;
}

.in_pro {
    padding: 70px 0;
    /* background-color: #f5f5f5; */
}

.in_pro .left {
    width: 253px;
}

.in_pro .right {
    width: 919px;
    background: #fff;
}

.shareRightSmallNav {
    padding-top: 26px;
}

.shareRightSmallNav .ul_1 {
    width: 95%;
    margin: 0 2.5%;
}

.shareRightSmallNav .ul_1 li {
    width: 19.2%;
    text-align: center;
    float: left;
    line-height: 45px;
    background: #f4f4f5;
    margin-right: 1%;
    margin-bottom: 10px;
}

.shareRightSmallNav .ul_1 li a {
    display: block;
    font-size: 15px;
}

.shareRightSmallNav .ul_1 li a.subCurrentNav, .shareRightSmallNav .ul_1 li a:hover {
    color: #035cbf;
    background: #e8f7ff;
    font-weight: bold;
}

.shareRightTitle {
}

.shareRightTitle .sub_left {
    padding-left: 13px;
}

.shareRightTitle .sub_right {
    font-size: 14px;
    padding-top: 4px;
}

.shareRightTitle .sub_right a {
    color: #0261c3;
    display: inline-block;
    padding-left: 20px;
    background: url(/template/images/goBack2.png?v=9) no-repeat center left;
}

.shareRightTitle .dl_2 {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 12px;
}

.shareRightTitle .txt_1 {
    font-size: 17px;
    color: #181819;
    margin: 0;
    padding: 0;
    font-weight: normal;
    border-left: 3px solid #cc070c;
    padding-left: 6px;
}

.shareRightTitle .txt_2 {
    font-size: 15px;
}

.shareRightTitle .sub_right img {
    display: block;
    position: relative;
    top: 6px;
}

.in_pro .list {
    padding-top: 35px;
    width: 900px;
    overflow: hidden;
}

.in_pro .list ul.clear {
    width: 950px;
}

.in_pro .list .item {
    float: left;
    min-height: 338px;
    width: 285px;
    margin-right: 20px;
    background: url(/template/images/pro_bj.png?v=9) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.in_pro .list .item:hover {
    background: url(/template/images/pro_hbj.png?v=9) no-repeat;
}

.in_pro .list .item a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 17px;
}

.in_pro .list .item a p, .in_pro .list .item a span {
    display: block;
}

.in_pro .list .item a img {
}

.in_pro .list .item a p {
    margin: 0;
    padding-top: 5px;
}

.shareRightSmallNav .ul_1 li:nth-child(5), .shareRightSmallNav .ul_1 li:nth-child(10),.shareRightSmallNav .ul_1 li:nth-child(15),.shareRightSmallNav .ul_1 li:nth-child(20),.shareRightSmallNav .ul_1 li:nth-child(25),.shareRightSmallNav .ul_1 li:nth-child(30) {
    margin-right: 0;
}

.in_pro .pro_ShareList .ul_1 {
    width: auto;
}

.in_pro .pro_ShareList {
    padding: 13px 28px;
    padding-top: 36px;
}

.in_pro .pro_ShareList .item:nth-child(3), .in_pro .pro_ShareList .item:nth-child(6), .in_pro .pro_ShareList .item:nth-child(9), .in_pro .pro_ShareList .item:nth-child(12), .in_pro .pro_ShareList .item:nth-child(15),.in_pro .pro_ShareList .item:nth-child(18),.in_pro .pro_ShareList .item:nth-child(21) {
    margin-right: 0;
}

.xgBox {
    padding: 0 25px;
    padding-top: 79px;
}

.xgBox .title {
    border-bottom: 1px solid #d4d4d4;
    line-height: 52px;
}

.xgBox .title .sub_left {
    font-size: 18px;
    color: #000;
    background: url(/template/images/xgIco.png?v=9) no-repeat center left;
    padding-left: 38px;
    background-position-x: 5px;
}

.xgBox .title .sub_right {
}

.xgBox .title .sub_right a {
    color: #888;
}

.xgNew {
    padding: 5px 0;
}

.xgNew li {
    margin-right: 6%;
    float: left;
    text-align: center;
    width: 47%;
    font-size: 16px;
    padding: 6px 0;
    color: #888;
}

.xgNew li:nth-child(2),.xgNew li:nth-child(4) {
    margin-right: 0;
}

.xgNew li:hover, .xgNew li:hover a {
    color: #0261c3;
}

.xgNew li .s2 {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 50px;
    padding: 0 11px;
    padding-top: 2px;
}

.xgNew li .s1 img {
    display: block;
    width: 280px;
    height: 157px;
}

.xgNew li .s3 {
    font-size: 15px;
    color: #717171;
    line-height: 150%;
    padding: 0 11px;
}

.xgNew li .s4 {
    padding-top: 8px;
}

.xgNew li .s4 a {
    display: block;
    background: url(/template/images/bt_1.png?v=9) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    min-height: 46px;
    padding-top: 5px;
}

.xgNew li .s2 a {
    color: #0059b4;
    font-weight: bold;
    font-size: 15px;
}

.xgNew li .s2 a:hover {
    color: #0059b4;
}

.xgNew li .s2 .sub_left {
    width: 70%;
}

.proShareBox {
    padding: 0 15px;
    padding-bottom: 50px;
}

.proShareBox.r_4 {
    padding-bottom: 40px;
}

.pro_shareTitle {
    font-size: 24px;
    color: #181819;
    line-height: 50px;
    background: url(/template/images/sTico.png?v=9) no-repeat left bottom;
    padding-left: 52px;
    font-weight: bold;
    padding-bottom: 17px;
    letter-spacing: 1px;
    background-size: auto 50px;
}

.pro_shareTitle span {
    display: inline-block;
    margin-right: 6px;
}

.pro_shareTxt {
    padding: 20px;
    color: #333;
    font-size: 16px;
    line-height: 200%;
    padding-left: 53px;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span {
    font-size: 16px !important;
    line-height: 220% !important;
    letter-spacing: 1px !important;
}

.pro_shareTxt td {
}

.pro_shareTxt table, .pro_shareTxt td {
    border: 0 !important;
}

.pro_shareTxt td:nth-child(1) {
    padding-right: 30px !important;
}

.shareTel {
    background: url(/template/images/tel.png?v=9) no-repeat center left;
    line-height: 150%;
    padding-left: 44px;
    position: relative;
    top: -4px;
    color: #000;
}

.shareTel .s1 {
    font-size: 14px;
    line-height: 22px;
}

.shareTel .s2 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
}

.inYouShi {
    padding: 92px 0;
    padding-bottom: 7px;
}

.inYouShi .shareTitle {
    background: url(/template/images/iys_01.png?v=9) no-repeat center top;
    min-height: 108px;
}

.inYouShi .shareTitle .cn {
    color: #0057b0;
}

.inYouShi .shareTitle .one {
    font-size: 16px;
    color: #fff;
    padding-top: 4px;
}

.inYouShi .sC {
    padding-top: 61px;
}

.inYouShi .sC .line_1 {
    background: url(/template/images/iys_02.png?v=9) no-repeat center top;
    min-height: 267px;
}

.inYouShi .sC .one {
    color: #082db2;
    font-size: 19px;
    padding-left: 36px;
}

.inYouShi .sC .two {
    font-size: 16px;
    color: #1e1e1e;
    padding-top: 14px;
    line-height: 42px;
    letter-spacing: 1px;
}

.inYouShi .sC .two span {
    color: #ff4e00;
}

.inYouShi .sC .one p {
    display: inline;
    font-weight: bold;
}

.inYouShi .sC .one p span {
    font-family: "Impact";
    font-weight: normal;
    font-size: 20px;
}

.inYouShi .sC .line_1 .box_1 {
    padding-top: 63px;
    padding-left: 150px;
}

.inYouShi .sC .line_2 .box_2 {
    padding-left: 854px;
    padding-top: 137px;
}

.inYouShi .sC .line_2 .box_2 .one {
    padding-left: 90px;
}

.inYouShi .sC .line_2 .box_2 .two {
    padding-top: 25px;
    line-height: 35px;
}

.inYouShi .sC .line_2 {
    background: url(/template/images/iys_03.png?v=9) no-repeat center top;
    min-height: 413px;
    background-position-y: 95px;
}

.inYouShi .sC .line_3 {
    background: url(/template/images/iys_04.png?v=9) no-repeat center top;
    min-height: 395px;
    background-position-y: 85px;
}

.inYouShi .sC .line_3 .box_3 {
    padding-top: 122px;
    padding-left: 111px;
}

.inYouShi .sC .line_3 .box_3 .one {
    padding-left: 65px;
}

.inYouShi .sC .line_3 .box_3 .two {
    line-height: 35px;
    padding-top: 19px;
}

.inYouShi .sC .line_4 .box_4 {
    padding-left: 902px;
    padding-top: 53px;
}

.inYouShi .sC .line_4 {
    background: url(/template/images/iys_05.png?v=9) no-repeat center top;
    min-height: 350px;
    background-position-y: 14px;
}

.inYouShi .sC .line_4 .box_4 .one {
    padding-left: 54px;
}

.inYouShi .sC .line_4 .box_4 .two {
    line-height: 35px;
    padding-top: 17px;
}

.newShareList .L2_UL:hover {
}

.newShareList .L2_UL:hover .sub_right .one a {
    color: #cc070c;
}

.shareNewRTitle {
    line-height: 35px;
    padding-top: 21px;
    background: url(/template/images/line12.png?v=9) no-repeat center bottom;
    padding-bottom: 6px;
}

.shareNewRTitle h1, .shareNewRTitle h2 {
    font-size: 21px;
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: normal;
    letter-spacing: 1px;
}

.shareNewRTitle .sub_right a {
    font-size: 14px;
    color: #0261c3;
    display: inline-block;
    padding-left: 20px;
    background: url(/template/images/ico.png?v=9) no-repeat center left;
    padding-right: 21px;
}

.in_new .center .ul_1.clear {
}

.newShow .right .r_box .newBox .Box_2 .txtBottom {
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    font-size: 14px;
}

.newShow .right .r_box .newBox .Box_2 .txtBottom span, .newShow .right .r_box .newBox .Box_2 .txtBottom a {
    color: #f00;
}

.newShow .right .r_box .newBox .Box_2 .line_4 {
    line-height: 30px;
    color: #111;
    font-size: 15px;
}

.newShow .right .r_box .newBox .Box_2 .line_4 span {
    font-weight: bold;
}

.newShow .right .r_box .newBox .Box_2 .line_4 .s1 {
    background: url(/template/images/ico_4.png?v=9) no-repeat center left;
    background-position-y: 5px;
    padding-left: 25px;
    margin-bottom: 5px;
}

.newShow .right .r_box .newBox .Box_2 .line_4 .s2 {
    background: url(/template/images/ico_1.png?v=9) no-repeat center left;
    background-position-y: 7px;
    padding-left: 25px;
}

.fengCai .content {
    padding-top: 50px;
}

.fengCai .content .dl_1.clear .sub_left {
    width: 263px;
}

.fengCai .content .dl_1.clear .sub_left a {
    display: block;
    min-height: 150px;
    color: #0057b0;
    padding-left: 106px;
    cursor: pointer;
    margin-bottom: 8px;
}

.fengCai .content .dl_1.clear .sub_left a:hover {
    color: #fff;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1) {
    background: url(/template/images/fcTab_01.png?v=9) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2) {
    background: url(/template/images/fcTab_02.png?v=9) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3) {
    background: url(/template/images/fcTab_03.png?v=9) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1):hover {
    background: url(/template/images/fcTabH_01.png?v=9) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2):hover {
    background: url(/template/images/fcTabH_02.png?v=9) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3):hover {
    background: url(/template/images/fcTabH_03.png?v=9) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a .cn {
    display: block;
    font-size: 20px;
    padding-top: 54px;
}

.fengCai .content .dl_1.clear .sub_left a .en {
    font-size: 12px;
    transform: scale(0.5);
    text-transform: uppercase;
    transform-origin: 0;
}

.fengCai .content .dl_1.clear .sub_right fcList {
    width: 930px;
    height: 465px;
}

.xgNew2 {
    padding: 26px 0;
}

.xgNew2 li {
    margin-right: 14px;
    float: left;
    text-align: center;
    width: 280px;
    font-size: 16px;
    padding: 6px 0;
    color: #888;
}

.xgNew2 li:nth-child(3) {
    margin-right: 0;
}

.xgNew2 li:hover, .xgNew2 li:hover a {
    color: #0261c3;
}

.xgNew2 li .s2 {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 50px;
    padding: 0 11px;
    padding-top: 2px;
}

.xgNew2 li .s1 img {
    display: block;
    width: 280px;
    height: 157px;
}

.xgNew2 li .s3 {
    font-size: 15px;
    color: #717171;
    line-height: 150%;
    padding: 0 11px;
}

.xgNew2 li .s4 {
    padding-top: 8px;
}

.xgNew2 li .s4 a {
    display: block;
    background: url(/template/images/bt_1.png?v=9) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    min-height: 46px;
    padding-top: 5px;
}

.xgNew2 li .s2 a {
    color: #0059b4;
    font-weight: bold;
    font-size: 15px;
}

.xgNew2 li .s2 a:hover {
    color: #0059b4;
}

.xgNew2 li .s2 .sub_left {
    width: 70%;
}

.iPro {
    min-height: 1471px;
    background: url(/template/images/bj_1.jpg?v=8) no-repeat center bottom;
    background-color: #fbfbfb;
    padding-top: 94px;
}

.iPro .content {
    padding-top: 36px;
}

.iPro .center .content .bigNav {
}

.iPro .center .content .bigNav .clear li {
    float: left;
    width: 396px;
    line-height: 66px;
    margin-right: 6px;
}

.iPro .center .content .bigNav .clear li a {
    font-size: 18px;
    font-weight: bold;
    color: #141414;
    display: block;
    text-indent: 171px;
}

.iPro .center .content .bigNav .clear li.s_1 a {
    background: url(/template/images/a_01.png?v=9) no-repeat;
    text-indent: 168px;
}

.iPro .center .content .bigNav .clear li.s_2 a {
    background: url(/template/images/a_02.png?v=9) no-repeat;
}

.iPro .center .content .bigNav .clear li.s_3 a {
    background: url(/template/images/a_03.png?v=9) no-repeat;
    text-indent: 163px;
}

.iPro .center .content .bigNav .clear li.first a, .iPro .center .content .bigNav .clear li.s_1:hover a {
    color: #fff;
    background: url(/template/images/h_01.png?v=9) no-repeat;
}

.iPro .center .content .bigNav .clear li.s_2:hover a {
    color: #fff;
    background: url(/template/images/h_2.png?v=9) no-repeat;
}

.iPro .center .content .bigNav .clear li.s_3:hover a {
    color: #fff;
    background: url(/template/images/h_3.png?v=9) no-repeat;
}

.shareSmallNav {
}

.shareSmallNav.newType {
    padding-top: 25px;
}

.shareSmallNav .s_ul {
}

.shareSmallNav .s_ul li {
    width: 136px;
    float: left;
    line-height: 43px;
    margin-right: 13px;
    min-height: 96px;
    margin-bottom: 17px;
    border: 1px solid #eee;
    background-color: #fff;
}

.shareSmallNav .s_ul li.currentNav, .shareSmallNav .s_ul li:hover {
    border: 1px solid #d61003;
    -moz-box-shadow: 1px 1px 10px #ccc;
    -webkit-box-shadow: 1px 1px 10px #ccc;
    box-shadow: 1px 1px 10px #ccc;
}

.shareSmallNav .s_ul li a {
    display: block;
    color: #555;
    font-size: 15px;
    text-align: center;
    padding-top: 53px;
}

.shareSmallNav.newType .s_ul li a {
    padding-top: 55px;
    font-size: 14px;
}

.shareSmallNav .s_ul li.currentNav a, .shareSmallNav .s_ul li a:hover {
    color: #be0906;
}

.iPro .center .content .bigNav .clear li:nth-child(3) {
    margin-right: 0;
}

.shareSmallNav .s_ul li:nth-child(8), .shareSmallNav .s_ul li:nth-child(16), .shareSmallNav .s_ul li:nth-child(24), .shareSmallNav .s_ul li:nth-child(32), .shareSmallNav .s_ul li:nth-child(40) {
    margin-right: 0;
}

.shareSmallNav.newType .s_ul li {
    margin-right: 10px;
    width: 129px;
    min-height: 78px;
    line-height: 30px;
    margin-bottom: 10px;
}

.shareSmallNav.newType .s_ul li:nth-child(6), .shareSmallNav.newType .s_ul li:nth-child(12), .shareSmallNav.newType .s_ul li:nth-child(18), .shareSmallNav.newType .s_ul li:nth-child(24) {
    margin-right: 0;
}

.shareSmallNav .last {
    text-align: right;
    font-size: 16px;
    padding-top: 16px;
}

.shareSmallNav .last a {
    color: #0656b1;
}

.LiYou {
    background: url(/template/images/bj2.jpg?v=8) no-repeat center top;
    min-height: 1446px;
    padding-top: 12px;
}

.LiYou .content {
    letter-spacing: 1px;
    color: #222;
    line-height: 150%;
}

.LiYou .content ul {
    padding-left: 60px;
    width: 40%;
}

.LiYou .content .box_1 {
    padding-top: 72px;
}

.LiYou .content .box_2 {
    padding-top: 57px;
}

.LiYou .content .box_3 {
    padding-top: 149px;
    padding-left: 745px;
}

.LiYou .content .box_4 {
    padding-top: 34px;
    padding-left: 744px;
}

.LiYou .content .box_5 {
    padding-top: 120px;
    padding-left: 65px;
}

.LiYou .content .box_6 {
    padding-top: 36px;
    padding-left: 65px;
}

.LiYou .content .en {
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    transform: scale(0.9);
    transform-origin: 0;
    font-weight: bold;
    margin-bottom: 4px;
}

.LiYou .content .bigTxt {
    font-size: 21px;
    font-weight: bold;
    color: #1e1e1e;
}

.LiYou .content .smallTxt {
    color: #1e1e1e;
    font-size: 16px;
    line-height: 31px;
    padding-left: 2px;
}

.LiYou .content .box_3 .smallTxt {
    padding-left: 4px;
}

.LiYou .content .box_4 .smallTxt {
    padding-left: 5px;
}

.LiYou .content .box_5 .smallTxt, .LiYou .content .box_6 .smallTxt {
    padding-left: 0;
}

.LiYou .content span {
    color: #cc070c;
}

.youShi {
    padding-top: 109px;
    background: url(/template/images/bj3.jpg?v=8) no-repeat center top;
    min-height: 947px;
}

.youShi .content {
    padding-top: 701px;
    line-height: 150%;
}

.youShi .center .content .dl_1.clear .sub_left {
    font-size: 24px;
}

.youShi .center .content .dl_1.clear .sub_left .one {
    color: #000;
    letter-spacing: 1.5px;
    padding-bottom: 13px;
    padding-top: 2px;
}

.youShi .center .content .dl_1.clear .sub_left .two {
    font-weight: bold;
    color: #cc070c;
    letter-spacing: 1px;
}

.youShi .center .content .dl_1.clear .sub_right .one {
    text-align: right;
    padding-right: 13px;
}

.youShi .content .sub_right .two {
    font-size: 17px;
    font-weight: bold;
    color: #cc070c;
    text-align: right;
}

.iPro2 {
    padding-top: 96px;
    background: url(/template/images/wang.jpg?v=8);
}

.iPro3 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.hyShareType {
    padding-top: 37px;
}

.hyShareType .dl_1.clear dd {
    float: left;
    width: 184px;
    height: 140px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 19px;
    margin-bottom: 16px;
}

.hyShareType .dl_1.clear dd:nth-child(6), .hyShareType .dl_1.clear dd:nth-child(12), .hyShareType .dl_1.clear dd:nth-child(18), .hyShareType .dl_1.clear dd:nth-child(24) {
    margin-right: 0;
}

.hyShareType .dl_1.clear dd a {
    display: block;
    position: relative;
}

.hyShareType .dl_1.clear dd a img.typePic {
    width: 184px;
    height: 140px;
}

.hyShareType .dl_1.clear dd a p {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 100px;
    line-height: 40px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: rgba(7,50,192,0.5);
}

.iPro3 .hyShareType .dl_1.clear dd a p {
    background: url(/template/images/bj_jiao.png?v=9) no-repeat center bottom;
    height: 61px;
    line-height: 180%;
    top: 79px;
}

.iPro3 .hyShareType .dl_1.clear dd a:hover p {
    background: none;
    background-color: rgba(7,50,192,0.5);
    line-height: 40px;
}

.hyShareType .dl_1.clear dd a p span {
    display: inline-block;
    padding-left: 30px;
    text-shadow: 1px 2px 1px #333;
}

.iPro3 .hyShareType .dl_1.clear dd a p span {
    padding-left: 0;
    padding-top: 28px;
}

.hyShareType .dl_1.clear dd a:hover p, .hyShareType .dl_1.clear dd a.currentNav p {
    top: 0;
    height: 140px;
}

.hyShareType .dl_1.clear dd a:hover p span, .hyShareType .dl_1.clear dd a.currentNav p span {
    padding-left: 0;
    display: block;
    width: 184px;
    height: 72px;
    background-position: center !important;
    padding-top: 68px;
    background-position-y: 48px !important;
}

.new {
    padding-top: 130px;
    min-height: 991px;
    background: url(/template/images/wang.jpg?v=8);
}

.new .content {
    padding-top: 45px;
}

.new .content .line_1 {
    height: 49px;
    text-align: center;
    border-bottom: 2px solid #e7e5e5;
}

.new .content .line_1 a {
    cursor: pointer;
    float: left;
    margin-right: 100px;
    width: 151px;
    line-height: 180%;
    position: relative;
    height: 48px;
    overflow: hidden;
}

.new .content .line_1 a:nth-child(1) {
    background: url(/template/images/new_01.png?v=9) no-repeat;
}

.new .content .line_1 a:nth-child(2) {
    background: url(/template/images/new_02.png?v=9) no-repeat;
}

.new .content .line_1 a:nth-child(3) {
    background: url(/template/images/new_03.png?v=9) no-repeat;
}

.new .content .line_1 a:nth-child(4) {
    background: url(/template/images/new_04.png?v=9) no-repeat;
}

.new .content .line_1 a.more {
    float: right;
    color: #cf0505;
    font-size: 15px;
    margin-right: 0;
    width: auto;
    height: auto;
    padding-top: 14px;
}

.new .content .line_1 a p {
    margin: 0px;
    position: absolute;
    top: 100px;
}

.new .content .line_1 a .cn {
    font-size: 19px;
}

.new .content .line_1 a .en {
    font-size: 12px;
}

.new .content .line_2 {
    padding-top: 26px;
}

.shareTitle {
    background: url(/template/images/t1.png?v=9) no-repeat center top;
    min-height: 95px;
    text-align: center;
    letter-spacing: 1px;
}

.shareTitle .en {
    color: #a2a2a2;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.shareTitle .cn {
    font-size: 27px;
    padding-bottom: 9px;
    padding-top: 22px;
    color: #2a2a2a;
    letter-spacing: 2px;
}

.shareTitle .cn svg {
    width: 110px;
    height: 34px;
    position: relative;
    top: 7px;
    display: inline-block;
    padding-left: 3px;
}

.shareTitle .cn img {
    position: relative;
    top: 4px;
    padding-left: 3px;
}

.shareTitle .cn img.txt6 {
    top: 10px;
}

.shareTitle span {
    font-weight: bold;
    position: relative;
    color: #f32416;
    display: inline-block;
}

.shareTitle .one {
    font-size: 15px;
    color: #525252;
}

.shareTitle .one span {
    color: #e95311;
}

.new .center .content .line_2 .ul_1.clear li {
    float: left;
    color: #000;
    width: 282px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-right: 21px;
    height: 297px;
    margin-bottom: 27px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.new .center .content .line_2 .ul_1.clear li:nth-child(3), .new .center .content .line_2 .ul_1.clear li:nth-child(7) {
    margin-right: 0;
}

.new .center .content .line_2 .ul_1.clear li .sBox {
    padding: 0 20px;
}

.new .center .content .line_2 .ul_1.clear li .s1 a img {
    display: block;
}

.new .center .content .line_2 .ul_1.clear li .s2 {
    font-size: 16px;
    line-height: 47px;
    text-align: center;
}

.new .center .content .line_2 .ul_1.clear li .s2 a {
    border-bottom: 1px solid #e5e5e5;
}

.new .center .content .line_2 .ul_1.clear li .s3 {
    font-size: 15px;
    padding-top: 10px;
    line-height: 150%;
}

.new .center .content .line_2 .ul_1.clear li .s4 {
    font-size: 14px;
    line-height: 23px;
    padding-top: 17px;
}

.new .center .content .line_2 .ul_1.clear li .s4 .dl_1.clear .sub_right {
    font-size: 13px;
}

.new .center .content .line_2 .ul_1.clear li .s4 .dl_1.clear .sub_right a {
    display: inline-block;
    color: #cf0505;
    width: 73px;
    border: 1px solid #cf0505;
    border-radius: 100px;
    text-align: center;
    text-transform: uppercase;
}

.new .center .content .line_2 .ul_1.clear .first {
    width: 587px;
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 6px;
}

.new .center .content .line_2 .ul_1.clear .first .one a img {
    display: block;
}

.new .center .content .line_2 .ul_1.clear .first .two {
    color: #fff;
    position: absolute;
    top: 160px;
    background: rgba(3,31,123,0.5);
    height: 100px;
    padding: 20px 38px;
    padding-top: 17px;
    width: 511px;
}

.new .center .content .line_2 .ul_1.clear .first .two .s_1 {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    line-height: 30px;
    padding-bottom: 6px;
}

.new .center .content .line_2 .ul_1.clear .first .two .s_1 .sub_left {
    width: 75%;
}

.new .center .content .line_2 .ul_1.clear .first .two .s_1 .dl_1.clear .sub_left a {
    font-size: 23px;
    color: #fff;
    font-weight: bold;
}

.new .center .content .line_2 .ul_1.clear .first .two .s_1 .dl_1.clear .sub_right a {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    width: 88px;
    text-align: center;
    display: inline-block;
}

.new .center .content .line_2 .ul_1.clear .first .two .s_2 {
    font-size: 16px;
    padding-top: 8px;
    line-height: 170%;
}

.f_feedback {
    padding-top: 90px;
    min-height: 449px;
    background: url(/template/images/bj5.jpg?v=8) no-repeat center top;
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 3px 5px #ddd;
    position: relative;
}

.f_feedback .left {
    width: 622px;
    padding-top: 9px;
    padding-left: 43px;
}

.f_feedback .right {
    padding-top: 53px;
    font-size: 15px;
    width: 465px;
    color: #222;
    line-height: 180%;
}

.f_feedback input[type="text"], .f_feedback textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 5px;
    width: 97.5%;
    font-size: 16px;
    background: none;
    /* border: 1px solid #e0e0e0; */
}

.f_feedback input[type="text"] {
    height: 39px;
    width: 267px;
    margin-bottom: 13px;
    line-height: 40px;
    text-indent: 30px;
}

.f_feedback textarea {
    display: inline-block;
    width: 284px;
    height: 115px;
    padding-left: 45px;
    padding-top: 12px;
}

.f_feedback input.bt_1, .f_feedback input.bt_2 {
    text-align: center;
    width: 137px;
    line-height: 35px;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    background: #f2420c;
    height: 35px;
    border: 0;
}

.f_feedback input.bt_1 {
    background: none;
    line-height: 36px;
    height: 36px;
    width: 332px;
    background: none;
}

.f_feedback .shareTitle {
    background: none;
}

.f_feedback .ul_1 .left .sub_left {
    width: 277px;
}

.f_feedback .left .bt {
    text-align: center;
}

.f_feedback .right span {
    font-weight: bold;
    color: #0057b0;
}

.f_feedback .center .content .ul_1.clear .left form .dl_1.clear {
    padding-top: 16px;
}

.f_feedback .center .content .ul_1.clear .right .one {
    font-size: 25px;
}

.f_feedback .center .content .ul_1.clear .right .one span {
    color: #cc070c;
    font-weight: bold;
}

.f_feedback .center .content .ul_1.clear .right .two {
    font-size: 16px;
    padding-top: 2px;
}

.f_feedback .center .content .ul_1.clear .right .three {
    font-size: 17px;
    padding-top: 19px;
    padding-left: 35px;
    line-height: 45px;
}

.f_feedback .center .content .dl_5.clear {
    padding-top: 120px;
    line-height: 150%;
}

.f_feedback .center .content .dl_5.clear .l_1.sub_left {
    color: #333;
    font-size: 25px;
    padding-left: 148px;
    width: 650px;
    padding-top: 10px;
}

.f_feedback .center .content .dl_5.clear .l_1.sub_left .s1 {
    font-weight: bold;
    letter-spacing: 1px;
}

.f_feedback .center .content .dl_5.clear .l_1.sub_left .s1 span {
    color: #cc070c;
}

.f_feedback .center .content .dl_5.clear .l_1.sub_left .s2 {
    font-size: 12px;
    transform: scale(0.8);
    transform-origin: 0;
    text-transform: uppercase;
}

.f_feedback .center .content .dl_5.clear .l_2.sub_left {
    color: #000;
    line-height: 150%;
}

.f_feedback .center .content .dl_5.clear .l_2.sub_left .s1 {
    font-size: 16px;
    padding-bottom: 4px;
}

.f_feedback .center .content .dl_5.clear .l_2.sub_left .s2 {
    font-size: 22px;
    font-weight: bold;
}

.f_feedback .center .content .dl_5.clear .l_3.sub_right a {
    width: 180px;
    height: 36px;
    display: inline-block;
}

.f_feedback .center .content .dl_5.clear .l_3.sub_right {
    padding-top: 15px;
}

.f_contact {
    color: #333;
    min-height: 326px;
    background: url(/template/images/wang.jpg?v=8);
    font-size: 15px;
    padding-top: 95px;
}

.f_contact .center .ul_1.clear .l_1.left {
    width: 120px;
    padding-right: 38px;
}

.f_contact .center .ul_1 li .one {
    font-size: 21px;
    font-family: ACaslonPro-Bold;
    text-transform: uppercase;
}

.f_contact .center .ul_1.clear .l_1.left .two a {
    display: block;
    line-height: 40px;
}

.f_contact .center .ul_1.clear .l_2.left {
    width: 440px;
    padding-right: 41px;
}

.f_contact .center .ul_1.clear .l_3.left {
    width: 400px;
}

.f_contact .center .ul_1.clear .l_3.left .two .s2 {
    font-size: 28px;
    font-weight: bold;
    color: #1144a3;
    padding-top: 1px;
}

.f_contact .center .ul_1.clear .l_4.right .s1 {
    text-align: center;
}

.f_contact .center .ul_1.clear .two {
    padding-top: 5px;
}

.f_contact .center .ul_1.clear .l_2 .two a {
    float: left;
    line-height: 40px;
    width: 136px;
    margin-right: 10px;
}

.f_contact .center .ul_1.clear .l_2 .two a:nth-child(3), .f_contact .center .ul_1.clear .l_2 .two a:nth-child(6), .f_contact .center .ul_1.clear .l_2 .two a:nth-child(9), .f_contact .center .ul_1.clear .l_2 .two a:nth-child(12), .f_contact .center .ul_1.clear .l_2 .two a:nth-child(15) {
    margin-right: 0;
}

.f_contact .center .ul_1.clear .l_3.left .two {
}

.f_contact .center .ul_1.clear .l_3.left .two .s1 {
    padding-top: 7px;
}

.f_contact .center .ul_1.clear .l_3.left .two .s3 {
    line-height: 39px;
    padding-left: 29px;
    padding-top: 15px;
    background: url(/template/images/ico21.png?v=9) no-repeat center left;
    background-position-y: 29px;
    background-position-x: 4px;
    font-size: 15px;
}

.f_contact .center .ul_1.clear .l_4.right {
    padding-top: 0px;
}

.f_contact .center .ul_1.clear .l_4.right .s1 .sTxt {
    line-height: 35px;
}

.bq {
    line-height: 220%;
    font-size: 14px;
    background: #333333;
    color: #fff;
    padding: 20px 0;
}

.bq img {
    vertical-align: middle;
}

.bq a {
    color: #fff !important;
}

.bq span, .bq p {
    color: #fff !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.bq .left {
    width: 780px;
}

.bq .right {
    line-height: 180%;
    width: 330px;
}

.reXiao {
    padding-top: 120px;
    padding-bottom: 80px;
}

.reXiao .center .content {
    padding-top: 30px;
}

.reXiao .center .content .dl_1.clear {
    padding-bottom: 16px;
    background: url(/template/images/bm.png?v=9) no-repeat center bottom;
    margin-bottom: 30px;
}

.reXiao .center .content .dl_1.clear .sub_left {
    width: 221px;
}

.reXiao .center .content .dl_1.clear .sub_left a img {
    display: block;
}

.reXiao .center .content .dl_1.clear .sub_right {
    width: 978px;
    min-height: 336px;
    border: 1px solid #eee;
    border-left: 0;
}

.reXiao .center .content .dl_1.clear .sub_right .one {
    min-height: 50px;
    border-bottom: 3px solid #014da1;
}

.reXiao .center .content .dl_1.clear .sub_right .one a {
    display: block;
    min-height: 50px;
    width: 100px;
    float: right;
}

.reXiao .center .content .dl_1.clear .sub_right .two {
    padding: 25px;
    padding-bottom: 0;
    padding-right: 0;
    width: 950px;
}

.reXiao .center .content .dl_1.clear .sub_right .two a {
    color: #262727;
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    margin-right: 19px;
}

.reXiao .center .content .dl_1.clear .sub_right .two a:nth-child(4) {
    margin-right: 0;
}

.reXiao .center .content .dl_1.clear .sub_right .two a .s1 img {
    width: 219px;
    height: 211px;
    display: block;
}

.about {
    padding: 92px 0;
    background: url(/template/images/bj4.jpg?v=8) no-repeat center top;
    min-height: 829px;
    padding-bottom: 0;
}

.about .shareTitle {
    background: none;
}

.about .shareTitle .cn {
    padding-bottom: 7px;
}

.about .shareTitle .cn span {
    color: #ff5400;
}

.about .content {
    padding: 54px;
    padding-top: 80px;
}

.about .content .line_1,.about .content .line_1 p,.about .content .line_1 span {
    font-size: 16px;
    color: #3d3d3d;
    line-height: 200%;
}

.about .content .line_1 p {
    margin: 0;
    padding: 2px 0;
}

.about .content .line_1 {
    padding-bottom: 23px;
    padding-top: 20px;
    text-align: justify;
}

.about .center .content .sTitle .dl_1.clear .sub_left {
    color: #052a78;
    font-size: 22px;
}

.about .center .content .sTitle .dl_1.clear .sub_left img {
    position: relative;
    top: 3px;
}

.about .center .content .sTitle .dl_1.clear .sub_right a {
    font-size: 14px;
    color: #052a78;
    line-height: 29px;
    width: 84px;
    border: 1px solid #052a78;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
}

.about .center .content .line_2 {
    color: #000;
    padding-top: 103px;
    letter-spacing: 1px;
}

.about .center .content .line_2 .dl_3.clear dd {
    float: left;
    width: 192px;
    margin-right: 90px;
}

.about .center .content .line_2 .dl_3.clear dd:nth-child(2) {
    margin-right: 98px;
}

.about .center .content .line_2 .dl_3.clear dd:nth-child(3) {
    width: 207px;
    margin-right: 96px;
}

.about .center .content .line_2 .dl_3.clear dd:nth-child(4) {
    margin-right: 0;
    width: 214px;
}

.about .center .content .line_2 .dl_3.clear dd .s1 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.about .center .content .line_2 .dl_3.clear dd .s2 {
    color: #333;
    line-height: 170%;
    letter-spacing: 0.5px;
    padding-top: 11px;
}

.typeNav {
    background: #fff;
    border: 1px solid #e5e5e5;
}

.left_Title {
    width: 251px;
    color: #000;
    display: table-cell;
    vertical-align: middle;
    height: 97px;
    background: url(/template/images/proTitle.jpg?v=8) no-repeat bottom left;
    text-indent: 49px;
    letter-spacing: 1px;
}

.left_Title .box {
    display: inline-block;
}

.left_Title .s_1 {
    font-size: 24px;
    font-weight: bold;
}

.left_Title .s_2 {
    font-size: 14px;
}

.typeNav.typeNew .left_Title .s_1 {
    font-size: 21px;
    font-weight: bold;
    padding-top: 4px;
}

.typeNav.typeNew .left_Title .s_2 {
    font-size: 14px;
    text-transform: uppercase;
}

.typeNav .left_content {
    font-size: 16px;
}

.typeNav.typeNew .left_content {
    padding-top: 8px;
    padding-bottom: 94px;
}

.typeNav.typeNew .left_content .ul_2 {
    padding: 0 18px;
    width: 214px;
}

.typeNav .left_content a {
    display: block;
}

.typeNav .left_content .bigNav {
    padding-top: 11px;
    margin-bottom: 7px;
}

.typeNav.typeNew .left_content .bigNav {
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px dashed #e5e5e5;
}

.typeNav .left_content .bigNav a {
    font-size: 18px;
    color: #000;
    line-height: 50px;
    border-radius: 3px;
    background: url(/template/images/l_nav.png?v=9) no-repeat center left;
    text-indent: 68px;
    background-position-x: 44px;
}

.typeNav .left_content .bigNav a.currentNew, .typeNav .left_content .bigNav a:hover {
    background: url(/template/images/l_navH.png?v=9) no-repeat center;
    color: #fff;
}

.typeNav .left_content .smallNav {
    background: url(/template/images/l_sub.png?v=9) no-repeat center left;
    background-position-x: 48px;
    background-position-y: -6px;
    padding: 0px 0;
    padding-top: 6px;
}

.typeNav.typeNew .left_content .smallNav {
    background: url(/template/images/l_sub.png?v=9) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav.typeNew .left_content .smallNav a {
    margin-left: 32px;
}

.typeNav .left_content .smallNav a {
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e;
    margin-left: 60px;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
}

.typeNav .left_content .smallNav a.currentNav, .typeNav .left_content .smallNav a:hover {
    color: #fff;
    background-color: #0261c3;
    border-radius: 50px;
    padding: 0 17px;
}

.typeNav.typeNew .left_content .smallNav a:hover {
    padding: 0 10px;
}

.typeNav.typeNew .left_content .smallNav.firstStyle {
    background: url(/template/images/l_subTop.png?v=9) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;

}

.typeNav.typeNew .left_content .smallNav.lastStyle {
    background: url(/template/images/l_subBottom.png?v=9) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav .left_content .smallNav.firstStyle {
    background: url(/template/images/l_subTop.png?v=9) no-repeat center left;
    background-position-x: 48px;
    background-position-y: -6px;
}

.typeNav .left_content .smallNav.lastStyle {
    background: url(/template/images/l_subBottom.png?v=9) no-repeat center left;
    background-position-x: 48px;
    background-position-y: -6px;
}

.lContact2 {
    background: url(/template/images/l_contact2.png?v=9) no-repeat center top;
    min-height: 430px;
}

.lContact2 .content {
    padding-top: 28px;
    line-height: 38px;
    padding-left: 48px;
    padding-right: 10px;
}

.lContact2 .three {
    line-height: 130%;
    padding-top: 28px;
}

.lContact2 .two {
    padding-left: 72px;
    padding-top: 32px;
    line-height: 135%;
}

.lContact2 .two dd {
    padding: 12px 0;
}

.lContact2 .two .s1 {
    font-size: 15px;
}

.lContact2 .two .s2 {
    font-size: 19px;
    font-weight: bold;
}

.lContact2 .one {
    color: #333;
    line-height: 33px;
    font-size: 15px;
    padding-left: 49px;
}

.in_new.baoZhang .right {
    background: url(/template/images/bz.jpg?v=8) no-repeat center top;
    min-height: 2076px;
}

.shareNewRTitle .sub_right {
    position: relative;
}

.shareNewRTitle .sub_right .en {
    color: #cc070c;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 150%;
    position: relative;
    top: 8px;
}

.in_new.baoZhang .center .ul_1.clear .right .line_1 {
    min-height: 1065px;
}

.in_new.baoZhang .center .ul_1.clear .right .line_2 {
    padding-left: 166px;
}

.in_new.baoZhang .center .ul_1.clear .right .line_2 ul {
    padding-bottom: 88px;
}

.in_new.baoZhang .center .ul_1.clear .right .line_2 .bigTxt {
    padding-bottom: 5px;
}

.in_new.baoZhang .center .ul_1.clear .right .line_2 .smallTxt {
    font-size: 16px;
    color: #111;
    line-height: 170%;
}

.shareNewRTitle .dl_1.clear .sub_right a {
    display: inline-block;
    width: 50px;
    height: 41px;
    position: absolute;
    right: 0;
    top: -4px;
}

.aboutShareNav {
    min-height: 60px;
    background: #fff;
    padding-top: 56px;
}

.aboutShareNav .dl_2 {
}

.aboutShareNav dd {
    float: left;
    width: 151px;
    text-align: center;
    margin-right: 194px;
}

.aboutShareNav dd:nth-child(5) {
    margin-right: 0;
}

.aboutShareNav a {
    display: block;
    font-size: 18px;
    line-height: 120%;
    min-height: 60px;
    color: #000;
    text-indent: 24px;
    padding-top: 5px;
}

.aboutShareNav a:hover, .aboutShareNav a:hover .en {
    color: #cc070c;
}

.aboutShareNav a .en {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    transform: scale(0.9);
}

.aboutShareNav a span {
    display: block;
}

.aboutShareNav dd:hover {
    background: url(/template/images/jiao3.png?v=9) no-repeat center bottom;
}

.aboutShareNav dd:nth-child(2) {
    margin-right: 208px;
    width: 162px;
}

.aboutShareNav dd:nth-child(3) {
    margin-right: 204px;
    width: 155px;
}

.aboutShareNav dd:nth-child(4) {
    margin-right: 0;
    width: 125px;
    text-align: right;
}

.aboutShareNav dd:nth-child(1) a {
    background: url(/template/images/aboutNav_01.png?v=9) no-repeat;
    background-position-x: 14px;
    background-position-y: 6px;
}

.aboutShareNav dd:nth-child(2) a {
    background: url(/template/images/aboutNav_02.png?v=9) no-repeat;
    background-position-x: 14px;
    background-position-y: 6px;
    text-indent: 24px;
}

.aboutShareNav dd:nth-child(3) a {
    background: url(/template/images/aboutNav_03.png?v=9) no-repeat;
    background-position-x: 14px;
    background-position-y: 6px;
    text-indent: 19px;
}

.aboutShareNav dd:nth-child(4) a {
    background: url(/template/images/aboutNav_04.png?v=9) no-repeat;
    background-position-x: 17px;
    background-position-y: 0px;
    text-indent: 0;
}

.aboutShareNav dd:nth-child(4) a .cn {
    letter-spacing: 1px;
}

.aboutShareNav dd:nth-child(4) a .en {
    transform-origin: 159px;
    padding: 0;
    margin: 0;
}

.aboutShareNav dd:nth-child(1) a:hover {
    background: url(/template/images/aboutNavH_01.png?v=9) no-repeat;
    background-position-x: 14px;
    background-position-y: 6px;
}

.aboutShareNav dd:nth-child(2) a:hover {
    background: url(/template/images/aboutNavH_02.png?v=9) no-repeat;
    background-position-x: 14px;
    background-position-y: 6px;
}

.aboutShareNav dd:nth-child(3) a:hover {
    background: url(/template/images/aboutNavH_03.png?v=9) no-repeat;
    background-position-x: 14px;
    background-position-y: 6px;
}

.aboutShareNav dd:nth-child(4) a:hover {
    background: url(/template/images/aboutNavH_04.png?v=9) no-repeat;
    background-position-x: 17px;
    background-position-y: 0px;
}

.proShow {
    padding: 67px 0;
}

.proShow .content {
    padding-top: 23px;
}

.proShow .center .content .box_1 {
    padding: 38px 31px;
    padding-top: 67px;
}

.proShow .shareRightTitle {
    line-height: 21px;
    padding: 28px 31px;
    padding-top: 53px;
    padding-bottom: 0;
}

.proShow .shareRightTitle .dl_2 {
}

.proShow .center .content .box_1 .sub_left img {
    display: block;
    padding: 8px;
    border: 1px solid #eee;
}

.proShow .center .content .box_1 .sub_right {
    width: 672px;
    padding-right: 10px;
}

.proShow .content .box_1 .sub_right .canShu {
    background: url(/template/images/line11.png?v=9) top left;
}

.proShow .content .box_1 .sub_right .canShu p {
    margin: 0 !important;
    padding: 0 !important;
}

.proShow .content .box_1 .sub_right .canShu, .proShow .content .box_1 .sub_right .canShu p, .proShow .content .box_1 .sub_right .canShu span, .proShow .content .box_1 .sub_right .canShu td {
    font-size: 16px !important;
}

.proShow .content .box_1 .sub_right .canShu table {
    border-collapse: collapse !important;
    background: none !important;
    width: 100% !important;
}

.proShow .content .box_1 .sub_right .canShu table, .proShow .content .box_1 .sub_right .canShu td {
    border: 0 !important;
}

.proShow .content .box_1 .sub_right .canShu td {
    line-height: 55px !important;
    padding: 0 !important;
    color: #333 !important;
    font-size: 16px !important;
    padding-left: 8px !important;
}

.proShow .content .box_1 .sub_right .bt {
    padding-top: 25px;
}

.proShow .content .box_1 .sub_right .bt a, .proShow .content .box_1 .sub_right .bt .shareTel {
    display: inline-block;
    vertical-align: middle;
}

.proShow .content .box_1 .sub_right .two {
    font-size: 16px;
    color: #cc070c;
    line-height: 53px;
    border-bottom: 1px solid #eee;
}

.proShow .center .content .box_2 {
    min-height: 1250px;
    background: url(/template/images/inPro_02.jpg?v=8) no-repeat center top;
    background-size: cover;
}

.proShow .center .content .box_2 .r_1 {
    padding: 0 53px;
    padding-top: 46px;
}

.proShow .center .content .box_2 .r_1 p {
    margin: 0 !important;
    padding: 0 !important;
}

.proShow .center .content .box_2 .r_1 table {
    border-collapse: collapse !important;
    background: rgba(255,255,255,0.5) !important;
    width: 100% !important;
}

.proShow .center .content .box_2 .r_1, .proShow .center .content .box_2 .r_1 p, .proShow .center .content .box_2 .r_1 span, .proShow .center .content .box_2 .r_1 td {
    font-size: 16px !important;
    line-height: 160% !important;
    color: #222 !important;
}

.proShow .center .content .box_2 .r_1 table, .proShow .center .content .box_2 .r_1 td {
    border: 1px solid #3872b5 !important;
}

.proShow .center .content .box_2 .r_1 td {
    margin: 0 !important;
    padding: 10px !important;
    text-align: center !important;
    height: 83px !important;
}

.proShow .center .content .box_2 .r_1 tr:nth-child(1) td {
    font-size: 19px !important;
    font-weight: bold !important;
    background-color: #c9f2f2 !important;
}

.proShow .center .content .box_2 .r_1 tr td:nth-child(1) {
    width: 237px !important;
}

.proShow .center .content .box_2 .r_1 tr td:nth-child(2) {
    width: 338px !important;
}

.proShow .center .content .box_2 .r_1 tr td:nth-child(3) {
    width: 173px !important;
}

.proShow .center .content .box_2 .r_1 tr td:nth-child(4) {
    width: 173px !important;
}

.proShow .center .content .box_2 .r_1 tr td:nth-child(5) {
    width: 173px !important;
}

.proShow .center .content .box_2 .r_2 {
    padding-top: 130px;
}

.in_about {
}

.in_about .Box_1 {
    min-height: 650px;
    background: url(/template/images/company.png?v=9) no-repeat center top;
    padding-top: 116px;
    background-position-y: 126px;
    padding-bottom: 100px;
}

.in_about .Box_1 .center .sTitle {
    text-align: center;
    padding-left: 86px;
    line-height: 30px;
}

.in_about .Box_1 .center .sTitle span {
    display: inline-block;
}

.in_about .Box_1 .center .sTitle .s1 {
    font-size: 24px;
    color: #052a78;
    position: relative;
    top: -2px;
    left: 2px;
}

.in_about .Box_1 .center .sTitle .s3 {
    font-size: 15px;
    color: #fff;
    position: relative;
    top: -5px;
    left: 12px;
    letter-spacing: 1px;
}

.in_about .Box_1 .center .sContent {
    padding-top: 24px;
}

.in_about .Box_1 .center .sContent .line_1 {
    text-align: justify;
    width: 590px;
    min-height: 352px;
}

.in_about .Box_1 .center .sContent .line_1, .in_about .Box_1 .center .sContent .line_1 p, .in_about .Box_1 .center .sContent .line_1 span {
    color: #333 !important;
    font-size: 15px !important;
    line-height: 31px !important;
    text-indent: 0 !important;
    letter-spacing: 1px !important;
}

.in_about .Box_1 .center .sContent .line_1 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 8px !important;
}

.in_about .Box_1 .center .sContent .line_2 {
    font-size: 15px;
    color: #000;
    padding-top: 119px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li {
    float: left;
    text-align: center;
    width: 257px;
    letter-spacing: 1px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li:nth-child(1) {
    width: 191px;
    margin-right: 136px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li:nth-child(2) {
    width: 197px;
    margin-right: 127px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li:nth-child(3) {
    width: 211px;
    margin-right: 128px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li:nth-child(4) {
    width: 208px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li .s1 {
    font-weight: bold;
    padding-bottom: 11px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li .s2 {
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: left;
    padding-left: 2px;
}

.in_about .Box_2 {
    min-height: 993px;
    background: url(/template/images/company2.jpg?v=8) no-repeat center top;
}

.in_about .Box_2 .center .sContent {
    padding-top: 43px;
}

.in_about .Box_2 .center .sContent .line_1 {
    font-size: 16px;
    color: #1e1e1e;
    padding-left: 212px;
}

.in_about .Box_2 .center .sContent .line_2 {
    padding: 30px 96px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left {
    width: 370px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .right {
    color: #000;
    font-size: 16px;
    line-height: 40px;
    width: 443px;
    padding-top: 18px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .one {
    font-weight: bold;
    color: #484848;
    padding-top: 20px;
    padding-left: 16px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .one .s1 {
    font-size: 24px;
    letter-spacing: 2.5px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .one .s2 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two {
    padding-top: 16px;
    padding-left: 3px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two .dl_1.clear .sub_left {
    text-align: center;
    width: 120px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two .dl_1.clear .sub_right {
    line-height: 140%;
    padding-top: 8px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two .dl_1.clear .sub_right .sub_1 {
    padding-bottom: 27px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two .dl_1.clear .sub_right .s1 {
    font-size: 14px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two .dl_1.clear .sub_right .s2 {
    font-size: 23px;
    color: #060385;
    font-weight: bold;
}

.Box_3 {
    padding-top: 75px;
}

.Box_3 .center .sContent {
    position: relative;
    padding-top: 15px;
}

.Box_3 .center .sContent .luXian {
    background: url(/template/images/luXian.png?v=9) no-repeat center top;
    width: 418px;
    height: 481px;
    position: absolute;
    top: 55px;
    right: 20px;
    z-index: 999;
    text-align: center;
    line-height: 180%;
}

.Box_3 .center .sContent .luXian .one {
    padding-top: 116px;
}

.Box_3 .center .sContent .luXian .two {
    padding-top: 108px;
}

.Box_3 .center .sContent .luXian .s1 {
    font-size: 18px;
    color: #060385;
    padding-bottom: 20px;
}

.Box_3 .center .sContent .luXian .s2 {
    font-size: 14px;
    color: #1f1f1f;
}

.proType {
}

.proType .sTitle {
    padding-bottom: 38px;
    text-align: center;
}

.proType .sTitle a {
    display: inline-block;
    width: 208px;
    height: 79px;
    line-height: 68px;
    font-size: 28px;
    color: #000;
    text-indent: 52px;
}

.proType .sTitle a:nth-child(1) {
    background: url(/template/images/proNav_01.png?v=9) no-repeat;
}

.proType .sTitle a:nth-child(2) {
    background: url(/template/images/proNav_02.png?v=9) no-repeat;
    text-indent: 35px;
}

.proType .sTitle a:nth-child(1).cur {
    background: url(/template/images/proNavH_01.png?v=9) no-repeat;
}

.proType .sTitle a:nth-child(2).cur {
    background: url(/template/images/proNavH_02.png?v=9) no-repeat;
}

.proType .sTitle a.cur {
    color: #fff;
    font-weight: bold;
}

.hyShareType2 {
}

.hyShareType2 .dl_1 dd {
    float: left;
    width: 184px;
    height: 107px;
    overflow: hidden;
    margin-right: 19px;
    margin-bottom: 19px;
    background-color: #fff;
}

.hyShareType2 .dl_1.clear dd:nth-child(6), .hyShareType2 .dl_1.clear dd:nth-child(12), .hyShareType2 .dl_1.clear dd:nth-child(18), .hyShareType2 .dl_1.clear dd:nth-child(24) {
    margin-right: 0;
}

.hyShareType2 .dl_1.clear dd a {
    display: block;
    position: relative;
    border: 1px solid #e5e5e5;
    height: 105px;
    overflow: hidden;
}

.hyShareType2 .dl_1.clear dd a img.typePic {
    width: 184px;
    height: 140px;
    position: relative;
    top: -43px;
}

.hyShareType2 .dl_1.clear dd a .txt {
    display: block;
    font-size: 16px;
    color: #333;
    position: absolute;
    top: 69px;
    line-height: 36px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #fff;
}

.hyShareType2 .dl_1.clear dd a .txt p {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    padding: 0;
    padding-left: 26px;
}

.hyShareType2 .dl_1.clear dd a.currentNav, .hyShareType2 .dl_1.clear dd a:hover {
    border: 1px solid #e60012;
}

.hyShareType2 .dl_1.clear dd a:hover .txt span, .hyShareType2 .dl_1.clear dd a.currentNav .txt span {
    color: #d6150d;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(243, 36, 22)), to(rgba(179, 3, 3, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.proShow .content .showMainBox {
    position: relative;
}

.proShow .content .showMainBox .line_4 {
    background: #f9fafb;
    padding: 38px 33px;
    border-radius: 15px;
    font-size: 17px;
    padding-bottom: 33px;
}

.proShow .content .showMainBox .sTitle img {
    vertical-align: middle;
}

.proShow .content .showMainBox .line_3 img {
    vertical-align: middle;
}

.proShow .content .showMainBox .line_1 {
    background: url(/template/images/newbj2.png?v=9) no-repeat center;
    min-height: 295px;
    padding: 38px 55px;
    width: 1090px;
    line-height: 200%;
    padding-top: 45px;
    padding-bottom: 0;
    margin-bottom: 50px;
    background-size: cover;
    border-radius: 15px;
}

.proShow .content .showMainBox .line_1 .sub_left {
    width: 780px;
    padding-top: 8px;
}

.proShow .content .showMainBox .line_1 .sub_right {
}

.proShow .content .showMainBox .line_1 .sub_left .one {
    font-size: 21px;
    font-weight: bold;
}

.proShow .content .showMainBox .line_1 .sub_left .two {
    font-size: 17px;
    padding: 15px 0;
    text-align: justify;
    letter-spacing: 2px;
    text-indent: 2.2rem;
    line-height: 220%;
    padding-bottom: 35px;
    min-height: 93px;
}

.proShow .content .showMainBox .line_1 .sub_left .three {
    font-size: 16px;
    text-align: right;
}

.proShow .content .showMainBox .line_1 .sub_left .three a {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    line-height: 47px;
    width: 189px;
    text-align: center;
    margin-left: 13px;
}

.proShow .content .showMainBox .line_1 .sub_right .one {
}

.proShow .content .showMainBox .line_1 .sub_right .two {
}

.proShow .content .showMainBox .line_1 .sub_right .one img {
}

.proShow .content .showMainBox .line_1 .sub_right .two .telBox {
    padding-left: 65px;
    background: url(/template/images/ps_06.png?v=9) no-repeat center left;
    line-height: 150%;
}

.proShow .content .showMainBox .line_1 .sub_right .two .telBox .sub_1 {
    font-size: 15px;
}

.proShow .content .showMainBox .line_1 .sub_right .two .telBox .sub_2 {
    font-size: 20px;
    font-weight: bold;
    color: #204cce;
}

.proShow .content .showMainBox .line_1 .sub_left .three a:nth-child(1) {
    background: url(/template/images/ps_03.png?v=9) no-repeat center top;
}

.proShow .content .showMainBox .line_1 .sub_left .three a:nth-child(2) {
    background: url(/template/images/ps_04.png?v=9) no-repeat center top;
    width: 187px;
}

.proShow .content .showMainBox .line_1 .sub_left .three a:nth-child(3) {
    background: url(/template/images/ps_05.png?v=9) no-repeat center top;
    width: 171px;
    color: #976200;
    text-indent: 28px;
}

.proShow .content .showMainBox .proTitle {
    font-size: 21px;
    line-height: 50px;
    background: url(/template/images/ps_09.png?v=9) no-repeat center left;
    padding-left: 48px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.proShow .content .showMainBox .proTitle span {
    font-weight: bold;
}

.proShow .content .showMainBox .line_2 {
    background: url(/template/images/newbj3.png?v=9) no-repeat;
    min-height: 333px;
    padding: 30px 35px;
    width: 1130px;
    background-size: 100% 100%;
    margin-bottom: 50px;
}

.proShow .content .showMainBox .line_2 .sub_left {
    width: 333px;
}

.proShow .content .showMainBox .line_2 .sub_right {
    width: 760px;
}

.proShow .content .showMainBox .line_2 .sub_left img {
    width: 329px;
}

.proShow .content .showMainBox .line_2 .sub_right table {
    background: none !important;
    width: 100% !important;
}

.proShow .content .showMainBox .line_2 .sub_right table,.proShow .content .showMainBox .line_2 .sub_right td {
    border: 0 !important;
}

.proShow .content .showMainBox .line_2 .sub_right td,.proShow .content .showMainBox .line_2 .sub_right p,.proShow .content .showMainBox .line_2 .sub_right span {
    font-size: 17px !important;
}

.proShow .content .showMainBox .line_2 .sub_right p {
    margin: 0 !important;
}

.proShow .content .showMainBox .line_2 .sub_right table tr {
    border-bottom: 1px dotted #ccc !important;
}

.proShow .content .showMainBox .line_2 .sub_right td {
    padding: 13px 5px;
    line-height: 180%;
}

.proShow .content .showMainBox .line_2 .sub_right td:nth-child(1) {
    font-weight: bold !important;
    background: url(/template/images/ps_13.png?v=9) no-repeat;
    padding-left: 20px;
    vertical-align: top;
    background-position-y: 25px;
}

.proShow .content .showMainBox .line_4 .call_1 {
    text-align: right;
    line-height: 50px;
}

.proShow .content .showMainBox .line_4 .call_1 span {
    font-weight: bold;
    font-size: 20px;
    vertical-align: bottom;
    color: #204cce;
}

.proShow .content .showMainBox .line_4 .call_1 .s_right {
    padding-left: 80px;
    background: url(/template/images/ps2_03.png?v=9) no-repeat;
}

.proShow .content .showMainBox .line_5 {
    padding-top: 50px;
}

.proShow .content .showMainBox .line_5 .sTitle {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    padding-top: 33px;
    background: url(/template/images/txt3.png?v=9) no-repeat center top;
}

.proShow .content .showMainBox .call_2 {
    background: url(/template/images/ps2_01.png?v=9) no-repeat top center;
    min-height: 52px;
    padding-top: 53px;
    position: relative;
    width: 1200px;
    left: -33px;
    bottom: 0;
    background-position-x: 143px;
}

.proShow .content .showMainBox .call_2 .s_left {
    font-size: 21px;
    font-weight: bold;
    text-indent: 255px;
}

.proShow .content .showMainBox .call_2 .s_right {
    padding-left: 39px;
    background: url(/template/images/ps2_05.png?v=9) no-repeat;
    line-height: 31px;
    padding-right: 126px;
}

.proShow .content .showMainBox .call_2 .s_right span {
    font-weight: bold;
    font-size: 21px;
    vertical-align: bottom;
    color: #204cce;
}

.proShow .content .showMainBox .line_1 .sub_left .one h1 {
    margin: 0;
    padding: 0;
    font-size: 21px;
    display: inline-block;
}

.proShow .content .showMainBox .line_5 .sContent {
    text-align: center;
}

.proShow .content .showMainBox .proShareBox.r_2 .pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
}

.proShow .content .showMainBox .proShareBox.r_2 .pro_shareTxt table {
    border-collapse: collapse !important;
    background: rgba(255,255,255,0.5) !important;
    width: 100% !important;
}

.proShow .content .showMainBox .proShareBox.r_2 .pro_shareTxt, .proShow .content .showMainBox .proShareBox.r_2 .pro_shareTxt p, .proShow .content .showMainBox .proShareBox.r_2 .pro_shareTxt span, .proShow .content .showMainBox .proShareBox.r_2 .pro_shareTxt td {
    font-size: 16px !important;
    line-height: 160% !important;
    color: #222 !important;
}

.proShow .content .showMainBox .proShareBox.r_2 .pro_shareTxt table, .proShow .content .showMainBox .proShareBox.r_2 .pro_shareTxt td {
    border: 1px solid #3872b5 !important;
}

.proShow .content .showMainBox .proShareBox.r_2 .pro_shareTxt td {
    margin: 0 !important;
    padding: 10px !important;
    text-align: center !important;
    height: 83px !important;
}

.proShow .content .showMainBox .proShareBox.r_2 .pro_shareTxt tr:nth-child(1) td {
    font-size: 19px !important;
    font-weight: bold !important;
    background-color: #c9f2f2 !important;
}

.proShow .content .showMainBox .proShareBox.r_2 .pro_shareTxt tr td:nth-child(1) {
    width: 237px !important;
}

.proShow .content .showMainBox .proShareBox.r_2 .pro_shareTxt tr td:nth-child(2) {
    width: 338px !important;
}

.proShow .content .showMainBox .proShareBox.r_2 .pro_shareTxt tr td:nth-child(3) {
    width: 173px !important;
}

.proShow .content .showMainBox .proShareBox.r_2 .pro_shareTxt tr td:nth-child(4) {
    width: 173px !important;
}

.proShow .content .showMainBox .proShareBox.r_2 .pro_shareTxt tr td:nth-child(5) {
    width: 173px !important;
}

.shareProItem a.picBox .txt2 {
    padding-top: 0 !important;
    font-size: 15px !important;
}

.shareProItem2 {
    min-height: 383px !important;
    padding-bottom: 20px;
}

.wBody {
    background: url(/template/images/wang.jpg?v=8);
}

.t_search .t_searchUL .right .kyBox, .t_search .t_searchUL .right .searchBox {
    display: inline-block;
}

.iPro .content .bannerBox {
    padding-top: 33px;
}

.iPro .content .bannerBox .sTitle {
    line-height: 30px;
}

.iPro .content .bannerBox .sTitle .dl_1 {
}

.iPro .content .bannerBox .sTitle .sub_left {
    color: #181819;
    font-size: 17px;
}

.iPro .content .bannerBox .sTitle .sub_right {
}

.iPro .content .bannerBox .sTitle .sub_right a {
    color: #d1130c;
    font-size: 15px;
}

.iPro .content .bannerBox .sContent {
    padding-top: 16px;
}

.LiYou .shareTitle {
    background: none;
    text-indent: -15px;
}

.LiYou .shareTitle .cn {
    letter-spacing: 1px;
    padding-bottom: 23px;
}

.LiYou .shareTitle .one {
    text-indent: -11px;
}

.youShi .shareTitle {
    background: none;
}

.youShi .shareTitle .cn {
    padding-bottom: 18px;
}

.youShi .shareTitle .one {
    letter-spacing: 0px;
}

.youShi .shareTitle .cn img {
    padding-right: 4px;
    top: 3px;
}

.youShi .content .sub_right .two span {
    font-size: 21px;
    position: relative;
    top: 1px;
}

.iPro2 .shareTitle {
    background: url(/template/images/t2.png?v=9) no-repeat center top;
}

.iPro2 .shareTitle .cn {
    padding-bottom: 21px;
    padding-top: 26px;
}

.iPro2 .shareTitle .one {
    letter-spacing: 2px;
}

.products {
}

.products .iPro {
    background: none;
}

.newShow .right .mainBox {
    border: 1px solid #e5e5e5;
    padding: 0 36px;
    background-color: #fff;
}

.newShow .right .r_box .newBox .Box_2 .line_2 .two span,.newShow .right .r_box .newBox .Box_2 .line_2 .two a {
    margin: 0 13px;
}

.newShow .right .r_box .newBox .Box_2 .line_2 .two a {
}

.proList .content {
    padding-top: 36px;
}

.page404 {
    padding: 60px 0;
    min-height: 334px;
    background: url(/template/images/404.jpg?v=8) 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;
}

.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;
}

.otherTag {
    line-height: 35px;
    font-size: 17px;
    padding-top: 23px;
}

.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;
}

.jhList {
    padding: 80px 0;
}

.jhList .center {
    width: 1300px;
}

.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 {
}

.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;
    display: block;
    text-align: center;
    text-indent: 0;
}

.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(/template/images/pl_6.png?v=9) 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;
}
