﻿@font-face {
	font-family: 'qqzzao';  /* project id 2341812 */
	src: url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.eot');
	src: url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.eot?#iefix') format('embedded-opentype'),
	url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.woff2') format('woff2'),
	url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.woff') format('woff'),
	url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.ttf') format('truetype'),
	url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.svg#qqzzao') format('svg');
  }
  .qqzzao{
	  font-family:"qqzzao" !important;
	  font-size:16px;font-style:normal;
	  -webkit-font-smoothing: antialiased;
	  -webkit-text-stroke-width: 0.2px;
	  -moz-osx-font-smoothing: grayscale;
  }
.searchDiv {
	padding: 22px 0;
	background-color: #fff;
}
.searchDiv .logo {
	float: left;
}
.search {
	width: 580px;
	height: 46px;
	margin: 5px 0 0 80px;
	float: left;
	border: 2px solid transparent;
	position: relative;
	background-clip: padding-box,border-box;
	background-origin: padding-box,border-box;
	background-image: linear-gradient(90deg,#609aec,#014099),linear-gradient(90deg,#609aec,#014099);
	border-radius: 30px;
   top: 0;
   right: 0;
}
#searchForm {
	height: 100%;
}
.search input {
	width: 500px;
	height: 100%;
	float: left;
	border: none;
	font-size: 14px;
	color: #aaa;
	text-indent: 14px;
	background-color: #fff;
}
.search input:focus {
	color: #333;
}
.search button {
	position: absolute;
	height: 50px;
	line-height: 50px;
	background-color: #014099;
	color: #ffffff;
	width: 96px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 2px;
	border-radius: 0 24px 24px 0;
}

