@charset "utf-8";
.h20 {
	height:20px;
}
.h30 {
	height:30px;
}
.h50 {
	height:50px;
}
.h60 {
	height:60px;
}
.h80 {
	height:80px;
}
/* =====================首页标题===================== */
.iTitle {
	text-align: center;
}
.iTitle h3 {
	font-size: 36px;
	text-align: center;
	color: #333;
	letter-spacing: 2px;
	font-weight:500;
}
.line {
	width: 50px;
	height: 3px;
	background: #e4011f;
	left: 50%;
	position: relative;
	margin: 15px 0 20px -25px;
}
.iTitle h4 {
	text-align: center;
	color: #666;
	font-size: 16px;
	text-transform: uppercase;
	font-weight:500;
}
/* --- 栏目 --- */
.page-column {
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}
.page-column h2 {
	text-align:center;
	margin-bottom:16px;
	font-size:28px;
	font-weight:normal;
	text-transform:uppercase;
}
.page-column h2 b {
	color:#ff0000;
}
.page-column h2 span {
    color: #F00;
}
.page-column p {
	font-size:16px;
	color:#888;
	text-transform:uppercase;
}
/* --- 公用样式 --- */


.pc {
	display:block;
}
.wap {
	display:none;
}
.img {
transition:all .6s ease;
	overflow:hidden;
}
.img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.wrap {
	max-width:1400px;
	margin:0 auto;
}
/* --- 头部 - 显示 --- */
.page-header {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:90px;
	z-index:600;
transition:all .3s;
}
.page-header .wrap {
	display:flex;
	align-items:center;
	height:100%;
transition:all .3s;
	position:relative;
	z-index:100;
}
/* logo */
.page-header .logo {
	margin-right:auto;
}
.page-header .logo a.show {
	display:block;
}
.page-header .logo a.hide {
	display:none;
}
/* 语言 */
.page-header .language {
	margin-left:3rem;
	line-height:90px;
}
.page-header .language a {
	color:#fff;
}
.page-header .language:hover a {
	color: #ff0000!important;
}
/* --- 头部 - 滑动 --- */
.page-header.slide {
	background:#ff0000;
	border-bottom:1px solid #fff;
}
/* logo */
.page-header.slide .logo a.hide {
	display:block;
}
.page-header.slide .logo a.show {
	display:none;
}
/* 导航 */
.page-header.slide .page-nav li .link {
	color: #fff;
}
.page-header.slide .page-nav li .link.now {
	color:#fff;
}
.page-header.slide .page-nav li .link:hover {
	color:#fff;
}
/* 语言 */
.page-header.slide .language a {
	color:#fff;
}
/* --- 头部 - 鼠标经过 --- */
.page-header:hover {
	background:#ff0000;
	border-bottom:1px solid #fff;
}
/* logo */
.page-header:hover .logo a.hide {
	display:block;
}
.page-header:hover .logo a.show {
	display:none;
}
/* 导航 */
.page-header:hover .page-nav li .link {
	color: #fff;
}
.page-header:hover .page-nav li .link.now {
	color:#fff;
}
.page-header:hover .page-nav li .link:hover {
	color:#fff;
}
/* 语言 */
.page-header:hover .language a {
	color:#fff;
}
/* --- 头部 - 子类目弹出 --- */
.pop-subcategory {
	background:#fff;
	border-bottom:none;
	opacity:0;
	height:0;
	overflow:hidden;
	position:fixed;
	left:0;
	width:100%;
	top:80px;
transition:all .3s;
	overflow:hidden;
	z-index:-1;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
}
.pop-subcategory .wrap {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:50px;
}
.pop-subcategory .wrap .list {
	width:40%;
}
.pop-subcategory .wrap .list dt {
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
}
.pop-subcategory .wrap .list dd {
	display: block;
	overflow: hidden;
}
.pop-subcategory .wrap .list dd em a {
	display: block;
	position: relative;
	z-index: 9999;
}
.pop-subcategory .wrap .list dd em {
	width:50%;
	float:left;
	line-height:250%;
}
.pop-subcategory .wrap .pic {
	width:60%;
	text-align:right;
}
/* --- 导航 --- */
.page-nav li {
	float:left;
	height:90px;
	padding:0 30px;
	min-width:120px;
}
/* 显示 */
.page-nav li .link {
	color: #fff;
transition:all .3s;
	line-height:90px;
	height:90px;
}
.page-nav li .link:hover {
	color:#fff;
}
.page-nav li .link.now {
	color:#fff;
}
.page-nav li:first-child .link {
	letter-spacing:3px;
}
/* 场景 */
.scene_box {
	position: relative;
	margin-top:-60px;
}
.scene {
	background:#fff;
	overflow:hidden;
	height:129px;
	margin-bottom:30px;
transition:all .3s;
	box-shadow: 5px 5px 20px #ececec;
}
.scene li {
	float:left;
	width:25%;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	height:129px;
	font-size:18px;
	position:relative;
}
.scene li:after {
	content:"";
	background:#e5e5e5;
	height:49px;
	width:1px;
	top:40px;
	right:0;
	position:absolute;
}
.scene li:last-child:after {
	background:none;
}
/* --- 关于我们 --- */
.home-About {
	background:#fff;
	overflow:hidden;
	padding-bottom:100px; /*background:url(../images/abbj.jpg) bottom no-repeat;*/
}
.About_left {
	width: 48%;
	max-width:720px;
	position: absolute;
	float:left;
}
.about_left_img {
	width:100%
}
.about_left_img img {
	width:100%
}
.About_left ul {
	display: block;
}
.About_left ul li {
	float: left;
	text-align: center;
	width:21%;
	margin-top: 10px;
	text-transform:uppercase
}
.About_left ul li img {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}
.About_left ul li a {
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	text-transform:uppercase !important;
}
.About_left ul li:hover img {
	cursor:pointer;
-webkit-transition: all ease-in-out .3s;
transition: all ease-in-out .3s;
-ms-transition: all ease-in-out .3s;
transition: all ease-in-out .3s;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg)
}
.About_left ul li:hover a {
	color: #e00000;
}
.About_right {
	width:52%;
	height: 400px;
	background: #f5f5f5;
	margin-top: 50px;
	padding: 20px 30px 50px 80px;
	float:right;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
}
.span_title {
	color: #333;
	font-size: 25px;
	line-height: 60px;
	font-weight:bold;
}
.About_right p {
	color: #333;
	font-size: 16px;
	line-height: 35px; text-align:justify;
}
.Link_more {
	margin-top: 20px;
	float:left;
	margin-bottom:20px
}
.Link_more a {
	display: block;
	max-width: 250px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	border-radius: 30px;
	letter-spacing: 1px;
	padding: 5px 30px;
	background-color: #e00000;
	color: #fff;
}
.Link_more span {
	display: inline-block;
 -webkit-transition: all .5s;
transition: all .5s;
}
.Link_more a {
	color: #fff;
}
.Link_more a:link {
	color: #fff;
}
.Link_more a:hover {
	background-color: #e00000;
	color: #fff;
}
.Link_more a:hover span {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}
/* --- 产品展示 --- */
.home-Product {
	overflow:hidden;
	padding-bottom:90px;
	background:url(../images/home-merit.jpg) no-repeat;
	background-size:cover;
	background-attachment: fixed;
}
.idx-serve {
	height:420px;
}
.idx-serve .servebox {
	overflow:hidden;
	margin-top:60px;
}
.idx-serve .list {
	width:11.11%;
	/*width:14.28%; */
	height:420px;
	float:left;
}
.idx-serve .list .meng {
	background-color:rgba(0, 0, 0, 0.3);
	height:100%;
	width:100%;
	padding-top:130px;
	text-align:center;
}
.idx-serve .list .meng img {
	margin:0 auto;
}
.idx-serve .list .meng .xian {
	width:15px;
	height:3px;
	background-color:#e12826;
	margin:18px auto;
}
.idx-serve .list .meng h1 {
	font-size:16px;
	color:#fff;
	line-height:24px;
	text-align:center;
}
.idx-serve .list .meng p {
	font-size:12px;
	color:#fff;
	line-height:24px;
	text-align:center;
}
.idx-serve .list .meng a {
	display:none;
	width:125px;
	height:34px;
	color:#fff;
	border-radius:5px;
	text-align:center;
	line-height:34px;
	font-size:14px;
	margin:20px auto 0;
	background-color:#3c3c3c;
}
.idx-serve .list:hover .meng {
	background-color:rgba(225, 40, 38, 0.85);
	padding-top:110px;
	transition:all 0.3s linear;
}
.idx-serve .list:hover .xian {
	margin:10px auto;
	height:0;
	transition:all 0.3s linear;
}
.idx-serve .list:hover a {
	display:block;
	transition:all 0.3s linear;
}
.main_box {
	width: 100%;
	position: relative;
}
.box_class {
	width: 100%;
	margin: 10px auto;
	padding: 15px;
}
.box_class ul li {
	width: 240px;
	height: 360px;
	box-shadow: 3px 2px 30px rgba(0, 0, 0, .1);
	float: left;
	text-align: center;
	position: relative;
 transition: all .6s ease-out;
	background-color:rgba(255, 255, 255, 0.7);
}
.box_class ul li h3 {
	padding-top: 30px;
	color: #333;
	font-size: 18px;
}
.box_class ul li p {
	margin-top: 7px;
	color: #666;
	font-size: 14px;
}
.box_class ul li img {
	width: 200px;
	height: 200px;
	position: absolute;
	right: 26px;
	bottom: 40px;
 transition: all .6s ease-out;
}
.box_class ul .on {
	width: 402px;
	height: 360px;
	background-color: #e00000;
	text-align: left;
}
.box_class ul .on h3 {
	padding-left: 20px;
	color: #FFF;
}
.box_class ul .on p {
	margin-left: 20px;
	color: #FFF;
}
.box_class ul .on img {
	width: 360px;
	height: 360px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/*图片小图预览列表*/

.BPro_box{ text-align:center; padding-left:175px;}
.spec-preview {
	width:600px;
	height:600px; background:#CCC;

}
.spec-preview .jqzoom img{
	width:600px;
	height:600px;
}
.spec-scroll {
	clear:both;
	margin-top:5px;
	width:600px;
}
.spec-scroll .prev {
	float:left;
	margin-right:4px;
}
.spec-scroll .next {
	float:right;
}
.spec-scroll .prev, .spec-scroll .next {
	display:block;
	font-family:"宋体";
	text-align:center;
	width:10px;
	height:140px;
	line-height:140px;
	border:1px solid #CCC;
	background:#EBEBEB;
	cursor:pointer;
	text-decoration:none;
}
.spec-scroll .items {
	float:left;
	position:relative;
	width:600px;
	height:148px;
	overflow:hidden;
}
.spec-scroll .items ul {
	position:absolute;

}
.spec-scroll .items ul li {
	float:left;
	width:148px;
	text-align:center; margin-left:2px;
}
.spec-scroll .items ul li img {
	border:1px solid #CCC;
	width:148px;
	height:148px;
}
.spec-scroll .items ul li img:hover {
	border:2px solid #FF6600;
	padding:1px;
}
/* --- 案例展示 --- */
.home-Case {
	overflow:hidden;
	padding: 50px 0 80px 0;
}
.home-Case {
}
.content {
	overflow: hidden;
}
.home-Case .content ul {
	display: block;
}
.home-Case .content ul li {
	width: 23%;
	margin: 1%;
	display: block;
	float: left;
	background: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
 transition: all .3s;
}
.home-Case .content ul li .pic a {
	display: flex;
	align-items: center;
	padding:0% 0% 4px 0%;
	justify-content: center;
}
.home-Case .content ul li .text {
	text-align: center;
}
.home-Case .content ul li .text h3 {
	font-size: 18px;
	margin:0 auto 10px auto;
	line-height:40px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
}
.home-Case .content ul li:hover {
	box-shadow: 10px 10px 20px #ececec;
}
/*在线留言结束*/

.home-Message {
	overflow:hidden;
	padding: 50px 0 90px 0;
	background:#f5f5f5;
}
.lylist {
	width: 100%;
}
.lylist input, .lylist textarea, .lylist button {
	border-radius: 5px;
	border: none;
	font-size: 14px;
}
.lylist .lytitle {
	width: 99%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	background: #fff;
}
.lylist .inp_name {
	width: 48%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #fff;
	float: left;
}
.lylist .inp_tel {
	width: 49%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	float: right;
	margin: 20px 13px 0 0;
	background: #fff;
}
.lylist .inp_neirong {
	width: 99%;
	height: 200px;
	line-height: 35px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #fff;
}
.lylist .vcode {
	width: 100%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #fff;
}
.lylist .submit {
	width: 49%;
	text-align: center;
	background: #d40000;
	height: 52px;
	line-height: 52px;
	color: #fff;
	font-size: 16px;
	float: right;
	margin: 20px 13px 0 0;
}
.lylist .submit:hover {
	cursor: pointer;
}
.yanzhengm img {
	position: absolute;
	top: 33px;
	right: 15px;
}
.yanzhengm {
	width: 48%;
	float: left;
	position: relative;
}
/*在线留言结束*/

/* --- 弹出 --- */
.pop-back {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .7);
	z-index:400;
	display:none;
}
.pop-video {
	width:50%;
	left:0;
	right:0;
	bottom:0;
	top:-500%;
	position:fixed;
	margin:auto;
	z-index:500;
	height:50%;
}
/* --- 底部 --- */
.page-footer {
	background:#000;
	padding-top:95px;
	padding-bottom:95px;
}
.page-footer .wrap {
	display:flex;
}
/* logo */
.page-footer .logo {
	width:160px;
	margin-right: 50px;
}
.page-footer .logo .pic {
	margin-bottom:15px;
}
.page-footer .logo .text {
	background:#fff;
	text-align:center;
	width:160px;
	height:34px;
	line-height:34px;
	font-weight:bold;
	border-radius:5px;
}
/* 地图 */
.page-footer .map {
	margin-left:45px;
	display:flex;
}
.page-footer .map dl{
	margin-right: 50px;
	min-width:150px;

}
.page-footer .map dl:nth-child(2){
	width:250px;

}
.page-footer .map dl dt {
	color:#fff;
	margin-bottom:28px;
}
.page-footer .map dl dd em {
	display:block;
	font-size:14px;
	line-height:200%;
}
.page-footer .map dl dd em a {
	color:#888;
}
.page-footer .map dl dd em a:hover {
	color:#fff;
}
.page-footer .map.wap {
	display:none;
}
/* 联系 */
.page-footer .contact {
	margin-left:auto;
	text-align:right;
}
.page-footer .contact .tel p {
	font-size:14px;
	color:#fff;
	margin-bottom:10px;
}
.erweimaft img {
	width:150px;
	height: 150px;
}
/* --- 版权 --- */
.copyright {
	background:#000;
}
.copyright .box {
	border-top:1px solid #191919;
	height:68px;
	display:flex;
	align-items:center;
	color:#888;
	font-size:14px;
}
.copyright .box .left {
	margin-right:20px;
}
.copyright .box .right {
	margin-left:auto;
}
.copyright .box .right a {
	color: #888;
}
/* --- 位置 --- */
.page-path {
	height:60px;
	line-height:60px;
	background:#eee;
}
.page-path .wrap {
	display:flex;
	align-items:center;
}
/* 分类 */
.page-path .type {
	display:flex;
	align-items:center;
}
.page-path .type a {
	font-size:14px;
	padding: 0 20px;
	text-align:center;
	display:block;
	position:relative;
}
.page-path .type a:after {
	content:"";
	height:13px;
	background:#C4C4C4;
	position:absolute;
	right:0;
	top:24px;
	width:1px;
}
.page-path .type a.on {
	color: #d40000;
}
/* 位置 */
.page-path .path {
	font-size:14px;
	background:url(../images/path.png) no-repeat 0 center;
	padding-left:20px;
	color:#666;
	float:left;
	text-align:left;
}
/*产品列表*/

