.main {
	width: 100%;
}

.navigation {
	font-size: 20px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 100px;
	align-items: center;
}

.navigation_tab {
	width: 800px;
	display: flex;
	justify-content: space-between;
}

.navigation_tab p a {
	display: inline-block;
	color: #000000;
	height: 30px;
	/*width: 150px;*/
	padding: 0px 20px;
	line-height: 30px;
	/*text-align: center;*/
}

.navigation_tab p a.selected {
	color: white;
	background-color: #fed700;
}

.footer {
	color: white;
	background-color: #fed700;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.banner {
	width: 100%;
}


/**/

.center {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/qiao.png) no-repeat right bottom;
	min-height: 900px;
}

.titlebg span:nth-child(1) {
	font-size: 28px;
	color: #fe982a;
	font-weight: bold;
	display: inline-block;
	width: 52%;
	text-align: right;
}

.titlebg span:nth-child(2) {
	font-size: 26px;
	color: #cfcfcf;
	display: inline-block;
	width: 48%;
	text-transform: Uppercase;
	font-weight: bold;
	padding-left: 20px;
}

.titlebg {
	width: 496px;
	height: 31px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.titlebg1 {
	background: url(../images/titlebg.png) no-repeat;
}

.titlebg2 {
	background: url(../images/titlebg2.png) no-repeat;
	width: 411px;
}

.titlebg3 {
	background: url(../images/titlebg3.png) no-repeat;
	width: 533px;
}

.titlebg4 {
	background: url(../images/titlebg4.png) no-repeat;
	width: 412px;
}

.titlebg2 span:nth-child(1) {
	width: 42%;
}

.titlebg3 span:nth-child(1) {
	width: 53%;
}

.titlebg4 span:nth-child(1) {
	width: 48%;
    padding-right: 30px;
}

.no {
	display: none;
}

.tab {
	position: relative;
	width: 1200px;
	overflow: hidden;
	height: 100px;
}

.tab span {
	font-size: 28px;
	color: white;
	font-weight: bold;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	margin-left: 10px;
	position: absolute;
	left: 83px;
}

.font {
	font-size: 22px;
	line-height: 36px;
	text-indent: 2em;
}

.zhong {
	text-align: center;
}

.mtb {
	margin-top: 30px;
	margin-bottom: 30px;
}

.tab1 {
	display: none;
}



.tablist{
	display: flex;
	justify-content: space-between;
	background: url(../images/tabbg.png) no-repeat bottom;
	width: 1200px;
	padding: 15px 30px 15px 20px;
}
.tablist p:nth-child(1){
	font-size: 25px;
	font-weight: bold;
	color: #fe9b31;
}

.tablist p:nth-child(2){
	font-size: 21px;
}

.url{
	text-align: right;
}
.url a{
	background: url(../images/btn.png) no-repeat;
	width: 218px;
	height: 41px;
	display: inline-block;
	margin-top: 10px;
	font-size: 21px;
	text-align: center;
	line-height: 41px;
	color: #000000;
}

/*.img{
	width: 178px;
	height: 139px;
}*/


.yin{
	visibility: hidden;
}


















