﻿@charset "utf-8";
body {
    position: relative;
    min-width: 800px;
    background: url(../image/bg_body.jpg) center 200px no-repeat;
    background-attachment: fixed
}
.j_body {
    position: relative;
}
.main_box {
    margin: 0 auto;
    width: 1250px;
    position: relative;
}


#top_bnt_box {
    position: absolute;
    top: 65px;
    right: -13px;
    background: url(../image/line_top.png) center no-repeat;
}
#top_bnt_box a {
    display: block;
    padding: 0 13px;
    height: 15px;
    float: left;
}
#bnt_top_search {
    width: 15px;
    background: url(../image/icon_search.png) center no-repeat;
}
#bnt_top_tel {
    width: 13px;
    background: url(../image/icon_top_tel.png) center no-repeat;
}
#bnt_top_search:hover {
    width: 15px;
    background: url(../image/icon_search_hover.png) center no-repeat;
}
#bnt_top_tel:hover {
    width: 13px;
    background: url(../image/icon_top_tel_hover.png) center no-repeat;
}
#bnt_top_search.on {
    width: 15px;
    background: url(../image/icon_search_hover.png) center no-repeat;
}
#bnt_top_tel.on {
    width: 13px;
    background: url(../image/icon_top_tel_hover.png) center no-repeat;
}
/*================= 搜索 ===================*/

#top_search_box {
    display: none;
    position: absolute;
    top: 125px;
    right: 0px;
    height: 40px;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #ededed;
}
#top_search_box form {
    display: block;
    position: relative;
    height: 40px;
    width: 240px;
}
#top_search_box input {
    display: block;
    background: none;
    border: none;
}
#top_search_box .text {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #545454;
    margin-left: 13px;
}
#top_search_box .submit {
    text-indent: -9999px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 40px;
    margin-left: 5px;
    background: url(../image/icon_search.png) center no-repeat;
}
#top_search_box .submit:hover {
    background: url(../image/icon_search_hover.png) center no-repeat;
}
#top_tel_box {
    display: none;
    position: absolute;
    top: 125px;
    right: 0px;
    width: 240px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    font-size: 14px;
    color: #545454;
    z-index: 100;
    border-top: 1px solid #ededed;
}
/*=================导航=================*/
#nav ul{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
#nav li {
    display: inline-block;
    min-width: 30px;
    padding: 0 20px;
    position: relative;
    line-height: 80px;
}
#nav li .a {
    display: inherit;
    text-align: center;
}
#nav li .a strong {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    position: relative;
    z-index: 1;
}
#nav li .a span {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
}
#nav li .a i {
    display: none;
    z-index: 4;
    margin: 0 auto;
    max-width: 60px;
    text-align: center;
    z-index: 1;
    height: 2px;
    width: 0;
}
#nav .on .a i {
    width: 100%;
}
#nav li.on .a strong {
    color: #FFF;
}
#nav li .a:hover i {
    width: 25px;
}
#nav li .a:hover strong {
    color: #00554e;
}
#nav li.on .a:hover i {
    width: 25px;
}
#nav li .subnav{
    position: absolute;
    left: -20px;
    top:80px;
    background: #fff;
    z-index: 99;
    width:150px;
    opacity: 0;
    transition: all 0.34s ease-in-out;
    visibility: hidden;
    box-shadow:0 2px 4px rgba(0,0,0,.15);
}
#nav li .subnav a{
    display: block;
    font-size: 13px;
    height:34px;
    border-bottom: 1px solid rgba(0,0,0,.04);
    line-height: 34px;
    overflow: hidden;
    padding: 0 15px;
    color:#666;
    text-align: center;
    transition: all 0.34s ease-in-out;
}
#nav li .subnav a:hover{
    background: rgba(0,0,0,.05);
}
#nav li .subnav a:first-child{
    padding-top: 10px;
}
#nav li .subnav a:last-child{
    padding-bottom:10px;
}
#nav li:hover .subnav{
    top:65px;
    opacity: 1;
    visibility: visible;
}


/*================= banne===================*/

#banner {
    position: relative;
    height: 720px;
    overflow: hidden;
}
#banner .bd {
    position: relative;
}
#banner .bd a {
    display: block;
    width: 100%;
    height: 720px;
}
#banner .hd {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    bottom: 10px;
}
#banner .hd a {
    display: block;
}
#banner .hd ul {
    margin: 0 auto;
    z-index: 9;
    width: 100%;
    display: inherit;
    text-align: center;/* border-top:1px solid #56585c;*/
    margin-top: -50px;
    position: relative;
    height: 40px;
}
#banner .hd ul li {
    display: inline-block;
    padding-top: 13px;
}
#banner .hd ul li a {
    height: 8px;
    width: 8px;
    border-radius: 4px;
    margin: 0 3px;
    background: #fff;
    display: block;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
#banner .hd ul li a:hover {
    background: #e39b36;
    width: 30px;
}
#banner .hd ul .on a {
    background: #e39b36;
    width: 30px;
}
#banner .bnt {
    position: absolute;
    top: 50%;
    z-index: 3;
    margin-top: -21px;
}
#banner .bnt:hover {
}
#banner .prev {
    position: absolute;
    left: -54px;
}
#banner .next {
    position: absolute;
    right: -54px;
}
#banner:hover .prev {
    left: 50px;
    opacity: 1;
    filter: alpha(opacity=100);
}
#banner:hover .next {
    right: 50px;
    opacity: 1;
    filter: alpha(opacity=100);
}


/*==============================--内页开始==============================-*/

#n_main_box {
}
#n_content {
    min-height: 400px;
    padding: 60px 0;
}
/*===================内页banner================*/

#n_banner {
    display: block;
    width: 100%;
    height: 360px;
    color: #fff;
}
#n_banner h2 {
    display: block;
    text-align: center;
    font-size: 27px;
}
#n_banner h3 {
    display: block;
    text-align: center;
    font-size: 35px;
    padding-top: 145px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/*===================内页导航条================*/

#n_title {
}
#n_title {
    position: relative;
    height: 70px;
    border-bottom: 1px solid #e5e5e6;
}
/*===================内页导航================*/

