/*---------------------------公共css---------------------------*/
.container {
	width: 1200px;
	margin: 0px auto;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.buttom {
	width: 100%;
	margin: 20px 0px;
	padding: 10px 0px;
	text-align: center;
}

.buttom a {
	display: inline-block;
	width: 80px;
	border: 1px solid #FED130;
	margin: 0px auto;
	text-align: center;
	padding: 10px 20px;
	color: black;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 2px;
	border-radius: 40px;
}

.buttom a:hover {
	color: white;
	background-color: #FED130;
}

.buttom1 {
	width: 100%;
	margin: 20px 0px;
	padding: 10px 0px;
	text-align: center;
}

.buttom1 a {
	display: inline-block;
	width: 80px;
	border: 1px solid white;
	margin: 0px auto;
	text-align: center;
	padding: 10px 20px;
	color: white;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 2px;
	border-radius: 40px;
}

.buttom1 a:hover {
	color: black;
	background-color: #D0D0D0;
}

/*---------------------------其他---------------------------*/
/* 导航背景图 */
#px_banner {
	width: 100%;
}

#px_banner img {
	width: 100%;
}
/* 面包屑 */
.main  .page {
	font-size: 14px;
	letter-spacing: 0px;
	color: #980300;
	line-height: 36px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
	color: #222;
}

.main  .page img {
	position: relative;
	left: 0px;
	top: 10px;
}

.main  .page a {
	color: #222;
}

.main  .page a:hover {
	color: #F5AB1B;
}
/* 左侧栏目 */
.main {
	min-height: 500px;
	margin: 20px auto;
}

.main .main_left {
	border: 1px solid #DDD;
	width: 20%;
	float: left;
}

.main .main_left .aside_title {
	height: 56px;
	background: #F5AB1B;
	background-image: url('../images/site02.png');
	background-repeat: no-repeat;
	background-position: 35px;
	font-size: 14px;
	line-height: 56px;
	text-align: center;
	color: #FFF;
	letter-spacing: 5px;
}

.main .main_left .aside_team {
	height: 50px;
	font-size: 12px;
	line-height: 50px;
	text-align: left;
	padding-left: 25px;
	background: url(../images/bg5.png) 0px 50% no-repeat;
	border-bottom: 1px dashed #dcdcdc;
	color: #000;
	letter-spacing: 2px;
	overflow: hidden;
	width: 80%;
	margin-left: 15px;
}

.main .main_left .aside_team:last-child {
	margin-bottom: 10px;
}

.main .main_left .aside_team a {
	display: block;
	color: #000;
}

.main .main_left .aside_team a:hover {
	color: #F5AB1B;
}

.main .main_right {
	width: 75%;
	float: right;
	background: #FBFBFB;
	min-height: 500px;
	letter-spacing: 2px;
	padding: 0px 24px;
	box-sizing: border-box;
}

.main .main_right .right_title {
	line-height: 56px;
	color: #000;
	text-align: left;
	height: 56px;
	font-size: 14px;
	border-bottom: 1px solid #DDD;
	position: relative;
}

.main .main_right .right_title img {
	width: 25px;
	height: 25px;
	padding-right: 10px;
}

/* 右侧栏目 */

/* 左侧栏目 */
.main {
	min-height: 500px;
	margin: 20px auto;
}

.main .main_left {
	border: 1px solid #DDD;
	width: 20%;
	float: left;
}

.main .main_left .aside_title {
	height: 56px;
	background: #F5AB1B;
	background-image: url('../images/site02.png');
	background-repeat: no-repeat;
	background-position: 35px;
	font-size: 14px;
	line-height: 56px;
	text-align: center;
	color: #FFF;
	letter-spacing: 5px;
}

.main .main_left .aside_team {
	height: 50px;
	font-size: 12px;
	line-height: 50px;
	text-align: left;
	padding-left: 25px;
	background: url(../images/bg5.png) 0px 50% no-repeat;
	border-bottom: 1px dashed #dcdcdc;
	color: #000;
	letter-spacing: 2px;
	overflow: hidden;
	width: 80%;
	margin-left: 15px;
}

