﻿@charset "utf-8";
html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #333333;
    font-size: 1.4rem;
    /*1.6 × 10px = 16px */
    font-family: "Microsoft YaHei", Arial, helvetica, sans-serif;
    background: #fff;
}

@font-face {
    font-family: avantgardeitcbybt-demi;
    src: url(../fonts/avantgardeitcbybt-demi.otf) format('truetype')
}

a {
    transition: all 0.3s;
}

a:link {
    color: #494949;
    text-decoration: none
}

a:visited {
    color: #494949;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #f00;
}

a:focus {
    outline: none;
    -moz-outline: none;
}


.clear {
    clear: both;
}

img {
    border: 0px;
}

input {
    outline: none;
}

ul,
li,
dl,
dt,
dd {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

canvas {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}

.wenben {
    font-size: 12px;
    line-height: 30px;
    text-align: left;
    color: #494949;
    letter-spacing: 0.0em;
    font-family: Arial, Helvetica, sans-serif;
}

.wenben ol li {
    line-height: 30px;
    list-style-type: disc;
    font-size: 14px;
}

.wenben0 {
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    color: #545454;
    letter-spacing: 0.0em;
}

.wenben01 {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    color: #494949;
    letter-spacing: 0.0em;
}

.border {
    border: #d2d2d2 1px solid;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}


.opa {
    opacity: 0;
    filter: alpha(opacity=0);
}

.relative { position: relative; }

.sy {position: absolute; bottom:10px; right: 10px; width: 30%; z-index: 9;}

.share_to {
    display: inline-block;
}

.share_to a {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #FFF;
}


.share_to a:hover {
    color: #f00;
}


#news_d .share_to a{
    color: #fff !important;
}

#news_d .share_to a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
}

#news_d .share_to a:nth-child(1) {
    background: #ff6600;
}

#news_d .share_to a:nth-child(2) {
    background: #3dc464;
}

#news_d .share_to a:nth-child(3) {
    background: #d54135;
}

#news_d .share_to a:nth-child(4) {
    background: #1493d0;
}

#news_d .share_to a:nth-child(5) {
    background: #f8b500;
}

.dv {
    display: inline-block;
    vertical-align: middle;
}

.mr_10 {
    margin-right: 10px;
}

.p_tb20 {
    padding: 20px 0;
}


.p_tb50 {
    padding: 50px 0;
}

.m_tb20 {
    margin: 20px auto;
}

.m_tb30 {
    margin: 30px auto;
}

.m_t20b10 { margin: 20px 0 10px 0; }

/*PAGE
----------------------------------------*/

.page {
    margin: 20px;
    text-align: right;
    border-top: #CCC 1px dotted;
}

.prev_next li {
    font-size: 14px;
    height: 34px;
    color: #000;
    margin: 10px 0;
}

.prev_next li a {
    display: block;
    border: 1px dotted #ccc;
    color: #000;
    line-height: 24px;
    padding: 5px;
    border-radius: 3px;
}

.prev_next li a:hover {
    background: #333;
    color: #fff;
}

.back_list {
    text-align: right;
    font-size: 14px;
    margin-top: 20px;
}

.back_list a {}

.back_list a:hover {}


.gridtable table {
    width: 99%;
    margin: 0 auto;
    border-width: 1px;
    font-family: verdana, arial, sans-serif;
    color: #333333;
    border-color: #ccc;
    border-collapse: collapse;
}

.gridtable table th {
    border-width: 1px;

    padding: 5px 0;
    border-style: solid;
    border-color: #ccc;
    background-color: #dedede;
}

.gridtable table td {
    border-width: 1px;

    padding: 5px 0;
    border-style: solid;
    border-color: #ccc;
}

.gridtable table td a {
    text-decoration: underline;
    color: #069;
}

.hidden {
    display: none !important
}



/* Wrap
----------------------------------------*/

#wrap {
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}



/* Header
----------------------------------------*/

#top_note {
    height: auto;
    background: #262626;
}

#top_note .flow-text a {
    color: #7e7e7e;
}

#top_note .flow-text a:hover {
    color: #fff;
}

#top_note .l6 .flow-text {
    line-height: 40px;
    color: #7e7e7e;
    font-size: 14px;
}

#top_note .s12 .flow-text {
    line-height: 40px;
    color: #7e7e7e;
    font-size: 1.2;
    text-align: center;
}

#top_note .l6 {
    line-height: 40px;
    color: #7e7e7e;
    font-size: 14px;
    transition: all 0.5s;
}

#top_note .l6 .flow-text {
    color: #787878;
    margin: 0 10px;
    cursor: pointer;
}

#top_link {
    background: #262626;
}

#name_box_w {
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    padding: 1.5rem 0 0 0;
}

#name_box_w .row { margin-bottom: 0; }

#name_box_w #logo a {
    color: #42929d;
    font-size: 2.8rem;
    transition: all 0.5s;
    line-height: 2.4rem;
}

