﻿@charset "utf-8";
html, body {
    height:100%;
}

body {
    margin:0px;
    padding:0px;
    margin:0px auto;
    font-size:14px;
    line-height:24px;
    color:#666666;
    width:100%;
    min-width:320px;
    zoom:1;
    font-family:frutigernext, "Microsoft YaHei", Arial, Helvetica, sans-serif, Arial, "宋体";
    background-size:cover;
}

ul, li, form, dl, dt, dd, div, ul, li, p, em, i, address {
    font-style:normal;
    list-style:none;
    padding:0px;
    margin:0px;
}

h1, h2, h3, h4, h5, h6 {
    padding:0px;
    margin:0px;
}

select, input, textarea, button {
    font-size:14px;
    border-radius:0;
    -webkit-border-radius:0;
    color:#414446;
    font-family:"微软雅黑";
}

input:focus {
    outline:none;
}

input, button, select, textarea {
    border:0px;
    outline:none; /*-webkit-appearance:none;*//*强制去除表单自带的样式*/
}

button {
    cursor:pointer;
}

textarea {
    resize:none; /*-webkit-appearance:none;*//*强制去除textarea自带的样式*/
}

textarea, input, select {
    background:none;
    border:none;
    margin:0;
    padding:0;
}

article, aside, footer, header, hgroup, nav, section, figure, figcaption, address {
    display:block;
}

/*html5设置*/
figure, figcaption {
    margin:0px;
    padding:0px;
}

audio, canvas, progress, video {
    display:inline-block;
    vertical-align:baseline;
	    border-radius: 6px;
}

img {
    max-width:100%;
    border:none;
    border:0;
    vertical-align:top;
	border-radius: 10px;
}

a {
    color:#666666;
    text-decoration:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
}

a:focus {
    outline:none;
    -moz-outline:none;
}

a:hover {
    text-decoration:none;
    color:#0069b0;
}

*:hover {
    transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
}

.fl {
    float:left;
}

.fr {
    float:right;
}

.tr {
    text-align:right;
}

.tc {
    text-align:center;
}

.hidetxt {
    display:none;
}

.clear {
    clear:both;
}

.clearfix {
    overflow:hidden;
    _zoom:1;
}

.clearfix:after {
    content:'';
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}

.clearfix {
    *zoom:1;
}

:-moz-placeholder {
    color:#bdbdbd;
}

::-moz-placeholder {
    color:#bdbdbd;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color:#bdbdbd;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color:#b2b2b2;
}

select {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

select::-ms-expand {
    display:none;
}

/*Ie clear arr*/
select {
    border:1px solid #ababab;
    height:30px;
    color:#ababab;
    text-indent:0.5em;
    background:url(../images/selectarr.gif) right center no-repeat;
}

.input {
    border:1px solid #ababab;
    height:28px;
    line-height:28px;
    text-indent:0.5em;
    color:#bdbdbd;
}

.relative {
    position:relative;
}

.both {
    clear:both;
}

/*font*/
.f_red {
    color:#ff0000;
}

.f_blue {
    color:#0069b0;
    text-decoration:underline;
}

.Scale-img {
    overflow:hidden;
    cursor:pointer;
    zoom:1;
}

.Scale-img img {
    opacity:1;
    -webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
    transition:opacity 0.35s, transform 0.35s;
}

.Scale-img:hover img {
    opacity:1;
    -webkit-transform:scale3d(1.2, 1.2, 1);
    transform:scale3d(1.2, 1.2, 1);
    top:0px;
    left:0px;
}

/*pages*/
.Pages {
    zoom:1;
    text-align:center;
    color:#666;
    clear:both;
}

.Pages1 {
    margin-top:60px;
}

.Pages span {
    padding:0px 0px;
    display:inline-block;
}

.Pages a {
    display:inline-block;
    margin:0px 4px;
    line-height:36px;
    text-align:center;
}

.Pages .p_page a {
    display:inline-block;
    vertical-align:middle;
}

.Pages .p_page .a_prev, .Pages .p_page .a_next, .Pages .p_page .a_first, .Pages .p_page .a_end {
    display:inline-block;
    vertical-align:middle;
    color:#666;
    font-size:14px;
}

.Pages .p_page .num a {
    display:inline-block;
    width:40px;
    text-align:center;
    vertical-align:middle;
    font-size:14px;
    color:#666;
    border:1px solid #e6e6e6;
}

.Pages a.a_next {
    width:90px;
    height:36px;
    border:1px solid #e6e6e6;
}

.Pages a.a_next:hover {
    color:#fff;
    background:#db2b14;
    border:1px solid #db2b14;
}

.Pages .p_page .num a:hover, .Pages .p_page .num a.a_cur, .Pages .p_page .num a.page-num-current {
    color:#fff;
    background:#db2b14;
    border:1px solid #db2b14;
}

@media ( max-width:768px) {
    .Pages .p_page .num a:nth-child(4), .Pages .p_page .num a:nth-child(5), .Pages .p_page .num a:nth-child(6) {
        display:none;
    }
}

/*pages end*/

/*Top s*/
.w1440 {
    max-width:1440px;
    min-width:300px;
    margin:0px auto
}

@media ( max-width:1440px) {
    .w1440 {
        max-width:95%;
    }
}

@media ( max-width:320px) {
    .w1440 {
        padding:0px;
        max-width:95%;
    }
}

.head {
    height:100px;
}

.head .logo {
    margin-top:24px;
    float:left;
}

.head .logo img {
    width:267px;
    height:52px;
}

.head .Nav {
    float:left;
    margin-left:100px;
}

.head .Nav li {
    float:left;
  
    height:100px;
    line-height:95px;
    text-align:center;
    margin-right:20px;
}

.head .Nav li a {
    font-size:18px;
    color:#333;
    font-weight:bold;
}

.head .Nav li a em {
    display:block;
    background:#db2b14;
    width:0px;
    height:4px;
    margin:0px auto;
    transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
}

.head .Nav li:hover a {
    color:#db2b14;
}

.head .Nav li:hover a em {
    width:88px;
}

.head .Nav li.ahover a {
    color:#db2b14
}

.head .Nav li.ahover a em {
    width:88px;
}

.head .lang {
    float:left;
    width:112px;
    margin-top:32px;
}

.head .lang em {
    display:inline-block;
    width:18px;
    height:17px;
    background:url(../images/gj.png) no-repeat;
    vertical-align:middle;
}

.head .lang select {
    width:85px;
    font-size:14px;
    color:#4c4c4c;
    border:none;
    background:url(../images/jt.png) no-repeat center right;
}

.Searchbox {
    float:right;
    width:70px;
    height:100px;
    text-align:center;
    background:#b5b3b6;
    position:relative;
}

.Searchbox .icon {
    cursor:pointer;
    line-height:100px;
}

.Searchbox .icon img {
    display:inline-block;
    vertical-align:middle;
}

.Search {
    display:none;
    background:#fff;
    border-radius:13px;
    width:263px;
    height:30px;
    position:absolute;
    right:0px;
    top:100px;
    z-index:999;
    box-shadow:0px 0px 5px #ccc;
}

.Search .ipt {
    width:80%;
    height:30px;
    line-height:30px;
    text-indent:1em;
    line-height:normal;
}

.Search .searchbtn {
    color:#fff;
    cursor:pointer;
    width:70px;
    height:30px;
    border-radius:13px;
    background:#db2b14;
    position:absolute;
    right:0px;
    top:0px;
}

.head .Nav li .navdl {
    width:100%;
    padding:130px 0 230px 0;
    background:rgba(0, 0, 0, .9);
    position:absolute;
    top:100px;
    left:0;
    z-index:999;
    display:none
}

.head .Nav li .navdl .dlcon {
    width:960px;
    margin:0 auto;
}

.head .Nav li .navdl dd {
    width:127px;
    float:left;
    margin-right:80px;
}

.head .Nav li .navdl dd:nth-child(5n) {
    margin-right:0px;
}

.head .Nav li .navdl dd a {
    display:block;
    width:100%;
    height:34px;
    text-align:center;
    font-size:18px;
    color:#c7c7c7;
    font-weight:normal;
    margin-bottom:30px;
    line-height:30px;
    border-radius:100px;
}

.head .Nav li .navdl dd a:hover {
    background:#a60f16;
    box-shadow:0 10px 20px rgba(219, 43, 20, .9);
    color:#fff;
}

/*2版头部*/
.head1 {
    width:100%;
    position:absolute;
    top:0px;
    z-index:999;
    
}

.head1 .heads {
    height:80px;
}

.head1 .logo1 {
    float:left;
}

.head1 .logo1 img {
    width:240px;
    height:72px;
    margin-top:14px;
}

.head1 .Navs {
    margin-left:56px;
}

.head1 .Navs li {
    height:80px;
    line-height:76px;
    margin-right:3px;
}

.head1 .Navs li a em {
    height:3px;
    background:#fff;
}

.head1 .Navs li a {
    color:#e5e5e5;
    font-size:18px;
}

.head1 .Navs li:hover a {
    font-weight:bold;
    color:#fff;
}

.head1 .Navs li:hover a em {
    width:60px;
}

.head1 .Navs li.ahover a {
    font-weight:bold;
    color:#fff;
}

.head1 .Navs li.ahover a em {
    width:60px;
}

.search {
    height:24px;
    float:left;
    position:relative;
    margin-top:13px; /*margin-left:20px;*/
    margin-top:26px;
}

/*.selecttop i{display:inline-block;width:1px;height:24px;background:#80b7e5;vertical-align:middle;margin-right:20px;margin-top:-4px;}*/
.search input {
    width:150px;
    height:24px;
    margin-left:25px;
    border:1px solid #fff;
    border-radius:100px;
    padding:0 0px 0 10px;
}

.search a {
    position:absolute;
    top:5px;
    right:10px;
}

.search input::-webkit-input-placeholder {
    color:#e5e5e5;
    font-size:14px;
}

.selecttop {
    float:left;
    margin:25px 0 0 20px;
    display:none;
}

.select_box {
    position:relative;
    padding:0;
    width:60px;
    z-index:500;
    height:26px;
    border:1px solid #fff;
    border-radius:100px;
}

.select_box input {
    cursor:pointer;
    width:55px;
    text-indent:0.5em;
    height:26px;
    line-height:26px;
    overflow:hidden;
    border:0px;
    color:#e5e5e5;
    background:url(../images/ico.png) right center no-repeat;
}

.select_box ul {
    width:60px;
    position:absolute;
    left:-1px;
    top:26px;
    display:none;
    border:1px solid #fff;
    z-index:99999;
    padding:0px;
    border-radius:10px;
}

.select_box ul li {
    text-align:center;
    cursor:pointer;
    line-height:26px;
    color:#e5e5e5
}

.select_box li:hover, .select_box .hover {
    color:#fff;
    background:#e60021;
}

.en {
    float:right;
    margin-top:25px;
}

.en a {
    display:inline-block;
    font-size:14px;
    color:#e5e5e5;
}

.en a i {
    display:inline-block;
    width:1px;
    height:10px;
    background:#e5e5e5;
    margin:0 13px 0 16px;
}

.head1 .Navs li .navdls .dlcon {
    width:100%;
}

.head1 .Navs li .navdls {
    top:80px;
    height:60px;
    padding:0px;
    background:rgba(0, 0, 0, .1);
}

.heads .Navs li .navdl dd {
    width:100%;
    line-height:60px;
}

.head1 .Navs li .navdls dd a {
    display:inline-block;
    width:auto;
    height:auto;
    margin-bottom:0px;
    line-height:normal;
    border-radius:0px;
    font-size:14px;
    color:#fff;
    margin-right:60px;
}

.head1 .Navs li .navdls dd a:hover {
    background:none;
    box-shadow:none;
    color:#fff;
}

/*手机导航 s*/
.phone_header {
    display:none;
    position:relative;
    padding:10px 10px 0px;
    height:46px;
    background:rgba(0, 0, 0, .4);
}

.phone_header .Logo {
    padding-top:0px;
}

.phone_header .Logo img {
    height:43px;
    filter: opacity(0.7);
}

.phone_header .search1 {
    width:94%;
    margin-left:3%;
    height:30px;
    background:#dddddd;
    margin:12px auto;
    overflow:hidden;
}

.phone_header .search1 .input {
    text-indent:1em;
    font-size:12px;
    width:90%;
    line-height:30px;
    height:30px;
    border:0px;
    float:left;
}

.phone_header .link {
    z-index:80;
    position:relative;
    font-size:12px;
    width:94%;
    margin-left:3%;
    height:30px;
    line-height:30px;
}

.phone_header .link span {
    display:block;
    background:#dddddd url(../images/selectarr01.gif) right center no-repeat;
    text-indent:1em;
    cursor:pointer;
}

.phone_header .link ul {
    position:absolute;
    padding:5px 0px;
    left:0px;
    width:100%;
    top:0px;
    background:#dddddd;
    display:none;
}

.phone_header .link ul li {
    text-indent:1em;
    padding:0px;
    line-height:22px;
}

#navigation {
    float:right;
    padding-right:10px;
}

