*{
    margin:0;
    padding: 0;
    list-style: none;
    font-family: "å¾®è½¯é›…é»‘",'Microsoft Yahei';
}
body{
    background:#fff;
    color:#333;
}

.title{
    margin-bottom: -50px;
    margin-top: 40px;
    color: #4b4848;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.search{
    width: 100%;
    border-radius: 10px;
    margin:0 auto;
    margin-top:80px;

}
.search input{
    width: 80%;
    height: 13vw;
    font-size: 4vw!important;
    border: 2px solid #3a3a3a;
    margin: 0 auto;
    display: block;
    border-radius: 10vw;
    box-shadow: 0px 3px 10px #bdbdbd;
    padding-left: 11vw;
    box-sizing: border-box;
    outline: none;
    color: #929292;
}
h1{
    margin-top:100px;
    text-align: center;
    font-size: 70px;
    margin-bottom: 30px;
    color: #4b4848;
}
.cate{
    width: 90%;
    margin:0 auto;
    display:flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    padding-left: 2%;
}
.cate li{
    width: 23%;
    float: left;
    height: 60px;
    border: 1px solid black;
    border-radius: 10vw;
    line-height: 60px;
    font-size: 40px;
    text-align: center;
    margin-bottom: 5%;
    margin-right: 2%;
    box-sizing: border-box;
}
.cate li:hover{
    background-image: -moz-linear-gradient( 90deg, rgb(255,42,42) 0%, rgb(247,146,63) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,42,42) 0%, rgb(247,146,63) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,42,42) 0%, rgb(247,146,63) 100%);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.35);

}
.cate li:hover a{
    color: white;
}
.cate li a{
    color:#444;
}
.relation{
    position: relative;
}
.absolute{
    position: absolute;
}

.inputbtn{
    background:url( "/public/static/images/search.png") no-repeat;
    background-size:  100% 100%;
    position: absolute;
    top: 16%;
    left: 13%;
    height: 9vw;
    width: 8vw;
    border: none;
    outline: none;
}
@media screen and (max-width:414px){
    h1 {
        margin: 30px auto;
        text-align: center;
        font-size: 26px;
    }
    .cate li {
        height: 35px;
        border-radius: 10vw;
        line-height: 35px;
        font-size: 16px;
    }
}
@media screen and (max-width: 375px){
    h1 {
        margin: 20px auto;
        text-align: center;
        font-size: 20px;
    }
    .cate li {
        height: 30px;
        border-radius: 10vw;
        line-height: 30px;
        font-size: 16px;
    }
}


