

/*@font-face {
	font-family: 'PingFangSC';
	src: url('../font/PingFangMedium.ttf');
	font-weight: normal;
	font-style: normal;
}*/

/*@font-face {*/
/*	font-family: 'PingFangSC';*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*	src: url('../font/PingFangMedium.eot');*/
/*	src: local('PingFang Medium'), url('../font/PingFangMedium.eot') format('embedded-opentype'), url('../font/PingFangMedium.woff2') format('woff2'), url('../font/PingFangMedium.woff') format('woff'), url('../font/PingFangMedium.ttf') format('truetype'), url('http://www.yimhome.cn/css/PingFang%20Medium.svg') format('svg');*/
/*}*/

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
}

body {
	font-family: "PingFangSC", "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: #fff;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: "微软雅黑", arial, Helvetica, sans-serif;
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #265ba9;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1360px;
	margin: 0 auto;
}

.w2 {
	margin: 0 68.5px;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #1d1e1e;
	opacity: 0.3;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #1d1e1e;
	opacity: 0.3;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #1d1e1e;
	opacity: 0.3;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #1d1e1e;
	opacity: 0.3;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

.h {
	height: 120px;
}

.overflow {
	overflow: hidden;
}


/*
 
 * 
 * 
 * */


/*============================header ==============================*/

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: all 0.8s;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header.fixed {
	background: #fff;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
}

header .w {
	width: 1700px;
}

.head_top {
	line-height: 120px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .head_top {
	line-height: 70px;
}

.head_top .logo {
	font-size: 0;
}

.head_top .logo img {
	/*height: 46px;*/
	height: 80px;
	vertical-align: middle;
}


/**/

@font-face {
	font-family: 'GOTHICB';
	src: url('../font/GOTHICB.TTF');
	font-weight: bold;
	font-style: normal;
}

.right-nav {
	font-size: 0;
}

.right-nav .tel {
	margin-right: 50px;
	display: inline-block;
	vertical-align: middle;
	/*font-size: 16px;*/
	font-size: 24px;
	color: #1d1e1e;
	padding-left: 34px;
	background: url(../img/tel.png) no-repeat left center;
	font-family: 'GOTHICB';
}

.right-side-box {
	display: inline-block;
	vertical-align: middle;
	background: url(../img/jiange.png) no-repeat left center;
}

.right-side-box li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.right-side-box .search-popup__toggler {
	background: url(../img/search.png) no-repeat center center;
}

.right-side-box .side-menu__toggler {
	background: url(../img/menu.png) no-repeat center center;
}

.right-side-box .search-popup__toggler:hover {
	background-image: url(../img/search0.png);
}

.right-side-box .side-menu__toggler:hover {
	background-image: url(../img/menu0.png);
}

.head_top .nav {
	position: relative;
	z-index: 10;
	margin-left: 120px;
}

.nav nav>ul>li {
	float: left;
	margin-right: 10px;
	padding: 0 20px;
	position: relative;
}

.nav nav>ul>li.two {
	background: url(../img/sednav.png) no-repeat right center;
}

.nav nav>ul>li.two:hover {
	background-image: url(../img/sednav0.png);
}

.nav nav>ul>li>a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	color: #1d1e1e;
	font-weight: bold;
	position: relative;
}

header.fixed .nav nav>ul>li>a {
	/*height: 70px;*/
	/*line-height: 70px;*/
	height: 80px;
    line-height: 80px;
}

.nav nav>ul>li.on>a,
.nav nav>ul>li:hover>a {
	color: #265ba9!important;
}

.nav nav>ul>li ol {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	text-align: center;
	z-index: 3;
	overflow: hidden;
	width: 100%;
	/*margin-left: -110px;*/
	font-size: 0;
	background: rgba(29, 30, 30, 0.6);
}

.nav nav>ul>li ol li {
	float: none;
	margin: 0;
	text-align: center;
	border-top: 1px dotted rgba(255, 255, 255, 0.1);
	z-index: 2;
}

.nav nav>ul>li ol li:first-child {
	border: none;
}

.nav nav>ul>li ol li a {
	line-height: 50px;
	color: #fff;
	font-size: 15px;
	display: block;
	position: relative;
	padding: 0 20px;
}

.nav nav>ul>li ol li:hover a {
	background: #265ba9;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 1001;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.phone_head .logo {
	width: 60%;
	font-size: 0;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 40px;
	vertical-align: middle;
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0;
	margin-left: 15px;
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url(../img/menu.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #1d1e1e none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 11px;
	right: 3%;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a:hover {
	color: #fff;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #1d1e1e;
}

#menu {
	margin: 4em auto;
	width: 100%;
}

#menu {
	background: #1d1e1e;
}

.sliding-menu a.back {
	background: #265ba9;
}

.sliding-menu a:hover {
	background: #265ba9;
}


/*弹窗*/

.side-menu__block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.side-menu__block-inner {
	position: relative;
	width: 300px;
	height: 100vh;
	background-color: #fff;
	z-index: 999999;
	overflow-y: auto;
	padding: 20px 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__block .main-navigation .submenu {
	display: none;
}

.side-menu__block__text {
	text-align: center;
}

.side-menu__block .navigation-box {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid #d2d9e4;
}

.side-menu__block .navigation-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #f2f4f7;
}

.side-menu__block .navigation-box ul ul {
	background-color: #d2d9e4;
}

.side-menu__block .navigation-box li+li {
	border-top: 1px solid #d2d9e4;
}

.side-menu__block .navigation-box li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #222222;
	font-size: 16px;
	position: relative;
	padding: 14px 0;
	padding-left: 15px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.side-menu__block .navigation-box li a:before {
	content: '\f101';
	font-family: FontAwesome;
	margin-right: 15px;
}

.side-menu__block .navigation-box li a .sub-nav-toggler {
	border: none;
	outline: none;
	background-color: transparent;
	padding: 0px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #222222;
	color: #fff;
	padding: 1.5px 10px;
}

.side-menu__block .navigation-box li a .sub-nav-toggler:before {
	content: '\f107';
	font-family: FontAwesome;
}

.side-menu__block .navigation-box li a:hover {
	color: #fff;
	background-color: #265ba9;
}

.side-menu__block__title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #222222;
	margin: 0;
	margin-bottom: 15px;
}

.side-menu__block-line {
	margin: 40px 0;
	border-color: rgba(34, 34, 34, 0.2);
}

.side-menu__block-about {
	margin-top: 40px;
}

.side-menu__block-contact__list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

.side-menu__block-contact__list-item {
	color: #222222;
	font-size: 20px;
	position: relative;
	padding-left: 30px;
	font-family: 'GOTHICB';
	margin-bottom: 15px;
}

.side-menu__block-contact__list-item i {
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ewm img {
	width: 129px;
}

.side-menu__block-contact__list-item+.side-menu__block-contact__list-item {
	margin-top: 10px;
}

.side-menu__block__text-copy {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.thm-btn {
	display: block;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #265ba9;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	padding: 0 43px;
	line-height: 50px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.thm-btn:hover {
	color: #fff;
	background-color: #222222;
}

.side-menu__block-about__text {
	margin-bottom: 16px;
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
}

.fa {
	font-size: 0;
}

.fa img {
	vertical-align: middle;
}

.menulogo {
	/*width: 138px;*/
	width: 255px;
	display: block;
	/*margin: 0 auto;*/
}


/*
* 22. search-popup styles
*/

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.search-popup.active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.search-popup__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-popup__form {
	position: relative;
	z-index: 9991;
	width: 100%;
	padding: 15px;
	max-width: 600px;
	position: relative;
}

.search-popup__form input {
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	color: #222222;
	font-size: 18px;
	background-color: rgba(255, 255, 255, 1);
	padding-left: 30px;
}

.search-popup__form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #222222;
}

.search-popup__form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #222222;
}

.search-popup__form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #222222;
}

.search-popup__form input:-moz-placeholder {
	/* Firefox 18- */
	color: #222222;
}

.search-popup__form button[type=submit] {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: #265ba9;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.search-popup__form button[type=submit]:hover {
	background-color: #222222;
	color: #265ba9;
}


/* Cursor Style */

.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*
 
 * footer
 * */

.footer {
	background: #1d1e1e;
}

.foot-top {
	padding: 95px 0 80px;
	border-bottom: 1px solid #030000;
}

.flogo {
	float: left;
	font-size: 0;
}

.flogo img {
	vertical-align: middle;
	height: 129px;
}

.fnav {
	float: left;
	margin-left: 130px;
	line-height: 30px;
}

.fnav li {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	vertical-align: top;
}

.fnav .dt {
	font-size: 0;
}

.fnav .dt a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	width: 50%;
}

.fnav .dd {
	font-size: 0;
	color: rgba(255, 255, 255, 0.5);
}

.fnav .dd a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	width: 36%;
}

.fnav .dd a:hover {
	color: #fff;
}

.fewm {
	float: right;
	border-left: 2px solid rgba(255, 255, 255, 0.1);
	padding-left: 60px;
}

