/* 还原下拉框箭头 */
select {
	background-image: url(../images/select_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

/* 通用样式 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.abs {
	position: absolute;
}

.rel {
	position: relative;
}

.cli {
	overflow: hidden;
}

.center {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.flex {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.yfont {
	color: #ffc045;
}

.bfont {
	color: #13bfd9;
}

.lfont {
	color: #6db005;
}

.pfont {
	color: #f9607e;
}

.gfont {
	color: #999;
}

.fred {
	color: #d71a11;
}

.mt5 {
	margin-top: 5px;
}

.mt15 {
	margin-top: 15px;
}

.ml0 {
	margin-left: 0px;
}

.ml10 {
	margin-left: 10px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.pd25 {
	padding-top: 25px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mlr10 {
	margin: 0 10px;
}

.mt80 {
	margin-top: 80px;
}

.mr0 {
	margin-right: 0;
}

.b0 {
	border: none !important;
}

.bg0 {
	background: none;
}

.gary-bg {
	background: #f5f5f5;
	padding-bottom: 80px;
	overflow: hidden
}

.cli {
	overflow: hidden;
}

.one {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.two {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.tb-box {
	overflow: hidden;
}

.dlay1 {
	animation-delay: 0.1s;
}

.dlay2 {
	animation-delay: 0.2s;
}

.dlay3 {
	animation-delay: 0.3s;
}

.dlay4 {
	animation-delay: 0.4s;
}

.dlay5 {
	animation-delay: 0.5s;
}

.dlay6 {
	animation-delay: 0.6s;
}

.dlay7 {
	animation-delay: 0.7s;
}

.dlay8 {
	animation-delay: 0.8s;
}

.dlay9 {
	animation-delay: 0.9s;
}

.dlay10 {
	animation-delay: 1s;
}

/***********************/
.title {
	position: relative;
	line-height: 50px;
}

.title h1 {
	font-size: 18px;
	color: #008C8C;
	position: relative;
	font-weight: 600;
}

.title h1:before {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 24px;
	height: 4px;
	background: #ffa132;
}

.title .more {
	position: absolute;
	right: 4px;
	top: 0;
	color: #999999;
	transition: all .3s;
}

.title .more:hover {
	right: 0;
	color: #ffa132;
}

/*********导航**********/
.head-top {
	height: 100px;
	position: relative;
}

.logo {
	height: 65px;
	float: left;
	margin-top: 17px;
}

.hd-right {
	position: absolute;
	right: 0;
	top: 35px;
}

.hd-language {
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: 100;
    padding-right: 10px;
}

.cart-a {
	float: left;
	margin: 5px 45px 0 0;
	display: block;
	font-weight: 100;
	background: url(../images/cart.png) 0 no-repeat;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.dl-div {
	height: 36px;
	margin-top: 2px;
	border: 1px solid #e9e9e9;
	border-radius: 36px;
	width: 60px;
	overflow: hidden;
	position: relative;
}

.dl-div a {
	font-weight: 100;
	display: block;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
}

.dl-zc {
	height: 36px;
	margin-top: 2px;
	border: 1px solid #e9e9e9;
	border-radius: 36px;
	width: 160px;
	overflow: hidden;
	position: relative;
}

.dl-zc::before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 8px;;
	height: 16px;
	width: 2px;
	background: #efefef;
}

.dl-zc a {
	font-weight: 100;
	width: 50%;
	float: left;
	display: block;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
}

.dl-zc a:hover, .cart-a:hover {
	color: #ffa132;
}

/******* 首页 ********/

.swiper-index {
    width: 100%;
    height: 760px;
}

.swiper-index .swiper-slide {
    height: 760px;
    text-align: center;
    font-size: 18px;
    background: #fff; /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-index .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-index .index-pagination {
    bottom: 30px !important;
}

.left-fx, .right-fx {
    position: absolute;
    width: 30vw;
    height: 100%;
    top: 0;
    z-index: 3;
}

.left-fx {
    left: 0;
}

.right-fx {
    right: 0;
}

.left-fx .index-prev, .right-fx .index-next {
    width: 59px;
    height: 111px;
    outline: none;
    margin-top: -55px;
    opacity: 0;
    transition: all .3s;
}

.left-fx .index-prev {
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    left: 30px;
}

.right-fx .index-next {
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%;
    right: 30px;
}

.left-fx:hover .index-prev {
    opacity: 1;
    left: 0;
}

.right-fx:hover .index-next {
    opacity: 1;
    right: 0;
}

.index-prev:after, 
.index-next:after, 
.news-prev:after, 
.news-next:after {
	content: none;
}

/*************288f47****************/
.index-boxx {
    max-width: 1200px;
    height: 150px;
    position: relative;
    margin: 0 auto;
    z-index: 20;
}

.index-lay {
    height: 300px;
    width: 100%;
    padding: 20px 40px 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 10px 20px #f3f3f3;
    z-index: 20;
}

.abs-left {
    width: 365px;
    float: left;
}

.news-list {
    margin-top: 15px;
}

.news-list li a {
    line-height: 36px;
    height: 36px;
    color: #555555;
    font-size: 14px;
    display: block;
    transition: all .3s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-list li:hover a {
    color: #ffa132;
    margin-left: 4px;
}

.news-list li a span {
    color: #999999;
    float: right;
}
/*************/
.abs-cen {
    width: 450px;
    float: left;
    margin-left: 50px;
}

.abs-cen .news-prev, .abs-cen .news-next {
    width: 53px;
    height: 28px;
    top: 0;
    margin-top: 10px;
    right: 0;
    background: url(../images/prev.jpg) no-repeat;
}

.abs-cen .news-prev {
    left: auto;
    right: 53px;
    background-position: 0 0;
}

.abs-cen .news-next {
    background-position: -106px 0;
}

.abs-cen .news-prev:hover {
    background: url(../images/prev2.jpg) no-repeat;
    background-position: 0 0;
}

.abs-cen .news-next:hover {
    background: url(../images/prev2.jpg) no-repeat;
    background-position: -53px 0;
}

.abs-cen .swiper-news {
    margin-top: 20px;
}

.swiper-news .swiper-slide {
    width: 210px;
}

.swiper-news .swiper-slide {
    width: 210px;
    height: 136px;
    display: block;
}

.swiper-news .swiper-slide h1 {
    color: #555555;
    font-size: 16px;
    line-height: 40px;
}

.swiper-news .swiper-slide:hover h1 {
    color: #ffa132;
}

.swiper-news img {
    border-radius: 5px;
}
/**********************/
.abs-right {
    width: 210px;
    float: right;
}

.ins-nav {
    width: 250px;
    overflow: hidden;
    margin-top: 15px;
}

.ins-nav li {
    float: left;
    margin: 5px 10px 0 0;
    width: 100px;
    height: 90px;
    font-size: 16px;
    position: relative;
}

.ins-nav li::before {
    content: "";
    transition: all .2s;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: #008C8C;
}

.ins-nav li .lay-ss {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 10px 0 0;
}

.ins-nav li h1 {
    color: #343434;
}

.ins-nav li i {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.ins-nav li i.icon1 {
    background: url(../images/a1.png) center no-repeat;
}

.ins-nav li i.icon2 {
    background: url(../images/a2.png) center no-repeat;
}

.ins-nav li i.icon3 {
    background: url(../images/a3.png) center no-repeat;
}

.ins-nav li i.icon4 {
    background: url(../images/a4.png) center no-repeat;
}

.ins-nav li:hover::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ins-nav li:hover h1 {
    color: #fff;
}

.ins-nav li:hover i.icon1 {
    background: url(../images/a11.png) center no-repeat;
}

.ins-nav li:hover i.icon2 {
    background: url(../images/a22.png) center no-repeat;
}

.ins-nav li:hover i.icon3 {
    background: url(../images/a33.png) center no-repeat;
}

.ins-nav li:hover i.icon4 {
    background: url(../images/a44.png) center no-repeat;
}
/******************/

/*******************/
.index-box {
    height: 450px;
    position: relative;
}

.index-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background: #f6f6f6;
    z-index: 0;
}

.index-box .flex {
    padding-right: 385px;
    position: relative;
    z-index: 2;
}

/********************/
.swiper-news {
    height: 180px;
}

.news-li {
    overflow: hidden;
    padding: 0 30px;
    font-size: 16px;
    line-height: 24px;
}

.news-li img {
    width: 180px;
    height: 120px;
    float: left;
    margin-right: 13px;
}

.news-li .date {
    color: #bd7878;
    font-size: 30px;
    margin-top: 6px;
    font-family: Impact, Arial, sans-serif;
}

.news-li h1 {
    color: #a73333;
    margin: 10px 0 5px;
}

.news-li h3 {
    color: #949494;
}
.inn-navbox {
    position: relative;
    height: 51px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

/**** 登录信息 ****/
#login-info {
	height: 36px;
	margin-top: 2px;
	border: 1px solid #e9e9e9;
	border-radius: 36px;
	overflow: hidden;
	position: relative;
	padding: 0 15px;
}
#login-info {
	font-weight: 100;
	float: left;
	display: block;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
}
.to-do-count {
    color: #F9924B;
}
/****搜索*****/
.head-soso {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}

.head-soso .soso-sea {
	cursor: pointer;
	height: 70px;
	width: 70px;
	background: url(../images/soso.png) center no-repeat;
}

.head-soso .soso-case {
	background-color: #ffffff;
	padding: 20px 30px;
	width: 400px;
	position: absolute;
	right: 0;
	top: 70px;
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.3s ease;
	pointer-events: none;
	z-index: 20;
	box-shadow: 2px 2px 2px #888;
}

.head-soso:hover .soso-case {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.case-btn {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

input.case-name {
	background-color: transparent;
	border: none;
	display: block;
	float: left;
	width: calc(100% - 50px);
	padding-right: 10px;
	line-height: 50px;
	height: 50px;
}

.so-sub {
	width: 50px;
	float: left;
	height: 50px;
	color: #e1e1e1;
	background: url(../images/soso2.png) center no-repeat;
	cursor: pointer;
}
/*********** 顶部菜单 *************/
.hd-bg {
	background: #008C8C;
	position: relative;
	width: 100%;
	height: 70px;
}

.head {
	height: 70px;
	max-width: 1300px;
	position: relative;
	margin: 0 auto;
}

.kj-nav .navlev {
	position: relative;
	float: left;
	font-size: 18px;
	line-height: 70px;
	z-index: 100;
	position: relative
}

.kj-nav a {
	color: #fff;
	display: block;
	padding: 0 26px;
	position: relative;
	z-index: 97
}

.kj-nav .navlev::before {
	content: "";
	width: 100%;
	height: 0;
	background: #ffa132;
	position: absolute;
	left: 0%;
	top: 0;
	opacity: 0;
	transition: all .3s;
}

.kj-nav a.link-a {
	position: relative;
	z-index: 2;
}

.kj-nav .navlev:hover::before, .kj-nav .active::before {
	height: 100%;
	opacity: 1;
}

.mynav a, .target {
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

/********导航下拉******/
.kj-nav .navlev .lev2 {
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 200;
	width: 100%;
	padding-top: 5px;
	text-align: center;
	background: #ffa132;
	transform: scale(0);
	filter: scale(0);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	opacity: 0;
}

.kj-nav .navlev:hover .lev2 {
	transform: scale(1);
	filter: scale(1);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	cursor: pointer;
	opacity: 1;
}

.kj-nav .navlev .lev2 a {
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	padding: 0;
}

.kj-nav .navlev .lev2 a:hover {
	background: #ffc045;;
}

/******尾部************/
.foot-bg {
	overflow: hidden;
	position: relative;
	background: #313438;
	margin-top: 30px;
}

.foot-nav {
	position: relative;
	overflow: hidden;
	line-height: 24px;
    padding: 30px 0 20px 115px;
}

.foot-nav .tbt {
	position: absolute;
    left: 40px;
    top: 30px;
	color: #008C8C;
	font-size: 14px;
	font-weight: bold;
}

.foot-nav .tbc a {
	color: #666;
	font-size: 14px;
	padding: 0 13px 0 14px;
	position: relative;
	display: inline-block;
}

.foot-nav .tbc a::before {
	content: "";
	width: 1px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 4px;
	background: #c2c2c2;
}

.foot-nav .tbc a:first-child::before {
	display: none;
}

.foot-nav .tbc a:hover {
	color: #ffa132;
	text-decoration: underline;
}

.foot-nav .multi-contact {
	max-width: 1250px;
}

.foot-nav .multi-contact .foot-left:first-child {
	width: 700px;
}

.foot-left {
	float: left;
	width: 510px;
	padding: 27px 0 0 72px;
	background: url(../images/foot1.png) 0 27px no-repeat;
	color: #757575;
	line-height: 28px;
	font-size: 14px;
}

.foot-left .contact-info{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.foot-left .contact-email {
	padding: 0 0 5px 0;
}

.foot-cen {
	background: url(../images/foot2.png) 0 27px no-repeat;
	width: 400px;
}

.foot-cen a {
	color: #757575;
}

.foot-tel {
	font-size: 24px;
	font-family: "din";
	letter-spacing: 1px;
}

.fwei {
	float: right;
	width: 150px;
	color: #bdbdbd;
	margin-top: 18px;
	text-align: center;
	line-height: 18px;
}

.fwei h1 {
	float: left;
	margin-top: 18px;
}

.fwei img {
	float: right;
	width: 74px;
	height: 74px;
	display: block;
}
/*** 分页 ***/
.pagination-container {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 100px;
}

.pagination-container li {
	display: inline-block;
	width: auto;
	text-align: center;
	line-height: 40px;
	height: 40px;
	margin-left: 10px;
	color: #555555;
	font-size: 14px;
}

.pagination-container li a, .pagination-container li span {
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	color: #555555;
}

.pagination-container li:hover a {
	color: #ffa132;
}

.pagination-container li:hover .sz {
	background-color: #ffa132;
	color: #fff;
}

.pagination-container .active .sz {
	background-color: #ffa132;
	color: #fff;
}

.pagination-container li .sz {
	border-radius: 100%;
	width: 40px;
}

/*登录*/
.blank-box {
	padding: 75px 50px;
	text-align: center;
}

.blank-box p {
	padding: 20px;
}

.blank-box .screenlet-body {
	margin-top: 25px;
}

.login-screenlet {
	width: 350px;
	padding: 5px;
	margin: 0 auto;
}
.login-screenlet td.label, .ajaxlogin-screenlet td.label {
	width: auto;
}

.login-screenlet #sms-captcha {
	width: 120px;
}

.login-screenlet .login-selected {
	border-bottom: 2px solid #ffa200;
}

.login-screenlet #message-login {
	display: none;
}

/*产品操作*/
.action_field img {
	width: 15px;
	height: 15px;
}

/*弹窗*/
.ui-widget-header {
	border: 1px solid #008C8C;
	background: #008C8C;
}

.screenlet-title-bar {
	height: 1%;
	min-height: 15px;
	padding: 5px;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	background-color: #fafafa;
}

.login-screenlet .screenlet-title-bar {
	color: #333;
	background-color: #fff;
}

.list-table {
	width: 100%;
	color: #333333;
}

.list-table td {
	padding: 15px 5px;
	border: 1px solid #e9e9e9;
}

.list-table .alternate-row {
	background-color: #f5f6eb;
}

.list-table .header-row-2 td {
	font-weight: bold;
	background: #f3f3f3;
}

.list-table .header-row-2 th a, .list-table .header-row-2 td a {
	color: #fff;
}

.basic-table {
	width: 100%;
}

.basic-table td {
	padding: 5px;
}

.smallSubmit, .smallSubmit:visited, button {
	background: url('../images/btn-bg.gif') center left repeat-x;
	border: 1px solid #ccc;
	color: #444;
	line-height: 1.8em;
	padding: 5px 15px;
	text-transform: uppercase;
	cursor: pointer;
}

#facilities li {
	float: left;
	padding: 10px 4px;
}

#facilities li a {
	font-size: 14px;
}

#facilities li.active a {
	color: #ffa200;
}

.room-table td {
	padding: 15px 5px;
}

#lasted-topics, #new-topics {
	margin-top: 15px;
}

