@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: 'boombox';
    src: url('/fonts/boombox.eot');
    src: url('/fonts/boombox.eot?#iefix') format('embedded-opentype'), url('/fonts/boombox.woff') format('woff'), url('/fonts/boombox.ttf') format('truetype'), url('/fonts/boombox.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 !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: 30px;
    text-align: right;
}

.pageNumber a,.pageNumber span {
    padding: 0 13px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    background: #fff;
    display: inline-block;
}

.pageNumber a:hover {
    background: #0096a4;
    color: #fff;
    border: 1px solid #0096a4;
}

.pageNumber .current_page {
    background: #0096a4;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #0096a4;
    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: 0;
    background: none;
}

.t_search input[type="button"] {
    width: 50px;
    height: 32px;
    cursor: pointer;
    line-height: 32px;
    background: url(/template/images/sIco_02.png) no-repeat center;
    color: #fff;
}

/* Banner设置 */
.in_banner {
    min-height: 350px;
}

.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  共享区 */
.pageDH {
    padding-left: 30px;
    background: url(/template/images/sIco_01.png) no-repeat center left;
    background-position-y: 18px;
}

.shareTitle {
    background: url(/template/images/t_01.png) no-repeat center top;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 33px;
}

.shareTitle .en {
    color: #999;
    font-size: 16px;
}

.shareTitle .cn {
    font-size: 35px;
    font-weight: bold;
    padding-right: 12px;
}

.shareTitle span {
    color: #0096a4;
}

.shareTitle .one {
    font-size: 23px;
    color: #333;
    padding-top: 8px;
    letter-spacing: 2px;
}

.shareTitle .cn p {
    display: inline-block;
    padding-right: 43px;
    color: #ff9600;
}

.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;
}

.shareprodList .item {
    float: left;
    margin-right: 26px;
    margin-bottom: 46px;
    text-align: center;
    min-height: 306px;
    width: 307px;
}

.shareprodList .item .upBox {
    display: block;
    margin-bottom: 5px;
}

.shareprodList .item .picBox {
    padding-bottom: 15px;
    background: url(/template/images/yy3.png) no-repeat center bottom;
}

.shareprodList .item .picBox img {
    width: 307px;
    height: 307px;
    display: block;
    cursor: pointer;
}

.shareprodList .item .proName {
    display: block;
    line-height: 33px;
    font-size: 18px;
    color: #444;
    margin-top: -10px;
}

.shareprodList .item .linkBt {
    line-height: 33px;
    background-color: #0096a4;
    border-radius: 5px;
    font-size: 16px;
}

.shareprodList .item .linkBt a {
    display: inline-block;
    width: 151px;
    text-align: center;
    border: 1px solid #0096a4;
    border-radius: 5px;
}

.shareprodList .item .linkBt a:first-child {
    background-color: #0096a4;
    color: #fff;
    width: 152px;
}

.shareprodList .item .linkBt a:hover {
    font-weight: bold;
}

.shareprodList .item .upBox:hover .proName {
    color: #0291a1;
    font-weight: bold;
}

.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;
}

.bjBox {
    background: url(/template/images/bj2.png);
}

.friendLink {
    color: #bbb;
}

.friendLink a {
    color: #bbb;
}

.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;
}

.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;
}

.xgPro {
}

.xgPro .xgTitle2 {
    font-size: 16px;
    font-weight: bold;
    min-height: 27px;
    padding-left: 35px;
    padding-top: 6px;
    background: url(/template/images/xgIco.png) no-repeat;
}

.xgPro .xgTitle2 .one {
    text-transform: uppercase;
}

.xgPro .xgTitle2 .two {
}

.xgPro .xgList {
    padding-top: 13px;
}

.xgPro .xgList dd:nth-child(3) {
    margin-right: 0;
}

.xgPro .xgList dd a {
}

.xgPro .xgList .item {
    width: 250px;
    float: left;
    text-align: center;
    margin-right: 55px;
    font-size: 18px;
}

.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;
}

.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;
}

.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;
}

.prev_next {
    padding-top: 23px;
    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: 10px;
    font-size: 15px;
    background: #f9f9f9;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover a {
    color: #0096a4;
    font-weight: bold;
}

.prev_next li:hover {
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
    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;
}

.shareTypeBox .right a:last-child {
    color: #c9060f;
}

.xgWenTi .xgList li:nth-child(4) {
    display: none;
}

.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;
}

/* 新开始 */
.t_wel {
    font-size: 13px;
    line-height: 38px;
    color: #666;
    border-bottom: 1px dashed #ddd;
}

.t_wel .right a {
    color: #666;
    padding-left: 23px;
    display: inline-block;
    vertical-align: middle;
}

.t_wel .left {
}

.t_wel .right {
}

.t_wel .right dd:nth-child(1) a {
    background: url(/template/images/welico_01.png) no-repeat center left;
    background-position-y: 11px;
}

.t_wel .right dd:nth-child(2) a {
    background: url(/template/images/welico_02.png) no-repeat center left;
    padding-left: 22px;
}

.t_wel .right dd:nth-child(3) a {
    background: url(/template/images/welico_03.png) no-repeat center left;
    padding-left: 22px;
}

.t_wel .right dd {
    float: left;
    padding: 0 30px;
    background: url(/template/images/line.png) no-repeat center right;
}

.t_wel .right dd:last-child {
    padding-right: 0;
    background: none;
}

.t_logo {
    padding: 35px 0;
}

.t_logo .ul_1 {
}

.t_logo .left {
}

.t_logo .left img {
    padding-right: 28px;
    vertical-align: middle;
}

.t_logo .left h3 {
    display: inline-block;
}

.t_logo .left .txt {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1.5px;
}

.t_logo .left .txt .one {
    font-size: 31px;
    color: #0096a4;
    font-weight: bold;
    padding-bottom: 3px;
}

.t_logo .left .txt .two {
    font-size: 20px;
    color: #1e1e1e;
    text-align: center;
    background: url(/template/images/line2.png) no-repeat center;
}

.t_logo .right {
    padding-top: 15px;
}

.t_logo .right dd {
    padding-left: 69px;
    color: #333;
    background: url(/template/images/tel.png) no-repeat center left;
    line-height: 200%;
}

.t_logo .right .one {
    font-size: 20px;
    color: #111;
}

.t_logo .right .two {
    font-size: 28px;
    font-weight: bold;
    color: #0096a4;
}

.t_nav {
    min-height: 97px;
    background: url(/template/images/nav.jpg) repeat-x center bottom;
}

.t_nav li {
    padding-left: 2px;
    float: left;
    width: 125px;
    text-align: center;
    line-height: 130%;
    letter-spacing: 0.5px;
}

.t_nav a {
    display: block;
    font-size: 18px;
    color: #fff;
    padding-top: 50px;
}

.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_nav li:nth-child(1) {
    width: 125px;
}

.t_nav li:nth-child(2) {
    width: 175px;
}

.t_nav li:nth-child(3) {
    width: 173px;
}

.t_nav li:nth-child(4) {
    width: 172px;
}

.t_nav li:nth-child(5) {
    width: 163px;
}

.t_nav li:nth-child(6) {
    width: 187px;
}

.t_nav li:nth-child(7) {
    width: 150px;
}

.t_nav li:nth-child(8) {
    width: 138px;
}

.t_nav a span {
    display: block;
}

.t_nav a .cn {
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #555;
}

.t_nav a .en {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.8;
    transform: scale(0.8);
}

.t_nav li:nth-child(1) a {
    background: url(/template/images/navIco_01.png) no-repeat center top;
    background-position-y: 8px;
}

