html, body {
    width: 100%;
    height: 100%
}

body {
    margin: 0;
    position: relative;
    font: normal 14px "Microsoft YaHei";
    background: #f5f5f5
}
p, h1, h2, h3, h4, h5, h6,dl,dt,dd{
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
*{
    box-sizing: border-box
}
img {
    max-width: 100%;
    vertical-align: middle;
    border: 0
}

a:link {
    color: inherit;
    text-decoration: none
}

a:visited {
    color: inherit;
    text-decoration: none
}

a:hover, button:hover {
    cursor: pointer
}
a:hover{
    color:#e8001a;
}
input, select, textarea, button {
    outline: none;
}
button {
    border: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

li {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

div {
    box-sizing: border-box
}

label {
    vertical-align: middle;
    display: inline-block
}

table, tbody, tr, td, button {
    box-sizing: border-box
}

br {
    clear: both
}

input, textarea {
    outline: 0
}
input[type='text']::-webkit-input-placeholder{
    color:#b5b5b5;
}
.oe {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.clear{
    clear:both;
}
.w1200{
    width:1200px;
    margin:0 auto;
}
.gj-top-tool{
    background: #38444c;
    height: 30px;
    line-height: 30px;
}
.gj-top-tool .top-tool-l {
    color: #fff;
    float: left;
}
.gj-top-tool .top-tool-r{
    color: #fff;
    float: right;
}
.gj-top-nav{
    background: #fff;
    height: 120px;
    padding: 28px 0 0;
}
.gj-top-nav .nav-box{
    display:flex;
    display: -webkit-flex;
    /*justify-content: space-between;*/
}
.gj-top-nav .nav-box .logo{
    width:320px;
    height:62px;
    background: url("../images/guoji_logo.png");
    display:block;
}
.gj-top-nav .nav-ul{
    display:flex;
    display: -webkit-flex;
}
.gj-top-nav .nav-ul{
    margin-top: 20px;
    margin-left: 40px;
}
.gj-top-nav .nav-ul a{
    font-size:20px;
    margin-left: 60px;
    position: relative;
}
.gj-top-nav .nav-ul a.active::after{
    content: ' ';
    width: 90%;
    height: 2px;
    background:#e8181a;
    position: absolute;
    left:5%;
    top:32px;
}
.gj-banner-box{
    background: url("../images/guoji_banner.jpg") center no-repeat;
    height:450px;
}
.gj-banner-box .search-float{
    width:980px;
    height:175px;
    position: relative;
    top:216px;
    margin:0 auto;
    background: #fff;
    border-radius: 15px;
    padding:26px 0 15px;
}
.gj-banner-box .search-float .country-choice {

}
.gj-banner-box .search-float .country-choice ul {
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.gj-banner-box .search-float .country-choice ul li {
    height: 18px;
    line-height: 18px;
    color: #07163D;
    font-size: 14px;
    margin-right: 35px;
    font-weight: bold;
}
.gj-banner-box .search-float .country-choice ul li:first-child {
    margin-right: 28px;
}
.gj-banner-box .search-float .country-choice ul li:last-child {
    margin-right: 0;
}
.gj-banner-box .search-float .country-choice ul li label {
    display: flex;
    display: -webkit-flex;
    height: 18px;
    text-align: left;
    position: relative;
    cursor: pointer;
}
.gj-banner-box .search-float .country-choice ul li label input {
    width: 18px;
    height: 18px;
    vertical-align: bottom;
    margin-right: .1rem;
    opacity: 0;
}
.gj-banner-box .search-float .country-choice ul li input:checked + .spot{
    background-image: url("../images/g_radio_red.png");
}

.gj-banner-box .search-float .country-choice ul li .spot{
    background-image: url("../images/g_radio_gray.png");
}

.gj-banner-box .search-float .country-choice ul li .spot {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 18px;
    position: absolute;
    left: 0;
    z-index: 5;
}
.gj-banner-box .search-float .country-choice ul li input:checked + .spot {
    background-size: 18px;
    background-repeat: no-repeat;
}
.gj-banner-box .search-float .search-container {
    height: 50px;
    width: 800px;
    margin: 19px auto 0;
}
.gj-banner-box .search-float .search-container .search-zc {
    width: 615px;
    height: 50px;
    -webkit-border-radius: 28px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 28px;
    -moz-background-clip: padding;
    border-radius: 28px;
    background-clip: padding-box;
    overflow: hidden;
    border: 1px solid #DCDCDC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.gj-banner-box .search-float .search-container .search-zc input {
    font-size: 16px;
    text-indent: 38px;
    height: 100%;
    border: none;
    width: 445px;
}
.gj-banner-box .search-float .search-container .search-zc input::-webkit-input-placeholder {
    color: #666666;
    font-weight: bolder;
}
.gj-banner-box .search-float .search-container .search-zc input:-moz-placeholder {
    color: #666666;
    font-weight: bolder;
}
.gj-banner-box .search-float .search-container .search-zc input::-moz-placeholder {
    color: #666666;
    font-weight: bolder;
}
.gj-banner-box .search-float .search-container .search-zc input:-ms-input-placeholder {
    color: #666666;
    font-weight: bolder;
}
.gj-banner-box .search-float .search-container .search-zc button {
    width: 168px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #e60012;
    text-align: center;
    height: 50px;
    line-height: 50px;
    float: right;
    cursor: pointer;
    border: 0;
}
.gj-banner-box .search-float .search-container .do-buygj-btn {
    width: 168px;
    height: 50px;
    -webkit-border-radius: 28px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 28px;
    -moz-background-clip: padding;
    border-radius: 28px;
    background-clip: padding-box;
    color: #fff;
    font-size: 16px;
    background-color: #1533a5;
    text-align: center;
    font-weight: bold;
    border: 1px solid #DCDCDC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    cursor: pointer;
}
.gj-banner-box .search-float .search-note {
    text-align: center;
    margin-top: 15px;
}
.gj-banner-box .search-float .search-note span {
    color: #FF0022;
    font-weight: bold;
}

.gjsbfw{
    background: url("../images/guoji_gjsbfw.png");
    height:60px;
    width:1200px;
    margin-top: 58px;
}
.hot-country-slide{
    width:1250px;
    height:860px;
    position:relative;
}
.hot-country-slide .hd {
    line-height: 50px;
    padding-top: 30px;
}
.hot-country-slide .hd ul{display:flex;display:-webkit-flex;justify-content: center;-webkit-justify-content:center;}
.hot-country-slide .hd ul li{margin:0 12px; cursor:pointer;height:50px; line-height:50px;font-size:18px;color:#666666;background:#ffffff;
    width:230px;text-align: center;border-radius:24px;font-weight: bolder;position: relative}
.hot-country-slide .hd ul li.on a{
    color:#fff;
}
.hot-country-slide .hd ul li.on{background:#e60012;color:#fff;}
.hot-country-slide .hd ul li.on::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-top-color:#e60012;
    bottom:-18px;
    left:106px;
}
.hot-country-slide .more a{
    position: absolute;
    top:810px;
    width:230px;
    text-align: center;
    border-radius:24px;
    height:50px; line-height:50px;font-size:18px;color:#fff;background:#e60012;
    display:none;
    left: 510px;
}


.hot-country-slide .bd ul{
    display: -webkit-flex;
    display: flex; flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin:0 auto;
}
.hot-country-slide .bd li{
    width:20%;
    display: block;
    overflow: hidden;
}

.hot-country-slide .citem {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background-color: #fff;
    position: relative;
    margin:35px auto 0;
    overflow: hidden;
}
.hot-country-slide .citem .tit-cont {
    color: #000;
    font-size: 18px;
    text-indent: 20px;
    margin-top: 12px;
    line-height: 1;
}
.hot-country-slide .citem .img-cont {
    text-align: center;
    width: 100%;
    height: 135px;
    display: inline-block;
}
.hot-country-slide .citem .img-cont img {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}
.hot-country-slide  .citem .img-cont:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.hot-country-slide .citem .btn-cont {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #DCDCDC;
}
.hot-country-slide .citem .btn-cont a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    width: 50%;
    height: 100%;
    line-height: 34px;
    display: inline-block;
    float: left;
    text-align: center;
}
.hot-country-slide .citem .btn-cont a:first-child {
    border-right: 1px solid #DCDCDC;
}

.take-info-box{
    height:105px;
    background: url("../images/zr_lxbg.png");
    margin: 50px auto 120px;
    padding:32px 0;
    text-align: center;
}
.take-info-box .show-txt{
    color:#fff;
    font-size:30px;
    line-height: 44px;
}
.take-info-box .take-btn{
    width:182px;
    height:44px;
    line-height: 44px;
    border-radius: 8px;
    font-size:18px;
    border:1px solid #fff;
    background: none;
    color:#fff;
    vertical-align: top;
    margin:0 25px;
}
.take-info-box .take-btn.style-a{
    color:#d21e2f;
    background: #fff;
}
.news-box{
    height:400px;
    background: #fff;
    position: relative;
}
.news-about{
    display:flex;
    display:-webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 53px;
    padding: 5px 55px;
    background-color: #fff;
    margin-bottom: 17px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: -122px;
}
.news-slide{
    width:100%;
}
.news-slide .news-list{
    width: 520px;
    padding: 35px 0px 0;
}
.news-slide .news-list a:hover,.news-slide .one .news_li_content h2:hover{
    color:#d21e2f;
}
.news-slide .one{
    overflow: hidden;
    padding-bottom: 20px;
}
.news-slide .one .img {
    height: 90px;
    width: 150px;
    text-align: center;
    color: #fff;
    font-family: arial;
    position: relative;
    float: left;
}
.news-slide .one .img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border: 0;
    outline: none;
    vertical-align: middle;
}
.news-slide .one .news_li_content {
    margin-left: 165px;
}
.news-slide .one .news_li_content h2 {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    padding: 2px;
    position: relative;
}
.news-slide .one div.time {
    font-family: arial;
    font-size: 12px;
    color: #D2D2D2;
    line-height: 2;
}
.news-slide .one .news_li_content p {
    line-height: 22px;
    font-size: 13px;
    color: #999;
    overflow: hidden;
    position: relative;
    height: 44px;
    overflow-wrap: break-word;
}
.news-slide ul li font {
    float: right;
    font-family: arial;
    font-size: 13px;
    color: #999;
}
.news-slide .wrap-index-news li{
    display:flex;
    display:-webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.news-slide li.s {
    line-height: 55px;
    border-top: 1px dotted #a9a9a9;
    font-size: 14px;
    color: #6C6C6C;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.news-about .content{
    color:#616161;
    font-size:15.5px;
    line-height: 32px;
    margin: 24px 0;
    text-indent: 30px;
    height:285px;
    border-bottom: 1px solid #bfbfbf;
}
.news-about .t1,.news-about .t2{
    color:#434343;
    text-align: right;
    line-height: 26px;
    float:right;
}
.news-about .t1{
    font-size: 16px;
    border-bottom: 1px solid #bfbfbf;
}
.news-about .t2{
    font-size: 12px;
}
.news-about .hd{ height:65px; line-height:30px; background:#fff; padding-top:25px;   border-bottom:1px solid #d21e2f;  position:relative; }
.news-about .hd .more{float:right;color: #757575}
.news-about .hd .more:hover i{
    transform:rotate(360deg);
}
.news-about .hd .more i {
    background: url('../images/icon_add.png');
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 4px;
    transition: all 1s;
}
.news-about .hd ul{ height:40px;   }
.news-about .hd ul li{ float:left; padding:0 30px; cursor:pointer; line-height: 40px;font-size:20px;color:#565656}
.news-about .hd ul li.on{ height:40px;border-bottom:3px solid #d21e2f;color:#d21e2f;font-weight: bolder}

.gj-footer{
    text-align: center;
    background: #cf1106;
    color:#fff;
    padding-bottom:25px;
    overflow: hidden;
}
.gj-footer a:hover{
    color:#ffffff;
}
.gj-footer .jdsb-power{
    font-size:40px;
    margin:50px 0;
}
.gj-footer .jdsb-site-links{
    margin: 10px 0;
}
.gj-footer .jdsb-site-links a{
    font-size:18px;
    margin:12px;
}

/*国际注册*/
.no-country-list{
    background-color: #f2f2f7;
    padding-bottom: 195px;
    padding-top: 194px;
    margin-top: 28px;
}
.no-country-list .title {
    width: 400px;
    margin: 0 auto;
    line-height: 36px;
    color: #C21919;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
.guojitm-gjzc-container .no-country-list .title{
    color:#1b45d9;
}
.no-country-list .take-phone-box {
    background-color: #ebebf3;
}
.no-country-list .take-phone-box input {
    background-color: #ebebf3;
}
.no-country-list .take-phone-box {
    width: 600px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 25px;
    -moz-background-clip: padding;
    border-radius: 25px;
    background-clip: padding-box;
    margin: 18px auto 0;
    overflow: hidden;
    background-color: #fff;
}
.no-country-list .take-phone-box input {
    width: 460px;
    height: 100%;
    border: none;
    text-indent: 28px;
    color: #626262;
    font-size: 14px;
    float: left;
    background-color: #fff;
}
.no-country-list .take-phone-box button {
    height: 100%;
    line-height: 50px;
    background-color: #C21919;
    font-size: 16px;
    color: #fff;
    width: 140px;
    text-align: center;
    float: right;
    font-weight: 500;
    cursor: pointer;
}







.gjzc-banner-box{
    background: url("../images/zc_banner.jpg") center no-repeat;
    height: 330px;
    position: relative;
}

.guojitm-gjzc-container .take-info-box{
    background: url("../images/zc_lxbg.png");
}
.guojitm-gjzc-container .search-country-box button,.guojitm-gjzc-container .search-min-box button,.guojitm-gjzc-container .page-search-container .country-limit li a{
    background: #1b45d9;
}
.guojitm-gjzc-container .take-info-box .take-btn.style-a{
    color:#1b45d9;
}
.guojitm-gjzc-container .news-about .hd ul li.on{
    border-bottom: 3px solid #1b45d9;
    color: #1b45d9;
}
.guojitm-gjzc-container .news-about .hd{
    border-bottom-color:#1b45d9;
}
/*国际转让*/
.gjzr-banner-box{
    background: url("../images/zr_banner.jpg") center no-repeat;
    height: 330px;
    position: relative;
}
.search-country-box{
    position: absolute;
    top: 206px;
    left:0;
    right:0;
    width:790px;
    height:55px;
    display:flex;
    display: -webkit-flex;
    border-radius: 25px;
    overflow: hidden;
    margin:0 auto;
}
.search-country-box input,.search-min-box input{
    width:75%;
    font-size: 16px;
    text-indent:33px;
    border: none;
    color: #666;
}
.search-country-box button,.search-min-box button{
    width:25%;
    font-size: 16px;
    border: none;
    color: #fff;
    background: #e60012;
    text-align: center;
}
.page-tree{
    border-bottom: 1px dashed #aaaaaa;
    color:#333333;
    font-size: 18px;
    line-height: 56px;
}
.page-search-container{
    margin-top: 26px;
    display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.page-search-container .country-limit{
    display:flex;
    display: -webkit-flex;
}
.page-search-container .country-limit li{
    margin-right: 14px;
}
.page-search-container .country-limit li a{
    font-size: 18px;
    color: #fff;
    background-color: #e60012;
    padding:0px 30px;
    border-radius: 20px;
    background-clip: padding-box;
    display: block;
    cursor: pointer;
    line-height:40px;
    text-align: center;
}
.search-min-box{
    width:500px;
    height:40px;
    display:flex;
    display: -webkit-flex;
    border-radius: 20px;
    overflow: hidden;
}
.search-min-box input{
    width:60%;
}
.search-min-box button{
    width:40%;
}
.country-area{
    font-size: 24px;
    color:#333333;
    line-height:50px;
    margin-top: 15px;
}
.country-list{
    background: #fff;
    padding: 10px 0;
}
.country-list ul{
    display:flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.country-list li{
    width:12.5%;
    text-indent: 20px;
    overflow: hidden;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.country-list li a{
    font-size: 18px;
    line-height: 50px;
    color:#333333;
}

/*国际商标转让详情*/
a.free_ask_register {
    font-size: 13px;
    color: #142f87;
    font-weight: 400;
    line-height: 25px;
}
.page-country-detail .angle-red li{
    background: url("../images/angle_red.png") left top no-repeat;
}
.zc_detail-container {
    height: 333px;
    background-color: #fcfcfc;
    margin-top: 11px;
}
.zc_detail-container .img-container {
    width: 410px;
    height: 274px;
    float: left;
    text-align: center;
    display: inline-block;
    margin-left: 36px;
    margin-top: 27px;
}
.zc_detail-container .img-container:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.zc_detail-container .img-container img {
    max-width: 410px;
    max-height: 274px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.zc_detail-container .zc-container {
    float: left;
    margin-left: 47px;
    color:#686868;
}
.zc_detail-container .zc-container .title {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #333333;
    margin-top: 40px;
}
.zc_detail-container .zc-container .note {
    font-size: 13px;
    line-height: 1;
    margin-top: 10px;
}
.zc_detail-container .zc-container .input-group .ltit {
    font-size: 13px;
    display: inline-block;
    float: left;
}
.zc_detail-container .zc-container .price {
    height: 26px;
    line-height: 1;
    margin-top: 24px;
}
.zc_detail-container .zc-container .price label {
    line-height: 26px;
}
.zc_detail-container .zc-container .price .unit {
    font-size: 16px;
}
.zc_detail-container .zc-container .price .price_span {
    font-size: 26px;
    color: #D6201F;
    font-weight: bold;
    float: left;
}
.zc_detail-container .zc-container .service {
    font-size: 13px;
    line-height: 1;
    margin-top: 18px;
}
.zc_detail-container .zc-container .service-type {
    font-size: 13px;
    line-height: 33px;
    margin-top: 20px;
}
.zc_detail-container .zc-container .service-type .service_type-cont .btn {
    line-height: 20px;
    width: 50px;
    border-radius:2px;
    color: #fff;
    font-size: 14px;
    margin: 0 8px;
    cursor: pointer;
    letter-spacing:2px;
    text-align: center;
}
.zc_detail-container .zc-container .btn.blue{
    background: #1b45d9;
}
.zc_detail-container .zc-container .btn.gray{
    background: #919191;
}
.zc_detail-container .zc-container .btn.red{
    background: #d6201f;
}
.zc_detail-container .zc-container .btn.yellow{
    background: #ffae00;
}
.zc_detail-container .zc-container .buttom-btns {
    margin-top: 34px;
}
.zc_detail-container .zc-container .buttom-btns .btn {
    width: 186px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    -webkit-border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 20px;
    -moz-background-clip: padding;
    border-radius: 20px;
    background-clip: padding-box;
    cursor: pointer;
}
.zc_detail-container .zc-container .buttom-btns .btn.freeAsk {
    margin-left: 26px;
}
.page-country-detail{
    margin-top: 35px;
}
.page-country-detail .row-tit{
    color:#d6201f;
    font-size: 18px;
    text-indent: 10px;
    border-left:2px solid #d6201f;
    line-height: 1;
    font-weight: normal;
}
.page-country-detail .row-content{
    margin-top: 20px;
}
.page-country-detail .zrlc{
    display:flex;
    display: -webkit-flex;
}
.page-country-detail .zrlc li{
    width:20%;
    height:295px;
    margin-right: 22px;
    background: #fff;
    padding: 0 18px;
}
.page-country-detail .zrlc li:last-of-type{
    margin-right: 0;
}
.page-country-detail .zrlc .span-1{
    width:54px;
    height:54px;
    line-height: 54px;
    margin:52px auto 0;
    text-align: center;
    font-size: 30px;
    color:#fff;
    background:#d6201f;
    display:block;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.page-country-detail .zrlc .span-1 i{
    display: block;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-style:normal;
}
.page-country-detail .zrlc .span-2{
    margin: 40px auto 0;
    display:block;
    color:#333333;
    font-size: 18px;
    text-align: center;
    font-weight: bolder;
}
.page-country-detail .zrlc .span-3{
    margin: 22px auto 0;
    display:block;
    color:#686868;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.page-country-detail .zrys{
    display:flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.page-country-detail .zrys li{
    width:593px;
    margin:0px 14px 10px 0;
    background-color: #fff;
    padding:38px 0 30px 90px;
}
.page-country-detail .zrys li:nth-of-type(2),.page-country-detail .zrys li:nth-of-type(4){
    margin-right: 0;
}
.page-country-detail .zrys .span-1{
    color:#333333;
    font-size: 24px;
    line-height: 30px;
    display:block;
}
.page-country-detail .zrys .span-1{
    color:#333333;
    font-size: 24px;
    line-height: 36px;
    display:block;
}
.page-country-detail .zrys .span-2{
    color:#686868;
    font-size: 14px;
    line-height: 30px;
    display:block;
}
.page-country-detail .zrzl{
    display:flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.page-country-detail .zrzl li{
    width:445px;
    margin-right:14px;
    background-color: #fff;
    padding:30px 55px;
}
.page-country-detail .zrzl li:nth-of-type(2){
    width:740px;
    margin-right: 0;
}
.page-country-detail .zrzl .span-1{
    color:#333333;
    font-size: 24px;
    line-height: 30px;
    display:block;
    text-align: center;
}
.page-country-detail .zrzl .span-2,.page-country-detail .zrzl .span-2-column,.page-country-detail .zrzl .span-3-column{
    color:#666666;
    font-size: 18px;
    line-height: 34px;
    display:block;
    margin-top:25px;
}
.page-country-detail .zrzl .column-flex{
    display:flex;
    display: -webkit-flex;
}
.page-country-detail .zrzl .span-2-column{
    width:240px;
}

/*国际注册查询*/
.page-country-detail .angle-blue li{
    background: url("../images/angle_blue.png") left top no-repeat;
}
.guojitm-gjzc-container .page-country-detail .row-tit{
    color:#1b45d9;
    border-left:2px solid #1b45d9;
}
.zc_detail-container .zc-container .price .price_span {
    font-size: 26px;
    color: #1b45d9;
    font-weight: bold;
    float: left;
}
.page-country-detail .sbgs{
    background: #fff;
    padding: 22px;
    color:#686868;
    line-height: 30px;
}
.page-country-detail .zclc{
    display:flex;
    display: -webkit-flex;
}
.page-country-detail .zclc li{
    width:20%;
    height:295px;
    margin-right: 22px;
    background: #fff;
    padding: 0 18px;
}
.page-country-detail .zclc li:last-of-type{
    margin-right: 0;
}
.page-country-detail .zclc .span-1{
    width:54px;
    height:54px;
    line-height: 54px;
    margin:52px auto 0;
    text-align: center;
    font-size: 30px;
    color:#fff;
    background:#1b45d9;
    display:block;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.page-country-detail .zclc .span-1 i{
    display: block;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-style:normal;
}
.page-country-detail .zclc .span-2{
    margin: 40px auto 0;
    display:block;
    color:#333333;
    font-size: 18px;
    text-align: center;
    font-weight: bolder;
}
.page-country-detail .zclc .span-3{
    margin: 22px auto 0;
    display:block;
    color:#686868;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.page-country-detail .zcys{
    display:flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.page-country-detail .zcys li{
    width:593px;
    margin:0px 14px 10px 0;
    background-color: #fff;
    padding:38px 30px;
}
.page-country-detail .zcys li:nth-of-type(2),.page-country-detail .zcys li:nth-of-type(4){
    margin-right: 0;
}
.page-country-detail .zcys .span-1{
    color:#333333;
    font-size: 24px;
    line-height: 30px;
    display:block;
}
.page-country-detail .zcys .span-1{
    color:#333333;
    font-size: 24px;
    line-height: 36px;
    display:block;
}
.page-country-detail .zcys .span-2{
    color:#686868;
    font-size: 14px;
    line-height: 30px;
    display:block;
}
.page-country-detail .zczl{
    display:flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}
.page-country-detail .zczl li{
    width:25%;
    margin-right:14px;
    background-color: #fff;
    padding:30px 0;
}
.page-country-detail .zczl li:last-of-type{
    margin-right: 0;
}
.page-country-detail .zczl .span-1{
    color:#333333;
    font-size: 18px;
    line-height: 35px;
    display:block;
    text-align: center;
}

/*国际商标-新闻中心*/
.news-banner-box{
    background: url("../images/news_banner.jpg") center no-repeat;
    height: 330px;
}
.wrap-news{
    margin-top:44px;
    margin-bottom:60px;
    display:flex;
    display:-webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.news-column-left{
    width:240px;
}
.news-column-right{
    width:966px;
    background:#fff;
    border-radius: 10px;
    padding:15px 45px;
}
.news-column-left .left-part{
    width:165px;
}
.wrap-news .left-part h1{
    color:#d21e2f;
    border-bottom:1px solid #d2d2d2;
    font-size:20px;
    line-height: 30px;
    padding-bottom: 10px;
}
.wrap-news .left-part ul{
    margin-top:10px;
}
.wrap-news .left-part li{
    border-bottom:1px solid transparent;
}
.wrap-news .left-part li a{
    font-size:18px;
    color:#686868;
    line-height: 34px;
}
.wrap-news .left-part li.active{
    border-bottom: 1px solid #d21e2f;
}
.wrap-news .left-part li.active a{
    color:#d21e2f
}
.wrap-news .left-part li:hover a{
    color:#d21e2f;
}
.wrap-news .left-part li:hover{
    border-bottom: 1px solid #d21e2f;
}
.news-column-right li{
    padding:25px;
    border-bottom: 1px solid #d2d2d2;
}
.news-column-right .article-list{
    margin-bottom: 30px;
}
.news-column-right .article-content{
    display:flex;
    display:-webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.news-column-right .art-img{
    margin-right: 22px;
    max-width:150px;
    max-height:90px;
}
.news-column-right .article-fonts{
    width:610px;
}
.news-column-right .article-fonts .fonts-title{
    font-size: 18px;
    font-weight: bolder;
    line-height: 20px;
    display:block;
}
.news-column-right .article-fonts:hover .fonts-title{
    color:#d21e2f;
}
.news-column-right .article-fonts .fonts-des{
    font-size: 13px;
    line-height: 26px;
    display:block;
    padding-top:6px;
    color: #999999;
    height: 65px;
}
.news-column-right .article-fonts .fonts-ctime{
    font-size: 13px;
    float:right;
    line-height: 16px;
    color: #999999;
}
.news-column-right .article-fonts .fonts-ctime:before{
    content: " ";
    background: url("../images/icon_clock.jpg") no-repeat left;
    width:16px;
    height:16px;
    display:block;
    float:left;
    padding-right: 2px;
}

/*新闻详情*/
.articel-info{
    padding:20px 0;
}
.articel-info .title{
    color:#1f1f1f;
    font-size:18px;
    font-weight: 500;
}
.articel-info .ctime{
    color:#7f7f7f;
    font-size:12px;
}
.articel-info .article-info-content{
    margin:20px 0;
    padding:30px 0;
    border-top:1px solid #d2d2d2;
    border-bottom:1px solid #d2d2d2;
}
.articel-info .article-pager{
    display:flex;
    display:-webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.articel-info .article-pager a:nth-of-type(1){
    margin-right: 80px;
}
.articel-info .article-pager a i{
    width:19px;
    height:16px;
    display:inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.articel-info .article-pager a i.prev{
    background:url("../images/icon_arrow_prev.png");
}
.articel-info .article-pager a i.after{
    background:url("../images/icon_arrow_down.png");
}

/*分页*/
#pager_style{
    text-align: center;
    line-height: 32px;
    clear: both;
    padding-top: 20px;
}
#pager_style a,#pager_style span{
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 12px;
    letter-spacing: normal;
    word-spacing: normal;
    margin-left: 5px;
}
#pager_style span.current{
    background: #d21e2f;
    color: #fff;
    font-weight: bold;
}


/*弹窗*/
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
    position: relative;
    width:400px;
    margin:250px auto;
    background: #FFF;
    border-radius:16px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-close{ position: absolute;right:10px;top:10px; z-index: 10;width:auto;height:1.25rem; display: block;font-size:14px;}
.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.cd-popup .input-group{
    border:1px solid #bababa;
    border-radius: 5px;
    overflow: hidden;
}
.cd-popup .input-group{
    margin-bottom:10px;
    line-height: 40px;
}
.cd-popup .input-group.group-phone{
    padding-left:46px;
    background:url("../images/icon_phone_n.png") 10px no-repeat;
}
.cd-popup input[type='text']{
    padding-left:16px;
    color: #adadad;
    font-size:14px;
    width:100%;
    border:none;
    line-height: 20px;
}
.cd-popup .ipt-phone,.cd-popup .ipt-title{
    border-left:1px solid #b5b5b5 !important;
}
.cd-popup .btn-getcode{
    width:120px;
    background:#929292;
    text-align: center;
    line-height: 40px;
    float:right;
    font-size:14px;
    border-left:1px solid #bababa;
    color:#fff;
}
.cd-popup .do-submit{
    width:100%;
    height:45px;
    margin:0 auto;
    text-align: center;
    color:#fff;
    display:block;
    background-color: #e8001a;
    line-height: 45px;
    font-size:14px;
    border-radius: 5px;
}
#login-pop .cd-popup-container{
    width:380px;
}
#login-pop .tit-bg{
    background:url("../images/pop_login_bg.png");
    height:165px;
}
#login-pop .tit-bg h1{
    font-size:30px;
    line-height: 104px;
    color:#fff;
    font-weight: 500;
}
#login-pop .wrap-form{
    width: 268px;
    margin: 0px auto;
    padding:10px 0;
}
#login-pop .ipt-code{
    width:137px;
    display: inline-block;
}
#login-pop .font1{
    font-size:18px;
    font-weight: normal;
    line-height: 40px;
}
#login-pop .warn{
    color:#6d6d6d;
    line-height: 34px;
}



/*询价弹窗样式*/
#ask-pop .cd-popup-container{
    width:463px;
    border-radius:15px;
    overflow: hidden;
}
#ask-pop .tit-bg{
    background:url("../../images/pop_msg_bg.png");
    height:150px;
}
#ask-pop .font1{
    font-size: 22px;
    margin-top: 25px;
    font-weight: 900;
}
#ask-pop .font2{
    color: #5c5c5c;
}
#ask-pop .wrap-form{
    width:335px;
    margin: 0px auto;
    padding: 10px 0;
}
#ask-pop .input-group{
    margin-bottom:10px;
}
#ask-pop .ipt-code{
    width:180px;
    display: inline-block;
    padding-left:10px;
    line-height: 38px;
}
#ask-pop .our-contact{
    color:#e8001a;
    line-height: 34px;
}
#ask-pop .our-contact span{
    font-size:18px;
}

















