body,dd,dl,form,h1,h2,h3,h4,h5,h6,p{margin:0}
body{-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:math;font-size:14px;}
button,del,input,ins,li,ol,select,table,td,textarea,th,tr,ul{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
img{border:0;outline:0}
li{list-style:none}
h1,h2,h3,h4,h5,h6,input,select,textarea{font-size:100%}
textarea{overflow:auto;resize:none}
em,i,s{text-decoration:none;font-style:normal}
a:link,a:visited{color:#666;text-decoration:none}
a:hover{color:#111111;}
a,area{border:none;outline:0}
button,input,label,select,textarea{font:12px/150% math;outline:0}
.clearfix{clear:both;*zoom:1}
.clearfix:after{display:block;content:"";height:0;clear:both;visibility:hidden}
.fl{float:left;}
.fr{float:right;}
a:link,a:visited{color: #000000;transition: all 0.5s linear;}
a:hover{text-decoration: underline;color:#339999;}
.w1200{width: 1200px;margin: 0 auto;}

.gc-title{
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 46px;
    font-weight: bold;
    line-height: 120px;
    min-width: 1200px;
    /*color: #af2c26;*/
    color: #329293;
}
.gc-title::after{
    position: absolute;
    left: 40%;
    width: 20%;
    display: block;
    content: '';
    height: 1px;
    /*background-color: #000000;*/
    /*background-color: #af2c26;*/
    background-color: #4baa36;
    bottom: 3px;
}
.gc-title::before{
    position: absolute;
    width: 10%;
    left: 45%;
    display: block;
    content: '';
    height: 7px;
    /*background-color: #000000;*/
    /*background-color: #af2c26;*/
    background-color: #4baa36;
    bottom: 0;
}
.route{
    line-height: 60px;
    background: url("../../images/home-icon-1.png") no-repeat left;
    padding-left: 35px;
    color: #4f4f4f;
    font-size: 14px;
    text-transform: uppercase;
}
.route a:link,.route a:visited{
    color: #4f4f4f;
}
.route a:hover{
    color: #339999;
}

.page{
    padding: 40px 0 50px 0;
    text-align: right;
}
.page ul li{
    float: left;
    margin-left: 10px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: #f4f4f4;
}
.page ul li a:link,.page ul li a:visited{
    height: 34px;
    width: 34px;
    cursor: pointer;
    display: block;
    background: #f4f4f4;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #000000;
}
.page ul li a:hover,.page ul li.on a:link,.page ul li.on a:visited{
    text-decoration: none;
    color: #ffffff;
    background-color: #339999;
}
.page ul li.page-1 a:link,.page ul li.page-1 a:visited{
    background: #f4f4f4 url("../../images/page-left.png") no-repeat center top;
}
.page ul li.page-2 a:link,.page ul li.page-2 a:visited{
    background: #f4f4f4 url("../../images/page-right.png") no-repeat center top;
}
.page ul li.page-1 a:hover{
    background: #f4f4f4 url("../../images/page-left.png") no-repeat center bottom;
}
.page ul li.page-2 a:hover{
    background: #f4f4f4 url("../../images/page-right.png") no-repeat center bottom;
}
@media screen and (max-width: 576px){
    .w1200{
        width: 100%;
        margin: 0 auto;
    }
    .route{
        height: 1.2rem;
        line-height: 1.2rem;
        margin: 0 0.2rem;
        font-size: 0.24rem;
        background-size: 0.36rem;
        padding-left: 0.5rem;
    }
}

@media screen and (min-width: 577px) and (max-width: 1160px){
    .w1200{
        width: 100%;
        margin: 0 auto;
    }
    .route{
        margin: 0 20px;
    }
}
.route::after{display:block;content:"";height:0;clear:both;visibility:hidden}