@charset "UTF-8";
/* 公共标题 */
.common_title{text-align: center;}
.common_title_t label{display: inline-block; width: 10px; height: 10px; border-radius: 50%; border: 1px solid rgba(132, 141, 173, 0.56); vertical-align: middle; position: relative;}
.common_title_t p{font-size: 30px; color: #243159; display: inline-block; margin: 0 36px; font-weight: bold; vertical-align: middle;}
.common_title_t p span{display: inline-block; width: 9px; height: 9px; background-color: #243159; border-radius: 50%; vertical-align: middle; position: relative; top: -1px; margin: 0 4px;}
.common_title_t_l:after{content: ''; display: inline-block; width: 28px; height: 0; border-bottom: 1px solid rgba(132, 141, 173, 0.56); position: absolute; left: 9px; top: 3px;}
.common_title_t_r:before{content: ''; display: inline-block; width: 28px; height: 0; border-bottom: 1px solid rgba(132, 141, 173, 0.56); position: absolute; left: -28px; top: 3px;}
.common_title_b{font-size: 14px; color: #9e9fa6; text-align: center; position: relative;}
.common_title_b.afterline:after{content: ''; display: block; width: 27px; height: 1px; background: url(../images/brandSpecial/icon21.png) no-repeat; margin: 12px auto 0;}
.common_title_b:after{content: ''; display: block; width: 17px; height: 1px; background: url(../images/projectDeclare/line_1.png) no-repeat center; position: absolute; bottom: -15px; left: 50%; margin-left: -8.5px;}
.common_title.white .common_title_t p{color: #fff;}
.common_title.white .common_title_b{color: rgba(255,255,255,.3);}
.common_title.white .common_title_b:after{opacity: 0.3;}
/*主内容*/
.container{background-color: #ebebf3;}
.container *{-webkit-box-sizing: border-box; box-sizing: border-box;}
/* 1200宽度盒子 */
.box1200{width: 1200px; margin: auto;}
/* banner */
.banner{width: 100%; height: 400px;}
.banner img{width: 100%;height: 100%;object-fit: cover;}
/* 查询 */
.container .search{height: 334px; background: url(../images/brandSpecial/search_bg.jpg); margin-top: -85px; padding-top: 22px; overflow: hidden; position: relative;}
.container .search .left-conner{position: absolute; top: 5px; left: 5px; display: block; width: 15px; height: 15px; border-top: 6px solid #bdbdbd; border-left: 6px solid #bdbdbd;}
.container .search .right-conner{position: absolute; top: 5px; right: 5px; display: block; width: 15px; height: 15px; border-top: 6px solid #bdbdbd; border-right: 6px solid #bdbdbd;}
.container .search .common_title_t p{color: #ff580e; font-size: 24px; font-weight: normal;}
.container .search .common_title_t p span{background-color: #ff580e;}
.container .search_input{width: 860px; height: 60px; margin: 14px auto 28px; background-color: #ffffff; -webkit-box-shadow: 0px 3px 10px 0px rgba(45, 39, 57, 0.14); box-shadow: 0px 3px 10px 0px rgba(45, 39, 57, 0.14); border-radius: 4px; border: solid 2px #ff580e; position: relative;}
.container .search_input img{margin: -4px 20px 0 15px;}
.container .search_input input{width: 620px; height: 100%; font-size: 14px;}
.container .search_input_button{width: 174px; height: 60px; background-color: #ff580e; line-height: 58px; font-size: 20px; color: #fff; font-weight: bold; text-align: center; position: absolute; top: -2px; right:0; -webkit-transition: all .4s; transition: all .4s;}
.container .search_input_button:hover{background-color: rgba(255, 88, 14, 0.8);}
.container .search_text{text-align: center;}
.container .search_text span{margin: 0 12px; font-size: 14px; color: #5c5c5c;}
.container .search_text span label{color: #ff580e; font-weight: bold;}
.container .search_slide{border-top: 1px dashed #dddddd; border-bottom: 1px dashed #dddddd; height: 56px; line-height: 54px; position: relative; overflow: hidden;}
.container .search_slide:before, .container .search_slide:after{content: ""; display: inline-block; width: 9px; height: 9px; background-color: #ebebf3; border-radius: 50%; display: inline-block; position: absolute; top: -5px;}
.container .search_slide:before{left: -4px;}
.container .search_slide:after{right: -4px;}
.container .search_slide_l{margin-left: 15px;}
.container .search_slide_l span{font-size: 14px; color: #5c5c5c; vertical-align: middle; font-weight: bold; margin-left: 5px;}
.container .search_slide_l img{position: relative; top: 1px;}
.container .search_slide_r{width: 1034px; height: 100%; position: relative;}
.container .search_slide_r li{margin: 0;}
.container .search_slide_r li span{display: inline-block; width: 343px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 1.5; vertical-align: middle;}
.container .search_slide_r li span:before{content: ""; display: inline-block; width: 13px; height: 13px; background: url(../images/brandSpecial/search_icon3.png) no-repeat; position: relative; top: 2px; margin-right: 5px;}
.container .search_slide_r .next,
.container .search_slide_r .prev{display: inline-block; width: 13px; height: 13px; border-radius: 6px; position: absolute; line-height: 10px; text-align: center; top: 22px; -webkit-transition: all .3s; transition: all .3s;}
.container .search_slide_r .next:hover,
.container .search_slide_r .prev:hover{background-color: #e4e4e4;}
.container .search_slide_r .next{right: 8px;}
.container .search_slide_r .prev{right: 28px;}
.container .search_links{background-color: #fff; width: 100%; height: 118px;}
.container .search_links li{float: left; width: 33.33%; height: 100%; border-left: 1px solid #ebebeb; padding: 28px 0 0 22px;}
.container .search_links li:first-child{border-left: none;}
.container .search_links li a{display: inline-block; width: 100%; height: 100%;}
.container .search_links li:hover .search_links_text{opacity: 1;}
.container .search_links li:hover .search_links_pic > img{opacity: .9;}
.container .search_links_pic{margin-right: 12px; position: relative; width: 60px; height: 60px; border-radius: 50%; overflow: hidden;}
.container .search_links_pic > img{opacity: 1; -webkit-transition: all .3s; transition: all .3s;}
.container .search_links_play{width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-align: center; line-height: 60px;}
.container .search_links_text{margin-top: 10px; opacity: .8; -webkit-transition: all .3s; transition: all .3s;}
.container .search_links_text p{font-size: 12px; color: #929292;}
.container .search_links_text p:first-child{font-size: 16px; color: #2a2a2a; font-weight: bold; margin-bottom: 4px;}
.container .search_links_text p:first-child i{display: inline-block; width: 19px; height: 19px; background: url(../images/brandSpecial/search_icon7.png); vertical-align: middle; position: relative; top: -1px; margin-left: 4px;}
.declare{width: 100%; height: 894px; margin-top: -280px; background: url(../images/projectDeclare/bg1.jpg) no-repeat top;}
.declare_in{padding-top: 317px;}
.declare_in .common_title img{margin-top: -10px;}
.declare_in_list{margin-top: -65px;}
.declare_in_list_1{width: 292px; height: 305px; background: url(../images/projectDeclare/declare_bg1.png) no-repeat center; margin-right: 8px; text-align: center; position: relative;}
.declare_in_list_1 .icon1, .declare_in_list_1 .icon2{display: block; position: absolute; width: 27px; height: 16px; top: 10px; left: 10px;}
.declare_in_list_1 .icon1{background: url(../images/projectDeclare/declare_icon1.png) no-repeat center;}
.declare_in_list_1 .icon2{background: url(../images/projectDeclare/declare_icon2.png) no-repeat center;}
.declare_in_list_1_name,.declare_in_list_2_name,.declare_in_list_3_name{margin-top: 37px; font-size: 30px; color: #fff;}
.declare_in_list_1_ename,.declare_in_list_2_ename,.declare_in_list_3_ename{font-size: 12px; color: rgba(254, 254, 254, 0.5); font-family: 'Arial';}
.declare_in_list_1_ename:after,.declare_in_list_2_ename:after,.declare_in_list_3_ename:after{content: ''; display: block; width: 17px; height: 1px; background: url(../images/projectDeclare/line_2.png) no-repeat center; margin: 5px auto;}
.declare_in_list_1_info,.declare_in_list_2_info,.declare_in_list_3_info{font-size: 14px; color: #fff; padding: 20px 15px 0;}
.declare_in_list_3_info{padding-top:0;}
.declare_in_list_1_btn,.declare_in_list_2_btn,.declare_in_list_3_btn{transition: .3s; display: block; width: 116px; height: 31px; border: 2px solid #fff; margin: auto; text-align: center; line-height: 27px; font-size: 13px; color: #ffffff; font-weight: bold; position: relative;}
.declare_in_list_1_btn:before,.declare_in_list_2_btn:before,.declare_in_list_3_btn:before{content: ''; display: block; width: 0; height: 0; border: 2.5px solid transparent; border-right: 2.5px solid #fff; position: absolute; top: 50%; left: 17px; margin-top: -1.25px;}
.declare_in_list_1_btn:after,.declare_in_list_2_btn:after,.declare_in_list_2_btn:after{content: ''; display: block; width: 0; height: 0; border: 2.5px solid transparent; border-left: 2.5px solid #fff; position: absolute; top: 50%; right: 17px; margin-top: -1.25px;}
.declare_in_list_1_btn:hover,.declare_in_list_2_btn:hover,.declare_in_list_3_btn:hover{transform: translateY(-2px);transition: .3s; border: 2px solid #ff714e; background: #ff714e; color: #ffffff;}
.declare_in_list_1_detail{width: 100%; height: 75px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 7px;}
.declare_in_list_1_detail span{display: inline-block; width: 80px; text-align: left; line-height: 32px; color: #ffffff; font-size: 13px;}
.declare_in_list_2{width: 292px; height: 305px; background: url(../images/projectDeclare/declare_bg2.png) no-repeat center; margin-right: 8px; text-align: center; position: relative;}
.declare_in_list_2 .icon1, .declare_in_list_2 .icon2{display: block; position: absolute; width: 27px; height: 16px; top: 10px; left: 10px;}
.declare_in_list_2 .icon1{background: url(../images/projectDeclare/declare_icon1.png) no-repeat center;}
.declare_in_list_2 .icon2{background: url(../images/projectDeclare/declare_icon2.png) no-repeat center;}
.declare_in_list_2_detail{width: 100%; height: 75px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 7px;}
.declare_in_list_2_detail span{display: inline-block; width: 80px; text-align: left; line-height: 32px; color: #ffffff; font-size: 13px;}
.declare_in_list_3{width: 292px; height: 305px; background: url(../images/projectDeclare/declare_bg4.png) no-repeat center; margin-right: 8px; text-align: center; position: relative;}
.declare_in_list_3 .icon1, .declare_in_list_3 .icon2{display: block; position: absolute; width: 27px; height: 16px; top: 10px; left: 10px;}
.declare_in_list_3 .icon1{background: url(../images/projectDeclare/declare_icon1.png) no-repeat center;}
.declare_in_list_3 .icon2{background: url(../images/projectDeclare/declare_icon2.png) no-repeat center;}
.declare_in_list_3_detail{width: 100%; height: 116px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 7px;}
.declare_in_list_3_detail span{display: inline-block; width: 80px; text-align: left; line-height: 32px; color: #ffffff; font-size: 13px;}
.declare_in_list_4{width: 292px; height: 305px; background: url(../images/projectDeclare/declare_bg3.png) no-repeat center; margin-right: 8px; text-align: center; position: relative;}
.declare_in_list_4 .declare_in_list_1_detail{height: 75px;}
.declare_in_list_4 .icon1, .declare_in_list_4 .icon2{display: block; position: absolute; width: 27px; height: 16px; top: 10px; left: 10px;}
.declare_in_list_4 .icon1{background: url(../images/projectDeclare/declare_icon1.png) no-repeat center;}
.declare_in_list_4 .icon2{background: url(../images/projectDeclare/declare_icon2.png) no-repeat center;}
.declare_in_list_4_name{margin-top: 37px; font-size: 30px; color: #fff;}
.declare_in_list_4_detail{width: 100%; height: 116px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 7px;}
.declare_in_list_4_detail span{display: inline-block; width: 80px; text-align: left; line-height: 32px; color: #ffffff; font-size: 13px;}
.declare_sm{width: 292px; height: 160px; float: left; padding: 25px 0 0 22px; margin-top: 10px; margin-right: 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.declare_sm1{background: url(../images/projectDeclare/declare_bg5.png) no-repeat;}
.declare_sm2{background: url(../images/projectDeclare/declare_bg6.png) no-repeat;}
.declare_sm3{background: url(../images/projectDeclare/declare_bg7.png) no-repeat;}
.declare_sm4{background: url(../images/projectDeclare/declare_bg8.png) no-repeat;}
.declare_in_list_4_1_name, .declare_in_list_4_2_name{font-size: 18px; color: #243159; font-weight: bold;}
.declare_in_list_4_1_info, .declare_in_list_4_2_info{font-size: 13px; color: #98999f; padding: 5px 0; height: 48px;}
.declare_in_list_4_1_btn, .declare_in_list_4_2_btn{transition: .3s; margin-top: 14px; display: block; width: 68px; height: 19px; border: 1px solid #f57449; border-radius: 2px; text-align: center; line-height: 17px; font-size: 12px; color: #ff6b4e;}
.declare_in_list_4_1_btn span:after, .declare_in_list_4_2_btn span:after{content: ''; display: inline-block; width: 0; height: 0; border: 2.5px solid transparent; border-left: 2.5px solid #ff6b4e; margin: 0px 0 0 6px; position: relative; top: -2px;}
.declare_in_list_4_1_btn:hover, .declare_in_list_4_2_btn:hover{transform: translateY(-2px);}
.declare_in_list_4_1{background: url(../images/projectDeclare/declare_bg4.png) no-repeat center;}
.declare_in_list_4_2{background: url(../images/projectDeclare/declare_bg5.png) no-repeat center; margin-top: 9px;}
.whydeclare{width: 100%; height: 900px; background: url(../images/projectDeclare/bg2.jpg) no-repeat center;}
.whydeclare_in{padding-top: 52px;}
.whydeclare_in_list{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 8px; height: 336px; background: #fff; border-radius: 4px; margin-top: 30px;}
.whydeclare_in_list_each{width: calc(25% - 1px); height: 100%; border-right: 1px solid #ebebeb; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 5px 12px 0 12px; position: relative;}
.whydeclare_in_list_each:last-child{border-right: none;}
.whydeclare_in_list_each_img{width: 100%; height: 150px; overflow: hidden;}
.whydeclare_in_list_each_img img{max-width: 276px; max-height: 276px; transition: .8s;}
.whydeclare_in_list_each_name{font-size: 18px; color: #292929; margin: 10px 0 5px 0; padding: 10px 0; border-bottom: 1px dashed #dedede;}
.whydeclare_in_list_each_p{line-height: 27px; font-size: 15px; color: #969696;}
.whydeclare_in_list_each:after{content: ''; display: block; position: absolute; bottom: 25px; left: 12px; width: 10px; height: 2px; background: url(../images/projectDeclare/wd_icon1.png) no-repeat center;}
.whydeclare_in_list_each:hover .whydeclare_in_list_each_img img{transform: scale(1.1);}
.whydeclare .declareprocess{padding-top: 57px;}
.whydeclare .declareprocess_detail{margin-top: 53px; width: 100%; height: 150px; background: url(../images/projectDeclare/declareprocess_bg1.png) no-repeat top 37px center;}
.whydeclare .declareprocess_detail_each{width: 200px; text-align: center; transition: 0.3s;}
.whydeclare .declareprocess_detail_each:hover{transform: translateY(-4px);}
.whydeclare .declareprocess_detail_each_t{font-size: 16px; color: #414141; margin: 14px 0 3px 0;}
.whydeclare .declareprocess_detail_each_et{font-size: 12px; color: #7e7e7e;}
/* 顾问 */
.team{width: 100%; height: 549px; background: url(../images/brandSpecial/team.jpg) center -1px no-repeat; padding-top: 30px;}
.team .common_title_b:after{content: ''; display: block; width: 31px; height: 1px; background: url(../images/projectDeclare/team_icon1.png) no-repeat center; position: absolute; bottom: -15px; left: 50%; margin-left: -15.5px;}
.team_slide{margin-top: 26px;}
.team_slide_hd ul{width: auto; text-align: center; font-size: 0;}
.team_slide_hd ul li{display: inline-block; font-size: 14px; color: #fff; font-weight: bold; padding: 0 40px; height: 40px; line-height: 40px; border: 1px solid #8b90a2; border-left: none; cursor: pointer;}
.team_slide_hd ul li:first-child{border-left: 1px solid #8b90a2;}
.team_slide_hd ul li.on{border-top: 2px solid #ef561e; position: relative;}
.team_slide_hd ul li.on:before{content: ''; display: inline-block; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 3px 4px 0 4px; border-top-color: #ef561e; position: absolute; top: 0; left: 50%; margin-left: -2px;}
.team_slide_bd{margin-top: 40px; height: 299px; overflow: hidden;}
.team_slide_bd .team_star{width: 282px; height: 299px; float: left; margin-right: 3px; background: url(../images/brandSpecial/team_pic1.jpg) center no-repeat; text-align: center;}
.team_slide_bd .team_star>a{display: block;padding-top: 22px;height: 299px;position: relative;}
.team_slide_bd .team_star_t{font-size: 18px; color: #fff; font-weight: bold;}
.team_slide_bd .team_star_pic{margin: 5px auto 3px; width: 140px; height: 140px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.2); padding: 10px; overflow: hidden;}
.team_slide_bd .team_star_pic_exp{
    position: absolute;
    width: 102px;
    height: 26px;
    background: url(../images/label.png)no-repeat center center;
    background-size: 102px 26px;
    color: #FFEBCC;
    top: 80px;
    right: 10px;
    border-radius: 16px;
    line-height: 26px;
    font-size: 12px;
    padding-left: 18px;
}
.team_slide_bd .team_star_pic img{width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: 50%;}
.team_slide_bd .team_star_name{font-size: 15px; color: #fff; font-weight: bold;}
.team_slide_bd .team_star_exp{font-size: 14px; color: #ffd3bf; margin: 0 0 6px;}
.team_slide_bd .team_star span {
    display: inline-block;
    width: 160px;
    height: 36px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD037), to(#FFD037)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: linear-gradient(#FFD037, #FFD037), linear-gradient(#ffffff, #ffffff);
    -webkit-box-shadow: 1px 1px 8px 0px rgba(129, 80, 59, 0.23);
    box-shadow: 1px 1px 8px 0px rgba(129, 80, 59, 0.23);
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 36px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team_slide_bd .team_star:hover span{-webkit-transform: translateY(-2px); transform: translateY(-2px);}
.team_slide_bd .team_person{width: 146px;height: 148px;float: left;position: relative;margin: 0 0 4px 4px;overflow: hidden;}
.team_slide_bd .team_person:hover .team_person_contact{width: 100%; height: 100%;}
.team_slide_bd .team_person_pic{width: 100%; height: 100%; background:#15181D;}
.team_slide_bd .team_person_pic img{width: 100%;height: 100%;}
.team_slide_bd .team_person_contact{width: 0; height: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background-color: rgba(0, 0, 0, 0.6); text-align: center; overflow: hidden; -webkit-transition: all 0.3s; transition: all 0.3s;}
.team_slide_bd .team_person_contact > .team_mask_link{width: 146px;height: 146px;position: absolute;top: 50%;left: 50%;margin-left: -72px;margin-top: -73px;}
.team_slide_bd .team_person_contact i{display: inline-block; width: 10px; height: 10px; position: absolute; top: 10px; left: 4px; border-left: 2px solid #3d3d3d; border-top: 2px solid #3d3d3d;}
.team_slide_bd .team_person_contact .text { 
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    height: 96px;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
  }
  
.team_slide_bd .team_person_contact .text p {
    line-height: 24px;
    text-align: left;
}
.team_slide_bd .team_person_contact .text p:nth-child(2){
    margin-top: 5px;
}
.team_slide_bd .team_person_contact .text p:nth-child(3) {
    background: #ffffffb0;
    display: block;
    width: 10px;
    height: 2px;
    margin-top: 8px;
}
.team_slide_bd .team_person_contact .text p:nth-child(2), .team_slide_bd .team_person_contact .text p:nth-child(3){
    font-size: 13px;
    line-height: 20px;
    color: #ffffffb0;
    font-weight: 300;
}
.team_slide_bd .team_person_contact span{display: inline-block; width: 130px; height: 26px; background-color: #fa753c; -webkit-box-shadow: 1px 1px 8px 0px rgba(129, 80, 59, 0.23); box-shadow: 1px 1px 8px 0px rgba(129, 80, 59, 0.23); border-radius: 13px; font-size: 14px; color: #fff; line-height: 26px; -webkit-transition: box-shadow 0.2s; -webkit-transition: -webkit-box-shadow 0.2s; transition: -webkit-box-shadow 0.2s; transition: box-shadow 0.2s; transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;}
.advantage{width: 100%; height: 747px; background: url(../images/projectDeclare/bg4.jpg) no-repeat center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 57px;}
.advantage .common_title_t p{color: #2f3547;}
.advantage .common_title_b{color: #a4a4a4;}
.advantage_list{margin-top: 40px;}
.advantage_list_each{width: 292px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-bottom: 17px; text-align: center; margin-right: 10px; background: #fff; border-radius: 4px; position: relative; z-index: 2;}
.advantage_list_each:last-child{margin-right: 0;}
.advantage_list_each .advantage_img1{max-width: 50px; max-height: 50px; position: absolute; top: -25px; left: 50%; margin-left: -25px;}
.advantage_list_each .advantage_img2{margin: 14px 0 6px 0;}
.advantage_list_each .advantage_name{font-size: 18px; color: #515868; font-weight: bold; background: url(../images/projectDeclare/advantage_icon2.png) no-repeat center; margin: 33px 0 5px 0;}
.advantage_list_each .advantage_info{border-top: 1px dashed #e9e9e9; font-size: 14px; color: #9e9e9e; line-height: 26px; padding: 15px 25px 0 25px;}
.advantage_list_each:after{content: ''; display: block; width: 58px; height: 58px; border-radius: 100%; border-top: 1px solid #d3d3d4; position: absolute; top: -30px; left: 50%; margin-left: -29px;}
.advantage_show{height: 398px; background: #fff; border: 1px solid rgba(0, 0, 0, 0.02); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.02); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 15px; position: relative; z-index: 1; margin-top: 10px;}
.advantage_show_l{overflow: hidden; width: 282px; margin-right: 5.5px;}
.advantage_show_l_up img, .advantage_show_l_down img{max-width: 282px; max-height: 180px;}
.advantage_show_l_down{margin-top: 8px;}
.advantage_show_m{width: 304px; height: 368px; margin-right: 5.5px;}
.advantage_show_m img{max-width: 304px; max-height: 368px;}
.advantage_show_r_up{width: 570px; height: 180px;}
.advantage_show_r_up img{max-width: 570px; max-height: 180px;}
.advantage_show_r_down{margin-top: 8px;}
.advantage_show_r_down_l, .advantage_show_r_down_r{width: 282px; height: 180px;}
.advantage_show_r_down_l img, .advantage_show_r_down_r img{max-width: 282px; max-height: 180px;}
.advantage_show_r_down_r{margin-left: 7px;}
.advantage_show .position{position: relative; overflow: hidden;}
.advantage_show .position img{transition: 0.5s;}
.advantage_show .position:hover img{transform: scale(1.05);}
.advantage_show .a_mark{position: absolute; display: inline-block; padding: 4px 12px; font-size: 14px; color: #ffffff; font-weight: bold; left: 0; bottom: 14px; border-radius: 0 10px 10px 0; background: #6179c2;}
.advantage_show .a_mark:before{content: ''; display: block; position: absolute; top: 50%; left: 4px; width: 5px; height: 5px; border-radius: 100%; background: #fff; margin-top: -2.5px;}
.honor_wrap{width: 100%; height: 750px; background: url(../images/projectDeclare/bg7.png) no-repeat center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 42px;margin-top: 54px;}
.honor .common_title img{margin-top: -25px;}
.honor_show{margin-top: -20px; width: 1200px;}
.honor_show_l{width: 293px; height: 385px; text-align: center; line-height: 385px; margin-left: 9px; box-shadow: 0 3px 7px rgba(0, 0, 0, 0.02); transition: 0.3s;}
.honor_show_l:first-child{margin-left: 0;}
.honor_show_l:hover{transform: translateY(-4px);}
.honor_show_l img{max-width: 293px; max-height: 385px;}
.honor_show_r{width: 705px;}
.honor_show_r_up_1, .honor_show_r_down_1{box-shadow: 0 3px 7px rgba(0, 0, 0, 0.02); width: 166px; margin-right: 12px; text-align: center; transition: 0.3s;}
.honor_show_r_up_1:hover, .honor_show_r_down_1:hover{transform: translateY(-4px);}
.honor_show_r_up_1:last-child, .honor_show_r_down_1:last-child{margin-right: 0;}
.honor_show_r_up{height: 208px; line-height: 208px;}
.honor_show_r_up_1{background: url(../images/copyrightservice/honer_bg2.png) no-repeat center;}
.honor_show_r_up img{max-width: 112px; max-height: 154px;}
.honor_show_r_down{height: 138px; line-height: 138px; margin-top: 14px;}
.honor_show_r_down_1{background: url(../images/copyrightservice/honer_bg3.png) no-repeat center;}
.honor_show_r_down img{max-width: 132px; max-height: 89px;}
.case_wrap{width: 100%; height: 594px; background: url(../images/projectDeclare/bg6.jpg) no-repeat center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 42px;}
.case .common_title img{margin-top: -25px;}
.case_list{margin-top: -20px; padding-bottom: 60px;}
.case_list_each{width: 592px; height: 180px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 20px; margin: 0 16px 16px 0; transition: 0.3s;}
.case_list_each:hover{transform: translateY(-4px);}
.case_list_each:nth-child(2n){margin-right: 0;}
.case_list_each:nth-child(3), .case_list_each:nth-child(4){margin-bottom: 0;}
.case_list_each_img{width: 148px; height: 148px; margin-right: 18px;}
.case_list_each_detail{width: 375px; height: 140px; position: relative;}
.case_list_each_detail_name{font-size: 18px; color: #393f52; font-weight: bold; width: 375px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden;}
.case_list_each .mCSB_scrollTools_vertical{display: none;}
.case_list_each_detail_name:after{content: ''; display: block; width: 21px; height: 1px; background: url(../images/copyrightservice/line_2.png) no-repeat center; margin: 5px 0;}
.case_list_each_detail_info{font-size: 14px; color: #acadb2; height: 48px; width: 375px; display: inline-block; line-height: 24px; overflow: hidden;}
.case_list_each_detail_check{margin-top: 20px; font-size: 14px; color: #7488c2; display: inline-block;}
.background_4{position: fixed; _position: absolute; z-index: 9999; top: 0px; left: 0px; width: 100%; height: 100%; background: #323232; background: rgba(0, 0, 0, 0.5); display: none;}
/*查询能否登记弹窗*/
.webox{position: fixed; _position: absolute; z-index: 9999; padding: 14px; _background: #000; background: rgba(10, 10, 10, 0.5); border-radius: 5px; width: 700px; height: 400px; display: block; left: 50%; top: 50%; margin: -200px 0 0 -350px;}
.webox.espic,.webox.espic #inside{height: 460px;}
.webox #inside{background-color: #ffffff; height: 400px;}
.webox #inside h1{-moz-user-select: none; -webkit-user-select: none; position: relative; display: block; margin: 0; padding: 0; font-size: 18px; color: #fff; line-height: 60px; height: 60px; padding-left: 35px; font-family: Arial; background: #0586eb; cursor: move;}
.webox #inside h1 a{position: absolute; display: block; right: 15px; margin-top: 15px; top: 0px; font-size: 14px; background-image: url(../images/close.fw.png); background-repeat: no-repeat; background-position: center top; width: 28px; height: 28px; cursor: pointer; display: inline-block;}
.webox #inside h1 a:hover{background-position: center bottom;}
.trademark-xq-reg{width: 440px; margin: 0 auto; color: #999; font-size: 14px; padding-top: 40px;}
.trademark-xq-buy{width: 470px; margin: 0 auto;}
.trademark-xq-buy-c li{margin-top: 24px; position: relative;}
.trademark-xq-buy-cl{float: left;width: 105px;text-align: right;color: #4c4c4c;font-size: 16px;padding-top: 6px;}
.trademark-xq-buy-cr{float: left;width: 333px;height: 34px;padding-left: 10px;}
.clearone{clear: both; zoom: 1; height: 0;}
.trademark-xq-buy-input{border: 1px solid #eee;height: 32px;line-height: 32px;width: 333px;padding: 0 10px;}
.trademark-xq-reg-c-a{background: #7ac143 url(../images/trademark-serxq-d.png) no-repeat 10px 50%;color: #fff;position: absolute;top: -20px;left: 116px;width: 326px;height: 20px;padding-left: 28px;}
.submit-btn{background: #ff962a; border: 1px solid #ff962a; width: 149px; height: 38px; cursor: pointer; color: #fff; font-size: 14px; margin-left: 90px;}
.reset-btn{background: #e5e5e5; border: 1px solid #d2d2d2; width: 149px; height: 38px; cursor: pointer; color: #4c4c4c; font-size: 14px; margin-left: 10px;}
.trademark-xq-reg-b{height: 42px; line-height: 42px; color: #999; font-size: 14px; border-top: 1px dashed #efefef; margin-top: 35px;}
.trademark-xq-reg-b span{padding-left: 20px;}
.trademark-xq-buy-cr .select_box{float: left;}
.trademark-xq-buy-cr .select_box dl dd{float: left; border: 1px solid #eee; height: 32px; line-height: 32px; width: 380px; position: relative;}
.trademark-xq-buy-cr .select_box dl dd span{display: inline-block; width: 100%; position: relative;}
.trademark-xq-buy-cr .select_box dl dd span a{display: inline-block; width: 100%; height: 32px; line-height: 32px; font-size: 12px; color: #818181; background: url(../images/pull_down_icon.png) no-repeat 94% 50%; padding: 0 44px 0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.trademark-xq-buy-cr .select_box dl dd .select{position: absolute; left: -1px; top: 32px; width: 100%; max-height: 120px; height: auto; z-index: 999; border: 1px solid #eee; background: #fff; overflow-x: hidden; overflow-y: auto; display: none;}
.trademark-xq-buy-cr .select_box dl dd .select a{display: block; width: 100%; height: 24px;}
.trademark-xq-buy-cr .select_box dl dd .select a label{display: block; width: 100%; line-height: 24px; font-size: 12px; color: #818181; text-indent: 10px; cursor: pointer;}
.trademark-xq-buy-cr .select_box dl dd .select a input{width: 13px; height: 13px; display: inline-block; vertical-align: top; margin: 6px 4px 4px 0;}
/*查询能否登记弹窗*/
/* 商标注册 */
.container .search.espic .common_title_t p{font-size: 26px;line-height: 36px;}
.container .fuck{display: table;margin: 0 auto;}
.container .fuck .search_input{display: inline-block;width: 810px;}
.container .fuck .search_input input{width: 570px;}
.container .fucklink{display: inline-block;font-weight: bold;font-size: 18px;color: #ff580e;width: 186px;height: 60px;line-height: 58px;text-align: center;background: #f2f2fa;border: 1px solid #e7e7fa;border-radius: 4px;-webkit-border-radius: 4px;vertical-align: top;margin-top: 14px;margin-left: 15px;}
.container .fucklink::after{content: "";display: inline-block;vertical-align: top;width: 20px;height: 58px;margin-left: 11px;background: url(../images/registerglobal/icon1.png) no-repeat center;}
.side1{width: 100%;height: 1056px;margin-top: -283px;}
.sidebd{width: 1200px;height: 100%;margin: 0 auto;}
.side1 .common_title{padding-top: 334px;}
.side1 .common_title_b:after{height: 40px;background: url(../images/registerglobal/icon3.png) no-repeat center;width: 100%;margin-left: -600px;bottom: -46px;}
.side1 ul{width: 1220px;height: 584px;margin: 20px 0 0 -10px;position: relative;}
.side1 li{position: relative;width: 224px;height: 230px;background: url(../images/registerglobal/icon2.png) no-repeat;float: left;margin: 15px 10px;box-shadow: 0 3px 7px rgba(0, 0, 0, 0.02);text-align: center;}
.side1 li.li10{background-image:url(../images/registerglobal/more_bg.png);}
.side1 li:after {content:'';display: none;position: absolute;bottom: -4px;left: 0;width: 100%;height: 4px;}
.side1 li:hover{transform: translateY(-4px);-webkit-transform: translateY(-4px);transition: all 0.3s;-webkit-transition: all 0.3s;}
.side1 li:hover:after {display: block}
.side1 li>a{display: block;height: 230px;overflow: hidden;}
.side1 li .boxlink{height: 139px;position: relative;overflow: hidden;}
.side1 li .boxlink >a{display: block;height: 139px;}
.side1 li .smlinkto{width: 112px;height: 20px;position: absolute;bottom: 8px;right: 0;z-index: 9;}
.side1 li .smlinkto a{display: block;height: 20px;line-height: 20px;font-size: 14px;color: #9e9fa6;}
.side1 li .smlinkto a:hover{color: #ff580e;}
.side1 li .p1{margin: 25px auto 23px auto;padding: 3px 0;width: 136px; background: #f0eef8;box-shadow: 0 2px 5px rgba(59,66,118,0.1); -webkit-box-shadow: 0 2px 5px rgba(59,66,118,0.1);border-radius: 6px; -webkit-border-radius: 6px;}
.side1 li .p1 img{width: 130px; border-radius: 4px; -webkit-border-radius: 4px;}
.side1 .li10 .p1{width: 100%;background: none;box-shadow: none; -webkit-box-shadow: none;padding: 0;}
.side1 .li10 .p1 b{width: 85px;padding: 3px 0;background: #f0eef8;display: inline-block;box-shadow: 0 4px 5px rgba(59,66,118,0.1); -webkit-box-shadow: 0 4px 5px rgba(59,66,118,0.1);border-radius: 6px; -webkit-border-radius: 6px;}
.side1 .li10 .p1 img{width: 79px;}
.side1 li .p2{font-weight: bold;font-size: 18px;color: #3e4b73;margin-top: -4px;}
.side1 li .p3{font-weight: bold;font-size: 30px;color: #ff580e;}
.side1 li .p3 span{font-weight: normal;font-size: 16px;}
.side1 li .p4{border-top: 1px solid #ebebf3;height: 43px;width: 100%;position: absolute;left: 0;bottom: 0;}
.side1 li .p4 span{float: left;width: 50%;height: 42px;position: relative;line-height: 42px;font-size: 14px;color: #9e9fa6;}
.side1 li .p4 span::after{content: "";display: block;width: 1px;height: 42px;background: #ebebf3;position: absolute;left: 0;top: 0;}
.side1 li .p4 span:first-child::after{display: none;}
.side1 li .p4 span:hover{color: #ff580e;}
.online_lk{width: 112px;height: 42px;position: absolute;bottom: 0;right: 0;}
.online_lk a{display: block;height: 42px;line-height: 42px;font-size: 14px;color: #9e9fa6;}
.online_lk a:hover{color: #ff580e;}
.side1 li .p1 > div{display: inline-block;vertical-align: top;margin-left: 10px;}
.side1 li .p1 > div > span{font-weight: bold;font-size: 18px;color: #3e4b73;text-align: left;display: block;}
.side1 li .p1 > div p{font-weight: bold;font-size: 24px;color: #ff580e;}
.side1 li .p1 > div p span{font-weight: normal;font-size: 16px;}
.side1 li .s1{height: 20px;}
.side1 li .s1 .span1{float: left;width: 100%;height: 20px;position: relative;line-height: 20px;font-size: 14px;color: #9e9fa6;}
.side1 li .s1 .span1::after{content: "";display: block;width: 1px;height: 10px;background: #ebebf3;position: absolute;left: 30px;top: 5px;}
.side1 li .s1 .span1:first-child::after{display: none;}
.side1 li .s1 .span1:hover{color: #ff580e;}
.side1 li >a.s2{display: block;width: 130px;height: 38px;position: absolute;left: 20px;bottom: 31px;background: url(../images/registerglobal/more_btn.png) no-repeat center;}
.side1 li.li10:hover >a.s2{background-image: url(../images/registerglobal/more_btnh.png);}
.side2{height: 610px;background: url(../images/registerglobal/side2bg.jpg) no-repeat center top;padding-top: 58px;}
.side2 .common_title_b:after{display: none;}
.side3 .common_title_b:after{width: 100%;height: 83px;background: url(../images/registerglobal/icon31.png) no-repeat center;margin-left: -600px;bottom: -85px;}
.side4 .common_title_b:after{width: 100%;height: 83px;background: url(../images/registerglobal/icon32.png) no-repeat center;margin-left: -600px;bottom: -85px;}
.side2 ul{height: 357px;display: table;margin: 48px auto 0;}
.side2 li{float: left;width: 285px;height: 357px;position: relative;text-align: center;overflow: hidden;margin-left: 20px;}
.side2 li:first-child{margin-left: 0;}
.side2 li:hover{transform: translateY(-4px);-webkit-transform: translateY(-4px);transition: all 0.3s;-webkit-transition: all 0.3s;}
.side2 li>a{display: block;width: 285px;height: 357px;}
.kflink{width: 210px;height: 36px;position: absolute;left: 50%;margin-left: -105px;bottom: 20px;}
.kflink a{display: block;height: 36px;text-indent: -9999px;}
.boxlink .newleft{ position: absolute;
    bottom: 8px;
    width: 112px;
    height: 20px;
    left: 0;
    text-align: center;;}
.side2 li .text{width: 100%;height: 180px;background: #fff;border-radius: 0 0 4px 4px;-webkit-border-radius: 0 0 4px 4px;position: absolute;left: 0;bottom: 0;}
.side2 .li1{background: url(../images/registerglobal/icon16.png) no-repeat center top;}
.side2 .li2{background: url(../images/registerglobal/icon17.png) no-repeat center top;}
.side2 .li3{background: url(../images/registerglobal/icon18.png) no-repeat center top;}
.side2 .li4{background: url(../images/registerglobal/icon19.png) no-repeat center top;}
.side2 li .p1{font-weight: bold;font-size: 18px;color: #505187;padding-top: 18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.side2 li .p2{font-size: 12px;color: #b3b3d2;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding: 0 10px;margin-top: 3px;}
.side2 li .p3{font-size: 14px;color: #707190;height: 72px;line-height: 24px;padding: 0 34px;margin-top: 14px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;text-align: left;}
.side2 li .p4{width: 210px;height: 82px;margin: 0 auto;padding-top: 30px;}
.side2 li .p4 span{display: block;height: 36px;line-height: 34px;border: 1px solid #b2c1f2;border-radius: 3px;-webkit-border-radius: 3px;font-size: 14px;color: #3e4b73;margin-top: 10px;}
.side2 li .p4 span:hover{opacity: .8;}
.side2 li .p4 span:first-child{border: 1px solid #ff580e;color: #fff;background: #ff580e;margin-top: 0;}
.side2 li:hover .p3{display: none;}
.side2 li:hover .p4{padding-top: 12px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.side3{height: 720px;padding-top: 68px;}
.side4{height: 578px;padding-top: 21px;}
.district{width: 1200px; height: 504px; background: url("../images/registerglobal/icon20.jpg") no-repeat left bottom; position: relative; margin-top: 33px;}
.area_list{float: left; width: 934px; height: 100%; position: relative;}
.syn_other{float: right; width: 218px; margin-right: 48px; height: 100%; position: relative;}
.area_list > li{width: 210px;}
.area_list > .li01{margin-top: 42px;}
.area_list > li .tab{width: 194px; height: 60px; margin-left: 16px; padding: 11px 0 11px 24px; border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; position: relative; cursor: pointer;}
.area_list > li.on .tab{background: #6981d2;}
.area_list > li.on .tab:after{content: ""; display: inline-block; border-right: 5px solid #fff; border-top: 5px solid transparent; border-bottom: 5px solid transparent; position: absolute; top: 25px; right: 0;}
.area_list > li .tab span{display: block; line-height: 22px; font-weight: bold; font-size: 16px; color: #adbdfe;}
.area_list > li .tab div{line-height: initial; font-weight: bold; font-size: 12px; color: #adbdfe;}
.area_list > li.on .tab span{color: #fff;}
.area_list > li.on .tab div{color: #fff;}
.area_list > li .cont{width: 724px; height: 504px; position: absolute; top: 0; left: 210px; z-index: 1; display: none;}
.area_list > li.on .cont{display: block;}
.hont{width: 640px; font-size: 14px; color: #9e9fa6; line-height: 22px; position: absolute; left: 60px; bottom: 36px;}
.hont b{font-weight: bold; color: #646777;}
.arrange01{padding: 58px 36px 0 32px; overflow: hidden;}
.arrange01 li{float: left; width: 136px; height: 94px; border: 1px solid #ebebf3; margin-left: 28px; margin-bottom: 28px; border-radius: 4px; -webkit-border-radius: 4px; position: relative; overflow: hidden;}
.arrange01 li .mask{text-align: center; width: 136px; height: 94px; border-radius: 4px; -webkit-border-radius: 4px; background: rgba(23, 30, 69, 0.9); position: absolute; top: 0; left: 0; transition: transform 0.2s ease-in-out; -webkit-transition: -webkit-transform 0.2s ease-in-out; transform: translateY(-94px); -webkit-transform: translateY(-94px);}
.arrange01 li:hover .mask{transform: translateX(0px); -webkit-transform: translateX(0px);}
.arrange01 li.last .mask{transform: translateX(0px); -webkit-transform: translateX(0px);}
.arrange01 li .p1{font-weight: bold; font-size: 14px; color: #fff; padding-top: 20px;}
.arrange01 li .btn{display: inline-block; width: 86px; height: 24px; line-height: 24px; text-align: center; font-size: 12px; color: #fff; border-radius: 12px; -webkit-border-radius: 12px; background: rgba(90, 71, 217, 0.7); margin-top: 15px;}
.arrange01 li .btn_m{display: inline-block; width: 86px; height: 24px; line-height: 24px; text-align: center; font-size: 12px; color: #fff; border-radius: 12px; -webkit-border-radius: 12px; background: rgba(90, 71, 217, 0.7); margin-top: 15px;}
.arrange01 li .more{display: block; width: 136px; height: 94px; border-radius: 4px; -webkit-border-radius: 4px; background: url("../images/registerglobal/icon21.png") no-repeat center 24px;}
.arrange01 li .more span{display: block; line-height: initial; font-size: 12px; color: #fff; padding-top: 54px;}
.arrange02{padding: 58px 36px 0 60px; height: 504px; overflow: hidden;}
.wipo_fl{float: left; width: 206px; height: 100%;}
.wipo_fl img{margin-bottom: 16px;}
.wipo_fr{float: left; width: 388px; height: 100%; margin-left: 34px;}
.wipo_fr .h1{font-weight: bold; font-size: 16px; color: #4c4c4c; margin-top: -4px; padding-bottom: 16px;}
.wipo_fl .p, .wipo_fr .p{font-size: 12px; color: #999; line-height: 20px; text-align: justify; padding-bottom: 20px;}
.wipo_fr .indent{text-indent: 28px;}
.wipo_fl b, .wipo_fr b{font-weight: bold;}
.arrange03{padding: 58px 36px 0 60px; height: 504px; overflow: hidden;}
.arrange03 li{height: 75px; margin-bottom: 20px; position: relative;}
.arrange03 .tit{font-weight: bold; font-size: 16px; color: #4c4c4c; margin-top: -2px; margin-bottom: 18px;}
.arrange03 li img{float: left; width: 109px; height: 75px; margin-right: 12px;}
.arrange03 li .text{float: left; width: 507px; height: 75px;}
.arrange03 li .text .p1{line-height: 20px; font-weight: bold; font-size: 14px; color: #4c4c4c; margin-top: -2px;}
.arrange03 li .text .p1 span{display: inline-block; font-size: 12px; color: #777be5; font-weight: normal;}
.arrange03 li .text .p2{max-height: 60px; line-height: 20px; font-size: 12px; color: #999; text-align: justify; overflow: hidden;}
.syn_other .serverbox{height: 300px; background: #fff; border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0 2px 9px rgba(0, 0, 32, 0.16); -webkit-box-shadow: 0 2px 9px rgba(0, 0, 32, 0.16); margin-top: 57px; text-align: center;}
.syn_other .serverbox .h1{font-weight: bold; font-size: 16px; color: #4c4c4c; padding-top: 28px; line-height: initial;}
.syn_other .serverbox .img{display: block; width: 120px; height: 120px; padding: 10px; border: 1px solid #ececf4; background: #fff; border-radius: 100%; -webkit-border-radius: 100%; overflow: hidden; margin: 12px auto 16px;}
.syn_other .serverbox .img img{width: 100px; height: 100px; border-radius: 100%; -webkit-border-radius: 100%; overflow: hidden;}
.syn_other .serverbox .consult{display: block; width: 160px; height: 32px; line-height: 30px; text-align: center; font-size: 14px; color: #fff; border: 1px solid #ff580e; background: #ff580e; border-radius: 4px; -webkit-border-radius: 4px; margin: 0 auto;}
.syn_other .serverbox .yuyue{display: block; width: 160px; height: 32px; line-height: 30px; text-align: center; font-size: 14px; color: #3e4b73; border: 1px solid #b2c1f2; border-radius: 4px; -webkit-border-radius: 4px; margin: 10px auto 0;}
.syn_other .news_scroll{overflow: hidden; margin-top: 38px;}
.syn_other .news_scroll .tit{line-height: initial; font-weight: bold; font-size: 14px; color: #4c4c4c; padding-bottom: 6px;}
.syn_other .news_scroll .scrollbox li{height: 22px; line-height: 22px; font-size: 12px; color: #999; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.syn_other .news_scroll .scrollbox li span{color: #ff580e;}
.syn_other .news_scroll .scrollbox li i{display: inline-block; width: 50px; padding: 0 10px; color: #4c4c4c;}
.subsidize{height: 380px;margin: 34px auto 0;position: relative;}
.subsidize li{float: left; width: 210px; height: 380px; margin-left: 1px; position: relative; overflow: hidden;}
.subsidize li:first-child{margin-left: 0;}
.subsidize li.on{width: 356px;}
.subsidize li .tab{text-align: center; width: 210px; height: 100%; position: relative; z-index: 1; transition: transform 0.3s ease-out; -webkit-transition: -webkit-transform 0.3s ease-out; transform: translateX(0px); -webkit-transform: translateX(0px);}
.subsidize li .pop{padding-left: 40px; width: 356px; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; transition: transform 0.3s ease-out; -webkit-transition: -webkit-transform 0.3s ease-out; transform: translateX(210px); -webkit-transform: translateX(210px);}
.subsidize li.on .tab{transform: translateX(-210px); -webkit-transform: translateX(-210px);}
.subsidize li.on .pop{transform: translateX(0px); -webkit-transform: translateX(0px);}
.subsidize .li1 .tab{background: url("../images/registerglobal/subsidize_sm01.png") no-repeat;}
.subsidize .li2 .tab{background: url("../images/registerglobal/subsidize_sm02.png") no-repeat;}
.subsidize .li3 .tab{background: url("../images/registerglobal/subsidize_sm03.png") no-repeat;}
.subsidize .li4 .tab{background: url("../images/registerglobal/subsidize_sm04.png") no-repeat;}
.subsidize .li5 .tab{background: url("../images/registerglobal/subsidize_sm05.png") no-repeat;}
.subsidize .li1.on .pop{background: url("../images/registerglobal/subsidize_hover01.png") no-repeat;}
.subsidize .li2.on .pop{background: url("../images/registerglobal/subsidize_hover02.png") no-repeat;}
.subsidize .li3.on .pop{background: url("../images/registerglobal/subsidize_hover03.png") no-repeat;}
.subsidize .li4.on .pop{background: url("../images/registerglobal/subsidize_hover04.png") no-repeat;}
.subsidize .li5.on .pop{background: url("../images/registerglobal/subsidize_hover05.png") no-repeat;}
.subsidize li .tab .p1{font-weight: bold;font-size: 16px;color: #545476;padding-top: 191px;}
.subsidize li .tab .p2{font-size: 12px;color: #7f7f9f;text-transform: uppercase;margin-top: 2px;}
.subsidize li .tab .p2::after{content: "";display: block;width: 126px;height: 1px;background: url(../images/registerglobal/icon22.png) no-repeat;margin: 15px auto 0;}
.subsidize li .tab .p3{width: 115px;height: 32px;line-height: 30px;border: 1px solid #cbcae5;font-size: 14px;color: #46467d;margin: 19px auto 0;}
.subsidize li .pop .s1{font-weight: bold;font-size: 21px;color: #fff;padding-top: 78px;}
.subsidize li .pop .s2{font-size: 12px;color: rgba(255,255,255,0.5);margin-top: 2px;  text-transform: uppercase;}
.subsidize li .pop .s2::after{content: "";display: block;width: 126px;height: 1px;background: url(../images/registerglobal/icon23.png) no-repeat;margin-top: 15px;}
.subsidize li .pop .s3{font-size: 14px;color: #fff;line-height: 26px;padding-right: 36px;margin-top: 12px;}
.subsidize li .pop .s4{font-weight: bold;font-size: 14px;color: #fff;margin-top: 4px;}
.subsidize li .pop .s5{display: inline-block;width: 115px;height: 32px;line-height: 30px;text-align: center;font-size: 14px;color: rgba(255,255,255,0.8);border: 1px solid rgba(255,255,255,0.8);margin-top: 40px;}
/* 国际商标转让 */
.banner.diff{background: url(../images/registerglobal/banner2.jpg) center bottom no-repeat;}
.section1{width: 100%;height: 1036px;margin-top: -283px;}
.sectionbd{width: 1200px;height: 100%;margin: 0 auto;}
.section1 .common_title{padding-top: 335px;}
.section1 .common_title_b:after{width: 100%;height: 45px;background: url(../images/registerglobal/icon28.png) no-repeat center;margin-left: -600px;bottom: -50px;}
.section1 ul{width: 1220px;margin-left: -10px;height: 596px;margin-top: 24px;position: relative;}
.section1 li{float: left;width: 224px;height: 278px;background: url(../images/registerglobal/icon24.png) no-repeat;margin: 10px;box-shadow: 0 3px 7px rgba(0,0,0,0.02);-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.02);text-align: center;}
.section1 li:hover{transform: translateY(-4px);-webkit-transform: translateY(-4px);transition: all 0.3s;-webkit-transition: all 0.3s;}
.section1 li .p1{margin: 25px auto 20px auto;width: 136px; background: #f0eef8;box-shadow: 0 2px 5px rgba(59,66,118,0.1); -webkit-box-shadow: 0 2px 5px rgba(59,66,118,0.1);border-radius: 6px; -webkit-border-radius: 6px;}
.section1 li .p1 img{width: 136px; border-radius: 6px; -webkit-border-radius: 6px;}
.section1 li .p2{font-weight: bold;font-size: 18px;color: #505187;line-height: 1;}
.section1 li .p3{font-size: 12px;color: #b3b3d2;padding: 0 24px;text-align: left;line-height: 18px;height: 36px;overflow: hidden;margin: 13px auto 18px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.section1 li .p4{display: block;width: 176px;height: 36px;line-height: 36px;background: #ff580e;border-radius: 3px;-webkit-border-radius: 3px;font-size: 14px;color: #fff;margin: 0 auto;}
.section2{width: 100%;height: 610px;}
.section2 .common_title{padding-top: 30px;}
.section2 .common_title_b:after{width: 100%;height: 48px;background: url(../images/registerglobal/icon29.png) no-repeat center;margin-left: -600px;bottom: -56px;}
.fastquery{padding-top: 30px;position: relative;}
.fastquery::after{content: "";display: block;clear: both;}
.queryfl{float: left;width: 340px;height: 430px;background: url(../images/registerglobal/icon25.png) no-repeat;}
.queryfl .p1{font-size: 18px;color: #fff;text-align: center;padding: 30px 0 29px;font-weight: bold;}
.queryfl .p2{border: 5px solid #fff;border-radius: 100%;-webkit-border-radius: 100%;width: 160px;height: 160px;margin: 0 auto;background: #fff;}
.queryfl .p2 img{width: 150px;height: 150px;border-radius: 100%;-webkit-border-radius: 100%;}
.queryfl .p3{font-weight: bold;color: #fff;font-size: 18px;text-align: center;margin-top: 18px;}
.queryfl .p4{height: 26px;text-align: center;margin-top: 3px;font-size: 14px;color: #ffdcd7;}
.queryfl .p5{display: block;width: 238px;height: 48px;line-height: 48px;text-align: center;margin: 32px auto 0;background: #fff;border-radius: 4px;-webkit-border-radius: 4px;box-shadow: 0 4px 16px rgba(91,26,38,0.1);-webkit-box-shadow: 0 4px 16px rgba(91,26,38,0.1);font-size: 16px;color: #ff580e;}
.queryfr{float: right;width: 860px;height: 430px;background: url(../images/registerglobal/icon26.png) no-repeat right bottom;}
.queryfr .s2:first-child{padding-top: 40px;}
.queryfr .s2{width: 720px;margin: 0 auto 12px;}
.queryfr .s2 span{display: block;font-size: 14px;color: #636e86;line-height: 32px;}
.queryfr .s2 input{width: 720px;height: 44px;line-height: 42px;border: 1px solid #e2e6ef;background: #f1f4f9;text-indent: 16px;border-radius: 4px;-webkit-border-radius: 4px;font-size: 14px;color: #b7c0cf;}
.queryfr .s3{display: block;width: 270px;height: 48px;line-height: 48px;text-align: center;margin: 60px auto 0;background: #ff580e;border-radius: 4px;-webkit-border-radius: 4px;box-shadow: 0 4px 16px rgba(91,26,38,0.1);-webkit-box-shadow: 0 4px 16px rgba(91,26,38,0.1);font-size: 16px;color: #fff;}
.section3{width: 100%;height: 420px;background: url(../images/registerglobal/icon30.jpg) no-repeat center;}
.section3 .common_title{padding-top: 54px;}
.section3 .common_title_b:after{display: none;}
.section3 ul{height: 170px;margin-top: 55px;background: url(../images/registerglobal/icon38.png) no-repeat center 109px;}
.section3 li{float: left;width: 240px;height: 170px;text-align: center;}
.section3 li i{display: block;height: 88px;}
.section3 .li1 i{background: url(../images/registerglobal/icon33.png) no-repeat center;}
.section3 .li2 i{background: url(../images/registerglobal/icon34.png) no-repeat center;}
.section3 .li3 i{background: url(../images/registerglobal/icon35.png) no-repeat center;}
.section3 .li4 i{background: url(../images/registerglobal/icon36.png) no-repeat center;}
.section3 .li5 i{background: url(../images/registerglobal/icon37.png) no-repeat center;}
.section3 li p{font-size: 16px;color: #243159;padding-top: 52px;}
.section3 li:hover i{transform: translateY(-2px);-webkit-transform: translateY(-2px);transition: all 0.3s;-webkit-transition: all 0.3s;}
.section4{width: 100%;height: 530px;background: url(../images/registerglobal/icon39.jpg) no-repeat center;}
.section4 .common_title{padding-top: 57px;}
.section4 .common_title_b:after{display: none;}
.section4 ul{width: 1220px;height: 300px;margin: 37px -10px 0;}
.section4 li{float: left;width: 323px;height: 300px;padding: 54px 39px 0 39px;background: url(../images/registerglobal/icon40.png) no-repeat center top;margin-left: -18px;}
.section4 li:hover{transform: translateY(-4px);-webkit-transform: translateY(-4px);transition: all 0.3s;-webkit-transition: all 0.3s;}
.section4 li .p1{width: 86px;height: 18px;line-height: 18px;text-align: center;background: #fa9164;border-radius: 9px;-webkit-border-radius: 9px;font-size: 14px;color: #fff;text-transform: uppercase;}
.section4 li .p2{font-size: 14px;color: #7a7c80;line-height: 26px;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 3;margin-top: 12px;}
.section4 li .p3{height: 48px;display: table;position: relative;margin-top: 88px;}
.section4 li .p3 span{font-size: 14px;font-weight: bold;color: #fff;width: 48px;height: 48px;line-height: 48px;text-align: center;text-transform: uppercase;border-radius: 100%;-webkit-border-radius: 100%;background: #34426d;vertical-align: top;margin-right: 16px;position: absolute;left: 0;top: 0}
.section4 li .p3 p{padding-left: 64px;height: 48px;font-weight: bold;font-size: 18px;color: #333;line-height: 22px;display: table-cell;vertical-align: middle;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/* 国际商标注册改 */
.container .search.limit_h{height: 247px;}
.brand_jian{margin-top: -283px;}
.brand_jian .jianbox{width: 1200px;height: 100%;margin: 0 auto;}
.brand_jian .jiantit{font-weight: bold;font-size: 30px;color: #243159;padding: 335px 0 20px;}
.section1.espic{margin-top: 0;}
.section1.espic .common_title{padding-top: 50px;}
.brand_jian .hd{width: 54px;height: 21px;margin-top: -52px;font-size: 0;background: url(../images/registerglobal/nicon_2.png) no-repeat;float: right;margin-right: 9px;}
.brand_jian .hd a{display: inline-block;width: 27px;height: 21px;vertical-align: top;}
.brand_jian .bd{height: 345px;}
.mark_list{width: 1195px;margin: 0 auto;display: none}
.mark_lis:first-child{display: block}
.mark_list::after{content: "";display: block;clear: both;zoom: 1;}
.mark_list li{float: left;width: 227px;height: 345px;margin: 0 6px;position: relative;transition: all 0.3s;-webkit-transition: all 0.3s;}
.mark_list li:hover{transform: translateY(-4px);-webkit-transform: translateY(-4px);box-shadow: 0 4px 9px rgba(82,82,83,0.24);-webkit-box-shadow: 0 4px 9px rgba(82,82,83,0.24);}
.mark_list li > a{display: block;width: 209px;height: 332px;padding: 7px 6px 0 6px;border: 3px solid #fff;background: #fff;box-sizing: inherit;box-sizing: initial;-webkit-box-sizing: inherit;-webkit-box-sizing: initial;}
.mark_list li .img{width: 209px;height: 209px;background: url(../../../mark/images/brandbg/brand_bg2.jpg) no-repeat center;}
.mark_list li .img img{width: 209px;height: 209px;}
.mark_list li .p1{padding: 8px 0 6px;}
.mark_list li .p1 span{font-size: 16px;color: #333;height: 26px;line-height: 26px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: inline-block;vertical-align: top;max-width: 190px;}
.mark_list li .p2{font-size: 12px;color: #bbb;height: 22px;line-height: 22px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.mark_list li .p1 .collect{display: inline-block;vertical-align: top;height: 26px;width: 18px;float: right;background: url(../images/registerglobal/collect.png) no-repeat center;text-indent: -9999px;margin-right: -3px;}
.mark_list li .p1 .collect.on{background: url(../images/registerglobal/collect_on.png) no-repeat center;}
.mark_list li .p3{width: 64px;height: 21px;line-height: 20px;padding-right: 12px;text-align: center;font-size: 12px;color: #fff;background: url(../images/registerglobal/nicon_1.png);position: absolute;left: 9px;top: 10px;}
.mark_list li .contact{height: 36px;width: 209px;position: absolute;left: 9px;bottom: 19px;}
.mark_list li .contact a{height: 36px;line-height: 36px;text-align: center;display: block;background: #2b3d63;border-radius: 3px;-webkit-border-radius: 3px;font-size: 16px;color: #fff;}
.section10 .common_title{padding-top: 52px;}
.section10 .common_title_b:after{width: 100%;height: 45px;background: url(../images/registerglobal/icon28.png) no-repeat center;margin-left: -600px;bottom: -50px;}
.section11 .common_title{padding-top: 52px;}
.section11 .common_title_b:after{width: 100%;height: 48px;background: url(../images/registerglobal/icon29.png) no-repeat center;margin-left: -600px;bottom: -56px;}
.fastfind{margin: 30px 0 58px;position: relative;height: 182px;background: url(../images/registerglobal/nicon_3.png) no-repeat center;}
.cityscroll{padding-top: 5px;}
.cityscroll .hd{height: 175px;position: relative;}
.cityscroll .hd ul{height: 175px;}
.cityscroll .hd li{text-align: center;float: left;width: 170px;height: 175px;cursor: pointer;}
.cityscroll .hd li.on{background: url(../images/registerglobal/nicon_4.png) no-repeat;}
.cityscroll .hd li img{width: 144px;height: 102px;margin-top: 23px;}
.cityscroll .hd li span{display: block;font-size: 18px;color: #505187;padding-top: 10px;}
.cityscroll .bd{height: 752px;overflow: hidden;padding: 20px 0;background: #fff;}
.cityscroll .mark_list li{margin-bottom: 20px;}
.cityscroll .mark_list li > a{background: #f5f5f5;border: 3px solid #f5f5f5;}
.cityscroll .mark_list li:hover{transform: translateY(0px);-webkit-transform: translateY(0px);}
.cityscroll .mark_list li:hover > a{background: #fff;border: 3px solid #efedf7;}
/* 最后一个li样式 */
.cityscroll .mark_list li.last:hover > a{background: #f5f5f5;border: 3px solid #f5f5f5;}
.cityscroll .mark_list li .s1{text-align: center;background: url(../images/registerglobal/nicon_7.png) no-repeat center 46px;padding-top: 205px;}
.cityscroll .mark_list li .s1 span{display: block;font-size: 16px;color: #333;}
.cityscroll .mark_list li .s1 span::after{display: block;content: "";width: 21px;height: 21px;background: url(../images/registerglobal/nicon_8.png) no-repeat;margin: 18px auto 0;}
.cityscroll .mark_list li .trade{height: 36px;line-height: 36px;text-align: center;width: 209px;background: #ff580e;font-size: 14px;color: #fff;position: absolute;left: 9px;bottom: 17px;border-radius: 3px;-webkit-border-radius: 3px;}
.cityscroll .mark_list li .trade i{display: inline-block;height: 36px;vertical-align: top;width: 16px;margin-right: 5px;background: url(../images/registerglobal/nicon_9.png) no-repeat center;}
.cityscroll .mark_list li .helpme{display: none;}
.cityscroll .mark_list li .state2{width: 227px;height: 345px;background: url(../images/registerglobal/nicon_11.png) no-repeat center;position: absolute;top: 0;left: 0;}
.cityscroll .mark_list li .m1{font-weight: bold;font-size: 15px;color: #fff;text-align: center;padding-top: 28px;}
.cityscroll .mark_list li .m2{width: 130px;height: 130px;border-radius: 100%;-webkit-border-radius: 100%;overflow: hidden;margin: 27px auto 0;padding: 4px;}
.cityscroll .mark_list li .m2 img{width: 122px;height: 122px;}
.cityscroll .mark_list li .m3{text-align: center;font-weight: bold;font-size: 15px;color: #fff;padding-top: 12px;}
.cityscroll .mark_list li .m4{text-align: center;font-size: 12px;color: #ffdcd7;height: 20px;line-height: 20px;}
.cityscroll .mark_list li .m4 i{display: inline-block;vertical-align: top;height: 20px;width: 13px;background: url(../images/registerglobal/nicon_10.png) no-repeat left center;}
.cityscroll .mark_list li .m5{height: 36px;line-height: 36px;text-align: center;width: 209px;background: #fff;font-size: 14px;color: #ff580e;font-weight: bold;position: absolute;left: 9px;bottom: 17px;border-radius: 3px;-webkit-border-radius: 3px;}
.find_inp{font-size: 0;padding: 30px 0;}
.find_inp input{display: inline-block;width: 180px;height: 44px;margin-left: 11px;border: 1px solid #e2e6ef;background: #f1f4f9;padding: 0 10px 0 34px;border-radius: 4px;-webkit-border-radius: 4px;font-size: 14px;color: #b7c0cf;}
.find_inp .find1{margin-left: 20px;background: url(../images/registerglobal/nicon_5.png) #f1f4f9 no-repeat 14px center;}
.find_inp .find2{padding-left: 32px;background: url(../images/registerglobal/nicon_6.png) #f1f4f9 no-repeat 14px center;}
.find_inp .find3{width: 778px;padding-left: 15px;}
.find_btn{display: block;width: 270px;height: 48px;line-height: 48px;text-align: center;background: #ff580e;margin: 0 auto;font-size: 16px;color: #fff;border-radius: 4px;-webkit-border-radius: 4px;box-shadow: 0 4px 16px rgba(91,26,38,0.1);-webkit-box-shadow: 0 4px 16px rgba(91,26,38,0.1);}
