@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
html{min-width: 1240px;}
body{margin: 0 auto;font-family: "微软雅黑";background: #f8f8f8;}
img{ cursor:pointer;border:none;}
ul,li,ol{ list-style: none;}
a,a:link { text-decoration: none; color: #000;}
a:active,a:hover { text-decoration: none;}
a:focus{ outline: none; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: inherit;
    margin: 0;
}
p{
    padding: 0;
    margin: 0;
}
input,button{
    outline: none;
}
.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-vc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

/*--index--*/
#header{
    background: #fff;

}
#header ul{
    width: 1036px;
    margin: 0 auto 0 auto;
    overflow: hidden;

}
#header ul li{

    float: left;
    position: relative;
}
#header ul .logo{
    width: 20%;
    height: 120px;
}
#header ul .logo .log{
    width: 90%;
    /* padding: 12px 0; */
    margin: 38px 0 20px 0;
}
#header ul .scroll{
    width: 60%;
    text-align: center;
}
#header ul .scroll img{
    height: 120px;
    margin: 10px 0 0 0;
}
#header ul .login{
    width: 20%;
}
#header ul .name div{
    width: 260px;
    padding: 20px 20px;
    line-height: 23px;
}
#header ul .name div h3{
    color: #ec4806;
    font-size: 19px;
    font-weight: 500;
}
#header ul .name div h5{
    color: #ec4806;
    font-size: 12px;
    font-weight: 500;
}
#header ul .login{
    float: right;
    padding: 53px 0;
}
#header ul .login img{
    width: 37px;
    float: left;
    padding: 21px 0 21px 0;
}
#header ul .login div{
    float: left;
    width: 150px;
    padding: 20px 15px;
}
#header ul .login div h3{
    color: #ec4806;
    font-size: 17px;
    font-weight: 500;
}
#header ul .login div h5{
    color: #ec4806;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
#header ul .login input{
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #4abb4a;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 5px;
}
#header ul .login #zc{
    background: #ff6600;
}
#header ul .login_in{
    text-align: right;
}
#header ul .login_in a{
    font-size: 18px;
}
#header ul .login_in #name{
    color: #323232;

}
#header ul .login_in .quit{
    color: #e95522;
}
.id{
    font-size: 18px;
    color: #000;
}
.id span{
    padding: 0 10px;
    color: #ff6600;
}
.ind_con_head{
    background: #434343;
}
.ind_con_head ul{
    width: 65%;
    margin: 0 auto;
    overflow: hidden;
}
.ind_con_head ul li{
    float: left;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    cursor: pointer;
}
.ind_con_head ul li:active,.ind_con_head ul li:focus,.ind_con_head ul li:hover{
    background: #eb4f00;
    color: #fff;
}
.ind_con_head ul li a{
    color: #fff;
}
.ind_con_head ul .active{
    background: #eb4f00;
    color: #fff;
}
.grid{
    height: 525px;
    text-align: center;
    position: relative;
}
.grid .bg1{
    width: 660px;
    margin: 95px auto;
}
.grid .text{
    position: absolute;
    top: 166px;
    width: 100%;
    font-size: 64px;
    letter-spacing: 3px;
    -webkit-transform: scaleY(1.2);
    -o-transform: scaleY(1.2);
    -moz-transform: scaleY(1.2);
    transform: scaleY(1.2);
}
.grid .text2{
    overflow: hidden;
    position: absolute;
    width: 680px;
    margin: 0 auto;
    bottom: 70px;
    left: 50%;
    margin-left: -340px;
}
.grid .text2 li{
    float: left;
    width: 135px;
    height: 135px;
    line-height: 135px;
    /*background: rgba(255, 255, 255, 0);
    border: 2px solid #7692dc;*/
    background: url("../images/semicircle.png") no-repeat;
    background-size: 100%;
    border-radius: 50%;
    font-size: 24px;
    margin: 0 15px;
}
.grid .text2 a:nth-child(1) li{
    background: #7692dc;
    color: #fff;
}
.grid .text2 li:before{
    content: "";
    width: 100px;
    height: 100px;
}
.grid2{
    height: 675px;
    background: #ecf0f1;
    position: relative;
    text-align: center;
}
.grid2 .bg2{
    position: absolute;
    width: 500px;
    right: 45px;
    bottom: 60px;
}
.grid2 h2{
    font-size: 27px;
    font-weight: 600;
}
.headline{
    padding: 50px 0 30px 0;
    line-height: 50px;
}
.headline img{
    width: 470px;
}
.grid2 p{
    width: 970px;
    margin: 0 auto;
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 40px;
}
#show ul{
    width: 950px;
    margin: 20px auto 0 auto;
    overflow: hidden;
}
#show ul li{
    width: 33.33%;
    float: left;

}
#show ul li h1{
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0;
}
#show ul li p{
    width: 75%;
    margin: 30px auto 0 auto;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}
