body{
    min-width: 1280px;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {

    font-family:"微软雅黑";
    outline: none;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
li {
    list-style: none;
}
a{
    text-decoration: none;

}
img {
    font-size: 0px;
    line-height: 0px;
    border: 0px;
}
.clear {
    clear: both;
}
.top{
    width: 1200px;
    height: 51px;
    margin: 15px auto;
    overflow: hidden;
}
.login{
    float: left;
}
.phone{
    float: right;
    margin-top: 10px;
}
.tj{
    width: 1200px;
    height: 400px;
    margin: 100px auto;
}
.tj p{
    color: #1a1a1a;
    text-align: center;
    font-size:40px ;
    font-weight: bold;
}
.tj span{
    color:#ff6749 ;
}
.tj1{
    width: 1200px;
    height: 400px;
    margin: 40px auto;
    overflow: hidden;
}
.tj1 ul li{
    width: 245px;
    height: 70px;
    border: 1px solid #cccccc;
    border-radius: 50px;
    color: #666666;
    font-size: 22px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    float: left;
    margin: 20px 25px;
}
.tj1 ul li:hover{
    width: 245px;
    height: 70px;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    background-color: #ff6749;
}
.tj1 ul li{  border: 1px solid #cccccc;}
.tj1 ul  a li {
    color: #ff6749;border: 1px solid #ff6749;
}

.tj1 ul  li:hover{
    color: #ffffff;
}
.xy{
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}
.xy ul li{
    float: left;
    margin: 30px 46px;
}
/****** button 3 *******/
.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: 20px 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-image: linear-gradient(to right, #fe974e , #ff4959);
}
.set_4_button3.raised:active {
    /*background-color: #ffffff;*/
    /*box-shadow: 0px 1px 1px #ffffff;*/
}


.set_4_button13 {
    /*font-weight: 400;*/
    text-align: center;
    padding:0 25px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    cursor: pointer;
    color:#ffffff;
    border-radius: 50px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    margin:0 auto;
    float: right;
}
.set_4_button13.raised {
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    background-image: linear-gradient(to right, #fe974e , #ff4959);
}
.set_4_button13.raised:active {
    /*background-color: #ffffff;*/
    /*box-shadow: 0px 1px 1px #ffffff;*/
}




.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;
    }
}

.bg{
    background-image: url("../images/bg.png");
    width: 100%;
    height: 496px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.bg1{
    width: 1200px;
    margin: 20px auto;
}
.bg1 ul a li{
    width: 357px;
    height: 70px;
    border: 1px solid #a3a3a2;
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
    color: #ffffff;
    font-size:22px;
    float: left;
    margin: 20px 20px;
}

.bg1 ul a li:hover{
    width: 357px;
    height: 70px;
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
    color: #ffffff;
    font-size:22px;
    float: left;
    margin: 20px 20px;
    background-color: #ff6749;
    border: 1px solid #ff6749;
}
.kc ul li{
    box-shadow: #eeeeee 0px 0px 20px;
    width: 210px;
    border-top-right-radius: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    float: left;
    margin: 20px 10px;
    height: 240px;
}
.bbtn{
    width: 135px;
    height: 40px;
    border-radius: 50px;
    margin: 22px auto;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border: 1px solid #ff6749;
    color: #ff6749
}
.bbtn:hover{
    width: 135px;
    height: 40px;
    border-radius: 50px;
    background-color: #ff6749;
    margin: 22px auto;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 20px;
}
.zt{
    width:350px ;
    height: 470px;
    background-color: #f4faff;
    border-radius: 10px;
    padding: 45px 40px;
    float: left;

}
.zt1{
    margin-top: 20px;
}
.zt1 li{
    width: 300px;
    line-height: 50px;
}
.zt1 li a{
    font-size:22px;
    color: #666666;
}
.zt1 li a:hover{
    font-size:22px;
    color: #ff6749;
}

.zl{
    width:350px ;
    height: 470px;
    background-color: #fff4f4;
    border-radius: 10px;
    padding: 45px 40px;
    float: left;
    margin-left: 75px;
}
.zl1{
    margin-top: 20px;
}
.zl1 li{
    width: 300px;
    line-height: 50px;
}
.zl1 li a{
    font-size:22px;
    color: #666666;
}
.zl1 li a:hover{
    font-size:22px;
    color: #ff6749;
}

.gh{
    width:350px ;
    height: 470px;
    background-color: #fffbec;
    border-radius: 10px;
    padding: 45px 40px;
    float: right;
}
.gh1{
    margin-top: 20px;
}
.gh1 li{
    width: 300px;
    line-height: 50px;
}
.gh1 li a{
    font-size:22px;
    color: #666666;
}
.gh1 li a:hover{
    font-size:22px;
    color: #ff6749;
}
.dz{
    background-image: url("../images/kk.png");
    width: 100%;
    height: 634px;
    background-repeat: no-repeat;

}

.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: -68px;
    position: relative;
    margin-left: 450px;
}
.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 50px;
}
.bottom-form-fixed .bottom-inner .bottom-form-box .form input{
    width:220px;
    height:50px;
    outline:none;
    border:0;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    /*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;
    background-image: url("../images/btn.png");
    background-repeat: no-repeat;
    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;
}