/*time set*/
.service ul li a,
.partner ul li::before,
.channel ul li h3,
.channel ul li::before,
.channel ul li::after
{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}


/*banner*/
.banner
{
	overflow: hidden;
}
.banner .flexslider
{
	margin: 0;
	border: none;
	background: none;
	border-radius: 0;
}
h2
{
	font-size:33px;
	text-align: center;
	height: 100px;
	line-height: 100px;
}


/*partner*/
.partner
{
	background-image:url("../images/partner.jpg");
	background-repeat: no-repeat;
	background-position: center 0;
	height: 568px;
}
.partner h2
{
	height:170px;
	line-height: 170px;
	color: #FFFFFF;
}
.partner ul li
{
	float:left;
	width: 220px;
	height: 90px;
	text-align: center;
	padding-top: 10px;
	position: relative;
	margin-bottom: 15px;
}
.partner ul li:before
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	content: "";
	opacity: 0;
	left: 0;
	top: 0;
	cursor: pointer;
}
.partner ul li:hover:before
{
	opacity: 0.3;
}


/*news*/
.news
{
	width:670px;
	float: left;
}
.news h2
{
	text-align:left;
	font-size: 28px;
	height: 70px;
	line-height: 70px;
}
.news h2 a
{
	font-size:15px;
	color: #737373;
	float: right;
	margin-right: 5px;
	text-decoration: none;
}
.news li
{
	margin-bottom:20px;
}
.news li dl
{
	width:460px;
	float: right;
}
.news li dt
{
	padding:5px 0;
}
.news li dt a
{
	font-size:16px;
	color: #1A1A1A;
	line-height: 18px;
}
.news li dd
{
	font-size:14px;
	color: #737373;
	line-height: 22px;
	margin-bottom: 5px;
}


/*tools*/
.tools
{
	width:700px;
	float: right;
}
.tools .tab
{
	height:57px;
	background-color: #3C4054;
	padding: 9px 15px 0 15px;
}
.tools .tab s
{
	font-size:22px;
	width: 50%;
	float: left;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	color: #FFFFFF;
	cursor: pointer;
}
.tools .tab s.active
{
	color: #3C4054;
	background-color: #FFFFFF;
	border-bottom: 9px solid #FFFFFF;
}
#priceBox,
#orderBox
{
	border-left:1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	padding: 24px;
	text-align: right;
}
#priceBox dl
{
	border-bottom:1px solid #C8C8C8;
	padding-bottom: 12px;
	margin-bottom: 25px;
	text-align: left;
}
#priceBox dt
{
	font-size:18px;
	display: inline-block;
	color: #3B3B3B;
}
#priceBox dd
{
	font-size:18px;
	display: inline-block;
}
#priceBox dd input
{
	border:none;
	height: 30px;
	font-size: 18px;
	width: 120px;
}
#priceBox dd #Country
{
	width:574px;
}
#priceBox ul.special-type
{
	text-align:left;
	padding: 20px 0;
}
#priceBox ul.special-type li
{
	display:inline-block;
	margin-right: 10px;
}
#priceBox ul.special-type li label
{
	position: relative;
	padding-left: 25px;
	line-height: 20px;
	font-size: 18px;
	color: #3B3B3B;
	cursor: pointer;
}
#priceBox ul.special-type li label:before
{
	content:"";
	width: 16px;
	height: 16px;
	border: 2px solid #C4C4C4;
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	border-radius: 50%;
}
#priceBox ul.special-type li label:after
{
	opacity:0;
	content:'';
	position:absolute;
	width:8px;
	height:8px;
	background-color:#3C4054;
	top:8px;
	left:6px;
	border-radius: 50%;
}
#priceBox ul.special-type li input[type=radio]:checked+label:before
{
	border: 2px solid #3C4054;
}
#priceBox ul.special-type li input[type=radio]:checked+label:after
{
	opacity:1;
}
.tools input[type="submit"]
{
	height:38px;
	border: none;
	height: 38px;
	padding: 0 65px;
	background-color: #FF8B00;
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
}
#orderBox textarea
{
	width: 631px;
	height: 231px;
	margin-bottom: 15px;
	font-size: 14px;
	padding: 7px;
	line-height: 20px;
}


/*advantage*/
.advantage
{
	padding-bottom:50px;
}
.advantage dl
{
	width:330px;
	float: left;
	height: 300px;
	background-color: #F3F3F3;
	margin-right: 26px;
	text-align: center;
	position: relative;
}
.advantage dl:before
{
	position: absolute;
	font-size: 100px;
	left: 50%;
	margin-left: -50px;
	top: 50px;
}
.advantage dl:last-child
{
	margin-right: 0;
}
.advantage dt
{
	padding-top:188px;
	font-size: 24px;
	line-height: 50px;
}
.advantage dd
{
	margin:0 50px;
	font-size: 15px;
	line-height: 24px;
}
@media screen and (max-width: 768px)
{
	/*banner*/
	.banner
	{
		display:none;
	}
	h2
	{
		height:auto;
		font-size: 18px;
		line-height: 40px;
	}


	/*partner*/
	.partner
	{
		background:#1574D2;
		height: auto;
	}
	.partner h2
	{
		height:60px;
		line-height: 60px;
	}
	.partner ul li
	{
		width:50%;
	}


	/*news*/
	.news
	{
		width:auto;
		float: none;
	}
	.news h2
	{
		text-align:center;
	}
	.news h2 a
	{
		display:none;
	}
	.news li
	{
		border-bottom:1px solid #999999;
	}
	.news li dl
	{
		margin:0 0.5rem;
		float: none;
		width: auto;
	}


	/*tools*/
	.tools
	{
		width:auto;
		float: none;
		margin: 0 5px;
	}
	.tools .tab s
	{
		font-size:16px;
	}
	#priceBox dt,
	#priceBox dd,
	#priceBox ul.special-type li label
	{
		font-size:14px;
	}
	#priceBox dd input
	{
		font-size:14px;
		width: 56px;
	}
	#priceBox dd #Country
	{
		width:auto;
	}
	#priceBox ul.special-type li label::before
	{
		top:0;
	}
	#priceBox ul.special-type li label::after
	{
		top:6px;
	}
	#orderBox textarea
	{
		width:90%;
	}

	/*advantage*/
	.advantage dl
	{
		width:48%;
		margin: 0 1% 15px 1% !important;
		height: 220px;
	}
	.advantage dl::before
	{
		font-size: 50px;
		margin-left: -25px;
		top: 15px;
	}
	.advantage dt
	{
		padding-top: 70px;
	}
	.advantage dd
	{
		margin: 0 5px;
	}
}