*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
li{
    list-style:none;
}
html{
    font-size:14px;
    font-family:"Microsoft Yahei", "微软雅黑", arial, "Hiragino Sans GB", "宋体", Tahoma, Arial, Helvetica,"STHeiti";
    color:#666;
}
a{
    text-decoration: none;
    color:#666;
}
button{
    cursor: pointer;
}
.clearFloat:after{
    content:'';
    display:block;
    clear:both;
}
.p-title {
    font-size: 72px;
    text-align: center;
    color: #333;
    font-weight: bold;
}
/* header */
.header{
    width:100%;

    /* box-shadow:2px 2px 3px #ccc; */
}
.header-box{
    width:1200px;
    margin:0 auto;
    height:100%;
}
.logo{
    width:160px;
    float:left;
    margin-top:13px;
}
.tel{
    width:230px;
    float:right;
    margin-top:20px;
}
/* 导航 */
.header .nav-box{
    width:100%;
    background:#0068b7;
    height:50px;
}
.header .nav-box .nav-list{
    width:1000px;
    margin:0 auto;
    padding-left:40px;
    text-align: center;
    font-size: 0;
}
.header .nav-box .nav-list li{
    text-align:center;
    display: inline-block;
    position: relative;
}
.header .nav-box .nav-list li a{
    display:block;
    width:100%;
    line-height:50px;
    color:#333333;
    font-size:18px;
    padding: 0 30px;

}
.header .nav-box .nav-list li>ul {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 2;
}
.header .nav-box .nav-list li>ul>li{
    width: 100%;
}
.header .nav-box .nav-list li>ul a {
    color: #222;
    line-height: 40px;
    font-size: 20px;
    width: 100%;
}
.header .nav-box .nav-list li>ul>li{
    background: #dcdcdc;
    border-bottom: 1px solid #222;
}
.header .nav-box .nav-list li>ul>li:last-child{
    border-bottom: none;
}


.header .nav-box .nav-list li>ul a:hover{
    background: #0068b7;
    color: #fff;
}
.header .nav-box .nav-list li .navactive{
    background:#f8cb72;
    color:#222;
}
.header .nav-box .nav-list>li:hover>a {
    background:#fff;
    color:#0068b7;
}
.header .nav-box .nav-list li:hover>ul{
    display: block;
}



.menu {
    top: 0;
    left: 0;
    width: 720px;
    display: flex;
    float: left;

}
.menu * {
    box-sizing: border-box;
}
.menu .center {
    width: 1200px;
}
.menu .ul-list {
    display: flex;
    margin-top: 20px;
}
.menu .ul-list > li {
    flex: 1;
    position: relative;
}
.menu .ul-list > li:last-child {
    border-right: none;
}
.menu .ul-list > li > a {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    color: #333333;
}
.menu .ul-list > li > a:hover{
    color: #0066d6;
}
.menu .ul-list > li > span {
    color: #333333;
    font-size: 14px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
}
.menu .ul-list > li:hover .ol-list {
    display: block;
}
.menu .ol-list {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 999;
    background: #ffffff;
    width: 100%;
}
.menu .ol-list > li > a {
    font-size: 14px;
    text-decoration: none;
    color: #333333;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu .ol-list > li > a:hover {
    background: #6067fe;
    color: #ffffff;
}
.menu ul li a i {
    display: block;
    height:7px;
    width: 13px;
    background: url(../images/arr.png) no-repeat center center;
    background-size: 80% 80%;
    /*position: absolute;*/
    right: 6px;
    top: 50%;
    transition: all 0.3s ease-out;
    transform: rotate(
            0deg
    );
}

.tt1{
    float: left;width: 270px;height: 70px;border-radius: 40px;background-color: #ffffff;margin: 0px 20px;
    font-size: 22px;color: #6067fe;
    line-height: 70px;text-align: center;
}
.tt1:hover{
    background-color: #6067fe;
    color: #ffffff;
}