.t_nav li:nth-child(2) a {
    background: url(/template/images/navIco_02.png) no-repeat center top;
    background-position-y: 8px;
}

.t_nav li:nth-child(3) a {
    background: url(/template/images/navIco_03.png) no-repeat center top;
    background-position-y: 8px;
}

.t_nav li:nth-child(4) a {
    background: url(/template/images/navIco_04.png) no-repeat center top;
    background-position-y: 8px;
}

.t_nav li:nth-child(5) a {
    background: url(/template/images/navIco_05.png) no-repeat center top;
    background-position-y: 8px;
}

.t_nav li:nth-child(6) a {
    background: url(/template/images/navIco_06.png) no-repeat center top;
    background-position-y: 8px;
}

.t_nav li:nth-child(7) a {
    background: url(/template/images/navIco_07.png) no-repeat center top;
    background-position-y: 8px;
}

.t_nav li:nth-child(8) a {
    background: url(/template/images/navIco_08.png) no-repeat center top;
    background-position-y: 8px;
}

.t_nav li:nth-child(1) a:hover {
    background: url(/template/images/navIcoH_01.png) no-repeat center top;
    background-position-y: 8px;
}

.t_nav li:nth-child(2) a:hover {
    background: url(/template/images/navIcoH_02.png) no-repeat center top;
    background-position-y: 8px;
}

.t_nav li:nth-child(3) a:hover {
    background: url(/template/images/navIcoH_03.png) no-repeat center top;
    background-position-y: 8px;
}

.t_nav li:nth-child(4) a:hover {
    background: url(/template/images/navIcoH_04.png) no-repeat center top;
    background-position-y: 8px;
}

.t_nav li:nth-child(5) a:hover {
    background: url(/template/images/navIcoH_05.png) no-repeat center top;
    background-position-y: 8px;
}

.t_nav li:nth-child(6) a:hover {
    background: url(/template/images/navIcoH_06.png) no-repeat center top;
    background-position-y: 8px;
}

.t_nav li:nth-child(7) a:hover {
    background: url(/template/images/navIcoH_07.png) no-repeat center top;
    background-position-y: 8px;
}

.t_nav li:nth-child(8) a:hover {
    background: url(/template/images/navIcoH_08.png) no-repeat center top;
    background-position-y: 8px;
}

.t_bigBox {
    background: url(/template/images/t.png) no-repeat center top;
}

.pageDH span {
    color: #0096a4;
}

.t_search {
    line-height: 60px;
    color: #888;
    font-size: 15px;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
    background: url(/template/images/t.png) no-repeat center top;
}

.t_search .left {
}

.t_search .right {
}

.t_search .left a {
}

.t_search .right a {
    color: #333;
    margin-right: 11px;
    display: inline-block;
    vertical-align: middle;
}

.t_search .left a {
    color: #0096a4;
}

.t_search .right font {
    display: inline-block;
    vertical-align: middle;
    color: #888;
}

.pro {
    padding: 80px 0;
    font-size: 17px;
    background: url(/template/images/bj3.jpg);
}

.pro .content {
    padding-top: 38px;
}

.proType {
    width: 262px;
}

.pro .content .right {
    width: 973px;
}

.proType .left_Title {
    line-height: 130%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    min-height: 125px;
    text-indent: 26px;
    background: url(/template/images/left_01.png) no-repeat center top;
}

.proType .left_Title .cn {
    font-size: 23px;
    letter-spacing: 2px;
    padding-top: 37px;
}

.proType .left_Title .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.95);
}

.proType .left_content {
}

.proType .kou {
    min-height: 39px;
    background: url(/template/images/left_02.png) no-repeat center top;
    margin-top: -20px;
    position: relative;
}

.proType .Box_one {
    margin-top: -15px;
    -moz-box-shadow: 1px 1px 5px #ddd;
    -webkit-box-shadow: 1px 1px 5px #ddd;
    box-shadow: 1px 0px 5px #ddd;
}

.proType .Box_two {
    padding: 20px;
    padding-bottom: 33px;
    background: #fff;
    -moz-box-shadow: inset 0px -1px 5px #ddd;
    -webkit-box-shadow: inset 0px -1px 5px #ddd;
    box-shadow: inset 3px -3px 6px #ddd;
}

.proType .left_content a {
    width: 185px;
    text-align: left;
    line-height: 35px;
    display: inline-block;
    text-indent: 69px;
    border-radius: 100px;
    vertical-align: middle;
}

.proType .left_content dd {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.proType .left_content dd span {
    display: block;
    background: url(/template/images/left_04.png) no-repeat center left;
    background-position-x: 43px;
}

.proType .left_content a:hover,.proType .left_content a.cur {
    color: #fff;
    font-weight: bold;
    background: #ffa405;
}

.proType .left_content a:hover span,.proType .left_content a.cur span {
    background: url(/template/images/left_03.png) no-repeat center left;
    background-position-x: 43px;
}

.left_call {
    text-align: center;
    padding-top: 38px;
}

.left_call .one {
    margin-bottom: 18px;
}

.left_call .two {
    color: #fff;
    font-weight: bold;
    line-height: 42px;
    font-size: 16px;
    text-shadow: 1px 1px 3px #333;
    margin-bottom: 28px;
}

.left_call .three {
    font-weight: bold;
    text-align: left;
    padding-left: 39px;
    background: url(/template/images/call_03.png) no-repeat;
    background-position-y: 1px;
    background-position-x: 5px;
    width: auto;
}

.left_call .one img {
    width: 175px;
    border: 1px solid #ddd;
}

.left_call .two .s1 {
    margin-bottom: 10px;
    background: url(/template/images/call_01.png) no-repeat center top;
}

.left_call .two .s2 {
    line-height: 40px;
    background: url(/template/images/call_02.png) no-repeat center bottom;
}

.left_call .three .s1 {
    /* font-size: 18px; */
}

.left_call .three .s2 {
    font-size: 20px;
    color: #0096a4;
    padding-top: 3px;
    letter-spacing: 1px;
}

.shareprodList .item .hdBox {
    width: 307px;
    height: 307px;
    overflow: hidden;
}

.shareprodList .item .linkBt a:last-child {
    background: #fff;
}

.shareprodList .item:nth-child(3), .shareprodList .item:nth-child(6), .shareprodList .item:nth-child(9), .shareprodList .item:nth-child(12) {
    margin-right: 0;
}

.hdBox img {
    transition: all 0.4s;
}

.hdBox img:hover {
    transform: scale(1.05);
}

.pro .content .right .pageNumber {
    padding-top: 0;
    text-align: center;
}

.pageNumber input {
    line-height: 30px;
    height: 30px;
    padding: 0 8px;
    font-size: 16px;
}

.pageNumber input#page_number {
    width: 23px;
}

.youShi {
    padding-top: 139px;
    background: url(/template/images/ys.jpg) no-repeat center top;
    min-height: 1718px;
}

.youShi .content {
    padding-top: 126px;
}

.youShi .content .line_1 {
    min-height: 267px;
}

.youShi .content .cn {
    font-size: 25px;
    font-weight: bold;
    color: #0096a4;
}

.youShi .content .two {
    font-size: 16px;
    color: #1e1e1e;
    padding-top: 12px;
    line-height: 37px;
    letter-spacing: 1px;
    margin-left: -31px;
    min-height: 126px;
}

.youShi .content .two span {
    color: #0b91b6;
    position: relative;
    top: -2px;
}

.youShi .content .one p {
    display: inline;
    font-weight: bold;
}

.youShi .content .one p span {
    font-family: "Impact";
    font-weight: normal;
    font-size: 20px;
}

.youShi .content .line_1 .box_1 {
    padding-left: 45px;
    padding-top: 0px;
}

