/* 清除内外边距 */
@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;}

/* 重置表单元素 */
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{margin: 0 auto;overflow-x: hidden; width: 100%;}
.content{ width:1310px; margin:0 auto;}


/*产品中心*/
.product{background: url(../images/cp_bg.jpg) no-repeat center 0;overflow: hidden;height: 1062px;padding-top: 145px;margin-top: -75px;}
.pro_tit{font-size: 40px;color: #000;height: 110px;position: relative;text-align: center;overflow: hidden;line-height: 42px; font-weight:normal}
.pro_tit a{color: #000;}
.pro_tit a:hover{color: #006662;}
.pro_tit span{display: block;font-size: 20px;font-weight: normal;color: #000;padding: 22px 0 0;}
.product .pro_tit{margin-bottom: 40px;}
.product .pro_tit:before,.super .pro_tit:before,.case .pro_tit:before,.news .pro_tit:before,.about .pro_tit:before{bottom: auto;top: 60px;}
.gui_tit:before, .pro_tit:before, .adv_tit:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #f27130;
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.product dl{width: 275px;height: 425px;overflow: hidden;float: left;position: relative;margin-right: 33px;}
.product dl dt{width: 275px;height: 387px;line-height: 0;background: #fff;border-radius: 10px;}
.product dl dt a{display: block;width: 275px;height: 387px;position: relative;}
.product dl:hover dt a:before,.product dl.cur dt a:before{content: "";width: 275px;height: 387px;background: rgba(0,0,0,0.4);position: absolute;top: 0;left: 0;border-radius: 10px;}
.product dl dt img{width: 275px;height: 367px;display: block;border-radius: 10px;}
.pro_dd01{width: 180px;height: 75px;line-height: 75px;background: #006662;border-radius: 10px;padding: 0 25px;position: absolute;bottom: 50px;left: 23px;font-size: 22px;color: #fff;-webkit-transition:all .5s;transition:all .5s;}
.product dl dd em{width: 26px;height: 26px;display: block;line-height: 0;float: right;padding-top: 24px;}
.product dl dd em img{width: 26px;height: 26px;}
.pro_dd02{width: 180px;height: 255px;background: #fff;border-radius: 10px;padding: 25px 25px 0;position: absolute;bottom: -300px;left: 23px;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);-webkit-transition:all .5s;transition:all .5s;}
.pro_desc{font-size: 16px;color: #000;line-height: 30px;height: 180px;}
.pro_dd02 a{display: block;font-size: 14px;color: #f27130;width: 100%;margin-top: 24px;font-weight: bold;height: 30px;line-height: 22px;position: relative;}
.pro_dd02 a:before{content: "";width: 80px;height: 2px;background: #f27130;position: absolute;bottom: 0;left: 0;-webkit-transition:all .5s;transition:all .5s;}
.pro_dd02 a:hover:before{width: 120px;}
.product dl dd.pro_dd02 em{padding-top: 2px;}
.product dl:hover .pro_dd01,.product dl.cur .pro_dd01{bottom: -100px;}
.product dl:hover .pro_dd02,.product dl.cur .pro_dd02{bottom: 26px;}
.product dl:nth-of-type(4n){margin-right: 0;}

/*广告条*/
.ban01{background: url(../images/ban01.jpg) no-repeat center 0;overflow: hidden;height: 238px;}
.ban01_l{color: #fff;font-size: 24px;padding: 70px 0 0;width: 600px;line-height: 44px;float: left;}
.ban01_l b{font-size: 36px;display: block;}
.ban01_tel{width: 440px;float: right;padding-top: 80px;}
.ban01_tel span{display: block;width: 210px;text-align: center;font-size: 14px;color: rgba(255,255,255,1);background: url(../images/ban_line.png) no-repeat center 15px;line-height: 30px;float: left;}
.ban01_tel span i{display: block;font-size: 28px;}
.ban01_tel a{display: block;float: right;font-size: 16px;color: #fff;width: 156px;text-align: center;height: 50px;line-height: 50px;background: #f27130;border-radius: 10px;margin-top: 10px;box-shadow: 0 3px 10px 3px rgba(242,113,48,0.3);}
.ban01_tel a:hover{animation:shake .8s linear;-webkit-animation:shake .8s linear;}

/**/
.pro_adv{padding: 80px 0;}
.adv_tit{font-size: 45px;color: #000;text-align: center;position: relative;height: 80px;line-height: 70px;overflow: hidden;}
.pro_advdesc{font-size: 18px;color: #666;line-height: 36px;height: 120px;overflow: hidden;padding: 16px 0 0;width: 985px;text-align: center;margin: 0 auto;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; text-overflow: ellipsis;}
.pro_adv dl{position: relative;width: 390px;float: left;height: 520px;overflow: hidden;margin-right: 15px;}
.pro_adv dl:nth-of-type(3){margin-right: 0;}
.pro_adv dl dt{width: 362px;height: 486px;line-height: 0;overflow: hidden;border-radius: 10px;}
.pro_adv dl dt img{width: 362px;height: 486px;display: block;border-radius: 10px;}
.pro_adv dl dd h5{font-size: 24px;color: #fff;line-height: 28px;height: 60px;overflow: hidden;}
.pro_adv dl dd h5 i{display: block;font-size: 14px;font-weight: normal; font-family:Arial, Helvetica, sans-serif;}
.pro_adv01{width: 100%;height: 235px;position: absolute;bottom: 40px;left: 0;text-align: center;-webkit-transition:all .5s;transition:all .5s;}
.pro_adv01 em{width: 52px;height: 52px;display: block;line-height: 0;margin: 0 auto 20px;}
.pro_adv01 em img{width: 52px;height: 52px;}
.pro_adv01 span{width: 26px;height: 26px;display: block;line-height: 0;margin: 20px auto 0;}
.pro_adv01 span img{width: 26px;height: 26px;}
.pro_adv02 h5{position: absolute;top: -80px;left: 30px;-webkit-transition:all .5s;transition:all .5s;}
.pro_adv02desc{width: 300px;height: 160px;background: #fff;border-radius: 10px;padding: 80px 25px 0;position: absolute;bottom: -250px;left: 30px;box-shadow: 0 3px 8px 3px rgba(0,0,0,0.1);font-size: 16px;color: #000;line-height: 30px;-webkit-transition:all .5s;transition:all .5s;}
.pro_adv02desc:before{content: "";width: 110px;height: 3px;background: #f27130;position: absolute;top: 50px;left: 25px;}
.pro_adv dl:hover .pro_adv01,.pro_adv dl.cur .pro_adv01{bottom: -240px;}
.pro_adv dl:hover .pro_adv02 h5,.pro_adv dl.cur .pro_adv02 h5{top: 40px;}
.pro_adv dl:hover .pro_adv02desc,.pro_adv dl.cur .pro_adv02desc{bottom: 20px;}

/*优势*/
.super{background: url(../images/ys_bg.jpg) no-repeat center 0;height: 945px;padding: 110px 0 0;}
.super .pro_tit,.super .pro_tit span{color: #fff;}
.super_t{margin: 50px auto 0;width: 1128px;}
.super_t ul li{font-size: 24px;color: #000;height: 90px;position: relative;padding-top: 35px;padding-left: 40px;line-height: 28px;width: 242px;float: left;}
.super_t ul li:after{content: "";width: 2px;height: 100%;background: #e5e5e5;position: absolute;top: 0;left: 0;}
.super_t ul li p{width: 60px;height: 60px; position:relative;float: left;line-height: 0;}
.super_t 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;margin: 0 auto;background: #e5e5e5;border-radius: 50%;}
.super_t 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;margin: 0 auto;background: #006662;border-radius: 50%;}
.super_t ul li b img,.super_t ul li em img{ display: block;width: 60px;height: 60px;}
.super_t ul li span{display: block;float: left;font-weight: bold;padding:5px 0 0 15px;}
.super_t ul li i{font-weight: normal;display: block;font-size: 14px;color: #999;text-transform:capitalize; font-family:Barlow-Regular }

@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }
.super_t ul li {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
}
.super_t ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #006662;
  height: 5px;
  -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;
}
.super_t ul li:hover,.super_t ul li.on{color: #006662;}
.super_t ul li.on b,.super_t ul li:hover b{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.super_t ul li.on em,.super_t ul li:hover em{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.super_t ul li:hover:before,.super_t ul li.on:before {
  left: 0;
  right: 0;
}
.super_t ul li:first-child:after{background: none;}
.super_m{width: 1128px;margin: 0 auto;}
.super_m dl dt{width: 1128px;height: 464px;line-height: 0;overflow: hidden;border-radius: 10px;}
.super_m dl dt img{width: 1128px;height: 464px;border-radius: 10px;}
.super_m dl dt img,.case_m dl dt img,.news dl dt img,.about dl dt img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.super_m dl dt img:hover,.case_m dl dt img:hover,.news dl dt img:hover,.about dl dt img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.super_m dl dd{width: 1025px;height: 150px;background: #fff url(../images/ys_k.png) no-repeat center 55px;padding: 50px 0 0;border-radius: 10px;font-size: 16px;color: #000;line-height: 36px;margin: -80px auto 0;position: relative;z-index: 5; box-shadow: 0 3px 6px 3px rgb(0 0 0 / 10%);}
.super_m dl dd p{width: 775px;margin: 0 auto;}

.gui_tit:before,.pro_tit:before,.adv_tit:before,{content: "";width: 40px;height: 2px;background: #f27130;position: absolute;bottom: 0;left: calc(50% - 20px);-webkit-transition:all .5s;transition:all .5s;}




/**/.news1{ width:100%; margin:0 auto; background:#f3f3f3; margin-top:7%; padding-bottom:4%}

.news{padding: 90px 0 40px;}
.news_t{padding: 30px 0 0;height: 110px;line-height: 50px;}
.news_t a{display: block;float: left;width: 200px;text-align: center;height: 50px;background: #006662;border-radius: 10px;font-size: 22px;color: #fff;}
.news_t i{float: right;font-size: 48px;color: #d7d7d7;text-transform: uppercase; font-family:Arial, Helvetica, sans-serif; font-weight:bold}
.news dl{ height: 280px;width: 880px;float: left;border-right: #ccc 1px solid;} 
.news dl dt{width: 472px;height: 280px;overflow: hidden;line-height: 0;border-radius: 10px;float: left;}
.news dl dt img{width: 100%;}
.news dl dd{width: 325px;padding: 20px 40px 0 0;float: right;}
.news dl dd i{display: block;font-size: 14px;color: #000;height: 30px;line-height: 30px;overflow: hidden;}
.news dl dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.news dl dd h5 a,.wd_m dl dt a{font-size: 18px;color: #000;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news dl dd span{display: block;margin-top: 50px;}
.news dl dd span a{display: block;font-size: 14px;color: #fff;text-transform: uppercase;width: 100px;text-align: center;height: 30px;line-height: 30px;background: #006662;border-radius: 20px;}
.news dl dd span a:hover{background: #fc6700;}
.news dl:nth-of-type(2){width: 417px;}
.news dl:nth-of-type(2) dt{display: none;}

/**/
.wd{height: 210px;background: #fff;border-radius: 10px;margin-bottom: 100px;}
.wd_t{width: 175px;padding: 40px 0 0 45px;}
.wd_t a{font-size: 22px;color: #000;display: block;line-height: 30px;}
.wd_t em{width: 26px;height: 26px;display: block;line-height: 0;padding-top: 70px;}
.wd_t em img{width: 26px;height: 26px;}
.wd_m{width: 86%;float: left;padding: 40px 0 0;}
.wd_m dl{width: 360px;float: left;padding-right: 40px;  border-right:1px #eee solid; padding-left:40px}
.wd_m dl dt{height: 30px;line-height: 30px;overflow: hidden;}
.wd_m dl dt a{font-weight: bold;}
.wd_m dl dd a{display: block;}
.wd_m .case_desc{padding-top: 5px;}
.wd_m .case_desc p{ font-size:16px}

.case_desc p{ font-size:16px}
 .case_desc { font-size:16px; line-height:32px; height:58px; overflow:hidden}



.wd_m dl dd span{display: block;font-size: 14px;color: #999;text-transform: uppercase;line-height: 30px;padding-top: 5px;}
.wd_m dl dd:hover span{font-weight: bold;color: #fc6700;}
.wd_m dl dd:hover p{font-weight: bold;color: #666;}
/*关于中天利*/
.about{overflow: hidden;height: 709px;}
.about dl{ position:relative; z-index:0;}
.about dl dt{width: 100%;height: 709px;overflow: hidden;}
.about dl dt a{width: 1920px;display: block;height: 709px;position: absolute;top: 0;left: 50%;margin-left: -960px;overflow: hidden;}
.about dl dt a:before{content: "";width: 100%;height: 210px;background: rgba(0,0,0,0.6);position: absolute;bottom: 0;left: 0;z-index: 1;}
.about dl dt img{width: 1920px;height: 709px;}
.about dl dd{position: relative;z-index: 10;margin-top: -360px;}
.ab_l{width: 450px;height: 330px;background: #fff;padding: 30px 0 0;border-radius: 10px 10px 0 0;}
.ab_l ul{width: 450px;height: 175px;padding-top: 35px;background: #006662;margin-top: 10px;}
.ab_l ul li{width: 150px;float: left;text-align: center;position: relative;}
.ab_l ul li:before{content: "";width: 2px;height: 135px;background: rgba(255,255,255,0.2);position: absolute;top: 0;left: 0;}
.ab_l ul li em{width: 74px;height: 70px;display: block;line-height: 0;overflow: hidden;margin: 0 auto;}
.ab_l ul li em img{width: 74px;height: 70px;}
.ab_l ul li span{display: block;font-size: 22px;color: #fff;line-height: 26px;padding: 10px 0 0;width: 55px;margin: 0 auto;}
.ab_l ul li:first-child:before{background: none;}
.ab_l ul li:hover em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.ab_r{width: 640px;padding: 200px 0 0;font-size: 16px;color: #fff;line-height: 36px;height: 108px;}

/*友情链接*/
.f_link{height: 90px;line-height: 90px;overflow: hidden; background:#006662}
.f_link b{display: block;float: left;font-size: 16px;color: #444;width: 120px;}
.f_link b i{font-size: 12px;font-family:Arial, Helvetica, sans-serif;padding-left: 5px;}
.f_link p{font-size: 16px;color: #fff;width: 1080px; }
.f_link p a{font-size: 16px;color: #fff; 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);
  }
}



/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1050px){  




.content {
    width: 94%;
    margin: 0 auto;
}
.pro_tit {
    font-size: 19px;
    color: #000;
    height: 110px;
    position: relative;
    text-align: center;
    overflow: hidden;
    line-height: 22px;
    font-weight: normal;
}.pro_tit span {
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    padding: 3px 0 0;
}.super {
    background: url(../images/ys_bg.jpg) no-repeat center 0;
    height: 945px;
    padding: 50px 0 0;
}.pro_tit span {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    padding: 3px 0 0;
}

.super_t {
    margin: 0px auto 0;
    width: 100%;background: #fff;  border-radius:12px
}.super_t ul li {
    font-size: 15px;
    color: #000;
    height: 90px;
    position: relative;
    padding-top: 35px;
    padding-left: 3%;
    line-height: 28px;
    width: 22%;
    float: left;padding-top: 2%; padding-bottom:2%
}
.super_t ul li span {
    display: block;
    float: left;
    font-weight: 100;
    padding: 0;
}

.super_t ul li b img, .super_t ul li em img {
    display: block;
    width: 50px;
    height: 50px;
}

.super_t ul li p {
    width: 50px;
    height: 50px;
    position: relative;
    float: left;
    line-height: 0;
}
.super_t ul li i{ display:none}
.super_m,.super_m dl,.super_m dl dt,.super_m dl dt img{ width:100%!important;height: 134px;}
.super_m dl dd {
    width: 96%;
    height: 220px;
    background: #fff url(../images/ys_k.png) no-repeat center 55px;
    padding: 10px 3% 3% 3%;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    line-height: 27px;
    margin: -20px auto 0;
    position: relative;
    z-index: 5;
    box-shadow: 0 3px 6px 3px rgb(0 0 0 / 10%);
}
.super_m dl dd p {
    width: 100%;
    margin: 0 auto;
}
.news_t{ display:none}
.news dl {
    height: 410px;
    width: 100%;
    float: left;
    border-right: #ccc 1px solid;
}
.news dl dt {
    width: 100%;
    height: 200px;
    overflow: hidden;
    line-height: 0;
    border-radius: 10px;
    float: left;
}

.news dl:nth-of-type(2) {
    width: 100%;height: 250px;
}.news dl dd {
    width: 100%;
    padding: 20px 40px 0 0;
    float: right;
}
.news dl dd h5 a, .wd_m dl dt a {
    font-size: 17px;
    color: #000;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case_desc {
    font-size: 14px;
    line-height: 26px;
    height: 58px;
    overflow: hidden;
}.news dl dd span {
    display: block;
    margin-top: 20px;
}
.news dl dd span a {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #006662;
    border-radius: 20px;
}
.wd_t a {
    font-size: 20px;
    color: #000;
    display: block;
    line-height: 20px;
}
.wd_t em {
    width: 26px;
    height: 26px;
    display: block;
    line-height: 0;
    padding-top: 0px;
    float: right;
}.wd {
    height: 410px;}

.wd_m .case_desc p {
    font-size: 14px;
}.case_desc {
    font-size: 14px;
    line-height: 26px;
    height: 50px;
    overflow: hidden;
}.wd_m dl dd span {
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    line-height: 26px;
    padding-top: 0px;
    padding-bottom: 3%;
}.wd_m dl{ width:100%!important}







}




