/*header*/

.top-top-font {
	height: 20px;
	width: 100%;
}

.top-top-font ul {
	float: right;
	display: block;
	font-size: 14px;
}

.top-top-font ul li a {
	float: left;
	display: block;
	height: 20px;
	line-height: 40px;
}

.header-top {
	width: 100%;
	height: 128px;
	background-color: #fff;
}

.top-logo {
	width: 800px;
	height: 90px;
	float: left;
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
}

.header-logo {
	width: 95px;
	height: 60px;
	margin-top: 17px;
	overflow: hidden;
}

.header-left-log {
	width: 330px;
	display: flex;
	flex-direction: row;
	float:left;
	
}

.header-logo-right p {
	display: block;
	width: 210px;
	color: #008ef4;
	font: 500 32px/45px "Microsoft YaHei";
	text-align: center;
	padding-top: 18px;
}

.header-wen {
	width: 520px;
	padding-top: -20px;
	float:left;
	padding-left:20px;
}

.header-wen-left {
	font: 100 17px "Microsoft YaHei";
	color: #0099ff;
}
.header-wen-left p {
	color:#0099ff;
	font-size: 36px;
	width:520px;
	font-weight: bold;
}
.header-wen-left span {
	font: 600 53.47px "Microsoft YaHei";
	color:#ff0000;
}

.header-wen-right {
	height: 30px;
	font: 400 16px/18px "Microsoft YaHei";
	color: #000;
	letter-spacing: 2px;
}
.header-wen-right p{
	color: #0099ff;
	text-transform: uppercase;	
	font-size: 16px;
	letter-spacing: 4px;
}

.header-qr {
	width: 280px;
	height: 60px;
	float: right;
	margin-top: 20px;
}

.header-qr-img {
	width: 60px;
	height: 60px;
	float: left;
	margin-top: 8px;
	overflow: hidden;
}

.header-qr-number {
	width: 215px;
	height: 60px;
	float: left;
	padding-left: 5px;
	margin-top: 5px;
}

.header-qr-number p {
	font: 100 28px/30px "Microsoft YaHei";
	color:#ff0000;
	margin-bottom:5px;
}

.header-qr-number span {
	font: 100 28px/30px "Microsoft YaHei";
	color:#ff0000;
	margin-bottom:5px;
	letter-spacing: 1.5px;
}

.header .nav {
	height: 40px;
	background: url("../picture/tab-head-bgc.png");
}

.header .nav ul {
	height: 100%;
}

.header .nav ul li {
	float: left;
	width: 133px;
	height: 100%;
	position: relative;
}

.header .nav ul li a {
	display: block;
	height: 100%;
	font: 300 15px/40px "Microsoft YaHei";
	color: #fff;
	text-align: center;
}

.header .nav ul li i {
	width: 2px;
	height: 100%;
	display: block;
	background: url("../images/head_top_bj.png") no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
}

.header .nav ul li.active,
.header .nav ul li:hover {
	background-color: #4ab031;
}


/*/header*/

.bgc {
	background: url(../picture/bgc001.png);
}


/*主图下滚动展示图*/

#box {
	width:1200px;
	margin: 0 auto;
	padding: 30px 0;
}

#box ul>li {
	display: inline-block;
	height: 100%;
	margin-left: 40px;
	box-sizing: border-box;
}

#box ul>li>img {
	width: 123px;
	height: 100px;
}

/*产品中心上面展示图*/

.energy-top,
.energy-bottom {
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.energy-top {
	height: 162px;
	margin-top: 50px;
}

.energy-top .energy-top-right {
	margin-left: 30px;
}

.energy-bottom {
	height: 247px;
	margin-bottom: 80px;
	align-items: center;
	margin-top:30px;
}


/*产品中心*/


/*product-center*/

.product-center .main {
	position: relative;
}

.product-left {
	float: left;
	width: 242px;
	height: 100%;
	border: 1px solid #3399CC;
}

.product-list {
	width: 240px;
	height: auto;
	background-color: #fff;
}

.product-list-top {
	width: 242px;
	height: 68px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #3399cc;
}

.product-list-top h1 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-family: "Microsoft YaHei";
	padding-top: 10px;
	font-weight: bold;
}

.product-list-top p {
	color: #fff;
	height: 60px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	font-family: "SimSun";
	letter-spacing: 2px;
	font-weight: bold;
}

.product-list-middle {
	width: 220px;
	margin: 0 auto;
}

.product-list-middle h3 {
	width: 200px;
	height: 37px;
	color: #fff;
	font-size: 20px;
	line-height: 37px;
	text-align: left;
	font-family: "Microsoft YaHei";
	font-weight: 100;
	background-color: #3399cc;
	border-radius: 10px;
	margin: 15px auto;
}

.product-list-middle h3 img {
	width: 12px;
	height: 20px;
	line-height: 25px;
	padding: 0 5px 5px 15px;
}
.product-list-middle h3 a {
	color: #FFFFFF;
}

