﻿@import url(pscroll.css);

/*内页*/

.o_big_con {
    overflow: hidden;
}

.o_big {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    -webkit-animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;
    animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;
}

.o_big img {
    width: 100%;
    filter: Alpha(Opacity=0);
    opacity: 0;
}

@-webkit-keyframes SlickIn {
    0% {
        -webkit-transform: scale(1.1, 1.1)
    }
    100% {
        -webkit-transform: scale(1, 1)
    }
}

@-webkit-keyframes SlickOut {
    0% {
        -webkit-transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(.9, .9)
    }
}

@keyframes SlickIn {
    0% {
        transform: scale(1.1, 1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}

@keyframes SlickOut {
    0% {
        transform: scale(1, 1)
    }
    100% {
        transform: scale(.9, .9)
    }
}

.postions {
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    color: #dbdbdb;
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
}

.postions a {
    color: #999999;
}

.postions a:hover {
    color: #c19149;
}

.postions label {
    color: #666666;
}

.postions .postions_r {}

.postions .postions_r img {
    vertical-align: baseline;
    margin-right: 5px;
}

.postions h2 {
    float: left;
    font-weight: normal;
    color: #333;
    height: 58px;
    font-size: 20px;
}

.postions h2 span {
    font-size: 16px;
    font-family: Arial;
}

.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 {
    float: right;
}

.postions .postions_b a {
    float: left;
    margin-left: 50px;
    overflow: hidden;
    font-size: 16px;
    margin-top: 4px;
    line-height: 79px;
    height: 79px;
    border-bottom: 3px solid #fff;
    color: #333;
}

.postions .postions_b a:hover {
    color: #ec974d;
}

.postions .postions_b a.isel {
    border-bottom: 3px solid #ec974d;
    color: #ec974d;
}


/*分类弹窗*/

.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 {
    z-index: 19891025;
    width: 0%;
    right: 0%;
    position: absolute;
    overflow: hidden;
    top: 0;
    height: 100%;
    /* display: none;*/
    transition: all 0.3s;
}

.about_tc .about_divs {
    position: absolute;
    right: 0;
    width: 80%;
    background-color: #fff;
    top: 0;
    overflow: hidden;
    height: 100%;
}

.about_tc .about_divs .about_divs_t {
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    background-color: #008cd6;
    padding-left: 4%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    overflow: hidden;
}

.about_tc .about_divs .about_divs_t2 a {
    line-height: 24px;
    height: auto;
    padding-bottom: 3%;
    padding-top: 3%;
    overflow: hidden;
    margin-top: 2px;
    display: block;
    background-color: #efefef;
    padding-left: 4%;
    font-size: 14px;
}

.about_tc .about_divs a {
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    margin-top: 2px;
    display: block;
    background-color: #efefef;
    padding-left: 4%;
    font-size: 14px;
}

.about_tc .about_divs a:Hover {
    color: #c2944d;
}

.about_tc .about_divs a.left_sel {
    background-color: #c2944d;
    color: #fff;
    font-size: 16px;
}

.about_tc .closed2 {
    right: 80%;
    position: absolute;
    top: 150px;
    cursor: pointer;
    width: 40px;
}

.about_tc .closed2:hover {
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    transition: all 0.3s;
}


/*分页*/

.yema {
    width: 100%;
    text-align: center;
    clear: both;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    clear: both;
}

.yema a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    overflow: hidden;
    padding-right: 10px;
    min-width: 12px;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
    color: #757575;
    font-size: 13px;
    border: 1px solid #e6e6e6;
}

.yema a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #c2944d;
    border: 1px solid #c2944d;
}

.yema a.on {
    color: #fff;
    background-color: #c2944d;
    border: 1px solid #c2944d;
}

.yema a.first,
.yema a.last {
    margin-right: 0;
}

.yema a.first:hover,
.yema a.last:hover {
    background-color: #c2944d;
}


/*发展历程*/

