﻿@charset "utf-8";

.myCase {
	/*background: url(../images/banner_02.jpg) no-repeat center top #212121;*/
	background-color: #150e35;

	background-size: cover !important;
}

.aboutBg {
	background: url(../images/myAbout_01.jpg) no-repeat center top !important;
	height: 798px !important;
	background-size: cover !important;
}

.aboutBg .myDiv {
	line-height: 798px;
	text-align: center;
}

.aboutBg .myDiv img {
	display: inline-block;
}

.myDiv {
	width: 1200px;
	margin: 0 auto;
}

.myDiv p {
	color: #fff;
	line-height: 22px;
}

.myDiv img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.qx {
	background: #171717;
	padding: 172px 0 140px;
}

.qx .myDiv img {
	margin-bottom: 45px;
}

.qxList:after {
	content: '';
	display: block;
	clear: both;
}

.qxList,
.ls ul,
.zr ul {
	font-size: 0;
	text-align: center;
}

.qxList li,
.ls ul li,
.zr ul li {
	text-align: left;
}

.zr .myDiv ul li h3 {
	text-align: center;
	text-justify: center;
	/*ie6-8*/
	text-align-last: center;
	/* ie9*/
	-moz-text-align-last: center;
	/*ff*/
	-webkit-text-align-last: center;
	/*chrome 20+*/
}

.qxList {
	padding-top: 60px;
}

.qxList li {
	display: inline-block;
}

/*.qxList li:nth-child(2){margin: 0 calc(50% - 391px);}*/
.qxList li p {
	color: #fff;
}

.qxList li:first-child {
	float: left;
}

.qxList li:last-child {
	float: right;
}

.ls {
	background: url(../images/myAbout_03.jpg) no-repeat center top;
	height: 370px;
	position: relative;
	background-size: cover !important;
}

.ls .myDiv,
.imgBox h3,
.number .myDiv {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.ls ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 119px;
	margin-right: calc(20% - 117px);
}

.ls ul li:last-child {
	margin-right: 0;
}

.zr ul li {
	display: inline-block;
	vertical-align: top;
	width: 31.8%;
	margin-right: 2%;
}

.zr ul li:last-child {
	margin-right: 0;
}

.imgBox {
	width: 100%;
	position: relative;
	margin-bottom: 45px;
}

.imgBox img {
	width: 100%;
}

.imgBox h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 100%;
}

.zr {
	background: #222222;
	padding: 178px 0 145px;
}

.number {
	background: url(../images/myAbout_15.jpg) no-repeat center top;
	height: 283px;
	position: relative;
	background-size: cover !important;
}

.IndexList {
	width: 100%;
	margin: 0 auto;
	display: table;
	position: relative;
}

.IndexList ul {
	font-size: 0;
	padding-top: 30px;
}

.IndexList li {
	display: inline-block;
	width: 33%;
	text-align: center;
	position: relative;
}

.IndexList li i {
	font-size: 16px;
	color: #fff;
}

.IndexList li span {
	display: block;
	font-size: 14px;
	color: #fff;
}

.nub {
	font-size: 72px;
	color: #fff;
	line-height: 56px;
	height: 56px;
	display: inline-block;
	font-family: 'CalibreLight';
}

.lb {
	background: #323232;
	padding: 140px 0 100px;
}

.lb .waperSlide {
	width: 100%;
	height: 290px;
	position: relative;
}

.lb .slide-wrap {
	width: 100%;
	position: relative;
}

.lb .slide-wrap li {
	position: absolute;
	left: 0;
	top: 0;
}

.lb .slide-line {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0;
}

.lb .slide-line i {
	display: inline-block;
	margin: 0 5px;
	vertical-align: bottom;
	width: 3px;
	height: 12px;
	background-color: #D7D6D7;
	cursor: pointer;
	transition: all 300ms linear 0s;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s
}

.lb .slide-line i.on {
	height: 24px;
	background-color: #BB1B22;
}

.aboutBg .myDiv img {
	animation: imgAmt 0.6s ease-in-out;
}

