BODY {
	font-size: 12px;
	font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica',
		'STHeitiSC-Light', "Hiragino Sans GB", "Microsoft YaHei", tahoma,
		Verdana, Arial, sans-serif, arial, STHeiti, 宋体;
}

.cover {
	background-size: cover;
	background-position: center;
}

.product-item-pic {
	width: 120px;
	height: 80px;
}

.content {
	width: 1200px;
	margin: auto;
	color: #565A5C;
}

.nav-main {
	width: 1200px;
	margin: auto;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
}

.tip-circle {
	font-size: 12px;
	height: 16px;
	min-width: 16px;
	color: #ff5a5f;
	background: #fff;
	border-radius: 16px;
	line-height: 16px;
	position: absolute;
	display: none;
	text-align: center;
	top: -7px;
	left: 50%;
	border: 2px solid #ff5a5f;
}

img {
	border: none;
}

select, input {
	vertical-align: middle;
}


.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	display: table;
	content: "";
	line-height: 0;
}

.clearit {
	clear: both;
	height: 0px;
	overflow: hidden;
	font-size: 0;
}

.fa1 {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

.sp10 {
	height: 10px;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.sp20 {
	height: 20px;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.sp30 {
	height: 30px;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.main_bg_color {
	background-color: #544854;
}

.main_color {
	color: #544854;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.w1100 {
	width: 1100px;
	margin: 0 auto;
}

.main_width {
	width: 1200px;
	margin: 0 auto;
}

#header {
	height: 100px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: #fff;
	overflow: hidden;
}

#nav {
	/* width: 100%; */
	/* height: 40px; */
	/* min-width: 1200px; */
	
}

#navs {
	height: 40px;
}

#navs a {
	cursor: pointer;
	display: block;
	float: left;
	font-family: 'Microsoft YaHei', simsun;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
}

#nav a:ho {
	background-color: #f63;
}

#nav .cur-nav {
	background-color: #f63;
}

#navs p {
	cursor: pointer;
	display: block;
	float: right;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	margin-left: 20px;
}

#logo {
	width: 95px;
	height: 66px;
	float: left;
	/* margin-top: -26px; */
}

#logo a {
	padding-left: 0;
	padding-right: 0;
}

#logo a:hover {
	background-color: #f8f8f8;
}

#top {
	height: 60px;
	/* padding-top: 10px; */
	/* margin-bottom: 10px; */
}

#header .search {
	font-size: 16px;
	margin: auto;
	padding: 0px;
	margin-left: 260px;
	float: left;
	margin-top: 20px;
	background-color: #ccc;
}

#header .search input[type=text] {
	font-size: 12px;
	border: 0;
	height: 28px;
	width: 280px;
	float: right;
	line-height: 28px;
	padding: 0;
	margin: 0;
	outline: 0;
}

#header .search-but {
	font-size: 12px;
	color: #fff;
	background: linear-gradient(#544854 50%, #544854);
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: none;
	font-weight: normal;
	border: 0;
	border-radius: 0;
	background-color: #544854;
	margin: 0;
}

#header .search_box {
	height: 28px;
	width: 360px;
	line-height: 28px;
	background-color: #fff;
	color: #ccc;
	float: left;
	padding: 0;
	margin: 1px;
	position: static;
	border: 0;
}

#header .search-type-box {
	float: left;
	width: 74px;
	color: #333;
	background-color: #ddd;
	position: relative;
	cursor: pointer;
}

#header .search-type-box ul {
	margin-left: 13px;
}

#header .search-type-box li {
	display: none;
}

#header .search-type-box li.cur-type {
	display: block;
}

#header .search-type-box b.fa {
	float: right;
	right: 13px;
	position: absolute;
	top: 7px;
}

#header .search-type-box-exp li {
	display: block;
}

#header .search-type-box-exp b {
	transform: rotate(180deg);
}

.home-search-row {
	
}

.home-search-row .home-search {
	font-size: 16px;
	margin: 30px auto;
	padding: 2px;
	background-color: #544854;
	width: 620px;
	position: relative;
}