.history_bg {
    margin-top: 60px;
    overflow: hidden;
    margin-bottom: 4%;
}

.about_l {
    float: left;
    width: 300px;
    margin-bottom: 5%;
    border-top: 2px solid #7abe81;
    margin-right: 2%;
}

.about_l .product_l_titile {
    overflow: hidden;
    color: #333;
    background: #f5f5f5;
    border-top: 1px solid #7abe81;
}

.about_l .product_l_titile h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 81px;
    height: 81px;
    text-transform: uppercase;
    padding-left: 24px;
}

.about_l .i_left_ul2 {
    overflow: hidden;
    background-color: #f5f5f5;
}

.about_l .i_left_ul2 li h2 {
    font-weight: normal;
    overflow: hidden;
    padding-left: 24px;
    height: 69px;
    line-height: 69px;
    border-top: 1px solid #e5e5e5;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    background: url(../images/product_bg1.png) 265px center no-repeat;
    padding-right: 35px;
}

.about_l .i_left_ul2 li h2 a {
    color: #333333;
    text-decoration: none;
    display: block;
}

.about_l .i_left_ul2 li h2 a:hover {
    color: #7abe81;
}

.about_l .i_left_ul2 li h2.left_sel {
    color: #fff;
    background: url(../images/product_bg2.png) #7abe81 265px center no-repeat;
}

.about_l .i_left_ul2 li h2.left_sel a {
    color: #fff;
}

.about_l .i_left_ul2 li h1 {
    font-weight: normal;
    overflow: hidden;
}

.about_l .i_left_ul2 li {
    display: block;
    width: 100%;
}

.about_l .i_left_ul2 li h1 {
    font-weight: normal;
    overflow: hidden;
    padding-left: 24px;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    background: url(../images/product_bg1.png) 222px center no-repeat;
    padding-right: 8px;
}

.about_l .i_left_ul2 li h1 a {
    color: #333333;
    text-decoration: none;
}

.about_l .i_left_ul2 li h1:hover a {
    color: #007699;
}

.about_l .i_left_ul2 li h1.left_sel {
    color: #007699;
    background: url(../images/product_bg2.png) 222px center no-repeat;
}

.about_l .i_left_ul2 li h1.left_sel a {
    color: #007699;
}

.about_l .i_left_ul2 li div {
    padding-left: 10px;
    margin-top: 14px;
    font-size: 14px;
    display: none;
    border-bottom: 1px solid #e5e5e5;
}

.about_l .i_left_ul2 li div dl {
    overflow: hidden;
}

.about_l .i_left_ul2 li div dl span {
    padding-left: 36px;
    padding-right: 8px;
    overflow: hidden;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 16px;
}

.about_l .i_left_ul2 li div dl span a {
    color: #777;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
}

.about_l .i_left_ul2 li div dl span a:hover {
    color: #007699;
    padding-left: 4px;
}

.about_l .i_left_ul2 li div dl span.left_sel {
    color: #007699;
}

.about_l .i_left_ul2 li div dl span.left_sel a {
    color: #007699;
}

.about_r {
    overflow: hidden;
}

.history_con {
    background: url(../images/history_bg1.png) center top no-repeat;
    min-height: 200px;
    width: 100%;
    padding-bottom: 3%;
    margin: 0 auto;
    padding-top: 4%;
}

.history_con ul li {
    display: table;
    width: 100%;
    vertical-align: middle;
    margin-top: 15px;
    margin-bottom: 15px;
    background: url(../images/history_bg2.png) center center no-repeat;
    overflow: hidden;
}

.history_con ul li .txts {
    display: table-cell;
    width: 46%;
    vertical-align: middle;
}

.history_con ul li .txts .conts .descs {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #f5f5f5;
}

.history_con ul li .txts.pr .conts {
    padding-right: 56px;
    background: url(../images/history_bg3.png) right center no-repeat;
}

.history_con ul li .txts.pl .conts {
    padding-left: 56px;
    background: url(../images/history_bg3.png) left center no-repeat;
}

