* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

body {
	width: 100%;
	font-family: "微软雅黑";
	background: white;
	font-size: 14px;
	margin: 0 auto;
}

/*logo*/

.logo {
	width: 1000px;
	height: 100px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
}

#logo_1 {
	width: 40%;
	height: 100px;
	display: flex;
	flex-flow: row wrap;
}

#logo_1 i img {
	margin-top: 5px;
}

#logo_1r {
	width: 70%;
	height: 100px;
	display: flex;
	flex-flow: row wrap;
	margin-left: 5%;
	color: #0896e0;
}

h1 {
	width: 100%;
	height: 55px;
	text-align: center;
	line-height: 70px;
}

#logo_1r span {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 15.5px;
}

#hr {
	width: 100%;
	border-bottom: 1px solid #a8a7a2;
}

#logo_2 {
	width: 20%;
	height: 100px;
}

#logo_2 img {
	width: 100%;
	margin-top: 25px;
}

#logo_3 {
	width: 15%;
	/* height: 100px;*/
}

#logo_3 img {
	width: 100%;
	margin-top: 10px;
}

#logo_4 {
	width: 25%;
	height: 100px;
	display: flex;
	flex-flow: row wrap;
}

.logo_4l {
	width: 100%;
	height: 35px;
	display: flex;
	flex-flow: row wrap;
	margin-top: 15px;
}

.logo_4l p {
	color: #777777;
	margin: 6px 5px;
	font-weight: bold;
}

.logo_4l span {
	display: block;
	color: red;
	margin: 6px 5px;
	font-weight: bold;
}

.logo_4t {
	width: 100%;
	height: 35px;
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 12px;
}

.logo_4t p {
	color: #777777;
	margin: 6px 5px;
	font-weight: bold;
}

.logo_4t span {
	display: block;
	color: red;
	margin: 6px 5px;
	font-weight: bold;
}

/*导航*/
.nav {
	width: 100%;
	height: 60px;
	background: url(../img/newsdaohang.jpg);
	display: flex;
	flex-flow: row wrap;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.nav ul {
	width: 1000px;
	margin: auto;
	height: 60px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.nav ul li a {
	color: white;
	font-size: 16px;
	line-height: 60px;
	font-weight: bold;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

/*内容开始*/
.menu {
	width: 100%;
	height: 4100px;
	background: url(../img/bg.png) no-repeat;
	background-size: 100% 100%;
}

.menucen {
	width: 1000px;
	height: auto;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
}

/*导语*/
.guide {
	width: 100%;
	border: 1px dashed white;
	border-radius: 30px;
	margin-top: 50px;
	display: flex;
	flex-flow: row wrap;
}

.guide i {
	display: block;
	width: 25%;
	text-align: center;

}

.guide i img {
	width: 159px;
	height: 145px;
	margin-top: 10px;
}

.guide p {
	width: 72%;
	color: white;
	font-size: 16px;
	padding: 25px 0;
	box-sizing: border-box;
	line-height: 30px;
}

/*01*/
.first {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	margin-top: 40px;
}

.first i {
	width: 100%;
	display: block;
	text-align: center;
}

.firstmenu {
	width: 100%;
	height: 800px;
	background: url(../img/firstbg.png) no-repeat center;
	background-size: 400px 100%;
	background-position: 78%;
	display: flex;
	flex-flow: row wrap;
}

#p1 {
	font-size: 20px;
	height: 100px;
	color: white;
	font-weight: bold;
	position: relative;
	left: 52%;
	/* top: 8%; */
	letter-spacing: 5px;
	line-height: 140px;
}

#p1 span {
	color: #fff000;
}

.firstlist {
	width: 80%;
	display: flex;
	flex-flow: row wrap;
	margin: 35px auto 0 auto;
	justify-content: space-between;
}

#fp {
	display: block;
	width: 46%;
}

#fp img {
	width: 98%;
	border-radius: 20px;
	border: 3px solid white;
}

.firstlist ul {
	width: 50%;
	display: flex;
	flex-flow: row wrap;
}

.firstlist ul li {
	width: 100%;
	padding-left: 50px;
	line-height: 30px;
	box-sizing: border-box;
	color: white;
	font-size: 18px;
}