.home-search-row .home-search input[type=text] {
	font-size: 12px;
	border: 0;
	height: 36px;
	width: 430px;
	float: right;
	line-height: 36px;
	padding: 0;
	margin: 0;
	outline: 0;
}

.home-search-row .home-search-but {
	font-size: 12px;
	color: #fff;
	background: linear-gradient(#544854 50%, #544854);
	cursor: pointer;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-box-shadow: none;
	font-weight: normal;
	border: 0;
	border-radius: 0;
	background-color: #544854;
	margin: 0;
	border-image-width: 0;
	float: right;
	position: absolute;
	top: 3px;
	right: 3px;
}

.home-search-row .home-search-txt-box {
	height: 36px;
	width: 520px;
	line-height: 36px;
	background-color: #fff;
	color: #ccc;
	padding: 0;
	margin: 0;
	position: static;
	border: 0;
}

.home-search-row .home-search-type-box {
	float: left;
	width: 74px;
	color: #333;
	background-color: #ddd;
	position: relative;
	cursor: pointer;
}

.home-search-row .home-search-type-box ul {
	margin-left: 13px;
}

.home-search-row .home-search-type-box li {
	display: none;
}

.home-search-row .home-search-type-box li.cur-type {
	display: block;
}

.home-search-row .home-search-type-box b.fa {
	float: right;
	right: 13px;
	position: absolute;
	top: 12px;
}

.home-search-row .home-search-type-box-exp li {
	display: block;
}

.home-search-row .home-search-type-box-exp b {
	transform: rotate(180deg);
}

#app, #online-service, #hot-line {
	font-size: 12px;
	line-height: 29px;
	float: right;
	margin-left: 10px;
	margin-top: 20px;
}

#weixin {
	height: 60px;
	float: right;
	margin-left: 20px;
}

.p400 {
	color: #fb6a00;
	font-size: 12px;
	font-weight: bold;
}

#top0 {
	height: 20px;
	background-color: #cdcdcd;
}

#ad {
	height: 366px;
	background-color: #fff;
	position: relative;
	z-index: 10;
	background:
		url(http://cn.bing.com/az/hprichbg/rb/NorwegianFjords_ZH-CN9906772291_1366x768.jpg)
		center center no-repeat;
}

#ad img {
	-webkit-filter: blur(5px);
	/* Chrome, Opera */
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

#ad1 {
	height: 366px; 1
	top: -366px;
	position: relative;
	z-index: 20;
}

#ad1_left {
	height: 310px;
	margin-top: 33px;
	width: 300px;
	background-color: #fff;
}

#ad1_left a {
	height: 40px;
	line-height: 40px;
	display: block;
	border-bottom: 1px solid #ccc;
	padding-left: 20px;
	font-size: 16px;
}

#security {
	-webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, .1);
	padding: 15px 0;
	background: #fff;
	min-height: 80px;
}

.trip-footer-item {
	float: left;
	width: 21%;
	border-left: 1px solid #e8e8e8;
	min-height: 80px;
}

.trip-footer-item dl {
	padding: 0 5px 0 25px;
}

.trip-footer-item dd {
	margin: 0px;
	padding: 0px;
}

.trip-footer-item dt {
	font-size: 16px;
	font-family: "Microsoft YaHei", simsun;
	color: #2b577a;
	font-weight: 700;
	padding: 0 0 15px;
}

.trip-footer-item dd .link-item {
	zoom: 1;
	display: inline-block;
	margin: 0 10px 0 0;
}

#main {
	margin-top: 10px;
}

#main_left {
	width: 900px;
	float: left;
}

#main_right {
	width: 298px;
	float: right;
	min-height: 300px;
	background-color: #fff;
}

.product {
	
}

.product_title {
	height: 30px;
	margin-top: 20px;
}

.product_title h3 {
	font-size: 20px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 40px;
	line-height: 30px;
}

.product_title a {
	display: block;
	float: left;
	margin-left: 10px;
	line-height: 30px;
	font-size: 12px;
	color: #544854;
}