@keyframes imgAmt {
	from {
		transform: scale(0);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

.qx .myDiv img {
	transform: translateY(100px);
	opacity: 0;
}

.qx .myDiv img:first-child,
.ls .myDiv ul li:first-child,
.zr .myDiv ul li img {
	transition: all 0.5s ease-out;
}

.qx .myDiv img:nth-child(2),
.ls .myDiv ul li:nth-child(2),
.zr.active .myDiv ul li h3 {
	transition: all 0.5s ease-out 0.3s;
}

.qx.active .myDiv img,
.qx.active .qxList li p,
.ls.active .myDiv ul li,
.zr.active .myDiv ul li p {
	transform: translateY(0);
	opacity: 1;
}

.qx .qxList li p,
.ls .myDiv ul li,
.zr .myDiv ul li p {
	transform: translateY(50px);
	opacity: 0;
}

.zr .myDiv ul li h3 {
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	opacity: 0;
}

.zr.active .myDiv ul li h3 {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	opacity: 1;
}

.qx .qxList li p:first-child,
.ls .myDiv ul li:nth-child(3),
.zr.active .myDiv ul li p:nth-child(2) {
	transition: all 0.5s ease-out 0.6s;
}

.qx .qxList li p:nth-child(2),
.ls .myDiv ul li:nth-child(4),
.zr.active .myDiv ul li p:nth-child(3) {
	transition: all 0.5s ease-out 0.8s;
}

.qx .qxList li p:nth-child(3),
.ls .myDiv ul li:nth-child(5),
.zr.active .myDiv ul li p:nth-child(4) {
	transition: all 0.5s ease-out 1.0s;
}

.qx .qxList li p:nth-child(4),
.ls .myDiv ul li:nth-child(6),
.zr.active .myDiv ul li p:nth-child(5) {
	transition: all 0.5s ease-out 1.2s;
}

.qx .qxList li p:nth-child(5),
.zr.active .myDiv ul li p:nth-child(6) {
	transition: all 0.5s ease-out 1.4s;
}

.zr .myDiv ul li img {
	opacity: 0;
}

.zr.active .myDiv ul li img {
	opacity: 1;
}

.serBg1 {
	background: url(../images/1_01.jpg) no-repeat center;
	background-attachment: fixed;
	height: auto !important;
	line-height: auto !important;
	background-size: cover !important;
}

.myDiv1 {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.myDiv1 h3 {
	margin: 50px 0 110px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
	display: none;
}

.myDiv1 img {
	display: block;
	max-width: 90%;
}

.myDiv1 img:first-child {
	margin-bottom: 15px;
	max-width: 80%;
}

.myDiv1 img:nth-child(2) {
	max-width: 30%;
}

.myDiv1 img:nth-child(4) {
	margin-top: 50px;
}

.myDiv1 ul {
	margin-top: 45px;
}

.myDiv1 ul li {
	margin-bottom: 30px;
}

.myDiv1 ul li h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	font-weight: bold;
}

.myDiv1 ul li p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
}

.myDiv1 img,
.myDiv1 h3,
.myDiv1 ul li h2,
.myDiv1 ul li p {
	transform: translateY(50px);
	opacity: 0;
}

.myDiv1 img.active,
.myDiv1 h3.active,
.myDiv1 ul li.active h2,
.myDiv1 ul li.active p {
	transform: translateY(0);
	opacity: 1;
}

.serBg1 .myDiv1 img:first-child,
.myDiv1 ul li h2,
.myDiv1 img:nth-of-type(3),
.serBg2 .myDiv1 img,
.serBg3 .myDiv1 img,
.serBg2 .myDiv1 h3,
.serBg3 .myDiv1 h3 {
	transition: all 0.6s ease-in-out;
}

.serBg1 .myDiv1 img:nth-of-type(2),
.myDiv1 ul li p {
	transition: all 0.6s ease-in-out 0.3s;
}

.serBg1 .myDiv1 h3 {
	transition: all 0.6s ease-in-out 0.6s;
}

.serBg1 .myDiv1 img:nth-of-type(3) {
	transition: all 0.6s ease-in-out 0.9s;
}

/*{transition: all 0.6s ease-in-out 1.2s;}
{transition: all 0.6s ease-in-out 1.5s;}*/
.contact .myDiv2 {
	width: 100%;
	margin: 0 auto;
	padding: 0 165px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.case .sub-menu:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	display: none;
}






.serBg3 .myDiv1 ul li {
	width:100%;
	display: inline-block;
}

.serBg4 .myDiv1 ul li {
	width: 36%;
	display: inline-block;
}

footer .address .Content span b {
	font-weight: normal;
	display: block;
}

.stone.case .sub-content {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding-left: 165px;
	padding-right: 165px;
}

.stone.case .sub-content {
	padding-top: 0 !important;
}




.myTop {
	width: 80px;
	height: 320px;
	position: fixed;
	right: 0;
	bottom: 0;
}

.myTop a {
	width: 100%;
	height: 80px;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	line-height: 80px;
	color: #000;
	display: block;
	position: relative;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.myTop p {
	height: 80px;
	line-height: 80px;
	width: 303px;
	color: rgba(0, 0, 0, 0);
	padding-left: 70px;
	font-size: 14px;
	background: rgba(200, 0, 0, .8);
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.myPhone p {
	background: rgba(200, 0, 0, .8) url(../images/mynum1.png) no-repeat 26px center;
}

.myPhone:hover p {
	background: rgba(200, 0, 0, .8) url(../images/mynum1.png) no-repeat 26px center;
	left: -220px;
	color: #fff;
}

.myQQ {
	background: rgba(200, 0, 0, .8) url(../images/myqq1.png) no-repeat center;
}

.myQQ:hover {
	background-image: url(../images/myqq1.png);
	background-color: rgba(200, 0, 0, .8);
}

.myweixin p {
	background: rgba(200, 0, 0, .8) url(../images/wxs2.png) no-repeat 22px center;
}

.myweixin:hover p {
	background: rgbargba(200, 0, 0, .8) url(../images/wxs2.png) no-repeat 22px center;
	left: -293px;
	color: #fff;
}

.myweixin i {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	text-align: left;
	margin-left: 15px;
}

.myweixin img {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	/*	opacity: 0;
	visibility: hidden;
	z-index: -4;
	filter: alpha(opacity='0');
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out; 
	-webkit-transition: all .3s ease-in-out;*/
}

.myweixin:hover img {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	filter: alpha(opacity='100');
}



.GoTop.active,
.myTop a.active,
.myweixin.active {
	opacity: 1;
	visibility: visible;
}

.GoTop {
	/*position: fixed;*/
	width: 80px;
	/*bottom: 0;
    right: 0;*/
	z-index: 99999;
	height: 80px;
	background: none;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	text-align: center;
	line-height: 80px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	background: rgba(200, 0, 0, .8);
}

.GoTop p {
	position: absolute;
	top: -100%;
	right: -100%;
}

.GoTop a {
	display: block;
	height: 80px;
	width: 100%;
}

.GoTop svg {
	width: 20px;
	position: relative;
	top: 5px;
	height: 20px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	fill:#fff
}



/*.myweixin p{background: rgba(255,255,255,.15) url(../images/wxs1.png) no-repeat 22px center;}
.myweixin:hover p{background: rgba(0,0,0,.4) url(../images/wxs2.png) no-repeat 22px center;left: -220px;color: #fff;}
.myweixin i{display: inline-block;vertical-align: middle;line-height: 20px;text-align: left;margin-left: 15px;}
.myweixin img{ width: 80px;display: inline-block;vertical-align: top;
*/
.Tpiaochuan {
	margin-left: -306px !important;
}


.sub-menu .menu {
	position: absolute;
	top: 30px;
	z-index: 999;
	right: 60px;
	height: 50px;
	font-size: 0;
	line-height: 50px;
}

.sub-menu .menu a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	line-height: 50px;
	width: auto;
	padding-left: 20px;
}

/*.sub-menu .menu a:last-child{width: auto;color: #F68A13;}*/
.sub-menu .conmenu a {
	color: #000;
}

.sub-menu .menu a span {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	border-top: 1px solid #fff;
	margin-right: 5px;
	transition: all .4s cubic-bezier(.35, .45, .55, 1);
	margin-top: -1px
}

.sub-menu .conmenu a span {
	border-top-color: #000;
}

/*.sub-menu .menu a:last-child span{border-top-color: #F68A13;}*/
.sub-menu .menu a:hover span {
	width: 15px
}

.navbar.menu-top .logo .menu-svg {
	fill: #333;
	background: #fff
}

.new-content img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.navbar.menu-top.case_article .logo .menu-svg {
	fill: none;
	background: url(../images/icon/logoss.png) no-repeat left top
}

.navbar.menu-top.navback .logo .menu-svg {
	fill: #fff;
	background: #333
}

.navbar.contact-menu.menu-top .logo .menu-svg {
	background: #333;
	fill: #fff
}

.navbar.menu-top.navback section span {
	background: #333
}

.navbar.menu-top.navback section .navbar-menu {
	color: #333;
	background: 0 0
}

.navbar.menu-top section span {
	background: #fff
}

.navbar.menu-top section .navbar-menu {
	color: #fff;
	background: 0 0
}

.navbar.menu-top.contact-menu section span {
	background: #000
}

.navbar.menu-top.contact-menu section span.navbar-menu {
	background: #fff;
	color: #000
}

.navbar.scrollt.bottom {
	bottom: 12px;
	margin: 0
}

.body-box {
	margin-bottom: 240px;
	/*padding-bottom: 240px;*/
	position: relative
}

.body-box-sub {
	background: #fff
}

.navbar.menu-top {
	position: fixed;
	bottom: 100%;
	margin-bottom: -273px;
	background: 0 0
}

.sub-menu {
	height: 326px;
	display: block;
	position: relative;
	line-height: 326px;
	overflow: hidden
}

.sub-menu .left {
	z-index: 99;
	line-height: 75px;
	font-size: 16px;
	height: 75px;
	position: absolute;
	top: 0;
	left: 80px;
	font-family: CalibreLight
}

.sub-menu .left a {
	color: #fff
}

.contact .sub-menu .left a {
	color: #333
}

.sub-menu .left span {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	border-top: 1px solid #000;
	margin: 0 5px;
	height: 0
}

.sub-menu .right {
	position: absolute;
	right: 45px;
	line-height: 75px;
	height: 75px;
	top: 0;
	width: 250px;
	z-index: 9
}

.sub-menu .share {
	white-space: nowrap;
	display: block;
	right: 15px;
	position: absolute;
	top: 0;
	height: 75px;
	line-height: 75px
}

.sub-menu .share span {
	padding-right: 15px;
	display: inline-block;
	vertical-align: middle;
	height: 18px;
	line-height: 18px
}

.sub-menu .share span small {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px
}

.sub-menu .share span svg {
	display: inline-block;
	vertical-align: middle
}

.sub-menu .share ul {
	display: inline-block;
	vertical-align: middle
}

.sub-menu .share li a {
	margin: 0 8px
}

.rz3-icon2 {
	position: relative;
	width: 12px;
	height: 16px;
	overflow: hidden;
	margin-left: 15px;
	opacity: 0;
	transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-webkit-transform: translateX(-50px)
}

.rz3-icon1 {
	margin-top: -2px;
	padding-right: 5px
}

.rz3-icon2 svg {
	position: absolute;
	right: 0
}

.rz3-icon1,
.rz3-icon2 {
	display: inline-block;
	vertical-align: middle
}

.sub-menu .share span {
	transform: translateX(100px);
	-moz-transform: translateX(100px);
	-webkit-transform: translateX(100px)
}

.sub-menu .share li a {
	display: inline-block;
	opacity: 0;
	font-family: CalibreLight !important;
	cursor: pointer;
	font-size: 18px;
	color: #000;
	transform: translateX(120px);
	-moz-transform: translateX(120px);
	-webkit-transform: translateX(120px);
	line-height: 18px;
	vertical-align: middle
}

.sub-menu .share .rz3-icon1,
.sub-menu .share .rz3-icon2,
.sub-menu .share li a {
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.sub-menu .share:hover li a:nth-child(1) {
	transition: all .6s cubic-bezier(.4, .8, .6, 1);
	-moz-transition: all .6s cubic-bezier(.4, .8, .6, 1);
	-webkit-transition: all .6s cubic-bezier(.4, .8, .6, 1)
}

.sub-menu .share:hover li a:nth-child(2) {
	transition: all .6s cubic-bezier(.4, .8, .6, 1) .1s;
	-moz-transition: all .6s cubic-bezier(.4, .8, .6, 1) .1s;
	-webkit-transition: all .6s cubic-bezier(.4, .8, .6, 1) .1s
}

.sub-menu .share:hover li a:nth-child(3) {
	transition: all .6s cubic-bezier(.4, .8, .6, 1) .2s;
	-moz-transition: all .6s cubic-bezier(.4, .8, .6, 1) .2s;
	-webkit-transition: all .6s cubic-bezier(.4, .8, .6, 1) .2s
}

.sub-menu .share:hover .rz3-icon2,
.sub-menu .share:hover li,
.sub-menu .share:hover li a,
.sub-menu .share:hover span {
	opacity: 1;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0)
}

.sub-menu .share span {
	transition: all .8s cubic-bezier(.4, .8, .6, 1);
	-moz-transition: all .8s cubic-bezier(.4, .8, .6, 1);
	-webkit-transition: all .8s cubic-bezier(.4, .8, .6, 1)
}

.sub-menu .share li {
	transition: all .4s cubic-bezier(.4, .8, .6, 1);
	-moz-transition: all .4s cubic-bezier(.4, .8, .6, 1);
	-webkit-transition: all .4s cubic-bezier(.4, .8, .6, 1)
}

.sub-menu .share:hover .rz3-icon2 {
	transition: all .4s cubic-bezier(.4, .8, .6, 1) .2s;
	-moz-transition: all .4s cubic-bezier(.4, .8, .6, 1) .2s;
	-webkit-transition: all .4s cubic-bezier(.4, .8, .6, 1) .2s
}

.sub-menu .share:hover .rz3-icon1 {
	opacity: 0
}

.sub-title {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}

.sub-title-border {
	width: 0;
	height: 0;
	position: absolute;
	top: 164px;
	left: 0;
	border-top: 1px solid #000
}

.sub-title-txt {
	display: inline-block
}

.sub-title-txt h2 {
	font-size: 36px;
	font-weight: bold;
}

.actice .sub-title {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	line-height: 1;
	text-align: left;
	padding-top: 230px;
	color: #fff;
	z-index: 2;
}

.actice .sub-title-border {
	width: 0;
	height: 0;
	position: absolute;
	top: 170px;
	left: 0;
	display: none;
	border-top: 1px solid #000
}

.actice .sub-title-txt {
	display: inline-block
}

.actice .sub-title-txt h2 {
	font-size: 48px;
	font-weight: 700
}

.actice .sub-title-txt span {
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 0;
	display: block
}

.contact .sub-content {
	background: #B90F0F;
	padding: 100px
}

.contact-title {
	position: relative
}

.contact-title h2 {
	display: block;
	float: left;
	font-size: 56px;
	line-height: 66px;
	color: #fff;
	font-family: CalibreLight;
	font-weight: normal;
	width: 57%;
}

.contact-title h2 img {
	width: 100%;
}

.contact-title:after {
	content: "";
	display: block;
	clear: both
}

.contact-title-date {
	float: right;
	color: #fff;
	width: 350px;
	position: absolute;
	right: 0;
	bottom: 0
}

.contact-title-date i {
	display: inline-block;
	vertical-align: middle
}

.contact-title-date span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px
}

.contact-title-date small {
	display: block;
	font-size: 18px;
	font-family: CalibreLight
}

.contact-sub {
	padding-top: 70px;
	color: #fff
}

.contact-sub:after {
	content: "";
	display: block;
	clear: both
}

.contact-sub section {
	float: left
}

.contact-sub section li {
	padding: 10px 0
}

.contact-sub section li:first-child {
	margin-bottom: 20px;
}

.noTime img {
	margin-right: 15px;
}

.noTime img:last-child {
	margin-right: 0;
}

.contact-sub aside p img {
	vertical-align: middle;
}

.contact-sub section li:after {
	content: "";
	display: block;
	clear: both
}

.contact-sub section li span {
	font-size: 20px;
	color: #fff !important;
	line-height: 1.3;
	font-family: CalibreLight;
}

.contact-sub section li small {
	color: #fff;
	display: block;
	font-size: 12px;
	font-family: '微软雅黑';
	margin-bottom: 8px;
}

.contact-sub section li .icons {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px
}

.contact-sub section li .icons i {
	margin: 0 10px;
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	position: relative;
}

.contact-sub section li .icons i img {
	display: block;
	width: 100%;
}

.contact-sub section li .icons i:hover img {
	animation: imgAni 0.5s ease;
}

@keyframes imgAni {
	0% {
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
	}

	15% {
		transform: translateX(-3px);
		-webkit-transform: translateX(-3px);
		-moz-transform: translateX(-3px);
		-o-transform: translateX(-3px);
	}

	38% {
		transform: translateX(3px);
		-webkit-transform: translateX(3px);
		-moz-transform: translateX(3px);
		-o-transform: translateX(3px);
	}

	62% {
		transform: translateX(-3px);
		-webkit-transform: translateX(-3px);
		-moz-transform: translateX(-3px);
		-o-transform: translateX(-3px);
	}

	85% {
		transform: translateX(3px);
		-webkit-transform: translateX(3px);
		-moz-transform: translateX(3px);
		-o-transform: translateX(3px);
	}

	100% {
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
	}
}

/*.contact-sub section li .icons i:before, .contact-sub section li .icons i:after{
	content: '';
	display: block;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	border: 1px solid #fff;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	box-sizing: border-box;
}
.contact-sub section li .icons i:before{
	transition: all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
}
.contact-sub section li .icons i:after{
	transition: all 0.6s ease-out 0.3s;
	-webkit-transition: all 0.6s ease-out 0.3s;
	-moz-transition: all 0.6s ease-out 0.3s;
	-o-transition: all 0.6s ease-out 0.3s;
}*/
.contact-sub section li .icons i:hover:before,
.contact-sub section li .icons i:hover:after {
	width: 65px;
	height: 65px;
	opacity: 0;
}

.contact-sub aside {
	width: 30%;
	float: right;
	margin-top: -200px;
}

.contact-sub aside p {
	margin-top: 81px;
	margin-bottom: -55px;
}

.contact-sub aside span.myadd {
	font-family: "微软雅黑";
}

.noTime small {
	margin-bottom: 8px;
}

.contact-sub aside p span {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 8px;
	padding: 0;
}

.contact-sub section li:first-child span {
	font-size: 24px;
}

.contact-sub aside span {
	font-size: 12px;
	line-height: 22px;
	padding-top: 60px;
	display: block;
	font-family: CalibreLight;
}

.contact-sub aside small {
	padding-top: 30px;
	display: block;
	font-size: 16px;
	font-family: CalibreLight;
}

.contact-sub aside .myadd small {
	display: inline;
	padding: 0;
	font-size: 16px;
}

.contact-sub aside p span {
	font-size: 16px;
	font-family: CalibreLight;
}

.back .sub-menu {
	/*background: url(../images/banner_01.jpg) no-repeat center center;*/
	background-color: #150e35;
	background-size: cover;
}

.contact-sub aside .noTime small {
	font-family: "微软雅黑";
	font-size: 12px;
}

.contact-sub aside .noTime {
	font-size: 18px;
}

.back .sub-menu {
	color: #fff
}

.back .sub-menu .left span {
	border-color: #fff
}

.back .sub-menu .share span svg {
	fill: #fff
}

.back .sub-menu .share li a {
	color: #fff
}

.back .sub-title-border {
	border-color: #fff;
	display: none;
}

.stone .sub-content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px
}

