/*导航样式开始*/
.nav{
    width: 100%;
    height: 70px;
    background-color: #fff;
    z-index: 666;
    position: fixed;
    border-bottom: 1px solid #F3F1F1;
}
.warp{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.logo>a{
    float: left;
    margin-top: 13px;
}
.logo>img{
    width: 147px;
    height: 30px;
}
.nav_left{
    margin-left: 58px;
    line-height: 70px;
    float: left;
    font-size: 14px;
}
.nav_left li{
    float: left;
    margin: 0 22px;
}
.nav_left li>a{
    color: #504C4B;
}
.nav_left li>a:hover{
    color: #288CED;
}
.nav_left .ai{
    width: 70px;
    height: 68px;
    border-bottom: 3px solid #288CED;
}
.numeral{
    float: right;
    margin-top: 28px;
    margin-right: 150px;
    color: #288CED;
    font-size: 16px;
}
.phone{
    margin-right: 3px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../images/Fill 1.png") no-repeat;
}
.warp .button{
    float: right;
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin: -28px 0px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background-color: #288CED;
}
.button:hover{
    background-color: #187EE2;
}

.warp .button .arrow{
    display: inline-block;
    width: 10px;
    height: 14px;
    background: url("../images/arrow.png") no-repeat;
    background-size: cover;
    vertical-align: -2px;
}



.menu_about{
    width: 56px;
    height: 68px;
    position: relative;
}
.menu_box{
    width: 152px;
    height: 0px;
    position: absolute;
    right: -85px;
    top: 72px;
    display: none;
    /*overflow: hidden;*/
    /*transition: height .4s ease;*/
    /*z-index: 333;*/
}
.nav .menu_about:hover>.menu_box{
    display: block;
    /*height: 101px;*/


}
/*三角形*/
.menu_box_icon{
    margin-left: 30px;
    display: block;
    width: 0px;
    height: 0px;
    border-bottom: 8px solid #197afc;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
/*分割线*/
.menu_box>hr{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 2PX;
    border: none;
    background: #197afc;
}
.menu_box_group>p{
    width: 152px;
    height: 50px;
    background-color: white;
    line-height: 50px;
    border: 1px solid rgba(192, 194, 206, 0.2);
    box-shadow: 0px 1px 1px 0 rgba(192, 194, 206, 0.3);
}
.menu_box_group>p:hover{
    background-color: #f0f1f7;
}
.menu_box_group p>a{
    color: #0e1021;
}





/*导航样式结束*/
/*轮播图样式开始*/
.banner{
    min-width: 1200px;
    width: 100%;
    height: 458px;
    background-color: #203561;
}
.banner_left{
    width: 350px;
    height: 250px;
    padding-top: 125px;
}
.banner_left>h1{
    color: #ffffff;
    font-size: 42px;
    line-height: 64px;
    font-weight: 400;
    margin-top: 44px;
    float: left;
}
.banner_left>h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 64px;
    font-weight: 500;
    float: left;
}
.banner_left>p{
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    float: left;
}
.more{
    font-size: 14px;
    line-height: 42px;
    color: #ffffff;
    width: 120px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-top: 216px;
}
.warp>img{
    float: right;
    margin-top: -270px;
    margin-right: 20px;
}
/*轮播图样式结束*/
/*产品样式开始*/
.product{
    width: 100%;
    /*height: 2200px;*/
}
.product_warp{
    width: 1180px;
    margin: 0 auto;
}
.product_warp>h2{
    color: #333;
    font-size: 26px;
    padding-top: 50px;
    font-weight: 300;
}
.product_warp>p{
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    float: left;
    margin-top: 100px;
    margin-left: 100px;
}
.product_warp>img{
    margin-top: 60px;
    float: right;
    margin-right: 40px;
}
.details{
    width: 100%;
    height: 710px;
    background-color: #F7F8FA;
    margin-top: 420px;
}
.details>h2{
    color: #333;
    font-size: 26px;
    padding-top: 50px;
    font-weight: 300;
}
.details .box1>div{
    width: 250px;
    height: 117px;
    margin-top: 63px;
    margin-left: 40px;
}
.details .box1>div h3,.box2>div h3{
     color: #343447;
     font-size: 16px;
     font-weight: 500;
     text-align: left;
    margin-left: 5px;
 }
.details .box1>div p,.box2>div p{
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
    line-height: 26px;
}
.details>img{
    margin-top: -500px;
}
.box2{
    float: right;
    margin-top: -542px;
}
.box2>div{
    width: 250px;
    height: 117px;
    margin-top: 63px;
    margin-right: 40px;
}
.value{
    width: 1200px;
    margin: 0 auto;
    height: 240px;
}
.value>div{
    float: left;
    margin-right: 109px;
    width: 206px;
    height: 160px;
    margin-top: 50px;
}
.value>div:nth-child(4){
    margin-right: 0px;
}
.icon1{
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url("../images/ai/ai03.png") no-repeat;
    margin-top: 5px;
}
.value>div h4{
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}
.value>div p{
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
}
.icon2{
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url("../images/ai/ai04.png") no-repeat;
    margin-top: 5px;
}
.icon3{
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url("../images/ai/ai05.png") no-repeat;
    margin-top: 5px;
}
.icon4{
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url("../images/ai/ai06.png") no-repeat;
    margin-top: 5px;
}
.img{
    width: 652px;
    height: 488px;
    margin: 50px auto;
}











/*产品样式结束*/
/*底部导航样式开始*/
.footer{
    min-width: 1200px;
    margin-top: 100px;
    background-color: #242e42;
    width: 100%;
    /*height: 534px;*/
}
.footer_box01{
    width: 100%;
    height: 79px;
    border-bottom: 1px solid #2A3543;
}
.box01_content{
    width: 1200px;
    margin: 0 auto;
}
.box01_content ul,.box01_content ul>li{
    float: left;
}
.box01_content ul>li{
    margin-left: 130px;
    color: #ffffff;
    font-size: 13px;
    line-height: 79px;
}
.box01_content ul>li:nth-child(1){
    margin-left: 0px;
}
.footer_01{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/footer_01.png") no-repeat;
    vertical-align: -15px;
    margin-right: 10px;
}
.footer_02{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/footer_02.png") no-repeat;
    vertical-align: -15px;
    margin-right: 10px;
}
.footer_03{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/footer_03.png") no-repeat;
    vertical-align: -15px;
    margin-right: 10px;
}
.footer_04{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/footer_04.png") no-repeat;
    vertical-align: -15px;
    margin-right: 10px;
}
.footer_05{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/footer_05.png") no-repeat;
    vertical-align: -15px;
    margin-right: 10px;
}
.footer_box02{
    width: 100%;
    height: 387px;
    border-bottom: 1px solid #2A3543;
}
.box02_content{
    width: 1200px;
    margin: 0 auto;
}
.box02_content>div{
    float: left;
}
.box02_content01{
    width: 200px;
    height: 280px;
    margin-top: 50px;
}
.footer_logo,.footer_qr{
    width: 100%;
    height: 140px;
}
.footer_logo>img{
    margin-top: 20px;
}
.footer_logo>p{
    color: #ffffff;
    font-size: 13px;
    line-height: 50px;
}
.footer_qr>img{
    margin-top: -20px;
}
.footer_qr>p{
    color: #A0A5AD;
    font-size: 13px;
    line-height: 50px;
}
.box02_content02{
    width: 110px;
    height: 294px;
    margin-top: 60px;
    margin-left: 110px;
}
.box02_content02>span{
    line-height: 32px;
    font-size: 14px;
    color: #dddee2;
    float: left;
}
.box02_content02 ul{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.box02_content02 ul>li{
    text-align: left;

}
.box02_content02 li>a{
    color: #A7ABB3;
    font-size: 13px;
    line-height: 40px;
}
.box02_content02 li>a:hover{
    color: white;
}
.box02_content03{
    width: 110px;
    height: 294px;
    margin-top: 60px;
    margin-left: 110px;
}
.box02_content03>span{
    line-height: 32px;
    font-size: 14px;
    color: #dddee2;
    float: left;
}
.box02_content03 ul{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.box02_content03 ul>li{
    text-align: left;
}
.box02_content03 li>a{
    color: #A7ABB3;
    font-size: 13px;
    line-height: 40px;
}
.box02_content03 li>a:hover{
    color: white;
}
.box02_content04{
    width: 110px;
    height: 294px;
    margin-top: 60px;
    margin-left: 110px;
}
.box02_content04>span{
    line-height: 32px;
    font-size: 14px;
    color: #dddee2;
    float: left;
}
.box02_content04 ul{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.box02_content04 ul>li{
    text-align: left;
}
.box02_content04 li>a{
    color: #A7ABB3;
    font-size: 13px;
    line-height: 40px;
}
.box02_content04 li>a:hover{
    color: white;
}
.box02_content05{
    width: 200px;
    height: 294px;
    margin-top: 60px;
    margin-left: 110px;
}
.box02_content05>span{
    line-height: 32px;
    font-size: 14px;
    color: #dddee2;
    float: left;
}
.ai{
    margin-right: 10px;
    vertical-align: -12px;
    display: inline-block;
    width: 30px;
    height: 32px;
    background: url("../images/ai.png") no-repeat;
}
.box02_content05 ul{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.box02_content05 ul>li{
    text-align: left;
}
.box02_content05 li>p{
    color: #A7ABB3;
    font-size: 13px;
    line-height: 40px;
}
.box02_content05 .telShin{
    color: #288CED;
}
.footer_box03{
    width: 100%;
    height: 70px;
}
.box03_content{
    width: 1200px;
    margin: 0 auto;
}
.box03_content>p{
    color: #7C7E82;
    font-size: 13px;
    line-height: 70px;
}
.footer_bottom{
    margin-right: 5px;
    vertical-align: -5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/footer_bottom.png") no-repeat;
}
/*底部导航样式结束*/
/*悬浮按钮样式开始*/

.fixedbar {
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 8;
}

.fixedbar .wechat_box {
    width: 40px;
    height: 40px;
    background-color: #288CED;
    margin: 0 auto;
}

.fixedbar .On-line_box {
    width: 40px;
    height: 40px;
    background-color: #288CED;
    margin: 0 auto;
}

.fixedbar .top_box {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.top_box01 {
    width: 40px;
    display: none;
    background-color: #288CED;
    height: 40px;
    margin: 0 auto;
}

.wechart {
    width: 100%;
    height: 100%;
    background: url("../images/wechart.png") no-repeat center center;
    display: inline-block;
}

.On-line {
    width: 100%;
    height: 100%;
    background: url("../images/On-line.png") no-repeat center center;
    display: inline-block;
}

.top {
    width: 100%;
    height: 100%;
    background: url("../images/Top.png") no-repeat center center;
    display: inline-block;
}

.kefu_sq {
    width: 150px;
    height: 150px;
    background-color: white;
    position: absolute;
    right: 40px;
    bottom: 80px;
    display: none;
}

.wechat_box:hover>.kefu_sq {
    display: block;
}

.wechat_box:hover>.wechart {
    width: 100%;
    height: 100%;
    background: url("../images/wechart02.png") no-repeat center center;
    display: inline-block;
    cursor: pointer;
}

.On-line_box>a:hover>.On-line {
    width: 100%;
    height: 100%;
    background: url("../images/On-line02.png") no-repeat center center;
    display: inline-block;
    cursor: pointer;
}

.top_box01>a:hover>.top {
    width: 100%;
    height: 100%;
    bottom: 40px;
    background: url("../images/Top02.png") no-repeat center center;
    display: inline-block;
    cursor: pointer;
}
/*悬浮按钮样式结束*/