﻿.content {
	line-height: 1.75;
	text-align: justify;
}

.content p {
	margin: 10px 0;
}

.content p img {
	width: 100%;
	max-width: 930px;
	border-radius: 5px;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
}

.content-pics {
	padding-bottom: 50px;
}

.content-pics p {
	float: left;
	text-align: center;
	width: 300px;
	margin: 0 15px 15px 0;
}

.content-pics p:nth-child(3n) {
	margin-right: 0;
}

.content-pics p img {
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
}


/*大模板*/

.blk-main {
	width: 1200px;
	margin: 0 auto;
}


/*小模块*/

.blk-xs {
	width: 240px;
	overflow: hidden;
	margin-bottom: 50px;
}


/*中模块*/

.blk-sm {
	width: 930px;
}


/*单元盒*/

.blk-md {}


/*全站阴影效果*/

.box-s {
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
}


/**通用模块标题**/

.module-tit {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	padding-bottom: 1px;
}

.module-tit b {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	padding-left: 30px;
	border-bottom: 2px solid #333333;
	background: url(../images/p14-icon11.png) no-repeat 0px center;
}


/**头部**/

.header {
	height: 80px;
	line-height: 0;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.header .logo {
	height: 50px;
	margin-top: 15px;
}

.header .logo img {
	width: auto;
	height: 100%;
}

.header .menu {
	margin-top: 25px;
}

.header .menu li {
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header .menu li a {
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 33px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 50px;
	padding: 0 4px;
}

.header .menu li:hover a,
.header .menu li.cur a {
	color: #3388ff;
}

.header .menu li.cur a {
	font-weight: bold;
	border-bottom: 2px solid;
}


/**内页banenr**/

.nybanner {
	position: relative;
	overflow: hidden;
	height: 220px;
	text-align: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.nybanner .text {
	position: absolute;
	text-align: left;
	width: 900px;
	padding-right: 300px;
	top: 60px;
	line-height: 1.5;
}

.nybanner h2 {
	font-size: 32px;
	font-weight: 300;
}
.nybanner p {
	font-size: 18px;
	font-weight: 300;
}

/**面包屑**/

.position {
	margin: 0 auto 25px;
	width: 1200px;
	height: 46px;
	line-height: 46px;
	color: #999;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}

.position a {
	color: #999;
}

.position b {
	border-left: 10px solid #333333;
	font-weight: normal;
	padding-left: 8px;
}


/**底部 **/

.footer {
	background: #222;
	overflow: hidden;
	padding-bottom: 40px;
}

.footer i {
	font-style: normal;
}

.f_con {
	height: 90px;
	margin-bottom: 20px;
}

.f_con>a {
	height: 44px;
	padding-top: 25px;
	float: left;
	display: initial;
}

.f_con a img {
	height: 100%;
}

.f_menu {
	float: right;
}

.f_menu a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 90px;
	float: left;
	padding: 0 21px;
	transition: .3s ease;
	-o-transition: .3s ease;
}

.f_menu a:hover {
	color: #3388ff;
}

.footer h4 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
}

.footer h4 span {
	padding-left: 10px;
}

.footer h4 i {
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.f_info {
	width: 650px;
	float: left;
	position: relative;
}

.f_info:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 125px;
	background: rgba(255, 255, 255, .3);
	top: 0px;
	right: -30px;
}

.f_info h4 {
	margin-bottom: 37px;
}

.f_info p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}

.f_info p a {
	color: #999;
}

.f_info p span {
	padding-left: 10px;
}

.f_info p:last-child {
	font-size: 14px;
}

.f_contact {
	padding-left: 80px;
	float: left;
}

.f_contact h4 {
	margin-bottom: 32px;
}

.f_contact p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}

.f_qr {
	text-align: center;
	width: 100px;
	float: right;
	height: 100px;
	background: #fff;
}

.f_qr span {
	color: #999;
}

.f_qr img {
	width: 100%;
}

/**侧边小模块**/

.fdh-ce-tit {
	background: #3388ff;
}

.fdh-ce-tit h3 {
	height: 71px;
	font-size: 24px;
	font-weight: normal;
	line-height: 70px;
	color: #fff;
	text-align: center;
}

.fdh-ce-nav {
	padding: 0 20px;
}

