@charset "utf-8";

/* CSS Document */

.header {
	width: 100%;
	height: 132px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
}

.header.on {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.098)
}

.header h1.logo {
	float: left;
	width: 316px;
	height: 132px;
}

.header h1.logo a {
	display: block;
}

.header h1.logo a img {
	display: block;
}

.header ul.nav {
	/*float: right;*/
	font-size: 0;
	text-align: right;
	min-width: 970px;
}

.header ul.nav > li {
	/*float: left; */
	display: inline-block;
	width: 8.333%;
	min-width: 64px;
	text-align: center;
}

.header ul.nav > li > a {
	display: block;
	/*padding: 0 30px;*/
	background: url(../images/navLiBg.png) no-repeat right center;
	position: relative;
	font-size: 16px;
	color: #515151;
	line-height: 132px;
}

.header ul.nav > li:last-child > a {
	background: url(".");
}

.header ul.nav > li:hover > a,
.header ul.nav > li.add > a {
	color: #202c41;
}

.header ul.nav > li > a > em {
	display: none;
	width: 70%;
	height: 4px;
	background: #202c41;
	position: absolute;
	top: 128px;
	left: 50%;
	margin-left: -35%;
}

.header ul.nav > li:hover a > em,
.header ul.nav > li.add a > em {
	display: block;
}

.header .nav-menu {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 132px;
	left: 0;
	border-top: 1px solid #f0f0f0;
	box-shadow: 0 15px 14px rgba(0, 0, 0, 0.1);
	display: none;
}

.header.on .nav-menu {
	top: 132px;
}

.header ul.nav > li .nav-menu {
	z-index: 1;
}

.header ul.nav > li.on .nav-menu {
	z-index: 2;
}

.header .nav-menu .menu-con {
	width: 1200px;
	margin: 0 auto;
	padding: 45px 0 24px;
	background: url(../images/menu-bg.jpg) no-repeat right bottom;
}

.header .nav-menu .menu-con ol {
	width: 764px;
	min-height: 200px;
	padding-bottom: 20px;
	margin-bottom: 24px;
	border-bottom: 1px solid #dcdcdc;
}

.header .nav-menu .menu-con ol li {
	width: 240px;
	float: left;
	margin: 0 12px 10px 0;
}

.header .nav-menu .menu-con ol li:nth-child(3n) {
	margin-right: 0;
}

.header .nav-menu .menu-con ol li:nth-child(3n+1) {
	clear: both;
}

.header .nav-menu .menu-con ol li h2 {
	width: 240px;
	height: 138px;
	background: #333;
	overflow: hidden;
}

.header .nav-menu .menu-con ol li h2 img {
	display: block;
	transition: .87s;
}

.header .nav-menu .menu-con ol li:hover h2 img {
	transform: scale(1.1);
}

.header .nav-menu .menu-con ol li p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 20px;
	padding: 10px 0;
}

.header .nav-menu .menu-con ol li:hover p {
	color: #202c41;
}

.header .nav-menu .menu-bd img {
	display: block;
	float: left;
}

.header .nav-menu .menu-bd h3 {
	float: left;
	padding: 12px 0 0 18px;
}

.header .nav-menu .menu-bd h3 p {
	font-size: 14px;
	color: #3b3b3b;
}

.header .nav-menu .menu-bd h3 p strong {
	font-family: Arial;
	font-size: 22px;
	font-weight: 700;
}

.header .nav-menu .menu-bd h3 p span {
	font-size: 17px;
}

.header .nav-menu .menu-bd h3 p:nth-child(2) {
	background: #fff;
	padding: 2px 16px 2px 0;
	border-radius: 12px;
	margin-top: -4px;
}

.header .menu-bg {
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 133px;
	left: 0;
	display: none;
}

.banner-index {
	width: 100%;
	margin-top: 132px;
	height: auto;
	overflow: hidden;
	position: relative;
}

.banner-index ul li {
	position: relative;
	overflow: hidden;
}

.banner-index ul li a {
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
}

.banner-index ul li a img {
	display: block;
	width: 1920px;
}

.banner-index ul li span {
	display: block;
	width: 100%;
	height: 6px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.banner-index ul li span em {
	display: block;
	width: 0;
	height: 6px;
	background: #f0c984;
}

.banner-index ul li.swiper-slide-active span em {
	width: 100%;
	transition: 7s ease-out;
}

.banner-index .swiper-pagination.swiper-pagination-bullets {
	bottom: 26px;
	position: absolute;
}

.banner-index .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.8;
}

.banner-index .swiper-pagination-bullet-active {
	background: #202c41;
	opacity: 1;
}

.index-mod-a {
	width: 100%;
	background: #202c41;
}

.index-mod-a ul,
.mod-a ul {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/mod-xx.png) no-repeat right top;
}

.index-mod-a ul li,
.mod-a ul li {
	width: 240px;
	height: 280px;
	float: left;
	padding: 0 32px 0 28px;
	background: url(../images/mod-xx.png) no-repeat left top;
}

.index-mod-a ul li h2,
.mod-a ul li h2 {
	font-size: 46px;
	color: #ffdad8;
	font-family: "BebasNeue";
	padding: 72px 0 12px;
}

.index-mod-a ul li p,
.mod-a ul li p {
	font-size-adjust: 14px;
	color: #ffebea;
	line-height: 24px;
}

.about {
	width: 100%;
}

.about .about-con {
	width: 1200px;
	margin: 0 auto;
	padding: 82px 0 88px;
}

.about .about-left {
	float: left;
	width: 580px;
	position: relative;
}

.about .about-left h2 {
	font-size: 28px;
	color: #323232;
	font-weight: bold;
	padding-top: 20px;
}

.about .about-left h3 {
	font-size: 28px;
	color: #323232;
}

.about .about-left h4 {
	width: 960px;
	height: 1px;
	background: #eaeaea;
	position: absolute;
	right: 0;
	top: 142px;
}

.about .about-left h4 em {
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid #eaeaea;
	background: #fff;
	position: absolute;
	right: 0;
	top: -4px;
	border-radius: 50%;
}

.about .about-left span {
	font-family: "AvantGarde";
	font-size: 14px;
	color: #3b3b3b;
	text-transform: uppercase;
	display: block;
	padding-top: 86px;
}

.about .about-left p {
	font-size: 14px;
	color: #656565;
	line-height: 22px;
	padding: 28px 0;
}

.about .about-left a {
	display: inline-block;
	line-height: 38px;
	padding: 0 30px;
	border-radius: 30px;
	border: 1px solid #e2e2e2;
	color: #959595;
}

.about .about-left a:hover {
	color: #505050;
	border: 1px solid #555;
}

.about .about-left a.sp img {
	position: relative;
	top: 4px;
	margin: 0 0 0 8px;
	opacity: .7;
}