#lasted-topics .screenlet-title-bar li {
	float: left;
}

#lasted-topics .screenlet-title-bar li.more-topics {
	float: right;
}

.view-topic-table {
	width: 98%;
}

.view-topic-table td.label {
	width: 100px;
	text-align: center;
}

.view-topic-table td {
	text-align: left;
}

#view-topic, #view-topic-reply, #view-topic-new-reply {
	margin-top: 10px;
}

.time-note {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.time-note th {
	background: #f3f3f3;
}

.time-note th, .time-note td {
	border: 1px solid #ccc;
	padding: 3px;
	text-align: center;
}

.red, label.error {
	color: red;
}

.green {
	color: green;
}

.inner-table th, .inner-table td {
	border: 1px dotted #ccc;
	padding: 4px;
}

.inner-table td .num-field {
	width: 35px;
}

.animal-head {
	height: 30px;
}

.animal-table {
	width: "610px";
}

.basic-table .header-row-2 th, .basic-table .header-row-2 td {
	background: #eee;
	border-bottom: 1px solid #ccc;
	color: #686868;
	font-weight: bold;
	text-align: left;
	height: 20px;
}

.basic-table .header-row-2 th a, .basic-table .header-row-2 td a {
	color: #686868;
}

.page li a:hover, .page li a.current {
	background-color: #ffa132;
	color: #fff;
}

#facilities {
	height: 45px;
}

