/* 默认样式 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
/* 首页 */
/* 头部 */
.heade {
    width: 100%;
    height: 110px;
}
.heade .heade_box {
    width: 1400px;
    height: 100%;
    background-color: #fff;
    margin: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}
.heade .heade_cont {
    width: 1200px;
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}
/* logo */
.heade .logo_img {
    width: 256px;
    height: 100%;
}
.heade .logo_img img{
    width: 100%;
    height: 100%;
}
/* 导航条 */
.navigation {
    width: 950px;
    height: 100%;
    background-color: #fff;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}
.navigation>div {
    width: 138px;
    height: 100%;
    border-right: 1px solid #ededed;
}
.navigation .nav_cont>p:first-child {
    color: #282828;
    font-size: 16px;
}
.navigation .nav_cont>p:last-child {
    color: #9b9b9b;
    font-size: 12px;
}
.heade .right {
    width: 240px;
    height: 110px;
    text-align: right;
    line-height: 110px;
}
/* .heade .right a{
    color: #282828;
} */
.chinese{
    color: #282828;
}
.english{
    color: #979797;
}
a {
    text-decoration: none;
}
.navigation .v_text:hover,
.navigation .v_text.on {
    background-color: #0078d7;
}
.navigation .v_text:hover p,
.navigation .v_text.on p{
    color: white;
}
.navigation .v_text a{
    display: inline-block;
    width: 100%;
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    cursor: pointer;
}
/* 手机端导航 */
.phone_product{
    display: none;
}
/* 手机端头部 */
.phone_heade{
    width: 100%;
    height: 94px;
    display: none;
}
/* 轮播 */
.round {
    width: 100%;
    height: 650px;
    margin: auto;
    margin-bottom: 80px;
}
.round .swiper_rund img{
    width: 100%;
    height: 100%;
}
.swiper_rund {
    height: 100% !important;
}
.swiper_rund .swiper-slide {
    background-position: center;
    -o-background-size: cover;
       background-size: cover;
}
.swiper_rund .swiper-slide .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}
.swiper_rund .swiper-slide .text p {
    font-size: 46px;
    line-height: 1;
    font-weight: bold;
}
.swiper_rund .swiper-slide .text span {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.swiper_rund .swiper-slide .text .line {
    width: 50px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
}
.swiper_rund .swiper-pagination-bullet {
    width: 21px;
    height: 21px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #fff;
    outline: none;
}
.swiper_rund .swiper-button-next, 
.swiper_rund .swiper-button-prev {
    outline: none;
    width: 18px;
    height: 32px;
    -o-background-size: 18px 32px;
       background-size: 18px 32px;
}
@media screen and (max-width: 750px) {
    .swiper_rund .swiper-button-next, 
    .swiper_rund .swiper-button-prev {
        display: none;
    }
    .swiper_rund .swiper-pagination-bullet {
        width: .2rem;
        height: .2rem;
    }
    .swiper_rund .swiper-slide .text p {
        font-size: .36rem;
        white-space: nowrap;
    }
    .swiper_rund .swiper-slide .text span {
        font-size: .2rem;
        white-space: nowrap;
        margin-bottom: .2rem;
    }
    .swiper_rund .swiper-slide .text .line {
        width: .6rem;
        height: .03rem;
    }
}
.swiper_rund .swiper-button-next {
    right: 10%;
}
.swiper_rund .swiper-button-prev {
    left: 10%;
}
/* 产品中心 */
.product {
    width: 1200px;
    height: auto;
    margin: auto;
    margin-bottom: 106px;
}
.produvr_bar {
    width: 100%;
    height: 35px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 45px;
}
.title {
    width: 100%;
    height: 100%;
}
.title h3 {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    color: #5c5c5c;
}
.title span {
    font-size: 14px;
    color: #959595;
    padding-left: 10px;
}
.produvr_bar .product_right {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product_right .product_right_box{
    width: 100%;
    overflow: auto;
}
.product_right .product_right_box .li {
    width: 108px;
    height: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #bebebe;
    background-color: #f1f1f1;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.product_right .product_right_box .li:hover,
.product_right .product_right_box .on{
    background-color: #0078d7;
    color: #fff;
}
.goods_box .list{
    display: none;
}
/* 新闻中心切换 */
.news_right_box{
    float: right;
}
.news_right_box>div {
    width: 108px;
    height: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #bebebe;
    background-color: #f1f1f1;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.news_right_box>div:first-child{
    background-color: #0078d7;
    color: #fff;
}
/* 产品展示 */
.product .goods {
    width: 100%;
    height: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.product .goods>a>div {
    width: 370px;
    height: 100%;
}
.product .goods>a{
   margin: 0;
   margin-bottom: 45px;
}
.product .goods>a:nth-child(3n+1){
    margin: 0;
}
.product .goods>a:nth-child(2){
   margin-left: 45px;
   margin-right: 45px;
}
.product .goods>a:nth-child(3n+5){
    margin-left: 45px;
    margin-right: 45px;
}
.product .goods .precut_img {
    width: 100%;
    height: 370px;
    position: relative;
}
.product .goods .precut_img img {
    width: 100%;
    height: 100%;
}
.product .goods img {
    width: 100%;
    position: absolute;
}
.product .god_box>p {
    color: #4a4a4a;
    text-align: center;
    padding-top: 30px;
}
/* 手机端 */
.phone_right{
    display: none;
}
/* 隔离层 */
.interlayer {
    width: 100%;
    height: 100%;
    background-color: #2b8bd8;
    opacity: 0.7;
    position: absolute;
    z-index: 100;
    color: white;
    display: none;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.goods .precut_img:hover .interlayer {
    display: block;
}
.interlayer>div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.interlayer h3 {
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
}
.interlayer p {
    white-space: normal;
    width: 200px;
    color: white;
    text-align: center;
    font-size: 14px;
}
.interlayer .precut_icont{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    color: #2b8bd8;
    text-align: center;
    line-height: 48px;
    margin: auto;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 700;
}
/* 关于我们 */
.about_us {
    width: 100%;
    height: 585px;
    margin-bottom: 89px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.aboutus_box {
    width: 1200px;
    height: 337px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.video_box {
    width: 535px;
    height: 100%;
}
.video_box source {
    width: 100%;
    height: 100%;
}
.about_us .text {
    width: 610px;
    height: 240px;
    margin-left: 60px;
}
.about_us .text h3 {
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
    color: white;
}
.about_us .text span {
    font-weight: 500;
    font-size: 14px;
    color: #959595;
}
.about_us .text p {
    white-space: normal;
    width: 100%;
    color: #e5e6e6;
    font-size: 14px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.about_us .details {
    width: 158px;
    height: 44px;
    color: white;
    background-color: #0078d7;
    border-radius: 20px;
    text-align: center;
    line-height: 44px;
}
/*关于我们 手机端样式 */
.phone_about_us{
    display: none;
}
/* 新闻中心 */
.news {
    width: 1200px;
    height: auto;
    margin: auto;
    margin-bottom: 85px;
}
.news_box {
    width: 100%;
    height: 375px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.news_box .news_img {
    width: 580px;
    height: 100%;
    background-color: pink;
}
/* 新闻轮播 */
.round2 {
    width: auto;
    height: 375px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.round2 .img {
    display: inline-block;
    width: 580px;
    height: 375px;
    background-color: #fff;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.round2 .img>li {
    display: inline-block;
    width: 580px;
    height: 375px;
    position: relative;
    display: none;
}
.round2 .img>li:first-child{
    display: block
}
.round2 img{
    width: 100%;
    height: 100%;
}
/* 轮播图上面时间 */
.round2 .img .time {
    position: absolute;
    z-index: 100;
    top: 1px;
    left: 1px;
    width: 85px;
    height: 85px;
    background-color: #0078d7;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: white;
}
.round2 .time .day {
    font-weight: 900;
    font-size: 40px;
}
.round2 .time .date {
    font-size: 14px;
}
/* 新闻图片描述 */
.round2 .describe {
    width: 100%;
    height: 55px;
    background: rgba(000, 000, 000, 0.5);
    position: absolute;
    bottom: 0;
}
.round2 .describe p {
    font-size: 16px;
    color: #fff;
    line-height: 55px;
    padding-left: 10px;
}
/* 新闻内容 */
.news_box .news_text {
    width: 576px;
    height: 100%;
    margin-left: 44px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.news_box .news_text .li:nth-of-type(1) {
    padding-top: 0;
}
.news_box .news_text .li {
    width: 100%;
    height: auto;
    padding: 31px 0;
    border-bottom: 1px solid #eeeeee;
}
.news_box .news_text h3 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_box .news_text a {
    color: #000;
}
.news_box .news_text p {
    font-size: 14px;
    color: #8a8a8a;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_box .news_text .news_tite {
    padding-top: 25px;
}
.news_switch>div{
    display: none;
}
.news_switch .active{
    display: block;
}
/* 点击图标 */
.point2 {
    position: absolute;
    top: 90%;
    right: 10px;
}
.point2 li {
    width: 15px;
    height: 15px;
    background-color: #939190;
    display: inline-block;
}
.news .more {
    width: 180px;
    height: 50px;
    border: 1px solid #d9d9d9;
    margin: auto;
    margin-top: 60px;
    border-radius: 40px;
    text-align: center;
    line-height: 50px;
}
.news .more a {
    color: #d9d9d9;
}
/* 资质荣誉 */
.honor_box {
    width: 100%;
    height: 440px;
    background-color: #f7f7f7;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.honor {
    width: 1200px;
    height: 270px;
    margin: auto;
}
.honor_box .button {
    position: relative;
}
.honor_box .button div {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #bebebe;
    background-color: #f1f1f1;
    float: right;
    margin-left: 10px;
    cursor: pointer;
    -o-background-size: 20px 20px;
       background-size: 20px 20px;
    outline: none;
}
.honor_box .button .swiper-button-next {
    right: 0;
}
.honor_box .button .swiper-button-prev {
    left: auto;
    right: 44px;
}
.honor_round {
    width: 100%;
    height: 196px;
    position: relative;
}
.swiper-rongyu {
    width: 100%;
    height: 100%;
}
.swiper-rongyu .swiper-slide {
    background-color: white;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.swiper-rongyu .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}
/* 手机端样式 */
.phone_honor_box{
    display: none;
}
/* 底部样式 */
.footer {
    width: 100%;
    height: 333px;
    background-color: #212121;
    overflow: hidden;
}
.footer .footer_box {
    width: 1200px;
    height: 220px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    margin-top: 62px;
}
.footer .footer_box>div {
    width: 300px;
    height: 220px;
}
.footer .address>p {
    font-size: 13px;
    color: #868686;
    padding-top: 15px;
}
.footer .address>p:last-child>span{
    font-size: 24px;
}
.footer .function>ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.footer li {
    float: left;
    padding-top: 15px;
    font-size: 13px;
    color: #868686;
}
.footer .jiange {
    padding-left: 10px;
    padding-right: 10px;
}
.footer a {
    color: #868686;
}
.footer .phone {
    position: relative;
}
.footer .phone .phone_botton {
    width: 220px;
    height: 52px;
    background-color: #0078d7;
    border-radius: 20px;
    text-align: center;
    line-height: 52px;
    color: white;
    position: absolute;
    right: 0;
}
.footer .phone .phone_namber {
    width: 220px;
    height: 64px;
    position: absolute;
    right: 0px;
    top: 65px;
    text-align: right;
}
.footer .phone_namber>p:first-child {
    color: #0078d7;
    font-size: 14px;
}
.footer .phone_namber>p:last-child {
    color: #0078d7;
    font-size: 24px;
}
.footer .record {
    width: 100%;
    height: 48px;
    border: 1px solid #3b3b3b;
}
.footer .record .record_box {
    width: 1200px;
    height: 100%;
    margin: auto;
    line-height: 48px;
    font-size: 13px;
    color: #868686;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
/* 手机端底部样式 */
.phone_footer{
    display: none;
}
/* 产品中心 */
.p_round {
    width: 100%;
    height: 400px;
}
.p_round img{
    width: 100%;
    height: 100%;
}
.p_navigation {
    width: 100%;
    height: 55px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e7e7e7;
}
.p_navigation_box {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.p_navigation_box>div:first-child {
    width: 75%;
    height: 100%;
}
.p_navigation_box>div:last-child {
    width: 20%;
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p_navigation_box .header li {
    /* width: 160px; */
    padding: 0 30px;
    height: 55px;
    float: left;
    text-align: center;
    line-height: 55px;
    color: #282828;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.p_navigation_box .header li a {
    display: block;
    color: #333;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.p_navigation_box .header .on,
.p_navigation_box .header li:hover {
    background-color: #0078d7;
}
.p_navigation_box .header .on a,
.p_navigation_box .header li:hover a {
    color: #fff;
}
.p_navigation .tubiao {
    color: #8a8c8e;
    padding-right: 10px;
}
.p_navigation .crumbs>li {
    float: left;
}
.p_navigation .crumbs>li:last-child a{
    color: #000;
}
.p_navigation .crumbs a {
    text-align: center;
    font-size: 14px;
    color: #8a8c8e;
    vertical-align: middle;
}
.p_navigation_conter {
    width: 100%;
    height: 560px;
}
.p_navigation_conter>div {
    width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;
}
.p_navigation_conter .active {
    display: block;
}
.p_navigation_conter .p_img {
    width: 545px;
    height: 378px;
    position: absolute;
    top: 66px;
    left: 0px;
}
.p_navigation_conter .p_text {
    width: 618px;
    height: 378px;
    position: absolute;
    top: 66px;
    right: 0px;
}
.p_navigation_conter .p_text h3 {
    font-weight: 500;
    font-size: 30px;
    color: #282828;
}
.p_navigation_conter .p_text h6 {
    display: inline-block;
}
.p_navigation_conter .swip_pround {
    width: 100%;
    height: 100%;
}
.p_navigation_conter .swip_pround img {
    width: 100%;
    height: 100%;
}
.p_navigation_conter .information {
    margin-top: 40px;
    line-height: 34px;
}
.p_navigation_conter .information h6 {
    font-size: 14px;
    padding-right: 10px;
}
.p_navigation_conter .information span {
    color: #656565;
    font-size: 14px;
}
.swip_pround .swiper-pagination {
    right: 0;
    left: auto !important;
    width: auto !important;
}
/* 手机产品中心 */
.phone_nav{
    display: none
}
/* 公司风采页面 */
.demeanour {
    width: auto;
    height: auto !important;
    padding-bottom: 50px;
}
.demeanour_box {
    width: 1200px;
    height: auto;
    margin: auto;
}
.fengcai{
    width: 100%;
    height: auto;
}
.fengcai>div{
    width: 1200px;
    height: 100%;
    margin: auto;
    display: none
}
.fengcai .active{
    display: block;
}
.fc_flex{
    width: auto;
    height: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.fc_flex>a{
    display: block;
    width: 379px;
    height: 282px;
    margin-right: 31px;
    margin-bottom: 60px;
}
.fc_flex>a img{
    width: 100%;
    height:242px;
}
.fc_flex>a p{
    font-size: 16px;
    color: #282828;
    text-align: center;
    padding-top: 10px;
}
.fengcai .fc_flex>a:nth-child(3n){
    margin-right: 0;
}
/* 弹窗轮播 */
.lg-outer .group {
    display: none;
}
.lg-outer .lg-actions .lg-prev:after {
    content: "<";
}
.lg-outer .lg-actions .lg-next:before {
    content: ">";
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
    display: none;
}
.lg-backdrop.in{
    opacity: 0.7 !important;
}
/* 关于我们页面 */
/* 内容区域 */
.about_us_text {
    width: 770px;
    height: auto;
    margin-bottom: 20px;
    display: inline-block;
}
.about_us_text>p {
    padding-bottom: 43px;
    line-height: 28px;
    color: #404040;
    font-size: 14px;
}
.about_us_img {
    width: 400px;
    height: 440px;
    display: inline-block;
    margin-left: 25px;
}
.about_us_img>img {
    width: auto;
    height: auto;
}
.demeanour_box .development {
    border-bottom: 1px dotted #e7e7e7;
}
.demeanour_box .deve_position {
    position: relative;
}
.demeanour_box .deve_title>h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 28px;
    color: #404040;
}
.demeanour_box .deve_title>p {
    font-size: 14px;
    padding-bottom: 40px;
    color: #7d7d7d;
}
.demeanour_box .buju {
    display: inline-block;
}
.demeanour_box .dev_time {
    width: 90px;
    height: 36px;
    top: 30px;
    position: absolute;
}
.demeanour_box .dev_time>h3 {
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    color: #0078d7;
}
.demeanour_box .dev_time>span {
    color: #0078d7;
    font-size: 14px;
}
.demeanour_box .dev_henxian {
    width: 28px;
    height: 26px;
    border-bottom: 1px solid #e7e7e7;
    position: absolute;
    left: 90px;
    margin-top: 28px;
}
.demeanour_box .dev_cont {
    margin-left: 130px;
    padding-top: 40px;
    padding-bottom: 44px;
}
.demeanour_box .dev_cont>p {
    line-height: 28px;
}
/* 组织架构 */
.architecture_tite {
    width: 100%;
    height: 60px;
    text-align: center;
}
.architecture_tite>h3 {
    font-weight: 500;
    font-size: 30px;
    color: #414141;
}
.architecture_tite>p {
    font-size: 14px;
    color: #8c8c8c;
}
.architecture_img {
    width: 1200px;
    height: auto;
    margin:30px auto;
}
.architecture_img>img {
    display: block;
    margin: 50px auto;
    width: 100%;
    height: 100%;
}
/* 公司荣誉 */
.company_honor>div {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.clearfix:after {content: ""; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.honor-box {
    width: 1200px;
    height: auto !important;
    margin: 0 auto 30px !important;
}
.honor-box .li {
    float: left;
    width: 22.6%;
    margin-right: 3.2%;
    margin-bottom: 20px;
}
.honor-box .li:nth-of-type(4n) {
    margin-right: 0;
}
.honor-box .li a {
    display: block;
}
.honor-box .li img {
    position: initial !important;
    display: block;
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
}
.honor-box .li h6 {
    color: #333;
    font-size: 16px;
    text-align: center;
}
.company_honor>div>a {
    width: 272px;
    height: 196px;
    display: block;
    border: 1px solid #e6e7e7;
    margin: 0 13px;
    margin-top: 44px;
}
.c_honor {
    position: relative;
}
.c_honor>img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.hidden {
    width: 100%;
    height: 100%;
    background-color: #3393df;
    opacity: 0.9;
    position: absolute;
    z-index: 100;
    color: white;
    text-align: center;
    display: none;
}
.c_honor .middle {
    margin: 64px auto;
}
.c_honor .middle>p:first-child {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 26px;
    background-color: #fff;
    margin: auto;
    color: #0369b3;
    opacity: 1;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
}
.c_honor:hover .hidden {
    display: block;
}
/* 人力资源 */
.human_box {
    width: 1200px;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.human_box .human_buju {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.human_box .human_buju .human:nth-child(3n) {
    margin-right: 0;
}
.human {
    width: 366px;
    height: 477px;
    margin-bottom: 40px;
    margin-right: 48px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 25px 20px;
}
.human_box .human .human_tite {
    width: 313px;
    height: 96px;
    margin: auto;
    border-bottom: 1px solid #e9e9e9;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
}
.human_box h3 {
    font-size: 24px;
    color: #6b6b6b;
    margin-bottom: 14px;
}
.human_box p {
    font-size: 14px;
    color: #7a7a7a;
}
.human_box .human_duties {
    width: 313px;
    height: auto;
    margin: auto;
    padding-bottom: 35px;
}
.human_box h4 {
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 10px;
}
.human_box .human_qualification {
    width: 313px;
    height: auto;
    margin: auto;
}
.renliziyuan{
    -o-background-size:100% 100%;
       background-size:100% 100%;
    background-repeat: no-repeat;
}
/* 公司新闻 */
.news_page_tite {
    width: 100%;
    height: 100%;
    text-align: center;
    border-bottom: 1px dotted #e5e5e5;
    padding: 14px 0;
}
.news_page_tite>h3 {
    font-size: 24px;
    font-weight: 500;
    color: #313131;
    padding-bottom: 20px;
}
.news_page_tite>p {
    font-size: 14px;
    color: #9c9c9c;
    padding-bottom: 20px;
}
.news_page_content>p {
    padding: 2px 0px;
    font-size: 14px;
    color: #7c7c7c;
}
.news_page_content img{
    width: 100%;
    height: 100%;
}
/* 行业新闻 */
.industry_news_box {
    width: 100% !important;
    height: auto !important;
}
.industry_news_box .industry_news {
    width: 100%;
    height: 215px;
    border-bottom: 1px dotted #e5e5e5;
}
.industry_cont {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.industry_news .industry_news_time {
    width: 77px;
    height: auto;
    text-align: center;
    padding-right: 40px;
    border-right: 1px solid #e5e5e5;
}
.industry_news .industry_news_time>p:first-child {
    font-size: 60px;
    color: #b3b3b3;
}
.industry_news .industry_news_time>p:last-child {
    font-size: 14px;
    color: #b3b3b3;
}
.industry_news .industry_news_conter {
    width: 826px;
    height: auto;
    margin-left: 50px;
}
.industry_news .industry_news_conter>h3 {
    font-weight: 500;
    font-size: 18px;
    color: #404040;
    padding-bottom: 20px;
}
.industry_news .industry_news_conter>p {
    font-size: 14px;
    color: #9f9f9f;
}
.industry_news .industry_news_plot {
    width: 100px;
    height: auto;
    font-size: 40px;
    margin-left: 106px;
    text-align: center;
    color: #9f9f9f;
}
.industry_news_box .industry_news:hover {
    background-color: #edf5fc;
}
.industry_news_box .industry_news:hover .indaty {
    color: #0078d7;
}
.industry_news_box .industry_news:hover .industry_news_plot {
    color: #0078d7;
}
/* 按钮 */
.pages{
    width: 100%;
    height: 40px;
    margin-top: 40px;
    width: 1200px;
    height: 100%;
    margin:40px auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.page ul{
    padding:0;
    min-width: 450px;
}
.page ul::after{
    content: '';
    display: block;
    clear: both;
}
.page ul li{
    float: left;
    width:auto;
    min-width:32px;
    height: 30px;
    line-height:30px;
    list-style: none;
}
.page a{
    color:#aaa;
    font-family: "微软雅黑";
    padding:0 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    border-left: none;
}
.page ul li:first-child a{
    border-left: 1px solid #ccc;
}
.page ul li a:hover{
    background-color: dodgerblue;
}
.page ul li a:hover{
    color: white;
}
.page .disabled a:hover{
    background-color: white;
    cursor:not-allowed;
    color: #aaa;
}
.page .active a{
    background-color: dodgerblue;
    color: white;
}
/* 联系我们 */
.addresswe {
    width: 1200px;
    height: 380px;
    margin: auto;
}
.addres_contre {
    width: 100%;
    height: 276px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    margin-top: 60px;
}
.addres_contre>div:first-child {
    width: 455px;
    height: 100%;
}
.addres_contre>div:last-child {
    width: 745px;
    height: 100%;
    position: relative;
}
.addres_contre img {
    width: 100%;
    height: 100%;
}
.addres_contre .address_text {
    position: absolute;
    top: 50%;
    left: 64px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%)
}
.addres_contre .address_text>h3 {
    font-size: 24px;
    color: #6b6b6b;
    padding-bottom: 20px;
}
.addres_contre .address_text>p {
    font-size: 14px;
    color: #848484;
    padding-bottom: 20px;
}
/* 地图 */
.map {
    width: 100%;
    height: 500px;
}
.my-map {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.my-map .icon-cir {
    height: 31px;
    width: 28px;
}
.my-map .icon-cir-red {
    background-position: -11px -5px;
}
.amap-container {
    height: 100%;
}
/* 图片放大显示效果 */
.news-boxs {
    width: 100%;
}
.news-boxs .li {
    width: 100%;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.news-boxs .li:hover {
    background-color: #ecf5fc;
}
.news-boxs .li .a {
    max-width: 1200px;
    margin: 0 auto;
}
.news-boxs .li .bo {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}
.news-boxs .li:hover .jia .bar {
    background-color: #0078d7;
}
.news-boxs .li .jia {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.news-boxs .li .jia .bar {
    position: absolute;
    background-color: #dcdcdc;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.news-boxs .li .jia .bar1 {
    width: 100%;
    height: 5px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.news-boxs .li .jia .bar2 {
    width: 5px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.news-boxs .li .time {
    float: left;
    padding-right: 46px;
    border-right: 1px solid #dfdfdf;
    margin-right: 49px;
}
.news-boxs .li .time p {
    color: #eddcc5;
    font-size: 60px;
    font-family: '仿宋';
    font-weight: bold;
    line-height: 1;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.news-boxs .li:hover .time p {
    color: #0078d7;
}
.news-boxs .li .time span {
    color: #909090;
    font-size: 13px;
    line-height: 1;
}
.news-boxs .li .text {
    float: left;
    width: 75%;
}
.news-boxs .li .text h6 {
    color: #404040;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 12px;
    font-weight: normal;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.news-boxs .li:hover .text h6 {
    color: #0078d7;
}
.news-boxs .li .text p {
    color: #9f9f9f;
    font-size: 14px;
    line-height: 2;
}
.zx-page {
    font-size: 0;
    text-align: center;
    padding: 40px 0 60px;
}
.zx-page strong,
.zx-page a,
.zx-page span {
    display: inline-block;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
    padding: 0 17px;
    font-size: 14px;
    color: #333;
    margin: 0 5px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.zx-page strong {
    color: #fff;
    background-color: #0078d7;
    border-color: #0078d7;
}
.zx-page a:hover {
    border-color: #0078d7;
    background-color: #0078d7;
    color: #fff;
}
.zx-page span {
    border: none;
}
@media screen and (max-width: 750px) {
    .news-boxs {
        padding: 0 .2rem;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
    }
    .news-boxs .li {
        background-color: #f5f5f5;
        margin-bottom: .2rem;
        box-shadow: 0 0 2px rgba(0,0,0,.1);
    }
    .news-boxs .li .jia {
        display: none;
    }
    .news-boxs .li .bo {
        padding: .5rem .2rem;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
    }
    .news-boxs .li .time {
        float: none;
        padding: 0;
        margin: 0;
        border: none;
    }
    .news-boxs .li .time p {
        font-size: .6rem;
    }
    .news-boxs .li .time span {
        font-size: .24rem;
    }
    .news-boxs .li .text {
        float: none;
        width: 100%;
    }
    .news-boxs .li .text h6 {
        font-size: .34rem;
        padding: .2rem 0 .15rem;
    }
    .news-boxs .li .text p {
        font-size: .26rem;
    }
    .demeanour_box .deve_title>h3 {
        font-size: .36rem;
        margin-bottom: .25rem;
    }
    .demeanour_box .deve_title>p {
        font-size: .26rem;
        line-height: 2;
        padding: 0;
    }
    .deve_title {
        padding: 0 0 .4rem;
    }
    .demeanour_box .dev_time {
        width: auto;
        height: auto;
        top: .5rem;
    }
    .demeanour_box .dev_time>h3 {
        font-size: .4rem;
    }
    .demeanour_box .dev_time>span {
        font-size: .24rem;
    }
    .demeanour_box .dev_henxian {
        width: .6rem;
        height: 0;
        left: 1.4rem;
        margin-top: 0;
        top: .8rem;
    }
    .demeanour_box .dev_cont {
        margin-left: 2.2rem;
        padding-top: .4rem;
        padding-bottom: .5rem;
    }
    .demeanour_box .dev_cont>p {
        font-size: .26rem;
        line-height: 2;
        color: #666;
    }
}
.order-banner {
    width: 100%;
    font-size: 0;
    position: relative;
}
.order-banner .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}
.order-banner .txt p {
    font-size: 36px;
    line-height: 1;
}
.order-banner .txt span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
.order-banner img {
    width: 100%;
}
.wap-banner {
    display: none;
}
@media screen and (max-width: 750px) {
    .order-banner {
        display: none;
    }
    .wap-banner {
        display: block;
        font-size: 0;
        width: 100%;
        height: 4.6rem;
        position: relative;
    }
    .wap-banner .txt {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: #fff;
        text-align: center;
    }
    .wap-banner .txt p {
        font-size: .36rem;
        line-height: 1;
        white-space: nowrap;
    }
    .wap-banner .txt span {
        display: block;
        font-size: .2rem;
        white-space: nowrap;
        text-transform: uppercase;
    }
    .wap-banner img {
        width: 100%;
        height: 100%;
    }
}
.swiper-news {
    width: 100%;
    height: 100%;
}
.swiper-news .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-news .swiper-slide .time {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    background-color: #0078d7;
    text-align: center;
}
.swiper-news .swiper-slide .time p {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0 7px;
}
.swiper-news .swiper-slide .time span {
    color: #fff;
    font-size: 14px;
    line-height: 1;
}
.swiper-news .swiper-slide .con {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    height: 55px;
    width: 100%;
}
.swiper-news .swiper-slide .con p {
    color: #fff;
    font-size: 16px;
    line-height: 55px;
    padding: 0 140px 0 10px;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.swiper-news .swiper-pagination {
    text-align: right;
    bottom: 14px;
}
.swiper-news .swiper-pagination-bullet {
    opacity: 1;
    width: 15px;
    height: 15px;
    background-color: rgba(0,0,0,.3);
    margin: 0 2px;
    border-radius: 0;
}
.swiper-news .swiper-pagination-bullet-active {
    background-color: rgb(206, 37, 31);
}
.swiper-img-pro, .swiper-wen {
    width: 580px;
    height: 380px;
}
.swiper-img-pro {
    float: left;
}
.swiper-wen {
    float: right;
}
.swiper-img-pro .swiper-slide img {
    width: 100%;
    height: 100%;
}
.swiper-wen .swiper-slide h6 {
    color: #333;
    font-size: 26px;
    line-height: 1;
    padding: 0 0 20px;
}
.swiper-wen .swiper-slide table {
    width: 100%;
}
.swiper-wen .swiper-slide th {
    width: 22%;
    color: #333;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    padding: 10px 0;
}
.swiper-wen .swiper-slide td {
    color: #333;
    font-size: 14px;
    padding: 10px 0;
}
.product-box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.index-product {
    overflow: hidden;
    display: block;
    height: auto;
}
.index-product .title {
    float: left;
    width: 48%;
}
.index-product .product_right {
    float: right;
    width: 48%;
}

.index-product .product_right .product_right_box {
    white-space: nowrap;
}
.index-product .product_right .product_right_box::-webkit-scrollbar {
    height: 4px;
    background-color: #eee;
}
.index-product .product_right .product_right_box::-webkit-scrollbar-thumb {
    height: 4px;
    background-color: #999;
}
.index-product .product_right .product_right_box .li {
    display: inline-block;
    float: none;
    width: auto;
    padding: 0 15px;
}
@media only screen and (max-width: 750px) {
    .index-product .title, 
    .index-product .product_right {
        float: none;
        width: 100%;
    }
}