.about .about-left a.sp:hover img {
	position: relative;
	top: 4px;
	margin: 0 0 0 8px;
	opacity: 1;
}

.about .about-right {
	float: right;
	width: 564px;
	height: 572px;
	position: relative;
}

.about .about-right .img {
	width: 564px;
	height: 572px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: #000;
}

.about .about-right .img img {
	display: block;
	opacity: 1;
	transition: .368s;
}

.about .about-right i {
	color: #fff;
	font-size: 24px;
	position: absolute;
	z-index: 3;
	cursor: pointer;
	bottom: 10px;
	right: 24px;
	transition: .168s;
}

.about .about-right em {
	display: block;
	width: 148px;
	height: 166px;
	background: #202c41;
	position: absolute;
	bottom: -20px;
	right: -20px;
	z-index: 1;
	transition: .868s;
}

.about .about-right:hover .img img {
	opacity: 0.6;
}

.about .about-right:hover i {
	font-size: 59px;
	bottom: 48%;
	right: 44%;
}

.about .about-right:hover i:hover {
	color: #ededef;
}

.product {
	width: 100%;
	overflow: hidden;
}

.product ul {
	background: #fff;
}

.product ul li {
	float: left;
	width: 20%;
}

.product ul li .img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.product ul li .img .zhezhao {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: .5;
	transition: .368s;
	z-index: 999;
}

.product ul li:nth-child(2n) .img .zhezhao {
	opacity: .4;
}

.product ul li .img img {
	width: 100%;
	display: block;
}

.product ul li:hover .img img {
	transform: scale(1.2);
	transition: .368s;
}

.product ul li .text {
	width: 100%;
	height: 300px;
	background: #fff;
	text-align: center;
	position: relative;
	margin: 0;
	transition: margin .368s;
}

.product ul li .text em {
	display: inline-block;
	width: 1px;
	height: 35px;
	background: #e7e7e7;
	margin-top: 68px;
}

.product ul li .text h2 {
	font-size: 18px;
	color: #515151;
	padding: 10px 0 4px;
}

.product ul li .text span {
	font-size: 12px;
	display: block;
	color: #c0c0c0;
	font-family: "AvantGarde";
	text-transform: uppercase;
	padding-bottom: 14px;
}

.product ul li .text i {
	display: inline-block;
	width: 1px;
	height: 18px;
	background: #e7e7e7;
	transition: .3s;
}

.product ul li .text > strong {
	display: inline-block;
	padding: 12px 28px;
	font-family: "AvantGarde";
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	margin-top: 48px;
}

.product ul li .text .kk {
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	background: #fff;
}

.product ul li:hover .img .zhezhao {
	opacity: 0;
}

.product ul li:hover .text {
	background: #202c41;
	height: 300px;
	margin: -60px 0 0 0;
	z-index: 2;
}

.product ul li:hover .text em {
	background: #e66d66;
}

.product ul li:hover .text h2 {
	color: #fff;
}

.product ul li:hover .text span {
	color: #fddedc;
}

.product ul li:hover .text i {
	background: #e66d66;
	transform: rotate(90deg)
}

.product ul li:hover .text .kk {
	bottom: -60px;
	background: #202c41;
}

.index-mod-b {
	width: 100%;
	height: 860px;
	background: #333;
	position: relative;
	overflow: hidden;
}

.index-mod-b .text {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 3;
}

.index-mod-b .text img {
	display: block;
	margin: 146px auto 212px;
}

.index-mod-b .text span {
	display: inline-block;
	width: 292px;
	height: 40px;
	background: #c89a52;
	color: #1b1b1b;
	font-size: 20px;
	line-height: 40px;
	border-radius: 30px 0 30px 0;
}

.index-mod-b .text h2 {
	font-size: 46px;
	color: #fff;
	padding: 42px 0 64px;
}

.index-mod-b .text h2 strong {
	font-size: 62px;
	font-weight: bold;
}

.index-mod-b .text p {
	font-size: 12px;
	color: #fff;
	font-family: "AvantGarde";
	text-transform: uppercase;
	letter-spacing: 15px;
}

.index-mod-b .zz {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(../images/shipbg.png) no-repeat center;
}

.index-mod-b .shipinbg {
	top: 0 !important;
	left: 0 !important;
	transform: translate(0) !important;
	height: inherit !important;
	z-index: 1;
}

.index-mod-b .shipinbg video {
	height: 100%;
}

.tese {
	width: 100%;
	padding: 84px 0 66px;
}

.tese .title {
	text-align: center;
}

.tese .title h2 {
	display: inline-block;
	font-size: 45px;
	color: #3b3b3b;
	padding: 0 26px 8px;
	border-bottom: 4px solid #202c41;
	font-weight: bold;
}

.tese .title span {
	color: #202c41;
}

.tese .tab {
	width: 100%;
	text-align: center;
	margin-top: 80px;
	position: relative;
}

.tese .tab ul {
	position: relative;
	z-index: 2;
}

.tese .tab ul li {
	display: inline-block;
	width: 172px;
}

.tese .tab ul li h3 {
	font-size: 14px;
	color: #5d5d5d;
	padding-bottom: 16px;
	position: relative;
	top: 0px;
	transition: .268s;
}

.tese .tab ul li p {
	width: 28px;
	height: 28px;
	display: inline-block;
	border-radius: 50%;
	background: #e3d1bb;
	position: relative;
	cursor: pointer;
	transition: .168s;
}

.tese .tab ul li p span {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	transition: .268s;
}

.tese .tab ul li p img {
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	transition: .268s;
}

.tese .tab .xx {
	width: 100%;
	height: 1px;
	background: #d2d2d2;
	position: absolute;
	left: 0;
	top: 48px;
	z-index: 1;
}

.tese .tab ul li:hover h3 {
	color: #202c41;
}

.tese .tab ul li.on h3,
.tese .tab ul li:hover h3 {
	top: -10px;
}

.tese .tab ul li:hover p {
	background: #202c41;
}

.tese .tab ul li:hover p,
.tese .tab ul li.on p {
	background: #202c41;
	transform: scale(2);
}

.tese .tab ul li:hover p span,
.tese .tab ul li.on p span {
	width: 0;
	height: 0;
}

.tese .tab ul li:hover p img,
.tese .tab ul li.on p img {
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
}

.tese .tese-con ul {
	position: relative;
	height: 730px;
}

.tese .tese-con li {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .368s;
}

.tese .tese-con li.on {
	opacity: 1;
}

.tese .tese-con li h2 {
	font-size: 36px;
	color: #4b4b4b;
	padding: 52px 0 4px;
	position: relative;
	z-index: 3;
}

.tese .tese-con li em {
	display: inline-block;
	width: 72px;
	height: 1px;
	background: #e5e5e5;
	position: relative;
	z-index: 3;
}

