﻿@charset "utf-8";
/* CSS Document */

/*banner*/
.banner{
    width:100%;
    height:500px;
    background: url(../images/banner.png) center no-repeat;
}
.bannerbox{width:100%;position:relative;overflow:hidden;}
.bannerbox:hover .Homeleft{left:0px;opacity:1}
.bannerbox:hover .Homeright{right:0px;opacity:1}

.Homebanner{width:100%;position:relative;height:500px;overflow:hidden;}
.Homebanner ul{width:100%;position:absolute;height:500px;}
.Homebanner ul li{width:100%;height:500px;position:absolute;overflow:hidden;}
.Homebanner ul li img{width:1900px;height:500px;position:absolute;left:50%;top:0px;display:block;margin-left:-950px;}
.Homeleft,.Homeright{width:62px;height:62px;position:absolute;top:45%;cursor:pointer;transition:all .2s ease;opacity:0;z-index:899999}
.Homeleft{left:60px;}
.Homeright{right:60px;}

.Homedot{transition: all 1s;position:absolute;width:100%;height:30px;overflow:hidden;text-align:center;z-index:999;bottom:0px;background:rgba(0,0,0,0.5)}
.Homedot a{transition: all 1s;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;display:inline-block;line-height:30px;font-size:18px;width:20%;height:30px;overflow:hidden;color:#fff;background:url(../images/shuline.png) right no-repeat;}
.Homedot:hover{
    height:60px;
}
.Homedot:hover a{
    /* background:rgba(0,0,0,0.51); */
    line-height:30px;
    height:60px;
}
.Homedot a p{
    font-size:16px;
    margin:0;
    line-height:30px;
    display: block;
}

/*brand*/
.brand{
    width:100%;
    margin-top:80px;
}
.brand .brand_cont{
    width:100%;
    height:270px;
    margin-top:50px;
}
.brand .brand_cont .brand_cont_left{
    float:left;
    width:446px;
    height:250px;
    position: relative;
}
.brand .brand_cont .brand_cont_left video{
    width:446px;
    height:250px;
}
.brand .brand_cont .brand_cont_left p{
    position: absolute;
    top:0px;
    left:0;
    background:rgba(0,0,0,0);
    width:446px;
    height:250px;
    z-index:10
    
}
.brand .brand_cont .brand_cont_left p:hover{
    cursor: pointer;
}
.brand .brand_cont .brand_cont_left p img{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    z-index:999;
}
.brand .brand_cont .brand_cont_right{
    float:right;
    width:675px;
    height:250px;
    margin-left:75px;
}
.brand .brand_cont .brand_cont_right ul{
    display: flex;
    justify-content:center;
    align-items:Center;
    flex-wrap:wrap;
}
.brand .brand_cont .brand_cont_right ul li {
    width:50%;
    margin-bottom:25px;
}
.brand .brand_cont .brand_cont_right ul li:nth-child(2n){
    width:278px;
    float:right;
    margin-left:50px;
}
.brand .brand_cont .brand_cont_right ul li .img{
    width:108px;
    height:108px;
    line-height:108px;
    background:url(../images/icon_brand.png) no-repeat;
    background-size:100% 100%;
    text-align: center;
    float:left;
    transition:all 1s;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
}
.brand .brand_cont .brand_cont_right ul li:hover .img{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.brand .brand_cont .brand_cont_right ul li div img{
    width:43px;
    height:43px;
	margin-top:30px;
    
}
.brand .brand_cont .brand_cont_right ul li span{
    font-size:18px;
    color:#666;
    line-height:40px;
    margin-left:20px;
    display: inline-block;
    margin-top:10px;
}
.bigbg{
    position: fixed;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%; 
    z-index: 10;
    left:0;
    top:0;
    display: none;
}
.posdiv{
    width:80%;
    height:80%;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    z-index:99999;
    background:#fff;
    display: none;
    overflow: hidden;
}
.posdiv .posdiv_tit{
    width:100%;
    height:45px;
    line-height:45px;
    background:#f5f5f5;
}
.posdiv .posdiv_tit span{
    margin-left:10px;
}
.posdiv .posdiv_tit a{
    width:45px;
    height:45px;
    text-align: center;
    display: block;
    float:right;
}
.posdiv video{
    width:100%;
}

/*Services*/
.Services{
    width:1200px;
    margin:0 auto;
    margin-top:75px;
}

.services_cont{
    width:100%;
    height:675px;
    margin-top:40px;
}
.services_cont ul{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.services_cont ul li{
    margin-bottom:40px;
}
.services_cont .services_pro{
    width:585px;
    height:316px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.services_cont .services_pro img{
    width:585px;
    height:316px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.services_cont .services_pro:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    cursor: pointer;
}
.services_cont .services_pro .service_tit{
    position: absolute;
    bottom:0;
    width:537px;
    height:55px;
    background:rgba(55,71,170,0.8);/*may6.11update*/
    border-right:8px solid #bf009d;
    padding:20px;
}
.services_cont .services_pro .service_tit p{
    font-size:28px;
    color:#fff;
    font-weight:bold;
    margin:0;
}
.services_cont .services_pro .service_tit span{
    display: inline-block;
    font-size:14px;
    color:#fff;
    margin-top:18px;
    width:100%;
}
.services_cont .services_pro .service_tit span b{
    float:right;
    color:#fff;
    cursor: pointer;
    font-weight:normal;
}

/*Solution*/
.Solution{
    width:100%;
    height:670px;
    margin-top:50px;
    background:url(../images/solution_bg.png) no-repeat;
}
.solution_cont{
    width:100%;
    margin-top:50px;
}
.solution_cont ul{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.solution_cont ul li{
    width:415px;
    padding:15px 50px;
}
.solution_cont .solution_tit{
    width:400px;
    height:80px;
    line-height:80px;
    text-align: center;
    background:#3747aa;
    border-left:8px solid #bf009d;
    border-right:8px solid #bf009d;
    transform:skew(-15deg); /*设置倾斜度为-30*/   
    -webkit-transform: skew(-15deg);   
    -moz-transform: skew(-15deg);   
    -o-transform:skew(-15deg);   
    -ms-transform:skew(-15deg);   
}
.solution_cont .solution_tit span{
    color:#fff;
    font-size:26px;
    transform:skew(45deg);   
	-webkit-transform: skew(15deg);   
	-moz-transform: skew(15deg);   
	-o-transform:skew(15deg);   
    -ms-transform:skew(15deg);
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.solution_cont ul li p{
    font-size:18px;
    line-height:35px;
}

/*Product*/
.product{
    width:100%;
    height:585px;
    background:url(../images/product_bg.jpg) no-repeat;
    overflow: hidden;
}
.product_cont{
    margin-top:60px;
}
#div1{ width: 1200px; height: 320px; position: relative; margin: 0 auto;overflow: hidden;}
#div1 ul { width: 1200px; height: 320px; position: relative; }
#div1 ul li {width:260px; height: 320px; float: left; list-style: none; padding-right:55px;overflow:hidden;}
#div1 ul li img { width: 260px; height: 200px; display: inline-block;}
#div1 ul li p{
    position: relative;
    text-align: center;
    font-size:24px;
    font-weight:bold;
    color:#484848;
    line-height:30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top:15px;
}
#div1 ul li span{
	display: block;
    text-align: center;
    font-size:18px;
    color:#666;
}
#div1 ul li:hover{
    display: block;
    cursor: pointer;
}

/*case*/
.case{
    width:100%;
    background:#f2f2f2;
}
.case_cont{
    width:100%;
}
.case_cont .tab_tit{
    width:100%;
    height:140px;
    line-height:140px;
}
.case_cont .tab_tit li{
    float:left;
    margin-right:42px;
    font-size:18px;
}
.case_cont .tab_tit li a{
    color:#999;
    display: inline-block;
    line-height:50px;
}
.case_cont .tab_tit li a:hover{
    color:#28358a;
    border-bottom:4px solid #bf009d;
}
.case_cont .tab_tit li a.on{
    color:#28358a;
    border-bottom:4px solid #bf009d;
}
.case_cont .tab_cont{
    width:100%;
    padding-bottom:60px;
}
.case_cont .tab_cont .tab_cont_k{
    display: none;
}
.case_cont .tab_cont ul{
    display: flex;
    /* justify-content: space-between; */
    align-items:Center;
    flex-wrap:wrap;
}
.case_cont .tab_cont .tab_cont_case li{
    width:285px;
    margin-bottom:10px;
    margin-right:18px;
}
.case_cont .tab_cont .tab_cont_case li:nth-child(4n){
    margin-right:0px;
}
.case_cont .tab_cont .tab_cont_case  li a:hover{
    cursor: pointer;
}
.case_cont .tab_cont .tab_cont_case li div{
    width:285px;
    height:210px;
    overflow: hidden;
}
.case_cont .tab_cont .tab_cont_case li img{
    width:285px;
    height:210px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.case_cont .tab_cont .tab_cont_case li img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.case_cont .tab_cont .tab_cont_case li span{
    width:100%;
    display: inline-block;
    text-align: center;
    font-size:16px;
    color:#666;
    line-height:46px;
}
.case_cont .tab_cont .tab_cont_logo{
    margin-top:40px;
    width:100%;
}
.case_cont .tab_cont .tab_cont_logo li{
    width:157px;
    height:100px;
    background-color:#fff;
    position: relative;
    margin-right:16px;
    margin-bottom:20px;
}
.case_cont .tab_cont .tab_cont_logo li:nth-child(7n){
    margin-right:0;
}
.case_cont .tab_cont .tab_cont_logo li a{
    display: block;
    width:157px;
    height:100px;
    overflow: hidden;
}
.case_cont .tab_cont .tab_cont_logo li img{
    width:157px;
    height:100px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    overflow: hidden;
}
.case_cont .tab_cont .tab_cont_logo li img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*people*/
.people{
    width:100%;
    background:#fff;
}
.people .people_cont{
    width:100%;
    margin:70px auto;
    text-align: center;
}
.people .people_cont .people_cont_tit{
    width:655px;
    margin:0 auto;
    height:45px;
    line-height:45px;
}
.people .people_cont .people_cont_tit li{
    float:left;
    width:145px;
    height:45px;
}
.people .people_cont .people_cont_tit li a{
    display: block;
    font-size:18px;
    color:#666;
}
.people .people_cont .people_cont_tit li a:hover{
    display: block;
    font-size:18px;
    color:#fff;
    background:#3747aa;
    cursor: pointer;
}
.people .people_cont .people_cont_tit li a.on{
    display: block;
    font-size:18px;
    color:#fff;
    background:#3747aa;
}
.people .people_cont_c{
    width:100%;
    height:604px;
    margin-top:25px;
    background:url(../images/people_bg.jpg) center repeat-y;

}
.people .people_cont_c .people_cont_cleft{
    width:600px;
    float:left;
    height:604px;
    position: relative;
}
.people .people_cont_c .people_cont_cleft img{
    position: absolute;
    left:-190px;
    height:604px;
}
.people .people_cont_c .people_cont_cright{
    float:left;
    width:600px;
    margin-top:113px;
    text-align: left;
}
.people .people_cont_c .people_cont_cright div{
    font-size:24px;
    color:#484848;
}
.people .people_cont_c .people_cont_cright div span{
    font-size:16px;
    margin-left:20px;
}
.people .people_cont_c .people_cont_cright ul{
    margin-top:40px;
}
.people .people_cont_c .people_cont_cright ul li{
    background:url(../images/dian.png) top 13px left no-repeat;
    padding-left:15px;
    color:#666;
    line-height:32px;
}
/*may6.4修改*/
.pccc{  
    width:100%;
    height:604px;
    display: none;
}
.picpng1{
    width:100%;
    height:604px;
    background:url(../images/pic.png) center no-repeat;
}
.picpng2{
    width:100%;
    height:604px;
    background:url(../images/pic.png) center no-repeat;
}
.picpng3{
    width:100%;
    height:604px;
    background:url(../images/pic.png) center no-repeat;
}
.picpng4{
    width:100%;
    height:604px;
    background:url(../images/pic.png) center no-repeat;
}
/*may6.4修改*/
/*process*/
.process{
    width:1200px;
    margin:0 auto;
}
.process_cont{
    margin:80px auto;
}
.process_cont ul{
    position: relative;
    display: flex;
    justify-content: space-between;
    background:url(../images/poress_bgd.png) center no-repeat;
}
.process_cont ul li{
    width:139px;
    height:139px;
    border-radius: 50%;
    position: relative;
    background: url(../images/process.png) no-repeat;
    text-align: center;
}
.process_cont ul li img{
    margin-top:15px;
}
.process_cont ul li span{
    display: block;
    color:#fff;
    font-size:16px;
    margin-top:10px;
    padding:0 12px;
}

/*news*/
.news{
    width:1200px;
    margin:0 auto;
}
.news_cont{
    margin-top:50px;
}
.news_cont ul li{
    width:380px;
    line-height:52px;
    font-size:16px;
    height:52px; overflow:hidden;
}
.news_cont .news_cont_k>li{
    float:left;
    margin-right:30px;
    height:450px;
}
.news_cont .news_cont_k>li div{
    width:380px;
    height:200px;
    overflow: hidden;
}
.news_cont .news_cont_k>li div img{
    width:380px;
    height:200px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.news_cont .news_cont_k>li div img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.news_cont ul li:last-child{
    margin-right:0;
}
.news_cont ul li span.ic{
    color:#4352b0;
    margin-right:10px;
}
.news_cont ul li span.data{
    float:right;
}
.news_cont ul li a{
    width:100%;
    display: inline-block;

}
.news_cont ul li a:hover{
    cursor: pointer;
}
.news_cont ul li a.btn_more{
    display: block;
    width:110px;
    height:33px;
    border-left:6px solid #bf009d;
    background:#4352b0;
    font-size:14px;
    color:#fff;
    line-height:33px;
    text-align: center;
    margin:27px auto;
}
.news_cont ul li a.btn_more:hover{
    cursor: pointer;
    animation: morebtn 1s ease-out ;
    animation-delay: 0s;
}
.news_cont ul li li{
    border-bottom:1px solid #d2d2d2;
}
@keyframes morebtn {
    0%{
        transform: rotate(0deg)
    }
    20%,80% {
        transform: rotate(2deg)
    }
    40%,60% {
        transform: rotate(-4deg) 
    }
    50% {
        transform: rotate(0deg) 
    }
    100%{
        transform: rotate(0deg)
    }
}

/*adr*/
.adr{
    width:1200px;
    height:140px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    padding-top:50px;
    clear:both;
}
.adr a{
    width:585px;
    height:140px;
    display: block;
}
.adr a img{
    width:585px;
    height:140px;
}

/**/

a.abtn {
    display: block;
    height: 130px;
    width: 17px;
    overflow: hidden;
    background: url(../images/arrow3.png) no-repeat 0px 50%;
    margin-top: 40px;
}

a.aleft {
    float: left;
}

a.agrayleft {
    cursor: default;
    background-position: -34px 50%;
}

a.aright {
    float: right;
    background-position: -17px 50%;
}

a.agrayright {
    cursor: default;
    background-position: -51px 50%;
}

.scrolllist {
    width: 1200px;
    height: 264px;
    margin: 0 auto;
}

.scrolllist .imglist_w {
    width: 1150px;
    height: 264px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-left:10px;
}

.scrolllist .imglist_w ul {
    width: 20000px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.scrolllist .imglist_w li {
    width: 256px;
    float: left;
    padding: 0 10px;
    margin-right:20px;
}

.scrolllist .imglist_w li img {
    padding: 2px;
}

.scrolllist .imglist_w li a {
    color: #3366cc;
    text-decoration: none;
    float: left;
}

.scrolllist .imglist_w li a:hover img {
    filter: alpha(opacity=86);
    -moz-opacity: 0.86;
    opacity: 0.86;
}

.scrolllist .imglist_w li p {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    line-height:48px;
    font-size:18px;
    color:#000;
}


/*may6.11update*/
.tc_mb {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: black;
    opacity: 0.65;
    z-index: 9999;
    display: none;
}
.tc_500 {
    width: 500px;
    background: white;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -280px 0 0 -250px;
    z-index: 10001;
    padding: 10px 30px;
    display: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.tc_500 .closed {
    width: 30px;
    height: 30px;
    border: solid 3px white;
    line-height: 20px;
    text-align: center;
    background: #999;
    color: white;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}
.tc_500 .tc_500_head {
    width: 100%;
    float: left;
}
.tc_500 .tc_500_head h3 {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #333;
    line-height: 50px;
}
.tc_500 .tc_500_head h5 {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    opacity: 0.75;
    letter-spacing: 0.5px;
}
.tc_500 ul {
    width: 100%;
    float: left;
    padding: 22px 0 22px 0px;
}
.tc_500 ul li {
    width: 100%;
    float: left;
    margin-top: 8px;
    border: solid 1px #eee;
    padding-left: 120px;
    position: relative;
    overflow: hidden;-webkit-box-sizing: border-box;
}
.tc_500 ul li .name {
    width: 120px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 36px;
    color: #333;
    border-right: solid 1px #eee;
}
.tc_500 ul li input, .tc_500 ul li textarea, .tc_500 ul li select {
	border:0;
    background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
}
.tc_500 ul li select {
    background: url(../images/product2.png) no-repeat 96% center;
}
.tc_500 ul li input, .tc_500 ul li select, .tc_500 ul li textarea {
	border:0;
    display: block;
    float: left;
    width: 100%;
    height: 34px;
    overflow: hidden;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    line-height: 34px;
}
.tc_500 ul li.l2 {
    padding-left: 0;
}
.tc_500 ul li.l2 textarea {
	border:0;
    width: 100%;
    height: 140px;
    padding: 10px 15px;
    line-height: 22px;
}
.tc_500 ul li.l3 {
    text-align: center;
    padding-left: 0;
    border: 0;
}
.tc_500 ul li.l3 input {
    background: #2c83c5;
    color: white;
    font-size: 16px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}