@charset "utf-8";
/* CSS Document */

body{  font-family: "Microsoft YaHei", "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;font-size:14px;  margin:0px; padding:0px;/* background:url(../images/pagbg.jpg) repeat */ color:#212529;font-weight: 400; }
 *{ margin:0px; padding:0px;}
.clear{clear:both;height:0;overflow:hidden; font-size:0px;}
.clear10{height:10px;overflow:hidden;clear:both;}
.clear20{height:20px;overflow:hidden;clear:both;}
.clear40{height:40px;overflow:hidden;clear:both;}
.clear60{height:60px;overflow:hidden;clear:both;}
ol,ul,li{list-style:none outside none;}
a{color:#000;  text-decoration:none}
a img{border:0 none;}
a:hover{ color: #666666}
table,tr,td,th{border-collapse:collapse;padding:0; margin:0;}
img{vertical-align: middle;}
/*input,textarea{padding:0 2px; resize:none;}*/
.main{ width:1100px; margin:0px auto; text-align:left; overflow:hidden}
.fl{ float:left;}
.fr{ float:right;}
.info{ line-height: 2em; }
 .text-align{ text-align: center; }
 h2{font-weight: normal;}
 
@media screen and (min-width: 200px) and (max-width: 1199px) {body{ width:1200px; }}

 
#header { background:#fff;
    width: 100%;
    height:60px;
    position: fixed;
	 
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-size: 14px;
    transition: all ease .3s;
    z-index: 99;
    top: 0px;
}
.logo{ margin-left: 40px; }
.logo img{ height:40px; margin-top:10px;}



#jsddm{ margin-right: 40px; }
#jsddm li{	float: left;list-style: none; margin-left:50px; }
#jsddm li a{	display: block;  line-height: 50px; height: 50px;margin-top:5px; font-size: 16px;	text-decoration: none;    white-space: nowrap;color:#333;  }
#jsddm li a:hover{ color:#bfa169;}
#jsddm li ul{ z-index:9999;	margin: 0;padding: 0;position: absolute;visibility: hidden;border-top: 1px solid white; background: #fff;}
#jsddm li ul li{	float: none;display: inline; margin: 0px; }
#jsddm li ul li a{	width: auto; color: #333; line-height: 32px; height: 32px; margin-top: 0px; background: #fff;padding:0px 8px; font-size: 14px;}
#jsddm li ul li a:hover{	 color:#bfa169;}

/*ban*/
 .swiper-container {
      width: 100%;color: #fff;
      height: 700px; 
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	
	.swiper-wrapper .swiper-slide:nth-child(1){ background:url(../images/ban1.jpg) no-repeat; background-size:cover}
	.swiper-wrapper .swiper-slide:nth-child(2){ background:url(../images/ban2.jpg) no-repeat; background-size:cover}
	.swiper-wrapper .swiper-slide:nth-child(3){ background:url(../images/ban3.jpg) no-repeat; background-size:cover}
.swiper-button-next{  color: #fff;}	
.swiper-button-prev{ color: #fff }
/*ban end*/

.indexabout{ background:url(../images/aboutbg.jpg) right top no-repeat; height: 565px; margin: 60px 0px;  position: relative;}

.aboutinfo{ width: 420px; height: 400px; position: absolute; left: 0px; bottom:  0px; background:#fff; padding: 50px 60px 0px 60px;box-shadow:0px 5px 20px 0px #88888838;}

.aboutinfo h2{ font-size: 22px; margin-top: 80px; font-weight: normal; margin-bottom: 30px; }
.aboutinfo .info{ color: #666 ; margin-bottom: 30px;}
.aboutinfo  a{ background:#000; width: 240px; height: 50px; color: #fff; display:block; margin: 0px auto;  text-align: center; }
.aboutinfo span{ margin-left: 50px; font-size: 30px }

.indexcase{ background:#f3f4f5; padding:60px 0; }
.text-align p{ font-size: 14px; }
.text-align h2{ font-size: 25px;font-weight: normal;  }

.indexcaseUl{ padding: 60px 0px }
.indexcaseUl li{ width: 530px; position: relative; height: 450px ; margin-bottom: 60px; transition: all .5s; cursor: pointer;}
.indexcaseUl li:nth-child(2n+0){ float: right; }
.indexcaseUl li:nth-child(2n+1){ float: left; }
.indexcasepic{ position: absolute; top: 0px; left: 0px; }
.indexcasepic img{ width: 530px; }
.indexcasetxt{ position: absolute; bottom: 0px; display:block;  z-index: 2; background:#fff; width: 490px; height: 170px; left: 20px; box-shadow:0px 0px 20px 0px #88888838;transition: all .5s;}
.indexcasetxt h2{ margin-top:50px; font-size: 18px;  }
.indexcasetxt p{ color: #666; font-size: 12px;  margin-top:20px;}

 


.indexcaseUl li:hover .indexcasetxt{ background:#bfa169;  color: #fff}

.indexcaseUl li:hover .indexcasetxt p{  color: #fff}


.indexcaseUl li .on {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s
}
.indexcaseUl li .on i {
	width: 65px;
	height: 65px;
	background-position: -150px -147px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -32px;
	margin-left: -32px;
}
.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.indexcaseUl li:hover   .on {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}
/*内页*/
.twonav{ display: flex}
.twonav li{ flex:1; border: 1px solid #bfa169; text-align: center; line-height: 35px;}
.twonav li a{  display: block}
.twonav li a:hover{ background:#bfa169; color: #fff}
.caseUl{ padding: 60px 0px }
.caseUl li{ width: 263px; position: relative; height: 240px ; margin-bottom: 60px; margin-right: 15px; transition: all .5s; cursor: pointer;float: left;}
/*
.caseUl li:nth-child(2n+0){ float: right; }*/
.caseUl li:nth-child(4n){ float: right; margin-right: 0px; }
.caseUl li:hover .casetxt{ background:#bfa169;  color: #fff}

.caseUl li:hover .casetxt p{  color: #fff}
.casepic img{  width: 263px}
.caseUl li:hover .indexcasetxt{ background:#bfa169;  color: #fff}

.caseUl li:hover .indexcasetxt p{  color: #fff}

.casetxt{ position: absolute; bottom: 0px; display:block;  z-index: 2; background:#fff; width: 245px; height: 40px; left: 9px; box-shadow:0px 0px 20px 0px #88888838;transition: all .5s;}
.caseUl li .on {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s
}
.caseUl li .on i {
	width: 65px;
	height: 65px;
	background-position: -150px -147px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -32px;
	margin-left: -32px;
}

.caseUl li:hover   .on {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}

/**/
 .indextu{ padding: 60px 0 }

 .w545{ width: 545px; }
.projects-list {
	position: relative;
	/* margin-top: 20px; */ width: 545px; overflow: hidden;
}
.con-pic {
	margin-bottom: 20px;
}

.projects-list img {
	width: 100%;
}
.projects-title {
	position: absolute;
	left: 54px;
	bottom: 80px;
	z-index: 8;
}
.goods-name{
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	/* letter-spacing: 2px; */
}
.projects_detail {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.goods-desc{ font-size: 10px;  color: #fff;letter-spacing: 2px; margin-top: 10px}
.pro-pic {
  transition: all .8s;
  filter: grayscale(100%);
}
.projects-list:hover .pro-pic {
  transform: scale(1.03);
  filter: grayscale(0);
}
.projects-list3{ writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/  
}
.projects-list3 .goods-desc{ font-size: 10px;  color: #fff;letter-spacing: 2px; margin-top: 0px; margin-right: 10px;}
.projects-list3  .projects-title {
	position: absolute;
	left: 54px;
	bottom: 120px;
	z-index: 8;
}

.indexteam{ background:url(../images/teambg.jpg) left top no-repeat; height: 565px; margin: 60px auto;  position: relative;}

 .indexteaminfo{ width: 420px; height: 300px; position: absolute; right: 0px; bottom:  0px; background:#fff; padding: 50px 60px 0px 60px;box-shadow:0px 5px 20px 0px #88888838;}

.indexteaminfo h2{ font-size: 22px;   font-weight: normal;    }
.indexteaminfo .info{ color: #666 ; margin-bottom: 50px; margin-top: 30px}
.indexteaminfo  a{ background:#000; width: 240px; height: 50px; color: #fff; display:block; margin: 0px auto;  text-align: center; }
.indexteaminfo span{ margin-left: 50px; font-size: 30px }

.indexteaminfo .text-align  h2{ margin: 0px; }
 

.indexcontact{background:url(../images/contantbg.jpg) center center no-repeat;  text-align: center; padding:100px 0; }
.indexcontact p{ line-height: 100px; }

.more-btn a{ background:#000; color: #fff; width: 240px; height: 50px;  display:block; margin: 0px auto; line-height: 50px; font-size: 16px; }

.more-btn a:hover{ background:#bfa169; transition: all .5s;}

#footer{ background:#000; color: #fff; padding-top: 60px; }
#footer li{ line-height: 35px; }
#footer a{ color: #fff; }
.footer1{ width:275px }
.footercompanyname{ margin-bottom: 30px; }
.footer1 address{}
.footer2{width:180px;}
.footer3{width:183px; margin-right: 100px}
.footer4{width:206px}
.footer5{width:156px; text-align:right;}

/*aboout*/
.abouttit{ text-align:center; font-size:28px; line-height:60px; letter-spacing:5px;}
.fzlicul li{     padding: 25px 0;
    border-bottom: 1px solid #ddd; clear:both; overflow:hidden}
.fzlic{ background:#f3f4f5; padding:40px 0;}
.fzleft{ width:35%; float:left; color:#888;}
.fzright{ width:64%;float:right; color:#212529}
.fzlicul{}

.location{ line-height:80px; color:#352f2f; font-size:16px}
.location a{ color:#352f2f}
/*news*/
.imgUl{}
.imgUl li{ width:346px; margin:10px 10px 30px 10px; float:left;box-shadow: 0px 0px 20px 0px #88888838; transition:all .5s ;   }
.newsimg{ width:100%; overflow:hidden; position:relative}
.newsimg img{ width:100%; transition:all .5s}
/*.newsimg img:hover{transform:scale(1.1);  }*/
.newstxt{ padding:20px;}
.newstxt h3{ font-weight:normal; color:#352f2f; line-height:2; font-size:14px}
.newsdate{ color:#777; font-size:12px; letter-spacing:1; line-height:3}
 
.imgUl li:hover .newstxt{ background:#bfa169;  color: #fff !important}
.imgUl li:hover .newstxt h3{color: #fff }
.imgUl li:hover .newsdate{color: #fff }

.newsimg .on {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s
}
.newsimg .on i {
	width: 65px;
	height: 65px;
	background-position: -150px -147px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -32px;
	margin-left: -32px;
}
.imgUl li:hover   .on {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}

.dzfu{  width:900px; margin:0px auto}
.dzfu dl{display: flex; padding:40px; margin-bottom:30px}
.dzfu dl:nth-child(2n+0){    background-color: #f3f4f5;border-color: #f3f4f5; color:#212529}
.dzfu dl:nth-child(2n+1){border: 1px solid #eee;}
.dzfu dt{flex: 3;}
.dzfu dd{flex: 12;}

.contactmap{ width: 730px; float: left; height: 320px; overflow: hidden;}
.contactstyle h2{ margin-bottom:30px;}
.contactstyle{ width:350px; float:right; line-height:3; font-size:15px; margin-bottom: 28px;}

.pagenext{height: 32px;width:40%;float:right; text-align: right;line-height: 32px;padding-right: 5%;font-size: 14px;background: #efefef; margin-bottom:15px}
.pagepre{width:40%;float:left;height: 32px;line-height: 32px;padding-left: 5%;font-size: 14px;background: #efefef;border-bottom: 1px solid #ddd;}

.proleft{ width: 625px; float: left; }
.proright{ width: 440px; float: right; }
.proright h5{ color: #777; line-height:4; font-size: 15px; }

.all{
    width:625px;height: auto; overflow: hidden;
}
.top-img{
    width: 625px;height: auto;font-size: 0;position: relative;
}
.activeimg{
    overflow: hidden;height: 420px;position: relative;
}
.top-img .activeimg img{
    width: 625px;height: 420px; object-fit: cover;
}
.top-img .left{
    width: 80px;height: 420px;background: rgba(0,0,0,0.4);position: absolute;left: 0;top: 0;text-align: center;line-height: 420px;
    cursor: pointer;
}
.top-img .right{
    width: 80px;height: 420px;background: rgba(0,0,0,0.4);position: absolute;left:545px;top: 0;text-align: center;line-height: 420px;
    cursor: pointer;
}
.top-img .left:hover,.top-img .right:hover{
    background: rgba(0,0,0,0.5);
}

.bot-img{
    height: 90px;width: 625px;margin-top: 15px
}
.bot-img ul{
    width: 100%;height: 100px;
}
.bot-img ul li{
    width: 90px;margin-right: 10px;float: left;border: 1px solid #fff;cursor: pointer;font-size: 0;
}
.bot-img ul li.active{
    border: 1px solid #ff6600;
}
.bot-img ul li img{
    width: 100%; max-height:62px; 
}
.bot-img ul li:last-child{
    margin-right: 0;
}

/*返回顶部*/
#scrollUp, #feedback, .qr_tool {
    background-image: url(../images/backgrounds.32.png);
}

.bottom_tools {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 40px;
}

.bottom_tools > * {
    font: 0/0 a;
    display: block;
    margin-top: 5px;
    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none
}

.qr_img {
    position: absolute;
    top: -60px;
    left: -110px;
    display: none;
    max-width: 103px;
}

#scrollUp {
    width: 45px;
    height: 45px;
    background-position: -54px -53px;
    display: none;
}

#scrollUp:hover {
    background-position: -100px -53px
}

#feedback {
    width: 45px;
    height: 45px;
    background-position: -102px 0
}

#feedback:hover {
    background-position: -146px -46px
}

.qr_tool {
    width: 45px;
    height: 45px;
    background-position: -148px 0;
    cursor: pointer;
}

.qr_tool:hover {
    width: 45px;
    height: 45px;
    background-position: -192px -46px;
}