#name_box_w #logo b{
    display: block;
    padding-top: 0.3rem;
    line-height: 3.0rem;
    
}

#name_box_w #logo a small {
    font-size: 1.4rem;
    color: #42929d;
}

#name_box_w #logo #kh {
    line-height: 2.0rem;
    position: relative;
    margin-left: 2rem;
    border-left: 1px solid #dfdfdf;
    padding: 10px 20px;
    font-size: 1.8rem;
    color: #42929d;
}

#name_box_w #logo #kh b span {
    color: #dbb831;
}

#name_box_w #top_tel {
    height: 56px;
    transition: all 0.5s;
    padding: 0.5rem 0;
}

#name_box_w #top_tel .tel_num {
    font-size: 1.6rem;
    color: #333333;
    float: right;
}

#name_box_w #top_tel .tel_num span {
    font-size: 2.6rem;
    color: #cc0000;font-weight:bold;
}


#name_box_w #menu_open {
    width: 100%;
    text-align: center; 
    margin-top: 0.5rem;
    
}

#menu_box {
    margin: 0 0 0 0;
    height: 50px;
    background: #42929d;
    box-sizing: border-box;
}


.menu .mynav .nav{ width: 12.5%; float:left; position:relative; font-size:1.6rem; line-height:50px;}
.menu .mynav .nav a{display:block; width:100%; height:50px; text-decoration:none; position:relative;overflow:hidden; color:#ffffff; text-align:center;
}

.menu .mynav .nav a.current{ color:#fff; font-weight:bold; background: #dbb831; border-radius: 2px;  height: 50px; line-height: 50px;}
.menu .mynav .nav a:hover { background: #dbb831; }


#subNav { font-size: 1.8rem; width: 100%; line-height: 40px; text-align: center; background: rgba(255,255,255,0.9); transition: all 0.8s; position: relative; z-index: 9;}
#subNav .row { margin-bottom: 0; }
#subNav .row .col { margin-bottom: 10px; font-size: 2.0rem;}

#subNav .row .col a {
    padding: 10px 20px;
    
    background: url(../Image/case_h.gif) left repeat-y #42929d;
    color: #fff;
}

#subNav .row .col a:hover,#subNav .row .col a.current {
    background: url(../Image/case_h0.gif) left repeat-y #3a1783;
    color: #fff;
}



#container {
    width: 100%;
    height: 123px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#output {
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.shadow {
    width: 100%;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#banner_box {
    width: 100%;
    height: 586px;
    overflow: hidden;
    position: relative;
}

#banner {
    width: 1920px;
    height: 586px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

#zy_banner_box {
    width: 100%;
}


#menu_icon {
    display: block;
}

.nav-extended .collapsible-body li {
    background: #eee;
}

.side-nav li {
    background: #fff;
}

.side-nav li .current {
    background: #42929d;
    color: #fff;
}

.m_menu_tel {
    background: #efefef;
    color: #000;
    line-height: 3.0rem;
    font-size: 1.6rem;
    padding: 20px 0;
}

.m_menu_tel a {
    font-size: 1.6rem;
    font-weight: bold;
}



/* Mid
---------------------*/

#mid_wrap {
    width: 100%;
}

#mid_box {
    width: 1200px;
    margin: 0 auto 30px auto;
    min-height: 700px;
}

.zy_line {
    width: 100%;
    height: 4px;
    background: url(../Image/zy_line.gif) center;
    position: relative;
    display: none;
}

.zy_line0 {
    width: 100%;
    height: 4px;
    background: url(../Image/zy_line0.gif) center;
    position: relative;
}

.zy_title {
    text-align: center;
    font-size: 12px;
    color: #898989;
}

.zy_title span {
    font-size: 26px;
}

.zy_gsgk_cont {
    width: 100%;
    background: #f9f9f9;
    margin: 30px 0;
}

.zy_gsgk_cont_txt {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

#honor_list li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #494949;
    padding: 0 50px;
    position: relative;
    transition: all 0.5s;
    border-bottom: 1px solid #c8c8c8;
}

#honor_list li:hover {
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #bc0303;
    padding-left: 70px;
    background: url(../Image/gold.png) left center no-repeat;
}

#honor_list li i {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: #bc0303;
    width: 14%;
    transition: all 1s;
}

#honor_list li:hover i {
    width: 100%;
}



.zy_rcln_cont {
    width: 1200px;
    margin: 30px auto;
    background: url(../Image/jobs.jpg) bottom right no-repeat;
    padding-bottom: 100px;
}

.zy_rcln_cont_txt ul li {
    width: 560px;
    height: 140px;
    line-height: 30px;
    padding: 30px 0;
}

.zy_rcln_cont_txt ul li:nth-child(odd) {
    float: left;
}

.zy_rcln_cont_txt ul li:nth-child(even) {
    float: right;
}

.jobs_dy {
    background: #49b8ff;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding: 20px 30px;
    margin-top: 30px;
}

.jobs_dy big {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}


/* Company
----------------------------------------*/