.product-item {
	margin: 0 10px 25px 0;
	border: 1px solid #ccc;
	background-color: #fff;
	float: left;
	-webkit-box-shadow: 1px 1px 5px 0 #bbb;
	box-shadow: 1px 1px 5px 0 #bbb;
	-webkit-transition: box-shadow 300ms linear;
	-moz-transition: box-shadow 300ms linear;
	-o-transition: box-shadow 300ms linear;
	-ms-transition: box-shadow 300ms linear;
	transition: box-shadow 300ms linear;
	width: 285px;
}

.product-item .header-info {
	padding: 10px;
}

.product-item table {
	width: 100%;
	table-layout: fixed;
	border: 0px;
}

.product-item .c-img {
	overflow: hidden;
}

.product-item .title {
	color: #666;
	line-height: 1.3;
	font-size: 18px;
	margin-bottom: 10px;
	height: 46px;
}

.product-item .price {
	text-align: right;
	white-space: nowrap;
	width: 80px;
}

.product-item .price .num {
	color: #fb6a00;
	line-height: 1.3;
	font-size: 18px;
}

.product-item .bottom-info {
	background-color: #fafafc;
	padding: 10px;
}

#footer {
	position: relative;
	background: #38393f;
	min-height: 200px;
	min-width: 1200px;
}

.footer-nav {
	margin-top: 20px;
}

.footer-nav dl {
	width: 20%;
	float: left;
}

.footer-nav dl a {
	color: #b1b2ba;
	font-size: 12px;
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
}

.footer-nav dt {
	margin: 0px;
	padding: 0px;
}

.footer-nav dd {
	margin: 0px;
	padding: 0px;
}

.footer-nav dd a {
	color: #b1b2ba;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	display: block;
	text-decoration: none;
}

#footer hr {
	border-top: 1px solid #1c1c1d;
	border-bottom: 1px solid #4c4d53;
	border-left: 0px;
	border-right: 0px;
}

.copyright {
	text-align: right;
	font-size: 12px;
	color: #b1b2ba;
	line-height: 20px;
}

#country li a {
	color: #000;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	display: block;
	padding: 5px;
}

#country li {
	display: block;
	float: left;
	margin: 4px;
	width: 180px;
	overflow: hidden;
	border: 1px solid #f1f1f2;
}

#country li .fa {
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	background: #aaa;
	line-height: 25px;
	border-radius: 100%;
	font-size: 13px;
	margin-right: 4px;
}

#country li:hover {
	background-color: #f1f1f1;
}

#country a:hover {
	background-color: #f1f1f1;
	color: red;
}

#country {
	min-height: 200px;
	background-color: #fff;
	padding: 10px 30px;
	margin-bottom: 20px;
	border-radius: 4px;
}

#country img {
	max-height: 16px;
	max-width: 30px;
	vertical-align: middle;
	padding-right: 4px;
}

#main-container {
	padding-top: 10px;
}

#top-header {
	border-bottom: 1px solid #ddd;
}

#top-header .top-header-wrap {
	height: 30px;
	position: relative;
}

#top-header .th-left {
	float: left;
	width: 600px;
	text-align: left;
}

#top-header .th-right {
	float: right;
	width: 600px;
	text-align: right;
}

.user-main {
	width: 1200px;
	min-height: 300px;
	margin: auto;
	padding-bottom: 10px;
}

.content-main {
	/* background: #efede1; */
	
}

.ewa-ui-days {
	border: 2px solid #f1f1f1;
}

.ewa-ui-days td {
	height: 28px;
}

footer {
	font-size: 16px;
	height: 190px;
	line-height: 22px;
	background: #fff;
	color: #2f2f2f;
	z-index: 10;
	position: relative;
}

.footer-box {
	margin: auto;
	height: 190px;
	line-height: 22px;
	/* width: 960px; */
	height: 190px;
}

.footer-nav {
	font-size: 12px;
	height: 19px;
	line-height: 49.25px;
	margin-bottom: 21px;
	/* width: 940px; */
}

