﻿@charset "utf-8";


/*-- 引入字体 --{*/
@font-face {
	/*font-family: "PingFang";*/
	/*src: url("PingFang Regular.ttf");*/
	/* IE9 Compat Modes */
	/*src: url("PingFang Regular.ttf") format("embedded-opentype"),*/
	/* IE6-IE8 */
	/*url("PingFang Regular.ttf") format("woff"),*/
	/* Modern Browsers */
	/*url("PingFang Regular.ttf") format("truetype"),*/
	/* Safari, Android, iOS */
	/*url("PingFang Regular.ttf") format("svg");*/
	/* Legacy iOS */
	/*font-weight: normal;*/
	/*font-style: normal;*/
}
body{
	min-width: 1200px;
}
.img{
	margin-top: 25px;
}
.img .ewm:hover>img {
    opacity: 1;
    bottom: 42px;
}
.img .ewm {
	position: relative;
}
.img .ewm>img{
position: absolute;
    opacity: 0;
    right: -30px;
    bottom: 0;
    transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    z-index: 99;
}
   
.hed{
	width: 100%;
}
table.adf {
    width: 1200px !important;
    margin: auto;
}
/*.fontPF { font-family: "PingFang"; }*/
/*}-- 引入字体 --*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
padding:0;
margin:0;
}
.col-xs-12.col-md-8.top a img{
	
}

ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:focus,
a:hover {
	text-decoration: none;
	color: inherit;
}

p {
	text-align: justify;
	margin: 0;
	display: block;
	line-height: 2;
}

/* 显示 */
.show {
	display: block;
}

.hide {
	display: none;
}

body {
	font-family: "微软雅黑";
}

/* 定位 */
.potir {
	position: relative;
}

.potia {
	position: absolute;
}

.potif {
	position: fixed;
}

.potis {
	position: static;
}

/* 浮动 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.fnone {
	float: none;
}

.clearboth {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/* 容器 */
.minW1400 {
	min-width: 1400px;
}

.myWrap {
	margin-right: auto;
	margin-left: auto;
	width: 1400px;
}

/* 溢出 */
.overhide {
	overflow: hidden;
}

