

/*首页轮播图片*/

.slideBox {
    width: 100%;
    height: 600;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0;
    width: 100px;
    bottom: 54px;
    z-index: 1;
}

.slideBox .hd ul {

    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    width: 10px;
    height: 10px;
    border: 2px solid #2ebae9;
    background-color: transparent;
    border-radius: 50%;
    margin: 0 auto;
    transition: .4s;
    cursor: pointer;
    opacity: 1;
    bottom: 0;
    float: left;
    margin: 0 5px;
    line-height: 9999px;
}

.slideBox .hd ul li.on {
    background: #2ebae9;
    color: #fff;
    border-color: #2ebae9;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.slideBox .bd li .container {

    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.slideBox .bd li .bd_text {
    position: absolute;
    bottom: 24%;
    left: 0;
}

.slideBox .bd li .bd_text span {
    display: block;
}

.bd_text .bd_text1 {
    font-size: 54px;
    line-height: 70px;
    color: #333333;
}

.bd_text .bd_text2 {
    height: 48px;
    background: url(../img/line.png) left center no-repeat;

}

.bd_text .bd_text3 {
    font-size: 28px;
    line-height: 36px;
    color: #4c4c4c;
    text-transform: capitalize;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 2%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 24px;
    height: 44px;
    filter: alpha(opacity=50);
    opacity: 0.8;
}

.slideBox .prev {
    background: url(../img/l_arrow.png) center no-repeat;
}

.slideBox .next {
    background: url(../img/r_arrow.png) center no-repeat;
}

.slideBox .next {
    left: auto;
    right: 2%;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

/*首页产品部分*/
.index_products {
    margin-top: 50px;
}

.index_products .container {
    padding: 30px 20px 28px;
    background: #f9f9f9;
    box-sizing: border-box;
}

.index_title {
    color: #808080;
    font-size: 14px;
}

.index_title span:first-child {
    color: #4C4C4C;
    font-size: 20px;
}

.index_title span:first-child + span + span {
    height: 12px;
    background: url(../img/line1.png) left bottom no-repeat;
    display: block;
    margin-bottom: 30px;
}

.index_products .picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.index_products .picScroll-left .hd {
    height: 30px;
    overflow: hidden;
    padding-left: 38px;
    margin: auto;
    left: 0px;
    right: 0;
    width: 100px;
    z-index: 1;
}

.index_products .picScroll-left .prev,
.index_products .picScroll-left .next {
    display: block;
    width: 20px;
    height: 36px;

    margin-top: 10px;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
}

.index_products .picScroll-left .prev {
    left: 0;
    top: 25%;
    bottom: 0;
    background: url("../img/left_1.png") no-repeat;
}

.index_products .picScroll-left .next {
    right: 0;
    top: 25%;
    bottom: 0;
    background: url("../img/right_1.png") no-repeat;
}

.index_products .picScroll-left .prev:hover {
    background: url("../img/left_2.png") no-repeat;
}

.index_products .picScroll-left .next:hover {
    background: url("../img/right_2.png") no-repeat;
}

.index_products .picScroll-left .hd ul {
    zoom: 1;
    float: left;
}

.index_products .picScroll-left .hd ul li {
    width: 8px;
    height: 8px;
    border: 1px solid #2ebae9;
    background-color: transparent;
    border-radius: 50%;
    margin: 0 auto;
    transition: .4s;
    cursor: pointer;
    opacity: 1;
    bottom: 0;
    float: left;
    margin: 0 5px;
    line-height: 9999px;
}

.index_products .picScroll-left .hd ul li.on {
    background: #2ebae9;
    color: #fff;
    border-color: #2ebae9;
}

.index_products .picScroll-left .bd .tempWrap {
    margin: 0 auto;
}

.index_products .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
}

.index_products .picScroll-left .bd ul li {
    margin: 0 7px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.index_products .picScroll-left .bd ul li .pic {
    text-align: center;
    position: relative;
    width: 260px;
    height: 200px;
}

.index_products .picScroll-left .bd ul li .pic .pic_img {
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: 0;
    left: 0;
    top: 0;
}

.index_products .picScroll-left .bd ul li .title {
    line-height: 65px;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.index_products .picScroll-left .bd ul li .title a {
    font-size: 14px;
    color: #666;
}

.index_products .pro_search {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    background: url(../img/index_probg.png);
    box-sizing: border-box;
    text-align: center;
    display: none;
    left: 0;
    top: 0;
}

.index_products .pro_search img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

/*首页关于我们页面*/
.sign_publicity_con {
    position: relative;
    float: left;
    width: 520px;
    height: 400px;
    margin: 50px 0 50px;
}

.sign_publicity_con .t {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

}

.sign_publicity_con .t .video_img {

    width: 100%;
    height: 100%;

}

.sign_publicity_con .t .circle {

    text-align: center;
    position: absolute;
    top: 42.5%;
    left: 44%;

}

.sign_publicity_con .m {
    position: absolute;
    width: 520px;
    height: 400px;
    display:;
    left: 0;
    top: 0;
    opacity: 1;
}

.sign_publicity_text {
    width: 625px;
    float: right;
    padding-top: 50px;
}

.number {
    margin: 62px 0 70px;
    clear: both;
    overflow: hidden;
}

.number div {
    float: left;
    min-width: 183px;width: 33%;
    text-align: center;
    border-right: 1px dashed #ccc;

}

.number .unit {
    font-size: 20px;
    color: #808080;
}

.head .counter {
    font-size: 50px;
    color: #2ebae9;
}

.number div p:last-child {
    font-size: 14px;
    color: #666666;
}

.number div .head span:first-child {
    margin-right: 10px;
}

.index_sign_intro {
    font-size: 14px;
    color: #808080;
    text-align: justify;
    word-break: break-word;
    max-height: 80px;
    overflow: hidden;
    line-height: 26px;
}

.new_more {
    border: 1px solid #CCCCCC;
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    background: url(../img/newmore.png) no-repeat 65px center;
    margin-top: 30px;
    transition: all .20s ease-in-out;
    text-align: left;
    text-indent: 20px;
    color: #999999;
}

.new_more:hover {
    border-color: #2ebae9;
    width: 112px;
    background: #2ebae9 url(../img/more1.png) no-repeat 80px center;
    text-indent: 20px;
    color: #fff;
}

/*首页新闻资讯页面*/
.index_news {
    width: 100%;
    overflow: hidden;
}

.index_news .container {
    background: #fafafa;
}

.index_news .index_news_con {
    padding: 30px 20px 50px;
    overflow: hidden;
    margin-bottom: 50px;
}

.index_news_l {
    clear: both;
    overflow: hidden;

}

.index_news_l img {
    width: 260px;
    height: 180px;

}

.index_news_l .news_l_intro {
    margin-left: 40px;
    width: 370px;
}

.news_l_intro h2 {
    font-size: 16px;
    color: #666666;
}

.news_l_intro h3 {
    font-size: 14px;
    color: #808080;
    padding: 15px 0 25px;
}

.news_l_intro p {
    font-size: 14px;
    color: #808080;
    line-height: 26px;
    max-height: 56px;
    overflow: hidden;
}

.news_l_intro a {
    border: 1px solid #CCCCCC;
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    background: url(../img/newmore.png) no-repeat 65px center;
    margin-top: 14px;
    transition: all .20s ease-in-out;
    text-align: left;
    text-indent: 20px;
    color: #999999;
}

.news_l_intro a:hover {
    color: #fff;
}

.index_news_r {
    width: 423px;
    max-height: 180px;
    overflow: hidden;
}

.index_news_r a {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #808080;
    margin-bottom: 20px;
}

.index_news_r a:hover span {
    color: #2ebae9;
}

.index_news_r span:first-child {
    margin-right: 25px;
}

/*首页地图页面*/
.ditu {
    position: relative;
    width: 100%;
    height: 450px;
}

.contact {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.contact_form {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    z-index: 2;
    background: url(../img/ditu_info.png) !important;
    padding: 30px 0 0 100px;
}

.contact_form form {

}

.contact_form h1 {
    font-size: 24px;
    color: #fff;
    height: 50px;
}

.demo_content {
    border: 0;
}

.BMap_mask {
    background: url(../img/ditu_bg.png) !important;
}

.map .BMap_mask {
    background: 0 !important;
}

.BMap_stdMpPan, .BMap_stdMpZoom, .anchorBL {
    display: none;
}

.form_ipt1 input {
    width: 400px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #999999;
    font-size: 14px;
    outline: 0;
    text-indent: 20px;
    background: transparent;
    margin-bottom: 20px;
    display: block;
}

.form_tae1 textarea {
    width: 400px;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #999999;
    font-size: 14px;
    outline: none;
    padding-left: 20px;
    background: transparent;
    margin-bottom: 20px;
    border-radius: 0;
    display: block;
}

#ycode {
    width: 160px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #999999;
    font-size: 14px;
    outline: none;
    text-indent: 20px;
    background: transparent;
    float: left;
    margin-right: 10px;
}

.form_ipt1_d1 {
    float: left;
    width: 100px;
    height: 36px;
    float: left;

}

.form_ipt1_d1 img {
    width: 100%;
    height: 100%;
}

.form_sub2 {
    padding-top: 35px;
    overflow: hidden;
    width: 100%;
}

.form_sub2 input {
    width: 160px;
    height: 36px;
    border: none;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    float: left;
}

#ti {
    background: #2ebae9;
    margin-right: 20px;
}

#btn {
    background: #d53434;
}

.contact_text {
    overflow: hidden;
    background: url(../img/ditu_info.png);
    position: absolute;
    z-index: 2;
    padding: 20px 55px;
    top: 40%;
    left: 22%;
    max-width: 325px;
}

@media screen and (max-width: 1560px) {
    .contact_text {
        left: 10%;
    }
}

@media screen and (max-width: 1368px) {
    .contact_text {
        left: 10%;
    }
}

.contact_text h2 {
    font-size: 16px;

    color: #fff;
    margin-bottom: 15px;
}

.contact_text_con p {
    font-size: 14px;
    margin: 0 0 10px;
    color: #fff;
    width: 100%;
    overflow: hidden;
}

.contact_text_con p img {
    width: 25px;
    vertical-align: middle;
    margin: 0 15px 5px 0;
    float: left;
}
.contact_text_con p img {
    max-width: 325px;
    display: inline-block;
    
    float: left;
}
.mappic {
    width: 25px;
}

/*关于我们页面的公司简介部分*/

.about_intro_text {

    /*width: 635px;*/
    width: 660px;
    float: right;
    padding: 50px 0;

}

.about_title {
    border-left: 3px solid #2ebae9;
    box-sizing: border-box;
    padding-left: 18px;
}

.about_title1 {
    border-left: 3px solid #0f4289;
    margin-bottom: 40px;
}

.about_title span:first-child {
    font-size: 24px;
    color: #4c4c4c;
    display: block;
    line-height: 24px;
}

.about_title span:first-child + span {
    font-size: 14px;
    color: #999999;
    display: block;
    margin-top: 10px;
}

.about_intro_text ul {
    overflow: hidden;
    color: #999999;
    font-size: 14px;
    margin: 29px 0 30px;
}

.about_intro_text ul li p:first-child {
    width: 116px;
    height: 116px;
    border: 2px solid #2ebae9;
    color: #2ebae9;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    /*padding: 20px 25px;*/
    padding: 26px 0 0;
    box-sizing: border-box;
    margin: 0 auto;
}

.about_intro_text ul li p:first-child + p {
    margin: 20px 0 10px;
    text-align: center;
    overflow: hidden;
    word-break: break-word;
}

.about_intro_text ul li p:first-child + p + p {
    text-align: center;
    overflow: hidden;
    word-break: break-word;
}

.about_intro_text ul li {
    width:33.33%;
    overflow: hidden;
 
}

.about_intro_p {
    font-size: 14px;
    color: #808080;
    text-align: justify;
    word-break: break-word;
    max-height: 80px;
    overflow: hidden;
    line-height: 26px;
    margin-bottom: 8px;
}

.about_intro_text a {
    background: url(../img/about_033.png) center no-repeat;
    height: 30px;
    width: 30px;
    display: block;
}

.about_intro_text a:hover {
    background: url(../img/about_034.png) center no-repeat;
}

/*关于我们页面的公司荣誉部分*/
.about_glories .container {
    padding: 50px 0 32px;
}

.about_glories .picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.about_glories .picScroll-left .hd {
    height: 30px;
    overflow: hidden;
    padding-left: 38px;
    margin: auto;
    left: 0px;
    right: 0;
    width: 100px;
    z-index: 1;
}

.about_glories .picScroll-left .prev,
.about_glories .picScroll-left .next {
    display: block;
    width: 20px;
    height: 36px;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
}

.about_glories .picScroll-left .prev {
    left: 10px;
    top: 30%;
    bottom: 0;
    background: url("../img/about_0331.png") no-repeat;
    width: 30px;
    height: 30px;
}

.about_glories .picScroll-left .next {
    right: 10px;
    margin-right: 0;
    top: 30%;
    bottom: 0;
    background: url("../img/about_033.png") no-repeat;
    width: 30px;
    height: 30px;
}

.about_glories .picScroll-left .prev:hover {
    background: url("../img/about_0341.png") no-repeat;
}

.about_glories .picScroll-left .next:hover {
    background: url("../img/about_034.png") no-repeat;
}

.about_glories .picScroll-left .hd ul {
    zoom: 1;
    float: left;
}

.about_glories .picScroll-left .hd ul li {
    width: 8px;
    height: 8px;
    border: 1px solid #2ebae9;
    background-color: transparent;
    border-radius: 50%;
    margin: 0 auto;
    transition: .4s;
    cursor: pointer;
    opacity: 1;
    bottom: 0;
    float: left;
    margin: 0 5px;
    line-height: 9999px;
}

.about_glories .picScroll-left .hd ul li.on {
    background: #2ebae9;
    color: #fff;
    border-color: #2ebae9;
}

.about_glories .picScroll-left .bd .tempWrap {
    margin: 0 auto;
}

.about_glories .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 40px;
}

