﻿html, button, input, select, textarea {
	color: #222;
}
body{
	font-size: 1em;
	line-height: 1.4;
	overflow-x: hidden;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #f2c2c9;
 color: #a4003a;
 text-shadow: none;
}
::selection {
	background: #16a085;
	color: #a4003a;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -moz-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -ms-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -o-linear-gradient(left, #fff, #ccc, #fff);
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

img {
	vertical-align: middle;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
	height: 100%;
}
body {
	font-family: "Lato";
	font-weight: 300;
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
.col-md-4 {
	padding-bottom: 20px;
}
.modal-header {
	background: #ffbf00;
}
.modal-header h4 {
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
}
.modal-footer {
	background: #2b2b2b;
}
.navbar-default {
	border-color: transparent;
	background-color: #dadada;
}
.navbar-inverse .navbar-brand {
	font-weight: 500;
	font-size: 20px;
}
.navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}
a img {
	background: white;
}
.odd a img {
	background: #f5f5f5;
}
ul, ol {
	list-style: none;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway";
	font-weight: 200;
	color: #333;
}
h2 {
	font-size: 36px;
	color: #777;
}
h3 {
	font-size: 26px;
}
/* Paragraph & Typographic */
p {
	line-height: 28px;
	margin-bottom: 20px;
}
p.large {
	font-size: 20px;
	margin-bottom: 50px;
}
.centered {
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: 400;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 300;
}
pre {
	background: #ebebeb;
	border: none;
	font-family: "Monaco";
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}
small {
	font-size: 12px;
}
blockquote, blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}
blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3498db;
}
blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: 300;
}
blockquote cite:before {
	content: "-- "
}
/* Images */
.overflow-image {
	margin-top: -65px;
}
/* Links */
a {
	color: #4abcc5;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #c0392b;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */
#partner{
    background: url(../img/bg-c.png) bottom no-repeat;
    width: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    height: 360px;	
}
.homePageIcon img{
	width: 100%;
	cursor: pointer;
}
.homePageIcon img:hover{
	border: 1px solid #143E95;
}
#partner img.H:hover{
	border:1px solid #143E95!important;
}
#minapp{
    background: url(../img/shouji1.jpg) center;
    width: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    height: 340px;
}
#headerwrap {
	background: url(../img/banner.png) no-repeat center top;
	/*margin-top: -50px;*/
	/*padding-top: 120px;*/
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 560px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: cover;
	/*margin-bottom: -50px;*/
}
#headerwrap h1 {
	color: #ffffff;
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 3px;
}
#headerwrap p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
}
#headerwrap .icon {
	color: #ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 0px 20px 7px #3da8ae;
}
#headerwrap .btn {
	font-weight: 500;
	font-size: 20px;
	margin: 50px 0;
	background-color: #ffbf00;
	color: #fff;
	text-shadow: 0 0 4px #bf9004;
	box-shadow: -5px -5px 20px #3da8ae;
	border: 0;
}
#headerwrap .btn:hover, #headerwrap .btn:focus {
	background-color: #e9af03;
	outline: 0px;
}
#number{
    padding: 10px 0;
    background: white;
    position: absolute;
    /* width: 100%; */
    bottom: -11%;
    right: 15px;
    left: 15px;
}
.img-responsive{
	width: 100%;
}
#number span{
    position: absolute;
    top: -5px;
    font-size: 15px;
}
.left li:hover{
	background:#143E95 ;
}
.left .li-2 img{
	width: 18px;
}
.left .li-3 img{
	width: 20px;
}
.left .li-1 img{
	width: 21px;
}
#number p{
	font-size: 13px;
	color: #777;
}
#number .container{
	background: #FFFFFF;
}
#about {
    background: #F8F8F8;
    padding: 60px 0;
}

.navbar-toggle{
	border-color: #FFFFFF!important;
}
.navbar-inverse .navbar-toggle .icon-bar{
	background-color: #666666;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #ffffff;
}
#containerMap{
	 height: 300px;
    position: relative;
    background: rgb(252, 249, 242);
    border: 8px solid rgb(255, 255, 255);
    border-radius: 5px;
    margin-right: 20px;
}
#connectus {
	background: #F8F8F8;
	padding: 60px 0;
	text-align: center;
	padding-top: 0;
	padding-bottom: 40px;
}
#services {
	background: #FFFFFF;
	padding: 60px 0;
	text-align: center;
	padding-top: 0;
	padding-bottom: 30px;
}
#services .fa {
	color: #ffbf00;
}
#services p {
	text-align: center;
}
#team {
	background: #fff;
	padding: 60px 0;
}
#team H4 {
	padding-top: 10px;
}
#team p.large {
	margin-top: 60px;
	margin-bottom: 40px;
}
#team .fa {
	width: 30px;
	height: 30px;
	margin: 0 3px;
	border-radius: 100%;
	font-size: 15px;
	line-height: 30px;
	outline: 0;
	color: #fff;
	background-color: #c4c4c4;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
