body {
    background-color: #fff;
}

.tm_main {
    /* background: url(img/serxq/ico-tmxq-banner-bg.png) no-repeat top center; */
    /* background-size: 100% 287px; */
    background: linear-gradient(180deg, rgba(58, 98, 200, 0.2) 0%, rgba(58, 98, 200, 0.05) 72%, rgba(58, 98, 200, 0) 100%);
    background-size: 100% 710px;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.location {
    height: 72px;
    line-height: 72px;
    color: #181C29;
}

.location .h {
    color: #181C29;
}

.location .arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: url(img/serxq/ico-location.png) no-repeat center center;
    background-size: 10px 10px;
}

.xq_head{
    position:relative;
}
.con_left{
    width: 210px;
    background-color: #fff;
    z-index: 22;
}

.que_ul .que_head{
    color: #4D5260;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.que_ul{
    outline:1px solid #eee;
    background-color: #fff;
}
.que_ul li+li{
    border-top: 1px solid #eee;
}

.que_ul .que_head:hover,.que_ul li.on .que_head{
    color: #3A62C8;
}
.que_ul .que_head .iconfont{
    font-size: 12px;
    color: #4D5260;
    transition: all .2s;
}
.que_ul .que_head:hover .iconfont{
    color: #3A62C8;
}
.que_ul li.on .que_head .iconfont{
    transform: rotate(90deg);
}
.que_son{
    display: none;
    padding-bottom: 12px;
}
.que_ul li.on .que_son{
    display: block;
}

.son_item{
    position: relative;
    width: 100%;
    display: inline-block;
    padding-left: 52px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #4D5260;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.son_item:before{
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 4px;
    height: 4px;
    top: 18px;
    left: 38px;
    background: #4D5260;
}
.son_item.on,.son_item:hover{
    color: #3A62C8;
    /* background: rgba(58, 98, 200, 0.1); */
    box-shadow: 0 6px 25px 0 rgb(195 199 203 / 30%);
}
.son_item.on:before,.son_item:hover:before{
    background-color: #3A62C8;
}

.con_right{
    width: 970px;
}


.xq_head {
    width: 100%;
    padding-bottom: 60px;
}

.xq_l {
    width: 100%;
    padding: 20px 22px 0;
    background-color: #fff;
}

.xq_l .l_side {
    width: 250px;
    margin-right: 19px;
}
.xq_l .l_menu{
    width:calc( 100% - 270px );
}

.xq_l .side_img {
    width: 250px;
    height: 250px;
}

.xq_l .side_img img {
    width: 100%;
    height: 100%;
}

.xq_l .side_p {
    margin-top: 20px;
}

.xq_l .side_p .p_a {
    line-height: 19px;
    margin-bottom: 9px;
    color: #181C29;
}

.xq_l .side_p .p_b span {
    display: inline-block;
    margin-top: 12px;
    line-height: 19px;
    font-size: 14px;
    color: #828897;
}

.xq_l .side_p .p_b .s1 {
    width: 50%;
    float: left;
}
.xq_l .side_p .p_b .ss {
    margin-bottom: 0;
}

.xq_l .l_menu .menu_t {
    font-size: 24px;
    font-weight: bold;
    line-height: 31px;
    color: #181C29;
}

.xq_l .l_menu .menu_txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 19px;
    color: #828897;
    margin-bottom: 20px;
}

.xq_l .l_menu .menu_price {
    /* padding: 20px; */
    width: 650px;
    height: 108px;
    margin-bottom: 20px;
    background-color: #F6F7F9;
}

.xq_l .menu_price .price_a {
    font-size: 12px;
    line-height: 16px;
    color: #828897;
}

.xq_l .menu_price .price_a .iconfont {
    vertical-align: top;
}

.price {
    margin: 15px 0 0 0;
}

.price .span_a {
    font-size: 12px;
    color: #ff6521;
}