.grid3{
    background: #fff;
}
.grid3 .bg3{
    position: absolute;
    width: 665px;
    bottom: 20px;
    left: 50%;
    margin-left: -332px;
}
.grid4{
    height: 550px;
    background: #fff;
}
#contact ul{
    width: 760px;
    margin: 0 auto;
    overflow: hidden;
}
#contact ul li{
    width: 50%;
    float: left;
}
#contact ul li .app{
    width: 245px;
}
#contact .text{
    margin: 12px 0;
}
#contact .text p{
    width: 100%;
    font-size: 21px;
    text-align: left;
    line-height: 55px;
}
#contact .text p img{
    width: 40px;
    display: inline-block;
    margin: 10px 15px 0 0;
    float: left;
}
#footer{

    background: #f8f8f8;
}
#footer .text{
    text-align: center;
    padding: 35px 0 35px 0;
}
.footer_txt{
    text-align: center;
    padding: 35px 0 35px 0;
    line-height: 25px;
}
#footer .text p a{
    font-size: 14px;
    color: #999A9A;
    padding: 0 10px;
    line-height: 20px;
}
#footer .text p{
    color: #999A9A;
    font-size: 14px;
    line-height: 25px;
}
#footer .text p span{
    padding-left: 15px;
}
.return{
    display: none;
    position: fixed;
    right: 30px;
    bottom: 50px;
}

.notice_scroll {
    height: 375px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.mm_notice_box {
    height: 375px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mm_notice_box li {
    float: left;
    width: 100%;
    position: absolute;
}

.mm_notice_box li img{
    width: 100%;
}
#ziliao2{
	display:none;
}




/*--index end--*/

/*--web-new--*/
.con{
    background: #f8f8f8;
}
.web_con{
    width: 935px;
    margin: 30px auto 0 auto;
    overflow: hidden;
}
.web_con_left{
    width: 222px;
    text-align: center;
    float: left;
}
.web_con_left1{
    background: #fff;
    font-size: 21px;
    line-height: 50px;
    border-left: 2px solid #FF6601;
    cursor: pointer;
    text-align: left;
    text-indent: 18px;
}
.web_con_left2{
    margin-top: 20px;
}
.web_con_left2 p{
    background: #fff;
    font-size: 18px;
    line-height: 50px;
    margin: 0;
    cursor: pointer;
    text-align: left;
    text-indent: 20px;
}
.web_con_left2 .active{
    border-left: 2px solid #FF6601;
    color: #ff6600;
    text-indent: 18px;
}
.web_con_left3{
    margin-top: 30px;
    border-left: none;
}
.web_con_left3 h3{
    width: 130px;
    font-size: 21px;
    border-top: 2px solid #FF6601;
}
.web_con_left4{
    background: #fff;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 20px;
 }
.web_con_left4 li{

}
.web_con_left4 li h3{
    width: 78%;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 50px;
}
.web_con_left4 li p{
    width: 90%;
    margin-left: 20px;
    overflow: hidden;
    margin-bottom: 0;
}
.web_con_left4 li p img{
    width: 45%;
    float: left;
}
.web_con_left4 li p span{
    width: 49%;
    float: left;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-left: 5px;
    font-size: 14px;
}
.web_con_right{
    float: right;
    width: 685px;
    background: #fff;

}
.web_con_right .mil img{
    width: 210px;
    float: left;
}
.web_con_right .mil{
    padding: 30px;
    overflow: hidden;
}
.web_con_right .mil .text{
    width: 380px;
    float: left;
    padding-left: 20px;
}
.web_con_right .mil .text h2{
    font-size: 25px;
}
.web_con_right .mil .text p{
    font-size: 18px;
    color: #B1B1B1;
    margin: 10px 0 0 0;
}
.web_con_right .mil .text span{
    float: right;
    font-size: 16px;
    color: #B1B1B1;
}
.web_con_right .paging{
    width: 488px;
    margin: 30px auto;
}
.web_con_right .paging a{
    border: 1px solid #ddd;
    padding: 2px 5px;
    border-radius: 3px;
    margin: 0 5px;
    font-size: 12px;
}
.web_con_right .paging .active{
    background: #999999;
    color: #fff;
}
.web_con_right .paging span{
    font-size: 12px;
}
#Front{
    display: block;
}
#message,#notice{
    display: none;
}
/*--web-new end--*/