.youShi .content .line_2 .box_2 {
    padding-top: 146px;
    padding-left: 821px;
}

.youShi .content .line_2 .box_2 .one {
}

.youShi .content .line_2 .box_2 .two {
}

.youShi .content .line_2 {
    min-height: 381px;
}

.youShi .content .line_3 {
    min-height: 377px;
}

.youShi .content .line_3 .box_3 {
    padding-top: 31px;
    padding-left: 821px;
}

.youShi .content .line_3 .box_3 .one {
}

.youShi .content .line_3 .box_3 .two {
}

.youShi .content .line_4 .box_4 {
    padding-top: 66px;
    padding-left: 45px;
}

.youShi .content .line_4 {
}

.youShi .content .line_4 .box_4 .one {
}

.youShi .content .line_4 .box_4 .two {
    line-height: 38px;
    padding-top: 10px;
}

.youShi .content .en {
    font-size: 12px;
    color: #bbb;
    text-transform: uppercase;
}

.youShi .content .one img {
    vertical-align: bottom;
    margin-right: 13px;
}

.youShi .content .three {
    font-size: 18px;
    padding-left: 2px;
    padding-top: 8px;
}

.youShi .content .three dd:nth-child(1) {
    padding-left: 19px;
    padding-right: 43px;
}

.youShi .content .three dd:nth-child(2) {
}

.youShi .content .three dd:nth-child(3) {
    padding-left: 54px;
}

.youShi .content .line_5 {
}

.youShi .content .line_5 .box_5 {
    padding-top: 75px;
    padding-left: 838px;
}

.youShi .content .one span {
    color: #0096a4;
}

.youShi .content .two li {
    padding-left: 32px;
}

