﻿@charset "UTF-8";

/*basic css*/

html,
body,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    width: 100%;
    overflow: hidden;
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
    background-color: #fff;
}

input,
textarea,
button {
    padding: 0;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input {
    outline: none;
    -webkit-appearance: none;
    /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 点击高亮的颜色*/
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}

input:focus,
textarea:focus {
    outline: none;
}

textarea {
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    cursor: pointer;
}

ul,
ol,
li {
    list-style-type: none;
}

.slick-slide:focus,
input:focus,
a:focus {
    outline: none !important;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

select,
input,
textarea,
button {
    vertical-align: middle;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

tr {
    margin: 0;
    padding: 0;
}

td {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

.wrap {
    border: 0;
    padding: 0;
    width: 1150px;
    margin: 0 auto;
    *zoom: 1;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.fix {
    *zoom: 1;
}

.radius-wrap {
    width: 44px;
    height: 44px;
    top: 92vh;
    left: 50%;
    right: 50%;
    margin: 0px 22px;
    z-index: 1000;
    position: absolute;
    cursor: pointer;
}

.radius {
    width: .44rem;
    height: .44rem;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

a {
    display: inline-block;
    max-width: 100%;
}

.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.twos {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.each-item:hover .picture img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    zoom: 1.1 \9;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input::placeholder {
    color: #999999
}

input::-webkit-input-placeholder {
    color: #999999
}

.box {
    width: 90%;
    max-width: 1600px;
    margin: auto;
}

/*header*/

.header {
    /* background: #ffffff; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.header .header_wrapper {
    margin: auto;
}

.header .logo {
    width: 200px;
    float: left;
    display: block;
    margin-top: 20px;
}

.header .right {
    font-size: 14px;
    line-height: 40px;
    color: #333;
    float: right;
    padding: 30px 0;
}

.header .right .nav {
    display: inline-block;
}

.header .nav a {
    color: #fff;
    padding: 0 30px;
    display: inline-block;
}

.header .nav a.on,
.header .nav a:hover {
    /* color: #1383e4; */
    background: #ff9600;
}

.header .right .en {
    color: #333;
    display: inline-block;
    margin-left: 22px;
}

.header .line {
    width: 50px;
    height: 3px;
    background: #1383e4;
    position: absolute;
    bottom: 12px;
    left: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.menu_ico {
    display: none;
    float: right;
}

.menu_ico span {
    width: 28px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 8px;
}

.menu_ico span:nth-child(2) {
    width: 20px;
    margin-left: 7px;
}

.on .menu_ico {
    margin-top: 25px;
}

.menu_ico span {
    transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
}

.on .menu_ico span:nth-child(2) {
    display: none;
}

.on .menu_ico span:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: -5px;
}

.on .menu_ico span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 3px;
}

.nav li {
    display: inline-block;
    position: relative;
}

.nav li .t1 {
    color: #fff;
    font-size: 14px;
    /* font-weight: bold;
    line-height: 60px;
    margin: 0 27px; */
    position: relative;
}

.nav li .t2 {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #333;
}

.main {
    padding-top: 100px;
    box-sizing: border-box;
}

.box {
    width: 90%;
    margin: auto;
}

@media screen and (max-width: 1650px) {
    .header .logo {
        width: 200px;
    }

    .header .right {
        font-size: 15px;
        padding: 10px 0;
    }

    .main {
        padding-top: 80px;
    }

    .header .nav a {
        padding: 0 18px;
    }
}

@media screen and (max-width: 1400px) {
    .header .logo {
        width: 180px;
    }

    .header .right {
        font-size: 14px;
        /* line-height: 70px; */
    }

    .main {
        padding-top: 70px;
    }

    .header .nav a {
        padding: 0 15px;
    }

    .box {
        width: 80%;
        margin: auto;
    }
}

@media screen and (max-width: 1199px) {
    .header .line {
        display: none;
    }

    li.nav2 .t1:after {
        content:'';
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 10px;
        height: 10px;
        display: block;
        transform: rotate(45deg);
        position: absolute;
        right: 10px;
        top: 20px;
    }
    .nav li .t2 {
        position: static;
    }

    .nav li .t2 a {
        border: 0;
        line-height: 2.5;
        font-size: 14px;
    }

    .header.on {
        height: 100vh;
        background: #333;
    }

    .menu_ico {
        display: block;
        float: right;
        margin-top: 15px;
    }

    .header .right {
        display: none;
        width: 100%;
        line-height: 55px;
    }

    .header .logo {
        width: 250px;
        padding: 10px 0;
    }

    .header .header_wrapper {
        width: 92%
    }

    .box {
        width: 92%;
        margin: auto;
    }

    .header .right .nav {
        width: 100%;
        display: block;
    }

    .header .nav a {
        padding: 0 15px;
        margin: 0;
        display: block;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
        text-align: left;
    }.header .nav a:hover{
        background:transparent
    }

    .header .right .en {
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .header .logo {
        width: 140px;
        padding: 15px 0;
        margin: 0;
    }
}


/*end header*/

/*index*/
#swiper1.swiper-container {
    height: 100vh;
}

.banner_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
}

#swiper1 .lans {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    padding: 150px 0;
    padding-right: 45%;
    background-size: 100% 100%;
    box-sizing: border-box;
}

#swiper1 .swiper-slide {
    /* background: #ffffff; */
    height: 100vh;
}

#swiper1 .lans .l1 {
    color: #fff;
	/* color: #000;  */ 
    font-size: 42px;
    line-height: 60px;
    height: 60px;
    text-align: left;
    /* padding: 0px 0px 30px; */
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
}

#swiper1 .lans .l2 {
    margin: 30px 0;
    width: 50px;
    height: 4px;
    /* background: #ff9600; */
	background: #000;
}

#swiper1 .lans .l3 {
    font-size: 20px;
    /* transition-delay: 0.2s; */
    text-align: left;
    padding: 12px 0px;
    width: auto;
    /* color: #888; */
	color: #FFF;
    line-height: 2;
}

