/* 清除内外边距 */
@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;}


.top_bg{ height:6.3rem; width:100%;background: #fff;position: relative;}
.top_line{width: 90%;margin: 0 auto;height: 6.3rem;}
.logo{ width:3.6rem; height:3.6rem;line-height: 0;padding: 1.5rem 1.5rem 0 0;}
.logo img{ width:3.6rem; height:3.6rem;}
.h_dw{font-size: 1.1rem;color: #333;height: 3rem;line-height: 1.6rem;overflow: hidden;width: 19.5%;padding: 1.6rem 0 0;}
.h_dw span{display: block;font-size: 1.1rem;font-weight: normal;}
.h_nav{width: 60%; height:6.3rem;padding-right: 5rem;}
.h_nav li{height: 6.3rem;line-height: 6.3rem; float:left;}
.h_nav li a{ font-size:1.2rem; color:#333; padding:0 0.8rem;display:block; float:left;position: relative;z-index: 4; text-decoration:none;}
.h_nav li a:hover{background:#23ae3b\9;color: #fff;font-weight: bold;}/* IE6、IE7、IE8支持 */
.h_nav li a:after{content:'';position:absolute;width:100%;height:0;background:#23ae3b;bottom:0;left:0;-webkit-transition:height .3s;transition:height .3s;z-index: -1;}
.h_nav li:hover a:after,.h_nav li.cur a:after{height:100%;}
.h_nav li.cur a,.h_nav li:hover a{color: #fff;font-weight: bold;}
.h_tel{position: absolute;top: 1.8rem;right: 0;width: 13rem;height: 2.6rem; line-height:1.3rem; background: url(images/four_tel.png) no-repeat 0 center;background-size: 1.3rem 1.3rem;padding-left:1.6rem;}
.h_tel b{font-size: 1.2rem;color: #333;display: block;}
em,i{ font-style:normal;}

.plan_nav,.case_navt,.pro_nav,.about_nav{display: none;position: absolute;width: 100%;left: 0;top: 6.3rem;z-index: 10;padding: 3.5rem 0;background: #f2f2f3;}
.nav_main{width: 73.6%;margin: 0 auto;}

.plan_nav p{width: 23.28%;float: left;line-height: 0;margin-left: 2.28%;position: relative;overflow: hidden;}
.plan_nav p img,.case_navt p img,.pro_nav dl dt img{display: block;width: 100%;}
.plan_nav p span{display: block;width: 100%;height: 100%;text-align: center;font-size: 1rem;color: #fff;line-height: 1.5rem;overflow: hidden;position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.5);font-weight: normal;}
.plan_nav p i{display: block;padding-top: 3.3rem;}

.case_navt p{width: 15.28%;float: left;line-height: 0;margin-left: 1.64%;position: relative;}
.case_navt p span{width: 100%;height: 100%;font-size: 1rem;color: #fff;overflow: hidden;position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.5);font-weight: normal;align-items: center;display: flex;justify-content: center;}
.plan_nav p:first-child,.case_navt p:first-child,.pro_nav dl:first-child{margin-left: 0;}

.pro_nav dl{width: 31.71%;float: left;background: #fff;height: 9.25rem;overflow: hidden;margin-left: 2.4%;}
.pro_nav dl dt{width: 64.4%;float: right;line-height: 0;overflow: hidden;}
.pro_nav dl dd{width: 27.5%;float: left;padding: 1.2rem 0 0 8%;}
.pro_nav dl dd em{width: 2.7rem;height: 2.8rem;display: block;line-height: 0;overflow: hidden;}
.pro_nav dl dd em img{width: 2.7rem;height: 2.8rem;}
.pro_nav dl dd span{display: block;font-size: 1rem;color: #333;line-height: 1.4rem;width: 4.5rem;padding-top: 0.8rem;font-weight: normal;}

.h_nav li .plan_nav a,.h_nav li .pro_nav a,.h_nav li .case_navt a,.h_nav li .about_nav a{padding: 0;}
.h_nav li .plan_nav a:after,.h_nav li:hover .plan_nav a:after,
.h_nav li .pro_nav a:after,.h_nav li:hover .pro_nav a:after,
.h_nav li .case_navt a:after,.h_nav li:hover .case_navt a:after,
.h_nav li .about_nav a:after,.h_nav li:hover .about_nav a:after
{background: none;}

.h_nav li .about_nav a{font-size: 1rem;color: #333;font-weight: normal;height: 9.2rem;width: 20%;text-align: center;line-height: 2rem;border-right: #dfdfdf 1px solid;box-sizing: border-box;}
.h_nav li .about_nav a:first-child:before{content: "";width: 1px;height: 100%;background: #dfdfdf;position: absolute;top: 0;left: 0;}
.about_nav em{display: block;width: 3rem;height: 2.5rem;line-height: 0;margin: 2rem auto 0.7rem;overflow: hidden;}
.about_nav em img{width: 3rem;height: 5rem;-webkit-transition:all .5s;transition:all .5s;}
.h_nav li .about_nav a:hover{color: #23ae3b;}
.h_nav li .about_nav a:hover em img{margin-top: -2.5rem;}

html {font-size: 10px;-webkit-text-size-adjust: none;}
@media screen and (min-width: 1200px) {html {font-size: 12.5px;}}
@media screen and (min-width: 1280px) {html {font-size: 13.33px;}}
@media screen and (min-width: 1366px) {html {font-size: 14.22px;}}
@media screen and (min-width: 1440px) {html {font-size: 15px;}}
@media screen and (min-width: 1600px) {html {font-size: 16.66px;}}
@media screen and (min-width: 1920px) {html {font-size: 20px;}}


/**/
body{min-width: 1200px;max-width: 1920px;margin: 0 auto;overflow-x: hidden; width: 100%;}
.content{width: 70rem;margin: 0 auto;min-width: 1200px;max-width: 1400px;}

/**/
.guide{background: url(../images/yinz_bg.jpg) no-repeat center top;height: 27.85rem;padding-top: 5rem;}
.gui_tit{font-size: 2.2rem;color: #333;line-height: 2.3rem;height: 3.5rem;text-align: center;font-weight: normal;}
.gui_tit a{color: #333;}
.gui_tit a:hover{color: #23ae3b;}
.gui_tit em{width: 2.5rem;height: 2.5rem;display: block;line-height: 0;margin: 0 auto 0.5rem;}
.gui_tit em img{width: 2.5rem;height: 2.5rem;}
.gui_tit span{display: block;font-size: 1.1rem;color: #333;}
.gui_desc{font-size: 0.8rem;color: #333;line-height: 1.3rem;height: 2.6rem;text-align: center;overflow: hidden;padding: 1.5rem 0 0;}
.gui_desc i{font-size: 1rem;font-weight:bold;}
.digital{padding: 3rem 0 0;}
.ibrand-num li{float:left;height:8rem;color:#333;font-size:1.8rem;width: 18%;padding-left: 2%;-webkit-transition:transform .3s;transition:transform .3s;}
.ibrand-num li b{line-height: 2rem; font-family:"DINOT";padding-right: 3px;font-weight: normal;}
.ibrand-num li span{display:block;font-size: 0.9rem; padding:0.5rem 0 0;color:#333;}
.ibrand-num li em{width: 3rem;height: 2.5rem;display: block;line-height: 0;overflow: hidden;padding-top: 1.5rem;}
.ibrand-num li em img{width: 3rem;height: 2.5rem;}
.ibrand-num li:hover{color:#23ae3b;-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}

/*客户案例*/
.case_bg{ background:#f5f5f5; padding:4rem 0 0;}
.case_nav{height: 4.5rem;width: 68.5%;margin: 1rem auto 0;}
.case_nav ul li{height: 4.5rem;line-height: 4.5rem;float: left;padding: 0 1.6rem;position: relative;}
.case_nav ul li:before{content: "";width: 1px;height: 1rem;background: #bbb;position: absolute;top: 1.8rem;left: 0;
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
-ms-transform: rotate(35deg);
-o-transform: rotate(35deg);
transform: rotate(35deg);
}
.case_nav ul li a{display: block;font-size: 0.9rem;color: #333;}
.case_nav ul li a:hover,.case_nav ul li.cur a{color: #23ae3b;font-weight: bold;}
.case_nav ul li:first-child:before{background: none;}

.case_con dl{width: 31.71%;background: #fff;float: left;margin-right:2.4%; margin-bottom:2rem;}
.case_con dl dt{width:100%;line-height: 0;overflow: hidden;}
.case_con dl dt img{ display:block; width:100%;}
.case_con dl dt img,.plan ul li img,.product dl dt img,.five_dl02 dt img,.news dl dt img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.case_con dl dt img:hover,.plan ul li img:hover,.product dl dt img:hover,.five_dl02 dt img:hover,.news dl dt img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.case_con dl dd{width: 84%;margin: 0 auto;padding: 0.8rem 0 1.5rem;}
.case_con dl dd h5{height: 2rem;line-height: 2rem;overflow: hidden;}
.case_con dl dd h5 a{font-size: 1.2rem;color: #333;font-weight: normal;display:block;width:100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.case_con dl dd h5 a:hover{color: #23ae3b;}
.case_desc{font-size: 0.8rem;color: #666;line-height: 1.5rem;height: 4.5rem;padding: 0.5rem 0 0;overflow: hidden;}
.case_con dl dd span{display: block;width: 7.2rem;overflow: hidden;float: right;padding-top: 1.5rem;}
.case_con dl dd span a{font-size: 0.9rem;color: #31a737;display: block;width: 100%;height: 1.9rem;line-height: 1.9rem;text-align: center;overflow: hidden;border: #31a737 1px solid;box-sizing: border-box;}
.case_con dl dd span a:hover{background: #31a737;color: #fff;}
.case_con dl:nth-child(3n){margin-right: 0;}

.case-prev,.case-next {cursor: pointer; position: absolute;top: 20rem; width: 3.9rem; height: 3.9rem; border-radius: 50%;line-height: 0; -webkit-transition:transform .3s;transition:transform .3s;}
.case-prev img,.case-next img{ width: 3.9rem; height: 3.9rem;}
.case-prev{left: -4.5rem;}
.case-next{right: -5.5rem;}
.case-prev:hover,.case-next:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}

/*合作客户*/
.partner{background:#f5f5f5;height: 17rem;max-height: 18rem;}
.partner .tempWrap{margin:0 auto;}
.partner ul{width: 11rem;float: left;margin-right: 0.7rem;}
.partner ul li{width: 100%;line-height: 0;padding: 1rem 0 0;-webkit-transition:transform .3s;transition:transform .3s;}
.partner ul li img{display: block;width: 100%;}
.partner ul li:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}
.part p,.partner p{width: 1.5rem;height: 2.75rem;position: absolute;top: 5rem;z-index: 10;-webkit-transition:transform .3s;transition:transform .3s;}
.part p img,.partner p img{width: 100%;display: block;}
.part_lico{left: -3.5rem;}
.part_rico{right: -3.5rem;}
.part_lico:hover{-webkit-transform:translate(-3px,0);transform:translate(-3px,0);}
.part_rico:hover{-webkit-transform:translate(3px,0);transform:translate(3px,0);}

@media screen and (max-width: 1780px) { .partner{max-height: 17rem;} } 
@media screen and (max-width: 1680px) { .partner{max-height: 17rem;} } 
@media screen and (max-width: 1480px) { .partner{max-height: 17rem;} }

/*推荐方案*/
.plan{padding: 4rem 0 5rem;}
.plan_tit{height: 4rem;line-height: 3rem;overflow: hidden;position: relative;padding-left: 1.2rem;}
.plan_tit:before{content: "";width: 0.25rem;height: 1.6rem;background: #31a737;position: absolute;top: 0.9rem;left: 0;}
.plan_tit a{font-size: 1.8rem;color: #333;font-weight: normal;}
.plan_tit a:hover{color: #31a737;}
.plan_tit span{display: block;float: right;width: 3.3rem;text-align: center;height: 1rem;line-height: 0.6rem;border: #333 0.05rem solid;margin-top: 1.2rem;}
.plan_tit span a{font-size: 0.8rem;text-transform:capitalize; font-family:"Times New Roman", Times, serif;}
.plan_tit span:hover{border: #31a737 0.05rem solid;}
.plan ul li{width: 23.28%;float: left;position: relative;line-height: 0;overflow: hidden;margin-right: 2.28%;}
.plan ul li img{display: block;width: 100%;}
.plan .plan_bt{font-size: 1.1rem;color: #fff;line-height: 1.6rem;position: absolute;top: 1.5rem;left: 1.5rem;}
.plan .plan_bt i{display: block;font-size: 0.9rem;font-weight: normal;}
.plan .plan_bt em{width: 1.5rem;height: 1.5rem;display: block;margin-top: 1rem;}
.plan .plan_bt em img{width: 1.5rem;height: 1.5rem;}
.plan ul li em img:hover
{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
.plan ul li:nth-of-type(4){margin-right: 0;}

/*优势*/
.super{background: url(../images/ys_bg.jpg) no-repeat center top;height: 42.1rem;padding-top: 5rem;overflow: hidden;}
.super dl{float: left;width: 17.35%;overflow: hidden;height: 30rem;cursor: pointer;margin-right: 1%;margin-top: 2rem;position: relative;-webkit-transition:all .5s;transition:all .5s;}
.super dl.nobor{margin-right: 0;}
.super dl dt{width: 100%;position: relative;height: 30rem;}
.super dl dt span,.super dl dt span img{display: block;width: 100%;}
.super dl dt p{width: 88.88%;height: 8.7rem;background: #fff;position: absolute;bottom: 0;right: 0;font-size: 1.7rem;color: #333;text-align: center;}
.super dl em{display: block;line-height: 0;width: 3.25rem;height: 3rem;margin: 1.5rem auto 1rem;}
.super dl em img{width: 3.25rem;height: 3rem;}
.super dl dd{display:block;opacity: 0;width: 0;-webkit-transition:all .5s;transition:all .5s;position: relative;}
.super dl dd span{position: absolute;left: 0;top: 0;width: 0;}
.super_m{ background:#fff; width:95%; height:8.7rem;position: absolute;bottom: 0;right: 0;}
.super_m h5{background: #20a838;width: 8.7rem;height: 8.7rem;float: left;overflow: hidden;font-size: 1.7rem;color: #fff;text-align: center;font-weight: normal;}
.super_desc{width: 63.2%;float: left;color: #333;padding: 1rem 0 0 3.3%;}
.super_desc h6{font-size: 1.4rem;height: 2.2rem;line-height: 2.2rem;font-weight: normal;}
.super_desc p{padding: 5px 0 0;font-size: 0.8rem;line-height: 1.2rem;}
.super dl.cur{width: 63.28%;}
.super dl.cur dt{display: none;}
.super dl.cur dd{opacity: 1;width: 100%;height: 30rem;overflow: hidden;}
.super dl.cur dd span{width: 100%;display: block;}

/*量身定制*/
.four{background: url(../images/four_bg.jpg) no-repeat center 0;height: 613px;padding-top: 90px;overflow: hidden;}
.four_m{width: 1200px;margin: 0 auto;}
.four_l,.four_r{width: 326px;}
.four_m a{display:block;}
.four dl{width: 326px;height: 260px;position: relative;-webkit-transition:transform .3s;transition:transform .3s;}
.four dl:before{content: "";width: 100%;height: 1px; background: rgba(51,51,51,0.3); position: absolute;top: 188px;left: 0;}
.four dl dt{height: 95px;line-height: 82px;font-size: 100px;color: rgba(51,51,51,0.2);font-family: "DINOT";}
.four dl dd h5{font-size: 30px;color: #333;line-height: 40px;height: 80px;position: relative;z-index: 1;}
.four dl dd h5 a{display:block;color: #333;}
.four dl dd h5:before{content: "";width: 110px;height: 12px; background: #23ae3b; position: absolute;top: 63px;left: -3px;z-index: -1;}
.four dl dd h5 i{display: block;}
.four dl dd p{width: 280px;font-size: 12px;color: rgba(51,51,51,0.6);font-family:Arial, Helvetica, sans-serif;padding: 25px 0;line-height: 20px;height: 40px;overflow: hidden;}
.four a:nth-of-type(2) dl:before{top: 75px;}
.four_l a:nth-of-type(2) h5{margin-bottom: 5px;}
.four_l a:nth-of-type(2) h5:before{top: 3px;}
.four_r{text-align: right;}
.four_r a:nth-of-type(2) h5{margin-bottom: 10px;}
.four .four_r dl h5:before{left: auto;right: -2px;}
.four .four_r dl dd p{line-height: 40px;padding-left: 46px;}
.four dl:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}
.four_c{width: 523px;height: 523px;background: url(../images/four_k01.png) no-repeat;line-height: 0;position: absolute;top: 0;left: 340px;}
.four_tel{width: 380px;margin: 0 auto;padding: 120px 0 0;text-align: center;}
.four_tel em{width: 72px;height: 72px;display: block;margin: 0 auto;}
.four_tel em img{width: 72px;height: 72px;}
.four_tel p{font-size: 42px;color: #333;line-height: 46px;padding: 20px 0 0;height: 110px;}
.four_tel p i{display: block;font-size: 24px;}
.four_tel b{display: block;font-size: 28px;color: #23ae3b;background: url(../images/four_tel01.png) no-repeat 46px center;height: 60px;line-height: 30px;padding-left: 35px;}

/*配套材料*/
.product{padding: 5rem 0 1.5rem;}
.product dl{width: 31.78%;float: left;background: #f2f2f2;height: 28.25rem;overflow: hidden;margin-top: 2rem;margin-right: 2.32%;}
.product dl dt{width: 43.15%;float: right;line-height: 0;overflow: hidden;}
.product dl dt img{display: block;width: 100%;}
.product dl dd{padding: 3rem 0 0 8%;width: 46%;float: left;}
.product dl dd em{width: 2.7rem;height: 2.8rem;display: block;line-height: 0;margin-bottom: 0.6rem;}
.product dl dd em img{width: 2.7rem;height: 2.8rem;}
.product dl dd:hover em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.product dl dd h5{height: 4.5rem;font-weight: normal;line-height: 1.5rem;}
.product dl dd h5 a{font-size: 1.2rem;color: #333;}
.product dl dd h5 a:hover,.product ul li a:hover{color: #23ae3b;}
.product dl dd h5 i{display: block;font-size: 0.6rem;color: #999;font-family:Arial, Helvetica, sans-serif;}
.product ul{width: 100%;height: 11.5rem;}
.product ul li{line-height: 1.5rem;position: relative;padding: 0.2rem 0 0.2rem 0.8rem;}
.product ul li:before{content: "";width: 0.3rem;height: 0.1rem;background: #666;position: absolute;top: 0.9rem;left: 0;}
.product ul li a{font-size: 0.8rem;color: #666;}
.product dl dd span{display: block;width: 70%;}
.product dl dd span a{display: block;font-size: 0.9rem;color: #23ae3b;width: 100%;text-align: center;height: 1.9rem;line-height: 1.9rem;border: #23ae3b 1px solid;}
.product dl dd span a:hover{background: #23ae3b;color: #fff;}
.product dl:nth-of-type(3){margin-right: 0;}

/*合作客户*/
.part{padding: 0 0 5rem;}
.part_qie{overflow: hidden;width: 100%;height: 6.5rem;}
.part ul li{width: 15.85%;float: left;line-height: 0;margin-right: 0.65rem;}
.part ul li a{ display:block;width: 99.9%;border: #e5e5e5 1px solid;}
.part ul li a:hover{border: #23ae3b 1px solid;}
.part ul li img{ display:block;width: 100%;}
.part p{top: 1.6rem;}

/*一站式防腐工程*/
.five{padding: 4.5rem 0 0;background: url(../images/five_bg.jpg) no-repeat center 0;background-size: 100% 41rem;height: 36.5rem;}
.five .gui_tit{height: 5.5rem;}
.five01{width: 20%;margin-top: 2rem;height: 22rem;overflow: hidden;}
.five01:nth-of-type(5):before{content: "";width: 0.05rem;height: 100%;background: #d2d2d2;position: absolute;top: 0;right: 0;}
.five01:nth-of-type(5):after{content: "";width: 0.05rem;height: 3rem;background: #23ae3b;position: absolute;top: 3.8rem;right: 0;}
.five_dl01{padding-top: 3rem;position: relative;height: 19rem;}
.five_dl01:before{content: "";width: 0.05rem;height: 100%;background: #d2d2d2;position: absolute;top: 0;left: 0;}
.five_dl01:after{content: "";width: 0.05rem;height: 3rem;background: #23ae3b;position: absolute;top: 3.8rem;left: 0;}
.five_dl01 dt{width: 3.8rem;height: 3.6rem;line-height: 0;overflow: hidden;margin: 0 auto;}
.five_dl01 dt img{width: 3.8rem;height: 3.6rem;}
.five_dl01 dd{width: 100%;padding: 2rem 0 0;text-align: center;}
.five_dl01 dd p{font-size: 1.4rem;color: #333;line-height: 1.8rem;height: 8.5rem;}
.five_dl01 dd p i{display: block;font-size: 0.9rem;}
.five_dl01 dd b{display: block;font-size: 2.4rem;color: rgba(51,51,51,0.2);font-family: "DINOT";line-height: 2rem;}
.five_dl02{width: 100%;height: 22rem;background: #fff;position: absolute;top: -23rem;left: 0;-webkit-transition:all .5s;transition:all .5s;z-index: 2;}
.five_dl02 dt{width: 100%;line-height: 0;overflow: hidden;}
.five_dl02 dt img{display: block;width: 100%;}
.five_dl02 dd{width: 83%;padding: 1rem 0 0;margin: 0 auto;}
.five_dl02 dd h5{font-size: 1.6rem;color: #333;font-weight: normal;height: 4rem;line-height: 1.8rem;overflow: hidden;text-align: center;}
.five_dl02 dd h5 i{display: block;font-size: 1rem;}
.five_dl02 dd p{font-size: 0.8rem;color: #666;line-height: 1.3rem;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:4; overflow: hidden; text-overflow: ellipsis;}
.five .five01:hover .five_dl02,.five .five01.cur .five_dl02{top: 0;}

/**/
.news{padding: 5rem 0;}
.news_t{height: 3rem;line-height: 2.5rem;overflow: hidden;position: relative;padding-left: 0.8rem;}
.news_t:before{content: "";width: 0.15rem;height: 1rem;background: #23ae3b;position: absolute;top: 0.9rem;left: 0;}
.news_t a{font-size: 1.2rem;color: #333;}
.news_t i{font-size: 0.7rem;color: #999;padding-left: 0.6rem;font-weight: normal;}
.news_t span{float: right;display: block;margin-top: 0.7rem;}
.news_t span a{font-size: 0.6rem;display: block;width: 3.3rem;height: 1rem;text-align: center;line-height: 1rem;text-transform:capitalize;border: #333 0.05rem solid;font-weight: normal;}
.news_t span a:hover{border: #23ae3b 0.05rem solid;}
.news_t a:hover,.news dl dd h5 a:hover{color: #23ae3b;}
.news_l{width: 42.85%;margin-top: 2rem;}
.news_l dl{width: 100%;background: #f2f2f2;padding-bottom: 3.5rem;}
.news_l dl dt{width: 100%;line-height: 0;overflow: hidden;}
.news dl dt img{display: block;width: 100%;}
.news_l dl dd{width: 86.66%;padding: 1rem 0 0;margin: 0 auto;}
.news dl dd h5{height: 1.5rem;line-height: 1.5rem;overflow: hidden;}
.news dl dd h5 a{font-size: 1rem;color: #333;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_desc{font-size: 0.7rem;color: #666;line-height: 1.2rem;height: 2.4rem;overflow: hidden;padding: 0.5rem 0 0;}
.news_l dl dd b{display: block;font-size: 0.9rem;color: #333;}
.news_num{position: absolute;bottom: 2rem;left: 83.33%;}
.news_num ul li{float: left;width: 0.4rem;height: 0.4rem;background: #f2f2f2;text-indent: -9999px;border-radius: 50%;margin-right: 0.5rem;cursor: pointer;border: #999 0.1rem solid;}
.news_num ul li.on{background: #23ae3b;border: #23ae3b 0.1rem solid;}

.news_r{width: 50%;margin-top: 2rem;}
.news02 dl{width: 100%;height: 5.5rem;padding: 1.2rem 0 0;overflow: hidden;}
.news02 dl dt{width: 27.14%;line-height: 0;overflow: hidden;float: right;}
.news02 dl dd{float: left;width: 65%;}
.news_r .news02 dl dd h5 a{font-weight: normal;}
.news_r .news_desc{padding: 0.2rem 0 0;}
.news02 dl dd span{font-size: 0.7rem;color: #999;display: block; font-family:"Times New Roman", Times, serif;line-height: 1.2rem;}

/*关于富铠*/
.about{padding: 5rem 0 0;background: url(../images/ab_bg.jpg) no-repeat center 0;background-size: 100% 39rem;height: 21.8rem;}
.about .gui_tit a,.about .gui_tit span{color: #fff;}
.ab_desc{font-size: 0.8rem;color: #fff;line-height: 1.5rem;height: 4.5rem;overflow: hidden;text-align: center;padding: 2rem 0 0;}
.ab_btn{display: block;width: 15%;margin: 0 auto;padding: 1.2rem 0 0;}
.ab_btn a{display: block;font-size: 0.9rem;color: #23ae3b;width: 100%;text-align: center;height: 2.1rem;line-height: 2.1rem;border: #23ae3b 0.05rem solid;}
.ab_btn a:hover{border: #fff 0.05rem solid;background: #fff;}
.about ul{width: 53.57%;margin: 0 auto;padding: 5rem 0 0;}
.about ul li{width: 33.33%;float: left;text-align: center;height: 7.5rem;}
.about ul li em{display: block;width: 3.5rem;height: 3rem;line-height: 0;overflow: hidden;margin: 0 auto 0.8rem;}
.about ul li em img{width: 3.5rem;height: 6rem;-webkit-transition:all .5s;transition:all .5s;}
.about ul li a{font-size: 1.5rem;color: #fff;display: block;height: 7.5rem;line-height: 2rem;width: 75%;margin: 0 auto;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.about ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #23ae3b;
  height: 0.1rem;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.about ul li a:hover:before,.about ul li.cur a:before {
  left: 0;
  right: 0;
}
.about ul li:hover a,.about ul li.cur a{color: #23ae3b;}
.about ul li:hover em img,.about ul li.cur em img{margin-top: -3rem;}

/*友情链接*/
.f_link{height: 3rem;overflow: hidden;background: #303030;}
.f_link b{display: block;float: left;font-size: 0.8rem;color: rgba(255,255,255,0.5);width: 8.6%;font-weight: normal;}
.f_link b i{font-size: 0.6rem;font-family:Arial, Helvetica, sans-serif;padding-left: 0.3rem;}
.f_link p{font-size: 0.7rem;color: rgba(255,255,255,0.5);float: left;width: 91.4%;}
.f_link p a{font-size: 0.7rem;color: rgba(255,255,255,0.5); padding:0 10px 0 0;}
.f_link p a:hover{color: #fff;}


/**/
@-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);
  }
}