/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分*/

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分 end*/

ul,
div,
img {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 100%;
    color: #333
}
a:hover,
a:link {
    text-decoration: none;
}

li,
dd,
dt {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac*/

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7*/

*+html .clearfix {
    min-height: 0%;
}

.w100 {
    width: 100%;
    display: table;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input,
textarea {
    outline: none
}

i,
em {
    font-style: normal;
}


/*原文件配置*/

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

body {
    color: #333;
    background: #ffffff;
    font: 16px/30px 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
}


/*按钮专用 end*/

.btn_com {
    display: inline-block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    background: #417be7;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}

.btn_com:hover {
    color: #fd711c;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置 end*/


/* 到顶部间距*/

.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 50px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}


/* 到左边间距*/

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 25px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 35px;
}

.ml45 {
    margin-left: 35px;
}

.ml50 {
    margin-left: 50px;
}


/* 字体大小*/

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.font30 {
    font-size: 30px;
}


/*纵向居中*/

.v_middle {
    vertical-align: middle;
}


/*横向居中*/

.te-align {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}


/* 白色背景*/

.bgfff {
    background: #fff;
}


/* 遮罩 层级11*/

.bg_black {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 11;
}


/* 遮罩 end */


/* 放大样式 层级12 固定高宽写在 max里面*/

.picture {
    max-width: calc(100vw - 40px);
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.picture img {
    display: block;
    margin: 0 auto;
}

.picture em {
    width: 32px;
    height: 32px;
    font-size: 20px;
    position: absolute;
    top: -16px;
    right: -16px;
    background: #fff;
    border-radius: 100%;
    opacity: 0.5;
    text-align: center;
    line-height: 32px;
}


/* 放大样式  end*/

.xl_kfbar {
    z-index: 10 !important;
}

@media (min-width: 1200px) {
    /*min-width 1200 不要写其它内容*/
    .container {
        width: 1330px;
    }
}


/*全局样式 start*/

header {
    height: 110px;
    padding: 0 15px;
    background: #fff
}

header .header-l {
    margin-top: 25px
}

header .header-l .header-lt {
    border-left: 1px #e8e8e8 solid;
    padding-left: 30px;
    margin-left: 20px;
}

header .header-l .header-lt h1 {
    font-weight: bold;
    color: #e69f0b;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
}

header .header-l .header-lt p {
    font-size: 16px;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

.caidan {
    display: none
}

header .header-r {
    width: 760px
}

header .header-r .top {
    height: 50px;
    line-height: 50px;
    float: right;
    padding-right: 20px;
}

header .header-r .top .tel {
    background: url(../images/tel.jpg) no-repeat left center;
    color: #e69f0b;
    font-size: 22px;
    font-family: Arial;
    padding-left: 30px;
    font-weight: bold;
    margin-right: 10px;
    vertical-align: middle;
}

header .header-r .top .txt {
    font-size: 14px;
    color: #666
}

header .header-r .top .txt a {
    color: #666;
    padding: 0 10px
}

header .header-r .nav {
    width: 100%;
    position: relative;
    height: 60px;
    position: relative;
    float: left;
}

header .header-r .nav a {
    display: inline-block;
}

header .header-r .nav h3 {
    font-weight: normal;
    font-size: 16px;
    line-height: 57px;
    margin: 0
}

header .header-r .nav li {
    float: left;
    margin: 0 23px
}

header .header-r .nav .on {
    border-bottom: 3px #e69f0b solid;
    color: #e69f0b
}

header .header-r .nav .sub {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    background: #FFF;
    z-index: 999;
    width: 208px;
}

header .header-r .nav .sub a {
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 14px;
    color: #666;
    text-indent: 15px;
    border-top: #e5e5e5 1px solid;
}

header .header-r .nav #m2 .sub {
    left: 92px;
    width: 240px;
    /* border-bottom: #e69f0b 2px solid;*/
}

header .header-r .nav #m3 .sub {
    left: 211px;
    width: 208px
}

header .header-r .nav #m4 .sub {
    left: 337px;
    width: 208px
}

header .header-r .nav #m5 .sub {
    left: 447px;
    width: 208px
}

header .header-r .nav #m6 .sub {
    left: 557px;
    width: 208px
}

header .header-r .nav #m7 .sub {
    left: 530px;
    width: 208px;
}


/* banner */

.banner {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.banner .bd {
    position: relative;
    z-index: 0;
}

.banner .bd ul {
    max-width: none;
}

.banner .bd li {
    height: 700px;
    width: 100vw;
}

.banner .bd li .siteWidth {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    height: 700px;
}

.banner .bd li a {
    height: 700px;
    display: block;
}

.banner .bd .btn {
    display: block;
    zoom: 1;
    margin-top: 8px;
    width: 72px;
    padding-right: 10px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: url(images/banner-btn.png) 0 0 no-repeat;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.banner .swiper-pagination-bullet {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 14px;
    height: 14px;
    margin: 4px;
    overflow: hidden;
    line-height: 9999px;
    border-radius: 50%;
    background-color: #fff
}

.banner .swiper-pagination-bullet-active {
    background-color: #dca724;
    width: 25px;
    border-radius: 15px
}

.banner .prev {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.5) url(../images/left.png) no-repeat center center;
    position: absolute;
    top: 320px;
    left: 40px;
    z-index: 99;
    border-radius: 5px
}

.banner .next {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.5) url(../images/right.png) no-repeat center center;
    position: absolute;
    top: 320px;
    right: 40px;
    z-index: 99;
    border-radius: 5px
}

.m-banner {
    display: none;
}

.index-three {
    width: 100%;
    display: table;
    margin-top: 2px;
    box-sizing: border-box;
}

.index-three .pic {
    width: 33.2%;
    position: relative;
}

.index-three .pic .text {
    text-align: right;
    padding: 0 40px;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    width: 100%;
    padding-top: 42px;
}