.price .num {
    font-size: 36px;
    color: #ff6521;
    font-family: DINProM;
}

.price .span_b {
    font-size: 12px;
    line-height: 16px;
    color: #ff6521;
}

.menu_list .list_tit {
    width: 60px;
    font-weight: bold;
    color: #181C29;
    margin-right: 20px;
    line-height: 32px;
}

.menu_list .list_ul {
    width: calc(100% - 80px);
    margin-left: -10px;
}

.menu_list .list_ul .li_item {
    float: left;
    color: #333;
    height: 32px;
    line-height: 32px;
    padding: 0 11px;
    border: solid 1px #ECECEC;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 20px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.menu_list .list_ul .li_item.on,.menu_list .list_ul .li_item:hover {
    border-color: #3A62C8;
    color: #3A62C8;
}

.menu_list .list_ul .li_item.on .icon-tagGou,.menu_list .list_ul .li_item:hover .icon-tagGou {
    position: absolute;
    top: -0.9px;
    right: -1px;
    width: 23px;
    height: 19px;
    background: url(img/serxq/ico-check.png) no-repeat center center;
    background-size: 23px 19px;
}

.menu_num .num_tit {
    width: 60px;
    font-weight: bold;
    color: #181C29;
    margin-right: 20px;
    line-height: 32px;
}

.change-buyNumber {
    position: relative;
}

.change-buyNumber .change_buyNUmber_all span:first-child {
    border-bottom: none;
}

.change-buyNumber .btn .iconfont {
    color: #828897;
}

.change-buyNumber .btn {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #ECECEC;
}

.change-buyNumber .btn-add.on {
    border-bottom-color: #BDBDBD;
    cursor: not-allowed;
}

.change-buyNumber .btn-reduce.on {
    border-top-color: #BDBDBD;
    cursor: not-allowed;
}

.change-buyNumber .buy-num {
    float: left;
    width: 55px;
    height: 32px;
    border: solid 1px #ECECEC;
    border-right: 0;
    border-left: 0;
    text-align: center;
    color: #333;
    box-sizing: border-box;
}

.cont-btnBuy {
    margin-top: 20px;
}

.cont-btnBuy .btn {
    float: left;
    font-size: 18px;
    width: 190px;
    height: 48px;
    line-height: 46px;
    border: 1px solid #3A62C8;
    border-radius: 4px;
    margin-right: 16px;
    text-align: center;
    color: #fff;
    background-color: #3A62C8;
}

/* .cont-btnBuy .btn-prev {
    text-align: center;
    color: #fff;
    background-color: #3A62C8;
} */

.cont-btnBuy .btn-next {
    color: #fff;
    background-color: #ff6521;
    text-align: center;
    border-color: #ff6521;
}

.xq_l .l_bot {
    width: 871px;
    /* margin-top: 20px; */
    height: 61px;
    border-top: 1px dashed #EEEEEE;
}

.xq_l .bot_l {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 60px;
    padding-left: 20px;
    color: #ff6521;
    background: url(img/serxq/ico-tmxq-gh.png) no-repeat left center;
    background-size: 16px 16px;
}
.fixedLeft {
    line-height: 60px;
    font-size: 14px;
}

