﻿/* {{{ base */
ul, li {
	list-style:none;
}
ul {
	padding:0; margin:0;
}
body {
	margin:0; padding:0;
	color:#010101; font-size:12px;
	line-height:1.6;
}
a:link {
	color:#010101;
	text-decoration:none;
}
a:visited {
	color:#010101;
	text-decoration:none;
}
a:hover {
	color:#F52929;
	text-decoration:none;
}

.clearboth { clear:both; }
.clearfix { *zoom: 1; }
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after { clear: both; }

.fl {float:left;display:inline;}
.fr {float:right;display:inline;}
/* }}} base */

.ellipsis,
.ellipsis-list li {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.scrollable {
  position:relative;
  overflow:hidden;
  margin:0 auto;
}
.scrollable .items {
  width:20000em;
  position:absolute;
}
.scrollable .items .item {
	position:relative;
  float:left; display:inline;
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-size:cover;
}

.slider {
	position:absolute;
	overflow:hidden;
}
.slider-tag {
	position:relative;
}
.slider-tag .item {
	display:none;
	position:absolute;
	left:0; top:0;
}
.slider-tag .current {
	display:block;
}
.slider-tabs {
	position:absolute;
	text-align:center;
}


.img-list {
}
.img-list li {
	float:left; display:inline;
}
.img-list li .txt {
	margin-top:6px;
	text-align:center;
}

.autoset,
.autoset-x {
	display:block;
	overflow:hidden;
	text-align:center;
}
.autoset img {
	visibility:hidden;
}

.list-pager {
	text-align:center;
	margin:50px 0 15px 0;
	*padding-bottom:25px;
}
.list-pager .muted {
	color:#999;
}
.list-pager .current,
.list-pager .page-btn {
	margin:0 4px;
}
.list-pager .current strong {
	color:#F35A5A;
	/*font-weight:normal;*/
}

.list-pager .muted,
.list-pager .current,
.list-pager a {
	border:1px solid #D5D5D5;
	background:#fff;
	display:inline-block;
	text-align:center;
	height:30px; line-height:30px;
	padding:0 7px;
	min-width:16px;
	*zoom:1;
	*vertical-align:middle;
	border-radius:4px;
	transition:.2s;
}
.list-pager .current {
	background:#fff;
}
.list-pager a:hover {
	text-decoration:none;
	background:#fff;
	border:1px solid #EC9483;
}

/*
@font-face {
	font-family: "fzxx";
	src: url("../fonts/fzxx.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
*/
body {
	/*font-family: fzxx,Helvetica,"微软雅黑","宋体",sans-serif;*/
	font-family: Helvetica,"微软雅黑","宋体",sans-serif;
	background:url(../picture/s03.jpg) repeat 50% 50%;
	font-size:14px;
}
body, a:link, a:visited {
	color:#666;
}
a:hover {
	color:#000;
}
a:focus {
	outline:none;
	-moz-outline:none;
}

.pagewrp {
	width:100vw;
	margin:0 auto;
	overflow:hidden;
}


.header {
	position:relative;
	width:100%;
	border-bottom:1px solid #D2D3D3;
	margin-bottom:20px;
}
.header .in {
	position:relative;
	width:1380px;
	height:169px;
	margin:0 auto;
}

.header .logo {
	display:block;
	margin:0 auto;
	padding-top:10px;
	margin-bottom:10px;
	position:relative;
	width:325px; height:104px;
}
.header .logo img {
	display:block;
}
.header .logo span {
	display:none;
}

.header .nav {
	height:46px;
	text-align:center;
}
.header .nav > li {
	display:inline-block;
	margin:0 20px;
	position:relative;
}
.header .nav > li.n-8 {
	margin-right:0;
}
.header .nav > li > a {
	display:block;
	height:32px; line-height:32px;
	padding:0 32px;
	font-size:14px;
	transition:.48s;
}
.header .nav > li.current > a {
	background:#107992!important;
	border-radius:2px;
	color:#fff!important;
}
.header .nav > li > a span {
}
.header .nav > li > a:hover,
.header .nav > li.current > a:hover {
	transition:.1s;
	background:#EAF5F5;
	color:#107992;
}
.header .nav > li.current > a {
}

.header .links {
	position:absolute;
	left:30px; top:40px;
}
.header .links span {
	margin:0 3px;
}
.header .share {
	position:absolute;
	left:910px; top:40px;
	width:137px; height:30px;
	background:url(../picture/s01.png) no-repeat 0 0;
}
.header .fuck {
	position: absolute;
	left: 1060px;
	top: 36px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	height: 36px;
	line-height: 36px;
	padding-left: 42px;
	padding-right: 10px;
	background: url(../picture/s02.png) no-repeat 8px 50%;
}

.header #language_select {
	position: absolute;
	left: 1172px;
	top: 38px;
	width:92px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-color: #FAFAFA;
	border-radius: 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9z…2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	color: rgba(0, 0, 0, 0.75);
	font-family: inherit;
	font-size: 0.875rem;
	line-height: normal;
	padding: 0.5rem;
	border-radius: 0;
	height: 2.3125rem;
	background-color: #fff;
  border: medium none !important;
  color: #999999;
  font-size: 13px !important;
  max-width: 120px;
  text-transform: uppercase;
  padding-top: 5px !important;
  background-image: url("../fonts/793e4e370bc1481cb50488694ae5e29d.woff") !important;
  background-position: 90% 45% !important;
}