.about_glories .picScroll-left .bd ul li {
    margin: 0 18px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 336px;

}

.about_glories .picScroll-left .bd ul li div {
    border: 1px solid #CCCCCC;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    height: 245px;
}

.about_glories .picScroll-left .bd ul li div img {
    width: 100%;
    height: 100%;
}

.about_glories .picScroll-left .bd ul li p {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;

}

/*关于我们页面的专利证书部分*/
.about_letters .container {
    background: #f5f5f5;
}

.about_letters .about_title1 {
    margin-left: 30px;
}

.about_certified .picScroll-left .bd ul li div {
    height: 272px;
}

.about_certified .picScroll-left {
    width: 1200px;
    overflow: hidden;
    position: relative;
}

.about_certified .picScroll-left .bd ul li {

}

/*关于我们页面的公司认证部分*/

.about_glories .about_glories_left .bd ul li {
    width: 376px;
    margin-right: 36px;
    margin-left: 0px;
}

.about_glories_left .tempWrap {

}

.about_glories .about_glories_left .bd ul li:first-child {

}

/*关于我们页面的详情页面部分*/
.about_number {
    padding: 70px 0;
    margin: 0 auto;
    width: 900px;

}

.about_number div {
    float: left;
    text-align: center;
    width: 300px;
    overflow: hidden;
}