.stone .sub-content .sun-menu {
	height: auto;
	line-height: 27px !important;
	padding: 40px 0px;
}

.stone .sub-content .sun-menu a {
	display: inline-block;
	width: auto;
	margin: 0 !important;
	color: #A3A3A3;
	font-size: 13px;
	margin-left: 0;
	padding: 0 10px;
}

.stone .sub-content .sun-menu a {
	text-align: center;
	position: relative;
}

/*.stone .sub-content .sun-menu a:before{content: '';display: inline-block;vertical-align: top;width: 100%;height:0;background: #c80000;position: absolute;top: 0;left: 0;
top: -40px;transition: 0.3s ease-in-out;}*/
.stone .sub-content .sun-menu a:hover:before {
	height: 75px;
}

.stone .sub-content .sun-menu a span {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	border-top: 1px solid #000;
	margin-right: 10px;
	position: relative;
	z-index: 2;
	line-height: 50px;
	opacity: 0;
}

.stone .sub-content .sun-menu a i {
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
}

.stone .sub-content .sun-menu a.active span,
.stone .sub-content .sun-menu a:hover span {
	width: 30px;
	opacity: 1;
}

.stone .sub-content .sun-menu a.active,
.stone .sub-content .sun-menu a:hover {
	color: #333;
	z-index: 22;
}