#fa1 {
	position: relative;
	z-index: 100;
	left: 42%;
	margin-top: -200px;
}

#fa1 img {
	width: 100px;
	height: 100px;
}

.firsta {
	width: 80%;
	margin: auto;
}

.firsta ul {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.firsta ul li {
	width: 47%;
	height: 110px;
	background: white;
	border-radius: 23px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.ta1 {
	padding-top: 20px;
	box-sizing: border-box;
}

.firsta ul li div {
	width: 70%;
}

.firsta ul li div p {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
}

.ta1 li:nth-of-type(1) div p {
	padding-top: 20px;
	box-sizing: border-box;
}

.ta1 li:nth-of-type(1) div span {
	color: #c80000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 5px;
	box-sizing: border-box;
}

.ta1 li:nth-of-type(1) div a {
	display: block;
	text-align: center;
	color: #0154b1;
	padding-top: 5px;
	box-sizing: border-box;
}

.firsta ul li div p span {
	color: #c80000;
	margin: 0 20px;
}

.firsta ul li div a {
	display: block;
	text-align: center;
	color: #0154b1;
	padding-top: 20px;
	box-sizing: border-box;
}

.firsta ul li img {
	width: 112px;
	height: 110px;
}

.ta2 {
	padding-top: 35px;
	box-sizing: border-box;
}

.firstyy {
	width: 80%;
	margin: 20px auto 0 auto;

}

.firstyy ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.firstyy ul li {
	width: 45%;
	height: 90px;
}

.firstyy ul li:nth-of-type(1) {
	background: #ffc000;
}

.firstyy ul li:nth-of-type(2) {
	background: #04cce0;
}

.firstyy ul li a {
	display: block;
	display: flex;
	flex-flow: row wrap;
	color: white;
}

.firstyy ul li a i {
	display: block;
	width: 20%;
}

.firstyy ul li a i img {
	width: 77px;
	height: 64px;
	margin: 12px 20px;
}

.firstyy ul li:nth-of-type(2) a i img {
	width: 64px;
	height: 64px;
}

.firstyy ul li a p {
	font-size: 20px;
	padding-left: 40px;
	box-sizing: border-box;
	padding-top: 10px;
	line-height: 32px;
}

.firstyy ul li a p span {
	font-size: 24px;
	font-weight: bold;
}

/*02*/
.second {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	padding-top: 300px;
	box-sizing: border-box;
}

.second i {
	display: block;
	width: 100%;
	text-align: center;
}

#secondp {
	width: 90%;
	margin: 20px auto;
	color: #9b0c0e;
	text-indent: 2em;
	font-size: 18px;
}

.secondmenu {
	width: 90%;
	height: 400px;
	background: url(../img/bg1.png) no-repeat;
	background-size: 100% 100%;
	/* background-position: 78%; */
	margin: 30px auto 0 auto;
	display: flex;
	flex-flow: row wrap;
}

.secondmenu ul {
	width: 80%;
	margin: 35px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.secondmenu ul li:nth-of-type(1) {
	border-right: 1px dashed white;
}

.sml {
	width: 50%;
	color: white;
	display: flex;
	flex-flow: row wrap;
}

.sml span {
	font-size: 24px;
	font-weight: bold;
	padding-top: 20px;
	box-sizing: border-box;
	padding-left: 10%;
	padding-bottom: 20px;
}

.sml p {
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	display: flex;
	flex-flow: row wrap;
	box-sizing: border-box;
	padding-left: 10%;
}

.sml p img {
	width: 31px;
	height: 19px;
	margin: 0 5px;
}

.sml a {
	display: block;
	width: 80%;
	height: 40px;
	color: white;
	font-size: 18px;
	background: #ffc000;
	margin: 10px auto;
	text-align: center;
	line-height: 40px;
	border-radius: 15px;
}

.smr {
	width: 49%;
	color: white;
	display: flex;
	flex-flow: row wrap;
}

.smr span {
	font-size: 24px;
	font-weight: bold;
	padding-top: 20px;
	box-sizing: border-box;
	padding-left: 10%;
	padding-bottom: 15px;
}

.smr div {
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	display: flex;
	flex-flow: row wrap;
	box-sizing: border-box;
	padding-left: 10%;
}

.smr div img {
	width: 13px;
	height: 21px;
	margin: 0 5px;
}

#pic {
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	display: flex;
	flex-flow: row wrap;
	box-sizing: border-box;
	padding-left: 10%;
}

#pic img {
	width: 95px;
	height: 95px;
	position: relative;
	z-index: 1000;
	bottom: 30px;
	left: 10px;
}