#navigation .openbtn {
    cursor:pointer;
    display:block;
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-8px;
    z-index:100;
    width:30px;
}

#navigation .openbtn span {
    display:block;
    width:30px;
    height:2px;
    background:#2a2a2a;
    margin:3px 0px;
}

#navigation .closebtn {
    cursor:pointer;
    display:block;
    position:absolute;
    right:5px;
    top:16px;
    z-index:100;
    width:30px;
}

#navigation .closebtn span {
    display:block;
    width:30px;
    height:2px;
    background:#2a2a2a;
    margin:3px 0px;
}

#navigation .sp1 {
    -webkit-transform:translate(0, 3px) rotate(45deg) !important;
    -moz-transform:translate(0, 3px) rotate(45deg) !important;
    -ms-transform:translate(0, 3px) rotate(45deg) !important;
    -o-transform:translate(0, 3px) rotate(45deg) !important;
    transform:translate(0, 3px) rotate(45deg) !important;
    background:#000000 !important;
}

#navigation .sp2 {
    -webkit-transform:translate(0, -3px) rotate(-45deg) !important;
    -moz-transform:translate(0, -3px) rotate(-45deg) !important;
    -ms-transform:translate(0, -3px) rotate(-45deg) !important;
    -o-transform:translate(0, -3px) rotate(-45deg) !important;
    transform:translate(0, -3px) rotate(-45deg) !important;
    background:#000000 !important;
}

#navigation .sub {
    padding-top:45px;
    top:0%;
    display:none;
    z-index:999;
    position:absolute;
    right:0px;
    width:100%;
    background:#fff;
}

#navigation .sub li {
    border-bottom:1px solid #dddddd;
}

#navigation .sub li span {
    position:relative;
    display:block;
    line-height:40px;
    z-index:99;
}

#navigation .sub li span a {
    color:#000000;
    display:block;
    padding-left:10px;
    font-size:15px;
}

#navigation .sub li:last-child {
    background:none;
}

.UI-jian {
    background:url(../images/zoom_jian.png) center center no-repeat;
}

.UI-jia {
    background:url(../images/zoom_jia.png) center center no-repeat;
}

#navigation li span .UI-jian, #navigation li span .UI-jia {
    position:absolute;
    right:0px;
    top:0px;
    width:45px;
    height:40px;
    display:block;
    cursor:pointer;
}

#navigation .sub .foldContent {
    display:none;
    margin-bottom:-1px;
    background:#f4f1f1;
}

#navigation .sub .foldContent li {
    border-bottom:1px solid #fff;
    margin-bottom:0;
    line-height:30px;
}

#navigation .sub .foldContent li a {
    color:#333;
    display:block;
    padding-left:20px;
}

#navigation .bg {
    left:0px;
    top:0px;
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    height:100%;
    background:#fff;
    z-index:998;
}

/*手机导航 end*/
/*Top e*/

@media ( min-width:1920px) {
    .head .Nav {
        margin-left:130px;
    }

    .head .Nav li {
        margin-right:40px;
    }

    .head1 .Navs li {
        margin-right:8px;
    }
}

@media ( max-width:1024px) {
    .head .Nav {
        margin-left:0px;
    }

    .head .Nav li {
        margin-right:0px;
    }

    .head1 .Navs li {
        margin-right:0px;
    }

    .head1 {
        display:none;
    }

    .phone_header {
        display:block;
    }

    .w1200 {
        width:95%;
        margin:0 auto;
    }

    .foot {
        height:auto;
    }
}

/*@media (max-width:998px){

}*/

/*Top e*/

/*bottom  s*/
.foot {
    width:100%;
    height:auto;
    background:#242424;
}

.foot .farea {
    width:27%;
    padding:30px 0;
    background:#333;
    margin-top:-50px;
    float:left;
}

.foot .farea .area1 {
    padding:0 24px;
}

.foot .farea .area1 .lxway {
    width:60%;
    float:left;
}

.foot .farea .area1 .lxway .lx1 {
    font-size:18px;
    color:#fff;
    margin:15px 0 20px 0;
}

.foot .farea .area1 .lxway .lx2 {
    font-size:14px;
    color:#646464;
}

.foot .farea .area1 .lxwx {
    width:35%;
    float:right;
    margin-top:40px;
}

.foot .farea .area1 .lxwx img {
    display:block;
    width:100%;
    height:auto;
}

.foot .farea .area1 .lxwx p {
    font-size:14px;
    color:#646464;
    text-align:center;
    margin-top:5px;
}

.foot .farea .area1 .xuanze {
    margin-top:24px;
    position:relative;
}

.foot .farea .area1 .xuanze input {
    width:95%;
    padding-left:5%;
    color:#ababab;
    height:44px;
    border:none;
    border-radius:5px;
    background:#424242 url(../images/jttop.png) 95% no-repeat;
    cursor:pointer;
}

.foot .farea .area1 .xuanze .select_uls {
    width:100%;
    position:absolute;
    bottom:44px;
    display:none;
    background:#424242;
    z-index:99999;
    padding:0px;
    border-radius:5px;
}

.foot .farea .area1 .xuanze .select_uls li {
    text-align:left;
    cursor:pointer;
    line-height:35px;
    color:#e5e5e5
}

.foot .farea .area1 .xuanze .select_uls li a {
    color:#ababab;
    font-size:14px;
    padding-left:20px;
}

.foot .farea .area1 .xuanze .select_uls li:hover, .foot .farea .area1 .xuanze .hover {
    color:#fff;
    background:#e60021;
}

.foot .farea .area1 .xuanze .select_uls li:hover a {
    color:#fff;
}

.foot .flink {
    width:65%;
    float:right;
    margin-top:30px;
}

.foot .flink li {
    width:15%;
    float:left;
    margin-right:6.2%;
}

.foot .flink li:nth-child(5n) {
    margin-right:0px;
}

.foot .flink li p {
    font-size:18px;
    color:#fff;
    margin-bottom:30px;
}

.foot .flink li a {
    display:block;
    font-size:14px;
    color:#646464;
    line-height:30px;
}

.foot .footb {
    height:49px;
    border-top:1px solid #3a3a3a;
    margin-top:36px;
    line-height:49px;
}

.foot .footb .ftit {
    float:left;
    font-size:12px;
    color:#646464;
}

.foot .footb .ftit a {
    color:#646464;
}

.foot .footb .fenx {
    float:right;
}

.foot .footb .fenx .fxa {
    float:left;
}

.foot .footb .fenx .fxa a {
    font-size:12px;
    color:#646464;
}

.foot .footb .fenx .fxa a i {
    display:inline-block;
    width:1px;
    height:8px;
    background:#3a3a3a;
    margin:0 14px 0 14px;
}

.foot .footb .fenx .fx {
    float:right;
    margin-left:30px;
}

.foot .footb .fenx .fx span {
    font-size:12px;
    color:#646464;
}

.foot .footb .fenx .fx .aimg {
    display:inline-block;
}

.foot .footb .fenx .fx .aimg img {
    display:inline-block;
    vertical-align:middle;
    margin:-3px 10px 0 0;
}

.foot .footb .fenx .fx .linka {
    position:relative;
    display:inline-block;
    vertical-align:middle;
}

.foot .footb .fenx .fx .linka a img {
    display:inline-block;
    vertical-align:middle;
    margin:-5px 0px 0 0;
}

.foot .footb .fenx .fx .linka p {
    position:absolute;
    width:100px;
    height:100px;
    top:-105px;
    right:-20px;
    display:none;
}

