
/*通用属性*/

body{
	font-family: "PingFang SC" , "Microsoft Yahei" , sans-serif;/*指定使用本地自带字体*/
}

/* 清除所有的浮动恢复高度值 */
.clear_fix:after{
	content: '';
	display: block;
	clear: both;
}

.m_left{
	margin-left: 15%;
	float: left;
}

.m_right{
	margin-right: 15%;
	float: right;
}

.show_list{
	position: relative;
}

.show_list .move_list{
	position: absolute;
	display: none;
	left: 0;
	z-index: 1;
	width: 100%;
	background: rgba(50,50,50,0.85);
	text-align: center;
}

.show_list .move_list a{
	color: #FFFFFF;
}

.show_list:hover .move_list{
	display: block;
}

.show_list .move_list li:hover{
	background: #000000;
	transition: .5s;
}

.show_list1{
	position: relative;
}

.show_list1 .move_list1{
	position: absolute;
	display: none;
	top: 0;
	left: 100%;
	z-index: 1;
	width: 100%;
	background: rgba(50,50,50,0.85);
	text-align: center;
}

.show_list1 .move_list1 a{
	color: #FFFFFF;
}

.show_list1:hover .move_list1{
	display: block;
}

.show_list1 .move_list1 li:hover{
	background: #000000;
	transition: .5s;
}

/* 页眉属性参数 */

.header{
	z-index: 5;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	min-width: 1366px;
	box-shadow: 0 4px 13px rgba(0,45,95,0.4);
}

.top0{
	height: 40px;
	background: rgba(0,45,95,1.00);
}

.top0 img{
	height: 25px;
}

.top0 uo{
	display: flex;
	justify-content: center;
	line-height: 40px;
}

.top0 lo{
	padding: 0 10px;
}

.top0 a{
	color:rgba(255,255,255,1.00);
}

.top1{
	height: 80px;
	background: rgba(255,255,255,.95)
}


.top1_warp{
	display: flex;
	justify-content: center;
}

.top1 img{
	padding: 20px 0;
	height: 40px;
}

.top1_warp div{
	position: relative;
	width: 200px;
}

.top1_warp dio{
	position: relative;
	width: 260px;
}

.top1 p{
	position: absolute;
	left: 50px;
	top: 20px;
	bottom: 0;
	font-size: 13px;
}

.nav{
	z-index: 2;
	min-width: 1366px;
	background: rgba(255,255,255,.95);
}

.nav_warp{
	width: 1366px;
	height: 55px;
}

.nav uo{
	text-align: center;
	line-height: 55px;
	display:block;
	justify-content: center;
}

.nav lo{
	padding: 19px 20px;
}

.nav lo a{
	font-size: 17px;
	color: rgba(0,45,95,1.00);
	font-weight: 900;
}

.nav ul li a{
	color: #FFFFFF;
	font-weight: 400;
}


/* 以下是轮播图属性参数 */

.swiper-container{
	margin-top: 165px;
	min-width: 1366px;
}

.swiper-container img{
	width: 100%;
}

#gallery{
	overflow: hidden;
	width: 400px;
	height: 400px;
}

#gallery img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#thumbs{
	width: 400px;
}

#thumbs img{
	width: 100px;
}

/* 以下是内容属性参数 */
.content{
	min-width: 1366px;
	text-align: center;
}

h1{
	text-align: center;
	font-size: 25px;
	padding: 25px;
	color: rgba(0,45,95,1.00)
}

.part0{
	width: 1366px;
	padding: 50px 0;
}

.line{
	background: rgba(0,45,95,1.00);
	height: 3px;
	border-radius: 100%;
	width: 200px;
}

.part1_warp{
	padding-bottom: 40px;
}

.part1_warp lo{
	display: inline-block;
	margin: 0 20px;
}

.part1_warp img{
	width: 280px;
	height: 280px;
}

.part1_img{
	position: relative;
}

.part1_text{
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 150px;
	height: 150px;
	color: rgba(255,255,255,1.00);
	background:rgba(50,50,50,0.5);
	border-radius: 100px;
}

.part1_text p{
	line-height: 150px;
	padding: 0 20px;
}