.search-area table td {
	padding: 0 6px 0 0;
}

.product-list td {
	padding: 8px;
}

.basic-table tr .label {
	font-weight: normal;
}

.error {
	padding-left: 5px;
}

textarea.add-cart-description {
	width: 390px;
	height: 30px;
}

.sticked-facility-container li {
	background: #EEE;
}

.sticked-facility-container li.selected a {
	color: #ffa200;
}

.product-title {
	width: 100px;
}

.has-free-pos {
	color: green;
}

/** 左侧 **/
.left-bar {
	width: 235px;
	margin-right: 30px;
}

.left-bar .left-bar-title {
	background: #008C8C;
	height: 54px;
	line-height: 54px;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	border-bottom: 3px solid #f8981e;
}

.left-bar .left-bar-links {
	background: #fafafa;
}

.left-bar .left-bar-links li a {
	color: #333;
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	display: block;
	text-align: center;
}

.left-bar .left-bar-links li a:hover, .left-bar .left-bar-links li a.on
	{
	color: #f8981e;
}

.left-bar .left-bar-links li.second-level {
	padding-left: 40px;
}

/** 最新通知 **/
.left-con {
	margin-top: 20px;
}

.left-con h3 {
	color: #fff;
	text-align: center;
	background: #008C8C;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
}

