.tree-link{
    color: #666;
    line-height: 30px;
    font-size: 14px;
    margin: 10px auto;
}
/**国内**/
.gn-top-tool{
    background: #38444c;
    height: 30px;
    line-height: 30px;
}
.gn-top-tool .top-tool-l {
    color: #fff;
    float: left;
}
.gn-top-tool .top-tool-r{
    color: #fff;
    float: right;
}
.gn-top-nav{
    background: #fff;
    height: 100px;
    padding: 20px 0 0;
    border-bottom:2px solid #c7c7c7;
}
.gn-top-nav .nav-box{
    display:flex;
    display: -webkit-flex;
    /*justify-content: space-between;*/
}
.gn-top-nav .nav-box .logo{
    width:280px;
    height:80px;
    background: url("../../images/logo_n.png");
    display:block;
}
.gn-top-nav .nav-ul{
    display:flex;
    display: -webkit-flex;
}
.gn-top-nav .nav-ul{
    margin-top: 20px;
    margin-left: 80px;
}
.gn-top-nav .nav-ul .home-icon{
    width:19px;
    height:21px;
    background: url("../images/guonei_home_icon.png") center no-repeat;
    display:inline-block;
    vertical-align: bottom;
    margin-right: 18px;
}
.gn-top-nav .nav-ul a{
    font-size:16px;
    margin: 0 30px;
}
.gn-top-nav .nav-ul a.active::after{
    content: ' ';
    width: 90%;
    height: 2px;
    background:#e8181a;
    position: absolute;
    left:5%;
    top:32px;
}
.gn-top-nav .choose-city{
    height: 20px;
    margin-top: 40px;
    margin-left: 10px;
}
.gn-top-nav .choose-city i{
    width:9px;
    height:14px;
    display:inline-block;
    background-image: url("../images/guonei_gps.jpg");
    vertical-align: bottom;
}
.gn-top-nav .choose-city .city{
    font-weight: bolder;
    margin:0 5px;
}
.gn-top-nav .choose-city .switch-city{
    color:#3399cc;
}
.guonei-index-container{
    /*padding:30px 0;*/
}
.box-row{
    display:flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top:40px;
}
.box-row .content{
    width:833px;
}
.box-row-six .pic-show{
    width:350px;
    height:386px;
    background: url("../images/guonei_pic1.jpg");
}
.box-row-six .content{
    background: #fff;
    border:1px solid #e9e9e9;
}
.box-row-six ul{
    display:flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: -1px;
    margin-left:-1px;
}
.box-row-six li{
    width:33.33%;
    height:192px;
    border-top: 1px dashed #e9e9e9;
    border-left: 1px dashed #e9e9e9;
}
.box-row-six li .six-icon{
    width:67px;
    height:67px;
    display:block;
    margin:35px auto 0;
}
.box-row-six li:nth-of-type(1) .six-icon{
    background: url("../images/guonei_1_1.png");
}
.box-row-six li:nth-of-type(2) .six-icon{
    background: url("../images/guonei_1_2.png");
}
.box-row-six li:nth-of-type(3) .six-icon{
    background: url("../images/guonei_1_3.png");
}
.box-row-six li:nth-of-type(4) .six-icon{
    background: url("../images/guonei_1_4.png");
}
.box-row-six li:nth-of-type(5) .six-icon{
    background: url("../images/guonei_1_5.png");
}
.box-row-six li:nth-of-type(6) .six-icon{
    background: url("../images/guonei_1_6.png");
}
.box-row-six .tit-a{
    text-align: center;
    display: block;
    font-size: 18px;
    color:#333333;
    margin-top: 18px;
    font-weight: bolder;
}
.box-row-six .tit-b{
    text-align: center;
    display: block;
    font-size: 14px;
    color:#999999;
    line-height: 1.5;
}
.box-row-four .pic-show{
    width:350px;
    height:380px;
    background: url("../images/guonei_pic2.jpg");
}
.box-row-four ul{
    display:flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.box-row-four li{
    width:408px;
    height:184px;
    border:1px solid #e9e9e9;
}
.box-row-four li:nth-of-type(1){
    background: url("../images/guonei_2_1.jpg");
}
.box-row-four li:nth-of-type(2){
    background: url("../images/guonei_2_2.jpg");
}
.box-row-four li:nth-of-type(3){
    background: url("../images/guonei_2_3.jpg");
    margin-top:12px;
}
.box-row-four li:nth-of-type(4){
    background: url("../images/guonei_2_4.jpg");
    margin-top:12px;
}
.box-row-four .tit-a{
    margin-left: 40px;
    margin-top: 36px;
    display:block;
    font-size: 18px;
    color:#333333;
    font-weight: bolder;
}
.box-row-four .tit-b{
    margin-left: 40px;
    display:block;
    font-size: 14px;
    color:#999999;
    line-height:1.5;
}
.box-row-four .btn-talk{
    margin-left: 40px;
    display:block;
    margin-top: 40px;
    font-size: 18px;
    color:#333333;
    font-weight: bolder;
}
.box-info-list{
    background: #fff;
    padding:20px 30px;
    height: 300px;
    display:flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top:40px;
}
.box-info-list .box-news{
    width:630px;
}
.box-info-list .box-brands{
    width:430px;
}
.box-info-list .title-row{
    font-size: 18px;
    color:#333333;
    border-bottom: 1px solid #999999;
    line-height:36px;
    margin-bottom: 10px;
}
.box-info-list .title-row i{
    width:20px;
    height:20px;
    display:inline-block;
    margin-right:10px;
    vertical-align: middle;
}
.box-info-list .title-row h1{
    font-size: 18px;
    display:inline-block;
    font-weight: normal;
}
.box-info-list .box-news .title-row i{
    background: url("../images/guonei_tit_news_icon.png");
}
.box-info-list .box-brands .title-row i{
    background: url("../images/guonei_tit_brands_icon.png");
}
.box-info-list .box-news li,.box-info-list .box-brands li{
    line-height: 40px;
    font-size:14px;
    color:#333333;
}
.box-info-list .box-news li i{
    width: 14px;
    height: 14px;
    margin-right:5px;
    background: url("../images/guonei_qs_icon.png");
    display:inline-block;
    vertical-align: middle;
}
.box-info-list .box-news .info-type,.box-info-list .box-news .info-date{
    color: #999999;
    vertical-align: middle;
}
.box-info-list .box-news .info-tit{
    width:410px;
    display:inline-block;
    vertical-align: middle;
}
.box-info-list .box-news .info-date{
    float: right;
}
.box-info-list .box-center{
    border-right: 1px dashed #aaaaaa;
    height: 180px;
    margin-top:55px;
}
.box-info-list .box-brands .info-date{
    font-size: 12px;
    color:#966060;
    line-height: 20px;
    border: 1px solid #aaaaaa;
    width:70px;
    text-align: right;
    display:inline-block;
    padding-right:10px;
    position: relative;
    vertical-align: middle;
}
.box-info-list .box-brands .info-date:before,.box-info-list .box-brands .info-date:after{
    border: solid transparent;
    content: ' ';
    height: 0;
    left: 100%;
    position: absolute;
    width: 0;
}
.box-info-list .box-brands .info-date:before{
    border-width: 5px;
    border-left-color: #aaaaaa;
    top: 5px;
}
.box-info-list .box-brands .info-date:after {
    border-width: 4px;
    border-left-color: #fff;
    top: 6px;
}
.box-info-list .box-brands li i{
    width: 14px;
    height: 14px;
    margin-right:2px;
    margin-left:5px;
    background: url("../images/guonei_r_icon.png");
    display:inline-block;
    vertical-align: middle;
}
.box-info-list .box-brands .info-tit{
    width:185px;
    display:inline-block;
    vertical-align: middle;
}

.box-info-list .box-brands .info-regno{
    float: right;
    color: #999999;
}
.box-brand-cases{
    margin-top: 30px;
    text-align: center;
}
.box-brand-cases .case-tit{
    font-size: 18px;
    line-height:2;
    font-weight: bolder;
}
.box-brand-cases .case-subtit{
    font-size: 12px;
    color:#999999;
}
.box-brand-cases .case-content{
    background: #eeeeee;
    padding:6px;
    margin-top: 15px;
}
.box-brand-cases .case-content ul{
    display:flex;
    display: -webkit-flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.box-brand-cases .case-content ul li{
    margin:2px 0;
}
.box-brand-cases .case-content img{
    width:232px;
    height:174px;
}
.box-about-city{
    margin-top:30px;
}
.box-about-city .about-city-tit{
    border-bottom: 1px solid #333333;
}
.box-about-city .about-city-tit span{
    line-height: 32px;
    color: #e85151;
    font-size: 16px;
    padding: 0 15px;
    border-bottom: 2px solid #e30000;
    display: inline-block;
    margin-bottom: -1px;
    font-weight: bolder;
}
.box-about-city .about-city-list{
    padding:12px 6px;
}
.box-about-city .about-city-list a{
    font-size: 14px;
    color:#666666;
    margin: 0 10px;
    line-height: 30px;
}


/***国内注册流程****/
.guonei-index-container .gnzc{
    padding: 35px 0;
}
.gnzc .block-tit{
    color:#727171;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
}
.gnzc .block-sub-tit{
    color: #999999;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
}
.box-lc{
    height:588px;
    background: url("../images/gnzc_bg.png") center no-repeat;
}
.box-lc .lc-ul{
    display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 35px;
}
.box-lc .lc-ul li{
    width:186px;
    height:256px;
    background: #fff;
    border-radius: 10px;
}
.box-lc .p-price-include{
    margin-top: 30px;
    color:#7b7b7b;
    font-size: 22px;
    line-height: 2;
    border-bottom:1px solid #999999;
}
.box-lc .p-price-info{
    color:#7b7b7b;
    font-size: 16px;
    line-height:30px;
    margin-top: 10px;
}
.box-lc .lc-ul .info-img{
    display:block;
    width:60px;
    height:60px;
    margin:0 auto;
}
.box-lc .lc-ul li{
    padding:25px 30px;
}
.box-lc .lc-ul li:nth-of-type(1) .info-img{
    background: url("../images/gnzc_1.png");
}
.box-lc .lc-ul li:nth-of-type(2) .info-img{
    background: url("../images/gnzc_2.png");
}
.box-lc .lc-ul li:nth-of-type(3) .info-img{
    background: url("../images/gnzc_3.png");
}
.box-lc .lc-ul li:nth-of-type(4) .info-img{
    background: url("../images/gnzc_4.png");
}
.box-lc .lc-ul li:nth-of-type(5) .info-img{
    background: url("../images/gnzc_5.png");
}
.box-lc .lc-ul li:nth-of-type(6) .info-img{
    background: url("../images/gnzc_6.png");
}
.box-lc .lc-ul .info-tit{
    color:#333333;
    text-align: center;
    font-size: 18px;
    margin-top:5px;
}
.box-lc .lc-ul .info-num{
    color:#333333;
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
}
.box-lc .lc-ul .info-intro{
    color:#999999;
    text-align: center;
    font-size: 14px;
    margin-top:10px;
}
.box-zl{
    background: #ffffff;
}
.box-zl .zl-ul{
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content:center;
}
.box-zl .zl-ul li{
    width:524px;
    height:370px;
    margin:30px;
    border:1px solid #b9b9b9;
    border-radius:8px;
}
.box-zl .cus-zl .cus-name{
    font-size: 24px;
    line-height:3.5;
    color:#666666;
    border-bottom: 1px solid #b9b9b9;
    text-indent: 36px;
}
.box-zl .cus-zl .cus-diff{
    width:95%;
    border-bottom: 1px solid #b9b9b9;
    padding:15px 30px;
    margin:0 auto;
    display:flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.box-zl .cus-zl .cus-diff span{
    font-size: 18px;
    color:#666666;
    width:200px;
    line-height: 2.5;
}
.box-zl .zl-ul li .cus-res{
    font-size: 22px;
    color:#e8001a;
    text-align: center;
    line-height: 3;
}
.box-zl .our-zl .our-name{
    font-size: 24px;
    line-height:3.5;
    color:#666666;
    text-align: center;
}
.box-zl .our-zl .our-diff{
    background: #fafafa;
    width:90%;
    height:254px;
    margin:0 auto;
    border-radius: 5px;
    overflow: hidden;
}
.box-zl .our-zl .our-need{
    font-size: 22px;
    text-indent: 53px;
    line-height: 2;
    color:#fff;
    background: #e8001a;
    margin-bottom: 20px;
}
.box-zl .our-zl .our-need-item{
    color:#666666;
    font-size: 20px;
    line-height: 50px;
    margin-left: 47px;
}
.box-zl .our-zl .our-need-item i{
    width:34px;
    height:34px;
    display:inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.box-zl .our-zl .our-need-item:nth-of-type(2) i{
    background: url("../images/gnzc_7.png");
}
.box-zl .our-zl .our-need-item:nth-of-type(3) i{
    background: url("../images/gnzc_8.png");
}
.box-zl .our-zl .our-need-item:nth-of-type(4) i{
    background: url("../images/gnzc_9.png");
}
.box-ys .ys-ul{
    display:flex;
    display: -webkit-flex;
    justify-content:center;
    -webkit-justify-content: center;
}
.box-ys .ys-ul .ys-column{
    width: 524px;
    height: 612px;
    margin: 30px;
    padding:42px 54px;
    border: 1px solid #b9b9b9;
    border-radius:8px;
    background: #fff;
}
.box-ys .ys-ul .column-tit.red{
    background: #e8001a;
}
.box-ys .ys-ul .column-tit{
    line-height: 80px;
    background: #4b505e;
    text-align: center;
    color:#fff;
    font-size: 28px;
    border-radius:8px;
}
.box-ys .ys-ul .wrap-fonts{
    margin: 20px auto;
    width:375px;
    overflow: hidden;
}
.box-ys .ys-ul .item-font {
    margin-top: 25px;
}
.box-ys .ys-ul .main-font{
    color:#666666;
    font-size: 22px;
    line-height: 1.4;
}
.box-ys .ys-ul .sub-font{
    color:#999999;
    font-size: 14px;
    line-height:1.4;
    padding-left:24px;
}

/***国内转让流程****/
.guonei-index-container .gnzr{
    padding: 35px 0;
}
.gnzr .block-tit{
    color:#727171;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
}
.gnzr .block-sub-tit{
    color: #999999;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
}
.box-zrlc{
    height:650px;
    background: url("../images/gnzc_bg.png") center bottom no-repeat;
}
.box-zrlc .lc-ul{
    display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 35px;
}
.box-zrlc .lc-ul li{
    width:186px;
    height:256px;
    background: #fff;
    border-radius: 10px;
}
.box-zrlc .p-price-include{
    margin-top: 30px;
    color:#7b7b7b;
    font-size: 22px;
    line-height: 2;
    border-bottom:1px solid #999999;
}
.box-zrlc .p-price-info{
    color:#7b7b7b;
    font-size: 16px;
    line-height:30px;
    margin-top: 10px;
}
.box-zrlc .lc-ul .info-img{
    display:block;
    width:52px;
    height:52px;
    margin:0 auto;
}
.box-zrlc .lc-ul li{
    padding:25px 30px;
}
.box-zrlc .lc-ul li:nth-of-type(1) .info-img{
    background: url("../images/gnzr_1.png");
}
.box-zrlc .lc-ul li:nth-of-type(2) .info-img{
    background: url("../images/gnzr_2.png");
}
.box-zrlc .lc-ul li:nth-of-type(3) .info-img{
    background: url("../images/gnzr_3.png");
}
.box-zrlc .lc-ul li:nth-of-type(4) .info-img{
    background: url("../images/gnzr_4.png");
}
.box-zrlc .lc-ul li:nth-of-type(5) .info-img{
    background: url("../images/gnzr_5.png");
}
.box-zrlc .lc-ul li:nth-of-type(6) .info-img{
    background: url("../images/gnzr_6.png");
}
.box-zrlc .lc-ul .info-tit{
    color:#333333;
    text-align: center;
    font-size: 18px;
    margin-top:5px;
}
.box-zrlc .lc-ul .info-num{
    color:#333333;
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
}
.box-zrlc .lc-ul .info-intro{
    color:#999999;
    text-align: center;
    font-size: 14px;
    margin-top:10px;
}
.box-zrzl{
    background: #ffffff;
}
.box-zrzl .zl-ul{
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.box-zrzl .zl-ul li{
    width:380px;
    height:225px;
    margin:30px;
    border:1px solid #b9b9b9;
    border-radius:8px;
    padding:5px 35px;
}
.box-zrzl .zl-tit{
    font-size: 18px;
    line-height:2.4;
    color:#666666;
    border-bottom: 1px solid #b9b9b9;
}
.box-zrzl .zl-items{
    margin-top:10px;
}
.box-zrzl .need-item{
    font-size: 16px;
    color:#8f8f8f;
    line-height:34px;
}
.box-zrzl .zl-items .need-item i{
    background: url("../images/gnzr_y.png");
    width:23px;
    height:23px;
    display:inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.box-zrys{
    background: url("../images/teams_pic.png") center bottom no-repeat;
    height:650px;
}
.box-zrys .ys-content{
    text-align: center;
    color:#7b7b7b;
    margin-top: 40px;
    font-size: 14px;
    line-height: 2;
}














