@charset "utf-8";
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #565555;
    font-size: 14px;
    font-family: "微软雅黑", "Microsoft YaHei", Arial, helvetica, sans-serif;
    background: url(../Image/bg.jpg) top center no-repeat #fff;
}

a:link {
    color: #565555;
    text-decoration: none
}

a:visited {
    color: #565555;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #f00;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

div,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3 {}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 20px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 0%;
}

img {
    border: 0px;
}

ul,
li,
ol,
dl,
dt,
dd {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.wenben {
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    color: #565555;
    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: 18px;
    line-height: 30px;
    text-align: center;
    color: #666666;
    letter-spacing: 0.0em;
}

.wenben01 {
    font-size: 14px;
    line-height: 27px;
    text-align: left;
    color: #565555;
    letter-spacing: 0.0em;
}

.border {
    border: #000 1px solid;
}

.center {
    width: 1002px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.red {
    color: #f00 !important;
    font-weight: bold;
    font-size: 20px;
}

.red a:link {
    color: #f00;
    text-decoration: none
}

.red a:visited {
    color: #f00;
    text-decoration: none
}

.red a:hover {
    text-decoration: none;
    color: #f00;
}

.opa {
    opacity: 0;
    filter: alpha(opacity=0);
}

.dv {
    display: inline-block;
    vertical-align: middle;
}

.mr_10 {
    margin-right: 10px;
}

.mr_20 {
    margin-right: 20px;
}

.ml_10 {
    margin-left: 10px;
}

.truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}


.row:after {
    content: "";
    display: table;
    clear: both;
}

.row .col {
    float: left;
    padding: 0 10px;
    min-height: 1px;
    margin-bottom: 10px;
}

.b_f4 {
    width: 25%;
}

.b_f3 {
    width: 33.33%;
}

.b_f2 {
    width: 50%;
}

.b_f1 {
    width: 100%;
}


.center-align {
    text-align: center !important;
}


/*PAGE
----------------------------------------*/

.page {
    margin: 20px;
    text-align: right;
    border-top: #CCC 1px dotted;
}

.prev_next li {
    margin: 10px auto;
    padding: 5px;
    font-size: 14px;
}

.prev_next li {
    display: block;
    border-radius: 3px;
}

.prev_next li:hover {
    display: block;
    border-radius: 3px;
}

.back_list {
    text-align: right;
    font-size: 14px;
}

.back_list a {}

.back_list a:hover {}


.gridtable table {
    width: 100%;
    margin: 0 auto;
    border-width: 1px;
    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 {
    width: 100%;
    margin: 0 auto;
}





/* Header
----------------------------------------*/

#name_box_w {
    width: 100%;
    height: 100px;
    margin-top: 15px;
}

#name_box {
    width: 1002px;
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    height: 100px;
    position: relative;
}

#name_box .logo {
    padding: 15px 0 0 12px;
}


#name_box .logo big {
    font-size: 28px;
    font-weight: bold;
    color: #2f2c2c;
}

.top_search {
    width: 225px;
    line-height: 22px;
    position: absolute;
    top: 25px;
    right: 17px;
}

.top_search .in_text {
    border: medium none;
    float: left;
    height: 22px;
    line-height: 12px;
    width: 170px;
    border: 1px solid #dfdfdf;
    border-right: none;
    padding: 5px;
    font-size: 14px;
}

.top_search .in_text::input-placeholder {
    color: #7f7f7f;
    font-size: 14px;
    font-family: "微软雅黑";
}


.top_search .so {
    background: url("../Image/so.png") no-repeat center;
    border: medium none;
    float: right;
    height: 24px;
    text-indent: -9999px;
    width: 55px;
    cursor: pointer;
}

#name_box .lang {
    font-size: 14px;
    color: #3a3939;
    margin-top: 12px;
    text-align: center;
}

#name_box .lang a {
    margin: 0 8px;
    color: #7f7f7f;
    display: inline-block;
}

#name_box .lang a:hover {
    color: #f00;
    text-decoration: underline;
}


.menu {
    width: 630px;
    height: 40px;
}