.foot .footb .fenx .fx .linka:hover p {
    display:block;
}

@media ( max-width:1366px) {
    .foot .farea .area1 .lxway .lx2 {
        font-size:10px;
    }
}

/*bottom  e*/

/**************************首页****************************/

/*banner  s*/
.ban {
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
}

.ban .hd {
    position:absolute;
    left:50%;
    bottom:40px;
    transform:translate(-50%, 0%);
    z-index:1
}

.ban .hd ul {
    overflow:hidden;
    zoom:1;
    float:left;
}

.ban .hd ul li {
    display:inline-block;
    vertical-align:middle;
    margin-right:18px;
    width:8px;
    height:8px;
    background:#fff;
    border-radius:50%;
    cursor:pointer;
}

.ban .hd ul li.on {
    width:30px;
    border-radius:100px;
}

.ban .bd {
    position:relative;
    height:100%;
    z-index:0;
}

.ban .bd li {
    zoom:1;
    vertical-align:middle;
}

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

.ban .next {
    display:inline-block;
    vertical-align:middle;
    width:9px;
    height:16px;
    background:url(../images/bfl.png) no-repeat;
    margin-right:18px;
}

.ban .prev {
    display:inline-block;
    vertical-align:middle;
    width:9px;
    height:16px;
    background:url(../images/brh.png) no-repeat;
}

.ban .bantext {
    position:absolute;
    width:100%;
    height:200px;
    background:red;
    z-index:999;
    top:100px;
    left:0px;
}

.ban .bantext .banimg img {
    display:block;
}

.ban .bantext .banimg img.img2 {
    margin-top:28px;
}

.banscan {
    -webkit-animation-name:fadescan;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:1;
    -webkit-animation-delay:0s;
    -moz-transform:scale(1, 1);
    -webkit-transform:scale(1, 1);
    -o-transform:scale(1, 1);
}

@-webkit-keyframes fadescan {
    0% {
        -moz-transform:scale(1.5, 1.5);
        -webkit-transform:scale(1.5, 1.5);
        -o-transform:scale(1.5, 1.5);
        opacity:0;
        visibility:visible;
    }
    100% {
        -moz-transform:scale(1, 1);
        -webkit-transform:scale(1, 1);
        -o-transform:scale(1, 1);
        opacity:1;
        visibility:hidden;
    }
}

/*banner  e*/

/*公司介绍  s*/
.gs {
    width:100%;
}

.gs .gsfl {
    width:35%;
    float:left;
}

.gs .gsfl .map {
    text-align:center;
    margin:30px auto;
}

.gs .gsfl .gstro .gs1 {
    font-size:32px;
    color:#333;
    font-weight:bold;
    font-family:"Arial"
}

.gs .gsfl .gstro .gline1 {
    width:30px;
    height:3px;
    background:#db2b14;
    margin:32px 0 14px 0;
}

.gs .gsfl .gstro .gs2 {
    font-size:24px;
    color:#333;
    font-weight:bold;
    margin-bottom:20px;
}

.gs .gsfl .gstro .gline2 {
    width:280px;
    height:1px;
    background:#e6e6e6;
    margin:24px 0 30px 0;
}

.gs .gsfl .gstro .gs3 {
    font-size:14px;
    color:#808080;
    line-height:25px;
    height:125px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}

.gs .gsfl .gstro .gsa {
    margin-top:40px;
}

.gs .gsfl .gstro .gsa a {
    display:inline-block;
    font-size:18px;
    color:#666;
    font-weight:bold;
}

.gs .gsfl .gstro .gsa a i {
    display:inline-block;
    width:1px;
    height:14px;
    background:#b3b3b3;
    vertical-align:middle;
    margin:0 10px 0 14px;
}

.gs .gsrh {
    width:56%;
    float:right;
}

.gs .gsrh li {
    float:left;
    width:50%;
    height:300px;
    text-align:center;
    position:relative;
    cursor:pointer;
    overflow:hidden;
}

.gs .gsrh li .icon {
    margin-top:50px;
}

.gs .gsrh li .gstitle {
    font-size:24px;
    color:#333;
    font-weight:bold;
    margin:35px 0 30px 0;
}

