@charset "gb2312";
@import url(css.css);
@import url(proscrol.css);
@import url(index_banner.css);

.index-waper-box{position:absolute; bottom:0; width:100%; height:100px;overflow:hidden; z-index:9;perspective: 800px;-webkit-perspective: 800px;-moz-perspective: 800px;transform-style: preserve-3d;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;}
.index-back-box{height:100px; /*background-color:#fff; */background:none;/*position:absolute; 
	bottom:0; */width:1440px;margin:0 auto; overflow: hidden;  transform-origin: bottom; -webkit-transform-origin: bottom; -moz-transform-origin: bottom;
    transform: rotateX(0deg) translate3d(0,0,0);-webkit-transform: rotateX(0deg) translate3d(0,0,0); -moz-transform: rotateX(0deg) translate3d(0,0,0);     transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s; -webkit-transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s; -moz-transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;}
.index-back-box.active{}
.index-back-box .sub-arrows{position:absolute; left:0; top:0; width:auto; height:100%; line-height:100px; padding-left:10px; font-size:0;}
.index-back-box .sub-arrows i.icom{display:inline-block; vertical-align:top; width:60px; height:40%; cursor:pointer; position:relative;}
.index-back-box .sub-arrows i.prev:before,.index-back-box .sub-arrows i.next:before{content:''; display:inline-block; position:absolute; top:42%; width:13px; height:22px; 
	background-image:url(../images/sub-arrows.png); background-position:0px 0px; background-repeat:no-repeat;}
.index-back-box .sub-arrows i.prev:before{background-position:0px 0px; left:-7px;}
.index-back-box .sub-arrows i.next:before{background-position:-14px 0px; left:24px;}
.index-back-box .sub-arrows i.icom:after{position:absolute; content: ''; left:0; top:28px; width:30px; height:2px; background-color: #fff;transform: scale(0,1);-webkit-transform: scale(0,1);-moz-transform: scale(0,1);transition: all .3s ease-out 0s;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;}
.index-back-box .sub-arrows i.icom font{color:#000;transition: all .3s ease-out 0s;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;}
.index-back-box .sub-arrows i.icom.prev font{position:absolute; left:9px;}
.index-back-box .sub-arrows i.icom.next font{position:absolute; left:6px;}
.index-back-box .sub-arrows i:hover:after{transform: scale(1,1);-webkit-transform: scale(1,1);-moz-transform: scale(1,1);}
.index-back-box .sub-arrows i.icom.prev:hover font{left:-7px;}
.index-back-box .sub-arrows i.icom.next:hover font{left:20px;}
.index-back-box .sub-share{position:absolute; right:15px; top:0; width:auto; height:100%; display:table; cursor:pointer;}
.index-back-box .sub-share .tels{display:table-cell; vertical-align:middle;}
.index-back-box .sub-share .tels span{display:inline-block;}
.index-back-box .sub-share .tels .cc1{opacity: 0;filter: alpha(opacity='0');transform: translateX(-40px);-webkit-transform: translateX(-40px);-moz-transform: translateX(-40px);transition: all 0.4s ease-in-out 0s;-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;}
.index-back-box .sub-share .tels .cc2{transform: translateX(80px);-webkit-transform: translateX(80px);-moz-transform: translateX(80px);transition: all 0.7s ease 0s;-webkit-transition: all 0.7s ease 0s;-moz-transition: all 0.7s ease 0s;}
.index-back-box .sub-share .sider-tel{display:table-cell; vertical-align:middle; font-size:0; opacity:0; filter: alpha(opacity='0');transform: translateX(130px)-webkit-transform: translateX(130px);-moz-transform: translateX(130px);transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;
-webkit-transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;-moz-transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;}
.index-back-box .sub-share .sider-tel a{display:inline-block;font-size:12px;color:#000;margin: 0 8px; opacity: 0; filter: alpha(opacity='0');   transform: translateX(50px);-webkit-transform: translateX(50px);-moz-transform: translateX(50px); transition: all 0.4s ease-in-out 0s;-webkit-transition: all 0.4s ease-in-out 0s;}
.index-back-box .sub-share:hover .tels .cc1{opacity: 1;filter: alpha(opacity='100');transform: translateX(0px);-webkit-transform: translateX(0px);-moz-transform: translateX(0px);transition: all 1s cubic-bezier(0.5,1.25,0.75,1.65) 0s;-webkit-transition: all 1s cubic-bezier(0.5,1.25,0.75,1.65) 0s;-moz-transition: all 1s cubic-bezier(0.5,1.25,0.75,1.65) 0s;}
.index-back-box .sub-share:hover .tels .cc2{opacity: 0;filter: alpha(opacity='0');transform: translateX(0px);-webkit-transform: translateX(0px);-moz-transform: translateX(0px);}
.index-back-box .sub-share:hover .sider-tel{opacity: 1; filter: alpha(opacity='100');transform: translateX(0px);-webkit-transform: translateX(0px);-moz-transform: translateX(0px);transition: all 1s cubic-bezier(0.5,1.0,0.75,1) 0s;-webkit-transition: all 1s cubic-bezier(0.5,1.0,0.75,1) 0s;-moz-transition: all 1s cubic-bezier(0.5,1.0,0.75,1) 0s;}

.index-back-box .sub-share:hover .sider-tel a:nth-of-type(1){opacity: 1;filter: alpha(opacity='100');transform: translateX(0px);-webkit-transform: translateX(0px);-moz-transform: translateX(0px);transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) 0s;-webkit-transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) 0s;-moz-transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) 0s;}
.index-back-box .sub-share:hover .sider-tel a:nth-of-type(2){opacity: 1;filter: alpha(opacity='100');transform: translateX(0px);-webkit-transform: translateX(0px);-moz-transform: translateX(0px);transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) .2s;-webkit-transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) .2s;-moz-transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) .2s;}
.index-back-box .sub-mouse{width:70%; height:43px; position:absolute; top:20px; left:15%; cursor:pointer; z-index:1; zoom:0.7; -moz-transform:scale(0.7);}
.index-back-box .sub-mouse:after{display:none; z-index:-1; position:absolute; content:''; top:-30px; left:50%; height:53px; border-right:1px solid #333; margin-left:-1px;}
.index-back-box .sub-mouse span{text-align:center;display:block; position:relative;width:50%;height:100%;animation: ani-svg 0.85s linear 0s alternate infinite;
-webkit-animation: ani-svg 0.85s linear 0s alternate infinite; margin:0 auto;}
.index-back-box .sub-mouse i{position:absolute;bottom:5px;left:50%;color:#000;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);}
@keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  transform: translateY(15px);
	}
}
@-webkit-keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  -webkit-transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  -webkit-transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  -webkit-transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  -webkit-transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  -webkit-transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  -webkit-transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  -webkit-transform: translateY(15px);
	}
}
@-moz-keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  -moz-transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  -moz-transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  -moz-transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  -moz-transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  -moz-transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  -moz-transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  -moz-transform: translateY(15px);
	}
}
.wrapper{max-width:1440px; margin:0 auto; overflow:hidden;}