#n_nav {
    position: absolute;
    right: 0;
    top: 72px;
    display:none
}
#n_nav li {
    position: relative;
}
#n_nav a {
    display: inline-block;
    text-align: center;
    height: 70px;
    line-height: 70px;
    padding: 0 10px;
    margin: 0 10px;
    position: relative;
}
#n_nav a strong {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #737374;
    text-align: center;
    position: relative;
    z-index: 1;
}
#n_nav a span {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
}
#n_nav a i {
    display: block;
    z-index: 4;
    background: #5e5f6f;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    height: 2px;
    width: 0;
}
#n_nav a.on i {
    width: 100%;
}
#n_nav a.on strong {
}
#n_nav a:hover i {
    width: 100%;
}
#n_nav a:hover strong {
}
#n_nav a.on:hover i {
    width: 100%;
}
.position {
    position: absolute;
    line-height: 73px;
    height: 73px;
    left: 0px;
    top: 0px;
    color: #737374;
    background: url(../image/icon_home.png) left center no-repeat;
    padding-left: 22px;
}
.position span, .position a, .position i {
    font-size: 12px;
    color: #737374;
}
.position em {
    font-size: 12px;
    color: #373849;
    font-style: normal
}
.position a:hover {
    color: #373849;
}
/*=================企业概况==================*/

#n_about {
}
#n_about .title {
    margin-bottom: 50px;
}
#n_about .title img {
    display: block;
    margin: 0 auto;
}
#n_about dl {
    margin: 0 -10px;
}
#n_about dd {
    float: left;
    display: block;
    width: 400px;
    margin: 0 10px;
}
#n_about dd .pic_box img {
    display: block;
    width: 400px;
    height: 265px;
}
#n_about dd .h1 {
    color: #2c2d2e;
    font-size: 18px;
    display: block;
    margin-bottom: 17px;
    padding-top: 20px;
}
#n_about dd .text_box {
    padding: 5px;
}
#n_about dd .p {
    line-height: 30px;
    height: 150px;
    overflow: hidden;
    color: #6c6d6f;
    font-size: 14px;
    text-align: justify;
}
/*=================大事记==================*/

#n_dsj {
    padding: 85px 0;
    margin: 85px auto;
    background: #fcfcfc;
}
#n_dsj .title {
    margin-bottom: 50px;
}
#n_dsj .title img {
    display: block;
    margin: 0 auto;
}
#n_dsj .title h1 {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #373849;
    padding-top: 15px;
}
#n_dsj .content {
    position: relative;
}
#n_dsj .bd {
    width: 1155px;
    margin: 0 auto;
    overflow: hidden;
}
#n_dsj li {
    display: block;
    width: 325px;
    float: left;
    margin-right: 90px;
    position: relative;
}
#n_dsj li img {
    display: block;
    width: 325px;
    height: 150px;
    margin-bottom: 30px;
}
#n_dsj li .h1 {
    position: absolute;
    left: 32px;
    bottom: -7px;
    color: #5e5f6f;
    font-size: 35px;
    display: block;
}
#n_dsj li .text_box {
    padding-left: 30px;
    padding-bottom: 60px;
    background: url(../image/bg_dsj.png) left top no-repeat;
}
#n_dsj li .p {
    line-height: 30px;
    height: 210px;
    overflow: hidden;
    color: #6c6d6f;
    font-size: 14px;
    text-align: justify;
}
#n_dsj .bnt {
    position: absolute;
    top: 54px;
    display: block;
    width: 42px;
    height: 42px;
}
#n_dsj .bnt.prev {
    left: -50px;
    background: url(../image/bnt_about_prev.png) center no-repeat;
}
#n_dsj .bnt.prev:hover {
    background: url(../image/bnt_about_prev_hover.png) center no-repeat;
}
#n_dsj .bnt.next {
    right: -50px;
    background: url(../image/bnt_about_next.png) center no-repeat;
}
#n_dsj .bnt.next:hover {
    right: -50px;
    background: url(../image/bnt_about_next_hover.png) center no-repeat;
}
/*=================设计团队==================*/

#n_team {
}
#n_team {
    margin-bottom: 85px;
}
#n_team .title {
    margin-bottom: 50px;
}
#n_team .title img {
    display: block;
    margin: 0 auto;
}
#n_team .j_div_scoll {
    height: 360px;
}
#n_team ul {
    padding: 0px 0 0 0;
    display: inherit;
}
#n_team li {
    display: inline-block;
    margin-right: 26px;
    position: relative;
    padding-bottom: 50px;
    width: 225px;
    height: 360px;
}
#n_team li .pic_box {
    position: relative;
    left: 0;
    top: 0;
    width: 225px;
    height: 360px;
    display: block;
}
#n_team li .pic_box a {
    display: block;
    background: #000;
    overflow: hidden;
    position: relative;
}
#n_team li .pic_box img {
    width: 225px;
    height: 360px;
    display: block;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#n_team li .text_box {
    width: 225px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2000000', endColorstr='#B2000000');
    background: rgba(0,0,0,0.7);
}
#n_team li h1 {
    display: block;
    padding: 10px 20px;
}
#n_team li h1 strong {
    font-size: 14px;
    color: #fff;
    padding-bottom: 5px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#n_team li span {
    font-size: 12px;
    display: block;
    color: #acacac;
}
#n_team li h1 a:hover {
    color: #883332;
}
#n_team li:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*==============生产管理=====================*/

#n_scgl {
    margin-bottom: 85px;
    padding: 85px 0 50px;
    background: #fcfcfc;
}
/*==============资质荣誉=====================*/

#n_ryzz {
}
#n_ryzz .title {
    margin-bottom: 50px;
}
#n_ryzz .content {
    margin-bottom: 50px;
}
#n_ryzz dl {
    position: relative;
    margin: -6px;
}
#n_ryzz dd {
    display: block;
    float: left;
    margin: 6px;
    height: 305px;
    border: 1px solid #e3e3e5;
    background: #f5f4f8;
}
#n_ryzz dd img {
    height: 255px;
    display: block;
    margin: 25px auto 0 auto;
}
#n_ryzz dd .text_box {
    display: table;
    height: 305px;
    padding-left: 45px;
    width: 145px;
}
#n_ryzz dd .text_box .box {
    display: table-cell;
    vertical-align: middle;
}
#n_ryzz dd .text_box h1 {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
#n_ryzz dd .text_box p {
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#n_ryzz dd.li1 {
    width: 492.5px;
}
#n_ryzz dd.li2 {
    width: 237px;
    background: #373849;
    border: none;
}
#n_ryzz dd.li3 {
    width: 492.5px;
}
#n_ryzz dd.li4 {
    width: 492.5px;
}
#n_ryzz dd.li5 {
    width: 235px;
}
#n_ryzz dd.li6 {
    width: 240px;
}
#n_ryzz dd.li7 {
    width: 240px;
    background: #d2b068;
    border: none;
}
#n_ryzz dd.li7 {
}
/*===================产品详情banner=====================*/

