﻿@import url(style.css?v=1.0.4);
@import url(mobile.css);
@import url(custom.css?v=1.0.45);
@import url(pscroll.css);

@keyframes scaleAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

/*内页*/
.postions {
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}

/*.postions.bgs2{-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.04);box-shadow: 0 5px 5px rgba(0,0,0,.04); margin-bottom:15px;}*/
.postions.bgs3 {
    background: #f6f6f6;
    border-bottom: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    margin-bottom: 0;
}

.posadd .postions {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.postions a {
    color: #333333;
}

.postions a:hover {
    color: #f87e03;
}

.postions label {
    color: #333333;
}

.postions .postions_r {}

.postions .postions_r img {
    vertical-align: baseline;
    margin-right: 8px;
    margin-left: 11px;
    height: 12px;
}

.postions .postions_r img:first-child {
    margin-left: 0;
}

.postions h2 {
    float: left;
    font-weight: normal;
    color: #fff;
    height: 58px;
}

.postions h2 span {
    font-size: 18px;
    font-family: Arial;
    color: rgba(255, 255, 255, 0.54);
}

.postions .rclass {
    float: right;
    background: url(../images/pos_bg2.png) left center no-repeat;
    background-size: 20px auto;
    padding-left: 25px;
    -webkit-tap-highlight-color: #fff;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

.postions .postions_b {
    text-align: center;
}

.postions .postions_b a {
    /* float:left;*/
    display: inline-block;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    z-index: 0;
    margin-left: 46px;
    margin-right: 46px;
}

.postions .postions_b a:hover {
    color: #f87e03;
}

.postions .postions_b a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    opacity: 0;
    background: #f87e03;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}

.postions .postions_b a.isel:after {
    left: 0%;
    right: 0%;
    opacity: 1;
}

.postions .postions_b a:hover:after {
    left: 0%;
    right: 0%;
    opacity: 1;
}

.postions .postions_b a.isel {
    color: #f87e03;
}

/*分类弹窗*/
.about_bgs {
    z-index: 19891024;
    background: url(../images/about_bg.png) repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.about_tc .closed2 {
    display: none;
}

.o_big_con {
    overflow: hidden;
    position: relative;
}

.o_big {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 70% center;
    background-size: cover;
    position: relative;
    width: 100%;
    -webkit-animation: scaleAnim 5s ease forwards;
    animation: scaleAnim 5s ease forwards;
}

.o_big img {
    width: 100%;
    filter: Alpha(Opacity=0);
    opacity: 0;
}

.o_big_con .cons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.o_big_con .cons .wrap {
    height: 100%;
    display: table;
}

.o_big_con .cons .wrap2 {
    height: 100%;
    display: table;
}

.o_big_con .h2 {
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
}

.o_big_con .h2 span {
    display: block;
    overflow: hidden;
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    position: relative;
}

.adicon {
    position: absolute;
    bottom: 25px;
    right: 4%;
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg);
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #fff;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    line-height: 1;
    z-index: 20;
}

.adicon a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

.l-scrollDown__iconBar {}

.l-scrollDown__iconBarInner {}

.l-scrollDown__iconBar {
    width: 110px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    position: relative;
    overflow: hidden;
    margin: auto 0 auto 20px;
}

.l-scrollDown__iconBarInner {
    position: absolute;
    top: 0px;
    right: -240px;
    width: 240px;
    height: 1px;
    -webkit-animation: scroll-bar 2s cubic-bezier(0.63, 0.09, 0.38, 0.81) infinite;
    animation: scroll-bar 2s cubic-bezier(0.63, 0.09, 0.38, 0.81) infinite;
    background-color: #fff;
}

.l-scrollDown--posi {
    color: #111;
}

.l-scrollDown--posi .l-scrollDown__iconBar {
    background: #dce0e3
}

.l-scrollDown--posi .l-scrollDown__iconBarInner {
    background-color: #333;
}


/*分页*/
.yema {
    width: 100%;
    text-align: center;
    clear: both;
    overflow: hidden;
    padding-top: 4%;
    padding-bottom: 5%;
    clear: both;
}

.yema.bgs2 {
    text-align: right;
}

.yema a {
    display: inline-block;
    height: 44px;
    line-height: 42px;
    padding-left: 10px;
    overflow: hidden;
    padding-right: 10px;
    min-width: 48px;
    margin-left: 3px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 0px;
}

.yema a:hover {
    text-decoration: none;
    color: #fff;
    background: #f87e03;
    border: 1px solid #f87e03;
}

.yema a.on {
    color: #fff;
    background: #f87e03;
    border: 1px solid #f87e03;
}

.yema a.first,
.yema a.last {
    margin-right: 0;
}

.yema a.first:hover,
.yema a.last:hover {
    background-color: #f87e03;
}

.yema a span {
    font-family: "宋体";
    font-size: 16px;
}

/*暂无内容*/
.nodata {
    clear: both;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    margin-top: 13%;
    margin-bottom: 13%;
    background-size: auto 169px;
    padding-top: 180px;
}

.nodata .title {
    color: #555555;
    font-size: 18px;
    overflow: hidden;
    margin-top: 2%;
    line-height: 26px;
}

.nodata .desc {
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    line-height: 24px;
    margin-top: 5px;
}

/*公司介绍*/
.map {
    position: relative;
    top: -80px;
}

.about_one {
    background: #f8f8f8;
    overflow: hidden;
}

.about_one .wrap {
    overflow: hidden;
    position: relative;
    margin-bottom: 5%;
}

.about_t {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 2.5%;
    color: #333333;
    margin-top: 5%;
}

.about_t:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 3px;
    background: #c5c5c5;
}

.about_one .txts {
    overflow: hidden;
    line-height: 44px;
    color: #555555;
    font-size: 17px;
    text-align: center;
    margin-top: 24px;
}

.about_one .imgs {
    margin-top: 34px;
    overflow: hidden;
    position: relative;
}

.about_one .imgs img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.about_one .imgs:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.history_bg {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.history_bg .about_t {
    color: #fff;
}

.history_two {
    margin-top: 3.5%;
    /*background:#f4f4f4;*/
    overflow: hidden;
    padding-bottom: 36px;
    text-align: left;
}

.history_two .history_two_con {
    display: none;
}

.history_two .txts {
    overflow: hidden;
}

.history_two .txts .year {
    color: #f87e03;
    font-weight: bold;
    font-size: 100px;
    overflow: hidden;
    font-family: OpenSans bold;
    line-height: 1.2;
}

.history_two .txts .p {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 3%;
    min-height: 180px;
}

.about_history {
    overflow: hidden;
    position: relative;
    margin-top: 3.5%;
}

.about_history:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    top: 8px;
    left: 0px;
}

.about_three {
    background: #f8f8f8;
    overflow: hidden;
}

.about_three .about_three_end {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 93px;
    background: url(../images/about_bg4.jpg) center top no-repeat;
    background-size: 100% auto;
}

.about_three .about_three_end .about_three_pic {
    background: url(../images/about_pic3.png) left center no-repeat;
    background-size: auto 32px;
    line-height: 32px;
    padding-left: 32px;
    font-size: 15px;
    color: #333333;
}

.about_four {
    max-width: 1673px;
    margin: 0 auto;
    width: 96%;
    overflow: hidden;
    margin-top: 2.5%;
    margin-bottom: 5%;
    font-size: 15px;
    line-height: 30px;
}

.about_four img {
    max-width: 100%;
}

.about_five {
    background: #f8f8f8;
    overflow: hidden;
}

.about_five .about_five_scroll {
    margin-bottom: 3%;
    margin-top: 3%;
    overflow: hidden;
}

/*联系我们*/
.contact_bg {
    background: #f8f8f8;
    overflow: hidden;
}

.contact_one {
    overflow: hidden;
    border: 4px solid #f77e03;
    background: #f77e03;
    margin-top: 4%;
}

.contact_one .contact_one_l {
    float: left;
    width: 510px;
    overflow: hidden;
    color: #fff;
}

.contact_one .contact_one_l .boxs {
    max-width: 430px;
    margin: 0 auto;
    width: 94%;
    overflow: hidden;
}

.contact_one .contact_one_l .h3 {
    font-weight: bold;
    line-height: 1.3;
    overflow: hidden;
    color: #fff;
    margin-top: 52px;
}

.contact_one .contact_one_l .p {
    color: rgba(255, 255, 255, 0.76);
    margin-top: 5%;
    overflow: hidden;
    line-height: 34px;
    font-size: 16px;
    font-family: "OpenSans";
}

.contact_one .contact_one_l .p a {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.76);
}