.flow{}

.flow .title{margin-top: 32px;margin-bottom: 18px;}

.flow .content{height: 105px; width:100%;}

.flow .content li{float: left;width: calc(95% / 5); border:1px solid #efefef; margin-right:1%}

.flow .content li .c_k{ width:100%; float:left;padding:28px 0px 28px 28px; display:block;}
.flow .content li:nth-child(5n){
	margin-right: 0;float: right;}

.flow .content li .pic{float: left;width: 37px;height: 37px;}

.flow .content li .text{float: left;padding-left: 25px;}

.flow .content li .text h3{color: #7c7c7c;font-size: 16px;}

.flow .content li .text p{color: #B5B4B4;text-transform: uppercase;font-family: "Arial Regula";padding-top: 9px;text-transform:uppercase}
.flow .content li:hover{ background:#e5e5e5}
/*首页*/
.jd{background-color:#fff; overflow:hidden;}
.jd_one{background-color:#fff; overflow:hidden; height:130px;  margin:0 auto; padding-top:20px; padding-bottom:20px;}
.jd li{float:left; width:33%; height:130px; border:1px solid #efefef}
.jd li div{ width:90%;padding:20px;margin:auto;float:left;}
.jd li div span{ font-size:18px;font-family:"Microsoft YaHei" ; line-height:24px; }
.jd li div span.jd1{ background:url(../images/jd1.png) left top no-repeat;height:80px; overflow:hidden; padding-right:10px; display:block; padding-left:90px;}
.jd li div span.jd2{background:url(../images/jd2.png) left top no-repeat;height:80px; overflow:hidden; padding-right:10px; display:block; padding-left:90px;}
.jd li div span.jd3{background:url(../images/jd3.png) left top no-repeat;height:80px; overflow:hidden; padding-right:10px; display:block; padding-left:90px;}
.jd li div p{ font-size:14px; padding-top:5px; background:url(../images/jd_p.png) left top no-repeat; margin-top:5px; font-size:14px;}
.jd li:hover{float:left; width:33%;background:#d3ab27;border:1px solid #d3ab27 height:130px; font-size:18px;font-family:"Microsoft YaHei"; color:#fff;}
.jd li:hover p{ color:#fff;background:url(../images/jd_p.png) left -55px no-repeat;font-size:14px; }
.jd li:hover span.jd1{ background:url(../images/jd1.png) left -80px no-repeat;height:80px; overflow:hidden; padding-right:10px; display:block; padding-left:90px;}
.jd li:hover span.jd2{ background:url(../images/jd2.png) left -80px no-repeat;height:80px; overflow:hidden; padding-right:10px; display:block; padding-left:90px;}
.jd li:hover span.jd3{ background:url(../images/jd3.png) left -80px no-repeat;height:80px; overflow:hidden; padding-right:10px; display:block; padding-left:90px;}

.products{background-color:#fff; overflow:hidden;}
.i_there{overflow:hidden;margin:0 auto; margin-bottom:32px; padding-bottom:20px;}
.products dd{ width:100%;}
.products dd .c1,.products dd .c2,.products dd .c3,.products dd .c4{width:25%;float:left; display:block; height:340px; }
.products dd .c1 ul{ border:1px solid #efefef; border-right:none; width:99%; height:99%;}
.products dd .c2 ul{ border:1px solid #efefef; border-right:none;  width:99%; height:99%;}
.products dd .c3 ul{ border:1px solid #efefef;  border-right:none; width:99%; height:99%;}
.products dd .c4 ul{ border:1px solid #efefef; width:99%; height:99%;}

.cpzx {max-width:1440px; margin:0 auto; overflow:hidden; margin-top:45px;
}
.cpzx ul.cp{
	width: 100%;
	overflow: hidden;
}
.cpzx ul.cp li{
	width: 24%;
	height: 202px;
	background:#3b2e25 url(../images/bg.jpg) repeat;
	float: left;
	margin: 0 14.5px 17px 0;
}
.cpzx ul.cp li:nth-child(4n){
	margin-right: 0;
}
.cpzx ul.cp li a{
	display: block;
	width: 100%;
	height: 100%;
}
.cpzx ul.cp li a .tit{
	float: left;
	margin: 50px 0 25px 38px;
}
.cpzx ul.cp li a .tit p.p1{
	font-size: 25px;
	font-family: "Hiragino Sans GB";
	color: #c4a32b;
}
.cpzx ul.cp li a .tit p.p2{
	font-size: 20px;
	color: #ffe5a4;
	margin-top: 16px;
}
.cpzx ul.cp li a .tit p.p3{
	font-size: 15px;
	font-family: "Hiragino Sans GB";
	color: #a17b0e;
	margin-top: 11px;
}
.cpzx ul.cp li a img{
	float: right;
	margin: 16px 27px 0 0;
}
.cpzx ul.cp li:hover{
	background-color: #d3ab27;
}
.cpzx ul.cp li:hover a .tit p.p1{
	color: #fff;
}
.cpzx ul.cp li:hover a .tit p.p2{
	color: #fff;
}
.cpzx ul.cp li:hover a .tit p.p3{
	color: #fff;
}

.i_bg{height:626px;background: url(../images/i_bg_2.jpg) no-repeat center top;}
.i_one{overflow:hidden; height:250px; margin:0 auto; margin-bottom:32px;}
.i_service_h{ text-align:center; padding-top:15px; color:#666; font-size:18px; line-height:32px; padding-bottom:50px;}
.i_service_h h2{ height:66px; line-height:66px; font-size:36px; color:#fff; font-weight:normal; letter-spacing:1px; font-family:"Microsoft YaHei";}
.i_service_h p{font-size:14px; text-transform:uppercase}

.i_service_t{ text-align:center; padding-top:15px; color:#666; font-size:18px; line-height:32px; padding-bottom:50px;}
.i_service_t h2{ height:66px; line-height:66px; font-size:36px; color:#000000; font-weight:normal; letter-spacing:1px; font-family:"Microsoft YaHei";}
.i_service_t p{font-size:14px;text-transform:uppercase}

/*优势*/
.advantage{ text-align:center; overflow:hidden; }
.num_box{ width:25%; float:left; height:124px; background:url(../images/i_one_bg1.jpg) right center no-repeat;}
.num_box:last-child{ background:none;}
.num_box .num{ font-weight:bold;color:#d3ab27; font-family:"Microsoft YaHei"; font-weight:normal; font-size:60px; width:100%; height:70px; line-height:70px; text-align:center; position:relative; z-index:2; letter-spacing:1px; margin-top:10px;}
.num_box h3{ font-size:16px; color:#fff; font-weight:normal; line-height:30px; }
.i_two{overflow:hidden; background-color:#fff; border:1px solid #dedede;border-radius:10px; height:500px;  margin:0 auto; margin-bottom:32px; padding-top:15px}
.i_two ul{ padding:20px;}
.i_two ul li{ float:left; width:29%; margin-left:2%; margin-right:2%; height:60px; line-height:30px; border:1px solid #dedede; overflow:hidden; margin-bottom:20px; font-size:18px; text-align:center; padding-top:30px; padding-bottom:30px;animation: leftRight 1s forwards;display: inline-block;}
.i_two ul li span{ width:100%;display:block; color:#a9a9a9; font-size:14px;}
.i_two ul li:hover{ float:left; width:29%; margin-left:2%; margin-right:2%; height:60px; border:1px solid #d3ab27; background:#d3ab27; color:#fff; overflow:hidden; margin-bottom:20px; font-size:18px; text-align:center; padding-top:30px; padding-bottom:30px;}
.i_two ul li:hover span{ width:100%;display:block; color:#fff; font-size:14px;}
@keyframes leftRight {
  40% {
    transform: translate(30px, 0) scale(.7);
    opacity: 1;
    color: #000;
  }
  60% {
    color: #fff;
  }
  80% {
    transform: translate(0) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes leftRight{
	 40% {
    transform: translate(30px, 0) scale(.7);
    opacity: 1;
    color: #000;
  }
  60% {
    color: #fff;
  }
  80% {
    transform: translate(0) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes leftRight{
	 40% {
    transform: translate(30px, 0) scale(.7);
    opacity: 1;
    color: #000;
  }
  60% {
    color: #fff;
  }
  80% {
    transform: translate(0) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
.priorities{ line-height:40px;color:#e5e5e5; text-align:center; font-size:14px; max-width:1080px; margin:auto}
.leftto{width:182px; height:40px; line-height:40px; font-size:14px; color:#fff; font-size:18px; text-indent:43px;background-position:120px center;animation-delay:1s;-webkit-animation-delay:1s; display:block; border:1px solid #efefef;border-radius:20px; margin:20px auto}

/*服务*/
.i_service{ margin:0 auto; clear:both;}
.i_service .i_service_box{  position:relative; overflow:hidden; margin-bottom:70px;}
.i_service .i_service_box img{ display:block; width:100%;}
.i_service .i_service_box .box{ position:absolute; left:0.7%; top:1.5%; height:98.5%; width:24.6%; max-width:350px;}
.i_service .i_service_box .box ul{ width:100%; height:100%; display:block;}
.i_service .i_service_box .box ul li{  display:table;height:24.25%; margin-bottom:1%; width:100%; overflow:hidden; background:#fff;transition:all 0.3s;}
.i_service .i_service_box .box ul li:last-child{ margin-bottom:0;}
.i_service .i_service_box .box ul li a{ display:block; width:100%; height:100%;}
.i_service .i_service_box .box ul li .box_con{width:86%; padding-left:14%;  height:100%; display:table;text-align:left; cursor:pointer;}
.i_service .i_service_box .box ul li h2{ font-size:18px; color:#000; line-height:159px; font-weight:normal; display:table-cell; vertical-align:middle; padding-left:10%;transition:all 0.3s;}
.i_service .i_service_box .box ul li i{ display:table-cell; vertical-align:middle;font-style:normal;height:159px; width:72px; background-repeat:no-repeat; background-position:center; background-size:100% auto;transition:all 0.3s; }
.i_service .i_service_box .box ul li.box1 i{ background-image:url(../images/box1.png);}
.i_service .i_service_box .box ul li.box2 i{ background-image:url(../images/box2.png);}
.i_service .i_service_box .box ul li.box3 i{ background-image:url(../images/box3.png);}
.i_service .i_service_box .box ul li.box4 i{ background-image:url(../images/box4.png);}
.i_service .i_service_box .box ul li.isel{ background:#d3ab27;}
.i_service .i_service_box .box ul li.isel h2{ color:#fff;}
.i_service .i_service_box .box ul li.isel.box1{ background:#d3ab27;}
.i_service .i_service_box .box ul li.isel.box1 i{background-image:url(../images/box1_on.png);}
.i_service .i_service_box .box ul li.isel.box2 i{background-image:url(../images/box2_on.png);}
.i_service .i_service_box .box ul li.isel.box3 i{background-image:url(../images/box3_on.png);}
.i_service .i_service_box .box ul li.isel.box4 i{background-image:url(../images/box4_on.png);}
.i_service .i_service_box .box_txt2{ position:absolute; right:2.5%; top:32%; width:34%; max-width:330px; }
.i_service .i_service_box .box_txt2 .box_hidden{ display:none; }
.i_service .i_service_box .box_txt2 h3{ font-weight:normal; font-family:"Microsoft YaHei"; font-size:36px; color:#000; margin-bottom:3%;}
.i_service .i_service_box .box_txt2 .box_hidden:nth-child(2) h3,.i_service .i_service_box .box_txt2 .box_hidden:nth-child(3) h3{ color:#fff;}
.i_service .i_service_box .box_txt2 .box_hidden:nth-child(2) p,.i_service .i_service_box .box_txt2 .box_hidden:nth-child(3) p{ color:#fff;}
.i_service .i_service_box .box_txt2 p{font-size:16px; line-height:30px;}
.i_service .i_service_box .box_txt2 a{ font-size:16px; width:210px; height:48px; line-height:48px; overflow:hidden; border-radius:20px; background:url(../images/i_two_bg1.png) 140px center  no-repeat #fff; float:left; text-indent:53px; margin-top:12%;transition:all 0.3s; color:#000;}
.i_service .i_service_box .box_txt2 a:hover{background:url(../images/i_two_bg1.png) 150px center  no-repeat #fff; text-indent:63px;}
.i_case2{ background-color:#f5f5f5; margin-top:10px; text-align:center; padding-bottom:20px;}
.guwenmore{ display:inline-block; width:92px;height:50px; line-height:50px; margin:0 auto; margin-top:-50px; text-align:center;/* background:url(../images/i_more.png) no-repeat; */ clear:both; overflow:hidden;/*transition:all 0.3s;*/background:#fff url(../images/works_more.png) no-repeat center -50px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.guwenmore:Hover{/*opacity:0.6;filter:Alpha(opacity=60);*/background:#333 url(../images/works_more.png) no-repeat center 0px;}
.customer2{ overflow:hidden; padding-top:40px; margin-bottom:79px;}
.customer_list2{ border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf; margin-top:60px;}
.customer_list2 ul li{ float:left; width:-webkit-calc(20% - 1px);width:-moz-calc(20% - 1px);width:calc(20% - 1px); border-left:1px solid #dfdfdf; border-top:1px solid #dfdfdf; overflow:hidden; position:relative;}
.customer_list2 ul li img{display: block;width: 100%;}
.customer_list2 ul li:first-child{ width:40%;border-left:0; border-top:0;}
/*.customer_list2 ul li .imgbg{filter: Alpha(Opacity=0);opacity: 0;}*/
.customer_list2 ul li .imgs{cursor:pointer; overflow:hidden; border-color:#fff; /*transition:all 0.3s;position:absolute; top:0; left:0; width:100%; height:100%;*/}
.customer_list2 ul li .imgs:after{content:''; display:block; width:100%; height:100%; position:absolute; top:0; left:0; box-shadow:inset 0 0 0 0 #eee; -webkit-transition:0.2s; -moz-transition:0.2s; transition:0.2s;}
.customer_list2 ul li .imgs:hover:after{box-shadow:inset 0 0 0 10px #f6f6f6;}
.customer_list2 ul li .imgs img{/* -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/opacity:0.5; -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
/*.customer_list2 ul li:hover .imgs{ border:7px solid #f5f5f5; height:calc(100% - 14px);height:-webkit-calc(100% - 14px);height:-moz-calc(100% - 14px);width:calc(100% - 14px);width:-webkit-calc(100% - 14px);width:-moz-calc(100% - 14px);}*/
.customer_list2 ul li:hover .imgs img{ /*-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;*/opacity:1; -webkit-filter:grayscale(0); -moz-filter:grayscale(0); -ms-filter:grayscale(0); -o-filter:grayscale(0); filter:grayscale(0); filter:none; -webkit-transform:scale(0.9) translateY(-8px); -moz-transform:scale(0.9) translateY(-8px); transform:scale(0.9) translateY(-8px);}

.customer_list2{ position:relative;}
.customer_list2 .item{ display:none; overflow:hidden;}
.customer_list2 .customer-buttons{ position:absolute; top:20px;width:40%; left:0; height:0; text-align:right;}
.customer_list2 .customer-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:50px; height:50px;/*IE7 life-saver*/ text-indent:60px;overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s; cursor:pointer;}
.customer_list2 .customer-buttons div.owl-prev{background:url(../images/left.png) no-repeat; margin-right:-1px;}
.customer_list2 .customer-buttons div.owl-prev:hover{opacity:0.6;filter:Alpha(opacity=60);background:url(../images/left_on.png) no-repeat;}
.customer_list2 .customer-buttons div.owl-prev.disabled{background:url(../images/left_on.png) no-repeat;}
.customer_list2 .customer-buttons div.owl-next{ background:url(../images/right.png) no-repeat; margin-right:20px;}
.customer_list2 .customer-buttons div.owl-next:hover{opacity:0.6;filter:Alpha(opacity=60);background:url(../images/right_on.png) no-repeat;}
.customer_list2 .customer-buttons div.owl-next.disabled{background:url(../images/right_on.png) no-repeat;}


/*我们的圈子*/
.new{ overflow:hidden; background-color:#f5f5f5; height:780px; padding-top:50px; padding-bottom:80px; position:relative}
.flexslider{ margin-top:60px; overflow:visible;}
.news_lone{ width:32.7%; height:520px; overflow:hidden; position: relative;  float:left; margin-right:10px;}
.news_lone_img{width:100%; height:520px;overflow:hidden; background-position:center center; background-repeat:no-repeat; background-size:cover;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.news_lone_img img{ display:block; width:100%;}
.news_lone .blog_infTop{  position:absolute; bottom:10px;width:calc(100% - 20px);width:-webkit-calc(100% - 20px);width:-moz-calc(100% - 20px);height:110px; background:url(../images/i_bg4.png) 92% center #fff no-repeat; left:10px; right:10px; text-align:left; overflow:hidden;transition:all 0.3s;}
.news_lone .blog_infTop .blog_infR{display:table; width:100%; height:100%; overflow:hidden;}
.news_lone .blog_title{ padding-right:25%;padding-left:30px; margin-top:25px; display:table-cell; vertical-align:middle;line-height:24px;color:#000000; font-size:20px;overflow:hidden;/* text-overflow:ellipsis; white-space:nowrap;*/}
.news_lone:hover .news_lone_img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.news_lone:hover .blog_infTop{background:url(../images/i_bg4.png) 95% center #fff no-repeat;}
.news_lone:hover .blog_title{ color:#d3ab27;}

.blog_list2,.blog_list3,.blog_list4,.blog_list5,.blog_list6{ width:33%;display:inline;  text-align:left;}
.blog_list2{display: block;
    position: relative;
    height: 256px;
    background-color: #fff;
    margin-bottom: 8px;
    overflow: hidden;
    transition: all 0.3s;}
.blog_list2 a{display: block;
    width: 90%;
    max-width: 420px;
    margin: 0 auto;
    overflow: hidden;
    color: #666;}

.blog_list3{display: block;
    position: relative;
    height: 256px;
    background-color: #fff;
    margin-bottom: 8px;
    overflow: hidden;
    transition: all 0.3s; overflow:hidden}
.blog_list3 a{display: block;
    width: 90%;
    max-width: 420px;
    margin: 0 auto;
    overflow: hidden;
    color: #666;}
.blog_list3 a:last-child{ margin-bottom:0;}

.blog_list4{display: block;
    position: absolute; right:0; top:0;
    height: 168px;
    background-color: #fff;
    margin-bottom: 8px;
    overflow: hidden;
    transition: all 0.3s;}
.blog_list4 a{display: block;
    position: relative;
    height: 168px;
    background-color: #fff;
    margin-bottom: 8px;
    overflow: hidden;
    transition: all 0.3s;}

.blog_list5{display: block;
    position: absolute; right:0; top:176px;
    height: 168px;
    background-color: #fff;
    margin-bottom: 8px;
    overflow: hidden;
    transition: all 0.3s;}
.blog_list5 a{display: block;
    position: relative;
    height: 168px;
    background-color: #fff;
    margin-bottom: 8px;
    overflow: hidden;
    transition: all 0.3s;}

.blog_list6{display: block;
    position: absolute; right:0; top:352px;
    height: 168px;
    background-color: #fff;
    margin-bottom: 8px;
    overflow: hidden;
    transition: all 0.3s;}
.blog_list6 a{display: block;
    position: relative;
    height: 168px;
    background-color: #fff;
    margin-bottom: 8px;
    overflow: hidden;
    transition: all 0.3s;}
.blog_list6 a:last-child{ margin-bottom:0;}

.blog_Rtime{ height:66px; overflow:hidden; text-align:center; margin-top:22px; text-align:left; background:url(../images/i_bg5.png) 98% center no-repeat; display:block;transition:all 0.3s;}
.blog_Rtime em,.blog_Rtime b{ display:block; font-family:"Microsoft YaHei";}
.blog_Rtime b{ display:block;  color:#000; font-size:30px;height:34px; line-height:34px; font-weight:normal; letter-spacing:1px;}
.blog_Rtime em{ font-style:normal;height:20px; line-height:20px; font-size:16px;}
.blog_Rmore{ margin-top:34px; overflow:hidden; display:block; border-bottom:1px solid #eee;}
.blog_Rmore b{ color:#000; display:block;height:32px; line-height:32px; overflow:hidden; font-size:18px; font-weight:normal;}
.blog_list1:hover .blog_Rmore b{ color:#d3ab27;}
.blog_list1:hover .blog_Rtime{background:url(../images/i_bg5.png) 100% center no-repeat;}
.blog_Rmore span{ display:block;line-height:24px; height:72px; overflow:hidden; margin-top:19px; font-size:16px;}
/*.blog_list{width:calc(50% - 4px);width:-webkit-calc(50% - 4px);width:-moz-calc(50% - 4px);display:inline;  text-align:left;}
.blog_list.l li{ display:block; position:relative; height:256px; background-color:#fff; margin-bottom:8px; overflow:hidden;transition:all 0.3s;}
.blog_list.l li:last-child{ margin-bottom:0;}
.blog_list.r li{ display:block; position:relative; height:168px; background-color:#fff; margin-bottom:8px; overflow:hidden;transition:all 0.3s;}
.blog_list.r li:last-child{ margin-bottom:0;}
.blog_list.l li a{ display:block; width:90%; max-width:420px; margin:0 auto; overflow:hidden; color:#666;}
.blog_list.l .blog_Rtime{ height:66px; overflow:hidden; text-align:center; margin-top:22px; text-align:left; background:url(../images/i_bg5.png) 98% center no-repeat; display:block;transition:all 0.3s;}
.blog_list.l .blog_Rtime em,.blog_list.l .blog_Rtime b{ display:block; font-family:"Microsoft YaHei";}
.blog_list.l .blog_Rtime b{ display:block;  color:#000; font-size:30px;height:34px; line-height:34px; font-weight:normal; letter-spacing:1px;}
.blog_list.l .blog_Rtime em{ font-style:normal;height:20px; line-height:20px; font-size:16px;}
.blog_list.l .blog_Rmore{ margin-top:34px; overflow:hidden; display:block; border-bottom:1px solid #eee;}
.blog_list.l .blog_Rmore b{ color:#000; display:block;height:32px; line-height:32px; overflow:hidden; font-size:18px; font-weight:normal;}
.blog_list.l li:hover .blog_Rmore b{ color:#d3ab27;}
.blog_list.l .blog_Rmore span{ display:block;line-height:24px; height:72px; overflow:hidden; margin-top:19px; font-size:16px;}*/
/*.blog_list.l li:hover{background-color:#d3ab27;}
.blog_list.l li:hover a{ color:#fff;}*/
/*.blog_list.l li:hover .blog_Rtime{background:url(../images/i_bg5.png) 100% center no-repeat;}*/
/*.blog_list.l li:hover .blog_Rmore b{ color:#fff;}
.blog_list.l li:hover .blog_Rtime b{ color:#fff;}*/


.blog_list4 .blog_Rtime1,.blog_list5 .blog_Rtime1,.blog_list6 .blog_Rtime1{ height:95px; width:66px; float:left; overflow:hidden;margin-top:36px; text-align:left; margin-left:30px;}
.blog_list4 .blog_Rtime1 em,.blog_list4 .blog_Rtime1 b,.blog_list5 .blog_Rtime1 em,.blog_list5 .blog_Rtime1 b,.blog_list6 .blog_Rtime1 em,.blog_list6 .blog_Rtime1 b{ display:block; font-family:"Microsoft YaHei";}
.blog_list4 .blog_Rtime1 b,.blog_list5 .blog_Rtime1 b,.blog_list6 .blog_Rtime1 b{ display:block; color:#000; font-size:30px;height:50px; line-height:50px; font-weight:normal; letter-spacing:1px; background:url(../images/i_bg6.png) left bottom no-repeat;}
.blog_list4 .blog_Rtime1 em,.blog_list5 .blog_Rtime1 em,.blog_list6 .blog_Rtime1 em{ font-style:normal;height:42px; line-height:42px; font-size:16px;}
.blog_list4 .blog_Rmore1,.blog_list5 .blog_Rmore1,.blog_list6 .blog_Rmore1{ float:right; height:114px; border-left:1px solid #f5f5f5; padding-left:30px; width:234px; padding-top:36px; overflow:hidden;}
.blog_list4 .blog_Rmore1 b,.blog_list5 .blog_Rmore1 b,.blog_list6 .blog_Rmore1 b{ color:#000; display:block;height:48px; line-height:24px; overflow:hidden; font-size:18px; font-weight:normal; max-width:225px;}
.blog_list4:hover .blog_Rmore1 b,.blog_list5:hover .blog_Rmore1 b,.blog_list6:hover .blog_Rmore1 b{color:#d3ab27;}
.blog_list4 .blog_Rmore1 span,.blog_list5 .blog_Rmore1 span,.blog_list6 .blog_Rmore1 span{ display:block;line-height:38px; height:38px; overflow:hidden; margin-top:15px;background:url(../images/i_bg5.png) left center no-repeat;transition:all 0.3s;}
.blog_list4:hover,.blog_list5:hover,.blog_list6:hover{/*box-shadow:0 0 20px rgba(0,0,0,.2)*/ box-shadow:0 15px 15px rgba(0,0,0,.1);transform:scale(1.005);}
.blog_list4:hover .blog_Rmore span,.blog_list5:hover .blog_Rmore span,.blog_list6:hover .blog_Rmore span{background:url(../images/i_bg5.png) 5% center no-repeat;}
/*联系我们*/
.i_contact{height: 666px;overflow: hidden; background: url(../images/i_bg7.jpg) no-repeat center top;}
.i_contact_t{ margin-top:20px; height:96px; line-height:96px; font-size:40px; color:#fff; font-family:"Microsoft YaHei"; letter-spacing:2px;}
.i_contact_ul{ float:left; width:31.3%; max-width:418px; overflow:hidden; margin-top:80px; color:#fff;}
.i_contact_ul ul li{ display:block; border-bottom:1px solid #333; font-family:"Microsoft YaHei";}
.i_contact_ul ul li a{ color:#fff;}
.i_contact_ul ul li a:hover{ color:#d3ab27;}
.i_contact_ul ul li:first-child{ padding-top:9px; height:97px; line-height:26px; font-size:24px;}
.i_contact_ul ul li:first-child a{ color:#fff;}
.i_contact_ul ul li:first-child a:hover span{color:#d3ab27;}
.i_contact_ul ul li:first-child span{ display:block; height:36px; line-height:36px; overflow:hidden; font-size:36px; font-weight:normal; font-family:"Microsoft YaHei"; margin-top:3px;}
.i_contact_ul ul li:nth-child(2){ padding-top:40px; height:100px; line-height:60px; }
.i_contact_ul ul li:nth-child(2) a{ position:relative; padding-right:20px;}

.i_contact_ul ul li:nth-child(2) .wem1{    width: 203px;display: none; color: #363636;  text-align: center; padding-top: 215px;  position: absolute; left:-70px; top:-430px;}
.i_contact_ul ul li:nth-child(2) a:hover .wem1{ display:block;}
.i_contact_ul ul li:nth-child(2) .wem2{width: 203px;display: none; color: #363636;text-align: center;padding-top: 215px; position: absolute;left: -70px;top: -430px;}
.i_contact_ul ul li:nth-child(2) a:hover .wem2{ display:block;}
.i_contact_ul ul li:nth-child(3){ border-bottom:0; padding-top:34px; font-size:18px; line-height:30px;}
.i_contact_ul ul li:nth-child(3) img{ float:left; width:40px; height:48px; margin-right:20px; margin-top:5px;}
.i_contact_r{ float:right; width:66.6%; overflow:hidden;margin-top:80px; background:#ffffff; height:506px; }
.i_contact_r .i_contact_t{ color:#000;}
.i_contact_r .i_contact_r_div{ width:94%; max-width:880px; overflow:hidden; margin:0 auto;}
.i_contact_r .i_contact_r_div ul li{ height:68px; line-height:68px;float:left; width:100%; margin-bottom:20px;}
.i_contact_r .i_contact_r_div ul li div{ border:1px solid #dfdfdf; overflow:hidden; }
.i_contact_r .i_contact_r_div ul li div .inputs{ width:100%; border:0; height:68px; text-indent:20px; background:none; color:#666666; font-size:18px; font-family:"微软雅黑"; outline:none;}
.i_contact_r .i_contact_r_div ul li:nth-child(3){ width:49%; }
.i_contact_r .i_contact_r_div ul li:nth-child(4){ width:49%; float:right; }
.i_contact_r .i_contact_r_div ul li .bnts{width: 100%; height: 68px;  display: block; background: #d3ab27; border: 1px #d3ab27 solid; outline: none; color: #fff;font-size: 18px; text-align: center; line-height: 68px;cursor: pointer;font-family: '微软雅黑';transition:all 0.3s;}
.i_contact_r .i_contact_r_div ul li .bnts:hover{opacity:0.6;filter:Alpha(opacity=60);}

/*服务之心*/
.i_service{}
.i_service ul li{ float:left;display:inline; height:442px;width:23.87%; margin-right:1.5%; margin-right:1%\0; overflow:hidden; text-align:center;margin-bottom:80px;}
.i_service ul li:hover{box-shadow: 0 17px 40px 0 rgba(0,0,0,.05); transform: translate3d(0,-2px,0); transition: all .3s cubic-bezier(.55,0,.1,1);}
.i_service ul li:nth-of-type(4n),.index-ser ul li.mr0{margin-right:0;}
.i_service ul li a{display:block; height:100%; line-height:56px;overflow:hidden; color:#666666; margin-top:13px; font-size:16px;transition:all 0.3s; }
.i_service ul li:last-child a{ border-right:0;}
.i_service ul li a:hover{ color:#d3ab27;}
.i_service ul li a i{ display:block; width:120px; height:100px; margin:0 auto;margin-bottom:23px; overflow:hidden; background-image:url(../images/i_bg1.png); background-repeat:no-repeat;transition:all 0.3s; margin-top:50px;}
.i_service ul li a i.bgs1{ background-position:left center;}
.i_service ul li a i.bgs2{ background-position:-242px center;}
.i_service ul li a i.bgs3{ background-position:-484px center;}
.i_service ul li a i.bgs4{ background-position:-726px center;}
.i_service ul li a:hover i{background-image:url(../images/i_bg1.png);}
.i_service ul li a:hover i.bgs1{ background-position:-121px center;}
.i_service ul li a:hover i.bgs2{ background-position:-363px center;}
.i_service ul li a:hover i.bgs3{ background-position:-605px center;}
.i_service ul li a:hover i.bgs4{ background-position:-847px center;}
.i_service ul li a h2{ font-weight:normal; font-size:20px; color:#000;}
.i_service ul li a p{ max-width:280px; margin:0 auto; width:90%; font-weight:normal; font-size:16px; color:#666666; line-height:24px; height:96px;}
.i_service ul li a label{ display:block;font-size:14px; color:#666; height:40px; line-height:40px; width:178px; margin:0 auto; border:1px solid #cccccc; border-radius:20px; margin-top:32px;transition:all 0.3s;}
.i_service ul li:hover a label{ background:#d3ab27; border:1px solid #d3ab27; color:#fff;}

@media screen and (max-width:1440px) {
/*banner*/
.index-back-box{ width:1200px;}
.i_service_t{ font-size:16px; padding-bottom:35px;}
.i_service_t h2{ font-size:36px;}
.i_service_t p{font-size:16px;}
/*服务*/
.i_service .i_service_box .box ul li .box_con{width:90%; padding-left:10%;}
.i_service .i_service_box .box ul li h2{ line-height:132px;}
.i_service .i_service_box .box ul li i{ width:60px; height:132px;}
.i_service .i_service_box .box_txt2 h3{ font-size:30px;}
.i_service .i_service_box .box_txt2 p{ font-size:14px; line-height:26px;}
.customer2{ padding-top:25px; padding-bottom:60px;}
/*风雨同行*/
.solution_ul2 ul li p strong{ font-size:18px;}
.solution_ul2 ul li p{ font-size:12px;}
/*解决方案*/
.solutioncon{ height:714px;}
.solutioncon .solutioncon_l .h2{ font-size:50px; line-height:60px; margin-top:170px;}
.solutioncon .solutioncon_l .p{ font-size:18px; line-height:30px;}
.solutioncon .solution_ul{ margin-top:124px;}
.solutioncon .solution_ul ul li{ height:233px;}
.solutioncon .solution_ul ul li img{ margin-top:48px;}
.solutioncon .solution_ul ul li strong{ font-size:18px;}
/*我们的圈子*/
.new{ padding-top:35px; padding-bottom:60px; }
.news_lone{height:433px;}
.news_lone_img{height:433px;}
.blog_r{ height:433px;}
.blog_list.l li{height:213px;margin-bottom:7px;}
.blog_list.l .blog_Rmore{margin-top:25px;}
.blog_list.l .blog_Rmore b{ font-size:16px;}
.blog_list.l .blog_Rmore span{line-height:20px;height:60px; margin-top:10px; font-size:14px;}
.blog_list.l .blog_Rtime{margin-top:20px;}
.blog_list.l .blog_Rtime b{ font-size:25px;}
.blog_list.l .blog_Rtime em{ font-size:13.3px;}
.blog_list.r li{height:139.66px;margin-bottom:7px;}
.blog_list.r li a{ padding-top:17px;}
.blog_list.r .blog_Rmore b{ line-height:20px; height:40px; font-size:16px;}
.blog_list.r .blog_Rtime b{ font-size:25px;}
.blog_list.r .blog_Rtime em{font-size:13.3px;}
/*联系我们*/
.i_contact_t{ font-size:36px;}
.i_contact_ul ul li:first-child{ font-size:22px;}
.i_contact_ul ul li:first-child span{ font-size:34px;}
.i_contact_r .i_contact_r_div ul li div .inputs{ font-size:16px;}
}