.body_left{width:300px; float:left;}
.body_right{width: 1050px; float:right}


/*右侧*/


.fenlei ul {
}

.BigClass {
 height: 50px;
 line-height: 50px;
 background: #dcdbdb;
 margin-bottom: 10px;
 font-size: 15px;
 width: 100%;
}
.BigClass a {
 color: #000;
 display: block;  padding-left: 25px;
}
.BigClass:hover {
 background:#ff0000;
 cursor: pointer;
}
.BigClass:hover a {
 color: #fff;
}
.smallClass {
	height: 40px;
	line-height: 40px;
	background: #d8e1e0;
	margin-bottom: 10px;

	font-size: 15px;
	width: 100%;
}
.smallClass a {
	color: #333;
	display: block;
	padding-left: 25px;
}
.smallClass:hover {
	background:#e28e22;
	cursor: pointer;
}
.smallClass:hover a {
	color: #fff;
	
}

.body_left_contact {
 width: 300px;
 height: auto;
 background: #dcdbdb;
 padding-bottom: 30px;
 margin-top: 20px;
 padding: 20px 15px 20px 15px;
}
.body_left_contact span {
 color: #333;
 font-size: 24px;
 font-family: "黑体"; 
} 
.body_left_contact p {
 color: #333;
 font-size: 14px;
 line-height: 28px;
}



