* { margin: 0; padding: 0; }

li {
	list-style: none;
}
a {
	text-decoration: none;
}

body {
	background: url(../img/bg.jpg);
}

/** top **/
.top {
	width: 1360px;
	height: auto;
	margin: 0 auto;
	min-height: 115px;
	background: url(../img/top.jpg) no-repeat;
	background-size: 1360px auto;
}
.top01 {
	width: 1000px;
	height: auto;
	min-height: 400px;
	margin-left: 160px;
	display: flex;
	position: absolute;
}

.top_left {
	width: 153px;
	height: auto;
	min-height: 400px;
	float: left;
}
.top_left_logo {
	width: 153px;
	height: auto;
	min-height: 400px;
}
.top_left_logo img {
	width: 100%;
	height: auto;
}

.top_right {
	width: 870px;
	height: auto;
	min-height: 400px;

}
.top_right_nav {
	width: 887px;
	height: auto;
	margin: 0 auto;
	min-height: 41px;
	margin-top: 73px;
	background-color: #5F9EA0;
	border-top: 1px #5F9EA0 solid;
	border-top-right-radius: 6px;
}

/** navigation **/
.nav {
	float: left;
	background-color: #5F9EA0;
}
.nav a {
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1.7px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	transition: all 1.5s;
	border-bottom: 1px #5F9EA0 solid;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.nav a:hover , .nav .onShow {
	background-color: #FFFFFF;
	color: #5F9EA0;
}

.top_right_slides {
	width: 887px;
	height: auto;
	min-height: 325px;

}
.top_right_slides img {
	width: 100%;
	height: auto;
}

/** middle **/
.middle {
	width: 1360px;
	height: auto;
	min-height: 1000px;
	margin: 0 auto;
	padding-top: 328px;
	clear: both;
	background: url(../img/bg02.jpg) no-repeat;
	background-size: 1360px auto;
}
.middle01 {
	width: 1040px;
	height: auto;
	min-height: 1360px;
	margin: 0 auto;
	display: flex;
	background-color: #FFFFFF;
}
.middle_left {
	width: 690px;
	height: auto;
	min-height: 500px;
	float: left;
	
}

.middle_left_download {
	width: 1030px;
	height: auto;
	min-height: 500px;
	float: left;
	
}


/** index **/
.left01 {
	width: 580px;
	height: auto;
	min-height: 35px;
	margin: 0 auto;
	padding-top: 15px;
	font-size: 18px;
	font-family: 华文行楷;
	letter-spacing: 1px;
	color: #909;
}

.left01_d {
	width: 95%;
	height: auto;
	min-height: 35px;
	margin: 0 auto;
	padding-top: 15px;
	font-size: 18px;
	font-family: 华文行楷;
	letter-spacing: 1px;
	color: #909;
	
}

.message {
	width: 585px;
	height: auto;
	min-height: 100px;
	margin: 0 auto;
	margin-bottom: 15px;
	border: 1px #DCDCDC solid;
	border-radius: 5px;
	
}
.message01 {
	width: 570px;
	height: auto;
	margin: 0 auto;
	min-height: 30px;
	font-size: 20px;
	margin-top: 1.5%;
}
.message02 {
	width: 570px;
	height: auto;
	margin: 0 auto;
	min-height: 65px;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-indent: 2em;
	line-height: 27px;
	text-align: justify;
}
.message03 {
	width: 80px;
	height: 28px;
	margin-left: 510px;
}
.message03 a {
	font-size: 14.5px;
	text-decoration: none;
	color: #5F9EA0;
	transition: all 0.75s;
}
.message03 a:hover {
	font-size: 16px;
	color: #003366;
}


.left02 {
	width: 584px;
	height: auto;
	min-height: 200px;
	margin: 0 auto;
	border: 1px gainsboro double;
	border-radius: 5px;
}
.left02_01 {
	width: 194px;
	height: auto;
	min-height: 200px;
	float: left;

}
.left02_02 {
	width: 194px;
	height: auto;
	min-height: 200px;
	float: left;
	border-left: 1px gainsboro solid;
	border-right: 1px gainsboro solid;

}
.left02_01_fir {
	width: 175px;
	height: auto;
	min-height: 26px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 15.5px;
	font-family: 华文中宋;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: justify;
}
.left02_01_sec {
	width: 175px;
	height: auto;
	min-height: 125px;
	margin: 0 auto;
	font-size: 14px;
	text-indent: 2em;
	line-height: 21px;
	text-align: justify;
	word-break: break-all;
	word-wrap: break-word; 
	letter-spacing: 0.5px;
	overflow: hidden;
}
.left02_01_thi {
	width: 85px;
	height: auto;
	min-height: 26px;
	margin: 0 auto;
	margin-left: 55%;
	padding-top: 7px;
	margin-top: 1.5%;
}
.left02_01_thi a {
	font-size: 14.5px;
	text-decoration: none;
	color: #5F9EA0;
	transition: all 0.75s;
}
.left02_01_thi a:hover {
	font-size: 16px;
	color: #003366;
}

