@charset "UTF-8";
html,body,div,ul,li,p,h1,h2,h3,h4,h5,h6,section,nav,menu,header,footer{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: block;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

img {
	border: none;
}

i {
	font-style: normal;
}

.background_pic {
	height:500px; 
}

ul,
li {
	list-style: none;
}

html {
	width: 100%;
	min-width: 1270px;
}

body {
	font: 14px/1.4286 Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", SimSun;
	color: #000;
	width: 100%;
	min-width: 1270px;
	height: 100%;
}
p{
	line-height: 1.75;
	font-size: 16px;
}


/*清除浮动 */

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

.fonts0 {
	font-size: 0;
}


/*字体图标库引用start*/

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;

}

.icon_pic {
	height:55px;
	width:55px;
}

@font-face {
  font-family: 'iconfont';  /* project id 575378 */
  src: url('//at.alicdn.com/t/font_575378_b26held24yevzpvi.eot');
  src: url('//at.alicdn.com/t/font_575378_b26held24yevzpvi.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_575378_b26held24yevzpvi.woff') format('woff'),
  url('//at.alicdn.com/t/font_575378_b26held24yevzpvi.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_575378_b26held24yevzpvi.svg#iconfont') format('svg');
}


/*字体图标库引用end*/


/*头部*/

header {
	position: absolute;
	width: 100%;
	min-width: 1270px;
	height: 60px;
	top: 15px;
	left: 0;
}

.menu li {
	float: left;
	width: 140px;
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
}

.menu>li:hover {
	border-radius: 5px;
	border: 1px solid #bc993f;
}

.menu li a {
	display: block;
	color: #fff;
}

.menu>li:hover .second-menu {
	display: block;
}

.second-menu {
	display: none;
	margin-top: 1px;
	border: 1px solid rgba(188, 153, 63, 0.7);
	border-radius: 5px;
	background-color: rgba(10, 7, 0, 0.7);
	overflow: hidden;
}

.second-menu li:hover {
	background-color: #bc993f;
}

.language {
	font-size: 14px;
	line-height: 54px;
	color: rgba(255, 255, 255, 0.4);
	padding-right: 40px;
}

.language span {
	padding: 0 13px;
	cursor: pointer;
}


/*尾部*/

footer {
	width: 100%;
	min-width: 1270px;
	height: 190px;
	background-color: #313131;
}

.footer {
	width: 1172px;
	padding-top: 40px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
}

.footer p {
	line-height: 43px;
}

.footer .icon-ul li {
	float: left;
	color: #989898;
	font-size: 30px;
	margin-right: 10px;
}

.btn_gotop {
	display: none;
	position: fixed;
	bottom: 200px;
	right: 25px;
	width: 40px;
	height: 40px;
}

.btn_gotop a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 40px;
	color: #c1963e;
}


/*首页*/
.wapper{
	min-width: 1270px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}

.center-box {
	width: 1172px;
	margin: 0 auto;
}

.banner-box img {
	display: block;
	width: 100%;
}
.model-box h3 {
	position: relative;
	display: table;
	width: 100%;
	padding: 0px 0 45px;
	font-size: 26px;
	text-align: center;
}

.model-box h3:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 30px;
	width: 40px;
	height: 4px;
	background-color: #f2e8ce;
}

