html,
body {
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "Microsoft YaHei", Arial, "宋体", Helvetica, sans-serif, Verdana;
    color: #5a5a5a;
    overflow-x: hidden;
    color: #333;
}

ul,
li,
p,
img,
b,
ol,
em,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: initial;
}

a,
a:visited,
a:link {
    color: inherit;
    text-decoration: none;
}

#dituContent img {
    max-width: none;
}

img {
    max-width: 100%;
    height: auto;
}

.block:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg img {
    width: 100%;
    height: 100%;
    display: block;
}


/*友链*/

.interlink {
    background: #000;
    color: #fff;
    border-top: 1px solid #fff;
    text-align: center;
    line-height: 46px;
}

.interlink__inner {
    max-width: 96%;
    margin: 0 auto;
}

.interlink__title {
    display: inline-block;
    font-size: 16px;
}

.interlink__list {
    display: inline-block;
}

.interlink__list a.interlink__item {
    display: inline-block;
    margin-left: 15px;
}

.flink {
    background: #000;
    line-height: 36px;
    color: #fff;
    height: 36px;
    overflow: hidden;
}

.flink_t {
    float: left;
    margin-right: 10px;
}

.flink_c a {
    display: inline-block;
    margin: 0 5px;
}


/*微信弹窗*/

.Tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
}

.Tcs {
    background: #fff;
    color: #333;
    width: 70%;
    height: 343px;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 50%;
    margin-top: -171.5px;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
}

.Tc_gb {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    top: 0px;
    transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg);
}

.Tcs img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 5px;
    box-shadow: 0px 0px 3px 3px #eee;
}

.Tcs .Tc_dt {
    width: 150px;
    height: auto;
    margin: 15px auto 0;
    display: block;
    box-shadow: initial;
}

#weixin {
    line-height: 30px;
    display: inline-block;
    font-size: 15px;
}

#copy_btn {
    background: #000;
    border: none;
    line-height: 30px;
    width: 100px;
    color: #fff;
    border-radius: 5px;
    margin: 5px auto 0px;
}

.Tcs p {
    line-height: 30px;
}


/*相关*/

.xgwz,
.xgcp {
    padding: 15px;
    box-sizing: border-box;
    margin-top: 20px;
    border: 1px solid #ccc;
}


/**/

h4.related {
    border-bottom: 1px dashed #ccc;
    font-size: 20px;
    line-height: 40px;
}

h4.related span {
    display: inline-block;
}

.relatedlist {
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    color: inherit;
    display: block;
    border-bottom: 1px dashed #ccc;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

ul.relate_pr li a {
    color: inherit;
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 30px;
}

ul.relate_pr li img {
    width: 100%;
    display: block;
    height: 175px;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*主色*/

.navs b,
.navbox li a.cur:after,
.navbox li a:hover:after,
.navbox li li a.cur,
.navbox li li a:hover,
.title:after {
    background: #e01e3c;
}

.one_r,
.two_c li h4 em:after,
.three_c li h4 {
    background: #0891e1;
}

.one_r:before {
    color: #72c1ef;
}

.two_c li h4 em {
    color: #0891e1;
    border: 3px solid #0891e1;
}

.four_c li {
    border-right: 1px solid #0891e1;
}

.four_c li:nth-child(n+5) {
    border-top: 1px solid #0891e1;
}


/**/

.page_n h3,
.page_n li a:hover,
.tjxw h3:before,
.tjcp h3:before,
.product li h4,
.pagination span.current,
.product_desc_t {
    background: #0891e1;
}

.tjxw h3 b,
.tjcp h3 b {
    color: #0891e1;
}

.product_item_r .hd li.on {
    border-color: #0891e1;
}


/*头部*/


/*首页*/

.container {
    width: 1500px;
    margin: 0 auto;
}

.top {
    line-height: 40px;
    font-size: 16px;
    background: #f2f2f2;
    color: #666;
}

.top .fr img {
    display: inline-block;
    margin-right: 10px;
}

.header {
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.3);
}

.headers {
    top: 0;
    position: fixed;
    background: #fff;
}

.logo {
    float: left;
    height: 100px;
    display: flex;
    align-items: center;
    max-width: 30%;
}

.logo img {
    max-height: 90px;
    display: block;
    height: auto;
}

.navs {
    position: absolute;
    right: 10px;
    top: calc(50% - 15px);
    display: none;
}

.navs b {
    width: 24px;
    height: 3px;
    display: block;
    margin: 5px 0;
    position: relative;
    border-radius: 5px;
}


/**/

.navbox {
    max-width: 70%;
    float: right;
}

.navbox li {
    position: relative;
    float: left;
}

.navbox li ul {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    display: none;
}

.navbox li a {
    display: block;
    font-size: 18px;
    line-height: 100px;
    text-align: center;
    padding: 0 50px;
    position: relative;
}

.navbox li a.cur,
.navbox li a:hover {
    font-weight: bold;
}

.navbox li a.cur:after,
.navbox li a:hover:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.navbox li li a.cur,
.navbox li li a:hover {
    color: #fff;
    font-weight: normal;
}

.navbox li:hover ul {
    display: block;
}

.navbox li li {
    width: 100%;
    float: none;
}

.navbox li li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    padding: 0;
}