.youShi .content .three a {
    display: inline-block;
    width: 145px;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.youShi .shareTitle {
    background: none;
    padding-top: 38px;
}

.youShi .shareTitle .cn {
    padding-bottom: 17px;
}

.youShi .shareTitle .one {
    font-size: 18px;
}

.youShi .sTitle {
    text-align: center;
    padding-top: 25px;
}

.youShi .sTitle .one {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 13.5px;
    text-indent: 21px;
}

.youShi .sTitle .two {
    padding-top: 23px;
    text-indent: 85px;
    padding-bottom: 20px;
}

.youShi .sTitle .three {
    padding-left: 21px;
}

.youShi .sTitle .two img {
}

.youShi .content .one {
    line-height: 160%;
    padding-left: 28px;
}

.youShi .content .line_3 .three {
    padding-top: 2px;
}

.iDingZhi {
    min-height: 676px;
    padding-top: 100px;
    background: url(/template/images/bj_03.jpg) no-repeat center top;
}

.iDingZhi .shareTitle {
    background: none;
    padding-top: 53px;
}

.iDingZhi .shareTitle .three {
    padding-top: 20px;
    padding-left: 100px;
}

.iDingZhi .shareTitle .cn {
    padding-left: 128px;
}

.iDingZhi .content {
    padding-top: 55px;
    text-align: center;
}

.iDingZhi .content li {
    display: inline-block;
    width: 239px;
    height: 379px;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    text-shadow: 0 3px #001635, 2px 0 #001635, -2px 0 #001635, 0 -2px #001635;
    text-align: center;
    margin-right: 26px;
    background: url(/template/images/dzPic_01.jpg) no-repeat center top;
}

.iDingZhi .content li .twoBox {
    display: table-cell;
    width: 239px;
    height: 379px;
    text-align: center;
    vertical-align: middle;
    background: url(/template/images/dz_01.png) no-repeat left bottom;
    background-position-x: 18px;
    background-position-y: 315px;
}

.iDingZhi .content li .sBox {
    width: 233px;
    padding: 30px 0;
    margin: 0 auto;
}

.iDingZhi .content li .txt_1 {
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 8px;
    line-height: 133%;
}

.iDingZhi .content li .txt_2 {
    font-size: 12px;
    line-height: 130%;
}

.iDingZhi .content li:last-child {
    margin-right: 0;
}

.iDingZhi .content li .oneBox {
    min-height: 379px;
    background: url(/template/images/dzImg_01.jpg) no-repeat center top;
}


.iDingZhi .content li:nth-child(1) {
    background: url(/template/images/dzPic_01.jpg) no-repeat center top;
}

.iDingZhi .content li:nth-child(2) {
    background: url(/template/images/dzPic_02.jpg) no-repeat center top;
}

.iDingZhi .content li:nth-child(3) {
    background: url(/template/images/dzPic_03.jpg) no-repeat center top;
}

.iDingZhi .content li:nth-child(4) {
    background: url(/template/images/dzPic_04.jpg) no-repeat center top;
}

.iDingZhi .content li:nth-child(5) {
    background: url(/template/images/dzPic_05.jpg) no-repeat center top;
}

.iDingZhi .content li:nth-child(1) .oneBox {
    background: url(/template/images/dzImg_01.jpg) no-repeat center top;
}

.iDingZhi .content li:nth-child(2) .oneBox {
    background: url(/template/images/dzImg_02.jpg) no-repeat center top;
}

.iDingZhi .content li:nth-child(3) .oneBox {
    background: url(/template/images/dzImg_03.jpg) no-repeat center top;
}

.iDingZhi .content li:nth-child(4) .oneBox {
    background: url(/template/images/dzImg_04.jpg) no-repeat center top;
}

.iDingZhi .content li:nth-child(5) .oneBox {
    background: url(/template/images/dzImg_05.jpg) no-repeat center top;
}

.iDingZhi .content li:hover .oneBox {
    background: none;
}

.iDingZhi .content li:nth-child(1) .twoBox {
    background: url(/template/images/dz_01.png) no-repeat left bottom;
    background-position-x: 18px;
    background-position-y: 315px;
}

.iDingZhi .content li:nth-child(2) .twoBox {
    background: url(/template/images/dz_02.png) no-repeat left bottom;
    background-position-x: 25px;
    background-position-y: 315px;
}

.iDingZhi .content li:nth-child(3) .twoBox {
    background: url(/template/images/dz_03.png) no-repeat left bottom;
    background-position-x: 21px;
    background-position-y: 315px;
}

.iDingZhi .content li:nth-child(4) .twoBox {
    background: url(/template/images/dz_04.png) no-repeat left bottom;
    background-position-x: 23px;
    background-position-y: 315px;
}

.iDingZhi .content li:nth-child(5) .twoBox {
    background: url(/template/images/dz_05.png) no-repeat left bottom;
    background-position-x: 23px;
    background-position-y: 315px;
}

.iDingZhi .content li:hover .sBox {
    background: rgb(0 45 113 / 63%);
}

.iDingZhi .content li:hover {
    width: 305px;
}

.iDingZhi .content li:hover .twoBox {
    width: 305px;
    text-shadow: none;
}

.iDingZhi .content .center {
    width: 1500px;
}

.iAbout {
    min-height: 670px;
    padding-top: 88px;
    background: url(/template/images/bj2_02.jpg) no-repeat center top;
}

.iAbout .aline_1 {
}

.iAbout .aline_2 {
    padding-top: 38px;
    width: auto;
    padding-left: 130px;
}

.iAbout .aline_1 .left {
    width: 50%;
    text-align: right;
}

.iAbout .aline_1 .right {
    width: 50%;
}

.iAbout .aline_1 .left .one {
    font-size: 20px;
    font-weight: bold;
    padding-top: 16px;
    background: url(/template/images/yuan.png) no-repeat;
}

.iAbout .aline_1 .left .two {
    padding-top: 30px;
    text-align: justify;
}

.iAbout .aline_1 .left .three {
    padding-top: 30px;
}

.iAbout .aline_1 .left .two, .iAbout .aline_1 .left .two p, .iAbout .aline_1 .left .two span, .iAbout .aline_1 .left .two font {
    font-size: 16px;
    text-indent: 0;
    line-height: 250%;
}

.iAbout .aline_1 .left .two p {
    margin: 0;
    padding: 0;
}

.iAbout .aline_1 .left .three a {
    display: inline-block;
    line-height: 33px;
    padding: 0 20px;
    border-radius: 10px;
    color: #0096a4;
    border: 1px solid #0096a4;
}

.iAbout .aline_1 .right .videoShow {
    margin-left: 77px;
    max-width: 889px;
}

.iAbout .aline_1 .right .videoShow .videoPic {
    cursor: pointer;
    min-height: 454px;
    background: url(/template/images/video.jpg) no-repeat center top;
}

.iAbout .aline_2 dd {
    float: left;
    text-align: center;
    margin-right: 180px;
}

.iAbout .aline_2 dd .s1 {
    display: inline-block;
    font-family: 'Impact';
    color: #0096a4;
    font-size: 30px;
    padding-left: 39px;
    padding-top: 13px;
    min-height: 43px;
    line-height: 139%;
    background: url(/template/images/aboutIco_01.png) no-repeat center left;
}

.iAbout .aline_2 dd .s2 {
    font-size: 16px;
    /* padding-top: 6px; */
}

.iAbout .aline_2 dd:last-child {
    margin-right: 0;
}

.iAbout .aline_2 dd:nth-child(2) .s1 {
    padding-left: 45px;
    background: url(/template/images/aboutIco_02.png) no-repeat center left;
}

.iAbout .aline_2 dd:nth-child(3) .s1 {
    padding-left: 50px;
    background: url(/template/images/aboutIco_03.png) no-repeat center left;
}

.iAbout .aline_2 dd:nth-child(4) .s1 {
    padding-left: 45px;
    background: url(/template/images/aboutIco_04.png) no-repeat center left;
}

.iAbout .aline_1 .left .bigBox {
    display: inline-block;
    width: 600px;
    text-align: left;
}

.news {
    min-height: 841px;
    padding-top: 116px;
    background: url(/template/images/bj2_03.jpg) no-repeat center top;
}

.news .content {
    position: relative;
    padding: 23px;
    background: #fff;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.news .shareTitle {
    background: none;
    padding-top: 0;
    margin-bottom: 33px;
}

.news .shareTitle .cn {
    padding-left: 43px;
}

.news .shareTitle .one {
    padding-left: 39px;
    padding-top: 9px;
    letter-spacing: 1px;
}

.news .content .line_1 {
    position: absolute;
}

.news .content .line_1 a {
    display: inline-block;
    width: 113px;
    height: 32px;
    color: #888;
    text-align: center;
    border-radius: 10px;
    padding-top: 41px;
    border: 1px solid #ddd;
    margin-right: 2px;
    background: url(/template/images/aIco_01.png) no-repeat center top;
    background-position-y: 17px;
    background-size: 25px auto;
}

.news .content .list {
    display: none;
}

.news .content .list .left {
    width: 600px;
    padding-top: 110px;
}

.news .content .list .right {
    width: 608px;
}

.news .content .list .left .one {
}

.news .content .list .left .two {
    padding-top: 38px;
}

.news .content .list .left .one .s1 {
    margin-bottom: 5px;
    line-height: 38px;
    padding-left: 28px;
    background: url(/template/images/huo.png) no-repeat center left;
    background-position-y: 3px;
}

.news .content .list .left .one .s2 {
    color: #888;
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    line-height: 180%;
}

.news .content .list .left .one .s1 a {
    font-size: 20px;
    font-weight: bold;
}

.news .content .list .left .one .s2 a {
    color: #0096a4;
    float: right;
}

.news .content .list .left .two .item {
    margin-bottom: 29px;
}

.news .content .list .left .two .item .sub_left {
    width: 68px;
    text-align: center;
    padding-right: 18px;
    border-right: 1px solid #d0d0d0;
}

.news .content .list .left .two .item .sub_right {
    width: 495px;
    margin-top: -8px;
}

.news .content .list .left .two .item .sub_left .s1 {
    font-size: 16px;
    letter-spacing: 1px;
    padding-bottom: 13px;
}

.news .content .list .left .two .item .sub_left .s2 {
    font-size: 43px;
    font-family: boombox;
    color: #ccc;
}

.news .content .list .left .two .item .sub_right .s1 {
    line-height: 38px;
}

.news .content .list .left .two .item .sub_right .s2 {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    color: #888;
    line-height: 168%;
}

.news .content .list .left .two .item .sub_right .s1 .s_left {
    width: 77%;
}

.news .content .list .left .two .item .sub_right .s1 .s_right {
    padding-left: 23px;
    background: url(/template/images/huo.png) no-repeat center left;
    background-position-y: 3px;
}

.news .content .list .left .two .item .sub_right .s1 .s_left a {
    font-size: 20px;
}

.news .content .list .left .two .item .sub_right .s2 a {
    float: right;
    color: #0096a4;
}

.news .content .list .right .item {
    margin-bottom: 13px;
}

.news .content .list .right .item .s1 {
    padding-bottom: 5px;
}

.news .content .list .right .item .s2 {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    line-height: 38px;
}

.news .content .list .right .item .s1 img {
    width: 608px;
    height: 254px;
}

.news .content .list .right .item .s2 .more {
    float: right;
    color: #0096a4;
}

.news .content .line_1 a:nth-child(2) {
    background: url(/template/images/aIco_02.png) no-repeat center top;
    background-position-y: 16px;
}

.news .content .line_1 a:nth-child(3) {
    background: url(/template/images/aIco_03.png) no-repeat center top;
    background-position-y: 17px;
}

.news .content .line_1 .cur {
    color: #fff;
    font-weight: bold;
    background-color: #0096a4;
    border: 1px solid #0096a4;
}

.news .content .line_1 a:nth-child(1).cur {
    background: url(/template/images/aIcoH_01.png) no-repeat center top;
    background-position-y: 15px;
    background-color: #0096a4;
}

.news .content .line_1 a:nth-child(2).cur {
    background: url(/template/images/aIcoH_02.png) no-repeat center top;
    background-position-y: 15px;
    background-color: #0096a4;
}

.news .content .line_1 a:nth-child(3).cur {
    background: url(/template/images/aIcoH_03.png) no-repeat center top;
    background-position-y: 15px;
    background-color: #0096a4;
}

.news .content #List_1 {
    display: inline-block;
}

.news .content .list .left .one .s1 a:hover {
    color: #0096a4;
}

.news .content .list .left .two .item .sub_right .s1 .s_left a:hover {
    color: #0096a4;
}

.news .content .list .right .item .s2 .newName {
    float: left;
    width: 83%;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
    background: url(/template/images/huo.png) no-repeat center left;
    background-position-y: 3px;
}

.news .content .list .right .item:last-child {
    margin: 0;
}

.news .content .list .right .item .s2 .newName:hover {
    color: #0096a4;
}

.f_contact {
    min-height: 702px;
    padding-top: 166px;
    background: url(/template/images/bj2_04.jpg) no-repeat center top;
}

.f_contact .left {
    width: 745px;
}

.f_contact .right {
    width: 393px;
    padding-right: 72px;
    padding-top: 59px;
}

.f_contact .ul_1 {
}

.f_contact .left .line_1 {
    min-height: 362px;
}

.f_contact .left .line_2 {
}

.f_contact .left .line_1 .one {
    padding-left: 189px;
}