.tese .tese-con li p {
	width: 1080px;
	margin: 0 auto;
	font-size: 18px;
	color: #797979;
	padding: 16px 0 36px;
	position: relative;
	z-index: 3;
}

.tese .tese-con li div.tu {
	width: 100%;
	height: 490px;
	position: relative;
	z-index: 1;
}

.tese .tese-con li div.tu img {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
	transition: 2.888s;
}

.tese .tese-con li div.tu:hover img {
	transform: scale(1.1);
}

.tese .tese-con li h3 {
	font-size: 22px;
	color: #434343;
	display: inline-block;
	letter-spacing: 4px;
	padding: 0 36px 6px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	z-index: 3;
}

.tese .tese-con li h3 strong {
	font-size: 26px;
	font-weight: bold;
}

.tese .tese-con .img-box {
	width: 1200px;
	height: 410px;
	margin: 0 auto 30px;
	overflow: hidden;
	position: relative;
}

.tese .tese-con .img-box .btn {
	width: 46px;
	height: 100%;
	top: 0;
	margin: 0;
	background: rgba(255, 255, 255, .5);
	color: #fff;
	font-size: 32px;
	text-align: center;
	line-height: 410px;
	opacity: 1;
	transition: .368s;
}

.tese .tese-con .img-box .btn:hover {
	background: rgba(0, 0, 0, 0.5);
}

.tese .tese-con .img-box .btn.swiper-button-prev {
	left: -46px;
}

.tese .tese-con .img-box .btn.swiper-button-next {
	right: -46px;
}

.tese .tese-con .img-box:hover .btn.swiper-button-prev {
	left: 0;
}

.tese .tese-con .img-box:hover .btn.swiper-button-next {
	right: 0;
}

.fuwu {
	width: 100%;
	background: #f5f5f5 url(../images/bg-01.jpg) no-repeat center top;
	padding-bottom: 128px;
}

.fuwu .title {
	text-align: center;
	color: #fff;
	padding: 108px 0 86px;
}

.fuwu .title h2 {
	font-size: 42px;
	font-weight: bold;
}

.fuwu .title p {
	font-size: 26px;
	font-weight: 100;
}

.fuwu-con {
	width: 1200px;
	padding: 32px 0;
	background: #fff;
	margin: 0 auto;
}

.fuwu-con .fuwu-box {
	width: 1142px;
	height: 648px;
	margin: 0 auto 36px;
	text-align: center;
}

.fuwu-con .fuwu-box.a {
	background: url(../images/bg-02.jpg) no-repeat;
}

.fuwu-con .fuwu-box.b {
	background: url(../images/bg-03.jpg) no-repeat;
}

.fuwu-con .fuwu-box.c {
	background: url(../images/bg-04.jpg) no-repeat;
}

.fuwu-con .fuwu-box h3 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 88px 86px 8px;
	position: relative;
	margin-bottom: 70px;
}

.fuwu-con .fuwu-box span.xx {
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
}

.fuwu-con .fuwu-box span.xx em {
	display: block;
	width: 17%;
	height: 1px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0;
}

.fuwu-con .fuwu-box span.xx em:nth-child(1) {
	left: 0;
}

.fuwu-con .fuwu-box span.xx em:nth-child(2) {
	right: 0;
}

.fuwu-con .fuwu-img {
	width: 1104px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.fuwu-con .fuwu-img ul li {
	width: 360px;
	/*height: 370px;*/
	height: 330px;
	background: #fff;
	text-align: left;
	margin-right: 12px;
}

.fuwu-con .fuwu-img ul li:last-child {
	margin-right: 0;
}

.fuwu-con .fuwu-img ul li .img {
	width: 360px;
	height: 212px;
	/*height: 272px;*/
	overflow: hidden;
}

.fuwu-con .fuwu-img ul li .img img {
	width: 100%;
	transition: .368s;
}

.fuwu-con .fuwu-img ul li .img:hover img {
	transform: scale(1.1);
}

.fuwu-con .fuwu-img ul li h4 {
	font-size: 16px;
	height: 40px;
	line-height: 48px;
	overflow: hidden;
	font-weight: bold;
	color: #2c2c2c;
	padding: 2px 14px 0px;
}

.fuwu-con .fuwu-img ul li p {
	font-size: 14px;
	color: #7e7e7e;
	padding: 0 14px 8px;
	height: 44px;
	overflow: hidden;
}

.fuwu-con .fuwu-img .swiper-scrollbar {
	height: 10px!important;
	background: rgba(255, 255, 255, .2)!important;
	overflow: auto;
}

.fuwu-con .fuwu-img .swiper-scrollbar .swiper-scrollbar-drag {
	background: #e9aa71;
	opacity: 1;
}

.fuwu-con #fuwu-img-c ul {
	width: 100%;
	text-align: center;
}

.fuwu-con #fuwu-img-c ul li {
	display: inline-block;
	position: inherit;
}

.honor {
	width: 100%;
	background: #364d5a;
	padding: 80px 0;
}

.honor .title {
	text-align: center;
	color: #fff;
}

.honor .title h2 {
	font-size: 42px;
	font-weight: bold;
}

.honor .title p {
	font-size: 14px;
	font-family: "AvantGarde";
	text-transform: uppercase;
}

.honor ul {
	width: 1200px;
	margin: 38px auto 0;
}

.honor ul li {
	float: left;
	width: 185px;
	height: 284px;
	padding-top: 20px;
	background: #fff;
	border-radius: 120px 120px 10px 10px;
	text-align: center;
	margin: 0 14px 24px 0;
}

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

.honor ul li .img {
	width: 140px;
	height: 140px;
	background: #364d5a;
	overflow: hidden;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	transition: .268s;
}

.honor ul li .img img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	transition: .268s;
}

.honor ul li h3 {
	font-size: 16px;
	color: #364d5a;
	font-weight: bold;
	padding: 10px 0 4px;
}

.honor ul li p {
	font-size: 14px;
	padding: 0 20px;
	text-align: left;
	color: #4f4f4f;
}

.honor ul li:hover .img {
	background: #fff;
}

.honor ul li:hover .img img {
	left: -140px;
}

.news {
	width: 100%;
	padding: 90px 0 72px;
}

.news .tab {
	width: 100%;
	text-align: center;
	position: relative;
}

.news .tab h2 {
	font-size: 42px;
	color: #323232;
	font-weight: bold;
}

.news .tab span {
	font-size: 14px;
	font-family: "AvantGarde";
	text-transform: uppercase;
	color: #828282;
}

.news .tab p {
	position: relative;
	z-index: 2;
	padding-top: 32px;
}

.news .tab p a {
	display: inline-block;
	width: 188px;
	height: 42px;
	background: #fff;
	border: 1px solid #cecece;
	border-radius: 30px;
	font-size: 16px;
	color: #848484;
	font-weight: bold;
	line-height: 42px;
	margin: 0 14px;
	transition: .268s;
}

