.patent_banner_main {
    width: 100%;
    height: 330px;
    background: url(img/icon-bq-bg.png) no-repeat center center;
    /* background-size: 100% 330px; */
    background-size: cover;
}

.select-container {
	padding: 0 20px 0 0px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 230px;
	height: 48px;
	background: #fff;
	/* border: 1px solid #bbbfc9; */
    border: 1px solid rgba(224, 224, 224, 0.42);
    box-shadow: 0 2px 10px 4px rgb(8 5 30 / 3%);
	/* border: 1px solid #ff6521; */
	cursor: pointer;
}
.select-container::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: url(img/arrow1.png) no-repeat left center;
}
.select-container.active::after,
.select-container:hover::after {
	background: url(img/arrow1_.png) no-repeat left center;
}
.select-container .select-head {
	padding-left: 40px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #999;
	background: url(img/register/icon.png) no-repeat 14px center;
	background-size: 13px 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
    text-indent: 20px;
}
.select-container.hasValue .select-head {
	color: #333;
}
.select-container .select-body {
	display: none;
	position: absolute;
	top: 42px;
	left: -1px;
	padding: 5px 0px 0 0px;
	width: 250px;
	font-size: 12px;
	background: #fff;
    border: 1px solid rgba(224, 224, 224, 0.42);
    box-shadow: 0 2px 10px 4px rgb(8 5 30 / 3%);
	border-top: none;
	z-index: 10;
}
.select-container.active .select-body,
.select-container:hover .select-body {
	display: block;
}
.select-container .select-body .select-item {
	padding-left: 30px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #666;
	background: #fff;
	text-align: left;
	text-indent: 30px;
}
.select-container .select-body .select-item:hover,
.select-container .select-body .select-item.active {
	color: #ff6521;
	font-weight: 600;
	background: #f0f0f0;
}
.select-container .select-body .select-item.active {
	cursor: default;
}

.patent_banner .p1 {
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    padding: 41px 0 19px;
}

.patent_banner_zl .p1 {
    padding-top: 52px;
}

.patent_banner .p2 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
}

.patent_form {
    height: 155px;
    margin: -75px auto 10px;
    background-color: #fff;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 30px;
}

.patent_form .tit {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    margin-bottom: 20px;
}

.patent_form .tit span {
    font-size: 12px;
    color: #999;
}

.patent_form .form_inp {
    float: left;
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #F6F6F6;
    border-radius: 2px;
    text-indent: 42px;
    margin-right: 20px;
    border: 1px solid rgba(224, 224, 224, 0.42);
    box-shadow: 0 2px 10px 4px rgba(8, 5, 30, 0.03);
    transition: all .3s;
}

.patent_form .form_btn {
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: #F13A3B;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
    transition: all .3s;
}

.zl_fw.patent_list .form_btn {
    width: 124px;
    font-size: 16px;
}


.zl_fw.patent_list .yzm_div {
    /* margin-right: 10px; */
}

.patent_form .form_btn:hover {
    opacity: .9;
}

.patent_1 {
    padding-bottom: 80px;
    background-color: #fff;
}

.p_tit {
    padding: 80px 0 50px;
}

.p_tit .p1 {
    font-size: 34px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #08051E;
    line-height: 34px;
    text-align: center;
}

.p_tit .p2 {
    margin-top: 20px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4D4A64;
    line-height: 22px;
    text-align: center;
}

.patent_1_item {
    float: left;
    position: relative;
    width: 380px;
    height: 226px;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 4px rgba(8, 5, 30, 0.03);
    border-radius: 4px;
    transition: all .3s ease-out;
    margin-left: 30px;
}

.patent_1_item:first-child {
    margin-left: 0;
}

.patent_1_item .p1 {
    display: block;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #08051E;
    line-height: 26px;
    margin-bottom: 12px;
}

.patent_1_item .p2 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    height: 44px;
    margin-bottom: 28px;
}

.patent_1_item .qian, .bq_1_item .qian {
    font-size: 40px;
    font-family: "DINPro-Medium";
    color: #F13A3B;
    line-height: 28px;
}

