@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('/fonts/Impact.eot');
    src: url('/fonts/Impact.eot?#iefix') format('embedded-opentype'), url('/fonts/Impact.woff') format('woff'), url('/fonts/Impact.ttf') format('truetype'), url('/fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

@font-face {
    font-family: 'Arciform';
    src: url('/fonts/Arciform.eot');
    src: url('/fonts/Arciform.eot?#iefix') format('embedded-opentype'), url('/fonts/Arciform.woff') format('woff'), url('/fonts/Arciform.ttf') format('truetype'), url('/fonts/Arciform.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: arial, tahoma, Microsoft YaHei, Hiragino Sans GB, sans-serif,"Noto Sans Myanmar";
    color: #111;
    word-wrap: break-word;
    white-space: normal;
    letter-spacing: 1px;
    /*word-break:break-all; */
}

.wapShow, .noShow {
    display: none !important;
}

.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%;
}

a {
    text-decoration: none;
    color: #333;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
    outline: none;
}

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: 16px;
    line-height: 35px;
    /* padding-top: 28px; */
    text-align: right;
}

.pageNumber a,.pageNumber span {
    padding: 0 12px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    background: #fff;
    display: inline-block;
}

.pageNumber a:hover {
    background: #cc0000;
    color: #fff;
    border: 1px solid #cc0000;
}

.pageNumber .current_page {
    background: #cc0000;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #cc0000;
    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: 198px;
    height: 30px;
    line-height: 30px;
    color: #333;
    padding: 0 13px;
    border: 0;
    background: none;
}

.t_search input[type="button"] {
    width: 33px;
    height: 32px;
    cursor: pointer;
    line-height: 32px;
    background: url(/template/images/sIco_02.png) no-repeat center left;
    color: #fff;
}

/* Banner设置 */
.in_banner {
    min-height: 368px;
}

.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;
    background-color: #f8f8f8;
}

.t_wel .left {
}

.t_wel .right {
}

.t_wel .right a {
    display: inline-block;
    padding: 0 18px;
    margin: 0 10px;
}

.t_wel .right a.first {
    position: relative;
}

.t_wel .right a.first .wap_ewm {
    position: absolute;
    left: -27px;
    top: 10px;
    width: 160px;
    min-height: 174px;
    background: url(/template/images/bj_ewm.png) no-repeat bottom left;
    padding-top: 19px;
    display: none;
    background-position-y: 19px;
}

.t_wel .right a.first .wap_ewm img {
    padding-top: 20px;
    padding-left: 6px;
}

.t_logo {
    height: 128px;
    background: url(/template/images/bj.jpg);
}

.t_logo .left {
}

.t_logo .right {
    padding-top: 15px;
}

.t_logo .left h3 {
    display: inline-block;
}

.t_logo .left h3 img {
    padding-right: 28px;
    vertical-align: middle;
}

.t_logo .left .txt {
    display: inline-block;
    vertical-align: middle;
    color: #666;
}

.t_logo .left .txt .one {
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 3px;
    color: #0e4c9c;
}

.t_logo .left .txt .two {
    font-size: 16px;
    color: #333;
    text-align: center;
}

.telBox {
    padding-left: 50px;
    color: #333;
    background: url(/template/images/tel.jpg) no-repeat center left;
    line-height: 150%;
    min-height: 39px;
}

.telBox .one {
}

.telBox .two {
    color: #ce0000;
    font-size: 23px;
    font-family: 'Impact';
    letter-spacing: 1px;
}

.t_logo .ul_1 {
    padding-top: 30px;
}

.t_nav {
    font-size: 16px;
    line-height: 68px;
    background: #0e4c9c;
}

.t_nav li {
    float: left;
    text-align: center;
    width: 136px;
    padding-right: 9px;
    background: url(/template/images/line.jpg) no-repeat center right;
}

.t_nav li a {
    color: #fff;
    display: block;
}

.t_nav li:last-child {
    background: none;
    padding: 0;
}

.t_nav li a:hover {
    background: url(/template/images/hover.jpg) no-repeat center;
}