.history_con ul li .imgs {
    display: table-cell;
    width: 46%;
    vertical-align: middle;
}

.history_con ul li .imgs b {
    font-weight: normal;
    color: #c2944d;
    padding-left: 4%;
    padding-right: 4%;
    min-width: 80px;
    display: inline-block;
}

.history_con ul li .imgs img {
    max-width: 245px;
    width: 60%;
    display: inline-block;
    transition: all 0.3s;
}

.history_con ul li .imgs img:hover {
    filter: Alpha(Opacity=80);
    opacity: 0.8;
}

.history_con ul li .pr {
    padding-right: 4%;
    text-align: right;
}

.history_con ul li .pl {
    padding-left: 4%;
    text-align: left;
}

.history_end {
    height: 10px;
    font-size: 0;
    overflow: hidden;
    background: url(../images/history_bg4.png) center center no-repeat;
    margin-bottom: 5%;
}


/*公司简介*/

.about_con {
    overflow: hidden;
    margin-bottom: 6%;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.about_con .h2 {
    font-weight: bold;
    font-size: 24px;
    color: #c2944d;
    margin-bottom: 2%;
}

.about_con .h3 {
    color: #c2944d;
}

.about_con .b {
    color: #c2944d;
}

.about_con img {
    max-width: 100%;
}

.about_con .f14 {
    font-size: 14px;
}

.about_con .f18 {
    font-size: 18px;
}


/*资质荣誉*/

.honor_ul {
    overflow: hidden;
}

.honor_ul ul li {
    width: 32%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
    margin-bottom: 2%;
}

.honor_ul ul li:nth-child(3n+0) {
    margin-right: 0;
}

.honor_ul ul li .imgs {
    overflow: hidden;
    text-align: center;
}

.honor_ul ul li .imgs img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.honor_ul ul li h2 {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    height: 42px;
    overflow: hidden;
    line-height: 42px;
    text-align: center;
}

.honor_ul ul li:Hover .imgs img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.honor_ul ul li:Hover h2 {
    color: #c2944d;
}


/*荣誉弹窗*/

#zoom {
    z-index: 99990;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#zoom .content {
    z-index: 99991;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: #ffffff no-repeat 50% 50%;
    padding: 0;
    margin: -100px 0 0 -100px;
    box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

#zoom .content.loading {
    background-image: url('../img/loading.gif');
}

#zoom img {
    display: block;
    max-width: none;
    background: #ececec;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

#zoom .close {
    z-index: 99993;
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    cursor: pointer;
    background: transparent url('../img/icons/close.png') no-repeat 50% 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 0 0 0 4px;
}

#zoom .previous,
#zoom .next {
    z-index: 99992;
    position: absolute;
    top: 50%;
    overflow: hidden;
    display: block;
    width: 49px;
    height: 49px;
    margin-top: -25px;
}

#zoom .previous {
    left: 0;
    background: url('../img/icons/arrows.png') no-repeat 0 0;
    border-radius: 0 4px 4px 0;
}

#zoom .next {
    right: 0;
    background: url('../img/icons/arrows.png') no-repeat 100% 0;
    border-radius: 4px 0 0 4px;
}

#zoom .close:hover {
    background-color: #da4f49;
}

#zoom .previous:hover,
#zoom .next:hover {
    background-color: #0088cc;
}


/*人才招聘*/

.history_bg .recruitmentList li {
    border: solid 1px #eeeeee;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 44px 70px 44px 30px;
    background: url(../images/arrow9.gif) no-repeat right 31px top 28px;
    cursor: pointer;
}

.history_bg .recruitmentList li.on {
    background-image: url(../images/arrow10.gif);
    border-left: solid 4px #c2944d;
}

.history_bg .recruitmentList li.on .title .tit {
    color: #c2944d;
}

