/* 清除内外边距 */
@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%;position:relative;}
.content{width: 70rem;margin: 0 auto;min-width: 1200px;max-width: 1400px;}

.case_list dl dt img,.news_c .news_pic img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.case_list dl dt img:hover,.news_c .news_pic img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}


/**/
.guide{width: 100%;background: url(../images/yinz_bg.jpg) no-repeat center top;background-size: 100% 32.75rem;height: 32.75rem;overflow: hidden;}
.gui_l{width: 53.4%;padding: 4rem 0 0;height: 19.6rem;}
.guide h5{font-size: 2.2rem;color: #282828;height: 7.8rem;position: relative;line-height: 3.2rem;overflow: hidden;}
.guide h5:before{content: "";width: 1.7rem;height: 3px;background: #10141d;position: absolute;bottom: 0;left: 0;}
.guide h5 i{display: block;color: #e80006;}
.gui_desc{padding: 2.5rem 0 0;font-size: 0.9rem;color: #666;line-height: 1.7rem;}

.digital{}
.ibrand-num li{float:left;height:4rem;padding-left:2.2rem;color:#bd1e25;font-size:1.2rem;position: relative;width: 20%;box-sizing: border-box;padding-right: 2rem;}
.ibrand-num li:before{content: "";width: 1px;height: 4rem;position: absolute;top: 0;left: 0;background: #e0e0e0;}
.ibrand-num li p{float: left;}
.ibrand-num li b{font-size:2rem;line-height: 2rem;padding-right: 0.2rem;}
.ibrand-num li span{display:block;font-size: 0.9rem;color: #4c4c4c; padding:0.2rem 0 0;}
.ibrand-num li em{width: 2.3rem;height: 2rem;display: block;float: right;line-height: 0;padding: 1.2rem 0 0;transition: all 0.5s;}
.ibrand-num li em img{width: 2.3rem;height: 2rem;}
.ibrand-num li:first-child{padding-left: 0;}
.ibrand-num li:first-child:before{background: none;}
.ibrand-num li:nth-child(5){padding-right: 0;}
.ibrand-num li:hover em{transform: translateY(-0.3rem);}
.ibrand-num li:hover em img{animation: flipInY 1s;}

/*产品中心*/
.product{padding: 4rem 0 3rem;}
.pro_tit{font-size: 2.3rem;color: #282828;height: 5.5rem;line-height: 2.3rem;overflow: hidden;text-align: center;}
.pro_tit a{color: #282828;}
.pro_tit a:hover{color: #bd1e25;}
.pro_tit span{display: block;font-size: 1.2rem;color: rgba(40,40,40,0.8);padding: 1.3rem 0 0;line-height: 1.3rem;font-weight: normal;}
.pro_list{padding: 2.2rem 0 0;}
.pro01{width: 17%;float: left;background: #f5f5f5;position: relative;height: 39.5rem;padding: 4rem 0 0;transition: all 0.5s;box-sizing: border-box;}
.pro01:before{content: "";width: 0.4rem;height: 100%;background: #fff;position: absolute;top: 0;left: 0;}
.pro01 h3{height: 5.5rem;line-height: 1.8rem;position: relative;padding-top: 1.5rem;box-sizing: border-box;margin-left: 1.5rem;}
.pro01 h3:before{content: "";width: 2.5rem;height: 0.15rem;background: #333;position: absolute;top: 0;left: 0;}
.pro01 h3 a{font-size: 1.4rem;color: rgba(40,40,40,1);}
.pro01 h3 i{display: block;font-size: 0.7rem;color: rgba(40,40,40,0.5);text-transform: uppercase; font-family:Arial, Helvetica, sans-serif;}
.pro01 ul{width: 88%;margin: 0 auto;display: none;}
.pro01 ul li{height: 2rem;line-height: 2rem;float: left;width: 45%;position: relative;}
.pro01 ul li:before{content: "";width: 0.4rem;height: 0.4rem;background: #fff;position: absolute;top: calc(50% - 0.2rem);left: 0;border-radius: 50%;}
.pro01 ul li a{font-size: 0.9rem;color: rgba(255,255,255,0.8);display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding-left: 0.8rem;box-sizing: border-box;}
.pro01 ul li a:hover{color: #fff;font-weight: bold;}
.pro01 p{width: 100%;height: 20rem;line-height: 0;position: absolute;bottom: 4.5rem;left: 0;z-index: 1;overflow: hidden;opacity: 0.5;}
.pro01 p a{display: block;position: absolute;top: 0;right: -11rem;width: 26rem;height: 20rem;}
.pro01 p img{display: block;width: 100%;transform:scale(0.9);}
.pro01.cur{width: 32%;padding-top: 3.5rem;background: #bd1e25;box-shadow: 0 1rem 1.5rem 1rem rgba(0,0,0,0.2);z-index: 3;}
.pro01.cur h3{background: url(../images/cp_ico01.png) no-repeat right center;background-size: 2.9rem 2.3rem;width: 84.5%;margin: 0 auto;height: 6rem;line-height: 6rem;padding: 0;}
.pro01.cur h3:before{background: #fff;}
.pro01.cur h3 a{color: #fff;font-size: 2rem;}
.pro01.cur h3 i{display: none;}
.pro01.cur ul{display: block;}
.pro01.cur p{opacity: 1;bottom: 3rem;}
.pro01.cur p a{width: 100%;right: 0;}
.pro01.cur p img{transform:scale(1);}
.pro_list .pro01:nth-child(1):before,.pro01.cur:before{background: none;}

/*产品优势*/
.pro_adv{margin-bottom: 6.5rem;position: relative;}
.pro02 a{display: block;}
.pro_adv dl{position: relative;line-height: 0;}
.pro_adv dl dt{width: 100%;}
.pro_adv dl dt img{display: block;width: 100%;}
.pro_adv dl dd{width: 46%;height: 12.6rem;background: #fff; border:#fff 1px solid; position: absolute;top:calc(50% - 6.3rem);left: 3rem;}
.cpys_l{width: 41.7%;line-height: 0;height: 12.6rem;overflow: hidden;}
.cpys_l img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.cpys_l em{background:rgba(0,0,0,0.2) url(../images/cpys_video.png) no-repeat center;background-size: 4rem 4rem;display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.cpys_r{color: #282828;padding: 2rem 0 0 1.5rem;width:51%;}
.cpys_r h5{font-size: 1.6rem;height: 2.5rem;line-height: 2.5rem;margin-bottom: 0.7rem;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.cpys_r .pro02_desc{font-size: 1rem;line-height: 1.6rem;position: relative;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:4; overflow: hidden; text-overflow: ellipsis; }
.cpys_r p:before{content: "";width: 0.3rem;height: 0.3rem;background: #bd1e25;position: absolute;top: calc(50% - 0.15rem);left: 0;border-radius: 50%;}
.pro02_num{position: absolute;bottom: 2rem;left: 0;display: flex;align-items: center;justify-content: center;width: 100%;}
.pro02_num ul li{float: left;width: 15px;height: 15px;background: #fff;text-indent: -9999px;border-radius: 50%;margin-right: 15px;cursor: pointer;}
.pro02_num ul li.on{background: #bd1e25;}

/**/
.five{width: 100%;background: url(../images/five_bg.jpg) no-repeat center top;background-size: 100% 27.8rem;padding: 3.8rem 0 5rem;overflow: hidden;}
.five .pro_tit{color: #fff;}
.five .pro_tit span{color: rgba(255,255,255,0.8);}
.five_t{padding: 2.5rem 0 0;height: 6rem;}
.five_t li{float:left;height:5rem;color:#fff;font-size:1rem;font-weight: bold;width: 20%;text-align: center;}
.five_t li b{font-size:2rem;line-height: 2rem;padding-right: 0.2rem;}
.five_t li span{display:block;font-size: 0.8rem;font-weight: normal;padding-top: 0.2rem;}
.five dl{width: 100%;background: #fff;box-shadow: 0 3px 0.5rem 3px rgba(0,0,0,0.1);display: inline-block;}
.five dl dt{width: 70%;float: right;line-height: 0;overflow: hidden;}
.five dl dt img{display: block;width: 100%;}
.five dl dd{float: left;width: 25%;padding: 4.4rem 0 0 2.8%;}
.five dl dd p{font-size: 0.9rem;color: #282828;line-height: 2rem;position: relative;padding: 2rem 0 0;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:8; overflow: hidden; text-overflow: ellipsis; }
.five dl dd p:before{content: "";width: 4.5rem;height: 0.25rem;background: #bd1e25;position: absolute;top: 0;left: 0;}
.five dl dd p b{color: #bd1e25;}
.five dl dd span{display: block;width: 35%;padding: 2.2rem 0 0;}
.five dl dd span a{font-size: 0.8rem;color: #bd1e25;display: block;width: 100%;text-align: center;height: 2rem;line-height: 2rem;border: #bd1e25 1px solid;border-radius: 2rem;}
.five dl dd span a:hover{animation:shake .9s linear;-webkit-animation:shake .9s linear;}

/*解决方案*/
.plan{width: 100%;background:#f5f5f5 url(../images/plan_pic.jpg) no-repeat center bottom;background-size: 100% 40rem; height: 47rem; padding: 4rem 0 0;overflow: hidden;}
.plan_m{padding: 8.6rem 0 0;width: 45%;}
.plan_t{width: 100%;}
.plan_t ul li{width: 30%;height: 9.5rem;float: left;margin-bottom: 0.7rem;margin-right: 3%;position: relative;overflow: hidden;}
.plan_t ul li a{font-size: 1.1rem;color: #fff;display: block;font-weight: bold;background: rgba(255,255,255,0.2);border: #fff 1px solid;width: 100%;height: 9.5rem;padding: 1.5rem 0 0 1.2rem;box-sizing: border-box;line-height: 1.6rem;}
.plan_t ul li i{display: block;font-size: 1.3rem;color: rgba(255,255,255,0.4);position: absolute;top: 1.5rem;left: 1.2rem;height: 1.6rem;line-height: 1.6rem;}
.plan_t ul li span{display: block;padding: 2.2rem 0 0;}
.plan_t ul li a:hover,.plan_t ul li.cur a{border: #bd1e25 1px solid;background:#bd1e25 url(../images/plan_ico01.png) no-repeat 1.5rem 1.2rem;background-size: 1.2rem 1.2rem;}
.plan_t ul li.cur i{display: none;}
.plan_qie{padding: 1.7rem 0 0;}
.plan_qie p{font-size: 0.8rem;color: #fff;width: 96%;line-height: 1.8rem;}

/*优势*/
.super{padding: 5.5rem 0 4.5rem;}
.sup_tit{font-size: 2.2rem;color: #000;line-height: 2.6rem;position: absolute;top: 0.5rem;left: 0;z-index: 1;}
.sup_tit:before{content: "";width: 2.8rem;height: 0.2rem;background: #e80006;position: absolute;top: 7.2rem;left: 0;}
.sup_tit i{display: block;}
.sup_tit span{display: block;font-size: 0.8rem;color: rgba(0,0,0,0.6);line-height: 1.2rem;padding: 3.5rem 0 0;font-weight: normal; font-family:Arial, Helvetica, sans-serif;text-transform: uppercase;}
.sup_nav{width: 71.42%;position: absolute;top: 10.2rem;right: 0;z-index: 1;}
.sup_nav ul li{width: 24.2%;float: left;height: 14rem; background: #fff; font-size: 1rem;color: rgba(0,0,0,1);line-height: 1.2rem;border-radius: 0.5rem;padding: 1.5rem 0 0 1.5rem;box-sizing: border-box;font-weight: bold;position: relative;box-shadow: 0 3px 0.5rem 3px rgba(0,0,0,0.1);margin-left: 0.8%;-webkit-transition:transform .3s;transition:transform .3s;}
.sup_nav ul li b{display: block;}
.sup_nav ul li i{display: block;font-size: 0.8rem;color: rgba(0,0,0,0.5);font-family:Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;padding: 0.5rem 0 0;}
.sup_nav ul li em{width: 2.5rem;height: 2.3rem;line-height: 0;overflow: hidden;display: block;margin-top: 3rem;}
.sup_nav ul li em img{width: 2.5rem;height: 4.6rem;-webkit-transition:all .5s;transition:all .5s;}
.sup_nav ul li span{display: block;font-size: 7rem;line-height: 6rem;color: rgba(0,0,0,0.05);position: absolute;bottom: 2rem;right: 0; font-family: "DINOT";}
.sup_nav ul li:hover,.sup_nav ul li.on{background: #bd1e25;-webkit-transform:translate(0,-1.2rem);transform:translate(0,-1.2rem);color: #fff;}
.sup_nav ul li:hover i,.sup_nav ul li.on i{color: rgba(255,255,255,0.5);}
.sup_nav ul li:hover em img,.sup_nav ul li.on em img{margin-top: -2.3rem;}
.sup_nav ul li:hover span,.sup_nav ul li.on span{color: rgba(255,255,255,0.1);}
.sup_m dl dt{height: 17rem;width: 70rem;margin: 0 auto;min-width: 1200px;max-width: 1400px;}
.sup01{width: 67.8%;float: right;}
.sup_m dl dt h5{font-size: 1.2rem;color: #282828;height: 3rem;line-height: 3rem;overflow: hidden;}
.sup_m dl dt h5 i{display: block;float: left;color: #bd1e25;font-size: 2.7rem;padding-right: 0.5rem;}
.sup_m dl dt p{font-size: 0.9rem;color: #666;padding: 0.5rem 0 0;}
.sup_m dl dd{width: 100%;line-height: 0;}
.sup_m dl dd img{display: block;width: 100%;}

/*案例*/
.case{padding: 0 0 0.5rem;}
.case .pro_tit{margin-bottom: 1.2rem;}
.case_nav{width: 12.85%;}
.case_nav ul li{width: 100%;height: 6rem;padding: 0 0 0.5rem;}
.case_nav ul li a{display: block;width: 100%;height: 6rem;background: #fafafa;border: #ddd 1px solid;font-size: 1rem;color: #333;text-align: center;line-height: 1.1rem;}
.case_nav ul li em{width: 2rem;height: 2rem;line-height: 0;display: block;overflow: hidden;margin: 0.5rem auto 0.3rem;}
.case_nav ul li em img{width: 2rem;height: 4rem;-webkit-transition:all .5s;transition:all .5s;}
.case_nav ul li i{display: block;font-size: 0.7rem;color: #666; font-family:Arial, Helvetica, sans-serif;text-transform: uppercase;}
.case_nav ul li.cur a{background: #bd1e25;border: #bd1e25 1px solid;color: #fff;}
.case_nav ul li.cur i{color: #fff;}
.case_nav ul li.cur em img{margin-top: -2rem;}
.case_m{width: 73.21%;margin-left: 0.62%;}
.case_dl{display: block;width: 100%;position: relative;height: 25.8rem;overflow: hidden;}
.case_dl dt{width: 100%;height: 25.8rem;line-height: 0;overflow: hidden;}
.case_dl dt img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.case_dl dd{color: #fff;position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,0.5);width: 100%;height: 6rem;padding: 0.8rem 2.5rem 0;box-sizing: border-box;}
.case_dl dd h5{font-size: 1rem;height: 1.5rem;line-height: 1.5rem;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.case_desc{font-size: 0.8rem;line-height: 1.4rem;padding: 0.2rem 0 0;}
.case_dl dd p{width: 100%;height: 1.4rem;}
.case_dl dd span{float: left;display: block;padding-right: 1rem;}
.case_dl dd em{ width: 1.3rem;height: 1.3rem;display: block;position: absolute;top: 1rem;right: 2rem;line-height: 0;}
.case_dl dd em img{ width: 1.3rem;height: 1.3rem;}
.case_lico,.case_rico{width: 4rem;height: 4rem;line-height: 0;position: absolute;top: calc(50% - 2rem);z-index: 2;cursor: pointer;}
.case_lico img,.case_rico img{width: 4rem;height: 4rem;}
.case_lico{left: 1rem;}
.case_rico{right: 1rem;}

/*合作客户*/
.hz_bg{ background: url(../images/hz_bg.jpg) no-repeat center 0;height: 19rem;overflow: hidden;background-size: 100% 19rem;}
.hz ul{width: 16.28%;float: left;margin-right: 0.3%;padding: 3rem 0 0;}
.hz ul li{width: 100%;line-height: 0;background: #fff;margin-bottom: 0.5rem;box-shadow: 0 3px 0.5rem 3px rgba(0,0,0,0.1);-webkit-transition:transform .3s;transition:transform .3s;}
.hz ul li img{display: block;width: 87.7%;margin: 0 auto 0.5rem;}
.hz ul li:hover{-webkit-transform:translate(0,-0.3rem);transform:translate(0,-0.3rem);}

/**/
.news{background:#f6f6f6;overflow: hidden;padding-top: 6rem;}
.news_m{width: 57.14%;position: relative;z-index: 2;}
.news_l{width: 35%;}
.news_tit{width: 100%;height: 20rem;position: relative;}
.news_tit:before{content: "";width: 2.8rem;height: 0.2rem;background: #e80006;position: absolute;top: 7.2rem;left: 0;}
.news_tit a{font-size: 2.2rem;color: #000;display: block;line-height: 2.8rem;}
.news_tit b{display: block;}
.news_tit span{display: block;font-size: 1rem;color: rgba(0,0,0,0.6);line-height: 1.8rem;padding:3rem 0 0;font-weight: normal;}
.news_tit i{display: block;}
.news_tit a:hover{color: #e80006;}
.news_l ul{width: 50%;}
.news_l ul li{height: 3rem;line-height: 3rem;}
.news_l ul li a{font-size: 1.2rem;color: #333;font-weight: bold;}
.news_l ul li a:hover,.news_l ul li.on a{text-decoration: underline;}
.news_l em{width: 2rem;height: 2rem;display: block;line-height: 0;padding: 2.5rem 0 0;}
.news_l em img{width: 2rem;height: 2rem;}
.news_c{width: 63.75%;}
.news_c .news_pic{width: 100%;line-height: 0;overflow: hidden;margin-bottom: 0.5rem;}
.news_c .news_pic img{display: block;width: 100%;}
.news_c ul li{width: 100%;height: 4rem;padding: 1rem 0 0;border-bottom: rgba(0,0,0,0.1) 1px solid;}
.news_c ul li span{display: block;float: left;font-size: 0.7rem;color: #666;width: 18%;line-height: 1.4rem;}
.news_c ul li i{display: block;font-size: 1.1rem;}
.news_c ul li a{display: block;float: right;width: 75%;font-size: 1rem;line-height: 1.4rem;color: #000;}
.news_c ul li h5,.news_c ul li p{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-weight: normal;}
.news_c ul li p{color: #666;font-size: 0.8rem;}
.news_c ul li:hover h5{font-weight: bold;color: #e80006;}

.news_r{width: 37%;position: relative;z-index: 2;}
.news_r ul li{width: 96%;height: 6rem;margin: 0.7rem 0.5rem 0;box-shadow: 0 3px 0.4rem 3px rgba(0,0,0,0.1);}
.news_r ul li a{display: block;width: 100%;font-size: 0.8rem;color: #333;line-height: 1.5rem;height: 6rem;padding: 1.5rem 1.5rem 0;background: rgba(255,255,255,0.7);box-sizing: border-box;}
.news_r ul li span{display: block;font-size: 1rem;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_r ul li a:hover{background: #e80006;color: #fff;}

/**/
.about{margin-top: -2rem;position: relative;}
.ab_pic{width: 100%;line-height: 0;position: absolute;top: 0;left: 0;}
.ab_pic img{display: block;width: 100%;}
.ab_con{height: 55rem;}
.ab_m{width: 50%;position: absolute;top: 14rem;right: 0;text-align: right;}
.ab_m h5{height: 6.5rem;line-height: 3rem;position: relative;}
.ab_m h5:before{content: "";width: 5rem;height: 0.25rem;background: #2f2f2f;position: absolute;bottom: 0;right: 0;-webkit-transition:all .5s;transition:all .5s;}
.ab_m h5 a{font-size: 2.5rem;color: #000;}
.ab_m h5 a:hover{color: #e80006;}
.ab_m h5:hover:before{width: 6rem;background: #e80006;}
.ab_m p{padding: 2.6rem 0 0;font-size: 0.9rem;color: rgba(40,40,40,0.7);line-height: 1.8rem;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:5; overflow: hidden; text-overflow: ellipsis; }
.ab_m em{width: 5.5rem;height: 5.5rem;display: block;line-height: 0;margin: 3rem 0 0 0;float: right;}
.ab_m em img{width: 5.5rem;height: 5.5rem;}
.ab_bot{width: 100%;position: absolute;bottom: 0;left: 0;background: #fff;height: 7rem;padding: 3rem 0 0;}
.ab_bot ul li{width: 20%;float: left;position: relative;height: 3.7rem;padding: 0.8rem 0 0;}
.ab_bot ul li:before{content: "";width: 1px;height: 4.4rem;background: #bebebe;position: absolute;top: 0;left: 0;}
.ab_bot ul li a{font-size: 1.2rem;color: #333;display: flex;align-items: center;justify-content: center;width: 100%;height: 3rem;}
.ab_bot ul li em{width: 2.7rem;height: 2.4rem;line-height: 0;overflow: hidden;padding-right: 0.5rem;}
.ab_bot ul li em img{width: 2.7rem;height: 2.4rem;}
.ab_bot ul li span{font-weight: bold;}
.ab_bot ul li i{font-size: 0.8rem;color: rgba(136,136,136,0.7);display: block;font-weight: normal;text-transform: uppercase;}
.ab_bot ul li:first-child:before{background: none;}

@media screen and (min-width: 1200px) {
	.ab_con{height: 56.5rem;}
}
@media screen and (min-width: 1280px) {
	.ab_con{height: 55rem;}
}
@media screen and (min-width: 1366px) {
	.ab_con{height: 55rem;}
}
@media screen and (min-width: 1440px) {
	.ab_con{height: 57rem;}
}
@media screen and (min-width: 1600px) {
	.ab_con{height: 57.5rem;}
}
@media screen and (min-width: 1720px) {
	.ab_con{height: 57rem;}
}
@media screen and (min-width: 1920px) {
	.ab_con{height: 55rem;}
}

/*友情链接*/
.f_link{height: 7.3rem;line-height: 7.3rem;overflow: hidden;margin: -7.3rem 0 0 78%;width: 22%;font-size: 0.8rem;}
.f_link b{display: block;float: left;color: rgba(255,255,255,0.5);width: 26%;font-weight: normal;}
.f_link p{color: rgba(255,255,255,0.5);float: left;width: 85%;}
.f_link p a{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);
  }
}