.stone .sub-content .sun-menu a,
.stone .sub-content .sun-menu a span {
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}




@media only screen and (min-width:1200px) {
	.stone.case .sub-content .sun-menu a {
		text-align: center;
		position: relative;
	}

	.stone.case .sub-content .sun-menu a:before {
		content: '';
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 0;
		background: #c80000;
		position: absolute;
		top: 0;
		left: 0;
		top: -40px;
		transition: 0.3s ease-in-out;
	}

	.stone.case .sub-content .sun-menu a:hover:before {
		height: 75px;
	}

	.stone.case .sub-content .sun-menu a span {
		display: block;
		margin: 0 auto;
		vertical-align: middle;
		width: auto;
		margin-right: 0;
		font-size: 40px;
		height: 0;
		border: none;
		position: relative;
		z-index: 2;
		line-height: 50px;
		opacity: 0;
	}

	.stone.case .sub-content .sun-menu a i {
		display: block;
		text-align: center;
		position: relative;
		z-index: 2;
	}

	.stone.case .sub-content .sun-menu a.active span,
	.stone.case .sub-content .sun-menu a:hover span {
		transform: translateY(-43px);
		opacity: 1;
	}

	.stone.case .sub-content .sun-menu a.active,
	.stone.case .sub-content .sun-menu a:hover {
		color: #fff;
		z-index: 22;
	}
}



.stone .sub-content .sun-menu a,
.stone .sub-content .sun-menu a span {
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}







.stone .sub-content ul.sun {
	font-size: 0;
	width: 1224px;
	margin-left: -12px
}

.stone .sub-content ul.sun li {
	width: 280px;
	display: inline-block;
	font-size: 12px;
	margin: 23px 13px
}

.stone .sub-content ul.sun li .Img {
	width: 100%;
	height: 180px;
	overflow: hidden
}

.stone .sub-content ul.sun li .Img img {
	max-width: 100%
}

.stone .sub-content ul.sun li .Txt {
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #E5E5E5
}

.stone .sub-content ul.sun li .Txt h5 {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	vertical-align: top;
	color: #A3A3A3;
	width: calc(100% - 25px);
	height: 59px;
	overflow: hidden;
}

.stone .sub-content ul.sun li .Txt span {
	width: 25px;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	height: 59px;
	line-height: 59px;
	white-space: normal;
	float: right
}

.stone .sub-content ul.sun li .Txt small {
	white-space: nowrap;
	display: block;
	transform: translateX(-25px);
	-moz-transform: translateX(-25px);
	-webkit-transform: translateX(-25px)
}

.stone .sub-content ul.sun li .Img img {
	transition: 1.2s ease-in-out;
	-moz-transition: 1.2s ease-in-out;
	-webkit-transition: 1.2s ease-in-out
}

.stone .sub-content ul.sun li .Txt small {
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.stone .sub-content ul.sun li:hover .Img img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2)
}

.stone .sub-content ul.sun li:hover .Txt small {
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0)
}

.stone .sub-content ul.knowledge {
	width: 1200px
}

.stone .sub-content ul.knowledge:after {
	content: "";
	display: block;
	clear: both
}

.stone .sub-content ul.knowledge li {
	float: left;
	width: 44%;
	padding: 50px 0
}

.stone .sub-content ul.knowledge li:nth-child(even) {
	float: right
}

.stone .sub-content ul.knowledge li span {
	font-size: 14px;
	font-family: CalibreLight
}

.stone .sub-content ul.knowledge li span img {
	margin-top: -2px;
	padding-right: 5px
}

.stone .sub-content ul.knowledge li h4 {
	font-size: 18px;
	font-weight: 400;
	padding: 20px 0;
	color: #000
}

.stone .sub-content ul.knowledge li h4 span {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-top: 1px solid #000;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.stone .sub-content ul.knowledge li:hover h4 span {
	width: 40px
}

.stone .sub-content ul.knowledge li p {
	font-size: 12px;
	line-height: 26px;
	color: #666;
	height: 78px;
	overflow: hidden;
}

.stone .sub-content ul.news {
	width: 100%
}

.stone .sub-content ul.news:after {
	content: "";
	display: block;
	clear: both
}

.stone .sub-content ul.news li {
	float: left;
	width: 44%;
	padding: 20px 0
}

.stone .sub-content ul.news li:nth-child(even) {
	float: right
}

.stone .sub-content ul.news li span {
	font-size: 16px;
	font-family: CalibreLight;
	padding-top: 30px;
	display: block
}

.stone .sub-content ul.news li span img {
	margin-top: -2px;
	padding-right: 5px
}

.stone .sub-content ul.news li h4 {
	font-size: 18px;
	font-weight: 400;
	padding: 20px 0;
	color: #333
}

