body,div,ul,ol,dl,dt,dd,li,dl,h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font: 1rem/1.4rem"\5B8B\4F53","Microsoft Yahei",Arial,Helvetica,sans-serif,;
}

ol,ul,li {
	list-style: none;
}

img {
    border: 0;
    max-width: 100%;
}

body {
	color: #333;
	background: #FFF;
}


a {
	color: #333;
	text-decoration: none;
}

a:hover {
    color: #a9131f;
    text-decoration: none;
}

.pgwidth{
    width: 80%;
    margin: 0 auto;
}
.toptel{
    padding-left: 2rem;
    margin-top: 1.5rem;
}
.toptel i{
    font-size: 3.6rem;
    color: #a9131f;
    float: left;
    margin-right: 1rem;
}
.toptel img{
    max-width: 5rem;
}
.logo{
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
}
@media (min-width: 1200px){
    .pgtop{
        max-width: 80%;
    }
}

.toptel p{
    margin: 0;
    padding-left: 1rem;
}
.toptel p span{
    font-size: 1.8rem;
    font-weight: 700;
    color: #a9131f;
    position: absolute;
    margin-top: -0.5rem;
}
.logo img{
    max-height: 5rem;
}
nav{
    background-color: #333;
}
nav .row{
    width: 80%;
    margin: 0 auto;
}
nav ul{
    width: 100%;
}
nav ul li a{
    color: #fff;
    display: block;
    line-height: 4rem;
}
nav ul li{
    float: left;
    width: 12.2%;
    font-size: 1.2rem;
    text-align: center;
}
nav ul li a:hover{
    background-color:rgba(0, 0, 0, .3);
    color: #fff;
}
nav ul li>ul{
    display: none;
    position: absolute;
    z-index: 999;
    width: 13rem;
}
nav ul li:hover>ul{
    display: block;
}
nav ul li>ul>li{
    clear: both;
    width: 90%;
    background-color: #333;
    border-bottom: 1px #000 dotted;
}
.navmenu{
    position: absolute;
    top: 1.5rem;
    right: 2rem;
}
.navmenu i{
    font-size: 2.5rem;
}
.navmob{
    width: 100%;
    background: #fff;
    right: 0;
    z-index: 999;
    display: block;
}
.navmob li{
    overflow: hidden;
}
.navmob a{
    color: #333;
    display: block;
    padding: .6rem 1rem;
    border-bottom: 1px dotted #eee;
}
.carousel-inner{
    z-index: -1;
}
.menu-item-7862 a{
    background-color: #a9131f;
    color: #fff;
}
.menu-item-7862 a:hover{
    background-color: #f05a27;
}
.pgtitle h3{
    color: #333;
    font-size: 2.5rem;
    border-bottom: 1px solid #ddd;
    margin-top: 4rem;
    padding-bottom: 1rem;
    font-weight: 900;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
}

.pgitem{
    padding: 1rem;
    background-color: #fff;
    margin: -1.7rem auto 0;
    width: 10rem;
    text-align: center;
}
.pgtitle span{
    padding: .2rem 2.5rem;
    /* background: #a9131f; */
    color: #f05a27;
    font-size: .9rem;
}
.active{
    display: block;
}
.pgservice{
    margin-top: 3rem;
}
.pgservice ul li {
    margin: 1rem auto;
    overflow: hidden;
}

.pgservice ul li h3{
    background: #eee;
    color: #333;
    width: 100%;
    font-weight: 400;
    padding: 1rem 1rem;
    font-size: 1.2rem;
}