#team .fa:hover {
	background-color: #ffbf00;
}
#portfolio {
	background: #fff;
	padding: 60px 0;
}
#portfolio .btn-default {
	border: 0;
}
#contact {
	background: #fff;
	padding: 30px 0;
	text-align: center;
}
#contact1 {
	background: #fff;
	padding: 30px 0;
	text-align: center;
}
#contact .form {
	padding: 30px 0;
}
#contact .fa {
	color: #ffbf00;
	margin-bottom: 10px;
}
#feedback {
	background: #f5f5f5;
	padding: 60px 0;
	text-align: center;
}
#feedback .text-danger {
	color: #e74c3c;
	text-align: left;
	margin: 0;
}
.text-danger{
	color: #a94442!important;
}
#feedback .btn {
	font-weight: 500;
	font-size: 18px;
	margin-top: 30px;
	background-color: #ffbf00;
	color: #fff;
	border: 0;
}
#feedback .btn:hover, #feedback .btn:focus {
	background-color: #e9af03;
	outline: 0px;
}
#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
#greywrap .btn {
	font-family: "Raleway";
	font-weight: 300;
	font-size: 20px;
	margin: 0 25px;
	background-color: #fff;
	border-color: #e2e2e2;
	color: #888;
	border-bottom: 0;
	letter-spacing: 1px;
}
#greywrap .btn:hover, #greywrap .btn:focus {
	margin: 0 25px;
	background-color: #fff;
	border-color: #a5cdd5;
	border-bottom: 0;
	outline: 0px;
	color: #a5cdd5;
}
#greywrap h2 {
	font-size: 30px;
}
#greywrap .callout {
	margin-bottom: 20px;
}
#greywrap p {
	font-size: 30px;
}
#greywrap .fa {
	font-size: 18px;
	margin-right: 4px;
}
#footerwrap {
	background: #131628;
	padding:53px 0 15px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#footerwrap span.copyright {
	line-height: 40px;
	color: #93A6C8!important;
	font-weight: 400;
}
#footerwrap span.copyright a {
	color: #888;
	border-bottom: 1px dotted;
}
#footerwrap span.copyright a:hover {
	color: #ffbf00;
	text-decoration: none;
}
#footerwrap h4 {
	color: white;
}
ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 24px;
	outline: 0;
	color: #999;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #ffbf00;
}
/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	color: #999;
}
.white p {
	padding-top: 25px;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
	border: 1px solid #eee;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background-color: #ffbf00;
}
.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
}
.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}
/* Caption Style */
.mask figure {
	overflow: hidden;
}
.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .mask figure:hover img, .mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .mask figure:hover figcaption, .mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.mask figcaption a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 30px;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
	body .header {
		background-attachment: scroll;
	}
	.modal-dialog{
		width: 90%!important;
	}
}
@media screen and (min-width:1024px) {
	.modal-dialog{
		width: 90%!important;
	}
}


@media screen and (max-width:993px), screen and (max-device-width:769px) {
	.shop-sele{
		margin-left: 0!important;
	}
	.displays{
		display: block!important;
	}
}

@media screen and (max-width:1288px) {
	#number{
		width: 98%!important;
	}
}
/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.header {
		background-attachment: scroll;
	}
}

@media screen and (max-width:769px) {

}