.search button i {
	margin-right: 10px;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	display: none;
}
.searchSelect {
	width: 70px;
	height: 100%;
	float: left;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	z-index: 99999;
	background: #fff;
	border-radius: 30px 0 0 30px;
}
.searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p {
	font-size: 14px;
	line-height: 46px;
	color: #666666;
	text-indent: 15px;
}
.searchSelectTop i {
	display: block;
	position: absolute;
	width: 14px;
	height: 8px;
	top: 20px;
	right: 0px;
	background: url("/images/index/index1.png") no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.searchSelectTop.focus i{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchSelectBot {
	position: absolute;
	width: 100%;
	border: 2px solid #014099;
	left: 0px;
	top: 36px;
	z-index: 99999;
	background: #fff;
	display: none;
}
.searchSelectBot li{
	text-indent: 15px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
}
.searchSelectBot li:hover{
	background: #014099;
	color: #fff;
}
.searchDiv .btnBox {
	float: right;
	font-size: 0;
	margin-top: 10px;
}
.searchDiv .btnBox i {
	font-size: 20px;
	color: #014099;
	vertical-align: top;
	margin-right: 8px;
	display: inline-block;
	margin-top: 0px;
}
.searchDiv .btnBox a {
	width: 118px;
	height: 38px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	font-size: 14px;
	color: #999999;
	margin-left: 22px;
}
.searchDiv .btnBox a:hover {
	color: #014099;
}

.foreshow{
	margin-bottom: 25px;
}
.listTitle{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	background: url(../../images/project/listTitle.png) no-repeat 0 25px;
}
.listTitle h2{
	font-size: 30px;
	line-height: 40px;
	color: #333;
	font-weight: normal;
}
.listTitle span{
	font-size: 14px;
	line-height:25px;
	color: #cacaca;
	letter-spacing: 3px;
}
.searchBox{
	width: 1200px;
	height: 40px;
	margin: 30px auto;
}
.searchBox .find{
	height: 40px;
}
.searchBox .searchSelect{
	width: 108px;
	height: 38px;
	float: left;
	border:1px solid #e6e6e6;
	z-index: 99999;
	border-radius: 2px;
	margin-right: 12px;
	position: relative;
}
.searchBox .searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchBox .searchSelectTop p{
	font-size: 14px;
	line-height: 38px;
	color: #666666;
	text-indent: 12px;
}
.searchBox .searchSelectTop i{
	display: block;
	position: absolute;
	width: 10px;
	height: 6px;
	top: 16px;
	left: 88px;
	background:url(../../images/project/project.png) no-repeat 0 -260px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.searchBox .searchSelectTop.focus i{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchBox .searchSelectBot{
	position: absolute;
	width: 108px;
	border:1px solid #e6e6e6;
	left: -1px;
	top: 38px;
	z-index: 99999;
	background: #fff;
	display: none;
}
.searchBox .searchSelectBot li{
	text-indent: 15px;
	font-size: 12px;
	line-height: 25px;
	cursor: pointer;
}
.searchBox .searchSelectBot li:hover{
	background: #DCDCDC;
}
.find input{
	width: 417px;
	height: 38px;
	border: 1px solid #e6e6e6;
	float: left;
	text-indent: 15px;
	font-size: 14px;
	line-height: 40px;
	color: #999;
	border-right:none;
	font-family: "microsoft yahei";
	border-radius: 3px 0 0 3px;
}
.find button{
	width: 64px;
	height: 40px;
	border:none;
	background: url(../../images/project/project.png) no-repeat 20px -275px #ffb600;
	cursor: pointer;
	outline: none;
	float: left;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 0 3px 3px 0;
}
.find a.advanced{
	width: 90px;
	height: 38px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background: #fafafa;
	float: right;
	font-size: 14px;
	line-height: 38px;
	color: #666;
	text-align: center;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.content table tr{
	height: 60px;
	border-bottom: 1px dashed #e6e6e6;
}
.content table tr.topBg{
	border-bottom: 1px solid #e6e6e6;
	background: url(../../images/project/table.png) no-repeat;
}
.content table tr td{
	font-size: 14px;
	line-height: 60px;
	color: #333;
	text-align: center;
}
.content table tr td span{
	color: #FFB600;
}
.content table tr td a{
	color: #333;
}
.content table tr td a:hover{
	color: #76A246;
}
.content table tr td div {
	height: 60px;
	overflow: hidden;
}

.page{ margin-top: 40px;padding-bottom: 10px;text-align: center;}
.page a{ width: 40px; height: 38px; display: inline-block; border:1px solid #e6e6e6;background: #fff; border-left: 0; text-align: center; font:normal 14px/38px "Tahoma"; color: #666666; vertical-align: middle; }
.page a:hover{color: #333333 !important; text-decoration: none;}
.page a.ft{width: 58px; border-left: 1px solid #e6e6e6;border-right:0;background: url(../../images/project/page.png) no-repeat -1px -1px;}
.page a.next{width: 59px; margin-right:15px;background: #fff url(../../images/project/page.png) no-repeat -408px -1px;}
.page a.prev{ width: 75px; background: #fff url(../../images/project/page.png) no-repeat -60px -1px; border-left: 1px solid #e6e6e6; }
.page a.lt{ width: 76px; background: #fff url(../../images/project/page.png) no-repeat -331px -1px; }
.page a.on{ background: #FFB600; border:1px solid #FFB600; border-left: 0; color: #fff; font-weight: bold; }
.page a.on:hover{ color: #fff !important;text-decoration: none; }
.page i{color: #ffb600;font-style: normal;}
.page input{ width: 58px; height: 38px; display: inline-block; text-align: center; border: 1px solid #e6e6e6; font:normal 12px/38px "Tahoma"; margin: 0 10px; vertical-align: middle; }
.page button{ width: 52px; height: 40px;font:normal 14px/40px "Tahoma"; vertical-align: middle; cursor: pointer; background: #FFB600; border: none;color: #fff;border-radius: 2px;}
.footer{
	background-color: #212324;
}
.footer .item{
	margin: 0 auto;
	overflow: hidden;
}
.footer .item .footer-code{
	float: right;
	width: 400px;
	border-left: 1px solid #444444;
	margin-top: 27px;
}
.footer .item .footer-code li{
	float: left;
	padding-left: 44px;
}
.footer .item .footer-code li .code{
	width: 126px;
	height: 126px;
	border:2px solid #ff8d50;
	padding:10px;
	background-color: #fff;
}
.footer .item .footer-code li p{
	text-align: center;
	font-size: 14px;
	color: #e2e2e2;
	margin-top: 16px;
}
.footer .item .left{
	margin-top: 20px;
	overflow: hidden;
	padding-right: 44px;
}
.footer .item .left p{
	font-size: 14px;
	line-height: 32px;
	color: #838383;
}
.footer .item .left p a{
	color: #838383;
	padding: 0 16px;
	display: inline-block;
	line-height: 1;
	border-right:1px solid #444444;
}
.footer .item .left p a:first-child{
	padding-left: 0;
}
.footer .item .left p a:last-child{
	border:none;
}
.footer .item .left p a:hover{
	color: #ff8d50;
}

.footer .item .left span{
	font-size: 14px;
	line-height: 32px;
	color: #838383;
}
.footer .item .left span img{
	margin: 7px 22px 0 12px;
	vertical-align: top;
}
.copyright{
	font-size: 14px;
	line-height: 22px;
	color: #838383;
	border-top: 1px solid #444444;
	margin-top: 10px;
	padding:10px 0;
	display: inline-block;
}
.copyright img{
	margin: 1px 8px 0 0px;
	vertical-align: top;
}
ul.footImg {
	width: 810px;
	height: 48px;
	margin-bottom: 24px;
	overflow: hidden;
	background: url("../../../../images/list/Version/2020/copyright.png") no-repeat 0 0;
}

ul.footImg li {
	width: 135px;
	float: left;
}

ul.footImg li a {
	width: 125px;
	height: 48px;
	display: block;
}
.w{
	width: 1200px;
	margin: 0 auto;
}