.about_number .counter {
    width: 160px;
    height: 160px;
    border: 2px solid #2ebae9;
    line-height: 160px;
    text-align: center;
    color: #2ebae9;
    font-size: 70px;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
}

.about_number .unit {
    vertical-align: bottom;
    font-size: 24px;
    color: #808080;
}

.about_number_text {
    font-size: 24px;
    color: #4c4c4c;
    margin-top: 25px;
}

.about_xq_intro {
    overflow: hidden;
    width: 100%;
    height: 450px;
    padding-bottom: 80px;
}

.about_xq_pic {
    float: left;
    width: 490px;
    height: 100%;
}

.about_xq_text {
    width: 680px;
    float: right;
    height: 100%;
    overflow: hidden;
}

.about_xq_text dt {
    font-size: 20px;
    color: #4c4c4c;
    margin-bottom: 8px;
}

.about_xq_text dd {
    font-size: 14px;
    color: #808080;
    line-height: 22px;
    text-align: justify;
    word-break: break-word;
    margin-bottom: 20px;
}

/*产品部分开始////////////////////////////////////////////////////*/
.product_conbox {
    clear: both;
    zoom: 1;
    padding: 60px 0px 20px;
    overflow: hidden;
}

.product_conbox .left_con {
    width: 270px;
    float: left;
    margin-right: 32px;
}