.banner-background {
    width: 100%;
}

.s2_content, .s3_content {
    color: #ffffff;
}

.s2_content .t1, .s3_content .title1 {
    font-size: 42px;
    text-align: center;
}

.s2_content .t2, .s3_content .title2, .s5_content .title2 {
    font-size: 20px;
    line-height: 2;
    text-align: center;
    margin-top: 20px;
}

.s2_content .t3 {
    margin-top: 80px;
}

.s2_content .t3 li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding-left: 5%;
    position: relative;
    color: #ffffff;
}

.s2_content .t3 li:before {
    content: '';
    position: absolute;
    top: 30%;
    right: 0;
    width: 1px;
    height: 40%;
    background: #ffffff;
}

.s2_content .t3 .t1_1 {
    font-size: 48px;
    font-weight: bold;
    font-family: 'arial';
}

.s2_content .t3 .t1_2 {
    font-size: 14px;
    line-height: 2;
}

.s3_content .t3 {
    margin-top: 40px;
}

.s3_content .t3 li, .s3_content .t3 .swiper-slide {
    width: 30%;
    float: left;
    border: 1px solid #eeeeee;
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
    color: #333333;
    height: 550px;
}

.s3_content .t3 li:nth-child(2) {
    margin: 0 5%;
}

.s3_content .ts1 {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.s3_content .t1_1 {
    float: left;
    font-weight: bold;
}

.s3_content .t1_1:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 2px;
    background: #ff9600;
}

.s3_content .t1_2:hover {
    color: #ff9600;
}

.s3_content .t1_2 {
    float: right;
    font-size: 12px;
}

.s3_content .ts2 {
    padding: 20px 0;
}

.s3_content .t2_1 {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
	font-weight: bolder;
}

.s3_content .t2_2 {
    font-size: 14px;
    margin: 5px 0 15px 0;
    line-height: 1.5;
}