.patent_1_item .qian i, .bq_1_item .qian i {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F13A3B;
    line-height: 12px;
}

.patent_1_item .zx_btn, .bq_1_item .zx_btn {
    width: 96px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #666;
    border: 1px solid #CECECE;
    transition: all .3s ease-out;
}

.patent_1_item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 3px;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.patent_1_item:hover {
    transform: translateY(-12px);
}

.patent_1_item:hover:before {
    background-color: #F13A3B;
    width: 100%;
}

.patent_1_item:hover .zx_btn, .bq_1_item:hover .zx_btn {
    color: #fff;
    background-color: #F13A3B;
    border-color: #F13A3B;
}

.patent_2 {
    padding-bottom: 80px;
    background: #F8F8F8;
}

.patent_2_item {
    position: relative;
    float: left;
    text-align: center;
    background-color: #fff;
    width: 285px;
    height: 337px;
    background: #FFFFFF;
    border-radius: 4px;
    transition: all .3s ease-out;
    padding-top: 109px;
    margin-left: 20px;
}

.patent_2_item .bg {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 40px;

}

.patent_2_item:first-child {
    margin-left: 0;
}

.patent_2_item:first-child .bg {
    background: url(img/icon-bq-server-1.png) no-repeat center center;
    background-size: 60px 40px;
}

.patent_2_item:first-child + .patent_2_item .bg {
    background: url(img/icon-bq-server-2.png) no-repeat center center;
    background-size: 60px 40px;
}

.patent_2_item:first-child + .patent_2_item + .patent_2_item .bg {
    background: url(img/icon-bq-server-3.png) no-repeat center center;
    background-size: 60px 40px;
}

.patent_2_item:first-child + .patent_2_item + .patent_2_item + .patent_2_item .bg {
    background: url(img/icon-bq-server-4.png) no-repeat center center;
    background-size: 60px 40px;
}

.patent_2_item:first-child:hover .bg {
    background: url(img/icon-bq-server-01.png) no-repeat center center;
    background-size: 60px 40px;
}

.patent_2_item:first-child + .patent_2_item:hover .bg {
    background: url(img/icon-bq-server-02.png) no-repeat center center;
    background-size: 60px 40px;
}

.patent_2_item:first-child + .patent_2_item + .patent_2_item:hover .bg {
    background: url(img/icon-bq-server-03.png) no-repeat center center;
    background-size: 60px 40px;
}

.patent_2_item:first-child + .patent_2_item + .patent_2_item + .patent_2_item:hover .bg {
    background: url(img/icon-bq-server-04.png) no-repeat center center;
    background-size: 60px 40px;
}

.patent_2_item .p1 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #08051E;
    line-height: 26px;
}

.patent_2_item .p2 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin: 10px 17px 16px;
}

.patent_2_item .p3 {
    font-size: 40px;
    font-family: "DINPro-Medium";
    color: #F13A3B;
    line-height: 28px;
}

.patent_2_item .p3 .yuan {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F13A3B;
}

.patent_2_item .btn {
    display: inline-block;
    width: 200px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #CECECE;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 20px;
}

.patent_2_item:hover {
    background: url(img/icon-bq-fw-bg.png) no-repeat center center;
    background-size: 285px 337px;
}

.patent_2_item:hover .p1, .patent_2_item:hover .p2, .patent_2_item:hover .p3, .patent_2_item:hover .p3 i {
    color: #fff;
}

.patent_2_item:hover .btn {
    color: #fff;
    border-color: #fff;
}

.patent_3 {
    padding-bottom: 80px;
    background-color: #fff;
}

.patent_3_item {
    width: 285px;
    height: 231px;
    background: #F8F8F8;
    text-align: center;
    padding-top: 129px;
    margin-left: 20px;
}

.patent_3_item:first-child {
    background: #F8F8F8 url(img/icon-bq-why-1.png) no-repeat top 43px center;
    background-size: 60px 54px;
}

.patent_3_item:first-child + .patent_3_item {
    background: #F8F8F8 url(img/icon-bq-why-2.png) no-repeat top 40px center;
    background-size: 59px 60px;
}

