@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'BodoniMutant';
    src: url('fonts/BodoniMutant.eot');
    src: url('fonts/BodoniMutant.eot?#iefix') format('embedded-opentype'), url('fonts/BodoniMutant.woff') format('woff'), url('fonts/BodoniMutant.ttf') format('truetype'), url('fonts/BodoniMutant.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: #333;
    word-wrap: break-word;
    white-space: normal;
    /*word-break:break-all; */
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 4px 10px #ccc;
    -webkit-box-shadow: 1px 4px 10px #ccc;
    box-shadow: 1px 4px 10px #ccc;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #ccc;
    -webkit-box-shadow: 1px 0px 10px #ccc;
    box-shadow: 1px 0px 10px #ccc;
}

.shadow3 {
    -moz-box-shadow: 1px 1px 9px #333;
    -webkit-box-shadow: 1px 1px 9px #333;
    box-shadow: 1px 1px 9px #333;
}

.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;
}

.txt_yy {
    text-shadow: 1px 1px 2px #000;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.show_db {
    display: block;
}

.noInfor {
    line-height: 200px;
    min-height: 200px;
    text-align: center;
    font-size: 18px;
}

/*渐变背景*/
.grad {
    background: #11ad9c;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #25bdad, #00a08f);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #25bdad, #00a08f);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #25bdad, #00a08f);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #25bdad, #00a08f);
    /* Standard syntax */
}

/*
img {
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
*/
ul, li, dl, dt, dd {
    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: 14px;
    text-align: right;
    min-height: 40px;
    line-height: 40px;
    padding-top: 30px;
}

.pageNumber a {
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    background: #fff;
}

.pageNumber a:hover {
    background: #0261c3;
    color: #fff;
    border: 1px solid #0261c3;
}

.pageNumber .current_page {
    padding: 5px 10px;
    background: #0261c3;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #0261c3;
    margin-right: 5px;
}

/* 搜索框 */
.search .right input {
    border: 0;
    margin: 0;
    padding: 0;
    color: #999;
    vertical-align: middle;
    font-size: 15px;
}

.search .right input[type="text"] {
    background: url(/template/images/3_01.png) no-repeat;
    width: 165px;
    height: 25px;
    line-height: 25px;
    color: #333;
    padding: 0 10px;
}

.search .right input[type="button"] {
    background: url(/template/images/3_02.png) no-repeat;
    width: 45px;
    height: 25px;
    cursor: pointer;
}

/* End  共享区 */
.page_bj {
    background: url("/template/images/index.jpg") no-repeat center top;
    min-height: 2556px;
}

.in_banner {
    min-height: 400px;
}

.in_bj {
    background: url("/template/images/in_bj.jpg") no-repeat center top;
    background-position-y: 700px;
}

.banner_about {
    background: url("/template/images/banner_about.jpg") no-repeat center bottom;
}

