﻿@charset "utf-8";

html {
	overflow-y:scroll;
	background: #fff;
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,div,dl,dt,dd,ul,ol,span,em,pre,fieldset,lengend,button,input,textarea,form,th,td {
	padding:0;
	margin:0;
}
body {
	line-height:1.5;
	font-size: 12px;
	font-family: Arial,'\5fae\8f6f\96c5\9ed1';
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
        overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal
}
table {
	margin:auto;
	font-size:100%;
	text-align:left;
	border-collapse:collapse;
	border-spacing:0;
}
ol,ul {
	list-style:none;
	list-style-type:none;
}
a img,img {
	vertical-align:middle;
	border:none;
}
em {
	font-style:normal;
}
/* a style */
a {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#d7020b;
	text-decoration:none;
}
a:active {
	color:#d7020b;
}
a:focus {
	outline:none;
}
.tdu,.tdu a {
	text-decoration:underline;
}
.tdn,.tdn a {
	text-decoration:none;
}
/* form style */
input,textarea,select,button {
	padding:0;
	margin:0;
	font-size:100%;
	vertical-align:middle;
	outline:none;
	background:inherit;
}
/* clearfix style */
.clear {
	clear:both;
	overflow:hidden;
}
.clearfix:after {
	display:block;
	clear:both;
	height:0;
	content:"\20";
	visibility:hidden;
	overflow:hidden;
}
.clearfix {
	display:block;
	*zoom:1;
}
*html .clearfix {
	height:1%;
}
/* float style */
.fl {
	float:left;
}
.fr {
	float:right;
}
.fn {
	float:none;
}
.rel {
	position:relative;
}
/* display style */
.db {
	display:block;
}
.dn {
	display:none;
}
.ovh {
	overflow:hidden;
}

@font-face {
	font-family:'iconfont';
	src:url('iconfont.eot');
	/* IE9*/
    src:url('iconfont.eot?#iefix') format('embedded-opentype'),/* IE6-IE8 */
    url('iconfont.woff') format('woff'),/* chrome、firefox */
    url('iconfont.ttf') format('truetype'),/* chrome、firefox、opera、Safari,Android,iOS 4.2+*/
    url('iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}
.iconfont {
	font-family:"iconfont" !important;
	-webkit-font-smoothing:antialiased;
	/*-webkit-text-stroke-width:0.2px;
	*/ 
    -moz-osx-font-smoothing:grayscale;
	font-style:normal;
}

.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	height: 100px;
	background: #fff;
	border-bottom: 2px solid #ed6d00;
	position: relative;
}
.header .logo {
	padding-top: 25px;
	font-size: 0;
}
.search {
	float: right;
	width: 50px;
	margin-top: 30px;
	position: relative;
}
.search .icon {
	width: 50px;
	height: 50px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 0 0 14px;
}
.search .icon span {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/search.png) no-repeat right 0;
}
.search-content {
	position: absolute;
	top: 50px;
	right: -25px;
	padding-top: 17px;
	z-index: 9;
	display: none;
}
.search:hover .search-content {
	display: block;
}
.search-content form {
	background: #dd6a18;
	width: 480px;
	height: 60px;
	padding: 10px;
}
.search-content .txt {
	background: #fff;
	width: 100%;
	height: 60px;
	font-size: 18px;
	color: #555;
	border: none;
	outline: none;
	padding: 0;
	text-indent: 15px;
	font-family: 'Microsoft Yahei';
}
.search-content i {
	position: absolute;
	top: 9px;
	right: 41px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #dd6a18;
}



.nav {
	float: right;
	margin-right: 20px;
	padding-top: 33px;
}
.nav li {
	float: left;
	margin: 0 5px;
	height: 69px;
}
.nav li>a {
	display: block;
	font-size: 14px;
	color: #555;
	line-height: 34px;
	padding: 0 10px;
}
.nav li>a:hover {
	color: #ed6d00;
	font-weight: bold;
}
.nav li.on>a {
	color: #ed6d00;
	font-weight: bold;
}
.nav li i {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #e76f19;
	display: none;
}
.nav li.home>a {
	width: 18px;
	height: 34px;
	background: url(../images/home.png) no-repeat center;
}
.nav li:hover .sub-nav {
	display: block;
}



.sub-nav {
	position: absolute;
	top: 102px;
	left: 0;
	width: 100%;
	height: 216px;
	z-index: 9;
	background: #fffbf5;
	padding-top: 30px;
	display: none;
}
.sub-nav-list {
	float: left;
	width: 850px;
	margin-left: 50px;
}
.sub-nav-pic {
	float: left;
	display: block;
	width: 300px;
	height: 186px;
}
.sub-nav-list dd a {
	font-size: 14px;
	color: #000;
	display: block;
	line-height: 47px;
	padding-left: 14px;
}
.sub-nav-list dd a span {
	margin-right: 10px;
	display: none;
}
.sub-nav-list dd {
	border-bottom: 1px solid #e5e5e5;
	margin-right: 20px;
}
.sub-nav-list dd a:hover span {
	display: inline;
}
.sub-nav-list dd a:hover {
	background: #ed6d00;
	color: #fff;
}
.sub-nav-list dl {
	float: left;
	width: 250px;
}
.sub-nav-list dl dd:nth-of-type(4) {
	border: none;
}

.footer {
	background: url(../images/footer.jpg) no-repeat center;
	height: 100px;
}
.footer-copy {
	font-size: 12px;
	color: #fff;
	padding-top: 22px;
	line-height: 1.5;
}
.footer-copy .copy {
	margin-right: 28px;
}

.footer-copy .dot {
	margin: 0 8px;
}
.footer-copy a {
	color: #fff;
}
.footer-num {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	margin-top: 12px;
}
.footer-num span {
	color: #f7ca02;
	font-size: 16px;
}
.footer-select {
	width: 386px;
	height: 40px;
	margin-top: 30px;
	position: relative;
	z-index: 8;
}
.footer-select-trigger {
	width: 386px;
	height: 40px;
	background: #fff;
	cursor: pointer;
}
.footer-select-trigger span {
	float: left;
	width: 345px;
	height: 38px;
	border: 1px solid #eee;
	border-right: 0;
	background: #fff;
	display: block;
	line-height: 38px;
	text-indent: 23px;
	font-size: 14px;
	color: #808080;
}
.footer-select-trigger i {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	background: url(../images/footer_select.jpg) no-repeat 0 -40px;
}
.footer-select-wrapper {
	position: absolute;
	bottom: 40px;
	left: 0;
	background: #fff;
	z-index: 8;
	width: 378px;
	height: 200px;
	padding: 15px 3px 6px;
	border: 1px solid #eee;
	border-bottom: none;
	overflow-y: auto;
	display: none;
}
.footer-select-wrapper a {
	display: block;
	font-size: 14px;
	color: #808080;
	line-height: 40px;
	padding-left: 20px;
}
.footer-select-wrapper a:hover {
	color: #fff;
	background: #df6f08;
}
.footer-select:hover .footer-select-wrapper {
	display: block;
}
.footer-select:hover .footer-select-trigger i {
	background-position: 0 0;
}

.right-flow {
	position: fixed;
	top: 400px;
	right: 30px;
	z-index: 9;
}
.right-flow-link {
	margin-bottom: 2px;
}
.right-flow-link a {
	display: block;
	color: #fff;
	width: 68px;
	height: 55px;
	background: #545759;
	text-align: center;
	padding-top: 13px;
}
.right-flow-link a p {
	margin-top: 5px;
}

.toTop-btn {
	background: url(../images/top.jpg) no-repeat;
	width: 68px;
	height: 68px;
	cursor: pointer;
}




a.old-link {
    float: right;
    margin-top: 40px;
    display: block;
    color: #ed6d00;
    font-size: 14px;
    margin-left: 8px;
    font-weight: bold;
}


/*20210406*/
.slink {
    display: block;
    float: left;
    margin-left: 34px;
    padding-left: 20px;
    background: url(/UploadFiles/2021/04/06112839F6677E44.jpg) no-repeat 0 center;
    height: 24px;
    line-height: 24px;
    color: #db1c24;
    margin-top: 40px;
    font-weight: bold;
}



.logo img{width:300px;}