.patent_3_item:first-child + .patent_3_item + .patent_3_item {
    background: #F8F8F8 url(img/icon-bq-why-3.png) no-repeat top 39px center;
    background-size: 58px 60px;
}

.patent_3_item:first-child + .patent_3_item + .patent_3_item + .patent_3_item {
    background: #F8F8F8 url(img/icon-bq-why-4.png) no-repeat top 43px center;
    background-size: 60px 54px;
}

.patent_3_item:first-child {
    margin-left: 0;
}

.patent_3_item .p1 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #08051E;
    line-height: 26px;
    margin-bottom: 16px;
}

.patent_3_item .p2 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.patent_4 {
    padding-bottom: 100px;
    background-color: #F8F8F8;
}

.patent_4_item {
    position: relative;
    width: 225px;
    height: 232px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-left: 100px;
    padding-top: 110px;
}

.patent_4_item:first-child {
    background: #fff url(img/icon-bq-djflow-1.png) no-repeat top 40px center;
    background-size: 34px 40px;
}

.patent_4_item:first-child + .patent_4_item {
    background: #fff url(img/icon-bq-djflow-2.png) no-repeat top 41px center;
    background-size: 40px 37px;
}

.patent_4_item:first-child + .patent_4_item + .patent_4_item {
    background: #fff url(img/icon-bq-djflow-3.png) no-repeat top 43px center;
    background-size: 40px 35px;
}

.patent_4_item:first-child + .patent_4_item + .patent_4_item + .patent_4_item {
    background: #fff url(img/icon-bq-djflow-4.png) no-repeat top 40px center;
    background-size: 36px 40px;
}

.patent_4_item:first-child {
    margin-left: 0;
}

.patent_4_item .p1 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #08051E;
    line-height: 26px;
    margin-bottom: 16px;
}