.btn{
    width: 160px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    color: #6067fe;
    font-size: 16px;
    border: 1px solid #6067fe;
    float: right;
}
.btn:hover{
    background-color: #6067fe;
    color: #ffffff;
}
.btnn{
    width: 160px;
    height: 40px;border-radius: 40px;
   border: 1px solid #6067fe;
    text-align: center;line-height: 40px;
    color: #6067fe;
    margin: 20px auto;
}
.btnn:hover{
    background-color: #6067fe;  color: #ffffff;
}
.ico1{
    width: 230px;
    height: 60px;
    background-image: url("../images/1.png");
    background-repeat: no-repeat;
    float: left;font-size: 20px;color: #333333;
    padding: 0px 20px;
    margin: 0 auto;
    line-height: 55px;
    background-position:40px 10px;
}
.ico1:hover{
    width: 230px;
    height: 60px;
    background-color: #6067fe;
    border-radius: 30px;
    background-image: url("../images/11.png");
    background-repeat: no-repeat;
    color: #ffffff;	line-height: 55px;
}

.ico2{
    width: 230px;
    height: 60px;
    background-image: url("../images/2.png");
    background-repeat: no-repeat;
    float: left;font-size: 20px;color: #333333;
    padding: 0px 20px;
    margin: 0 auto;
    line-height: 55px;
    background-position:40px 10px;
}
.ico2:hover{
    width: 230px;
    height: 60px;
    background-color: #6067fe;
    border-radius: 30px;
    background-image: url("../images/22.png");
    background-repeat: no-repeat;
    color: #ffffff;	line-height: 55px;
}
.ico3{
    width: 230px;
    height: 60px;
    background-image: url("../images/3.png");
    background-repeat: no-repeat;
    float: left;font-size: 20px;color: #333333;
    padding: 0px 10px;
    margin: 0 auto;
    line-height: 60px;
    background-position:40px 17px;
}
.ico3:hover{
    width: 230px;
    height: 60px;
    background-color: #6067fe;
    border-radius: 30px;
    background-image: url("../images/33.png");
    background-repeat: no-repeat;
    color: #ffffff;	line-height: 60px;
}

.ico4{
   width: 230px;
    height: 60px;
    background-image: url("../images/4.png");
    background-repeat: no-repeat;
    float: left;font-size: 20px;color: #333333;
    padding: 0px 20px;
    margin: 0 auto;
    line-height: 55px;
     background-position:40px 10px;
}
.ico4:hover{
   width: 230px;
    height: 60px;
    background-color: #6067fe;
    border-radius: 30px;
    background-image: url("../images/44.png");
    background-repeat: no-repeat;
    color: #ffffff;	line-height: 55px;
}
.ico5{
   width: 230px;
    height: 60px;
    background-image: url("../images/5.png");
    background-repeat: no-repeat;
    float: left;font-size: 20px;color: #333333;
    padding: 0px 20px;
    margin: 0 auto;
    line-height: 55px;
     background-position:40px 10px;
}
.ico5:hover{
   width: 230px;
    height: 60px;
    background-color: #6067fe;
    border-radius: 30px;
    background-image: url("../images/55.png");
    background-repeat: no-repeat;
    color: #ffffff;	line-height: 55px;
}
.ico6{
   width: 230px;
    height: 60px;
    background-image: url("../images/6.png");
    background-repeat: no-repeat;
    float: left;font-size: 20px;color: #333333;
    padding: 0px 20px;
    margin: 0 auto;
    line-height: 55px;
     background-position:40px 10px;
    margin-top: 30px;
}
.ico6:hover{
   width: 230px;
    height: 60px;
    background-color: #6067fe;
    border-radius: 30px;
    background-image: url("../images/66.png");
    background-repeat: no-repeat;
    color: #ffffff;	line-height: 55px;
}