.footer {
	padding-top:40px;
	height:220px;
	background:#221E1F;
	margin-top:100px;
}
.footer .in {
	width:1260px;
	margin:0 auto;
}
.footer,
.footer a {
	color:#888;
}
.footer a:hover {
	color:#ccc;
}
.footer .ct {
	float:left;
	position:relative;
	line-height:2;
	padding-right:45px;
}
.footer .ct p:first-child {
	margin-top:0;
}
.footer .ct:after {
	content:"";
	position:absolute;
	right:0; top:0;
	width:1px; height:150px;
	background:#5b5b5b;
}
.footer .links {
	float:left;
	padding-top:5px;
	margin-left:40px;
}
.footer .links > ul > li {
	float:left;
	width:88px;
	margin-right:10px;
}
.footer .aux {
	float:right;
	padding-left:50px;
	position:relative;
	margin-right:60px;
	width:164px;
}
.footer .aux:after {
	content:"";
	position:absolute;
	left:0; top:0;
	width:1px; height:150px;
	background:#5b5b5b;
}
.footer .aux img {
	display:block;
	margin:10px auto 20px auto;
}
.footer .search {
	width:172px; height:26px;
	background:url(../picture/s67.png) no-repeat 0 0;
}
.footer .search input {
	height:26px; line-height:26px;
	padding:0; margin:0;
	border:0;
	background:none;
	color:#fff;
}
.footer .search input:focus {
	outline:none;
}
.footer .search .text {
	float:left;
	margin-left:5px;
	width:130px;
}
.footer .search .submit {
	float:right;
	margin-right:1px;
	width:35px;
}
.footer .search input::-webkit-input-placeholder {
	color:#555;
}


.site-banner {
	width:100%; min-height:235px;
	overflow:hidden;
	margin-bottom:20px;
	/*margin-bottom:25px;*/
}
.site-banner .wrp {
	position:relative;
	width:1920px;
	text-align:center;
	margin-left:-960px;
	left:50%;	
}
.site-banner .wrp img {
	vertical-align:bottom;
}




.site-out {
	padding:1px 0;
	background:url(../picture/s06.png) no-repeat 0 20%, url(s07.png) no-repeat 100% 20%;
}


.site-side {
	margin-top:20px;
	margin-bottom:50px;
}

.sidenav {
	height:38px;
	margin:30px 0 25px 0;
	text-align:center;
}
.sidenav > li {
	position:relative;
	display:inline-block;
	margin:0;
	z-index:3;
	margin-right:-4px;
}
.sidenav > li > a {
	position:relative;
	display:block;
	font-size:14px;
	letter-spacing:0.5px;
	height:36px; line-height:36px;
	padding:0 25px;
	transition:0.2s ease-in-out;
	border:1px solid #333;
	border-right:0 none;
}
.sidenav > li:last-child > a {
	border-right:1px solid #333;
}
.sidenav > li > a:hover {
	color:#107992;
	background:#f5f5f5;
}
.sidenav > li.active > a {
	color:#fff;
	background:#333!important;
}
.sidenav > li > ul {
	position:absolute;
	left:0; top:38px;
	width:100%;
	box-sizing:border-box;
	border:1px solid #DCDCDC;
	border-top:0 none;
	border-right:0 none;
	visibility:hidden;
	opacity:0;
	transition:.32s .05s;
	transform:scaleY(0.8);
	transform-origin:50% 0;
	background:#fff;
	box-shadow:0 2px 2px rgba(0,0,0,.12);
}
.sidenav > li:hover > ul {
	visibility:visible;
	opacity:1;
	transform:scaleY(1);
}
.sidenav > li > ul > li {
	width:100%;
	border-right:1px solid #DCDCDC;
}
.sidenav > li > ul > li.group-header {
	font-size:12px;
	text-align:left;
	color:#888;
	text-indent:16px;
	padding-top:10px;
}
.sidenav > li > ul > li > a {
	display:block;
	height:42px; line-height:42px;
	transition:.18s;
	text-align:center;
	color:#222
}
.sidenav > li > ul > li > a:hover {
	background:#f2f2f2;
}


.site-body {
	min-height:400px;
	margin:0 auto;
}


.editor-ct {
	letter-spacing:0.5px;
	font-size:16px;
	text-align:justify;
}