.f_contact .left .line_1 .two {
    padding-top: 26px;
    padding-left: 265px;
}

.f_contact .left .line_1 .one img {
}

.f_contact .left .line_1 .two dd {
    line-height: 35px;
}

.f_contact .left .line_2 li {
    float: left;
}

.f_contact .left .line_2 .l_1 {
    width: 313px;
    padding-right: 53px;
}

.f_contact .left .line_2 .l_2 {
    width: 200px;
    padding-right: 51px;
    padding-top: 1px;
}

.f_contact .left .line_2 .l_3 {
    width: 120px;
    padding-top: 1px;
}

.f_contact .left .line_2 li .sTitle {
    font-size: 19px;
    font-weight: bold;
    line-height: 29px;
    color: #333;
}

.f_contact .left .line_2 li .sContent {
    font-size: 16px;
    padding-top: 9px;
    line-height: 40px;
}

.f_contact .left .line_2 .l_1 .sContent {
    padding-left: 35px;
}

.f_contact .left .line_2 .l_1 .sContent dd {
}

.f_contact .left .line_2 .l_2 .sContent {
}

.f_contact .left .line_2 .l_2 .sContent .s_left {
    width: 66px;
    padding-left: 15px;
}

.f_contact .left .line_2 .l_2 .sContent .s_right {
    width: 83px;
}

.f_contact .left .line_2 .l_2 .sContent a {
    display: block;
}

.f_contact .left .line_2 .l_3 .sContent {
    text-align: center;
    padding-top: 13px;
}

.f_contact .left .line_2 .l_3 .sContent .s1 {
}

.f_contact .left .line_2 .l_3 .sContent .s2 {
    font-size: 13px;
}

.f_feedback {
}

.f_feedback input[type="text"], .f_feedback textarea {
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
    background: none;
    border-radius: 10px;
    font-size: 18px;
    border: 0;
}

.f_feedback input[type="text"] {
    width: 328px;
    height: 65px;
    margin-bottom: 12px;
    line-height: 65px;
    padding: 0 18px;
    padding-left: 45px;
}

.f_feedback textarea {
    display: inline-block;
    min-height: 143px;
    padding: 18px;
    width: 328px;
    padding-left: 45px;
}

.f_feedback .bt_1, .f_feedback .bt_2 {
    display: inline-block;
    text-align: center;
    line-height: 49px;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
    padding: 0;
    height: 49px;
    border: 0;
    font-weight: bold;
    background: none;
}

.f_feedback .bt_1 {
    width: 183px;
}

.f_feedback .bt_2 {
    width: 208px;
}

.f_contact .left .line_2 .l_1 .sTitle {
    padding-left: 13px;
}

.f_contact .left .line_2 .l_3 .sContent .s1 img {
    border: 1px solid #ddd;
}

.f_feedback .sTitle {
    font-size: 28px;
    font-weight: bold;
    color: #0096a4;
    padding-left: 21px;
}

.f_feedback .sTitle .s1 {
}

.f_feedback .sTitle .s2 {
}

.f_feedback .sContent {
    padding-top: 29px;
}

.f_feedback .sContent .one {
}

.f_feedback .sContent .two {
    padding-top: 21px;
    font-size: 16px;
}

.bq {
    position: relative;
    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: 773px;
    padding-right: 20px;
}

.bq .l_2 {
    width: 310px;
}

.bq .l_3 {
}

.bq .goTop {
    position: absolute;
    left: 50%;
    top: -55px;
}

.bq .goTop img {
    cursor: pointer;
}

.in_pro {
    padding: 100px 0;
}

.in_pro .ul_1 {
}

.in_pro .right {
    width: 973px;
}

.in_pro .right .line_1 {
}

.in_pro .right .line_2 {
    padding-top: 20px;
}

.in_pro .right .line_1 .s1 {
    font-size: 35px;
    font-weight: bold;
    padding-top: 29px;
    padding-left: 50px;
    background: url(/template/images/txt6.png) no-repeat center left;
}

.in_pro .right .line_1 .s2 {
    font-size: 20px;
    padding-top: 5px;
    letter-spacing: 1px;
}

.in_pro .right .line_1 .s1 span {
    color: #0096a4;
}

.in_pro .pageNumber {
    padding: 0;
}

.in_pro .proType .left_Title {
    line-height: 150%;
}

.in_pro .proType .left_content dd {
    font-size: 16px;
    padding: 13px 0;
}

.in_pro .left_call .one {
    margin-bottom: 21px;
}

.in_pro .left_call {
    padding-top: 48px;
}

.in_pro .left_call .two .s1 {
    margin-bottom: 12px;
}

.in_pro .left_call .two {
    margin-bottom: 38px;
}

.in_pro .proType .Box_two {
    padding-bottom: 39px;
    background: #fcffff;
}

.fangAn {
    padding-top: 100px;
}

.fangAn .sTitle {
    min-height: 138px;
    padding-top: 45px;
    background: url(/template/images/t5.png) no-repeat center top;
}

.fangAn .sTitle .cn {
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    padding-left: 13px;
}

.fangAn .sTitle .one {
    font-size: 18px;
    text-align: center;
    padding-top: 12px;
}

.fangAn .sTitle .cn span {
    color: #0096a4;
}

.fangAn .content {
}

.fangAn .content .sub_1 {
}

.fangAn .content .sub_1 dd {
    float: left;
    width: 318px;
    text-align: center;
    margin-right: 9px;
}

.fangAn .content .sub_1 dd:last-child {
    margin-right: 0;
}

.fangAn .content .sub_1 dd .cn {
    font-size: 23px;
    font-weight: bold;
    padding-top: 39px;
}

.fangAn .content .sub_1 dd .en {
    font-size: 15px;
}

.fangAn .content .sub_1 dd a {
    min-height: 127px;
    display: block;
    line-height: 200%;
    background: url(/template/images/faNav_01.png) no-repeat center top;
}

.fangAn .content .sub_1 dd span {
    display: block;
}

.fangAn .content .sub_2 {
    border-radius: 8px;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
    display: none;
}

.fangAn .content .sub_1 dd a:hover,.fangAn .content .sub_1 dd a.cur {
    color: #fff;
    background: url(/template/images/faNav_02.png) no-repeat center top;
}

.proView {
    padding: 100px 0;
    padding-bottom: 50px;
}

.proView .left {
    width: 262px;
}

.proView .right {
    width: 966px;
    font-size: 16px;
}

.proView .right .sTitle {
    text-align: center;
    margin-bottom: 20px;
}

.proView .right .sTitle .s1 {
    font-size: 35px;
    font-weight: bold;
    padding-top: 29px;
    background: url(/template/images/txt6.png) no-repeat center;
}

.proView .right .sTitle .s2 {
    font-size: 20px;
    padding-top: 5px;
    letter-spacing: 2px;
}

.proView .right .sTitle .s1 span {
    color: #0096a4;
}

.proView .right .smallNav {
    border-radius: 8px;
    border: 1px solid #ddd;
    -moz-box-shadow: 0px 6px 0 #eee;
    -webkit-box-shadow: 0px 6px 0 #eee;
    box-shadow: 0px 6px 0 #eee;
    margin-bottom: 30px;
    padding: 15px 0;
}

.proView .right .smallNav .l_1 {
    width: 133px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    padding-top: 23px;
}

.proView .right .smallNav .l_2 {
    border-left: 1px solid #ccc;
    padding-left: 30px;
    padding-top: 8px;
    width: 593px;
    line-height: 28px;
}

.proView .right .smallNav .l_3 {
    padding-right: 20px;
    line-height: 160%;
}

.proView .right .smallNav .l_2 a {
    display: inline-block;
    width: 143px;
}

