@charset "UTF-8";
html{min-width:1200px;}
body{overflow-x:hidden;overflow-y:auto;}
body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd{margin:0px;}
input,button,ul,ol{margin:0px;padding:0px;}
body,input,button,form{font-size:14px;line-height:28px;font-family:"microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;color:#333;}
h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}
ul,ol,li{list-style:none;}
input{background:none;border:0 none;}
img,iframe{border:0px;}
em,i{font-style:normal;}
button,input,select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
.red{color:#e74037;}
.fl{float:left;}
.fr{float:right;}
.tac{text-align:center;}
.tar{text-align:right;}
.poa{position:absolute;}
.por{position:relative;}
.hidden{display:none;}
.hide{display:none !important;}
.w1200{width:1200px;margin:0 auto;}
.icon{vertical-align:middle;background:url(../images/icon.png) no-repeat;display:inline-block;}
.in_icon{vertical-align:middle;background:url(../images/ind_icon.png) no-repeat;display:inline-block;}
a{color:#333;text-decoration:none;}
a:hover{color:#c69f65;text-decoration:none;}
a:visited{text-decoration:none;}
.ease,.ease *{-webkit-transition:all ease 300ms;-moz-transition:all ease 300ms;-ms-transition:all ease 300ms;-o-transition:all ease 300ms;transition:all ease 300ms;}
.noease,.noease *{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}
:-moz-placeholder{color:#cccccc;}
::-moz-placeholder{color:#cccccc;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#cccccc;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#cccccc;}
/*清除浮动*/
.clearfix{*zoom:1;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}

/*头部*/
.header_main{width:100%;position:relative;z-index:10;background:#333;height:40px;}
.header_main .header{position:relative; height:100%;}
.header_main .header .word{display: flex;align-items: center;justify-content: flex-start;height: 100%;color:#fff;font-size:12px;}
.header_main .txt{display: flex;align-items: center;justify-content: space-between;height: 100%;}
.header_main .txt a{color:#fff;font-size:12px;}
.header_main .txt i{width: 1px;height: 10px;background-color: #fff;margin: 0 22px;}
.header_main .txt a:hover{color:#c9974c;}

.top_main{position:relative;width:100%;height:120px;border-bottom:1px solid #d7d7d7;background:#fff;overflow:hidden;z-index:2;}
.top_main .top{ position:relative; height:100%;}
.top_main .top .logo{display: flex;align-items: center;justify-content: flex-start;height: 100%;}
.top_main .top .tel{display: flex;align-items: center;justify-content: space-between;height: 100%;}
.top_main .top .tel .txt{display: flex;height: 100%;justify-content: center;flex-direction: column; margin-left:20px;}
.top_main .top .tel .txt p{font-size:16px;line-height:16px;color:#666;padding:7px 0 10px;}
.top_main .top .tel .txt h4{font-size:24px;font-weight:bold;color:#c9974c;display:inline-block;line-height:24px;}

.nav_main{position:relative;width:100%;border-bottom:1px solid #d7d7d7;box-shadow:0 2px 20px rgb(0 0 0 / 10%);z-index:1;}
.nav_main .nav .navlist{width:100%;}
.nav_main .nav li{float:left;width:133px;display:inline-block;text-align:center;position:relative;}
.nav_main .nav li:before{display:inline-block;content:"";position:absolute;background-color:#ccc;top:50%;margin-top:-6px;left:0;width:1px;height:12px;}
.nav_main .nav li a{display:block;text-align:center;position:relative;color:#666;height:54px;line-height:54px;}
.nav_main .nav li:first-child:before{display:none;}
.nav_main .nav li .subnav{background:#fff;border-top:2px solid #c9974c;box-shadow:0 13px 42px 11px rgba(0, 0, 0, 0.05);height:auto;left:0;overflow:hidden;position:absolute;top:100%;width:100%;z-index:199;}
.nav_main .nav .subnav{filter:progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity:0;visibility:hidden;transition:all .6s ease 0s;transform:translate3d(0, 10px, 0);-moz-transform:translate3d(0, 10px, 0);-webkit-transform:translate3d(0, 10px, 0);}
.nav_main .nav li:hover .subnav{opacity:1;visibility:visible;transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);}
.nav_main .nav li .subnav a{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;color:#666;display:block;font-size:13px;font-weight:normal;line-height:43px;height:43px;max-width:100%;border-bottom:1px solid #eee;background:#fff;}
.nav_main .nav li .subnav a:hover{color:#c9974c;padding-left:10px;background:#f9f9f9;}
.nav_main .nav li.hover a, .nav_main .nav li:hover a{color:#c9974c;}
.nav_main .nav li.current .subnav a,.nav_main .nav li:hover .subnav a{font-weight:normal;color:#666;}
.nav_main .nav li.hover .subnav a:hover,.nav_main .nav li:hover .subnav a:hover{color:#c9974c;}

/*幻灯片*/
.banner_main{overflow:hidden;position:relative;max-width:1920px;margin:0 auto;}
.banner{width:100%;min-width:1000px;position:relative;overflow:hidden;z-index:0;height:550px;}
.banner .list{max-height:550px;overflow:hidden;}
.banner li{width:100%;position:absolute;z-index:1;overflow:hidden;}
.banner li img{width:1920px;display:block;position:relative;left:50%;margin-left:-960px;top:0;}
.banner li a{width:100%;display:block;}
.banner .tip{width:100%;height:20px;text-align:center;position:absolute;left:0;bottom:4%;z-index:10;}
.banner .tip span{width:40px;height:4px;overflow:hidden;margin:0 10px;display:inline-block;cursor:pointer;vertical-align:top;background:#fff;text-indent:-1000px;transition:all .5s;}
.banner .tip span.cur{background:#c9974c;}
.banner .prev,.banner .next{width:53px;height:174px;position:absolute;z-index:12;top:50%;margin-top:-87px;cursor:pointer;opacity:0;}
.banner .prev{left:5%;background-position:0 -26px;}
.banner .next{right:5%;background-position:-60px -26px;}
.banner:hover #btn_prev,.banner:hover #btn_next{opacity:1;}

.search{border-bottom:1px solid #eee;}
.search .hot{padding:30px 0;height:40px;line-height:40px;}
.search .hot .left{color:#333;font-weight:bold;}
.search .hot .left b{color:#c9974c;}
.search .hot .left a{padding:0 10px;color:#787878;font-weight:100;}
.search .hot .left a:hover{color:#c9974c;}
.search .hot .right{position:relative;}
.search .hot .right .input{width:278px;height:20px;border:1px solid #eee;border-radius:20px;line-height:20px;padding:9px 0px;border:none;border-right:none;font-size:12px;color:#999;position:absolute;right:0px;top:0px;background:#f5f5f5;padding-left:20px;outline:none;}
.search .hot .right .btn{width:23px;height:38px;border:none;background-position:-246px -79px;z-index:10;cursor:pointer;position:absolute;right:15px;top:0px;outline:none;}

/*底部*/
.links{background:#1e2129;position:relative;width:100%;padding: 30px 0;font-size:16px;border-bottom:1px solid #9b9b9b;}
.links span{color:#f9f9f9;display:inline-block;}
.links a{display:inline-block;color:#f9f9f9;padding-right:10px;}
.links a:hover{color:#c69f65;}

.footer_main{position:relative;width:100%;}
.footer_main .footer{width:100%;padding-top:30px;padding-bottom:50px;height:auto;background:#1e2129;}
.footer_main .botnav{width:290px;}
.footer_main .botnav li{float:left;display:block;list-style:none;font-size:16px;line-height:32px;text-align:left;overflow:hidden;padding-left:40px;}
.footer_main .botnav li:first-child{padding-left:10px;}
.footer_main .botnav li a{display:block;font-size:16px;line-height:30px;color:#fff;}
.footer_main .botnav li a:hover{color:#c69f65;}
.footer_main .botnav li .drop{padding-top:10px;}
.footer_main .botnav li .drop a{font-size:12px;line-height:24px;}
.footer_main .botnav li:first-child{padding-left:0;}
.footer_main .botcontcat{width:230px;color:#fff;}
.footer_main .botcontcat a{color:#fff;display:block;line-height:30px;font-size:16px;}
.footer_main .botcontcat a:hover{color:#c69f65;}
.footer_main .botcontcat .zx{padding-left:22px;margin-top:12px;font-size:14px;color:#fff;background:url("../images/tel3.png") no-repeat left center;background-size:16px;}
.footer_main .botcontcat .webTel1{margin-top:20px;font-size:24px;font-weight:bold;color:#fff;font-family:"arial";line-height:20px;}
.footer_main .botcontcat .webTel2{margin-top:12px;font-size:24px;font-weight:bold;color:#fff;font-family:"arial";line-height:20px;}
.footer_main .bewm{padding-top:0px;padding-bottom:12px;display:block;width:160px;height:215px;background:#c9974c;background-size:160px 215px;}
.footer_main .bewm .img{display:block;width:127px;height:127px;padding:0;margin:0 auto;margin-top:20px;}
.footer_main .bewm .scan{margin-top:28px;font-size:14px;color:#fff;line-height:20px;text-align:center;}
.footer_main .imsgbox{width:440px;}
.footer_main .imsgbox h3{font-size:16px;color:#fff;display:block;line-height:24px;}
.footer_main .imassge{padding-top:16px;}
.footer_main .imassge .item{width:209px;margin-bottom:10px;position:relative;float:left;border:1px solid #9b9b9b;border-radius:5px;}
.footer_main .imassge .item .txt{width:199px;padding-left:10px;height:40px;line-height:40px;color:#989a9e;background:none;outline:none;}
.footer_main .imassge .item .msg-box{position:absolute;left:0;height:20px;top:0px;}
.footer_main .imassge .item .msg-box s{display:inline-block;}
.footer_main .imassge .mr10{margin-right:18px;}
.footer_main .imassge .mj{width:438px;}
.footer_main .imassge .mj .txt{width:430px;}
.footer_main .imassge .submit{width:100%;height:50px;line-height:50px;background:#fff;font-size:16px;outline:none;cursor:pointer;border-radius:4px;transition:all .5s;}
.footer_main .imassge .submit:hover{background:#c9974c;color:#fff;}

.copyright{position: relative;width: 100%;line-height: 2em;background: #16181f;padding: 10px 0 5px 0;color:#fff;}
.copyright a{color:#fff;}
.copyright a:hover{color:#c69f65;}

/*左侧浮动*/
.toolbar{position:fixed;top:50%;right:0;margin-top:-163px;z-index:100;width:80px;}
.toolbar dd{position:relative;float:left;width:80px;height:80px;background:#c9974c;margin-top:2px;border-radius:5px;color:#fff;font-size:14px;line-height:21px;text-align:center;cursor:pointer;transition:all .5s;}
.toolbar dd:first-child{margin-top:0;}
.toolbar dd i{width:100%;height:30px;display:block;margin-top:13px;background:url(../images/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y:0;}
.toolbar dd.tel i{background-position-y:-30px;}
.toolbar dd.code i{background-position-y:-60px;}
.toolbar dd.top i{background-position-y:-90px;}
.toolbar dd span{display:block;color:#fff;}
.toolbar dd.tel .box{position:absolute;top:0;width:190px;right:-200px;height:100%;margin-right:10px;border-radius:5px;background:#c9974c;opacity:0;transition:all .5s;}
.toolbar dd.tel .box p{font-size:14px;margin:15px auto 7px;}
.toolbar dd.tel .box h3{font-size:18px;font-weight:bold;}
.toolbar dd.tel .box:after{display:block;content:" ";border-style:solid dashed dashed dashed;border-color:transparent  transparent transparent #c9974c;border-width:9px;width:0;height:0;position:absolute;top:50%;margin-top:-9px;right:-18px;margin-left:-12px;}
.toolbar dd.code .box{position:absolute;top:0;width:162px;right:-172px;height:162px;margin-right:10px;border-radius:5px;background:#c9974c;opacity:0;transition:all .5s;}
.toolbar dd.code .box img{width:140px;height:140px;padding:11px;}
.toolbar dd.code .box:after{display:block;content:" ";border-style:solid dashed dashed dashed;border-color:transparent  transparent transparent #c9974c;border-width:9px;width:0;height:0;position:absolute;top:30px;right:-18px;margin-left:-12px;}
.toolbar dd:hover{background:#333;}
.toolbar dd.tel:hover .box{opacity:1;right:80px;}
.toolbar dd.code:hover .box{opacity:1;right:80px;}


/*index css*/
.index{width:100%;overflow:hidden;}
.index .indexTit{text-align:center;width:100%;height:190px;background:url("../images/titLine.png") no-repeat center center;background-size:60px 189px;}
.index .indexTit .tit{padding-top:60px;display:block;font-size:40px;font-weight:bold;color:#c9974c;line-height:40px;}
.index .indexTit .subtit{font-size:16px;color:#666;line-height:18px;font-weight:normal;padding-top:12px;}
/*menu*/
.index .menu{overflow:hidden;padding-bottom:20px;padding-top:20px;}
.index .menu ul{text-align:center;}
.index .menu li{line-height:30px;margin:0 10px 10px;display:inline-block;}
.index .menu li:first-child{margin-left:0;}
.index .menu li:last-child{margin-right:0;}
.index .menu li a{display:block;color:#666;border:1px solid #c2c2c2;text-align:center;padding:0 25px;border-radius:15px;}
.index .menu li a:hover{border:1px solid #c9974c;color:#fff;background:#c9974c;}
.index .more{width:150px;height:40px;color:#666;line-height:40px;margin:0 auto;display:block;text-align:center;border:1px solid #ccc;}
.index .more:hover{border:1px solid #c9974c;background:#c9974c;color:#fff;text-indent:10px;}
/*产品中心*/
.index .floor_1_main{width:100%;background:url(../images/proBg.jpg) no-repeat center center;}
.index .floor_1_main .floor_1{padding:40px 0;}
.index .floor_1 .menu{padding-top:40px;padding-bottom:40px;}
.index .floor_1 .proList .list{width:100%;}
.index .floor_1 .proList .list .item{float:left;position:relative;width:285px;margin-right:20px;margin-bottom:20px;transition:all .5s;}
.index .floor_1 .proList .list .item:nth-child(4n){margin-right:0;}
.index .floor_1 .proList .list .item .img{display:block;width:100%;height:214px;overflow:hidden;}
.index .floor_1 .proList .list .item .img img{width:100%;height:100%;transition:all .5s;}
.index .floor_1 .proList .list .item h3{position:absolute;bottom:0;width:100%;color:#fff;font-size:16px;line-height:50px;text-indent:20px;background:url(../images/txtBg.png) repeat center center;}
.index .floor_1 .proList .list .item:hover{box-shadow:0 2px 10px rgba(0, 0, 0, 0.1);}
.index .floor_1 .proList .list .item:hover .img img{transform:scale(1.1);}
.index .floor_1_main .more{margin-top:20px;}
/*定制案例*/
.index .floor_2{padding:40px 0;overflow:hidden;}
.index .icaseM .bigbox{width:600px;height:450px;overflow:hidden;position:relative;margin:0;}
.index .icaseM .bigbox .bd{overflow:hidden;}
.index .icaseM .bigbox .bd .item{position:relative;width:600px;height:450px;overflow:hidden;}
.index .icaseM .bigbox .bd .item img{display:block;width:600px;height:450px;}
.index .icaseM .bigbox .bd .item .txt{position:absolute;left:0;bottom:0;width:100%;height:60px;background:url("../images/txtBg.png") repeat center center;z-index:12;opacity:1;transition:all .5s;}
.index .icaseM .bigbox .bd .item .txt .tit{font-size:16px;color:#fff;height:60px;line-height:60px;text-indent:20px;}
.index .icaseM .bigbox .bd .item .txtBox{position:absolute;left:0;bottom:0;width:100%;height:100%;text-align:center;z-index:2;opacity:0;transition:all .5s;}
.index .icaseM .bigbox .bd .item .txtBox h3{color:#fff;font-size:18px;padding-top:68%;opacity:0;transition:all .5s;}
.index .icaseM .bigbox .item:hover .txt{opacity:0;}
.index .icaseM .bigbox .item .txtBox span{width:40px;height:40px;display:block;background-position:0 -164px;position:absolute;left:50%;margin-left:-25px;top:10%;margin-top:-25px;opacity:0;transition:all .5s;}
.index .icaseM .bigbox .item:hover .txtBox{opacity:1;background:url(../images/black50.png) repeat left top;z-index:16;}
.index .icaseM .bigbox .item:hover .txtBox h3{opacity:1;padding-top:43%;}
.index .icaseM .bigbox .item:hover .txtBox span{opacity:1;top:50%;}
.index .icaseM .bigbox .hd{height:15px;overflow:hidden;position:absolute;right:16px;bottom:20px;z-index:15;}
.index .icaseM .bigbox .hd ul{overflow:hidden;zoom:1;float:left;}
.index .icaseM .bigbox .hd li{float:left;margin-right:6px;width:10px;height:10px;font-size:0;text-indent:-9999px;background:#fff;cursor:pointer;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;transition:all .5s;}
.index .icaseM .bigbox .hd li.on{background:#c9974c;}
.index .icaseM .smabox{width:600px;}
.index .icaseM .smabox .item{float:left;margin-right:0;width:300px;height:225px;overflow:hidden;position:relative;margin-bottom:0px;}
.index .icaseM .smabox .item img{display:block;width:300px;height:225px;}
.index .icaseM .smabox .item a{display:block;}
.index .icaseM .smabox .item .txt{position:absolute;left:0;bottom:0;width:100%;height:60px;background:url("../images/txtBg.png") repeat center center;z-index:12;opacity:1;transition:all .5s;}
.index .icaseM .smabox .item .txt .tit{font-size:16px;color:#fff;height:60px;line-height:60px;text-indent:20px;}
.index .icaseM .smabox .item .txtBox{position:absolute;left:0;bottom:0;width:100%;height:100%;text-align:center;background:url(../images/txt2Bg.png) repeat-x left bottom;z-index:2;opacity:0;transition:all .5s;}
.index .icaseM .smabox .item .txtBox .tit1{padding-top:50px;font-weight:bold;font-size:20px;color:#fff;line-height:20px;transition:all .5s;}
.index .icaseM .smabox .item .txtBox .detail{position:absolute;top:65%;left:50%;margin-left:-49px;display:block;width:98px;height:34px;font-size:16px;line-height:34px;text-align:center;color:#fff;border:1px solid #fff;transition:all .5s;}
.index .icaseM .smabox .item:hover .txt{opacity:0;}
.index .icaseM .smabox .item:hover .txtBox{opacity:1;}
.index .icaseM .smabox .item:hover .txtBox .tit1{padding-top:80px;}
.index .icaseM .smabox .item:hover .detail{top:55%;}
.index .floor_2_main .more{margin-top:30px;}
/*四大优势*/
.index .floor_3_main{width:100%;height:100%;}
.index .floor_3{padding:100px 0;}
.index .floor_3 .indexTit{background:url(../images/titLine1.png) no-repeat center center;}
.index .floor_3 .indexTit .tit, .index .floor_3 .indexTit .subtit{color:#fff;}

.index .floor_3 .advbox{margin-top:70px;}
.index .floor_3 .advbox .advpic{ width:370px; margin:0 15px;height: 422px;display: flex;align-items: center;justify-content: center;}
.index .floor_3 .advbox .advlist{width: calc(calc(100% - 400px) / 2);}
.index .floor_3 .advbox .advlist .item{cursor:pointer;width:100%;}
.index .floor_3 .advbox .advlist .item:first-child{margin-bottom:172px;}
.index .floor_3 .advbox .advlist .item em{position: absolute;left: 25%;top: -45%;z-index: 2;color: #fff;font-size: 80px;font-family: '宋体';font-weight: bold;opacity: .3;}
.index .floor_3 .advbox .advlist .item i{width:80px;height:80px; display:block;border:2px solid #fff;border-radius:50%; float:left; background-position:center; background-repeat:no-repeat;}
.index .floor_3 .advbox .advlist .item:hover i{background:#e7ac55;border-color:#e7ac55;}
.index .floor_3 .advbox .advlist .item .txt{margin-left:16px;}
.index .floor_3 .advbox .advlist .item .txt h3{margin-bottom:20px;font-size:24px;font-weight:bold;color:#fff;line-height:24px;}
.index .floor_3 .advbox .advlist .item .txt p{padding-top:20px;width:300px;font-size:14px;line-height:24px;color:#fff;border-top:1px dashed #9a9a9a;height: 72px;}
.index .floor_3 .advbox .advlist .item,
.index .floor_3 .advbox .advlist .item i,
.index .floor_3 .advbox .advlist .item .txt{ position:relative; z-index:5;}
.index .floor_3 .advbox .advlist .item:hover i,
.index .floor_3 .advbox .advlist .item:hover .txt{transform:translateY(-6px);}
.index .floor_3 .advbox .advlist .item:hover .txt h3,
.index .floor_3 .advbox .advlist .item:hover .txt p{color:#e7ac55;} 
.index .floor_3 .advbox .advlist .item i,
.index .floor_3 .advbox .advlist .item .txt,
.index .floor_3 .advbox .advlist .item .txt h3,
.index .floor_3 .advbox .advlist .item .txt p{transition:all .5s;}
/*关于我们*/
.index .floor_4_main{width:100%;height:714px;background:url("../images/aboutBg.jpg") no-repeat center center;}
.index .floor_4{padding:60px 0;}
.index .floor_4 .aTit{height:190px;background:url(../images/titLine.png) no-repeat 14px center;}
.index .floor_4 .aTit .tit{padding-top:60px;display:block;font-size:40px;font-weight:bold;color:#c9974c;line-height:40px;}
.index .floor_4 .aTit .subtit{font-size:16px;color:#666;line-height:18px;font-weight:normal;padding-top:12px;}
.index .floor_4 .aboutimg{width:600px;height:450px;margin-left:20px;display:block;background:#fff;box-shadow:0 2px 20px rgba(0, 0, 0, 0.1);padding:10px;}
.index .floor_4 .aboutimg img{width:600px;height:450px;display:block;}
.index .floor_4 .abouttext{width:560px;display:block;}
.index .floor_4 .abouttext .stit{font-size:24px;font-weight:bold;padding-top:36px;color:#333;line-height:26px;}
.index .floor_4 .abouttext h4{color:#999;font-size:24px;display:block;}
.index .floor_4 .abouttext .desc{padding-top:40px;color:#666;line-height:30px;margin-bottom:46px;text-align:justify;}
.index .floor_4 .abouttext .more{margin:0;}
/*news*/
.index .floor_5_main{background:#fff;}
.index .floor_5{padding-top:40px;padding-bottom:50px;}
.index .floor_5 .cont{margin-top:40px;margin-bottom:40px;}
.index .newsBox{width:580px;height:435px;overflow:hidden;position:relative;}
.index .newsBox .hd{height:40px;overflow:hidden;position:absolute;right:20px;bottom:0px;z-index:10;}
.index .newsBox .hd ul{overflow:hidden;zoom:1;}
.index .newsBox .hd li{margin-right:6px;width:12px;height:12px;font-size:0;text-indent:-9999px;background:#fff;cursor:pointer;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;display:block;float:left;transition:all .5s;}
.index .newsBox .hd li.on{background:#c9974c;}
.index .newsBox .bd li{zoom:1;vertical-align:middle;position:relative;width:580px;height:435px;overflow:hidden;}
.index .newsBox .bd li img{display:block;width:580px;height:435px;}
.index .newsBox .bd li .txt{position:absolute;bottom:0px;left:0;z-index:5;width:100%;height:70px;background:url("../images/txtBg.png") repeat center center;}
.index .newsBox .bd li .txt .tit{display:block;font-size:18px;line-height:70px;color:#fff;text-indent:20px;}
.index .newsBox .bd li p{padding:0;color:#666;line-height:24px;height:50px;overflow:hidden;}
.index .newsBox .bd li .time{font-size:16px;padding-right:30px;padding-top:28px;}
.index .textlist{width:572px;}
.textlist .item{position:relative;border-bottom:1px dashed #d7d7d7;transition:all .5s;}
.textlist .item a{display:block;padding:19px 0px;}
.textlist .item:first-child a{padding-top:0px;}
.textlist .item h3{color:#333;font-size:18px;transition:all .5s;}
.textlist .item p{margin-top:6px;font-size:14px;line-height:20px;color:#666;}
.textlist .item .time{display:block;width:70px;height:73px;border-right:1px solid #ddd;line-height:25px;margin-right:30px;padding-right:20px;text-align:center;color:#666;}
.textlist .item .time b{color:#666;display:block;font-size:48px;line-height:48px;}
.textlist .item:hover{transform:translate3d(0, -2px, 0);}
.textlist .item:hover h3{color:#c9974c;}
/*end news*/

/*首页小幻灯片*/
.index-ban1{width:100%;height:200px;color:#fff;}
.index-ban1 .w1200{position:relative; height:100%;}
.index-ban1 .txt{display: flex;flex-direction: column;justify-content: center;height: 100%;}
.index-ban1 .txt h3{font-size:40px;line-height:45px;padding-bottom:25px;}
.index-ban1 .txt p{font-size:20px;}
.index-ban1 .txt p span{color:#c9974c;display:inline-block;}
.index-ban1 .desc{height: 100%;display: flex;flex-direction: row-reverse;align-items: center;justify-content: flex-end;}
.index-ban1 .desc img{margin-left: 20px;max-width:124px; height:auto;}
.index-ban1 .desc .tel .dh, .index-ban1 .desc .tel .zx{border:1px solid #7a7c82;width:300px;height:50px;line-height:50px;text-align:center;color:#fff;font-family:arial;border-radius:30px;}
.index-ban1 .desc .tel .dh{margin-bottom:20px;font-size:26px;}
.index-ban1 .desc .tel .zx{font-size:20px;background:#c9974c;}
.index-ban1 .desc .tel .dh em{position:relative;top:-2px;width:25px;height:25px;background-position:-154px -50px;margin-right:10px;}

/****************************** ** 内页 ******************************/
/*prolist*/
.prolist .item{width:280px;overflow:hidden;float:left;margin:0 26px 26px 0;position:relative;border:1px solid #ddd;text-align:center;transition:all .5s;}
.prolist .item a{display:block;width:100%;}
.prolist .item img{width:100%;height:auto;display:block;margin:0 auto;}
.prolist .item h3{height:60px;line-height:60px;padding:0 12px;font-size:16px;color:#666;overflow:hidden;transition:all .5s;}
.prolist .item:hover{border-color:#c9974c;}
.prolist .item:hover h3{color:#c9974c;}
/*txtimglist*/
.txtimglist .item{width:858px;height:160px;padding:20px;margin-bottom:40px;border:1px solid #ddd;transition:all .5s;}
.txtimglist .item a{width:100%;display:block;}
.txtimglist .item img{width:213px;height:160px;display:block;margin-right:45px;}
.txtimglist .item h3{font-size:18px;color:#333;padding:22px 0 15px;transition:all .5s;}
.txtimglist .item .txt{color:#999;line-height:24px;height:72px;padding-right:45px;text-align:justify;overflow:hidden;}
.txtimglist .item .time{width:100px;padding-top:28px;line-height:24px;font-family:arial;font-size:16px;color:#939aa3;}
.txtimglist .item .time .day{font-size:34px;line-height:40px;display:block;}
.txtimglist .item .time s{width:54px;height:8px;display:block;margin-top:20px;background-position:-170px 0;}
.txtimglist .item:hover{border:1px solid #c9974c;}
.txtimglist .item:hover h3{color:#c9974c;text-indent:10px;}
.txtimglist .searchlist .item img{width:auto;height:150px;}
/************content************/
/* loaction */
.location{width:100%;padding-bottom:10px;margin-bottom:30px;position:relative;border-bottom:1px solid #ddd;}
.location:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.location h3{font-size:20px;}
.location .sitepath{color:#666;white-space:nowrap;}
.location .sitepath s{width:16px;height:17px;background-position:-30px 0px;margin:0 6px;}
.location .sitepath a{color:#666;}
.location .sitepath a:hover{color:#c69f65;}
/* reLink */
.reLink{width:100%;height:58px;line-height:58px;border-top:2px solid #ddd;border-bottom:2px solid #ddd;}
.reLink .nextLink,.reLink .prevLink{width:50%;display:block;text-align:left;color:#666;}
.reLink .nextLink a:hover,.reLink .prevLink a:hover{color:#c9974c;}
.reLink .nextLink a,.reLink .prevLink a{color:#666;}
.reLink .nextLink{text-align:right;}
.nybanner{width:100%;position:relative;height:300px;overflow:hidden;background-position:center;background-repeat:no-repeat;background-image:url(../images/nybanner.jpg);}
.wrapper{width:1200px;margin:0 auto;padding:50px 0 60px;}
.wrapper .showvideo{margin:0 auto;}
.wrapper .left-tit{width:100%;text-align:center;line-height:40px;font-size:40px;font-weight:bold;padding:15px 0 20px 0;position:relative;margin-bottom:20px;color:#fff;background:url(../images/lefttitbg.png) no-repeat center bottom;}
.wrapper .left-tit.left-tit2{font-size:30px;padding-bottom:19px;*padding-top:1px;}
.wrapper .leftCon{width:260px;float:left;padding:26px 0 15px;background:#c9974c;}
.wrapper .leftCon .leftpro{margin:0 10px;}
.wrapper .leftCon .leftpro center{color:#fff;}
.wrapper .leftCon .leftpro .item{float:left;width:115px;margin:0 auto 10px;}
.wrapper .leftCon .leftpro .item:nth-child(2n){float:right;}
.wrapper .leftCon .leftpro .item a{width:100%;display:block;}
.wrapper .leftCon .leftpro .item a img{width:100%;height:86px;display:block;}
.wrapper .leftCon .leftpro .item a h3{color:#fff;font-size:13px;line-height:35px;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.wrapper .leftNav{margin:0 20px;margin-bottom:20px;}
.wrapper .leftNav li{margin-bottom:10px;text-align:center;}
.wrapper .leftNav li .aLink{display:block;font-size:16px;line-height:43px;color:#fff;border:1px solid #fff;}
.wrapper .leftNav li:hover .aLink,.wrapper .leftNav li.hover .aLink{background:#fff;}
.wrapper .leftNav li.hover a,.wrapper .leftNav li:hover a{color:#c9974c;}
.wrapper .leftNav .boxlist{display:none;padding:0 10px;background:#a97e3e;}
.wrapper .leftNav li.item.hover .boxlist{display:block;}
.wrapper .leftNav .boxlist li{margin:0;}
.wrapper .leftNav .boxlist li:first-child a{border:0;}
.wrapper .leftNav .boxlist li a{display:block;font-size:14px;color:#fff;line-height:35px;border-top:1px dashed #fff;}
.wrapper .content{width:900px;float:right;}
.wrapper .content .prolist{width:106%;position:relative;}
.wrapper .content .bgfff{width:818px;padding:15px 40px 50px;border:1px solid #dddddd;background:#fff;}
/******recommend*******/
.recomCon{margin-top:20px;}
.recomCon .recom-tit{font-size:22px;line-height:32px;padding:20px 0;}
.recomCon .recom-tit .more{float:right;font-size:16px;width:120px;height:30px;color:#666;text-align:center;line-height:30px;border:1px solid #ddd;}
.recomCon .recom-tit .more:hover{width:150px;}
.recomCon .recom-tit s{width:4px;height:23px;margin-right:15px;background:#c9974c;display:inline-block;vertical-align:middle;}
.recomCon .txtimglist{width:100%;}
.recomCon .txtimglist .item{width:440px;height:auto;padding:0;padding-bottom:20px;float:left;margin-right:20px;margin-bottom:20px;border:0;border-bottom:1px solid #dddddd;}
.recomCon .txtimglist .item:nth-child(2n){margin-right:0;}
.recomCon .txtimglist .item a{width:100%;height:120px;display:block;}
.recomCon .txtimglist .item img{width:161px;height:120px;float:left;margin-right:10px;}
.recomCon .txtimglist .item h3{font-size:18px;line-height:32px;height:32px;position:relative;margin-bottom:10px;padding:0;overflow:hidden;}
.recomCon .txtimglist .item .txt{padding:0;}
.recomCon .txtimglist .item:hover h3{color:#c9974c;text-indent:0;}
/****singlePage******/
.singlePage img{max-width:100%;height:auto !important;}
.singlePage .txtcon{color:#666;text-align:justify;}
/*showNews*/
.shareNew{padding-bottom:20px;}
.showInfo .title{font-size:22px;color:#333333;text-align:center;padding:10px 0 16px;}
.showInfo .mark{color:#666;height:38px;line-height:38px;overflow:hidden;text-align:center;margin-bottom:20px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.showInfo .mark span{margin:0 10px;font-size:12px;}
.showInfo .img{width:500px;display:block;margin:10px auto 20px;}
.showInfo .img img{max-width:100%;display:block;margin:0 auto;}
.showInfo #pic{text-align:center;}
.showInfo #pic img{display:inline-block;max-width:800px;padding:1px;box-shadow:0 0 20px 0 rgba(0,0,0,.3);}
.showInfo .showContxt{color:#666;padding:0 2px 30px;line-height:30px;text-align:justify;}
.showInfo .showContxt .t{position:relative;display:inline-block;*display:inline;*zoom:1;color:#333;padding:0 2px 5px;font-size:16px;margin-bottom:10px;}
.showInfo .showContxt .t:after{width:20px;height:2px;content:"\20";background:#c21d24;display:block;position:absolute;left:2px;bottom:-1px;}
.showInfo .showContxt img{max-width:100%;height:auto !important;}
.showInfo .title2{height:40px;line-height:40px;margin-top:20px;border-bottom:1px solid #d9d9d9;}
.showInfo .title2 a{float:right;font-size:12px;font-family:arial;}
.showInfo .title2 .left{height:38px;line-height:38px;font-size:18px;border-bottom:3px solid #4d485b;}
.msgPage .formData{padding-top:5px;}
.msgPage .tit{text-align:center;padding:18px 0 36px;}
.msgPage .tit .p1{font-size:25px;margin-bottom:10px;}
.msgPage .tit .p2{color:#666;line-height:24px;}
.msgPage .tit .p2 span{color:#c9974c;font-weight:bold;}
.formData{padding-bottom:20px;}
.formData .item{float:left;color:#999;font-weight:normal;width:420px;height:43px;line-height:43px;border:1px solid #ccc;background:#f3f3f3;margin-right:56px;margin-bottom:25px;position:relative;}
.formData .item label{padding-left:15px;position:absolute;left:0;top:0;z-index:11;text-align:center;display:block;margin:0;height:43px;line-height:43px;font-size:16px;color:#666;}
.formData .item input{outline:none;line-height:38px;height:38px;font-size:16px;}
.formData .item .txt{width:350px;height:43px;line-height:43px;display:block;background:none;padding-left:70px;border:0 none;color:#666;}
.formData .item .red{position:absolute;right:15px;top:0;color:#ff0000;z-index:11;}
.formData .item.mr0{margin-right:0;}
.formData .msg-box{position:absolute;left:0;top:0px;}
.formData .liuyan{width:918px;height:260px;border:1px solid #e4e4e4;float:left;}
.formData .liuyan label{text-align:right;display:block;top:7px;}
.formData .liuyan textarea{width:908px;height:234px;line-height:35px;padding:12px 10px;text-indent:100px;font-size:16px;font-family:"microsoft yahei";color:#666;border:0 none;overflow:hidden;background:none;resize:none;display:block;outline:none;}
.formData .bot{width:100%;}
.formData .sub{width:232px;line-height:41px;border:2px solid #c9974c;margin-right:2px;text-align:center;background:#c9974c;color:#FFF;cursor:pointer;font-size:18px;display:block;outline:none;transition:all .5s;}
.formData .sub:hover{background:none;color:#c9974c;}
.formData .yzm .txt{padding-left:80px;width:340px;}
.formData .yzm img{position:absolute;right:0;top:0;border:0px;display:block;}
/*↓组图样式↓*/
.HS10, .HS15{overflow:hidden;clear:both;}
.HS10{height:10px;}
.HS15{height:15px;}
.Hidden{display:none;}
.Clearer{display:block;clear:both;font-size:1px;line-height:1px;margin:0;padding:0;}
.FlLeft{float:left;}
.FlRight{float:right;}
/*幻灯片区域背景*/
.MainBg{width:100%;margin:0 auto;}
/*大图展示区域*/
.OriginalPicBorder{padding:0;}
#OriginalPic{width:100%;overflow:hidden;position:relative;font-size:12px;}
#OriginalPic img{display:block;min-width:100px;max-width:100%;margin:0 auto;}
/*鼠标手势*/
.CursorL{position:absolute;z-index:999;width:50%;height:100%;color:#FFF;left:0;cursor:url(../images/CurL.cur), auto;}
.CursorR{position:absolute;z-index:999;width:50%;height:100%;color:#FFF;right:0;cursor:url(../images/CurR.cur), auto;}
/*小图预览和滑动*/
.SliderPicBorder{width:100%;overflow:hidden;}
.ThumbPicBorder {width:100%;margin:0 auto;background:#eeeeee;overflow:hidden;position:relative;}
.ThumbPicBorder #btnPrev{width:45px;height:113px;cursor:pointer;position:absolute;left:20px;top:20px;}
.ThumbPicBorder #btnNext{width:45px;height:113px;cursor:pointer;position:absolute;right:20px;top:20px;}
.ThumbPicBorder .pic{width:755px;overflow:hidden;position:relative;margin:20px auto;}
#ThumbPic img{border:3px solid #ddd;cursor:pointer;background-color:#ddd;margin:0 5px;width:135px;height:108px;display:block;transition:all .5s;}
#ThumbPic img.active{border:3px solid #c9974c;}

/*水印*/
.shuiyin{ width:100%; height:auto; display:flex; }
.shuiyin .shuiyin-weizhi{ width:auto; height:100%;position:relative;}
.shuiyin .shuiyin-weizhi .shuiyin-img{ display: flex;width: 100%;height: 100%;position: absolute;top: 0;left: 0;padding: 10px;align-items: center;justify-content: center;box-sizing: border-box;}
.shuiyin .shuiyin-weizhi .shuiyin-img img{ max-width:100%; display:block; margin:0 auto; width:auto !important; height:auto !important;}