.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.inTitle {
	text-align: center;
}

.inTitle h3 {
	background-image: url('../img/line.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 30px;
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
}

.inTitle span {
	color: #f29e13;
	font-size: 19px;
}

.inab {
	padding-top: 60px;
	background-color: #eee;
	display: inline-block;
	width: 100%;
}

.inab .content {
	overflow: hidden;
	padding: 50px 0;
}

.inab .content .left {
	width: 440px;
	float: left;
}

.inab .content .left .title {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}

.inab .content .left .title:after {
	content: '';
	display: block;
	margin-top: 15px;
	width: 66px;
	height: 3px;
	background-color: #f39800;
}

.inab .content .left .text {
	color: #464646;
	font-size: 14px;
	line-height: 24px;
	margin-top: 30px;
}

.inab .content .left .more {
	display: inline-block;
	margin-top: 40px;
	width: 133px;
	height: 30px;
	line-height: 30px;
	background-color: #009bc0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.inab .content .left .more:hover {
	background-color: #f39800;
}

.inab .content .right {
	float: right;
}



.abimg {
	height: 230px;
	margin-bottom: 30px;
	overflow: hidden;
}

.abimg .bd {
	width: 1055px;
	margin: 0 auto;
}

.abimg li {
	float: left;
	width: 260px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	transition: all 0.3s linear 0s;
}

.abimg li:hover {
	transform: translateY(-5px);
}

.abimg li img {
	width: 100%;
	height: 200px;
}

.abimg li p {
	color: #333;
	padding-top: 10px;
}

.abimg .prev,
.abimg .next {
	display: block;
	position: absolute;
	top: 0;
	width: 70px;
	height: 200px;
	background: url('../img/jiantou.png') no-repeat center;
	transform: rotate(180deg);
	cursor: pointer;
}

.abimg .next {
	right: 0;
	transform: none;
}


.superior {
	width: 1200px;
	height: 140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 23px;
	box-sizing: border-box;
}

.superior dl {
	display: flex;
	align-items: center;
	flex-direction: row;
}
.superior dd {
	margin-left: 10px;
	font-size: 20px;
	line-height: 20px;
	color: #333;
}
.superior dd em {
	font-style: normal;
	font-weight: bold;
	color: #c4020b;
}
.superior dd p {
	margin-top: 6px;
	font-size: 14px;
	line-height: 14px;
	color: #666;
}

.superior dl + dl {
	border-left: 1px solid #eee;
	padding-left: 10px;
}



.slogan {
	display: flex;
	padding: 40px 0;
}

.slogan .item {
	flex: 1;
	text-align: center;
}

.slogan .item .key {
	color: #464646;
	font-size: 20px;
	padding: 15px 0;
	font-weight: bold;
}

.slogan .item .key:after {
	content: '';
	display: block;
	margin: 15px auto 0 auto;
	width: 30px;
	height: 2px;
	background-color: #009bc0;
}

.slogan .item span {
	color: #9c9c9c;
	font-size: 12px;
}


.pcenter {
	display: inline-block;
	width: 100%;
	background-color: #eee;
}

.pcenter .pnav {
	width: 265px;
	margin-right: 15px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	margin-top: 18px;
}

.pcenter .pnav .phead {
	height: 80px;
	line-height: 80px;
	text-align: center;
	padding-right: 60px;
	color: #ffffff;
	font-size: 24px;
	background-color: #009bc0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-image: url('../img/pnh.png');
	background-repeat: no-repeat;
	background-position: 200px center;
}

.pcenter .pnav .nav-item {
	height: 58px;
	line-height: 58px;
	font-size: 16px;
}

.pcenter .pnav .nav-item a {
	display: inline-block;
	color: #484848;
}

.pcenter .pnav .nav-item:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border: solid 1px #484848;
	margin-left: 30px;
	margin-bottom: 3px;
}

.pcenter .pnav .nav-item:hover {
	background-color: #f39800;
}

.pcenter .pnav .nav-item:hover a {
	color: #fff;
}

