@charset "utf-8";
/*元指令建站*/
body {
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
	color: #333;
}
input, select, textarea {
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 1em;
	;
}
.wrap {
	width: 90%;
	margin: 0 auto;
	max-width: 1440px;
	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 {
	max-width: 100%;
}
.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 img {
	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);
}
.wzbt {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
*, *:after, *: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;
}
.modal, .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height : 100%;
	z-index: 1000
}
.fp_modal {
	display: table;
}
.modal {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	background: rgba(0,0,0,0.7);
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	max-width: 990px;
	margin: 0 auto;
	width: 90%;
	background: #fff;
	position: relative;
}
.modal_cont .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	cursor: pointer;
}
.modal_cont .box {
	padding: 45px;
}
/*----------header----------*/
.header {
	line-height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
}
.header .wrap {
	background: #fff;
}
.logo {
	vertical-align: middle;
}
.logo img {
	vertical-align: middle;
}
.menu ul li {
	float: left;
	width: 100px;
	margin: 0 5px;
	text-align: center;
	position: relative;
}
.menu ul li a {
	display: block;
	height: 76px;
	border-bottom: 4px solid #fff;
	color: #666;
	font-size: 16px;
}
.menu ul li .drop {
	position: absolute;
	top: 80px;
	padding-top: 4px;
	display: none;
}
.menu ul li .drop ul {
	background: #ee4345;
	padding: 14px 0;
}
.menu ul li .drop ul li {
	float: none;
	margin: 0;
	line-height: 38px;
}
.menu ul li .drop ul li a {
	color: #ffffff;
	height: auto;
}
.menu ul li .drop ul li.in a, .menu ul li .drop ul li a:hover {
	color: #fff;
}
.menu ul li.on a, .menu ul li:hover a {
	color: #ee4345;
	border-color: #ee4345;
}
@media (min-width:992px) {
.menu ul li:hover .drop {
	display: block;
}
}
.banner .item {
	position: relative;
}
.banner .item .text {
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.banner.page_banner .item .text {
	transform: translateY(-20%);
	-o-transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
}
.banner .text .kouhao {
	font-size: 56px;
	text-transform: uppercase;
	color: #ee4345;
}
.banner .text .kouhao span {
	color: #ee4345;
}
.banner .text p {
	margin-bottom: 25px;
	font-size: 24px;
}
.banner .text label {
	display: block;
	width: 48px;
	height: 48px;
	background: url(../images/icon1.png) no-repeat center center;
	margin: 25px auto 0;
}
.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	margin: 0 5px;
}
.owl-theme .owl-dots {
	margin-bottom: 40px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ee4345;
	opacity: 1;
}
.banner .img1 {
	overflow: hidden;
}
/*----------mainer----------*/
.mainer {
	padding-top: 80px;
}
.page {
	padding: 70px 0;
}
.page_tit {
	text-align: center;
	margin-bottom: 40px;
}
.page_tit .zbt {
	font-size: 30px;
	font-weight: normal;
}
.page_tit label {
	display: block;
	margin: 15px auto;
	width: 44px;
	height: 3px;
	background: #007eff
}
.page_tit p {
	color: #c1c1c1;
	margin-top: 15px;
	text-transform: uppercase;
}
.full {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1001;
}
.full li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 1px;
	position: relative;
	background: #ee4345;
	z-index: 1;
}
.full li a:hover span, .full li a:hover label {
	background-color: #ee4345 !important;
}
.full li:last-child a {
	border-bottom: 0;
}
.full li a span {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
	z-index: 2;
}
.full li a label {
	display: block;
	width: 100px;
	white-space: nowrap;
	padding: 0 20px;
	position: absolute;
	line-height: 52px;
	color: #fff;
	z-index: -1;
	background: #ee4345;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
	max-width: 300%;
}
.full li a:hover label {
	left: -120px;
}
.full li a .lbl_img {
	padding: 10px;
	height: auto;
	line-height: normal;
}
.tit_nav {
	text-align: center;
}
.tit_nav ul li {
	display: inline-block;
	padding: 0 35px;
	border-left: 1px solid #e7e3e2;
}
.tit_nav ul li:first-child {
	border-left: none;
}
.tit_nav ul li a {
	color: #666;
}
.tit_nav ul li.on a, .tit_nav ul li a:hover {
	color: #ee4345;
}
.yewu_owl {
	margin-top: 40px;
}
.yewu_owl .list {
	border-top: 1px solid #e7e3e2;
	border-left: 1px solid #e7e3e2;
}
.yewu_owl .list ul li {
	float: left;
	width: 25%;
}
.yewu_owl .list ul li a {
	display: block;
	border-right: 1px solid #e7e3e2;
	border-bottom: 1px solid #e7e3e2;
	height: 255px;
	text-align: center;
}
.yewu_owl .list ul li .con {
	padding-top: 50px;
}
.yewu_owl .list ul li span {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin: 0 auto;
	border: 1px solid #e8e4e3;
}
.yewu_owl .list ul li .text {
	margin-top: 30px;
}
.yewu_owl .list ul li .text p {
	font-size: 18px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yewu_owl .list ul li .text label {
	display: block;
	height: 28px;
	width: 28px;
	margin: 23px auto 0;
	display: none;
}
.index_case {
	margin-top: 80px;
}
.index_tit .tit {
}
.index_tit .tit .zbt {
	font-weight: normal;
	font-size: 26px;
}
.index_tit .tit span {
	display: inline-block;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	color: #c1c1c1;
	vertical-align: bottom;
	margin-left: 10px;
	padding-left: 24px;
	text-transform: uppercase;
}
.index_tit .tit_nav {
	margin-top: 12px;
}
.index_case .list {
	margin-top: 40px;
}
.index_case .list ul {
	margin: 0 -1%;
}
.index_case .list ul li {
	float: left;
	width: 23%;
	margin: 15px 1%;
}
.index_case .list ul li a {
	display: block;
}
.index_case .list ul li .img {
}
.index_case .list ul li .img img {
	display: block;
	width: 100%;
}
.index_case .list ul li .web {
	padding: 20px 10px;
}
.index_case .list ul li .web .wzbt {
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_case .list ul li:hover .web .wzbt {
	color:#ffffff;
}
.index_case .list ul li .web p {
	line-height: 26px;
	color: #999;
	margin-top: 18px;
	height: 52px;
	overflow: hidden;
}
.index_case .list ul li label {
	display: block;
	width: 81px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e7e3e2;
	color: #666;
	margin-top: 20px;
	margin-left: 20px;
}
.index_case .list ul li a:hover {
	background: #ee4345;
}
.index_case .list ul li a:hover .web {
	border-color: #ffffff;
}
.index_case .list ul li a:hover .web h3 {
	color: #fff;
}
.index_case .list ul li a:hover p {
	color: #fff;
}
.index_case .list ul li a:hover label {
	background: #fff;
	border-color: #fff;
	color: #ee4345;
}
.div_btn {
	text-align: center;
	margin-top: 40px;
}
.div_btn a {
	display: inline-block;
	width: 148px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #e7e3e2;
	color: #666;
	background: #fff;
}
.div_btn button {
	display: inline-block;
	width: 148px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #e7e3e2;
	color: #666;
	background: #fff;
}
.div_btn button:hover {
	background: #ee4345;
	color: #fff;
	border-color: #ee4345;
}
.page.page1 {
	background: #ee4345;
}
.index_about {
}
.index_about .item {
	background: #fff;
	padding: 37px 0;
	margin-bottom: 60px;
	box-shadow: 0 0 26px rgba(229,229,229,0.9);
}
.index_about .item ul li {
	float: left;
	width: 25%;
	text-align: center;
	border-left: 1px solid #e7e3e2;
	margin-left: -1px;
	padding: 8px 0 10px;
}
.index_about .item ul li:first-child {
	border-left: none;
}
.index_about .item ul li font {
	font-weight: bold;
	font-size: 36px;
}
.index_about .item ul li font em {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #999;
	vertical-align: top;
	margin-left: 5px;
}
.index_about .item ul li p {
	color: #999;
	margin-top: 20px;
}
.index_about .web {
	text-align: center;
	margin: 0 auto;
	max-width: 915px;
}
.index_about .page_tit .zbt {
    color: #ffffff;
}
.index_about .web p {
	line-height: 32px;
	color: #ffffff;
}
.index_team {
	margin-top: 60px;
}
.index_team .item {
}
.index_team .item a {
	display: block;
}
.index_team .item .img {
	overflow: hidden;
}
.index_team .item .img img {
	display: block;
	width: 100%;
}
.index_team .item .web {
	padding: 20px 10px;
	font-size: 18px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_team .item:hover .web {
	color:#ffffff;
}
.index_team .item .web span {
	float: right;
	color: #999;
	font-size: 14px;
}
.index_team .item .web p {
	line-height: 26px;
	color: #999;
	margin-top: 18px;
	height: 52px;
	overflow: hidden;
}
.index_team .item label {
	display: block;
	width: 81px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e7e3e2;
	color: #666;
	margin-top: 20px;
	margin-left: 20px;
}
.index_team .item a:hover {
	background: #ee4345;
}
.index_team .item a:hover .web {
	border-color: #ffffff;
}
.index_team .item a:hover .web h3 {
	color: #fff;
}
.index_team .item a:hover .web h3 span {
	color: #fff;
}
.index_team .item a:hover p {
	color: #fff;
}
.index_team .item a:hover label {
	background: #fff;
	border-color: #fff;
	color: #ee4345;
}
.index_news {
	margin-top: 80px;
}
.index_news .left {
	float: left;
	width: 535px;
	margin-right: 80px;
	margin-top: 60px;
}
.index_news .left .img {
}
.index_news .left .img img {
	display: block;
	width: 100%;
}
.index_news .left .web {
	background: #ee4345;
}
.index_news .left .web .ttbt {
	line-height: 60px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #ffffff;
}
.index_news .left .web .text {
	padding: 23px 20px;
}
.index_news .left .web .text p {
	line-height: 26px;
	color: #ffffff;
	height: 52px;
	overflow: hidden;
}
.index_news .left .web .text span {
	color: #ffffff;
	display: block;
	margin-top: 20px;
}
.index_news .list {
	overflow: hidden;
	margin-top: 60px;
	border-top: 1px solid #e7e3e2;
}
.index_news .list ul li {
	line-height: 84px;
	border-bottom: 1px solid #e7e3e2;
}
.index_news .list ul li a {
	display: block;
	padding: 0 120px 0 20px;
	position: relative;
}
.index_news .list ul li p {
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 24px;
	background: url(../images/dian.png) no-repeat left center;
}
.index_news .list ul li p span {
	display: block;
	color: #999;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 20px;
	background-position: right center;
}
.index_news .list ul li a:hover p {
	color: #ee4345;
}
.page_team {
}
.page_team .list {
}
.page_team .list ul {
	margin: 0 -1%;
}
.page_team .list ul li {
	float: left;
	width: 23%;
	margin: 15px 1%;
}
.page_team .list ul li a {
	display: block;
	padding-bottom: 20px;
}
.page_team .list ul li .img {
	overflow: hidden;
}
.page_team .list ul li .img img {
	display: block;
	width: 100%;
}
.page_team .list ul li .web {
	padding: 30px 20px;
	border-bottom: 1px solid #e7e3e2;
}
.page_team .list ul li .web h3 {
	font-weight: normal;
	font-size: 18px;
}
.page_team .list ul li .web h3 span {
	float: right;
	color: #999;
	font-size: 14px;
}
.page_team .list ul li .web p {
	line-height: 26px;
	color: #999;
	margin-top: 18px;
}
.page_team .list ul li label {
	display: block;
	width: 81px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e7e3e2;
	color: #666;
	margin-top: 20px;
	margin-left: 20px;
}
.page_team .list ul li a:hover {
	background: #ee4345;
}
.page_team .list ul li a:hover .web {
	border-color: #ffffff;
}
.page_team .list ul li a:hover .web h3 {
	color: #fff;
}
.page_team .list ul li a:hover .web h3 span {
	color: #fff;
}
.page_team .list ul li a:hover p {
	color: #fff;
}
.page_team .list ul li a:hover label {
	background: #fff;
	border-color: #fff;
	color: #ee4345;
}
.page_case .index_case {
	margin-top: 0;
}
.page_case .index_case .list {
	margin-top: 25px;
}
.company_profile {
}
.company_profile .pic {
}
.company_profile .pic img {
	display: block;
	width: 100%;
}
.company_profile .web .text:first-child {
	border-top: none;
}
.company_profile .web h3 {
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 30px;
}
.company_profile .web p {
	line-height: 32px;
	color: #333;
	text-align: justify;
}
.development_history {
	margin-left: 117px;
	border-left: 1px solid #c4c4c4;
}
.development_history ul li {
	padding-left: 43px;
	margin-top: 30px;
	position: relative;
}
.development_history ul li:first-child {
	margin-top: 0;
}
.development_history ul li span {
	display: block;
	width: 124px;
	font-size: 32px;
	color: #999;
	position: absolute;
	left: -117px;
	top: 17px;
}
.development_history ul li .web {
	background: #f4f4f4;
	min-height: 128px;
	padding: 18px 40px 18px 20px;
}
.development_history ul li .web p {
	line-height: 32px;
	color: #666;
	text-align: justify;
}
.corporate_honor {
}
.corporate_honor ul {
	margin: 0 -1.5%;
}
.corporate_honor ul li {
	float: left;
	width: 22%;
	margin: 10px 1.5%;
}
.corporate_honor ul li .img {
}
.corporate_honor ul li .img img {
	display: block;
	width: 100%;
}
.corporate_honor ul li .web {
	text-align: center;
}
.corporate_honor ul li .web p {
	line-height: 80px;
	font-size: 18px;
}
.recruit {
}
.recruit ul li {
	margin-top: 20px;
}
.recruit ul li .top {
	background: #f4f4f4;
	padding: 23px 30px;
	line-height: 32px;
	position: relative;
	cursor: pointer;
}
.recruit ul li .top h3 {
	font-weight: normal;
	font-size: 22px;
}
.recruit ul li .top span {
	display: inline-block;
	width: 215px;
	color: #333;
}
.recruit ul li .top label {
}
.recruit ul li .top label em {
	font-style: normal;
	font-size: 14px;
	color: #666;
	margin-left: 80px;
}
.recruit ul li .top label em:first-child {
	margin-left: 0;
}
.recruit ul li .slide {
	box-shadow: 0 0 16px rgba(88,96,94,0.1);
	display: none;
	transition: all 0s;
}
.recruit ul li .web {
	padding: 0 30px 10px;
}
.recruit ul li .web .text {
	padding: 40px 0 20px;
	border-top: 1px solid #d9d9e0;
}
.recruit ul li .web .text:first-child {
	border-top: none;
}
.recruit ul li .web h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin-bottom: 20px;
}
.recruit ul li .web p {
	line-height: 32px;
	color: #666;
}
.recruit ul li.on .top, .recruit ul li .top:hover {
	background: #ee4345;
}
.recruit ul li.on .top h3 span, .recruit ul li.on .top h3 em, .recruit ul li .top:hover h3 span, .recruit ul li .top:hover h3 em {
	color: #fff;
}
.details {
}
.details .tit {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e3e2;
}
.details .tit h1 {
	font-weight: normal;
	font-size: 22px;
}
.details .tit p {
	color: #666;
	margin-top: 20px;
}
.details .tit p span {
	margin:0 5px;
}
.details .web {
    margin-top: 30px;
}
.details .web p {
	line-height: 32px;
	color: #666;
}
.details .web img {
	display: block;
	margin: 32px auto 0;
}
.team_det {
}
.team_det .pic {
	float: left;
	width: 370px;
	margin-right: 60px;
}
.team_det .pic img {
	display: block;
	width: 100%;
}
.team_det .web {
	overflow: hidden;
}
.team_det .web .tit {
	padding-top: 20px;
}
.team_det .web .tit h3 {
	font-size: 18px;
	font-weight: normal;
}
.team_det .web .tit p {
	color: #999;
	margin-top: 18px;
}
.team_det .web .text {
	margin-top: 23px;
}
.team_det .web .text p {
	line-height: 32px;
	color: #666;
	text-align: justify;
	min-height: 224px;
}
.team_det .web .prev_next {
	border-top: 1px solid #e7e3e2;
	text-align: right;
	padding-top: 20px;
}
.team_det .web .prev_next a {
	display: inline-block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e7e3e2;
	margin-left: 20px;
	color: #666;
}
.team_det .web .prev_next a:hover {
	background: #ee4345;
	border-color: #ee4345;
	color: #fff;
}
.contact {
	border-top: 1px solid #e7e3e2;
	padding-top: 60px;
}
.contact .item {
}
.contact .item ul li {
	float: left;
	width: 33.333%;
	line-height: 40px;
}
.contact .item ul li.li2 {
	text-align: center;
}
.contact .item ul li.li3 {
	text-align: right;
}
.contact .item ul li span {
	display: inline-block;
	padding-left: 65px;
}
.contact .tab {
	margin-top: 60px;
}
.contact .tab .list {
	float: left;
	width: 408px;
	margin-right: 30px;
}
.contact .tab .list ul li {
	margin-top: 20px;
}
.contact .tab .list ul li:first-child {
	margin-top: 0;
}
.contact .tab .list ul li .div_inp {
	line-height: 46px;
	padding: 0 20px;
	background: #f4f4f4;
}
.contact .tab .list ul li .div_inp input {
	border: none;
	background: none;
	width: 100%;
	line-height: 46px;
	height: 46px;
}
.contact .tab .remarks {
	overflow: hidden;
}
.contact .tab .remarks .div_textarea {
	background: #f4f4f4;
	padding: 13px 20px;
}
.contact .tab .remarks .div_textarea textarea {
	border: none;
	resize: none;
	width: 100%;
	background: none;
	height: 150px;
}
.page_news {
}
.page_news .list {
}
.page_news .list ul li {
	margin-top: 40px;
	position: relative;
}
.page_news .list ul li a {
	display: block;
}
.page_news .list ul li .img {
	float: left;
	width: 322px;
}
.page_news .list ul li .img img {
	display: block;
	width: 100%;
}
.page_news .list ul li .web {
	overflow: hidden;
	padding: 40px 220px 0 55px;
	background: #fff;
}
.page_news .list ul li .web .wzbt {
	font-size: 18px;
	font-weight: normal;
	position: relative;
	padding-right: 100px;
}
.page_news .list ul li .web .wzbt span {
	float: right;
	font-size: 16px;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
}
.page_news .list ul li .web p {
	line-height: 32px;
	color: #666;
	margin-top: 20px;
}
.page_news .list ul li .line {
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 163px;
	background: #e7e3e2;
}
.page_news .list ul li .btn {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -16px;
}
.page_news .list ul li .btn label {
	display: inline-block;
	width: 81px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e7e3e2;
	text-align: center;
	color: #666;
}
.page_news .list ul li a:hover {
	box-shadow: 0 0 16px rgba(88,96,84,0.1);
}
.page_news .list ul li a:hover .line {
	background: #fff;
}
.page_news .list ul li a:hover .btn label {
	background: #ee4345;
	border-color: #ee4345;
	color: #fff;
}
.details.news_det {
}
.details.news_det .tit {
	text-align: left;
}
.details.news_det .tit p span {
	float: right;
	color: #d9d9e0;
}
.details.news_det .tit p span a {
	color: #666;
	margin: 0 20px;
}
.details.news_det .tit p span a:hover {
	color: #ee4345
}
/*----------footer----------*/
.footer {
}
.ft_top {
	background: #f4f4f4;
	padding: 40px 0;
}
.ft_top .left {
	float: left;
}
.ft_logo {
	margin-top: 25px;
}
.ft_logo a {
	display: inline-block;
}
.ft_logo a img {
	display: block;
}
.f_nav {
	margin-top: 30px;
}
.f_nav ul li {
	float: left;
	margin-right: 40px;
	line-height: 25px;
}
.f_nav ul li a {
	color: #666;
}
.f_bq {
	margin-top: 45px;
	color: #666;
	line-height: 24px;
}
.f_bq a {
    color: #666;
	margin-left: 10px;
}
.ft_top .right {
	float: right;
}
.ft_top .right .ewm {
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin-right: 25px;
}
.ft_top .right .ewm img {
	display: block;
	width: 100%;
}
.ft_top .right .web {
	overflow: hidden;
	padding-top: 10px;
}
.ft_top .right .web p {
	line-height: 24px;
	color: #666;
}
.ft_top .right .web .text {
	margin-top: 20px;
}
.ft_top .right .web p font {
	font-size: 22px;
}
.ft_top .right .web .text p font {
	font-size: 24px;
}
.foot_bq {
	text-align: center;
	padding: 30px 0;
}
.foot_bq p {
	color: #666;
	line-height: 26px;
}
.foot_bq p a {
	color: #666;
}
.pagesize {
	text-align: center;
	margin-top: 45px;
}
.pagesize a {
	display: inline-block;
	line-height: 34px;
	padding: 0 12px;
	margin: 0 3px 8px 0;
	background: #f4f4f4;
	color: #666;
}
.pagesize span {
	display: inline-block;
	line-height: 34px;
	padding: 0 12px;
	margin: 0 3px 8px 0;
	background: #ee4345;
	color: #fff;
}
.pagesize a:hover {
	background: #ee4345;
	color: #fff;
}
/*----------custom----------*/

.banner_owl {
	position: relative;
}
.owl_cur {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	height: 0;
	left: 5%;
	right: 5%;
	z-index: 10
}
.owl_cur span {
	display: block;
	width: 30px;
	height: 70px;
	background-color: rgba(255,255,255,0.2);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.owl_cur span:hover {
	background-color: rgba(255,255,255,0.5);
}
.owl_cur span.prev {
	background-image: url(../images/prev.png);
	float: left;
}
.owl_cur span.next {
	float: right;
	background-image: url(../images/next.png)
}
.index_team .owl-theme .owl-controls {
	bottom: auto;
	top: 100px;
	left: -5%;
	right: -5%;
	width: auto;
}
.index_team .owl-theme .owl-controls .owl-nav [class*=owl-] {
	margin: 0;
	padding: 0;
	width: 30px;
	height: 70px;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
}
.index_team .owl-theme .owl-controls .owl-nav .owl-prev {
	background-image: url(../images/prev.png);
	float: left;
}
.index_team .owl-theme .owl-controls .owl-nav .owl-next {
	background-image: url(../images/next.png);
	float: right;
}
@media only screen and (max-width: 1439px) {
.index_team .owl-theme .owl-controls {
	left: -15px;
	right: -15px;
}
.banner .text .kouhao {
    font-size: 36px;
}
}
@media only screen and (max-width: 1199px) {
.menu ul li {
	width: 90px;
    margin: 0 3px;
}
.index_news .left {
	width: 50%;
	margin-right: 30px;
}
.ft_top .left {
	max-width: 50%;
}
.index_news .list ul li {
	line-height: 78px;
}
.banner .text p {
    margin-bottom: 20px;
    font-size: 20px;
}
.banner .text .kouhao {
    font-size: 26px;
}
.banner .text label {
	display: none;
    width: 30px;
    height: 30px;
	margin: 10px auto 0;
}
.banner .item .text {
    margin-top: 15px;
}
}
@media only screen and (max-width: 991px) {
.header {
	background: #fff;
}
.logo img {
    height: 30px;
}
.menu {
	position: fixed;
	top: 0;
	left: -110%;
	width: 100%;
	height: 100%;
	background: #fff;
}
.menu ul li {
	float: none;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 0;
}
.menu ul li a {
	line-height: 45px;
	font-size: 18px;
}
.menu ul {
	padding-top: 60px;
}
.header .logo {
	position: relative;
	z-index: 1001;
	line-height: 60px;
}
.menu_wrap {
	position: absolute;
	top: 10px;
	width: 40px;
	height: 40px;
	right: 5px;
}
.h_menu .menu {
	left: 0;
}
.header {
	line-height: 60px;
}
.mainer {
	padding-top: 60px;
}
.menu ul li {
	width: auto;
	margin: 0 20px;
}
.menu ul li a {
	height: 40px;
	line-height: 40px;
	border-bottom: 0px solid #fff;
}
.menu ul li.on a, .menu ul li:hover a {
    border-color: #ffffff;
}
.menu ul li .drop {
	position: initial;
}
.menu ul li .drop ul {
	background: none;
	padding: 0;
}
.menu ul li .drop ul li a {
	color: #000
}
.menu ul li .drop ul li.in a, .menu ul li .drop ul li a:hover {
	color: #ee4345
}
.menu ul li.on h3 a, .menu ul li:hover h3 a {
	border-bottom-width: 1px;
}
.owl-theme .owl-dots {
    margin-bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
}
.banner .text p {
	margin-bottom: 10px;
}
.banner .text .kouhao {
	font-size: 30px;
}
.banner .text label {
	display: none;
}
.banner .item .text {
    margin-top: -20px;
}
.page {
	padding: 50px 0
}
.page_tit {
	margin-bottom: 20px;
}
.yewu_owl {
	margin-top: 20px;
}
.yewu_owl .list ul li {
	width: 50%;
}
.index_tit .tit_nav {
	float: none;
	text-align: left;
	margin-top: 20px;
}
.tit_nav ul li {
	padding: 0 20px;
}
.index_case .list {
	margin-top: 15px;
}
.index_case .list ul li .web {
	padding: 15px;
}
.index_case .list ul li .web p {
	margin-top: 10px;
}
.index_case .list ul li label {
	margin-top: 10px;
	margin-left: 10px;
}
.div_btn {
	margin-top: 20px;
}
.index_about .item {
	margin-bottom: 40px;
}
.index_news .left {
	width: 100%;
	margin: 0;
	float: none;
	margin-top: 20px;
}
.index_news .left .web .text p {
	height: auto;
}
.index_news .left .web .ttbt {
	line-height: 60px;
}
.index_news .left .web .text {
	padding: 20px;
}
.index_news .list {
	margin-top: 30px;
}
.index_news .list ul li {
	line-height: 50px;
}
.index_news .list ul li a {
    padding: 0 120px 0 0;
}
.index_news .list ul li p {
	font-size: 16px;
}
.f_nav {
	margin-top: 20px;
}
.corporate_honor ul li {
	width: 30.3%;
}
.corporate_honor ul li .web p {
	line-height: 60px;
	font-size: 16px;
}
.index_case .list ul li {
	width: 48%;
}
.contact .item ul li span {
	line-height: 30px;
	min-height: 40px;
}
.page_news .list ul li .web {
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 10px
}
.page_news .list ul li .web p {
	margin-top: 10px;
}
.tit_nav ul li:first-child {
	padding-left: 0
}
.index_tit .tit {
	float: none;
}
.page_news .list ul li .line {
	display: none;
}
.page_news .list ul li .btn {
	bottom: 5px;
	top: auto;
	left: 353px;
}
.page_news .list ul li {
	margin-top: 20px;
}
.page_team .list ul li {
	width: 30.333%;
}
.page_team .list ul li .web {
	padding: 15px;
}
.team_det .pic {
	margin-right: 30px;
}
.team_det .web .text p {
	height: auto;
	padding-bottom: 20px;
}
.f_bq {
    margin-top: 30px;
}
}
@media only screen and (max-width: 767px) {
.page_banner img {
	width: 150%;
	margin-left: -25%;
	max-width: initial;
}
.banner .item .text {
    margin-top: 0px;
}
.banner .text p {
	font-size: 18px;
}
.banner .text .kouhao {
	font-size: 26px;
}
.banner.page_banner .item .text {
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.page {
	padding: 20px 0
}
.page_tit .zbt {
	font-size: 22px;
}
.contact .item ul li {
	width: 100%;
	clear: both;
	text-align: left !important;
	margin-bottom: 10px;
}
.contact {
	padding-top: 20px;
}
.contact .tab {
	margin-top: 20px;
}
.contact .tab .list {
	width: 100%;
	float: none;
}
.contact .tab .remarks {
	margin-top: 10px;
}
.contact .tab .list ul li {
	margin-top: 10px;
}
.ft_top .left {
	width: 100%;
	max-width: 100%;
}
.full {
	display: none;
}
.ft_top .right {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.ft_top .right .web .text {
	margin-top: 20px;
}
.ft_top {
	padding: 20px 0
}
.foot_bq {
	padding: 10px 0
}
.company_profile .web p {
	line-height: 26px;
}
.company_profile .web .text {
	padding: 20px 0
}
.company_profile .web h3 {
	margin-bottom: 20px;
}
.development_history {
	margin-left: 0
}
.development_history ul li {
	padding-left: 0px;
}
.development_history {
	border-left: 0
}
.recruit ul li .top {
	padding: 10px;
}
.recruit ul li .top span {
	width: 100%;
}
.recruit ul li .top label em {
	margin-left: 10px;
}
.recruit ul li .web .text {
	padding: 15px 0;
}
.recruit ul li .web {
	padding: 0 15px;
}
.recruit ul li .web h3 {
	margin-bottom: 10px;
}
.recruit ul li .web p {
	line-height: 26px;
}
.corporate_honor ul li {
	width: 47%;
}
.corporate_honor ul li .web p {
	line-height: 45px;
}
.team_det .pic {
	width: 100%;
	margin: 0;
	float: none;
}
.page_team .list ul li {
	width: 100%;
	margin: 0
}
.recruit ul li .top h3 {
	white-space: normal;
	font-size: 16px;
}
.development_history ul li span {
	left: 0;
	position: initial;
}
.development_history ul li .web {
	padding: 20px;
}
.development_history ul li span {
	background-position: left center;
	padding-left: 20px;
	font-size: 20px;
	margin-bottom: 20px;
}
.page_news .list ul li .img {
	width: 100%;
	float: none;
	margin: 0 auto;
}
.page_news .list ul li .web {
	padding: 15px 0;
}
.page_news .list ul li .btn {
	left: 0;
	position: initial;
	margin-top: 5px;
}
.page_news .list ul li .web p {
	line-height: 26px;
}
.pagesize {
	margin-top: 20px;
}
.tit_nav ul li {
	padding: 0 5px;
	line-height: 20px;
	margin: 2px 0;
}
.index_about .item ul li {
	width: 50%;
	margin: 5px -1px;
}
.index_about .item ul li p {
	max-width: 90%;
	margin: 0 auto;
	line-height: 20px;
}
.index_team .owl-theme .owl-controls {
	left: 0;
	right: 0;
	top: 50px;
}
.index_news .list ul li a {
	padding-left: 10px
}
.index_news .list ul li p {
	padding-left: 15px;
}
.f_bq {
    margin-top: 10px;
}
}

@media only screen and (max-width: 539px) {
.menu ul li a {
    font-size: 16px;
}
.owl-theme .owl-dots {
    margin-bottom: 10px;
}
.yewu_owl .list ul li a {
    height: 215px;
}
.yewu_owl .list ul li .con {
    padding-top: 30px;
}
.yewu_owl .list ul li .text p {
    font-size: 16px;
}
.index_team {
    margin-top: 20px;
}
.index_team .owl-theme .owl-controls .owl-nav [class*=owl-] {
    height: 30px;
}
.index_team .owl-theme .owl-controls {
    top: 40px;
}
.index_team .item .web {
    padding: 10px 10px;
    font-size: 16px;
}
.index_tit .tit .zbt {
    font-size: 20px;
}
.index_news {
    margin-top: 30px;
}
.index_case .list ul li .web {
    padding: 10px;
}
.index_case .list ul li .web .wzbt {
    font-size: 16px;
}
.page_tit .zbt {
    font-size: 20px;
}
.details .tit h1 {
    font-size: 18px;
}
.ft_top .right .ewm {
    width: 120px;
    height: 120px;
    margin-right: 15px;
}
.ft_top .right .web {
    padding-top: 0px;
}
.ft_top .right .web p font {
    font-size: 20px;
}
.ft_top .right .web .text {
    margin-top: 10px;
}
.ft_top .right .web .text p font {
    font-size: 22px;
}
}

@media only screen and (max-width: 413px) {
.banner .text p {
    font-size: 16px;
}
.banner .text .kouhao {
    font-size: 22px;
}
.company_profile .web .text {
    padding: 0;
}
}


.details .tit h1 {
	white-space: normal;
	line-height: 1.5em;
}


.yzlcms_menu { position: absolute; display: none; top: 22px; right: 0; z-index: 9996; cursor: pointer; -webkit-transition: .3s; transition: .3s;}
.yzlcms_menu .bar { position: relative; display: block; width: 24px; height: 2px; margin: 5px auto; background-color: #c40001; -webkit-transition: .3s; transition: .3s; }
.yzlcms_menu .bar:nth-of-type(1) { margin: 0px auto;}
.yzlcms_menu .bar:nth-of-type(3) { margin: 0px auto;}
.h_menu .yzlcms_menu{ margin-top: -8px; }
.h_menu .yzlcms_menu .bar{ margin:13px auto; }
.h_menu .yzlcms_menu .bar:nth-of-type(1) { margin: 0px auto;}
.h_menu .yzlcms_menu .bar:nth-of-type(3) { margin: 0px auto;}
.h_menu .yzlcms_menu .bar:nth-of-type(1) { -webkit-transform: translateY(15px) rotate(-45deg);-ms-transform: translateY(15px) rotate(-45deg); transform: translateY(15px) rotate(-45deg);}
.h_menu .yzlcms_menu .bar:nth-of-type(2) {  opacity: 0;}
.h_menu .yzlcms_menu .bar:nth-of-type(3) { -webkit-transform: translateY(-15px) rotate(45deg); -ms-transform: translateY(-15px) rotate(45deg); transform: translateY(-15px) rotate(45deg);}

.yzlcms-kefu {
	position: fixed;
	z-index: 999999999;
	right: 50px;
	bottom: 220px;
	width: 70px;
	height: 240px;
}
.yzlcms-kefu-con {
	position: relative;
	float: right;
}
.yzlcms-kefu .a {
	display: block;
	width: 80px;
	height: 80px;
	background-color: #f64533;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
}
.yzlcms-kefu .a.active, .yzlcms-kefu .a:hover {
	background: #444444;
}
.yzlcms-kefu .a .i {
	display: none !important;
	width: 44px;
	height: 44px;
}
.yzlcms-kefu .a-service {
	background: #f64533 url(../images/icon_qq.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service:hover {
	background: #444444 url(../images/icon_qq.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service-phone {
	background: #f64533 url(../images/icon_phone.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service-phone:hover {
	background: #444444 url(../images/icon_phone.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-qrcode {
	background: #f64533 url(../images/icon_wechat.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-qrcode:hover {
	background: #444444 url(../images/icon_wechat.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-top {
	background: #D2D3D6 url(../images/icon_top.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-top:hover {
	background: #444444 url(../images/icon_top.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 4px;
}
.yzlcms-kefu .a-top {
	display: none;
}
.yzlcms-kefu .d {
	display: none;
	width: 240px;
	background: #f5f5f5;
	position: absolute;
	right: 80px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.yzlcms-kefu .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	ight: -8px;
	top: 31px;
}
.qrcode-img img {
	width: 150px;
	margin: 0 auto;
}
.yzlcms-kefu .d-service {
	top: 0px;
}
.yzlcms-kefu .d-service-phone {
	top: 84px;
}
.yzlcms-kefu .d-qrcode {
	top: 168px;
}
.yzlcms-kefu .d .inner-con {
	padding: 14px 22px;
}
.yzlcms-kefu .d-service-item {
	padding: 4px 0;
	overflow: hidden;
}
.yzlcms-kefu .d-service .d-service-item {
	border-bottom: none;
}
.yzlcms-kefu .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.yzlcms-kefu .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/qq.png) no-repeat center 2px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.yzlcms-kefu .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/phone.png) no-repeat center center;
	display: block;
}
.yzlcms-kefu .d-service-item p {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.yzlcms-kefu .d-service .d-service-item p {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}
.yzlcms-kefu .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.yzlcms-kefu .d-service-intro {
	padding-top: 10px;
}
.yzlcms-kefu .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}
.yzlcms-kefu .d-service-intro i {
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.yzlcms-kefu .d-qrcode {
	text-align: center;
	width: 180px;
}
.yzlcms-kefu .d-qrcode .inner-con {
	padding: 15px 0;
}
.yzlcms-kefu .d-qrcode p {
	font-size: 14px;
	color: #999;
	padding-top: 5px;
}

.yzlcms_links {
	background: #ffffff;
	padding-bottom: 60px;
}
.yzlcms_links .links_tit {
    font-size: 16px;
    color: #333;
	line-height: 36px;
    height: 36px;
}
.yzlcms_links .links_list {
	overflow: hidden;
}
.yzlcms_links .links_list ul li {
    float: left;
    padding: 0px 15px 0px 0;
}
.yzlcms_links .links_list ul li a {
	font-size: 14px;
    line-height: 26px;
    color: #666;
}

@media (max-width:991px) {
.yzlcms_menu {
    display: block;
}
.yzlcms-kefu {
	width: 60px;
	right: 10px;
	bottom: 120px;
	height: auto;
}
.yzlcms-kefu .a {
	width: 60px;
	height: 60px;
	background-size: 30px !important;
}
.yzlcms-kefu .d {
    right: 60px;
}
.yzlcms-kefu .d-service-phone {
	top: 64px;
}
.yzlcms-kefu .d-qrcode {
	top: 128px;
}
.yzlcms-kefu .d .inner-con {
    padding: 4px 22px;
}
.yzlcms-kefu .d-qrcode .inner-con {
    padding: 15px 0;
}
}
@media (max-width:767px) {
.yzlcms-kefu {
	width: 40px;
	right: 4px;
	bottom: 100px;
	height: 85px;
}
.yzlcms-kefu .a {
	width: 40px;
	height: 40px;
	background-size: 20px !important;
}
.yzlcms-kefu .a-service {
	display: none !important;
}
.yzlcms-kefu .a-qrcode {
	display: none !important;
}
.yzlcms-kefu .d-service {
	display: none !important;
}
.yzlcms-kefu .d-service-phone {
	display: none !important;
}
.yzlcms-kefu .d-qrcode {
	display: none !important;
}
.yzlcms_links {
    padding-bottom: 20px;
}
}


.yzlcms_page { text-align:center;margin: 30px 0 15px 0;}
.yzlcms_page ul li { display:inline-block; line-height: 30px; border: 1px solid #e9e7e7; margin: 0 5px 5px 0;color: #777777;}
.yzlcms_page ul li.active,.yzlcms_page ul li:hover { background:#ee4345; border: 1px solid #ee4345;}
.yzlcms_page ul li a,.yzlcms_page ul li span{display:inline-block; font-size:15px; padding:0 10px;}
.yzlcms_page ul li:hover a,.yzlcms_page ul li:hover span,.yzlcms_page ul li.active span {color:#ffffff;}



.showcon {
	line-height: 32px;
    color: #666;
}
.showcon img {
	max-width: 100% !important;
	height: auto !important;
}

.showcon video {
    max-width: 100% !important;
    height:auto !important;
}
.showcon iframe {
    max-width: 100% !important;
    height:auto !important;
    border: none !important;
}
.showcon table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    max-width: 100% !important;
    height:auto !important;
}
.showcon td, .showcon th {
    padding: 5px 10px;
    border: 1px solid #666666;
}

.yzlcms-kefu .d {
    width: 255px;
}
.yzlcms-kefu .d-service-item .text {
    width: 150px;
}
.yzlcms-kefu .d-service-item p {
    width: auto;
}
.yzlcms-kefu .d-service .d-service-item p {
    width: auto;
}
.yzlcms-kefu .d-qrcode {
    width: 180px;
}