* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.top {
    width: 100%;
    overflow: hidden;
    height: 46px;
    background: url(../images/image_01.jpg) center no-repeat;
}

.tops {
    max-width: 1350px;
    margin: auto;
}

.left_top {
    float: left;
    line-height: 46px;
    font-size: 12px;
    color: #fff;
}

.right_top {
    float: right;
}

.search {
    float: right;
    position: relative;
    margin-top: 5px;
}

.search input[type=text] {
    width: 180px;
    height: 30px;
    border: none;
    background: #f5f5f5;
    padding-left: 10px;
    outline: none;
}

.search input[type=submit] {
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(../images/search.png) center no-repeat;
    right: 5px;
    top: 7px;
    border: none;
    outline: none;
}

.language {
    float: right;
    line-height: 40px;
}

.language a {
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
}

.language a img {
    margin-right: 5px;
    margin-top: -1px;
}

.head {
    width: 100%;
    overflow: hidden;
}

.heads {
    max-width: 1350px;
    margin: auto;
}

.heads img {
    width: 100%;
}

.nav {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #ff8901;
}

.navs {
    max-width: 1350px;
    margin: auto;
}

.navs ul {
    margin-bottom: 0;
}

.navs ul li {
    width: 10%;
    float: left;
    text-align: center;
    position: relative;
	height: 55px;
    line-height: 55px;
}

.navs ul li a {
    font-size: 16px;
	font-weight:bold;
    color: #fff;
}

.navs ul li:hover {
    background: #ffd716;
}

.navs ul li .detailnav {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
    background: rgba(255, 215, 22, 0.6);
}

.navs ul li .detailnav li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    float: none;
    width: 100%;
}

.navs ul li .detailnav li a {
    font-size: 14px;
}

.navs ul li:hover .detailnav {
    display: block;
}

.banner img {
    width: 100%;
    animation: scale_b 3.5s linear infinite alternate;
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

.banner .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    width: 55px;
    height: 6px;
    background: #ff8901;
}