/**/

.banner {
    position: relative;
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
}

.banner .hd {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
}

.banner .hd li {
    display: inline-block;
    font-size: 0px;
    width: 10px;
    height: 3px;
    background: #fff;
    margin: 0 5px;
    border-radius: 3px;
    transition: 0.5s all;
}

.banner .hd li.on {
    width: 30px;
}

.m_banner {
    position: relative;
    display: none;
}

.m_banner img {
    width: 100%;
    display: block;
    height: auto;
}

.m_banner_btn {
    position: absolute;
    z-index: 99;
    text-align: center;
}

.m_banner_btn .swiper-pagination-bullet {
    background: #fff;
}


/**/

.one {
    padding: 70px 0;
}

.one .container {
    display: flex;
    align-items: center;
}

.one_l {
    width: 48%;
    float: left;
}

.one_l h3 {
    font-size: 40px;
    line-height: 40px;
    text-align: right;
    font-weight: bold;
}

.one_l h4 {
    font-size: 34px;
    line-height: 40px;
    text-align: right;
    margin-top: 10px;
}

.one_text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    text-indent: 2em;
    background: rgba(255, 255, 255, 0.1);
}

.one_r {
    width: 45%;
    float: right;
    position: relative;
    box-sizing: border-box;
    padding: 0 95px 60px 0;
    z-index: 0;
    margin-top: 30px;
    margin-left: 7%;
}

.one_r img {
    width: 100%;
    display: block;
    height: auto;
    margin-top: -30px;
}

.one_r:before {
    content: "ABOUT US";
    position: absolute;
    line-height: 60px;
    font-size: 60px;
    transform: rotate(90deg);
    right: -135px;
    top: 40%;
    z-index: 2;
    font-weight: bold;
    letter-spacing: 5px;
}

.one_r:after {
    content: "";
    width: calc(100% - 100px);
    height: calc(100% - 60px);
    background: #ededed;
    position: absolute;
    top: 30px;
    left: -30px;
    z-index: -1;
}


/**/

.title {
    text-align: center;
}

.title h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #666;
}

.title p {
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
    color: #666;
}

.title:after {
    width: 30px;
    height: 1px;
    content: "";
    display: block;
    margin: 15px auto 0;
}


/**/

.two {
    padding: 0 0 70px;
}

.two_img img {
    display: block;
    margin: 0 auto;
    height: 320px;
    width: auto;
}

.two_c {
    margin-top: 50px;
    position: relative;
    z-index: 0;
}

.two_c li {
    position: absolute;
    width: 45%;
    box-sizing: border-box;
    padding-right: 150px;
}

.two_img {
    padding: 200px 0;
}

.two_c li h4 {
    font-size: 22px;
    color: #222222;
    font-weight: bold;
    position: relative;
    line-height: 30px;
}

.two_c li h4 em {
    font-size: 30px;
    line-height: 22px;
    font-weight: bold;
    padding: 10px 17px 17px 10px;
    position: relative;
    top: -17px;
    margin-right: -13px;
    z-index: -1;
    display: inline-block;
    font-family: cursive;
}

.two_c li h4 em:before {
    content: "";
    width: 18px;
    height: 36px;
    background: #fff;
    position: absolute;
    right: -3px;
    bottom: -3px;
}

.two_c li h4 em:after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    margin-top: 5px;
}

.two_c li p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    text-align: justify;
}

.two_icon {
    position: absolute;
    right: 0;
    width: 120px;
    height: 120px;
    top: calc(50% - 60px);
}

.two_c li:nth-child(1) {
    top: 35px;
    left: 0;
}

.two_c li:nth-child(2) {
    top: 300px;
    width: 34%;
}

.two_c li:nth-child(3) {
    bottom: 30px;
}

.two_c li:nth-child(n+4) {
    padding-right: 0;
    padding-left: 150px;
}

.two_c li:nth-child(n+4) .two_icon {
    right: auto;
    left: 0;
}

