﻿@import url("system.css");
@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
	background: #fff;
	min-width: 1300px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea:focus {
	outline: none;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
.img-responsive {
	width: 100%;
}
/**
* 中文小于 12px 可读性很差
* 1. 统一 IE 6-7 中字体大小
* 2. 统一 Firefox 4+，Safari 5 和 Chrome 中「section」和「article」内的字体大小
*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/* 清除浮 动*/
.fix {
*zoom: 1;
}
.fix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
/************定位***********/
.po-r {
	position: relative;
}
.po-a {
	position: absolute;
}
.po-f {
	position: fixed;
}
/************左右浮动***********/
.fl {
	float: left;
}
.fr {
	float: right;
}
/*
*@ Name:       CSS 三角形组件
*@ Author:     一丝
*@ Update:     2013-9-29 16:05:04
*@ Usage:
*/
.arrow {
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0;
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: -2px;
	border: 0 dashed transparent;
	border-width: 6px;
}
.arrow-top {
	border-bottom-style: solid;
	border-bottom-color: #2ab2df;
}
.arrow-bottom {
	border-top-style: solid;
	border-top-color: #2ab2df;
}
.arrow-left {
	border-right-style: solid;
	border-right-color: #2ab2df;
}
.arrow-right {
	border-left-style: solid;
	border-left-color: #2ab2df;
}
/* ◤左上角 */
.arrow-left-top {
	border-top-style: solid;
	border-top-color: #2ab2df;
	border-left-width: 0 !important;
}
/* ◥右上角 */
.arrow-right-top {
	border-top-style: solid;
	border-top-color: #2ab2df;
	border-right-width: 0 !important;
}
/* ◣左下角 */
.arrow-left-bottom {
	border-bottom-style: solid;
	border-bottom-color: #2ab2df;
	border-left-width: 0 !important;
}
/* ◢右下角 */
.arrow-right-bottom {
	border-bottom-style: solid;
	border-bottom-color: #2ab2df;
	border-right-width: 0 !important;
}
/* for html5 all transition */
*:link, *:visited, *:hover, *:active, *:focus {
	-webkit-transition: color .25s linear, background-color .25s linear, border-color .25s linear;
	transition: color .25s linear, background-color .25s linear, border-color .25s linear;
}
/*拍摄地点*/
.gao-place {
	display: inline-block;
	background: url(http://60.tj.cn/skin/mr279/img/Site.png) no-repeat center left;
	color: #b1b1b1;
	font-size: 14px;
	padding-left: 20px;
	line-height: 1.8;
	margin: 10px 0 0 15px;
}
/*点击总数*/
.gao-clicks {
	display: inline-block;
	background: url(http://60.tj.cn/skin/mr279/img/Watch.png) no-repeat center left;
	color: #b1b1b1;
	font-size: 14px;
	margin: 10px 0 0 10px;
	padding-left: 25px;
	line-height: 1.8;
}
/**************宽度**************/
.w-100p {
	width: 100%;
}
.w-95p {
	width: 95%;
}
.w-90p {
	width: 90%;
}
.w-85p {
	width: 85%;
}
.w-80p {
	width: 80%;
}
.w-75p {
	width: 75%;
}
.w-70p {
	width: 70%;
}
.w-65p {
	width: 65%;
}
.w-60p {
	width: 60%;
}
.w-55p {
	width: 55%;
}
.w-50p {
	width: 50%;
}
.w-45p {
	width: 45%;
}
.w-40p {
	width: 40%;
}
.w-35p {
	width: 35%;
}
.w-33p {
	width: 33.33%;
}
.w-30p {
	width: 30%;
}
.w-25p {
	width: 25%;
}
.w-20p {
	width: 20%;
}
.w-15p {
	width: 15%;
}
.w-10p {
	width: 10%;
}
.w-5p {
	width: 5%;
}
/*********栅格**********/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
}
.col-12 {
	width: 100%;
}
.col-11 {
	width: 91.66666667%;
}
.col-10 {
	width: 83.33333333%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666667%;
}
.col-7 {
	width: 58.33333333%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.66666667%;
}
.col-4 {
	width: 33.33333333%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.66666667%;
}
.col-1 {
	width: 8.33333333%;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select:-ms-expand {
display: none;
}
/* CSS Document */
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, textarea, p {
	font-family: Microsoft YaHei, 微软雅黑;
	font-weight: normal;
	color: #000;
}
img, a img {
	border: 0px;
	border: none;
}
a {
	text-decoration: none;
	outline: none;
blr:expression(this.onFocus=this.blur());
}
a.hidefocus {
	outline: none
}
a:hover {
	text-decoration: none;
}
label {
	margin-bottom: 0;
	font-weight: normal;
}
input {
	border: 0;
	outline: none;/*去除蓝色边框*/
}


/*头部*/
.width{width:1200px;margin:0 auto;}
.head{height:90px;display: flex;}
.head-p p{font-size:12px;color:#7b7b7b;line-height: 20px;}
.head-p {
	height: 40px;
    margin-top: 25px;
    border-left: 1px #7b7b7b solid;
    padding-left: 10px;
}
.head-ss{margin-left: 500px;height: 36px;margin-top: 22px;}
.head-ss form{display:flex;}
.head-ss form input{background:url(http://60.tj.cn/skin/mr279/img/ssk-bj.jpg);width:245px;height:36px;margin: 0px;padding-left: 10px;border: 1px #7b7b7b solid;border-right: none;}
.head-ss form button{background:url(http://60.tj.cn/skin/mr279/img/ss.jpg); width:40px;height:36px;border:none;}
/*banner*//*
.banner{width:100%;height: 867px;}*/
.banner{width:100%;display: inline-block;}
.banner-top{
	width:100%;
	overflow: hidden;
	background-color: #eb6100;
}
.banner-top2 ul li{
	width: 300px;
	color: #fff;
	float: left;
	height: 55px;
}
.banner-top2 ul li:last-child span{border: none;}
.banner-top2 ul li a{color: #fff;line-height: 55px;display: flex;height: 55px;font-size: 16px;}
.banner-top2 ul li a span{font-size: 12px;display: inline-block;height: 20px;line-height: 20px;padding: 0px 10px;margin-top: 18px;border-right: 1px #fff solid;}
.banner-top2 ul li img{margin-left:28px;margin-right:10px;height:55px;}
.banner-top2 ul li:first-child img{margin-left: 0px;}
.banner2{    position: relative;margin-top: 50px;}

.banner2 img{width:100%;min-width:1200px;/*height: 812px;*/}/*
.banner-bottom{
	width: 100%;
	height: 160px;
	background: rgba(235,97,0,0.7);
	position: absolute;
    top: 797px;
	
}*/
.banner-bottom{
	width: 100%;
	height: 160px;
	background: rgba(235,97,0,0.7);
	position: absolute;
    bottom:0;
}
.banner-bottom2{display: flex;}
.banner-bottom3{width:25%;text-align: center;margin-top: 45px;border-left: 1px #fff solid;}
.banner-bottom3 p{color: #fff;font-size: 12px;line-height: 1.5;}
.banner-bottom3 p:first-child{font-size: 30px;}
.banner-bottom3:first-child{border: none;}

/*lunbo*/

.slideBox{ width:100%;  overflow:hidden; position:relative;  }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%;  display:block;  }
.prev,
.next{ text-align:center; line-height:40px; color:#a5868d; font-size:20px; position:absolute; left: 2%;bottom: 50%; margin-top:-25px; display:block; width:40px; height:40px; background:#fff;   }
.next{ left:auto; right: 2%; background-position:8px 5px; }
.prev:hover,.next:hover{ opacity:1; background:#eb6100;  }

/*main1*/
.main1{width: 100%;height: 460px;padding-top: 40px;}
.bt{font-size: 30px;font-weight: bold;height: 70px;line-height: 70px;width: 390px;margin: 0 auto;text-align: center;border-bottom: 1px #dcdcdc solid;}
.bt span{font-size: 22px;font-weight: 400;margin-right: 40px;}
.bt-xhx{width: 50px;height: 20px;border-top: 3px #eb6100 solid;margin: 0 auto;margin-top: -1px;}
.bt-p p{text-align: center;color: #8e8e8e;font-size: 14px;}
.main1-content{display: flex;margin-top: 30px;}
.main1-content1 img{width: 376px;height: 235px;transition: all .3s;}
.main1-content1:nth-child(2){margin: 0px 36px;}
/*main2*/
.main2{width: 100%;height: 460px;background: #f6f6f6;padding-top: 40px;}
.main2-content{display: flex;margin-top: 30px;}
.main2-content1{width: 287px;margin: 0 8px;}
.main2-content1:first-child{margin-left:0px;}
.main2-content1:last-child{margin-right:0px;}
.main2-content2{width: 100%;height: 54px;background: #eb6100;color: #fff;text-align: center;line-height: 54px;font-size: 18px;display: flex;justify-content:center;}
.main2-content2 img{margin-right:20px;}/*
.main2-content3{width: 100%;}*/
.main2-content3{width: 287px;height: 178px;overflow: hidden;}
.main1-content1 a{width: 376px;height: 235px;display: block;overflow: hidden;}
.main1-content1 a:hover img,.main2-content3:hover img{transform:scale(1.4)}

.main2-content3 img{width: 287px;height: 178px;transition: all .3s;}
.main2-content3 span{background: rgba(0,0,0,0.5);width: 100%;height: 178px;display: none;position: relative;top: -182px;color: #fff;text-align: center;padding: 0 10px;;padding-top: 50px;}
.main2-content3 span p{color: #fff;}
.main2-content3:hover span{display: block;}
/*友情链接*/
.friendship{height: 110px;padding-top: 30px;display: flex;}
.friendship a{display: inline-block;width: 11.1%;height: 51px;text-align: center;}
/*footer*/
.footer{height: 125px;background: #292c33;width: 100%}
.footer-content1{height: 80px;border-bottom: 1px #55575c solid;}
.footer-col1{display: flex;height: 80px;-webkit-justify-content: space-between;justify-content: space-between;}
.footer-logo{height: 80px;display: inline-block;margin-right: 30px;}
.footer-dh{display: inline-block;}
.footer-dh a{display: inline-block;color: #bcbcbc;line-height:80px;font-size: 12px;margin: 0 15px;}
.footer-fx{display: flex;float: right;}
.footer-fx span{color: #bcbcbc;font-size: 20px;display: inline-block;border-right:1px #fff solid;height: 20px;margin-top: 30px;line-height: 20px;width: 170px;}
.footer-fx img{width: 30px;height: 30px;margin: 0 10px;margin-top: 25px;}
.footer-fx a img{width: 35px;height: 35px;margin-top: 23px;border-radius: 50%;}
.footer-fx a .sx{border:1px #3e4043 solid;border-radius: 50%;padding-left:2px;}
.footer-fx a img:hover{background: #eb6100;}
.footer-fx .dh{}
.footer-content2 p{height: 45px; line-height: 45px;color: #5c5c5d;font-size: 12px;text-align: center;}
/*右侧固定*/
.right-1{position: fixed;top: 50%;right: 2%;background: #eb6100;}
.right-1 ul li{width:54px;height: 51px;}
.right-1 ul li span{width: 170px;height: 51px;background: #eb6100;position: relative;right: 170px;top: -55px;display: none;text-align: center;line-height: 51px;color: #FFFFFF;	}
.right-1 .r2:hover .r2-hover{display:block;}
.right-1 ul li:nth-child(3):hover .r2-hover{display:block;}
/*产品页*/
.banner-neiye{width:100%;display: table;}
.banner4 img{width: 100%;}
.pr-main{margin-top: 50px;display: flex;    margin-bottom: 30px;}
/*zuobian*/
.pr-left{width:375px;margin-right: 35px;}
.pr-left-top{width:100%;height: 55px;background: #eb6100;display: flex;color: #fff;line-height: 55px;font-size: 16px;}
.pr-left-top img{margin: 0 25px;}

.pr-dh{background:#f7f7f7;padding: 20px 0px 40px 0px;}
.pr-dh ul li{width:100%;min-height: 55px;background: #fff;line-height: 55px;}
.pr-dh ul li a{color:#000;display:block}
.pr-dh ul li p{line-height: 55px;display: inline-block;width: 70%;}
.pr-dh ul li .fk{width:25px;height: 25px;background:#959595;vertical-align: middle;display: inline-block;margin-right: 20px;margin-left: 30px;}
.pr-dh ul li .yq2,.pr-dh ul li .yq3{width:20px;height: 20px;background:#959595;vertical-align: middle;display: inline-block;margin-right: 20px;border-radius: 50%;margin-left: 30px;}
.pr-dh ul li a.on .yq2,.pr-dh ul li a.on .yq3,.pr-dh ul li a.on .fk{background:#fff !important;}
.pr-dh ul li a.on p{color: #fff;}
.pr-dh li a.on{background:#959595;}
.pr-dh-2>ul>li>a{padding-left:30px;}
.pr-dh-3>ul>li>a{padding-left:60px;}
.pr-dh-2>ul>li .p2{width:63.5%;}
.pr-dh-3>ul>li .p3{width:55%;}
.link{margin-top:30px;}
.link1{display:flex;width: 100%;height: 55px;background: #eb6100;line-height: 55px; color: #fff;font-size: 16px;}
.link1 img{margin: 0 20px;}
.link2{height: 125px;background:#f7f7f7;display:flex;}
.link2-1{padding-top: 30px;margin: 0 34px;text-align: center;}
/*youbian*/
.pr-right{width: 790px;}
.pr-right-top{width:100%;height: 55px;background: #eb6100;display: flex;color: #fff;line-height: 55px;font-size: 16px;padding-left: 25px;}
.pr-right-top span{font-size: 14px;color: #fff;width: 90%;text-align: right;}
.pr-right-top span a{font-size: 14px;color: #fff;}
.pr-content{width:100%;display: flex;flex-wrap: wrap;margin-bottom: 20px;}
.pr-content1{width:170px;margin: 18px 0;margin-right: 35px;}
.pr-content1 img{width:170px;height: 175px;border: 1px #f1f1f1 solid;}
.pr-content1 p{width: 100%;text-align: center;line-height: 20px;}
.pr-content1:nth-child(4),.pr-content1:nth-child(8),.pr-content1:nth-child(12),.pr-content1:nth-child(16){margin-right: 0;}
/*服务*/
/*产品知识*/
.fw-content{margin-top:30px; width: 100%;}
.fw-content ul li{width:100%;height: 50px;border-top: 1px #bfbfbf solid;line-height: 50px;color: #000;}
.fw-content ul li .yq2{width:8px;height: 8px;border-radius: 50%;background:#959595;vertical-align: middle;display: inline-block;margin-right: 20px;margin-left: 5px;}


.fwxm-content ul li{width:100%;height: 50px;border-top: 1px #bfbfbf solid;line-height: 50px;color: #000;}
.fwxm-content ul li .yq2{width:8px;height: 8px;border-radius: 50%;background:#959595;vertical-align: middle;display: inline-block;margin-right: 20px;margin-left: 5px;}
.fwxm-content ul li a{color: #808080;display: block;}
.fwxm-content ul li a:hover .yq2{background:#fff;}
.fwxm-content ul li a:hover{background:#959595; color: #fff;}

.fw-content ul li a{color: #808080;display: block;}
.fw-content ul li a:hover .yq2{background:#fff;}
.fw-content ul li a:hover{background:#959595; color: #fff;}
/*服务项目*/
.fwxm-content{ width: 100%;}
.fwxm-content1 a{border-bottom: 1px #bfbfbf solid;display: flex;padding: 35px 0;}
.fwxm-content1 img{margin-right: 35px;}
.fwxm-content2{width:513px; }
.fwxm-content2 h4{margin-bottom:35px;font-weight: bold;}
.fwxm-content1:hover .fwxm-content2 h4{color:#eb6100;}
.fwxm-content2 p{font-size: 12px;color:#808080;height: 80px;overflow: hidden;line-height: 20px; }
.fwxm-content2 span{font-size: 14px;color:#808080;line-height: 25px; }

/*关于哦我们*/
.gy-main{margin-bottom: 50px;}
.gy-main-top{width: 100%;height: 55px;background: #eb6100;color: #fff;font-size: 18px;padding-left: 20px;line-height: 55px;margin: 55px 0;}
.gy-main-top span{font-size: 14px;color: #fff;width: 90%;text-align: right;display: inline-block;}
.gy-main-top span a{font-size: 14px;color: #fff;}
.gy-main-content{margin-bottom: 40px;}
.gy-main-content p{font-size: 14px;line-height: 25px;}
.gy-main-tu{width:100%;margin-bottom: 55px;}
.gy-main-tu img{width:100%;height: 100%;}

.qywh-main{width:100%;background: url(http://60.tj.cn/skin/mr279/img/qywh2.jpg);height: 359px;background-size: 100% 100%;text-align: center;color: #fff;}
.qywh-main h2{font-size: 30px;font-weight: bold;color: #fff;padding-top: 50px;}
.qywh-main p{color: #fff;font-size: 12px;}
.qywh-main-content{display:flex;margin-top: 58px;}
.qywh-main-content1{width:20%;}
.qywh-main-content1 h4{font-size: 18px;color: #fff;line-height: 35px;}



.qyys-main h2{text-align: center;font-size: 30px;font-weight: bold;color: #000;padding-top: 50px;}
.qyys-main>p{text-align: center;color: #000;font-size: 12px;}
.qyys-main-content{display:flex;margin: 30px 0;}
.qyys-main-content-p{width:662px;}
.qyys-main-content-p h4{font-size: 18px;font-weight: bold;padding: 35px 0;}

.qyys-main-content-p1 p{text-align: left;font-size: 14px;line-height: 20px;}
.qyys-main-content-p2 .qyys-main-content-p2-tu img{padding-right: 55px;}

.footer-dh{margin-left: -300px;}
/*联系我们*/

.lx-main-content{display: flex;}
.lx-main-content-r-tu{border:1px #eb6100 solid;padding: 5px;margin-top: 165px; width: 361px;height: 215px;}
.lx-main-content-r-p{display: flex;height: 25px;line-height: 25px;margin: 10px 0}
.lx-main-content-r-p img{margin-right: 10px;}
.lx-main-content-r-p p{font-size: 12px;}


.banner-top2 ul li:nth-child(2){width: 366px;}
.banner-top2 ul li:nth-child(2) span{width: 215px;}
.banner-top2 ul li:nth-child(3){width: 320px;}
.lxwm_map{text-align: center;margin:40px auto;}

/*pc页码样式*/
.fym{font-size: 14px;color: #ff1212;padding: 10px 18px;text-align: center;margin-top: 10%;}
.JZD_PAGE_PREVIOUS{font-size: 14px;color: #ff1212;padding: 10px 18px;border: 1px solid #E9E9E9;}
.JZD_PAGE_NEXT{margin-left:5px; font-size: 14px;color: #ff1212;padding: 10px 18px;border: 1px solid #E9E9E9;}
.news-fenye{font-size: 14px;color: #ff1212;padding: 10px 18px;text-align:center;}
.JZD_PAGE_FIRST{font-size: 14px;color: #ff1212;padding: 10px 18px;border: 1px solid #E9E9E9;display:none;}
.JZD_PAGE_LAST{display:none;font-size: 14px;color: #ff1212;padding: 10px 18px;border: 1px solid #E9E9E9;}
.JZD_PAGE_LAST:hover{color: #ff1212;background-color: #F2FAFF;border: 1px solid #ff9999;}
.JZD_PAGE_FIRST:hover{color: #ff1212;background-color: #F2FAFF;border: 1px solid #ff9999;}
.JZD_PAGE_NEXT:hover{color: #ff1212;background-color: #F2FAFF;border: 1px solid #ff9999;}
.JZD_PAGE_PREVIOUS:hover{color: #ff1212;background-color: #F2FAFF;border: 1px solid #ff9999;}
.JZD_PAGE_SELECT select{width: 45px;height: 36px;text-align: center;color: #ff1212;line-height: 36px;border: 1px solid #E5E5E5;font-size: 19px;margin-left: 9px;display:none;}
.news-fenye span a{    color: #ff1212;}

.JZD_PAGE_GONG{line-height: 36px;color: #ff1212;display:none}

.JZD_PAGE_ZONGSHU {line-height: 36px;color: #ff1212;display:none}
.JZD_PAGE_TIAOJILU {line-height: 36px;color: #ff1212;display:none}

.JZD_PAGE_YECI {line-height: 36px;color: #ff1212;display:none;}
.JZD_PAGE_DANGQIANYE {line-height: 36px;color: #ff1212;display:none}
.JZD_PAGE_XIEGANG {line-height: 36px;color: #ff1212;display:none}
.JZD_PAGE_ZHONGYE {line-height: 36px;color: #ff1212;display:none}
.JZD_PAGE_YE{line-height: 36px;padding-right:5px;color: #ff1212;display:none}
.JZD_PAGE_ZHUANGDAO{display:none;line-height: 36px;padding-left:5px;color: #ff1212;}
.JZD_PAGE_SELECT_YE{line-height: 36px;color: #ff1212;display:none;}

.JZD_PAGE_SHUZIYE{    width: 36px;  height: 36px;  text-align: center;  line-height: 36px;  color: #ff1212;  border: 1px solid #E5E5E5;  font-size: 19px;  margin-left: 5px;  display: inline-block;}
.JZD_PAGE_SHUZIYE:last-child{margin-right:9px;}
.JZD_PAGE_DISABLED{cursor:not-allowed;color:#CECECE; }

.JZD_PAGE_DISABLED:hover{background-color: #FFFFFF;border:1px solid #E9E9E9;color:#CECECE;}
.fym_li{display:inline-block;overflow: hidden;margin-bottom: -14px;}
.fym_li div{font-size: 14px;color:#7D7C7C;border: 1px solid #E9E9E9;margin: 0 10px;float:left;}
.fym_li div:hover{background:#EB6100;}
.fym_li div a{color:#7D7C7C;display:block;display: block;padding: 10px 18px;}
.fym_li div:hover a{color:#fff;}


.fym span{}
/*搜索*/
.ss_cp{width:100%;}
.ss_cp>div{width: 23%;margin: 1%;float: left;overflow: hidden;height:276px;}
.ss_cp>div a img{width:100%;    height: 173px;}
.ss_cp>div a p{ font-size:16px;color:#666;text-align: center;}
/*产品详情*/
.cp_xq{}
.cp_xq p:nth-child(1){ font-size: 30px;color: #333;text-align: center;margin: 20px auto 10px;}   
.cp_xq p:nth-child(2){ text-align: center;}  
.cp_xq p:nth-child(2) img{width:100%}   
.cp_xq p:nth-child(3){font-size: 18px;color: #666; line-height: 32px;text-align: center;text-indent: 2em;}   
.cp_xq p:nth-child(4){font-size: 16px;color: #666;line-height: 32px;margin: 40px 0 10px;}
.cp_xq p:nth-child(6){font-size: 16px;color: #666;line-height: 32px;margin: 10px 0;}
.cp_xq p:nth-child(4) a{color: #eb6100;line-height: 32px;margin: 10px 22px;}
.cp_xq p:nth-child(6) a{color: #eb6100; line-height: 32px;margin: 10px 22px;}
/*服务详情*/
.fuwu_xq{}
.fuwu_xq p:nth-child(1){ font-size: 30px;color: #333;text-align: center;margin: 20px auto 10px;}   
.fuwu_xq p:nth-child(2){ font-size: 16px;color: #333;text-align: right;}  
.fuwu_xq p:nth-child(3){ text-align: center;}  
.fuwu_xq p:nth-child(3) img{width:100%}   
.fuwu_xq p:nth-child(4){font-size: 18px;color: #666; line-height: 32px;text-indent: 2em;}   
.fuwu_xq .s{font-size: 16px;color: #666;line-height: 32px;margin: 10px 0;}
.fuwu_xq .x{font-size: 16px;color: #666;line-height: 32px;margin: 40px 0 10px;}
.fuwu_xq .s a{color: #eb6100;line-height: 32px;margin: 10px 22px;}
.fuwu_xq .x a{color: #eb6100; line-height: 32px;margin: 10px 22px;}
/*公司咨询*/
.lx-main-contentmenu{width:100%;}
.lx-main-contentmenu li{width: 100%;
    height: 50px;
    border-top: 1px #bfbfbf solid;
    line-height: 50px;
    color: #000;}
.lx-main-contentmenu li a{    color: #808080;
    display: block;}
.lx-main-contentmenu li a div{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #959595;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
    margin-left: 5px;
}
.lx-main-contentmenu li a span{    float: right;
    padding-right: 50px;}

.lx-main-contentmenu li:hover{  background: #959595;}
.lx-main-contentmenu li:hover a{color:#fff;}
.lx-main-contentmenu li:hover a div{  background: #fff;}

/*新品推荐*/
.xp_tj{
position: relative;
width: 100%;
height: 235px;
background-color: rgba(0, 0, 0, 0.4);
display: none;
top: -238px;
left: 0;
text-align: center;
line-height: 35px;
padding: 50px 0;color:#fff;}
.main1-content1:hover .xp_tj{display: block;}