﻿/* 菜单结束 */
.banner{
    width:100%;
    height: 480px;
    background: url(../images/gjsbzc_banner.png) no-repeat center center;
    position: relative;
	border-top:2px #037bdb solid;
}

.bannerForm{
    height: 240px;
    padding: 0 177.5px;
    background: #fff;
    position: absolute;
    top:300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -moz-box-shadow:0px 2px 5px rgba(0, 0, 0, 0.2); 
    -webkit-box-shadow:0px 2px 5px rgba(0, 0, 0, 0.2); 
    box-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bannerForm .title{
    font-size: 22px;
    line-height: 100px;
    text-align: center;
}
.lCountry{
    font-size: 16px;
    margin-right: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align:middle;
}
.country{
    margin: 0;
    padding: 0;
}
.RCountry{
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    margin-right: 40px;
    vertical-align:middle;
    display:inline-block;
    color: #888888;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}
.RCountry input[type=radio]{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width:15px;
    height: 15px;
    border-radius: 7px;
    border: 1px #888888 solid;
    margin: 0 8px 0 0;
    vertical-align:middle;
}
.RCountry input[type=radio]:checked{
    border: none;
    background: url(../images/radioActive.png) no-repeat;
}
.bannerForm input[type=text].name{
    width:320px;
    height: 55px;
    margin-top: 15px;
    text-indent: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px #037bdb solid;
    border-right: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    float: left;
}
.bannerForm input[type=text].tel{
    width:315px;
    height: 55px;
    margin-top: 15px;
    text-indent: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px #037bdb solid;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    float: left;
}
.bannerForm .submit{
    width:180px;
    height: 55px;
      margin-top: 15px;
    background: #037bdb;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    float: left;
    cursor: pointer;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
    color: #cecece;
}
::-moz-placeholder { /* Firefox 19+ */  
    color: #cecece;
}
:-ms-input-placeholder { /* IE 10+ */ 
 color: #cecece;
}
:-moz-placeholder { /* Firefox 18- */ 
 color: #cecece;
}

.infors{
    width: 760px;
    height: 50px;
    float: left;
    padding-left: 20px;
    margin-left: 20px;
    background: url(../images/infor.png) no-repeat left center;
    font-size: 14px;
    line-height: 50px;
    text-align: left;
    color: #666666;
}
.infors ul{
    margin-left: 90px;
    height: 50px;
}
.infors ul li{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* banner结束 */
.benefit{
    height: 840px;
	overflow: hidden;
}
.benefit .title{
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin-top: 100px;
}
.benefit ul{
    width:1144px;
    margin: 25px auto;
}
.benefit ul li{
    width:520px;
    height: 264px;
    margin: 24px 26px;
    float: left;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.benefit ul li:first-child{
    background: url(../images/benefit01.png) no-repeat;
}
.benefit ul li:nth-child(2){
    background: url(../images/benefit02.png) no-repeat;
}
.benefit ul li:nth-child(3){
    background: url(../images/benefit03.png) no-repeat;
}
.benefit ul li:last-child{
    background: url(../images/benefit04.png) no-repeat;
}
.benefit ul li p.ptitle{
    font-size: 28px;
    line-height: 90px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
    
}
.benefit ul li p.ptitle:after {
    padding:0;
    display:block;/* probably not really needed? */
    content: "";
    width:36px;
    height:5px;/* slight higher to work around rounding errors(?) on some zoom levels in some browsers. */
    background:#fff;
    position: absolute;
    right:0;
    left: 0;
    margin: 0 auto;
    bottom:-2px;
}
.benefit ul li p.pdetail{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    margin-top: 25px;
}
/* 注册国际商标有什么好处 结束 */
.gdpart01{
    width:100%;
    height: 160px;
    background: url(../images/gdpart01.png) no-repeat center center;
}
.gdpart01 img{
    width:371px;
    float: right;
    margin-right: 55px;
    margin-top: 45px;
}
/* 注册国际商标能获得资金补贴? 结束 */
.register{
    height: 660px;
	overflow:hidden;
}
.register .title{
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin-top: 60px;
}
.register .titlep{
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    color: #999999;
    margin-top: 10px;
}
.register ul li:first-child{
    width:386px;
    height: 430px;
    display: inline-block;
    background: url(../images/registerli01.png) no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 60px 25px 40px 25px;
}
.register ul li:first-child div{
    margin-left: 20px;
    width: 150px;
}
.register ul li:first-child p.btitle{
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #ffffff;
}
.register ul li:first-child p.stitle{
    margin-top: 5px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #ffffff;
}
.register ul li:first-child .line{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.register ul li:first-child .countrys{
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #ffffff;
}
.register ul li:first-child .button{
    width:160px;
    height: 40px;
    display: block;
    background: #037bdb;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    position:absolute;
	top:330px;
	left:0;
	right:0;
}
.register ul li{
    width:386px;
    height: 205px;
    display: inline-block;
    float: left;
    margin: 8px 7px;
    background: #f4f6f7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 35px 20px 20px 20px;
    border-radius: 5px;
	position:relative;
}
.register ul li div{
    margin-left: 10px;
    width: 230px;
}
.register ul li p.btitle{
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #333333;
}
.register ul li p.stitle{
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #666666;
}
.register ul li .line{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.register ul li .countrys{
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #999999;
}
.register ul li .button{
    width:120px;
    height: 30px;
    display: block;
    background: #037bdb;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    margin: 10px auto 0 auto;
	position:absolute;
	top:150px;
	left:0;
	right:0;
}
/* 国际联盟组织注册 结束 */
.market{
    height: 750px;
    background: #f5f5f5;
}
.market .commWith{
    height: 100%;
    overflow: hidden;
}
.market .title{
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin-top: 50px;
}
.market .titlep{
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    color: #999999;
    margin-top: 10px;
}
.market ul.tabs{
    width:100%;
    height: 70px;
    margin-top: 35px;
}
.market ul.tabs li{
    width:33.333%;
    height: 70px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 26px;
    line-height: 70px;
    text-align: center;
    color: #666666;
	background:#e9e9e9;
}
.market ul.tabs li.active{
    background: #fff;
    color: #037bdb;
}
.market ul.tabs li:first-child{
    border-right: 1px #d5d5d5 solid;
}
.market ul.tabs li:nth-child(2){
    border-right: 1px #d5d5d5 solid;
}
.market ul.tabcont{
    width:100%;
    height: 460px;
    padding: 20px ;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
}
.market ul.tabcont li{
    height: 100%;
    width:100%;
}
.market ul.tabcont li div.fl{
    width:410px;
    height: 100%;
}
.market ul.tabcont li div.fl div{
    width:410px;
    height: auto;
    padding: 50px 15px 30px 15px;
}
.market ul.tabcont li div.fl div:first-child{
    background: url(../images/marketline.png) no-repeat bottom center;
}
.market ul.tabcont li div.fl div p:first-child{
    font-size: 22px;
    text-align: left;
    color: #333333;
    margin-bottom: 20px;
}
.market ul.tabcont li div.fl div p:last-child{
    font-size: 16px;
    line-height: 30px;    
    text-align: left;
    color: #999999;
}
.market ul.tabcont li ul.fr{
    width:660px;
    height: 440px;
}
.market ul.tabcont li ul.fr li{
    width:200px;
    height: 190px;
    margin: 10px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px #d5d5d5 solid;
}
.market ul.tabcont li ul.fr li img{
    width:198px;
}
.market ul.tabcont li ul.fr li p{
    height: 44px;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    color: #333333;
}
.market ul.tabcont li ul.fr li a{
    width:94px;
    height: 24px;
    display: block;
    background: #037bdb;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
/* 微略 国际商标·行业/市场推荐 结束 */
.areas{
    height: 760px;
    background: #fff;
}
.areas .commWith{
    height: 100%;
    overflow: hidden;
}
.areas .title{
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin-top: 50px;
}
.areas .titlep{
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    color: #999999;
    margin-top: 10px;
}
.areas ul.tabs02{
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 50px;
}
.areas ul.tabs02 li{
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}
.areas ul.tabs02 li::after{
    padding:0;
    display:block;/* probably not really needed? */
    content: "";
    width:1px;
    height:15px;/* slight higher to work around rounding errors(?) on some zoom levels in some browsers. */
    background:#d5d5d9;
    position: absolute;
    right:-1px;
    top:14px;
}
.areas ul.tabs02 li:last-child::after{
    display: none;
}
.areas ul.tabcont{
    margin-top: 30px;
}
.areas ul.tabcont li ul li{
    width:284px;
    height: 190px;
    margin: 10px 8px;
    padding:35px 25px 25px 25px;
    background: #f4f6f7;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.areas ul.tabcont li ul li:nth-child(1){
    margin-left: 0;
}
.areas ul.tabcont li ul li:nth-child(4){
    margin-right: 0;
}
.areas ul.tabcont li ul li:nth-child(5){
    margin-left: 0;
}
.areas ul.tabcont li ul li:nth-child(8){
    margin-right: 0;
    padding: 20px;
}
.areas ul.tabcont li ul li img{
    width:98px;
    float: left;
}
.areas ul.tabcont li ul li p{
    margin-left: 10px;
    float: left;
}
.areas ul.tabcont li ul li p.countryName{
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    color: #222222;
}
.areas ul.tabcont li ul li p.countryName span{
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #ea4124;
    padding-left: 25px;
    background: url(../images/hot.png) no-repeat 10px center;
}
.areas ul.tabcont li ul li p.zcdetail{
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #555555;
    margin-top: 5px;
}
.areas ul.tabcont li ul li a{
    width:122px;
    height: 30px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px #0068bc solid;
    border-radius: 2px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #0068bc;
    position: absolute;
    top:135px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.areas ul.tabcont li ul li a:hover{
    background: #0068bc;
    color: #fff;
}
.areasButton{
    width:200px;
    height: 40px;
    display: block;
    background: #0068bc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 15px auto;
}
/* 微略 逐一注册，150+国家/地区任您选 结束 */
.pk{
    height: 760px;
    background: #fff;
}
.pk .commWith{
    height: 100%;
    overflow: hidden;
}
.pk .title{
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin-top: 50px;
}
.pk .titlep{
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    color: #999999;
    margin-top: 10px;
}
.pkcont{
    width:1101px;
    height: 457px;
    background: url(../images/pkbg.png) no-repeat;
    margin: 25px auto 40px auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 180px 85px 0 85px;
}
.pkcont .fl,.pkcont .fr{
    width:320px;
}
.pkcont li{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 40px;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #333333;
    margin: 20px 0;
}
.pkcont .fl li{
    background: url(../images/gou.png) no-repeat left center;
}
.pkcont .fr li{
    background: url(../images/cha.png) no-repeat left center;
}
.pkButton{
    width:200px;
    height: 40px;
    display: block;
    background: #0068bc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
/* 选择微略  轻松注册海外商标  结束 */
.download{
    height: 430px;
    background: url(../images/downloadbg.png) no-repeat center center;
    -moz-box-shadow:0px 2px 5px rgba(0, 0, 0, 0.2); 
    -webkit-box-shadow:0px 2px 5px rgba(0, 0, 0, 0.2); 
    box-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
}
.download .commWith{
    height: 100%;
    overflow: hidden;
}
.download .title{
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 50px;
}
.download ul.commWith{
    height: 125px;
    margin: 50px 0;
}
.download ul li{
    width:285px;
    height: 125px;
    display: flex;
    align-items: center;
    float: left;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    margin-right: 20px;
}
.download ul li:last-child{
    margin-right: 0;
}
.download ul li img{
    width:93px;
    align-items: center;
    margin-left: 25px;
}
.download ul li p{
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #333333;
    margin-left: 15px;
}
.download ul li p span{
    font-weight: bold;
}
.download .downloadButton{
    width:205px;
    height: 40px;
    background: #ff6600;
    margin: 0 auto;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    -moz-box-shadow:0px 2px 5px rgba(0, 0, 0, 0.2); 
    -webkit-box-shadow:0px 2px 5px rgba(0, 0, 0, 0.2); 
    box-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
}
.downloadForm{
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    margin-top: -200px;
    background-color: #fff;
    z-index: 20;
    width: 482px;
    border-top: 4px solid #0068bc;
    padding-bottom: 40px;
    display: none;
}
.downloadForm p {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 27px;
}
.downloadForm input {
    width: 276px;
    height: 47px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.downloadForm label{
    width: 84px;
    font-size: 16px;
    color: #666666;
    margin-left: 60px;
    line-height: 47px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.downloadForm .submit{
    width: 270px;
    height: 52px;
    background: #0068bc;
    margin: 38px auto 0 106px;
    border-radius: 30px;
    text-align: center;
    line-height: 52px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.downloadForm .close{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 16px;
    right: 12px;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
}
.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: Alpha(opacity=50);
    opacity: .5;
    z-index: 10;
}
/* 资料下载专区 结束 */
.cmmonQuestion{
    background: url(../images/cmmonQuestionbg.png) repeat center center;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    max-height: 1190px;
	margin-bottom:50px;
}
.cmmonQuestion .commWith{
    height: 100%;
    overflow: hidden;
}
.cmmonQuestion .title{
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #222222;
    font-weight: bold;
    margin-top: 50px;
}
.cmmonQuestion .question{
    height: 50px;
    background: url(../images/questionbg.png) no-repeat left center;
    padding-left: 25px;
    font-size: 20px;
    line-height: 50px;
    text-align: left;
    color: #006dc5;
    margin: 10px 0;
}
.cmmonQuestion .answer{
    padding-left: 30px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #555555;
}
/* 常见问题 结束 */
/* 服务结束 */
.slzs{
    background: #fff;
}
.maintitle{
    font-size: 36px;
    line-height: 84px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}
.maintitle:after {
    padding:0;
    margin:0 auto;
    display:block;/* probably not really needed? */
    content: "";
    width:180px;
    height:6px;/* slight higher to work around rounding errors(?) on some zoom levels in some browsers. */
    background:#0068bc;
}
.secondarytitle{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}
.secondarytitle2{
    height: 60px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;

    background: url(/images/secondarytitlebg.png) no-repeat bottom center;
}
.zs{
    width:100%;
    height: auto;
    margin: 20px 0 50px 0;
}
.zs li{
    width:295px;
    height: 250px;
    float: left;
    border-radius: 5px;
    background: #b9b9b9;
    margin-right: 6px;
    margin-bottom: 6px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */;
}
.zs li:last-child{
    margin-right: 0;
}
/* 关于我们 结束 */

.hz_logo{
    overflow: hidden;
    margin-bottom: 45px;
}