.proView .right .smallNav .l_3 .s1 {
    font-size: 15px;
    font-weight: bold;
    padding-left: 28px;
    background: url(/template/images/call_03.png) no-repeat;
    background-size: 20px auto;
    background-position-y: 3px;
}

.proView .right .smallNav .l_3 .s2 {
    font-size: 20px;
    font-weight: bold;
    color: #0096a4;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 3px;
}

.proView .right .smallNav .l_3 .s3 {
    font-size: 15px;
    text-align: center;
    border: 1px solid #0096a4;
    background: #f4f9fa;
    border-radius: 5px;
    line-height: 20px;
    padding: 3px 0;
}

.proView .right .smallNav .l_3 .s3 a {
    display: inline-block;
    width: 49%;
    color: #0096a4;
}

.proView .proType .Box_two {
    padding-bottom: 39px;
    background: #fcffff;
}

.proView .right .line_1 {
    padding: 28px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding-bottom: 18px;
}

.proView .right .line_1 .ul_3 {
}

.proView .right .line_1 .txt {
    text-align: center;
    padding-top: 20px;
    font-size: 17px;
    color: #888;
    letter-spacing: 1px;
}

.proView .right .line_1 .ul_3 .sub_left {
    width: 341px;
}

.proView .right .line_1 .ul_3 .sub_right {
    width: 520px;
}

.proView .right .line_1 .ul_3 .sub_left img {
    margin-bottom: 10px;
}

.proView .right .line_1 .ul_3 .sub_left .link {
    line-height: 40px;
    background: url(/template/images/bt2.png) no-repeat center;
}

.proView .right .line_1 .ul_3 .sub_left .link a {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-weight: bold;
}

.proView .right .line_1 .ul_3 .sub_left .link a:nth-child(1) {
    color: #fff;
}

.proView .right .line_1 .ul_3 .sub_right .one {
    font-size: 18px;
    padding-top: 18px;
    background: url(/template/images/ps_01.png) no-repeat;
}

.proView .right .line_1 .ul_3 .sub_right .two {
    padding-top: 20px;
}

.proView .right .line_1 .ul_3 .sub_right .three {
}

.proView .right .line_1 .ul_3 .sub_right .one span {
    font-size: 25px;
    font-weight: bold;
}

.proView .right .line_1 .ul_3 .sub_right .two .s1 {
    font-size: 22px;
}

.proView .right .line_1 .ul_3 .sub_right .two .s2 {
    padding: 15px 0;
}

.proView .right .line_1 .ul_3 .sub_right .three img {
}

.proView .right .psContent {
    padding-top: 38px;
}

.shareBox {
}

.shareBox .partTitle {
    font-size: 17px;
    padding-left: 45px;
    background: url(/template/images/ps_03.png) no-repeat;
    line-height: 32px;
    margin-bottom: 15px;
}

.shareBox .partTxt {
}

.shareBox .partTitle .cn {
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    margin-right: 5px;
}

.shareBox .partTitle .en {
    display: inline-block;
}

.proView .right .psContent .psBox_2 .partTxt table, .proView .right .psContent .psBox_2 .partTxt td {
    border-collapse: collapse !important;
}

.proView .right .psContent .psBox_2 {
}

.proView .right .psContent .psBox_2 .partTxt {
}

.proView .right .psContent .psBox_2 .partTxt table {
    border: 3px solid #74c4cc;
    border-radius: 8px;
    width: 100% !important;
    height: auto !important;
}

.proView .right .psContent .psBox_2 .partTxt td {
    border: 1px dashed #74c4cc;
    padding: 10px 0;
}

.proView .right .psContent .psBox_2 .partTxt, .proView .right .psContent .psBox_2 .partTxt p, .proView .right .psContent .psBox_2 .partTxt span, .proView .right .psContent .psBox_2 .partTxt font {
    text-indent: 0 !important;
    line-height: 180% !important;
    font-size: 16px !important;
}

.proView .right .psContent .psBox_2 .partTxt p {
    margin: 0 !important;
    padding: 0 !important;
}

.proView .right .smallNav .l_3 .s3 a:nth-child(1) {
    border-right: 1px solid #0096a4;
}

.proView .right .smallNav .l_2 a:hover,.proView .right .smallNav .l_2 .cur {
    color: #ff9805;
    font-weight: bold;
}

.proView .right .line_1 .ul_3 .sub_right .two .s2, .proView .right .line_1 .ul_3 .sub_right .two .s2 p,.proView .right .line_1 .ul_3 .sub_right .two .s2 span, .proView .right .line_1 .ul_3 .sub_right .two .s2 font {
    text-indent: 0 !important;
    font-size: 16px !important;
    line-height: 220% !important;
}

.proView .right .line_1 .ul_3 .sub_right .two .s2 p {
    margin: 0;
    padding: 0;
    padding-left: 15px;
    background: url(/template/images/ps_02.png) no-repeat;
    background-position-y: 14px;
}

.psBody {
}

.psBody .youShi {
    background: url(/template/images/ys2.jpg) no-repeat center top;
}

.proView .right .psContent .psBox_2 .partTxt td:nth-child(1),.proView .right .psContent .psBox_2 .partTxt td:nth-child(3) {
    width: 125px;
    font-weight: bold;
    text-align: center;
    background: #f4f9fa;
    line-height: 150%;
    padding: 8px 5px;
}

.proView .right .psContent .psBox_2 .partTxt td:nth-child(2) {
    width: 210px;
    text-align: center;
    height: 63px;
}

.proView .right .psContent .psBox_2 .partTxt td, .proView .right .psContent .psBox_2 .partTxt td p,.proView .right .psContent .psBox_2 .partTxt td span, .proView .right .psContent .psBox_2 .partTxt td font {
    text-indent: 0 !important;
    font-size: 16px !important;
    line-height: 180%;
}

.proView .right .psContent .psBox_2 .partTxt td:nth-child(4) {
    padding: 8px 13px;
    text-align: justify;
}

.fangAnShareList {
}

.fangAnShareList .item {
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fff;
    -moz-box-shadow: 1px 1px 5px #ddd;
    -webkit-box-shadow: 1px 1px 5px #ddd;
    box-shadow: 1px 1px 5px #ddd;
    margin-bottom: 32px;
    overflow: hidden;
    padding: 20px;
    width: 920px;
}

.fangAnShareList .item .sub_left {
    width: 370px;
}

.fangAnShareList .item .sub_right {
    width: 520px;
    font-size: 16px;
    padding-top: 12px;
}

.fangAnShareList .item .sub_left img {
    border-radius: 5px;
}

.fangAnShareList .item .sub_right .one {
}

.fangAnShareList .item .sub_right .two {
    font-size: 22px;
    font-weight: bold;
}

.fangAnShareList .item .sub_right .three {
    font-size: 15px;
    color: #888;
    padding: 12px 0;
}

.fangAnShareList .item .sub_right .four {
    line-height: 190%;
    color: #666;
    padding-top: 10px;
}

.fangAnShareList .item .sub_right .one a {
}

.fangAnShareList .item .sub_right .two dd {
}

.fangAnShareList .item .sub_right .four a {
}

.fangAnShareList .item:hover {
    -moz-box-shadow: 1px 1px 10px #bbb;
    -webkit-box-shadow: 1px 1px 10px #bbb;
    box-shadow: 1px 1px 10px #bbb;
}

.fangAnShareList .item .three dd {
    display: inline-block;
    margin-right: 23px;
}

.fangAnShareList .item .five {
    text-align: right;
    padding-top: 8px;
}

.fangAnShareList .item .five a {
    display: inline-block;
    color: #19a0ac;
    line-height: 37px;
}

