@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

:focus {
	outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: normal;
	font-weight: 400;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

ol,
ul {
	list-style: none;
}

table {
	/* border-collapse: collapse; */
	/* border-spacing: 0;
	margin: 0 auto; */
	border-collapse: separate !important;
	border-spacing: 0px !important;
	background-color: #ccd6e1 !important;
}

table td {
	background: #fff;
}

caption,
th {
	text-align: left;
}

sup,
sub {
	font-size: 100%;
	vertical-align: baseline;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

.clear {
	clear: both;
}

img {
	border: 0;
	outline: 0;
	vertical-align: middle;
}

body {
	font-family: '宋体-简','宋体','Microsoft YaHei';
}

.clear {
	zoom: 1;
}

.clear:after {
	display: table;
	content: '';
	clear: both;
}

a {
	text-decoration: none;
	color: #1a1a1a;
}

a:hover {
	color: #b6281a;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pcNone {
    display: none !important;
}

.inbody{
	background: url(tea_inbg01.jpg) repeat-y #f8f8f8;
	background-size: 100% auto;
}

.wrapper{
	width: 1400px;
	margin: 0 auto;
}

.top{
	border-top: 5px solid #a20b0b;
	height: 145px;
	background: url(tea_bg_top.png) bottom center no-repeat #f8f8f8;
	background-size: auto 100%;
}
.top .logo{
	float: left;
	padding-top: 15px;
}
.top .top_sobox{
	width: 300px;
	height: 45px;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 30px;
	float: right;
	margin-top: 48px;
	position: relative;
}
.top .top_sobox .input{
	height: 45px;
	border: none;
	padding-left: 25px;
	background: none;
	width: 220px;
	font-size: 16px;
}
.top .top_sobox .sobut{
	position: absolute;
	right: 8px;
	top: 0;
	width: 45px;
	height: 45px;
	background: url(tea_icon_so.png) center center no-repeat;
	background-size: 27px auto;
	border: none;
	cursor: pointer;
}
.top .top_sobox .sobut:hover{
	background-image: url(tea_icon_so_h.png);
}
.top .top_sobox .input::placeholder {
	color: #ccc;
}

.top .top_sobox .input::-webkit-input-placeholder {
	color: #ccc;
}

.top .top_sobox .input::-moz-placeholder {
	color: #ccc;
}

.menubg{
	height: 66px;
	background-color: #a20b0b;
	text-align: center;
	font-weight: bold;
}
.menubg li{
	display: inline-block;
	width: 216px;
	line-height: 66px;
	color: #fff;
	position: relative;
}
.menubg li a{
	color: #fff;
	font-size: 24px;
	display: block;
	padding-left: 0px;
    transition: all .5s;
}
.menubg li .icon_h{
	position: absolute;
	top: 18px;
	left: 38px;
	width: 26px;
	height: 30px;
	background: url(tea_icon_menu01.png) left center no-repeat;
	background-size: 100% 100%;
	opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.menubg li .dian::after{
	content: '';
	position: absolute;
	right: 0;
	top: 30px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
}
.menubg li .dian_in::after{
	content: '';
	position: absolute;
	left: 0;
	top: 30px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
}
.menubg li:hover .icon_h,
.menubg li.on .icon_h{
	left: 52px;
	opacity: 1;
}
.menubg li:hover a,
.menubg li.on a{
	padding-left: 35px;
}
.banner img{
	width: 100%;
	min-width: 1400px;
}


/*Foot*/
.footer{
	border-top: 6px solid #b6281a;
	background-color: #efefef;
	padding: 40px 0;
}
.footer .foot{
	width: 1400px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #5b554f;
	line-height: 220%;
	font-weight: bold;
	position: relative;
}
.footer .foot p span{
	margin: 0 30px;
}
.footer .foot .icon_dz{
	position: absolute;
	left: 0;
	top: 0;
}
.footer .foot .icon_zhaocuo{
	position: absolute;
	right: 0;
	top: 0;
}

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

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

	.top{
		height: 105px;
	}
	.top .logo{
		padding-top: 12px;
	}
	.top .logo img{
		height: 80px;
	}

	.top .top_sobox{
		width: 220px;
		height: 36px;
		margin-top: 28px;
	}
	.top .top_sobox .input{
		height: 36px;
		padding-left: 15px;
		width: 160px;
		font-size: 15px;
	}
	.top .top_sobox .sobut{
		width: 36px;
		height: 36px;
		background-size: 22px auto;
	}

	.menubg{
		height: 48px;
	}
	.menubg li{
		width: 158px;
		line-height: 48px;
	}
	.menubg li a{
		font-size: 20px;
	}
	.menubg li .icon_h{
		position: absolute;
		top: 12px;
		left: 20px;
		width: 18px;
		height: 22px;
	}
	.menubg li .dian::after{
		right: 0;
		top: 22px;
	}
	.menubg li .dian_in::after{
		top: 22px;
	}
	.menubg li:hover .icon_h,
	.menubg li.on .icon_h{
		left: 30px;
		opacity: 1;
	}
	.menubg li:hover a,
	.menubg li.on a{
		padding-left: 15px;
	}
	.banner img{
		min-width: 1000px;
	}


	/*Foot*/
	.footer{
		border-top: 4px solid #b6281a;
		padding: 30px 0;
	}
	.footer .foot{
		width: 1000px;
		font-size: 15px;
		font-weight: normal;
	}
	.footer .foot p span{
		margin: 0 10px;
	}
	.footer .foot .icon_dz img{
		width: 40px;
	}
	.footer .foot .icon_zhaocuo img{
		width: 90px;
	}

}