/* 英文默认字体 */

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins.woff2')
}

* {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

html,
body {
	font-size: 16px;
	background-color: #fff;
}

body,
div,
a,
li,
ul,
ol,
dl,
img,
span,
input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

/* 外边距和后台一致 */

p {
	margin: 5px 0;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.after:after {
	content: '';
	display: block;
	clear: both;
}

.mr-0 {
	margin-right: 0px !important;
}

.this-1200 {
	margin: 0 auto;
	width: 1200px;
}

.this-1600 {
	margin: 0 auto;
	width: 1600px;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */
#header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	height: 100px;
}

.hh:hover,
.header-active {
	transition: all 0.3s;
	color: #000;
	background: #fff !important;
	box-shadow: 0 2px 4px 0px rgb(0 0 0 / 10%);
}

#header .logo,
#header .logo_active {
	height: 69px;
	margin-top: 15px;
}


.hh:hover .logo,
.header-active .logo {
	display: none;
}

.hh:hover .logo_active,
.header-active .logo_active {
	display: block;
}

.logo_active {
	display: none;
}

#nav {
	float: left;
}

#nav a {
	float: left;
	font-size: 19px;
	color: #eee;
	padding: 0 10px;
	margin-right: 24px;
	line-height: 98px;
	transition: all 0.3s;
}

#nav a.active,
#nav a:hover {
	color: #fff;
}

#nav a.active {
	border-bottom: 3px solid #2867b4;
	box-sizing: border-box;
}

.search a i {
	color: #fff;
	line-height: 96px;
}

.hh:hover .search a i,
.hh:hover #nav a,
.hh:hover #nav a.active,
.header-active .search a i,
.header-active #nav a,
.header-active #nav a.active {
	color: #333;
}

#banner .list li img {
	transition: all 3s;
}

#banner .list li:hover img {
	transform: scale(1.05);
	transition: all 3s;
}

.s_banner_zi {
	position: absolute;
	left: 0;
	top: 44%;
	transform: translateY(-50%);
	width: 100%;
	margin-bottom: 60px;
	z-index: 999;
}

.s_banner_zi span {
	display: block;
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	line-height: 80px;
}

.s_banner_an {
	position: absolute;
	z-index: 999;
	left: 0;
	top: 65%;
	width: 100%;
	transform: translateY(-50%);
}

.s_banner_an span {
	font-size: 20px;
	color: #fff;
	height: 44px;
	line-height: 44px;
	text-align: center;
	box-sizing: border-box;
	width: 180px;
	display: block;
	border: 1px solid #fff;

}

#home .one {
	padding: 110px 0;
}

#home .s_one_bt>p {
	font-size: 36px;
	color: #010101;
	margin: 0;
}

#home .s_one_bt .line p:nth-of-type(1) {
	width: 310px;
	height: 1px;
	background-color: #e6e6e6;
}

#home .s_one_bt .line p:nth-of-type(2) {
	width: 94px;
	height: 3px;
	background-color: #2867b4;
	margin-top: -7px;
}

#home .one .one_l {
	float: left;
	width: calc(100% - 700px);
}

#home .one .one_l .s_one_jj {
    margin: 30px 0 36px 0;
    font-size: 15px;
    color: #333;
    line-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#home .one .one_l .s_one_jj p {
	margin: 0;
}

a.s_one_an_one {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	float: left;
	background-color: #f2f2f2;
	padding: 0 20px;
	margin-right: 30px;
	min-width: 150px;
	color: #333;
	transition: all 0.3s;
}

a.s_one_an_one:nth-of-type(2) {
	margin-right: 0;
}

a:hover.s_one_an_one {
	color: #fff;
	background-color: #2867b4;
}

#home .one .one_r {
	float: right;
	width: 613px;
	/* height: 429px; */
	padding-top: 36%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 20px;
}

#home .s_two_bt {
	margin-bottom: 80px;
}