.gsgk_li {
    width: 700px;
    height: 80px;
    margin: 50px auto;
}

.gsgk_li ul li {
    width: 25%;
    float: left;
    height: 100px;
    text-align: center;
}

.gsgk_li ul li span {
    font-size: 16px;
    color: #292929;
    line-height: 40px;
}

.gsgk_li ul li big {
    font-size: 40px;
    color: #292929;
    font-weight: bold;
}

.gsgk_li ul li {
    font-size: 14px;
    color: #898989;
    line-height: 20px;
}


.zy_gsgk_pic {
    width: 385px;
    height: 365px;
    position: relative;
    float: left;
}

.zy_gsgk_pic .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-10px);
    transition: all 0.5s;
}

.zy_gsgk_pic:hover .img {
    transform: translateX(0px);
}

.zy_gsgk_txt {
    width: 800px;
    float: right;
}


.zy_qywh_pic {
    width: 385px;
    height: 241px;
    overflow: hidden;
    position: relative;
    float: right;
    margin-top: 50px;
}

.zy_qywh_pic .img {
    display: block;
    width: 395px;
    height: 257px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-10px);
    transition: all 0.5s;
}

.zy_qywh_pic:hover .img {
    transform: translateX(0px);
}


.zy_qywh_txt {
    width: 700px;
    float: left;
}

.honor_pic {
    position: absolute;
    right: 50%;
    top: 2px;
    margin-right: -600px;
}


/* left
----------------------------------------*/


/* Right
----------------------------------------*/

.bh_title {
    text-align: center;
    margin: 30px 0;
}

.bh_title h1 {
    font-size: 32px;
    color: #1e4483;
}

.bh_title h2 {
    font-size: 14px;
    color: #494949;
    line-height: 40px;
    font-weight: normal;
}

#right_box_w {
    width: 865px;
    float: right;
    padding: 10px;
}

.rt_main_box {
    height: auto !important;
    min-height: 400px;
    height: 400px;
}

.gs_pic {
    width: 300px;
    padding: 5px;
    border: #efefef 1px solid;
    background: #FFF;
    float: left;
    margin-right: 20px;
}

.in_gs_pic {
    float: left;
    margin-right: 10px;
}

.my_txt {
    padding: 20px 0;
}

.my_txt img {}

#zy_case_box {
    margin-top: 30px;
}

.zy_case_title {
    background: #37ab2a;
    width: 250px;
    height: 28px;
    padding: 10px;
}

.nf {
    transition: all 0.3s;
    width: 55px;
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
    background: #f00;
    color: #fff;
    line-height: 12px;
    border-radius: 5px;
}

.nf:hover {
    padding: 3px 10px;
    background: url(../Image/hover.png) center no-repeat #111;
}

.cate_cont {
    margin: 0 auto;
    padding: 20px;
    border: 15px #efefef double;
}


.map_box {
    width: 100%;
    position: relative;
}

#in_allmap {
    height: 260px;
   
    box-sizing: border-box;
}

#allmap {
    height: 500px;
    background: #000;
}

#map_txt {
    height: 500px;
    background: #42929d;
}

.lx_box {
    height: auto;
    border-bottom: 1px solid #fff;
    position: relative;
}

.lx_box ul {
    position: relative;
}

.map_lx {
    text-align: left;
    color: #fff;
    padding: 30px;
}

.map_lx li {
    line-height: 30px;
}

.map_lx li a {
    color: #fff;
}

.map_lx li a:hover {
    background: #ff0;
}

.lx_icon1 {
    background: url(../Image/lx_icon1.png) left center no-repeat;
    padding-left: 50px;
    line-height: 25px !important;
}

.lx_icon2 {
    background: url(../Image/lx_icon2.png) left center no-repeat;
    padding-left: 50px;
    line-height: 40px !important;
}

.lx_icon1 span {
    font-size: 3.0rem;
    font-weight: bold;
}

.ewm {
    position: absolute;
    bottom: 10px;
    right: 0;
}

#c_mess_box { box-sizing: border-box; padding: 30px; background: #f9f9f9; border-radius: 10px;}

#c_mess_box input {
 font-size: 1.4rem;
}

/* Footer
----------------------------------------*/
.page-footer { background: #2a676f; }

#end_info {
    font-size: 1.6rem;
    color: #c2cad2;
    line-height: 36px;
    box-sizing: border-box;
    position: relative;float: revert;
}

#end_info .e_ewm { position: absolute; top:0; right: 0; }

#end_info a {
    color: #91a8e0;
}
#end_info a:hover {
    color: #f00;
}

#end_menu .row { margin-bottom: 10px; }



#end_menu li {
    display: block;
    text-align: left;
    font-size: 1.6rem;
    width: 40%;
    float: left;
}

#end_menu li a {
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

#end_menu li a:hover {
    background: #efefef;
    color: #000;
}

#end_menu li a {
    color: #fff;
    line-height: 36px;
}
#end_menu li a:hover {
    color: #dbb831;
    line-height: 36px;
}