/*--web-new-details--*/
.web_con_det{
    margin-top: 0;
}
.web_con_det .web_con_left3{
    margin-top: 0;
}
.web_con_det_head{
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    margin-left: 40px;
}
.web_con_right_det{
    text-align: left;
}
.web_con_right_det .headline{
    padding: 0;
    line-height: 1;
    text-align: center;
}
.web_con_right_det .headline h3{
    font-size: 21px;
    color: #ff6600;
    padding: 35px 0 0 0;
}
.web_con_right_det .headline p{
    padding: 10px 0;
}
.web_con_right_det .headline p .read{
    padding-left: 20px;
}
.web_con_right_det .text{
    padding: 0 25px 150px 25px;
}
.web_con_right_det .text p{
    font-size: 16px;
    text-indent: 2em;
    text-align: left;
    line-height: 25px;
}
.web_con_right_det .text h3{
    font-size: 19px;
    padding-top: 10px;
    color: #679406;
}
.web_con_right_det .text img{
    width: 630px;
    padding: 10px 0 30px 0;
}
.alert_{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
}
.alert{
    width: 400px;
    height: 252px;
    background: #ff6600;
    position: fixed;
    padding: 0;
}
.alert h3{
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.alert div{
    width: 396px;
    height: 209px;
    margin: 0 auto;
    background: #fff;
}
.alert div h4 {
    width: 80%;
    margin: 0 auto;
    margin-top: 0;
    color: inherit;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}
.alert div .text{
    width: 80%;
    height: 148px;
    margin: 20px auto 0 auto;
    text-align: center;
    line-height: 25px;
}
.alert div .text p{
    font-size: 15px;
}
.alert div .text p span{
    color: #ff6600;
    padding: 0 3px;
}
.alert div .text .anniu{
    width: 250px;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}
.alert div .text .anniu #zhuan{
    width: 108px;
    height: 42px;
    border: none;
    background: #ff6600;
    color: #fff;
    font-size: 14px;
    float: left;
}
.alert div .text .anniu #return{
    width: 108px;
    height: 42px;
    border: none;
    background: #80bf20;
    color: #fff;
    font-size: 14px;
    float: right;
}
.alert div .text .last_p {
    font-size: 12px;
    color: #999;
}
/*--web-new-details end--*/

/*--Dress custom--*/
.web_con_right .mil .Dress_text span{
    float: right;
    font-size: 16px;
    color: #65b56a;
    margin-top: 15px;
}
.Dress_con_right .mil{
    padding: 30px;
    padding-bottom: 20px;
    overflow: hidden;
}
/*--Dress custom end--*/

/*--login--*/
.login_header{
    border-bottom: 1px solid #ddd;
    background: #fff;
}
#header ul .login_name div {
    width: 260px;
    padding: 50px 0 50px 45px;
    line-height: 23px;
}
#header ul .login_name div h3 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
}
#index .login{
	    margin: 30px 0;
}
#header ul .login_login {
    float: right;
    padding: 0;
}
#header ul .login_login img {
    width: 37px;
    float: left;
    padding: 24px 0 0 0;
}
#header ul .login_login div {
    float: left;
    width: 150px;
    padding: 24px 0 0 20px;
}
#header ul .login_login div h3 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
}
.login_con ul{
    width: 65%;
    margin: 70px auto;
    overflow: hidden;
}
.login_con ul li{
    width: 50%;
    float: left;
}
.login_con ul li .left{
    margin-top: 35px;
    width: 460px;
}
.login_con ul li .right{
    width: 342px;

    float: right;
    text-align: center;
    border: 2px solid #ddd;
}
.login_con ul li .right h2{
    font-size: 23px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    color: #ff6600;
    font-weight: 600;
}
.login_con ul li .right form{
    width: 295px;
    margin: 0 auto;
    text-align: left;
}
.login_con ul li .right form input{
    width: 290px;
    height: 40px;
    margin-top: 23px;
}
.login_con ul li .right form .user{
    background: url("../images/user.png") -1px -1px no-repeat;
    background-size: 42px;
    text-indent: 50px;
    font-size: 16px;
    border: 1px solid #ddd;
}
.login_con ul li .right form .lock{
    background: url("../images/lock.png") -1px -1px no-repeat;
    background-size: 42px;
    text-indent: 50px;
    font-size: 16px;
    border: 1px solid #ddd;
}
.login_con ul li .right form label{
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    float: left;
}
.login_con ul li .right form label input{
    width: 14px;
    height: 14px;
    margin-top: 0;
    float: left;
}
.login_con ul li .right form label span{
    line-height: 1;
    float: left;
    color: #9e9e9e;
    font-size: 14px;
    padding-left: 5px;
}
.login_con ul li .right form .wjmm{
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 500;
    float: right;
    margin-top: 17px;
}
.login_con ul li .right form #login{
    margin-top: 0;
    background: #ff6600;
    border: none;
    font-size: 18px;
    color: #fff;
    letter-spacing: 15px;
    margin-bottom: 20px;
}
.login_con ul li .right .zhuce{
    width: 290px;
    margin: 0 auto;
    text-align: right;
}
.login_con ul li .right .zhuce a{
    font-size: 16px;
    color: #ff6600;
    line-height: 50px;
}
.login_con ul li .right .zhuce a img{
    width: 16px;
    margin-top: 16px;
    margin-left: 10px;
    float: right;
}
/*--login end--*/