.news .tab p a.on {
	background: #202c41;
	border-color: #202c41;
	color: #fff;
	box-shadow: 4px 8px 20px rgba(43, 75, 106, .38);
}

.news .tab em {
	display: block;
	width: 100%;
	height: 1px;
	background: #e4e4e4;
	position: absolute;
	bottom: 22px;
	left: 0;
	z-index: 1;
}

.news .news-banner {
	width: 1200px;
	margin: 42px auto 0;
	overflow: hidden;
	position: relative;
}

.news .news-con {}

.news .news-con ul li {
	float: left;
	width: 282px;
	height: 272px;
	position: relative;
	overflow: hidden;
	margin: 0 24px 20px 0;
}

.news .news-con ul li:nth-child(4n) {
	margin-right: 0;
}

.news .news-con ul li .img {
	width: 282px;
	height: 142px;
	overflow: hidden;
}

.news .news-con ul li .img img {
	display: block;
	width: 100%;
	transition: .468s;
}

.news .news-con ul li:hover .img img {
	transform: scale(1.05);
}

.news .news-con ul li h3 {
	font-size: 16px;
	color: #3c3c3c;
	height: 38px;
	line-height: 58px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .news-con ul li:hover h3 {
	color: #202c41;
}

.news .news-con ul li span {
	font-size: 12px;
	color: #cdcdcd;
	font-family: "AvantGarde";
}

.news .news-con ul li p {
	height: 56px;
	font-size: 12px;
	line-height: 19px;
	color: #8a8a8a;
	margin-top: 6px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news .news-con ul li em {
	display: block;
	width: 282px;
	height: 11px;
	background: url(../images/news-jt.png);
	position: absolute;
	bottom: 0;
	left: -100%;
	transition: .3s;
}

.news .news-con ul li:hover em {
	left: 0;
}

.news a.more {
	width: 150px;
	border-radius: 20px;
	display: block;
	margin: 34px auto 0;
	position: relative;
	top: -32px;
	border: 1px solid #e2e2e2;
	color: #959595;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-family: "AvantGarde";
	transition: .368s;
}

.news a.more:hover {
	background: #202c41;
	border-color: #202c41;
	color: #fff;
	box-shadow: 4px 8px 20px rgba(217, 38, 28, .38);
}

.footer {
	width: 100%;
	background: url(../images/footer-bg.png) repeat-y center top;
	position: relative;
	min-width: 950px
}

.footer em.xx {
	width: 100%;
	height: 1px;
	background: #8a8a8a;
	opacity: .2;
	position: absolute;
	left: 0;
	top: 188px;
}

.footer .footer-con {
	width: 1200px;
	margin: 0 auto;
	height: 666px;
	padding-top: 82px;
	position: relative
}

.footer .footer-con .footer-l {
	float: left;
	width: 50%;
}

.footer .footer-con h2 {
	font-size: 28px;
	font-weight: bold;
	color: #323232;
}

.footer .footer-con p {
	font-size: 14px;
	padding-top: 12px;
	color: #828282;
	font-family: "AvantGarde";
	text-transform: uppercase;
}

.footer .footer-con .footer-l form {
	/*width: 546px; margin-top: 82px;*/
	width: 90%;
	margin: 82px auto 0
}

.footer .footer-con .footer-l form input,
.footer .footer-con .footer-l form textarea {
	width: 100%;
	box-sizing: border-box;
	height: 45px;
	border: 1px solid #d8d8d8;
	border-radius: 10px;
	color: #535353;
	float: left;
	margin-bottom: 36px;
	background: #f5f5f5;
	text-indent: 12px;
}

.footer .footer-con .footer-l form input:nth-child(2) {
	width: 49%;
}

.footer .footer-con .footer-l form input:nth-child(3) {
	width: 49%;
	float: right;
}

.footer .footer-con .footer-l form ::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #a9a9a9;
}

.footer .footer-con .footer-l form :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #a9a9a9;
}

.footer .footer-con .footer-l form ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #a9a9a9;
}

.footer .footer-con .footer-l form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #a9a9a9;
}

.footer .footer-con .footer-l form textarea {
	height: 156px;
	resize: none;
	text-indent: 0px;
	padding: 20px 12px;
	/* width: 520px;*/
	width: 100%;
}

.footer .footer-con .footer-l form button {
	/*float: right;*/
	width: 182px;
	height: 42px;
	background: #202c41;
	color: #fff;
	border: none;
	border-radius: 10px;
	margin-top: 30px;
	cursor: pointer;
	transition: .268s;
	display: block;
	margin: 30px auto 0
}

.footer .footer-con .footer-l form button:hover {
	box-shadow: 3px 7px 21px rgba(217, 38, 28, 0.38);
}

.footer .footer-con .footer-r {
	float: left;
	padding-left: 52px;
	width: 50%;
	box-sizing: border-box
}

.footer .footer-con .footer-r h2 {
	color: #fff;
}

.footer .footer-con .footer-r p {
	color: #fff;
}

.footer .footer-con .footer-r h3 {
	font-size: 16px;
	color: #e2e2e2;
	font-weight: 100;
	padding: 64px 0 10px;
}

.footer .footer-con .footer-r i {
	display: block;
	width: 30px;
	height: 2px;
	background: #deba91;
}

.footer .footer-con .footer-r ul {
	margin: 26px 0 0;
}

.footer .footer-con .footer-r ul li {
	color: #fff;
	float: left;
	font-size: 14px;
	padding-bottom: 30px;
}

.footer .footer-con .footer-r ul li strong {
	font-family: "AvantGarde";
	font-size: 24px;
	font-weight: bold;
}

.footer .footer-con .footer-r ul li:nth-child(2n-1) {
	width: 260px;
}

.footer .footer-con .footer-r ul li:last-child {
	width: 500px;
}

.footer .footer-con .ewm {
	float: left;
	color: #b5b9bc;
	font-size: 14px;
	text-align: center;
	margin-right: 30px;
}

.footer .footer-con .ewm img {
	max-height: 154px;
}

.footer-bottom {
	width: 100%;
	background: #1b2124;
}

.footer-bottom ul {
	/*width: 1200px;*/
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 46px 0 24px;
}

.footer-bottom ul li {
	float: left;
	/* margin-right: 18px;*/
}

.footer-bottom ul li h2 a {
	font-size: 16px;
	color: #dadada;
}

.footer-bottom ul li em {
	display: block;
	width: 20px;
	height: 1px;
	background: #202c41;
	margin: 12px 0 8px;
}

.footer-bottom ul li p {
	line-height: 28px;
}

.footer-bottom ul li p a {
	display: block;
	font-size: 14px;
	color: #81888c;
}

.footer-bottom ul li p a:hover {
	color: #f0352a;
}