.t_search {
    position: relative;
    line-height: 63px;
    color: #888;
    font-size: 15px;
    background: #f8f8f8;
    -moz-box-shadow: 1px 1px 8px #ddd;
    -webkit-box-shadow: 1px 1px 8px #ddd;
    box-shadow: 1px 1px 8px #ddd;
}

.t_search .left {
}

.t_search .right {
    color: #333;
}

.pageDH {
    color: #888;
}

.pageDH a {
    color: #888;
}

.t_search .right .hotKey {
    display: inline-block;
    vertical-align: middle;
    margin-right: 23px;
}

.t_search .right .searchInput {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100px;
    border: 1px solid #ccc;
    line-height: 30px;
    overflow: hidden;
    -moz-box-shadow: inset 0px -1px 5px #ddd;
    -webkit-box-shadow: inset 0px -1px 5px #ddd;
    box-shadow: inset 0px 3px 5px #ddd;
}

.t_search .right .hotKey font {
}

.t_search .right .hotKey a {
    color: #888;
}

.t_search .right .searchInput input {
}

.pro {
    padding: 63px 0;
    padding-bottom: 83px;
}

.shareTitle {
    line-height: 220%;
    text-align: center;
    padding-bottom: 15px;
    letter-spacing: 1px;
    background: url(/template/images/line2.jpg) no-repeat center bottom;
}

.pro .content {
    padding-top: 38px;
}

.pro .content .right {
    width: 983px;
}

.proType {
    width: 260px;
    border-radius: 13px;
    overflow: hidden;
}

.proType .left_Title {
    min-height: 110px;
    letter-spacing: 1px;
    color: #fff;
    padding-left: 88px;
    background: url(/template/images/ico.jpg) no-repeat center left;
    background-position-x: 33px;
    background-color: #0e4c9c;
}

.proType .left_sContent {
    font-size: 16px;
    line-height: 68px;
    background: #1659b0;
}

.proType .left_call {
    color: #fff;
    padding: 27px 0;
    text-align: center;
    background: url(/template/images/leftBj.jpg) no-repeat center bottom;
    background-size: cover;
}

.proType .left_Title .cn {
    font-size: 26px;
    padding-top: 27px;
    padding-bottom: 2px;
}

