@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('/fonts/Impact.eot');
    src: url('/fonts/Impact.eot?#iefix') format('embedded-opentype'), url('/fonts/Impact.woff') format('woff'), url('/fonts/Impact.ttf') format('truetype'), url('/fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

.left, .sub_left, .s_left {
    float: left;
}

.right, .sub_right, .s_right {
    float: right;
}

.wapShow, .noShow {
    display: none !important;
}

input, textarea {
    font-family: "微软雅黑";
}

ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

.center {
    width: 1300px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

a {
    color: #333;
    text-decoration: none;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 2px 5px #ccc;
    -webkit-box-shadow: 1px 2px 5px #ccc;
    box-shadow: 1px 2px 5px #ccc;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

/*  */
.in_banner {
    min-height: 350px;
    margin-top: -15px;
}

.banner_about {
    background: url(/PC/images/banner_about.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url(/PC/images/banner_pro.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url(/PC/images/banner_new.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url(/PC/images/banner_contact.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url(/PC/images/banner_case.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*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;
}

/* 页码 */
.pageNumber {
    font-size: 16px;
    text-align: right;
    min-height: 40px;
    line-height: 40px;
    padding-top: 50px;
    padding-right: 20px;
    text-align: center;
}

.pageNumber a {
    padding: 10px 16px;
    background: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 3px;
}

.pageNumber a:hover {
    background: #063995;
    color: #fff;
}

.pageNumber .current_page {
    padding: 10px 16px;
    background: #063995;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    margin-right: 3px;
}

/* Star 上下一篇*/
.prev_next {
    padding-top: 38px;
    line-height: 50px;
}

.prev_next a {
}

.prev_next a:hover {
    /*text-decoration:underline;*/
}

.prev_next .prev {
    float: left;
    width: 48%;
    background: #f5fafd;
    text-indent: 20px;
}

.prev_next .next {
    float: left;
    width: 48%;
    margin-left: 4%;
    background: #f5fafd;
    text-indent: 20px;
}

.prev_next font {
    font-family: "webdings";
    position: relative;
    top: 3px;
    color: #E30201;
    font-size: 25px;
    width: 35px;
}

/* End  共享区 */
/* Star 头部 */
.head img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.head {
    font-size: 14px;
}

.head .line_1 {
    background: #f6f6f6;
    min-height: 41px;
    line-height: 41px;
    color: #666;
}

.head .line_1 .center .left span {
    padding-left: 1.5em;
    background: url(/PC/images/ico_1.png) no-repeat center left;
}

.head .line_1 .right a {
    text-decoration: none;
    color: #666;
    padding-left: 20px;
    margin: 0 10px;
}

.head .line_1 .center .right a.setHome {
    padding-left: 1em;
    background: url(/PC/images/ico_01.png) no-repeat center left;
}

.head .line_1 .right a:nth-child(1) {
    padding-left: 15px;
    background: url(/PC/images/xg_02.png) no-repeat center left;
}

.head .line_2 {
    min-height: 139px;
}

.head .line_2 .left {
    width: 580px;
    padding-top: 38px;
}

.head .line_2 .right {
    padding-top: 10px;
}

.head .line_2 .right .sub_left .s_1 {
    font-size: 17px;
    padding-bottom: 3px;
}

.head .line_2 .right .sub_left .s_2 {
    font-size: 19.5px;
    font-weight: bold;
}

/* Star 搜索框 */
.t_search {
    font-size: 14px;
    min-height: 59px;
    line-height: 59px;
    background: #fff;
    color: #555;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.t_search .left a {
    color: #666;
    text-decoration: none;
}

.t_search .right a {
    color: #666;
}

.t_search .right form {
    display: inline;
}

.t_search .right input {
    font-size: 16px;
    border: 1px solid #003d93;
    border-radius: 100px;
    vertical-align: top;
    position: relative;
    top: 7px;
}

.t_search .right input[type="text"] {
    width: 230px;
    min-height: 41px;
    margin: 0;
    padding: 0;
    text-indent: 15px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.t_search .right input[type="button"] {
    width: 43px;
    min-height: 43px;
    margin: 0;
    padding: 0;
    color: #BA131A;
    cursor: pointer;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: url(/PC/images/g2_03.png) no-repeat center left;
    background-size: 23px auto;
}

/* Star 关于我们 */
.about {
    min-height: 570px;
    padding-top: 392px;
    font-size: 19px;
    color: #222;
    line-height: 150%;
    background: url(/PC/images/about.jpg) no-repeat center top;
}

.about .line_2 {
    padding: 20px 60px;
}

.about .line_2, .about .line_2 p, .about .line_2 span, .about .line_2 td {
    line-height: 190% !important;
    font-size: 18px !important;
    color: #333 !important;
}

.about .line_2 p {
    margin: 0 !important;
    padding-bottom: 10px !important;
}

/* Star 产品中心 */
.pro {
    padding-top: 83px;
    padding-bottom: 20px;
}

.titleBox {
    min-height: 95px;
    text-align: center;
    letter-spacing: 1px;
    background: url(/PC/images/title_01.png) no-repeat center top;
}

.titleBox .one {
    font-size: 40px;
    font-weight: bold;
    color: #c80002;
    padding-top: 25px;
    padding-bottom: 21px;
}

.pro .line_1 {
    padding-top: 33px;
    text-align: center;
    padding-bottom: 50px;
}

.pro .line_1 a {
    padding: 0.8em 2em;
    text-decoration: none;
    border: 1px solid #E20001;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
}

.pro .line_1 a:hover {
    color: #fff;
    background: #E20001;
}

.pro .line_2 .proBox {
    border: 1px solid #063793;
    width: 1122px;
    margin: 0 auto;
    min-height: 822px;
}

.pro .line_2 .proBox .left {
    width: 238px;
    background: #fff;
    border-right: 1px solid #063793;
}

.pro .line_2 .proBox .left .type_title {
    min-height: 149px;
    border-bottom: 1px solid #063793;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background: #063995;
}

.pro .line_2 .proBox .left .type_title .cn {
    font-size: 31px;
    font-weight: bold;
    padding-top: 48px;
}

.pro .line_2 .proBox .left .type_title .en {
    font-size: 13px;
    text-transform: uppercase;
}

.pro .line_2 .proBox .left a {
    text-indent: 5em;
    text-decoration: none;
    display: block;
    background: url(/PC/images/h_1.png) no-repeat center;
    min-height: 3em;
    border-bottom: 1px dashed #063793;
    line-height: 69px;
    color: #333;
    background-position-x: 50px;
}

.pro .line_2 .proBox .left a:hover {
    color: #ff0000;
    font-weight: bold;
    background: url(/PC/images/h_2.png) no-repeat center;
    background-position-x: 50px;
}

.pro .line_2 .proBox .left .lastDiv {
    background: #4269AE;
    min-height: 112px;
}

.pro .line_2 .proBox .left a.last {
    background: url(/PC/images/h_3.png) no-repeat center;
    background-position-x: 50px;
    border-bottom: 0;
    color: #fff;
    line-height: 112px;
}

.pro .line_2 .proBox .left a.last:hover {
    background: url(/PC/images/h_3.png) no-repeat center;
    background-position-x: 50px;
}

.pro .line_2 .proBox .right {
    width: 881px
}

.pro .line_2 .proBox .right .itemUL {
    margin-left: 14px;
}

.pro .line_2 .proBox .right .item {
    border: 1px solid #ccc;
    width: 265px;
    min-height: 364px;
    float: left;
    margin: 30px 9px 0 9px;
    background: #fff;
}

.pro .line_2 .proBox .right .item .pic {
    display: block;
    width: 252px;
    margin: 10px auto;
    margin-bottom: 3px;
}

.pro .line_2 .proBox .right .item .txt {
    width: 252px;
    margin: 0 6px;
    padding: 0 3px;
    position: absolute;
}

.pro .line_2 .proBox .right .item .txt .proName {
    color: #FF0000;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.pro .line_2 .proBox .right .item .txt .miaoShu {
    color: #999;
    font-size: 13px;
    margin: 5px 0 10px 0;
}

.pro .line_2 .proBox .right .link a {
    color: #fff;
    font-size: 16px;
    padding: 0.25em 1.5em;
    text-decoration: none;
}

.pro .line_2 .proBox .right .link a.one {
    background: #333;
}

.pro .line_2 .proBox .right .link a.two {
    background: #063995;
    margin-left: 17px;
}

.pro .line_2 .proBox .right .item:hover .txt {
    margin-top: -60px;
    padding-top: 5px;
    background-color: rgba(255,255,255,0.9);
    z-index: 99;
}

.pro .line_2 .proBox .right .item:hover .txt .miaoShu {
    color: #000;
    line-height: 24px;
}

.pro .line_2 .proBox .right .item:hover .txt .proName {
    font-weight: bold;
}

.pro .line_2 .proBox .right .item:hover .txt .shenglve {
    white-space: normal;
}

.pro .line_2 .proBox .right .item:hover .txt #PI_Pro_LY {
    background-color: #063995;
}

.pro .line_2 .proBox .right .item:hover .txt #PI_Pro_SQ {
    background-color: #ff0000;
}

/* Star 案例 */
.cases {
    min-height: 860px;
    background: url(/PC/images/bj.jpg);
}

.cases .center_1 {
    padding-top: 100px;
}

.cases .title {
    min-height: 75px;
    background: url(/PC/images/t_bj.png) no-repeat center bottom;
}

.cases .title .one {
    width: 155px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/PC/images/t2_11.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

.cases .line_2 {
    padding-top: 25px;
}

.cases .line_2 .item {
    width: 268px;
    min-height: 208px;
    background: url(/PC/images/bj_3.jpg) no-repeat;
    float: left;
    margin-top: 25px;
    margin-left: 13px;

}

.cases .line_2 .item .casePic {
    display: block;
    margin-left: 1px;
    margin-top: 1px;
}

.cases .line_2 .item a {
    text-decoration: none;
    color: #333;
}

.cases .line_2 .item p {
    text-align: center;
    line-height: 35px;
}

/* Star foot */
.foot {
}

/* Star foot_nav */
.foot .foot_nav {
    min-height: 66px;
    background: url(/PC/images/f_nav_bj.png);
    line-height: 66px;
}

.foot .foot_nav .line_1 {
}

.foot .foot_nav .line_1 a {
    text-decoration: none;
    color: #fff;
    padding: 0px 40px;
    border-right: 1px solid #fff;
}

/* Star f_contact */
.f_contact {
    min-height: 443px;
    background: url(/PC/images/f_contact.jpg) no-repeat center bottom;
}

.f_contact a {
}

.f_contact .UL_big {
    padding-top: 140px;
}

.f_contact .L_1 {
    width: 298px;
    font-weight: bold;
    text-align: center;
    padding-right: 43px;
    padding-top: 38px;
}

.f_contact .L_1 .one .f_logo {
}

.f_contact .L_1 .one .txt {
    font-size: 16px;
    padding-top: 18px;
}

.f_contact .L_1 .two {
    font-size: 15px;
    line-height: 23px;
    padding-top: 21px;
}

.f_contact .L_2 .two a, .f_contact .L_3 .two a {
    background: url(/PC/images/bot_6.png) no-repeat center left;
    float: left;
    padding-left: 14px;
    line-height: 30px;
    width: 113px;
    font-size: 15px;
}

.f_contact .L_2 .two a.last, .f_contact .L_3 .two a.last {
    background: none;
}

.f_contact .L_2, .f_contact .L_3 {
    width: 180px;
}

.f_contact .L_2 .one, .f_contact .L_3 .one {
    background: url(/PC/images/ico_10.png) no-repeat;
    padding-left: 20px;
    background-position: 0 4px;
    font-size: 15px;
    font-weight: bold;
}

.f_contact .L_2 .one .line, .f_contact .L_3 .one .line {
    width: 14px;
    height: 0;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.f_contact .L_2 .two, .f_contact .L_3 .two {
    padding-top: 11px;
}

.f_contact .L_4 {
    width: 420px;
    padding-right: 5px;
}

.f_contact .L_4 p {
    margin: 0;
    padding: 0;
}

.f_contact .L_4 .one {
}

.f_contact .L_4 .one .line {
    width: 14px;
    height: 0;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.f_contact .L_4 .two,.f_contact .L_6 .two {
    padding-top: 9px;
    line-height: 34px;
    padding-left: 32px;
}

.f_contact .L_5 {
    width: 139px;
    font-size: 13px;
    text-align: center;
    padding-top: 68px;
}

.f_contact .L_5 .ewm {
    border-radius: 3px;
}

.f_contact .L_5 .two {
    padding-top: 8px;
}

/* Star f_BQ */
.foot .f_BQ {
    min-height: 38px;
    line-height: 38px;
    font-size: 13px;
    background: #07113d;
    color: #fff;
    text-align: center;
    border-top: 1px dashed #7790f7;
}

.foot .f_BQ a {
    color: #fff;
    text-decoration: none;
}

.fa_scroll {
    padding-bottom: 100px;
    padding-top: 50px;
}

.fa_scroll .center_1 {
    padding-top: 48px;
}

.fa_scroll .title {
    min-height: 72px;
    background: url(/PC/images/t_bj.png) no-repeat center bottom;
}

.fa_scroll .title .one {
    width: 135px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/PC/images/t_13.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

/* Star in_contact */
.in_contact .in_1 {
    min-height: 1356px;
}

.in_contact .in_1 .center_1 {
    width: 1080px;
}

.in_contact .in_1 .line_1 {
    text-align: center;
    padding-top: 98px;
}

.in_contact .in_1 .line_1 .sub_line_1 {
    padding-bottom: 8px;
}

.in_contact .in_1 .line_1 .sub_line_2 {
    border-bottom: 3px solid #d10212;
    font-size: 18px;
    color: #000;
    padding-bottom: 5px;
}

.in_contact .in_1 .line_2 {
    color: #000;
    line-height: 30px;
    padding: 26px;
    padding-top: 72px;
    font-size: 16px;
}

.in_contact .in_1 .line_3 {
    padding-top: 72px;
    min-height: 350px;
}

.in_contact .in_1 .line_3 .left {
    width: 400px;
}

.in_contact .in_1 .line_3 .left img.pic_2 {
    margin-top: 10px;
    margin-left: 21px;
}

.in_contact .in_1 .line_3 .right {
    width: 630px;
    color: #000;
}

.in_contact .in_1 .line_3 .right .s_title {
    font-size: 28px;
    font-weight: bold;
    padding-left: 30px;
}

.in_contact .in_1 .line_3 .right .txt {
    font-size: 17px;
    position: relative;
    margin-top: -17px;
    padding-top: 22px;
    padding-left: 70px;
    background: url(/PC/images/a1.png) no-repeat;
    background-position-y: 10px;
    min-height: 267px;
    line-height: 78px;
}

.in_contact .in_1 .line_3 .right .txt p {
    padding: 0;
    margin: 0;
}

.in_contact .in_1 .line_4 {
    padding-top: 26px;
}

/* Star proShow */
.proShow .right {
    width: 1000px;
    border: 1px solid #ddd;
}

/* Star newsList */
.newsList {
    padding-bottom: 80px;
    background: #f4f4f4;
}

.newsList .center_2 {
    padding-top: 89px;
    width: 1120px;
}

.newsList .newsBox {
}

.newsList .newsBox .left {
    width: 238px;
    background: #fff;
}

.newsList .newsBox .left .type_title {
    min-height: 149px;
    border-bottom: 1px solid #063793;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background: #063995;
}

.newsList .newsBox .left .sub_nav {
    padding-bottom: 15px;
}

.newsList .newsBox .left a {
    text-decoration: none;
    display: block;
    min-height: 3em;
    border: 1px solid #063793;
    line-height: 65px;
    color: #333;
    text-align: center;
    border-top: 0;
}

.newsList .newsBox .left a:hover {
    color: #BB0B0B;
    background: url(/PC/images/h_5.png) no-repeat center;
}

.newsList .newsBox .left .l_contact .sub_title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #063895;
    line-height: 93px;
    border-left: 0;
}

.newsList .newsBox .left .l_contact .txt {
    background: url(/PC/images/ico_7.png) no-repeat;
    line-height: 40px;
    background-position: 10px 20px;
    padding: 10px;
    padding-left: 40px;
    min-height: 215px;
    border: 1px solid #063793;
    border-top: 0;
}

.newsList .newsBox .left .lastDiv {
    background: #4269AE;
    min-height: 112px;
}

.newsList .newsBox .right {
    width: 816px;
}

.newsList .newsBox .right .line_1 {
    background: url(/PC/images/line_5.png) no-repeat center bottom;
    min-height: 46px;
    line-height: 46px;
}

.newsList .newsBox .right .line_1 .sub_left {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #063895;
}

.newsList .newsBox .right .line_1 .sub_right {
    float: right;
    color: #999;
}

.newsList .newsBox .right .line_2 {
    padding: 15px 0;
}

.newsList .newsBox .right .line_2 .ItemAll a {
    text-decoration: none;
    display: block;
    border-bottom: 1px dashed #ccc;
    padding: 25px 10px;
    min-height: 84px;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_left {
    float: left;
    width: 105px;
    min-height: 84px;
    background: url(/PC/images/bj_15.png) no-repeat center top;
    text-align: center;
    color: #777;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_left .big {
    font-size: 36px;
    font-weight: bold;
    line-height: 43px;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_left .small {
    font-size: 13px;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_right {
    float: right;
    width: 680px;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_right .one {
    font-size: 16px;
    color: #333;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_right .two {
    font-size: 13px;
    color: #999;
    padding-top: 10px;
}

.newsList .newsBox .right .line_2 .ItemAll a:hover dd.sub_left .big, .newsList .newsBox .right .line_2 .ItemAll a:hover dd.sub_right .one {
    color: #e20202;
}

.newsList .newsBox .right .line_2 .ItemAll a:hover {
    background: #fff;
}

.xgPro_scroll {
    min-height: 650px;
}

.xgPro_scroll .center_1 {
    padding-top: 48px;
}

.xgPro_scroll .title {
    min-height: 72px;
    background: url(/PC/images/t_bj.png) no-repeat center bottom;
}

.xgPro_scroll .title .one {
    width: 135px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/PC/images/bj_12.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

/* Star newShow */
.newShow {
    padding-bottom: 80px;
    background: #f4f4f4;
}

.newShow .center_2 {
    padding-top: 89px;
    width: 1120px;
}

/* Star caseList */
.caseList .in_1 {
    min-height: 811px;
}

.caseList .in_1 .center_1 {
    padding-top: 92px;
}

.caseList .in_1 .title {
    min-height: 72px;
    background: url(/PC/images/t_bj.png) no-repeat center bottom;
}

.caseList .in_1 .title .one {
    width: 135px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/PC/images/bj_10.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

.caseList .in_1 .txt {
    background: url(/PC/images/bj_11.png) no-repeat center bottom;
    min-height: 408px;
    padding-top: 82px;
}

.caseList .in_1 .txt .UL_2 {
    padding-top: 178px;
    letter-spacing: 1px;
}

.caseList .in_1 .txt ul li {
    width: 130px;
    padding: 15px;
    margin-left: 35px;
}

.caseList .in_1 .txt ul li .one {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #d10212;
}

.caseList .in_1 .txt ul li .two {
    font-size: 15px;
    color: #858585;
    padding-top: 58px;
}

.caseList .in_2 {
    min-height: 1067px;
    background: url(/PC/images/bj_16.png);
}

.caseList .in_2 .center_1 {
    padding-top: 64px;
}

.caseList .in_2 .title {
    min-height: 72px;
    background: url(/PC/images/t_bj.png) no-repeat center bottom;
}

.caseList .in_2 .title .one {
    width: 172px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/PC/images/bj_17.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

.caseList .in_2 .line_2 {
    padding-top: 66px;
}

.caseList .in_2 .line_2 .left {
    width: 660px;
}

.caseList .in_2 .line_2 .left .itemDL {
    width: 648px;
    min-height: 202px;
    background: #fff;
    -moz-box-shadow: 2px 2px 5px #A3A3A3;
    -webkit-box-shadow: 2px 2px 5px #A3A3A3;
    box-shadow: 2px 2px 5px #A3A3A3;
    margin-bottom: 25px;
}

.caseList .in_2 .line_2 .left .itemDL .sub_left {
    float: left;
    width: 265px;
}

.caseList .in_2 .line_2 .left .itemDL .sub_left .pic {
    padding: 5px;
}

.caseList .in_2 .line_2 .left .itemDL .sub_right {
    float: right;
    width: 343px;
    margin-right: 13px;
    padding-top: 17px;
}

.caseList .in_2 .line_2 .left .itemDL .sub_right .a_name {
    font-size: 17px;
    font-weight: bold;
    color: #e20000;
    text-decoration: none;
}

.caseList .in_2 .line_2 .left .itemDL .sub_right .two {
    font-size: 15px;
    line-height: 22px;
    color: #999;
    padding-top: 10px;
}

.caseList .in_2 .line_2 .left .itemDL .sub_right .three {
    text-align: right;
    padding-top: 10px;
}

.caseList .in_2 .line_2 .left .itemDL .sub_right .three a.more {
    color: #e20000;
    font-size: 14px;
    text-decoration: none;
}

.caseList .in_2 .line_2 .right {
    width: 417px;
    background: #fff;
    -moz-box-shadow: 2px 2px 5px #A3A3A3;
    -webkit-box-shadow: 2px 2px 5px #A3A3A3;
    box-shadow: 2px 2px 5px #A3A3A3;
}

.caseList .in_2 .line_2 .right .two {
    min-height: 473px;
    padding: 0 25px;
}

.caseList .in_2 .line_2 .right .two input[type="text"], .caseList .in_2 .line_2 .right .two textarea {
    border: 1px solid #ccc;
    background: #f0f0f0;
    border-radius: 5px;
    padding: 10px;
    display: block;
    width: 346px;
    margin: 15px 0;
}

.caseList .in_2 .line_2 .right .two textarea {
    min-height: 92px;
}

.caseList .in_2 .line_2 .right .two input[type="submit"] {
    border: 0;
    background: #E10101;
    color: #fff;
    padding: 7px 50px;
    cursor: pointer;
}

.caseList .in_2 .line_2 .right .three {
    background: url(/PC/images/10_07.jpg) no-repeat center top;
    min-height: 73px;
    font-size: 33px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    padding-top: 42px;
}

/* Star caseShow */
.caseShow {
    padding-bottom: 35px;
}

.caseShow .center_2 {
    padding-top: 89px;
    width: 1120px;
}

.caseShow .caseBox {
    width: 1118px;
    margin: 0 auto;
    display: inline-block;
    background: #fff;
}

.caseShow .caseBox .left {
    width: 238px;
    background: #fff;
    border: 1px solid #063793;
}

.caseShow .caseBox .left .type_title {
    min-height: 149px;
    border-bottom: 1px solid #063793;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background: #063995;
}

.caseShow .caseBox .left .type_title .cn {
    font-size: 31px;
    font-weight: bold;
    padding-top: 40px;
}

.caseShow .caseBox .left .type_title .en {
    font-size: 18px;
    letter-spacing: 5px;
}

.caseShow .caseBox .left .sub_nav {
    min-height: 740px;
}

.caseShow .caseBox .left a {
    text-indent: 5em;
    text-decoration: none;
    display: block;
    background: url(/PC/images/h_1.png) no-repeat center;
    min-height: 3em;
    border-bottom: 1px dashed #063793;
    line-height: 51px;
    color: #333;
    background-position-x: 50px;
}

.caseShow .caseBox .left a.first {
    font-weight: bold;
    color: #063995;
    font-size: 17px;
    background: #E4E4E4;
    text-align: center;
    text-indent: 0;
    line-height: 68px;
}

.caseShow .caseBox .left a.first:hover {
    background: #E4E4E4;
    color: #063895;
}

.caseShow .caseBox .left a.last {
    background: none;
    color: #e20000;
}

.caseShow .caseBox .left a.last:hover {
    background: none;
}

.caseShow .caseBox .left a:hover {
    color: #BB0B0B;
    background: url(/PC/images/h_2.png) no-repeat center;
    background-position-x: 50px;
}

.caseShow .caseBox .left .l_contact .sub_title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #063895;
    line-height: 93px;
    border-left: 0;
}

.caseShow .caseBox .left .l_contact .txt {
    background: url(/PC/images/ico_7.png) no-repeat;
    line-height: 40px;
    background-position: 10px 20px;
    padding: 10px;
    padding-left: 40px;
    min-height: 215px;
}

.caseShow .caseBox .left .lastDiv {
    background: #4269AE;
    min-height: 112px;
}

.caseShow .caseBox .right {
    width: 816px;
    margin-right: 15px;
}

.caseShow .caseBox .right .line_1 {
    background: url(/PC/images/line_5.png) no-repeat center bottom;
    min-height: 46px;
    line-height: 46px;
}

.caseShow .caseBox .right .line_1 .sub_left {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #063895;
}

.caseShow .caseBox .right .line_1 .sub_right {
    float: right;
    color: #999;
}

.caseShow .caseBox .right .line_2 {
    min-height: 90px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}

.caseShow .caseBox .right .line_2 h1 {
    font-size: 25px;
    letter-spacing: 1px;
    color: #E30201;
}

.caseShow .caseBox .right .line_2 .two {
    color: #666;
    font-size: 15px;
}

/* Star search pro */
.pro_Search .proBox .right {
    width: 846px;
}

.pro_Search .proBox .right .line_2 {
    width: 846px;
    overflow: hidden;
}

.pro_Search .proBox .right .line_2 .itemUL {
    display: inline-block;
}

.pro_Search .proBox .right .line_2 .item {
    border: 1px solid #ccc;
    width: 265px;
    min-height: 364px;
    float: left;
    margin: 30px 9px 0 9px;
    background: #fff;
}

.pro_Search .proBox .right .line_2 .item .pic {
    display: block;
    width: 252px;
    margin: 10px auto;
    margin-bottom: 3px;
}

.pro_Search .proBox .right .line_2 .item .txt {
    width: 252px;
    margin: 0 6px;
    padding: 0 3px;
    position: absolute;
}

.pro_Search .proBox .right .line_2 .item .txt .proName {
    color: #FF0000;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.pro_Search .proBox .right .line_2 .item .txt .miaoShu {
    color: #999;
    font-size: 13px;
    margin: 5px 0 10px 0;
}

.pro_Search .proBox .right .line_2 .link a {
    color: #fff;
    font-size: 16px;
    padding: 0.25em 1.5em;
    text-decoration: none;
}

.pro_Search .proBox .right .line_2 .link a.one {
    background: #333;
}

.pro_Search .proBox .right .line_2 .link a.two {
    background: #063995;
    margin-left: 17px;
}

.pro_Search .proBox .right .item:hover .txt {
    margin-top: -60px;
    padding-top: 5px;
    background-color: rgba(255,255,255,0.9);
    z-index: 99;
}

.pro_Search .proBox .right .item:hover .txt .miaoShu {
    color: #000;
    line-height: 24px;
}

.pro_Search .proBox .right .item:hover .txt .proName {
    font-weight: bold;
}

.pro_Search .proBox .right .item:hover .txt .shenglve {
    white-space: normal;
}

.pro_Search .proBox .right .item:hover .txt #PI_Pro_LY {
    background-color: #063995;
}

.pro_Search .proBox .right .item:hover .txt #PI_Pro_SQ {
    background-color: #ff0000;
}

/* in_feedback */
.in_feedback {
    min-height: 498px;
    background: #fff;
    margin-bottom: 100px;
}

.in_feedback .center_1 {
    padding-top: 89px;
}

.in_feedback .title {
    min-height: 72px;
    background: url(/PC/images/t_bj.png) no-repeat center bottom;
}

.in_feedback .title .one {
    width: 146px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/PC/images/t2_03.png) no-repeat;
    text-align: right;
    padding-top: 19px;
    letter-spacing: 2px;
}

.in_feedback .line_2 {
    min-height: 208px;
    padding-top: 15px;
    width: 1060px;
    margin: 0 auto;
}

.in_feedback .line_2 .left {
    width: 498px;
}

.in_feedback .line_2 .right {
    width: 498px;
}

.foot .in_feedback .line_2 input[type="text"], .foot .in_feedback .line_2 textarea {
    border: 1px solid #ccc;
    background: #E5E5E5;
    border-radius: 5px;
    padding: 15px;
    display: block;
    width: 466px;
    margin: 15px 0;
}

.foot .in_feedback .line_2 textarea {
    min-height: 152px;
}

.foot .in_feedback .line_3 {
    text-align: right;
    width: 1060px;
    margin: 0 auto;
}

.foot .in_feedback .line_3 input[type="submit"] {
    border: 0;
    background: #E10101;
    color: #fff;
    padding: 7px 50px;
    cursor: pointer;
}

/* in_about */
.in_about .in_1 {
    min-height: 562px;
}

.in_about .in_1 .line_1 {
    text-align: center;
    padding-top: 98px;
}

.in_about .in_1 .line_1 .sub_line_1 {
    padding-bottom: 8px;
}

.in_about .in_1 .line_1 .sub_line_2 {
    border-bottom: 3px solid #d10212;
    font-size: 18px;
    color: #000;
    padding-bottom: 5px;
}

.in_about .in_1 .line_2 {
    padding-top: 65px;
}

.in_about .in_1 .line_2 .center_2 {
    width: 1120px;
}

.in_about .in_1 .line_2 .left {
    width: 520px;
    text-align: center;
    font-size: 14px;
    color: #777;
}

.in_about .in_1 .line_2 .left .sub_line_2 {
    padding-top: 35px;
}

.in_about .in_1 .line_2 .left .sub_line_2 li {
    float: left;
    width: 173px;
}

.in_about .in_1 .line_2 .right {
    width: 515px;
    line-height: 38px;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
}

.in_about .in_2 {
    background: url(/PC/images/about_bj.png);
    min-height: 659px;
}

.in_about .in_2 .line_1 {
    text-align: center;
    padding-top: 95px;
}

.in_about .in_2 .line_1 .sub_line_1 {
    padding-bottom: 8px;
}

.in_about .in_2 .line_1 .sub_line_2 {
    border-bottom: 3px solid #d10212;
    font-size: 18px;
    color: #000;
    padding-bottom: 5px;
}

.in_about .in_2 .line_2 {
    padding-top: 36px;
    min-height: 362px;
}

.in_about .in_2 .line_2 .left {
    width: 550px;
}

.in_about .in_2 .line_2 .right {
    width: 555px;
    overflow: hidden;
}

.in_about .in_2 .line_2 .right .DL {
    width: 580px;
}

.in_about .in_2 .line_2 .right .DL dd {
    float: left;
    width: 269px;
    height: 172px;
    overflow: hidden;
    margin-bottom: 12px;
    margin-right: 12px;
}

.in_about .in_2 .line_2 .right .DL dd .txt {
    background: url(/PC/images/bj_18.png) no-repeat;
    line-height: 43px;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -43px;
    text-align: center;
    background: url(/PC/images/bj_18.png);
}

.in_about .in_3 {
    min-height: 934px;
}

.in_about .in_3 .line_1 {
    text-align: center;
    padding-top: 123px;
}

.in_about .in_3 .line_1 .sub_line_1 {
    padding-bottom: 8px;
}

.in_about .in_3 .line_1 .sub_line_2 {
    border-bottom: 3px solid #d10212;
    font-size: 18px;
    color: #000;
    padding-bottom: 5px;
}

.in_about .in_3 .line_2 {
    padding-top: 35px;
    min-height: 555px;
    background: url(/PC/images/a_3.jpg) no-repeat center bottom;
}

.in_about .in_3 .line_2 .sub_title .dd_1 {
    font-size: 18px;
    color: #164299;
    padding-top: 41px;
}

.in_about .in_3 .line_2 .sub_title .dd_2 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
}

.in_about .in_3 .line_2 .txt {
    font-size: 13px;
    color: #666;
    line-height: 28px;
    padding-top: 42px;
    letter-spacing: 1px;
}

.in_about .in_3 .line_2 .one {
    padding-left: 784px;
    padding-right: 28px;
}

.in_about .in_3 .line_2 .two {
    padding-top: 54px;
    padding-left: 45px;
    padding-right: 770px;
}

.in_about .in_3 .line_2 .two .sub_title {
    padding-left: 190px;
}

.noSearch {
    padding-bottom: 35px;
    min-height: 534px;
    background: url(/PC/images/bj_30.jpg) no-repeat center;
}

.noSearch .one {
    padding-top: 384px;
    padding-left: 279px;
}

.noSearch a {
    display: inline-block;
    height: 49px;
    width: 166px;
    margin-right: 18px;
}

.page404 {
    padding: 60px 0;
    min-height: 334px;
    background: url(/PC/images/404.jpg) no-repeat center top;
    font-size: 19px;
    font-weight: bold;
    line-height: 200%;
    padding-top: 110px;
}

.page404 .line_1 {
    padding: 0 100px;
    padding-bottom: 50px;
}

.page404 .line_2 {
    padding: 0 100px;
    color: #19417f;
}

.tzBox {
    display: inline-block;
}

.caseShow .caseBox .right .line_3 {
    color: #666;
    padding-top: 20px;
}

.caseShow .caseBox .right .line_4 {
    padding-top: 20px;
}

.caseShow .caseBox .right .line_3,.caseShow .caseBox .right .line_3 p, .caseShow .caseBox .right .line_3 span {
    font-size: 16px !important;
}

.proShow {
    padding: 100px 0;
    padding-bottom: 50px;
}

.proShow .psCenter {
    padding-top: 89px;
    width: 1120px;
}

.proShow .right .line_1 {
    background: url(/PC/images/line_5.png) no-repeat center bottom;
    min-height: 46px;
    line-height: 46px;
}

.proShow .right .line_3 {
    font-size: 19px;
    padding: 28px;
    padding-top: 38px;
}

.proShow .right .line_4 {
    font-size: 19px;
    padding: 28px;
    padding-top: 10px;
}

.proShow .right .line_1 .sub_left {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #063895;
}

.proShow .right .line_1 .sub_right {
}

.proShow .right .line_1 .sub_right a.more {
    text-decoration: none;
    font-size: 16px;
    color: #063895;
}

.proShow .right .line_3 .txt,.proShow .right .line_4 .txt {
    text-align: justify;
    color: #000;
    line-height: 30px;
    padding-top: 8px;
    padding-bottom: 45px;
}

.proShow .right .line_3 .txt, .proShow .right .line_3 .txt p, .proShow .right .line_3 .txt span, .proShow .right .line_4 .txt, .proShow .right .line_4 .txt p, .proShow .right .line_4 .txt span {
    font-size: 19px !important;
    line-height: 210% !important;
    text-indent: 0 !important;
}

.proShow .right .line_3 .txt p,.proShow .right .line_4 .txt p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 5px !important;
}

.proShow .right .line_2 {
}

.proShow .right .line_2 .ul_2 {
    width: 936px;
    padding: 32px;
}

.proShow .right .line_2 .sub_left {
    width: 360px;
}

.proShow .right .line_2 .sub_left img {
    padding: 5px;
    background: #fff;
    -moz-box-shadow: 1px 1px 6px #ddd;
    -webkit-box-shadow: 1px 1px 6px #ddd;
    box-shadow: 1px 1px 6px #ddd;
}

.proShow .right .line_2 .sub_right {
    float: right;
    width: 513px;
}

.proShow .right .line_2 .sub_right .one {
    font-size: 19px;
    line-height: 38px;
    padding-bottom: 15px;
}

.proShow .right .line_2 .sub_right .three {
    padding-top: 15px;
}

.caseList .in_1 .txt ul.UL_2 .L_1 {
    margin-left: 12px;
}

.caseList .in_1 .txt .UL_2 .L_4 {
    margin-left: 30px;
}

.caseList .in_1 .txt .UL_2 .L_5 {
    margin-left: 25px;
}

.caseList .in_1 .txt .UL_2 .L_6 {
    margin-left: 30px;
}

.t_search .searchUL {
}

.t_search .searchUL .right {
    color: #666;
}

.t_search .searchUL .right .txt {
    display: inline-block;
    padding-left: 65px;
    padding-right: 25px;
    margin-right: 18px;
    border-right: 1px solid #ddd;
    background: url(/PC/images/g2_02.png) no-repeat center left;
    background-position-y: 19px;
}

.pro .line_1 .cur {
    background: #E20001;
    color: #fff;
}

.pro .line_1 a:first-child {
}

.f_contact .link {
    line-height: 38px;
}

.caseShow .caseBox .right .line_2 .two span {
    margin: 0 2%;
}

.pro_Search {
    padding-bottom: 35px;
}

.pro_Search .center {
    padding-top: 89px;
    width: 1120px;
}

.proShow .right .line_1 .sub_right a {
    text-decoration: none;
    font-size: 16px;
    color: #063895;
}

.pro_Search .proBox .right .line_2 .searchListBox {
    width: 870px;
}

.otherTag {
    line-height: 35px;
    font-size: 17px;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.otherTag a {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 0 18px;
    margin-right: 8px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #666;
    background: #fff;
}

.otherTag a:hover {
    border: 1px solid #a51414;
    color: #a51414;
}

.jhList {
    padding: 100px 0;
}

.jhList .left {
    width: 955px;
    position: relative;
}

.jhList .right {
    width: 300px;
}

.jhlistBox {
}

.jhlistBox .item {
    padding: 15px 18px;
    margin-bottom: 26px;
    width: 919px;
    background: #fff;
}

.jhlistBox .item .sub_left {
    width: 280px;
    height: 230px;
    overflow: hidden;
}

.jhlistBox .item .sub_right {
    width: 610px;
    font-size: 16px;
    color: #666;
}

.jhlistBox .item .sub_left a {
}

.jhlistBox .item .sub_left img {
    width: 280px;
    height: 230px;
    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 {
    color: #333;
}

.sjTag {
}

.sjTag .left_Title {
    color: #fff;
    padding: 10px 18px;
    letter-spacing: 1px;
    background: #d88e00;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, #d88e00, #f1b33d);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #d88e00, #f1b33d);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #d88e00, #f1b33d);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #d88e00, #f1b33d);
    /* Standard syntax */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 48px;
    line-height: 160%;
    padding-top: 15px;
    width: auto;
}

.sjTag .left_Title .cn {
    font-weight: bold;
    font-size: 23px;
}

.sjTag .left_Title .en {
    font-size: 13px;
}

.sjTag .sContent {
    border: 1px solid #f3d28b;
    font-size: 16px;
    width: 298px;
    background: #fff;
    margin-bottom: 30px;
}

.sjTag .sContent a {
    line-height: 50px;
    text-align: center;
    width: 49%;
    border-bottom: 1px dashed #f3d28b;
    float: left;
    color: #333;
}

.jhList .center {
    width: 1300px;
}

.jhlistBox .item .sub_right .one a:hover {
    color: #e3060b;
}

.sjTag .sContent a:hover {
    color: #e3060b;
}

.t_nav {
    position: relative;
    z-index: 100;
    min-height: 102px;
    background: url(/PC/images/nav2.jpg) repeat-x;
}

.t_nav .box {
}

.t_nav a {
    font-size: 18px;
    float: left;
    text-decoration: none;
    text-align: center;
    color: #fff;
    min-height: 102px;
}

.t_nav a:nth-child(1) {
    width: 130px;
}

.t_nav a:nth-child(2) {
    width: 131px;
}

.t_nav a:nth-child(3) {
    width: 130px;
}

.t_nav a:nth-child(4) {
    width: 129px;
}

.t_nav a:nth-child(5) {
    width: 130px;
}

.t_nav a:nth-child(6) {
    width: 130px;
}

.t_nav a:nth-child(7) {
    width: 130px;
}

.t_nav a:nth-child(8) {
    width: 130px;
}

.t_nav a:nth-child(9) {
    width: 130px;
}

.t_nav a span {
    /* font-family: sans-serif; */
    display: block;
    font-size: 12px;
    /* text-transform: uppercase; */
    /* transform: scale(0.8); */
    opacity: 0.8;
}

.t_nav a:nth-child(1) span {
}

.t_nav a .cn {
    padding-top: 23px;
    padding-bottom: 4px;
    font-weight: bold;
}

.t_nav a .en {
    vertical-align: top;
    line-height: 13px;
}

.t_nav a:nth-child(1) .en {
}

.t_nav a:hover {
    background: url(/PC/images/navHover.png) no-repeat center top;
    background-size: 100% auto;
}

.t_nav a:hover .cn {
}

.t_nav a:hover .en {
}

.t_nav a:hover .en span {
}

.head .line_2 .left .txt {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: bold;
}

.head .line_2 .logo {
    vertical-align: middle;
}

.head .line_2 .left .one {
    font-size: 28px;
    color: #063895;
}

.head .line_2 .left .two {
    font-size: 19.5px;
}

.head .line_1 .right a:nth-child(2) {
    padding-left: 17px;
    background: url(/PC/images/xg_03.png) no-repeat center left;
}

.head .line_1 .right a:nth-child(3) {
    background: url(/PC/images/xg_04.png) no-repeat center left;
}

.head .line_2 .right .sub_left {
    padding-top: 25px;
}

.head .line_2 .right .sub_right {
    text-align: center;
    padding-left: 15px;
    font-size: 13px;
    line-height: 130%;
}

.head .line_2 .right .sub_right .s_2 {
}

.head .line_2 .right .sub_left .s_1 span {
    font-family: "Impact";
    font-size: 26px;
    letter-spacing: 1px;
    color: #d00302;
    position: relative;
    top: 2px;
}

.t_nav2 {
    background: url(/PC/images/nav.jpg) no-repeat center top;
}

.t_nav a:nth-child(10) {
    width: 130px;
}

.pro .title {
}

.titleBox .one strong {
    color: #003c93;
}

.titleBox .two {
    font-size: 19px;
}

.pro .content {
    padding-top: 51px;
}

.proTypeBox {
    border: 1px dashed #ddd;
    border-left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;
}

.proTypeBox .box {
    border-top: 1px solid #fff;
}

.proTypeBox .bigNav {
}

.proTypeBox .bigNav li {
    margin-bottom: 3px;
    background: url(/PC/images/bigNav.png) no-repeat;
}

.proTypeBox .bigNav li a {
    display: block;
    width: 171px;
    font-size: 20px;
    color: #fff;
    line-height: 100%;
    min-height: 90px;
}

.proTypeBox .bigNav li a .cn {
    display: inline-block;
    font-weight: bold;
    padding-left: 33px;
    line-height: 28px;
}

.proTypeBox .bigNav li a .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.75);
    white-space: nowrap;
}

.proTypeBox .bigNav .cur {
    background: url(/PC/images/bigNavHover.png) no-repeat;
}

.proTypeBox .box .smallNav {
    text-align: center;
}

.proTypeBox .box .smallNav .s_ul {
    /* width: 99.5%; */
}

.proTypeBox .box .smallNav .s_ul li {
    width: 183px;
    float: left;
    line-height: 38px;
    padding-top: 15px;
}

.proTypeBox .box .smallNav .s_ul li:hover {
}

.proTypeBox .box .smallNav .s_ul li:nth-child(5), .proTypeBox .box .smallNav .s_ul li:nth-child(10), .proTypeBox .box .smallNav .s_ul li:nth-child(15) {
    margin-right: 0;
}

.proTypeBox .box .smallNav .s_ul li a {
    display: block;
    font-size: 19px;
    color: #333;
    border-right: 1px solid #eee;
}

.proTypeBox .box .smallNav .s_ul li a:hover {
    color: #000;
    font-weight: bold;
    background: url(/PC/images/navHover2.png) no-repeat center bottom;
    background-position-y: 21px;
}

.proTypeBox .left {
    width: 193px;
    text-align: center;
}

.proTypeBox .right {
    width: 1098px;
}

.pro .content .listBox {
    padding-top: 45px;
}

.pro .content .listBox .shareProItem .hdBox {
}

.pro .content .listBox .shareProItem .hdBox a {
    position: relative;
    display: block;
}

.pro .content .listBox .shareProItem .hdBox a .topPic {
    position: absolute;
    top: -10px;
    left: 3px;
}

.shareProItem {
    float: left;
    width: 290px;
    padding: 8px;
    margin-right: 22px;
    margin-bottom: 25px;
    text-align: center;
    background: #fff;
    min-height: 370px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.shareProItem:nth-child(4), .shareProItem:nth-child(8), .shareProItem:nth-child(12) {
    margin-right: 0;
}

.shareProItem:hover {
    /*	background:#f8f8f8;
	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.shareProItem a {
    display: block;
    font-size: 19px;
}

.shareProItem .txt a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #222;
}

.shareProItem .link {
    text-align: center;
    padding-bottom: 10px;
}

.shareProItem .link a {
    color: #fff;
    line-height: 29px;
    width: 121px;
    font-size: 15px;
    border-radius: 100px;
    display: inline-block;
    background: url(/PC/images/pBt_01.png) no-repeat center;
}

.shareProItem .link a:nth-child(2) {
    color: #003d93;
    margin-left: 5px;
    background: url(/PC/images/pBt_02.png) no-repeat center;
}

.shareProItem a .proPic {
    display: block;
    width: 291px;
    height: 291px;
}

.shareProItem a:hover {
}

.proTypeBox .bigNav li a .bjBox {
    padding-top: 22px;
}

.proTypeBox .bigNav li:nth-child(1) .cn {
    background: url(/PC/images/g3_01.png) no-repeat center left;
}

.proTypeBox .bigNav li:nth-child(2) .cn {
    background: url(/PC/images/g3_02.png) no-repeat center left;
}

.proTypeBox .bigNav li:nth-child(3) .cn {
    background: url(/PC/images/g3_03.png) no-repeat center left;
}

.proTypeBox .bigNav li:last-child {
    margin: 0;
}

.proTypeBox .box .smallNav .s_ul li:last-child a {
    border: 0;
}

.titleBox h2 {
    margin: 0;
}

.head .line_2 .left a {
    display: inline-block;
    vertical-align: middle;
}

.ys .titleBox {
    margin-bottom: 45px;
    background: url(/PC/images/title_02.png) no-repeat center top;
}

.ys .titleBox .one {
    padding-top: 17px;
    padding-bottom: 25px;
}

.ys .content {
    min-height: 2506px;
    font-size: 18px;
    color: #222;
    line-height: 150%;
    background: url(/PC/images/ys.jpg) no-repeat center top;
}

.ys .content ul {
    padding-top: 51px;
    padding-left: 78px;
}

.ys .content .box_1 {
    width: 800px;
    min-height: 455px;
    padding-top: 38px;
}

.ys .content .box_2 {
    min-height: 455px;
    padding-left: 856px;
}

.ys .content .box_3 {
    width: 550px;
    min-height: 533px;
    padding-left: 75px;
}

.ys .content .box_4 {
    min-height: 393px;
    padding-top: 81px;
    padding-left: 583px;
}

.ys .content .box_5 {
    padding-top: 96px;
}

.ys .content .box_6 {
    padding-top: 36px;
    padding-left: 65px;
}

.ys .content .en {
    color: #777;
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 0;
    padding-bottom: 30px;
    padding-left: 60px;
}

.ys .content .bigTxt {
    font-size: 28px;
    font-weight: bold;
    color: #c80002;
    padding-left: 60px;
}

.ys .content .smallTxt {
    color: #1e1e1e;
    font-size: 18px;
    line-height: 33px;
    padding: 3px 0;
}

.ys .content .box_3 .smallTxt {
    padding-left: 4px;
}

.ys .content .box_4 .smallTxt {
    padding-left: 5px;
}

.ys .content .box_5 .smallTxt, .ys .content .box_6 .smallTxt {
    padding-left: 0;
}

.ys .content span {
    font-weight: bold;
}

.ys {
    padding: 83px 0;
}

.ys .content .box_1 li:nth-child(4) {
    padding-bottom: 9px;
}

.ys .content .box_3 .mdList {
    padding: 8px 0;
    padding-left: 22px;
    line-height: 38px;
}

.ys .content .box_3 .mdList dd {
    float: left;
    width: 30%;
    padding-left: 25px;
    background: url(/PC/images/ysIco.png) no-repeat center left;
}

.about .titleBox {
    background: none;
}

.about .line_3 {
    padding-top: 38px;
}

.about .line_3 .left {
    width: 268px;
    font-size: 16px;
    line-height: 50px;
}

.about .line_3 .right {
    width: 838px;
    padding-top: 5px;
}

.about .line_3 .left a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.about .line_3 .right dd {
    float: left;
}

.about .line_3 .right dd span {
    font-size: 33px;
    font-family: "Impact";
    font-weight: normal;
    margin: 0 6px;
    position: relative;
    top: 5px;
    color: #c80002;
}

.ys .content .bigTxt span {
    font-family: "Impact";
    font-weight: normal;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.about .line_3 .right dd:nth-child(2) {
    padding-left: 93px;
}

.about .line_3 .right dd:nth-child(3) {
    padding-left: 106px;
}

.news {
    padding: 80px 0;
}

.news .content {
    padding-top: 42px;
}

.news .sTitle {
    padding-top: 32px;
    text-align: center;
}

.news .sTitle dd {
    display: inline-block;
    padding-right: 20px;
    margin-right: 10px;
    border-right: 1px solid #eee;
}

.news .sTitle dd a {
    display: block;
    line-height: 43px;
    font-size: 20px;
    color: #1e1e1e;
    text-align: center;
    padding: 0 23px;
    border-radius: 100px;
}

.news .sTitle dd span {
    display: block;
    padding-left: 33px;
}

.news .sTitle dd:nth-child(1) span {
    background: url(/PC/images/newIco_01.png) no-repeat center left;
}

.news .sTitle dd:nth-child(2) span {
    background: url(/PC/images/newIco_02.png) no-repeat center left;
}

.news .sTitle dd:nth-child(3) span {
    background: url(/PC/images/newIco_03.png) no-repeat center left;
}

.news .content .line_1 {
}

.news .content .line_1 .sub_left {
    width: 610px;
    height: 295px;
    overflow: hidden;
}

.news .content .line_1 .sub_right {
    width: 623px;
    padding: 28px 33px;
    border-left: 0;
    min-height: 270px;
    padding-bottom: 0;
    background: #f8f8f8;
}

.news .content .line_1 .sub_left img {
    display: block;
    width: 100%;
}

.news .content .line_1 .dl_1 {
    background-color: #fff;
}

.news .content .line_1 .sub_right .s1 {
    font-size: 21px;
    font-weight: bold;
}

.news .content .line_1 .sub_right .s2 {
    font-size: 17px;
    color: #333;
    line-height: 190%;
    text-align: justify;
    text-indent: 2em;
}

.news .content .line_2 {
    padding-top: 39px;
    margin-bottom: 16px;
}

.news .content .line_2 li {
    float: left;
    width: 410px;
    padding-bottom: 8px;
    margin-right: 35px;
    margin-bottom: 33px;
    border-bottom: 1px solid #ccc;
}

.news .content .line_2 li:nth-child(3),.news .content .line_2 li:nth-child(6) {
    margin-right: 0;
}

.news .content .line_2 li .one {
}

.news .content .line_2 li .one a {
    display: block;
    position: relative;
}

.news .content .line_2 li .one a .timeBox {
    position: absolute;
    background: url(/template/images/timeBox.png) center top no-repeat;
    width: 111px;
    height: 107px;
    left: 25px;
    text-align: right;
    color: #fff;
    font-size: 36px;
    padding-right: 20px;
}

.news .content .line_2 li .one a .timeBox .s2 {
    font-size: 19px;
    padding-right: 1px;
}

.news .content .line_2 li .one a .timeBox .s1 {
    padding-top: 16px;
}

.news .content .line_2 li .one a img {
    padding-top: 23px;
    display: block;
}

.news .content .line_2 li .two {
    font-size: 18px;
    font-weight: bold;
}

.news .content .line_2 li .sBox {
    background: url(/template/images/newBox.png) center top no-repeat;
    padding: 26px 43px;
    min-height: 158px;
}

.news .content .line_2 li .three {
    padding: 12px 0;
    line-height: 180%;
    padding-bottom: 18px;
}

.news .content .line_2 li .four {
    text-align: right;
}

.news .content .line_2 li .four a.more {
    display: inline-block;
    height: 31px;
    width: 115px;
    background: url(/template/images/newBt_01.png) center top no-repeat;
}

.news .content .line_2 li .four a.more:hover {
    background: url(/template/images/newBt_02.png) center top no-repeat;
}

.news .content .line_2 li .two a:hover {
    color: #0b91b6;
}

.news .content .line_3 {
    line-height: 35px;
    background-color: #f6f7f8;
    text-align: center;
}

.news .content .line_3 a {
    display: block;
    line-height: 56px;
    font-size: 16px;
}

.news .sTitle .dl_2 {
    display: inline-block;
    text-align: center;
    padding: 13px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.news .sTitle dd a:hover,.news .sTitle dd .cur {
    color: #fff;
    background: #c80002;
}

.news .sTitle dd:nth-child(1) a:hover span, .news .sTitle dd:nth-child(1) .cur span {
    background: url(/PC/images/newIcoHover_01.png) no-repeat center left;
}

.news .sTitle dd:nth-child(2) a:hover span, .news .sTitle dd:nth-child(2) .cur span {
    background: url(/PC/images/newIcoHover_02.png) no-repeat center left;
}

.news .sTitle dd:nth-child(3) a:hover span, .news .sTitle dd:nth-child(3) .cur span {
    background: url(/PC/images/newIcoHover_03.png) no-repeat center left;
}

.news .sTitle dd:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.news .content .line_1 .sub_right .s4 {
    font-size: 16px;
    color: #888;
    padding: 13px 0;
}

.news .content .line_1 .sub_right .s3 {
    font-size: 13px;
    text-align: right;
    padding-top: 10px;
}

.news .content .line_1 .sub_right .s3 a {
    display: inline-block;
    width: 103px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    background: #0a0a0a;
    border-radius: 100px;
}

.news .content .line_1 .sub_right .s1 a:hover {
    color: #ba0001;
}

.news .content .line_1 .sub_right .s3 a:hover {
    background: #ba0001;
}

.news .content .line_2 li .sub_left {
    width: 60px;
    color: #333;
    text-align: center;
}

.news .content .line_2 li .sub_right {
    width: 339px;
    padding: 6px 0;
}

.news .content .line_2 li .sub_left .s1 {
    font-size: 30px;
    font-weight: bold;
}

.news .content .line_2 li .sub_left .s2 {
    font-size: 15px;
}

.news .content .line_2 li .sub_right .s1 {
    font-size: 19px;
    padding-right: 55px;
    background: url(/PC/images/txt.png) no-repeat center right;
}

.news .content .line_2 li .sub_right .s2 {
    font-size: 16px;
    padding-top: 5px;
    color: #888;
}

.news .content .line_2 li .sub_right .s1 a:hover {
    font-weight: bold;
    color: #ba0001;
}

.news .content .line_2 li .sub_right .s1 a {
}

.news .content .line_2 li:hover {
    border-bottom: 1px solid #ba0001;
}

.news .content .line_2 li:hover a {
    color: #ba0001;
    font-weight: bold;
}

.news .titleBox {
    background: url(/PC/images/title_04.png) no-repeat center top;
}

.f_feedback {
    min-height: 463px;
    background: url(/PC/images/fb.jpg) no-repeat center top;
}

.f_feedback .ul_1 .left {
    width: 898px;
    padding-top: 67px;
}

.f_feedback .left input[type="text"], .f_feedback .left textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 5px;
    width: 97.5%;
    font-size: 18px;
    background: none;
}

.f_feedback .left input[type="text"] {
    height: 73px;
    width: 98%;
    margin-bottom: 11px;
    text-indent: 50px;
}

.f_feedback .left textarea {
    min-height: 153px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 20px;
    padding-left: 60px;
    width: 373px;
}

.f_feedback .left .bt_1, .f_feedback .left .bt_2 {
    text-align: center;
    width: 213px;
    line-height: 48px;
    height: 48px;
    border-radius: 50px;
    border: 0;
    font-size: 19px;
    font-weight: bold;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 2px;
    background: none;
}

.f_feedback .left .bt_1 {
    color: #fff;
}

.f_feedback .left .bt_2 {
    background: #cdcccb;
}

.f_feedback .left .bt_2:hover {
    color: #fff;
    background: #ff6a01;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #ff8701, #ff5001);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #ff8701, #ff5001);
    /* Standard syntax */
}

.f_feedback .left .title {
    min-height: 99px;
    line-height: 230%;
    padding-left: 78px;
}

.f_feedback .left .title .cn {
    font-size: 35px;
    color: #003c93;
    font-weight: bold;
    line-height: 35px;
}

.f_feedback .left .title .one {
    font-size: 19px;
    color: #666;
}

.f_feedback .left .fb_bigBox .ul_3 {
}

.f_feedback .left .fb_bigBox .ul_3 .sub_left {
    width: 452px;
}

.f_feedback .left .fb_bigBox .ul_3 .sub_right {
    width: 438px;
}

.f_feedback .left .fb_bigBox .three {
    text-align: right;
    padding-top: 8px;
    padding-right: 112px;
}

.f_feedback .right {
    width: 356px;
    font-size: 19px;
    padding-top: 63px;
}

.f_feedback .right .one {
    font-size: 31px;
    font-weight: bold;
    background: linear-gradient(to right, #e0222a, #b02c30);
    -webkit-background-clip: text;
    color: transparent;
}

.f_feedback .right .two {
    padding: 5px 0;
    padding-left: 22px;
}

.f_feedback .right .two span {
    color: #e20000;
}

.f_feedback .right .dl_6 {
    padding-top: 22px;
    line-height: 38px;
}

.f_feedback .right .dl_6 dd {
    padding-left: 33px;
}

.f_feedback .right .dl_6 dd span {
    font-weight: bold;
}

.f_feedback .right .three {
    padding: 6px 0;
}

.fast {
    padding-top: 88px;
    padding-bottom: 23px;
}

.fast .title {
    font-size: 31px;
    font-weight: bold;
    color: #c80002;
    padding-bottom: 28px;
}

.fast .content {
}

.proTypeBox .box .smallNav .s_ul li:last-child a {
    color: #c80002;
}

.f_contact .L_1 .s1 {
    font-size: 28px;
    color: #063895;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.f_contact .L_1 .s2 {
    font-size: 19px;
    letter-spacing: 1px;
}

.f_contact .L_4 .cn {
    font-size: 28px;
    font-weight: bold;
}

.f_contact .L_4 .en {
    font-size: 12px;
}

.f_contact .L_6 {
    width: 386px;
    padding-top: 53px;
}

.f_contact .L_4 .two p,.f_contact .L_4 .two span, .f_contact .L_6 .two p,.f_contact .L_6 .two span {
    font-size: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
}

.f_contact img {
    vertical-align: middle;
}

.in_pro {
    padding: 100px 0;
}

.in_pro .left {
    width: 254px;
}

.in_pro .right {
    width: 1000px;
    border: 1px solid #ddd;
}

.in_pro .list {
    padding-top: 35px;
    width: 900px;
    overflow: hidden;
}

.in_pro .list ul.clear {
    width: 950px;
}

.in_pro .list .item {
    float: left;
    min-height: 338px;
    width: 285px;
    margin-right: 20px;
    background: url(/template/images/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.in_pro .list .item:hover {
    background: url(/template/images/pro_hbj.png) 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;
}

.in_pro .list {
    padding-top: 35px;
    width: 900px;
    overflow: hidden;
}

.in_pro .list ul.clear {
    width: 950px;
}

.in_pro .list .item {
    float: left;
    min-height: 338px;
    width: 285px;
    margin-right: 20px;
    background: url(/template/images/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.in_pro .list .item:hover {
    background: url(/template/images/pro_hbj.png) 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: 254px;
    background: #fff;
}

.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 {
}

.typeNav .content a {
    display: block;
}

.typeNav .content .bigNav {
    min-height: 90px;
    text-align: center;
    background: url(/PC/images/navBig.jpg) no-repeat center top;
}

.typeNav.typeNew .content .bigNav {
    padding-top: 0;
    margin-bottom: 0;
}

.typeNav .content .bigNav a {
    padding-top: 26px;
}

.typeNav .content .smallNav {
    font-size: 18px;
    line-height: 52px;
    border-bottom: 1px dashed #ddd;
}

.typeNav.typeNew .content .smallNav {
    background: url(/template/images/l_sub.png) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav.typeNew .content .smallNav a {
    margin-left: 32px;
}

.typeNav .content .smallNav a {
    display: block;
    color: #1e1e1e;
    text-indent: 73px;
    background: url(/PC/images/g5_05.png) no-repeat center left;
    background-position-x: 45px;
}

.typeNav.typeNew .content .smallNav a:hover {
    padding: 0 10px;
}

.typeNav.typeNew .content .smallNav.firstStyle {
    background: url(/template/images/l_subTop.png) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav.typeNew .content .smallNav.lastStyle {
    background: url(/template/images/l_subBottom.png) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav .content .smallNav.firstStyle {
    background: url(/template/images/l_subTop.png) no-repeat center left;
    background-position-x: 48px;
    background-position-y: -6px;
}

.typeNav .content .smallNav.lastStyle {
    background: url(/template/images/l_subBottom.png) no-repeat center left;
    background-position-x: 48px;
    background-position-y: -6px;
}

.left_Title {
    width: 254px;
    height: 86px;
    color: #fff;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    background: url(/PC/images/g6_01.jpg) no-repeat center top;
}

.left_Title .box {
    display: inline-block;
    text-align: left;
    padding: 10px 0;
    padding-left: 36px;
    background: url(/PC/images/g5_01.png) no-repeat center left;
}

.left_Title .s_1 {
    font-size: 24px;
    font-weight: bold;
}

.left_Title .s_2 {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.9);
    transform-origin: left;
}

.lContact {
    background: url(/template/images/l_contact.jpg) no-repeat center bottom;
    font-size: 17px;
    color: #002886;
    min-height: 265px;
    padding-top: 31px;
    line-height: 160%;
}

.lContact .one {
    text-indent: 39px;
    padding-top: 27px;
}

.lContact .two {
    text-indent: 132px;
    padding-top: 21px;
    font-size: 16px;
}

.lContact .title {
    min-height: 69px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 69px;
}

.lContact .content {
    padding-top: 28px;
    line-height: 38px;
    padding-left: 48px;
    padding-right: 10px;
}

.lContact .three {
    text-indent: 120px;
    padding-top: 0;
    line-height: 130%;
    font-size: 16px;
}

.lContact .three img {
    border: 1px solid #ccc;
}

.lContact .three .txt {
    line-height: 150%;
    padding-top: 5px;
}

.shareRightTitle {
    line-height: 53px;
    padding: 15px 20px;
    width: 960px;
    border-bottom: 1px solid #ddd;
}

.shareRightTitle .sub_left {
    padding-left: 38px;
    background: url(/PC/images/g5_02.png) no-repeat center left;
}

.shareRightTitle .sub_right {
}

.shareRightTitle .txt_1 {
    font-size: 28px;
    font-weight: bold;
    color: #1e1e1e;
    margin: 0;
    padding: 0;
}

.shareRightTitle .txt_2 {
    display: inline-block;
    font-size: 19px;
    margin-right: 18px;
}

.shareRightTitle .sub_right img {
    display: block;
    position: relative;
    top: 6px;
}

.shareRightSmallNav {
    padding-top: 28px;
}

.shareRightSmallNav .ul_1 {
    width: 95%;
    margin: 0 2.5%;
}

.shareRightSmallNav .ul_1 li {
    width: 19.2%;
    text-align: center;
    float: left;
    line-height: 43px;
    margin-right: 1%;
    margin-bottom: 10px;
}

.shareRightSmallNav .ul_1 li a {
    display: block;
    font-size: 17px;
    border: 1px solid #ddd;
    border-radius: 100px;
}

.shareRightSmallNav .ul_1 li a.subCurrentNav, .shareRightSmallNav .ul_1 li a:hover {
    color: #fff;
    background: #c80002;
    font-weight: bold;
    border: 1px solid #c80002;
}

.shareRightSmallNav .ul_1 li:nth-child(5), .shareRightSmallNav .ul_1 li:nth-child(10),.shareRightSmallNav .ul_1 li:nth-child(15),.shareRightSmallNav .ul_1 li:nth-child(20),.shareRightSmallNav .ul_1 li:nth-child(25),.shareRightSmallNav .ul_1 li:nth-child(30) {
    margin-right: 0;
}

.typeNav .content .bigNav:first-child {
    min-height: 98px;
    background: url(/PC/images/g6_02.jpg) no-repeat center top;
}

.typeNav .content .bigNav span {
    display: block;
}

.typeNav .content .bigNav .cn {
    display: inline-block;
    padding-left: 28px;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    background-size: 21px auto !important;
}

.typeNav .content .bigNav .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.8);
}

.typeNav .content .bigNav:first-child a {
    padding-top: 39px;
    color: #fff;
}

.typeNav .content .smallNav:hover,.typeNav .content .cur {
    background: url(/PC/images/hoverNav.png) no-repeat center bottom;
    background-position-y: 27px;
}

.typeNav .content .smallNav:hover a,.typeNav .content .cur a {
    font-weight: bold;
    background: url(/PC/images/g5_03.png) no-repeat center left;
    background-position-x: 45px;
}

.typeNav .content .box {
    padding: 3px 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.typeNav .content .box li:last-child {
    border: 0;
}

.typeNav .content .box li:last-child a {
    color: #ce0b0e;
}

.l_contact {
    border: 1px solid #ddd;
    border-top: 0;
}

.l_contact .sub_title {
    min-height: 107px;
    padding-left: 73px;
    background: url(/PC/images/leftTel.png) no-repeat center top;
}

.l_contact .sub_title .cn {
    font-size: 20px;
    font-weight: bold;
    padding-top: 35px;
}

.l_contact .sub_title .en {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.l_contact .txt {
    padding-top: 8px;
    padding-bottom: 28px;
    background: url(/PC/images/bd.jpg) no-repeat center bottom;
}

.l_contact .s1 {
    font-size: 28px;
    font-family: "Impact";
    text-align: center;
    padding: 5px 0;
    letter-spacing: 1px;
}

.l_contact .s2 {
    font-size: 16px;
    line-height: 31px;
    padding-left: 26px;
    background: url(/PC/images/tel2.png) no-repeat;
    background-position-y: 8px;
    background-position-x: 5px;
}

.shareRightTitle .sub_right a {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #c80002;
    border-radius: 100px;
    padding: 0 30px;
}

.in_pro .right .txtBox {
    font-size: 19px;
    line-height: 180%;
    padding: 28px;
    padding-bottom: 0;
}

.in_pro .right .txtBox .txt_1 {
}

.in_pro .right .txtBox .txt_2 {
}

.in_pro .right .txtBox span {
    color: #c80002;
    font-weight: bold;
}

.pro_ShareList {
    padding: 18px 0;
    padding-left: 20px;
}

.pro_ShareList .shareProItem {
    margin-right: 18px;
}

.pro_ShareList .shareProItem:nth-child(3), .pro_ShareList .shareProItem:nth-child(6), .pro_ShareList .shareProItem:nth-child(9), .pro_ShareList .shareProItem:nth-child(12), .pro_ShareList .shareProItem:nth-child(15) {
    margin-right: 0;
}

.xgPro {
    padding: 28px;
}

.xgPro .subTitle {
    font-size: 19px;
    color: #000;
    font-weight: bold;
    line-height: 65px;
}

.xgPro .subContent {
}

.xgPro .subContent dd {
    float: left;
    margin-right: 18px;
    width: 222px;
}

.xgPro .subContent dd:nth-child(5) {
    margin-right: 0;
}

.xgPro .subContent dd a, .xgPro .subContent dd a span {
    display: block;
}

.xgPro .subContent dd a:hover {
    color: #e95412;
}

.xgPro .subContent dd a .NameTxt {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    color: #000101;
}

.xgPro .subContent dd a img {
    vertical-align: middle;
    padding: 5px;
    background: #fff;
    -moz-box-shadow: 1px 1px 6px #ddd;
    -webkit-box-shadow: 1px 1px 6px #ddd;
    box-shadow: 1px 1px 6px #ddd;
}

.xgPro .subContent dd .proBT {
    text-align: center;
}

.xgPro .subContent dd .proBT a {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 45%;
    line-height: 27px;
    font-size: 14px;
}

.xgPro .subContent dd .proBT a.a_1 {
    background: #313131;
}

.xgPro .subContent dd .proBT a.a_2 {
    background: #ffa800;
}

.proShow .right .line_2 .sub_right .one .txt_1 {
    font-size: 28px;
    vertical-align: middle;
}

.proShow .right .line_2 .sub_right .one .s_left {
}

.proShow .right .line_2 .sub_right .one .s_right {
}

.proShow .right .line_2 .sub_right .one .s_right a {
    color: #003d92;
    vertical-align: middle;
    padding-right: 30px;
    background: url(/PC/images/goBack.png) no-repeat center right;
    background-size: 23px;
}

.proShow .right .line_2 .sub_right .canShu p {
    margin: 0;
    padding: 0;
}

.proShow .right .line_2 .sub_right .canShu, .proShow .right .line_2 .sub_right .canShu p, .proShow .right .line_2 .sub_right .canShu span, .proShow .right .line_2 .sub_right .canShu td {
    line-height: 46px !important;
    font-size: 19px !important;
}

.proShow .right .line_2 .sub_right .canShu table, .proShow .right .line_2 .sub_right .canShu td {
    border: 0 !important;
}

.proShow .right .line_2 .sub_right .canShu td {
    float: left !important;
    min-height: 46px !important;
    padding: 0 !important;
}

.proShow .right .line_2 .sub_right .canShu td:nth-child(1) {
    background: #e0f1fb !important;
    font-weight: bold !important;
    color: #000 !important;
    font-size: 19px !important;
    width: 19% !important;
    padding-right: 5% !important;
    text-align: right !important;
    text-transform: uppercase !important;
}

.proShow .right .line_2 .sub_right .canShu td:nth-child(2) {
    width: 71% !important;
    padding-left: 5% !important;
    background: #f5fbff !important;
}

.proShow .right .line_2 .sub_right .canShu tr {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    border-radius: 100px !important;
    overflow: hidden;
    margin-bottom: 8px !important;
}

.proShow .right .line_2 .sub_right .canShu table {
    border-collapse: collapse !important;
}

.proShow .right .line_2 .sub_right .four {
    font-size: 16px;
    color: #c80002;
    padding: 10px 0;
    line-height: 180%;
}

.proShow .right .line_2 .sub_right .four span {
    font-weight: bold;
}

.proShow .right .line_2 .sub_right .three .s_left {
}

.proShow .right .line_2 .sub_right .three .s_right {
    padding-left: 55px;
    background: url(/PC/images/g7_02.png) no-repeat center left;
}

.proShow .right .line_2 .sub_right .three .s_left a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    width: 272px;
    min-height: 54px;
    line-height: 50px;
    text-indent: 66px;
    background: url(/PC/images/g7_01.png) no-repeat center top;
}

.proShow .right .line_2 .sub_right .three .s_right .s1 {
    font-size: 18px;
    font-weight: bold;
    color: #094290;
}

.proShow .right .line_2 .sub_right .three .s_right .s2 {
    font-family: "Impact";
    font-size: 27px;
}

.proShow .right .line_3 .titleBox {
    background: url(/PC/images/g8_01.png) no-repeat center top;
}

.proShow .right .line_3 .subTitle {
    color: #000;
    font-weight: bold;
    line-height: 38px;
    padding-left: 26px;
    background: url(/PC/images/g8_02.png) no-repeat center left;
    background-size: 22px auto !important;
}

.proShow .right .line_3 .psTxt_1 {
}

.proShow .right .line_3 .psTxt_2 {
}

.proShow .right .line_3 .psTxt_3 {
}

.proShow .right .line_3 .psTxt_4 {
}

.titleBox .one span {
    color: #003c93;
}

.proShow .right .line_3 .titleBox .one {
    padding-top: 18px;
    text-indent: 87px;
}

.t_search .left {
    color: #666;
    padding-left: 33px;
    background: url(/PC/images/g2_01.png) no-repeat center left;
    background-position-y: 19px;
}

.proShow .right .line_3 .psTxt_1 .subTitle {
}

.proShow .right .line_3 .psTxt_2 .subTitle {
    background: url(/PC/images/g8_03.png) no-repeat center left;
}

.proShow .right .line_3 .psTxt_3 .subTitle {
    background: url(/PC/images/g8_06.png) no-repeat center left;
}

.proShow .right .line_3 .psTxt_4 .subTitle {
    background: url(/PC/images/g8_07.png) no-repeat center left;
}

.proShow .right .line_4 .titleBox {
    background: url(/PC/images/g8_08.png) no-repeat center top;
}

.proShow .right .line_4 .titleBox .one {
    padding-top: 18px;
    text-indent: 87px;
}

.proShow .right .line_4 .subTitle {
    color: #000;
    font-weight: bold;
    line-height: 38px;
}

.xgPro .subContent dd:last-child {
    margin: 0;
}

.newNav {
    padding: 98px 0;
    padding-bottom: 23px;
    text-align: center;
}

.newNav dd {
    display: inline-block;
    padding-right: 30px;
    margin-right: 24px;
    border-right: 1px solid #eee;
}

.newNav dd a {
    display: block;
    line-height: 48px;
    font-size: 20px;
    color: #1e1e1e;
    text-align: center;
    padding: 0 38px;
    padding-bottom: 7px;
}

.newNav dd span {
    display: block;
    padding-left: 33px;
}

.newNav dd:nth-child(1) span {
    background: url(/PC/images/newIco_01.png) no-repeat center left;
}

.newNav dd:nth-child(2) span {
    background: url(/PC/images/newIco_02.png) no-repeat center left;
}

.newNav dd:nth-child(3) span {
    background: url(/PC/images/newIco_03.png) no-repeat center left;
}

.newNav .navDL {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

.newNav dd a:hover {
    color: #fff;
    background: url(/PC/images/newHover.png) no-repeat center top;
    background-size: 100% 100%;
}

.newNav dd:nth-child(1) a:hover span {
    background: url(/PC/images/newIcoHover_01.png) no-repeat center left;
}

.newNav dd:nth-child(2) a:hover span {
    background: url(/PC/images/newIcoHover_02.png) no-repeat center left;
}

.newNav dd:nth-child(3) a:hover span {
    background: url(/PC/images/newIcoHover_03.png) no-repeat center left;
}

.newNav dd:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.newSearch input[type="text"],.newSearch select {
    font-size: 19px;
    width: 386px;
    min-height: 50px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-right: 23px;
    vertical-align: middle;
    text-indent: 13px;
}

.newSearch input[type="button"] {
    width: 48px;
    min-height: 48px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: url(/PC/images/searchBt.jpg) no-repeat center left;
}

.newSearch input[type="text"] {
    min-height: 48px;
    line-height: 48px;
    text-indent: 20px;
    width: 408px;
}

.newSearch {
    padding: 60px 0;
    padding-bottom: 38px;
}

.newSearch dd {
    float: left;
}

.newSearch select {
}

.shareNew {
    width: 1260px;
    padding: 20px;
    background: #fff;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
    margin-bottom: 38px;
}

.shareNew .sub_left {
    width: 570px;
    height: 295px;
    overflow: hidden;
    position: relative;
}

.shareNew .sub_right {
    width: 623px;
    padding: 18px 33px;
    border-left: 0;
    min-height: 270px;
    padding-bottom: 0;
}

.shareNew .sub_left img {
    display: block;
    width: 100%;
}

.shareNew .dl_1 {
    background-color: #fff;
}

.shareNew .sub_right .s1 {
    font-size: 23px;
    font-weight: bold;
}

.shareNew .sub_right .s2 {
    font-size: 17px;
    color: #333;
    line-height: 190%;
    text-align: justify;
    text-indent: 2em;
}

.shareNew .sub_right .s4 {
    font-size: 16px;
    color: #888;
    padding: 15px 0;
}

.shareNew .sub_right .s3 {
    font-size: 13px;
    text-align: right;
    padding-top: 10px;
}

.shareNew .sub_right .s3 a {
    display: inline-block;
    width: 103px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    background: #0a0a0a;
    border-radius: 100px;
}

.shareNew .sub_right .s1 a:hover {
    color: #ba0001;
}

.shareNew .sub_right .s3 a:hover {
    background: #ba0001;
}

.newItem {
    border-bottom: 1px solid #ddd;
}

.newItem dd {
    float: left;
}

.newItem dd:nth-child(1) {
    width: 142px;
    background: url(/PC/images/g9_05.png) no-repeat center right;
}

.newItem dd:nth-child(2) {
    width: 800px;
    padding-top: 30px;
    padding-left: 25px;
}

.newItem dd:nth-child(3) {
    float: right;
    width: 270px;
    padding-top: 28px;
    padding-right: 28px;
}

.newItem dd:nth-child(1) .s1 {
    font-size: 38px;
    font-weight: bold;
}

.newItem dd:nth-child(1) .s2 {
    font-size: 17px;
}

.newItem dd:nth-child(1) .sBox {
    display: table-cell;
    width: 101px;
    height: 250px;
    text-align: center;
    vertical-align: middle;
}

.newItem dd:nth-child(2) .s1 {
    font-size: 23px;
    font-weight: bold;
}

.newItem dd:nth-child(2) .s2 {
    font-size: 16px;
    color: #888;
    padding: 15px 0;
}

.newItem dd:nth-child(2) .s3 {
    font-size: 17px;
    color: #333;
    line-height: 190%;
    text-align: justify;
    text-indent: 2em;
}

.newItem dd:nth-child(2) .s1 a {
}

.newItem:hover {
    background: #fff;
    /* border-bottom: 1px solid #fff; */
}

.newItem:hover dd:nth-child(1) {
    color: #fff;
    background: url(/PC/images/g9_01.png) no-repeat center right;
}

.newItem dd:nth-child(2) .s2 li {
    position: relative;
    display: inline-block;
    padding-left: 23px;
    margin-right: 30px;
    background: url(/PC/images/g9_02.png) no-repeat center left;
}

.newItem dd:nth-child(2) .s2 li:nth-child(1) {
}

.newItem dd:nth-child(2) .s2 li:nth-child(2) {
    background: url(/PC/images/g9_03.png) no-repeat center left;
}

.newItem dd:nth-child(2) .s2 li:nth-child(3) {
    background: url(/PC/images/g9_04.png) no-repeat center left;
}

.newItem dd:nth-child(2) .s1 a:hover {
    color: #ba0001;
}

.in_pro .pageNumber {
    padding: 18px 0;
}

.pageNumber .current_page {
}

.in_pro .pageNumber a {
    border: 1px solid #ddd;
}

.noInfor {
    min-height: 200px;
    padding: 30px 0;
    text-align: center;
}

.newShow .newsBox {
    font-size: 18px;
    padding: 50px;
    background: #fff;
    -moz-box-shadow: 1px 1px 10px #ddd;
    -webkit-box-shadow: 1px 1px 10px #ddd;
    box-shadow: 1px 1px 10px #ddd;
}

.newShow .newsBox .line_1 {
    background: url(/PC/images/line_5.png) no-repeat center bottom;
    min-height: 46px;
    line-height: 46px;
}

.newShow .newsBox .line_1 .sub_left {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #063895;
}

.newShow .newsBox .line_1 .sub_right {
    float: right;
    color: #999;
}

.newShow .newsBox .line_2 {
    text-align: center;
    position: relative;
    border-bottom: 1px dashed #ccc;
}

.newShow .newsBox .line_2 h1 {
    font-size: 33px;
    letter-spacing: 1px;
}

.newShow .newsBox .line_2 .two {
    color: #666;
    padding: 20px 0;
}

.newShow .newsBox .line_3 {
    color: #666;
    padding-top: 20px;
    line-height: 180%;
}

.newShow .newsBox .line_4 {
    padding: 20px 0;
}

.newShow .newsBox .line_2 .two dd {
    position: relative;
    display: inline-block;
    padding-left: 23px;
    margin-right: 30px;
    background: url(/PC/images/g9_02.png) no-repeat center left;
}

.newShow .newsBox .line_3,.newShow .newsBox .line_3 p,.newShow .newsBox .line_3 span {
    font-size: 18px !important;
    line-height: 200% !important;
}

.newShow .newsBox .line_2 .backlist2 {
    position: absolute;
    top: 12px;
    right: 0;
    color: #003d92;
    vertical-align: middle;
    padding-right: 28px;
    background: url(/PC/images/g10_02.png) no-repeat center right;
}

.newShow .newsBox .line_2 .two dd:nth-child(1) {
}

.newShow .newsBox .line_2 .two dd:nth-child(2) {
    padding-left: 20px;
    background: url(/PC/images/g10_01.png) no-repeat center left;
}

.newShow .newsBox .line_2 .two dd:nth-child(3) {
    padding-left: 26px;
    background: url(/PC/images/g9_03.png) no-repeat center left;
}

.newShow .newsBox .line_2 .two dd:nth-child(4) {
    background: url(/PC/images/g9_04.png) no-repeat center left;
}

.newShow .newsBox .line_4 .txtDL {
    color: #666;
    padding: 10px 0;
}

.newShow .newsBox .line_4 .txtDL dd {
    padding: 8px 0;
}

.newShow .newsBox .line_4 .txtDL dd a {
}

.prev_next a:hover {
    color: #bf0000;
    font-weight: bold;
}

.newsBox .xgPro .subContent dd a img {
    width: 270px;
    height: 270px;
}

.newsBox .xgPro .subContent dd {
    width: 280px;
    margin-right: 25px;
}

.newsBox .xgPro {
    padding: 0;
    font-size: 18px;
}

.newsBox .xgPro .subContent dd:last-child {
    margin: 0;
}

.newsBox .xgPro .subTitle {
    font-size: 22px;
}

.newsBox .xgPro .subContent dd a .NameTxt {
    font-size: 18px;
    padding-top: 5px;
}

.newShow .newsBox .line_4 .txtDL dd:nth-child(2) a {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

.newShow .newsBox .line_4 .txtDL dd:nth-child(2) a:hover {
    color: #9c0000;
}

.about2 {
    padding: 93px 0;
    padding-bottom: 85px;
    font-size: 19px;
    color: #222;
    line-height: 150%;
}

.about2 .line_2 {
    width: 750px;
    padding: 38px 0;
    text-align: justify;
}

.about2 .line_2, .about2 .line_2 p, .about2 .line_2 span, .about2 .line_2 td {
    line-height: 200% !important;
    font-size: 19px !important;
    color: #333 !important;
}

.about2 .line_2 p {
    margin: 0 !important;
    padding-bottom: 10px !important;
}

.about2 .titleBox {
    margin-bottom: 33px;
    background: url(/PC/images/g11_01.png) no-repeat center top;
}

.about2 .line_3 {
    padding-top: 32px;
    padding-left: 69px;
}

.about2 .line_3 dd {
    float: left;
}

.about2 .line_3 dd span {
    font-size: 33px;
    font-family: "Impact";
    font-weight: normal;
    margin: 0 6px;
    position: relative;
    top: 5px;
    color: #c80002;
}

.about2 .line_3 dd:nth-child(2) {
    padding-left: 88px;
}

.about2 .line_3 dd:nth-child(3) {
    padding-left: 82px;
}

.about2 .content {
    min-height: 636px;
    background: url(/PC/images/g11_02.jpg) no-repeat center top;
}

.about2 .titleBox .one {
    padding-top: 38px;
    padding-bottom: 31px;
}

.fengCai .titleBox {
    margin-bottom: 30px;
    background: url(/PC/images/g11_03.png) no-repeat center top;
}

.fengCai .titleBox .one {
}

.wenHua .titleBox {
    margin-bottom: 36px;
    background: url(/PC/images/g11_04.png) no-repeat center top;
}

.wenHua .titleBox .one {
    padding-top: 38px;
    padding-bottom: 31px;
}

.wenHua {
    padding: 90px 0;
    font-size: 19px;
    line-height: 150%;
}

.wenHua .content {
    min-height: 678px;
    background: url(/PC/images/g11_05.jpg) no-repeat center top;
}

.wenHua .content .s1 {
    font-size: 26px;
    font-weight: bold;
    padding-left: 70px;
    padding-bottom: 45px;
}

.wenHua .content .s2 {
    font-size: 18px;
    line-height: 200%;
}

.wenHua .content .left {
    width: 450px;
    padding-top: 100px;
    padding-left: 68px;
}

.wenHua .content .right {
    width: 620px;
    padding-right: 30px;
}

.wenHua .content .right .one {
    padding-top: 100px;
    min-height: 338px;
}

.wenHua .content .right .two {
}

.wenHua .content .right .two .sub_left {
    width: 240px;
    padding-left: 10px;
}

.wenHua .content .right .two .sub_right {
    width: 260px;
}

.wenHua .content .s2 span {
    font-size: 21px;
    font-weight: bold;
}

.wenHua .content .right .two .s1 {
    padding-left: 60px;
    padding-bottom: 35px;
}

.wenHua .content .right .one .s1 {
    padding-left: 80px;
    padding-bottom: 43px;
}

.newShow .newsBox .line_3 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.shareLink {
    position: absolute;
    z-index: 1;
    left: 49px;
    top: -30px;
    width: 110px;
    padding: 15px 0;
    padding-left: 23px;
    padding-right: 13px;
    text-align: left;
    text-indent: 10px;
    background: url(/PC/images/5.png) no-repeat center right;
    background-size: 100% 100%;
}

.shareLink a {
    display: block;
    font-size: 13px;
    color: #333;
    line-height: 42px;
    padding-left: 30px;
    cursor: pointer;
    border-bottom: 1px dashed #ddd;
    background-size: 20px auto !important;
    background-position-x: 14px !important;
}

.shareLink a:nth-child(1) {
    background: url(/PC/images/1.png) no-repeat center left;
}

.shareLink a:nth-child(2) {
    background: url(/PC/images/2.png) no-repeat center left;
}

.shareLink a:nth-child(3) {
    background: url(/PC/images/3.png) no-repeat center left;
    border: 0;
}