.contact_one .contact_one_l .p a:hover {
    color: #fff;
}

.contact_one .contact_one_l .ico {
    overflow: hidden;
    margin-top: 4%;
}

.contact_one .contact_one_l .ico img {
    width: 36px;
    height: 36px;
    margin-right: 7px;
    transition: all 0.3s;
}

.contact_one .contact_one_l .ico img:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.contact_one .contact_one_l .weixin {
    float: left;
    margin-top: 5%;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}

.contact_one .contact_one_l .weixin img {
    display: block;
    width: 121px;
    margin-bottom: 12px;
}

.contact_map2 {
    overflow: hidden;
    height: 549px;
}

.contact_map2 iframe {
    height: 549px;
}

.feedback_div {
    overflow: hidden;
    text-align: left;
    margin-top: 3%;
    margin-bottom: 6%;
}

.feedback_div .divs {
    float: left;
    width: 33.33%;
    margin-bottom: 5px;
}

.feedback_div .divs.mb2 {
    margin-bottom: 2%;
}

.feedback_div .divs:nth-child(3) {
    margin-right: 0;
}

.feedback_div .divs2 {
    margin-bottom: 2%;
}

.feedback_div .borders {
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}

.feedback_div .borders label {
    color: #333333;
    float: left;
    font-size: 16px;
    overflow: hidden;
    min-width: 54px;
    height: 62px;
    line-height: 62px;
}

.feedback_div .borders .p {
    overflow: hidden;
}

.feedback_div .inputs2 {
    background: none;
    height: 62px;
    width: 100%;
    line-height: 62px;
    font-size: 14px;
    color: #999999;
    border: 0;
    outline: none;
    font-family: "微软雅黑";
}

.feedback_div .feedback_t {
    padding-left: 27px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    font-size: 15px;
    color: #555555;
    background: url(../images/feedback_bg1.png) left center no-repeat;
    margin-bottom: 1%;
    clear: both;
    margin-top: 1%;
}

.feedback_div .textarea {
    padding: 1%;
    padding-top: 22px;
    padding-left: 0;
    width: 99%;
    background: none;
    font-size: 15px;
    font-family: "微软雅黑";
    border: 0;
    outline: none;
    display: grid;
    color: #a1a1a1;
    height: 130px;
}

.feedback_div .textarea.h80 {
    height: 80px;
}

.feedback_div .bnts2 {
    border: none;
    display: block;
    margin: 0 auto;
    max-width: 180px;
    width: 30%;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    background: #f87e03;
    font-family: "微软雅黑";
    text-align: center;
    color: #fff;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 4%;
    border-radius: 30px;
}

.feedback_div .bnts2:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    transition: all 0.3s;
}

/*新闻中心*/
.news_con {
    overflow: hidden;
    margin-bottom: 2%;
}

.news_con ul li {
    /*overflow:hidden;*/
    padding-top: 3.5%;
    border-bottom: 1px solid #dddddd;
    display: block;
    background: #fff;
    padding-bottom: 3.5%;
    transition: all 0.3s;
    position: relative;
}

.news_con ul li:last-child {
    margin-bottom: 0;
}

.news_con ul li:hover {
    /*border-color:#eb76a9; */
    /*background:#f6f6f6;*/
}