.proType .left_Title .en {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.proType .left_sContent a {
    display: block;
    color: #fff;
    padding-left: 68px;
    border-bottom: 1px dashed #2e77d6;
    background: url(/template/images/ico2.jpg) no-repeat center left;
    background-position-x: 38px;
}

.proType .left_call .one {
    padding-bottom: 18px;
}

.proType .left_call .two {
    text-align: left;
    padding-left: 78px;
    line-height: 58px;
    background: url(/template/images/tel2.png) no-repeat center left;
    background-size: 38px auto;
    background-position-x: 28px;
    background-position-y: 10px;
}

.proType .left_call .one span {
}

.proType .left_call .two img {
}

.sharepdList {
}

.sharepdList .item {
    float: left;
    margin-right: 36px;
    margin-bottom: 38px;
    padding: 10px;
    padding-bottom: 6px;
    text-align: center;
    background: #fff;
    -moz-box-shadow: 1px 1px 5px #ddd;
    -webkit-box-shadow: 1px 1px 5px #ddd;
    box-shadow: 1px 1px 5px #ddd;
}

.sharepdList .item a {
}

.sharepdList .item a .proName {
    font-size: 16px;
    display: block;
    line-height: 38px;
    padding-top: 5px;
}

.sharepdList .item a img {
    width: 283px;
    height: 198px;
}

.shareTitle .en {
    font-size: 23px;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.shareTitle .cn {
    font-size: 33px;
}

.sharepdList .item:nth-child(3), .sharepdList .item:nth-child(6), .sharepdList .item:nth-child(9), .sharepdList .item:nth-child(12) {
    margin-right: 0;
}

.proType .left_call .one img {
    width: 168px;
    height: 168px;
    padding: 8px;
    border: 1px dashed #adcef9;
}

.proType .left_call .two span {
    display: block;
    font-size: 23px;
    font-family: Impact;
    letter-spacing: 1px;
}

.proType .left_sContent a:hover {
    color: #ffbc41;
}

.iLiuCheng {
    color: #fff;
    padding: 80px 0;
    background: url(/template/images/lc.jpg) no-repeat center top;
    background-size: cover;
}

.iLiuCheng .content {
    padding-top: 33px;
}

.iLiuCheng .content dd {
    float: left;
    text-align: center;
    width: 68px;
    min-height: 129px;
}

.iLiuCheng .content dd img {
}

.iLiuCheng .content dd span {
    display: block;
}

.iLiuCheng .content .box {
    width: 160px;
    padding: 20px 0;
    min-height: 58px;
    border-radius: 10px;
    background: #fff;
    color: #333;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.iLiuCheng .content .box .one {
    min-height: 63px;
}

.iLiuCheng .content .box .two {
}

.iLiuCheng .content .zxLink {
    padding-top: 35px;
    text-align: center;
    line-height: 39px;
}

.iLiuCheng .content .zxLink a {
    display: inline-block;
    width: 150px;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 18px;
    color: #fff;
}

.iLiuCheng .content .zxLink a:last-child {
    margin: 0;
}

.iLiuCheng .content .jt {
    background: url(/template/images/jt.png) no-repeat center;
    background-size: 68% auto;
    opacity: 68%;
}

.iLiuCheng .content .zxLink a:hover {
    background-color: #d80f0f;
    border: 1px solid #d80f0f;
}

.iLiuCheng .content .box:nth-child(1) .one {
    background: url(/template/images/lcIco_01.png) no-repeat center top;
    background-position-y: 8px;
}

.iLiuCheng .content .box:nth-child(3) .one {
    background: url(/template/images/lcIco_02.png) no-repeat center top;
    background-position-y: 8px;
}

.iLiuCheng .content .box:nth-child(5) .one {
    background: url(/template/images/lcIco_03.png) no-repeat center top;
    background-position-y: 8px;
}

.iLiuCheng .content .box:nth-child(7) .one {
    background: url(/template/images/lcIco_06.png) no-repeat center top;
    background-position-y: 8px;
}

.iLiuCheng .content .box:nth-child(9) .one {
    background: url(/template/images/lcIco_05.png) no-repeat center top;
    background-position-y: 8px;
}

.iLiuCheng .content .box:nth-child(11) .one {
    background: url(/template/images/lcIco_04.png) no-repeat center top;
    background-position-y: 8px;
}

.youShi {
    min-height: 1638px;
    padding-top: 90px;
    background: url(/template/images/ys2.jpg) no-repeat center top;
}

.youShi .sTitle {
    text-align: center;
}

.youShi .content {
    padding-top: 76px;
}

.youShi .sTitle .en {
    font-size: 23px;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.youShi .sTitle .one {
    font-size: 33px;
    font-weight: bold;
    padding-bottom: 9px;
    margin-bottom: 9px;
    background: url(/template/images/line2.jpg) no-repeat center bottom;
}

.youShi .sTitle .two {
    color: #888;
}

.youShi .content .line_1 {
    min-height: 403px;
}

.youShi .content .line_2 {
    min-height: 425px;
}

.youShi .content .line_3 {
    min-height: 339px;
}

.youShi .content .line_4 {
}

.youShi .content .box_1 {
    width: 650px;
    padding-left: 105px;
}

.youShi .content .box_2 {
    padding-left: 716px;
}

.youShi .content .box_3 {
    width: 650px;
    padding-left: 105px;
}

.youShi .content .box_4 {
    padding-left: 716px;
}

.youShi .content .one {
    padding-left: 90px;
}

.youShi .content .two {
    color: #333;
    font-size: 18px;
    padding-top: 16px;
}

.youShi .content .one .cn {
    font-size: 33px;
    font-weight: bold;
    padding-bottom: 6px;
}

.youShi .content .one .en {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
}

.youShi .content .two li {
    line-height: 170%;
    padding: 8px 0;
    padding-left: 28px;
    background: url(/template/images/bot.jpg) no-repeat;
    background-position-y: 13px;
}

.news {
    padding: 80px 0;
    background: #fff;
}

.news .content {
    padding-top: 33px;
}

.news .content .line_1 {
    text-align: center;
    line-height: 38px;
    font-size: 16px;
}

.news .content .line_1 a {
    display: inline-block;
    border: 1px solid #ccc;
    width: 150px;
    margin-right: 15px;
}

.news .content .line_1 a:last-child {
    margin-right: 0;
}

.news .content .list {
    padding-top: 33px;
}

.news .content .list li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.news .content .list li:last-child {
    margin-right: 0;
}

.news .content dd img {
    width: 160px;
    height: 110px;
}

.news .content .list li .item {
    border: 1px solid #eee;
    margin-bottom: 18px;
}

.news .content .list li .item .sub_left {
    width: 160px;
}

.news .content .list li .item .sub_right {
    width: 238px;
    padding-top: 5px;
    padding-right: 5px;
}

.news .content .list li .item .sub_right .s1 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.news .content .list li .item .sub_right .s2 {
    font-size: 13px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 160%;
}

.news .content .list li .item .sub_right .s2 a {
    float: right;
}

.news .content .list li .item .sub_right .s3 {
    text-align: right;
    font-size: 13px;
    padding-top: 3px;
}

.news .content .list li .item .sub_right .s3 a {
    color: #b00;
}

.news .content .list li .item:last-child {
    margin-bottom: 0;
}

.news .content .line_1 a:hover {
    color: #fff;
    background: #ca0000;
    border: 1px solid #ca0000;
}

.friendLink {
    font-size: 13px;
    color: #98b6da;
    line-height: 43px;
    background: rgba(14,76,156,0.88);
}

.friendLink a {
    color: #666;
    display: inline-block;
    vertical-align: top;
}

.f_contact {
    color: #fff;
    padding-top: 63px;
    background: rgba(14,76,156,0.88);
}

.f_contact a {
    color: #fff;
}

.f_contact .l_1 {
    width: 560px;
}

.f_contact .l_2 {
    width: 680px;
}

.bq {
    color: #fff;
    line-height: 38px;
    border-top: 1px solid #1e70da;
    background: #0e4c9c;
}

.bq a {
}

.f_contact .sTitle {
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 18px;
    border-bottom: 1px dashed #eee;
}

.f_contact .l_1 .sub_left {
    width: 430px;
}

.f_contact .l_1 .sub_right {
    text-align: center;
    padding-top: 30px;
}

.f_contact .l_1 .sub_left .sContent {
}

.f_contact .l_1 .sub_left .sContent, .f_contact .l_1 .sub_left .sContent p,.f_contact .l_1 .sub_left .sContent span, .f_contact .l_1 .sub_left .sContent font {
    color: #fff !i;
    font-size: 16px !important;
    line-height: 220% !important;
}

.f_contact .l_1 .sub_right .s2 {
    padding-top: 8px;
}

.f_contact .l_1 .sub_left .sContent p {
    margin: 0 !important;
    padding: 0 !important;
}

.f_contact .l_2 dd {
    float: left;
}

.f_contact .l_2 dd:last-child {
}

.f_contact .l_2 .sub_1 {
}

.f_contact .l_2 .sub_2 {
    width: 20%;
}

.f_contact .l_2 .sub_3 {
}

.f_contact .l_2 .subList {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.f_contact .l_2 .subList a {
    display: block;
    line-height: 33px;
    vertical-align: middle;
}

.f_contact .l_2 .sub_1 .subList {
}

.f_contact .l_2 .sub_1 .subList a {
    float: left;
    width: 25%;
}

.bq, .bq p, .bq span, .bq font {
    color: #fff !important;
    text-indent: 0 !important;
    font-size: 13px !important;
}

.bq p {
    margin: 0 !important;
    padding: 0 !important;
}

.case {
    padding: 80px 0;
    background: url(/template/images/Bj.jpg);
}

.case .content {
    padding-top: 33px;
}

.case .content dd {
    float: left;
    width: 368px;
    margin-right: 88px;
    border: 1px solid #ddd;
    background: #fff;
}

.case .content dd .one {
}

.case .content dd .two {
    text-align: center;
    line-height: 38px;
    padding-top: 16px;
    padding-bottom: 5px;
    font-size: 20px;
}

.case .content dd .three {
    padding: 18px;
    line-height: 160%;
    color: #888;
    font-size: 15px;
    text-align: justify;
    background: url(/template/images/line3.png) no-repeat center top;
}

.case .content dd:last-child {
    margin-right: 0;
}

.case .content dd a {
    display: block;
}

.case .content dd .one img {
}

.in_pro {
    padding: 98px 0;
}

.in_pro .right {
    width: 983px;
}

.in_pro .right .rTitle {
    padding-bottom: 13px;
    border-bottom: 1px dashed #ccc;
}

.in_pro .right .line_2 {
    padding-top: 28px;
}

.noInfor {
    line-height: 50px;
    text-align: center;
}

.proType .left_sContent .bigType {
}

.proType .left_sContent .smallType {
}

.proType .left_sContent .bigType a {
}

.proType .left_sContent .smallType a {
    padding-left: 83px;
    background: url(/template/images/line5.png) no-repeat center left;
    background-position-x: 56px;
}

.pdViews {
    padding: 88px 0;
}

.pdViews .left {
}

.pdViews .right {
    width: 918px;
    padding: 33px;
    /* border-radius: 13px; */
    border: 1px solid #eee;
    background: #fff;
    -moz-box-shadow: 1px 1px 5px #eee;
    -webkit-box-shadow: 1px 1px 5px #eee;
    box-shadow: 1px 1px 5px #eee;
}

.pdViews .right .line_1 {
    min-height: 90px;
    text-align: center;
}

.pdViews .right .line_2 {
    color: #666;
    padding-top: 20px;
}

.pdViews .right .line_1 .one {
    margin: 0;
    font-size: 28px;
}

.pdViews .right .line_1 .two {
    color: #999;
    font-size: 16px;
    padding: 8px 0;
    line-height: 35px;
    border-bottom: 1px dashed #ccc;
    text-align: center;
    padding-top: 16px;
}

.pdViews .right .line_1 .two span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    margin-right: 23px;
}

.pdViews .right .line_1 .two span:nth-child(1) {
    background: url(/template/images/nsIco_02.png) no-repeat center left;
}

.pdViews .right .line_1 .two span:nth-child(2) {
    background: url(/template/images/nsIco_02.png) no-repeat center left;
}

.pdViews .right .line_1 .two span:nth-child(3) {
    background: url(/template/images/nsIco_03.png) no-repeat center left;
}

.pdViews .right .line_2, .pdViews .right .line_2 p, .pdViews .right .line_2 span, .pdViews .right .line_2 font {
    color: #666;
    font-size: 17px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.pdViews .right .line_2 p {
    margin: 0 !important;
    padding: 5px 0 !important;
}

.prev_next {
    padding-top: 28px;
    font-size: 16px;
}

.prev_next a {
    width: 280px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.prev_next .sub_left, .prev_next .sub_right {
    width: 39%;
    line-height: 40px;
    padding: 0 23px;
    border-radius: 50px;
    font-size: 16px;
    border: 1px solid #ccc;
    padding-left: 5%;
}

.prev_next .sub_left {
    background: url(/template/images/pn_01.png) no-repeat center left;
    background-position-x: 23px;
}

.prev_next .sub_right {
    background: url(/template/images/pn_03.png) no-repeat center left;
    background-position-x: 23px;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover, .prev_next li:hover a {
    color: #fff;
}

.prev_next li:hover {
    border: 1px solid #006fd8;
}

.prev_next .sub_left:hover {
    background: url(/template/images/pn_02.png) no-repeat center left;
    background-position-x: 23px;
    background-color: #006fd8;
}

.prev_next .sub_right:hover {
    background: url(/template/images/pn_04.png) no-repeat center left;
    background-position-x: 23px;
    background-color: #006fd8;
}

.pro .proType .left_sContent {
    line-height: 60px;
}

.foot {
    background: url(/template/images/callBj.jpg) no-repeat center;
    background-size: cover;
}

.in_new {
    padding: 98px 0;
}

.in_new .left {
}

.in_new .right {
    width: 983px;
}

.in_new .right .rTitle {
    padding-bottom: 13px;
    border-bottom: 1px dashed #ccc;
}

.in_new .right .list {
    padding-top: 28px;
}

.newShareList {
}

.newShareList .item {
    display: inline-block;
    border: 1px solid #eee;
    margin-bottom: 28px;
    padding: 16px;
    width: 980px;
    background: #fff;
}

.newShareList .item .sub_left {
    width: 341px;
}

.newShareList .item .sub_right {
    width: 613px;
    font-size: 16px;
}

.newShareList .item .sub_left img {
}

.newShareList .item .sub_right .one {
    line-height: 33px;
    font-weight: bold;
    font-size: 24px;
    color: #333;
}

.newShareList .item .sub_right .two {
    color: #666;
    line-height: 180%;
    padding: 8px 0;
    font-size: 17px;
    padding-bottom: 13px;
}

.nwViews {
    padding: 98px 0;
}

.nwViews .left {
}

.nwViews .right {
    width: 908px;
    padding: 38px;
    border: 1px solid #eee;
    background: #fff;
}

.nwViews .right .line_1 {
}

.nwViews .right .line_2 {
    color: #666;
    padding-top: 20px;
}

.nwViews .right .line_1 .one {
    margin: 0;
    font-size: 26px;
    text-align: center;
}

.nwViews .right .line_1 .two {
    color: #999;
    font-size: 17px;
    padding: 8px 0;
    line-height: 35px;
    border-bottom: 1px dashed #ccc;
    text-align: center;
    padding-top: 16px;
}

.nwViews .right .line_1 .two span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    margin-right: 23px;
}

.nwViews .right .line_1 .two span:last-child {
    margin-right: 0;
}

.nwViews .right .line_2, .nwViews .right .line_2 p,.nwViews .right .line_2 span, .nwViews .right .line_2 font {
    color: #666;
    font-size: 17px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.nwViews .right .line_2 p {
    margin: 0 !important;
    padding: 5px 0 !important;
}

.nwViews .right .line_1 .two span:nth-child(1) {
    background: url(/template/images/cIco_01.png) no-repeat center left;
}

.nwViews .right .line_1 .two span:nth-child(2) {
    background: url(/template/images/cIco_02.png) no-repeat center left;
}

.nwViews .right .line_1 .two span:nth-child(3) {
    background: url(/template/images/cIco_03.png) no-repeat center left;
}

.nwViews .right .line_1 .two span:nth-child(4) {
    background: url(/template/images/cIco_04.png) no-repeat center left;
    background-size: 16px auto;
}

.in_contact {
    padding: 68px 0;
}

.in_contact .sTitle {
    font-size: 26px;
    color: #bb0000;
}

.in_contact .sContent {
    padding: 16px 0;
}

.in_contact .sContent,.in_contact .sContent p,.in_contact .sContent span, .in_contact .sContent font {
    font-size: 16px !important;
    text-indent: 0 !important;
    line-height: 220% !important;
}

.f_contact .line_2 {
    padding: 23px 0;
    line-height: 200%;
}

.liuCheng {
    padding: 98px 0;
}

.liuCheng .sTitle {
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    color: #b30000;
    padding-bottom: 18px;
    margin-bottom: 23px;
    border-bottom: 1px dashed #ccc;
}

.liuCheng .sContent {
}

.liuCheng .sContent, .liuCheng .sContent p,.liuCheng .sContent span,.liuCheng .sContent font {
    font-size: 16px;
    text-indent: 0;
    line-height: 200%;
}

.liuCheng .sContent p {
    margin: 0 !important;
    padding: 0 !important;
}

.t_logo .right .sub_left {
    padding-right: 38px;
}

.t_logo .right .sub_right {
}

.t_logo .right .sub_right .one {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 3px;
}

.t_logo .right .sub_right .two {
    font-size: 15px;
}

.bq .sub_right,.bq .sub_right a {
    color: #0e4c9c;
}

.proType .left_call .three {
    padding: 0 20px;
}