.menu li {
    padding: 0 25px !important;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.menu li a.nav {
    font-size: 14px;
    height: 40px;
    display: block;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.menu li a.nav:hover,
.menu li a.nav.current {
    color: #012a6e;
}

.menu li .sub_box {
    position: absolute;
    margin: 0 0 0 0;
    left: 0px;
    top: 40px;
    z-index: 999;
    height: 0;
    overflow: hidden;
    width: 200px;
}

.menu li:hover .sub_box {
    height: auto !important;
}

.menu li .sub_box a {
    background: #fff;
    width: 100%;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-bottom: 1px #ccc solid;
    font-size: 12px !important;
}

.menu li .sub_box a:hover,
.menu li .sub_box a.current {
    background: #fe0000;
    color: #fff;
}

.banner {
    width: 1002px;
    overflow: hidden;
    padding: 4px;
    background: #fff;
    border-radius: 5px;
    margin: 12px auto;
}


.banner img {
    display: block;
}




/* Mid
---------------------*/

#mid_box {
    width: 1002px;
    padding: 10px 16px;
    background: url(../Image/mid_box.png) top center no-repeat;
    border-radius: 5px;
    margin: 20px auto;
    min-height: 552px;
}

.title_box {
    height: 33px;
    line-height: 32px;
    position: relative;
    color: #fe0000;
    background: url(../Image/title_bg.gif) repeat-x;
    border-bottom: 1px solid #e5e5e5;
}

.title_box .title {
    text-align: left;
    background: url(../Image/title_icon.gif) left center no-repeat;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    color: #f00;
    padding-left: 25px;
    text-transform: uppercase;
}

.location {
    color: #5c5b5b;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}

.location a {
    color: #5c5b5b;
}

.location a:hover {
    color: #f00;
    position: relative;
    top: 1px;
}

.location span {
    font-size: 14px;
    background: #fff;
    border-radius: 50%;
    color: #901c13;
    padding: 1px;
}



/* left
----------------------------------------*/

#left_box {
    width: 230px;
    float: left;
}


.box {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 20px;
    min-height: 100px;
    background: #fff;
}

.list {
    width: 200px;
    margin: 15px auto;
    min-height: 100px;
}

.list li {
    margin-bottom: 10px;
}

.list a {
    padding: 0 10px;
    color: #2c2b2b;
    background: #f6f6f6;
    text-align: left;
    line-height: 40px;
    overflow: hidden;
    display: block;
    font-size: 14px;
}

.list a:hover,
.list a.current {
    background: url(../Image/list_b.gif) repeat-x center;
    color: #fff;
}


.lf_menu .list a {
    background: url(../Image/arrow_a.png) 170px center no-repeat #f6f6f6;
}

.lf_menu .list a:hover,
.lf_menu .list a.current {
    color: #fe1919;
    font-weight: bold;
    background: url(../Image/arrow_h.png) 170px center no-repeat #f6f6f6;
}

.yy li {
    width: 48%;
    margin-bottom: 5px;
}

.yy li a {
    line-height: 36px;
}

.list.yy li:nth-child(odd) {
    float: left;
}

.list.yy li:nth-child(even) {
    float: right;
}

.lf_lxwm {
    padding: 20px;
}

.lf_tel {
    font-size: 14px;
    color: #2b2b2b;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.lf_tel big {
    font-size: 16px;
    font-weight: bold;
    color: #fe1919;
}

.lf_lxwm ul li {
    line-height: 26px;
    color: #2b2b2b;
    font-size: 14px;
}


/* Right
----------------------------------------*/

#right_box_w {
    width: 725px;
    float: right;
}

.rt_main_box {
    height: auto !important;
    min-height: 572px;
    height: 572px;
    padding: 15px;
}

.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: 0;
}

#zy_case_box {
    margin-top: 30px;
}

.zy_case_title {
    background: #37ab2a;
    width: 250px;
    height: 28px;
    padding: 10px;
}


.contactusc {
    position: relative;
}


.contactusc p {
    min-height: 35px;
    line-height: 35px;
    width: 500px;
    padding: 0px 20px;
    background: #EEEEEE;
    margin-top: 6px;
}

.lx_ewm { position: absolute; top:0; right: 0; text-align: center; }
.lx_ewm img { display: block; max-width: 100px; margin: 0 auto;  }


/* Footer
----------------------------------------*/