.stone .sub-content ul.news li h4:active {
	color: #DF1422
}

.stone .sub-content ul.news li h4 small {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-top: 1px solid #000;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}

.stone .sub-content ul.news li:hover h4 small {
	width: 40px
}

.stone .sub-content ul.news li p {
	font-size: 12px;
	line-height: 26px;
	color: #666;
	height: 78px;
	overflow: hidden;
}

.stone .sub-content ul.news li .Img {
	height: 135px;
	line-height: 135px;
	overflow: hidden
}

/*.stone .sub-content.article {
	width: 1050px;
	margin: 0 auto
}*/

.stone .sub-content .new-title {
	padding: 70px 0
}

.stone .sub-content .new-title h3 {
	font-size: 24px;
	text-align: center;
	font-weight: 400
}

.stone .sub-content .new-title span {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 15px
}

.stone .sub-content .new-title span small {
	display: inline-block;
	color: #999;
	margin: 0 10px
}

.stone .sub-content .new-content p {
	font-size: 14px;
	line-height: 30px;
	padding: 15px 0
}

.stone .sub-content .new-content div {
	font-size: 14px;
	line-height: 30px;
}

.stone .sub-content .new-content div img {
	max-width: 100%;
	display: block
}

.stone .sub-content .new-content p img {
	max-width: 100%;
	display: block
}

.stone .sub-content .NewsSa {
	padding-top: 30px
}

.stone .sub-content .NewsSa span {
	display: inline-block;
	margin-right: 10px;
	width: 38px;
	height: 38px;
	background: #292739;
	border-radius: 50%;
	font-size: 24px;
	line-height: 38px;
	text-align: center;
	color: #fff
}

.stone .sub-content .NewsSa span:hover {
	background: #D31300
}

.stone .sub-content em {
	display: block;
	color: #D18800
}

.stone .sub-content em a {
	color: #D18800
}

.NewsPage {
	padding: 80px 0;
	font-family: HelveticaNeue;
	font-size: 14px
}

.NewsPage a {
	color: #333;
	display: inline-block;
	margin: 0 8px;
	font-weight: 700
}

.NewsPage a:hover {
	color: #D31300
}



.case .sub-title-txt h2 {
	color: #fff
}

.case .sub-menu .left {
	color: #fff
}

.case .sub-menu .left span {
	border-color: #fff
}

.case .sub-menu .share span {
	color: #fff
}

.case .sub-menu .share span svg {
	fill: #fff
}

.case .sub-menu .share li a {
	color: #fff
}

.case .sub-title-border {
	border-color: #fff;
	display: none;
}

.case .info {
	width: 100%;
	margin: 0 auto
}

.case .info p {
	font-size: 15px;
	margin-top: 40px;
}

@media only screen and (min-width:1440px) {
	.case .info img {
		max-width: 1200px !important;
	}
}

.case .info ul {
	width: 100%;
	position: relative;
	font-size: 0
}

.case .info li {
	display: inline-block;
	position: relative;
	width: 32.3%;
	margin: 0;
	margin-right: 1%;
	margin-bottom: 15px;
	vertical-align: top
}

.case .info li:nth-child(3n) {
	margin-right: 0;
}

.infosb {
	font-size: 20px;
	margin-bottom: 35px;
	font-weight: initial;
	color: #000;
	font-weight: bold;
}

.infosb:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	margin-right: 10px;
	height: 1px;
	background: #444;
}


.case .info li .Img {
	position: relative;
	overflow: hidden
}

.case .info li .Img i {
	position: absolute;
	background: rgba(255, 255, 255, .9);
	text-align: center;
	bottom: 0;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	height: 70px;
	line-height: 70px;
	display: block;
	transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out
}

.case .info li .Img i img {
	max-width: 100%;
	max-height: 100%;
}


.casldse .case_nimeide.active {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 23;
	background: #211e2f;
	left: 0;
}

.sun-menu {
	transition: 0.4s ease-in-out;
}

.case_nimeide.active .sun-menu {

	margin: 0 auto;
	padding: 20px 0;
	padding-left: 165px;
	padding-right: 165px;

}

.case_nimeide.active .sun-menu a {
	color: #fff;
}

/*.case_nimeide.active .sun-menu a span{
	border-top: 1px solid white;
}*/
.case_nimeide.active .sun-menu a:hover {
	color: #000;
}


.case .info li .Img {
	display: block;
	width: 100%;
	overflow: hidden
}

.case .info li .Img>img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-webkit-transition: all 1.2s ease-in-out
}

.case .info li .Txt {
	height: 70px;
	overflow: hidden;
	width: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
	z-index: 2
}

.case .info li .Txt h5 {
	font-size: 15px;
	line-height: 1.5;
	padding-top: 10px;
	color: #000;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	font-weight: initial;
	overflow: hidden;
	height: 32px;
}

.case .info li .Txt span {
	font-size: 13px;
	color: #999;
	font-style: oblique;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out
}

.case .info li:hover .Txt h5 {
	color: #fff;
	opacity: 0;
	transform: translateY(-100%);
	height: 13px
}

.case .info li:hover .Txt span {
	color: #fff
}

.case .info li .Txt small {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transition: all .4s ease-in-out .2s;
	-moz-transition: all .4s ease-in-out .2s;
	-webkit-transition: all .4s ease-in-out .2s
}

.case .info li:hover .Img i,
.case .info li:hover .Txt small {
	transform: translate(0);
	-moz-transform: translate(0);
	-webkit-transform: translate(0);
	opacity: 1
}

.case .info li:hover .Img>img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

/*.stone.case .sub-content {
	width: calc(100% - 330px);
}*/

.Popup {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 20px;
	display: block;
	border-bottom: 1px solid #ededed;
	margin-bottom: 80px;

}

.Popup:after {
	content: "";
	display: block;
	clear: both
}

.Popup p {
	font-size: 13px;
	padding-bottom: 15px;
	color: #777;
	display: inline-block;
	margin-top: 16px;
}

.Popup span {
	display: inline-block;
	float: right;
}

.Popup a.more-next {
	display: inline-block;
	width: 140px;
	border-radius: 0px;
	color: #777;
	border: 1px solid #777;
	text-align: center;
	height: 26px;
	line-height: 27px;
	font-size: 13px;
	display: block;
	margin-bottom: 20px;
	border-radius: 26px
}

.Popup a.more-next:hover {
	background: rgb(32, 20, 84);
	color: white;
}

/*.Popup a.more-next:after{
	content: '';
	display: block;
	position: absolute;top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#777;
	
}
*/
.Popup .share {
	display: inline-block;
	float: right;
	font-size: 0
}

.Popup .share a {
	display: inline-block;
	margin-left: 20px;
	width: 30px;
	height: 30px;
	background: #BABABA;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
	line-height: 30px
}

.Popup .share a:hover {
	background: #5A5858
}

.stone article.article {
	padding-bottom: 60px
}

@media only screen and (max-width:1610px) {
	.contact-sub aside {
		width: 27%;
	}

	.contact-title h2 {
		width: 57%;
	}

	.contact-title h2 {
		font-size: 46px;
	}
}

/*@media only screen and (max-width:1500px) {
	.myDiv1{width: 1200px;}
}*/