.product_conbox .left_con .left_con_title {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #2ebae9;
    margin-bottom: 15px;
}

.product_conbox .left_con ul li {
    font-weight: normal;
    height: 50px;
    line-height: normal;
    margin: 0;
    text-align: center;
    margin-bottom: 2px;
}

.product_conbox .left_con ul li a {
    display: block;
    text-decoration: none;
    line-height: 50px;
    font-size: 18px;
    color: #4c4c4c;
    background: #f5f5f5;
}

.product_conbox .left_con ul li a:hover {
    background: #2ebae9;
    color: #fff;
}

.product_conbox .right_con {
    float: left;
    width: 898px;
    height: auto;
}

.right_con_item {
    margin-right: -14px;
    overflow: hidden;
}

.product_conbox .right_con .right_con_list {
    width: 290px;
    height: 290px;
    margin-right: 14px;
    position: relative;
    float: left;
    margin-bottom: 30px;

}

.right_con .right_con_list .show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.right_con .right_con_list .show img {
    width: 100%;
    height: 240px;
}

.right_con .right_con_list .show p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #2ebae9;
}

.right_con .right_con_list .hidden {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    border: 0;
    background: url(../img/index_probg.png);
    box-sizing: border-box;
    text-align: center;
}

.right_con .right_con_list .hidden img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.right_con .right_con_list .hidden p {
    position: absolute;
    bottom: 60px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.product_conbox .left_con .ser_current {
    background: #2ebae9;
    color: #fff;
}

/*产品中心进入的单个页面**********************/
.right_concp_list {
    width: 290px;
    margin-right: 14px;
    position: relative;
    float: left;
    margin-bottom: 30px;
}

.right_concp_list .show {
    text-align: center;
    position: relative;
    width: 100%;
    height: 240px;
}

.right_concp_list .show .pic_img {
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: 0;
    left: 0;
    top: 0;
}

.right_concp_list .show .pro_search {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    background: url(../img/index_probg.png);
    box-sizing: border-box;
    text-align: center;
    display: none;
    left: 0;
    top: 0;
}

.right_concp_list h2 {
    font-weight: normal;
    margin: 20px 0 5px;
    text-align: center;
    color: #666666;
    font-size: 16px;
}

.right_concp_list h3 {
    font-weight: normal;
    text-align: center;
    color: #666666;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.right_concp_list .show .pro_search img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

/*产品中心进入的单个的详情页面**********************/
.product_xq_top {
    width: 100%;
    height: 326px;
    padding-top: 50px;
}

.product_xq_top img {
    height: 100%;
    width: 394px;
}

.xq_right_con {
    height: 100%;
    width: 806px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .06);
    padding: 36px 50px;
}

.xq_right_con_title {
    color: #1a1a1a;
    font-size: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, .08);
    padding-bottom: 15px;

}