.product-list-middle p {
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 35px;
	    padding-left: 10px;
	color: #3399cc;
	font-size: 16px;
	line-height: 35px;
	text-align: left;
	border-bottom: 1px dashed #99cce5;
	font-family: "Microsoft YaHei";
	overflow:hidden;
}

.product-list-middle p:hover {
	background-color: #3399cc;
	color: #fff;
}

.product-list-buttom p {
	width: 200px;
	font-size: 16px;
	color: #3399cc;
	text-align: center;
	height: 28px;
	line-height: 28px;
	font-family: "Microsoft YaHei";
	margin: 0 auto;
}

.navlist-head {
	width: 900px;
	height: 36px;
	margin-bottom: 15px;
	background-color: #3399cc;
}

.navlist-head ul li p {
	display: block;
	height: 25px;
	line-height: 28px;
	color: #fff;
	font-size: 16px;
	margin: 4px 0 0 10px;
}

.navlist-head ul li p a {
	color: #fff;
}

.navlist-head ul li p a:hover {
	color: #000;
}

.navlist {
	width: 888px;
	height: 40px;
	border: 1px solid #3399cc;
	margin-left: 5px;
}

.navlist ul {
	display: flex;
	flex-direction: row;
}

.navlist ul li a {
	display: block;
	width: 135px;
	height: 32px;
	line-height: 32px;
	background-color: #3399CC;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin: 4px 0 0 10px;
}

.nav-cen-list ul li a {
	display: block;
	width: 140px;
	height: 32px;
	line-height: 32px;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin: 4px 0 0 10px;
	background: url(../picture/center-list04.png) -70px 0px no-repeat;
}

.navlist ul li a:hover {
	color: #f90e3d;
}

.product-img {
	width: 890px;
	margin: 15px auto;
	height: 238px;
}

.allhide {
	display: none;
}

.product-all .selected {
	display: block !important;
}

.product-center-list,
.product-right-flex {
	display: flex;
	flex-direction: column;
}

.product-right-flex .navlist {
	margin-bottom: 15px;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
}

.product-right-flex .navlist-small {
	margin-bottom: 15px;
	background-color: #3399cc;
}

.product-right-flex .product-show {
	margin-bottom: 30px;
}

.product-right {
	float: left;
	width: 900px;
	margin-left: 18px;
	border: 1px solid #aaaaaa;
}

.product-right .product-show {
	margin-top: 8px;
	width: 100%;
}

.product-right .product-show .products {
	width: 288px;
	float: left;
	margin: 0px 6px;
	transition: box-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s;
}

.product-right .product-show .products img:hover {
	box-shadow: 0 0 15px gray;
}