.model-box>p {
	display: table;
	font-size: 17px;
	color: #333;
}
.imgblock {
	display: block;
	width: 100%;
}
.index-ul{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.index-ul:before{
    content: '';
    top: 86px;
    position: absolute;
    width: 77%;
    left: 105px;
    border: 1px dashed #b4903b;
}
.index-ul > li{
	float: left;
	width: 220px;
	margin: 50px 15px 85px;
	text-align: center;
}

.index-ul > li i{
	position: relative;
	background: #fff;
	font-size: 52px;
	color: #b4903b;
}
.index-ul > li div{
	margin-top: 20px;
	height: 280px;
	padding: 30px 0;
	border: 1px solid #b4903b;
}
.index-ul > li div p{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-bottom: 15px;
}
.index-ul > li div ul li{
	font-size: 16px;
	color: #666;
	text-align: left;
    padding: 0 30px 10px 62px;
}
.index-ul2{
	width: 1000px;
	margin: 0 auto;
	padding: 105px 0;
}
.index-ul2 li{
	float: left;
	width: 220px;
	height: 220px;
	margin: 0 15px;
	border: 1px solid #fff;
	text-align: center;
	background-color: #fff;
	font-size: 18px;
	color: #444;
	font-weight: bold;
	cursor: pointer;
}
.index-ul2 li:hover,
.index-ul2 li.active{
	border: 1px solid #b4903b;
	box-shadow: 0 0 30px 2px rgba(194, 165, 96, 0.59);
}
.index-ul2 li img{
	display: block;
	margin: 20px auto;
}
.quoted-list{
	width: 1000px;
	margin: -70px auto 140px;
	padding: 0 15px;
}
.quoted-list li{
	display: none;
	border: 2px solid #b4903b;
	padding: 0 30px;
	background-color: #fff;
	border-radius: 35px;
}
.quoted-list li h3{
	padding-top: 38px;
	font-size: 24px;
	text-align: center;
}
.quoted-list li span{
	display: block;
	font-size: 14px;
	padding-bottom: 15px;
	color: #b4903b;
	text-align: center;
}
.quoted-list li p{
	padding-top: 5px;
	font-size: 16px;
	color: #666;
	display: table;
}
.quoted-list li h4{
	padding-top: 45px;
	font-size: 18px;
	color: #333;
}
.quoted-list li h5{
	padding-top: 6px;
	font-size: 17px;
	color: #666;
	font-weight: 400;
	line-height: 1.75;
}
.quoted-list li table {
    color: #666;
    border: 1px solid #d2d4d3;
    border-bottom: 0;
    margin: 35px 0 70px;
}
.quoted-list li table th,
.quoted-list li table td {
	border-bottom: 1px solid #d2d4d3;
}

.quoted-list li table th {
	font-size: 16px;
	width: 43%;
	height: 40px;
	font-size: 14px;
	background-color: #f6f6f6;
	text-align: center;
}

.quoted-list li table td {
	height: 40px;
	font-size: 14px;
	text-align: left;
	padding: 20px;
	vertical-align: top;
}
.quoted-list li table td:first-child{
	text-align: center;
	vertical-align: middle;
	color: #b4903b;
}
.quoted-list li table td.limit{
	vertical-align: middle;
	width: 31%;
	border-right: 1px solid #d2d4d3;
	padding: 10px;
}


/*知识产权交易页面*/
.property-ul{
	width: 1000px;
	margin: 0 auto;
	
}
.property-ul li{
	margin: 0px 0 40px;
	float: left;
	width: 33.33%;
	text-align: center;
}
.property-ul li i{
	font-size: 52px;
	color: #b4903b;
}
.property-ul li span{
	padding-left: 10px;
	color: #b4903b;
	font-size: 18px;
	font-weight: bold;
	vertical-align: 11px;
}
.knowledge-box{
	width: 345px;
	color: #666;
	font-size: 24px;
	text-align: center;
	padding: 70px 0;
}
.knowledge-box div{
	padding: 40px 0;
	background: url(../images/img12.png) no-repeat center 100%;
	color: #fff;
	
}
.knowledge-p{
	font-size: 16px;
	padding: 25px 35px;
	text-align: left;
}
.knowledge-box div p{
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 7px;
}
.knowledge-box span{
	padding-top: 13px;
	font-size: 23px;
    font-weight: 200;
    font-weight: 100;
    border-top: 1px solid rgba(255, 255, 255, 0.69);
    color: rgba(255, 255, 255, 0.69);
}
.knowledge-ul{
	position: relative;
	width: 480px;
	height: 480px;
	margin: 70px 0;
	border: 1px solid #b4903b;
	background-color: #fff;
}
.knowledge-ul:before{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 8px;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	background: #B4903B;
	border: 7px solid #B4903B;
	z-index: 1;
}
.knowledge-ul li{
	position: relative;
	float: left;
	width: 50%;
	height: 50%;
	border: 1px solid #fff;
	font-size: 15px;
	color: #666;
}
.knowledge-ul li p{
	padding: 0 32px;
}
.knowledge-ul li span{
	position: absolute;
	font-size: 20px;
	color: #b4903b;
}
.knowledge-ul li:first-child{
	border-bottom: 1px solid #b4903b;
	border-right: 1px solid #b4903b;
}
.knowledge-ul li:nth-of-type(2){
	border-bottom: 1px solid #b4903b;
}
.knowledge-ul li:nth-of-type(3){
	border-right: 1px solid #b4903b;
}
.knowledge-ul li:first-child span{
	right: 25px;
	bottom: 25px;
}
.knowledge-ul li:nth-of-type(2) span{
	left: 25px;
	bottom: 25px;
}
.knowledge-ul li:nth-of-type(3) span{
	right: 25px;
	top: 25px;
}
.knowledge-ul li:nth-of-type(4) span{
	left: 25px;
	top: 25px;
}
.knowledge-ul li:first-child p,
.knowledge-ul li:nth-of-type(2) p{
	padding-top: 65px;
	line-height: 1.5;
	font-size: 16px;
}
.knowledge-ul li:nth-of-type(3) p,
.knowledge-ul li:nth-of-type(4) p{
	padding-top: 65px;
	line-height: 1.5;
	font-size: 16px;
}
.property-p{
	width: 345px;
	padding: 112px 35px 0;
	font-size: 16px;
	color: #666;
}
.property-ul2{
	width: 600px;
	padding: 95px 0;
}
.property-ul2 li{
	position: relative;
	float: left;
	width: 170px;
	height: 230px;
	text-align: center;
	border: 1px solid #bb9b4e;
	margin-right: 20px;
	font-size: 20px;
	color: #bb9b4e;
	cursor: pointer;
	
}
.property-ul2 li > p{
	padding: 94px 0;
}
.property-ul2 li:last-child{
	margin-right: 0;
}
.property-ul2 li div{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	background: #bb9b4e;
	text-align: left;
}
.property-ul2 li div span{
	display: block;
	font-size: 20px;
	text-align: center;
	padding: 18px 0;
}
.property-ul2 li:hover div{
	display: block;
}
.market-box{
	position: relative;
	width: 1000px;
}
.market-one{
	display: none;
    position: absolute;
    z-index: 1;
    width: 560px;
    border: 1px dashed #b4903b;
    border-radius: 5px;
    border-top: 9px solid #b4903b;
    padding: 0 30px;
    font-size: 14px;
    color: #b4903b;
    background-color: #fff;
    padding-bottom: 30px;
    height: 470px;
    top: 25px;
    left: 255px;
    box-shadow: 0 0 30px 2px rgba(194, 165, 96, 0.59);
}
.market-two{
	display: none;
    position: absolute;
    z-index: 1;
    width: 560px;
    border: 1px dashed #b4903b;
    border-radius: 5px;
    border-top: 9px solid #b4903b;
    padding: 0 30px;
    font-size: 14px;
    color: #b4903b;
    background-color: #fff;
    padding-bottom: 30px;
    height: 610px;
    top: 10px;
    left: -170px;
    box-shadow: 0 0 30px 2px rgba(194, 165, 96, 0.59);
}
.market-one p,
.market-two p{
	line-height: 1.75;
	margin-top: 20px;
	font-size: 16px;
}
.market-one span,
.market-two span{
	font-weight: bold;
}
.market-box > div:hover div{
	display: block;
}

/*关于我们*/
.contact-box{
	padding: 30px 0 140px;
}
.contact-box ul{
	padding-top: 65px;
	color: #333;
	font-size: 16px;
}
.contact-box ul li{
	padding-bottom: 20px;
}
.contact-box img{
	display: block;
}


.register-box{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -180px;
	width: 500px;
	height: 258px;
}
.layer-box{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(27, 27, 27, 0.5);;
	z-index: 5;
}
.register-p{
	position: relative;
	z-index: 10;
	width: 500px;
	height: 258px;
	background-color: #fff;
	border: 1px dashed #b4903b;
	border-top: 9px solid #b4903b;
	border-radius: 5px;
	font-size: 18px;
	color: #b4903b;
	text-align: center;
	padding-top: 110px;
}
.register-p i{
	position: absolute;
    top: -28px;
    right: -21px;
    font-size: 30px;
    cursor: pointer;
}
[v-cloak] {
	display: none;
}