.main .main_left .aside_team:last-child {
	margin-bottom: 10px;
}

.main .main_left .aside_team a {
	display: block;
	color: #000;
}

.main .main_left .aside_team a:hover {
	color: #F5AB1B;
}

.main .main_right {
	width: 75%;
	float: right;
	background: #FBFBFB;
	min-height: 500px;
	letter-spacing: 2px;
	padding: 0px 24px;
	box-sizing: border-box;
}

.main .main_right .right_title {
	line-height: 56px;
	color: #000;
	text-align: left;
	height: 56px;
	font-size: 16px;
	border-bottom: 1px solid #DDD;
	position: relative;
}

.main .main_right .right_title img {
	width: 25px;
	height: 25px;
	padding-right: 10px;
	position: relative;
	top: 10px;
}

.main .main_right .main_content {
	padding: 25px 0px;
	line-height: 2;
	min-height: 200px;
}
/* 文章内容 */
.main_right .title_box {
	text-align: center;
	padding-bottom: 18px;
	border-bottom: 1px dotted #ccc;
}

.main_right .title_box  h5 {
	font-size: 24px;
	color: #010101;
}

.main_right .title_box p {
	font-size: 14px;
	color: #010101;
	margin-top: 20px;
}

.main_right .content_box {
	margin: 0 auto;
	padding: 20px 0px;
}
.main_right .content_box img{
	max-width:100%;
	height:auto;
}

/* 文章上一级和下一级 */
.main_right .fanye {
	list-style: none;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #c2a9a4;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
}

.main_right  .fanye ul li {
	height: 30px;
	line-height: 30px;
	text-align: left;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main_right .fanye ul li a {
	color: #333;
}

.main_right .fanye ul li a:hover {
	color: #FED130;
}

/* -------------------------------------------新闻列表------------------------------------------- */
.main .main_content .news_list .news_ul {
	padding: 10px 0;
	border-bottom: 1px solid #dbdbdb;
}

.main .main_content .news_list .news_ul .news_txt {
	width: calc(100% - 140px);
	float: right;
	margin-left: 32px;
}

.main .main_content .news_list .news_ul .news_txt .news_title {
	font-size: 18px;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .main_content .news_list .news_ul .news_txt .news_title  a {
	color: black;
}

.main .main_content .news_list .news_ul .news_txt .news_title  a:hover {
	color: #FED130;
}

.main .main_content .news_list .news_ul .news_txt .news_info {
	line-height: 20px;
	padding-top: 5px;
	height: 100px;
	overflow: hidden;
	color: #888;
	font-size: 14px;
}

.main .main_content .news_list .news_ul .news_date {
	width: 80px;
	float: left;
	border: 1px solid #dbdbdb;
	text-align: center;
	margin-top: 15px;
	color: #999;
	padding: 10px;
}

.main .main_content .news_list .news_ul .news_date span {
	font-size: 50px;
	line-height: 50px;
	display: block;
}

.main .main_content .news_list .news_ul .news_date p {
	line-height: 25px;
	height: 25px;
}

/* -------------------------------------------图片列表------------------------------------------- */
.main .main_content  .parent_content {
	margin-top: 10px;
}

.main .main_content   .product_team {
width: 30%;
    height: 340px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    margin: 0px 14px;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 1px black;
}

.main .main_content  .product_team img {
	width: 100%;
	transition: all 0.6s;
}

.main .main_content  .product_team img:hover {
	transform: scale(1.2);
}

.main .main_content  .product_team span {
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
	opacity: 0.5;
	color: black;
	height: 40px;
}

.main .main_content  .product_in {
	position: absolute;
	background: #b98013;
	bottom: 0px;
	width: 100%;
	opacity: 0.8;
}

.main .main_content  .product_in span {
	line-height: 40px;
}

.main .main_content  .product_in span a {
	color: white;
	display: block;
}

.main .main_content  .product_in span a:hover {
	color: white;
}

/* -------------------------------------------头部与导航------------------------------- */
header .top {
	height: 80px;
	background: white;
	border-radius: 5px;
	position: relative;
}

header .jianju {
	height: 20px;
}

header .top .top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 10px 20px;
}

header .top .top_right {
	width: 910px;
	position: absolute;
	right: 0px;
	top: 0px;
}

header .top_right ul {
	height: 80px;
}

header .top_right ul li {
	display: inline-block;
	line-height: 77px;
	width: 75px;
	text-align: center;
	margin-left: 20px;
	box-sizing: border-box;
}

header .top_right ul li a {
	text-decoration: none;
	color: black;
	display: block;
}

header .top_right ul li a:hover {
	color: #FED130;
	text-decoration: none;
	border-bottom: 3px solid #FED130;
}

header .top_right ul li:hover .childs {
	display: inline-block;
}
/* 子导航 */
header .top_right .childs {
	width: 1200px;
	position: absolute;
	background: transparent;
	top: 80px;
	left: -290px;
	height: 45px;
	display: none;
}

#menu2 {
	background: white;
	height: 40px;
	margin-top: 5px;
	font-size: 14px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

#menu2 li {
	width: 95px;
	overflow: hidden;
}
/* 轮播图 */
.swiper-container {
	/* display: none; */
	z-index: -1 !important;
}
/* 关于我们视频 */
.block-4 .fr {
	width: 447px;
	background: #fff100;
	height: 487px;
	position: relative;
}