#home .s_two_bt>p {
	font-size: 36px;
	color: #010101;
	margin: 0;
	text-align: center;
	margin-bottom: 10px;
}

#home .s_two_bt .line p:nth-of-type(1) {
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	margin: auto;
}

#home .s_two_bt .line p:nth-of-type(2) {
	width: 170px;
	height: 3px;
	background-color: #2867b4;
	margin: auto;
	margin-top: -2px;
}

.s_two_s .s_two_l {
	float: left;
	width: 750px;
	padding-top: 35%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.s_two_s .s_two_r {
	float: right;
	width: calc(100% - 800px);
	margin-left: 50px;
	margin-top: 90px;
}

#home .two {
	margin-bottom: 100px;
}

#home .two .two_bt {
	font-size: 30px;
	line-height: 36px;
	height: 36px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
	font-weight: bold;
}

#home .two .two_jj {
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
}

#home .two a.s_two_more {
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	width: 120px;
	text-align: center;
	color: #333;
	display: block;
	transition: all 0.3s;
	margin-top: 90px;
	background-color: #e5e5e5;
}

#home .two a:hover.s_two_more {
	background-color: #2867b4;
	color: #fff;
}

.s_two_x {
	margin-top: 40px;
}

.s_two_x .s_two_one {
	float: left;
	width: calc(50% - 20px);
	margin-right: 40px;
}

.s_two_x .s_two_one:nth-of-type(2) {
	margin-right: 0;
}

.s_two_x .s_two_one .s_two_img {
	width: 100%;
	padding-top: 60%;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.s_two_one_l {
	float: left;
	margin-top: 50px;
	padding: 0 20px;
	width: calc(100% - 180px);
}

/*.s_two_jt {*/
/*	float: right;*/
/*	margin-left: 20px;*/
/*	font-size: 36px;*/
/*	width: 70px;*/
/*	color: #ccc;*/
/*	margin-top: 50px;*/
/*	text-align: center;*/
/*	transition: all 0.3s;*/
/*}*/

.s_two_jt {
	float: right;
	margin-left: 20px;
	margin-top: 50px;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	width: 120px;
	text-align: center;
	color: #333;
	display: block;
	transition: all 0.3s;
	background-color: #e5e5e5;
}


#home .s_two_one a:hover .s_two_jt {
	background-color: #2867b4;
	color: #fff;
}


.s_two_one a .two_bt {
	transition: all 0.3s;
}

.s_two_one a:hover .two_bt {
	color: #2867b4 !important;
}


.s_two_one a:hover .s_two_jt {
	color: #2867b4;
}

#home .three li {
	float: left;
	width: calc(25% - 70px);
	margin-right: 93px;
	margin-bottom: 60px;
}

#home .three li:nth-of-type(4n) {
	margin-right: 0;
}

#home .three li .three_img {
	height: 100px;
}

#footer {
	padding: 90px 0;
	background-color: #000;
	color: #fff;
}

#footer a {
	color: #fff;
	transition: all 0.3s;
}

#footer a:hover {
	color: #2867b4;
}

#footer p {
	margin: 0;
}

#footer .footer_l {
	float: left;
	width: 300px;
}

#footer .footer_l .f_logo {
	height: 89px;
	margin-bottom: 60px;
}

.footer_l_bt {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer_l_tb img {
	max-height: 26px;
	margin-right: 14px;
	float: left;
}

#footer .footer_r {
	float: right;
	width: calc(100% - 500px);
}

#footer .footer_r .footer_one {
	float: left;
	width: calc(25% - 20px);
	margin-left: 20px;
}

#footer .footer_r .footer_one .footer_one_bt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer_one_nr a {
	width: auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	font-size: 16px;
	line-height: 30px;
}

#footer .bq {
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
}

#main>.banner {
	height: 500px;
	background-size: cover;
	background-attachment: initial;
	background-position: center;
}


#main .link {
	width: 100%;
	height: 50px;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
}

#main .link_l {
    display: block;
	width: 100%;
	min-height: 60px;
	margin-top: 20px;
}

