@charset "utf-8";
/* CSS Document */
html {overflow-y:scroll;}
*{margin:0;padding:0;list-style:none;border:0;}
body{font-size:15px;  margin:0; padding:0;font-family: "微软雅黑"; overflow:hidden; }
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,html,body,nav{padding:0;margin:0; color:#333}
h1,h2,h3,h4,h5,h6 {font-size:14px; font-weight:normal;}
img{border:0; vertical-align: middle}
ol,ul{list-style:none;}
i{ font-style:normal}
h1{font-size:18px;}
a{color:#333;text-decoration:none;font-size:15px;blr:expression(this.onFocus=this.blur());font-family: "微软雅黑"; }
a:hover{color:#f00;text-decoration:none;}
.clean100{clear:both;height:100px;overflow:hidden;}
.clean50{clear:both;height:50px;overflow:hidden;}
.clean30{clear:both;height:30px;overflow:hidden;}
.clean20{clear:both;height:20px;overflow:hidden;}
.clean10{clear:both;height:10px;overflow:hidden;}
.left{ float:left;overflow:hidden;}
.right{float:right;overflow:hidden;}
.mar{ margin:0 auto}
.w1200{ width:1200px; clear:both;}
.i{font-style:normal}
.w1000{ width:1000px; clear:both;}

/*返回顶部样式*/
.totop{position:fixed;right:25px;bottom:25px;display:block;width:26px;height:62px;background:url(../images/rocket.png) no-repeat 0 0;-webkit-transition: all 0.2s ease-in-out;}
.totop:hover{background:url(../images/rocket.png) no-repeat 0 -62px;}


/*导航条1*/

.top{ width:100%; height:37px;line-height:37px; background:#0462b6;float:left}
.top span{ float:left; color:#fff}
.top dl{ float:right}
.top p{ float:left;color:#fff}
.top img{ width:21px; float:left; padding-right:10px; margin-top:7px;}
/*导航条*/

.hedr{ width:100%; float:left; padding:20px 0;  height:80px; }


.hedr span{ width:45%; float:left;position: relative;left:0;transition-duration: .5s; overflow:hidden}
.hedr span img{ height:80px;  }
.hedr span:before{content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 300px;
    height: 15px;
    background-color: rgba(255,255,255,.5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;}
	@-webkit-keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

@-o-keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

@-moz-keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

@keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}



.search{ width:300px; height:40px; float:right; margin-top:20px;border:2px solid #ddd;border-radius:25px; }
.kuan_sou{ width:230px; height:40px; padding-left:15px; line-height:40px; float:left; border-right:1px solid #ddd;border-radius:25px 0 0 25px;  color:#999;  }
.kuan_an{ width:50px; height:38px; color:#FFF;cursor:pointer;background: url(../images/ss1.png) center no-repeat ; float:left; border:none;}
.kuan_an:hover{background: url(../images/ss2.png) center no-repeat ;}

.hedr dl{ float:right; margin-right:15px;position: relative;
    top: 20px;
    width: 44px;
    height: 44px;
    vertical-align: bottom;
    line-height: 44px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    border: 1px solid #008ed6;
    border-radius: 50%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.hedr dl i{font-size: 24px;
    color: #008ed6;}
.hedr dl dd{display: none;
    position: absolute;
    left: -40px;
    top: 50px;
    width: 120px;
    height: 120px; text-align:center; z-index:8; }
.hedr dl dd img{ max-width:120px;}
.hedr dl dd p{color: #fff; background-color:#008ed6; line-height:34px;}

.hedr dl:hover dd{ display:block}

.dht{ float:left;width:100%; overflow:hidden; background:#008ed6;}
.menu{ width:100%; overflow:hidden; float:right; }
.menu .menu_item{ display:inline-block;float:left;font-size: 16px; text-align:center;width:10%;  font-family:"微软雅黑";  }
.menu .menu_item a{font-size: 16px; display: block;width: auto; color:#fff;line-height:60px; }
.menu .menu_item:hover{ background:#aace24}
.cur{text-decoration:none;background:#0565c9}
.menu .menu_item:hover a{ color:#fff}
.cur a{color:#fff; font-weight:600}
.menu:hover .cur{border-bottom:none  !important}


.menu .menu_item:hover .submenu{display:block; z-index:999999; position:absolute;}
.submenu{ overflow: hidden;z-index:999999999; display:none;background:#fff}
.submenu_item {padding:0 2px; min-width:116px; border-bottom:1px dashed #dedede; text-align:center }
.submenu_item a{color:#333 !important;  font-weight:100 !important; line-height:3em !important;}
.submenu_item:hover{ background:#008ed6}
.submenu_item a:hover{ color:#fff !important;}






/*banner*/

#banner{ width:100%; float:left; height:700px; min-width: 1200px; position:relative; overflow:hidden; }

.hedrn{ width:100%;height:350px; margin:0 auto; z-index:999;position: relative;}
.suanbanner{  width:100%;max-height:400px; position:relative; overflow:hidden; }
.suanbanner img{ width:100%;min-height:400px;object-fit:cover; }

.bannerdt{width:100%;height:305px;clear:both;position: absolute;left:0; top:37px;}

.bt{ width:100%; float:left;  text-align:center; }
.bt h1{  font-size:30px; line-height:42px; color:#1c2a37}
.bt p{font-size: 18px; line-height: 26px; text-transform: uppercase; color:#999; margin-top:5px; }
.bt img{ width:375px; margin-top:10px;}

/**/
.index-functions { width:100%; float:left;
	position:relative;
	height:150px;
	-moz-box-shadow:0px 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.1);
	box-shadow:0px 5px 5px rgba(0,0,0,0.1)
}
.index-functions .functions-box {
	height:100%;
	display:table
}
.index-functions .functions-box .index-function {
	display:table-cell;
	position:relative;
	height:100%;
	vertical-align:middle;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s
}
.index-functions .functions-box .index-function:hover {
	background-color:#008ed6
}
.index-functions .functions-box .index-function:hover .iconfont,.index-functions .functions-box .index-function:hover .index-function-title {
	color:#fff
}
.index-functions .functions-box .index-function:hover>a,.index-functions .functions-box .index-function:hover+li>a {
	border-left-color:transparent
}
.index-functions .functions-box .index-function:hover::after {
	content:"";
	height:6px
}
.index-functions .functions-box .index-function::after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	height:0;
	width:100%;
	background-color:#aace24;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s
}
.index-functions .functions-box .index-function>a {
	display:block;
	text-align:center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-top:12px
}
.index-functions .functions-box .index-function+li>a {
	border-left:1px solid #d4e6e0
}
.index-functions .functions-box .index-function .iconfont {
	color:#008ed6;
	font-size:40px;
	line-height:1;
	margin-bottom:7px;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s
}
.index-functions .functions-box .index-function .index-function-title {
	color:#333; line-height:36px;
	font-size:16px;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s
}













/*新闻动态切换图*/

.clearfix:before,.clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
.example-slide {
	width:580px;
	height:350px; float:left
}
.example-slide .slidest {
	position:absolute;
	z-index:100;
	width:580px;
}
.slidest .slides_container .slide-all {
	float:left;
	width:580px;
}
.slides_container .slide-all a {
	width:100%;
	display:block;
	overflow:hidden;
}
.slides_container .slide-all a img {
	width:580px; height:350px;position:relative;object-fit:cover;
}
.slides_container .slide-all a p{ color:#fff; width:580px; height:50px; line-height:50px; overflow:hidden;position:absolute;top:300px; background-color: rgba(0,0,0,0.5); filter:Alpha(opacity=50);*zoom:1;}

.slidest .slides_container {
	width:580px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slidest .slides_container .slide {
	width:580px;
	height:350px;
	display:block;
}
.slidest .prev {
	position:absolute;
	display:block;
	z-index:100;
	background:url(../images/topicarrow.png) 0px 0px;
	top:150px;
	width:40px;
	height:60px;
	*left:0px;
}
.slidest .next {
	right:0px;
	position:absolute;
	display:block;
	z-index:100;
	background:url(../images/topicarrow.png) 40px 0px;
	top:150px;
	width:40px;
	height:60px;
}
.slidest a.next:hover {
	background:url(../images/topicarrow_hover.png) 40px 0px;
}
.slidest a.prev:hover {
	background:url(../images/topicarrow_hover.png) 0px 0px;
}
.pagination{ display:none}


.news_wrap{width:600px;float: right;}
.news_head{width:600px;height:44px; background:url(../images/bjt.jpg) repeat-x; float:left}

.tabList ul{ width:450px; float:left; height:44px;  boverflow:hidden}
.tabList ul li{float:left;cursor:pointer;font-weight:bold; line-height:44px;text-align:center;font-size:17px;width:150px; color:#fff }

.cli1,.cli2:hover{ background:#008ed6;  color:#fff !important}

.more1{ width:60px; height:44px;float:right;font-weight:normal;line-height:44px}
.more1 i{ color:#00a651; font-size:17px; float:left; padding-right:10px; padding-top:13px}
.more1 a{ font-size:14px;color:#fff; float:left; }
.more1 a:hover,.tabCon ul li h3:hover,.more1 a:hover,.more i:hover{ color:#00aef0}

.tabCon{width:600px; overflow:hidden; border-top:none}
.tabConxl ul{ width:97%; padding:10px; float:left}
.tabConxl ul li{ width:100%; float:left; height:33px;line-height:33px;border-bottom:1px dashed #dedede;  padding-bottom:2px; padding-top:2px}
.tabConxl ul li img{ float:left; padding:14px 8px 0 5px}
.tabConxl ul li h3 { float:left; width:65%; height:33px;  overflow:hidden; font-size:15px; color:#979797}
.tabConxl ul li span{ float:right; padding-right:5px;color:#999; font-size:13px; }

.tabCon ul  b{ font-size:18px; color:##0565c9; line-height:36px;overflow: hidden;/*超出部分隐藏*/ white-space: nowrap;/*不换行*/ text-overflow:ellipsis;/*超出部分省略号显示*/}
.tabCon  ul p{ line-height:26px;}





/*切换新闻*/
.wrapu{width:110%; float:left}
#list{overflow:hidden;zoom:1;}
#wrap .item{display:inline;float:left;width:590px;border:1px solid #e8e8e8; border-top:none;margin-right:20px;background:#fff;}
#wrap .item .tab{position:relative;float:left; width:100%; height:34px;  margin-bottom:35px;}

#wrap .item .tab ul{position:absolute;top:0;left:0; width:100%;height:45px; line-height:45px;overflow:hidden; background:url(../images/dht2.jpg) no-repeat; background-size:100% 100%;border-radius:10px 10px 0 0 ;}
#wrap .item .tab ul li{float:left;cursor:pointer;line-height:43px; width:163px; margin-top:2px; text-align:center; background:#00a650; color:#fff; font-weight:700; margin-left:20px;  font-size:16px;border-radius:10px 10px 0 0;}
#wrap .item .tab ul li.current{cursor:text;font-weight:700; background:#fff; color:#666}
#wrap .item .items{display:none;}


.tabConx2 ul{ width:86%; margin:0 auto;}
.tabConx2 ul li,.list_newst li,.ry_list ul li{ width:100%; float:left; height:35px;line-height:35px;padding-bottom:2px; padding-top:2px;}
.tabConx2 ul li img,.list_newst li img,.ry_list ul li img{ float:left; padding:14px 8px 0 5px}
.tabConx2 ul li h3,.list_newst li h3,.ry_list ul li h3{ float:left; width:65%; height:35px;  overflow:hidden; font-size:16px;}
.tabConx2 ul li span,.list_newst li i,.ry_list ul li dd{ float:right; padding-right:5px;color:#999; font-size:13px; }

.items p{ line-height:26px; padding-left:10px}
.items dl img{ width:360px; float:left; padding-left:10px}
.items dl b{ width:100%; float:left; text-align:center; line-height:42px; font-weight:normal; padding-top:30px}

.btn{float:right;margin-right:10px; margin-top:10px; padding-bottom:20px;}
.btn a i{ font-size:20px; color:#4eb02c;}
.btn a i:hover{ color:#ff6000}


.wht{ width:100%; height:150px; float:left; background: url(../images/bjt2.jpg) no-repeat; background-size:cover; overflow:hidden; line-height:100px; margin:20px 0}
.wht marquee img{ margin-top:10px }




/*产品中心*/
.keshi{ width:64%; float:left; border:1px solid #dedede; background:#fff}
.keshi .title{ width:92px; float:left}
.keshi .title img{ max-width:100%}
.kest{ width:80.6%; float:right; padding:3%; display:block}
.keshi ul { width:102%; float:left }
.keshi ul li{ width:47.6%; float:left; text-align:center; margin-right:2%; margin-bottom:2.1%; border:1px solid #008ed6; line-height:60px;    position: relative;-moz-transition: all .3s ease; -webkit-transition: all .3s ease;transition: all .3s ease;}
.keshi ul li a{color: #222; font-size:18px;
    display: block;
    position: relative;
    z-index: 2;}
.keshi ul li i{width: 68px; height: 1px; background-color: #aace24;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1px;
}
.keshi ul li:hover{background-color: #008ed6;
  overflow: hidden;
  transition: width 0.3s 0s ease;
  -o-transition: width 0.3s 0s ease;
  -ms-transition: width 0.3s 0s ease;
  -moz-transition: width 0.3s 0s ease;
  -webkit-transition: width 0.3s 0s ease;}

.keshi ul li:hover a{ color:#fff}


.danj{ width:34%; float:right; overflow:hidden}
.danj ul li{ width:100%; float:left; height:130px; background-size:cover; margin-bottom:10px; text-align:center}
.danj ul li a{ display:block}
.danj ul li h1{font-size: 34px;color: #c31c16; font-weight:600;line-height: 130px;overflow: hidden; text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;}

/**/
/*公告*/
.Floor001198 .box {
    float: left; background:#fff; padding:2%;
    width: 60%; overflow:hidden
}
.Floor001198 .tab_on {
    height: 32px;
    line-height: 32px;
    margin-bottom: 3%;
}
.Floor001198 .tab_on li.active {
    font-weight: bold;
    color: #008ed6;
    border-bottom-color: #008ed6;
    font-size: 24px;
}
.Floor001198 .tab_on li {
    float: left;
    font-size: 18px;
    border-bottom: 3px solid transparent;
    line-height: 40px;
    margin-right: 48px;
    position: relative;
    cursor: pointer;
    color: #000;
    font-weight: bold;
}
.Floor001198 .tab_on li::after {
    height: 19px;
    width: 2px;
    border-right: 1px dotted #919191;
    position: absolute;
    right: -24px;
    content: '';
    top: 50%;
    margin-top: -7px;
}
.clearfix:after, dl:after, ul:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}
.Floor001198 .tab_list ul {
    position: relative;
}
.Floor001198 .tab_list a.mores {
    position: absolute;
    right: 0px;
    top: -40px;
}
.Floor001198 .tab_list li {
    font-size: 13px; border-bottom:1px dashed #dedede;    line-height: 40px;height: 40px; overflow: hidden
}

.Floor001198 .tab_list time {
    float: right;
    font-size: 14px;
    color: #c1c1c1;
}
.Floor001198 .tab_list li a {
    padding-left: 15px;
    background: url(../images/icon.gif) no-repeat left center;
    font-size: 16px;
    color: #55555;
}
.Floor001198 .tab_list li span {
    color:#aace24;
    margin-right: 15px;
}

/*Floor002558 */
.Floor002558{ width:30%; float:right; padding:2% 2% .85%; background:#fff;}
.Floor002558 .auto{ position:relative;  min-height:280px;}
@media(max-width:1280px){
.Floor002558 .auto{ padding-left:0; margin:0 2%;}
}

.Floor002558 .tab{ position:relative; }
/*.Floor002558 .tab a span{ float: right; margin-top: 12px;}*/

.Floor002558 .tab dd{ float:left; font-size:18px; border-bottom:3px solid transparent; line-height:40px; margin-right:28px; position:relative; cursor:pointer; color: #000; font-weight: bold;}
.Floor002558 .tab dd.active{ font-weight:bold; color:#008ed6; border-bottom-color:#008ed6;    font-size: 20px;}
.Floor002558 .tab dd::after{ width:2px; height:19px; border-right:1px dotted #919191; position:absolute; right:-14px;content:'';  top:50%; margin-top:-7px;}
.Floor002558 .tab dd:last-child::after{ display:none;}


.Floor002558 .tab-list{ padding-bottom:11px;}
.Floor002558 .tab-list .listboxs{position:relative;}
.Floor002558 .tab-list a.more{position:absolute;right:0px;top:-30px;}
.Floor002558 .tab-list .pic figure{ position:absolute; right:0; bottom:0; width:100%; line-height:37px; padding:0 10px; text-align:right; color:#fff; font-size: 16px;
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(44,128,180,0.43) 25%, rgba(44,128,180,0.65) 70%); 
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(44,128,180,0.43) 25%,rgba(44,128,180,0.65) 70%); 
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(44,128,180,0.43) 25%,rgba(44,128,180,0.65) 70%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a62c80b4',GradientType=1 ); }
.Floor002558 .tab-list .pic img{ display:block; width:100%;}
.PicSlider{ position:absolute; left:0; top:0; width:450px; overflow:hidden; height:100%;}

.Floor002558 .tab-list ol h1{ font-size:18px; margin:18px 0; overflow:hidden;}
.Floor002558 .tab-list ol h1 a{ color:#2b2b2b;}
.Floor002558 .tab-list ol h1 a:hover{ color:#008ed6;}
.Floor002558 .tab-list ol p{ margin:0; font-size:16px; color:#999; line-height:22px; overflow:hidden; max-height:44px;}
.Floor002558 .tab-list ol,
.Floor002558 .tab-list li{ border-bottom:1px dotted #b6b6b6;}
.Floor002558 .tab-list ol{ padding-bottom:17px;}
.Floor002558 .tab-list li span{ position:absolute; right:0; top:0; color:#c1c1c1;}
.Floor002558 .tab-list li{ line-height:42px; height:42px;overflow:hidden; position:relative; padding-right:75px;}
.Floor002558 .tab-list ol h1 .dot,
.Floor002558 .tab-list li .dot{ float:left; max-width:90%; font-size: 16px; color: #555;}
.Floor002558 .tab-list li .dot:hover{color: #008ed6;}
.Floor002558 .tab-list .newTrue h1 .dot,
.Floor002558 .tab-list li.newTrue .dot{padding-right:25px;background:url(../images/Floor002558_new.gif) no-repeat right center; font-size: 16px; color: #555;}
.Floor002558 .tab-list li.newTrue .dot:hover{color: #008ed6;}
.Floor002558 .tab-list li a::before{ display:inline-block; content:''; vertical-align:middle; margin:0 5px; width:3px; height:3px; background:#000;}


.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:10px 0 10px 42px; position:relative;   }
.sl_bt{ width:100%; float:left; margin-bottom:20px; border-bottom: 2px solid #dedede;line-height: 40px;}
.sl_bt  h1{font-weight: bold;color: #008ed6;float: left;font-size: 24px;border-bottom: 2px solid #008ed6; cursor: pointer;}
.sl_bt  i{ float:right;}

.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:5px; top:10px; display:block; width:30px; height:94px; text-align:center; line-height:94px; border:1px solid #ddd; background:#f4f4f4; }
.slideGroup .sNext{ left:auto; right:0; background:#f4f4f4;  }
.slideGroup .sNext i,.sNext i{ font-size:24px; font-weight:600}
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }
.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{ margin:0 8px;     width: 170px !important; float:left; _display:inline; overflow:hidden; text-align:center;  }
.slideGroup .parBd ul li .pic{ text-align:center; }
.slideGroup .parBd ul li .pic img{ width:164px; height:90px; display:block;  padding:2px; border:1px solid #ccc; object-fit:cover;}
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  }
.slideGroup .parBd ul li .title{ line-height:24px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;  }








.hy_prot{width:100%; float:left; background: url(../images/i_bg3.jpg) repeat; padding:60px 0;}
.prot ul,.ys ul,.new{ width:102%; float:left; overflow:hidden}
.prot ul li{ width:31%; float:left; margin-right:2%; background:#fff; border:1px solid #dcdcdc; text-align:center; margin-bottom:2%}
.prot ul li .cpimg{ width:100%; height:220px; overflow:hidden; display: table-cell; vertical-align:middle; text-align:center; *display: block; *font-size:174px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial; }
.prot ul li  .cpimg img{ width:98%; max-height:98%; vertical-align:middle;object-fit:cover;}


.prot ul li:hover .cpimg img{ -webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.2);transform:scale(1.2); }
.prot ul li p{ width:100%; float:left; padding:0 0 15px; font-size:17px;overflow: hidden;/*超出部分隐藏*/ white-space: nowrap;/*不换行*/ text-overflow:ellipsis;/*超出部分省略号显示*/}
.prot ul li:hover p{ color:#0565c9}
.prot ul li:hover {border:1px solid #0565c9;}


/*合作客户*/
.case{width: 100%; float:left; background: url(../images/bjt.png) no-repeat;  padding:30px 0}
.cp_gd {width:100%; height:350px;overflow: hidden;position: relative; float:left; }
.cp_gd ul{position: absolute; width:100%}
.cp_gd ul li{float: left;width:200px;text-align:center;cursor: pointer; margin-right:25px;}
.cp_gd ul li a{ width:100%;float:left; display:block}
.cp_gd ul li img {width:100%;height:280px; border:1px solid #d8d8d8;object-fit:cover;}
.cp_gd ul li h1{ line-height:30px; height:30px; overflow:hidden }
.cp_gd ul li p{ font-size:13px; color:#999; line-height:20px;}
.cp_gd ul li a:hover{ transition: all .7s;}


/*biaodan*/
.zx{width: 100%; float:left;background: url(../images/bg2.jpg) center no-repeat;  padding:30px 0 80px;}
.zx .table_form{ float:left; width:100%}
.zx .table_form tr{ width:40%; float:left; margin-bottom:20px; }
.zx .table_form .input-text{width:80% !important; height:40px !important; line-height:40px; background-color:#fbfbfb;border:1px solid #eeeeee}
.zx .table_form textarea{ width:80% !important;height:40px !important; background-color:#fbfbfb; border:1px solid #eeeeee}

.zx .table_form th{ margin-bottom:10px;}
.zx .table_form .button{ color:#fff}
/*新闻*/
.news_l{ width:35%; float:left;}
.news_l a{ display:inline-block}
.news_l img{ width:100%; height:260px;object-fit:cover;}
.news_l h1{ font-size:16px; max-height:50px;line-height:25px; margin:15px 0;}
.news_l p{line-height:26px; color:#767676}
.news_l i{ display:inline-block; float:left; border:1px solid #8f8e8e; text-align:center; width:160px; height:40px; line-height:40px; color:#8f8e8e; margin-top:15px;}
.news_l i:hover{ background:#1a66b8; color:#fff}


.new_r{ width:58%;  float: right; }
.new_r li{ width:100%; float:left; border-bottom:1px solid #f4f4f4; padding-bottom:15px; margin-bottom:15px; overflow:hidden}
.new_r li span{ width:100px;float:left; padding-bottom:20px;}
.new_r li span b{ width:100%; float:left;line-height:46px;color:#f75d25;font-size:28px; font-weight:normal;}
.new_r li span i{color:#f75d25; font-size:14px; }
.new_r li h1{  font-size:20px;  line-height:40px; height:40px;overflow: hidden;/*超出部分隐藏*/ white-space: nowrap;/*不换行*/ text-overflow:ellipsis;/*超出部分省略号显示*/}
.new_r li p{ color:#767676;}
.new_r li:hover{border-bottom:1px solid #4169a6;}
.new_r li:hover h1{ color:#4169a6}
.new_r li:hover span b{ color:#4169a6}

/*服务流程*/



.case_list ul{ width:102%; float:left}
.case_list ul li{ width:23%; float:left; margin-right:2%; margin-bottom:2%}
.case_list ul li a{ display:inline-block; text-align: center; width:99.98%; height:36px; line-height:36px; overflow:hidden; float:left; background:#3273bc; border:1px solid #3273bc;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius: 3px;-o-border-radius: 3px;  }
.case_list ul li  h1{ color:#fff}
.case_list ul li a:hover{ background:#f85f2b;border:1px solid #f85f2b;}


/*about*/
/*院容院貌*/
.bjs{ width:100%; float:left; background:#f4f4f4}
		.picMarquee-left{ width:100%;  overflow:hidden; position:relative;    }
	
		.picMarquee-left .bd{ padding:10px;   }
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picMarquee-left .bd ul li .pic{ text-align:center; }
		.picMarquee-left .bd ul li .pic img{ width:220px; height:180px; display:block; padding:2px; border:1px solid #ccc;object-fit:cover; }
		.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picMarquee-left .bd ul li .title{ line-height:24px;   }



.link{width:100%; float:left; background:#fff; padding:15px 0;}

.link img{ height:25px; float:left; margin-right:6px;}
.link h1{ font-size:16px; float:left}
.link p{ float:left; margin-left:8px;}
.link  a{ display:inline-block; line-height:24px;}

/*foo*/
.foot{ width:100%;  float:left;background:#0565c9;  overflow:hidden;padding-top:20px; }
.foot_l{ width:100%; float:left;text-align:center;}
.foot_l a{ display:inline-block;line-height:20px;height:20px; overflow:hidden; padding:0 28px; color:#fff; border-right:1px solid #f8f8f8; font-size:14px;}
.foot_l a:last-child{border-right: none}
.foot_l a:hover{ color:#fa6424}

.footfl{ width:65%; float:left}
.footer_con_t{width:100%; height:90px}
.footer_con_t span{display:block; width:100%; height:20px; float:left; color:#fff; margin-bottom:10px;}
.footer_con_t select{border:1px solid #ccc;vertical-align: middle;padding:10px 15px;line-height:1; background: #f8f8f8;width:180px}

.footfl dl{ width:100%; float:left; margin-top:20px;}
.footfl dl dd{ width:50%; float:left; line-height:45px; color:#fff}
.footfl dl dd i{ color:#fff; font-size:20px; margin-right:5px;}



.foot_ewm{ width:32%; float:right; margin-top:35px;}
.foot_ewm li{ width:33.33%; float:right; text-align:center}
.foot_ewm li img{ max-width:90%; margin-bottom:5px;}
.foot_ewm li p{ color:#fff; line-height:24px; font-size:13px}

.footer{ width:100%;line-height:50px; text-align:center; border-top:1px dashed #999; float:left;}
.footer p,.footer p a{ color:#c3ebff; font-size:13px}
.footer p img{ margin-top:15px;}

/*QQ悬浮框*/

/* cus_ser */
#cus_ser{z-index:9999;width:32px;height:142px;position:fixed;right:0px;color:#FFF;top:200px;overflow:hidden;}
*html #cus_ser{position:absolute;top:expression(eval(document.documentElement.scrollTop));margin:200px 0 0 0;}
.cus_ser_{width:165px;height:112px;background:#fff;border-bottom-left-radius:4px; border-top-left-radius:4px;overflow:hidden;}
#cus_ser .title{width:32px;height:112px;float:left;background:url(../images/zxzx.jpg);cursor:pointer;}
#cus_ser ul{padding:10px 0px 0px 2px;width:130px;float:left;}
#cus_ser ul li#zqq{height:30px;line-height:30px;display:block;font-size:12px;padding-left:24px;background:url(../images/zqq.png) no-repeat 6px 7px;}

#cus_ser ul li a{color:#999; padding:5px;}
#cus_ser ul li a:hover{text-decoration:underline; background:#1c2a37; color:#fff}
#cus_ser .close{display:inline-block;width:16px;height:16px;overflow:hidden;cursor:pointer;margin-right:4px;float:right;}
#cus_ser ul, ol{list-style: none;margin:0 0 9px 0;}







/*翻页*/
#pages,.cpage{ width: 100%; height: 50px; text-align: center; line-height: 22px; padding-top: 1px; clear:both;}
#pages a,.cpage a{ background: #f5f5f5; border: #ddd solid 1px; padding: 3px 8px; margin: 0 2px; float: none; color: #333; font-size: 14px;}
#pages span{ background: #1c2a37; color: #fff; border: #DDD solid 1px; padding: 3px 8px; margin: 0 2px; float: none;}
#pages a:hover{border: #1c2a37 solid 1px;}

.articlebook{ width:100%; float:left; overflow:hidden; padding-top:10px; padding-bottom:10px}
.articlebook a.zuo{ float:left}
.articlebook a.you{ float:right}
.articlebook a:hover{ color:#1c2a37}


/*栏目页*/
.dh_dy{ width:99.5%; float:left; height:34px; line-height:34px; padding:5px; background:#f6f6f6; margin-top:20px;}
.dh_dy i{ font-size:20px;  padding-right:8px; padding-left:8px; color:#aace24;}
.dh_dy span,.dh_dy a{ font-size:14px;}

.about_t{ width:100%; text-align:center;  float:left}
.about_t a{ padding:10px 35px; background:#008ed6; color:#fff; text-align:center; display:inline-block ; margin-left:20px; margin-right:20px; margin-bottom:20px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius: 3px;-o-border-radius: 3px; }
.about_t a:hover,.cugt{ background:#aace24 !important}

/*左边*/
.w230{ width:20%; float:left; overflow:hidden;}
.cpfl_l{ width:99.5%; float:left; border:1px solid #f4f4f4; box-shadow:1px 1px 3px #0d56ad ;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius: 5px;-o-border-radius: 5px;  }
.cp_bt{ width:100%; height:72px;display:block; background: url(../images/bkt.jpg) no-repeat; background-size:cover; float:left;}

.cp_bt b{float:left;   font-size:20px; padding-left:20px; color:#fff; font-weight:normal;padding-top:15px; overflow:hidden; } 
.cp_bt i{ float:left; padding-left:5px; font-size:14px;padding-top:23px; color:#fff;}
.cp_bt p{ width:80%; float:left; padding-left:20px; color:#fff; font-size:13px;}
 
.cpfl_l ul{ width:100%; float:left; padding:0 0 15px; overflow:hidden}
.cpfl_l ul li{ width:96%; float:left; height:47px; line-height:47px; padding-left:15px; overflow:hidden; border-bottom:1px dashed #f4f4f4}
.cpfl_l ul li a i{font-size:19px; color:#008ed6; float:left; }
.cpfl_l ul li a span{ width:180px;   float: right; margin-right:15px; font-size:15px; color:#666;overflow: hidden;/*超出部分隐藏*/ white-space: nowrap; text-overflow:ellipsis;}
.cpfl_l ul li a p{ width:175px; padding-left:10px;   float:left; font-size:15px; color:#666;overflow: hidden;/*超出部分隐藏*/ white-space: nowrap; text-overflow:ellipsis;}
.cpfl_l ul li:hover,.cpfl_l ul li.cug{ background: url(../images/bk4.png) repeat }
.cpfl_l ul li:hover a span,.cpfl_l ul li:hover a i,.cpfl_l ul li.cug a span,.cpfl_l ul li.cug a i,.cpfl_l ul li:hover a p{ color:#FFF }
.cpfl_l  img{ width:100%; float:left; padding-bottom:15px;}

.w980{ width:77%; float:right}
.bk{ width:94.5%; float:left;border:1px solid #f2f2f2; padding:25px;box-shadow:1px 1px 6px #8c8c8c; display:block; margin-right:6px; margin-bottom:20px}

/*新闻*/

.news_li  li{width:100%;float:left;border-bottom:1px dashed #eeeeee;margin-bottom:20px; padding-bottom:20px;}
.news_li  li dl{ width:80px; height:80px; background:#0565c9; margin-left:30px; margin-right:20px; text-align:center; display:inline-block; float:left}
.news_li  li dl b{ font-size:24px; line-height:40px; color:#fff; width:100%; float:left; padding-top:5px;}
.news_li  li dl i{ color:#fff; font-size:13px}
.news_li  li h1{ font-size:21px; margin-bottom:7px;}
.news_li  li p{ line-height:22px; color:#333}
.news_li  li:hover dl{ background:#0565c9}
.news_li  li:hover{border-bottom:1px dashed #0565c9;}


/*合作客户*/

.cpzs ul{width:102%; float: left;}
.cpzs ul li{ width:42.7%; padding:2% 3%; padding-right:2%; float:left; border:1px solid #dcdcdc; background:#fff; margin-right:2%; margin-bottom:2%; }
.cpzs ul li h1{ font-size:20px; line-height:32px;height:62px; text-transform:uppercase}
.cpzs ul li .protn{ display:block; overflow:hidden;width:100%; height:350px; overflow:hidden}
.cpzs ul li img{ width:100%;}
.cpzs ul li p{ width:100%; float:left;line-height:28px; max-height:64px;  overflow:hidden }
.cpzs ul li span .more{ display:inline-block; padding:6px 28px;  border:1px solid #666;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius: 3px;-o-border-radius: 3px; color:#666; margin-right:5%; font-size:14px; margin:25px 0;}
.cpzs ul li:hover span .more{border:1px solid #0565c9; background:#0565c9; color:#fff}
.cpzs ul li:hover{border:1px solid #0565c9;transition: all .4s;-webkit-transition: all .4s;}


.bkt{ border:2px solid #dedede; padding:30px; display: inline-block; width:94.5%;}
.wznr h1{width:100%; float:left; text-align:center; font-size:20px; font-weight:600; line-height:38px; margin-bottom:10px;}
.wznr dl{ width:100%; float:left; text-align:center;line-height:28px; margin-bottom:20px; color:#666 }


.lm_br{ font-size:24px; font-weight:600; background:url(../images/za.png) left bottom no-repeat; line-height:190%; padding-bottom:10px;  margin-bottom:30px;}


.wznr p{ line-height:30px; padding-bottom:5px; font-size:16px}
.wznr p strong{ font-size:18px; color:#0565c9}
.wznr img{ max-width:850px; max-height:!important; margin-top:8px;}

.wznr table{ margin:0 auto}
.cp_dy{ width:99.8%; float:left; border:1px solid #ccc; background:#f8f8f8; margin:15px 0;}
.cp_dy dd{ float:left; padding:8px; line-height:22px; font-size:13px;}

.wznr .wznr_img{ width:58%; height:780px; overflow:hidden; float:left}
.wznr .wznr_img img{ width:100%}
.wznr .wznr_r{ width:38%; float:right}
.wznr .wznr_r h1{ border-bottom:2px solid #dedede; text-align:left; padding-bottom:8px; }



/*联系我们*/
.lxwm_list{ width:496px; float:left; overflow:hidden;}
.lxwm_list span img{ width:100%; float:left; height:296px;object-fit:cover; }
.lxwm_bz{ width:100%; float:left; background:url(../images/lx_bpvg.jpg) no-repeat; background-size:100% 100%;}
.lxwm_bz dl{ width:426px; height:136px; padding-bottom:20px; background:#0565c9; float:left; padding:35px; }
.lxwm_bz dl p{ color:#fff; line-height:21px; width:100%; float:left; padding-bottom:10px;}
.lxwm_bz dl i{ width:100%; float:left; height:1px; border-bottom:1px dashed #f9f9f9; margin:20px 0 0}


/*在线预订*/
.yuding{ float:left; width:408px; text-align:center; padding-left:110px; padding-top:20px}
.yuding strong{font-size: 50px; line-height: 70px; color:#d9d9d9; }
.yuding p{font-family: 'Microsoft YaHei'; letter-spacing: 0pt; font-size: 18px; line-height:180%} 
.yuding  img{ width:305px; margin-top:50px;}

#gbook{ width:100%; float:left}
.gbook_1 td{
	margin:0; padding:0;
	}
.gbook_1 table tr{ width:98%; float:left; display:block}
.gbook_1 .listbook{
	border:#ddd solid 1px; padding:8px; margin:10px 0; width:100%
	}
.gbook_1 .listbook .booktitle{
	background:#f5f5f5; border-bottom:#ddd solid 1px; padding:2px 8px; font-weight:bold; display:block; line-height:36px; 
    }

.gbook_1 .listbook .books{
	padding:10px; line-height:24px; text-indent:2em; 
	}
.gbook_1 .listbook .rebooks{
	padding:10px; line-height:24px; text-indent:2em; background:#FFC; border:#F90 solid 1px; display:block; width:99%; margin-top:5px;
	}



.yud{ width:100%; float:right; margin-top:20px}
.table_form{ width:100%; float:left}
.table_form th,.table_form td,.gook_r th,.gook_r td{ width:100%; float:left; text-align:left}
.gook_r td{ line-height:32px;}

 .table_form .input-text,.gook_r input{width:100% !important; height:40px !important; line-height:40px; background-color:#fbfbfb;border:1px solid #eeeeee}
.table_form textarea,.gook_r textarea { width:100% !important;height:72px !important; background-color:#fbfbfb; border:1px solid #eeeeee}

.button,.subt{ width:201px; float:left; line-height:40px !important; background:#0565c9 !important; color:#fff !important}

.gook_r table{border-top:#ccc solid 2px; font-size:12px; background:#fff;border-bottom:#ccc solid 1px;border-left:#ccc solid 1px;border-right:#ccc solid 1px; padding:20px 10px}

/*新闻内容*/
.new_nr h1{ width:100%; float:left; text-align:center; font-size:28px; color:##434343; line-height:140%; padding-bottom:10px;}
.new_nr dl{width:100%; float:left; text-align:center; color:#ccc; padding-bottom:15px;}
.new_nr p{ line-height:26px; padding-bottom:5px;}
.new_nr img{ max-width:800px;}
.new_nr table td{ border:1px solid #666;}
table { margin-right: auto;margin-left: auto;}


/*新闻列表*/
.new_list ul{ width:100%; float:left; overflow:hidden}
.new_list ul li{ width:100%; float:left; border-bottom:1px dashed #e2e2e2; padding-bottom:8px; padding-top:8px;}
.new_list ul li h2 a{  line-height:30px; overflow:hidden; font-size:17px;color:#027bc4; font-weight:500; float:left}
.new_list ul li i{color:#4eb02c; font-size:18px; float:left; padding-right:8px; padding-top:8px;  }
.new_list ul li span{ color:#b1b1b1; float:right}
.new_list ul li p{width:100%; font-size:14px; line-height:25px; color:#666; padding-top:5px; float:left; overflow:hidden;}
.new_list ul li h2 a:hover{ color:#108bb7; }

.new_ld ul li{ width: 100%; float: left; margin-bottom: 30px;}
.new_ld ul li img{ width: 20%; height:240px;object-fit:cover;}
.new_ld ul li span{ display: inline-block; width: 76%; float: right}

.new_ld ul li h2{ font-size: 20px; line-height: 40px; font-weight: 600}
.new_ld ul li p{ font-size: 16px; line-height: 32px; padding-top: 8px;}





/*搜索列表*/
.new_list1 ul{ width:100%; float:left; overflow:hidden}
.new_list1 ul li{ width:100%; float:left; border-bottom:1px dashed #e2e2e2; padding-bottom:8px; padding-top:8px;}
.new_list1 ul li h2 a{ width:78%; line-height:30px; overflow:hidden; font-size:16px; font-weight:500; float:left}
.new_list1 ul li i{color:#4eb02c; font-size:13px; float:left; padding-right:8px; padding-top:8px;  }
.new_list1 ul li span{ color:#b1b1b1; float:right}
.new_list1 ul li p{width:100%; font-size:14px; line-height:25px; color:#666; padding-top:5px; float:left; overflow:hidden;}
.new_list1 ul li h2 a:hover{ color:#891c22; }

.imgst ul{width:101%; float: left;}
.imgst ul li{ width:24%; float:left; text-align:center;  background:#fff; margin-bottom:1%; margin-right:1% }
.imgst ul li .cpimg{display:table-cell; text-align: center; vertical-align: middle; width:250px; height:140px; border:1px solid #dedede; overflow: hidden;*display: block; *font-size:174px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}

.imgst ul li img{width:100%;height:100%;object-fit:cover;}
.imgst ul li:hover{ transition: all .7s;}
.imgst ul li:hover  img{-webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.3);transform:scale(1.3); }
