﻿
.wrap_yd {
	width: 95%;
	margin: 0 auto;
	position: relative;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
.img {
	overflow: hidden;
	position: relative;
}
.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100;
}
.img:hover:before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255,255,255,0.5);
}
.img:hover {
	background: #000;
}
.img:hover img {
	opacity: 0.7;
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}
.img img {
	display: block;
}
img {
	max-width: 100%;
}
*, *:before, *:after {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.about_list {
	padding: 60px 0;
}
.about_list .item:nth-child(2n+1) .img {
	float: left;
}
.about_list .item:nth-child(2n) .img {
	float: right;
}
.about_list .item:nth-child(2n) .text {
	text-align: right;
}
.about_list .item {
	position: relative;
}
.about_list .item .img {
	width: 50%;
}
.about_list .item img {
	display: block;
}
.about_list .item .text {
	width: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.about_list .item:nth-child(2n+1) .text {
	left: 50%;
}
.about_list .item .box {
	padding: 0px 40px;
}
.about_list .item h3 {
	font-size: 20px;
	font-weight: normal;
}
.about_list .item h4 {
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
.about_list .item label {
	display: inline-block;
	width: 30px;
	height: 4px;
	background: #faad39;
	margin: 10px 0;
}
.about_list .item p {
	height: auto;
	overflow: hidden;
	text-align: left;
	margin-top: 40px;
	line-height: 30px;
	color: #222;
	text-align: justify;
}

 @media only screen and (max-width: 1100px) {
.page1_box .bottom li img {
	margin-right: 10px;
}
.page2_text .box {
	padding: 30px 60px;
}
.page2_text .box > .text {
	line-height: 25px;
	height: 150px;
}
.banner .item {
	height: 500px;
}
}
@media only screen and (max-width: 1000px) {
.header .logo {
	padding: 0 20px;
}
.menu_wrap {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center #faad39;
	background-size: 20px auto;
	right: 0px;
}
.menu {
	position: fixed;
	height: 100%;
	padding-bottom: 60px;
	box-sizing: border-box;
	top: 60px;
	border-top: 1px solid #ddd;
	bottom: 0;
	left: 100%;
	width: 100%;
	background: #fff;
	display: table;
	z-index: 1001;
}
.h_menu .menu {
	left: 0;
}
.h_menu .menu_wrap {
	background: url(../images/menu-1.png) no-repeat center center #faad39;
	background-size: 20px auto;
}
.search {
	display: none;
}
.header .logo {
	line-height: 60px;
	position: initial;
	display: inline-block;
}
.menu ul {
	display: table-cell;
	vertical-align: middle;
}
.menu ul li {
	display: block;
}
.menu ul li a {
	border-bottom: 0;
	font-size: 20px;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	line-height: 60px;
}
.mainer {
	padding-top: 60px;
}
.page_tit {
	padding: 50px 0;
}
.news_lt, .news_rt {
	width: 49%;
}
.news_lt .box {
	padding: 25px;
	height: 493px;
	box-sizing: border-box;
}
.page1_box .bottom li {
	font-size: 16px;
	line-height: 25px;
	padding: 15px 0;
	text-align: center;
}
.page1_box .bottom li img {
	display: block;
	margin: 0 auto;
}
.news_p_list .text h3 {
	padding-top: 0px;
}
.news_p_list .text p {
	line-height: 25px;
	height: 50px;
}
}
 @media only screen and (max-width: 800px) {
.banner .item {
	height: 400px;
}
.page1_box .img {
	width: 50%;
}
.page1_box .text h4 {
	margin-bottom: 10px;
}
.page1_box .text h3 {
	line-height: 40px;
}
.page1_box .img {
	margin-right: 10px;
}
.page2_text .box {
	padding-bottom: 0;
	padding-right: 20px;
	padding-left: 40px;
}
.page2_text .page_tit {
	padding: 20px 0
}
.page2_text .box > .text {
	height: 100px;
}
.more {
	margin-top: 15px;
}
.page_tit h2 {
	line-height: 100px;
	font-size: 100px;
	margin-top: -70px;
	margin-left: 20px;
}
.page1_box .bottom {
	left: 50%;
}
.page1_box .bottom li {
	padding: 5px 0;
}
.news_list a {
	padding: 25px 20px;
}
.news_lt .box {
	height: 463px;
}
.page_tit {
	padding: 25px 0;
}
.about_list .item p {
	margin-top: 10px;
}
.about_list .item p {
	line-height: 25px;
	height: 100px;
}
.about_list, .news_p_list {
	padding: 50px 0;
}
.news_p_list li {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.news_p_list li:after {
	content: '';
	display: block;
	clear: both;
}
.news_p_list .img {
	width: 30%;
	float: left;
	margin-left: 0;
	margin-right: 20px !important;
}
.news_p_list .btn {
	width: auto;
	display: inline-block;
}
.news_p_list .btn a {
	border: 0;
	line-height: 20px;
	width: auto;
	text-align: left;
}
.news_p_list .text h3 {
	line-height: 1.2em;
	margin-bottom: 10px;
}
.news_p_list .text p {
	height: 25px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cont_rt, .cont_lt {
	width: 100%;
	float: none;
}
.cont_rt {
	margin-top: 15px
}
.cont_lt ul li {
	box-sizing: border-box;
	min-width: 50%;
	float: left;
}
.cont_lt ul {
	overflow: hidden;
}
.contact_box {
	padding: 20px;
}
.about_list2 .list li .img {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}
.about_list2 .list li:nth-child(2n+1) .img {
	float: none;
	margin-left: 0;
}
.about_list2 .list li:nth-child(2n) .img {
	text-align: right
}
.about_list2 .list li img {
	display: inline-block;
}
/*.pro_text .text{height:60px;overflow:hidden;}*/
.page1_list ul li {
	width: 33.33%;
}
.page1_list ul li:nth-child(4n+1) {
	clear: none;
}
.page1_list ul li:nth-child(3n+1) {
	clear: both;
}
}
 @media only screen and (max-width: 750px) {
.btn {
	width: auto;
}
.btn a {
	display: inline-block;
	padding: 0 20px;
	line-height: 30px;
	font-size: 14px;
}
.btn a span {
	font-size: 14px;
}
.page1_box .img {
	width: 100%;
	float: none;
	margin: 0
}
.banner .item {
	height: 250px;
}
.banner .owl-dots:after, .banner .owl-dots:before, .banner.owl-theme .owl-dots .owl-dot span {
	width: 30px;
	line-height: 30px;
	height: 30px;
}
.banner_cur .cur span {
	width: 60px;
	height: 30px;
}
.banner_cur .cur span:after {
	height: 30px;
}
.banner .owl-dots:after {
	margin-right: 120px;
}
.page_tit h3 {
	font-size: 20px;
	margin-right: 20px;
}
.page_tit {
	display: flex;
}
.tit_tag {
	flex: 1;
	white-space: nowrap;
	overflow-x: auto;
	text-align: right;
}
.tit_tag ul li {
	padding: 0 1px;
}
.page1_box .bottom {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-top: 20px;
}
.page1_box .text {
	padding: 0 20px;
}
.page1_box .bottom li {
	font-size: 14px;
}
.page1_list ul li {
	width: 50%;
}
.page1_list ul li:nth-child(3n+1) {
	clear: none;
}
.page1_list ul li:nth-child(2n+1) {
	clear: both;
}
.page2_text, .page2_img {
	width: 100%;
	float: none;
}
.page2_text .box {
	padding-bottom: 20px;
}
.page2_text .box > .text {
	height: auto;
}
.page2 {
	background: url(../images/about1.jpg) no-repeat center center;
	background-size: cover;
	padding: 20px 10px;
}
.news_lt, .news_rt {
	width: 100%;
	float: none;
}
.news_lt .box {
	height: auto;
}
.footer .frt {
	float: none;
	clear: both;
	text-align: center;
}
.footer .ewm {
	margin-right: 30px;
}
.page1_list ul {
	margin: 10px -5px;
}
.page1_list {
	overflow: hidden;
}
.footer .foot2 p {
	padding: 0 5px;
}
.footer .frt p {
	margin: 0 auto;
}
.page1_list ul li a {
	margin: 5px;
}
.page_banner .item {
	height: 150px;
}
.pro_tit li {
	margin: 0 15px;
}
.pagesize a.prev, .pagesize a.next {
	margin: 0 2px;
}
.pagesize a {
	margin: 0 1px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	min-width: 30px;
}
.pagesize a.prev, .pagesize a.next {
	width: 50px;
	height: 30px;
}
.pagesize a.prev:after, .pagesize a.next:after {
	height: 30px;
}
.pro_tit ul {
	white-space: nowrap;
	overflow-x: auto;
}
.about_list .item:nth-child(2n+1) .img, .about_list .item .img {
	float: none;
	margin: 0 auto;
	width: 100%;
}
.about_list .item:nth-child(2n+1) .text, .about_list .item .text {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	transform: none;
	width: 100%;
	text-align: left;
}
.about_list .item:nth-child(2n) .text {
	text-align: left;
}
.about_list .item p {
	height: auto;
}
.about_list .item .box {
	padding: 20px 0;
}
.news_p_list li:nth-child(2n+1) .img, .news_p_list .img {
	width: 100%;
	float: none;
	margin: 0 auto;
	margin-bottom: 10px;
}
.news_p_list .text {
}
.news_p_list .btn a {
	padding-left: 0
}
.news_p_list .text p {
}
.contact_box ul li {
	width: 97%;
	margin-bottom: 5px;
}
.contact_box .btn1 {
	margin-top: 10px;
}
.cont_lt {
	line-height: 35px;
	margin-top: 15px;
}
.footer .top {
	transform: scale(.7)
}
.about_owl.owl-theme .owl-controls .owl-nav [class*=owl-] {
	width: 50px;
	height: 30px;
}
.about_owl.owl-theme .owl-controls .owl-nav .owl-next {
	right: -50px;
}
.about_owl.owl-theme .owl-controls .owl-nav .owl-prev {
	left: -50px;
}
.about_owl.owl-theme .owl-controls .owl-nav [class*=owl-]:after {
	height: 30px;
}
.about_list2 .owl {
	padding: 0 50px;
}
.about_owl .item span {
	font-size: 20px;
	height: 30px;
	padding-top: 10px;
}
.about_owl .item.on span, .about_owl .item span:hover {
	font-size: 30px;
	height: 40px;
	padding-top: 0;
}
.about_list2 .list li {
	width: 100%;
	float: none !important;
}
.about_list2 .list li .time {
	margin: 0 auto !important;
}
.about_list2 .list li .box {
	padding: 0 !important;
	padding-left: 20px !important;
}
.about_list2 .list .line {
	left: 5px;
	right: auto;
}
.about_list2 .list .time i {
	left: -5px;
	right: auto;
}
.about_list2 .list .time label, .about_list2 .list .time span {
	display: inline-block !important;
	width: auto !important;
	float: none !important;
	vertical-align: middle;
	color: #666;
	font-size: 16px;
}
.about_list2 .list .time {
	padding-left: 20px;
}
.about_list2 .list li .text {
	min-height: initial;
}
.about_list2 .list li .text p {
	line-height: 25px;
}
.about_list2 .list .time span:after {
	content: '-';
	;
}
.about_list2 .list li .img {
	text-align: left !important;
}
.about_list2 .list li .time {
	left: 0 !important;
	right: auto !important
}
.news_details {
	padding: 20px 0
}
.pro_img {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.pro_img .img_owl {
	margin-top: 20px;
}
.pro_details {
	margin-top: 10px;
}
.pro_details .box {
	margin-top: 20px;
	padding-top: 20px;
}
.page_tit p {
	margin-right: 20px;
}
.page1_box .bottom li img {
	width: 30px;
}
.page1_box .bottom li {
	padding-top: 10px;
}
.about_list, .news_p_list {
	padding: 20px 0;
}
.about_owl {
	margin: 20px auto;
}
.about_list2 .list {
	margin-top: 40px;
}
}