.left-con ul {
	border: 1px solid #e9e9e9;
	padding: 10px 10px 10px 20px;
	overflow: hidden;
}

.left-con ul li {
	line-height: 22px;
	padding: 10px 0;
}

.left-con ul li a {
	padding-left: 20px;
	color: #555555;
	display: block;
	background: url(../images/li4.png) 0px 7px no-repeat;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
}

.left-con ul li span {
	display: block;
	color: #999;
}

.left-con ul li a:hover {
	background: url(../images/li4.png) 0px -53px no-repeat;
	color: #ffa132;
}

/** 右侧 **/
.right-content {
	width: 935px;
	margin-top: 20px;
}

.right-content .main-content {
	margin-top: 15px;
}

/*** 文章列表 ***/
.innews-ul {
	overflow: hidden;
	margin-top: 20px;
}

.innews-ul li {
	height: 66px;
	line-height: 66px;
	border: 1px solid #fff;
	border-bottom: 1px dashed #dcdcdc;
	font-size: 14px;
	color: #666;
	position: relative;
	overflow: hidden;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
}

.innews-ul li a {
	display: block;
	padding-left: 50px;
	background: url(../images/li4.png) 19px 27px no-repeat;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
}

.innews-ul li span {
	position: absolute;
	right: 20px;
	top: 0px;
}

