@charset "utf-8";
/* CSS Document */
/* common */
body,div,h1,h2,h3,h4,h5,h6,dl,dd,dt,p,a,form,select,input,ul,ol,li{margin:0; padding:0; text-indent:0; font-weight:normal;font-size:14px; font-family:'Microsoft YaHei', sans-serif;color:#0b1c3d;}
ul,ol{list-style:none; text-indent:0; list-style-position:outside;}
img{border:0;display:block;}
b{font-weight:normal}
/* link : style */
a{text-decoration:none;}
a:hover{text-decoration:none;}
/*clear*/
.clearfix:before,
.clearfix:after {  content: " ";  display: table;  }
.clearfix:after {  clear: both;  }
.fl{float:left;}
.fr{float:right;}

.wrap{
    margin:0 auto;
    width:100%;
    max-width:1920px;
    min-width:1024px;
    overflow:hidden;
}
.main{
    margin:0 auto;
    width:1024px;
}
.banner{
    width:100%;
    height:640px;
    overflow:hidden;
    position:relative;
}
.banner .img1{
    width:100%;
    height:640px;
    display:block;
    background:url(../img/banner.jpg) no-repeat center;
}
.pagination {
    bottom:260px;
    width:100%;
    z-index:99999;
    text-align:center;
    position:absolute;
}
.swiper-pagination-switch {
    margin:0 5px;
    width:25px;
    height:5px;
    opacity:0.8;
    cursor:pointer;
    display:inline-block;
    background:#fff;
}
.swiper-active-switch {
    background:#27ffa6;
}
.banner .liuy{
    left:50%;
    top:90px;
    margin-left:-637.5px;
    width:1275px;
    z-index: 999;
    position:absolute;
    animation: totop2 3s linear infinite;
}
@keyframes totop2{
    0%{top:80px;} 50%{top:100px;} 100%{top:80px;}
}
.ly_bg{
    left:102px;
    width:348px;
    height:484px;
    position:absolute;
    background:url(../img/ly.png) no-repeat;
}
.ly_bg form{
    margin:158px auto;
    width:233px;
}
.in_bg{
    margin-bottom:12px;
    width:100%;
    height:54px;
    position:relative;
    background: url(../img/input1.png) no-repeat;
    border:none;
}
.in_bg input{
    top:1px;
    right:10px;
    width:158px;
    height:44px;
    border:none;
    position:absolute;
    background:none;
    border-radius:30px;
}
.in_bg2{
    background: url(../img/input2.png) no-repeat;
}
.in_bg3{
    background: url(../img/input3.png) no-repeat;
}
#phoneCodee{
    right:78px;
    width:90px;
}
.in_bg3 p{
    right:16px;
    width:90px;
    font-size:14px;
    line-height:46px;
    color:#2b2c38;
    cursor:pointer;
    position:absolute;
}
#submsgg{
    margin:20px auto;
    width:135px;
    height:36px;
    display:block;
    cursor:pointer;
    background:url(../img/ly_btn.png) no-repeat;
    border:none;
}
.nav{position: absolute;width: 876px;left: 50%;margin-left: -438px;top: 24px;z-index: 999;}
.nav h1{width: 114px;height: 34px;}
.nav h1 a{width: 100%;height: 100%;background: url(../img/logo.png) no-repeat;display: block;text-indent: -99em;}
.nav .con{height: 34px;border-left: 1px solid #fff;margin-left: 12px;padding-left: 12px;}
.nav .con p{font-size: 14px;color: #fff;text-align: left;margin-top: -3px;}
.nav ul{font-size: 16px;margin-left: 34px;}
.nav ul a{color: #fff;line-height: 34px;display: block;width: 100%;height: 100%;position: relative;}
.nav ul a span{height: 2px;background: #ffa619;width: 0%;position: absolute;left: 0;bottom: -4px;transition: 0.6s;}
.nav ul li{margin-right: 50px;}
.nav ul li.last{margin-right: -20px;}
.nav ul a:hover span{width: 100%;transition:.6s;}
.sub_nav{
    position:absolute;
    top: 80px;
    left: 0;
    right:0;
    background: rgba(96,102,242,0.96);
    background: #fff \9;
    filter:alpha(opacity=50);
    -ms-filter:alpha(opacity=50);
    text-align: center;
    height: 40px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);

    z-index: 99999999999;
}
.sub_nav_ul{
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.sub_nav_ul li{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    float: left;
}
.sub_nav_ul li a{
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.sub_nav_ul li.last a{
    border-right:none;
}
.sub_nav_ul li a:hover{
    background: #fff;
    color: #0195bf;
    border-right:none;
    margin-left: -1px;
}
.nav li a {
    font-size: 16px;
}
.nav em{
    position: absolute;
    right: -12px;
    top: 10px;
    font-size: 14px;
    cursor: pointer;
}
.nav em img{
    animation:nav_img 1s infinite;
    transform: translateY(-8px);
}

@-webkit-keyframes nav_img {
    0%{
        opacity: 0;
        transform: translateY(0px);
    }
    50%{
        opacity: 1;
        transform: translateY(4px);
    }
    100%{
        opacity: 0;
        transform: translateY(-8px);
    }
}
@-moz-keyframes nav_img {
    0%{
        opacity: 0;
        transform: translateY(0px);
    }
    50%{
        opacity: 1;
        transform: translateY(4px);
    }
    100%{
        opacity: 0;
        transform: translateY(-8px);
    }
}
@-o-keyframes nav_img {
    0%{
        opacity: 0;
        transform: translateY(0px);
    }
    50%{
        opacity: 1;
        transform: translateY(4px);
    }
    100%{
        opacity: 0;
        transform: translateY(-8px);
    }
}
@keyframes nav_img {
    0%{
        opacity: 0;
        transform: translateY(0px);
    }
    50%{
        opacity: 1;
        transform: translateY(4px);
    }
    100%{
        opacity: 0;
        transform: translateY(-8px);
    }
}
.p1{
    background:url("../img/p1-bg.jpg") no-repeat center 185px;
}
.p1 .menu-box{
    margin-left:85px;
    width:956px;
    height:154px;
    position:relative;
    background:url("../img/menu-box.jpg") no-repeat center;
}
.p1 .menu-box img{
    left:-137px;
    top:8px;
    width:235px;
    height:133px;
    display:block;
    position:absolute;
}
.p1 .menu-box ul{
    margin-top:36px;
    margin-left:119px;
    float:left;
    width:780px;
}
.p1 .menu-box ul li{
    margin-right:23px;
    margin-bottom:20px;
    float:left;
    width:102px;
    height:29px;
    cursor:pointer;
    color:#ffffff;
    line-height:29px;
    text-align:center;
    border:1px solid #ffffff;
    border-radius:14px;
}
.p1 .menu-box ul li.act{
    margin-right:23px;
    margin-bottom:20px;
    float:left;
    width:102px;
    height:29px;
    cursor:pointer;
    color:#ffffff;
    line-height:29px;
    text-align:center;
    border:1px solid #ffffff;
    border-radius:14px;
}



.title{
    padding:60px 0 90px;
    background:url("../img/title-bg.png") no-repeat center 127px;
}
.title h2{
    font-size:40px;
    line-height:40px;
    text-align:center;
}
.p1 ul.vedio-btn{
    margin-top:70px;
    width:1100px;
}
.p1 ul.vedio-btn li{
    margin-right:46px;
    margin-bottom:40px;
    float:left;
    width:311px;
    height:213px;
    cursor:pointer;
}
.part .btn{
    margin:20px auto 0;
    width:198px;
    height:46px;
    line-height:46px;
    color:#6066f2;
    display:block;
    font-size:22px;
    text-align:center;
    overflow:hidden;
    border:1px solid #6066f2;
    border-radius:24px;
}


.p9{width:100%;background:#f3f3f3;text-align:center}
.p9 img{  margin:0 auto;  }
.p9 h2{font-size:40px;margin-bottom: 30px;}
.p9 .txt{font-size:18px;color:#9b9b9b;margin:10px auto 60px;}
.p9{background:#fff;padding-top: 60px;padding-bottom: 32px;}
.p9 ul{width:1074px;margin:90px auto 0;}
.p9 ul li{height:338px;width:230px;box-shadow:0px 0px 80px 7px rgba(129,129,129,0.2);border-bottom:2px solid #ffa619;position:relative;margin-right: 50px;margin-bottom:50px;}
.p9 ul li img.max{margin: 20px 0 20px -20px;text-align: left;display: block;}
.p9 ul li p{font-size: 20px;color: #6066f2;margin-top: 20px;}
.p9 ul li h3{width:198px;height: 340px;position: absolute;left:-20px;top: 0;background: #6066f2;padding: 0 26px;font-weight: normal;transform: scale(0);transition: 0.45s;filter:alpha(opacity=0);}
.p9 ul li h3 img{margin-top: 26px;}
.p9 ul li h3 .two{margin-top: 16px;}
.p9 ul li h3 p{color: #fff;font-size: 16px;text-align: left;line-height: 32px;margin-top: 10px;}
.p9 ul li h3 span{font-size: 20px;}
.p9 ul li:hover h3{transform: scale(1); transition: 0.45s;filter:alpha(opacity=100);}
#more{width: 198px;height: 46px;border-radius: 30px;margin: 0px auto 30px;font-size: 22px;color: #6066f2;line-height: 46px;border: 1px solid #6066f2;cursor: pointer;transition: 0.6s;}
#more:hover{background: #6066f2;color: #fff;transition: 0.6s;}
.p9 .play{display: none;}
#marr1{margin-right: -1px;}



#ly{width: 100%;height: 80px;background: #121d33;position: fixed;bottom: 0;left: 0;z-index: 999;display: none;}
#ly .con{width: 1024px;height: 100%; margin: 0 auto;position: relative;}
#ly .con .str{position: absolute;left: -280px;bottom: 0;}
#ly .con .shape1{position: absolute;right: 354px;top: -20px;}
#ly .con .shape2{position: absolute;right: 80px;bottom: 26px;}
#ly .message{width: 784px;position: absolute;right: 106px;top: 24px;}
#ly form .bor{width: 146px;height: 38px;border: 1px solid #5a61ff;margin-right: 12px;}
.bor img{margin: 6px 8px 0 10px;}
.bor input{width: 108px;height: 38px;border: none;font-size: 16px;background: none;color: #fff;}
#phoneCode{width: 80px;}
#getcode{width: 96px;border-left: 1px solid #757bff;height: 28px;color: #757bff;line-height: 28px;padding-left: 4px;margin-top: 4px;cursor: pointer;}
#ly form .borw{width: 220px;}
#ly form .borw2{width: 132px;}
#ly form .borw2 input{width:94px}
#ly form .bor .mart{margin-top: 7px;}
#submsg{background: url(../img/msg4.png) no-repeat;width: 148px;height: 40px;border: none;cursor: pointer;}

.vedio{
    top:50%;
    left:50%;
    margin-left:-450px;
    margin-top:-250px;
    width:900px;
    height:500px;
    z-index:9999;
    position:fixed;
    display:none;
    background:#000000;
}
.vedio embed{
    width:900px;
    height:500px;
    display:none;
}
.vedio embed.act{
    display:block;
}
.vedio .close{
    top:15px;
    right:15px;
    font-size:20px;
    line-height:20px;
    color:#ffffff;
    cursor:pointer;
    position:absolute;
}


.footer {
    padding: 30px 0 100px;
    width: 100%;
    background: #191919;
}
.footer p {
    color: #999999;
    line-height: 30px;
    text-align: center;
}
.footer p span {
    margin-left: 26px;
}










