@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;
}


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: #1a1918;
}

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: justify;
    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);
}


.truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dv {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.relative {
    position: relative;
}

.sy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../Image/sy.png) center no-repeat;
    background-size: 100%;
    z-index: 99;
}

.sy0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../Image/sy.png) center no-repeat;
    background-size: 50%;
    z-index: 99;
}

.share_to {
    display: inline-block;
    line-height: 30px;
}

.share_to a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.share_to a i {
    font-size: 2.6rem;
}

.share_to a:hover {
    background: #f00 !important;
}

.share_to a:nth-child(1) {
    background: #ff6600;
}

.share_to a:nth-child(2) {
    background: #3dc464;
}

.share_to a:nth-child(3) {
    background: #d54135;
}

.share_to a:nth-child(4) {
    background: #1493d0;
}

.share_to a:nth-child(5) {
    background: #f8b500;
}


.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 .box {
    font-size: 1.6rem;
    color: #000;
    display: block;
    border: 1px dotted #ccc;
    color: #000;
    line-height: 24px;
    border-radius: 3px;
    padding: 15px;
}

.prev_next li .box:hover {
    background: #333;
    color: #fff;
}

.prev_next li .box:hover a {
    color: #fff;
}

.back_list {
    text-align: right;
    font-size: 1.8rem;
}

.back_list a {
    display: inline-block;
    padding: 0 30px;
    border-radius: 30px;
    color: #fff;
    background: #888;
}

.back_list a:hover {
    color: #fff;
    background: #f60;
}

.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 {
    background: #fff;
    padding: 1rem 0;
}

#name_box_w .row {
    position: relative;
    
}

#name_box_w .col {
    margin-bottom: 0;
}

#name_box_w #logo a {
    display: inline-block;
    font-size: 3.2rem;
    transition: all 0.5s;
    line-height: 2.4rem;
}

#name_box_w #logo b {
    display: block;
    padding-top: 0.3rem;
    line-height: 3.3rem;
    font-size: 3.3rem;
    color: #2e2a39
}

#name_box_w #logo a small {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #2e2a39;
}


#name_box_w #top_tel {
    height: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    right: 0.75rem;
}

#name_box_w #top_tel .tel_num {
    font-size: 1.5rem;
    color: #222222;
    float: right;
}

#name_box_w #top_tel .tel_num span {
    font-size: 1.8rem;
    font-weight: bold;
    color: #f79c16;
}

#name_box_w #top_tel i {
    font-size: 2.2rem;
}

#name_box_w #menu_open {
    width: 100%;
    text-align: center;
}

#menu_box {
    box-sizing: border-box;
    position: absolute;
    top: 4.0rem;
    right: 0;
}

.menu .mynav .nav {
    width: 12.5%;
    float: left;
    position: relative;
    font-size: 1.6rem;
    line-height: 30px;
}

.menu .mynav .nav a {
    padding: 0 15px;
    line-height: 30px;
    text-decoration: none;
    position: relative;
    color: #333333;
    text-align: center;
}

.menu .mynav .nav a:hover,.menu .mynav .nav a.current {
    background: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
}


#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 #173983;
    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: 528px;
    overflow: hidden;
    position: relative;
}

#banner {
    width: 1920px;
    height: 528px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

#zy_banner_box {
    width: 100%;
    position: relative;
    padding: 100px 0 150px 0;
}

#zy_banner_box .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 7;
}

#zy_banner_box .conter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../Image/zy_banner.jpg) fixed;
    z-index: 8;
    padding: 90px 0 0 0;
}

#zy_banner_box .conter .title,
#zy_banner_box .conter .location,
#zy_banner_box .conter .location a {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    color: #000;
    text-shadow: 2px 2px 2px #fff;
}

#zy_banner_box .conter .title {
    font-size: 3.0rem;
    line-height: 4.0rem;
}

#zy_banner_box .conter .location {
    font-size: 1.5rem;
}

#zy_banner_box .sofa {
    position: absolute;
    z-index: 9;
    top: 0%;
    right: 0%;
    display: none;
    height: 300px;
}


#menu_icon {
    display: block;
}

.nav-extended .collapsible-body li {
    background: #eee;
}