.patent_4_item .p2 {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.patent_4_item:before {
    position: absolute;
    left: -108px;
    top: 108px;
    content: "";
    width: 116px;
    height: 16px;
    background: url(img/icon-bq-line.png) no-repeat center center;
    background-size: 116px 16px;
}

.patent_4_item:first-child:before {
    content: none;
}

.patent_5 {
    padding-bottom: 80px;
    background-color: #fff;
}

.patent_5_item {
    width: 380px;
    height: 188px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 4px rgba(0, 0, 0, 0.04);
    margin-left: 30px;
    transition: all .3s ease-out;
}

.patent_5_item:first-child {
    margin-left: 0;
}

.patent_5_item .p1 {
    display: block;
    height: 60px;
    line-height: 60px;
    position: relative;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    padding: 0 22px 0 60px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

.patent_5_item .p1:before {
    position: absolute;
    left: 20px;
    top: 20px;
    content: "";
    width: 20px;
    height: 20px;
    background: url(img/icon-bq-q.png) no-repeat center center;
    background-size: 20px 20px;
}

.patent_5_item .p2 {
    position: relative;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin: 20px 0;
    padding: 0 22px 0 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置行数 */
    -webkit-box-orient: vertical;

}

.patent_5_item .p2:before {
    position: absolute;
    left: 20px;
    top: 5px;
    content: "";
    width: 20px;
    height: 20px;
    background: url(img/icon-bq-a.png) no-repeat center center;
    background-size: 20px 20px;
}

.patent_5_item .btn {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    transition: all .3s ease-out;
    margin-left: 60px;
}

.patent_5_item .btn:hover {
    color: #F13A3B;
    text-decoration: underline;
}

.patent_5_item:hover {
    transform: translateY(-12px);
}

.patent_5 .see_more {
    display: block;
    margin: 50px auto 0;
    width: 152px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 4px rgba(0, 0, 0, 0.04);
    border-radius: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #F13A3B;
    transition: all .3s ease-out;
}

.patent_5 .see_more:hover {
    background-color: #F13A3B;
    color: #fff;
    box-shadow: 0px 2px 12px 4px rgba(0, 0, 0, 0.04);
}


/* 版权 */
.patent_list .zl_inp {
    display: inline-block;
    width: 230px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 2px;
    text-indent: 34px;
    border: 1px solid rgba(224, 224, 224, 0.42);
    box-shadow: 0 2px 10px 4px rgba(8, 5, 30, 0.03);
    transition: all .3s;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.zl_inp_div{
    position: relative;
    display: inline-block;
    width: 230px;
    vertical-align: middle;
}
.zl_inp_div:after{
    border: 5px solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    top: 22px;
    border-top: 8px solid #999;
    right: 18px;
}
.patent_list{
    text-align: center;
}
.patent_list .yzm_div {
    display: inline-block;
    width: 225px;
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(224, 224, 224, 0.42);
    box-shadow: 0 2px 10px 4px rgba(8, 5, 30, 0.03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
}

.patent_list .yzm_div .tx_img {
    width: 100px;
    float: right;
    height: 35px;
    margin-top: 7px;
    margin-right: 8px;
    cursor: pointer;
}

.patent_list input:focus {
    border-color: #F13A3B;
    box-shadow: 0 2px 10px 4px rgba(224, 42, 64, .02);
}

.patent_list .yzm_inp {
    width: 135px;
    height: 100%;
    text-indent: 34px;
    outline: none;
    border: none;
    background: #F6F6F6;
}

.patent_list .inp_1 {
    background: url(img/icon-bq-inp-1.png) no-repeat left 12px center;
    background-size: 12px 14px;
}

.patent_list .inp_2 {
    background: url(img/icon-bq-inp-2.png) no-repeat left 12px center;
    background-size: 12px 14px;
}

.patent_list .inp_3 {
    background: url(img/icon-bq-inp-3.png) no-repeat left 12px center;
    background-size: 12px 14px;
}

.patent_list .inp_4 {
    background: url(img/icon-bq-inp-4.png) no-repeat left 12px center;
    background-size: 12px 14px;
}

.patent_list .yzm_btn {
    width: 80px;
    text-align: center;
    font-size: 14px;
    height: 100%;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F13A3B;
    text-align: center;
    background-color: transparent;
}

.bq_1_item {
    position: relative;
    width: 380px;
    margin-left: 30px;
    box-shadow: 0px 2px 10px 4px rgba(8, 5, 30, 0.03);
    border-radius: 4px;
    background: url(img/icon-bq-zl-bg.png) no-repeat center center;
    background-size: 380px 258px;
    padding: 38px;
    transition: all .3s ease-out;
}

.bq_1_item:first-child {
    margin-left: 0;
}

.bq_1 {
    padding-bottom: 80px;
    background-color: #fff;
}

.bq_1_item .p1 {
    display: block;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #08051E;
    line-height: 26px;
    margin-bottom: 16px;
}

.bq_1_item .div1 {
    margin-bottom: 28px;
}

.bq_1_item .div1 .p_son {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin-top: 4px;
    height: 44px;
}

.bq_1_item .div1 .p_son:first-child {
    margin-top: 0;
}

.bq_1_item .div1 .p_son:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    width: 14px;
    height: 10px;
    background: url(img/icon-bq-right.png) no-repeat center center;
    background-size: 14px 10px;
}

.bq_1_item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 3px;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.bq_1_item:hover:before {
    background-color: #F13A3B;
    width: 100%;
}

.bq_1_item:hover {
    transform: translateY(-12px);
}

.bq_2 {
    height: 368px;
    background: url(img/icon-bq-flow-bg.png) no-repeat center center;
    background-size: 100% 368px;
}

.bq_2 .p_tit .p1 {
    color: #fff;
}

.bq_2_list {
    margin: 0 65px;
}

.bq_2_item {
    padding-top: 107px;
    width: 110px;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 18px;
    margin-left: 130px;
}

.bq_2_item:first-child {
    margin-left: 0;
    background: url(img/icon-bq-flow-1.png) no-repeat top center;
    background-size: 80px 80px;
}

.bq_2_item:first-child + .bq_2_item {
    background: url(img/icon-bq-flow-2.png) no-repeat top center;
    background-size: 80px 80px;
}

.bq_2_item:first-child + .bq_2_item + .bq_2_item {
    background: url(img/icon-bq-flow-3.png) no-repeat top center;
    background-size: 80px 80px;
}

.bq_2_item:first-child + .bq_2_item + .bq_2_item + .bq_2_item {
    background: url(img/icon-bq-flow-4.png) no-repeat top center;
    background-size: 80px 80px;
}

.bq_2_item:first-child + .bq_2_item + .bq_2_item + .bq_2_item + .bq_2_item {
    background: url(img/icon-bq-flow-5.png) no-repeat top center;
    background-size: 80px 80px;
}

.bq_3_list {
    margin-left: -30px;
}

.bq_3_item {
    padding: 160px 55px 0;
    width: 380px;
    height: 286px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
    margin-left: 30px;
    margin-bottom: 30px;
}

.bq_3_item .p1 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #08051E;
    line-height: 26px;
    margin-bottom: 16px;
    text-align: center;
}

.bq_3_item .p2 {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    text-align: center;
}

.bq_3_item:first-child {
    background: url(img/icon-bq-good-1.png) no-repeat top 40px center;
    background-size: 80px 80px;
}

.bq_3_item:first-child + .bq_3_item {
    background: url(img/icon-bq-good-2.png) no-repeat top 40px center;
    background-size: 80px 80px;
}

.bq_3_item:first-child + .bq_3_item + .bq_3_item {
    background: url(img/icon-bq-good-3.png) no-repeat top 40px center;
    background-size: 80px 80px;
}

.bq_3_item:first-child + .bq_3_item + .bq_3_item + .bq_3_item {
    background: url(img/icon-bq-good-4.png) no-repeat top 40px center;
    background-size: 80px 80px;
}

.bq_3_item:first-child + .bq_3_item + .bq_3_item + .bq_3_item + .bq_3_item {
    background: url(img/icon-bq-good-5.png) no-repeat top 40px center;
    background-size: 80px 80px;
}

.bq_3_item:first-child + .bq_3_item + .bq_3_item + .bq_3_item + .bq_3_item + .bq_3_item {
    background: url(img/icon-bq-good-6.png) no-repeat top 40px center;
    background-size: 80px 80px;
}

.bq_zs.patent_5 {
    background: url(img/icon-bq-zs-bg.png) no-repeat center center;
    background-size: 100% 518px;
}

#yanz_tp {
    display: none;
    padding: 20px;
}

.yzm_item {
    width: 275px;
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(224, 224, 224, 0.42);
    box-shadow: 0 2px 10px 4px rgba(8, 5, 30, 0.03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.yzm_item input {
    width: 165px;
    height: 100%;
    outline: none;
    border: none;
    text-indent: 15px;
    background: #fff;
}

.yzm_item .tx_img{
    width: 100px;
    float: right;
    height: 35px;
    margin-top: 7px;
    margin-right: 8px;
    cursor: pointer;
}

#yanz_tp .btn{
    margin-top: 20px;
}
#yanz_tp button{
    width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #F13A3B;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
}
#yanz_tp button:hover {
    opacity: .9;
}


