/* {{{ 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 {
  float:left; display:inline;
}

.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;
	position:relative;
}
.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;
}


body {
	font-family: Arial,Helvetica,"微软雅黑","宋体",sans-serif;
	background:#fff;
	font-size:14px;
}
body, a:link, a:visited {
	color:#333;
}
a:hover {
	color:#549DA3;
}
a:focus {
	outline:none;
	-moz-outline:none;
}

.pagewrp {
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

.header {
	position:relative;
	width:100%;
	z-index:2;
}
.header .in {
	position:relative;
	width:1180px; height:74px;
	margin:0 auto;
}

.header .logo {
	position:absolute;
	left:0; top:8px;
}
.header .logo img {
	display:block;
}
.header .logo span {
	display:none;
}

.header .search {
	position:absolute;
	z-index:2;
	right:0px; top:88px;
	width:180px; height:22px;
	background:url(s01.png) no-repeat 0 0;
}
.header .search input {
	background:none;
	border:0 none;
	padding:0; margin:0;
	height:22px; line-height:22px;
	/*background:rgba(255,0,0,.3);*/
}
.header .search .text {
	float:left;
	width:130px;
	padding:0 5px;
	outline:none;
	font-size:12px;
}
.header .search .submit {
	float:right;
	width:30px;
}
.header .shared {
	position:absolute;
	right:160px; top:22px;
	padding-right:102px; height:33px;
	line-height:36px;
	background:url(s04.png) no-repeat 100% 0;
	overflow:hidden;
}
.header .shared .shd {
	position:absolute;
	left:51px; top:0;
	width:400px;
}
.header .shared .shd a {
	margin-right:10px;
	opacity:0;
}
.header .links {
	position:absolute;
	z-index:2;
	right:0px; top:22px;
	height:33px; line-height:33px;
}


.header .nav-wrp {
	height:49px;
	background:url(s02.png) no-repeat 50% 0;
}
.header .nav {
	width:1180px;
	margin:0 auto;
}
.header .nav > li {
	float:left;
	margin:10px 16px 0 0;
}
.header .nav > li > a {
	display:block;
	padding:0px 15px;
	border-radius:4px;
	height:32px; line-height:32px;
	font-size:16px;
	color:#fff;
	transition:.48s;
}
.header .nav > li > a:hover,
.header .nav > li.active > a:hover {
	background:rgba(255,255,255,.14);
	transition:.08s;
}
.header .nav > li.active > a {
}


.footer {
	width:100%;
	height:75px;
	background:#fff;
}
.footer .in {
	position:relative;
	width:1120px;
	margin:0 auto;
	padding-top:14px;
	font-size:12px;
}
.footer .logo {
	float:left;
	margin-top:6px;
	width:164px; height:39px;
	background:url(s03.png) no-repeat 0 0;
}
.footer .wrp {
	float:right;
	width:760px;
	text-align:right;
}
.footer .links {
	margin-top:6px;
	margin-bottom:4px;
}
.footer .links span {
	margin:0 8px;
}
.footer .ct p {
	margin:0;
}
.footer, .footer a {
	color:#5CA1A8;
}


