﻿/*合作客户*/

.hzkh {
	width: 1180px;
	height: 194px;
	margin: 0 auto;
	position: relative;
	margin-top: 30px;
}
.hzkh h3 {
	font-size: 24px;
	text-align: center;
}
.hzkh h3 a {
	color: #f7c510;
}
.hzkh i {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 6px;
	color: #999;
	text-transform: uppercase;
}
.xleft {
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 104px;
}
.xright {
	width: 44px;
	height: 44px;
	position: absolute;
	right: 0;
	top: 104px;
}
.hzkh ul {
	margin-top: 24px;
	margin-left: 58px;
	width: 1056px;
	height: 112px;
	overflow: hidden;
}
.hzkh ul li {
	float: left;
	margin-right: 18px;
}
.hzkh ul li img {
	width: 170px;
	height: 80px;
	border: 1px solid #ccc;
}
.hzkh ul li p {
	line-height: 30px;
	height: 30px;
	text-align: center;
	width: 172px;
}
/*产品*/

.wjdh-index {
	background-color: #f8f8f8;
}
.wjdh-in {
	margin: 0 auto;
	width: 1180px;
}
.wjdh-tit {
	background-color: #fff;
	padding: 10px;
	position: relative;
	margin-bottom: 20px;
}
.wjdh-tit .tit-box {
	padding-bottom: 1px;
	border-bottom: 1px solid #ececec;
}
.wjdh-tit h3 {
	border-bottom: 1px solid #f00;
	font-size: 20px;
	display: inline;
	color: #f00;
}
.wjdh-tit .more {
	float: right;
	color: #999;
}
.wjdh-tit h3 a {
	color: #f00;
}
.wjdh-tit h3 small {
	font-size: 16px;
	color: #bcbcbc;
	text-transform: uppercase;
}
.wjdh-tit .tagcell {
	background-color: #fff;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.wjdh-tit .tagcell span {
	float: left;
	width: 21px;
	height: 21px;
	border-radius: 2px;
	background-color: #f00;
	background-image: url(../images/prev-next.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 5px;
	cursor: pointer;
}
.wjdh-tit .tagcell .next {
	background-position: right center;
}
.content-show {
	border: 18px solid #f4f4f4;
	padding: 22px;
	background-color: #fff;
}
.pro-list {
	padding: 15px 0px 0 0px;
}
.pro-list ul {
	width: 1280px;
}
.pro-list ul li {
	float: left;
	width: 555px;
	height: 154px;
	padding: 5px;
	border: 1px solid #ececec;
	background-color: #fff;
	margin: 0 10px 10px;
}
.pro-list ul li:hover {
	border: 1px solid #ccc;
}
.pro-list ul li .img {
	float: left;
	width: 240px;
	height: 150px;
	border: 1px solid #eee;
}
.pro-list ul li .info {
	padding-left: 260px; padding-top:10px;
}
.pro-list ul li:hover .info .title-a {
	color: #008CCE;
}
.pro-list ul li:hover .info .more {
	color: #fff;
	border: 1px solid #008CCE;
}
.img {
	overflow: hidden;
	position: relative;
	border: 1px solid #eee;
}
.img img {
	height: 150px;
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
-webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;}
.img img:hover img{ -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
          transition: transform 0.6s ease 0s;}
.item-mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}
.item-mask .item-link-icon {
	display: block;
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 22px;
	line-height: 38px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
}
.wjdh-link {
	display: block;
	width: 38px;
	height: 38px;
	background-image: url(../images/link.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.pro-list ul li .info .title-a {
	display: block;
	font-size: 16px;
	height: 30px;
	overflow: hidden;
	-webkit-transition: all .8s ease-out;
	transition: all .8s ease-out;
}
.pro-list ul li .info p {
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin-bottom: 0px; min-height:70px;display: -webkit-box;

-webkit-box-orient: vertical;

-webkit-line-clamp: 3;

overflow: hidden;
}
.pro-list ul li .info .more {
	background: #008CCE;
	display: block;
	color: #fff;
	border: 1px solid #008CCE;
	width: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transition: all .8s ease-out;
	transition: all .8s ease-out;
}
.pro_hd ul {
	width: 1180px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #b71111;
}
.pro_hd ul li {
	float: left;
	font-size: 18px;
	font-weight: bold;
	width: 200px;
	height: 40px;
	text-align: center;
	background: url(../images/111.jpg) no-repeat left;
	color: #f00;
}
.pro_hd ul li a {
	color: #f7c510;
}
.pro_hd i {
	font-weight: bold;
	text-align: center;
	width: 80px;
	background: #b71111;
	float: right;
	font-style: normal;
	line-height: 40px;
	/* margin-right: 9px; */
	color: #fff;
}
.pro_hd i a {
	color: #fff;
}
/*案例中心*/

.case {
	width: 1180px;
	height: auto;
	margin: 40px auto;
}
.cpyb {
	width: 920px;
	height: 1240px;
	background: #fff;
	float: right;
}
.cpzzx {
	width: 212px;
	height: auto;
	background: #fff;
	margin: 0 auto;
	padding-top: 28px;
	padding-bottom: 1px;
	margin-bottom: 8px;
}
.cpzzx h3 {
	background: url(../images/ad.jpg) no-repeat center;
	width: 169px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	padding-left: 18px;
	margin: 0 auto;
	margin-bottom: 8px;
}
.cpzzx h3 a {
	color: #fff;
}
.cpzzx ul {
	width: 188px;
	margin: 0 auto;
	line-height: 28px;
	margin-bottom: 18px;
}
.cpzzx ul li {
	border-bottom: 1px dashed #ccc;
}
.cpzzx ul li img {
	width: 8px;
	height: 8px;
	padding: 0 12px 0 26px;
}
.case .cpy {
	width: 914px;
	height: auto;
	float: right;
}
.case .hd ul {
	width: 914px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}
.case .hd ul li {
	float: left;
	font-size: 18px;
	font-weight: bold;
	width: 180px;
	height: 40px;
	text-align: center;
	background: url(../images/111.jpg) no-repeat left;
	color: #f00;
}
.case .hd ul li a {
	color: #f7c510;
}
.case .bd ul {
	margin-top: 28px;
}
.case .bd ul li {
	float: left;
	margin: 0 8px;
	margin-bottom: 14px;
}
.case .bd ul li div{
width: 268px;
	height: 211.5px;overflow: hidden;border: 1px solid #ccc;
	padding: 4px;
}
.case .bd ul li p {
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.case .bd ul li img {
	width: 268px;
	height: 211.5px;
	display: block;
	transition: all 0.5s;
}

.case .bd ul li:hover img{ transform: scale(1.1, 1.1)}


.case .hd i {
	float: right;
	font-style: normal;
	line-height: 40px;
	margin-right: 9px;
}
/*案例*/

.jjzx {
	width: 1180px;
	height: 410px;
	margin: 0 auto;
	padding-top: 30px;
}
.jjzx h2 {
	font-size: 26px;
	text-align: center;
	margin: 0 auto;
}
.jjzx i {
	display: block;
	font-size: 18px;
	color: #ccc;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}
.sdkc_box {
	width: 1180px;
	margin: auto;
	height: 346px;
	padding-bottom: 40px;
}
.carousel {
	margin: 0px auto;
	padding: 7px 0px 0px 0px;
	width: 1180px;
	height: 326px;
	overflow: hidden;
	position: relative;
}
.carousel .slides {
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	margin-top: 16px;
}
.carousel .slides div {
	border: 3px solid rgba(0,0,0,0.3);
}
.carousel .slides div em {
	position: absolute;
	bottom: 0px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	left: 0px;
	width: 100%;
	height: 40px;
	display: block;
	background-color: rgba(0,0,0,0.5);
	font-style: normal;
}
.carousel .slides div em a {
	color: #fff;
}
.carousel .slides img {
	width: 420px;
	height: 235px;
}
.carousel .slides .slideItem {
	padding: 0px;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	opacity: 1!important;
}
.carousel .slides .slideItem a {
	overflow: hidden;
	display: block;
}
.carousel .slides .slideItem img {
	width: 100%;
	height: 100%;
}
.carousel .slides .slideItem .cover {
	background: rgb(0, 0, 0);
	left: 0px;
	top: 0px;
	width: 100%!important;
	display: block;
	position: absolute;
}
.prevButton {
	background: url(../images/t_l_1.png) no-repeat 0px 0px;
	top: 150px;
	width: 59px;
	height: 59px;
	display: block;
	position: absolute;
	z-index: 99;
	cursor: pointer;
}
.nextButton {
	background: url(../images/t_r_1.png) no-repeat 0px 0px;
	top: 150px;
	width: 59px;
	height: 59px;
	display: block;
	position: absolute;
	z-index: 99;
	cursor: pointer;
}
.prevButton {
	left: 10px;
}
.nextButton {
	background-position: 0px 0px;
	right: 0px;
}
/* 优势 */

.yszx {
	height: 990px;
	width: 100%;
	margin: 70px auto 0;
	background: url(../images/ys.jpg) no-repeat center;
	position: relative;
	padding-top: 7px;
}
.yszx h3 img {
	display: block;
	margin: 0 auto;
}
.yszs {
	height: 830px;
	width: 1180px;
	margin: 30px auto;
}
.div_01 {
	width: 1180px;
	height: 321px;
	margin-top: 68px;
}
.div_01 img {
	float: right;
}
.div_01 span {
	float: left;
	width: 504px;
	height: 140px;
	padding-left: 64px;
}
.div_01 span h4 {
	font-size: 22px;
	color: #f8cd4a;
	margin: 20px 0;
}
.div_01 span p {
	line-height: 26px;
	font-size: 14px;
}
.div_02 {
	width: 1180px;
	height: 292px;
	margin-top: 42px;
}
.div_02 img {
	float: left;
}
.div_02 span {
	float: right;
	width: 504px;
	height: 140px;
	padding-left: 64px;
}
.div_02 span h4 {
	font-size: 22px;
	color: #f8cd4a;
	margin: 21px 0;
}
.div_02 span p {
	line-height: 26px;
	font-size: 14px;
}
/* bn1*/

.bn1 {
	height: 168px;
	width: 100%;
	background: url(../images/01.jpg) no-repeat center;
	margin: 0px auto;
}
.bnzz {
	height: 168px;
	width: 1180px;
	margin: 0px auto;
	position: relative;
	margin-top: 20px;
}
.bnzz h4 {
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 42px;
	left: 117px; font-weight:600;
}
.bnzz p {
	font-size: 18px;
	position: absolute;
	top: 95px;
	left: 197px; color:#FFF
}
.ads1_butt {
	display: block;
	position: absolute;
	right: 125px;
	bottom: 24px;
	width: 130px;
	height: 32px;
	background: #2588C4;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
}
.ads1_butt a {
	color: #fff;
}
.ads1_tel {
	position: absolute;
	right: 116px;
	bottom: 68px;
	color: #2588C4;
	font-size: 14px;
	font-weight: bold;
}
.ads1_tel span {
	font-size: 24px;
	color: #2588C4;
	line-height: 40px;
	display: block;
}
/*客户*/

.kes {
	width: 1180px;
	height: 480px;
	margin: 30px auto;
}
.zbkhjz {
	width: 780px;
	height: 450px;
	float: left;
}
.cose {
	height: 450px;
	width: 350px;
	float: right;
}
.tb {
	line-height: 50px;
	height: 50px;
	width: 780px;
	border-bottom: 1px dotted #ccc;
}
.tb h3 {
	font-size: 20px;
	float: left;
}
.tb em {
	float: right;
	padding-top: 10px;
}
.th {
	line-height: 50px;
	height: 50px;
	width: 350px;
	border-bottom: 1px dotted #ccc;
}
.th h3 {
	font-size: 20px;
	float: left;
}
.th em {
	float: right;
	padding-top: 10px;
}
.dyg {
	width: 716px;
	height: 166px;
	float: left;
	margin: 30px 0 20px 20px;
	border-radius: 100px;
	border: 1px solid #ccc;
}
.dyg img {
	width: 162px;
	height: 162px;
	float: left;
	border: 2px solid #f9d140;
	border-radius: 50%;
}
.dyg span {
	display: block;
	height: 170px;
	float: right;
	width: 530px;
}
.dyg span h4 {
	font-size: 14px;
	margin: 28px 0 10px 20px;
	color: #f9d140;
}
.dyg span p {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	width: 487px;
	margin: 0 auto;
}
.dyg span em {
	width: 72px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: #ab0101;
	display: block;
	border-radius: 100px;
	margin: 12px 0 0 18px;
}
.cose ul {
	float: left;
	margin-left: 26px;
	margin-top: 30px;
	width: 324px;
	height: 390px;
	overflow: hidden;
}
.cose ul li {
	float: left;
	margin-bottom: 6px;
	margin: 0 auto;
}
.cose ul li img {
	width: 296px;
	height: 196px;
}
.cose ul li p {
	width: 296px;
	line-height: 40px;
	height: 40px;
	text-align: center;
}
/* bn2*/

.bn6 {
	height: 160px;
	width: 100%;
	background: url(../images/03.jpg) no-repeat center;
	margin: 0px auto;
	margin-top: 40px;
}
.bnzz6 {
	height: 160px;
	width: 1180px;
	margin: 0px auto;
	position: relative;
	margin-top: 40px;
}
.bnzz6 h4 {
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 38px;
	left: 312px;
}
.bnzz6 p {
	font-size: 22px;
	color: #fff;
	width: 484px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	position: absolute;
	top: 90px;
	left: 312px;
}
.ads6_butt {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 54px;
	width: 100px;
	height: 30px;
	background: #ab0101;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
.ads6_butt a {
	color: #fff;
}
.ads6_tel {
	position: absolute;
	right: 152px;
	bottom: 42px;
	color: #ab0101;
	font-size: 14px;
}
.ads6_tel span {
	font-size: 26px;
	font-family: Impact;
	color: #ab0101;
	line-height: 40px;
	display: block;
}
/* 关于 */

.gs_box {
	width: 1180px;
	height: 334px;
	margin: 50px auto;
}
.gs_box img {
	width: 546px;
	height: 334px;
	border: 2px solid #f7c510;
	float: left;
	border-radius: 20px;
}
.seis {
	width: 586px;
	height: 334px;
	float: right;
}
.seis h3 {
	font-size: 40px;
	width: 586px;
	height: 75px;
	line-height: 75px;
	background: url(../images/khtb.jpg) no-repeat center;
	margin-top: 24px;
}
.seis h3 a {
	color: #f7c510;
}
.seis p {
	line-height: 30px;
	height: 150px;
	overflow: hidden;
	float: right;
	margin-top: 16px;
}
.seis em {
	font-size: 16px;
	width: 142px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	display: block;
	border: 2px solid #ab0101;
	float: left;
	margin-top: 18px;
}
.seis em a {
	color: #ab0101;
}
/* bn3*/

.bn4 {
	width: 100%;
	height: 366px;
	background: url(../images/cp.jpg) no-repeat center;
	margin: 0px auto;
}
.bnzz4 {
	height: 320px;
	width: 1180px;
	margin: 0px auto;
	position: relative;
	padding-top: 46px;
}
.bnzz4 h3 {
	font-size: 24px;
	text-align: center;
}
.bnzz4 h3 a {
	color: #fff;
}
.bnzz4 i {
	display: block;
	text-transform: uppercase;
	margin: 0 auto;
	width: 300px;
	height: 16px;
	background: url(../images/a.png) no-repeat center;
	text-align: center;
	margin-top: 8px;
}
.bnzz4 i a {
	color: #fff;
	text-align: center;
}
.bnzz4 ul {
	position: absolute;
	left: 20px;
	top: 155px;
	width: 510px;
	height: 170px;
	overflow: hidden;
}
.bnzz4 ul li {
	float: left;
	width: 212px;
	height: 170px;
	margin-right: 34px;
}
.bnzz4 ul li img {
	width: 212px;
	height: 134px;
}
.bnzz4 ul li p {
	line-height: 40px;
	height: 40px;
	text-align: center;
}
.bnzz4 h4 {
	font-size: 14px;
	color: #f7c510;
	position: absolute;
	bottom: 168px;
	right: 332px;
}
.bnzz4 h5 {
	font-size: 18px;
	color: #f7c510;
	position: absolute;
	bottom: 137px;
	right: 272px;
}
.bnzz4 b {
	font-size: 14px;
	position: absolute;
	bottom: 110px;
	right: 192px;
}
.ads4_butt {
	display: block;
	position: absolute;
	right: 30px;
	bottom: 74px;
	width: 128px;
	height: 32px;
	background: #ab0101;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
}
.ads4_butt a {
	color: #fff;
}
.ads4_tel {
	position: absolute;
	right: 174px;
	bottom: 66px;
	color: #ab0101;
	font-size: 14px;
	font-weight: bold;
}
.ads4_tel span {
	font-size: 22px;
	color: #ab0101;
	line-height: 40px;
}
/*问题*/

.trends {
	margin: 0 auto;
	width: 1180px;
	height: 490px;
	margin-top: 30px;
}
.trends .tab_menu {
	width: 736px;
	height: 390px;
	float: left;
	overflow: hidden;
}
.tab_menu .ttt {
	width: 736px;
	height: 40px;
	border-bottom: 1px solid #ccc;
}
.tab_menu .ttt ul {
	width: 365px;
	float: left;
	height: 40px;
}
.tab_menu li a h3 {
	font-size: 18px;
	color: #333;
}
.tab_menu .ttt .gd {
	float: right;
	line-height: 40px;
	padding-right: 5px;
}
.tab_menu .ttt .gd a {
	font-size: 14px;
	color: #000;
}
.tab_menu .ttt li {
	float: left;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	color: #000;
	background: url(../images/kb.jpg) no-repeat left;
	margin-right: 20px;
}
 .tab_menu .ttt li a h3:hover, {
color:#f7c510;
}
.tab_menu .ttt .active h3 {
	color: #f7c510;
	background: url(../images/logobj.jpg) no-repeat left;
}
.tab_menu .tabcont {
	width: 640px;
	float: left;
	height: auto;
	clear: both;
	margin-top: 20px;
}
.tab_menu .tabcont .tabc {
	width: 740px;
	float: left;
	height: auto;
	clear: both;
}
.tab_menu .tabc .box_nr {
	width: 740px;
	margin: 0 auto;
	height: 136px;
}
.tab_menu .tabc .box_nr img {
	float: left;
	width: 202px;
	height: 120px;
	border: 1px solid #c3c3c3;
	padding: 3px;
}
.tab_menu .tabc .box_nr p {
	float: left;
	margin-left: 15px;
	line-height: 24px;
	padding-top: 5px;
	font-size: 14px;
	height:90px;
	overflow: hidden;
	color: #333;
	width: 510px;display: -webkit-box;

-webkit-box-orient: vertical;

-webkit-line-clamp:2;

overflow: hidden;
}
.tab_menu .tabc .box_nr p a {
	color: #ccc;
	border: 1px solid #ccc;
	font-size: 12px;
	margin: 20px 0 0 0px; padding:8px 40px ;
}
.tab_menu .tabc .news {
	margin-top: 0px;
}
.tab_menu .tabc ul {
}
.tab_menu .tabc ul li {
	width: 342px;
	float: left;
	line-height: 39px;
	background: url(../images/bottom1.jpg) no-repeat left;
	padding-left: 20px;
	border-bottom: 1px dashed #ccc;
	margin-right: 7px;
}
.tab_menu .tabc ul li.last {
	overflow: none;
}
.tab_menu .tabc ul li span {
	float: right;
	padding-right: 15px;
}
.news ul li a {
	font-size: 12px;
	color: #333;
	float: left;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
}
.tab_menu .tabc .box_nr a h5 {
	float: left;
	margin-left: 15px;
	font-size: 16px;
	color: #2588C4;
	margin-top: 12px;
}
.trends .cjwt {
	width: 410px;
	float: right;
	height: 350px;
}
.trends .cjwt .question_title {
	height: 40px;
	border-bottom: 1px solid #ccc;
	margin: 0 10px;
}
.trends .cjwt .question_title a h3 {
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
.trends .cjwt .question_title .more {
	float: right;
	color: #333;
	line-height: 40px;
	margin-right: 5px;
}
.trends .cjwt ul li {
	margin: 20px auto;
}
.trends .cjwt .question {
	line-height: 200%;
	height: 290px;
	margin: 20px 8px 0 8px;
	overflow: hidden;
}
.trends .wen a {
	color: #333;
	font-size: 14px;
	line-height: 20px;
	background: url(../images/w.jpg) no-repeat left center;
	padding-left: 25px;
	font-weight: bold;
}
.trends /*.right*/ .question ul li {
	margin: 12px auto;
}
.trends .da {
	margin: 10px auto;
}
.trends .da p {
	color: #333;
	font-size: 12px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	background: url(../images/h.jpg) no-repeat left top;
	padding-left: 25px;
}
/*链接*/

.ljzx {
	width: 1180px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
}
.ljzx h3 {
	width: 60px;
	height: 27px;
	float: left;
}
.ljzx ul {
	float: left;
}
.ljzx ul li {
	float: left;
	margin: 0 20px;
	line-height: 42px;
}
/*回到顶部*/

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
*zoom:1;
}
.clearfix .clear {
	_height: 0px;
}
/*gotop*/

.cbbfixed {
	position: fixed;
	right: 242px;
	transition: bottom ease .3s;
	bottom: -85px;
	z-index: 3;
	cursor: pointer;
}
.cbbfixed .cbbtn {
	width: 40px;
	height: 40px;
	display: block;
	background-color: #333;
}
.cbbfixed .gotop {
	transition: background-color ease .3s;
	margin-top: 1px;
}
.cbbfixed .gotop .up-icon {
	float: left;
	margin: 14px 0 0 9px;
	width: 23px;
	height: 12px;
	background: url(../images/side-icon02.png);
}
.cbbfixed .gotop:hover {
	background-color: #333;
}
.cbbfixed .weixin div {
	background: url(../images/weixin.jpg);
	width: 210px;
	height: 210px;
	position: absolute;
	left: -212px;
	top: -130px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 100% 70%;
	-webkit-transform-origin: 100% 70%;
	transition: transform ease .3s, opacity ease .3s;
	-webkit-transition: all ease .3s;
	display: none\0;
*display:none;
}
.cbbfixed .weixin:hover div {
	display: block;
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
*display:block;
}
.cbbfixed .weixin .weixin-icon {
	float: left;
	margin: 12px 0 0 11px;
	width: 18px;
	height: 18px;
	background: url(../images/side-icon01.png);
}
.yunu-ys-in {
	margin-bottom: -30px;
}
.yunu-ys-in dl {
	margin: 0 0 30px;
}
.yunu-ys-in dt {
	float: right;
}
.yunu-ys-in dt img {
	display: block;
}
.yunu-ys-in dd {
	margin: 0 592px 0 0;
	padding-left: 65px;
}
.yunu-ys-in dd h4 {
	margin: 0 0 0 -65px;
}
.yunu-ys-in dd h4 span {
	background: url(../images/y_no1.gif) no-repeat;
	color: #fff;
	float: left;
	width: 52px;
	height: 74px;
	line-height: 55px;
	font-family: "Agency FB";
	font-size: 36px;
	text-align: center;
}
.yunu-ys-in dd h4 strong {
	margin-left: 65px;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	font-size: 26px;
	line-height: 1.2;
}
.yunu-ys-in dd h4 small {
	display: block;
	margin-left: 65px;
	color: #999;
	text-transform: uppercase;
	font-size: 20px;
	padding-top: 10px;
	font-weight: normal;
	line-height: 1;
}
.yunu-ys-in dd p {
	margin: 15px 0 30px;
	color: #555;
	padding-left: 0px;
	font-size: 16px;
	line-height: 29px;
}
.yunu-ys-in dd p strong {
	color: #1b61bd;
}
.yunu-ys-in dd .btn {
	background-color: #fd9f0c;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	width: 142px;
	display: block;
	text-align: center;
	border-radius: 24px;
}
.yunu-ys-in dl.r dt {
	float: left;
}
.yunu-ys-in dl.r dd {
	margin: 0 0 0 592px;
}


.casex .hd ul {
	width: 914px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}
.casex .hd ul li {
	float: left;
	font-size: 18px;
	font-weight: bold;
	width: 180px;
	height: 40px;
	text-align: center;
	background: url(../images/111.jpg) no-repeat left;
	color: #f00;
}
.casex .hd ul li a {
	color: #f7c510;
}
.casex .bd ul {
	margin-top: 28px;
}
.casex .bd ul li {
	float: left;
	margin: 0 8px;
	margin-bottom: 14px;
}
.casex .bd ul li p {
	height: 40px;
		text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.casex .bd ul li img {
	width: 365px;
	height: 250px;
	display: block;
	border: 1px solid #ccc;
	padding: 4px;
}
.casex .hd i {
	float: right;
	font-style: normal;
	line-height: 40px;
	margin-right: 9px;
}

.side-bar {

    width: 250px;

}



.side-bar .side-bar-tit {

   

    padding: 15px 0;

}



.side-bar .side-bar-tit i {

    float: left;

    width: 30px;

    height: 30px;

   

    margin-right: 5px;

}



.side-bar .side-bar-tit h2 {

    font-size: 30px;

    font-weight: bold;

    height: 35px;

    line-height: 30px;

    color: #2588C4;

}



.side-bar .side-bar-tit span {

    font-size: 16px;

    font-weight: bold;

    color: #bcbcbc;

    text-transform: uppercase;

    padding-left: 5px;

}



.side-bar dl {

    margin-bottom: 1px;

    border-bottom: 5px solid #fff;

}



.side-bar dl dt i,

.side-bar dl dd i {

    display: block;

    width: 16px;

    height: 8px;

    background-color: #2588C4;

    position: absolute;

    left: 30px;

    top: 50%;

    margin-top: -4px;

    -webkit-transition: all .3s ease-out;

    transition: all .3s ease-out;

}



.side-bar dl .cur i,

.side-bar dl dt:hover i,

.side-bar dl dd:hover i {

    transform: scale(1, 0.2);

    -webkit-transform: scale(1, 0.2);

}



.side-bar dl dt {

    height: 45px;

    line-height: 45px;

    margin-bottom: -2px;

    background-image: url(../images/ico1.png);

    background-repeat: no-repeat;

    background-position: 230px center;

    position: relative;

}



.side-bar dl dt a {

    color: #333;

    font-size: 16px;

    display: block;

    width: 180px;

    height: 45px;

    line-height: 45px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    padding: 0 30px 0 60px;;

}



.side-bar dl dd {

    position: relative;

}



.side-bar dl dd a {

    display: block;

    height: 30px;

    line-height: 30px;

    border-top: 2px solid #fff;

    background-color: #f8f8f8;

    padding: 0 30px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-transition: all .8s ease-out;

    transition: all .8s ease-out;

}



.side-bar dl dd i {

    display: none;

}



.side-bar dl .cur i,

.side-bar dl dd:hover i {

    display: block;

}



.side-bar dl .cur a,

.side-bar dl dd:hover a {

    background-color: #f00;

    color: #fff;

    padding-left: 50px;

}



.side-bar #wjdh-side-hot {

    background-color: #f8f8f8;

}



.side-bar #wjdh-side-hot .tempWrap {

    margin: auto;

}



.side-bar dl ul {

    padding: 10px;

}



.side-bar dl ul li {

    padding-top: 10px;

    border-bottom: 1px solid #e9e9e9;

}



.side-bar dl ul li .img {

    width: 210px;

    height: 190px;

    padding: 4px;

    margin: 0 auto;

    background-color: #e9e9e9;

}



.side-bar dl ul li img {

}



.side-bar dl ul li .title-a {

    display: block;

    width: 90%;

    height: 30px;

    line-height: 30px;

    margin: 0 auto;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    text-align: center;

}



.side-bar #wjdh-side-hot span.prev,

.side-bar #wjdh-side-hot span.next {

    display: inline-block;

    _display: inline;

    *display: inline;

    zoom: 1;

    width: 35px;

    height: 20px;

    margin: 0 5px;

    cursor: pointer;

}



.side-bar #wjdh-side-hot .hot-btn {

    text-align: center;

    padding: 10px;

}



.side-bar #wjdh-side-hot span.prev {

    background: url(../images/sidebar_left.png);

}



.side-bar #wjdh-side-hot span.next {

    background: url(../images/sidebar_right.png);

}