.fewm .tbox {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.fewm .tbox .t1 {
	margin-top: 5px;
	font-size: 14px;
	line-height: 26px;
}

.fewm .tbox .t2 {
	font-size: 12px;
	line-height: 26px;
}

.fewm .pic {
	display: inline-block;
	vertical-align: middle;
	width: 129px;
	margin-left: 25px;
}

.fewm .pic img {
	display: block;
	width: 100%;
}

.copyright {
	padding: 32px 0;
	font-size: 14px;
	color: #fff;
	/*color: rgba(255, 255, 255, 0.2);*/
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright a {
	color: #fff;
	margin-right: 10px;
}

.sitemap {
	float: right;
	padding-left: 25px;
	display: inline-block;
	background: url(../img/sitemap.png) no-repeat left center;
}

.sitemap a {
	color: rgba(255, 255, 255, 0.5);
	margin: 0;
}


/*
 
 * inex
 * */

.banner {
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.swiper-container {
	width: 100%;
}

.banner .go_section {
	position: absolute;
	bottom: 60px;
	width: 60px;
	text-align: center;
	z-index: 10;
	left: 50%;
	margin-left: -30px;
}

.go_section a {
	display: block;
	width: 60px;
	height: 60px;
	position: relative;
	margin: 0 auto;
}

.go_section img {
	width: 60px;
	height: auto;
	display: block;
	position: absolute;
	bottom: 0;
	animation-delay: 0ms;
	animation-duration: 1340ms;
	animation-iteration-count: infinite;
	animation-name: arrow;
	animation-play-state: running;
	animation-timing-function: linear;
}

@-webkit-keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(0px, -8px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}

@keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(0px, -8px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}

.bannerswiper .swiper-slide img {
	display: block;
	width: 100%;
	-moz-transition: all 4s;
	-webkit-transition: all 4s;
	transition: all 4s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.bannerswiper .swiper-slide-active img {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

.bannerswiper .swiper-pagination {
	width: 20px;
	top: 50%;
	bottom: auto;
	left: auto;
	right: 80px;
	transform: translateY(-50%);
}

.bannerswiper .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	margin: 10px 0;
	opacity: 1;
	position: relative;
	background: none;
	border-radius: 0;
}

.bannerswiper .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	background: #fff;
	transform: translate(-50%, -50%);
}

.bannerswiper .swiper-pagination-bullet-active {
	background: none;
	border: 1px solid #fff;
}

.btn-sm {
	display: block;
	font-size: 14px;
	line-height: 58px;
	cursor: pointer;
	margin: 0 auto;
	width: 160px;
	height: 60px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #1d1e1e;
	font-weight: bold;
	text-transform: uppercase;
}


/* Global Button Styles */

.animated-button:link,
.animated-button:visited {
	position: relative;
	overflow: hidden;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.animated-button:link:after,
.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}

.animated-button:link:hover,
.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}

.animated-button:link:hover:after,
.animated-button:visited:hover:after {
	height: 450%;
}


/* Victoria Buttons */

.animated-button.victoria-one {
	border: 1px solid #1d1e1e;
}

.animated-button.victoria-one:after {
	background: #1d1e1e;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

.animated-button.victoria-two {
	border: 2px solid #1d1e1e;
}

.animated-button.victoria-two:after {
	background: #1d1e1e;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

.animated-button.victoria-three {
	border: 2px solid #1d1e1e;
}

.animated-button.victoria-three:after {
	background: #1d1e1e;
	opacity: .5;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.animated-button.victoria-three:hover:after {
	height: 140%;
	opacity: 1;
}

.animated-button.victoria-four {
	border: 2px solid #1d1e1e;
}

.animated-button.victoria-four:after {
	background: #1d1e1e;
	opacity: .5;
	-moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.animated-button.victoria-four:hover:after {
	opacity: 1;
	height: 600% !important;
}


/* Sandy Buttons */

.animated-button.sandy-one {
	border: 2px solid #AEA8D3;
	color: #FFF;
}

.animated-button.sandy-one:after {
	border: 3px solid #AEA8D3;
	opacity: 0;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.animated-button.sandy-one:hover:after {
	height: 120% !important;
	opacity: 1;
	color: #FFF;
}

.animated-button.sandy-two {
	border: 2px solid #AEA8D3;
	color: #FFF;
}

.animated-button.sandy-two:after {
	border: 3px solid #AEA8D3;
	opacity: 0;
	-moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.animated-button.sandy-two:hover:after {
	height: 600% !important;
	opacity: 1;
	color: #FFF;
}

.animated-button.sandy-three {
	border: 2px solid #AEA8D3;
	color: #FFF;
}

.animated-button.sandy-three:after {
	border: 3px solid #AEA8D3;
	opacity: 0;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

.animated-button.sandy-three:hover:after {
	height: 400% !important;
	opacity: 1;
	color: #FFF;
}

.animated-button.sandy-four {
	border: 2px solid #AEA8D3;
	color: #FFF;
}

.animated-button.sandy-four:after {
	border: 3px solid #AEA8D3;
	opacity: 0;
	-moz-transform: translateY(-50%) translateX(-50%) rotate(25deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(25deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(25deg);
	transform: translateY(-50%) translateX(-50%) rotate(25deg);
}

.animated-button.sandy-four:hover:after {
	height: 400% !important;
	opacity: 1;
	color: #FFF;
}


/* Gibson Buttons */

.animated-button.gibson-one {
	border: 2px solid #65b37a;
	color: #FFF;
}

.animated-button.gibson-one:after {
	opacity: 0;
	background-image: -webkit-linear-gradient( transparent 50%, rgba(101, 179, 122, 0.2) 50%);
	background-image: -moz-linear-gradient(transparent 50%, rgba(101, 179, 122, 0.2) 50%);
	background-size: 10px 10px;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

.animated-button.gibson-one:hover:after {
	height: 600% !important;
	opacity: 1;
	color: #FFF;
}

.animated-button.gibson-two {
	border: 2px solid #65b37a;
	color: #FFF;
}

.animated-button.gibson-two:after {
	opacity: 0;
	background-image: -webkit-linear-gradient( transparent 50%, rgba(101, 179, 122, 0.2) 50%);
	background-image: -moz-linear-gradient(transparent 50%, rgba(101, 179, 122, 0.2) 50%);
	background-size: 10px 10px;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

.animated-button.gibson-two:hover:after {
	height: 600% !important;
	opacity: 1;
	color: #FFF;
}

.animated-button.gibson-three {
	border: 2px solid #65b37a;
	color: #FFF;
}

.animated-button.gibson-three:after {
	opacity: 0;
	background-image: -webkit-linear-gradient( transparent 50%, rgba(101, 179, 122, 0.2) 50%);
	background-image: -moz-linear-gradient(transparent 50%, rgba(101, 179, 122, 0.2) 50%);
	background-size: 10px 10px;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.animated-button.gibson-three:hover:after {
	height: 600% !important;
	opacity: 1;
	color: #FFF;
}

.animated-button.gibson-four {
	border: 2px solid #65b37a;
	color: #FFF;
}

.animated-button.gibson-four:after {
	opacity: 0;
	background-image: -webkit-linear-gradient( transparent 50%, rgba(101, 179, 122, 0.2) 50%);
	background-image: -moz-linear-gradient(transparent 50%, rgba(101, 179, 122, 0.2) 50%);
	background-size: 10px 10px;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.animated-button.gibson-four:hover:after {
	height: 600% !important;
	opacity: 1;
	color: #FFF;
}


/* Thar Buttons */

.animated-button.thar-one {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid #F7CA18;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.animated-button.thar-one:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: none;
}

.animated-button.thar-one:hover:before {
	bottom: 0%;
	top: auto;
	height: 100%;
}

.animated-button.thar-one:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #F7CA18;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.animated-button.thar-two {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid #F7CA18;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.animated-button.thar-two:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: ntwo;
}

.animated-button.thar-two:hover:before {
	top: 0%;
	bottom: auto;
	height: 100%;
}

.animated-button.thar-two:before {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #F7CA18;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.animated-button.thar-three {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid #F7CA18;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.animated-button.thar-three:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: nthree;
}

.animated-button.thar-three:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}

.animated-button.thar-three:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #F7CA18;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.animated-button.thar-four {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid #F7CA18;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.animated-button.thar-four:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: nfour;
}

.animated-button.thar-four:hover:before {
	right: 0%;
	left: auto;
	width: 100%;
}

.animated-button.thar-four:before {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #F7CA18;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.intitle {
	text-align: center;
	font-weight: bold;
}

.intitle .en {
	font-size: 0;
	line-height: 20px;
}

.intitle .en span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #265ba9;
	text-transform: uppercase;
	font-family: 'GOTHICB';
}

.intitle .en:after,
.intitle .en:before {
	content: "";
	width: 40px;
	height: 2px;
	background: #265ba9;
	display: inline-block;
	vertical-align: middle;
}

.intitle .en:after {
	margin-left: 10px;
}

.intitle .en:before {
	margin-right: 10px;
}

.intitle .ch {
	font-size: 35px;
	color: #1d1e1e;
	margin-bottom: 10px;
}

.animated .en:after,
.animated .en:before {
	animation-delay: 500ms;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-name: run;
	animation-play-state: running;
	animation-timing-function: linear;
}

@-webkit-keyframes run {
	0% {
		width: 0;
	}
	50% {
		width: 20px;
	}
	100% {
		width: 40px;
	}
}

@keyframes run {
	0% {
		width: 0;
	}
	50% {
		width: 20px;
	}
	100% {
		width: 40px;
	}
}

.in-sec1 {
	padding: 120px 0;
	padding: 45px;
	background: #fff url(../img/in1bg.png) no-repeat left bottom;
}

.in-sec1 .pic {
	float: left;
	width: 36.54%;
	background: url(../img/aboutbg.png) no-repeat left top;
	padding: 40px 0 0 40px;
}

.in-sec1 .pic img {
	width: 100%;
	display: block;
}

.in-sec1 .tbox {
	position: relative;
	float: left;
	margin-left: 9.55%;
	width: 49%;
	padding-top: 65px;
	margin-top: 90px;
}

.in-sec1 .intitle {
	text-align: left;
}

.in-sec1 .intitle .en:after {
	display: none;
}

.in-sec1 .tbox .t1 {
	margin-top: 40px;
	font-size: 35px;
	color: #1d1e1e;
	font-weight: bold;
	margin-left: 50px;
}

.in-sec1 .tbox .t2 {
	margin-top: 30px;
	font-size: 16px;
	color: #1d1e1e;
	line-height: 30px;
	/*height: 120px;*/
	height: 150px;
	margin-left: 50px;
}

.in-sec1 .tbox .btn-sm {
	margin: 70px 0 0 50px;
}

.in-sec1 .tbox .t3 {
	position: absolute;
	top: 0;
	left: 0;
	/*font-size: 150px;*/
	/*color: #f8f8f8;*/
	font-size: 58px;
    color: #b5b5b5;
	line-height: 150px;
	opacity: 0.5;
	text-transform: uppercase;
	font-family: 'GOTHICB';
	font-weight: bold;
	z-index: -1;
}

.in-sec2 {
	padding: 80px 0;
	position: relative;
}

.in-sec2 .bg {
	position: absolute;
	top: 0;
	left: 68.5px;
	right: 68.5px;
	height: 400px;
	background-image: url(../img/index2_02.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	/* 兼容Webkit内核浏览器如Chrome和Safari */
	-o-background-size: cover;
	/* 兼容Opera */
	zoom: 1;
	z-index: -1;
}

.in-sec2 .intitle .ch {
	color: #fff;
}

.in-sec2 .main {
	margin-top: 75px;
	padding-bottom: 20px;
}

.in-sec2 .main ul li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	padding: 50px 0;
	text-align: center;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	background: #fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.in-sec2 .main ul li:nth-child(4n) {
	margin-right: 0;
}

.in-sec2 .main ul li:hover {
	background: #265ba9;
}

.in-sec2 .main ul li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.in-sec2 .main ul li .t1 {
	font-size: 26px;
	color: #1d1e1e;
	line-height: 30px;
	/*margin: 20px 0 80px;*/
	margin: 20px 0 22px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.in-sec2 .main ul li .t2 {
	font-size: 14px;
	color: #1d1e1e;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 40px;
	/*line-height: 20px;*/
	line-height: 30px;
}

.in-sec2 .btn-sm {
	/*margin: 20px auto 0;*/
	margin: 60px auto 0;
}

.in-sec2 .main ul li:hover .btn-sm {
	border-color: #fff;
	color: #fff;
}

.in-sec2 .main ul li .t2 {
	margin-top: 5px;
	font-size: 14px;
	color: #1d1e1e;
	padding: 0 20px;
}

.in-sec2 .main ul li:hover .t1,
.in-sec2 .main ul li:hover .t2 {
	color: #fff;
}

.in-sec2 .main ul li:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.in-sec3 {
	padding-bottom: 80px;
	background: url(../img/casebg.png) no-repeat left top;
	background-size: cover;
}

.in-sec3 .w2 {
	padding: 70px 0 0;
	position: relative;
	z-index: 0;
}

.in-sec3 .intitle {
	text-align: left;
	position: relative;
}

.in-sec3 .intitle .en:after {
	display: none;
}

.in-sec3 .intitle .ch {
	margin-top: 30px;
	margin-left: 50px;
}

.in-sec3 .tabs {
	position: absolute;
	bottom: 0;
	right: 0;
}

.in-sec3 .tabs ul {
	display: inline-block;
}

.in-sec3 .tabs ul li {
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #1d1e1e;
	font-family: "GOTHICB", "PingFangSC";
	cursor: pointer;
}

.in-sec3 .tabs ul li.on {
	color: #265ba9;
}

@font-face {
	font-family: 'GOTHIC';
	src: url('../font/GOTHIC.TTF');
	font-weight: bold;
	font-style: normal;
}

.in-sec3 .tabs .more {
	font-size: 16px;
	color: #505353;
	font-family: 'GOTHIC';
	font-weight: normal;
	margin-left: 60px;
}

.in-sec3 .tabs .more:hover {
	color: #265ba9;
	text-decoration: underline;
}

.mihome {
	position: absolute;
	top: 0;
	left: 0;
	/*font-size: 150px;*/
	/*color: #f8f8f8;*/
	font-size: 54px;
    color: #b5b5b5;
	line-height: 150px;
	opacity: 0.5;
	text-transform: uppercase;
	font-weight: bold;
	z-index: -1;
}

.in-sec3 .main {
	margin-top: 55px;
}

.caselist {}

.caselist a {
	display: block;
	position: relative;
	overflow: hidden;
	transition:all 0.36s;
}

.caselist img {
	display: block;
	width: 100%;
}

.caselist .tbox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	color: #fff;
	background: rgb(0 0 0 / 25%);
	/*background: url(../img/casetbg.png) no-repeat left bottom;*/
	/*background-size: cover;*/
	/*padding: 154px 30px 30px;*/
	padding: 4px 30px 30px;
	/*padding: 193px 30px 30px;*/
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 2;
}

.caselist a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(29, 30, 30, 0.9);
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 1;
}

.caselist a:hover:before {
	top: 0;
}

.caselist a:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -50px;
	width: 50px;
	height: 50px;
	background: #265ba9 url(../img/jia.png) no-repeat center center;
	z-index: 3;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.caselist a:hover:after {
	right: 0;
}

.caselist a:hover .tbox {
	height: 100%;
	padding-top: 60px;
	background: none;
}
.caselist a:hover .tbox .t2{display:none;}
.caselist .tbox .t1 {
    text-align: left;
	/*font-size: 20px;*/
	font-size: 29px;
	height: 30px;
	line-height: 30px;
}

.caselist .tbox .t1:before {
	content: "";
	width: 4px;
	height: 50px;
	background: #265ba9;
}

.caselist .tbox .t2 {
	/*margin-top: 5px;*/
	margin-top: 13px;
	font-size: 14px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #fff;
	border-radius: 25px;
	padding: 0 10px;
	display: inline-block;
}

.caselist .tbox .t3 {
	margin-top: 40px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.caselist a:hover .t3 {
	display: none;
}

.caselist .tbox .t4 {
	/*font-size: 14px;*/
	font-size: 16px;
	height: 0;
	/*line-height: 26px;*/
	line-height: 36px;
	opacity: 0;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.caselist a:hover .t4 {
	/*margin-top: 50px;*/
	height: 170px;
	margin-top: 21px;
	opacity: 0.7;
}

.caselist .swiper-pagination {
	position: static;
	margin-top: 50px;
}

.caselist .swiper-pagination-bullet {
	background: #1d1e1e;
	opacity: 1;
	border-radius: 0;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.caselist .swiper-pagination-bullet-active {
	background: #265ba9;
}

.in-sec4 {
	/*padding: 80px 0 100px;*/
	padding: 80px 0 0px;
	background: #fff;
}

.in-sec4 .main {
	display: table;
	width: 100%;
}

.in-sec4 .tbox {
	text-align: center;
	width: 36.4%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 100px;
	background: url(../img/in4t.png) no-repeat center bottom;
	background-size: cover;
}

.in-sec4 .ico {
	/*width: 46px;*/
	width: 167px;
	margin: 0 auto;
}

.in-sec4 .ico img {
	display: block;
	width: 100%;
}

.in-sec4 .t1 {
	/*margin-top: 55px;*/
	margin-top: 25px;
	font-size: 35px;
	color: #265ba9;
	font-weight: bold;
}

.in-sec4 .t2 {
	margin-top: 5px;
	font-size: 22px;
	color: #ffffff;
}

.in-sec4 .t3 {
	margin-top: 25px;
	font-size: 14px;
	color: #717171;
	line-height: 22px;
	height: 44px;
}

.in-sec4 .pic {
	text-align: center;
	width: 63.6%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.video-box {
	width: 100%;
	min-height: 520px;
	background: rgba(0, 0, 0, .95);
}

.in-sec4 .video-js .vjs-big-play-button {
	width: 92px;
	height: 78px;
	line-height: 78px;
	margin: -39px 0 0 -46px;
	border-radius: 0;
	border: 0;
	background: url(../img/paly.png) no-repeat center center;
}

.in-sec4 .video-js:hover .vjs-big-play-button,
.in-sec4 .video-js .vjs-big-play-button:focus {
	background: url(../img/paly.png) no-repeat center center;
}

.in-sec4 .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	display: none;
}

.video-js .vjs-tech {
	outline: none;
	object-fit: cover;
}

.in-sec5 .main {
	padding: 110px 145px 140px;
	background: #2c2b2b url(../img/in5bg.jpg) no-repeat center center;
	background-size: cover;
}

.in-sec5 .intitle .ch {
	color: #fff;
}

.in-sec5 .teamlist {
	margin-top: 55px;
	position: relative;
	padding: 0 50px;
}

.in-sec5 .swiper-button-prev {
	height: 60px;
	width: 22px;
	background: url(../img/teamleft.png) no-repeat left top;
	background-size: 100% 100%;
	margin-top: -30px;
	opacity: 1;
}

.in-sec5 .swiper-button-next {
	height: 60px;
	width: 22px;
	background: url(../img/teamright.png) no-repeat left top;
	background-size: 100% 100%;
	margin-top: -30px;
	opacity: 1;
}

.teamlist a {
	display: block;
	background: #1d1e1e;
	text-align: center;
}

.teamlist .pic {
	overflow: hidden;
}

.teamlist .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.teamlist .pic:hover img {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.teamlist .tbox {
	padding: 30px;
}

.teamlist .t1 {
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	color: #fff;
}

.teamlist .t2 {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: #ffffff;
	opacity: 0.5;
}

.in-sec6 {
	padding: 120px 0;
	background: #fff;
}

.in-sec6 .main {
	margin-top: 45px;
}

.in-sec6 .main li {
	float: left;
	width: 16.66%;
	border-top: 2px solid #ebebeb;
	border-left: 2px solid #ebebeb;
	overflow: hidden;
	height: 132px;
	line-height: 130px;
	font-size: 0;
	text-align: center;
}

.in-sec6 .main li img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.in-sec6 .main li:hover img {
	opacity: 0.7;
}

.in-sec6 .main li:nth-child(6n+1) {
	/*border-left: none;*/
	margin-left: -2px;
}

.in-sec6 .main li:nth-child(1),
.in-sec6 .main li:nth-child(2),
.in-sec6 .main li:nth-child(3),
.in-sec6 .main li:nth-child(4),
.in-sec6 .main li:nth-child(5),
.in-sec6 .main li:nth-child(6) {
	border-top-color: #fff;
}

.in-sec6 .btn-sm {
	margin-top: 50px;
}


/*
 
 * case
 * 
 * */

.bannertbox {
	text-align: center;
	position: absolute;
	left: 0;
	/*bottom: 0;*/
	top: 30%;
	width: 100%;
}

.bannertbox .t1 {
	margin-top: 40px;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
}

.bannertbox .t2 {
	margin-top: 70px;
	font-size: 150px;
	line-height: 115px;
	color: #fff;
	font-weight: bold;
	opacity: 0.05;
	text-transform: uppercase;
}

.bannertbox .ico {
	width: 46px;
	margin: 0 auto;
}

.bannertbox .ico img {
	display: block;
	width: 100%;
}

.case-sec1 {
	margin-top: -40px;
	position: relative;
	z-index: 2;
	font-size: 0;
}

.case-sec1 ul {
	border: 1px solid #dddddd;
	border-bottom: 5px solid #1d1e1e;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.case-sec1 li {
	background: #eeeeee;
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	line-height: 70px;
}

.case-sec1 li .t1 {
	width: 12%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #1d1e1e;
	opacity: 0.7;
}

.case-sec1 li .t2 {
	width: 88%;
	display: table-cell;
	vertical-align: middle;
	background: #ffffff;
}

.case-sec1 li .t2 a {
	display: inline-block;
	vertical-align: middle;
	opacity: 0.7;
	font-size: 16px;
	color: #1d1e1e;
	margin-left: 40px;
}

.case-sec1 li .t2 a.on,
.case-sec1 li .t2 a:hover {
	opacity: 1;
	font-weight: bold;
}

.search-form .searchinput {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	font-size: 16px;
	height: 70px;
	line-height: 70px;
	text-indent: 40px;
}

.search-form button[type=submit] {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	width: 70px;
	height: 70px;
	color: #fff;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.search-form button[type=submit]:hover {
	background-color: #265ba9;
}

.search-form button[type=submit]:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.case-sec2 {
	padding: 60px 0;
	background: #fff;
}

.caselist2 li {
    box-shadow: 0px 0px 5px 2px #ccc;
	margin-bottom: 40px;
	background: #f8f8f8;
	float: left;
	width: 31.6%;
	margin-bottom: 40px;
	margin-right: 2.6%;
}

.caselist2 li:nth-child(3n) {
	margin-right: 0;
}

.caselist2 li .pic {
	overflow: hidden;
}

.caselist2 li .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.caselist2 li:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.caselist2 li .tbox {
	padding: 30px;
}

.caselist2 li .tbox .t1 {
	font-size: 20px;
	color: #1d1e1e;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	background: url(../img/search.png) no-repeat right bottom;
}

.caselist2 li .tbox .t2 {
	margin-top: 10px;
	font-size: 16px;
	color: #1d1e1e;
	height: 16px;
	line-height: 16px;
}

.caselist2 li .tbox .t3 {
	margin-top: 30px;
}

.caselist2 li .tbox .designer {
	float: left;
}

.caselist2 li .tbox .designer-head {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
}

.caselist2 li .tbox .designer-head img {
	display: block;
	width: 100%;
}

.caselist2 li .tbox .designer-name {
    margin-left: 5px;
	font-size: 14px;
	color: #1d1e1e;
	opacity: 1;
	display: inline-block;
	vertical-align: middle;
}

.caselist2 li .tbox .more {
	float: right;
	font-size: 14px;
	color: #1d1e1e;
	width: 140px;
	line-height: 40px;
	border-radius: 4px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 0px 27px rgba(0, 0, 0, .05);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.caselist2 li:hover .tbox .more {
	box-shadow: 0px 0px 27px rgba(0, 0, 0, .2);
}

.pages {
	margin-top: 100px;
	text-align: center;
	font-size: 0;
}

.pages a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	font-size: 14px;
	color: rgba(29, 30, 30, 0.7);
	padding: 0 12px;
	min-width: 34px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #edecec;
}

.pages a.on,
.pages a:hover {
	color: #fff;
	background: #d84a3d;
	border-color: #d84a3d;
}


/*
 
 * 
 * 
 * */

.nycontainer .w2 {
	background: #f8f8f8;
	padding-bottom: 110px;
}

.weizhi {
	line-height: 70px;
	font-size: 14px;
	color: rgba(29, 30, 30, 0.7);
	padding-left: 25px;
	background: url(../img/home.png) no-repeat left center;
}

.weizhi a {
	margin-right: 5px;
	color: rgba(29, 30, 30, 0.7);
}

.weizhi a:hover {
	color: rgba(29, 30, 30, 1);
}

.newsdetails {
	background: #fff;
	padding: 60px 180px;
	box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.05);
}

.newsdetails .t1 {
	font-size: 35px;
	color: #1d1e1e;
	font-weight: bold;
	text-align: center;
}

.newsdetails .t2 {
	margin-top: 15px;
	font-size: 22px;
	color: #626262;
	font-weight: bold;
	text-align: center;
}

.newsdetails .t3 {
	margin-top: 40px;
	font-size: 16px;
	color: rgba(29, 30, 30, 0.5);
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
}

.newsdetails .t3 .sp2 {
	float: right;
}

.details {
	margin-top: 40px;
	font-size: 16px;
	color: #1d1e1e;
	line-height: 26px;
}

.details img {
	width: 100%;
}

.pages2 {
	margin-top: 80px;
	background: #fff;
	padding: 0 50px;
	border-radius: 4px;
	box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.05);
}

.pages2 li {
	float: left;
	width: 45%;
}

.pages2 li:nth-child(2) {
	width: 10%;
	text-align: center;
}

.pages2 li:last-child {
	float: right;
	text-align: right;
}

.pages2 li a {
	font-size: 16px;
	color: #1d1e1e;
	font-weight: bold;
	line-height: 80px;
	height: 80px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.pages2 li span {
	color: #7a7a7a;
	font-weight: normal;
}

.xqprev {
	padding-left: 25px;
	background: url(../img/xqleft.png) no-repeat left center;
}

.xqnext {
	padding-right: 25px;
	background: url(../img/xqright.png) no-repeat right center;
}

.xqprev:hover {
	padding-left: 30px;
}

.xqnext:hover {
	padding-right: 30px;
}

.pages2 .bshare-custom #bshare-more-icon,
.pages2 .bshare-custom .bshare-more-icon {
	padding: 0!important;
	margin: 0!important;
}

.pages2 .bshare-custom .bshare-more.more-style-addthis {
	background: #fff;
}

.pages2 .bshare-custom img {
	vertical-align: middle;
}

.casexq-sec1 .details {
	font-size: 16px;
	color: rgba(30, 29, 29, 0.7);
}

.casexq-sec1 .pages2 {
	margin-top: 40px;
}

.newsdetails {
	padding: 60px 50px;
}

.leftlayout {
	float: left;
	width: 70%;
}

.rightlayout {
	float: right;
	width: 27.2%;
}

.rightlayout .box {
	margin-bottom: 40px;
	padding: 40px 30px;
	background: #fff;
	box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	overflow: hidden;
}

.rightlayout .box .tit1 {
	font-size: 20px;
	color: #1d1e1e;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 30px;
}

.rightlayout .box .tit2 {
	font-size: 20px;
	color: #1d1e1e;
	font-weight: bold;
	border-bottom: 1px solid #1d1e1e;
	line-height: 20px;
	padding-bottom: 30px;
}

.designerxq {
	background: #f8f8f8;
	width: 100%;
	display: table;
	table-layout: fixed;
}

.designerxq .pic {
	display: table-cell;
	vertical-align: middle;
	width: 34.5%;
}

.designerxq .pic img {
	display: block;
	width: 100%;
}

.designerxq .tbox {
	display: table-cell;
	vertical-align: middle;
	width: 65.5%;
	padding: 20px;
}

.designerxq .tbox .t1 {
	font-size: 18px;
	color: #1d1e1e;
	font-weight: bold;
	margin-bottom: 10px;
}

.designerxq .tbox .t2 {
	font-size: 14px;
	color: #1d1e1e;
	font-weight: bold;
}

.designerxq .tbox .t3 {
	margin-top: 20px;
	font-size: 14px;
	color: #1d1e1e;
	line-height: 22px;
	height: 88px;
	opacity: 0.7;
	overflow: auto;
}

.masterpiece {
	margin-top: 30px;
}

.masterpiece .tit {
	font-size: 18px;
	color: #1d1e1e;
	line-height: 18px;
	border-bottom: 1px solid rgba(30, 29, 29, .1);
	padding-bottom: 15px;
	background: url(../img/down.png) no-repeat right 4px;
}

.masterpiece .pic {
	margin-top: 20px;
	overflow: hidden;
}

.masterpiece .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.masterpiece .pic img:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.worksswiper .swiper-slide {
	background: #fff;
}

.works-pagination {
	margin-top: 20px;
}

.works-pagination li {
	float: left;
	width: 100%;
	padding: 0 15px;
	margin: 18px 0;
	font-size: 0;
	border-right: 1px solid rgba(30, 29, 29, .1);
}

/*.works-pagination li:nth-child(3n) {*/
/*	border: none;*/
/*}*/

.works-pagination li a {
	color: rgba(30, 29, 29, .7);
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.works-pagination li span {
	height: 18px;
	line-height: 18px;
	font-size: 17px;
}

.works-pagination li a:before {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	top: -10px;
	height: 10px;
	opacity: 0;
	background: url(../img/jiao.png) no-repeat top center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.works-pagination li.active a:before {
	opacity: 1;
}

.works-pagination li.active a {
	color: #265ba9;
}

.casetype {}

.casetype a {
	display: block;
	font-size: 16px;
	color: #1d1e1e;
	line-height: 45px;
}

.casetype li {
	border-bottom: 1px solid rgba(30, 29, 29, .1);
	background: url(../img/jiao2.png) no-repeat right center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.casetype li:hover {
	border-color: #1d1e1e;
}

.keywords {
	margin-top: 20px;
}

.keywords a {
	display: inline-block;
	margin-bottom: 10px;
	border: 1px solid rgba(30, 29, 29, .1);
	font-size: 14px;
	color: #1d1e1e;
	min-width: 84px;
	height: 45px;
	line-height: 43px;
	padding: 0 10px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.keywords a:hover {
	background: #1d1e1e;
	color: #fff;
	border-color: #1d1e1e;
}


/*
 
 * service
 * 
 * */

.ser-sec1 {
	padding: 100px 0;
	background: #fff;
}

.ser-sec1 .main {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.ser-sec1 .pic {
	overflow: hidden;
	width: 64.7%;
	display: table-cell;
	vertical-align: middle;
}

.ser-sec1 .pic img {
	display: block;
	width: 100%;
}

.ser-sec1 .tbox {
	width: 35.3%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 78px;
	overflow: hidden;
}

.ser-sec1 .tbox img {
	width: 95px;
	margin: 0 auto;
	display: block;
}

.ser-sec1 .tbox .t1 {
	margin-top: 25px;
	font-size: 35px;
	color: #000000;
	font-weight: bold;
}

.ser-sec1 .tbox .t1 span {
	color: #265ba9;
}

.ser-sec1 .tbox .t2 {
	margin-top: 20px;
	font-size: 16px;
	color: rgba(30, 29, 29, .7);
	line-height: 26px;
}

.ser-sec2 .main {
	padding: 100px 0;
	background: #ebebeb;
}

.ser-sec2 li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	position: relative;
}

.ser-sec2 li:nth-child(4n) {
	margin-right: 0;
}

.ser-sec2 li .pic {
	overflow: hidden;
	border-radius: 10px;
}

.ser-sec2 li img {
	display: block;
	width: 100%;
}

.ser-sec2 li .tbox {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 35px;
	bottom: 30px;
	font-size: 24px;
	color: #ffffff;
	line-height: 35px;
	background: url(../img/ser201.png) no-repeat right bottom;
}

.ser-sec2 li:nth-child(2) .tbox {
	background-image: url(../img/ser202.png)
}

.ser-sec2 li:nth-child(3) .tbox {
	background-image: url(../img/ser203.png)
}

.ser-sec2 li:nth-child(4) .tbox {
	background-image: url(../img/ser204.png)
}

.ser-sec2 li .tbox:before {
	content: "";
	width: 30px;
	height: 3px;
	background: url(../img/ser2bg.png) no-repeat left top;
	background-size: cover;
	display: block;
	margin-bottom: 30px;
}

.ser-sec3 {
	padding: 100px 0;
	background: #fff;
}

.ser-sec3 li {
	float: left;
	width: 10%;
	text-align: center;
}

.ser-sec3 li .pic {
	position: relative;
}

.ser-sec3 li .pic:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 10px;
	height: 18px;
	background: url(../img/down2.png) no-repeat left top;
}

.ser-sec3 li:last-child .pic:after {
	display: none;
}

.ser-sec3 li .pic img {
	width: 90px;
	margin: 0 auto;
	display: block;
}

.ser-sec3 li .tbox {
	margin-top: 30px;
	font-size: 16px;
	color: #1d1e1e;
	font-weight: bold;
}

.ser-sec4 .main {
	padding: 95px 0;
	background-color: #1a1b1b;
	background-image: url(../img/ser4bg.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	zoom: 1;
	text-align: center;
}

.nytitle2 {
	font-size: 26px;
	color: #ffffff;
	text-align: center;
}

.nytitle2:after {
	content: "";
	display: block;
	margin: 25px auto 0;
	width: 40px;
	height: 2px;
	background: #265ba9;
}

.ser-sec4 .pic {
	margin-top: 40px;
}

.ser-sec4 .pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.ser-sec5 {
	padding: 100px 0;
	background: #fff;
}

.ser-sec5 li {
	position: relative;
	float: left;
	width: 30.88%;
	margin-right: 3.68%;
	margin-top: 4%;
}

.ser-sec5 li:nth-child(3n) {
	margin-right: 0;
}

.ser-sec5 li:after {
	content: "";
	position: absolute;
	right: -25px;
	top: 0;
	height: 100%;
	width: 1px;
	background: rgba(229, 229, 229, 0.5);
}

.ser-sec5 li:nth-child(3n):after {
	display: none;
}

.ser-sec5 li .pic {
	overflow: hidden;
}

.ser-sec5 li .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.ser-sec5 li:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.ser-sec5 li .tbox {
	padding: 35px 35px 0;
}

.ser-sec5 li .tbox .t1 {
    text-align: center;
	font-size: 26px;
	color: #265ba9;
	font-weight: bold;
}

.ser-sec5 li .tbox .t2 {
	margin-top: 15px;
	font-size: 16px;
	color: #1d1e1e;
	line-height: 30px;
	min-height: 90px;
}

.ser-sec6 .main {
	background: #e7ebee url(../img/ser6bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 90px 0;
}

.ser-sec6 .overflow {
	position: relative;
}

.ser-sec6 li {
	float: left;
	width: 49.26%;
	margin: 10px 1.48% 10px 0;
	padding: 45px 10px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}

.ser-sec6 li:nth-child(2n) {
	margin-right: 0;
}

.ser-sec6 .t1 {
	font-size: 26px;
	color: #ffffff;
}

.ser-sec6 .t2 {
	margin-top: 45px;
}

.ser-sec6 .t2 img {
	display: block;
	width: 50px;
	margin: 0 auto;
}

.ser-sec6 .t2 .t {
	margin-top: 15px;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.7);
}

.ser-sec6 .item {
	display: inline-block;
	min-width: 80px;
	margin: 0 10px;
}

.ser-sec6 .tit {
	font-size: 30px;
	color: #fff;
	text-align: center;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #265ba9;
	display: table;
	z-index: 0;
}

.ser-sec6 .tit strong {
	display: block;
	font-size: 35px;
}

.ser-sec6 .tit .tbox {
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
	/*display: table-cell;*/
	vertical-align: middle;
}
.ser-sec6 .tit .tbox img{width: 86%;}
.ser-sec6 .tit:after {
	content: "";
	width: 210px;
	height: 210px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #265ba9;
	z-index: -1;
	opacity: 0.4;
	-webkit-animation: zoom1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
	animation: zoom1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}

@-webkit-keyframes zoom1 {
	0% {
		width: 210px;
		height: 210px;
	}
	35% {
		opacity: 0.3;
		width: 220px;
		height: 220px;
	}
	50% {
		opacity: 0.2;
		width: 230px;
		height: 230px;
	}
	100% {
		opacity: 0;
		width: 240px;
		height: 240px;
	}
}

@keyframes zoom1 {
	0% {
		width: 210px;
		height: 210px;
	}
	35% {
		opacity: 0.3;
		width: 220px;
		height: 220px;
	}
	50% {
		opacity: 0.2;
		width: 230px;
		height: 230px;
	}
	100% {
		opacity: 0;
		width: 240px;
		height: 240px;
	}
}


/*
 
 * about
 * 
 * */

.nytitle {
	text-align: center;
	position: relative;
}

.nytitle .en {
	font-size: 150px;
	line-height: 105px;
	color: #f8f8f8;
	opacity: 0.02;
	text-transform: uppercase;
	font-family: 'GOTHICB';
}

.nytitle .ch {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	font-size: 35px;
	color: #ffffff;
	font-weight: bold;
	transform: translate(-50%, -50%);
	padding-bottom: 15px;
	letter-spacing: 6px;
}

.nytitle .ch:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 2px;
	background: #265ba9;
}

.about-sec1 .main {
	padding: 80px 0;
	background: url(../img/brandbg.jpg) no-repeat center top;
	background-size: cover;
}

.about-sec1 .tbox {
	font-size: 20px;
	color: #ffffff;
	opacity: 0.5;
	text-align: center;
	margin-top: 15px;
}

.about-sec1 .con {
	margin-top: 40px;
	padding: 70px 0;
	position: relative;
}

.about-sec1 .con:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -23px;
	width: 46px;
	height: 35px;
	background: url(../img/yinhao.png) no-repeat left top;
	background-size: cover;
}

.about-sec1 .con:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -23px;
	width: 46px;
	height: 35px;
	background: url(../img/yinhao.png) no-repeat left top;
	background-size: cover;
	transform: rotate(180deg);
}

.about-sec1 .con li {
	float: left;
	width: 25%;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	height: 190px;
	line-height: 188px;
	font-size: 0;
	text-align: center;
	position: relative;
}

.about-sec1 .con li .t {
    width: 100%;
	position: absolute;
	left: 50%;
	bottom: 35px;
	transform: translateX(-50%);
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
}

.about-sec1 .con li:nth-child(1),
.about-sec1 .con li:nth-child(2),
.about-sec1 .con li:nth-child(3),
.about-sec1 .con li:nth-child(4) {
	border-top-color: transparent;
}

.about-sec1 .con li:nth-child(4n+1) {
	margin-left: -1px;
}

.about-sec1 .con li img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.about-sec1 .con li:hover img {
	opacity: 0.7;
}

.about-sec2 .main {
	padding: 95px 0;
	background-color: #eeeeee;
	background-image: url(../img/aboutbg.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	zoom: 1;
}

.about-sec2 .tbox {
	/*width: 50%;*/
	/*margin-left: 50%;*/
	width: 100%;
	/*margin-left: 50%;*/
	padding: 50px;
	color: #fff;
	background: rgba(29, 30, 30, 0.9);
}

.about-sec2 .tbox .t1 {
	font-size: 26px;
	color: rgba(255, 255, 255, 0.3);
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'GOTHIC';
	position: relative;
}

.about-sec2 .tbox .t1:before {
	content: "";
	position: absolute;
	top: 0;
	left: -50px;
	height: 100%;
	width: 4px;
	background: #265ba9;
}

.about-sec2 .tbox .t2 {
    
	margin-top: 25px;
	font-size: 26px;
	line-height: 40px
}

.about-sec2 .tbox .t3 {
    color: #2c81ff;
	margin-top: 10px;
	font-size: 35px;
	font-weight: bold;
}

.about-sec2 .tbox .t4 {
	margin-top: 35px;
	/*font-size: 16px;*/
	/*line-height: 26px;*/
	font-size: 18px;
    line-height: 42px;
	opacity: 0.8;
}

.about-sec3 .main {
	padding-bottom: 120px;
	background: #fff;
}

.about-sec3 .history {
	padding: 110px 0 0;
	background: url(../img/historybg.jpg) no-repeat top center;
	background-size: cover;
}

.historyswiper1 {
	margin-top: 150px;
}

.historyswiper1 .con {
	background: rgba(29, 30, 30, 0.7);
}

.historyswiper1 .tbox {
	width: 464px;
	margin: 0 auto;
	height: 160px;
	display: table;
	color: #fff;
	margin-top: 50px;
	max-width: 90%;
}

.historyswiper1 .tbox .tablecell {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 26px;
	padding: 0 40px;
	background: #265ba9;
}

.historyswiper1 .tbox .t1 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	font-size: 100px;
	font-family: 'GOTHICB';
	line-height: 100px;
	text-align: center;
}

.historyswiper1 .t2 {
	margin-top: 10px;
}

.historyswiper1 .tbox ul {
	border-left: 2px solid #fff;
	padding-left: 20px;
}

.historyswiper2 {
	position: relative;
	/*padding: 0 175px;*/
	padding: 0 9.9%;
	background: url(../img/jiao3.png) no-repeat top center;
}

.historyswiper2:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 2px;
	background: #dddddd;
	width: 100%;
}

.historyswiper2 .arrow-left,
.historyswiper2 .arrow-right {
	width: 39px;
	height: 37px;
	position: absolute;
	top: 50%;
	margin-top: -18.5px;
	cursor: pointer;
}

.historyswiper2 .arrow-left {
	left: 0;
	background: url(../img/arrow-left.png) no-repeat left top;
}

.historyswiper2 .arrow-right {
	right: 0;
	background: url(../img/arrow-right.png) no-repeat left top;
}

.historyswiper2 .swiper-slide {
	padding: 60px 0;
	text-align: center;
}

.historyswiper2 .pic {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border: 1px solid #dddddd;
	line-height: 78px;
	font-size: 0;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
}


/*.historyswiper2 .swiper-slide:hover .pic,*/

.historyswiper2 .active-nav .pic {
	background: #265ba9;
	border-color: #265ba9;
}

.historyswiper2 .pic img {
	vertical-align: middle;
	max-width: 100%;
}


/*.historyswiper2 .swiper-slide:hover .pic img,*/

.historyswiper2 .active-nav .pic img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.historyswiper2 .tbox {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 30px;
	color: #1d1e1e;
	font-family: 'GOTHICB';
	line-height: 45px;
	opacity: 0.5;
}


/*.historyswiper2 .swiper-slide:hover .tbox,*/

.historyswiper2 .active-nav .tbox {
	opacity: 1;
}


/*
 
 * contact
 * 
 * */

.contact-sec1 {
	/*margin-top: -40px;*/
	position: relative;
	z-index: 2;
	font-size: 0;
}

.contact-sec1 .main {
	background: #f8f8f8;
}

.contact-sec1 .main ul {
	position: relative;
	top: -40px;
	padding: 60px 0;
	background: #fff;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.contact-sec1 .main ul li {
	float: left;
	width: 50%;
	border-left: 2px solid #f3f4f4;
}

.contact-sec1 .main ul li:first-child {
	text-align: center;
	border: 0;
}

.telbox {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding-left: 90px;
	background: url(../img/tel2.png) no-repeat left center;
}

.telbox:before {
	content: "";
	width: 20px;
	height: 2px;
	background: #265ba9;
	position: absolute;
	margin-bottom: 20px;
}

.telbox .t1 {
	font-size: 35px;
	color: #265ba9;
	line-height: 45px;
	font-family: 'GOTHICB';
}

.telbox .t2 {
	font-size: 16px;
	color: #1d1e1e;
	line-height: 40px;
}

.ewmbox {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 50px;
}

.ewmbox .tbox {
	opacity: 0.8;
	font-weight: bold;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.ewmbox .tbox .t1 {
	font-size: 26px;
}

.ewmbox .tbox .t2 {
	font-size: 14px;
}

.ewmbox .pic {
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
	width: 140px;
	border: 1px solid #dedede;
	/*padding: 5px;*/
}

.ewmbox .pic img {
	display: block;
	width: 100%;
}

.contact-sec2 .main {
	padding: 60px 0;
	background: #f8f8f8;
}

.contact-sec2 .nytitle2 {
	font-size: 35px;
	color: #1d1e1e;
	font-weight: bold;
	text-align: center;
}

.contact-sec2 ul {
	margin-top: 60px;
}

.contact-sec2 li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.contact-sec2 li:nth-child(5n) {
	margin-right: 0;
}

.contact-sec2 .pic {
	overflow: hidden;
}

.contact-sec2 .pic img {
	display: block;
	width: 100%;
}

.contact-sec2 .tbox {
	padding: 30px;
}

.contact-sec2 .tbox .t1 {
    text-align: center;
	font-size: 22px;
	color: #1d1e1e;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #d2d2d2;
}

/*.contact-sec2 .tbox .t2 {*/
/*	margin-top: 25px;*/
/*	font-size: 14px;*/
/*	color: #1d1e1e;*/
/*	line-height: 25px;*/
/*	min-height: 75px;*/
/*	padding-left: 40px;*/
/*	background: url(../img/ct1.png) no-repeat left top;*/
/*	border-bottom: 1px dotted #d2d2d2;*/
/*}*/

.contact-sec2 li .tbox .t3 {
	margin-top: 25px;
	font-size: 16px;
	color: #1d1e1e;
	/*font-weight: bold;*/
	line-height: 25px;
	padding-left: 40px;
	font-family: 'GOTHIC';

}


/*
 
 * team
 * 
 * */

.team-sec1 .main {
	background: url(../img/shejishi_07.jpg) repeat left top;
	/*background-size: cover;*/
	padding: 80px 0;
}

.teamtabs {
	margin-top: 30px;
	text-align: center;
}

.teamtabs a {
	display: inline-block;
	font-size: 16px;
	color: #b7b7b7;
	font-weight: bold;
	min-width: 140px;
	height: 40px;
	line-height: 40px;
}

.teamtabs a.on {
	color: #f8f8f8;
	line-height: 38px;
	border: 1px solid #fff;
	border-radius: 25px;
}

.teamlist2 {
	margin-top: 55px;
}

.teamlist2 li {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 30px;
	background: #1d1e1e;
}

.teamlist2 li:nth-child(2n) {
	margin-right: 0;
}

.teamlist2 a {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.teamlist2 .pic {
	width: 29.5%;
	display: table-cell;
	vertical-align: middle;
}

.teamlist2 .pic img {
	display: block;
	width: 100%;
}

.teamlist2 .tbox {
	width: 70.5%;
	display: table-cell;
	vertical-align: top;
	padding: 35px 40px 0;
}

.teamlist2 .t1 {
	font-size: 26px;
	color: #ffffff;
	padding-top: 35px;
	background: url(../img/jiao4.png) no-repeat left top;
}

.teamlist2 .t2 {
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	opacity: 0.7;
}

.teamlist2 .t3 {
	margin-top: 20px;
	font-size: 15px;
	color: #ffffff;
	line-height: 26px;
	opacity: 0.7;
	height: 208px;
	overflow: auto;
}


/*
 
 * 
 * 
 * */

.honor-sec1 {
	padding: 70px 0 40px;
	background: #f8f8f8;
}

.honor-sec1 li {
	float: left;
	width: 16.2%;
	margin-right: 0.56%;
	margin-bottom: 15px;
	height: 126px;
	line-height: 126px;
	font-size: 0;
	text-align: center;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	background: #fff;
}

.honor-sec1 li:nth-child(6n) {
	margin-right: 0;
}

.honor-sec1 li img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.honor-sec1 li:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.honor-sec2 {
	padding: 90px 0;
	background: #3d4244 url(../img/honorbg.jpg) no-repeat left top;
	background-size: cover;
}

.honor-sec2 .tbox {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}

.honor-sec2 .tbox li {
	font-size: 16px;
	color: #ffffff;
	width: 50%;
	float: left;
}

.honor-sec2 .pic {
	margin-top: 80px;
	text-align: center;
	padding: 65px 0;
	background: #fff;
	border-radius: 10px;
	font-size: 0;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.picbox {
	display: inline-block;
}

.honor-sec2 .pic img {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
	max-width: 100%;
}

.honor-sec2 .pic img:nth-child(4n) {
	margin-right: 0;
}

.honor-sec3 {
	padding: 70px 0 100px;
	background: #fff;
	font-size: 0;
	text-align: center;
}

.honor-sec3 img {
	display: inline-block;
	margin-right: 15.5px;
	margin-bottom: 20px;
	max-width: 100%;
}

.honor-sec3 img:nth-child(3n) {
	margin-right: 0;
}

.honor-sec4 {
	padding: 80px 0 100px;
	background: #fff url(../img/honorbg2.jpg) no-repeat left top;
	background-size: 100% auto;
}

.honor-sec4 .tbox {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}

.honor-sec4 .tbox li {
	font-size: 16px;
	color: #ffffff;
	width: 50%;
	float: left;
}

.honor-sec4 .pic {
	margin-top: 70px;
	text-align: center;
}

.honor-sec4 .pic img {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
	max-width: 100%;
}

.honor-sec4 .pic img:nth-child(4n) {
	margin-right: 0;
}

.honor-sec5 {
	padding: 80px 0;
	background: #f0f0f0;
	font-size: 0;
}

.honor-sec5 img {
	width: 31.6%;
	margin-right: 2.6%;
	margin-bottom: 30px;
}

.honor-sec5 img:nth-child(3n) {
	margin-right: 0;
}

.honor-sec6 {
	padding: 85px 0;
	background: #fff;
}

.honor-sec6 .tbox {
	float: left;
	width: 50%;
	font-size: 14px;
	color: #090909;
	line-height: 26px;
}

.honor-sec6 .pic {
	float: left;
	width: 50%;
	font-size: 0;
	text-align: right;
}

.honor-sec6 .pic img {
	display: inline-block;
	margin-left: 50px;
	max-width: 100%;
}

.honor-sec7 {
	padding-bottom: 130px;
	background: #fff;
	font-size: 0;
}

.honor-sec7 img {
	width: 31.6%;
	margin-right: 2.6%;
	margin-bottom: 30px;
}

.honor-sec7 img:nth-child(3n) {
	margin-right: 0;
}


/*
 
 * culture
 * 
 * */

.cul-sec {
	padding: 80px 0;
}

.cul-sec li {
	margin-bottom: 60px;
}

.cul-sec li:last-child {
	margin-bottom: 0;
}

.cul-sec li a {
	display: block;
	position: relative;
}

.cul-sec .pic {
	float: left;
	width: 58.4%;
	overflow: hidden;
}

.cul-sec .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.cul-sec li:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.cul-sec li:nth-child(odd) .pic {
	float: right;
}

.cul-sec .tbox {
	position: absolute;
	right: 0;
	width: 48.5%;
	background: #f3f4f4;
	top: 30px;
	bottom: 30px;
	padding: 60px 175px 20px 60px;
	z-index: 1;
}

.cul-sec li:nth-child(odd) .tbox {
	right: auto;
	left: 0;
}

.cul-sec .tbox:before {
	content: "";
	width: 10px;
	height: 70px;
	background: #265ba9;
	position: absolute;
	left: 0;
	top: 0;
}

.cul-sec .t1 {
	font-size: 35px;
	color: #1d1e1e;
	font-weight: bold;
}

.cul-sec .t2 {
	margin-top: 48px;
	font-size: 16px;
	color: #1d1e1e;
	opacity: 0.7;
	line-height: 26px;
	height: 78px;
}

.cul-sec .t3 {
	margin-top: 50px;
}

.cul-sec .t3 .btn-sm {
	font-size: 14px;
	line-height: 48px;
	height: 50px;
	margin: 0;
}

.cul-sec .t4 {
	margin-top: 40px;
	font-size: 20px;
	color: #1d1e1e;
	font-weight: bold;
	font-family: 'GOTHICB';
	text-align: right;
}


/*
 
 * 
 * 
 * */

.nytitle3 {
	text-align: center;
	font-size: 35px;
	color: #1d1e1e;
}

.nytitle3 strong {
	color: #265ba9;
}

.nytitle3:before,
.nytitle3:after {
	content: "";
	width: 130px;
	height: 28px;
	display: inline-block;
	background-size: cover;
}

.nytitle3:before {
	background: url(../img/titbg2left.png) no-repeat left top;
}

.nytitle3:after {
	background: url(../img/titbg2right.png) no-repeat left top;
}

.shigong-sec1 {
	padding: 100px 0;
	background: #fff url(../img/csbg1.jpg) no-repeat left top;
	background-size: cover;
}

.shigong-sec1 ul {
	margin-top: 55px;
}

.shigong-sec1 li {
	float: left;
	width: 31.6%;
	margin-right: 2.6%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	text-align: center;
	padding: 50px 0;
}

.shigong-sec1 li:nth-child(3n) {
	margin-right: 0;
}

.shigong-sec1 li .pic img {
	width: 51px;
	display: block;
	margin: 0 auto;
}

.shigong-sec1 li .tbox {
	margin-top: 30px;
}

.shigong-sec1 li .tbox .t1 {
	font-size: 20px;
	color: #1d1e1e;
	margin-bottom: 15px;
	position: relative;
	font-weight: bold;
}

.shigong-sec1 li .tbox .t2:before {
	content: "";
	width: 20px;
	height: 2px;
	margin: 0 auto 15px;
	display: block;
	background: #265ba9;
}

.shigong-sec1 li .tbox .t2 {
	font-size: 16px;
	color: #1d1e1e;
	line-height: 22px;
	opacity: 0.7;
}

.shigong-sec2 {
	padding: 107px 0;
}

.shigong-sec2 .main {
	margin-top: 60px;
}

.shigong-sec2 .item {
	position: relative;
	float: left;
	width: 30.9%;
	margin-top: 4%;
	/*margin-right: 3.65%;*/
	margin-right: 1.65%;
	padding: 10px 0 0 10px;
	z-index: 1;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.shigong-sec2 .item a{
    box-shadow: 0px 0px 7px 2px #ccc;
    display: block;
    transition:all 0.36s;
}
.shigong-sec2 .item a:hover{
    transform: translateY(-10px);
}
.shigong-sec2 .item:nth-child(3) {
	margin-right: 0;
}

.shigong-sec2 .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 130px;
	background: #265ba9;
	z-index: -1;
}

.shigong-sec2 .item .pic {
	overflow: hidden;
	position: relative;
}

.shigong-sec2 .item .pic img {
	display: block;
	width: 100%;
}

.shigong-sec2 .item .pic .ico {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
}

.shigong-sec2 .item .tbox {
	background: #f8f8f8;
	padding: 30px 50px;
	border-bottom: 4px solid #265ba9;
	border-radius: 0 0 4px 4px;
}

.shigong-sec2 .item .tbox .t1 {
	font-size: 20px;
	color: #1d1e1e;
	font-weight: bold;
}

.shigong-sec2 .item .tbox .t2 {
	margin-top: 20px;
	font-size: 16px;
	color: #1d1e1e;
	opacity: 0.7;
	line-height: 30px;
	height: 90px;
}

.shigong-sec2 .item li {
	float: left;
	width: 50%;
}

/*.shigong-sec2 .item:hover {*/
/*	padding: 0;*/
/*}*/

.shigong-sec3 {
	padding: 80px 0;
	background-color: #2f2f2f;
	background-image: url(../img/sg3.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	zoom: 1;
}

.nytitle4 {
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	opacity: 0.5;
}

.shigong-sec3 .nytitle3 {
	color: #fff;
}

.shigong-sec3 .nytitle3:before,
.shigong-sec3 .nytitle3:after {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.shigong-sec3 ul {
	margin-top: 40px;
}

.shigong-sec3 li {
	margin-top: 40px;
	float: left;
	width: 25%;
	position: relative;
	padding-left: 90px;
}

.shigong-sec3 li .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 59px;
}

.shigong-sec3 li .pic img {
	display: block;
	width: 100%;
}

.shigong-sec3 li .tbox {}

.shigong-sec3 li .tbox .t1 {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

.shigong-sec3 li .tbox .t2 {
	margin-top: 15px;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	opacity: 0.7;
	height: 130px;
}

.nytitlesm {
	margin-top: 10px;
	font-size: 20px;
	color: #1d1e1e;
	font-weight: bold;
	text-align: center;
}

.shigong-sec4 {
	padding: 90px 0;
	background: #fff;
}

.shigong-sec4 .nytitle4 {
	color: #1d1e1e;
	opacity: 0.7;
}

.shigong-sec4 ul {
	margin-top: 45px;
}

.shigong-sec4 li {
	float: left;
	width: 23.5%;
	margin-bottom: 15px;
	margin-right: 2%;
}

.shigong-sec4 li:nth-child(4n) {
	margin-right: 0;
}

.shigong-sec4 .pic {
	overflow: hidden;
}

.shigong-sec4 .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.shigong-sec4 li:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.shigong-sec4 li .tbox {
	margin-top: 15px;
	font-size: 16px;
	color: #1d1e1e;
	line-height: 20px;
	height: 20px;
	text-align: center;
}

.shigong-sec5 {
	padding: 100px 0;
	background-image: url(../img/tixibg.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	zoom: 1;
}

.shigong-sec5 img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.shigong-sec5 .tbox {
	margin-top: 45px;
	text-align: center;
}

.shigong-sec5 .tbox .t1 {
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	padding: 0 35px;
	height: 45px;
	line-height: 45px;
	border-radius: 25px;
	background: #265ba9;
}

.shigong-sec5 .tbox .t2 {
	margin-top: 15px;
	font-size: 20px;
	color: #ce2026;
	font-weight: bold;
}

.shigong-sec6 {
	padding: 100px 0;
	background: #fff;
}

.shigong-sec6 ul {
	margin-top: 60px;
}

.shigong-sec6 li {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	border-radius: 25px;
	border: 1px solid #e0e0e0;
	padding: 0 25px 0 45px;
	height: 40px;
	line-height: 38px;
	margin-bottom: 8px;
	font-size: 16px;
	color: #1d1e1e;
	background: url(../img/cha.png) no-repeat 25px center;
}

.shigong-sec6 li:nth-child(2n) {
	margin-right: 0;
}

.shigong-sec7 {
	background: url(../img/peixunbg.jpg) no-repeat left top;
	background-size: cover;
	padding: 100px 0;
}

.trainingswiper {
	margin: 50px -50px 0;
	padding: 0 50px;
	position: relative;
}

.trainingswiper a {
	display: block;
	background: #fff;
	padding-bottom: 20px;
}

.trainingswiper .pic {
	overflow: hidden;
}

.trainingswiper .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.trainingswiper a:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.trainingswiper .tbox {
	text-align: center;
	margin-top: 20px;
	background: url(../img/jiao5.png) no-repeat center top;
	font-size: 16px;
	color: #1d1e1e;
	font-weight: bold;
	padding-top: 12px;
	line-height: 46px;
}

.trainingswiper .tbox {}

.trainingswiper .swiper-button-prev,
.trainingswiper .swiper-button-next {
	width: 20px;
	height: 59px;
	margin-top: -30px;
}

.trainingswiper .swiper-button-prev {
	left: 0;
	background: url(../img/peixunleft.png) no-repeat left top;
}

.trainingswiper .swiper-button-next {
	right: 0;
	background: url(../img/peixunright.png) no-repeat left top;
}

.trainingswiper .swiper-button-prev:hover,
.trainingswiper .swiper-button-next:hover {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.showcontainer .nytitle .ch {
	font-size: 26px;
	letter-spacing: 2px;
	color: #1d1e1e;
}

.showcontainer .nytitle .en {
	opacity: 1
}

.shigong-sec8 {
	padding: 65px 0 100px;
	background: #fff;
}

.shigong-sec8 .titsm {
	margin-top: 20px;
	font-size: 16px;
	color: #868b8b;
	text-align: center;
}

.shigong-sec8 .main {
	margin-top: 45px;
	border-top: 2px solid #f3f4f4;
}

.materialtabs {
	margin-top: 40px;
	text-align: center;
}

.materialtabs li {
	display: inline-block;
	margin: 0 15px;
	font-size: 16px;
	color: #1d1e1e;
	font-weight: bold;
	font-family: 'GOTHICB';
	padding-right: 25px;
	background: url(../img/jiao6.png) no-repeat right center;
	cursor: pointer;
}

.materialtabs li.active {
	color: #265ba9;
	background-image: url(../img/jiao7.png);
}

.materialcon {
	margin-top: 40px;
}

.materialcon .item {
	background: #f8f8f8;
	border-radius: 10px;
	overflow: hidden;
	float: left;
	padding: 34px;
}

.materialcon .item .pic1 img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.materialcon .item .pic2 {
	margin-top: 15px;
	overflow: hidden;
	border-radius: 10px;
	/*border: 1px solid #dedede;*/
}

.materialcon .item .pic2 img {
	display: block;
	width: 100%;
}

.materialcon .item .tbox {
	margin-top: 25px;
	text-align: center;
}

.materialcon .item .tbox .t1 {
	font-size: 20px;
	color: #1d1e1e;
	font-weight: bold;
}

.materialcon .item .tbox .t2 {
	margin-top: 15px;
	font-size: 16px;
	color: #1d1e1e;
	opacity: 0.7;
	line-height: 30px;
	height: 120px;
}

.materialcon .swiper-pagination {
	position: static;
	margin-top: 30px;
	display: none;
}

@media only screen and (max-width:640px) {
	.materialcon .swiper-pagination {
		display: block;
	}
}

.materialcon .swiper-pagination-bullet-active {
	opacity: 1;
	background: #265ba9;
}

.shigong-sec9 {
	padding: 100px 0;
	background: url(../img/wmbg.jpg) no-repeat left top;
}

.shigong-sec9 ul {
	margin-top: 45px;
	font-size: 0;
}

.shigong-sec9 li {
	display: inline-block;
	vertical-align: top;
	width: 24.26%;
	margin-right: 0.986%;
	margin-bottom: 20px;
}

.shigong-sec9 li:nth-child(1),
.shigong-sec9 li:nth-child(2) {
	width: 49.504%;
}

.shigong-sec9 li:nth-child(2),
.shigong-sec9 li:nth-child(6) {
	margin-right: 0;
}

.shigong-sec9 li .pic {
	overflow: hidden;
}

.shigong-sec9 li .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.shigong-sec9 li:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.shigong-sec9 li .tbox {
	margin-top: 15px;
	padding-left: 30px;
	background: url(../img/jiao5.png) no-repeat left center;
	font-size: 16px;
	color: #1d1e1e;
	font-weight: bold;
	line-height: 22px;
}

.shigong-sec10 {
	padding: 100px 0;
	background: #fff;
}

.shigong-sec10 ul {
	margin-top: 50px;
	font-size: 0;
}

.shigong-sec10 li {
	display: inline-block;
	vertical-align: top;
	width: 15.845%;
	margin-right: 0.986%;
	margin-bottom: 20px;
}

.shigong-sec10 li:nth-child(1),
.shigong-sec10 li:nth-child(2),
.shigong-sec10 li:nth-child(3),
.shigong-sec10 li:nth-child(4) {
	width: 24.26%;
}

.shigong-sec10 li:nth-child(4),
.shigong-sec10 li:nth-child(10) {
	margin-right: 0;
}

.shigong-sec10 li .pic {
	overflow: hidden;
}

.shigong-sec10 li .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.shigong-sec10 li:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.shigong-sec10 li .tbox {
	margin-top: 15px;
	padding-left: 30px;
	background: url(../img/jiao5.png) no-repeat left 5px;
	font-size: 16px;
	color: #1d1e1e;
	font-weight: bold;
	line-height: 22px;
}

.shigong-sec11 {
	padding: 100px 0;
	background: #f8f8f8;
}

.shigong-sec11 ul {
	margin-top: 45px;
	font-size: 0;
}

.shigong-sec11 li {
	display: inline-block;
	vertical-align: top;
	width: 24.26%;
	margin-right: 0.986%;
	margin-bottom: 20px;
}

.shigong-sec11 li:nth-child(5),
.shigong-sec11 li:nth-child(6) {
	width: 49.504%;
}

.shigong-sec11 li:nth-child(7),
.shigong-sec11 li:nth-child(8),
.shigong-sec11 li:nth-child(9) {
	width: 32.676%;
}

.shigong-sec11 li:nth-child(4),
.shigong-sec11 li:nth-child(6),
.shigong-sec11 li:nth-child(9) {
	margin-right: 0;
}

.shigong-sec11 li .pic {
	overflow: hidden;
}

.shigong-sec11 li .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.shigong-sec11 li:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.shigong-sec11 li .tbox {
	margin-top: 15px;
	padding-left: 30px;
	background: url(../img/jiao5.png) no-repeat left 5px;
	font-size: 16px;
	color: #1d1e1e;
	font-weight: bold;
	line-height: 22px;
}

.shigong-sec12 {
	padding: 100px 0;
	background: #fff;
}

.shigong-sec13 .main {
	margin-top: 50px;
	background: #f8f8f8;
}

.shigong-sec13 {
	padding: 100px 0;
	background: #f8f8f8;
}

.shigong-sec13 .main {
	margin-top: 55px;
}

.shigong-sec13 ul {
	position: relative;
	padding-left: 37.79%;
	font-size: 0;
	margin-top: 55px;
}

.shigong-sec13 ul li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	background: #fff;
	margin-left: 1%;
	margin-bottom: 7px;
}

.shigong-sec13 ul li:nth-child(1) {
	width: 37.79%;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}

.shigong-sec13 ul li:nth-child(4),
.shigong-sec13 ul li:nth-child(5),
.shigong-sec13 ul li:nth-child(6) {
	margin-left: 1.33%;
	width: 32%;
}

.shigong-sec13 li .pic {
	overflow: hidden;
}

.shigong-sec13 li .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.shigong-sec13 li:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.shigong-sec13 ul li .tbox {
	padding: 0 20px;
	font-size: 16px;
	color: #1d1e1e;
	font-weight: bold;
	text-align: center;
	display: table;
	table-layout: fixed;
	height: 180px;
	width: 100%;
}

.shigong-sec13 ul li:nth-child(2) .tbox,
.shigong-sec13 ul li:nth-child(3) .tbox {
	height: 96px;
}

.shigong-sec13 ul li .t {
	display: table-cell;
	vertical-align: middle;
	background: url(../img/jiao5.png) no-repeat center 38px;
}

.shigong-sec13 ul li:nth-child(2) .t,
.shigong-sec13 ul li:nth-child(3) .t {
	background-position-y: 10px;
}

.shigong-sec11 .nytitle .en,
.shigong-sec13 .nytitle .en {
	color: #fff;
}

.showtabs {
	margin-top: 100px;
	height: 87px;
}

.showtabs ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #1d1e1e;
	height: 87px;
	text-align: center;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, .1);
}

.showtabs ul li {
	display: table-cell;
	vertical-align: middle;
	width: 16.66%;
	position: relative;
	z-index: 0;
	transition: all 0.3s;
}

.showtabs ul li a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	opacity: 0.5;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	height: 87px;
	line-height: 87px;
	transition: color 0.3s;
}

.showtabs ul li.current {
	background: #265ba9;
}

.showtabs ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 18px;
	margin-top: -5px;
	background: url(../img/jiao8.png) no-repeat center top;
	z-index: -1;
	opacity: 0;
	transition: all 0.3s;
}

.showtabs ul li.current:after {
	opacity: 1;
}

.showtabs ul li.current a {
	opacity: 1;
	border: 0;
}

.showtabs .main {
	transition: all 0.3s;
}

.showtabs .fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	background: #fff;
}


/*
 
 * 
 * 
 * */

.backtop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 43px;
	height: 43px;
	display: none;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.3s;
	cursor: pointer;
}

.backtop img {
	display: block;
	width: 100%;
}

.backtop:hover {
	padding: 5px;
	background: #1d1e1e;
}


/*
 
 * 
 * 
 * */

@media only screen and (max-width:1680px) {
	.head_top .nav {
		margin-left: 70px;
	}
	.right-nav .tel {
		margin-right: 25px;
	}
	.right-side-box li {
		margin-left: 25px;
	}
	.in-sec5 .main {
		padding: 110px 41.5px 140px;
	}
}

@media only screen and (max-width:1600px) {
	.head_top .nav {
		margin-left: 35px;
	}
	.right-nav .tel {
		margin-right: 20px;
	}
	.right-side-box li {
		margin-left: 20px;
	}
}

@media only screen and (max-width:1440px) {
	.nav nav>ul>li {
		margin-right: 8px;
		padding: 0 10px;
	}
	.head_top .nav {
		margin-left: 25px;
	}
	.right-nav .tel {
		margin-right: 10px;
	}
	.right-side-box li {
		margin-left: 10px;
	}
	.head_top .logo img {
		height: 36px;
	}
	.w2 {
		margin: 0 50px;
	}
	.w {
		width: 1000px;
	}
	.w2 .w {
		width: 90%;
	}
	.in-sec1 .pic {
		background-size: 90% auto;
	}
	.in-sec1 .tbox {
		padding-top: 30px;
		margin-top: 30px;
	}
	.in-sec1,
	.in-sec6 {
		padding: 80px 0;
	}
	.in-sec2 {
		padding: 50px 0;
	}
	.in-sec3 {
		padding-bottom: 50px;
	}
	.video-box {
		min-height: 380px;
	}
	.in-sec4 .tbox {
		padding: 0 50px;
	}
	.in-sec4 {
		padding: 60px 0;
	}
	.in-sec5 .main {
		padding: 70px 41.5px;
	}
	.in-sec2 .main {
		margin-top: 45px;
	}
	.in-sec2 .main ul li .t1 {
		margin: 20px 0 30px;
	}
	.in-sec3 .main {
		margin-top: 35px;
	}
	.teamlist .tbox {
		padding: 20px;
	}
	.in-sec6 .main li {
		height: 112px;
		line-height: 110px;
	}
	.caselist .tbox .t3 {
		margin-top: 30px;
	}
	.caselist a:hover .tbox {
		padding-top: 30px;
	}
	.caselist a:hover .t4 {
		margin-top: 30px;
	}
	.foot-top {
		padding: 50px 0;
	}
	.copyright {
		padding: 20px 0;
	}
	.about-sec1 .main {
		padding: 50px 0;
	}
	.nytitle .en {
		font-size: 140px;
	}
	.about-sec1 .con {
		margin-top: 30px;
		padding: 50px 0;
	}
	.about-sec1 .con:before,
	.about-sec1 .con:after {
		transform: scale(0.7);
	}
	.about-sec1 .con li {
		height: 170px;
		line-height: 168px;
	}
	.about-sec1 .con li .t {
		bottom: 15px;
		width: 100%;
	}
	.about-sec2 .main {
		padding: 65px 0;
	}
	.about-sec2 .tbox {
		width: 75%;
		margin-left: 25%;
	}
	.about-sec3 .history {
		padding: 70px 0 0;
	}
	.historyswiper1 .tbox .t1 {
		font-size: 80px;
		line-height: 80px;
	}
	.historyswiper1 .tbox {
		margin-top: 40px;
	}
	.about-sec3 .main {
		padding-bottom: 50px;
	}
	.caselist2 li .tbox .more {
		width: 106px;
		line-height: 30px;
	}
	.caselist2 li .tbox .designer-head {
		width: 30px;
		height: 30px;
	}
	.caselist2 li .tbox {
		padding: 20px;
	}
	.pages {
		margin-top: 40px;
	}
	.bannertbox .t2 {
		margin-top: 40px;
		font-size: 130px;
		line-height: 100px;
	}
	.shigong-sec1,
	.shigong-sec2,
	.shigong-sec3,
	.shigong-sec4,
	.shigong-sec5,
	.shigong-sec6,
	.shigong-sec7,
	.shigong-sec8,
	.shigong-sec9,
	.shigong-sec10,
	.shigong-sec11,
	.shigong-sec12,
	.shigong-sec13,
	.ser-sec1,
	.ser-sec2 .main,
	.ser-sec3,
	.ser-sec4 .main,
	.ser-sec5,
	.ser-sec6 .main {
		padding: 70px 0;
	}
	.showtabs {
		margin-top: 50px;
	}
	.shigong-sec1 ul,
	.shigong-sec2 .main,
	.shigong-sec3 ul,
	.shigong-sec4 ul,
	.shigong-sec6 ul,
	.trainingswiper {
		margin-top: 35px;
	}
	.shigong-sec2 .item .tbox {
		padding: 30px;
	}
	.shigong-sec3 li .tbox .t2,
	.materialcon .item .tbox .t2,
	.shigong-sec9 li .tbox,
	.shigong-sec10 li .tbox,
	.shigong-sec11 li .tbox,
	.shigong-sec12 li .tbox,
	.shigong-sec13 ul li .tbox,
	.shigong-sec2 .item .tbox .t2 {
		font-size: 14px;
	}
	.shigong-sec13 ul li:nth-child(2) .tbox,
	.shigong-sec13 ul li:nth-child(3) .tbox {
		height: 85px;
	}
	.shigong-sec3 li .tbox .t1 {
		font-size: 19px;
	}
	.cul-sec .tbox {
		padding: 30px 40px;
		z-index: 1;
	}
	.cul-sec .t1 {
		font-size: 30px;
	}
	.cul-sec .t2 {
		margin-top: 20px;
		font-size: 14px;
	}
	.cul-sec .t3 {
		margin-top: 30px;
	}
	.cul-sec .t4 {
		margin-top: 10px;
	}
	.teamlist2 .t3 {
		height: 156px;
	}
	.honor-sec2 .tbox li,
	.honor-sec2 .tbox li {
		font-size: 15px;
	}
	.honor-sec3 img,
	.honor-sec4 .pic img,
	.honor-sec6 .pic img {
		max-width: 30%;
	}
	.honor-sec2 .pic img {
		max-width: 21%;
	}
	.honor-sec7 {
		padding-bottom: 60px;
	}
	.ser-sec1 .tbox {
		padding: 0 48px;
	}
	.ser-sec2 li .tbox {
		font-size: 20px;
	}
}

@media only screen and (max-width:1366px) {
	.fnav {
		margin-left: 50px;
	}
	.nytitle .en {
		font-size: 120px;
	}
	.nytitle .ch {
		padding-bottom: 5px;
	}
	.about-sec1 .tbox {
		font-size: 18px;
	}
	.about-sec2 .tbox .t1 {
		font-size: 24px;
	}
	.about-sec2 .tbox .t2 {
		font-size: 24px;
		line-height: 30px;
	}
	.about-sec2 .tbox .t3 {
		font-size: 33px;
	}
	.about-sec2 .tbox .t4 {
		margin-top: 25px;
		font-size: 14px;
	}
	.historyswiper2 .pic {
		width: 70px;
		height: 70px;
		line-height: 68px;
	}
	.historyswiper2 .pic img {
		max-width: 50%;
	}
	.historyswiper1 {
		margin-top: 75px;
	}
	.case-sec1 li {
		line-height: 50px;
	}
	.search-form .searchinput {
		height: 50px;
		line-height: 50px;
	}
	.search-form button[type=submit] {
		height: 50px;
		width: 50px;
	}
	.caselist2 li .tbox .t1 {
		font-size: 18px;
	}
	.bannertbox .t2 {
		margin-top: 30px;
		font-size: 120px;
		line-height: 95px;
	}
	.bannertbox .ico {
		width: 40px;
	}
	.pages2 li {
		width: 40%;
	}
	.newsdetails {
		padding: 40px 30px;
	}
	.newsdetails .t1 {
		font-size: 33px;
	}
	.shigong-sec3 li .tbox .t1 {
		font-size: 18px;
	}
	.shigong-sec3 li .pic {
		width: 45px;
	}
	.shigong-sec3 li {
		margin-top: 30px;
		padding-left: 70px;
	}
	.shigong-sec13 ul li .tbox {
		height: 128px;
		padding: 0 10px;
	}
	.shigong-sec13 ul li:nth-child(2) .tbox,
	.shigong-sec13 ul li:nth-child(3) .tbox {
		height: 79px;
	}
	.shigong-sec13 ul li .t {
		background-position-y: 15px;
	}
	.shigong-sec13 ul li:nth-child(2) .t,
	.shigong-sec13 ul li:nth-child(3) .t {
		background-position-y: 6px;
	}
	.honor-sec4 .pic img {
		max-width: 26%;
	}
	.honor-sec4 .pic img:first-child {
		max-width: 45%;
	}
	.honor-sec2 .pic img {
		max-width: 21%;
	}
	.ser-sec1 .tbox .t1 {
		font-size: 32px;
	}
}

@media only screen and (max-width:1280px) {
	.in-sec1 .tbox .t1 {
		margin-top: 20px;
		font-size: 30px;
	}
	.in-sec1 .tbox .t2 {
		font-size: 14px;
	}
	.in-sec2 .main ul li .t1 {
		font-size: 22px;
	}
	.nav nav>ul>li>a {
		font-size: 15px;
	}
	.teamlist .tbox {
		padding: 15px;
	}
	.teamlist .t1 {
		font-size: 18px;
	}
	.fnav .dt a {
		font-size: 14px;
	}
	.fewm .pic {
		width: 90px;
	}
	.head_top .nav {
		margin-left: 15px;
	}
	.nav nav>ul>li {
		margin-right: 5px;
	}
	.right-nav .tel {
		padding-left: 22px;
	}
	.bannertbox .t1 {
		margin-top: 20px;
		font-size: 30px;
	}
	.bannertbox .ico {
		width: 30px;
	}
	.designerxq .tbox .t1 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.designerxq .tbox .t2 {
		font-size: 13px;
	}
	.designerxq .tbox .t3 {
		margin-top: 5px;
	}
	.rightlayout .box {
		margin-bottom: 30px;
		padding: 30px 20px;
	}
	.shigong-sec13 ul li:nth-child(2) .tbox,
	.shigong-sec13 ul li:nth-child(3) .tbox {
		height: 74px;
	}
	.teamlist2 .t3 {
		height: 130px;
	}
	.honor-sec4 .pic img {
		max-width: 23%;
	}
	.honor-sec4 .pic img:first-child {
		max-width: 38%;
	}
	.ser-sec3 li .pic img {
		width: 70px;
	}
	.ser-sec1 .tbox {
		padding: 0 30px;
	}
}

@media only screen and (max-width:1200px) {}

@media only screen and (max-width:1024px) {
	header {
		display: none;
	}
	.phone_head {
		display: block;
	}
	.h {
		height: 50px;
	}
	.w {
		width: 100%;
		padding: 0 3%;
	}
	.w2 {
		margin: 0;
	}
	.w2 .w {
		width: 100%;
	}
	.in-sec2 .bg {
		left: 0;
		right: 0;
	}
	.in-sec3 .w2 {
		padding: 30px 3% 0;
	}
	.in-sec1 .tbox {
		width: 53.91%;
	}
	.in-sec1 .tbox .t3,
	.mihome {
		font-size: 80px;
		line-height: 80px;
	}
	.in-sec2 .main ul li {
		padding: 25px 0;
	}
	.in-sec2 .main ul li .t1 {
		margin: 20px 0;
	}
	.in-sec6 .w2 {
		padding: 0 3%;
	}
	.in-sec6 .main li {
		padding: 0 20px;
	}
	.video-box {
		min-height: 367px;
	}
	.in-sec5 .main {
		padding: 50px 20px;
	}
	.in-sec1,
	.in-sec6 {
		padding: 50px 0;
	}
	.fnav {
		display: none;
	}
	.fewm {
		width: 50%;
	}
	.foot-top {
		padding: 30px 0;
	}
	.shigong-sec1,
	.shigong-sec2,
	.shigong-sec3,
	.shigong-sec4,
	.shigong-sec5,
	.shigong-sec6,
	.shigong-sec7,
	.shigong-sec8,
	.shigong-sec9,
	.shigong-sec10,
	.shigong-sec11,
	.shigong-sec12,
	.shigong-sec13,
	.cul-sec,
	.team-sec1 .main,
	.ser-sec1,
	.ser-sec2 .main,
	.ser-sec3,
	.ser-sec4 .main,
	.ser-sec5,
	.ser-sec6 .main {
		padding: 60px 0;
	}
	.showtabs {
		margin-top: 30px;
	}
	.shigong-sec2 .item .tbox {
		padding: 20px;
	}
	.shigong-sec2 .item .tbox .t1 {
		font-size: 18px;
	}
	.shigong-sec2 .item .tbox .t2 {
		margin-top: 15px;
	}
	.nytitle3:before,
	.nytitle3:after {
		width: 60px;
		height: 13px;
		background-size: cover;
	}
	.shigong-sec3 li {
		width: 33.33%;
	}
	.trainingswiper {
		margin: 30px 0 0;
	}
	.materialcon .item {
		padding: 20px;
	}
	.teamlist2 .t1 {
		font-size: 20px;
	}
	.teamlist2 .t3 {
		height: 104px;
	}
	.honor-sec7 {
		padding-bottom: 30px;
	}
	.honor-sec1 li {
		height: 96px;
		line-height: 96px;
	}
	.honor-sec1 li img {
		max-width: 90%;
		max-height: 90%;
	}
	.honor-sec2,
	.honor-sec1,
	.honor-sec3,
	.honor-sec4,
	.honor-sec5,
	.honor-sec6 {
		padding: 30px 0;
	}
	.honor-sec4 {
		background-size: 100% 50%;
	}
	.honor-sec2 {
		background: #3d4244;
	}
	.honor-sec2 .pic {
		margin-top: 30px;
		padding: 30px;
	}
	.honor-sec2 .tbox li,
	.honor-sec4 .tbox li {
		width: 100%;
	}
	.ser-sec1 .tbox .t1 {
		font-size: 26px;
	}
	.ser-sec2 li .tbox {
		font-size: 16px;
	}
	.ser-sec3 li .pic img {
		width: 60px;
	}
	.nytitle2 {
		font-size: 25px;
	}
	.ser-sec6 .tit {
		font-size: 25px;
		width: 160px;
		height: 160px;
	}
	.ser-sec6 .tit strong {
		font-size: 30px;
	}
	.ser-sec5 li .tbox .t1 {
		font-size: 22px;
	}
}

@media only screen and (max-width:960px) {
	.go_section {
		display: none;
	}
	.bannerswiper .swiper-pagination {
		width: 100%;
		top: auto;
		bottom: 20px;
		right: 0;
		transform: none;
	}
	.bannerswiper .swiper-slide img {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.in-sec1,
	.in-sec6 {
		padding: 30px 0;
	}
	.in-sec1 .pic {
		padding: 20px 0 0 20px;
	}
	.in-sec1 .tbox {
		margin-top: 0;
	}
	.in-sec1 .tbox .t3,
	.mihome {
		font-size: 50px;
		line-height: 50px;
	}
	.in-sec1 .tbox .t1 {
		font-size: 22px;
	}
	.in-sec1 .tbox .btn-sm {
		margin: 30px 0 0 50px;
	}
	.btn-sm {
		line-height: 42px;
		width: 110px;
		height: 44px;
	}
	.in-sec2 .main ul li {
		padding: 25px 5px;
	}
	.intitle .ch {
		font-size: 25px;
	}
	.intitle .en span {
		font-size: 18px;
	}
	.in-sec3 .intitle .ch {
		margin-top: 10px;
	}
	.nytitle .ch {
		font-size: 25px;
	}
	.nytitle .en {
		font-size: 70px;
		line-height: 60px;
	}
	.about-sec1 .main {
		padding: 30px 0;
	}
	.about-sec1 .con li {
		padding: 0 15px;
		height: 150px;
		line-height: 148px;
	}
	.about-sec1 .con li .t {
		width: 90%;
		bottom: 10px;
	}
	.about-sec2 .main {
		padding: 30px 0;
	}
	.about-sec2 .tbox {
		width: 100%;
		margin-left: 0
	}
	.about-sec3 .history {
		padding: 30px 0 0;
	}
	.about-sec3 .main {
		padding-bottom: 30px;
	}
	.historyswiper1 {
		margin-top: 35px;
	}
	.about-sec2 .tbox .t1 {
		font-size: 20px;
		line-height: 26px;
	}
	.about-sec2 .tbox .t2 {
		font-size: 20px;
		line-height: 26px;
	}
	.about-sec2 .tbox .t3 {
		/*font-size: 25px;*/
		font-size: 19px;
	}
	.about-sec2 .tbox .t4{line-height: 29px;opacity: 1;}
	.leftlayout {
		width: 100%;
	}
	.rightlayout {
		width: 100%;
		margin-top: 30px;
	}
	.newsdetails {
		padding: 30px;
	}
	.newsdetails .t1 {
		font-size: 25px;
	}
	.details {
		margin-top: 20px;
		font-size: 14px;
		line-height: 22px;
	}
	.casexq-sec1 .details {
		font-size: 14px;
	}
	.pages2 {
		padding: 0 20px;
	}
	.casexq-sec1 .pages2 {
		margin-top: 20px;
	}
	.pages2 li a {
		font-size: 14px;
		line-height: 45px;
		height: 45px;
	}
	.rightlayout .box {
		display: none;
	}
	.rightlayout .box:first-child {
		display: block;
	}
	.nycontainer .w2 {
		padding-bottom: 30px;
	}
	.shigong-sec1 li {
		padding: 30px 0;
	}
	.shigong-sec1 li .pic img {
		width: 41px;
	}
	.shigong-sec1 li .tbox {
		padding: 0 20px;
		margin-top: 20px;
	}
	.shigong-sec1 li .tbox .t1 {
		font-size: 16px;
	}
	.shigong-sec1 li .tbox .t2 {
		font-size: 14px;
		min-height: 83px;
	}
	.shigong-sec1 li .tbox .t2 br {
		display: none;
	}
	.nytitle3 {
		font-size: 25px;
	}
	.shigong-sec1,
	.shigong-sec2,
	.shigong-sec3,
	.shigong-sec4,
	.shigong-sec5,
	.shigong-sec6,
	.shigong-sec7,
	.shigong-sec8,
	.shigong-sec9,
	.shigong-sec10,
	.shigong-sec11,
	.shigong-sec12,
	.shigong-sec13,
	.team-sec1 .main,
	.ser-sec1,
	.ser-sec2 .main,
	.ser-sec3,
	.ser-sec4 .main,
	.ser-sec5,
	.ser-sec6 .main {
		padding: 30px 0;
	}
	.shigong-sec2 .item .pic .ico {
		width: 30px;
		height: 30px;
	}
	.shigong-sec2 .item li {
		width: 100%;
	}
	.shigong-sec2 .item .tbox .t2 {
		height: 150px;
		margin-top: 0;
	}
	.nytitle4 {
		margin-top: 10px;
		font-size: 14px;
	}
	.shigong-sec6 li {
		width: 100%;
		margin-right: 0%;
	}
	.showtabs,
	.showtabs ul {
		height: 55px;
	}
	.showtabs ul li a {
		height: 55px;
		line-height: 55px;
	}
	.materialcon .item .tbox .t1 {
		font-size: 16px;
	}
	.materialcon .item .tbox .t2 {
		line-height: 24px;
		height: 168px;
	}
	.shigong-sec13 ul li .t {
		background: #fff;
	}
	.contact-sec2 .nytitle2 {
		font-size: 25px;
	}
	.cul-sec .t1 {
		font-size: 20px;
	}
	.cul-sec .tbox {
		top: 10px;
		bottom: 10px;
	}
	.cul-sec .t2,
	.cul-sec .t3 {
		margin-top: 10px;
	}
	.teamlist2 {
		margin-top: 30px;
	}
	.teamlist2 .t3 {
		height: 78px;
	}
	.teamlist2 .t1 {
		padding-top: 0;
		background: none
	}
	.teamlist2 .tbox {
		padding: 20px;
	}
	.honor-sec4 .pic img {
		max-width: 21%;
	}
	.honor-sec6 .tbox {
		width: 100%;
	}
	.honor-sec6 .pic {
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	.ser-sec1 .tbox {
		width: 76.3%;
		padding: 0 20px;
	}
	.ser-sec2 li .tbox:before {
		margin-bottom: 5px;
	}
	.ser-sec2 li .tbox {
		background-size: 30px 25px;
		line-height: 24px;
		font-size: 15px;
	}
	.ser-sec3 li .pic img {
		width: 40px;
	}
	.ser-sec6 .item {
		display: inline-block;
		min-width: 63px;
		margin: 0 5px;
	}
	.ser-sec6 .tit {
		font-size: 23px;
		width: 150px;
		height: 150px;
	}
}

@media only screen and (max-width:768px) {
    .caselist a:hover .t4{height: 113px;}
    .ellipsis-4{-webkit-line-clamp: 3;}
    .caselist a:hover .t4{margin-top: 15px;}
    .phone_head .logo img{
        max-height: 50px;
    }
	.in-sec4 .tbox {
		width: 100%;
		display: block;
		padding: 30px;
	}
	.in-sec4 .pic {
		width: 100%;
		display: block;
	}
	.in-sec4 .ico {
		/*width: 30px;*/
		width: 90px;
	}
	.in-sec4 .t1 {
		margin-top: 15px;
		font-size: 25px;
	}
	.video-box .vjs-poster {
		background-size: cover;
	}
	.in-sec3 {
		padding-bottom: 30px;
	}
	.in-sec5 .main {
		padding: 30px 3%;
	}
	.in-sec6 .main {
		margin-top: 30px;
	}
	.sitemap {
		float: none;
	}
	.in-sec6 .btn-sm {
		margin-top: 30px;
	}
	.bannertbox .t2 {
		margin-top: 10px;
		font-size: 80px;
		line-height: 66px;
	}
	.bannertbox .t1 {
		margin-top: 10px;
		font-size: 25px;
	}
	.bannertbox .ico {
		width: 16px;
	}
	.contact-sec2 ul {
		margin-top: 40px;
	}
}

@media only screen and (max-width:640px) {
    .caselist .tbox{
        padding: 100% 30px 30px;
    }
	.in-sec1 .pic {
		width: 100%;
	}
	.in-sec1 .tbox {
		margin: 30px 0 0;
		width: 100%;
		padding: 0;
	}
	.in-sec1 .tbox .t3,
	.mihome {
		display: none;
	}
	.in-sec1 .tbox .t1 {
		font-size: 20px;
		margin-left: 0;
	}
	.in-sec1 .tbox .t2 {
		margin-top: 20px;
		line-height: 24px;
		height: 96px;
		margin-left: 0px;
	}
	.in-sec1 .tbox .btn-sm {
		margin: 20px auto 0;
	}
	.in-sec2 {
		padding: 30px 0;
	}
	.in-sec2 .main {
		margin-top: 25px;
		padding: 0;
	}
	.in-sec2 .main ul li {
		/*width: 48%;*/
		width: 100%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.in-sec2 .main ul li:nth-child(4n) {
		margin-right: 4%;
	}
	.in-sec2 .main ul li:nth-child(2n) {
		margin-right: 0;
	}
	.in-sec2 .bg {
		height: 100%;
	}
	.in-sec3 .tabs {
		position: static;
	}
	.intitle .ch {
		font-size: 22px;
	}
	.intitle .en span {
		font-size: 16px;
	}
	.in-sec3 .tabs ul li {
		font-size: 14px;
		margin-right: 9px;
	}
	.in-sec3 .tabs .more {
		font-size: 12px;
		margin-left: 0;
	}
	.caselist .swiper-pagination {
		margin-top: 20px;
	}
	.in-sec4 {
		padding: 30px 0;
	}
	.in-sec4 .t1 {
		font-size: 22px;
	}
	.in-sec4 .t2 {
		font-size: 18px;
	}
	.video-box {
		min-height: 250px;
	}
	.in-sec4 .video-js .vjs-big-play-button {
		width: 46px;
		height: 39px;
		line-height: 39px;
		margin: -19.5px 0 0 -23px;
		background-size: cover;
	}
	.in-sec5 .teamlist {
		margin-top: 25px;
		padding: 0 30px;
	}
	.in-sec5 .swiper-button-prev {
		left: 0;
	}
	.in-sec5 .swiper-button-next {
		right: 0;
	}
	.in-sec6 .main ul {
		border-bottom: 2px solid #ebebeb;
		border-right: 2px solid #ebebeb;
	}
	.in-sec6 .main li {
		width: 33.33%;
	}
	.in-sec6 .main li:nth-child(6n+1) {
		margin-left: 0;
	}
	.in-sec6 .main li:nth-child(1),
	.in-sec6 .main li:nth-child(2),
	.in-sec6 .main li:nth-child(3),
	.in-sec6 .main li:nth-child(4),
	.in-sec6 .main li:nth-child(5),
	.in-sec6 .main li:nth-child(6) {
		border-top-color: #ebebeb;
	}
	.flogo {
		display: none;
	}
	.fewm {
		border: none;
		width: 100%;
		padding: 0;
	}
	.foot-top {
		padding: 20px 0;
	}
	.fewm .pic {
		margin-left: 55px;
	}
	.copyright {
		padding: 15px 0;
		font-size: 12px;
	}
	.copyright a {
		margin-right: 2px;
	}
	.sitemap {
		padding-left: 18px;
	}
	.in-sec3 .main {
		margin-top: 25px;
	}
	.bannerswiper .swiper-pagination {
		bottom: 10px;
	}
	.bannerswiper .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.in-sec2 .btn-sm {
		margin: 50px auto 0;
	}
	.nytitle .ch {
		font-size: 22px;
	}
	.nytitle .en {
		font-size: 48px;
		line-height: 34px;
	}
	.about-sec1 .tbox {
		font-size: 14px;
	}
	.about-sec1 .con {
		padding: 0;
	}
	.about-sec1 .con ul {
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-top: 0;
	}
	.about-sec1 .con li {
		width: 50%;
		height: auto;
		line-height: normal;
		padding: 30px 20px 60px;
	}
	.about-sec1 .con li:nth-child(1),
	.about-sec1 .con li:nth-child(2),
	.about-sec1 .con li:nth-child(3),
	.about-sec1 .con li:nth-child(4) {
		border-top-color: rgba(255, 255, 255, 0.1);
	}
	.about-sec1 .con li:nth-child(4n+1) {
		margin-left: 0;
	}
	.about-sec1 .con:before,
	.about-sec1 .con:after {
		display: none;
	}
	.about-sec1 .con li .t {
		font-size: 14px;
	}
	.about-sec2 .tbox {
		padding: 30px;
	}
	.about-sec2 .tbox .t1:before {
		left: -30px;
	}
	.historyswiper1 .tbox .t1 {
		font-size: 40px;
		line-height: 40px;
	}
	.historyswiper1 .tbox {
		margin-top: 20px;
		width: 300px;
	}
	.historyswiper1 .t2 {
		height: 100px;
		overflow: auto;
	}
	.historyswiper1 .tbox .tablecell {
		font-size: 14px;
	}
	.historyswiper2 .tbox {
		font-size: 18px;
		line-height: 24px;
	}
	.historyswiper2 .swiper-slide {
		padding: 30px 0;
	}
	.historyswiper2 {
		background: none;
	}
	.case-sec1 li {
		line-height: 40px;
	}
	.case-sec1 li .t1 {
		width: 100%;
		display: block;
	}
	.case-sec1 li .t2 {
		width: 100%;
		display: block;
	}
	.case-sec1 li .t2 a {
		font-size: 14px;
		margin-left: 20px;
	}
	.case-sec1 {
		margin-top: 30px;
	}
	.search-form button[type=submit] {
		font-size: 14px;
	}
	.search-form button[type=submit] img {
		width: 20px;
	}
	.case-sec2 {
		padding: 30px 0;
	}
	.caselist2 li {
		margin-bottom: 30px;
		width: 48%;
		margin-right: 4%;
	}
	.caselist2 li:nth-child(3n) {
		margin-right: 4%;
	}
	.caselist2 li:nth-child(2n) {
		margin-right: 0;
	}
	.caselist2 li .tbox {
		padding: 20px 15px;
	}
	.caselist2 li .tbox .t1 {
		font-size: 16px;
		background: none;
	}
	.caselist2 li .tbox .t2 {
		margin-top: 5px;
		font-size: 14px;
	}
	.caselist2 li .tbox .designer {
		float: none;
	}
	.caselist2 li .tbox .more {
		float: none;
		margin: 15px auto 0;
	}
	.caselist2 li .tbox .designer-name {
		font-size: 12px;
	}
	.caselist2 li .tbox .designer-head {
		width: 25px;
		height: 25px;
	}
	.caselist2 li .tbox .t3 {
		margin-top: 10px;
	}
	.pages {
		margin-top: 20px;
	}
	.bshare-custom {
		display: none;
	}
	.rightlayout .box .tit1 {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 20px;
	}
	.rightlayout .box {
		margin-bottom: 0;
	}
	.nytitle3 {
		font-size: 22px;
	}
	.shigong-sec1 ul,
	.shigong-sec2 .main,
	.shigong-sec3 ul,
	.shigong-sec4 ul,
	.shigong-sec6 ul,
	.trainingswiper {
		margin-top: 30px;
	}
	.shigong-sec1 li,
	.shigong-sec2 .item {
		float: left;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.shigong-sec1 li .tbox .t2 {
		min-height: auto;
	}
	.shigong-sec2 .item .tbox .t2 {
		height: auto;
		line-height: 22px;
	}
	.shigong-sec2 .item .pic .ico {
		width: 50px;
		height: 50px;
	}
	.shigong-sec3 .nytitle3:before,
	.shigong-sec3 .nytitle3:after,
	.shigong-sec7 .nytitle3:before,
	.shigong-sec7 .nytitle3:after {
		display: none;
	}
	.shigong-sec3 li {
		width: 50%;
		margin-top: 20px;
		padding-left: 30px;
	}
	.shigong-sec3 li .tbox .t2 {
		/*height: auto;*/
	}
	.shigong-sec3 li .pic {
		width: 25px;
	}
	.shigong-sec3 li .tbox .t1 {
		font-size: 14px;
	}
	.shigong-sec4 li {
		width: 48%;
		margin-bottom: 15px;
		margin-right: 2%;
	}
	.shigong-sec4 li:nth-child(4n) {
		margin-right: 4%;
	}
	.shigong-sec4 li:nth-child(2n) {
		margin-right: 0;
	}
	.nytitle3:before,
	.nytitle3:after {
		width: 55px;
		height: 12px;
	}
	.shigong-sec4 li .tbox {
		font-size: 14px;
	}
	.shigong-sec5 .tbox .t1 {
		font-size: 16px;
		height: 35px;
		line-height: 35px;
	}
	.shigong-sec5 .tbox .t2 {
		margin-top: 10px;
		font-size: 15px;
	}
	.shigong-sec6 li {
		padding: 10px 25px 10px 35px;
		line-height: 16px;
		height: auto;
		margin-bottom: 8px;
		font-size: 14px;
		color: #1d1e1e;
		background: url(../img/cha.png) no-repeat 15px center;
	}
	.showtabs,
	.showtabs ul {
		height: 46px;
	}
	.showtabs ul li a {
		display: inline-block;
		vertical-align: middle;
		height: auto;
		line-height: 23px;
		font-size: 12px;
	}
	.showtabs .fixed {
		top: 50%;
		background: transparent;
		width: 68px;
		transform: translateY(-50%);
	}
	.showtabs .fixed ul {
		height: auto;
		background: rgba(29, 30, 30, 0.67);
	}
	.showtabs .fixed ul li {
		display: block;
		width: 100%;
		transition: none;
	}
	.showtabs ul li:after {
		display: none;
	}
	.showtabs .fixed ul li a {
		padding: 10px 0;
		border: 0;
		opacity: 1;
	}
	.shigong-sec8 .titsm {
		margin-top: 10px;
		font-size: 14px;
	}
	.shigong-sec8 .main,
	.materialtabs,
	.shigong-sec9 ul {
		margin-top: 30px;
	}
	.materialtabs li {
		margin: 0 4px;
		font-size: 14px;
		padding-right: 15px;
		background-size: 10px 4px;
	}
	.materialcon {
		margin-top: 20px;
	}
	.materialcon .item .tbox .t2 {
		height: auto;
	}
	.shigong-sec9 ul,
	.shigong-sec10 ul,
	.shigong-sec11 ul,
	.shigong-sec13 ul {
		/*display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;*/
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	.shigong-sec9 li,
	.shigong-sec10 li,
	.shigong-sec11 li,
	.shigong-sec13 ul li {
		/*width: 48%!important;
    margin-right: 0!important;
    margin-left: 0!important;*/
		width: 92%!important;
		margin-right: 0!important;
		margin-left: 0!important;
	}
	.shigong-sec9 li:nth-child(2n),
	.shigong-sec10 li:nth-child(2n),
	.shigong-sec11 li:nth-child(2n),
	.shigong-sec13 ul li:nth-child(2n) {
		margin-right: 0!important;
	}
	.shigong-sec13 ul {
		padding-left: 0;
		margin-top: 30px;
	}
	.shigong-sec13 ul li {
		margin-bottom: 20px;
	}
	.shigong-sec13 ul li:nth-child(1) {
		position: static;
		margin-bottom: 20px;
	}
	.shigong-sec13 ul li .tbox {
		height: auto;
		padding: 15px;
	}
	.contact-sec1 .main {
		padding: 30px 0;
	}
	.contact-sec1 .main ul {
		top: 0;
		padding: 30px;
	}
	.contact-sec1 .main ul li {
		/*width: 100%;*/
		width: 50%;
		border: 0;
		/*border-top: 2px solid #f3f4f4;*/
	}
	.telbox .t1 {
		font-size: 24px;
	}
	.telbox .t2 {
		font-size: 16px;
		color: #1d1e1e;
		line-height: 30px;
	}
	.ewmbox {
		padding-left: 0;
		text-align: center;
		padding-top: 20px;
	}
	.ewmbox .tbox {
		line-height: 32px;
	}
	.ewmbox .tbox .t1 {
		font-size: 20px;
	}
	.ewmbox .pic {
		margin-left: 0;
	}
	.nytitle2,
	.contact-sec2 .nytitle2 {
		font-size: 22px;
	}
	.nytitle2:after {
		margin: 5px auto 0;
	}
	.contact-sec2 .main {
		padding: 30px 0;
	}
	.contact-sec2 ul {
		margin-top: 30px;
	}
	.contact-sec2 li {
		width: 100%;
	}
	.contact-sec2 .tbox .t1 {
		font-size: 16px;
	}
	.contact-sec2 .tbox .t2 {
		margin-top: 15px;
		min-height: auto;
		padding-bottom: 15px;
	}
	.contact-sec2 .tbox .t3 {
		margin-top: 15px;
	}
	.cul-sec li {
		margin-bottom: 20px;
	}
	.cul-sec .pic {
		float: none;
		width: 100%;
	}
	.cul-sec li:nth-child(odd) .pic {
		float: none;
	}
	.cul-sec .tbox {
		position: relative;
		top: 0;
		bottom: auto;
		width: 100%;
		padding: 20px;
	}
	.newsdetails .t2 {
		font-size: 16px;
	}
	.newsdetails .t3 {
		margin-top: 20px;
		font-size: 14px;
		padding-bottom: 5px;
	}
	.pages2 {
		margin-top: 30px;
	}
	.weizhi {
		line-height: 22px;
		padding: 10px 0 10px 25px;
	}
	.teamtabs a {
		font-size: 14px;
		min-width: auto;
		height: 35px;
		line-height: 35px;
		padding: 0 10px;
		font-weight: normal;
	}
	.teamtabs a.on {
		line-height: 33px;
	}
	.teamlist2 li {
		width: 100%;
	}
	.teamlist2 .t1 {
		font-size: 17px;
	}
	.teamlist2 .t2 {
		font-size: 14px;
		line-height: 24px;
	}
	.teamlist2 .t3 {
		font-size: 14px;
	}
	.honor-sec5 {
		padding-bottom: 0;
	}
	.honor-sec4 .pic img {
		margin-right: 5px;
	}
	.honor-sec4 .pic img:first-child {
		max-width: 70%;
	}
	.honor-sec4 {
		background-size: 100% 75%;
	}
	.honor-sec4 .tbox li,
	.honor-sec2 .tbox li {
		font-size: 14px;
	}
	.honor-sec3 img,
	.honor-sec4 .pic img,
	.honor-sec6 .pic img {
		/*vertical-align: top;*/
	}
	.honor-sec2 .pic img {
		margin-right: 5px;
		max-width: 47%;
	}
	.ser-sec1 .tbox {
		width: 100%;
		display: block;
		text-align: center;
		padding: 0;
	}
	.ser-sec1 .pic {
		margin-top: 20px;
		display: block;
		width: 100%;
	}
	.ser-sec1 .tbox .t1 {
		font-size: 22px;
	}
	.ser-sec2 li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.ser-sec2 li:nth-child(4n) {
		margin-right: 4%;
	}
	.ser-sec2 li:nth-child(2n) {
		margin-right: 0;
	}
	.ser-sec2 li .tbox {
		left: 20px;
		right: 20px;
		top: 20px;
		bottom: 20px;
	}
	.ser-sec3 li {
		width: 50%;
		margin: 10px 0;
	}
	.ser-sec3 li .pic img {
		width: 90px;
	}
	.ser-sec3 li .pic:after {
		display: none;
	}
	.ser-sec3 li .tbox {
		margin-top: 10px;
		font-size: 15px;
	}
	.nytitle2 br {
		display: none;
	}
	.ser-sec5 li {
		width: 100%;
		margin-bottom: 20px;
	}
	.ser-sec5 li:after {
		display: none;
	}
	.ser-sec5 li .tbox {
		padding: 20px;
	}
	.ser-sec5 li .tbox .t1 {
		font-size: 20px;
	}
	.ser-sec5 li .tbox .t2 {
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
		min-height: auto;
	}
	.ser-sec6 li {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 30px 10px;
	}
	.ser-sec6 .tit {
		position: static;
		transform: none;
		width: 100%;
		height: auto;
		border-radius: 0;
		background: none;
		color: #265ba9;
		font-weight: bold;
	}
	.ser-sec6 .tit .tbox{
	    width: 100%;
        height: 100%;
	}
	.ser-sec6 .tit .tbox img{
	    width: 37%;
	}
	.ser-sec6 .tit:after {
		display: none;
	}
	.ser-sec6 .t1 {
		font-size: 22px;
	}
	.ser-sec6 .t2 {
		margin-top: 25px;
	}
	.ser-sec6 .t2 .t {
		margin-top: 10px;
		font-size: 16px;
	}
	.ser-sec6 .t1 {
		font-size: 20px;
	}
	.bannertbox .ico {
		width: 12px;
	}
	.bannertbox .t1 {
		margin-top: 5px;
		font-size: 16px;
	}
	.bannertbox .t2 {
		margin-top: 5px;
		font-size: 32px;
		line-height: 30px;
	}
}

@media only screen and (max-width:360px) {
	.in-sec3 .tabs ul li {
		margin-right: 6px;
	}
}

@media only screen and (max-width:320px) {
	.in-sec3 .tabs .more {
		font-size: 14px;
		display: block;
		margin-top: 10px;
	}
	.fewm .pic {
		margin-left: 20px;
	}
}


/*
 
 * 
 * 
 * */

.casexqinfo {
	margin: 25px -50px 0;
	background: url(../img/xqicobg.png) no-repeat left top;
	padding: 30px 50px 90px;
}

.casexqinfo ul {
	background: #fff;
	border: 1px solid #e8e8e8;
}

.casexqinfo li {
	float: left;
	width: 33.33%;
	padding: 30px 0;
	border-left: 1px solid #e8e8e8;
	margin-left: -1px;
}

.casexqinfo li .pic {
	margin: 0 auto;
	width: 45px;
}

.casexqinfo li .pic img {
	display: block;
	width: 100%;
}

.casexqinfo li .tbox {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

.casexqinfo li .tbox .t1 {
	font-size: 16px;
	color: rgba(29, 30, 30, 0.7);
}

.casexqinfo li .tbox .t1:before,
.casexqinfo li .tbox .t1:after {
	content: "";
	width: 30px;
	height: 1px;
	background: rgba(29, 30, 30, 0.1);
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.casexqinfo li .tbox .t2 {
	font-size: 20px;
	color: #1d1e1e;
}

@media only screen and (max-width: 1366px) {
	.casexqinfo {
		margin: 25px -30px 0;
		padding: 30px;
	}
}

@media only screen and (max-width: 640px) {
	.casexqinfo li {
		padding: 10px 0;
	}
	.casexqinfo li .pic {
		width: 25px;
	}
	.casexqinfo li .tbox .t1:before,
	.casexqinfo li .tbox .t1:after {
		width: 10px;
	}
	.casexqinfo li .tbox .t1 {
		font-size: 14px;
	}
	.casexqinfo li .tbox .t2 {
		font-size: 16px;
	}
}


/*软装中心*/

.sf-sec {
	padding: 0 0 75px;
}

.sf-sec .main {
	padding: 30px 0 70px;
	background: #f8f8f8;
}

.prochoose {
	margin-top: 30px;
	border-bottom: 5px solid #1d1e1e;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.prochoose .tit {
	font-weight: bold;
	font-size: 16px;
	color: #1d1e1e;
	line-height: 68px;
	border-bottom: 1px solid #dddddd;
	padding-left: 50px;
	background: url(../img/chooseico.png) no-repeat 20px center;
}

.protype {
	padding: 30px 40px;
}

.protype li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	text-align: center;
}

.protype li a {
	display: block
}

.protype li .ico {
	margin: 0 auto;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
}

.protype li.on .ico,
.protype li:hover .ico {
	background: #bb0f20;
}

.protype li .ico img {
	display: inline-block;
	vertical-align: middle;
}

.protype li.on .ico img,
.protype li:hover .ico img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.protype li .tbox {
	margin-top: 5px;
	font-size: 16px;
	color: rgba(29, 30, 30, 0.7);
}

.prolist {
	margin-top: 60px;
}

.prolist li {
	float: left;
	width: 31.6%;
	margin-right: 2.6%;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.prolist li:nth-child(3n) {
	margin-right: 0;
}

.prolist li:hover {
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
}

.prolist li a {
	display: block;
	padding: 0 30px;
}

.prolist li .pic {
	height: 380px;
	line-height: 380px;
	overflow: hidden;
	text-align: center;
}

.prolist li .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.prolist li .tbox {
	font-size: 20px;
	color: #1d1e1e;
	font-weight: bold;
}

.prolist li .tbox .tit {
	line-height: 30px;
	height: 30px
}

.prolist li .tbox .type {
	font-weight: normal;
	font-size: 16px;
	color: #1d1e1e;
	opacity: 0.8;
	line-height: 30px;
}

.prolist li .tbox .price {
	margin-top: 10px;
	border-top: 1px solid #d2d2d2;
	line-height: 70px;
	background: url(../img/rightico.png) no-repeat right center;
}

.proxq-sec {
	position: relative;
}

.protypefixed {
	position: absolute;
	right: 0;
	top: -75px;
	width: 180px;
	z-index: 2;
}

.protypefixed .tit {
	padding-left: 50px;
	font-size: 18px;
	color: #ffffff;
	line-height: 75px;
	height: 75px;
	background: #265ba9 url(../img/protype.png) no-repeat 20px center;
	cursor: pointer;
}

.protypefixed .tit:after {
	content: "";
	width: 14px;
	height: 8px;
	background: url(../img/down1.png) no-repeat left top;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.protypefixed ul {
	display: none;
	background: #1d1e1e;
	padding: 10px 0;
}

.protypefixed ul li {
	line-height: 50px;
	height: 50px;
}

.protypefixed ul li a {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.protypefixed ul li .ico {
	display: table-cell;
	vertical-align: middle;
	width: 70px;
	text-align: center;
}

.protypefixed ul li .ico img {
	vertical-align: middle;
}

.protypefixed ul li:hover .ico img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.protypefixed ul li .tbox {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #ffffff;
}

.proinfo {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}

.proinfo .pic {
	display: table-cell;
	vertical-align: middle;
	width: 55.8%;
	border-right: 1px solid rgba(29, 30, 30, 0.1);
	padding: 80px;
}

.proinfo .pic img {
	display: block;
	width: 100%;
}

.proinfo .tbox {
	display: table-cell;
	vertical-align: middle;
	width: 44.2%;
	padding: 40px 0;
}

.proinfo .tit {
	font-size: 35px;
	font-weight: bold;
	color: #1d1e1e;
	padding: 0 40px;
}

.proinfo .price {
	font-size: 22px;
	color: #265ba9;
	padding: 0 40px;
	font-weight: bold;
	margin-top: 15px;
}

.proinfo .type {
	margin-top: 25px;
	border-top: 1px solid #e8e8e8;
	padding: 0 40px;
	font-size: 16px;
	color: #1d1e1e;
	line-height: 30px;
}

.proinfo .type li {
	padding: 15px 0;
	border-bottom: 1px dotted #e8e8e8;
}

.proinfo .type li label {
	opacity: 0.7;
	padding-left: 15px;
	background: url(../img/rightico1.png) no-repeat left center;
}

.colorbox {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}

.colorbox span {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
}

.colorbox span:after {
	content: "";
	width: 60%;
	height: 60%;
	border: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.guige {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}

.guige span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: auto;
	height: 30px;
	border-radius: 4px;
	background: #e8e8e8;
	padding: 0 10px;
	margin-right: 10px;
	margin-bottom: 2px;
}

.prodetails {
	margin-top: 30px;
	padding: 60px;
	background: #fff;
	box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}

.prodetails .tit {
	padding-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #1d1e1e;
	background: url(../img/down21.png) no-repeat right 3.5px;
	border-bottom: 1px solid #1d1e1e;
}

.proxq-sec .pages2 {
	margin-top: 25px!important;
}

@media only screen and (min-width:1440px) {
	.prodetails .details {
		line-height: 30px;
	}
}

.tjpro {
	margin-top: 30px;
}

.tjpro .nytitle .ch {
	color: #1d1e1e;
}

.tjpro .prolist {
	margin-top: 40px;
}


/*
 响应式
 * 
 * */

@media only screen and (max-width:1440px) {
	.prolist li .tbox {
		font-size: 17px;
	}
	.prolist li .pic {
		height: 290px;
		line-height: 290px;
	}
	.proinfo .tit {
		font-size: 30px;
	}
	.protypefixed ul li {
		line-height: 44px;
		height: 44px;
	}
	.colorbox span:after {
		width: 50%;
		height: 50%;
	}
}

@media only screen and (max-width:1280px) {
	.sf-sec .main {
		padding: 30px 0 40px;
	}
	.protypefixed ul li {
		line-height: 42px;
		height: 42px;
	}
	.proinfo .tit {
		font-size: 25px;
	}
	.proinfo .price {
		font-size: 20px;
		margin-top: 5px;
	}
	.proinfo .tit,
	.proinfo .price,
	.proinfo .type {
		padding: 0 20px;
	}
	.proinfo .type {
		font-size: 14px;
	}
}

@media only screen and (max-width:1200px) {
	.prolist li .tbox {
		font-size: 16px;
	}
	.prolist li .tbox .price {
		line-height: 50px;
	}
	.prodetails {
		padding: 40px;
	}
}

@media only screen and (max-width:1024px) {
	.protype li {
		margin-right: 15px;
	}
	.prolist li .pic {
		height: 120px;
		line-height: 120px;
	}
}

@media only screen and (max-width:960px) {
	.prolist li a {
		padding: 0 15px;
	}
	.prolist li .pic {
		height: 140px;
		line-height: 140px;
	}
	.prolist li .tbox .type {
		font-size: 14px;
	}
	.sf-sec {
		padding: 0 0 35px;
	}
	.proinfo .pic {
		padding: 30px;
	}
	.proinfo .type li label {
		display: block;
	}
	.prodetails {
		padding: 30px;
	}
	.prodetails .tit {
		font-size: 18px;
	}
}

@media only screen and (max-width:768px) {}

@media only screen and (max-width:640px) {
	.protype {
		padding: 30px;
	}
	.prochoose .tit {
		line-height: 48px;
	}
	.prolist {
		margin-top: 30px;
	}
	.prolist li {
		width: 48%;
		margin-right: 4%;
	}
	.prolist li:nth-child(3n) {
		margin-right: 4%;
	}
	.prolist li:nth-child(2n) {
		margin-right: 0;
	}
	.prolist li .pic {
		height: 120px;
		line-height: 120px;
	}
	.prolist li .tbox {
		font-size: 14px;
	}
	.prolist li .tbox .type {
		font-size: 12px;
		line-height: 20px;
	}
	.prolist li .tbox .price {
		line-height: 40px;
		background-size: 15px 15px;
	}
	.sf-sec {
		padding: 0 0 20px;
	}
	.sf-sec .main {
		padding: 30px 0 20px;
	}
	.proinfo {
		display: block;
	}
	.proinfo .pic {
		display: block;
		width: 100%;
	}
	.proinfo .tbox {
		display: block;
		width: 100%;
		padding: 30px 0;
	}
	.protypefixed {
		position: static;
		width: 100%;
	}
	.protypefixed .tit {
		font-size: 18px;
		line-height: 45px;
		height: 45px;
		text-align: center;
	}
	.protypefixed .tit:after {
		margin-left: 50px;
	}
	.protypefixed ul li {
		float: left;
		width: 50%;
	}
	.proinfo .tit {
		font-size: 16px;
	}
	.proinfo .price {
		font-size: 14px;
	}
	.proinfo .type {
		margin-top: 15px;
	}
	.prodetails,
	.proinfo .pic {
		padding: 20px;
	}
	.prodetails .tit {
		font-size: 16px;
		padding-bottom: 15px;
	}
}