@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.col.sm-col12{width: 100%; float: left;}
.col.sm-col1{width: 8.33333333%;}
.col.sm-col2{width: 16.66666667%;}
.col.sm-col3{width: 25%;}
.col.sm-col4{width: 33.33333333%;}
.col.sm-col5{width: 41.66666667%;}
.col.sm-col6{width: 50%;}
.col.sm-col7{width: 58.33333333%;}
.col.sm-col8{width: 66.66666667%;}
.col.sm-col9{width: 75%;}
.col.sm-col10{width: 83.33333333%;}
.col.sm-col11{width: 91.66666667%;}
.rbtn::after {
	display: none;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding: 50px 0 0 0;
}
.head-top {
	display: none;
}
.header {
	height: 50px;
	z-index: 105;
	top: 0px;
	position: fixed;
}
.header .logo {
	height: 40px;
	margin-top: 5px;
}
.header .slogan {
	font-size: 14px;
	margin: 4px 0 0 6px;
}
.header .slogan .year {
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 4px;
}
.header .tel{
	display: none;
}
.header .menu-btn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.header .menu-btn span {
	width: 28px;
	height: 3px;
	background: #d6a578;
	border-radius: 2px;
	position: absolute;
	left: 12px;
	top: 23px;
	z-index: 2;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}