.side-nav li {
    background: #fff;
}

.side-nav li .current {
    background: #1a1918;
    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: #1a1918;
    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: #1a1918;
    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
----------------------------------------*/

.my_txt {
    padding: 0;
}


.info p,
.info img {
    padding: 0;
    margin: 0;
}

/* Footer
----------------------------------------*/

.page-footer {
    background: #151515;
    overflow: hidden;
    padding: 30px 10px 0px;
}

#end_info {
    font-size: 1.6rem;
    color: #929292;
    line-height: 36px;
    box-sizing: border-box;
    position: relative;
}

#end_info .e_ewm {
    position: absolute;
    top: 30px;
    right: 0;
}

#end_info a {
    color: #929292;
}

#end_info a:hover {
    color: #f00;
}


#end_menu {
    font-size: 1.6rem;
}


#end_menu {
    font-size: 1.6rem;
}

#end_menu a {
    color: #929292;
    display: inline-block;
    margin: 0 15px 0 0;
}

#end_menu a:hover {
    color: #f00;
}


.page-footer .footer-copyright {
    color: #929292;
}

.page-footer .footer-copyright a {
    color: #929292 !important;
}


#page-footer-gt {
    z-index: 2;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding: 10px 0;
    background: #1a1918;
    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*/

.news_detail {
    height: auto !important;
    min-height: 200px;
    height: 200px;
}

.news_detail .location {
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

#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;
}




#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%;
    height: auto !important;
}


.news_img h2 {
    color: #f00;
    background: #efefef;
    padding: 5px;
    line-height: 30px;
    border-radius: 10px 0 10px 0
}



/*GUESTBOOK PAGE*/

.t_r { padding: 5px 0; font-size: 1.8rem; }

.G_InputText {
    width: 100%;
    padding: 5px !important;
    border: 1px solid #ccc !important;
    margin: 5px 0;
}

.G_textarea {
    width: 100%;
    height: 100px;
    padding: 5px;
    border: 1px solid #ccc !important;
    margin: 5px 0;
}

.G_botton {
    padding: 10px 20px !important;
    background: #4f383b;
    cursor: pointer;
    color: #FFF;
    border: none;
    float: right;
    border-radius: 3px;
    font-size: 16px;
    font-family: "微软雅黑";
}

.yanzheng {
    height: 12px;
    padding: 10px;
    border: 1px solid #ccc !important;
    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*/

.proUL li {
    margin-bottom: 20px !important;
}


.proUL li a {
    display: block;
}

.proUL li a .img {
    width: 100%;
    height: 280px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.proUL li a .responsive-img {
    transition: all 0.3s;
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 280px;
}

.proUL li a:hover img {
    transform: scale(1.1);
}

.proUL li a .title {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    width: 100%;
}

.picUL li {
    margin-bottom: 20px !important;
}


.picUL li a {
    display: block;
    border: 1px solid #eeeeee;
    padding: 15px;
}

.picUL li a .img {
    width: 100%;
    background: #fff;
    overflow: hidden;
    height: 280px;
}

.picUL li a img {
    transition: all 0.5s;
    margin: 0 auto;
    width: 100%;
    min-height: 280px;
}

.picUL li a:hover img {
    transform: scale(1.1);
}

.picUL li a .title {
    padding: 10px;
    width: 100%;
}

.picUL li a .cont {
    padding: 10px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}


.picList li a {
    transition: all 0.3s;
    height: 170px;
    background: #EFEFEF;
}

.picList li a:hover {
    background: #eee;
    box-shadow: 0 5px 5px #ccc;
    transform: translateY(-10px);
}

.picList li a {
    display: block;
}

.picList .picList_img {
    height: 160px;
    overflow: hidden;
}


.picList .Pic_list_txt {
    position: relative;
    height: 160px;
    overflow: hidden;
    padding: 0 20px !important;
}

.picList .Pic_list_txt .t1 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 20px;
    width: 100%;
    color: #000;
}

.picList .Pic_list_txt .t2 {
    overflow: hidden;
    margin: 5px 0;
    height: 50px;
    font-size: 1.6rem;
    line-height: 25px;
    color: #666;
}

.picList .Pic_list_txt .t3 {
    font-size: 1.4rem;
    line-height: 30px;
}

.picList .Pic_list_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
}