.page-footer .footer-copyright { background: #3a3b3e; color: #abacad;}

.page-footer .footer-copyright a {
    color: #abacad !important;
}

#page-footer-gt {z-index: 2; width: 100%; height: 70px; box-sizing: border-box; padding: 10px 0; background: #1c1c1c; color: #fff; position: fixed; bottom: 0; left: 0; }

#page-footer-gt ul li { width: 25%; text-align: center; float: left; color: #fff;  transition: all 0.3s; box-sizing: border-box;}

#page-footer-gt ul li a { color: #fff; font-size: 1.6rem; width: 100%; height: 70px; display: block; }

#page-footer-gt ul li i{ width: 30px; height: 30px; display: block; margin:0 auto; }

#page-footer-gt ul li:nth-child(1) i{ background: url(../Image/e1.png); background-size:100%;}
#page-footer-gt ul li:nth-child(2) i{ background: url(../Image/e2.png); background-size:100%;}
#page-footer-gt ul li:nth-child(3) i{ background: url(../Image/e3.png); background-size:100%;}
#page-footer-gt ul li:nth-child(4) i{ background: url(../Image/e4.png); background-size:100%;}

#page-footer-gt.five ul li { width: 20% !important;}

#page-footer-gt.five ul li.back { padding: 10px 0; }

/*NEWS CONTENTS PAGE*/

.indexNewsllist li {
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}


.my_txt .indexNews li {
    border-bottom: 2px #ccc solid;
    padding: 10px 0;
    transition: all 0.3s;
}

.my_txt .indexNews li {
    margin: 0 auto;
    height: 90px;
    line-height: 30px;
    position: relative;
    margin-bottom: 20px;
}

.my_txt .indexNews li a {
    color: #1e4483;
    display: block;
}

.my_txt .indexNews li a:hover {
    background-color: #fff;
}

.my_txt .indexNews li:hover {
    box-shadow: 0 0 3px #000;
    border-bottom: 2px #fff solid;
    padding: 10px;
}

.my_txt .wen {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.my_txt .da {
    width: 100%;
    height: 50px;
    line-height: 25px;
    margin: 10px 0;
    overflow: hidden;
}

#in_news .indexNews li {
    margin: 0 auto;
    height: 90px;
    line-height: 30px;
    position: relative;
    margin-bottom: 5px;
}

#in_news .indexNews li a {
    color: #1e4483;
    display: block;
}

#in_news .indexNews li a:hover {
    box-shadow: 0 0 3px #000;
    background-color: #fff;
    padding: 0 10px;
}


#in_news .wen {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

#in_news .da {
    width: 100%;
    height: 50px;
    line-height: 25px;
    margin: 5px 0;
    overflow: hidden;
}

.wen span {
    background-color: #e6c33b;
    padding: 2px 5px;
    color: #1e4483;
}

.da span {
    background-color: #1e4483;
    padding: 2px 5px;
    color: #e6c33b;
    text-align: justify;
}

.Newstime {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
}

#best_news {
    width: 100%;
    height: 340px;
}

#slide {
    width: 677px;
    height: 340px;
    float: left;
}

#best_news_list {
    width: 500px;
    height: 340px;
    float: right;
}

#best_news_list li {
    width: 100%
}

#best_news_list li span {
    font-size: 24px;
}

#best_news_list li {
    height: 90px;
    line-height: 20px;
    position: relative;
    margin: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

#best_news_list li a {
    height: 80px;
    display: block;
    padding: 5px;
    overflow: hidden;
}

#best_news_list li a:hover {
    background: #bcd8ff;
    color: #FFF;
}

.news_detail {
    height: auto !important;
    min-height: 700px;
    height: 700px;
    padding: 10px 0;
}

#news_t {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

#news_d {
    color: #000;
    font-size: 12px;
    text-align: center;
    border: 1px dotted #ccc;
    margin: 10px 0;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
    position: relative;
}


.location {
    font-size: 14px;
    font-weight: normal !important;
}

.location a {
    color: #9a9a9a;
}

.location a:hover {
    color: #f00;
    position: relative;
    top: 1px;
}

.location span {
    font-size: 16px;
    border-radius: 50%;
    color: #494949;
    padding: 1px;
}


#news_img {
    text-align: center;
    position: relative;
}

.wenben01 img,
#news_img img,
.news_img img {
    max-width: 100%;
}


#newsContent {
    margin-bottom: 16px;
    text-align: left;
}

#newsContent img {
    max-width: 100%;
}


#newsInfo {
    margin: 0px;
    font-weight: normal;
    text-align: left;
    padding: 10px;
}

#newsInfo iframe {
    width: 100%;
    height: 600px;
}

#newsInfo img {
    max-width: 100%;
}


.news_img h2 {
    color: #f00;
    background: #efefef;
    padding: 5px;
    line-height: 30px;
    border-radius: 10px 0 10px 0
}



/*GUESTBOOK PAGE*/