.footer-nav ul {
	margin: 0;
	text-align: center;
}

.footer-nav li {
	display: inline-block;
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

.footer-nav li a {
	color: #2f2f2f;
	text-decoration: none;
}

.footer-nav li a:hover {
	color: red;
}

.footer-grp {
	margin: auto;
	line-height: 22px;
	/* max-width: 960px; */
}

.footer-grp-title {
	font-size: 12px;
	color: #7f8c8d;
	text-align: center;
}

.footer-grp-split {
	width: 30px;
}

.footer-grp-social a .fa {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: #7f8c8d;
	border: 1px solid #7f8c8d;
	float: left;
	margin: 5px;
	font-size: 19px;
	text-decoration: none;
}

.footer-grp-social .fa-weixin:hover {
	background-color: #44b549;
	border: 1px solid #44b549;
	color: #fff;
}

.footer-grp-social .fa-weibo:hover {
	background-color: red;
	border: 1px solid red;
	color: #fff;
}

.footer-grp-social .fa-twitter:hover {
	background-color: #00aced;
	border: 1px solid #00aced;
	color: #fff;
}

.footer-grp-social .fa-facebook:hover {
	background-color: #3B5998;
	border: 1px solid #3B5998;
	color: #fff;
}

.footer-grp-social .fa-apple:hover {
	background-color: blue;
	border: 1px solid blue;
	color: #fff;
}

.footer-grp-social .fa-android:hover {
	background-color: lightgreen;
	border: 1px solid lightgreen;
	color: #fff;
}

.footer-copyright {
	color: #7f8c8d;
	font-size: 12px;
	height: 16px;
	line-height: 36.5px;
	margin: auto;
	text-align: center;
	/* width: 940px; */
}
.footer-beian{
	font-sisze:12px;
}
select {
	-webkit-appearance: menulist-button;
	-webkit-font-smoothing: antialiased;
	-webkit-rtl-ordering: logical;
}

/* 地址 */
.ewa-icon-addr:before {
	font-family: FontAwesome;
	content: "\f278";
}
/* 电话 */
.ewa-icon-tele:before {
	font-family: FontAwesome;
	content: "\f095";
}
/* 传真 */
.ewa-icon-fax:before {
	font-family: FontAwesome;
	content: "\f1ac";
}
/* 城市 */
.ewa-icon-city:before {
	font-family: FontAwesome;
	content: "\f041";
}
/* 网址 */
.ewa-icon-ie:before, .ewa-icon-web:before {
	font-family: FontAwesome;
	content: "\f26b";
}
/* 邮箱 */
.ewa-icon-email:before {
	font-family: FontAwesome;
	content: "\f003";
}
/* 邮政编码 */
.ewa-icon-zip:before {
	font-family: FontAwesome;
	content: "\f096";
}
/* ewa-frame*/
.ewa-lf-frame>tbody>tr>td {
	padding: 4px;
	font-size: 12px;
}

.ewa-col-img {
	width: 110px;
}
/* new index */
.nav-search-bar {
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: -105px;
}

.nav-search-bar form {
	border: 0;
	margin: 0;
	padding: 0;
}

.nav-search-bar .search-txt {
	width: 300px;
	height: 22px;
	font-size: 12px;
	border: 0;
	color: #333;
	outline: none;
}

.nav-search-bar b {
	font-size: 20px;
	color: #999;
	padding: 0 5px;
}

.nav-search-bar b:hover {
	color: #666;
}

.loc-top-right {
	margin-top: -160px;
}

.loc-top-right a {
	text-shadow: none !important;
}

.loc-top-right a:hover {
	color: red !important;
}

.nav-color {
	border-radius: 0;
	border: 0;
	margin-left: -1px;
}

@media ( max-width : 768px) {
	.loc-top-right {
		margin-top: 0px
	}
	.nav-color {
		background: transparent;
	}
	.nav-search-bar {
		display: none;
	}
}

#myCarousel {
	margin-top: -21px;
}

.slide {
	height: 499px;
	margin-top: -20px;
}