.lgl_del_cent_r {
    overflow: hidden;
    padding-top: 15px;
    width: 100%;
}

.lgl_del_cent_r li {
    list-style: none;
    background: url(../img/list.png) 0 24% no-repeat;
    padding: 10px 0 5px 18px;
}

.lgl_del_cent_r li p:first-child {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 10px;
}

.lgl_del_cent_r li p:first-child + p {
    color: #666666;
    font-size: 18px;
}

.lgl_del_cent_r li p:first-child + p + p {
    color: #666666;
    font-size: 18px;
}

.pro_xq_title {
    font-size: 20px;
    color: #1a1a1a;
    border-left: 4px solid #2ebae9;
    margin-bottom: 10px !important;
    line-height: 24px;
    padding-left: 10px;
}

.dimensions {
    padding: 50px 0 40px;
}

.technical, .gear, .technical {
    padding-bottom: 40px;
}

.gear h2 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333333;;
}

.gear h3 {
    margin: 10px 0 10px !important;
    font-size: 18px;
    color: #333333;;
}

.download {
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #34a7e9;
    font-size: 16px;
    color: #fff;
    margin: 100px 0 50px;
}

.download img {
    width: 26px;
    height: 24px;
    vertical-align: middle;
}

.download span {
    vertical-align: middle;
}