.innews-ul li:hover {
	border: 1px solid #e9e9e9;
	background: #f3f3f3;
	font-size: 16px;
}

.innews-ul li:hover a {
	background: url(../images/li4.png) 19px -33px no-repeat;
	color: #ffa132;
}
/********************/
.wz {
	font-size: 14px;
    height: 50px;
    line-height: 50px;
    color: #999999;
    padding-left: 12px;
    background: url(../images/wz.jpg) 0 no-repeat;
}

.wz a {
    color: #999999;
    display: inline-block;
    padding: 0 7px;
}

.wz span {
    display: inline-block;
    padding: 0 7px;
    color: #555;
}

.wz a.on, .wz a:hover {
    color: #ffa132;
}
.inban {
    height: 300px;
    position: relative;
    overflow: hidden;
    width:100%; 	
}
.info-t {
    line-height: 30px;
    padding-top: 30px;
    font-size: 24px;
    color: #333333;
    text-align: center
}

.info-sp {
    color: #838383;
    border-bottom: 1px dashed #ddd;
    line-height: 56px;
    text-align: center
}

.info-c {
    color: #555555;
    font-size: 16px;
    line-height: 36px;
    margin: 30px 0px 30px;
    overflow: hidden;
}

.info-c img {
    max-width: 100%;
}
.info-comment {
    padding-top: 10px;
}
.info-comment .comment-area {
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}
.info-comment h3 {
	font-size: 16px;
}
.info-comment textarea {
	width: 100%;
	height: 100px;
}