#logo_link img {
	height: 90px;
	margin: 10px;
}

@media ( max-width : 768px) {
	.slide {
		height: 250px;
	}
	.ad {
		height: 250px !important;
	}
	#logo_link img {
		height: 70px;
		margin: 0 !important;
	}
}

.ad {
	background-color: rgb(52, 73, 94);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	height: 499px;
	text-align: center;
	position: relative;
}

.ser-item {
	height: 300px;
	background: #ccc;
	transition: all .2s ease-in-out;
	margin-bottom: 15px;
}

.ser-item:hover {
	box-shadow: 1px 1px 11px rgba(111, 111, 111, 0.6);
}

.ser-item .ser-item-pic {
	height: 185px;
	background-size: cover;
	background-position: center;
}

.ser-item .ser-item-pic a {
	height: 185px;
	display: block;
}

.ser-item .ser-item-info {
	height: 115px;
	background: #fff;
	border: 1px solid #ececec;
	border-top: 0;
	padding: 10px;
}

.ser-item .ser-item-info a {
	display: block;
	height: 100%;
	color: #111;
	text-decoration: none;
	position: relative;
}

.ser-item .ser-item-info h5, .ser-item .ser-item-info h6 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ser-item .ser-item-info h6 {
	color: #636363;
}

.ser-item .ser-item-info-bottom {
	position: absolute;
	bottom: 10px;
	left: 0px;
	font-size: 12px;
	right: 0;
}

.ser-item  .ser-item-price {
	color: #ff7466;
	font-size: 16px;
}

.ser-item .ser-item-coin {
	font-size: 12px;
	color: #959595;
}

.ser-item-coin:after {
	content: '+';
}

.p-rel {
	position: relative;
}

.p-abs {
	position: absolute;
}

.p-fix {
	position: fixed;
}

/* image slider */
.image-slider {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.81);
	z-index: 10000000000;
	color: #fff;
}

.image-silder-box {
	width: 100%;
	height: 100%;
	min-width: 900px;
	min-height: 600px;
	table-layout: fixed;
}

@media ( max-width :700px) {
	.image-silder-box {
		min-width: 100%;
		min-height: 100%;
	}
	.image-silder-left, .image-silder-right {
		width: 0px !important;
	}
}

.image-silder-hand {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.image-silder-hand td {
	width: 50%;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.1);
}

.image-silder-hand td b {
	font-size: 80px;
}

.image-silder-hand td:hover {
	color: rgba(255, 255, 255, 0.4);
}

.image-silder-hand td .fa-angle-left {
	margin-left: 30%;
}

.image-silder-hand td .fa-angle-right {
	margin-right: 30%;
}

.image-silder-middle {
	text-align: center;
}

.image-silder-middle img {
	max-width: 100%;
	max-height: 100%;
	z-index: 1;
	/* position: relative; */
}

.image-silder-left, .image-silder-right {
	width: 100px;
	text-align: center;
	color: #fff;
	font-size: 80px;
}

.image-silder-middle-size {
	color: #fff;
	font-size: 20px;
	bottom: 20px;
	left: 20px;
	width: 100%;
	z-index: 10;
}

.image-slider .fa-remove {
	left: 30px;
	top: 30px;
	font-size: 50px;
	cursor: pointer;
}

.image-slider .fa-remove:hover {
	color: red;
}

.index-product-wrap a.more {
	font-size: 16px;
	color: #bbb;
}

.index-product-wrap a.more:hover {
	color: #23527c;
	text-decoration: none;
}

#gyap_main_menu li>a{
	padding: 15px 9px;
}
.ver-gyap .nav li>a {
	padding: 15px 9px; 
}
@media ( max-width : 700px) {
	#NWS_SUBJECT .item-wrap {
		width: 100% !important;
		margin: 0;
	}
	#NWS_SUBJECT .item-wrap .item-pic {
		width: 100% !important;
	}
	.ewa_grid_li {
		float: none;
		border: 1px solid #ccc;
		margin-bottom: 20px;
	}
}