.na_tit{
    font-size: 32px;
    text-align: center;
    color: #181c29;
    line-height: 34px;
    padding: 40px 0;
}

.na_index_1{
    padding-bottom: 40px;
    background: #f6f7f9;
}
.index_1_left{
    position: relative;
    width: 360px;
    height: 488px;
    background: #fff;
    border: 1px solid #ff6521;
    padding: 20px;
}
.index_1_left .index_yh{
    position: absolute;
    left: -13px;
    top: -11px;
    width: 112px;
    height: 109px;
    background: url(img/gjtm/icon-index-yh.png) no-repeat center center;
    background-size: 112px 109px;
}
.index_1_left .head_img{
    width: 106px;
    height: 71px;
    margin-right: 20px;
}
.index_1_left .head_img img{
    max-height: 100%;
    max-width: 100%;
}
.index_1_left .head_txt{
    width: calc( 100% - 126px );
}
.index_1_left .head_txt .p1{
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #181c29;
    margin-bottom: 10px;
}
.index_1_left .head_txt .p2{
    font-size: 14px;
    text-align: left;
    color: #4d5260;
    line-height: 22px;
    text-align: justify;
}
.index_1_left .left_mid{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #ddd;
}
.index_1_left .left_mid p{
    font-size: 14px;
    text-align: left;
    color: #4d5260;
    line-height: 21px;
    margin-bottom: 20px;
}
.index_1_left .left_bottom{
    margin-top: 36px;
}
.index_1_left .left_bottom .price_info{
    font-size: 32px;
    color: #ff6521;
    line-height: 32px;
}
.index_1_left .left_bottom .price_info span{
    float: left;
}
.index_1_left .left_bottom .price_info i{
    font-size: 16px;
    float: left;
    line-height: 20px;
    margin-top: 10px;
}
.index_1_left .left_bottom .price_info i:first-child{
    margin-top: 12px;
}
.index_1_left .left_bottom .price_hua{
    font-size: 16px;
    text-decoration:  line-through;
    text-align: left;
    color: #bbbfc9;
    line-height: 20px;
    margin-top: 10px;
}
.index_1_left .left_btn{
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: block;
    color: #fff;
    width: 320px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    background: linear-gradient(270deg,#ff763a, #ff8e5d);
    font-size: 16px;
    transition: all .3s;
}
.index_1_left .left_btn:hover{
    opacity: .8;
}

.index_1_right{
    width: calc( 100% - 380px );
    margin-top: -20px;
}
.index_1_right .gj_item{
    padding: 20px;
    position: relative;
    width: 400px;
    height: 234px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 15px 0px #e8ebee;
    margin-top: 20px;
    margin-left: 20px;
    transition: all .3s;
}
.index_1_right .gj_item:first-child,.index_1_right .gj_item:first-child+.gj_item+.gj_item{
    margin-left: 0;
}
.index_1_right .gj_item:hover{
    border-color: #ff6521;
}
.gj_item .gj_head .head_img{
    width: 85px;
    height: 57px;
    margin-right: 10px;
}
.gj_item .gj_head .head_img img{
    max-width: 100%;
    max-height: 100%;
}
.gj_head .head_txt{
    width: calc( 100% - 95px );
}
.gj_head .head_txt .p1{
    font-size: 18px;
    font-weight: 700;
    color: #181c29;
    margin-bottom: 10px;
}
.gj_head .head_txt .p2{
    font-size: 14px;
    font-weight: 400;
    color: #181c29;
    line-height: 20px;
}
.gj_item .gj_head{
    height: 82px;
}
.gj_item .gj_mid{
    padding-top: 15px;
    /* margin-top: 20px; */
    border-top: 1px dashed #ddd;
    font-size: 14px;
    text-align: left;
    color: #4d5260;
    line-height: 19px;
}
.gj_item .gj_bottom{
    margin-top: 24px;
    padding-top: 26px;
    border-top: 1px dashed #eee;
}
.gj_item .gj_bottom .price{
    width: 50%;
}
.gj_item .gj_bottom .price_info{
    font-size: 28px;
    color: #ff6521;
    line-height: 28px;
}
.gj_item .gj_bottom .price_info span{
    float: left;
}
.gj_item .gj_bottom .price_info i{
    font-size: 14px;
    float: left;
    line-height: 20px;
    margin-top: 7px;
}
.gj_item .gj_bottom .price_info i:first-child{
    margin-top: 9px;
    font-size: 16px;
}
.gj_item .gj_bottom .price_hua{
    font-size: 16px;
    text-decoration:  line-through;
    color: #bbbfc9;
    line-height: 20px;
    margin-top: 10px;
}
.gj_item .gj_btn{
    margin-top: 11px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(270deg,#ff763a, #ff8e5d);
    font-size: 16px;
    color: #fff;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    transition: all .3s;
}
.gj_item .gj_btn:hover{
    opacity: .8;
}
.gj_item .index_hot{
    position: absolute;
    left: -9px;
    top: -8px;
    width: 81px;
    height:79px;
    background: url(img/gjtm/icon-index-hot.png) no-repeat center center;
    background-size: 81px 79px;
}
