.ico7{
   width: 230px;
    height: 60px;
    background-image: url("../images/7.png");
    background-repeat: no-repeat;
    float: left;font-size: 20px;color: #333333;
    padding: 0px 20px;
    margin: 0 auto;
    line-height: 55px;
     background-position:40px 10px;    margin-top: 30px;
}
.ico7:hover{
   width: 230px;
    height: 60px;
    background-color: #6067fe;
    border-radius: 30px;
    background-image: url("../images/77.png");
    background-repeat: no-repeat;
    color: #ffffff;	line-height: 55px;
}
.ico8{
   width: 230px;
    height: 60px;
    background-image: url("../images/8.png");
    background-repeat: no-repeat;
    float: left;font-size: 20px;color: #333333;
    padding: 0px 20px;
    margin: 0 auto;
    line-height: 55px;
     background-position:40px 10px;    margin-top: 30px;
}
.ico8:hover{
   width: 230px;
    height: 60px;
    background-color: #6067fe;
    border-radius: 30px;
    background-image: url("../images/88.png");
    background-repeat: no-repeat;
    color: #ffffff;	line-height: 55px;
}

.ico9{
   width: 230px;
    height: 60px;
    background-image: url("../images/9.png");
    background-repeat: no-repeat;
    float: left;font-size: 20px;color: #333333;
    padding: 0px 20px;
    margin: 0 auto;
    line-height: 55px;
    background-position:35px 9px;    margin-top: 30px;
}
.ico9:hover{
   width: 230px;
    height: 60px;
    background-color: #6067fe;
    border-radius: 30px;
    background-image: url("../images/99.png");
    background-repeat: no-repeat;
    color: #ffffff;	line-height: 55px;
}


.ico10{
   width: 230px;
    height: 60px;
    background-image: url("../images/10.png");
    background-repeat: no-repeat;
    float: left;font-size: 20px;color: #333333;
    padding: 0px 20px;
    margin: 0 auto;
    line-height: 55px;
    background-position:35px 15px;    margin-top: 30px;
}
.ico10:hover{
   width: 230px;
    height: 60px;
    background-color: #6067fe;
    border-radius: 30px;
    background-image: url("../images/110.png");
    background-repeat: no-repeat;
    color: #ffffff;	line-height: 55px;
}

.btt{
    width: 175px;
    height: 42px;
    border: 1px solid #6067fe;
    border-radius: 40px;
    line-height: 42px;text-align: center;
    margin-top: 20px;
    color: #6067fe;
    font-size: 16px;
}
.btt:hover{
    background-color: #6067fe;
    color: #ffffff;
}
.bg{
    background-image: url("../images/bg.jpg");
    width: 100%;
    height: 752px;
    background-repeat: no-repeat;
}
.yy{
    width: 178px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #6067fe;
    font-size: 16px;
    color: #6067fe;
    text-align: center;
    line-height: 40px;
    margin: 30px auto;
}
.yy:hover{
    background-color: #6067fe;
    color: #ffffff;
}

.set_4_button3 {
    /*font-weight: 400;*/
    text-align: center;
    padding:0 25px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    cursor: pointer;
    color:#ffffff;
    border-radius: 50px;
    width: 275px;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    margin: 40px auto;
    box-shadow: #cccccc 0px 0px 35px;

}
.set_4_button3.raised {
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    background-color: #6067fe;
}

.set_4_button33 {
    /*font-weight: 400;*/
    text-align: center;
    padding:0 25px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    cursor: pointer;
    color:#ffffff;
    border-radius: 50px;
    width: 210px;
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    /*margin-left: 660px;*/
    margin:-10px 660px;
    /*box-shadow: #cccccc 0px 0px 35px;*/

}
.set_4_button33.raised {
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    background-color: #fbb210;
    /*margin-top: -20px;*/
}

/*.icon{*/
/*    width: 13px;*/
/*    height:7px; ;*/
/*    background-image: url("../images/arr.png");*/
/*    background-repeat: no-repeat;*/
/*}*/

.anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;

}
.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}
.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;

}

.clickable .toggle:checked + .anim {
    -moz-animation: anim-in 0.75s;
    -webkit-animation: anim-in 0.75s;
    animation: anim-in 0.75s;
}
.clickable .toggle:checked + .anim:after {
    -moz-animation: anim-in-pseudo 0.75s;
    -webkit-animation: anim-in-pseudo 0.75s;
    animation: anim-in-pseudo 0.75s;
}
.clickable .toggle:not(:checked) + .anim {
    -moz-animation: anim-out 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}