.s3_content .t2_2 a {
    width: 30%;
    color: #333;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 6px;
}

.s3_content .ts2 dd {
    margin-bottom: 20px;
}

.s4_content, .s5_content {
    color: #ffffff;
    text-align: center;
}

.s4_content .title1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
}

.s5_content .title1 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 10px;
}

.s4_content .lans {
    position: relative;
    height: 80px;
    width: 100%;
    background-color: rgb(62, 62, 62);
    transition: all 0.3s ease-out 0s;
}

.s4_content .lans:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #ff9600;
    height: 100%;
    width: 0%;
    transition: all 0.3s ease-out;
}

.s4_content a.swiper-slide:hover .lans:after {
    width: 100%;
}

.s4_content .l1 {
    position: relative;
    z-index: 3;
    margin: 0 40px;
    color: #e6e6e6;
    padding: 18px 0px 5px;
    font-size: 16px;
    transition: all ease-out .3s;
}

.s4_content a.swiper-slide:hover .l1 {
    color: #ffffff;
}

.s4_content .swiper-container {
    padding-bottom: 40px;
}

.s4_content .swiper-pagination {
    bottom: 0;
}

.s4_content .more {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, .1);
    border-radius: 0px;
    text-align: center;
    text-indent: 0px;
    margin: 3% auto;
    border: rgba(255, 255, 255, .1) 1px solid;
    width: 360px;
    transition: all .4s ease-in;
    vertical-align: middle;
}

.s4_content .more i {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 0;
    transition: all .4s ease-in;
    overflow: hidden;
    /* width: 40px; */
    line-height: 30px;
    height: 30px;
}

.s4_content .more:hover {
    background: #ff9600;
    color: #444444;
}

.s4_content .more:hover i {
    width: 40px;
}

.s4_content .more span {
    width: 8px;
    height: 8px;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    vertical-align: top;
    margin-top: 9px;
    margin-left: 10px;
}

.sj_none {
    display: block !important;
}

.pc_none {
    display: none !important;
}

.s5_item {
    position: relative;
}

.s5_list {
    max-width: 1400px;
    color: #ffffff;
    margin: 40px auto 0;
}

.s5_list a:hover .picture {
    opacity: .7;
}

.s5_item .lan {
    position: absolute;
    z-index: 2;
    width: 80%;
    top: 10%;
    left: 10%;
    text-align: left;
}

.s5_item .bottom {
    position: absolute;
    z-index: 2;
    width: 80%;
    bottom: 10%;
    left: 10%;
    text-align: left;
}

.s5_item .la1 {
    font-size: 18px;
    margin-bottom: 20px;
}

.s5_item .la2 {
    font-size: 15px;
    line-height: 2;
}

.s5_item .la2 li {

}

.s5_item .bottom {

}

.s5_item .en {
    font-family: 'arial';
    font-size: 24px;
}

.s5_item .cn {
    font-size: 24px;
    margin-top: 10px;
}

.news_left {
    width: 50%;
    float: left;
    position: relative;
}

.news_left img {
    width: 40%;
    float: left;
}

.news_left .tings:after {
    position: absolute;
    content: "";
    top: 15%;
    left: 25%;
    width: 76px;
    height: 2px;
    background: #ff9600;
    margin: 20px 0;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

}

.news_left .tings {
    width: 55%;
    float: right;
    text-align: left;
}

.news_left .t1 {
    font-size: 20px;
    color: #fff;
}

.news_left .t2 {
    font-size: 12px;
	margin: 15px 0;
    color: #ffffff;
}

.news_left .t3 {
    font-size: 14px;
    line-height: 22px;
    height: 76px;
    margin: 5px 0;
    /*color: #a7a7a7;*/
	color: #FFFFFF;
}

.news_left .t4 {
    position: relative;
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin-top: 28px;
    color: #ff5200;
	border: 1px solid rgba(255, 255, 255, .8);
}
.news_left .t4 span{
    position: relative;
    z-index: 3;
}
.news_left .t4:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ff9600;
    z-index: 2;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_left:hover .t4 {
    color: #fff;
}