.fdh-ce-nav h3 {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	background: url(../images/fdh-ce-nav2.png) no-repeat right -5px center #fff;
	border-bottom: 1px solid #eee;
}

.fdh-ce-nav h3 a {
	display: block;
	height: 50px;
	font-size: 18px;
	font-weight: normal;
	margin-left: 15px;
}

.fdh-ce-nav h3.sidenavcur,
.fdh-ce-nav h3:hover {
	background: url(../images/fdh-ce-nav1.png) no-repeat right -5px center #fff;
}

.fdh-ce-nav h3.sidenavcur a,
.fdh-ce-nav h3:hover a {
	color: #3388ff;
}

.fdh-ce-mob {
	text-align: center;
}

.fdh-ce-mob>img {
	width: 100%;
	display: block;
}

.fdh-ce-mob p {
	padding-top: 15px;
}

.fdh-ce-mob p img {
	vertical-align: middle;
	margin-right: 5px;
}

.fdh-ce-mob span {
	display: block;
	font-size: 28px;
	font-family: Arial;
	padding-bottom: 20px;
	padding-top: 10px;
}


/**-----联系页面-----**/

.ccw-contact-nr {
	padding: 20px 0 30px;
}

.ccw-contact-nr h2 {
	font-size: 26px;
	margin-bottom: 30px;
}

.ccw-contact-nr p {
	float: left;
	width: 355px;
	margin: 0;
	padding: 10px 0px 10px 45px;
}

.ccw-contact-nr .p1 {
	background: url(/skin/cn/images/lx1.png) no-repeat left 5px;
	background-size: 30px;
}

.ccw-contact-nr .p2 {
	background: url(/skin/cn/images/lx2.png) no-repeat left 5px;
	background-size: 30px;
}

.ccw-contact-nr .p3 {
	background: url(/skin/cn/images/lx3.png) no-repeat left 5px;
	background-size: 30px;
}

.ccw-contact-nr .p4 {
	background: url(/skin/cn/images/lx4.png) no-repeat left 5px;
	background-size: 30px;
}

.ccw-contact-dt {
	margin-bottom: 50px;
	padding: 10px;
}

#allmap {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

#allmap b {
	color: #3388ff;
	font-size: 14px;
}

#allmap img {
	max-width: none;
}

.ccw-contact-lx {
	overflow: hidden;
	padding: 30px 20px;
}

.ccw-contact-lx .lx {
	float: left;
	width: 349px;
	padding-left: 30px;
	border-right: 1px dashed #eee;
}

.ccw-contact-lx .lx h3 {
	padding: 10px 0px 10px 35px;
}

.ccw-contact-lx .lx1 h3 {
	background: url(/skin/cn/images/lx01.png) no-repeat left 9px;
	background-size: 22px;
}

.ccw-contact-lx .lx2 h3 {
	background: url(/skin/cn/images/lx02.png) no-repeat left 10px;
	background-size: 24px;
}

.ccw-contact-lx .lx3 {
	border: none;
}

.ccw-contact-lx .lx3 h3 {
	background: url(/skin/cn/images/lx03.png) no-repeat left 10px;
	background-size: 24px;
}


/**-----资讯页面-----**/