.fangAnShareList .item:last-child {
    /* margin-bottom: 0; */
}

.in_fangAn {
    padding-bottom: 60px;
    background: url(/template/images/bj3.jpg);
}

.newType {
    width: 285px;
}

.in_fangAn .right {
    width: 960px;
}

.newType .left_Title {
    text-indent: 55px;
    line-height: 170%;
    background: url(/template/images/lt.jpg) no-repeat center top;
}

.newType .left_Title .cn {
    font-size: 26px;
    padding-top: 39px;
}

.newType .left_Title .en {
    font-size: 13px;
    transform: none;
    letter-spacing: 1px;
}

.newType .left_content {
}

.newType .left_content .bigNav {
    background: url(/template/images/newNav.jpg) no-repeat center top;
}

.newType .left_content .bigNav a {
    width: 100%;
    display: block;
    line-height: 50px;
    padding-bottom: 1px;
    font-size: 18px;
    color: #0096a4;
    font-weight: bold;
    text-indent: 55px;
    background-position-x: 25px !important;
}

.in_fangAn .shareTitle {
    min-height: 120px;
    padding-top: 28px;
    background: url(/template/images/t6.png) no-repeat center top;
    margin-bottom: 50px;
}

.in_fangAn .shareTitle .one {
    font-size: 17px;
    padding-top: 13px;
}

.in_fangAn .shareTitle .cn {
    padding-left: 85px;
}

.wt {
    min-height: 727px;
    background: url(/template/images/wt.jpg) no-repeat center top;
    margin-bottom: 100px;
}

.newType .Box_two {
    background: #fff;
    padding: 25px 17px;
}

.newType .left_content dd {
    border-bottom: 1px dashed #ccc;
}

.newType .left_content .subBox {
}

.newType .left_content .subBox dd:last-child {
    border: 0;
}

.newType .left_content .bigNav a:hover {
    background: none;
}

.newType .left_content dd a {
    width: 100%;
    text-indent: 53px;
    line-height: 38px;
}

.newType .left_content dd span {
    background: url(/template/images/left_05.png) no-repeat center left;
    background-position-x: 28px;
}

.newType .left_content dd a:hover {
}

.newType .left_content dd a:hover span,.newType .left_content dd a.cur span {
    background: url(/template/images/left_03.png) no-repeat center left;
    background-position-x: 28px;
}

.faBody {
}

.faBody .f_contact, .fsBody .f_contact,.newBody .f_contact, .nsBody .f_contact {
    background: url(/template/images/bj2_05.jpg) no-repeat center top;
}

.fangAnView {
    padding-bottom: 60px;
    background: url(/template/images/bj3.jpg);
}

.fangAnView .fangAnBox {
    font-size: 16px;
}

.fangAnView .shareTitle {
    min-height: 120px;
    padding-top: 28px;
    background: url(/template/images/t6.png) no-repeat center top;
    margin-bottom: 50px;
}

.fangAnView .shareTitle .one {
    font-size: 17px;
    padding-top: 13px;
}

.fangAnView .shareTitle .cn {
    padding-left: 85px;
}

.fangAnView .right {
    width: 861px;
    padding: 50px;
    padding-bottom: 38px;
    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;
}

.fangAnView .fangAnBox .line_1 {
    position: relative;
}

.fangAnView .fangAnBox .line_2 {
    padding-top: 30px;
}

.fangAnView .fangAnBox .line_1 .one {
    font-size: 25px;
    text-align: center;
}

.fangAnView .fangAnBox .line_1 .two {
    padding-top: 30px;
    color: #888;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.fangAnView .fangAnBox .line_1 .goBack {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 15px;
    line-height: 35px;
    padding-right: 28px;
    background: url(/template/images/goBack.png) no-repeat center right;
    background-size: 23px auto;
}

.fangAnView .fangAnBox .line_1 .two span {
    margin-right: 50px;
}

.fangAnView .fangAnBox .line_1 .two span:last-child {
    margin: 0;
}

.fangAnView .fangAnBox .line_2 .sTitle {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}

.fangAnView .fangAnBox .line_2 .sContent {
    padding-top: 15px;
    padding-bottom: 28px;
    text-align: justify;
}

.fangAnView .fangAnBox .line_2 .sContent,.fangAnView .fangAnBox .line_2 .sContent p,.fangAnView .fangAnBox .line_2 .sContent span, .fangAnView .fangAnBox .line_2 .sContent font {
    font-size: 16px !important;
    line-height: 200% !important;
    text-indent: 0 !important;
}

.fangAnView .fangAnBox .line_2 .sContent p {
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
    text-indent: 2em !important;
}

.fangAnView .fangAnBox .line_2 .sContent img {
    max-width: 100%;
}

.xgPro .xgList .item .proName {
    display: block;
    line-height: 45px;
}

.fangAnView .fangAnBox .line_2 .faProBox {
    margin-bottom: 38px;
    padding: 23px;
    background: #f9f9f9;
    width: 810px;
}

.fangAnView .fangAnBox .line_2 .faProBox .l_1 {
    width: 202px;
    padding-right: 30px;
}

.fangAnView .fangAnBox .line_2 .faProBox .l_2 {
    width: 238px;
    padding: 12px 30px;
    border-left: 1px dashed #0096a4;
    border-right: 1px dashed #0096a4;
}

.fangAnView .fangAnBox .line_2 .faProBox .l_3 {
    width: 250px;
    padding: 12px 0;
}

.fangAnView .fangAnBox .line_2 .faProBox .subTitle {
    font-size: 18px;
    font-weight: bold;
    padding-left: 33px;
    background: url(/template/images/ico3.png) no-repeat center left;
}

.fangAnView .fangAnBox .line_2 .faProBox .subContent {
    font-size: 15px;
    line-height: 190%;
    padding-top: 15px;
    text-align: justify;
    min-height: 138px;
}

.fangAnView .newType .left_content dd a {
    line-height: 40px;
}

.in_new {
    padding: 100px 0;
    padding-bottom: 60px;
    background: url(/template/images/bj3.jpg);
}

.in_new .right {
    width: 960px;
}

.newShareList {
}

.newShareList .item {
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fff;
    -moz-box-shadow: 1px 1px 5px #ddd;
    -webkit-box-shadow: 1px 1px 5px #ddd;
    box-shadow: 1px 1px 5px #ddd;
    margin-bottom: 35px;
    overflow: hidden;
    padding: 20px;
    width: 920px;
}

.newShareList .item .sub_left {
    width: 520px;
    font-size: 16px;
    padding-top: 12px;
    padding-left: 10px;
}

.newShareList .item .sub_right {
    width: 370px;
}

.newShareList .item .sub_right img {
    border-radius: 5px;
}

.newShareList .item .sub_left .one {
}

.newShareList .item .sub_left .two {
    font-size: 22px;
    font-weight: bold;
}

.newShareList .item .sub_left .three {
    font-size: 15px;
    color: #888;
    padding: 12px 0;
}

.newShareList .item .sub_left .four {
    line-height: 190%;
    color: #666;
    padding-top: 10px;
    text-align: justify;
}

.newShareList .item .sub_left .one a {
}

.newShareList .item .sub_left .two dd {
}

.newShareList .item .sub_left .four a {
}

.newShareList .item:hover {
    -moz-box-shadow: 1px 1px 10px #bbb;
    -webkit-box-shadow: 1px 1px 10px #bbb;
    box-shadow: 1px 1px 10px #bbb;
}

.newShareList .item .three dd {
    display: inline-block;
    margin-right: 16px;
}

.newShareList .item .five {
    text-align: right;
    padding-top: 8px;
}

