@charset "utf-8";
.clearfix {
	_zoom: 1;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.clear {
	overflow: hidden;
	_zoom: 1;
}

img {
	max-width: 100%;
}

.vcenter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}

li {
	list-style: none;
}

.tHide {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.blockFull {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.relative {
	position: relative;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
p{margin:0px;padding:0px;line-height:20px;}
i{margin:0px;padding:0px;font-style:normal;}
ul li{list-style-type:none;}
table{border-collapse:collapse; border-spacing:0px; border:none;}
h1,h2,h3,h4,h5{font-size:14px; font-family:Microsoft YaHei, Arial, Helvetica, sans-serif,"";}
input{
outline:none;
background:transparent;
border:none;
outline:medium;
}
input:focus {outline: medium;outline: 0;background-color: transparent;border-width: none;}



A.more:link {
	COLOR: #fff; TEXT-DECORATION: none;font-size: 14px
}
A.more:visited {
	COLOR: #fff; TEXT-DECORATION: none;font-size: 14px
}
A.more:hover {
	COLOR: #f7ad18; text-decoration:none; font-size: 14px;
}
A.more:active {
	COLOR: #f7ad18; font-size: 14px
}

.container {
	max-width: 1200px;
	margin: auto;
	padding: 15px 0;
	width: 98%;
}


body {
	font-family: "微软雅黑";
	min-width: 320px;
	overflow-x: hidden;
	margin:0;
	background: url('../images/bg.jpg') repeat #ffffff;
}

/*-header-*/

.yuyan a:hover {
	color: #F44336 !important;
}

.header {
	clear: both;
}

/*-banner-*/

.banner {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.banner img {
	max-width: 100%;
	margin: auto;
}

.header {
	background: url('../images/head.jpg') no-repeat #ffffff;
	position: fixed;
    top: 0;
    z-index: 9999;
    display: flex;
    width: 100%;
	box-shadow: 0 4px 5px -2px rgba(0,0,0,.22), 0 2px 1px -1px rgba(0,0,0,.05);
}
.header .logo {
	width: 20%;
	float: left;
	/*padding-top: 20px;*/
}
.header .logo a{
	font-size: 50px;
	color: #F44336;
}
.header .nav_right {
	width: 80%;
	float: right;
}
/*nav导航盒子*/
.header .nav{
    height:36px;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    position: relative;
	margin:40px auto 0 auto;
}
/*nav-main*/
.header ul.nav-main{
    width: 90%;
    list-style-type: none;
}
.header ul.nav-main span{
    display: inline-block;
    margin-left: 5px;
    width: 14px;
    height: 10px;
    background: url('../images/down-icon.png') no-repeat;
}
/*图标向上旋转*/
.hover-up{
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
/*图标向下旋转*/
.hover-down{
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
/*导航条设置*/
.header ul.nav-main>li{
    width: auto;
	min-width:90px;
    height: 100%;
    display: block;
    float: left;
	padding:0 15px;
    color: #2c2c2c;
	font-size:18px;
    margin-right: 1px;
    cursor: pointer;
}
.header ul.nav-main>li:hover{
    /*background: #fff;*/
}
.header ul.nav-main>li a{
	width:auto;
	text-align:right;
	text-decoration:none;
	color: #2c2c2c;
}
.header ul.nav-main>li a.on{
	color: #a62429;
}
/*隐藏盒子设置*/
.header div.hidden-box{
    width: 118px;
    border: 0px solid #ccc;
    border-top: 0;
    position: absolute;
    display:none;
	background:#a52126d1;
    top: 36px;
	z-index:9999;
}
.hidden-box>ul{
    list-style-type: none;
    color: #fff;
    cursor: pointer;
}
.hidden-box>ul a{
    color: #fff;
	text-decoration:none;
    cursor: pointer;
}
.hidden-box li:hover{
    background: #6435195c;
    color: #fff;
}
.header .nav_right .yuyan {
	width: 8%;
	height: 33px;
	float: right;
	line-height: 33px;
	cursor: pointer;
	color:#a52126;
	font-weight:800;
}
.header .nav_right .yuyan span {
	font-size: 12px;
	color: #666666;
	display: inline-block;
}
.header .nav_right .yuyan img {
	vertical-align: text-top;
}
.header .nav_right .yuyan i a {
	display: block;
	line-height: 25px;
	height: 25px;
	color: #666;
	font-size: 12px;
}

.vivo-search{height:55px;width:850px;position:absolute;z-index:9999;display:none;top: 80px;left: 30%;}
.vivo-search .search-box{width:700px;height:40px;position:absolute;top:14px;left:50%;margin-left:-350px;/*background:#666;-webkit-box-shadow:0 1px 2px rgb(0,0,0);-moz-box-shadow:0 1px 2px rgb(0,0,0);-ms-box-shadow:0 1px 2px rgb(0,0,0);box-shadow:0 1px 2px rgb(0,0,0);*/position:relative;z-index:9999;}
.vivo-search .search-box input{width:550px;height:20px;padding:5px 18px;font-size:14px;color:#555;background:#fff;overflow:hidden;vertical-align:middle;border: solid 1px #ccc;}
.vivo-search .search-box button{width:110px;height:32px;overflow:hidden;text-align:center;font-size:14px;color:#fff;border:none;overflow:hidden;vertical-align:middle;background:#bf0000;outline:none;cursor:pointer;-webkit-transition:background .2s ease-in-out;-moz-transition:background .2s ease-in-out;-ms-transition:background .2s ease-in-out;transition:background .2s ease-in-out;}
.vivo-search .search-box button:hover{background:#bf0000;}
.vivo-search .search-box button:active{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3) inset;-moz-box-shadow:0 1px 2px rgba(0,0,0,.3) inset;-ms-box-shadow:0 1px 2px rgba(0,0,0,.3) inset;box-shadow:0 1px 2px rgba(0,0,0,.3) inset;}
.vivo-search .search-box a.close{width:24px;height:24px;position:absolute;top:4px;right:-40px;background:url(../images/vivo-head-ico.png) -86px 0 no-repeat;_background-image:url(../images/vivo-head-ico.gif);}
.vivo-search .search-box a.close:hover{background-position:-86px -25px;}

.banner {
	overflow: hidden;
}

.banner .slick-dots {
	position: relative;
	bottom: 30px;
}

.banner .slick-dots:after {
	content: "";
	width: 100%;
	/*border: 1px solid rgba(255, 255, 255, 0.1);*/
	position: absolute;
	left: 0%;
	top: 50%;
	margin-top: -0.5px;
}

.banner .slick-dots li {
	position: relative;
	margin: 0px 5px;
}

.banner .slick-dots li button {
	background: #F44336;
	height: 9px;
	width: 9px;
}

.banner .slick-dots .slick-active button {
	background: #ffffff;
}

.banner .slick-dots .slick-active:after {
	content: "";
	height: 17px;
	width: 17px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: -5px;
}

/*友情链接*/
.f_link{width:1120px;margin:0 auto;margin-top:15px;line-height:30px;background-color:#ececec;text-indent:20px;}

/*页面底部*/
.footbg{width:100%;background:url(../images/bottom.jpg) no-repeat center top;margin-top:0px;height: 450px;}
#footer{width:1120px;margin:0 auto;text-align:left;padding-bottom:10px;color:#fff;font:15px "微软雅黑";}
#footer a{color:#fff;font:15px "微软雅黑";}
#footer a:hover{color:#f7ad18;text-decoration: none;}
.bot{padding:40px 5px 20px 1px;;font:15px "微软雅黑";}
.bot img{ vertical-align:middle; margin-right:5px}
.bot p{line-height:36px;}
.bot_title{font-size:16px; height:33px; line-height:33px; font-family:"黑体";font-weight:550; padding-left:5px}
.copyright{text-align:left;line-height:28px;font-family:"微软雅黑";font-size:14px;color:#fff;padding-left: 730px;margin-top: 10px;}
.copyright a{font-family:"微软雅黑";font-size:15px;color:#fff;}
.sjie{float:left;width:680px;font:15px/28px "微软雅黑";text-align: left;padding-left:15px;}
.ewm{float:right; text-align:center; line-height:25px;padding-top:70px;}
.ewm img{margin-bottom:1px; margin-right:0}
.flink{float:left;width:300px;text-align: left;}
.flink a{display:inline-block;}