.news_con ul li:hover:after {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.news_con ul li .imgs {
    width: 306px;
    float: left;
    display: inline;
    overflow: hidden;
    margin-right: 3%;
}

.news_con ul li .imgs img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.news_con ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.news_con ul li .txts {
    overflow: hidden;
    padding-right: 3%;
}

.news_con ul li .txts .h3 {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    color: #2a2736;
    font-weight: normal;
    transition: all 0.3s;
    margin-top: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_con ul li .txts .p {
    height: 56px;
    overflow: hidden;
    font-size: 15px;
    color: #888888;
    line-height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 16px;
}

.news_con ul li .ends {
    overflow: hidden;
    float: right;
    width: 180px;
    text-align: right;
    height: 166px;
    position: relative;
    font-family: Arial;
}

.news_con ul li .ends em {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: bold;
    font-style: normal;
    color: #e0e0e0;
    transform: translate(0%, -50%);
    transition: all 0.3s;
}

.news_con ul li .ends em b {
    display: block;
    font-weight: normal;
}

.news_con ul li:hover .txts h3 {
    color: #f87e03;
}

.news_con ul li:hover .ends em {
    color: #f87e03;
}

.news_con ul li .ends .news_more {
    width: 130px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    background: #f87e03;
    transition: all 0.3s;
    opacity: 0;
    filter: Alpha(opacity=0);
    margin-right: 5px;
}

.news_con ul li .ends .news_more:hover {
    background: #f87e03;
}

.news_con ul li:hover .ends .news_more {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    margin-right: 0;
}

.news_con ul li:hover .ends em {
    opacity: 0;
    filter: Alpha(opacity=0);
}

/*新闻资讯详细*/
.about_x2 {
    float: left;
    width: 69.2%;
    padding-bottom: 1%;
    padding-right: 3%;
    padding-top: 4%;
    /*border-right:1px solid #e7e7e7;*/
}

.about_x2 .show_t {
    line-height: 40px;
    font-size: 24px;
    color: #333333;
    text-align: left;
    margin-bottom: 1%;
    margin-top: 5px;
    font-weight: bold;
}

.about_x2 .con_line {
    height: 50px;
    line-height: 40px;
    font-size: 15px;
    color: #c8c8c8;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    padding-bottom: 1%;
}

.about_x2 img {
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
}

.about_x2 .con_id {
    line-height: 28px;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    padding-top: 4%;
    font-size: 15px;
    color: #555555;
    text-align: left;
    /* font-family:"宋体";*/
    padding-bottom: 4%;
}

.about_x2 .con_id .h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.about_x2 .con_id p {
    padding-bottom: 10px;
    overflow: hidden;
}

.about_x2 table {
    border-collapse: collapse;
    border-spacing: 0;
}

.about_x2 table td {
    line-height: 22px;
    height: 27px;
    /*border:1px solid #000;*/
}

.prenext {
    padding-top: 3%;
    text-align: center;
    font-size: 15px;
    margin-bottom: 4%;
    border-top: 1px solid #f0f0f0;
    overflow: hidden;
    line-height: 26px;
    color: #555555;
    text-align: center;
}

.prenext span {
    width: 45%;
    overflow: hidden;
    height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prenext span.l {
    text-align: left;
}

.prenext span.r {
    text-align: right;
}

.prenext a {
    color: #555555;
    overflow: hidden;
    transition: all 0.3s;
}

.prenext a:hover {
    color: #f87e03;
    text-decoration: none;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.prenext .goback {
    display: inline-block;
    vertical-align: top;
    height: 38px;
    line-height: 38px;
    color: #333333;
    margin-top: -6px;
}

.prenext .goback:hover {
    color: #f87e03;
}

.fenxiang {
    float: right;
}

.fenxiang div.social-share {
    display: inline-block;
    vertical-align: top;
}

.fenxiang .news_fx {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding-left: 3px;
    padding-right: 3px;
}

.fenxiang .news_fx ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-left: 2px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-size: 60% 60%;
    background-position: center;
    cursor: pointer;
}

.fenxiang .news_fx ul li.bgs1 {
    background-image: url(../images/qq.png);
    background-color: #c0c0c0;
}

.fenxiang .news_fx ul li.bgs2 {
    background-image: url(../images/sina.png);
    background-color: #c0c0c0;
}

.fenxiang .news_fx ul li.bgs3 {
    background-image: url(../images/wechat.png);
    background-color: #c0c0c0;
    position: relative;
}

.fenxiang .news_fx ul li:hover {
    transition: all 0.3s
        /*;opacity:0.8;filter:Alpha(opacity=80);*/
}

.fenxiang .news_fx ul li.bgs1:hover,
.fenxiang .news_fx ul li.bgs2:hover,
.fenxiang .news_fx ul li.bgs3:hover {
    background-color: #f38c26;
}

.fenxiang .news_fx ul li a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
}

.fenxiang .news_fx ul li a:hover {
    background: none;
}

.fenxiang .social-share .icon-qq:before {
    content: "";
}

.fenxiang .social-share .icon-qq {
    border: 0;
}

.fenxiang .social-share .icon-qq:hover {
    background-image: url(../images/fx_pic1_on.png);
    background-size: 100% 100%;
}

.fenxiang .social-share .icon-wechat:before {
    content: "";
}

.fenxiang .social-share .icon-wechat {
    border: 0;
}

.fenxiang .social-share .icon-wechat:hover {
    background-image: url(../images/fx_pic3_on.png);
    background-size: 100% 100%;
}

.fenxiang .social-share .icon-weibo:before {
    content: "";
}

.fenxiang .social-share .icon-weibo {
    border: 0;
}

.fenxiang .social-share .icon-weibo:hover {
    background: url(../images/fx_pic2_on.png) no-repeat;
    background-size: 100% 100%;
}


.news_r {
    float: right;
    /*overflow:hidden;*/
    background: #fff;
    width: 27.8%;
    max-width: 390px;
    margin-top: 3%;
    margin-bottom: 5%;
}

.news_r .news_t {
    font-weight: normal;
    overflow: hidden;
    position: relative;
    padding-left: 10px;
}

.news_r .news_t .h2 {
    font-weight: normal;
    color: #555555;
    font-size: 22px;
    margin-right: 30px;
    height: 70px;
    line-height: 70px;
}

.news_r .news_ul3 {
    margin-left: 10px;
    overflow: hidden;
}

.news_r .news_ul3 ul li {
    display: block;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5%;
    margin-bottom: 5%;
    overflow: hidden;
}

.news_r .news_ul3 ul li label {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #c8c8c8;
    font-size: 15px;
}

.news_r .news_ul3 ul li .h3 {
    font-weight: normal;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    color: #555555;
    font-size: 16px;
    transition: all 0.3s;
    margin-top: 1%;
    margin-bottom: 1%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_r .news_ul3 ul li:hover .h3 {
    color: #f87e03;
}

.news_r .news_ul3 ul li:last-child {
    border-bottom: 0;
}

/*解决方案*/
.application_bg {
    overflow: hidden;
    background: #f8f8f8;
}

.application_ul {
    overflow: hidden;
    margin-top: 4%;
    margin-bottom: 6%;
}

.application_ul ul li {
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.application_ul ul li .imgs {
    float: left;
    width: 50%;
    overflow: hidden;
}

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

.application_ul ul li .imgs img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.application_ul ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.application_ul ul li .txts {
    overflow: hidden;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.application_ul ul li .txts .cons {
    max-width: 560px;
    width: 94%;
    margin: 0 auto;
    position: relative;
}

.application_ul ul li:nth-child(2n) .txts {
    text-align: right;
    left: 0;
    right: auto;
}

.application_ul ul li .txts .p {
    overflow: hidden;
    line-height: 42px;
    color: #333333;
}

/*产品展示*/
.product_bg {
    overflow: hidden;
    background: #f8f8f8;
}

.product_ul {
    margin-top: 5%;
}

.product_ul li {
    float: left;
    border-radius: 10px;
    margin-bottom: 2%;
    width: 23.5%;
    margin-right: 2%;
    overflow: hidden;
    background: #fff;
}

.product_ul li:nth-child(4n+0) {
    margin-right: 0;
}

.product_ul li:hover {
    box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.05);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.product_ul li .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}

.product_ul li .imgs img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product_ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product_ul li .txts {
    padding-left: 1%;
    padding-right: 1%;
    overflow: hidden;
    text-align: center;
}

.product_ul li .txts .h3 {
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    margin: 25px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.product_ul li .txts .p {
    line-height: 24px;
    height: 24px;
    font-size: 15px;
    color: #999999;
    overflow: hidden;
    margin-top: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product_ul li:hover .txts .h3 {
    color: #f87e03;
}

/*产品详细*/
.phone_img {
    display: none;
}

.pro_one {
    overflow: hidden;
    padding-bottom: 4%;
    margin-top: 5%;
    font-size: 14px;
    color: #333333;
}

.pro_one .product_one_l {
    /*width:52%;*/
    width: 834px;
    /*overflow:hidden;*/
    float: left;
    padding-right: 46px;
}

.pro_one .product_one_l .control {
    width: 665px;
    height: 596px;
    display: block;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
}

.pro_one .product_one_l .change li {
    width: 665px;
    height: 596px;
    overflow: hidden;
    text-align: center;
}

.pro_one .product_one_l .change li .imgWrap {
    display: table-cell;
    width: 665px;
    height: 596px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 500px;
}

.pro_one .product_one_l .change li img {
    max-width: 100%;
    width: expression(this.width > 665px && this.width > this.height ? 665px :true);
    height: expression(this.height >596px ? 596px: true);
    vertical-align: middle;
    overflow: hidden
}

.pro_one .product_one_l .prev,
.pro_one .product_one_l .next,
.pro_one .product_one_l .pageClass,
.pro_one .product_one_l .change li .textDesc {
    display: none;
}

.pro_one .product_one_l .thumbWrap {
    width: 100px;
    height: 596px;
    overflow: hidden;
    float: left;
    position: relative;
}

.pro_one .product_one_l .thumbWrap .thumbCont {
    width: 100%;
    position: relative;
    height: 540px;
    margin-top: 28px;
    /*overflow:hidden;*/
}

.pro_one .product_one_l .thumbWrap ul li {
    width: 100px;
    height: 110px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 10px;
}

.pro_one .product_one_l .thumbWrap ul li div {
    display: table-cell;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    cursor: pointer;
    border: solid 1px #e4e4e4;
}

.pro_one .product_one_l .thumbWrap ul li.cur div {
    border: solid 1px #f87e03;
}

.pro_one .product_one_l .thumbWrap ul li img {
    max-width: 98px;
    max-height: 98px;
    width: expression(this.width > 98 && this.width > this.height ? 98 :true);
    height: expression(this.height >98 ? 98: true);
    vertical-align: middle;
    overflow: hidden;
    transition: all 0.3s;
}

.pro_one .product_one_l .thumbWrap ul li.cur div img {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.pro_one .product_one_l .thumbPrev,
.pro_one .product_one_l .thumbNext {
    width: 100px;
    height: 28px;
    line-height: 100px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    color: #f4f4f4;
    z-index: 9;
    outline: none;
    background: red;
}

.pro_one .product_one_l .thumbPrev span,
.pro_one .product_one_l .thumbNext span {}

.pro_one .product_one_l .thumbPrev {
    left: 0;
    top: 0;
    background: url(../images/product_pic1.png) no-repeat center #fff;
}

.pro_one .product_one_l .thumbNext {
    left: 0;
    bottom: 0;
    background: url(../images/product_pic2.png) no-repeat center #fff;
}

.pro_one .product_one_l .thumbPrev:hover,
.pro_one .product_one_l .thumbNext:hover {
    background-color: #eeeeee;
}


.pro_one .product_one_l .pro_big2 {
    overflow: hidden;
    /* width:470px; float:right;*/
    border: 1px solid #ececec;
    position: relative;
    margin-bottom: 2%;
}

.pro_one .product_one_l .big_img {
    width: 100%;
    /*max-width:433px; max-height:384px;*/
}

.pro_one .pro_one_r {
    overflow: hidden;
    position: relative;
}

.pro_one .pro_one_r .label {
    display: block;
    color: #777777;
    /*overflow:hidden; */
    line-height: 1;
    font-size: 16px;
    margin-top: 15px;
}

.pro_one .pro_one_r .h2 {
    color: #333333;
    font-weight: normal;
    line-height: 1.3;
    overflow: hidden;
    margin-top: 15px;
}

.pro_one .pro_one_r .txts {
    line-height: 30px;
    overflow: hidden;
    margin-top: 3%;
    padding-top: 5%;
    color: #777777;
    font-size: 15px;
    border-top: 1px solid #e4e4e4;
    padding-bottom: 5%;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 4.5%;
}

.pro_one .pro_one_r .txts .color1 {
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.pro_one .pro_one_r .txts ul li {
    display: block;
    padding-left: 16px;
    position: relative;
    overflow: hidden;
    line-height: 38px;
}

.pro_one .pro_one_r .txts ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    margin-top: 16px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #777777;
}

.pro_one .pro_one_r .product_bnt {
    overflow: hidden;
    float: left;
    display: block;
    width: 182px;
    margin-bottom: 1%;
    color: #fff;
    text-align: center;
    background: #f87e03;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    transition: all 0.3s;
    font-size: 15px;
    margin-right: 15px;
    margin-top: 3%;
}

.pro_one .pro_one_r .product_bnt:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.pro_one .pro_one_r .product_bnt em {
    font-style: normal;
    padding-left: 15px;
    font-family: "宋体";
}

.product_title {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #dedede;
    font-size: 22px;
}

.product_title a {
    float: left;
    overflow: hidden;
    margin-right: 5%;
    color: #333333;
    cursor: pointer;
    position: relative;
}

.product_title a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.3s;
    height: 2px;
    background: #f87e03;
}

.product_title a.on:after {
    width: 100%;
}

.product_title a.on {
    color: #f87e03;
}

.product_con2 {
    background: #fff;
    overflow: hidden;
    margin-top: 5%;
    margin-bottom: 6%;
}

.product_con2 .boxs {
    margin: 0 auto;
    width: 96%;
    overflow: hidden;
    max-width: 1314px;
}

.product_two {
    overflow: hidden;
    font-size: 16px;
    line-height: 40px;
    color: #555555;
    margin-top: 3.5%;
    padding-bottom: 5%;
}

.product_two img {
    max-width: 100%;
}

.product_two table {
    width: 100% !important;
}

.product_two .table {
    overflow: hidden;
}

.product_two .table table {
    border-collapse: collapse;
    border-spacing: 0;
    color: #999999;
    font-size: 14px;
}

.product_two .table table th {
    line-height: 22px;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #eeeeee;
    font-weight: bold;
    color: #666666;
    text-align: left;
}

.product_two .table table td {
    line-height: 30px;
    height: 58px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #eeeeee;
}

.product_two .table table .w1 {
    width: 103px;
    padding-left: 22px;
    padding-right: 5px;
    font-weight: bold;
    color: #666666;
}

.product_two .table table .w2 {
    width: 264px;
    padding-left: 54px;
    padding-right: 5px;
}

.product_two .table table .p1 {
    max-width: 230px;
}

.product_two .h3 {
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    margin-bottom: 1%;
    font-weight: bold;
}

/*网站地图*/
.website_bg {
    overflow: hidden;
    background: #fff;
    padding-bottom: 5%;
    padding-top: 1.5%;
}

.website_t {
    height: 36px;
    line-height: 36px;
    background: #f87e03;
    color: #fff;
    font-weight: bold;
    padding-left: 12px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 17px;
}

.website_t a {
    color: #333;
}

.sitemap_main {
    overflow: hidden;
}

.sitemap_main dd {
    font-size: 12px;
    line-height: 31px;
    text-align: center;
    background: #fff;
    white-space: nowrap;
    display: block;
    float: left;
    height: 31px;
    width: calc(19.2% - 2px);
    width: -webkit-calc(19.2% - 2px);
    width: -moz-calc(19.2% - 2px);
    margin-right: 1%;
    margin-bottom: 1%;
    overflow: hidden;
    border: 1px dashed #dddddd;
    text-overflow: ellipsis;
}

.sitemap_main dd:nth-child(5n+0) {
    margin-right: 0;
}

.sitemap_main dd a {
    display: block;
}

.sitemap_main dd a:Hover {
    color: #f87e03;
}

/*剧本杀*/
.product2_one {
    overflow: hidden;
    line-height: 40px;
    color: #444;
    font-size: 20px;
    text-align: center;
    margin-top: 2.5%;
}

.product2_one img {
    max-width: 100%;
}

.product2_one ul {
    margin-top: 3%;
}

.product2_one li {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-left: 1%;
    margin-right: 1%;
    min-width: 90px;
    font-size: 15px;
}

.product2_one li img {
    height: 60px;
    display: block;
    margin: 0 auto;
}

.product_ul2 {
    margin-top: 5%;
}

.product_ul2 li {
    float: left;
    margin-bottom: 2%;
    width: 23.5%;
    margin-right: 2%;
    overflow: hidden;
    background: #fff;
}

.product_ul2 li:nth-child(4n+0) {
    margin-right: 0;
}

.product_ul2 li:hover {
    box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.05);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.product_ul2 li .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    border: 1px solid #e5e5e5;
}

.product_ul2 li .imgs img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product_ul2 li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product_ul2 li .h3 {
    font-weight: normal;
    color: #333333;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 5%;
    transition: all 0.3s;
    font-size: 20px;
    text-align: center;
}

.product_ul2 li:hover .h3 {
    color: #f87e03;
}

.product_down {
    display: block;
    width: 182px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    overflow: hidden;
    text-indent: 89px;
    background: url(../images/product_pic3.png) #f87e03 58px center no-repeat;
    background-size: 22px 22px;
    color: #fff;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 6%;
    border-radius: 30px;
}

.product_down:hover {
    color: #fff;
    text-indent: 93px;
    background-position: 62px center;
}

@media screen and (max-width: 1440px) {

    /*内页*/
    .postions {
        height: 57px;
        line-height: 56px;
        font-size: 14px;
    }

    .postions .postions_b a {
        margin-left: 30px;
        margin-right: 30px;
    }

    /*新闻中心*/
    .news_con ul li .ends {
        width: 170px;
    }

    /*新闻资讯详细*/
    .news_r .news_t .h2 {
        margin-right: 20px;
        font-size: 22px;
    }

    /*解决方案*/
    .application_ul ul li .txts .p {
        line-height: 38px;
    }

    /*产品展示*/
    .product_ul li .txts .p {
        font-size: 14px;
    }

    /*产品详细*/
    .pro_one .product_one_l {
        padding-right: 50px;
        width: 800px;
    }

    .pro_one .product_one_l .control {
        width: 631px;
    }

    .pro_one .product_one_l .change li {
        width: 631px;
    }

}

@media screen and (max-width: 1360px) {

    /*新闻中心*/
    .news_con ul li .ends {
        width: 170px;
    }

    /*产品详细*/
    .pro_one .product_one_l {
        padding-right: 40px;
    }

    .product_two .table table .w1 {
        width: 113px;
        padding-left: 12px;
    }

    .product_two .table table .w2 {
        width: 304px;
        padding-left: 14px;
    }
}

@media screen and (max-width: 1200px) {

    /*内页*/
    .postions h2 {
        font-size: 18px;
    }

    .postions h2 span {
        font-size: 14px;
    }

    .postions .postions_b a {
        margin-left: 20px;
        margin-right: 20px;
    }

    .adicon {
        display: none;
    }

    /*公司介绍*/
    .about_one .txts {
        font-size: 16px;
        line-height: 40px;
    }

    .history_two .txts .year {
        font-size: 90px;
    }

    .history_two .txts .p {
        margin-top: 2.5%;
    }

    /*产品详细*/
    .pro_one .product_one_l {
        padding-right: 2%;
        width: 700px;
    }

    .pro_one .product_one_l .control {
        width: 551px;
    }

    .pro_one .product_one_l .change li {
        width: 551px;
    }

    .product_two .table table {
        font-size: 13px;
    }

    .product_two .table table td {
        line-height: 26px;
    }

    /*网站地图*/
    .sitemap_main dd {
        width: calc(24.25% - 2px);
        width: -webkit-calc(24.25% - 2px);
        width: -moz-calc(24.25% - 2px);
    }

    .sitemap_main dd:nth-child(5n+0) {
        margin-right: 1%;
    }

    .sitemap_main dd:nth-child(4n+0) {
        margin-right: 0;
    }

    /*剧本杀*/
    .product_ul2 li .h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1100px) {

    /*内页*/
    .postions {
        height: 51px;
        line-height: 50px;
    }

    .postions .postions_b a {
        margin-left: 15px;
        margin-right: 15px;
    }




    /*分页*/
    .yema a {
        height: 36px;
        line-height: 34px;
        min-width: 40px;
    }

    /*公司介绍*/
    .history_two .txts .year {
        font-size: 80px;
    }

    /*新闻中心*/
    .news_con ul li .imgs {
        width: 250px;
    }

    .news_con ul li .txts .h3 {
        margin-top: 26px;
    }

    .news_con ul li .ends {
        width: 150px;
        height: 155px;
    }

    .news_con ul li .ends .news_more {
        width: 110px;
        font-size: 14px;
    }

    /*新闻资讯详细*/
    .about_x2 {
        width: 59%;
    }

    .news_r {
        width: 37%;
    }

    /*解决方案*/
    .application_ul ul li .txts .p {
        line-height: 32px;
    }

    /*产品展示*/
    .product_ul li .txts .h3 {
        margin-top: 38px;
        height: 36px;
        line-height: 36px;
    }

    /*产品详细*/
    .pro_one .product_one_l {
        float: left;
        margin-bottom: 0%;
        width: 49%;
        padding-right: 2%;
    }

    .pro_one .product_one_l .control {
        display: none !important;
    }

    .pro_one .product_one_l .thumbWrap {
        display: none !important;
    }

    .phone_img {
        display: block;
    }

    .pro_one .pro_one_r {
        margin-top: 4%;
    }

    .pro_one .pro_one_r .label {
        margin-top: 0;
    }

    .pro_one .pro_one_r .product_bnt {
        height: 44px;
        line-height: 44px;
        width: 160px;
    }

    .product_title {
        line-height: 90px;
        height: 90px;
        font-size: 18px;
    }
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 960px) {

    /*内页*/
    .postions .postions_r img {
        height: 12px;
    }

    .postions .rclass {
        display: block;
    }

    .postions .postions_b {
        display: none;
    }

    .postions .postions_b a {
        float: none;
        font-size: 15px;
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-left: 3%;
        text-align: left;
        background: #efefef;
        border-bottom: 1px solid #fff;
        width: auto;
    }

    .postions .postions_b a:hover {
        background: #f87e03;
        color: #fff;
    }

    .postions .postions_b a.isel {
        color: #fff;
        background: #f87e03;
    }

    .postions .postions_b a:after {
        height: 0;
    }

    /*分类弹窗*/
    .about_tc {
        z-index: 19891025;
        width: 0%;
        right: 0%;
        position: absolute;
        overflow: hidden;
        top: 0;
        height: 100%;
        /* display: none;*/
        transition: all 0.3s;
    }

    .postions_b.lws .about_tc {
        width: 80%;
    }

    .postions_b.lws {
        display: block;
    }

    .about_l.lws .about_tc {
        width: 100%;
    }

    .about_tc .about_divs {
        position: absolute;
        right: 0;
        width: 85%;
        background-color: #fff;
        top: 0;
        overflow: hidden;
        height: 100%;
    }

    .about_tc .closed2 {
        right: 84.5%;
        position: absolute;
        top: 150px;
        cursor: pointer;
        width: 25px;
        display: block;
    }

    .about_tc .closed2:hover {
        filter: Alpha(Opacity=80);
        opacity: 0.8;
        transition: all 0.3s;
    }

    /*公司介绍*/
    .about_one .txts {
        font-size: 15px;
        line-height: 32px;
    }

    .history_two .txts .year {
        font-size: 80px;
    }

    .history_two .txts .p {
        font-size: 15px;
        line-height: 26px;
        min-height: 156px;
    }

    .about_three .about_three_end {
        padding-top: 70px;
        padding-bottom: 83px;
    }

    .about_four {
        font-size: 14px;
        line-height: 26px;
    }


    /*新闻中心*/
    .news_con ul li .imgs {
        margin-right: 2%;
        width: 220px;
    }

    .news_con ul li .txts {
        padding-right: 2%;
    }

    .news_con ul li .ends {
        width: 140px;
        height: 137px;
    }

    .news_con ul li .txts .p {
        margin-top: 7px;
    }

    /*新闻资讯详细*/
    .about_x2 {
        width: 100%;
        float: none;
        border-right: 0;
        padding-right: 0;
    }

    .about_x2 .con_id {
        line-height: 26px;
        font-size: 15px;
    }

    .news_r {
        width: 100%;
        float: none;
        max-width: none;
    }

    .news_r .news_ul3 ul li {
        padding-bottom: 2%;
        margin-bottom: 2%;
    }

    .prenext {
        font-size: 14px;
        line-height: 24px;
        text-align: right;
    }

    .prenext span {
        width: 70%;
        height: 24px;
    }

    .prenext .l {
        float: none;
        display: block;
    }

    .prenext .r {
        float: none;
        display: block;
    }

    .prenext span.r {
        text-align: left;
    }

    .prenext .goback {
        text-align: center;
        margin-top: -44px;
        width: 110px;
    }

    .fenxiang .news_fx ul li {
        width: 26px;
        height: 26px;
    }

    /*解决方案*/
    .application_ul ul li {
        margin-bottom: 2%;
    }

    .application_ul ul li .imgs {
        float: none;
        width: 100%;
    }

    .application_ul ul li .txts {
        position: static;
        width: 100%;
        margin-top: 0%;
        margin-bottom: 0%;
        padding-top: 4%;
        padding-bottom: 4%;
        height: auto;
    }

    .application_ul ul li .txts .cons {
        max-width: none;
        width: 96%;
        overflow: hidden;
    }

    .application_ul ul li:nth-child(2) .txts {
        text-align: left;
        display: block;
        clear: both;
    }

    /*联系我们*/
    .feedback_div .borders label {
        font-size: 15px;
    }

    .feedback_div .inputs2 {
        font-size: 13px;
    }

    .contact_one .contact_one_l {
        float: none;
        width: 100%;
        margin-bottom: 5%;
    }

    .contact_one .contact_one_l .boxs {
        max-width: none;
    }

    .contact_one .contact_one_l .h3 {
        margin-top: 5%;
    }

    .contact_one .contact_one_l .p {
        margin-top: 3%;
    }

    .contact_map2 iframe {
        height: 400px;
    }

    .contact_map2 {
        height: 400px;
    }

    /*产品展示*/
    .product_ul li {
        width: 32%;
    }

    .product_ul li:nth-child(4n+0) {
        margin-right: 2%;
    }

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

    /*产品详细*/
    .pro_one .pro_one_r {
        margin-top: 0%;
        width: 45%;
    }

    .pro_one .pro_one_r .txts {
        font-size: 14px;
        line-height: 26px;
    }

    .pro_one .pro_one_r .txts .color1 {
        font-size: 15px;
    }

    .pro_one .pro_one_r .txts ul li {
        line-height: 30px;
    }

    .product_two .h3 {
        font-size: 16px;
    }

    .product_two {
        font-size: 14px;
        line-height: 28px;
    }

    /*剧本杀*/
    .product_ul2 li {
        width: 32%;
    }

    .product_ul2 li:nth-child(4n+0) {
        margin-right: 2%;
    }

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

    .product_ul2 li .h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 830px) {

    /*内页*/
    .postions h2 {
        font-size: 16px;
    }

    .postions h2 span {
        font-size: 13px;
    }

    /*产品详细*/
    .pro_one .pro_one_r .product_bnt {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        width: 150px;
    }

}

@media screen and (max-width: 780px) {

    /*内页*/
    .o_big {
        height: 220px;
    }

    .postions {
        height: 43px;
        line-height: 42px;
        font-size: 13px;
    }

    .postions h2 {
        display: none;
    }

    .postions .postions_b a {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }

    /*分页*/
    .yema a {
        height: 28px;
        line-height: 26px;
        padding-left: 6px;
        padding-right: 6px;
        min-width: 30px;
        margin-left: 2px;
        font-size: 13px;
    }

    /*公司介绍*/
    .about_one .txts {
        font-size: 14px;
        line-height: 28px;
    }

    .history_two .txts .year {
        font-size: 70px;
    }

    /*新闻中心*/
    .news_con ul li .txts .p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .news_con ul li .ends {
        width: 120px;
    }

    .news_con ul li .ends .news_more {
        width: 100px;
        font-size: 13px;
    }

    /*产品展示*/
    .product_ul li .txts .p {
        font-size: 13px;
        line-height: 22px;
        height: 22px;
    }

    .product_ul li {
        width: 49%;
    }

    .product_ul li:nth-child(3n+0) {
        margin-right: 2%;
    }

    .product_ul li:nth-child(2n+0) {
        margin-right: 0;
    }

    /*产品详细*/
    .pro_one .pro_one_r {
        float: none;
        width: 96%;
        margin-left: 2%;
        margin-top: 5%;
        max-width: none;
    }

    .pro_one .pro_one_r .pro_one_rtxt {
        max-width: none;
    }

    .pro_one .pro_one_r .p {
        min-height: inherit;
    }

    .pro_one .product_one_l {
        padding-right: 0;
        width: 100%;
        float: none;
    }

    /*网站地图*/
    .sitemap_main dd {
        width: calc(32.66% - 2px);
        width: -webkit-calc(32.66% - 2px);
        width: -moz-calc(32.66% - 2px);
    }

    .sitemap_main dd:nth-child(4n+0) {
        margin-right: 1%;
    }

    .sitemap_main dd:nth-child(3n+0) {
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {

    /*内页*/
    .position {
        height: 44px;
        line-height: 44px;
        font-size: 13px;
    }

    .position .postions_b a {
        font-size: 13px;
    }

    /*分页*/
    .yema a {
        font-size: 12px;
    }

    /*.yema a span{ font-size:13px;}*/
    /*暂无内容*/
    .nodata {
        background-size: auto 130px;
        padding-top: 140px;
        margin-top: 15%;
        margin-bottom: 15%;
    }

    /*公司介绍*/
    .about_one .txts {
        font-size: 13px;
        line-height: 24px;
    }

    .about_one .imgs:after {
        background-size: 50px 50px;
    }

    .about_t {
        margin-top: 6%;
        padding-bottom: 3%;
    }

    .about_t:after {
        width: 40px;
        margin-left: -20px;
    }

    .history_two {
        margin-top: 4.5%;
    }

    .history_two .txts .year {
        font-size: 60px;
    }

    .history_two .txts .p {
        font-size: 14px;
        line-height: 24px;
        min-height: 144px;
    }

    .about_history {
        margin-top: 4.5%;
    }

    .about_three .about_three_end {
        padding-top: 50px;
        padding-bottom: 63px;
    }

    .about_four {
        font-size: 13px;
        line-height: 24px;
    }

    /*联系我们*/
    .contact_one .contact_one_l .p {
        font-size: 15px;
        line-height: 30px;
    }

    .feedback_div .divs {
        float: none;
        width: 100%;
    }

    .feedback_div .bnts2 {
        width: 100%;
        max-width: 100%;
    }

    /*新闻中心*/
    .news_con ul li {
        padding-right: 2%;
    }

    .news_con ul li .ends {
        display: none;
    }

    .news_con ul li .txts {
        padding-right: 0;
    }

    /*新闻资讯详细*/
    .about_x2 .show_t {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }

    .about_x2 .con_line {
        font-size: 12px;
        height: 65px;
        line-height: 30px;
        text-align: center;
    }

    .about_x2 .con_id {
        font-size: 14px;
        line-height: 24px;
    }

    .news_r .news_t .h2 {
        margin-right: 12px;
        font-size: 18px;
        height: 60px;
        line-height: 60px;
    }

    .news_r .news_ul3 ul li .h3 {
        font-size: 15px;
    }

    .news_r .news_ul3 ul li label {
        font-size: 13px;
    }

    .prenext {
        font-size: 13px;
        text-align: center;
    }

    .prenext span {
        width: 100%;
    }

    .prenext .goback {
        margin-top: 15px;
        height: 32px;
        line-height: 32px;
        width: 99%;
        margin-bottom: 10px;
        border: 1px solid #f0f0f0;
        border-radius: 20px;
    }

    .prenext .goback:hover {
        border: 1px solid #f87e03;
    }

    .fenxiang {
        float: none;
        margin-top: 5px;
    }

    /*解决方案*/
    .application_ul ul li .txts .p {
        line-height: 26px;
    }

    /*产品展示*/
    .product_ul li .txts .h3 {
        font-size: 16px;
        margin-top: 30px;
    }

    /*产品详细*/
    .pro_one .pro_one_r .txts ul li {
        line-height: 26px;
    }

    .pro_one .pro_one_r .product_bnt {
        margin-bottom: 3%;
        width: 150px;
    }

    .product_two .h3 {
        font-size: 15px;
    }

    .product_two {
        font-size: 13px;
        line-height: 24px;
    }

    /*剧本杀*/
    .product_ul2 li {
        width: 49%;
    }

    .product_ul2 li:nth-child(3n+0) {
        margin-right: 2%;
    }

    .product_ul2 li:nth-child(2n+0) {
        margin-right: 0;
    }

    .product_ul2 li .h3 {
        font-size: 14px;
    }

    .product_down {
        font-size: 14px;
        height: 44px;
        line-height: 44px;
        width: 160px;
        text-indent: 80px;
        background-position: 44px center;
    }

    .product_down:hover {
        text-indent: 84px;
        background-position: 48px center;
    }
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 480px) {

    /*内页*/
    .o_big {
        height: 180px;
    }

    .o_big_con .h2 {
        font-size: 18px;
        padding-top: 20px;
    }


    .postions {
        font-size: 12px;
    }

    .postions .postions_b a {
        font-size: 13px;
    }

    .postions .postions_r span {
        display: none;
    }

    .postions .postions_r img {
        margin-left: 6px;
    }

    /*分页*/
    .yema {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .yema a {
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 2px;
    }

    /*公司介绍*/
    .about_one .txts {
        font-size: 12px;
        line-height: 22px;
        margin-top: 18px;
    }

    .about_one .imgs:after {
        background-size: 40px 40px;
    }

    .about_one .imgs {
        margin-top: 18px;
    }

    .history_two .txts .year {
        font-size: 50px;
    }

    .about_history {
        margin-top: 5%;
    }

    .about_three .about_three_end {
        padding-top: 40px;
        padding-bottom: 53px;
    }

    .about_three .about_three_end .about_three_pic {
        font-size: 14px;
    }

    .about_four {
        font-size: 12px;
        line-height: 22px;
    }

    /*联系我们*/
    .feedback_div .inputs2 {
        font-size: 13px;
    }

    .feedback_div .textarea {
        width: 96%;
        font-size: 13px;
    }

    .feedback_div .bnts2 {
        height: 36px;
        line-height: 36px;
        font-size: 13px;
    }

    .feedback_div .feedback_t {
        font-size: 14px;
    }

    .contact_one .contact_one_l .p {
        font-size: 14px;
        line-height: 26px;
    }

    .contact_one .contact_one_l .h3 {
        font-size: 16px;
    }

    /*新闻中心*/
    .news_con ul li .imgs {
        width: 200px;
    }

    .news_con ul li .txts .h3 {
        margin-top: 20px;
        font-size: 16px;
    }

    .news_con ul li .txts .p {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
        margin-top: 5px;
    }

    /*新闻资讯详细*/
    .about_x2 .show_t {
        font-size: 18px;
        line-height: 26px;
    }

    .about_x2 .con_id {
        font-size: 13px;
    }

    .news_r .news_t .h2 {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    .prenext {
        font-size: 12px;
        line-height: 22px;
    }

    .prenext span {
        height: 22px;
    }

    /*解决方案*/
    .application_ul ul li .txts {
        padding-top: 6%;
        padding-bottom: 6%;
    }

    /*产品展示*/
    .product_ul li .txts .p {
        font-size: 12px;
        line-height: 20px;
        height: 20px;
    }

    .product_ul li .txts .h3 {
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        margin-top: 28px;
    }

    /*产品详细*/
    .pro_one {
        font-size: 13px;
    }

    .pro_one .pro_one_r .txts {
        font-size: 13px;
        line-height: 24px;
    }

    .pro_one .pro_one_r .txts .color1 {
        font-size: 14px;
    }

    .pro_one .pro_one_r .product_bnt {
        height: 36px;
        line-height: 36px;
        font-size: 13px;
        width: 130px;
    }

    .product_title {
        line-height: 60px;
        height: 60px;
        font-size: 16px;
    }

    .product_two .h3 {
        font-size: 14px;
    }

    .product_two {
        font-size: 12px;
        line-height: 22px;
    }

    .product_two .table table .w2 {
        padding-left: 8px;
        width: 310px;
    }

    /*网站地图*/
    .sitemap_main dd {
        width: calc(49.5% - 2px);
        width: -webkit-calc(49.5% - 2px);
        width: -moz-calc(49.5% - 2px);
    }

    .sitemap_main dd:nth-child(3n+0) {
        margin-right: 1%;
    }

    .sitemap_main dd:nth-child(2n+0) {
        margin-right: 0;
    }

    /*剧本杀*/
    .product_ul2 li .h3 {
        font-size: 13px;
    }

    .product_down {
        font-size: 13px;
        height: 36px;
        line-height: 36px;
        width: 150px;
        text-indent: 70px;
        background-position: 40px center;
    }

    .product_down:hover {
        text-indent: 74px;
        background-position: 44px center;
    }
}

@media screen and (max-width: 420px) {

    /*公司介绍*/
    .history_two .txts .year {
        font-size: 40px;
    }

    /*新闻中心*/
    .news_con ul li .imgs {
        width: 154px;
    }

    .news_con ul li .txts .h3 {
        height: 24px;
        line-height: 24px;
        margin-top: 10px;
    }

    /*联系我们*/
    .contact_one .contact_one_l .p {
        font-size: 13px;
        line-height: 24px;
    }

    /*产品展示*/
    .product_ul li .txts .h3 {
        margin-top: 20px;
    }

    .pro_one .pro_one_r .txts {
        font-size: 12px;
        line-height: 22px;
    }

    /*产品详细*/
    .product_title {
        font-size: 14px;
    }
}

@media screen and (max-width: 360px) {

    /*新闻中心*/
    .news_con ul li .imgs {
        width: 150px;
    }

    .news_con ul li .txts .h3 {
        margin-top: 10px;
        font-size: 15px;
    }

    .news_con ul li .txts .p {
        font-size: 12px;
    }

    /*联系我们*/
    .contact_one .contact_one_l .p {
        font-size: 12px;
        line-height: 20px;
    }
}


.selects {
    height: 52px;
    width: 100%;
    border: 1px solid #e8e8e8;
    color: #656565;
    font-size: 16px;
    padding-left: 66px;
}

@media screen and (max-width: 1440px) {
    .selects {
        height: 46px;
        padding-left: 50px;
    }
}

@media screen and (max-width: 640px) {
    .selects {
        height: 40px;
        width: 100%;
        border: 1px solid #e8e8e8;
        color: #656565;
        font-size: 16px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 480px) {
    .selects {
        font-size: 14px;
    }
}