@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: #d00909;
    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);
}


.share_to {
    display: inline-block;
}

.share_to li {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #FFF;
}

.share_to li a {
    color: #FFF !important;
}

.share_to li a:hover {
    color: #f00;
}

#news_d .share_to li {
    color: #000 !important;
}

#news_d .share_to li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
}

#news_d .share_to li:nth-child(2) a {
    background: #3dc464;
}

#news_d .share_to li:nth-child(3) a {
    background: #d54135;
}

#news_d .share_to li:nth-child(4) a {
    background: #1493d0;
}

#news_d .share_to li:nth-child(5) a {
    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_tb30 {
    margin: 30px 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;
}

#name_box_w #logo a {
    color: #000;
    font-size: 4.0rem;
    transition: all 0.5s;
    line-height: 2.0rem;
}
#name_box_w #logo a b { padding-top: 10px; font-weight: bold; }

#name_box_w #logo a small {
    font-size: 1.4rem;
    font-weight: lighter;
    letter-spacing: 14px;
    color: #666;
}

#name_box_w #logo #kh { position: relative; margin-top: -10px; border-left: 1px solid #d2d2d2; padding: 5px 20px; }
#name_box_w #logo #kh big { font-weight: bold; font-size: 2.0rem; color: #ba0c0c; }
#name_box_w #logo #kh small { font-size: 1.6rem; color: #313030;}



#name_box_w #top_tel {
    height: 100px;
    transition: all 0.5s;
}

#name_box_w #top_tel .tel_num {
    font-size: 2.0rem;
    font-weight: bold;
    color: #900;
    float: right;
}


#name_box_w #menu_open { margin-top: 0.8rem; }

#menu_box {
    margin: 0 0 2px 0;
    height: 56px;
    background: #efefef;
    box-sizing: border-box;
}


#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: #009572;
    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;
}

.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;
}

#allmap {
    height: 500px;
    background: #000;
}

#map_txt {
    height: 500px;
    background: #e33933;
}

.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;
}


/* Footer
----------------------------------------*/

#end_wrap {}

#end_info {
    font-size: 1.4rem;
    color: #7a7a7a;
    line-height: 36px;
    box-sizing: border-box;
}

#end_info big {
    color: #ba0c0c;
    font-size: 3.5rem;
    font-weight: bold;
}

#end_menu dl {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    width: 20%;
    float: left;
}

#end_menu dl dt a,
#end_menu dl dd a {
    display: block;
    text-align: center;
}

#end_menu dl a:hover {
    background: #333;
}


#end_menu dl dt a {
    color: #fff;
    line-height: 40px;
}

#end_menu dl dd a {
    color: #6f6f6f;
    line-height: 30px;
}


.page-footer .footer-copyright {
    background: #000000;
    color: #fafafa;
}

.page-footer .footer-copyright a {
    color: #fafafa !important;
}