.two_c li:nth-child(n+4) h4 {
    text-align: right;
}

.two_c li:nth-child(n+4) h4 em {
    margin-right: 0;
    margin-left: -13px;
    padding: 10px 10px 17px 17px;
}

.two_c li:nth-child(n+4) p {
    text-align: right;
}

.two_c li:nth-child(n+4) h4 em:before {
    left: -3px;
}

.two_c li:nth-child(4) {
    top: 35px;
    right: 0;
}

.two_c li:nth-child(5) {
    top: 300px;
    width: 34%;
    right: 0;
}

.two_c li:nth-child(6) {
    right: 0;
    bottom: 30px;
}


/**/

.three {
    padding: 70px 0;
}

.three .title h3,
.three .title p {
    color: #fff;
}

.three .title:after {
    background: #fff;
}

.three_c {
    margin-top: 30px;
}

.three_c li {
    width: 31.33%;
    float: left;
    margin: 20px 1% 0;
    padding: 10px 10px 10px 110px;
    box-shadow: 0 0 10px #fff;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    position: relative;
}

.three_c li img {
    width: 100px;
    height: 80px;
    position: absolute;
    left: 10px;
    top: calc(50% - 40px);
}

.three_c li h4 {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px;
}

.three_c li p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    height: 90px;
}


/**/

.four {
    padding: 70px 0;
}

.four_c {
    margin-top: 50px;
}

.four_c li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.four_c li:nth-child(4n) {
    border-right: 0;
}

.four_c li img {
    width: 100%;
    display: block;
    height: auto;
}

.four_c li p {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0px;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 1px #333;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
    padding: 10px;
    box-sizing: border-box;
}

.four_c li:hover p {
    opacity: 1;
    height: 100%;
}


/**/

.five {
    padding: 70px 0;
}

.five_c {
    margin-top: 20px;
}

.five_c li {
    width: 31.33%;
    float: left;
    background: #fff;
    margin: 30px 1% 0;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.five_c li img {
    width: 100%;
    height: auto;
    transition: 0.5s all;
}

.five_c li:hover img {
    transform: scale(1.1);
}

.five_c li h4 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: 0.5s all;
    height: 0;
}

.five_c li:hover h4 {
    opacity: 1;
    height: 40px;
}


/**/

.six {
    padding: 70px 0;
    background: #f5f6fb;
}

.six_c {
    margin-top: 50px;
}

.six_c li {
    width: 14%;
    float: left;
    margin: 0 1%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /*padding: 70px 40px 0 0;*/
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.six_c li img {
    width: calc(100% - 40px);
    height: calc(100% - 70px);
    display: block;
    transition: 0.5s all;
    border-radius: 0 30px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.six_c li:hover img {
    border-radius: 0;
    width: 100%;
    height: 100%;
}

.six_img {
    width: 100%;
    height: 374px;
}

.six_c li h4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 70px;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 20px;
}

.six_c li p {
    color: #888;
    font-size: 14px;
    width: 100%;
    bottom: 50%;
    position: absolute;
    transform: rotate(90deg);
    text-align: right;
    right: -45%;
    line-height: 30px;
    margin-bottom: -45px;
}


/**/

.seven {
    background-size: 100% 100% !important;
}

.seven_l {
    width: 60%;
    float: left;
    padding: 70px 50px 70px 0;
    box-sizing: border-box;
}

.seven_t {
    border-bottom: 1px solid #565656;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 5px;
}

.seven_t h3 {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
}

.seven_r {
    width: 40%;
    float: right;
    box-sizing: border-box;
    padding: 70px 50px 100px;
    background: url(../images/xw_bg.png) no-repeat;
    background-size: 100% 100%;
}

.seven_t p {
    font-size: 16px;
    color: #666;
    display: inline-block;
}

.seven_t:before {
    content: "";
    width: 110px;
    height: 4px;
    background: #565656;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.seven_t a.more {
    text-align: center;
    border: 1px solid #999;
    background: #fff;
    width: 76px;
    line-height: 30px;
    float: right;
    margin-top: 20px;
}

.seven_t a.more:hover {
    background: #212b5a;
    color: #fff;
}

.seven_l li {
    overflow: hidden;
}

.seven_l li img {
    float: left;
    height: 130px;
    width: 200px;
    margin-right: 10px;
}

.seven_l li h4 {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seven_l li span {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    display: block;
}

.seven_l li p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    padding-top: 5px;
}

.seven_l li:nth-child(n+2) {
    border-bottom: 1px dotted #999;
    padding: 5px 0;
}

.seven_l li:nth-child(n+2) span {
    float: right;
    line-height: 30px;
}

.seven_l li:nth-child(n+2) h4 {
    width: calc(100% - 90px);
    float: left;
    padding-left: 24px;
    position: relative;
    box-sizing: border-box;
}

.seven_l li:nth-child(n+2) h4:before {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    content: "";
    position: absolute;
    left: 3px;
    top: calc(50% - 5px);
}

.seven_r_c li {
    border-bottom: 1px solid #999;
    padding: 10px 0;
}

.seven_r_c li h4 {
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 30px;
}

.seven_r_c li p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    height: 48px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
}

