@charset "utf-8";
@import url("global.css");

/*导航*/
.page_nav {
	margin: 30px auto;
	padding-left: 35px;
	height: 23px;
	line-height: 23px;
	background: url(/source/img/comm.png) no-repeat 0 0;
	font-size: 14px;
	color: #0893f0;
}

.page_nav a {
	color: #0893f0;
}

.page_nav h1 {
	display: inline;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/*查询*/
.query {
	width: 1200px !important;
	padding: 40px;
	margin: 30px auto;
	background: #b5dff9;
	color: #999;
	border-radius: 5px;
}

.query strong {
	display: block;
	font-size: 22px;
	font-weight: 400;
	color: #0993f0;
	padding-bottom: 20px;
}

.query select {
	height: 40px;
	width: 130px;
	color: #000;
	border: 0;
}

#package_weight {
	border: 1px solid #fff;
	background: #fff;
	height: 40px;
	padding: 5px 8px;
	line-height: 20px;
	font-size: 14px;
	width: 250px;
	color: #000;
}

.query .a_btn {
	display: inline-block;
	width: 200px;
	padding: 10px 0;
	background: #0893f0;
	font-size: 18px;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	float: right;
	/*margin: 20px auto auto auto;*/
	cursor: pointer;
}

.query .a_btn:hover {
	background: #5FB878;
}

.size_div {
	margin-top: 10px;
}

.size_div .w-50 {
	width: 86px !important;
}

/*列表*/
.price,
.querylist {
	margin: 30px auto 60px auto;
	overflow: hidden;
}

.price .left,
.price .right {
	float: left;
}

.price .left {
	width: 100%;
	margin-right: 30px;
}

.price .right {
	width: 340px;
	margin-top: 10px;
}

/*列表表格*/
.left table,
.querylist table {
	border-collapse: collapse;
	border: none;
	width: 100%;
}

.left table tr:hover,
.querylist table tr:hover {
	background: #f5f5f5;
}

.left table th,
.querylist table th {
	background: #0993f0;
	color: #fff !important;
	height: 30px;
	font-weight: bold;
	font-size: 16px;
	border: none;
}

.left table td,
.querylist table td {
	border-bottom: 1px solid #f5f5f5;
	height: 70px;
}

.left table th,
.left table td,
.querylist table th,
.querylist table td {
	padding: 10px;
	color: #666;
	text-align: left;
}

.querylist table td {
	text-align: center;
}

.left table td:nth-child(5) {
	font-size: 20px;
	color: #f60;
}

.querylist table td:nth-child(7) {
	font-size: 20px;
	color: #f60;
}

.left table td .a_btn,
.querylist table td .a_btn {
	display: block;
	text-align: center;
	padding: 5px 10px;
	background: #0993f0;
	border-radius: 4px;
	color: #fff;
	width: 64px;
}

.left table td .a_btn:hover,
.querylist table td .a_btn:hover {
	color: #fff;
	background: #ffae00;
}

.note {
	display: none;
}

.note td {
	text-align: left !important;
	padding: 40px !important;
	font-size: 14px;
	line-height: 26px;
}

/*内页*/
.detail .thumb,
.detail .info {
	float: left;
}

.detail .info {
	margin-left: 30px;
	width: 440px;
	overflow: hidden;
}