/* productMenu */

.productMenu {
	text-align: center;
	margin: 0 auto;
}
.productMenu li {
	display: inline-block;
*display: inline;
	font-size: 16px;
	color: #333333;
	height: 46px;
	line-height: 46px;
	margin-left: 5px;
	margin-bottom:10px;
	text-align: center;
}
.productMenu li.on a {
	background: #d40000;
	border: 1px solid #d40000;
	color: #fff;
}
.productMenu li a:hover {
	background: #d40000;
	border: 1px solid #d40000;
	color: #fff;
}
.productMenu li a {
	color: #333;
	text-decoration: none;
	display: block;
	background: #fff;
	border-radius: 23px;
	border: 1px solid #ddd;
	padding-left:20px;
	padding-right:20px;
}
.productMenu li:first-child {
	margin-left: 0;
}
.productMenu li.cur a {
	color: #fff;
}
.productMenu li:hover a {
	color: #fff;
}
.propath {
	width: 100%;
	float: none;
}
.productlist {
	padding: 50px 0 50px 0;
	overflow: hidden;
}
.content {
	overflow: hidden;
}
.productlist .content ul {
	display: block;
}
.productlist .content ul li {
	width: 31%;
	margin: 1%;
	padding: 2%;
	display: block;
	float: left;
	background: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
 transition: all .3s;
}
.productlist .content ul li .pic a {
	display: flex;
	align-items: center;
	padding:0% 0% 20px 0%;
	justify-content: center;
}
.productlist .content ul li .text {
	text-align: center;
}
.productlist .content ul li .text h3 {
	font-size: 22px;
	margin:0 auto 13px auto;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
}
.productlist .content ul li .text p {
	color: #888;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	padding: 0 15px;
}
.productlist .content ul li:hover {
	box-shadow: 10px 10px 20px #ececec;
}
/*案例列表*/
.Caselist {
	padding: 80px 0 50px 0;
	overflow: hidden;
}
.content {
	overflow: hidden;
}
.Caselist .content ul {
	display: block;
}
.Caselist .content ul li {
	width: 31%;
	margin: 1%;
	padding: 2%;
	display: block;
	float: left;
	background: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
 transition: all .3s;
}
.Caselist .content ul li .pic a {
	display: flex;
	align-items: center;
	padding:0% 0% 20px 0%;
	justify-content: center;
}
.Caselist .content ul li .text {
	text-align: center;
}
.Caselist .content ul li .text h3 {
	font-size: 22px;
	margin:0 auto 13px auto;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
}
.Caselist .content ul li .text p {
	color: #888;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	padding: 0 15px;
}
.Caselist .content ul li:hover {
	box-shadow: 10px 10px 20px #ececec;
}
/*分页样式开始*/
.pages {
	margin: 60px 0;
	width: 100%;
	clear: both;
}
.pages .pagination {
	width: 100%;
	text-align: center!important;
	display: block;
}
.pages .pagination li {
	display: inline-block;
	border: 1px solid #dbdbdb;
	border-radius: 100%;
	margin: 0 2px;
}
.pages .pagination li.active {
	background: #d40000;
	border: 1px solid #d40000;
}
.pages .pagination li.active a {
	color: #fff;
}
.pages .pagination li a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #888;
	width: 35px;
}
/*分页样式结束*/