.fixedLeft input[type='checkbox'] {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    vertical-align: -2px;
    -webkit-appearance: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fixedLeft input[type='checkbox']:checked {
    background: url(img/icon-selected.png) no-repeat center center;
    background-size: 14px 14px;
    border-color: #3a62c8;
}

.fixedLeft .label_div {
    display: inline-block;
    cursor: pointer;
}

.fixedLeft .label_div:before {
    content: "";
    display: inline-block;
    margin-right: 2px;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    vertical-align: -2px;
}

.fixedLeft .label_div.checked:before {
    background: url(img/icon-selected.png) no-repeat center center;
    background-size: 14px 14px;
    border-color: #3a62c8;
}












/* 新加****************************** */


/* ************************************* */


.dt-wrap {
    overflow: hidden;
    width: 100%;
}

.dt_nav {
    padding-left: 40px;
    height: 56px;
    border: 1px solid #eee;
    background-color: #fff;
    margin-top: 20px;
}

.dt_nav a {
    float: left;
    margin-right: 52px;
    height: 54px;
    color: #181c29;
    font-size: 16px;
    line-height: 54px;
    cursor: pointer;
}

.dt_nav a.active,
.dt_nav a:active {
    border-bottom: 2px solid #3A62C8;
    font-weight: 600
}
.xy_common{
    background-color: #fff;
}

.xy_title .tit_info {
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 30px;
}

.tit_info .p_a {
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    color: #181C29;
}
.tit_info .p_b{
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #4D5260;
}
.tit_info .p_a span{
    position: relative;
}

.tit_info .p_a span:before {
    display: inline-block;
    width: 45px;
    height: 20px;
    content: "";
    position: absolute;
    left: -70px;
    top: 10px;
    background: url(img/serxq/ico-t-l.png) no-repeat center center;
    background-size: 45px 20px;
}
.tit_info .p_a span:after {
    display: inline-block;
    width: 45px;
    height: 20px;
    content: "";
    position: absolute;
    right: -70px;
    top: 10px;
    background: url(img/serxq/ico-t-r.png) no-repeat center center;
    background-size: 45px 20px;
}

.dt_content {
    padding: 0 29px 0;
}

.xy_1 .item_a{
    width: 204px;
    height: 230px;
    background: linear-gradient(180deg, #e3ecff 0%, rgba(142, 189, 255, 0) 100%);
    padding-top: 30px;
    margin-left: 30px;
}
.xy_1 .item_a:first-child{
    margin-left: 0;
}

.xy_1 .item_a .p_a{
    width: 160px;
    height: 90px;
    color: #fff;
    margin: 0 auto 16px;
    text-align: center;
    background: url(img/serxq/ico-num-1.png) no-repeat center center;
    background-size: 160px 90px;
}
.xy_1 .item_a .p_a p{
    padding-top: 53px;
    line-height: 36px;
    font-weight: bold;
}
.xy_1 .item_a.a_2 .p_a{
    background: url(img/serxq/ico-num-2.png) no-repeat center center;
    background-size: 160px 90px;
}
.xy_1 .item_a.a_3 .p_a{
    background: url(img/serxq/ico-num-3.png) no-repeat center center;
    background-size: 160px 90px;
}
.xy_1 .item_a.a_4 .p_a{
    background: url(img/serxq/ico-num-4.png) no-repeat center center;
    background-size: 160px 90px;
}
.xy_1 .item_a .p_b{
    padding: 0 18px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #4D5260;
}


.xy_2 .item_b{
    position: relative;
}
.xy_2 .item_b .b_dot{
    position: absolute;
    left: 146px;
    top: 20px;
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(img/serxq/ico-xq-dot.png) no-repeat center center;
    background-size: 28px 28px;
}
.xy_2 .item_b .b_1{
    padding: 20px 0;
    width: 160px;
    height: 100%;
    /* height: 70px;
    line-height: 70px; */
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    background: linear-gradient(135deg, #FC9A75 0%, #FF7A48 100%);
}
.xy_2 .item_b .b_2{
    width: calc( 100% - 160px );
    /* height: 70px;
    line-height: 70px; */
    height: 100%;
    font-size: 16px;
    line-height: 30px;
    padding: 20px 10px 20px 0;
    color: #fff;
    padding-left: 33px;
    box-sizing: border-box;
    background: linear-gradient(82deg, #375794 0%, #6782B2 100%);
}
.xy_2 .item_c{
    position: relative;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    border: 1px dashed #3A62C8;
    border-radius: 4px;
}
.xy_2 .item_c .c_ys{
    display: inline-block;
    position: absolute;
    color: #fff;
    top: -1px;
    left: -1px;
    line-height: 26px;
    font-size: 14px;
    width: 51px;
    text-align: center;
    height: 26px;
    background: linear-gradient(90deg, #3A62C8 0%, #5E83E2 100%);
    border-radius: 0 0 10px 0;
}
.xy_2 .item_c_info{
    line-height: 58px;
    /* padding-left: 60px; */
    padding: 0 30px;
}
.xy_2 .item_c .p_1{
    position: relative;
    font-size: 16px;
    display: inline-block;
    color: #4D5260;
    padding-left: 20px;
    margin-left: 20px;
}
.xy_2 .item_c .p_1:before{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #3A62C8;
    top: 26px;
    left: 0;
}
.xy_2 .item_c .p_2{
    font-size: 16px;
    color: #3A62C8;
    display: inline-block;
}


.xy_2 .item_c.item_new{
    height: auto;
    padding: 10px 0;
}
.xy_2 .item_c.item_new .p_1{
    display: block;
    line-height: 36px;
} 
.xy_2 .item_c.item_new .p_1:before{
    top: 15px;
}



.xy_2 .item_tips{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #FF6521;
}

.xy_vs .vs_img{
    /* width: 100%; */
    box-shadow: 0px 0px 15px 1px rgba(58, 98, 200, 0.15);
}



.xy_t_item {
    width: 440px;
    height: auto;
    background: rgba(255, 101, 33, .05);
    border-radius: 5px;
    padding: 20px 0 15px 27px;
}

.xy_t_item:first-child {
    /* background: rgba(56, 134, 251, .05); */
    border-radius: 5px;
    background: url(img/serxq/ico-cl-1.png) no-repeat center center;
    background-size: cover;
    box-shadow: 0px 0px 15px 1px rgba(58, 98, 200, 0.15);
}

.xy_t_item_last{
    background: url(img/serxq/ico-cl-2.png) no-repeat center center;
    background-size: cover;
    box-shadow: 0px 0px 15px 1px rgba(58, 98, 200, 0.15);
}
.xy_t_item .item_2_img{
    width: 70px;
    height: 70px;
}
.xy_t_item .item_2_img img{
    width: 100%;
    height: 100%;
}
.xy_t_item .item_2_txt .p1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #181C29;
    margin-bottom: 10px;
}

.xy_t_item .item_2_txt {
    position: relative;
    margin-left: 17px;
}

.xy_t_item .item_2_txt .p2 {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #4D5260;
    padding-left: 15px;
}

.xy_t_item .item_2_txt .p2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #3886fb
}

.xy_t_item_last .item_2_txt .p2:before {
    background-color: #3A62C8
}




.xy_3 .xy_3_list{
    position: relative;
    box-shadow: 0px 0px 15px 1px rgba(58, 98, 200, 0.15);
}
.xy_3 .xy_3_list .xy_flow{
    position: absolute;
    z-index: 2;
    right:60px;
    bottom: 60px;
    display: inline-block;
    width: 140px;
    height: 140px;
    background: url(img/serxq/ico-flow-1.png) no-repeat center center;
    background-size: 140px 140px;
}
.progress .clearfix {
    position: relative;
    padding: 0 40px;
    background: #fff;
}

.progress .desc,
.progress .step {
    float: left;
    margin-bottom: 33px;
    height: 28px;
    color: #181c29;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px
}

.progress .step {
    width: 100px;
    text-align: right
}

.progress .desc {
    color: #4d5260;
    font-weight: 400;
    font-size: 18px
}

.progress .ico1,
.progress .ico2,
.progress .ico3 {
    position: absolute;
    left: 166px;
    z-index: 3
}

.progress .ico1,
.progress .ico2 {
    top: 6px;
    width: 12px;
    height: 12px;
    border: 2px solid #ff6521;
    border-radius: 50%;
    background: #fff
}

.progress .ico2 {
    top: 46px;
    background: #3A62C8;
    border: 2px solid #3A62C8;
}

.progress .ico3 {
    top: 20px;
    left: 160px;
    width: 28px;
    height: 28px;
    background: url(img/serxq/ico1.png) no-repeat center;
    background-size: 28px 28px;
}

.progress .line {
    position: absolute;
    top: 0;
    left: 170px;
    width: 7px;
    height: 120px;
    background: #F6F7F9;
}
.progress .step-wrap .fl {
    margin-left: 52px;
    width: 460px;
    height: 66px;
    background: url(img/serxq/bg3.png) no-repeat center;
    background-size: 460px 66px;
}

.progress .step-wrap .desc,
.progress .step-wrap .step {
    line-height: 66px;
}

.progress .step-wrap .line {
    height: 30px
}
.progress .step-wrap .fl .step,.progress .step-wrap .fl .desc{
    color: #fff;
}
.progress .step-wrap .fl .step{
    width: 116px;
}
.xy_3_list .xy_3_tips{
    font-size: 14px;
    color: #FF6521;
    padding-top: 26px;
    padding-left: 145px;
    padding-bottom: 50px;
}

.cx_btn,.gw_btn{
    color: #3A62C8;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.sbj_common_btn{
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    text-decoration: underline;
}
.sbj_common_btn:hover{
    color: #ff6521;
}
.xy_question{
    background-color: #fff;
}
.ques {
    overflow: hidden;
    padding-bottom: 20px
}

.ques .ques-wrap {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #eee;
    background: #fff
}

.ques .ques-wrap .ico {
    float: left;
    margin-right: 20px;
    width: 24px;
    height: 24px;
    background: #3bb664;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 24px
}

.ques-wrap .ques-title {
    margin-bottom: 20px
}

.ques-wrap .ques-title .ico {
    background: #3A62C8
}

.ques-wrap .title {
    float: left;
    width: 728px;
    height: 24px;
    color: #181c29;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px
}

.ques-wrap .text {
    float: left;
    width: calc(100% - 44px);
    color: #4d5260;
    font-size: 14px;
    line-height: 20px;
    text-align: justify
}

.note-wrap {
    padding-bottom: 40px
}

.note-wrap .note {
    height: 32px;
    color: #828897;
    font-size: 16px;
    line-height: 32px
}
.progress .step2 {
    width: 125px;
    text-align: left;
    margin-left: 70px;
}

.youshi_c img{
    /* width: 100%; */
}
.youshi_c{
    margin-bottom: 20px;
}
.youshi_1{
    margin-bottom: 50px;
}

.border_main{
    border: 1px solid #EEEEEE;
    background-color: #fff;
    border-top: none;
}

.border_bottom{
    margin-top: 20px;
    border: 1px solid #EEEEEE;
}


.b_base{
    background: rgba(58, 98, 200, 0.05);
    border: 1px dashed #3A62C8;
    border-radius: 5px;
    line-height: 30px;
    padding: 20px 30px 20px;
}













/* ******************************国际专利详情页****************************** */


.xy_info {
    text-align: center;
    padding: 0 40px;
    width: 100%;
    height: 270px;
    background: url(img/gjxq/icon-om-bg.png) no-repeat center center;
    background-size: 100% 100%
}

.xy_info .p1 {
    font-size: 50px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    line-height: 66px;
    color: #fff;
    padding: 73px 0 44px
}

.xy_info .p2 {
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    line-height: 31px;
    color: #fff
}


.xy_time{ margin-top:30px;background: rgba(58, 98, 200, 0.05);border:1px dashed #3A62C8;border-radius:5px;padding: 0px 0 26px;}
.xy_new{padding:0 40px}

.qi_list{padding:5px 40px 0}
.qi_list .time_list .time_item{width:50%}
.time_list .time2{width:50%}
.time2 .time2_list{width:100%;padding-left:80px}
.time_list .tit{font-size: 14px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:left;color:#181c29;line-height: 28px;}
.time_list .content{font-size: 14px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#181c29;line-height: 28px;}
.time_list .time3{margin-top:10px}


.xy_om .p1{margin-top:10px;text-align:center;font-size:20px;color:#181c29;line-height:40px}
.xy_om .p1 span{color:#ff6521}
.xy_om .xy_om_img{width:100%;height:100%}
.xy_om .xy_om_img img{width:100%;}
.xy_om .xy_title .tit_info{
    padding-bottom: 0;
}

.sm_table{width:100%}
.sm_table th{height:58px;color:#fff}
.sm_table .th1{width:260px;background:linear-gradient(90deg,#ff8e5d,#ff763a)}
.sm_table .th2{width:554px;background: linear-gradient(270deg, #375794 0%, #6782B2 100%);}
.sm_table td{text-align:center;height:44px;border:1px solid #eee}
.sm_table .td3{padding:0 20px;font-size:14px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#4d5260;line-height:26px}
.sm_table .f18{font-size:18px}
.sm_table td .orange{color:#ff6521}
.sm_table .td_padd{padding:15px}
.sm_table .tr_bg{background:#f6f7f9}
.sm_table .s_tit{display:inline-block;margin-top:4px;font-size:16px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:400;text-align:center;color:#828897;line-height:26px}

.xy_good{padding-top:20px}
.good_list .good_item{padding-top:95px}
.good_list .good_item .p1{font-size:20px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:center;color:#181c29;line-height:26px;margin-bottom:10px}
.good_list .good_item .p2{font-size:14px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:center;color:#4d5260;line-height:24px}
.good_list .item1{width: 190px;background:url(img/gjxq/icon-om-1.png) no-repeat top center;background-size:80px 80px}
.good_list .item2{width: 200px;margin-left:57px;background:url(img/gjxq/icon-om-2.png) no-repeat top center;background-size:80px 80px}
.good_list .item3{width: 183px;margin-left:67px;background:url(img/gjxq/icon-om-3.png) no-repeat top center;background-size:80px 80px}
.good_list .item4{width:154px;margin-left:57px;background:url(img/gjxq/icon-om-4.png) no-repeat top center;background-size:80px 80px}

.xy_source{padding-top:20px}
.source_list{width:100%;background: linear-gradient(180deg, #f2f8ff 0%, #f9fbfe 100%);border-radius:5px}
.source_list .tit{font-size:24px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:center;color:#181c29;line-height:26px;padding:30px 0 26px}
.source_box{padding:0 118px 40px 58px}
.source_1{padding-left:46px;background:url(img/gjxq/icon-01.png) no-repeat top left;background-size:30px 30px;margin-bottom:16px}
.source_2{padding-left:46px;background:url(img/gjxq/icon-02.png) no-repeat top left;background-size:30px 30px;margin-bottom:16px}
.source_3{padding-left:46px;background:url(img/gjxq/icon-03.png) no-repeat top left;background-size:30px 30px;margin-bottom:16px;margin-bottom:0}
.source_box .p1{font-size: 16px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:left;color:#181c29;line-height:26px}
.source_box .p2{font-size: 14px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#4d5260;line-height: 26px;margin-top: 6px;}
.source_1 span{color:#ff6521}

.gj_zl .progress .step2{
    width: auto;
}

/* 美国外观专利 */
.xy_apply{padding-top:10px}
.xy_apply .apply_tit{font-size:20px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:center;color:#ff6521;line-height:40px;padding:0 0 10px}
.apply_item{margin-bottom:15px}
.apply_item span{color:#ff6521}
.apply_item .item_1{width:98px;height: 40px;line-height: 40px;text-align:center;background:linear-gradient(90deg,#ffdbc5 5%,#ffc5a0 96%);border-radius:5px;font-size: 16px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:center;color:#181c29;margin-right:18px}
.apply_item .item_con{padding:7px 20px 10px;width:794px;background:#f6f7f9;border:1px solid #eee}
.apply_item .item_con .p1{font-size: 15px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#ff6521;line-height: 32px;}
.apply_item .item_con .ps{font-size: 14px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#181c29;line-height: 28px;}
.gj_zl .progress .step-wrap .fl .step{
    margin-left: 30px;
}




/* 美国商商标注册 */
.introduce .img-wrap{position:relative;width:440px;height:130px}
.introduce .img-wrap img{display:block;width:440px;height:130px}
.introduce .img-wrap span{position:absolute;top:0;left:0;width:213px;height:58px;color:#fff;text-align:center;font-weight:600;font-size:24px;line-height:58px}


.yx_2{padding:0 40px}
.yx_2_item{width:394px;height:208px;background:rgba(255,101,33,.05);border:1px dashed #ff6521;border-radius:5px;padding:40px 0 30px 50px}
.yx_2_item:first-child{background:rgba(56,134,251,.05);border:1px dashed #3886fb;border-radius:5px}
.yx_2_item .p1{font-size:20px;font-family:PingFang SC,PingFang SC-Semibold;font-weight:600;text-align:left;color:#181c29;line-height:41px}
.yx_2_item .item_2_txt{position:relative;margin-left:60px;font-size: 14px;font-family:PingFang SC,PingFang SC-Medium;font-weight:500;text-align:left;color:#4d5260;line-height: 28px;}
.yx_2_item .item_2_txt p{position:relative}
.yx_2_item .item_2_txt p:before{position:absolute;content:"";left:-15px;top: 13px;width:5px;height:5px;border-radius:50%;background-color:#3886fb}
.yx_2_item_last .item_2_txt p:before{background-color:#ff6521}

.yx_3 .yx_3_list{
    position: relative;
    box-shadow: 0px 0px 15px 1px rgba(58, 98, 200, 0.15);
    padding-bottom: 40px;
}


.yx_4 .our_list{width:100%;margin:0 auto}
.yx_4 .our_tit{height:60px;background:url(img/gjxq/icon-our-bg.png) no-repeat center center;background-size:100% 60px;font-size:20px;line-height:60px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:left;color:#fff}
.yx_4 .our_tit .our_server{width:477px;padding:0 25px}
.yx_4 .our_tit .other_server{width:338px;padding:0 38px;color:#828897}
.yx_4 .list_ul .ul_left{width:477px}
.yx_4 .list_ul .ul_right{width:338px}
.yx_4 .item_left{width:447px;padding:20px 0 20px 20px}
.yx_4 .item_left .i_1{width:98px;height:44px;line-height:44px;background:linear-gradient(90deg,#ffdbc5 5%,#ffc5a0 96%);border-radius:5px;font-size:18px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:center;color:#181c29}
.yx_4 .item_left .i_2{width:calc(100% - 142px);margin-left:20px}
.yx_4 .item_left .i_t{font-size:18px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:left;color:#181c29;line-height:24px;padding-left:26px;background:url(img/gjxq/icon-mg-dui.png) no-repeat left center;background-size:16px 16px;margin-bottom:10px}
.yx_4 .item_left .i_p{font-size:14px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#4d5260;line-height:24px}
.yx_4 .ul_item_gray{background:#f6f7f9}
.yx_4 .item_right{width:337px;padding:20px 10px 20px 20px}
.yx_4 .item_right .r_t{font-size:18px;font-family:Microsoft YaHei,Microsoft YaHei-Bold;font-weight:700;text-align:left;color:#828897;line-height:21px;padding-left:26px;background:url(img/gjxq/icon-mg-cuo.png) no-repeat left center;background-size:16px 16px;margin-bottom:10px}
.yx_4 .item_right .r_t span{font-size:20px;color:#ef4b4b}
.yx_4 .item_right .r_p{font-size:14px;font-family:Microsoft YaHei,Microsoft YaHei-Regular;font-weight:400;text-align:left;color:#828897;line-height:24px}