.G_InputText {
    width: 500px;
    height: 12px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
}

.G_textarea {
    width: 500px;
    height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
}

.G_botton {
    width: 100px;
    line-height: 12px;
    padding: 10px;
    line-height: 14px;
    background: #35ab9f;
    cursor: pointer;
    color: #FFF;
    border: none;
    float: right;
    border-radius: 3px;
    font-size: 16px;
    font-family: "微软雅黑";
}

.yanzheng {
    width: 300px;
    height: 12px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
}


.jobs ul {
    list-style: none;
    margin-top: 12px;
}

.jobs ul li {
    height: 270px;
    width: 50%;
    overflow: hidden;
}

.jobs a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-align: left;
    line-height: 26px;
    padding: 20px;
}

.jobs big {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.jobs .odd {
    float: left;
}

.jobs .even {
    float: right;
}

.jobs .odd a {
    color: #fff;
    background: #e42828;
}

.jobs .even a {
    color: #000;
    background: #fcd022;
}

.jobs .odd2 {
    float: left;
}

.jobs .even2 {
    float: right;
}

.jobs .odd2 a {
    color: #000;
    background: #fcd022;
}

.jobs .even2 a {
    color: #fff;
    background: #e42828;
}

.jobs ul li .recruit_info {
    color: #494949;
    font-family: 'Microsoft YaHei', arial;
    font-size: 14px;
    line-height: 36px;
}

.jobs ul li .recruit_info .job_nam {
    color: #be0000;
    font-weight: bold;
}

.jobs ul li .jbut {
    width: 74px;
    height: 31px;
    line-height: 31px;
    background: #1f478e;
    border-radius: 2px;
    float: right;
    margin-top: -40px;
    margin-right: 22px;
    text-align: center;
}

.jobs ul li .jbut a {
    text-decoration: none;
    color: #FFF;
    display: block;
}


.recruit_info_tit_bg {
    width: 100%;
    height: 31px;
    background: #fafafa;
    border-radius: 2px;
}

.recruit_info_tit_bg .recruit_info_tit {
    width: 73px;
    height: 31px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #1e4483;
    font-family: 'Microsoft YaHei', arial;
    font-size: 14px;
    color: #fff;
    line-height: 31px;
    text-indent: 8px;
}

.recruit_info_main {
    padding: 5px;
}

.recruit_info_main p {
    width: 650px;
    font-family: 'Microsoft YaHei', arial;
    text-align: justify;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
    color: #494949;
}

.order {
    width: 96%;
    margin: 0 auto;
}

.order_but {
    padding: 10px;
    cursor: pointer;
}

/*PRODUCTS LIST PAGE*/

#picUL {
    text-indent: 0;
    overflow: hidden;
    text-align: center;
}

#picUL li {
    width: 280px;
    height: 260px;
    background: url(../Image/str.png) #fff;
    margin: 10px;
    float: left;
}

#picUL li:hover {
    background: url(../Image/str.png) #fafafa
}

#picUL a {
    width: 270px;
    height: 260px;
    text-align: center;
    display: inline;
    padding: 5px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    background: url(../Image/proshadow.jpg) no-repeat center bottom;
    color: #000;
    overflow: hidden;
    position: relative;
}



#picUL a:hover {
    background: url(../Image/proshadow.jpg) no-repeat bottom;
}

#picUL a img {
    max-width: 270px;
    height: 210px;
}

#picList {
    width: 100%;
    padding: 10px 0 0 0;
}

#picList li {
    transition: all 0.3s;
    margin: 20px 0;
    border-bottom: #ddd 1px solid;
    background: #fff;
}

#picList li:hover {
    border-bottom: #ddd 1px solid;
}

#picList li a {
    display: block;
}

#picList li a:hover .d2 i {
    background: #303030;
    color: #fff;
}

#picList .picList_date {
    height: 140px;
    color: #fff;
    text-align: left;
}

#picList .picList_date .d1 {
    font-size: 3rem;
    color: #898989;
}

#picList .picList_date .d2 {
    font-size: 1.6rem;
    color: #444;
    line-height: 60px;
}

#picList .picList_date .d2 i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    transition: all 0.3s;
}

#picList .picList_date .d3 {
    font-size: 1.6rem;
    color: #aaa;
}

#picList .picList_line {
    height: 1px;
    margin-top: 20px;
    background: #bebebe;
    transition: all 0.5s;
    margin-bottom: 99px;
}

#picList li a:hover .picList_line {
    background: #000;
    width: 70px;
}


#picList .picList_img {
    height: 140px;
}


#picList .picList_img img {
    width: 100%;
    max-width: 200px;
}

#picList .Pic_list_txt {
    position: relative;
    height: 140px;
    overflow: hidden;
    text-align: justify;
}

#picList .Pic_list_txt .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    width: 100%;
    color: #000;
}

#picList .Pic_list_txt .t2 {
    overflow: hidden;
    padding: 8px 0;
    height: 90px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

