/* 清除内外边距 */
@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: 70rem;margin: 0 auto;min-width: 1200px;max-width: 1400px;}

.ys_list li img,.plan ul li em img,.news_dl dt img,.about dl dt img,.photo ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.ys_list li img:hover,.plan ul li:hover em img,.news_dl dt img:hover,.about dl dt img:hover,.photo ul li 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% 39.7rem;height: 39.7rem;overflow: hidden;}
.gui_l{width: 45.6%;padding: 7.7rem 0 0;}
.gui_l h5{font-size: 2.2rem;color: #333;line-height: 3rem;height: 10.5rem;}
.gui_l h5 i{display: block;color: #e56f09;}
.gui_l h5 span{display: block;font-size: 1.2rem;font-weight: normal;padding: 0.5rem 0 0;}
.gui_l em{display: block;width: 21.8%;height: 2.5rem;line-height: 0;}
.gui_l em a{display: block;width: 100%;height: 2.5rem;background: #e56f09;border-radius: 1rem 0 1rem 0;}
.gui_l em img{width: 1.7rem;height: 0.6rem;display: block;margin: 0 auto;padding: 0.9rem 0 0;}
.gui_l em a:hover,.pro01_c dl dd span:hover,.ban01_r span:hover{animation:shake .9s linear;-webkit-animation:shake .9s linear;}
.gui_l p{font-size: 0.7rem;color: rgba(51,51,51,0.8);line-height: 1.6rem;padding: 3rem 0 0;}
.gui_r{width: 38.4rem;margin: 1.3rem -2.2rem 0 0;}
.gui_k01{width: 38.4rem;height: 38.4rem;line-height: 0;}
.gui_k01 img{width: 38.4rem;height: 38.4rem;}
.gui_k{width: 26rem;height: 26rem;line-height: 0;position: absolute;top: 6.5rem;left: 6.3rem;transition:all .5s;}
.gui_k img{width: 26rem;height: 26rem;
-webkit-transition: -webkit-transform 0.5s ease-out;
-moz-transition: -moz-transform 0.5s ease-out;
-o-transition: -o-transform 0.5s ease-out;
-ms-transition: -ms-transform 0.5s ease-out;}
.gui_r:hover .gui_k img {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
.gui_pic{width: 17.9rem;height: 17.9rem;line-height: 0;position: absolute;top: 10.5rem;left: 10.3rem;z-index: 2;transition:all .5s;}
.gui_pic img{width: 17.9rem;height: 17.9rem;}
.gui_k02{width: 12rem;height: 7.5rem; padding: 4.5rem 0 0; position: absolute;top: 13.3rem;left: 13.3rem; font-size: 1rem;color: #fff;text-align: center;z-index: 3;background: url(../images/yinz_y02.png) no-repeat center;background-size: 12rem 12rem;}
.gui_k02 b{ font-size: 2.2rem;line-height: 2rem; font-family:"Times New Roman", Times, serif;}
.gui_k02 span{ display: block;color: rgba(225, 225, 225, 0.8);}
.gui_r:hover .gui_pic{transform:scale(1.12);}

.gui_r .gui_p{font-size: 0.8rem;color: #fff;background: url(../images/yinz_y01.png) no-repeat center;background-size: 5rem 5rem;width: 5rem;height: 5rem;line-height: 4.8rem;position: absolute;text-align: center;z-index: 3;text-transform: uppercase;-webkit-transition:all .5s;transition:all .5s;}
.gui_r .gui_p b{ font-size: 2rem; font-family:"Times New Roman", Times, serif;}
.gui_r .gui_p span{font-weight: bold;display: none;}
.gui_r .gui_p01{top: 4.4rem;left: calc(50% - 2.5rem);}
.gui_r .gui_p02{top: 16.7rem;right: 2.1rem;}
.gui_r .gui_p03{top: 29.3rem;left: calc(50% - 2.5rem);}
.gui_r .gui_p04{top: 16.7rem;left: 2.1rem;}
.gui_r .gui_p:hover,.gui_r .gui_p.cur{background: url(../images/yinz_y03.png) no-repeat center;background-size: 6.7rem 6.7rem;width: 6.7rem;height: 4.7rem;line-height: 1.4rem;margin: -0.9rem 0 0 -0.9rem;padding: 2rem 0 0;}
.gui_r .gui_p:hover span,.gui_r .gui_p.cur span{display: block;}

.ball-scale-multiple { display: none; position: absolute;top: -0.5rem;left: -0.5rem;z-index: -1;}
  .ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s; }
  .ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s; }
  .ball-scale-multiple > div {
    background-color: #e56f09;
	border: #fff 0.1rem solid;
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 7.6rem;
    height: 7.6rem;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
            animation: ball-scale-multiple 1s 0s linear infinite; }
.gui_r .gui_p.cur .ball-scale-multiple{display: block;}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }

  5% {
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }

  5% {
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

/**/
.pro01{padding: 3.5rem 0 4.4rem;}
.pro_tit{font-size: 2.5rem;color: #333;height: 5rem;line-height: 2.5rem;overflow: hidden;text-align: center;}
.pro_tit a{color: #333;}
.pro_tit a:hover{color: #e56f09;}
.pro_tit span{display: block;font-size: 1.1rem;color: #333;height: 1.3rem;line-height: 1.3rem;font-weight: normal;margin-top: 0.8rem;background: url(../images/cp_tbg.png) no-repeat center;background-size: 14.95rem 0.3rem;}
.pro01 .pro_tit{margin-bottom: 1rem;}
.pro01_l{width: 29%;margin: 0 0 0 0.7%;}
.pro01_l ul li{width: 100%;line-height: 0;overflow: hidden;position: relative;box-shadow: 0 2px 3px 2px rgba(0,0,0,0.1);margin-bottom: 0.5rem;}
.pro01_l ul li img,.pro01_c dl dt img,.pro03_dl dd img,.plan ul li em img,.news_dl dt img,.photo ul li img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.pro01_l ul li span{display: block;font-size: 0.8rem;color: rgba(40,40,40,0.6);width: 100%;text-align: center;position: absolute;top: 2.3rem;left: 0;line-height: 1.8rem;}
.pro01_l ul li b{display: block;font-size: 1.1rem;color: #282828;}
.pro01_r{margin: 0 0.7% 0 0;}
.pro01_c{width: 38.6%;margin-left: 1%;}
.pro01_c a{display: block;width: 100%;overflow: hidden;position: relative;}
.pro01_c dl dt{width: 100%;line-height: 0;overflow: hidden;}
.pro01_c dl dd{position: absolute;top: 3.3rem;left: calc(50% - 40%);width: 80%;}
.pro01_c dl dd h5{font-size: 1.6rem;color: #202020;line-height: 2.2rem;float: left;}
.pro01_c dl dd h5 i{display: block;font-size: 0.8rem;color: rgba(32,32,32,0.8);font-weight: normal;}
.pro01_c dl dd span{display: flex;align-items: center;justify-content: center;font-size: 0.9rem;color: #fff;width: 24%;height: 2.5rem;background: #e56f09;border-radius: 1rem 0 1rem 0;float: right;margin-top: 0.5rem;}
.pro01_c dl dd em{width: 1.5rem;height: 0.5rem;line-height: 0;padding-left: 0.5rem;}
.pro01_c dl dd em img{width: 1.5rem;height: 0.5rem;}
.pro01_l ul li:before,.pro01_c a:before{content: ''; cursor: pointer; position: absolute; left: -100%; top: 0; width:100%; height:100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.pro01_l ul li:hover:before,.pro01_c a:hover:before{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}

/**/
.pro02_more{width: 16.3%;height: 3.7rem;text-align: center;line-height: 3.7rem;display: block;position: absolute;top: 0;right: 0;background: #1061ca;}
.pro02_more a{font-size: 1.1rem;color: #fff;display: block;width: 100%;height: 3.7rem;}
.fenl_t{width: 100%;height: 7.3rem;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}
.fenl_t ul li{width: 16.57%;height: 3.7rem;margin-right: 0.15rem;float: left;position: relative;}
.fenl_t ul li a{font-size: 1.1rem;color: #fff;display: block;width: 100%;height: 3.7rem;float: left;text-align: center;line-height: 3.7rem;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;background: #1061ca;}
.fenl_t ul li a:hover,.fenl_t ul li.on a{background: #e56f09;}
.fenl_t ul li .cp_list{ display:none;width: 1200px;height: 3.6rem;position: absolute;top: 3.7rem;left: 0;}
.fenl_t ul li .cp_list a{font-size: 0.9rem;color: #282828; text-align:left; background:none;height: 3.6rem;line-height: 3.6rem;width: 14%;padding-left: 2rem;box-sizing: border-box;}
.fenl_t ul li b{padding: 0 5px 0 0;}
.fenl_t ul li .cp_list a:hover{ background:none;font-weight: bold;}
.fenl_t ul li .cp_list a:last-child{text-align: right;}
.fenl_t ul li.on .cp_list{display: block;}
.fenl_t ul li.fenl_li02 .cp_list{left: -201px;}
.fenl_t ul li.fenl_li03 .cp_list{left: -402px;}
.fenl_t ul li.fenl_li04 .cp_list{left: -603px;}
.fenl_t ul li.fenl_li05 .cp_list{left: -804px;}

@media screen and (min-width: 1440px) {
	.fenl_t ul li.fenl_li02 .cp_list{left: -201px;}
	.fenl_t ul li.fenl_li03 .cp_list{left: -402px;}
	.fenl_t ul li.fenl_li04 .cp_list{left: -603px;}
	.fenl_t ul li.fenl_li05 .cp_list{left: -804px;}
}
@media screen and (min-width: 1600px) {
	.fenl_t ul li.fenl_li02 .cp_list{left: -202px;}
	.fenl_t ul li.fenl_li03 .cp_list{left: -404px;}
	.fenl_t ul li.fenl_li04 .cp_list{left: -606px;}
	.fenl_t ul li.fenl_li05 .cp_list{left: -808px;}
}
@media screen and (min-width: 1720px) {
	.fenl_t ul li .cp_list {width: 1400px;}
	/*.fenl_t ul li.fenl_li02 .cp_list{left: -232px;}*/
	/*.fenl_t ul li.fenl_li03 .cp_list{left: -464px;}*/
	/*.fenl_t ul li.fenl_li04 .cp_list{left: -696px;}*/
	.fenl_t ul li.fenl_li05 .cp_list{left: -828px;}
}
@media screen and (min-width: 1920px) {
	.fenl_t ul li .cp_list {width: 1400px;}
	.fenl_t ul li.fenl_li02 .cp_list{left: -234px;}
	.fenl_t ul li.fenl_li03 .cp_list{left: -468px;}
	.fenl_t ul li.fenl_li04 .cp_list{left: -702px;}
	.fenl_t ul li.fenl_li05 .cp_list{left: -936px;}
}

/**/
.pro03{padding: 2.2rem 0 4.5rem;}
.pro03_dl{display: block;float: left;width: 24.28%;margin-left: 0.95%;}
.pro03_dl dl{width: 100%;border: #c0c0c0 1px solid;padding: 2rem 0 3rem;}
.pro03_dl dt{width: 86.7%;margin: 0 auto;border-bottom: #ddd 1px solid;height: 3.8rem;}
.pro03_dl dt h5{font-size: 0.9rem;color: #000;line-height: 1.8rem;float: left;}
.pro03_dl dt h5 i{display: block;font-size: 0.8rem;color: #666;font-weight: normal;}
.pro03_dl dt span{display: block;width: 1.1rem;height: 1.1rem;background: #1061ca;border-radius: 50%;float: right;line-height: 0;padding: 0.1rem;margin-top: 0.3rem;}
.pro03_dl dt span img{width: 1.1rem;height: 1.1rem;}
.pro03_dl dt:hover h5{color: #e56f09;}
.pro03_dl dt:hover span{background: #e56f09;}
.pro03_dl dd{width: 100%;line-height: 0;overflow: hidden;padding: 1rem 0 0;-webkit-transition:transform .3s;transition:transform .3s;}
.pro03_dl dd:hover{-webkit-transform:translate(0,-0.2rem);transform:translate(0,-0.2rem);}
.pro03 .pro03_dl:first-child{margin-left: 0;}

/*优势*/
.super .pro_tit span{background: url(../images/ys_tbg.png) no-repeat center;background-size: 25.5rem 0.3rem;}
.super dl{width: 33.33%;height: 37.25rem;position: relative;float: left;overflow: hidden;margin-top: 1.3rem;}
.super dl dt{width: 100%;line-height: 0;overflow: hidden;height: 37.25rem;position: relative;}
.super dl dt img{display: block;width: 100%;height: 100%;}
.super dl dd{width: 100%;height: 100%;position: absolute;top: 0;left: 0;-webkit-transition:all .5s;transition:all .5s;background: rgba(0,0,0,0.4);text-align: center;padding-top: 10rem;box-sizing: border-box;z-index: 1;}
.super dl dd:before{content: "";width: 100%;height: 0;background: rgba(16, 97, 202, 0.8);position: absolute;bottom: 0;left: 0;-webkit-transition:all .5s;transition:all .5s;z-index: -1;}
.super dl dd em{width: 4.4rem;height: 4.4rem;display: block;line-height: 0;overflow: hidden;margin: 0 auto 1.5rem;}
.super dl dd em img{width: 4.4rem;height: 4.4rem;}
.super dl dd h5{font-size: 1.5rem;color: #fff;line-height: 1.8rem;}
.super dl dd h5 i{display: block;font-size: 0.7rem;color: rgba(255,255,255,0.3);text-transform: uppercase;font-weight: normal;}
.super dl dd p{padding-top: 1.5rem;font-size: 0.8rem;color: rgba(255,255,255,0.8);line-height: 1.5rem;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden; text-overflow: ellipsis; }
.super dl dd p i{display: block;}
.ys_list{width: 100%;position: absolute;bottom: -10rem;left: 0;-webkit-transition:all .5s;transition:all .5s;}
.ys_list li{width: 37.2%;float: left;line-height: 0;border: #fff 0.1rem solid;margin-right: 0.5rem;overflow: hidden;}
.ys_list li img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.ys_list li:first-child{margin-left: 11.6%;}
.super dl:hover dd:before,.super dl.cur dd:before{height: 100%;}

/**/
.ban01{width: 100%;background: url(../images/ban01.jpg) no-repeat center 0;background-size: 100% 23rem;height: 17.5rem;overflow: hidden;padding: 5.5rem 0 0;}
.ban01_l{width: 46.42%;height: 9.2rem;}
.ban01_l b{display: block;font-size: 1.8rem;color: #282828;line-height: 2.5rem;}
.ban01_l b i{color: #e56f09;padding: 0 0.8rem;}
.ban01_l p{font-size: 1.2rem;color: #282828;line-height: 1.8rem;padding: 0.8rem 0 0;font-weight: bold;}
.ban01_l p em{display: block;float: left;padding-right: 0.5rem;}
.ban01_l p span{display: block;float: left;color: #fff;width: 25.6rem;text-align: center;height: 1.9rem;background: #e56f09;border-radius: 0.3rem;}
.ban01_l p i{padding: 0 0.5rem;}
.digital{width: 51.42%;padding: 0.5rem 0 0;height: 8.7rem;}
.digital li{float:left;color:#282828;font-size:1.1rem;width: 5.4rem;height: 4.7rem;border-radius: 0.5rem;border: #bababa 1px solid;font-weight: bold;text-align: center;padding-top: 0.7rem;margin-left: 1.6rem;}
.digital li em{width: 2rem;height: 2rem;display: block;line-height: 0;margin: 0 auto 0.3rem;overflow: hidden;}
.digital li em img{width: 2rem;height: 4rem;}
.digital li:hover,.digital li.cur{color: #e56f09;}
.ban01_r{width: 100%;display: flex;align-items: center;justify-content: center;height: 2.2rem;}
.ban01_tel{ display:inline-block;width: 100%;padding: 1rem 0 0;}
.ban01_r p{padding-right: 1.5rem;}
.ban01_r p span{font-size: 0.7rem;color: #666;line-height: 0.9rem;float: left;}
.ban01_r p i{display: block;}
.ban01_r p b{font-size: 1.5rem;color: #282828;padding-left: 0.3rem;}
.ban01_r .ban01_call{width: 13%;height: 2.2rem;background: #e56f09;border-radius: 0.3rem;margin-left:0.5rem;}
.ban01_r .ban01_call a{display: flex;align-items: center;justify-content: center;font-size: 1rem;color: #fff;width: 100%;height: 2.2rem;}
.ban01_r .ban01_call em{width: 2.1rem;height: 0.7rem;line-height: 0;padding-left: 0.5rem;}
.ban01_r .ban01_call em img{width: 2.1rem;height: 0.7rem;}

/*解决方案*/
.plan{padding: 4rem 0 5rem;}
.plan .pro_tit span{background: url(../images/plan_tbg.png) no-repeat center;background-size: 29rem 0.3rem;}
.plan ul{margin-top: 2rem;}
.plan ul li{width: 33.33%;float: left;}
.plan ul li em{display: block;width: 100%;line-height: 0;overflow: hidden;position: relative;}
.plan ul li em:before{content: "";width: 100%;height: 100%;background: rgba(0,0,0,0.3);position: absolute;top: 0;left: 0;}
.plan ul li em i{display: block;width: 100%;height: 100%;background: url(../images/plan_video.png) no-repeat center;background-size: 6.2rem 6.2rem;position: absolute;top: 0;left: 0;transform:scale(0);transition:all .3s;z-index: 2;}
.plan ul li span{font-size: 1rem;color: #333;display: flex;align-items: center;justify-content: space-between;padding: 0 1.5rem;box-sizing: border-box;width: 100%;height: 5rem;}
.plan ul li b{width: 1.4rem;height: 1.4rem;line-height: 0;}
.plan ul li b img{width: 1.4rem;height: 1.4rem;}
.plan ul li:nth-child(4) span,.plan ul li:nth-child(5) span,.plan ul li:nth-child(6) span{background: #f6f6f6;}
.plan ul li:hover,.plan ul li.cur{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}
.plan ul li:hover em:before,.plan ul li.cur em:before{background: none;}
.plan ul li:hover em i,.plan ul li.cur em i{transform:scale(1);}
.plan ul li:hover span,.plan ul li.cur span{justify-content: center;font-weight: bold;background: #fff;}
.plan ul li:hover b,.plan ul li.cur b{display: none;}

/*荣誉资质*/
.honor{width: 100%;background: url(../images/honor_bg.jpg) no-repeat center 0;background-size: 100% 32.2rem;height: 32.2rem;overflow: hidden;}
.honor .pro_tit span{background: url(../images/honor_tbg.png) no-repeat center;background-size: 27.2rem 0.3rem;}
.honor p{width: 100%;line-height: 0;padding: 3rem 0 0;-webkit-transition:transform .3s;transition:transform .3s;}
.honor p img{display: block;width: 100%;}
.honor p:hover{-webkit-transform:translate(0,-0.2rem);transform:translate(0,-0.2rem);}

/**/
.news{padding: 3.6rem 0 3rem;}
.news .pro_tit{margin-bottom: 2rem;}
.news .pro_tit span{background: url(../images/news_tbg.png) no-repeat center;background-size: 24.8rem 0.3rem;}
.news01{width: 31.14%;margin-left: 3.28%;}
.news_tit{width: 100%;height: 3.3rem;line-height: 3.3rem;font-weight: normal;}
.news_tit a{display: block;width: 100%;}
.news_tit p{font-size: 1.2rem;color: #000;float: left;width: 8rem;position: relative;}
.news_tit p:before{content: "";width: 0;height: 2px;background: #015cb9;position: absolute;bottom: 0;left: 0;-webkit-transition:all .5s;transition:all .5s;}
.news_tit em{width: 1.3rem;height: 1.3rem;line-height: 0;display: block;float: left;overflow: hidden;margin: 1.1rem 0.8rem 0 0;}
.news_tit em img{width: 1.3rem;height: 2.6rem;-webkit-transition:all .5s;transition:all .5s;}
.news_tit span{float: right;font-size: 1rem;color: #000;text-transform: uppercase;}
.news_tit a:hover p,.news01.cur .news_tit p{color: #1061ca;font-weight: bold;}
.news_tit a:hover em img,.news01.cur .news_tit em img{margin-top: -1.3rem;}
.news_tit a:hover p:before,.news01.cur .news_tit p:before,.news01.cur .news_dl:before{width: 100%;}

.news_dl{display: block;width: 100%;padding: 1.5rem 0;border-bottom: #eaeaea 1px solid;position: relative;}
.news_dl:before{content: "";width: 0;height: 1px;background: #015cb9;position: absolute;bottom: -1px;left: 0;-webkit-transition:all .5s;transition:all .5s;z-index: 1;}
.news_dl dt{width: 100%;line-height: 0;overflow: hidden;}
.news_dl dd{width: 100%;padding: 1.2rem 0 0;}
.news_dl dd h5{height: 1.6rem;line-height: 1.6rem;overflow: hidden;font-weight: normal;}
.news_dl dd span{display: block;float: left;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 78%;font-size: 1rem;color: #000;}
.news_dl dd em{float: right;font-size: 0.8rem;color: #666;}
.news_dl dd p{ padding: 0.6rem 0 0; font-size: 0.8rem;color: #666;line-height: 1.4rem;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; text-overflow: ellipsis; }
.news_dl dd:hover h5 span{color: #1061ca;}
.news .nobor{margin-left: 0;}

/**/
.news02{width: 100%;overflow: hidden;padding: 2.2rem 0 0;}
.news02 ul{width: 33.33%;float: left;}
.news02 ul li{width: 93%;height: 2rem;line-height: 2rem;overflow: hidden;}
.news02 ul li a{font-size: 0.8rem;color: #000;display: block;width: 73.4%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news02 ul li a:hover{color: #1061ca;font-weight: bold;}
.news02 ul li span{display: block;float: right;font-size: 0.8rem;color: #333;}

/*关于我们*/
.about dl dt{width: 100%;line-height: 0;overflow: hidden;}
.about dl dt img{display: block;width: 100%;}
.about dl dd{width: 78rem; margin:-4rem auto 0;min-width: 1200px;max-width: 1400px;background: #fff;position: relative;z-index: 1;padding: 3rem 0 0;text-align: center;}
.about dl dd h5{font-size: 2.5rem;color: #282828;height: 5rem;line-height: 2.5rem;overflow: hidden;}
.about dl dd h5 span{display: block;font-size: 1.1rem;color: #666;font-weight: normal;line-height: 1.1rem;padding: 0.9rem 0 0;}
.about dl dd h5 a{font-size: 2.5rem;color: #282828;}
.about dl dd h5 a:hover{color: #1061ca;}
.about dl dd p{ width: 90%;margin: 0 auto; font-size: 0.9rem;color: #282828;line-height: 1.6rem;padding: 1.5rem 0 0;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden; text-overflow: ellipsis;}

/*企业风采*/
.photo{padding: 3rem 0 2rem;height: 260px;overflow: hidden;}
.photo ul li{width: 24%;float: left;line-height: 0;overflow: hidden;margin-right: 1%;}
.photo ul li em{display: block;width: 100%;overflow: hidden;}
.photo ul li span{display: block;width: 100%;text-align: center;height: 2rem;line-height: 2rem;font-size: 0.9rem;color: #282828;padding: 1rem 0 0;}
@media screen and (min-width: 1920px) {.photo{height: 300px;}}

/*友情链接*/
.f_link{height: 6.2rem;line-height: 6.2rem;overflow: hidden;margin: -6.2rem 0 0 40%;width: 60%;position: relative;z-index: 3;}
.f_link b{display: block;float: left;font-size: 0.8rem;color: rgba(255,255,255,0.6);width: 10%;font-weight: normal;}
.f_link p{font-size: 0.8rem;color: rgba(255,255,255,0.6);float: left;width: 89%;}
.f_link p a{font-size: 0.8rem;color: rgba(255,255,255,0.6); 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);
  }
}