.history_bg .recruitmentList li .title .tit {
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.history_bg .recruitmentList li .title .txt {
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}

.history_bg .recruitmentList li .down {
    padding: 18px 0 0 0;
    display: none;
}

.history_bg .recruitmentList li .down .text {
    font-size: 14px;
    line-height: 27px;
    color: #666666;
}

.history_bg .recruitmentList li .down .text .tit {
    color: #333333;
}

.history_bg .recruitmentList li .down .btn {
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    border-radius: 3px;
    border: solid 1px #c2944d;
    margin-top: 45px;
    font-size: 16px;
    color: #c2944d;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.history_bg .recruitmentList li .down .btn:hover {
    background: #c2944d;
    color: #fff;
}

.job_t {
    background: #eeeeee;
    height: 58px;
    line-height: 58px;
    color: #999999;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}

.job_t .h2 {
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
}

.job_t .h2 span {
    display: block;
    margin-right: 24px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/job_bg1.png);
    cursor: pointer;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
	    font-size: 24px;
}

.job_t .h2 .p {
    width: 100%;
    text-align: center;
    background: #eee;
    overflow: hidden;
    height: 0;
    transition: all 0.3s;
    font-size: 14px;
}

.job_t .h2 .p a {
    border-bottom: 1px solid #eee;
    height: 30px;
    line-height: 30px;
    margin-top: 1%;
    display: block;
}

.job_t .h2 .p a:last-child {
    border-bottom: 0;
}

.job_t .h2#isel .p {
    height: auto;
    margin-top: 0%;
    border-top: 1px solid #c2944d;
    padding-bottom: 1%;
}


/*联系我们*/

.contact_t2 {
    margin-top: 5%;
    padding-top: 3%;
    padding-bottom: 2%;
    font-size: 14px;
    color: #666666;
    border-top: 1px solid #d3d3d3;
    margin-bottom: 1%;
}

.contact_t2 .downlist {
    position: relative;
    width: 166px;
    float: left;
    margin-right: 2%;
}

.contact_t2 .label {
    padding-left: 20px;
    display: block;
    background: url(../images/contact_bg1.png) 133px center no-repeat;
    height: 45px;
    line-height: 45px;
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    cursor: pointer;
}

.contact_t2 .p {
    overflow: hidden;
    /*position:absolute;*/
    position: static;
    top: 45px;
    left: 0;
    width: 100%;
    background: #c2944d;
    height: 0;
	
}

.contact_t2 .p a {
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    color: #fff;
    transition: all 0.3s;
    padding-left: 20px;
}

.contact_t2 .p a:hover {
    background: #b78436;
}

.contact_t2 #isel .p {
    height: auto;
}

.feedback_div {
    padding-bottom: 3%;
    overflow: hidden;
    text-align: center;
}

.feedback_div ul li {
    display: block;
    overflow: hidden;
    margin-bottom: 28px;
}

.feedback_div label {
    float: left;
    width: 74px;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    height: 40px;
    text-align: left;
}

.feedback_div .divs {
    overflow: hidden;
}

.feedback_div .reds {
    color: #ff6520;
}

.feedback_div .inputs2 {
    width: calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    background: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #999999;
    border: 1px solid #eeeeee;
    outline: none;
    text-indent: 10px;
    font-family: "";
}

.feedback_div .inputs3 {
    max-width: 144px;
    float: left;
    width: calc(32% - 2px);
    width: -webkit-calc(32% - 2px);
    width: -moz-calc(32% - 2px);
    margin-right: 2%;
    color: #2c2c2c;
}

.feedback_div .inputs3:nth-child(3) {
    margin-right: 0;
}

.feedback_div .textarea {
    padding: 1%;
    width: calc(98% - 2px);
    width: -webkit-calc(98% - 2px);
    width: -moz-calc(98% - 2px);
    background: #fff;
    font-size: 16px;
    font-family: "";
    border: 1px solid #eeeeee;
    outline: none;
    color: #999;
    height: 220px;
}

.feedback_div .bnts2 {
    border: none;
    max-width: 192px;
    width: 30%;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    background: #c39641;
    font-family: "";
    text-align: center;
    color: #fff;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    margin: 0 auto;
    border-radius: 4px;
}