.newShareList .item .five a {
    display: inline-block;
    color: #19a0ac;
    line-height: 37px;
}

.newShareList .item:last-child {
    margin-bottom: 0;
}

.in_new .newType .left_content .bigNav {
    margin-bottom: 9px;
}

.in_new .newType .Box_two {
    padding: 33px 17px;
}

.in_new .newType .left_content .bigNav a {
    background: url(/template/images/ico_01.png) no-repeat center left !important;
    background-position-x: 25px !important;
}

.in_new .newType .left_content .bigNav:hover a,.in_new .newType .left_content .bigNav.cur a {
    color: #fff;
    background: url(/template/images/icoH_01.png) no-repeat center left !important;
    background-position-x: 25px !important;
}

.in_new .newType .left_content .bigNav:hover,.in_new .newType .left_content .bigNav.cur {
    background: url(/template/images/newNavH.jpg) no-repeat center top;
}

.newShareList .item .three dd:last-child {
    margin: 0;
}

.newView {
    padding: 100px 0;
    background: url(/template/images/bj3.jpg);
}

.newView .newType .left_content .bigNav {
    margin-bottom: 9px;
}

.newView .newType .Box_two {
    padding: 33px 17px;
}

.newView .newType .left_content .bigNav a {
    background: url(/template/images/ico_01.png) no-repeat center left !important;
    background-position-x: 25px !important;
}

.newView .newType .left_content .bigNav:hover a,.newView .newType .left_content .bigNav.cur a {
    color: #fff;
    background: url(/template/images/icoH_01.png) no-repeat center left !important;
    background-position-x: 25px !important;
}

.newView .newType .left_content .bigNav:hover,.newView .newType .left_content .bigNav.cur {
    background: url(/template/images/newNavH.jpg) no-repeat center top;
}

.newView .right {
    font-size: 16px;
}

.newView .right {
    width: 861px;
    padding: 50px;
    padding-bottom: 25px;
    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;
}

.newView .right .line_1 {
    position: relative;
}

.newView .right .line_2 {
    padding-top: 30px;
}

.newView .right .line_1 .one {
    font-size: 25px;
    text-align: center;
}

.newView .right .line_1 .two {
    padding-top: 30px;
    color: #888;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.newView .right .line_1 .goBack {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 15px;
    line-height: 35px;
    padding-right: 28px;
    background: url(/template/images/goBack.png) no-repeat center right;
    background-size: 23px auto;
}

.newView .right .line_1 .two span {
    margin-right: 50px;
}

.newView .right .line_1 .two span:last-child {
    margin: 0;
}

.newView .right .line_2 {
    padding-bottom: 28px;
    text-align: justify;
}

.newView .right .line_2,.newView .right .line_2 p,.newView .right .line_2 span, .newView .right .line_2 font {
    font-size: 16px !important;
    line-height: 200% !important;
    text-indent: 0 !important;
}

.newView .right .line_2 p {
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
    text-indent: 2em !important;
}

.newView .right .line_2 img {
    max-width: 100%;
}

.newView .newType .left_content dd a {
    line-height: 40px;
}

.in_new .newType .left_content dd {
    padding: 9px 0;
}

.in_about {
}

.aboutBody .f_contact {
    padding-top: 203px;
    background: url(/template/images/bj2_06.jpg) no-repeat center top;
}

.aboutBody {
}

.in_about .call {
    min-height: 290px;
    padding-top: 250px;
    background: url(/template/images/about_1.jpg) no-repeat center top;
}

.in_about .call dd {
    float: left;
    width: 268px;
    padding-right: 13px;
}

.in_about .call dd .sTitle {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
}

.in_about .call dd .sContent {
    padding-top: 15px;
}

.in_about .call dd .sTitle span {
    color: #028793;
}

.in_about .call dd .sContent, .in_about .call dd .sContent p,.in_about .call dd .sContent span, .in_about .call dd .sContent font {
    font-size: 18px !important;
    line-height: 44px !important;
    text-indent: 0 !important;
}

.in_about .call dd:nth-child(1) {
    padding-left: 266px;
}

.in_about .call dd:nth-child(2) {
    width: 273px;
    padding-left: 133px;
}

.in_about .call dd:nth-child(3) {
    padding-left: 91px;
    width: 250px;
    padding-right: 0;
}

.in_about .call dd .sContent p {
    margin: 0;
    padding: 0;
}

.in_about .call dd:nth-child(1) .sContent {
    padding-left: 40px;
}

.in_about .call dd:nth-child(2) .sContent {
    padding-left: 6px;
}

.in_about .iAbout {
    min-height: 647px;
    background: url(/template/images/about_2.jpg) no-repeat center top;
}

.in_about .xinRen {
    min-height: 625px;
    padding-top: 102px;
    background: url(/template/images/about_3.jpg) no-repeat center top;
}

.in_about .xinRen .sTitle {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    padding-left: 75px;
    letter-spacing: 1px;
}

.in_about .xinRen .sTitle span {
    color: #0096a4;
}

.in_about .youShi {
    padding-top: 152px;
    background: url(/template/images/about_4.jpg) no-repeat center top;
}

.in_about .youShi .content .line_2 .box_2 {
    padding-top: 157px;
    padding-left: 815px;
}

.in_about .youShi .content .line_3 .box_3 {
    padding-top: 42px;
    padding-left: 815px;
}

.in_about .youShi .content .line_4 .box_4 {
    padding-top: 108px;
}

.in_about .youShi .content .line_1 .box_1 {
    padding-left: 42px;
}

.f_contact .left .line_2 .l_2 .sContent a:hover {
    color: #0096a4;
}

.in_about .youShi .sTitle .one {
    text-indent: 11px;
}

.proBody {
}

.proBody .f_contact {
    background: url(/template/images/bj2_07.jpg) no-repeat center top;
}

.psBody .f_contact {
    padding-top: 211px;
    min-height: 689px;
    background: url(/template/images/bj2_08.jpg) no-repeat center top;
}

.searchBody .in_pro {
    padding-bottom: 38px;
}

.searchBody {
}

.searchBody .f_contact {
    background: url(/template/images/bj2_07.jpg) no-repeat center top;
}

.prev_next li span {
    font-weight: bold;
}

.in_about .call .center {
    width: 1330px;
}

.in_about .call dd:nth-child(3) .sContent {
    padding-left: 22px;
}

.noInfor {
    text-align: center;
}

.newType .left_content .lastNav {
    margin-bottom: 9px;
}

.otherTag {
    line-height: 31px;
    padding-bottom: 33px;
}

.otherTag span {
    font-weight: bold;
    /* display: block; */
}

.otherTag a {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 0 18px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.otherTag a:hover {
    border: 1px solid #0856b7;
    color: #0856b7;
}

.tyLeft .left_content .sBox {
    display: none;
    position: absolute;
    top: 0px;
    left: 235px;
    z-index: 20;
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    /* font-size: 16px; */
    width: 163px;
}

.tyLeft .left_content {
}

.tyLeft .left_content .bigBox {
    position: relative;
}

.tyLeft .left_content .bigBox:hover {
}

.tyLeft .left_content .bigBox:hover .sBox {
    display: block;
}

.tyLeft .left_content .sBox a {
    width: auto;
    text-indent: 0;
    display: block;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
}

.tyLeft .left_content .sBox .smallType {
}

.tyLeft .left_content .sBox .jt {
    position: absolute;
    top: 12px;
    left: -15px;
    width: 16px;
    height: 35px;
    z-index: 20;
    background: url(/template/images/ding2.png) no-repeat;
    background-size: 100% auto;
}

.fangAn .content .sub_2.showBox {
    display: block;
}