.detail .info h2 {
	display: inline;
	margin: 0;
	font-weight: normal;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.expt_info_tb {
	margin-top: 20px;
}

.expt_info_tb th,
.expt_info_tb td {
	height: 40px !important;
	padding: 0 !important;
	text-align: center !important;
	border: 1px solid #0993f0 !important;
}

.expt_info_tb td:nth-child(2) {
	font-size: 20px;
	color: #f60;
}

.expt_info_tb th:nth-child(1),
.expt_info_tb th:nth-child(2),
.expt_info_tb th:nth-child(3) {
	border-right: 1px solid #fff !important;
}

.expt_info_tb2 {
	margin-top: 15px;
}

.expt_info_tb2 td {
	text-align: center;
	border-bottom: 1px solid #ddd !important;
	height: 30px !important;
	padding: 0 !important;
}

.expt_info_tb2 tr:nth-child(3) td {
	text-align: left;
}

.expt_note {
	margin-top: 20px;
}

.expt_note .header {
	position: relative;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #0893f0;
	font-size: 16px;
}

.expt_note .header span {
	display: inline-block;
	height: 40px;
	padding: 0 20px;
	background: #0893f0;
	color: #fff;
}

.expt_note .content {
	font-size: 16px;
	margin: 20px auto;
	line-height: 30px;
	color: #222;
}

.expt_note .otherchanne table th {
	background: #fff !important;
	color: #0893f0 !important;
	border-bottom: 1px solid #f5f5f5 !important;
}

/*右侧通用*/
.price .right>.list {
	width: 340px;
	background: #fafafa;
	margin-bottom: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.price .right .list span.mark {
	display: inline-block;
	background-color: #f63756;
	position: absolute;
	height: 20px;
	width: 4px;
	left: 0;
	top: 30px;
}

.price .right .list span.more {
	position: absolute;
	top: 30px;
	right: 30px;
}

.price .right .list span.more a {
	color: #bbb;
}

.price .right .list span.more a:hover {
	color: #333;
}

.price .right .list span.title {
	font-size: 20px;
	font-weight: 400;
	padding: 25px 30px 0;
	display: inline-block;
	margin: 0;
}

.price .right .list span.line {
	display: block;
	height: 1px;
	width: 100%;
	background: #f0f0f0;
}

.price .right .list .case {
	margin: 20px 30px;
	text-align: center;
	overflow: hidden;
}

.price .right .list .case img {
	width: 100%;
}

.price .right .list .tel {
	margin: 20px 30px 0 20px;
	text-align: center;
	font-weight: 400;
	font-size: 22px;
	color: #393D49;
}

.price .right .list ul {
	margin-top: 10px;
}

.price .right .list ul li {
	width: 280px;
	padding: 20px 30px;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
}

.price .right .list ul li:last-child {
	border-bottom: 0 !important;
}

.price .right .list ul li .art-img {
	width: 280px;
	height: 158px;
	overflow: hidden;
	margin-bottom: 20px;
}

.price .right .art-img img {
	width: 280px;
	transition: all 0.5s;
}

.price .right .art-img img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-transform: scale(1.1, 1.1);
}

.price .right .art-txt {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}

.price .right .comm_list .art-txt {
	text-align: left !important;
}

.freights_model_box {
	margin-bottom: 60px;
	border: 1px solid #ddd;
	margin-left: auto;
	margin-right: auto;
	width: 1198px;
}

.freights_model_box .port_list {
	overflow: hidden;
}

.freights_model_box .port_list p.title {
	height: 40px;
	line-height: 40px;
	background: #09f;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-indent: 1em;
}

.freights_model_box .port_list ul {
	padding: 10px 0;
}

.freights_model_box .port_list li {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	width: 350px;
	margin-left: 33px;
	text-indent: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.freights_model_box .port_list p span {
	float: right;
	margin-right: 10px;
	cursor: pointer;
	display: none;
}

table {
	width: 100% !important;
}

.layui-table-view .layui-table td {
	cursor: default;
	vertical-align: middle;
}

.layui-table-cell {
	height: auto;
}

.dropdown-sin-1,
.dropdown-display {
	height: 100%;
}
.country_list{
	margin-right:5px ;
}
.country_list .dropdown-display {
	border: none;
	border-radius: 0;
}

.country_list .dropdown-display .placeholder {
	font-size: 16px;
	line-height: 38px !important;
}

.dropdown-display {
	padding: 10px 20px 6px 12px
}

.dropdown-display .placeholder:first-child {
	line-height: 40px;
}

.dropdown-display-label::after,
.dropdown-display::after {
	top: 16px;
}

.dropdown-clear-all {
	top: 8px;
	right: 6px;
}