.seven_r_c li h4:before {
    content: "Q";
    background: #999;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 5px;
}

.seven_r_c li p:before {
    content: "A";
    background: #999;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 5px;
}


/**/

.eight {
    padding: 70px 0;
}

.eight .title h3,
.eight .title p {
    color: #fff;
}

.eight .title:after {
    background: #fff;
}

.eight li {
    width: 23%;
    float: left;
    margin: 20px 1% 0;
    background: rgba(255, 255, 255, 0.8);
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px #fff;
}

.eight ul {
    margin-top: 30px;
}

.eight li img {
    display: block;
    transition: 0.5s all;
}

.eight li:hover img {
    transform: rotateY(360deg);
}


/**/

.one_bg,
.two_bg,
.three_bg,
.five_bg,
.seven_bg,
.eight_bg {
    display: none;
}


/**/

.footer {
    background: #333;
    padding: 70px 0;
    color: #fff;
}

.footer_nav {
    width: 35%;
    float: left;
    box-sizing: border-box;
}

.footer_lx {
    width: 45%;
    float: left;
    box-sizing: border-box;
    padding: 0 50px;
    position: relative;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 16px;
    line-height: 36px;
}

.footer_ewm {
    width: 20%;
    float: right;
    box-sizing: border-box;
    padding-left: 50px;
    text-align: center;
}

.footer_nav ul {
    width: 50%;
    float: left;
}

.footer h4 {
    font-size: 18px;
    line-height: 36px;
}

.footer_nav li {
    font-size: 16px;
    line-height: 36px;
}

.footer_ewm img {
    display: block;
    height: 120px;
    width: auto;
    margin: 15px auto 0;
}


/**/

.bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    display: none;
}

.bottom li {
    width: 25%;
    float: left;
}

.bottom li img {
    display: block;
    width: auto;
    height: 20px;
    margin: 5px auto;
}

.bottom li a {
    display: block;
    text-align: center;
    line-height: 30px;
}


/*内页*/

.page_banner img {
    width: 100%;
    display: block;
    height: auto;
}

.page {
    padding: 50px 0;
}

.tip {
    border: 1px dashed #ddd;
    line-height: 60px;
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 40px;
}

.tip:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/tip.png) no-repeat center;
    vertical-align: sub;
    margin-right: 5px;
}

.page_l {
    width: 20%;
    float: left;
}

.page_n {
    background: #f0f1f3;
}

.page_n h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.page_n li a {
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #fff;
    transition: 0.3s;
}

.page_n li a:hover {
    color: #fff;
}

.lxfs {
    background: #f0f1f3;
    padding: 30px 20px 20px;
    font-size: 14px;
    line-height: 30px;
}

.lxfs img {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 10px;
}

.tjxw {
    background: #f0f1f3;
    margin-top: 30px;
    padding: 20px;
}

.tjxw h3 {
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    position: relative;
    box-sizing: border-box;
}

