@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('/fonts/Impact.eot');
    src: url('/fonts/Impact.eot?#iefix') format('embedded-opentype'), url('/fonts/Impact.woff') format('woff'), url('/fonts/Impact.ttf') format('truetype'), url('/fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: arial, tahoma, Microsoft YaHei, Hiragino Sans GB, sans-serif,"Noto Sans Myanmar";
    color: #111;
    word-wrap: break-word;
    white-space: normal;
    /*word-break:break-all; */
}

.wapShow, .noShow {
    display: none;
}

.tzBox {
    display: inline-block;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 2px 5px #ccc;
    -webkit-box-shadow: 1px 2px 5px #ccc;
    box-shadow: 1px 2px 5px #ccc;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.wapShow, noShow {
    display: none !important;
}

a {
    text-decoration: none;
    color: #333;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

/*渐变背景*/
.grad {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
    /* Standard syntax */
}

.grad_2 {
    background: #ff6a01;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #ff8701, #ff5001);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #ff8701, #ff5001);
    /* Standard syntax */
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
}

ul, li, dl, dt, dd {
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.center {
    width: 1300px;
    margin: 0 auto;
}

.left, .sub_left, .s_left {
    float: left;
}

.right, .sub_right, .s_right {
    float: right;
}

/*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: 14px;
    min-height: 40px;
    line-height: 40px;
    padding-top: 30px;
    text-align: right;
}

.pageNumber a {
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    background: #fff;
}

.pageNumber a:hover {
    background: #e40b00;
    color: #fff;
    border: 1px solid #e40b00;
}

.pageNumber .current_page {
    padding: 5px 10px;
    background: #e40b00;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #e40b00;
    margin-right: 5px;
}

/* 搜索框 */
.t_search input {
    border: 0;
    margin: 0;
    padding: 0;
    color: #999;
    vertical-align: middle;
    font-size: 13px;
}

.t_search input[type="text"] {
    width: 223px;
    height: 30px;
    line-height: 30px;
    color: #333;
    padding: 0 8px;
    border: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 0;
}

.t_search input[type="button"] {
    width: 80px;
    height: 32px;
    cursor: pointer;
    line-height: 32px;
    background: url(/template/images/p_03.png) no-repeat center left;
    background-position-x: 13px;
    background-color: #b80008;
    color: #fff;
    text-indent: 20px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* Banner设置 */
.in_banner {
    min-height: 400px;
}

.banner_about {
    background: url("/template/images/banner_about.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/banner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/banner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/template/images/banner_pro.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro2 {
    background: url("/template/images/banner_pro2.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/banner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/banner_fangAn.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

/* End  共享区 */
.t_wel {
    font-size: 13px;
    line-height: 38px;
    color: #666;
    border-bottom: 1px solid #ccc;
}

.t_wel .right a {
    color: #666;
    padding-left: 23px;
    display: inline-block;
    margin: 0 7px;
}

.t_logo {
    min-height: 150px;
}

.t_logo .ul_1 {
    padding-top: 35px;
}

.t_logo .left {
    color: #151515;
    font-weight: bold;
    letter-spacing: 1px;
}

.t_logo .left img {
    padding-right: 10px;
    vertical-align: middle;
}

.t_logo .left .txt.inline .one {
    font-size: 31px;
    margin: 0;
}

.t_logo .left .txt.inline .two {
    font-size: 18px;
    background: url(/template/images/logo_02.png) no-repeat center left;
    padding-left: 65px;
}

.t_logo .left .txt.inline .two span {
    color: #de0000;
}

.t_logo .right {
    padding-top: 6px;
}

.t_logo .right dd {
    padding-left: 65px;
    color: #333;
    background: url(/template/images/tel.png) no-repeat center left;
    line-height: 200%;
}

.t_logo .right .one {
    font-size: 18px;
    color: #888;
    padding-left: 13px;
    padding-top: 3px;
}

.t_logo .right .two {
    font-size: 28px;
    font-weight: bold;
}

.t_nav {
    border-top: 2px solid #c9060f;
    background: url(/template/images/line.png) repeat-x center bottom;
}

.t_nav li {
    padding-left: 2px;
    float: left;
    line-height: 75px;
    width: 112px;
    text-align: center;
    background: url(/template/images/line2.png) no-repeat center left;
}

.t_nav a {
    display: block;
    font-size: 18px;
}

.t_nav a:hover {
    color: #fff;
}

.t_nav a:hover p {
    border: 0;
    border-left: 1px solid #f5551c;
    border-right: 1px solid #f5551c;
}

.t_nav a p {
    display: block;
    margin: 0;
    padding: 0;
    border-left: 1px solid #0b0b0b;
    border-right: 1px solid #777777;
    padding: 0 28px;
}

.t_nav a img {
    padding-top: 5px;
    display: block;
    margin: 0 auto;
}

.t_wel .left {
}

.t_wel .right {
}

.t_wel .right a:nth-child(1) {
    background: url(/template/images/ico_1.png) no-repeat center left;
    background-position-y: 11px;
    padding-left: 18px;
}

.t_wel .right a:nth-child(2) {
    background: url(/template/images/ico_2.png) no-repeat center left;
}

.t_wel .right a:nth-child(3) {
    background: url(/template/images/ico_3.png) no-repeat center left;
}

.t_wel .right a:nth-child(4) {
    background: url(/template/images/ico_4.png) no-repeat center left;
    padding-left: 22px;
}

.t_wel .right a:nth-child(5) {
    background: url(/template/images/ico_5.png) no-repeat center left;
    padding-left: 21px;
}

.t_logo .left .txt {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.t_logo .left .txt .one {
    font-size: 32px;
    color: #c92824;
}

.t_logo .left .txt .two {
    font-size: 21px;
    color: #363535;
    letter-spacing: 1.5px;
}

.t_nav li:first-child {
    background: none;
}

.t_nav li:nth-child(2) {
    width: 150px;
}

.t_nav li:nth-child(3) {
    width: 168px;
}

.t_nav li:nth-child(4) {
    width: 150px;
}

.t_nav li:nth-child(5) {
    width: 138px;
}

.t_nav li:hover {
    background: url(/template/images/navBj.png) no-repeat center left !important;
    background-size: 100% 100% !important;
}

.t_nav li:nth-child(1):hover+li:nth-child(2), .t_nav li:nth-child(2):hover+li:nth-child(3), .t_nav li:nth-child(3):hover+li:nth-child(4), .t_nav li:nth-child(4):hover+li:nth-child(5), .t_nav li:nth-child(5):hover+li:nth-child(6), .t_nav li:nth-child(6):hover+li:nth-child(7), .t_nav li:nth-child(7):hover+li:nth-child(8), .t_nav li:nth-child(8):hover+li:nth-child(9), .t_nav li:nth-child(9):hover+li:nth-child(10) {
    background: none;
}

.t_search {
    line-height: 50px;
    color: #888;
    font-size: 13px;
}

.t_search .left {
}

.t_search .right {
}

.t_search .left a {
}

.t_search .right a {
    color: #888;
    margin-right: 11px;
    display: inline-block;
    vertical-align: middle;
}

.pageDH {
    padding-left: 29px;
    background: url(/template/images/p_01.png) no-repeat center left;
    background-position-y: 12px;
}

.t_search .right font {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.pro {
    padding: 80px 0;
    font-size: 17px;
}

.shareTitle {
    background: url(/template/images/t_01.png) no-repeat center top;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 26px;
}

.shareTitle .en {
    color: #999;
    font-size: 16px;
}

.shareTitle .cn {
    font-size: 35px;
    font-weight: bold;
    padding-right: 12px;
}

.shareTitle span {
    color: #c9060f;
}

.shareTitle .one {
    font-size: 20px;
    color: #888;
    padding-top: 6px;
    letter-spacing: 2px;
}

.shareTitle .cn p {
    display: inline-block;
    padding-left: 50px;
    background: url(/template/images/tIco_01.png) no-repeat center left;
}

.pro .content {
    padding-top: 33px;
}

.shareTypeBox {
    background: #fff;
}

.shareTypeBox .left {
    width: 101px;
    min-height: 209px;
    background: url(/template/images/bj.png) no-repeat center left;
    background-size: cover;
}

.shareTypeBox .right {
    width: 1193px;
    padding: 5px 0;
    border: 1px solid #ddd;
    border-left: 0;
    border-bottom: 3px solid #e3e3e3;
    padding-left: 5px;
}

.shareTypeBox .left .txtBox {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    padding-top: 33px;
    padding-left: 25px;
    width: auto;
}

.shareTypeBox .left .txtBox .cn {
    font-size: 28px;
    font-weight: bold;
}

.shareTypeBox .left .txtBox .en {
    font-size: 12px;
    text-transform: uppercase;
}

.shareTypeBox .right a {
    float: left;
    display: block;
    width: 198px;
    text-align: center;
    line-height: 49px;
    background: url(/template/images/line3.png) no-repeat center right;
}

.shareTypeBox .right a:nth-child(6),.shareTypeBox .right a:nth-child(12),.shareTypeBox .right a:nth-child(18),.shareTypeBox .right a:nth-child(24) {
    background: none;
}

.shareTypeBox .right a:hover {
    color: #c9060f;
    font-weight: bold;
}

.pro .content .line_2 {
    padding-top: 30px;
}

.shareProList .item {
    text-align: center;
    width: 297px;
    float: left;
    margin-right: 37px;
    margin-bottom: 38px;
}

.shareProList .item .upBox {
}

.shareProList .item .picBox {
}

.shareProList .item .picBox img {
    width: 297px;
    height: 297px;
}

.shareProList .item .proName {
    display: block;
    line-height: 45px;
    font-size: 18px;
}

.shareProList .item .linkBt {
    padding: 8px 3px;
    border: 1px solid #cce2f6;
    background: #f4f9fd;
    border-radius: 10px;
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 289px;
}

.pro .content .line_2 .shareProList .item:nth-child(4), .pro .content .line_2 .shareProList .item:nth-child(8) {
    margin-right: 0;
}

.shareProList .item .linkBt a {
    border-right: 1px solid #a9d1f1;
    line-height: 23px;
    float: left;
    width: 95px;
    font-size: 16px;
    font-weight: bold;
}

.shareProList .item .linkBt a:last-child {
    border-right: 0;
    color: #dc0000;
}

.shareProList .item .linkBt a:hover {
    color: #c70000;
}

.shareProList .item .upBox:hover {
    color: #c30000;
    font-weight: bold;
}

.pro .content .line_3 {
}

.pro .content .line_3 .subLine_1 {
    line-height: 68px;
    margin-bottom: 13px;
}

.pro .content .line_3 .subLine_2 {
    padding: 20px 1%;
    border: 1px solid #ddd;
    border-bottom: 3px solid #e3e3e3;
    line-height: 28px;
    padding-bottom: 0;
}

.pro .content .line_3 .subLine_2 .sBox a {
    float: left;
    width: 211px;
    text-align: center;
    border-right: 1px solid #ccc;
    margin-bottom: 18px;
}

.pro .content .line_3 .subLine_1 li {
    float: left;
    width: 33.3333%;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}

.pro .content .line_3 .subLine_1 li:first-child a {
    border-left: 1px solid #bbb;
}

.pro .content .line_3 .subLine_1 li a {
    display: block;
    border: 1px solid #bbb;
    border-left: 0;
    background: #f6f6f6;
}

.pro .content .line_3 .subLine_1 li a font {
    display: inline-block;
    vertical-align: middle;
    padding-left: 56px;
    background-size: auto 38px !important;
}

.pro .content .line_3 .subLine_1 li:nth-child(1) a font {
    background: url(/template/images/ico2_01.png) no-repeat center left;
}

.pro .content .line_3 .subLine_1 li:nth-child(2) a font {
    background: url(/template/images/ico2_02.png) no-repeat center left;
    padding-left: 33px;
    background-position-y: 10px;
}

.pro .content .line_3 .subLine_1 li:nth-child(3) a font {
    background: url(/template/images/ico2_03.png) no-repeat center left;
    padding-left: 50px;
    background-position-y: 13px;
}

.pro .content .line_3 .subLine_1 .cur {
}

.pro .content .line_3 .subLine_1 .cur a {
    color: #fff;
    border: 1px solid #e50202;
    background: #e50202;
}

.pro .content .line_3 .subLine_1 .cur span {
    background: url(/template/images/jiao.png) no-repeat center top;
    min-height: 10px;
    display: block;
}

.pro .content .line_3 .subLine_1 li.cur:nth-child(1) a font {
    background: url(/template/images/ico3_01.png) no-repeat center left;
}

.pro .content .line_3 .subLine_1 li.cur:nth-child(2) a font {
    background: url(/template/images/ico3_02.png) no-repeat center left;
    background-position-y: 10px;
}

.pro .content .line_3 .subLine_1 li.cur:nth-child(3) a font {
    background: url(/template/images/ico3_03.png) no-repeat center left;
    background-position-y: 13px;
}

.pro .content .line_3 #Box_2 {
    display: none;
}

.pro .content .line_3 #Box_3 {
    display: none;
}

.pro .content .line_3 .subLine_2 .lastBox {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.pro .content .line_3 .subLine_2 .lastBox .more {
    display: block;
    text-align: center;
    line-height: 50px;
    color: #e50202;
}

.pro .content .line_3 .subLine_2 .sBox {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.pro .content .line_3 .subLine_2 .sBox a:hover {
    color: #ce0000;
    /* font-weight: bold; */
}

.pro .content .line_3 .subLine_2 .sBox a:nth-child(6),.pro .content .line_3 .subLine_2 .sBox a:nth-child(12),.pro .content .line_3 .subLine_2 .sBox a:nth-child(18),.pro .content .line_3 .subLine_2 .sBox a:nth-child(24) {
    border: 0;
}

.iXuanZe {
}

.iXuanZe .content {
    padding-top: 38px;
    position: relative;
}

.iXuanZe .content .picBox {
    position: absolute;
    width: 100%;
    min-height: 586px;
}

.iXuanZe .content .picBox a {
    display: block;
    width: 100%;
    min-height: 586px;
}

.iXuanZe .content .line_2 {
    position: relative;
    min-width: 1300px;
}

.iXuanZe .content .line_2 .sub_left {
    width: 30%;
    text-align: right;
    background: url(/template/images/xzLeft.jpg) no-repeat center right;
    background-size: cover;
}

.iXuanZe .content .line_2 .sub_right {
    width: 70%;
    min-width: 990px;
    position: relative;
    min-height: 643px;
}

.iXuanZe .content .line_2 .sub_left a {
    display: block;
    height: 120px;
    color: #000;
    margin-right: -80px;
    background: url(/template/images/yuan.png) no-repeat center right;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.iXuanZe .content .line_2 .sub_left a p {
    display: inline-block;
    width: 160px;
    height: 120px;
    padding-left: 60px;
    padding-right: 60px;
    margin-right: 80px;
    text-align: left;
    line-height: 180%;
}

.iXuanZe .content .line_2 .sub_left a span {
    display: block;
}

.iXuanZe .content .line_2 .sub_left a:hover {
    background: url(/template/images/faNav2.png) no-repeat center right;
}

.iXuanZe .content .line_2 .sub_left a font {
    display: block;
    font-size: 16px;
    letter-spacing: 0;
}

.iXuanZe .content .line_2 .sub_right .sTxt {
    width: 940px;
    position: absolute;
    bottom: 0;
    height: 87px;
    background-color: rgba(255,255,255,0.8);
    line-height: 87px;
    font-size: 16px;
    padding: 0 25px;
    border-top-right-radius: 280px;
}

.iXuanZe .content .line_2 .sub_right .sTxt span {
    font-size: 18px;
    font-weight: bold;
    color: #0096a4;
    display: inline-block;
    vertical-align: top;
    padding-right: 32px;
    background: url(/template/images/jt3.png) no-repeat center right;
    margin-right: 10px;
}

.iXuanZe .content .line_2 #xzBox_2,.iXuanZe .content .line_2 #xzBox_3,.iXuanZe .content .line_2 #xzBox_4,.iXuanZe .content .line_2 #xzBox_5 {
    display: none;
}

.iXuanZe .content .line_2 .sub_left a.cur {
    background: url(/template/images/yuan2.png) no-repeat center right;
    height: 163px;
}

.iXuanZe .content .line_2 .sub_left .cur p {
    height: 163px;
    color: #fff;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(1) p {
    background: url(/template/images/ico5_01.png) no-repeat center left;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(2) p {
    background: url(/template/images/ico5_02.png) no-repeat center left;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(3) p {
    background: url(/template/images/ico5_03.png) no-repeat center left;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(4) p {
    background: url(/template/images/ico5_04.png) no-repeat center left;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(5) p {
    background: url(/template/images/ico5_05.png) no-repeat center left;
}

.iXuanZe .content .line_2 .sub_left a .en {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 28px;
}

.iXuanZe .content .line_2 .sub_left a .cn {
    font-size: 28px;
    letter-spacing: 0.5px;
}

.iXuanZe .content .line_2 .sub_left .cur .en {
    padding-top: 50px;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(1).cur p {
    background: url(/template/images/ico6_01.png) no-repeat center left;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(2).cur p {
    background: url(/template/images/ico6_02.png) no-repeat center left;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(3).cur p {
    background: url(/template/images/ico6_03.png) no-repeat center left;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(4).cur p {
    background: url(/template/images/ico6_04.png) no-repeat center left;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(5).cur p {
    background: url(/template/images/ico6_05.png) no-repeat center left;
}

.iXuanZe .content .line_2 .sub_left .cur .cn {
    font-weight: bold;
}

.iXuanZe .shareTitle .cn p {
    background: url(/template/images/tIco_02.png) no-repeat center left;
    padding-left: 45px;
}

.iXuanZe .shareTitle {
    background: url(/template/images/t_02.png) no-repeat center top;
}

.iXuanZe .content .line_2 .sub_right .subBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
}

.iXuanZe .content .line_2 .sub_right .subBox .smallBox {
    width: 968px;
    margin-left: 93px;
    line-height: 160%;
    padding: 23px 0;
}

.iXuanZe .content .line_2 .sub_right .subBox .smallBox table {
    width: 100% !important;
}

.iXuanZe .content .line_2 .sub_right .subBox .smallBox table,.iXuanZe .content .line_2 .sub_right .subBox .smallBox td {
    border: 0 !important;
    border-collapse: collapse !important;
    background: none !important;
}

.iXuanZe .content .line_2 .sub_right .subBox .smallBox, .iXuanZe .content .line_2 .sub_right .subBox .smallBox td, .iXuanZe .content .line_2 .sub_right .subBox .smallBox p, .iXuanZe .content .line_2 .sub_right .subBox .smallBox span, .iXuanZe .content .line_2 .sub_right .subBox .smallBox font {
    font-size: 19px !important;
    color: #666;
    text-indent: 0 !important;
}

.iXuanZe .content .line_2 .sub_right .subBox .smallBox p {
    margin: 0 !important;
    padding: 8px 0 !important;
    padding-left: 25px !important;
    background: url(/template/images/ico_sd.png) no-repeat center left;
    background-position-y: 11px;
}

.iJiShu {
    padding: 100px 0;
    padding-bottom: 50px;
    background: url(/template/images/bj6.png);
}

.iJiShu .content {
    padding-top: 28px;
    font-size: 18px;
}

.iJiShu .shareTitle {
    background: url(/template/images/t_03.png) no-repeat center top;
    padding-top: 36px;
}

.iJiShu .shareTitle .cn p {
    background: url(/template/images/tIco_03.png) no-repeat center left;
    padding-left: 68px;
    line-height: 50px;
}

.iJiShu .shareTitle .one {
    padding-top: 0;
}

.iJiShu .content li {
    float: left;
    width: 315px;
    height: 320px;
    margin-right: 13px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.iJiShu .content li .txtBox {
    line-height: 66px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.8);
}

.iJiShu .content li .txtBox span {
    color: #c9060f;
    font-family: Impact;
}

.iJiShu .content li .txtBox font {
    color: #c9060f;
}

.iJiShu .content li:nth-child(1) {
    background: url(/template/images/js_01.jpg) no-repeat center top;
    background-size: cover;
}

.iJiShu .content li:nth-child(2) {
    background: url(/template/images/js_02.jpg) no-repeat center top;
    background-size: cover;
}


.iJiShu .content li:nth-child(3) {
    background: url(/template/images/js_03.jpg) no-repeat center top;
    background-size: cover;
}

.iJiShu .content li:nth-child(4) {
    background: url(/template/images/js_04.jpg) no-repeat center top;
    background-size: cover;
    margin-right: 0;
}

.f_feedback {
    padding-bottom: 60px;
    background: url(/template/images/bj6.png);
}

.f_feedback .shareTitle {
    background: none;
}

.f_feedback .shareTitle .cn p {
    background: url(/template/images/tIco_04.png) no-repeat center left;
    background-position-y: 13px;
    padding-left: 45px;
}

.f_feedback .ul_1 {
    padding-top: 23px;
}

.f_feedback .l_1 {
    width: 648px;
    margin-right: 15px;
}

.f_feedback .l_2 {
    width: 557px;
}

.f_feedback .l_3 {
}

.f_feedback input[type="text"], .f_feedback textarea {
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 18px;
    -moz-box-shadow: 1px 2px 5px #ccc;
    -webkit-box-shadow: 1px 2px 5px #ccc;
    box-shadow: 0px 2px 2px #ccc;
}

.f_feedback input[type="text"] {
    width: 507px;
    height: 28px;
    margin-bottom: 9px;
    line-height: 28px;
    padding: 23px;
}

.f_feedback textarea {
    display: inline-block;
    min-height: 109px;
    padding: 25px;
    width: 596px;
}

.f_feedback .bt_1, .f_feedback .bt_2 {
    text-align: center;
    line-height: 49px;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    height: 49px;
    border: 0;
    font-weight: bold;
    background: none;
}

.f_feedback .bt_1 {
    width: 60px;
    height: 163px;
    background: url(/template/images/bt_tj.png) no-repeat center;
}

.f_feedback .bt_2 {
    width: 268px;
}

.news {
    padding: 100px 0;
    background: url(/template/images/bj2.png);
}

.news .title {
    min-height: 201px;
    background: url(../images/d.png?v=20) no-repeat center;
    text-align: center;
    background-position-y: 171px;
    position: relative;
    padding-top: 60px;
}

.news .title img {
    margin: 0 auto;
    padding-top: 69px;
}

/*
.news .title a {
    position: absolute;
    top: 174px;
    right: 79px;
    color: #e50202;
    text-decoration: none;
}
*/
.news .title .one {
    font-size: 28px;
    color: #292929;
}

.news .title .two {
    font-size: 15px;
    color: #aaa;
}

.news .content {
}

.news .content .left {
    width: 278px;
}

.news .content .right {
    width: 975px;
    padding: 20px 23px;
    border: 1px solid #ddd;
    border-left: 0;
    min-height: 443px;
    background: #fff;
    padding-bottom: 0;
}

.news .content .right ul {
    min-height: 88px;
}

.news .content .right li {
    width: 305px;
    min-height: 88px;
    line-height: 88px;
    float: left;
    margin-right: 1px;
    margin-left: 1px;
    color: #000;
    font-size: 20px;
    text-indent: 145px;
    font-family: "黑体";
    cursor: pointer;
}

/*.news .content .right li:hover{
color:#fff;
}
*/
.news .content .right li.one {
    /*    background: url(../images/g_09.png?v=20) no-repeat;*/
    background: url(../images/f_09.png?v=20) no-repeat;
    color: #fff;
}

.news .content .right li.two {
    background: url(../images/g_11.png?v=20) no-repeat;
}

.news .content .right li.three {
    background: url(../images/g_13.png?v=20) no-repeat;
}

.news .content .right li a {
    display: block;
    width: 305px;
    line-height: 88px;
    text-decoration: none;
    color: #000;
}

.news .content .right li a#tab_1 {
    color: #fff;
}

.news .content .right li a:hover {
    color: #fff;
}

/*.news .content .right li.one:hover{
    background: url(../images/f_09.png?v=20) no-repeat;
}

.news .content .right li.two:hover{
    background: url(../images/f_11.png?v=20) no-repeat;
}

.news .content .right li.three:hover{
    background: url(../images/f_13.png?v=20) no-repeat;
}
*/
.news .content .right .list .item {
    float: left;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 15px;
}

.news .content .right .list .item div.Date, .news .content .right .list .item div.txt {
    display: inline-block;
    vertical-align: top;
}

.news .content .right .list .item .Date {
    width: 67px;
    background: url(../images/h_05.png?v=20) no-repeat;
    text-align: center;
    font-size: 13px;
    color: #898989;
    border: 1px solid #ddd;
    padding-top: 5px;
    line-height: 38px;
}

.news .content .right .list .item div.Date span {
    line-height: 23px;
    border-bottom: 1px solid #ddd;
    display: block;
}

.news .content .right .list .item div.Date div {
    font-size: 24px;
}

.news .content .right .list .item .txt {
    width: 367px;
    font-size: 12px;
    color: #aaaaaa;
    padding-top: 3px;
}

.news .content .right .list .item div.txt a {
    font-size: 17px;
    color: #272727;
    text-decoration: none;
}

.news .content .right .list .item div.txt a:hover {
    color: #e50202;
    text-decoration: underline;
}

.news .content .right .list .item div.txt .sl_2 {
    padding-top: 6px;
    line-height: 160%;
}

.news .shareTitle {
    background: url(/template/images/t_04.png) no-repeat center top;
}

.news .shareTitle .cn p {
    background: url(/template/images/tIco_05.png) no-repeat center left;
    background-position-y: 6px;
}

.news .content .line_1 {
    font-size: 18px;
    padding: 28px 0;
    text-align: center;
    margin-bottom: 3px;
}

.news .content .line_2 {
    background: #fff;
}

.news .content .line_1 a {
    display: inline-block;
    width: 168px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #ccc;
    border-radius: 100px;
    background: #fff;
    margin: 0 8px;
}

.news .content .line_1 a:hover {
    color: #c9060f;
    border: 1px solid #c9060f;
    font-weight: bold;
}

.news .content .right .list {
    display: none;
}

.news .content .right .dl_1 {
}

.news .content .right .dl_2 {
    padding-top: 23px;
}

.news .content .right .dl_1 .sub_left {
}

.news .content .right .dl_1 .sub_right {
    width: 575px;
    padding-top: 8px;
}

.news .content .right .dl_1 .sub_left img {
}

.news .content .right .dl_1 .sub_right .one {
    font-size: 20px;
    font-weight: bold;
}

.news .content .right .dl_1 .sub_right .two {
    font-size: 13px;
    color: #888;
    padding: 10px 0;
}

.news .content .right .dl_1 .sub_right .three {
    font-size: 16px;
    color: #666;
    line-height: 180%;
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    text-align: justify;
}

.news .content .right .dl_1 .sub_right .one a {
}

.news .content .right .dl_1 .sub_right .two dd {
    display: inline-block;
    margin-right: 13px;
}

.news .content .right .dl_1 .sub_right .three a {
    color: #e30303;
    float: right;
}

.news .content .right .list .item:nth-child(2),.news .content .right .list .item:nth-child(4),.news .content .right .list .item:nth-child(6) {
    margin-right: 0;
}

.news .content .right .list .item:nth-child(5),.news .content .right .list .item:nth-child(6) {
    margin-bottom: 0;
}

.news .content .right .list:nth-child(1) {
    display: block;
}

.iAbout {
    padding: 80px 0;
    background: url(/template/images/bj3.jpg) no-repeat center top;
    padding-top: 250px;
    padding-bottom: 100px;
}

.iAbout .shareTitle {
    background: url(/template/images/t_05.png) no-repeat center top;
    padding-top: 15px;
    background-position-x: 51.5%;
}

.iAbout .shareTitle .cn p {
    background: url(/template/images/tIco_06.png) no-repeat center left;
    padding-left: 55px;
}

.iAbout .bigBox {
    border-radius: 30px;
    background: rgba(255,255,255,0.95);
    padding: 50px 88px;
    -moz-box-shadow: 0px 2px 5px #cbdeec;
    -webkit-box-shadow: 0px 2px 5px #cbdeec;
    box-shadow: 0px 2px 5px #cbdeec;
    padding-bottom: 30px;
    text-align: justify;
}

.iAbout .content {
    padding-top: 25px;
}

.iAbout .content .txt {
    color: #666;
    /* margin-bottom: 20px; */
}

.iAbout .content .txt,.iAbout .content .txt p,.iAbout .content .txt span,.iAbout .content .txt font {
    font-size: 18px;
    line-height: 230% !important;
    text-indent: 0 !important;
}

.iAbout .content .txt p {
    margin: 0 !important;
    padding-bottom: 10px !important;
}

.iAbout .content .link {
    text-align: right;
    min-height: 47px;
    background: url(/template/images/icoPing.png) no-repeat center right;
    padding-right: 60px;
    padding-top: 10px;
}

.iAbout .content .link a {
    line-height: 33px;
    color: #c9060f;
    border: 1px solid #c9060f;
    border-radius: 30px;
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
}

.bjBox {
    background: url(/template/images/bj2.png);
}

.f_contact {
    min-height: 423px;
    background: url(/template/images/bj5.jpg) no-repeat center top;
    border: 3px solid #fcf2f3;
}

.f_contact .ul_1 {
    padding-top: 63px;
}

.f_contact .ul_1 .l_1 {
    width: 270px;
    text-align: center;
}

.f_contact .ul_1 .l_2 {
    width: 360px;
    margin-left: 68px;
}

.f_contact .ul_1 .l_3 {
    width: 380px;
    margin-left: 33px;
}

.f_contact .ul_1 .l_4 {
    float: right;
}

.f_contact .ul_1 .l_1 .one {
    padding-top: 20px;
}

.f_contact .ul_1 .l_1 .two {
    padding: 18px 0;
    line-height: 238%;
}

.f_contact .ul_1 .l_1 .three {
    font-size: 18px;
    font-weight: bold;
    color: #c9060f;
    padding-left: 28px;
    background: url(/template/images/ico7_18.png) no-repeat center left;
    background-position-y: 8px;
}

.f_contact .ul_1 .l_1 .two .s1 {
    font-size: 29px;
    font-weight: bold;
}

.f_contact .ul_1 .l_1 .two .s2 {
    font-size: 19px;
    letter-spacing: 1px;
}

.f_contact .ul_1 .sTitle {
    font-size: 19px;
    font-weight: bold;
    background: url(/template/images/ico7_03.png) no-repeat center left;
    padding-left: 33px;
    line-height: 36px;
    margin-bottom: 5px;
}

.f_contact .ul_1 .l_2 .sContent {
    font-size: 15px;
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.f_contact .ul_1 .l_2 .sContent a {
    float: left;
    line-height: 32px;
    padding-left: 19px;
    width: 161px;
    background: url(/template/images/ico7_05.png) no-repeat center left;
}

.f_contact .ul_1 .l_3 .sTitle {
    background: url(/template/images/ico7_07.png) no-repeat center left;
    padding-left: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}

.f_contact .ul_1 .l_3 .sContent {
    font-size: 17px;
    line-height: 43px;
}

.f_contact .ul_1 .l_3 .sContent dd {
    padding-left: 35px;
}

.f_contact .ul_1 .l_3 .sContent dd:nth-child(1) {
    background: url(/template/images/ico7_09.png) no-repeat center left;
}

.f_contact .ul_1 .l_3 .sContent dd:nth-child(2) {
    background: url(/template/images/ico7_11.png) no-repeat center left;
}

.f_contact .ul_1 .l_3 .sContent dd:nth-child(3) {
    background: url(/template/images/ico7_14.png) no-repeat center left;
}

.f_contact .ul_1 .l_3 .sContent dd:nth-child(4) {
    background: url(/template/images/ico7_17.png) no-repeat center left;
}

.f_contact .ul_1 .l_3 .sContent dd:nth-child(5) {
    background: url(/template/images/ico7_21.png) no-repeat center left;
}

.f_contact .ul_1 .l_4 .s1 {
    padding-top: 50px;
}

.f_contact .ul_1 .l_4 .s2 {
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
}

.f_contact .ul_1 .l_4 .s1 img {
    padding: 3px;
    border: 1px solid #ddd;
}

.f_contact .ul_1 li {
    float: left;
}

.f_contact .ul_1 .l_1 .three span {
    font-weight: normal;
    font-family: Impact;
    font-size: 31px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -4px;
}

.friendLink {
    padding-top: 20px;
    line-height: 180%;
    color: #888;
}

.friendLink a {
    color: #888;
}

.bq {
    line-height: 38px;
    background: #333;
    color: #fff;
    height: 38px;
}

.bq p, .bq span, .bq font {
    color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
}

.bq a {
    color: #fff;
}

.bq .l_1 {
    width: 580px;
}

.bq .l_2 {
    width: 380px;
    text-align: center;
}

.bq .l_3 {
}

.proBody {
}

.proBody .t_search {
    padding: 18px 0;
    padding-bottom: 68px;
}

.t_search .left a {
    color: #888;
}

.in_pro {
}

.in_pro .ul_1 {
}

.in_pro .left {
    width: 255px;
}

.typeNav {
}

.typeNav .content {
    background: #fff;
    font-size: 18px;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.typeNav .content a {
    display: block;
}

.typeNav .content .bigNav {
}

.typeNav .content .bigNav a {
    background: url(/template/images/pl_04.png) no-repeat center;
    font-size: 28px;
    line-height: 73px;
    padding-left: 33px;
}

.typeNav .content .bigNav a p {
    margin: 0;
    padding: 0;
}

.typeNav .content .smallNav {
    font-weight: bold;
    line-height: 50px;
}

.typeNav .content .smallNav a {
    padding-left: 68px;
    background: url(/template/images/pl_03.png) no-repeat center left;
    background-position-x: -3px;
}

.typeNav .content .smallNav a:hover {
    color: #e40500;
    background: url(/template/images/pl_02.png) no-repeat center left;
    background-position-x: -3px;
}

.typeNav .content .left_shareTitle {
    min-height: 156px;
    background: url(/template/images/pl_01.png) no-repeat center top;
    text-align: center;
    color: #333;
    line-height: 168%;
    border: 1px solid #cce2f6;
    border-bottom: 0;
}

.typeNav .content .left_shareTitle .txt_1 {
    font-size: 28px;
    font-weight: bold;
    padding-top: 83px;
}

.typeNav .content .left_shareTitle .txt_2 {
    font-size: 15px;
    font-family: 'Impact';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.typeNav .content .subBox {
    padding: 9px 0;
    border-left: 2px solid #cce2f6;
    border-right: 2px solid #cce2f6;
}

.left_call {
    background: url(/template/images/pl_05.png) no-repeat center top;
    min-height: 250px;
    text-align: center;
}

.left_call .s1 {
    color: #d4272d;
    font-size: 15px;
    padding-top: 141px;
    text-indent: 13px;
}

.left_call .s2 {
    font-size: 23px;
    font-family: 'Impact';
    padding-top: 2px;
}

.in_pro .proTwo {
    width: 975px;
}

.in_pro .shareProList .item:nth-child(3), .in_pro .shareProList .item:nth-child(6), .in_pro .shareProList .item:nth-child(9), .in_pro .shareProList .item:nth-child(12), .in_pro .shareProList .item:nth-child(15), .in_pro .shareProList .item:nth-child(18) {
    margin-right: 0;
}

.in_pro .shareProList .item {
    border: 1px solid #cce2f6;
    padding-bottom: 15px;
    margin-right: 39px;
    margin-bottom: 39px;
}

.in_pro .shareProList .item .linkBt {
    width: 266px;
}

.in_pro .shareProList .item .linkBt a {
    width: 88px;
}

.in_pro .shareProList .item:nth-child(16),.in_pro .shareProList .item:nth-child(17),.in_pro .shareProList .item:nth-child(18) {
    margin-bottom: 0;
}

.in_pro .proTwo .shareProList {
    padding-bottom: 13px;
}

.in_pro .proOne {
    width: 988px;
}

.in_pro .proOne .line_1 {
    line-height: 200%;
    color: #021a67;
    min-height: 92px;
    text-align: center;
    background: url(/template/images/bj8.jpg) no-repeat center top;
}

.in_pro .proOne .line_1 .one {
    font-size: 28px;
    font-weight: bold;
    padding-top: 19px;
    /* padding-bottom: 3px; */
}

.in_pro .proOne .line_1 .two {
    font-size: 18px;
    font-family: 'Impact';
    text-transform: uppercase;
    background: url(/template/images/line6.png) no-repeat center;
}

.in_pro .proOne .line_2 {
    background: #ebf9fa;
    line-height: 70px;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
}

.in_pro .proOne .line_2 .ul_2 {
}

.in_pro .proOne .listBigBox li {
    border: 2px solid #daebfb;
    border-top: 0;
}

.in_pro .proOne .listBigBox li:nth-child(1) {
    width: 223px;
    border-right: 1px dashed #ccc;
}

.in_pro .proOne .listBigBox li:nth-child(2) {
    width: 760px;
    border-left: 0;
}

.shareListBox {
    font-size: 18px;
    background: #fbfdfe;
}

.shareListBox .itemUL {
    line-height: 55px;
    height: 55px;
}

.shareListBox .itemUL .sub_left {
}

.shareListBox .itemUL .sub_right {
}

.shareListBox .itemUL .sub_left a {
}

.shareListBox .itemUL .sub_right .s_left {
    width: 565px;
    min-height: 55px;
    text-indent: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #666;
}

.shareListBox .itemUL .sub_right .s_right {
    width: 180px;
    position: relative;
    height: 55px;
}

.shareListBox .itemUL .more {
    display: inline-block;
    line-height: 36px;
    border-radius: 15px;
    background: #f4f9fd;
    border: 1px solid #b9d7f3;
    width: 139px;
    text-align: center;
    font-weight: normal;
    font-size: 17px;
}

.shareListBox .itemUL .picBox {
    display: none;
    position: absolute;
    top: 10px;
    right: -273px;
    width: 305px;
    z-index: 10;
    text-align: right;
    background: url(/template/images/jt.png) no-repeat;
    background-position-y: 5px;
}

.shareListBox .itemUL .sub_right .s_right .picBox img {
    width: 270px;
    height: 270px;
    padding: 8px;
    border: 1px solid #a40000;
    border-radius: 8px;
    background: #fff;
    -moz-box-shadow: 0px 0px 6px #aaa;
    -webkit-box-shadow: 0px 0px 6px #aaa;
    box-shadow: 0px 0px 6px #aaa;
}

.shareListBox .itemUL li:nth-child(1) {
    text-indent: 18px;
}

.shareListBox .itemUL:hover {
    font-weight: bold;
    color: #e40500;
}

.shareListBox .itemUL:hover a {
    color: #e40500;
    font-weight: bold;
}

.shareListBox .itemUL:hover .sub_right .s_left {
    color: #e40500;
}

.shareListBox .itemUL .sub_right .s_right:hover {
}

.shareListBox .itemUL:hover .picBox {
    display: block;
}

.in_pro2 {
}

.in_pro2 .left {
}

.in_pro2 .left .content {
}

.in_pro2 .left .content .subBox {
    display: none;
}

.in_pro2 .left .content #Box_1 {
    display: block;
}

.shareListBox .noInfor {
    text-align: center;
    padding-top: 50px;
}

.in_pro .proOne .listBigBox {
    padding-bottom: 75px;
}

.xgWenTi {
}

.xgWenTi .xgTitle {
    line-height: 220%;
    color: #021a67;
    text-align: center;
}

.xgWenTi .xgTitle .one {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 3px;
}

.xgWenTi .xgTitle .two {
    font-size: 18px;
    font-family: 'Impact';
    text-transform: uppercase;
    background: url(/template/images/line6.png) no-repeat center;
}

.xgWenTi .xgList {
    padding-top: 23px;
}

.xgWenTi .xgList li {
    float: left;
    width: 285px;
    font-size: 17px;
    margin-right: 66px;
    text-align: center;
}

.xgWenTi .xgList li .one {
    width: 285px;
    height: 210px;
    overflow: hidden;
    position: relative;
}

.xgWenTi .xgList li .two {
    padding-top: 20px;
}

.xgWenTi .xgList li .one a {
    display: block;
}

.xgWenTi .xgList li .one img {
    width: 285px;
    height: 210px;
}

.xgWenTi .xgList li .one .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    padding: 0 5%;
    background: rgba(255,255,255,0.8);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 48px;
}

.xgWenTi .xgList li .two a {
    display: inline-block;
    line-height: 39px;
    border-radius: 15px;
    background: #f4f9fd;
    border: 1px solid #b9d7f3;
    width: 198px;
    text-align: center;
    font-weight: normal;
    font-size: 17px;
}

.xgWenTi .xgList li:nth-child(3) {
    margin-right: 0;
}

.proShow {
}

.proShow .left {
    width: 255px;
}

.proShow .right {
    width: 980px;
}

.proShow .right .line_1 {
    margin-bottom: 68px;
}

.proShow .right .psTitle {
    background: url(/template/images/ps_07.png) no-repeat center top;
    min-height: 88px;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    padding-top: 23px;
}

.proShow .right .psContent {
    padding-top: 55px;
}

.proShow .right .line_1 .sub_left {
    width: 452px;
}

.proShow .right .line_1 .sub_right {
    width: 493px;
    font-size: 19px;
    letter-spacing: 1px;
}

.proShow .right .line_1 .sub_left img {
}

.proShow .right .line_1 .sub_right .one {
    font-size: 21px;
    line-height: 50px;
    border-bottom: 1px dashed #666;
}

.proShow .right .line_1 .sub_right .two {
    line-height: 55px;
    border-bottom: 1px dashed #666;
    padding-top: 10px;
}

.proShow .right .line_1 .sub_right .three {
    padding: 23px 0;
    /* letter-spacing: 2px; */
}

.proShow .right .line_1 .sub_right .four {
}

.proShow .right .line_1 .sub_right .three .s1 {
}

.proShow .right .line_1 .sub_right .three .s2 {
    padding: 10px 0;
    font-size: 18px;
    line-height: 200%;
    text-indent: 2em;
    text-align: justify;
}

.proShow .right .line_1 .sub_right .four .s1 {
    float: left;
    width: 216px;
    font-weight: bold;
    color: #fff;
    line-height: 56px;
    background: url(/template/images/ps_02.png) no-repeat center top;
    text-indent: 33px;
    border-radius: 20px;
    -moz-box-shadow: 0px 3px 5px #aaa;
    -webkit-box-shadow: 0px 3px 5px #aaa;
    box-shadow: 0px 3px 5px #aaa;
}

.proShow .right .line_1 .sub_right .four .s2 {
    float: right;
    line-height: 150%;
    padding-left: 63px;
    background: url(/template/images/ps_03.png) no-repeat center left;
    background-position-y: 6px;
}

.proShow .right .line_1 .sub_right .four .s2 span {
}

.proShow .right .psTitle p {
    display: block;
    padding-top: 23px;
    background: url(/template/images/ps_08.png) no-repeat center top;
}

.proShow .right .psTitle span {
    color: #d40009;
}

.proShow .right .psContent .shareBox {
}

.proShow .right .psContent .partTitle {
    font-size: 14px;
    line-height: 138%;
    padding-left: 32px;
    background: url(/template/images/ps_09.png) no-repeat center left;
    background-position-y: 2px;
    padding-bottom: 23px;
    border-bottom: 1px solid #c1a073;
}

.proShow .right .psContent .partTxt {
    padding: 30px 5px;
    padding-bottom: 83px;
}

.proShow .right .psContent .partTitle .en {
    text-transform: uppercase;
}

.proShow .right .psContent .partTitle .cn {
    font-size: 18px;
    font-weight: bold;
}

.proShow .right .line_1 .sub_right .four .s2 .txt_1 {
    font-size: 18px;
}

.proShow .right .line_1 .sub_right .four .s2 .txt_2 {
    font-size: 28px;
    font-family: 'Impact';
    color: #b80008;
}

.proShow .right .psContent .partTxt, .proShow .right .psContent .partTxt p, .proShow .right .psContent .partTxt span, .proShow .right .psContent .partTxt font, .proShow .right .psContent .partTxt td {
    font-size: 18px !important;
    line-height: 200% !important;
    text-indent: 0 !important;
}

.proShow .right .psContent .partTxt p {
    margin: 0 !important;
    padding-bottom: 10px;
}

.proShow .right .psContent .partTxt table,.proShow .right .psContent .partTxt td {
    border: 0 !important;
    border-collapse: collapse;
}

.proShow .right .psContent .partTxt table {
    width: 100% !important;
    text-align: center;
    height: auto !important;
}

.proShow .right .psContent .psBox_2 .partTitle {
    background: url(/template/images/ps_12.png) no-repeat center left;
    background-position-y: 2px;
    padding-left: 36px;
}

.proShow .right .psContent .psBox_2 .partTxt table {
    padding: 3px;
    border: 1px solid #cce2f6 !important;
    border-collapse: unset !important;
}

proShow .right .psContent .psBox_2 .partTxt td {
    /* border: 5px solid #fff !important; */
    padding: 13px 5px;
}

.proShow .right .psContent .psBox_2 .partTxt td:nth-child(1),.proShow .right .psContent .psBox_2 .partTxt td:nth-child(3) {
    background: #ecf8fb;
    font-weight: bold;
}

.proShow .right .psContent .psBox_2 .partTxt td:nth-child(2), .proShow .right .psContent .psBox_2 .partTxt td:nth-child(4) {
    background: #fdfbf5;
}

.proShow .right .psContent .psBox_4 .partTxt table {
    text-align: left;
}

.proShow .right .psContent .partTxt td {
    vertical-align: top;
}

.proShow .right .psContent .psBox_4 .partTxt td:nth-child(1) {
    padding: 15px;
    padding-left: 0;
}

.xgPro {
}

.xgPro .xgTitle2 {
    font-size: 14px;
    line-height: 138%;
    padding-left: 32px;
    background: url(/template/images/ps_09.png) no-repeat center left;
    background-position-y: 2px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c1a073;
}

.xgPro .xgTitle2 .one {
    text-transform: uppercase;
}

.xgPro .xgTitle2 .two {
    font-size: 18px;
    font-weight: bold;
}

.xgPro .xgList {
    padding-top: 30px;
}

.xgPro .xgList dd:nth-child(3) {
    margin-right: 0;
}

.xgPro .xgList dd a {
}

.xgPro .xgList .item {
    margin-right: 43px;
}

.xgFangAn {
    padding-top: 50px;
}

.xgFangAn .xgTitle {
    background: url(/template/images/title.png) no-repeat center top;
    height: 85px;
    position: relative;
}

.xgFangAn .xgList {
    font-size: 18px;
    margin-top: -12px;
    padding-top: 183px;
}

.xgFangAn .xgTitle .one {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 25px;
}

.xgFangAn .xgList li {
}

.xgFangAn .xgList li a {
}

.xgFangAn .xgList .xgSub {
    background: rgba(255,255,255,0.8);
    padding: 18px 30px;
    padding-right: 0;
    line-height: 30px;
}

.proShow .right .psContent .psBox_2 .partTxt td {
    padding: 13px 0;
}

.in_new {
    background: url(/template/images/bj2.png);
    padding: 80px 0;
}

.in_new .left {
    width: 282px;
    background: #fff;
}

.in_new .right {
    width: 960px;
}

.newNav {
}

.newNav .left_Title {
    min-height: 123px;
    text-align: center;
    font-weight: bold;
    background: url(/template/images/nl_01.png) no-repeat center;
    background-size: cover;
}

.newNav .left_Title .en {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 33px;
}

.newNav .left_Title .cn {
    font-size: 35px;
}

.newNav .content {
    font-size: 20px;
    border: 1px solid #afc8f0;
}

.newNav .content li {
    line-height: 96px;
    border-bottom: 1px dotted #9db9e6;
}

.newNav .content li a {
    display: block;
    text-indent: 120px;
    background: url(/template/images/nl_02.png) no-repeat center left;
    background-position-x: 75px;
}

.in_new .right .list {
}

.in_new .right .topNew {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    -moz-box-shadow: 1px 1px 5px #ddd;
    -webkit-box-shadow: 1px 1px 5px #ddd;
    box-shadow: 1px 1px 5px #ddd;
    margin-bottom: 33px;
    overflow: hidden;
    padding: 20px;
    width: 920px;
    position: relative;
}

.newShareList {
}

.newShareList .item {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    -moz-box-shadow: 1px 1px 5px #ddd;
    -webkit-box-shadow: 1px 1px 5px #ddd;
    box-shadow: 1px 1px 5px #ddd;
    margin-bottom: 33px;
    overflow: hidden;
    padding: 20px;
    width: 920px;
}

.in_new .right .topNew .sub_left {
    width: 430px;
    padding-top: 55px;
    font-size: 18px;
}

.in_new .right .topNew .sub_right {
    width: 460px;
}

.in_new .right .topNew .sub_left .one {
}

.in_new .right .list .two {
    font-size: 22px;
    font-weight: bold;
}

.in_new .right .list .three {
    font-size: 14px;
    color: #888;
    padding: 10px 0;
}


.in_new .right .list .four {
    font-size: 17px;
    line-height: 180%;
    color: #666;
}

.in_new .right .list .five {
    text-align: right;
    padding-top: 8px;
}

.in_new .right .topNew .sub_right a {
}

.in_new .right .topNew .sub_right img {
    border-radius: 10px;
}

.newShareList .item .sub_left {
    width: 336px;
}

.newShareList .item .sub_right {
    width: 560px;
}

.newShareList .item .sub_left img {
    border-radius: 10px;
}

.newShareList .item .sub_right .one {
}

.newShareList .item .sub_right .two {
    font-size: 22px;
    font-weight: bold;
}

.newShareList .item .sub_right .three {
    font-size: 14px;
    color: #888;
    padding: 10px 0;
}

.newShareList .item .sub_right .four {
    font-size: 17px;
    line-height: 180%;
    color: #666;
}

.newShareList .item .sub_right .one a {
}

.newShareList .item .sub_right .two dd {
}

.newShareList .item .sub_right .four a {
}

.in_new .right .list .two a {
}

.in_new .right .topNew .sub_left .one img {
    position: absolute;
    top: 0;
    left: 19px;
}

.in_new .right .list .three dd {
    display: inline-block;
    margin-right: 23px;
}

.in_new .right .list .five a {
    display: inline-block;
    color: #df2422;
    border: 1px solid #df2422;
    border-radius: 100px;
    line-height: 37px;
    padding: 0 30px;
    font-size: 17px;
}

.newNav .content li:nth-child(1) a {
}

.newNav .content li:nth-child(2) a {
    background: url(/template/images/nl_03.png) no-repeat center left;
    background-position-x: 73px;
}

.newNav .content li:nth-child(4) a {
    background: url(/template/images/nl_04.png) no-repeat center left;
    background-position-x: 75px;
}

.newNav .content li:nth-child(3) a {
}

.newNav .content li:nth-child(5) a {
}

.newNav .content li:nth-child(1):hover a {
}

.newNav .content li:nth-child(2):hover a {
    background: url(/template/images/nlh_03.png) no-repeat center left;
    background-position-x: 73px;
}

.newNav .content li:nth-child(4):hover a {
    background: url(/template/images/nlh_04.png) no-repeat center left;
    background-position-x: 75px;
}

.newNav .content li:nth-child(3):hover a {
}

.newNav .content li:nth-child(5):hover a {
}

.newNav .content li:last-child {
    border: 0;
}

.in_new .right .topNew:hover {
    -moz-box-shadow: 1px 1px 10px #bbb;
    -webkit-box-shadow: 1px 1px 10px #bbb;
    box-shadow: 1px 1px 10px #bbb;
}

.in_new .right .topNew .sub_left .three dd:last-child {
    margin-right: 0;
}

.newShareList .item:hover {
    -moz-box-shadow: 1px 1px 10px #bbb;
    -webkit-box-shadow: 1px 1px 10px #bbb;
    box-shadow: 1px 1px 10px #bbb;
}

.in_new .right .five a:hover {
    background: #df2422;
    color: #fff;
}

.xgFast {
    padding-top: 80px;
}

.xgFast .bigBox {
}

.xgFast .sub_left {
    width: 210px;
    min-height: 180px;
    box-shadow: -2px -4px 8px 0px #abc8f5 inset;
    border-radius: 10px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    padding: 15px 0;
    background: #fff;
}

.xgFast .sub_right {
    width: 1075px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    padding: 15px 0;
    min-height: 175px;
    font-size: 17px;
    border-radius: 10px;
    line-height: 23px;
}

.xgFast .sub_left .one {
}

.xgFast .sub_left .two {
}

.xgFast .sub_left .three {
}

.xgFast .sub_right .one {
}

.xgFast .sub_right .two {
}

.xgFast .sub_right .three {
}

.xgFast .sub_right dd {
    float: left;
    width: 200px;
    padding: 18px 0;
    text-align: center;
}

.xgFast .sub_right dd a {
    display: block;
    border-right: 1px solid #ccc;
    padding: 0 13px;
}

.xgFast .sub_right .more {
    width: 75px;
}

.xgFast .sub_right .more a {
    border: 0;
    color: #cf131b;
}

.xgFast .sub_right dd a:hover {
    font-weight: bold;
    color: #cf131b;
}

.in_new .right .list .two a:hover {
    color: #b70916;
}

.newNav .content li a:hover {
    font-weight: bold;
    color: #d82220;
    background: url(/template/images/nlh_02.png) no-repeat center left;
    background-position-x: 75px;
}

.newShow {
    background: url(/template/images/bj2.png);
    padding: 80px 0;
}

.newShow .left {
    width: 282px;
    background: #fff;
}

.newShow .right {
    width: 960px;
}

.newShow .right_Title {
    line-height: 50px;
    border-bottom: 1px solid #d5eaff;
    font-size: 17px;
    margin-bottom: 18px;
}

.newShow .right .newBox {
    padding: 38px 55px;
    border: 1px solid #eee;
    background: #fff;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.newShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.newShow .right .newBox .line_2 .one {
    font-size: 28px;
    color: #333;
}

.newShow .right .newBox .line_2 .two {
    color: #888;
    font-size: 15px;
    padding: 8px 0;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-top: 20px;
}

.newShow .right .newBox .line_3 {
    color: #555;
    padding: 20px 0;
    min-height: 350px;
}

.newShow .right .newBox .line_3 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.newShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.newShow.fangAnShow .right .newBox .line_3 p {
    margin: 0 !important;
    background: url(/template/images/bot_3.png) no-repeat center left;
    padding: 0 !important;
    padding-left: 27px !important;
    background-position-x: 8px;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 span, .newShow .right .newBox .line_3 font, .newShow .right .newBox .line_3 h1, .newShow .right .newBox .line_3 h2, .newShow .right .newBox .line_3 h3, .newShow .right .newBox .line_3 h4 {
    color: #555;
    font-size: 16px !important;
    line-height: 220% !important;
    font-family: Microsoft YaHei !important;
}

.newShow .right .newBox .otherTag, .newShow .right .newBox .line_4 {
    font-size: 16px;
    padding: 5px 0;
    line-height: 220%;
    color: #888;
}

. .newShow .right_Title .sub_left {
}

.newShow .right_Title .sub_right {
}

.newShow .right_Title .sub_left h1,.newShow .right_Title .sub_left h2,.newShow .right_Title .sub_left h3,.newShow .right_Title .sub_left p {
    font-size: 23px;
    color: #d82220;
    display: block;
    padding-left: 38px;
    background: url(/template/images/nlh_02.png) no-repeat center left;
    font-weight: bold;
}

.newShow .right_Title .sub_right a {
    color: #666;
}

.newShow .right .newBox .line_2 .two dd {
    display: inline-block;
    margin-right: 50px;
}

.newShow .right .newBox .line_2 .two dd:last-child {
    margin-right: 0;
}

.prev_next {
    padding-bottom: 35px;
    font-size: 16px;
    color: #666;
}

.prev_next a {
    width: 298px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    color: #666;
}

.prev_next .sub_left, .prev_next .sub_right {
    width: 43%;
    line-height: 40px;
    padding: 0 23px;
    border-radius: 50px;
    font-size: 16px;
}

.prev_next .sub_left, .prev_next .sub_right {
    border: 1px solid #ccc;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover, .prev_next li:hover a {
    color: #e20000;
}

.prev_next li:hover {
    border: 1px solid #e20000;
}

.xgPro2 {
}

.xgPro2 .xgTitle {
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    line-height: 48px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    background: url(/template/images/ico8.png) no-repeat center left;
}

.xgPro2 .xgTitle .two {
}

.xgPro2 .xgList {
}

.xgPro2 .xgList .item {
    width: 258px;
    margin-right: 36px;
    margin-bottom: 0;
}

.xgPro2 .xgList .item img {
    width: 258px;
    height: 258px;
}

.xgPro2 .xgList .item .proName {
}

.xgPro2 .xgList .item:nth-child(3) {
    margin-right: 0;
}

.newShow .right .newBox .line_4 {
    margin-bottom: 30px;
}

.newShow .right .newBox .otherTag a {
    color: #888;
    margin-right: 13px;
}

.in_contact {
    background: url(/template/images/about.jpg) no-repeat center top;
    min-height: 827px;
}

.in_contact .line_1 {
    min-height: 827px;
}

.in_contact .line_1 .txtBox {
    padding-left: 815px;
    padding-top: 215px;
    font-size: 18px;
    min-height: 612px;
}

.in_contact .line_2 {
    position: relative;
}

.in_contact .callTitle {
}

.in_contact .line_1 .two {
    font-weight: bold;
    padding: 23px 0;
}

.in_contact .line_1 .three {
    line-height: 230%;
    letter-spacing: 1px;
}

.in_contact .callTitle .s1 {
    font-size: 35px;
    font-weight: bold;
    padding-left: 45px;
}

.in_contact .callTitle .s2 {
    font-size: 21px;
    color: #888;
    padding-top: 5px;
}

.in_contact .callTitle .s1 span {
    color: #c9060f;
}

.in_contact .line_1 .three p {
    text-indent: 2em !important;
}

.in_contact .line_1 .three span {
    color: #c9060f;
}

.in_contact .line_2 .callBox {
    position: absolute;
    z-index: 100;
    width: 630px;
    top: 50px;
    border-radius: 30px;
    background: url(/template/images/call_01.png) no-repeat center top;
    background-color: rgba(255,255,255,0.95);
}

.in_contact .line_2 .callTitle {
    padding-top: 28px;
    background: url(/template/images/callIco_01.png) no-repeat;
    padding-left: 23px;
}

.in_contact .line_2 .txt {
    position: relative;
    padding-top: 30px;
    padding-left: 23px;
}

.in_contact .line_2 .callTitle .s1 {
    line-height: 50px;
    padding-left: 48px;
    background: url(/template/images/callIco_02.png) no-repeat center left;
    letter-spacing: 1px;
}

.in_contact .line_2 .callTitle .s2 {
    padding: 0;
    letter-spacing: 2px;
}

.in_contact .line_2 .callTitle .s1 span {
}

.in_contact .line_2 .txt dd {
    line-height: 69px;
    font-size: 21px;
    padding-left: 45px;
    background: url(/template/images/callIco2_01.png) no-repeat center left;
}

.in_contact .line_2 .txt .ewm {
    position: absolute;
    right: 35px;
    top: 100px;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
}

.in_contact .line_2 .txt .ewm .s1 {
}

.in_contact .line_2 .txt .ewm .s2 {
    padding-top: 8px;
}

.in_contact .line_2 .txt .ewm .s1 img {
    padding: 3px;
    padding-bottom: 5px;
    border: 1px dashed #ccc;
}

.in_contact .line_2 .callBox2 {
    padding: 60px 43px;
    background: url(/template/images/call_02.png) no-repeat center bottom;
}

.in_about {
}

.in_about .jianJie {
    background: url(/template/images/about2.jpg) no-repeat center top;
    min-height: 940px;
    padding-top: 115px;
}

.in_about .wenHua {
    padding: 80px 0;
    background: url(/template/images/bj2.png);
    padding-bottom: 60px;
}

.in_about .fuWu {
    padding: 80px 0;
    background: url(/template/images/fw.png) no-repeat center top;
    background-position-y: 80px;
    font-size: 17px;
    min-height: 838px;
}

.in_about .jianJie .sTitle {
    padding-top: 15px;
    text-align: center;
    letter-spacing: 1px;
    padding-left: 10px;
}

.in_about .jianJie .content {
    padding: 30px 68px;
    text-align: justify;
    min-height: 337px;
}

.in_about .jianJie .videoBox {
}

.in_about .jianJie .sTitle .s1 {
    font-size: 35px;
    font-weight: bold;
    padding-right: 12px;
}

.in_about .jianJie .sTitle .s2 {
    font-size: 20px;
    color: #888;
    padding-top: 6px;
    letter-spacing: 2px;
}

.in_about .jianJie .sTitle .s1 p {
    padding-left: 55px;
    display: inline-block;
}

.in_about .jianJie .sTitle .s1 span {
    color: #c9060f;
}

.in_about .jianJie .content, .in_about .jianJie .content p,.in_about .jianJie .content span,.in_about .jianJie .content font {
    font-size: 18px;
    line-height: 230% !important;
    text-indent: 0 !important;
}

.in_about .jianJie .content p {
    margin: 0 !important;
    padding-bottom: 10px !important;
}

.in_about .jianJie .videoShow {
    min-height: 422px;
}

.in_about .jianJie .videoPic {
    /* width: 638px; */
    min-height: 422px;
    cursor: pointer;
    background: url(/template/images/videoBt.png) no-repeat center;
    background-size: 130px;
    /* float: right; */
}

.in_about .jianJie .videoPic:hover {
    background-size: 140px;
}

.in_about .wenHua .shareTitle {
    background: url(/template/images/wh_02.png) no-repeat center top;
}

.in_about .wenHua .shareTitle .cn {
}

.in_about .wenHua .shareTitle .cn p {
    line-height: 63px;
    padding-left: 60px;
    background: url(/template/images/wh_04.png) no-repeat center left;
    background-position-y: 9px;
}

.in_about .wenHua .shareTitle .one {
    padding-top: 0;
}

.in_about .wenHua .content {
    padding-top: 38px;
}

.in_about .wenHua .content li {
    width: 603px;
}

.in_about .wenHua .content li .one {
}

.in_about .wenHua .content li .two {
    padding: 18px 0;
}

.in_about .wenHua .content li .two .s_left {
    padding-left: 50px;
    line-height: 170%;
    background: url(/template/images/wh_09.png) no-repeat;
    padding-top: 5px;
    background-position-y: 4px;
}

.in_about .wenHua .content li .two .s_right {
    width: 398px;
    font-size: 18px;
    line-height: 160%;
    color: #666;
}

.in_about .wenHua .content li .two .s_left .cn {
    font-size: 26px;
    font-weight: bold;
}

.in_about .wenHua .content li .two .s_left .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.8);
    transform-origin: left;
    white-space: nowrap;
}

.in_about .wenHua .content li .two .s_right p {
    padding-left: 20px;
    background: url(/template/images/dot2.png) no-repeat center left;
    background-position-y: 10px;
    margin-bottom: 10px;
}

.in_about .wenHua .content .line_1 {
    margin-bottom: 30px;
}

.in_about .wenHua .content .line_2 {
}

.in_about .wenHua .content .line_2 li .two .s_right {
    float: none;
    width: 100%;
}

.in_about .wenHua .content .line_2 li .two .s_left {
    float: none;
    margin-bottom: 8px;
}

.in_about .fuWu .shareTitle {
    background: none;
}

.in_about .fuWu .shareTitle .cn p {
    background: none;
    padding-left: 32px;
    letter-spacing: 3px;
}

.in_about .fuWu .content {
    padding-top: 50px;
}

.in_about .fuWu .content .line_3 {
    width: 338px;
    margin: 0 auto;
}

.in_about .fuWu .content .line_1 {
    padding: 53px 0;
    min-height: 161px;
}

.in_about .fuWu .content .line_2 {
    min-height: 273px;
}

.in_about .fuWu .content .sub_left {
    padding-left: 70px;
}

.in_about .fuWu .content .sub_right {
    width: 338px;
    padding-right: 6px;
}

.in_about .fuWu .content .one {
    margin-left: 55px;
}

.in_about .fuWu .content .two {
    padding-top: 10px;
    line-height: 168%;
}

.in_about .fuWu .content .one .cn {
    font-size: 25px;
    font-weight: bold;
}

.in_about .fuWu .content .sub_left .one .en {
}

.in_about .fuWu .content .one .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.8);
    transform-origin: left;
}

.in_about .fuWu .content li {
    width: 328px;
}

.in_about .fuWu .content .line_3 .one {
    margin-left: 115px;
}

.faNav {
}

.faNav .content {
}

.faNav .content li {
    line-height: 60px;
}

.faNav .content li a {
    text-indent: 0;
    font-size: 18px;
    background: none !important;
    text-align: center;
}

.fangAnShow {
    background: url(/template/images/bj2.png);
    padding: 80px 0;
}

.fangAnShow .faTitle {
    margin-bottom: 30px;
    background: url(/template/images/fs_01.png) no-repeat center top;
}

.fangAnShow .shareTypeBox .right a {
    line-height: 65px;
    font-size: 18px;
}

.fangAnShow .shareTypeBox .right a:last-child {
    color: #df0e0b;
}

.fangAnShow .fangAnBox {
    padding: 50px;
    background: #fff;
    border: 1px solid #eee;
    -moz-box-shadow: 1px 1px 5px #ddd;
    -webkit-box-shadow: 1px 1px 5px #ddd;
    box-shadow: 1px 1px 5px #ddd;
    margin-bottom: 100px;
    position: relative;
}

.fangAnShow .fangAnBox .mainTitle {
    text-align: center;
    font-size: 33px;
    margin-bottom: 38px;
}

.fangAnShow .fangAnBox .line_1 {
}

.fangAnShow .fangAnBox .line_2 {
}

.fangAnShow .fangAnBox .line_3 {
}

.fangAnShow .fangAnBox .line_4 {
}

.fangAnShow .fangAnBox .line_5 {
}

.fangAnShow .fangAnBox .sTitle {
    font-size: 28px;
    font-weight: bold;
    color: #c9060f;
    padding-left: 33px;
    line-height: 38px;
    background: url(/template/images/fs_02.png) no-repeat center left;
}

.fangAnShow .fangAnBox .sContent {
}

.fangAnShow .fangAnBox .sContent {
    padding-top: 18px;
    padding-bottom: 50px;
    color: #333;
}

.fangAnShow .fangAnBox .line_1 .sContent table, .fangAnShow .fangAnBox .line_1 .sContent td,.fangAnShow .fangAnBox .line_2 table, .fangAnShow .fangAnBox .line_2 td {
    border-collapse: collapse !important;
    border: 0 !important;
}

.fangAnShow .fangAnBox .line_1 .sContent td {
}

.fangAnShow .fangAnBox .sContent, .fangAnShow .fangAnBox .sContent p, .fangAnShow .fangAnBox .sContent span, .fangAnShow .fangAnBox .sContent font, .fangAnShow .fangAnBox .sContent td {
    font-size: 18px !important;
    line-height: 200% !important;
}

.fangAnShow .fangAnBox .sContent p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.fangAnShow .shareTypeBox {
    margin-bottom: 38px;
}

.fangAnShow .fangAnBox .line_2 table,.fangAnShow .fangAnBox .line_2 td {
    text-align: center !important;
}

.fangAnShow .fangAnBox .line_1 table,.fangAnShow .fangAnBox .line_2 table {
    width: 100% !important;
}

.fangAnShow .fangAnBox .line_2 td {
}

.fangAnShow .fangAnBox .line_4 table,.fangAnShow .fangAnBox .line_4 td {
    border-collapse: collapse;
    border: 1px solid #b2cade;
    text-align: center;
}

.fangAnShow .fangAnBox .line_4 td {
    padding: 13px;
}

.fangAnShow .fangAnBox .line_4 td:nth-child(1) {
    width: 180px;
    text-align: center;
}

.fangAnShow .fangAnBox .line_4 td:nth-child(2) {
    width: 355px;
}

.fangAnShow .fangAnBox .line_4 td:nth-child(3) {
}

.fangAnShow .fangAnBox .line_4 tr:nth-child(1) {
    background: #eff4f8;
    font-weight: bold;
    text-align: center;
}

.fangAnShow .fangAnBox .line_4 tr:last-child td {
    /* text-align: left; */
    color: #888;
}

.xgPro3 {
    margin-bottom: 50px;
}

.xgPro3 .shareTitle {
    margin-bottom: 28px;
    background: url(/template/images/fs_03.png) no-repeat center top;
    padding-top: 33px;
}

.xgPro3 .shareTitle .cn p {
    background: url(/template/images/fs_04.png) no-repeat center left;
    padding-left: 46px;
}

.xgPro3 .xgList dd:nth-child(4) {
    margin-right: 0;
}

.xgPro3 .xgList {
}

.fsBody {
}

.xgCase {
    margin-bottom: 60px;
}

.xgCase .shareTitle {
    background: url(/template/images/fs_01.png) no-repeat center top;
}

.xgCase .xgList {
    padding-top: 30px;
}

.xgCase .shareTitle .cn p {
    background: url(/template/images/fs_05.png) no-repeat center left;
}

.xgCase .xgList li {
    float: left;
    width: 313px;
    height: 362px;
    position: relative;
    overflow: hidden;
    margin-right: 16px;
    border-radius: 5px;
}

.xgCase .xgList li .xgCasePic {
    width: 313px;
    height: 362px;
}

.xgCase .xgList li .two {
    position: absolute;
    z-index: 30;
    background-color: rgba(255,255,255,0.85);
    bottom: 0;
    width: 85%;
    padding: 20px 8%;
    font-size: 18px;
}

.xgCase .xgList li .two .s1 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}

.xgCase .xgList li .two .s2 {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;
}

.xgCase .xgList li .two .s3 {
    line-height: 33px;
    font-size: 17px;
}

.xgCase .xgList li .two .s1 a {
}

.xgCase .xgList li .two .s3 a {
    border: 1px solid #c9060f;
    color: #c9060f;
    display: inline-block;
    border-radius: 6px;
    padding: 0 18px;
}

.xgCase .xgList li:last-child {
    margin-right: 0;
}

.hotNew {
}

.hotNew .xgTitle {
    font-size: 21px;
    font-weight: bold;
    line-height: 39px;
    padding-left: 30px;
    background: url(/template/images/fs_06.png) no-repeat center left;
}

.hotNew .xgList {
    font-size: 18px;
    padding-top: 13px;
    line-height: 43px;
}

.hotNew .xgList li {
    float: left;
    width: 48%;
}

.hotNew .xgList li a {
    padding-left: 18px;
    background: url(/template/images/dot.png) no-repeat center left;
}

.hotNew .xgList li:nth-child(1), .hotNew .xgList li:nth-child(3), .hotNew .xgList li:nth-child(5), .hotNew .xgList li:nth-child(7) {
    margin-right: 4%;
}

.hotNew .xgList li a:hover {
    color: #c9060f;
}

.t_logo .left h3 {
    display: inline-block;
}

.page404 {
    padding: 60px 0;
    min-height: 334px;
    background: url(/template/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;
}

.in_about .jianJie .videoShow video,.in_about .jianJie .videoShow iframe {
    display: block;
}

.newShareList .item .three dd {
    display: inline-block;
    margin-right: 23px;
}

.newShareList .item .five {
    text-align: right;
    padding-top: 8px;
}

.newShareList .item .five a {
    display: inline-block;
    color: #df2422;
    border: 1px solid #df2422;
    border-radius: 100px;
    line-height: 37px;
    padding: 0 30px;
    font-size: 17px;
}

.newShareList .item:last-child {
    margin-bottom: 0;
}

.searchBody {
}

.searchBody .newShareList {
}

.searchBody .newShareList .item {
    padding: 23px 26px;
}

.newShow .right .newBox .otherTag a:hover {
    color: #c70000;
}

.jhList {
    padding: 100px 0;
}

.jhList .left {
    width: 955px;
    position: relative;
}

.jhList .right {
    width: 300px;
}

.jhlistBox {
}

.jhlistBox .item {
    padding: 15px 18px;
    margin-bottom: 26px;
    width: 919px;
}

.jhlistBox .item .sub_left {
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.jhlistBox .item .sub_right {
    width: 595px;
    font-size: 16px;
    color: #666;
}

.jhlistBox .item .sub_left a {
}

.jhlistBox .item .sub_left img {
    width: 300px;
    /* height: 200px; */
    min-height: 200px;
}

.jhlistBox .item .sub_right .one {
    font-size: 23px;
    padding-top: 3px;
    padding-bottom: 8px;
}

.jhlistBox .item .sub_right .two {
    line-height: 190%;
}

.jhlistBox .item .sub_right .one a {
}

.sjTag {
}

.sjTag .left_Title {
    color: #fff;
    padding: 10px 18px;
    letter-spacing: 1px;
    background: #d88e00;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, #d88e00, #f1b33d);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #d88e00, #f1b33d);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #d88e00, #f1b33d);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #d88e00, #f1b33d);
    /* Standard syntax */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 48px;
    line-height: 160%;
    padding-top: 15px;
    width: auto;
}

.sjTag .left_Title .cn {
    font-weight: bold;
    font-size: 23px;
}

.sjTag .left_Title .en {
    font-size: 13px;
}

.sjTag .sContent {
    border: 1px solid #f3d28b;
    font-size: 16px;
    width: 298px;
    background: url(/template/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;
}

.in_contact .line_2 .txt dd:nth-child(1) {
    background: url(/template/images/callIco2_01.png) no-repeat center left;
}

.in_contact .line_2 .txt dd:nth-child(2) {
    background: url(/template/images/callIco2_02.png) no-repeat center left;
}

.in_contact .line_2 .txt dd:nth-child(3) {
    background: url(/template/images/callIco2_03.png) no-repeat center left;
}

.in_contact .line_2 .txt dd:nth-child(4) {
    background: url(/template/images/callIco2_04.png) no-repeat center left;
}

.in_contact .line_2 .txt dd:nth-child(5) {
    background: url(/template/images/callIco2_05.png) no-repeat center left;
}

.in_contact .line_2 .txt dd:nth-child(6) {
    background: url(/template/images/callIco2_06.png) no-repeat center left;
}

.in_contact .line_2 .txt dd span {
    font-weight: bold;
    font-size: 28px;
    display: inline-block;
    vertical-align: top;
    color: #c9060f;
}

.hotKey {
    display: inline-block;
    vertical-align: middle;
}

.searchInput {
    display: inline-block;
    vertical-align: middle;
}

.indexBody .iJiShu {
    background: url(/template/images/jsBj_01.png) no-repeat center top;
}

.indexBody .f_feedback {
    background: url(/template/images/jsBj_02.png) no-repeat center top;
    background-size: cover;
}

.shareTypeBox .right a:last-child {
    color: #c9060f;
}

.xgWenTi .xgList li:nth-child(4) {
    display: none;
}

.proShow .right .line_1 .sub_right .s_left {
    width: 100%;
    max-width: 100%;
}

.fangAnShow .fangAnBox .jt {
    background: url(/template/images/jt2.png) no-repeat center top;
    width: 100%;
    min-height: 18px;
    position: absolute;
    top: -18px;
    left: 0;
}

.in_about .wenHua .content .line_1 .sub_right .two .s_left {
    background: url(/template/images/wh_11.png) no-repeat;
    background-position-y: 4px;
    padding-left: 56px;
    width: 136px;
}

.in_about .wenHua .content .line_1 .sub_right {
}

.in_about .wenHua .content .line_1 .sub_right .two {
}

.in_about .wenHua .content .line_2 .sub_right .two .s_left {
    background: url(/template/images/wh_19.png) no-repeat;
    background-position-y: 2px;
    padding-left: 55px;
}

.in_about .wenHua .content .line_2 .sub_left .two .s_left {
    background: url(/template/images/wh_17.png) no-repeat;
    background-position-y: 1px;
    padding-left: 55px;
}

.iXuanZe .content .line_2 .sub_right .subBox .smallBox td {
    width: 50%;
    vertical-align: top;
}

.iXuanZe .content .line_2 #xzBox_4 .subBox .smallBox p {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 200% !important;
    background-position-y: 6px;
}

.iXuanZe .content .line_2 #xzBox_4 .subBox .smallBox {
    padding: 13px 0;
    padding-bottom: 9px;
}