#maincontent {
    background: #000;
    height: 528px;
    overflow: hidden;
    position: relative;
    margin-left: -127px;
}
#maincontent div.pict {
    cursor: default !important;
}
#maincontent div.main {
    position: static;
    text-align: center;
    display: block;
    cursor: pointer !important
}
#maincontent .element {
    display: none;
    position: absolute !important;
}
#maincontent .left {
    top : 200px;
    left: 63.5px;
    cursor: pointer;
}
#maincontent .right {
    top: 200px;
    right: -63.5px;
    cursor: pointer;
}
#maincontent .main .guardian {
    display: none;
    height: 0;
}
#maincontent .navi {
    z-index: 99;
}
div#maincontent div.main {
    display: none;
}
div#maincontent div.element {
    position: absolute !important;
}
/*=================侧导航==================*/

#nav_pro {
    width: 210px;
    border: 1px solid #e5e5e5;
    background: #fff;
    float: left;
}
#nav_pro dt {
    height: 50px;
    line-height: 50px;
    position: relative;
    background: #fafafb;
    border-top: 1px solid #e7e7e7;
}
#nav_pro dt a {
    overflow: hidden;
    margin: 0 20px;
    display: block;
    color: #5b5349;
    height: 49px;
    font-size: 14px;
}
#nav_pro dt.on.title2 a {
    color: #b7863e
}
#nav_pro dt.title {
    background: url(../image/icon_sub_open.png) 180px center no-repeat #fafafb;
}
#nav_pro dt.title2 {
    background: #fafafb;
}
#nav_pro dt.title_on {
    background: url(../image/icon_sub_close.png) 180px center no-repeat #fafafb;
}
#nav_pro dt.title_on a {
    color: #fff;
    border-top: 1px solid #fff;
}
#nav_pro dt.last a {
    border-top: 1px solid #f8f8f8;
}
#nav_pro dt.title_on.on {
}
#nav_pro dt:hover a {
}
#nav_pro dt.title_on a {
    color: #5b5349;
}

#nav_pro dd .box {
    padding: 0px 0px 0px 0px;
}
#nav_pro dd a {
    padding: 0 25px;
    line-height: 50px;
    border-top: 1px solid #e7e7e7;
    font-size: 12px;
    color: #5b5349;
    display: block;
    height: 49px;
}
#nav_pro dd a:hover {
    color: #b7863e
}
#nav_pro dd a.on {
    color: #b7863e
}
/*=================侧导航==================*/

#nav_jjfa {
    width: 210px;
    border: 5px solid #f8f8f8;
    background: #fff;
    float: left;
}
#nav_jjfa dt {
    height: 50px;
    line-height: 50px;
    position: relative;
    background: #e4e5e8;
    margin-left: -5px;
    border-left: 5px solid #f8f8f8;
}
#nav_jjfa dt a {
    margin: 0 20px;
    display: block;
    color: #5b5349;
    height: 49px;
    font-size: 14px;
    border-top: 1px solid #e7e7e7;
}
#nav_jjfa dt.title {
    background: #fff;
}
#nav_jjfa dt.title_on {
    border-left: 5px solid #b7863e;
    background: #f7ebd9;
}
#nav_jjfa dt.title_on a {
    color: #fff;
    border-top: 1px solid #fff;
}
#nav_jjfa dt.last a {
    border-top: 1px solid #f8f8f8;
}
#nav_jjfa dt.title_on.on {
}
#nav_jjfa dt:hover a {
}
#nav_jjfa dt.title_on a {
    color: #5b5349;
}
#nav_jjfa dd {
    display: none;
}
#nav_jjfa dd .box {
    padding: 15px 20px 10px 20px;
}
#nav_jjfa dd a {
    padding-left: 10px;
    line-height: 30px;
    font-size: 12px;
    color: #5b5349;
    display: block;
    height: 30px;
}
#nav_jjfa dd a:hover {
    color: #b7863e
}
#nav_jjfa dd a.on {
    color: #b7863e
}
/*==========================================产品展示=============================================*/

#n_jjfa, #n_pro {
    width: 970px;
    float: right;
    overflow: hidden;
}
.pro_title {
    margin-bottom: 40px;
}
.pro_title h1 {
    display: block;
    color: #5b5349;
    font-size: 18px;
    margin-bottom: 5px;
}
.pro_title strong {
    display: block;
    font-size: 12px;
    color: #d8d9da;
    text-transform: uppercase;
}
.pro_title p {
    color: #a1a1a1;
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
}
/*================= banner===================*/

#pic_slide {
    position: relative;
    padding-bottom: 55px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
    height: 510px;
    overflow: hidden;
}
#pic_slide .bd {
    position: relative;
    overflow: hidden;
    height: 510px;
    overflow: hidden;
}
#pic_slide .bd a {
    display: block;
    width: 100%;
    height: 510px;
}
#pic_slide .bd a img {
    height: 510px;
    width: 970px;
}
#pic_slide .hd {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    display: inherit;
    text-align: center;
}
#pic_slide .hd ul {
    display: inline-block;
}
#pic_slide .hd ul li {
    display: block;
    float: left;
    margin: 0 3px;
    padding-top: 8px;
}
#pic_slide .hd ul li a {
    height: 7px;
    width: 7px;
    margin: 0 1px;
    border: 1px solid #fff;
    display: block;
    border-radius: 50%;
}
#pic_slide .hd ul li a:hover {
    background: #fff;
}
#pic_slide .hd ul .on a {
    background: #fff;
}
#pic_slide .bnt {
    position: absolute;
    top: 235px;
    display: block;
    width: 42px;
    height: 42px;
}
#pic_slide .bnt.prev {
    left: 50px;
    background: url(../image/bnt_about_prev.png) center no-repeat;
}
#pic_slide .bnt.prev:hover {
    background: url(../image/bnt_about_prev_hover.png) center no-repeat;
}
#pic_slide .bnt.next {
    right: 50px;
    background: url(../image/bnt_about_next.png) center no-repeat;
}
#pic_slide .bnt.next:hover {
    right: 50px;
    background: url(../image/bnt_about_next_hover.png) center no-repeat;
}
/*==========================================产品列表=============================================*/

#n_pro_list {
}
#n_pro_list .title {
    margin-bottom: 30px;
    position: relative;
    font-size: 18px;
    color: #5b5349;
    display: block;
}
#n_pro_list ul {
    margin: 0 -25px;
}
#n_pro_list li {
    float: left;
    position: relative;
    width: 290px;
    height: 210px;
    display: block;
    padding: 0 25px;
}
#n_pro_list li a {
    display: block;
    overflow: hidden;
}
#n_pro_list li .pic_box {
    width: 290px;
    height: 150px;
    overflow: hidden;
}
#n_pro_list li img {
    width: 290px;
    height: 182px;
    display: block;
}
#n_pro_list li h1 {
    display: block;
    padding-top: 20px;
    font-size: 15px;
    color: #4e4d4d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#n_pro_list li span {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #a19f9f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#n_pro_list li:hover h1 {
    color: #d2b068;
}
#n_pro_list li:hover {
}
#n_pro #n_pro_list li {
    border-bottom: 1px dotted #dcdcdf;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