.site-banner {
	width:100%; min-height:276px;
	overflow:hidden;
	/*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 {
}


.site-side {
	margin-top:20px;
	margin-bottom:50px;
}
.site-side .site-tt {
	text-align:center;
	height:60px;
	margin:15px 0;
}

.sidenav {
	height:35px;
	text-align:center;
	border-bottom:1px solid #DECFC1;
}
.sidenav > li {
	display:inline-block;
	margin:0 8px;
}
.sidenav > li > a {
	position:relative;
	display:block;
	font-size:16px;
	letter-spacing:1px;
	height:36px; line-height:36px;
	border:0px solid transparent;
	padding:0 20px;
	transition:0.2s ease-in-out;
	box-sizing:border-box;
}
.sidenav > li > a:hover {
	color:#549DA3;
	border-bottom:3px solid #DEAF89;
}
.sidenav > li.active > a{
	color:#549DA3;
}
.sidenav > li.active > a:after {
	position:absolute;
	content:'';
	left:50%; top:40px;
	margin-left:-29px;
	width:58px; height:9px;
	background:url(s05.png) no-repeat 0 0;
}

.site-body {
	min-height:400px;
	margin:0 auto;
	padding-bottom:100px;
}


.editor-ct {
	letter-spacing:0.5px;
	font-size:16px;
	text-align:justify;
}


.page-ct {
}


.sp-about-us {
	position:relative;
	margin:0 auto;
	width:100%; height:559px;
	background:url(s06.jpg) no-repeat 50% 0;
	padding-top:1px;
}
.sp-about-us .ct {
	padding-top:1px;
	width:1180px; height:559px;
	margin:0 auto;
}
.sp-about-us .ct .in {
	margin: 155px 0 0 93px;
	text-align: justify;
	width: 660px;
	height: 380px;
	overflow: auto;
	padding-right:10px;
}
.sp-about-us .ct .in p {
	margin-top:0;
}

.sp-about-culture {
	position:relative;
	margin:0 auto;
	padding-top:1px;
	width:100%; height:518px;
	background:url(s07.jpg) no-repeat 50% 0;
}
.sp-about-culture .ct {
	padding-top:1px;
	width:1180px; height:380px;
	margin:0 auto;
}
.sp-about-culture .ct .in {
	margin: 135px 0 0 555px;
	text-align: justify;
	width: 560px;
	height: 380px;
	overflow: auto;
	padding-right:10px;
}
.sp-about-culture .ct .in p {
	margin-top:0;
}


.sp-about-f {
	margin:0 auto;
	width:100%; height:581px;
	background:url(s08.jpg) no-repeat 50% 0;
}


.text-ss::-webkit-scrollbar {
	width:10px;
}
.text-ss::-webkit-scrollbar-track-piece {
	border-radius:5px;
	background-color:rgba(0,0,0,.1);
}
.text-ss::-webkit-scrollbar-thumb {
	border-radius:5px;
	background-color:rgba(0,0,0,.52);
} 
.text-ss::-webkit-scrollbar-thumb:hover {
	background-color:rgba(0,0,0,.92);
} 





.gallery-ct {
	width:1170px;
	margin:0 auto;
	padding-left:10px;
	overflow:hidden;
}
.gallery-ct ul {
	width:1280px;
}
.gallery-ct li {
	width:260px; height:280px;
	margin:0 40px 30px 0;
}
.gallery-ct li a {
	display:block;
	transition:.14s;
	background:#fff;
	transition:.28s;
}
.gallery-ct li .img {
	display:block;
	width:250px; height:250px;
	padding:4px;
	border:1px solid #cab099;
	border-radius:2px;
	transition:.28s;
}
.gallery-ct li a:hover .img {
	background:#fff;
	border:1px solid #549DA3;
	box-shadow:1px 1px 10px rgba(255,144,144,.28);
}
.gallery-ct li .txt {
	margin-top:8px;
	font-size:14px;
	height:16px; line-height:16px;
	color:#a67c59;
}
.gallery-ct li a:hover .txt {
	color:#549DA3;
}


.sp-royal {
	width:100%; height:432px;
	background:url(s11.png) no-repeat 50% 0;
}
.sp-royal .list {
	padding-top:25px;
	padding-left:270px;
	width:960px;
	margin:0 auto;
}
.sp-royal .scrollable {
	margin:0 auto;
}
.sp-royal .scrollable,
.sp-royal .scrollable .item {
	width:960px;
	height:240px;
}
.sp-royal .item li {
	float:left;
	margin:0 15px;
}
.sp-royal .item a {
	padding:5px;
	border:1px solid #ccc;
	border-radius:4px;
}
.sp-royal .item a:hover {
	border-color:#aaa;
}
.sp-royal .item a,
.sp-royal .item .img {
	display:block;
	width:278px; height:212px;
}
.sp-royal .item .img {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.sp-royal .navi {
	margin-top:16px;
	text-align:center;
}
.sp-royal .navi a {
	display:inline-block;
	width:16px; height:16px;
	margin:0 8px;
	border-radius:16px;
	background:#ccc;
}
.sp-royal .navi a.active,
.sp-royal .navi a:hover {
	background:#A73E43;
}

.news-ct {
	padding-top:3px;
}
.news-ct ul {
}
.news-ct li {
	width:1100px;
	padding:0 20px 30px 20px;
	margin:0 auto 32px auto;
	border-bottom:1px solid #E8E8E8;
	transition:.28s;
}
.news-ct li.n-0 {
	border-top:1px solid #fff;
}
.news-ct li .img {
	float:left;
	width: 414px; height: 247px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.news-ct li .txt {
	float:right;
	width:660px;
}
.news-ct li .title {
	font-size:18px;
	margin-bottom:15px;
}
.news-ct li .title a {
}
.news-ct li .brief {
	text-align:justify;
	font-size:14px;
	color:#666;
}
.news-ct li .brief a.more {
	color:#ea5024;
}
.news-ct li .time {
	margin-top:15px;
	padding-top:15px;
	color:#666;
}

.news-item {
	width:1120px;
	margin:0 auto;
}
.news-item h2 {
	text-align:center;
	font-size:22px;
	margin:50px 0 20px 0;
	color:#549DA3;
}
.news-item .info {
	font-size:14px;
	padding:10px 0 20px 0;
	border-bottom:1px dashed #D8D8D8;
	text-align:center;
	margin-bottom:30px;
}
.news-item .info span {
	margin:0 10px;
}
.news-item .info img {
	position:relative;
	top:-2px;
	vertical-align:middle;
}
.news-item .editor-ct {
	padding:0 5em;
	font-size:17px;
	letter-spacing:0;
	color:#282828;
}



.video-ct {
	width:1120px;
	margin:30px auto 50px auto;
}
.video-ct ul {
	width:1180px;
}
.video-ct li {
	float:left;
	width:336px;
	margin:0 55px 40px 0;
}
.video-ct li a {
	display:block;
	padding:15px 14px 16px 14px;
	border:1px solid #cab099;
	box-shadow:0 1px 6px rgba(0,0,0,.12);
	border-radius:2px;
	transition:.32s .06s;
}
.video-ct li a:hover {
	border:1px solid #549DA3;
	box-shadow:0 2px 12px rgba(0,0,0,.18);
}
.video-ct li .img {
	display:block;
	width:308px; height:190px;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.video-ct li .img span {
	display:block;
	width:308px; height:190px;
	background:rgba(0,0,0,.32) url(s16.png) no-repeat 50% 50%;
	opacity:0;
	transition:.18s .06s;
}
.video-ct li a:hover .img span {
	opacity:1;
}
.video-ct li .title {
	text-align:center;
	font-size:14px;
	height:18px; line-height:18px;
	padding-top:15px;
}
.video-ct li a:hover .title {
}



.prod-index {
	width:1080px;
	margin:0 auto;
}
.prod-index li {
	height:244px;
}
.prod-index li .img {
	width:540px; height:244px;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.prod-index li .txt {
	padding:0 40px;
	width:460px;
}
.prod-index li.odd .img {
	float:left;
}
.prod-index li.odd .txt {
	float:right;
}
.prod-index li.even .img {
	float:right;
}
.prod-index li.even .txt {
	float:left;
}
.prod-index .title {
	padding-top:10px;
	height:64px; line-height:64px;
	font-size:30px;
}
.prod-index .title a {
	color:#549DA3;
}
.prod-index li.even .title {
	text-align:right;
}
.prod-index .brief {
	color:#999;
	height:88px; line-height:22px;
	overflow:hidden;
}
.prod-index .more {
	float:left;
	margin-top:20px;
	width:125px; height:37px;
	background:url(s23.png) no-repeat 0 0;
}
.prod-index .more:hover {
	background:url(s22.jpg) no-repeat 0 0;
}
.prod-index li.even .more {
	float:right;
}


.prod-ct {
	width:1240px;
	margin:0 auto;
}
.prod-ct li {
	float:left;
	margin:0 15px 25px 15px;
}
.prod-ct li a {
	display:block;
}
.prod-ct li a .img {
	padding:9px;
	border:1px solid #C7C7C7;
	width:280px; height:280px;
	transition:.32s;
}
.prod-ct li a:hover .img {
	border:1px solid #A25255;
}
.prod-ct li a .txt {
	margin-top:60px;
	text-align:center;
}


.prod-item {
	width:1080px;
	/*overflow:hidden;*/
	font-size:14px;
	margin:0 auto;
}
.prod-item .head {
	position:relative;
	margin:0 auto;
}
.prod-item .large-wrp {
	float:left;
	position:relative;
	padding:9px;
	border:1px solid #eee;
	width:420px; height:420px;
	/*background-color:#f3f3f3;*/
	transition:.32s;
}
.prod-item .large {
	display:block;
	width:420px; height:420px;
	overflow:visible!important;
}
.prod-item .large-wrp:hover {
	border:1px solid #549DA3;
}
.prod-item .txt {
	float:right;
	width:570px;
	text-align:justify;
}
.prod-item .txt .title {
	font-size:30px;
	line-height:1.8;
	margin-bottom:8px;
	color:#A2754D;
}
.prod-item .txt .brief {
	font-size:14px;
	line-height:28px;
	height:56px;
	overflow:hidden;
	color:#777;
}
.prod-item .txt .hint {
	margin-top:55px;
	text-align:center;
	opacity:.8;
}
.prod-item .txt .hint img {
	width:80%;
}
.prod-item .txt .lines {
	font-size:16px;
	margin:14px 0;
	/*border-top:1px solid #898989;*/
	/*border-bottom:1px solid #898989;*/
	color:#777;
}
.prod-item .txt .lines p {
	margin:15px 0;
	line-height:22px;
}
.prod-item .txt .lines span {
	display:inline-block;
	width:20px; height:20px;
	border:1px solid #7B7B7B;
	vertical-align:top;
}
.prod-item .txt .scrollable,
.prod-item .txt .item {
	width:390px;
	height:120px;
}
.prod-item .txt .item li {
	float:left;
	margin:0 7px;
}
.prod-item .txt .item li,
.prod-item .txt .item img {
	width:116px; height:116px;
}
.prod-item .ht {
	margin:40px 0 25px 0;
	height:27px;
	border-bottom:1px solid #B77C49;
}
.prod-item .ht span {
	float:left;
	height:27px;
	line-height:28px;
	width:8em;
	text-align:center;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	color:#fff;
	background:#B77C49;
}
.prod-item .rels {
	position:relative;
}
.prod-item .rels .scrollable {
	margin:0 auto;
}
.prod-item .rels .scrollable,
.prod-item .rels .item {
	width:1000px; height:200px;
}
.prod-item .rels li {
	float:left;
	margin:0 10px;
}
.prod-item .rels .img {
	width:180px; height:180px;
	background:#fff;
}
.prod-item .rels .tt {
	margin-top:2px;
	text-align:center;
}
.prod-item .rels .prev,
.prod-item .rels .next {
	position:absolute;
	top:52px;
	width:41px; height:82px;
	opacity:.65;
	transition:.18s;
}
.prod-item .rels .prev {
	left:-20px;
	background:url(s08-a.png) no-repeat 0 0;
}
.prod-item .rels .next {
	right:-20px;
	background:url(s08-b.png) no-repeat 0 0;
}
.prod-item .rels .prev:hover,
.prod-item .rels .next:hover {
	opacity:1;
}
.prod-item .rels a.disabled {
	opacity:.4!important;
}
.prod-item .pic {
	text-align:center;
	margin:30px;
}
.prod-item .pic img {
	max-width:100%;
	box-shadow:0 1px 12px rgba(0,0,0,.18);
	border:2px solid #fff;
	border-radius:4px;
}
.prod-item #carousel {
	width:1080px; height:605px;
	padding-bottom:100px;
}
.prod-item #carousel img {
	border:3px solid #fff;
	border:3px solid rgba(255,255,255,.4);
	box-shadow:0 1px 14px rgba(0,0,0,.18);
	border-radius:6px;
	transition:box-shadow .38s;
}
.prod-item #carousel .carousel-center,
.prod-item #carousel .moving {
	border:3px solid rgba(255,255,255,.92);
	box-shadow:0 4px 28px rgba(0,0,0,.68);
}