.logoBox{
    text-align:center;
    margin:6% auto 4%;
}
.logoBox img{
    margin-height:80px;
    max-width: 180px;
}
.logoBox p{
    font-size:18px;
    letter-spacing: 3px;
    color:#666;
}
h2{
    font-size:16px;
    width:60%;
    line-height: 38px;
    text-align:center;
    color:#139DE8;
    border-bottom:3px solid #139DE8;
}
.form_item{
    width:100%;
    height:46px;
    background:rgba(0,0,0,.03);
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    margin-bottom:20px;
    position: relative;
}
.form_item input{
    width:60%;
    height:100%;
    border:none;
    background:none;
    padding-left:50px;
    outline: none;
}
.form_item .telInput{
    background:url(../images/phone.png) 20px center no-repeat;
    background-size:24px 24px;
}
.form_item .ymInput{
    background:url(../images/ym.png) 20px center no-repeat;
    background-size:24px 24px;
}
.form_item .error{
    font-size:13px;
    padding:0px 15px;

}
.form_item .sendemail{
    width:30%;
    padding:0px 10px;
    background:#139DE8;
    border:none;
    color:#fff;
    position: absolute;
    right:0;
    top:0;
    height:47px;
    -webkit-appearance: none;
}
.submitBtns{
    width:70%;
    background:#139DE8;
    border:none;
    color:#fff;
    margin:0 auto;
    height:40px;
    border-radius: 4px;
}
.btn{
    text-align: center;
}
.tips{
    font-size:14px;
    color:#139DE8;
    padding:20px;
    display: inline
    margin-top:15px;
}
/*å¯®åœ­ç¥*/
.forget-pwd-pop, .forget-pwd-pop2{
    position: relative;
    display: none;
}
.forget-pwd-pop .forget-pwd-mask, .forget-pwd-pop2 .forget-pwd-mask{
    position: fixed;
    width:100%;
    height:100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
}
.forget-pwd-pop .forget-pwd-content, .forget-pwd-pop2 .forget-pwd-content {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 230px;
    height: 265px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.login-container .forget-pwd-pop .forget-pwd-content .forget-pwd-title, .login-container .forget-pwd-pop2 .forget-pwd-content .forget-pwd-title {
   padding:20px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #0099E8;
    letter-spacing: 5px;
 }
 .forget-pwd-pop .forget-pwd-content .txt, .forget-pwd-pop2 .forget-pwd-content .txt {
    padding:0 10px 10px;
    line-height: 21px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #2b343a;
 }
 .forget-pwd-pop .forget-pwd-content strong, .forget-pwd-pop2 .forget-pwd-content strong{
     color:#139DE8;
 }
 .forget-pwd-pop .forget-pwd-content .ok, .forget-pwd-pop2 .forget-pwd-content .ok2{
      border-top:1px solid #ddd;
      padding:8px 0;
      text-align: center;
      color:#139DE8;
      font-size:14px;
  }
/*å¯®åœ­ç¥*/
.forget-pwd-pop3{
    position: relative;
    display: none;
}
.forget-pwd-pop3 .forget-pwd-mask{
    position: fixed;
    width:100%;
    height:100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
}
.forget-pwd-pop3 .forget-pwd-content {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 230px;
    height: 295px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.login-container .forget-pwd-pop3 .forget-pwd-content .forget-pwd-title {
   padding:20px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #0099E8;
    letter-spacing: 5px;
 }
 .forget-pwd-pop3 .forget-pwd-content .txt {
    padding:0 10px 10px;
    line-height: 21px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #2b343a;
 }
 .forget-pwd-pop3 .forget-pwd-content strong{
     color:#139DE8;
 }
 .forget-pwd-pop3 .forget-pwd-content .ok3{
    clear:both;
      border-top:1px solid #ddd;
      padding:8px 0;
      text-align: center;
      color:#139DE8;
      font-size:14px;
  }
  .forget-pwd-pop3 .forget-pwd-content .ok4{
    clear:both;
      border-top:1px solid #ddd;
      padding:8px 0;
      text-align: center;
      color:#139DE8;
      font-size:14px;
  }
  .forget-pwd-pop3 .yzmp {text-align:center;width:200px;margin:0px auto;padding-top:15px;}
  .forget-pwd-pop3 .yzmp img {float:right;width:120px;height:40px;}
  .forget-pwd-pop3 .yzmp input {float:left;width:70px;height:38px;line-height:38px;font-size:20px;text-align:center;border:#666666 1px solid;}
  .forget-pwd-pop3 .yzmperror {line-height:26px;font-size:14px;clear:both;height:28px;padding-left:10px;}
 /*end*/

 .asyzm {}


  .open-login-section{
      text-align: center;
  }
  .open-login-section .open-login-container {
        width: 100%;
        position: absolute;
        bottom: 10px;
        z-index: -1;
    }
    .open-login-section .open-login-container p{
        font-size:11px;
    }
    .open-login-option-bar{
        padding-top:5px;
        display: none;
    }

    /* iphone4 */
    
    @media screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2){
        .logoBox img{
                max-width: 130px;
                height:50px;
            }
            .form_item{
                margin-bottom:22px;
                height:40px;
            }
            .form_item .error{
                padding:3px 10px;
            }
            .logoBox p{
                font-size:16px;
            }
            .form_item .sendemail{
                width:40%;
                height:40px;
            }

    }

    /* iphone5 */

    @media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2){
            .logoBox img{
                max-width: 130px;
                height:50px;
            }
            .form_item{
                margin-bottom:22px;
                height:40px;
            }
            .form_item .error{
                padding:3px 10px;
            }
            .logoBox p{
                font-size:16px;
            }
            .form_item .sendemail{
                width:40%;
                height:40px;
            }
            #admin_cont img{width:100px;}

    }

#main{margin-top:100px;max-width: 1920px;}

#main img{width:250px;height:250px;display:block;margin-top:50px;margin:0 auto;}

#main .text{display:block; width:250px;margin-top:30px;margin:0 auto; text-align:center;}

.gly .text{
display:block;
width:110px;
margin:0 auto;
text-align:center;
}
.gly{
max-width:1920px;
margin-top:320px;
marign:0 auto;
}
.gly img{
width:110px;
height:110px;
margin:0 auto;
display:block;
}

.wxurl-box
{

    padding: 20px 0;
}

h3
{
    width: 80%;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    color: #fe6335;
    text-shadow: 2px 2px 8px #fff;
}

.wxurl
{
    max-width: 180px;
    display: block;
    margin: 50px auto;
}

.shibie
{
    width: 80%;
    text-align: center;
    font-size: 18px;
    border-bottom: 2px solid #000;
    margin: 0 auto;
}

.nr
{
    width: 80%;
    margin: 10px auto;
    font-size: 16px;
    text-align: center;
}

.bottom
{
    width: 80%;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
}



.fh
{
    width: 50px;
    height: 50px;
    display: block;
    margin: 20px auto;
}