.tjxw h3:before {
    content: "";
    width: 75px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.tjxw ul {
    margin-top: 10px;
}

.tjxw li a {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 30px;
}

.tjxw li a:before {
    content: "";
    width: 20px;
    height: 16px;
    display: inline-block;
    background: url(../images/xw.png) no-repeat center;
    vertical-align: sub;
    margin-right: 5px;
}

.tjcp {
    background: #f0f1f3;
    margin-top: 30px;
    padding: 20px;
}

.tjcp h3 {
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    position: relative;
    box-sizing: border-box;
}

.tjcp h3:before {
    content: "";
    width: 75px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.tjcp li {
    margin-top: 15px;
}

.tjcp li img {
    width: 100%;
    display: block;
    height: auto;
}

.tjcp li h4 {
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/**/

.page_r {
    width: 77%;
    float: right;
}

.product li {
    width: 31.33%;
    float: left;
    margin: 0 1% 30px;
    box-sizing: border-box;
    border: 8px solid #eee;
    overflow: hidden;
}

.product li img {
    width: 100%;
    display: block;
    height: 280px;
    transition: 1s;
}

.product li h4 {
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: relative;
}

.product li:hover img {
    transform: scale(1.2);
}

.pagination {
    text-align: center;
}

.pagination span,
.pagination a {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    line-height: 40px;
    background: #f0f1f3;
    padding: 0 15px;
}

.pagination span.current {
    color: #fff;
}

.product_item_l {
    width: 45%;
    float: left;
    position: relative;
}

.product_item_l li img {
    width: 100%;
    display: block;
    height: 420px;
}

.product_item_r {
    width: 52%;
    float: right;
}

.product_item_r h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    color: #444;
}

.product_item_r p {
    font-size: 16px;
    line-height: 40px;
    color: #666;
}

.product_item_r .hd {
    margin-top: 30px;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 5px;
}

.product_item_r .hd li {
    width: calc(20% - 10px);
    float: left;
    margin: 5px;
    border: 2px solid #ccc;
    box-sizing: border-box;
}

.product_item_r .hd li img {
    width: 100%;
    display: block;
    height: 85px;
}

span.prev_c {
    left: 0;
}

span.next_c {
    right: 0;
}

span.prev_c,
span.next_c {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: calc(50% - 15px);
    font-size: 30px;
    font-family: "宋体";
    cursor: pointer;
}

.product_desc_t {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.product_desc {
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
    box-shadow: 0 3px 10px #ccc;
}

.pageing {
    margin-top: 30px;
    background: #eee;
    color: #666;
    padding: 15px;
    line-height: 30px;
}


/**/

.article li {
    overflow: hidden;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 15px;
}

.article li img {
    float: left;
    margin-right: 20px;
    height: 130px;
    width: auto;
}

.article li h4 {
    font-size: 18px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.article li span {
    display: block;
    font-size: 13px;
    color: #999;
    line-height: 20px;
}

.article li p {
    font-size: 15px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    color: #666;
}

.article_title h1 {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}

.info {
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    color: #666;
}

.article_desc {
    border: 3px double #eee;
    padding: 10px;
    color: #999;
    margin: 20px 0;
}

.article_con {
    font-size: 16px;
    line-height: 30px;
}


/**/

@media only screen and (max-width:1600px) {
    .container {
        width: 1200px;
    }
    .navbox li a {
        padding: 0 30px;
    }
    .one_r:before {
        font-size: 56px;
    }
    .two_c li:nth-child(5) {
        width: 30%;
    }
    .two_c li:nth-child(2) {
        width: 30%;
    }
    .three_c li p {
        height: 72px;
    }
    .six_c li {
        padding: 50px 30px 0 0;
    }
    .six_c li h4 {
        line-height: 50px;
        font-size: 18px;
    }
    .six_c li img {
        width: calc(100% - 30px);
        height: calc(100% - 50px);
    }
    .six_img {
        height: 300px;
    }
    /**/
    .footer_nav li,
    .footer_lx {
        font-size: 14px;
        line-height: 30px;
    }
    .footer h4 {
        font-size: 16px;
    }
    /*内页*/
    .tip {
        font-size: 14px;
        line-height: 50px;
    }
    .product li img {
        height: 210px;
    }
    .page_n li a {
        line-height: 50px;
    }
    .product_item_l li img {
        height: 315px;
    }
    .product_item_r .hd li img {
        height: 60px;
    }
    ul.relate_pr li img {
        height: 130px;
    }
    .article li {
        margin-bottom: 20px;
    }
}


/**/

@media only screen and (max-width:1200px) {
    .container {
        width: 960px;
    }
    .top {
        font-size: 12px;
        line-height: 30px;
    }
    .navbox li a {
        font-size: 16px;
        padding: 0 20px;
    }
    .navbox li li a {
        font-size: 14px;
    }
    /**/
    .one {
        padding: 50px 0;
    }
    .one_l h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .one_l h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .one_text {
        font-size: 14px;
        line-height: 26px;
        margin-top: 10px;
    }
    .one_r {
        padding: 0 70px 40px 0;
    }
    .one_r:before {
        font-size: 40px;
        right: -100px;
    }
    /**/
    .two {
        padding: 0 0 50px;
    }
    .title h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .title p {
        font-size: 18px;
        line-height: 18px;
        margin-top: 15px;
    }
    .title:after {
        margin-top: 10px;
    }
    .two_c {
        margin-top: 30px;
        background-size: 90% !important;
    }
    .two_img img {
        height: 230px;
    }
    .two_img {
        padding: 140px 0;
    }
    .two_icon {
        width: 100px;
        height: 100px;
        top: calc(50% - 50px);
    }
    .two_c li {
        padding-right: 110px;
    }
    .two_c li p {
        font-size: 14px;
    }
    .two_c li h4 {
        font-size: 20px;
    }
    .two_c li:nth-child(1) {
        top: 0;
    }
    .two_c li:nth-child(2) {
        top: 190px;
        width: 33%;
    }
    .two_c li:nth-child(3) {
        bottom: 0;
    }
    .two_c li:nth-child(n+4) {
        padding-left: 110px;
    }
    .two_c li:nth-child(4) {
        top: 0;
    }
    .two_c li:nth-child(5) {
        width: 33%;
        top: 190px;
    }
    .two_c li:nth-child(6) {
        bottom: 0;
    }
    /**/
    .three {
        padding: 50px 0;
    }
    .three_c {
        margin-top: 15px;
    }
    .three_c li img {
        width: 80px;
        height: 64px;
        top: calc(50% - 32px);
    }
    .three_c li {
        padding-left: 90px;
    }
    .three_c li h4 {
        font-size: 16px;
    }
    .three_c li p {
        height: 94px;
    }
    /**/
    .four {
        padding: 50px 0;
    }
    .four_c {
        margin-top: 30px;
    }
    .four_c li p {
        font-size: 16px;
    }
    /**/
    .five {
        padding: 50px 0;
    }
    .five_c {
        margin-top: 10px;
    }
    .five_c li {
        padding: 10px;
        margin-top: 20px;
    }
    .five_c li h4 {
        font-size: 16px;
    }
    /**/
    .six {
        padding: 50px 0;
    }
    .six_c {
        margin-top: 30px;
    }
    .six_c li img {
        border-radius: 0 15px 0 0;
    }
    .six_img {
        height: 234px;
    }
    .six_c li h4 {
        font-size: 16px;
    }
    .six_c li p {
        margin-bottom: -35px;
    }
    /**/
    .seven_l {
        padding: 50px 30px 50px 0;
    }
    .seven_t h3 {
        font-size: 22px;
    }
    .seven_t p {
        font-size: 14px;
    }
    .seven_t a.more {
        margin-top: 15px;
        font-size: 13px;
    }
    .seven_t {
        margin-bottom: 20px;
    }
    .seven_l li h4 {
        font-size: 14px;
    }
    .seven_l li:nth-child(n+2) span {
        font-size: 13px;
    }
    .seven_l li:nth-child(n+2) h4:before {
        width: 5px;
        height: 5px;
        top: calc(50% - 3px);
        left: 0;
    }
    .seven_r {
        padding: 50px 30px 70px;
    }
    .seven_r_c li h4 {
        font-size: 15px;
    }
    .seven_r_c li p {
        font-size: 13px;
    }
    /**/
    .eight {
        padding: 50px 0;
    }
    .eight ul {
        margin-top: 10px;
    }
    .eight li {
        box-sizing: border-box;
        padding: 10px;
    }
    /**/
    .footer {
        padding: 50px 0;
    }
    .footer h4 {
        line-height: 30px;
    }
    .footer_nav li {
        line-height: 30px;
    }
    .footer_lx {
        padding: 0 30px;
        line-height: 30px;
    }
    .footer_ewm {
        padding-left: 30px;
    }
    /*内页*/
    .page {
        padding: 40px 0;
    }
    .tip {
        line-height: 46px;
        margin-bottom: 30px;
    }
    .page_l {
        width: 240px;
    }
    .page_r {
        width: calc(100% - 260px);
    }
    .product li {
        margin-bottom: 20px;
        border-width: 5px;
    }
    .product li img {
        height: 160px;
    }
    .product li h4 {
        line-height: 40px;
    }
    .pagination span,
    .pagination a {
        line-height: 36px;
        padding: 0 13px;
    }
    .product_item_l li img {
        height: 240px;
    }
    .product_item_r h1 {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .product_item_r p {
        font-size: 14px;
        line-height: 26px;
    }
    .product_item_r .hd {
        margin-top: 15px;
        padding: 2px;
    }
    .product_item_r .hd li {
        margin: 3px;
        width: calc(20% - 6px);
    }
    .product_item_r .hd li img {
        height: 50px;
    }
    .product_desc_t {
        font-size: 18px;
    }
    .product_desc {
        padding: 15px;
        font-size: 14px;
        line-height: 26px;
    }
    .pageing {
        padding: 10px;
        line-height: 26px;
    }
    ul.relate_pr li img {
        height: 95px;
    }
}


/**/

@media only screen and (max-width:768px) {
    .interlink {
        display: none;
    }
    .container {
        width: 96%;
    }
    .logo {
        height: 60px;
    }
    .logo img {
        max-height: 40px;
    }
    .top {
        font-size: 12px;
        line-height: 30px;
    }
    .logo_text {
        margin: 5px 0 0 10px;
        max-width: calc(70% - 60px);
    }
    .logo_tel {
        display: none;
    }
    .logo_text h3 {
        font-size: 15px;
    }
    .logo_text p {
        font-size: 12px;
        margin-top: 0;
        line-height: 20px;
    }
    .navs {
        display: block;
    }
    .banner {
        display: none;
    }
    .m_banner {
        display: block;
    }
    /**/
    .navbox {
        position: fixed;
        width: 100%;
        top: 0;
        height: 100%;
        left: 0;
        z-index: 99;
        padding: 0;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        margin-left: 0;
        max-width: none;
        float: none;
        z-index: 999;
    }
    .navbox ul.nav.container.block {
        width: 50%;
        background: #000;
        float: right;
        color: #fff;
        height: 100%;
    }
    .navbox li {
        float: none;
        width: auto;
    }
    .navbox li a {
        width: 100%;
        color: #fff;
        padding: 0;
        font-size: 16px;
        border-bottom: 1px solid #fff;
        line-height: 60px;
    }
    .navbox li:hover ul {
        display: none;
    }
    .navbtn {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 52%;
        background: url(../images/close.png) no-repeat center;
        cursor: pointer;
    }
    ul.nav {
        width: 50%;
        float: right;
        background: #000;
        height: 100%;
    }
    .navbox li a.cur,
    .navbox li a:hover {
        background: #e01e3c;
        color: #fff;
    }
    /**/
    .one {
        padding: 30px 0;
    }
    .one .container {
        display: block;
    }
    .one_l {
        width: 100%;
        float: none;
    }
    .one_l h3 {
        font-size: 24px;
        text-align: center;
    }
    .one_l h4 {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
        margin-top: 5px;
    }
    .one_text {
        line-height: 24px;
        margin-top: 5px;
    }
    .one_r {
        width: 100%;
        float: none;
        margin-top: 30px;
        margin-left: 3%;
        padding: 0 40px 20px 0;
    }
    .one_r:before {
        font-size: 20px;
        line-height: 30px;
        right: -55px;
        top: 50%;
    }
    .one_r img {
        margin-top: 0;
        position: relative;
        top: -15px;
    }
    .one_r:after {
        left: -3%;
        top: 20px;
        height: calc(100% - 40px);
    }
    /**/
    .title h3 {
        font-size: 24px;
    }
    .title p {
        font-size: 14px;
        margin-top: 10px;
    }
    .two {
        padding: 0 0 30px;
    }
    .two_c {
        background: none !important;
        margin-top: 10px;
    }
    .two_img {
        display: none;
    }
    .two_c li {
        position: relative;
        width: 100%;
        margin-top: 25px;
    }
    .two_c li:nth-child(2) {
        top: 0;
        width: 100%;
    }
    .two_c li:nth-child(5) {
        width: 100%;
        top: 0;
    }
    .two_c li h4 {
        font-size: 18px;
    }
    .two_c li h4 em {
        font-size: 20px;
        padding: 8px 15px 10px 8px;
        border-width: 2px;
    }
    .two_c li:nth-child(n+4) h4 em {
        padding: 8px 8px 10px 15px;
    }
    .two_c li h4 em:after {
        height: 2px;
    }
    .two_c li h4 em:before {
        height: 30px;
    }
    /**/
    .three {
        padding: 30px 0;
    }
    .three_c {
        margin-top: 10px;
    }
    .three_c li {
        width: 100%;
        margin: 15px 0 0;
    }
    .three_c li p {
        height: auto;
        font-size: 13px;
    }
    /**/
    .four {
        padding: 30px 0;
    }
    .four_c {
        margin-top: 15px;
    }
    .four_c li p {
        font-size: 14px;
    }
    /**/
    .five {
        padding: 30px 0;
    }
    .five_c {
        margin-top: 5px;
    }
    .five_c li {
        width: 48%;
        margin-top: 10px;
        border-radius: 5px;
        padding: 5px;
    }
    .five_c li h4 {
        font-size: 14px;
        line-height: 30px;
        opacity: 1;
        height: 30px;
    }
    /**/
    .six {
        padding: 30px 0;
    }
    .six_c {
        margin-top: 5px;
    }
    .six_c li {
        width: 48%;
        margin-top: 10px;
        border-radius: 5px;
        padding: 30px 20px 0 0;
    }
    .six_c li h4 {
        font-size: 15px;
        line-height: 30px;
        padding: 0 10px;
    }
    .six_c li p {
        font-size: 12px;
        line-height: 20px;
    }
    .six_c li img {
        width: calc(100% - 20px);
        height: calc(100% - 30px);
    }
    .six_img {
        height: 200px;
    }
    /**/
    .seven_l {
        width: 100%;
        float: none;
        padding: 30px 0;
    }
    .seven_t h3 {
        font-size: 20px;
    }
    .seven_t p {
        font-size: 12px;
    }
    .seven_t a.more {
        font-size: 12px;
        width: 60px;
        line-height: 24px;
        margin-top: 20px;
    }
    .seven_l li p {
        height: 48px;
        padding-top: 0;
    }
    .seven_l li img {
        height: 90px;
        width: 130px;
    }
    .seven_l li span {
        font-size: 12px;
        line-height: 20px;
    }
    .seven_l li h4 {
        line-height: 24px;
    }
    .seven_l li:nth-child(n+2) span {
        line-height: 24px;
    }
    .seven_l li:nth-child(n+2) h4 {
        padding-left: 15px;
    }
    .seven_l li {
        border-bottom: 1px dotted #999;
        padding-bottom: 5px;
    }
    .seven_r {
        width: 100%;
        float: none;
        padding: 30px 10px;
    }
    /**/
    .eight {
        padding: 30px 0;
    }
    .eight ul {
        margin-top: 5px;
    }
    .eight li {
        margin-top: 10px;
        padding: 5px;
        height: 80px;
    }
    /**/
    .footer {
        padding: 25px 0 80px;
    }
    .footer_nav {
        display: none;
    }
    .footer_ewm {
        display: none;
    }
    .footer_lx {
        width: 100%;
        float: none;
        border: 0;
        padding: 0;
        line-height: 24px;
    }
    .bottom {
        display: block;
    }
    /*内页*/
    .page {
        padding: 30px 0;
    }
    .tip {
        font-size: 12px;
        line-height: 36px;
        padding: 0 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 20px;
    }
    .page_l {
        width: 100%;
        float: none;
    }
    .lxfs,
    .tjxw,
    .tjcp {
        display: none;
    }
    .page_n h3 {
        display: none;
    }
    .page_n li {
        width: 33.33%;
        float: left;
    }
    .page_n {
        overflow: hidden;
    }
    .page_n li a {
        font-size: 14px;
        border: 1px solid #fff;
        line-height: 40px;
    }
    .page_r {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .product li {
        width: 48%;
        margin: 0 1% 10px;
        border-width: 3px;
    }
    .product li img {
        height: 130px;
    }
    .product li h4 {
        font-size: 14px;
        line-height: 30px;
    }
    .pagination span,
    .pagination a {
        line-height: 30px;
        padding: 0 10px;
        margin: 0 3px;
    }
    .pagination {
        padding-top: 5px;
    }
    /**/
    .product_item_l {
        width: 100%;
        float: none;
    }
    .product_item_l li img {
        height: 270px;
    }
    .product_item_r {
        width: 100%;
        float: none;
    }
    .product_item_r h1 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .product_item_r p {
        font-size: 13px;
        line-height: 22px;
    }
    .product_item_r .hd {
        margin-top: 10px;
    }
    .product_item_r .hd li img {
        height: 45px;
    }
    .product_desc_t {
        margin-top: 20px;
        font-size: 16px;
        line-height: 36px;
    }
    .product_desc {
        padding: 10px;
        font-size: 13px;
        line-height: 24px;
    }
    .pageing {
        margin-top: 20px;
        font-size: 12px;
        line-height: 22px;
        padding: 7px;
    }
    .xgwz,
    .xgcp {
        padding: 10px;
    }
    h4.related {
        font-size: 16px;
        line-height: 30px;
    }
    ul.relate_pr li img {
        height: 45px;
    }
    ul.relate_pr p {
        font-size: 12px;
        line-height: 24px;
    }
    .relatedlist {
        padding: 0;
    }
    .article li {
        padding: 10px;
    }
    .article li p {
        height: 50px;
        font-size: 14px;
        line-height: 25px;
    }
    .article li h4 {
        font-size: 16px;
    }
    .article li img {
        height: 100px;
        margin-right: 10px;
    }
    .article_title h1 {
        font-size: 18px;
        line-height: 30px;
    }
    .article_desc {
        padding: 5px;
        margin: 10px 0;
        font-size: 13px;
    }
    .article_con {
        font-size: 14px;
        line-height: 24px;
    }
    .info {
        font-size: 12px;
    }
}