body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font-size: 12px;
	font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #666;
}

a:visited {
	color: #666;
}

/*a:hover {*/
/*text-decoration: underline;*/
/*}*/
body{
	min-width: 1200px;
}
sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #333;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

input::-webkit-input-placeholder {
	color: #c73c44
}

input::-moz-placeholder {
	/* mozilla firefox 19  */
	color: #c73c44;
}

input:-moz-placeholder {
	/* mozilla firefox 4 to 18 */
	color: #c73c44;
}

input:-ms-input-placeholder {
	/* internet explorer 10-11 */
	color: #c73c44;
}

.transition200 {
	transition: all 200ms;
}

.vat {
	vertical-align: top;
}

.w1200 {
	width: 1200px;
}

input,
button {
	outline: none;
}

.header {
	width: 100%;
	background-color: #910d1b;
}

.header .t-links ul li a {
	font-size: 14px;
	line-height: 40px;
	color: #e7e7e7;
	margin: 0 15px;
}

.header .t-links ul li a:hover {
	color: #fff;
}

.header .logo-bg {
	background: #a20f1e url(/uploads/image/mimages/logo-gb.jpg) no-repeat center;
	height: 135px;
}

.header .logo {
	padding: 28px 0;
}

.header .search {
	width: 210px;
	height: 25px;
	top: 7px;
	z-index: 1;
	background-color: #890f1c;
	border-radius: 25px;
	overflow: hidden;
}

.header .search .input-txt {
	float: left;
	background-color: transparent;
	display: block;
	border: none;
	padding: 0 0 0 10px;
	margin: 0;
	height: 25px;
	width: 155px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}

.header .search .search-btn {
	float: right;
	height: 25px;
	width: 38px;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	cursor: pointer;
}

.header .search .search-btn i {
	color: #bf363d;
	font-size: 14px;
}

.header .search .search-btn:hover i {
	color: #f7233a;
}

/*nav*/
.nav {
	background-color: #a20f1e;
	height: 45px;
	border-top: 1px solid #910d1b;
}

.nav ul li {
	float: left;
	width: 10%;
	text-align: center;
	position: relative;
	z-index: 8;
}

.nav ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.nav ul li .sub-nav {
	display: none;
	width: 200px;
	position: absolute;
	top: 45px;
	left: 0;
	background: #ab1926;
}

.nav ul li .sub-nav .sub-list {
	text-align: center;
	width: 100%;
	position: relative;
}

.nav ul li .sub-nav .sub-list a {
	padding: 10px 15px;
	line-height: 1.4;
	/*font-weight: normal;*/
	text-align:left;
}
.nav ul li .sub-nav .sub-list .children{
	width: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	display: none;
	background: #ab1826;
}

.nav ul li a.active {
	color: #fff;
	background-color: #910d1b;
	opacity: 1;
	filter: alpha(opacity=100)
}

.nav ul li a:hover {
	color: #fff;
	background-color: #910d1b;
	opacity: 1;
	filter: alpha(opacity=100);
}

/*banner start*/
.banner .fullslide .hd {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 100%;
}

.banner .fullslide .hd ul {
	font-size: 0;
	text-align: center;
}

.banner .fullslide .hd li {
	font-size: 0;
	margin: 0 6px;
	width: 48px;
	height: 3px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background-color: #fff;
	cursor: pointer;
	border-radius: 3px;
	opacity: .5;
	filter: alpha(opacity=50);
}

.banner .fullslide .hd li.on {
	opacity: 1;
	filter: alpha(opacity=100);
}

.banner .fullslide .prev,
.banner .fullslide .next {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	left: 8%;
	-webkit-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.banner .fullslide .prev .icon,
.banner .fullslide .next .icon{
	font-size: 40px;
	color: #fff;
}
.banner .fullslide .next {
	left: auto;
	right: 8%;
	background-position: -191px 0;
}

.banner .fullslide:hover .prev,
.banner .fullslide:hover .next {
	-webkit-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=1);
}

/* banner end*/
/*footer*/
.footer {
	background-color: #535353;
}
.footer .t-links .con{
	padding-top: 30px;
	overflow: hidden;
}
.footer .t-links .name {
	width: 86px;
	height: 86px;
	border-radius: 5px;
	border: 2px solid #fff;
	margin-right: 46px;
}
.footer .t-links .name span {
	display: block;
	width: 50px;
	color: #fff;
	font-size: 18px;    
	position: relative;
    top: 17px;
    left: 25px;
}
.footer .t-links ul {
	width: 660px;
}
.footer .t-links ul li{
	float: left;
	width: 190px;
	padding-right: 20px;
	padding-bottom: 15px;
}
.footer .t-links ul li a {
	font-size: 16px;
	color: #e1e1e1;
}
.footer .t-links ul li a:hover {
	color: #fff;
}
.footer .cp {
	background-color: #4a4a4a;
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
}