@media only screen and (max-width:1440px) {
	.case_nimeide.active .sun-menu {
		width: 78%;
		padding-left: 0;
		padding-right: 0;
		padding: 10px 0;
	}

	.Popup {
		width: 100%;
	}

	.myDiv1,
	.myDiv,
	.actice .sub-title,
	.contact .myDiv2 {
		width: 100%;
	}

	.stone.case .sub-content,
	.myDiv1,
	.contact .myDiv2 {
		padding-left: 0;
		padding-right: 0;
	}

	.case .info li .Txt h5 {
		font-size: 14px;
	}

	.case .info li .Txt span {
		font-size: 12px;
	}

	.sub-menu .left {
		left: calc(10% - 69px);
	}

	.contact-title h2 {
		font-size: 34px;
		line-height: 45px;
	}

	.contact-title h2 {
		width: 57%;
	}

	.stone .sub-content {
		width: 78%;
		position: relative
	}

	.stone.case .sub-content {
		width: 78%;
	}

	.stone .sub-content ul.knowledge {
		width: 100%
	}

	.stone .sub-content ul.knowledge li:nth-child(even) {
		float: right
	}

	.stone .sub-content ul.sun {
		width: 100%;
		margin: 0;
		text-align: center
	}

	.case .info {
		width: 100%
	}

	.stone .sub-content ul.knowledge li h4,
	.stone .sub-content ul.news li h4 {
		height: 48px;
		overflow: hidden;
		padding: 20px 0 5px;
	}

	.zr ul li {
		width: 32%;
	}

	.stone .sub-content ul.news li,
	.stone .sub-content ul.knowledge li {
		width: 47%;
	}

	.contact .sub-content {
		padding: 3%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
	}

	.ls ul li {
		margin-right: 0;
		width: 19%;
		text-align: center;
	}

	.ls ul li img {
		display: inline;
		margin: 0;
	}

	.ls ul li:first-child {
		text-align: left;
		width: auto;
		float: left;
	}

	.ls ul li:last-child {
		text-align: right;
		width: auto;
		float: right;
	}
}

@media only screen and (max-width:1366px) {}

@media only screen and (max-width:1280px) {
	.contact-title h2 {
		float: none
	}

	.contact-title-date {
		float: none
	}

	.sub-title {
		width: 100%
	}

	.sub-title-border {
		display: none
	}

	/*.stone .sub-content.article {
		width: 95%;
		margin: 0 2.5%
	}*/
	.stone .sub-content ul.news {
		width: 95%;
		margin: 0 2.5%
	}

	.Tpiaochuan {
		width: 473px;
		height: 220px;
		margin-left: -236px;
		margin-top: -110px;
	}

	.Tpiaochuan .noneyin {
		right: 60px;
		bottom: 30px;
	}

	.Tpiaochuan .zixun {
		bottom: 30px;
	}
}

@media only screen and (max-width:1200px) {
	.contact-title-date {
		width: 190px;
	}

	.contact-sub aside {
		width: 100%;
	}

	.contact-sub aside {
		margin-top: 0;
	}

	.contact-title h2 {
		width: 80%;
	}

	.contact-sub {
		padding-top: 30px;
	}

	.contact-sub section li:first-child {
		margin-bottom: 0;
	}

	.contact-sub aside span {
		padding-top: 20px;
	}

	.contact-sub aside small {
		padding-top: 20px;
	}

	.contact-sub aside p {
		margin-top: 20px;
		margin-bottom: -20px;
	}
}

@media only screen and (max-width:992px) {

	.stone.case .sub-content {
		padding-top: 15px !important;
	}

	.body-box {
		margin: 0
	}

	.contact-sub aside {
		float: none;
		clear: both
	}

	.navbar.menu-top {
		top: 0 !important;
		background: #fff;
		left: 0 !important
	}

	.navbar.menu-top section span {
		background: #000
	}

	.body-box {
		padding-top: 60px
	}

	.stone .sub-content ul.sun {
		width: 95%;
		margin: 0 2.5%
	}

	.stone .sub-content ul.sun li {
		width: 49%;
		margin: 20px .5%
	}

	.navbar.scrollt.bottom {
		bottom: auto;
		margin: 0;
		left: 0;
		top: 0
	}

	.case .info li {
		width: 49%;
		margin: 0 .5%
	}

	.sub-menu {
		height: 200px;
		line-height: 222px;
	}

	.casldse .case_nimeide.active {
		top: 61px;
	}

	.case_nimeide.active .sun-menu {
		width: 95%;
	}

}

@media only screen and (max-width:768px) {
	.lxwm_con1_u1_right img{width: auto !important;}
	.contact .sub-content {
		padding: 20px 4.5%;
	}

	.myTop {
		display: none;
	}

	.contact-title h2 {
		width: 90%;
	}

	.stone .sub-content ul.knowledge li h4,
	.stone .sub-content ul.news li h4 {
		height: auto;
		padding: 20px 0;
	}

	.stone .sub-content ul.knowledge li p,
	.stone .sub-content ul.news li p {
		height: auto;
	}



	.myDiv,
	.myDiv1,
	.actice .sub-title {
		width: 100%;
	}

	.actice .sub-title {
		padding-top: 140px;
	}

	.myDiv1 {
	}

	.myDiv1 h3 {
		margin: 20px 0 35px;
	}

	.myDiv1 ul {
		margin-top: 35px;
	}

	.myDiv1 ul li {
		margin-bottom: 20px;
	}

	.qxList li {
		width: 33%;
		vertical-align: top;
	}

	.stone .sub-content ul.knowledge li {
		padding: 20px 0 0;
	}

	.NewsPage,
	.stone .sub-content .new-title {
		padding: 20px 0;
	}

	.sub-menu .menu {
		display: none;
	}

	.stone .sub-content ul.knowledge li {
		width: 100%
	}

	.stone article.article {
		padding-bottom: 30px;
	}

	.sub-title-txt h2,
	.actice .sub-title-txt h2 {
		font-size: 30px
	}

	.sub-menu .right {
		top: auto;
		bottom: 0;
		right: -2.5%
	}

	.sub-menu .left {
		left: 2.5%
	}

	.stone .sub-content {
		width: 95%;
		margin: 0 2.5%
	}

	.stone .sub-content .sun-menu {
		line-height: 22px !important;
		font-size: 0
	}

	.stone .sub-content .sun-menu a {
		width: auto;
		font-size: 12px;
		margin: 0;
		margin-right: 10px;
	}

	.stone .sub-content .sun-menu {
		padding: 10px 0;
	}

	.stone .sub-content .sun-menu a:first-child {
		margin-right: 10px;
	}

	.stone .sub-content .sun-menu a.active span,
	.stone .sub-content .sun-menu a:hover span {
		width: 18px;
	}

	.stone .sub-content .sun-menu a:last-child {
		margin-right: 0;
		width: 27%;
	}

	.stone .sub-content ul.news li {
		width: 100%
	}

	.stone .sub-content ul.sun li {
		width: 100%;
		margin: 20px 0
	}

	.stone .sub-content ul.sun li .Img img {
		width: 100%
	}

	.contact-sub aside,
	.contact-title-date {
		width: auto
	}

	.contact .sub-menu {
		overflow: hidden
	}

	.case .info li {
		width: 100%
	}

	.stone.case .sub-content,
	.contact .myDiv2 {
		width: 95%;
		margin: 0 2.5%
	}

	.stone .sub-content {
		padding-top: 30px;
	}

	.stone .sub-content .sun-menu {
		height: auto;
	}

	.stone .sub-content ul.news li {
		padding: 0 0 20px;
	}

	.contact-title-date {
		position: inherit;
		margin-top: 10px;
	}

	.contact-sub {
		padding-top: 20px;
	}

	.contact-sub section li .icons {
		display: none;
	}

	.contact-sub aside span {
		padding-top: 20px;
	}

	.contact-sub aside small {
		padding-top: 20px;
	}

	.myDiv1 img:nth-child(2) {
		max-width: 100%;
		height: 28px;
	}
}

