﻿@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px; font-size: .12rem; color:#666; overflow-x:hidden;}
a{color:#666; text-decoration:none; outline:none;}
a:active{star:expression(this.onFocus=this.blur());} 
img{border:0px; vertical-align:middle;}
a:link {text-decoration: none; outline:none;}
a:visited{text-decoration: none; outline:none;}
a:hover{text-decoration:none; color:#1f286f; outline:none;}
ul, p, dl, dt, dd{padding:0px; margin:0px;}
li{list-style-position:outside; list-style-type:none;}
h1, h2, h3, h4, h5{font-size:14px; padding:0px; margin:0px;}
h1{font-size:16px;}
h5{font-size:12px;}
.fl{float:left;}
.fr{float:right;}
.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}

.h10{height:10px; overflow:hidden; clear:both;}
.h30{height:30px; overflow:hidden; clear:both;}
.h60{height:60px; overflow:hidden; clear:both;}
.h70{height:70px; overflow:hidden; clear:both;}
.h100{height:100px; overflow:hidden; clear:both;}
input, textarea{background:transparent; padding:0px; font-size:12px; font-family:Arial, "microsoft yahei"; color:#888; outline:none; border:0px;}
em{font-style:normal;}
img {max-width: 100%;}
.btn1{cursor:pointer;}
.red{color:#cb1f18;}
.wal{width:1200px; margin:0px auto;}

.w250{ width:250px; overflow:hidden;}
.w380{ width:380px; overflow:hidden;}
.w770{ width: 770px; }
.w890{ width: 890px; }

@font-face {font-family:bold; src:url(../font/DIN.TTF);}
@font-face {font-family:dm; src:url(../font/medium.ttf);}
@font-face {font-family:db; src:url(../font/db.otf);}

a,
.indexPart1 .titleDiv,
.indexPart1 .btn li:after,
.indexPart2 .list li .ico img,
.indexPart2 .list li .name1,
.indexPart2 .list li .name2,
.indexPart2 .btnDiv a,
.footDiv .mxfDiv .lala em img,
.indexCase .swiper-slide .imgDiv:after,
.indexCase .swiper-slide .name,
.indexCase .swiper-button-prev,
.indexCase .swiper-button-next{
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;	
}


.indexCase .swiper-slide .imgDiv img{
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;    
}

@keyframes fadeOfOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.Phone-Box{ display: none; }


.fangda{ overflow: hidden;}
.fangda img{ transition:2s;-moz-transition:2s;-webkit-transition:2s;-o-transition:2s;}
.fangda:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

/*按钮动画--start*/
.ico_h {display: inline-block; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } 
.ico_h:before {pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; transition-property: transform, opacity; } 
.ico_h:hover, .ico_h:focus, .ico_h:active {-webkit-transform: translateY(-6px); transform: translateY(-6px); -webkit-animation-name: hover; animation-name: hover; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } 
.ico_h:hover:before, .ico_h:focus:before, .ico_h:active:before {opacity: .4; -webkit-transform: translateY(6px); transform: translateY(6px); -webkit-animation-name: hover-shadow; animation-name: hover-shadow; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }
/*按钮动画--end*/

.headDiv{ height: 90px; position:relative; z-index:2; width: 100%; background: #fff;}
.headDiv .wal{ position: relative; height: 90px; }
.headDiv .logo{ display:block; position:absolute; left: 0; top: 21px;}
.nav{ position:absolute; right:0px; top: 0;}
.nav li{ font-size: 16px; float: left; width: 106px; text-align: center;}
.nav li a{ display: block;color: #333; position: relative;}
.nav li a span {display: inline-block; height: 90px; line-height: 90px; color: #333;}
.nav li a:before {content: "";display: block;width: 100%;height: 0;background: #b29973;position: absolute;left: 0;bottom: 0;z-index: -1;transition: height 0.3s ease;-webkit-transition: height 0.3s ease;-moz-transition: height 0.3s ease;-ms-transition: height 0.3s ease;-o-transition: height 0.3s ease;}
.nav li a span {position: relative;}
.nav li a span:after {content: "";display: block;width: 100%;height: 3px;background: #1f286f;position: absolute;left: 0;bottom: 0;z-index: 0;transition: transform 0.3s ease;-webkit-transition: transform 0.3s ease;-moz-transition: transform 0.3s ease;-ms-transition: transform 0.3s ease;-o-transition: transform 0.3s ease;transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);}
.nav li a:hover span, .nav li .aNow1 span { color: #fff;}
.nav li .aNow span {color: #1f286f;font-weight: 700;}
.nav li .aNow span:after {transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);} 
.nav li a:hover:before, .nav li .aNow1:before {height: 100%;}
.nav li .aNow:hover span {color: #fff;font-weight: 500;}
.nav li .aNow:hover span:after {transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);}
/*导航触发效果*/
.zNav{ display: none; position: fixed; z-index: 11; width:106px; background: rgba(178,153,115,0.7); left:0; overflow: hidden; top: 90px; }
.zNav ul{ padding: 15px 0; }
.zNav li{ text-align: center; font-size: 14px; line-height: 36px; }
.zNav li a{ display: block; color: #fff;}
.zNav li a:hover{ text-decoration: underline; }

.navIco{ display: none; position: absolute; right: 0px; top: 0px; width: 1.1rem; height: 1.2rem; text-align: center; line-height: 1.2rem;}
.navIco img{ width: 0.46rem; }

.pageBg{ position:fixed; z-index:5; width:100%; height:100%; display:none; background:rgba(0,0,0,0.3); left:0px; top:0px;}

/*导航菜单触发*/
.navLayer{overflow-x: auto; height:100%; width:100%; overflow:hidden; position:fixed; z-index:11; right:-100%; top:0px;}
.navLayer .bg{overflow-x: auto;position:relative; background:#fff; height:100%; width:100%;}
.navLayer .toptop{ height: 1.2rem; position: relative; border-bottom: #d6d6d6 solid 1px;}
.navLayer .closeBtn{ width:1.1rem; height:1.2rem; position:absolute; top:0px; right:0; text-align: center; line-height: 1.2rem;}
.navLayer .closeBtn img{ width: 0.36rem; }
.sideNav{ padding: 0 0 0.5rem; }
.subNav{ cursor:pointer; display:block; height:0.9rem; line-height:0.9rem; padding-left: 0.3rem; position:relative; font-size:0.28rem; border-bottom: #d6d6d6 solid 1px;}
.subNav1{ color: #333; background:url(../images/ico3.png) right center no-repeat; background-size: 0.6rem;}
.subNav .name{ position:relative;}
.subNav a{ color:#333; display: block;}
.currentDt{ color: #fff; background: #1f286f url(../images/ico3on.png) right center no-repeat; background-size: 0.6rem;}
.navContent{display: none;}
.navContent a{display:block;  height:0.9rem; line-height:0.9rem; color:#666; border-bottom: #d6d6d6 solid 1px; background: #f6f6f6; font-size:0.26rem; padding-left: 0.3rem; }

.footDiv{ padding-top: 35px; height: 155px; background: #1f286f; position: relative;}
.footDiv .wal{ position: relative; height: 155px; }
.footDiv .tel{ padding-left: 45px; height: 50px; color: #fff; position: relative;}
.footDiv .tel img{ position: absolute; left: 0; top: 7px; }
.footDiv .tel p{ color: rgba(255,255,255,0.5); font-size: 14px; }
.footDiv .tel .num{ font-size: 24px; font-family: bold; line-height: 24px; padding-top: 5px; color: #fff; }
.footDiv .links{ padding-top: 25px; color: rgba(255,255,255,0.5); position: relative; left: -12px; font-size: 14px;}
.footDiv .links a{ color: rgba(255,255,255,0.5); padding: 0 12px; font-size: 14px;}
.footDiv .links a:hover{ color: rgba(255,255,255,1); }
.footDiv .msg{ position: absolute; right: 0; top: 70px; text-align: right; font-size: 12px; line-height: 20px; color: rgba(255,255,255,0.5); }
.footDiv .msg a{ display: block; color: rgba(255,255,255,0.5); }
.footDiv .msg a:hover{ color: rgba(255,255,255,1);}
.footDiv .mxfDiv{ padding-left: 84px; height: 36px; position: absolute; right: 0; top: 0; }
.footDiv .mxfDiv span{ position: absolute; left: 0px; bottom: 0px; line-height: 36px; font-size: 14px; color: #fff; font-weight: bold; }
.footDiv .mxfDiv .lala{ position: relative; cursor: pointer; }
.footDiv .mxfDiv .lala em .img1{ opacity: 0; position: absolute; left: 0; top: 0; }
.footDiv .mxfDiv .lala .ewmLayer{position:absolute; left: 50%; margin-left: -60px; top:-120px; width:120px; height:125px; opacity:0; filter:alpha(opacity=0); visibility:hidden; z-index:22;}
.footDiv .mxfDiv .lala.on em img{ opacity: 0; }
.footDiv .mxfDiv .lala.on em .img1{ opacity: 1; }
.footDiv .mxfDiv .lala.on .ewmLayer{opacity:1; filter:alpha(opacity=1); visibility:visible; top:-140px;}
.footDiv .mxfDiv .lala .ewmLayer .imgDiv{ width: 120px; height: 120px; line-height: 120px; text-align: center; background: #fff; box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1);}
.footDiv .mxfDiv .lala .ewmLayer .imgDiv img{ width: 104px; }
.footDiv .mxfDiv .lala .ewmLayer .bg{ width: 7px; height: 5px; margin: 0 auto; background:url(../images/ewmBg.png) center no-repeat; }
.footDiv .mxfDiv .lala .ewmLayer{
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;    
}

.pageBanner{ position:relative; height: 300px; overflow: hidden;}
.pageBanner .bg { width: 100%; height: 300px; background: center no-repeat; background-size: cover; }
.pageBanner .bg img{ width:100%;}
.pageBanner .layer{ position: absolute; right: 50%; margin-right: -600px; top: 50%; transform: translateY(-50%); color: #fff; z-index: 1; text-align: right; }
.pageBanner .txt1{ font-size: 36px; line-height: 36px; padding-bottom: 20px; }
.pageBanner .txt2{ font-size: 14px; text-transform: uppercase; }

.pageTop{ width: 100%; position: relative; height: 70px; background: #f7f7f7; }
.pageTop .wal{ position: relative; height: 70px; }
.pageNav li{ float: left; font-size: 14px; line-height: 70px; text-align: center; width: 150px; position: relative;}
.pageNav li a{ display: block; height: 70px; color: #999; }
.pageNav li em{ padding-left: 20px; }
.pageNav li a:hover, .pageNav li .aNow{ background: #fff; color: #dbb25a; }
.pageNav li a:hover em, .pageNav li .aNow em{ background: url(../images/ico3.png) left center no-repeat; }

.pageNow{ position: absolute; right: 50%; bottom: 0px; line-height: 70px; margin-right: -600px; z-index: 2; font-size: 12px;}
.pageNow a{ color: #999; background: url(../images/ico1.png) right center no-repeat; padding: 0 17px 0 14px;}
.pageNow a:hover{ color: #dbb25a; }
.pageNow em{ padding-left: 14px; color: #dbb25a;}
.pageNow img{ position: relative; top: 0px;}

.pageBox{ padding:80px 0 110px; border-top: #f5f5f5 solid 1px;}
.pageBox2{ padding:50px 0 110px; border-top: #f5f5f5 solid 1px;}

.pageTitleTel{ height:1.1rem; background:#dbb25a; position:relative; display: none;}
.sideTitleTel{ width:100%; height:1.1rem; position:absolute; left:0px; top:0px;}
.sideTitleTel .con{ font-size:0.36rem; height:1.1rem; line-height:1.1rem; position:relative; padding-right:10px;}
.sideTitleTel .con a{ color: #fff; display:block; height:1.1rem; padding-left:0.3rem; background:url(../images/limg65_1.png) right center no-repeat; background-size: 0.65rem;}
.sideTitleTel .con.on a{ background:url(../images/limg65_1on.png) right center no-repeat; background-size: 0.65rem; }
.sideTitleNav{ position:absolute; top:1.1rem; z-index:10; width:100%; background:#fff; display:none; box-shadow:0 1px 5px rgba(35,25,25,0.2); -moz-box-shadow:0 1px 5px rgba(35,25,25,0.2); -webkit-box-shadow:0 1px 5px rgba(35,25,25,0.2);}
.sideTitleNav li{ font-size: 0.3rem; height:1.0rem; border-bottom:#d7d7d7 solid 1px;}
.sideTitleNav li a{ display:block; height:1.0rem; line-height:1.0rem; padding-left:0.3rem; color:#666;}
.sideTitleTel .con em{ display:block; color:#fff; padding-left: 0.3rem;}


.tabContent{ display:none;}
.tab li{ cursor:pointer;}
.tabContent2{ display:none;}
.tab2 li{ cursor:pointer;}



.cd-top {
    /* image replacement properties */
    overflow: hidden;

    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {

    opacity: 1;
}

#Layer1{
	position:absolute;
	position:fixed;
	_position:absolute;
	width:100%;
	z-index:99;
	top:0; left:0px;
	background-color:#000;
	display:none;
}


.selectDiv{cursor:pointer;}
.selectDiv span{padding-left:10px;}
.selectDiv select{display:none;}
/**/
.selectLayer{position:absolute; z-index:100; display:none; background:#FFF; border:#bababa solid 1px;}
.selectLayer li{height:22px; line-height:22px; overflow:hidden; padding-left:10px; color:#666;}