.footer-bottom ul li.w {
	/*width: 171px*/
	width: 14.2857%;
	min-width: 128px
}

.footer-bottom ul li:last-child {
	float: right;
	/* margin-right: 0;width: auto*/
}

.footer-bottom .yqlj {
	width: 1200px;
	margin: 0 auto;
	line-height: 24px;
	padding-bottom: 20px;
}

.footer-bottom .yqlj h4 {
	display: inline-block;
	font-size: 14px;
	color: #b0b0b0;
	padding-right: 16px;
}

.footer-bottom .yqlj a {
	font-size: 14px;
	color: #565c5f;
	padding: 0 52px 0 0;
	background: url(../images/xx2.png) no-repeat right center;
}

.footer-bottom .yqlj a:hover {
	color: #ea4138;
}

.footer-bottom h5 {
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	color: #565c5f;
	border-top: 1px solid #474c4e;
}

.footer-bottom h5 * {
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
	color: inherit
}


/*内页框架*/

.inner-frame-tab {
	width: 100%;
	text-align: center;
	padding: 22px 0;
	border-bottom: 1px solid #e4e4e4;
}

.inner-frame-tab a {
	display: inline-block;
	font-size: 18px;
	color: #404040;
	padding: 0 38px;
	line-height: 38px;
}

.inner-frame-tab a.on {
	background: #202c41;
	color: #fff;
}

.about-A,
.culture,
.in-honor {
	width: 100%;
	color: #323232;
}

.about-A .title,
.culture .title,
.in-honor .title,
.zhanhui-banner .title {
	text-align: center;
	padding: 72px 0 0;
}

.about-A .title h3,
.culture .title h3,
.in-honor .title h3 {
	font-size: 26px;
	font-family: "Tensans";
	text-transform: uppercase;
}

.about-A .title h2,
.culture .title h2,
.in-honor .title h2,
.zhanhui-banner .title h2 {
	font-size: 32px;
	font-weight: bold;
	display: inline-block;
	padding: 0 8px;
	position: relative;
}

.about-A .title h2 span,
.culture .title h2 span,
.in-honor .title h2 span,
.zhanhui-banner .title h2 span {
	position: relative;
	z-index: 2;
}

.about-A .title h2 em,
.in-honor .title h2 em,
.culture .title h2 em,
.zhanhui-banner .title h2 em {
	display: block;
	width: 100%;
	height: 4px;
	background: #202c41;
	position: absolute;
	bottom: 3px;
	left: 0;
	z-index: 1;
}

.about-A .title h4 {
	font-size: 30px;
	letter-spacing: 16px;
	padding-top: 38px;
	padding-bottom: 68px;
}

.about-A .title h4 strong {
	font-weight: bold;
}

.about-A .title p {
	font-size: 28px;
	padding: 6px 0 43px;
}

.about-A .mod-a {
	background: #1b1b24;
	width: 1200px;
	margin: 0 auto;
}

.about-A .mod-a ul {
	background: none;
}

.about-A .mod-a li {
	background: url(../images/mod-xx2.png) no-repeat left top;
}

.about-A .mod-a li:nth-child(1) {
	background: none;
}

.about-A .mod-a li h2 {
	color: #f0e5e8;
	text-align: center;
}

.about-A .mod-a li p {
	color: #f0e5e8;
}

.about-A .text {
	width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #e9e9e9;
	padding: 28px 0;
}

.about-A .text p {
	font-size: 16px;
	color: #656565;
	line-height: 26px;
	text-indent: 2rem;
	padding-bottom: 24px;
}

.shipin {
	margin: 0 auto;
	width: 1200px;
	background: #1b1b24;
	position: relative;
	overflow: hidden;
}

.shipin img {
	display: block;
	opacity: 1;
	position: relative;
	z-index: 1;
	transition: .568s;
}

.shipin:hover img {
	opacity: .5;
	transform: scale(1.05);
}

.shipin i {
	display: block;
	font-size: 46px;
	color: #fff;
	position: absolute;
	left: 48%;
	top: 43%;
	cursor: pointer;
	z-index: 2;
}

.about-A .mod-b {
	width: 100%;
	height: 792px;
	background: url(../images/bg-05.jpg) no-repeat center top;
	text-align: center;
	margin-top: 124px;
}

.about-A .mod-b img {
	display: inline-block;
	padding-top: 132px;
}

.about-A .fazhan {
	width: 1200px;
	margin: 0 auto 0;
	background: url(../images/bg-06.png) repeat-y center top;
	position: relative;
	top: -3px;
	padding: 67px 0 30px;
}

.about-A .fazhan ul {}

.about-A .fazhan ul li {
	width: 600px;
	float: left;
	text-align: right;
	position: relative;
	padding-bottom: 22px;
}

.about-A .fazhan ul li h2 {
	font-size: 28px;
	color: #323232;
	font-weight: bold;
}

.about-A .fazhan ul li p {
	font-size: 16px;
	color: #555555;
	line-height: 30px;
}

.about-A .fazhan ul li em {
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #202c41;
	position: absolute;
	top: 10px;
}

.about-A .fazhan ul li:nth-child(2n-1) {
	padding-right: 44px;
	right: 44px;
}

.about-A .fazhan ul li:nth-child(2n-1) em {
	right: -12px;
}

.about-A .fazhan ul li:nth-child(2n) {
	float: right;
	text-align: left;
	padding-left: 44px;
	left: 44px;
}

.about-A .fazhan ul li:nth-child(2n) em {
	left: -12px;
}

.about-A .fazhan > .ico {
	width: 14px;
	height: 26px;
	background: url(../images/ico-12.png) no-repeat;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -7px;
}

.about-A .mod-c {
	width: 100%;
	height: 518px;
	background: url(../images/bg-07.jpg) no-repeat center;
	margin-top: 130px;
	text-align: center;
	color: #fff;
}

.about-A .mod-c img {
	opacity: .8;
	padding: 88px 0 48px;
}

.about-A .mod-c h3 {
	font-size: 28px;
}

.about-A .mod-c h2 {
	font-size: 46px;
    font-weight: bold;
    padding-top: 154px;
	
}

.about-A .mod-c em {
	display: block;
	/*width: 100%;
	height: 1px;
	background: #fff;*/
	opacity: 0.5;
	margin: 20px 0;
}

.about-A .mod-c p {
	width: 1100px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 26px;
}

.culture {
	width: 100%;
}

.culture .mod-a {
	width: 1200px;
	height: 400px;
	margin: 70px auto 0;
	text-align: center;
	position: relative;
	color: #fff;
	background: url(../images/bg-08.jpg) no-repeat;
}

.culture .mod-a p {
	font-size: 28px;
	padding-top: 150px;
}

.culture .mod-a h2 {
	font-size: 32px;
	font-weight: bold;
}

