@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('/fonts/Impact.eot');
    src: url('/fonts/Impact.eot?#iefix') format('embedded-opentype'), url('/fonts/Impact.woff') format('woff'), url('/fonts/Impact.ttf') format('truetype'), url('/fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: arial, tahoma, Microsoft YaHei, Hiragino Sans GB, sans-serif,"Noto Sans Myanmar";
    color: #111;
    word-wrap: break-word;
    white-space: normal;
    /*word-break:break-all; */
}

/* 阴影 */
.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;
}

.videoShow {
    min-height: 473px;
    text-align: center;
    background: url(/template/images/dengdai.gif) no-repeat center;
    background-color: #333;
}

.videoShow .videoPic {
    cursor: pointer;
}

.videoShow video,.videoShow object,.videoShow embed {
    vertical-align: middle;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.wapShow, .noShow {
    display: none !important;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #ca0000;
}

.txt_yy {
    text-shadow: 1px 1px 2px #000;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
    outline: none;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    transition: all 0.4s;
}

img:hover {
    transform: scale(1.05);
}

.show_db {
    display: block;
}

.noInfor {
    line-height: 200px;
    min-height: 200px;
    text-align: center;
    font-size: 18px;
}

/*渐变背景*/
.grad {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
    /* Standard syntax */
}

.grad_2 {
    background: #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,ul, li, dl, dt, dd, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.inline_width {
    display: inline-block;
    width: 100%;
}

.title_center {
    text-align: center;
}

.inline {
    display: inline-block;
}

.left, .sub_left, .s_left {
    float: left;
}

.right, .sub_right, .s_right {
    float: right;
}

.no_mp {
    margin: 0;
    padding: 0;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/* 页码 */
.pageNumber {
    font-size: 16px;
    text-align: center;
    min-height: 40px;
    line-height: 40px;
    padding-top: 30px;
}

.pageNumber a {
    padding: 9px 13px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    background: #fff;
}

.pageNumber a:hover {
    background: #f55319;
    color: #fff;
    border: 1px solid #f55319;
}

.pageNumber .current_page {
    padding: 9px 13px;
    background: #f55319;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #f55319;
    margin-right: 5px;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    color: #999;
    vertical-align: bottom;
    font-size: 16px;
}

.search input[type="text"] {
    width: 388px;
    height: 39px;
    line-height: 39px;
    color: #333;
    padding: 0 13px;
    background: none;
    font-size: 15px;
    border: 1px solid #ccc;
}

/*
.search input[type="text"]::-webkit-input-placeholder{
  color: #e6c4c4;
}
.search input[type="text"]:-moz-placeholder{
  color: #e6c4c4;
}
.search input[type="text"]::-moz-placeholder{
  color: #e6c4c4;
}
.search input[type="text"]:-ms-input-placeholder{
  color: #e6c4c4;
}
*/
.search input[type="button"] {
    background: url(/template/images/sIco.jpg) no-repeat center;
    width: 70px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.in_banner {
    min-height: 300px;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.banner_about {
    background: url("/template/images/banner_about.jpg") no-repeat center;
}

.banner_fbSure {
    background: url("/template/images/banner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/template/images/banner_down.jpg") no-repeat center;
    -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_services {
    background: url("/template/images/banner_services.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/template/images/banner_sitemap.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro1 {
    background: url("/template/images/banner_pro1.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_pro3 {
    background: url("/template/images/banner_pro3.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_new {
    background: url("/template/images/banner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new2 {
    background: url("/template/images/banner_new2.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;
}

.banner_oem {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_zhaoShang {
    background: url("/template/images/banner_zhaoShang.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_dingzhi {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.tzBox {
    display: inline-block;
}

/* End  共享区 */
.t_logo {
    min-height: 130px;
}

.t_logo .left {
    padding-top: 23px;
}

.t_logo .right {
}

.t_logo .left .logo {
    display: inline-block;
    vertical-align: middle;
}

.t_logo .left .txt {
    vertical-align: middle;
    margin-left: 18px;
    padding-left: 18px;
    padding-bottom: 6px;
    background: url(/template/images/line.png) no-repeat center left;
}

.t_logo .left .txt .one {
    font-size: 25px;
    font-weight: bold;
    color: #4221b7;
    padding-top: 5px;
    padding-bottom: 2px;
}

.t_logo .left .txt .two {
    font-size: 21px;
    color: #ff2400;
}

.t_logo .right .sub_right {
    padding: 34px 0;
    padding-left: 68px;
    background: url(/template/images/tel.jpg) no-repeat center left;
}

.t_logo .right .s1 {
    font-size: 17px;
    padding-top: 5px;
    font-style: italic;
}

.t_logo .right .s2 {
    font-size: 30px;
    font-weight: bold;
    color: #ff2400;
    font-style: italic;
}

.t_nav {
    line-height: 78px;
    font-size: 23px;
    text-transform: uppercase;
    min-height: 78px;
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #2c4ade, #fe2502);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #2c4ade, #fe2502);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #2c4ade, #fe2502);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #2c4ade, #fe2502);
    /* Standard syntax */
}

.t_nav li {
    float: left;
    width: 200px;
    text-align: center;
}

.t_nav li a {
    display: block;
    color: #fff;
}

.t_nav li a:hover {
    font-weight: bold;
}

.t_search {
    padding: 10px 0;
}

.t_search .sBox {
}

.iBaoZhang {
    font-size: 33px;
    padding: 50px 0;
    padding-bottom: 68px;
}

.iBaoZhang .shareTitle {
    text-align: center;
}

.iBaoZhang .content {
    font-size: 28px;
    text-align: center;
    padding-top: 60px;
}

.iBaoZhang .shareTitle .cn {
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 18px;
    margin-bottom: 15px;
    background: url(/template/images/line2.png) no-repeat center bottom;
}

.iBaoZhang .shareTitle .one {
    font-size: 28px;
    color: #ff8402;
}

.iBaoZhang .content li {
    float: left;
    width: 290px;
    margin-right: 13px;
}

.iBaoZhang .content li .one {
}

.iBaoZhang .content li .two {
    padding-top: 15px;
}

.iBaoZhang .content li .one img {
}

.iBaoZhang .content li:last-child {
    margin-right: 0;
}

.iBaoZhang .content .ul_5 {
    /* width: 1200px; */
}

.iPro {
    font-size: 18px;
    padding: 50px 0;
    background: #eee;
}

.iPro .left {
    width: 310px;
}

.iPro .right {
    width: 866px;
}

.typeNav {
    padding: 23px 0;
    padding-bottom: 36px;
    border-radius: 20px;
    background: #01479d;
}

.typeNav .left_Title {
    color: #fff;
    padding: 10px 0;
    padding-left: 68px;
    margin-bottom: 18px;
    background: url(/template/images/ico.png) no-repeat center left;
    background-position-x: 28px;
}

.typeNav .left_content {
    width: 270px;
    margin-left: 20px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.left_Call {
    font-size: 20px;
    color: #fff;
    padding: 45px 0;
    padding-top: 38px;
    background: #de5121;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    text-shadow: 1px 2px 1px #333;
}

.left_Call .one {
    margin-bottom: 30px;
}

.left_Call .two {
    text-align: left;
}

.left_Call .one .s1 {
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
}

.left_Call .one .s2 {
    padding-top: 5px;
    letter-spacing: 1px;
}

.left_Call .two .s1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
    padding-left: 68px;
    margin-bottom: 13px;
    background: url(/template/images/tel2.png) no-repeat center left;
    background-size: auto 33px;
    background-position-x: 28px;
}

.left_Call .two .s2 {
    font-size: 18px;
    padding-left: 78px;
    background: url(/template/images/em.png) no-repeat center left;
    background-size: auto 26px;
    background-position-x: 37px;
}

.typeNav .left_Title .s_1 {
    font-size: 32px;
    /* font-weight: bold; */
}

.typeNav .left_Title .txt_2 {
    font-size: 19px;
    padding-top: 3px;
}

.typeNav .left_content .bigNav {
    font-size: 22px;
    line-height: 50px;
    background: #ff8402;
}

.typeNav .left_content .smallType {
    font-size: 18px;
    line-height: 48px;
    background: #fff;
    border-bottom: 1px dashed #ccc;
}

.typeNav .left_content .bigNav a {
    color: #fff;
    /* padding-left: 17px; */
    font-weight: bold;
    text-align: center;
}

.typeNav .left_content .smallType a {
    padding: 0 13px;
    padding-right: 25px;
    background: url(/template/images/ico_02.png) no-repeat center right;
    background-position-x: 243px;
}

.proTitle {
    line-height: 50px;
    border-bottom: 2px solid #bbb;
}

.iPro .right .sContent {
    padding-top: 19px;
}

.proTitle .sub_left {
    font-size: 23px;
    font-weight: bold;
    color: #0052b7;
}

.proTitle .sub_right {
}

.proTitle .sub_right .more {
    font-size: 18px;
    color: #888;
    display: inline-block;
}

.shareProItem {
    float: left;
    font-size: 18px;
    width: 282px;
    min-height: 333px;
    margin-right: 10px;
    margin-bottom: 33px;
    background: #fff;
    -moz-box-shadow: 1px 1px 8px #bbb;
    -webkit-box-shadow: 1px 1px 8px #bbb;
    box-shadow: 1px 1px 8px #bbb;
}

.shareProItem .one {
    display: block;
}

.shareProItem .two {
}

.shareProItem .one img {
    vertical-align: middle;
}

.shareProItem .one .txt {
}

.shareProItem .two a {
    display: inline-block;
    line-height: 33px;
    width: 122px;
    text-align: center;
    border-radius: 8px;
    font-size: 13px;
}

.shareProItem .two a:nth-child(1) {
    color: #fff;
    background: #f83a1c;
    margin-right: 4px;
}

.shareProItem .two a:nth-child(2) {
    border: 1px solid #2c45d9;
    color: #2c45d9;
    line-height: 31px;
}

.typeNav .left_content .subBox {
    padding: 8px 0;
}

.shareProItem:nth-child(3), .shareProItem:nth-child(6), .shareProItem:nth-child(9), .shareProItem:nth-child(12) {
    margin-right: 0;
}

.shareProItem .txt {
    padding: 0 13px;
}

.shareProItem .three {
    line-height: 45px;
    display: block;
}

.proTitle .sub_right .more span {
    font-family: NSimSun;
}

.typeNav .left_content .smallType a:hover {
    color: #d41d00;
    font-weight: bold;
}

.iAbout {
    min-height: 558px;
    background: url(/template/images/aboutBj.jpg) no-repeat center top;
}

.iAbout .left {
    width: 475px;
}

.iAbout .right {
    width: 683px;
}

.iAbout .left img {
    border-radius: 8px;
}

.iAbout .right .sTitle {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    min-height: 65px;
    text-align: center;
    padding-top: 13px;
    background: url(/template/images/ia_02.png) no-repeat center top;
}

.iAbout .right .sContent {
    padding-bottom: 10px;
    text-align: justify;
}

.iAbout .right .more {
    text-align: right;
}

.iAbout .right .sContent,.iAbout .right .sContent p, .iAbout .right .sContent span, .iAbout .right .sContent font {
    line-height: 180% !important;
    font-size: 17px !important;
    color: #fff !important;
    text-indent: 0 !important;
}

.iAbout .aboutBox {
    padding-top: 93px;
}

.iAbout .right .sContent p {
    margin: 0 !important;
    padding-bottom: 10px !important;
    text-indent: 1rem !important;
}

.iAbout .right .more a {
    display: inline-block;
    line-height: 45px;
    width: 210px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #c9680c, #fb9535);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #c9680c, #fb9535);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #c9680c, #fb9535);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #c9680c, #fb9535);
    /* Standard syntax */
}

.youShi {
    min-height: 1490px;
    background: url(/template/images/ys.jpg) no-repeat center top;
    background-position-y: 20px;
    background-color: #f4f4f4;
}

.youShi .sTitle {
    text-align: center;
    padding-top: 63px;
    min-height: 158px;
}

.youShi .sContent {
}

.youShi .sTitle .cn {
    font-size: 36px;
    font-weight: bold;
    color: #01479d;
}

.youShi .sTitle .one {
    font-size: 23px;
    padding-top: 38px;
    color: #333;
}

.youShi .sTitle .cn span {
    color: #01479d;
}

.youShi .sContent .ys_1 {
    min-height: 319px;
}

.youShi .sContent .ys_2 {
    min-height: 319px;
}

.youShi .sContent .ys_3 {
    min-height: 318px;
}

.youShi .sContent .ys_4 {
}

.youShi .sContent .ys_1 .sub_left {
}

.youShi .sContent .ys_1 .sub_right {
    width: 659px;
    padding-right: 3px;
}

.youShi .sContent .ys_2 .sub_left {
    width: 659px;
}

.youShi .sContent .ys_2 .sub_right {
}

.youShi .sContent .ys_3 .sub_left {
}

.youShi .sContent .ys_3 .sub_right {
    width: 659px;
    padding-right: 3px;
}

.youShi .sContent .ys_4 .sub_left {
    width: 659px;
}

.youShi .sContent .ys_4 .sub_right {
}

.youShi .sContent .one {
    min-height: 118px;
    line-height: 118px;
}

.youShi .sContent .two {
    width: 700px;
    color: #555;
    padding-top: 18px;
    padding-left: 8px;
}

.youShi .sContent .one .s_left {
    color: #fff;
    width: 117px;
    text-align: center;
}

.youShi .sContent .one .s_right {
    font-size: 33px;
    font-weight: bold;
    color: #333;
    width: 542px;
    line-height: 118px;
    text-indent: 23px;
}

.youShi .sContent .one .s_left .s1 {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}

.youShi .sContent .one .s_left .s2 {
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 6px;
    letter-spacing: 0;
}

.youShi .sContent .two dd {
    font-size: 20px;
    padding: 10px 0;
}

.youShi .sContent .two dd span {
    font-weight: bold;
    margin-right: 3px;
}

.youShi .center {
    width: 1206px;
}

.ad {
    font-size: 23px;
    color: #fff;
    min-height: 153px;
    background: url(/template/images/ad.jpg) no-repeat center top;
}

.ad .left {
    padding-top: 38px;
}

.ad .right {
    padding-top: 45px;
}

.ad .left .s1 {
    font-size: 33px;
    font-weight: bold;
}

.ad .left .s2 {
    padding-top: 10px;
}

.ad .right .s1 {
}

.ad .right .s2 {
    font-size: 33px;
    font-weight: bold;
    color: #ffa94f;
    padding-top: 6px;
    letter-spacing: 2px;
    font-style: italic;
}

.ad .center {
}

.iCase {
    padding: 80px 0;
    background: #eee;
}


.iCase .sTitle {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    min-height: 63px;
    padding-top: 10px;
    background: url(/template/images/t5.png) no-repeat center top;
}

.iCase .content {
    padding-top: 33px;
}

.new {
    padding: 80px 0;
    display: none;
}

.new .sTitle {
}

.new .content {
    font-size: 22px;
    padding-top: 28px;
}

.new .sTitle .en {
}

.new .sTitle .cn {
    font-size: 33px;
    color: #01479d;
    font-weight: bold;
    text-transform: uppercase;
}

.new .sTitle .en img {
}

.new .content .list_li {
    float: left;
    width: 383px;
    margin-right: 22px;
    border: 1px solid #ddd;
}

.new .content .l_1 {
}

.new .content .l_2 {
}

.new .content .l_3 {
    margin-right: 0;
    background: #eee;
}

.new .content .list_li .item {
}

.new .content .list_li .item .one {
}

.new .content .list_li .item .sBox {
    padding: 13px 23px;
}

.new .content .list_li .item .one img {
    vertical-align: middle;
}

.new .content .list_li .item .two {
    line-height: 39px;
    color: #000;
    font-weight: bold;
}

.new .content .list_li .item .three {
    color: #888;
    font-size: 18px;
    padding: 5px 0;
}

.new .content .l_3 .scrollWen {
    padding: 13px 20px;
    height: 397px;
    overflow: hidden;
    margin-bottom: 8px;
}

.new .content .l_3 .more {
    display: block;
    text-align: right;
    line-height: 50px;
    padding-right: 20px;
    margin-bottom: 5px;
    font-size: 18px;
}

.new .content .l_3 .more span {
}

.new .content .l_3 .scrollWen li {
    padding: 13px 0;
    border-bottom: 1px solid #aaa;
    letter-spacing: 1px;
}

.new .content .l_3 .scrollWen li .s_1 {
}

.new .content .l_3 .scrollWen li .s_2 {
    color: #888;
    font-size: 19px;
    padding-top: 5px;
}

.new .content .l_3 .scrollWen li .s_1 a {
    font-weight: bold;
}

.friendLink {
    min-height: 100px;
    background: #eee;
    line-height: 100px;
    display: none;
}

.friendLink .sBox {
    font-size: 20px;
    padding-left: 28px;
    background: url(/template/images/line3.png) no-repeat center left;
}

.friendLink a {
}

.friendLink span {
    font-size: 23px;
}

.foot {
    background: url(/template/images/bj.jpg) no-repeat center top;
    background-size: cover;
}

.f_contact {
    font-size: 20px;
    color: #fff;
    padding-bottom: 20px;
}

.f_contact .left {
    width: 423px;
}

.f_contact .right {
    width: 733px;
    padding-top: 18px;
}

.f_contact .right .one {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 13px;
    border-bottom: 1px solid #fff;
}

.f_contact .right .two {
    padding-top: 18px;
}

.f_contact .right .one a {
    color: #fff;
    font-weight: bold;
    margin-right: 45px;
}

.f_contact .right .two, .f_contact .right .two p,.f_contact .right .two span, .f_contact .right .two font {
    line-height: 200% !important;
    font-size: 18px !important;
    color: #fff !important;
    text-indent: 0 !important;
}

.f_contact .ul_1 {
    padding-top: 68px;
}

.f_contact .right .one a:last-child {
    margin: 0;
}

.f_contact .right .two p {
    margin: 0 !important;
    padding: 0 !important;
}

.bq {
    text-align: center;
    color: #aaa;
    padding: 10px 0;
}

.bq a {
    color: #aaa;
}

.bq p,.bq span,.bq font {
    line-height: 200% !important;
    font-size: 18px !important;
    color: #aaa !important;
    text-indent: 0 !important;
}

.bq p {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.t_search2 {
    font-size: 18px;
    line-height: 63px;
    background: #eee;
    padding: 0;
    color: #888;
}

.t_search2 .left {
}

.t_search2 .right {
}

.pageDH {
    padding-left: 33px;
    background: url(/template/images/ico3.png) no-repeat center left;
    background-position-y: 16px;
}

.pageDH a {
}

.t_search2 a {
    color: #888;
}

.t_search2 .right a {
    display: inline-block;
    padding-left: 31px;
    background: url(/template/images/ico2.png) no-repeat center left;
    background-size: 21px auto;
    background-position-y: 18px;
}

.in_pro {
    padding: 80px 0;
}

.in_pro .left {
    width: 310px;
}

.in_pro .right {
    width: 866px;
}

.typeNav2 .left_Title {
    padding: 0;
    text-align: center;
    padding-bottom: 27px;
    background: url(/template/images/ico_01.png) no-repeat center bottom;
    /* background-size: auto 38px; */
}

.typeNav2 .left_Title .txt_2 {
    padding: 0;
}

.typeNav2 .left_content .bigNav {
    background: #20cf5e;
}

.typeNav2 .left_content .smallType a {
}

.typeNav2 .left_content .subBox {
    padding: 0;
}

.typeNav2 .left_content .smallType {
    border-bottom: 1px dashed #ccc;
}

.typeNav2 .left_content {
    padding: 0;
}

.typeNav2 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.typeNav2 .left_content .smallType a:hover {
}

.typeNav .left_content .curNav {
}

.typeNav .left_content .curNav a {
    color: #d41d00;
    font-weight: bold;
}

.in_pro .right .r_list {
    padding-top: 22px;
}

.proTitle .sub_left h2,.proTitle .sub_left p {
    font-size: 25px;
}

.proTitle .sub_right .more:hover {
    color: #ca0000;
}

.in_pro .proTitle .sub_right .more {
    font-size: 16px;
}

.in_pro .proTitle {
    line-height: 55px;
}

.proView {
    padding: 80px 0;
}

.proView .left {
    width: 310px;
}

.proView .right {
    width: 838px;
    font-size: 20px;
}

.proView .right .jsBox {
}

.proView .right .txtBox {
    padding-top: 50px;
}

.proView .right .jsBox .sub_left {
    width: 350px;
}

.proView .right .jsBox .sub_right {
    width: 460px;
}

.proView .right .jsBox .sub_left img {
}

.proView .right .jsBox .sub_right .proName {
    font-size: 28px;
    line-height: 28px;
}

.proView .right .jsBox .sub_right .canShu {
    padding-top: 11px;
}

.proView .right .jsBox .sub_right .canShu,.proView .right .jsBox .sub_right .canShu td, .proView .right .jsBox .sub_right .canShu p, .proView .right .jsBox .sub_right .canShu span, .proView .right .jsBox .sub_right .canShu font {
    color: #333 !important;
    font-size: 18px !important;
    text-indent: 0 !important;
    line-height: 32px !important;
}

.proView .right .jsBox .sub_right .canShu table,.proView .right .jsBox .sub_right .canShu td {
    border: 0px !important;
    border-collapse: collapse;
}

.proView .right .jsBox .sub_right .canShu table {
    width: 100% !important;
    margin: 0 auto !important;
}

.proView .right .jsBox .sub_right .canShu td {
    border: 3px solid #fff !important;
    text-indent: 10px !important;
}

.proShareBox .pro_shareTitle {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    padding-left: 28px;
    background: url(/template/images/bot2.png) no-repeat center left;
}

.proShareBox {
    padding-bottom: 38px;
}

.proShareBox .pro_shareTxt {
    padding: 16px 0;
}

.proShareBox .pro_shareTxt,.proShareBox .pro_shareTxt p,.proShareBox .pro_shareTxt span, .proShareBox .pro_shareTxt font {
    color: #333 !important;
    font-size: 20px !important;
    text-indent: 0 !important;
    line-height: 180% !important;
}

.proShareBox .pro_shareTxt table,.proShareBox .pro_shareTxt td {
    border: 0px !important;
    border-collapse: collapse;
}

.proShareBox .pro_shareTxt table {
    width: 100% !important;
    margin: 0 auto !important;
}

.proShareBox .pro_shareTxt td {
    vertical-align: top;
}

.proShareBox .pro_shareTxt p {
    margin: 0 !important;
    padding-bottom: 6px !important;
}

.shareFaItem {
    float: left;
    font-size: 18px;
    width: 278px;
    margin-right: 16px;
    margin-bottom: 33px;
    background: #fff;
    -moz-box-shadow: 1px 1px 8px #bbb;
    -webkit-box-shadow: 1px 1px 8px #bbb;
    box-shadow: 1px 1px 8px #bbb;
}

.shareFaItem:nth-child(3), .shareFaItem:nth-child(6), .shareFaItem:nth-child(9), .shareFaItem:nth-child(12) {
    margin-right: 0;
}

.shareFaItem .one {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.shareFaItem .two {
    padding: 13px 0;
    text-align: center;
}

.shareFaItem .one img {
    vertical-align: middle;
}

.shareFaItem .one span {
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 38px;
    display: block;
    background: rgba(0,0,0,0.68);
}

.shareFaItem .two a {
    display: inline-block;
    line-height: 33px;
    width: 119px;
    text-align: center;
    font-size: 16px;
}

.shareFaItem .two a:nth-child(1) {
    color: #fff;
    background: #f83a1c;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.shareFaItem .two a:nth-child(2) {
    background: #eee;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.in_fa {
    padding: 80px 0;
}

.in_fa .left {
    width: 310px;
}

.in_fa .right {
    width: 866px;
}

.faNav .left_content .smallType a {
    background: url(/template/images/ico_02.png) no-repeat center right;
    background-position-x: 233px;
    padding-left: 20px;
}

.faNav .left_content .smallType a:hover {
    background: url(/template/images/ico_02.png) no-repeat center right;
    background-position-x: 233px;
}

.in_fa .right .r_list {
    padding-top: 22px;
}

.in_new {
    padding: 68px 0;
}

.in_new .left {
    width: 310px;
}

.in_new .right {
    width: 860px;
}

.newNav {
    color: #fff;
    letter-spacing: 1px;
    padding: 38px 0;
    padding-left: 48px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #01479d;
}

.newNav .l_Title {
    min-height: 145px;
    background: url(/template/images/newTitle.png) no-repeat;
}

.newNav .l_Title .en {
    font-size: 30px;
    padding-left: 55px;
}

.newNav .l_Title .cn {
    font-size: 55px;
    font-weight: bold;
    padding-top: 50px;
}

.shareNewBox {
}

.shareNewBox .item {
    padding: 18px 0;
    border-bottom: 1px dashed #ccc;
}

.shareNewBox .item .sub_left {
    width: 283px;
}

.shareNewBox .item .sub_right {
    font-size: 16px;
    width: 555px;
}

.shareNewBox .item .sub_left a {
    display: block;
}

.shareNewBox .item .sub_left img {
    vertical-align: middle;
}

.shareNewBox .item .sub_right .one {
    font-size: 20px;
    font-weight: bold;
}

.shareNewBox .item .sub_right .two {
    padding: 15px 0;
    line-height: 180%;
    color: #666;
}

.shareNewBox .item .sub_right .three {
    color: #888;
}

.shareNewBox .item .sub_right .three span {
    display: inline-block;
    margin-right: 20px;
}

.faView {
    padding: 80px 0;
}

.faView .left {
    width: 310px;
}

.faView .right {
    width: 855px;
    border-radius: 10px;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.faView .right .r_Box {
    padding: 26px;
}

.faView .right .r_Box .line_1 {
    text-align: center;
}

.faView .right .r_Box .line_2 {
    padding: 20px 0;
    text-align: justify;
}

.faView .right .r_Box .prev_next {
}

.faView .right .r_Box .line_1 .one {
    font-size: 26px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.faView .right .r_Box .line_1 .two {
    font-size: 15px;
    color: #888;
    line-height: 38px;
    padding-top: 8px;
    border-bottom: 1px solid #e5e5e5;
}

.faView .right .r_Box .line_1 .two span {
    display: inline-block;
    margin-right: 20px;
}

.faView .right .r_Box .line_2, .faView .right .r_Box .line_2 p,.faView .right .r_Box .line_2 span,.faView .right .r_Box .line_2 font {
    font-size: 16px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
    color: #666;
}

.faView .right .r_Box .line_2 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.faView .right .proTitle {
    border-bottom: 0;
    background: #eee;
    text-indent: 23px;
    line-height: 55px;
}

.faView .right .r_Box .prev_next li {
    width: 45%;
    line-height: 39px;
    padding: 0 17px;
    border-radius: 5px;
    background: #eee;
}

.faView .right .r_Box .prev_next li span {
}

.faView .right .r_Box .prev_next li a {
    width: 283px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    position: relative;
    top: -1px;
}

.faView .right .r_Box .line_1 .two span:last-child {
    margin: 0;
}

.wenHua {
    min-height: 613px;
    padding: 80px 0;
    background: #eee;
}

.wenHua .sTitle {
    letter-spacing: 2px;
}

.wenHua .sContent {
    padding-top: 30px;
}

.wenHua .sTitle .s1 {
    font-size: 40px;
    font-weight: bold;
}

.wenHua .sTitle .s2 {
    font-size: 23px;
    padding-top: 6px;
    color: #666;
}

.wenHua .sContent .sBox_1 {
    margin-bottom: 33px;
}

.wenHua .sContent .sBox_2 {
    min-height: 230px;
    background: #fff;
}

.wenHua .sContent .sBox_1 .l_1 {
}

.wenHua .sContent .sBox_1 .l_2 {
}

.wenHua .sContent .sBox_1 .l_3 {
    width: 233px;
    min-height: 260px;
    background: url(/template/images/txt_03.png) no-repeat center right;
    background-position-x: 133px;
    background-color: #01479d;
}

.wenHua .sContent .s1 {
    font-size: 55px;
    font-weight: bold;
    color: #6464ff;
    text-transform: uppercase;
    padding-top: 19px;
    padding-left: 38px;
    letter-spacing: 3px;
}

.wenHua .sContent .s2 {
    font-size: 32px;
    font-weight: bold;
    padding-top: 38px;
}

.wenHua .sContent .s3 {
    font-size: 20px;
    color: #666;
    padding-top: 22px;
    line-height: 160%;
}

.wenHua .sContent .sBox_1 .l_1,.wenHua .sContent .sBox_1 .l_2 {
    width: 450px;
    min-height: 260px;
    background: #fff;
}

.wenHua .sContent dd {
    float: left;
    margin-right: 33px;
}

.wenHua .sContent dd:last-child {
    margin-right: 0;
}

.wenHua .sContent .tBox {
    padding: 30px 38px;
}

.wenHua .sContent .sBox_1 .l_1 .tBox {
    background: url(/template/images/txt_01.png) no-repeat;
    background-position-x: 15px;
    background-position-y: 35px;
}

.wenHua .sContent .sBox_1 .l_2 .tBox {
    background: url(/template/images/txt_02.png) no-repeat;
    background-position-x: 15px;
    background-position-y: 35px;
}

.wenHua .sContent .sBox_2 .tBox {
    background: url(/template/images/txt_04.png) no-repeat;
    background-position-x: 15px;
    background-position-y: 35px;
}

.in_about .iAbout {
    background: none;
}

.in_about .iAbout .right .sContent,.in_about .iAbout .right .sContent p, .in_about .iAbout .right .sContent span, .in_about .iAbout .right .sContent font {
    color: #333 !important;
    font-size: 18px !important;
}

.in_about .iAbout .right .sTitle {
    color: #333;
    background: url(/template/images/about.png) no-repeat center top;
}

.in_about .iAbout .right .more {
    display: none;
}

.in_about .iAbout .right .sContent {
    padding-top: 3px;
}

.in_contact {
    padding: 50px 0;
}

.in_contact .line_1 {
    padding-bottom: 38px;
}

.in_contact .line_2 {
}

.in_contact .line_1 .sub_left {
    width: 668px;
}

.in_contact .line_1 .sub_right {
    width: 480px;
}

.in_contact .line_1 .sTitle {
    color: #2f49dc;
    letter-spacing: 1px;
}

.in_contact .line_1 .sContent {
    padding-top: 30px;
    color: #333;
}

.in_contact .line_1 .sTitle span {
    display: inline-block;
    vertical-align: bottom;
}

.in_contact .line_1 .sTitle .cn {
    font-size: 33px;
    font-weight: bold;
    margin-right: 5px;
}

.in_contact .line_1 .sTitle .en {
    font-size: 18px;
}

.in_contact .line_1 .sub_left .sContent .one {
}

.in_contact .line_1 .sub_left .sContent .two {
}

.in_contact .line_1 .sub_left .sContent .three {
}

.in_contact .line_1 .sContent .s1 {
    font-size: 23px;
    font-weight: bold;
}

.in_contact .line_1 .sContent .s2 {
    padding-top: 10px;
    padding-bottom: 33px;
    line-height: 180%;
    font-size: 16px;
    padding-left: 30px;
}

.in_contact .fb_Box {
}

.in_contact .fb_Box input, .in_contact .fb_Box textarea {
    border: 0;
}

.in_contact .fb_Box input[type="text"], .in_contact .fb_Box textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 6px 4%;
    width: 92%;
    font-size: 16px;
    background: #eee;
    border-radius: 8px;
    margin-bottom: 18px;
    vertical-align: bottom;
}

.in_contact .fb_Box input[type="text"] {
    height: 40px;
    line-height: 40px;
}

.in_contact .fb_Box textarea {
    display: inline-block;
    min-height: 157px;
}

.in_contact .fb_Box input[type="submit"] {
    width: 138px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 10px;
    line-height: 39px;
    background: #ff0000;
}

.f_contact .right .two .sub_right {
    width: 98%;
    padding-right: 1%;
}

.proView .right .jsBox .sub_right .cs_1 {
}

.proView .right .jsBox .sub_right .cs_1 .s_right {
    width: 100%;
}

.proVideoShow {
    text-align: center;
    min-height: 472px;
    background: url(/template/images/dengdai.gif) no-repeat center;
    background-color: #333;
}

.proVideoShow .videoPic {
    min-height: 472px;
}

.proVideoShow .videoBt {
    min-height: 472px;
    cursor: pointer;
}

.proVideoShow video,.proVideoShow object,.proVideoShow embed {
    vertical-align: middle;
}

.proView .right .jsBox .sub_right .canShu td:nth-child(1) {
    background: #d5dbf8 !important;
    width: 38% !important;
    font-weight: bold;
}

.proView .right .jsBox .sub_right .canShu td:nth-child(2) {
    background: #f3f4fd !important;
    width: 55% !important;
}

.proView .right .jsBox .sub_right .canShu tr {
}

.new .content .list_li .item .four {
    font-size: 16px;
    color: #666;
    line-height: 160%;
}

.new .content .l_3 .scrollWen li .s_3 {
    font-size: 18px;
    color: #666;
    padding: 6px 0;
}

.proView .right .jsBox .sub_right .bt {
    padding-top: 12px;
}

.proView .right .jsBox .sub_right .bt a {
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border-radius: 8px;
    font-size: 18px;
    padding: 0 20px;
}

.proView .right .jsBox .sub_right .bt a:nth-child(1) {
    color: #fff;
    background: #f83a1c;
}

.proView .right .jsBox .sub_right .bt a:nth-child(2) {
    border: 1px solid #2c45d9;
    color: #2c45d9;
    line-height: 36px;
}

.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;
}

.searchPage .shareNewBox {
    padding: 0;
}

.proView .right .vdBox {
    padding-top: 38px;
}

.proView .right .vdBox .psTitle {
    font-size: 33px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
    background: url(/template/images/line5.png) no-repeat center;
}

.youShi .sContent .ys_4 .two {
    padding-left: 0;
}

.f_contact .left .sub_1 {
    line-height: 160%;
    padding: 3px 0;
    padding-left: 23px;
    border-left: 10px solid #0000ff;
}

.f_contact .left .sub_2 {
    padding-top: 30px;
    padding-left: 33px;
}

.f_contact .fb_Box {
}

.f_contact .fb_Box input, .f_contact .fb_Box textarea {
    border: 0;
}

.f_contact .fb_Box input[type="text"], .f_contact .fb_Box textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 6px 3%;
    width: 94%;
    font-size: 16px;
    background: #eee;
    border-radius: 8px;
    margin-bottom: 12px;
    vertical-align: bottom;
}

.f_contact .fb_Box input[type="text"] {
    height: 33px;
    line-height: 33px;
    padding: 3px 3%;
}

.f_contact .fb_Box textarea {
    display: inline-block;
    min-height: 68px;
}

.f_contact .fb_Box input[type="submit"] {
    width: 100%;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 10px;
    line-height: 40px;
    background: #ff0000;
    padding: 0;
}

.f_contact .right .two .sub_right .s_left {
    width: 500px;
}

.f_contact .right .two .sub_right .s_right {
    text-align: center;
}

.f_contact .right .two .sub_right .s_right .s1 {
}

.f_contact .right .two .sub_right .s_right .s2 {
    padding-top: 10px;
}

.f_contact .right .two .sub_right .s_right img {
    width: 163px;
    height: 163px;
    vertical-align: middle;
}

.left_Call .two .s1 span {
}

.wenHua .sContent .sBox_2 .s3 {
    padding-top: 28px;
    font-size: 25px;
}

.faNav {
}

.faNav .left_Title .s_1 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
}

.faNav .left_Title {
    padding-top: 8px;
    padding-bottom: 28px;
}