/*生产车间页面**********************/
.workshop_con, .test_con, .download_con, .new_con, .talent_con {
    padding: 50px 0 40px;
}

.workshop_item {
    overflow: hidden;
    margin-right: -22.5px;
}

.workshop_list {
    float: left;
    width: 385px;
    height: 290px;
    position: relative;
    margin: 0 22.5px 24px 0;
}

.workshop_list img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: absolute;
}

.workshop_list p {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    background: #2ebae9;
    color: #fff;
    position: absolute;
    bottom: 0;
}

/*检测中心页面**********************/
.test_item {
    overflow: hidden;
    margin-right: -22.5px;
}

.test_list {
    float: left;
    width: 385px;
    height: 290px;
    position: relative;
    margin: 0 22.5px 24px 0;
}

.test_list img {
    width: 100%;
    height: 270px;

}

.test_list p {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    background: #2ebae9;
    color: #fff;
    position: absolute;
    bottom: 0;

}

/*资料下载**********************/
.download_item {
    overflow: hidden;
    margin-right: -15px;
}

.data_item {
    width: 358px;

    border: 1px solid #CCCCCC;
    padding: 18px 15px;
    margin: 0 15px 30px 0;
    float: left;

}

.data_item .product_img {
    float: left;
    width: 50px;
    height: 46px;
}

.data_item p {
    float: left;
    margin: 0 10px;
}

.data_item p span {
    display: block;
}

.data_item p span:first-child {
    color: #808080;
    font-size: 16px;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 260px;
}

.data_item p span:first-child + span {
    color: #999999;
    font-size: 14px;
}

.data_item .down {
    display: inline-block;
    float: right;
    vertical-align: middle;
    padding-top: 10px;
}

/*新闻咨询开始***************************/

.new_main .topbanner {
    background: url(../img/news_02.png) center no-repeat;
    overflow: hidden;
}

.new_main .topbanner h1, .new_main .topbanner h2 {
    color: #dd511c;
}

.new_con {
    width: 100%;
    overflow: hidden;
}

.new_t {
    overflow: hidden;
}

.new_t a {
    display: block;
    float: left;
    margin-right: 42px;
    height: 35px;

}

.new_t span:first-child {
    font-size: 16px;
    color: #666666;
    display: block;
    line-height: 16px;
    padding-bottom: 8px;

}

.new_t .new_line {
    height: 2px;
    width: 0;
    background: #1a97e8;
    display: block;
}

.new_t .new_line.linecurrent {
    width: 50%;
}

.new_l {
    width: 140px;
    padding-top: 18px;
}

.new_l a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    text-indent: 15px;
    color: #808080;

}

.new_l a.current {
    color: #4c4c4c;
    background: url(../img/newcurrent.png) left no-repeat;

}

.new_r {
    width: 100%;
    overflow: hidden;
}

.new_r_list {
    width: 100%;
    height: 220px;
    padding: 30px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    display: block;
}

.new_list_l {
    float: left;
    width: 260px;
    height: 100%;
    display: block;

}

.new_list_l img {
    width: 100%;
    height: 100%;
}

.new_list_m {
    float: left;
    width: 700px;
    height: 100%;
    margin-left: 40px;
    box-sizing: border-box;
}

.new_list_m h2 {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    margin-bottom: 25px;
    text-align: left;

}

.new_list_m p {
    font-size: 14px;
    color: #808080;
    line-height: 26px;
    width: 640px;
    overflow: hidden;

    text-align: justify;
}

.new_list_r {
    float: right;
    width: 130px;
    text-align: center;
}

.new_list_r span:first-child {
    font-size: 46px;
    color: #4c4c4c;
    display: block;
    line-height: 46px;
    margin-bottom: 25px;
}

.new_list_r span:first-child + span {
    font-size: 14px;
    color: #808080;
    display: block;

}