.left03 {
	width: 584px;
	height: auto;
	min-height: 550px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 25px;
	clear: both;
	position: relative;
	display: block;
	border: 3px #DCDCDC solid;
	border-radius: 5px;
}
.left03_1 {
	width: 583px;
	height: auto;
	min-height: 200px;
	margin: 0 auto;

}
.left03_1 img {
	width: 100%;
	height: auto;
	font-size: 0;
}

.left03_2 {
	width: 583px;
	height: auto;
	min-height: 330px;
	margin: 0 auto;
	margin-top: 30px;

}
.left03_2 img {
	width: 100%;
	height: auto;
	font-size: 0;
}

.left04 {
	width: 580px;
	height: auto;
	min-height: 800px;
	margin: 0 auto;
}



.middle_right {
	width: 340px;
	height: auto;
	min-height: 500px;
	float: left;
}
.right01 {
	width: 300px;
	height: auto;
	min-height: 400px;
	margin-top: 18px;
	border: 1px cadetblue solid;
	border-radius: 5px;
}
.right01_title {
	width: 300px;
	height: 35px;
	margin: 0 auto;
	text-align: center;
	padding-top: 7px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: cadetblue;
}
.right01_text {
	width: 300px;
	height: auto;
	min-height: 360px;
	margin: 0 auto;
	padding-top: 1px;
	background-color: #FFFFFF;
}
.text_list {
	width: 280px;
	height: auto;
	min-height: 30px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	text-align: justify;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 20px;
	border-bottom: 1px #DCDCDC dashed;
	
}
.text_list a {
	text-decoration: none;
	font-size: 15px;
	color: #003366;
	letter-spacing: 1px;
	margin-left: 5px;
	transition: all 0.75s;
}
.text_list img {
	width: 20px;
	height: auto;
	float: left;
	margin-left: 5px;
}
.text_list a:hover {
	color: #A52A2A;
}

.right02 {
	width: 300px;
	height: auto;
	min-height: 160px;
	margin-top: 18px;
	border: aliceblue 1px solid;
	border-radius: 3px;
	background-color: #DCDCDC;
}
.right02_text {
	width: 285px;
	height: auto;
	min-height: 150px;
	line-height: 30px;
	margin: 0 auto;
	padding-top: 3%;
	padding-bottom: 3%;
}
.right02_1 {
	font-size: 22px;
	text-align: justify;
}
.right02_2 {
	font-size: 15px;
	text-align: justify;
	margin-top: 5px;
}

/** about **/
.about {
	width: 80%;
	height: auto;
	margin: 0 auto;
	min-height: 1100px;
	font-size: 16px;
	line-height: 27px;
	text-align: justify;
}
.about_title{
	font-weight: bold;
	margin-top: 3%;
}

/** office **/
.office {
	width: 85%;
	height: auto;
	margin: 0 auto;
	min-height: 1100px;
	font-size: 16px;
	line-height: 27px;
	text-align: justify;
}
.office_title {
	font-weight: bold;
	margin-top: 3%;
}


/** memberships **/
.Memberships {
	width: 95%;
	height: auto;
	margin: 0 auto;
	min-height: 1100px;
}
.Memberships01 {
	width: 23%;
	height: auto;
	margin: 0 auto;
	min-height: 1100px;
	float: left;
	border: 1px #F8F8FF solid;
	border-radius: 6px;
	background-color: #F8F8FF;
}
.Memberships01_1 {
	width: 93%;
	margin: 0 auto;
	height: 40px;
	line-height: 50px;
	font-size: 25px;
}
.Memberships01_list {
	width: 93%;
	margin: 0 auto;
	height: auto;
	min-height: 1000px;
}

.contry {
	margin-top: 8%;
}
.contry img {
	width: 12px;
	height: 12px;
}
.contry a {
	font-size: 18px;
	color: #13227a;
	transition: all 0.75s;
}
.contry a:hover , .onShow02 {
	color: brown;
	letter-spacing: 1px;
}


