body{
	    margin: 0;
}
*{
  list-style: none;
  font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, STHeitiSC-Light, simsun, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
  font-weight:350;
}
#nav{
	position: relative;
    z-index: 999999;
}
header#nav .navbar-list{
    float: right;
    height: 70px;
/*    margin-left: 130px;*/
    list-style: none;
    line-height: 70px;
    margin-right: 4%;
}
header#nav .navbar-list li{
	float: left;
    margin-left: 20px;
    font-size: 16px;
    color: #1162b3;
    text-decoration: none;
}
header#nav .navbar-list li a{
	    text-decoration: none;
	    color: #fff;
        text-decoration: none;
        color: #fff;
        padding: 6px 10px;
        border: 1px solid;
        border-radius: 4px;
}
header#nav .navbar-list li a:hover{
    background-color:#4D5B80;  
/*    opacity:0.7;  
    filter:alpha(opacity=70);  */
    color: #fff;
}
.banner .banner-text{
        color: #fff;
    text-align: center;
/*    width: 511px;*/
    margin: auto;
    padding-top: 145px;
}
.banner{
	width:100%;
	height:400px;
	background: url(../img/banner.jpg);
	position: relative;
	background-size: cover;
}
.content-1{
/*	width: 1200px;*/
/*	background: #953461;*/
    margin: auto;
    text-align: center;
    margin-top:35px;
}
.content-1 .title-text{
    width: 30%;
    margin: auto;
}
.content-1 .title-1{
/*	background: #4D5B80;*/
    width: 100%;
    height: 502px;
    text-align: left;
}
.content-1 .title-1 li{
	    width: 33%;
    float: left;
    color: #fff;
    background: #364366;
    height: 570px;
}
.content-1 .title-1 p{
	font-size:14px;
    line-height: 22px;
}
.content-1 .title-1 .border{
	width: 80%;
    margin: auto;
}
.content-1 .title-1-1{
    width: 85%;
    margin: auto;
    text-align: center;
}
.content-1 .title-bg{
       background: url(../img/title-bg.jpg);
        height: 465px;
    width: 100%;
    background-size: cover;
}
.content-1 .title-2 ul li:hover{
            /*background: #efefef;*/;
/*            border-radius: 10px;
            transform: scale(1.1);
            -webkit-transform: scale(1.1);*/
/*            border: 2px solid #4D5B80;*/
            /*border: 1px solid #ccc;*/
        }
ul li:hover{
            /*background: #efefef;*/
            box-shadow: 0px 4px 20px rgba(0,0,0,.3);
            border-radius: 10px;
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            border: none;
/*            border: 1px solid #ccc;*/
            background: #fff;
        }
.content-1 .title-2 p{
    font-size: 14px;
    line-height: 22px;
}
.content-1 .title-2{
    width: 80%;
    margin: auto;
/*    background: #000;*/
    height: 357px;
}
.content-1 .title-2 li{
     width: 30%;
    float: left;
    color: #555;
/*    background: #4c5a80;*/
    border-radius: 10px;
    height: 340px;
   
}
.content-1 .title-3{
    background: #4D5B80;
/*    background: #000;*/
    width: 100%;
    height: 300px;
    text-align: left;
}
.content-1 .title-3 li{
     width: 30%;
    float: left;
    color: #fff;
    background: #364366;
/*    border-radius: 10px;*/
    height: 300px;
   
}
.content-1 .title-3 p{
    font-size:14px;
    line-height: 22px;
}
.content-1 .border{
    width: 80%;
    margin: auto;
}
.content-1 .title-3-3{
    width: 80%;
    margin: auto;
    line-height: 30px;
}

.shiyong{
    width: 300px;
    margin: auto;
    height: 55px;
    border: 3px solid;
    line-height: 55px;
    font-size: 21px;
}
#contactus-bg{
    width: 100%;
    background: #4D5B80;
}
.contactus{
    /*height: 250px;*/
    width: 66%;
    margin: auto;
    margin-top: 50px;
        font-size: 14px;
    line-height: 22px;
}
.contactus .contactus-1{
/*     width: 64%; */
    color: #fff;
    line-height: 34px;
    padding-top: 30px;
    /*float: left;*/
}
.img{
    width: 23%;
    float: right;
    text-align: center;
    color:#fff;
    margin-top: 33px;
}
/*.navbar-list a:hover{
    border-bottom: 3px solid #364366;
}*/
/* 增加备案信息 - 开始 */
.contactus hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid hsla(0, 0%, 75%, .3);;
}

.contactus .copy {
    text-align: center;
    color: #FFF;
    padding-bottom: 17px;
}

.contactus .copy p {
    margin: 0 0 10px
}
.contactus .copy p:last-child {
    margin-bottom: 0;
}


.contactus .copy p a.bei-an-link {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    color: #FFF;
}

.contactus .copy p a .code {
    float: right;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 5px;
    color: #fff;
}
/* 增加备案信息 - 结束 */