.new_list_r i {

    background: url(../img/newjiantou.png) center no-repeat;
    height: 12px;
    display: block;
    width: 22px;
    float: left;
    margin-top: 35px;
    margin-left: 0;
    opacity: 0;
}

.new_r_list:hover .new_list_m h2 {
    color: #1c92e6;
}

.new_r_list:hover .new_list_m p {
    color: #7ac2f6;
}

.new_r_list:hover .new_list_r span {
    color: #4C4C4C;
}

/*新闻详情************************/
.new_xq {
    overflow: hidden;
    padding: 50px 0 70px;
}

.new_xq_con {
    width: 100%;

}

.new_xq_con h2 {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.new_xq_con span.time {
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-top: 12px;
    height: 30px;
    display: block;

}

.new_xq_con .time:before {
    content: url(../img/new_time.png);
    position: relative;
    top: 3px;
    left: -10px;
    width: 15px;
    height: 15px;

}

.new_xq_con img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;

}

.new_xq_con p {
    font-size: 14px;
    color: #808080;
    line-height: 26px;

    margin-bottom: 10px;
}

/*人才招聘******************************/
#job {

    margin: 30px auto 0;

}

#job h1 {
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    text-align: center;

}

#job h3 {
    font-size: 14px;
    width: 800px;
    height: 100px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;

}

.jobtitle span {
    display: inline-block;
    width: 25%;
    height: 63px;
    line-height: 63px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    background: #1a97e8;
}

#job .container {
    border: 1px solid #333333;
    width: 1200px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

#job .hide {
    display: none;
}

#job dt {
    cursor: pointer;
    border-bottom: 2px dashed #F2EEE6;
    background: #FFFFFF;
    text-align: center;
    font-size: 16px;
    color: #333;

}

#job dt span {
    display: inline-block;
    width: 25%;
    height: 63px;
    line-height: 63px;

}

#job .show {
    width: 25%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
}

#job dd {
    padding: 38px 115px 58px;
    background: #f5f5f5;
    box-sizing: border-box;

    position: relative;
}

#job dd span {
    display: block;
}

.job-respons {
    font-size: 14px;
    height: 25px;

}

.job-details {
    line-height: 24px;
    font-size: 12px;

}

#job .emali {
    color: #4c4c4c;
    font-size: 16px;
    margin-top: 20px;
}

.job-respons1 {
    margin-top: 15px;
}

.re-hidden {
    display: none;
}

/*联系我们******************************/
.contact_con {
    padding: 50px 0 80px;
}

.contact_t {
    overflow: hidden;
    height: 400px;
    width: 100%;

}

.contact_t #map {
    width: 680px;
    float: left;
    min-height: 400px
}

.contact_t .contact_t_intro {
    width: 390px;
    height: 308px;
    border: 1px solid #CCCCCC;

    float: left;
    padding: 90px 60px 0 68px;
}

.contact_t_intro h2 {
    color: #2ebae9;
    font-size: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #CCCCCC;
}

.contact_t_intro .d-dizh {
    margin-top: 42px
}

.contact_t_intro .d-dizh p {
    font-size: 14px;
    margin: 0 0 12px;
    color: #808080;
    width: 100%;
    overflow: hidden;
}

.contact_t_intro .d-dizh p img {
    width: 25px;
    vertical-align: middle;
    margin: 0 36px 5px 0;
    float: left;
}
.contact_t_intro .d-dizh p span{
    display: inline-block;
    float: left;
    width: 325px;
}

.contact_b {
    overflow: hidden;
    margin-top: 50px;
}

.contact_item {
    float: left;
    padding: 30px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    width: 300px;
    max-height: 300px;
    margin-left: 75px;
}

.contact_item h2 {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid #CCCCCC;
}

.contact_item_intro {
    padding-top: 40px;
}

.contact_item_intro p {
    font-size: 14px;
    margin: 0 0 12px;
    color: #808080;
    width: 100%;
    overflow: hidden;
}

.contact_item_intro p img {
    width: 25px;
    vertical-align: middle;
    margin: 0 15px 5px 0;
    float: left;
}

.contact_item_intro p span {
    display: inline-block;
    float: left;
    width: 198px;
}