#end_wrap {
    border-top: 5px solid #022b71;
    background: url(../Image/end.jpg) top center no-repeat #011538;
    width: 100%;
    overflow: hidden;
    color: #fff;
    height: 269px;
    overflow: hidden;
}

#end_txt {
    width: 1002px;
    margin: 0 auto;
    height: 224px;
    padding: 30px 0;
    position: relative;
    color: #fff;
    text-align: center;
}

#end_txt a {
    color: #fff;
}

#end_txt a:hover {
    color: #ff0;
}

#end_txt .ewm {
    text-align: left;
    width: 83px;
    line-height: 25px;
}

#end_txt .ewm img {
    margin: 15px 0 5px 0;
}

.contact {
    padding-top: 25px;
}


.end_contact {
    width: 39%;
    height: 170px;
    overflow: hidden;
    text-align: left;
}


.end_contact li {
    line-height: 30px;
}

.share_to  {
    text-align: center;
}

.share_to li {
    display: inline-block;
    margin: 0 1px;
    font-size: 14px;
    line-height: 20px !important;
}

.share_to li a {
    color: #901c13;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    display: block;
}

.share_to li a:hover {
    color: #f00;
}

.e_menu {
    width: 61%;
    text-align: center;
}

.e_menu dl {
    text-align: center;
    line-height: 30px;
}

.e_menu dl dt {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}


.e_menu dl dd a {
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 12px;
}

.e_menu dl dd a:hover {
    color: #ff0 !important;
}


.e_menu a {
    text-align: center;
    display: inline-block;
    margin: 0 10px;
}


#end_info {
    width: 1002px;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    position: relative;
    color: #52678c;
    text-align: left;
}


#end_info a {
    color: #52678c;
}

#end_info a:hover {
    color: #ff0;
}

#end_info #e_link {
    position: absolute;
    top: 0;
    right: 0;
}



/*NEWS CONTENTS PAGE*/

#indexNews li {
    margin: 0 auto 10px;
    height: 40px;
}

#indexNews li a {
    display: block;
    color: #000;
    background: #faf8f8;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-right: 150px;
}

#indexNews li a i {
    color: #f00;
}

#indexNews li a:hover {
    background: #efefef;
}

.Newstime {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
}

.news_detail {
    height: auto !important;
    min-height: 330px;
    height: 330px;
    padding: 10px 0;
}

#news_t {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

#news_d {
    color: #000;
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
    height: 40px;
    padding: 5px 10px 10px;
    font-size: 14px;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
}

#news_img {
    text-align: center;
    position: relative;
}

.wenben01 img,
#news_img img,
.news_img img {
    max-width: 705px;
}

#newsContent {

    margin-bottom: 16px;
    text-align: left;
}

#newsContent img {
    max-width: 695px;
}

#newsInfo {
    margin: 0px;
    font-weight: normal;
    text-align: left;
}

#newsInfo iframe {
    width: 695px;
    height: 600px;
}

#newsInfo img {
    max-width: 695px;
}


/*GUESTBOOK PAGE*/

.fa-ul li {
    margin-bottom: 10px;
}

.G_InputText {
    width: 300px;
    height: 40px;
    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: 40px;
    font-size: 14px;
    background: #000;
    cursor: pointer;
    color: #FFF;
    border: none;
}

.yanzheng {
    width: 300px;
    height: 40px;
    border: 1px solid #ccc;
    margin: 5px 0;
}


.jobs ul {
    list-style: none;
    margin-top: 30px;
}

.jobs ul li {
    height: 190px;
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    border: 3px #cdcdcd double;
}

.jobs ul li .recruit_info {
    color: #565555;
    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 .but {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #871910;
    border-radius: 2px;
    float: right;
    margin-top: -40px;
    margin-right: 0;
    text-align: center;
}

.jobs ul li .but a {
    text-decoration: none;
    font-family: 'Microsoft YaHei', 黑体, sans-serif;
    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: #901c13;
    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: #565555;
}

.order {
    width: 96%;
    margin: 0 auto;
}

.order_but {
    padding: 10px;
    cursor: pointer;
}




/*PRODUCTS LIST PAGE*/

.sy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../Image/sy.png) center no-repeat;
    background-size: 100%;
}