.g2-ct {
	position:relative;
	margin:0 auto;
	width:1220px; height:512px;
	background:url(s34.jpg) no-repeat 0 0;
}
.g2-ct .scrollable {
	position:absolute;
	left:430px; top:70px;
}
.g2-ct .scrollable,
.g2-ct .scrollable .item {
	/*210 146*/
	width:720px;
	height:380px;
}
.g2-ct .scrollable li {
	float:left;
	width:210px;
	margin:0 15px 20px 15px;
}
.g2-ct .scrollable li .img {
	width:210px; height:146px;
	background:#eee;
}
.g2-ct .navi {
	position:absolute;
	left:430px; top:460px;
	width:720px;
	text-align:center;
}
.g2-ct .navi a {
	display:inline-block;
	width:15px; height:15px;
	border-radius:16px;
	border:1px solid #B60005;
	margin:0 6px;
}
.g2-ct .navi a.active {
	background:#B60005;
}
.g2-ct .text {
	position:absolute;
	left:115px; top:220px;
	width:200px;
	text-align:justify;
	text-indent:2em;
}
.g2-item {
	padding-left:10px;
}
.g2-item li .img {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
}


.sp-contact {
	margin:0 auto;
	width:1080px;
}
.sp-contact .ct {
	margin-bottom:30px;
}


