/* 公共样式 */
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-weight: 400;
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
  font-size: 16px;

}

div,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0 10px;
  border: 0 none;
  border-radius: 0;
  background: none;
  outline: none;
}

button:focus {
  outline: none;
}

input[type=text],
select {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  border: 1px solid rgba(121, 121, 121, 1);
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  color: #333333 !important;
}

input[placeholder],
[placeholder],
*[placeholder] {
  color: #999999;
  text-align: left !important;
}

input:focus {
  border: 2px solid #1f7bd0;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999 !important;
  text-align: left !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999 !important;
  text-align: left !important;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999 !important;
  text-align: left !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999 !important;
  text-align: left !important;
}

/* 页面布局 */
.shenzhen_index {
  width: 100%;
  min-width: 1440px;
}

/* 页头 */
.header {
  position: fixed;
  top: 0;
  padding: 10px 50px;
  width: 100%;
  min-width: 1030px;
  height: 80px;
  overflow: hidden;
  background: #ffffff;
  box-sizing: border-box;
  z-index: 10;
}

.header-logo {
  display: block;
  float: left;
  max-width: 520px;
	width: auto;
  /* width: 371px; */
  height: 60px;
}

.header-nav {
  float: right;
  line-height: 60px;
}

.nav-menulist {
  float: left;
}

.menulist-item {
  display: block;
  float: left;
  margin-left: 40px;
  cursor: pointer;
}

.nav-menulist .menulist-item:first {
  margin-left: 0;
}

.menu-active {
  font-weight: 700;
}

.nav-loginbtn {
  display: block;
  float: left;
  margin-left: 40px;
  cursor: pointer;
}

.nav-registerbtn {
  display: block;
  float: left;
  margin-top: 17px;
  margin-left: 30px;
  width: 51px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #A72126;
  box-sizing: border-box;
  color: #A72126;
  text-align: center;
  cursor: pointer;
}

/* 专利导航 */
.patent_nav {
  background: #ffffff;
  width: 150px;
  position: fixed;
  text-align: center;
  z-index: 1000;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
}

.patentnavli {
  height: 36px;

  padding-left: 10px;
  margin-top: 5px;
  line-height: 36px;
}

.patentnavli:hover {
  background: #f5f5f5;
}

/* 内容 */
/* banner图部分 */
.main-box {
  position: relative;
  margin-top: 80px;
  padding-top: 80px;
  width: 100%;
  min-width: 1440px;
  height: 618px;
  box-sizing: border-box;
  /* background: url('imgs/shenzhen_bg.jpg') no-repeat; */
  background: url('../images/shenzhen_bg.jpg') center 0 no-repeat;
  background-size: cover;
}

.main-search {
  margin: 0 auto;
  width: 900px;
  height: 385px;
  background: rgba(255, 255, 255, .7);
}

.search-title {
  margin-left: 150px;
  padding-top: 40px;
  width: 658px;
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  font-size: 30px;
}

.search-seacon {
  margin-top: 39px;
  margin-left: 150px;
  width: 658px;
  height: 197px;
}

.seacon-tabtle {
  margin-bottom: 20px;
}