.feedback_div .bnts2:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    transition: all 0.3s;
}


/*产品与服务*/

.product_ul {
    overflow: hidden;
}

.product_ul ul li {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product_ul ul li:nth-child(2n+0) {
    background: #f5f5f5;
}

.product_ul ul li .imgs {
    width: 582px;
    overflow: hidden;
    float: left;
    text-align: center;
    margin-right: 3%;
}

.product_ul ul li .imgs img {
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    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;
}

.product_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);
}

.product_ul ul li:nth-child(2n+0) .imgs {
    float: right;
    margin-left: 3%;
    margin-right: 0;
}

.product_ul ul li .txts {
    overflow: hidden;
    height: 344px;
}

.product_ul ul li .txts .table {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.product_ul ul li .txts .table .celltd {
    display: table-cell;
    vertical-align: middle;
}

.product_ul ul li .txts .h2 {
    line-height: 40px;
    height: 40px;
    padding-top: 3%;
    padding-bottom: 3%;
    border-bottom: 1px dashed #c4c4c4;
    color: #333333;
    font-weight: normal;
    transition: all 0.3s;
}

.product_ul ul li .txts .p {
    line-height: 26px;
    overflow: hidden;
    height: 78px;
    color: #666666;
    font-size: 16px;
    margin-top: 4%;
    margin-bottom: 6%;
}

.product_ul ul li .txts .pmore {
    float: left;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    padding-right: 32px;
    background: url(../images/product_bg3.png) right center no-repeat;
    line-height: 24px;
    transition: all 0.3s;
}

.product_ul ul li:hover .txts .pmore {
    background: url(../images/product_bg3_on.png) right center no-repeat;
    color: #c19149;
}

.product_ul ul li:hover .h2 {
    color: #c19149;
}


/*产品与服务详细*/

.product_one {
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 4%;
    position: relative;
    display: table;
}

.product_one .imgs {
    width: 50%;
    overflow: hidden;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.product_one .imgs img {
    width: 100%;
    vertical-align: middle;
    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;
}

.product_one: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_one .txts {
    width: 50%;
    overflow: hidden;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.product_one .txts .cons {
    margin: 0 auto;
    width: 94%;
    font-size: 16px;
    color: #666666;
    max-width: 520px;
    overflow: hidden;
    line-height: 35px;
    height: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}


/*新闻动态*/

.news_con {
    overflow: hidden;
}

.news_con ul li {
    overflow: hidden;
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px dashed #e2e2e2;
    display: block;
}

.news_con ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 1%;
}

.news_con ul li .imgs {
    width: 315px;
    float: left;
    display: inline;
    overflow: hidden;
    margin-right: 3%;
}

.news_con ul li .imgs img {
    width: 100%;
    /* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/
    -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;
}

.news_con ul li:hover .imgs img {
    /*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/
    -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 .i_about_r {
    line-height: 22px;
    overflow: hidden;
}

.news_con ul li .i_about_r h3 {
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin-top: 1%;
}

.news_con ul li .i_about_r label {
    display: block;
    color: #999999;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    margin-bottom: 6px;
}

.news_con ul li .i_about_r .p {
    max-height: 48px;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.news_con ul li .i_about_r .news_more {
    margin-top: 3%;
    float: left;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    padding-right: 32px;
    background: url(../images/product_bg3.png) right center no-repeat;
    line-height: 24px;
    transition: all 0.3s;
}

.news_con ul li:hover .i_about_r .news_more {
    background: url(../images/product_bg3_on.png) right center no-repeat;
    color: #c19149;
}

.news_con ul li:hover .i_about_r h3 {
    color: #c19149;
}

.news_con ul li .i_about_r .news_more:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
    margin-left: 5px;
}


/*新闻详细*/

.about_x {
    overflow: hidden;
    line-height: 24px;
    min-height: 400px;
    font-size: 16px;
    color: #333333;
    padding-bottom: 50px;
    letter-spacing: 0px;
}

.about_x img {
    margin-bottom: 15px;
    max-width: 100%;
}

.about_x .h2 {
    text-align: center;
    color: #b39058;
    font-size: 22px;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 18px;
}

.about_x .show_t {
    padding-bottom: 13px;
    line-height: 30px;
    font-size: 22px;
    color: #2c2c2c;
    text-align: center;
    overflow: hidden;
}

.about_x .con_line {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #c2c2c2;
    border-bottom: 1px dashed #e5e5e5;
    text-align: center;
}

.about_x .con_id {
    line-height: 24px;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    padding-top: 15px;
    text-align: left;
    padding-bottom: 60px;
    font-size: 15px;
}

.about_x table {
    border-collapse: collapse;
    border-spacing: 0;
}

.about_x table td {
    line-height: 22px;
    height: 27px;
    /*border:1px solid #000;*/
}

.prenext {
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
    font-size: 16px;
    line-height: 60px;
    margin-top: 20px;
    color: #444;
}

.prenext span {
    float: left;
    width: 108px;
    color: #666666;
    font-size: 16px;
}

.prenext a {
    color: #444;
}

.prenext a:hover {
    color: #007699;
    text-decoration: none;
}

.prenext:last-child {
    border-top: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.goback {
    float: right;
    height: 26px;
    line-height: 26px;
    text-align: right;
    padding-left: 23px;
    background: url(../images/goback.png) left center no-repeat;
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
    /* border-bottom:1px solid #a6a6a6;*/
}

.fenxiang {
    height: 30px;
    overflow: hidden;
}

.fenxiang .span {
    float: right;
    font-size: 14px;
    line-height: 34px;
}


/*地图*/

.contact_map {
    overflow: hidden;
}

.contact_map iframe {
    height: 550px;
}

@media screen and (max-width: 1440px) {
    /*发展历程*/
    .about_l {
        width: 260px;
    }
    .about_l .product_l_titile h2 {
        font-size: 22px;
    }
    .about_l .i_left_ul2 li h2 {
        font-size: 16px;
    }
    /*产品与服务*/
    .product_ul ul li .imgs {
        width: 500px;
    }
    .product_ul ul li .txts {
        height: 295px;
    }
    .product_ul ul li .txts .h2 {
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .product_ul ul li .txts .p {
        margin-top: 2%;
        margin-bottom: 3%;
    }
    /*产品与服务详细*/
    .product_one .txts .cons {
        line-height: 32px;
        font-size: 15px;
    }
    /*地图*/
    .contact_map iframe {
        height: 451px;
    }
}

@media screen and (max-width: 1360px) {
    /*产品与服务详细*/
    .product_one .txts .cons {
        line-height: 28px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .o_big {
        height: 215px;
    }
    .postions h2 {
        font-size: 18px;
    }
    .postions h2 span {
        font-size: 14px;
    }
    .postions .postions_b a {
        margin-left: 30px;
    }
    /*产品与服务*/
    .product_ul ul li .txts .p {
        font-size: 14px;
        line-height: 24px;
        height: 72px;
    }
    /*地图*/
    .contact_map iframe {
        height: 360px;
    }
}

@media screen and (max-width: 1100px) {
    .postions .postions_b a {
        font-size: 14px;
    }
    /*产品与服务*/
    .product_ul ul li .imgs {
        width: 400px;
    }
    .product_ul ul li .txts {
        height: 236px;
    }
    .product_ul ul li .txts .h2 {
        padding-top: 1%;
        padding-bottom: 1%;
    }
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 960px) {
    .postions .postions_b a {
        margin-left: 20px;
    }
    .postions .rclass {
        display: block;
    }
    /*发展历程*/
    .history_bg {
        margin-top: 4%;
    }
    .about_l {
        display: none;
    }
    .history_con ul li .imgs b {
        min-width: inherit;
    }
    /*新闻动态*/
    .news_con ul li .imgs {
        width: 280px;
    }
    .news_con ul li .i_about_r h3 {
        font-size: 18px;
        height: 30px;
        line-height: 30px;
    }
    .news_con ul li .i_about_r label {
        height: 28px;
        line-height: 28px;
    }
    .news_con ul li .i_about_r .news_more {
        font-size: 13px;
    }
    /*地图*/
    .contact_map iframe {
        height: 406px;
    }
}

@media screen and (max-width: 830px) {
    .o_big {
        height: 190px;
    }
    .postions h2 {
        font-size: 16px;
    }
    .postions h2 span {
        font-size: 13px;
    }
}

@media screen and (max-width: 780px) {
    .postions {
        height: 42px;
        line-height: 42px;
        font-size: 13px;
    }
    .postions h2 {
        display: none;
    }
    .postions .postions_r.r {
        float: left;
    }
    .postions .postions_b {
        display: none;
    }
    /*发展历程*/
    .history_con ul li .txts .conts .descs {
        font-size: 12px;
        line-height: 20px;
        padding: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .history_con ul li .txts.pr .conts {
        padding-right: 36px;
        background-size: 20px auto;
    }
    .history_con ul li .txts.pl .conts {
        padding-left: 36px;
        background-size: 20px auto;
    }
    /*产品与服务*/
    .product_ul ul li {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product_ul ul li .imgs {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .product_ul ul li:nth-child(2n+0) .imgs {
        float: none;
        margin-left: 0;
    }
    .product_ul ul li .imgs img {
        max-width: none;
        width: 100%;
    }
    .product_ul ul li .txts {
        height: auto;
    }
    .product_ul ul li .txts .p {
        height: auto;
    }
    /*产品与服务详细*/
    .product_one {
        display: block;
    }
    .product_one .imgs {
        width: 100%;
        display: block;
    }
    .product_one .txts {
        display: block;
        width: 100%;
    }
    .product_one .txts .cons {
        max-width: none;
        padding-top: 3%;
        padding-bottom: 3%;
    }
    /*新闻动态*/
    .news_con ul li .imgs {
        width: 220px;
    }
    .news_con ul li .i_about_r h3 {
        font-size: 16px;
        margin-top: 2%;
    }
    .news_con ul li .i_about_r label {
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .news_con ul li .i_about_r .p {
        font-size: 12px;
        line-height: 22px;
        max-height: 44px;
    }
    .news_con ul li .i_about_r .news_more {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .o_big {
        height: 170px;
    }
    .postions h2 {
        font-size: 14px;
    }
    .postions h2 span {
        display: none;
    }
    /*公司简介*/
    .about_con {
        font-size: 14px;
        line-height: 24px;
    }
    .about_con .h2 {
        font-size: 20px;
    }
    .about_con .f18 {
        font-size: 16px;
    }
    /*资质荣誉*/
    .honor_ul ul li {
        width: 49%;
    }
    .honor_ul ul li:nth-child(3n+0) {
        margin-right: 2%;
    }
    .honor_ul ul li:nth-child(2n+0) {
        margin-right: 0;
    }
    .honor_ul ul li h2 {
        font-size: 12px;
    }
    /*人才招聘*/
    .history_bg .recruitmentList {
        padding-bottom: 10px;
    }
    .history_bg .recruitmentList li {
        margin-bottom: 20px;
        padding: 24px 60px 24px 20px;
    }
    .history_bg .recruitmentList li .down {
        padding: 14px 0 0 0;
    }
    .history_bg .recruitmentList li .down .text {
        line-height: 26px;
    }
    .history_bg .recruitmentList li .down .btn {
        width: 100px;
        height: 34px;
        line-height: 34px;
        margin-top: 25px;
        font-size: 16px;
    }
    .history_bg .recruitmentList li .down .btn:hover {
        background: none;
        color: #c2944d;
    }
    .job_t {
        margin-bottom: 20px;
        height: 48px;
        line-height: 48px;
    }
    /*联系我们*/
    .feedback_div {
        padding-bottom: 5%;
    }
    .feedback_div .textarea {
        padding-top: 1.5%;
    }
    .feedback_div .bnts2 {
        height: 50px;
        line-height: 50px;
    }
    /*产品与服务*/
    .product_ul ul li .txts .p {
        font-size: 13px;
    }
    /*产品与服务详细*/
    .product_one .txts .cons {
        font-size: 14px;
        line-height: 24px;
    }
    /*新闻动态*/
    .news_con ul li .imgs {
        width: 180px;
    }
    .news_con ul li .i_about_r h3 {
        height: 24px;
        line-height: 24px;
    }
    /*地图*/
    .contact_map iframe {
        height: 320px;
    }
}

@media screen and (max-width: 480px) {
    .o_big {
        height: 150px;
        background-size: auto 120%;
    }
    .postions {
        font-size: 12px;
    }
    /*发展历程*/
    .history_con ul li .txts .conts .descs {
        padding: 8px;
    }
    .history_con ul li .txts.pr .conts {
        padding-right: 26px;
        background-size: 10px auto;
    }
    .history_con ul li .txts.pl .conts {
        padding-left: 26px;
        background-size: 10px auto;
    }
    .history_con ul li .imgs {
        position: relative;
        padding-top: 26px;
    }
    .history_con ul li .imgs b {
        display: block;
        width: 78%;
        position: absolute;
        top: 0;
    }
    .history_con ul li .imgs.pl {
        padding-left: 10%;
    }
    .history_con ul li .imgs.pr {
        padding-right: 10%;
    }
    .history_con ul li .imgs img {
        width: 80%;
    }
    /*公司简介*/
    .about_con {
        font-size: 13px;
        line-height: 22px;
    }
    .about_con .h2 {
        font-size: 19px;
    }
    /*人才招聘*/
    .job_t .h2 {
        font-size: 13px;
    }
    .job_t .h2 .p {
        font-size: 13px;
    }
    .job_t .h2 span {
        padding-left: 15px;
        margin-right: 15px;
    }
    /*联系我们*/
    .contact_t2 .label {
        height: 40px;
        line-height: 40px;
    }
    .contact_t2 .p {
        top: 40px;
    }
    .feedback_div ul li {
        margin-bottom: 18px;
    }
    .feedback_div label {
        font-size: 14px;
        float: none;
        width: 100%;
        display: block;
    }
    .feedback_div label.none {
        display: none;
    }
    .feedback_div .inputs2 {
        font-size: 14px;
    }
    .feedback_div .textarea {
        padding-left: 3%;
        width: calc(94% - 2px);
        width: -webkit-calc(94% - 2px);
        width: -moz-calc(94% - 2px);
        padding-top: 2%;
        font-size: 14px;
    }
    .feedback_div .bnts2 {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    /*产品与服务*/
    .product_ul ul li .txts .p {
        font-size: 12px;
        line-height: 22px;
    }
    .product_ul ul li .txts .pmore {
        font-size: 13px;
    }
    /*新闻动态*/
    .news_con ul li .imgs {
        width: 150px;
    }
    .news_con ul li .i_about_r h3 {
        height: 22px;
        line-height: 22px;
        margin-top: 0;
        font-size: 14px;
    }
}

@media screen and (max-width: 360px) {
    /*公司简介*/
    .about_con {
        font-size: 12px;
        line-height: 20px;
    }
    .about_con .h2 {
        font-size: 18px;
    }
    .about_con .f18 {
        font-size: 14px;
    }
    /*产品与服务详细*/
    .product_one .txts .cons {
        font-size: 12px;
        line-height: 20px;
    }
    /*新闻动态*/
    .news_con ul li .imgs {
        width: 140px;
    }
    .news_con ul li .i_about_r label {
        height: 22px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .news_con ul li .i_about_r .p {
        max-height: 40px;
        line-height: 20px;
    }
}

@media screen and (max-width: 320px) {}