﻿@charset "utf-8";
/* CSS Document */

html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font: 14px Arial, 微软雅黑;
    position: relative;
    color: #000;
    overflow-x: hidden;
}

body {
    padding-top: 60px !important
}

ul, li, p, img, b, a, ol, em, a, h1, h2, h3, h4, h5, h6 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: none;
    font-style: normal;
    border: none;
    font-weight: normal;
    text-decoration: none;
}

a, a:visited, a:link {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.title {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
}

.title b {
    font-size: 16px;
    display: block
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.one li h3, .one .more, .three li h3, .fore_m {
    color: #fff
}

.banner .hd li.on,.one li,.one .more ,.two li b:after ,.three li h3,.fore_m li .more ,.main_nav li a.cur, .main_nav li a:hover,a.next, a.prev ,.bottom li.backTop,.bottom li.Tel {
    background: #d81918;
}

.one li,.main_nav li a.cur, .main_nav li a:hover,.main_nav li a {  border: 1px solid #d81918;}


.tip a ,.main_bt:after,span.current{
    color: #d81918;
}

/**/

.header {
    background: #990000;
    position: fixed;
    height: 60px;
    top: 0px;
    z-index: 2;
    width: 100%;
}

.logo img {
    display: block;
    max-height: 60px;
}

/**/

.navs b {
    display: block;
    margin: 5px auto 0;
    width: 22px;
    height: 2px;
    background: #fff;
}

.navs {
    position: absolute;
    top: 18px;
    z-index: 11111;
    right: 18px;
}

.nav {
    width: 60%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background: #333436;
    box-shadow: -2px 0 5px #000;
}

.nav li {
    border-bottom: 1px solid #fff;
}

.nav li a {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0 0 0 25px;
    color: #fff;
    line-height: 50px;
}

.nav li img {
    margin-right: 5px;
}

.nav_gb {
    position: absolute;
    top: 10px;
    right: 63%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat;
}

.nav_m {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

/**/

.banner {
    position: relative;
}

.banner .bd li img {
    width: 100%;
    display: block;
}

.banner .hd li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 5px;
    border-radius: 50%;
    font-size: 0px;
}

.banner .hd {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

/*首页*/

/**/

.one {
    margin-top: 3%;
}

.one ul {
    overflow: hidden;
    margin: 3% 3% 0;
}

.one li img {
    width: 100%;
    height: 140px;
    display: block;
    margin: 0 auto;
}

.one li {
    width: 48.5%;
    height: 168px;
    float: left;
    text-align: center;
    margin-bottom: 3%;
    margin-right: 3%;
    box-sizing: border-box;
}

.one li:nth-child(2n) {
    margin-right: 0
}

.one li h3 {
    line-height: 25px;
    font-size: 12px;
    height: 25px;
    overflow: hidden;
}

.one .more {
    margin: 0 3%;
    display: block;
    line-height: 30px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 12px;
}

/**/

.two {
    margin-top: 3%;
}

.two ul {
    padding: 3% 3% 0;
    overflow: hidden;
}

.two li {
    width: 48.5%;
    float: left;
    border: 1px solid #ccc;
    margin-right: 3%;
    margin-bottom: 3%;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 30px;
}

.two li:nth-child(2n) {
    margin-right: 0
}

.two li h3 {
    line-height: 40px;
    font-size: 14px;
    height: 40px;
    position: relative;
}

.two li h3:before {
    content: '';
    background: url(../images/two.png) no-repeat;
    position: absolute;
    left: 50%;
    top: -13px;
    width: 130px;
    height: 21px;
    margin-left: -65px;
}

.two li p {
    padding: 0px 3%;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
}

.two li b {
    display: block;
    width: 130px;
    height: 1px;
    background: #ccc;
    position: relative;
    margin: 15px auto 0;
}

.two li b:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    left: 50%;
    margin-left: -25px;
    top: -2px;
}

.two li b:before {
    content: '';
    background: url(../images/two_xx.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 10px;
    width: 90px;
    height: 12px;
    margin-left: -45px;
}

/**/

.three {
    margin-top: 3%
}

.three ul {
    overflow: hidden;
    padding: 3% 3% 0;
}

.three li img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.three li {
    width: 48.5%;
    float: left;
    text-align: center;
    margin-bottom: 3%;
    margin-right: 3%;
}

.three li:nth-child(2n) {
    margin-right: 0
}

.three li h3 {
    line-height: 30px;
    font-size: 14px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px
}

.three li p {
    font-size: 12px;
    line-height: 22px;
    height: 68px;
    overflow: hidden;
}

/**/

.fore {
    margin-top: 3%;
    position: relative;
}

.fore_img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0px;
}

.fore_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.fore_m {
    padding: 3%;
}

.fore_m ul {
    margin-top: 3%;
    overflow: hidden;
}

.fore_m li {
    width: 23%;
    float: left;
    margin-right: 2%;
    text-align: center;
    font-size: 12px;
    line-height: 22px
}

.fore_m li:nth-child(4n) {
    margin-right: 0
}

.fore_m li h3 {
    line-height: 40px;
    font-size: 14px;
}

.fore_m li .more {
    display: block;
    line-height: 25px;
    border-radius: 5px;
    margin-top: 10px;
}

/**/

.five {
    margin-top: 3%;
}

.five .bd {
    margin: 3% 3% 0;
    overflow: hidden;
}

.five li {
    width: 142px;
    float: left;
    margin: 0 10px;
    height: 150px;
    text-align: center;
}
.five li img{
    height: 100px;
}
/**/

.six {
    margin: 3% 3% 0;
    overflow: hidden;
}

.six_title {
    border-bottom: 2px solid #adadad;
    line-height: 30px;
    padding-right: 10px
}

.six_title h2 {
    border-bottom: 2px solid #1d1d1d;
    display: inline-block;
    font-size: 16px;
    padding: 0px 10px
}

.six_title .more {
    color: #999;
    float: right;
    font-size: 12px;
}

.six ul {
    margin: 3% 3% 0;
}

.six li {
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 3%;
    margin-bottom: 3%;
}

.six li img {
    width: 20%;
    display: block;
}

.six li .fr {
    width: 100%;
}

.six li h3 {
    font-size: 14px;
    color: #5e5e5e;
    font-weight: 700;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: inline-block;
    line-height: 30px;
    width: 70%;
}

.six li span {
    font-size: 12px;
    float: right;
    line-height: 30px;
    color: #666
}

.six li p {
    width: 100%;
    font-size: 12px;
    color: #797979;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space:nowrap;
}

/**/

.sever {
    margin: 3% 3% 0;
    overflow: hidden;
}

.sever_m {
    margin-top: 3%
}

.sever img {
    width: 40%;
    margin-right: 3%;
    display: block;
    float: left
}

/*页面通用*/

.back {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    padding: 5px 10px;
}

.back img {
    width: 24px;
}

a.go_home {
    float: right;
}

.tip {
    padding: 5px 10px;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    background: #F6F5F5;
    /*margin-top: 10px;*/
    color: #333;
}

.main_bt:after {
    content: ">";
    transform: rotate(90deg);
    display: inline-block;
    font-size: 16px;
    width: 16px;
    text-align: center;
}

.main_bt {
    float: right;
    color: #444;
}

.main_nav li a.cur, .main_nav li a:hover {
    color: #fff;
}

.main_nav li a {
    display: block;
    line-height: 26px;
    color: #444;
}

.main_nav li {
    width: 31.33%;
    float: left;
    text-align: center;
    background: #fff;
    margin: 0 1% 15px;
}

.main_nav {
    padding: 16px 10px 6px;
    transition: all 0.5s linear;
    border-bottom: 1px solid #D8D8D8;
    overflow: hidden;
}

.main_m {
    padding: 20px 10px;
}

ul.product li h3 {
    background: #F3F3F3;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    padding: 0px 5px;
    box-sizing: border-box;
    text-align: center;
}

ul.product li img {
    width: 100%;
    height:130px;
    display: block;
    padding: 2px;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
}

ul.product li {
    width: 46%;
    float: left;
    margin: 0 2% 12px;
}

.pading a, .pading span {
    margin: 0 5px;
}

span.current {
    font-weight: bold;
}

.pading {
    text-align: center;
}

a.next, a.prev {
    background: #d81918;
    color: #fff;
    padding: 0.3rem 2rem;
    border-radius: 6px;
}

.product_c img {
    display: block;
    border: 1px solid #ccc;
    padding: 5px;
    width: 94%;
    margin-bottom: 10px;
}

h1.pro_text {
    font-size: 20px;
    padding-bottom: 5px;
    text-align: left;
    line-height: 30px;
}

ul.article li {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #EBEBEB;
    overflow: hidden;
}

ul.article li h3 {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
}

ul.article li p {
    color: #6f6f6f;
    line-height: 22px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
}

ul.article li em {
    float: right;
    color: #6f6f6f;
}

.article_top {
    text-align: center;
    border-bottom: 1px dashed #DEDEDE;
    padding-bottom: 10px;
}

h1.art_text {
    font-size: 20px;
    padding-bottom: 5px;
    text-align: center;
    color: #333;
}

p.info {
    color: #333;
    line-height: 20px;
}

.article_con img {
    width: 94%;
    display: block;
    border: 1px solid #ccc !important;
    padding: 5px !important;
    margin: 10px auto !important;
}

/**/

#corpright {
    text-align: center;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 55px;
    margin: 3% 0 10px;
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
    background: #3a3a3a;
}

.bottom li img {
    width: 24px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
}

.bottom li span {
    line-height: 24px;
    font-size: 14px;
    display: block;
}

.bottom li a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 25px;
}

.bottom li {
    width: 25%;
    height: auto;
    float: left;
    padding: 0px 2%;
    box-sizing: border-box;
    position: relative;
}

.bottom {
    z-index: 9999;
    position: fixed;
    height: auto;
    bottom: 0;
    width: 100%;
    background: #990000;
}

/**/

.bottom li.backTop {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 60px;
}

.bottom li.Tel {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 115px;
}

.bottom li.Tel img {
    width: 28px;
    margin-top: 5px;
}

.bot_nav:before {
    content: "";
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 50%;
    background: #fff;
    bottom: -6px;
    border-bottom: 1px solid #adadad;
    font-size: 16px;
    color: #adadad;
    text-align: center;
    height: 10px;
    width: 10px;
    margin-left: -5px;
}

.bottom li .bot_nav {
    position: absolute;
    background: #fff;
    border: 1px solid #ADADAD;
    bottom: 60px;
    width: 120px;
    border-radius: 10px;
    padding: 5px 0;
    left: 50%;
    transition: all 0.3s linear;
    transform-origin: bottom center;
    z-index: 99999;
    margin-left: -60px;
    display: none;
}

.bot_nav li a {
    border-bottom: 1px solid #D3D3D3;
    color: #000;
    margin: 0 5px;
    line-height: 24px;
}

.bot_nav li {
    width: 100%;
}

.bottom li.backTop a {
    line-height: 48px;
}
.why .why_title{
    width: 100%;
    text-align: center;
    margin: 30px auto 0px;
}
.why .why_title h2{
    color: #d11000;
    font-size: 24px;
    line-height: normal;
}
.why_desc{
    padding: 30px 10px;
}
.why_desc li{
    margin-bottom: 20px;
}
.why_desc li span:nth-child(1) {
    color: #13569a;
    font-size: 50px;
}
.why_desc li span:nth-child(2) {
    font-size: 20px;
    position: relative;
    top: -6px;
    left: 5px;
}
.title a.tmore{
    display: block;
    font-size: 14px;
    padding: 2px 10px;
    border:1px solid #990000;
    width: 100px;
    margin: 5% auto;
    border-radius: 16px;
    color: #990000;
}