/* 清除内外边距 */
@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;font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",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;max-width: 100%;} /* 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; width: 100%;}
.content{ width:1200px; margin:0 auto;}

/**/
.yinz{padding: 90px 0;background: url(../images/yinz_bg.jpg) no-repeat center bottom;}
.yinz_tit{font-size: 40px;color: #333;text-align: center;height: 80px;line-height: 40px;background: url(../images/yinz_line.gif) no-repeat center bottom;font-weight: normal;}
.yinz_tit a{color: #333;}
.yinz_tit span{display: block;font-size: 20px;color: #333;}
.yinz_tit:hover,.yinz_tit a:hover{color: #0094dc;}
.yinz_desc{font-size: 16px;color: #666;line-height: 26px;height: 52px;overflow: hidden;text-align: center;padding: 25px 0 0;}
.yinz ul{padding: 75px 0 0;}
.yinz ul li{width: 240px;float: left;text-align: center;position: relative;background: url(../images/yinz_line.png) no-repeat;height: 220px;padding: 6px 0 0;}
.yinz ul li img{width: 123px;height: 123px;}
.yinz ul li em{display: block;width: 123px;height: 123px;line-height: 0;position: absolute;top: 6px;left: 50%;margin-left: -61px;}
.yinz ul li span{display: block;font-size: 16px;color: #333;line-height: 32px;padding: 25px 0 0;}
.yinz ul li b{display: block;font-size: 22px;}
.yinz ul li.yinz_li02 em{
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-o-transform: rotate(60deg);
transform: rotate(60deg);
}
.yinz ul li.yinz_li03 em{
-webkit-transform: rotate(120deg);
-moz-transform: rotate(120deg);
-ms-transform: rotate(120deg);
-o-transform: rotate(120deg);
transform: rotate(120deg);
}
.yinz ul li.yinz_li04 em{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.yinz ul li.yinz_li05 em{
-webkit-transform: rotate(240deg);
-moz-transform: rotate(240deg);
-ms-transform: rotate(240deg);
-o-transform: rotate(240deg);
transform: rotate(240deg);
}
.yinz ul li em{
-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;}
.yinz ul li:first-child:hover em {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
.yinz ul li.yinz_li02:hover em {
-webkit-transform: rotateZ(420deg);
-moz-transform: rotateZ(420deg);
-o-transform: rotateZ(420deg);
-ms-transform: rotateZ(420deg);
transform: rotateZ(420deg);
}
.yinz ul li.yinz_li03:hover em {
-webkit-transform: rotateZ(480deg);
-moz-transform: rotateZ(480deg);
-o-transform: rotateZ(480deg);
-ms-transform: rotateZ(480deg);
transform: rotateZ(480deg);
}
.yinz ul li.yinz_li04:hover em {
-webkit-transform: rotateZ(540deg);
-moz-transform: rotateZ(540deg);
-o-transform: rotateZ(540deg);
-ms-transform: rotateZ(540deg);
transform: rotateZ(540deg);
}
.yinz ul li.yinz_li05:hover em {
-webkit-transform: rotateZ(600deg);
-moz-transform: rotateZ(600deg);
-o-transform: rotateZ(600deg);
-ms-transform: rotateZ(600deg);
transform: rotateZ(600deg);
}
.yinz ul li:first-child{background: none;}

/**/
.cp_bg{/*! background: url(../images/cp_bg.jpg) no-repeat center 0; */padding: 85px 0 70px;}
.fenl{height: 600px;}
.fenl .yinz_tit,.five .yinz_tit{color: #fff;background: url(../images/cp_line.png) no-repeat center bottom;}
.fenl .yinz_tit a,.fenl .yinz_tit span,.five .yinz_tit span{color: #fff;}
.fenl_list{padding: 80px 0 0;height: 290px;}
.fenl_list h3{height: 75px;background: url(../images/fenl_line.png) no-repeat 0 bottom;overflow: hidden;margin-bottom: 12px;}
.fenl_list h3 a{font-size: 22px;color: #fff;}
.fenl_list h3 em{display: block;width: 74px;height: 32px;line-height: 0;overflow: hidden;padding-bottom: 5px;}
.fenl_list h3 em img{width: 74px;height: 32px;}
.fenl_list ul li{height: 32px;line-height: 32px;overflow: hidden;background: url(../images/cp_ico01.png) no-repeat 0 11px;}
.fenl_list ul li a{font-size: 14px;color: #fff;padding-left: 18px;}
.fenl_list a:hover{text-decoration: underline;}
.fenl01{width: 320px;}
.fenl02{width: 310px;}
.fenl03{width: 190px;}
.fenl04{width: 240px;}
.fenl05{width: 140px;}
.fenl03 h3{width: 150px;}
.fenl04 h3{width: 195px;}
.cp_more{display: block;line-height: 0;width: 101px;height: 101px;margin: 0 auto;-webkit-transition:transform .3s;transition:transform .3s;border-radius: 50%;}
.cp_more img{width: 101px;height: 101px;}
.cp_more:hover{-webkit-transform:translate(0,-2px);transform:translate(0,-2px);box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}

/**/
.chanp_t{position: absolute;top: 500px;left: 335px;z-index: 10;}
.chanp_t ul li{width: 22px;height: 22px;background: url(../images/cp_d01.png) no-repeat;margin-right: 12px;float: left;cursor: pointer;}
.chanp_t ul li.on{background: url(../images/cp_d02.png) no-repeat;}
.chanp01{width: 1200px;height: 585px;}
.chanp01 dl dt{width: 760px;height: 530px;line-height: 0;float: left;overflow: hidden;margin-left: -50px;position: relative;}
.chanp01 dl dt img{width: 760px;height: 530px;}
.chanp01 dl dt:before,.yous dl dt: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); }
.chanp01 dl dt:hover:before,.yous dl dt:hover:before{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.chanp01 dl dd{width: 400px;float: left;padding: 70px 0 0 70px;}
.chanp01 dl dd h5{line-height: 60px;height: 60px;overflow: hidden;position: relative;}
.chanp01 dl dd h5:before{content: "";width: 60px;height: 2px;background: #999;position: absolute;bottom: 0;left: 0;}
.chanp01 dl dd h5 a{font-size: 28px;color: #007fcc;}
.cp_desc{font-size: 14px;color: #6a6a6a;height: 192px;line-height: 24px;overflow: hidden;padding: 15px 0 0;}
.cp_btn{padding: 35px 0 0;}
.cp_btn a{display: block;float: left;font-size: 16px;width: 160px;height: 40px;line-height: 40px;overflow: hidden;border-radius: 20px;}
.cp_btn em{display: block;float: left;width: 30px;height: 30px;line-height: 0;overflow: hidden;}
.cp_btn em img{width: 30px;height: 30px;}
.cp_btn .btn01{border: #0f3059 1px solid;color: #333;margin-right: 25px;}
.cp_btn .btn01 em{padding: 6px 10px 0 25px;}
.cp_btn .btn02{border: #0083c4 1px solid;background: #0083c4;color: #fff;}
.cp_btn .btn02 em{padding: 5px 5px 0 25px;}
.cp_btn a:hover,.ban01_btn a:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;}
.chanp01_t{background: url(../images/cp_tline.gif) no-repeat 0 32px;height: 70px;line-height: 70px;overflow: hidden;text-align: center;padding-bottom: 30px;}
.chanp01_t a{font-size: 34px;color: #333;}
.chanp01_t a:hover{color: #0083c4;}
.chanp_qie ul li{width: 386px;float: left;margin-left: 10px;}
.chanp_qie ul li em{width: 386px;/*! height: 290px; */display: block;line-height: 0;overflow: hidden;}
.chanp_qie ul li img{width: 100%;/*! height: 190px; */}
.chanp_qie ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.chanp_qie ul li img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.chanp_qie ul li span{display: block;width: 386px;text-align: center;height: 40px;line-height: 40px;font-size: 16px;color: #333;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding: 5px 0 0;}
.chanp_qie ul li:hover span{color: #0083c4;font-weight: bold;}
.chanp_m .cp_lico,.chanp_m .cp_rico{width: 56px;height: 56px;position: absolute;top: 200px;border-radius: 50%;z-index: 10;-webkit-transition:transform .3s;transition:transform .3s;}
.chanp_m .cp_lico:hover,.chanp_m .cp_rico:hover{box-shadow: 0 3px 5px 3px rgba(0,0,0,0.1);-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}
.chanp_m .cp_lico{left: -90px;}
.chanp_m .cp_rico{right: -90px;}

/*德曼云系统*/
.five{background:url(../images/five_bg.jpg) no-repeat center 0;padding: 88px 0 0;height: 850px;overflow: hidden;}
.five_pic{width: 1200px;height: 560px;line-height: 0;padding: 22px 0 0;}
.five_pic img{width: 1200px;height: 560px;}
.five_l{width: 245px;position: absolute;top: 178px;left: 0;}
.five dl{-webkit-transition:transform .3s;transition:transform .3s;height: 320px;}
.five dl dt{width: 72px;height: 64px;}
.five dl dt img{width: 72px;height: 64px;}
.five dl dd{padding: 8px 0 0;}
.five dl dd h5{font-size: 22px;color: #fff;height: 40px;line-height: 40px;overflow: hidden;}
.five dl dd p{font-size: 16px;color: #fff;line-height: 28px;height: 84px;overflow: hidden;padding: 3px 0 0;}
.five dl:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}
.five_r{left: auto;right: 0;}
.five_c{position: absolute;top: 690px;left: 410px;}
.five .five_c dl{width: 400px;}
.five .five_c dl dt{float: left;padding: 5px 0 0;}
.five .five_c dl dd{float: left;padding: 0 0 0 10px;width: 315px;}

/*管家式服务*/
.fuw{background:url(../images/fuw_bg.jpg) no-repeat center 0;padding: 57px 0 0;height: 660px;overflow: hidden;}
.fuw dl{width: 231px;height: 427px;float: left;position: relative;margin-top: 50px;margin-right: 11px;background: #fff;}
.fuw dl dt{width: 100px;height: 100px;margin: 50px auto 0;position: relative;}
.fuw dt .hover,.fuw dt .default{background:url(../images/iserve_bg.png);}
.fuw dt i{display:block;width:100px;height:100px;background:url(../images/iserve_icon.png);}
.fuw dt .hover,.fuw dt .default{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:all .5s linear;-webkit-transition:all .5s linear;}
.fuw dt .default{background-position:0 -200px;}
.fuw dt .hover{background-position:0 -100px;color:#fff;opacity:0;visibility:hidden;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}
.fuw dt.d1 .default i{background-position:0 0;}
.fuw dt.d1 .hover i{background-position:-100px 0;}
.fuw dt.d2 .default i{background-position:0 -100px;}
.fuw dt.d2 .hover i{background-position:-100px -100px;}
.fuw dt.d3 .default i{background-position:0 -200px;}
.fuw dt.d3 .hover i{background-position:-100px -200px;}
.fuw dt.d4 .default i{background-position:0 -300px;}
.fuw dt.d4 .hover i{background-position:-100px -300px;}
.fuw dt.d5 .default i{background-position:0 -400px;}
.fuw dt.d5 .hover i{background-position:-100px -400px;}
.fuw dt:hover .hover,.fuw dl.cur .hover{opacity:1;visibility:visible;-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
.fuw dt:hover .default,.fuw dl.cur .default{opacity:0;visibility:hidden;-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.fuw dl dd{padding: 20px 0 0;}
.fuw dl dd h5{font-size: 24px;color: #333;line-height: 48px;text-align: center;height: 55px;position: relative;overflow: hidden;font-weight: normal;}
.fuw dl dd h5:before{content: "";width: 20px;height: 1px;background: #999;position: absolute;bottom: 0;left: 50%;margin-left: -10px;}
.fuw dl dd p{font-size: 14px;color: #666;padding: 20px 0 0;line-height: 28px;/*! height: 84px; */overflow: hidden;width: 175px;margin: 0 auto;}
.fuw dl {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  transition: all 0.3s;
}
.fuw dl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/fuw_k.jpg) no-repeat;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.fuw dl:hover:before,.fuw dl.cur:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.fuw dl.cur dd h5,.fuw dl.cur dd p{color: #fff;}
.fuw dl.cur dd h5:before{background: #fff;}
.fuw dl.nobor{margin-right: 0;}

/*合作案例*/
.case{padding: 80px 0 60px;}
.case_nav{padding: 20px 0 0;height: 40px;line-height: 40px;overflow: hidden;}
.case_nav ul li{background: url(../images/case_bor.gif) no-repeat right 13px;float: left;}
.case_nav ul li a,.case_nav span a{font-size: 16px;color: #333;padding: 0 33px 0 28px;}
.case_nav ul li a:hover,.case_nav span a:hover{color: #0094dc;}
.case_nav span{float: right;}
.case_nav span a{padding: 0;}
.case dl{width: 23%;margin-left: 1.6%;margin-top: 30px;float: left;}
.case dl dt{width: 100%;overflow: hidden;position: relative;}
.case dl dt a:after{ position: absolute;left:0;bottom:0;width: 100%;height: 0;transition:all 0.5s;content: "";background: rgba(255,255,255,1);}
.case dl:hover dt a:after{ height: 100%;background: rgba(255,255,255,0);}
.case dl dt img{ display: block;width: 100%;transition:all 0.5s;}
.case dl:hover dt img{ transform: scale(1.05);}
.case dl dd{width: 100%;position: relative;padding: 10px 0 15px;}
.case dl dd h5{height: 30px;line-height: 30px;overflow: hidden;width: 70%;padding-left: 3%;}
.case dl dd h5 a{font-size: 18px;color: #1b1b1b;font-weight: normal;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.case dl dd h5 a:hover{color: #0094dc;}
.case_desc{font-size: 14px;color: #6c6e77;height: 25px;line-height: 25px;overflow: hidden;padding-left: 3%;}
.case dl dd span{display: block;width: 72px;height: 12px;position: absolute;top: 18px;right: 0;}
.case dl dd span img{width: 72px;height: 12px;}
.case dl dd i{width: 100%;height: 1px;display:block;position: absolute;z-index: 4;bottom: 0px;left: 0;background: #e5e5e5;}
.case dl dd i:hover{background:#0094dc\9;}/* IE6、IE7、IE8支持 */
.case dl dd i:after{content:'';position:absolute;height:100%;width:0;background:#0094dc;bottom:0;left:0;-webkit-transition:width .5s;transition:width .5s;}
.case dl:hover dd i:after{width:100%;}
.case_gd{display: block;width: 320px;margin: 0 auto;padding: 50px 0 0;}
.case_gd a{display: block;font-size: 16px;color: #333;width: 216px;height: 70px;line-height: 70px;border: #d6d6d6 1px solid;border-radius: 50px;padding-left: 100px;position: relative;}
.case_gd a:hover{color: #0094dc;}
.case_gd em{display: block;width: 7px;height: 12px;line-height: 0;position: absolute;top: 28px;right: 105px;-webkit-transition:transform .3s;transition:transform .3s;}
.case_gd em img{width: 7px;height: 12px;}
.case_gd a:hover em{-webkit-transform:translate(3px,0);transform:translate(3px,0);}
.case_gd a:before,.case_gd a:after{content: '';position: absolute;z-index: 1;overflow: hidden;left: 50%;height: 0px;width: 20%;border: 1px solid #0094dc;-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition: width .3s ease-out .2s, height .2s ease-in;transition: width .3s ease-out .2s, height .2s ease-in; border-radius:50px;}
.case_gd a:before{top: -1px;border-bottom: 0;}
.case_gd a:after{bottom: -1px;border-top: 0;}
.case_gd a:hover:before,.case_gd a:hover:after{width: 100%;height: 70px;-webkit-transition: width .3s ease-in, height .2s ease-out .3s;transition: width .3s ease-in, height .2s ease-out .3s; border-radius:50px;}

/*优势*/
.yous{/*! height: 2260px; */ */overflow: hidden;/*! padding: 20px 0 0; *//*! background-color: white; */background: white;padding-top: 50px;}
.yous h2{padding:20px 0px;/*! background: white; */}
.yous .content{
	/*! background: url(../images/ys_bg.gif) no-repeat center 0; */
	padding: 20px;
}
.yous dl{position: relative;}
.yous dl dt{overflow: hidden;position: relative;top: 0;}
.yous dl dd{/*! width: 500px; *//*! float: left; */margin-left: auto;width: 50%;margin-left: 5%;}
.yous dl dd h5{/*! height: 160px; */border-bottom: #d2d2d2 1px solid;/*! font-size: 32px; *//*! color: #007fcc; *//*! line-height: 40px; *//*! background-image: url(../images/ys_ico01.png); */background-repeat: no-repeat;/*! text-align: center; */}
.yous dl dd h5 i{display: block;font-size: 24px;color: #333;font-weight: normal;}
.yous dl dd h5 em{display: block;width: 100px;height: 50px;line-height: 0;padding-bottom: 10px;}
.yous dl dd h5 img{/*! width: 100px; *//*! height: 50px; */}
.yous dl dd:hover h5 em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.yous dl dd p{font-size: 16px;color: #333;line-height: 30px;/*! background: url(../images/ys_ico02.png) no-repeat 0 40px; */padding: 10px 0px;}
.yous dl dd span{/*! display: block; */}
.yous .ys_dl01{/*! height: 508px; *//*! margin-top: 67px; */display: flex;margin:30px auto 30px auto;width: 100%;}
.yous .ys_dl01:nth-child(1){/*! margin-top:200px */}
.yous .ys_dl01 dt{/*! width: 1005px; *//*! height: 508px; *//*! left: 50%; *//*! margin-left: -45px; */width: 45%;}
.yous .ys_dl01 dt img{/*! width: 1005px; *//*! height: 508px; */}
.yous .ys_dl01 dd{/*! padding: 45px 0 0; */}
.yous .ys_dl01 dd h5{background-position: right 64px;}
.yous .ys_dl02{/*! height: 513px; */display: flex;align-items: center;}
.yous .ys_dl02 dt{/*! width: 915px; *//*! height: 513px; *//*! right: 50%; */margin-left: 5%;width: 45%;}
.yous .ys_dl02 dt img{/*! width: 80%; *//*! height: 513px; */}
.yous .ys_dl02 dd{/*! padding: 88px 0 0 610px; */width: 50%;margin: 0%;}
.yous .ys_dl02 dd h5,.yous .ys_dl03 dd h5,.yous .ys_dl04 dd h5{background-position: 405px 64px;}
.yous .ys_dl03{height: 523px;}
.yous .ys_dl03 dt{width: 1004px;height: 523px;left: 50%;margin-left: -45px;}
.yous .ys_dl03 dt img{width: 1004px;height: 523px;}
.yous .ys_dl03 dd{padding: 70px 0 0;}
.yous .ys_dl04{height: 528px;}
.yous .ys_dl04 dt{width: 915px;height: 528px;right: 50%;margin-right: 45px;}
.yous .ys_dl04 dt img{width: 915px;height: 528px;}
.yous .ys_dl04 dd{padding: 75px 0 0 610px;}

/*广告条*/
.ban01{background: url(../images/ban01.jpg) no-repeat center 0;height: 246px;overflow: hidden;padding: 175px 0 0;}
.ban01 p{font-size: 30px;color: #fff;text-align: center;width: 570px;text-align: center;line-height: 44px;height: 130px;}
.ban01 b{display: block;font-size: 44px;padding-bottom: 10px;}
.ban01_btn a{display: block;float: left;font-size: 16px;color: #0280ce;width: 220px;height: 40px;line-height: 40px;overflow: hidden;border-radius: 20px;font-weight: bold;background: #fff;margin-left: 40px;}
.ban01_btn em{display: block;float: left;width: 27px;height: 27px;line-height: 0;overflow: hidden;padding: 6px 10px 0 25px;}
.ban01_btn em img{width: 27px;height: 27px;}

/**/
.news{padding: 75px 0;}
.news_l{width: 707px;padding: 40px 0 0;}
.news01{width: 707px;height:135px; border-bottom:1px dashed #d1d1d1;}
.news01 dl{width: 707px;}
.news01 dl dt{height: 42px;line-height: 42px;overflow: hidden; background:url(../images/tout.png) no-repeat;}
.news01 dl dt a{font-size: 22px;color: #333;padding: 0 0 0 110px;display:block;width:590px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news01 dl dt a:hover{color: #007fcc;}
.news_desc{font-size: 14px;color: #666;line-height: 25px;height: 52px;overflow: hidden;padding: 10px 0 0;}
.news01 dl dd span{display: block;line-height: 26px;margin-left: 550px;}
.news01 dl dd span a{font-size: 14px;color: #007fcc;}

.news02{width: 707px;}
.news02 dl{height:140px; border-bottom:1px dashed #d1d1d1; padding-top:20px;}
.news02 dl dt{width:212px; height:119px; float:left; overflow:hidden;}
.news02 dl dt img{width:212px; height:119px; transition:.5s;}
.news02 dl:hover dt img,.wd_pic:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.news02 dl dd{width:470px; float:left; padding-top:10px; padding-left:25px;}
.news02 dl dd h5{height: 28px;line-height: 28px;overflow: hidden;}
.news02 dl dd h5 a{font-size: 18px; color:#333;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;display:block;width:100%;}
.news02 dl dd h5 a:hover,.news03 ul li a:hover{color: #007fcc;}

.news03{width: 707px;padding: 15px 0 0;}
.news03 ul li{height: 34px;line-height: 34px;overflow: hidden;}
.news03 ul li a{font-size: 16px;color: #333;display: block;float: left;width: 570px;height: 34px;line-height: 34px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background:url(../images/news_ic.png) no-repeat 0 14px;padding: 0 0 0 18px;}
.news03 ul li span{display: block;float: right;font-size: 14px;color: #999;width: 100px;text-align: right;}

.news_r{width:366px; /*! height:550px; */ background:url(../images/news_rbg.jpg) no-repeat;margin-top: 40px;padding: 22px 27px 0;}
.news_r h3{height:48px; line-height: 48px;overflow: hidden;font-weight: normal;}
.news_r h3 a{font-size: 26px;color: #007fcc;}
.news_r h3 em{font-size: 18px; color:#999999; font-family:"Arial"; margin-left: 9px; }
.wd_pic{width:366px; height:206px;line-height: 0;overflow: hidden;margin-top: 12px;margin-bottom: 10px;}
.wd_pic img{width:366px; height:206px; transition:.5s;}
.wd_m dl{width: 366px;height: 65px; border-bottom:1px dashed #d1d1d1;padding: 15px 0 0;}
.wd_m dl dt{height: 26px;line-height: 26px;overflow: hidden; background:url(../images/news_ic.png) no-repeat 3px 8px;padding: 0 0 0 18px;}
.wd_m dl dt a{font-size: 16px;color: #4c4c4c;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-weight: bold;}
.wd_m dl dt a:hover,.ab_r span a:hover{color: #007fcc;}
.wd_m dl dd{height: 26px;line-height: 26px;overflow: hidden;padding: 0 0 0 18px;}
.wd_m dl dd a{font-size: 14px;color: #666;}

/*走进德曼节能*/
.about{overflow: hidden;}
.about dl{position: relative;height: 808px;}
.about dl dt{position: relative;left: 50%;margin-left: -960px;}
.about dl dt img{width: 1920px;height: 694px;}
.about dl dd{width: 1200px;height: 180px;background:#fff;position: absolute;top: 562px;z-index: 2;left: 0;box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.08);}
.about dl dd:before{content: "";width: 28px;height: 28px;background: #20a5f5;position: absolute;left: -26px;bottom: -26px;z-index: -1;}
.about dl dd h5{width: 155px;height: 140px;background: #007fcc;float: left;overflow: hidden;padding: 40px 0 0 45px;line-height: 46px;}
.about dl dd h5 a{font-size: 30px;color: #fff;font-weight: normal;}
.about dl dd h5 b{display: block;font-size: 42px;}
.ab_r{width: 890px;float: left;padding: 25px 0 0 35px;}
.ab_r h6{font-size: 24px;color: #333;font-weight: normal;height: 36px;line-height: 36px;overflow: hidden;}
.ab_desc{font-size: 14px;color: #898989;line-height: 24px;height: 72px;overflow: hidden;padding: 5px 0 0;}
.ab_r span{display: block;float: right;}
.ab_r span a{font-size: 18px;color: #3d4146; background:url(../images/ab_ico.png) no-repeat right 4px;display: block;width: 110px;height: 24px;line-height: 24px;overflow: hidden;}

/*友情链接*/
.links{ height: 100px;line-height: 100px;overflow: hidden;margin-top: -156px;}
.links b{ float: left;font-size: 12px;color: #c9c9c9;font-weight: normal;background: url(../images/link_ico.gif) no-repeat 0 33px;width: 90px;padding-left: 30px;}
.links p{font-size: 14px;color: #808080;float: left;width: 1080px;}
.links p a{font-size: 12px;color: #c9c9c9; padding:0 10px 0 0;}
.links p a:hover{color: #333;}


/**/
@-webkit-keyframes shake{
  from,to{-webkit-transform:translate3d(0, 0, 0);}
  20%,60%{-webkit-transform:translate3d(-10px, 0, 0);}
  40%,80%{-webkit-transform:translate3d(10px, 0, 0);}
}

@keyframes shake {
  from,to{transform:translate3d(0, 0, 0);}
  20%,60%{transform:translate3d(-10px, 0, 0);}
  40%,80%{transform:translate3d(10px, 0, 0);}
}

/**/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.header img{max-height:60px;}
	.pagination{display:flex;align-items:center;justify-content: center;margin:20px 0px;}
		.pagination li{display:inline-block;/*! margin:0px 5px; *//*! width: 20px; *//*! height: 20px; */line-height: 30px;text-align: center;font-size: 20px;margin: 0px 5px;}
		.pagination .active{color: #0088e6;}
.cur{background:#0094dc}
.cur a{color:white}