.side-bar dl .tag {

    padding: 15px 0;

    line-height: 25px;

}



.side-bar dl .tag a {

    padding: 2px 10px;

    background-color: #f8f8f8;

    *display: inline;

    _display: inline;

    zoom: 1;

    display: inline-block;

    margin-bottom: 10px;


}



.side-bar dl .tag a:hover {

    background-color: #f00;

    color: #fff;

}

.product-list {

    padding: 15px 15px 0 15px;

    background-color: #f8f8f8;

}




.product-list ul {

    width: 990px;

}



.product-list ul li {

    float: left;

    width: 430px;
	height: 180px;

    padding: 5px;

    border: 1px solid #ececec;

    background-color: #fff;

    margin: 0 15px 20px 0;

}



.product-list ul li:hover {

    border: 1px solid #2588C4;

}



.product-list ul li .img {

    float: left;

    width: 200px;

    height: 150px;
	
	margin-top: 0px;

}



.product-list ul li .info {

    padding-left: 210px;

}



.product-list ul li .info .title-a {

    display: block;

    font-size: 16px;

   

    height: 30px;

    margin-bottom:0px;

    overflow: hidden;

    -webkit-transition: all .8s ease-out;

    transition: all .8s ease-out;

}



.product-list ul li:hover .info .title-a {

    color: #2588C4;

}



