/* @font-face {
  font-family: 'Cabin';
  src: url('../fonts/Cabin-Italic-VariableFont_wdth,wght.ttf') format('truetype2'),
       url('../fonts/Cabin-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */
* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	/*background: #444;*/
	font-family: "Cabin", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	font-size: 12px;
}

ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}

dl,
dt,
dd,
span {
	margin: 0;
	padding: 0;
	/*display: block;*/
}

a,
a:focus {
	text-decoration: none;
	color: #333333;
	/* outline: none; */
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

cite {
	font-style: normal;
}

h2 {
	font-weight: normal;
}

/* ::-moz-selection {color: #fff;color: rgba(255,255,255,0.85);background: #03a8b1;}::selection {color: #fff;color: rgba(255, 255, 255, 0.85);background: #03a8b1;} */
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

h2 {
	font-size: 12px
}
.header{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 0 10%;
	box-sizing: border-box;
	position: fixed;
    top: 0;
    z-index: 999;
	
}
.header .logo_menu{
	display: flex;
	align-items: center;
}
.header .logo_menu .logo{
	display: flex;
	align-items: center;
	padding: 16px 0;
}
.header .logo_menu .logo img{
	width: 68px;
	height: 61px;
}
.header .logo_menu .logo .name{
	margin-left: 20px;
	border-right: 2px solid #ffffff;
	padding-right: 20px;
}
.header .logo_menu .logo .name h1{
	font-size: 18px;
	font-weight: 500;
}
.header .logo_menu .logo .name p{
	font-size: 8px;
	font-weight: 400;
	letter-spacing: 0.84em;
	margin-top: 6px;
}
.header .logo_menu .menu{
	display: flex;
	margin-left: 20px;
	height: 100%;
}
.header .logo_menu .menu ul{
	display: flex;
	align-items: center;
}
.header .logo_menu .menu ul li{
	height: 100%;
	display: flex;
    align-items: center;
}
.header .logo_menu .menu ul li .one_nav{
	font-size: 14px;
	color: #fff;
	display: flex;
    height: 100%;
    align-items: center;
	padding: 0 20px;
}
.header .logo_menu .menu ul li .one_nav:hover{
	color: #fff;
}
.header .other{
	display: flex;
	align-items: center;
}
.header .other .search img{
	width: 24px;
	height: 24px;
}
.header .other .language{
	margin-left: 25px;
}
.header .other .language_a{
	display: flex;
	align-items: center;
}
.header .other .language_a img{
	width: 24px;
	height: 24px;
}
.header .other .language_a p{
	font-size: 14px;
	font-weight: 400;
	margin-left: 6px;
	color: #fff;
}
.header:hover{
	background-color: #fff;
}
.header:hover .logo_menu .logo .name{
	color: rgba(51, 51, 51, 1);
	border-right: 2px solid #DDDDDD;
}
.header:hover .logo_menu .menu ul li .one_nav{
	color: rgba(51, 51, 51, 1);
}
.header:hover .other .language_a p{
	color: rgba(51, 51, 51, 1);
}
.header .logo_menu .menu ul li:hover{
	background-color: rgba(1, 142, 57, 1);
}
.header .logo_menu .menu ul li:hover .one_nav{
	color: #fff;
}
.header .logo_menu .menu ul li .two_nav{
	position: absolute;
	width: 100%;
	top: 93px;
	left: 0;
	background-color: #fff;
	padding: 30px 0;
	box-sizing: border-box;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
	display: none;
}
.header .logo_menu .menu ul li:hover .two_nav{
	display: block;
}

.header .logo_menu .menu ul li .two_nav .two_nav_ul{
	width: 70%;
	margin: 0 auto;
	display: flex;
    justify-content: space-evenly;
}
.header .logo_menu .menu ul li .two_nav .two_nav_li{
	display: flex;
    flex-direction: column;
}
.header .logo_menu .menu ul li .two_nav .two_nav_li h1{
	font-size: 18px;
	font-weight: 600;
	line-height: 25.2px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 20px;
}
.header .logo_menu .menu ul li .two_nav .two_nav_li a{
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 20px;
}
.header .logo_menu .menu ul li .three_nav{
	background-color: #fff;
	display: none;
	flex-direction: column;
	position: absolute;
	top: 93px;
}
.header .logo_menu .menu ul li .three_nav .three_nav_li{
	padding: 14px 20px 14px 20px;
	font-size: 14px;
}
.header .logo_menu .menu ul li .three_nav .three_nav_li:hover{
	background-color: rgba(1, 142, 57, 1);
	color: #fff;
}
.header .logo_menu .menu ul li:hover .three_nav{
	display: flex;
}
/* 底部 */
.floor{
	width: 100%;
	background-color: #181818;
}
.floor .link {
	border-bottom: 1px solid #666666;
	width: 100%;
	padding: 10px 0;
}
.floor .link ul{
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
    align-items: center;
}
.floor .link ul li{
	margin-right: 60px;
}
.floor .link ul .tianmao{
	background-image: url(../images/tianmao.png);
	width: 46px;
	height: 28px;
}
.floor .link ul .weixin{
	background-image: url(../images/weixin.png);
	width: 50px;
	height: 50px;
}
.floor .link ul .douyin{
	background-image: url(../images/douyin.png);
	width: 40px;
	height: 40px;
}
.floor .floor_con{
	width: 70%;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
    justify-content: space-between;
}
.floor .floor_con .floor_logo{
	display: flex;
	flex-direction: column;
    align-items: center;
	color: #fff;
}
.floor .floor_con .floor_logo img{
	width: 68.57px;
	height: 60.13px;

}
.floor .floor_con .floor_logo h1{
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
}
.floor .floor_con .floor_logo p{
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.25em;
	margin-top: 10px;
}
.floor .floor_con ul{
	display: flex;
	justify-content: space-between;
	width: 75%;
}
.floor .floor_con ul li{
	/* margin-left: 30px; */
}
.floor .floor_con ul li h1{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}
.floor .floor_con ul li p{
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #999999;
}
.floor .floor_con ul li p a{
	color: #999999;
}
.floor .layer{
	border-top: 1px solid #666666;
	width: 100%;
	padding: 20px 0;
	color: #999999;
	text-align: center;
}
.floor .layer p{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}
.floor .layer p a{
	color: #999999;
}
.gotop{
	width: 58px;
	height: 58px;
	border-radius: 50px;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 20px;
	font-weight: 600;
	display: flex;
	align-items: center;
    justify-content: center;
	flex-direction: column;
	color: #fff;
	cursor: pointer;
	position: fixed;
	bottom: 450px;
	right: 20px;
    z-index: 99999;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
}

.pages1{width:100%; padding:20px 0 20px; text-align:center; }
.pages1 A{display:inline-block; width: auto; min-width:40px; padding:0 5px; height: 40px; line-height: 38px; margin: 0 3px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;color: #999;border-radius: 4px;background-color: #c2c9d1; border: 1px solid #c2c9d1; color:#fff;}
.pages1 A:hover{COLOR: #fff;font-size:100%;background-color: #515151;border: 1px solid #515151;}
.pages1 A:active{COLOR: #fff;font-size:100%;background-color: #515151;border: 1px solid #515151;}
.pages1 A.current{COLOR: #fff;font-size:100%;background-color: #515151;border: 1px solid #515151;}
.pages1 SPAN.current{ display:inline-block; width: auto; min-width:40px; height: 40px; line-height: 38px; margin: 0 3px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;font-weight: 400;color: #fff;background: #515151;border-radius: 4px;border: 1px solid #515151;}

.model_nav{
	display: none;
}

@media (max-width: 1300px) {
	.header{
		padding: 0 20px;
	}
	
}
@media (max-width: 720px) {
	.header{
		padding: 0 20px;
		display: none;
		
	}
	 .model_nav {
		 background-color: #fff;
		width: 100%;
		position: relative;
		top: 0;
		display: block;
        z-index: 999;
	}
	 .model_nav .model_nav_con{
		width: 100%;
		display: flex;
		padding: 30px 38px;
		box-sizing: border-box;
		justify-content: space-between;
		align-items: center;
	}
	 .model_nav .logo{
		display: flex;
		align-items: center;
	}
	.model_nav .logo .name{
		margin-left: 30px;
	}
	.model_nav .logo .name h1{
		font-size: 30px;
	}
	.model_nav .logo .name p{
		font-size: 18px;
		letter-spacing: 8px;
        text-align: center;
	}
	 .model_nav ul{
		position: absolute;
		top: 123px;
		width: 100%;
        height: 100vh;
		background-color: #fff;
		padding: 0 62px;
		box-sizing: border-box;
		overflow: hidden;
		z-index: 999;
	}
	 .model_nav ul li{
		width: 70%;
		background-image: url(../images/nav-jt.png);
		background-repeat: no-repeat;
		background-position: center right;
		padding: 20px 0;
		font-size: 30px;
	}
	 .model_nav ul li a{
		display: block;
	}
	 .model_nav ul li .model_one_nav{
		color: #333333;
		font-size: 30px;
	}
	 .model_nav ul li .on{
		font-weight: bold;
		border-bottom: 2px solid #333;
	}
	 .model_nav ul li .model_two_nav{
		position: absolute;
		top: 0;
        width: 100%;
        background: #fff;
		padding-bottom: 30px;
		height: 100vh;
	}
	 .model_nav ul li .model_two_nav h4{
		background-image: url(../images/nav-cb.png);
		background-repeat: no-repeat;
		background-position: center left;
		padding: 20px 0 20px 40px;
	}
	 .model_nav ul li .model_two_nav .model_two_nav_li{
		padding: 20px 0;
		
	}
	 .model_nav ul .search {
		background-image: url(../images/search_on.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		width: 37px;
		height: 39px;
		margin-top: 50px;
		margin-left: 18px;
		cursor: pointer;
	}
	 .model_nav ul .language {
		background-image: url(../images/language_on.png);
		background-size: 39px 39px;
		background-repeat: no-repeat;
		background-position: left center;
		width: 39px;
		height: 39px;
		margin-top: 50px;
		margin-left: 74px;
		padding-left: 48px;
		cursor: pointer;
		font-size: 24px;
		line-height: 39px;
	}
	.model_nav ul .search_language{
	    display: flex;
	}
	.floor .link ul{
		width: 100%;
		justify-content: space-evenly;
	}
	.floor .link ul li{
		margin-right: 0;
	}
	.floor .floor_con{
		width: 96%;
	}
	.floor .floor_con {
		display: none;
	}
	.floor .layer p{
		line-height: 28px;
	}
}