.index-three .pic .text h4 {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index-three .pic .text p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index-three img {
    width: 100%
}

.index-three .pic:nth-child(1) {
    margin-left: 0.0%;
    width: 33.3%;
}

.index-three .pic:nth-child(2) {
    margin-left: 0.1%
}

.index-three .pic:nth-child(3) {
    margin-left: 0.1%
}


/*底部*/

.footer {
    background: #1e1d1a;
    border-top: 3px #e69f0b solid
}

.copyright {
    border-top: 1px #35383c solid;
}

.copyright .container {
    min-height: 114px;
    background: url(../images/logo-b.png) right center no-repeat;
}

.link {
    width: 60%;
    line-height: 30px;
    color: #999999;
    padding-top: 27px;
    font-size: 14px;
}

.link a {
    color: #999999;
    padding-right: 10px;
    padding-left: 5px;
}

.copyright p,
.copyright p a {
    color: #999;
    line-height: 30px;
    font-size: 14px;
}

.footer ul {
    padding-top: 26px;
    float: left;
    overflow: hidden;
    padding-bottom: 52px;
}

.footer ul li {
    float: left;
    min-height: 224px;
    border-right: 1px #3f4040 dotted;
    margin-right: 80px;
    width: 177px;
}

.footer ul li h2,
.foot_lxwm h4 {
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-indent: 30px;
    margin: 0;
}

.footer ul li h2 a {
    color: #fff;
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 18px;
}

.footer ul li a {
    display: block;
    line-height: 33px;
    color: #999;
    text-indent: 30px;
    font-size: 14px;
    overflow: hidden;
    height: 33px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer ul li:nth-child(1) h2 {
    background: url(../images/icon1.png) left center no-repeat
}

.footer ul li:nth-child(2) h2 {
    background: url(../images/icon2.png) left center no-repeat
}

.footer ul li:nth-child(3) h2 {
    background: url(../images/icon3.png) left center no-repeat
}

.footer ul li:nth-child(4) h2 {
    background: url(../images/icon4.png) left center no-repeat
}

.footer ul li:last-child {
    margin-right: 0;
}

.foot_lxwm {
    padding-top: 26px;
    float: right;
    width: 295px;
    position: relative;
}

.foot_lxwm h4 {
    text-indent: 0;
}

.foot_lxwm span {
    display: block;
    height: 58px;
    overflow: hidden;
    line-height: 58px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.foot_lxwm p {
    line-height: 100%;
    color: #999;
    font-size: 14px;
}

.foot_lxwm a {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: #302f2c url(../images/footer-icon2.png) center no-repeat;
    float: left;
    margin: 25px 17px 0 0;
}

.foot_lxwm a.wxrwm {
    background: #302f2c url(../images/footer-icon1.png) center no-repeat;
}

.foot_lxwm .footewm {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: -35px;
    z-index: 5;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}


/*内页banner*/

.page_banner {
    height: 470px;
    background-size: cover;
    overflow: hidden;
}

.page_banner h2 {
    color: #fff;
    font-size: 48px;
    margin-top: 140px;
    position: relative;
    padding-bottom: 20px;
}

.page_banner h3 {
    color: #fff;
    font-size: 40px;
    margin-top: 140px;
    position: relative;
    padding-bottom: 20px;
    font-weight: bold;
}

.page_banner h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 75px;
    background-color: #fff
}

.page_banner p {
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
}

.page_banner .txt {
    color: #fff;
    letter-spacing: 15px;
    font-size: 12px;
    text-transform: uppercase;
}

.m-page-banner {
    display: none;
}


/*面包屑*/

.ggfl {
    height: 73px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

ul.ggfl_nav {
    float: left;
    overflow: hidden;
}

ul.ggfl_nav li {
    float: left;
}

ul.ggfl_nav li a {
    display: block;
    height: 73px;
    line-height: 73px;
    font-size: 16px;
    color: #484848;
    padding: 0 30px;
}

ul.ggfl_nav li.on a {
    color: #e69f0b;
}

.dqwz {
    height: 73px;
    line-height: 73px;
    background: url(../images/icon5.png) left center no-repeat;
    padding-left: 30px;
    color: #666;
    font-size: 14px;
}

.dqwz a {
    color: #666
}


/*分页*/

.page {
    width: 100%;
    display: table;
    margin-bottom: 50px;
}

.page a,.page span {
    width: 40px;
    height: 40px;
    border: 1px #e2e2e2 solid;
    line-height: 40px;
    overflow: hidden;
    background: #fff;
    margin: 0 5px;
	display:inline-block;
}

.page .prev,
.page .next {
    text-indent: -99px;
	
}

.page .prev {
    background: url(../images/icon6.png) no-repeat center center #fff;
}

.page .next {
    background: url(../images/icon7.png) no-repeat center center #fff;
}

.page span.current {
        background: #e69f0b;
        color: #fff;
        border: 1px #e69f0b solid;
}


/*案例*/

.case-list {
    padding-top: 10px;
}

.case-list ul {
    margin-left: -18px;
    width: 1348px;
    display: table;
}

.case-list li {
    width: 415px;
    float: left;
    margin-top: 20px;
    height: auto;
    margin-left: 18px;
    border-radius: 10px;
    overflow: hidden;
}

.case-list li img {
    width: 100%
}

.case-list li h3 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dashed #cfcfcf;
    line-height: 30px;
    padding-bottom: 15px;
	 overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case-list li a {
    display: block;
    background-color: #fff;
    padding: 0px 0px 20px;
}

.case-list li .txt {
    padding: 0 15px
}

.case-list li .txt p {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.case-list li .txt span {
    display: block;
    border: 1px #d7d7d7 solid;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin: 0 20px;
    background: #fff
}

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

.case-list-text {
    padding: 20px 10px 0;
    font-size: 16px;
    color: #484848;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-top: 1px dashed #c9c9c9
}

.l-con {
    width: 925px;
    display: table;
    background: #fff;
    padding: 30px 40px 50px 40px
}

.r-con {
    width: 330px;
    display: table;
}

.r-con h3 {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background: #e69f0b;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    margin: 0 0 15px 0;
}

.r-con li {
    border-bottom: 1px solid #e1e1e1;
    padding: 10 15px;
    margin-bottom: 15px;
}

.r-con li a {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    font-size: 14px;
}

.r-con li p {
    color: #999;
    font-size: 14px;
}

.case-view {
    margin-bottom: 100px;
}

.case-view h1 {
    color: #e69f0b;
    font-size: 24px;
}

.case-view .time {
    font-size: 14px;
    line-height: 30px;
    color: #888888;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 15px;
}

.case-view .time span {
    padding-left: 30px;
    background: url(../images/icon8.png) no-repeat left center;
    margin-right: 20px
}

.case-view .time em {
    padding-left: 30px;
    background: url(../images/icon9.png) no-repeat left center;
}

.case-view .info {
    color: #666;
    font-size: 36px;
    font-size: 16px;
}

.case-view .info img {
    max-width: 100%
}

.case-view .pre-box {
    border-top: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666
}

.case-view .pre-box .pre {
    background: url(../images/icon10.png) no-repeat left center;
    padding-left: 25px;
    width: 45%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-view .pre-box .next {
    background: url(../images/icon11.png) no-repeat right center;
    padding-right: 25px;
    width: 45%;
    overflow: hidden;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-view .pre-box a {
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*联系我们*/

.contact {}

.contact .txt-box {
    width: 100%;
    display: table;
}

.contact .txt-box h1 {
    font-size: 36px;
}

.contact .txt-box .txt {
    font-size: 16px;
    color: #666;
    line-height: 44px;
}

.contact .txt-box .info-box {
    width: 100%;
    height: 245px;
}

.contact .txt-box .info-box .info {
    height: 245px;
    width: 25%
}

.contact .txt-box .info-box .info span {
    border-radius: 50%;
    width: 128px;
    height: 128px;
}

.contact .txt-box .info-box .info.phone span {
    background: #f4f4f4 url(../images/icon12.png) no-repeat center center
}

.contact .txt-box .info-box .info.phone:after,
.contact .txt-box .info-box .info.fax:after,
.contact .txt-box .info-box .info.kefu:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e5e5e5
}

.contact .txt-box .info-box .info.fax span {
    background: #f4f4f4 url(../images/icon13.png) no-repeat center center
}

.contact .txt-box .info-box .info.kefu span {
    background: #f4f4f4 url(../images/icon14.png) no-repeat center center
}

.contact .txt-box .info-box .info.address span {
    background: #f4f4f4 url(../images/icon15.png) no-repeat center center
}

.contact .txt-box .info-box .info p {
    font-size: 16px;
    color: #333;
    padding: 0px 20px;
}

.contact .txt-box .info-box .info .tel {
    font-size: 24px;
    font-family: Arial;
    color: #222
}

.contact .weixin-box {
    height: 534px;
    width: 100%;
    background: url(../images/us-bg.jpg) no-repeat center center;
    color: #fff;
    overflow: hidden;
}

.contact .weixin-box h1 {
    margin-top: 90px;
}

.contact .weixin-box h3 {
    line-height: 50px;
}

.contact .weixin-box img {
    width: 180px;
}

.contact .weixin-box p {
    font-size: 18px;
    line-height: 40px;
    color: #fff
}

.contact .guest {
    margin-top: 50px;
    margin-left: 235px;
    margin-right: 235px;
    display: table;
    width: 860px
}

.contact .guest p {
    color: #666
}

.contact .guest .input {
    width: 47%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px #dfdfdf solid;
    text-indent: 20px;
    margin-top: 50px
}

.contact .guest textarea {
    width: 100%;
    border: 1px #dfdfdf solid;
    margin-top: 20px;
    text-indent: 20px;
    height: 110px;
}

.contact .guest .submit {
    height: 50px;
    line-height: 50px;
    background: #e69f0b;
    color: #fff;
    font-size: 16px;
    margin: 50px 330px;
    width: 200px;
    border: none;
}

.contact .map {
    width: 100%;
    height: 492px;
    background: url(../images/map.jpg) no-repeat center center;
}

.contact .map .txt {
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    line-height: 70px;
    position: absolute;
    background: rgba(230, 159, 0, 0.8);
    font-size: 24px;
    color: #fff
}


/*视频*/

.video-list {}

.video-list ul {
    margin-left: -18px;
    width: 1348px;
    display: table;
}

.video-list li {
    width: 420px;
    float: left;
    margin-top: 20px;
    height: auto;
    margin-left: 18px;
    overflow: hidden;
}

.video-list li .pic {
    padding: 5px;
    background: #fff
}

.video-list li .pic em {
    width: 79px;
    height: 79px;
    background: url(../images/play.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
}

.video-list li .pic .img {
    width: 100%
}

.video-list li p {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    padding: 0 10px;
    margin-top: 15px
}

.theme-popover-mask {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none
}

.theme-popover {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 660px;
    margin: -190px 0 0 -340px;
    display: none;
    background-color: #fff;
    padding: 10px
}

.theme-popover .close {
    color: #fff;
    font: bold 14px/14px simsun;
    text-shadow: 0 1px 0 #ddd;
    position: absolute;
    z-index: 999999;
    display: block;
    right: 5px;
    top: 5px;
    background: #000;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px #fff solid;
    line-height: 20px;
    text-align: center;
}

.theme-popover video {
    width: 100%
}


/*新闻*/

.news-box2-cl {
    width: 600px;
    height: 425px;
    overflow: hidden;
    position: relative;
}

.news-banner {
    position: relative;
    width: 100%;
    height: 425px;
}

.news-banner li {
    position: relative;
    width: 100%;
    display: table;
}

.news-banner li img {
    width: 100%;
}

.news-banner-p {
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    color: #fff;
    left: 0px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    line-height: 55px;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
    height: 55px
}

.news-banner-page {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 0;
}

.news-banner .swiper-button-next {
    background: rgba(0, 0, 0, 0.5) url(../images/right.png) no-repeat center center;
    width: 55px;
    height: 80px;
    right: 0;
    margin-top: -40px
}

.news-banner .swiper-button-prev {
    background: rgba(0, 0, 0, 0.5) url(../images/left.png) no-repeat center center;
    width: 55px;
    height: 80px;
    left: 0;
    margin-top: -40px
}

.news-cl-list {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
}

.news-cl-time {
    width: 20%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-cl-list li {
    padding-bottom: 30px;
}

.news-cl-list li:last-child {
    padding-bottom: 0;
}

.news-cl-time>p {
    color: #8f8f8f;
    margin-bottom: 15px
}

.news-cl-time>span {
    font-size: 62px;
    color: #231f20;
    font-family: 'TwCenClassMTStd'
}

.news-cl-lp {
    border-left: 1px dashed #888;
    width: 80%;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-cl-lp a h6 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.news-cl-lp a p {
    color: #777;
    padding-top: 10px;
    font-size: 14px;
}

.news-cl-lp .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
}

.news-list li {
    background: #fff;
    height: 220px;
    padding: 20px
}

.news-list li img {
    height: 180px;
    width: 260px;
}

.news-list li .txt {
    padding-left: 300px;
    padding-right: 200px;
}

.news-list li .txt h3 {
    margin: 0;
    font-size: 18px;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
}

.news-list li .txt p {
    line-height: 26px;
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    height: 52px;
    overflow: hidden;
}

.news-list li .txt span {
    width: 110px;
    height: 35px;
    border: 1px #dddddd solid;
    text-align: center;
    line-height: 35px;
    color: #999;
    font-size: 14px;
}

.news-list li .data {
    position: absolute;
    right: 30px;
    top: 50px
}

.news-list li .data i {
    display: block;
    font-size: 60px;
    color: #55565a;
    line-height: 56px;
    margin-bottom: 15px;
}

.news-list li .data em {
    display: block;
    font-size: 20px;
    color: #55565a;
    border-top: 1px #999 solid;
    padding-top: 10px;
}


/*招商*/

.project {
    margin-top: 50px;
    margin-bottom: 50px;
}

.project h1,
.youshi h1,
.hezuo h1 {
    line-height: 50px;
    padding-bottom: 15px;
    margin-bottom: 60px;
}

.project h1:after,
.youshi h1:after,
.hezuo h1:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #e69f0b;
    height: 4px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    bottom: 0
}

.project li {
    width: 25%;
    display: table;
    cursor: pointer;
}

.project li em {
    width: 150px;
    height: 150px;
    border-radius: 50%
}

.project li h3 {
    font-size: 22px;
}

.project li p {
    font-size: 14px;
    color: #666
}

.project li a {
    width: 160px;
    height: 45px;
    border: 1px #d6d6d6 solid;
    border-radius: 20px;
    line-height: 45px;
}

.project li.icon1 em {
    background: url(../images/icon20.png) no-repeat center center;
    border: 1px #e32939 solid;
}

.project li.icon2 em {
    background: url(../images/icon21.png) no-repeat center center;
    border: 1px #e9aa27 solid;
}

.project li.icon3 em {
    background: url(../images/icon22.png) no-repeat center center;
    border: 1px #2692de solid;
}

.project li.icon4 em {
    background: url(../images/icon23.png) no-repeat center center;
    border: 1px #d42626 solid;
}

.theme-popover-join .close {
    color: #000;
    font: bold 44px/14px simsun;
    text-shadow: 0 1px 0 #ddd;
    position: absolute;
    z-index: 999999;
    display: block;
    right: 15px;
    top: 35px;
    opacity: 1;
    text-align: center;
}

.theme-popover-join {
    z-index: 9999;
    position: fixed;
    top: 20%;
    left: 50%;
    width: 1200px;
    margin: 0 0 0 -600px;
    display: none;
    background-color: #fff;
    padding: 20px 40px
}

.theme-popover-join h2 {
    font-size: 30px;
    line-height: 70px;
    border-bottom: 1px #dadada solid
}

.theme-popover-join .txt {
    padding: 30px 0;
    line-height: 34px;
    font-size: 14px;
    color: #484848
}

.youshi {
    background: #f5f5f5;
    padding: 50px 0
}

.youshi .box {
    width: 305px;
    height: 360px;
    background: #fff;
    margin-right: 25px;
    box-shadow: 0 2px 10px #e9e9e9;
    padding: 20px
}

.youshi .box:last-child {
    margin-right: 0;
}

.youshi .box .pic {
    width: 100%;
    height: 80px;
    margin-top: 50px;
}

.youshi .box h3 {
    font-size: 30px;
    color: #e69f0b
}

.youshi .box p {
    font-size: 14px;
    color: #666
}

.hezuo {}

.hezuo .box {
    background-color: #fff;
    box-shadow: 0 2px 10px #e9e9e9;
    width: 31.3%;
    margin-right: 3%;
    height: 200px;
    margin-bottom: 30px
}

.hezuo .box:nth-child(4),
.hezuo .box:nth-child(7),
.hezuo .box:nth-child(10) {
    margin-right: 0
}

.hezuo .box.icon1 {
    background-image: url(../images/icon28.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.hezuo .box.icon2 {
    background-image: url(../images/icon29.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.hezuo .box.icon3 {
    background-image: url(../images/icon30.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.hezuo .box.icon4 {
    background-image: url(../images/icon31.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.hezuo .box.icon5 {
    background-image: url(../images/icon32.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.hezuo .box.icon6 {
    background-image: url(../images/icon33.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.hezuo .box.icon7 {
    background-image: url(../images/icon34.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.hezuo .box.icon8 {
    background-image: url(../images/icon35.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.hezuo .box.icon9 {
    background-image: url(../images/icon36.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.hezuo .box h3 {
    color: #e69f0b;
    font-size: 30px;
    padding-left: 35px;
}

.hezuo .box h3 em {
    font-size: 72px;
    font-family: CentSchbkCyrill BT;
    margin-right: 15px;
    color: #e69f0b
}

.hezuo .box p {
    padding: 0 35px;
    font-size: 14px;
    color: #777777
}

.zixun {
    background: #fff url(../images/icon37.png) no-repeat 60px center;
    width: 255px;
    height: 70px;
    box-shadow: 0 2px 10px #e9e9e9;
    margin: 50px auto;
    display: block;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    color: #333;
    text-indent: 40px;
}


/*网站地图*/

.web-map {
    background: #fff;
    display: table;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.web-map h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 30px
}

.web-map .box,
.web-map .box1 {
    border: 1px #ebebeb solid;
    padding: 20px;
    margin: 0 30px;
    width: 1230px;
    display: table;
}

.web-map .box a {
    display: block;
    width: 18%;
    font-size: 14px;
    line-height: 40px;
    float: left;
}

.web-map .box1 a {
    display: block;
    width: 20%;
    font-size: 14px;
    line-height: 40px;
    float: left;
}


/*科普*/

.kepu {
    margin-top: 80px;
    display: table;
    width: 100%
}

.kepu h1 {
    color: #e69f0b;
    margin-bottom: 70px;
}

.kepu .item-box {
    width: 100%;
    display: table;
}

.kepu .item-box:last-child {
    margin-top: 100px;
    margin-bottom: 80px;
}

.kepu .item-box .txt-box {
    width: 550px;
}

.kepu .item-box .txt-box span {
    width: 60px;
    height: 85px;
    background-color: #e69f0b;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    font-family: Arial;
    line-height: 70px;
}

.kepu .item-box .txt-box span:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 20px;
    height: 2px;
    background: #fff
}

.kepu .item-box .txt-box .txt {
    padding-left: 80px;
}

.kepu .item-box .txt-box .txt h3 {
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px dashed #787878;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.kepu .item-box .txt-box .txt p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    min-height: 120px;
}

.kepu .item-box .pic {
    width: 50%
}

.kepu .item-box .pic img {
    width: 100%
}


/*产品*/

.pro-list {
    margin-bottom: 100px;
}

.pro-list h2 {
    font-size: 22px;
    color: #222
}

.pro-list h2 span {
    font-size: 18px;
    color: #777;
    padding-left: 15px;
}

.pro-list h2 a {
    font-size: 14px;
    color: #777
}

.pro-list ul {
    width: 1345px;
    margin-left: -15px;
    display: table;
    margin-bottom: 30px;
}

.pro-list ul:after {
    content: ' ';
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
}

.pro-list li {
    background-color: #fff;
    width: 418px;
    height: 577px;
    overflow: hidden;
    margin-left: 15px;
    transition: all 0.3s;
}

.pro-list li .pic {
    width: 100%;
}

.pro-list li .txt {
    padding: 0 20px
}

.pro-list li .txt h3 {
    font-size: 18px;
}

.pro-list li .txt p {
    color: #888;
    font-size: 16px;
}

.pro-list li .txt .price {
    color: #e69f0b;
    font-size: 22px;
    font-family: Arial
}

.pro-list li .txt .price span {
    color: #333;
    font-size: 14px;
}


/*产品详情*/

.pro-photo {
    width: 600px
}

.pro-photo .swiper-container {
    width: 600px;
    height: auto
}

.pro-photo .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
}

.pro-photo .gallery-top {
    height: 530px;
    width: 600px;
    background-color: #fff
}

.pro-photo .pro-photo .gallery-thumbs {
    height: 95px;
    box-sizing: border-box;
}

.pro-photo .gallery-thumbs .swiper-slide {
    height: 95px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    background-color: #fff;
    position: relative;
}

.pro-photo .gallery-thumbs .swiper-slide-active:after {
    content: '';
    position: absolute;
    border: 2px #e69f0b solid;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.pro-photo .thumbs {
    padding: 0 50px;
}

.pro-photo .swiper-button-black {
    opacity: 0.5;
}

.pro-view-txt {
    width: 650px;
}

.pro-view-txt .full {
    font-size: 18px;
    color: #666;
    line-height: 50px;
}

.pro-view-txt .pro-share {
    width: 100%;
    line-height: 35px;
    font-size: 14px;
    padding-bottom: 15px;
}

.pro-view-txt .pro-share span {
    padding-right: 15px
}

.pro-view-txt p {
    border-top: 1px #d4d4d4 solid;
    border-bottom: 1px #d4d4d4 solid;
    padding: 30px 0;
    line-height: 36px;
    font-size: 14px;
    color: #666
}

.pro-view-txt .rmb {
    font-size: 18px;
}

.pro-view-txt .rmb span {
    font-size: 24px;
    color: #e0292c;
    padding-left: 10px;
}

.pro-view-txt .buy {
    width: 100%;
    display: table;
}

.pro-view-txt .buy a {
    background-color: #e0292c;
    width: 175px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 20px
}

.pro-view-txt .buy a img {
    margin: 0 10px;
}

.product-detail-tab {
    width: 100%;
    background-color: #fff;
    height: 70px;
    line-height: 70px
}

.product-detail-tab a {
    font-size: 18px;
    font-weight: bold;
    width: 230px;
}

.product-detail-tab .cur {
    color: #e69f0b;
    border-bottom: 3px #e69f0b solid
}

.pro-detail-banner {
    width: 100%;
    /*height: 580px;background: url(../images/pro.jpg) no-repeat center center;*/
    overflow: hidden;
}

.pro-detail-banner img {
    max-width: 100%;
}

.pro-detail-banner p {
    font-size: 24px;
    line-height: 36px;
}

.pro-detail-banner .title {
    font-size: 48px;
    color: #e69f0b;
    line-height: 90px;
    margin: 100px 0 30px;
}

.pro-detail-info {
    background-color: #fff;
    padding-bottom: 50px;
    margin-top: 50px
}

.pro-detail-info .pic {
    width: 50%;
}

.pro-detail-info .pic img {
    width: 100%
}

.pro-detail-info .txt-box {
    width: 46%;
    padding-left: 3%;
    padding-right: 3%
}

.pro-detail-info .txt-box p {
    font-size: 14px;
    line-height: 30px;
    color: #777
}

.pro-detail-info .txt-box h3 {
    font-size: 42px;
    line-height: 58px;
    margin-top: 200px;
    margin-bottom: 60px;
    color: #222
}

.pro-detail-wrap {
    background-color: #fff;
    width: 100%;
    display: table;
    padding: 50px 0;
    margin-top: 50px
}

.pro-detail-wrap h1 {
    font-size: 48px;
    margin-bottom: 30px;
    color: #222
}

.pro-detail-wrap .txt-box {
    width: 60%;
    display: table;
    margin-top: 20px
}

.pro-detail-wrap .txt-box li {
    width: 40%
}

.pro-detail-wrap .txt-box li h3 {
    font-size: 16px;
    margin-top: 0;
    color: #222
}

.pro-detail-wrap .txt-box li p {
    font-size: 14px;
    color: #666
}

.pro-detail-wrap .pic {
    width: 35%
}

.pro-detail-wrap .pic img {
    max-width: 100%
}

.pro-detail-wrap .price {
    width: 100%;
    display: table;
}

.pro-detail-wrap .price .rmb {
    font-size: 22px;
}

.pro-detail-wrap .price a {
    background-color: #e0292c;
    width: 175px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 20px;
    margin: 0 15px;
}

.pro-detail-wrap .price a img {
    margin: 0 10px;
}

.pro-detail-wrap .price .down {
    background: url(../images/icon45.png) no-repeat left center;
    padding-left: 25px;
    border-radius: 0;
    color: inherit;
}


/*关于*/

.about {
    width: 100%;
    display: table;
    margin-top: 50px;
    padding-bottom: 80px;
}

.about .txt {
    padding-left: 600px;
}

.about .txt h1 {
    margin: 0;
    color: #e69f0b
}

.about .txt h1 span {
    font-family: Arial;
    font-size: 28px;
    color: #dddddd
}

.about .txt h3 {
    font-size: 24px;
    line-height: 60px;
}

.about .txt p {
    color: #999;
    line-height: 38px;
    margin-top: 20px;
    text-indent: 32px;
}

.gyljnum {
    height: 480px;
    background: url(../images/gyljnum_bg.jpg) center no-repeat;
    overflow: hidden;
}

.num-bg {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    display: table;
    margin-top: 100px;
    padding: 30px 0
}

.gyljnum ul {}

.gyljnum ul li {
    position: relative;
    width: 25%;
    padding-left: 30px;
    height: auto;
    float: left;
    color: #fff;
    height: 176px;
    border-left: 1px rgba(230, 159, 11, 0.5) solid;
    box-sizing: border-box;
}

.gyljnum ul li p {
    color: #fff;
    line-height: 22px;
    font-size: 14px;
    margin-top: 20px
}

.gyljnum ul li span {
    display: block;
    height: 82px;
    line-height: 82px;
    font-size: 60px;
    font-weight: bold;
    padding-top: 16px;
    color: #FFFFFF;
}

.gyljnum ul li:after {
    content: "";
    width: 12px;
    height: 12px;
    overflow: hidden;
    border-radius: 12px;
    background: #e69f0b;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -6px;
}

.zzry {
    background: #f5f5f5;
    padding-top: 47px;
    padding-bottom: 50px;
}

.zzry h2,
.culture h2,
.indexzzry-container h2 {
    height: 82px;
    margin-bottom: 53px;
    line-height: 82px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.zzry h4 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.zzry h2:after,
.culture h2:after,
.indexzzry-container h2:after {
    content: "";
    width: 52px;
    height: 5px;
    background: #e69f0b;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}


/* debug-----企业风采轮播图css位置 */

.indextdfc-container {
    padding: 0 50px;
}

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

.indextdfc-slide h2 {
    position: relative;
    height: 68px;
    padding-bottom: 13px;
    background: #fff;
    line-height: 68px;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 0;
}

.indextdfc-slide h2:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #d0d0d0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

.indextdfc-button-prev {
    width: 37px;
    height: 100px;
    background: url(../images/tuandui_left.png) center no-repeat;
    left: 0;
}

.indextdfc-button-next {
    width: 37px;
    height: 100px;
    background: url(../images/tuandui_right.png) center no-repeat;
    right: 0;
}

.indextdfc-container .swiper-button-prev {
    width: 37px;
    height: 100px;
    background: url(../images/tuandui_left.png) center no-repeat;
    left: 0;
    margin-top: -50px
}

.indextdfc-container .swiper-button-next {
    width: 37px;
    height: 100px;
    background: url(../images/tuandui_right.png) center no-repeat;
    right: 0;
    margin-top: -50px
}

.culture {}

.culture ul li {
    width: 25%;
    height: auto;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 386px;
}

.culture ul li p {
    line-height: 21px;
    color: #888;
    text-align: center;
}

.culture ul li h3 {
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #111;
    margin: 0;
}

.culture ul li span {
    display: block;
    width: 154px;
    height: 178px;
    overflow: hidden;
    margin: 0 auto;
}

.culture ul li span em {
    display: block;
    width: 100%;
    height: 100%;
}

.culture ul li p {
    padding: 0 75px;
    font-size: 14px;
    color: #888
}

.culture_icon01 {
    background: url(../images/icon38.png) center no-repeat;
}

.culture_icon02 {
    background: url(../images/icon39.png) center no-repeat;
}

.culture_icon03 {
    background: url(../images/icon40.png) center no-repeat;
}

.culture_icon04 {
    background: url(../images/icon41.png) center no-repeat;
}

.indexzzry-container {
    position: relative;
    width: 1300px;
    margin: 0 auto;
}

.indexzzry_pic {
    background: #f7f7f7;
    position: relative;
    height: 345px;
    border-bottom: 3px #fff solid;
    position: relative;
}

.indexzzry_pic img {
    display: block;
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.indexzzry-slide h3 {
    line-height: 77px;
    text-align: center;
    font-size: 16px;
    color: #484848;
    margin: 0;
}

.indexzzry-button-next {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 100%;
    background: #fff url(../images/indexzzry-button-next.png) center no-repeat;
    right: -60px;
    position: absolute;
}

.indexzzry-button-prev {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 100%;
    background: #fff url(../images/indexzzry-button-prev.png) center no-repeat;
    left: -60px;
    position: absolute;
    top: 50%;
}

.indexzzry-slide {
    margin-top: 7px;
}

.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    display: none;
}

.wrap_big {
    width: 100%;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    z-index: 9999;
    display: none;
}

.wrap_big img {
    display: block;
    margin: 0 auto;
}

.home-pro {
    background-color: #f7f4ef;
    padding: 80px 0
}

.home-pro h1 {
    font-size: 44px;
}

.home-pro .full {
    font-size: 18px;
    line-height: 50px;
    padding-bottom: 10px;
}

.home-pro .full:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 80px;
    margin-left: -40px;
    background-color: #e4a625
}

.pro-slideTxtBox {}

.pro-slideTxtBox .hd {
    width: 100%;
    height: 100px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.pro-slideTxtBox .hd ul li {
    cursor: pointer;
    height: 100px;
    line-height: 100px;
    width: 423px;
    margin-right: 15px;
    font-size: 18px;
    text-indent: 95px;
}

.pro-slideTxtBox .hd ul li:last-child {
    margin-right: 0;
}

.pro-slideTxtBox .hd ul li:after {
    content: '';
    background: url(../images/p-off.png) no-repeat center center;
    width: 7px;
    height: 100px;
    position: absolute;
    right: 25px;
    top: 0
}

.pro-slideTxtBox .hd ul li.all {
    background: #fff url(../images/p1.png) no-repeat 35px center;
}

.pro-slideTxtBox .hd ul li.jia {
    background: #fff url(../images/p2.png) no-repeat 35px center;
}

.pro-slideTxtBox .hd ul li.yule {
    background: #fff url(../images/p3.png) no-repeat 35px center;
}

.pro-slideTxtBox .hd ul li.all.on {
    background: #e4a625 url(../images/p01.png) no-repeat 35px center;
    color: #fff
}

.pro-slideTxtBox .hd ul li.jia.on {
    background: #e4a625 url(../images/p02.png) no-repeat 35px center;
    color: #fff
}

.pro-slideTxtBox .hd ul li.yule.on {
    background: #e4a625 url(../images/p03.png) no-repeat 35px center;
    color: #fff
}

.pro-slideTxtBox .hd ul li.on:after {
    background: url(../images/p-on.png) no-repeat center center
}

.pro-slideTxtBox .bd .box {
    background-color: #fff;
    height: inherit;
    overflow: hidden;
    margin-right: 15px;
    width: 100%;
    padding-bottom: 30px;
}

.pro-slideTxtBox .bd .box:last-child {
    margin-right: 0;
}

.pro-slideTxtBox .bd .box .pic {
    width: 100%;
}

.pro-slideTxtBox .bd .box .txt {
    padding: 0 20px
}

.pro-slideTxtBox .bd .box .txt h3 {
    font-size: 18px;
}

.pro-slideTxtBox .bd .box .txt p {
    color: #666;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-slideTxtBox .bd .box .txt span {
    color: #e69f0b;
    font-size: 18px;
    font-family: Arial;
    border: 1px #e69f0b solid;
    width: 145px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    margin-top: 15px;
}

.pro-slideTxtBox .bd .swiper-slide {
    transition: all 0.3s;
    border-bottom: #fff 3px solid;
}

.home-pro .swiper-button-white {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: 15px;
    background-color: #e0e0e0
}

.home-pro .swiper-button-next {
    right: -60px
}

.home-pro .swiper-button-prev {
    left: -60px
}

.tong {}

.tong h2 {
    font-size: 30px;
    margin-top: 80px
}

.tong h1 {
    font-size: 40px;
}

.tong h1 span {
    color: #da1111
}

.tong .box {
    width: 100%;
    height: 530px;
    background: url(../images/tong.jpg) no-repeat center bottom;
}

.tong .box .txt-box {
    position: absolute;
    width: 370px;
    height: 98px;
    background-color: #fff;
    border: 1px #dca724 solid;
    overflow: hidden;
    border-radius: 50px
}

.tong .box .txt-box em {
    width: 98px;
    height: 98px;
    line-height: 98px;
    color: #fff;
    font-size: 48px;
    font-family: Arial;
    background-color: #dca724;
    border-radius: 50%
}

.tong .box .txt-box p {
    padding: 20px 20px 0 120px;
}

.tong .box .txt-box p span {
    color: #da1111
}

.tong .box .txt-box.p1 {
    bottom: 120px;
    left: 0;
}

.tong .box .txt-box.p2 {
    left: 70px;
    top: 120px
}

.tong .box .txt-box.p3 {
    top: 120px;
    right: 70px
}

.tong .box .txt-box.p4 {
    bottom: 120px;
    right: 0
}

.tong .box .txt-box.p3 p,
.tong .box .txt-box.p4 p {
    padding: 20px 120px 0 20px;
}

.fu {
    width: 100%;
    height: 830px;
    background: url(../images/img20.jpg) no-repeat center;
    overflow: hidden;
}

.fu .txt-box {
    padding: 60px 0 0 110px;
}

.fu .txt-box h1 {
    font-size: 48px;
    margin-bottom: 25px;
    line-height: 80px;
    padding-bottom: 15px;
}

.fu .txt-box h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 130px;
    background: #e6b224
}

.fu .txt-box p {
    font-size: 18px;
}

.hexin {}

.hexin h1 {
    font-size: 46px;
    padding-bottom: 25px;
}

.hexin h1:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    bottom: -5px;
    background-color: #b5b5b5
}

.hexin h1:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    bottom: -10px;
    background-color: #b5b5b5
}

.hexin h1 span {
    color: #dd540a
}

.hexin h1 span:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    bottom: -11px;
    background-color: #e69f0b
}

.hexin .txt-box {
    width: 500px;
    margin-top: 80px
}

.hexin .txt-box span {
    width: 60px;
    height: 60px;
    font-size: 48px;
    font-family: ReductoSSK;
    color: #e69f0b;
    line-height: 60px;
}

.hexin .txt-box .txt {
    padding-left: 60px;
}

.hexin .txt-box .txt h3 {
    margin-top: 5px;
    font-size: 40px;
    border-bottom: 1px #e0e0e0 solid;
    padding-bottom: 20px;
}

.hexin .txt-box .txt p em,
.hexin .txt-box .txt p b {
    color: #dd540a;
}

.spec01 {
    padding: 65px 0px 35px 0;
}

.spec02 {
    padding: 35px 0px 40px 0;
}

.spec03 {
    padding: 100px 0px 100px 0;
}

.spec04 {
    padding: 86px 0 115px 0px;
}

.hexin .spec02 .txt-box {
    margin-top: 150px;
}

.huoban {
    margin-top: 80px;
    margin-bottom: 80px;
}

.huoban h4 {
    font-size: 20px;
}

.huoban h1 {
    font-size: 40px;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

.huoban h1:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    bottom: -5px;
    background-color: #b5b5b5
}

.huoban h1:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    bottom: -10px;
    background-color: #b5b5b5
}

.huoban h1 span:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    bottom: -11px;
    background-color: #e69f0b
}

.huoban .swiper-button-white {
    background-color: #999;
    background-size: 20px;
    width: 35px;
    height: 75px;
}

.huoban .swiper-button-next {
    right: -40px
}

.huoban .swiper-button-prev {
    left: -40px
}

.huoban .hexin-box {}

.huoban .hexin-box .box {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background-color: #fff
}

.huoban .hexin-box .box img {
    width: 100%
}

.huoban .hexin-box .box h3 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dashed #cfcfcf;
    line-height: 30px;
    padding-bottom: 15px;
    overflow: hidden;
    padding-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.huoban .hexin-box .box a {
    display: block;
    padding: 0px 0px 20px;
}

.huoban .hexin-box .box .txt {
    padding: 0 15px
}

.huoban .hexin-box .box .txt p {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    height: 97px;
    overflow: hidden;
    border-bottom: 3px #e8e8e8 solid;
    padding-bottom: 25px;
}

.home-about {
    width: 100%;
    height: 820px;
    background: url(../images/about.jpg) no-repeat center center;
    overflow: hidden;
}

.home-about .txt {
    width: 725px;
    margin-top: 150px
}

.home-about .txt h1 {
    color: #fff;
    font-size: 40px;
    color: #fff
}

.home-about .txt .en {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-family: Arial;
    line-height: 50px;
    margin-bottom: 20px;
}

.home-about .txt p {
    color: #d3d3d3;
    line-height: 30px;
    font-size: 15px;
}

.home-about .txt p a {
    color: #e69f0b
}

.home-about .pic {
    margin-top: 195px;
    cursor: pointer;
}

.slideTxtBox { clear:both;}
.slideTxtBox .slideBox { overflow:hidden; white-space:nowrap;}

.slideTxtBox .hd {
    display: table;
    width: 100%
}

.slideTxtBox .hd ul li {
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    width: 115px;
    background-color: #878787;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
}

.slideTxtBox .hd ul li a { color:#fff;}

.slideTxtBox .hd ul li.on {
    background: #e69f0b;
}

.slideTxtBox .hd ul li.on:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e69f0b;
    margin-left: -10px;
    bottom: -7px
}
.slideTxtBox .str_wrap { font-size:0; height:162px !important;}
.slideTxtBox .str_wrap a { display:inline-block; margin-right:15px;}
.slideTxtBox .str_wrap img {}
/*.slideTxtBox .bd .swiper-wrapper:after { content:' '; clear:both; width:0; height:0; display:block;}

.slideTxtBox .bd .swiper-slide {
     float:left; width:20%; padding:0px 8px; height:162px;
}

.slideTxtBox .bd .swiper-slide img {
    width: 100%;background-color: #fff;
}*/

.home-news-title,
.honor-title {
    width: 100%;
    padding-bottom: 30px;
    font-size: 28px;
}

.home-news-title a,
.honor-title a {
    font-size: 14px;
    color: #666
}

.home-news-box2 {
    width: 850px;
    display: table;
    margin-bottom: 50px;
}

.home-news-box2-cl {
    width: 440px;
    height: 310px;
    overflow: hidden;
    position: relative;
}

.home-news-banner {
    position: relative;
    width: 100%;
    height: 310px;
}

.home-news-banner li {
    position: relative;
    width: 100%;
    height: 310px;
}

.home-news-banner li img {
    width: 100%;
    height: 310px
}

.home-news-banner-p {
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    color: #fff;
    left: 0px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    line-height: 45px;
    margin-bottom: 0;
    text-indent: 15px;
    padding-right: 15%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news-banner-page {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 0;
}

.home-news-box2-cl .swiper-pagination {
    text-align: right
}

.home-news-box2-cl .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff
}

.home-news-cl-list {
    width: 45%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home-news-cl-time {
    width: 20%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home-news-cl-list li {
    padding-bottom: 25px;
}

.home-news-cl-list li:last-child {
    padding-bottom: 0;
}

.home-news-cl-time>p {
    color: #8f8f8f;
    margin-bottom: 15px;
    font-size: 14px;
}

.home-news-cl-time>span {
    font-size: 44px;
    color: #231f20;
}

.home-news-cl-lp {
    border-left: 1px dashed #888;
    width: 80%;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home-news-cl-lp a h6 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.home-news-cl-lp a p {
    color: #777;
    padding-top: 10px;
    font-size: 14px;
}

.home-news-cl-lp .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}

.honor {
    width: 370px;
}

.honor .swiper-slide {
    text-align: center;
}

.honor .swiper-button-white {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 15px;
    background-color: #e0e0e0
}

.time_box {
    padding: 40px 0 50px;
    background-color: #f5f5f5
}

.time_box h4 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.time_box em {
    position: absolute;
    width: 32px;
    height: 19px;
    background: url(../images/icon43.png) no-repeat;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.time_box .time {
    position: relative;
    padding-bottom: 80px;
    margin-top: 50px;
}

.time_box .time:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 50%;
    margin-left: 0.5px;
    background: #e69f0b;
}

.time_box .time:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: -21px;
    border: #e69f0b 1px solid;
    border-radius: 100%;
    left: 50%;
    margin-left: -11px;
    display: none;
}

.time_box .time {
    background: url(../images/jiantou.png) no-repeat bottom center;
}

.time_box .fl,
.time_box .fr {
    width: calc(50% + 10px);
    position: relative;
    margin-top: 55px;
}

.time_box .fl:after,
.time_box .fr:after {
    content: "";
    width: calc(100% - 475px);
    height: 1px;
    border-bottom: #e1e1e1 1px solid;
    position: absolute;
    right: 21px;
    top: 31px;
}

.time_box .fr:after {
    right: auto;
    left: 21px;
}

.time_box .fl:before,
.time_box .fr:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #ffffff;
    border: #e69f0b 1px solid;
    box-shadow: #e69f0b 0 0 0 7px;
    position: absolute;
    right: 6.5px;
    z-index: 1;
    top: 27px;
}

.time_box .fr:before {
    right: auto;
    left: 6.5px;
}

.time_box .fl .text,
.time_box .fr .text {
    width: 435px;
    text-align: right;
}

.time_box .fr .text {
    text-align: left;
    float: right;
}

.time_box .time strong {
    font-size: 36px;
    color: #e69f0b;
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
}

.time_box .time p {
    margin: auto;
    font-size: 14px;
    color: #444444;
    line-height: 2;
}


/* 合作伙伴 */


/* debug  合作伙伴css位置 */

.partner ul {
    margin: 40px 0 260px;
    overflow: hidden;
    clear: both;
}

.partner ul li {
    width: 20%;
    height: 162px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.partner ul li a {
    display: inline-block;
    border: 3px solid #ebebeb;
    width: 234px;
    height: 100%;
    position: relative;
}

.partner ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*全局样式 end*/

@media (min-width: 1025px) {
    /*所有hover写在这里面 兼容sofari的移动端不支持hover*/
    a:hover {
        color: #e69f0b;
    }
    header .header-r .nav .sub a:hover {
        background-color: #e69f0b;
        color: #fff
    }
    .hover:hover .footewm {
        display: block;
    }
    .foot_lxwm a:hover {
        background-color: #e69f0b
    }
    .footer ul li a:hover {
        color: #fff;
    }
    .banner .next:hover {
        background: rgba(230, 159, 11, 0.5) url(../images/right.png) no-repeat center center;
    }
    .banner .prev:hover {
        background: rgba(230, 159, 11, 0.5) url(../images/left.png) no-repeat center center;
    }
    .pro-slideTxtBox .hd ul li.all:hover {
        background: #e4a625 url(../images/p01.png) no-repeat 35px center;
        color: #fff
    }
    .pro-slideTxtBox .hd ul li.jia:hover {
        background: #e4a625 url(../images/p02.png) no-repeat 35px center;
        color: #fff
    }
    .pro-slideTxtBox .hd ul li.yule:hover {
        background: #e4a625 url(../images/p03.png) no-repeat 35px center;
        color: #fff
    }
    .pro-slideTxtBox .hd ul li:hover:after {
        background: url(../images/p-on.png) no-repeat center center
    }
    ul.ggfl_nav li a:hover {
        color: #e69f0b;
    }
    .ggfl i {
        height: 2px;
        background: #e69f0b;
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 0;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }
    .case-list li:hover,
    .pro-list li:hover,
    .pro-slideTxtBox .bd .swiper-slide:hover,
    .huoban .swiper-slide:hover,
    .news-list li:hover {
        box-shadow: 0 2px 20px #bbb;
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
        transition: all 0.3s;
    }
    .slideTxtBox .bd .swiper-slide:hover {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
        transition: all 0.3s;
    }
    .case-list li:hover h3 {
        color: #e69f0b
    }
    .case-list li:hover span {
        background: #e69f0b;
        color: #fff
    }
    .page a:hover,.page span.current {
        background: #e69f0b;
        color: #fff;
        border: 1px #e69f0b solid;
    }
    .page .prev:hover {
        background: url(../images/left.png) no-repeat center center #e69f0b;
        background-size: 8px
    }
    .page .next:hover {
        background: url(../images/right.png) no-repeat center center #e69f0b;
        background-size: 8px
    }
    .contact .txt-box .info-box .info.phone:hover span {
        background: #e69f0b url(../images/icon16.png) no-repeat center center
    }
    .contact .txt-box .info-box .info.fax:hover span {
        background: #e69f0b url(../images/icon17.png) no-repeat center center
    }
    .contact .txt-box .info-box .info.kefu:hover span {
        background: #e69f0b url(../images/icon18.png) no-repeat center center
    }
    .contact .txt-box .info-box .info.address:hover span {
        background: #e69f0b url(../images/icon19.png) no-repeat center center
    }
    .news-list li:hover .txt span {
        border: 1px #e69f0b solid;
        color: #fff;
        background: #e69f0b
    }
    .indextdfc-slide:hover h2 {
        background: #e69f0b;
        color: #fff;
    }
    .indextdfc-slide:hover h2:after {
        background-color: #fff
    }
    .indexzzry-button-next:hover {
        background: #e69f0b url(../images/indexzzry-button-next_hover.png) center no-repeat;
    }
    .indexzzry-button-prev:hover {
        background: #e69f0b url(../images/indexzzry-button-prev_hover.png) center no-repeat;
    }
    .indexzzry-slide:hover {
        margin-top: 0px;
        transition: all 0.3s;
    }
    .indexzzry-slide:hover .indexzzry_pic {
        border-color: #e69f0b;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
    }
    .indexzzry-slide:hover h3 {
        color: #e69f0b
    }
    .huoban .hexin-box .box:hover {
        background-color: #e69f0b;
        color: #fff
    }
    .huoban .hexin-box .box:hover h3 {
        color: #fff;
        border-bottom: #fff 1px dashed
    }
    .huoban .hexin-box .box:hover p {
        color: #fff;
        border-bottom: 0
    }
    .huoban .swiper-button-white:hover,
    .honor .swiper-button-white:hover {
        background-color: #e69f0b
    }
    .pro-slideTxtBox .bd .swiper-slide:hover {
        border-bottom: #e6b224 3px solid;
        box-sizing: border-box;
    }
    .home-pro .swiper-button-white:hover {
        background-color: #e4a625;
    }
}

@media (max-width: 1441px) {
    /*修改1441以下、小屏显示器*/
    .home-pro .swiper-button-next {
        right: -50px;
    }
    .home-pro .swiper-button-prev {
        left: -50px;
    }
    .hexin .txt-box {
        margin-top: 50px;
    }
    .footer ul li {
        margin-right: 60px
    }
    .foot_lxwm span {
        font-size: 28px;
    }
    .pro-view-txt {
        width: 50%
    }
}

@media (max-width: 1399px) {
    /*修改1441以下、小屏显示器*/
    .home-pro .swiper-button-next,
    .huoban .swiper-button-next,
    .indexzzry-button-next {
        right: 0;
    }
    .home-pro .swiper-button-prev,
    .huoban .swiper-button-prev,
    .indexzzry-button-prev {
        left: 0;
    }
    .pro-slideTxtBox .hd ul li,
    .pro-list li,
    .case-list li,
    .video-list li {
        width: 32%;
        margin-right: 2%;
    }
    .pro-list li,
    .case-list li,
    .video-list li {
        margin-left: auto;
    }
    .pro-list li:nth-child(3n),
    .case-list li:nth-child(3n),
    .video-list li:nth-child(3n) {
        margin-right: auto;
    }
    .pro-list ul,
    .video-list ul {
        margin-left: auto;
        clear: both;
        /*overflow: hidden;*/
    }
    .hexin .txt-box+img {
        max-width: 50%;
    }
    .pro-detail-wrap {
        display: block;
    }
    .pro-list ul {
        width: 100%;
        display: block;
    }
    .copyright {
        padding-right: 15px;
    }
    .case-list ul,
    .video-list ul {
        display: block;
        clear: both;
        /*overflow: hidden;*/
    }
    .l-con {
        width: calc(100% - 360px);
    }
    .youshi .box {
        width: 23.5%;
        margin-right: 2%;
        padding: 2%
    }
}

@media (max-width: 1199px) {
    /*修改1200以下、小屏显示器*/
    .partner ul li {
        width: 33.33%;
    }
    .partner ul {
        margin-bottom: 150px;
    }
    header .header-l .header-lt,
    .home-about .pic,
    .indexzzry-button-next,
    .indexzzry-button-prev,
    .home-pro .swiper-button-white {
        display: none;
    }
    .l-con {
        width: 70%;
        padding: 2.5%
    }
    .r-con {
        width: 25%;
        display: table;
    }
    .web-map .box,
    .web-map .box1 {
        border: 1px #ebebeb solid;
        padding: 20px;
        margin: 0 0px;
        width: 100%;
        display: table;
    }
    .web-map .box a {
        display: block;
        width: 20%;
    }
    .web-map .box1 a {
        display: block;
        width: 33%;
    }
    .kepu .item-box .txt-box {
        width: 45%;
    }
    .pro-list {
        margin-bottom: 50px;
    }
    /*	.pro-list ul{width: 100%;margin-left: 0;}*/
    .pro-list li {
        height: auto;
        padding-bottom: 15px;
    }
    .pro-list li:first-child {
        margin-left: 0
    }
    .pro-list li .txt h3 {
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        font-size: 16px;
        margin-top: 10px;
    }
    .pro-list li .txt p {
        font-size: 14px;
    }
    .about img {
        width: 40%;
        margin-right: 15px
    }
    .about .txt {
        padding-left: 0;
    }
    .culture ul li p {
        padding: 0 10px
    }
    .indexzzry-container {
        width: 94%;
    }
    .footer ul {
        width: 65%
    }
    .footer ul li {
        width: 23%;
        margin-right: 2.5%;
    }
    .foot_lxwm span {
        font-size: 24px;
    }
    .foot_lxwm {
        width: 270px
    }
    .pro-photo {
        width: 50%
    }
    .pro-photo .swiper-container {
        width: 100%;
        height: auto
    }
    .pro-photo .swiper-slide {
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro-photo .gallery-top {
        height: 530px;
        width: 100%;
        background-color: #fff
    }
    .pro-view-txt {
        width: 45%
    }
    .pro-view-txt h2 {
        font-size: 22px;
    }
    .pro-view-txt .full {
        font-size: 16px;
    }
    .pro-detail-info .txt-box h3 {
        margin-top: 50px;
        margin-bottom: 20px;
        font-size: 28px;
    }
    .fu {
        height: 600px;
        background-size: cover;
    }
    .hexin img {
        width: 40%
    }
    .hexin .txt-box {
        margin-top: 40px
    }
    .home-news-box2 {
        width: 100%
    }
    .home-about .txt {
        width: 100%
    }
    .pro-slideTxtBox .hd ul li {
        overflow: hidden;
    }
    .pro-slideTxtBox .hd ul li:last-child {
        margin-right: 0
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .pro-photo .thumbs .swiper-button-next,
    .pro-photo .thumbs .swiper-button-prev {
        display: block;
    }
    .case-list ul,
    .video-list ul {
        width: 100%;
        margin-left: 0
    }
    .case-list li,
    .video-list li {
        width: 32%;
        margin-right: 2%
    }
    .case-list li:nth-child(3n),
    .video-list li:nth-child(3n) {
        margin-right: auto;
    }
    .contact .guest {
        margin: 0 auto;
        width: 90%
    }
    .news-box2-cl {
        width: 500px;
        height: 355px
    }
    .news-banner {
        height: 355px
    }
    .news-cl-list {
        width: 43%
    }
    .news-list li .txt {
        padding-right: 150px
    }
    .home-about {
        height: auto;
        padding-bottom: 40px;
    }
    .honor {
        width: 100%;
        margin-bottom: 50px;
    }
    .home-news-cl-time>p {
        margin-bottom: 5px
    }
    .home-news-cl-list {
        width: 50%
    }
    .home-news-cl-list li {
        padding-bottom: 40px;
    }
    .time_box .fl .text,
    .time_box .fr .text {
        max-width: 75%;
    }
    .time_box .fl:after,
    .time_box .fr:after {
        width: 15%;
    }
    .time_box .fl,
    .time_box .fr {
        margin-top: 15px;
    }
    .index-three .pic .text {
        padding-top: 12px;
    }
}

@media (max-width: 1023px) {
    /*修改1024以下、平板*/
    .caidan {
        width: 40px;
        height: 30px;
        background: url(../images/caidan.png) no-repeat center center;
        display: block;
        position: absolute;
        right: 15px;
        top: 38px;
        transform: translateY(-50%);
    }
    header .header-r {
        width: 50%;
        margin-top: 10px;
        margin-right: 70px;
    }
    header .header-r .top .txt {
        display: none;
    }
    header {
        height: 70px;
    }
    header .header-l {
        margin-top: 10px
    }
    header .header-l .logo img {
        height: 50px
    }
    header .header-r .nav {
        display: none;
        position: absolute;
        height: inherit;
        z-index: 9999;
        min-width: inherit;
        background: #FFF;
        width: 100%;
        left: 0;
        top: 70px
    }
    header .header-r .nav .m {
        width: 100%
    }
    header .header-r .nav .sub {
        position: relative;
        top: 0;
        width: 100%
    }
    header .header-r .nav .sub a {
        text-indent: 15px;
    }
    header .header-r .nav #m2 .sub,
    header .header-r .nav #m3 .sub,
    header .header-r .nav #m4 .sub,
    header .header-r .nav #m5 .sub,
    header .header-r .nav #m6 .sub,
    header .header-r .nav #m7 .sub {
        left: 0
    }
    header .header-r .nav #m7 .sub {
        width: 100%;
        text-align: left;
    }
    header .header-r .nav .on {
        border-bottom: 0;
    }
    header .header-r .nav #m2 .sub {
        border-bottom: 0;
        width: 85%
    }
    .banner {
        display: none;
    }
    .m-banner {
        display: block;
        width: 100%;
    }
    .m-banner .swiper-slide img {
        width: 100%
    }
    .pro-slideTxtBox .hd {
        height: 60px;
    }
    .pro-slideTxtBox .hd ul li {
        text-indent: 0;
        text-align: center;
        height: 60px;
        line-height: 60px;
    }
    .pro-slideTxtBox .hd ul li:after,
    .pro-slideTxtBox .hd ul li.on:after {
        background: none
    }
    .pro-slideTxtBox .hd ul li.jia,
    .pro-slideTxtBox .hd ul li.all,
    .pro-slideTxtBox .hd ul li.yule {
        background: #fff
    }
    .pro-slideTxtBox .hd ul li.jia.on,
    .pro-slideTxtBox .hd ul li.all.on,
    .pro-slideTxtBox .hd ul li.yule.on {
        background: #e4a625
    }
    .page_banner {
        display: none;
    }
    .m-page-banner {
        display: block;
        width: 100%;
    }
    .m-page-banner img {
        width: 100%
    }
    .ggfl {
        height: auto;
    }
    .dqwz {
        height: 50px;
        line-height: 50px;
    }
    ul.ggfl_nav li a {
        line-height: 50px;
        height: 50px;
        padding: 0 10px
    }
    .case-list ul,
    .video-list ul {
        margin-left: 0;
        width: 100%;
    }
    .case-list li,
    .video-list li {
        width: 49%;
        margin-top: 20px;
        margin-right: 2%;
        border-radius: 5px
    }
    .case-list li:nth-child(2n),
    .video-list li:nth-child(2n) {
        margin-right: 0
    }
    .case-list li h3,
    .video-list li h3 {
        font-size: 16px;
    }
    .case-list li:nth-child(4),
    .video-list li:nth-child(4) {
        margin-left: 2%
    }
    .l-con {
        width: 100%;
        padding: 2.5%
    }
    .r-con {
        width: 100%
    }
    .contact .guest {
        margin-top: 50px;
        margin-left: 0;
        margin-right: 0;
        display: table;
        width: 100%
    }
    .contact .guest .submit {
        margin: 20px 0;
        width: 100%
    }
    .news-box2-cl {
        width: 48%;
        height: inherit;
    }
    .news-banner {
        width: 100%;
        height: inherit;
    }
    .news-cl-list {
        padding-top: 0;
        width: 50%
    }
    .news-cl-time>span {
        font-size: 36px;
    }
    .news-cl-list li {
        padding-bottom: 15px;
    }
    .news-cl-lp .text {
        margin-top: 0
    }
    .news-cl-lp {
        padding-left: 20px;
    }
    .news-cl-lp a h6 {
        font-size: 16px;
    }
    .news-list li .data {
        display: none;
    }
    .news-list li .txt {
        padding-right: 0
    }
    .project {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .project h1 {
        line-height: 50px;
        margin-bottom: 40px;
    }
    .project li em {
        width: 130px;
        height: 130px;
        border-radius: 50%
    }
    .project li h3 {
        font-size: 18px;
    }
    .project li p {
        font-size: 12px;
    }
    .project li a {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .theme-popover-join .close {
        right: 15px;
        top: 25px;
    }
    .theme-popover-join {
        top: 5%;
        left: 5%;
        width: 90%;
        padding: 15px 20px;
        margin: 0;
    }
    .theme-popover-join h2 {
        font-size: 30px;
        line-height: 70px;
    }
    .theme-popover-join .txt {
        padding: 30px 0;
        line-height: 34px;
        font-size: 14px;
        color: #484848
    }
    .youshi .box {
        width: 48%;
        height: 320px;
        margin-right: 3.5%;
        box-shadow: 0 2px 10px #e9e9e9;
        padding: 20px;
        margin-bottom: 20px;
    }
    .youshi .box:nth-child(even) {
        margin-right: 0;
    }
    /*	.hezuo .box{width: 48.5%;margin-right: 3%;height: 200px;}
	.hezuo .box:nth-child(4){margin-right: 3%}
	.hezuo .box:nth-child(3),.hezuo .box:nth-child(5),.hezuo .box:nth-child(9){margin-right: 0}
*/
    .web-map h3 {
        font-size: 14px;
        font-weight: bold;
        padding: 15px 0px
    }
    .web-map .box a {
        display: block;
        width: 20%;
    }
    .web-map .box1 a {
        display: block;
        width: 50%;
    }
    .kepu .item-box .txt-box,
    .kepu .item-box .pic {
        width: 100%;
    }
    .num-bg {
        margin-top: 35px
    }
    .gyljnum ul li {
        width: 50%;
        padding-left: 30px;
        height: 176px;
    }
    .culture ul li p {
        padding: 0 5px
    }
    .footer ul {
        width: 100%
    }
    .footer li:last-child {
        border-right: 0
    }
    .foot_lxwm {
        display: none;
    }
    .foot_lxwm span {
        font-size: 24px;
    }
    .pro-detail-info .txt-box {
        padding: 0
    }
    .pro-detail-info .txt-box h3 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 50px;
    }
    .pro-detail-wrap .pic {
        display: none;
    }
    .pro-detail-wrap h1 {
        font-size: 36px;
    }
    .pro-detail-wrap .txt-box {
        width: 100%
    }
    .tong h2 {
        font-size: 24px;
        margin-top: 80px
    }
    .tong h1 {
        font-size: 32px;
    }
    .tong .box {
        width: 100%;
        height: auto;
        padding-bottom: 380px;
        background-size: 70%;
    }
    .tong .box .txt-box {
        position: relative;
        width: 100%;
        margin-bottom: 30px
    }
    .tong .box .txt-box p,
    .tong .box .txt-box.p3 p,
    .tong .box .txt-box.p4 p {
        padding: 30px 20px 0 120px;
    }
    .tong .box .txt-box.p1 {
        bottom: 0;
        left: 0;
    }
    .tong .box .txt-box.p2 {
        left: 0;
        top: 0
    }
    .tong .box .txt-box.p2 em,
    .tong .box .txt-box.p4 em {
        float: right;
    }
    .tong .box .txt-box.p2 p,
    .tong .box .txt-box.p4 p {
        padding: 30px 120px 0 20px;
    }
    .tong .box .txt-box.p3 {
        top: 0;
        right: 0
    }
    .tong .box .txt-box.p3 em {
        float: left;
    }
    .tong .box .txt-box.p4 {
        bottom: 0;
        right: 0
    }
    .fu {
        height: 500px;
        background-size: cover;
    }
    .fu .txt-box {
        padding: 40px 0 0 15px
    }
    .fu .txt-box h1 {
        font-size: 36px;
    }
    .hexin img {
        width: 100%
    }
    .hexin .txt-box {
        margin-top: 0px;
        width: 100%
    }
    .hexin .txt-box .txt h3 {
        font-size: 32px;
    }
    .hexin h1 {
        font-size: 36px;
    }
    .home-news-box2 {
        display: block;
    }
    .home-news-cl-list {
        width: 100%;
        margin-top: 25px;
    }
    .home-news-box2-cl {
        width: 100%;
        height: auto;
    }
    .home-news-cl-time {
        width: 12%
    }
    .home-news-banner {
        height: auto;
    }
    .home-news-banner img {
        width: 100%;
    }
    .home-about .txt {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .home-pro {
        padding: 30px 0
    }
    .pro-photo .gallery-thumbs .swiper-slide {
        height: 60px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        background-size: 18px
    }
    .hexin .txt-box+img {
        max-width: none;
    }
    .index-three .pic,
    .index-three .pic:nth-child(1) {
        width: 100%;
    }
    .index-three .pic .text {
        padding-top: 42px;
    }
}

@media (max-width: 767px) {
    /*修改758以下、小屏平板*/
	.hexin { display:none;}
    .partner ul li {
        width: 50%;
    }
    .partner ul {
        margin-bottom: 100px;
    }
    .caidan {
        top: 40px
    }
    header .header-l .header-lt {
        display: none;
    }
    header .header-r .top {
        display: none;
    }
    .dqwz {
        display: none;
    }
    .case-view .info {
        font-size: 14px;
    }
    .case-view h1 {
        font-size: 18px;
        line-height: 35px;
    }
    .contact .txt-box .info-box .info .tel {
        font-size: 16px;
    }
    .contact .txt-box .info-box .info p {
        font-size: 14px;
    }
    .contact .txt-box h1,
    .contact .weixin-box h1,
    .contact .guest h1,
    .kepu h1,
    .zzry h2,
    .culture h2,
    .zzry h4,
    .huoban h1,
    .home-pro h1,
    .time_box h4 {
        font-size: 28px;
    }
    .contact .weixin-box h3 {
        font-size: 18px;
    }
    .contact .txt-box .txt,
    .contact .guest p {
        font-size: 14px;
    }
    .contact .txt-box .info-box .info {
        width: 50%;
        height: 220px
    }
    .contact .txt-box .info-box .info:nth-child(1),
    .contact .txt-box .info-box .info:nth-child(2) {
        border-bottom: 1px #e5e5e5 solid
    }
    .contact .txt-box .info-box .info:nth-child(3),
    .contact .txt-box .info-box .info:nth-child(4) {
        padding-top: 30px;
        height: 260px
    }
    .contact .txt-box .info-box .info.fax:after {
        width: 0
    }
    .contact .txt-box .info-box .info span {
        width: 110px;
        height: 110px;
    }
    .contact .guest .input {
        width: 100%;
        margin-top: 20px;
        font-size: 14px;
    }
    .contact .guest textarea {
        font-size: 14px;
    }
    .contact .map .txt {
        font-size: 14px;
    }
    .video-list li p {
        height: 56px;
        padding: 0 10px
    }
    .video-list li .pic em {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px
    }
    .theme-popover {
        z-index: 9999;
        position: fixed;
        top: 20%;
        left: 5%;
        width: 90%;
        margin: 0;
        padding: 5px
    }
    .news-cl-list {
        width: 100%;
        margin-top: 30px
    }
    .news-cl-time>span {
        font-size: 38px;
    }
    .news-cl-lp {
        padding-left: 15px;
    }
    .news-cl-time>p {
        font-size: 14px;
    }
    .news-box2-cl,
    .news-banner {
        width: 100%;
        height: auto;
    }
    .news-banner img {
        width: 100%
    }
    .news-list li {
        height: 100px;
        padding: 10px
    }
    .news-list li img {
        height: 80px;
        width: 120px;
    }
    .news-list li .txt {
        padding-left: 130px;
        padding-right: 0
    }
    .news-list li .txt h3 {
        font-size: 16px;
        height: 24px;
        line-height: 24px;
    }
    .news-list li .txt p {
        margin: 10px 0 0 0px;
        padding: 0
    }
    .news-list li .txt span {
        display: none;
    }
    .project li {
        width: 50%;
        padding: 0 1.5%;
        margin-bottom: 20px;
    }
    .project li em {
        width: 120px;
        height: 120px;
        border-radius: 50%
    }
    .project li h3 {
        font-size: 18px;
    }
    .project li p {
        height: 72px;
        line-height: 24px;
    }
    .project li a {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .theme-popover-join h2 {
        font-size: 22px;
        line-height: 50px;
    }
    .theme-popover-join .txt {
        padding: 20px 0;
        line-height: 24px;
        font-size: 14px;
    }
    .web-map .box1 a {
        display: block;
        width: 100%;
    }
    .web-map .box a {
        display: block;
        width: 33%;
    }
    .kepu .item-box .txt-box .txt h3 {
        font-size: 18px;
    }
    .pro-list h2 {
        font-size: 18px;
    }
    .pro-list h2 span {
        display: none;
    }
    .about img {
        width: 100%;
        margin-right: 0
    }
    .about .txt {
        width: 100%;
        display: table;
    }
    .about .txt h1 {
        font-size: 28px;
        margin-top: 30px;
    }
    .about .txt h1 span {
        font-size: 18px;
    }
    .about .txt h3 {
        font-size: 18px;
        line-height: 40px;
    }
    .about .txt p {
        font-size: 14px;
        line-height: 32px;
    }
    .gyljnum ul li span {
        font-size: 38px;
    }
    .indextdfc-container {
        padding: 0 45px
    }
    .culture ul li {
        width: 50%;
    }
    .culture ul li p {
        padding: 0
    }
    .indexzzry_pic {
        height: 250px
    }
    .indexzzry-slide h3 {
        font-size: 14px;
    }
    .time_box h3 {
        margin: 15px 0;
        font-size: 24px;
    }
    .time_box .time strong {
        font-size: 18px;
    }
    .time_box .time {
        margin-top: 35px;
    }
    .footer ul {
        width: 100%;
        float: none;
        padding-bottom: 20px;
    }
    .footer ul li {
        width: 50%;
        float: left;
        margin: 0;
        box-sizing: border-box;
        padding-left: 20px;
    }
    .footer ul li:nth-child(3),
    .footer ul li:nth-child(4) {
        border-top: 1px #3f4040 dotted
    }
    .footer ul li:nth-child(even) {
        border-right: 0
    }
    .foot_lxwm {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 0;
    }
    .footer ul li:last-child {
        border-right: 0
    }
    .copyright .container {
        background: none;
    }
    .copyright {
        padding: 0;
        margin-top: 10px;
    }
    .link {
        width: 100%;
        height: auto;
        padding: 15px 0;
    }
    .pro-photo,
    .pro-view-txt {
        width: 100%;
        margin-top: 30px
    }
    .pro-photo .thumbs {
        display: none;
    }
    .pro-photo .gallery-top {
        height: 450px
    }
    .pro-detail-info .pic {
        width: 100%
    }
    .pro-detail-info .txt-box {
        width: 100%
    }
    .pro-detail-banner {
        display: none;
    }
    .product-detail-tab a {
        width: 40%
    }
    .pro-detail-wrap .txt-box li {
        width: 50%
    }
    .pro-detail-wrap {
        padding-top: 30px
    }
    .kepu {
        margin-top: 20px
    }
    .indextdfc-slide h2 {
        font-size: 14px;
    }
    .tong .box {
        padding-bottom: 320px;
    }
    .tong .box .txt-box p {
        padding: 30px 20px 0 120px;
    }
    .tong .box .txt-box.p2 p,
    .tong .box .txt-box.p4 p {
        padding: 30px 120px 0 20px;
    }
    .fu {
        height: 400px
    }
    .fu .txt-box h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .huoban {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .home-news-cl-list {
        width: 100%;
        margin-top: 30px
    }
    .pro-slideTxtBox .hd ul li {
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }
    .pro-list li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .tong h1 {
        font-size: 28px;
    }
    .home-about {
        height: auto;
        background-size: cover;
        padding-bottom: 30px;
    }
    .l-con {
        display: block;
    }
    .case-view .pre-box {
        height: auto;
        width: 100%;
        display: block;
    }
    .case-view .pre-box .pre {
        background: none;
        width: 100%;
        padding-left: 0;
    }
    .case-view .pre-box .next {
        background: none;
        padding-right: 0;
        width: 100%;
        text-align: left;
    }
    .hezuo .box {
        background-size: 40%;
        height: 180px
    }
    .hezuo .box h3 em {
        font-size: 48px;
    }
    .hezuo .box h3 {
        font-size: 22px;
    }
    .hezuo .box h3 {
        padding-left: 15px;
    }
    .hezuo .box p {
        padding: 0 15px;
        margin-bottom: 0;
        line-height: 24px;
    }
    .picture {
        width: 100%;
    }
	.hexin .spec02 .txt-box { margin-top:35px;}
	.spec03 { padding:35px 0;}
	.spec04 { padding:35px 0;}
	.xl_kfbar { display:none;}
}

@media (max-width: 520px) {
    .partner ul li {
        width: 100%;
    }
    .partner ul li a {
        width: 80%;
    }
}

@media (max-width: 424px) {
    /*修改425以下、普通的安卓手机屏*/
    .case-list li {
        width: 100%;
        margin-left: 0;
        margin-right: 0%
    }
    .case-list li:nth-child(even) {
        margin-right: 0;
    }
    .youshi .box {
        width: 100%;
        height: 320px;
        margin-right: 0
    }
    .youshi .box:nth-child(even) {
        margin-right: 0;
    }
    .youshi .box .pic {
        width: 100%;
        height: 80px;
        margin-top: 30px;
    }
    .youshi .box h3 {
        font-size: 30px;
        color: #e69f0b
    }
    .youshi .box p {
        font-size: 14px;
        color: #666
    }
    .hezuo .box {
        width: 100%;
        margin-right: 0%;
        background-size: 28%
    }
    .indextdfc-container {
        padding: 0 15px
    }
    .pro-detail-wrap .price .rmb,
    .pro-detail-wrap .price .down {
        display: block;
    }
    .pro-detail-wrap .price a {
        margin: 15px 0;
    }
    .case-list li,
    .video-list li {
        width: 100%;
        margin: 0;
    }
    .tong h2 {
        font-size: 16px;
        margin-top: 40px
    }
    .tong h1 {
        font-size: 20px;
    }
    .tong .box {
        padding-bottom: 180px;
    }
    .tong .box .txt-box p {
        padding: 20px 20px 0 110px;
        font-size: 14px;
    }
    .tong .box .txt-box.p2 p,
    .tong .box .txt-box.p4 p {
        padding: 20px 110px 0 20px;
    }
    .fu {
        height: 350px
    }
    .fu img {
        width: 160px
    }
    .fu .txt-box {
        padding: 20px 0 0 15px;
    }
    .fu .txt-box h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .fu .txt-box p {
        font-size: 14px;
    }
    .hexin h1 {
        font-size: 30px;
    }
    .hexin .txt-box .txt h3 {
        font-size: 24px;
    }
    .hexin .txt-box .txt p {
        font-size: 14px;
    }
    .home-news-box2-cl {
        width: 100%;
        height: auto;
    }
    .home-news-cl-time {
        width: 20%
    }
    .home-news-banner {
        height: auto;
    }
    .home-about .txt h1 {
        font-size: 32px;
    }
    .home-about .txt .en {
        font-size: 24px;
        margin-bottom: 0px;
    }
    .home-about .txt p {
        font-size: 14px;
        line-height: 26px;
    }
    .home-about .txt {
        margin-top: 20px
    }
    .slideTxtBox .hd ul li {
        width: 30%;
        margin-right: 3%
    }
    .index-three .pic .text {
        padding-top: 20px;
    }
}

@media (max-width: 374px) {
    /*修改425以下、iPhone5，4，等小屏手机*/
    .case-list li,
    .video-list li {
        width: 100%;
        margin-left: 0;
    }
    .pro-detail-wrap .txt-box li {
        width: 100%
    }
    .kepu h1 {
        font-size: 20px;
    }
    .kepu .item-box .txt-box .txt h3 {
        font-size: 16px;
    }
    .footer ul li {
        padding-left: 10px;
    }
}

.xl_kfwx_hover {
    max-width: 188px;
}