/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,button, input, select, textarea {font: 14px/22px "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif; color: #666;}

* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#910800;}

/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}


/*表单弹框*/
.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}

.modal-dialog .css-icon {
	background-image: url("../images/modal-icons.png");
}

.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}

.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;}


/**/
body{min-width: 1200px;max-width: 1920px;margin: 0 auto;overflow-x: hidden; width: 100%;}
.content{ width:1200px; margin:0 auto;}

.cp_l ul li img,.case_r dl dt img,.case_r ul li img,.photo ul li img,.news_pic img,.news_l dl dt img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.cp_l ul li img:hover,.case_r dl dt img:hover,.case_r ul li:hover img,.photo ul li img:hover,.news_pic img:hover,.news_l dl dt img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}


/**/
.guide{background: url(../images/yinz_bg.jpg) no-repeat center bottom;height: 700px;overflow: hidden;padding-top: 90px;}
.gui_tit{font-size: 44px;color: #333;line-height: 46px;height: 75px;overflow: hidden;text-align: center;}
.gui_tit a{color: #333;}
.gui_tit a:hover{color: #29a666;}
.gui_tit i{display: block;font-size: 12px;color: rgba(102,102,102,0.5);text-transform: uppercase;line-height: 12px;padding: 12px 0 0;}
.gui_tit span{display: block;font-size: 22px;line-height: 22px;padding: 10px 0 0;font-weight: normal;color: #333;}

.gui_desc{font-size: 20px;color: #333;line-height: 30px;padding: 35px 0 0;text-align: center;}
.iserve{height:345px;margin: 50px 0 0;}
.iserve dl{width: 240px;height:345px;float: left;position: relative;z-index: 1;}
.iserve dl:before{content: "";width: 1px;height: 330px;position: absolute;top: 10px;right: 0;background: #ebebeb;}
.iserve dl:after{content: "";width: 100%;height: 0;position: absolute;top: 0;right: 0;background: #fff;border-radius: 10px;-webkit-transition:all .5s;transition:all .5s;z-index: -1;}
.iserve dl.nobor:before{background: none;}
.iserve dl dt{width: 100px;height: 100px;border: #e5e5e5 1px solid;border-radius: 50%;margin: 45px auto 0;position: relative;background: #fff;}
.iserve dl dt:before{content: "";width: 5px;height: 5px;position: absolute;top: -4px;left: 50%;background:#fff;border: #29a666 2px solid;border-radius: 50%;margin-left: -4px;z-index: 21;}
.iserve .iserve01{width:77px;height:77px;position: absolute;top: 12px;left: 12px;}
.iserve dt .hover,.iserve dt .default{background:url(../images/iserve_bg.png);}
.iserve .iserve01{background-position:0 0;}
.iserve dt i{display:block;width:77px;height:77px;background:url(../images/iserve_icon.png);}
.iserve dt .hover,.iserve dt .default{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:all .5s linear;-webkit-transition:all .5s linear;}
.iserve dt .default{background-position:0 -154px;}
.iserve dt .hover{background-position:0 -77px;color:#fff;opacity:0;visibility:hidden;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}
.iserve dt.d1 .default i{background-position:0 0;}
.iserve dt.d1 .hover i{background-position:-77px 0;}
.iserve dt.d2 .default i{background-position:0 -77px;}
.iserve dt.d2 .hover i{background-position:-77px -77px;}
.iserve dt.d3 .default i{background-position:0 -154px;}
.iserve dt.d3 .hover i{background-position:-77px -154px;}
.iserve dt.d4 .default i{background-position:0 -231px;}
.iserve dt.d4 .hover i{background-position:-77px -231px;}
.iserve dt.d5 .default i{background-position:0 -308px;}
.iserve dt.d5 .hover i{background-position:-77px -308px;}
.iserve dt:hover .hover,.iserve dl.cur .hover{opacity:1;visibility:visible;-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
.iserve dt:hover .default,.iserve dl.cur .default{opacity:0;visibility:hidden;-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.iserve dd{text-align: center;padding: 15px 0 0;position: relative;background: url(../images/yinz_ico.png) no-repeat center 130px;height: 150px;}
.iserve dd h5{font-size:22px;color: #333;line-height: 28px;}
.iserve dd i{display: block;font-size: 12px;color: rgba(102,102,102,0.2);text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;font-weight: normal;}
.iserve dd p{font-size: 14px;color: #666;line-height: 25px;width: 190px;margin: 0 auto;display: none;padding: 10px 0 0;}
.iserve dt u {display: block;position: absolute;width: 100px;height: 100px;border:#29a666 1px solid;border-radius:50%;z-index: 20;
-webkit-transition: all .5s ease-in-out 0s;
-moz-transition: all .5s ease-in-out 0s;
-ms-transition: all .5s ease-in-out 0s;
-o-transition: all .5s ease-in-out 0s;
transition: all .5s ease-in-out 0s;}
.iserve dt u.cl {clip: rect(0px, 102px, 102px, 51px);}
.iserve dt u.cr {clip: rect(102px, 51px, 102px, 0px);}
.iserve dl:hover dt u.cr,.iserve dl.cur dt u.cr {clip: rect(0px, 51px, 102px, 0px);}
.iserve dl:hover:after,.iserve dl.cur:after{height: 100%;border-top: #29a666 6px solid;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}
.iserve dl:hover dd,.iserve dl.cur dd{background: none;}
.iserve dl:hover dd p,.iserve dl.cur dd p{display: block;}

/**/
.pro_bg{background:#f5f5f5 url(../images/cp_bg.jpg) no-repeat center 0;overflow: hidden;padding: 110px 0 90px;}
.product .gui_tit a,.ban01 .gui_tit{color: #fff;}
.product .gui_tit i,.ban01 .gui_tit i{color: rgba(255,255,255,0.5);}
.pro_nav{height: 68px;margin: 40px 0;}
.pro_nav h3{width: 252px;float: left;height: 68px;text-align: center;line-height: 68px;background: #29a666;overflow: hidden;}
.pro_nav h3 a{display: block;font-size: 24px;color: #fff;height: 68px;}
.pro_nav ul{width: 948px;height: 66px;float: left;border-bottom: rgba(255,255,255,0.1) 1px solid;border-top: rgba(255,255,255,0.1) 1px solid;}
.pro_nav ul li{width: 158px;float: left;text-align: center;height: 66px;line-height: 66px;}
.pro_nav ul li a{font-size: 16px;color: #fff;display: inline-block;position: relative;height: 66px;}
.pro_nav ul li a:before{content: "";width: 0;height: 3px;background: #29a666;position: absolute;bottom: -1px;left: 0;-webkit-transition:all .5s;transition:all .5s;}
.pro_nav ul li a:hover,.pro_nav ul li.cur a{font-weight: bold;}
.pro_nav ul li a:hover:before,.pro_nav ul li.cur a:before,
.cp_r ul li:hover:before,.cp_r ul li.cur:before{width: 100%;}
.pro01{padding: 0 0 60px;}
.cp_l{width: 600px;height: 437px;}
.cp_l ul li{width: 600px;height: 437px;line-height: 0;overflow: hidden;}
.cp_l ul li img{width: 600px;height: 437px;}
.cp_bot{position: absolute;bottom: 40px;right: 25px;z-index: 20;}
.cp_bot ul li{float: left;height: 3px;width: 33px;background: #fff; text-indent: -9999px;margin-right: 10px;cursor: pointer;}
.cp_bot ul li.on{background: #92d050;}
.cp_r{width: 600px;height: 437px;background: #fff;position: relative;}
.cp_r:before{content: "";width: 1px;height: 100%;background: #ebebeb;position: absolute;top: 0;left: 50%;}
.cp_r:after{content: "";width: 100%;height: 1px;background: #ebebeb;position: absolute;top: 50%;left: 0;}
.cp_r ul li{font-size: 20px;color: #333;line-height: 28px;width: 300px;height: 168px;padding-top: 50px;float: left;text-align: center;position: relative;}
.cp_r ul li:before{content: "";width: 0;height: 4px;background: #53a46c;position: absolute;bottom: -1px;left: 0;-webkit-transition:all .5s;transition:all .5s;}
.cp_r ul li b{display: block;font-size: 72px;color: rgba(51,51,51,0.1); font-family: "DINOT";line-height: 60px;height: 40px;overflow: hidden;margin-bottom: 12px;}
.cp_r ul li i{display: block;}
.cp_r ul li:hover,.cp_r ul li.cur{font-weight: bold;}
.cp_r ul li:hover b,.cp_r ul li.cur b{color: rgba(51,51,51,0.2);}
.pro_tit{height: 100px;border-bottom: #dcdcdc 1px solid;position: relative;margin-bottom: 45px;}
.pro_tit:before{content: "";width: 130px;height: 3px;background: #29a666;position: absolute;bottom: -1px;left: 0;-webkit-transition:all .5s;transition:all .5s;}
.pro_tit h3{height: 40px;line-height: 40px;overflow: hidden;width: 240px;background: url(../images/cp_ico01.png) no-repeat right center;}
.pro_tit h3 a{font-size: 24px;color: #333;}
.pro_tit p{font-size: 16px;color: #666;line-height: 20px;padding: 10px 0 0;}
.pro_tit em{display: block;float: right;width: 155px;text-align: center;height: 50px;line-height: 50px;background: #29a666;border-radius: 30px;margin-top: 20px;}
.pro_tit em a{font-size: 16px;color: #fff;display: block;height: 50px;}
.pro_tit:hover:before{width: 180px;}
.pro02{width: 1200px;height: 437px;}
.pro02_m{width: 1200px;height: 437px;}
.pro02_m p{width: 1200px;height: 437px;position: relative;line-height: 0;overflow: hidden;}
.pro02_m p em{width: 1200px;height: 437px;display:block;position: absolute;top: 0;left: 0;background:rgba(0,0,0,0.6) }
.pro02_m p img,.pro_t ul li img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.pro_t{height: 135px;position: absolute;bottom: 0;left: 240px;}
.pro_t ul li{width: 132px;float: left;padding-left: 38px;}
.pro_t ul li em{display: block;width: 128px;height: 71px;line-height: 0;overflow: hidden;border: #fff 2px solid;}
.pro_t ul li span{display: block;font-size: 16px;color: #fff;padding-top: 5px;height: 25px;line-height: 25px;width: 132px;text-align: center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pro_t ul li:first-child em{border: #53a46c 2px solid;}
.pro_t ul li:first-child span{font-weight: bold;}

/*优势*/
.super{padding: 100px 0 70px;}
.super .sup-ul{height:36.4rem;margin-top: 2.5rem;}
.super .sup-ul ul li{float:left; width:18.85%;height:36.4rem; position: relative;overflow: hidden;}
.super .sup-ul ul li:before{content: "";width: 2px;height: 100%;background: #fff;position: absolute;top: 0;right: 0;z-index: 2;}
.super .sup-ul ul li .default{width:100%; height:36.4rem; padding-top:14rem;background:rgba(0,0,0,0.6);transition: .5s; box-sizing: border-box;}
.super .sup-ul ul li .default em{display: block; line-height: 0;width: 3rem;height: 3.5rem;margin: 0 auto;}
.super .sup-ul ul li .default em img,.super .sup-ul ul li .hover .sup-xc em img{width: 3rem;height: 3.5rem;margin: 0 auto;}
.super .sup-ul ul li .default span{display: block;width: 100%;text-align: center;font-size: 1.5rem; color:#fff;line-height: 2rem;padding-top: 1.6rem;overflow: hidden;}
.super .sup-ul ul li .default i{display: block;font-size: 0.8rem;color: rgba(255,255,255,0.4);text-transform: uppercase;}
.super .sup-ul ul li .hover{width:100%; height:36.4rem; overflow: hidden;position: absolute; left:0;bottom:0; opacity: 0;}
.super .sup-ul ul li .hover .sup_pic{position: absolute;top: 0;left: 0; width:100%; line-height:0;}
.super .sup-ul ul li .hover .sup_pic img{ display:block; width:100%;}
.super .sup-ul ul li .hover .sup-xc{width: 100%;height: 9.2rem;position: absolute;bottom: -10rem;left: 0;background:rgba(41,166,102,0.9); transition: .5s;}
.super .sup-ul ul li .hover .sup-xc em{display: block; line-height: 0;width: 15.8%;float: right;padding-top: 3rem;box-sizing: border-box;}
.super .sup-ul ul li .hover .sup-xc p{float: left;width: 68%;padding: 2rem 0 0 3rem;color: #fff;}
.super .sup-ul ul li .hover .sup-xc b{display: block;font-size: 1.5rem;height: 2rem;line-height: 2rem;overflow: hidden;}
.super .sup-ul ul li .hover .sup-xc span{display: block;font-size: 0.9rem;line-height: 1.5rem;padding: 0.5rem 0 0;}
.super .sup-ul ul li.cur{width:43.43%;}
.super .sup-ul ul li.cur .default{opacity: 0;}
.super .sup-ul ul li.cur .hover{opacity: 1;}
.super .sup-ul ul li.cur .hover .sup-xc{bottom: 0;}

html {font-size: 10px;-webkit-text-size-adjust: none;}
@media screen and (min-width: 1200px) {html {font-size: 15px;}}
@media screen and (min-width: 1280px) {html {font-size: 16px;}}
@media screen and (min-width: 1366px) {html {font-size: 17px;}}
@media screen and (min-width: 1440px) {html {font-size: 18px;}}
@media screen and (min-width: 1600px) {html {font-size: 20px;}}
@media screen and (min-width: 1720px) {html {font-size: 21.5px;}}
@media screen and (min-width: 1920px) {html {font-size: 24px;}}

/**/
.pro03{padding: 0 0 80px;}
.pro03_nav{width: 772px;margin: 45px auto 0;height: 64px;background: #f5f5f5;border-radius: 30px;}
.pro03_nav ul li{width: 193px;height: 64px;float: left;}
.pro03_nav ul li a{font-size: 20px;color: #333;display: block;float: left;width: 193px;height: 64px;text-align: center;line-height: 64px;}
.pro03_nav ul li a:hover,.pro03_nav ul li.cur a{border-radius: 30px;color: #fff;background: #29a666;}
.pro03_list{margin: 45px 0 0 -1px;height: 644px;position: relative;border-left: #eaeaea 1px solid;}
.pro03_list:before{content: "";width: 100%;height: 1px;background: #eaeaea;position: absolute;top: 50%;left: 0;z-index: 1;}
.pro03_list ul li{width: 300px;float: left;height: 322px;position: relative;-webkit-transition:transform .3s;transition:transform .3s;}
.pro03_list ul li:before{content: "";width: 1px;height: 100%;background: #eaeaea;position: absolute;top: 0;right: 0;}
.pro03_list ul li img{width: 300px;height: 300px;}
.pro03_list ul li span{display: block;font-size: 16px;color: #333;width: 280px;text-align: center;height: 30px;line-height: 30px;position: absolute;bottom: 15px;left: 10px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pro03_list ul li:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}
.pro03_list ul li:hover span{color: #29a666;font-weight: bold;}
.pro03_list ul li:nth-child(5) span,.pro03_list ul li:nth-child(6) span,.pro03_list ul li:nth-child(7) span,.pro03_list ul li:nth-child(8) span{bottom: 0;}

/*案例*/
.case{background:#f4f4f4;padding:80px 0 30px;}
.case_l{ margin-top: 42px;width: 222px;height: 498px;background: #fff;}
.case_l li{ width: 222px;height: 82px;line-height: 82px;border-bottom: 1px solid #bfbfbf;}
.case_l li a,.case_l span a{font-size: 18px;color: #333;display: block;position: relative;height: 82px;width: 197px;padding-left: 25px;background: url(../images/case_ico01.png) no-repeat 178px center;}
.case_l li a:before{content: "";width: 3px;height: 0;background: #29a666;position: absolute;top: 0;left: 0;-webkit-transition:all .5s;transition:all .5s;}
.case_l li a:hover,.case_l li.cur a,.case_l span a:hover{font-weight: bold;background: url(../images/case_ico02.png) no-repeat 178px center;}
.case_l li a:hover:before,.case_l li.cur a:before{height: 100%;}
.case_l span{display: block; width: 222px;height: 82px;line-height: 82px;}
.case_r{width: 978px; margin-top: 42px;}
.case_r dl{position: relative;width: 652px;height: 498px;float: left;overflow: hidden;}
.case_r dt{width: 652px;height: 498px;line-height: 0;overflow: hidden;}
.case_r dt img{width: 652px;height: 498px;}
.case_r dd{width:100%;height: 64px;background: rgba(0,0,0,1);z-index: 2; position: absolute;left:0;bottom: 0;padding: 0 5%;
box-sizing: border-box;-webkit-transition:all .5s;transition:all .5s;}
.case_r dd a{ display:block;line-height: 64px;}
.case_r dd h4{font-size: 18px;color: #fff;font-weight: normal;width: 420px;float: left;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.case_r dd em{display: block;float: right;font-size: 14px;color: #fff;}
.case_r dl:hover dd{bottom: -66px;}

.case_r ul{width: 316px;height: 498px;overflow: hidden;float: right;}
.case_r li{width: 316px;height: 244px;position: relative;margin-bottom: 10px;line-height: 0;overflow: hidden;}
/*.case_r li a{width: 316px;height: 244px;position: relative;display: block;}*/
.case_r li img{width: 316px;height: 244px;}
/*.case_r li a:before{content: "";width: 316px;height: 244px;position: absolute;top: 0;left: 0;background: url(../images/case_k.png) no-repeat;z-index: 2;}*/
.case_r li span{background: rgba(0,0,0,1); width: 100%;padding: 0 5%;box-sizing: border-box;height: 40px;display: block;line-height: 40px;font-size: 16px;color: #fff;text-align: center;position: absolute;bottom: 5px;left: 0;z-index: 3;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-transition:all .5s;transition:all .5s;}
.case_r li span a{color: #fff;}
.case_r li:hover span{bottom: -44px;}

/*合作客户*/
.coop_con{background:#f4f4f4;padding:0 0 80px; }
.coop_con li{ float: left;width: 189px;height: 108px;margin-right: 11px;line-height: 0;} 
.coop_con li a{width: 187px;height: 106px;display: block;border: #d7d7d7 1px solid;}
.coop_con li img{width: 187px;height: 106px;}
.coop_con li a:hover{border: #29a666 1px solid;}

/*流程*/
.ban01{background: url(../images/ban01.jpg) no-repeat center 0;overflow: hidden;padding: 80px 0;}
.service_m{margin: 390px auto 0;background: #fff;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);padding: 30px 0 60px;}
.service_m h3{height: 115px;font-size: 28px;color: #333;line-height: 40px;text-align: center;}
.service_m h3 span{display: block;font-size: 28px;font-weight: normal;padding-bottom:15px;}
.service_m ul{width: 1155px; margin: 0 auto; background:url(../images/liuc_line.png) no-repeat 162px 45px;height: 175px;}
.service_m ul li{width: 165px;float: left;text-align: center;}
.service_m ul li p{width:94px; height:94px; position:relative;margin: 0 auto;}
.service_m ul li b{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform: translateX(0) rotate(0deg);transform: translateX(0) rotate(0deg);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;}
.service_m ul li em{position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;}
.service_m ul li b img,.service_m ul li em img{ display: block;width:94px; height:94px;}
.service_m ul li span{display: block;height: 30px;line-height: 30px;text-align: center;overflow: hidden;font-size: 18px;color: #333;padding: 10px 0 0;}
.service_m ul li.cur b{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.service_m ul li.cur em{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.service_m ul li.cur span{font-weight: bold;}
.cust_tel{width: 490px;height: 55px;line-height: 55px;margin: 0 auto;border: #e5e5e5 1px solid;border-radius: 30px;}
.cust_tel p{float: left;width: 270px;padding-left: 80px; background:url(../images/liuc_tel.png) no-repeat 50px center;font-size: 14px;color: #333;}
.cust_tel p b{font-size: 24px;}
.cust_tel em{display: block;float: right;width: 140px;height: 55px;}
.cust_tel em a{display: block;font-size: 14px;color: #fff;width: 140px;text-align: center;height: 55px;line-height: 55px;border-radius: 30px;background: #29a666;}
.cust_tel em a:hover{font-weight: bold;}

/**/
.ab_bg{background: url(../images/ab_bg.jpg) no-repeat center bottom;overflow: hidden;padding: 0 0 90px;}
.about .gui_tit{height: 90px;}
.about dl{height: 515px;position: relative;margin: 20px 0 0;}
.about dl dt{width: 1200px;height: 515px;line-height: 0;overflow: hidden;}
.about dl dt img{width: 1200px;height: 515px;}
.about dl dd{position: absolute;top: 0;left: 0;width: 1200px;height: 345px;background: rgba(0,0,0,0.5);padding-top: 170px;}
.about dl dd h5{width: 68px;height: 68px;line-height: 0;margin: 0 auto;opacity: 0.5;}
.about dl dd h5 img{width: 68px;height: 68px;display:none;}
.ab_desc{width: 888px;text-align: center; margin: 55px auto 0; font-size: 14px;color: #fff;line-height: 25px;height: 75px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden; text-overflow: ellipsis; }
.u-more{display: block;padding: 35px 0 0;text-align: center;width: 60px;margin: 0 auto;}
.u-more a{display: block;font-size: 14px;color: #fff;line-height: 20px;}
.u-more em{width: 22px;height: 22px;display: block;line-height: 0;margin: 0 auto 5px;}
.u-more em img{width: 22px;height: 22px;}

/*企业相册*/
.photo{padding: 25px 0 0;}
.photo_qie{width: 1200px;overflow: hidden;}
.photo ul li{width: 220px;float: left;margin-right: 20px;}
.photo ul li em{width: 220px;height: 165px;line-height: 0;display: block;overflow: hidden;}
.photo ul li img{width: 220px;height: 165px;}
.photo ul li span{display: block;width: 220px;text-align: center;height: 30px;line-height: 30px;overflow: hidden;font-size: 14px;color: #666;padding: 5px 0 0;}
.photo ul li:hover span{color: #29a666;font-weight: bold;}

/* 新闻动态 */
.news_bg{background: #f4f4f4;padding: 80px 0 90px;}
.news_l{width: 750px;padding: 30px 0 0;}
.news_t{height: 75px;line-height: 75px;overflow: hidden;text-transform: uppercase;position: relative;}
.news_t:before{content: "";width: 580px;height: 1px;background: #e5e5e5;position: absolute;top: 50%;left: 95px;}
.news_t a{font-size: 14px;color: #000;}
.news_t a:hover,.news_l dl dd h5 a:hover{color: #29a666;}
.news_t b{font-size: 18px;}
.news_t span{color: #666;float: right;}
.news_l dl{border-bottom: #e5e5e5 1px solid;height: 217px;padding-bottom: 30px;}
.news_l dl dt{width: 385px;height: 217px;float: left;line-height: 0;overflow: hidden;position: relative;}
.news_l dl dt em{width: 385px;height: 217px;display: block;position: absolute;top: 0;left: 0;background:rgba(0,0,0,0.5) url(../images/cp_video.png) no-repeat center;background-size: 48px 48px;}
.news_l dl dt img{width: 385px;height: 217px;}
.news_l dl dd{width: 330px;float: right;height: 217px;}
.news_l dl dd h5{height: 40px;line-height: 40px;overflow: hidden;}
.news_l dl dd h5 a{font-size: 16px;color: #333;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_l .news_desc{font-size: 14px;color: #858585;line-height: 24px;height: 96px;padding: 10px 0 0;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:4; overflow: hidden; text-overflow: ellipsis;}
.news_l dl dd span{display: block;padding: 30px 0 0;}
.news_l dl dd span a{font-size: 14px;color: #333;display: block;width: 98px;text-align: center;height: 28px;line-height: 28px;border: #d6d6d6 1px solid;border-radius: 30px;text-transform: uppercase;}
.news_l dl dd span a:hover{border: #29a666 1px solid;background: #29a666;color: #fff;}
.news02{width: 750px;overflow: hidden;padding: 20px 0 0;}
.news02 ul{width: 360px;float: left;margin-left: 40px;}
.news02 ul li{width: 360px;height: 64px;line-height: 64px;overflow: hidden;border-bottom: #e5e5e5 1px solid;}
.news02 ul li a{font-size: 14px;color: #434343;display: block;width: 350px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news02 ul li a:hover{color: #29a666;font-weight: bold;}

/*常见问答*/
.wd{width: 351px;padding: 30px 0 0;}
.wd .news_t:before{width: 160px;left: 120px;}
.news_pic{width: 351px;height: 198px;line-height: 0;overflow: hidden;margin-bottom: 15px;}
.news_pic img{width: 351px;height: 198px;}
.wd_m a{display: block;}
.wd dl{height: 65px;width: 351px;padding-top: 15px;border-bottom: #e5e5e5 1px solid;}
.wd dl dt{height: 30px;line-height: 30px;font-size: 16px;color: #333;font-weight: bold;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.wd dl:hover dt{color: #29a666;}
.wd dl dd{width: 351px;font-size: 14px;color: #666;height: 22px;line-height: 22px;padding:5px 0 0;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

/*友情链接*/
.f_link{height: 48px;line-height: 48px;overflow: hidden;background: #f2f2f2;}
.f_link b{display: block;float: left;font-size: 14px;color: #666;width: 68px;background: url(../images/link_ico.png) no-repeat 0 center;padding-left: 28px;}
.f_link p{font-size: 14px;color: #666;float: left;width: 1100px;}
.f_link p a{font-size: 14px;color: #666; padding:0 10px 0 0;}
.f_link p a:hover{color: #333;}

/**/
@-webkit-keyframes shake{
  from,to{-webkit-transform:translate3d(0, 0, 0);}
  20%,60%{-webkit-transform:translate3d(-10px, 0, 0);}
  40%,80%{-webkit-transform:translate3d(10px, 0, 0);}
}

@keyframes shake {
  from,to{transform:translate3d(0, 0, 0);}
  20%,60%{transform:translate3d(-10px, 0, 0);}
  40%,80%{transform:translate3d(10px, 0, 0);}
}

/*图标抖动*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}