.tabtle-tlename {
  display: inline-block;
  margin-right: 20px;
  width: 130px;
  height: 30px;
  line-height: 30px;
  background: #999999;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

/* .tabtle-tledisabled {
  cursor: not-allowed;
} */

.tabtle-tlename-active {
  background: #BA252A;
}

.seacon-tabconbox {}

.tabconbox-tabframe {
  width: 658px;
}

.tabframe-tabmenu {
  padding-top: 2px;
  margin-bottom: 10px;
}

.tabframe-tabmenu::after {
  display: block;
  content: "";
  clear: both;
}

.tabmenu-menuitem {
  display: block;
  float: left;
  margin-right: 20px;
  font-size: 12px;
  cursor: pointer;
}

.tabmenu-menuitem:last-child {
  margin-right: 0;
}

.tabmenu-menuitem-active {
  font-weight: 700;
}

.tabframe-tabseaq {
  padding-top: 2px;
  margin-bottom: 10px;
}

.tabframe-tabseaq::after {
  display: block;
  content: "";
  clear: both;
}

.tabseaq-seaqinpput {
  float: left;
  position: relative;
  width: 600px;
  height: 42px;
}

.tabseaq-tabqinput {
  padding: 0 10px;
  width: 600px;
  height: 42px;
  border: 1px solid rgba(121, 121, 121, 1);
  background: rgba(255, 255, 255, 1);
  box-sizing: border-box;
}

.tabseaq-tabqinput[type=text]:focus {
  border: 1px solid #BA252A;
}

.tabseaq-tabqbtn {
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 42px;
  border: none;
  background: none;
  color: rgba(167, 33, 38, 1);
  font-weight: 700;
  font-size: 16px;
}

.tabseaq-qadvanced {
  float: right;
  line-height: 42px;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  cursor: pointer;
}

.tabframe-tabcheckbox {
  padding-top: 3px;
  margin-bottom: 20px;
  margin-left: 5px;
}

.tabframe-tabcheckbox::after {
  display: block;
  content: "";
  clear: both;
}

.tabcheckbox-group {
  display: block;
  float: left;
  margin-right: 10px;
}

.tabcheckbox-group::after {
  display: block;
  content: "";
  clear: both;
}

.tabframe-tabinfo {
  margin-left: 5px;
}

/* 复选框 */
/* The container */
.container {
  display: block;
  float: left;
  position: relative;
  margin-right: 10px;
  padding-left: 20px;
  line-height: 16px;
  cursor: pointer;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  opacity: 0;
  appearance: none;
  /*清除默认样式*/
  -webkit-appearance: none;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  border-radius: 0
}

.container input:checked+.checkmark {
  background-color: #999999;
}

.container input:checked+.checkmark:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkname {
  display: block;
  font-size: 12px;
}

/*  */
.tabinfo-infop {
  color: rgba(167, 33, 38, 1);
  font-weight: 700;
  font-size: 12px;
  ;
}

/* 看板内容 */
.search-boardname {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -450px;
  width: 900px;
  height: 53px;
}

.boardname-boardtitle {
  display: block;
  float: left;
  margin-right: 20px;
  width: 440px;
  height: 54px;
  line-height: 54px;
  background: #999999;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}

/* .boardname-boarddisabled {
  cursor: not-allowed;
} */

.boardname-boardtitle:last-child {
  margin-right: 0;
}

.boardname-boardtitle-active {
  background: #BA252A;
}

/* 看板内容-图表展示 */
.main-boardcon {
  margin: 0 auto;
  padding-top: 52px;
  background: #192637;
}

/* 看板top部分 */
.boardcon-toppart {
  margin: 0 auto;
  width: 1440px;
  overflow: hidden;
}

/* top-left部分 */
.toppart-topleftbox {
  float: left;
  width: 357px;
}

/* 专利保护状态-饼图 */
.topleft-patentprotect {
  margin-bottom: 52px;
  width: 357px;
  height: 325px;
}

/* 国内申请人排名-堆积条形图 */
.topleft-applicantrank {
  margin-bottom: 52px;
  width: 357px;
  height: 452px;
}

/* top-center部分 */
.toppart-topcenterbox {
  float: left;
  margin: 0 38px;
  width: 650px;
}

.topcenter-countlist {
  margin: 0 auto 57px;
  height: 64px;
}

.countlist-countitem {
  display: inline-block;
  margin-right: 40px;
}

.countlist-countitem:last-child {
  margin-right: 0;
}

.countitem-countnum {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 24px;
}

.countnum-coloryellow {
  color: #FFEF00;
}

.countitem-countname {
  display: block;
  color: #6FA0E1;
  font-size: 18px;
}

/* 国内各城市申请量-中国地图 */
.topcenter-cityapplication {
  width: 650px;
  height: 650px;
}

/* top-right部分 */
.toppart-toprightbox {
  float: left;
  width: 357px;
}

/* 专利质量指数-环形柱状图 */
.topright-patentquality {
  margin-bottom: 52px;
  width: 357px;
  height: 325px;
}

/* 国内出让人排名-条形图 */
.topright-transferortrank {
  margin-bottom: 52px;
  width: 357px;
  height: 452px;
}

/* 看板bottom部分 */
.boardcon-bottompart {
  margin: 0 auto;
  padding-bottom: 52px;
  width: 1440px;
  height: 325px;
}

/* 申请和授权趋势-折线图 */
.bottompart-bottomleftbox {
  float: left;
  width: 454px;
  height: 325px;
}

/* 专利寿命分布-柱状图 */
.bottompart-bottomcenterbox {
  float: left;
  margin: 0 21px 0 17px;
  width: 494px;
  height: 325px;
}

/* 近期申请和授权动态-折线图 */
.bottompart-bottomrightbox {
  float: left;
  width: 454px;
  height: 325px;
}

/* 页尾 */
.footer {
  padding: 30px 0;
  height: 220px;
  background: #212121;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 14px;
}

.footer-finfo {
  margin: 0 auto;
  /* width: 900px; */
  width: 1380px;
	overflow: hidden;
}

.finfo-fcon {
  float: left;
  width: 50%;
}
.fcon-fcontactbox{
	height: 136px;
}
.fcon-flxwm {
  margin-bottom: 20px;
  font-size: 16px;
}

.fcon-faddress {
  margin-bottom: 10px;
}

.fcon-finfor {
  margin-bottom: 20px;
  overflow: hidden;
}

.finfor-contact {
  display: block;
  float: left;
  margin-right: 10px;
}

.finfor-contact:last-child {
  margin-right: 0;
}


.fbeian-fnumber {
  margin-right: 7px;
  color: #6eabf9 !important;
}

.fbeian-fcompany {
  color: #999999;
}
/* 页尾右侧内容 */
.finfo-fcodebox {
  float: right;
  width: 50%;
}

.fcodebox-flex {
  display: flex;
	height: 136px;
}
.fcodebox-code {
	margin-left: 15px;
	width: 85px;
	box-sizing: border-box;
  text-align: center;
}
/* .fcodebox-appletbox {
  margin-left: 15px;
} */
.fcodebox-flex .fcodebox-code:first-child{
	margin-left: 0;
}

.fcodebox-fimg {
  margin-bottom: 5px;
  width: 85px;
  height: 85px;
}

.fcodebox-fcodename {
	padding: 0 1px;
	box-sizing: border-box;
  color: #ffffff;
  font-size: 12px;
}

.fcodebox-fblogroll {
  overflow: hidden;
}

.fblogroll-fbloname {
	margin-left: 10px;
  display: block;
  float: left;
}

.footer .fblogroll-fbloa {
  margin-left: 20px;
  display: block;
  float: left;
  color: #ffffff;
}
.footer .fblogroll-fbloa.fbloa-ml0 {
  margin-left: 0;
}
.footer .fblogroll-fbloa.fbloa-pl0 {
  padding-left: 0;
}

.footer .fbloa-pr0 {
  padding-right: 0;
}

.fblogroll-fline {
  display: block;
  float: left;
  margin-top: 5px;
  width: 1px;
  height: 12px;
  background: #ffffff;
}

.fcon-faddress2 {
  margin-left: 70px;
}

.color-blue {
  color: #0b79ff !important;
  margin-right: 50px;
}

.fcon-fbeian {
  white-space: nowrap;
	font-size: 12px;
}

/* 遮罩层 */
.popup-shade {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  z-index: 10;
}

/* 登录弹框 */
.popup-login {
  position: fixed;
  top: 30%;
  left: 50%;
  display: none;
  margin-left: -200px;
  padding: 40px;
  width: 340px;
  height: 300px;
  border: 1px solid #797979;
  box-sizing: border-box;
  background: #ffffff;
  z-index: 20;
}

.login-ltabs {
  height: 40px;
}

.ltabs-ltabmenu {
  display: block;
  float: left;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;

  color: #827376;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}

.ltabs-lvercode {
  float: right;
}

.ltabs-lactive {
  position: relative;
  background: #ffffff;
  color: #c30d23;
}

.ltabs-lactive:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 4px;
  background: #c30d23;
}

.login-logwaybox {
  margin-top: 30px;
}

/* 密码登录 */
.logwaybox-logpwd {}

.popup-login .common-input {
  width: 260px;
  height: 30px;
  padding: 0 10px;
}

.popup-login .common-input[placeholder] {
  color: #999999;
}

.popup-login .logpwd-iptname {
  margin-bottom: 20px;
}

.logpwd-lforget {
  margin-top: 5px;
  height: 18px;
  text-align: right;
}

.lforget-lfpwd {
  display: inline-block;
  width: 50px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #a19295;
  cursor: pointer;
}

.logpwd-logbtn {
  margin-top: 20px;
  width: 260px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 5px;
  background: #c81128;
  color: #ffffff;
}

.logpwd-logbtn:focus {
  background: #c81128;
  color: #1f7bd0;
}

/* 验证码登录 */
.logwaybox-logvercode {
  display: none;
}

.logvercode-logcodebox {
  position: relative;
  width: 260px;
}

.logcode-lcipt {
  padding-right: 90px;
}

.logcode-lgetcode {
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 26px;
  background: #ffffff;
}

.logcode-lgetcode:focus {
  background: none;
}

.logcode-lgetcode:hover {
  color: #1f7bd0;
}

.logcode-ldisabled {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.logcode-ldisabled.logcode-lgetcode:hover {
  color: #999999;
  cursor: not-allowed;
}

/* 图形验证码 */
.logvercode-graphic {
  position: relative;
  width: 260px;
  display: none;
  margin-bottom: 20px;
}

.logvercode-graphic .logpwd-graph {
  width: 165px;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  border: 1px solid rgba(121, 121, 121, 1);
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  color: #333333 !important;
}

.code-graph {
  display: block;
  float: right;
  width: 90px;
  height: 30px;
  border: 1px solid #797979;
  box-sizing: border-box;
  cursor: pointer;
}


/* 注册弹框 */
.popup-register,
.popup-forget {
  position: fixed;
  top: 30%;
  left: 50%;
  display: none;
  margin-left: -200px;
  padding: 40px;
  width: 340px;
  height: 400px;
  border: 1px solid #797979;
  box-sizing: border-box;
  background: #ffffff;
  z-index: 20;
}

.regtabs-regtabmenu {
  position: relative;
  display: block;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  color: #c30d23;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}

.ltabs-lactive:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 4px;
  background: #c30d23;
}

.regbox-pwdipt {
  margin-top: 20px;
}

.regbox-pwdrepeatipt {
  margin-top: 20px;
}

.regbox-pwdhint {
  margin-top: 5px;
  text-align: right;
  color: #999999;
  font-size: 12px;
}

.regbox-regbtn {
  display: none;
}