.news_left:hover .t4:after {
    width: 100%;
}

.s6_content .news_right {
    width: 45%;
    float: right;
}

.s6_content .news_right a {
    position: relative;
    width: 100%;
    line-height: 40px;
}

.s6_content .news_right a .time:before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ff9600;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.s6_content .news_right a:hover .time:before {
    height: 100%;
}

.s6_content .news_right a:hover .time {
    color: #ffffff;
}

.s6_content .news_right .time {
    width: 100px;
    color: #FFFFFF;
    float: left;
}

.s6_content .news_right .time span {
    position: relative;
    z-index: 3;
	font-size: 14px;
}

.s6_content .news_right .ting {
    color: #ffffff;
    float: left;
    width: calc(100% - 100px);
    text-align: left;
    position: relative;
    z-index: 3;
	font-size: 14px;
}

.s7_content {width: 60%;}

.s7_content .left {
    width: 45%;
    float: left;
}

.s7_content .right {
    width: 50%;
    float: right;
    background: #ffffff;
    padding: 60px;
    box-sizing: border-box;
}

.s7_content .title1 {
    text-align: left;
}

.s7_content .t2 {
    font-size: 16px;
    /* color: #ff9600; */
	color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 100;
}

.s7_content .t3 {
    line-height: 24px;
    font-size: 13px;
	color: #000000;
    /* color: #989898;
    height: 24px; */
    width: 100%;
}

.s7_content .t4 {
    margin-top: 30px;
}

.s7_content .t4 a {
    width: 30px;
    display: inline-block;
    margin-right: 10px;
}

.s7_content .right .text {
    border: 0;
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
}

.s7_content .right .text2 {
    border: 0;
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    line-height: 3;
    height: 150px;
    resize: none;
    padding: 0 20px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.s7_content .right .sub {
    text-align: center;
    width: 100%;
    background-color: #424242;
    margin-top: 10px;
    padding: 8px 0;
    color: #FDD947;
    border: 0;
    line-height: 2.5;
}
.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    font-size: 12px;
    line-height:1.8;
    padding: 5px 0;
    color: #8e8e8e;
    text-align: right;
    background:rgba(0,0,0,.8);
}
.footer a{
    color: #ff9600;
}
@media screen and (max-width: 1650px) {

    #swiper1 .lans .l1, .section .t1 {
        font-size: 30px;
    }

    #swiper1 .lans .l2 {
        margin: 10px 0 30px 0;
    }

    #swiper1 .lans {
        font-size: 20px;
        padding: 100px 0;
    }

    .s3_content .t3 li {
        height: 470px;
    }

    .s3_content .t2_2 {
        font-size: 12px;
        margin: 5px 0 15px 0;
    }

    .s3_content .t2_2 a {
        width: calc(33% - 4px);
    }

    .s3_content .ts1 {
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1400px) {
    #swiper1 .lans .l1, .section .t1 {
        font-size: 26px;
    }

    #swiper1 .lans {
        font-size: 16px;
        padding: 50px 0;
    }

    #swiper1.swiper-container {
        height: 100vh;
    }

}