/*INDEX*/

#in_product_box {
    background: #000;
    color: #fff;
}

#m_container {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#m_output {
    width: 100%;
    height: 100%;
    opacity: 0.4;
}


#in_product_box .container {
    position: relative;
    z-index: 2;
}


#in_product_box .case_type li:nth-child(1) a {
    text-align: center;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    color: #fff;
}

#in_product_box .case_type a {
    font-size: 1.6rem;
    padding: 5px 0;
    color: #9b9b9b;
}

#in_product_box .case_type a:hover {
    padding: 5px 0;
    color: #fff;
}


#in_product_box .title_box a {
    color: #fff;
}

#in_product_box .title_box a:hover {
    color: #ff0;
}

#in_pro_lf {
    font-size: 20px;
    padding: 0;
    background: url(../Image/in_pro_lf.jpg) no-repeat;
    background-size: 100% 100%;
}

#in_pro_lf big {
    display: block;
    font-size: 4.5rem;
    font-weight: bold;
    color: #333333;
}

#in_pro_lf big span {
    color: #1a1918;
}

#in_pro_lf small {
    display: block;
    color: #9c9c9c;
    letter-spacing: 0;
    padding: 0 45px;
}

#in_pro_lf font {
    display: block;
    font-size: 2.2rem;
    line-height: 50px;
    color: #333333;
}

#in_pro_lf p {
    display: block;
    font-size: 2.4rem;
    color: #fead00;
    font-weight: bold;
    padding-bottom: 10px;
}

#in_pro_lf p i {
    width: 57px;
    height: 2px;
    background: #fead00;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


#in_pro_lf .in_pro_lf_up {
    height: 372px;
    padding: 80px 0;
}

#in_pro_lf .in_pro_lf_down {
    height: 316px;
    padding: 0 !important;
}


#in_pro_lf .in_pro_lf_down img {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 90%;
}

#in_product_box .in_case_type ul li {
    margin: 0 auto;
    margin-bottom: 10px;
}

#in_product_box .in_case_type ul li a {
    width: 100%;
    display: block;
    border: 1px solid #2795f7;
    color: #fff;
    box-sizing: border-box;
    line-height: 3rem;
    padding: 2rem;
    font-size: 1.2rem;
}


#in_product_box .case_type ul {
    text-align: center;
}


#in_product_box .in_case_type ul li a:hover,
.case_type .current {
    border: 1px solid #000;
    background: #000
}

#in_gsjj_box {
    background: #fead00;
    position: relative;
    height: 478px;
}

#in_gsjj_box .col {
    padding: 0;
}

#in_gsjj_box .main { position: relative; z-index: 2; }

#in_gsjj_box #in_gsjj_cont {
    height: 478px;
    padding: 50px 0;
}

#in_gsjj_box #in_gsjj_cont .in_cont {
    padding: 30px;
}

#in_gsjj_box #in_gsjj_cont .in_cont .content {
    line-height: 30px;
    height: 200px;
    overflow: hidden;
    margin: 20px 0;
    color: #fff;
    font-size: 1.4rem;
}

#in_gsjj_box_cont .content p {
    padding: 0;
    margin: 0;

}

#in_gsjj_box #in_gsjj_cont .in_cont .more {
    padding: 0;
}

#in_gsjj_box #in_gsjj_cont .in_cont .more a {
    width: 100%;
    display: inline-block;
    border: 1px solid #1a1a1a;
    padding: 5px;
    color: #1a1a1a;
    font-size: 1.5rem;
}

#in_gsjj_box #in_gsjj_cont .in_cont .more a:hover {
    color: #fff;
    background: #000;
}

#in_gsjj_box #in_gsjj_link {
    
}

#in_gsjj_box #in_gsjj_link ul {
    margin-bottom: 0;
}

#in_gsjj_box #in_gsjj_link li {
    transition: all 0.3s;
    margin-bottom: 0;
    text-align: center;
    background: #f79c16;
    height: 239px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.6rem;
}

#in_gsjj_box #in_gsjj_link li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 60px 40px;
    color: #fff;
    font-size: 1.6rem;
}

