@charset "utf-8";
/* CSS Document*/
/* 全局 */
html { webkit-text-size-adjust: none; -webkit-text-size-adjust: none; text-justify: inter-ideograph; }
a { text-decoration: none; outline: 0; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
/* 基础 */
* { -webkit-tap-highlight-color: rgba(255,255,255,0); -webkit-touch-callout: none; margin: 0 }
::-webkit-scrollbar {
width:8px;
height:8px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #555;
}
input, textarea { -webkit-user-select: text }
body { text-align: left; padding: 0; margin: 0; font-size: 14px; font-family: 'microsoft yahei'; -webkit-text-size-adjust: none; height: auto; color: #333; background: #fff; }
body { overflow-x: hidden; overflow-y: auto; }
html { min-width: 1280px; }
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p { padding: 0; margin: 0; }
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th { padding: 0; margin: 0; }
fieldset { border-top-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-width: 0; }
a img { border: 0; padding: 0; margin: 0; }
i { font-style: normal; }
address, caption, cite, cite, code, dfn, em, th, var { font-weight: normal; font-style: normal; }
li { list-style-type: none; }
caption { text-align: left; }
th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
q:unknown {
content: '';
}
input, textarea, select { font-family: inherit; font-size: 100%; }
a:link { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover { color: var(--colour1); text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
.left { float: left; }
.right { float: right; }
.h20 { height: 20px; clear: both; }
.h60 { height: 60px; clear: both; }
.h70 { height: 70px; clear: both; }
.h80 { height: 80px; clear: both; }
.clear { clear: both; font-size: 0; margin: 0; padding: 0; display: block; _height: 0; overflow: hidden; }
.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;}
/*清除浮动*/
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
/*高光特效*/
.white, .whites { position: relative; overflow: hidden; }
.white:after, .whites:after { content: ''; position: absolute; left: -100%; top: 0; width: 100%; height: 100%; background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0)); transform: skewx(-25deg); }
.white:hover:after { left: 100%; -moz-transition: 1s; -o-transition: 1s; -webkit-transition: 1s; transition: 1s; }
.whites:hover:after { left: 100%; -moz-transition: 0.5s; -o-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; }
/*网站公用样式表*/
.w1200 { width: 1200px; margin: 0 auto; }
/*顶部*/
.top_main { color: #fff; font-size: 12px; line-height: 40px; background-color: #333; }
.top_main ul li { display: inline; padding: 0 0 0 12px; }
.top_main ul li span { color: #999; }
/*.top_main ul li:first-child { padding-right: 0; }*/
.top_main ul li a:hover { color: var(--colour1); }
.top_main ul li a { color: #fff; position: relative; z-index: 10; }
/*网站头部*/
.header_main { position: relative; width: 100%; z-index: 100; background: #FFF; padding: 30px 0;overflow: hidden; border-bottom: 1px solid #d7d7d7; }
.header_main .logo { display: block;  }
.header_main .logo img { width: 100%; height: 100%; display: block; }


.header_main .tel{float: right !important;margin-top:10px;}
.header_main .tel .tel_img{margin-right: 14px; float: left; width: 57px; height: 57px;}
.header_main .tel .tel_img img{width: 100%; display: block;}
.header_main .tel .tel_text{float: right !important;}
.header_main .tel .tel_text p{font-size: 16px;line-height: 16px;color: #666;padding: 7px 0 10px;}
.header_main .tel .tel_text h4{font-size: 24px;font-weight: bold;color:  var(--colour1);display: inline-block;line-height: 24px;}




/*网站导航*/
.top_nav { position: relative; width: 100%; border-bottom: 1px solid #d7d7d7; box-shadow: 0 2px 20px rgb(0 0 0 / 10%); z-index: 10; }
.top_nav .nav { }
.top_nav .nav li { float: left; width: 150px; display: inline-block; text-align: center; position: relative; }
.top_nav .nav li:before { display: inline-block; content: ""; position: absolute; background-color: #ccc; top: 50%; margin-top: -6px; left: 0; width: 1px; height: 12px; }
.top_nav .nav li a { display: block; text-align: center; position: relative; color: #666; height: 54px; line-height: 54px; }
.top_nav .nav li:first-child:before { display: none; }
.top_nav .nav li a p { width: 100%; text-align: center; left: 0; top: 0; z-index: 10; color: #666; font-size: 16px; }
.top_nav .nav li:hover a p, .top_nav .nav li a.hover p { color: var(--colour1); }
.top_nav .nav dl { background: #fff; border-top: 2px solid var(--colour1); 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; }
.top_nav .nav dl {
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); }
.top_nav .nav li:hover dl { opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); }
.top_nav .nav dl dd { 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; }
.top_nav .nav dl dd:first-child { border-top: 0; }
.top_nav .nav dl dd a { color: #666; height: 42px; display: block; line-height: 42px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.top_nav .nav dl dd a:hover { color: var(--colour1);padding-left: 10px;background: #f9f9f9;  }
/*网站大图*/

.index1 { position: fixed; width: 100%; background: #000000; height: 100%; }
#stars { width: 100%; }
.star { display: block; width: 5px; height: 5px; border-radius: 50%; background: #FFF; position: absolute; transform-origin: 100% 0; animation: star-ani 4s linear infinite; -webkit-animation: star-ani 5s linear infinite; box-shadow: 0 0 5px 5px rgba(255,255,255,.3); opacity: 0; z-index: 2; }
.star:after { content: ''; display: block; top: 0px; left: 4px; border: 0px solid #fff; border-width: 0px 90px 2px 90px; border-color: transparent transparent transparent rgba(255,255,255,.3); transform: rotate(-45deg) translate3d(1px, 3px, 0); box-shadow: 0 0 1px 0 rgba(255,255,255,.1); transform-origin: 0% 100%; }
@keyframes star-ani { 0% {
 opacity:0;
 transform:scale(0) translate3d(0, 0, 0);
}
20% {
 opacity:0.8;
 transform:scale(0.2) translate3d(-100px, 100px, 0);
}
40% {
 opacity:0.8;
 transform:scale(0.4) translate3d(-200px, 200px, 0);
}
60% {
 opacity:0.8;
 transform:scale(0.6) translate3d(-300px, 300px, 0);
}
80% {
 opacity:1;
 transform:scale(1) translate3d(-350px, 350px, 0);
}
100% {
 opacity:1;
 transform:scale(1.2) translate3d(-400px, 380px, 0);
}
}
.banner .ui-carousel-prev-icon, .banner .ui-carousel-next-icon { width: 80px; height: 80px; }
.banner .ui-carousel-page { bottom: 30px; }
.banner .ui-carousel-page li { width:40px; height:4px; border-radius:0px; margin: 0 7px; background: var(--colour2); opacity: 1; opacity: 1; }
.banner .ui-carousel-page .active { background: var(--colour1); }
.ggl { width: 100%; height: 85px; line-height: 84px; background: #f3f3f3; }
.gglimg { margin: 31px 10px 0 0; }
.txtMarquee-left { width: 690px; position: relative; overflow: hidden; }
.txtMarquee-left .bd .tempWrap { width: 690px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul { overflow: hidden; zoom: 1; }
.txtMarquee-left .bd ul li { margin-right: 50px; float: left; height: 85px; line-height: 84px; text-align: left; _display: inline; width: auto !important; }
.ggltxt { font-size: 32px; color: var(--colour1); width: 460px; font-style: italic; font-weight: bold; text-align: right; }
/*搜索栏*/
.search{border-bottom: 1px solid #eee;}
.search .hot{padding: 30px 0;height:100px;line-height: 40px;}
.search .hot .left{color: #333;font-weight: bold;}
.search .hot .left b{color:var(--colour1);}
.search .hot .left a{padding: 0 10px;color: #787878;font-weight: 100;}
.search .hot .left a:hover{color: var(--colour1);}
.search .hot .right{position: relative;}
.search .hot .right .input{width: 278px;height:38px;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;z-index: 10;cursor: pointer;position: absolute;right: 15px;top: 0px; background-color:transparent; background-position:0px -29px;display: inline-block;outline: none;}

/*******index css*******/
/*首页标题*/

.index{width: 100%; overflow: hidden;}
.index .indexTit{text-align: center; width: 100%;height:190px;background:url(../style/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:var(--colour1);line-height:40px;}
.index .indexTit .subtit{font-size: 16px;color: #666;line-height:18px;font-weight: normal;padding-top: 12px;}


.h1 { text-align: center; height: 140px; }
h2.tit { font-size: 32px; position: relative; color: #555; height: 35px; line-height: 30px; font-weight: bold; }
h2.tit span { color: var(--colour6); }
p.desc { display: block; width: 360px; color: #ccc; font-size: 16px; padding: 10px 0; margin: 0 auto; }
p.desc:after { content: ""; background-color: #ddd; width: 3em; height: 1px; display: block; position: relative; top: 15px; left: 50%; margin: 0 0 0 -1.5em; }
.txtdiv { font-size: 16px; color: #999; }
.h1n p.desc:after { display: none; }
.index .in_title { position: relative; text-align: center; margin-bottom: 60px; z-index: 1; }
.index .in_title span { position: relative; display: block; height: 50px; color: var(--colour1); font-size: 34px; line-height: 50px; }
.index .in_title span:before, .index .in_title span:after { content: " "; position: absolute; top: 50%; margin-top: -1px; left: 0; width: 492px; height: 1px; background: #d6d6d6; }
.index .in_title span:after { left: auto; right: 0; }
.index .in_title span h3 { position: absolute; left: 50%; margin-left: -108px; width: 216px; height: 100%; font-weight: bold; line-height: 42px; }
.index .in_title span h3:before, .index .in_title span h3:after { content: " "; position: absolute; top: 50%; margin-top: -5px; left: 0; width: 5px; height: 5px; border: 2px solid var(--colour1); border-radius: 50%; }
.index .in_title span h3:after { left: auto; right: 0; }
.index .in_title p { color: #666; font-size: 18px; line-height: 30px; }
.index .in_title.whit span:before, .index .in_title.whit span:after { background: #fff; opacity: .5; }
.index .in_title.whit span h3, .index .in_title.whit p { color: #fff; }
.index .in_title.whit span h3:before, .index .in_title.whit span h3:after { border-color: #fff; }
.index .imore { width: 160px; margin: 0 auto; margin-top: 40px; }
.index .imore a { position: relative; display: block; color: var(--colour1); font-size: 16px; line-height: 48px; text-align: center; border-radius: 50px; border: 1px solid var(--colour1); }
.index .imore a:after { content: " "; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; -webkit-transform: scaleX(0); transform: scaleX(0); border-radius: 50px; transition: all .5s; }
.index .imore a:hover { color: #fff; }
.index .imore a:hover:after { background: var(--colour1); -webkit-transform: scaleX(1); transform: scaleX(1); }


/*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 var(--colour1); color: #fff; background: var(--colour1);}
.index a.more{width: 150px;height: 40px;color: #666;line-height: 40px;margin: 0 auto;display: block;text-align: center;border: 1px solid #ccc;}
.index a.more:hover{border: 1px solid var(--colour1); background: var(--colour1); color: #fff; text-indent: 10px;}

/*产品中心*/
.index .product { padding: 40px 0;width: 100%;background: url(../style/proBg.jpg) no-repeat center top; }
.index .product .left { width: 225px; }
.index .product .pro_tit { position: relative; color: #fff; height: 150px; padding-left: 25px; background: var(--colour6); }
.index .product .pro_tit p { font-size: 22px; padding-top: 20px; padding-bottom: 45px; }
.index .product .pro_tit h3 { font-size: 26px; }
.index .product .pro_tit i { position: absolute; bottom: 25px; right: 30px; display: block; width: 38px; height: 22px; background-position: -95px 0; }
.index .product .left ul { padding: 50px 0; background-color: var(--colour6); }
.index .product .left ul li { }
.index .product .left ul li a { position: relative; display: block; color: #fff; font-size: 18px; line-height: 51px; text-align: center; }
.index .product .left ul li.hover a { color: var(--colour1); padding-left: 25px; background: #fff; }
.index .product .left ul li a:hover { background: #fff; color: var(--colour1); }
.index .product .left ul li.on a { background: #fff; color: var(--colour1); }
.index .product .list { width: 1250px; height: 100%; margin-top: 0; }
.index .product .list li { float: left; width: 285px; margin-right: 20px; margin-bottom:20px; position: relative;}
.index .product .list li:nth-child(4n) { margin-right: 0; }
.index .product .list li .img { width: 100%; height: 215px; box-sizing: border-box; overflow: hidden; }
.index .product .list li .img img { width: 100%; height: 100%; display: block; transition: all .5s; }
.index .product .list li:hover .img img { transform: scale(1.2); }
.index .product .list li h3 { position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-indent: 20px;
    background: url(../style/txtBg.png) repeat center center; }
.index .product .list li:hover h3 {  }
/*小banner*/

.xunpan{width: 100%; background: url(../style/xunpan.jpg) no-repeat center top; height: 200px; color: #fff;}
.xunpan .zixun{width: 454px; padding-top: 40px; text-align: center;}
.xunpan .zixun .ewm{width: 106px; height: 106px; display: block; padding: 6px; background: #fff;}
.xunpan .zixun .tel{border: 1px solid #7a7c82; width: 300px; height: 50px; line-height: 50px; text-align: center; font-size: 26px; color: #fff; margin-bottom: 20px; font-family: "AvantGardeITVbyBT Book", arial; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;}
.xunpan .zixun .tel em{position: relative;top: -2px;width: 25px;height: 25px;background-position: -154px -50px;margin-right: 10px;}
.xunpan .zixun .zx{border: 1px solid var(--colour1); width: 300px; height: 50px; line-height: 50px; text-align: center; font-size: 20px; color: #fff; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; background: var(--colour1);}
.xunpan .zixun .zx em{width: 22px; height: 20px; display: inline-block; background-position: -190px -50px; margin-left: 10px; vertical-align: middle;}
.xunpan .txt{padding-top: 55px;}
.xunpan .txt h3{font-size: 40px;line-height: 45px;padding-bottom: 25px;}
.xunpan .txt p{font-size: 20px;}
.xunpan .txt p span{color: var(--colour1); display: inline-block;}


/*定制案例*/
.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(../style/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(../style/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: var(--colour1);}
.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(../style/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(../style/txt2Bg.png) repeat-x left bottom;z-index:2;opacity: 0;transition: all .5s;}
.index .icaseM .smabox .item .txtBox .tit1{font-weight:bold;font-size:18px;color:#fff;line-height:26px;transition: all .5s;}
.index .icaseM .smabox .item .txtBox .detail1{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 .detail1{top: 55%;}
.index .floor_2_main .more{margin-top: 30px;}


/*四大优势*/
.index .floor_3_main{width:100%;height:900px;background: url(../style/adBg.jpg) no-repeat center center;}
.index .floor_3{padding-top:40px;}
.index .floor_3 .indexTit{background:url(../style/titLine1.png) no-repeat center center;}
.index .floor_3 .indexTit .tit{color:#fff;}
.index .floor_3 .indexTit .subtit{color:#fff;}
.index .floor_3 .advantBox{margin-top:70px;min-height:400px;background:url(../style/adBox.png) no-repeat center center;}
.index .floor_3 .advantList .item{float:left;display:block;width:400px;cursor:pointer;}
.index .floor_3 .advantList .item .img{float:left;display:block;width:80px;height:80px;border: 2px solid #fff;border-radius: 50%;transition: all .5s;}
.index .floor_3 .advantList .item .img img{width: 100%;height: 100%;display: block;}
.index .floor_3 .advantList .item .txt{float:left;width:300px;margin-left: 16px;transition: all .5s;}
.index .floor_3 .advantList .item .txt h3{margin-bottom:20px;font-size: 24px;font-weight:bold;color:#fff;line-height:24px;transition: all .5s;}
.index .floor_3 .advantList .item .txt p{padding-top:20px;width:300px;font-size:14px;line-height:24px;color:#fff;border-top:1px dashed #9a9a9a;transition: all .5s;}
.index .floor_3 .advantList .item:nth-child(2n){margin-bottom:172px;margin-left: 400px;}
.index .floor_3 .advantList .item:hover .img{background: #e7ac55;border-color: #e7ac55;transform:translateY(-6px);}
.index .floor_3 .advantList .item:hover .txt{transform:translateY(-6px);}
.index .floor_3 .advantList .item:hover .txt h3{color:#e7ac55;}
.index .floor_3 .advantList .item:hover .txt p{color:#e7ac55;}

/*关于我们*/
.index .floor_4_main{width: 100%; height:714px;background: url("../style/aboutBg.jpg") no-repeat center center;}
.index .floor_4{padding: 60px 0;}
.index .floor_4 .aTit{height:190px;background: url(../style/titLine.png) no-repeat 14px center;}
.index .floor_4 .aTit .tit{padding-top:60px;display:block;font-size:40px;font-weight:bold;color:var(--colour1);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; position:relative;}
.ab_bg{background:var(--colour1);width:200px;height: 330px;position:absolute;bottom: -90px;right: -120px;z-index:0;}
.index .floor_4 .aboutimg img{width: 600px; height: 450px; display: block; position:relative; z-index:3;}
.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: var(--colour1);}
.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("../style/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:90px;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: var(--colour1);}
/*end news*/


/*友情链接*/
.links_main { padding: 15px 0; background: var(--colour6); overflow: hidden; }
.links_main span { color: #fff; display: block; float: left; }
.links_main a { color: #fff; font-size: 14px; padding-right: 10px; float: left; }
/*底部*/
.footer { color: #808080; padding: 55px 0; background: #1c1c1c; }
.footer a { color: #808080; }
.footer .left { width: 850px; }
.footer .fnav { font-size: 16px; line-height: 20px; padding-bottom: 20px; }
.footer .fnav a { float: left; color: #808080; padding: 0 15px; border-right: 1px solid #808080; }
.footer .fnav a:first-child { padding-left: 0; }
.footer .fnav a:last-child { border: 0; }
.footer .left p { font-size: 14px; line-height: 24px; }
.footer .left p.copyright { padding-top: 25px; }
.footer .ewm { float: left; width: 140px; padding: 10px; background: #fff; }
.footer .ewm:last-child { margin-left: 25px; }
.footer .ewm img { display: block; width: 100%; height: 100%; }
.footer .ewm span { display: block; color: #5b5a5a; font-size: 13px; text-align: center; padding-top: 5px; }
.footer .ewm:-child span .icon {
background-position: -113px -11px;
}
/*二维码弹窗*/
.ewmbox { width: 300px; height: 320px; padding-top: 20px; background: #fff; z-index: 9999; position: fixed; left: 50%; top: 50%; margin: -170px 0 0 -150px; text-align: center; font-size: 16px; display: none; }
.ewmbox .close { width: 32px; height: 32px; position: absolute; top: -25px; right: -40px; cursor: pointer; border-radius: 100%; background: #f3f3f3 url(../style/dialogClose.png) no-repeat center center; transition: all ease 300ms; }
.ewmbox .close:hover { transform: rotate(180deg); }
.ewmbox img { width: 260px; height: 260px; display: block; margin: 0 auto 10px; }
.dialog-layout { width: 100%; height: 100%; position: fixed; z-index: 100; top: 0; left: 0; background: #000; opacity: 0.3; filter: alpha(opacity=30); }
/*浮动客服*/
.toolbar { position: fixed; top: 50%; right: 1%; margin-top: -163px; z-index: 100; width: 80px; }
.toolbar dd { position: relative; float: left; width: 80px; height: 80px; background: var(--colour1); 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(../style/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: var(--colour1); 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 var(--colour1); ; 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; padding: 11px; width: 162px; right: -172px; height: 162px; margin-right: 10px; border-radius: 5px; background: var(--colour1); opacity: 0; transition: all .5s; }
.toolbar dd.code .box img { width: 140px; height: 140px; }
.toolbar dd.code .box:after { display: block; content: " "; border-style: solid dashed dashed dashed; border-color: transparent transparent transparent var(--colour1); ; 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; }
/*内页大图*/
.nybanner { position: relative; height: 300px; overflow: hidden; background-position: center; background-repeat: no-repeat; background-image: url(../style/nybanner.jpg); }
.nybanner .w1200 { height: 100%; padding-left: 120px; position: relative; box-sizing: border-box; }
.nybanner .title { color: #fff; font-size: 46px; line-height: 60px; font-weight: 600; padding-top: 120px; text-shadow: 0 2px 3px rgb(0 0 0 / 50%); }
.nybanner .title span { position: relative; font-size: 24px; margin-left: 20px; border-left: 1px solid #fff; padding-left: 20px; font-weight: 300; text-transform: uppercase; }
.nybanner .title p { color: #fff; font-size: 18px; line-height: 27px; margin-top: 5px; font-weight: 300; }
.nybanner .position { position: absolute; bottom: -1px; left: 0; right: 0; height: 50px; padding: 10px 20px; background: rgba(255,255,255,.3); border-radius: 4px 4px 0 0; box-shadow: 0px 0px 30px rgba(0,0,0,0.1); color: #aaa; }
.nybanner .position s { position: relative; top: -2px; width: 15px; height: 13px; margin-right: 10px; background-position: bottom left; }
.nybanner .position a { font-size: 13px; line-height: 30px; color: #aaa; }
.nybanner .position i:after { padding: 0 5px; content: ">>"; color: #999; font-size: 12px; font-family: 宋体; display: inline-block; }
.bg_main { padding-bottom: 50px; min-height: 640px; }
.sub_nav { height: 75px; line-height: 33px; padding-bottom: 20px; border-bottom: 1px solid #f2f2f2; padding-top: 20px; }
.sub_nav .fl { color: var(--colour6); font-size: 30px; }
.sub_nav .fr li { float: left; }
.sub_nav .fr li a { padding: 0 12px; border: 1px solid #e6e6e6; display: block; margin-left: 10px; color: #666; }
.sub_nav .fr li a:hover, .sub_nav .fr li a.hover { background: var(--colour6); color: #fff; border: 1px solid var(--colour6); }
.menu_pro { line-height: 52px; position: relative; z-index: 1; text-align: center; padding-top: 40px; }
.menu_pro li { margin: 5px; display: inline-block; }
.menu_pro li a { display: block; border: 1px solid #dcdcdc; text-align: center; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; overflow: hidden; height: 35px; line-height: 35px; padding: 0 10px; }
.menu_pro li:hover a, .menu_pro li.hover a { border: 1px solid var(--colour1); color: #fff; background: var(--colour1); }
.case { margin-top: 40px; }
.case ul { width: 100%; }
.case li { width: 380px; float: left; margin-right: 30px; margin-bottom: 30px; transition: all .5s; }
.case li:nth-child(3n) { margin-right: 0; }
.case li .img { width: 100%; height: 284px; display: block; border: 1px solid #eaeaea; border-bottom: none; overflow: hidden; box-sizing: border-box; }
.case li .img img { width: 100%; height: 100%; transition: all .5s; }
.case li:hover .img img { transform: scale(1.1); }
.case li .p { border: 1px solid #efefef; display: block; padding: 0 19px; height: 108px; border-top: none; box-sizing: border-box; }
.case li .p p { border-bottom: 1px solid #eaeaea; height: 58px; line-height: 58px; margin-bottom: 10px; font-size: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all .5s; }
.case li .p span { color: #666; transition: all .5s; }
.case li .p i { width: 32px; height: 12px; }
.case li .p .fl { font-size: 12px; font-family: arial; }
.case li:hover a span { color: var(--colour1); ; }
.case li:hover a p { color: var(--colour1); ; }
.case li:hover { box-shadow: 0 1px 20px rgb(0 0 0 / 10%); }
.news { padding-top: 50px; }
.bg_main .news_ul { padding-bottom: 40px; }
.bg_main .news_ul li { border-bottom: 1px solid rgba(0,0,0,.06); padding: 30px 0; }
.bg_main .news_ul li a { display: flex; }
.bg_main .news_ul li .img { position: relative; width: 200px; height: 150px; margin-right: 30px; overflow: hidden; }
.bg_main .news_ul li .img img { width: 100%; height: 100%; display: block; transition: all .5s; }
.bg_main .news_ul li .txt { flex: 1; overflow: hidden; padding-right: 20px; }
.bg_main .news_ul li .txt h3 { font-size: 20px; line-height: 30px; font-weight: 600; margin-top: 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all .5s; }
.bg_main .news_ul li .txt .hits { color: #999; font-size: 14px; line-height: 30px; }
.bg_main .news_ul li .txt p { color: #aaa; font-size: 14px; line-height: 28px; text-align: justify; transition: all .5s; height: 80px; overflow: hidden; }
.bg_main .news_ul li .date { width: 115px; padding: 24px 0 24px 35px; font-size: 26px; line-height: 50px; color: #999; font-weight: normal; position: relative; text-align: center; }
.bg_main .news_ul li .date:after { display: block; content: ""; width: 1px; height: 100%; background: #f3f3f3; left: 10px; top: 0; position: absolute; }
.bg_main .news_ul li .date span { display: block; }
.bg_main .news_ul li:hover .img img { transform: scale(1.1); }
.bg_main .news_ul li:hover .txt h3 { color: var(--colour1); ; }
.bg_main .news_ul li:hover .txt p { color: #666; }
.detail { padding-top: 50px; }
.detail .title { padding-bottom: 20px; border-bottom: 1px solid #f3f3f3; text-align: center; margin-bottom: 20px; }
.detail .title h1 { font-size: 30px; font-weight: bold; padding-bottom: 15px; }
.detail .title span { line-height: 18px; font-family: arial; color: #999; margin-right: 14px; }
.detail .title span:last-child { margin-right: 0; }
.detail .title i { width: 23px; height: 16px; background-position: -73px 0; margin-right: 10px; }
.detail .title .i2 { background-position: -104px 0; margin-left: 30px; }
.detail .context { color: #666; line-height: 30px; text-align: justify; padding-bottom: 25px; }
.detail .context img { max-width: 1200px; }
/* reLink*/
.reLink { height: 38px; line-height: 38px; border: 1px solid #e6e6e6; padding: 0 15px; margin-bottom: 50px; color: #666; }
.reLink .nextLink, .reLink .prevLink { width: 49%; }
.reLink .nextLink { text-align: right; }
.reLink a { color: #666; }
.reLink a:hover { color: var(--colour1); }
/* pager*/
.pager { padding: 30px 0 30px; text-align: center; *zoom: 1;
*padding: 40px 0 30px;
}
.pager:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.pager p { height: 26px; line-height: 26px; display: inline-block; *display: inline;
*zoom: 1;
display: none; }
.pager ul { display: inline-block; *display: inline;
*zoom: 1;
overflow: hidden; }
.pager ul li { float: left; margin: 0 5px; padding: 0 !important; height: auto !important; border: none !important; }
.pager ul a { line-height: 30px; padding: 0 10px; transition: all ease 300ms; color: #000000; text-decoration: none; float: left; border: 1px solid #ddd; }
.pager ul a.current, .pager ul a:hover { color: #fff; border: 1px solid #0a408a; background: #0a408a; }
.contact .box1 { line-height: 18px; padding: 48px 0 0px; overflow: hidden; }
.contact .box1 ul { width: 125%; }
.contact .box1 li { float: left; width: 230px; margin-right: 250px; }
.contact .box1 li i { width: 56px; height: 56px; background-position: -142px 0; float: left; }
.contact .box1 li b { font-size: 18px; font-family: arial; font-weight: 100; }
.contact .box1 li td { vertical-align: middle; height: 56px; padding-left: 5px; }
.contact .box1 .l2 i { background-position: -204px 0; }
.contact .box1 .l3 i { background-position: -267px 0; }
.contact .box2 { margin-bottom: 75px; }
.contact .box2 #map1_container, .contact .box2 #allmap1 { width: 100%; height: 400px; }
.contact .box3 h1 { font-size: 36px; padding-bottom: 15px; text-align: center; }
.contact .box3 p { font-size: 16px; color: #828282; line-height: 24px; padding-bottom: 46px; text-align: center; }
.contact .box3 b { color: var(--colour1); }
.formData { padding-bottom: 20px; }
.formData .item { float: left; color: #999; font-weight: normal; width: 560px; height: 50px; line-height: 50px; border: 1px solid #e4e4e4; margin-right: 76px; margin-bottom: 30px; border-radius: 5px; position: relative; box-sizing: border-box; transition: all .5s; }
.formData .item:hover { color: #495057; background: #fff; border-color: var(--colour1); outline: 0; box-shadow: 0 0 0 2px var(--colour5); }
.formData .item label { padding-left: 15px; position: absolute; left: 0; top: 0; z-index: 11; text-align: center; display: block; margin: 0; height: 48px; line-height: 48px; font-size: 18px; color: #666; }
.formData .item input { outline: none; line-height: 38px; height: 38px; font-size: 18px; }
.formData .item .txt { width: 100%; height: 48px; line-height: 48px; display: block; background: none; padding-left: 70px; border: 0 none; color: #666; box-sizing: border-box; }
.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: 1198px; height: 240px; border: 1px solid #e5e5e5; float: left; }
.formData .liuyan label { text-align: right; display: block; top: 4px; }
.formData .liuyan textarea { width: 100%; height: 100%; line-height: 35px; padding: 12px 10px; text-indent: 100px; font-size: 18px; font-family: "microsoft yahei"; color: #666; border: 0 none; overflow: hidden; background: none; resize: none; display: block; outline: none; box-sizing: border-box; }
.formData .bot { width: 100%; }
.formData .sub { width: 232px; line-height: 46px; border: 2px solid var(--colour1); ; margin-right: 2px; text-align: center; background: var(--colour1); color: #FFF; cursor: pointer; font-size: 18px; display: block; outline: none; transition: all .5s; }
.formData .sub:hover { background: none; color: var(--colour1); }
.formData .yzm { width: 432px; }
.formData .yzm .txt { padding-left: 80px; }
.formData .yzm img { position: absolute; right: 3px; top: 3px; border: 0px; display: block; }
.about .box1 { padding-top: 105px; padding-bottom: 100px; overflow: hidden; }
.box1_add { padding: 70px 0; }
.about .box1 .fl { padding-top: 32px; }
.about .box1 .fl h1 { font-size: 80px; text-transform: uppercase; font-family: arial; line-height: 80px; }
.about .box1 .fl p { font-size: 24px; padding-bottom: 88px; }
.about .box1 .fl i { width: 54px; height: 54px; background-position: 0 -99px; cursor: pointer; position: relative; display: block; float: left; }
.about .box1 .fl i img { position: absolute; left: 20px; bottom: 56px; width: 0px; height: 0px; opacity: 0; filter: alpha(opacity=0); transition: ease-in-out .2s; }
.about .box1 .fl i:hover img { filter: alpha(opacity=100); opacity: 1; left: 0; height: 80px; width: 80px; }
.about .box1 .fl .i2 { background-position: -58px -99px; margin-left: 20px; }
.about .box1 .fr { width: 611px; }
.about .box1 .fr h1 { font-size: 24px; font-weight: 100; }
.about .box1 .fr span { display: block; background: #b0b0b0; width: 20px; height: 2px; margin: 13px 0 24px; }
.about .box1 .fr h2 { font-size: 18px; }
.about .box1 .fr p { line-height: 30px; padding-top: 12px; }
.about .box1 .fr i { width: 54px; height: 54px; background-position: -59px -35px; margin-top: 35px; transition: ease-in-out .2s; }
.about .box1 .fr a:hover { cursor: pointer; }
.about .box1 .fr a:hover i { margin-left: 15px; }
.about .bg_20 { height: 20px; width: 100%; background: #eaeaea; }
.about .box2 { padding-bottom: 94px; }
.about .box2 .con { margin-top: 40px; }
.about .box2 .con .fl { width: 410px; height: 428px; overflow: hidden; }
.about .box2 .con .fl img { width: 410px; height: 428px; }
.about .box2 .con .fr .img { width: 380px; height: 214px; overflow: hidden; display: block; }
.about .box2 .con .fr .img img { width: 380px; height: 214px; transition: .9s; }
.about .box2 .con .fr .p { display: block; padding-left: 20px; width: 360px; height: 214px; }
.about .box2 .con .fr .p h1 { font-size: 24px; line-height: 60px; font-weight: 100; }
.about .box2 .con .fr .p i { width: 54px; height: 54px; background-position: -59px -35px; margin-top: 35px; transition: ease-in-out .2s; }
.about .box2 .con .fr li:hover { cursor: pointer; }
.about .box2 .con .fr li:hover h1, .about .box2 .con .fr li:hover p { color: #333; }
.about .box2 .con .fr li:hover i { margin-left: 15px; }
.about .box2 .con .fr li { float: left; }
.about .box2 .con .fr li:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); }
.about .box3 { background: url(../images/about_bg.jpg) center top no-repeat; width: 100%; height: 457px; padding-top: 93px; }
.about .box3 .w1200 { overflow: hidden; }
.about .box3 .fl { width: 500px; }
.about .box3 .fl h1 { font-size: 36px; color: #fff; font-weight: 100; padding-bottom: 25px; }
.about .box3 .fl span { display: block; width: 40px; height: 2px; background: #ffd200; margin-bottom: 25px; }
.about .box3 .fl p { color: #fff; line-height: 24px; }
.about .box3 .fl i { width: 54px; height: 54px; cursor: pointer; background-position: 0px -35px; margin-top: 35px; transition: ease-in-out .2s; }
.about .box3 .fl a:hover i { margin-left: 15px; }
.about .box3 .fr .picScroll-left { overflow: hidden; position: relative; margin-top: 68px; height: 225px; width: 620px; }
.about .box3 .fr .picScroll-left .hd { overflow: hidden; }
.about .box3 .fr .picScroll-left .hd .prev, .about .box3 .fr .picScroll-left .hd .next { display: block; left: 0; top: 50%; margin-top: -36px; width: 30px; height: 72px; position: absolute; z-index: 10; background-position: -133px -67px; cursor: pointer; display: none; }
.about .box3 .fr .picScroll-left .hd .next { left: auto; right: 0; background-position: -164px -67px; }
.about .box3 .fr .picScroll-left:hover .hd .prev, .about .box3 .fr .picScroll-left:hover .hd .next { display: block; }
.about .box3 .fr .picScroll-left .hd ul { float: right; overflow: hidden; margin-top: 10px; zoom: 1; }
.about .box3 .fr .picScroll-left .hd ul li { float: left; width: 9px; height: 9px; overflow: hidden; margin-right: 5px; text-indent: -999px; cursor: pointer; background: url("../images/icoCircle.gif") 0 -9px no-repeat; }
.about .box3 .fr .picScroll-left .hd ul li.on { background-position: 0 0; }
.about .box3 .fr .picScroll-left .bd ul { overflow: hidden; zoom: 1; }
.about .box3 .fr .picScroll-left .bd ul li { margin-right: 20px; float: left; _display: inline; overflow: hidden; text-align: center; }
.about .box3 .fr .picScroll-left .bd ul li img { width: 300px; height: 225px; }
.bg_top { height: 50px; background: #eaeaea; width: 100%; }
.showPro { padding-top: 50px; }
.showPro .reLink { margin-bottom: 0; }
.showPro .showContxt { padding: 30px 0 35px; color: #666; font-size: 14px; line-height: 30px; text-align: justify; }
.showPro .showContxt img { max-width: 100%; height: auto !important; }
.showPro .showimgCon { padding: 0 0 30px; font-size: 16px; line-height: 32px; }
.showPro .showimgCon .txtcon { width: 720px; height: 423px; float: right; position: relative; }
.showPro .showimgCon .txtcon .tit { position: relative; font-size: 20px; margin-bottom: 15px; color: var(--colour6); font-weight: bold; line-height: 24px; padding-bottom: 14px; border-bottom: 1px solid #dddddd; padding-right: 60px; }
.showPro .showimgCon .txtcon .tit .goBack { position: absolute; right: 0; top: 0; color: #999999; font-size: 14px; display: block; font-weight: normal; cursor: pointer; }
.showPro .showimgCon .txtcon .tit .goBack s { width: 20px; height: 20px; background-position: -440px -62px; margin-left: 6px; }
.showPro .showimgCon .txtcon .tit .goBack:hover { color: #047fcc; }
.showPro .showimgCon .txtcon .txt { font-size: 14px; line-height: 28px; color: #666; text-align: justify; }
.showPro .showimgCon .txtcon .txt .item { margin-bottom: 7px; max-height: 144px; overflow: hidden; }
.showPro .showimgCon .txtcon .tel-btn { width: 100%; position: absolute; left: 0; bottom: 0; border-top: 1px solid #ddd; padding-top: 40px; }
.showPro .showimgCon .txtcon .tel-btn .btn { width: 118px; float: right; height: 40px; line-height: 40px; margin-top: 5px; font-size: 20px; text-align: center; color: #fff; cursor: pointer; background: var(--colour6); }
.showPro .showimgCon .txtcon .tel-btn .btn:hover { background: #333; }
.showPro .showimgCon .txtcon .tel-btn .tel { width: 280px; float: left; }
.showPro .showimgCon .txtcon .tel-btn .tel span, .showPro .showimgCon .txtcon .tel-btn .tel strong { display: block; color: #666; }
.showPro .showimgCon .txtcon .tel-btn .tel s { width: 42px; height: 42px; display: block; float: left; margin-right: 6px; margin-top: 4px; background-position: right bottom; }
.showPro .showimgCon .txtcon .tel-btn .tel span { font-size: 16px; line-height: 20px; }
.showPro .showimgCon .txtcon .tel-btn .tel strong { color: var(--colour6); font-size: 28px; line-height: 28px; }
.showPro .showimg { width: 442px; position: relative; float: left; overflow: hidden; }
.showPro .showimg .bigimg { height: 334px; display: block; position: relative; border: 1px solid #dddddd; }
.showPro .showimg .bigimg .list { width: 5000%; }
.showPro .showimg .bigimg .list li { width: 440px; height: 332px; float: left; border: 0; margin-right: 1px; }
.showPro .showimg .bigimg .list img { width: 100%; height: 100%; display: block; transition: all ease 300ms; }
.showPro .showimg .smallimg { width: 440px; height: 106px; position: relative; padding-top: 30px; z-index: 10; overflow: hidden; }
.showPro .showimg .list { width: 357px; overflow: hidden; position: relative; margin: 0 auto; }
.showPro .showimg .listcon { width: 600% !important; position: relative; }
.showPro .showimg .prev, .showPro .showimg .next { width: 20px; height: 76px; z-index: 10; position: absolute; top: 30px; cursor: pointer; background: #f9f9f9 url(../style/show-btn-ico.png) no-repeat 0 center; -webkit-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }
.showPro .showimg .prev:hover, .showPro .showimg .next:hover { background-color: #f9f9f9; }
.showPro .showimg .prev { left: 0; background-position: 3px center; }
.showPro .showimg .next { right: 0; background-position: -84px center; }
.showPro .showimg li { width: 94px; height: 70px; margin-right: 28px; float: left; cursor: pointer; position: relative; border: 3px solid #fff; transition: all .5s; }
.showPro .showimg li img { width: 100%; height: 100%; display: block; }
.showPro .showimg li.on { width: 94px; height: 70px; border: 3px solid var(--colour6); }
.relateTit { height: 58px; line-height: 58px; border-bottom: 1px solid #e4e4e4; margin: 0 auto; width: 1200px; }
.relateTit h3 { font-size: 18px; display: inline-block; *display: inline;
*zoom: 1;
position: relative; }
.relateTit h3 .line { width: 100%; height: 2px; display: block; position: absolute; left: 0; bottom: -1px; background: var(--colour1); }
#ie { position: fixed; top: 0; width: 100%; height: 100%; z-index: 9999; background: #00aeff; }
#ie p { position: absolute; top: 50%; margin-top: -60px; left: 50%; margin-left: -540px; width: 1080px; color: #fff; font-size: 20px; line-height: 2; text-align: center; }
.digsup { display: flex; justify-content: center; margin: 30px 0 10px 0; }
.digsup a { display: block; cursor: pointer; margin: 0 15px; width: 70px; height: 70px; margin-bottom: 10px; line-height: 60px; text-align: center; border-radius: 50%; box-shadow: 0px 0px 30px rgba(0,0,0,0.1); position: relative; }
.digsup a i { font-size: 30px; color: #999; }
.digsup a em { display: block; font-family: verdana; color: #999; position: absolute; bottom: -15px; left: 0; right: 0; }
.digsup a:hover { box-shadow: 0px 0px 30px rgba(0,132,255,0.3) }
.digsup a:hover i { color: #f60; }
/*网站标签*/
.tags_list { overflow: hidden; line-height: 30px; padding: 10px; border-bottom: 1px solid #ddd; }
.tags_list dt { float: left; margin-right: 2%; margin-bottom: 2%; width: 14.66666667%; }
.tags_list dt a { display: block; text-align: center; background: #ececec; font-size: 14px; padding: 8px 0; font-weight: normal; }
.tags_list dt a:hover { background: #ccc; color: #fff; }
.tags { overflow: hidden; margin-bottom: 20px; }
.tags span { float: left; display: block; line-height: 40px; }
.tags a { border-radius: 4px; -webkit-border-radius: 4px; display: inline-block; line-height: 28px; padding: 0 6px; margin: 5px; background: #fff; border: 1px solid #dadada; }
.tags a:hover { background: var(--colour1); border-color: var(--colour1); color: #fff; }
/*视频样式*/
video { background-color: #000; }
/*相关内容*/
.relate-tit { width: 100%; height: 39px; line-height: 40px; background: #fafafa; border-bottom: 1px solid #CCC; }
.relate-tit h3 { float: left; font-size: 14px; line-height: 40px; display: block; padding: 0 30px; background: var(--colour6); color: #FFF; }
.relate-pro { margin: 20px 0; }
.relate-pro ul { margin-top: 20px; }
.relate-pro ul li { float: left; width: 210px; margin-right: 10px; transition: all .5s; }
.relate-pro ul li:nth-child(4n) { margin-right: 0; }
.relate-pro ul li a { display: block; border: 1px solid #eaeaea; }
.relate-pro ul li .img { position: relative; width: 100%;/* height: 209px; */ overflow: hidden; }
.relate-pro ul li .img img { display: block; width: 100%; height: 100%; transition: all .5s; }
.relate-pro ul li h3 { color: #555; font-size: 14px; text-align: center; display: block; line-height: 35px; background: #fff; padding: 0 10px; border-top: 1px solid #eaeaea; transition: all .5s; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.relate-pro ul li:hover .img img { transform: scale(1.1); }
.relate-pro ul li:hover h3 { color: #fff; background: var(--colour1); }
.relate-pro .swiper-container-horizontal>.swiper-scrollbar { position: relative; left: 0; bottom: 0; width: 100%; margin-top: 10px; }
.relate-pro .swiper-scrollbar-drag { background: var(--colour6); }
.relate-news ul { padding-top: 10px; }
.relate-news ul li { float: left; position: relative; width: 48%; line-height: 35px; }
.relate-news ul li:nth-child(even) { float: right; }
.relate-news ul li a { display: block; color: #666; padding-right: 100px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.relate-news ul li a:before { content: '+'; font-weight: bold; font-size: 16px; line-height: 1; margin-right: 5px; }
.relate-news ul li span { position: absolute; top: 0; right: 0; color: #999; white-space: nowrap; }
.relate-news ul li a:hover { color: var(--colour1); }