/*==========================================产品详情列表=============================================*/

#n_pro_show_list {
}
#n_pro_show_list .title {
    margin-bottom: 30px;
    position: relative;
    font-size: 18px;
    color: #5b5349;
    display: block;
}
#n_pro_show_list ul {
    margin: 0 -15px;
}
#n_pro_show_list li {
    float: left;
    position: relative;
    width: 290px;
    display: block;
    padding: 0 15px;
}
#n_pro_show_list li a {
    display: block;
    overflow: hidden;
}
#n_pro_show_list li .pic_box {
    width: 290px;
    height: 150px;
    overflow: hidden;
}
#n_pro_show_list li img {
    width: 290px;
    height: 150px;
    display: block;
}
#n_pro_show_list li h1 {
    display: block;
    padding-top: 20px;
    font-size: 15px;
    color: #4e4d4d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#n_pro_show_list li span {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #a19f9f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#n_pro_show_list li:hover h1 {
    color: #d2b068;
}
#n_pro_show_list li:hover {
}
/*==========================================产品详情=============================================*/

#n_show_pro {
    background: #f8f8f8;
    padding: 50px 0;
    height: 195px;
    width: 100%;
    margin-bottom: 65px;
}
#n_show_pro .box {
    display: table-cell;
}
#n_show_pro .shuxing_box {
    width: 450px;
    height: 195px;
    display: table;
}
#n_show_pro .shuxing_box .box {
    vertical-align: middle;
}
#n_show_pro h1 {
    color: #545455;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}
#n_show_pro .span {
    color: #97979a;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
#n_show_pro .span font {
    display: block;
    float: left;
    color: #d1b168;
    font-size: 12px;
}
#n_show_pro .span strong {
    display: block;
    float: left;
    line-height: 20px;
}
#n_show_pro .span b {
    font-weight: 400;
    padding-right: 10px;
    font-size: 12px;
    width: 115px;
    display: inline-block;
}
#n_show_pro .text_box {
    border-left: 1px solid #e0e0e0;
    height: 195px;
    display: table;
    font-size: 14px;
    color: #97979a;
    line-height: 36px;
    width: 760px;
    position: absolute;
    top: 0;
    right: 0;
}
#n_show_pro .box {
    padding-left: 50px;
    vertical-align: middle;
    font-size: 12px;
}
#n_show_jjfa .title {
    position: relative;
    height: 52px;
    margin-bottom: 40px;
}
#n_show_jjfa .title h1 {
    color: #5b5349;
    font-size: 20px;
}
#n_show_jjfa .title a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 120px;
    font-size: 14px;
    color: #4a4a4c;
    padding-left: 65px;
    height: 50px;
    line-height: 50px;
    background: url(../image/icon_720.png) 32px center no-repeat #fafafb;
    border-radius: 3px;
    border: 1px solid #ededed;
}
#n_show_jjfa .title a:hover {
    background: url(../image/icon_720.png) 32px center no-repeat #fff;
}
/*===================范玺标题================*/

.about_title {
    margin-bottom: 40px;
}
.about_title h1 {
    display: block;
    text-align: center;
    color: #3e3e3d;
    font-size: 20px;
    margin-bottom: 10px;
}
.about_title strong {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #c2c2c5;
    text-transform: uppercase;
}
/*==============加盟流程=====================*/

#n_jmlc {
}
#n_jmlc .main_box {
    position: relative;
}
#n_jmlc ul {
    margin: 0 -20px;
    margin-bottom: -40px;
}
#n_jmlc li {
    width: 600px;
    border: 1px solid #eeeeee;
    float: left;
    display: block;
    margin: 0 20px;
    margin-bottom: 40px;
}
#n_jmlc li .box {
    padding: 20px;
    height: 200px;
    position: relative;
}
#n_jmlc li .pic_box {
    position: absolute;
    left: 20px;
    display: block;
    top: 20px;
    height: 135px;
    width: 210px;
}
#n_jmlc li .pic_box img {
    height: 135px;
    width: 210px;
    display: block;
}
#n_jmlc li .text_box {
    padding-top: 6px;
    margin-left: 235px;
}
#n_jmlc li .text_box a {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: #414142;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#n_jmlc li .text_box span {
    color: #cdcdcf;
    display: block;
    margin-top: 20px;
    margin-bottom: 13px;
    font-size: 12px;
    text-transform: uppercase;
}
#n_jmlc li .text_box p {
    line-height: 30px;
    font-size: 14px;
    color: #828283;
}
#n_jmlc li a:hover {
    color: #c98f2b;
}
#n_jmlc li a.more {
    position: absolute;
    right: 25px;
    bottom: 15px;
}
#n_jmlc .hd {
}
#n_jmlc .hd a {
    display: block;
    width: 43px;
    position: absolute;
    bottom: 40px;
}
#n_jmlc .hd a img {
    display: block;
}
#n_jmlc .hd a.prev {
    left: -80px;
}
#n_jmlc .hd a.next {
    right: -80px;
}
#n_jmlc .hd a.prev:hover {
    left: -85px;
}
#n_jmlc .hd a.next:hover {
    right: -85px;
}
/*==============企业文化=====================*/

#n_partner {
}
#n_partner .main_box {
    overflow: hidden;
}
#n_partner ul {
    margin: 0 -23px; /*! overflow:hidden; */ /*! width: 1294px; */
}
#n_partner li {
    width: 212px;
    height: 192px;
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    padding: 0 23px 35px 24px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #bfbfbf;
}
#n_partner li a {
    display: block;
    overflow: hidden;
}
#n_partner li .pic_box {
    position: relative;
    height: 275px;
    background: #eeeff3;
}
#n_partner li .pic_box a {
    display: block;
    overflow: hidden;
}
#n_partner li img {
    width: 210px;
    height: 110px;
    display: block;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
}
#n_partner li p {
    font-size: 12px;
    color: #a3a3a5;
    line-height: 20px;
    text-align: center;
    height: 40px;
    overflow: hidden;
}
#n_partner li h1 {
    color: #636465;
    font-size: 14px;
    display: block;
    margin: 15px 0 8px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#n_partner li:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
#n_partner li:hover h1 {
    color: #4b4b4b;
}
/*===================================*/

