*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #f5f5f5;
	font:12px/1.5em Verdana,"Lucida Grande",Arial,Helvetica,sans-serif;
}
body a:hover{
	text-decoration: none;
}
.top{
	width: 100%;
	height: 200px;
	overflow: hidden;
	background:  url(../img/home/tc2.png) 0 0 no-repeat;
		-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.logo{
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	background:  url(../img/home/logo.png) 0 56% no-repeat;
	-webkit-background-size: 100% 80%;
	background-size: 100% 80%;
}
.navb{
	width: 100%;
	background-color: #0070c0;
}
.nav{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
}
.nav>li {
    display: inline-block;
    font-size: 24px;
    width: 172px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;

}
.nav>li>a {
    padding: 0px 0;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
}
.nav>li>a.active {
    background-color: #fff;
    color: #111;
    border-radius: 5px;
    font-weight: bold;
}
.nav>li>a:hover{
    background-color: #fff;
    color: #111;
    border-radius: 5px;
}
.navigation{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	height: 42px;
	line-height: 42px;	
	font-size: 16px;
}
.navigation span a{
	color: #111;
}
.navigation .active a{
	color: #0070c0;
}
.content{
	width: 1200px;
	margin: 15px auto;
	overflow: hidden;
}
.p-list1{
	height: 46px;
	line-height: 46px;	
	list-style: none;
	border-bottom: 2px solid #2979c9;
	margin: 0;
}
.p-list1 span:nth-child(1){
	display: inline-block;
	width: 5px;
	height: 16px;
	margin-left: 20px;
	background-color: #25b015;
}
.p-list1 span:nth-child(2){
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #25b015;
}
.account{
	width: 100%;
	float: right;
	background-color: #fff;
	    position: relative;
}
.account h2{
	padding-left: 5%;
	margin: 36px 0 25px 0;
	color: red;
}
.c-list1{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #fcfcfc;
}
.c-list1 span{
	color: #cfcfcf;
	display: inline-block;
	margin-left: 20px;
}
.account p{
	 text-indent: 2em;
	 font-size: 16px;
	 line-height: 32px;
	 width: 92%;
	margin-left: 2%;
}
.wx{
	width: 60%;
    overflow: hidden;
    margin: 20px auto;
    /* position: absolute; */
    right: 118px;
    z-index: 10;
    top: 88px;
}
.w-img{
	margin-bottom: 63px;
    margin: 60px;
    width: 240px;
    float: left;
}
.w-img img{
	height: 100px;
}
.w-img .w-list{
	float: right;
	font-size: 16px;
	line-height: 50px;
}
.footer{
	text-align: center;
	background-color: #0070c0;
	color: #fff;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	.top{
		width: 1200px;
	}
	.navbar {
	    background-color: #0070c0;
	    width: 1200px;
	}
	.footer {
	    width: 1200px;
	}
	.nav{
		width: 1200px;
	}
	.navb{
		width: 1200px;
	}
}