.product-list ul li .info p {

    color: #999;

  

    overflow: hidden;

    margin-bottom: 0px;
	 height:95PX;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
     overflow: hidden;

}



.product-list ul li .info .more {

    display: block;

    color: #999;

    border: 1px solid #999;

    width: 80%;

    height: 22px;

    line-height: 22px;

    margin: auto;

    text-align: center;

    -webkit-transition: all .8s ease-out;

    transition: all .8s ease-out;

}



.product-list ul li:hover .info .more {

    color: #2588C4;

    border: 1px solid #2588C4;

}
.pull-right {

    float: right !important;

}



.pull-left {

    float: left !important;

}



.clearfix {

    clear: both;

}
.wjdh-title .title-box {

    padding-bottom: 1px;

    border-bottom: 1px solid #ececec;

}



.wjdh-title h3 {

    

    font-size: 20px;

    display: inline;

    color: #2588C3; line-height:40px;

}



.wjdh-title .more {

    float: right;

    color: #999;

}



.wjdh-title h3 a {

    color: #2588C3;line-height:40px;

}



.wjdh-title h3 small {

    font-size: 16px;

    color: #bcbcbc;

    text-transform: uppercase; margin-left:10px;

}


.side-contact {

    margin-bottom: 20px;

}



.side-contact .side-contact-phone {

    background-color: #f00;

    font-size: 16px;

    color: #fff;

    background-image: url(../images/phone.png);

    background-position: 20px center;

    background-repeat: no-repeat;

    padding: 10px 10px 10px 55px;

    -webkit-transition: all .3s ease-out;

    transition: all .3s ease-out;

}