#n_caes ul {
    margin: -30px -30px 0 -30px;
    overflow: hidden;
}
#n_caes li {
    width: 593px;
    display: block;
    margin: 30px;
    border: 1px solid #e7e7e7;
    float: left;
}
#n_caes .fl {
    width: 290px;
    height: 235px;
    float: left;
    overflow: hidden;
}
#n_caes .fl img {
    width: 290px;
    height: 235px;
}
#n_caes .fl img:hover {
}
#n_caes .fr {
    color: #4d4e4f;
    float: right;
    width: 240px;
    font-size: 12px;
    padding-top: 50px;
    padding-right: 30px;
}
#n_caes .fr h1 a {
    font-size: 18px;
    display: block;
    line-height: 30px;
    padding-bottom: 20px;
    padding-top: 5px;
    color: #404041;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#n_caes .fr h1 a:hover {
    text-decoration: underline;
    color: #d2b068;
}
#n_caes .fr p {
    font-size: 14px;
    color: #929292;
    line-height: 27px;
    height: 81px;
    overflow: hidden;
}
#n_caes .fr span {
    padding: 8px 0;
    display: block;
    color: #b9b9ba;
}
/*===================产品详情================*/

#n_show_case .left {
    width: 672px;
}
#n_show_case .left .j_Photo {
    overflow: hidden;
    margin: 0px auto 0;
    width: 672px;
}
#n_show_case .left .big_box {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
#n_show_case .left .big_box ul {
    height: 547px;
}
#n_show_case .left .big_box li {
    position: relative;
    height: 525px;
    padding: 10px;
    border: 1px solid #e4e4e4;
}
#n_show_case .left .big_box ul li img {
    display: block;
    width: 650px;
    height: 525px;
}
#n_show_case .left .small_box {
    overflow: hidden;
    width: 672px;
    height: 91px;
    position: relative;
}
#n_show_case .left .small_list {
    position: relative;
    float: left;
    overflow: hidden;
    margin-left: 27px;
    width: 620px;
    height: 91px;
}
#n_show_case .left .small_list ul {
    overflow: hidden;
    height: 91px
}
#n_show_case .left .small_list ul li {
    position: relative;
    float: left;
    margin-right: 23px;
    cursor: pointer;
    width: 105px
}
#n_show_case .left .small_list ul li img {
    display: block;
    width: 105px;
    height: 85px;
    padding-top: 5px;
}
#n_show_case .left .small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 105px;
    height: 91px;
    background: url(../image/mark_j_photle.png) center no-repeat;
}
#n_show_case .left .small_list ul .on .bun_bg {
    display: block;
}
#n_show_case .left .btn {
    display: block;
    width: 12px;
    height: 72px;
    background-color: #777;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}
#n_show_case .left .btn:hover {
}
#n_show_case .left .btn img {
    padding-top: 40px;
}
#n_show_case .left .small_bnt .left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(../image/bnt_pic_left.png)
}
#n_show_case .left .small_bnt .right_btn {
    float: right;
    background-image: url(../image/bnt_pic_right.png)
}
#n_show_case .left .left_btn {
    position: absolute;
    left: 0px;
    background: url(../image/bnt_pic_left.jpg) center no-repeat;
}
#n_show_case .left .right_btn {
    position: absolute;
    right: 0px;
    background: url(../image/bnt_pic_right.jpg) center no-repeat;
}
#n_show_case .left .left img {
}
#n_show_case .right {
    width: 525px;
    font-size: 12px;
    line-height: 24px;
}
#n_show_case .right .title {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e4e6e7;
}
#n_show_case .right .title h1 {
    font-size: 18px;
    color: #4d4d4d;
    padding-bottom: 18px;
}
#n_show_case .right .title span {
    color: #a3a3a4;
    font-size: 12px;
}
#n_show_case .right .up p {
}
#n_show_case .right .up strong {
    font-size: 12px;
    color: #7e7e7f;
}
/*==============联系我们=====================*/

#n_contact {
    padding: 65px 0;
    margin-top: 60px;
    margin-bottom: -60px;
    background: #fcfcfc
}
#n_contact dd {
    width: 33.333%;
    display: block;
    float: left;
}
#n_contact dd {
}
#n_contact dd .box {
    width: 265px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
#n_contact dd img {
    display: block;
    margin: 25px auto;
}
#n_contact dd span {
    display: block;
    font-size: 16px;
    color: #acacac;
    margin-bottom: 10px;
}
#n_contact dd strong {
    display: block;
    font-size: 15px;
    color: #505054;
    line-height: 24px;
}
/*==============新闻=====================*/

#n_news .main_box {
    position: relative;
    overflow: hidden;
}
#n_news ul {
    margin-bottom: -30px;
    overflow: hidden;
}
#n_news li {
    display: block;
    margin-bottom: 80px;
    height: 180px;
}
#n_news li .fl {
    width: 280x;
    height: 180px;
    overflow: hidden
}
#n_news li .fl img {
    width: 280x;
    height: 180px;
}
#n_news li .fr {
    width: 735px;
    padding-right: 190px;
    position: relative;
    height: 160px;
}
#n_news li .fr h1 {
    display: block;
    margin-top: 23px;
}
#n_news li .fr h1 a {
    font-size: 16px;
    color: #5b5349;
    display: block;
    padding-bottom: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#n_news li .fr span {
    position: absolute;
    right: 0;
    top: 25px;
    height: 105px;
    border-left: 1px solid #e8e8e8;
    padding-left: 50px;
    font-family: "NewsGoth Lt BT";
    font-size: 27px;
    display: block;
    text-transform: uppercase;
    color: rgb( 163, 168, 172 );
}
#n_news li .fr h1 a:hover {
    color: #d2b068;
}
#n_news li .fr .more {
    display: block;
    text-align: center;
    position: absolute;
    width: 100px;
    font-size: 12px;
    right: 60px;
    top: 100px;
    width: 10px;
    height: 20px;
    background: url(../image/icon_jt_news.png) center no-repeat;
}
#n_news li .fr .more:hover {
    background: url(../image/icon_jt_news_hover.png) center no-repeat;
    right: 55px;
}
#n_news li .fr p {
    line-height: 30px;
    color: #aaabac;
    font-size: 14px;
}
#n_news .list_word {
    padding-top: 35px;
}
#n_news .list_word a {
    border-radius: 2px;
    display: inline-block;
    color: #8e8f92;
    font-size: 12px;
    background: #f8f8f8;
    height: 22px;
    line-height: 22px;
    padding: 0 15px;
    margin-right: 5px;
}
#n_news .list_word a:hover {
    color: #373849;
}
#n_news li:hover span {
    border-left: 1px solid #d2b068;
}
/*==============新闻详情=====================*/