@keyframes scale_b {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.index_a {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    line-height: 71px;
}

.index_as {
    max-width: 1350px;
    margin: auto;
}

.left_index_a {
    float: left;
}

.left_index_a span {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.left_index_a a {
    font-size: 14px;
    color: #666;
    margin: 0 5px;
}

.right_index_a {
    float: right;
}

.right_index_a a {
    font-size: 14px;
    color: #666;
}

.youshi {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.youshis {
    max-width: 1350px;
    margin: auto;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.ys {
    width: 20%;
    float: left;
    text-align: center;
    padding: 25px 0;
}

.ys a {
    display: block;
    border-right: 1px solid #d9d9d9;
}

.ys:last-child a {
    border-right: none;
}

.ys_top {
    width: 81px;
    height: 81px;
    margin: auto;
    line-height: 75px;
    border: 2px solid #c3c3c3;
    border-radius: 100%;
}

.ys:nth-child(4) .ys_top {
    padding-left: 18px;
    line-height: 63px;
}

.ys_bottom {
    font-size: 16px;
    color: #bfbfbf;
    line-height: 22px;
    margin-top: 17px;
}

.ys:hover {
    background: #ff8901;
}

.ys:hover .ys_top {
    border: 2px solid #fff;
}

.ys:hover .ys_bottom {
    color: #fff;
}

.title {
    text-align: center;
    margin: 40px 0;
}

.maintitle {
    font-size: 32px;
    color: #333;
}

.titles {
    font-size: 15px;
    color: #555;
    margin-top: 10px;
}

.titleline div:first-child {
    width: 26px;
    height: 4px;
    background: #ff8901;
    margin: auto;
    margin-top: 10px;
}

.titleline div:nth-child(2) {
    width: 100px;
    height: 2px;
    background: #ff8901;
    margin: auto;
}

.product {
    width: 100%;
    overflow: hidden;
}

.products {
    max-width: 1350px;
    margin: auto;
}

.pronav {
    width: 19.2%;
    float: left;
}

.pronav_top {
    width: 100%;
    background: #ff8901;
    height: 95px;
    line-height: 95px;
    text-align: center;
    border-radius: 15px 0 0 0;
    font-size: 24px;
    color: #fff;
}

.pronav_top img {
    margin-top: -3px;
    margin-right: 5px;
}

.prolist ul {
    margin-bottom: 0;
}

.prolist ul li {
    line-height: 71px;
    background: #bfbfbf;
}

.prolist ul li.active {
    background: #ff8901;
}

.prolist ul li.active a {
    background: url(../images/h3icohover.png) right 30px center no-repeat;
}

.prolist ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    background: url(../images/h3ico.png) right 30px center no-repeat;
    padding: 0 30px;
}

.prolist ul li .prolists li {
    height: 51px;
    line-height: 50px;
    margin: 0 30px;
    background: #f8f8f8;
}

.prolist ul li .prolists li a {
    background: none;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #e3e3e3;
    background: url(../images/liico.png) left center no-repeat;
}

.prolist ul li .prolists {
    background: #f8f8f8;
    display: none;
}

.pro {
    width: 78.5%;
    float: right;
}

.recpro_img {
    width: 47.1%;
    float: left;
    border: 1px solid #dddddd;
    border-right: none;
}

.recpro_img img {
    width: 100%;
}

.recpro_intro {
    width: 52.9%;
    float: left;
    padding-left: 25px;
    padding-right: 20px;
}

.recpro {
    overflow: hidden;
    background: #bfbfbf;
}

.rptitle {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
}

.rpintro {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-top: 15px;
}

.rpline {
    width: 276px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin-top: 15px;
}

.proswiper img {
    width: 100%;
}

.pros {
    border: 1px solid #e6e6e6;
}

.pros_intro {
    border-top: 1px solid #e6e6e6;
    line-height: 37px;
    text-align: center;
    background: #f7f7f7;
    font-size: 15px;
    color: #333333;
}

.swiper-container.proswiper {
    margin-top: 30px;
}

.pros:hover .pros_intro {
    color: #fff;
    background: #ff8901;
}

.rexian {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_15.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 219px;
    margin-top: 40px;
}

.rexians {
    max-width: 1350px;
    margin: auto;
}

.left_rx {
    float: left;
}

.left_rx_one {
    font-size: 20px;
    color: #fff;
    margin-top: 40px;
}

.left_rx_two {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}

.left_rx_three {
    width: 25px;
    height: 3px;
    background: #e6e6e6;
    margin: 20px 0;
}

.left_rx_four {
    font-size: 18px;
    color: #fff;
}

.right_rx {
    width: 290px;
    height: 219px;
    background: #ff8901;
    float: right;
    text-align: center;
}

.right_rx_one {
    font-size: 16px;
    color: #fff;
    margin-top: 50px;
}

.right_rx_two {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}

.right_rx_three a {
    display: inline-block;
    width: 112px;
    height: 35px;
    background: #fff;
    border-radius: 5px;
    line-height: 35px;
    color: #ff8901;
    font-size: 16px;
    margin-top: 20px;
}

.about {
    width: 100%;
    overflow: hidden;
}

.abouts {
    max-width: 1350px;
    margin: auto;
}

.left_ab {
    width: 25%;
    float: left;
    background: #bfbfbf;
    padding: 0 40px;
    position: relative;
    padding-bottom: 46px;
}

.eatitle {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.left_ab .eatitle:first-child {
    padding-top: 20px;
}

.catitle {
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
}

.hontitle {
    font-size: 20px;
    color: #fff;
    padding-left: 10px;
    margin-top: 10px;
    background: url(../images/hontitlebg.png) left center no-repeat;
}

.right_ab {
    width: 74%;
    float: right;
}

.ra_con {
    padding-top: 10px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    overflow: hidden;
    padding-bottom: 20px;
}

.ra_con p {
    line-height: 32px;
    padding: 0 14px;
}

.ra_con a {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ff8901;
    font-size: 14px;
    color: #fff;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.lab_img {
    text-align: center;
    margin-top: 30px;
}

.case {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.cases {
    max-width: 1350px;
    margin: auto;
    position: relative;
}

.casenav {
    position: relative;
}

.casenavs {
    position: absolute;
    top: 35%;
    left: 0;
    padding-left: 20px;
}

.casenavs a {
    font-size: 16px;
    color: #fff;
    margin-right: 50px;
}

.swiper-container.caseswiper {
    width: 100%;
    padding: 25px;
    background: #f8f8f8;
}

.cas_intro {
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-top: 17px;
}

.swiper-container.caseswiper img {
    width: 100%;
}

.cases .swiper-button-prev {
    width: 16px;
    height: 36px;
    background: url(../images/prevcase.png) center no-repeat;
    top: 40px;
    right: 140px;
    left: auto;
}

.cases .swiper-button-next {
    width: 16px;
    height: 36px;
    background: url(../images/nextcase.png) center no-repeat;
    top: 40px;
    right: 40px;
}

.zixun {
    width: 100%;
    overflow: hidden;
    height: 420px;
    background: url(../images/fanganbg.png) center no-repeat;
    margin-top: 40px;
    text-align: center;
}

.zixuns {
    max-width: 1350px;
    margin: auto;
    padding-bottom: 50px;
    border-bottom: 4px solid #ffc61d;
}

.zixuntitle {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 95px;
}

.zixuns form div:first-child input {
    width: 294px;
    height: 41px;
    border: none;
    outline: 0;
    padding-left: 45px;
    background: url(../images/form.png) 20px center no-repeat;
    background-color: rgba(255, 255, 255, 0.7);
    margin-right: 5px;
}

.zixuns form div:first-child input:last-child {
    margin-right: 0;
}

.zixuns form div:first-child {
    margin-top: 55px;
    overflow: hidden;
}

.zixuns form div:nth-child(2) {
    margin-top: 7px;
    overflow: hidden;
}

.zixuns form div:nth-child(2) textarea {
    width: 894px;
    height: 79px;
    background: url(../images/form.png) 20px 15px no-repeat;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    padding-left: 45px;
    padding-top: 10px;
    outline: 0;
}

.zixuns form div:nth-child(2) input {
    width: 295px;
    height: 79px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    background: #ffc61d;
    border: none;
    margin-left: 10px;
    position: relative;
    top: -30px;
}

.special {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.specials {
    max-width: 1350px;
    margin: auto;
}

.sp {
    float: left;
    width: 23.1%;
    margin-right: 2.5%;
    background: #bfbfbf;
    text-align: center;
    padding-bottom: 65px;
}

.sp:hover {
    background: #ffc61d;
}

.sp:last-child {
    margin-right: 0;
}

.sp_img img {
    width: 100%;
}

.sp_icon {
    line-height: 57px;
    height: 57px;
    margin-top: 20px;
}

.sp_name {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 40px;
}

.sp_num {
    margin-top: -45px;
    line-height: 64px;
    height: 64px;
}

.sp_line {
    width: 78.5%;
    margin: auto;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin-top: 15px;
}

.sp_intro {
    width: 78.5%;
    margin: auto;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-top: 15px;
    text-align: left;
}

.chenggong {
    width: 100%;
    overflow: hidden;
}

.chenggongs {
    max-width: 1350px;
    margin: auto;
}

.cgnav {
    overflow: hidden;
}

.cgnav a {
    display: block;
    float: left;
    width: 12.5%;
    text-align: center;
    font-size: 15px;
    color: #333;
    background: #f8f8f8;
    border: 1px solid #dddddd;
    line-height: 78px;
}

.cgnav a:hover {
    color: #fff;
    background: #ff8901;
}

.swiper-container.cgswiper {
    margin-top: 40px;
}

.cg_pic img {
    width: 100%;
}

.cg_intro {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 83px;
    font-size: 15px;
    color: #333;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}

.swiper-container.pinswiper {
    margin: 0 50px;
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
}

.chenggongs {
    position: relative;
}

.chenggongs .swiper-button-prev {
    width: 47px;
    height: 32px;
    background: url(../images/image_37.jpg) center no-repeat;
    left: 0;
    bottom: 20px;
    top: auto;
}

.chenggongs .swiper-button-next {
    width: 47px;
    height: 32px;
    background: url(../images/image_40.jpg) center no-repeat;
    right: 0;
    bottom: 20px;
    top: auto;
}

.pinswiper img {
    max-width: 100%;
    width: auto;
}

.new {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
    margin-top: 40px;
    padding: 40px 0;
}

.news {
    max-width: 1350px;
    margin: auto;
}

.left_new {
    width: 50%;
    float: left;
    background: #fff;
}

.lnew_nav span {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 68px;
    float: left;
}

.lnew_nav {
    overflow: hidden;
}

.lnew_nav span.active,
.lnew_nav span:hover {
    background: #ff8901;
    color: #fff;
}

.lnew {
    padding: 0 30px;
    padding-bottom: 20px;
}

.lnew_top {
    margin-top: 35px;
    overflow: hidden;
}

.lnew_top_img {
    width: 39.3%;
    float: left;
}

.lnew_top_img img {
    width: 100%;
}

.lnew_top_intro {
    width: 56.5%;
    float: right;
}

.lnew_top_intro_title {
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}

.lnew_top_intro_con {
    margin-top: 20px;
    line-height: 20px;
}

.lnew_top_intro_con span {
    font-size: 12px;
    color: #666;
}

.lnew_top_intro_con a {
    font-size: 12px;
    color: #ff8901;
    margin-left: 40px;
}

.lnew_top_intro_date {
    font-size: 13px;
    color: #666;
    margin-top: 17px;
}

.lnew_list {
    line-height: 45px;
    margin-top: 15px;
}

.lnew_list_name {
    float: left;
    font-size: 14px;
    color: #333;
}

.lnew_list_date {
    float: right;
    font-size: 13px;
    color: #666;
}

.lnew_list a {
    display: block;
    width: 100%;
    padding-left: 15px;
    background: url(../images/image_59.jpg) left center no-repeat;
    overflow: hidden;
    border-bottom: 1px dashed #c1c1c1;
}

.lnew_list a:last-child {
    border-bottom: none;
}

.lnew_list a:hover {
    background: url(../images/image_53.jpg) left center no-repeat;
}

.lnew_list a:hover .lnew_list_name,
.lnew_list a:hover .lnew_list_date {
    color: #ff8901;
}

.right_new {
    width: 48.5%;
    float: right;
    background: #fff;
    padding: 0 32px;
}

.rnew_top {
    overflow: hidden;
    width: 100%;
    line-height: 67px;
}

.rnew_top span {
    font-size: 18px;
    color: #333;
    float: left;
}

.rnew_top a {
    font-size: 14px;
    color: #999;
    float: right;
}

.rnew_list {
    margin-top: 30px;
}

.rnew_list_top {
    line-height: 25px;
    background: url(../images/image_56.jpg) left top no-repeat;
    font-size: 14px;
    color: #333;
    padding-left: 35px;
}

.rnew_list_bottom {
    line-height: 20px;
    background: url(../images/image_61.jpg) left top no-repeat;
    font-size: 12px;
    color: #666;
    padding-left: 35px;
    margin-top: 15px;
}

.rnew_list a {
    display: block;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 19px;
}

.rnew_list a:hover .rnew_list_top {
    color: #ff8901;
}

.rnew_list a:last-child {
    border-bottom: none;
}

.foot {
    width: 100%;
    overflow: hidden;
    border-top: 6px solid #ffc61d;
    background: #1b1b1b;
    padding-top: 45px;
    padding-bottom: 40px;
}

.foots {
    max-width: 1350px;
    margin: auto;
}

.ftitles {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
}

.ftitlesline {
    width: 118px;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
}

.saoma {
    float: left;
    width: 8.8%;
}

.saoma img {
    margin-top: 25px;
    width: 100%;
}

.fcon_top {
    font-size: 20px;
    color: #ff8901;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
}

.fcon_top img {
    margin-right: 10px;
}

.fcontact {
    float: left;
    margin-left: 25px;
}

.fcons {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
}

.fnav {
    float: right;
    width: 57%;
}

.fnavs {
    float: left;
    margin-left: 11.6%;
}

.fnavs:first-child {
    margin-left: 0;
}

.fnavs ul {
    margin-bottom: 0;
    margin-top: 5px;
}

.fnavs ul li {
    margin-top: 15px;
}

.fnavs ul li a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.copy {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #110e11;
    line-height: 58px;
}

.copy a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 8px;
}

.mobile-inner-header {
    background-color: rgba(255, 137, 1, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 137, 1, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.right_ab img {
    width: 100%;
}

.inside_top_nav {
    padding: 25px 0;
    background-color: #f8f7fc;
    text-align: center;
}

.inside_top_nav a {
    padding: 0 25px;
    color: #464646;
	font-size:16px;
    text-decoration: none;
    transition: all 0.2s linear;
}

.inside_main_wrapper {
    border-bottom: 1px solid #DADADA;
    margin: 80px 0;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
}

.inside_main {
    width: 100%;
    margin: 0 auto;
}

.inside_single {
    font-size: 14px;
    line-height: 30px;
}

.justify_center {
    justify-content: center;
}

.inside_top_nav a:hover {
    color: #ff8901;
}

.inside_main_wrapper {
    border-bottom: 1px solid #DADADA;
    margin: 80px 0;
    padding-bottom: 80px;
}

.inside_main {
    width: 100%;
    margin: 0 auto;
}

.inside_single {
    font-size: 14px;
    line-height: 30px;
}

.justify_center {
    justify-content: center;
}

.inside_top_nav a:hover {
    color: #ff8901;
}

.inside_news_item {
    width: 100%;
    border: 1px solid #DADADA;
    padding: 20px;
    margin-bottom: 30px;
}

.inside_news_item:hover {
    background-color: #fafafa;
    box-shadow: 0 0 20px rgba(129, 129, 129, 0.3);
}

.inside_news_item .inside_news_item_img {
    width: 240px;
    height: 170px;
    margin-right: 30px;
}

.inside_news_item .inside_news_item_img img {
    width: 100%;
    height: 100%;
}

.inside_news_item .inside_news_item_info {
    flex-direction: column;
    flex: 1;
}

.inside_news_item .inside_news_item_info h3 {
    font-size: 22px;
    line-height: 44px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inside_news_item .inside_news_item_info h3 a {
    color: #000;
}

.inside_news_item .inside_news_item_info span {
    color: #999;
    line-height: 22px;
}

.inside_news_item .inside_news_item_info p {
    line-height: 22px;
    width: 100%;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.inside_news_item .inside_news_item_info>a {
    display: block;
    text-align: center;
    width: 100px;
    color: #777;
    border: 1px solid #e0e0e0;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 5px;
}

.inside_news_item .inside_news_item_info:hover>a {
    border: 1px solid #ff8901;
    color: #fff;
    width: 120px;
    background-color: #ff8901;
}

.inside_news_item .inside_news_item_img {
    width: 240px;
    height: 170px;
    margin-right: 30px;
}

.justify_between {
    justify-content: space-between;
}

.box {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.p12-aboutinfo-1 {
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
}

.p12-aboutinfo-1 .tit {
    height: 160px;
    background: url(../image/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
    clear: both;
    text-align: center;
}

.p12-aboutinfo-1 .tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 45px;
}

.p12-aboutinfo-1 .tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 18px;
    display: block;
}

.g-gywm {
    height: 530px;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #ff8901;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

#map {
    width: 100%;
    height: 460px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
}

.map-title {
    font-size: 16px;
    line-height: 24px;
}

.map-list {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
}

.listcontacts {
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}

.listcontacts>div {
    max-width: 1400px;
    margin: 5rem auto;
    overflow: hidden;
}

.listcontacts>div>span {
    font-size: 28px;
    color: #6a6a6a;
}

.listcontacts>div>span>i {
    font-style: normal;
    font-size: 19px;
    color: #8d8c8c;
    font-family: Arial Regular;
    text-transform: uppercase;
    margin-left: 5px;
}

.listcontactsTitle {
    overflow: hidden;
    margin-top: 3rem;
}

.listcontactsTitle input {
    height: 58px;
    display: block;
    float: left;
    padding-left: 47px;
    box-sizing: border-box;
    width: 48%;
    font-size: 16px;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    outline: none;
}

.listcontactsTitle input:nth-child(1) {
    background: url(../image/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    float: right;
    background: url(../image/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background: url(../image/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    float: right;
    background: url(../image/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}

.listcontactsTextarea {
    width: 100%;
    border: 1px solid #ccc;
    background: url(../image/126.png)left 0 no-repeat #fff;
    background-position: 12px 16px;
    padding-left: 47px;
    font-size: 16px;
    padding-top: 18px;
    height: 174px;
    outline: none;
}

.listcontactsubmit {
    text-align: center;
    margin-top: 3rem;
}

.listcontactsubmit input {
    background: #ff8901;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}

.listpro {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    line-height: 34px;
    font-size: 16px;
    color: #666565;
}

.listpronav {
    overflow: hidden;
    margin-top: 38px;
    margin-bottom: 45px;
}

.listpronav li {
    width: 90px;
    height: 30px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 30px;
    float: left;
    margin-right: 9px;
}

.listpronav li a {
    display: block;
    color: #444;
    font-size: 16px;
}

.listpronav li:hover {
    background: #ff8901;
    border: 1px solid #ff8901;
}

.listpronav li:hover a {
    color: #fff;
}

.listpronav li.current {
    background: #ff8901;
    border: 1px solid #ff8901;
}

.listpros {
    width: 100%;
    overflow: hidden;
}

.listpros a {
    display: block;
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 2%;
}

.listpros a .listprosimg {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.listpros a .listprosimg img {
    width: 100%;
    transition: all 0.3s;
}

.listpros a .listprosimg div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s;
}

.listpros a .listprosimg div span {
    width: 64px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-top: 1px solid #fff;
    font-size: 16px;
}

.listpros a p {
    font-size: 18px;
    color: #444;
    line-height: 44px;
    margin: 0;
}

.listpros a:nth-child(3n) {
    margin-right: 0;
}

.listpros a:hover .listprosimg img {
    transform: scale(1.1);
}

.listpros a:hover .listprosimg div {
    opacity: 1;
}



.inside_pro_item {
    width: 24%;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #DADADA;
}

.inside_pro_item:nth-of-type(4n) {
    margin-right: 0;
}

.inside_pro_item:hover {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(129, 129, 129, .3);
}

.inside_pro_item .pro_img {
    width: 100%;
    overflow: hidden;
}

.inside_pro_item .pro_img img {
    width: 100%;
}

.inside_pro_item:hover .pro_img img {
    transform: scale(1.05);
}

.inside_pro_item .pro_text {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    transition: all .2s linear;
    border-top: 1px solid #DADADA;
}

.inside_pro_item:hover .pro_text {
    color: #fff;
    background-color: #ff8901;
}

.inside_pro_item:hover a {
    color: #fff;
}

.inside_main_wrapper {
    border-bottom: 1px solid #DADADA;
    margin: 80px 0;
    padding-bottom: 80px;
}

.inside_main {
    max-width: 1200px;
    margin: 0 auto;
}

.inside_single {
    font-size: 14px;
    line-height: 30px;
}


/* inside_product */



.inside_pro_item {
    width: 24%;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #DADADA;
    float: left;
    margin-right: 1.3%;
}

.inside_pro_item:nth-of-type(4n) {
    margin-right: 0;
}

.inside_pro_item:hover {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(129, 129, 129, .3);
}

.inside_pro_item .pro_img {
    width: 100%;
    overflow: hidden;
}

.inside_pro_item .pro_img img {
    width: 100%;
}

.inside_pro_item:hover .pro_img img {
    transform: scale(1.05);
}

.inside_pro_item .pro_text {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    transition: all .2s linear;
    border-top: 1px solid #DADADA;
}

.inside_pro_item:hover .pro_text {
    color: #fff;
    background-color: #ff8901;
}

.inside_pro_item:hover a {
    color: #fff;
}

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}

#art_content {
    word-break: break-all;
    font-size: 16px!important;
	line-height:28px;
    padding: 0 0 10px 0;
}

#art_content img {
    max-width:100%!important;
    margin: 0px!important;
}

.news_pre {
    margin: 10px 0 5px 0;
    clear: both;
}
.bi_0002_1111{
	overflow:hidden;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	line-height:50px;
	margin:20px 0px;
background:#f1f1f1;
	padding:0px;
	
}
.bi_0002_1111 .title1s{
	
	float:left;
	background:#333333;
	width:180px;
	text-align:center;
		line-height:50px;
	color:#fff;
	font-size:18px;


}
.swipershowleft {
	float: left;
	width: 40%;
	border: 1px solid #ccc;
}

.swipershowleft .swipershowleftnext {
	background: url(../images/p15-icon3.png)center 0 no-repeat;
	width: 12px;
	height: 23px;
	background-size: 12px 23px;
	margin-top: -11.5px;
}

.swipershowleft .swipershowleftprev {
	width: 12px;
	height: 23px;
	background-size: 12px 23px;
	margin-top: -11.5px;
	background: url(../images/p15-icon2.png)center 0 no-repeat;
}
.swipershowleftimg {
	width: 100%;
	overflow: hidden;
}

.swipershowleftimg img {
	border: 1px solid #ccc;
	width: 100%;
}

.dioo {
	position: relative;
	margin-top: 2rem;
	overflow: hidden;
}

.ProductDetailsSmallimg {
	width: 83%;
	margin: 0 auto;
	overflow:hidden
}

.ProductDetailsSmallimg ul li.cur span {
	height: 100%;
	border: 1px solid #ff8901;
}

.ProductDetailsSmallimg ul li span {
	display: block;
	height: 100%;
	border: 1px solid #dadada;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	right: 0;
	bottom: 0;
}

.ProductimgArrowleft:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	border-left: 3px solid #999999;
	border-bottom: 3px solid #999999;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin: 13px 0 0 11px;
}

.ProductimgArrowright:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	border-left: 3px solid #999999;
	border-bottom: 3px solid #999999;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin: 13px 0 0 11px;
}

[role=button] {
	cursor: pointer;
}

.ProductimgArrowleft {
	left: 0px;
	top: 26%;
}

.ProductimgArrowleft {
	display: block;
	position: absolute;
	bottom: 43px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	background: #ededed;
	border-radius: 36px;
	outline: none;
}

.ProductimgArrowright {
	right: 0;
	top: 26%;
}

.ProductimgArrowright {
	display: block;
	position: absolute;
	bottom: 43px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	background: #ededed;
	border-radius: 36px;
	outline: none;
}
.maintxt-info {
    padding: 20px 0 0 0;
    line-height: 24px;
	float:right;
	width:50%;
}

.maintxt-info .name {
    color: #757575;
    padding: 15px 0;
    font-size: 14px;
}

.maintxt-info .desc {
    border-top: 1px solid #eeeeee;
    color: #929292;
    padding: 15px 0 0 0;
}

@media (min-width: 1024px) {
    .product-detail {
        padding-top: 50px;
    }
    .mainimg-info {
  float: left;
    width: 75%;
    max-width: 691px;
    }
    .maintxt-info {
        overflow: hidden;
        padding: 0 0 0 20px;
    }
}

@media (min-width: 1199px) {
    .product-detail {
        padding-top: 98px;
        padding-bottom: 71px;
    }
    .maintxt-info {
        padding: 0 20px 0 60px;
    }
    .maintxt-info .name {
        font-size: 15px;
        line-height: 30px;
        padding: 29px 0 19px;
    }
    .maintxt-info .desc {
        line-height: 30px;
        padding: 21px 0 0 0;
        max-width: 510px;
    }
}

.font24 {
    font-size: 20px;
}
@media (min-width: 1024px){
.font24 {
    font-size: 24px;
}
}
		.pro_kefu{ background:url(../images/ptel.png) #fff left 20px center no-repeat; padding:10px 20px 10px 80px; background-size:45px; border:1px #eee solid; color:#888; max-width:380px; margin-top:40px;}
.pro_kefu i{ font-family:"VINYLREGULAR"; color:#ff8901;font-style:normal;}
.pro_kefu a{ float:right; background:#ff8901; color:#fff;padding: 11px 25px;
}
._back .ion {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 20px;
	font-style:normal;
}

._back a,
._back .ion {
    color: #434343;
}

._back a {
    display: block;
    position: relative;
    width: 55%;
    height: 51px;
    padding-left: 20px;
    border: #F0EFEF 1px solid;
    font-size: 20px;
    line-height: 51px;
}
.proshowcontent{
	margin-top:20px;
}
.ProductDetailsSmallimg img,.proshowcontent img{
	max-width:100%;
}