.culture .mod-a h2 em {
	display: inline-block;
	width: 36px;
	height: 1px;
	background: #fff;
	position: relative;
	top: -10px;
	margin: 0 10px;
}

.culture .mod-b {
	width: 1158px;
	height: 352px;
	padding: 50px 0 0 42px;
	margin: 32px auto;
	background: url(../images/bg-09.jpg) no-repeat right center;
}

.culture .mod-b h2 {
	font-size: 20px;
	font-weight: bold;
	color: #404040;
}

.culture .mod-b em {
	display: block;
	width: 26px;
	height: 2px;
	background: #202c41;
	margin: 10px 0 6px;
}

.culture .mod-b p {
	font-size: 14px;
	color: #6d6d6d;
	line-height: 24px;
	width: 462px;
	padding-bottom: 20px;
}

.culture .mod-c {
	width: 1200px;
	height: 476px;
	margin: 0 auto;
	background: url(../images/bg-10.jpg) no-repeat center;
	color: #fff;
	text-align: center;
}

.culture .mod-c h2 {
	font-size: 32px;
	font-weight: bold;
	padding: 94px 0 18px;
}

.culture .mod-c h2 em {
	display: inline-block;
	width: 36px;
	height: 1px;
	background: #fff;
	position: relative;
	top: -10px;
	margin: 0 10px;
}

.culture .mod-c p {
	font-size: 28px;
	line-height: 46px;
}

.culture .mod-d {
	text-align: center;
	width: 1200px;
	margin: 0 auto 60px;
}

.culture .mod-d ul {
	margin-top: 38px;
}

.culture .mod-d li {
	display: block;
	width: 300px;
	float: left;
}

.culture .mod-d li h2 {
	font-size: 38px;
	font-weight: bold;
	color: #525252;
	width: 158px;
	height: 158px;
	line-height: 158px;
	border: 2px solid #d0d0d0;
	border-radius: 50%;
	display: inline-block;
}

.culture .mod-d li h2:hover {
	background: #202c41;
	color: #fff;
	border-color: #202c41;
}

.culture .mod-d li p {
	font-size: 16px;
	line-height: 26px;
	color: #525252;
	padding-top: 10px;
}

.in-honor .honor {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 48px 0;
}

.in-honor .honor ul {
	margin: 0 auto;
}

.in-honor .honor ul li {
	background: #364d5a;
}

.in-honor .honor ul li .img {
	background: #fff;
	transition: .168s;
}

.in-honor .honor ul li .img img {
	left: -140px;
}

.in-honor .honor ul li h3 {
	color: #fff;
}

.in-honor .honor ul li p {
	color: #fff;
}

.in-honor .honor ul li:hover .img {
	background: #364d5a;
}

.in-honor .honor ul li:hover .img img {
	left: 0px;
}

.in-honor table {
	width: 1200px;
	margin: 0 auto 70px;
	border-collapse: collapse;
}

.in-honor table td {
	width: 50%;
	font-size: 16px;
	line-height: 28px;
	color: #2d2d2d;
	text-align: center;
	padding: 8px 0;
	border: 1px solid #dcdcdc;
}

.in-honor .paizi {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.in-honor .paizi li {
	float: left;
	width: 362px;
	text-align: center;
	margin: 0 57px 20px 0;
}

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

.in-honor .paizi li img {
	display: block;
	width: 100%;
	box-shadow: 3px 12px 14px rgba(109, 109, 109, .4);
}

.in-honor .paizi li p {
	font-size: 18px;
	color: #2d2d2d;
	line-height: 32px;
	padding-top: 8px;
}

.in-shipin {
	width: 100%;
}

.in-shipin ul {
	width: 1200px;
	margin: 0 auto;
	padding: 68px 0;
}

.in-shipin ul li {
	width: 585px;
	float: left;
}

.in-shipin ul li .shipin {
	width: 585px;
}

.in-shipin ul li p {
	font-size: 18px;
	color: #606060;
	line-height: 24px;
	padding: 10px 0 20px;
}

.in-shipin ul li:hover p {
	color: #333;
}

.in-shipin ul li:nth-child(2n) {
	float: right;
}

.inner-news {
	padding: 0px 0 72px;
}

.news-content {
	width: 100%;
	background: #fff;
}

.news-content .title {
	padding: 35px 0 26px;
	border-bottom: 1px solid #e4e4e4;
}

.news-content .title h2 {
	width: 942px;
	margin: 0 auto;
	padding-right: 258px;
	font-size: 18px;
	line-height: 26px;
	color: #151515;
	font-weight: bold;
	position: relative;
}

.news-content .title h2 span {
	position: absolute;
	right: 0;
	top: 2px;
	color: #5a5a5a;
	font-size: 14px;
	font-weight: 100;
}

.news-content .news-text {
	width: 1200px;
	margin: 0 auto;
	padding: 38px 0 52px;
	;
}

.news-content .news-text {
	font-size: 16px;
	line-height: 26px;
	color: #5a5a5a;
	text-indent: 2rem;
}

.news-content .news-text p {
	margin-bottom: 20px;
}

.news-content .news-text img {
	display: inline-block;
	margin: 0 auto;
}

.news-content .tab {
	width: 100%;
	border-top: 1px solid #e4e4e4;
	padding: 22px 0 82px;
}

.news-content .tab p {
	width: 1200px;
	margin: 0 auto;
}

.news-content .tab p a {
	width: 456px;
	float: left;
	font-size: 16px;
	color: #5a5a5a;
}

.news-content .tab p a:nth-child(2) {
	float: right;
	text-align: right;
}

.news-content .tab p a:hover {
	color: #202c41;
}

.lx-map {
	width: 100%;
	height: 700px;
	background: #232323;
	margin-top: 114px;
	color: #EBEBEB;
	text-align: center;
	line-height: 700px;
	font-weight: bold;
}

.ZhanBar {
	width: 100%;
	height: 680px;
	background: url(../images/zhanhui.jpg) no-repeat center top;
	color: #fff;
	margin-top: 132px;
}

.ZhanBar h2 {
	width: 1200px;
	margin: 0 auto;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	padding: 78px 0 8px;
	/*border-bottom: 3px solid #202c41;*/
	letter-spacing: 4px;
}

.ZhanBar p {
	font-size: 26px;
	text-align: center;
	/*padding-top: 16px;*/
	letter-spacing: 7px;
	position: relative;
	left: 8px;
}

.zhanhui-banner {
	width: 100%;
}

.zhanhui-banner .title {
	color: #323232;
}

.zhanhui-banner .title h2 span {
	font-size: 40px;
}

.zhanhui-banner .title p {
	display: inline-block;
	font-size: 18px;
	color: #454545;
	margin: 22px 28px 58px;
}

.zhanhui-banner ul {
	position: relative;
}

.zhanhui-banner li {
	display: inline-block;
	width: auto!important;
	background: #000;
	overflow: hidden;
}

.zhanhui-banner li img {
	display: block;
	width: 680px;
	opacity: 1;
	transition: .688s;
}

.zhanhui-banner li:hover img {
	opacity: .8;
	transform: scale(1.05);
}

.zhanhui-banner .swiper-pagination {
	bottom: 0!important;
}

.video-box {
	width: 100%;
	height: 100%;
	background: #10111a;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	display: none;
}

.video-box.on {
	display: block;
}

.video-box .video-zhezhao {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #10111a;
	z-index: 1;
}

.video-box .video-con {
	display: inline-block;
	width: 1280px;
	height: 720px;
	background: #fff;
	position: absolute;
	z-index: 2;
}

.video-box .video-con .fa {
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: -44px;
	right: -44px;
	cursor: pointer;
}

.video-box .video-con iframe {
	width: 100%;
	height: 100%;
}

.txp_tipbar {
	display: none!important;
}

.fw-text {
	width: 100%;
	height: 714px;
	background: url(../images/bg-11.jpg) no-repeat center top;
	color: #fff;
	text-align: center;
}

.fw-text h2 {
	font-size: 42px;
	font-weight: bold;
	padding: 246px 0 6px;
}

.fw-text h3 {
	font-size: 28px;
	font-weight: 100;
}

.fw-text em {
	display: block;
	margin: 30px auto 18px;
	width: 72px;
	height: 1px;
	background: #fff;
}

.fw-text p {
	font-size: 20px;
	line-height: 34px;
	width: 1200px;
	margin: 0 auto;
	font-weight: 100;
}

.fw-mod-a {
	width: 1200px;
	margin: 0 auto;
	padding: 102px 0;
}

.fw-mod-a .left {
	float: left;
	width: 501px;
	height: 337px;
	overflow: hidden;
	position: relative;
	background: #000;
}

.fw-mod-a .left i {
	font-size: 38px;
	color: #fff;
	position: absolute;
	left: 20px;
	bottom: 10px;
	z-index: 2;
	cursor: pointer;
}

.fw-mod-a .left img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 1;
	transition: .368s;
}