.part1_img:hover .part1_text{
	display: block;
}


.part2_warp{
	max-width: 1366px;
}

.part2_div{
	text-align: center;
	float: left;
	width: 100px;
	border: #000000 1px solid;
	border-radius: 2px;/*描边倒角*/
}

.part2 img{
	height: 420px;
}

.part2_text h1{
	text-align: left;
	font-size: 22px;
}

.part2_text{
	text-align: left;
	padding-top: 50px;
	padding-right: 10%;
	width: 600px;
	height: 350px;
	float: right;
}

.part2{
	height: 400px;
	background: #f2f2f2;
	padding-bottom: 20px;
}

.part3 h1{
	text-align: center;
	font-size: 25px;
	padding: 25px;
}

.part3_warp{
	padding-bottom: 40px;
}

.part3_warp lo{
	display: inline-block;
	margin: 0 20px;
}

.part3_warp img{
	width: 280px;
	height: 280px;
}

.part3_img{
	position: relative;
}

.part3_text{
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 150px;
	height: 150px;
	color: rgba(255,255,255,1.00);
	background:rgba(50,50,50,0.5);
	border-radius: 100px;
}

.part3_text p{
	line-height: 150px;
	padding: 0 20px;
}

.part3_img:hover .part1_text{
	display: block;
}

.part4{
	min-width: 1366px;
}

.part4_warp{
	width: 1366px;
	display: flex;
}

.part4 h1{
	text-align: center;
	font-size: 25px;
	padding: 25px;
}

.part4_div{
	text-align: center;
	width: 250px;
	border: #000000 1px solid;
	border-radius: 2px;/*描边倒角*/
}

.part4_img{
	display: inline-block;
	position: relative;
}

.part4_warp img{
	margin: 3px 0;
	width: 440px;
	height: 250px;
}

.part4_text{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	color: rgba(255,255,255,1.00);
	background:rgba(50,50,50,0.5); 
}

.part4_text p{
	position: absolute;
	bottom: 0;
	padding: 20px 20px;
	text-align: left;
}

.part4_img:hover .part4_text{
	display: block;
}


.part5{
	margin: 0 auto;
	min-width: 1366px;
	background:url("../images/part5_1.jpg") no-repeat;
	background-position:center;
	background-size: 100%;
}

.part5 uo{
	background: rgba(0,0,0,0.3);
	display: flex;
	padding: 250px;
	text-align: left;
}

.part5 li{
	padding: 8px 0;
}

.part5 span{
 color: #FFAE00;
 font-size: 28px;
 font-weight: bold;
}

.part5 a{
	color: #FFFFFF;
}

.part6{
	display: flex;
}


/* 以下是页脚属性参数 */
.footer{ 
	min-width: 1366px;
	background:rgba(240,240,250,1.00);
}

.footer_logo{
	padding: 50px 0;
	text-align: center;
}

.footer_logo img{
	height: 40px;
}

.footer_nav{
	text-align: center;
}

.footer_nav uo{
	width: 900px;
	display: flex;
}

.footer_nav li{
	padding: 10px;
}

.footer_nav a{
	font-size: 16px;
	color: rgba(30,30,30,1.00);
}

.footer_nav span{
	font-size: 22px;
}

.footer_nav1 uo{
	width: 200px;
	display: flex;
	justify-content: center;
}

.footer_nav1 img{
	margin: 20px 10px;
	height: 25px;
}

.QR{
	text-align: center;
}

.QR img{
	width: 60px;
	height: 60px;
}

.QR p{
	padding: 5px;
	color: rgba(30,30,30,1.00);
	font-size: 13px;
}


.icp{
	padding: 10px;
	text-align: center;
	font-size: 15px;
}

.icp a{
	color: rgba(30,30,30,1.00);
}

/*回到顶部*/
.top{
	position: fixed;
	right: 10%;
	bottom: 10%;
	background: rgba(0,45,95,1.00);
	height: 50px;
	width: 50px;
	border-radius: 25px;
}

.top p{
	cursor:pointer;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	color: rgba(255,255,255,1.00);
}

.top p1{
	cursor:pointer;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	color: rgba(255,255,255,1.00);
}
