@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: 'BahamasBold';
    src: url('fonts/BahamasBold.eot');
    src: url('fonts/BahamasBold.eot?#iefix') format('embedded-opentype'), url('fonts/BahamasBold.woff') format('woff'), url('fonts/BahamasBold.ttf') format('truetype'), url('fonts/BahamasBold.svg#SingleMaltaRegular') format('svg');
}

@font-face {
    font-family: 'Corbel';
    src: url('fonts/Corbel.eot');
    src: url('fonts/Corbel.eot?#iefix') format('embedded-opentype'), url('fonts/Corbel.woff') format('woff'), url('fonts/Corbel.ttf') format('truetype'), url('fonts/Corbel.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;
}

/* 阴影 */
.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 #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

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 */
}

.grad_2 {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fff, #fff, #fff, #f2f2f2);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fff, #fff, #fff, #f2f2f2);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fff, #fff, #fff, #f2f2f2);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fff, #fff, #fff, #f2f2f2);
    /* 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 {
    padding: 9px 15px;
    color: #666;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    background: #fff;
}

.pageNumber a:hover {
    background: #0898b3;
    color: #fff;
    border: 1px solid #0898b3;
}

.pageNumber .current_page {
    padding: 9px 15px;
    background: #0898b3;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #0898b3;
    margin-right: 5px;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    color: #999;
    vertical-align: middle;
    font-size: 16px;
}

.search input[type="text"] {
    background: url(../images/s_01.png?v=8) no-repeat;
    width: 163px;
    height: 42px;
    line-height: 42px;
    color: #333;
    padding: 0 10px;
    font-size: 13px;
    padding-left: 39px;
}

.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(../images/s_02.png?v=8) no-repeat;
    width: 84px;
    height: 42px;
    cursor: pointer;
}

/* End  共享区 */
.in_banner {
    min-height: 350px;
}

.banner_about {
    background: url("/PC/images/banner_about.jpg?v=10") no-repeat center bottom;
}

.banner_xiaoGuo {
    background: url("/PC/images/banner_xiaoGuo.jpg?v=10") no-repeat center bottom;
}

.banner_jianBie {
    background: url("/PC/images/banner_jianbie.jpg?v=10") no-repeat center bottom;
}

.banner_shengQian {
    background: url("/PC/images/banner_shengQian.jpg?v=10") no-repeat center bottom;
}

.banner_fbSure {
    background: url("/PC/images/banner_fbSure.jpg?v=10") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/PC/images/banner_down.jpg?v=10") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/PC/images/banner_case.jpg?v=10") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/PC/images/banner_contact.jpg?v=10") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_services {
    background: url("/PC/images/banner_services.jpg?v=10") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/PC/images/banner_sitemap.jpg?v=10") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro1 {
    background: url("/PC/images/banner_pro1.jpg?v=10") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro2 {
    background: url("/PC/images/banner_pro2.jpg?v=10") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro3 {
    background: url("/PC/images/banner_pro3.jpg?v=10") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/PC/images/banner_pro.jpg?v=10") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_proShow {
    background: url("/PC/images/banner_proShow.jpg?v=10") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/PC/images/banner_new.jpg?v=10") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/PC/images/banner_fangAn.jpg?v=10") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_oem {
    background: url("/PC/images/banner_oem.jpg?v=10") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_dingzhi {
    background: url("/PC/images/banner_oem.jpg?v=10") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.tb {
    display: table;
    width: 100%;
}

.tb .row {
    display: table-row;
}

.tb .td {
    display: table-cell;
}

.share_line_2 {
    background: url(/PC/images/line_1.png?v=8) no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    height: 6px;
}

.foot {
    background: url(/PC/images/f_contact.jpg) no-repeat center top;
}

.x0 {
    width: 0;
}

.x1 {
    width: 20px;
}

.x2 {
    width: 43px;
}

.x3 {
    width: 69px;
}

.x4 {
    width: 92px;
}

.x5 {
    width: 118px;
}

/*瀑布流层*/
.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;
}

.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;
}

.contact .r_1 {
    font-size: 22px;
    color: #444;
    line-height: 130%;
    padding: 80px 0;
}

.contact .r_1 .center .s_1 {
    padding-bottom: 60px;
    line-height: 150%;
}

.contact .r_1 .center .s_2 {
    padding-bottom: 30px;
}

.contact .r_1 .center .s_2 a {
    display: block;
    color: #339bfa;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 48px;
    background: url(/PC/images/email.png?v=8) 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;
}

.contact .r_3 {
    padding-top: 50px;
    padding-bottom: 90px;
}

.contact .r_3 .center .inline_width.clear li {
    float: left;
    width: 350px;
    margin-right: 74px;
    text-align: center;
}

.contact .r_3 .center .inline_width.clear li:nth-child(3) {
    margin-right: 0;
}

.contact .r_3 .center .inline_width.clear li .s_1 {
    min-height: 53px;
    padding-bottom: 25px;
}

.contact .r_3 .center .inline_width.clear li .s_2 {
    font-size: 20px;
    line-height: 140%;
}

.contact .r_3 .center .inline_width.clear li .s_2 span {
    font-weight: bold;
    color: #339bfa;
}

.contact .r_3 .center .inline_width.clear li.box_1 .s_1 {
    background: url(/PC/images/c_1.png?v=8) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
    background: url(/PC/images/c_2.png?v=8) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
    background: url(/PC/images/c_3.png?v=8) no-repeat center top;
}

.proList {
    padding: 100px 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(/PC/images/t5.png?v=8) 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;
}

/* Star foot fast */
.shareLine {
    background: url(/PC/images/line.jpg?v=10) no-repeat center;
    min-height: 9px;
}

.friendLink a {
    color: #888;
}

.left_shareTitle {
    min-height: 105px;
    line-height: 150%;
    background: url(/PC/images/left_title.png?v=8) no-repeat center;
    color: #fff;
    text-align: center;
    text-indent: 58px;
}

.leftNew .left_shareTitle {
    background: url(/PC/images/left_title2.png?v=8) 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;
}

.typeNav_2 .sContent {
}

.typeNav_2 .sContent .ul_8 {
    width: 100%;
}

.typeNav_2 .sContent a {
    display: block;
}

.typeNav_2 .sContent .bigNav {
    min-height: 101px;
    background: url(/PC/images/lt.jpg?v=10) no-repeat center top;
    font-weight: bold;
    line-height: 200%;
}

.typeNav_2.leftNew .content .bigNav {
    background: url(/PC/images/left_bigNav2.png?v=8) no-repeat center;
    line-height: 56px;
    padding: 12px 0;
}

.typeNav_2.leftNew .content .bigNav:hover {
    background: url(/PC/images/left_bigNav3.png?v=8) no-repeat center;
    background-position-x: 9px;
}

.typeNav_2.leftNew .content .bigNav:hover a {
    color: #fff;
    font-weight: bold;
}

.typeNav_2 .sContent .bigNav a {
    color: #fff;
    display: block;
    padding-left: 106px;
    padding-top: 20px;
}

.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 .sContent .smallNav {
    border-bottom: 1px dotted #ccc;
}

.typeNav_2 .sContent .smallNav a {
    font-size: 18px;
    color: #333;
    line-height: 65px;
    display: block;
    padding-left: 55px;
    background: url(/PC/images/bot.png?v=8) no-repeat center left;
    background-position-x: 15%;
    position: relative;
}

.typeNav_2 .sContent .smallNav a:hover, .typeNav_2 .sContent .smallNav a.currentNav {
    font-weight: bold;
    margin: 0;
    background: url(/PC/images/botH.png?v=8) no-repeat center left;
    background-position-x: 15%;
}

.typeNav_2 .sContent .subBox li:last-child a:hover, .typeNav_2 .sContent .subBox li:last-child a.currentNav {
    font-weight: bold;
    border: 0;
}

.typeNav_2 .sContent .smallNav a:hover h4, .typeNav_2 .sContent .smallNav a.currentNav h4 {
    font-weight: bold;
    background: linear-gradient(to right, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.typeNav_2 .sContent .smallNav.last {
    background: none !important;
}

.typeNav_2 .sContent .smallNav.last a {
    color: #1a52a4 !important;
}

.typeNav_2 .sContent .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 .sContent .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeNav_2 .sContent .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.txt_jianBian {
    position: relative;
    color: #006f77;
}

.txt_jianBian:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #28b9c3;
    -webkit-mask: linear-gradient(to bottom, #006f77, transparent );
}

.top {
    position: relative;
}

.t_bigBox {
    width: 100%;
    position: relative;
    z-index: 50;
}

.t_wel {
    font-size: 15px;
    line-height: 43px;
    color: #666;
    border-bottom: 1px dotted #24c9e1;
}

.t_wel a {
    color: #888;
}

/* Star daoHang */
.shareTitle {
    background: url(/PC/images/title.png?v=8) no-repeat center top;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 60px;
}

.shareTitle .en {
    color: #666;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.shareTitle .cn {
    font-size: 36px;
    font-weight: bold;
    background: linear-gradient(to bottom, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.shareTitle .cn span {
    background: linear-gradient(to right, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.shareTitle .one {
    font-size: 18px;
    color: #333;
    padding-top: 13px;
}

.shareTitle .one span {
    color: #e95311;
}

.heZuo {
}

.heZuo .content {
    padding-top: 50px;
}

.whySelect {
    background: url(/PC/images/bj3.jpg?v=10) no-repeat center;
    background-size: cover;
    min-height: 810px;
}

.whySelect dd {
    float: left;
    color: #797878;
    font-size: 21px;
    width: 393px;
}

.whySelect dd div {
    background: url(/PC/images/ico_1.png?v=8) no-repeat;
    padding-left: 38px;
    min-height: 24px;
    background-position-y: 7px;
    line-height: 180%;
}

.whySelect dd:hover div {
    color: #fff;
    background: url(/PC/images/icoH.png?v=8) no-repeat;
    background-position-y: 7px;
}

.whySelect dd.txt_1 {
    background: url(/PC/images/3_02.png?v=8) no-repeat right top;
    min-height: 78px;
    padding-right: 100px;
    margin-left: 40px;
    width: 353px;
}

.whySelect dd.txt_1:hover {
    background: url(/PC/images/4_03.png?v=8) no-repeat right top;
    background-position-y: -4px;
}

.whySelect dd.txt_2 {
    background: url(/PC/images/3_04.png?v=8) no-repeat top left;
    min-height: 80px;
    padding-left: 105px;
    margin-left: 192px;
    background-position-y: 2px;
    width: 371px;
}

.whySelect dd.txt_2:hover {
    background: url(/PC/images/4_05.png?v=8) no-repeat top left;
    background-position-y: -2px;
}

.whySelect dd.txt_3 {
    background: url(/PC/images/3_09.png?v=8) no-repeat right top;
    min-height: 54px;
    padding-right: 106px;
    padding-top: 80px;
    width: 353px;
    background-position-y: 85px;
}

.whySelect dd.txt_3:hover {
    background: url(/PC/images/4_10.png?v=8) no-repeat right top;
    background-position-y: 85px;
}

.whySelect dd.txt_4 {
    background: url(/PC/images/3_12.png?v=8) no-repeat;
    min-height: 51px;
    padding-left: 113px;
    margin-left: 258px;
    padding-top: 99px;
    width: 355px;
    background-position-y: 88px;
}

.whySelect dd.txt_4:hover {
    background: url(/PC/images/4_13.png?v=8) no-repeat;
    background-position-y: 88px;
}

.whySelect dd.txt_5 {
    background: url(/PC/images/3_17.png?v=8) no-repeat center top;
    padding-top: 100px;
    width: 600px;
    margin-left: 288px;
    margin-top: -16px;
}

.whySelect dd.txt_5:hover {
    background: url(/PC/images/4_18.png?v=8) no-repeat center top;
}

.proType .content {
    font-size: 16px;
}

.proType .content a {
    display: block;
}

.proType .content .bigNav {
    padding-top: 15px;
}

.proType .content .bigNav a {
    font-weight: bold;
    font-size: 23px;
    color: #0c70bb;
    line-height: 44px;
    border-left: 9px solid #0c70bb;
    padding-left: 15px;
}

.proType .content .smallNav {
    clear: both;
    padding: 10px 30px;
    display: inline-block;
    background: url(/PC/images/line5.png?v=8) no-repeat center bottom;
    background-position-x: 6px;
}

.proType .content .smallNav a {
    width: 190px;
    float: left;
    font-size: 18px;
    color: #090909;
    line-height: 39px;
    text-indent: 20px;
    background: url(/PC/images/bot_1.png?v=8) no-repeat center left;
    background-position-y: 13px;
}

.proType .content .smallNav a:hover {
    font-weight: bold;
}

.proType .content .smallNav a.last {
    font-weight: bold;
    color: #0c70bb;
}

.youZhi {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(/PC/images/bj_5.jpg?v=10) no-repeat center top;
}

.youZhi .content {
    padding-top: 35px;
    padding-bottom: 580px;
    background: url(/PC/images/proBig.png?v=8) no-repeat center bottom;
}

.youZhi .content li {
    float: left;
    width: 16.6%;
    color: #111;
    text-align: center;
    line-height: 170%;
    padding-top: 150px;
}

.youZhi .content li .txt_1 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
}

.youZhi .content li .txt_2 {
    font-size: 16px;
    color: #555;
}

.youZhi .content li.item_1 {
    background: url(/PC/images/yz_1.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_2 {
    background: url(/PC/images/yz_2.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_3 {
    background: url(/PC/images/yz_3.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_4 {
    background: url(/PC/images/yz_4.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_5 {
    background: url(/PC/images/yz_5.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_6 {
    background: url(/PC/images/yz_6.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_1:hover {
    background: url(/PC/images/Hyz_01.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_2:hover {
    background: url(/PC/images/Hyz_02.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_3:hover {
    background: url(/PC/images/Hyz_03.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_4:hover {
    background: url(/PC/images/Hyz_04.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_5:hover {
    background: url(/PC/images/Hyz_05.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_6:hover {
    background: url(/PC/images/Hyz_06.png?v=8) no-repeat center top;
    background-position-x: 53px;
}

.shareSmallNav {
    margin-top: 20px;
}

.shareSmallNav .ul_3 {
}

.shareSmallNav .ul_3 li {
    float: left;
    padding-right: 55px;
    line-height: 30px;
    padding-bottom: 13px;
}

.shareSmallNav .ul_3 li a {
    display: block;
    font-size: 18px;
}

.shareSmallNav .ul_3 li a:hover {
    color: #e60013;
}

.share_rTitle .dl_1 {
    background: url(/PC/images/line7.png?v=8) no-repeat center bottom;
    padding-bottom: 15px;
}

.noPage {
    background: url(/PC/images/bj21.jpg?v=10) no-repeat center top;
    min-height: 750px;
    font-size: 23px;
    background-position-y: -100px;
}

.noPage .center .txt_1 {
    /* font-weight: bold; */
    text-align: center;
    padding-top: 530px;
    letter-spacing: 1px;
}

.noPage .txt_2 {
    color: #fff;
    width: 68%;
    margin: 0 auto;
    padding-top: 28px;
    line-height: 45px;
}

.noPage .center .txt_3 {
    text-align: center;
    padding-top: 20px;
    letter-spacing: 2px;
    font-size: 19px;
}

.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%;
}

.pageDH {
    color: #666;
}

.pageDH a {
    color: #474747;
}

.share_xg {
    padding-top: 10px;
    margin-bottom: 30px;
}

.share_xg .s_title {
    font-size: 21px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 2px;
    background: url(/PC/images/line12.png?v=8) no-repeat center;
    background-position-x: 344px;
}

.newShow {
    padding-top: 60px;
    padding-bottom: 30px;
}

.newShow .left {
    width: 280px;
}

.newShow .right {
    width: 869px;
    border: 1px solid #eee;
}

.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 {
    background: #fff;
}

.newShow .right .newBox {
    background: #fff;
    padding: 18px 38px;
}

.newShow .right .newBox .Box_2 {
}

.newShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.newShow .right .newBox .line_2 h1 {
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0;
    padding: 19px 0;
    color: #00496f;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}

.newShow .right .newBox .line_2 .two {
    color: #888;
    line-height: 38px;
    text-align: center;
    font-size: 13px;
}

.newShow .right .newBox .line_3 {
    color: #111;
    padding: 23px 0;
    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: 18px !important;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 span {
    font-size: 18px !important;
    line-height: 230% !important;
    font-family: Microsoft YaHei !important;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/PC/images/bj23.png?v=8) 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;
}

/* Star daoHang */
.bq {
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: url(/PC/images/f_bq.jpg) repeat-x;
}

.bq a {
    color: #fff !important;
}

.bq span, .bq p {
    color: #fff !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.proRtitle {
    min-height: 56px;
    background: url(/PC/images/t8.png?v=8) 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(/PC/images/line_1.png?v=8) 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-top: 60px;
    padding-bottom: 10px;
}

.in_new .left {
    width: 280px;
}

.in_new .right {
    width: 869px;
}

.in_new .center .ul_1.clear .right .r_box {
}

.in_new .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.newShareList .itemBox {
    margin-bottom: 33px;
    background-color: #fff;
    padding-bottom: 39px;
    border-bottom: 1px dashed #ccc;
}

.newShareList .itemBox:nth-child(5) {
    margin-bottom: 20px;
}

.newShareList .itemBox .sub_left {
    width: 339px;
}

.newShareList .itemBox .sub_left img {
    vertical-align: middle;
}

.newShareList .itemBox:hover .sub_left img {
}

.newShareList .itemBox .sub_right {
    width: 480px;
    padding-right: 23px;
}

.newShareList .itemBox .sub_right .one {
    line-height: 28px;
    padding: 5px 0;
}

.newShareList .itemBox .sub_right .one a {
    font-weight: bold;
    font-size: 22px;
    color: #333;
}

.newShareList .itemBox .sub_right .one a:hover {
    color: #e95412;
}

.newShareList .itemBox .sub_right .two {
    font-size: 18px;
    line-height: 200%;
    padding-bottom: 19px;
    text-align: justify;
}

.newShareList .itemBox .sub_right .three {
    text-align: right;
    font-size: 17px;
    color: #888;
    line-height: 31px;
}

.newShareList .itemBox .sub_right .time {
    font-size: 16px;
    color: #888;
    float: right;
}

.newShareList .itemBox .sub_right .three a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 31px;
    background: url(/PC/images/bt_2.png?v=8) no-repeat center top;
    min-height: 36px;
    width: 142px;
    text-align: center;
    text-indent: 9px;
}

.in_new .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_new .center .clear .right .title .clear .sub_left {
    background: url(/PC/images/t8.png?v=8) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_new .center .clear .right .title .clear .sub_right {
    background: url(/PC/images/ico3.png?v=8) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.in_new .right .r_title {
    min-height: 56px;
    background: url(/PC/images/t9.png?v=8) 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(/PC/images/line_1.png?v=8) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.shareMore {
    text-align: center;
    padding-top: 9px;
}

.shareMore a {
    display: inline-block;
    line-height: 35px;
    border: 1px solid #ccc;
    font-size: 17px;
    width: 160px;
}

.lContact {
    margin-bottom: 30px;
    font-size: 17px;
}

.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: 98px;
    padding-top: 0;
    line-height: 90px;
    font-size: 25px;
    color: #fff;
    font-family: "Impact";
    background: url(/PC/images/tel5.png?v=8) no-repeat center left;
    background-position-x: 68px;
}

.lContact .three img {
    border: 1px solid #ccc;
}

.lContact .three .txt {
    line-height: 150%;
    padding-top: 5px;
}

.t_box {
}

.t_logo {
    min-height: 169px;
    background: url(/PC/images/topBj.png) no-repeat center top;
}

.t_logo .ul_1 {
    padding-top: 43px;
}

.t_logo .ul_1 .left {
    color: #010101;
}

.t_logo .ul_1 .left img {
    padding-right: 15px;
    vertical-align: top;
}

.t_logo .ul_1 .left .txt.inline .one {
    font-size: 33px;
    padding-top: 14px;
    font-weight: bold;
}

.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: 20px;
    color: #555;
    letter-spacing: 2px;
    padding-top: 5px;
}

.t_logo .right {
    font-size: 21px;
    font-weight: bold;
}

.t_logo .ul_1 .right .sub_left .one {
    font-size: 16px;
    line-height: 22px;
    color: #666;
}

.t_logo .ul_1 .right .sub_left .two {
    font-size: 26px;
    color: #ffbc01;
    font-family: "Impact";
}

.t_logo .ul_1 .right .sub_right {
    letter-spacing: 1px;
    padding-top: 35px;
    font-size: 12px;
    text-align: right;
}

.t_nav {
    position: relative;
    min-height: 93px;
    background: url(/PC/images/dh.jpg) repeat-x;
    -moz-box-shadow: 1px 3px 8px #666;
    -webkit-box-shadow: 1px 3px 8px #666;
    box-shadow: 1px 3px 8px #666;
}

.t_nav .box {
}

.t_nav a {
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: 130%;
    letter-spacing: 1px;
    min-height: 93px;
    display: block;
    cursor: pointer;
    padding: 0 19px;
}

.t_nav a span {
    display: block;
}

.t_nav a .en {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.8);
    letter-spacing: 0;
    padding-top: 2px;
}

.t_nav a:hover .cn {
    font-weight: bold;
}

.t_search {
    line-height: 67px;
    font-size: 15px;
    color: #000;
    background: #fff;
    position: relative;
    -moz-box-shadow: 2px 2px 5px #ddd;
    -webkit-box-shadow: 2px 2px 5px #ddd;
    box-shadow: 2px 2px 5px #ddd;
}

.t_search .t_searchUL {
    font-size: 15px;
    color: #474747;
}

.t_search .t_searchUL .left {
}

.t_search .t_searchUL .left a {
    text-decoration: none;
    color: #666;
}

.t_search .t_searchUL .left span {
    color: #ff6000;
    font-weight: bold;
}

.t_search .t_searchUL .right {
}

.pro_ShareList {
}

.pro_ShareList .ul_1 {
    width: 1250px;
}

.shareTitle .cn h1, .shareTitle .cn h2 {
    font-size: 41px;
    display: inline-block;
    margin: 0;
}

.danXin {
    background: url(/PC/images/danXin.jpg?v=10) no-repeat center top;
    padding-top: 70px;
    min-height: 550px;
}

.danXin .title .one {
    font-size: 31px;
    font-weight: bold;
    padding-bottom: 19px;
    line-height: 33px;
}

.danXin .title .one span {
    vertical-align: top;
    background: linear-gradient(to right, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.danXin .title {
    line-height: 130%;
    padding-left: 38%;
}

.danXin .title .two {
    font-size: 16px;
    padding-top: 14px;
    padding-left: 98px;
}

.danXin .title .two span {
    font-family: "Impact";
    font-size: 21px;
    color: #0057b0;
    position: relative;
    top: 2px;
    letter-spacing: 1px;
}

.danXin .title .two a {
    position: relative;
    top: 6px;
}

.danXin .content {
    padding-top: 64px;
    font-size: 19px;
    line-height: 180%;
    position: relative;
}

.danXin .content .one {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    min-height: 490px;
}

.danXin .content .one p {
    margin: 0;
    position: absolute;
}

.danXin .content .one p:nth-child(1) {
    position: absolute;
    top: 133px;
    left: 277px;
}

.danXin .content .one p:nth-child(2) {
    position: absolute;
    top: 134px;
    left: 761px;
}

.danXin .content .one p:nth-child(3) {
    position: absolute;
    top: 262px;
    left: 160px;
}

.danXin .content .one p:nth-child(4) {
    position: absolute;
    top: 273px;
    left: 889px;
}

.danXin .content .one p:nth-child(5) {
    position: absolute;
    top: 408px;
    left: 176px;
}

.danXin .content .one p:nth-child(6) {
    position: absolute;
    top: 417px;
    left: 866px;
}

.danXin .content .two {
    text-align: center;
    line-height: 175%;
    text-indent: 2px;
}

.danXin .content .two .s1 {
    font-size: 20px;
    color: #0057b0;
    padding-top: 12px;
    text-indent: 4px;
}

.danXin .content .two .s2 {
    font-size: 16px;
    text-indent: 10px;
}

.danXin .content .two .s2 span {
    font-weight: bold;
}

.about {
    background: url(/PC/images/about.jpg?v=10) no-repeat center top;
    min-height: 411px;
}

.about .content {
    padding-top: 10px;
}

.about .txt .s2 {
    padding-bottom: 8px;
    text-align: justify;
    min-height: 163px;
    text-indent: 2em;
}

.about .txt .s2, .about .txt .s2 p, .about .txt .s2 span {
    font-size: 18px;
    color: #3d3d3d;
    line-height: 220%;
    margin: 0;
    padding: 0;
}

.about .content .line_1 .s2 p {
    margin: 0;
    padding: 8px 0;
}

.about .content .line_1 {
}

.new {
    padding: 80px 0;
}

.new .content {
    font-size: 16px;
    padding-top: 42px;
}

.new .sTitle {
    padding-top: 32px;
    text-align: center;
}

.new .sTitle dd {
    width: 193px;
    margin-right: 41px;
    display: inline-block;
}

.new .sTitle dd a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #1e1e1e;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
}

.new .sTitle dd:nth-child(3) {
    margin-right: 0;
}

/*
.new .sTitle dd a:hover {
    color: #fff;
    background: url(/PC/images/tabH.png?v=8) no-repeat center top;
}
*/
.f_feedback {
    min-height: 440px;
    background: url(/PC/images/fb2.jpg) no-repeat center top;
    padding-top: 139px;
}

.f_feedback .left {
    width: 596px;
    margin-left: 3px;
}

.f_feedback .right {
    padding-top: 39px;
    width: 320px;
}

.f_feedback input[type="text"], .f_feedback textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 0 10px;
    width: 486px;
    font-size: 16px;
    background: none;
    vertical-align: middle;
}

.f_feedback input[type="text"] {
    height: 50px;
    margin-bottom: 8px;
    line-height: 50px;
    width: 276px;
}

.f_feedback textarea {
    display: inline-block;
    min-height: 67px;
    padding: 10px;
    width: 574px;
}

.f_feedback .bt_1, .f_feedback .bt_2 {
    text-align: center;
    cursor: pointer;
    color: #fff;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    border: 0;
    font-size: 18px;
    line-height: 43px;
    height: 43px;
    font-weight: bold;
    width: 288px;
    background: none;
    float: left;
}

.f_feedback .bt_1 {
    margin-right: 14px;
}

.f_feedback .shareTitle {
    background: none;
}

.f_feedback .ul_1 .left .sub_left {
    width: 390px;
}

.f_feedback .left .bt {
    padding-top: 12px;
}

.f_feedback .right span {
    font-weight: bold;
    color: #0057b0;
}

.in_pro {
    padding: 60px 0;
}

.in_pro .left {
    width: 257px;
}

.in_pro .right {
    width: 896px;
}

.shareRightSmallNav {
    padding-top: 18px;
}

.shareRightSmallNav .ul_1 {
}

.shareRightSmallNav .ul_1 li {
    width: 210px;
    text-align: center;
    float: left;
    line-height: 44px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.shareRightSmallNav .ul_1 li a {
    display: block;
    font-size: 16px;
    background: url(/PC/images/newNav.png?v=8) no-repeat center left;
    font-weight: bold;
}

.shareRightSmallNav .ul_1 li a.subCurrentNav, .shareRightSmallNav .ul_1 li a:hover {
    color: #fff;
    background: url(/PC/images/newNavH.png?v=8) no-repeat center left;
    font-weight: bold;
}

.shareRightTitle {
    min-height: 86px;
    background: #f7fbfe;
}

.shareRightTitle .sub_left {
    border-left: 2px solid #0261c3;
    padding-left: 10px;
}

.shareRightTitle .sub_right {
}

.shareRightTitle .dl_2 {
    padding: 22px 32px;
    width: 953px;
}

.shareRightTitle .txt_1 {
    font-size: 20px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
}

.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(/PC/images/pro_bj.png?v=8) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.in_pro .list .item:hover {
    background: url(/PC/images/pro_hbj.png?v=8) 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;
}

.typeNav {
    width: 304px;
    background: #fff;
}

.left_Title {
    width: 304px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 86px;
    background: url(/PC/images/proTitle.jpg?v=10) no-repeat center top;
    text-indent: 40px;
    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;
    text-indent: 46px;
    padding-top: 10px;
    letter-spacing: 3px;
    padding-bottom: 1px;
}

.typeNav.typeNew .left_Title .s_2 {
    font-size: 13px;
    text-indent: 75px;
}

.typeNav .content {
    background: #fff;
    font-size: 16px;
}

.typeNav .content .ul_1 {
    /* width:80%; */
    /* margin:0 10%; */
}

.typeNav .content a {
    display: block;
}

.typeNav .content .bigNav {
    padding-top: 11px;
    margin-bottom: 7px;
}

.typeNav.typeNew .content .bigNav {
    padding-top: 0;
    margin-bottom: 0;
}

.typeNav .content .bigNav a {
    font-size: 17px;
    color: #0261c3;
    line-height: 51px;
    border-radius: 3px;
    font-weight: bold;
    background: url(/PC/images/l_nav.png?v=8) no-repeat center bottom;
    text-indent: 89px;
}

.typeNav .content .bigNav a.currentNew, .typeNav .content .bigNav a:hover {
    background: url(/PC/images/l_navH.png?v=8) no-repeat center bottom;
    color: #ff6000;
}

.typeNav .content .smallNav {
    background: url(/PC/images/l_sub.png?v=8) no-repeat center left;
    background-position-x: 48px;
    background-position-y: -6px;
    padding: 0px 0;
    padding-top: 6px;
}

.typeNav.typeNew .content .smallNav {
    background: url(/PC/images/l_sub.png?v=8) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav.typeNew .content .smallNav a {
    margin-left: 32px;
}

.typeNav .content .smallNav a {
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e;
    margin-left: 60px;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
}

.typeNav .content .smallNav a.currentNav, .typeNav .content .smallNav a:hover {
    color: #fff;
    background-color: #0261c3;
    border-radius: 50px;
    padding: 0 17px;
}

.typeNav.typeNew .content .smallNav a:hover {
    padding: 0 10px;
}

.typeNav.typeNew .content .smallNav.firstStyle {
    background: url(/PC/images/l_subTop.png?v=8) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav.typeNew .content .smallNav.lastStyle {
    background: url(/PC/images/l_subBottom.png?v=8) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav .content .smallNav.firstStyle {
    background: url(/PC/images/l_subTop.png?v=8) no-repeat center left;
    background-position-x: 48px;
    background-position-y: -6px;
}

.typeNav .content .smallNav.lastStyle {
    background: url(/PC/images/l_subBottom.png?v=8) no-repeat center left;
    background-position-x: 48px;
    background-position-y: -6px;
}

.shareRightSmallNav .ul_1 li:nth-child(4), .shareRightSmallNav .ul_1 li:nth-child(8), .shareRightSmallNav .ul_1 li:nth-child(12), .shareRightSmallNav .ul_1 li:nth-child(16), .shareRightSmallNav .ul_1 li:nth-child(20), .shareRightSmallNav .ul_1 li:nth-child(24) {
    margin-right: 0;
}

.in_pro .pro_ShareList .ul_1 {
    width: auto;
}

.in_pro .pro_ShareList {
}

.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(/PC/images/xgIco.png?v=8) no-repeat center left;
    padding-left: 38px;
    background-position-x: 5px;
}

.xgBox .title .sub_right {
}

.xgBox .title .sub_right a {
    color: #888;
}

.xgNew {
    padding: 16px 0;
}

.xgNew li {
    margin-right: 3%;
    float: left;
    width: 48%;
    padding: 8px 0;
    color: #888;
}

.xgNew li:nth-child(2), .xgNew li:nth-child(4), .xgNew li:nth-child(6) {
    margin-right: 0;
}

.xgNew li:hover, .xgNew li:hover a {
    color: #237baa;
}

.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(/PC/images/bt_1.png?v=8) 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%;
}

.proShow {
    padding: 60px 0;
    padding-bottom: 0;
}

.proShow .left {
    width: 257px;
}

.proShow .right {
    width: 880px;
    background: #fff;
}

.proShow .right .r_smallNav {
    background: url(/PC/images/navSbj.png?v=8);
    margin-top: 20px;
}

.proShow .right .r_smallNav .ul_1 {
    width: 95%;
    margin: 0 2.5%;
}

.proShow .right .r_smallNav .ul_1 li {
    width: 14.2%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #559ace;
    padding: 10px 0;
    line-height: 30px;
}

.proShow .right .r_smallNav .ul_1 li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.proShow .right .r_smallNav .ul_1 li a:hover {
    color: #0261c3;
    background: #fff;
    border-radius: 3px;
}

.proShow .center .clear .right .r_title {
    border-left: 9px solid #0261c3;
    padding-left: 13px;
}

.proShow .center .clear .right .r_title .txt_1 {
    font-size: 30px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
}

.proShow .right .content {
}

.proShow .center .clear .right .content .title_2 {
    padding: 15px 0;
    border-bottom: 1px dotted #0261c3;
}

.proShow .center .clear .right .content .title_2 .txt {
    font-weight: bold;
    font-size: 24px;
    color: #0261c3;
    border-left: 6px solid #0261c3;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu p {
    margin: 0;
    padding: 0;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu, .proShow .center .clear .right .content .r_1 .clear .sub_right .canShu p, .proShow .center .clear .right .content .r_1 .clear .sub_right .canShu span, .proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td {
    line-height: 36px !important;
    font-size: 16px !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu table, .proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td {
    border: 0 !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td {
    display: inline-block !important;
    min-height: 36px !important;
    padding: 0 !important;
    text-indent: 15px !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td:nth-child(1) {
    background: #eef9ff !important;
    font-weight: bold !important;
    color: #005dbc !important;
    font-size: 17px !important;
    width: 30% !important;
    text-indent: 25px !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td:nth-child(2) {
    width: 69% !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu tr {
    border: 1px solid #b7daff !important;
    padding: 3px !important;
    display: block !important;
    margin-bottom: 8px !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu table {
    border-collapse: collapse !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .bt {
    padding-top: 22px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .bt a, .proShow .center .clear .right .content .r_1 .clear .sub_right .bt .shareTel {
    display: inline-block;
    vertical-align: middle;
}

.proShareBox {
    padding-bottom: 36px;
}

.proShareBox.r_4 {
    padding-bottom: 36px;
}

.pro_shareTitle {
    line-height: 160%;
}

.pro_shareTitle span {
    font-size: 18px;
    font-weight: bold;
}

.pro_shareTxt {
    padding: 23px 0;
    color: #333;
    font-size: 16px;
    line-height: 200%;
    text-align: justify;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 5px 0 !important;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span {
    font-size: 18px !important;
    line-height: 210% !important;
}

.pro_shareTxt td {
    vertical-align: top !important;
}

.pro_shareTxt table, .pro_shareTxt td {
    border: 0 !important;
}

.proShareBox.r_4 .pro_shareTxt td {
    width: 33.3% !important;
    text-align: center !important;
    padding: 0 !important;
}

.proShow .shareRightTitle {
}

.proShow .shareRightTitle .dl_2 {
    width: 1106px;
    padding: 28px 40px;
}

.proShow .shareRightSmallNav {
    padding-top: 33px;
}

.proShow .shareRightSmallNav .ul_1 {
    width: 93%;
    margin: 0 3.5%;
}

.shareTel {
    background: url(/PC/images/tel3.png?v=8) no-repeat center left;
    padding: 12px 0;
    padding-left: 85px;
    font-size: 20px;
    color: #333;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .two {
    padding-top: 9px;
    letter-spacing: 1px;
    font-size: 16px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .bt .dl_5.clear .s_right {
    width: 275px;
}

.shareTel .s1 {
}

.shareTel .s2 {
    font-size: 29px;
    font-weight: bold;
}

.proShow .center .clear .right .content .part4 .sC .dl_6.clear dd {
    float: left;
    font-size: 22px;
    color: #fff;
    width: 176px;
    text-align: center;
    margin-right: 7px;
}

.newShareList .itemBox:hover {
}

.newShareList .itemBox:hover .sub_right .one a {
    color: #fea201;
}

.in_new .center .ul_1.clear {
}

.newShow .right .r_box .newBox .Box_2 .line_3 .txtBottom {
    text-align: center;
}

.newShow .right .newBox .line_4 {
    line-height: 200%;
    padding: 10px 0;
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
}

.newShow .right .r_box .newBox .Box_2 .line_4 span {
    color: #237baa;
}

.newShow .right .r_box .newBox .Box_2 .line_4 .s1 {
    background: url(/PC/images/ico_1.png?v=8) no-repeat center left;
    padding-left: 20px;
}

.newShow .right .r_box .newBox .Box_2 .line_4 .s2 {
    background: url(/PC/images/ico_3.png?v=8) no-repeat center left;
    padding-left: 20px;
    padding-top: 4px;
}

.xgNew2 {
    padding: 26px 0;
}

.xgNew2 li {
    margin-right: 20px;
    float: left;
    width: 280px;
    font-size: 16px;
    color: #888;
    background-color: #fff;
    margin-bottom: 25px;
}

.xgNew2 li:nth-child(3),.xgNew2 li:nth-child(6) {
    margin-right: 0;
}

.xgNew2 li:hover, .xgNew2 li:hover a {
    color: #0261c3;
}

.xgNew2 li .s2 {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 45px;
    padding-top: 2px;
    padding: 0 15px;
}

.xgNew2 li .s1 img {
    display: block;
    width: 280px;
    height: 157px;
}

.xgNew2 li .s3 {
    font-size: 15px;
    color: #717171;
    line-height: 150%;
    padding: 0 15px;
    padding-bottom: 15px;
}

.xgNew2 li .s4 {
    padding-top: 8px;
}

.xgNew2 li .s4 a {
    display: block;
    background: url(/PC/images/bt_1.png?v=8) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    min-height: 46px;
    padding-top: 5px;
}

.xgNew2 li .s2 a {
    font-weight: bold;
    font-size: 18px;
}

.xgNew2 li .s2 a:hover {
    color: #0059b4;
}

.xgNew2 li .s2 .sub_left {
    width: 100%;
}

.t_wel .right a {
    margin-right: 23px;
    display: inline-block;
}

.t_wel .right a.first {
    position: relative;
}

.t_wel .right a.first .wap_ewm {
    position: absolute;
    left: -33px;
    top: 20px;
    width: 160px;
    min-height: 174px;
    background: url(/PC/images/bj_ewm.png?v=8) 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(/PC/images/ico_01.png?v=8) no-repeat center left;
    padding-left: 18px;
}

.t_wel .right a:nth-child(2) {
    background: url(/PC/images/ico_02.png?v=8) no-repeat center left;
    padding-left: 20px;
}

.t_wel .right a:nth-child(3) {
    background: url(/PC/images/ico_03.png?v=8) no-repeat center left;
    padding-left: 21px;
}

.t_wel .right a:last-child {
    background: url(/PC/images/ico_05.png?v=8) no-repeat center left;
    background-size: 17px auto;
    padding-left: 23px;
    margin-right: 0;
}

.t_logo .ul_1 .left .txt {
    line-height: 210%;
    letter-spacing: 2px;
}

.t_logo .ul_1 .right .sub_left {
    padding-top: 66px;
    line-height: 190%;
}

.t_logo .ul_1 .right .sub_right .one {
    padding: 3px;
    margin-bottom: 3px;
}

.t_nav a .cn {
    font-size: 19px;
    font-weight: bold;
    padding-top: 28px;
}

.danXin .title .en {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.danXin .content .sub_left {
    text-align: right;
    width: 520px;
}

.danXin .content .sub_right {
    width: 520px;
    padding-top: 4px;
    line-height: 52px;
}

.danXin .content .sub_left .s1 {
    padding-right: 42px;
}

.danXin .content .sub_left .s2 {
    padding-right: 58px;
}

.danXin .content .sub_left .s3 {
    padding-right: 55px;
}

.danXin .content .sub_right .s4 {
    padding-left: 47px;
}

.danXin .content .sub_right .s5 {
    padding-left: 62px;
}

.danXin .content .sub_right .s6 {
    padding-left: 62px;
}

.shareTitle .cn .sBox {
    display: inline-block;
    border-bottom: 1px dashed #87cde0;
    padding: 0 10px;
    padding-bottom: 5px;
}

.pro .content {
    padding-top: 58px;
}

.pro .content .ul_1 {
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 2px;
}

.pro .center .content .ul_1 .left {
    width: 245px;
}

.pro .center .content .ul_1 .right {
    width: 907px;
}

.pro .content .ul_1 .right .rBox a {
    width: 108px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 12px;
    border-radius: 3px;
    background: url(/PC/images/ico2.png?v=8) no-repeat center left;
    background-position-x: 15px;
    text-indent: 33px;
    margin-bottom: 7px;
}

.pro .content .ul_1 .right .rBox a.last {
    background: url(/PC/images/ico2H.png?v=8) no-repeat center left;
    background-position-x: 15px;
    color: #f77547;
}

.pro .content .ul_1 .right .rBox a:nth-child(10) {
    margin-right: 0;
}

.pro .content .ul_1 .right .rBox a:hover {
    border: 1px solid #faa384;
    font-weight: bold;
    color: #f55319;
    background: url(/PC/images/ico2H.png?v=8) no-repeat center left;
    background-position-x: 15px;
    -moz-box-shadow: 0 0 5px #ffb094;
    -webkit-box-shadow: 0 0 5px #ffb094;
    box-shadow: 0 0 5px #ffb094;
}

.shareProBox .item {
    float: left;
    width: 260px;
    margin-right: 16px;
    margin-bottom: 33px;
    text-align: center;
    font-size: 19px;
    border: 1px solid #efefef;
    padding: 13px;
    padding-bottom: 0;
    -moz-box-shadow: 2px 2px 5px #ddd;
    -webkit-box-shadow: 2px 2px 5px #ddd;
    box-shadow: 0px 2px 3px #cadce2;
}

.shareProBox .item:hover {
}

.shareProBox .item:nth-child(4), .shareProBox .item:nth-child(8), .shareProBox .item:nth-child(12) {
    margin-right: 0;
}

.shareProBox .item .hdBox {
    width: 260px;
    height: 260px;
    overflow: hidden;
}

.shareProBox .item .hdBox img {
    display: block;
    cursor: pointer;
    transition: all 0.4s;
    width: 260px;
    height: 260px;
}

.shareProBox .item .hdBox img:hover {
    transform: scale(1.05);
}

.shareProBox .item .proName {
    display: block;
    color: #333;
    line-height: 50px;
    /* padding-top: 3px; */
    /* padding-bottom: 6px; */
}

.shareProBox .item:hover a .proName {
    color: #1950a2;
    font-weight: bold;
}

.typeNav_2 .bigNav span {
    display: block;
}

.typeNav_2 .bigNav .cn {
    font-size: 28px;
}

.typeNav_2 .bigNav .en {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.typeNav_2 .sContent .subBox {
    background: #fff;
}

.about .shareTitle .cn .sBox {
    border: 0;
    padding-bottom: 1px;
}

.new .content .line_1 {
}

.new .content .line_1 .sub_left {
    width: 588px;
}

.new .content .line_1 .sub_right {
    width: 601px;
    padding: 39px 55px;
    border: 1px solid #eee;
    border-left: 0;
    min-height: 292px;
    padding-bottom: 0;
}

.new .content .line_1 .sub_left img {
    display: block;
}

.new .content .line_1 .dl_1 {
    background-color: #fff;
}

.new .content .line_1 .sub_right .s1 {
    font-size: 21px;
    font-weight: bold;
}

.new .content .line_1 .sub_right .s2 {
    font-size: 17px;
    line-height: 190%;
    padding: 13px 0;
    text-align: justify;
    padding-bottom: 20px;
}

.new .content .line_2 {
    padding-top: 38px;
    margin-bottom: 16px;
}

.new .content .line_2 li {
    float: left;
    width: 418px;
    margin-right: 23px;
}

.new .content .line_2 li:nth-child(3) {
    margin-right: 0;
}

.new .content .line_2 li .one {
}

.new .content .line_2 li .one a {
    display: block;
    position: relative;
}

.new .content .line_2 li .one a .timeBox {
    position: absolute;
    background: url(/PC/images/timeBox.png?v=8) center top no-repeat;
    width: 111px;
    height: 107px;
    left: 25px;
    text-align: right;
    color: #fff;
    font-size: 36px;
    padding-right: 20px;
}

.new .content .line_2 li .one a .timeBox .s2 {
    font-size: 19px;
    padding-right: 1px;
}

.new .content .line_2 li .one a .timeBox .s1 {
    padding-top: 16px;
}

.new .content .line_2 li .one a img {
    padding-top: 23px;
    display: block;
}

.new .content .line_2 li .two {
    font-size: 18px;
    font-weight: bold;
}

.new .content .line_2 li .sBox {
    background: url(/PC/images/newBox.png?v=8) center top no-repeat;
    padding: 26px 43px;
    min-height: 158px;
}

.new .content .line_2 li .three {
    padding: 12px 0;
    line-height: 180%;
    padding-bottom: 18px;
}

.new .content .line_2 li .four {
    text-align: right;
}

.new .content .line_2 li .four a.more {
    display: inline-block;
    height: 31px;
    width: 115px;
    background: url(/PC/images/newBt_01.png?v=8) center top no-repeat;
}

.new .content .line_2 li .four a.more:hover {
    background: url(/PC/images/newBt_02.png?v=8) center top no-repeat;
}

.new .content .line_2 li .two a:hover {
    color: #0b91b6;
}

.new .content .line_3 {
    line-height: 35px;
    background-color: #f6f7f8;
    text-align: center;
}

.new .content .line_3 a {
    display: block;
    line-height: 56px;
    font-size: 16px;
}

.f_feedback .left .one {
    color: #fff;
    padding-left: 68px;
    line-height: 180%;
    min-height: 63px;
}

.f_feedback .left .two {
    font-size: 23px;
}

.f_feedback .left .three {
    padding-top: 26px;
}

.f_nav {
    position: relative;
    padding: 43px 0;
    padding-bottom: 60px;
}

.f_nav .box {
    padding: 9px 0;
}

.f_nav a {
    text-decoration: none;
    color: #000;
    line-height: 33px;
    float: left;
    font-size: 17px;
    background: url(/PC/images/bzIco.png?v=8) no-repeat center left;
    padding-left: 23px;
    width: 148px;
    margin-right: 8px;
}

.f_nav a span {
    display: block;
}

.f_nav a .en {
    margin: 0;
    padding: 0;
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.85);
    letter-spacing: 0;
}

.f_nav li:nth-child(1) a {
    width: 127px;
    background: url(/PC/images/nav_01.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(2) a {
    width: 197px;
    background: url(/PC/images/nav_02.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(3) a {
    width: 178px;
    background: url(/PC/images/nav_03.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(4) a {
    width: 189px;
    background: url(/PC/images/nav_04.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(5) a {
    width: 169px;
    background: url(/PC/images/nav_05.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(6) a {
    width: 158px;
    background: url(/PC/images/nav_06.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(7) a {
    width: 152px;
    background: url(/PC/images/nav_07.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(8) a {
    width: 130px;
    background: url(/PC/images/nav_08.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav a:hover .en {
}

.f_nav a .cn {
    font-size: 18px;
    padding-top: 62px;
}

.f_nav li {
    float: left;
    background: url(/PC/images/navLine.png?v=8) no-repeat center right;
    background-position-y: 57px;
}

.f_contact {
    font-size: 18px;
    padding-top: 98px;
}

.f_contact li {
    float: left;
}

.f_contact .l_1 {
    width: 270px;
    text-align: center;
    line-height: 200%;
}

.f_contact .l_2 {
    width: 163px;
    text-align: center;
    line-height: 180%;
    padding-top: 10px;
}

.f_contact .l_3 {
    font-size: 17px;
    width: 330px;
    line-height: 36px;
    padding-top: 10px;
    padding-left: 70px;
}

.f_contact .l_4 {
    float: right;
    font-size: 17px;
    line-height: 36px;
    padding-top: 10px;
}

.f_contact .l_1 .one {
    text-align: center;
}

.f_contact .l_1 .two {
    padding-top: 18px;
    font-size: 18px;
    line-height: 38px;
    padding-left: 35px;
    background: url(/PC/images/ico_5.png?v=8) no-repeat center left;
    background-position-y: 22px;
}

.f_contact .l_1 .two .cn {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 2.5px;
}

.f_contact .l_1 .two .en {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.f_contact .l_1 .three {
    padding-top: 23px;
    text-align: right;
    padding-right: 3px;
}

.f_contact .l_1 .three .s1 {
    font-size: 17px;
}

.f_contact .l_1 .three .s2 {
    font-size: 26px;
    font-weight: bold;
    padding-right: 4px;
}

.f_contact .l_4 .s2 {
    line-height: 33px;
    font-size: 17px;
}

.f_contact .l_1 .one h3 {
    margin: 0;
    padding: 0;
}

.t_logo .ul_1 .left h3 {
    display: inline;
    margin: 0;
    padding: 0;
}

.typeNav_2 .sContent .smallNav a h4,.typeNav_2 .sContent .smallNav a p {
    margin: 0;
    padding: 0;
    font-weight: normal;
    display: inline-block;
}

.pageNumber input {
    width: 63px;
    line-height: 34px;
    height: 34px;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.pageNumber input[type="button"] {
    line-height: 38px;
    height: 38px;
}

.proShow .right .content .line_1 {
    background-color: #fff;
    font-size: 17px;
    padding-bottom: 38px;
}

.proShow .right .content .line_1 .sub_left {
    width: 386px;
    padding-bottom: 0;
}

.proShow .right .content .line_1 .sub_right {
    width: 480px;
}

.proShow .right .content .line_2 {
    background: url(/PC/images/inProBj.png?v=8) repeat-y;
    min-height: 500px;
}

.proShow .right .content .line_2 .dl_5 dd {
    float: left;
    width: 50%;
}

.proShow .right .content .line_2 .dl_5 dd a {
    display: block;
    min-height: 58px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: url(/PC/images/qhBt.png?v=8) no-repeat center top;
    font-weight: bold;
    cursor: pointer;
}

.proShow .right .content .line_2 .dl_5 dd:nth-child(3) {
    margin-right: 0;
}

.proShow .right .content .line_2 .dl_5 dd:nth-child(1) {
}

.proShareBox .sTitle {
    text-align: center;
    min-height: 91px;
    background: url(/PC/images/qy.png?v=8) no-repeat center top;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 48px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #555;
    text-indent: 11px;
}

.proShow .right .content .line_2 .dl_5 {
    margin-bottom: 38px;
}

.proShareBox.r_2 .pro_shareTxt p {
}

.pro_shareTitle.t_3 {
    background: url(/PC/images/proTitle3.png?v=8) no-repeat center top;
    min-height: 46px;
    text-indent: 90px;
    margin-bottom: 45px;
}

.proShareBox.r_3 {
}

.proShareBox.r_3 .youDian {
    background: url(/PC/images/proPic.png?v=8) no-repeat center top;
    min-height: 356px;
    position: relative;
}

.proShareBox.r_3 .youDian span {
    position: absolute;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    width: 131px;
    text-align: center;
}

.proShareBox.r_3 .youDian .s1 {
    top: 3px;
    left: 173px;
}

.proShareBox.r_3 .youDian .s2 {
    top: 87px;
    left: 105px;
}

.proShareBox.r_3 .youDian .s3 {
    top: 179px;
    left: 96px;
}

.proShareBox.r_3 .youDian .s4 {
    top: 267px;
    left: 155px;
}

.proShareBox.r_3 .youDian .s5 {
    top: 3px;
    left: 608px;
}

.proShareBox.r_3 .youDian .s6 {
    top: 87px;
    left: 694px;
}

.proShareBox.r_3 .youDian .s7 {
    top: 179px;
    left: 716px;
}

.proShareBox.r_3 .youDian .s8 {
    top: 267px;
    left: 711px;
}

.pro_shareTitle.t_4 {
    background: url(/PC/images/proTitle4.png?v=8) no-repeat center top;
    min-height: 46px;
    text-indent: 90px;
    margin-bottom: 5px;
}

.pro_shareTitle.t_4 .smallTxt {
    text-indent: 0;
    font-size: 17px;
    color: #666;
    font-weight: normal;
    padding-top: 18px;
}

.proShareBox.r_4 .pro_shareTxt {
}

.proShareBox.r_4 .pro_shareTxt table {
    background: none !important;
    border-collapse: collapse;
    width: 100%;
}

.pro_shareTitle.t_5 {
    background: url(/PC/images/proTitle5.png?v=8) no-repeat center top;
    min-height: 46px;
    text-indent: 90px;
    margin-bottom: 5px;
}

.pro_shareTitle.t_6 {
    background: url(/PC/images/proTitle6.png?v=8) no-repeat center top;
    min-height: 46px;
    text-indent: 104px;
    margin-bottom: 5px;
}

.pro_shareTitle.t_6 .smallTxt {
    text-indent: 0;
    font-size: 17px;
    color: #666;
    font-weight: normal;
    padding-top: 18px;
}

.rTitleBox {
    background: url(/PC/images/newTitleBj.png?v=8) repeat-y;
    padding: 15px 30px;
    border: 1px solid;
    border-image: -webkit-linear-gradient(#f1bc55, #fff799) 30 30;
    border-image: -moz-linear-gradient(#f1bc55, #fff799) 30 30;
    border-image: linear-gradient(#f1bc55, #fff799) 30 30;
    margin-bottom: 30px;
}

.newShareList {
}

.newShareList .item {
}

.newShareList .item .line_1 {
}

.newShareList .item .line_1 .one {
}

.newShareList .item .line_1 .one img {
    display: block;
}

.newShareList .item .line_1 .two {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    padding-top: 6px;
}

.newShareList .item .line_1 .two a {
    color: #0b91b6;
    display: block;
}

.newShareList .item .line_1 .three {
    font-size: 17px;
    line-height: 190%;
}

.newShareList .item .line_1 .four {
    text-align: right;
    position: relative;
    top: -25px;
}

.newShareList .item .line_1 .four a {
    display: inline-block;
    line-height: 33px;
    font-size: 16px;
    border-radius: 50px;
    width: 150px;
    text-align: center;
    background-color: #0c90b6;
    font-weight: bold;
    color: #fff;
}

.newShareList .item .line_1 .four a:nth-child(1) {
    margin-right: 11px;
    background: url(/PC/images/btBj.png?v=8) no-repeat center;
    background-size: 110% 100%;
}

.newShareList .item .line_2 {
}

.newShareList .item .line_2 .subTitle {
    font-size: 20px;
    margin-bottom: 15px;
    padding-top: 12px;
}

.xgProBox {
}

.xgProBox dd {
    width: 280px;
    margin-bottom: 13px;
}

.xgProBox dd .s1 {
}

.xgProBox dd .s1 img {
    padding: 8px;
    border: 1px solid #eee;
    background: #fff;
    vertical-align: middle;
}

.xgProBox dd:nth-child(3) {
    margin-right: 0;
}

.xgProBox dd .s2 {
    font-size: 19px;
    text-align: center;
    line-height: 38px;
    padding: 6px 0;
}

.xgProBox dd .s3 {
}

.xgProBox dd .s3 a {
    display: inline-block;
    width: 138px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    background-color: #0c90b6;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.xgProBox dd .s3 a:nth-child(1) {
    background: url(/PC/images/btBj.png?v=8) no-repeat center;
    margin-right: 6px;
}

.newShareList.caseShareList {
}

.newShareList.caseShareList .item .line_1 .sub_left {
    width: 407px;
}

.newShareList.caseShareList .item .line_1 .sub_right {
    width: 460px;
}

.newShareList.caseShareList .item .line_1 .two {
    padding-top: 0;
    padding-bottom: 3px;
    font-size: 22px;
    letter-spacing: 1px;
}

.newShareList.caseShareList .item .line_1 .two a {
    line-height: 38px;
}

.newShareList.caseShareList .item .line_1 .four {
    top: 0;
    padding-top: 20px;
    line-height: 33px;
    color: #aaa;
    font-size: 16px;
}

.newShareList.caseShareList .item .line_1 .three {
    min-height: 190px;
}

.newShareList.caseShareList .item .line_1 .four a {
    width: 130px;
}

.newShareList.caseShareList .item .line_1 {
    margin-bottom: 13px;
}

.newShow .right .r_box .newBox .Box_2 .line_2 .two a {
    color: #00496f;
    padding-right: 30px;
    background: url(/PC/images/newIco_04.png?v=8) no-repeat center right;
}

.newShow .right .newBox .line_3 .subTitle {
    font-size: 19px;
    font-weight: bold;
    padding-left: 26px;
    background: url(/PC/images/sdIco.png?v=8) no-repeat center left;
    line-height: 38px;
    margin-bottom: 10px;
}

.newShow .right .newBox .line_3 .subContent {
    margin-bottom: 20px;
}

.newShow .right .newBox .line_3 .subContent table,.newShow .right .newBox .line_3 .subContent td {
    border: 0 !important;
}

.share_xg .xgProBox {
}

.share_xg .xgProBox dd {
    margin-right: 28px;
}

.in_about {
}

.in_about .part_1 {
}

.in_about .part_1 .sContent {
    background: url(/PC/images/about_1.jpg?v=10) no-repeat center top;
    min-height: 526px;
    padding-top: 55px;
    background-position-y: 55px;
}

.in_about .part_1 .sContent .l_1 {
    font-size: 25px;
    line-height: 70px;
    padding-top: 49px;
    padding-left: 155px;
    width: 459px;
}

.in_about .part_1 .sContent .l_2 {
    padding-left: 185px;
    width: 150px;
    text-align: center;
    font-size: 20px;
    padding-top: 168px;
    line-height: 190%;
}

.in_about .part_1 .sContent .l_3 {
    padding-right: 96px;
    width: 187px;
    text-align: center;
    font-size: 20px;
    padding-top: 168px;
    line-height: 190%;
}

.in_about .part_1 .sContent .l_1 span {
    font-weight: bold;
}

.in_about .part_3 {
    padding: 30px 0;
    padding-bottom: 110px;
}

.in_about .part_3 .sContent {
    padding-top: 8px;
}

.in_about .part_5 .sContent {
    padding-top: 3px;
}

.t_logo .ul_1 .right .sub_right .two {
    transform: scale(0.95);
    transform-origin: right;
}

.t_nav li {
    background: url(/PC/images/navLine.png?v=8) no-repeat center right;
    float: left;
    position: relative;
}

.t_nav li:last-child {
    background: none;
}

.typeNav_2 .sContent .subBox li:last-child {
    border-bottom: 1px solid #eff3f5;
}

.typeNav_2 .sContent .subBox li:last-child a {
    color: #0c80a5;
}

.typeNav_2 .sContent .subBox li:last-child h4 {
    padding: 0;
    text-align: center;
}

.iPro {
    padding: 80px 0;
    background: url(/PC/images/ppBj_2.jpg?v=10) no-repeat center bottom;
    padding-top: 63px;
}

.iPro .content {
    padding-top: 39px;
}

.iPro .content .bigNav .clear li {
    float: left;
    width: 396px;
    line-height: 66px;
    margin-right: 6px;
}

.iPro .content .bigNav .clear li a {
    font-size: 18px;
    font-weight: bold;
    color: #141414;
    display: block;
    text-indent: 171px;
}

.iPro .content .bigNav .clear li.s_1 a {
    background: url(/PC/images/a_01.png?v=8) no-repeat;
    text-indent: 168px;
}

.iPro .content .bigNav .clear li.s_2 a {
    background: url(/PC/images/a_02.png?v=8) no-repeat;
}

.iPro .content .bigNav .clear li.s_3 a {
    background: url(/PC/images/a_03.png?v=8) no-repeat;
    text-indent: 163px;
}

.iPro .content .bigNav .clear li.first a, .iPro .content .bigNav .clear li.s_1:hover a {
    color: #fff;
    background: url(/PC/images/h_01.png?v=8) no-repeat;
}

.iPro .content .bigNav .clear li.s_2:hover a {
    color: #fff;
    background: url(/PC/images/h_2.png?v=8) no-repeat;
}

.iPro .content .bigNav .clear li.s_3:hover a {
    color: #fff;
    background: url(/PC/images/h_3.png?v=8) no-repeat;
}

.iPro .content .box {
}

.iPro .content .box .smallNav {
    background-color: #fff;
}

.iPro .content .box .smallNav .s_ul {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.iPro .content .box .smallNav .s_ul li {
    width: 160px;
    float: left;
    line-height: 46px;
    border: 1px solid #ccc;
    border-left: 0;
    border-top: 0;
}

.iPro .content .box .smallNav .s_ul li a {
    display: block;
    color: #333;
    font-size: 17px;
    text-align: center;
    padding-top: 48px;
}

.iPro .content .box .smallNav .s_ul li a:hover {
    color: #0091b7;
}

.iPro .content .bigNav .clear li:nth-child(3) {
    margin-right: 0;
}

.iPro .content .box .smallNav .s_ul li:nth-child(6),.iPro .content .box .smallNav .s_ul li:nth-child(12),.iPro .content .box .smallNav .s_ul li:nth-child(18),.iPro .content .box .smallNav .s_ul li:nth-child(24),.iPro .content .box .smallNav .s_ul li:nth-child(30) {
    margin-right: 0;
}

.iPro .content .box .smallNav .last {
    text-align: right;
    font-size: 16px;
    padding-top: 16px;
}

.iPro .content .box .smallNav .last a {
    color: #0656b1;
}

.iPro .content .line_2 {
    line-height: 86px;
    padding-bottom: 45px;
    background: url(/PC/images/hei5.png?v=8) no-repeat center bottom;
    margin-bottom: 18px;
}

.iPro .content .line_2 li.sub_left {
    font-size: 25px;
    font-weight: bold;
    width: 305px;
    text-align: center;
    background: url(/PC/images/proIco.png?v=8) no-repeat center right;
    background-color: #ffd728;
    background-position-x: 270px;
}

.iPro .content .line_2 li.sub_right {
    background-color: #fff;
    width: 926px;
    font-size: 17px;
    padding: 0 30px;
    border-right: 9px solid #ffd728;
}

.iPro .content .line_2 li.sub_right a {
    display: inline-block;
    padding: 0 28px;
    background: url(/PC/images/line23.png?v=8) no-repeat center left;
}

.iPro .content .line_2 li.sub_right a.last {
    background: #0b91b6;
    border-radius: 100px;
    line-height: 31px;
    font-size: 14px;
    color: #fff;
    margin-left: 21px;
}

.iPro .content .left {
    width: 216px;
    background: url(/PC/images/ppBj2.png?v=8) no-repeat;
    height: 287px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.iPro .content .right {
    width: 966px;
}

.iPro .typeNav_2 {
}

.iPro .content .line_2 li.sub_right a h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.shareTitle .cn img {
}

.iPro .content .box .smallNav .s_ul li:nth-child(6),.iPro .content .box .smallNav .s_ul li:nth-child(12),.iPro .content .box .smallNav .s_ul li:nth-child(18) {
    margin-right: 0;
}

.about .content .line_1 .sub_left {
    width: 630px;
}

.about .content .line_1 .sub_right {
    width: 641px;
}

.about .txt .s1 {
    font-size: 31px;
    font-weight: bold;
    padding-bottom: 28px;
}

.about .txt .s3 {
    font-size: 18px;
    line-height: 43px;
}

.about .content .line_1 .s3 a {
    display: inline-block;
    color: #187ed0;
    line-height: 30px;
    border: 1px solid #187ed0;
    padding: 0 33px;
    border-radius: 50px;
}

.shareTitle .cn font {
    background-color: #fff;
    padding: 0 10px;
    padding-right: 6px;
}

.f_feedback .left .two .cn {
}

.f_feedback .left .two .en {
    font-size: 14px;
    color: #888;
}

.f_feedback .left .two dd {
}

.f_feedback .left .three a {
    line-height: 38px;
    float: left;
    color: #fff;
    font-size: 16px;
    width: 129px;
    text-align: center;
    margin-right: 20px;
    text-indent: 30px;
}

.f_feedback .left .three a:last-child {
    margin-right: 0;
}

.f_feedback .right .bt {
    text-align: center;
    padding-top: 5px;
}

.f_feedback .ul_2 {
    padding-top: 175px;
}

.f_feedback .ul_2 .sub_left {
}

.f_feedback .ul_2 .sub_left img {
    vertical-align: middle;
}

.f_feedback .ul_2 .sub_left .txt {
    vertical-align: middle;
    padding-left: 12px;
}

.f_feedback .ul_2 .cn {
    font-size: 29px;
    font-weight: bold;
}

.f_feedback .ul_2 .en {
    font-size: 12px;
    text-transform: uppercase;
}

.f_feedback .ul_2 .sub_right {
}

.f_feedback .ul_2 .sub_right .cn {
}

.f_feedback .ul_2 .sub_right .en {
}

.f_feedback .ul_2 .sub_left h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.f_contact .sTitle {
    font-size: 21px;
    font-weight: bold;
    background: url(/PC/images/callIco.png?v=8) no-repeat center left;
    padding-left: 51px;
    margin-bottom: 10px;
}

.f_contact .l_2 .sContent {
}

.f_contact .l_2 .sContent a {
    float: left;
    width: 130px;
}

.f_contact .l_3 .sContent {
}

.f_contact .l_3 .sContent a {
    display: block;
}

.f_contact .l_2 .sContent a:last-child {
    color: #187ed0;
}

.f_contact .l_4 .s1 {
    margin: 0;
}

.f_contact .l_4 .s1 img {
    vertical-align: middle;
}

.typeNav_2 .sContent .style_3 {
}

.inType .sContent .style_3 a {
    padding-left: 55px !important;
}

.typeNav_2 .sContent .style_3 a h4 {
}

.inType .sContent .smallNav a {
    padding-left: 73px;
}

.proShow .right .content .line_3 {
    line-height: 62px;
    background: #fff9f4;
    border-top: 1px solid #ffe0cf;
    border-bottom: 1px solid #ffe0cf;
    font-size: 16px;
}

.proShow .right .content .line_3 .s_left {
    padding-left: 39px;
    background: url(/PC/images/ico19.png?v=8) no-repeat center left;
    background-position-x: 12px;
}

.proShow .right .content .line_3 .s_right {
    font-size: 20px;
    padding-left: 43px;
    background: url(/PC/images/tel6.png?v=8) no-repeat center left;
    background-position-x: 12px;
    margin-right: 20px;
}

.proShow .right .content .line_3 .s_left h2 {
    display: inline-block;
    margin: 0;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    top: 1px;
    font-weight: bold;
}

.proShow .right .content .line_3 .s_right span {
    font-weight: bold;
    color: #ffaf00;
    font-size: 25px;
    position: relative;
    top: 2px;
}

.proShow .right .content .line_1 .sub_right .one {
    color: #1c85a9;
    margin: 0;
    font-size: 28px;
    padding-bottom: 10px;
    text-align: center;
}

.proShow .right .content .line_1 .sub_right .two {
    font-size: 19px;
    font-weight: bold;
    padding: 11px 0;
    padding-left: 1%;
}

.proShow .right .content .line_1 .sub_right .three {
    line-height: 46px;
}

.proShow .right .content .line_1 .sub_right .four {
    font-size: 17px;
    padding-top: 19px;
}

.proShow .right .content .line_1 .sub_right .two li {
    line-height: 50px;
}

.proShow .right .content .line_1 .sub_right .four a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 47px;
    width: 165px;
    text-align: center;
    background: url(/PC/images/linkBt_01.png?v=8) no-repeat center top;
    padding-bottom: 2px;
}

.proShow .right .content .line_1 .sub_right .four a:last-child {
    background: url(/PC/images/linkBt_02.png?v=8) no-repeat center top;
    margin-left: 23px;
}

.pro_shareTitle .cn {
    font-size: 25px;
    font-weight: bold;
}

.pro_shareTitle .en {
    font-size: 13px;
    text-transform: uppercase;
}

.proShow .right .content .line_5 {
}

.pro_shareTitle .sBox {
    background: url(/PC/images/ps_03.png?v=8) no-repeat left bottom;
    padding-left: 50px;
}

.proShareBox.r_4 .pro_shareTxt p {
}

.proShareBox.r_5 .pro_shareTxt p {
}

.proShow .typeNav_2 .sContent .smallNav a {
    line-height: 58px;
}

.shareTitle .two {
    font-size: 20px;
}

.shareTitle2 .cn {
    margin-bottom: 3px;
}

.shareTitle3 .cn {
    font-size: 45px;
}

.shareTitle3 .two {
    font-size: 28px;
}

.shareTitle3 {
    margin-bottom: 32px;
}

.in_contact {
    padding-top: 80px;
}

.tabBox {
    background: url(/PC/images/line55.png?v=8) repeat-x center;
    margin-bottom: 60px;
}

.in_contact .line_1 {
    margin-bottom: 68px;
    background: url(/PC/images/contact_1.jpg?v=10) no-repeat center top;
    min-height: 306px;
    text-align: center;
}

.in_contact .line_1 .sTitle {
    font-size: 16px;
    background: url(/PC/images/title6.png?v=8) no-repeat;
    min-height: 82px;
}

.in_contact .line_1 .sTitle .s1 {
    padding-top: 20px;
}

.in_contact .line_1 .sTitle .s2 {
    padding-top: 3px;
}

.in_contact .line_1 .sTitle .s1 h1 {
    margin: 0;
}

.in_contact .line_1 .sTitle .s1 img {
    vertical-align: middle;
}

.in_contact .line_1 .sBox {
    font-size: 17px;
    padding-top: 30px;
}

.in_contact .line_1 .sBox .sub_left {
    padding-left: 38px;
    line-height: 42px;
    background: url(/PC/images/ico30.png?v=8) no-repeat;
    background-position-y: 9px;
}

.in_contact .line_1 .sBox .sub_right {
    padding-left: 38px;
    line-height: 42px;
    background: url(/PC/images/ico30.png?v=8) no-repeat;
    background-position-y: 9px;
}

.about .content .line_1 .s2 p {
    padding: 5px 0;
}

.about .content .line_1 .sub_right .sBox {
    background: url(/PC/images/videoBj.png?v=8) no-repeat;
    min-height: 412px;
    padding-top: 38px;
}

.in_contact .line_4 {
}

.in_contact .line_4 .s_right {
    width: 338px;
}

.in_contact .line_4 .s_right a {
    line-height: 115px;
    display: block;
    background: url(/PC/images/tabBj2.png?v=8) no-repeat center right;
    text-indent: 138px;
    margin-bottom: 13px;
    font-size: 20px;
    cursor: pointer;
}

.in_contact .line_4 .s_right a p {
    margin: 0;
    display: block;
    background: url(/PC/images/icoL.png?v=8) no-repeat center left;
    background-position-x: 99px;
}

.in_contact .line_4 .s_right a span {
    display: block;
}

.in_contact .line_4 .s_left {
    width: 947px;
}

.in_contact .line_4 .s_left .callBox {
}

.in_contact .line_4 .s_left .callBox a {
    display: block;
    position: relative;
}

.in_contact .line_4 .s_left .callBox a .txt {
    min-height: 83px;
    position: absolute;
    width: 100%;
    top: 417px;
    color: #fff;
    font-size: 18px;
    text-indent: 50px;
    background: url(/PC/images/jt2.png?v=8) no-repeat center left;
    background-size: auto 100%;
}

.in_contact .line_4 .s_left .callBox a img {
    vertical-align: middle;
}

.in_new .line_6 {
    background: url(/PC/images/line55.png?v=8) repeat-x center;
    margin-bottom: 60px;
}

.typeNav_2 .sContent .smallNav.last h4 {
    padding: 0;
    text-align: center;
}

.lContact2 .telBox {
    padding-left: 55px;
    background: url(/PC/images/tel8.png?v=8) no-repeat center left;
    display: inline-block;
    text-align: left;
}

.lContact2 .telBox .s1 {
    font-size: 18px;
}

.lContact2 .telBox .s2 {
    font-size: 30px;
    font-family: Impact;
}

.shareBox2 .sTitle {
    margin-bottom: 0;
    line-height: 48px;
}

.shareBox2 {
    box-shadow: none;
    background: none;
}

.shareBox2 .sTitle .s_left {
    padding-left: 28px;
    font-weight: bold;
    font-size: 20px;
    color: #666;
    border-bottom: 3px solid #ffbc01;
    padding-right: 15px;
    position: relative;
    top: 2px;
    background-position-x: 0;
}

.shareBox2 .sTitle .s_right {
    min-height: 48px;
}

.newShareList .itemBox .sub_right .three .s_right {
    padding-left: 30px;
    background: url(/PC/images/newListIco_02.png?v=8) no-repeat center left;
}

.newShareList .itemBox .sub_right .four {
    padding-top: 10px;
}

.newShareList .itemBox .sub_right .four a {
    display: inline-block;
    line-height: 39px;
    text-align: center;
    width: 150px;
    background-color: #fea201;
    border-radius: 100px;
}

.newShow .right .newBox .line_4 li {
    background-size: 13px auto;
    padding: 5px 0;
}

.newShow .right .newBox .line_4 li a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin: 0 5px;
    margin-right: 8px;
    color: #777;
}

.newShow .right .newBox .line_4 li a:hover {
    color: #237baa;
    font-weight: bold;
}

.in_contact .line_1 .sBox .sub_left span {
    font-family: "Impact";
    font-size: 25px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-right: 6px;
    color: #187ed0;
}

.f_contact .l_2 .sContent a:hover {
    color: #187ed0;
}

.f_contact .l_3 .sContent a:hover {
    color: #187ed0;
}

.t_nav li .jt {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 15px;
}

.t_nav .center {
    position: relative;
}

.t_nav li:hover {
}

.t_nav li:hover .jt {
    background: url(/PC/images/jt.png?v=8) no-repeat center top;
}

.iPro .content .left .txt {
    font-size: 26px;
    padding-bottom: 3px;
}

.iPro .content .left .link {
    padding-top: 70px;
}

.iPro .content .left .link a {
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    font-size: 17px;
    line-height: 33px;
    padding: 0 13px;
    padding-bottom: 2px;
}

.iPro .content .left .link a span {
    background: linear-gradient(to right, #0e709c, #04b6c6);
    -webkit-background-clip: text;
    color: transparent;
}

.iPro2 {
    padding: 100px 0;
    padding-bottom: 80px;
}

.iPro2 .left {
    width: 257px;
}

.iPro2 .right {
    width: 896px;
}

.typeNav_2 {
    border: 1px solid #eee;
    border-top-right-radius: 33px;
    -moz-box-shadow: 0px 0px 3px #91c9e3;
    -webkit-box-shadow: 0px 0px 3px #91c9e3;
    box-shadow: 0px 0px 3px #91c9e3;
}

.typeNav_2 .sContent .smallNav a .jt {
    position: absolute;
    background: url(/PC/images/jt5.png?v=8) no-repeat center left;
    width: 97px;
    height: 65px;
    z-index: 10;
    top: 0;
    right: -45px;
    display: none;
}

.typeNav_2 .sContent .smallNav a:hover .jt, .typeNav_2 .sContent .smallNav a.currentNav .jt {
    display: block;
}

.shareProBox .item .link {
    line-height: 39px;
    font-size: 18px;
    position: relative;
}

.shareProBox .item .link a {
    text-align: center;
    width: 119px;
    display: inline-block;
}

.shareProBox .item .link a:first-child {
    color: #237baa;
}

.shareProBox .item .picBox {
    display: block;
}

.shareProBox .item .link a:last-child {
    color: #fff;
    background: url(/PC/images/bt_10.png?v=8) no-repeat;
    font-size: 17px;
}

.danXin .content dl {
    position: absolute;
}

.danXin .content .cn {
    font-size: 27px;
}

.danXin .content .en {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.danXin .content .dl_1 {
    left: 25px;
    top: 110px;
}

.danXin .content .dl_2 {
    left: 890px;
    top: 110px;
}

.danXin .content .dl_3 {
    left: 136px;
    top: 293px;
}

.danXin .content .dl_4 {
    left: 950px;
    top: 270px;
}

.baoZhang {
    padding: 100px 0;
    padding-bottom: 130px;
}

.baoZhang .title {
    line-height: 160%;
    padding-left: 39%;
}

.baoZhang .title .en {
    font-size: 14px;
    text-transform: uppercase;
}

.baoZhang .title .one {
    font-size: 31px;
    font-weight: bold;
    padding-bottom: 19px;
    line-height: 33px;
    padding-left: 3.5%;
}

.baoZhang .title .one span {
    vertical-align: top;
    background: linear-gradient(to right, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.baoZhang .content {
    padding-top: 28px;
    /* letter-spacing: 1px; */
}

.baoZhang .content .box_1 {
    font-size: 19px;
    font-weight: bold;
    padding-left: 92px;
    width: 1200px;
}

.baoZhang .content .box_1 li {
    float: left;
    width: 374px;
    padding-top: 210px;
    margin-right: 39px;
    margin-bottom: 28px;
}

.baoZhang .content .box_2 {
    padding-top: 38px;
    background: url(/PC/images/baozhang.png) no-repeat center top;
}

.baoZhang .content .box_2 .small {
    font-size: 18px;
    background: url(/PC/images/bzIco.png?v=8) no-repeat center left;
    padding-left: 55px;
    line-height: 39px;
    background-position-y: 11px;
    background-position-x: 28px;
}

.baoZhang .content .box_2 .dl_1 {
}

.baoZhang .content .box_2 .dl_2 {
    padding-left: 650px;
    padding-top: 68px;
}

.baoZhang .content .box_2 .dl_3 {
    min-height: 320px;
    padding-top: 88px;
}

.baoZhang .content .box_2 .dl_4 {
    padding-left: 650px;
    padding-top: 90px;
}

.baoZhang .content .box_1 li:nth-child(3),.baoZhang .content .box_1 li:nth-child(6),.baoZhang .content .box_1 li:nth-child(9) {
    margin-right: 0;
}

.baoZhang .content .box_1 li p {
    margin: 0;
    display: block;
    padding-left: 28%;
    min-height: 50px;
    padding-top: 23px;
}

.baoZhang .content .box_1 li:nth-child(5) p {
    padding-top: 10px;
}

.baoZhang .content .box_2 dl {
    min-height: 260px;
}

.zhiDao {
    padding-bottom: 50px;
}

.zhiDao .title {
    background: url(/PC/images/title2.png?v=8) no-repeat;
    padding-left: 60px;
    min-height: 100px;
    background-position-y: 7px;
    margin-left: 26%;
    line-height: 150%;
}

.zhiDao .title .en {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.zhiDao .title .one {
    font-size: 31px;
    font-weight: bold;
    padding-bottom: 19px;
    line-height: 33px;
    padding-left: 30px;
    padding-top: 3px;
}

.zhiDao .title .one span {
    vertical-align: top;
    background: linear-gradient(to right, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.zhiDao .content {
    /* padding-top: 30px; */
}

.zhiDao .content li {
    float: left;
    width: 250px;
    font-size: 17px;
    line-height: 170%;
    margin-right: 66px;
}

.zhiDao .content li .pic {
}

.zhiDao .content li .name {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 160%;
}

.zhiDao .content li .txt {
    padding: 13px 0;
    text-align: center;
    padding-bottom: 20px;
}

.zhiDao .content li .link {
    text-align: center;
}

.zhiDao .content li .name .s1 {
}

.zhiDao .content li .name .s2 {
}

.zhiDao .content li .link a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    line-height: 37px;
    padding: 0 28px;
    border-radius: 5px;
}

.zhiDao .content li .pic img {
    vertical-align: middle;
}

.zhiDao .content li .link a:hover {
    background: #0e709c;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #04b6c6, #0e709c);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #04b6c6, #0e709c);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #04b6c6, #0e709c);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #04b6c6, #0e709c);
    /* Standard syntax */
    color: #fff;
}

.zhiDao .content li:last-child {
    margin-right: 0;
}

.caiGou {
    background: url(/PC/images/cg.jpg?v=10) no-repeat center top;
    min-height: 490px;
    padding-bottom: 50px;
}

.caiGou .title {
    padding-top: 98px;
    padding-left: 50%;
}

.caiGou .title .one {
    font-size: 39px;
    font-weight: bold;
    padding-bottom: 18px;
}

.caiGou .title .two {
    font-size: 23px;
}

.caiGou .content {
    padding-top: 80px;
    padding-left: 51%;
    font-size: 18px;
    line-height: 250%;
    text-align: justify;
    text-indent: 2rem;
}

.caiGou .center {
    background: url(/PC/images/cgPic.png?v=8) no-repeat left bottom;
    min-height: 467px;
}

.about .txt {
    width: 43%;
    padding-top: 96px;
    padding-left: 38px;
}

.about .txt .s3 a {
    display: inline-block;
    width: 138px;
    text-align: center;
    color: #fff;
    background: url(/PC/images/aboutBt2.jpg?v=10) no-repeat;
    line-height: 50px;
}

.f_feedback .title {
    text-align: center;
}

.f_feedback .title .one {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 18px;
    line-height: 39px;
}

.f_feedback .title .two {
    font-size: 19px;
}

.f_feedback .title .one span {
    vertical-align: top;
    background: linear-gradient(to bottom, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.f_feedback .ul_1 {
    padding-top: 36px;
}

.f_feedback .left .one .cn {
    font-size: 25px;
    font-weight: bold;
}

.f_feedback .left .one .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.9);
    transform-origin: 0;
}

.shareTel2 {
    color: #fff;
    font-size: 18px;
    background: none;
    padding: 0;
    line-height: 150%;
    padding-left: 33px;
}

.shareTel2 .s2 {
    font-size: 25px;
}

.f_nav a:first-child {
    width: 100px;
}

.f_nav a:last-child {
    margin-right: 0;
}

.friendLink {
    color: #888;
    font-size: 16px;
    padding-top: 26px;
}

.f_contact .l_1 .s1 {
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-top: 13px;
    padding-bottom: 7px;
    border-bottom: 2px solid #333;
}

.f_contact .l_1 .s2 {
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 30px;
}

.f_contact .l_1 img {
    vertical-align: middle;
}

.f_contact .l_2 h3 {
    margin: 0;
}

.f_contact .two {
    margin-left: 13px;
    background: url(/PC/images/callIco2.png?v=8) no-repeat;
    padding-left: 28px;
    background-position-y: 11px;
}


.index .t_logo {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.index .t_logo .ul_1 {
    padding-top: 58px;
}

.index .t_nav {
    border-bottom: 3px solid #a8a8a8;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.typeNav_2 .sContent .bigNav.first {
    border-top-right-radius: 33px;
}

.shareProBox2 {
}

.shareProBox2 .sub_left {
    width: 293px;
}

.shareProBox2 .sub_left .hdBox {
    width: 293px;
    height: 293px;
    overflow: hidden;
}

.shareProBox2 .sub_left .hdBox img {
    display: block;
    cursor: pointer;
    transition: all 0.4s;
}

.shareProBox2 .sub_left .hdBox img:hover {
    transform: scale(1.05);
}

.shareProBox2 .sub_right {
    width: 560px;
}

.shareProBox2 .sub_right .one {
    font-size: 25px;
    font-weight: bold;
}

.shareProBox2 .sub_right .two {
    font-size: 18px;
    padding: 13px 0;
    line-height: 200%;
    min-height: 133px;
}

.shareProBox2 .dl_3 {
    padding: 13px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    width: 885px;
    background: #fff;
}

.shareProBox2 .sub_right .one a {
    color: #333;
    padding-bottom: 15px;
    background: url(/PC/images/line_8.png?v=8) no-repeat left bottom;
}

.shareProBox2 .sub_right .three {
    font-size: 17px;
    text-align: right;
    padding-top: 10px;
}

.shareProBox2 .dl_3:hover .sub_right .one a {
    color: #0b83a8;
    background: url(/PC/images/line_9.png?v=8) no-repeat left bottom;
}

.shareProBox2 .sub_right .three a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 47px;
    width: 165px;
    text-align: center;
    background: url(/PC/images/linkBt_01.png?v=8) no-repeat center top;
    padding-bottom: 2px;
}

.shareProBox2 .sub_right .three a:last-child {
    background: url(/PC/images/linkBt_02.png?v=8) no-repeat center top;
}

.chengJiao {
    background: url(/PC/images/data.jpg?v=10) no-repeat center top;
    min-height: 407px;
    padding-top: 60px;
}

.chengJiao .title {
    padding-left: 48px;
    line-height: 130%;
    margin-bottom: 5px;
}

.chengJiao .title .en {
    font-size: 13px;
    text-transform: uppercase;
}

.chengJiao .title .one {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 19px;
    line-height: 33px;
}

.chengJiao .title .one span {
    vertical-align: top;
    background: linear-gradient(to right, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.chengJiao .content {
    padding: 30px;
    margin-right: 280px;
    background-color: #fff;
}

.chengJiao .content .one {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 13px;
}

.chengJiao .content .two {
    font-size: 18px;
    line-height: 50px;
}

.chengJiao .content .two .sub_left {
}

.chengJiao .content .two .sub_right {
    width: 600px;
}

.chengJiao .content .two span {
    font-weight: bold;
    color: #237baa;
}

.chengJiao .content .two .sub_left div {
    border-bottom: 1px dotted #ccc;
}

.chengJiao .content .two .sub_right dl {
    border-bottom: 1px dotted #ccc;
}

.chengJiao .content .two .sub_right .s_left {
    width: 433px;
}

.chengJiao .content .two .sub_right .s_right {
    font-size: 16px;
    color: #888;
}

.proShow .right .content .line_1 .sub_right .two li span {
    display: block;
    border-bottom: 1px dashed #c9dce8;
}

.proShow .right .content .line_1 .sub_right .three span {
    font-size: 31px;
    font-weight: bold;
    vertical-align: top;
    background: linear-gradient(to right, #00b8c9, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.proShow .chengJiao {
    background-position-x: 32%;
}

.proShow .chengJiao .content .two .sub_right .s_left {
    width: 390px;
}

.proShow .chengJiao .content .two .sub_right {
    width: 560px;
}

.proShow .chengJiao .center {
    width: 100%;
}

.proShow .chengJiao .title {
    padding-left: 80px;
    margin-bottom: 6px;
}

.proShow .chengJiao .content {
    margin: 0 20px;
    padding: 25px;
}

.proShow .chengJiao .content .two {
    font-size: 17px;
}

.proShareBox.r_2 .pro_shareTitle .sBox {
    background: url(/PC/images/showIco_02.png?v=8) no-repeat left bottom;
    background-position-x: 3px;
}

.proShareBox.r_2 {
}

.proShareBox.r_3 .pro_shareTitle .sBox {
    background: url(/PC/images/showIco_03.png?v=8) no-repeat left bottom;
    background-size: 36px auto;
}

.proShareBox.r_4 .pro_shareTitle .sBox {
}

.proShareBox.r_5 .pro_shareTitle .sBox {
    background: url(/PC/images/showIco_05.png?v=8) no-repeat left bottom;
}

.newType {
    border-bottom: 10px solid #237baa;
    margin-bottom: 30px;
}

.newType .sContent .bigNav {
    background: url(/PC/images/lt_new.jpg?v=10) no-repeat center top;
}

.newType .sContent .smallNav a {
    padding-left: 98px;
    font-size: 21px;
    background: url(/PC/images/newTypeIco.png?v=8) no-repeat center left;
    background-position-x: 26%;
    line-height: 86px;
}

.typeNav_2 .sContent .subBox li h4 {
    font-weight: bold;
}

.newType .sContent .smallNav a:hover, .newType .sContent .smallNav a.currentNav {
    background: url(/PC/images/newTypeIcoH.png?v=8) no-repeat center left;
    background-position-x: 26%;
}

.newType .sContent .subBox li:last-child a {
    color: #333;
}

.newShareList .itemBox .newName {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 21px;
}

.newShareList .itemBox .sub_right .three .s_left {
    background: url(/PC/images/newListIco_01.png?v=8) no-repeat center left;
    padding-left: 25px;
}

.newShareList .itemBox .newName span {
    font-size: 21px;
    vertical-align: top;
    position: relative;
    top: -1px;
    margin-right: 13px;
    color: #ae0303;
}

.newShareList .itemBox .newName a {
    font-weight: bold;
    width: 91%;
    display: inline-block;
}

.newShareList .itemBox:hover .newName a {
    color: #00496f;
}

.lContact .left_title {
    font-weight: bold;
    line-height: 50px;
    font-size: 20px;
    background: url(/PC/images/callIco3.png?v=8) no-repeat center left;
    padding-left: 33px;
    margin-bottom: 3px;
}

.lContact .txt {
    border: 1px solid #eee;
    padding: 5px 13px;
    line-height: 45px;
    padding-bottom: 13px;
}

.lContact .txt span {
    font-weight: bold;
}

.lContact .txt dd {
    background: url(/PC/images/dian.png?v=8) no-repeat center left;
    padding-left: 13px;
}

.xgProBox .sTitle {
    font-weight: bold;
    line-height: 50px;
    font-size: 20px;
    background: url(/PC/images/xgIco2.png?v=8) no-repeat center left;
    padding-left: 38px;
    margin-bottom: 3px;
}

.newShow .right .newBox .line_2 .two span {
    padding-left: 26px;
}

.newShow .right .newBox .line_2 .two span:nth-child(1) {
    background: url(/PC/images/newIco_01.png?v=8) no-repeat center left;
}

.newShow .right .newBox .line_2 .two span:nth-child(2) {
    background: url(/PC/images/newIco_02.png?v=8) no-repeat center left;
}

.newShow .right .newBox .line_2 .two span:nth-child(3) {
    background: url(/PC/images/newIco_03.png?v=8) no-repeat center left;
    padding-left: 28px;
}

.newShow .right .line_6 {
    font-size: 18px;
    margin-bottom: 8px;
}

.newShow .right .line_6 .s_title {
    background: url(/PC/images/xgIco2.png?v=8) no-repeat center left;
    padding-left: 38px;
    font-weight: bold;
    font-size: 20px;
}

.xgNew li a {
    background: url(/PC/images/dian.png?v=8) no-repeat center left;
    padding-left: 12px;
}

.in_contact .line_1 .ul_2 .sub_left {
    font-size: 26px;
    font-weight: bold;
    color: #1773a5;
    padding-top: 20px;
    padding-left: 100px;
}

.in_contact .line_1 .ul_2 .sub_right {
    font-size: 18px;
    line-height: 230%;
}

.in_contact .line_1 .ul_2 {
    width: 68%;
    text-align: left;
    padding-top: 115px;
}

.in_contact .line_2 {
    position: relative;
    margin-bottom: 20px;
}

.in_contact .line_2 .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.in_contact .line_2 .box .sTitle {
    padding-left: 0;
    padding-top: 0;
}

.in_contact .line_2 .box li {
    font-size: 23px;
    padding: 18px 0;
    padding-left: 50px;
}

.in_contact .line_2 .box .ul_2 {
    width: 430px;
    background-color: rgba(248,248,248,0.9);
    min-height: 300px;
    padding: 38px;
    border-bottom-left-radius: 38px;
    border-bottom-right-radius: 38px;
    padding-bottom: 43px;
}

.in_contact .line_2 .box .sTitle .en {
    font-size: 63px;
    text-transform: uppercase;
    color: #ddd;
    font-family: Corbel;
}

.in_contact .line_2 .box .sTitle .cn {
    font-size: 31px;
    font-weight: bold;
    background: linear-gradient(to bottom, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

.in_contact .line_2 .box li span {
    font-weight: bold;
}

.in_contact .line_2 .box li:nth-child(2) {
    background: url(/PC/images/callIco_01.png?v=8) no-repeat center left;
}

.in_contact .line_2 .box li:nth-child(3) {
    background: url(/PC/images/callIco_02.png?v=8) no-repeat center left;
}

.in_contact .line_2 .box li:nth-child(4) {
    background: url(/PC/images/callIco_03.png?v=8) no-repeat center left;
}

.in_contact .line_2 .box li:nth-child(5) {
    background: url(/PC/images/callIco_04.png?v=8) no-repeat center left;
}

.t_nav li .subNav {
    position: absolute;
    top: 93px;
    left: -21px;
    z-index: 999;
    background-color: rgba(255,255,255,0.9);
    padding: 5px 15px;
    width: 138px;
}

.t_nav li .subNav dd {
    border-bottom: 1px dashed #ccc;
}

.t_nav li .subNav dd a {
    color: #333;
    font-size: 20px;
    line-height: 50px;
    min-height: auto;
    text-align: left;
    text-indent: 35px;
    background: url(/PC/images/jt6.png?v=8) no-repeat center left;
    width: 100%;
    display: block;
    background-position-x: 12%;
    padding: 0;
}

.t_nav li .subNav dd a:hover {
    background: url(/PC/images/jt7.png?v=8) no-repeat center left;
    background-position-x: 12%;
    font-weight: bold;
    color: #00496f;
}

.t_nav li .subNav dd:last-child {
    border-bottom: 0;
}

.in_about .about .txt .s3 {
    display: none;
}

.in_about .about .txt .s2 {
    line-height: 238%;
}

.in_about .sTitle {
    background: url(/PC/images/title5.png?v=8) no-repeat;
    padding-left: 60px;
    min-height: 100px;
    background-position-y: 7px;
    margin-left: 38%;
    line-height: 150%;
}

.in_about .sTitle .en {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.in_about .sTitle .one {
    font-size: 31px;
    font-weight: bold;
    padding-bottom: 19px;
    line-height: 33px;
    padding-left: 30px;
    padding-top: 3px;
}

.in_about .sTitle .one span {
    vertical-align: top;
    background: linear-gradient(to right, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.in_about .part_5 .sContent li {
    float: left;
    width: 375px;
    margin-right: 37px;
}

.in_about .part_5 .sContent li .one {
    min-height: 78px;
    text-align: center;
    color: #0e709c;
    line-height: 200%;
    padding-top: 175px;
    margin-bottom: 16px;
}

.in_about .part_5 .sContent li .two {
    font-size: 19px;
    line-height: 180%;
    text-align: center;
}

.in_about .part_5 .sContent li .one .cn {
    font-size: 28px;
    font-weight: bold;
}

.in_about .part_5 .sContent li .one .en {
    font-size: 14px;
    text-transform: uppercase;
}

.in_about .part_5 .sContent li:nth-child(1) {
    background: url(/PC/images/wh_01.jpg?v=10) no-repeat center top;
}

.in_about .part_5 .sContent li:nth-child(2) {
    background: url(/PC/images/wh_02.jpg?v=10) no-repeat center top;
}

.in_about .part_5 .sContent li:nth-child(3) {
    background: url(/PC/images/wh_03.jpg?v=10) no-repeat center top;
    margin-right: 0;
}

.noPage .txt_2 input {
    border: 0;
    line-height: 45px;
    height: 45px;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    background: none;
    font-size: 18px;
    text-indent: 20px;
    display: block;
}

.noPage .center .txt_1 a {
    color: #007bd0;
}

.noPage .txt_2 .dl_2 {
    border: 2px solid #237baa;
    border-radius: 100px;
    overflow: hidden;
}

.noPage .txt_2 .sub_left {
    width: 91%;
}

.noPage .txt_2 .sub_right {
    width: 9%;
}

.noPage .txt_2 .sub_right input[type="button"] {
    background: url(/PC/images/sBt2.png?v=8) no-repeat center;
    cursor: pointer;
}

.iPro .content .box .smallNav .s_ul li a h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.f_contact .l_1 h3 {
    margin: 0;
    padding: 0;
}

.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;
}

.proShareBox.r_2 .pro_shareTxt {
    line-height: 230% !important;
    padding-top: 28px;
}

.proShareBox.r_2 .pro_shareTxt table {
    text-align: center !important;
}

.proShareBox.r_2 .pro_shareTxt table tr:first-child,.proShareBox.r_2 .pro_shareTxt table tr:nth-child(3) {
    font-weight: bold !important;
    background-color: #ecfafb !important;
}

.proShareBox.r_2 .pro_shareTxt table tr:last-child {
}

.proShareBox.r_2 .pro_shareTxt td {
    border: 1px dotted #0d709a !important;
    vertical-align: middle !important;
    padding: 8px !important;
}

.proShareBox.r_2 .pro_shareTxt table tr:last-child td,.proShareBox.r_2 .pro_shareTxt table tr:last-child p,.proShareBox.r_2 .pro_shareTxt table tr:last-child span {
    color: #0e6e9e !important;
}

.proShareBox.r_2 .pro_shareTxt table tr:first-child td {
    /* width: 12.5% !important; */
}

.proShareBox.r_2 .pro_shareTxt table tr:nth-child(4) td:last-child {
    padding: 13px 18px !important;
    text-align: justify !important;
    line-height: 200% !important;
}

.iPro .content .left .sbox {
    width: 216px;
    height: 287px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}

.iPro .content .box .smallNav .s_ul li:last-child {
}

.iPro .content .box .smallNav .s_ul li:last-child a {
    padding: 0;
    line-height: 93px;
    font-weight: bold;
}

.iPro .content .box .smallNav .s_ul li:last-child a span {
    color: #0e709c;
    background-image: -webkit-gradient(linear, left top, right top, from(#0e709c), to(#02d4e7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.iPro .content .shareProBox {
    padding-top: 45px;
}

.iPro .content .line_3 {
}

.iPro .content .line_3 .left {
    background: url(/PC/images/ppBj3.png?v=8) no-repeat;
    height: 211px;
}

.iPro .content .line_3 .left .txt {
    padding-top: 18px;
    background: url(/PC/images/txt_11.png?v=8) no-repeat;
}

.iPro .content .line_3 .left .sbox {
    height: 211px;
}

.iPro .content .box .smallNav .s_ul li h4 {
    margin: 0;
    font-weight: normal;
    display: block;
}

.iPro .content .line_3 .right {
    font-size: 17px;
    background: #fff;
}

.iPro .content .line_3 .right dd {
    float: left;
    width: 160px;
    text-align: center;
    border: 1px solid #ccc;
    line-height: 69px;
    border-top: 0;
    border-left: 0;
}

.iPro .content .line_3 .right dd h4 {
    font-weight: normal;
    margin: 0;
    display: block;
}

.iPro .content .line_3 .right dd a {
    /* display: block; */
}

.iPro .content .line_3 .right .subBox {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.iPro .content .line_3 .right dd a:hover {
    background: url(/PC/images/jiao3.png?v=8) no-repeat center left;
    background-position-y: 6px;
    padding-left: 16px;
}

.iPro .content .line_3 .right dd a:hover span {
    font-weight: bold;
    background: linear-gradient(to right, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.baoZhang .center {
    width: 1250px;
}

.shareHyBox {
}

.shareHyBox .item {
    border: 1px solid #ccc;
    border-radius: 13px;
    margin-bottom: 50px;
    background: #fff;
}

.shareHyBox .item .one {
    text-align: center;
    line-height: 73px;
}

.shareHyBox .item .two {
    font-size: 18px;
    border-top: 1px dashed #ccc;
}

.shareHyBox .item .three {
    padding: 13px 0;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.shareHyBox .item .one h2 {
    margin: 0;
    display: block;
    font-size: 26px;
}

.shareHyBox .item .one a {
    display: block;
}

.shareHyBox .item .two .dl_5 {
    font-size: 16px;
}

.shareHyBox .item .two dd {
    float: left;
    text-align: center;
    border: 1px dashed #ccc;
    border-left: 0;
    border-top: 0;
    line-height: 50px;
    min-height: 50px;
    width: 175px;
}

.shareHyBox .item .two .subTitle {
    font-weight: bold;
    font-size: 20px;
    background: #f3f9fb;
}

.shareHyBox .item .two dd:nth-child(1) {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shareHyBox .item .two dd:nth-child(2) {
    width: 290px;
}

.shareHyBox .item .two dd:nth-child(3) {
}

.shareHyBox .item .three a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 41px;
    width: 165px;
    text-align: center;
    background: url(/PC/images/linkBt_01.png?v=8) no-repeat center top;
    padding-bottom: 2px;
    background-size: auto 100% !important;
}

.shareHyBox .item .three a:nth-child(2) {
    background: url(/PC/images/linkBt_02.png?v=8) no-repeat center top;
}

.shareHyBox .item:hover {
    border: 1px solid #0086c3;
}

.shareHyBox .item:hover .one a {
    color: #0e709c;
}

.proListBody {
}

.proListBody .t_search .center {
    width: 1230px;
}

.proListBody .in_pro .center {
    width: 1230px;
}

.proListBody .in_pro .right {
    width: 913px;
}

.shareHyBox .item .two .subTitle dd {
    line-height: 55px;
}

.shareHyBox .item:last-child {
    margin-bottom: 26px;
}

.in_pro .vs {
    padding: 150px 0;
}

.in_pro .vs .sTitle {
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    background: url(/PC/images/vs_02.png?v=8) no-repeat center top;
    line-height: 81px;
    padding-bottom: 8px;
    /* background-position-x: 50%; */
}

.in_pro .vs .sTitle dd {
    display: inline-block;
}

.in_pro .vs .sTitle dd span {
    vertical-align: top;
    background: linear-gradient(to right, #00ccdf, #006593);
    -webkit-background-clip: text;
    color: transparent;
}

.in_pro .vs .content {
    font-size: 18px;
    padding-top: 26px;
}

.in_pro .vs .content dl {
    padding-top: 36px;
    position: relative;
}

.in_pro .vs .content dd {
    /* float: left; */
    line-height: 160%;
    display: inline-block;
    vertical-align: middle;
}

.in_pro .vs .content dd:nth-child(1) {
    width: 430px;
    padding-left: 50px;
    background: url(/PC/images/vs_05.png?v=8) no-repeat center left;
    margin-right: 69px;
    min-height: 60px;
}

.in_pro .vs .content dd:nth-child(2) {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    background: #f19149;
    line-height: 39px;
    width: 145px;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 2px;
}

.in_pro .vs .content dd:nth-child(3) {
    width: 380px;
    margin-left: 65px;
    text-align: right;
    color: #888;
    padding-right: 50px;
    background: url(/PC/images/vs_08.png?v=8) no-repeat center right;
    min-height: 60px;
}

.in_pro .vs .sTitle dd:first-child {
    margin-right: 98px;
    margin-left: -10px;
}

.in_pro .ul_1 {
}

.in_pro .vs .content .dl_2 {
}

.in_pro .vs .content .dl_2 dd:nth-child(1) {
    padding-top: 20px;
    min-height: 49px;
}

.in_pro .vs .content .dl_2 dd:nth-child(3) {
    padding-top: 20px;
    min-height: 49px;
}

.in_pro .heZuo {
}

.in_pro .heZuo .sTitle {
    line-height: 160%;
    text-align: center;
}

.in_pro .heZuo .sTitle .en {
    font-size: 13px;
    text-transform: uppercase;
}

.in_pro .heZuo .sTitle .cn {
    letter-spacing: 1px;
    font-size: 31px;
    font-weight: bold;
    line-height: 35px;
    padding-left: 3%;
}

.in_pro .heZuo .sTitle .cn span {
    background: linear-gradient(to right, #00ccdf, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.heZuo .content li {
    width: 198px;
    float: left;
    line-height: 46px;
    border: 1px solid #ddd;
    border-right: 0;
    background: #fff;
}

.heZuo .content li a {
    display: block;
    color: #333;
    font-size: 17px;
    text-align: center;
    padding-top: 50px;
}

.in_pro .heZuo .sTitle .sBox {
    background: url(/PC/images/title_2.png?v=8) no-repeat;
    display: inline-block;
    padding-left: 92px;
    padding-bottom: 19px;
    padding-right: 6px;
    background-position-y: 3px;
}

.heZuo .content .last {
}

.heZuo .content .last a {
    padding: 0;
    line-height: 96px;
    font-weight: bold;
    font-size: 19px;
}

.heZuo .content .last a span {
    color: #0e709c;
    background-image: -webkit-gradient(linear, left top, right top, from(#0e709c), to(#02d4e7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heZuo .content div {
    clear: both;
    display: inline-block;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 2px 6px #ddd;
    vertical-align: middle;
    margin-bottom: 23px;
    border-right: 1px solid #ddd;
}

.proBody .zhiDao .title {
    background: url(/PC/images/n5.png?v=8) no-repeat center left;
    padding-top: 38px;
    padding-left: 93px;
    margin-left: 27%;
    margin-bottom: 26px;
}

.proBody {
}

.proBody .zhiDao .title .en {
    font-size: 13px;
    letter-spacing: 0;
}

.proBody .zhiDao .title .one {
    padding-left: 0;
    font-size: 29px;
}

.proBody .baoZhang {
    min-height: 1203px;
}

.proBody .caiGou .center {
    background: url(/PC/images/cgPic2.png?v=8) no-repeat left bottom;
}

.proBody .caiGou .title {
    background: url(/PC/images/n6.png?v=8) no-repeat;
    background-position-y: 110px;
    background-position-x: 56%;
    padding-left: 684px;
    padding-top: 133px;
    padding-bottom: 25px;
}

.proBody .caiGou .title .one {
    font-size: 25px;
    padding-top: 11px;
}

.proBody .caiGou .title .two {
    font-size: 25px;
}

.proBody .caiGou {
    background: none;
}

.proBody .caiGou .content {
    padding-top: 20px;
}

.proBody .in_pro {
    padding-bottom: 0;
}

.proListBody .in_pro .right .sTitle {
    padding-left: 123px;
    background: url(/PC/images/title_3.png?v=8) no-repeat center left;
    margin-bottom: 26px;
    padding-bottom: 6px;
    letter-spacing: 1px;
}

.proListBody .in_pro .right .sTitle .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.8);
    transform-origin: left;
}

.proListBody .in_pro .right .sTitle .cn {
    padding-bottom: 3px;
}

.proListBody .in_pro .right .sTitle .cn h1 {
    margin: 0;
    font-size: 25px;
    background: linear-gradient(to right, #00b4c5, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

.proListBody .in_pro .right .sTitle .one {
    font-size: 18px;
    font-weight: bold;
}

.proListBody .in_pro {
    padding-bottom: 36px;
}

.proShow .right .content .line_1 .sub_right .three a {
    background: url(/PC/images/linkBt_03.png) no-repeat center top;
    color: #fff;
    display: inline-block;
    width: 210px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-indent: 10px;
    margin-right: 18px;
}

.proShow .right .content .line_1 .sub_left img {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.xgPro5 {
    padding-bottom: 55px;
}

.xgPro5 .sTitle {
    background: url(/PC/images/ps_01.png?v=8) no-repeat center left;
    padding-left: 48px;
}

.xgPro5 .dl_6 {
    padding-top: 20px;
}

.xgPro5 .sTitle .en {
    font-size: 13px;
    text-transform: uppercase;
}

.xgPro5 .sTitle .cn {
    font-size: 25px;
    font-weight: bold;
}

.xgPro5 .dl_6 dd {
    float: left;
    margin-right: 17px;
    text-align: center;
    font-size: 17px;
    width: 207px;
}

.xgPro5 .dl_6 dd a {
}

.xgPro5 .dl_6 dd a img {
    width: 193px;
    height: 193px;
    vertical-align: middle;
    margin-bottom: 15px;
    padding: 6px;
    border: 1px solid #ddd;
}

.xgPro5 .dl_6 dd a .NameTxt {
    line-height: 35px;
    border: 1px solid #0d759f;
    border-radius: 23px;
    color: #0d759f;
    padding: 0 8px;
}

.xgPro5 .dl_6 dd:last-child {
    margin-right: 0;
}

.baoZhang2 {
    background: url(/PC/images/bz3.jpg?v=10) no-repeat center top;
    padding-top: 123px;
    background-position-y: 0;
    min-height: 1900px !important;
}

.baoZhang2 .title {
    padding-left: 38%;
}

.baoZhang2 .content .box_2 {
    padding-top: 92px;
}

.baoZhang2 .content .box_2 .dl_2 {
    padding-top: 55px;
}

.baoZhang2 .content .box_2 .dl_3 {
    padding-left: 845px;
    padding-top: 62px;
}

.baoZhang2 .content .box_2 .dl_4 {
    padding-left: 845px;
}

.shareHyBox .item .two a {
}

.shareHyBox .item .two a:hover {
    color: #0086bb;
}

.baoZhang2 .title .en {
    padding-left: 11px;
}

.baoZhang .content .box_2 .en {
    color: #0481a1;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.baoZhang .content .box_2 .cn {
    font-size: 33px;
    font-weight: bold;
    color: #0481a1;
}

.baoZhang2 .content {
    padding-top: 43px;
}

.pro_shareTitle .sub_right {
    font-size: 18px;
}

.pro_shareTitle .sub_right .s_left {
    line-height: 30px;
    padding-right: 25px;
    background: url(/PC/images/jt9.png?v=8) no-repeat center right;
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-right: 3px;
}

.pro_shareTitle .sub_right .s_left span {
    font-weight: normal;
    color: #fff;
    padding: 0 13px;
    display: inline-block;
    background: #2bb0c5;
    /* 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, #4fbecf, #0da5bd);
    /* Standard syntax */
    border-radius: 5px;
    margin-right: 3px;
}

.pro_shareTitle .sub_right .s_right {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.pro_shareTitle .sub_right .s_right a {
    display: inline-block;
    background: url(/PC/images/bt_13.png?v=8) no-repeat left bottom;
    width: 213px;
    line-height: 53px;
    text-align: center;
    color: #fff;
}

.bq p {
    display: inline-block;
}

.shareHyBox .item .three .telTxt {
    font-size: 29px;
    font-weight: bold;
    vertical-align: top;
    background: linear-gradient(to right, #f94646, #ad0000);
    -webkit-background-clip: text;
    color: transparent;
    position: absolute;
    right: 33px;
    top: 13px;
}

.tzBox {
    display: inline-block;
}

.t_search .t_searchUL .right .kwBox, .t_search .t_searchUL .right .searchBox {
    display: inline-block;
}

.noBody {
}

.noBody .t_search {
    display: none;
}

.pro_shareTxt img {
    max-width: 100%;
}

.proShareBox.r_2 .pro_shareTitle {
}

.proShareBox.r_2 .pro_shareTitle .sub_right {
    padding-top: 6px;
    width: 75%;
}

.proShareBox.r_2 .pro_shareTitle .sub_right a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 41px;
    width: 165px;
    text-align: center;
    background: url(/PC/images/linkBt_02.png?v=8) no-repeat center top;
    padding-bottom: 2px;
    background-size: auto 100% !important;
}

.proShareBox.r_2 .pro_shareTitle .sub_right .telTxt {
    font-size: 29px;
    font-weight: bold;
    vertical-align: middle;
    background: linear-gradient(to right, #f94646, #ad0000);
    -webkit-background-clip: text;
    color: transparent;
}

.otherTag {
    line-height: 35px;
    font-size: 17px;
    padding-bottom: 38px;
}

.otherTag span {
    font-weight: bold;
    /* display: block; */
    margin-bottom: 10px;
    font-size: 20px;
}

.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 .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-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(/PC/images/pl_6.png) no-repeat center bottom;
    background-size: 100% auto;
    margin-bottom: 30px;
}

.sjTag .sContent a {
    line-height: 50px;
    text-align: center;
    width: 49%;
    border-bottom: 1px dashed #f3d28b;
    float: left;
}

.jhList .center {
    width: 1300px;
}

.t_search .right .kwBox a {
    display: inline-block;
    vertical-align: middle;
    /* max-width: 133px; */
    margin-right: 12px;
}

.t_logo .right .tel {
    line-height: 36px;
}

.t_logo .right .txt {
    line-height: 31px;
}

.t_logo .right .tel .s1 {
}

.t_logo .right .tel .s2 {
    font-size: 33px;
    color: #095c8c;
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 7px;
}

.t_logo .right .txt dd {
    float: left;
    padding-left: 35px;
    margin-right: 32px;
}

.t_logo .right .txt dd:nth-child(1) {
    background: url(/PC/images/topIco_01.png) no-repeat center left;
}

.t_logo .right .txt dd:nth-child(2) {
    background: url(/PC/images/topIco_02.png) no-repeat center left;
}

.t_logo .right .txt dd:nth-child(3) {
    margin-right: 0;
    background: url(/PC/images/topIco_03.png) no-repeat center left;
}

.t_nav li:nth-child(1) a {
    width: 66px;
}

.iPro .content .left .en {
}

.baoZhang .content .box_2 .big {
    padding-left: 55px;
    background: url(/PC/images/bzIcoBig.png) no-repeat;
    background-position-y: 2px;
}

.f_feedback .center {
    width: 1230px;
}

.f_feedback .right .ewm {
    padding-bottom: 18px;
}

.f_feedback .right .ewm img {
    border-radius: 10px;
}

.new .content .left,.new .content .right {
    width: 588px;
}

.new .content .left {
}

.new .content .right {
}

.new .content .subTitle {
    font-size: 22px;
    font-weight: bold;
    line-height: 58px;
    text-align: center;
    letter-spacing: 1px;
    background: #eff6f7;
}

.new .content .subContent {
    padding: 20px;
    width: 548px;
    background: #fff;
}

.new .content .subContent .one {
}

.new .content .subContent .two {
    font-size: 18px;
    line-height: 48px;
    border-bottom: 1px dashed #ccc;
}

.new .content .subContent .three {
    color: #666;
    line-height: 160%;
    padding: 10px 0;
    display: inline-block;
    clear: both;
    vertical-align: middle;
}

.new .content .subContent .four {
    text-align: right;
}

.new .content .subContent .one img {
    width: 100%;
    height: 211px;
    vertical-align: middle;
}

.new .content .txtBox {
    margin-bottom: 23px;
    -moz-box-shadow: 0px 2px 6px #ddd;
    -webkit-box-shadow: 0px 2px 6px #ddd;
    box-shadow: 0px 2px 6px #ddd;
}

.new .content .subContent .two .s_left {
    width: 82%;
    font-weight: bold;
}

.new .content .subContent .two a {
}

.new .content .subContent .two .s_right {
    font-size: 16px;
    color: #666;
}

.new .content .subContent .three a {
    float: right;
    display: inline-block;
    line-height: 31px;
    width: 150px;
    text-align: center;
    border: 1px solid #d30101;
    border-radius: 100px;
    background: linear-gradient(to bottom, #ff0000, #b70000);
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    top: 8px;
}

.new .content .subContent .three span {
    text-indent: 2em;
}

.new .content .item {
    font-size: 17px;
    line-height: 50px;
    border-bottom: 1px dashed #ddd;
}

.new .content .item .s_left {
    width: 80%;
}

.new .content .item .s_right {
    color: #666;
}

.new .content .item .s_left a {
}

.shareProBox .item a:hover {
    color: #0993b0;
}

.new .content .subContent .two a:hover {
    color: #079bb5;
}

.new .content .item a:hover {
    color: #0a8dad;
}

.indexBody {
    background: url(/PC/images/bodyBj.jpg);
}

.f_fast .left {
    width: 216px;
    background: url(/PC/images/ppBj2.png?v=8) no-repeat;
    height: 287px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.f_fast .left .txt {
    font-size: 26px;
    padding-bottom: 3px;
}

.f_fast .left .link {
    padding-top: 70px;
}

.f_fast .left .link a {
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    font-size: 17px;
    line-height: 33px;
    padding: 0 13px;
    padding-bottom: 2px;
}

.f_fast .left .link a span {
    background: linear-gradient(to right, #0e709c, #04b6c6);
    -webkit-background-clip: text;
    color: transparent;
}

.f_fast .left .sbox {
    width: 216px;
    height: 287px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}

.f_fast .left .en {
}

.f_fast .right {
}

.f_fast .box {
}

.f_fast .box .smallNav {
    background-color: #fff;
}

.f_fast .box .smallNav .s_ul {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.f_fast .box .smallNav .s_ul li {
    width: 239px;
    float: left;
    line-height: 46px;
    border: 1px solid #ccc;
    border-left: 0;
    border-top: 0;
}

.f_fast .box .smallNav .s_ul li a {
    display: block;
    color: #333;
    font-size: 17px;
    text-align: center;
    padding-top: 48px;
}

.f_fast .box .smallNav .s_ul li a:hover {
    color: #0091b7;
}

.f_fast .box .smallNav .s_ul li:nth-child(6),.f_fast .box .smallNav .s_ul li:nth-child(12),.f_fast .box .smallNav .s_ul li:nth-child(18),.f_fast .box .smallNav .s_ul li:nth-child(24),.f_fast .box .smallNav .s_ul li:nth-child(30) {
    margin-right: 0;
}

.f_fast .box .smallNav .last {
    text-align: right;
    font-size: 16px;
    padding-top: 16px;
}

.f_fast .box .smallNav .last a {
    color: #0656b1;
}

.f_fast .box .smallNav .s_ul li:nth-child(6),.f_fast .box .smallNav .s_ul li:nth-child(12),.f_fast .box .smallNav .s_ul li:nth-child(18) {
    margin-right: 0;
}

.f_fast .box .smallNav .s_ul li a h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.f_fast .box .smallNav .s_ul li:last-child {
}

.f_fast .box .smallNav .s_ul li:last-child a {
    padding: 0;
    line-height: 93px;
    font-weight: bold;
}

.f_fast .box .smallNav .s_ul li:last-child a span {
    color: #0e709c;
    background-image: -webkit-gradient(linear, left top, right top, from(#0e709c), to(#02d4e7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.f_fast .box .smallNav .s_ul li h4 {
    margin: 0;
    font-weight: normal;
    display: block;
}

.indexBody .foot {
}

.f_fast {
    padding-top: 80px;
    background: url(/PC/images/inBj_01.jpg) no-repeat center bottom;
}

.foot .mainBox {
    min-height: 383px;
    background: url(/PC/images/inBj_02.jpg) no-repeat center top;
}

.indexBody .foot .mainBox {
    min-height: 384px;
    background: url(/PC/images/f_contact2.jpg) no-repeat center top;
}

.f_contact .l_4 .sTitle {
    background: none;
    padding: 0;
}

.f_contact .l_4 .two {
    font-size: 16px;
}

.proShow .right .content .sTitle2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 72px;
    min-height: 93px;
    margin-bottom: 23px;
    background: url(/PC/images/psTitle.png) no-repeat center top;
}

.proShow .right .content .line_1 .sub_right .two dd {
    padding: 0 1%;
    background: #f1f7fb;
}

.proShow .right .content .line_1 .sub_right .two .s_left {
    width: 18%;
    text-align: center;
}

.proShow .right .content .line_1 .sub_right .two .s_right {
    width: 77%;
}

.proShow .right .content .line_1 .sub_right .two dl {
}

.proShow .right .content .line_1 .sub_right .two li:first-child {
}

.proShow .right .content .line_1 .sub_right .two li:first-child .s_left,.proShow .right .content .line_1 .sub_right .two li:first-child .s_right {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.proShow .right .content .line_1 .sub_right .two li:last-child .s_left, .proShow .right .content .line_1 .sub_right .two li:last-child .s_right {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.proShow .right .content .line_1 .sub_right .two li:last-child span {
    border: 0;
}

.proShareBox.r_7 {
    padding-bottom: 0;
}

.indexBody .f_fast {
    padding: 0;
    background: url(/PC/images/fastBj.jpg) no-repeat center bottom;
}

.indexBody .f_feedback {
    background: url(/PC/images/fb.jpg) no-repeat center top;
}

.in_about .about {
    margin-bottom: 80px;
}

.shareProBox .three {
    font-size: 15px;
    text-align: center;
    padding-bottom: 13px;
}

.shareProBox .three a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 33px;
    width: 120px;
    text-align: center;
    padding-bottom: 2px;
    background: url(/PC/images/linkBt_01.png?v=8) no-repeat center top;
    background-size: 100% auto !important;
}

.shareProBox .three a:last-child {
    background: url(/PC/images/linkBt_02.png?v=8) no-repeat center top;
}

.shareProBox .three a:first-child {
    margin-right: 5px;
}

.in_pro .shareProBox .item {
    margin-right: 16px !important;
}

.in_pro .shareProBox .item:nth-child(3), .in_pro .shareProBox .item:nth-child(6), .in_pro .shareProBox .item:nth-child(9), .in_pro .shareProBox .item:nth-child(12) {
    margin-right: 0 !important;
}

.zsShow {
}

.zsShow .zsListBox {
    display: none;
}

.zsShow .zsListBox:nth-child(1) {
    display: block;
}

.f_fast .line_1 {
    padding-top: 30px;
}