.clickable .toggle:not(:checked) + .anim:after {
    -moz-animation: anim-out-pseudo 0.75s;
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}

.hoverable:hover > .anim {
    -moz-animation: anim-out 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}
.hoverable:hover > .anim:after {
    -moz-animation: anim-out-pseudo 0.75s;
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}
@-webkit-keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-ms-keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}
@-moz-keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}
@-ms-keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}
@keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}
@-webkit-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-ms-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(255, 255, 255, 0.3);
    }
    100% {
        background: transparent;
    }
}
@-moz-keyframes anim-out-pseudo {
    0% {
        background: rgba(255, 255, 255, 0.3);
    }
    100% {
        background: transparent;
    }
}
@-ms-keyframes anim-out-pseudo {
    0% {
        background: rgba(255, 255, 255, 0.3);
    }
    100% {
        background: transparent;
    }
}
@keyframes anim-out-pseudo {
    0% {
        background: rgba(255, 255, 255, 0.3);
    }
    100% {
        background: transparent;
    }
}
.fot{
    background-image: url("../images/bg1.jpg");
    width: 100%;
    height: 417px;
    background-repeat: no-repeat;
    margin-top: 20px;
}
.bottom-form-fixed{
    width:100%;
    /*background-image: url("../images/bgg.png");*/
    opacity: 1;
    position:fixed;
    left:0;
    bottom:-5px;
    z-index: 9999;
    /*margin-top: 10px;*/
}
.bottom-form-fixed .bottom-inner{
    width:100%;
    height:95px;
    margin:0 auto;
    /*padding:0 0px;*/
}
/*.bottom-form-fixed .bottom-inner .tel-img{*/
/*width:150px;*/
/*height:100%;*/
/*padding-top:20px;*/
/*float:left;*/
/*}*/
.bottom-form-fixed .bottom-inner .bottom-form-box{
    width:70%;
    /*height:100%;*/
    /*float:right;*/
    /*padding-top:30px;*/
    margin-top: -64px;
    position: relative;
    margin-left: 720px;
}
.bottom-form-fixed .bottom-inner .bottom-form-box .form{
    width:170px;
    float:left;
    /*color:#fff;*/
    /*margin-right:150px;*/
    height: 50px;
    /*margin-top: px;*/
    margin: 5px 30px;
}
.bottom-form-fixed .bottom-inner .bottom-form-box .form input{
    width:220px;
    height:50px;
    outline:none;
    border:0;
    border-radius:40px;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    -o-border-radius:40px;
    /*padding-left:10px;*/
    padding: 0px 30px;
    margin-left: -70px;
    line-height: 50px;
    margin-top: -15px;font-size: 18px;
}
.form input::placeholder{
    font-size: 18px;
    color: #828080;
    line-height: 50px;
}
/*.bottom-form-fixed .bottom-inner .bottom-form-box .fixbutton2{*/
/*    display:inline-block;*/
/*    width:167px;*/
/*    height:56px;*/
/*    color:#ffffff;*/
/*    font-weight: 600;*/
/*    margin-left: -23px;*/
/*    box-shadow:0px 0px 40px #e47845;*/
/*    -webkit-box-shadow:0px 0px 40px #e47845;*/
/*    -moz-box-shadow:0px 0px 40px #e47845;*/
/*    -o-box-shadow:0px 0px 40px #e47845;*/
/*    -ms-box-shadow:0px 0px 40px #e47845;*/
/*    border: 0;*/
/*    margin-top: -14px;*/
/*}*/
button{
    background-color: transparent;
}

.cd-top {
    display: inline-block;
    height:112px;
    width: 118px;
    position: fixed;
    bottom: 0px;
    right: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #d61010 url(../images/jiant.png) no-repeat center 50%;
    visibility: hidden;
    opacity:0.4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999999;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity:0.5;
}



