/* 英文默认字体 */

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins.woff2')
}

* {
	font-family: Arial, Helvetica, sans-serif, 'Poppins';
}

html,
body {
	font-size: 12px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

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-1000 {
	margin: 0 auto;
	width: 1000px;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */
#header {
	background-color: #fff;
	text-align: center;
	height: 100px;
}

#header .logo {
	height: 58px;
	float: left;
	padding-top: 22px;
}

.dh {
	float: left;
	padding-top: 30px;
	padding-left: 5px;
}

#search {
	padding-top: 33px;
	float: right;
}

#search_k {
	width: 191px;
	height: 32px;
	border: 0px;
	color: #cccccc;
	outline: none;
	padding-left: 4px;
	background: url(../images/search_k.png) no-repeat;
	line-height: 32px;
}

#search_btn {
	width: 53px;
	height: 32px;
	border: 0px;
	background: url(../images/search_btn.png) no-repeat;
}

#nav {
	height: 46px;
	width: 100%;
	margin: auto;
	background: #1664AE;
}

#nav a {
	width: 196px;
	text-align: center;
	float: left;
	font-size: 13px;
	color: #fff;
	line-height: 46px;
	font-weight: bold;
}

#home .one .s_pro_bt {
	width: 205px;
	height: 28px;
}

.s_pro_bt {
	padding-top: 40px;
	padding-bottom: 50px;
	width: 100%;
	text-align: center;
	margin: auto;
}

.one_list li {
	width: calc(33% - 7px);
	margin-right: 15px;
	float: left;
}

.one_list li:nth-of-type(3n) {
	margin-right: 0;
}

.one_list .one_list_img {
	border: 1px solid #FF7045;
	width: 100%;
	height: 0;
	display: block;
	padding-top: 100%;
	box-sizing: border-box;
	background-size: cover;
}

.one_list .one_list_bt {
	font-size: 14px;
	color: #666;
	display: block;
	line-height: 47px;
	height: 47px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.3s;
}

#home .two {
	width: 100%;
	padding-top: 24%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}

#home .three {
	width: 100%;
	background: #F3F3F3;
	padding: 44px 0;
}

.three_one {
	float: left;
	width: calc(33% - 25px);
	margin-right: 18px;
	background-color: #fff;
	padding: 8px;
}

.three_one:nth-of-type(3) {
	margin-right: 0;
}

#home .three_one .three_one_img {
	width: 100%;
	padding-top: 56%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

a.three_one_nr {
	font-size: 13px;
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 154px;

}

#footer {
	width: 100%;
	height: 50px;
	background: #1C1C1C;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 50px;
}

#footer p {
	margin: 0;
}

#main {
	margin: 20px 0;
}

.main_left {
	float: left;
	width: 260px;
	margin-right: 30px;
}

#main .in-title {
	height: 47px;
	line-height: 47px;
	background: #1664AE;
	padding-left: 22px;
	font-size: 24px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#main .in-title i {
	margin-right: 10px;
}

#main .list-left .more .title a {
	float: left;
	width: calc(100% - 40px);
	font-size: 13px;
}

#main .list-left a:hover,
#main .list-left a.active {
	background-color: #1664AE;
	color: #fff;
}

#main .list-left a {
	display: block;
	line-height: 44px;
	padding: 0 20px;
	font-size: 11px;
	box-sizing: border-box;
	color: #fff;
	background-color: #1664AE;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


#main .list-left>a {
	border-bottom: 1px solid #ffffff;
}

#main .list-left .children {
	display: none;
}

#main .list-left>.more {
	border-bottom: 1px solid #ffffff;
}

#main .list-left .more>.title i {
	width: 40px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	float: left;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	background-color: #1664AE;
}

#main .list-left>.more>.children .title i {
	background-color: #383838;
	line-height: 30px;
	height: 30px;
	font-size: 11px;
}

#main .list-left>.more>.children a {
	padding: 0 20px;
	background-color: #383838;
	line-height: 30px;
	height: 30px;
	font-size: 11px;
	transition: all 0.3s;
	border-left: solid 6px transparent;
}

#main .list-left>.more>.children a:hover {
	border-left-color: #83c327;
}

#main .list-left>.more>.children .title a {
	border-left: solid 6px transparent;
	line-height: 30px;
	height: 30px;
	transition: all 0.3s;
}

#main .list-left>.more>.children .title:hover a {
	border-left-color: #83c327;
}

#main .list-left>.more>.children>.more>.children a {
	border-left: solid 6px transparent;
	background-color: #383838;
}

#main .list-left>.more>.children>.more>.children a:hover {
	border-left-color: #83c327;
}

.main_right {
	float: left;
	width: calc(100% - 290px);
}

.main_title {
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #1ecf3d;
}

.main_title .main_title_one {
	font-size: 26px;
	float: left;
}

.main_title .main_title_two {
	font-size: 12px;
	float: right;
}

#main .about {
	margin: 10px;
}


#main .pro {
	margin: 10px;
}


#main .pro .pro_list li {
	width: calc(25% - 8px);
	margin-right: 10px;
	float: left;
}

#main .pro .pro_list li:nth-of-type(4n) {
	margin-right: 0;
}

#main .pro .pro_list .one_list_img {
	border: 1px solid #1ecf3d;
	width: 100%;
	height: 0;
	display: block;
	padding-top: 100%;
	box-sizing: border-box;
	background-size: cover;
}

#main .pro .pro_list .one_list_bt {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	line-height: 20px;
	height: 44px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
}

.pros_view {
	width: 100%;
	margin: auto;
	margin-top: 20px;
}

.pros_view_cp {
	width: 400px;
	height: 400px;
	margin: auto;
	margin-bottom: 15px;
	border: 1px solid #E4E4E4;
	text-align: center;
	box-sizing: border-box;

}

.pros_nr_mc {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #34302D;
	line-height: 40px;
	text-align: center;
}

.news li {
	border-bottom: 1px dashed #999999;
	line-height: 30px;
	font-size: 14px;
}

.news_view_bt {
	font-size: 18px;
	font-weight: bold;
	color: #1ecf3d;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 20px;
}

.news_view_nr {
	font-size: 14px;
	line-height: 26px;
}

.three_one_bt {
	color: #fa6f46;
	text-indent: 0px;
	font-size: 13px;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}

.three_one_jj {
	color: #666666;
	text-indent: 0px;
	font-size: 13px;
	line-height: 24px;
	width: 100%;
	padding-top: 5px;
	text-decoration: none;
}