/*css  reset ����Ĭ����ʽ */
*,
::before,
::after{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    font-size: 50px;
    -webkit-text-size-adjust:100%;
}
body{
    font-size: 14px;
    font-family:"Microsoft YaHei","PingHei","Lucida Grande","Lucida Sans Unicode","STHeiti","Helvetica","Arial","Verdana","sans-serif";
    color: #333;
}

ul,ol{
    list-style: none;
}

a{
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
a:hover{
    color: #333;
}

input,textarea,select{
    outline: none;
    border: none;
    resize: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
/*select{
    outline: none;
    border: none;
    resize: none;
    -webkit-appearance: none;
}*/
.f_left{
    float: left;
}
.f_right{
    float: right;
}
.clearfix::before,
.clearfix::after{
    content: "";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
    clear: both;
}
.m_t10{
    margin-top: 10px;
}
.m_b10{
    margin-bottom: 10px;
}
.m_l10{
    margin-left:  10px;
}
.m_r10{
    margin-right: 10px;
}

@media screen and (min-width: 320px) {
    html{font-size: 50px}

}
@media screen and (min-width: 360px) {
    html{font-size: 56.25px}
}
@media screen and (min-width: 375px) {
    html{font-size: 58.59375px}
}
@media screen and (min-width: 414px) {
    html{font-size: 64.6875px}
}
@media screen and (min-width: 480px) {
    html{font-size: 75px}
}
@media screen and (min-width: 640px) {
    html{font-size: 100px}
}

/*����ͨ��*/
.gc_header{
    padding: 0 0.52rem 0 0.38rem;
    width: 100%;
    height: 0.96rem;
    line-height: 0.96rem;
    background: #ea5504;
    box-shadow: 0 0.01rem 0.01rem #FF4800;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.gc_header .logo{
    background-image: url("../images/nav/logo.png");
    background-size: 1.50rem 0.61rem;
    width: 1.50rem;
    height: 0.61rem;
    margin-top: 0.18rem;
    display: block;
}
.gc_header .menu{
    color: white;
    font-size: 0.40rem;
    display: block;
    line-height: 0.96rem;
}

.gc_header .nav{
    display: none;
    position: fixed;
    top: 0.96rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f2731;
}
.gc_header .nav_box{
    height: 7rem;
    padding: 0 0.2rem;
    width: 100%;
    text-align: center;
    position: absolute;
    top:50%;
    margin-top: -4.4rem;
    left: 0;
}
.gc_header .nav .nav_box a{
    height: 1rem;
    line-height: 1rem;
    display: block;
    border-bottom: 0.02rem solid #3c434c;
    font-size: 0.32rem;
    color: #ffffff;

}
.gc_header .nav .nav_box a.active{
    color: #f0a050;
}
.gc_header .nav .nav_box a:last-child{
    border-bottom: none;
}


.gc_header.white{
    background: white;
    padding: 0 0.38rem;
    box-shadow: 0 0.01rem 0.02rem #e0e0e0;
}
.gc_header.white .logo{
    background-image: url("../images/nav/logo2.png");
}
.gc_header.white .menu{
    background-image: url("../images/nav/menu2.png");
    background-size: 0.62rem 0.61rem;
    width: 0.62rem;
    height: 0.61rem;
    margin-top: 0.18rem;
}
.gc_header.white .menu.close{
    background-size: 0.4rem 0.4rem;
    margin-top: 0.31rem;
    margin-right: 0.12rem;
    width: 0.4rem;
    height: 0.4rem;
    background-image: url("../images/nav/close.png");
}
.gc_header .menu{
    background-image: url("../images/nav/menu.png");
    background-size: 0.35rem 0.35rem;
    width: 0.35rem;
    height: 0.35rem;
    margin-top: 0.305rem;
}
.gc_header .menu.close{
    background-size: 0.28rem 0.28rem;
    margin-top: 0.34rem;
    margin-right: 0.035rem;
    width: 0.28rem;
    height: 0.28rem;
    display:block;
    background-image: url("../images/nav/close1.png");
}
/*������*/
.gc_nav{
    background: #f08300;
    height: 0.9rem;
    width: 100%;
    margin-top: 0.97rem;
    padding: 0 0.2rem;
    overflow: hidden;
    position: relative;
}

.gc_nav.green{
    background: #6eb039;
    height: 0.9rem;
    width: 100%;

}

.gc_nav ul{
    width: 9.84rem;
    height: 100%;
}
.gc_nav ul li{
    padding: 0 0.32rem;
    height: 0.52rem;
    line-height: 0.52rem;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    float: left;
    font-size: 0.32rem;
}
.gc_nav ul li a{
    color: #fff;
    /*text-shadow: 0.02rem 0.02rem 0.02rem #dd6900;*/
    display: block;
}
.gc_nav ul li.now{
    background: #fff;
    border-radius: 0.2rem;
}
.gc_nav ul li.now a{
    color: #dd6900;
    text-shadow: none;
}

.gc_nav.green ul{
    width: 10.3rem;
    height: 100%;
}
.gc_nav.green ul li{
    padding: 0 0.27rem;
}
.gc_nav.green ul li.now a{
    color: #6eb039;
    text-shadow: none;
}

.homepage-system{
    width: 6rem;
    height: 0.98rem;
    border: 1px solid #dbdbdb;
    background: #ffffff;
    margin: 0 auto;
    margin-top: 0.7rem;
    text-align: center;
    line-height: 0.98rem;
    color: #3a5670;
    font-size:0.28rem ;
    font-weight: bold;
    margin-bottom:-0.28rem;
}
/*��԰����*/
.homepage-apply{
    width: 6.39rem;
    height: 8.86rem;
    background: #ffffff;
    text-align: center;
    /*display: none;*/
}
.homepage-apply p{
    font-size: 0.36rem;
    font-weight: bold;
    padding-top: 0.79rem;
    padding-bottom: 0.6rem;
}
.homepage-apply input{
    border: 1px solid #bebebe;
    width: 5.96rem;
    height: 0.92rem;
    background: #f9f9f9;
    margin-bottom: 0.28rem;
    font-size: 0.26rem;
    color: #000;
    padding-left: 0.3rem;
}
#submit{
    width: 3.62rem;
    height: 0.94rem;
    margin-top: 0.22rem;
    text-align: center;
    line-height: 0.94rem;
    background: #fa6e45;
    font-size: 0.3rem;
    color: #ffffff;
    border: none;
    font-weight: bold;
    padding-left: 0;
}
.homepage-copyright{
    margin-top:0.76rem;
    height: 1.6rem;
    border-top: 0.02rem solid #d6d6d6;
    border-bottom: 0.02rem solid #d6d6d6;
}
.homepage-copyright p{
    font-size: 0.14rem;
    padding-top: 0.13rem;
    padding-bottom: 0;
    font-weight: normal;
    color: #8e8e8e;
    line-height: 0.14rem;

}
.homepage-phone{
    height: 0.88rem;
    background: #fa5f34;
    line-height: 0.88rem;
    position: fixed;
    bottom:0;
    left:0;
    width: 100%;
}
.homepage-phone span{
    color: #ffffff;
    font-size: 0.28rem;
    font-weight: bold;
}
.homepage-phone a{
    color: #ffffff;
}
.homepage-phone-l{
    width: 50%;
    height: 0.88rem;
    /*border-right: 1px solid #c25332;*/

}
.homepage-phone-l::before{
    background: #c25332;
    content: '';
    display: block;
    width: 1px;
    height: 0.44rem;
    float: left;
    position: absolute;
    left: 3.19rem;
    top: 0;
    margin-top: 0.22rem;
    margin-bottom: 0.22rem;
    vertical-align: middle;
}
.homepage-phone-l::after{
    background: #f3bead;
    content: '';
    display: block;
    width: 1px;
    height: 0.44rem;
    float: left;
    position: absolute;
    left: 3.2rem;
    top: 0;
    margin-top: 0.22rem;
    margin-bottom: 0.22rem;

}
.homepage-phone-r{
    width: 50%;
    height: 0.88rem;

}
.homepage-phone-l img{
    width: 0.34rem;
    height: 0.35rem;
    margin-bottom: -0.1rem;
    margin-right: 0.2rem;
}
.homepage-phone-r img{
    width: 0.33rem;
    height: 0.31rem;
    margin-bottom: -0.05rem;
    margin-right: 0.2rem;
}

.gc-footer{
    text-align: center;
}


/*�ͷ�*/
.servicesNav{
    position:fixed;
    right:0;
    bottom:2.9rem;
    z-index:9999
}
.services{
    width:1.7rem;
    height:1.31rem;
    background:url(../images/services.png) no-repeat;
    -webkit-background-size: 1.7rem 1.3rem;
    background-size: 1.7rem 1.3rem;
    margin-right:0.03rem;
    cursor:pointer;
    z-index:9999
}
.num{
    background-color: #ff3b30;
    border-radius:0.15rem;
    color: #fff;
    display: none;
    font-size:0.14rem;
    height: 0.26rem;
    line-height: 0.26rem;
    position: absolute;
    text-align: center;
    width: 0.26rem;
    right:1.5rem;
    bottom:0.55rem;
}
.message {
    background: #fff;
    border-radius: 0.04rem;
    right:1.9rem;
    bottom:1%;
    box-shadow: 0 0 0.14rem 0 rgba(0, 0, 0, 0.16);
    color: #000;
    display: none;
    line-height: 0.24rem;
    position: absolute;
    text-align: left;
    width: 2.6rem;
}
.message:after{
    border:0.08rem solid transparent;
    border-left:0.08rem solid #fff;
    width:0;
    height:0;
    position:absolute;
    right:-0.16rem;
    top:0.22rem;
    content:''
}
.message .inside{
    margin:0.12rem 0.18rem;
}
.message .inside img{
    border-radius: 0.13rem;
    /*box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);*/
    border:0.01rem solid #ccc;
    height:0.26rem;
    margin-right:0.06rem;
    vertical-align: top;
    width: 0.26rem;
}
.message .inside .name{
    color: #000;
    display: inline-block;
    font-size: 0.16rem;
    margin-top: 0.03rem;
    vertical-align: top;
}
.message .inside .msg{
    color: #000;
    font-size: 0.14rem;
    margin-top: 0.05rem;
    max-height:0.4rem;
    overflow: hidden;
}
.message .inside .close{
    cursor: pointer;
    font-size: 0.3rem;
    position: absolute;
    right: 0.12rem;
    top: 0.12rem;
    color:#333
}