* {
	margin: 0;
	padding: 0;
}

body,
html {
	font: 16px/1 "微软雅黑", verdana;
	margin: 0;
	padding: 0;
	min-width: 1200px
}

ul,
li,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none
}

a:focus {
	outline: none;
}

input,
button,
select,
textarea {
	border: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}


/*  side-left  */

.branch-menu {
	width: 270px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: url(../img/bg.png) no-repeat;
	background-size: 254px 1444px;
	background-position-y: -500px;
	padding-bottom: 20px;
	overflow-y: scroll;
}

.company-logo {
	text-align: center;
	height: 123px;
	line-height: 123px;
}

.branch-lifs ul li {
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 100%;
}

.branch-lifs ul li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.branch-lifs ul li.on {
	background: rgba(0, 0, 0, .2);
}

.branch-lifs ul li:nth-of-type(1) a {
	color: #ffe97c;
	font-size: 18px;
}

.branch-lifs ul li:nth-of-type(1).on a {
	color: #fff;
}

/*.branch-lifs ul li:nth-last-of-type(1) a {
	color: #ffe97c;
	font-size: 18px;
}

.branch-lifs ul li:nth-last-of-type(1) {
	padding-bottom: 57px;
	background: url(../imgs/arw-d.png) no-repeat center bottom;
	background-size: 21px;
}*/


/* wraper-cont */

.wrap {
	background: #f2f0f0;
	padding-top: 22px;
	padding-left: 270px;
}

.wrap-main {
	width: 1288px;
	margin: 0 auto;
	background: #fff;
}

.wraper-cont {
	text-align: center;
	padding-bottom: 63px;
	transition: all 2s ease-in-out;
}

.wraper-cont>img {
	display: inline-block;
	margin-bottom: 67px;
}

.wraper-cont p {
	font-size: 16px;
	color: #333;
	line-height: 28px;
	text-align: left;
	text-indent: 28px;
	margin: 0 115px 26px 180px;
}

.tit-wrap {
	padding-top: 64px;
}

.tit-wrap h2 {
	font-size: 28px;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}

.tit-wrap p {
	font-size: 14px;
	color: #333;
	text-align: center;
	padding-bottom: 30px;
	margin: 0 40px 53px;
	border-bottom: 1px dashed #e4e5eb;
}

.button {
	/*width: 410px;*/
	height: 68px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0 auto;
	position: relative;
}

.button a {
	color: #fff;
	text-decoration: none;
}

.footer {
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, .4);
}

.footer p {
	padding-top: 31px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
#content>p{
	margin-top: 30px;
	text-indent: 0 ;
}
#content>.text{
	text-indent: 28px;
}