.sy0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../Image/sy.png) center no-repeat;
    background-size: 30%;
}

#picUL a:hover {
    background: url(../Image/proshadow.jpg) no-repeat bottom;
}

#picUL a img {
    max-width: 270px;
    height: 210px;
}

#picList {
    width: 100%;
}

#picList li {
    transition: all 0.3s;
    height: 170px;
    padding: 5px;
    margin: 0 0 10px 0;
    background: #F8F8F8;
}

#picList li:hover {
    background: #eee;
}

#picList .picList_img {
    float: left;
    width: 220px;
    height: 160px;
    margin: 0 20px 0 0;
}


#picList .Pic_list_txt {
    width: 640px;
    float: right;
    position: relative;
    height: 160px;
    overflow: hidden;
}

#picList .Pic_list_txt .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
    color: #901c13;
}

#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;
    line-height: 30px;
}

#picList .Pic_list_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
}


#proUL {
    text-indent: 0;
    overflow: hidden;
    text-align: center;
}

#proUL li {
    float: left;
}

#proUL a {
    width: 290px;
    height: 250px;
    text-align: center;
    margin: 10px 25px;
    display: inline;
    padding: 10px;
    float: left;
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    border: #fafafa 3px solid;
    background: #fff;
    position: relative;
}

#proUL a:hover {
    color: #000;
    background: #f1f1f1;
}

#proUL a img {
    max-width: 280px;
    height: 210px;
}


#cxList {
    width: 100%;
}

#cxList li {
    width: 286px;
    height: 400px;
    transition: all 0.3s;
    margin: 10px 7px;
    border: #d9d9d9 1px solid;
    float: left;
}

#cxList li:hover {
    box-shadow: 0 0 3px #000;
}

#cxList li a {
    display: block;
    position: relative;
}

#cxList .img {
    width: 266px;
    height: 201px;
    margin: 10px auto;
}

#cxList .img img {
    width: 266px;
    height: 201px;
}

#cxList .cxList_txt {
    width: 100%;
    position: relative;
    height: 168px;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

#cxList .cxList_txt .t1 {
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    height: 50px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    color: #d22626;
    border-bottom: 1px dashed #ddd;
}

#cxList .cxList_txt .t2 {
    padding: 8px 10px;
    margin: 5px 0;
    overflow: hidden;
    height: 45px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

#cxList .cxList_txt .t3 {
    padding: 0 10px;
    font-size: 10px;
    line-height: 30px;
}

#cxList .cxList_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif !important;
}

#cxList li .fa-angle-right {
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    right: 10px;
    background: #900;
    width: 40px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

#cxList li:hover .fa-angle-right {
    background: #f60 !important;
    transform: translateX(10px);
}



.shan {
    font-size: 20px;
}

.p_name {
    font-weight: bold;
}

.lx_name {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
}

.lx_name i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86px;
    height: 4px;
    background: #37ab2a;
    display: block;
}




/*INDEX*/

.in_cpzs {
    height: 150px;
}

.in_yyly {
    height: 370px;
}

.in_right {
    height: 538px;
}

.in_right .main {
    padding: 17px;
}

.in_gyjs {
    height: 128px;
    border-bottom: 1px solid #e9e9e9;
}

.in_gyjs .title {
    margin: 0 0 10px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
}

.in_gyjs .cont {
    font-size: 14px;
    color: #565555;
    line-height: 22px;
    height: 44px;
    overflow: hidden; 
    text-align: justify;
}

.in_gyjs .more {
    margin-top: 10px;
}

.in_gyjs .more a {
    font-size: 14px;
    color: #fe1919;
    line-height: 22px;
    text-decoration: underline;
}

.product {
    margin-top: 20px;
}

.product li {
    margin-bottom: 20px !important;
}

.product li a {
    width: 100%;
    height: 90px;
    display: block;
}

.product li a .img {
    width: 120px;
    height: 90px;
    float: left;
}

.product li a .cont {
    width: 200px;
    height: 90px;
    float: right;
    line-height: 22px;
}

.product li a .cont .title {
    color: #2c2b2b;
    font-weight: bold;
    margin-bottom: 10px;
}

.product li a .cont .key,
.product li a .cont .desc {
    color: #565555;
}