﻿.main_in{
    width: 1200px; margin: 0px auto;
    position: relative;
}

body section.secsty1 {
    background-color:#fff;
}

.flexrows {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}
.flexcolumn {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.pub_banner {
    height:520px;
    position:relative;
}

body > nav.nav-public {
    height:111px; position:absolute;
    z-index:1000;
    width:100%;
    min-width:1200px;
    background:rgba(0,0,0,0);
}
ul.nav-list-public {
    color:#fff;
    float:right;
    height: 100%;
    position:relative;
}

    ul.nav-list-public > li {
        width: 106px;
        line-height:111px;
        position:relative;
    }

    ul.nav-list-public > li > a:hover,ul.nav-list-public > li:hover {
		color:#fff;
	}

        ul.nav-list-public > li.active:after {
            background-color:#fff;
            height:2px;
            left:18%;
            width:64%;
            bottom: 25px;
        }

div.main-public {
    position:relative;
}
    div.main-public > .hxlogo {
        height:100%;
        float:left;
        width:240px;
        background:url(../images/2021/logo.png) no-repeat center center #0040A1;
        position:relative;
    }
        div.main-public > .hxlogo.zl {
            background-image:url(../images/2021/logo_zl2.png);
           
        }

        div.main-public > .hxlogo > a {
            position:absolute;
            left:0;right:0;top:0;bottom:0;
        }


.index_s1 {
    height:200px;
}
.s1_t {
    height:200px;
}

.index_s1_item {
    text-align:center;
    width:250px;
    color:#929292;
    position:relative;
}
.index_s1_item+ .index_s1_item::after{
    position:absolute;
    content:" ";
    left:0px;
    top: 20%;
    height: 65%;
    width:0px;
    border-left:1px solid #ccc;
}

.index_s1_item .number {
 font-size:36px;
 font-weight: 100;
 color:#555;
}
.index_s1_item .number>span.num {
 font-size:36px;
 font-weight: 100;
 color:#555;
 vertical-align:auto;
}
.index_s1_item .number>span {
 font-size:14px;
 font-weight: 100;
 color:#BEBEBE;
 vertical-align: text-top;
}
.index_s1_item .number>span>i {
 font-size:12px;
 font-weight: 100;
 color:#BEBEBE;
 vertical-align: text-top;
 font-style:normal;
 transform:scale(0.7,0.7) translateY(-3px);
 -webkit-transform:scale(0.7,0.7) translateY(-3px);
 display:inline-block;
}

.bsearchtit {
    text-align:center;font-size:36px;
    line-height:100px;
    color:#2D2D2D;
}

.bsearchcon{
    height: 245px;
    background: url(../images/2021/hx_index_02.jpg) no-repeat center center;
}

.ser_item{height:410px;}
.ser_item.color1 .ser_item_conl{
    background: -webkit-linear-gradient(left top, #36C7FE , #2482DC); /* Safari 5.1 - 6.0 */

background: -o-linear-gradient(bottom right, #36C7FE, #2482DC); /* Opera 11.1 - 12.0 */

background: -moz-linear-gradient(bottom right, #36C7FE, #2482DC); /* Firefox 3.6 - 15 */

background: linear-gradient(to bottom right, #36C7FE , #2482DC); /* 标准的语法 */

}
.ser_item.color2 .ser_item_conl{
    background: -webkit-linear-gradient(left top, #FFB578 , #F06850); /* Safari 5.1 - 6.0 */

background: -o-linear-gradient(bottom right, #FFB578, #F06850); /* Opera 11.1 - 12.0 */

background: -moz-linear-gradient(bottom right, #FFB578, #F06850); /* Firefox 3.6 - 15 */

background: linear-gradient(to bottom right, #FFB578 , #F06850); /* 标准的语法 */

}
.ser_item.color3 .ser_item_conl{
background: -webkit-linear-gradient(left top, #9A93FD , #7A73F4); /* Safari 5.1 - 6.0 */

background: -o-linear-gradient(bottom right, #9A93FD, #7A73F4); /* Opera 11.1 - 12.0 */

background: -moz-linear-gradient(bottom right, #9A93FD, #7A73F4); /* Firefox 3.6 - 15 */

background: linear-gradient(to bottom right, #9A93FD , #7A73F4); /* 标准的语法 */

}

.ser_item.color2 .ser_item_conl a{
    background: #FFBE9E;
}
.ser_item.color3 .ser_item_conl a{
    background: #A49EFE;
}

.ser_item .ser_item_tit{
    font-size: 30px;
    text-align: center;
    height: 100px;line-height: 100px;
}
.ser_item .ser_item_con{
   display:flex;
   flex-direction: row;
}
.ser_item .ser_item_conl{
   width: 233px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 301px;
}
.ser_item .ser_item_conl a{
    display:inline-block;
    width: 190px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    background: #45CDFF;
    text-align: center;
    margin-bottom: 10px;
    box-sizing: border-box;
 }
 .ser_item .ser_item_conl a.qita{
    background: transparent;
    border: 1px solid #fff;
    margin-top: 20px;
 }
.ser_item .ser_item_conr{
   flex: 1;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   background: #F7F7F7;
}
.ser_item .ser_item_conr .conr_item{
    flex: 1;
    margin-left: 10px;
    background: #fff;
    height:280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ser_item .ser_item_conr .conr_item:last-child{
    margin-right: 10px;
}
.ser_item .ser_item_conr .conr_item h1{
    font-size: 24px;
    line-height: 40px;
    margin-top: 10px;
}
.ser_item .ser_item_conr .conr_item p{
    color: #838383; font-size: 16px;
}
.ser_item .ser_item_conr .conr_item a{
    border: 1px solid #007DCF;
    color:#007DCF ;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 30px;
    margin-top: 30px;
    box-sizing: border-box;
}
.ser_item .ser_item_conr .conr_item a:hover{
    border:0px;
    color: #fff;
    background: -webkit-linear-gradient(left top, #36C7FE , #2482DC);
    background: linear-gradient(to bottom right, #36C7FE , #2482DC);
}
.bgcolor1{background: #EEEEEE;}

.p_brand{
    padding: 12px 0px 50px;
}
.p_brandtit{
    line-height: 100px; font-size: 34px;
    text-align: center;
}
.p_brandcon{
    height: 426px;
}
.p_brand .view .swiper-container{
    height: 326px;
}
.p_brand .view .arrow-left {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.p_brand .view .arrow-right {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}
.preview {
	width: 100%;
	margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.preview .swiper-container {
	width: 340px;
	height: 82px;
	margin-left: 35px;
}

.preview .swiper-slide {
	width: 80px;
	height: 78px;
	cursor:pointer;
}
.preview .swiper-slide img{
	width: 100%;
	height: 100%;
	cursor:pointer;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	background:url(../images/2021/jt.jpg) no-repeat center center;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 14px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background:url(../images/2021/jt2.jpg) no-repeat center center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 14px;
	height: 18px;
	z-index: 10;
}

.preview img {
	padding: 1px;
}

.preview .active-nav {
    padding: 0;
    box-sizing: border-box;
	border: 1px solid #F00;
}


.brandconfleft{
    float: left;
    width: 410px; height: 424px;
    background: #017BD0;
}
.brandconfright{
    float: right;
    width: 782px; height: 424px;
    border:1px solid #DDDDDD;
    box-sizing: border-box;
}

.branditem{
    float: left;
    width: 156px; height: 141px;
    background: #fff;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
}
.branditem img{
    width: 100%; height:100%;
}
.branditem a.more{
    width: 100%; height:100%;
    background: #33C9FE;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: -webkit-linear-gradient(top, #33C9FE , #2583DB);
    background: linear-gradient(to bottom, #33C9FE , #2583DB);
}

.qyfw{height: 580px;
    background: url(../images/2021/bg.jpg) no-repeat center center;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.qyfwtit{display: flex;flex-direction: row; 
    margin-bottom: 30px;
    align-items: flex-end;
    justify-content: space-between;
}
.qyfwtit .more{display: flex;flex-direction: row; 
    color: #fff;
}
.qyfwtittabs{display: flex;flex-direction: row;}
.qyfwtittabs>div{width: 113px; height: 36px;
    line-height: 36px;margin-right: 30px;
    border-radius: 36px;
    box-sizing: border-box;
    border:1px solid #2583dc;
    text-align: center;
    color: #2583dc;
    background: transparent;
    opacity: 1;
}
.qyfwtittabs>div.swiper-pagination-bullet-active{
    background:#2583dc;
    color: #fff;
}

#qyfwswiper{
    height: 365px;
}
#qyfwswiper .swiper-slide{
    display: flex;
    flex-direction: column;
    position: relative;
}
#qyfwswiper .swiper-slide a{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
#qyfwswiper .swiper-slide>img{
    width: 100%;
    height: auto;
}
#qyfwswiper .swiper-slide>.qyfwcontext{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#qyfwswiper .swiper-slide>.qyfwcontext>h1{
    font-size: 24px;
    margin-bottom: 16px;
}
#qyfwswiper .swiper-slide>.qyfwcontext>p{
    color: #676767;
}
.st5{
    background: #F2F2F2;
    height: 602px;
}
.i_tit h1{
    font-size: 32px;
    font-weight: unset;
    margin-top: 52px;
}
.i_tit h1::after{
    display: none;
}

div.news-details-text > time{
    top: 23px;
    right: 25px;
}
div.news-details-text > h1{
    width: 440px;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
section.news nav > a{
    color: #fff;
}
section.news > div.main > h1{
    padding-top: 80px;
}

section.news{
    background-image:url(../images/2021/bgnew.jpg) ;
}
section.doubt{
    background: #fff;
}
section.currency > div > h1{
    padding: 50px 0px 30px 0px;
}


ul.case-list > li:nth-child(1){
    background-image: url(../images/2021/case1.jpg);
}
ul.case-list > li:nth-child(2){
    background-image: url(../images/2021/case2.jpg);
}
ul.case-list > li:nth-child(3){
    background-image: url(../images/2021/case3.jpg);
}
ul.case-list > li:nth-child(4){
    background-image: url(../images/2021/case4.jpg);
}
ul.case-list > li:nth-child(5){
    background-image: url(../images/2021/case5.jpg);
}
ul.case-list > li:nth-child(6){
    background-image: url(../images/2021/case6.jpg);
}
ul.case-list > li:nth-child(7){
    background-image: url(../images/2021/case7.jpg);
}
ul.case-list > li:nth-child(8){
    background-image: url(../images/2021/case8.jpg);
}
ul.case-list > li:nth-child(9){
    background-image: url(../images/2021/case9.jpg);
}
ul.case-list > li:nth-child(10){
    background-image: url(../images/2021/case10.jpg);
}

#swiper2 .ryu{
    width: 250px; margin-right:30px;
}
#swiper2 .ryu:last-child{
 margin-right:0px;
}
#swiper2 .ryu img{
    width: 100%; 
}
#swiper2 .ryu img+img{
    margin-top: 30px;
}

.searchindexban{position: relative;}
    .searchindexban select.sel {
        position: absolute;
        left: 199px;
        top: 79px;
        width: 191px;
        height: 54px;
        padding-left: 37px;
        font-size: 16px;
        background-color: transparent;
        appearance:none;  
        -moz-appearance:none;  
        -webkit-appearance:none;
    }
.searchindexban .txt_searchbrand{
    position: absolute;
    left: 398px;
    top: 79px;
    width: 433px;
    height: 54px;
    background: transparent;
    box-sizing: border-box;
    padding: 0px 30px 0px 58px;
    font-size: 18px;
}
.searchindexban .btn_searchbrand{position: absolute;
    left: 848px;
    top: 79px;
    width: 141px;
    height: 54px;
    background: transparent;
    cursor:pointer;
}

.searchbanner{
    height: 488px;
    background: #040D68;
    box-sizing: border-box;
    padding-top: 170px;
    text-align: center;
}
.searchbanner .txt_brandname{
    background: #fff url(../images/2021/searchicon.jpg) no-repeat 14px center;
    color: #333;
    width: 540px;
    height: 54px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 7px;
    font-size: 16px;
    padding: 0px 20px 0px 50px;
}
.searchbanner .btn_search{
    background: #FC5B3F;
    color: #fff;
    width: 140px;
    height: 54px;
    vertical-align: middle;
    border-radius: 7px;font-size: 17px;
}

.sbi{display:flex;flex-direction: row;margin-top: 10px;
    text-align: left;
    font-size: 14px;
}
.sbi:first-child{margin-top: 30px;
}
.sbi_l{width: 138px; color: #fff;line-height: 24px;}
.sbi_r{flex: 1; position: relative;}

.brandtypeall{ color: #fff;
}
.brandtypeall.on{ color: #FA5C3F;
}
.brandtype{    
    
    color: #fff;
    float: left;
    width: 132px;
    line-height: 24px;
}

/*商标-通用标题*/
.brandpub_tit {
    font-size:34px;
    color:#191919;
    padding-top:63px;
    font-weight: bold;
    text-align:center;
}
    .brandpub_tit.whitestyle {
        color:#fff;
    }

.brandpub_tit .subtit{ 
    font-size:19px;
    margin-top:16px;
    color:#878787;
    font-weight: 400;
}
.brandpub_tit.whitestyle .subtit{ 
    color:#fff;
}


section .inner {
    width:1200px; margin:0px auto;
    position:relative;
}

.st1 {
    height:700px;
}
.st2 {
    background:#F5F6FC;
    height: 573px;
}

.brand1_box {
    display:flex;
    flex-direction:row;
    width:1200px; margin:40px auto 0px;
    flex-wrap:wrap;
    justify-content: space-between;
}
.brand1_box_item {
    width:560px;
    display:flex;
    flex-direction:row;
    margin-bottom:40px; 
}
.brand1_box_item  img{
    margin-right:20px;
    width:200px;
    height:124px;
}
.brand1_box_item  div{
    
}
.brand1_box_item  h1{
    font-size:22px;
    margin-bottom:16px;
}
.brand1_box_item  p{
    font-size:16px; color:#6A6A6A;
    line-height:24px;
}
.st2 .inner{
    
}
.st2 .inner .itembox{
    display:flex;
    flex-direction:row;
    margin-top: 94px;
    justify-content: space-between;
}
.st2 .inner .itembox .item1{
    position: relative;
    width: 202px;
    height: 292px;
    background: #fff;
    border-radius: 7px;
    box-sizing: border-box;
    text-align: center;
    padding: 100px 10px 0px 10px;
}
.st2 .inner .itembox .item1 .lx{
    position:absolute;left: 43px;
    top: -58px;
}
.st2 .inner .itembox .item1 .lx2{
    position: absolute;left: 75px;
    top: -16px;
}

.st2 .inner .itembox .item1 .h1{
    color: #282828;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1em;
}
.st2 .inner .itembox .item1 .h2{
    font-size:16px;color:#727272;width:100%;text-align:center;
    line-height: 28px;
}
.st2 .inner .itembox .item1 a{
    border:1px solid #4AB3FF;
    color:#4AB3FF;
    line-height:30px;
    width:100px;
    border-radius:30px;
    display:inline-block;
    position:absolute;
    bottom:25px;
    left:50%;
    margin-left:-50px;
}
    .st2 .inner .itembox .item1 a:hover {
        background:#4AB3FF; color:#fff;
    }

.st3{
    height:591px;
    background: url('../images/2021/a12.jpg') no-repeat center center;
}

.st3 .inner{
}
.st5 {
    height:596px;
    background:#F5F6FC;
}

    .st5 .bbox {
        position:relative;
        height:400px;
        display:flex;
        background:#3766D3;
        margin-top:30px;
        justify-content: flex-end;
    }
    .st5 .bbox>img {
        position:absolute;
        left:-27px;
        bottom:0px;
    }
    .st5 .bbox>div{
        padding:46px 36px 0px;
        color:#fff;
        box-sizing:border-box;

    }
    .st5 .bbox span{
        float:left;width:30px;line-height:28px;
    }
    .st5 .bbox p{
        line-height:28px;padding-left:30px;
    }
    .st5 .bbox .item1{
        width:313px;
    }
    .st5 .bbox .item2{
        width:354px;
        background:#4477E9;
    }
    .st5 .bbox .item3{
        width:390px;
        background:#5F93FF;
    }


.st5 .xs {
    font-size: 22px;
    color: #fff;
    font-weight:bold;
    position:relative;
    margin-bottom:30px;
}
.st5 .xs::after {
    position:absolute;
    content:" ";
    left:0px;
    width:88px;
    bottom:-10px;
    border-bottom:1px solid #fff;
}
.st6 {
    height:583px;
    background-image: url('../images/tmreg/images/6.jpg');
}

section.register.stynew {
    height: 451px;
    background: url(../images/Trademarkcase/images/5.jpg) center center no-repeat;
    background-size: auto 100%;
}

/*国际商标注册*/
section.region {
    background:#fff;
    height: 750px;
}
section.process {
    height:481px;
    background:#2B4489 url(../images/2021/a18.jpg) center center no-repeat;
}
section.process .process-list {
    height: 190px;
    margin-top: 15px;
}
section.process .process-list li{
    color:#fff;
}

section.region ul.continent-list {
    margin-top:30px;
}

section.region .border {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 30px;
    padding: 0px 0px 30px 0px;
    background: #F1F1F1;
}

section.change {
    height:382px;
}
    section.change .change-list {
        margin-top:30px;
    }


/*商标案件-服务优势*/
section.fwys {
    background:#243C71;
}
/*商标案件-服务流程*/
section.fwlc {
    background:#3766D3;
}


section.pubmxdxz {
    height:583px;
    background:#233F7A url(../images/2021/a5.jpg) center center;
}
section.pubmxdxz .brandpub_tit,section.pubmxdxz .subtit {
        color:#fff;
    }

section.pubmxdxz.stype1 {
    height:583px;
    background:#F3F6FC  center center;
}

section.pubmxdxz.stype1 .brandpub_tit{
    color:#282828;
}
section.pubmxdxz.stype1 .subtit {
    color:#5E5C5D;
}

    section.pubmxdxz.stype1 ul > li {
        background-position:center bottom;
        background-color:#fff;
    }

    section.pubmxdxz.stype1 ul > li:hover {
		background-position: center top ;
        background-color:#314B80;
	}


.qiye1 {
    margin-top:30px;
}
ul.qiye1 > li {
	height: 158px;
	width: 20%;
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	float: left;
	position: relative;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}
ul.qiye1 > li:nth-child(1){
    background-image: url(../images/2021/qiye1/01.png);
}
ul.qiye1 > li:nth-child(2){
    background-image: url(../images/2021/qiye1/02.png);
}
ul.qiye1 > li:nth-child(3){
    background-image: url(../images/2021/qiye1/03.png);
}
ul.qiye1 > li:nth-child(4){
    background-image: url(../images/2021/qiye1/04.png);
}
ul.qiye1 > li:nth-child(5){
    background-image: url(../images/2021/qiye1/05.png);
}
ul.qiye1 > li:nth-child(6){
    background-image: url(../images/2021/qiye1/06.png);
}
ul.qiye1 > li:nth-child(7){
    background-image: url(../images/2021/qiye1/07.png);
}
ul.qiye1 > li:nth-child(8){
    background-image: url(../images/2021/qiye1/08.png);
}
ul.qiye1 > li:nth-child(9){
    background-image: url(../images/2021/qiye1/09.png);
}
ul.qiye1 > li:nth-child(10){
    background-image: url(../images/2021/qiye1/10.png);
}

ul.qiye1 > li:hover {
		background-position: center bottom;
        background-color:#fff;
	}

	ul.qiye1 > li:nth-child(5n+1){
		border-left: 1px solid #ebebeb;
	}
	ul.qiye1 > li:nth-child(1n+6){
		border-bottom: 1px solid #ebebeb;
	}
		ul.qiye1 > li > a {
			display: block;
			height: 100%;
		}


.pub_btn1 {
    margin:0px auto;
    width:330px; height:60px;
    font-size:20px; 
    border-radius:10px;
    text-align:center;
    color:#3374D0;
    display:block;
    box-sizing:border-box;
    padding:2px;
    background-image: -webkit-linear-gradient(top,#4AB3FF,#346EFF);  
    background-image: -moz-linear-gradient(top,#4AB3FF,#346EFF); 
    background-image: linear-gradient(top,#4AB3FF,#346EFF);  
}
.pub_btn1>span{
    width:326px;height:56px;
    background:rgba(255,255,255,1) url(../images/2021/a22.png) no-repeat 32% center;
    padding-left:23px;
    border-radius:8px;
    display:flex; 
    justify-content:center;
    align-items:center;
}
    .pub_btn1.noicon > span {
        background-image:none;
        padding-left:0px;
    }
    .pub_btn1:hover > span {
        background:rgba(255,255,255,0);
        color:#fff;
        padding-left:0px;
    }

.pub_btn2 {
 position: relative;
 margin:0px auto;
    width:330px; height:60px;
    color:#4AB3FF;font-size:20px;
    border-radius: 8px;
    overflow: hidden;
    display:flex;
    align-items:center;
    justify-content:center;

}
    .pub_btn2::before {
        content: " ";
        position: absolute;
        width:330px; height:60px;
        top: 50%;
        left: 50%;
        box-sizing: border-box;
        transform: translate(-50%, -50%);
        border: 3px solid;
        border-image: linear-gradient(180deg, #4AB3FF,#346EFF) 1;
    }

    .pub_btn2:hover {
        background-image: -webkit-linear-gradient(top,#4AB3FF,#346EFF);  
    background-image: -moz-linear-gradient(top,#4AB3FF,#346EFF); 
    background-image: linear-gradient(top,#4AB3FF,#346EFF);  
    color:#fff;
    }


    .pub_btn3 {
         display:flex;
    align-items:center;
    justify-content:center;
 position: relative;
    width: 200px;
    height: 100px;
    border: 10px solid;
    border-image: linear-gradient(45deg, gold, deeppink) 1;
    clip-path: inset(0 round 10px);

}

.pub_btn4 {
    margin:0px auto;
    display:flex;
    align-items:center;
    justify-content:center;
    position: relative;
    width:330px; height:60px;
    color:#4AB3FF;font-size:20px;
    border-radius: 8px;
    overflow: hidden;
    background:url(../images/2021/pub_btn4.png) no-repeat center center;
}
.pub_btn4:hover {
    background-image: -webkit-linear-gradient(top,#4AB3FF,#346EFF);  
    background-image: -moz-linear-gradient(top,#4AB3FF,#346EFF); 
    background-image: linear-gradient(top,#4AB3FF,#346EFF);  
    color:#fff;
}

    .border-radius-4 {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.border-radius-4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to bottom right, rgba(98, 54, 255, 0.3), rgba(252, 53, 100, 0.3));
  /* 径向渐变中的 30px 计算方法为 (宽度 / 2 - 边框大小)，此处为 80px / 2 - 10px */
  mask-image: radial-gradient(transparent 0 30px, #000 30px);
  -webkit-mask-image: radial-gradient(transparent 0 30px, #000 30px);
}

.pv_team {
    height:640px;
    text-align:center;
}
.pub_team1 {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    margin-top: 26px;
}

    .pub_team1 li {
        width:224px;
        height:414px;
        box-sizing:content-box;
        background:#fff;
        border:1px solid #E2E3E7;
        border-radius: 7px;
        cursor:pointer;
        position:relative;
        transform:scale(1,1);
        -webkit-transform:scale(1,1);
    }
    .pub_team1 li .img{
        border-radius: 7px 7px 0px 0px;
        width:224px;
        height:197px;
        background-position:top center;
        background-color:#E2E2E2;
    }
    .pub_team1 li .name{
        height:45px;
        line-height:45px;
        background-image: -webkit-linear-gradient(top,#4AB3FF,#356EFF);  
        background-image: -moz-linear-gradient(top,#4AB3FF,#356EFF); 
        background-image: linear-gradient(top,#4AB3FF,#356EFF);  
        color:#fff;
        font-size:20px;
        font-weight:bold;
        position:relative;
    }
        .pub_team1 li .area1 {
            height:200px;
            overflow:hidden;
            border-radius:0px 0px 7px 7px;
        }
        .pub_team1 li .area1>a{
            width: 114px;
            height: 30px;
            border-radius: 30px;
            border: 1px solid #3865D3;
            line-height: 30px;
            padding-right: 11px;
            color: #3865D3;
            background: url(../images/2021/kefu2.png) no-repeat 91% 48%;
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -57px;
            bottom: 20px;
            font-size: 14px;
        }
        .pub_team1 li:hover  .area1>a{
            border: 1px solid #fff;
            color: #fff;
            background: url(../images/2021/kefu1.png) no-repeat 91% 48%;
        }

    .pub_team1 .txt1 {
        line-height:25px;
        color:#5D5D5D;
        font-size:15px;
        padding-top: 10px;
    }
    .pub_team1 .txt2 {
        line-height:25px;
        color:#5D5D5D;
        font-size:15px;
        padding-top: 10px;
        display:none;
    }
    .pub_team1 li:hover>div {
        transform:scale(1.07,1.07);
        -webkit-transform:scale(1.07,1.07);
    }
        .pub_team1 li:hover .area1 {
            height:232px;
            background-color:#3766D3;
            color:#fff;
        }
        .pub_team1 li:hover .area1 .name{
            background:transparent;
            color:#fff;
        }
        .pub_team1 li:hover .area1 .name:after{
            content:" ";
            position:absolute;
            top:45px;
            left:15px;
            right:15px;
            border-top:1px solid #5782DB;
        }
        .pub_team1 li:hover .area1 .txt1{
            background-color:#3766D3;
            color:#fff;
            display:none;
        }
        .pub_team1 li:hover .area1 .txt2{
            background-color:#3766D3;
            color:#fff;
            display:block;
        }



section.pub_tijiao {
    height:485px;
    background:url(../images/2021/a6.jpg) center center;
    color:#fff;
    text-align:left;
    font-size:19px;
}
    section.pub_tijiao.bg2 {
        height:609px;
        background:url(../../hd/images/rstg/2021/bg.jpg) center center;
    }
section.pub_tijiao input[name='name'],section.pub_tijiao input[name='tel'] {
    width: 754px;
    height: 56px;
    background: #fff url(../images/2021/a15.jpg) 18px center no-repeat;
    font-size: 18px;
    border-radius: 7px;
    box-sizing: border-box;
    padding-left: 50px;
    margin-bottom: 18px;
}
section.pub_tijiao input[name='tel'] {
background-image:url(../images/2021/a16.jpg);
}
section.pub_tijiao textarea[name='fuwu'] {
    width: 754px;
    height: 80px;
    padding:10px 15px;
    line-height:30px;
    background: #fff;
    font-size: 18px;
    border-radius: 7px;
    box-sizing: border-box;
    margin-bottom: 18px;
    resize: none;
}
section.pub_tijiao button, section.pub_tijiao .submitbtn{
    width: 754px;
    height: 56px;
    color: #fff;
    font-size: 19px;
    background:#4AB3FF;
    border-radius: 5px;
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    background-image: -webkit-linear-gradient(top,#4AB3FF,#346EFF);  
    background-image: -moz-linear-gradient(top,#4AB3FF,#346EFF); 
    background-image: linear-gradient(top,#4AB3FF,#346EFF);  
}
section.pub_tijiao button>span {
    width: 21px;
    height: 17px;
    background:url(../images/2021/kefu1.png) no-repeat;
    margin-left:10px;
}
    section.pub_tijiao button:hover {
    background-image: -webkit-linear-gradient(top,#346EFF,#4AB3FF);  
    background-image: -moz-linear-gradient(top,#346EFF,#4AB3FF); 
    background-image: linear-gradient(top,#346EFF,#4AB3FF);  
    }

    .st8 {
    background:#F6F6F6;
        height: 577px;
    }

section.pub_youshi {
    background:#F5F6FC;
    min-height:670px;
    padding-bottom:50px;
}
.ys_box {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-top:30px;
}

.ys_box .i_item {
    display:flex;
    flex-direction:row;
    width:580px;
    height:131px;
    background:#fff;
    margin-bottom:28px;
}
.ys_box .i_item .img {
    width:169px;
    height:131px;
    background:url(../images/2021/a17.jpg);
}
.ys_box .i_item .img.gongzheng {
    background:url(../images/2021/a_gongzheng.jpg);
}
.ys_box .i_item .img.zeren {
    background:url(../images/2021/a_zeren.jpg);
}
.ys_box .i_item .img.zhuanye {
    background:url(../images/2021/a_zhuanye.jpg);
}
.ys_box .i_item .img.fuwu {
    background:url(../images/2021/a_fuwu.jpg);
}
.ys_box .i_item .img.shouhou {
    background:url(../images/2021/a_shouhou.jpg);
}
.ys_box .i_item .img.zhizhi {
    background:url(../images/2021/a_zhizhi.jpg);
}
    .ys_box .i_item .i_item_r {
        flex:1;
        padding: 18px 24px 0px 24px;
    }
    .ys_box .i_item .i_item_r .tit{
        font-size:22px;
        font-weight:bold;color:#282828;
        position:relative;
        margin-bottom:5px;
    }
    .ys_box .i_item .i_item_r .tit a{
        position:absolute;
        right:0px;
        top:0px;
        width:100px;
        height:28px;
        line-height:26px;
        box-sizing:border-box;
        border:1px solid #4BB5FF;
        color:#4BB5FF;
        border-radius:28px;
        font-weight:100;
        font-size:15px;
        text-align:center;
    }
        .ys_box .i_item .i_item_r .tit a:hover {
            background:#4BB5FF;
            color:#fff;
        }
    .ys_box .i_item .i_item_r p{
        line-height: 24px;
        font-size: 14px;
        color: #666666;
    }

.xjr_sec0 {
    margin:30px auto;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
}
    .xjr_sec0 > *:hover {
        transform: scale(1.1,1.1);
        -webkit-transform:scale(1.1,1.1);
        z-index:100;
    }

    .xjr_sec0 a {
        display:block;
    }
  


.xjr_sec2 {
    margin:30px auto;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
}
    .xjr_sec2 > div {
        width:260px;
        line-height:30px;
        text-align:center;
    }
    .xjr_sec2 > div:hover {
        transform: scale(1.1,1.1);
        -webkit-transform:scale(1.1,1.1);
        z-index:100;
    }
    .xjr_sec2 > div>div {
        padding:20px;
    }

.xjr_sec1 {
    margin:30px auto;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
}
.xjr_sec1 .sitem {
    position:relative;
    width:380px;
    height:120px;
    box-sizing:border-box;
    border:1px solid #E3E3E3;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    padding-left:30px;
    margin-bottom:30px;
    overflow:hidden;
}

.xjr_sec1 .sitem div{
    font-size:20px;
    line-height:30px;
    margin-left:30px;
    margin-right:30px;
}
.xjr_sec1 .sitem>span{
    position: absolute;
    left: 0px;
    top: 3px;
    width: 17px;
    font-size: 12px;
    height: 30px;
    color: #fff;
    z-index: 100;
    text-align: center;
}
.xjr_sec1 .sitem::before {
    z-index:0;
    position: absolute;
    left: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    content: " ";
    background: #E3E3E3;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
    .xjr_sec1 .sitem:hover {
        border:1px solid #44A3FF;
        transform: scale(1.1,1.1);
        -webkit-transform:scale(1.1,1.1);
        z-index:100;
    }
    .xjr_sec1 .sitem:hover::before {
        background: #44A3FF;
    }

    .kstlink{
            transition: all .7s;
            -webkit-transition: all .7s;
        }
        .kstlink:hover{
            background:rgba(180,209,252,0.5);
        }


.gq_sec1 img {
    z-index:100;
}

.gq_sec1 img:hover {
    transform: scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    z-index:100;
}

.skjitem {
    width:242px;
    height:84px;
    border-radius:10px;
    background:#377DE8;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    box-sizing:border-box;
    padding:0px 20px;
    margin-bottom:30px;
}

.pub_tijiao_subtit {
    color:#fff;
    font-size:22px;
    text-align:center;
}
    .pub_tijiao_subtit > div {
        line-height:50px;
    }
.pub_tijiao_subtit .itembox{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:flex-start;
    width: 1000px;
    margin: 25px auto 0px;
}
    .pub_tijiao_subtit .itembox img {
        margin-bottom:10px;
    }
    .pub_tijiao_subtit .itembox > div {
        width:175px;
        font-size:14px;
        line-height:22px;
    }

    ul.subnav-public{
        top:80%;
        display:block;
        opacity:0;
        pointer-events:none;
        transform:translate(0px,15px);
    }
ul.nav-list-public > li:after {
    content: "";
	position: absolute;
	bottom: 15px;
	left: 0%;
	background-color: #fff;
	height: 2px;
	width: 0;
    opacity:0;
}
    ul.nav-list-public > li:hover:after {
			content: "";
			position: absolute;
			bottom: 25px;
			left: 15%;
			background-color: #fff;
			height: 2px;
			width: 70%;
            opacity:1;
		}

ul.nav-list-public > li:hover .subnav-public {
    opacity:1;
    pointer-events:auto;
    transform:translate(0px);
}
.works_s1_a{
  margin-top:30px;

}
.works_s1_a a{
    display:block;
    padding:0px 25px;
    position:relative;
    color:#343434;
}
    .works_s1_a a::after {
        position:absolute;
        content:" ";
        right:0px;
        top:0px;
        height:100%;
        width:1px; 
        background:#ADADAD;
        overflow:hidden;
    }
        .works_s1_a a:last-child::after {
            display:none;
        }

.works_s1_item {
    width:183px;
    height:242px;
    background:#4AB3FF;
    position:relative;
    border-radius:10px;
    overflow:hidden;
}
    .works_s1_item >.btmarea {
        height:120px;
        background:#EBEBEB;
        position:absolute;
        left:0px;
        right:0px;
        bottom:0px;
    }
        .works_s1_item > .btmarea>a {
            display:block;
            line-height:30px;
            border:1px solid #4AB3FF;
            color:#4AB3FF;
            padding:0px 22px;
            margin-top:30px;
            border-radius:30px;
        }

.flexcolumn2 {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.youshi_item2 {
    background: #3F77E8;
    border-radius: 21px;
    width: 46.7%;
    padding: 0px 39px;
    height:120px;
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    color:#fff;
}
    .youshi_item2 > .img {
        width:85px;
    }
    .youshi_item2 > .con {
        flex:1;
        line-height:26px;
    }


.youshi_item1 {
    align-items: inherit;
    margin-top:3px;
    height:116px;
}
.youshi_item1>div{
    background:#6254FF;
    color:#fff;
    line-height:30px;
    font-size:16px;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    padding:0px 20px;
}
.youshi_item1>div:nth-child(1) {
    background:#619BEC;
    flex:1;
}
.youshi_item1>div:nth-child(2) {
    width:122px;
    font-size:24px;
    justify-content:center;
    align-items:center;
}
.youshi_item1>div:nth-child(3) {
    background:#EBEBEB;
    flex:1;
    color:#111;
}

.brand_search_area_tishi {
        background:rgba(0,0,0,0.2);
        position:fixed;
        left:0px;
        right:0px;
        top:0px;
        bottom:0px;
        display:flex;
        flex-direction:row;
        justify-content:center;
        align-items:center;
        z-index:100000;
    }
        .brand_search_area_tishi .innerbox {
            width:500px;
            min-height:208px;
            padding:10px 0px 25px;
            background:#fff;
            border-radius:14px;
            display:flex;
            flex-direction:column;
            justify-content:center;
            align-items:center;
            position:relative;
        }
            .brand_search_area_tishi .innerbox > div {
                display:flex;
            flex-direction:row;
            justify-content:center;
            align-items:center;
            font-size:26px;
            color:#3778FF; 
            }
            .brand_search_area_tishi .innerbox > p {
                color:#767676;
                font-size:18px;
                margin:20px 0px;
            }
            .brand_search_area_tishi .innerbox > button {
                color:#fff;
                font-size:20px;
                width:140px;
                height:46px;
                background:#3778FF;
                border-radius:10px;
                cursor:pointer;
            }
        .brand_search_area_tishi .tc_closebtn {
            position:absolute;
            right:20px;
            top:20px;
            cursor:pointer;
        }

.tc_infotxt {
    margin-bottom:30px;
}
.tc_infotxt input{
    width: 400px;
    height: 46px;
    font-size: 16px;
    padding: 0px 52px 0px;
    border: 1px solid #CBCBCB;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-position: 15px center;
}
.tc_info_name {
    background-image:url(../images/2021/zl_infotxt1.jpg);
}
.tc_info_phone {
    background-image:url(../images/2021/zl_infotxt2.jpg);
}

.qxsb {
color:#fff;
}

body > footer.foot-public {
    height:auto;
}

footer.foot-public > .footer {
		height: 60px;
		background-color: #404040;
		line-height: 60px;
		color: #bbb;
		text-align: center;
		font-size: 14px;
	}
		footer.foot-public > .footer > img {
			vertical-align: text-bottom;
		}

        footer.foot-public .info2{
            width:1200px;
            margin:0px auto;
            border-top:1px solid #494949;
            padding:25px 0px;
            color:#686868;
            font-size:15px;
            line-height:30px;
            text-align:center;
        }
            footer.foot-public .info2 > div {
                color:#9D9D9D;
            }
        footer.foot-public .info2 a{
           margin:0px 5px;
            color:#AFAFAF;
            font-size:15px;
            line-height:30px;
        }

ul.extension-list {
    height: 160px;
}

ul.extension-list > li {
    border: 1px solid #4B7CD4;
    position:relative;
    padding:25px 0px 25px 35px;
}
    ul.extension-list > li:hover {
        padding-left:0px;
        background-color: #3673FF;
        top:5px;
    }
    ul.extension-list > li:hover::before{
        width:0px;
        overflow:hidden;
    }
    ul.extension-list > li::before {
        position:absolute;
        left:0px;
        top:0px;
        bottom:0px;
        width:35px;
        content:"1";
        color:#fff;
        font-size:19px;
        display:flex;
        justify-content:center;
        align-items:center;
        background-image: -webkit-linear-gradient(top,#4AB3FF,#346EFF);  
        background-image: -moz-linear-gradient(top,#4AB3FF,#346EFF); 
        background-image: linear-gradient(top,#4AB3FF,#346EFF);  
    }

        ul.extension-list > li:nth-child(2)::before {
            content:"2";
        }
        ul.extension-list > li:nth-child(3)::before {
            content:"3";
        }
        ul.extension-list > li:nth-child(4)::before {
            content:"4";
        }
        ul.extension-list > li:nth-child(5)::before {
            content:"5";
        }
        ul.extension-list > li:nth-child(6)::before {
            content:"6";
        }

section.extension > div> h3 {
    position:relative;
    left:unset; 
    bottom: unset; 
    font-size: 20px;
    color: #727272;
    width:auto;
    margin:0px auto;
    display: none;
    padding:15px 40px;
    border:2px solid #3673FF;
    border-radius:7px;
}

ul.extension-list > li:hover::after{
    border-top: 20px solid #3673FF;
}

.qxsb .item {
    text-align:center;
    font-size:18px;
        width: 162px;
}

.pv_team.zlteam {
    background:url(../images/2021/zlteambg.jpg) center center no-repeat;
    height:572px;
}

.pv_team.zlteam ul.expert-list div.hidecon > a {
    display: inline-block;
    width: 105px;
    height: 30px;
    background-color: #FFF;
    border-radius: 10px;
    font-size: 16px;
    color: #0182fe;
    line-height: 30px;
}

.pv_team.zlteam ul.expert-list div.hidecon {
    text-align: center;
}
.pv_team.zlteam ul.expert-list div.hidecon .conrow {
    text-align: left;
}
.zltab li {
    color: #fff;
}

.nav-public {
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
 .nav-public:hover{
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background:rgba(196,211,247,0.1);
}


.about_a1_1 {
    width:214px; height:99px;
    line-height: 70px;
    text-align: center;
    color:#58D6FF;
    font-weight:bold;
    font-size:30px;
    background:url(../images/2021/122/17.png) no-repeat;
    margin:230px 0px 0px 0px;
}
.about_a1_2 {
    border:2px solid #4FBDE8;
    padding:35px 60px;
    margin: 30px 0px 0px 0px;
}
.about_a1_2 p{
    color:#fff; font-size:20px;
    line-height:42px;
}

section.advantage {
    background:url(../images/2021/122/19.jpg) no-repeat center center;
    height:745px;
}
section.advantage > h1{
    background-color:transparent;
    padding-top:50px;
    height:auto;
}
    section.advantage > h1 > span::after {
    display:none;
    }
ul.advantage-list > li > h2 {
    color:#54BEFF;
}
ul.advantage-list > li > h3 {
    color:#fff;
}

.contact-list  h5{
    color:#fff;
}
.contact-list li a{
    display:inline-block;
    background:#3572CC;
    border-radius:5px;
    padding:0px 10px;
    color:#fff;
    font-size:12px;
    line-height:22px;
}