.block-4 .video {
	line-height: 0;
	position: absolute;
	top: 27px;
	right: 35px;
}

.block-4 .bst {
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

/* -----------------------------------在线留言-----------------------------  */
/* ç•™è¨€æ¿ */
.basic-grey {
	margin-left: auto;
	margin-right: auto;
	background: #F7F7F7;
	padding: 25px 15px 25px 10px;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
	border: 1px solid #E4E4E4;
}

.basic-grey h1 {
	font-size: 25px;
	padding: 0px 0px 10px 40px;
	display: block;
	border-bottom: 1px solid #E4E4E4;
	margin: -10px -15px 30px -10px;;
	color: #888;
}

.basic-grey h1>span {
	display: block;
	font-size: 11px;
}

.basic-grey label {
	display: block;
	margin: 0px;
}

.basic-grey label>span {
	float: left;
	width: 20%;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
	color: #888;
}

.basic-grey input[type="text"], .basic-grey input[type="email"],
	.basic-grey textarea, .basic-grey select {
	border: 1px solid #DADADA;
	color: #888;
	height: 30px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 3px 3px 3px 5px;
	width: 70%;
	font-size: 12px;
	line-height: 15px;
	box-shadow: inset 0px 1px 4px #ECECEC;
	-moz-box-shadow: inset 0px 1px 4px #ECECEC;
	-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
	padding: 5px 10px;
}

.basic-grey textarea {
	padding: 5px 10px;
}

.basic-grey select {
	background: #FFF url('down-arrow.png') no-repeat right;
	background: #FFF url('down-arrow.png') no-repeat right);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	width: 70%;
	height: 35px;
	line-height: 25px;
}

.basic-grey textarea {
	height: 100px;
	resize: none;
}

.basic-grey .button {
	background: #eac029;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	box-shadow: 1px 1px 5px #eac029;
	border-radius: 3px;
	cursor: pointer;
}

.basic-grey .button:hover {
	background: #776114;
	box-shadow: 1px 1px 5px #776114;
}

/* -------------------------------分页样式-------------------------------- */
.fenye {
	text-align: center;
	margin-bottom: 20px;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	border-radius: 4px;
	margin-top: 10px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: white;
	text-decoration: none;
	background-color: #F5AB1B;
	border: 1px solid #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
	.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
	{
	z-index: 3;
	color: black;
	cursor: default;
	background-color: white;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}