@import "global.css";
/*banner*/
.banner{
    width: 100%;
    height: 690px;
    position: relative;
    float: left;
}
.banner .banner_img{
    width: 100%;
    height: 690px;
}
.banner .banner_img li{
    width: 100%;
    height: 690px;
    display: none;
}
.banner .banner_img li img{
    width: 100%;
    height: 690px;
}
.banner .banner_img .active{
    display: block;
}
.banner .num{
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    opacity: 0.9;
    text-align: center;
}
.banner .num li{
    display: inline-block; 
    cursor: pointer;
}
.banner .num li span{
    width: 15px;
    height: 15px;
    background: black;
    display: block;
    color: #fff;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
.banner .num li .active_num{
    background: #fff;
}
.banner .left,.right{
    width: 44px;
    height: 44px;
    color: #fff;
    opacity: 0.5;
    position: absolute;
    display: none;
    cursor: pointer;
}
.banner .left{
    left: 100px;
    top: 320px;
    background: url(../images/ban_left.png) no-repeat;
}
.banner .right{
    right: 100px;
    top: 320px;
    background: url(../images/ban_right.png) no-repeat;
}
/*bannert end*/
/*企业简介*/
.index_about{
    width: 100%;
    padding: 100px 0;
    background: #fff;
    float: left;
}
.index_about .img{
    width: 681px;
    height: 663px;
    float: left;
}
.index_about .img img{
    width: 681px;
    height: 663px;
}
.index_about .ab_cont{
    width: 720px;
    height:  663px;
    float: right;
}
.ac_tit{
    width: 100%;
    height: 160px;
    float: left;
    position: relative;
}
.ac_tit:before{
    content: '';
    width: 300px;
    height: 138px;
    border: 1px solid #f1f1f1;
    left: 90px;
    position: absolute;
}
.ac_tit .act_bg{
    width: 300px;
    height: 110px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 15px;
}
.ac_tit .act_bg h3{
    width: 200px;
    font-size: 45px;
    font-weight: bold;
    float: left;
}
.ac_tit .act_bg h3:after{
    content: '';
    width: 55px;
    height: 1px;
    background: #000;
    float: right;
    margin-right: -50px;
    margin-top: 33px;
}
.ac_tit .act_bg p{
    width: 100%;
    font-size: 30px;
    color: #cbcbcb;
}
.index_about .ab_cont p{
    width: 100%;
    height: 300px;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
}
.index_about .ab_cont .more{
    padding: 20px 50px;
    background: #3362d8;
    box-shadow: 0px 0px 20px #4a76e2;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    float: left;
}
/*企业简介 end*/ 
/*快速链接*/ 
.index_kuailian{
    width: 100%;
    min-height: 875px;
    float: left;
    background: #fafafa;
}
.index_kuailian .top{
    width: 100%;
    height: 500px;
    background: url(../images/kuailian_bg.png) no-repeat;
    padding-top: 145px;
}
.index_kuailian .top h3{
    width: 100%;
    font-size: 45px;
    color: #fff;
    float: left;
    font-weight: bold;
}
.index_kuailian .top h3 span{
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    opacity: 0.2;
    margin-left: 20px;
}
.index_kuailian .top p{
    width: 830px;
    margin-top: 30px;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    float: left;
}
.index_kuailian .bottom{
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: -170px;
}
.index_kuailian .bottom ul{
    width: 1500px;
}
.index_kuailian .bottom ul li{
    width: 355px;
    height: 435px;
    background: #fff;
    border-radius: 5px;
    margin-right: 20px;
    float: left;
    padding: 56px 80px;
    position: relative;
}
.index_kuailian .bottom ul li .bgbox{
    content: '';
    width: 90px;
    height: 100px;
    background: #f7f7f7;
    position: absolute;
    border-radius: 3px;
    left: 80px;
    top: 56px;
}
.index_kuailian .bottom ul li:hover .bgbox{
    background: #f3f7ff;
}
.index_kuailian .bottom ul li p{
    width: 60%;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    left: 67px;
    top: 60px;
}
.index_kuailian .bottom ul li .tb{
    width: 100%;
    position: absolute;
    top: 102px;
    left: 0;
    text-align: center;
}
.index_kuailian .bottom ul li .tb img{
    width: 64px;
    height: 64px;
    display: inline-block;
}
.index_kuailian .bottom ul li .tb p{
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: 0;
}
.index_kuailian .bottom ul li .more{
    width: 100%;
    left: 0;
    bottom: 95px;
    position: absolute;
    text-align: center;
}
.index_kuailian .bottom ul li .more a{
    padding: 20px 45px;
    font-size: 16px;
    color: #fff;
    background: #6c6c6c;
    border-radius: 3px;
    display: inline-block;
}
.index_kuailian .bottom ul li:hover .more a{
    background: #3362d8;
}
/*快速链接 end*/
/*产品中心*/
.index_product{
    width: 100%;
    background: #fff;
    padding-top: 60px;
    float: left;
}
.index_tit{
    width: 100%;
    float: left;
}
.index_tit h3{
    width: 100%;
    text-align: center;
    font-size: 45px;
    float: left;
    font-weight: bold;
}
.index_tit p{
    width: 100%;
    font-size: 30px;
    float: left;
    text-align: center;
    color: #cbcbcb;
    font-weight: 500
}
.friend{height:auto;margin:0 auto;overflow:hidden;width:100%; background: #fff; padding-top: 60px;}
.mr_frbox{width: 100%; height:595px;padding: 0px; margin-top: 50px; float: left;}
.mr_frBtnL{cursor:pointer;display:inline;float:left;height:60px;margin:260px 37px 0 37px;width:60px;}
.mr_frUl{float:left;height:auto;width:1650px;}
.mr_frBtnR{float:right;margin-top:260px;cursor:pointer;width:60px;height:60px; margin-right: 27px;}
.mr_frUl ul li{display:inline;float:left;/*height:389px;*/width:550px;overflow:hidden;position:relative;}
.mr_frUl ul li .img{
    width: 100%;
    height: 442px;
    float: left;
    overflow: hidden;
}
.mr_frUl ul li .img img{
    width: 100%;
    height: 442px;
}
.mr_frUl ul li .box{
    width: 100%;
    height: 150px;
    background: #fff;
    float: left;
    padding: 50px 0;
    text-align: center;
}
.mr_frUl ul li .box h3{
    width: 100%;
    height: 30px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    font-size: 24px;
}
.mr_frUl ul li .box p{
    width: 100%;
    height: 15px;
    overflow: hidden;
    text-align: center;
    color: #999;
}
.mr_frUl ul li:hover .li{
    left: 0;
}
.mr_frUl ul .li{
    width: 100%;
    height: 595px;
    text-align: center;
    top: 0;
    left: -550px;
    position: absolute;
    z-index: 66;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.mr_frUl ul .li .img img{
    width: 100%;
    height: 442px;
    position: relative;
}
.mr_frUl ul .li .img_zz{
    width: 100%;
    height: 442px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    text-align: center;
}
.mr_frUl ul .li .img_zz img{
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-top: 210px;
}
.mr_frUl ul .li .img_zz p{
    width: 100%;
    text-align: center;
    color: #fff;
}
.mr_frUl ul .li .box{
    width: 100%;
    height: 150px;
    background: #3362d8;
    float: left;
    padding: 50px 0;
    text-align: center;
}
.mr_frUl ul .li .box h3{
    width: 100%;
    height: 30px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}
.mr_frUl ul .li .box p{
    width: 100%;
    height: 15px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
/*产品中心 end*/
/*新闻中心*/
.index_news{
    width: 100%;
    padding: 95px 0 80px;
    background: #fbfbfb;
    float: left;
}
.index_news .inews_ul{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    float: left;
}
.index_news .inews_ul ul{
    width: 1620px;
    margin-left: -70px;
}
.index_news .inews_ul ul li{
    width: 540px;
    padding: 0px 70px;
    border-right: 1px solid #ddd;
    float: left;
    margin: 30px 0;
}
.index_news .inews_ul ul li:hover h3{
    color: #3362d8;
}
.index_news .inews_ul ul li:hover span:after{
    opacity: 0.9
}
.index_news .inews_ul ul li h3{
    width: 100%;
    height: 28px;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    float: left;
}
.index_news .inews_ul ul li p{
    width: 100%;
    height: 65px;
    font-size: 16px;
    overflow: hidden;
    margin-top: 15px;
    float: left;
    color: #666;
}
.index_news .inews_ul ul li hr{
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 25px 0;
    float: left;
}
.index_news .inews_ul ul li span{
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    overflow: hidden;
    float: left;
    color: #999;
}
.index_news .inews_ul ul li span:after{
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/news01.png) no-repeat;
    background-size: 100%;
    float: right;
}
.index_news .more{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 90px;
}
.index_news .more a{
    padding: 20px 45px;
    font-size: 16px;
    color: #fff;
    background: #3362d8;
    border-radius: 3px;
    display: inline-block;
}
.index_news .more a:hover{
    background: #6c6c6c;
}
/*新闻中心 end*/ 
/*解决方案*/ 
.index_solution{
    width: 100%;
    padding: 125px 0;
    background: #fff;
    float: left;
}
.index_solution .is_left{
    width: 460px;
    float: left;
}
.index_solution .more{
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 115px;
}
.index_solution .more a{
    padding: 20px 45px;
    font-size: 16px;
    color: #fff;
    background: #3362d8;
    border-radius: 3px;
    display: inline-block;
}
.index_solution .more a:hover{
    background: #6c6c6c;
}
.index_solution .is_right{
    float: right;
}
.index_solution .is_right ul{
    width: 1020px;
}
.index_solution .is_right ul li{
    width: 300px;
    height: 470px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 20px #f2f2f2;
    margin-left: 40px;
    float: left;
    overflow: hidden;
    position: relative;
}
.index_solution .is_right ul li .img{
    width: 100%;
    height: 335px;
    float: left;
    overflow: hidden;
}
.index_solution .is_right ul li .img img{
    width: 100%;
    height: 335px;
}
.index_solution .is_right ul li .box{
    width: 100%;
    height: 135px;
    background: #fff;
    padding: 35px;
    float: left;
}
.index_solution .is_right ul li .box h3{
    width: 100%;
    height: 28px;
    overflow: hidden;
    float: left;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    padding-left: 14px;
}
.index_solution .is_right ul li .box h3:before{
    content: '';
    width: 7px;
    height: 14px;
    background: url(../images/solution04.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 7px;
}
.index_solution .is_right ul li .box p{
    width: 100%;
    height: 20px;
    overflow: hidden;
    float: left;
    font-size: 16px;
    margin-top: 10px;
    padding-left: 14px;
}
.index_solution .is_right ul li:hover .li{
    left: 0;
}
.index_solution .is_right ul .li{
    width: 300px;
    height: 470px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 20px #f2f2f2;
    float: left;
    position: absolute;
    left: -300px;
    top: 0;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.index_solution .is_right ul .li .img{
    width: 100%;
    height: 335px;
    float: left;
    overflow: hidden;
    position: relative;
}
.index_solution .is_right ul .li .img img{
    width: 100%;
    height: 335px;
}
.index_solution .is_right ul .li .img_zz{
    width: 100%;
    height: 355px;
    background: rgba(51, 98, 216, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    text-align: center;
}
.index_solution .is_right ul .li .img_zz img{
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-top: 155px;
}
.index_solution .is_right ul .li .img_zz p{
    width: 100%;
    text-align: center;
    color: #fff;
}
.index_solution .is_right ul .li .box{
    width: 100%;
    height: 135px;
    background: #fff;
    padding: 35px;
    float: left;
}
.index_solution .is_right ul .li .box h3{
    width: 100%;
    height: 28px;
    overflow: hidden;
    float: left;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    padding-left: 14px;
}
.index_solution .is_right ul .li .box h3:before{
    content: '';
    width: 7px;
    height: 14px;
    background: url(../images/solution04.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 7px;
}
.index_solution .is_right ul .li .box p{
    width: 100%;
    height: 20px;
    overflow: hidden;
    float: left;
    font-size: 16px;
    margin-top: 10px;
    padding-left: 14px;
}
.index_solution .is_right ul .li .box p:after{
    content: '';
    width: 20px;
    height: 15px;
    background: url(../images/more.png) no-repeat;
    float: right;
}
/*解决方案 end*/ 