.n_article {
    margin-bottom: 20px;
}
.n_article .left {
    width: 365px;
}
.n_article .ar_title {
}
.n_article .ar_title h1 {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    line-height: 30px;
    color: #5b5349;
}
.n_article .ar_title h2 {
    font-size: 24px;
    position: relative;
    display: block;
    height: 40px;
    padding: 25px 0 10px 0;
    color: #888;
    line-height: 24px;
    font-family: "NewsGoth Lt BT";
}
.n_article .ar_article {
    width: 815px;
    padding-bottom: 20px;
    min-height: 300px;
}
.n_article .ar_word {
    border-top: 1px solid #e5e6ea;
    padding-top: 35px;
}
.n_article .ar_word a {
    border-radius: 2px;
    display: inline-block;
    color: #8e8f92;
    font-size: 12px;
    background: #f8f8f8;
    height: 22px;
    line-height: 22px;
    padding: 0 15px;
    margin-right: 5px;
}
.n_article .ar_word a:hover {
    color: #373849;
}
#ar_fot {
    margin-top: 10px;
    position: relative;
    border-top: 1px solid #e5e6ea;
    padding-top: 25px;
}
#ar_fot h1 {
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #5c5e5f;
    max-width: 50%;
}
#ar_fot h1 a {
    font-size: 12px;
    color: #5c5e5f;
    font-weight: normal;
}
#ar_fot h1 a:hover {
    color: #4b4b4b;
}
#ar_fot .bnt_back {
    position: absolute;
    top: 28px;
    right: 0;
    color: #fff;
    background: #b33630;
    padding: 0 25px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
#ar_fot .bnt_back:hover {
    border-radius: 3px;
}
/*==============招贤纳士=====================*/



.n_join_us {
}
.n_join_us .left {
    width: 312px;
}
.n_join_us .left .title_box {
    border: none;
    margin-bottom: 30px;
    position: relative;
    left: auto;
    top: auto;
}
.n_join_us .left .title_box h1 {
    display: block;
    font-size: 55px;
    font-family: "Arial";
    color: #f1eff1;
    text-transform: uppercase;
}
.n_join_us .left .up p {
    line-height: 24px;
    font-size: 12px;
    color: #63636b;
}
.n_join_us .left .up a {
    background: #d2b068;
    border-radius: 3px;
    margin: 30px auto;
    font-size: 14px;
    display: block;
    height: 58px;
    text-align: center;
    line-height: 58px;
    text-align: center;
    color: #fff;
}
.n_join_us .left .un p {
    line-height: 18px;
    color: #8a8a95;
    font-size: 12px;
}
.n_join_us .left .un a {
    text-decoration: underline;
    color: #d2b068;
}
.n_join_us .left .un .ewm_box {
    position: relative;
    margin-top: 40px;
}
.n_join_us .left .un img {
    display: block;
    width: 110px;
    height: 110px;
    padding: 6px;
    border: 1px solid #e5e5e5;
}
.n_join_us .left .un span {
    font-size: 14px;
    line-height: 24px;
    color: #878788;
    display: block;
    position: absolute;
    top: 37px;
    left: 140px;
}
.n_join_us .right {
    width: 730px;
    padding-left: 65px;
    border-left: 1px solid #eeeff3;
    min-height: 568px;
}
.n_join_us .right .up_box h1 {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #ec3c2f;
}
.n_join_us .right .up_box p {
    font-size: 12px;
    color: #6d6c72;
    line-height: 24px;
}
.n_join_us .right table {
    margin-top: 30px;
    border-top: 3px solid #909090;
}
.n_join_us .right table tr {
    border-bottom: 1px solid #dddddd;
}
.n_join_us .right table td {
    padding: 15px 25px;
    line-height: 24px;
    font-size: 12px;
    color: #454546;
}
.bg_tr {
    background: #f5f5f5;
}
/*==============人才招聘=====================*/

#list_slide {
    position: relative;
}
#list_slide dl {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px dotted #cccdd1;
}
#list_slide dt {
    border: none;
    border-left: 3px solid #d2b068;
    display: block;
    position: relative;
    cursor: pointer;
    height: 18px;
    margin-bottom: 20px;
}
#list_slide dt h1 {
    padding-left: 10px;
    border-left: 3px solid #fff;
    color: #51575f;
    font-size: 14px;
    line-height: 18px;
    background: url(../image/icon_jt_un.png) right center no-repeat;
    display: block;
}
#list_slide dd {
    display: none;
    line-height: 24px;
}
#list_slide dd p {
    line-height: 24px;
    margin-bottom: 0;
    color: #929397;
    font-size: 12px;
}
#list_slide dd .content {
    padding: 0 20px 26px 20px;
}
#list_slide dd .content {
    color: #929397;
    font-size: 12px;
    line-height: 24px;
}
#list_slide dt.on h1 {
    background: url(../image/icon_jt_up.png) right center no-repeat;
    color: #000;
    font-size: 16px;
}
/*==========================================j_弹窗=============================================*/