/*移动端适配*/
@media (max-width: 768px){
	
	.pc-footer {
	    display: none !important;
	}
	#partner{
		height: auto!important;
	}
	#partner img{
		width: 100%!important;
	}
	#partner img.H{
		height: 156px!important
	}
	#footerwrap span.copyright{
		line-height: 10px!important;
	}
	.left{
		display: none;
	}
	#recommend img{
		width: 100%;
		height: auto!important;
	}
	#services .services-desc{
		margin-left: 0!important;
	}
	#services .shop-sele{
		margin-left: 0!important;

	}
	#about img{
		margin-top: 30px!important;
	}
	/*.white p{
		margin-top: -50px;
	}*/
	#about{
		padding-bottom:25px;
		/*padding-top: 0;*/
		 padding-top: 230px;
	}
	.banner-bg{
		display: none;
	}
	.banner-box{
		height: auto!important;
	}
	#headerwrap{
		min-height: auto!important;
	    margin-top: 50px!important;
        margin-bottom: 0!important;
        height: 180px;
        padding-top: 120px;
	}
	
	#minapp{
		height: auto!important;
		background-size: cover;
	}
	#minapp .minapp-desc{
		height: auto!important;
	}
	#minapp .title-1{
		margin-top: 15px;
	}
	#minapp .title-2{
		margin-bottom: 5px;
	}
	#minapp .desc-2{
		margin-bottom: 10px;
	}
	#minapp .minapp-eq{
		margin-bottom: 10px;
	}
	.recomm-shop-list{
		padding-top: 5px!important;
	}
	.centered{
		font-size: 22px!important;
	}
	#number{
		position: relative!important;
	    width: 100%;
	    margin-top: 30px;
	    z-index: 99;
	    right: 0!important;
        left: 0!important;
	}
	.navbar-nav > li > a{
		display: inline-block;
	}
	.messages{
		padding-right:0!important
	}
	#recommend .shop-cate a{
		padding: 3px 5px!important;
        font-size: 12px!important;
	}
	#containerMap{
		margin-right:0!important
	}
	.displays{
		display: block!important
	}
	#partner{
		background-size:100%!important;
	}
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{ outline:none;}

.modal-footer{
	background: #fff;
	text-align: center;
}
.btn-primary{
    background: #00498A;
    border-radius: 50px;
    width: 150px;
    height: 40px;
    font-size: 15px;
}
.help-block{
	display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 13px;
    text-align: left;
}

.left{
	position: fixed;
    right: 5%;
    top: 50%;

}
.left li{
    cursor: pointer;
    border: 1px solid #eaeaea;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
        background: #fff;
}
.go-top{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 
}

#recommend img{
    width: 100%;
	height: 208px;
	border: 1px solid #eaeaea;
}
#recommend .shop-title{
    font-size: 15px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 5px;
}
#recommend img:hover{
	border: 1px solid #143E95;

}
#recommend  .shop-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
#recommend .shop-place-origin{
	margin-bottom: 0px;
	font-size: 13px;
	color: #777;
	display:inline-block;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
#recommend .shop-price{
	margin-bottom: 0;
	color: red;
	font-size: 18px;
	font-weight: 500;
}
#recommend .head-top{
	display: flex;
	justify-content: space-between;
}
#recommend .shop-cate{
	display: flex;
	align-items: center;
	padding-top: 20px;
}
#recommend .shop-cate a{
	font-size: 13px;
    color: #000;
    padding: 5px 18px;
    border-radius: 50px;
}
#recommend .shop-cate a:hover{
	background: #143E95!important;
    color: #fff!important;;
}
#recommend .shop-cate a.activ{
	background: #143E95!important;
    color: #fff!important;;
}
.navbar-nav > li > a:hover{
	color: #143E95!important;
}
.navbar-nav > li > a.smoothScroll:hover{
	color: #143E95!important;
}

.navbar-inverse .navbar-nav > li > a{
	color: #333;
}
/*.navbar-inverse .navbar-nav > li .on{
    height: 5px;
    background: #143E95;
    margin: 0 5px;
    margin-top: 10px;
}*/
.smoothScroll .on{
	height: 5px;
    background: #143E95;
    margin: 0 5px;
    margin-top: 10px;
	border-radius: 60px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
	color: #333333;
	background: #FFFFFF!important;
}
.color{
	color: #143E95!important;
}
.navbar{
	border: none!important;
}
a.navbar-brand {
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    background-image: url(../img/log.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 46px;
    width: 260px;
    height: 50px;
    margin-left: 15px;
    background-size: 100% 100%;
    margin-top: 6px;
}
.site-link {
    width: 120px;
    margin: auto;
    margin-bottom: 40px;
    padding-left: 25px;
    color: #93A6C8;
    text-align: left;
}
.site-link a{
	color: #93A6C8!important;
	font-size: 13px;
	line-height: 25px;
}
.site-link dt{
	font-size: 15px;
	margin-bottom: 30px;
}
.site-link .jiantou{
	display: inline-block;
    margin-right: 6px;
}
.site-link a:hover{
	color: #FFFFFF!important;
}

.carousel-fade .carousel-inner .item{ opacity:0; -webkit-transition-property:opacity;-moz-transition-property:opacity ; -ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity ;}

.carousel-fade .carousel-inner .active{ opacity: 1;}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{left: 0;opacity: 0;}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {opacity: 1;}
.nav>li{
    text-align: center;
	height: 50px;
	line-height: 50px;
}