/*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: left;
    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: #900;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

#cxList li:hover .fa-angle-right {
    background: #900 !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 {
    text-indent: 0;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 50px;
}

#proUL li {
    margin: 10px 0;
    overflow: hidden;
}

#proUL a {
    text-align: center;
    padding: 10px;
    display: block;
    line-height: 50px;
    font-size: 1.8rem;
    background: #efefef;
    position: relative;
}

#proUL a:hover {
    color: #000;
}

#proUL a .img {
    width: 100%;
    height: 225px;
    display: block;
    margin: 0 auto;
    transition: all 0.3s;
}

#proUL a .img img {
    max-height: 235px;
    transition: all 0.3s;
}

#proUL a:hover img {
    transform: scale(1.1);
}

#proUL a .t1 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #5b72b3;
}

#proUL a .t2 {
    font-size: 14px;
    color: #494949;
}


#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 {}

.in_title {
    width: 100%;
}

.in_title img {
    max-width: 100%;
}

.in_title .title_e {
    font-size: 2.8rem;
    color: #545454;
    text-transform: uppercase;
}

.in_title .t1 {
    font-size: 4.6rem;
    color: #000;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .in_title .t1 {
        font-size: 3rem !important;
    }
}

.in_title .t1 span {
    color: #ba0c0c;
}


.in_title .t3 {
    font-size: 1.4rem;
    color: #545454;
    line-height: 2.7rem;
    box-sizing: border-box;
}
.case_type dl { margin: 10px 0 !important;  }

.case_type dl, .case_type dl dt, .case_type dl dd { padding: 0; margin: 0; text-align: center;}

.case_type dl dt { background: #fafafa; font-size: 2.0rem; color: #000000; font-weight: bold; line-height: 3rem; }
.case_type dl dd { font-size: 1.6rem; color: #000000; line-height: 3rem; }

.case_type dl dt a, .case_type dl dd a { width: 100%; display: block; }

.case_type dl dt a:hover, .case_type dl dd a:hover { background: #666; color: #fff; }

#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_pro_more a {
    display: block;
    height: 62px;
    line-height: 62px;
    background: #fff;
    border-radius: 30px;
    font-size: 2.0rem;
}

#in_pro_more .bt1 {
    background: #202020;
    color: #fff;
}

#in_pro_more .bt2 {
    background: #ba0c0c;
    color: #fff;
}

#in_pro_more i {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

#in_pro_more .bt1 i {
    background: url(../Image/in_bt1.png) center no-repeat;
    margin-right: 10px;
}

#in_pro_more .bt2 i {
    background: url(../Image/in_bt2.png) center no-repeat;
    margin-left: 10px;
}

#in_ys_box {
    background: #ba0c0c;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 40px;
}

#in_ys_box li {
    width: 20%;
    box-sizing: border-box;
    border-right: 1px solid #de8b8b;
}

#in_ys_box li:last-child {
    border-right: none;
}

@media only screen and (max-width: 600px) {
    #in_ys_box li {
        border-right: none;
        border-bottom: 1px solid #de8b8b;
        padding: 1rem 0;
    }
}

#in_ys_box li i {
    width: 74px;
    height: 74px;
    display: block;
    margin: 0 auto;
}

#in_ys_box li .in_ys1 {
    background: url(../Image/in_ys1.png) center no-repeat;
    background-size: 100%;
}

#in_ys_box li .in_ys2 {
    background: url(../Image/in_ys2.png) center no-repeat;
    background-size: 100%;
}

#in_ys_box li .in_ys3 {
    background: url(../Image/in_ys3.png) center no-repeat;
    background-size: 100%;
}

#in_ys_box li .in_ys4 {
    background: url(../Image/in_ys4.png) center no-repeat;
    background-size: 100%;
}

#in_ys_box li .in_ys5 {
    background: url(../Image/in_ys5.png) center no-repeat;
    background-size: 100%;
}


#in_case_box {
    background: #202020;
    padding: 5rem 0;
}


.in_title0 {
    width: 100%;
}

.in_title0 img {
    max-width: 100%;
}

.in_title0 .t1 {
    font-size: 4.6rem;
    color: #fff;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .in_title0 .t1 {
        font-size: 3rem !important;
    }
}

.in_title0 .t1 span {
    color: #ba0c0c;
}

.in_title0 .t3 {
    font-size: 1.4rem;
    color: #a4a4a4;
    line-height: 2.7rem;
}

#in_case_pic {
    margin: 3rem 0;
}

#in_case_pic li {
    margin: 1rem 0;
}


#in_case_pic .img {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

#in_case_pic a {
    display: block;
    line-height: 50px;
    font-size: 1.8rem;
}

#in_case_pic a .pro_title {
    color: #545454;
    font-weight: 900;
}

#in_case_more a {
    display: block;
    height: 62px;
    line-height: 62px;
    background: #fff;
    border-radius: 30px;
    font-size: 2.0rem;
}

#in_case_more .bt1 {
    background: #fff;
    color: #000;
}

#in_case_more .bt2 {
    background: #ba0c0c;
    color: #fff !important;
}

#in_case_more a:hover {
    background: #000;
    color: #fff !important;
}

#in_case_more i {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

#in_case_more .bt1 i {
    background: url(../Image/in_bt11.png) center no-repeat;
    margin-right: 10px;
}

#in_case_more .bt2 i {
    background: url(../Image/in_bt2.png) center no-repeat;
    margin-left: 10px;
}

#in_qywh_box {
    background: #fff;
}

#in_qywh_box li {
    margin-top: 10px;
}


#in_qywh_more a {
    display: block;
    height: 62px;
    line-height: 62px;
    background: #fff;
    border-radius: 30px;
    font-size: 2.0rem;
    padding: 0 20px;
}

#in_qywh_more .bt1 {
    background: #202020;
    color: #fff;
}

#in_qywh_more .bt2 {
    background: #202020;
    color: #fff;
}

#in_qywh_more .bt3 {
    background: #202020;
    color: #fff;
}

#in_qywh_more i {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

#in_qywh_more .bt1 i {
    background: url(../Image/in_bt3_1.png) center no-repeat;
    margin-right: 10px;
}

#in_qywh_more .bt2 i {
    background: url(../Image/in_bt3_2.png) center no-repeat;
    margin-right: 10px;
}

#in_qywh_more .bt3 i {
    background: url(../Image/in_bt3_3.png) center no-repeat;
    margin-right: 10px;
}


#in_news_box {
    background: #fafafa;
}


#in_news_pic {}

#in_news_pic .img {
    height: 135px;
    width: 100%;
    display: block;
    background: #efefef;
    overflow: hidden;
}

#in_news_pic .img img {
    width: 100%;
}


#in_news_pic a {
    display: block;
    line-height: 50px;
}

#in_news_pic a .news_title {
    color: #000;
    font-weight: 900;
}

#in_news_pic a .news_cont {
    color: #202020;
    height: 4.4rem;
    line-height: 2.2rem;
    overflow: hidden;
}

#in_news_pic a .news_time {
    color: #6c6b6b;
}



.searchbar {
    height: 41px;
    width: 484px;
    margin: 20px auto;
}

.search {
    display: inline;
    float: right;
    height: 41px;
    width: 484px;
}

.search .in_text {
    background: url("../Image/search_bg.gif") no-repeat scroll 0 0;
    border: medium none;
    color: #999999;
    float: left;
    height: 35px;
    padding: 3px;
    width: 400px;
}

.search .so {
    background: url("../Image/search_bg.gif") no-repeat scroll -406px 0;
    border: medium none;
    float: right;
    font-size: 0;
    height: 41px;
    line-height: 0;
    text-indent: -9999px;
    width: 78px;
    cursor: pointer;
}

.keywords {
    color: #666666;
    display: inline;
    float: left;
    padding-top: 4px;
}

.keywords a {
    color: #666666;
    padding: 0 9px;
}