.sp-feedback {
	height:515px;
	background:url(s10.jpg) no-repeat 50% 0;
	color:#fff;
}
.sp-feedback form {
	width:940px;
	padding-top:130px;
	margin:0 auto;
}
.sp-feedback form .side {
	float:left;
	width:420px;
}
.sp-feedback form .required {
	color:red;
}
.sp-feedback form .tip {
	font-size:16px;
}
.sp-feedback form .btip {
	font-size:14px;
	width:320px;
}
.sp-feedback form .row {
	position:relative;
	margin:15px 0;
	overflow:hidden;
}
.sp-feedback form .row .required {
	float:left;
	margin-left:8px;
	height:30px; line-height:30px;
}
.sp-feedback form .row label {
	float:left;
	height:34px;
	line-height:34px;
	width:80px;
	background:#C6864D;
	color:#fff;
	font-size:13px;
	text-align:center;
	border:1px solid #F7C498;
	border-right:0 none;
}
.sp-feedback form .row input {
	float:left;
	width:285px; height:36px;
	border:1px solid #fff;
	border-left:0 none;
	box-sizing:border-box;
	padding:5px;
	background:#fff;
	background:rgba(255,255,255,.8);
	outline:0 none;
}
.sp-feedback form .main {
	float:right;
	width:500px;
}
.sp-feedback form .row textarea {
	border:1px solid #fff;
	width:500px; height:240px;
	padding:5px;
	box-sizing:border-box;
	background:#fff;
	background:rgba(255,255,255,.8);
	outline:0 none;
}
.sp-feedback form .submit {
	border:0 none;
	width:120px; height:44px;
	box-sizing:border-box;
	line-height:38px;
	background:#C6864D;
	color:#fff;
	transition:background-color .4s;
	cursor:pointer;
	font-size:14px;
	border:1px solid #F7C498;
}
.sp-feedback form .submit:hover {
	background:#FFA75A;
	box-shadow:0 0 8px rgba(0,0,0,.2) inset;
	text-shadow:1px 1px 1px rgba(0,0,0,.4);
}