#page_show_box {
    position: fixed;
    z-index: 9995;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
}
#page_show_box .bg_box {
    position: fixed;
    z-index: 9994;
    top: 0px;
    display: none;
    height: 100%;
    width: 100%;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2000000', endColorstr='#B2000000');
    background: rgba(0,0,0,0.7);
}
#page_show_box .box {
    position: absolute;
    top: 50%;
    z-index: 9999;
    left: 50%;
    margin-left: -355px;
    margin-top: -235px;
}
#page_show_box .video_box {
}
#bnt_close {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    right: 0;
}
#bnt_close img {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}
#bnt_close:hover img {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); 	/* IE 9 */
    -moz-transform: rotate(90deg); 	/* Firefox */
    -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
    -o-transform: rotate(90deg); 	/* Opera */
}
#page_show_box #page_ar {
    width: 710px;
    position: relative;
}
#page_show_box #page_ar .ar_box {
    border-radius: 5px;
    width: 630px;
    height: 410px;
    padding: 30px 40px;
    background: #fff;
    position: relative;
}
#page_show_box #page_ar .ar_box .p {
    line-height: 30px;
    font-size: 14px;
    color: #686a6a;
    max-height: 540px;
    text-align: justify;
    overflow: hidden;
}
#page_show_box #page_ar .ar_box .title {
    font-size: 18px;
    color: #686a6a;
    display: block;
    margin-bottom: 10px;
}
#page_show_box #page_ar #ar_content {
    margin-top: 20px;
    height: 390px;
    overflow: hidden;
}
#job_form {
    width: 602px;
    margin: 0 auto;
}
#job_form h1 {
    display: block;
    text-align: center;
    color: #737373;
    margin-bottom: 25px;
    padding-top: 15px;
}
#job_form h1 strong {
    font-weight: bold;
    font-size: 18px;
}
#job_form form {
    margin-right: -20px;
}
#job_form .text {
    width: 259px;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    background: none;
    border: 1px solid #c1c1c1;
    font-size: 14px;
    color: #474949;
    margin: 0 20px 20px 0;
    float: left;
}
#job_form textarea {
    display: block;
    height: 160px;
    resize: none;
    margin-bottom: 20px;
    background: none;
    border: 1px solid #c1c1c1;
    width: 560px;
    padding: 10px 15px;
    font-size: 14px;
    color: #474949;
    line-height: 20px;
}
#job_form .hr_form_fot {
    position: relative;
}
#job_form .text:focus {
    border: 1px solid #89bbe1;
}
#job_form textarea:focus {
    border: 1px solid #89bbe1;
}
#job_form .submit {
    background: #d2b068;
    position: absolute;
    bottom: 0px;
    right: 20px;
    font-size: 14px !important;
    border: 0;
    border-radius: 2px;
    height: 28px !important;
    color: #fff;
    line-height: 28px !important;
    width: 100px;
    cursor: pointer;
}
#job_form .submit:hover {
    color: #fff;
    border-radius: 3px;
}
#job_form .file_box {
    position: relative;
    padding-left: 60px;
    line-height: 28px;
    font-size: 14px;
}
#job_form .file_box .f_box {
    position: relative;
}
#job_form .file_box strong {
    position: absolute;
    left: 0;
    top: 3px;
    color: #727272;
}
#job_form .file_box .bnt_file {
    text-align: center;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 12px;
    width: 85px;
    cursor: pointer;
    margin-left: 5px;
    background: #a9a9a9;
    border-radius: 2px;
    position: absolute;
    left: 0px;
    top: 3px;
}
#job_form .file_box #jianli {
    width: 80px !important;
    height: 28px !important;
    cursor: pointer;
    position: absolute;
    left: 95px;
    top: 3px;
}
#job_form .file_box #jianli:hover .bnt_file {
    background: #10578e;
    color: #fff;
}
/*==============分享插件——银灵子=====================*/

.shart_box {
    height: 40px;
    position: relative;
}
#j_shart_s_24 .bds_count {
    font-size: 12px;
}
#j_shart_s_24 {
    padding-left: 60px;
    position: relative;
}
#j_shart_s_24 strong {
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    line-height: 36px;
    font-size: 12px;
    color: #a3a0a9;
}
##j_shart_s_24 .bds_qzone {
     background: url(../image/j_shart.png) center -224px no-repeat
 }
#j_shart_s_24 .bds_tsina {
    background: url(../image/j_shart.png) center -311px no-repeat
}
#j_shart_s_24 .bds_tqq {
    background: url(../image/j_shart.png) center -195px no-repeat
}
#j_shart_s_24 .bds_renren {
    background: url(../image/j_shart.png) center -340px no-repeat
}
#j_shart_s_24 .bds_weixin {
    background: url(../image/j_shart.png) center -253px no-repeat
}
#j_shart_s_24 .bds_sqq {
    background: url(../image/j_shart.png) center -79px no-repeat
}
#j_shart_s_24 .bds_fbook {
    background: url(../image/j_shart.png) center -166px no-repeat
}
#j_shart_s_24 .bds_twi {
    background: url(../image/j_shart.png) center -137px no-repeat
}
#j_shart_s_24 .bds_linkedin {
    background: url(../image/j_shart.png) center -108px no-repeat
}
#j_shart_s_24 .bds_tieba {
    background: url(../image/j_shart.png) center -253px no-repeat
}
#j_shart_s_24 .bds_huaban {
    background: url(../image/j_shart.png) center -253px no-repeat
}
#j_shart_s_24 .bds_douban {
    background: url(../image/j_shart.png) center -253px no-repeat
}
#j_shart_s_24 .bds_copy {
    background: url(../image/j_shart.png) center -253px no-repeat
}
#j_shart_s_24 .bds_print {
    background: url(../image/j_shart.png) center -253px no-repeat
}
#j_shart_s_24 .bds_mshare {
    background: url(../image/j_shart.png) center -253px no-repeat
}
#j_shart_s_24 .bds_count {
    font-size: 12px
}
/*==============分页——银灵子=====================*/

.page {
    margin: 30px auto;
    text-align: center;
}
.page a,.page span{
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #dedede;
    margin: 0 2px;
    color: #555555;
    font-size: 12px;
}
.page span {
    background: #4b4b4b;
    color: #fff !important;
    border: 1px solid #4b4b4b;
}
.page a font {
    font-size: 14px;
    font-family: "SimSun";
    color: rgb( 68, 68, 68 );
}
.page span {
    vertical-align: middle;
    display: inline-block;
    color: #999999;
    font-size: 12px;
    padding: 0 15px;
}
.page span input[type="text"] {
    padding: 0 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border: 1px solid #dedede;
    background: none;
    margin: 0 4px;
    color: #555555;
    font-size: 12px;
}
.page span input[type="submit"] {
    cursor: pointer;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    border: 1px solid #dedede;
    background: none;
    margin: 0 4px;
    color: #555555;
    font-size: 12px;
}
.page span input[type="submit"]:hover {
    background: #d2b068;
    border: 1px solid #d2b068;
    color: #fff;
}
.page a:hover {
    background: #4b4b4b;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #4b4b4b;
}
.page a:hover font {
    color: #fff;
}
.page a.u_bnt {
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */
}
/*===================售后服务================*/

#area{
    border: 5px solid #e7d5b0;
    padding: 20px;
    margin-bottom: 20px;
}
#area span{
    font-size: 14px;
    font-weight: bold;
    color:#333;
}
#area a{color:#666;font-size: 13px; padding: 0 5px;}


/*===================售后服务================*/

#n_shfw dl {
    display: block;
    margin-bottom: 0;
}
#n_shfw dl dd {
    display: block;
    position: relative;
    height: 410px;
    height: 220px;
    padding-bottom: 65px;
    margin-bottom: 65px;
    border-bottom: 1px dotted #bfbfbf;
}
#n_shfw dl dd .pic_box {
    width: 390px;
    display: block;
    float: right;
}
#n_shfw dl dd .pic_box img {
    width: 390px;
    height: 220px;
}
#n_shfw dl dd .text_box {
    width: 665px;
    float: left;
}
#n_shfw dl dd .text_box .box {
    display: table;
    height: 220px;
}
#n_shfw dl dd .text_box .box_cell {
    display: table-cell;
    vertical-align: middle;
}
#n_shfw dl dd .text_box h1 {
    color: #333234;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}