#picList .Pic_list_txt .t3 {
    font-size: 10px;
    text-align: right;
    line-height: 30px;
    color: #000;
}

#picList .Pic_list_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif !important;
}


#cxList {
    margin: 1rem 0;
}


#cxList li {
    transition: all 0.3s;
    margin: 20px 0;
}

#cxList li a {
    display: block;
    position: relative;
    border: #d9d9d9 1px solid;
    padding: 5px;
}

#cxList li a:hover {
    box-shadow: 0 0 3px #000;
}

#cxList .img {
    width: 100%;
    margin: 10px auto;
    height: 203px;
    overflow: hidden;
    background: #efefef;
    text-align: center;
}

#cxList .img img {
    z-index: 1;
}

#cxList .cxList_txt {
    width: 100%;
    position: relative;
    height: 168px;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

#cxList .cxList_txt .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    color: #d22626;
    border-bottom: 1px dashed #ddd;
}

#cxList .cxList_txt .t2 {
    overflow: hidden;
    height: 50px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

#cxList .cxList_txt .t3 {
    font-size: 10px;
    line-height: 50px;
}

#cxList .cxList_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
}

#cxList li .fa-angle-right {
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    right: 10px;
    background: #08225d;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

#cxList li:hover .fa-angle-right {
    background: #08225d !important;
    transform: translateX(10px);
    border-radius: 50%;
}


#dwonList {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}

#dwonList li {
    line-height: 40px;
    margin: 5px 0;
    position: relative;
}

#dwonList li a {
    display: block;
    color: #000;
    background: #efefef;
    padding: 0 10px;
}

#dwonList li a:hover {
    background: #127228;
    color: #FFF;
}

.Dicon {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    font-size: 18px;
}

.proUL {
    width: 100%;
    overflow: hidden;
}

.proUL li a {
    display: block;
}

.proUL li a .img {
    width: 100%;
    height: 250px;
    background: #efefef;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
}

.proUL li a .responsive-img { transition: all 0.3s;
    margin: 0 auto;width: 100%;
    height: 100%;
}

.proUL li a:hover img {
    transform: scale(1.1);
}

.proUL li a .title {
    background: #42929d;
    color: #fff;
    padding: 7px;
    box-sizing: border-box;
}


#pro_img_prev {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -40px;
    z-index: 9;
}

#pro_img_next {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -40px;
    z-index: 9;
}

.pbt a {
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 70px;
}

.pbt a i {
    font-size: 30px !important;
}

.pbt a:hover {
    border-radius: 50%;
    background: rgba(0, 0, 0, 1);
}

.shan {
    font-size: 20px;
}

.p_name {
    font-weight: bold;
}


.lx_list {
    position: relative;
    margin-bottom: 20px;
}

.lxwm_ewm {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

.lx_name {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
}

.lx_name i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86px;
    height: 4px;
    background: #fff;
    display: block;
}

/*INDEX*/

#in_product_box {}

#note_box {max-width: 1200px; }
#note_box .col { padding: 0; margin-bottom: 0; }

.in_title {
    width: 100%;
    margin-bottom: 2rem;
}

.in_title img {
    max-width: 100%;
}

.in_title .t1 {
    font-size: 2.4rem;
    color: #42929d;
    font-weight: bold;
    background: url(../Image/line1.png) center no-repeat;
    margin-bottom: 10px;
}


.in_title .t1.line2 {
    background: url(../Image/line2.png) center no-repeat !important;
}


.in_title .t1 span {
    color: #42929d;
}


.in_title .t2 {
    font-size: 1.4rem;
    color: #42929d;
    line-height: 2.0rem;
    box-sizing: border-box;
}

#left_box { background: #ededed; padding: 16px; box-sizing: border-box; }

.case_type ul li {
    margin:0 auto;
    margin-bottom: 10px; 
}

.case_type ul li a {
    width: 100%;
    display: block;
    background: #fff;
    color: #555555;
    display: block;
    box-sizing: border-box;
    line-height: 5rem;
    padding: 0 1rem; 
}

.case_type ul li a:hover,.case_type .current {
    background: url(../Image/case_h.gif) left repeat-y #42929d;
    color: #fff;
}
.in_lf_tel { font-size: 1.6rem; line-height: 2.5rem;}

#in_pro_pic {
    margin: 3rem 0;
}

#in_pro_pic li {
    margin: 0.2rem 0;
}

#in_pro_pic .img {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 288px;
    background: #efefef;
    overflow: hidden;
}

#in_pro_pic a {
    display: block;
    line-height: 50px;
    font-size: 1.8rem;
}

#in_pro_pic a .pro_title {
    color: #545454;
    font-weight: 900;
}

#in_ys_box {
    background: #42929d;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
}

#in_ys_box .row { margin-bottom: 0; }
#in_ys_box .row .col{ padding: 0 0.25rem; }

#in_ys_box .row .col img { transition: all 0.3s; cursor: pointer; }
#in_ys_box .row .col:hover img { transform: scale(1.05); }

