@charset "utf-8";

/* CSS Document */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

h1 {
	font-size: 28px;
}

figure {
	margin: 1em 40px;
}

ul li {
	list-style-type: none;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-3 {
		left: 25%;
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}

	.col-md-2 {
		width: 16.66666667%;
	}
}

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0;
}

.table>tbody+tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5;
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none;
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none;
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
	background-color: #f5f5f5;
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
	background-color: #dff0d8;
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6;
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
	background-color: #d9edf7;
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3;
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
	background-color: #fcf8e3;
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc;
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
	background-color: #f2dede;
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}

	.table-responsive>.table {
		margin-bottom: 0;
	}

	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap;
	}

	.table-responsive>.table-bordered {
		border: 0;
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0;
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0;
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0;
	}
}

img {
	border: 0;
}

figure {
	margin: 0;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.img-circle {
	border-radius: 50%;
}

p {
	margin: 0 0 10px;
}

.text-center {
	text-align: center;
}

/* CSS add by mysefl */
/* 常用CSS */
.clearleft {
	clear: left;
}

.mag-center {
	margin: 0 auto;
}

/* 区块左右自动居中 */


/* 常用CSS */

a {
	color: #00CCFF;
	text-decoration: none;
}

aside a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
}

.headerback {
	background-color: #7ed5ff;
	text-align: center;
	padding: 18px;
	;
}

.natitle {
	color: #EFEFEF;
	margin-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
}

.navul {
	margin-top: 38px;
	padding-top: 18px;
}

.navul li {
	background: #58c4a7;
	margin: 5px;
	padding: 8px;
	border-radius: 5px;
	list-style-type: none;
}

.navul li:hover {
	background-color: #7ed5ff;
}

.navul li a {
	color: #FFFFFF;
}

.navul li a:hover {
	color: #EAEAEA;
	text-decoration: none;
}

@media (min-width: 768px) {
	.navul {
		background: #7ed5ff;
		height: 48px;
		border-radius: 5px;
	}

	.navul li {
		float: left;
		background-color: #7ed5ff;
	}
}

@media (max-width: 768px) {
	.navul {
		display: none;
	}
}

.quote01 {
	width: 180px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #FF6600;
	padding: 16px;
	border-radius: 28px;
	margin-top: 30px;
	box-shadow: 5px 5px 2px #888888;
}

.mainback {
	margin-top: -20px;
	padding-top: 10px;
	background-color: #7ed5ff;
}

.imgtext h2 {
	color: #FFFFFF;
	font-size: 58px;
	margin-left: 10%;
	margin-bottom: 8px;
}

.imgtext p {
	color: #FFFFFF;
	margin-left: 10%;
}