.fd-ct {
	padding:20px 0 120px 120px;
}
.fd-ct .btn-reg {
	margin-left:60px;
}


.reg-ct {
	width:980px;
	margin:0 auto;
	padding-top:30px;
}
.reg-ct .htt {
	font-size:18px;
	margin-bottom:12px;
}
.reg-ct .inputs {
	overflow:hidden;
}
.reg-ct .inputs p {
	float:left;
	width:485px;
}
.reg-ct label {
	display:inline-block;
	width:95px;
	height:32px; line-height:32px;
	text-align:center;
	color:#fff;
	background:#549DA3;
}
.reg-ct input.text {
	height:30px; line-height:30px;
	padding:0 8px;
	border:1px solid #ccc;
	border-left:0 none;
	width:250px;
}
.reg-ct input.text-large {
	width:370px;
}
.reg-ct p span {
	margin-left:8px;
}
.reg-ct .btn-reg {
	margin-left:90px;
}
.reg-ct .btns {
	padding-left:140px;
	margin-top:40px;
}
.reg-ct .btn {
	width:130px;
	border:0 none;
	height:38px; line-height:38px;
	text-align:center;
	border-radius:4px;
	padding:0;
	color:#fff;
	background:#549DA3;
	font-size:14px;
	transition:.2s;
	margin-right:88px;
}
.reg-ct .btn-reg {
	background:#549DA3;
}
.reg-ct .btn:hover {
	background:#C69062;
}