.product-right .product-show .products img {
	width: 286px;
	height: 286px;
	border: 1px solid #ccc;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	-moz-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
	70% {
		-webkit-transform: scale(1.1);
		opacity: .8;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes popUp {
	70% {
		-moz-transform: scale(1.1);
		opacity: .8;
		-moz-animation-timing-function: ease-out;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 1;
	}
}

@keyframes popUp {
	70% {
		transform: scale(1.1);
		opacity: .8;
		animation-timing-function: ease-out;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.product-right .product-show .products h5 {
	width: 186px;
	height: 33px;
	display: block;
	margin: 5px auto;
	background: #3399cc;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	font-family: "SimSun";
	color: #fff;
}

.product-center .product-show .products:hover h5 {
	background-color: #035aaf;
}


/*custom*/

.custom {
	width: 100%;
	height: 439px;
}

.custom-back {
	width: 1200px;
	height: 439px;
	background: url(../picture/size-cen-box.png) no-repeat;
}

.custom-back-top {
	width: 1200px;
	height: 240px;
}

.custom-back-top p {
	font: 100 24px/50px "Microsoft YaHei";
	color: #fff;
	padding-top: 94px;
	margin-left: 375px;
}

.custom-back-top span {
	font: 100 44px/50px "Microsoft YaHei";
	color: #0099ff;
	margin-left: 370px;
	letter-spacing: 10px;
}

.custom-back-buttom {
	width: 1000px;
	height: 80px;
	margin-left: 127px;
}

.custom-back-buttom p {
	font: 100 28px/32px "Microsoft YaHei";
	color: #fff;
	float: left;
	width: 60px;
	padding: 0 49px;
}


/*/custom*/


/*many*/

.many {
	width: 100%;
	height: 300px;
	background-color: #3685d2;
}

.many-back {
	width: 1200px;
	height: 300px;
	background: url("../images/many-back.png") no-repeat;
}

.many-top {
	padding-top: 19px;
}

.many-top p {
	padding: 8px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	letter-spacing: 3px;
}

.many-top h2 {
	text-align: center;
	color: #fff;
	font-size: 55px;
	font-family: "Microsoft YaHei";
	padding: 7px;
	letter-spacing: 5px;
	text-align: center;
}

.many-top h2 span {
	font-size: 80px;
}

.many-buttom p {
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-family: "Microsoft YaHei";
	margin-top: 32px;
	letter-spacing: 3px;
}


/*/many*/

.bgcground-two {
	background: url(../picture/bgc-rec-002.jpg);
}


/*PICTURE*/

.picture {
	width: 100%;
	height: 490px;
}

.picture-back {
	width: 1200px;
	height: 473px;
	background: url("../images/picture1.png") 0px 52px no-repeat;
}

.picture-right {
	width: 1200px;
	height: 200px;
	float: right;
}

.picture-right h2 {
	padding-top: 55px;
	font-size: 50px;
	font-family: "Microsoft YaHei";
	margin-left: 750px;
	font-weight: 600;
	letter-spacing: 7px;
	color: #ff6600;
}

.picture-right p {
	padding-top: 40px;
	font-size: 26px;
	font-family: "Microsoft YaHei";
	text-align: center;
	float: right;
	margin-right: 65px;
}

.picture-right span {
	font-size: 36px;
	color: #ff6600;
}

.picture-right-buttom {
	width: 445px;
	height: 220px;
	float: right;
	margin-top: 32px;
}

.picture-right-buttom p {
	font: 100 17px/25px "Microsoft YaHei";
	color: #000;
	padding-top: 20px;
	margin-left: 10px;
}

.picture-right-buttom b {
	color: #a6a6a6;
	padding-left: 12px;
}

.picture-right-buttom span {
	color: #FF6600;
}


/*/picture*/


/*/smart*/

.smart {
	width: 100%;
	height: 580px;
}

.smart-back {
	width: 1200px;
	height: 560px;
	background: url("../images/picture2.png") no-repeat;
}

.smart-back-one {
	widows: 1200px;
	height: 220px;
}

.smart-back-one h2 {
	padding-top: 99px;
	font-size: 50px;
	font-family: "Microsoft YaHei";
	margin-left: 200px;
	font-weight: 600;
	letter-spacing: 7px;
	color: #ff6600;
}



.smart-back-one p {
	padding-top: 40px;
	font-size: 32px;
	font-family: "Microsoft YaHei";
}

.smart-back-one span {
	color: #ff6600;
}

.smart-back-two {
	width: 510px;
	height: 220px;
	margin-top: 52px;
}

.smart-back-two b {
	color: #a6a6a6;
	padding-left: 55px;
}

.smart-back-two p {
	font: 100 17px/25px "Microsoft YaHei";
	color: #000;
	padding-top: 20px;
	margin-left: 55px;
}

.smart-back-two span {
	color: #FF6600;
}


/*/smart*/


/*PICTURE1*/

.picture1 {
	width: 100%;
	height: 490px;
}

.picture1-back {
	width: 1200px;
	height: 473px;
	background: url("../images/picture3.png") no-repeat;
}

.picture1-right {
	width: 1200px;
	height: 200px;
	float: right;
}

.picture1-right h2 {
	padding-top: 5px;
	font-size: 50px;
	font-family: "Microsoft YaHei";
	margin-left: 740px;
	font-weight: 600;
	letter-spacing: 7px;
	color: #ff6600;
}

.picture1-right p {
	padding-top: 40px;
	font-size: 32px;
	font-family: "Microsoft YaHei";
	text-align: center;
	float: right;
	margin-right: 10px;
}

.picture1-right i {
	font-weight: bold;
}

.picture1-right span {
	color: #ff6600;
}

.picture1-right-buttom {
	width: 510px;
	height: 220px;
	float: right;
	margin-top: -28px;
}

.picture1-right-buttom p {
	font: 100 17px/25px "Microsoft YaHei";
	color: #000;
	padding-top: 20px;
	margin-left: 50px;
}

.picture1-right-buttom b {
	color: #a6a6a6;
	padding-left: 50px;
}

.picture1-right-buttom span {
	color: #FF6600;
}


/*/picture1*/


/*/smart1*/

.smart1 {
	width: 100%;
	height: 499px;
}

.smart1-back {
	width: 1200px;
	height: 499px;
	background: url("../images/picture4.png") no-repeat;
}

.smart1-back-one {
	widows: 1200px;
	height: 220px;
}

.smart1-back-one h2 {
	padding-top: 25px;
	font-size: 50px;
	font-family: "Microsoft YaHei";
	margin-left: 210px;
	font-weight: 600;
	letter-spacing: 7px;
	color: #ff6600;
}

.smart1-back-one p {
	padding-top: 40px;
	font-size: 31px;
	font-family: "Microsoft YaHei";
	margin-left: 25px;
}

.smart1-back-one span {
	color: #ff6600;
}

.smart1-back-two {
	width: 510px;
	height: 220px;
	margin-top: -12px;
}

.smart1-back-two p {
	font: 100 17px/25px "Microsoft YaHei";
	color: #000;
	padding-top: 16px;
	margin-left: 50px;
}

.smart1-back-two b {
	color: #a6a6a6;
	padding-left: 50px;
}

.smart1-back-two span {
	color: #FF6600;
}


/*/smart1*/


/*save-buttom*/

.save-buttom {
	width: 100%;
	height: 202px;
	background: url("../images/save-buttom.png") no-repeat;
}

.save-buttom-back {
	width: 1200px;
	height: 202px;
	background: url("../images/save-buttom-back.png") no-repeat;
}

.save-buttom-top {
	padding-top: 30px;
	margin-left: 330px;
}

.save-buttom-top p {
	padding: 8px;
	color: #fff;
	font-size: 21px;
	font-family: "Microsoft YaHei";
}

.save-buttom-top p span {
	color: #fff;
	font-size: 28px;
	font-family: "Microsoft YaHei";
}

.save-buttom-buttom p {
	font: 100 39px/50px "Microsoft YaHei";
	color: #fff;
	margin-left: 340px;
}


/*/save-buttom*/

.bgc-three {
	background: url(../picture/bgc-big-four.jpg)
}


/*oil*/

.oil-back-top {
	width: 1200px;
	height: 340px;
	background: url(../picture/bgc-02020.png) 238px 54px no-repeat;
}

.oil-back-left {
	width: 290px;
	height: 180px;
	float: left;
	margin-left: 292px;
	margin-top: 100px;
}

.oil-back-left p {
	font: 100 32px/50px "Microsoft YaHei";
	color: #035aaf;
}

.oil-back-left span {
	font: 100 50px/50px "Microsoft YaHei";
	margin-left: -31px;
}

.oil-back-left h3 {
	font: 100 18px/35px "Microsoft YaHei";
	margin-left: 5px;
	color: #fff;
}

.oil-back-right {
	width: 380px;
	height: 180px;
	float: left;
	margin-top: 70px;
}

.oil-back-right p {
	font: 100 32px/50px "Microsoft YaHei";
	color: #035aaf;
}

.oil-back-right span {
	font: 100 60px/70px "Microsoft YaHei";
	color: #035aaf;
}

.oil-back-buttom {
	width: 1098px;
	height: 415px;
	display: flex;
	justify-content: space-between;
}

.oil-back-one {
	width: 325px;
	height: 400px;
	text-align: center;
}

.oil-back-one p {
	background: url(../picture/bgc-three-rec.png) no-repeat;
	font: 100 20px/40px "Microsoft YaHei";
	color: #fff;
	margin-bottom: 20px;
}

.oil-back-two {
	width: 325px;
	height: 400px;
	text-align: center;
}

.oil-back-two p {
	font: 100 20px/40px "Microsoft YaHei";
	background: url(../picture/bgc-three-rec.png) no-repeat;
	color: #fff;
	margin-bottom: 20px;
}

.oil-back-three {
	width: 325px;
	height: 400px;
	text-align: center;
}

.oil-back-three p {
	font: 100 20px/40px "Microsoft YaHei";
	color: #fff;
	background: url(../picture/bgc-three-rec.png) no-repeat;
	margin-bottom: 20px;
}


/*/oil*/


/*case*/

.case {
	width: 100%;
	height: 980px;
}

.case-top {
	width: 1200px;
	height: 190px;
	text-align: center;
	background: url("../images/case-top.png") no-repeat;
}

.case-top p {
	font: 100 50px/100px "Microsoft YaHei";
	color: #0199FF;
	letter-spacing: 10px;
	padding-top: 25px;
}

.case-top span {
	font: 100 22px/0px "Microsoft YaHei";
	color: #0199FF;
	letter-spacing: 4px;
}

.case-left {
	width: 502px;
	height: 708px;
	margin: 20px 50px;
	float: left;
	box-shadow: 0px 0px 8px #888888;
}

.case-left-one img {
	width: 502px;
	height: 297px;
}

.case-left-one p {
	font: 100 20px/50px "Microsoft YaHei";
	text-align: center;
}

.case-left-one span {
	font: 100 16px/28px "Microsoft YaHei";
}

.case-left-two p {
	font: 30.5px/50px "Microsoft YaHei";
	color: #0199FF;
	text-align: center;
}

.case-left-two a {
	display: block;
	text-align: center;
	width: 225px;
	height: 55px;
	line-height: 55px;
	background-color: #0199FF;
	border: #0199FF;
	font-size: 28px;
	color: #fff;
	letter-spacing: 5px;
	margin-left: 138px;
}

.case-right {
	width: 580px;
	height: 780px;
	float: left;
}

.case-right-content {
	width: 570px;
	box-shadow: 5px;
	border: 1px solid #ececec;
	box-shadow: 0px 0px 8px #888888;
	height: 150px;
	margin-top: 28px;
}

.case-right-tu {
	width: 250px;
	height: 150px;
	float: left;
}

.case-right-tu img {
	width: 250px;
	height: 150px;
}

.case-right-wen {
	width: 300px;
	height: 150px;
	float: left;
	margin-left: 20px;
}

.case-right-wen h3 {
	font: 100 20px/40px "Microsoft YaHei";
	height:30px;
	overflow: hidden;
}

.case-right-wen h3:hover {
	color: #0099ff;
}

.case-right-wen p {
	font: 100 14px/25px "Microsoft YaHei";
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}


/*case*/


/*recommended*/

.recommended {
	width: 100%;
	height: 1198px;
	background: url("../images/recommended.jpg") 0px 0px no-repeat;
}

.recommended-back {
	width: 1200px;
	height: 1198px;
}

.recommended-back-top {
	width: 1200px;
	height: 200px;
	text-align: center;
}

.recommended-back-top p {
	font: 100 60px/142px "Microsoft YaHei";
	color: #fff;
	letter-spacing: -2px;
	margin-left: 20px;
}

.recommended-back-top span {
	font: 100 22px/0px "Microsoft YaHei";
	color: #fff;
	letter-spacing: 4px;
	margin-left: 10px;
}

.recommended-back-middle {
	width: 1200px;
	height: 400px;
	background-color: #fff;
}

.recommended-middle-left {
	width: 520px;
	height: 400px;
	float: left;
	margin-top:20px;
	background: url(../images/Assistor001.jpg) 62px -7px no-repeat;
}

.recommended-middle-one {
	width: 520px;
	height: 90px;
	margin-left: 145px;
	margin-top: 70px;
}

.recommended-middle-one p {
	font: 100 40px/50px "Microsoft YaHei";
	color: #0172d0;
	letter-spacing: 7px;
}

.recommended-middle-one p span {
	font: 100 40px/50px "Microsoft YaHei";
	color: #585858;
}

.recommended-middle-one span {
	font: 100 12px/30px "Microsoft YaHei";
	color: #ccc;
	letter-spacing: 1px;
}

.recommended-middle-two {
	width: 520px;
	height: 180px;
	margin-left: 145px;
}

.recommended-middle-two p {
	font: 100 18px/20px "Microsoft YaHei";
	color: #ff0033;
}

.recommended-middle-two span {
	font: 100 22px/25px "Microsoft YaHei";
	color: #ff0033;
}

.recommended-middle-three {
	width: 501px;
	height: 50px;
	margin-left: 164px;
}

.recommended-middle-three label {
	font: 100 18px/27px "Microsoft YaHei";
	color: #fff;
}

.recommended-middle-three input {
	font: 100 18px/25px "Microsoft YaHei";
	color: #fff;
	margin-left: 10px;
	width: 100px;
	height: 31px;
	margin-top: -7px;
	background-color: #ff0033;
	border: 1px solid #ff0033;
}






.recommended-middle-right {
	width: 500px;
	height: 400px;
	float: right;
	margin-right: 50px;
	margin-top:20px;
	
}

.recommended-middle-right img {
	width: 500px;
	height: 400px;
}

.recommended-back-buttom {
	width: 1200px;
	height: 520px;
	background-color: #fff;
}

.recommended-buttom-left {
	width: 500px;
	height: 500px;
	float: left;
	margin: 20px 70px;
	text-align: center;
}

.recommended-buttom-left img {
	width: 500px;
    height: 400px;
    border-bottom: 1px solid #0099ff;
    margin-bottom: 10px;
}

.recommended-buttom-left p {
	font: 100 32px/50px "Microsoft YaHei";
	color: #000;
}

.recommended-buttom-right {
	width: 500px;
	height: 500px;
	float: left;
	margin-top: 20px;
	text-align: center;
}

.recommended-buttom-right img {
	width: 500px;
    height: 400px;
    border-bottom: 1px solid #0099ff;
    margin-bottom: 10px;
}

.recommended-buttom-right p {
	font: 100 32px/50px "Microsoft YaHei";
	color: #000;
}


/*/recommended*/


/*news*/

.news-two-wen ul a {
	display: block;
	color: #000;
}

.news-two-wen ul a:hover {
	border-radius: 5px;
	background-color: #3399cc;
	color: #fff;
}

.news {
	width: 100%;
	height: 1400px;
	background: url("../picture/bgc-news.jpg") no-repeat;
}

.news-back {
	width: 1200px;
	height: 240px;
	background: url("../images/news-top.png") no-repeat;
}

.news-back p {
	font: 100 40px/208px "Microsoft YaHei";
	text-align: center;
	margin-left: 265px;
	letter-spacing: 7px;
}

.news-i {
	width: 80px;
	height: 5px;
	background-color: #3685d2;
	margin-top: -4px;
}

.news-ii {
	width: 160px;
	height: 5px;
	background-color: #3685d2;
	margin-top: -4px;
}

.news-back-one {
	width: 1200px;
	height: 340px;
}

.news-one-left {
	width: 700px;
	height: 340px;
	float: left;
}

.news-left-top {
	width: 700px;
	height: 50px;
	border-bottom: 1px solid #606060;
}

.news-left-top p {
	font: 100 20px/50px "Microsoft YaHei";
	color: #3685d2;
}

.news-left-buttom {
	width: 700px;
	height: 290px;
}

.news-left-buttom img {
	width: 300px;
	height: 213px;
	float: left;
	margin-top: 40px;
}

.news-left-buttom h3 {
	width: 350px;
	height: 60px;
	float: left;
	font: 600 20px/70px "Microsoft YaHei";
	text-align: center;
	margin-left: 20px;
}

.news-left-buttom p {
	width: 340px;
	height: 193px;
	font: 100 14px/28px "Microsoft YaHei";
	float: left;
	margin-left: 20px;
}

.news-left-buttom .about_txt {
	float: left;
	width: 330px;
}

.news-one-right {
	width: 458px;
	height: 340px;
	float: left;
	margin-left: 36px;
}

.news-right-top {
	width: 458px;
	height: 50px;
	border-bottom: 1px solid #606060;
}

.news-right-top p {
	font: 100 20px/50px "Microsoft YaHei";
	color: #3685d2;
}

.news-right-buttom {
	width: 458px;
	height: 290px;
}

.news-right-buttom img {
	width: 333px;
	height: 231px;
	margin-left: 62px;
	margin-top: 40px;
}

.news-back-two {
	width: 1200px;
	height: 330px;
}

.news-two-left {
	width: 790px;
	height: 330px;
	float: left;
	margin-right: 14px;
}

.news-two-top {
	width: 790px;
	height: 50px;
	border-bottom: 1px solid #606060;
}

.news-two-top p {
	font: 100 20px/50px "Microsoft YaHei";
	color: #3685d2;
}

.news-two-buttom {
	width: 790px;
	height: 280px;
}

.news-two-tu {
	width: 400px;
	height: 280px;
	float: left;
	margin: 10px 10px 0 0;
}

.news-two-tu img {
	width: 198px;
	height: 130px;
	margin: 0 0 4px 0;
}

.news-two-wen {
	width: 380px;
/*	height: 280px;*/
	float: left;
	margin-top: 10px;
}

.new-two-bgc {
	width: 100%;
	height: 100%;
	background: url(../picture/commom-problem.png) no-repeat;
	background-size: 100%;
}

.new-two-bgc-all {
	width: 367px;
	height: 125px;
	display: flex;
	flex-direction: column;
}

.new-two-bgc-border {
	width: 360px;
	margin: 0 auto;
	border: 1px dashed #3399cc;
}

.new-two-bgc-top {
	width: 338px;
	margin: 0 auto;
	height: 35px;
	display: flex;
	flex-direction: row;
	padding-top: 12px;
}

.new-two-bgc-top img {
	width: 22px;
	height: 20px;
}

.new-two-bgc-top p {
	width: 320px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 600;
}

.new-two-bgc-top span {
	width: 320px;
	height: 60px;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	padding-left: 10px;
}

.news-two-wen ul li {
	font: 100 14px/41px "Microsoft YaHei";
	border-bottom: 1px dashed #ccc;
}

.news-two-wen ul li p {
	width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-two-wen ul li span {
	float: right;
	margin-top: -40px;
}

.news-two-right {
	width: 390px;
	height: 330px;
	float: left;
}

.news-two-t {
	width: 390px;
	height: 50px;
	border-bottom: 1px solid #606060;
}

.news-two-t p {
	font: 100 20px/50px "Microsoft YaHei";
	color: #3685d2;
}

.news-two-t a {
	float: right;
	margin-top: -25px;
	font-size: 16px;
}

.news-back-three {
	width: 1200px;
	height: 330px;
}

.news-k {
	width: 12px;
	height: 330px;
	float: left;
}


/*/news*/


/*links*/

.links {
	padding-top: 30px;
}

.links .main {
	position: relative;
}

.links .links-border {
	border: 1px solid #3399CC;
}

.links .links-enter {
	position: absolute;
	top: 18px;
	left: 15px;
	width: 174px;
	height: 76px;
	border-right: 1px solid #555555;
	padding-right: 20px;
}

.links .links-enter p {
	padding-bottom: 10px;
	font-weight: 600;
	text-align: center;
	color: #3685D2;
	font-size: 24px;
}

.links .links-enter span {
	display: inline-block;
	line-height: 29px;
	width: 172px;
	height: 29px;
	color: #FFFFFF;
	text-align: center;
	background-color: #3685D2;
	font-size: 18px;
}

.links .links-enter h3 {
	text-align: center;
}

.links .links-enter h3 a {
	font: 400 14px/42px "Microsoft YaHei";
	color: #666;
}

.links .links-list {
	margin-left: 220px;
	height: 108px;
}

.links .links-list li {
	float: left;
}

.links .links-list li a {
	height: 30px;
	display: block;
	text-align: center;
	font: 400 12px/3 "SimSun";
	color: #000;
	padding: 0 10px;
}

.links .links-list li a:hover {
	color: #3685D2;
}


/*/links*/


/*bottom*/

.nav-bottom {
	width: 100%;
	height: 286px;
	background-color: #3685d2;
	margin-top: 40px;
}

.bot-di {
	padding-top: 20px;
	margin: 0 auto;
	width: 675px;
	height: 200px;
	display: flex;
	justify-content: space-between;
}

.bot-di-left {
	width: 380px;
	line-height: 50px;
	display: flex;
	flex-direction: column;
}

.bot-di-left-one {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.bot-di-left-one span {
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bot-di-left-one img {
	width: 35px;
	height: 30px;
}

.bot-di-left-one p {
	padding-left: 10px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 100;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bot-di-right {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 254px;
	height: 150px;
	padding-top: 20px;
}

.bot-di-right-log {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 100;
	padding-left: 20px;
}

.bot-di-right-log img {
	width: 110px;
	height: 105px;
	padding-bottom: 5px;
}


/*产品中心*/

.center-information {
	margin-left: 20px;
}

.center-information ul a {
	display: block;
	color: #000;
}

.center-information ul li {
	width: 380px;
	font: 100 14px/35px "Microsoft YaHei";
	border-bottom: 1px dashed #ccc;
	padding:0 20px;
}

.center-information ul li p {
	width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.center-information ul li span {
	float: right;
	margin-top: -34px;
}

.center-information ul a li:hover {
	border-radius: 5px;
	background-color: #3399cc;
	color: #fff;
}


/*产品详情页开始*/

.details-left {
	float: left;
	width: 900px;
	height: 100%;
	margin-left: 20px;
}

.details-right {
	float: left;
	width: 242px;
}

.details-right-top {
	width: 244px;
	height: 68px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #3399cc;
}

.details-right-top h1 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-family: "Microsoft YaHei";
	padding-top: 10px;
	font-weight: bold;
}

.details-right-top p {
	color: #fff;
	height: 60px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	font-family: "SimSun";
	letter-spacing: 2px;
	font-weight: bold;
}

.details-right-middle {
	margin: 0px auto;
	box-shadow: 0 0 15px gray;
	padding: 10px 0;
	margin-bottom: 10px;
}

.details-right-middle p {
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 35px;
	color: #3399cc;
	font-size: 16px;
	line-height: 35px;
	padding-left: 20px;
	border-bottom: 1px dashed #99cce5;
	font-family: "Microsoft YaHei";
}

.details-right-middle p:hover {
	background-color: #3399cc;
	color: #fff;
	border-radius: 10px;
}

.details-right-recom {
	margin-top: 20px;
}

.details-right-recom em,
.details-right-reccc em,
.details-right-bottom em {
	display: block;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 18px;
	width: 244px;
	height: 30px;
	background-color: #3399cc;
}

.details-right-recom ul {
	box-shadow: 0 0 15px gray;
	padding: 10px 0;
}

.details-right-recom ul li {
	margin: 0 auto;
	width: 210px;
	display: flex;
	justify-content: space-between;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	color: #000;
}

.details-right-recom ul li:hover {
	color: #3399CC;
}

.details-right-recom ul li span {
	margin-top: 5px;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #999;
	color: #fff;
}

.details-right-recom ul li p {
	width: 180px;
	border-bottom: 1px dashed #3399CC;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.details-right-reccc {
	margin-top: 20px;
}

.details-right-reccc-products {
	width: 242px;
	transition: box-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s;
}

.details-right-reccc-products img:hover {
	box-shadow: 0 0 15px gray;
}

.details-right-reccc-products img {
	margin-top: 8px;
	width: 240px;
	height: 200px;
	border: 1px solid #ccc;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	-moz-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

.details-right-reccc-products h5 {
	width: 186px;
	height: 33px;
	display: block;
	margin: 5px auto;
	background: #3399cc;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	font-family: "SimSun";
	color: #fff;
}

.details-right-reccc-products:hover h5 {
	background-color: #035aaf;
}

.details-right-bottom {
	margin-top: 20px;
	box-shadow: 0 0 15px gray;
}

.details-right-bottom p {
	margin: 0 auto;
	display: block;
	width: 240px;
	height: 38px;
	border-bottom: 2px solid #3399CC;
	font-size: 14px;
	line-height: 28px;
	padding-top: 5px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 600;
}

.details-right-bottom span {
	margin: 0 auto;
	display: block;
	width: 215px;
	line-height: 28px;
	font-size:14px;
	padding: 0;
}


.details-tell{
	color: #ff6600;
}
.cent-list-one p{
	display: inline-block;
	line-height: 35px;
	width: 100%;
	height: 35px;
	color: #747474;
	border-bottom: 1px solid #efecec;
	letter-spacing: 1px;
	font-size: 14px;
}


/*经典案例*/
.center-case{
	padding-left: 8px;
	line-height: 30px;
	height: 30px;
	background-color: #3399CC;
	color: #fff;
}
.center-case a{
	color: #fff;
}
.center-case a:hover{
	color: #000;
}
.cencase-left{
	display: flex;
	justify-content: center;
	width: 100%;
	border: 1px solid #999999;
	margin-top: 20px;
}
.cencase-left-img{

	width: 50%;
	padding: 15px 0;
	margin-right: 3%;
	overflow: hidden;
}
.cencase-left-img img{
	width:450px;
	height:266px;
}
.cencase-left-font{
	display: block;
	padding: 15px 0;
	width: 43%;
}
.cencase-left-font em{
	display: block;
	line-height: 40px;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	height: 40px;
	color: #3399CC;
	border-bottom:1px solid  #3399CC;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cencase-left-font p{
	height: 188px;
	font-size: 14px;
	line-height: 20px;
	padding-top:5px ;
	overflow: hidden;
}
.cencase-left-font b{
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 15px;
	margin-bottom: -8px;
}


.juor-font{
	margin: 20px 0 0 10px ;
	border: 1px solid #f0f0f0;
}
.juor-headtop{
	display: flex;
justify-content: space-between;
width: 880px;
height: 40px;
background-color: #3399CC;
color: #FFFFFF;
text-align: center;
line-height: 40px;
font-size: 20px;
margin-top: 10px;
}
.juor-headtop p{
	padding-left: 15px;
}
.juor-headtop a{
	color: #fff;
	padding-right: 15px;
}
.juor-font-mid{
	margin:27px 0 8px 8px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.juor-font-mid-left{
	width: 48%;
}
.font-mid-left-top{
	width: 380px;
	display: flex;
	flex-direction: row;
	border-bottom:2px dashed #d16c09;
}
.font-mid-left-top img{
	width: 55px;
	height: 35px;
	padding-bottom: 8px;
}
.font-mid-left-top p{
	color: #d16c09;
	font-size: 20px;
	padding: 12px 0 0 10px;
}
.juor-font-mid-right{
	padding: 12px 10px 0 0;
}

/*联系我们*/
.about-middle-one{
  width: 860px;
  height: 100px;
  margin-left: 30px;
}
.about-middle-one p{
  font:100 18px/30px "Microsoft YaHei";
  padding-top: 50px;
  letter-spacing: 3px;
}
.about-middle-two{
  width: 930px;
  height: 357px;
  background: url("../images/contact.png") no-repeat;
}
.about-two{
  width: 450px;
  height: 110px;
  float: left;
}
.about-two p{
  font:600 16px/95px "Microsoft YaHei";
  margin-left: 95px;
  color: #000;
  letter-spacing: 3px;
}
.about-two p span{
  font:100 14px/60px "Microsoft YaHei";
  color: #000;
}
.about-left-under{
  width: 930px;
  height: 570px;
}
.about-left-under img{
	width: 318px;
	height: 245px;
}
/*/about-us-left*/

/*liuyuan*/
.massage-middle{
  width: 550px;
  height: 410px;
  margin-left: 50px;
  float: left;
}
.massage-middle input{
	border: 1px solid #CCCCCC;
}
.massage-middle label{
  font:100 20px/60px "Microsoft YaHei";
}
.massage-middle input{
  width: 300px;
  height: 30px;
  font:100 16px/20px "Microsoft YaHei";
}
.massage-middle textarea{
  width: 400px;
  height: 150px;
  font:100 16px/20px "Microsoft YaHei";
}
.massage-middle button{
  width: 80px;
  height:30px;
  background-color: #045aaf;
  border:1px solid #045aaf;
  color: #fff;
  margin-left: 103px;
}
/*/liuyuan*/

.news-center .about-us-position {
  width: 930px;
  height: 465px;
  margin-bottom: 50px;
  float: left;
}

/*关于我们*/
.news-center-lie{
  width: 890px;
  height: 100%;
  margin: 20px 0 0 18px;
}
.about-top{
  margin: 1px 0;
}
.about-top p{    
  font-size: 24px;
  line-height: 40px;
}
.about-top span{
  font:100 16px/30px "Microsoft YaHei";
}
.about-x{
  border-top: #000 2px solid;
  overflow: hidden; 
  height: 1px;
}
.about-z{
  width: 890px;
  height: 100px;
  text-align: center;
}
.about-z p{
  font:100 40px/50px "Microsoft YaHei";
  margin-top: 30px;
  color: #000;
}
.about-z span{
  font:100 24px/30px "Microsoft YaHei";
  color: #000;
}
.about-t{
  width: 500px;
  height: 70px;
}
.about-t p{
  font:100 24px/50px "Microsoft YaHei";
  color: #000;
}
.hr{
  border-bottom: 2px solid #000;
  width: 145px;
}
.about-n{
  width: 890px;
}
.about-n p{
  font:100 14px/30px "Microsoft YaHei";
  text-indent: 2em;
}
.about-n img{
  margin: 20px 8px;
  width: 424px;
  height: 279px;
}
.about-l{
  width: 890px;
  height: 920px;
}
.about-ll{
  width: 420px;
  height: 90px;
  border-bottom: 1px solid #b0b0b0;
  margin: 20px 8px;
  float: left;
}
.about-ll h3{
  width: 121px;
  height: 72px;
  background-color: #b0b0b0;
  text-align: center;
  font:600 36px/72px "SimSun";
  color: #fff;
  float: left;
}
.about-ll p{
  font:100 12px/25px "SimSun";
  margin-left: 8px;
  margin-top: 10px;
  width: 290px;
  float: left;
}
.about-r{
  width: 890px;
  height: 580px;
  margin-bottom: 20px;
}
.about-k{
  width: 268px;
  height: 268px;
  border:1px solid #ccc;
  float: left;
  margin: 10px 10px;
}
.about-k img{
  margin-left: 12px;
  margin-top: 30px;
  width: 255px;
  height:184px;
}
.about-k p{
  font:100 14px/70px "Microsoft YaHei";
  text-align:center;
}
/*/left*/
.delkh p{
	line-height:30px !important;
	font-weight: bold;
margin-left: 30px;
}