#in_gsjj { height: 410px; overflow: hidden; }

#in_gsjj .flow-text { line-height: 3.0rem; font-size: 1.4rem; color:#666; }
#in_gsjj .flow-text p { padding: 0; margin: 0; }

.in_title_s_box { width: 100%; height: 31px; position: relative;}
.in_title_s_box .title a { padding-left: 20px; font-weight: bold; display: inline-block; height: 31px; line-height: 31px; font-size: 2.0rem; color: #42929d; border-left: 6px solid #dbb831;}
.in_title_s_box .more { position: absolute; top:0; right: 0; line-height: 31px;}

.in_newslist { line-height: 3.0rem; color: #666; font-size: 1.4rem; }

.in_newslist a:hover { line-height: 3.0rem; color: #666; font-size: 1.4rem; background: url(../Image/)}

.in_qslist { margin:5px 0; line-height: 2.0rem; color: #666; font-size: 1.3rem; }
.in_qslist li { border-bottom: 1px dotted #ccc; padding:9px 0; }

.in_qslist li .wen span{ width: 20px; height: 20px; border-radius: 3px; text-align: center; line-height: 15px; color: #fff; background: #135db2; }

.in_qslist li .da { height: 50px; overflow: hidden; line-height: 25px; }
.in_qslist li .da span{ width: 20px; height: 20px; border-radius: 3px; text-align: center; line-height: 15px; color: #fff; background: #7c7c7c; }

.in_lx_list li { font-size: 1.4rem;color: #42929d; }
.in_mess_txt { font-size: 1.4rem; color: #42929d; }

#in_mess_box ul { margin-top: 70px;  }
#in_mess_box .col { margin-bottom: 20px;  }

#in_mess_box .short,#in_mess_box .mid,#in_mess_box .long { margin-bottom: 0; border:1px solid #dddddd !important; padding:0 10px; box-sizing: border-box; }

#in_mess_box .long { height: 100px; }

#in_mess_box li span { line-height: 40px; } 

#in_mess_box .short { width: 30% !important; margin-right: 10px; }
#in_mess_box .mid{ width: 80% !important; }
#in_mess_box .long { width: 90% !important; }


/*优势*/
.index_youshi {
	height: auto;
	overflow: hidden;
}
.index_youshi p{margin-block-start: 0em;  margin-block-end: 0em;}
.youshi_one{ height:470px; display:block;  width:555px;float: left;}
.youshi_font_title { border-bottom:3px double #bababa; padding-bottom:18px; padding-top:20px;}
.youshi_font_title span{ display:block; float:left; background:url(../image/ys_num.png) no-repeat left top; width:140px; padding-left:20px; height:110px; line-height:110px; font-size:52px; font-family:Arial, Helvetica, sans-serif; color:#42929d; transition:all 0.4s; }
.index_youshi a:hover .youshi_font_title span{background:url(../image/ys_num.png) no-repeat -147px top; color:#42929d;}
.index_youshi a:hover .ys_more {
		border:1px #42929d solid;
		background:none;
		color:#42929d;
		width:150px;

}
.youshi_font_title p:nth-of-type(1){ font-size:38px; color:#737373; text-transform:uppercase; font-weight:100;}
.youshi_font_title p:nth-of-type(2){ font-size:30px; color:#000000; font-weight:100;}
.ys_more {
	width:130px;
	height:38px;
	line-height:38px;
	display: block;
	transition: all 0.4s;
	background:#42929d;
	color:#FFF;
	text-align:center;
	font-size:18px;
	border:1px #42929d solid;
	
}

.index_youshi ul li{ font-size:16px; background:url(../image/youshi_dot.jpg) no-repeat left center; padding-left:15px; color:#8f8f8f; height:36px; line-height:36px;}
.index_youshi ul{ margin:45px 0 ;}
.index_youshi ul li b{ color:#42929d}
.index_title {
	text-align: center;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.index_title p:nth-child(1) {
	font-size: 34px;
	color: #333
}
.index_title p:nth-child(1) b {
	color: #06519f
}
.index_title p:nth-child(2) {
	text-transform: uppercase;
	font-size: 18px;
	color: #cecece;
	position: relative;
}
.index_title p:nth-child(2):after {
	content: '';
	position: absolute;
	left: 48%;
	bottom: -30px;
	width: 30px;
	height: 20px;
}
.index_title:after {
	position: absolute;
	content: '';
	border-bottom: 1px #d9d9d9 solid;
	bottom: -20px;
	left: 20%;
	width: 60%
}
.title_two {
	width: 830px;
	margin: 50px auto;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: #666;
}

.index_hs{ background:#fbfbfb;height:470px; padding:40px 0; clear:both;}
.youshi_two{ height:470px; display:block;    width: 555px;  float: right; }

.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.clear {
	clear: both;
}
.prod-cont{text-align: center;padding: 20px 0}
.prod-cont .media-box{}
.prod-cont .media-box .icon{border:1px solid #ebeaea;}
.prod-cont .media-box p{font-size: 15px;background-color: #f3f3f3;line-height: 60px}
.i-prorec .icon{position:relative}
.i-prorec .bg{position:absolute;top:100%;left:0;width:100%;height:100%;background:#333;opacity:.68;filter:alpha(opacity=.68)}
.i-prorec .bg-text{position:absolute;top:50px;left:-100%;width:100%;text-align:center;transition:initial}
.i-prorec .num{color:#fff;font-size:14px;}
.i-prorec .price{display:inline-block;margin-top:20px;width:100%;color:#fff;line-height:30px;font-size:14px;}

.row .span-4,.span-4{float:left;margin-right:2%;margin-left:2%;width:21%;transition:.2s width ease;}
.media-box {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}

.media-box{display:block;text-align: center;margin-bottom:15px;width: 100%;}
.media-box .icon{display: inline-block; background: #fff; width: 300px; height: 230px; overflow: hidden;border: 0px solid #d7d8db;}
.media-box .icon{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.media-box h3{font-size: 16px;padding:5px 10px;font-weight: normal;color: #000}
.media-box p{font-size: 14px;padding:0 10px;line-height: 2.4;color: #42929d;}
.media-box .icon img{width: 100%;height: 100%}
.media-box .icon img{transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.media-box.anim.anim-scale:hover .icon img{transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);-webkit-transform:scale(1.2);}

.video_one {width: 620px;
    display: inline;
  
    float: right;}
.video_two {width: 620px;
    display: inline;
    height: 470px;
    float: left;}

.f-toe {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}


#end_nr_bj{  width: 100%; height: auto; overflow: hidden;}
#end_nr_bj .main{}
#end_nr_bj .main .left{ padding-right: 50px;}
#end_nr_bj .main .wx{ float: right; border-left: 1px solid rgba(255,255,255,0.1); padding-left: 30px; width: 330px;}
#end_nr_bj .main .wx dl{ margin: 0;}
#end_nr_bj .main .wx dt{ text-align: center; float: left; width: 50%; color: #fff;}
#end_nr_bj .main .wx dt p{ height: 50px; line-height: 50px;}
#end_nr_bj .main .wx dt img{ max-width: 90%; height: 130px;}
#end_nr_bj .main .nr{ float: left; color: #fff; padding: 0 25px; border-left: 1px solid rgba(255,255,255,0.1); min-height: 200px; font-size: 16px !important;}
#end_nr_bj .main .nr a{ color: #fff !important; font-weight: normal !important;}
#end_nr_bj .main .nr a:hover{ color: #ff0;}
#end_nr_bj .main .end_tit{ font-size: 20px; color: #fff; position: relative; height: 40px; float: left;}
#end_nr_bj .main .end_tit::before{ display: inline-block; position: absolute; left: 0; bottom: 0; content: ""; height: 2px; background: #45949e; width: 30px;}
#end_nr_bj .main .nr .content,#end_nr_bj .main .wx .content{ padding-top: 20px; line-height: 40px; clear: both;}
#end_nr_bj .main .nr .content a{ display: block; width: 100px; float: left;}

#end_line{ text-align: center; height: 35px; line-height: 35px; color: #cccccc;}
#end_line a{ color: #cccccc !important;}

#end_yqlj_bj{ height: 55px; width: 100%; background: #edeaf1;}
#end_yqlj{ width: 1200px; height: 55px; line-height: 55px; background: url(../images/yqlj.png) no-repeat left center; padding-left: 135px;}
#end_yqlj a{ padding: 0 20px;}


#end_sj{ background: #222222; width: 100%; padding: 2% 0 2%; text-align: center; color: #fff; line-height: 30px; font-size: 1.7rem;}
#end_sj dl{ margin: 10px 0 0;}
#end_sj dt{ text-align: center; float: left; width: 50%; color: #fff;}
#end_sj dt p{ height: 50px; line-height: 50px;}
#end_sj dt img{ max-width: 90%; height: 130px;}
.footer{ height:60px; overflow: hidden; right:0; bottom:0; float:left; z-index: 20; width:100%; position: fixed; background-color:#000000;}
.f1{ width:100%; background:url(../images/lx1.png) no-repeat center 20%;  background-size: 25px; height:100%; float:left;  text-align:center;}
.f2{ width:100%; background:url(../images/lx2.png) no-repeat center 20%; background-size: 25px;  height:100%; float:left; text-align:center;}
.f3{ width:100%; background:url(../images/lx3.png) no-repeat center 20%;  background-size: 25px; height:100%; float:left; text-align:center;}
.f4{ width:100%; background:url(../images/lx4.png) no-repeat center 20%;  background-size: 25px; height:100%; float:left; text-align:center;}
.footer a{ color:#fff !important; display: block; width: 25%; height: 100%;float: left; line-height:85px; text-align: center; background-color:#000000;}
.kb50{ height: 60px;}
.kb10{ height: 10px;}
.red{ color: #fc9202;}