.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_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_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_dingzhi {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.tb {
    display: table;
    width: 100%;
}

.tb .row {
    display: table-row;
}

.tb .td {
    display: table-cell;
}

.share_line_2 {
    background: url(/template/images/line_1.png) no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    height: 6px;
}

.xing {
    background: url(/template/images/xing.png) no-repeat center left;
    width: 115px;
    min-height: 23px;
    display: inline-block;
}

.shareTitle {
    padding-bottom: 23px;
    background: url(/template/images/line_11.png) no-repeat center bottom;
}

.shareTitle p, .shareTitle span {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.shareTitle span {
    font-family: "Clarendon_Black_BT","Noto Sans Myanmar";
    font-size: 36px;
    color: #016cb7;
    padding: 0 20px;
    line-height: 42px;
    letter-spacing: 1px;
}

.shareTitle p {
}

.foot {
}

.fb_2 .sub_left {
    float: left;
    width: 276px;
}

.fb_2 .sub_right {
    float: right;
    width: 276px;
}

.fb_2 input[type="text"], .fb_2 textarea {
    padding: 3px;
    border: 1px solid #339bfa;
}

.fb_2 textarea {
    width: 462px;
    min-height: 45px;
}

.fb_2 input[type="text"] {
    width: 268px;
}

.fb_2 .sub_one, .feedback_txt .sub_two {
    padding-bottom: 11px;
}

.feedback_txt input.Remark {
    width: 510px;
}

.feedback_txt .bt {
    line-height: 30px;
    border: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    width: 88px;
    height: 53px;
    text-align: center;
    background: #23a4fc;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #40b7ff , #1193f9);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #40b7ff, #1193f9);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #40b7ff, #1193f9);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #40b7ff , #1193f9);
    /* Standard syntax */
}

.feedback_txt input[type="submit"], .feedback_txt textarea {
    vertical-align: middle;
}

.bq {
    color: #999;
    line-height: 40px;
    min-height: 40px;
    font-size: 13px;
    background: #333;
}

.bq a {
    color: #999;
}

.bq p {
    margin: 0 !important;
    padding: 0 !important;
}

.hz_ico {
    padding-top: 45px;
    width: 866px;
    overflow: hidden;
}

.hz_ico ul.clear {
    background: url("/template/images/bj_9.png") no-repeat;
    min-height: 30px;
    width: 900px;
    padding-top: 110px;
}

.hz_ico li {
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 29px;
}

.a_video {
    min-height: 248px;
    background: url(/template/images/video_bj.jpg) no-repeat center;
}

.a_video a.bt {
    display: block;
    min-height: 248px;
    background: url("/template/images/bt.png") no-repeat center;
    cursor: pointer;
}

.a_video a.bt:hover {
    background: url("/template/images/bt2.png") no-repeat center;
}

.hot_title {
    font-size: 28px;
    color: #006cb8;
    font-weight: bold;
}

.hot_list {
    padding-bottom: 25px;
}

.hot_list .dl_2 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.hot_list dd.huo {
    background: url(/template/images/bot6.png) no-repeat;
    -ms-background-position-y: 7px;
    background-position-y: 7px;
    text-indent: 25px;
}

.hot_list dd.newName a {
    font-size: 23px;
    text-decoration: none;
    line-height: 140%;
}

.hot_list dd.newName a:hover {
    color: #f50;
}

.hot_list dd.txt {
    font-size: 17px;
    padding: 10px 0;
    color: #666;
}

.hot_list dd.bot {
    min-height: 25px;
    background: url(/images_pc/hot.png) no-repeat center right;
}

.x0 {
    width: 0;
}

.x1 {
    width: 20px;
}

.x2 {
    width: 43px;
}

.x3 {
    width: 69px;
}

.x4 {
    width: 92px;
}

.x5 {
    width: 118px;
}

.noGet {
    background: url(/template/images/no_bj.jpg) no-repeat center bottom;
    padding-top: 50px;
    padding-bottom: 150px;
}

.noGet .center .row_1 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.noGet .center .row_2 {
    padding: 30px 0;
}

.noGet .center .row_2 .search2 {
    padding: 25px;
    background: #eee;
    display: inline-block;
}

.noGet .center .row_2 .search2 input {
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    font-size: 18px;
    border: 0;
    padding: 0;
    margin: 0;
}

.noGet .center .row_2 .search2 input[type="text"] {
    width: 860px;
    text-indent: 10px;
}

.noGet .center .row_2 .search2 input[type="button"] {
    width: 93px;
    color: #fff;
    background: #25bdad;
    cursor: pointer;
}

.noGet .center .row_3 {
    color: #6e6e6e;
    padding-bottom: 30px;
}

.noGet .center .row_3 .txt_1 {
    font-size: 16px;
}

.noGet .center .row_3 .txt_2 {
    font-size: 22px;
    padding: 10px 0;
}

.noGet .center .row_3 .txt_3 {
    font-size: 18px;
}

.noGet .center .row_4 {
    text-align: center;
}

.noGet .center .row_4 a {
    display: inline-block;
    padding: 8px 22px;
    color: #fff;
    font-size: 19px;
    background: #25bdad;
    cursor: pointer;
}

.noPage {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
}

.noPage .center {
    text-align: center;
}

.noPage .txt_1 {
    font-size: 38px;
    color: #0a7ccc;
    padding-top: 18px;
}

.noPage .txt_2 {
    font-size: 20px;
    color: #000;
    padding-top: 40px;
    padding-bottom: 50px;
}

.noPage .txt_3 {
    margin: 0 auto;
    padding-top: 20px;
}

.noPage .txt_3 .one, .noPage .txt_3 .one a {
    font-size: 35px;
    color: #fff;
    background: #006cb8;
    display: inline-block;
    line-height: 63px;
    width: 737px;
}

.noPage .txt_3 .one a:hover {
    color: #fc7e10;
}

.shareNoNeed {
    font-size: 19px;
    line-height: 180%;
    padding-top: 183px;
    color: #041146;
    text-align: center;
    background: url(/template/images/bj_12.jpg) no-repeat center bottom;
    min-height: 237px;
}

.siteMap {
    padding-top: 75px;
}

.siteMap .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.siteMap .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.siteMap .one, .siteMap .two, .siteMap .three, .siteMap .four, .siteMap .five, .siteMap .six {
    padding: 35px 0;
    border-bottom: 1px solid #ccc;
}

.siteMap .one {
    padding-top: 35px;
}

.siteMap .ul_1 {
    width: 1150px;
}

.siteMap li.c_1 {
    float: left;
    margin-right: 115px;
}

.siteMap a {
    color: #000;
    line-height: 200%;
}

.siteMap .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.siteMap .s_1 a {
    font-size: 20px;
    color: #000;
}

.siteMap .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.siteMap li.last {
    float: right;
    margin: 0;
}

.siteMap .t_3 li {
    padding-left: 2px;
}

.siteMap .t_3 a {
    background: url(/template/images/bot_7.png) no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.siteMap .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

/*瀑布流层*/
.waterfall {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari 和 Chrome */
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

/*一个内容层*/
.list_item {
    padding: 1em;
    margin: 0 0 1em 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

/*.item img{*/
/*width: 100%;*/
/*margin-bottom:10px;*/
/*}*/
/*down*/
.down {
    padding-top: 75px;
    padding-bottom: 150px;
    background: url(/template/images/bj_15.jpg) no-repeat center bottom;
}

.down .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.down .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.down .two {
    padding: 35px 0;
}

.down .ul_1 {
    width: 1150px;
}

.down li.c_1 {
    float: left;
    margin-right: 115px;
}

.down a {
    color: #000;
    line-height: 200%;
}

.down .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.down .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.down .t_3 li {
    padding-left: 2px;
}

.down .t_3 a {
    background: url(/template/images/bot_7.png) no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.down .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

.prev_next {
    padding-top: 50px;
    font-size: 16px;
}

.prev_next .sub_left, .prev_next .sub_right {
    width: 46%;
    line-height: 35px;
    padding: 0 10px;
}

.prev_next .sub_right {
}

.prev_next img {
    vertical-align: middle;
}

.new {
    padding-top: 100px;
    background: url(/template/images/bj_45.jpg) no-repeat center top;
    min-height: 500px;
}

.new .two {
    padding-top: 50px;
    color: #041146;
    font-size: 16px;
}

.new .two li.left {
    padding-left: 66px;
    padding-top: 47px;
}

.new .two li.right {
    width: 603px;
    padding-top: 30px;
}

.new .two .time {
    padding-top: 11px;
    padding-bottom: 8px;
}

.new .two .time span {
    display: inline-block;
    padding-left: 20px;
    line-height: 20px;
    margin-right: 15px;
}

.new .two .time span.date {
    background: url(/template/images/5_01.png) no-repeat center left;
}

.new .two .time span.see {
    background: url(/template/images/5_02.png) no-repeat center left;
}

.new .two .proName a {
    color: #041146;
    font-size: 28px;
}

.new .two .txt {
    line-height: 190%;
    padding-top: 10px;
    padding-bottom: 20px;
}

.new .two .more a {
    font-size: 14px;
    color: #339bfa;
    font-weight: bold;
}

.new .center .two .inline_width.clear .box.right.l_3 .clear dd {
    padding-bottom: 20px;
}

.new .center .two .inline_width.clear .box.right.l_3 .clear dd a .sub_ul.inline.clear {
    width: 352px;
}

.new .center .two .inline_width.clear .box.right.l_3 .clear dd a .sub_ul.inline.clear .sub_left {
    width: 103px;
}

.new .center .two .inline_width.clear .box.right.l_3 .clear dd a .sub_ul.inline.clear .sub_right {
    width: 232px;
}

.new .center .two .inline_width.clear .box.right.l_3 .clear dd a .sub_ul.inline.clear .sub_right .shenglve {
    font-size: 17px;
    color: #000;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

.new .center .two .inline_width.clear .box.right.l_3 .clear dd a .sub_ul.inline.clear .sub_right span {
    color: #888;
    font-size: 15px;
    line-height: 150%;
}

.haoPing {
    padding: 80px 0;
    background: #eee;
}

.haoPing .center .shareTitle3 {
    color: #000;
    font-family: Arial, Helvetica, sans-serif, "Noto Sans Myanmar";
}

.haoPing .content {
    padding-top: 60px;
}

.haoPing .content .s_one {
    padding-bottom: 30px;
}

.haoPing .content .s_two {
    min-height: 80px;
}

.haoPing .content .s_two textarea, .haoPing .content .s_two input {
    border: 0;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.haoPing .content .s_two textarea {
    width: 98%;
    padding: 1%;
    font-size: 18px;
}

.haoPing .content .s_two .bt {
    padding-top: 15px;
}

.haoPing .content .s_two .bt input {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 40px;
    cursor: pointer;
    width: 150px;
    text-align: center;
    border-radius: 5px;
}

.haoPing .content .s_two input[type="reset"] {
    background: #ff5500;
}

.haoPing .content .s_two input[type="submit"] {
    background: #041146;
}

.about_box {
    padding-bottom: 100px;
}

.about_box .ul_1 {
    width: 100%;
}

.about_box .ul_1 .left {
    width: 402px;
}

.about_box .ul_1 .right {
    width: 713px;
}

.about_box .ul_1 .right .huaCe {
    padding: 0;
}

.about_box .ul_1 .right .center {
    width: 100%;
}

.about_box .huaCe .one {
    padding: 0;
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    padding-right: 45px;
    background: url(/template/images/shou.png) no-repeat center right;
    background-size: 25px;
}

.about_box .huaCe .two {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 14px;
}

.about_box .huaCe .two .hc_video {
    min-height: 308px;
}

.about_box .huaCe .three {
    font-size: 17px;
    line-height: 40px;
}

.new_2 .r_3 {
    padding: 0 20px;
    border: 1px solid #ccc;
    margin-top: 35px;
    padding-bottom: 20px;
}

.new_2 .r_3 .right {
    padding-left: 30px;
    width: 273px;
}

.about2 {
    padding-top: 111px;
    padding-bottom: 85px;
}

.about2 .center {
    background: url(/template/images/about2.jpg) no-repeat center left;
    min-height: 550px;
}

.about2 .center .inline_width.clear .left {
    width: 430px;
}

.about2 .center .inline_width.clear .right {
    width: 755px;
    font-size: 18px !important;
    color: #041146;
    line-height: 150% !important;
    padding-top: 75px;
}

.about2 .center .inline_width.clear .right .txt_1 p {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.about2 .center .inline_width.clear .right .txt_1 img {
    max-width: 100%;
}

.about2 .center .inline_width.clear .right .txt_2 a {
    color: #041146;
}

.kefu {
    padding-bottom: 80px;
    padding-top: 120px;
}

.kefu .center {
    border-top: 3px solid #339bfa;
}

.kefu .center .txt {
    padding: 15px 0;
    font-size: 18px;
    color: #339bfa;
    text-transform: uppercase;
}

.kefu .center .list.inline.clear {
    width: 100%;
}

.kefu .center .list.inline.clear a {
    width: 265px;
    min-height: 113px;
    float: left;
    background: #eee;
    border-radius: 5px;
    margin-right: 45px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear {
    padding-top: 13px;
    padding-left: 20px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_left img {
    border-radius: 200px;
    border: 2px solid #339bfa;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right {
    padding-left: 15px;
    padding-top: 10px;
    width: 139px;
    font-size: 14px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right .s_txt {
    padding-top: 5px;
}

.f_emailBox {
    background: url(/template/images/bj_15.jpg) no-repeat center;
    background-size: cover;
    min-height: 129px;
    color: #fff;
}

.f_emailBox input, .f_emailBox img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
}

.f_emailBox .center form .inline.clear {
    width: 100%;
    padding-top: 43px;
}

.f_emailBox .center form .inline.clear .l_1 {
    min-height: 46px;
    font-size: 22px;
    padding-left: 80px;
    background: url(/template/images/6_01.png) no-repeat center left;
    line-height: 46px;
    min-width: 360px;
    text-transform: uppercase;
}

.f_emailBox .center form .inline.clear .l_2, .f_emailBox .center form .inline.clear .l_3 {
    padding-top: 5px;
}

.f_emailBox .center form .inline.clear input[type="text"] {
    width: 363px;
    line-height: 29px;
    height: 29px;
    background: #fff;
    padding: 5px;
}

.f_emailBox .center form .inline.clear .l_3 {
    cursor: pointer;
}

.f_emailBox .center form .inline.clear .right img {
    display: inline-block;
}

.f_emailBox .center form .inline.clear .right .bt_2 {
    color: #fff;
    height: 40px;
    min-width: 92px;
    text-align: center;
    background: #20242b;
    cursor: pointer;
}

.shareTitle3 {
    font-size: 35px;
    text-align: center;
    font-family: 'Dutch801_Bold_BT','Noto Sans Myanmar';
    padding-bottom: 20px;
    background: url(/template/images/line_9.png) no-repeat center bottom;
    text-transform: uppercase;
}

.contact .r_1 {
    font-size: 22px;
    color: #444;
    line-height: 130%;
    padding: 80px 0;
}

.contact .r_1 .center .s_1 {
    padding-bottom: 60px;
    line-height: 150%;
}

.contact .r_1 .center .s_2 {
    padding-bottom: 30px;
}

.contact .r_1 .center .s_2 a {
    display: block;
    color: #339bfa;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 48px;
    background: url(/template/images/email.png) no-repeat center left;
    line-height: 25px;
}

.contact .r_1 .center .s_3 {
    font-size: 21px;
}

.contact .r_1 .center .s_3 a {
    color: #339bfa;
    font-weight: bold;
}

.Team {
    padding: 80px 0;
}

.Team .content {
    padding-top: 50px;
}

.Team .content li {
    float: left;
    width: 590px;
    margin-right: 20px;
    line-height: 160%;
    padding: 15px 0;
}

.Team .content li:nth-child(2), .Team .content li:nth-child(4), .Team .content li:nth-child(6), .Team .content li:nth-child(8), .Team .content li:nth-child(10), .Team .content li:nth-child(12), .Team .content li:nth-child(14), .Team .content li:nth-child(16) {
    margin-right: 0;
}

.Team .content li img {
    width: 36px;
    height: 25px;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.Team .content li a {
    display: block;
    font-size: 18px;
}

.Team .content li a:hover {
    color: #339bfa;
}

.Team .content li a .sub_left {
    width: 285px;
}

.Team .content li a .sub_left .txt_1 {
    font-weight: bold;
    line-height: 25px;
}

.Team .content li a .sub_right {
    width: 300px;
    padding-left: 5px;
}

.contact .r_3 {
    padding-top: 50px;
    padding-bottom: 90px;
}

.contact .r_3 .center .inline_width.clear li {
    float: left;
    width: 350px;
    margin-right: 74px;
    text-align: center;
}

.contact .r_3 .center .inline_width.clear li:nth-child(3) {
    margin-right: 0;
}

.contact .r_3 .center .inline_width.clear li .s_1 {
    min-height: 53px;
    padding-bottom: 25px;
}

.contact .r_3 .center .inline_width.clear li .s_2 {
    font-size: 20px;
    line-height: 140%;
}

.contact .r_3 .center .inline_width.clear li .s_2 span {
    font-weight: bold;
    color: #339bfa;
}

.contact .r_3 .center .inline_width.clear li.box_1 .s_1 {
    background: url(/template/images/c_1.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
    background: url(/template/images/c_2.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
    background: url(/template/images/c_3.png) no-repeat center top;
}

.fb_3 {
    background: url(/template/images/bj2.png) repeat-x;
    background-position-y: -25px;
}

.fb_3 .center {
    min-height: 186px;
    background: #fff;
    border-radius: 13px;
}

.fb_3 .center form .ul_1.clear {
    padding-top: 68px;
    width: 90%;
    margin: auto 5%;
}

.fb_3 .center form .ul_1.clear .sub_left {
    margin-right: 62px;
}

.fb_3 input {
    vertical-align: middle;
    border-radius: 3px;
    border: 0;
}

.fb_3 input[type="text"] {
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 355px;
    height: 45px;
    color: #333;
    box-shadow: #eee 0px 0px 10px 5px inset;
    /* 内阴影 */
    background: #f9f9f9;
    font-size: 16px;
}

.fb_3 .bt {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #03b1ad;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #02b8ca , #03b0aa);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #02b8ca , #03b0aa);
    /* Standard syntax */
}

.shareTel_2 {
}

.shareTel_2 .one {
    font-size: 14px;
}

.shareTel_2 .two {
    font-size: 33px;
}

.proList {
    padding: 100px 0;
}

.proNav {
    position: relative;
}

.proNav .left {
    width: 234px;
    height: 164px;
    background: url(/template/images/bj7.png) no-repeat;
}

.proNav .left .box {
    width: 216px;
    height: 149px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 6px;
}

.proNav .left .box .one {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.proNav .left .box .two {
    font-size: 22px;
    color: #59c3db;
}

.proNav .right {
    width: 965px;
    padding-top: 30px;
}

.proNav .right .navList li {
    border-right: 1px dashed #fff;
    border-left: 1px dashed #1b5d80;
    width: 138px;
    padding: 0 10px;
    float: left;
    text-align: center;
}

.proNav .right .navList li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 5px 0;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #1b5d80;
}

.proNav .right .navList li a p {
    margin: 0;
    line-height: 34px;
    padding-top: 1px;
}

.proNav .right .navList li a:hover p {
    background: url(/template/images/bj8.png) no-repeat;
    border-radius: 5px;
}

.proNav .right .navList li:nth-child(1), .proNav .right .navList li:nth-child(7), .proNav .right .navList li:nth-child(13), .proNav .right .navList li:nth-child(19) {
    border-left: 0;
}

.proNav .right .navList li:nth-child(6), .proNav .right .navList li:nth-child(12), .proNav .right .navList li:nth-child(18), .proNav .right .navList li:nth-child(24) {
    border-right: 0;
}

.proNav .right .navList li:nth-child(1) a, .proNav .right .navList li:nth-child(2) a, .proNav .right .navList li:nth-child(3) a, .proNav .right .navList li:nth-child(4) a, .proNav .right .navList li:nth-child(5) a, .proNav .right .navList li:nth-child(6) a {
    border-top: 0;
}

.proNav .right .navList li:nth-child(13) a, .proNav .right .navList li:nth-child(14) a, .proNav .right .navList li:nth-child(15) a, .proNav .right .navList li:nth-child(16) a, .proNav .right .navList li:nth-child(17) a, .proNav .right .navList li:nth-child(18) a {
    border-bottom: 0;
}

.proList .list {
    overflow: hidden;
    padding-top: 100px;
}

.proList .list .box {
    width: 1200px;
    overflow: hidden;
}

.proList .list .ul_1 {
    width: 1300px;
}

.proList .list .item {
    float: left;
    width: 362px;
    margin-right: 57px;
    margin-bottom: 40px;
    text-align: center;
}

.proList .list .item .item_box {
    min-height: 442px;
    background: #eee;
}

.proList .list .item .pic {
    text-align: center;
}

.proList .list .item img {
    width: 360px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}

.proList .list .item .txt {
    min-height: 103px;
}

.proList .list .item .proName {
    display: block;
    line-height: 50px;
    font-size: 19px;
    color: #444;
}

.proList .list .item .txt_2 {
    font-size: 14px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 190%;
}

.proList .list .item .s_txt a {
    display: inline-block;
    width: 103px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 0;
    color: #666;
}

.proList .list .item .s_txt a.more {
    border: 1px solid #ccc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    border-right: 0;
}

.proList .list .item:hover .s_txt a.more {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.proList .list .item .s_txt a.dingzhi {
    background: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.proList .list .item .s_txt a.dingzhi:hover {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.shareTitle5 {
    background: url(/template/images/t5.png) no-repeat;
    min-height: 55px;
    line-height: 45px;
}

.shareTitle5 span {
    display: inline-block;
    vertical-align: top;
}

.shareTitle5 .s_1 {
    font-size: 24px;
    color: #2495b8;
    margin-left: 31px;
    width: 123px;
    text-align: center;
}

.shareTitle5 .s_2 {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-left: 13px;
}

.in_case {
    padding: 100px 0;
}

.in_case .left {
    width: 260px;
}

.in_case .newType .list li a {
    text-align: left;
    text-indent: 30px;
}

.in_case .right {
    width: 870px;
}

.in_case .right .content {
    padding-top: 10px;
    background: #fff;
}

.in_case .right .content .L2_UL {
    display: inline-block;
    padding: 30px 0;
    background: url(/template/images/line3.png) no-repeat center bottom;
}

.in_case .right .content .L2_UL .sub_left {
    width: 222px;
}

.in_case .right .content .L2_UL .sub_right {
    width: 620px;
}

.in_case .right .content .L2_UL .sub_right .one {
    min-height: 35px;
    line-height: 35px;
}

.in_case .right .content .L2_UL .sub_right .one a.shenglve {
    width: 385px;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    color: #444;
}

.in_case .right .content .L2_UL .sub_right .two {
    line-height: 24px;
    color: #666;
    font-size: 15px;
    padding-bottom: 13px;
    line-height: 180%;
}

.in_case .right .content .L2_UL .sub_right .three {
    text-align: right;
}

.in_case .right .content .L2_UL .sub_right .time {
    font-size: 14px;
    padding: 8px 0;
    padding-left: 20px;
    background: url(/template/images/ico1.png) no-repeat center left;
    color: #888;
}

.in_case .right .content .L2_UL .sub_right .three a.more {
    padding: 6px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background: #02b1ae;
    border-radius: 5px;
    display: inline-block;
}

.in_case .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_case .center .clear .right .title .clear .sub_left {
    background: url(/template/images/t8.png) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_case .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.caseShow {
    padding: 100px 0;
}

.caseShow .left {
    width: 260px;
}

.caseShow .newType .list li a {
    text-align: left;
    text-indent: 30px;
}

.caseShow .right {
    width: 870px;
}

.caseShow .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.caseShow .center .clear .right .title .clear .sub_left {
    background: url(/template/images/t8.png) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.caseShow .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.caseShow .right .newBox {
    padding: 25px;
}

.caseShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.caseShow .right .newBox .line_2 h1 {
    font-size: 28px;
    letter-spacing: 1px;
    margin: 0;
    padding: 20px 0;
}

.caseShow .right .newBox .line_2 .two {
    color: #666;
}

.caseShow .right .newBox .line_3 {
    color: #666;
    padding: 20px;
    padding-bottom: 50px;
    min-height: 350px;
}

.caseShow .right .newBox .line_3 p {
    text-indent: 2em !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.caseShow .right .newBox .line_3, .caseShow .right .newBox .line_3 p, .caseShow .right .newBox .line_3 span {
    font-size: 16px !important;
    line-height: 200% !important;
}

.caseShow .right .newBox .prev_next li {
    width: 46%;
    line-height: 35px;
    padding: 0 10px;
    color: #888;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.caseShow .right .newBox .prev_next li:hover {
    background: #02b4b7;
    color: #fff;
}

.caseShow .right .newBox .prev_next li:hover a {
    color: #fff;
}

.caseShow .right .newBox .prev_next {
    padding-bottom: 40px;
}

.caseShow .right .newBox .prev_next a {
    color: #000;
}

.caseShow .right .newBox .prev_next img {
    vertical-align: middle;
}

.caseShow .right .newBox .line_5 .s_t {
    font-size: 18px;
    line-height: 40px;
    color: #18499f;
    font-weight: bold;
}

.caseShow .right .newBox .line_5 .s_t span {
    color: #ff9000;
}

.caseShow .right .newBox .line_5 .list .s_left {
    width: 210px;
    padding-top: 8px;
}

.caseShow .right .newBox .line_5 .list .s_right {
    width: 550px;
}

.caseShow .right .newBox .line_5 .item {


    line-height: 35px;
    min-height: 35px;
}

.caseShow .right .newBox .line_5 .sub_left {
    width: 465px;
}

.caseShow .center .clear .right .tj_new .sub_title.clear {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.caseShow .center .clear .right .tj_new .sub_title.clear span {
    font-weight: bold;
}

.caseShow .center .clear .right .tj_new .sub_title.clear a {
    float: right;
    color: #666;
    font-size: 15px;
}

.caseShow .center .clear .right .tj_new .ul_3.clear {
    padding-top: 20px;
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_left {
    width: 177px;
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_left a img {
    display: block;
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_left a .shenglve {
    margin: 0;
    padding: 0 5px;
    background: url(/template/images/hei.png);
    text-align: center;
    line-height: 35px;
    position: relative;
    top: -35px;
    color: #fff;
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_right {
    width: 670px;
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_right .box_2 .newItem.clear {
    line-height: 35px;
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_right .box_2 .newItem.clear a {
    width: 560px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_right .box_2 .newItem.clear a:hover {
    color: #33abc8;
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_right .box_2 .newItem.clear span {
    font-size: 16px;
    color: #888;
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1300px) {
}

@media screen and (min-width: 1800px) {
}

.top {
}

.t_bigBox {
    min-height: 189px;
    background: url(/template/images/navBj.png) repeat-x;
    width: 100%;
    position: relative;
    background: #ecf5ff;
}

.t_wel {
    font-size: 14px;
    line-height: 32px;
    background: #ecf5ff;
    color: #888;
    border-bottom: 1px solid #ccc;
}

.t_wel a {
    color: #888;
}

.t_nav {
    color: #0a1357;
    padding: 20px 0;
    min-height: 30px;
}

.t_nav .left {
}

.t_nav .left li.li_1 {
    float: left;
}

.t_nav .left a.nav_1 {
    padding: 0 23px;
    float: left;
    font-size: 18px;
    line-height: 64px;
    color: #fff;
    background: url(/template/images/line1.png) no-repeat center right;
}

.t_nav .left a.nav_1:hover {
}

.t_nav li {
    float: left;
    font-size: 17px;
    color: #333;
    border-right: 1px solid #ccc;
    padding: 0 5px;
}

.t_nav .logo_li {
    width: 210px;
    min-height: 30px;
    border: 0;
}

.t_nav li a {
    color: #333;
    line-height: 28px;
    text-align: center;
    display: block;
    padding: 0 13px;
    padding-top: 2px;
    padding-right: 13px;
}

.t_nav li a.logo_a {
    position: absolute;
    top: 33px;
    left: 46.5%;
    z-index: 100;
    width: 202px;
    height: 217px;
    background: url(/template/images/logo.png) no-repeat;
    text-align: center;
    padding: 0;
    color: #0261c3;
}

.t_nav li a.logo_a p {
    margin: 0;
    padding: 0;
    display: block;
    padding-top: 167px;
}

.t_nav li a.logo_a:hover {
    background: url(/template/images/logo.png) no-repeat;
}

.t_nav li a.logo_a:hover span {
    display: inline-block;
    color: #fff;
    border-radius: 35px;
    background: #0261c3;
    padding: 0 13px;
    padding-top: 1px;
}

.t_nav li a:hover {
    color: #fff;
    border-radius: 35px;
    background: #0261c3;
    border-right: 0;
}

/*.t_nav .center .clear li a .logo {
    position: absolute;
    top: 33px;
    left: 46.5%;
    z-index: 100;
}
*/
.t_logo {
    color: #0261c3;
    padding-top: 57px;
    padding-bottom: 9px;
    min-height: 36px;
}

.t_logo .center .ul_1.clear .left {
    font-size: 27px;
    font-weight: bold;
}

.shareTel {
    color: #0261c3;
    font-size: 21px;
    padding-left: 35px;
    background: url(/template/images/t_1.png) no-repeat center left;
    line-height: 29px;
}

.shareTel span {
    font-weight: bold;
    font-size: 25px;
}

/* Star daoHang */
.t_search {
    line-height: 72px;
    min-height: 72px;
}

.t_search .t_searchUL {
    font-size: 16px;
    color: #555;
    background: #fff;
    border-radius: 10px;
    position: relative;
    top: -38px;
    z-index: 50;
}

.t_search .t_searchUL .left {
    padding-left: 20px;
}

.t_search .t_searchUL .right {
    padding-right: 20px;
}

.t_search .t_searchUL .left a {
    text-decoration: none;
    color: #555;
}

.i_pro {
    padding: 80px 0;
    padding-top: 50px;
    min-height: 890px;
    background: url(/template/images/bj_pro.jpg) no-repeat center top;
    background-size: cover;
}

.shareTitle2 {
    color: #0261c3;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    text-transform: uppercase;
}

.shareTitle2 .box {
    line-height: 35px;
    height: 35px;
    overflow: hidden;
}

.shareTitle2 .line {
    /*	min-height:2px;
	background:#0261c3;
*/
    margin-top: 17px;
    border-top: 2px solid #0261c3;
}

.shareTitle2 .txt {
    padding: 0 10px;
    position: relative;
    top: -20px;
    font-weight: bold;
}

.shareTitle2 .txt span {
    display: inline;
    background: #fff;
    padding: 0 13px;
}

.shareTitle2 .txt .s_1 {
    border-right: 2px solid #0261c3;
    font-size: 27px;
}

.shareTitle2 .txt .s_2 {
    font-size: 19px;
}

.shareTitle2 .txt_2 {
    color: #888;
    font-size: 15px;
    padding-top: 8px;
}

.i_pro .center .content {
    padding-top: 40px;
}

.i_pro .center .content .bigNav {
}

.i_pro .center .content .bigNav .clear li {
    float: left;
    width: 400px;
    line-height: 70px;
}

.i_pro .center .content .bigNav .clear li a {
    font-size: 20px;
    font-weight: bold;
    color: #0261c3;
    display: block;
    text-indent: 65px;
}

.i_pro .center .content .bigNav .clear li.s_1 a {
    background: url(/template/images/a_1.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_2 a {
    background: url(/template/images/a_2.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_3 a {
    background: url(/template/images/a_3.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.first a, .i_pro .center .content .bigNav .clear li.s_1:hover a {
    color: #fff;
    background: url(/template/images/h_1.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_2:hover a {
    color: #fff;
    background: url(/template/images/h_2.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_3:hover a {
    color: #fff;
    background: url(/template/images/h_3.png) no-repeat;
}

.i_pro .center .content .box {
    border-top: 1px solid #fff;
}

.i_pro .center .content .box .smallNav {
    background: url(/template/images/navSbj.png);
}

.i_pro .center .content .box .smallNav .s_ul {
    width: 95%;
    margin: 0 2.5%;
}

.i_pro .center .content .box .smallNav .s_ul li {
    width: 14.2%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #559ace;
    padding: 10px 0;
    line-height: 30px;
}

.i_pro .center .content .box .smallNav .s_ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.i_pro .center .content .box .smallNav .s_ul li a:hover {
    color: #0261c3;
    background: #fff;
    border-radius: 3px;
}

.i_pro .content .box .list {
    width: 1200px;
    overflow: hidden;
    padding-top: 30px;
}

.i_pro .content .box .list ul.clear {
    width: 1250px;
}

.i_pro .content .box .list .item {
    float: left;
    min-height: 319px;
    width: 285px;
    margin-right: 20px;
    background: url(/template/images/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.i_pro .content .box .list .item:hover {
    background: url(/template/images/pro_hbj.png) no-repeat;
}

.i_pro .content .box .list .item a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 17px;
}

.i_pro .content .box .list .item a p, .i_pro .content .box .list .item a span {
    display: block;
}

.i_pro .content .box .list .item a img {
}

.i_pro .content .box .list .item a p {
    margin: 0;
    padding-top: 5px;
}

.case {
    padding: 100px 0;
    background: url(/template/images/bj7.jpg) no-repeat center bottom;
    background-size: cover;
}

.in_bj .case {
    padding-top: 60px;
    padding-bottom: 0;
}

.case .more {
    padding-top: 35px;
    text-align: center;
}

.case .more a {
    display: inline-block;
    line-height: 50px;
    font-size: 18px;
    color: #0261c3;
    border: 1px solid #0261c3;
    padding: 0 20px;
    background: #fff;
}

.case .more a:hover {
    background: #0261c3;
    color: #fff;
}

.case .center .content {
    padding-top: 41px;
    /*	width:1200px;
	overflow:hidden;*/
}

.case .center .content .ul_1.clear {
    /*	width:1250px;*/
}

.case .center .content .ul_1.clear li {
    float: left;
    width: 390px;
    margin-right: 12px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #f0f0f0;
}

.case .center .content .ul_1.clear li:nth-child(3), .case .center .content .ul_1.clear li:nth-child(6), .case .center .content .ul_1.clear li:nth-child(9) {
    margin-right: 0;
}

.case .center .content .ul_1.clear li:hover {
    border: 1px solid #ccc;
    -moz-box-shadow: 1px 3px 5px #bbb;
    -webkit-box-shadow: 1px 3px 5px #bbb;
    box-shadow: 1px 3px 5px #bbb;
}

.case .center .content .ul_1.clear .item a .s_box {
    padding: 15px 22px;
    padding-right: 50px;
    background: url(/template/images/jian.png) no-repeat center right;
    background-position-x: 340px;
    padding-top: 8px;
}

.case .center .content .ul_1.clear .item a .s_box p {
    padding: 0;
    margin: 0;
}

.case .center .content .ul_1.clear .item a .s_box .caseName {
    font-size: 17px;
    color: #333;
    line-height: 35px;
}

.case .center .content .ul_1.clear .item a .s_box .txt {
    font-size: 16px;
    color: #888;
}

.ad {
    color: #fff;
    min-height: 260px;
    font-weight: bold;
    background: url(/template/images/bj6.jpg) no-repeat center top;
}

.in_bj .ad {
    background: url(/template/images/bj_3.png) no-repeat center bottom;
}

.ad .center .box {
    padding-top: 98px;
    padding-left: 264px;
}

.ad .center .box .s_1 {
    font-size: 35px;
}

.ad .center .box .s_2 {
    font-size: 19px;
    padding: 5px 0;
}

.ad .center .box .s_3 {
    padding-top: 7px;
}

.ad .center .box .s_3 a {
    display: inline-block;
    width: 190px;
    min-height: 35px;
}

.about {
    padding: 100px 0;
}

.about .center .content {
    color: #fff;
    padding-top: 35px;
}

.about .center .content .ul_1.clear {
    background: #0261c3;
}

.about .center .content .ul_1.clear .left {
    width: 484px;
    min-height: 476px;
}

.about .center .content .ul_1.clear .right {
    width: 716px;
}

.about .center .content .ul_1.clear .left .box {
    padding: 30px;
}

.about .center .content .ul_1.clear .left .box .s_title {
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.about .center .content .ul_1.clear .left .box .s_title .en {
    font-size: 31px;
    font-weight: bold;
}

.about .center .content .ul_1.clear .left .box .s_title .cn {
    font-size: 19px;
}

.about .center .content .ul_1.clear .left .box .txt {
    line-height: 38px;
    font-size: 16px;
}

.about .center .content .ul_1.clear .left .box .txt .bt {
    text-align: right;
}

.about .center .content .ul_1.clear .left .box .txt .bt a {
    color: #0261c3;
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
    background: #fff;
}

.news {
    padding: 100px 0;
    background: #f5f5f5;
}

.news .content {
    padding-top: 35px;
}

.news .center .content .ul_1.clear .left {
    width: 609px;
    min-height: 389px;
    background: #fff;
    border-bottom: 3px solid #fff;
}

.news .center .content .ul_1.clear .left:hover {
    border-bottom: 3px solid #005ebf;
}

.news .content .left .box {
    width: 497px;
    margin: 0 auto;
    padding-top: 29px;
}

.news .content .left .box .time {
    font-size: 41px;
    color: #0261c3;
    padding-bottom: 6px;
}

.news .content .left .box .newName {
    font-size: 19px;
    color: #0261c3;
    font-weight: bold;
}

.news .content .left .box .txt {
    font-size: 16px;
    color: #888;
    padding-bottom: 18px;
    padding-top: 9px;
}

.news .center .content .ul_1.clear .right {
    width: 572px;
    min-height: 389px;
}

.news .center .content .ul_1.clear .right a {
    display: block;
    margin-bottom: 19px;
    cursor: pointer;
}

.news .center .content .ul_1.clear .right .dl_1 {
    background: #fff;
    padding: 19px 0;
    border-bottom: 3px solid #fff;
    padding-bottom: 17px;
}

.news .center .content .ul_1.clear .right .dl_1:hover {
    border-bottom: 3px solid #005ebf;
}

.news .center .content .ul_1.clear .right .dl_1:nth-child(3) {
    margin-bottom: 0;
}

.news .center .content .ul_1.clear .right .dl_1.clear .sub_left {
    width: 123px;
    text-align: right;
}

.news .center .content .ul_1.clear .right .dl_1.clear .sub_left .timeBox {
    text-align: center;
    width: 79px;
    min-height: 75px;
    border: 2px solid #0261c3;
    display: inline-block;
    border-radius: 5px;
}

.news .center .content .ul_1.clear .right .dl_1.clear .sub_left .timeBox .one {
    font-size: 35px;
    color: #076fd9;
    line-height: 54px;
}

.news .center .content .ul_1.clear .right .dl_1.clear .sub_left .timeBox .two {
    font-size: 15px;
    color: #fff;
    background: #0261c3;
    line-height: 21px;
}

.news .center .content .ul_1.clear .right .dl_1.clear .sub_right {
    width: 380px;
    padding-right: 50px;
    background: url(/template/images/jian2.png) no-repeat right top;
    background-position-y: 6px;
    background-position-x: 341px;
}

.news .center .content .ul_1.clear .right .dl_1.clear .sub_right span.shenglve {
    width: 308px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.news .center .content .ul_1.clear .right a:hover .dl_1.clear .sub_right span.shenglve {
    color: #0261c3;
}

.news .center .content .ul_1.clear .right .dl_1.clear .sub_right .txt {
    color: #666;
    padding-top: 8px;
    line-height: 160%;
    font-size: 14px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}

/* Star foot fast */
.fast {
    padding-bottom: 100px;
    color: #444;
    font-size: 16px;
}

.fast .content {
    padding-top: 30px;
}

.fast .content ul {
    padding: 10px 0;
    border-bottom: 1px solid #80b0e1;
}

.fast .content li {
    float: left;
    padding-right: 30px;
    font-size: 16px;
}

.fast .content li.first {
    width: 86px;
    font-weight: bold;
    color: #0261c3;
    font-size: 17px;
    padding-right: 10px;
}

.fast .content li.last {
    float: right;
    padding: 0;
}

.fast .content li a:hover {
    font-weight: bold;
}

.fast .content li.last a {
    color: #0261c3;
}

.fast .content li.link a {
    color: #444;
}

.shareLine {
    background: url(/template/images/line.jpg) no-repeat center;
    min-height: 9px;
}

.f_contact {
    min-height: 300px;
    background: url(/template/images/bj_2.jpg);
    color: #fff;
    font-size: 14px !important;
}

.f_contact ul {
    padding-top: 50px;
}

.f_contact .right {
    text-align: center;
}

.f_contact .left .one {
    font-weight: bold;
    font-size: 19px;
    padding-bottom: 10px;
}

.f_contact .left .two {
    font-size: 15px !important;
    color: #fff !important;
    line-height: 160% !important;
}

.f_contact .left .two p {
    margin: 0 !important;
    padding: 8px 0 !important;
}

.in_pro {
    padding: 50px 0;
}

.in_pro .left {

    width: 260px;
}

.in_pro .right {
    width: 900px;
}

.in_pro .right .r_smallNav {
    background: url(/template/images/navSbj.png);
    margin-top: 20px;
}

.in_pro .right .r_smallNav .ul_1 {
    width: 95%;
    margin: 0 2.5%;
}

.in_pro .right .r_smallNav .ul_1 li {
    width: 14.2%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #559ace;
    padding: 10px 0;
    line-height: 30px;
}

.in_pro .right .r_smallNav .ul_1 li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.in_pro .right .r_smallNav .ul_1 li a:hover {
    color: #0261c3;
    background: #fff;
    border-radius: 3px;
}

.in_pro .center .clear .right .r_title {
    border-left: 9px solid #0261c3;
    padding-left: 13px;
}

.in_pro .center .clear .right .r_title .txt_1 {
    font-size: 30px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
}

.in_pro .list {
    padding-top: 35px;
    width: 900px;
    overflow: hidden;
}

.in_pro .list ul.clear {
    width: 950px;
}

.in_pro .list .item {
    float: left;
    min-height: 338px;
    width: 285px;
    margin-right: 20px;
    background: url(/template/images/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.in_pro .list .item:hover {
    background: url(/template/images/pro_hbj.png) no-repeat;
}

.in_pro .list .item a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 17px;
}

.in_pro .list .item a p, .in_pro .list .item a span {
    display: block;
}

.in_pro .list .item a img {
}

.in_pro .list .item a p {
    margin: 0;
    padding-top: 5px;
}

.in_bj .case .shareTitle2 .txt span {
    background: #f2f2f2;
}

.proShow {
    padding: 50px 0;
}

.proShow .left {
    width: 260px;
}

.proShow .right {
    width: 900px;
}

.proShow .right .r_smallNav {
    background: url(/template/images/navSbj.png);
    margin-top: 20px;
}

.proShow .right .r_smallNav .ul_1 {
    width: 95%;
    margin: 0 2.5%;
}

.proShow .right .r_smallNav .ul_1 li {
    width: 14.2%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #559ace;
    padding: 10px 0;
    line-height: 30px;
}

.proShow .right .r_smallNav .ul_1 li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.proShow .right .r_smallNav .ul_1 li a:hover {
    color: #0261c3;
    background: #fff;
    border-radius: 3px;
}

.proShow .center .clear .right .r_title {
    border-left: 9px solid #0261c3;
    padding-left: 13px;
}

.proShow .center .clear .right .r_title .txt_1 {
    font-size: 30px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
}

.proShow .center .clear .right .content {
    margin-top: 10px;
    background: #fff;
    padding: 30px;
}

.proShow .center .clear .right .content .title_2 {
    padding: 15px 0;
    border-bottom: 1px dotted #0261c3;
}

.proShow .center .clear .right .content .title_2 .txt {
    font-weight: bold;
    font-size: 24px;
    color: #0261c3;
    border-left: 6px solid #0261c3;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.proShow .center .clear .right .content .r_1 {
    padding: 30px 0;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right {
    width: 480px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu {
    line-height: 41px !important;
    font-size: 18px !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu table, .proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td {
    border: 0 !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td {
    border-top: 1px solid #8fbadb !important;
    border-left: 1px solid #8fbadb !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu table {
    border-right: 1px solid #8fbadb !important;
    border-collapse: collapse !important;
    border-bottom: 1px solid #8fbadb !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .bt {
    padding-top: 20px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .bt a, .proShow .center .clear .right .content .r_1 .clear .sub_right .bt .shareTel {
    display: inline-block;
    vertical-align: middle;
}

.proShow .shareTel {
    font-size: 17px;
}

.proShow .shareTel span {
    font-size: 23px;
}

.proShareBox {
    border-top: 1px dotted #0261c3;
    padding: 30px 0;
}

.pro_shareTitle {
    font-size: 21px;
    color: #0261c3;
    font-weight: bold;
    line-height: 36px;
    padding-left: 48px;
}

.pro_shareTxt {
    padding-top: 20px;
    color: #333;
    font-size: 16px;
    line-height: 200%;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.pro_shareTitle.t_1 {
    background: url(/template/images/n_01.png) no-repeat center left;
}

.pro_shareTitle.t_2 {
    background: url(/template/images/n_02.png) no-repeat center left;
}

.pro_shareTitle.t_3 {
    background: url(/template/images/n_03.png) no-repeat center left;
}

.pro_shareTitle.t_4 {
    background: url(/template/images/n_04.png) no-repeat center left;
}

.pro_shareTitle.t_5 {
    background: url(/template/images/n_05.png) no-repeat center left;
}

.typeNav {
    width: 260px;
    background: #0261c3;
}

.left_Title {
    text-shadow: 0 1px 0 #333;
    width: 260px;
    text-align: center;
    border-bottom: 3px solid #fff;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 116px;
}

.left_Title .box {
    display: inline-block;
}

.left_Title .s_1 {
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px;
}

.left_Title .s_2 {
    font-size: 17px;
    padding-top: 5px;
}

.typeNav .content {
    color: #fff;
    font-size: 16px;
}

.typeNav .content .ul_1 {
    width: 80%;
    margin: 0 10%;
}

.typeNav .content a {
    color: #fff;
    display: block;
}

.typeNav .content .bigNav {
    padding-top: 25px;
    margin-bottom: 5px;
}

.typeNav .content .bigNav a {
    background: #fff;
    font-size: 18px;
    color: #0061ae;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    font-weight: bold;
}

.typeNav .content .smallNav {
    padding-top: 5px;
}

.typeNav .content .smallNav a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    background: url(/template/images/l_bj.png) no-repeat left bottom;
    text-indent: 20px;
}

.typeNav .content .smallNav a:hover {
    background: url(/template/images/l_bj2.png) no-repeat left bottom;
}

.newNav {
    width: 260px;
    background: #0261c3;
}

.newNav .content {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
}

.newNav .content .ul_1 {
    width: 80%;
    margin: 0 10%;
}

.newNav .content a {
    color: #fff;
    display: block;
}

.newNav .content .bigNav {
    padding: 5px 0;
}

.newNav .content .bigNav a {
    font-size: 19px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.newNav .content .bigNav a:hover {
    border-radius: 3px;
    background: #fff;
    color: #0061ae;
    font-weight: bold;
}

.newNav .left_call {
    width: 80%;
    margin: 0 auto;
    padding-top: 5px;
}

.newNav .left_call .s_title {
    border-radius: 3px;
    background: #fff;
    color: #0061ae;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    line-height: 40px;
}

.newNav .left_call .s_txt {
    background: url(/template/images/ico_5.png) no-repeat;
    background-position-x: 5px;
    background-position-y: 21px;
    padding-top: 15px;
    padding-left: 28px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.in_new {
    padding: 50px 0;
}

.in_new .left {
    width: 260px;
}

.in_new .right {
    width: 900px;
}

.in_new .center .clear .right .r_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #0261c3;
}

.in_new .center .clear .right .r_title .sub_left {
    background: url(/template/images/ico_3.png) no-repeat;
    padding-left: 25px;
    padding-top: 5px;
}

.in_new .center .clear .right .r_title .txt_1 {
    font-size: 27px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
}

.in_new .right .r_title .sub_right {
    background: url(/template/images/ico_4.png) no-repeat center left;
    background-position-y: 17px;
    color: #888;
    padding-left: 20px;
    padding-top: 18px;
}

.in_new .right .r_title .sub_right a {
    color: #888;
}

.in_pro .right .r_title .sub_right {
    background: url(/template/images/ico_4.png) no-repeat center left;
    background-position-y: 17px;
    color: #888;
    padding-left: 20px;
    padding-top: 18px;
}

.in_pro .right .r_title .sub_right a {
    color: #888;
}

.proShow .right .r_title .sub_right {
    background: url(/template/images/ico_4.png) no-repeat center left;
    background-position-y: 17px;
    color: #888;
    padding-left: 20px;
    padding-top: 18px;
}

.proShow .right .r_title .sub_right a {
    color: #888;
}

.in_new .list {
    padding-top: 10px;
}

.in_new .list .L2_UL {
    display: inline-block;
    padding: 30px;
    width: 840px;
    margin: 10px 0;
    background: #fff;
    border: 1px solid #fff;
}

.in_new .list .L2_UL:hover {
    border: 1px solid #ccc;
    -moz-box-shadow: 1px 3px 5px #bbb;
    -webkit-box-shadow: 1px 3px 5px #bbb;
    box-shadow: 1px 3px 5px #bbb;
}

.in_new .list .L2_UL .sub_left {
    width: 338px;
}

.in_new .list .L2_UL .sub_right {
    width: 472px;
}

.in_new .list .L2_UL .sub_right .one {
    min-height: 35px;
    line-height: 35px;
}

.in_new .list .L2_UL .sub_right .one a.shenglve {
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    color: #444;
}

.in_new .list .L2_UL .sub_right .one a.shenglve:hover {
    color: #0261c3;
}

.in_new .list .L2_UL .sub_right .two {
    line-height: 24px;
    color: #666;
    font-size: 15px;
    padding: 10px 0;
    line-height: 180%;
}

.in_new .list .L2_UL .sub_right .three {
    text-align: right;
}

.in_new .list .L2_UL .sub_right .time {
    /*	padding-left:20px;
	background:url(/template/images/ico1.png) no-repeat center left;
*/
    color: #888;
    padding-bottom: 10px;
}

.in_new .list .L2_UL .sub_right .three a.more {
    padding: 6px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background: #0261c3;
    border-radius: 5px;
    display: inline-block;
}

.in_new .list .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_new .list .title .clear .sub_left {
    background: url(/template/images/t8.png) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_new .list .title .clear .sub_right {
    background: url(/template/images/ico3.png) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.newShow {
    padding: 50px 0;
}

.newShow .left {
    width: 260px;
}

.newShow .right {
    width: 900px;
}

.newShow .center .clear .right .r_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #0261c3;
}

.newShow .center .clear .right .r_title .sub_left {
    background: url(/template/images/ico_3.png) no-repeat;
    padding-left: 25px;
    padding-top: 5px;
}

.newShow .center .clear .right .r_title .txt_1 {
    font-size: 27px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
}

.newShow .right .r_title .sub_right {
    background: url(/template/images/ico_4.png) no-repeat center left;
    background-position-y: 17px;
    color: #888;
    padding-left: 20px;
    padding-top: 18px;
}

.newShow .right .r_title .sub_right a {
    color: #888;
}

.newShow .right .newBox {
    padding: 25px;
    background: #fff;
}

.newShow .right .newBox .Box_2 {
    border: 1px solid #ddd;
    padding: 20px;
}

.newShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.newShow .right .newBox .line_2 h3 {
    font-size: 26px;
    letter-spacing: 1px;
    margin: 0;
    padding: 20px 0;
}

.newShow .right .newBox .line_2 .two {
    color: #666;
    font-size: 16px;
    border-bottom: 1px dotted #0261c3;
    padding-bottom: 15px;
}

.newShow .right .newBox .line_3 {
    color: #666;
    padding-top: 20px;
    padding-bottom: 50px;
    min-height: 350px;
}

.newShow .right .newBox .line_3 p {
    text-indent: 2em !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 span {
    color: #111;
    font-size: 16px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.newShow .right .newBox .line_4 .s_1 a {
    font-weight: bold;
}

.newShow .right .newBox .line_4 a:hover {
    color: #F00;
}

.newShow .right .newBox .prev_next li {
    width: 46%;
    line-height: 35px;
    padding: 0 10px;
    color: #0261c3;
    border-radius: 5px;
    background: #eee;
}

.newShow .right .newBox .prev_next li a {
    color: #0261c3;
    display: inline-block;
    vertical-align: middle;
    width: 292px;
}

.newShow .right .newBox .prev_next li:hover {
    background: #0261c3;
    color: #fff;
}

.newShow .right .newBox .prev_next li:hover a {
    color: #fff;
}

.newShow .right .newBox .prev_next {
    padding-bottom: 40px;
}

.newShow .right .newBox .prev_next a {
    color: #000;
}

.newShow .right .newBox .prev_next img {
    vertical-align: middle;
}

.newShow .right .newBox .line_5 .s_t {
    font-size: 18px;
    line-height: 40px;
    color: #18499f;
    font-weight: bold;
}

.newShow .right .newBox .line_5 .s_t span {
    color: #ff9000;
}

.newShow .right .newBox .line_5 .list .s_left {
    width: 210px;
    padding-top: 8px;
}

.newShow .right .newBox .line_5 .list .s_right {
    width: 550px;
}

.newShow .right .newBox .line_5 .item {
    line-height: 35px;
    min-height: 35px;
}

.newShow .right .newBox .line_5 .sub_left {
    width: 465px;
}

.newShow .right .tj_new .sub_title {
    font-size: 18px;
    padding-bottom: 10px;
}

.newShow .right .tj_new .sub_title.clear span {
    font-weight: bold;
    color: #0261c3;
    border-left: 5px solid #0261c3;
    padding-left: 15px;
}

.newShow .right .tj_new .sub_title.clear a {
    float: right;
    color: #666;
    font-size: 15px;
}

.newShow .right .tj_new .ul_3 {
    padding-top: 8px;
}

.newShow .right .tj_new .ul_3 li {
    line-height: 40px;
}

.newShow .right .tj_new .ul_3 li:hover {
    background: #e5eff9;
    border-radius: 5px;
}

.newShow .right .tj_new .ul_3 li a {
    width: 700px;
    ; display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    padding-left: 10px;
}

.newShow .right .tj_new .ul_3 li a:hover {
    font-weight: bold;
}

.newShow .right .tj_new .ul_3 li a img {
    position: relative;
    top: 5px;
}

.newShow .right .tj_new .ul_3 li span {
    font-size: 16px;
    color: #888;
    padding-right: 10px;
}

.in_contact {
    position: relative;
    padding-top: 30px;
    padding-bottom: 130px;
}

.in_contact .company {
    position: absolute;
    left: 0;
    z-index: -3;
}

.in_contact .center_1 {
    min-height: 563px;
}

.in_contact .r_1 {
    min-height: 373px;
    margin-bottom: 30px;
    background: url(/template/images/9_02.jpg) no-repeat center top;
}

.in_contact .r_1 .one {
    color: #fff;
    font-weight: bold;
    text-align: right;
    padding: 40px;
    padding-top: 90px;
    min-height: 90px;
}

.in_contact .r_1 .one .s_1 {
    font-size: 36px;
}

.in_contact .r_1 .one .s_2 {
    font-size: 24px;
    padding-top: 12px;
}

.in_contact .r_1 .two {
    color: #1d1d1d;
    font-size: 17px;
    padding-left: 137px;
    padding-top: 60px;
}

.in_contact .r_1 .two .s_1 {
    font-size: 20px;
    line-height: 30px;
}

.in_contact .r_1 .two .s_1 span {
    font-weight: bold;
}

.in_contact .r_1 .two .ul_2.clear {
    padding-top: 6px;
    line-height: 35px;
}

.in_contact .r_1 .two .ul_2.clear .txt_2 {
}

.in_contact .r_1 .two .ul_2.clear .sub_right {
    width: 289px;
}

.in_contact .r_1 .three {
    padding-left: 125px;
    padding-top: 17px;
    width: 598px;
}

.in_contact .r_1 .three li {
    width: 161px;
    border-right: 1px solid #0261c3;
    padding: 0 18px;
}

.in_contact .r_1 .three.clear .s_title {
    font-weight: bold;
    color: #0261c3;
    font-size: 17px;
    padding-bottom: 10px;
}

.in_contact .r_1 .three.clear .s_txt, .in_contact .r_1 .three.clear .s_txt p, .in_contact .r_1 .three.clear .s_txt span {
    font-size: 16px !important;
    color: 333 !important;
    line-height: 180% !important;
}

.in_title {
    padding-top: 50px;
}

.in_title .center .s_Nav {
    text-align: center;
    font-size: 20px;
    padding-top: 25px;
}

.in_title .center .s_Nav a:hover {
    font-weight: bold;
    color: #0261c3;
}

.in_about {
    position: relative;
    padding-top: 70px;
}

.in_about .company {
    position: absolute;
    left: 0;
    z-index: -3;
}

.in_about .lan {
    min-height: 158px;
    width: 58%;
    position: absolute;
    right: 0;
    top: 172px;
    z-index: -2;
    background: #0261c3;
}

.in_about .r_1 {
    padding-bottom: 80px;
}

.in_about .r_1 .center .box {
    padding-left: 548px;
}

.shareTitle_about {
    font-size: 24px;
    color: #0261c3;
    padding-left: 15px;
    border-left: 6px solid #0261c3;
    min-height: 62px;
    text-transform: uppercase;
}

.shareTitle_about li span {
    font-weight: bold;
}

.shareTitle_about li.en {
    font-size: 26px;
}

.in_about .r_1 .center .box .one {
    margin-top: 23px;
    background: url(/template/images/jian_5.png) no-repeat center left;
    background-position-x: 40px;
    color: #fff;
    text-align: right;
    padding: 38px 15px;
    min-height: 82px;
}

.in_about .r_1 .center .box .one .s_1 {
    font-size: 32px;
    font-weight: bold;
}

.in_about .r_1 .center .box .one .s_2 {
    font-size: 25px;
    padding-top: 7px;
}

.in_about .r_1 .center .box .two {
    padding-left: 65px;
    padding-top: 25px;
}

.in_about .r_1 .center .box .two, .in_about .r_1 .center .box .two p, .in_about .r_1 .center .box .two span {
    font-size: 16px !important;
    line-height: 180% !important;
    color: #333 !important;
}

.in_about .r_1 .center .box .two p {
    margin: 0 !important;
    padding: 0 !important;
}

.in_about .r_2 {
    position: relative;
    padding-bottom: 65px;
}

.in_about .r_2 .lan_2 {
    min-height: 420px;
    width: 70%;
    position: absolute;
    left: 0;
    top: 97px;
    z-index: -2;
    background: #0261c3;
}

.in_about .r_2 .sub_box {
    background: #0261c3;
    margin-top: 35px;
}

.in_about .r_3 {
    min-height: 460px;
    padding-bottom: 60px;
}

.in_about .r_3 .center_2.center {
    position: relative;
}

.in_about .r_3 .center_2.center .one {
    width: 1267px;
    min-height: 345px;
    background: url(/template/images/fc.png) no-repeat;
    position: absolute;
    left: 0;
    top: 35px;
}

.wenTi {
    min-height: 561px;
    background: url(/template/images/bj2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}

.wenTi .center {
    position: relative;
    min-height: 561px;
}

.wenTi .center .title {
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    padding-top: 57px;
    min-height: 55px;
}

.wenTi .content {
    padding-top: 33px;
}

.wenTi .center .content .one ul span {
    font-size: 18px;
    display: inline-block;
}

.wenTi .content .two {
    font-size: 31px;
    font-weight: bold;
    color: #076fd9;
    text-align: center;
    min-height: 75px;
}

.wenTi .center .content .two img {
    vertical-align: middle;
    padding-bottom: 2px;
    padding-left: 5px;
}

.wenTi .center .box {
    line-height: 33px;
    padding-left: 358px;
}

.wenTi .center .box .s_1 {
    font-style: italic;
    color: #fff;
}

.wenTi .center .box span, .wenTi .center .box a {
    display: inline-block;
    vertical-align: middle;
}

.wenTi .center .box span.s_1 {
    font-family: 'BodoniMutant';
    font-size: 33px;
    padding-right: 53px;
    position: relative;
    top: -4px;
}

.wenTi .center .box a.s_2 {
    width: 139px;
    min-height: 38px;
    cursor: pointer;
}

.wenTi .center .box .s_3 {
    font-size: 19px;
}

.youShi {
    border-bottom: 9px solid #0261c3;
    background: #fff;
}

.youShi .center {
    min-height: 1426px;
    background: url(/template/images/ys.jpg) no-repeat;
}

.youShi .bigTxt {
    font-size: 25px;
    font-weight: bold;
    color: #076fd9;
    padding-bottom: 7px;
    padding-left: 37px;
}

.youShi .bigTxt img {
    padding-right: 8px;
    vertical-align: middle;
    padding-bottom: 6px;
}

.youShi .smallTxt {
    color: #2e2e2e;
    font-size: 19px;
    line-height: 40px;
}

.youShi ul {
    padding-top: 212px;
    padding-left: 23px;
}

.youShi .center .box_2 {
    padding-top: 139px;
    padding-left: 699px;
}

.youShi .center .box_2 .bigTxt {
    padding-bottom: 3px;
}

.youShi .center .box_3 {
    padding-top: 154px;
    padding-left: 23px;
}

.youShi .center .box_3 .bigTxt {
    padding-bottom: 10px;
}

.youShi .center .box_4 {
    padding-top: 158px;
    padding-left: 716px;
}

.youShi .center .box_4 .bigTxt {
    padding-bottom: 0px;
}

.youShi .center .box_4 .Txt_2 {
    font-size: 18px;
    color: #076fd9;
    padding-left: 37px;
    padding-bottom: 6px;
}

.f_feedback {
    position: relative;
    padding: 100px 0;
}

.f_feedback .bj {
    position: absolute;
    left: 0;
    width: 80%;
    background: url(/template/images/bj_1.png);
    min-height: 324px;
    z-index: -3;
}

.f_feedback .right .s_left .fb_box {
    padding-top: 3px;
}

.f_feedback .right .s_left .fb_box div {
    text-align: right;
    padding-bottom: 14px;
    padding-right: 5px;
}

.f_feedback .right .s_left .fb_box div input[type="text"], .f_feedback .right .s_left .fb_box div textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 0;
    width: 245px;
    padding-right: 5px;
}

.f_feedback .right .s_left .fb_box div input[type="text"] {
    height: 30px;
}

.f_feedback .right .s_left .fb_box div textarea {
    min-height: 88px;
    padding-top: 3px;
}

.f_feedback .right .s_left .fb_box .bt {
    text-align: center;
    margin: 0;
    padding: 0;
}

.f_feedback .right .s_left .fb_box .bt input {
    /*	width:49.1%;
*/
    width: 100%;
    line-height: 30px;
    /*	border-radius:3px;
*/
    border: 0;
    cursor: pointer;
    color: #fff;
}

.f_feedback .right .s_left .fb_box .bt input.bt_1 {
    background: #0261c3;
}

.f_feedback .center .ul_1.clear .left {
    padding-top: 75px;
}

.f_feedback .center .ul_1.clear .right {
    background: #fff;
    min-height: 324px;
    width: 693px;
}

.f_feedback .center .ul_1.clear .right .dl_1.clear {
    padding: 27px 31px;
    width: auto;
}

.f_feedback .center .ul_1.clear .right .dl_1.clear .s_left {
    width: 306px;
}

.f_feedback .center .ul_1.clear .right .dl_1.clear .s_left .txt {
    font-size: 20px;
    font-weight: bold;
    color: #0261c3;
    padding-bottom: 13px;
}

.f_feedback .center .ul_1.clear .right .dl_1.clear .s_left .fb_box {
    background: url(/template/images/fb_bj.png) no-repeat;
    min-height: 187px;
}

.f_feedback .right .dl_1 .s_right {
    width: 294px;
    padding-left: 30px;
}

.f_feedback .center .ul_1.clear .left .box {
    width: 426px;
    min-height: 176px;
    background: url(/template/images/txt.png) no-repeat;
    color: #fff;
}

.f_feedback .center .ul_1.clear .left .box .ul_2 {
    padding-left: 6px;
    padding-top: 17px;
    letter-spacing: 1px;
}

.f_feedback .center .ul_1.clear .left .box .ul_2 .en {
    font-size: 33px;
    font-weight: bold;
}

.f_feedback .center .ul_1.clear .left .box .ul_2 .cn {
    font-size: 28px;
    min-height: 53px;
}

.f_feedback .center .ul_1.clear .left .box .ul_2 .txt {
    font-size: 18px;
    padding-left: 33px;
    letter-spacing: 0;
    line-height: 37px;
}

.f_feedback .center .ul_1.clear .left .box .ul_2 .txt span {
    font-weight: bold;
}

.f_feedback .right .dl_1 .s_right a {
    color: #fff;
    display: block;
    width: 294px;
    height: 123px;
}

.f_feedback .center .ul_1.clear .right.shadow_1 .dl_1.clear .s_right a p {
    margin: 0;
    padding: 39px 0;
    padding-left: 98px;
}

.f_feedback .center .ul_1.clear .right.shadow_1 .dl_1.clear .s_right a p span {
    display: block;
}

.f_feedback .center .ul_1.clear .right.shadow_1 .dl_1.clear .s_right a p .cn {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.f_feedback .center .ul_1.clear .right.shadow_1 .dl_1.clear .s_right a p .en {
    font-size: 12px;
}

.f_contact .center .f_logo.shadow3 {
    display: inline-block;
    width: 171px;
    height: 274px;
    position: absolute;
    left: 43%;
    top: -60px;
    background: url(/template/images/f_logo.png) no-repeat;
    text-align: center;
    color: #fff;
}

.f_contact .center .f_logo.shadow3 span {
    display: block;
}

.f_contact .center .f_logo.shadow3 .s_1 {
    font-size: 16px;
    padding-top: 35px;
}

.f_contact .center .f_logo.shadow3 .s_2 {
    font-size: 15px;
    padding-top: 136px;
}

.f_contact .center .f_logo.shadow3 .s_3 {
    font-size: 13px;
    padding-top: 3px;
}

.in_bj .in_about .r_2 .center .one {
    min-height: 420px;
    background: url(/template/images/ysAbout_01.png) no-repeat;
    color: #fff;
}

.in_bj .in_about .r_2 .bigTxt {
    font-size: 21px;
    font-weight: bold;
    min-height: 34px;
}

.in_bj .in_about .r_2 .bigTxt img {
    vertical-align: middle;
    padding: 0 5px;
    padding-bottom: 3px;
}

.in_bj .in_about .r_2 .smallTxt {
    font-size: 17px;
    line-height: 40px;
}

.in_bj .in_about .r_2 .center .two {
    min-height: 490px;
    background: url(/template/images/ysAbout_02.png) no-repeat;
    color: #2e2e2e;
}

.in_bj .in_about .r_2 .center .one ul {
    padding-left: 681px;
}

.in_bj .in_about .r_2 .center .two ul {
    float: left;
    padding-top: 38px;
}

.in_bj .in_about .r_2 .two .bigTxt {
    color: #0261c3;
    min-height: 41px;
}

.in_bj .in_about .r_2 .two .smallTxt {
    color: #2e2e2e;
}

.friendLink a {
    color: #ccc;
}

.conternt_1 {
    width: 64%;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 4px;
    line-height: 29px;
}

.t_nav .centerLi {
    border: 0;
}

.t_nav li:last-child {
    border: 0;
}

.t_search .center {
    position: relative;
}

.wenTi .content .one {
}

.wenTi .content .one li {
}

.wenTi .content .one li span {
    padding-left: 17px;
}

.wenTi .content .one li:nth-child(1) {
    min-height: 165px;
}

.wenTi .content .one li:nth-child(2) {
    min-height: 85px;
}

.wenTi .content .one li:nth-child(1) span:nth-child(1) {
    padding-left: 17px;
}

.wenTi .content .one li:nth-child(1) span:nth-child(2) {
    padding-left: 93px;
}

.wenTi .content .one li:nth-child(1) span:nth-child(3) {
    padding-left: 89px;
}

.wenTi .content .one li:nth-child(1) span:nth-child(4) {
    padding-left: 60px;
}

.wenTi .content .one li:nth-child(2) span:nth-child(1) {
    padding-left: 127px;
}

.wenTi .content .one li:nth-child(2) span:nth-child(2) {
    padding-left: 121px;
}

.wenTi .content .one li:nth-child(2) span:nth-child(3) {
    padding-left: 99px;
}

.wenTi .content .one li:nth-child(2) span:nth-child(4) {
    padding-left: 47px;
}

.videoShow {
    min-height: 473px;
    background: url(/template/images/dengdai.gif) no-repeat center;
    background-color: #333;
}

.videoShow .videoPic {
    display: block;
    cursor: pointer;
}

.news .shareTitle2 .txt {
}

.news .shareTitle2 .txt span {
    background: #f5f5f5;
}

.news .content .left .box img {
    display: block;
}

.f_feedback .right .dl_1 .s_right a:nth-child(1) {
    background: url(/template/images/bt_1.png) no-repeat;
    margin-bottom: 23px;
}

.f_feedback .right .dl_1 .s_right a:nth-child(2) {
    background: url(/template/images/bt_2.png) no-repeat;
}

.fast .shareTitle2 {
    background: url(/template/images/line_3.png) no-repeat center;
}

.fast .shareTitle2 .line {
    display: none;
}

.fast .shareTitle2 .txt {
    top: 0;
}

.fast .shareTitle2 .txt span {
    background: none;
}

.f_contact .shareLine {
    height: 5px;
}

.f_contact .center {
    position: relative;
}

.f_contact .right .txt {
    color: #7cb6f1;
    padding-top: 5px;
}

.f_contact .right .txt_2 {
    font-size: 16px;
    padding: 5px 0;
}

.f_contact .right .tel {
    font-family: 'Impact';
    font-size: 25px;
}

.friendLink {
    padding-top: 15px;
    color: #ccc;
}

.news .content .left .box:nth-child(2),.news .content .left .box:nth-child(3) {
    display: none;
}

.news .content .left .box .time font {
    display: none;
}

.in_contact .r_2 {
    min-height: 573px;
    background: url(/template/images/bj_9.png) no-repeat center;
}

.in_contact .r_2 .box {
    padding: 21px;
}

.tzBox {
    display: inline-block;
}


.in_contact .r_1 .s_left {
    color: #fff;
    padding-top: 93px;
    padding-left: 34px;
}

.in_contact .r_1 .s_left .sub_1 {
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 2px;
}

.in_contact .r_1 .s_left .sub_2 {
    font-weight: bold;
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 50px;
}

.in_contact .r_1 .s_left .sub_3 {
    font-size: 18px;
    padding-left: 22px;
    line-height: 33px;
}

.in_contact .r_1 .s_left .sub_3 span {
    font-weight: bold;
}

.in_contact .r_1 .s_right {
    width: 753px;
}

.in_contact .r_1 .two .sub_left {
    padding-left: 30px;
}

.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;
}
