@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);
    }
}



#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;}

.part-tag{
    margin:0 auto;
    width:100%;
    height:345px;
    background:url("../img/part-tag.jpg") no-repeat center;
}
.part .title{
    padding:60px 0 80px;
    background:url("../img/title-bg.png") no-repeat center 128px;
}
.part .title h2{
    font-size:40px;
    line-height:40px;
    text-align:center;
}
.p1{
    width:100%;
    height:1616px;
    background:url("../img/p1-bg.jpg") no-repeat center;
}
.p1 .table{
    margin:0 auto;
    width:1118px;
    height:1421px;
    overflow:hidden;
    background:url("../img/table.png") no-repeat center;
}
.p1 .table table{
    margin-top:267px;
    margin-left:57px;
    width:1004px;
}
.p1 .table table tr{
    background:url("../img/p1-line.jpg") no-repeat 106px bottom;
}
.p1 .table table td{
    font-size:18px;
    line-height:50px;
    height:50px;
    text-align:center;
    position:relative;
}
.p1 .table table td.dian span{
    bottom:-2px;
    left:50%;
    margin-left:-12.5px;
    width:25px;
    height:5px;
    position:absolute;
    background:url("../img/p1-dian.png") no-repeat center;
    transition:0.4s;
}
.p1 .table table td.hot{
    background:url("../img/hot.jpg") no-repeat 163px center;
}
.p1 .table table td a{
    margin:0 auto;
    width:118px;
    height:28px;
    font-size:18px;
    line-height:28px;
    text-align:left;
    text-indent:14px;
    color:#232327;
    display:block;
    background:url("../img/p1-jt.png") no-repeat 91px center;
    border:1px solid #6e6e6e;
    border-radius:14px;
    transition:0.4s;
}
.p1 .table table tr:hover .dian span{
    background:url("../img/p1-dian-act.png") no-repeat center;
    transition:0.4s;
}
.p1 .table table tr:hover td a{
    color:#ffffff;
    background:url("../img/p1-jt-act.png") no-repeat 91px center #6066f2;
    transition:0.4s;
}
.p2 ul li{
    margin-bottom:30px;
    margin-right:28px;
    float:left;
    width:224px;
    height:136px;
    overflow:hidden;
    position:relative;
}
.p2 ul li img{
    width:224px;
    height:136px;
    display:block;
}
.p2 ul li p{
    bottom:0;
    left:0;
    width:224px;
    height:38px;
    color:#ffffff;
    font-size:16px;
    line-height:38px;
    text-align:center;
    position:absolute;
    background:#4d50a9;
    background:rgba(77,80,196,0.65);
}


.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;
}


