.zxlb-list {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.zxlb-list .fl {
	overflow: hidden;
	width: 180px;
}

.zxlb-list .fl img {
	width: 100%;
	height: 135px;
	display: block;
}

.zxlb-list .fr {
	width: 725px;
}

.zxlb-list .fr h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.zxlb-list .fr p {
	color: #666;
	text-align: justify;
}

.zxlb-list .date {
	right: 5px;
	bottom: 10px;
	color: #999;
}

.zxxq-tit h1 {
	font-size: 32px;
	line-height: 1.75;
}

.zxxq-tit p {
	color: #999;
}

.zxxq-tit p span {
	margin-right: 20px;
}

.zxxq-desc {
	padding: 20px 20px;
	margin: 25px 0;
	background: #f5f5f5;
	border-radius: 5px;
}

.zxxq-desc h3 {
	margin-bottom: 10px;
}

.zxxq-desc p {
	color: #666;
}


/**-----more样式-----**/

.more-fy {
	margin-bottom: 25px;
}

.more-fy p {
	line-height: 32px;
}

.more-fy p:last-child {
	border-top: 1px solid #eee;
}

.more-zx {
	padding: 10px 20px;
	margin-bottom: 50px;
}

.more-zx-list .list {
	line-height: 46px;
	border-bottom: 1px dashed #eee;
}

.more-zx-list .list:last-child {
	border: none;
}

.more-zx-list .list span {
	float: right;
}

.more-tp {
	margin-bottom: 40px;
}


/**-----案例页面-----**/

.piclb-2-list {
	text-align: center;
	float: left;
	width: 225px;
	border: 1px solid #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.piclb-2-list:hover {
	border-color: #3388ff;
}

.piclb-2-list:nth-child(4n) {
	margin-right: 0;
}

.piclb-2-list img {
	display: block;
	width: 100%;
	height: 167px;
}

.piclb-2-list p {
	line-height: 40px;
}

.piclb-1-list {
	width: 300px;
	margin-bottom: 15px;
	float: left;
	margin-right: 15px;
	text-align: center;
	transition: all .3s ease-out;
}

.piclb-1-list:nth-child(3n) {
	margin-right: 0;
}

.piclb-1-list:hover {
	transform: translate3d(0, -4px, 0);
}

.piclb-1-list img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.piclb-1-list p {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
}

.piclb-1-list a {
	display: block;
}

.case-tit {
	text-align: center;
	margin-bottom: 15px;
}

.case-tit h1 {
	font-size: 32px;
	line-height: 1.75;
}

.case-tit p {
	color: #999;
}

.case-tit p span {
	margin-right: 20px;
}

.case-pic {
	text-align: center;
}

.case-pic .main img {
	max-width: 580px;
	border-radius: 5px;
}

.case-pic .main .prev,
.case-pic .main .next {
	top: 0;
	width: 40%;
	height: 450px;
	cursor: pointer;
	user-select: none;
}

.case-pic .main .prev {
	left: 0;
}

.case-pic .main .next {
	right: 0;
}

.case-pic .menu {
	padding: 10px 0 5px;
	margin-top: 5px;
	background: #f5f5f5;
	border-radius: 5px;
}

.case-pic .menu img {
	opacity: 0.5;
	transition: opacity 0.2s;
	border-radius: 5px;
	border: 2px solid #f5f5f5;
}

.case-pic .menu img:hover {
	border: 2px solid #3388ff;
}

.case-pic .menu img.current {
	opacity: 1;
}


/**-----产品页面-----**/

.showprod-pic {
	float: left;
	width: 620px;
	height: 540px;
	border: 1px solid #eee;
	border-radius: 5px;
	text-align: center;
	padding: 20px;
}

.showprod-pic .main img {
	max-width: 580px;
	border-radius: 5px;
}

.showprod-pic .main .prev,
.showprod-pic .main .next {
	top: 0;
	width: 40%;
	height: 430px;
	cursor: pointer;
	user-select: none;
}

.showprod-pic .main .prev {
	left: 0;
}

.showprod-pic .main .next {
	right: 0;
}

.showprod-pic .menu {
	padding: 10px 0 5px;
	margin-top: 5px;
	background: #f5f5f5;
	border-radius: 5px;
}

.showprod-pic .menu img {
	opacity: 0.5;
	transition: opacity 0.2s;
	border-radius: 5px;
	border: 2px solid #f5f5f5;
}

.showprod-pic .menu img:hover {
	border: 2px solid #3388ff;
}

.showprod-pic .menu img.current {
	opacity: 1;
}

.showprod-text {
	float: right;
	width: 215px;
	height: 540px;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 20px;
}

.showprod-text h2 {
	margin: 10px 0 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.showprod-text .ext {
	margin-bottom: 15px;
}

.showprod-text .ext span {
	font-size: 12px;
    color: #999;
    display: inline-block;
    padding-left: 15px;
    background: url(../images/p14-icon11.png) no-repeat 0px center;
    background-size: 10px;
}

.showprod-text .ext p {
	text-align: justify;
}

.showprod-text .qq {
	width: 80%;
	line-height: 50px;
	right: 10%;
	bottom: 45px;
	display: inline-block;
	text-align: center;
	background: #3388ff;
	font-size: 16px;
	color: #fff;
	border-radius: 25px;
}

.showprod-text .qq:hover {
	background: #387aff;
}