.serv{
    max-width: 100%;
}
.serv span{
    display: block;
    margin-top: .5rem;
}
.pgdetail{
    padding-bottom: 2rem;
}
.pgdetail i{
    color: #a9131f;
    font-weight: 900;
    font-size: 5rem;
    margin-top: 2rem;
}
.pgdetail h4{
    font-size: 1.2rem;
    margin-top: 3rem;
    font-weight: 200;
    color: #a9131f;
}
.pgdetail h6{
    font-size: 1.2rem;
    font-weight: 300;
    color: #666;
    margin-top: 4rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
}
.pgdetail a{
    padding: .8rem 3rem;
    background-color: #333;
    color: #fff;
    border-radius: 3rem;
    margin-top: 2rem;
}
.pgdetail a:hover{
    background-color: #a9131f;
    transition: background .3s;
}
.pgdetail{
    font-size: 1rem;
    font-weight: 100;
}

.pgcase li{
    margin-bottom: 1rem;
}
.pgcase a{
    display: block;
}
.pgcase img{
    border: 1px solid #eee;
    padding: .2rem;
}
.pgcase img:hover{
    border: 1px solid #a9131f;
    transition: border .5s;
}
.pgcase h3{
    margin-top: .5rem;
    font-size: 1.4rem;
}
.pgabout{
    /* background: url(images/about-bg.jpg) top center no-repeat;
    background-size: 100% 100%; */
    background: #eee;
    padding: 3rem 0;
    margin: 3rem auto;
}
.homeabout{
    background: #fff;
    padding: 2rem;
}
.homeabout h3{
    font-size: 2rem;
    font-weight: 300;
}
.homeabout h4{
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 1rem;
}
.homeabout p{
    line-height: 2rem;
    font-weight: 300;
    margin-top: 1.5rem;
}
.homeabout a , .pnmore a{
    background: #333;
    color: #fff;
    padding: .7rem 3rem;
    border-radius: 2rem;
    display: block;
    float: left;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
}

.homeabout a:hover{
    background: #a9131f;
    transition: background .3s;
}
.homeserver{
    color: #fff;
    background: url(images/aboout-bj-sc.jpg) no-repeat 50% 50%;
    background-size: auto 100%;
}
.homeserver h3{
    font-size: 2rem;
}
.homeserver h4{
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 1rem;
    color: #fff;
}
.servinf{
    margin-top: 1rem;
}
.servinf div{
    float: left;
}
.serleft{
    font-size: 2rem;
    width: 10%;
}
.serright{
    width: 90%;
}
.serright h3{
    font-size: 1.4rem;
    line-height: 2rem;
}
.serright p{
    font-weight: 100;
}
.serright h3, .serright p{
    padding-left: .5rem;
    font-size: .9rem;
    /* border-bottom: 1px dotted #eee; */
}
.pgnews{
    padding-bottom: 3rem;
} 
.pgnews li{
    margin-bottom: 1.5rem;
    /* border-bottom: 1px dotted #eee; */
    padding-top: .5rem;

}
.searchend{
    padding-bottom: 3rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
}
.hnbox{
    box-shadow: 0px 0px 3px #eee;
    overflow: hidden;
    padding: .5rem;
}
.hnbox:hover{
    box-shadow: 0px 0px 3px #666;
}
.pgnews{
    margin-top: 3rem;
}
.pndata{
    background-color: #eee;
    width: 20%;
    float: left;
    overflow: hidden;
}
.pnday{
    font-weight: 600;
    text-align: center;
    font-size: 2rem;
    margin-top: .7rem;
}
.pnmo{
    text-align: center;
    padding-top: .1rem;
    font-weight: 100;
    margin-bottom: .7rem;
}
.pgnews li:hover .pnday , .pgnews li:hover .pnmo{
    color: #a9131f;
}
.pntitle{
    padding-left: 0rem;
    width: 80%;
    float: left;
}
.pntitle h3{
    padding-left: 1rem;
    font-size: 1.4rem;
}
.pntitle p{
    font-weight: 100;
    padding-left: 1rem;
    font-size: .9rem;
    line-height: 1.3rem;
    margin: 0;
}
.pgnews .pnmore a{
    float: none;
    width: 12rem;
    text-align: center;
    margin: 2rem auto;
}
.pgnews .pnmore a:hover{
    background-color: #a9131f;
    transition: background-color .3s;
}
.pgcust ul{
    margin-top: 3rem;
}
.pgcust ul li{
    margin: .5rem 0;
}
.pgcust ul li img{
    max-width: 100%;
}
.pgcust ul li a img{
    border: 1px solid #eee;
    padding: .2rem;
}
footer{
    background: #333;
    color: #fff;
    font-size: .9rem;
    font-weight: 200;
}
.ftcon{
    padding: 1rem;
    text-align: center;
    font-weight: 200;
}
.nybanner{
    background: url(images/nybanner.jpg) repeat-x bottom center #87c1c5;
    background-size:auto 100%;
    padding: 6rem 0;
    text-shadow: 0 0 6px #000;
}
.nybanner h4{
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 3.5rem;
}
.nybanner h5{
    font-size: 1.5rem;
    font-weight: 200;
    text-align: center;
    color: #fff;
    margin-top: 2rem;
}