.header .menu-btn span.line1 {
	top: 14px;
}
.header .menu-btn span.line3 {
	top: 32px;
}
.header .nav {
	width: 260px;
	height: 100%;
	overflow: auto;
	float: none;
	position: fixed;
	right: -260px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #3e3a39;
	margin: 0;
	padding: 0 0 20px 0;
}
.header .nav .title {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #d6a578;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul > li {
	float: none;
}
.header .nav > ul > li:hover > a,
.header .nav > ul > li > a {
	height: 50px;
	line-height: 50px;
	padding: 0 14px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	border-bottom: solid 1px #999;
}
.header .nav > ul > li .arrow {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background: url(../images/arrow3.png) no-repeat center;
}
.header .nav > ul > li.now > a,
.header .nav > ul > li.on:hover > a,
.header .nav > ul > li.on > a{
	color: #d6a578;
}
.header .nav > ul > li.now .arrow{
	background-image: url(../images/arrow4.png);
}
.header .nav .sub {
	min-width: 120px;
	position: static;
	top: 0;
	left: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	padding: 0 10px;
}
.header .nav .sub li a:hover,
.header .nav .sub li a {
	color: #747575;
	padding: 0 20px 0 10px;
	background-image: url(../images/arrow1.png);
	background-position: right 10px center;
}
.header .nav .tel {
	line-height: 60px;
	float: none;
	display: block;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
}
.header .nav .tel a {
	font-size: 15px;
}
.header .nav .tel::after {
	display: none;
}
.wrapper.shiftLeft {
	margin-left: -260px;
}
.wrapper.shiftLeft .header {
	left: -260px;
	z-index: 105;
}
.wrapper.shiftLeft .header .nav {
	right: 0;
}
.wrapper.shiftLeft .menu-btn span.line1 {
	top: 23px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.wrapper.shiftLeft .menu-btn span.line2 {
	opacity: 0;
}
.wrapper.shiftLeft .menu-btn span.line3 {
	top: 23px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.wrapper,
.wrapper .header,
.wrapper .header .nav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.footer {
	padding: 20px 0;
	text-align: center;
}
.footer .row {
	margin: 0;
}
.footer .col {
	padding: 0;
}
.footer .title {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.footer .logo {
	height: 100px;
}
.footer .company .cont {
	margin-top: 16px;
	padding-top: 12px;
	font-size: 14px;
	line-height: 24px;
}
.footer .company a {
	font-size: 14px;
}
.footer .wechat,
.footer .advisory {
	padding-top: 20px;
}
.footer .advisory .p3,
.footer .advisory .p3 a {
	font-size: 20px;
}
.footer .advisory .text {
	padding: 10px 0;
}
.footer .advisory .text2 {
	font-size: 20px;
	line-height: 26px;
	background: none;
}
.footer .advisory .text2 a {
	font-size: 20px;
}
.footer .advisory .text3 .col{
	display: inline-block;
	float: none;
	width: auto;
	margin: 0 10px;
}
.footer .wechat .cont {
	margin-top: 10px;
}
.footer .wechat .qrcode {
	max-width: 100px;
	display: inline-block;
	margin: 0 10px 20px 10px;
	float: none;
}
.footer .wechat .qrcode p {
	margin-top: 8px;
}
.footer .copy {
	margin: 14px 0;
}
.pctitle .title {
	line-height: 2rem;
	font-size: 2rem;
}
.pctitle .title span {
	border-bottom: solid 2px #d6a578;
	padding-bottom: 8px;
}
.pctitle.w .title,
.pctitle.w .slogan {
	color: #fff;
}
.main .peak {
	padding-top: 30px;
}
.main .peak .number {
	margin-top: 30px;
}
.main .peak .number li {
	width: 50%;
	margin-bottom: 30px;
}
.main .peak .number li:nth-child(4n+1) {
	clear: none;
	border-left: solid 1px #6d6560;
}
.main .peak .number li:nth-child(2n+1) {
	clear: left;
	border-left: none;
}
.main .peak .number li .top {
	line-height: 4rem;
	font-size: 4rem;
}
.main .peak .number li .top sup {
	font-size: 1.6rem;
}
.main .peak .number li .txt {
	font-size: 1.4rem;
	margin-top: 1rem;
}
.main .peak .list {
	margin-top: 20px;
}
@media only screen and (max-width: 800px){
	.main .peak .list li {
		width: 100%;
	}
}
.main .peak .list li .en {
	font-size: 1.8rem;
}
.main .peak .list li .tit {
	font-size: 2rem;
}
.main .case {
	padding: 30px 0;
}
.main .case .logo {
	height: 100px;
	margin-bottom: 30px;
}
.main .case .tab {
	margin: 20px 0 30px 0;
}
.main .case .tab li {
	font-size: 1.4rem;
	padding: 4px 6px;
	float: none;
	display: inline-block;
}
.main .team {
	padding-bottom: 30px;
}
.main .team .wrap{
	max-width: 600px;
}
.main .team .content {
	margin-top: 30px;
}
.main .team .td{
	display: block;
}
.main .team .cont {
	width: 100%;
	float: none;
	padding: 10px;
}
.main .team .cont .pic {
	width: 100%;
}
.main .team .cont .text {
	padding: 20px 0;
}
.main .team .cont .tit,
.main .team .cont .en {
	font-size: 1.6rem;
}
.main .team .cont .en {
	margin: 10px 0;
}
.main .team .cont .txt {
	font-size: 1.4rem;
	margin: 20px 0;
}
.main .team .list {
	width: 100%;
	float: none;
}
.main .team .list ul{
	margin: 0 -3px;
}
.main .team .list li {
	width: 50%;
	padding: 0 3px;
}
.main .advantage {
	padding: 30px 0;
}
.main .advantage .content {
	margin-top: 30px;
}
.main .advantage .right,
.main .advantage .left {
	width: 100%;
	float: none;
}
.main .advantage .left .en {
	font-size: 1.4rem;
}
.main .advantage .left .txt {
	font-size: 2rem;
}
.main .advantage .right{
	max-width: 600px;
	margin: 30px auto 0 auto;
}
.main .advantage .right .p1 {
	font-size: 2rem;
}
.main .advantage .right .p2 {
	margin: 10px 0 20px 0;
}
.main .advantage .right .p3 {
	font-size: 1.4rem;
	line-height: 2rem;
}
.main .features {
	padding: 30px 0;
}
.main .features li {
	width: 50%;
	padding: 10px;
}
.main .features li:nth-child(3n+1) {
	clear: none;
	border-left: solid 1px #dbd9da;
}
.main .features li:nth-child(2n+1) {
	clear: left;
	border-left: none;
}
.main .features li .icon {
	width: 80px;
	height: 80px;
}
.main .features li .tit {
	font-size: 1.6rem;
	margin: 10px 0;
}
.main .features li .txt {
	line-height: 22px;
}
.main .customer {
	padding-bottom: 30px;
}
.main .customer .bg {
	height: 200px;
}
.main .customer .customer-list {
	margin-top: 30px;
}
.main .customer .more {
	margin-top: 10px;
}
.main .customer .more a {
	font-size: 20px;
}
.main .cooperation {
	padding-top: 30px;
}
.main .cooperation .content {
	margin-top: 30px;
}
.main .raiders {
	padding: 30px 0 0 0;
}
.main .raiders .col {
	padding: 0 0 20px 0;
	border: none;
	border-bottom: solid 2px #d3d4d4;
	margin-bottom: 20px;
}
.main .raiders .col:last-child{
	border-bottom: none;
}
.main .raiders .list {
	border: none;
	margin-top: 30px;
}
.main .raiders .list .title {
	font-size: 2rem;
}
.main .raiders .list .pic {
	margin: 20px 0;
}
.main .raiders .list li a {
	height: 4rem;
	line-height: 4rem;
	font-size: 1.6rem;
}
.main .raiders .list li a:hover {
	color: #d6a578;
}
.case-list ul {
	margin: 0 -2px;
}
.case-list li {
	width: 50%;
	padding: 0 2px;
	margin-bottom: 4px;
}
.case-list li a:hover .text {
	padding-bottom: 0px;
}
.case-list li .text {
	padding: 0 10px;
	background-position: 10px bottom;
	padding-bottom: 0;
	background: none;
}
.case-list li .tit,
.case-list li .txt {
	height: 2rem;
	line-height: 2rem;
}
.case-list li .tit {
	font-size: 1.6rem;
}
.case-list li .txt {
	height: 4rem;
	margin-top: 10px;
	-webkit-line-clamp:2;
}
.customer-list ul {
	max-width: 600px;
	margin: 0 auto;
}
.customer-list li {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 16px;
}
.customer-list li .txt {
	font-size: 1.5rem;
	padding: 20px 10px;
}
.customer-list li .txt span {
	height: 6rem;
	line-height: 3rem;
}
.crumbs {
	height: 50px;
	line-height: 50px;
	font-size: 1.4rem;
}
.crumbs a {
	font-size: 1.4rem;
}
.paging li {
	margin: 0 1px;
}
.paging li a:hover ,
.paging li a,
.paging li span {
	min-width: 40px;
	height: 38px;
	line-height: 36px;
	border: solid 1px #d6a578;
	font-size: 1.4rem;
	color: #7e7e7e;
	background: transparent;
}
.paging li.on a:hover,
.paging li.on a{
	color: #fff;
	background: #d6a578;
}
.reservation {
	padding: 30px 0 0 0;
}
.reservation .content {
	max-width: 652px;
	padding: 20px;
}
.reservation .content .title {
	font-size: 2rem;
}
.reservation .content .titll {
	font-size: 1.2rem;
}
.reservation .content .inpu input,
.reservation .content .inpu textarea {
	background-position: right 10px center;
}
.reservation .content .btn input,
.reservation .content .btn button,
.reservation .content .btn a {
	height: 40px;
	line-height: 40px;
}
.reservation .wrap .txt {
	max-width: none;
	position: static;
	margin: 30px 0;
	padding: 0 10px;
}
.reservation .wrap .txt1 {
	left: 0;
	top: 0;
}
.reservation .wrap .txt1 .p1 {
	min-height: 70px;
	font-size: 2.2rem;
	background-size: 60px auto;
	padding: 24px 0 0 80px;
}
.reservation .wrap .txt1 .p2 {
	margin-top: 10px;
}
.reservation .wrap .txt2 {
	line-height: 30px;
	font-size: 2rem;
}
.reservation .wrap .txt2 .p1 {
	font-size: 1.6rem;
}
.reservation .wrap .txt3 {
	top: 0;
}
.reservation .wrap .txt3 li {
	font-size: 1.6rem;
}
.case-page .menu {
	padding: 4px 14px;
}
.case-page .menu ul {
	display: block;
}
.case-page .menu li {
	margin: 10px 0;
	display: block;
}
.case-page .case-list {
	margin-top: 30px;
}
.case-page .case-list ul {
	margin: 0 -2px;
}
.case-page .case-list li {
	margin-bottom: 4px;
	padding: 0 2px;
}
.case-page .paging {
	padding: 30px 0;
}
.details-page .head{
	padding-top: 10px;
}
.details-page .head .title {
	font-size: 2rem;
	padding: 10px 0;
}
.details-page .head .crumbs {
	float: none;
	margin-top: 0;
	font-size: 1.2rem;
	height: auto;
}
.details-page .head .crumbs a {
	font-size: 1.2rem;
}
.details-page .detailsbox {
	padding: 20px 0 30px 0;
}
.details-page .sidebar {
	display: none;
}
.details-page .details {
	padding-right: 0px;
}
.details-page .introduction {
	padding: 20px 10px;
	display: block;
}
.details-page .introduction .title,
.details-page .introduction .tit {
	font-size: 2rem;
}
.details-page .introduction .cont {
	display: block;
	line-height: 2.4rem;
	font-size: 1.4rem;
	padding-left: 0px;
	margin-top: 20px;
}
.details-page .introduction .cont .tit {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.prevnext {
	margin-top: 30px;
}
.prevnext .prev,
.prevnext .next {
	max-width: 160px;
}
.prevnext .prev:hover,
.prevnext .next:hover {
	color: #5f5f60;
}
.prevnext .prev p,
.prevnext .next p {
	font-size: 1.2rem;
}
.prevnext .prev .pic,
.prevnext .next .pic {
	margin-top: 10px;
}
.prevnext .prev {
	padding-left: 20px;
	background-size: 10px auto;
}
.prevnext .next {
	padding-right: 20px;
	background-size: 10px auto;
}
.raiders-page .menu {
	padding: 0 0 5px 0;
}
.raiders-page .menu .row .list ,
.raiders-page .menu .row {
	display: block;
}
.raiders-page .menu .row{
	margin-bottom: 6px;
}
.raiders-page .menu .row .tit{
	margin-bottom: 10px;
}
.raiders-page .menu label {
	margin: 0 6px 6px 0;
	min-width: 0px;
	padding: 0 6px;
}
.raiders-list {
	padding: 30px 0 10px 0;
}
.raiders-list .head{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: none;
}
.raiders-list .title {
	font-size: 1.8rem;
	margin-right: 0px;
}
.raiders-list .check {
	flex: 1;
}
.raiders-list .check a {
	margin-left: 12px;
}
.raiders-list .list {
	/*margin-bottom: 20px;*/
	display: block;
	padding: 0;
	margin: 0;
}
.raiders-list ul {
	/*margin: 12px 0 0 0;*/
	margin: 0;
}
.raiders-list ul li {
	width: 100%;
	padding: 0;
	margin-bottom: 14px;
	float: none;
}
@media only screen and (max-width: 650px){
	.raiders-list ul li a {
		padding: 10px;
		padding-left: 0;
	}
	.raiders-list ul li .picc {
		width: 140px;
	}
	.raiders-list ul li .text {
		padding: 0 0 0 150px;
	}
	.raiders-list ul li .tit,
	.raiders-list ul li .txt {
		height: 2.2rem;
		line-height: 2.2rem;
	}
	.raiders-list ul li .tit {
		font-size: 1.6rem;
	}
	.raiders-list ul li .txt {
		height: 4.4rem;
		font-size: 1.4rem;
		margin-top: 8px;
	}
}
.price-page .pctitle {
	font-size: 2rem;
}
.price-page .calculate {
	padding: 30px 0;
}
.price-page .calculate .title {
	font-size: 1.6rem;
}
.price-page .calculate .title .p1 {
	font-size: 2rem;
}
.price-page .calculate .content {
	max-width: 600px;
	border-radius: 20px;
	padding: 20px;
}
.price-page .calculate .till {
	font-size: 1.8rem;
	margin-bottom: 18px;
}
.price-page .calculate .till .t2 {
	font-size: 2rem;
}
.price-page .calculate .right,
.price-page .calculate .btnbox,
.price-page .calculate .left {
	width: 100%;
	float: none;
}
.price-page .calculate .btnbox input,
.price-page .calculate .btnbox button,
.price-page .calculate .btnbox a {
	margin: 30px auto;
}
.price-page .calculate .right .box {
	padding: 10px;
}
.price-page .newprice,
.price-page .whychoose,
.price-page .quotation ,
.price-page .disadvantage {
	padding: 30px 0;
}
.price-page .newprice table th:nth-child(1),
.price-page .newprice table td:nth-child(1),
.price-page .newprice table td:nth-child(2)  {
  width: auto;
  padding-left: 0;
}
.price-page .whychoose .content,
.price-page .quotation .content {
	margin-top: 30px;
}
.price-page .whychoose li {
	width: 50%;
}
.price-page .whychoose li:nth-child(2n+1){
	clear: left;
}
.price-page .whychoose li .text {
	height: auto;
	min-height: auto;
	padding: 20px;
}
.price-page .whychoose li .tit {
	font-size: 2rem;
}
.price-page .whychoose li .txt {
	margin-top: 10px;
}
.price-page .newprice table th {
	padding: 10px 5px;
	line-height: 2.4rem;
	font-size: 1.6rem;
}
.price-page .newprice .tablebox{
	margin-top: 30px;
}
.price-page .newprice table td {
	font-size: 1.4rem;
	padding: 10px 5px;
}
.price-page .newprice .btn {
	margin-top: 30px;
}
.price-page .newprice .btn a {
	min-width: 200px;
	height: 46px;
	line-height: 46px;
	padding: 0 10px;
	font-size: 1.8rem;
}
.strategy-page .process ,
.strategy-page .advantage,
.strategy-page .threestyles{
	padding: 30px 0;
}
.strategy-page .service .content,
.strategy-page .advantage .content ,
.strategy-page .process .content,
.strategy-page .threesteps .content,
.strategy-page .threestyles .content {
	margin-top: 30px;
}
.strategy-page .service {
	padding-bottom: 30px;
}
.strategy-page .service ul {
	max-width: 400px;
	margin: 0 auto;
}
.strategy-page .service li {
	width: 100%;
	padding: 0 10px;
}
.strategy-page .service li p {
	font-size: 1.6rem;
}
.strategy-page .service li i {
	margin-top: 10px;
}
.strategy-page .panoramic {
	padding: 30px 0;
}
.strategy-page .panoramic .title {
	font-size: 2rem;
}
.strategy-page .panoramic .slogan {
	font-size: 1.4rem;
}
.strategy-page .panoramic .content {
	max-width: 600px;
	margin: 30px auto 0 auto;
}
.strategy-page .panoramic ul {
	padding: 5px;
}
.strategy-page .panoramic ul li {
	width: 100%;
}
.strategy-page .panoramic ul li a:hover .txt {
	background-position: right 20px center;
}
.strategy-page .panoramic ul li .txt {
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	padding: 0 40px 0 20px;
	background-position: right 20px center;
	font-size: 1.6rem;
}
.contact-page .address {
	padding: 30px 0;
}
.contact-page .address ul{
	max-width: 500px;
	margin: 0 auto;
}
.contact-page .address li {
	width: 100%;
	float: none;
	padding: 10px;
	margin-bottom: 10px;
}
.contact-page .address li .box {
	padding: 14px 10px 20px 10px;
}
.contact-page .map {
	padding-bottom: 30px;
}
.contact-page .map #allmap {
	height: 400px;
}
.broadcast1-page {
	padding: 30px 0;
}
.broadcast1-page .headtit {
	line-height: 3rem;
	font-size: 2rem;
}
.broadcast1-page .headtit::before,
.broadcast1-page .headtit::after {
	width: 54px;
	height: 1px;
	margin-top: -4px;
}
.broadcast1-page .headtit::before {
	margin-right: 10px;
}
.broadcast1-page .headtit::after {
	margin-left: 10px;
}
.broadcast1-page .menu {
	margin: 20px 0;
}
.broadcast1-page .menu ul {
	margin: 0 -4px;
}
.broadcast1-page .menu li {
	width: 50%;
	padding: 4px;
}
.broadcast1-page .menu li a {
	height: 40px;
	line-height: 38px;
	font-size: 1.6rem;
}
.broadcast1-page .sidebar {
	width: 100%;
	max-width: 600px;
	float: none;
	margin: 0 auto;
	border-top: solid 4px #d6a578;
	padding: 20px 20px 1px 20px;
}
.broadcast1-page .sidebar .row {
	margin-bottom: 20px;
}
.broadcast1-page .sidebar .tit {
	font-size: 2rem;
	margin-bottom: 10px;
}
.broadcast1-page .sidebar input[type="text"] {
	padding: 0 12px;
	font-size: 1.4rem;
	margin-bottom: 14px;
}
.broadcast1-page .content {
	margin-top: 30px;
	padding: 0;
}
.broadcast1-page .broadcast-list li {
	margin-bottom: 20px;
}
.broadcast1-page .broadcast-list li .pic {
	width: 150px;
	height: 125px;
}
.broadcast1-page .broadcast-list li .cont {
	padding-left: 154px;
}
.broadcast1-page .broadcast-list li .text {
	height: 125px;
	padding: 8px;
}
.broadcast1-page .broadcast-list li .tit,
.broadcast1-page .broadcast-list li .txt {
	height: 2rem;
	line-height: 2rem;
}
.broadcast1-page .broadcast-list li .tit a,
.broadcast1-page .broadcast-list li .tit {
	font-size: 1.6rem;
	text-align: left;
}
.broadcast1-page .broadcast-list li .txt {
	height: 8rem;
	font-size: 1.2rem;
	margin-top: 8px;
}
.broadcast1-page .broadcast-list li .btn {
	width: 150px;
	padding-top: 6px;
}
.broadcast1-page .broadcast-list li .btn a {
	min-width: 150px;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
}
.broadcast1-page .paging {
	margin-top: 30px;
}
.broadcast2-page {
	padding-bottom: 30px;
}
.broadcast2-page .menu {
	padding: 30px 0;
}
.broadcast2-page .menu ul {
	display: block;
	margin: 0 -4px;
}
.broadcast2-page .menu li {
	min-width: auto;
	width: 33.333333%;
	padding: 4px;
}
.broadcast2-page .menu li a {
	height: 40px;
	line-height: 40px;
	font-size: 1.4rem;
}
.broadcast2-page .titlell {
	font-size: 2rem;
}
.broadcast2-page .titlell span {
	min-width: auto;
	line-height: 3rem;
	padding: 1rem 2rem;
}
.broadcast2-page .introduction {
	padding: 20px 14px;
	margin: 30px 0;
}
.broadcast2-page .introduction .title {
	float: none;
}
.broadcast2-page .introduction .info {
	line-height: 2.4rem;
	font-size: 1.4rem;
	text-align: left;
	margin-top: 10px;
}
.broadcast2-page .introduction .text {
	line-height: 2.4rem;
	font-size: 1.6rem;
	margin-top: 20px;
}
.broadcast2-page .list {
	padding-right: 0;
}
.broadcast2-page .list .overflow {
	padding: 30px 0;
	max-height: 800px;
	overflow-y: auto;
}
.broadcast2-page .list .overflow::-webkit-scrollbar {
	width: 4px;
	background-size: 1px auto;
}
.broadcast2-page .list .title span {
	font-size: 1.6rem;
	padding: 0 20px;
}
.broadcast2-page .list .row {
	margin-bottom: 14px;
}
.broadcast2-page .list ul {
	margin-top: 10px;
	padding: 0 5px;
}
.broadcast2-page .list li {
	width: 50%;
	margin-bottom: 10px;
	padding: 0 5px;
}
.broadcast2-page .list li:nth-child(4n+1) {
	clear: none;
}
.broadcast2-page .list li:nth-child(2n+1) {
	clear: left;
}
.broadcast2-page .next {
	margin-top: 30px;
}
.broadcast2-page .next a {
	line-height: 2rem;
	font-size: 1.4rem;
	background-position: 0 4px;
	background-size: 14px auto;
	padding-left: 20px;
}
.about-page .pctitle .slogan {
  font-size: 1.4rem;
  margin-top: 6px;
}




.pcmenu {
  height: 50px;
  position: relative;
}
.pcmenu .tit{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	display: block;
	color: #d6a578;
	background: url(../images/arrow10.png) no-repeat right 10px center;
	background-size: 16px auto;
}
.pcmenu ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 90;
	background: #fff;
	display: none;
}
.pcmenu li {
  margin: 0;
  float: none;
  border-bottom: solid 1px #eee;
}
.pcmenu li.on{
  border-bottom: solid 1px #d6a578;
}
.pcmenu li a {
  min-width: 180px;
  height: 46px;
  line-height: 46px;
  font-size: 1.5rem;
  padding: 0;
}





.about-page .menu {
	height: 50px;
}
.about-page .menu ul {
	display: block;
}
.about-page .menu li {
	width: 33.3333%;
	margin: 0;
}
.about-page .menu li a {
	height: 50px;
	line-height: 50px;
	font-size: 1.6rem;
	padding: 0;
}
.about-page .about {
	margin: 30px 0;
	padding-bottom: 0px;
}
.about-page .about .pic {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: static;
}
.about-page .about .pic img {
	width: 100%;
	display: block;
}
.about-page .about .content {
	width: 100%;
	padding: 26px 0 0 0;
}
.about-page .about .entit {
	font-size: 4rem;
	letter-spacing: .4rem;
}
.about-page .about .title {
	font-size: 2rem;
	margin: 10px 0 20px 0;
}
.about-page .about .text {
	line-height: 3rem;
	font-size: 1.4rem;
}
.about-page .about .number {
	padding: 0;
	margin: 30px 0;
}
.about-page .about .number li {
	width: 50%;
	padding: 20px 0;
}
.about-page .about .number li:nth-child(2n+1){
	clear: left;
}
.about-page .about .number li .num {
	font-size: 4rem;
}
.about-page .about .number li .txt {
	margin-top: 4px;
}
.about-page .culture .content {
	margin-top: 30px;
}
.about-page .idea {
	padding: 30px 0;
}
.about-page .idea ul {
	margin: 30px -5px 0 -5px;
}
.about-page .idea li {
	width: 50%;
	padding: 0 5px;
}
.about-page .idea li:nth-child(5n+1) {
	clear: none;
}
.about-page .idea li:nth-child(2n+1) {
	clear: left;
}
.about-page .idea li .txt {
	padding: 10px;
	font-size: 1.4rem;
}
.about-page .idea li .tit {
	margin-top: 10px;
}
.about-page .history {
	padding: 30px 0;
}
.about-page .history .content {
	padding: 0;
}
.about-page .history .content::before {
	height: 2px;
}
.about-page .history .content::after {
	width: 20px;
	height: 18px;
	margin-top: -8px;
}
.about-page .head {
	padding: 20px 10px;
}
.about-page .head .tit {
	font-size: 2.8rem;
}
.about-page .head .txt {
	font-size: 1.8rem;
}
.about-page .head .line {
	max-width: 400px;
	height: 1px;
}
.about-page .honor {
	padding: 30px 0;
}
.about-page .honor .paging {
	margin-top: 20px;
}
.about-page .honor-list ul {
	max-width: 600px;
	margin: 0 auto;
}
.about-page .honor-list li {
	width: 100%;
	float: none;
	margin-bottom: 14px;
	padding: 0;
}
.about-page .honor-list li a {
	padding: 10px;
}
.about-page .honor-list li .text {
	padding-left: 10px;
}
.about-page .honor-list li .tit,
.about-page .honor-list li .en,
.about-page .honor-list li .p,
.about-page .honor-list li .m {
	height: 2.2rem;
	line-height: 2.2rem;
}
.about-page .honor-list li .tit {
	font-size: 1.6rem;
}
.about-page .honor-list li .en {
	margin: 0;
}
.about-page .honor-list li .p {
	font-size: 1.4rem;
}
.about-page .honor-list li .m {
	margin-top: 6px;
}
.about-page .team .introduction {
	padding: 30px 0;
	line-height: 3rem;
	font-size: 1.6rem;
}
.about-page .team-list {
	padding: 30px 0;
}
.about-page .team-list ul {
	padding: 0 5px;
}
.about-page .team-list li {
	width: 33.3333333%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.about-page .team-list li:nth-child(5n+1) {
	clear: none;
}
.about-page .team-list li:nth-child(3n+1) {
	clear: left;
}
@media only screen and (max-width: 600px){
	.about-page .team-list li{
		width: 50%;
	}
	.about-page .team-list li:nth-child(3n+1) {
		clear: none;
	}
	.about-page .team-list li:nth-child(2n+1) {
		clear: left;
	}
}
.about-page .team-list li .text {
	padding: 10px;
}
.about-page .team-list li .tit span,
.about-page .team-list li .txt span {
	font-size: 1.6rem;
	margin-right: 6px;
}
.about-page .team-list li .txt {
	margin-top: 6px;
}
.about-page .team-list li .btn a {
	height: 50px;
	line-height: 46px;
}
.about-page .team-list li .btn a i {
	width: 26px;
	height: 26px;
	background-size: 16px auto;
}
.about-page .team-list li .btn .btn1 i {
	background-size: 20px auto;
}
.about-page .team-list li .btn .btn2 i {
	background-size: 16px auto;
}
.team-page {
	padding: 0 0 20px 0;
}
.team-page .details {
	max-width: 600px;
	margin: 0 auto;
}
.team-page .details .pic {
	max-width: none;
	float: none;
	margin: 30px 0;
}
.team-page .introduction {
	padding: 0;
}
.team-page .reservation {
	width: 100%;
	padding: 20px;
	float: none;
	border-top: solid 5px #d6a578;
}
.team-page .reservation input[type="text"] {
	margin-bottom: 14px;
}
.works-list li {
	width: 50%;
}
.works-list li .txt {
	height: 4rem;
	line-height: 4rem;
	font-size: 1.4rem;
}
.quality-page .pctitle .title {
	font-size: 2rem;
}
.quality-page .pctitle .title span {
	padding-bottom: 8px;
}
.quality-page .pctitle .slogan {
	font-size: 1.4rem;
}
.quality-page .pctitle2 .title {
	font-size: 2.4rem;
}
.quality-page .pctitle2 .slogan {
	margin: 10px auto 30px auto;
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.quality-page .advantage {
	padding: 30px 0;
}
.quality-page .advantage ul {
	margin: 30px -5px 0 -5px;
}
.quality-page .advantage li {
	width: 50%;
	padding: 5px;
}
.quality-page .advantage li:nth-child(3n+1) {
	clear: none;
}
.quality-page .advantage li:nth-child(2n+1) {
	clear: left;
}
.quality-page .advantage li .box {
	padding: 20px 10px;
	box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
}
.quality-page .advantage li .icon {
	width: 100px;
	height: 100px;
}
.quality-page .advantage li .tit {
	line-height: 2.4rem;
	font-size: 1.8rem;
	margin: 10px 0;
}
.quality-page .advantage li .txt {
	font-size: 1.4rem;
}
.quality-page .craft {
	padding: 30px 0;
}
.quality-page .craft .content {
	margin-top: 30px;
}
.quality-page .craft .swiper-slide .tit {
	line-height: 2.2rem;
	font-size: 1.6rem;
}
.quality-page .craft .swiper-slide .txt {
	line-height: 2.2rem;
	font-size: 1.4rem;
	padding: 10px;
}
.quality-page .craft .swiper-slide .number {
	height: 5rem;
	line-height: 5rem;
	font-size: 3rem;
}
.quality-page .craft .swiper-slide .point {
	width: 10px;
	height: 10px;
}
.quality-page .examination1 {
	padding: 30px 0;
}
.quality-page .examination1 ul {
	margin: 0 auto;
	max-width: 600px;
}
.quality-page .examination1 li {
	width: 100%;
	float: none;
	padding: 0;
	margin-top: 10px;
}
.quality-page .examination1 li:nth-child(even) .text {
	order: 2;
	margin: 0;
}
.quality-page .examination1 li:nth-child(even) .picc {
	order: 1;
}
.quality-page .examination1 li .text {
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding: 10%;
}
.quality-page .examination2 {
	padding: 30px 0;
}
.quality-page .examination2 thead th {
	line-height: 3rem;
	font-size: 2rem;
}
.quality-page .examination2 .table1 {
	margin-top: 30px;
}
.quality-page .examination2 .table1 tbody td {
	padding: 1.2rem;
}
.quality-page .examination2 .table1 tbody td:first-child {
	min-width: 100px;
}
.quality-page .examination2 .table2 thead td {
	font-size: 1.6rem;
	min-width: 100px;
}
.quality-page .examination2 .table2 tbody td {
	padding: 1rem;
}
.quality-page .examination3 ul {
	margin: 30px -5px 0 -5px;
}
.quality-page .examination3 ul li {
	width: 50%;
}
.quality-page .aftersale {
	padding-top: 30px;
}
.quality-page .aftersale .titll {
	padding: 30px 0;
}
.quality-page .aftersale .titll .number {
	width: 60px;
	height: 60px;
	line-height: 52px;
	border-radius: 50%;
	border: solid 4px #d6a578;
	font-size: 5rem;
	margin-right: 20px;
}
.quality-page .aftersale .titll .tit {
	font-size: 3rem;
}
.quality-page .aftersale .titll .en {
	font-size: 1.6rem;
}
.quality-page .aftersale .wrap14 {
	padding: 30px 0;
}
.quality-page .aftersale .rowbox .text1 {
	font-size: 1.6rem;
}
.quality-page .aftersale .rowbox1 ul {
	margin: 30px -20px 0 -20px;
}
.quality-page .aftersale .rowbox1 ul li {
	width: 50%;
	padding: 0 20px;
	margin-bottom: 10px;
}
.quality-page .aftersale .rowbox1 ul li:nth-child(4n+1) {
	clear: none;
}
.quality-page .aftersale .rowbox1 ul li:nth-child(2n+1) {
	clear: left;
}
.quality-page .aftersale .rowbox1 ul li:nth-child(2n+1)::after{
	display: none;
}
.quality-page .aftersale .rowbox1 ul li::after {
	width: 16px;
	height: 9px;
	background-size: 100% auto;
	left: -8px;
	top: 20px;
}
.quality-page .aftersale .rowbox1 ul li .txt {
	padding: 10px;
	font-size: 1.6rem;
}
.quality-page .aftersale .rowbox2 .text .txt {
	margin-bottom: 30px;
}
.quality-page .aftersale .rowbox2 .text .txt:last-child {
	margin-bottom: 0;
}
.quality-page .aftersale .rowbox2 .text .i {
	width: 40px;
	padding-top: 6px;
}
.quality-page .aftersale .rowbox2 .text .t {
	padding-left: 50px;
}
.quality-page .aftersale .rowbox2 .text .p1 {
	font-size: 1.6rem;
}
.quality-page .aftersale .rowbox2 .text .p2 a ,
.quality-page .aftersale .rowbox2 .text .p2 {
	font-size: 1.6rem;
}
.quality-page .aftersale .rowbox2 .text .p2 span {
	font-size: 2rem;
}
.quality-page .aftersale .rowbox3 ul {
	margin: 0 -5px;
}
.quality-page .aftersale .rowbox3 ul li {
	width: 50%;
	padding: 0 5px;
	margin: 5px 0;
}
.quality-page .aftersale .rowbox3 ul li:nth-child(4n+1) {
	clear: none;
}
.quality-page .aftersale .rowbox3 ul li:nth-child(2n+1) {
	clear: left;
}
.quality-page .aftersale .rowbox3 ul li:nth-child(4)::after,
.quality-page .aftersale .rowbox3 ul li:nth-child(3)::after,
.quality-page .aftersale .rowbox3 ul li:nth-child(2)::after,
.quality-page .aftersale .rowbox3 ul li:nth-child(1)::after {
	display: none;
}
.quality-page .aftersale .rowbox3 ul li .txt {
	font-size: 1.6rem;
	padding: 10px;
	line-height: 3rem;
}
.quality-page .aftersale .rowbox4 .text1,
.quality-page .aftersale .rowbox5 .text1 {
	line-height: 3rem;
}
.quality-page .aftersale .rowbox6 ul {
	margin: 0 -5px;
}
.quality-page .aftersale .rowbox6 ul li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 30px;
}
.quality-page .aftersale .rowbox6 ul li:nth-child(4n+1) {
	clear: none;
}
.quality-page .aftersale .rowbox6 ul li:nth-child(2n+1) {
	clear: left;
}
.quality-page .aftersale .rowbox6 ul li .icon {
	height: 50px;
	line-height: 50px;
}
.quality-page .aftersale .rowbox6 ul li .tit {
	font-size: 1.6rem;
	margin-top: 5px;
}
.quality-page .aftersale .rowbox6 ul li .txt {
	font-size: 1.4rem;
	line-height: 3rem;
}
.quality-page.pdb {
	padding-bottom: 30px;
}
.quality-page .committed .pctitle {
	margin: 30px 0;
}

.quality-page .aftersale .pctitle {
	margin-bottom: 30px;
}
.craft-page .pctitle .title {
	font-size: 2rem;
}
.craft-page .pctitle .slogan {
	font-size: 1.2rem;
}
.craft-page .pctext {
	line-height: 3rem;
	font-size: 1.6rem;
	margin: 30px 0;
}
.craft-page .management {
	padding: 30px 0;
}
.craft-page .management ul {
	padding: 0;
}
.craft-page .management ul li {
	width: 100%;
	float: none;
	padding: 0 10px;
}
.craft-page .management ul li::after {
	display: none;
}
.craft-page .management ul li .txt {
	padding: 10px;
	font-size: 1.6rem;
}
.craft-page .prevention{
	padding-bottom: 30px;
}
.craft-page .prevention ul {
	margin: 0 auto;
	max-width: 600px;
}
.craft-page .prevention ul li {
	width: 100%;
	padding: 0;
	float: none;
	margin-bottom: 14px;
}
.craft-page .prevention ul li .text {
	padding: 10px;
}
.craft-page .prevention ul li .tit {
	font-size: 1.6rem;
	margin-bottom: 4px;
}
.craft-page .prevention ul li .txt p {
	margin-bottom: 4px;
}
.craft-page .prevention ul li .txt p:last-child {
	margin-bottom: 0;
}
.industry-page .pctitle .title {
	font-size: 2rem;
}
.industry-page .pctitle .title span {
	border-bottom: solid 1px #d6a578;
}
.industry-page .pctitle .slogan {
	font-size: 1.4rem;
}
.industry-page .materials {
	padding: 30px 0;
}
.industry-page .materials .textt {
	line-height: 2.6rem;
	font-size: 1.6rem;
	margin: 30px 0;
}
.industry-page .materials ul {
	margin: 0 -2px;
}
.industry-page .materials ul li {
	width: 50%;
	padding: 2px;
}
.industry-page .materials ul li:nth-child(4n+1) {
	clear: none;
}
.industry-page .materials ul li:nth-child(2n+1) {
	clear: left;
}
.industry-page .materials ul li .box {
	padding: 5%;
}
.industry-page .materials ul li .border {
	padding: 5%;
}
.industry-page .materials ul li .text {
	min-height: 150px;
	padding: 5%;
}
.industry-page .materials ul li .tit {
	font-size: 1.8rem;
}
.industry-page .materials ul li .txt {
	line-height: 2.4rem;
	font-size: 1.4rem;
	margin-top: 10px;
}
.industry-page .custom,
.industry-page .industry ,
.industry-page .painpoints {
	padding: 30px 0;
}
.industry-page .custom .content ,
.industry-page .industry .content ,
.industry-page .painpoints .content {
	margin-top: 30px;
}
.industry-page .custom .content{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.industry-page .custom .content .row {
	margin-bottom: 20px;
}
.industry-page .custom .content .row:last-child {
	margin-bottom: 0;
}
.industry-page .custom .content .row:nth-child(even) .picc,
.industry-page .custom .content .picc {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.industry-page .custom .content .row:nth-child(even) .picc span ,
.industry-page .custom .content .picc span {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	background: none;
	padding: 0;
}
.industry-page .custom .content .picc img {
	width: 100%;
	display: block;
}
.industry-page .custom .content .row:nth-child(even) .cont ,
.industry-page .custom .content .cont {
	width: 100%;
	float: none;
	padding: 0;
}
.industry-page .custom .content .text {
	padding: 20px 14px;
	margin-bottom: 0px;
}
.industry-page .custom .content .tit {
	font-size: 2rem;
}
.industry-page .custom .content .txt {
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-top: 10px;
}
.industry-page .brand {
	padding: 30px 0 1px 0;
}
.industry-page .brand ul {
	margin: 60px -5px 0 -5px;
}
.industry-page .brand ul li {
	width: 50%;
	margin-bottom: 60px;
}
.industry-page .brand ul li:nth-child(4n+1) {
	clear: none;
}
.industry-page .brand ul li:nth-child(2n+1) {
	clear: left;
}
.industry-page .brand ul li .box::before,
.industry-page .brand ul li .box::after {
	display: none;
}
.industry-page .brand ul li .top {
	width: 60px;
	height: 60px;
	line-height: 60px;
	top: -25px;
	font-size: 1.8rem;
}
.industry-page .brand ul li .tit {
	font-size: 1.6rem;
	margin: 6px 0;
}
.industry-page .brand ul li .txt {
	font-size: 1.4rem;
}
.industry-page .warehouse {
	padding: 30px 0;
}
.industry-page .warehouse .content {
	max-width: 600px;
	margin: 30px auto 0 auto;
}
.industry-page .warehouse .content .right,
.industry-page .warehouse .content .left {
	width: 100%;
	padding: 0;
}
.industry-page .warehouse .content .left .text {
	font-size: 1.6rem;
	line-height: 3rem;
	padding: 20px;
	margin-bottom: 20px;
}
.industry-page .warehouse .content .right span,
.industry-page .warehouse .content .right {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
}
.industry-page .warehouse .content .right {
	margin-top: 20px;
}
.industry-page .warehouse .content .right img {
	width: 100%;
	display: block;
}
.industry-page .advantage {
	padding: 30px 0;
}
.industry-page .advantage ul {
	margin: 30px -3px 0 -3px;
}
.industry-page .advantage ul li {
	width: 50%;
	padding: 3px;
}
.industry-page .advantage ul li:nth-child(3n+1) {
	clear: none;
}
.industry-page .advantage ul li:nth-child(2n+1) {
	clear: left;
}
.industry-page .advantage ul li .box {
	padding: 20px 10px;
	box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.2);
}
.industry-page .advantage ul li .num {
	font-size: 3rem;
}
.industry-page .advantage ul li .t2 ,
.industry-page .advantage ul li .t1 {
	font-size: 1.6rem;
}
.industry-page .advantage ul li .line {
	height: 2px;
	margin: 10px auto;
}
.industry-page .advantage ul li .txt {
	line-height: 2.2rem;
	font-size: 1.4rem;
}
.industry-page .cmaterials {
	padding: 30px 0;
}
.industry-page .cmaterials .pctitle {
	margin-bottom: 30px;
}
.industry-page .cmaterials .list {
	max-width: 600px;
	margin: 0 auto 12px auto;
	padding: 10px;
}
.industry-page .cmaterials .list .left {
	width: 100%;
	float: none;
}
.industry-page .cmaterials .list .left .tit {
	line-height: 3rem;
	font-size: 2rem;
}
.industry-page .cmaterials .list .left .pic {
	max-height: none;
}
.industry-page .cmaterials .list .left .txt {
	margin: 14px 0;
}
.industry-page .cmaterials .list ul {
	width: 100%;
	margin-top: 10px;
}
.industry-page .cmaterials .list ul li {
	width: 50%;
}
.raiders-details .sidebar {
	display: none;
}
.raiders-details .menu ul {
	overflow: hidden;
	text-align: center;
}
.raiders-details .menu li {
	width: 50%;
}
.raiders-details .menu li:nth-child(2n+1){
	clear: left;
}
.raiders-details .menu li a {
	font-size: 1.6rem;
	border-bottom: solid 2px #dcdddd;
}
.raiders-details .details {
	padding-right: 0;
	padding-bottom: 30px;
}
.raiders-details .details .title {
	margin: 30px 0 10px 0;
}
.raiders-details .details .info .br{
	display: block;
}
































}/*手机版css*/