.store-ct {
	width:1260px;
	margin:30px auto;
}
.store-ct li {
	margin:30px auto;
	height:350px;
}
.store-ct li .img {
	float:left;
	width: 560px; height: 350px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.store-ct .txt {
	float:right;
	width:680px;
}
.store-ct .title {
	font-size:16px;
}
.store-ct .txt div {
	margin-bottom:10px;
}
.store-ct .brief {
	position:relative;
	top:-32px;
	padding-left:72px;
}


.gallery-ct {
	width:1200px;
	margin:0 auto;
}
.gallery-ct li {
	float:left;
	margin:20px 35px;
}
.gallery-ct li a {
	display:block;
	width:330px;
}
.gallery-ct li a .img {
	border: 1px solid #C7C7C7;
	border-radius: 4px;
	width: 308px; height: 308px;
	padding:10px;
}
.gallery-ct li a:hover .img {
	border-color:#888;
	transition:.38s;
	box-shadow:0 1px 12px rgba(0,0,0,.12);
}


.page-ct {
	width:1260px;
	margin:0 auto;
	padding-bottom:100px;
}


.sp-about {
	position:relative;
	width:100%;
	padding-top:100px;
	/*background:url(../picture/s30.jpg) no-repeat 50% 0;*/
}
.sp-about .img {
	margin:0 auto 80px auto;
	max-width:100%; height:930px;
	background:url(../picture/s80.jpg) no-repeat 50% 0;
}
.sp-about .t01 {
	margin:30px auto;
	width:310px; height:150px;
	background:url(../picture/s81.png) no-repeat 0 0;
}
.sp-about .txt {
	text-align:center;
	font-size:17px;
	line-height:1.8;
	color:#333;
}
.sp-about .t02 {
	margin:30px auto;
	width:67px; height:67px;
	background:url(../picture/s82.png) no-repeat 0 0;
}
.sp-about .htt {
	color:#333;
	font-size:23px;
	margin:50px auto 30px auto;
	text-align:center;
}


.sp-dev {
	position:relative;
	width:100%;
}
.sp-dev .img {
	margin:0 auto 80px auto;
	max-width:100%; height:680px;
	background:url(../picture/s83.jpg) no-repeat 50% 50%;
}
.sp-dev .txt {
	text-align:center;
	font-size:17px;
	line-height:1.8;
	color:#333;
}
.sp-dev .t02 {
	margin:80px auto 30px auto;
	width:759px; height:85px;
	background:url(../picture/s84.png) no-repeat 50% 50%;
	background-size:70% auto;
}
.sp-dev .txt2 {
	position:relative;
	font-size:17px;
	line-height:1.8;
	width:1100px;
	margin:60px auto;
}
.sp-dev .txt2 .img2 {
	float:left;
	width:30%; height:0;
	padding-bottom:20%;
	background:url(../picture/s85.jpg) no-repeat 50% 50%;
	background-size:cover;
	margin-right:40px;
}
.sp-dev .txt2 strong {
	font-weight:normal;
	color:#117994;
}
.sp-dev .txt2 .in {
	text-align:justify;
	overflow:hidden;
}


.sp-case {
	width:1200px;
	margin:0 auto;
}
.sp-case .ls {
	/*text-align:center;*/
	width:980px;
	margin:80px auto;
}
.sp-case .ls a {
	display:inline-block;
	width:420px; height:460px;
	margin:25px 30px;
}
.sp-case .img-wrp {
	position:relative;
	border:1px solid #d5d5d5;
	padding:9px;
}
.sp-case .img {
	width:400px; height:400px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.sp-case .txt {
	font-size:18px;
	height:40px; line-height:40px;
	text-align:center;
}
.sp-case .mask {
	position:absolute;
	left:9px; top:9px;
	width:400px; height:400px;
	opacity:0;
	transition:.3s 0s;
	transform:scale(.93);
	background:rgba(30,50,60,.4) url(../picture/s79.png) no-repeat 50% 45%;
}
.sp-case a:hover .mask {
	opacity:1;
	transform:scale(1);
	transition:.13s .03s;
}


.sp-royal .xtt {
	margin:80px auto;
	width:764px; height:60px;
	background:url(../picture/s68.png) no-repeat 0 0;
}
.sp-royal .list {
	margin:0 auto;
}
.sp-royal .scrollable,
.sp-royal .scrollable .item {
	width:1160px; height:300px;
}
.sp-royal .item li {
	float:left;
	margin:0 30px;
}
.sp-royal .item a {
	display:block;
	border: 1px solid #C7C7C7;
	border-radius: 2px;
	width: 228px; height: 278px;
}
.sp-royal .item a:hover {
	border-color:#888;
	transition:.38s;
	box-shadow:0 1px 12px rgba(0,0,0,.12);
}
.sp-royal .item .img {
	width: 208px; height: 258px;
	border:10px solid #fff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.sp-royal .navi {
	text-align:center;
	margin-top:30px;
}
.sp-royal .navi a {
	display:inline-block;
	margin:0 8px;
	border-radius: 50%;
	background-color: #c7c7c7;
	width: 16px; height: 16px;
}
.sp-royal .navi a.active {
	background:#107992;
}


.sp-video .xtt {
	margin:80px auto;
	width:571px; height:60px;
	background:url(../picture/s69.png) no-repeat 0 0;
}
.sp-video ul {
	width:1200px;
	margin:30px auto;
}
.sp-video li {
	float:left;
	margin:20px 35px;
}
.sp-video li a {
	display:block;
	width:330px;
}
.sp-video li a .img {
	position:relative;
	border: 1px solid #C7C7C7;
	border-radius: 4px;
	width: 308px; height: 228px;
	padding:10px;
	background-clip:content-box;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.sp-video li a:hover .img {
	border-color:#888;
	transition:.38s;
	box-shadow:0 1px 12px rgba(0,0,0,.12);
}
.sp-video li a .img span {
	position:absolute;
	left:10px; top:10px;
	width: 308px; height: 228px;
	display:block;
	background:rgba(121,170,198,.6) url(../picture/s70.png) no-repeat 50% 50%;
	opacity:0;
	transition:.2s .03s;
}
.sp-video li a:hover .img span {
	opacity:1;
}
.sp-video li .title {
	margin-top:8px;
	text-align:center;
	height:22px; line-height:22px;
}


.sp-blog {
	width:1260px;
	margin:20px auto;
	padding-top:20px;
}
.sp-blog .xtt {
	font-size:30px;
	margin-bottom:70px;
}
.sp-blog .in {
	width:1300px;
}
.sp-blog .bck {
	float:left;
	margin:0 16px 16px 0;
	position:relative;
	width:409px; height:469px;
	overflow:hidden;
}
.sp-blog .bck img {
	position:absolute;
	display:block;
	left:0; top:0;
	transition:.32s .05s;
}
.sp-blog .bck:hover img {
	transform:scale(1.2);
	opacity:.8;
}
.sp-blog .bck .txt {
	position:absolute;
	left:0; top:0;
	width:409px; height:469px;
	text-align:justify;
	opacity:0;
	transition:.32s .05s;
	background:rgba(0,0,0,.68);
	color:#fff;
	line-height:2;
}
.sp-blog .bck .txt .w {
	padding:80px 50px 0 50px;
}
.sp-blog .bck:hover .txt {
	opacity:1;
}
.sp-blog .bck .txt .tt {
	padding-right:80px;
	font-size:25px;
	line-height:1.2;
	margin-bottom:30px;
}
.sp-blog .bck .txt .ct {
	margin-bottom:30px;
}
.sp-blog .bck .title {
	position:absolute;
	left:40px; top:315px;
	width:290px;
	line-height:1.2;
	font-size:25px;
	color:#fff;
	transition:.32s .05s;
}
.sp-blog .bck:hover .title {
	opacity:0;
}
.sp-blog .search {
	float:right;
	width:320px;
}
.sp-blog .search .t {
	font-size:30px;
}
.sp-blog .search select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-color: #FAFAFA;
	border-radius: 0;
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	color: rgba(0, 0, 0, 0.75);
	font-family: inherit;
	font-size: 0.875rem;
	line-height: normal;
	padding: 0.5rem;
	border-radius: 0;
	height: 2.3125rem;
	background-color: #d1d1d1;
	background-image: url("../picture/s20.png");
	background-repeat: no-repeat;
	background-position: 100% 0;
	text-transform: uppercase;
	color: #ffffff;
	height: 40px;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	width:100%;
	display:block;
}

.sp-blog-item {
	width:1260px;
	margin:35px auto;
}
.sp-blog-item h2 {
	font-weight:normal;
	font-size:30px;
	margin:0;
}
.sp-blog-item .back {
	font-size:16px;
	line-height:1.2;
	margin-bottom:10px;
}
.sp-blog-item .btns {
	float:right;
}
.sp-blog-item .btns a {
	float:left;
	display:block;
	margin-left:20px;
	width:46px; padding-top:52px;
	text-align:center;
}
.sp-blog-item .btns .a1 {
	background:url(../picture/s21.png) no-repeat 50% 5px;
}
.sp-blog-item .btns .a2 {
	background:url(../picture/s22.png) no-repeat 50% 10px;
}
.sp-blog-item .editor-ct {
}


.sp-news {
	width:1260px;
	margin:40px auto;
}
.sp-news .main {
	float:left;
	width:810px;
}
.sp-news .xtt {
	/*font-size:30px;*/
	/*padding-top:10px;*/
	/*margin-bottom:50px;*/
	position:relative;
	/*width:351px; height:113px;*/
	height:110px;
	margin-bottom:20px;
	background:url(../picture/s57.png) no-repeat 100% 0;
}
.sp-news .xtt img {
	display:block;
	padding:15px 0;
}
.sp-news .xtt a {
	display:inline-block;
	margin-right:10px;
	height:30px; line-height:30px;
	background:#f0f0f0;
	border:1px solid #c8c8c8;
	border-radius:4px;
	padding:0 38px;
	transition:.32s;
}
.sp-news .xtt a:hover {
	border-color:#999;
}
.sp-news .xtt a.active {
	background:#D7000F;
	color:#fff;
	border-color:#DB797E;
}

.sp-news li {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #D9D9D9;
	overflow:hidden;
}
.sp-news .time {
	font-size:13px;
}
.sp-news .title {
	font-size:20px;
	margin:10px 0;
}
.sp-news .brief {
	float:right;
	width:520px;
	font-size:15px;
	margin:0 0 10px 0;
	text-align:justify;
}
.sp-news .more a {
	float:right;
	width:520px;
	color:#D7000F;
}
.sp-news .img {
	float:left;
	display:block;
	width:270px; height:180px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.sp-news .side {
	float:right;
	width:364px;
	padding-left:40px;
	border-left:1px solid #D9D9D9;
}
.sp-news .side .tt {
	font-size:22px;
	margin-bottom:10px;
}
.sp-news .side img {
	display:block;
	margin-bottom:10px;
}
.sp-news .side .brief {
	margin-bottom:10px;
}
.sp-news .side .break {
	margin:30px 0;
	height:1px;
	background:#D9D9D9;
}
.sp-news .side .btn {
	display:block;
	width:100%;
	text-align:center;
	font-size:16px;
	background:#444;
	color:#fff;
	height:52px; line-height:52px;
	margin:10px 0;
	transition:.32s;
}
.sp-news .side .btn:hover {
	background:#777;
}
.sp-news .side .btn-light {
	background:#107992;
}
.sp-news .side .btn-light:hover {
	background:#1493b3;
}


.prod-index {
	text-align:center;
	margin:60px 0;
}
.prod-index a {
	display:inline-block;
	margin:0 60px;
	width:485px; height:424px;
}
.prod-index .a1 {
	background:url(../picture/s34.jpg) no-repeat 0 0;
}
.prod-index .a2 {
	background:url(../picture/s35.jpg) no-repeat 0 0;
}


.series-ct {
	width:1260px;
	margin:0 auto;
	text-align:center;
}
.series-ct li {
	display:inline-block;
	margin: 20px 50px;
	width: 500px; height: 400px;
}
.series-ct li a,
.series-ct li .img {
	position:relative;
	display:block;
	width: 500px; height: 400px;
}
.series-ct li .img {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.series-ct li .txt {
	position:absolute;
	left:0; bottom:0;
	padding-right:30px;
	text-align:right;
	width:470px;
	height:48px; line-height:48px;
	font-size:18px;
	color:#fff;
	background:rgba(0,0,0,.5);
	letter-spacing:1px;
}


.prod-ct {
	width:1260px;
	margin:10px auto 50px auto;
	overflow:hidden;
}
.prod-ct .crumb {
	margin-bottom:20px;
}
.prod-ct .crumb,
.prod-ct .crumb a {
	color:#107992
}
.prod-ct .crumb span {
	margin:0 3px;
}
.prod-ct .crumb a.last {
	color:#222;
}
.prod-ct .intro {
	font-size:15px;
	width:840px;
	margin-bottom:40px;
}
.prod-ct .search {
	float:right;
	margin-top:3px;
	width:320px; height:40px;
	background:url(../picture/s44.png) no-repeat 0 0;
}
.prod-ct .search input {
	height:40px; line-height:40px;
	padding:0; margin:0;
	border:0;
	background:none;
}
.prod-ct .search input:focus {
	outline:none;
}
.prod-ct .search .text {
	float:left;
	margin-left:10px;
	width:220px;
}
.prod-ct .search .submit {
	float:right;
	margin-right:1px;
	width:50px;
}
.prod-ct .search input::-webkit-input-placeholder {
	color:#F0F0F0;
}
.prod-ct ul {
	margin-top:40px;
}
.prod-ct li {
	float:left;
	margin:0 20px 30px 20px;
}
.prod-ct li a {
	display:block;
	position:relative;
	background:#fff;
	width:364px;
	padding:8px;
	transition:.28s;
}
.prod-ct li a:hover {
	box-shadow:0 1px 14px rgba(0,0,0,.3);
}
.prod-ct li .img {
	width:364px; height:285px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.prod-latest li:first-child a::after {
	content:"";
	position:absolute;
	right:8px; top:8px;
	width:90px; height:90px;
	background:url(../picture/s36.png) no-repeat 0 0;
}
.prod-ct li .img-x {
	/*background-size:cover;*/
}
.prod-ct li .txt {
	text-align:center;
	line-height:1.4;
	margin-top:8px;
}
.prod-ct .tabs {
	text-align:center;
	margin-bottom:30px;
}
.prod-ct .tabs a {
	display:inline-block;
	margin:0 10px;
	height:30px; line-height:30px;
	background:#f0f0f0;
	border:1px solid #c8c8c8;
	border-radius:2px;
	padding:0 38px;
	transition:.3s;
	transition-property:border-color;
}
.prod-ct .tabs.compact a {
	padding:0 8px;
	margin:0 5px;
}
.prod-ct .tabs a:hover {
	border-color:#999;
	background:#f5f5f5;
}
.prod-ct .tabs a.active {
	background:#333;
	color:#fff;
	border-color:#000;
}


.prod-item {
	width:62vw;
	margin:0 auto;
	padding:1px 0 100px 0;
	font-size:14px;
	background:#fff;
}
.prod-item .prod-bar {
	margin-bottom:40px;
}
.prod-item .prod-bar img {
	/*display:block;*/
}
.prod-item .prod-bar .crumb,
.prod-item .prod-bar .crumb a {
	color:#107992;
}
.prod-item .prod-bar .crumb a.last {
	color:#666;
}
.prod-item .prod-bar .crumb span {
	margin:0 3px;
}
.prod-item .wrp {
	width:62vw;
	margin:0 auto;
}
.prod-item .head {
	position:relative;
	margin:0 auto;
}
.prod-item .large {
	float:left;
	width:600px; height:510px;
	padding:9px;
	border:1px solid #BFBFBF;
	border-radius:2px;
	transition:.18s;
}
.prod-item .large:hover {
	border:1px solid #107992;
}
.prod-item .txt {
	float:right;
	width:530px;
}
.prod-item .txt .title {
	font-size:26px;
	line-height:1.3;
	color:#107992;
	margin-top:5px;
	margin-bottom:10px;
}
.prod-item .txt p {
	margin:12px 0;
}
.prod-item .brief {
	margin-bottom:16px;
	padding-bottom:14px;
	border-bottom:1px solid #eee;
}
.prod-item .ht {
	margin:30px 0 20px 0;
	height:31px;
	border-bottom:1px solid #D9D9D9;
}
.prod-item .ht span {
	float:left;
	height:31px;
	line-height:32px;
	padding:0 1.5em;
	text-align:center;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	color:#fff;
	background:#666;
}
.prod-item .ht-hl span {
	color:#fff;
	background:#107992;
}
.prod-item .rels {
	position:relative;
}
.prod-item .rels .scrollable {
	margin:0 auto;
}
.prod-item .rels .scrollable,
.prod-item .rels .item {
	width:1160px; height:180px;
}
.prod-item .rels li {
	float:left;
	margin:0 10px;
}
.prod-item .rels .img {
	display:block;
	width:270px; height:157px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.prod-item .rels .tt {
	margin-top:2px;
	text-align:center;
}
.prod-item .rels .prev,
.prod-item .rels .next {
	position:absolute;
	top:0px;
	width:28px; height:157px;
	opacity:.65;
	transition:.18s;
}
.prod-item .rels .prev {
	left:0px;
	background:url(../picture/s45.png) no-repeat 0 0;
}
.prod-item .rels .next {
	right:0px;
	background:url(../picture/s46.png) no-repeat 0 0;
}
.prod-item .rels .prev:hover,
.prod-item .rels .next:hover {
	opacity:1;
}
.prod-item .rels a.disabled {
	opacity:.3!important;
	cursor:default;
}
.prod-item .pic {
	text-align:center;
	/*margin:30px;*/
}
.prod-item .pic img {
	max-width:100%;
	box-shadow:0 0 12px rgba(0,0,0,.1);
	border:2px solid #fff;
	border-radius:4px;
}


.sp-prod {
	width:1260px;
	margin:10px auto 50px auto;
	overflow:hidden;
}
.sp-prod .intro {
	font-size:15px;
	width:840px;
	margin-bottom:50px;
}
.sp-prod li {
	border-bottom:1px solid #D9D9D9;
	margin-bottom:25px;
}
.sp-prod li:last-child {
	border-bottom:0 none;
}
.sp-prod .switch {
	float:right;
	width:320px;
	margin-top:130px;
}
.sp-prod .switch select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-color: #FAFAFA;
	border-radius: 0;
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	color: rgba(0, 0, 0, 0.75);
	font-family: inherit;
	font-size: 0.875rem;
	line-height: normal;
	padding: 0.5rem;
	border-radius: 0;
	height: 2.3125rem;
	background-color: #d1d1d1;
	background-image: url("../picture/s20.png");
	background-repeat: no-repeat;
	background-position: 100% 0;
	text-transform: uppercase;
	color: #ffffff;
	height: 40px;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	width:100%;
	display:block;
}

.bck-list {
	width:1300px;
}
.bck-list .bck {
	float:left;
	position:relative;
	width:232px; height:478px;
	overflow:hidden;
	margin-right:25px;
	margin-bottom:25px;
}
.bck-list .bck img {
	position:absolute;
	display:block;
	left:0; top:0;
	transition:.32s .05s;
}
.bck-list .bck:hover img {
	transform:scale(1.2);
	opacity:.8;
}
.bck-list .bck .txt {
	position:absolute;
	left:0; top:0;
	width:232px; height:478px;
	text-align:justify;
	opacity:0;
	transition:.32s .05s;
	background:rgba(0,0,0,.38);
	color:#fff;
	line-height:2;
}
.bck-list .bck .txt .w {
	padding:400px 20px 0 20px;
}
.bck-list .bck:hover .txt {
	opacity:1;
}
.bck-list .bck .txt .mt {
	font-size:20px;
	line-height:1.2;
}
.bck-list .bck .line {
	position:absolute;
	left:0; top:233px;
	width:100%; height:12px;
	background:#fff;
}

.sp-dealers .kk {
	width:1260px;
	margin:50px auto;
}
.sp-dealers .xtt {
	width:220px; height:40px;
	background:url(../picture/s42.png) no-repeat 0 0;
}
.sp-dealers .map {
	position:relative;
	width:100%; height:600px;
	background:url(../picture/s25.jpg) no-repeat 50% 0;
}
.sp-dealers .map a {
	position:absolute;
	width: 90px;
	height: 28px;
	margin-left: -400px;
	left:50%;
	top: 200px;
	line-height: 28px;
	text-align:center;
	background:rgba(255,0,0,.6);
	color:#fff;
	border-radius: 4px;
}
.sp-dealers .map a:after {
	content:"";
	position:absolute;
	left: 38px;
	top:34px;
	width:22px;
	height:26px;
	background:url(../picture/s86.png) no-repeat 0 0;
	opacity: .7;
}
.sp-dealers .switch {
	float:right;
}
.sp-dealers select {
	float:left;
	margin-left:20px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-color: #FAFAFA;
	border-radius: 0;
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	color: rgba(0, 0, 0, 0.75);
	font-family: inherit;
	font-size: 0.875rem;
	line-height: normal;
	padding: 0.5rem;
	border-radius: 0;
	height: 2.3125rem;
	background-color: #d1d1d1;
	background-image: url("../picture/s20.png");
	background-repeat: no-repeat;
	background-position: 100% 0;
	text-transform: uppercase;
	color: #ffffff;
	height: 40px;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	width:320px;
	display:block;
}


.sp-contact {
	width:1260px;
	margin:40px auto;
}
.sp-contact .xtt {
	/*width:1208px; height:88px;*/
	/*background:url(../picture/s33.png) no-repeat 0 0;*/
	font-size:16px;
	line-height:1.8;
}
.sp-contact .xtt strong {
	color:#107992;
}
.sp-contact .intro {
	font-size:16px;
}
.sp-contact form {
	overflow:hidden;
	margin:20px auto;
}
.sp-contact .col {
	float:left;
	width:406.6px;
	margin-bottom:10px;
}
.sp-contact .col:nth-child(3n-1) {
	margin-left:20px;
	margin-right:20px;
}
.sp-contact .row {
	clear:both;
}
.sp-contact label {
	display:block;
}
.sp-contact input[type=text] {
	display:block;
	width:100%; height:38px;
	padding:5px;
	box-sizing:border-box;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	border:1px solid #ccc;
	color:#000;
}
.sp-contact textarea {
	display:block;
	width:100%; height:120px;
	padding:5px;
	box-sizing:border-box;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	border:1px solid #ccc;
	color:#000;
}
.sp-contact input[type=submit] {
	display:block;
	background: #333;
	width: 96px; height: 52px;
	line-height:52px;
	color:#fff;
	text-align:center;
	border:0 none;
	padding:0;
	transition:.32s;
}
.sp-contact .fuck {
	margin:10px 0;
}
.sp-contact input[type=submit]:hover {
	background:#555;
}
.sp-contact .ctmap {
	margin:60px 0;
}
.sp-contact .ct {
	float:left;
	width:420px;
	font-size:16px;
}
.sp-contact .cmap {
	float:right;
	width:800px;
}



.home-banner {
	position:relative;
	margin-top:20px;
}
.home-banner .scrollable,
.home-banner .item {
	/*width:1920px;*/
	height:650px;
}
.home-banner .ss {
	position:absolute;
	top:285px;
	width:48px; height:80px;
	transition:.38s;
}
.home-banner .ss:hover {
	background-color:rgba(0,0,0,.5);
}
.home-banner .prev {
	left:0px;
	background:url(../picture/s03.png) no-repeat 40% 50%;
}
.home-banner .next {
	right:0px;
	background:url(../picture/s04.png) no-repeat 60% 50%;
}
.home-banner .navi {
	margin:10px auto;
	text-align:center;
}
.home-banner .navi a {
	display:inline-block;
	width:12px; height:12px;
	border-radius:50%;
	background:#dbdbdb;
	margin:0 8px;
}
.home-banner .navi a.active {
	background:#b5b5b5;
}


.home01 {
}
.home01 .xtt {
	margin:0 auto;
	margin-bottom:25px;
	width:476px; height:140px;
	background:url(../picture/s71.png) no-repeat 0 0;
}
.home01 .wrp {
	margin:0 auto;
	width:1270px; height:486px;
}
.home01 .bck {
	float:left;
	position:relative;
}
.home01 .bck:first-child {
	margin-right:10px;
}
.home01 .bck:last-child {
	float:right;
}
.home01 .bck div {
	display:block;
	width:407px; height:476px;
	border:5px solid #fff;
	transition:.38s .05s;
	background:#ED9800;
	box-shadow:0 -2px 18px rgba(0,0,0,0);
}
.home01 .bck:hover div {
	box-shadow:0 4px 28px rgba(0,0,0,.2);
}
.home01 .bck img {
	display:block;
	transition:.38s;
}
.home01 .bck:hover img {
	opacity:.98;
}
.fp-section .home01 .bck {
	opacity:0;
	transition:.5s .2s;
}
.active .home01 .bck {
	opacity:1;
}
.fp-section .home01 .bck01 {
	transform:translateX(-80px);
}
.active .home01 .bck01 {
	transform:translateX(0);
}
.fp-section .home01 .bck02 {
	transition:.53s .2s;
	transform:scale(1.16);
}
.active .home01 .bck02 {
	transform:scale(1);
}
.fp-section .home01 .bck03 {
	transform:translateX(80px);
}
.active .home01 .bck03 {
	transform:translateX(0);
}


.home03 {
	width:1260px;
	margin:50px auto;
}
.home03 .xtt {
	margin:0 auto;
	width:673px; height:126px;
	background:url(../picture/s72.png) no-repeat 0 0;
	margin-bottom:45px;
}
.home03 .in {
	height:469px;
}
.home03 .bck {
	float:left;
	position:relative;
	width:409px; height:469px;
	overflow:hidden;
}
.home03 .bck:first-child {
	margin-right:17px;
}
.home03 .bck:last-child {
	float:right;
}
.home03 .bck .img {
	position:absolute;
	display:block;
	width:100%; height:100%;
	left:0; top:0;
	transition:.32s .05s;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.home03 .bck01 .img {
	background-image:url(../picture/s75.jpg)
}
.home03 .bck02 .img {
	background-image:url(../picture/s78.jpg)
}
.home03 .bck03 .img {
	background-image:url(../picture/s77.jpg)
}
.home03 .bck .txt {
	position:absolute;
	left:10px; top:10px;
	right:10px; bottom:10px;
	text-align:justify;
	opacity:0;
	transition:.32s .05s;
	background-color:rgba(30,50,60,.4);
	background-repeat:no-repeat;
	background-position:50% 50%;
	color:#fff;
	line-height:2;
}
.home03 .bck:hover .txt {
	opacity:1;
}
.home03 .bck .title {
	font-size:28px;
	text-align:center;
	padding-top:190px;
	margin-bottom:20px;
}
.home03 .bck .txt span {
	display:block;
	margin:0 auto;
	width:190px; height:48px;
	line-height:48px;
	text-align:center;
	background:#107992;
}
.fp-section .home03 .xtt {
	opacity:0;
	transform:scale(1.16);
	transition:.4s .16s;
}
.active .home03 .xtt {
	opacity:1;
	transform:scaleY(1);
}
.fp-section .home03 .bck {
	opacity:0;
	transition:.38s;
}
.fp-completely .home03 .bck {
	opacity:1;
	transform:translateY(0px)!important;
}
.fp-section .home03 .bck:nth-child(1) {
	transform:translateY(-50px);
}
.fp-section .home03 .bck:nth-child(2) {
	transform:translateY(50px);
	transition-delay:.13s;
}
.fp-section .home03 .bck:nth-child(3) {
	transform:translateY(-50px);
	transition-delay:.26s;
}


.home04 .xtt {
	margin:0 auto;
	margin-bottom:60px;
	width:314px; height:32px;
	/*background:url(../picture/s74.png) no-repeat 0 0;*/
	font-size:32px; line-height:32px;
}
.home04 .ct {
	margin:0 auto 80px auto;
	width:1280px;
	/*height:640px;*/
	overflow:hidden;
}
.home04 .ct span {
	float:left;
	margin:15px;
	width:290px; height:290px;
	background:url(../picture/s73.jpg) no-repeat 0 0;
}
.home04 .ct div {
	float:left;
	margin:15px;
	border:1px solid #D4D4D4;
	padding:25px;
	width:238px; height:238px;
	text-align:justify;
	background:#fff;
	transition-property:opacity, transform!important;
}
.home04 .ct div:hover {
	background:#107895;
	border-color:#fff;
	color:#fff;
	box-shadow:0 1px 18px rgba(0,0,0,.14);
}
.home04 .ct div p {
	font-size:16px;
	line-height:1.4;
}
.home04 .ct div h3 {
	font-weight:normal;
	font-size:23px;
	margin:20px 0 30px 0;
}
.fp-section.home04 .ct > * {
	transition:0s 0s;
	opacity:0;
}
.fp-section.home04 .ct > :nth-child(2n+1) {
	transform:translateX(20px);
}
.fp-section.home04 .ct > :nth-child(2n) {
	transform:translateX(-50px);
}
.fp-completely.home04 .ct > * {
	transition:.4s 0s;
	opacity:1;
	transform:translateX(0)!important;
}
.fp-completely.home04 .ct > :nth-child(2n) {
	transiction-delay:.3s;
}



.fp-section .footer {
	opacity:0;
	transition:.4s;
}
.fp-completely .footer {
	opacity:1;
}

.home00 {
	position:relative;
}
.home00 .header {
	position:absolute;
	z-index:2;
	left:0; top:0;
}
.home-footer {
	background:#221E1F;
}
.home-banner {
	position: absolute;
	margin:0;
	top: 190px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	overflow: hidden;
}
#fp-nav {
	top:40%!important;
}
#fp-nav ul li a span {
	border:2px solid rgba(255,255,255,.6);
	width:6px; height:6px;
	margin:-3px 0 0 -3px;
	background:#555;
	background-clip: content-box;
}
#fp-nav ul li a.active span {
	background:#128EAA;
}
.home-banner .navi {
	position:absolute;
	margin:0;
	left:50%; bottom:10px;
	width:400px;
	margin-left:-200px;
	text-align: center;
}
.home-banner .navi a {
	width:16px; height:16px;
	border-radius:50%;
	margin:0 4px;
	background:#fff;
	opacity:.9;
	border:4px solid transparent;
	background-clip:content-box;
}
.home-banner .navi a.active {
	background:#0F90AF;
	opacity:1;
	border:4px solid #A0D2DD;
}


.float-panel {
	position:fixed;
	left:-1px; top:50%;
}
.float-panel > * {
	display:block;
	position:relative;
	width:40px; height:40px;
	border:1px solid rgba(255,255,255,.6);
	box-shadow:1px 1px 6px rgba(0,0,0,.1);
	background-color:#222222;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-clip:content-box;
}
.float-panel > *:hover {
	background-color:#107992;
}
.float-panel > *:nth-child(1) {
	background-image:url(../picture/s26.png);
}
.float-panel > *:nth-child(2) {
	background-image:url(../picture/s27.png);
}
.float-panel > *:nth-child(3) {
	background-image:url(../picture/s28.png);
}
.float-panel > *:nth-child(4) {
	background-image:url(../picture/s29.png);
}
.float-panel > * > * {
	position:absolute;
	left:45px; top:0;
	box-shadow:1px 1px 8px rgba(0,0,0,.2); 
	opacity:0;
	transform:translateX(-30px);
	transition:.28s;
	visibility:hidden;
}
.float-panel > *:hover > * {
	visibility:visible;
	opacity:1;
	transform:translateX(0);
}
.float-panel > *:hover::before {
	content:"";
	position:absolute;
	left:40px; top:0;
	width:5px; height:38px;
}
.float-panel > a > span {
	height:38px; line-height:38px;
	width:118px;
	text-align:center;
	background:#fff;
	border:1px solid #eee;
	color:#107992;
	font-weight:bold;
}
.float-panel > span > img {
	top:-20px;
}



.nav .sub {
	display:none;
}
.open .sub {
	display:block;
}
.dropdown-menu {
  width:230px !important;
  text-align:center;
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 1000;
  display: none;
  float: left;
  padding: 20px 0 8px;

  /*margin-left:-70px;*/
  list-style: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 4px solid #555;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.28);
  background-clip: padding-box;
}
.dropdown-menu li{
	width: 200px !important; 
    display: inline-block !important;
    list-style-type: none !important;
    vertical-align: middle !important;
    position: relative !important;
}
.dropdown-menu:before {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: -7px;
	margin-left: -4px;
	content: ' ';
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-bottom-color: #fff;
}
.dropdown-menu:after {
	z-index: 2;
	position: absolute;
	left: 50%;
	top: -12px;
	margin-left: -4px;
	content: ' ';
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-bottom-color: #555;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 6px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  /*background-color: #0081c2;*/
  background-color: #107992;
  background-image: -moz-linear-gradient(top, #1493b3, #107992);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1493b3), to(#107992));
  background-image: -webkit-linear-gradient(top, #1493b3, #107992);
  background-image: -o-linear-gradient(top, #1493b3, #107992);
  background-image: linear-gradient(to bottom, #1493b3, #107992);
  background-repeat: repeat-x;
}

.nosee{
  display:none;
}


@media only screen and (max-width:768px) {
	.prod-item .wrp {
					width: 100vw;
				}
				.prod-item .large {
					float:left;
					width:90vw; 
					height:400px;
					padding:9px;
					border:1px solid #BFBFBF;
					border-radius:2px;
					transition:.18s;
			}
}