.textover {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.textover-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.textover-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.textover-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/* 透明 */
.opacity0 {
	filter: alpha(opacity=0);
	opacity: 0;
}

.opacity1 {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* 过渡 */
.trtidu25 {
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-ms-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

.trtidu30 {
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.trtidu35 {
	-webkit-transition-duration: .35s;
	-moz-transition-duration: .35s;
	-ms-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
}

.trtidu50 {
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.trtidu80 {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}

.trtidu100 {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

/* BS */
.no-margin-rl {
	margin-right: 0;
	margin-left: 0;
}

.no-padding-rl {
	padding-right: 0;
	padding-left: 0;
}


.no-float {
	overflow: hidden;
}

table {
	max-width: 100%;
	border-collapse: collapse;
}

/*table,
th,
td {
	border: 1px solid #000;
}*/

body {
	font-size: 16px;
}




/*** s 主色调 ***/
.mainC {
	color: #006ebf;
}

.mainB {
	background-color: #006ebf;
}

/*** 主色调 e ***/



/*** s header ***/
.header {
	position: relative;
	width: 100%;
}

.header .myWrap {}

.header .logo {
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 100px;
	line-height: 100px;
}

.header .logo a {
	display: block;
}

.header .logo img {
	max-width: 345px;
}



@media (min-width:1400px) {
	.container {
		width: 1370px;
	}
}


.header {
	z-index: 99;
}

.top {
	height: 110px;
	line-height: 110px;

}

.header-icon {
	background: #fff5e5;
	width: 100%;
	height: 110px;
	line-height: 110px;
}
.header-icon.back{
	background: #fff;
}
.icon {
	text-align: right;
	position: relative;
}



.head-nav {
	background: #c3a166;
}

.header-nav {
}

.header-nav ul {
	margin: auto;
}

.header-nav>ul>li {
	float: left;
	width: 14.28%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #f6e9ca;
}
.header-nav>ul>li{
		text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.header-nav.color{
	color: #f2f2f2;
}
.header-nav>ul>li>a:hover{
	background:#a38b71 ;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.header-nav ul li a {
	display: block;
}
.header-nav ul li a:hover,.header-nav ul li a.on,.header-nav ul li:hover,.header-nav ul li.on {
	background: #a38b71;
	
}
.hide-nav{
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 99;
	 display: none;
	margin-left:-50%;
	width: 100%;
	height: auto;
	background: #c2aa80;
	opacity: 0.8;
}
   
.header-nav ul li:hover:before{
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}



.bannerSw {
	margin-bottom: 40px;
}

.bannerSw .swiper-wrapper .swiper-slide img {
	width: 100%;
	height:auto;
	
}

.swiper-pagination-bullet {
	background: #fff;
	height: 18px;
	width: 18px;
	position: relative;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	content: "";
	height: 13px;
	width: 13px;
	background: #c3a166;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.banner-sper {
	margin-bottom: 50px;
	position: relative;
}

.img-swiper {
	cursor: pointer;
}


.sec4 .swiper-button-next {
	background: url(index/right.png) center no-repeat;
	z-index: 100;
}

.sec4 .swiper-button-prev {
	background: url(index/left.png) center no-repeat;
	left: 0;
	z-index: 100;
}

.img-swiper.swiper-container .swiper-wrapper .swiper-slide img {
	width: 326px;
	height: 224px;
	transition: all 0.6s;
}
.img-swiper.swiper-container .swiper-wrapper .swiper-slide img:hover{
		opacity: 0.8;
}

.img-swiper.swiper-container .swiper-wrapper .swiper-slide {
	width: 326px;
	position: relative;
	
}

.img-swiper.swiper-container .swiper-wrapper .swiper-slide:after {
	content: url(index/img.png);
	position: absolute;
	bottom: -5px;
	right: 10px;
	transform: translate(5px, 0);
}

.img-swiper.swiper-container .swiper-wrapper .swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 230px;
	z-index: 100;
	height: 44px;
	line-height: 44px;
	width: 140;
	color: #fff;
	font-size: 14px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.img-swiper.swiper-container .swiper-wrapper .swiper-slide p span{
	display: block;
	width: 100px;
}

.hidden-xs.hidden-sm.hidden-md {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	color: #fff;

}

/* 底部 */
.footer {
	background: #383838;
}

.footer-list {
	/*width: 1200px;*/
	margin: auto;
	height: 310px;
	/* padding-left:96px ; */
}

.list {
	float: left;
	width: 16.66%;
	margin-top: 54px;

}

.list h5 {
	font-size: 16px;
	color: #c7c7c7;
}

.list li {
	display: block;
	line-height: 2;
	font-size: 14px;
	color: #8b8b8b;
}

.info {
	font-size: 14px;
	height: 86px;
	line-height: 86px;
	color: #8e8e8e;
	border-top: 2px solid #444444;
}

.info-f {
	width: 1200px;
	margin: 0 auto;
}

.img img {
	margin-left: 30px;
}


/* banner */

.banner img {
	height: auto;
	width: 100%;

}
.banner{
	/* position: relative; */
	/* width: 1920px; */
}
.banner .ban-img{
	/* text-align: center; */
	height: 420px;
	width: 826px;
	position: absolute;
	z-index: 30;
}


/* 二级导航 */

.title {
	background: #ebebeb;
    	text-align: center;
    	margin: auto;
    	width: 100%;
    	height: 74px;
    	line-height: 74px;
    	display: -webkit-flex;
}

.title ul {
   display: -webkit-flex;
    margin: auto;
}

.title ul li {
	/*float: left;*/
	background: #c3a166;
	margin:0 5px;
	color: #fff;
}

.title ul li a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding:0 40px;
}
.title ul li a:hover,.title ul li a.on{
	background: #a4895a;
}



/* 应用案例 */
.case {
	margin: auto;
	height: 100%;
}

.case .case-img img {
	height: 310px;
	width: 100%;
	padding: 15px 0;
	
	
}
.case .case-img img:hover{
	opacity: 0.7;
}

/* 联系我们 */

.contact-us {
	padding-top: 80px;
}

.contact-us h4 {
	font-size: 20px;
	color: #505050;
    font-weight: bold;
}

.contact-us p {
	font-size: 16px;
}

.case-r img {
	height: auto;
	width:100%;
}

.case-l {
	background: #ebebeb;
	width: 640px;
	height: 465px;
	margin-top: 59px;
	padding-top:20px;
}
.case-l p input{
	
	height: 40px;
	line-height: 40px;
	border: none;
}

.case-form {
	padding-top: 30px;
	padding-left: 70px;
}
.case-form table{
	border: none;
}
.case-form table tbody tr{
	margin-bottom:20px;
}
.case-form table tbody tr td{
	border: none;
}

.words textarea{
	border: none;
}


/* 产品 */

.product {
	text-align: center;
}

.case-img>p{
	margin: auto;
	float: left;
	position: relative;
	border: 1px solid #e1d1b5;
	width: 388px;
	height: 336px;
	margin: 0 10px 26px 0;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
}

.product p img {}

.product p span {
	display: block;
	text-align: center;
	width: 326px;
	margin: auto;
	position: absolute;
	left: 50%;
	bottom: 36px;
	transform: translate(-50%, 0);
	z-index: 100;
	color: #fff;
	font-size: 16px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.product p:after {
	content: url(index/cp-img-1.png);
	z-index: 20;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.product p img {
	width: 370px;
	height: 294px;
}

/* 集团资讯 */

.article-info {
	margin-top: 50px;
	border-bottom: 2px solid #e5e5e5;
	box-sizing: border-box;
}

.article-info .info-img {
	height: 160px;
    width: 230px;
	position: relative;
}

.article-info .info-img span{
	display: block;
	text-align: center;
	background:#a4895a;
	color: #fff;
	width: 100px;
	height:30px;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
}


.article-info .info-img img {
	height: 160px;
	width: 230px;
	margin-right: 20px;
}

.article-info p {
	font-size: 14px;
	display: block;
	line-height: 2;
}

.article-info .info-content {
	height: 160px;
	width: 80%;
	/* border-bottom: 2px solid #e5e5e5; */
}
.info-content h4{
	font-weight: bold;
	padding: 18px 0;
	position: relative;
}
.info-content h4:before{
	content: "";
	border-bottom: 2px solid #ab8d5b;
	width: 30px;
	position: absolute;
	bottom: 0;
}
.article-info .info-content p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 金凤凰微晶石 */

.content-info{
	width: 1200px;
	margin: auto;
	position: relative;
	margin-top:50px ;
	padding-bottom:40px;
}

.info-details{
	display: block;
	height: 830px;
	/* background: #c3a889; */
	box-shadow: 0 3px 30px rgba(0, 0, 0, .3);
	width: 1200px;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 15;
    	overflow: hidden;
}

.info-details>img{
	position: absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.right-img img{
	width:635px ;
	height: 618px;
}

.info-left p{
	padding-left:20px ;
}
.info-left p img{
	width:50%;
padding-left:20px;
}
.info-left h4{
	color: #c4a167;
	font-size: 22px;
	font-weight: bold;
	padding-top: 210px;
    	padding-bottom: 50px;
}
.info-left p{
	font-size: 16px;
	text-indent: 2rem;
}


.footer-list .list ul li a:hover{
	color: #f6e9ca;
    	-webkit-transition-duration: 0.3s;
    	transition-duration: 0.3s;
}
.info .info-f .fl a:hover{
	color: #f6e9ca;
    	-webkit-transition-duration: 0.3s;
    	transition-duration: 0.3s;
}
.data{
	margin-left:60px;
}
.data,.data tr{
	background-color:#EBEBEB;
}
.data .pl_btn{
	background:#C3A166;
    	width: 130px;
}
.article-info .info-img img:hover{
	opacity: .7;
-webkit-transition-duration: 0.3s;
    	transition-duration: 0.3s;
}
.article-info .info-content p:hover{
	color:#CBA155;
-webkit-transition-duration: 0.3s;
    	transition-duration: 0.3s;
}
.case-fedk{
	width:1200px;
	padding-bottom:40px;
}
#txtmessage_3,#txtmessage_4{
	
	width:300px;
}
.kjjt{
	background:#f9f9f9;
	padding-top: 15px;
	margin-top:50px;
	width:1200px;
    padding-bottom: 50px;
}

.kjjt-img img{
	width: 100%;
	padding-bottom:126px ;
}
.kjjt-info h4{
	font-size: 20px;
	color: #434343;
	font-weight: bold;
	margin: 54px 0 30px 0;
}
.kjjt-info p{
	font-size: 16px;
	color: #434343;
}
.dy-img{
	margin:50px 0;
}
.dy-img .title-img{
	height: auto;
	margin-bottom:30px ;
}
.dy-img .title-img p{
	text-align: center;
}
.dy-img .title-img img{
	width: 100%;
	height: auto;
}
.cpwz-list{
	padding-top:50px;
}
.yyal-list{
	padding-top:35px;
}
.kjjt-ban img{
	width:100%;
	height:auto;
}
.dy{
	width:1200px;
	margin:auto;
}
.tab-title p span:hover{
	color:#bd9f7e;
}
/* 搜索 */

.icon img{
	margin-right: 10px;
	height: 36px;
	width: 36px;
transition:width 2s;
-moz-transition:width 2s; /* Firefox 4 */
-webkit-transition:width 2s; /* Safari and Chrome */
-o-transition:width 2s; /* Opera */
}
.wrap.fl{
	position: absolute;
	top: 50%;
	right: 110px;
	transform: translateY(-50%);
		
	}
.wrap.fl input{
	height: 40px;
    	margin: auto;
    	border: 1px solid #bd9f7e;
    	width: 220px;
    	border-radius: 18px;
	display:none;
	
}
.icon:hover{
	width:-300px
}
.sec4 .swiper-button-prev,.sec4 .swiper-button-next{
	transition-property:all;
    	transition-duration: .35s;
	-moz-transition-duration:.35s;
	-o-transition-duration: .35s;
}
.sec4 .swiper-button-prev:hover{
	margin-left:-10px;
}

.sec4 .swiper-button-next:hover{
	margin-right:-10px;
}

/* 地图 */
.map{
	
	padding-top: 2rem;
}

	/* 金凤凰微晶石 */
.font-back{
	text-align: center;
	height: 286px;
	width: 694px;
	padding-top:75px ;
    	position: relative;
    	z-index: 99;
}	
.font-back{
	background: url(index/jws-img3.png) no-repeat 100%;
	background-size:cover ;
	margin: auto;
	color: #fff;
}
.font-back h5{
	font-size: 24px;
	font-weight:bold;
	
}
.font-back p{
	text-align: center;
	font-size: 14px;
}
.info-left{
	position: absolute;
    	top: 0;
right:20px;
}
.group-info{
	min-height:100px;
}

	