*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
html,body{
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "Microsoft YaHei", Arial;
}
body{
	min-width: 1360px;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
/*img{
	width: 100%;
}*/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 0px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius:0px;
    border-radius: 0px;
    background: rgba(0,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.8);
}

/*取消A默认点击背景色*/
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
/*引入字体*/
@font-face{
	font-family: fontName;
	src:url(../fonts/bodoni-bookitalic-webfont.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: fznb;
	src:url(../fonts/FZNBSJW--GB1-0.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: ltxh;
	src:url(../fonts/hyxh.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: ywzt;
	src:url(../fonts/PFDinTextCompPro-Regular.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}

.ch1{
	margin-top:60% ;
}
.ch2{
	margin-top:70% ;
}

/*顶部样式*/
.topmenu{
	position: fixed;
	width: 100%;
	min-width: 1360px;
	height: 85px;
	background: #c80006;
	z-index: 1000;
	-moz-box-shadow: 0px 2px 4px #666; /* 老的 Firefox */
	box-shadow: 0px 2px 4px #666;
	transition: 0.3s;
	
}

.topmenu.active{
	height: 60px;
	/*background: rgba(255,255,255,1);*/
}
.topmenu.upstyle{
	background: #0063b0;
	-moz-box-shadow: 0px 2px 4px #999; /* 老的 Firefox */
	
}
.topmenu.click{
	/*background: rgba(255,255,255,1);*/
}

.topmenu .topnrbox{
	position: relative;
	width: 100%;
	top: 0;
	margin-left: auto;
	margin-right: auto;
}

.topmenu .logo{
	position: absolute;
	width: 317px;
	height: 72px;
	top: 6px;
	left: 40px;
	background: url(../images/logo.png) center left no-repeat;
	background-size: auto 72px;
	z-index: 1000;
	transition: 0.3s;
}
.topmenu .logo.active{
	height: 51px;
	top: 5px;
	background: url(../images/logo.png) center left no-repeat;
	background-size: auto 100%;
}
.topmenu .right{
	position: absolute;
	display: block;
	width: 145px;
	height: 100%;
	top: 0px;
	right: 20px;
	z-index: 1000;
	text-align: right;
}
.topmenu .right .rbtnbox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 20px;
	width: 25px;
	overflow: hidden;
	margin-top: 35px;
	margin-right: 20px;
	cursor: pointer;
	opacity: 1;
	transition: 0.3s;
}
.topmenu .right .rbtnbox.active{
	margin-top: 20px;
}
.topmenu .right .rbtnbox .icon {
	display: block;
	position: relative;
	display: inline-block;
	height: 40px;
	width: 25px;
	z-index: 100;
	margin-top: 0px;
	overflow: hidden;
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
	-webkit-box-sizing:content-box; /* Safari */
	transition: all 0.2s;
}
.topmenu .right .rbtnbox:hover .icon {
	margin-top: -10px;
}
.topmenu .right .rbtnbox .icon .icon {
	width: 25px;
	height: 20px;
	display: block;
	position: relative;
	top: 0px;
	border-bottom: 32px solid transparent;
	-webkit-filter: drop-shadow(#fff 0 20px );
	filter: drop-shadow(#fff 0 20px);
}
.kssearch-form {
	transition: 0.5s;
	position: absolute;
	top: 85px;
	right: 50px;
	width: 300px;
	max-height: 0;
	overflow: hidden;
	z-index: 100;
	border:1px solid rgba(0,0,0,.0)
}
.kssearch-form.gdstyle {
	top: 60px;
}
.ksstel-form.gdstyle {
	top: 60px;
}
.kssearch-form.active {
	max-height: 85px;
	border:1px solid rgba(0,0,0,.2)
}

.kssearch-form fieldset {
	position: relative;
	margin: 0 50px 0 0;
	padding: 0;
	border: none;
}
.kssearch-form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 50px;
}
.kssearch-form input[type="search"] {
	width: 100%;
	padding: 0 5px 0 22px;
	background: rgba(255,255,255,.8);
	border: none;
	font-family: "微软雅黑";
	color: #333;
}
.kssearch-form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #c0a063;
	border: none;
	cursor: pointer;
}
.kssert-form{
	transition: 0.5s;
	position: absolute;
	top: 60px;
	right: 50px;
	width: 60px;
	height: auto;
	overflow: hidden;
	z-index: 100;
	opacity: 0;
	text-align: center;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
}
.kssert-form.active{
	opacity: 1;
}
.kswx-form{
	transition: 0.5s;
	position: absolute;
	top: 60px;
	right: 0px;
	width: 60px;
	height: auto;
	overflow: hidden;
	z-index: 100;
	opacity: 0;
	text-align: center;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
}
.kswx-form.active{
	opacity: 1;
}
.kslx-form{
	transition: 0.5s;
	position: absolute;
	top: 60px;
	right: 00px;
	width: 60px;
	height: auto;
	overflow: hidden;
	z-index: 100;
	opacity: 0;
	text-align: center;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
}
.kslx-form.active{
	opacity: 1;
}
.kssert-form.gdstyle{
	top: 40px;
}
.kswx-form.gdstyle{
	top: 40px;
}
.kslx-form.gdstyle{
	top: 40px;
}


.ksstel-form {
	transition: 0.5s;
	position: absolute;
	top: 85px;
	right: 0px;
	width: 220px;
	height: 0px;
	overflow: hidden;
	z-index: 100;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	text-align: left;
	padding: 0 20px;
	background: rgba(255,255,255,.8);
	border:0px solid rgba(0,0,0,.0)
}
.ksstel-form.gdstyle {
	top: 60px;
}
.ksstel-form.active {
	height: 55px;
	border:1px solid rgba(0,0,0,.2)
}



/*导航栏*/
.nav_menu3 ul,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
	margin: 0;
	padding: 0;
 	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav_menu3 {
	display: block;
	position: relative;
	width: calc(100% - 400px);
	margin-left: 270px;
	height: 85px;
	text-align: center;
}
.nav_menu3 li{
	width: 105px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.nav_menu3 > ul > li > a {
	line-height: 85px;
	color: #fff;
	transition: 0.5s;
	font-size: 16px;
	transition: all 0.3s;
}
.nav_menu3 > ul > li:hover > a {
	color: #c80006;
	background: #fff url(../images/btn-bg.jpg) top right no-repeat;  background-size:cover ;
	border-bottom: 3px solid #c0a063;
}
.nav_menu3.upstyle > ul > li:hover > a {
	color: #0063b0;
	background: #fff url(../images/btn-bg.jpg) top right no-repeat;  background-size:cover ;
	border-bottom: 3px solid #c0a063;
}

.nav_menu3 ul ul {
	position: absolute;
	margin-top: 15px;
	transition: 0.5s;
	opacity: 0;
	left: -9999px;
}
.nav_menu3 li:hover > ul {
	left: auto;
	margin-top: 0px;
	opacity: 1;
}
.nav_menu3 ul ul li a {
  	padding: 10px;
	width: 105px;
	line-height: 20px;
	background: rgba(255,255,255,.9);
	text-decoration: none;
  	color: #666;
 	transition: 0.3s;
  	border-top: 1px solid rgba(0,0,0,.1);
}

.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
	color: #fff;
	background: #c0a063;
}

/*底部样式*/
/*底部样式*/
.bootom1{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	border-top:3px solid rgba(192,160,99,0.4);
	background: rgba(192,160,99,0.2);
}
.bootom1 .botbox{
	position: relative;
	width: calc(100% - 40px);
	max-width: 1360px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.bootom1 .botbox li{
	position: relative;
	float: left;
	width:9.09%;
	height: 100%;
	border-left: 1px solid rgba(0,0,0,.1);
	padding: 15px;
}
.bootom1 .botbox li:nth-child(1){
	border-left: 0px ;
	padding-left: 0;
}
.bootom1 .botbox li .botlogo{
	position: relative;
	width: 100%;
	height: 150px;
	background: url(../images/logo2.png) top left no-repeat;
	background-size:100% auto ;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
}
.bootom1 .botbox li .mtitle{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 15px;
	font-size: 14px;
	color: #a1a1a1;
	margin-bottom: 10px;
	text-align: left;
	font-family: ywzt;
	text-transform:uppercase;
}
.bootom1 .botbox li .mtitle a{
	color: #999;
}
.bootom1 .botbox li .mtitle a span{
	color: #666;
	font-family: "微软雅黑";
}
.bootom1 .botbox li .mtitle a:hover,
.bootom1 .botbox li .mtitle a:hover span{
	color: #0063b0;
}

.bootom1 .botbox li h4 a{
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-size: 12px;
	color: #a1a1a1;
	font-weight: normal;
}
.bootom1 .botbox li h4 a:hover{
	color: #0063b0;
}
.bootom2{
	position: relative;
	width: 100%;
	height: 80px;
	background: #0063b0;
}
.bootom2 .botin{
	position: relative;
	width: calc(100% - 40px);
	max-width: 1360px;
	height: 100%;
	margin: 0 auto;
}
.bootom2 .botin .left{
	position: absolute;
	width: 63%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	padding-top: 15px;
}
.bootom2 .botin .right{
	display: block;
	position: absolute;
	width: 37%;
	height: 100%;
	top: 0;
	right: 0;
	font-size: 12px;
	line-height: 25px;
	color: #666;
	padding-top: 15px;
	text-align: right;
}
.select{
	position: relative;
	width: 260px;
	height: 30px;
	margin-top: 15px;
	right: 0px;
	border: 1px solid rgba(255,255,255,.1);
	background: rgba(255,255,255,.3);
	font-size: 14px;
	font-family: "微软雅黑";
	color: #fff;
}

.option {
	background: #0063b0;
}

/*视频弹窗*/

/*广告样式*/
.floatimg{
	position: fixed; 
	top: 0;
	left: 0;
	width:330px; 
	height:auto; 
	z-index:2000;
	display: block;
	background: rgba(255,255,255,.9);
	padding: 5px;
	border-radius: 3px;
}
.floatimg img{
	position: relative;
	width: 100%;
	height: auto;
}
.floatimg .title{
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1000;
    margin-top: -29px;
    padding: 0 5px;
    background:rgba(0,0,0,.5);
}
.floatimg .info{
	position: relative;
	width: 100%;
	height: auto;
	max-height: 60px;
	line-height: 20px;
	color: #666;
	font-size: 12px;
	display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.floatimg .floatclose{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	right: 5px;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-family: arial;
	z-index: 1;
	cursor: pointer;
}
.floatimg .floatclose:hover{
	color: #ff0;
	background: #900;
}
.bot-ggbox{
	position: fixed;
	width: 240px;
	height: auto;
	right: 0;
	bottom: 0;
	z-index: 3000;
	border-radius:3px ;
	overflow: hidden;
	background: rgba(255,255,255,.9);
	padding-bottom: 5px;
	border: 1px solid rgba(0,0,0,.6);
	transition: all 0.5s;
}
.bot-ggbox .titlebox{
	width: 100%;
	height: 30px;
	background: #C4303E;
}
.bot-ggbox .titlebox .tit{
	float: left;
	width: 200px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding-left: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bot-ggbox .titlebox .botgg-close{
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background: #000;
	border-radius:50%;
	text-align: center;
	font-family: arial;
	cursor: pointer;
}
.bot-ggbox .titlebox .botgg-close:hover{
	color: #ff0;
}
.bot-ggbox .imgbox{
	width: 230px;
	height: 160px;
	margin: 5px;
}
.bot-ggbox .infobox{
	width: 230px;
	height: auto;
	max-height: 60px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin: 5px;
	display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.bot-ggbox .more-bigbox{
	width: 200px;
	height: 25px;
	margin: 10px auto;
}
.bot-ggbox .ggmorebox{
	width: 100px;
	height: 25px;
	border-radius:15px;
	background: #C4303E;
	color: #fff;
	text-align: center;
	line-height: 25px;
	margin: 0 auto;
	cursor: pointer;
}
.bot-ggbox .ggmorebox:hover{
	color: #ff0;
}

.pagination{
	padding:0;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
}
.pagination li{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 2px;
}
.pagination li.active span{
	color: #fff;
	background: #0063b0;
	border:1px solid #0063b0;
}
.pagination a,.pagination span{
	display: inline-block;
	width: 25px;
	height: 25px;
	/*border-radius: 50%;*/
	background: #f1f1f1;
	line-height: 23px;
	font-size: 14px;
	font-family: "微软雅黑";
	vertical-align: middle;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #9b8c82;
	border-radius: 2px;
	border:1px solid #9b8c82;
}
.pagination a{
	border:1px solid #9b8c82;
	color: #9b8c82;
}
.pagination a.prev,.pagination a.next{
	font-size: 20px;
	line-height: 25px;
	font-family: "宋体";
}
.pagination a:hover,.pagination span.current{
	background: #9b8c82;
	border:1px solid #9b8c82;
	color: #fff;
}
.pagination li:hover a,.pagination li.active a{
	color: #fff;
}
.pagination li:first-child span,
.pagination li:first-child a{
	font-size: 26px;
	font-family:"宋体";
}
.pagination li:last-child a,
.pagination li:last-child span{
	font-size: 26px;
	font-family:"宋体";
}

@media (max-width:1560px){
	.nav_menu3 {
	    display: block;
	    position: relative;
	    width: calc(100% - 450px);
	    margin-left: 325px;
	}
	.nav_menu3 li {
	    width: 90px;
	}
	.nav_menu3 ul ul li a {
		width: 90px;
	}
}

@media (max-width:1441px){
	.topmenu {
	    height: 70px;
	}
	.topmenu .logo {
		width: 250px;
		height: 55px;
		top: 6px;
	    background-size: auto 100%;
	}
	.topmenu .right .rbtnbox {
	    margin-top: 25px;
	}
	.nav_menu3 {
	    height: 70px;
	    width: calc(100% - 400px);
    	margin-left: 285px;
	}
	.nav_menu3 > ul > li > a {
	    line-height: 70px;
	}
	.kssearch-form {
	    top: 70px;
	}
	.kssert-form,.kswx-form,.kstel-form{
		top: 50px;
	}
	.nav_menu3 li {
	    width: 85px;
	}
	.nav_menu3 ul ul li a {
		width: 85px;
	}
	.bootom1 .botbox,.bootom2 .botin {
	    max-width: 1300px;
	}
}
@media (max-width:1367px){
	.topmenu .logo {
		width: 230px;
	    background-size: auto 50px;
	    left: 20px;
	}
	.topmenu .logo.active {
	    height: 45px;
	    top: 8px;
	    background: url(../images/logo.png) center left no-repeat;
	    background-size: auto 100%;
	}
	.topmenu .right {
	    right: 0px;
	}
	.nav_menu3 {
	    height: 70px;
	    width: calc(100% - 325px);
	    margin-left: 230px;
	}
	.nav_menu3 li {
	    width:85px;
	}
	.nav_menu3 ul ul li a {
		width: 85px;
	}
}