@media only screen and (max-width:640px) {
	.nub {
		font-size: 40px;
		line-height: 40px;
		height: 40px;
	}

	.aboutBg {
		height: 500px !important;
	}

	.aboutBg .myDiv {
		line-height: 500px;
	}

	.qx,
	.zr,
	.lb {
		padding: 30px 0;
	}

	.qx .myDiv img {
		margin-bottom: 20px;
	}

	.qxList {
		padding-top: 10px;
	}

	.qxList li,
	.zr ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.ls ul li {
		width: 50%;
		text-align: center;
		margin-bottom: 20px;
	}

	.imgBox {
		margin-bottom: 15px;
	}

	.lb .waperSlide {
		height: 123px;
	}

	.contact-title h2 {
		width: 100%;
	}

	.contact-sub section li span img {
		max-width: 100%;
	}

	.contact-sub aside small img {
		max-width: 100%;
	}

	.contact-title h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.zr ul li {
		margin-right: 0;
	}

	.ls ul li {
		margin-right: 0;
	}

	footer .address .Content span b {
		display: inline-block;
		margin-right: 10px;
	}

	footer .address .Content span b:first-child {
		width: 100%;
		margin-right: 0;
	}

	.myDiv1 h3 {
		font-size: 14px;
		line-height: 22px;
	}

	.myDiv1 ul li h2 {
		font-size: 14px;
	}

	.myDiv1 ul li p {
		font-size: 12px;
	}

	.Popup {
		padding-top: 0;
		margin-bottom: 30px;
	}

	.ls ul li:first-child {
		text-align: center;
		width: 50%;
		float: none;
	}

	.ls ul li:last-child {
		text-align: center;
		width: 50%;
		float: none;
	}

}

@media only screen and (max-width:375px) {
	.contact-title h2 {
		font-size: 17px;
	}

	.aboutBg {
		height: 500px !important;
	}

	.aboutBg .myDiv {
		line-height: 500px;
	}
}

@media only screen and (max-width:320px) {
	.aboutBg {
		height: 500px !important;
	}

	.aboutBg .myDiv {
		line-height: 500px;
	}

	.noTime img {
		width: 48%;
	}

	.sub-title-txt h2,
	.actice .sub-title-txt h2 {
		font-size: 28px;
	}
}

.goYx {
	width: 1200px;
	margin: 30px auto 0;
	padding: 40px;
	background: #C91200;
	box-sizing: border-box;
	display: none;
}

.goYx h2 {
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
}

.goYx p img {
	display: inline-block;
	vertical-align: middle;
	height: 33px;
	width: auto;
}

.goYx p img:last-child {
	float: right;
}

footer {
	padding-bottom: 0;
	bottom: 0;
	transition: all 0.4s ease-out;
}

.liBottom {
	height: 1px;
	z-index: -1;
	position: relative;
	margin-bottom: 1px;
	bottom: 10px;
}

.liBottom.active+footer {
	bottom: 0 !important;
}

.liBottom.active+footer .goYx {
	transform: rotateX(0) translate3d(0, 0, 0);
}