#n_shfw dl dd .text_box p {
    font-size: 14px;
    line-height: 30px;
    color: #707073;
    margin-bottom: 15px;
}
#n_shfw dl dd .text_box .box .box_cell {
}
#n_shfw dl dd .text_box .box.fr .box_cell {
    padding-left: 0 !important;
    padding-right: 100%;
}
#n_shfw dl dd .text_box a.more {
    color: #fff;
    font-size: 14px;
    width: 90px;
    border-radius: 2px;
    overflow: hidden;
    padding-left: 60px;
    height: 40px;
    line-height: 40px;
    display: block;
    background: url(../image/icon_sita.png) 30px center no-repeat #30a6b4;
}
#n_shfw dl dd .text_box a:hover {
    background: url(../image/icon_sita.png) 30px center no-repeat #f3955a;
}
#n_shfw dl dd.even .pic_box {
    float: left;
}
#n_shfw dl dd.even .text_box {
    float: right;
}
#n_shfw dl dd.even .pic_box {
    float: left;
}
#n_shfw dl dd.even .text_box {
    float: right;
}


.inner_pos{
    background: #0359a8;
    height:40px;
    line-height: 40px;
    color:#fff;
}
.inner_pos a{
    color:#fff;
}
.inner_pos p{
    background: url("../image/home.gif") no-repeat left;
    padding: 0 0 0 20px;
}

.inner_tit{
    margin-top:40px;
}
.inner_tit .tit{
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
}
.inner_tit .tit p{
    font-family: Impact;
    font-size: 30px;
    text-transform: uppercase;
    color:#0359a8;
}
.inner_tit .tit h4{
    font-size: 16px;
    color:#555;
    font-weight: bold;
}
.inner_tit .menu{
    text-align: center;
    margin-top:10px;
}
.inner_tit .menu a{
    display: inline-block;
    font-size: 14px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 5px 10px;
    color:#333;
    margin:0 5px 5px;
}
.inner_tit .menu a:hover{
    background: #0359a8;
    border: 1px solid #0359a8;
    color:#fff;
}

.page_index{
    font-size: 14px;
    line-height: 1.8;
    color:#333;
}
.page_index .tit{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top:40px;
}
.page_index .infos{
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
    margin-bottom: 20px;
    color:#999;
}
.page_index .infos a{
    color:#999;
}
.page_index .prenext{
    background: #f5f5f5;
    border: 1px solid #ddd;
    margin-top:20px;
    padding: 10px;
}
.page_index .prenext a{
    color:#333;
}
.product_list ul{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width:263px;
    margin:20px 20px 0 0;
    border: 1px solid #eee;
    padding: 10px;
}
.product_list li:nth-child(4n){
    margin-right:0;
}
.product_list li p a{
    display: block;
    text-align: center;
    color:#666;
    font-size: 14px;
    padding: 5px 0;
}
.news_list{
    margin-top:30px;
}
.news_list li{
    width: 582px;
    height: 187px;
    background: url('../image/n_nws_bg.png') no-repeat center;
    float: left;
    margin: 0 36px 36px 0;
}
.news_list li:nth-child(2n){
    margin-right:0;
}
.news_list li h2{
    width: 582px;
    height: 50px;
    font-size: 15px;
    text-indent: 25px;
    line-height: 50px;
}
.news_list li h2 a{
    color: #fff;
    width: 550px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.news_list li .con{
    padding: 0 25px;
    width: 532px;
    height: 135px;
}
.news_list li .con em{
    color: #a8adb0;
    line-height: 28px;
    display: block;
    width: 532px;
}
.news_list li .con p{
    color: #63686b;
    line-height: 22px;
}
.news_list li .con span{
    text-decoration: underline;
    line-height: 40px;
}
.news_list li .con span a{
    color:#0362b9;
}


/*********/
.mtb20{margin:20px auto;}
img{max-width: 100%;}
.table_form {margin:10px;width:95%;}
.table_form input,.table_form textarea{line-height:28px;
    width: 100%;}
.table_form input,.table_form textarea{background:#fff; border: 1px solid #ddd;}
.table_form td{padding-left:12px}
.table_form th{font-weight:normal; text-align:right;padding-right:10px; color:#fff}
.table_form td label{ vertical-align:middle}
.table_form td,.table_form th{padding:8px 0 5px 8px;line-height:22px;}
.table_form tbody td,.table_form tbody th{border-bottom:1px solid rgba(255,255,255,.1);vertical-align: top;}
.colorpanel tbody td,.colorpanel tbody th{ padding:0;border-bottom: none;}
.table_form .button{width:60px;height:30px;line-height: 30px;text-align: center;margin-right:10px;color:#fff;background: #888;cursor: pointer;border:none;}
.table_form .button1{background: #ee8405;}

.xg-tit{
    line-height: 44px;
    font-weight: bold;
    color: #d2b068;
    font-size: 18px;
    overflow: hidden;
    margin:20px 0 10px;
}

.xg-img{
    display: flex;
}
.xg-img li{
    flex: 1;
    margin-right:20px;
}
.xg-img li a{
    color:#666;
}
.xg-img li:last-child{
    margin-right: 0;
}
.xg-news li{
    display: flex;
    height:36px;
    line-height: 36px;
    border-bottom: 1px solid rgba(0,0,0,.07);
}
.xg-news li a{
    flex: 1;
    font-size: 14px;
    color:#666;
}
.xg-keyword a{
    display: inline-block;
    margin:0 20px 10px 0;
    color:#333;
}

.page_detail{
    padding: 20px ;
}
.page_detail h1{
    font-size: 24px;
    color:#333;
    text-align: center;
    line-height: 1.3;
}
.page_detail .title_desc{
    font-size: 14px;
    text-align: center;
    color:#999;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.page_detail .title_desc em{
    padding: 0 0 0 10px;
}
.page_detail .title_desc a{
    display: inline-block;
    padding: 0 3px;
    color:#999;
}
.page__img{
    text-align: center;
    margin:20px auto;
}
.page__img img{
    margin:auto;
}
.page__content{
    font-size: 14px;
    line-height: 1.8;
    margin-top:10px;
    color:#333;
}
.page__content p{
    margin-bottom: 10px;
}
.page__turn{
    margin-top:10px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 5px 0;
}
.page__turn p {
    line-height: 20px;
    padding: 3px 10px;
    font-size: 14px;
}