@media screen and (max-width: 1199px) {
    .s5_content .swiper-pagination {
        bottom: 0;
    }

    .news_left, .s6_content .news_right {
        width: 100%;
        float: none;
    }

    .s6_content .news_right {
        margin-top: 30px;
    }

    .s6_content .news_right a {
        line-height: 30px;
    }

    .news_left img {
        float: none;
        width: 100%;
        max-width: 300px;
    }

    .news_left .tings {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .s2_content .t3 {
        margin-top: 40px
    }

    .s2_content .t3 li {
        width: 50%;
        padding-left: 10%;
        margin-bottom: 35px;
    }

    .s2_content .t3 .t1_1 {
        font-size: 30px
    }

    .s2_content .t3 .t1_2 {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 5px;
    }

    .s2_content .t3 li:nth-child(even):before {
        display: none
    }

    #swiper1 .lans .l1, .section .t1 {
        font-size: 22px;
    }

    #swiper1 .lans {
        font-size: 14px;
        padding: 50px 0;
    }

    .section .t2 {
        font-size: 11px;
        margin: 30px 0 10px 0;
    }

    .index1_list li {
        width: 100%;
        float: none;
        border-left: 0;
        padding: 12px 0;
        height: auto;
    }

    #swiper1.swiper-container {
        /* height: calc(100vh - 240px); */
    }

    .s4_content .more {
        height: 45px;
        font-size: 14px;
        line-height: 45px;
        margin: 3% auto;
        width: 90%;
        max-width: 200px;
        transition: all .4s ease-in;
        vertical-align: middle;
    }

    .s4_content .lans {
        height: 60px;
    }

    .s4_content .l1 {
        font-size: 15px;
    }

    .s4_content .swiper-pagination {
        bottom: 20px;
    }

    .s2_content .t1, .s3_content .title1, .s4_content .title1, .s5_content .title1 {
        font-size: 28px;
    }

    .sj_none {
        display: none !important;
    }

    .pc_none {
        display: block !important;
    }

    .s3_content .t3 li, .s3_content .t3 li:nth-child(2) {
        width: 100%;
        margin: 15px auto 20px;
        float: none;
        padding: 15px;
    }

    .s3_content .t3 .swiper-slide {
        height: 400px;
    }

    .s3_content .t2_1 {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .s3_content .t2_2 a {
        font-size: 12px;
    }

    .s3_content .ts1 {
        font-size: 16px;
        line-height: 20px;
    }

    .s3_content .t3 {
        margin-top: 10px;
    }

    .s3_content .t2_2 {
        margin-bottom: 20px;
    }

    .s3_content .swiper-pagination {
        bottom: 0;
    }

    .s5_list {
        width: 100%;
    }

    .s5_item .lan {
        width: 90%;
        top: 5%;
        left: 5%;
    }

    .s5_item .bottom {
        width: 90%;
        bottom: 5%;
        left: 5%;
    }

    .s5_item .la1 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .s5_item .la2 {
        font-size: 12px;
    }

    .s5_item .en {
        font-size: 16px;
    }

    .s5_item .cn {
        font-size: 12px;
        margin-top: 5px;
    }

    .s7_content {
        width: 90%;
    }

    .nav li {
        display: block;
    }

}

@media screen and (max-width: 780px) {
    .s2_content .t1, .s3_content .title1, .s4_content .title1, .s5_content .title1 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #swiper1 .lans .l1, .section .t1 {
        font-size: 22px;
    }

    #swiper1 .lans .l3 {
        font-size: 12px
    }

    #swiper1 .lans .l2 {
        margin: 10px 0;
        width: 30px;
        height: 2px;
        background: #ff9600;
    }

    .swiper-pagination-bullet {
        width: 20px;
        height: 2px;
    }

    .s2_content .t2, .s3_content .title2, .s5_content .title2 {
        font-size: 12px;
        margin-top: 10px;
    }
    .s7_content .left,.s7_content .right{
        width: 100%;
        box-sizing: border-box;
        float: none;
    }
    .s7_content .t4{
        margin-top:10px;
    }
    .s7_content .right{
        margin: 20px auto 0;
        max-width: 500px;
        padding: 25px;
    }.s7_content .right .text {

         line-height: 2;
         padding: 0 15px;
     }.s7_content .right .text2 {
          border: 0;
          border-bottom: 1px solid #dddddd;
          font-size: 14px;
          line-height: 3;
          height: 150px;
          resize: none;
          padding: 0 20px;
          display: block;
          width: 100%;
          box-sizing: border-box;
      }
    .s7_content .right .text2{
        height: 50px;
    }
    .s7_content .right .sub{
        line-height:30px;
        height:30px;
        padding: 5px 0;
    }
}

/*end index*/