#in_gsjj_box #in_gsjj_link li big {
    padding-bottom: 0px;
    font-size: 2.6rem;
    display: block;
    margin-bottom: 20px;
}

#in_gsjj_box #in_gsjj_link li:nth-child(2) {
    background: url(../Image/in_gsjj_link2.jpg) center;
    background-size: cover;
}

#in_gsjj_box #in_gsjj_link li:nth-child(3) {
    background: url(../Image/in_gsjj_link3.jpg) center;
    background-size: cover;
}


#in_gsjj_box #in_gsjj_link li:hover {
    background-size: 102% 102%;
}

#in_gsjj_box #in_gsjj_link li a:hover {
    color: #fff;
}

.in_title {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    line-height: 2.0rem;
}

.in_title .title {
    font-size: 3.5rem;
    color: #fff;
}

.in_title span {
    font-size: 1.8rem;
    font-family: ARRUSN;
    color: #fff;
    /*text-transform: uppercase;*/
}


#in_news_box li {
    border-bottom: 1px solid #efefef;
}

#in_news_box li a {
    display: block;
    padding: 10px 0;
}

#in_news_box li a:hover {
    background: #efefef;
}


#in_news_box li .time {
    font-size: 1.4rem;
    color: #b2bbc0;
}

#in_news_box li .time big {
    font-size: 3.6rem;
    color: #b2bbc0;
}

#in_news_box li .cont .title { font-size: 1.6rem; font-weight: 500; }

#in_news_box li .cont .content {
    overflow: hidden;
    height: 44px;
    color: #afb1b2;
    line-height: 22px;
    margin-top: 10px;
    padding-right: 0;
}

/*ABOUT*/

.title_box {
    text-align: center;
    margin-bottom: 30px;
}

.title_box big {
    font-size: 4.5rem;
    font-weight: bold;
    color: #1a1918;
}

.title_box big span {
    color: #000;
}

.title_box font {
    font-size: 2.5rem;
    line-height: 40px;
    color: #333333;
}

.title_box p {
    display: block;
    color: #999999;
    font-size: 1.4rem;
    padding-bottom: 20px;
    position: relative;
}

.title_box p i {
    width: 57px;
    height: 2px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/**/

#page_about .txt p {
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    line-height: 3.5rem;
}

#page_about .img {
    padding-right: 30px;
}


/*Product*/

.pro_type li a {
    display: block;
    background: #efefef;
    color: #000;
    padding: 10px 20px;
    text-align: center;
}

.pro_type li a:nth-child(1) {
    background: #efefef;
    color: #000;
}

.pro_type li a:hover,
.pro_type li a.current {
    background: #1a1918;
    color: #fff;
}

.pro_tel {
    font-size: 1.8rem;
    line-height: 80px;
    margin-bottom: 0 !important;
}

.pro_tel i {
    font-size: 3.0rem;
    color: #f00;
}

.pro_tel a {
    color: #f00;
}

.pro_tel a:hover {
    color: #f60;
}

.desc_pad .desc {
    height: 150px;
    overflow: hidden;
}


.proImg img {
    padding: 5px;
    border: 3px double #ccc; 
}


/*MESSAGE*/

#in_mess_box ul {
    margin-top: 10px;
}

#in_mess_box .col {
    margin-bottom: 10px;
}

#in_mess_box .short,
#in_mess_box .mid,
#in_mess_box .long {
    margin-bottom: 0;
    border: 1px solid #dddddd !important;
    padding: 0 10px;
}

#in_mess_box .long {
    height: 100px;
}

#in_mess_box li span {
    line-height: 40px;
}

#in_mess_box .short {
    width: 25% !important;
    margin-right: 10px;
}

#in_mess_box .mid {
    width: 80% !important;
}

#in_mess_box .long {
    width: 90% !important;
}

#lx_list li {
    padding: 15px;
    background: #efefef;
    margin: 0 0 10px 0;
    font-size: 1.7rem;
    font-weight: bold;
}

#lx_list li i:before {
    padding: 10px;
    border-radius: 50%;
    background: #3e2723;
    color: #fff;
    font-size: 2.0rem;
    margin-right: 10px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

#lx_list li i {}