.side-contact .side-contact-phone:hover {

    background-position: 20px 5px;

}



.side-contact .side-contact-phone p {

    font-size: 24px;

    font-weight: bold;

}



.side-contact .side-contact-adress {

    padding: 10px 20px;

    background-color: #353537;

    background-image: url(../images/adress.png);

    background-position: 20px 10px;

    background-repeat: no-repeat;

    text-indent: 25px;

    color: #cecece;

    line-height: 22px;

}

.wjdh-main1 {

    width: 890px;

}

.page-about h1 {

    height: 60px;

    border-bottom: #e1e3df dashed 1px;

    line-height: 60px;

    color: #505050;

    font-size: 22px;

    font-weight: bold;

    text-align: center;

}



.page-about .news_author {

    width: 100%;

    height: 30px;

    line-height: 30px;

    color: #505050;

    font-size: 12px;

    text-align: center;

    border-bottom: #e1e3df dashed 1px;

    margin: 0 auto;

    color: #666;

    margin-bottom: 20px;

}



.page-about .news_author .scan {

    color: #666;

    background-image: url(../images/ewm.gif);

    background-repeat: no-repeat;

    background-position: left center;

    padding: 5px 0 5px 30px;

    position: relative;

}



.page-content {

    height: auto;

    line-height: 25px;

    color: #505050;

    font-size: 14px;

    overflow: hidden;

}