footer {
	perspective: 800px;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.goYx {
	transform: rotateX(-90deg) translate3d(0, 0, 0);
	transition: all 0.5s ease-in-out 0.4s;
	transform-origin: 50% 100%;
}


.lxwm_con1 {
	width: 75%;
	margin: 0 auto;
}

.lxwm_con1_list1 p {
	font-size: 12px;
	color: #000;
	line-height: 20px;
	margin-top: 10px;
}

.lxwm_con1_list1 span {
	display: block;
	margin-top: 35px;
}

.lxwm_con1_u1 {
	font-size: 0;
	margin-top: 80px;
}

.lxwm_con1_u1 li {
	display: inline-block;
	vertical-align: top;
	width: 32.3%;
	margin-right: 1.5%;
	box-sizing: border-box;
	padding: 30px;
	background: #f2f2f2;
	font-size: 0;
	margin-bottom: 1.2%;
	transition: 0.3s ease-in-out;
	height: 175px;
}

.lxwm_con1_u1 li:nth-child(3n) {
	margin-right: 0;
}

.lxwm_con1_u1_left {
	display: inline-block;
	vertical-align: bottom;
}

.lxwm_con1_u1_left span {
	display: block;
	width: 40px;
	height: 40px;
	transition: 0.3s ease-in-out
}

.lxwm_con1_u1_left p {
	font-size: 14px;
	margin-top: 20px;
	transition: 0.3s ease-in-out
}

.lxwm_con1_u1_left font {
	display: block;
	font-size: 16px;
	font-family: "times new roman";
	margin-top: 5px;
	transition: 0.3s ease-in-out
}
/* .lxwm_con1_u1_left a{color: #000;font-size: 16px;display: block;}
.lxwm_con1_u1_left a{font-size: 26px;color: #000;display: block;} */

.lxwm_con1_u1 li:hover {
	background: #b90f0f;
}

.lxwm_con1_u1 li:hover p {
	color: rgba(250, 250, 250, .8);
}

.lxwm_con1_u1 li:hover font {
	color: white;
}

.lxwm_con1_u1 li:nth-child(1) .lxwm_con1_u1_left span {
	background: url(../images/ldianhua1.png) no-repeat center center;
	background-size: 90%;
}

.lxwm_con1_u1 li:nth-child(1):hover .lxwm_con1_u1_left span {
	background: url(../images/ldianhua2.png) no-repeat center center;
	background-size: 90%;
}

.lxwm_con1_u1 li a {
	/* font-size: 0; */
	display: block;
	color: #333;
}


.lxwm_con1_u1 li:nth-child(2) .lxwm_con1_u1_left span {
	background: url(../images/lqq1.png) no-repeat center center;
	background-size: 90%;
}

.lxwm_con1_u1 li:nth-child(2):hover .lxwm_con1_u1_left span {
	background: url(../images/lqq2.png) no-repeat center center;
	background-size: 90%;
}

.lxwm_con1_u1 li:nth-child(3) .lxwm_con1_u1_left span {
	background: url(../images/lweixin1.png) no-repeat center center;
	background-size: 90%;
}

.lxwm_con1_u1 li:nth-child(3):hover .lxwm_con1_u1_left span {
	background: url(../images/lweixin2.png) no-repeat center center;
	background-size: 90%;
}

.lxwm_con1_u1 li:nth-child(4) .lxwm_con1_u1_left span {
	background: url(../images/l241.png) no-repeat center center;
	background-size: 90%;
}

.lxwm_con1_u1 li:nth-child(4):hover .lxwm_con1_u1_left span {
	background: url(../images/l242.png) no-repeat center center;
	background-size: 90%;
}

.lxwm_con1_u1 li:nth-child(5) .lxwm_con1_u1_left span {
	background: url(../images/lyoujian1.png) no-repeat center center;
	background-size: 90%;
}

.lxwm_con1_u1 li:nth-child(5):hover .lxwm_con1_u1_left span {
	background: url(../images/lyoujian2.png) no-repeat center center;
	background-size: 90%;
}

.lxwm_con1_u1 li:nth-child(6) .lxwm_con1_u1_left span {
	background: url(../images/lshijian1.png) no-repeat center center;
	background-size: 90%;
}

.lxwm_con1_u1 li:nth-child(6):hover .lxwm_con1_u1_left span {
	background: url(../images/lshijian2.png) no-repeat center center;
	background-size: 90%;
}

.lxwm_con1_u1_right {
	display: inline-block;
	vertical-align: bottom;
}

.lxwm_con1_u1_right img {
	width: 80px;
	margin-right: 15px;
}

.lxwm_con1_u1_right img:last-child {
	margin-right: 0;
}

.lxwm_con1_u1 li:nth-child(3) .lxwm_con1_u1_right {
	margin-left: 30px;
}

.lxwm_con1_u1 li:nth-child(6) {
	padding-top: 65px;
}

.lxwm_con1_u1 li:nth-child(6) .lxwm_con1_u1_left font {
	margin-top: 0;
	font-size: 19px;
}

.lxwm_con1_u1 li:nth-child(6) .lxwm_con1_u1_left {
	margin-right: 15px;
}



.lxwm_con1_u2 li:nth-child(1) .lxwm_con1_u1_left span {
	background: url(../images/lppt1.png) no-repeat center center;
	background-size: 90%;
}

.lxwm_con1_u2 li:nth-child(1):hover .lxwm_con1_u1_left span {
	background: url(../images/lppt2.png) no-repeat center center;
	background-size: 90%;
}

.lxwm_con1_u2 li:nth-child(2) .lxwm_con1_u1_left span {
	background: url(../images/lyanjiang1.png) no-repeat center center;
	background-size: 90%;
}

.lxwm_con1_u2 li:nth-child(2):hover .lxwm_con1_u1_left span {
	background: url(../images/lyanjiang2.png) no-repeat center center;
	background-size: 90%;
}

.case .sub-content .sun-menu a:hover:before {
	height: 76px;
}

.case .case_nimeide.active .sun-menu a:before {
	top: -20px;
}

.case .case_nimeide.active .sun-menu a:hover i {
	transform: translateY(20px);
}

.case .case_nimeide.active .sun-menu a:hover span {
	transform: translateY(-17px);
}

.case .case_nimeide.active .sun-menu a i {
	transition: 0.3s ease-in-out;
}

.case .case_nimeide.active .sun-menu a:hover {
	color: white;
}


@media only screen and (max-width:1660px) {
	.lxwm_con1_u1_right img {
		margin-right: 10px;
	}

	.lxwm_con1_u1 li:nth-child(3) .lxwm_con1_u1_right {
		margin-left: 10px;
	}

}

@media only screen and (max-width:1500px) {
	.lxwm_con1_u1_right img {
		width: 60px;
	}

	.lxwm_con1_u1_left font {
		font-size: 16px;
	}
}


.h_100vh {
	height: 930px;
	background: #150e35;
}

.h_100vh .myDiv {
	line-height: 930px;
	height: 100%;
	padding-left: 0;
	width: 100%;
}

.h_100vh .myDiv>img {
	display: inline-block;
	width: 100%;
}

.ab_nuew_inner {
	box-sizing: border-box;
	padding-left: 23.3%;

}

.qx {
	position: relative;
}

.ab_tit img {
	display: block;
	margin: 0;

}

.ab_tit img:nth-child(1) {
	transform: translateX(150%);
	opacity: 0;
	transition: all 0.5s ease-out;
	margin-bottom: 0;
}

.ab_tit img:nth-child(2) {
	transform: rotateX(90deg);
	opacity: 0;
	transform-origin: bottom;
	transition: all 0.5s ease-out .3s;
}

.active .ab_tit img:nth-child(2) {
	transform: rotateX(0);
	opacity: 1;

}

.active .ab_tit img:nth-child(1) {
	transform: translateX(0);
	opacity: 1;
}

.qx .ab_nuew_inner>img {
	max-width: 100%;
}

.ab_nuew_inner>img {
	display: inline-block;
}

.qxtxt {
	/*margin-top:50px;*/
	/*width: 60%;*/
}

.qxtxt p {
	margin-bottom: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	transform: translateX(150%);
	opacity: 0;
	transition: all 0.5s ease-out;
}

.active .qxtxt p {
	transform: translateX(0);
	opacity: 1;
}

.qxtxt p:nth-child(2) {
	transition: all 0.5s ease-out .3s;
}

.qxtxt p:nth-child(3) {
	transition: all 0.5s ease-out .6s;
}

.qxtxt p:nth-child(4) {
	transition: all 0.5s ease-out .9s;
}

.ls .myDiv>img {
	transform: translateX(150%);
	opacity: 0;
	transition: all 0.5s ease-out .6s;
}

.active.ls .myDiv>img {
	transform: translateX(0);
	opacity: 1;

}

.h_100vh .myDiv img {
	transform: translateY(80%);
	opacity: 0;
	transition: all 0.5s ease-out;

}

.active.h_100vh .myDiv img {
	transform: translateY(0);
	opacity: 1;
}

.num_cn>img {
	display: none;
	width: 100%;
	top: 0;
	right: 70px;
}

.num_cn {
	position: absolute;
	text-align: right;
	box-sizing: border-box;
	top: 195px;

	transition: all 0.5s ease-out;
	width: 345px;
	left: 21%;
	transform: translateY(0);
}

.num_cn.ac {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}

.qx .ab_nuew_inner.ac {
	position: static;
}

.lblist {
	font-size: 0;
	margin-top: 50px;
}

.lblist li {
	/*width: 20%;*/
	display: inline-block;
	/*text-align: center;*/
	box-sizing: border-box;
	margin-bottom: 16px;
	transition: all 0.5s ease-out;
	transform: translateX(100%);
	opacity: 0;
}

.lb.active .lblist li {
	opacity: 1;
	transform: translateX(0);
}

.lblist li:nth-child(2) {
	transition: all 0.5s ease-out .3s;
}

.lblist li:nth-child(3) {
	transition: all 0.5s ease-out .6s;
}

.lblist li:nth-child(4) {
	transition: all 0.5s ease-out .9s;
}

.lblist li:nth-child(5) {
	transition: all 0.5s ease-out 1.2s;
}

.lblist li:nth-child(6) {
	transition: all 0.5s ease-out 1.5s;
}

.lblist li:nth-child(7) {
	transition: all 0.5s ease-out 1.8s;
}

.lblist li:nth-child(8) {
	transition: all 0.5s ease-out 2.1s;
}

.lblist li:nth-child(9) {
	transition: all 0.5s ease-out 2.4s;
}

.lblist li p {
	line-height: 28px;
	color: #fff;
	font-size: 14px
}

.lblist li span {
	color: rgba(255, 255, 255, .3);
	font-weight: bold;
	line-height: 28px;
	font-size: 14px
}

.lblist li img {
	width: 100%;
}

.lb .myDiv {
	padding-right: 18.2%
}

.qx .myDiv {
	padding-right: 18.2%
}

.con_img img {
	width: 100%;
}


.Tpiaochuan {
	font-size: 0
}

.Tpiaochuan h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 33px;
	margin-bottom: 28px
}

.tpc_left {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	text-align: center;
	position: relative;
	z-index: 2;
}

.tpc_left img:nth-child(1) {
	margin-right: 30px
}
.tpc_left img{
	width: 110px;
}
.tpc_left span {
	display: block;
	margin-top: 20px;
	font-size: 17px;
	color: #fff
}

.tpc_right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.tpc_right a {
	display: inline-block;
	width: 160px !important;
	line-height: 34px;
	border-radius: 34px;
	box-sizing: border-box;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	position: static !important
}

.tpc_right a:hover {
	background: #fff;
	color: rgba(200, 0, 0, .8);
}

.tpc_right h3 {
	color: #ffffff;
	font-weight: bold;
	font-size: 28px;
	margin-top: 24px;
}