#main .link_l a {
	float: left;
	height: 60px;
	font-size: 20px;
	display: block;
	color: #000;
	padding: 0 10px;
	align-items: center;
	/* margin: 0 42px; */
	margin-right: 20px;
	font-weight: bold;
	line-height: 60px;
}

#main .link_l a:hover,
#main .link_l a.active {
	color: #2867b4;
}

#main .link .link_r {
	/*float: right;*/
	text-align: right;
	color: #999;
	font-size: 14px;
	line-height: 50px;
}

#main .link .link_r i {
	font-size: 18px;
	color: #666;
	margin-right: 10px;
}

#main>.link .link_r a {
	color: #666;
	font-size: 14px;
}

.about {
	margin: 40px 0;
}

.contact_nr {
	margin-bottom: 20px;
}

.contact_nr .contact_l {
	float: left;
	width: 670px;
}

.contact_nr .contact_l p {
	margin: 0;
}

.contact_nr .contact_r {
	float: right;
	width: calc(100% - 670px);
}

#main .about a{
	transition: all 0.3s;
}

#main .about a:hover{
	color: #2867b4;
}

#nav-m {
	display: none;
}

/* 手机版 */
@media screen and (max-width:1200px) {

	html,
	body {
		overflow-x: hidden;
		min-height: 100vh;
	}

	.this-1200 {
		margin: 0 30px;
		width: calc(100% - 60px);
	}

	.this-1600 {
		margin: 0 30px;
		width: calc(100% - 60px);
	}

	/* 头部 */
	.wrap {
		transition: all 0.3s ease 0s;
		transform: translate(0, 0px);
	}

	.wrap.active {
		transform: translate(calc(-90% + 60px), 0px);
	}

	#header,
	#nav {
		display: none;
	}

	#nav-m {
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
		height: 70px
	}

	#nav-m .logo,
	#nav-m .logo_active {
		height: 50px;
		float: left;
		margin-left: 15px;
		margin-top: 15px;
	}

	#nav-m .logo img,
	#nav-m .logo_active img {
		height: 40px;
	}

	#nav-m>.title {
		font-size: 14px;
		display: inline-block;
		line-height: 50px;
		vertical-align: top;
		margin-left: 10px;
		width: calc(100% - 140px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	#nav-m .menu {
		position: absolute;
		right: 10px;
		top: 21.5px;
		width: 22px;
		padding: 5px 10px;
		border: 1px solid #fff;
		border-radius: 3px;
	}

	.hh:hover .menu,
	.header-active .menu {
		border: 1px solid #333 !important;
	}

	.hh:hover .menu span,
	.header-active .menu span {
		background-color: #333 !important;
	}

	#nav-m .menu span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #fff;
	}

	#nav-m .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}

	#nav-m .nav-m-list {
		border-top: 1px solid #e8e8e8;
		background-color: #fff;
		display: none;
	}

	#nav-m .nav-m-list li {
		line-height: 50px;
		border-bottom: 1px solid #e8e8e8;
	}

	#nav-m .nav-m-list li a {
		height: 100%;
		width: 100%;
		display: block;
		padding-left: 10px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		color: #333;
		box-sizing: border-box;
	}

	/* 搜索 */
	#nav-m .nav-m-list .search_m {
		font-size: 0;
		display: block;
		padding: 20px;
		border-bottom: 1px solid #e8e8e8;
	}

	#nav-m .nav-m-list .search_m input {
		width: calc(100% - 50px);
		line-height: 35px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		outline: none;
		border: 1px solid #DEDEDF;
		font-size: 12px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	#nav-m .nav-m-list .search_m button {
		width: 50px;
		line-height: 37px;
		border: 0;
		height: 37px;
		vertical-align: bottom;
		color: #fff;
		background-color: #2867b4;
		outline: none;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}


	#home .one {
		padding: 20px 0 40px 0;
	}

	#home .one .one_l {
		float: none;
		width: 100%;
	}

	#home .s_one_bt>p {
		font-size: 24px;
	}

	#home .s_one_bt .line p:nth-of-type(1) {
		width: 100%;
	}

	#home .s_one_bt .line p:nth-of-type(2) {
		width: 70px;
	}

	#home .one .one_l .s_one_jj {
		margin: 30px 0 50px 0;
	}

	a.s_one_an_one {
		width: calc(100% - 40px);
		margin-bottom: 10px;
	}

	#home .one .one_r {
		float: none;
		width: 100%;
		padding-top: 70%;
	}

	#home .s_two_bt>p {
		font-size: 24px;
	}

	#home .s_two_bt {
		margin-bottom: 30px;
	}

	.s_two_s .s_two_l {
		width: 100%;
		padding-top: 56%;
	}

	.s_two_s .s_two_r {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}

	#home .two .two_bt {
		font-size: 20px;
	}

	#home .two .two_jj {
		font-size: 14px;
	}

	#home .two a.s_two_more {
		width: 100%;
		margin-top: 10px;
	}
	
	.s_two_x {
    margin-top: 20px;
}

	.s_two_x .s_two_one {
		float: none;
		width: 100%;
		display: inline-block;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.s_two_one_l {
		float: none;
		margin-top: 20px;
		padding: 0;
		width: 100%;
	}

	.s_two_jt {
		float: none;
        font-size: 14px;
        line-height: 50px;
        height: 50px;
        text-align: center;
        color: #333;
        display: block;
        transition: all 0.3s; 
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        background-color: #e5e5e5;
	}

	#home .two {
		margin-bottom: 0px;
	}

	#home .three li {
		float: none;
		width: auto;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	#home .three li .three_img {
		background-position: center;
		background-repeat: no-repeat;
	}

	#home .three li:nth-of-type(4n) {
		margin-right: auto;
	}

	#footer {
		padding: 30px 0;
	}

	#footer .footer_l {
		float: none;
		width: 100%;
	}

	#footer .footer_r {
		float: none;
		width: 100%;
		margin-top: 30px;
	}

	#footer .footer_l .f_logo {
		margin-bottom: 20px;
	}

	#footer .footer_r .footer_one {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}

	#footer .footer_r .footer_one .footer_one_bt {
		margin-bottom: 10px;
	}

	#footer .bq {
		margin-top: 30px;
	}

	#banner .list li {
		height: 95vh !important;
		width: max-content !important;
		transform: translate(-37%, -10%);
	}

	.s_banner_zi {
		left: 37%;
		top: 50%;
		width: 370px;
	}

	.s_banner_an {
		left: 37%;
		top: 90%;
	}

	.s_banner_zi span {
		font-size: 40px;
		line-height: 46px;
	}

	.s_banner_an span {
		font-size: 16px;
	}

	#main>.banner {
		height: 300px;
	}

	#main .link {
	    display: none;
	}

	#main .link .link_l {
		float: none;
		margin-top: 30px;
	}

	#main .link .link_l a {
		float: none;
		height: 40px;
		font-size: 18px;
		/* margin: 0 42px; */
		margin-right: 0;
		line-height: 40px;
	}

	#main .link .link_r {
		float: none;
		color: #999;
		font-size: 14px;
		line-height: 40px;
		display: none;
	}

	.about {
		margin: 30px 0;
	}
	
	.about p>span strong {
		font-size: 20px!important;
	}

		.about p{
		    margin: 0;
		    line-height: 2em!important;
		}
	
	.about p>span{
		font-size: 18px!important;
		line-height: 30px;
	}
	
	.contact_nr .contact_l {
		float: none;
		width: 100%;
	}

	.contact_nr .contact_r {
		float: none;
		width: 100%;
	}
	
	#main .link_l a {
	    height: auto;
    line-height: 40px;
    margin-right: 0;
	}
}

@media screen and (min-width:1201px) and (max-width:1399px) {
	.s_banner_an {
		top: 70%;
	}
	
}