.page-content a {

    color: #333;

    font-size: 15px;

    font-weight: 900;

}



.page-content img {

    max-width: 80%;

    height: auto;
	

}
.product-content .page-content img {

	margin: 0 auto;
    display: block;

}

.de_info{
	clear: both;
    height: 230px;
	}
.de_img{
	float: left;
    width: 550px;
	margin: 0 20px 0 0;
    border: 1px solid #ccc;
	}
.de_img img{
	width: 550px;
	}
.de_tit{
	float: left;
    width: 200px;
	}
.de_tit p{
	line-height: 50px;
	border-bottom: 1px dotted #ccc;
	}
	
	


.conBox{width: 100%;margin-top: 38px;height: 333px;overflow: hidden;position: relative;}
.conBox .box{width: 100%;position: relative;height: 333px;overflow: hidden;}
.conBox .box ul{width: 103%;position: absolute;top: 0;left: 0;}
.conBox li{float: left;width: 347px;border: 1px solid #dedede;margin-right: 27px;height: 280px;padding: 10px 16px 0 17px; background:#f9f9f9}
.conBox li h3{font-size: 18px;color: #50575d;padding-top: 24px;margin-bottom: 20px;}
.conBox li:hover h3 a{color:#f47900;}
.conBox li:hover a.more{background:#f47900;color:#fff;}
.conBox  li:hover img{ transform:scale(1.2)}
.conBox li h3 a{color: #50575d;}
.conBox li a{overflow:hidden;display: block;}
.conBox li img{display: block;transition:1s;}
.conBox li span{display: block;font-size: 18px;color: #333333;margin: 18px 0;}
.conBox li p{font-size: 15px;color: #666666;line-height: 24px;height: 72px;overflow: hidden;text-overflow: ellipsis;}
.conBox li p a{display: block;color: #666;text-decoration: none;}
.conBox li .more{display: block;font-size: 12px;color: #666666;width: 81px;height: 28px;line-height: 28px;text-align: center;text-decoration: none;border: 1px solid #dedede;margin-top: 16px;}