/** 评论 **/
.topic-form {
    width: 100%;
}
.topic-form .label {
	width: 85px;
}
.topic-form td {
	padding: 5px;
}

.inn-nav {
    height: 60px;
    padding-top: 20px;
}

.inn-nav a {
    float: left;
    color: #565656;
    font-size: 18px;
    line-height: 56px;
    padding: 0 3px;
    margin: 0 15px;
    position: relative;
    display: block
}

.inn-nav a::before, .inn-nav a::after {
    content: "";
    width: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 4px;
    background: #ffa132;
    transition: all .3s;
}

.inn-nav a::after {
    left: auto;
    right: 49%;
}

.inn-nav a:hover::before, .inn-nav a:hover::after, .inn-nav a.on::before,
    .inn-nav a.on::after {
    width: 51%;
}

.inn-nav a.abc::before, .inn-nav a.abc::after {
    width: 0;
}

.inn-nav a:hover, .inn-nav a.on {
    color: #ffa132;
}

.inn-nav a:hover em, .inn-nav a.on em {
    font-weight: bold;
}

.inn-nav a.abc {
    color: #565656;
}

.inmain {
    overflow: hidden;
    position: relative;
    top: -20px;
}

/***************/
.inn-pic {
    overflow: hidden;
    width: 1280px;
    margin-top: 20px;
}

.inn-pic li {
    position: relative;
    float: left;
    width: 350px;
    height: 278px;
    margin: 30px 75px 0 0;
    line-height: 34px;
    overflow: hidden;
}

.inn-pic li a {
    display: block;
    position: relative;
    z-index: 2;
    color: #999999;
}

.inn-pic li .img-box {
    width: 350px;
    height: 228px;
    overflow: hidden;
    position: relative;
}

.inn-pic li .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .3s;
}

.inn-pic li .img-box .date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}

