@charset "utf-8";
/* CSS Document */

/*********************共用样式*******************/
body{
    margin: 0;
    font-family: misanR,"Source Han Sans CN","PingFangSC-Semibold",Arial, Helvetica,"Helvetica Neue", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
img{display:block;}
.alltime, .alltime * {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.container{
	margin:0 auto;
}
a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: #333;
}
/***************共用banner****************/
.inban{
    position: relative;
}
.inban .bd-con{
	position:absolute;
	z-index:1;
	left:15%;
	top:50%;
}
.inban h1 {
    font-size: 56px;
    line-height: 66px;
    font-weight: 600;
    color: #fff;
}
.breatcam-menu {
    width: 547px;
    background: #2653e5;
    display: inline-block;
    padding: 21px 30px 21px;
    border-radius: 4px 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.breatcam-menu ul li {
    display: inline-block;
    list-style: none;
    padding: 0 18px 0 0px;
    font-size: 17px;
    color: #fff;
    font-family: 'Jost';
}
.breatcam-menu ul li i {
    font-size: 20px;
    display: inline-block;
    padding-right: 10px;
}
.breatcam-menu ul li a {
    color: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.breatcam-menu ul li a:before {
    position: absolute;
    content: "";
    right: -12px;
    top: 6px;
    width: 1px;
    height: 14px;
    background: #fff;
}

/***************关于我们****************/

.about-section{padding: 10rem 0 20px;}
.about-section .container{
	display:flex;
	justify-content: space-between;
}
.about-section .le{width:42.5%}
.about-section .re{width:52.8%}
.about-section .about-thumb {
    position: relative;
}
.about-single-counter-box {
    padding: 31px 40px 44px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    width: 379px;
    position: relative;
    z-index: 1;
    top: -98px;
    left: -87px;
}
.about-counter-number {
    float: left;
    padding-right: 22px;
}
.about-counter-number h2 {
    font-size: 9.5rem;
    font-weight: 700;
    line-height: 80px;
    color: #2653e5;
    position: relative;
    z-index: 1;
}
.about-counter-number h2:before {
    position: absolute;
    content: "+";
    right: 1px;
    top: -2px;
    font-size: 20px;
    font-family: 'Jost';
    font-weight: 500;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #2653e5;
}
.about-counter-title h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    padding: 8px 0 0;
}
.about-section .re h4{
	font-size: 17px;
    font-weight: 500;
    color: #2653e5;
    line-height: 26px;
    padding-bottom: 11px;
}
.about-section .re h1 {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 54px;
	font-family: WorkM;
}
.about-section .re p {
    padding: 24px 0 0;
    line-height: 28px;
    font-size: 16px;
	color:#666;
}
/*数字*/
.number{
    background: #2653e5;
    position: relative;
    z-index: 1;
}
.number::before {
    content: "";
    position: absolute;
    background-image: url(../images/shape-1.png);
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.number .container{
    min-height: 15rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(25rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2rem;
}
.number .box{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:1rem 2.5rem;
}
.number .box i {
    color: #fff;
    font-size: 4.5rem;
    padding-bottom: 1rem;
}
.number .box .count {
    color: #fff;
    font-size: 4rem;
    padding-bottom: 0.5rem;
    font-family: PM;
}
.number .box h3 {
    font-size:1.8rem;
    color: #fff;
    font-weight: 400;
}
/*证书*/
.honor{padding: 10rem 0 20px;}
.honor h2{
	font-size: 3.6rem;
    font-weight: 600;
    line-height: 54px;
	font-family: WorkM;
	text-align: center;
	margin-bottom:10px;
}
.honor .swiper{
	overflow:hidden;
	width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
}
.honor .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.honor .swiper-slide .hbox{
	background: #f5f5f5;
	padding:15px;
	margin-bottom:10px;
}
.honor .swiper-slide .hbox .img{
    padding:10px;
	background: #fff;
}

/*伙伴*/
.clients{
	padding: 10rem 0;
    background: #eef2f6 url(../images/in_4.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}
.clients h3{
	font-size: 1.8rem;
    font-weight: 600;
    line-height: 54px;
	font-family: WorkM;
	text-align: center;
	color:#fcf118;
}
.clients h2{
	font-size: 3.6rem;
    font-weight: 600;
    line-height: 54px;
	font-family: WorkM;
	text-align: center;
	margin-bottom: 7rem;
}
.clients ul{
    display: block;
    text-align: center;
}
.clients ul li {
    display: inline-block;
    position: relative;
    width: 14.5%;
    margin: 0 0.7%;
    cursor: pointer;
    overflow: hidden;
}
.clients ul li:nth-child(n + 7) {
    margin-top: -3%;
}
.clients ul li .bg {
    position: relative;
    width: 100%;
    z-index: 2;
}
.clients ul li .bg img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.clients ul li .bg img:nth-child(2) {
    position: absolute;
    z-index: 3;
    opacity: 0;
}
.clients ul li .lg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
}
.clients ul li .lg img {
    width: 80%;
    margin: 0 auto;
}
.clients ul li .txt {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    flex-wrap: wrap;
    opacity: 0;
}
.clients ul li .txt s {
    display: block;
    width: 0px;
    margin: 20px auto;
    height: 1px;
    background: #fff;
}
.clients ul li .txt .wz {
    width: 100%;
	font-size:1.8rem;
}
.clients ul li:hover .bg img:nth-child(2) {
    opacity: 1;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
}
.clients ul li:hover .lg {
    opacity: 0;
    left: 100%;
}
.clients ul li:hover .txt {
    opacity: 1;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
}
.clients ul li:hover .txt s {
    width: 150px;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}

/***************案例****************/
.case{
	padding:8rem 0;
	background: #f6f6f7;
}
.in-tit h4{
	font-size: 17px;
    font-weight: 500;
    color: #2653e5;
    line-height: 26px;
    padding-bottom: 11px;
	text-align: center;
	font-family: WorkM;
}
.in-tit h2{
	font-size: 3.6rem;
    font-weight: 600;
    line-height: 54px;
	font-family: WorkM;
	text-align: center;
	margin-bottom: 7rem;
}
.clist{
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(30rem, 1fr)) [3];
    grid-template-columns: repeat(3, minmax(30rem, 1fr));
    gap: 3rem;
}
.clist a{
	display: block;
	background:#fff;
}
.cimg{
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.cimg img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    display: block;
    margin: 0 auto;
}
.clist .ccon{
	position: relative;
	padding:15px;
}
.clist .ccon:after{
	width:0%;
	height: 4px;
	background: #2653e5;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .5s;
}
.clist .ccon h2{
	font-size:2.4rem;
	color:#121212;
	font-family: WorkM;
}
.clist .ccon p{
	display: block;
	position: relative;
	font-size:1.6rem;
	color:#2653e5;
}
.clist .ccon p:after{
	display: block;
	position: absolute;
	right:0;
	top: 0;
	width:20px;
	height: 20px;
	content: '';
	background: url(../images/spray.png);
}
.clist li:hover .ccon:after{
	width:100%;
	transition: .5s;
}
.clist li:hover .cimg img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/*************新闻**************/
.news{
	padding:8rem 0;
	background: #f6f6f7;
}
.news ul{
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(30rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 3rem;
}
.news ul li{
	box-shadow: 0px 5px 30px rgba(192, 196, 204, 0.3);
}
.news ul li .nimg {
    overflow: hidden;
}
.news ul li .nimg img {
    transition: .5s ease-in-out;
}
.news ul li .ntxt{
    padding:1.5rem;
	padding-bottom: 0;
}
.news ul li .ntxt time {
    font-size: 14px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 25px;
    color: #999;
}
.news ul li .ntxt h2{
    font-size: 1.8rem;
    line-height:30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #121212;
    margin-top: 2rem;
    margin-bottom: 1rem;
	font-family: WorkM;
}
.news ul li .ntxt .mr{
	display: flex;
    border-top: 1px solid #e5e5e5;
    height: 4.8rem;
	justify-content: space-between;
	align-items: center;
}
.news ul li .ntxt .mr span{
	font-size:12px;
	color:#999;
}
.news ul li:hover .nimg img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
}
.news ul li:hover h2{
	color:#2653e5;
}
.news ul li:hover .mr{
	border-top: 1px solid #2653e5;
	color:#2653e5;
}
.news ul li:hover .mr svg path{
	fill:#2653e5;
}

/*************联系我们**************/
.contact{padding:8rem 0;}
.if{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(25rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap:2.5rem;
    margin: 6rem 0;
}
.feature-item {
    padding: 1px 45px 10px;
    background: #F5F5F5;
    text-align: center;
    margin-bottom: 60px;
}
.contacts-icon {
    position: relative;
    top: -35px;
	display: flex;
	justify-content: center;
}
.contact-title h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 0px 0 10px;
    margin-top: 0;
	font-family: WorkM;
}
.contact-description p {
    font-size: 1.4rem;
    line-height: 24px;
	color:#555;
	margin-bottom: 1rem;
}

.p3{
	padding: 10rem 0;
    background: #F5F5F5;
}
.ct-form{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ct-form .ci{
	width:32%;
	margin-bottom: 30px
}
.ct-form .ca{
	width:100%;
	margin-bottom: 30px
}
.ct-form .ci input,
.ct-form .ca input{
    width: 100%;
    padding-left: 25px;
    background: #fff;
    border-radius: 3px;
    color: #0D0E14;
    transition: .5s;
	    border: 1px solid rgba(13, 14, 20, 0.1);
    height: 64px;
}
.ct-form .ca textarea{
	height:20rem;
    width: 100%;
    padding: 15px 22px 0px;
    background: #fff;
    border: 1px solid rgba(13, 14, 20, 0.1);
    border-radius: 4px;
    color: #0D0E14;
}
.contact-form{
	margin:0 auto;
}
.mapBox {
    width: 100%;
    height: 550px;
}
.p4 .ctitle{
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 54px;
    font-family: WorkM;
    margin:5rem 0;
}
.p4 ul{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(30rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:2rem;
}
.p4 ul li a {
    display: block;
    background: url(../images/pr_2.png) center no-repeat;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    padding:1rem;
}
.p4 ul li h2 {
    font-size: 2.4rem;
    color: #121212;
    line-height: 40px;
    font-family: WorkM;
    font-weight: bold;
    padding-top:2rem;
}
.p4 ul li p {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    color: #555;
    line-height: 40px;
    padding-bottom: 1.5rem;
}
.p4 ul li a .pimg {
    display: block;
    width: 100%;
    overflow: hidden;
}
.p4 ul li a .pimg img {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
    mix-blend-mode: multiply;
    margin: 0 auto;
}
/*************产品列表**************/
.plist{padding:8rem 0;}
.plist .container{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
.le-nav{
	width:25%;
	padding: 40px 35px 18px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
}
.categories-title{
    display:block;
}
.categories-title h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 2px solid #E9E9EA;
    padding: 0px 0 15px;
    margin: 0 0 30px;
    position: relative;
}
.widget-check {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
    color: #0D0E14;
}
.widget-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
a.widget-check p {
    display: inline;
    float: right;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 2px;
    border: 1px solid rgba(13, 14, 20, 0.1);
    background-color: #fff;
}
.widget-check .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
	content: "";
    position: absolute;
    display: none;
}
.widget-check input:checked ~ .checkmark:after {
    display: block;
}
.widget-check:hover input ~ .checkmark {
    background-color: #ccc;
}
.widget-check input:checked ~ .checkmark {
    background-color: #2653e5;
}
.nitem:hover .secl,
.nitem.on .secl{
	display:block;
}
.nitem.on .checkmark{
	background-color: #2653e5;
}
.nitem.on .checkmark:after{
	display: block;
}
.le-nav .secl{
	width: 100%;
    padding:0px 2% 20px 5%;
    display: none;
}
.le-nav .secl a{
	display: block;
	font-size:1.4rem;
	line-height: 30px;
	height: 30px;
}
.le-nav .secl a:hover,
.le-nav .secl a.on{
	color:#2653e5;
	font-weight: bold;
}
.rt{
	width:70%;
}
.rt .top{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.rt .top h2{
	font-size:2.4rem;
	color:#121212;
	font-family: WorkM;
}
.sbox{
    padding: 0;
    margin-bottom: 30px;
    background: inherit;
    text-align: right;
	width:35rem;
}
.sbox form {
    position: relative;
}
.sbox input {
    height: 56px;
    width: 100%;
    color: #0D0E14;
    border: 1px solid rgba(13, 14, 20, 0.1);
    border-radius: 4px 0px 0px 4px;
	padding-left: 20px;
	position: relative;
}
button.icons {
	height: 56px;
    width: 56px;
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    background: #2653e5;
    border-radius: 0 4px 4px 0;
}
.rt ul{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(30rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem;
}
.rt ul li a{
	display:block;
    background: url(../images/pr_2.png) center no-repeat;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}
.rt ul li h2{
    font-size:2.4rem;
	color:#121212;
	line-height: 40px;
	padding:1.5rem 0;
	font-family: WorkM;
	font-weight: bold;
}
.rt ul li p{
	display: block;
	max-width: 90%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    font-size:1.4rem;
	color:#555;
	line-height: 40px;
	padding-bottom: 1.5rem;
}
.rt ul li a .pimg {
    display: block;
    width: 100%;
    overflow: hidden;
}
.rt ul li a .pimg img {
    transform: scale(1.00001);
    -webkit-transform: scale(1.00001);
	mix-blend-mode: multiply;
	margin:0 auto;
}
.rt ul li:hover a .pimg img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.rt ul li:hover h2{
	color:#2653e5;
}

/*************产品详情**************/
.pd-area{
	padding:8rem 0;
}
.pd-area .container .p1{
	display:flex;
	justify-content: space-between;
}
.pd-area .container .p1 .pd-img{
	width:50%;
    padding: 20px 53px 53px 53px;
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    background: #fff;
    box-shadow: 0px 5px 50px rgba(225, 225, 225, 0.4);
    border-radius: 5px;
    margin-bottom: 30px;
}
.pd-area .container .p1 .pd-img .myswiper{
	width:100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.pd-area .container .p1 .pd-img .myswiper .swiper-slide{
	display: flex;
	justify-content: center;
	width:100%;
	background: #f6f6f6;
}
.pd-area .container .p1 .pd-img .swiper-slide img{
	mix-blend-mode: multiply;
}
.pd-area .container .p1 .pd-img .myswiper2 .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 150px;
	border:1px solid #ccc;
}
.pd-area .container .p1 .pd-img .myswiper2 .swiper-slide img{
	max-height: 120px;
}
.pd-area .container .p1 .pd-img .myswiper2  .swiper-slide-thumb-active{
	border:1px solid #2653e5;
}

.pd-area .container .p1 .pd{
	width:50%;
	padding-left: 5rem;
}
.pd-tit h2 {
    font-size: 2.4rem;
	line-height: 4rem;
    font-weight: 600;
    color:#121212;
}
.pd-des p{
    font-size: 1.4rem;
	line-height: 3rem;
    color:#666;
	padding:1.5rem 0;
}
.pd-cha{
	border-top:1px solid #ccc;
	padding:1.5rem 0;
}
.pd-cha h4{
	font-size: 1.6rem;
	line-height: 4rem;
    font-weight: 600;
    color:#2653e5;
	margin-bottom: 2rem;
}
.pd-cha p{
	font-size: 1.6rem;
	line-height: 3rem;
    color:#666;
	margin-bottom: 2rem;
}
.p1 a{
	display:inline-block;
	padding:1.5rem 3rem;
	background: #2653e5;
	color:#fff;
	font-size:1.4rem;
}
.p1 a i{padding-right:10px;}

.p2 .pa-t{
	display:inline-block;
	padding:1.5rem 3rem;
	background: #2653e5;
	color:#fff;
	font-size:1.8rem;
}
.para{
	width: 100%;
    padding: 40px 30px 40px 30px;
    box-shadow: 0 0 20px 5px rgba(231,231,231,.5);
    margin-top: 24px;
    display: flex;
	margin-bottom: 50px;
}
.para-lf{
    width: 200px;
    height: 600px;
    padding-right: 12px;
    overflow-y: auto;
    font-size: 16px;
    scroll-behavior: smooth;
}
.para-lf .nav-item {
    height: 38px;
    color: #8f8f8f;
    cursor: pointer;
    padding: 0 12px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    /* user-select: none; */
    margin-bottom: 1px;
}
.para-lf .nav-item.active {
    background: #2653e5;
    color: #fff;
    font-weight: bold;
}
.para-rt {
    width: calc(100% - 172px);
    margin-left: auto;
    height: 600px;
    background: #F6F6F6;
    border-radius: 8px;
    overflow-y: auto;
    padding: 24px 100px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    scroll-behavior: smooth;
}
.parameter-info {
    width: 100%;
    padding-bottom: 50px;
}
.parameter-item {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    border-bottom: 1px solid rgb(218, 218, 218);
    min-height: 46px;
    padding: 6px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.parameter-item .parameter-label {
    min-width: 150px;
    color: #010101;
    font-weight: bold;
    font-size:1.6rem;
}
.parameter-item .parameter-value {
    color: #333333;
    font-size:1.6rem;
}
.parameter-item .parameter-title {
    color: #2653e5;
}
.para-rt::-webkit-scrollbar {
    width: 10px;
}
.para-rt::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #b0b0b0;
}
.para-rt::-webkit-scrollbar-track {
    border-radius: 3px;
    /* background: #F8F8F8; */
}

/***********************新闻/案例详情*************************/
.detail{
    padding: 7rem 0;
}
.detail .title {
    font-size: 3rem;
    line-height: 1.8;
    text-align: center;
}
.detail .sub {
    margin-top: 1rem;
    padding-bottom: 1.5rem;
    text-align: center;
    border-bottom: 1px solid rgb(221, 221, 221);
}
.detail .tent {
    margin-top:3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgb(221, 221, 221);
}
.detail .tent p {
    font-size: 1.5rem;
    color: #666;
    line-height: 2;
}
.detail .bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}
.detail .bot .left a {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 1.6rem;
    color: #333;
}
.nbtn {
    position: relative;
    display: inline-block;
    pointer-events: auto;
    cursor: pointer;
    padding: 1.5rem 3rem;
    font-size: 1.8rem;
    font-weight: 500;
    color:#fff;
    background:#2653e5;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nbtn:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background:#2a5cff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.detail .sub {
    margin-top: 1rem;
    padding-bottom: 1.5rem;
    text-align: center;
    border-bottom: 1px solid rgb(221, 221, 221);
}
.detail .sub .tit-15 {
    line-height: 1;
    display: inline-block;
    margin: 0 2rem;
    color: #888;
    font-size: 1.5rem;
}
.detail .sub .tit-15 {
    line-height: 1;
    display: inline-block;
    margin: 0 2rem;
    color: #888;
    font-size: 1.5rem;
}

















































