.login-ct {
	position:relative;
	margin:80px auto;
	width:663px; height:239px;
	background:url(s13.png) no-repeat 0 0;
}
.login-ct form {
}
.login-ct p {
	margin:15px 0;
}
.login-ct label {
	display:none;
	width:60px;
	color:#fff;
}
.login-ct input {
	position:absolute;
	background:none;
	border:0 none;
	padding:0; margin:0;
	/*background:rgba(255,0,0,.3);*/
	outline:0 none;
	color:#fff;
}
.login-ct .text-name {
	left: 415px;
	top: 69px;
	height:24px;
	line-height:24px;
	width: 170px;
}
.login-ct .text-pwd {
	left: 415px;
	top: 112px;
	height:24px;
	line-height:24px;
	width: 170px;
}
.login-ct .btn-login {
	left: 412px;
	top: 160px;
	width: 75px;
	height: 28px;
}
.login-ct .btn-reset {
	left: 506px;
	top: 160px;
	width: 75px;
	height: 28px;
}
.login-ct .reg-link {
	position: absolute;
	left: 270px;
	top: 266px;
	/*background: rgba(255,0,0,.3);*/
	height: 24px;
	width: 110px;
}
.login-ct .text {
}
.login-ct .btns {
}
.login-ct .btn {
}
.login-ct .btn:hover {
}


.nw-ct {
	/*padding-top:15px;*/
	padding-bottom:35px;
}
.nw-ct .map {
	text-align:center;
}
.nw-ct .list .pname {
	margin-bottom:15px;
}
.nw-ct .list .cname {
	padding-left:12px;
	font-size:14px;
	background:url(dot05.png) no-repeat 0 50%;
	margin-bottom:10px;
}
.nw-ct .list .pname span {
	font-size:15px;
	color:#0850B9;
	display:inline-block;
	line-height:32px;
	padding:0 0.5em;
	border-bottom:2px solid #5D83B9;
}
.nw-ct .list ul {
	margin-bottom:20px;
}
.nw-ct .list li {
	height:28px;
	border-bottom:1px solid #D8D8D8;
	padding:2px 0;
}
.nw-ct .list li.h {
	background:#efefef;
	border-bottom:0 none;
	padding:0;
}
.nw-ct .list li span {
	width:50%;
	text-indent:2em;
	line-height:28px; height:28px;
	float:left;
}


.file-ct {
	width:1220px;
	margin:0 auto;
}
.file-ct ul {
	width:1280px;
}
.file-ct li {
	float:left;
	margin:15px 80px 15px 0;
}
.file-ct li a {
	position:relative;
	display:block;
	width:400px; height:86px;
	padding-left:100px;
	padding-right:60px;
}
.file-ct li .title {
	height:30px; line-height:30px;
	font-size:16px;
	overflow:hidden;
}
.file-ct li .brief {
	color:#666;
	line-height:24px;
	height:48px;
	overflow:hidden;
}
.file-ct li .time {
	position:absolute;
	left:0; top:0;
	text-align:center;
}
.file-ct li .time .n0 {
	display:block;
	border:1px solid #BEBEBE;
	font-size:30px;
	width:80px;
	height:42px; line-height:42px;
	border:1px solid #549DA3;
	background:#549DA3;
	color:#fff;
}
.file-ct li .time .n1 {
	display:block;
	border:1px solid #BEBEBE;
	border-top:0 none;
	font-size:16px;
	width:80px;
	height:38px; line-height:38px;
}
.file-ct li .dl {
	position:absolute;
	right:0px; top:14px;
	width:38px;
	padding-top:38px;
	text-align:center;
	line-height:2;
	background:url(s12.png) no-repeat 0 0;
}


.hrjob-ct {
	background:url(s08.jpg) no-repeat 0 0;
}
.hrjob-ct .list {
	padding:10px;
}
.hrjob-ct .list li {
	font-size:16px;
	height:39px; line-height:38px;
	background:url(dot02.png) repeat-x 0 100%;
	text-shadow:1px 1px 0px rgba(255,255,255,.5);
	overflow:hidden;
}
.hrjob-ct .list .time {
	float:right;
	font-size:12px;
	line-height:46px;
	color:#777;
}