.gs .gsrh li .Con {
    width:80%;
    margin:0 auto;
    font-size:14px;
    color:#808080;
    text-align:center;
    line-height:25px;
    height:50px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.gs .gsrh li .mask {
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    bottom:0%;
    display:none;
}

.gs .gsrh li .mask .mcon {
    width:90%;
    margin:0 auto;
    text-align:center;
    margin-top:90px;
}

.gs .gsrh li .mask .mcon .c1 {
    font-size:24px;
    color:#fff;
    font-weight:bold;
}

.gs .gsrh li .mask .mcon .c2 {
    font-size:14px;
    color:#fff;
    line-height:25px;
    margin:30px 0 38px 0;
    height:50px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.gs .gsrh li .mask .mcon .check {
    display:block;
    width:140px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:14px;
    color:#fff;
    border:1px solid rgba(255, 255, 255, .66);
    margin:0 auto;
}

/*.gs .gsrh li:hover .mask{display:block;transition:500ms;}*/
.gs .gsrh .hd li.on .mask {
    display:block;
    transition:500ms;
}

/*公司介绍  e*/

/*产品中心 s*/
.cp {
    width:100%;
    overflow:hidden;
}

.cp .cptitle {
    margin-top:40px;
}

/*.cp .cptitle .t1{font-size:50px;color:#fff;font-weight:bold;}
.cp .cptitle .t2{font-size:24px;color:#fff;font-weight:bold;}
.cp .cptitle .t2 i{color:#db2b14;margin:0 10px 0 15px;}
*/
.cp .cptitle .ntit1 {
    font-size:32px;
    color:#fff;
    font-weight:bold;
}

.cp .cptitle .nline1 {
    width:30px;
    height:3px;
    background:#db2b14;
    margin:22px 0 8px 0;
}

.cp .cptitle .ntit2 {
    font-size:22px;
    color:#fff;
    font-weight:bold;
}

.cp ul {
    margin:30px 0 30px 0;
    overflow:hidden;
}

.cp ul li {
    float:left;
    width:24%;
    margin-right:1.3%;
}

.cp ul li:nth-child(4n) {
    margin-right:0px;
}

.cp ul li .cpimg {
    width:100%;
    height:auto;
}

.cp ul li .cpimg img {
    width:100%;
    height:auto;
	border-radius: 10px;
}

.cp ul li .cpicon {
    font-size:18px;
    color:#fff;
    font-weight:bold;
    margin-top:16px;
    height:36px;
}

.cp ul li:hover .cpimg img {
    -webkit-transform:scale3d(1.2, 1.2, 1);
    transform:scale3d(1.2, 1.2, 1);
}

.cp ul li .cpicon i {
    display:inline-block;
    margin:0 12px 0 10px;
    vertical-align:middle;
    position:relative;
}

.cp ul li .cpicon i .i1, .cp ul li .cpicon i .i2 {
    display:block;
    position:absolute;
    left:0;
    top:0;
}

.cp ul li .cpicon i.is1 {
    width:38px;
    height:24px;
}

.cp ul li .cpicon i.is2 {
    width:33px;
    height:32px;
}

.cp ul li .cpicon i.is3 {
    width:33px;
    height:34px;
}

.cp ul li .cpicon i.is4 {
    width:36px;
    height:36px;
}

.cp ul li .cpicon i .i1 {
    transition:400ms;
}

.cp ul li .cpicon i .i2 {
    -webkit-transform:scale(0);
    transform:scale(0);
    opacity:0;
    filter:alpha(opacity=0);
    transition:500ms;
}

.cp ul li:hover .cpicon i .i2 {
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:1;
    filter:alpha(opacity=100);
}

.cp ul li:hover .cpicon i .i1 {
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}

.cp ul li:hover .cpicon {
    color:#e60021;
}

/*产品中心 e*/

/*新闻 s*/
/*.new{}*/
.new .newfl {
    width:27%;
    float:left;
    margin-top:150px;
    position:relative;
}

.new .newfl .ntit1 {
    font-size:32px;
    color:#333;
    font-weight:bold;
}

.new .newfl .nline1 {
    width:30px;
    height:3px;
    background:#db2b14;
    margin:32px 0 14px 0;
}

.new .newfl .ntit2 {
    font-size:24px;
    color:#333;
    font-weight:bold;
}

.new .newfl .nline2 {
    width:80%;
    height:1px;
    background:#e6e6e6;
    margin:24px 0 37px 0;
}

.new .newfl .hd li {
    float:left;
    font-size:16px;
    color:#666;
    cursor:pointer;
}

.new .newfl .hd li i {
    display:inline-block;
    width:1px;
    height:12px;
    background:#d9d9d9;
    vertical-align:middle;
    margin:0 20px 0 20px;
}

.new .newfl .hd li.on {
    color:#db2b14;
}

.new .newfl .more {
    width:80%;
}

.new .newfl .more a {
    display:block;
    float:right;
    font-size:14px;
    color:#333;
    font-weight:bold;
    margin-top:70px;
}

.new .newfl .more a i {
    display:inline-block;
    width:12px;
    height:7px;
    background:url(../images/jt1.png);
    vertical-align:middle;
    margin-right:4px;
}

.new .newrh {
    width:73%;
    float:right;
}

.new .newrh .bd ul {
}

.new .newrh .bd ul li {
    width:33%;
    float:left;
    background:#f7f8fa;
    border-left:2px solid #f0f0f0;
}

.new .newrh .bd ul li .Ncon {
    padding:30px 20px 60px 20px;
}

.new .newrh .bd ul li .Ncon .ntime .timed {
    font-size:26px;
    color:#333;
    font-family:Arial;
}

.new .newrh .bd ul li .Ncon .ntime .timey {
    font-size:16px;
    color:#999;
    font-family:Arial;
}

.new .newrh .bd ul li .Ncon .nimg {
    margin-top:50px;
}

.new .newrh .bd ul li .Ncon .ntext {
    font-size:18px;
    color:#333;
    line-height:25px;
    height:50px;
    margin:20px 0 20px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.new .newrh .bd ul li .Ncon .newcon {
    font-size:14px;
    color:#999;
    line-height:25px;
    height:50px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.new .newrh .bd ul li:hover .Ncon .ntext {
    color:#db2b14;
}

.new .newrh .bd ul li:hover .nimg img {
    -webkit-transform:scale3d(1.2, 1.2, 1);
    transform:scale3d(1.2, 1.2, 1);
	width:100px;
	height:100px;
	object-fit: cover;
}

/*新闻 e*/

@media (min-width:768px) and (max-width:979px) {

    .new .newrh .bd ul li {
        width:32.9%;
    }

    .new .newfl .hd li i {
        margin:0 10px 0 10px;
    }

    .gs .gsfl .gstro .gsa a {
        margin-bottom:10px;
    }

    .foot, .foot .footb {
        height:auto;
    }
}

@media ( max-width:767px) {
    .ban .hd {
        bottom:10px;
    }

    .gs .gsfl, .gs .gsrh {
        width:100%;
        float:none;
    }

    .gs .gsrh {
        margin-top:30px;
    }

    .gs .gsfl .gstro .gs1 {
        font-size:24px;
    }

    .gs .gsfl .gstro .gs2 {
        font-size:18px;
    }

    .gs .gsfl .gstro .gline1 {
        margin:12px 0 10px 0;
    }

    .gs .gsfl .gstro .gline2 {
        margin:14px 0 20px 0;
    }

    .gs .gsfl .gstro .gsa a {
        font-size:14px;
    }

    .gs .gsfl .gstro .gsa a i {
        margin:0 5px 0 9px;
    }

    .gs .gsrh li .icon img {
        max-width:80%;
    }

    .gs .gsrh li {
        float:none;
        width:100%;
    }

    .cp .cptitle .t1 {
        font-size:30px;
    }

    .cp .cptitle .t2 {
        font-size:16px;
    }

    .cp {
        background:url(../images/cpbg.jpg) no-repeat center center;
        background-size:100% 100%;
    }

    .cp ul li {
        float:none;
        width:100%;
        margin-right:0px;
        margin-bottom:30px;
    }

    .new .newrh {
        margin-top:100px;
    }

    .new .newfl, .new .newrh {
        width:100%;
        float:none;
    }

    .new .newfl {
        margin-top:50px;
    }

    .new .newfl .more a {
        margin-top:30px;
    }

    .new .newrh .bd ul li {
        float:none;
        width:100%;
        margin-bottom:50px;
    }

    .new .newrh .bd ul li .Ncon {
        padding:30px 20px 50px 20px;
    }

    .new .newfl .nline2 {
        margin:15px 0 15px 0;
    }

    .new .newrh .bd ul li .Ncon .nimg {
        text-align:center;
    }

    .foot {
        padding-bottom:10px;
    }

    .foot .footb {
        padding-top:30px;
    }

    .foot, .foot .footb {
        height:auto;
    }

    .foot .farea {
        width:100%;
        margin-top:0px;
        float:none;
    }

    .foot .flink {
        width:100%;
    }

    .foot .flink li {
        width:29%;
    }

    .foot .footb .ftit {
        text-align:center;
        margin-bottom:10px;
    }

    .foot .flink li:nth-child(3n) {
        margin-right:0px;
    }

    .foot .footb {
        line-height:20px;
    }

    .foot .footb .fenx {
        float:none;
        margin:20px 0 20px 0;
    }

    .foot .footb .fenx .fxa {
        float:none;
        text-align:center;
        margin-bottom:10px;
    }

    .foot .footb .fenx .fx {
        float:none;
        text-align:center;
        margin-left:0px;
    }

}

@media ( max-width:640px) {
    .gs .gsfl {
        padding-top:30px;
    }

    .gs .gsrh li {
        width:50%;
        float:left;
    }

    .cp ul li {
        width:48%;
        float:left;
    }

    .cp ul li:nth-child(2n) {
        float:right;
    }

    .foot .footb {
        margin-top:26px;
    }

    .foot .flink li a {
        display:none;
    }

    .foot .flink {
        margin-top:0px;
    }

    .foot .flink li p {
        margin-bottom:0px;
        margin-top:20px;
        display:none;
    }

}

@media ( max-width:480px) {
    .new .newfl .more a {
        position:absolute;
        top:40px;
        right:0px;
    }

    .new .newrh {
        margin-top:50px;
    }

    .new .newrh .bd ul li .Ncon .ntext {
        margin:20px 0 10px 0;
    }

    .new .newrh .bd ul li .Ncon .nimg {
        margin-top:30px;
    }

    .new .newrh .bd ul li .Ncon {
        padding-bottom:30px;
    }

    .new .newrh .bd ul li {
        margin-bottom:30px;
    }
}

@media ( max-width:320px) {
    .cp ul li .cpicon {
        font-size:16px;
    }

    .cp ul li .cpicon i .i1, .cp ul li .cpicon i .i2 {
        max-width:80%;
    }

    .cp ul li .cpicon i {
        margin:0 2px 0 5px;
    }

    .new .newrh .bd ul li {
        margin-bottom:30px;
    }

}

/*********************新闻列表**********************/
.nbox {
    padding-bottom:130px;
}

.title {
    margin:60px 0 30px 0;
    text-align:center;
}

.title .titp1 {
    font-size:26px;
    color:#333;
    font-weight:bold;
}

.title .titp2 {
    font-size:14px;
    color:#999;
    margin:10px 0 30px 0;
}

.title .toplink {
}

.title .toplink a {
    display:inline-block;
    width:200px;
    height:40px;
    border:1px solid #e6e6e6;
    border-radius:7px;
    font-size:16px;
    color:#666;
    line-height:40px;
    margin-right:8px;
}

.title .toplink a:last-child {
    margin-right:0px;
}

.title .toplink a:hover, .title .toplink a.thover {
    color:#333;
    border:1px solid #db2b14;
}

/*.newul{}*/
.newul li {
    border-bottom:1px solid #ebebeb;
}

.newul li a {
    display:block;
    padding:40px 30px 30px 20px;
}

.newul li a .newimg {
    width:21%;
    height:160px;
    float:left;
    overflow:hidden;
}

.newul li a .newimg img {
    display:inline-block;
    max-height:160px;
    opacity:1;
    -webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
    transition:opacity 0.35s, transform 0.35s;
	width: 100%;
}

.newul li a .newbox {
    width:75%;
    float:right;
}

.newul li a .newbox .newtit {
    margin-top:10px;
    padding-right:44px;
    height:34px;
    background:url(../images/njt.png) center right no-repeat;
    font-size:22px;
    color:#333;
    line-height:34px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.newul li a .newbox .ninfo {
    margin:20px 0 20px 0;
    font-size:14px;
    color:#808080;
    height:48px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.newul li a .newbox .ntimes {
    font-size:14px;
    color:#808080;
}

.newul li a .newbox .ntimes i {
    display:inline-block;
    width:16px;
    height:16px;
    background:url(../images/time.png);
    vertical-align:middle;
    margin:-5px 10px 0 0;
}

.newul li:hover {
    background:#f7f7f7;
}

.newul li:hover a .newbox .newtit {
    color:#db2b14;
    background:url(../images/njt1.png) center right no-repeat;
}

.newul li:hover a .newimg img {
    -webkit-transform:scale3d(1.2, 1.2, 1);
    transform:scale3d(1.2, 1.2, 1);
}

@media ( max-width:768px) {
    .newul li a .newimg {
        height:140px;
        line-height:140px;
    }

    .newul li a .newimg img {
        vertical-align:middle;
    }

    .newul li a .newbox .newtit {
        font-size:18px;
    }

    .newul li a .newbox .ninfo {
        margin:10px 0 10px 0;
    }
}

@media ( max-width:640px) {
    .title .toplink a {
        width:160px;
    }
}

@media (max-width:480px) {
    .title .toplink a {
        width:100px;
    }

    .newul li a .newimg, .newul li a .newbox {
        float:none;
        width:100%;
    }

    .newul li a .newimg {
        text-align:center;
    }

    .nbox {
        padding-bottom:60px;
    }

    .Pages1 {
        margin-top:40px;
		
    }

    .newul li a .newimg, .newul li a .newimg img {
        height:auto;
        line-height:0px;
        margin-bottom:15px;
		width: 100%;
		border-radius:5px;
		object-fit: cover;

    }

    .newul li a .newbox .newtit {
        font-size:16px;
    }
}

/*********************新闻详情**********************/
.nwarea {
    margin-top:60px;
    width:1000px;
    margin:0 auto;
}

.Titleinfo {
    color:#666;
    padding:0 0px 24px 0px;
    margin-bottom:25px;
    text-align:center;
    border-bottom:1px dashed #e6e6e6;
}

.Titleinfo .tit {
    font-size:20px;
    color:#333;
    padding-bottom:10px;
}

.Titleinfo .date i {
    margin:0px 12px;
    display:inline-block;
}

.Shares {
    display:inline-block;
    *display:inline;
    zoom:1;
    vertical-align:middle;
}

.xqimgs {
    text-align:center;
    margin:20px 0 20px 0;
}

.Aboutcon p {
    font-size:14px;
    color:#666;
    line-height:30px;
    margin-bottom:10px;
}

.PrevNextBox {
    border-top:1px solid #dadada;
    margin:30px 0 0 0;
    padding:22px 0px 0px;
    position:relative;
    color:#888888;
}

.PrevNextBox dl {
    padding-left:56px;
    position:relative;
    height:25px;
    margin-bottom:7px;
}

.PrevNextBox dl b {
    position:absolute;
    left:0px;
    top:0px;
    color:#000000;
    font-weight:normal;
}

.PrevNextBox a {
    color:#666666;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    width:90%;
    display:block;
}

.PrevNextBox a:hover {
    color:#db2b14;
}

.PrevNextBox a.none {
    cursor:default;
    color:#db2b14;
}

.PrevNextBox a.none:hover {
    color:#db2b14;
}

@media (max-width:998px) {
    .nwarea {
        width:95%;
    }
}

/*********************人才理念**********************/
.lncon {
    width:100%;
    height:auto;
    background:url(../images/dot.jpg) repeat;
}

.lntop {
    padding:90px 0;
}

.lnfl {
    width:100%;
}

.lnfl .lntit {
    margin-top:30px;
    text-align:center;
}

.lnfl .lntit p:nth-child(1) {
    font-size:36px;
    color:#333;
    font-weight:bold;
}

.lnfl .lntit p:nth-child(2) {
    font-size:14px;
    color:#999;
    margin-top:10px;
}

.lnfl .lnul {
    margin-top:80px;
}

.lnfl .lnul li {
    float:left;
    width:25%;
}

.lnfl .lnul li .lnbox {
    width:80%;
    margin:0 auto;
    text-align:center;
}

.lnfl .lnul li .lnbox img {
    display:inline-block;
}

.lnfl .lnul li .lnbox p:nth-child(2) {
    font-size:20px;
    color:#333;
    margin:20px 0 10px 0;
}

.lnfl .lnul li .lnbox p:nth-child(3) {
    font-size:14px;
    color:#808080;
    margin-top:10px;
}

.team {
    padding:60px 0 150px 0;
    background:#f7f7f7;
}

.team .tetit {
    text-align:center;
    margin-bottom:60px;
}

.team .tetit p:nth-child(1) {
    font-size:36px;
    color:#333;
    font-weight:bold;
}

.team .tetit p:nth-child(2) {
    font-size:14px;
    color:#999;
    margin-top:10px;
}

/* .team .tefl{float:left;width:42%;height:610px;overflow:hidden;} */
/* .team .tefl img{display:inline-block;width:100%;height:610px;opacity:1;-webkit-transition:opacity 0.35s,-webkit-transform 0.35s;transition:opacity 0.35s,transform 0.35s;} */
.team .terh {
    float:right;
    width:100%;
}

.team .terh li {
    width:32%;
    float:left;
    margin-right:2%;
    margin-bottom:2%;
    height:300px;
    overflow:hidden;
}

.team .terh li:nth-child(3n) {
    margin-right:0px;
}

.team .terh li img {
    width:100%;
    height:300px;
    opacity:1;
    -webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
    transition:opacity 0.35s, transform 0.35s;
}

.team .tefl:hover img, .team .terh li:hover img {
    -webkit-transform:scale3d(1.2, 1.2, 1);
    transform:scale3d(1.2, 1.2, 1);
}

@media (max-width:768px) {
    .lntop {
        padding:40px 0;
    }

    .lnfl .lntit {
        margin-top:0px;
    }

    .lnfl .lnul {
        margin-top:10px;
    }

    .team .terh li img, .team .terh li {
        height:170px;
    }

    .team .tefl {
        height:auto;
    }

    .team .tefl img {
        height:342px;
    }

    .team {
        padding:40px 0 80px 0;
    }
}

@media (max-width:480px) {
    .lntop {
        padding:30px 0;
    }

    .lnfl {
        float:none;
        width:100%;
    }

    .lnfl {
        margin-bottom:30px;
    }

    .lnrh {
        text-align:center;
    }

    .lnfl .lntit {
        text-align:center;
    }

    .lnfl .lntit p:nth-child(1) {
        font-size:26px;
    }

    .lnrh img {
        width:auto;
    }

    .team .tefl, .team .terh {
        width:100%;
        float:none;
    }

    .team .tefl img {
        width:100%;
        height:auto;
        margin-bottom:1%;
    }

    .team .terh li img, .team .terh li {
        height:auto;
    }

    .team {
        padding-bottom:50px;
    }

    .lnfl .lnul li {
        width:50%;
        margin-bottom:20px;
    }

}

@media (max-width:479px) {
    .lnfl .lnul li .lnbox img {
        width:auto;
        height:auto;
        max-width:80%;
    }

    .lnfl .lnul li .lnbox p:nth-child(2) {
        font-size:18px;
    }

    .lnfl .lnul li .lnbox {
        width:95%;
    }

    .lnfl .lnul li .lnbox p:nth-child(2):after {
        clear:both;
    }

    .lnfl .lnul li {
        height:auto;
    }
}

/*********************子公司公司介绍**********************/
/*.jscon{padding:0px 0 150px 0;}*/
.jscon .jstext {
    width:100%;
    height:540px;
    margin-top:60px;
    background:#f7f7f7;
}

.jscon .jstext .jstit {
    float:left;
    width:53%;
    margin:50px 0 0px 30px;
}

.jscon .jstext .jstit .js1 {
    font-size:36px;
    color:#333;
}

.jscon .jstext .jstit .js2 {
    font-size:16px;
    color:#4c4c4c;
    margin:20px 0 0px 0;
    height:325px;
    overflow:hidden;
}

.jscon .jstext .jstit p {
    font-size:16px;
    color:#4c4c4c;
    margin-bottom:10px;
    text-indent:2em;
    line-height:30px;
}

.jscon .jstext .jstit a.jsxq {
    display:block;
    width:180px;
    height:50px;
    border:1px solid #e60021;
    line-height:50px;
    text-align:center;
    color:#e60021;
}

.jscon .jstext .jsimg {
    float:right;
    width:39%;
    margin:-30px 30px 0 0;
}

.jscon .jstext .jsimg img {
    width:100%;
    height:auto;
}

.jsul {
    padding:0 0 45px 0;
    background:#f7f7f7;
    width:100%;
    margin-top:80px;
    overflow:hidden;
    margin-bottom:80px;
}

.jsul ul li {
    width:22.7%;
    float:left;
    margin-right:3%;
    padding-bottom:40px;
    border-bottom:3px solid #ccc;
}

.jsul ul li:nth-child(4n) {
    margin-right:0px;
}

.jsul ul li a {
    display:block;
}

.jsul ul li .jspic {
    width:100%;
    height:auto;
    overflow:hidden;
}

.jsul ul li .jspic img {
    width:100%;
    height:auto;
    display:block;
    opacity:1;
    -webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
    transition:opacity 0.35s, transform 0.35s;
}

.jsul ul li .jsbox {
    width:90%;
    margin:0 auto;
    text-align:center;
}

.jsul ul li .jsbox .jsp1 {
    font-size:24px;
    color:#333;
    font-weight:bold;
    margin:20px 0 5px 0;
}

.jsul ul li .jsbox .jsp2 {
    font-size:14px;
    color:#999;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.jsul ul li .jsbox .jsline {
    width:20px;
    height:2px;
    background:#b3b3b3;
    margin:15px auto 17px;
}

.jsul ul li .jsbox .jsp3 {
    font-size:14px;
    color:#666;
    line-height:25px;
    height:50px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.jsul ul .check a {
    display:block;
    width:180px;
    height:50px;
    margin:50px auto 0;
    border:2px solid #e60021;
    line-height:50px;
    font-size:16px;
    color:#e60021;
    text-align:center;
}

.jsul ul li:hover .jspic img {
    -webkit-transform:scale3d(1.2, 1.2, 1);
    transform:scale3d(1.2, 1.2, 1);
}

.jsul ul li:hover {
    border-bottom:3px solid #db2b14;
    box-shadow:0 0 15px rgba(0, 0, 0, .2);
}

.lxcon {
    padding:0px 20px 150px 20px;
}

.lxcon .flway {
    width:40%;
    border-right:1px solid #e6e6e6;
    padding-right:5%;
    float:left;
}

.lxcon .flway .lxspan, .lxcon .lxrh .lxspan {
    font-size:24px;
    color:#333;
    font-weight:bold;
    border-bottom:1px solid #e6e6e6;
    padding-bottom:20px;
}

.lxcon .flway .lxspan i, .lxcon .lxrh .lxspan i {
    font-size:14px;
    color:#808080;
    font-weight:normal;
}

.lxcon .flway dl dd {
    margin-top:40px;
}

.lxcon .flway dl dd .ads {
    display:inline-block;
    vertical-align:middle;
}

.lxcon .flway dl dd .lxtit {
    display:inline-block;
    vertical-align:middle;
    margin-left:10px;
    width:80%;
}

.lxcon .flway dl dd .lxtit p:nth-child(1) {
    font-size:18px;
    color:#333;
}

.lxcon .flway dl dd .lxtit p:nth-child(2) {
    font-size:14px;
    color:#666;
}

.lxcon .lxrh img {
    width:100%;
}

.lxcon .lxrh iframe {
    width:100% !important;
}

.lxcon .lxrh {
    width:50%;
    float:right;
}

.lxcon .lxrh .lyfl {
    float:left;
    width:47%;
    margin-top:40px;
}

.lxcon .lxrh .lyfl dl dd {
    margin-bottom:20px;
}

.lxcon .lxrh .lyfl dl dd label {
    font-size:14px;
    color:#666;
}

.lxcon .lxrh .lyfl dl dd input {
    width:84%;
    height:48px;
    border:1px solid #e6e6e6;
    font-size:14px;
    color:#b2b2b2;
}

.lxcon .lxrh .lyfl dl dd.don input {
    width:24.6%;
    height:48px;
    border:1px solid #e6e6e6;
    padding-left:2%;
    font-size:14px;
    color:#b2b2b2;
}

.lxcon .lxrh .lyfl a.tijiao {
    display:block;
    width:160px;
    height:50px;
    background:#db2b14;
    line-height:50px;
    text-align:center;
    font-size:14px;
    color:#fff;
    margin-left:16%;
}

.lxcon .lxrh .lyfl dl dd input.files {
    border:0px;
}

.lxcon .lxrh .lyrh {
    float:right;
    width:47%;
    margin-top:40px;
}

.lxcon .lxrh .lyrh label {
    font-size:14px;
    color:#666;
    vertical-align:top;
    margin-top:20px;
}

.lxcon .lxrh .lyrh textarea {
    width:84%;
    height:190px;
    border:1px solid #e6e6e6;
}

@media (max-width:768px) {
    .jscon .jstext {
        height:auto;
    }

    .jscon .jstext .jstit {
        width:52%;
    }

    .jscon .jstext .jstit .js1 {
        line-height:40px;
    }

    .lxcon .flway, .lxcon .lxrh {
        width:100%;
        float:none;
    }

    .lxcon .flway {
        padding-right:0px;
        border-right:0px;
    }

    .lxcon .lxrh {
        margin-top:40px;
    }
}

@media (max-width:640px) {
    .jscon .jstext {
        padding:60px 0;
    }

    .jscon .jstext .jstit {
        margin:0 auto;
        width:90%;
        float:none;
    }

    .jscon .jstext .jsimg {
        width:100%;
        float:none;
        text-align:center;
        margin:30px 0 0 0;
    }

    .jscon .jstext .jsimg img {
        display:inline-block;
        width:auto;
    }

    .lxcon .lxrh .lyfl dl dd input, .lxcon .lxrh .lyrh textarea {
        width:83%;
    }

    .lxcon .lxrh .lyfl dl dd.don input {
        width:24.2%;
    }
}

@media (max-width:480px) {
    .title {
        margin:40px 0 20px 0;
    }

    .jscon .jstext {
        margin-top:20px;
    }

    .jscon .jstext .jstit .js1 {
        font-size:22px;
        text-align:center;
    }

    .jscon .jstext .jstit .js2 {
        margin:15px 0 15px 0;
    }

    .jscon .jstext {
        padding:30px 0;
    }

    .jscon .jstext .jstit p {
        font-size:14px;
    }

    .jscon .jstext .jstit a.jsxq {
        width:140px;
        height:40px;
        line-height:40px;
    }

    .jsul ul li {
        width:48%;
        margin-right:0px;
        float:left;
    }

    .jsul ul li:nth-child(2n) {
        float:right;
    }

    .jsul ul li .jsbox .jsp1 {
        font-size:20px;
    }

    .jsul ul .check a {
        width:140px;
        height:40px;
        line-height:40px;
    }

    .lxcon .flway .lxspan, .lxcon .lxrh .lxspan {
        font-size:22px;
    }

    .lxcon .lxrh .lyfl, .lxcon .lxrh .lyrh {
        width:100%;
        float:none;
    }

    .lxcon .flway dl dd .ads img {
        width:50px;
        height:49px;
    }

    .lxcon .flway dl dd .lxtit {
        width:75%;
    }
}

/*********************子公司产品列表**********************/
.cpbox {
    padding:30px 0 100px 0;
    background:#f7f7f7;
}

.cpbox .confl {
    float:left;
    width:260px;
}

.cpbox .confl .topfl {
    width:100%;
    height:100px;
    background:#808080;
    overflow:hidden;
}

.cpbox .confl .topfl p:nth-child(1) {
    font-size:28px;
    color:#fff;
    font-weight:bold;
    margin:25px 0 0 30px;
}

.cpbox .confl .topfl p:nth-child(2) {
    font-size:14px;
    color:#fff;
    margin:10px 0 0 30px;
}

.cpbox .confl ul li {
    width:100%;
    background:#fff;
    text-align:center;
    line-height:60px;
}

.cpbox .confl ul li a {
    height:60px;
    display:block;
    font-size:16px;
    color:#333;
    width:85%;
    margin:0 auto;
    border-bottom:1px solid #ebebeb;
}

.cpbox .confl ul li:last-child a {
    border-bottom:0px;
}

.cpbox .confl ul li a.aems {
    text-align:initial;
}

.cpbox .confl ul li a.aems em {
    float:right;
    width:7px;
    height:12px;
    margin-top:24px;
}

.cpbox .confl ul li dl {
    width:100%;
    background:#fff;
    padding:20px 0;
    border-bottom:1px solid #ebebeb;
    display:none;
}

.cpbox .confl ul li dl dd a {
    border-bottom:0px;
}

.cpbox .confl ul li dl dd a.alink {
    height:auto;
    color:#666;
    line-height:40px;
    text-align:initial;
    margin-left:30px;
    font-size:14px;
}

.cpbox .confl ul li dl dd a:hover {
    color:#ff0000;
}

.cpbox .confl ul li dl dd a.ahover {
    color:#ff0000;
}

.cpbox .confl ul li.ahover .Adl {
    display:block;
}

.cpbox .confl ul li:hover a.aems em, .cpbox .confl ul li.ahover a.aems em {
    background:url(../images/rjt.png);
}

.cpbox .confl ul li:hover a, .cpbox .confl ul li.ahover a {
    color:#ff0000;
}

.cpbox .conrh {
    float:right;
    width:77%;
    background:#fff;
    padding:30px 0 70px 0;
}

.cplist {
    padding:0 30px;
}

.cplist li {
    width:31%;
    float:left;
    border:1px solid #ebebeb;
    margin-right:3.1%;
    margin-bottom:40px;
    cursor:pointer;
}

.cplist li:nth-child(3n) {
    margin-right:0px;
}

.cplist li .acp {
    display:block;
    margin:9px;
    position:relative;
    overflow:hidden;
}

.cplist li .acp img.picimg {
    display:block;
    width:100%;
    height:200px;
    opacity:1;
    -webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
    transition:opacity 0.35s, transform 0.35s;
}

.cplist li .acp .abox {
    width:100%;
    height:40px;
    position:absolute;
    bottom:0px;
    background:rgba(0, 0, 0, .6);
    z-index:999;
}

.cplist li .acp .abox p {
    font-size:16px;
    color:#fff;
    width:63%;
    float:left;
    line-height:40px;
    margin-left:2%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.cplist li .acp .abox a {
    float:right;
    width:90px;
    height:40px;
    background:#c13522;
    font-size:14px;
    color:#fff;
    line-height:40px;
    text-align:center;
}

.cplist li:hover .acp img.picimg {
    -webkit-transform:scale3d(1.2, 1.2, 1);
    transform:scale3d(1.2, 1.2, 1);
}

@media ( max-width:1024px) {
    .cpbox .conrh {
        width:70%;
    }

    .cplist li {
        width:48%;
        float:left;
        margin-right:0px;
    }

    .cplist li:nth-child(2n) {
        margin-right:0px;
        float:right;
    }
}

@media ( max-width:768px) {
    .cpbox .conrh {
        width:60%;
    }

    .cplist li {
        width:48%;
        float:left;
        margin-right:0px;
    }

    .cplist li:nth-child(2n) {
        margin-right:0px;
        float:right;
    }

    .cplist li .acp .abox p {
        width:50%;
    }

    .cplist li .acp .abox a {
        width:70px;
    }
}

@media ( max-width:640px) {
    .cpbox .confl, .cpbox .conrh {
        float:left;
        width:100%;
    }

    .cpbox .conrh, .cpbox {
        padding-bottom:60px;
    }
}

@media ( max-width:479px) {
    .cpbox .confl, .cpbox .conrh {
        float:left;
        width:100%;
    }

    .cpbox .conrh, .cpbox {
        padding-bottom:40px;
    }

    .cpbox .confl .topfl {
        height:80px;
    }

    .cpbox .confl .topfl p:nth-child(1) {
        font-size:22px;
        margin-top:18px;
    }

    .cpbox .confl .topfl p:nth-child(2) {
        margin-top:0px;
    }

    .cplist li, .cplist li:nth-child(2n) {
        width:100%;
        float:none;
        margin-right:0px;
    }

    .cplist {
        padding:0 20px;
    }

    .cplist li {
        margin-bottom:20px;
    }
}

/*********************整车详情页**********************/
.car {
    width:94%;
    margin:0 auto;
    border:1px solid #e6e6e6;
    border-top:0px;
}

.car .carxq {
    position:relative;
}

.about_nav {
    background:#f7f7f7;
    height:42px;
    line-height:44px;
    clear:both;
    border-bottom:1px solid #e6e6e6;
}

.about_nav span {
    display:block;
    float:left;
    width:250px;
    line-height:44px;
    cursor:pointer;
    text-align:center;
    font-size:20px;
    font-weight:bold;
    color:#333;
}

.about_nav span:hover, .about_nav span.cur {
    background:#db2b14;
    color:#fff;
}

.about_con {
    padding-top:10px;
}

.about_con .Thead1 {
    border-bottom:1px solid #ebebeb;
    margin-bottom:30px;
    height:40px;
}

.about_con .Thead1 h2 {
    display:inline-block;
    font-size:20px;
    color:#333;
    border-bottom:2px solid #db2b14;
    line-height:39px;
}

.carcon {
    padding:0 30px 55px;
}

#is1, #is2 {
    margin-top:30px;
}

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

.carcon .cartits {
    height:800px;
    overflow:auto;
}

.carcon .cartit p {
    font-size:14px;
    color:#4c4c4c;
    line-height:30px;
    margin-bottom:10px;
}

.carlist .ans .antit {
    height:50px;
    padding:0 0px 0 30px;
    font-size:20px;
    color:#fff;
    line-height:50px;
    cursor:pointer;
    background:#676767 url(../images/jia.png) 98% center no-repeat;
}

.carlist .ans .anbox {
    width:100%;
    height:auto;
}

.carlist .ans .anbox img {
    display:block;
    width:100%;
    height:auto;
}

.carlist .ans.on .anbox {
    display:block;
}

.carlist .ans.on .anbox1 {
    display:block !important;;
}

.carlist .ans.on .antit {
    background:#676767 url(../images/jian.png) 98% center no-repeat;
}

.cimg {
    position:relative;
}

.cimg li .sbox {
    width:320px;
    height:240px;
    overflow:hidden;
}

.cimg li .sbox img {
    display:block;
    width:100%;
    height:240px;
    opacity:1;
    -webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
    transition:opacity 0.35s, transform 0.35s;
}

.cimg li:hover .sbox img {
    -webkit-transform:scale3d(1.2, 1.2, 1);
    transform:scale3d(1.2, 1.2, 1);
}

.cimg .flex-direction-nav a {
    width:30px;
    height:60px;
}

.cimg .flex-direction-nav .flex-prev {
    left:0px;
    top:50%;
    background:url(../images/fl.png) center center;
}

.cimg .flex-direction-nav .flex-next {
    right:0px;
    top:50%;
    background:url(../images/rh.png) center center;
}

.cimg .flex-control-nav {
    display:none;
}

.tubiao {
    width:100%;
    background:#f7f7f7;
    padding:25px 0 30px 0;
}

.tubiao ul li {
    width:25%;
    height:auto;
    text-align:center;
    float:left;
}

.tubiao ul li img {
    display:inline-block;
}

.tubiao ul li p {
    width:90%;
    margin:0 auto;
    word-wrap:break-word;
    font-size:16px;
    color:#4c4c4c;
    margin-top:14px;
}

@media ( max-width:1024px) {
    .about_nav span {
        width:auto;
        padding:0 20px;
    }
}

@media ( max-width:768px) {
    .about_nav span {
        width:auto;
        padding:0 10px;
        font-size:14px;
    }

    .carlist .ans .antit {
        font-size:16px;
    }
}

@media ( max-width:480px) {
    .about_nav span {
        width:auto;
        padding:0px 4px;
        font-size:12px;
    }

    .carlist .ans .antit {
        font-size:14px;
    }

    .tubiao ul li {
        width:48%;
        float:left;
        margin-bottom:20px;
    }

    .tubiao ul li:nth-child(2n) {
        float:right;
    }

    .tubiao ul li img {
        width:60px;
        height:60px;
    }

    .carlist .ans .antit {
        padding:0 0px 0 10px;
    }

    .carcon {
        padding:0 10px 34px;
    }

}

/*********************子公司产品详情**********************/
.rhbox {
    padding:0 30px;
}

.rhtit {
    border-bottom:1px dashed #d9d9d9;
    padding-bottom:15px;
}

.rhtit .rhtit1 {
    font-size:18px;
    color:#333;
    font-weight:bold;
    float:left;
}

.rhtit .rhtit1 i {
    display:inline-block;
    width:22px;
    height:22px;
    background:url(../images/cp.png);
    vertical-align:middle;
    margin:-3px 6px 0px 0;
}

.rhtit .rhtit2 {
    float:right;
    font-size:15px;
    color:#808080;
}

.rhtit .rhtit2 i {
    display:inline-block;
    width:26px;
    height:26px;
    background:url(../images/home.png);
    vertical-align:middle;
    margin:-3px 6px 0px 0;
}

.rhtit .rhtit2 a {
    color:#808080;
}

.rhtit .rhtit2 a:hover, .rhtit .rhtit2 span {
    color:#db2b14
}

.rhimg {
    margin-top:30px;
}

.rhimg .xqfl {
    width:48%;
    float:left;
}

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

.rhimg .xqrh {
    width:48%;
    float:right;
}

.rhimg .xqrh .xqtit {
    font-size:36px;
    color:#333;
    font-weight:bold;
    padding-bottom:25px;
    border-bottom:1px solid #ebebeb;
    margin:30px 0 30px 0;
}

.rhimg .xqrh p {
    font-size:16px;
    color:#4c4c4c;
    line-height:30px;
}

.canshu {
    margin-top:40px;
}

.canshu p {
    font-size:24px;
    color:#333;
    font-weight:bold;
}

.canshu .csimg {
    margin-top:22px;
}

.canshu .csimg img {
    display:block;
    width:auto;
    height:auto;
}

.canshu .csimg1 {
    margin-top:22px;
    padding-bottom:30px;
    border:1px solid #e6e6e6;
    text-align:center;
}

.canshu .csimg1 img {
    display:inline-block;
}

.cstit {
    margin-top:22px;
}

.cstit p.ptit {
    font-size:24px;
    color:#db2b14;
    font-weight:bold;
}

.tubiao1 {
    border:1px solid #e6e6e6;
    background:none;
    margin-top:22px;
}

.tubiao1 div.ptit2 {
    font-size:20px;
    color:#333;
    text-align:center;
    margin-bottom:40px;
}

@media ( max-width:768px) {
    .rhimg .xqfl, .rhimg .xqrh {
        width:100%;
        float:none;
    }

    .rhtit .rhtit1 {
        font-size:16px;
    }

    .rhtit .rhtit2 {
        font-size:13px;
    }
}

@media ( max-width:480px) {
    .rhbox {
        padding:0 10px;
    }

    .rhimg .xqfl, .rhimg .xqrh {
        width:100%;
        float:none;
    }

    .rhtit .rhtit1 {
        font-size:16px;
    }

    .rhtit .rhtit2 {
        font-size:13px;
    }

    .rhimg .xqrh .xqtit {
        font-size:24px;
        margin:20px 0 20px 0;
    }

    .canshu p, .cstit p.ptit {
        font-size:20px;
    }

    .tubiao1 div.ptit2 {
        font-size:17px;
    }

}

/*********************公司介绍**********************/
.jies {
    padding:80px 0;
}

.jies .jie1 {
    font-size:36px;
    color:#333;
    font-weight:bold;
    text-align:center;
}

.jies .jie2 {
    font-size:14px;
    color:#999;
    text-align:center;
    margin-top:10px;
}

.jies .intro {
    padding:60px 40px 40px 40px;
    box-shadow:0 0 25px rgba(0, 0, 0, .1);
    margin-top:50px;
}

.jies .intro p {
    font-size:16px;
    color:#4c4c4c;
   
    margin-bottom:40px;
    line-height:30px;
}

.jgou {
    padding:80px 0;
    text-align:center;
}

.jgou .zuzhi .zh1 {
    font-size:36px;
    color:#fff;
    text-align:center;
    font-weight:bold;
}

.jgou .zuzhi .zh2 {
    font-size:14px;
    color:#b4c7e0;
    text-align:center;
    margin-top:10px;
}

.jgou .zuzhi img {
    display:inline-block;
    margin-top:60px;
}

.hscon {
    background:#f5f5f5;
}

.hstit {
    text-align:center;
    margin-bottom:60px;
}

.hstit p:nth-child(1) {
    font-size:36px;
    color:#333;
    font-weight:bold;
}

.hstit p:nth-child(2) {
    font-size:14px;
    color:#999;
    margin-top:10px;
}

.History {
    padding:80px 20px 90px 20px;
    position:relative;
}

.History .hd {
    height:82px;
    background:url(../images/line3.png) no-repeat center 40px;
    padding:0 3%;
    position:relative;
    overflow:hidden;
}

.History .hd li {
    padding-top:40px;
    background:url(../images/jy3-1.jpg) no-repeat center 37px;
    font-size:16px;
    width:192px;
    text-align:center;
    color:#b4b4b4;
    text-align:center;
    line-height:40px;
    float:left;
    cursor:pointer;
}

.History .hd li.on {
    background:url(../images/jy3-2.jpg) no-repeat center 0px;
    color:#e60021;
    font-weight:bold;
}

.History .hd .prev, .History .hd .next {
    width:55px;
    height:55px;
    margin-top:-30px;
    position:absolute;
    top:50%;
    cursor:pointer;
}

.History .hd .prev {
    background:url(../images/fl1.jpg) no-repeat left top;
    left:0px;
    background-size:100% 100%;
}

.History .hd .next {
    background:url(../images/rh1.jpg) no-repeat right top;
    right:0px;
    background-size:100% 100%;
}

.History .bd {
    height:auto;
    overflow:hidden;
}

.History .bd li {
    width:85%;
    margin:0 auto;
    height:100%;
}

.History .bd li .hsfl {
    width:32%;
    float:left;
    font-size:80px;
    color:#e60021;
    font-weight:bold;
    line-height:200px;
    border-right:1px solid #e6e6e6;
    text-align:center;
}

.History .bd li .hsrh {
    width:64%;
    height:100%;
    background:#f5f5f5;
    min-height:214px;
    float:right;
}

.History .bd li .hsrh dl dd i {
    display:inline-block;
    width:4px;
    height:4px;
    background:#666;
    border-radius:50%;
    vertical-align:middle;
    margin:-4px 10px 0 0;
}

.History .bd li .hsrh dl dd {
    font-size:16px;
    color:#4c4c4c;
    margin-bottom:12px;
}

.fz {
    padding:70px 20px 150px 20px;
}

.fzcon {
    padding:0px 0 0px 0;
    position:relative;
}

/*.fzcon .hd{background:#f5f5f5;padding:30px 0px 0px;position:relative;}
.fzcon .hd li{float:left;cursor:pointer;width:290px!important;}
.fzcon .hd .tempWrap{width:88% !important;margin:0 auto;}
.fzcon .hd li .boxs{padding:0 4%;position:relative;height:285px;max-height:285px;}
.fzcon .hd li .boxs p{font-size:16px;color:#4c4c4c;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:8px;}
.fzcon .hd li.on .boxs p{color:#e60021;}
.fzcon .hd li.on i{position:absolute;width:29px;height:14px;background:url(../images/jt.jpg);bottom:-1px;left:50%;transform:translate(-50%,0%);}

.fzcon .hd .prev,.fzcon .hd .next{width:40px;height:40px;margin-top:-10px;position:absolute;top:50%;cursor:pointer;}
.fzcon .hd .prev{background:url(../images/fl2.png) no-repeat left top;left:20px;}
.fzcon .hd .next{background:url(../images/rh2.png) no-repeat right top;right:20px;}
.fzcon .bd{height:auto;box-shadow:0 0 10px rgba(0,0,0,.2);margin-top:20px;}
.fzcon .bd ul{padding:0 20px 20px;}
.fzcon .bd li{width:100%;margin:0 auto;height:auto;}

.fzcon .bd li p{font-size:16px;color:#4c4c4c;line-height:30px;text-indent:2em;margin-top:40px;}
.fzcon .bd li a.more{display:block;width:220px;height:56px;font-size:16px;color:#808080;text-align:center;line-height:56px;margin:40px auto 0;margin-top:40px;border:1px solid #e6e6e6;}*/

@media ( max-width:768px) {
    .History .hd li {
        width:140px;
    }

    .History .bd {
        height:auto;
    }

    .History .hd .prev, .History .hd .next {
        width:35px;
        height:35px;
        margin-top:-20px;
    }
}

@media ( max-width:480px) {
    .jies .jie1 {
        font-size:22px;
        line-height:30px;
    }

    .jies .jie2 {
        line-height:20px;
        font-size:12px;
        margin-top:0px;
    }

    .jies {
        padding:30px 0;
    }

    .jies .intro {
        padding:30px 20px 0px 20px;
    }

    .jies .intro p {
        padding-bottom:20px;
    }

    .jgou {
        padding:40px 0;
    }

    .jgou .zuzhi .zh1 {
        font-size:22px;
    }

    .jgou .zuzhi .zh2, .hstit p:nth-child(2) {
        margin:0px;
    }

    .jgou .zuzhi img {
        margin-top:30px;
    }

    .History {
        padding:30px 0 40px 0;
    }

    .hstit p:nth-child(1) {
        font-size:24px;
    }

    .History .bd li .hsfl, .History .bd li .hsrh {
        float:none;
        width:100%;
    }

    .History .bd li .hsfl {
        border:none;
    }

    .History .bd li .hsfl {
        line-height:90px;
    }

    .History .bd li .hsrh {
        margin-top:20px;
    }

    .hstit {
        margin-bottom:30px;
    }

    .History .hd li {
        width:150px;
    }

    .fz {
        padding:30px 0 60px 0;
    }

    .fzcon {
        padding:0px;
    }

    .fzcon .bd li a.more {
        width:180px;
        height:40px;
        line-height:40px;
    }

    .fzcon .bd li p {
        line-height:25px;
        font-size:14px;
        margin-top:20px;
    }
}

@media ( max-width:414px) {
    .History .hd li {
        width:120px;
    }

    .History .bd {
        height:auto;
    }
}

/*********************联系我们**********************/
.waylx {
    padding:60px 0 150px 0;
    background:#f7f7f7;
}

.waylx ul li {
    width:100%;
    height:180px;
    box-shadow:0 0 25px rgba(153, 153, 153, .1);
    margin-bottom:20px;
}

.waylx ul li .lxfl {
    width:50%;
    height:100%;
    background:#fafafa;
    float:left;
    border-radius:10px 0 0 10px;
}

.waylx ul li .lxfl .lximg {
    float:left;
    margin:0 30px 0 40px;
    line-height:180px;
}

.waylx ul li .lxfl .lximg img {
    display:inline-block;
    vertical-align:middle;
}

.waylx ul li .lxfl .lxtext {
    float:left;
    font-size:24px;
    color:#333;
    line-height:180px;
}

.waylx ul li .lxrh {
    width:50%;
    height:100%;
    background:#fff;
    float:left;
    border-radius:0px 10px 10px 0px;
}

.waylx ul li .lxrh dl {
    margin-top:30px;
}

.waylx ul li .lxrh dl dd {
    float:left;
    width:260px;
    height:50px;
    line-height:50px;
    margin-left:30px;
    border-bottom:1px solid #ebebeb;
    font-size:14px;
    color:#4c4c4c;
}

.waylx ul li .lxrh dl dd i.i1 {
    display:inline-block;
    width:15px;
    height:16px;
    background:url(../images/lx1.png);
    vertical-align:middle;
    margin:-3px 8px 0 0;
}

.waylx ul li .lxrh dl dd i.i2 {
    display:inline-block;
    width:16px;
    height:16px;
    background:url(../images/lx2.png);
    vertical-align:middle;
    margin:-3px 8px 0 0;
}

.waylx ul li .lxrh dl dd i.i3 {
    display:inline-block;
    width:16px;
    height:15px;
    background:url(../images/lx3.png);
    vertical-align:middle;
    margin:-3px 8px 0 0;
}

.waylx ul li .lxrh dl dd i.i4 {
    display:inline-block;
    width:16px;
    height:12px;
    background:url(../images/lx4.png);
    vertical-align:middle;
    margin:-3px 8px 0 0;
}

@media ( max-width:1028px) {
    .waylx ul li .lxfl .lxtext {
        font-size:16px;
    }

    .waylx ul li .lxfl .lximg {
        margin:0 20px;
    }

    .waylx ul li .lxfl {
        width:48%;
    }

    .waylx ul li .lxrh {
        width:52%;
    }

    .waylx ul li .lxrh dl dd {
        margin-left:10px;
    }
}

@media ( max-width:998px) {
    .waylx ul li {
        height:auto;
    }

    .waylx ul li .lxfl, .waylx ul li .lxrh {
        width:100%;
        height:auto;
        float:none;
        border-radius:10px;
    }

    .waylx ul li .lxfl {
        border-radius:10px 10px 0 0;
    }

    .waylx ul li .lxrh {
        border-radius:0 0 10px 10px;
    }

    .waylx ul li .lxrh dl {
        margin-top:0px;
        padding:20px 0;
    }

    .waylx ul li .lxfl .lximg, .waylx ul li .lxfl .lxtext {
        line-height:normal;
        line-height:100px;
    }
}

@media ( max-width:640px) {
    .waylx {
        padding:60px 0;
    }
}

@media ( max-width:480px) {
    .waylx ul li .lxfl {
        padding:20px 0;
    }

    .waylx ul li .lxfl .lximg, .waylx ul li .lxfl .lxtext {
        line-height:normal;
        text-align:center;
        margin:0px;
        text-align:center;
        float:none;
        width:100%;
    }

    .waylx ul li .lxfl .lxtext {
        margin-top:15px;
    }
}

.jzimg img {
    display:block;
    width:100%;
    height:auto;
    position:relative;
    z-index:-1;
}

.container {
    background:#f5f5f5;
    padding:30px 50px 0px;
    position:relative;
}

.product .slide {
    box-shadow:0 0 10px rgba(0, 0, 0, .2);
    margin-top:30px;
}

.product .slide .hdbox {
    padding:20px 20px 35px 20px;
}

.product .slide p {
    font-size:16px;
    color:#4c4c4c;
    line-height:30px;
    text-indent:2em;
    margin-top:10px;
}

.product .slide a.more {
    display:block;
    width:220px;
    height:56px;
    font-size:16px;
    color:#e60021;
    text-align:center;
    line-height:56px;
    margin:40px auto 0;
    margin-top:40px;
    border:1px solid #e60021;
}

.product .owl .item {
    text-align:center;
    margin-right:20px;
    position:relative;
    padding-bottom:30px;
}

.product .owl p {
    font-size:16px;
    color:#4c4c4c;
    margin-top:10px;
}

.product .owl .item .img-box {
    padding-left:1px;
    box-sizing:border-box;
    height:auto;
    position:relative;
}

.product .owl .on .img-box img {
    width:100%;
    height:auto;
	border-radius: 10px;
}

.product .owl .on p {
    color:#e60021;
}

.product .owl .item i {
    display:none;
    width:29px;
    height:14px;
   
    position:absolute;
    bottom:0px;
}

.product .owl .on i {
    display:inline-block;
}

.owl-theme .owl-controls .owl-buttons div {
    width:40px;
    height:40px;
    padding:0px !important;
    margin:0px !important;
}

.container .owl-theme .owl-controls .owl-buttons .owl-prev {
    background:url(../images/fl2.png);
    position:absolute;
    left:-50px;
    top:50%;
    transform:translate(0%, -50%)
}

.container .owl-theme .owl-controls .owl-buttons .owl-next {
    background:url(../images/rh2.png);
    position:absolute;
    right:-50px;
    top:50%;
    transform:translate(0%, -50%)
}

@media (max-width:768px) {
    .product .slide .msg .left {
        width:100%;
        float:none;
    }

    .product .slide .msg .right {
        width:100%;
        float:none;
    }

    .product .owl .item {
        margin-right:0px;
    }

    .product .owl .item .img-box {
        width:100%;
    }
}

/****************************物流服务******************************/
.wl {
    padding:60px 0 170px 0;
}

.wl .wltit {
    text-align:center;
    line-height:35px;
}

.wl .wltit p:nth-child(1) {
    font-size:36px;
    color:#333;
    font-weight:bold;
}

.wl .wltit p:nth-child(2) {
    font-size:14px;
    color:#999;
}

.wl .wlul li {
    margin-top:60px;
    height:288px;
}

.wl .wlul li .wlfl {
    width:45%;
    float:left;
}

.wl .wlul li .wlrh {
    width:55%;
    height:100%;
    float:right;
    display:flex;
    justify-content:center;
    align-items:center;
}

.wl .wlul li .wlrh .titbox {
    padding:0 40px;
}

.wl .wlul li .wlrh .titbox .wtitle {
    font-size:24px;
    color:#333;
    font-weight:bold;
}

.wl .wlul li .wlrh .titbox .wline {
    width:20px;
    height:3px;
    background:#e60021;
    margin-top:15px;
}

.wl .wlul li .wlrh .titbox p {
    font-size:14px;
    color:#666;
    line-height:25px;
    margin-top:10px;
}

.wl .wlul li.litwo .wlfl {
    width:45%;
    float:right;
}

.wl .wlul li.litwo .wlrh {
    width:55%;
    height:100%;
    background:#f7f7f7;
    float:left;
    display:flex;
    justify-content:center;
    align-items:center;
}

@media (max-width:1920px) and (min-width:1600px) {
    .wl .wlul li {
        height:324px;
    }
}

@media (min-width:1440px) {
    .wl .wlul li {
        height:308px;
    }
}

@media (max-width:768px) {
    .wl .wltit p:nth-child(1) {
        font-size:24px;
        line-height:25px;
    }

    .wl {
        padding:40px 0;
    }

    .wl .wlul li {
        height:auto;
    }

    .wl .wlul li .wlfl, .wl .wlul li.litwo .wlfl {
        width:100%;
        float:none;
        text-align:center;
    }

    .wl .wlul li .wlrh, .wl .wlul li.litwo .wlrh {
        width:100%;
        float:none;
        display:block;
        margin-top:35px;
    }

    .wl .wlul li .wlrh .titbox {
        padding:20px;
    }

    .wl .wlul li {
        margin-top:40px;
    }
}

@media (max-width:480px) {
    .wl .wlul li {
        margin-top:40px;
    }

    .wl .wlul li .wlrh, .wl .wlul li.litwo .wlrh {
        margin-top:15px;
    }

    .wl .wlul li .wlrh .titbox .wtitle {
        font-size:20px;
    }
}

/*
 .RighInfo002275 为demo编号
 */

.RighInfo002275 .map {
    width:100%;
    height:360px;
}

.RighInfo002275 .map #map {
    height:100%;
}

.RighInfo002275 .map img {
    max-width:none !important;
}

@media screen and (min-width:768px) {
    .RighInfo002275 .text {
        float:left;
        width:45%;
    }

    .RighInfo002275 .map {
        float:right;
        width:50%;
        height:260px;
    }
}

@media screen and (min-width:1024px) {
    .RighInfo002275 .auto {
        background:url(../images/righinfo002275-contact_bg.png) no-repeat center;
    }

    .RighInfo002275 .map {
        float:right;
        width:50%;
        height:320px;
    }

    .RighInfo002275 .text .title {
        font-size:52px;
    }
}

@media screen and (min-width:1200px) {
    .RighInfo002275 {
        padding:50px 0 70px
    }

    .RighInfo002275 .text .title {
        margin-bottom:75px
    }

    .RighInfo002275 .map {
        width:700px;
        height:430px;
    }

    .RighInfo002275 .text {
        width:40%;
    }
}