.pcenter .pnav .nav-item:hover:before {
	border: solid 1px #fff;
}

.pcenter .pnav .nav-item.active {
	background-color: #f39800;
}

.pcenter .pnav .nav-item.active a {
	color: #fff;
}

.pcenter .pnav .nav-item.active:before {
	border: solid 1px #fff;
}

.pcenter .plist {
	width: 915px;
	display: inline-block;
	vertical-align: top;
	margin-top: 18px;
}

.pcenter .plist .pitem {
	width: 295px;
	height: 395px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: solid 1px rgba(29, 29, 29, 0.11);
}

.pcenter .plist .pitem:nth-of-type(3n) {
	margin-right: 0;
}

.pcenter .plist .pitem a {
	overflow: hidden;
	height: 395px;
	display: block;
	position: relative;
}

.pcenter .plist .pitem .imgbox {
	text-align: center;
	height: 215px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.pcenter .plist .pitem .imgbox img {
	height: 215px;
}

.pcenter .plist .pitem .name {
	color: #141414;
	font-size: 16px;
	padding: 20px 5px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pcenter .plist .pitem .icon {
	text-align: center;
	height: 23px;
	z-index: 99;
	position: relative;
}

.pcenter .plist .pitem .icon img {
	background: #fff;
	border-radius: 50%;
}

.pcenter .plist .pitem .intro {
	width: 295px;
	height: 395px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: rgba(0, 155, 192, 0.9);
	-webkit-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
}

.pcenter .plist .pitem .intro .name {
	color: #ffffff;
	font-size: 20px;
}

.pcenter .plist .pitem .intro .text {
	color: #fffdfa;
	font-size: 16px;
	line-height: 24px;
	height: 240px;
	overflow: hidden;
	padding: 0 30px;
}

.pcenter .plist .pitem:hover .intro {
	opacity: 1;
	filter: alpha(opacity=1);
}




.inadv-wrapper {
	overflow: hidden;
	padding: 50px 0 0 0;
}

.inadv-wrapper .outadv {
	display: flex;
	padding-top: 30px;
	flex-wrap: wrap;
}

.inadv-wrapper .outadv .item {
	width: 600px;
	margin-bottom: 30px;
}

.inadv-wrapper .outadv .item .title {
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #666;
}

.inadv-wrapper .outadv .item .title .key {
	color: #191919;
	font-size: 30px;
	margin-bottom: 10px;
}

.inadv-wrapper .outadv .item .title span {
	color: #484848;
	font-size: 19px;
}

.inadv-wrapper .outadv .item .text {
	margin-top: 10px;
	line-height: 1.5;
	color: #333333;
}

.inadv-wrapper .outadv .item .imgbox {
	text-align: center;
	max-width: 100%;
}

.inadv-wrapper .outadv .common {
	padding-left: 124px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: left top;
}

.inadv-wrapper .outadv .item-1 {
	background-image: url('../img/One.png');
}

.inadv-wrapper .outadv .item-2 {
	background-image: url('../img/two.png');
}

.inadv-wrapper .outadv .item-3 {
	background-image: url('../img/three.png');
}

.inadv-wrapper .outadv .item-4 {
	background-image: url('../img/four.png');
}

.inadv-wrapper .outadv .item-5 {
	background-image: url('../img/five.png');
}

.inadv-wrapper .outadv .item-6 {
	background-image: url('../img/six.png');
}

.incase {
	padding-top: 50px;
	border-top: 1px solid #ddd;
}

.incase .caselist {
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}

.incase .caselist .bd {
	width: 1055px;
	margin: 0 auto;
}

.incase .caselist .caseitem {
	width: 260px;
	margin-right: 5px;
	transition: all 0.3s linear 0s;
}

.incase .caselist .caseitem:hover {
	transform: translateY(-5px);
}

.incase .caselist .caseitem a {
	color: #666;
}

.incase .caselist .caseitem img {
	width: 100%;
}

.incase .caselist .caseitem p {
	display: block;
	padding-top: 5px;
	height: 34px;
	overflow: hidden;
	text-align: center;
}

.incase .caselist .prev,
.incase .caselist .next {
	display: block;
	position: absolute;
	top: 0;
	width: 70px;
	height: 400px;
	background: url('../img/jiantou.png') no-repeat center;
	transform: rotate(180deg);
	cursor: pointer;
}

.incase .caselist .next {
	right: 0;
	transform: none;
}

.innews {
	font-size: 0;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}

.innews .big {
	overflow: hidden;
	border-bottom: 1px solid #b6b6b6;
}

.innews .big .bigtime {
	width: 180px;
	height: 285px;
	display: inline-block;
	background-color: #b39364;
}

.innews .big .bigtime span {
	color: #f4f4f4;
	font-size: 30px;
	margin-top: 105px;
	margin-left: 25px;
	display: inline-block;
}

.innews .big .bigtime span small {
	font-size: 18px;
}

.innews .big .bigtime span:after {
	content: '';
	width: 42px;
	display: block;
	height: 2px;
	background-color: #ffffff;
}

.innews .big .imgbox {
	width: 385px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.3s linear 0s;
}

.innews .big .imgbox:hover {
	transform: translateY(-5px);
}

.innews .big .imgbox img {
	width: 100%;
	height: 290px;
}

.innews .big .bigtitle {
	color: #151515;
	font-size: 18px;
	padding: 10px 0;
	width: 480px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.innews .big .time {
	display: inline-block;
	width: 80px;
	float: right;
	color: #474747;
	font-size: 14px;
	margin-top: 12px;
}

.innews .cnews,
.innews .inews {
	width: 570px;
	display: inline-block;
	vertical-align: top;
	margin-right: 60px;
}

.innews .cnews li,
.innews .inews li {
	margin-bottom: 10px;
	overflow: hidden;
}

.innews .cnews .nhead,
.innews .inews .nhead {
	color: #f29e13;
	font-size: 24px;
	margin-bottom: 10px;
}

.innews .cnews .nhead span,
.innews .inews .nhead span {
	color: #333333;
	font-size: 16px;
}

.innews .cnews .newsTitle,
.innews .inews .newsTitle {
	color: #676767;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	float: left;
}

.innews .cnews .newsTitle:hover,
.innews .inews .newsTitle:hover {
	color: #f44;
	text-decoration: underline;
}

.innews .cnews .pushtime,
.innews .inews .pushtime {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	color: #9f9f9f;
	float: right;
}

.innews .inews {
	margin-right: 0;
}

.innews .inews .nhead {
	color: #009bc0;
}

.innews .inews .nhead span {
	color: #333333;
}

.innews .inews .nhead a,
.innews .cnews .nhead a {
	float: right;
	color: #333333;
	font-size: 16px;
	margin-top: 5px;
}

.innews .inews .nhead a:hover,
.innews .cnews .nhead a:hover {
	color: #f88;
}

.innews .inews .bigtime {
	background-color: #009bc0;
}



.partner {
	overflow: hidden;
	padding: 50px 0;
	background: #f8f8f8;
}

.partner .head {
	text-align: center;
}

.partner .head h3 {
	color: #d31118;
	font-size: 66px;
}

.partner .head p {
	color: #141414;
	font-size: 34px;
	line-height: 1.5;
}

.partner .head p span {
	display: block;
	color: #8b8a8a;
	font-size: 18px;
}

.partner .partner-list li {
	width: 113px;
	height: 113px;
	float: left;
	margin-right: 68px;
	margin-top: 35px;
}

.partner .partner-list li:nth-of-type(7n) {
	margin-right: 0;
}

.incontact {
	display: flex;
	padding-top: 80px;
	padding-bottom: 60px;
	background: url('../img/lx.jpg') no-repeat 230px center;
}

.incontact .left {
	flex: 1;
}

.incontact .left .title h3 {
	color: #4f4f4f;
	font-size: 34px;
}

.incontact .left .title h3:after {
	content: '';
	display: block;
	width: 102px;
	height: 3px;
	background-color: #f39800;
	margin-top: 5px;
}

.incontact .left .title p {
	color: #5e5e5e;
	font-size: 22px;
	padding: 10px 0;
}

.incontact .left .more {
	margin-top: 140px;
	display: block;
	width: 182px;
	text-align: center;
	height: 55px;
	line-height: 55px;
	background-color: #009bc0;
	color: #fff;
	font-size: 24px;
}

.incontact .left .more:hover {
	background-color: #f39800;
}

.incontact .right {
	flex: 0 0 360px;
}

.incontact .right .foryou {
	color: #4f4f4f;
	font-size: 25px;
	margin-bottom: 10px;
}

.incontact .right .en {
	color: #979797;
	font-size: 16px;
	line-height: 1.5;
}

.incontact .right .en:after {
	content: '';
	display: block;
	width: 67px;
	height: 3px;
	background-color: #f39800;
	margin-top: 45px;
}

.incontact .right .call {
	color: #787878;
	font-size: 20px;
	margin-top: 40px;
}

.incontact .right .call span {
	display: block;
	color: #4f4f4f;
	font-size: 34px;
}

.incontact .right .address {
	color: #787878;
	font-size: 14px;
	margin-top: 10px;
}

.style {
	overflow: hidden;
	padding: 50px 20px;
}

.style .imgshow {
	display: flex;
	width: 915px;
	margin-top: 30px;
}

.style .imgshow p {
	text-align: center;
	color: #656565;
	font-size: 16px;
	padding: 10px 0 15px 0;
}

.style .imgshow .left,
.style .imgshow .right {
	width: 205px;
}

.style .imgshow .left .imgbox,
.style .imgshow .right .imgbox {
	width: 205px;
	height: 150px;
	overflow: hidden;
}

.style .imgshow .left .imgbox img,
.style .imgshow .right .imgbox img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.style .imgshow .left .imgbox:hover img,
.style .imgshow .right .imgbox:hover img {
	transform: scale(1.2);
}

.style .imgshow .middle {
	width: 430px;
	margin: 0 13px;
}

.style .imgshow .middle .imgbox {
	width: 430px;
	height: 343px;
	overflow: hidden;
}

.style .imgshow .middle .imgbox img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.style .imgshow .middle .imgbox:hover img {
	transform: scale(1.2);
}

.honor {
	overflow: hidden;
	padding-bottom: 50px;
}

.honor .honorlist {
	position: relative;
	margin-top: 50px;
}

.honor .honorlist .bd {
	width: 988px;
	margin: 0 auto;
}

.honor .honorlist .caseitem {
	width: 168px;
	height: 228px;
	margin-right: 37px;
}

.honor .honorlist .caseitem img {
	width: 100%;
	height: 100%;
}

.honor .honorlist .prev,
.honor .honorlist .next {
	display: block;
	position: absolute;
	top: 0;
	width: 105px;
	height: 220px;
	background: url('../img/jiantou.png') no-repeat center;
	transform: rotate(180deg);
}

.honor .honorlist .next {
	right: 0;
	transform: none;
}

.recommend h3 {
	font-size: 18px;
	text-indent: 15px;
	padding: 20px 0;
	color: #f44;
}

.recommend .item {
	float: left;
	width: 215px;
	height: 244px;
	text-align: center;
	background: #fff;
	margin-right: 12px;
	box-shadow: 0px 2px 5px 0px rgba(4, 0, 0, 0.11);
}

.recommend .item:last-child {
	margin-right: 0;
}

.recommend .item .imgbox {
	height: 180px;
	line-height: 180px;
}

.recommend .item .imgbox img {
	max-height: 180px;
}

.recommend .item .name {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #141414;
}

.contact-wrapper {
	background: #f7f7f7;
	padding: 50px 0;
}

.contact-wrapper .contact {
	display: flex;
}

.contact-wrapper .contact .item {
	flex: 1;
}

.contact-wrapper .contact .item .title {
	color: #0088a9;
	font-size: 22px;
	padding-left: 45px;
	margin-bottom: 20px;
	background: url('../img/mapicon.png') no-repeat left;
}

.contact-wrapper .contact .item .way-item {
	color: #333333;
	font-size: 14px;
	line-height: 2;
}

.map {
	overflow: hidden;
	padding: 50px 0;
}

.map .map-item {
	margin-top: 50px;
	display: flex;
}

.map .map-item #dituContent1 {
	margin-right: 30px;
}

.message {
	overflow: hidden;
	padding: 50px 0;
}

.message .mbox {
	display: flex;
	margin-top: 50px;
}

.message .mbox .imgbox {
	text-align: center;
	width: 710px;
}

.message .mbox .mtable {
	flex: 0 0 490px;
}

.message .mbox .mtable input {
	width: 235px;
	height: 59px;
	border: solid 1px #d2d2d2;
	padding: 10px 30px;
	box-sizing: border-box;
	margin-right: 14px;
	margin-bottom: 15px;
}

.message .mbox .mtable input:nth-of-type(2n) {
	margin-right: 0;
}

.message .mbox .mtable input:nth-of-type(1) {
	background: url('../img/name.png') no-repeat 205px;
}

.message .mbox .mtable input:nth-of-type(2) {
	background: url('../img/phone.png') no-repeat 205px;
}

.message .mbox .mtable input:nth-of-type(3) {
	background: url('../img/destination.png') no-repeat 205px;
}

.message .mbox .mtable input:nth-of-type(4) {
	background: url('../img/email.png') no-repeat 205px;
}

.message .mbox .mtable textarea {
	width: 490px;
	height: 177px;
	margin-bottom: 15px;
	border: solid 1px #d2d2d2;
	padding: 10px;
	box-sizing: border-box;
}

.message .mbox .mtable button {
	width: 185px;
	height: 59px;
	background-color: #f7843a;
	color: #fff;
	font-size: 18px;
	border: 0;
	cursor: pointer;
}

.case {}

.case .case-address {
	overflow: hidden;
	margin-top: 20px;
}

.case .case-address li {
	float: left;
	width: 125px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin-left: 5px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.case .case-address li a {
	color: #787878;
}

.case .case-address li:hover,
.case .case-address li.active {
	background-color: #f39800;
}

.case .case-address li:hover a,
.case .case-address li.active a {
	color: #fff;
}

.case .caselist ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.case .caselist li {
	width: 390px;
	margin-bottom: 30px;
}

.case .caselist li .box {
	margin-top: 30px;
	border: solid 1px rgba(0, 0, 0, 0.4);
	transition: all 0.3s linear 0s;
}
.case .caselist li .box:hover{
	border-color: #f29e13;
	transform: translateY(-5px);
}

.case .caselist li .box .title {
	margin-top: -10px;
	color: #524242;
	font-size: 14px;
	text-align: center;
	padding-bottom: 30px;
}



.case .caselist li .imgbox {
	width: 365px;
	position: relative;
	top: -30px;
	left: 12px;
}

.case .caselist li .imgbox img {
	width: 100%;
	height: 100%;
}

.casepage {
	padding: 20px 0;
	text-align: center;
}

.case .content {
	padding-top: 50px;
	min-height: 500px;
}

.case .content h1 {
	text-align: center;
	margin-bottom: 30px;
}

.case .content img {
	display: block;
	margin: 0 auto;
}
.case .updown{
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}
.case .updown div{
	width: 50%;
	display: block;
	overflow: hidden;
}



.recommend-head {
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding-right: 60px;
	color: #ffffff;
	font-size: 24px;
	background-color: #bfbfbf;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-image: url('../img/pnh.png');
	background-repeat: no-repeat;
	background-position: 200px center;
}

.recommend-item {
	text-align: center;
	background: #fff;
	margin-top: 10px;
}

.recommend-item:last-child {
	margin-right: 0;
}

.recommend-item .imgbox {
	width: 230px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	margin: 0 auto;
	border: solid 1px rgba(229, 229, 229, 0.98);
	overflow: hidden;
	box-sizing: border-box;
}

.recommend-item .imgbox:hover {
	border-color: #0088a9;
}

.recommend-item .imgbox img {
	max-width: 100%;
	max-height: 100%;
}

.recommend-item .name {
	padding: 10px 0;
	font-size: 16px;
	color: #141414;
}


.news-uls{
	margin: 15px;
}
.news-item{
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.news-item a{
	color: #333;
}
.news-item a:hover{
	color: #f29e13;
	text-decoration: underline;
}

.lxwms .news-item{
	border-bottom: none;
	padding: 8px 0;
}




.newslist {
	width: 915px;
	margin-top: 18px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
}

.newslist .newsitem {
	padding: 35px 25px 22px 25px;
	border-bottom: 1px dashed #ccc;
	position: relative;
}

.newslist .newsitem .time {
	width: 92px;
	height: 92px;
	font-size: 52px;
	text-align: center;
	background-color: #bfbfbf;
	display: inline-block;
	color: #fff;
	margin-right: 30px;
}

.newslist .newsitem .time span {
	display: block;
	font-size: 14px;
}

.newslist .newsitem .content {
	display: inline-block;
	vertical-align: top;
	width: 735px;
}

.newslist .newsitem .content .title {
	color: #191919;
	font-size: 16px;
	margin-bottom: 25px;
	display: block;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newslist .newsitem .content .title:hover {
	color: #f29e13;
}

.newslist .newsitem .content .text {
	color: #6b6b6b;
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
}

.newslist .newsitem .content .more {
	display: block;
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: solid 1px #bfbfbf;
	color: #333333;
	font-size: 16px;
	float: right;
}

.newslist .newsitem .content .more:hover {
	border-color: #f29e13;
	color: #f29e13;
}

.newslist .newsitem:first-child .imgbox {
	width: 397px;
	height: 244px;
	display: inline-block;
	margin-right: 20px;
}

.newslist .newsitem:first-child .imgbox img {
	width: 100%;
	height: 100%;
}

.newslist .newsitem:first-child .time {
	position: absolute;
	top: 35px;
	left: 25px;
	background-color: #f39800;
}

.newslist .newsitem:first-child .content {
	width: 440px;
}

.newslist .newsitem:first-child .content .text {
	height: 145px;
}


.service .newsitem {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.service .listimg {
	width: 200px;
	height: 140px;
	overflow: hidden;
	margin-right: 15px;
}

.service .listimg img {
	width: 100%;
}

.service .title {
	font-size: 22px;
	color: #333;
}

.service .title:hover {
	color: #f29e13;
	text-decoration: underline;
}

.service .text {
	color: #666;
	padding: 10px 0;
	line-height: 1.5;
}

.service .content{
	width: 700px;
}


.newsdetail {
	width: 915px;
	margin-top: 18px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
	padding: 25px;
	box-sizing: border-box;
}

.newsdetail .head {
	border-bottom: 1px solid #e9e9e9;
}

.newsdetail .head .newstitle {
	color: #333333;
	font-size: 24px;
	text-align: center;
	padding: 15px 0;
}

.newsdetail .head .info {
	text-align: center;
}

.newsdetail .head span {
	color: #838383;
	font-size: 14px;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 25px;
}

.newsdetail .newstext {
	padding: 2% 0;
	min-height: 800px;
}

.newsdetail .newstext img {
	max-width: 100%;
}

.newsdetail .updown {
	margin-top: 30px;
}

.newsdetail .updown .prev,
.newsdetail .updown .next {
	padding: 5px;
	box-sizing: border-box;
	color: #666666;
	font-size: 14px;
}

.newsdetail .updown .prev a,
.newsdetail .updown .next a {
	color: #666666;
}

.video-list {
	width: 915px;
	margin-top: 18px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
	padding: 24px;
	box-sizing: border-box;
}

.video-list ul {
	display: inline-block;
	width: 100%;
}

.video-list .video-item {
	float: left;
	margin-right: 28px;
}

.video-list .video-item:nth-of-type(3n) {
	margin-right: 0;
}

.video-list .video-item .videobox {
	border: 1px solid #ccc;
}

.video-list .name {
	color: #606060;
	font-size: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 15px;
}

.video-list .number {
	height: 38px;
	color: #ffffff;
	font-size: 18px;
	line-height: 38px;
	padding-left: 15px;
	background: -webkit-linear-gradient(left, #009bc0, #fff);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #009bc0, #fff);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #009bc0, #fff);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #009bc0, #fff);
}

.search-wrapper {
	position: absolute;
	width: 100%;
	text-align: center;
}

.search-wrapper h3 {
	font-size: 40px;
	color: #e9e9e9;
	font-weight: normal;
	margin-top: 156px;
}

.search-wrapper .p1 {
	color: #ffffff;
	font-size: 20px;
	margin-top: 30px;
}

.search-wrapper .search-box {
	width: 685px;
	height: 47px;
	border-radius: 23px;
	border: solid 1px #ffffff;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 40px;
	color: #fff;
	background-image: url('../img/search.jpg');
	background-repeat: no-repeat;
	background-position: right;
	box-sizing: border-box;
	margin-top: 30px;
}

.search-wrapper .search-input {
	position: relative;
	display: inline-block;
}

.search-wrapper .search-input .search-btn {
	display: block;
	width: 40px;
	height: 45px;
	position: absolute;
	cursor: pointer;
	top: 30px;
	right: 0;
}

.search-wrapper .p2 {
	color: #eeeeee;
	font-size: 34px;
	margin-top: 20px;
}

.search-wrapper .p2 span {
	display: block;
	color: #bebebe;
	font-size: 18px;
	margin-top: 10px;
}

.about-wrapper {
	width: 915px;
	margin-top: 18px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
}

.about-wrapper .ab-text {
	padding: 20px;
}

.about-wrapper .ab-text .title {
	color: #333333;
	font-size: 24px;
	padding: 15px 0;
}

.about-wrapper .ab-text .title:after {
	content: '';
	display: block;
	width: 118px;
	height: 3px;
	background-color: #f39800;
	margin-top: 10px;
}

.about-wrapper .ab-text .text {
	color: #464646;
	font-size: 14px;
	line-height: 1.5;
}

.about-wrapper .photolist {
	width: 915px;
	margin-top: 18px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
	padding: 24px;
	box-sizing: border-box;
}

.about-wrapper .photolist h3 {
	font-size: 32px;
	margin-bottom: 10px;
	padding-left: 20px;
	border-left: 5px solid #0088a9;
}

.about-wrapper .photolist .photo-item {
	float: left;
	margin-right: 28px;
}

.about-wrapper .photolist .photo-item:nth-of-type(3n) {
	margin-right: 0;
}

.about-wrapper .photolist .photo-item .imgbox {
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 268px;
	height: 218px;
	line-height: 218px;
	overflow: hidden;
	text-align: center;
}

.about-wrapper .photolist .photo-item .imgbox img {
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.about-wrapper .photolist .photo-item .imgbox:hover img {
	transform: scale(1.2);
}

.about-wrapper .photolist .name {
	color: #606060;
	font-size: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 15px;
}

.list {
	width: 915px;
	margin-top: 18px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
}

.list .htitle {
	width: 870px;
	margin: 10px auto;
	color: #333333;
	font-size: 18px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.list .htitle .text {
	display: inline-block;
	padding-left: 15px;
	border-left: 3px solid #009bc0;
}

.list .list-item {
	padding: 35px 25px 22px 25px;
	border-bottom: 1px dashed #ccc;
	position: relative;
}

.list .list-item .time {
	width: 92px;
	height: 92px;
	font-size: 52px;
	text-align: center;
	background-color: #bfbfbf;
	display: inline-block;
	color: #fff;
	margin-right: 30px;
}

.list .list-item .time span {
	display: block;
	font-size: 14px;
}

.list .list-item .content {
	display: inline-block;
	vertical-align: top;
	width: 735px;
}

.list .list-item .content .title {
	color: #191919;
	font-size: 16px;
	margin-bottom: 25px;
	display: block;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list .list-item .content .text {
	color: #6b6b6b;
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
}

.list .list-item .content .more {
	display: block;
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: solid 1px #bfbfbf;
	color: #333333;
	font-size: 16px;
	float: right;
}

.list .number {
	height: 38px;
	color: #ffffff;
	font-size: 18px;
	line-height: 38px;
	padding-left: 15px;
	background: -webkit-linear-gradient(left, #009bc0, #fff);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #009bc0, #fff);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #009bc0, #fff);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #009bc0, #fff);
}

.wensh02 {
	margin: 0 auto;
	padding: 10px;
	background: #F8FBFD;
	border: 1px solid #F6F8F9;
}

.wensh02 table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}

.pinfo-wrapper {
	display: flex;
	padding: 10px 20px;
}


.pinfo-wrapper .pimg {
	width: 365px;
	height: 500px;
}


.pimg .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.pimg .swiper-slide {
	background-size: cover;
	background-position: center;
}

.pimg .mySwiper2 {
	height: 80%;
	width: 100%;
}

.pimg .mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.pimg .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.pimg .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.pimg .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}








.pinfo-wrapper .pinfo {
	padding-left: 25px;
	flex: 1;
}

.pinfo-wrapper .pinfo .pname {
	color: #414141;
	font-size: 26px;
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
}

.pinfo-wrapper .pinfo .use {
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.8;
}

.pinfo-wrapper .pinfo .advisory {
	height: 120px;
	padding: 15px;
	box-sizing: border-box;
	background-color: #f3f3f3;
}

.pinfo-wrapper .pinfo .advisory .phone {
	color: #666666;
	font-size: 14px;
}

.pinfo-wrapper .pinfo .advisory .phone span {
	color: #ff5000;
	font-size: 24px;
}

.pinfo-wrapper .pinfo .advisory .asknow {
	display: inline-block;
	width: 128px;
	height: 50px;
	line-height: 50px;
	background-color: #009bc0;
	color: #fff;
	text-align: center;
	font-size: 21px;
	margin-top: 15px;
}

.pinfo-wrapper .pinfo .advisory .asknow:hover {
	background-color: #f29e13;
}

.moreinfo {
	padding: 10px 20px;
	min-height: 500px;
}

.moreinfo .slideTxtBox {
	margin-top: 30px;
}

.moreinfo .slideTxtBox .hd {
	background-color: #eeeeee;
	overflow: hidden;
}

.moreinfo .slideTxtBox .hd li {
	float: left;
	padding: 10px 15px;
	font-size: 16px;
	border-right: 1px solid #fff;
}

.moreinfo .slideTxtBox .hd li.on {
	color: #ff5000;
	background: #fff;
	border-top: 3px solid #ff5000;
}

.moreinfo .slideTxtBox .bd .item img {
	width: 100%;
}




.product {}

.product .plist {
	width: 100%;
}

.product .plist ul {
	display: inline-block;
	width: 100%;
}

.product .plist .pitem {
	margin-right: 10px !important;
	width: 290px;
}

.product .plist .on {
	margin-right: 0 !important;
}

.product-adv {
	display: inline-block;
	width: 100%;
}

.product-adv img {
	width: 100%;
}

.product .container {
	display: flex;
	justify-content: space-between;
}

.product .push {
	width: 250px;
	margin-top: 18px;
	background-color: #fff;
}

.product .push h3 {
	padding: 10px;
	background-color: #0088a9;
	color: #fff;
	border-left: 10px solid #f29e13;
}

.product .push .item {
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.product .push .item img {
	width: 100%;
}

.product .push .item a {
	color: #666;
}

.product .push .item a:hover {
	color: #f29e13;
}

.product .moreinfo .dm {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

.product .pro_key {
	margin-bottom: 50px;
}

.product .pro_next a {
	color: #666;
}

.product .pro_next a:hover {
	text-decoration: underline;
	color: #f29e13;
}






