@charset "utf-8";
/*about*/
.g-about {
    height: auto;
    overflow: hidden;
    background: url("../img/index-about-bg.png") center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 60px;
}
.g-about .s-info, .g-about .s-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.g-about .s-info h3, .g-about .s-info p {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.g-about .s-info h3 {
   font-weight: 600;
    font-size: 4.6rem;
}
.g-about .s-info p {
    margin-top: 12px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 30px;
}
.g-about .s-pic {
    margin-top: 40px;
}
.g-about .s-pic img {
    display: block;
    width: 100%;
}
/*video*/
.g-video {
    height: auto;
    overflow: hidden;
    background: #eee;
    box-sizing: border-box;
    padding: 40px 0;
}
.g-video .s-title, .g-video .s-info {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.g-video .s-title {
    box-sizing: border-box;
    padding-top: 10px;
}
.g-video .s-title h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
   font-weight: 600;
    font-size: 16px;
}
.g-video .s-info {
    margin-top: 20px;
}
.g-video .s-info video, .g-video .s-info iframe {
    width: 100%;
    height: 580px;
    overflow: hidden;
}
@media(max-width:800px){
    .g-video .s-info video, .g-video .s-info iframe {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
}
/*service*/
.g-service {
    height: auto;
    overflow: hidden;
    background: url("../img/index-service-bg.png") center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 320px;
    padding-bottom: 15px;
}
.g-service .s-main {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    padding: 0 25px;
    padding-bottom: 56px;
}
.g-service .s-main h3, .g-service .s-main p {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.g-service .s-main h3 {
    text-align: center;
}
.g-service .s-main h3 img {
    height: 76px;
}
.g-service .s-main p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
/*product*/
.g-product {
    height: auto;
    overflow: hidden;
    background: #eee;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 90px;
}
.g-product .s-title, .g-product .s-main, .g-product .s-aside {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.g-product .s-title {
    background: #ccc;
}
.g-product .s-title h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
   font-size: 2.9rem;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
}
.g-product .s-main .s-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.g-product .s-main li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.g-product .s-main li:hover img {
    transform: scale(1.05);
}
.g-product .s-main li .s-pic, .g-product .s-main li .s-info {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.g-product .s-main li .s-pic {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.g-product .s-main li .s-pic img {
    display: block;
    width: 100%;
    transition: all ease-out 0.3s;
}
.g-product .s-main li .s-info {
    box-sizing: border-box;
    padding: 10px;
    padding-bottom: 0;
}
.g-product .s-main li .s-info p, .g-product .s-main li .s-info aside {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.g-product .s-main li .s-info p {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.g-product .s-main li .s-info p:hover {
    color: #ae2822;
}
.g-product .s-main li .s-info a {
    color: inherit;
}
.g-product .s-main li .s-info aside {
    margin-top: 5px;
    font-size: 22px;
    text-align: center;
}
.g-product .s-main li .s-info aside b, .g-product .s-main li .s-info aside span {
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
}
.g-product .s-main li .s-info aside b {
    background: #c03;
    box-sizing: border-box;
    padding: 0 5px;
    font-weight: normal;
    color: #fff;
}
.g-product .s-main li .s-info aside span {
    background: #e9cd2d;
    box-sizing: border-box;
    padding: 0 5px;
}
.g-product .s-main .s-more {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}
.g-product .s-main .s-more a {
    display: inline-block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    background: #eccb00;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 20px;
    line-height: 90px;
    text-align: center;
    color: #000;
}
.g-product .s-main .s-more a:hover {
    opacity: 0.8;
}
.g-product .s-aside {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    background: #ebd973;
    box-sizing: border-box;
    padding: 25px 35px;
}
.g-product .s-aside p {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 22px;
    line-height: 30px;
}
/*inner-about*/
.i-about {
    /* position: relative; */
    /* z-index: 0; */
    height: auto;
    overflow: hidden;
    background: #eee;
}
.i-about .s-bg, .i-about .s-main {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-about .s-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 500px;
    background: url("../img/about-banner.png") center center no-repeat;
    background-size: cover;
}
.i-about .s-main {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    /* padding-top: 250px; */
    display: flex;
    justify-content: center;
}
.i-about .s-main .s-col {
    width: 350px;
    height: 420px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 15px;
    box-sizing: border-box;
    padding: 35px;
}
.i-about .s-main .s-col span {
    display: block;
    width: 50px;
    height: 6px;
    overflow: hidden;
    background: #5c6fc2;
    display: none;
}
.i-about .s-main .s-col h3, .i-about .s-main .s-col p {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-about .s-main .s-col h3 {
    margin: 15px 0;
    font-weight: 600;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.i-about .s-main .s-col p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    margin: 0;
}
.i-about .s-main .s-col a {
    color: inherit;
}
/*inner-team*/
.i-team {
    height: auto;
    overflow: hidden;
    background: #eee;
    box-sizing: border-box;
    /* padding-top: 50px; */
    /* padding-bottom: 60px; */
}
.i-team .s-title, .i-team .s-info {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-team .s-title h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
}
.i-team .s-info {
    /* margin-top: 20px; */
    box-sizing: border-box;
    /* padding: 0 45px; */
}
.i-team .s-info ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-team .s-info ul .temp {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-team .s-info li {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 5px 0;
}
.i-team .s-info li:hover img {
    transform: scale(1.05);
}
.i-team .s-info li img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all ease-out 0.3s;
}
/*inner-blog*/
.i-blog {
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.i-blog .m-box {
    box-sizing: border-box;
    padding: 0 35px;
}
.i-blog .s-title, .i-blog .s-info {
    width: 100%;
    height: auto;
}
.i-blog .s-title {
    box-sizing: border-box;
    border-bottom: 1px solid #999;
}
.i-blog .s-title h3 {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 30px;
    line-height: 45px;
}
.i-blog .s-title h3:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 6px;
    overflow: hidden;
    background: #ae2822;
}
.i-blog .s-info {
    min-height: 360px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0;
}
.i-blog .s-info ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-blog .s-info li {
    width: 100%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 40px;
}
.i-blog .s-info li img, .i-blog .s-info li a {
    vertical-align: middle;
}
.i-blog .s-info li a {
    color: inherit;
    margin-left: 10px;
}
/*blog-detail*/
.b-blog {
    height: auto;
    overflow: hidden;
}
.b-blog .s-title, .b-blog .s-info {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.b-blog .s-title {
    background: #eccb00;
}
.b-blog .s-title h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
}
.b-blog .s-info {
    background: #eee;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 30px;
}
.b-blog .s-info .s-aside, .b-blog .s-info .s-main {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.b-blog .s-info .s-aside p {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
.b-blog .s-info .s-main {
    min-height: 500px;
    margin-top: 30px;
}
.b-blog .s-info .s-main p {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
/*inner-custom*/
.i-custom {
    height: auto !important;
    overflow: hidden;
    background: url("../img/custom-bg.png") center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 70px 0;
}
.i-custom .s-main {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-custom .s-main p {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 5px 0;
    font-size: 24px;
    line-height: 40px;
}
/*inner-form*/
.i-form {
    height: auto;
    overflow: hidden;
    background: #eee;
    padding-top: 70px;
    padding-bottom: 70px;
}
.i-form .m-box {
    box-sizing: border-box;
    padding: 0 10px;
    padding-bottom: 45px;
}
 .s-title1, .i-form .s-info {
    width: 100%;
    height: auto;
    overflow: hidden;
}
 .s-title1 h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #cccccc;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
 .s-title1 h3 p{
    color: #666;
}
.i-form .s-row {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.i-form .s-row:nth-child(3) .s-group {
    width: 100%;
}
.i-form .s-row .s-group {
    width: 48%;
    display: flex;
    justify-content: space-between;
}
.i-form .s-row .s-group label, .i-form .s-row .s-group input, .i-form .s-row .s-group textarea {
    height: auto;
    overflow: hidden;
    font-size: 16px;
}
.i-form .s-row .s-group label, .i-form .s-row .s-group input {
    line-height: 50px;
}
.i-form .s-row .s-group label {
    width: 120px;
    white-space: nowrap;
    font-weight: bold;
    text-align: right;
}
.i-form .s-row .s-group input, .i-form .s-row .s-group textarea {
    background: none;
    box-sizing: border-box;
    border: 1px solid #ccc;
    outline: 0;
    padding: 0 10px;
}
.i-form .s-row .s-group input {
    width: 335px;
}
.i-form .s-row .s-group textarea {
    width: 845px;
    height: 175px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}
.i-form .s-row .s-submit {
    display: block;
    width: 220px;
    height: 55px;-webkit-appearance:none;
    overflow: hidden;
    background: #ba2233;
    margin: 0 auto;
    margin-top: 20px;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 55px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.i-form .s-row .s-submit:hover {
    opacity: 0.8;
}
/*inner-service*/
.i-service {
    height: auto;
    overflow: hidden;
}
.i-service .s-pic, .i-service .s-info {
    width: 100%;
    overflow: hidden;
}
.i-service .s-pic {
    height: 500px;
    background: url("../img/index-service-bg.png") center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 370px;
    padding-bottom: 40px;
}
.i-service .s-pic .m-box {
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    padding: 20px 25px;
}
.i-service .s-pic .m-box p {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.i-service .s-info {
    height: auto;
    background: #eee;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 100px;
}
.i-service .s-info .s-row {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}
.i-service .s-info .s-row:nth-child(2) .s-item ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.i-service .s-info .s-row:nth-child(2) .s-item li {
    width: 37.5%;
    margin-bottom: 20px;
}
.i-service .s-info .s-row:nth-child(2) .s-item li:nth-child(2n+1) {
    margin-right: 12.5%;
}
.i-service .s-info .s-row:nth-child(2) .s-item li:nth-child(2n) {
    margin-left: 12.5%;
}
.i-service .s-info .s-row .s-title, .i-service .s-info .s-row .s-item {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-service .s-info .s-row .s-title h3 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 25px;
    font-size: 16px;
    line-height: 30px;
}
.i-service .s-info .s-row .s-title h3 a{ color:#000}
.i-service .s-info .s-row .s-title h3:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: #000;
    margin-top: -5px;
    box-sizing: border-box;
    border-radius: 50%;
}
.i-service .s-info .s-row .s-item ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-service .s-info .s-row .s-item li {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-service .s-info .s-row .s-item li p {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 25px;
    font-size: 16px;
    line-height: 30px;
}
/*inner-product*/
.i-product {
    height: auto !important;
    overflow: hidden;
    background: url("../img/product-bg.png") center center no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
    padding: 30px 0 0; min-height: 162px;
}
.i-product .s-main {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-product .s-main p {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 5px 0;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    word-break: break-word;
}
/*inner-list*/
.i-list {
    height: auto;
    overflow: hidden;
    background: #eee;
    box-sizing: border-box;
    padding-bottom: 110px;
}
.i-list .s-row {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 35px;
}
.i-list .s-row .s-title, .i-list .s-row .s-info {
    width: 100%;
    height: auto;
}
.i-list .s-row .s-title {
    box-sizing: border-box;
    border-bottom: 1px solid #666;
    /* display: none; */
}
.i-list .s-row .s-title h3 {
    position: relative;
    width: 50%;
    height: auto;
    font-weight: 600;
    font-size: 16px;
    color: transparent;
}
.i-list .s-row .s-title h3 a {
    color: inherit;
}
.i-list .s-row .s-title h3:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    overflow: hidden;
    background: #ae2822;
}
.i-list .s-row .s-info {
    box-sizing: border-box;
    padding-top: 5px;
}
.i-list .s-row .s-info ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-list .s-row .s-info li {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 15px 0;
    border-bottom: 1px solid #999;
    align-items: flex-start;
}
.i-list .s-row .s-info li:last-child {
    border-bottom-color: transparent;
}
.i-list .s-row .s-info a {
    color: inherit;
}
.i-list .s-row .s-info .s-pic, .i-list .s-row .s-info .s-desc {
    height: 400px;
    overflow: hidden;
}
.i-list .s-row .s-info .s-pic {
    width: 400px;
}
.i-list .s-row .s-info .s-pic:hover img {
    transform: scale(1.05);
}
.i-list .s-row .s-info .s-pic img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: all ease-out 0.3s;
}
.i-list .s-row .s-info .s-desc {
    width: 510px;
    margin-left: 40px;
}
.i-list .s-row .s-info .s-desc .s-main {
    height: auto;
}
.i-list .s-row .s-info .s-desc .s-main p, .i-list .s-row .s-info .s-desc .s-main h5 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    font-weight:400;
    line-height: 30px;
}
.i-list .s-row .s-info .s-desc .s-main p {
    font-weight: bold;
}
.i-list .s-row .s-info .s-desc .s-main h5 {
    margin-top: 10px;
    font-family: SegoeUI;
    font-weight:normal;
    font-size: 14px;
}
.i-list .s-row .s-info .s-desc .s-more {
    height: 30px;
    text-align: right;
}
.i-list .s-row .s-info .s-desc .s-more a {
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    background: #ae2822;
    box-sizing: border-box;
    padding: 0 5px;
    border-radius: 14px;
    line-height: 1.75;
    display: inline-block;
}
.i-list .s-row .s-info .s-desc .s-more a:hover {
    color: #ae2822;
    text-decoration: underline;
}
/*product-detail*/
.i-detail {
    height: auto;
    overflow: hidden;
}
.i-detail .s-top, .i-detail .s-info, .i-detail .s-form {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-detail .s-top {
    background: #eccb00;
}
.i-detail .s-top p {
    width: 100%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 30px;
}
.i-detail .s-top p a, .i-detail .s-top p span {
    vertical-align: middle;
    color: inherit;
}
.i-detail .s-top p span {
    margin: 0 5px;
}
.i-detail .s-info {
    background: #fff;
    box-sizing: border-box;
    /* padding-top: 10px; */
    padding-bottom: 30px;
}
.i-detail .s-info .s-aside, .i-detail .s-info .s-desc, .i-detail .s-info .s-detail {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    /* border-bottom: 1px solid #999; */
}
.i-detail .s-info .s-aside h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
}
.i-detail .s-info .s-share {
    width: 100%;
    height: auto;
    overflow: hidden;
    /* margin-top: 20px; */
    text-align: right;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    padding: 5px;
}
.i-detail .s-info .s-share a {
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
}
.i-detail .s-info .s-share img {
    height: 20px;
}
.i-detail .s-info .s-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  /*  padding: 20px 0;*/
}
.i-detail .s-info .video {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 10px solid #eee;
    background: #fff;
}
.i-detail .s-info .video video {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-detail .s-info .s-desc .s-text, .i-detail .s-info .s-desc .s-video {
    width: 50%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.i-detail .s-info .s-desc .s-text {
    box-sizing: border-box;
    padding-right: 20px;
    border-top: 10px solid #eee;
    background: #fff;
}
.i-detail .s-info .s-desc .s-text p {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}
.i-detail .s-info .s-desc .s-video video, .i-detail .s-info .s-desc .s-video embed {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-detail .s-info .s-detail .s-title, .i-detail .s-info .s-detail .s-info {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-detail .s-info .s-detail {
    border-top: 10px solid #eee;
    background: #fff;
}
.i-detail .s-info .s-detail .s-title {
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #999;
}
.i-detail .s-info .s-detail .s-title h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
}
.i-detail .s-info .s-detail .s-info .s-row {
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 220px;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px solid #999;
}
.s-row table{

width: 100% !important;
}

.s-row img{

    width:100%;
    
}

.i-detail .s-info .s-detail .s-info .s-row:last-child {
    border-bottom-color: transparent;
}
.i-detail .s-info .s-detail .s-info .s-row p {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}

.i-detail .s-info .s-detail .s-info .s-row p iframe 
{
width:100%;
height:280px;
    
}
.i-detail .s-form {
    background: #eee;
}
.i-detail .s-form .s-info {
    padding: 10px;
}
.i-detail .s-form .m-box {
    box-sizing: border-box;
    padding: 0 10px;
    padding-bottom: 45px;
}
.i-detail .s-form .s-title, .i-detail .s-form .s-info {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-detail .s-form .s-title h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.i-detail .s-form .s-info {
    margin-top: 90px;
}
.i-detail .s-form .s-row {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.i-detail .s-form .s-row .s-group {
    width: 48%;
    display: flex;
    justify-content: space-between;
}
.i-detail .s-form .s-row:nth-child(3) .s-group {
    width: 100%;
}
.i-detail .s-form .s-row .s-group label, .i-detail .s-form .s-row .s-group input, .i-detail .s-form .s-row .s-group textarea {
    height: auto;
    overflow: hidden;
    font-size: 16px;
}
.i-detail .s-form .s-row .s-group label, .i-detail .s-form .s-row .s-group input {
    line-height: 50px;
}
.i-detail .s-form .s-row .s-group label {
    width: 120px;
    white-space: nowrap;
    font-weight: bold;
    text-align: right;
}
.i-detail .s-form .s-row .s-group input, .i-detail .s-form .s-row .s-group textarea {
    background: none;
    box-sizing: border-box;
    border: 1px solid #999;
    outline: 0;
    padding: 0 10px;
}
.i-detail .s-form .s-row .s-group input {
    width: 335px;
}
.i-detail .s-form .s-row .s-group textarea {
    width: 845px;
    height: 175px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}
.i-detail .s-form .s-row .s-submit {
    display: block;
    width: 220px;
    height: 55px;
    overflow: hidden;
    background: #ae2822 !important;
    -webkit-appearance:none;
    margin: 0 auto;
    margin-top: 20px;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 55px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.i-detail .s-form .s-row .s-submit:hover {
    opacity: 0.8;
}


 .s-form1 {
    background: #eee;
    display: none;
}
.s-form1 .m-box {
    box-sizing: border-box;
    padding: 0 10px;
    padding-bottom: 45px;
}
.s-form1 .s-title, .s-form1 .s-info {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.s-form1 .s-title h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #cccccc;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.s-form1 .s-title h3 p{
    color: #666;
}
.s-form1 .s-info {
    margin-top: 90px;
}
.s-form1 .s-row {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s-form1.s-row .s-group {
    width: 48%;
    display: flex;
    justify-content: space-between;
}
.s-form1 .s-row:nth-child(3) .s-group {
    width: 100%;
}
.s-form1 .s-row .s-group label, .s-form1 .s-row .s-group input, .s-form1 .s-row .s-group textarea {
    height: auto;
    overflow: hidden;
    font-size: 16px;
}
.s-form1 .s-row .s-group label, .s-form1 .s-row .s-group input {
    line-height: 50px;
}
.s-form1 .s-row .s-group label {
    width: 120px;
    white-space: nowrap;
    font-weight: bold;
    text-align: right;
}
.s-form1 .s-row .s-group input,.s-form1 .s-row .s-group textarea {
    background: none;
    box-sizing: border-box;
    border: 1px solid #999;
    outline: 0;
    padding: 0 10px;
}
.s-form1 .s-row .s-group input {
    width: 335px;
}
.s-form1 .s-row .s-group textarea {
    width: 845px;
    height: 175px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}
.s-form1 .s-row .s-submit {
    display: block;
    width: 220px;
    height: 55px;-webkit-appearance:none;
    overflow: hidden;
    background: #ba2233;
    margin: 0 auto;
    margin-top: 20px;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 55px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.s-form1 .s-row .s-submit:hover {
    opacity: 0.8;
}
/*about-new*/
.about-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #eee;
}
.about-bg img {
    display: block;
    width: 100%;
}
.about-bg h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 2.5;
    text-align: center;
    white-space: nowrap;
    margin-top: 10px;
}
.i-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #eee;
    box-sizing: border-box;
    padding: 10px 0;
    padding-top: 15px;
}
.i-row .i-team {
    width: 40%;
}
.i-row .i-about {
    width: 57%;
}