.Memberships02 {
	width: 75.5%;
	height: auto;
	margin: 0 auto;
	min-height: 1100px;
	float: left;
	margin-left: 1%;
}
.Memberships02_01 {
	font-size: 20px;
	line-height: 30px;
}
.Memberships_txt {
	font-size: 15px;
	line-height: 25px;
	margin-top: 1%;
	text-align: justify;
}
.Memberships_txt img {
	width: 17px;
	height: auto;
}


/** text zhanwei **/
.text {
	width: 80%;
	height: auto;
	margin: 0 auto;
	min-height: 100px;
	font-size: 16px;
	line-height: 27px;
	text-align: justify;
}

.text_d {
	width: 95%;
	height: auto;
	margin: 0 auto;
	min-height: 40px;
	font-size: 16px;
	line-height: 27px;
	text-align: justify;
	padding-top: 10px;
}

/** Office Bearers  **/
.committee {
	width: 570px;
	height: 35px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	margin-top: 7px;
	padding-top: 8px;
	padding-left: 8px;
	border: 1px #DCDCDC solid; 
	background-color: #5F9EA0;
}
.committee_list {
	width: 578px;
	height: 120px;
	margin: 0 auto;
	border: 1px #DCDCDC solid; 
}
.committee_img {
	width: 200px;
	height: 120px;
	float: left;
	border-right: 1px #DCDCDC solid;
}
.committee_img img {
	width: 100%;
	height: auto;
}

.committee_text {
	width: 377px;
	height: 120px;
	float: left;
}
.committee_text01 {
	width: 370px;
	height: 30px;
	font-size: 22px;
	font-family: 华文中宋;
	font-weight: bold;
	margin-left: 7px;
	margin-top: 2px;
}
.committee_text02 {
	width: 370px;
	height: 80px;
	font-size: 18px;
	margin-left: 7px;
	margin-top: 5px;
	text-indent: 2em;
	text-align: justify;
	word-break: break-all;
	word-wrap: break-word;
}

/** contact **/
.contact_img {
	width: 930px;
	height: auto;
	min-height: 100px;
	margin: 0 auto;
	float: left;
}
.contact_img img {
	width: 100%;
	height: auto;
}

.contact {
	position: absolute;
	width: 930px;
	height: auto;
	min-height: 100px;
	padding-bottom: 10px;
	display: block;
	background: url(../img/bg01.png);
}
.contact01 {
	width: 930px;
	height: auto;
	margin: 0 auto;
	font-size: 25px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
}
.contact02 {
	width: 930px;
	height: auto;
	margin: 0 auto;
	font-size: 17px;
	font-weight: bold;
	margin-top: 8px;
	line-height: 35px;
	padding-left: 20px;
}

/** detial **/
.zhengwen {width: 80%;
           max-width: 100%;
           margin: 0 auto;
		   text-align: center;
		   padding-left: 20px;
		   padding-right: 2px;
		   padding-bottom: 10px;
		   margin-bottom: 15px;}
.zhengwen h1 {margin: 0;
              padding-top: 20px;}
.zhengwen p {margin: 0;
             padding-top: 10px;
			 font-size: 17px;
			 text-align:justify;
			 line-height: 27px;
			 text-indent: 2em;}
.zhengwen img  {width: 500px;
                height: auto;}


.bottom {
	width: 1360px;
	height: auto;
	min-height: 27px;
	margin: 0 auto;
	padding-top: 4px;
	text-align: center;
	font-size: 15px;
	background-color: cadetblue;
	border-bottom: 1px cadetblue solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.customer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* 调整图片之间的间距 */
  }

.customer img{
	width: 248px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
/*	margin-right: 5px; */
}

.customer figcaption {
    text-align: center; /* 将名字居中显示 */
    font-size: 1em; /* 调整名字的字体大小 */
    margin-top: 3px; /* 名字与图片之间的间距 */
  }

.customer figure {
    text-align: center; /* 将名字居中显示 */
    font-size: 1em; /* 调整名字的字体大小 */
    margin-top: 5px; /* 名字与图片之间的间距 */
  }

.customer .more1 {
  margin-left: auto; /* 这个样式确保 .more1 推到右侧 */
}

.more1 a{
	margin-right: auto; 
	color: blue; /* 链接文本颜色为蓝色 */
}