.inn-pic li h1 {
    color: #333333;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

.inn-pic li:hover h1 {
    color: #ffa132;
}

.inn-pic li:hover::before {
    width: 100%;
    opacity: 1;
}

.inn-pic li:hover .img-box img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.ui-widget-overlay {
    opacity: .3;
    filter: Alpha(Opacity = 30);
}

/** 提醒 **/

.warning, .error, .failed {
    color: #F9924B;
    padding: 5px 0;
}

/** 错误页面 **/

.error-404 {
	min-height: 600px;
	width: 734px;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
}

/** 右侧浮动在线留言定制 **/
.side-bar a.topic-icon, .nav-container i, .qr-container i {
	background-image: url(../images/topic.png);
	background-position: 9px;
	background-repeat: no-repeat;
}

.side-bar a.topic-icon {
	width: 66px;
	height: 66px;
	display: inline-block;
	background-color: rgba(204,204,204,0.5);
	margin-bottom: 2px;
}
.side-bar a.topic-icon:hover {
	background-color: #008C8C;
}

/** 右侧浮动 **/
.side-bar a.bar-icon, .nav-container i, .qr-container i {
	background-image: url(../images/gdt-img.png);
	background-repeat: no-repeat;
}
.side-bar {
	width: 66px;
	position: fixed;
	right: 0;
	top: 50%;
    margin-top: -110px;
	line-height: 0;
	z-index: 100;
}
.side-bar a.bar-icon {
	width: 66px;
	height: 66px;
	display: inline-block;
	background-color: rgba(204,204,204,0.5);
	margin-bottom: 2px;
}
.side-bar a.bar-icon:hover {
	background-color: #008C8C;
}

.side-bar .icon-cart {
	background-position: 0 -62px;
}
.side-bar .icon-nav {
	background-position: 0 -130px;
	position: relative;
}
.side-bar .icon-nav:hover .nav-container {
	display: block;
}
.side-bar .icon-qr {
	background-position: 0 -198px;
}
.side-bar .icon-qr:hover .qr-container {
	display: block;
}
.side-bar .icon-kf {
    background-position: 0 0;
}
.side-bar .tic-me {
    background-position: 0 0;
}
.side-bar .icon-totop {
	background-position: 0 -266px;
}
.side-bar .nav-container {
	padding: 20px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 78px;
	top: -170px;
	background-color: #ffffff;
	width: 800px;
	display: none;
}
.side-bar .qr-container {
	padding: 10px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 78px;
	top: 80px;
	background-color: #ffffff;
	display: none;
}
.side-bar .qr-container i, .side-bar .nav-container i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position:-88px -350px;
}
.side-bar .nav-container i {
	top: 185px;
}
.side-bar .qr-container img {
	width: 138px;
	height: 138px;
}

.light-grid td, .light-grid .header-row td {
    border-bottom: 0.1em solid #eeeeee;
    border-left: 0.1em solid #eeeeee;
}

input[type='submit'] {
    padding: 5px 25px;
    cursor: pointer;
    border: 1px solid #ccc;
	color: #444;
	text-transform: uppercase;
	background: url('../images/btn-bg.gif') center left repeat-x;
}

/** 服务导航 **/
table.services-navigation .map-title {
    font-size: 18px;
    text-align: center;
    min-width: 115px;
}

table.services-navigation .map-menu {
    font-size: 14px;
    text-align:center;
}

table.services-navigation tr td {
    padding: 20px 20px 10px 20px;
}

table.services-navigation ul li {
    display:inline-block;
    margin: 13px 0;
    padding-left: 13px;
    background: url(../images/li4.png) 0px -58px no-repeat;
}

table.services-navigation ul li a {
    padding-right: 20px;
    background: url(../images/process-arrow.png) no-repeat center right;
}

table.services-navigation ul li a.no-arrow {
    background: none;
}

.ethical-apl-btn-ul {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.ethical-apl-btn-ul li {
    margin: 30px 20px;
    border: 1px dashed #dcdcdc;
}

.ethical-apl-btn {
    padding: 0 25px;
    border-radius: 10px;
}

.ethical-apl-btn a {
    padding-left: 40px!important;
    background-image: url(../images/ethical.png)!important;
    background-position: 5px 20px!important;
    background-repeat: no-repeat !important;
    background-size: 25px !important;
}

.ethical-apl-btn a:hover {
    padding-left: 40px!important;
    background-image: url(../images/ethical-selected.png)!important;
    background-position: 5px 20px!important;
    background-repeat: no-repeat !important;
    background-size: 25px !important;
}