.smr div a {
	color: #fae101;
}

/*03*/
.third {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	padding-top: 300px;
	box-sizing: border-box;

}

.third i {
	display: block;
	width: 100%;
	text-align: center;
}

.tmenu {
	width: 90%;
	height: 550px;
	background: url(../img/bg2.png) no-repeat;
	background-size: 100% 100%;
	/* background-position: 78%; */
	margin: 60px auto 0 auto;
	display: flex;
	flex-flow: row wrap;
}

.container {
	width: 84%;
	height: 451px;
	/* background: pink; */
	margin:50px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	display: none;
}
.container1{
	display: block;
}

.teml {
	width: 50%;
}

.teml img {
	width: 98%;
	/* height: 100%; */
}
.temr{
	width: 50%;	
	position: relative;
	left: 50%;
	margin-top: -450px;
}
#t1{
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	padding-left: 10%;
	box-sizing: border-box;
	margin-top: 20px;
}
#t1 span{
	font-size: 18px;
	font-weight: 100;
	padding-left: 10%;
	box-sizing: border-box;
}
#t2{
	padding-left: 10%;
	box-sizing: border-box;
	margin-top:20px;
	font-size: 19px;
}
.temr ul{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin-top: 20px;
}
.temr ul li{
	width: 30%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	border-radius: 10px;
	letter-spacing: 4px;
}
.temr ul li a{
	color: white;
}
.temr ul li:nth-of-type(1){
	background: #fe9900;
}
.temr ul li:nth-of-type(2){
	background: #01c4d7;
}
.six-top {
	width: 50%;
	/* height: 50px; */
	background: #04CCE0;
	float: right;
	position: relative;
	right: 0;
	bottom: 0;
}

.six-top .six-top-item {
	width: 98px;
	height: 50px;
	background-color: #d5d5d5;
	text-align: center;
	line-height: 50px;
	float: left;
	margin-right: 2px;
	border: 1px solid #d5d5d5;
	cursor: pointer;
}

.six-top .six-top-item-spe {
	margin-right: 0px;
}


.six-top .on {
	background-color: #fff;
}

.six-cont {
	width: 50%;
	/* height: 450px; */
	border: 1px solid #e8e8e8;
	position: relative;
}

/* .cont {
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
} */

.six-cont1 {
	background-color: red;
	display: block;
}

.six-cont2 {
	background-color: orange;
	display: none;
}

.six-cont3 {
	background-color: yellow;
	display: none;
}

.six-cont4 {
	background-color: green;
	display: none;
}

.six-cont5 {
	background-color: blue;
	display: none;
}
.cont{
	width: 50%;
	position: relative;
	right: 0;
	z-index: 1000;
	left: 50%;
	margin-top: -300px;
	
}
.cont ul{
	width:80%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.cont ul li{
	display: block;
	width: 31%;
	overflow: hidden;
	border-radius:10px;
	
}
.cont ul li:nth-of-type(1){
	margin-left:10%;
	margin-top: 10px;
}
.cont ul li:nth-of-type(2){
	margin-right:10%;
	margin-top: 10px;
}
.cont ul li img{
	width: 100%;
	height: 100%;
	border: 1px solid #bdbdbd;
}
.ms{
	margin-top: 40px;
}
/*04*/
.fouth {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	padding-top: 310px;
	box-sizing: border-box;
}

.fouth i {
	display: block;
	text-align: center;
	width: 100%;
}

.fouth i img {
	width: 834px;
	height: 144px;
	/* margin: auto; */
}

.fouth p {
	width: 100%;
	margin-top: 10px;
}

.fouth p img {
	width: 100%;
}

footer {
	/* margin-top: 100px; */
}

/*底部*/
.bottom {
	width: 100%;
	height: 340px;
	background: url(../img/xinfooter.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