.fw-mod-a .left:hover img {
	opacity: .8;
	transform: scale(1.02);
}

.fw-mod-a .right {
	float: right;
	width: 652px;
}

.fw-mod-a .right h2 {
	font-size: 28px;
	font-weight: bold;
	color: #3b3b3b;
	padding: 22px 0;
	line-height: 38px;
}

.fw-mod-a .right em {
	display: block;
	width: 45px;
	height: 2px;
	background: #202c41;
	margin-bottom: 18px;
}

.fw-mod-a .right p {
	font-size: 16px;
	line-height: 26px;
	color: #5f5f5f;
	padding-bottom: 10px;
}

.fw-mod-a .right span {
	font-size: 13px;
	line-height: 22px;
	color: #b2b2b2;
	font-family: "AvantGarde";
}

.qwez-text-a {
	background: #242424;
	padding: 110px 0 130px;
	text-align: center;
	color: #fff;
}

.qwez-text-a h2 {
	font-size: 36px;
	font-weight: bold;
}

.qwez-text-a em {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #6f6f6f;
	margin: 20px 0;
}

.qwez-text-a p {
	font-size: 25px;
	color: #d8d7d7;
	font-weight: 100;
}

.qwez-text-a p strong {
	color: #fff;
	font-weight: 300;
}

.fw-mod-b {
	width: 100%;
	height: 1410px;
	background: url(../images/bg-12.jpg) no-repeat center top;
	text-align: center;
	color: #fff;
}

.fw-mod-b h2 {
	font-size: 36px;
	font-weight: bold;
	padding-top: 102px;
}

.fw-mod-b em {
	display: inline-block;
	width: 80px;
	height: 2px;
	background: #fff;
	margin: 30px 0 20px;
}

.fw-mod-b p {
	font-size: 18px;
	line-height: 34px;
	padding-bottom: 60px;
}

.fw-mod-b p strong {
	font-weight: bold;
	width: 1200px;
}

.fw-text.b {
	width: 100%;
	height: auto;
	color: #383838;
	background: none;
	padding: 92px 0;
}

.fw-text.b h2 {
	padding-top: 0;
	font-weight: 500;
}

.fw-text.b em {
	background: #e8111e;
}

.fw-text.b img {
	display: block;
	margin: 40px auto 0;
}

