/*head-start*/
.head-box {
    background-color: #333;
    font-size: 14px;
}

.head-box .head {
    margin: 0 auto;
    line-height: 60px;
    height: 60px;
    box-sizing: border-box;
    width: 1200px;
    color: #909399;
    background-color: #333;
}
.head-box .head .iconloginpop_icon_qq-copy{
    position: relative;
    top: 1px;
}
.head-box .right-box {
    float: right;
}

.head-box .right-box .item {
    display: inline-block;
    margin-left: 40px;
    position: relative;
}
.head-box .wx-img1{
    position: absolute;
    top: 60px;
    left: -20px;
    display: none;
    width: 140px; height: 140px; box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);

}
.head-box .hoveimg:hover .wx-img1{
    display: block;
}
.head-box .sty1 {
    height: 20px;
    border-left: 1px solid #606266;
    vertical-align: text-top;
}

.head-box .img-sty1 {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    border-radius: 100%;
    vertical-align: baseline;
}

.head-box .item-c {
    position: relative;
}

.head-box .info {
    top: 60px;
    position: absolute;
    right: 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 24px;
    color: #666;
    display: none;

}
.head-box .js-showlogin:hover .info{
    display: block;
}

.head-box .info .list {
    height: 40px;
    line-height: 40px;
}

.head-box .icon-list {
    margin-right: 10px;
}

/*head-end*/

/*footer-start*/
.footer-box {
    background-color: #333;
    color: #909399;
}

.footer-box .footer {
    width: 1200px;
    margin: 0 auto;
    background-color: #333;
    padding: 30px 0;
}

.footer-box .content-top .item {
    display: inline-block;
    vertical-align: top;
}

.footer-box .title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 26px;
}

.footer-box .title-1 {
    margin-right: 228px;
}

.footer-box .text-c {
    text-align: center;
}

.footer-box .mr-50 {
    margin-right: 50px;
}

.footer-box .text-1 {
    margin-bottom: 10px;
}

.footer-box .mb-10 {
    margin-bottom: 10px;
}

.footer-box .fr-sty1 {
    width: 120px;
    text-align: center;
    float: right;
}

.footer-box .fr-sty1 img {
    width: 120px;
    height: 120px;
}

.footer-box .ml-72 {
    margin-left: 72px;
}

/*footer-start*/
/*search-box-start*/
.search-box {
    background-color: #fff;
    padding: 60px 0;
}

.search-box .search {
    background-color: #fff;
    margin: 0 auto;
    width: 1200px;
    text-align: center;
}

.search-box .fts-0 {
    margin-bottom: 20px;
    font-size: 0;
}

.search-box .fts-0 img {
    width: 174px;
    height: 48px;
}

.search-box .input1 {
    border: 1px solid #177EE6;
    height: 50px;
    box-sizing: border-box;
    vertical-align: top;
    width: 370px;
    font-size: 16px;
    padding-left:10px;
}

.search-box .search-btn1 {
    display: inline-block;
    width: 790px;
    height: 50px;
    font-size: 0;
}

.search-box .btn1 {
    display: inline-block;
    width: 120px;
    height: 50px;
    background-color: #177EE6;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: top;
}

.search-box .btn2 {
    display: inline-block;
    width: 160px;
    height: 50px;
    background-color: #FF9900;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    vertical-align: top;
}
.search-box .record-c{
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}
.search-box .record {
    text-align: left;
    width: 790px;
    margin-top: 5px;
    display: inline-block;
}

.search-box .record .item {
    font-size: 12px;
    color: #999;
    margin-right: 15px;
}

.search-box .ysty {
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #FF9900;
}
.search-box-prolist1{
    padding: 25px 0;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.search-box .searlist-log{
    display: inline-block;
    width: 174px;
    height: 48px;
    vertical-align: bottom;
    margin-right: 170px;
}
.search-box .searlist-log img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
/*search-box-start*/



/*wx-login-start*/
.wx-login-box .mask{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.1;
    z-index: 6;
}
.wx-login-box .content{
    width: 460px;
    height: 500px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -230px;
    margin-top: -250px;
    z-index: 8;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
.wx-login-box .content .title{
    line-height: 80px;
    text-align: center;
    display: flex;
}
.wx-login-box .content .title .item{
    color: #333;
    font-size: 18px;
    flex-grow: 1;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.wx-login-box .content .title .actb{
    color: #177EE6;
    border-bottom: 1px solid #177EE6;
}
.wx-login-box .input-list{
    position: relative;
    font-size: 0;
}
.wx-login-box .input-list input{
    width: 320px;
    height: 50px;
    border:1px solid #ddd;
    margin-top: 30px;
    padding-left: 50px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius:4px;
}
.wx-login-box .input-list .ic{
    position: absolute;
    top: 43px;
    left: 70px;
    font-size: 20px;
    color: #999;
}
.wx-login-box .login-btn1{
    width: 320px;
    height: 50px;
    border-radius:4px;
    background-color: #177EE6;
    color: #fff;
    font-size: 18px;
    border: none;
    margin-top: 40px;
    cursor: pointer;
}
.wx-login-box .input-list .mesg-input{
    width: 170px;
    margin-right: 10px;
}
.wx-login-box .btn-getm{
    width: 140px;
    height: 50px;
    background-color: #CFDAE6;
    color: #333;
    font-size: 16px;
    border: none;
    padding: 0;
    border-radius:4px;
    vertical-align: bottom;
    cursor: pointer;
}
.wx-login-box .clause-text{
    margin-top: 18px;
}
.wx-login-box .clause-text1{
    margin-top: 36px;
}
.wx-login-box .text1{
    color: #999;
}
.wx-login-box .text1{
    color: #177EE6;
}
.sign-box .content .title .sigin-title{
    color: #333;
    font-size: 22px;
}
.sign-box .content{
    padding: 0;
    width: 420px;
    height: 460px;
    margin-left: -210px;
    margin-top: -230px;
}
/*wx-login-end*/