.hrjob-item table.job-item {
	border-collapse:collapse;
	width:100%;
	color:#222;
}
.hrjob-item .job-item td {
	border:1px solid #C0C0C0;
	padding:10px 18px;
}
.hrjob-item table.job-item td.tt {
	background:#EEEEEE;
	width:65px;
	text-align:right;
}
.hrjob-item .title {
	background:#A40000 url(s10.gif) no-repeat 6px center;
	color:#fff;
	font-weight:bold;
	padding-left:22px;
	height:31px; line-height:31px;
	margin:0 0 22px 0;
	font-size:15px;
}
.hrjob-item .desc {
	/*padding-left:16px;*/
	margin:17px 0 30px 0;
	font-size:14px;
}
.hrjob-item .desc p {
	margin:12px 0;
	color:#A40000;
}
.hrjob-item .desc div {
	line-height:2.2;
}
.hrjob-item .hint {
	font-weight:bold;
	/*padding-left:16px;*/
}
.hrjob-item .hint span {
	color:red;
	font-weight:bold;
}


.news-ct .brief a {
	color:#E6212A;
}


.search-ct .ttt {
	font-size:16px;
	margin-bottom:20px;
}


.tbl-job {
	border:1px solid #959595;
	border-collapse:collapse;
}
.tbl-job th,
.tbl-job td {
	text-align:center;
	border:1px solid #959595;
	padding:8px 0;
}
.tbl-job th {
	background:#C35394;
	color:#fff;
}
.tbl-job td p {
	margin:8px 0;
}