/* 限时特惠 */
.form2{
    width:100%;
    position:relative;
    overflow: hidden;
    height:280px;
    background:#ffa900;
}
.formback2{
    width:1920px;
    position:absolute;
    top:0;
    left:50%;
    margin-left:-960px;
    z-index:-1;
}
.forminner2{
    width:100%;
}
.forminner2 .innerbox{
    width:1200px;
    margin:0 auto;
    padding:30px 0;
}
.forminner2 .innerbox .top{
    font-size:72px;
    text-align:center;
    font-weight:bold;
    color:#222328;
    margin-bottom:40px;
}
.forminner2 .innerbox .bottom{
    width:100%;
    margin-top:50px;
}
.forminner2 .innerbox .bottom .input2{
    width:400px;
    height:50px;
    float:left;
    margin-right:80px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    overflow: hidden;
}
.forminner2 .innerbox .bottom .input2 input{
    width:100%;
    height:100%;
    border:0;
    outline:0;
    font-size:18px;
    padding-left:20px;
}
.forminner2 .innerbox .bottom .formbtn2{
    display:block;
    width:240px;
    height:50px;
    float:right;
    background:#222328;
    font-size:24px;
    color:#fff;
    text-align:center;
    line-height:50px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

/* 底部固定 */
.bottomfixed{
    width:100%;
    height:150px;
    position:fixed;
    bottom:0;
    left:0;
    background:#f75a4e;
}
.bottominner{
    width:1200px;
    margin:0 auto;
    padding-top:20px;
    position:relative;
}
.bottomname{
    text-align:center;
    font-size:30px;
    color:#fff;
    font-weight:bold;
    margin-bottom:20px;
}
.bottomform{
    width:100%;
    padding:0 140px;
    position:relative;
}
.bottomform p{
    display:inline-block;
    width:310px;
    height:40px;
    margin-right:30px;;
}
.bottomform p input{
    width:100%;
    height:100%;
    border:none;
    outline:none;
    border-radius:5px;
    -webkit-border-radius:5px;
    padding-left:20px;
    font-size:16px;
}
.bottombtn{
    display:inline-block;
    width:180px;
    height:40px;
    position:absolute;
    top:0;
    background:#ff0;
    color:#f00;
    text-align:center;
    line-height:40px;
    font-size:24px;
    border-radius:5px;
}
.del{
    width:35px;
    height:35px;
    border-radius:50%;
    -webkit-border-radius:50%;
    border:2px solid #fff;
    text-align:center;
    line-height:26px;
    color:#fff;
    font-size:30px;
    cursor:pointer;
    position:absolute;
    right:0;
    top:30px;
}
/* 左侧问题 */
.leftfixed{
    width:170px;
    position:fixed;
    left:10px;
    top:17.5%;
    z-index:10;
    border:1px solid #fd5050;
}
.leftkf{
    width:100%;
    background:#fd5050;
    padding-top:10px;
    padding-bottom:20px
}
.leftkf img{
    display:block;
    margin:0 auto;
}
.leftkf p{
    text-align:center;
    color:#fff;
    font-size:18px;
}
.leftquestion{
    width:100%;
    background:#fff;
    padding:0 5px;
}
.leftbtn{
    display:block;
    width:100%;
    height:60px;
    font-size:16px;
    position:relative;
    border-bottom:1px solid #ccc;
    color:#222;
}
.leftbtn .lefttext{
    display:inline-block;
    margin-left:20px;
    line-height:60px;
}
.leftbtn:hover .lefttext{
    color:#023894;
}
.leftdel{
    width:25px;
    height:25px;
    border:2px solid #fff;
    border-radius:50%;
    -webkit-border-radius:50%;
    color:#fff;
    text-align:center;
    line-height:18px;
    font-size:24px;
    position:absolute;
    top:5px;
    right:5px;
    cursor:pointer;
}
/* 右侧客服 */
.rightfixed{
    width:200px;
    position:fixed;
    right:10px;
    top:18%;
    z-index:10;
}
.rightinner{
    width:100%;
    background:#fed30b;
    padding:30px 15px 5px 15px;
    border-radius:15px;
    -webkit-border-radius:15px;
    position:relative;
    padding-top:30px;
}
.righttop{
    width:70px;
    position:absolute;
    left:50%;
    top:-75px;
    margin-left:-35px;
}
.rightdel{
    width:20px;
    height:20px;
    border:2px solid #fff;
    border-radius:50%;
    -webkit-border-radius:50%;
    text-align:center;
    line-height:15px;
    position:absolute;
    right:5px;
    top:5px;
    font-size:18px;
    color:#fff;
    cursor:pointer;
}
.redbox{
    width:100%;
    background:#fd5050;
    border-radius:10px;
    -webkit-border-radius:10px;
    overflow: hidden;
}
.rightbtn{
    padding-left:20px;
    height:45px;
    border-bottom:1px solid #fff;
    line-height:45px;
    font-size:16px;
}
.rightbtn img{
    position:relative;
    top:4px;
    margin-right:20px;
}
.rightbtn  a{
    color:#fff;
}
.rightform{
    width:100%;
    border-bottom:1px solid #fff;
    padding:20px 15px 15px 15px;
}
.rightform .inputrg{
    width:140px;
    border:none;
    outline:none;
    height:35px;
    margin-bottom:10px;
    font-size:14px;
}
.rightform .inputrg input{
    width:100%;
    height:100%;
    border:none;
    outline:none;
    border-radius:5px;
    -webkit-border-radius:5px;
    padding-left:10px;
}
.rightsub{
    display:block;
    width:100%;
    height:35px;
    line-height:35px;
    text-align:center;
    background:#dc3e3e;
    border-radius:5px;
    -webkit-border-radius:5px;
    color:#fff;
}
.rightbtom{
    width:100%;
    padding:10px 15px;
}
.rightbtom img{
    display:block;
    margin:0 auto;
}
.rightbtom .getbtn{
    display:block;
    width:100%;
    height:35px;
    text-align:center;
    line-height:35px;
    color:#fff;
    background:#dc3e3e;
    border-radius:5px;
    -webkit-border-radius:5px;
    margin-top:5px;
}
.gotop{
    width:45px;
    height:45px;
    background:#feb10b;
    margin:10px auto 5px auto;
    border-radius:50%;
    -webkit-border-radius:50%;
    text-align:center;
    line-height:45px;
}
.gotop .topbtn{
    display:block;
    width:100%;
    height:1005;
    color:#fff;
}
/* footer */
.footer{
    text-align:center;
    height:80px;
    background:#100c0a;
    line-height:80px;
    color:#fff;
    font-size:20px;
}
.s2_jszgbd{
    background-image: url("../xl_images/bg.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 660px;
}
.s2_jszgbd1 {
    width: 1200px;
    height: 600px;
    border-radius: 10px;
    margin: 0 auto;
}
.la1{
    font-size: 24px;
    vertical-align:text-bottom; margin-bottom:10px; margin-bottom:-10px\9;float: left
}

.la2{
    font-size: 24px;vertical-align:text-bottom; margin-bottom:5px; margin-bottom:-5px\9;float: left
}
.la3{
    font-size: 24px;vertical-align:text-bottom; margin-bottom:5px; margin-bottom:-25px\9;float: left
}
.la4{
    font-size: 24px;vertical-align:text-bottom; margin-bottom:5px; margin-bottom:-25px\9;float: left
}
.la5{
    font-size: 24px;vertical-align:text-bottom; margin-bottom:5px; margin-bottom:-25px\9;float: left
}
.bdinput{
    width: 288px;
    height: 74px;
    float: left
}
.bdinput input{
    width: 246px;
    height: 74px;
    float: right;
    font-size: 22px;
    color: #000;
    border: 1px solid #cccccc;
    outline: none;
    padding: 0px 20px;
}
.bdinput1{
    width: 408px;
    height: 74px;
  
    float: left;
    margin: 0px 55px;
}
.bdinput1 input{
    width: 408px;
    height: 74px;
    float: right;
    font-size: 22px;
    color: #000;
    border: 1px solid #cccccc;
    outline: none;
    padding: 0px 20px;
}
.bdbtn1{
    background-color: #ffd925;
    width:227px;
    height:74px;
    border-radius: 8px;
    color: #bc0001;
    font-size: 28px;
    outline: none;
    cursor: pointer;
    border: 0px;
}