﻿@charset "utf-8";
*{box-sizing: border-box;}
body {margin: 0;padding: 0;font-family: \5FAE\8F6F\96C5\9ED1;-webkit-tap-highlight-color: rgba(0,0,0,0);background-color: #f5f8fa;}
a:focus {outline: none;}/*点击a标签出现虚线边框*/
h1, h2, h3, h4, h5, h6, p, a, li, ul, dd, dl, dt, div, span, input, textarea, form, table, tr, td {margin: 0;padding: 0;font-weight: 500;}
ul,li{list-style: none;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], textarea {-moz-appearance: none;-webkit-appearance: none;appearance: none;}  /*input输入框在苹果手机上去除内阴影*/
textarea {resize: none;font-family: \5FAE\8F6F\96C5\9ED1;border: none;outline: none;}
input,button{font-family: \5FAE\8F6F\96C5\9ED1;border: none;outline: none;}
input[disabled]{opacity:1}
a {text-decoration: none;outline:none;-moz-outline-style:none;}
i {font-style: normal;}
.fl {float: left;}
.fr {float: right;}
img{border: none;outline: none;}
.clearfix:after{content: "";display: block;visibility: hidden;clear: both;}
/*head*/
.head{background: url("../images/bg_head.jpg")/*tpa=src/bg_head.jpg*/no-repeat center;height: 280px;color: #FFFFFF;padding-top: 43px;}
.head .tit{display: flex;justify-content: center;align-items: center;cursor: default;}
.head .tit img{}
.head .tit .txt{margin-left: 30px;}
.head .tit .txt h3{font-size: 46px;font-weight: 700;line-height: 62px;letter-spacing: 5.5px;}
.head .tit .txt h5{font-size: 18px;font-weight: 700;line-height: 26px;letter-spacing: 2.6px;}
.head .nav{display: flex;justify-content: center;height: 108px;overflow: hidden;margin-top: 15px;}
.head .nav a{display: inline-block;margin: 0 20px;padding: 15px 10px;cursor: pointer;text-align: center;font-size: 18px;color: #FFFFFF;}
.head .nav a img{margin-bottom: 8px;width: 42px;height: 42px;}
.head .nav a p{height: 24px;line-height: 24px;}
.head .nav a.on,.head .nav a:hover{border-bottom: solid 4px #FFFFFF;}
.head .nav a.on p,.head .nav a:hover p{font-weight: 700;}
/*main*/
.main{margin-top: 60px;}
.main .form{background-color: #FFFFFF;border: solid 1px #dddddd;border-top: solid 4px #c40001;width: 1000px;
	margin: 0 auto;}
.main .form>h4{background-color: #ececec;font-size: 22px;color: #333333;font-weight: 700;text-align: center;
	height: 64px;line-height: 64px;margin-bottom: 30px;}
.main .form .item{display: flex;justify-content: center;margin-top: 20px;}
.main .form h5{font-size: 18px;color: #FFFFFF;background-color: #c40001;width: 145px;height: 50px;text-align: center;
	line-height: 50px;margin-right: 16px;}
.main .form .print{border: solid 1px #aaaaaa;width: 610px;}
.main .form .print>i{font-size: 18px;color: #ff0000;display: inline-block;margin-left: 16px;vertical-align: middle;}
.main .form .input{font-size: 18px;height: 48px;width: 575px;}
.main .form label{font-size: 18px;color: #333333;cursor: pointer;display: inline-block;position: relative;
	padding-left: 25px;height: 24px;line-height: 24px;}
.main .form label:before{width: 14px;height: 14px;border: solid 1px #acacac;border-radius: 50%;position: absolute;
	content: '';left: 0;top: 3px;}
.main .form label.on:after{background-color: #c40001;width: 8px;height: 8px;border-radius: 50%;position: absolute;
	content: '';left: 4px;top: 7px;}
.main .form .trademarkType{margin-top: 13px;}
.main .form .trademarkType label{margin: 0 8px 0 18px;}
.main .form .searchType{padding: 10px 0 0 16px;}
.main .form .searchType .all{font-size: 18px;color: #333333;cursor: pointer;display: inline-block;position: relative;
	padding-left: 25px;height: 24px;line-height: 24px;margin-bottom: 10px;}
.main .form .searchType .all:before{width: 14px;height: 14px;border: solid 1px #acacac;border-radius: 50%;position: absolute;
	content: '';left: 0;top: 3px;}
.main .form .searchType .all.on:after{background-color: #c40001;width: 8px;height: 8px;border-radius: 50%;position: absolute;
	content: '';left: 4px;top: 7px;}
.main .form .searchType .list{display: flex;flex-flow: row wrap;}
.main .form .searchType .list label{margin-bottom: 10px;}
.main .form .searchType .list label:nth-child(4n+1){width: 135px;}
.main .form .searchType .list label:nth-child(4n+2){width: 180px;}
.main .form .searchType .list label:nth-child(4n+3){width: 180px;}
.main .form .searchType .list label:nth-child(4n){width: 90px;}
.main .form .btn{display: flex;justify-content: center;margin-top: 35px;}
.main .form .btn a{text-align: center;cursor: pointer;margin: 0 15px;width: 146px;height: 50px;font-size: 18px;}
.main .form .reset{color: #333333;background-color: #f5f5f5;cursor: pointer;border: solid 1px #cfd1d0;line-height: 48px;}
.main .form .submit,.main .form .submits{background-color: #c40001;color: #FFFFFF;line-height: 50px;}
.main .form .down{background-color: #f5f5f5;display: block;cursor: pointer;text-align: center;height: 40px;
	line-height: 40px;margin-top: 50px;font-size: 14px;color: #333333;font-weight: 700;position: relative;}
.main .form .down:before{position: absolute;content: '';left: 50%;bottom: 11px;height: 2px;background-color: #a6a6a6;
	width: 150px;margin-left: -75px;}
.main .form .down:hover{color: #c40001;}
.main .form .down:hover:before{background-color: #dd9c9c;}
.main .tip{text-align: center;font-size: 16px;color: #333333;margin-top: 56px;}
.main .tip a{cursor: pointer;color: #c40001;text-decoration: underline;}
.main .listLi{display: flex;flex-flow: column wrap;padding-left: 116px;height: 410px;}
.main .listLi a{position: relative;font-size: 18px;color: #333333;cursor: pointer;padding-left: 18px;
	display: inline-block;width: 365px;margin-right: 40px;line-height: 36px;}
.main .listLi a:before{position: absolute;content: '';width: 6px;height: 6px;background-color: #999999;
	left: 0;top: 15px;}
.main .listLi a:hover{color: #c40000;}
.main .listLi a:hover:before{background-color: #c40000;}
.main .listLis{padding-left: 60px;height: initial;padding-bottom: 30px;}
.main .listLis a{width: initial;}
.main .zclct{position: relative;text-align: center;margin-top: 45px;padding-bottom: 67px;}
.main .zclct p{position: absolute;width: 419px;height: 50px;border: solid 1px #c40001;font-size: 0;
	right: 193px;bottom: 62px;}
.main .zclct p .input{width: 254px;vertical-align: top;height: 48px;padding-left: 20px;font-size: 18px;background-color: #FFFFFF;}
.main .zclct p .submit{display: inline-block;width: 163px;height: 48px;line-height: 48px;
	vertical-align: top;cursor: pointer;font-size: 18px;color: #FFFFFF;}
/*foot*/
.foot{border-top: solid 1px #dde3e9;text-align: center;margin-top: 23px;padding-bottom: 45px;}
.foot .line{position: relative;border-top: dashed 1px #d1d9e1;margin-top: 54px;height: 62px;}
.foot .line:before{border-top: dashed 1px #d1d9e1;width: 100%;height: 1px;position: absolute;content: '';
	left: 0;top: 5px;}
.foot .line:after{border-top: dashed 1px #d1d9e1;width: 100%;height: 1px;position: absolute;content: '';
	left: 0;top: 11px;}
.foot .line .img{background-color: #f5f8fa;position: absolute;left: 50%;width: 100px;text-align: center;z-index: 1;margin-left: -50px;top: -26px;}
.foot .line .img img{display: none; width: 62px;height: 62px;}
.foot .nav{font-size: 0;margin-bottom: 24px;}
.foot .nav a{font-size: 14px;color: #333333;cursor: pointer;border-left: solid 1px #333333;display: inline-block;
	height: 15px;line-height: 15px;padding: 0 20px;}
.foot .nav a:first-child{border-left: none;}
.foot p{font-size: 14px;color: #666666;line-height: 26px;}
.foot p a{color: #c40001;cursor: pointer;}
/*mask*/
.mask{position: fixed;background-color: rgba(0,0,0,0.5);left: 0;top: 0;right: 0;bottom: 0;display: none;z-index: 2;}
.mask .box{background-color: #FFFFFF;position: absolute;width: 554px;left: 50%;margin-left: -277px;top: 50%;
	border-top: solid 4px #c40000;text-align: center;}
.mask .box .close{position: absolute;cursor: pointer;right: 20px;top: 20px;}
.mask .box .tit{font-size: 20px;color: #333333;background-color: #ececec;height: 60px;line-height: 60px;}
.mask .box h4{font-size: 18px;color: #c40000;font-family: simsun;font-weight: 700;margin-top: 26px;}
.mask .box .txt{font-size: 16px;color: #333333;text-indent: 35px;padding: 0 43px;text-align: left;line-height: 32px;margin: 15px 0 23px;}
.mask .box p{height: 50px;width: 453px;display: flex;justify-content: space-between;margin: 20px auto 0;}
.mask .box p span{font-size: 18px;color: #FFFFFF;background-color: #c40000;display: inline-block;width: 111px;
	text-align: center;height: 50px;line-height: 50px;vertical-align: top;}
.mask .box p .input{width: 342px;height: 50px;border: solid 1px #dddddd;vertical-align: top;font-size: 18px;padding-left: 12px;}
.mask .box p .code{width: 202px;}
.mask .box p .getCode{font-size: 18px;color: #FFFFFF;background-color: #c40000;display: inline-block;width: 140px;
	text-align: center;height: 50px;line-height: 50px;vertical-align: top;outline: none;border: none;cursor: pointer;}
.mask .box .tips{font-size: 14px;color: #c40000;text-align: left;margin-left: 50px;margin-top: 6px;}
.mask .box .submit{width: 236px;font-size: 18px;color: #FFFFFF;background-color: #c40000;display: inline-block;
	text-align: center;height: 50px;line-height: 50px;cursor: pointer;margin-top: 34px;}
.maskDown .box,.maskDowns .box{height: 530px;margin-top: -265px;/*height: 460px;margin-top: -230px;*/}
.maskForm .box{height: 413px;margin-top: -218px;/*height: 366px;margin-top: -183px;*/}
.maskForm .box .tit{margin-bottom: 40px;}



.searchList{width: 780px;margin: 0 auto;background: #fff;padding: 20px 0 10px;}
.searchList h4{line-height: 40px;font-size: 16px;color: #333;}
.searchList h4 span{color: red;}
.searchList ul{margin-top: 20px;}
/*.searchList ul li:nth-child(-n+2){filter: none;}*/
.searchList ul li{margin-bottom: 20px;border: 3px solid #e8e8e8;padding: 10px 0 10px 25px;overflow: hidden;height: 176px;display: flex;align-items: center;/*filter: blur(4px);*/border-color: #ff7c00;}
/*.searchList.shadow ul li{filter: none;}*/
.searchList ul li:hover{border-color: #ff7c00;}
.searchList ul li .img{width: 110px;height: 110px;border: 1px solid #ccc;overflow: hidden;}
.searchList ul li .img img{width: 100%;}
.searchList ul li .info{width: 600px;margin: 0 15px 0 30px;}
.searchList ul li .info .basic{border-bottom: dashed 1px #ccc;display: flex;align-items: center;flex-flow: row wrap;}
.searchList ul li .info .date{display: flex;align-items: center;flex-flow: row wrap;}
.searchList ul li .info p{line-height: 26px;color: #666;font-size: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;min-width: 120px;margin: 5px 50px 5px 0;}
.searchList ul li .info p span{color: #ff7c00;font-size: 14px;}
.searchList ul li .event{border-left: solid 2px #e8e8e8;width: 150px;display: flex;align-items: center;justify-content: space-around;flex-direction: column;height: 100%;}
.searchList ul li .event a{width: 120px;text-align: center;padding: 4px 26px;font-size: 14px;border-style: solid;border-width: 1px;color: #ff7c00;border-color: #ff7c00;cursor: pointer;}
.searchList ul li .event .see{color: #63a9dc;border-color: #63a9dc;}
.searchList ul li .event a:hover{color: #fff;background-color: #ff7c00;}
.searchList ul li .event .see:hover{background-color: #63a9dc;}
#pagination1{text-align:center;}
#pagination1 a{cursor: pointer;font-size: 16px;color: #2071b5;padding: 2px 7px;margin:0 2px;}
#pagination1 a.active,#pagination1 a:hover{color:#fff;background:#2071b5;}

.ui-pagination-container {
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ui-pagination-container .ui-pagination-page-item {
	font-size: 14px;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #c5b7b7;
	color: #888;
	margin: 0 3px;
	text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item:hover {
	border-color: #568dbd;
	color: #568dbd;
	text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
	background: #568dbd;
	border-color: #568dbd;
	color: #fff;
	cursor: default;
}
	
.table{font-size: 14px;color: #666666;border: solid 1px #999}
.table .tr{display: flex;align-items: flex-start;border-top: solid 1px #999;}
.table .tr:nth-child(1){border-top: none;}
.table .tr .td{text-align: center;width: 25%;border-left: solid 1px #999;}
.table .tr .td:nth-child(1){border-left: none;}
.table .tr:nth-child(4) .td:nth-child(2){width: 75%;text-align: left;line-height: 24px;letter-spacing: 0.8px;}
.table .tr .td .tit{background-color: #dcdcdc;line-height: 50px;font-size: 16px;text-align:center;}
.table .tr .td .txt{cursor: pointer;background-color: #ffffff;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 20px;}
.table .tr:nth-child(4) .td .txt{overflow: inherit;white-space: normal;min-height: 120px;}
.table .tr .td .txt img{width: 80px;height: 80px;}



#paramter{display:none;}