.pgnav{
    height: 2.8rem;
    border-bottom: 1px dotted #999;
    line-height: 2.8rem;
    margin-top: -2.8rem;
    background-color: #fff;
}

.pgnav ul li{
    float: left;
    padding: 0 2rem;
    line-height: 2.8rem;
    background-color: #a9131f;
    color: #fff;
}
.pgnavpro{
    border-bottom: 1px dotted #999;
    line-height: 2.8rem;
    overflow: hidden;
    margin-top: -2.8rem;
    background-color: #fff;
   
}

.pgnavpro ul li {
    float: left;
}
.pgnavpro{
    border-bottom: 1px dotted #999;
    line-height: 2.8rem;
    margin-top: -2.8rem;
    background-color: #fff;
   
}
.pgnavpro ul li a{
    padding: 0 2rem;
    line-height: 2.8rem;
    display: block;
    background-color: #fff;
    color: #333;
}
.pgnavpro ul li.current-cat a{
    background-color: #a9131f;
    color: #fff;
}
.pgnavpro ul li a:hover{
    background-color: #a9131f;
    color: #fff;
}
.postion{
    background-color: #fff;
    padding: .8rem 0;
}
.postion , .postion a , .postion span ,.crumbs{
    font-size: .9rem;
    color: #666;
    font-weight: 100;
}
.pgpro{
    display: none;
}
.pgprolist{
    margin-top: 2rem; 
}
.pgprolist ul li img{
    max-width: 100%;
    border: 1px solid #eee;
    padding: .2rem; 
}
.pgprolist ul li h3{
    font-size: 1rem;
    margin: .5rem 0 1rem;
}
.pgprotitle{
    padding: .6rem;
    background-color: #eee;
    margin-bottom: 2rem;
}
.pgfy{
    margin-top: 1rem;
}
.txtline input{
    border-radius: .4rem;
    line-height: 2.4rem;
    border: 1px #999 solid;
    padding: 0 .5rem;
    margin: 1rem 0;
    width: 100%;
}
.txtarea textarea{
    overflow: auto;
    width: 100%;
    resize: none;
    border: 1px #999 solid;
    border-radius: .4rem;
    margin-top: 1rem;
}

.pagedetail{
    margin-top: 1.5rem;
}
.pagedetail img{
    max-width: 100%;
}


@media (max-width: 980px){
    .nybanner{
        padding: 4rem 0;
    }
    .nybanner h4{
        font-size: 2rem;
    }
    .nybanner h5{
        margin-top: 1.5rem;
        font-size: 1.2rem;
    }
}



@media (max-width: 768px){
    .pgabout{
        background: none;
    }
    .homeserver{
        color: #fff;
        background: url(images/aboout-bj-sc.jpg) no-repeat 50% 50%;
        background-size: auto 100%;
        height: 30rem;
    }
    .logo img{
        max-width: 80%;
    }
}
