@font-face {
	font-family: 'Conv_iskpotab';
    src: url('../font/iskpotab.eot');
    src: local('☺'), url('../font/iskpotab.woff') format('woff'), url('../font/iskpotab.ttf') format('truetype'), url('http://www.joint-win.com/Public/Cn/fonts/iskpotab.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*========================*/
@font-face {
	font-family: 'ab';
    font-weight: normal;
    font-style: normal;
    src: url('../font/ariblk-webfont.eot');
    src: url('../font/ariblk-webfont.eot#iefix') format('embedded-opentype'),
        url('../font/ariblk-webfont.woff2') format('woff2'),
        url('../font/ariblk-webfont.woff') format('woff'),
        url('../font/ariblk-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    /* IE9*/
    src: url('../font/iconfont.eot#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/iconfont.woff') format('woff'),
        /* chrome, firefox */
        url('../font/iconfont.ttf') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('http://www.joint-win.com/Public/Cn/fonts/iconfont.svg?t=1493790562540#iconfont') format('svg');
    /* iOS 4.1- */
}
.iconfont {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
	content: '\e635';
}
.icon-dianhua:before {
	content: '\e602';
}
.icon-zuoyoujiantou:before {
	content: '\e60a';
}
.icon-dingwei:before {
	content: '\e718';
}
.icon-sjiantouyou:before {
	content: '\e643';
}
.icon-shuangjiantouzuo:before {
	content: '\e719';
}
.icon-zuoyoujiantou2:before {
	content: '\e71a';
}
a {
	color: #333;
}
.header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	padding-right: 50px;
	padding-left: 50px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	background: rgba(255, 255, 255, 0.5);
}
.header.act {
	border-bottom: none;
	background: rgba(0, 0, 0, 0.3);
}
.header .logo,
.header .fr {
	line-height: 70px;
	height: 100%;
}
/*.header .logo img
{
    width: 115px;
}*/
.header button,
.header .lang {
	display: inline-block;
	vertical-align: middle;
}
.header a,
.footer a {
	color: #999;
}
.header span {
	color: #000000;
}
.header a.act,
.header a:hover,
.footer a:hover {
	color: #e3a74c!important;
}
.header .fr>button {
	position: relative;
	width: 18px;
	height: 14px;
	margin-right: 18px;
}
.header button span {
	position: absolute;
	left: 0;
	width: 18px;
	height: 1px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
}
.header button span::after,
.header button span::before {
	position: absolute;
	left: 0;
	width: 18px;
	height: 1px;
	content: '';
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #fff;
}
.header button span::after {
	top: -6px;
}
.header button span::before {
	top: 6px;
}
.header button:hover span {
	width: 10px;
}
.header button:hover span::after {
	width: 14px;
}
.mainnav {
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100vw;
	height: 100vh;
	padding-top: 60px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	opacity: 0;
	background: rgba(0, 0, 0, .75);
}
.mainnav.act {
	visibility: visible;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
.mainnav button {
	position: absolute;
	top: 100px;
	right: 10%;
	cursor: pointer;
	opacity: .6;
}
.mainnav button:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 1;
}
.mainnav ul {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mainnav li,
.mainnav li a {
	font-size: 18px;
	line-height: 60px;
	display: block;
	height: 60px;
	color: #fff;
}
.mainnav li:hover a {
	color: #000;
	background: #fff;
}
.index {
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}
.index .bg.done {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	-webkit-animation-name: bgbig;
	animation-name: bgbig;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@keyframes bgbig {
	from {
		-webkit-transform: scale(1) translate(-50%, -50%);
		-moz-transform: scale(1) translate(-50%, -50%);
		-ms-transform: scale(1) translate(-50%, -50%);
		-o-transform: scale(1) translate(-50%, -50%);
		transform: scale(1) translate(-50%, -50%);
	}
	to {
		-webkit-transform: scale(1.45) translate(-50%, -50%);
		-moz-transform: scale(1.45) translate(-50%, -50%);
		-ms-transform: scale(1.45) translate(-50%, -50%);
		-o-transform: scale(1.45) translate(-50%, -50%);
		transform: scale(1.45) translate(-50%, -50%);
	}
}
@-webkit-keyframes bgbig {
	from {
		-webkit-transform: scale(1) translate(-50%, -50%);
		-moz-transform: scale(1) translate(-50%, -50%);
		-ms-transform: scale(1) translate(-50%, -50%);
		-o-transform: scale(1) translate(-50%, -50%);
		transform: scale(1) translate(-50%, -50%);
	}
	to {
		-webkit-transform: scale(1.4) translate(-50%, -50%);
		-moz-transform: scale(1.4) translate(-50%, -50%);
		-ms-transform: scale(1.4) translate(-50%, -50%);
		-o-transform: scale(1.4) translate(-50%, -50%);
		transform: scale(1.4) translate(-50%, -50%);
	}
}
.index video {
	display: none;
	width: 100%;
	height: 100%;
}
.index .obj {
	position: relative;
	z-index: 30;
	top: 45%;
	left: 50%;
	width: 550px;
	height: 550px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.index svg,
.index .plus {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.index .plus {
	left: 49.7%;
}
.titleg.done h1,
.titleg.done h2 {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
.titleg {
	font-family: '宋体';
	position: absolute;
    /*bottom: 87px;*/
	top: 50%;
	left: 50%;
	width: 609px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	letter-spacing: 1px;
	color: #fff;
    /* width: 760px;*/
}
.titlegs {
	font-family: 'Arial';
	position: absolute;
	bottom: 145px;
	left: 50%;
	font-size: 25px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	letter-spacing: 1px;
	color: #fff;
}
.he_jsuo span {
	margin-left: 70px!important;
}
@media screen and (max-width: 600px) {
	.titlegs {
		position: absolute;
		left: 33%;
		top: 75%;
		margin-left: 17%;
	}
}
.titleg h1,
.titleg h2 {
	font-family: '宋体';
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
}
.titleg h1 {
	font-size: 42px;
	-webkit-transition: all .5s ease-out .3s;
	-moz-transition: all .5s ease-out .3s;
	-ms-transition: all .5s ease-out .3s;
	-o-transition: all .5s ease-out .3s;
	transition: all .5s ease-out .3s;
	text-align: center;
}
.titleg h2 {
	font-family: 'Arial', 'Iskoola Pota';
	font-size: 28px;
	margin-top: 20px;
	-webkit-transition: all .5s ease-out 1s;
	-moz-transition: all .5s ease-out 1s;
	-ms-transition: all .5s ease-out 1s;
	-o-transition: all .5s ease-out 1s;
	transition: all .5s ease-out 1s;
	text-transform: uppercase;
}
.obj img {
	z-index: 5;
	display: block;
	max-width: 100%;
}
.obj .square {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.obj .bgear {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.obj .sgear {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation-name: rotate3;
	animation-name: rotate3;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate3 {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@-webkit-keyframes rotate3 {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes rotate2 {
	from {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		-moz-transform: translate(-50%, -50%) rotate(0deg);
		-ms-transform: translate(-50%, -50%) rotate(0deg);
		-o-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		-webkit-transform: translate(-50%, -50%) rotate(-360deg);
		-moz-transform: translate(-50%, -50%) rotate(-360deg);
		-ms-transform: translate(-50%, -50%) rotate(-360deg);
		-o-transform: translate(-50%, -50%) rotate(-360deg);
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}
@-webkit-keyframes rotate2 {
	from {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		-moz-transform: translate(-50%, -50%) rotate(0deg);
		-ms-transform: translate(-50%, -50%) rotate(0deg);
		-o-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		-webkit-transform: translate(-50%, -50%) rotate(-360deg);
		-moz-transform: translate(-50%, -50%) rotate(-360deg);
		-ms-transform: translate(-50%, -50%) rotate(-360deg);
		-o-transform: translate(-50%, -50%) rotate(-360deg);
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}
.footer {
	width: 100%;
	letter-spacing: .5px;
}
#p1.done,
#p2.done,
#p3.done,
#p4.done,
#p5.done,
#p6.done,
#p7.done,
#p8.done,
#p9.done,
#p10.done {
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#p1.done {
	-webkit-animation-name: changecolor1;
	animation-name: changecolor1;
}
#p2.done {
	-webkit-animation-name: changecolor2;
	animation-name: changecolor2;
}
#p3.done {
	-webkit-animation-name: changecolor3;
	animation-name: changecolor3;
}
#p4.done {
	-webkit-animation-name: changecolor4;
	animation-name: changecolor4;
}
#p5.done {
	-webkit-animation-name: changecolor5;
	animation-name: changecolor5;
}
#p6.done {
	-webkit-animation-name: changecolor6;
	animation-name: changecolor6;
}
#p7.done {
	-webkit-animation-name: changecolor7;
	animation-name: changecolor7;
}
#p8.done {
	-webkit-animation-name: changecolor8;
	animation-name: changecolor8;
}
#p9.done {
	-webkit-animation-name: changecolor9;
	animation-name: changecolor9;
}
#p10.done {
	-webkit-animation-name: changecolor10;
	animation-name: changecolor10;
}
@keyframes changecolor1 {
	from {
		fill: transparent;
	}
	to {
		fill: #BBB3AC;
		stroke: transparent;
	}
}
@-webkit-keyframes changecolor1 {
	from {
		fill: transparent;
	}
	to {
		fill: #BBB3AC;
		stroke: transparent;
	}
}
@keyframes changecolor2 {
	from {
		fill: transparent;
	}
	to {
		fill: #59686F;
		stroke: transparent;
	}
}
@-webkit-keyframes changecolor2 {
	from {
		fill: transparent;
	}
	to {
		fill: #59686F;
		stroke: transparent;
	}
}
@keyframes changecolor3 {
	from {
		fill: transparent;
	}
	to {
		fill: #1B2C43;
		stroke: transparent;
	}
}
@-webkit-keyframes changecolor3 {
	from {
		fill: transparent;
	}
	to {
		fill: #1B2C43;
		stroke: transparent;
	}
}
@keyframes changecolor4 {
	from {
		fill: transparent;
	}
	to {
		fill: #eee1ce;
		stroke: transparent;
	}
}
@-webkit-keyframes changecolor4 {
	from {
		fill: transparent;
	}
	to {
		fill: #eee1ce;
		stroke: transparent;
	}
}
@keyframes changecolor5 {
	from {
		fill: transparent;
	}
	to {
		fill: #1B2C43;
		stroke: transparent;
	}
}
@-webkit-keyframes changecolor5 {
	from {
		fill: transparent;
	}
	to {
		fill: #1B2C43;
		stroke: transparent;
	}
}
@keyframes changecolor6 {
	from {
		fill: transparent;
	}
	to {
		fill: #1B2C43;
		stroke: transparent;
	}
}
@-webkit-keyframes changecolor6 {
	from {
		fill: transparent;
	}
	to {
		fill: #1B2C43;
		stroke: transparent;
	}
}
@keyframes changecolor7 {
	from {
		fill: transparent;
	}
	to {
		fill: #1B2C43;
		stroke: transparent;
	}
}
@-webkit-keyframes changecolor7 {
	from {
		fill: transparent;
	}
	to {
		fill: #1B2C43;
		stroke: transparent;
	}
}
@keyframes changecolor8 {
	from {
		fill: transparent;
	}
	to {
		fill: #edc1c3;
		stroke: transparent;
	}
}
@-webkit-keyframes changecolor8 {
	from {
		fill: transparent;
	}
	to {
		fill: #edc1c3;
		stroke: transparent;
	}
}
@keyframes changecolor9 {
	from {
		fill: transparent;
	}
	to {
		fill: #1B2C43;
		stroke: transparent;
	}
}
@-webkit-keyframes changecolor9 {
	from {
		fill: transparent;
	}
	to {
		fill: #1B2C43;
		stroke: transparent;
	}
}
@keyframes changecolor10 {
	from {
		fill: transparent;
	}
	to {
		fill: #e6aaac;
		stroke: transparent;
	}
}
@-webkit-keyframes changecolor10 {
	from {
		fill: transparent;
	}
	to {
		fill: #e6aaac;
		stroke: transparent;
	}
}
.btng {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 510px;
	height: 510px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.btng li {
	position: absolute;
	width: 384px;
	height: 51px;
	cursor: pointer;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	opacity: 0;
	opacity: 0;
}
.btng li.noact {
	opacity: 0 !important;
}
.btng li.act {
	opacity: 1 !important;
}
.btng li:first-child {
	top: 21px;
	left: 248px;
}
.btng li:nth-child(2) {
	top: 136px;
	left: 437px;
}
.btng li:nth-child(3) {
	top: 306px;
	left: 445px;
}
.btng li:nth-child(4) {
	top: 411px;
	left: 353px;
}
.btng li:nth-child(5) {
	top: 340px;
	left: -309px;
}
.btng li:nth-child(6) {
	top: 212px;
	left: -338px;
}
.btng li:nth-child(7) {
	top: 122px;
	left: -306px;
}
.btng li:nth-child(5) div,
.btng li:nth-child(6) div,
.btng li:nth-child(7) div {
	right: auto;
	left: 166px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.btng li:nth-child(5) a,
.btng li:nth-child(6) a,
.btng li:nth-child(7) a {
	float: none;
}
.btng li div {
	position: absolute;
	top: 50%;
	right: 166px;
	width: 117px;
	height: 1px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #868685;
}
.btng li div::after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 26px;
	height: 100%;
	content: '';
	background: #fff;
}
.he_drop1 .he_dropdowle {
	margin-right: 20px!important;
}
.btng li a {
	position: relative;
	display: block;
	float: right;
	width: 154px;
	height: 48px;
	border: 1px solid rgba(102, 102, 102, .5);
}
.btng li a::after,
.btng li a::before {
	position: absolute;
	width: 8px;
	height: 8px;
	content: '';
	border-style: solid;
	border-color: #fff;
}
.btng li a::after {
	top: -2px;
	right: -2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom: 0;
	border-left: 0;
}
.btng li a::before {
	bottom: -2px;
	left: -2px;
	border-top: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.btng li a span {
	line-height: 36px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 142px;
	height: 36px;
	padding-left: 34px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	border: 1px solid #1b2c43;
}
.btng li a:hover span {
	background: #1b2c43;
}
.btng li a:hover span i {
	color: #fff;
	border-bottom-color: #fff;
}
.btng li a i {
	font-size: 12px;
	font-style: normal;
	position: absolute;
	top: 6px;
	left: 6px;
	display: inline-block;
	padding-bottom: 3px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	color: #666;
	border-bottom: 1px solid #666;
}
/*案例详情*/
.bg {
	background: #fafafa;
}
.content {
	padding: 50px 0 30px 0;
}
.case .content {
	padding-right: 220px;
	padding-left: 220px;
	background: #fff;
}
.case .content .title {
	font-size: 36px;
	font-weight: bold;
	margin-top: -26px;
	padding-top: 85px;
	padding-bottom: 60px;
	text-align: center;
	color: #1b2c43;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.case.news .content .title {
	font-weight: normal;
}
.subtitle {
	font-size: 20px;
	line-height: 92px;
	position: relative;
	height: 92px;
	border: 1px solid #e5e5e5;
}
.subtitle span,
.subtitle .right {
	line-height: 92px;
	display: inline-block;
	height: 92px;
	vertical-align: middle;
}
.subtitle .left,
.subtitle .right {
	position: absolute;
	top: 0;
}
.subtitle .left {
	left: 95px;
}
.subtitle .right {
	right: 95px;
}
.subtitle .right img {
	width: 24px;
}
.subtitle .right {
	line-height: 92px !important;
}
.subtitle .right a {
	width: 24px;
	height: 24px;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	background-position: top left;
}
.bsBox,
#bsPanel div,
#bsMorePanel div,
#bshareF div {
	box-sizing: content-box;
}
.case .content .con {
	position: relative;
	padding-top: 60px;
	padding-right: 100px;
	padding-bottom: 100px;
	padding-left: 100px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	text-align: left;
	line-height: 1.5em;
}
.case .content .con img{
	max-width: 100%;
}
.case .content .con::after,
.case .content .con::before {
	position: absolute;
	top: 235px;
	width: 5px;
	height: 60px;
	content: '';
	background: #1b2c43;
}
.case .content .con::before {
	right: -3px;
}
.case .content .con::after {
	left: -3px;
}
.case .content p {
	line-height: 2.57;
	letter-spacing: .6px;
	color: #666;
}
.case .content p img {
	max-width: 100%;
	margin-top: 64px;
	margin-bottom: 64px;
}
.return {
	line-height: 100px;
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
	margin-top: 82px;
	text-align: center;
	color: #1b2c43;
	border: 1px solid #1b2c43;
	border-radius: 50%;
}
.return:hover {
	color: #fff;
	background: #1b2c43;
}
.footer2 {
	font-family: '微软雅黑';
	padding-top: 26px;
	padding-right: 50px;
	padding-bottom: 26px;
	padding-left: 50px;
	letter-spacing: .75px;
	background: #282828;
}
.footer2 a {
	letter-spacing: .75px;
	position: relative;
	color: #999;
}
.footer2 a:hover {
	color: #fff;
}
.footer2 .fr {
	text-align: right;
}
.footer2 .fr a {
	margin-left: 25px;
}
.footer2 .fr a:first-child {
	margin-left: 0;
}
.footer2 a>img {
	width: 20px;
}
.footer2 a div {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
}
.footer2 a:hover div {
	bottom: 20px;
	opacity: 1;
}
/*党建工作*/
.build .content {
	padding-right: 100px;
	padding-left: 100px;
}
.build .content .list li {
	position: relative;
	float: left;
	width: 33.3333333%;
	height: 700px;
	margin-top: 85px;
	padding-top: 60px;
	padding-right: 65px;
	padding-left: 65px;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	border-left: 1px solid #dcdcdc;
}
.build .content .list li::after {
	position: absolute;
	top: 170px;
	left: -3px;
	width: 5px;
	height: 60px;
	content: '';
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	background: #1b2c43;
}
.build .content .list li:nth-child(3n-2) {
	border-left: 0;
}
.build .content .list li:nth-child(3n-2)::after {
	display: none;
}
/*.build .content .list li:hover
{
    background: #1b2c43;
}*/
.build .content .list li:hover::after {
	opacity: 0;
}
.build .content .list li:hover+li::after {
	opacity: 0;
}
/*.build .content .list li:hover h3,
.build.newslist .content .list li:hover .time,
.build .content .list li:hover p
{
    color: #fff;
}*/
.build .content .list li:hover .border {
	width: calc(100% - 75px);
	width: -webkit-calc(100% - 75px);
    /*width:100%;*/
	margin-right: 45px;
    /*background: #fff;*/
}
.build .content .list li:hover .iconfont {
    /*color: #fff;*/
}
.build .content .list li h3 {
	font-weight: bold;
	line-height: 2;
	margin-bottom: 58px;
	color: #1b2c43;
}
.build.newslist .content .list li h3 {
	margin-bottom: 0;
}
.build.newslist .content .list li .time {
	margin-bottom: 58px;
	color: #999;
}
.build .content .list li p {
	font-size: 18px;
	line-height: 3.42;
	overflow: hidden;
	max-height: 300px;
	color: #666;
}
.build .content .list li .arrow {
	line-height: 28px;
	position: absolute;
	bottom: 22px;
	left: 0;
	width: 100%;
	height: 28px;
	padding-right: 24px;
	padding-left: 55px;
}
.build .arrow .border {
	display: inline-block;
	width: 0;
	height: 1px;
	margin-right: 20px;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	vertical-align: middle;
	background: #666;
}
.build .arrow .iconfont {
	font-size: 24px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	vertical-align: middle;
	color: #666;
}
.build .content .paging {
	padding-top: 112px;
	padding-bottom: 112px;
}
/*联系我们*/
.contact .content {
	padding-right: 100px;
	padding-left: 100px;
	background: #fff !important;
}
.contact .content .map {
	position: relative;
	margin-top: 84px;
}
.contact .content .tip {
	font-size: 30px;
	line-height: 1.6;
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 254px;
	height: 215px;
	padding-top: 60px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	color: #fff;
	background: #1b2c43;
}
.contact .content #map {
	height: 690px;
}
.contact .content .control {
	padding: 15px;
	border: 1px solid #bfbfbf;
}
.contact .content .control .conbtn {
	font-size: 0;
	border: 1px solid #eaeaea;
	border-right: 0;
}
.contact .content .control button {
	font-family: '微软雅黑';
	font-size: 18px;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	color: #999;
	border-right: 1px solid #eaeaea;
}
.contact .content .control button img {
	width: 14px;
}
.contact .content .type {
	margin-top: 84px;
	margin-bottom: 90px;
}
.contact .content .type div {
	height: 297px;
	padding-top: 45px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	color: #666;
	border: 1px solid #bfbfbf;
}
.contact .content .type div:hover {
	color: #fff;
	border-color: #1b2c43;
	background: #1b2c43;
}
.contact .content .type div:hover .iconfont {
	color: #fff;
}
.contact .content .type div:last-child {
	border-left: 0;
}
.contact .content .type .iconfont {
	font-size: 70px;
	color: #1b2c43;
}
.contact .content .type p {
	font-size: 18px;
	line-height: 1.875;
	margin-top: 50px;
}
/*律师列表*/
.lawyerlist .content {
	padding-right: 150px;
	padding-left: 150px;
}
.lawyerlist .jiansuo {
	margin-top: 81px;
}
.lawyerlist .jiansuo1 span {
	display: block;
	float: left;
	height: 43px;
	margin-right: 37px;
	color: #666666;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 15px;
}
.lawyerlist .jiansuo1 a {
	display: block;
	float: left;
	width: 43px;
	height: 43px;
	background: #eeeeee;
	color: #848484;
	font-size: 22px;
	text-align: center;
	line-height: 42px;
	margin-right: 7px;
	margin-bottom: 15px;
}
.lawyerlist .jiansuo1 a.active,
.lawyerlist .jiansuo1 a:hover {
	color: #fff;
	background: #1b2c43;
}
.lawyerlist .jiansuo2 {
	margin-top: 20px;
}
.lawyerlist .jiansuo2 span {
	display: block;
	float: left;
	height: 45px;
	margin-right: 35px;
	color: #666666;
	font-size: 16px;
	line-height: 45px;
}
.lawyerlist .jiansuo2 input {
	float: left;
	width: 318px;
	height: 45px;
	background: #eee;
	color: #333;
	padding-left: 15px;
}
.lawyerlist .jiansuo2 button {
	float: left;
	width: 137px;
	height: 45px;
	background: #1b2c43;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 44px;
	margin-left: 27px;
}
.lawyerlist .list li:first-child {
	margin-top: 85px;
}
/*l修改*/
.bannei {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.l_syta {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.l_sytb {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bannei .l_sytb video {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.lawyerlist .jiansuo {
		margin-top: 35px;
	}
	.lawyerlist .jiansuo1 span {
		width: 100%;
		margin-right: 0;
	}
	.lawyerlist .jiansuo1 a {
		width: 36px;
		height: 36px;
		font-size: 16px;
		line-height: 35px;
	}
	.lawyerlist .jiansuo2 input {
		width: calc(100% - 152px);
		width: -webkit-calc(100% - 152px);
	}
	.lawyerlist .jiansuo2 button {
		margin-left: 0;
		width: 80px;
	}
	.lawyerlist .list li:first-child {
		margin-top: 40px;
	}
}
.lawyerlist .list li {
	position: relative;
	margin-top: 120px;
}
.lawyerlist .list li .imgdiv {
	position: relative;
	overflow: hidden;
}
.lawyerlist .list li .imgdiv::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 93.4%;
	height: 88.8%;
	content: '';
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
}
.lawyerlist li figure .imgdiv,
.lawyerlist li figure figcaption {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.lawyerlist li figure figcaption {
	font-weight: bold;
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 0;
	width: 835px;
	padding: 55px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lawyerlist li .imgdiv img {
	-webkit-transition: all 1.3s ease-out 0s;
	-moz-transition: all 1.3s ease-out 0s;
	-ms-transition: all 1.3s ease-out 0s;
	-o-transition: all 1.3s ease-out 0s;
	transition: all 1.3s ease-out 0s;
}
.lawyerlist li:hover .imgdiv img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.lawyerlist li:nth-child(2n-1) figure figcaption {
	background: #1b2c43;
}
.lawyerlist li:nth-child(2n-1) figure figcaption h3,
.lawyerlist li:nth-child(2n-1) figure figcaption h4,
.lawyerlist li:nth-child(2n-1) figure figcaption p {
	color: #fff;
}
.lawyerlist li:nth-child(2n) .imgdiv {
	float: right;
}
.lawyerlist li:nth-child(2n) figure figcaption {
	right: auto;
	left: 0;
}
.lawyerlist li:nth-child(2n) figure figcaption {
	background: #fff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
}
.lawyerlist li:nth-child(2n) figure figcaption h3,
.lawyerlist li:nth-child(2n) figure figcaption h4,
.lawyerlist li:nth-child(2n) figure figcaption p {
	color: #666;
}
.lawyerlist li figure figcaption h3,
.lawyerlist li figure figcaption h4 {
	font-weight: bold;
}
.lawyerlist li figure figcaption h4:first-of-type {
	font-size: 16px;
}
.lawyerlist li figure figcaption h4:last-of-type {
	margin-top: 15px;
}
.lawyerlist li figure figcaption p {
	line-height: 2.57;
	margin-top: 24px;
}
.lawyerlist .paging {
	padding-top: 103px;
	padding-bottom: 103px;
}
/*律师详情*/
.bannei .group {
	font-family: '宋体';
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 313px;
	height: 310px;
	padding-top: 65px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	background: url(/skin/images/bg2.png) center;
}
.bannei .group h1 {
	margin-bottom: 12px;
}
.bannei .group h2:last-of-type {
	margin-top: 62px;
}
.lawyer .content {
	text-align: center;
}
.lawyer .content .lytitle {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #1b2c43;
}
.lawyer .content .con {
	margin-top: -27px;
}
/*关于我们*/
.about .content {
	padding-right: 50px;
	padding-left: 50px;
	background: #fff !important;
}
.about .content .con {
	position: relative;
	padding-right: 50px;
	padding-left: 50px;
	border-left: 1px solid #e5e5e5;
}
.about .content .con .huge {
	font-family: 'ab';
	font-size: 192px;
	margin-top: 80px;
	margin-bottom: 80px;
	text-align: center;
	color: #dbdbdb;
}
.about .content .con p {
	line-height: 2;
	text-align: center;
	color: #666;
}
.about .content .con .slick1 {
	margin-top: 60px;
	margin-bottom: 80px;
}
.about .content .con .slick2 {
	margin-top: 60px;
}
.about .content .con .slick1 img {
	max-width: 100%;
}
.about .content .con .slick1 .slick-prev,
.about .content .con .slick1 .slick-next {
	z-index: 10;
	width: 29px;
	height: 74px;
	background-repeat: no-repeat;
	background-position: center;
}
.about .content .con .slick1 .slick-prev {
	left: 55px;
	background-image: url(/skin/images/prev.png);
}
.about .content .con .slick1 .slick-next {
	right: 55px;
	background-image: url(/skin/images/next.png);
}
.about .content .honor {
	position: relative;
	height: 586px;
	margin-top: 80px;
}
.about .content .honor .left {
	position: relative;
	z-index: 10;
    /*overflow: hidden;*/
	width: calc(100% - 820px);
	width: -webkit-calc(100% - 820px);
}
.about .content .honor .left img {
	max-width: 100%;
}
.about .content .honor .right {
	width: 820px;
	height: 100%;
}
.about .content .honor .right .bl {
	position: relative;
	width: 666px;
	height: 100%;
}
.about .content .honor .right .bl::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1000px;
	content: '';
	background: #e5e5e5;
}
.about .content .honor .right {
	width: 716px;
	height: 100%;
}
.about .content .honor .left {
	width: calc(100% - 716px);
	width: -webkit-calc(100% - 716px);
	padding: 0 53px;
}
.about .content .honor .right .bl::after {
	position: absolute;
	z-index: 2;
	top: 236px;
	left: -3px;
	width: 5px;
	height: 60px;
	content: '';
	background: #1b2c43;
	display: none;
}
.about .content .honor .right h6 {
	margin-top: 12px;
	text-align: center;
	color: #999;
	line-height: 14px;
	height: 14px;
	overflow: hidden;
}
.about .content .honor .right .reco a {
	display: block;
	max-width: calc(50% - 25px);
}
.about .content .honor .right .award {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}
.g_box1 {
	margin-left: 49px;
}
.about .content .honor .right .award h4 {
	position: relative;
	margin-bottom: 60px;
	padding-left: 20px;
	color: #464646;
	line-height: 30px;
	margin-top: 5px;
}
.about .content .honor .right .award h4::after {
	position: absolute;
	top: 40px;
	left: 0;
	width: 2000px;
	height: 1px;
	content: '';
	background: #e5e5e5;
}
.about .content .honor .right .award p {
	font-size: 16px;
	line-height: 3;
	overflow: hidden;
	width: 600px;
	padding-left: 84px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}
.about .content .honor .right .award p:hover {
	font-weight: bold;
	color: #1b2c43;
}
.about .content .honor .right .award .slick-prev,
.about .content .honor .right .award .slick-next {
	z-index: 100;
	width: 11px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px 30px;
}
.about .content .honor .right .award .awardslick .slick-prev {
	left: 20px;
	background-image: url(/skin/images/al.png);
}
.about .content .honor .right .award .awardslick .slick-next {
	right: 20px;
	background-image: url(/skin/images/ar.png);
}
.about .content .wrapper {
	position: relative;
	z-index: 10;
	padding-top: 88px;
	background: #fff;
}
.about .content .video {
	padding-top: 85px;
	padding-bottom: 75px;
}
.about .content .video video {
	width: 100%;
	height: 633px;
	cursor: pointer;
}
.about .content .videog {
	position: relative;
}
.about .content .videog.act button {
	visibility: hidden;
	opacity: 0;
}
.about .content .videog .bgimg {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
}
.about .content .videog.act .bgimg {
	opacity: 0;
}
.about .content .videog button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	visibility: visible;
	width: 108px;
	height: 108px;
	content: '';
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	background-size: 108px 108px;
}
.about .content .video p {
	line-height: 1.875;
	margin-top: 75px;
	color: #666;
}
/*媒体查询*/
@media (max-width:1650px) {
	.lawyerlist .content {
		padding-right: 90px;
		padding-left: 90px;
	}
	.about .content .honor .left {
		width: calc(100% - 725px);
		-webkit-width: calc(100% - 725px);
	}
	.about .content .honor .right {
		width: 725px;
	}
	.about .content .honor .right .award p {
		line-height: 2.5;
	}
}
.reco img {
	width: 262px;
	height: 173px;
}
@media (max-width:1616px) {
	.about .content .honor {
        /*height: 457px;*/
	}
	.reco img {
		width: 220px;
	}
	.lawyerlist li figure figcaption {
		width: 660px;
	}
}
@media (max-width:1450px) {
	.titleg {
        /*bottom: 84px;*/
		top: 50%;
	}
	.mainnav button {
		top: 30px;
		right: 50px;
	}
	.case .content {
		padding-right: 100px;
		padding-left: 100px;
	}
	.lawyerlist li figure figcaption {
		width: 650px;
	}
	.lawyerlist li .imgdiv img {
		width: 700px;
	}
}
@media (max-width:1416px) {
	.about .content .honor .right .award p {
		padding-left: 50px;
	}
	.about .content .honor .right .award .slick-next {
		right: 15px;
	}
	.about .content .honor .right .bl {
		width: 600px;
	}
	.about .content .honor .left {
		width: calc(100% - 630px);
		-webkit-width: calc(100% - 630px);
	}
	.about .content .honor .right {
		width: 630px;
	}
}
@media (max-width:1350px) {
	.build .content .list li {
		padding-right: 20px;
		padding-left: 20px;
	}
	.about .content .con .huge {
		font-size: 100px;
	}
	.lawyerlist li figure figcaption {
		width: 535px;
	}
}
@media (max-width:1199px) {
	.lawyerlist li figure .imgdiv,
    .lawyerlist li:nth-child(2n) .imgdiv,
    .lawyerlist li figure figcaption {
		display: block;
		float: none;
		max-width: 910px;
		margin: auto;
	}
	.lawyerlist li figure figcaption {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.lawyerlist li .imgdiv img {
		width: 100%;
	}
	.build .content .list li h3 {
		font-size: 20px;
	}
	.btng li {
		width: 360px;
	}
	.btng li:nth-child(7) {
		left: -280px;
	}
	.btng li:nth-child(6) {
		left: -313px;
	}
	.btng li:nth-child(5) {
		left: -289px;
	}
	.build .content .list li p {
		line-height: 2;
	}
	.about .content .honor .left,
    .about .content .honor .right {
		float: none;
		width: 100%;
	}
	.about .content .honor .right .award {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 40px;
	}
	.about .content .honor .right .bl {
		float: none;
		width: 100%;
		padding-top: 40px;
	}
	.about .content .honor .right .award p {
		padding-right: 50px;
		padding-left: 50px;
		text-align: center;
	}
	.about .content .honor {
		height: auto;
	}
	.about .content .honor .right .reco {
		text-align: center;
	}
	.about .content .honor .right .reco a {
		display: inline-block;
		float: none;
		margin-right: 15px;
		margin-left: 15px;
		padding-right: 0;
	}
	.about .content .video video {
		height: auto;
	}
}
@media (max-width:991px) {
	.about .content .honor .right .award p {
		width: auto;
	}
	.about .content .video p {
		margin-top: 30px;
	}
	.about .content .honor .right .award p {
		font-size: 14px;
		padding-right: 0;
		padding-left: 0;
	}
	.content {
		padding-top: 40px;
	}
	.about .content .con {
		padding-right: 0;
		padding-left: 0;
		border-left: 0;
	}
	.about .content {
		padding-right: 15px;
		padding-left: 15px;
	}
	.about .content .con::after,
    .about .content .honor .right .bl::after,
    .about .content .honor .right .award h4::after,
    .about .content .honor .right .bl::before {
		display: none;
	}
	.about .content .honor .right .award h4 {
		text-align: center;
	}
	.about .content .honor .right .award h4 {
		margin-bottom: 20px;
	}
	.lawyerlist .list li {
		margin-top: 40px;
	}
	.lawyerlist li figure figcaption {
		padding: 30px;
	}
	.lawyerlist .content,
    .build .content {
		padding-right: 15px;
		padding-left: 15px;
	}
	.build .content .list li {
		width: 50%;
		height: 400px;
		margin-top: 20px;
	}
	.build .content .list li h3 {
		margin-bottom: 25px;
	}
	.build .content .list li p {
		max-height: 110px;
	}
	.build .content .list li::after {
		display: none !important;
	}
	.header {
		padding-right: 15px;
		padding-left: 15px;
	}
	.footer {
		line-height: 1.4;
	}
	.footer a {
		display: block;
	}
	.case .content,
    .bulid .content {
		padding-right: 15px;
		padding-left: 15px;
	}
	.case .content .con {
		padding-right: 15px;
		padding-left: 15px;
	}
	.subtitle,
    .subtitle span,
    .subtitle a {
		font-size: 14px;
		line-height: 50px;
		height: 50px;
	}
	.subtitle .right {
		line-height: 50px !important;
	}
	.subtitle .left {
		left: 15px;
	}
	.subtitle .right {
		right: 15px;
	}
	.return {
		margin-top: 20px;
	}
	.case .content .con {
		padding-bottom: 25px;
	}
	.case .content .con {
		padding-top: 30px;
	}
	.case .content .con img{
		max-width: 100%;
	}
	.contact .content {
		padding-right: 15px;
		padding-left: 15px;
	}
	.bulid .paging,
    .lawyerlist .paging {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.about .content .con .huge {
		font-size: 40px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.about .content .con .slick1 {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.about .content .honor {
		margin-top: 40px;
	}
	.about .content .honor .right .reco a {
		margin-top: 40px;
	}
	.about .content .honor .right .bl {
		padding-top: 0;
	}
	.about .content .wrapper,
    .about .content .video {
		padding-top: 40px;
	}
	.about .content .video {
		padding-bottom: 40px;
	}
	.about .content .honor .right .award .slick-prev,
    .about .content .honor .right .award .slick-next {
		display: none !important;
	}
	.footer {
		bottom: 10px;
	}
	.contact .content .tip {
		font-size: 20px;
		width: auto;
		height: auto;
		padding: 15px;
	}
	.build .content .list li p {
		font-size: 14px;
	}
}
@media (max-width:767px) {
	.contact .content .type div {
		width: 100%;
		height: auto;
		padding-right: 20px;
		padding-bottom: 30px;
		padding-left: 20px;
	}
	.contact .content .type div:last-child {
		border: 1px solid #bfbfbf;
		border-top: 0;
	}
	.contact .content #map {
		height: 400px;
	}
	.about .content .con .slick1 .slick-prev,
    .about .content .con .slick1 .slick-next {
		width: 8px;
		height: 20px;
		background-size: 8px 20px;
	}
	.about .content .con .slick1 .slick-prev {
		left: 0;
	}
	.about .content .con .slick1 .slick-next {
		right: 0;
	}
	.lawyerlist li figure figcaption {
		padding: 25px;
	}
	.index svg {
		width: 300px;
		height: 300px;
	}
	.index .obj {
		width: 100%;
		max-width: 550px;
		height: auto;
	}
	.titleg {
        /*bottom: 77px;*/
		top: 50%;
        /*width: 290px;*/
		width: 90%;
	}
	.titleg h1 {
		font-size: 18px;
	}
	.titleg h2 {
		font-size: 14px;
	}
	.mainnav ul {
		top: 80px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.mainnav button img {
		width: 25px;
	}
	.mainnav li,
    .mainnav li a {
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
	.subtitle {
		height: auto;
	}
	.subtitle .right,
    .subtitle .left {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		display: block;
		height: auto;
	}
	.build .content .list li {
		width: 100%;
		height: auto;
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 30px !important;
		border: none !important;
	}
	.build .content .list li h3 {
		font-size: 18px;
	}
	.build .content .arrow {
		display: none;
	}
	.build .content .list li p {
		max-height: none;
	}
	.titleg h2 {
		width: 88%;
		margin: 10px auto 0;
	}
	.l_sytb {
		display: none;
	}
}
/*==============================================新加版块===============================================*/
.header.footg{
    display: none;
}
.header.footg.act{
    display: block;
    padding: 0;
    top: auto;
}
.footg{
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    font-size: 20px;
    color: #fff;
}
.footg1{
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    height:60px;
    font-size: 20px;
    background: #fff;
}
.footg1 a{
    color: #fff;
}
.footz{
    float: left;
    width: 50%;
    background: #e3a74c;
    text-align: center;
    line-height: 70px;
    height: 70px;
}
.footy {
    float: left;
    width: 50%;
    background: #999;
    text-align: center;
    line-height: 70px;
    height: 70px;
}
.footz1{
    float: left;
    width: 47%;
    margin: 5px 1.5%;
    background: #e3a74c;
    text-align: center;
    line-height: 50px;
    height: 50px;
    border-radius: 25px;
    -moz-border-radius:25px;
　　-webkit-border-radius:25px;
}
.footy1 {
    float: left;
    width: 47%;
    margin: 5px 1.5%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #e3a74c;
    border-radius: 25px;
    -moz-border-radius:25px;
　　-webkit-border-radius:25px;
}
.zengjia{
    height: 70px;
}
.footer {
	bottom: 0px;
	background-color: #272727;
	padding: 20px 50px;
	z-index: 999;
}
.footerfla p {
	display: inline-block;
	margin-right: 65px;
}
.footerfla p img {
	width: 16px;
	margin-right: 8px;
}
.footerflb {
	margin-top: 10px;
	font-size: 12px;
	text-align: left;
}
.footerflb span {
	margin-left: 10px;
}
.footerfra {
	margin-left: 26px;
}
.footerfra img {
	width: 25px;
	transform: translateY(-4px);
}
.xinfoot{
    width: 33.33%;
    padding: 0 2%;
    float: left;
    margin: 10px 0;
    height: 125px;
}
.xin1{
    text-align: right;
    vertical-align:middle;
    display:table-cell;
    line-height:125px;
}
.xin2{
    border-left: 1px solid #fff;
}
.xin3 .wxewm{
    float: left;
    margin: 0 10px;
    text-align: center;
}
.xin3 img{
    width: 100px;
    margin-bottom: 5px;
}
.xinfoot p{
    color:#fff;
    font-size: 14px;
	line-height: 1.5;
}
.xinfoot p span{
    font-size: 18px;
	padding: 5px 0 10px 0;
	line-height: 1.75;
}
.w_selifl {
	width: 320px;
	height: 939px;
	padding: 24px 42px;
	position: relative;
	z-index: 1;
}
.w_selifl1 {
	background-image: url(/skin/images/w_selifl1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.w_selifla {
	width: 31px;
}
.w_selifla img {
	width: 100%;
}
.w_seliflbfl {
	font-family: "Conv_iskpotab";
	font-size: 50px;
	color: #fff;
	transform: rotate(90deg);
	position: absolute;
	top: 125px;
	width: 300px;
	left: -133px;
}
.w_seliflb {
	margin-top: 100px;
	position: relative;
}
.w_seliflbfr {
	font-family: "微软雅黑";
	font-size: 20px;
	color: #fff;
	width: 20px;
	margin-left: 55px;
}
.w_seliflc {
	position: absolute;
	bottom: 44px;
}
.w_seliflc img {
	width: 15px;
}
.w_seliflc a p {
	width: 0;
	height: 2px;
	background-color: #fff;
	display: inline-block;
	transform: translateY(7px);
	margin-right: 5px;
	transition: all 0.5s;
}
.w_selifr {
	width: calc(100% - 320px);
	height: 939px;
	position: relative;
}
.w_selifr1 {
	background-image: url(/skin/images/w_selifr1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.w_selifl2 {
	background-image: url(/skin/images/w_selifr2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.w_selifl3 {
	background-image: url(/skin/images/w_selifr3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.w_selifr2 {
	background-color: #f0f0f0;
}
.w_selifrbox1 {
	padding: 26px 0 0;
	margin: 0 -50px;
}
.w_con {
	width: 1210px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 12;
}
.w_selifrbox1lia {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.w_selifrbox1lia img {
	transition: all 0.5s;
}
.w_a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	width: 100%;
}
.w_b {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
.w_selifrbox1lib {
	padding: 24px 6px 0;
	height: 132px;
	position: relative;
}
.w_lititle {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #1b2b42;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	height: 48px;
}
.w_litime {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666666;
	margin-top: 15px;
}
.w_selifrbox1li {
	width: 33.333333%;
	padding: 0 50px;
	margin-top: 38px;
}
.w_limore {
	position: absolute;
	bottom: 0;
}
.w_limore p {
	width: 0;
	height: 1px;
	background-color: #485567;
	display: inline-block;
	margin-right: 5px;
	transform: translateY(8px);
	transition: all 0.5s;
}
.w_limore img {
	width: 10px;
	opacity: 0;
	transition: all 0.5s;
}
.w_selifrbox2 {
	padding: 186px 0 0;
	margin: 0 -53px;
}
.w_seli2zi {
	background-color: #fff;
	border-bottom: 8px solid #2d4360;
	padding: 35px;
}
.w_seli2zic {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	margin-top: 22px;
	max-height: 76px;
	height: 76px;
	overflow: hidden;
}
.w_seli2zic p {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.w_seli2zib {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333333;
	margin-top: 24px;
}
.w_seli2zia {
	font-family: "微软雅黑";
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.w_seli2zia span {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666666;
	margin-left: 10px;
	font-weight: normal;
}
.w_seli2 {
	padding: 0 53px;
	display: none;
	overflow: hidden;
}
.w_seli21 {
	display: block;
}
.w_seli22 {
	display: block;
}
.w_seli23 {
	display: block;
}
.w_seli2img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.w_seli2img img {
	transition: all 0.5s;
}
.w_selifrbox2 .slick-prev {
	width: 42px;
	height: 42px;
	background-image: url(/skin/images/lzq.png);
	background-size: cover;
	background-repeat: no-repeat;
	left: auto;
	right: 130px;
	transform: translate(0);
	top: 122px;
}
.w_selifrbox2 .slick-next {
	width: 42px;
	height: 42px;
	background-image: url(/skin/images/lyq.png);
	background-size: cover;
	background-repeat: no-repeat;
	transform: translate(0);
	top: 122px;
	right: 53px;
}
.w_selifrbox3box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.w_selifrbox3box video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
}
.w_selifrbox3a_title {
	font-family: "宋体";
	font-size: 46px;
	color: #fff;
	font-weight: bold;
}
.w_selifrbox3a_p {
	margin-top: 28px;
}
.w_selifrbox3a_p p {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	line-height: 34px;
}
.w_selifrbox3a {
	position: absolute;
	top: 34%;
}
.w_seli {
	overflow: hidden;
}
.w_selifrbox3b {
	width: 118px;
	position: absolute;
	top: 47%;
	right: 9%;
	cursor: pointer;
}
.w_selifrbox3c {
	font-family: "Arial";
	font-weight: bold;
	font-size: 200px;
	color: rgba(246, 246, 246, 0.1);
	position: absolute;
	bottom: 33px;
	right: 0;
	width: 100vw;
	text-align: right;
	z-index: 11;
}
.w_selifrbox3b img {
	width: 100%;
}
.w_se3 {
	display: block;
	min-width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 1;
}
.w_se3.activebox {
	opacity: 0;
	transition: all .3s ease-out;
}
.xiahua {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	width: 22px;
}
.xiahua img {
	width: 100%;
}
.pause {
	display: none;
}
.w_selifrbox3b.act .paly {
	display: none;
}
.w_selifrbox3b.act .pause {
	display: inline-block;
}
.sousuo {
	width: 20px;
	line-height: 70px;
	margin-right: 55px;
	cursor: pointer;
	margin-left: 70px;
}
.sousuo img {
	width: 100%;
}
.g_mask {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	top: 0;
	display: none;
	padding: 0 15px;
	z-index: 9999999;
}
.caidansuo {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	height: 30px;
	border-bottom: 1px solid #ffffff;
}
.caidansuo input {
	width: calc(100% - 60px);
	height: 100%;
	font-size: 18px;
	color: #666666;
}
.buts {
	position: absolute;
	bottom: 5px;
	right: 0;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 3px;
	cursor: pointer;
}
.guanbi {
	position: absolute;
	right: 3%;
	top: 3%;
	cursor: pointer;
	width: 48px;
}
.guanbi img {
	width: 100%;
	opacity: 0.6;
	transition: all 0.3s;
}
.logo {
	width: 200px;
}
.logo img {
	width: 100%;
}
.w_daohangli {
	padding: 0 30px;
}
.w_daohangli a {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #000000;
	line-height: 70px;
	position: relative;
}
.w_daohang {
	margin-right: 50px;
}
.w_daohangli.act>a::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
@media (min-width:1200px) {
	.w_selifrbox1li a:hover .w_limore p {
		width: 101px;
	}
	.w_selifrbox1li a:hover .w_limore img {
		opacity: 1;
	}
	.w_selifrbox1li a:hover .w_selifrbox1lia img {
		transform: scale(1.1);
	}
	.w_seli2 a:hover .w_seli2img img {
		transform: scale(1.1);
	}
	.w_seliflc:hover a p {
		width: 200px;
	}
	.guanbi:hover img {
		transform: rotate(90deg);
		opacity: 1;
	}
}
@media (max-width:1400px) {
	.w_daohangli a {
		font-size: 14px;
	}
	.w_daohangli {
		padding: 0 15px;
	}
	.w_daohang {
		margin: 0 -15px;
	}
	.sousuo {
		width: 18px;
		margin-right: 35px;
		margin-left: 40px;
	}
	.w_con {
		width: 900px;
	}
	.w_selifrbox1li {
		padding: 0 25px;
	}
	.w_selifrbox1 {
		margin: 0 -25px;
	}
	.w_selifl {
		height: 780px;
		width: 270px;
	}
	.w_selifr {
		height: 780px;
		width: calc(100% - 270px);
	}
	.w_selifrbox2 {
		padding: 170px 0 0;
		margin: 0 -25px;
	}
	.w_seli2 {
		padding: 0 25px;
	}
	.w_selifrbox2 .slick-prev {
		top: 105px;
	}
	.w_selifrbox2 .slick-next {
		top: 105px;
	}
	.w_seli2zic {
		font-size: 14px;
		line-height: 20px;
	}
	.w_seli2zi {
		padding: 30px 15px;
		border-bottom: 4px solid #2d4360;
	}
	.w_selifrbox3a_title {
		font-size: 36px;
	}
	.w_selifrbox3a_p p {
		font-size: 12px;
		line-height: 20px;
	}
	.w_selifrbox3a_p {
		margin-top: 20px;
		margin-right: 20px;
	}
	.w_selifrbox3c {
		font-size: 120px;
		bottom: 12px;
	}
	.w_selifrbox3b {
		width: 70px;
	}
}
@media (max-width:1200px) {
	.w_se3 {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
	}
	#video {
		display: none;
	}
	.w_selifl {
		width: 100%;
		height: 80px;
		background: none;
		background-color: rgba(27, 43, 66, 1);
		padding: 23px 15px;
		float: none;
	}
	.w_selifla {
		display: none;
	}
	.w_seliflb {
		margin-top: 0;
	}
	.w_seliflbfr {
		font-size: 18px;
		width: 100%;
		margin-left: 0;
		float: none;
	}
	.w_seliflbfl {
		font-size: 16px;
		transform: rotate(0deg);
		top: 24px;
		width: 100%;
		left: 0;
	}
	.w_seliflc {
		position: absolute;
		bottom: auto;
		transform: translateY(-50%);
		top: 50%;
		right: 15px;
	}
	.w_selifr {
		height: auto;
		width: 100%;
		float: none;
		padding-bottom: 36px;
	}
	.w_con {
		width: 100%;
		padding: 0 15px;
	}
	.w_selifrbox1li {
		padding: 0;
		width: 50%;
		margin-top: 10px;
		padding: 0px 5px;
	}
	.w_selifrbox1li:nth-child(1) {
        /*margin-top: 0;*/
	}
	.w_selifrbox1 {
		margin: 0;
		padding: 0;
	}
	.w_selifrbox1lib {
		padding: 20px 6px 0;
		height: auto;
		position: relative;
	}
	.w_limore {
		position: relative;
		bottom: auto;
		margin-top: 18px;
	}
	.w_limore img {
		opacity: 1;
	}
	.w_section {
        /*margin-top: 36px;*/
	}
	.w_selifrbox2 {
		padding: 0;
		margin: 0;
	}
	.w_seli2 {
		padding: 0;
	}
	.w_seli2zia {
		font-size: 18px;
		line-height: 22px;
		height: 44px;
		overflow: hidden;
	}
	.w_seli2zia span {
		font-size: 14px;
	}
	.w_seli2zib {
		font-size: 14px;
		margin-top: 15px;
	}
	.w_seli2zic p {
		font-size: 14px;
		line-height: 20px;
	}
	.w_seli2zic {
		margin-top: 13px;
		height: 60px;
	}
	.w_seli2zi {
		border-bottom: 4px solid #2d4360;
	}
	.w_selifrbox3c {
		display: none;
	}
	.w_selifrbox3b {
		display: none;
	}
	.w_selifrbox3a {
		position: relative;
		top: auto;
	}
	.w_selifrbox3a_title {
		font-size: 20px;
	}
	.w_selifrbox3a_p p {
		font-size: 14px;
	}
	.w_selifr {
		padding-top: 36px;
	}
	.footer {
		background-color: #272727;
		padding: 15px 15px 15px;
        padding-bottom: 80px;
	}
	.footg{
    display: none!important;
    }
    .footg1{
        display: block;
    }
    .zengjia {
        height: 50px;
    }
	.footerfl {
		width: 100%;
		float: none;
	}
	.footerfr {
		width: 100%;
		float: none;
		margin-top: 0px;
	}
	.footerfla p {
		display: block;
		margin-right: 0;
		line-height: 20px;
		margin-top: 5px;
		font-size: 12px;
	}
	.footerfra {
		margin-left: 0;
		margin-right: 15px;
	}
	.footerflb {
		line-height: 20px;
		font-size: 12px;
		margin-top: 10px;
	}
	.footer a {
		margin-top: 10px;
		font-size: 12px;
	}
	.footerfra img {
		width: 25px;
        /*transform: translateY(4px);*/
	}
	.xiahua {
		display: none;
	}
	.logo {
		width: 150px;
	}
	.sousuo {
		width: 15px;
		margin-right: 27px;
	}
	.guanbi {
		width: 40px;
	}
	.caidansuo {
		width: 80%;
	}
    /* .w_daohangli {
        display: none;
    } */
	.sousuo {
		display: none;
	}
	.w_seli2 {
		padding: 0 5px;
	}
}
.t {
	position: relative;
	overflow: hidden;
}
.l_ss {
	position: relative;
	top: 0px;
}
.l_ss img {
	width: 100%;
}
.l_ssa {
	position: absolute;
	top: 0px;
	left: 0px;
}
.l_ssa img {
	width: 100%;
}
.l_mco {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 1;
}
.w_selifry.atvn .l_mco img {
	opacity: 0;
}
.xiahua {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	width: 22px;
}
/*6.25修改*/
@media screen and (max-width: 1720px) {
	.w_daohangli {
		padding: 0 20px;
	}
}
@media screen and (max-width: 1580px) {
	.w_daohangli {
		padding: 0 15px;
	}
	.w_con {
		width: 1110px;
	}
}
@media screen and (max-width: 1480px) {
	.w_con {
		width: 1010px;
	}
	.w_selifrbox1 {
		padding: 85px 0 0;
	}
}
@media screen and (max-width: 1380px) {
	.w_con {
		width: 900px;
	}
	.w_selifrbox1 {
		padding: 0px 0 0;
	}
}
@media screen and (max-width: 1300px) {
	.w_daohangli {
		padding: 0 10px;
	}
}
@media screen and (max-width: 1200px) {
	.w_con {
		width: 100%;
	}
	.l_sytb {
		display: none;
	}
	.l_indexhover {
		left: 0 !important;
		top: -120px !important;
	}
}
@media (max-width: 390px) {
	.titleg h2 {
		width: 100%;
		font-size: 12px;
	}
}
/*8.8修改*/
.footerfr {
	position: relative;
}
.l_indexhover {
	position: absolute;
	top: -140px;
	z-index: 2;
	left: -25px;
	width: 120px;
	background: #fff;
	border-radius: 5px;
	height: 120px;
}
.l_indexhover img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
}
.l_indexwx {
	cursor: pointer;
}
/*9.16修改*/
.l_inban {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.l_inban img {
	width: auto !important;
	height: 100%;
	min-width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.l_inban video {
	width: 100vw;
	height: 100vh;
	display: block;
	object-fit: fill;
	z-index: 1;
}
.l_index_mc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	opacity: 0.3;
}
.l_in_left_qh {
	position: absolute;
	top: 50%;
	left: 30px;
	width: 42px;
	cursor: pointer;
}
.l_in_right_qh {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 42px;
	cursor: pointer;
}
.l_in_left_qh img {
	width: 100%;
}
.l_in_right_qh img {
	width: 100%;
}
@media screen and (max-width: 1200px) {
	.l_in_left_qh {
		display: none;
	}
	.l_in_right_qh {
		display: none;
	}
}
/*9.27修改*/
.l_in_le {
	width: 50%;
	display: inline-block;
}
.l_in_ri {
	width: 50%;
	display: inline-block;
}
.l_in_text {
	width: 100%;
}
.l_in_text .l_in_le {
	text-align: right;
	padding-right: 15px;
}
.l_in_text .l_in_ri {
	text-align: left;
	padding-left: 15px;
}
.l_in_en {
	text-align: center;
	width: 780px;
}
/*6.15 grace*/
.he_banboxflph {
	display: none;
}
.lang {
	display: none !important;
}
.logo {
	position: relative;
}
.g_logo1 {
	position: relative;
	top: 0;
	left: 0;
}
.g_logo2 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: 0;
}
.logo img {
	transition: all .36s;
}
.sousuo {
	position: relative;
}
.sousuo1 {
	position: relative;
	top: 0;
	left: 0;
}
.sousuo2 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: 0;
}
.tel {
	position: relative;
}
.tel1 {
	position: relative;
	top: 4px;
	left: 0;
	color: #000!important;
	font-size: 24px;
}
.header.act {
	background: #fff !important;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.header.act .sousuo2 {
	opacity: 1;
}
.header.act .g_logo2 {
	opacity: 1;
}
.header.act .w_daohangli a {
	color: #333;
}
.ace_xl {
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	width: 100%;
	display: none;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
}
.w_daohangli {
	position: relative;
}
.ace_xl li {
	margin-bottom: 10px;
}
.ace_xl li a {
	color: #666;
	font-size: 14px;
	line-height: 28px;
}
.ace_xl ul {
	padding: 10px 15px;
}
.ace_xl li a:hover {
	color: #1c2c42 !important;
}
.ace_xl li a:hover {
	color: rgba(255,255,255,0.6)!important;
}
.ernavn {
	display: none;
}
.he_chanamesp {
	display: none !important;
}
.he_drop1 {
	margin-top: 0 !important;
}
.build .content .list li p {
	line-height: 2;
	height: 112px;
	overflow: hidden;
}
.build .content .list li h3 {
	line-height: 2;
	height: 144px;
	overflow: hidden;
}
.build .content .list li {
	padding-bottom: 85px;
	height: inherit;
}
.he_syconbox {
	padding: 0 !important;
}
/* .he_dynamic{
    padding:0 210px;
} */
.tusa {
	display: none;
}
.imgslick .slick-prev {
	background: url(/skin/images/al.png) no-repeat;
	background-size: cover;
	width: 17px;
	height: 44px;
	left: -35px;
	z-index: 100;
}
.imgslick .slick-next {
	background: url(/skin/images/ar.png) no-repeat;
	background-size: cover;
	width: 17px;
	height: 44px;
	right: -35px;
	z-index: 100;
}
.about .content .honor .right .award p.on {
	font-weight: bold;
	color: #1b2c43;
}
.item {
	display: none;
}
.item.on {
	display: block;
}
.g_honorwz.slick-current p {
	font-weight: bold;
	color: #1b2c43;
}
.g_honor {
	width: 600px;
}
.g_honorwz {
	width: 100%;
}
.g_honorwz p {
	cursor: pointer;
}
.about .content .honor .right .award .g_honor .slick-prev {
	left: 20px;
	background-image: url(/skin/images/al.png);
	display: none !important;
}
.about .content .honor .right .award .g_honor .slick-next {
	right: 20px;
	background-image: url(/skin/images/ar.png);
	display: none !important;
}
.he_propos .he_more {
	margin-top: 18px;
}
.footerfr {
	margin-top: 10px;
}
@media screen and (max-width: 425px) {
	.about .content .honor .right .award p {
		width: 320px;
	}
}
/* 6.24 */
.ace_xl {
	min-width: 150px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.ace_xl ul {
	padding: 15px 15px;
}
.ace_xl li {
	margin-bottom: 15px;
}
.ace_xl li:last-child {
	margin-bottom: 0;
}
.ace_xl li a {
	line-height: 18px;
	padding: 6px 0;
}
.he_cratopi {
	opacity: 0;
}
.he_name .he_nameh4 {
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}
.he_name .he_namesp {
	font-size: 16px;
}
.he_name {
	margin-bottom: 18px !important;
}
.about .content .honor .right .award h4 {
	display: none;
}
.about .content .honor .right .award {
	top: 0;
	bottom: auto;
}
.mc_cont210 {
	padding: 0 210px;
}
.mc_cont2102 {
	padding: 0!important;
}
.mc_a1s2 .he_profes {
    position: relative;
	overflow: hidden;
	width: 100%;
}
@media screen and (max-width: 1680px) {
	.mc_cont210 {
		padding: 0 120px;
	}
	.mc_cont2102 {
		padding: 0!important;
	}
	.he_jsuo span {
		margin-left: 45px!important;
	}
	.he_drop1 .he_dropdowle {
		margin-right: 20px!important;
	}
}
@media screen and (max-width: 1440px) {
	.mc_cont210 {
		padding: 0 60px;
	}
	.mc_cont2102 {
		padding: 0!important;
	}
	.he_propos {
		padding: 0 88px;
	}
	.he_jsuo span {
		margin-left: 45px!important;
	}
	.he_drop1 .he_dropdowle {
		margin-right: 17px!important;
	}
	.he_conri {
		padding: 90px 50px 180px!important;
	}
	.he_dropdow1 {
		margin-right: 45px!important;
	}
}
@media screen and (max-width: 1199px) {
	.about .content .honor .right .bl::before {
		display: none;
	}
	.g_honor {
		width: 600px;
		margin: 0 auto;
	}
	.header_pc {
		display: none !important;
	}
	.header_ph {
		display: block !important;
		overflow:hidden;
	}
	.w_daohangli {
		display: none;
	}
}
@media screen and (max-width: 950px) {
	.mc_cont210 {
		padding: 0 10px;
	}
	.mc_cont2102 {
		padding: 0!important;
	}
	.he_propos {
		padding: 0 1%;
	}
	.he_dynamic {
		padding: 0;
	}
	.about .content .honor .left {
		padding: 0px;
	}
	.footer a {
		display: inline-block;
	}
	.xinfoot{
    width: 100%;
    padding: 0 2%;
    float: none;
    margin: 10px 0;
}
.xin1{
	text-align: left;
    height: auto;
    line-height: unset;
}
.xin1 img{
    width:80%;
}
.xin2{
    border-left: none;
    display: inline-table;
}
.xin3 {
    margin:0 auto;
}
.xin3 .wxewm{
    margin:0 20px 0 0;
    text-align: center;
}
.xin3 img{
    width: 100px;
    margin-bottom: 5px;
}
}
@media screen and (max-width: 416px) {
	.he_propos {
		padding: 0 15px;
	}
	.he_propos p {
		font-size: 14px;
		line-height: 24px;
	}
}
.he_banbox .he_banboxfl {
	width: 100%;
	height: 100vh;
}
.he_banbox video {
	width: auto;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
/* *************************************************************** */
/* 手机导航 */
.header_ph {
	height: 64px;
}
.header_ph2{
	width: 100%;
	height: 100%;
	background: #e3a74c;
}
.header_ph2 .himg{
	text-align: center;
}
.header_ph2 li{
	width: calc(100% / 4);
	float: left;
	text-align: center;
}
.header_ph2 li:nth-child(4n) p {
    border-right: 0;
}
.header_ph2 li p{
	line-height: 38px;
    font-weight: 700;
    height: 38px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.header_ph2 a{
    color: #fff;
}
.header_ph2 li img{
	width: 75%;
	margin:0 auto;
}
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
	color: #000;
}
.act .mc_ph_hd {
    /* display: none; */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 64px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.act .logob{
    display: none;
}
.mc_language_ph a {
	line-height: 64px;
	color: #333;
	margin-right: 15px;
}
.mc_ph_hd .mc_ph_logo a {
	line-height: 64px;
}
.mc_ph_logo img {
	width: 100%;
}
.mc_ph_hd .mc_ph_logo {
	width: 200px;
}
.mc_ph_menu {
	overflow: hidden;
	width: 50px;
	height: 50px;
}
.mc_ph_hd .mc_phmenubox {
	width: 50px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.mc_ph_hd .mc_phmenubox .point {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 22px;
	margin-top: 14px;
}
.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
	display: inline-block;
	width: 28px;
	height: 1px;
	background-color: #e3a74c;
}
.act .nav_btn,
.act .nav_btn::after,
.act .nav_btn::before {
	background-color: #e3a74c;
}
.mc_ph_hd .mc_phmenubox .nav_btn {
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.mc_ph_hd .mc_phmenubox .nav_btn::after,
.mc_ph_hd .mc_phmenubox .nav_btn::before {
	content: '';
	position: absolute;
	right: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.mc_ph_hd .mc_phmenubox .nav_btn::after {
	top: -10px;
}
.mc_ph_hd .mc_phmenubox .nav_btn::before {
	top: 10px;
}
.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
	background: transparent;
}
.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*ph导航&下拉*/
.phxia {
	position: fixed;
	width: 100%;
	left: 50%;
	top: 64px;
	z-index: 998;
    /* transform: translateX(-50%); */
	padding: 0 15px;
	background-color: #f1f1f1;
	max-height: calc(100vh - 64px);
	overflow: auto;
}
.xialaph {
	display: none;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 18px;
	background-color: #f1f1f1;
	font-family: '微软雅黑';
}
.xialaph h4 {
	position: relative;
}
.xialaph h4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: .1;
	background-color: #000;
}
.xialaph h4 a {
	font-size: 14px;
	line-height: 36px;
	text-transform: uppercase;
	color: #999;
	max-width: calc(100% - 36px);
}
.xialaph h4 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 13px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.xialaph .ul2 {
	display: none;
	padding-top: 7px;
	padding-bottom: 8px;
}
.xialaph .ul2 .container_s {
	max-width: 100%;
	padding: 0 15px;
}
.xialaph h5 {
	position: relative;
}
.xialaph h5::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: .05;
	background-color: #000;
}
.xialaph h5 a {
	font-family: '微软雅黑';
	font-size: 14px;
	line-height: 35px;
	text-transform: uppercase;
	color: #999;
	max-width: calc(100% - 36px);
}
.xialaph h5 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 35px;
	padding: 11px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
	display: none;
}
.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
	display: block;
}
.xialaph .ul3 {
	display: none;
}
.xialaph h6 a {
	font-family: '微软雅黑';
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
	color: #999;
}
.header2 {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 999;
	width: 100%;
	height: 64px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ffffff;
	transform: translateX(-50%);
}
.header2 .logo {
	width: 80px;
	line-height: 64px;
}
.header2 .logo img {
	width: 100%;
}
.header2 .phsearch {
	position: absolute;
	top: 50%;
	right: 70px;
	width: 25px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.header2 .wj_hin_right {
	padding-top: 25px;
}
.header2 .phsearch img {
	width: 100%;
}
.ph_mea_cl {
	overflow: hidden;
	width: 50px;
	height: 100%;
}
.header2 .menuph {
	width: 50px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.header2 .menuph .point {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 22px;
	margin-top: 14px;
}
.header2 .menuph .point .navbtn,
.header2 .menuph .point .navbtn::after,
.header2 .menuph .point .navbtn::before {
	width: 28px;
}
.header2 .menuph .navbtn {
	position: absolute;
	top: 10px;
	right: 0;
	display: inline-block;
	width: 28px;
	height: 1px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #666;
}
.header2 .menuph .navbtn::after,
.header2 .menuph .navbtn::before {
	position: absolute;
	right: 0;
	display: inline-block;
	width: 28px;
	height: 1px;
	content: '';
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #666;
}
.header2 .menuph .navbtn::after {
	top: -10px;
}
.header2 .menuph .navbtn::before {
	top: 10px;
}
.header2 .menuph .point.active .navbtn {
	background: transparent;
}
.header2 .menuph .point.active .navbtn::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header2 .menuph .point.active .navbtn::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ph_search {
	width: 100%;
	overflow: hidden;
	padding: 0 15px;
	padding-left: 15px;
}
.ph_search_ph {
	width: 100%;
	height: 35px;
	border: 1px solid rgba(0, 0, 0, .1);
	margin-top: 18px;
	float: left;
	border-radius: 17.5px;
	position: relative;
}
.ph_search_ph input {
	width: 100%;
	height: 100%;
	text-indent: 20px;
	color: #333333;
}
.ph_search_ph input::-webkit-input-placeholder {
	color: #999999;
}
.ph_search_ph button {
	width: 40px;
	height: 100%;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
	font-family: "微软雅黑";
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}
.ph_search button .icon-sousuo {
	font-size: 27px;
	color: #999999;
}
.wj_header_i_nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 10;
}
/*电话*/
.ph_dh_number {
	width: 100%;
	text-align: center;
	margin-top: 18px;
}
.ph_dh_number .ph_dh_n {
	display: inline-block;
	overflow: hidden;
}
.ph_dh_number .ph_dh_n p {
	float: left;
	font-size: 18px;
	color: #666;
}
.ph_dh_number .ph_dh_n .ph_dh_n_p1 {
	margin-right: 15px;
}
.wj_hin_r_en {
	color: #666;
}
.ph_searchfe {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 16px;
}
.ph_searchfe img {
	width: 100%;
}
.yxnav_active1 a {
	display: block;
}
/* *************************************************************** */
/* 6.28 */
.he_ph_banbox {
	display: none;
}
.about .content .video .videog {
	background: #000;
}
@media screen and (max-width: 1200px) {
	.ace_top {
		margin-top: 64px !important;
	}
	.header2, .phxia {
		display: block !important;
	}
	.he_jsuo span {
		margin-left: 38px!important;
	}
	.he_dropdow1 {
		margin-right: 22px!important;
	}
	.swiper-button-next,
    .swiper-button-prev {
    	width: 15px !important;
    	height: 28px !important;
    	margin-top: -14px !important;
    	background-size: 15px 28px !important;
    }
}
@media screen and (max-width: 1024px) {
	.he_jsuo span {
		margin-left: 17px!important;
	}
	.he_dropdow1 {
		margin-right: 40px!important;
	}
	.he_jsuo span {
		margin-left: 40px!important;
	}
}
@media screen and (max-width: 950px) {
	.he_ph_banbox {
		display: block;
	}
	.he_pc_banbox {
		display: none;
	}
	.he_banbox a {
		width: 100%;
		height: 100vh;
		position: relative;
	}
	.he_banbox img {
		width: auto !important;
		position: absolute;
		height: calc(100vh - 70px);
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.he_banbox::before {
		display: none;
	}
	.about .content .videog button {
		width: 40px;
		height: 40px;
	}
	.he_dropdow1 .he_dropdowle {
		width: 67px;
	}
}
@media screen and (max-width: 768px) {
	.he_centex {
		width: 80% !important;
	}
	.he_centex img {
		width: 100% !important;
	}
	.he_conri {
		padding: 90px 50px 50px!important;
	}
}
.he_drop1 .he_dropdowle {
	margin-right: 20px!important;
}
@media screen and (max-width: 416px) {
	.he_drop1 .he_dropdowri {
		width: calc(100% - 67px)!important;
	}
	.he_dropdow1 .he_dropdowle {
		width: 50px!important;
	}
	.he_drop1 .he_dropdowle {
		margin-right: 5px!important;
	}
	.he_drop1 .he_dropdowri {
		width: 60%!important;
	}
	.he_drop1 .he_dropdowle {
		margin-right: 4px!important;
	}
	.he_jsuo span {
		margin-left: 0px!important;
	}
}
.phxia {
	left: 0 !important;
}
.he_return {
	margin-bottom: 35px;
}
.ace_xl {
	min-width: 150px;
	background: rgba(227, 167, 76);
}
.ace_xl li a {
	color: #fff!important;
}