/* --- 产品简介 --- */

/* aboutMenu */

.aboutMenu {
	text-align: center;
	padding: 55px 0 0 0;
	margin: 0 auto;
}
.aboutMenu li {
	display: inline-block;
*display: inline;
	font-size: 16px;
	color: #333333;
	height: 52px;
	line-height: 52px;
	margin-left: 5px;
	width: 141px;
	text-align: center;
}
.aboutMenu li.on a {
	background: #ff0000;
	border: 1px solid #ff0000;
	color: #fff;
}
.aboutMenu li a:hover {
	background: #ff0000;
	border: 1px solid #ff0000;
	color: #fff;
}
.aboutMenu li a {
	color: #333;
	text-decoration: none;
	display: block;
	background: #fff;
	border-radius: 50px;
	border: 1px solid #ddd;
}
.aboutMenu li:first-child {
	margin-left: 0;
}
.aboutMenu li.cur a {
	color: #fff;
}
.aboutMenu li:hover a {
	color: #fff;
}

.main_box {
	margin:0 auto
}
.hui_sty {
	background: #f4f4f4;
}
.h30 {
	height:30px;
}
.h50 {
	height:50px;
}
.h80 {
	height:80px;
}
.aboutIntro {
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 0 10px 6px #eeeeee;
}
.mainCon {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 50px;
}
/*新闻内页*/
._head ._title {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
._tools {
	font-size: 0;
	color: #5a5a5a;
	margin-bottom: 40px;
}
._tool {
	font-size: 12px;
	margin-right: 10px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news_list_ico {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/news_ico.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 4px;
}
.myart {
	line-height: 2;
	min-height: 200px;
	font-size: 14px;
	color: #5a5a5a;
}
.myart img {
	max-width: 1300px;
}
.news_sx {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 14px;
	margin-top:50px;
}
.news_sx a {
	color: #666;
	font-size: 14px;
}
.n_s {
	width: 50%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.n_x {
	width: 50%;
	float: right;
	text-align: right;
	hite-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p_center {
	text-align:center !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p_center img {
	text-align:center !important;
}
.p_title {
	font-weight:bold
}
/*联系我们*/

.ditu {
	background: #fff;
	padding: 100px 0;
}
.ditu02 iframe {
	width: 98%;
	border: 1px solid #eee;
	padding: 2px;
	height: 500px;
}
.neiban-lianxi {
	background-size: cover;
	background-position: center top;
	height: 800px;
	margin-top: 90px;
	position: relative;
}
.neiban-lianxi:before {
	content: " ";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
	display: block;
}
.neiban-lianxi .wen {
	color: #fff;
	position: absolute;
	top: 20%;
}
.neiban-lianxi .wen p {
	font-size: 40px;
	margin-bottom: 10px;
}
.neiban-lianxi .wen span {
	font-size: 18px;
 transition-delay: .2s;
}
.lianxi-con {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	padding: 100px 0;
	color: #fff;
}
.lianxi-con img {
	max-width: 130px;
	padding: 5px;
	background: #fff;
}
.pi {
	width: 70%;
	box-sizing: border-box;
}
.pi p {
	float: left;
	width: 50%;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	margin: 15px 0px;
}
.pi p a {
	color: #fff;
}
.pi p a:hover {
	cursor: none;
}
.pi p i {
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin-right: 10px;
}
.ckefu i {
	background: url(../images/ckefu.png) no-repeat center;
	background-size: 35px 35px;
}
.ckefu:hover i {
	background: url(../images/ckefu02.png) no-repeat center;
}
.caddr i {
	background: url(../images/caddr.png) no-repeat center;
	background-size: 35px 35px;
}
.caddr:hover i {
	background: url(../images/caddr02.png) no-repeat center;
}
.ctel i {
	background: url(../images/ctel.png) no-repeat center;
	background-size: 35px 35px;
}
.ctel:hover i {
	background: url(../images/ctel02.png) no-repeat center;
}
.cmail i {
	background: url(../images/cmail.png) no-repeat center;
	background-size: 35px 35px;
}
.cmail:hover i {
	background: url(../images/cmail02.png) no-repeat center;
}
.ewm {
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	border-left: 1px #555 solid;
}
.ewmbox {
	text-align: center;
	font-size: 14px;
}
.ewmbox p {
	padding-top: 10px;
}
/*联系我们结束*/

/*在线留言*/

.liuyan {
	padding: 70px 0;
}
.zzliuyan {
	padding: 2%;
	overflow: hidden;
}
.contact-tit {
	font-size: 1.7rem;
	padding-bottom: 25px;
	margin-bottom: 10px;
	position: relative;
}
.contact-tit:before {
	content: " ";
	display: block;
	width: 40px;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
}
/*在线留言结束*/




/* --- 动画 --- */
@keyframes dot {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-webkit-keyframes dot {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}

@media screen and (min-width:1024px) and (max-width:1300px) {
.page-footer .map dl {
    margin-right: 30px;
    min-width: 150px;
}	
}