.sp-case {
	margin:0 auto;
	padding-top:1px;
	width:100%; height:566px;
	background:url(s13.jpg) no-repeat 50% 0;
}
.sp-case .list {
	position:relative;
	margin:0 auto;
	width:1120px; height:190px;
	margin-top:345px;
}
.sp-case .scrollable,
.sp-case .item {
	width:750px; height:170px;
}
.sp-case .scrollable {
	position:absolute;
	left:345px; top:18px;
}
.sp-case li {
	float:left;
	margin:0 20px;
}
.sp-case li .img {
	width:210px; height:140px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.sp-case li .txt {
	text-align:center;
	margin-top:2px;
}
.sp-case .prev {
	position:absolute;
	left:330px; top:78px;
	width:15px; height:34px;
	background:url(s15.png) no-repeat 0 0;
}
.sp-case .next {
	position:absolute;
	right:8px; top:78px;
	width:15px; height:34px;
	background:url(s14.png) no-repeat 0 0;
}


.store-ct li {
	width:1140px;
	height:370px;
	margin:25px auto;
	background:url(s14.png) no-repeat 100% 50%;
	box-shadow:0 0 8px rgba(0,0,0,.25);
}
.store-ct li .img {
	float:left;
	margin-top:22px;
	margin-left:20px;
	width:530px; height:325px;
	overflow:hidden;
}
.store-ct li .txt {
	float:right;
	margin-top:20px;
	margin-right:20px;
	width:545px;
	font-size:15px;
}
.store-ct li .txt .title {
	font-size:20px;
	color:#871c1a;
	padding-bottom:16px;
	margin-bottom:20px;
	border-bottom:2px solid #EAEAEA;
}
.store-ct li .txt p span {
	font-weight:bold;
}


.home-banner {
	position:relative;
	z-index:1;
	width:100%; height:725px;
	overflow:hidden;
}
.home-banner .slider,
.home-banner .slider .item {
	height:725px;
	width:100%;
}
.home-banner .slider .item {
	background-repeat:no-repeat;
	background-position:50% 0;
}
.home-banner .slider-tabs {
	width:100%;
	left:0; bottom:10px;
	z-index:10;
}
.home-banner .slider .item img {
}
.home-banner .slider-tabs a {
	display:inline-block;
	width:14px; height:14px;
	border-radius:50%;
	margin:0 8px;
	background:#fff;
	background-clip:content-box;
	opacity:.86;
	box-shadow:1px 1px rgba(0,0,0,.2);
	text-indent:-999px;
	overflow:hidden;
}
.home-banner .slider-tabs a:hover,
.home-banner .slider-tabs a.current {
	opacity:1;
	background:#549DA3;
}


.home01 {
	margin-bottom:60px;
}
.home01 .xtt {
	margin:30px auto;
	width:670px; height:41px;
	background:url(s14.png) no-repeat 0 0;
}
.home01 .list {
	position:relative;
	margin:0 auto;
}
.home01 .list,
.home01 .scrollable,
.home01 .item {
	width: 1080px; height: 333px;
}
.home01 li {
	float:left;
}
.home01 li a {
	position:relative;
	display:block;
	width: 360px; height: 333px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.home01 li .txt {
	position:absolute;
	left:0; top:0;
	opacity:0;
	width:360px; height:333px;
	background:url(s18.png) no-repeat 0 0;
	transition:.28s .05s ease-in-out;
}
.home01 li .txt span {
	display:block;
	padding-top:140px;
	text-align:center;
	font-size:28px;
	color:#fff;
}
.home01 li a:hover .txt {
	opacity:1;
}
.home01 .next,
.home01 .prev {
	position:absolute;
	top:148px;
	width:25px; height:78px;
}
.home01 .prev {
	left:-60px;
	background:url(s15.png) no-repeat 0 0;
}
.home01 .next {
	right:-60px;
	background:url(s17.png) no-repeat 0 0;
}
.home01 .disabled {
	opacity:.48;
}
.home01 .more {
	margin:0 auto;
	margin-top:15px;
	width:1080px;
	height:30px;
}
.home01 .more a {
	float:right;
	width:98px; height:30px;
	background:url(s19.png) no-repeat 0 0;
}


.home02 {
	margin:0 auto;
	margin-bottom:80px;
	width:1080px;
}
.home02 .xtt {
	margin:30px auto;
	width:670px; height:48px;
	background:url(s21.png) no-repeat 0 0;
}
.home02 .img {
	display:block;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
	width: 338px; height: 233px;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.home02 li  {
	float:left;
}
.home02 .n0  {
	width:1080px;
	height:233px;
	margin-bottom:26px;
}
.home02 .n0 .img {
	float:left;
}
.home02 .n0 .txt {
	float:right;
	width:720px;
	color:#666;
}
.home02 .n0 .title {
	font-size: 20px;
	height:34px; line-height:34px;
	overflow:hidden;
}
.home02 .n0 .title a {
	color: #549DA3;
}
.home02 .n0 .time {
	margin:12px 0;
}
.home02 .n0 .brief {
	line-height:20px;
	height:100px;
	overflow:hidden;
	margin-bottom:16px;
}
.home02 .n0 .brief a {
	color: #FF7171;
}
.home02 .n0 .more {
	display:block;
	width:98px; height:30px;
	background:url(s19.png) no-repeat 0 0;
}
.home02 .nn {
	margin-right:32px;
	width:338px;
}
.home02 .nn .title {
	margin-top:6px;
	padding:0 1em;
	font-size:16px;
	line-height:20px;
	height:40px;
	overflow:hidden;
	text-align:center;
}
.home02 .n-3 {
	margin-right:0px;
}


.home03 {
	width:100%; height:624px;
	background:url(s20.jpg) no-repeat 50% 0;
}
.home03 .in {
	position:relative;
	width:934px;
	margin:0 auto;
}
.home03 .in a {
	position:absolute;
	width:330px; height:440px;
	top: 116px;
	/*background:rgba(255,0,0,.2);*/
}
.home03 .in .n-0 {
	left: -34px;
}
.home03 .in .n-1 {
	left: 299px;
}
.home03 .in .n-2 {
	left: 631px;
}
.home03 .in .more {
	width:98px;
	height:30px;
	left: 862px;
	top: 563px;
}

.nosee6{
   display:none;
}
.prod-ct ul {
	width:1280px;
	padding-left:4px;
}
.prod-ct li {
	margin:0 40px 25px 0;
	width:280px;
}
.prod-ct li .img-wrp {
	position:relative;
	width:260px; height:260px;
}
.prod-ct li .img-wrp .code-btn {
	position:absolute;
	right: -30px;
    bottom: -31px;
	width:32px; height:32px;
	background:url(barcode.png) no-repeat 0 0;
	opacity:.6;
	transition:.32s;
}
.prod-ct li .img-wrp .code-btn:hover {
	opacity:1;
}
.prod-ct li .img-wrp .code {
	position:absolute;
	left: 10px;
    top: 10px;
	display:none;
	width: 220px;
    height: 220px;
	-moz-box-shadow:0 0 16px rgba(255,255,255,.8);
	-webkit-box-shadow:0 0 16px rgba(255,255,255,.8);
	box-shadow:0 0 16px rgba(255,255,255,.8);
}


