/*product*/
.product{
    padding: 40px 0 75px;
    box-sizing: border-box;
}
.product_tit h1{
    font-family: Arial-BoldMT;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #0b50c2;
    text-align: center;
}
.product_tit p{
    width: 52px;
    height: 3px;
    background-color: #0b50c2;
    margin: 15px auto;
}
.product_tit h3{
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}
.product_cen{
    margin: 35px auto 0;
    height: 76px;
    display: flex;
    justify-content: start;
}
.product_cen li{
    width: 220px;
    height: 76px;
    line-height: 76px;
    border: solid 1px #d8d8d8;
    box-sizing: border-box;
    margin-right: 20px;
}
.product_cen li a{
    font-size: 16px;
    color: #333333;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 20px 0 30px;
    box-sizing: border-box;
}
.product_cen li a p{
    float: left;
    width: 148px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.product_cen li a span{
    font-family: ArialMT;
    font-size: 24px;
    letter-spacing: 12px;
    color: #8a8a8a;
    float: right;
    width: 20px;
}
.product_cen li:hover{
    border: 0;
    background-color: #0b50c2;
}
.product_cen li:hover a{
    color: #ffffff;
}
.product_cen li:hover a span{
    color: #ffffff;
}
.product_cen li:first-child a{
    padding: 0 32px 0 42px;
}
.product_cen li:first-child a p{
    width: 124px;
}
.product_cen li:last-child{
    margin-right: 0;
}
.product_bot{
    margin-top: 3px;
    overflow: hidden;
}
.product_bot li{
    float: left;
    height: 235px;
    margin: 35px 15px 0 0;
    text-align: center;
}
.product_bot li:nth-child(4n){
    margin-right: 0;
}
.product_bot li a{
    display: block;
}
.product_bot li img{
    width: 280px;
    height: 200px;
    display: block;
}
.product_bot li a.product_txt{
    font-size: 15px;
    color: #515151;
    margin-top: 15px;
	        width: 280px;
    height: 22px;
    overflow: hidden;
}
/* 公司介绍 */
.about_top{
    width: 100%;
    height: 180px;
    background: url("../images/about_tbg.png") no-repeat;
    background-size: 100% 100%;
}
.about_top > .center{
    overflow: hidden;
    height: 100%;
}
.about_top > .center > ul{
    width: 445px;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    margin-left: 420px;
    box-sizing: border-box;
    float: left;
}
.about_top > .center li{
    width: 91px;
    height: 91px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #0b50c2;
    padding-top: 22px;
    box-sizing: border-box;
}
.about_top > .center > .about_topr{
    float: right;
    width: 200px;
    margin-right: 35px;
    padding-top: 35px;
    box-sizing: border-box;
    text-align: center;
}
.about_top .about_topr h1{
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    color: #ffffff;
}
.about_top .about_topr h3{
    font-family: Arial-BoldMT;
    font-size: 28px;
    color: #ffffff;
    margin: 5px 0 15px;
}
.about_top .about_topr a{
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    box-sizing: border-box;
    background: url("../images/about.png") no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    color: #3e3e3e;
    text-align: left;
}
.about_top .about_topr a img{
    width: 15px;
    height: 17px;
    margin-left: 10px;
}
.about_bot{
    width: 100%;
    height: 445px;
   /* margin-top: -12px;*/
    background: url("../images/about_bg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.about_bot center{
    height: 100%;
    position: relative;
}
.about_bot1{
    height: 225px;
    padding-left: 380px;
    padding-top: 40px;
    box-sizing: border-box;
    text-align: justify;
    overflow: hidden;
}
.about_bot1 h1{
    font-family: HiraginoSansGB-W3;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #323232;
}
.about_bot1 p{
    font-family: HiraginoSansGB-W3;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #323232;
    height: 82px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.about_bot1 .about_hr{
    width: 199px;
    height: 2px;
    background-color: #0b50c2;
    margin: 12px 0 20px;
}
.about_bot2{
    background: #fff;
    display: flex;
    justify-content: space-around;
}
.about_bot2 li{
    min-width: 280px;
    max-width: 305px;
    height: 170px;
    position: relative;
    padding-top: 27px;
    box-sizing: border-box;
    text-align: center;
}
.about_bot2 li::after{
    content: "";
    display: block;
    width: 1px;
    height: 46px;
    background-color: #ebebeb;
    position: absolute;
    top: 50px;
    right: 0;
}
.about_bot2 li:last-child::after{
    content: "";
    display: block;
    width: 0;
}
.about_bot2 img{
    width: 46px;
    margin: auto;
}
.about_bot2 h1{
    font-size: 20px;
    line-height: 34px;
    color: #666666;
}
.about_bot2 h3{
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}
.about_swiper{
    width: 359px;
    height: 346px;
   /* margin: 0 auto;*/
    position: absolute;
    top: -164px;
    left: 50%;
    margin-left: -590px;
}
.swiper-about{
    width: 359px;
    height: 346px;
    position: absolute;
    top: 0;
    left: 0;
}
.swiper-about img{
    width: 359px;
    height: 346px;
    display: block;
}
.swiper-about p{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 359px;
    height: 53px;
    background-color: rgba(0,0,0,.5);
    font-size: 20px;
    font-weight: bold;
    line-height: 53px;
    letter-spacing: 1px;
    color: #ffffff;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    width: 38px;
    height: 80px;
    background-color: rgba(0,0,0,.5);
    background-image: url("../images/next.png");
    background-size: 19px 35px;
    transform: translate(0,-50%);
    right: 0;
}
.swiper-button-prev{
    width: 38px;
    height: 80px;
    background-color: rgba(0,0,0,.5);
    background-image: url("../images/prev.png");
    background-size: 19px 35px;
    transform: translate(0,-50%);
    left: 0;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
/* 案例 */
.case{
    padding: 35px 0 40px;
}
.case_bot{
    margin-top: 35px;
}
.swiper-case{
    height: 360px;
}
.swiper-case .swiper-slide{
    background: transparent;
    display: block;
}
.swiper-case .swiper-slide a{
    display: block;
}
.swiper-case .swiper-slide img{
    width: 376px;
    height: 281px;
    display: block;
}
.swiper-case .swiper-slide p{
    font-family: HiraginoSansGB-W3;
    font-size: 16px;
    line-height: 60px;
    color: #444444;
}
.swiper-case .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    background-color: #bbbbbb;
    border: 0;
}
.swiper-case .swiper-pagination-bullet-active{
    width: 9px;
    height: 9px;
    background-color: #0b50c2;
    border: 0;
}
.swiper-case  .swiper-pagination-bullets{
    bottom: 0;
}
/* 企业新闻 */
.jour{
    padding: 15px 0 60px;
    box-sizing: border-box;
}
.jour .jour_top{
    width: 402px;
    height: 46px;
    overflow: hidden;
    margin: 0 auto 35px;
    font-size: 16px;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
}
.jour_top p{
    width: 200px;
    height: 46px;
    background-color: #e8e8e8;
    color: #525252;
    float: left;
    cursor: pointer;
}
.jour_top p.hot,.jour_top p:hover{
    color: #fff;
    background-color: #0b50c2;
}
.jour_bot{
    height: 370px;
    overflow: hidden;
}
.jour_botl{
    float: left;
    width: 476px;
    padding-top: 10px;
    box-sizing: border-box;
}
.swiper-jour,.swiper-industry{
    height: 350px;
}
.swiper-jour .swiper-slide,.swiper-industry .swiper-slide{
    display: block;
    position: relative;
}
.swiper-jour .swiper-slide,.swiper-industry .swiper-slide img{
    width: 100%;
}
.swiper-jour .swiper-slide a,.swiper-industry .swiper-slide a{
    display: block;
}
.swiper-jour .swiper-slide .jour_txt,.swiper-industry .swiper-slide .jour_txt{
    width: 476px;
    height: 49px;
    background-color: rgba(0,0,0,.5);
    font-family: HiraginoSansGB-W3;
    font-size: 16px;
    line-height: 49px;
    color: #ffffff;
    padding-left: 17px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
}
.jour_txt p{
    width: 370px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.swiper-jour > .swiper-pagination-bullets,.swiper-industry > .swiper-pagination-bullets{
    width: 100px;
    left: 380px;
    bottom: 15px;
}
.swiper-jour .swiper-pagination-bullet,.swiper-industry .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 0;
}
.swiper-jour .swiper-pagination-bullet-active,.swiper-industry .swiper-pagination-bullet-active{
    width: 10px;
    height: 10px;
    background-color: #0b50c2;
    border: 0;
}
.jour_botr{
    width: 692px;
    float: left;
    margin-left: 12px;
}
.jour_botr li{
    width: 692px;
    height: 118px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 10px 15px;
    box-sizing: border-box;
    position: relative;
}
.jour_botr li:last-child{
    margin-bottom: 0;
}
.jour_botr li .jour_botr1{
    width: 119px;
    height: 93px;
    background-color: #e8e8e8;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
    float: left;
}
.jour_botr1 h1{
    font-size: 50px;
    line-height: 40px;
    color: #888888;
    font-family: Arial;
}
.jour_botr1 h3{
    font-size: 16px;
    line-height: 30px;
    color: #888888;
    font-family: Arial;
}
.jour_botr li .jour_botr2{
    float: left;
    width: 445px;
    padding-left: 18px;
    box-sizing: border-box;
    padding-top: 5px;
}
.jour_botr2 h1{
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #2e2e2e;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jour_botr2 h3{
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.jour_botr3{
    width: 16px;
    height: 32px;
    float: right;
    margin-right: 25px;
    margin-top: 33px;
    background: url("../images/right.png") no-repeat;
    background-size: 16px 32px;
}
.jour_botr4{
    width: 119px;
    height: 93px;
    float: left;
}
.jour_botr4 img{
    width: 119px;
}
.jour_botr li:hover{
    background-color: #ffffff;
    box-shadow: 0 0 8px 0 rgba(122, 122, 122, 0.13);
}
.jour_botr li:hover .jour_botr3{
    background: url("../images/right_on.jpg") no-repeat;
    background-size: 16px 32px;
}
.jour_botr li:hover .jour_botr1{
    display: none;
}
.jour_botr li:hover .jour_botr4{
    display: block;
}


.jour_botr li:hover,.jour_botr li:hover .jour_botr3,.jour_botr li:hover .jour_botr1,.jour_botr li:hover .jour_botr4,.product_cen li:hover,.product_cen li:hover a,.product_cen li:hover a span,.jour_top p.hot,.jour_top p:hover{
    -webkit-transition:all .8s ease-out;
    -o-transition:all .8s ease-out;
    transition:all .8s ease-out;
}