.airbackimg {
	background-image: url(../freightimg/air-freight-08.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

.airbackimg {
	background-image: url(../freightimg/air-freight-09.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

@media (min-width:767px) {
	.mainback {
		width: 100%;
		background-color: #7ed5ff;
		height: 408px;
	}

	.airbackimg {
		background-image: url(../freightimg/air-freight-08.jpg);
		background-repeat: no-repeat;
		background-position: center;
		height: 280px;
	}
}

.trusted {
	color: #7ed5ff;
	font-size: 28px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-shadow: 1px 5px 5px #CCCCCC;
	font-family: "Times New Roman", Times, serif;
}

.marginblow {
	margin-bottom: 58px;
}

.pmid {
	width: 90%;
}

.serviceh2 {
	font-size: 48px;
	color: #999999;
	text-decoration: blink;
	text-shadow: 6px 6px 6px #CCCCCC;
}

.serviceh3 {
	font-size: 28px;
	color: #FF6600;
	text-decoration: blink;
	text-shadow: 6px 6px 6px #CCCCCC;
}
.sh2{
font-size: 28px;
	color: #FF6600;
	text-decoration: blink;
	text-shadow: 6px 6px 6px #CCCCCC;
	margin-bottom:18px;
	text-align:center;
}
.servicesa a {
	color: #000000;
}

.servicesa a:hover {
	color: #FF6600;
}

.learnmore {
	color: #FF6600;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
	width: 108px;
	margin: 0 auto;
}

.learnmore a {
	color: #FF6600;
}

.learnmore a:hover {
	color: #CCCCCC;
}

.backcolohei {
	background-color: #f7f9fa;
}

#back01 {
	background-image: url(../freightimg/shipping-agent.jpg);
	height: 360px;
	background-repeat: no-repeat;
	background-position: center;
}

@media (min-width:768px) {
	#back01 {
		margin-top: 180px;
	}

	.adv {
		height: 720px;
	}
}

.serviceli li {
	margin-top: 18px;
}

@media (min-width:768px) {
	.mainimg {
		height: 340px;
		background-color: #6fbe25;
	}

	.mainimg img {
		width: auto;
		margin: 0 auto;
		padding-top: 60px;
	}
}

.good li {
	list-style-position: outside;
	list-style-image: url(../freightimg/flag/good.png);
}

.good li:hover {
	font-weight: bold;
}

.customs01 {
	background-color: #f7f9fa;
	border-radius: 25px;
	margin: 10px;
	padding: 15px;
}

.customs01 img {
	border-radius: 40px;
}

.customs01 p {
	width: 90%;
}

@media (min-width:768px) {
	.customs01 {
		background-color: #f7f9fa;
		border-radius: 25px;
		margin: 10px;
		float: left;
		width: 45%;
		margin: 10px;
		padding: 15px;
	}

	.customs01 img {
		border-radius: 40px;
	}

	.customs01 p {
		width: 90%;
	}
}

.margeblow {
	margin-bottom: 30px;
}

.margetop {
	margin-top: 38px;
}

.quote008 {
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
}

@media (min-width:768px) {
	.quote008 {
		height: 580px;
	}
}

.marpading58 {
	margin-bottom: 58px;
	margin-top: 58px;
	padding-bottom: 58px;
	padding-top: 58px;
}

.margebeltop58 {
	margin-bottom: 58px;
	margin-top: 58px;
}

/**以上是抄goodhope86**/
.pwidth {
	width: 80%;
	margin: 0 auto;
}

.headerback {
	background-color: #7ed5ff;
}

.quotation {
	border-radius: 25px;
	border: thin solid #CCCCCC;
	padding: 50px;
}

.serviceh3 {
	font-size: 48px;
	color: #FF6600;
	text-decoration: blink;
	text-shadow: 6px 6px 6px #CCCCCC;
}

.yubanul li {
	padding-bottom: 18px;
	text-align: left;
}

.form-control {
	height: 48px;
	width: 50%;
}

.formtext {
	width: 100%;
	height: 180px;
}

.china {
	background-image: url(../freightimg/china01.jpg);
	height: 180px;
	width: 95%;
	background-repeat: no-repeat;
	background-position: center;
}

@media (min-width:768px) {
	.china {
		background-image: url(../freightimg/china.jpg);
		height: 380px;
		width: 50%;
		background-repeat: no-repeat;
		background-position: center;
	}

	.seafreight {
		height: 630px;
	}
}

.wechat img {
	margin: 0 auto;
}

.airport {
	padding-bottom: 58px;
	padding-top: 58px;
	font-size: 28px;
	color: #FF6600;
}

.quotetitle {
	font-size: 2.8em;
	color: #FF6600;
	margin-bottom: 18px;
	text-shadow: 3px 3px 3px #cccccc;
}

.submit {
	background-color: #FF6600;
	width: 80%;
	height: 68px;
	border-radius: 28px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	font-size: 1.6em;
	box-shadow: 5px 5px 2px #888888;
}

.submit:hover {
	background-color: #FF6633;
	width: 78%;
	color: #CCCCCC;
}

.textarea01 {
	width: 100%;
	height: 180px;
}

.colul li {
	margin-bottom: 15px;
	list-style-position: outside;
	list-style-type: disc;
}

.quote02 {
	margin-top: 58px;
}

.quote02 a {
	color: #FFFFFF;
	background: #FF6600;
	font-size: 28px;
	width: 380px;
	padding: 18px;
	border-radius: 18px;
	box-shadow: 5px 5px 2px #888888;
}

.quote02 a:hover {
	color: #CCCCCC;
}

.footerli {
	font-size: 18px;
	padding-left: 36px;
	margin-bottom: 28px;
}

.footp {
	margin-right: 10px;
	margin-bottom: 38px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.footfollow {

	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	height: 38px;
}

footer {
	padding-top: 30px;
	background-color: #7ed5ff;
}

.footerservices {
	padding-top: 38px;
	padding-bottom: 38px;
}

footer a {
	color: #666666;
}

footer a:hover {
	color: #EFEFEF;
	text-decoration: none;
}

footer p:hover {
	color: #EFEFEF;
}

.footerli:hover {
	color: #EFEFEF;
}

address:hover {
	color: #EFEFEF;
}

.imgmag {
	margin-bottom: 30px;
}

.imgmag a {
	padding-right: 15px;
}

.footspan {
	padding-left: 5px;
	padding-right: 5px;
}

address {
	padding-bottom: 18px;
	margin-bottom: 0;
}

.pull-left {
	float: left !important
}

@media (max-width:768px) {
	.phonedisplayno {
		display: none;
	}

	.serviceh2,
	.serviceh3 {
		font-size: 28px;
	}
}

.onlinebut {
	height: 28px;
	width: 180px;
	margin-left: 25%;
	padding: 3px;
	background-color: #FF6600;
	color: #FFFFFF;
	border: thin solid #FFFFFF;
	border-radius: 5px;
	text-align: center;
	box-shadow: 1px 1px 1px #ffffff;
}

.phoneli {
	width: 80%;
	margin-bottom: 3px;
	border: thin solid #FFFFFF;
	border-radius: 2px;
	height: 23px;
}

.phonelitext {
	height: 80px;
}

.phonesubmit {
	line-height: 18px;
	padding: 3px;
	text-align: center;
	background-color: #FF6600;
	color: #FFFFFF;
	border: thin solid #FFFFFF;
	width: 180px;
	border-radius: 5px;
}

.phonesubmit:hover {
	color: #CCCCCC;
	border: thin solid #CCCCCC;
}

/*
.phonequoteblow {
	position: fixed;
	bottom: 3px;
	width:30%;
	clear: both;
	left:0px;
	z-index: 9999;
	margin-left:3px;
	background-color:#FF6600;
	border-radius:8px;
	padding:3px;
}

.phoneform {
	margin-left:-20px;
}
.phoneli {
	width:60%;
	margin-bottom:3px;
}
.phonelitext {
	width:80%;
}
.phonesubmit:hover {
	color:#FF6600;
}
*/

@media (min-width:768px) {
	.phonequoteblow {
		display: none;
	}

	.phoneonline {
		display: none;
	}
}

.phoneonline {
	position: fixed;
	bottom: 0px;
	width: 100%;
	clear: both;
	left: 0px;
	z-index: 9999;
	background-color: #FF6600;
	border-radius: 3px;
	padding: 5px;
}

.bene1 {
	font-family: 'Proxima Nova W01', Helvetica, Roboto, Arial, sans-serif;
	padding: 38px;
}

.bene1 p:hover {
	color: #FFFFFF;
}

.bene2 {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}

.bene0 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bigsize {
	font-size: 23px;
	font-weight: bold;
}

.backcolo66 {
	color: #FFFFFF;
	background-color: #FF6600;
}

@media (min-width:768px) {
	.backcolo66 {
		height: 230px;
	}
}

.marginbo0 {
	margin-bottom: 0px;
}

.addingbackhei {
	padding-top: 48px;
	background-color: #f7f9fa;
	height: 790px;
}

@media (min-width:768px) {
	.addingbackhei {
		height: 395px;
	}
}

.back-cor-orange {
	background-color: #FF6600;
}

.quotegirl {
	height: 230px;
	padding: 18px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.quotegirl h3 {
	height: 18px;
}

@media (min-width:768px) {
	.quotegirl p {
		width: 50%;
		margin: 0 auto;
	}

	.quotegirl {
		background-image: url(../freightimg/quotegirl.png);
		background-repeat: no-repeat;
		background-position: right;
	}
}

.quote03 a {
	width: 180px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #FF6600;
	padding: 16px;
	border-radius: 8px;
	border: thin solid #FFFFFF;
}

.quote03 a:hover {
	background-color: #FFFFFF;
	color: #FF6600;
}

.quote03 {
	clear: both;
	padding-top: 38px;
}

/*以下是旧的CSS一级文件夹的*/


.breadcrumb {
	background: #CCCCCC;
}

.breadcrumb li {
	display: block;
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
}

.active {}

/*?*/

.sidequote {
	margin-top: 20%;
	background-color: #F0F0EE;
	font-family: "Times New Roman", Times, serif;
	box-shadow: 2px 2px 1px #888666;
	border: thin double #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	/* Old Firefox */
	padding: 15px;
}

.sidequote a {
	color: #000000;
}

.sidenow {
	font-size: 18px;
	color: #FF6600;
	text-align: center;
	padding-bottom: 8px;
	padding-top: 8px;
}

.sidequotep {
	font-size: 18px;
	line-height: 58px;
	color: #7ed5ff;
}

/*以上是旧的CSS*/


.wechatonline {
	position: fixed;
	background-color: #FF6600;
	width: 80%;
	border-radius: 3px;
	padding-top: 5px;
	color: #FFFFFF;
	top: 0px;
	border-radius: 5px;
}




.wechatonline {
	display: none;
}

.onlineside {
	position: fixed;
	bottom: 1%;
	right: 3px;
	width: 150px;
	margin-right: 3px;
}
.onlineside:hover{
width:180px;}


.wechat {
	background-image: url(../freightimg/flag/wechat.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 30px;

}

.skye {
	background-image: url(../freightimg/flag/skype.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 30px;
	clear: left;
}

.email {
	background-image: url(../freightimg/flag/email.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 30px;
}

.whatsapp {
	background-image: url(../freightimg/flag/whatsapp.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 30px;
}

/*以上是在线聊天*/
.secondnav {
	line-height: 28px;
	margin: 18px;
}

.asservices {
	background-color: #CCFFCC;
	border: thin solid #CCCCCC;
	padding: 10px;
	margin: 30px;

}

.asservices a {
	color: #CCCCCC;
}

.title,
.email,
.text {
	width: 99%;
	margin-bottom: 5px;
}

.text {
	line-height: 38px;
}

.submit01 {
	background-color: #FF6600;
	width: 80%;
	height: 38px;
	border-radius: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	font-size: 1.6em;
	box-shadow: 5px 5px 2px #888888;
}

.submit01:hover {
	height: 36px;
	font-size: 1.3em;
}

.more {
	padding: 10px;
	border: thin solid #C9C0BA;
	border-radius: 8px;
	margin-bottom: 30px;
	margin-top: 30px;
	box-shadow: 3px 3px 1px #999999;
}

.more a {
	color: #66CCCC;
	text-decoration: underline;
}

.ablue a {
	color: #66CCCC;
	text-decoration: underline;
}

.more a:hover {
	color: #FF6600;
	text-decoration: none;

}

.morep {
	font-size: 18px;
	color: #FF0000;
}

.backh {
	margin-top: 68px;
	margin-bottom: 68px;
	background-color: #5dd5c8;
	padding: 5%;
	color: #ffffff;
}

.backh {
	padding-bottom: 28%;
	padding-top: 38%;
	border: 3px solid;
	box-shadow: 5px 5px 8px #888888;
	background: #ddcccc;
	border-radius: 58px;
	-moz-border-radius: 58px;
	/* 老的 Firefox */
}

@media (max-width:768px) {
	.backh {
		padding-top: 38%;
		padding-bottom: 50%
	}

}

.orange {
	color: #FF6600;
}

.orange a {
	color: #FF0000;
}

.ahei a {
	color: #333333;
}

.ahei a:hover {
	color: #336583;
}

.followimg img:hover {
	background-color: #DBD8D7;
	padding: 3px;
}

/* 以下是新侧边栏样式 */
body {
	background-color: #f5f5f5;
}

.contentbox {
	background-color: #f5f5f5;
}

.content {
	background-color: #ffffff;

}

aside {
	background-color: #ffffff;
	padding-top: 16px;

	& .directory {
		border-top: 2px solid #7ed5ff;
	}

	& .title {
		font-size: 16px;
	}

	& ul {
		padding-top: 16px;

		& li {
			background-color: #f5f5f5;
			width: 98%;
			height: auto;
			padding: 4px;
			margin-left: -15px;

		}
	}
}

.bian{
	position: sticky;
	top: 0;
}

.active {
	list-style-image: url(../freightimg/triangle.png);

	a {
		color: #7ed5ff;
	}
}

@media (max-width: 767px) {
	.content {
		margin-right: 0px;
	}
}

/* 以下是底部表单跳转链接样式 */
.quotation a {
	font-size: 28px;
	line-height: 80px;
	color: #FFFFFF;
	background-color: #66CCFF;
	width: 260px;
	height: 80px;
	padding:30px;
	margin:0 auto;
	border:2px solid;
	border-radius:50px;
}
.quotation a:hover {
	color:#58c4a7;
	background-color:#FFFFFF;
}