/*--register--*/
.refg_con form{
    width: 655px;
    margin: 60px auto;
    border: 2px solid #ddd;
    text-align: center;
    padding-bottom: 50px;
}
.refg_con form h3{
    font-size: 23px;
    width: 545px;
    text-align: center;
    margin: 0 auto;
    line-height: 70px;
    color: #ff6600;
    border-bottom: 1px solid #ddd;
}
.refg_con form div{
    /* width: 420px; */
    margin: 0 auto;
    text-align: right;
    margin-top: 20px;
    margin-right: 160px;
        overflow: hidden;
}
.refg_con form div span{
    font-size: 15px;
}
.refg_con form div input{
    width: 300px;
    height: 30px;
    border: 1px solid #ddd;
    text-indent: 1em;
}
.refg_con form div .yzm{
    width: 180px;
  
    background: #fff;
    
    border-radius: 3px;
    margin-right: 12px;
}
.refg_con form label{
    color: #919191;
    font-size: 13px;
    margin: 20px 0 0 0;
    margin-left: 193px;
    overflow: hidden;
    display: block;
}
.refg_con form label input{
    float: left;
    margin-top: 5px;
}
.refg_con form label span{
    margin-top: 1px;
    float: left;
}
.refg_con form label a{
    float: left;
    font-size: 13px;
    margin-top: 1px;
    color: #2d527f;
}
.refg_con form #zc{
    text-align: center;
}
.refg_con form #zc input{
    width: 100px;
    height: 35px;
    background: #ff6600;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    text-indent: 0;
    margin-right: 5px;
}
div#huoquyzm {
    width: 110px;
    float: right;
    height: 30px;
    color: #fff;
    background: #ff6600;
    border: none;
    border-radius: 3px;
    margin: 0;
    text-align: center;
    line-height: 30px;
    cursor:pointer;
}
/*--register end--*/

/*--pay--*/
.pay_con_{
    background: #f8f8f8;
}
.pay_con{
    width: 65%;
    margin: 0 auto;
    background: #fff;
}
.pay_con .head{
    overflow: hidden;
    padding: 15px 15px 2px 30px;
    border-bottom: 1px dashed #ddd;
    margin: 0 15px;
}
.pay_con .head h3{
    width: 50%;
    float: left;
    text-align: left;
    font-size: 16px;
}
.pay_con .head .money{
    text-indent: 95px;
}
.pay_con .head .money span{
    color: #ff6600;
    font-size: 18px;
    line-height: 1;
}
.yinhang ul{
    width: 760px;
    margin: 0 0 0 30px;
    overflow: hidden;
}
.yinhang ul li{
    width: 125px;
    height: 45px;
    float: left;
    border: 2px solid #ddd;
    margin: 20px 22px 0;
    border-radius: 5px;
    text-align: center;
}
.yinhang ul .active{
    border: 2px solid #ff6600;
}
.yinhang ul li img{

}
.yinhang #zf{
    width: 125px;
    height: 35px;
    border-radius: 5px;
    background: #f4af0b;
    border: none;
    color: #fff;
    margin: 20px 0 0 52px;
    font-size: 16px;
}
.pay_con .text{
    background: #f3f3f3;
    margin-top: 20px;
}
.pay_con .text ul{
    width: 85%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 65px 10px 25px;
    border-top: 2px dashed #ddd;
    border-bottom: 2px dashed #ddd;
}
.pay_con .text ul li{
    list-style: disc;
}
.pay_con .footer .text{
    margin-top: 0;
    background: #fff;
    font-size: 14px;
    padding: 20px 0;
}
/*--pay end--*/

/*--修改密码成功--*/
.xiugai div{
    width: 65%;
    margin: 120px auto;
    text-align: center;
}
.xiugai div p{
    font-size: 21px;
    line-height: 3;
}
.xiugai div input{
    background: #ff6600;
    width: 140px;
    line-height: 30px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}
/*--修改密码成功 end--*/