.renwu {
	width: 100%;
	height: 858px;
	background: url(../images/renwu-02.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

.renwu img {
	display: block;
	position: absolute;
	right: 25%;
	top: 42%;
}

.fw-tedian {
	width: 1200px;
	margin: 0 auto;
	padding: 120px 0 100px;
	text-align: center;
}

.fw-tedian h2 {
	font-size: 46px;
	color: #383838;
}

.fw-tedian em {
	display: inline-block;
	width: 96px;
	height: 2px;
	background: #e8111e;
	margin: 22px 0;
}

.fw-tedian p {
	height: 20px;
	color: #676767;
	margin-bottom: 58px;
	font-size: 20px;
	line-height: 20px;
}

.fw-tedian p span {
	display: inline-block;
	padding: 0 32px;
	border-right: 2px solid #d1d1d1;
}

.fw-tedian p span:last-child {
	border: none;
}

.atlasBar {
	width: 100%;
}

.atlasBar ul li {
	display: inline-block;
	width: auto !important;
}

.atlasBar ul li img {
	display: block;
}

.fangche-text {
	width: 100%;
	height: 710px;
	background: url(../images/tedianbg.jpg) no-repeat center;
	text-align: center;
}

.fangche-text h2 {
	font-size: 36px;
	font-weight: 100;
	line-height: 52px;
	color: #dedede;
	padding: 142px 0 90px;
}

.fangche-text h2 strong {
	font-weight: bold;
	color: #fff;
}

.fangche-text p span {
	display: inline-block;
	padding: 0 20px;
	line-height: 50px;
	border-radius: 30px;
	font-size: 20px;
	color: #fff;
	margin: 0 10px;
}

.fangche-text p span:nth-child(1) {
	background: #7da512;
}

.fangche-text p span:nth-child(2) {
	background: #3ca0b9;
}

.fangche-text p span:nth-child(3) {
	background: #da834e;
}

.XiangMu {
	width: 1160px;
	margin: 50px auto;
}

.XiangMu ul > li {
	width: 360px;
	float: left;
	margin: 0 40px 24px 0;
}

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

.XiangMu ul > li:nth-child(3n+1) {
	clear: both;
}

.XiangMu ul > li .img {
	width: 360px;
	background: #000;
	overflow: hidden;
}

.XiangMu ul > li .img img {
	display: block;
	opacity: 1;
	transition: .368s;
}

.XiangMu ul > li:hover .img img {
	opacity: .8;
	transform: scale(1.05);
}

.XiangMu ul > li .text {
	background: #fff;
	padding: 16px;
	height: 62px;
}

.XiangMu ul > li .text h2 {
	font-size: 16px;
	font-weight: bold;
	color: #273840;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.XiangMu ul > li .text p {
	font-size: 14px;
	height: 40px;
	color: #7e7e7e;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.XiangMu ul > li:hover .text {
	background: #202c41;
}

.XiangMu ul > li:hover .text h2 {
	color: #fff;
}

.XiangMu ul > li:hover .text p {
	color: #fff;
}

.ChanPin-list {
	width: 1300px;
	margin: 36px auto;
	position: relative;
	left: 52px;
}

.ChanPin-list li {
	width: 578px;
	height: 622px;
	text-align: center;
	background: #ededed;
	float: left;
	overflow: hidden;
	margin: 0 44px 42px 0;
	transition: 1.068s;
}

.ChanPin-list li h2 {
	font-size: 32px;
	font-weight: bold;
	color: #3d3d3d;
	padding: 52px 0 0;
}

.ChanPin-list li em {
	display: block;
	width: 32px;
	height: 2px;
	background: #3d3d3d;
	margin: 20px auto 30px;
}

.ChanPin-list li img {
	transition: 1.068s;
}

.ChanPin-list li:hover {
	box-shadow: 0 0 1px rgba(38, 38, 38, .35);
}

.ChanPin-list li:hover img {
	transform: scale(1.1);
}

.ChanPin-list li.on {
	width: 1200px;
	height: 610px;
	position: relative;
}

.ChanPin-list li.on h2 {
	color: #fff;
	position: relative;
	z-index: 2;
}

.ChanPin-list li.on em {
	display: none;
	margin: 0;
	position: relative;
	z-index: 2;
}

.ChanPin-list li.on p {
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	padding-top: 16px;
	position: relative;
	z-index: 2;
}

.ChanPin-list li.on img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


/*
	产品内页
*/

.product-list {
	margin-top: 132px;
	width: 100%;
	background: #F2F2F2;
	padding-top: 20px;
}

.product-list ul {
	display: block;
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

.product-list ul li {
	display: inline-block;
	width: 129px;
	text-align: center;
	border-right: 1px solid #EAEAEA;
	box-sizing: border-box;
	position: relative;
}

.product-list ul li:last-child {
	border-right: none;
}

.product-list ul li a {
	display: block;
	box-sizing: border-box;
	position: relative;
}

.product-list ul li a img {
	width: 55%;
}

.product-list ul li a p {
	font-size: 14px;
	line-height: 30px;
}

.product-content {
	width: 100%;
	min-height: 500px;
	position: relative;
	overflow: hidden;
}

.product-content img {
	display: block;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.product-list ul li a div {
	position: absolute;
	bottom: -31px;
	width: 100%;
	height: 32px;
	display: none;
	z-index: 9;
}

.product-list ul li.on a div {
	display: block;
}

.product-list ul li a div img {
	width: 17px;
}


/*侧边栏*/

.rightbar {
	width: 65px;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -100px;
	z-index: 111111;
}

.rightbar .t1 {
	background: url(../images/right_cur.png);
	width: 65px;
	height: 60px;
}

.rightbar ul li {
	height: 64px;
	border-top: none;
	border-bottom: none;
	overflow: hidden;
	background: #fff;
	float: left;
	width: 65px;
}

.rightbar ul li a {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	color: #9d9d9d;
	height: 69px;
	overflow: hidden;
	background-image: url(../images/right_cur.png)
}

.rightbar ul .li1 a {
	background-position: -65px -60px
}

.rightbar ul .li2 a {
	background-position: -65px -124px
}

.rightbar ul .li3 a {
	background-position: -65px -188px
}

.rightbar ul .li4 a {
	background-position: -65px -252px
}

.rightbar .t2 {
	line-height: 130px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: url(../images/right_cur.png) left bottom no-repeat;
	height: 40px;
	overflow: hidden;
}

.rightbar .t2:hover {
	background: url(../images/right_cur.png) -65px bottom no-repeat
}

.rightbar ul .li1:hover a {
	background-position: 0 -60px
}

.rightbar ul .li2:hover a {
	background-position: 0 -124px
}

.rightbar ul .li3:hover a {
	background-position: 0 -188px
}

.rightbar ul .li4:hover a {
	background-position: 0 -252px
}

.product-code {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.product-code .swiper-pagination {
	bottom: 0 !important;
}

.proclaname {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	padding: 20px 0;
	width: 1200px;
	color: #303030;
	margin: 0 auto;
}

.product-code img {
	display: inline-block;
}

.product-code .swiper-slide {
	border: 1px solid #F0F0F0;
	box-sizing: border-box;
}

.product-code .swiper-slide .left {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 32px 0 20px;
	text-align: center;
}

.product-code .swiper-slide .left>img {
	max-height: 198px;
}

.product-code .swiper-slide .left p {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	margin-left: 10px;
	padding-top: 0px;
	color: #303030;
}

.product-code .swiper-slide h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 30px 0 12px 38px;
	position: absolute;
	left: 240px;
	color: #303030;
}

.product-code .swiper-slide ul {
	float: left;
	width: 80%;
	font-size: 0;
	overflow: hidden;
	padding: 68px 0 0 38px;
	box-sizing: border-box;
	border-left: 1px solid #F0F0F0;
	min-height: 330px;
}

.product-code .swiper-slide ul li {
	display: inline-block;
	width: 90px;
	margin: 0 12px 12px 0;
	float: left;
}

.product-code .swiper-slide ul li:nth-child(9n+1) {
	clear: left;
}

.product-code .swiper-slide ul li>p {
	font-size: 13px;
	color: #545454;
}

.product-code .swiper-slide ul li>img {
	font-size: 13px;
	color: #545454;
	max-width: 66px;
	max-height: 88px;
}

.phone-tt {
	width: 0px;
	height: 63px;
	overflow: hidden;
	border: 1px solid #ececec;
	border-right: none;
	background: #fff;
	border-radius: 10px 0 0 10px;
	position: absolute;
	right: 64px;
	top: 123px;
	transition: .368s;
}

.phone-tt.on {
	width: 218px;
	right: 65px;
}

.phone-tt p {
	font-size: 14px;
	color: #999;
	padding: 9px 0 0 26px;
}

.phone-tt h2 {
	font-size: 24px;
	color: #202c41;
	font-weight: bold;
	padding: 0 0 0 26px;
	line-height: 24px;
}


/*logo颜色： #202c41
box-shadow: 0 5px 14px rgba(0,0,0,0.1);

.td{border:1px #0066ff solid;}
.table{border-collapse:collapse;}

*/