@charset "UTF-8";
/* S 基础操作样式
 * style comment! */
/*basic css*/
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
    /* font-test*/
    font-family: CODE_BOLD;
    src: url('../font/CODE_BOLD/iconfont.woff'), url('../font/CODE_BOLD/iconfont.ttf'), url('../font/CODE_BOLD/iconfont.eot');/* IE9 */
}

@font-face {
    /* font-test*/
    font-family: Avenir Heavy;
    src: url('../font/Avenir Heavy/Avenir Heavy.woff'), url('../font/Avenir Heavy/Avenir Heavy.ttf'), url('../font/Avenir Heavy/Avenir Heavy.eot');/* IE9 */
}

@font-face {
    /* font-test*/
    font-family: AVENIR-BLACK-3_0;
    src: url('../font/AVENIR-BLACK-3_0/avenirblack30.woff'), url('../font/AVENIR-BLACK-3_0/AVENIR-BLACK-3_0.ttf'), url('../font/AVENIR-BLACK-3_0/avenirblack30.eot');/* IE9 */
}

@font-face {
    /* font-test*/
    font-family: Avenir-Book-woff-5_0;
    src: url('../font/Avenir-Book-woff-5_0/Avenir-Book-woff-5_0.woff'), url('../font/Avenir-Book-woff-5_0/Avenir-Book-woff-5_0.ttf'), url('../font/Avenir-Book-woff-5_0/Avenir-Book-woff-5_0.eot');/* IE9 */
}

@font-face {
    /* font-test*/
    font-family: Avenir-Medium-6_0;
    src: url('../font/Avenir-Medium-6_0/Avenir-Medium-6_0.woff'), url('../font/Avenir-Medium-6_0/Avenir-Medium-6_0.ttf'), url('../font/Avenir-Medium-6_0/Avenir-Medium-6_0.eot');/* IE9 */
}

@font-face {
    /* font-test*/
    font-family: Avenir-Medium-woff-7_0;
    src: url('../font/Avenir-Medium-woff-7_0/Avenir-Medium-woff-7_0.woff'), url('../font/Avenir-Medium-woff-7_0/Avenir-Medium-woff-7_0.ttf'), url('../font/Avenir-Medium-woff-7_0/Avenir-Medium-woff-7_0.eot');/* IE9 */
}

@font-face {
    /* font-test*/
    font-family: Avenir-Roman-8_0;
    src: url('../font/Avenir-Roman-8_0/Avenir-Roman-8_0.woff'), url('../font/Avenir-Roman-8_0/Avenir-Roman-8_0.ttf'), url('../font/Avenir-Roman-8_0/Avenir-Roman-8_0.eot');/* IE9 */
}

@font-face {
    /* font-test*/
    font-family: DIN-Black;
    src: url('../font/DIN-Black/DIN-Bold.woff'), url('../font/DIN-Black/DIN-Bold.otf'), url('../font/DIN-Black/DIN-Bold.ttf'), url('../font/DIN-Black/DIN-Bold.eot'); /* IE9 */
}

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

@font-face {
    /* font-test*/
    font-family: 'avant';
    /*src: url('../fonts/avant/avant.woff'),*/
url('../font/avant/avant.TTF'),
url('../font/avant/avant.otf');
url('../font/avant/avant.eot'); /* IE9 */
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei", '微软雅黑', "PingFang SC Regular", "Arial";
    width: 100%;
    overflow-x: hidden;
}

input,
textarea,
button {
    padding: 0;
    font-family: "Microsoft YaHei", '微软雅黑', "PingFang SC Regular", "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: 0 -22px;
    z-index: 1000;
    position: absolute;
    cursor: pointer;
}

.radius {
    width: 0.44rem;
    height: 0.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 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.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 0px 1000px white inset !important;
}

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

textarea {
    -webkit-appearance: none;
}

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

.box1 {
    width: 75%;
    margin: auto;
}

.boxs {
    width: 84%;
    margin: auto;
}

input::placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

/* E 基础操作样式
 * style comment! */

.iphonemedia {
    display: none
}

.pcmedia {
    display: block;
    /* position: relative; */
}


.pages {overflow: hidden;	text-align: center;	padding: 50px 0;}
.pages li{    display: inline;}
.pages li.active a{	color: #fff;		background: #006fbc;	}
.pages a,.pages span,.pages em {	padding: 8px 15px;	border: 1px solid #ddd;	margin: 0 5px;}
.pages span,.pages a:hover {	background: #006fbc;	border: 1px solid #006fbc;	color: #fff;}
.pages a{	color: #333;}

.header {
    
    width: 100%;

    z-index: 20;
    background: #fff; 
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    transition: all .5s;
}

.header_on {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.header_on .nav li.pro_nav_item,
.header_on .nav li.hang_nav_item {
    padding-bottom: 10px;
    cursor: pointer;
}

.header .logo {
    float: left;
    width: 300px;
    position: relative;
    z-index: 20;
    line-height: 90px;
    font-size:42px;
    color: #006fbc;
    font-weight: bold;
    letter-spacing: 4px;
}

.header .right {
    float: right;
    padding-right: 4%;
    padding-top: 10px;
}

.header .nav {

    transition: all 0s;

    -webkit-transition: all 0s;

    margin-right: 0;

    /* position: absolute; */

    /* left: 50%; */

    /* transform: translate(-50%, 0%); */



    text-align: right;

    padding-top: 20px;

    margin: auto;
}

 

.header .header_bottom.on .nav {
    transition: all .6s;
    -webkit-transition: all 0.6s;
}

.nav li {
    display: inline-block;
    position: relative;
	background: url(../images/x1.png) no-repeat 10px 17px;
}

.nav li .t1 {

    color: #333;

    font-size: 16px;

    line-height: 50px;
    margin: 0  0 0 25px;

    position: relative;
}

.nav li:hover .t1
 {
    color: #006fbc;
}

.nav li.on  .t1
 {
    color: #006fbc;
}


.nav li .t1:after,.nav li.on .t1:after{
    content:'';
    width:0%;
    height:2px;
    background:#ffffff;
    position:absolute;
    bottom:-10px;
    left:50%;
    transition:all .4s;
}
.nav li:hover .t1:after{
    left:0;
    width:100%;


}
.header_on .nav li .t1 {
    color: #333;
 
}

.nav li:hover .t1 {
    /* color: #ff1837; */
}

.header_on .header_bottom .en {
    color: #333;
    font-weight: normal;
}

.nav li.on .t1 {
    /* color: #ff1837; */
    /* font-weight: bold; */
}

.nav li .t2 {
    display: none;
    position: absolute;
    top: 100%;
    padding: 12px 8px;
    left: 0;
    width: auto;
    min-width: 100%;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
}

.header_on .nav li .t2 {
    color: #ff1837;
}

.nav .t2 a {
    white-space: nowrap;
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.nav .t2 a:hover {
    color: #ff1837;
}

.header .header-form {
    position: absolute;
    float: right;
    display: inline-block;
    margin: 0px -100px 0 0;
    width: 0;
    overflow: hidden;
    transition: all 0s;
    -webkit-transition: all 0s;
    top: 0px;
    right: 91px;
    z-index: -1;
    background: transparent;
}

.header-form .header-text {
    box-sizing: border-box;
    width: 100%;
    color: #000000;
    padding: 5px 20px;
    line-height: 35px;
    /* border-radius: 8px; */
    border: 1px solid transparent;
    height: 45px;
    background: #ebecef;
    overflow: hidden;
    /* color: #f0f0f0; */
    border: 1px solid rgba(255, 255, 255, .05);
}

.header-form .header-sub {
    position: absolute;
    top: 22px;
    right: 9px;
    z-index: 10;
    width: 25px;
    height: 25px;
    border: 0;
    background-color: transparent;
    background: url('../images/ico_searh1.png') no-repeat;
    background-size: cover;
    opacity: .8;
}

.header_bottom .en {
    float: right;
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 65px;
    width: 59px;
    text-align: center;
    cursor: pointer;
    z-index: 20;
    margin-left: 30px;
    font-weight: lighter;
}

.header_bottom .en:after {
    width: 10px;
    height: 5px;
    content: '';
    background: url("../images/ico_jiao.png");
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
}

.header_on .header_bottom .en:after {
    background: url("../images/ico_jiao1.png");
    background-size: 100% 100%;

}

.header_bottom .en .en_item {

    position: absolute;

    top: 100%;

    right: -10px;

    width: 100px;

    background: #fff;

    box-sizing: border-box;

    padding: 10px;

    line-height: 2;

    display: none;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.header_bottom .en .en_item a {
    display: block;
    color: #333333;
}

.header_bottom .en .en_item a:hover {
    color: #ff1837;
}

.header_bottom .h_header {
    float: right;
    position: relative;
    background: transparent;
    line-height: 65px;
    text-align: right;
    z-index: 20;
}

.header_bottom .header-btn {
    float: right;
    display: block;
    background: url('../images/ico_searh.png') center center repeat-y;
    width: 140px;
    height: 40px;
    padding: 12px 0;
    margin-top: 15px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
}

.header_bottom.on .h_header {
    width: 210px;
}

.header_bottom.on .header-form {
    width: 210px;
    transition: all .6s;
    -webkit-transition: all .6s;
    z-index: 75;
}

.header_bottom.on .header-search {
    opacity: 0;
}

.header-search img:nth-child(2), .header_on .header-search img:nth-child(1), .header_on .logo img:nth-child(1), .logo img:nth-child(2) {
    display: none;
}

.header_on .header-search img:nth-child(2), .header_on .logo img:nth-child(2) {
    display: inline-block;
    opacity: 1;
}

 

 

.main {
    width: 100%;
    /*overflow-x: hidden;*/
}

@media screen and (max-width: 1600px) {

    .header .logo {
        width: 200px;
        margin-top: 0;
        line-height:50px;
            font-size: 30px;
    color: #006fbc;
    font-weight: bold;
    letter-spacing:2px;text-align: center;
    }

    .header_on .logo {
        width: 90px;
    }

    .header_bottom .en, .header_bottom .h_header {
        line-height: 40px;
        font-size: 14px;
        margin-left: 10px;
    }

    .header_bottom .h_header img {
        width: 17px;
        height: 17px;
    }

    .header-form .header-sub {
        width: 17px;
        height: 17px;
        top: 14px;
        opacity: 1;
    }

    .header .right {
        padding-top: 0;
    }

    .header_bottom .en:after {
        top: 40%;
    }

 

    .header {
        padding: 15px 0;
    }

	.header .nav {

    padding-top: 0px;
}



    .header_on {
        padding: 5px 0;
    }

    .main {
    }

    .header .logo {
    }

    .header_bottom.on .header-form {
        width: 170px;
    }

    .header-form .header-text {
        box-sizing: border-box;
        width: 100%;
        padding: 5px 10px;
        color: #000000;
        line-height: 25px;
        height: 35px;
        font-size: 13px;
    }

    .header .header_bottom.on .nav {
        margin-right: 160px;
    }
}

@media screen and (max-width: 1200px) {
    .header_on .logo img:nth-child(1), .logo img:nth-child(2) {
        display: block;
    }

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

    .main {
        padding-top: 50px;
    }

    .index_live_banner .lans {
        padding: 10px;
    }

    .iphonemedia {
        display: block;
        padding-top: 5px;
    }

    .pcmedia {
        display: none
    }

    /*header*/
    .header {
        background: #fff;
       width:96%;
      padding: 0 2%;
        border-bottom: 1px solid rgba(0, 0, 0, .03);
    }

    .header.bg0 {
        background: rgba(255, 255, 255, .98);
        height: calc(100vh + 85px);
        overflow: hidden;
        overflow-y: scroll;
    }

    .header.bg0 .header_bottom {
        /* background: #000000; */
        /* padding-top: 20px; */
    }

    .header.fix {
        position: fixed;
    }

    .header.fix.bg1 {
        height: calc(100vh + 85px);
        overflow: hidden;
        overflow-y: scroll;
    }

    .header_lans {
        line-height: 32px;
        position: relative;
        background: #222;
        z-index: 10;
    }

    .header_lans .ones {
        width: 85%;
        margin: 0 5% 0 5%;
        color: #ffffff;
        font-size: 10px;
        text-align: center;
    }

    .header_lans .close {
        position: absolute;
        right: 5px;
        top: -2px;
        z-index: 3;
        width: 21px;
    }

    .header.on {
        top: -60px;
    }

    .header.on1 {
        top: -66px;
    }

    .header_top {
        height: 50px;
        position: relative;
        z-index: 10;
        /* background: rgba(0, 0, 0, .75); */
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .header_top .en {
        font-size: 14px;
        color: #888;
        float: right;
        line-height: 50px;
    }

    .header_top .en a {
        color: #888;
    }

    .header_top .en a.on {
        color: #ff1837;
    }

    .header.bg0 .header_top {

        /* background: rgba(0, 0, 0, 1); */

    }

    .header_relative {
        position: relative;
        overflow: hidden;
        z-index: 10;
    }

    .header .header_gradess {
        position: absolute;
        width: 110%;
        top: -10px;
        left: -5%;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        height: 100px;
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=20, MakeShadow=false);
        overflow: hidden;
        min-height: 100vh;
    }

    .header .header_gradess.he {
        min-height: 110vh;
        height: 690px;
    }

    .header_top .login_header {
        float: right;
        margin-top: 23px;
        opacity: 1;
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .header_top .logo {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
     
        max-width: 300px;
    }

    .header_top .menu_icon {
        float: left;
        margin-top: 10px;
    }

    .menu_icon span {
        display: block;
        width: 20px;
        height: 1px;
        background: #333;
        margin: 6px 0;
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .menu_icon.on span:first-child {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: 10px;
    }

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

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

    .header_bottom {
        display: none;
        width: 100%;
        height: 690px;
        position: relative;
        z-index: 10;
        /* background: rgba(0, 0, 0, .65); */
        padding: 1px 0;
    }

    .seach_box {
        width: 100%;
        background: #e9e9e9;
        border-radius: 5px;
        height: 40px;
        padding: 4px 0 0 0;
        box-sizing: border-box;
        margin: 20px 0;
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .seach_box .submit {
        width: 20px;
        height: 20px;
        border: 0;
        background: url('../images/ico_searh1.png') center center no-repeat;
        display: block;
        background-size: 100% 100%;
        float: left;
        margin-left: 10px;
        margin-top: 7px;
    }

    .seach_box .text {
        float: right;
        display: block;
        width: calc(100% - 50px);
        border: 0;
        background: transparent;
        line-height: 20px;
        height: 20px;
        font-size: 16px;
        color: #222;
        padding: 5px 0;
    }

    .header_nav {
        border-bottom: 1px solid #ff1837;
        padding-bottom: 2px;
    }

    .header_nav li {
        border-top: 1px solid #e8e8e8;
    }

    .header_nav li > a {
        display: block;
        position: relative;
        font-size: 15px !important;
        line-height: 22px;
        padding: 16px 0;
        color: #333;
    }

    .header_nav li > a:after {
        content: '';
        display: block;
        position: absolute;
        top: 24px;
        right: 20px;
        width: 7px;
        height: 7px;
        border-bottom: 1px solid #666;
        border-right: 1px solid #666;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .header_nav li > a.arrow:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .header_nav .nav2 {
        display: none;
        margin-top: -5px;
        margin-left: 20px;
        padding-bottom: 10px;
    }

    .header_nav .nav2 a, .header_search a {
        display: block;
        font-size: 14px;
        line-height: 35px;
        color: #666;
    }

    .seach_box .cancal {
        color: #ff1837;
        font-size: 17px;
        display: none;
        margin-left: 3px;
    }

    .seach_box.focus {
        width: 85%;
        position: relative;
        /* margin-top: 40px; */
    }

    .seach_box.focus .cancal {
        position: absolute;
        left: 102%;
        width: 100px;
        display: block;
        top: 0;
        line-height: 40px;
    }

    .header_search {
        display: none;
    }

    .header_search h2 {
        font-size: 13px;
        line-height: 1;
        color: #888888;
    }

    .header_search1 {
        padding-top: 5px;
    }

    .header_search1 a {
        font-size: 15px;
        line-height: 50px;
        color: #555;
        border-top: 1px solid #e8e8e8;
    }

    .header_search1 a:first-child {
        border-top: 0;
    }
}

/*S footer*/
.footer {
    background: url('../images/footer_bg.jpg') center top no-repeat;
    background-size: cover;

}
.footer .footer_fixed{
    position:fixed;
    z-index: 100;
    bottom: 35px;
    right: 35px;
}
.footer_fixed .top_btns,.footer_fixed .contact_btns{
    width:50px;
    padding:12px;
    background:#ffffff;
    display:block;
    box-sizing:border-box;
    margin-top: 12px;
    border-radius:10px;
    box-shadow:0 0 10px 0 rgba(0,0,0,.1);
    font-size: 16px;
    text-align: center;
    color: #ff1837;
}
.footer_fixed .top_btns:hover, .footer_fixed .contact_btns:hover{
    box-shadow:0 0 20px 0 rgba(0,0,0,.14);
}
.footer .footer_top {
    padding: 45px 0 65px;
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: space-between; */
}

.footer .footer_wrapper {

}

.footer_nav {
    /* float: left; */
    display: inline-block;
}

.footer_nav li {
    font-size: 14px;
    line-height: 2.2;
    padding-right: 100px;
    float: left;
}

.footer_nav li:last-child {
    padding-right: 0;
}

.footer_nav h3 {
    font-size: 18px;
    color: #222222;
    padding-right: 15px;
}

.footer_nav .footer_nav_item {
}

.footer_nav .footer_nav_item a {
    color: #666666;
    display: block;
    font-weight: lighter;
    padding-right: 15px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.footer_nav .footer_nav_item a:hover {
    padding-right: 5px;
    padding-left: 10px;
}

.contact_us_footer {
    font-size: 14px;
    /* float: right; */
    float: right;
}

.contact_us_footer h3 {
    font-size: 22px;
    color: #222222;
    font-family: 'avant';
    font-weight: bold;
}

.contact_us_footer .number {
    line-height: 24px;
    padding: 30px 0 10px;
}

.contact_us_footer .n1 {
    font-size: 24px;
    color: #006fbc;
    font-family: 'avant';
    margin-right: 35px;
    font-weight: bold;
}

.contact_us_footer .n2 {
    color: #999999;
    font-weight: lighter;
}

.contact_us_footer .contact_f_list {

}

.contact_f_list li {
    margin-top: 13px;
}

.contact_f_list .tips {
    color: #999999;
    font-weight: lighter;
}

.contact_f_list .details {
    color: #222222;
}

.footer_bottom {
    border-top: 1px solid #e7e7e7;
    padding: 25px 0 30px;
    color: #999999;
    font-size: 14px;
    line-height: 25px;
    font-weight: lighter;
}

.footer_bottom .left {
    float: left;
}

.footer_bottom a {
    color: #999999;
}

.footer_bottom .tect {
    margin-left: 20px;
}

.footer_bottom .right {
    float: right;
}

.footer .footer_icon {
    display: inline-block;
}

.footer .footer_icon a {
    margin-left: 25px;
    position: relative;
}
.footer .footer_icon .ewm{
    position:absolute;
    width:130px;
    bottom: 40px;
    left: -60px;
    background:#ffffff;
    padding: 15px 15px 0 15px;
    box-sizing:border-box;
    display: none;
    line-height: 2.5;
}
.footer .footer_icon a:hover .ewm{
    display:block;
}
.footer .footer_icon .ewm_wrappepr{

    position: relative;

    text-align: center;

    font-size: 13px;

    font-weight: normal;
}
.footer .footer_icon .ewm_wrappepr:after{
    content:'';
    background:url('../images/ico_jiao.png');
    width:20px;
    height:10px;
    background-size:100% 100%;
    position:absolute;
    bottom: -10px;
    left: calc(50% - 5px);
}

.footer .footer_icon .ewm img{
    display:block;
    margin:0;
    padding:0;
    margin-left: 5px;
}

@media screen and (max-width: 1600px) {

    .footer_nav li {
        padding-right: 70px;
    }

    .contact_us_footer .n1 {
        font-size: 22px;
        margin-right: 25px;
    }

    .contact_us_footer h3 {
        font-size: 20px;
    }

    .contact_us_footer .number {
        padding: 20px 0 1px;
    }

    .contact_f_list .details {
        padding-top: 5px;
    }
}

@media screen and (max-width: 1440px) {
    .footer_nav h3 {
        font-size: 16px;
    }

    .footer_nav li {
        font-size: 12px;
    }

    .contact_us_footer {
        font-size: 12px;
    }

    .footer_nav li {
        padding-right: 32px;
    }

    .footer_bottom {
        padding: 15px 0 20px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1199px) {
    .footer .footer_fixed{
        bottom:10px;
        right:10px;
    }
    .footer_fixed .contact_btns, .footer_fixed .top_btns {
        width:36px;
        padding:8px;
        margin-top: 6px;
        border-radius:5px;
        font-size: 14px;
    }

    .footer_nav, .footer_bottom .right {
        display: none;
    }

    .contact_us_footer {
        float: none;

    }

    .footer .footer_top {
        padding: 20px 0 15px;
    }

    .boxs {
        width: 92%;
    }

    .contact_us_footer .n1 {
        font-size: 20px;
        margin-right: 15px;
    }

    .contact_us_footer .n2 {
        color: #666666;
        display: block;
    }
}

/*E footer*/
.e2c_details {

}

.section_page {
    width: 100%;
    height: 900px;
    box-sizing: border-box;
    background: url(.) center center no-repeat;
    background-size: cover;
    position: relative;
}

.section_page .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: url(.) center center no-repeat;
    background-size: cover;
}

.e2c_details .banner1 {
    height: 1000px;
    position: relative;
}

.e2c_details .banner1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 5;
    opacity: 0;
}

.section_page .box1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
}

.section_page .title {
    font-size: 42px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: bold;
}

.banner1 .title {
    line-height: 1.9;
}

.banner2 .left {
    width: 42%;
    float: left;
    position: relative;
    margin-left: 2%;
}

.banner2 .title {
    color: #3d3d3d;
}

.section_page .editor {
    padding: 30px 0 45px 0;
    font-size: 20px;
    line-height: 1.8;
    color: #3d3d3d;
    text-align: justify;
}

.banner2 .right {
    padding-top: 6vh;
    width: 40%;
    float: right;
}

.banner2 .list {
    text-align: center;
}

.banner2 .list li {
    width: 10%;
    float: left;
    font-size: 20px;
    color: #0fcbe7;
    margin-left: 12.5%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.banner2 .list li:hover {
    margin-top: -9px;
    padding-bottom: 9px;
}

.banner2 .list li:first-child {
    margin-left: 0;
}

.banner2 .icon {
    max-width: 50px;
    margin: 0 auto 15px;
}

.banner2 .left .lans {

}

.banner2 .left .lans li {
    color: #0fcbe7;
    font-size: 22px;
    position: absolute;
}

.banner2 .left .lans li:nth-child(1) {
    bottom: 33%;
    left: -5%;
}

.banner2 .left .lans li:nth-child(2) {
    left: -13%;
    top: 41%;
}

.banner2 .left .lans li:nth-child(3) {
    left: 2%;
    top: 19%;
}

.banner2 .left .lans li:nth-child(4) {
    top: -1%;
    left: 48%;
}

.banner2 .left .lans li:nth-child(5) {
    right: -5%;
    top: 19%;
}

.banner3 {

}

.banner3 .img {
    width: 58%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 4%;
}

.banner3 .left {
    width: 41%;
}

.banner3 .editor {
    color: #ffffff;
}

.banner4 .right {
    width: 36%;
    float: right;
}

.banner4 .title {
    color: #3d3d3d;
}

.banner4 .editor {
}

.line_bg {
    background: url('../images/line_bg.jpg') center left repeat-x;
    height: 760px;
    width: 92%;
    background-size: auto 100%;
    position: absolute;
    /*top: 50%;*/
    right: 0;
    transform: translate(0, 7%);
    -webkit-transform: translate(0, 7%);
    z-index: 2;
}

.banner5 .left {
    width: 39%;
}

.banner5 .editor {
    color: #ffffff;
}

.banner5 .img {
    width: 51%;
    position: absolute;
    bottom: 0;
    right: 4%;
    z-index: 5;
}

.banner6 {
    text-align: center;
    padding: 130px 0 80px;
    height: auto;
}

.banner6 .svg {
    /*transform: scale(.9);*/
    /*-moz-transform: scale(.9);*/
    /*-webkit-transform: scale(.9);*/
    /*zoom: .9 \9;*/
    position: relative;
    padding-top: 36%;
}

.banner6 .svg svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.banner6 .box {
    width: 90%;
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.banner6 .title {
    color: #3d3d3d;
}

.banner6.center {
    text-align: center;
    position:relative;
}

.banner6.center:after{
    content:'';
    position:absolute;
    background: url('../images/p4.png') right center no-repeat;
    width: 17vh;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    background-size: 100% auto;
}
.banner6.center .editor {
    text-align: center;
}

.banner7 {
    background: url(.) center right no-repeat;
    background-size: auto auto;
    /* height: 800px; */
    padding-top: 50px;
}

.banner7 .box1 {

    position: static;

    top: 0;

    left: 0;

    transform: translate(0%, 0%);

    -webkit-transform: translate(0%, 0%);
}

.banner7 .img {
    position: absolute;
    left: -10%;
    width: 71%;
}

.banner7 .right {
    float: right;
    width: 35%;
    padding-top: 6vh;
}

.banner7 .p12 {
    width: 100%;
}

.banner7 .p13 {
    width: 45%;
    margin: 8vh 35% 0;
}

.banner9 .left {
    width: 55%;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    z-index: 2;
}

.banner9 .right {
    width: 43%;
}

.banner10 {
    height: 1000px;
}

.banner11 {
    height: 1050px;
}

.number_list {
    text-align: center;
}

.number_list li {
    position: relative;
    width: calc(25% - 58px);
    margin-left: 70px;
    padding-top: calc(25% - 58px);
    border: 1px solid #FFffff;
    display: inline-block;
    border-radius: 50%;
}

.number_list li:first-child {
    margin-left: 0;
}

.number_list li .lans {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 3;
    color: #FFffff;
    width: 100%;
}

.number_list .n1 {
    font-size: 66px;
    font-weight: bold;
    line-height: 1.8;
}

.number_list .n1 .add {
    display: inline;
    vertical-align: top;
    line-height: 1;
    margin-left: -20px;
    margin-top: -10px;
    letter-spacing: -10px;
}

.number_list .n2 {
    font-size: 36px;
    line-height: 1;
    margin-top: -10px;
    padding-right: 5%;
}

@media screen and (max-width: 1900px) {
    .section_page .title {
        font-size: 40px;
    }

    .section_page .editor {
        padding: 20px 0 30px 0;
        font-size: 18px;
    }

    .section_page {
        height: 800px;
    }

    .banner6 {
        padding: 100px 0 60px;
    }

    .banner6 .svg {
        transform: scale(.9);
        -moz-transform: scale(.9);
        -webkit-transform: scale(.9);
        zoom: .9 \9;
    }
}

@media screen and (max-width: 1680px) {
    .section_page .title {
        font-size: 36px;
    }

    .section_page .editor {
        padding: 10px 0 20px 0;
        font-size: 16px;
    }

    .banner6 .svg {
        transform: scale(.75);
        -moz-transform: scale(.75);
        -webkit-transform: scale(.75);
        zoom: .75 \9;
        margin-top: -60px;
    }

    .section_page {
        height: 750px;
    }

    .banner7 {
        padding-top: 0;
    }

    .line_bg {
        height: 590px;
    }

    .e2c_details .banner1 {
        height: 800px;
    }

    .banner2 .icon {
        max-width: 43px;
        margin: 0 auto 10px;
    }

    .banner2 .list li {
        font-size: 16px;
    }

    .banner2 .left .lans li {
        font-size: 20px;
    }

    .banner11 {
        height: 1050px;
    }

    .number_list {
        text-align: center;
    }

    .number_list li {
        width: calc(25% - 46px);
        margin-left: 50px;
        padding-top: calc(25% - 46px);
    }

    .number_list li .lans {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 3;
        color: #FFffff;
        width: 100%;
    }

    .number_list .n1 {
        font-size: 55px;
    }


    .number_list .n2 {
        font-size: 30px;
    }

}

@media screen and (max-width: 1440px) {
    .e2c_details .banner1 {
        height: 600px;
    }

    .section_page .title {
        font-size: 28px;
    }

    .section_page .editor {
        padding: 15px 0 30px 0;
        font-size: 14px;
    }

    .banner2 .icon {
        max-width: 35px;
        margin: 0 auto 5px;
    }

    .banner2 .list li {
        font-size: 14px;
    }

    .banner2 .left .lans li {
        font-size: 18px;
    }

    .section_page {
        height: 600px;
    }

    .banner6 {
        padding: 50px 0 30px;
        height: 550px;
    }

    .line_bg {
        height: 490px;
    }

    .banner6 .svg {
        transform: scale(.5);
        -moz-transform: scale(.5);
        -webkit-transform: scale(.5);
        zoom: .4 \9;
    }

    .banner2 .right {
        padding-top: 3vh;
    }

    .number_list .n1 {
        font-size: 45px;
    }


    .number_list .n2 {
        font-size: 24px;
    }

}

@media screen and (max-width: 1199px) {
    .banner6 .svg {
        margin: 0
    }

    .section_page .title {
        font-size: 24px;
    }

    .section_page, .e2c_details .banner1 {
        height: 480px;
    }

    .line_bg {
        height: 88%;
        transform: translate(0, 5%);
        -webkit-transform: translate(0, 5%);
    }

    .banner6 .svg {
        transform: scale(.35);
        -moz-transform: scale(.35);
        -webkit-transform: scale(.35);
        zoom: .35 \9;
        /* margin: -20% 0 -30% -10%; */
        padding-top: 20%;
    }

    .banner7 .right {
        padding-top: 30px;
    }

    .banner7 .p13 {
        margin: 40px 25% 0;
    }

    .number_list .n1 {
        font-size: 40px;
    }


    .number_list .n2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 980px) {
    .section_page, .e2c_details .banner1 {
        min-height: 320px;
        height: auto;
    }

    .banner2, .banner3, .banner5 {
        padding: 50px 0;
    }

    .banner2 .right, .banner3 .left {
        padding-bottom: 50px;
        width: 100%;
        float: none;
        padding-top: 0;
    }

    .banner8 .left {
        width: 59%;
        padding-top: 15%;
    }

    .banner2 .left, .banner3 .img, .banner5 .img {
        width: 90%;
        float: none;
        max-width: 400px;
        margin: auto;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        position: relative;
        left: 0;
    }

    .banner2 .box1, .banner3 .box1, .banner5 .box1 {
        position: relative;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        top: 0;
        left: 0;
    }

    .section_page .editor {
        padding: 10px 0 25px 0;
        font-size: 13px;
    }

    .banner2 .left .lans li {
        font-size: 15px;
    }

    .section_page .title {
        font-size: 20px
    }

    .banner5 .left {

        width: 80%;

        margin: auto;

    }

    .banner5 .img {
        width: 80%;

    }

    .line_bg {
        height: 92%;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        top: 4.5%;
    }

    .banner6 .svg {
        /* margin-left:-25%; */
        /* margin-top: -30%; */
    }

    .banner7 .p13 {
        margin: 20px 25% 0;
    }

    .banner10 {
        height: 500px;
        background: url(.) center bottom no-repeat;
        background-size: cover;
    }

    .box1 {
        width: 88%;
    }

    .number_list .n1 {
        font-size: 29px;
    }

    .number_list .n1 .add {
        margin-left: -10px;
    }

    .number_list .n2 {
        font-size: 14px;
        line-height: 1.5;
    }

    .number_list li {
        width: calc(25% - 36px);
        margin-left: 39px;
        padding-top: calc(25% - 36px);
    }
}

@media screen and (max-width: 770px) {
    .banner11 .box1 {
        position: static;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
    }

    .number_list li {
        width: 48%;
        margin-left: calc(4% - 4px);
        padding-top: 48%;
    }

    .section_page .bg {
        display: none;
    }

    .box1 {
        width: 90%;
    }

    .section_page, .e2c_details .banner1 {
        min-height: 350px;
    }

    .e2c_details .banner4 {
        background-size: cover;
        background-position: right 0;
    }

    .section_page .title {
        font-size: 18px;
    }

    .banner2 .left {
        width: 70%;
    }

    .banner2 .left .lans li {
        font-size: 14px;
    }

    .banner4 .right {
        width: 56%;
        /* float: none; */
        padding-bottom: 50px;
    }

    .line_bg {
        width: 94%;
    }

    .banner6 .svg {
        transform: scale(.28);
        -moz-transform: scale(.28);
        -webkit-transform: scale(.28);
        zoom: .28 \9;
        /* margin: -60% 0 -60% -55%; */
        padding-top: 50%;
        margin-bottom: 10%;
    }

    .banner7 .right {
        width: 74%;
        float: none;
        margin: 0 auto 20px;
    }

    .banner7 .img {
        position: static;
        margin: auto;
        width: 90%;
    }

    .banner9 {
        padding: 40px 0;
    }

    .banner9 .box1 {
        position: relative;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        top: 0;
        left: 0;
    }

    .banner9 .left {
        width: 85%;
        top: 50%;
        position: static;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        z-index: 2;
        margin-bottom: 20px;
    }

    .banner9 .right {
        width: 100%;
        /* float: none; */
        padding-bottom: 0px;
    }

    .banner10 {
        height: 550px;
    }

    .banner3 {
        padding: 20px 0;
    }

    .banner5 {
        padding: 60px 0 40px;
    }

    .number_list {
        max-width: 400px;
        padding: 50px 0
    }

    .number_list li {
        width: 40%;
        margin-left: calc(10% - 8px);
        padding-top: 40%;
        margin-bottom: 30px;
    }

    .number_list li:nth-child(3) {
        margin-left: 0
    }
}

/*S case*/
.f7f9fd {
    background: #f7f9fd;
}

.neiye_banner {
    width: 100%;
    height:580px;
    overflow: hidden;
    position: relative;
}

.neiye_banner .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: url(.) center center no-repeat;
    background-size: cover;
}

.neiye_banner .bg.op:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .1;
}

.neiye_banner .lans {

    position: absolute;

    top: 50%;

    left: 24%;

    transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    z-index: 2;

    color: #ffffff;

    text-align: left;

    max-width: 600px;

    width: 80%;
}

.neiye_banner .title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 25px;

}

.neiye_banner .content {
    font-size:18px;
}

.navigation_list {
    position: relative;
    font-size: 20px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}
.pro_nav{
    text-align:center;
}
.navigation_list a {
    display: inline-block;
    color: #222222;
    margin-left: 62px;
    padding-bottom: 26px;
    position: relative;
    z-index: 5;
}

.navigation_list a:first-child {
    margin-left: 0;
}

.navigation_list a:hover, .navigation_list a.on {
    color: #006fbc;
}

.navigation_list .boxs {
}

.navigation_list .wrapper {
    display: inline-block;
    padding-top: 80px;
}

.navigation_list .line {
    width: 0;
    height: 3px;
    background: #006fbc;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.news_nav {
    text-align: center;
    border: 0
}

.news_nav.navigation_list a {
    margin: 0 60px
}

.case_list {

}

.case_list li {
    display: inline-block;
    width: calc(25% - 29px);
    position: relative;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* overflow: hidden; */
    -webkit-perspective: 1000;
    margin-right: 33px;
    perspective: 1000;
    transform-style: preserve-3d;
    margin-top: 35px;
    vertical-align: top;
}

.case_list li .above {
    background: #FFFFFF;
    position: relative;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    transform: rotateY(0deg);
    /* -webkit-transition: all .4s ease-out; */
    /*     -moz-transition: all .4s ease-out; */
    /* transition: all .4s ease-out; */
    z-index: 24;
    box-shadow: 0px 5px 38px rgba(0, 69, 87, 0.09);
    border-radius: 10px;
    padding: 50px;
}

.case_list li:hover .above {
    z-index: 35;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
}

.case_list li .below {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/a1.png) center no-repeat;
    background-size: cover;
    box-shadow: 0px 5px 38px rgba(0, 69, 87, 0.09);
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    transform: rotateY(-180deg);
    box-sizing: border-box;
    /*     -moz-transition: all .4s ease-out; */
    /* -webkit-transition: all .4s ease-out; */
    /* transition: all .4s ease-out; */
    z-index: 13;
    border-radius: 10px;
    padding: 50px;
}

.case_list li:hover .below {
    display: block;
    -webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}

.case_list li:hover .below {
    z-index: 46;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
}

.case_list li .below .mess, .case_list li .below .title {
    color: #ffffff;
}

/*.case_list li:hover{*/
/*    opacity: 1;*/
/*    transform: rotateY(180deg);*/
/*}*/
/*.case_list li:hover .below{*/
/*    opacity: 1;*/
/*}*/
.case_list li:nth-child(4n) {
    margin-right: 0;
}

.case_list .logo {
    width: 100%;
    height: 100px;
    position: relative;
}

.case_list .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.case_list .title {
    font-size: 22px;
    line-height: 28px;
    color: #222222;
    font-weight: bold;
    height: 56px;
    margin-bottom: 15px;
    /* transition: color .4s ease-in-out; */
    /* -webkit-transition: color .4s ease-in-out; */
}

.case_list .mess {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    /* transition: all .4s ease-in-out; */
    /* -webkit-transition: all .4s ease-in-out; */
}

.case_list .m1 {
    height: 26px;
}

.case_list .m2 {
    height: 104px;
    -webkit-line-clamp: 4;
}

/*.case_list li:hover {*/
/*    background: #ff1837;*/
/*    transition: all .4s ease-in-out;*/
/*    -webkit-transition: all .4s ease-in-out;*/
/*}*/

.case_list li .below .logo {
    display: none;
}

.case_list .more_wrapper {
    display: none;
}

.case_list li .below .more_wrapper {
    display: block;
}

/*.case_list li:hover {*/
/*    background: transparent;*/
/*}*/

.case_list .more_btns {
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 5px;
    margin: 35px 0px 0;
    font-size: 14px;
    padding: 0;
}

.case_list .more_btns:nth-child(2) {
    margin-left: 20px;
}

.case_list .more_btns:hover {
    background: #ffffff;
}

.case_list .more_btns::after {
    font-weight: normal;
    color: #ff1837;
    font-size: 14px;
}

.loading_btns {
    font-size: 20px;
    color: #ff1837;
    display: block;
    margin: 0 auto;
    padding: 70px 0;
    width: 200px;
    text-align: center;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.loading_btns a{
    display: block!important;
    color: #ff1837;
    background: transparent!important;
    padding: 0!important;
    text-align: center;
    margin: 0!important;
    width: 100%!important;
}

.loading_btns img {
    margin-top: 7px;
}

.loading_btns:hover img {
    animation: example1 .7s linear infinite;
    -webkit-animation: example1 .7s linear infinite;
}

@keyframes example1 {
    0% {
        margin-top: 7px;
    }
    50% {
        margin-top: 0px;
    }
    100% {
        margin-top: 7px;
    }
}

@-webkit-keyframes example1 {
    0% {
        margin-top: 7px;
    }
    50% {
        margin-top: 0px;
    }
    100% {
        margin-top: 7px;
    }
}

@media screen and (max-width: 1800px) {

    .case_list .more_btns {
        width: auto;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        margin: 25px 0 0;
        padding: 0 15px;
        font-size: 12px;
    }

    .case_list .more_btns::after {
        font-size: 12px;
    }

    .case_list .more_btns:nth-child(2) {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1600px) {

    .loading_btns {
        font-size: 18px;
        padding: 50px 0;
    }

    .case_list li .above, .case_list li .below {
        padding: 30px 20px;
    }

    .case_list li {
        /* padding: 2%; */
        width: calc(25% - 23px);
        margin-right: 27px;
        margin-top: 30px;
        /* height: 350px; */
    }

    .case_list .title {
        font-size: 20px;
        line-height: 24px;
        height: 48px;
        margin-bottom: 20px;
    }

    .case_list .logo {
        height: 90px;
    }

    .case_list .mess {
        font-size: 13px;
        line-height: 24px;
    }

    .case_list .m1 {
        height: 24px;
    }

    .case_list .m2 {
        height: 96px;
    }

    .neiye_banner .title {
        font-size: 50px;
    }

    .neiye_banner .content {
        font-size: 22px;
    }

    .navigation_list a {
        margin-left: 50px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1440px) {
    .loading_btns {
        font-size: 16px;
        padding: 40px 0;
    }

    .case_list .logo {
        height: 80px;
    }

    .case_list .title {
        font-size: 18px;
        line-height: 24px;
        height: 48px;
        margin-bottom: 15px;
    }

    .case_list .logo img {
        max-width: 60%;
        max-height: 80%;
    }

    .neiye_banner {
        height: 300px;
    }

    .neiye_banner .title {
        font-size: 42px;
    }

    .neiye_banner .content {
        font-size: 20px;
    }

    .navigation_list {
        font-size: 16px;
    }

    .navigation_list .wrapper {
        padding-top: 40px;
    }

    .navigation_list a {
        margin-left: 35px;
        padding-bottom: 16px;
    }

	.neiye_banner .lans {

    left: 30%;

}
 


}

@media screen and (max-width: 1199px) {



    .case_list li, .case_list li:nth-child(4n) {
        width: calc(33% - 14px);
        margin: 20px 20px 0 0;
        /* height: 320px; */
    }

    .details_list li {
        height: 320px !important;
    }

    .case_list li:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 980px) {

    .loading_btns {
        font-size: 15px;
        padding: 20px 0 40px;
    }

    .details_list li {
        padding: 25px;
        height: 270px !important;
    }

    .case_list li, .case_list li:nth-child(4n), .case_list li:nth-child(3n) {
        margin: 15px 15px 0 0;
        width: calc(50% - 14px);
        /* padding: 3%; */
        /* height: 300px */
    }

    .case_list li:nth-child(2n) {

        margin-right: 0;
    }

    .neiye_banner {
        height: 420px;
    }

    .neiye_banner .title {
        font-size: 36px;
    }

    .neiye_banner .content {
        font-size: 17px;
    }

    .navigation_list {
        font-size: 15px;
    }

    .navigation_list .wrapper {
        padding-top: 30px;
    }

    .navigation_list a {
        margin-left: 30px;
        padding-bottom: 13px;
    }

    .case_list .title {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
        margin-bottom: 12px;
    }

    .news_nav.navigation_list a {
        margin: 0 35px;
    }
}

@media screen and (max-width: 770px) {
    .navigation_list .boxs {
        width: 100%;
    }

    .neiye_banner {
        height: 200px;
    }

    .neiye_banner .title {
        font-size: 22px;
    }

    .neiye_banner .content {
        font-size: 14px;
    }

    .navigation_list {
        font-size: 15px;
    }

    .navigation_list .wrapper {
        padding-top: 22px;
    }

    .navigation_list a, .navigation_list a:first-child {
        margin-left: 5px;
        padding-bottom: 10px;
    }

    .news_nav.navigation_list a {
        margin: 0 15px;
    }



}

@media screen and (max-width: 540px) {
    .case_list li:nth-child(2n), .case_list li, .case_list li:nth-child(4n), .case_list li:nth-child(3n) {
        margin: 15px 0 0;
        width: 100%;
    }

}

@media screen and (max-width: 350px) {
    .navigation_list a {
        margin-left: 8px
    }
}

/*neiye*/
.neiye {

}

.neiye h2.title {
    font-size: 46px;
    text-align: center;
    font-weight: bold;
    color: #222222;
    padding: 110px 0 40px;
}

.zhize_list {
    background: #ffffff;
    padding-bottom: 125px;
}

.zhize_list .list {

}

.zhize_list li {
    vertical-align: top;
    display: inline-block;
    width: calc(25% - 4px);
    box-sizing: border-box;
    border-left: 1px dashed #e7ecf5;
}

.zhize_list li:hover, .zhize_list li:hover + li {
    border: 0;
}

.zhize_list li:first-child {
    border-left: 0;
}

.zhize_list .item {
    height: 420px;
    text-align: center;
    display: block;
    padding: 80px 10% 0;
    box-sizing: border-box;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    border-radius: 10px;
}

.zhize_list .item:hover {
    box-shadow: 3px 0 20px 0 rgba(0, 0, 0, .15);
    position: relative;
    background: #fff;

}

.zhize_list .icon {
    width: 65px;
    margin: auto;
}

.zhize_list .tit {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin: 45px 0 25px;
}

.zhize_list .content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.question_list {
    background: #f3f5f7;
    padding-bottom: 90px;
}

.question_list .question_form {
    max-width: 850px;
    margin: auto;
}

.question_form .select {
    background: url(../images/f1.png) calc(100% - 30px) center no-repeat #ffffff;
    float: left;
    border-radius: 30px;
    width: 200px;
    line-height: 60px;
    height: 60px;
    border: 0;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 18px;
}

.q_form_item {
    padding: 0 30px;
    box-sizing: border-box;
    float: right;
    border-radius: 30px;
    width: calc(100% - 220px);
    line-height: 60px;
    height: 60px;
    background: #ffffff;
}

.q_form_item .text {
    width: calc(100% - 30px);
    border: 0;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
}

.q_form_item .sub {
    cursor: pointer;
    background: url(../images/f8.png) center center no-repeat transparent;
    background-size: 100% auto;
    width: 24px;
    line-height: 60px;
    height: 60px;
    border: 0;
    display: inline-block;
    vertical-align: top;
}

.question_list .list {
    padding: 47px 0;
}

.question_list .list li {
    background-color: #ffffff;
    margin-bottom: 10px;
}

.question_list .list .q {
    cursor: pointer;
    box-sizing: border-box;
    padding: 33px 60px;
    border-bottom: 1px solid #f3f5f7;
}

.question_list .list .a {
    box-sizing: border-box;
    padding: 40px 60px;
    display: none;
}

/*ff1837*/
.question_list .list .icon {
    float: left;
    font-size: 35px;
    color: #dcdcdc;
    font-family: Arial;
    font-weight: bold;
    width: 85px;
}

.question_list .list .q .icon {

}

.question_list .list .a .icon {
    position: relative;
}

.question_list .list .a .icon span {
    position: absolute;
    left: 0;
    clip: rect(0px 26px 40px 0);
    color: #ff1837;
    /*transition: all 3s .5s;*/
    /*-webkit-transition: all 3s .5s;*/
}

.question_list li.show .a .icon span {
    animation: example 1.5s ease-out;
    -webkit-animation: example 1.5s ease-out;
}

@keyframes example {
    from {
        color: #ddd;
        clip: rect(40px 26px 40px 0);
    }
    to {
        clip: rect(0px 26px 40px 0);
        color: #ff1837;
    }
}

@-webkit-keyframes example {
    from {
        color: #ddd;
        clip: rect(40px 26px 40px 0);
    }
    to {
        clip: rect(0px 26px 40px 0);
        color: #ff1837;
    }
}

.question_list .list .lans {
    float: left;
    width: calc(100% - 220px);
    font-size: 20px;
    color: #222222;
    line-height: 1.8;
}

.lans.ones {
}

.question_list .list .q .lans {
}

.question_list .show .q .lans {
    color: #ff1837;
}

.question_list .list .a .lans {
    font-size: 16px;
    line-height: 2.4;

}

.question_list .list .arrow {
    width: 30px;
    height: 30px;
    float: right;
    background: url("../images/f2.png");
    background-size: 100% 100%;
    border: 3px solid #ccdefb;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    border-radius: 50%;
}

.question_list li.show .arrow {
    border: 3px solid #ffffff;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);

}

.more_wrapper {
    text-align: center;
}

.more_btns {
    overflow: hidden;
    border-radius: 30px;
    background: #ff1837;
    border: 2px solid #ff1837;
    box-sizing: border-box;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    padding: 0 35px;
    display: inline-block;
    /*transition: all 1s;*/
    /*-webkit-transition: all 1s;*/
    position: relative;
    box-sizing: border-box;
    margin: 0 30px;
}

.question_list .more_btns {
    padding: 0 41px;
}

.more_btns > span {

    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}

.more_btns::after {
    font-weight: bold;
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #ff1837;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}

.more_btns:hover {
    background: transparent;
    color:#ff1837;
}

.more_btns:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.more_btns:hover > span {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

.other_list {

}

.other_item {

}

.other_item li {
    width: 31%;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 60px 6.5%;
    text-align: center;
    display: inline-block;
    background-position: center center;
    transition: all .3s, background-color 0s;

}
.other_item li a{
    display:block;
}
.other_item li:nth-child(2) {
    margin: 0 calc(3.5% - 4px);
}

.other_item li:hover {
    background: url("../images/h_win1.jpg") left center no-repeat #005ff7;
}

.other_item .icon {
    width: 75px;
    margin: auto;
}

.other_item .icon img:nth-child(2) {
    display: none;
}

.other_item li:hover .icon img:nth-child(1) {
    display: none;
}

.other_item li:hover .icon img:nth-child(2) {
    display: block;
}

.other_item .tit {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding: 25px 0;
}

.other_item li:hover .tit, .other_item li:hover .content {
    color: #FFFFFF;
}

.other_item .content {
    font-size: 16px;
    line-height: 30px;
    color: #444444;
    height: 60px;
}

.contact_list {
    background: url("../images/bg3.jpg") center bottom no-repeat;
    background-size: 100% auto;;
}

.contact_list .mess {
    font-size: 20px;
    color: #222222;
    text-align: center;
    margin-top: -10px;
}

.servies_contact {
    padding: 40px 0 125px;
    max-width: 1120px;
    margin: auto;
}

.servies_contact .c_item1 {

}

.servies_contact .c_item1 li {
    border: 0;
    padding: 0;
    position: relative;
    margin-bottom: 27px;
}
.servies_contact .c_item1 .li.yzm{

}
.servies_contact .login-right-yzmtx{
    width: 80%!important;
    float:left;
}
.servies_contact .login-right-yzmtp{
 width: 20%;
 float:left;
}
.servies_contact .li {
    position: relative;
    margin-bottom: 60px;
}

.servies_contact .c_item1 input, .servies_contact .c_item2 {
    font-size: 16px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.servies_contact .c_item1 li .star, .servies_contact .li .star {
    content: '*';
    font-size: 16px;
    color: #ff1837;
    position: absolute;
    top: 15%;
    left: 120px;
}

.servies_contact .c_item1 input:focus + .star,
.servies_contact .c_item2:focus + .star {
    display: none;
}

.servies_contact .c_item2 {
    position: relative;
}

.servies_contact .more_btns {
    min-width: 150px;
}

.more_btns.cancal {
    background: #eeeeee;
    color: #333333;
    border: 0;
}

.more_btns.cancal:hover {
    background: #dddddd;
    color:#ff1837;
}

.more_btns.cancal::after {
    color: #333333;
}



.jiejue_r{width:100%; padding-bottom: 60px;padding-top: 60px;}
.jiejue_l{width:100%; padding-bottom: 60px;padding-top: 60px;}
.jiejuezw{padding-top: 80px;}

.jiejue  h2{font-size:34px;color:#333;line-height:42px;border-bottom:0px solid #e90008;padding-bottom:30px;}
.jiejue  span:hover{font-size:14px;color:#121212;line-height:30px;margin-top:15px; background:#006fbc;border-radius:8px;width:160px;height:30px; display: block;text-align:center;    float: left;}
.jiejue  span:hover a{color:#fff;}
.jiejue  span{font-size:16px;color:#333;line-height:30px;margin-top:15px; background:#dedede;border-radius:8px;width:160px;height:30px; display: block;text-align:center;    float: left;}

.jiejue  p{font-size:18px;color:#121212;line-height:50px;text-align:justify; text-justify:inter-ideograph; }

.jiejue .rtu{float:right;margin-left:80px;margin-bottom:20px;}

.jiejue .ltu{float:left;margin-right:80px;margin-bottom:20px;}
.jiejue .ltu img,.jiejue .rtu img{width:100%;max-width:600px;border-radius:20px}







@media screen and (max-width: 1600px) {
    .neiye h2.title {
        font-size: 40px;
        padding: 80px 0 34px;
    }

    .zhize_list .item {
        height: 390px;
        padding: 60px 8% 0;
    }

    .zhize_list .tit {
        font-size: 21px;
        margin: 35px 0 15px;
    }

    .zhize_list .content {
        font-size: 15px;
    }

    .zhize_list .icon {
        width: 50px;
    }

    .question_list .list .q, .question_list .list .a {
        padding: 32px 40px;
    }

    .question_list .list .icon {
        width: 60px;
        font-size: 30px;
    }

    .question_list .list .lans {
        font-size: 18px;
        width: calc(100% - 120px);
    }

    .question_list .list .a .lans {
        font-size: 15px;
    }
}

@media screen and (max-width: 1440px) {
    .servies_contact .li {
        margin-bottom: 10px;
    }

    .servies_contact .c_item1 li {
        margin-bottom: 15px;
    }

    .other_item li {
        padding: 45px 4%;
    }

    .other_item .content {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }

    .other_item .icon {
        width: 55px;
        float: left
    }

    .other_item .lans11 {
        text-align: left;
        width: calc(100% - 60px);
        float: right;
    }

    .other_item .tit {
        font-size: 22px;
        padding: 5px 0 15px;
    }

    .question_list .more_btns {
        line-height: 40px;
        font-size: 14px;
        padding: 0 30px;
    }

    .question_list .list .lans {
        font-size: 16px;
    }

    .neiye h2.title {
        font-size: 35px;
        padding: 70px 0 30px;
    }

    .zhize_list .item {
        height: 340px;
        padding: 40px 10% 0;
    }

    .zhize_list .tit {
        font-size: 18px;
        margin: 30px 0 15px;
    }

    .zhize_list .content {
        font-size: 13px;
    }

    .zhize_list .icon {
        width: 35px;
    }

    .question_list .list .q, .question_list .list .a {
        padding: 25px 30px;
    }

    .question_list .list .a .lans {
        font-size: 14px;
    }

    .question_list .question_form {
        max-width: 700px;
        width: 100%;
    }

    .question_form .select {
        background-position: calc(100% - 15px) center;
        width: 150px;
        line-height: 50px;
        height: 50px;
        padding: 0 20px;
    }

    .q_form_item {
        padding: 0 20px;
        width: calc(100% - 160px);
        line-height: 50px;
        height: 50px;
    }

    .q_form_item .text {
        line-height: 50px;
        height: 50px;
        font-size: 15px;
    }

    .q_form_item .sub {
        width: 20px;
        line-height: 50px;
        height: 50px;
    }

    .question_list .list .arrow {
        width: 25px;
        height: 25px;
    }

    .contact_list .mess {
        font-size: 17px;
    }
}

@media screen and (max-width: 1199px) {
    .neiye h2.title {
        font-size: 30px;
        padding: 50px 0 30px;
    }

    .zhize_list li {
        width: calc(49% - 3px);
        border: 0;
        background: #fff;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
        border-radius: 10px;
        margin-bottom: 10px;
        min-height: 285px;
    }

    .zhize_list .item {
        height: 300px;
    }

    .zhize_list li:nth-child(even) {
        border-right: 0;
        margin-left: 2%;
    }

    .question_list .list .q, .question_list .list .a {
        padding: 15px 3%;
    }
}

@media screen and (max-width: 980px) {
    .servies_contact .more_btns {
        min-width: 100px;
        margin: 0 10px;
        padding: 0 10px;
    }

    .other_item li {
        padding: 30px 2%;
    }

    .other_item .content {
        font-size: 13px;
        line-height: 23px;
        height: 46px;
    }

    .other_item .icon {
        width: 45px;
    }

    .other_item .tit {
        font-size: 20px;
        /* padding: 17px 0; */
    }

    .neiye h2.title {
        font-size: 26px;
        padding: 40px 0 25px;
    }

    .question_list .list {
        padding: 30px 0;
    }

    .question_list .list .icon {
        width: 28px;
        font-size: 20px;
        line-height: 32px;
    }

    .question_list .list .lans {
        font-size: 15px;
    }

    .question_list .list .arrow {
        width: 21px;
        height: 21px;
        margin-top: 3px;
    }

    .question_list .list .lans {
        width: calc(100% - 30px);

    }

    .question_list .list .q .lans {
        padding-top: 3px;
        width: calc(100% - 80px);
        font-size: 14px;
    }

    .question_list .list .a .lans {
        font-size: 12px;
        line-height: 2;
    }

    .zhize_list {
        padding-bottom: 95px;
    }

    .servies_contact .c_item1 input, .servies_contact .c_item2 {
        padding: 0 10px;
        font-size: 13px;
        line-height: 30px;
        height: 30px;
        margin-top: 20px
    }

    .servies_contact .c_item1 li .star, .servies_contact .li .star {
        top: 28%;
        font-size: 13px;
        left: 110px;
    }

    .servies_contact .c_item1 li {
        margin: 0;
    }

    .servies_contact {

        padding: 10px 0 55px;
    }

    .contact_list {
        background-size: 350% auto;
    }
}

@media screen and (max-width: 770px) {
    .contact_list .mess {
        font-size: 14px;
    }

    .other_item li, .other_item li:nth-child(2) {
        width: 100%;
        margin: 0 0 10px;
        padding: 20px 10% 30px;
        border-radius: 8px;
    }

    .c_item1 li:nth-child(2) {
        padding: 0;
        margin: 0;
    }

    .other_item .tit {
        font-size: 16px;
        /* padding: 14px 0; */
    }

    .question_list .list li {
        margin-bottom: 6px;
    }

    .question_list .list {
        padding: 15px 0 30px;
    }

    .zhize_list {
        padding-bottom: 35px;
    }

    .question_list .list .q, .question_list .list .a {
        padding: 8px 3%;
    }

    .question_form .select {
        width: 100%;
        float: none;
        background-position: calc(100% - 30px) center;
        line-height: 40px;
        height: 40px;
        background-size: 10px;
        font-size: 12px;
    }

    select.select {
    }

    .q_form_item {
        padding: 0 20px;
        width: calc(100% - 160px);
        line-height: 50px;
        height: 50px;
    }

    .q_form_item .text {
        line-height: 40px;
        height: 40px;
        font-size: 13px;
    }

    .q_form_item .sub {
        width: 14px;
        line-height: 40px;
        height: 40px;
    }

    .q_form_item {
        width: 100%;
        float: none;
        margin-top: 10px;
        line-height: 40px;
        height: 40px;
    }

    .neiye h2.title {
        font-size: 19px;
    }

    .zhize_list li {
        border-right: 0;
    }

    .zhize_list .item {
        height: auto;
        vertical-align: top;
        padding: 25px 8% 30px;
    }

    .zhize_list .item:hover {
        box-shadow: 3px 0 20px 0 rgba(0, 0, 0, 0);
    }

    .zhize_list .icon {
        width: 32px;
    }

    .zhize_list .tit {
        font-size: 16px;
        margin: 20px 0 13px;
    }

    .zhize_list .content {
        font-size: 12px;
        text-align: justify;
        line-height: 1.5;
    }

    .more_btns, .question_list .more_btns {
        padding: 0 15px;
        font-size: 13px;
        line-height: 35px;
    }
}

/*join*/
.neiye_banner .q_form_item {
    width: 100%;
    float: none;
    margin-top: 30px;
}

.join_option {
    padding-bottom: 20px;
}

.join_option .select {
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 30px;
    background-image: url("../images/ico_bottom2.png");
    width: 250px;
    font-size: 16px;
}

.join_list_container {
    padding: 110px 0;
}

.join_list li {
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
}

.join_list .title {
    padding: 40px 120px 40px 70px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    position: relative;
    cursor: pointer;
}

.join_list .title:before {
    content: '';
    width: 45px;
    height: 45px;
    background: url("../images/ico_add.png") center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: calc(50% - 22.5px);
    right: 70px;
}

.join_list li.show .title:before {
    background: url("../images/ico_minus.png") center center no-repeat;
    background-size: 100% 100%;
}

.join_list .more_btns {
    border-radius: 5px;
    margin: 0;
}

.join_list .more_wrapper {
    display: inline-block;
}

.join_list .title dd {
    width: 23%;
    float: left;
    box-sizing: border-box;
}

.join_list .title dd:nth-child(1) {
    font-size: 20px;
    width: 31%;
    color: #000000;
}

.join_list .content {
    padding: 30px 70px;
    display: none;
    border-top: 1px solid #eeeeee;
}

.join_list .editor {
    font-size: 16px;
    line-height: 2.5;
    color: #666666;
    font-weight: lighter;
    margin-bottom: 30px;
}

.join_list .email_lans {
    font-size: 14px;
    color: #666666;
    font-weight: lighter;
    float: right;
    margin-top: 15px;
}

@media screen and (max-width: 1600px) {

    .neiye_banner .q_form_item {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1440px) {
    .join_list .editor {
        font-size: 14px;
    }

    .join_list .title {
        padding: 20px 80px 20px 40px;
        font-size: 14px;
    }

    .join_list .content {
        padding: 30px 40px;
    }

    .join_list .title dd:nth-child(1) {
        font-size: 17px;
    }

    .join_list .title:before {
        width: 35px;
        height: 35px;
        top: calc(50% - 18px);
        right: 30px;
    }
}

@media screen and (max-width: 1199px) {

    .neiye_banner .q_form_item {
        margin-top: 15px;
    }

}

@media screen and (max-width: 980px) {

    .join_option {
        padding-bottom: 0px;
    }

    .join_list_container {
        padding: 100px 0;
    }

    .join_list .title:before {
        width: 25px;
        height: 25px;
        top: 20px;
        right: 20px;
    }

    .join_list li {
        border-radius: 3px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 770px) {
    .join_option .select {
        width: 100%;
        font-size: 13px;
    }

    .join_list_container {
        padding: 40px 0;
    }

    .join_list li {
        margin-bottom: 8px;
    }

    .join_list .email_lans {
        float: none;
        margin: 0 0 20px 0;
    }

    .join_list .editor {
        line-height: 2.2;
    }

    .join_list .title dd, .join_list .title dd:nth-child(1) {
        font-size: 14px;
        width: calc(33% - 3px);
        display: inline-block;
        float: none;
        padding: 5px;
        box-sizing: border-box;
    }

    .join_list .title dd:nth-child(1) {
        width: 100%;
        font-size: 16px;
    }

    .join_list .title {
        padding: 10px 40px 10px 10px;
        font-size: 14px;
    }

    .join_list .content {
        padding: 15px 20px;
    }
}

/*news_list*/
.newsd {
    padding-bottom: 1px;
}

.news_list {
    padding: 0;
}

.news_list a {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: calc(2.67% - 4px);
    margin-top: 20px;
 border:   1px solid #c0dbe8;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    position: relative;
}

.news_list a:nth-child(4n) {
    margin-right: 0;
}

.news_list a:hover {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .14);
}

.news_list a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 4px;
    background: #006fbc;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.news_list a:hover:after {
    width: 100%;
    left: 0%;
}

.news_list .lans {
    padding: 20px 30px;
    box-sizing: border-box;
}

.news_list .l1 {
    line-height: 1.5;
    font-size: 20px;
    color: #fff;
    -webkit-line-clamp: 2;
    height: 68px;
}

.news_list .l2 {
    font-size: 14px;
    line-height: 1.7;
    height: 72px;
    color: #666666;
    margin: 15px 0 25px 0;
}

.news_list .l3 {
    font-size: 14px;
    color: #666666;
    margin-top: 30px;
    font-family: arial;
}

.news_list a:hover .l1 {
    color: #ff1837;
}

.news1 {

    padding-top: 55px;

}

.news1 a {
    background-color: #ffffff;
    display: block;
}

.news1 .picture {
    width: 46%;
    height: 468px;
    background: url(.) center center no-repeat;
    background-size: cover;
    float: left;
}

.news1 .lans {
    width: 54%;
    box-sizing: border-box;
    padding: 6% 6% 0;
    float: left;
}

.news1 .time {
    font-size: 30px;
    color: #222222;
    line-height: 1;
    font-family: arial;
    font-weight: lighter;
}

.news1 .t1 {
    display: inline-block;
    vertical-align: bottom;
}

.news1 .t2 {
    display: inline-block;
    vertical-align: bottom;
    color: #666666;
    font-size: 16px;
    padding-top: 10px;
}

.news1 .title {
    font-size: 26px;
    color: #222222;
    line-height: 1.5;
    font-weight: bold;
    margin: 40px 0 20px;
}

.news1 .content {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.news1 .more {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin-top: 85px;
}


.news1 .more i {
    display: inline-block;
    vertical-align: middle;
    background: url('../images/ico_right.png');
    width: 20px;
    height: 20px;
    margin-left: 10px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.news1 a:hover .more i {
    animation: myfirst1 1s ease-out 0s infinite;
}

@keyframes myfirst1 {
    0% {
        margin-left: 6px;
        opacity: 1;
    }
    100% {
        margin-left: 14px;
        opacity: 0.05;
    }
}

@media screen and (max-width: 1500px) {
    .news1 .picture {
        height: 350px;
    }

    .news1 .lans {
        padding: 4% 4% 0;
    }

    .news1 .title {
        font-size: 22px;
        margin: 30px 0 15px;
    }

    .news1 .more {
        margin-top: 55px;
    }

    .news_list .l1 {
        line-height: 30px;
        font-size: 18px;
        height: 60px;
    }

    .news_list .lans {
        padding: 17px 25px;
    }

    .news_list {
        padding: 10px 0;
    }
}

@media screen and (max-width: 1199px) {
    .news_list {
        padding: 0;
    }

    .news_list a, .news_list a:nth-child(4n) {
        width: 32%;
        margin-right: calc(2% - 4px);
        margin-top: 30px;
    }

    .news_list a:nth-child(3n) {
        margin-right: 0;
    }

    .news_list .l1 {
    }

    .news_list .l2 {
        font-size: 13px;
        line-height: 22px;
        height: 66px;
        margin: 10px 0 20px 0;
    }

    .news_list .lans {
        padding: 15px 25px;
    }
}

@media screen and (max-width: 780px) {
    .news1 .picture {
        width: 100%;
        float: none;
        height: 300px;
    }

    .news1 .lans {
        width: 100%;
        float: none;
        padding: 25px 20px 20px;
    }

    .news1 .title {
        font-size: 17px;
        margin: 17px 0 8px;
    }

    .news1 .more {
        margin-top: 20px;
    }

    .news1 .time {
        font-size: 25px;
    }

    .news1 .t2 {
        font-size: 14px;
    }

    .news1 {
        padding-top: 15px;
    }

    .news_list {
        padding: 0;
    }

    .news_list a, .news_list a:nth-child(4n), .news_list a:nth-child(3n) {
        width: 48.5%;
        margin-right: calc(3% - 4px);
        margin-top: 20px;
    }

    .news_list a:nth-child(2n) {
        margin-right: 0;
    }

    .news_list .l1 {
        line-height: 25px;
        font-size: 16px;
        height: 50px;
    }

    .news_list .l2 {
        font-size: 12px;
        line-height: 20px;
        height: 60px;
        margin: 7px 0 15px 0;
    }

    .news_list .l3 {
        font-size: 13px;
        margin-top: 15px;
    }

    .news1 .content, .news1 .more {
        font-size: 12px;
        line-height: 2;
    }

    .news1 .more i {
        height: 24px
    }

    .news_list .lans {
        padding: 12px 20px 20px 20px;
    }
}

@media screen and (max-width: 600px) {
    .news_list a, .news_list a:nth-child(4n), .news_list a:nth-child(3n), .news_list a:nth-child(2n) {
        margin-right: 0;
        width: 100%;
    }

    .news1 .picture {
        height: 210px
    }
}

/*end news_list*/

/*newd.html*/
.neiye_banner .lans_news_d {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    width: 73%;
}

.news_details {
    position: relative;
    margin-top: 30px;
    z-index: 2;
    margin-bottom: 95px;
}

.news_details .left {
    width: calc(100% - 480px);
    float: left;
    background: #ffffff;
    padding: 50px 3%;
    box-sizing: border-box;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07);
}

.lans_news_d .tit {
    font-size: 32px;
    line-height: 1.7;
    color: #333;
    font-weight: bold;
}

.news_details .right {
    width: 440px;
    float: right;
    padding: 30px 2.3% 0;
    box-sizing: border-box;
    background: #fff;
}

.news_details .right .title {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 3;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.lans_news_d .mess {
    font-size: 14px;
    color: #333;
    margin: 17px 0 0 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    line-height: 2;
}

.lans_news_d .mess li {
    margin-right: 75px;
    float: left;
}

.news_details .editors {
    font-size: 16px;
    line-height: 2.2;
    color: #444444;
    width: 100%;
}

.news_details .right_list {
}

.right_list a {
    display: block;
    padding: 0 0 20px;
    width: 100%;
    border-top: 1px dashed #e5e5e5;
}

.right_list a:first-child {
    border-top: 0;
}

.right_list .picture {
    width: 100%;
}

.right_list .lans {
    width: 100%;
}

.right_list .t1 {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin: 21px 0 15px;
}

.right_list .t2 {
    font-size: 14px;
    color: #999999;
}

.right .more {
    color: #666666;
    line-height: 2;
    cursor: pointer;
    text-align: center;
    padding-top: 20px;
}

.right .more img {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    margin-bottom: -18px;
}

.i_ico {
    display: inline-block;
}

.i_ico a {
    margin: 0 3px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    display: none;
    transition: 0.5s;
}

.i_ico.on a {
    display: inline-block;
}

.i_ico a:nth-child(1), .i_ico a:nth-child(2), .i_ico a:nth-child(3), .i_ico a:last-child {
    display: inline-block;
}

.i_ico a:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.new_pagetion {
    border-top: 1px solid #eeeeee;
    margin-top: 60px;
    padding-top: 30px;
}

.new_pagetion .left1 {
    width: calc(100% - 250px);
    float: left;
}

.new_pagetion .left1 a {
    font-size: 16px;
    line-height: 40px;
    color: #222222;
    display: block;
    margin-bottom: 5px;display: inline;
}

.new_pagetion .left1 a:hover {
    color: #ff1837;
}

.new_pagetion .list {
    line-height: 50px;
    /* background: #eeeeee; */
    color: #222;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    float: right;
}

.new_pagetion .list .more_btns {
    margin: 0;
    border: 1px solid #ddd;
    color: #222;
    background: #fff
}

.return.more_btns::after {
    color: #Fff;
    font-weight: normal;
}

.return.more_btns:hover {
    background: #ff1837;
    border-color: #ff1837;
}

.neiye_nav_news {
    background: transparent;
    border: 0;
    margin-top: 30px;
}

.neiye_nav_news.neiye_nav .right {
    float: none;
    text-align: left;
}

.neiye_banner .crumbs {
    text-align: right;
    font-size: 14px;
    line-height: 60px;
    color: #999999;
}

.neiye_banner .crumbs a {
    color: #999999;
}

.neiye_banner .crumbs span {
    color: #FFffff;
}

@media screen and (max-width: 1600px) {
    .lans_news_d .tit {
        font-size: 28px
    }

    .news_details .right {
        width: 320px;
    }

    .right_list .picture {
        /* width: 120px; */
    }

    .right_list .lans {
        /* width: 180px; */
        /* float: right; */
    }

    .right_list .t1 {
        font-size: 15px;
        line-height: 22px;
        margin: 5px 0 15px 0;
    }

    .news_details .left {
        width: calc(100% - 360px);
    }

    .news_details .left .title {
        font-size: 28px;
    }

    .news_details .mess {
        font-size: 13px;
        margin: 20px 0 15px 0;
        padding-bottom: 20px;
    }

    .news_details .editors {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1199px) {
    .news_details .left {
        width: 100%;
        float: left;
        background: #ffffff;
        padding: 35px 5%;
        box-sizing: border-box;
    }

    .news_details .right .title {
        line-height: 2;
        padding-top: 10px;
        font-size: 18px;
    }

    .right_list .picture {
        width: 100%;
        margin: 20px 0 0;
    }

    .right_list .lans {
        width: 100%;
        padding-top: 20px;
    }

    .lans_news_d .tit {
        font-size: 24px;
        color: #333;
    }

    .news_details .mess {
        color: #333;
        border-bottom: 1px solid #eee
    }

    .news_details .right {
        /* display: none; */
        width: 100%;
        margin-top: 20px;
        padding: 0 10px;
    }

    .news_details .editors {
        font-size: 13px;
        line-height: 1.85;
    }

    .new_pagetion .left1 {
        width: 100%;
        float: none;
    }

    .new_pagetion .list {
        float: none;
        width: 100%;
        line-height: 40px;
        height: 40px;
        font-size: 14px;
        margin: 20px auto 0 auto;
    }

    .new_pagetion .list img {
        width: 14px;
    }

    .news_details .left .title {
        font-size: 24px;
    }

    .new_pagetion .left1 a {
        font-size: 14px;
        line-height: 27px;
    }

    .new_pagetion {
        margin-top: 30px;
        padding-top: 20px;
    }

    .news_details {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .neiye_nav_news {
        margin-bottom: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 700px) {
    

    .header .logo {
line-height: 40px;
            font-size: 19px;
    }




    .lans_news_d .tit {
        font-size: 20px;
    }

    .news_details .left {
        padding: 25px 5%;
    }

    .news_details .title {
        font-size: 24px;
        line-height: 1.8;
    }

    .tuijian {
        padding: 30px 0 15px 0;
        line-height: 2;
    }

    .news_details .mess li {
        margin-right: 30px;
        line-height: 2;
    }

    .news_details .left .title {
        font-size: 18px;
    }

    .new_pagetion .left1 a {
        font-size: 12px;
        line-height: 22px;
    }

    .news_details {
        margin-top: 10px;
    }
}

/*end newd.html*/

/*S contact_sum*/
.contact_sum {

}

.contact_sum .contact1 {
    padding: 140px 0 165px;
}

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

.contact1 .l1 {
    font-family: Arial;
    font-weight: bold;
    color: #ff1837;
    font-size: 56px;
}

.contact1 .l2 {
    font-size: 34px;
    color: #222222;

}

.contact1 .l3 {
    font-size: 18px;
    color: #666666;
    padding: 60px 0;
}

.contact1 .l4 {
    line-height: 2;
}

.contact1 .l4 li {
    width: calc(50% - 3px);
    padding: 10px 5% 20px 0;
    display: inline-block;
    box-sizing: border-box;
}

.contact1 .l4 li:last-child {
    width: 100%;
}

.contact1 .t1 {
    font-size: 18px;
    color: #666666;
}

.contact1 .t2 {
    font-size: 20px;
    color: #222222;
}

.contact1 .right {
    width: 52.5%;
    float: right;
}

.contact2 {

}

.address_list li {
    width: 31%;
    box-sizing: border-box;
    background-color: #f5f5f5;
    padding: 45px 2%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 45px;
}

.address_list li:nth-child(3n -1) {
    margin: 0 calc(3.5% - 4px);
}

.address_list li:after {
    content: '';
    width: 58%;
    padding-top: 16%;
    position: absolute;
    bottom: 5%;
    right: 5%;
    background: url("../images/ico_logo_white.png") no-repeat;
    transition: all .4s;
    -webkit-transition: all .4s;
    background-size: 100%;
    opacity: 0;
}

.address_list li:hover:after {
    bottom: 6%;
    right: 7%;
}

.address_list .n1 {
    background: url("../images/icon_loc.png") center left no-repeat;
    padding-left: 35px;
    font-size: 20px;
    font-weight: bold;
    color: #000022;
    background-size: auto 100%;
}

.address_list .n2 {
    font-size: 18px;
    line-height: 26px;
    color: #999999;
    min-height: 52px;
    font-weight: lighter;
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

.jm11_form .textarea {
    width: 100%;
    resize: none;
    height: 150px;
    padding: 20px 25px;
    box-sizing: border-box;
    font-size: 16px;
    border: 0;
    background: #f8f8f8;
}

.help1_form .box {
    border-radius: 13px;
    padding: 0 50px;
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    margin-top: -280px;
    position: relative;
    background-color: #ffffff;
    max-width: 1250px;
}

.help1_form .jm11_form {
    padding-top: 25px;
}

.contact3 .title2 {
    padding: 30px 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 28px;
    color: #0087d5;
    font-weight: bold;
}

.jm11_form .sub {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border: 0;
    color: #ffffff;
    margin: 0 20px;
    font-size: 18px;
    transition: all .5s;
    background: transparent;
}

.jm11_form .sub:hover {
    background-color: #2641dc;
}

.jm11_form .sub1 {
    background: #ff1837;
    border: 0;
}

.jm11_form .sub2:hover {
    color: #0092e6;

}

.neiye_title {
    font-size: 38px;
    color: #333334;
    text-align: center;
    text-transform: uppercase;
    padding: 65px 0 30px;
    font-weight: bold;
}

.title_h4 {
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.jm11_form .place {
    color: #444444;
    font-size: 18px;
    margin: 10px 0;
}

.contact3 .text {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 15px 24px;
    box-sizing: border-box;
    border: 0;
    font-size: 16px;
    background: #fff;
    color: #222;
}

.jm11_form {
    font-size: 16px;
    background-color: #f5f5f5;
    padding: 5% 7%;
    margin: 50px 0 100px;
}

.jm11_form li {
    position: relative;
    width: calc(33% - 34px);
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}

.jm11_form .login-right-yzmtp{
    position:absolute;
    right: -3px;
    bottom: 1px;
}
.jm11_form .login-right-yzmtp img{
    height:100%;
}
.jm11_form li:nth-child(2) {
    margin-left: 50px;
    margin-right: 50px;
}

.contact3 .jm11_form .t2 {
    position: relative;
    margin-bottom: 20px;
}

.contact3 .jm11_form .t3 {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
}

.jm11_form .textarea {
    width: 100%;
    resize: none;
    height: 150px;
    padding: 20px 25px;
    box-sizing: border-box;
    font-size: 16px;
    border: 0;
    background: #fff;
}

@media screen and (max-width: 1600px) {
    .contact_sum .contact1 {
        padding: 100px 0 125px;
    }

    .contact1 .l3 {
        font-size: 16px;
        padding: 40px 0;
    }

    .contact1 .t1, .jm11_form .place {
        font-size: 16px;
    }

    .contact1 .t2 {
        font-size: 18px;
    }

    .contact1 .l1 {
        font-size: 44px;
    }

    .contact1 .l2, .neiye_title {
        font-size: 30px;
    }

    .jm11_form {
        font-size: 14px;
        padding: 4% 5%;
        margin: 30px 0 60px;
    }

    .title_h4 {
        font-size: 14px;
    }

    .contact3 .text {
        height: 50px;
        line-height: 50px;
        padding: 10px 15px;
        font-size: 14px;
    }

    .neiye_title {
        padding: 45px 0 15px;
    }

    .address_list .n1 {
        font-size: 18px;
    }

    .address_list .n2 {
        font-size: 16px;
        line-height: 22px;
        min-height: 44px;
        margin-top: 12px;
        margin-bottom: 30px;
    }

    .jm11_form .textarea {
        font-size: 14px;
    }

    .jm11_form .sub {
        width: 150px;
        height: 50px;
        line-height: 50px;
        border: 0;
        color: #ffffff;
        font-size: 16px;
    }
}

@media screen and (max-width: 1440px) {
    .contact1 .l3 {
        padding: 25px 0;
    }

    .contact_sum .contact1 {
        padding: 80px 0 100px;
    }
}

@media screen and (max-width: 1199px) {
    .contact_sum .contact1 {
        padding: 60px 0 80px;
    }

    .contact1 .left,
    .contact1 .right {
        width: 100%;
        float: none;
    }

    .address_list li {
        padding: 25px 1.5%;
        margin-bottom: 25px;
    }

    .address_list .n2 {
        font-size: 15px;
        line-height: 20px;
        min-height: 60px;
    }

    .address_list li, .address_list li:nth-child(3n -1) {
        margin: 0 0 20px 0;
        width: calc(49% - 2px);
    }

    .address_list li:nth-child(2n) {
        margin-left: 2%;
    }

    .contact1 .t1, .jm11_form .place {
        font-size: 14px;
    }

    .jm11_form li:nth-child(2) {
        margin-left: 30px;
        margin-right: 30px;
    }

    .jm11_form li {
        width: calc(33% - 23px);
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 980px) {
    .title_h4 {
        font-size: 12px;
    }

    .contact1 .l4 li {
        width: 100%;
        margin: 0;
        padding: 5px 3% 15px 0;
    }

    .contact1 .t2, .address_list .n1 {
        font-size: 16px;
    }

    .contact1 .l1 {
        font-size: 32px;
    }

    .contact1 .l2, .neiye_title {
        font-size: 24px;
    }

    .address_list .n2 {
        min-height: auto;
        font-size: 14px;
        margin: 8px 0 20px;
    }

    .contact_sum .contact1 {
        padding: 40px 0 50px
    }

    .jm11_form li:nth-child(2), .jm11_form li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .contact1 .t1, .jm11_form .place {
        font-size: 13px;
    }

    .contact3 .text {
        height: 40px;
        line-height: 40px;
        padding: 10px 15px;
        font-size: 13px;
    }

    .jm11_form .textarea {
        font-size: 13px;
        padding: 14px 15px;
    }

    .contact3 .jm11_form .t3 {

        margin: 20px 0 10px 0;
    }

    .jm11_form .sub {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}


@media screen and (max-width: 770px) {

    .address_list li:nth-child(2n),
    .address_list li, .address_list li:nth-child(3n -1) {
        width: 100%;
        margin: 0 0 20px;
        padding: 20px;
    }

    .contact1 .t2, .address_list .n1 {
        font-size: 15px;
    }

    .contact1 .l1 {
        font-size: 28px;
    }

    .contact1 .l2, .neiye_title {
        font-size: 20px;
        padding: 10px 0;
    }

    .jm11_form {
        margin: 20px 0 60px;
    }

    .address_list li:nth-child(2n), .address_list li, .address_list li:nth-child(3n -1) {
        margin-bottom: 10px
    }
}

/*e contact_sum*/
/*home*/
.banner1_home {
}

.banner1_home .swiper-slide {
    background-size: contain;
    height: 761px;
    overflow: hidden;
    position: relative;
    display: block;
    background: center bottom no-repeat;
 background-size: cover;
}

.banner1_home .swiper-button-next,
.banner1_home .swiper-button-prev {
    background: url('../images/ico_prev3.png');
    background-size: cover;
    width: 65px;
    height: 65px;
    transition: all .5s;
    -webkit-transition: all .5s;
    top: 50%;
}

.banner1_home .swiper-button-next:hover,
.banner1_home .swiper-button-prev:hover {
    background: url('../images/ico_prev4.png');
    background-size: cover;

}

.banner1_home .bg-video {

}

.banner1_home .bg-video .v1 {

}

.banner1_home .lans {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.banner1_home .lans .t1 {
}

.banner1_home .lans .t2 {
    font-size: 56px;
    font-weight: bold;
    padding: 10px 0 30px;
}

.banner1_home .lans .t3 {
    font-family: 'avant', 'arial';
    text-transform: uppercase;
}

.home1_banner .swiper-container .filter_container {
    width: 100%;
    height: 150px;
    bottom: 0;
    /*background: inherit;*/
}

.home1_banner .swiper-container .filter {
    /*background: ;*/
    position: absolute;
    overflow: hidden;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 150px;
    background: inherit;
}



.home1_banner .fiter-wrapper .bg-video {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.home1_banner .swiper-container .video_filter.filter {

    background: transparent;
}

.home1_banner .fiter-wrapper video {
    display: block;
}

.home1 {
    position: relative;
}

.home_bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    z-index: 10;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.home_bottom_list {
    color: #FFffff;
    height: 150px;
}

.home_bottom_list a {
    width: 33%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 30px 5% 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 150px;
}

.home_bottom_list a:hover {
    background-color: rgba(255, 255, 255, .2);
}

.home_bottom_list .img {
    width: 100px;
    float: left;
}

.home_bottom_list .t1 {
    font-size: 26px;
}

.home_bottom_list .t2 {
    font-size: 18px;
    margin-top: 7px;
}

.home_bottom_list .lans {
    width: calc(100% - 100px);
    float: left;
    color: #FFffff;
    margin-top: 12px;
    padding-left: 15px;
    box-sizing: border-box;
}

.home_news .news_list a {
    width: 100%;
    margin: 0 !important;
}

.home_news {
    padding: 0px 0 100px;
background:url(../images/banner_serives.jpg)
}

.home_news .news_list .l2 {
    margin: 10px 0;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    font-weight: lighter;
    color: #fff;
}

.home_news .news_list .l1 {
    height: 34px;
    font-size: 20px;
}

.home_news .news_list .l3 {
    margin: 0;
    color: #ccc;
}

.home_news li {
    padding: 0 35px;
    box-sizing: border-box;
}

.home_sum .title {
    font-size: 40px;
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 80px 0 20px;
}

.home_news .news_list {
    width: calc(100% + 70px);
    margin-left: -35px;
    padding-top: 12px;
}

.home_news .news_list a:hover {
    box-shadow: 0px 0px 0px #c0dbe8;
}

.home_news .news_list a:after {
    background: #FFFFFF;
}

.home_news .news_list .lans {
    padding-left: 0;
    padding-right: 0;
}

.home2_video {

}

.home2_video .title {
    padding: 95px 0;
}

.home2_video_bg {
    width: 100%;
    height: 600px;
    background: url(.) center center no-repeat #222;
    background-size: cover;
    position: relative;
    text-align: center;
}

.home2_video_bg .video {
    display: none;
    max-width: 100%;
    max-height: 100%;
    background: #000;    object-position: center;
    object-fit: cover;

}

.home2_video_bg .video_icon {
    width: 70px;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    z-index: 4;
    cursor: pointer;
}

.home3_pro {

}

.home3_pro .nav_list {
    text-align: center;
}

.home3_pro .nav_list a {
    font-size: 18px;
    color: #999999;
    padding: 0 5px;
    line-height: 35px;
    color: #999999;
    border-bottom: 1px solid transparent;
    margin: 0 5px;
}

.home3_pro .nav_list a.on {
    border-bottom: 2px solid #0962f1;
    /* font-size: 18px; */
    color: #222222;
    font-weight: bold;
}

.pro_index_list li {
    width: 96%;
    margin: auto;
    text-align: center;
    padding: 35px 0;
    display: none;
}

.pro_index_list li.on {
    display: block;
}
.pro_index_list li a {
    border: solid #f2f2f2 1px;

}
.pro_index_list li h2 {
    font-size: 18px;
	line-height:40px;
	color:#fff;
	background: rgba(0, 0, 0, .28);
	position:absolute;
	bottom:11px;
	width:calc(100% - 22px) ;
}
.pro_index_list li span {
    font-size: 16px;line-height:32px;
}
.pro_index_list .swiper-slide {
    padding: 10px;
    box-sizing: border-box;
    min-height: 36vh;
    position: relative;
}

.pro_index_list .swiper-slide .video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    min-width: 70%;
    max-width: 100%;
}

.pro_index_list .swiper-button-next,
.pro_index_list .swiper-button-prev {
    background: url('../images/ico_prev.png');
    width: 55px;
    height: 55px;
    background-size: 100% 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pro_index_list .swiper-button-next:hover,
.pro_index_list .swiper-button-prev:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);

}

.swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.tech_list {
    height: 85vh;
    width: 100%;
    overflow: hidden;
}

.tech_list li {
    overflow: hidden;
    width: 16%;
    /* float: left; */
    display: inline-block;
    height: 85vh;
    background: url(.) center center no-repeat;
    position: relative;
    background-size: cover;
    transition: width .55s;
    -webkit-transition: width .55s;
    margin-left: -4px;
}

.tech_list li:after {
    content: '';
    background: #000000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.tech_list li.on:after {
    opacity: 1;
    transition: all .5s .2s;
    -webkit-transition: all .5s .2s;
    background: linear-gradient(to bottom, transparent, transparent, #ff1837);

}

.tech_list {
    white-space: nowrap;
    width: calc(100% + 6px);
}

.tech_list li a {
    display: block;
    width: 42vw;
    cursor: default;
    position: absolute;
    bottom: 5%;
    left: 4vw;
    z-index: 5;
    color: #ffffff;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.tech_list li.on {
    white-space: normal;
}

.tech_list.on li:nth-child(4), .tech_list li.on {
    width: 52%;
}


.tech_list_wraperr {
    width: 100%;
    overflow: hidden;
}

.tech_list .t1 {
    font-size: 16px;
    font-family: Avenir, Arial;
    font-weight: bold;
    color: #FFffff;
}

.tech_list .t2 {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
}

.tech_list .t3 {
    display: none;
    font-size: 16px;
    line-height: 1.8;
    font-weight: lighter;
    margin: 20px 0 35px;
}

.tech_list .t4 {
    width: 35px;
    display: none;
}

.tech_list li.on .t4, .tech_list li.on .t3 {
    display: block;
}

.home1_banner {
    position: relative;
}

.slick-arrow {
    background: url("../images/z22.png") center center no-repeat;
    width: 25px;
    height: 25px;
    background-size: cover;
    top: calc(50% - 12px);
    position: absolute;
    cursor: pointer;
}

.slick-arrow.prev {
    left: -30px;
}

.slick-arrow.next {
    right: -30px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    width: 5px;
    height: 5px;
    max-width: 5px;
    max-height: 5px;
    display: inline-block !important;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    background: #999999;
    border-radius: 50%;
    padding: 0 !important;
}

.slick-dots li.slick-active {
    background: #ff1837;
}

.slick-dots button {
    display: none;
}

@media screen and (max-width: 1600px) {

    .tech_list .t1 {
        font-size: 14px;
    }

    .tech_list .t2 {
        font-size: 26px;
    }

    .tech_list .t3 {
        font-size: 14px;
        margin: 10px 0 25px;
    }

    .home3_pro .nav_list a {
        font-size: 14px;
        margin: 0 0px;
    }

    .slick-arrow {
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
    }

    .slick-arrow.prev {
        left: -30px;
    }

    .slick-arrow.next {
        right: -30px;
    }

    .home_news {
        padding: 20px 0 70px;
    }

    .home_news .news_list .l2 {
        margin: 15px 0;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }

    .home_news .news_list .l1 {
        height: 30px;
        font-size: 22px;
    }

    .home_news li {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .home_news .news_list {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .banner1_home .swiper-button-next, .banner1_home .swiper-button-prev {
        width: 55px;
        height: 55px;
    }

    .banner1_home .swiper-slide {

        height: 540px;
    }

    .home_bottom_list .img {
        width: 85px;
    }

    .home_bottom_list .t1 {
        font-size: 22px;
    }

    .home_bottom_list, .home_bottom_list a, .home1_banner .swiper-container .filter {
        height: 120px;
    }

    .home_bottom_list a {
        padding: 22px 4% 0;
    }

    .home1_banner .fiter-wrapper {
        height: 127px;
    }

    .home_bottom_list .t2 {
        font-size: 16px;
        margin-top: 5px;
    }

    .home_bottom_list .lans {
        width: calc(100% - 85px);
        float: left;
        color: #FFffff;
        margin-top: 10px;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .pro_index_list li {
        padding: 40px 0;
        width:96%;
    }

}

@media screen and (max-width: 1199px) {



    .tech_list .t1 {
        font-size: 12px;
    }

    .tech_list .t2 {
        font-size: 20px;
    }

    .tech_list .t3 {
        font-size: 12px;
    }

    .tech_list li, .tech_list {
        white-space: normal;
        height: auto;
        width: 90%;
        margin: auto;
    }

    .tech_list li, .tech_list.on li:nth-child(4), .tech_list li.on {

        width: 100%;

        display: block;

        margin-bottom: 10px;
    }

    .pro_index_list .swiper-button-next, .pro_index_list .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .pro_index_list li {
        padding: 0;
        width: 100%;
    }

    .pro_index_list .swiper-slide {
        min-height: 550px;
        padding: 20px;
        box-sizing: border-box;
    }

    .home3_pro .nav_list a {
        font-size: 13px;
        margin: 0 20px;
    }

    .home_news {
        padding: 0px 0 40px;
    }

    .slick-arrow {
        display: none !important;
    }

    .home_news .news_list .l2 {
        margin: 10px 0;
        height: 36px;
        font-size: 13px;
        line-height: 18px;
    }

    .home_news .news_list .l1 {
        font-size: 18px;
        line-height: 30px;
    }

    .home_news li {
        padding: 0 10px;
    }

    .home_news .news_list {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .banner1_home .swiper-button-next, .banner1_home .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 768px) {
    .home3_pro .nav_list a {
        font-size: 12px;
        margin: 0 2px;
    }

    .tech_list .t3, .tech_list .t4 {
        display: block;
    }

    .tech_list .t4 {
        width: 25px
    }

    .tech_list li:after {
        opacity: 1;
        transition: all .5s .2s;
        -webkit-transition: all .5s .2s;
        background: linear-gradient(to bottom, transparent, transparent, #ff1837);
    }

    .tech_list li a {
        /* width: 92vw; */
        position: relative;
        padding: 20px;
        width: 100%;
        left: 0;
    }

    .home_news li {
        padding: 0;
    }

    .home_news .news_list {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .pro_index_list .swiper-slide {
        min-height: 250px;
        padding: 10px;
    }
}

/*pro*/

.pro_list_index {
    margin: 15px 0;
}

.pro_list_index li {
    width: calc(50% - 30px);
    float: left;
    margin: 15px;
    display: block;
}

.pro_list_index a {
    display: block;
    position: relative;
}

.pro_list_index .scan-img {
    overflow: hidden;
}

.pro_list_index .lans {
    position: absolute;
    z-index: 5;
    width: 80%;
    left: 10%;
    top: 10%;
    text-align: center;
    color: #222;
}


.pro_list_index .t1 {
    font-size: 36px;
    font-weight: bold;
}

.pro_list_index .t2 {
    font-size: 18px;
    margin: 25px 0 22px 0;
}

.pro_list_index .t3 {
    font-size: 18px;
    color: #ff1837;
    font-weight: lighter;

}

.pro_list_index .t3 i {
    width: 10px;
    height: 10px;
    border-top: 1px solid #ff1837;
    border-right: 1px solid #ff1837;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: inline-block;
    margin-left: 5px;
}

.pro_list_index li:nth-child(2) .lans, .pro_list_index li:nth-child(2) .t3 {
    color: #ffffff;
}

.pro_list_index li:nth-child(2) .t3 i {
    border-color: #FFFFFF;
}

@media screen and (max-width: 1440px) {


    .pro_list_index .t1 {
        font-size: 30px;
    }

    .pro_list_index .t2 {
        font-size: 15px;
        margin: 15px 0 20px 0;
    }

    .pro_list_index .t3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 1199px) {

    .pro_list_index .t1 {
        font-size: 26px;
    }

    .pro_list_index li {
        width: calc(50% - 20px);
        margin: 10px;
    }

    .pro_list_index {
        margin: 10px 0;
    }

}

@media screen and (max-width: 980px) {

    .pro_list_index {
        margin: 5px 2.5%;
    }

    .pro_list_index li {
        width: 100%;
        margin: 10px 0 0;
    }

    .pro_list_index li:nth-child(even) {
        margin-left: 0;
    }

    .pro_list_index .t1 {
        font-size: 24px;
    }

    .pro_list_index .t2 {
        font-size: 13px;
        margin: 10px 0 16px 0;
    }

    .pro_list_index .t3 {
        font-size: 13px;
    }

    .pro_list_index .t3 i {
        width: 6px;
        height: 6px;
    }

}

@media screen and (max-width: 768px) {
    .pro_list_index .lans {
        top: 5%;
    }

    .pro_list_index .t1 {
        font-size: 20px;
    }

    .pro_list_index .t2 {
        font-size: 12px;
        margin: 7px 0;
    }

    .pro_list_index .t3 {
        font-size: 12px;
    }
}

/*pro_list*/
.black.neiye_banner .lans {
    color: #222222;
}

.pro_list {
    margin: 10px;
}

.pro_list li {
    width: calc(50% - 20px);
    margin: 10px;
}

.pro_list .lans {
    text-align: left;
    width: 90%;
    left: 5%;
    top: 7%;
}

.pro_list .t1 {
    font-size: 24px;
    font-weight: normal;
}

.pro_list .t2 {
    font-size: 36px;
    margin: 10px 0;
}

.pro_list .t3 {
    max-width: 50%;
    margin: auto;
}

/* .pro_list li:nth-child(1) .lans, .pro_list li:nth-child(1) .t3 {
    color: #FFFFFF;
} */

.pro_list li:nth-child(2) .lans, .pro_list li:nth-child(2) .t3 {
    color: #222222;
}

.case_list_ico {
    text-align: center;
    padding: 100px 0;
    background-color: #f3f5f7;
}

.case_list_ico .title {
    color: #222222;
    font-size: 44px;
    padding: 0 0 40px;
}

.case_list_ico li {
    display: inline-block;
    width: 200px;
    height: 180px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    padding: 40px 20px;
    background: #FFFFFF;
    font-size: 24px;
    color: #222222;
    line-height: 2;
    margin: 0 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.case_list_ico li:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

.case_list_ico .icon {
    width: 45px;
    margin: auto;
}

/*case_number_list*/
.case_number_list {
    text-align: center;
    padding: 80px 0;
}

.case_number_list li {
    width: 25%;
    float: left;
}

.case_number_list .n1 {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #ff1837;
}

.case_number_list .n1 span {
    font-size: 56px;
}

.case_number_list .n2 {
    font-size: 20px;
    margin-top: 5px;
    color: #222222;
}

@media screen and (max-width: 1440px) {
    .pro_list li {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .pro_list .t1 {
        font-size: 18px;
    }

    .pro_list .t2 {
        font-size: 30px;
        margin: 5px 0;
    }

    .pro_list {
        margin: 5px;
    }

    .case_list_ico .title {
        font-size: 36px;
        padding: 0 0 30px;
    }

    .case_list_ico {
        padding: 80px 0;
    }

    .case_list_ico li {
        display: inline-block;
        width: 180px;
        height: 150px;
        padding: 30px 15px;
        font-size: 20px;
        margin: 0 10px;
    }

    .case_number_list {
        padding: 60px 0;
    }

    .case_number_list .n1 span {
        font-size: 48px;
    }

    .case_number_list .n2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 980px) {
    .pro_list li {
        width: 100%;
        margin: 10px 0 0;
    }

    .pro_list .t1 {
        font-size: 16px;
    }

    .pro_list .t2 {
        font-size: 26px;
        margin: 0;
    }

    .pro_list {
        margin: 0 2.5% 10px;
    }

    .case_list_ico .title {
        font-size: 30px;
        padding: 0 0 20px;
    }

    .case_list_ico {
        padding: 60px 0;
    }

    .case_list_ico li {
        display: inline-block;
        width: 48%;
        height: 120px;
        padding: 25px 10px 0;
        font-size: 18px;
        margin: 0 0 10px;
    }

    .case_list_ico li:nth-child(even) {
        margin-left: calc(5% - 10px);
    }

    .case_number_list .n1 span {
        font-size: 40px;
    }

    .case_number_list .n1 {
        font-size: 20px;
    }

    .case_number_list .n2 {
        font-size: 16px;
    }

    .case_number_list {
        padding: 40px 0;
    }
}

@media screen and (max-width: 768px) {
    .case_list_ico {
        padding: 40px 0;
    }

    .case_list_ico .title {
        font-size: 26px;
    }

    .pro_list .t1 {
        font-size: 14px;
    }

    .pro_list .t2 {
        font-size: 22px;
    }

    .case_list_ico .icon {
        width: 38px;
    }

    .case_list_ico li {
        font-size: 16px;
    }

    .case_number_list .n1 span {
        font-size: 36px;
    }

    .case_number_list .n1 {
        font-size: 18px;
    }

    .case_number_list .n2 {
        font-size: 14px;
    }
}

@media screen and (max-width: 540px) {
    .pro_list .t1 {
        font-size: 12px;
    }

    .pro_list .t2 {
        font-size: 19px;
        margin: 5px 0 0;
    }

    .case_list_ico .title {
        font-size: 22px;
    }

    .case_number_list .n1 span {
        font-size: 32px;
    }

    .case_number_list .n1 {
        font-size: 15px;
    }

    .case_number_list .n2 {
        font-size: 12px;
    }
}

/*case_details*/
.case_details {
    padding: 95px 0;
}

.case_details .left {
    width: 300px;
    float: left;
}

.case_details .logo {
    border: 1px solid #eeeeee;
    padding: 50px;
    box-sizing: border-box;
    font-size: 24px;
    color: #222222;
    text-align: center;
}

.case_details .logo img {
    margin-bottom: 30px;
}

.case_details .contact_module {
    border: 1px solid #eeeeee;
    margin: 20px 0;
}

.contact_module .c1 {
    font-size: 20px;
    line-height: 3;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

.contact_module .c_content {
    padding: 20px 25px;
    box-sizing: border-box;
}

.contact_module .c2 {
    font-size: 16px;
    line-height: 40px;
    font-weight: lighter;
    color: #222222;
    margin-bottom: 10px;

}

.contact_module .c3 {
    font-size: 16px;
    line-height: 45px;
    border-radius: 5px;
    background: #ff1837;
    color: #FFFFFF;
    display: block;
    text-align: center;
}

.case_details .right {
    width: calc(100% - 385px);
    float: right;
}

.case_details .right .r1 {
}

.case_details .right .tit {
    font-size: 36px;
    color: #222222;

}

.case_details .right .desc {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    font-weight: lighter;
    padding: 30px 0 40px;
    border-bottom: 1px solid #eeeeee;
}

.case_details .right .editor {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    font-weight: lighter;
    padding: 30px 0;

}

@media screen and (max-width: 1440px) {
    .case_details {
        padding: 65px 0;
    }

    .case_details .left {
        width: 250px;
    }

    .case_details .right {
        width: calc(100% - 325px);
    }

    .case_details .logo {
        padding: 40px;
        font-size: 22px;
    }

    .contact_module .c1 {
        font-size: 18px;
    }

    .contact_module .c_content {
        padding: 15px 20px;
    }

    .contact_module .c2 {
        font-size: 14px;
        line-height: 2.6;
    }

    .contact_module .c3 {
        font-size: 14px;
        line-height: 2.6;
    }

    .case_details .right .desc, .case_details .right .editor {
        font-size: 14px;
    }

    .case_details .right .tit {
        font-size: 32px;
    }

    .case_details .right .desc {
        padding: 20px 0 30px;
    }
}

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

    .case_details .right {
        width: 100%;
    }

    .case_details .right .desc, .case_details .right .editor {
        font-size: 14px;
    }

    .case_details .right .tit {
        font-size: 28px;
    }

    .case_details .right .desc {
        padding: 10px 0 20px;
    }

    .case_details {
        padding: 45px 0;
    }
}

@media screen and (max-width: 980px) {
    .case_details .right .tit {
        font-size: 24px;
    }

}

.power {

}

@keyframes line1 {
    0% {
        top: 88px;
        left: 138px;
        transform: scale(1);
        opacity: 0;
    }
    50% {
        top: 98px;
        left: 122px;
        transform: scale(0.8);
        opacity: 0.8;
    }
    100% {
        top: 108px;
        left: 106px;
        transform: scale(0.6);
        opacity: 0;
    }
}

@-webkit-keyframes line1 {
    0% {
        top: 88px;
        left: 138px;
        transform: scale(1);
        opacity: 0;
    }
    50% {
        top: 98px;
        left: 122px;
        transform: scale(0.8);
        opacity: 0.8;
    }
    100% {
        top: 108px;
        left: 106px;
        transform: scale(0.6);
        opacity: 0;
    }
}

.about_nav_list .wrapper {
    padding-top: 20px;
}

.about1_sum {
    padding: 100px 0;
}

.about1_sum .left {
    width: 50%;
    float: left;
    padding-top: 20px;
}

.about1_sum .right {
    width: 45%;
    float: right;
    position: relative;
    margin-top: 20px;
}

.about1_sum .right .play {
    width: 75px;
    position: absolute;
    bottom: 80px;
    left: 40px;
}

.about_lans .l1 {
    font-size: 35px;
    font-weight: bold;
    color: #222222;
    padding-bottom: 25px;
}

.about_lans .l2 {
    font-size: 16px;
    line-height: 2;
    color: #444444;
}

.about1_sum .video {
    display: none;
}

.about2_sum {
    background: #f8fafd;
    padding: 90px 0;
}

.about2_sum .boxs {
    position: relative;
}

.about2_sum a {
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.about2_sum .about_lans {
    text-align: center;
    padding-bottom: 40px;
}

.about2_sum .lans {
    text-align: center;
    color: #222222;
    padding: 25px 25px 30px 25px;
}

.about2_sum .lans .l1 {
    font-size: 24px;
    padding-bottom: 5px;
}

.about2_sum .lans .l2 {
    font-size: 16px;
}

.about2_sum .lans .l3 {
    display: none;
}

.about2_sum a:hover .l1 {
    color: #ff1837;
}

.about2_sum .swiper-button-next,
.about2_sum .swiper-button-prev,
.about2_win .swiper-button-next,
.about2_win .swiper-button-prev {
    background: url('../images/ico_prev.png');
    width: 55px;
    height: 55px;
    background-size: 100% 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3;
    transition: all .5s;
    -webkit-transition: all .5s;
    top: 58%;
}

.about2_sum .swiper-button-prev {
    left: -100px;
}

.about2_sum .swiper-button-next {
    right: -100px;
}

.about5_sum .swiper-button-prev,
.about5_sum .swiper-button-next {
    top: 60%;

}

.about2_sum .swiper-button-next:hover,
.about2_sum .swiper-button-prev:hover,
.about2_win .swiper-button-next:hover,
.about2_win .swiper-button-prev:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.about2_win {
    display: none;
}

.about2_win .close {
    width: 25px;
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 10;
    cursor: pointer;
}

.about2_win .close:hover {
    /*     animation: rotate 1s infinite linear */
}

.about2_win .bg {
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: .5;
}

.about2_win .container {
    max-width: 1400px;
    box-sizing: border-box;
    padding: 55px;
    background: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
}

.about2_win .swiper_sum {

}

.about2_win a {
    cursor: default;
    display: block;
}

.about2_win .picture {
    width: 435px;
    float: left;
}

.about2_win .lans {
    width: calc(100% - 540px);
    float: right;
}

.about2_win .lans .l1 {
    font-size: 30px;
    color: #222222;
}

.about2_win .lans .l2 {
    font-size: 20px;
    padding: 20px 0;
    color: #222222;
    border-bottom: 1px solid #eeeeee;
}

.about2_win .lans .l3 {
    font-size: 16px;
    line-height: 2.2;
    color: #444444;
    margin: 20px 0;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    max-height: 250px;
    overflow: auto;
}

.about2_win .lans .l3::-webkit-scrollbar { /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;

}

.about2_win .lans .l3::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #126dff;

}

.about2_win .lans .l3::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px #dddddd;
    border-radius: 10px;
    background: #FFFFFF;

}

.about2_win .lans .l3 li {
    background: url("../images/quan.jpg") left 15px no-repeat;
    padding-left: 20px;
}

.about2_win a {
    display: block;
    background: #FFFFFF;
    box-sizing: border-box;
}

.swiper_sum {
    position: absolute;
    bottom: 60px;
    left: 590px;
    width: 120px;
}

.about3 {
    text-align: center;
    padding: 30px 0;
}

.map_about {
    position: relative;
}

.map_about .left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.map_about .left li {
    width: 225px;
    padding-bottom: 50px;
    text-align: left;
}

.map_about .left .l1 {
    font-size: 16px;
    color: #666666;
    line-height: 46px;
}

.map_about .left .num {
    display: inline-block;
    color: #ff1837;
    font-size: 24px;
    font-family: 'AvantGarde CE';
    font-weight: bold;
    margin-right: 10px;
}

.map_about .left .num span {
    font-size: 46px;
    margin-right: 5px;
    color: #ff1837;
}

.map_about .left .l2 {
    font-size: 16px;
    color: #666666;
}

.map_about .left .l3 {
    width: 100%;
    position: relative;
    height: 1px;
    background: #e5e5e5;
    margin-top: 30px;
}

.map_about .left .l3 span {
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #ff1837;
    animation: line_keyframes 1.5s forwards infinite linear;
    -webkit-animation: line_keyframes 1.5s forwards infinite linear;
}

.map_about .left li:nth-child(3) .l3 span {
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
}

.map_about .left li:nth-child(2) .l3 span {
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

@keyframes line_keyframes {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

@-webkit-keyframes line_keyframes {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

.map_about .left li:nth-child(4) .num {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}

.swiper_sum .swiper_sum_wrapper {
    width: 200px;
    height: 70px;

}

.right_map_show {

}

.right_map_show .map_list {

}

.right_map_show .map_list li {
    position: absolute;
}

.right_map_show .map_list li:hover .win_d {
    display: block;
    opacity: 1;
    z-index: 11
}

.right_map_show .map_list .item {
    width: 15px;
    height: 15px;
    position: relative;
}

.right_map_show .map_list .dian {
    width: 15px;
    height: 15px;
    cursor: pointer;
    border-radius: 50%;
    background: #ff1837;
    box-shadow: 0 0px 0px 5px rgba(0, 98, 255, .2);
    transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
}
.right_map_show .map_list .dian .loc{
    font-size:12px;
    /* white-space: nowrap; */
    text-align: center;
    position: absolute;
    width: 80px;
    top: 150%;
    left: 0%;
    transform: translate(-50%,0);
}
.right_map_show .map_list .dian:hover{
    box-shadow: 0 0px 0px 15px rgba(0, 98, 255, .1);
}
.right_map_show.on .map_list li:nth-child(1) {
    left: 53%;
    top: 32%;
}

.right_map_show.on .map_list .item:hover {
    box-shadow: 0 10px 40px 15px rgba(0, 98, 255, .2);
}

.right_map_show.on .map_list .lans {
    line-height: 70px;
    height: 70px;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgba(60, 60, 60, .2);
    font-size: 20px;
    color: #222222;
    text-align: center;
    left: 50%;
    position: absolute;
    padding: 0 26px;
    top: -220px;
    background: #FFFFFF;
    opacity: 0;
    animation: opacity 1s 4.5s forwards;
    -webkit-animation: opacity 1s 4.5s forwards;
    width: auto;
    word-break: keep-all;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    z-index: 5;
}

.right_map_show.on .map_list .line2 {
    width: 1px;
    position: absolute;
    left: 7px;
    bottom: 100%;
    background: #ff1837;
}

.right_map_show.on .map_list li:nth-child(1) .line2 {
    animation: line1 5s;
    -webkit-animation: line1 5s;
    height: 170px;
}

@keyframes line1 {
    0% {
        height: 0;
    }
    100% {
        height: 170px;
    }
}

@-webkit-keyframes line1 {
    0% {
        height: 0;
    }
    100% {
        height: 170px;
    }
}


.right_map_show.on .map_list li:nth-child(2) {
    left: 56%;
    top: 35%;
}

.right_map_show.on .map_list li:nth-child(2) .line2 {
    animation: line2 5s;
    -webkit-animation: line2 5s;
    height: 80px;
}
.right_map_show.on .map_list li:nth-child(2) .loc{
    top: 180%;
    left: 160%;
}
.right_map_show.on .map_list li:nth-child(2) .lans {
    top: -130px;
}

@keyframes line2 {
    0% {
        height: 0;
    }
    100% {
        height: 80px;
    }
}

@-webkit-keyframes line2 {
    0% {
        height: 0;
    }
    100% {
        height: 80px;
    }
}


.right_map_show.on .map_list li:nth-child(3) {
    left: 77%;
    top: 49%;
}

.right_map_show.on .map_list li:nth-child(3) .line2 {
    animation: line3 5s;
    -webkit-animation: line3 5s;
    height: 240px;
}

.right_map_show.on .map_list li:nth-child(3) .lans {
    top: -240px;
}

@keyframes line3 {
    0% {
        height: 0;
    }
    100% {
        height: 240px;
    }
}

@-webkit-keyframes line3 {
    0% {
        height: 0;
    }
    100% {
        height: 240px;
    }
}


.right_map_show.on .map_list li:nth-child(4) {
    left: 78.5%;
    top: 42%;
}


.right_map_show.on .map_list li:nth-child(4) .line2 {
    animation: line4 5s;
    -webkit-animation: line4 5s;
    height: 70px;
}

.right_map_show.on .map_list li:nth-child(4) .lans {
    top: -120px;
}

@keyframes line4 {
    0% {
        height: 0;
    }
    100% {
        height: 70px;
    }
}

@-webkit-keyframes line4 {
    0% {
        height: 0;
    }
    100% {
        height: 70px;
    }
}

.right_map_show.on .map_list li:nth-child(5) {
    left: 81.5%;
    top: 47%;
}


.right_map_show.on .map_list li:nth-child(5) .line2 {
    animation: line5 5s;
    -webkit-animation: line5 5s;
    height: 80px;
    top: 0;
}

.right_map_show.on .map_list li:nth-child(5) .lans {
    top: 80px;
}

@keyframes line5 {
    0% {
        height: 0;
    }
    100% {
        height: 80px;
    }
}

@-webkit-keyframes line5 {
    0% {
        height: 0;
    }
    100% {
        height: 80px;
    }
}

.right_map_show.on .map_list li:nth-child(6) {
    left: 83.35%;
    top: 38%;
}


.right_map_show.on .map_list li:nth-child(6) .line1 {
    animation: line6 3s forwards;
    -webkit-animation: line6 3s forwards;
    width: 140px;
    left: 100%;
    top: -7px;
    background: #ff1837;
    height: 1px;
    position: relative;
}


.right_map_show.on .map_list li:nth-child(6) .line2 {
    animation: line61 2s 3s forwards;
    -webkit-animation: line61 2s 3s forwards;
    height: 0;
    left: 154px;
    bottom: 6px;
}

.right_map_show.on .map_list li:nth-child(6) .lans {
    bottom: 140px;
    left: calc(140px + 50%);
    top: auto;
}

@keyframes line6 {
    0% {
        width: 0;
    }
    100% {
        width: 140px;
    }
}

@-webkit-keyframes line6 {
    0% {
        width: 0;
    }
    100% {
        width: 140px;
    }
}

@keyframes line61 {
    0% {
        height: 0;
    }
    100% {
        height: 140px;
    }
}

@-webkit-keyframes line61 {
    0% {
        height: 0;
    }
    100% {
        height: 140px;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.right_map_show.on .map_list li:nth-child(7) {
    left: 81%;
    top: 45%;
}


.right_map_show.on .map_list li:nth-child(7) .line1 {
    animation: line6 3s forwards;
    -webkit-animation: line6 3s forwards;
    width: 140px;
    left: 100%;
    top: -7px;
    background: #ff1837;
    height: 1px;
    position: relative;
}


.right_map_show.on .map_list li:nth-child(7) .line2 {
    animation: line61 2s 3s forwards;
    -webkit-animation: line61 2s 3s forwards;
    height: 0;
    left: 154px;
    bottom: 6px;
}

.right_map_show.on .map_list li:nth-child(7) .lans {
    bottom: 140px;
    left: calc(140px + 50%);
    top: auto;
}


.about5_sum {
    background: #FFFFFF;
}

.about5_sum .swiper-slide {
    background: #fff;
    position: relative;
    z-index: 2;
}

.about4_sum {
    text-align: center;
    background: #f8fafd;
    padding: 80px 0 50px;
}

.about4_sum .swiper-container {
    margin-top: 40px;
}

.about4_sum a {
    position: relative;
    color: #222222;
    box-sizing: border-box;
    padding: 35px;
    margin-bottom: 80px;
    background: #FFFFFF;
}

.about4_sum a:after {
    position: absolute;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 4px;
    background: #ff1837;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.about4_sum a:hover:after {
    left: 0;
    width: 100%;
}

.about4_sum .lans {
    margin-top: 20px;
}

.about4_sum .lans .l1 {
    font-size: 20px;
    width: calc(100% - 25px);
    float: left;
    text-align: center;
}

.about4_sum .lans .icon {
    float: right;
    background: url("../images/g20.png");
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    margin-top: 4px;
}

.about4_sum a:hover .icon {
    background: url("../images/g21.png");
    background-size: 100% 100%;
}

.about4_sum a:hover {
    color: #ff1837;
}

.about5_sum {

    white-space: nowrap;
}

.about5_sum li {

    position: relative;
    width: calc(25% - 15px);
    display: inline-block;
    height: 300px;
    border-radius: 0;
    overflow: hidden;
    margin: 0 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.about5_sum li:nth-child(4n) {
    margin-right: 0;
}

.about5_sum a {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    width: 150%;
    background: center center no-repeat;
    height: 100%;
    /*background-size: cover;*/
}

.about5_sum li:hover a {
    width: 100%;
}

.about5_sum a .t2 {
    font-size: 13px;
}

.about5_sum li.on {
    width: calc(21% - 15px);
}

.about5_sum li:hover {
    /*     width: 34%; */
}

.about5_sum li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: .2;
    z-index: 2;
}

.about5_sum .lans {
    position: absolute;
    bottom: 15%;
    color: #ffffff;
    font-size: 20px;
    line-height: 2;
    text-align: left;
    white-space: normal;
    left: 10%;
    width: 80%;
    z-index: 3;
    padding: 0;
    height: 40px;
    text-align: center;
    overflow: hidden;
    transition: all .6s;
    -webkit-transition: all .6s;
}

.about5_sum li:hover .lans {
    height: 155px;
}

.about6_sum {
    text-align: center;
    position: relative;
}

.about6_sum .swiper-slide {
    padding: 10px;
    box-sizing: border-box;
    transition: all .2s;
    -webkit-transition: all .2s;
    width: 14.28%;
}

.about6_sum .swiper-slide img {
    border: 1px solid #eeeeee;
}

.about6_sum .boxs {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.about6_sum .swiper-container {
    /*height: 400px;*/
    display: flex;
    flex-wrap: wrap;
}

.about6_sum .swiper-pagination {
    width: 100%;
    text-align: center;
}

.swiper-pagination, .about4_sum .swiper-pagination {
    bottom: 20px;
}

.swiper-pagination .swiper-pagination-bullet, .about4_sum .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    margin: 5px 15px !important;
    background: #ccdefb;
    border: 0;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .about4_sum .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px !important;
    height: 15px !important;
    background: url("../images/g23.jpg");
    background-size: 100%;
    margin: 0 10px !important;
}

@media screen and (max-width: 1660px) {
    .about_lans .l1 {
        font-size: 42px;
        padding-bottom: 15px;
    }

    .about6_sum .swiper-slide {
        padding: 8px;
    }

    .about6_sum .list {
        width: calc(100% + 16px);
        overflow: hidden;
        margin: 5px 0 20px -8px;
    }

    .map_about .left .num span {
        font-size: 36px;
    }

    .map_about .left .l3 {
        margin-top: 20px;
    }

    .map_about .left .l1, .map_about .left .l2, .map_about .left li:nth-child(4) .num {
        font-size: 14px;
    }

    .map_about .left li {
        padding-bottom: 30px;
    }

    .map_about .left .l1 {
        line-height: 36px;
    }
}

@media screen and (max-width: 1440px) {
    .about2_sum .about_lans {
        padding-bottom: 30px;
    }

    .home2_video_bg .video_icon {
        width: 50px;
        top: calc(50% - 25px);
        left: calc(50% - 25px);
    }

    .about_lans .l1 {
        font-size: 38px;
    }

    .about_lans .l2 {
        font-size: 14px;
    }

    .about1_sum {
        padding: 60px 0;
    }

    .about1_sum .left {
        padding-top: 0;
    }

    .about1_sum .right .play {
        width: 50px;
        bottom: 40px;
        left: 20px;
    }

    .about2_win .container {
        padding: 40px;
    }

    .about2_win .lans .l1 {
        font-size: 26px;
    }

    .about2_win .lans .l2 {
        font-size: 18px;
        padding: 13px 0;
    }

    .about2_win .lans .l3 {
        font-size: 14px;
        max-height: 230px;
    }

    .about2_win .close {
        width: 18px;
        top: 40px;
        right: 40px;
    }

    .about2_sum .swiper-button-next, .about2_sum .swiper-button-prev, .about2_win .swiper-button-next, .about2_win .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 100%;
    }

    .swiper_sum .swiper_sum_wrapper, .about2_win .swiper_sum {
        left: 470px;
        bottom: 30px;
        width: 100px;
    }

    .about2_win .picture {
        width: 380px;
    }

    .about2_win .lans {
        width: calc(100% - 430px);
    }

    .about2_sum .lans .l1 {
        font-size: 22px;
    }

    .about2_sum .lans .l2 {
        font-size: 15px;
    }

    .about2_sum .lans {
        padding: 15px 15px 20px 15px;
    }

    .about5_sum .lans {
        padding: 0;
        font-size: 18px;
    }

    .about2_sum {
        padding: 60px 0;
    }

}

@media screen and (max-width: 1199px) {
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .about4_sum .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        margin: 0 5px !important;
    }

    .power4_sum .swiper-pagination {
        bottom: 10px !important;
    }

    .swiper-pagination .swiper-pagination-bullet, .about4_sum .swiper-pagination-bullet {
        margin: 5px 7px !important;
    }

    .map_about .left .l1 {
        line-height: 30px;
    }

    .map_about .left .num span {
        font-size: 30px;
    }

    .map_about .left .l1, .map_about .left .l2, .map_about .left li:nth-child(4) .num {

        font-size: 13px;
    }

    .about6_sum {
        padding-top: 50px;
    }

    .about5_sum .about_lans {
        padding-bottom: 10px;
    }

    .about5_sum .swiper-pagination {
        bottom: 17px;
    }

    .about5_sum .swiper-slide, .about5_sum .swiper-slide:hover, .about5_sum .swiper-slide.on {
        width: 100%;
        display: block;
        margin: 0;
        height: 300px;
        margin-bottom: 0px;
    }

    .about5_sum a {
        background-size: cover;
    }

    .about6_sum .list {
        margin: 0;
        width: 100%;
    }

    .about6_sum .swiper-slide {
        padding: 5px;
        width: 20%;
    }

    .about4_sum .lans {
        padding-bottom: 20px;
    }

    .about4_sum .swiper-pagination {
        bottom: 35px;
    }

    .home2_video .video_icon {
        width: 40px;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
    }

    .about4_sum {
        padding: 40px 0 20px;
    }

    .about4_sum .swiper-container {
        margin-top: 15px;
    }

    .about4_sum a {
        padding: 25px;
        padding-bottom: 0px;
    }

    .about4_sum .lans .l1 {
        font-size: 16px;
    }

    .about4_sum .swiper-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 2.5px 7.5px;
        background: #ccdefb;
        border: 0;
    }

    .about4_sum .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }

    .about2_sum .swiper-button-prev {
        left: 0;
    }

    .about2_sum .swiper-button-next {
        right: 0;
    }

    .about_lans .l1 {
        font-size: 32px;
    }

    .about1_sum .left,
    .about1_sum .right {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .about1_sum .left {
        padding-bottom: 20px;
    }

    .about2_sum .lans img {
        display: inline-block;
    }

    .power6_sum {
        padding-bottom: 50px !important;
    }
}

@media screen and (max-width: 980px) {
    .about6_sum .swiper-slide {
        width: 25%;
    }
    .right_map_show .map_list .dian .loc{
        opacity:0;
    }
    .map_about .left {
        position: static;
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .map_about .left li {
        width: auto;
        display: inline-block;
        vertical-align: top;
    }

    .map_about .left li:nth-child(even) {
        margin-left: 0;
    }

    .about4_sum {
        padding: 30px 0 0px;
    }

    .about2_sum {
        padding: 30px 0 0;
        white-space: normal;
    }

    .about2_sum .lans .l1 {
        font-size: 18px;
    }

    .about2_sum .lans .l2 {
        font-size: 14px;
    }

    .about2_sum .lans {
        padding: 10px;
    }

    .about5_sum .lans {
        padding: 0;
        font-size: 16px;
        bottom: 10%;
        height: auto;
    }

    .about5_sum .l2 {
        font-size: 13px;
    }

    .about2_win .lans .l1 {
        font-size: 24px;
    }

    .about2_win .lans .t2 {
        font-size: 14px;
        padding: 10px 0;
    }

    .about_lans .l1 {
        font-size: 28px;
    }

    .about1_sum .right .play {
        width: 30px;
        bottom: 30px;
        left: 15px;
    }

    .about1_sum {
        padding: 40px 0;
    }

    .about2_win .close {
        width: 15px;
        top: 30px;
        right: 30px;
    }

    .about_lans .l1 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .about1_sum {
        padding: 30px 0 45px;
    }

    .about2_win .picture {
        width: 100%;
        max-width: 300px;
        float: none;
        margin: auto;
    }

    .about2_win .lans {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .swiper_sum .swiper_sum_wrapper, .about2_win .swiper_sum {
        width: 100px;
        left: 40px;
    }

    .about2_win .lans .l3 {
        max-height: 30vh;
        font-size: 13px;
        margin-bottom: 40px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px) {
    .about6_sum .swiper-slide {
        width:50%;
    }

    .about5_sum .swiper-slide, .about5_sum .swiper-slide:hover, .about5_sum li.on {
        width: 100%;
        display: inline-block;
        margin: 0 0 10px 0;
        height: 250px;
    }

    .map_about .left .l1, .map_about .left .l2, .map_about .left li:nth-child(4) .num {
        font-size: 12px;
    }

    .map_about .left .l3 {
        display: none;
    }

    .about2_sum {
        padding: 35px 0 0px;
    }

    .map_about .left .num span {
        font-size: 24px;
    }

    .about2_sum .lans .l1 {
        font-size: 15px;
    }

    .about2_sum .lans .l2 {
        font-size: 12px;
    }

    .about2_win .container {
        padding: 30px 15px;
    }

    .about2_win .close {
        right: 10px;
        top: 10px;
    }

    .about2_win .picture {
        max-width: 200px;
    }

    .about2_win .lans .l1 {
        font-size: 20px;
        margin-top: 20px;
    }

    .about2_win .lans .l3 {
        font-size: 12px;
        padding-left: 10px;
    }

    .swiper_sum .swiper_sum_wrapper, .about2_win .swiper_sum {
        bottom: 10px;
    }
}

.pro_hy {

}

.pro_hy .banner1 .title {
    width: 45%;
    float: left;
    padding-top: 10%;
}

.pro_hy .banner1 .title .t1 {
    font-size: 30px;
}

.pro_hy .banner1 .pic {
    width: 55%;
    float: right;
}

.pro_banner2 {
    height: 1200px;
}

.box1_wrapper {
    position: relative;
}

.pro_hy .pro_tit {
    width: 42%;
    color: #222222;
    float: right;
}

.pro_hy .pro_tit .t1 {
    font-size: 22px;
    color: #ffffff;
    min-width: 120px;
    line-height: 2;
    border-radius: 30px;
    background: #ff1837;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
}

.pro_hy .pro_tit .t2 {
    font-size: 46px;
    font-weight: bold;
    margin: 20px 0;
}

.pro_hy .pro_tit .t3 {
    font-size: 22px;
    line-height: 1.8;
}

.pro_hy .pro_banner2 .pic {
    width: 52%;
    float: left;
}

.pro_hy .pro_banner2 .pro_tit {

    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    z-index: 2;
}

.pro_hy .pro_banner3 {
    margin-top: -10%;
    position: relative;
}

.pro_hy .jiantou {
    background: url("../images/c53.png") no-repeat center 66%;
    position: absolute;
    width: 100%;
    z-index: 4;
    height: 100%;
    background-size: 75%;
    top: 0;
}

.pro_hy .jiantou.show {
    /*animation: jiantou 2s ease-in forwards 0.2s;*/
}

@keyframes jiantou {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}

.pro_hy .pro_banner4 {
    position: relative;
    height: 90vh;
}

.pro_hy .pro_banner4 .pro_tit {
    float: none;
    color: #FFFFFF;
    width: 31%;
}

.pro_hy .pro_banner3:before, .deng8:before, .pro_hr2:before,.pro_cx2:before {
    content: '';
    width: 10vw;
    padding-top: 25%;
    position: absolute;
    top: 50%;
    left: 0;
    background: url('../images/c19.png') bottom no-repeat;
    background-size: 100% auto;
}

.pro_hr2:before {
    top: -5%;
}
.pro_cx2:before{
    top: -5%;
}

.deng8:before {
    top: 10%;
}

.pro_hy .pro_banner3:after {
    content: '';
    width: 10vw;
    padding-top: 25%;
    position: absolute;
    top: -18%;
    right: 0;
    background: url('../images/c18.png') bottom no-repeat;
    background-size: 100% auto;
}

.pro_hy .pro_banner3 .pic {
    float: right;
    position: relative;
}

.pro_hy .pro_banner3 .pro_tit {
    left: 0;
    top: 45%;
}

.pro_hy .pro_tit .t4 {
    font-size: 22px;
    font-weight: lighter;
    margin-top: 80px;
}

.pro_hy .pro_tit .t4 li {
    margin-right: 7%;
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
}

.pro_hy .pro_tit .icon {
    width: 35px;
    display: inline-block;
}

.pro_hy .pro_tit .t5 {
    width: 110%;
    margin-left: -4%;
    font-size: 16px;
    color: #7fb0ff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.pro_hy .pro_banner4 .pro_tit .t3 {
    line-height: 1.5;
}

.pro_hy .pro_tit .t5 .icon {
    display: block;
}

.quan_lans {
    color: #06bf96;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 30%;
    padding-right: 5vw;
    box-sizing: border-box;
}

.quan_lans .n1 {
    font-size: 56px;
    font-family: 'DIN-Black';
}

.quan_lans .n1 span {
    font-size: 150px;

}

.quan_lans .n2 {
    color: #2f9982;
    font-size: 22px;
    font-weight: lighter;
}

.quan_lans .n3 {
    color: #87c6b8;
    font-size: 12px;
    font-weight: lighter;

}

.pro_banner4 .computer {
    width: 87%;
    position: absolute;
    bottom: -6%;
    z-index: 2;
    right: -30%;
}

.pro_hy .pro_banner6 .pro_tit {
    width: 100%;
    position: static;
    text-align: center;
    float: none;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.pro_banner6 {
    padding: 200px 0;
    height: auto;
}

.pro_banner6 .box1 {
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.pro_banner6 .pro_img {
    max-width: 800px;
    width: 100%;
    margin: 60px auto;
}

.pro_banner6 .pro_btns {
    width: 400px;
    line-height: 60px;
    height: 60px;
    box-sizing: border-box;
    margin: auto;
    background: #dcdfe3;
    border: 1px solid #FFFFFF;
    position: relative;
    border-radius: 30px;
}

.pro_banner6 .pro_btns a {
    width: 50%;
    position: relative;
    z-index: 3;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #005ff6;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.pro_banner6 .pro_btns .btn_bg {
    width: 50%;
    background: #005ff6;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    height: 100%;
}

.pro_banner6 .pro_btns.show2 .btn_bg {
    left: 50%;
}

.pro_banner6 .pro_btns.show1 a:nth-child(1) {
    color: #FFFFFF;
}

.pro_banner6 .pro_btns.show2 a:nth-child(2) {
    color: #FFFFFF;
}

.pro67 {
    position: relative;
}

.pro67 .pro_banner7 {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.pro67.show2 .pro_banner7 {
    opacity: 1;
}

.pro67.show2 .pro_banner7 .pro_tit {
    color: #FFFFFF;
}

.pro_banner8 {
    height: auto !important;
    min-height: 0 !important;
    padding: 125px 0;
}

.pro_banner8 .pro_tit {
    width: 100%;
    float: none;

}

.pro_banner8 .box1 {
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    text-align: center;
}

.view_list {
    margin-top: 50px;
}

.view_list li {
    height: 400px;
    background: url(.) center center no-repeat;
    position: relative;
    float: left;
    background-size: cover;
    width: calc(50% - 11px);
    border-radius: 10px;
    overflow: hidden;
}

.view_list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.view_list li:hover:after {
    opacity: .5;
}

.view_list li .lans {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.view_list li:hover .lans {
    opacity: 1;
}

.view_list li:nth-child(1) {
    width: calc(65% - 10px);
    margin-bottom: 20px;
}

.view_list li:nth-child(2) {
    width: calc(35% - 10px);
    margin-left: 20px;
    margin-bottom: 20px;
}

.view_list li:nth-child(3) {

}

.view_list li:nth-child(4) {
    margin-left: 20px;

}

.view_list .lans {

}

.hang_sum4 .swiper-button-prev {
    left: 55%;
}

.hang_sum4 .swiper-button-next,
.hang_sum4 .swiper-button-prev,
.hang_sum5_list .swiper-button-next, .hang_sum5_list .swiper-button-prev {
    background: url('../images/ico_prev1.jpg');
    background-size: cover;
    width: 55px;
    height: 55px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.hang_sum4 .swiper-button-next:hover,
.hang_sum4 .swiper-button-prev:hover,
.hang_sum5_list .swiper-button-next:hover, .hang_sum5_list .swiper-button-prev:hover {
    background: url('../images/ico_prev.jpg');
    background-size: cover;

}

.pro_banner9 {
    height: auto;
    min-height: 0;
    background: #f8f8f8;
    padding: 125px 0;
}

.pro_banner9 .box1 {
    position: static;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.pro_banner9 .box1 .pro_tit {
    position: static;
    float: none;
}

.pro_banner9_list1 {
    padding: 50px 0;
}

.pro_banner9_list1 li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    width: calc(25% - 3px);
}

.pro_banner9_list1 .icon {
    width: 45px;
    margin-right: 30px;
    float: left;
}

.pro_banner9_list1 .lans {
    float: left;
    width: calc(100% - 75px);
}

.pro_banner9_list1 .l1 {
    margin: 3px 0;
    font-size: 22px;
    color: #222222;
    font-weight: bold;
}

.pro_banner9_list1 .l2 {
    font-size: 16px;
    color: #737373;
}

.pro_banner9_list2 {

}

.pro_banner9_list2 li {
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: top;
}

.pro_banner9_list2 .l1 {
    font-size: 36px;
    color: #222222;
    font-weight: bold;

}

.pro_banner9_list2 .l2 {
    margin: 40px 0;
}

.pro_banner9_list2 .l2 span {
    width: 60px;
    margin-right: 40px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 2;
}

@media screen and (max-width: 1900px) {
    .quan_lans .n1, .banner1_home .lans .t2 {
        font-size: 40px;
    }

    .quan_lans .n1 span {
        font-size: 110px;
    }

    .pro_hy .banner1 .title .t1 {
        font-size: 28px;
    }

    .pro_hy .pro_tit .t1 {
        font-size: 20px;
        min-width: 115px;
    }

    .pro_hy .pro_tit .t2 {
        font-size: 42px;
        margin: 18px 0;
    }

    .pro_hy .pro_tit .t3, .quan_lans .n2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1680px) {
    .pro_banner9_list1 .icon {
        width: 40px;
        margin-right: 25px;
    }

    .pro_banner9_list1 .l1 {
        font-size: 20px;
    }

    .pro_banner9_list1 .l2 {
        font-size: 14px;
    }

    .pro_banner9_list2 .l2 {
        margin: 30px 0;
    }

    .pro_banner9_list2 .l1 {
        font-size: 27px;
    }

    .pro_banner9_list2 .l2 img {
        width: 45px;
        margin-right: 25px;
    }

    .home2_video .title {
        padding: 60px 0;
    }

    .home_sum .title {
        font-size: 36px;
        padding: 80px 0 30px;
    }

    .banner1_home .lans {
        font-size: 20px;
    }

    .pro_banner8 {
        padding: 100px 0;
    }

    .view_list li {
        height: 300px;
    }

    .view_list li .lans {
        font-size: 24px;
    }

    .quan_lans .n1, .banner1_home .lans .t2 {
        font-size: 36px;
    }

    .quan_lans .n1 span {
        font-size: 90px;
    }

    .pro_hy .banner1 .title .t1 {
        font-size: 24px;
    }

    .pro_hy .pro_tit .t1 {
        font-size: 18px;
        min-width: 110px;
    }

    .pro_hy .pro_tit .t2 {
        font-size: 36px;
        margin: 15px 0;
    }

    .pro_hy .pro_tit .t3, .quan_lans .n2 {
        font-size: 18px;
    }

    .pro_hy .pro_tit .t4 {
        font-size: 18px;
        margin-top: 50px;
    }

    .deng6 {
        padding: 50px 0;
    }

    .view_list {
        margin-top: 30px;
    }

    .pro_hy .pro_tit .t4 li {
        margin-right: 10px;
        line-height: 30px;
    }

    .pro_hy .pro_tit .icon {
        width: 30px;
    }

    .pro_hy .pro_banner4 {
        height: 80vh;
    }

    .pro_banner6 .pro_btns {
        width: 300px;
        line-height: 50px;
        height: 50px;
    }

    .pro_banner6 .pro_btns a {
        font-size: 16px;
    }

    .hang_sum4 .swiper-button-prev {
        left: 50%;
    }
}

@media screen and (max-width: 1440px) {
    .pro_banner9_list1 .icon {
        width: 35px;
        margin-right: 15px;
    }

    .right_map_show {
        transform: scale(.9);
        -moz-transform: scale(.9);
        -webkit-transform: scale(.9);
        zoom: .9 \9;
    }

    .right_map_show.on .map_list .lans {
        font-size: 16px;
        padding: 0 15px;
        line-height: 50px;
        height: 50px;
    }

    .home2_video .home2_video_bg {
        height: 500px;
    }

    .home2_video .title {
        padding: 50px 0;
    }

    .home_sum .title {
        font-size: 32px;
        padding-top: 60px;
    }

    .pro_banner8 {
        padding: 80px 0;
    }

    .quan_lans .n1, .banner1_home .lans .t2 {
        font-size: 28px;
    }

    .pro_hy .banner1 .title .t1 {
        font-size: 20px;
    }

    .pro_hy .pro_tit .t1 {
        font-size: 16px;
        min-width: 90px;
    }

    .pro_hy .pro_tit .t2 {
        font-size: 30px;
    }

    .pro_hy .pro_tit .t3, .quan_lans .n2 {
        font-size: 16px;
    }

    .pro_banner2 {
        height: 110vh;
        min-height: 800px;
    }

    .pro_hy .pro_tit .t4 {
        font-size: 16px;
        margin-top: 40px;
    }

    .pro_hy .pro_tit .t4 li {
        line-height: 22px;
    }

    .pro_hy .pro_tit .icon {
        width: 22px;
        vertical-align: top;
    }
}

@media screen and (max-width: 1199px) {
    .pro_banner9 {
        padding: 80px 0;
    }

    .pro_banner9_list1 li {
        width: calc(33% - 3px);
        margin-bottom: 30px;
    }

    .pro_banner9_list1 .l1 {
        font-size: 17px;
    }

    .pro_banner9_list1 .l2 {
        font-size: 13px;
    }

    .pro_banner9_list1 {
        padding: 10px 0 30px;
    }

    .pro_banner9_list2 .l2 {
        margin: 18px 0;
    }

    .pro_banner9_list2 .l2 img {
        width: 40px;
        margin-right: 15px;
    }

    .pro_banner9_list2 .l1 {
        font-size: 22px;
    }

    .right_map_show {
        transform: scale(.8);
        -moz-transform: scale(.8);
        -webkit-transform: scale(.8);
        zoom: .8 \9;
    }

    .home2_video .home2_video_bg {
        height: 400px;
    }

    .home2_video .title {
        padding: 30px 0;
    }

    .home_sum .title {
        font-size: 24px;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .banner1_home .swiper-slide {
        height: 500px;
    }

    .banner1_home .bg-video, .home_bottom, .home1_banner .swiper-container .filter {
        display: none;
    }

    .banner1_home .lans {
        font-size: 18px;
    }

    .pro_banner8 {
        padding: 60px 0;
    }

    .view_list li:after {
        opacity: .5;
    }

    .view_list li {
        height: 250px;
        width: 100% !important;
        margin: 4px 0 !important;
    }

    .view_list li .lans {
        font-size: 20px;
        opacity: 1
    }

    .pro_banner4 .computer {
        bottom: 0;
    }

    .quan_lans .n1, .banner1_home .lans .t2 {
        font-size: 24px;
    }

    .quan_lans .n1 span {
        font-size: 70px;
    }

    .pro_hy .banner1 .title .t1 {
        font-size: 18px;
    }

    .pro_banner2 {
        height: auto;
        min-height: 650px;
    }

    .pro_banner5 {
        height: auto;
        padding: 100px 0 !important;
    }

    .pro_hy .pro_banner5 .pro_tit {

        background: rgba(255, 255, 255, .88);

        padding: 20px;

        box-sizing: border-box;

        margin-top: 50px;

    }

    .pro_hy .pro_banner3:after {
        top: 0
    }

    .pro_banner6 {
        padding: 100px 0;
        min-height: 0;
    }

    .pro_banner6 .pro_img {
        max-width: 600px;
        margin: 40px auto;
    }
}

@media screen and (max-width: 980px) {
    .pro_banner9 {
        padding: 50px 0;
    }

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

    .pro_banner9_list1 .l2 {
        font-size: 12px;
        line-height: 1.5;
    }

    .pro_banner9_list2 li {
        width: 100%;
        display: block;
        padding-bottom: 20px;
    }

    .right_map_show {
        transform: scale(.7);
        -moz-transform: scale(.7);
        -webkit-transform: scale(.7);
        zoom: .7 \9;
    }

    .home2_video .home2_video_bg {
        height: 300px;
    }

    .home_sum .title {
        font-size: 20px;
    }

    .banner1_home .swiper-slide {
        height: 240px;
		    background-size: cover;
    }
	.main {
    padding-top: 10px;
}

    .pro_banner8 {
        padding: 40px 0;
    }

    .pro_banner6 .pro_img {
        margin: 20px auto;
    }

    .quan_lans .n1, .banner1_home .lans .t2 {
        font-size: 20px;
    }

    .quan_lans .n1 span {
        font-size: 65px;
    }

    .pro_hy .banner1 .title .t1 {
        font-size: 16px;
    }

    .pro_banner2 {
        height: auto;
        min-height: 0;
        padding: 50px 0 10px;
    }

    .pro_hy .pro_tit .t1 {
        font-size: 14px;
        min-width: 70px;
    }

    .pro_hy .pro_tit .t2 {
        font-size: 24px;
    }

    .pro_hy .pro_tit .t3, .quan_lans .n2 {
        font-size: 14px;
    }

    .pro_hy .section_page.pro_banner2 .box1,
    .pro_hy .section_page.pro_banner4 .box1 {
        position: static;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    .pro_hy .pro_banner2 .pic {
        width: 48%;
    }

    .pro_hy .pro_tit {
        width: 48%;
    }

    .pro_hy .pro_tit .t4 {
        font-size: 14px;
        margin-top: 30px;
    }

    .pro_hy .pro_tit .t4 li {
        line-height: 18px;
    }

    .pro_hy .pro_tit .icon {
        width: 18px;
        vertical-align: top;
    }

    .pro_hy .pro_tit .icon img {
        display: block;
    }

    .pro_hy .pro_banner4 {
        height: auto;
        padding: 50px 0;
    }

    .pro_hy .pro_banner4 .pro_tit {
        width: 100%;
    }

    .pro_banner4 .computer {
        position: static;
        margin: 0 auto 30px;
    }

    .pro_hy .pro_tit .t5 {
        font-size: 12px;
    }

    .pro_hy .pro_tit .t5 .icon {
        margin-left: 3px;
    }

    .pro_hy .pro_banner8 .pro_tit {
        width: 100%;
    }

    .view_list {
        margin-top: 20px;
    }

    .view_list li {
        /* width: calc(50% - 5px); */
        border-radius: 5px;
        height: 200px;
    }

    .view_list li .lans {
        font-size: 18px;
    }

    .view_list li:nth-child(1) {
        /* width: calc(65% - 5px); */
        /* margin-bottom: 10px; */
    }

    .view_list li:nth-child(2) {
        width: calc(35% - 5px);
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .view_list li:nth-child(3) {

    }

    .view_list li:nth-child(4) {
        margin-left: 10px;

    }

    .pro_hy .jiantou {
        background-size: 100%;
        background-position: center;
        display: none;
    }
}

@media screen and (max-width: 770px) {
    .pro_banner9 {
        padding: 25px 0;
    }

    .pro_banner9_list1 .icon {
        width: 30px;
        margin-right: 8px;
    }

    .pro_banner9_list1 li {
        width: calc(50% - 3px);
        margin-bottom: 30px;
    }

    .right_map_show {
        transform: scale(.75);
        -moz-transform: scale(.75);
        -webkit-transform: scale(.75);
        zoom: .75 \9;
        margin: 50px 0 20px -68px;
    }

    .home2_video .home2_video_bg {
        height: 200px;
    }

    .banner1_home .lans {
        font-size: 15px;
    }

    .view_list li {
        height: 160px;
    }

    .view_list li .lans {
        font-size: 16px;
    }

    .quan_lans .n1 {
        /* font-size: 18px; */
    }

    .quan_lans .n1 span {
        font-size: 55px;
    }

    .pro_hy .banner1 .title .t1 {
        font-size: 14px;
    }

    .pro_hy .pro_banner2 .pro_tit {
        position: static;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        width: 100%;
        margin-top: 10px;
        float: none;
    }

    .pro_hy .pro_banner3 .pro_tit {
        /* margin-top: -50px */
    }

    .pro_hy .pro_banner2 .pic, .pro_banner4 .computer {
        width: 80%;
        max-width: 450px;
        margin: 10px auto 30px;
        float: none;
        /* position: static; */
    }

    .pro_banner4 .computer {
        position: static;
    }

    .pro_hy .pro_tit .t2 {
        font-size: 18px;
        margin: 10px 0;
    }

    .pro_hy .pro_tit .t1, .pro_hy .pro_tit .t3, .quan_lans .n2 {
        font-size: 13px;
    }

    .pro_hy .pro_tit .t1 {
        min-width: 50px;
    }

    .quan_lans .n3 {
        zoom: .7;
    }

    .pro_banner4 .computer {
        margin-bottom: 30px;
    }

    .pro_hy .pro_tit .t5 {
        font-size: 12px;
    }

    .pro_hy .pro_tit .t5 .icon {
        margin-bottom: 2px;
        margin-left: 3px;
    }
}

/*hang_details*/
.details_list {
    padding: 100px 0;
}

.details_list li {
    transition: all .4s;
    -webkit-transition: all .4s;
    height: 430px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    padding: 30px;
    vertical-align: top;
}

.details_list .details {
    text-align: center;
}

.details_list .d1 {
    width: 85px;
    margin: auto;
}

.details_list .d1 img:nth-child(2) {
    display: none;
}

.details_list .d2 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin: 35px 0 30px;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.details_list .d3 {
    font-size: 16px;
    line-height: 1.8;
    transition: all .4s;
    -webkit-transition: all .4s;
    color: #444444;
}

.details_list li:hover {
    background: url("../images/h_win1.jpg") center center no-repeat #ff1837;
    background-size: cover;
}

.details_list li:hover .d1 img:nth-child(1) {
    display: none;
}

.details_list li:hover .d1 img:nth-child(2) {
    display: block;
}

.details_list li:hover .d2, .details_list li:hover .d3 {
    color: #FFFFFF;
}

.hang_title {
    font-size: 46px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.hang3_sum {
    background: #f7f9fb;
    padding: 100px 0 125px;
}

.hang3_sum .case_list {
    padding-top: 20px;
}

.hang2_sum .list {
    padding: 80px 0;
}

.hang2_sum li {
    position: relative;
    margin-bottom: 50px;
}

.hang2_sum .left {
    width: 50%;
    float: left;
}

.hang2_sum li:nth-child(even) .left {
    float: right;
}

.hang2_sum .right {
    width: 43%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.hang2_sum li:nth-child(even) .right {
    left: 0;
}

.hang2_sum .right .r1 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}

.hang2_sum .right .r2 {
    font-size: 16px;
    line-height: 2;
    color: #666666;
    margin-top: 20px;
}

.hang2_sum .right .r2 dd {
    background: url("../images/quan.jpg") left 15px no-repeat;
    padding-left: 20px;
    display: block;
}

.hang_sum4 {
    padding: 100px 0 110px;
}

.hang_sum4 .swiper-slide {
    padding: 80px 0;
    background: #FFFFFF;
}

.hang_sum4 .img {
    width: 40%;
    padding-right: 5%;
    float: right;
}

.hang_sum4 .lans {
    width: 40%;
    float: left;
}

.hang_sum4 .lans .l1 {
    font-size: 20px;
    color: #c1c1c1;
}

.hang_sum4 .lans .l2 {
    font-size: 36px;
    color: #222222;
    margin: 20px 0;
}

.hang_sum4 .lans .l3 {
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    margin: 25px 0 40px;
}

.hang_sum4 .lans .l4 {
    width: 45px;
    text-align: right;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    background: #ff1837;
    border-radius: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
}

.hang_sum4 .lans .l4 img {
    width: 45px;
    vertical-align: top;
    margin-left: -5px;
}

.hang_sum4 .lans .l4 span {
    color: #FFFFFF;
    width: 0;
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    transition: width 0s 0, opacity 0 0;
    -webkit-transition: width 0s 0, opacity 0 0;
}

.hang_sum4 .lans .l4:hover {
    width: 120px;
}

.hang_sum4 .lans .l4:hover span {
    opacity: 1;
    width: 65px;
    transition: opacity .3s .5s, width 0s .5s;
    -webkit-transition: opacity .3s .5s, width 0s .5s;
}

.hang_sum4 .lans .l5 {
    font-size: 23px;
    color: #222222;

}

.hang_sum4 .lans .l5_1 {
    margin: 30px 0 30px;
    color: #222222;
    font-size: 23px;
}

.hang_sum4 .lans .l5_2 {

}

.hang_sum4 .lans .l5_2 li {
    display: inline-block;
    vertical-align: top;
    /* margin-right: 90px; */
    white-space: nowrap;
    margin-bottom: 20px;
    width: 22%;
    text-align: center;
    max-width: 300px;
}

.hang_sum4 .lans .l5_2 li:last-child {
    margin-right: 0;
}

.hang_sum4 .lans .l5_2 .icon {
    width: 55px;
    /*background-color: #ff1837;*/
    margin: auto;
}

.hang_sum4 .lans .l5_2 .lans {
    font-size: 16px;
    color: #444444;
    width: 100%;
}

.hang_sum4 .swiper-pagination {
    bottom: 50px;
    width: 50%;
    right: 0;
}

.hang_sum5_list {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}

.hang_sum5_list .swiper-pagination {
    width: 100%;
    bottom: 0;
}

.hang_sum5_list .swiper-button-next {
    right: -90px
}

.hang_sum5_list .swiper-button-prev {
    left: -90px;
}

.hang_sum5_list a {
    background: #f7f9fb;
    display: block;
    margin: 70px 5px;
    position: relative;
}

.hang_sum5_list a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 4px;
    width: 0;
    background: #005ff6;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.hang_sum5_list a:hover:after {
    content: '';
    left: 0;
    width: 100%;
}

.hang_sum5_list .lans {
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
}

.hang_sum5_list .l1 {
    font-size: 26px;
    font-weight: bold;
    color: #222222;
}

.hang_sum5_list a:hover {
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.hang_sum5_list a:hover .l1 {
    color: #005ff6;
}

.hang_sum5_list .l2 {
    margin-top: 26px;
    font-size: 16px;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    color: #666666;
}

@media screen and (max-width: 1600px) {
    .details_list li {
        height: 380px;
    }

    .details_list .d1 {
        width: 75px;
    }

    .details_list .d2 {
        font-size: 22px;
        margin: 25px 0 20px;
    }

    .details_list .d3 {
        font-size: 15px;
    }

    .hang_title {
        font-size: 40px;
    }

    .hang3_sum {
        padding: 80px 0 100px;
    }

    .hang2_sum .right .r1 {
        font-size: 22px;
    }

    .hang2_sum .right .r2 {
        font-size: 14px;
        margin-top: 15px;
    }

    .hang2_sum .list {
        padding: 60px 0;
    }

    .details_list, .hang_sum4 {
        padding: 80px 0;
    }
    .hang2_sum .right .r2 dd{
        background-position-y:12px;
    }


    .hang_sum4 .lans .l1 {
        font-size: 18px;
    }

    .hang_sum4 .lans .l2 {
        font-size: 30px;
        margin: 15px 0;
    }

    .hang_sum4 .lans .l3 {
        font-size: 14px;
        margin: 15px 0 30px;
    }

    .hang_sum4 .lans .l4, .hang_sum4 .lans .l4 img {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .hang_sum4 .lans .l5 {
        font-size: 21px;
    }

    .hang_sum4 .lans .l5_1 {
        margin: 22px 0;
        font-size: 21px;
    }

    .hang_sum4 .lans .l5_2 li {
        /* margin-right: 60px; */
    }

    .hang_sum4 .lans .l5_2 .icon {
        width: 42px;
    }

    .hang_sum4 .lans .l5_2 .lans {
        font-size: 14px;
    }
}

@media screen and (max-width: 1440px) {
    .hang_sum5_list .swiper-button-next {
        right: -50px;
        width: 40px;
        height: 40px;
    }

    .hang_sum5_list .swiper-button-prev {
        left: -50px;
        width: 40px;
        height: 40px;
    }

    .hang_sum5_list .lans {
        padding: 30px;
    }

    .hang_sum5_list .l1 {
        font-size: 22px;
    }

    .hang_sum5_list .l2 {
        font-size: 14px;
        line-height: 20px;
    }

    .hang_sum5_list a {
        margin-top: 30px;
    }

    .hang_title {
        font-size: 32px;
    }

    .hang3_sum {
        padding: 60px 0 80px;
    }

    .hang3_sum .case_list {
        padding-top: 10px;
    }

    .details_list li {
        height: 350px;
    }

    .details_list .d1 {
        width: 55px;
    }

    .details_list .d2 {
        font-size: 20px;
        margin: 15px 0 20px;
    }

    .details_list .d3 {
        font-size: 14px;
    }

    .hang_sum5_list {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .hang_sum4 .lans {
        margin: 20px 0 0;
    }

    .hang_sum4 .swiper-pagination {
        width: 100%;
        bottom: 0;
    }

    .hang_sum4 .lans .l1 {
        font-size: 16px;
    }

    .hang_sum4 .lans .l2 {
        font-size: 26px;
        margin: 12px 0;
    }

    .hang_sum4 .lans .l3 {
        font-size: 12px;
        margin: 20px 0 25px;
    }

    .hang_sum4 .lans .l4, .hang_sum4 .lans .l4 img {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .hang_sum4 .lans .l4:hover {
        width: 100px;
    }

    .hang_sum4 .lans .l5 {
        font-size: 19px;
    }

    .hang_sum4 .lans .l5_1 {
        margin: 15px 0;
        font-size: 19px;
    }

    .hang_sum4 .lans .l5_2 li {
        /* margin-right: 40px; */
    }

    .hang_sum4 .lans .l5_2 .icon {
        width: 35px;
    }

    .hang_sum4 .lans .l5_2 .lans {
        font-size: 12px;
    }

    .hang_sum4 .img, .hang_sum4 .lans {
        width: 100%;
        float: none;
    }

    .hang_sum4 .img {
        max-width: 500px;
        margin: auto;
    }

    .hang_sum4 .swiper-button-next, .hang_sum4 .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .hang_sum4 .swiper-button-prev {
        left: 0;
    }

    .hang2_sum .list {
        padding: 40px 0;
    }

    .hang2_sum .right, .hang2_sum .left,
    .hang2_sum li:nth-child(even) .left {
        width: 100%;
        float: none;
    }

    .hang2_sum .right {
        position: static;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        margin-top: 20px;
    }

    .hang_title {
        font-size: 28px;
    }

    .hang3_sum {
        padding: 50px 0 65px;
    }

    .hang_sum4 .swiper-slide {
        padding: 60px 0
    }

    .hang_sum5_list .swiper-button-next, .hang_sum5_list .swiper-button-prev {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .hang_sum5_list .l1 {
        font-size: 17px;
    }

    .hang_sum4 .swiper-slide {
        padding: 20px 0 40px;
    }

    .hang_sum4 .lans .l2 {
        font-size: 24px;
    }

    .details_list, .hang_sum4 {
        padding: 50px 0;
    }

    .hang2_sum .list {
        padding: 20px 0;
    }

    .hang2_sum .right .r2 dd {
        line-height: 1.8;
        margin-top: 6px;
    }

    .hang2_sum .right .r1 {
        font-size: 18px;
    }

    .hang2_sum .right .r2 {
        margin-top: 10px;
    }

    .hang_title {
        font-size: 24px;
    }

    .hang3_sum {
        padding: 35px 0 50px;
    }
}

@media screen and (max-width: 768px) {
    .hang_sum5_list .lans {
        padding: 20px;
    }

    .hang_sum5_list .l2 {
        font-size: 12px;
        line-height: 17px;
        margin-top: 15px;
    }

    .hang_sum5_list a {
        margin-top: 15px;
        margin-bottom: 40px;
    }

    .hang_sum4 .lans .l2 {
        font-size: 20px;
    }

    .hang_title {
        font-size: 20px;
    }

    .details_list, .hang_sum4 {
        padding: 30px 0 50px;
    }

    .hang_sum4 .lans .l1 {
        font-size: 14px;
    }

    .hang_sum4 .lans .l5_2 li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 540px) {
    .case_list li {
    }
}

/*deng1*/
.deng1 {

}

.deng1 .list {

}

.deng1 .list li {
    position: relative;
    margin-top: 80px;
}

.deng_setting_dw .box1 {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
}

.deng1 .list .pic {
    width: 60%;
    float: right;
    text-align: right;
}

.deng1 .list li:nth-child(even) .pic {
    float: left;
    text-align: left;
}

.deng1 .list .lans {
    color: #222222;
    width: 40%;
    float: left;
}

.deng1 .list li:nth-child(even) .lans {
    float: right;
}


.deng1 .lans .l1, .deng_sum .neiye_title {
    font-size: 38px;
    font-weight: bold;
}

.deng1 .lans .l2 {
    font-size: 18px;
    line-height: 1.7;
    font-weight: lighter;
    margin: 50px 0;
}

.deng1 .lans .l3 {
}

.deng1 .lans .l3 dd {
    /* width: calc(25% - 3px); */
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-right: 9%;
}

.deng1 .lans .l3 dd:last-child {
    padding-right: 0;
}

.deng1 .lans .l3 .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    /* background: #ff1837; */
    margin: auto;
}

.deng1 .lans .l3 .desc {
    font-size: 18px;
    font-weight: lighter;
    color: #50505e;
    margin-top: 15px;
}

.deng2 {
    background: left bottom no-repeat #0063ff;
    background-size: auto 100%;
    padding: 20px 0 0;
    position: relative;
    overflow: hidden;
}

.deng2 .donghua {
    position: absolute;
    width: 16%;
    text-align: center;
    bottom: 0;
}

.donghua .bg_do {
    position: absolute;
    width: 16%;
    text-align: center;
    bottom: 0;
    height: 150%;
    background: url("../images/j3.png") center center no-repeat;
    animation: 4s linear infinite bg_do;
}

.donghua .bg_do1 {
    left: 65%;
    animation-delay: .2s;
}

@keyframes bg_do {
    0% {
        background-position: 100% 100%;
    }
    /*50% {*/
    /*    background-position: 0% 0%;*/
    /*}*/
    100% {
        background-position: 0 0;
    }
}

.deng2 .neiye_title {
    color: #FFFFFF;
}

.deng2 .content {
    width: 85.5%;
    float: right;
    margin: 50px 0 130px;
}

.deng2 .left {
    width: 25%;
    float: left;
    position: relative;
    padding-top: 10px;
}

.deng2 .left:before {
    background: url("../images/j4.png");
    width: 15px;
    height: 15px;
    background-size: 100%;
    content: '';
    display: block;
    position: absolute;
    left: -40px;
    animation: rotate 3s infinite linear
}

.deng2 .left li {
    color: #FFFFFF;
    padding-bottom: 100px;
}

.deng2 .left .l1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.deng2 .left .l2 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: lighter;
}

.deng2 .right {
    width: 68.5%;
    float: right;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.deng3 {
    background: #f6fafd;
    padding: 50px 0;
}

.power2_sum {
    background: #ffffff;
}

.deng7 {
    background: none;
}

.deng3_sum {
    max-width: 1350px;
    margin: auto;
}

.deng3_show dd {
    display: none;
}

.deng3_sum .deng3_nav {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    width: 100%;
    background: #FFFFFF;
    vertical-align: middle;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.deng3_sum .deng3_nav td {
    border-left: 1px solid #eeeeee;
    position: relative;
    width: 33.3%;
}

.deng3_sum .deng3_nav td:nth-child(1) a {
    border-left: 0px solid transparent;
}

.deng3_sum .deng3_nav td:first-child a {
    border-radius: 10px 0 0 10px;
}

.deng3_sum .deng3_nav td:last-child a {
    border-radius: 0 10px 10px 0;
}

.deng3_sum .deng3_nav a {
    padding: 30px 60px;
    box-sizing: border-box;
    color: #222222;
    display: block;
    /* position: relative; */
    height: 160px;
}

.deng3_sum .deng3_nav td.on a {
    color: #FFFFFF;
    background: #ff1837;
}

.deng3_sum .deng3_nav td a:before {
    content: '';
    background: url("../images/ico_jiao2.png");
    background-size: 100% 100%;
    width: 10px;
    height: 5px;
    position: absolute;
    top: 100%;
    left: calc(50% - 5px);
    opacity: 0;
}

.deng3_sum .deng3_nav td.on a:before {
    opacity: 1;
}

.deng3_sum .deng3_nav .icon {
    width: 30%;
    margin-right: 5%;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    /* background: #fff; */
    max-width: 100px;
    /* margin-top: 30%; */
}

.deng3_sum .deng3_nav .icon img:nth-child(2) {
    display: none;
}

.deng3_sum .deng3_nav td.on .icon img:nth-child(1) {
    display: none;
}

.deng3_sum .deng3_nav td.on .icon img:nth-child(2) {
    display: block;
}

.deng3_sum .deng3_nav .lans {
    width: 65%;
    float: left;
}

.deng3_sum .deng3_nav .l1 {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 10px;
    font-family: 'Arial';
    font-weight: bolder;
}


.deng3_sum .deng3_nav .l1 span {
}

.deng3_sum .deng3_nav .l2 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: lighter;
    color: #666666;

}

.deng3_sum .deng3_nav td.on a .l2 {
    color: #FFFFFF;
}

.deng3_content {
    padding: 65px 0;
}

.deng3_content li {
    width: 30%;
    border-radius: 10px;
    float: left;
}

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

.deng3_content a {
    height: 470px;
    background: #FFFFFF;
    position: relative;
    display: block;
    /* display: flex; */
    background: url(.) center center no-repeat #fff;
    /* flex-direction: column; */
    /* background-size: cover; */
}

.deng3_content .before {
    /* display: flex; */
    /* align-items: center; */
    /* text-align: center; */
    width: 100%;
    /* flex-direction: column; */
    /* height: 370px; */
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    z-index: 2;
}

.deng3_content .b1 {
    width: 110px;
    margin: auto;
}

.deng7 .deng3_content .b1 {
    width: 55px;
}

.deng3_content .b2 {
    font-size: 50px;
    font-weight: bold;
    color: #222222;
    margin: 30px 0 16px;
}

.deng3_content .b2 span {
    font-size: 20px;
    font-weight: lighter;
}

.deng3_content .b3 {
    font-size: 16px;
    color: #5a6c81;
    font-weight: lighter;
}

.deng3_content .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #3798fb, #0352fd);
    border-radius: 10px;
    transition: top .4s, left .4s, width .4s, height .4s;
    -webkit-transition: top .4s, left .4s, width .4s, height .4s;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
}

.deng3_content li.on .bg {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    top: -15px;
    left: -15px;
    opacity: 1;
}


.deng3_content .after {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    text-align: center;
    color: #FFFFFF;
    font-weight: lighter;
    width: 80%;
    left: 10%;
    transition: opacity .4s;
    -webkit-transition: opacity .4s;
    z-index: 7;
}

.deng3_content li.on .after {
    opacity: 1;
    display: block;
}

.deng3_content .a1 {
    font-size: 16px;
}

.deng3_content .a2 {
    font-size: 30px;
    font-weight: bold;
}

.deng3_content .a3 {
    width: 28px;
    height: 3px;
    background: #00f0ff;
    margin: 22px auto;
}

.deng3_content .a4 {
    font-size: 22px;
    line-height: 1.5;
}

.deng3_content .a5 {
    margin-top: 30px;
}

.deng3_content .a5 img {
    width: 20px;
    margin: 10px;
}

.deng4 {

}

.deng4 .swiper-container {
    margin: 40px 0 100px;
}

.deng4 .swiper-slide {
    position: relative;
}

.deng4 .picture {
    border-radius: 30px;
}

.deng4 .picture:before {
    content: '';
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, #0162ff, #39a6ff);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.deng4 .swiper-slide:nth-child(even) .picture:before {
    background: linear-gradient(to right, #39a1ff, #7bdff9);

}

.deng4 .picture:after {
    content: '';
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.deng4 .lans {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    text-align: left;
    color: #FFFFFF;
    width: 100%;
    padding-left: 35%;
    z-index: 4;
    transition: all .5s;
}
.deng4 .hover_hide{
    opacity: 1;
}
.deng4 .hover_show{
    opacity: 0;
}
.deng4 .swiper-slide:hover .hover_hide{
    opacity: 0;
}
.deng4 .swiper-slide:hover .hover_show{

    opacity: 1;
}
.deng4 .icon {
    width: 20%;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 5;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0px 10px rgba(255, 255, 255, .1);
}

.deng4 .swiper-slide:hover .icon {

    animation: shaw 2s infinite linear;
    -webkit-animation: shaw 2s infinite linear;
}


@keyframes shaw {
    0% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, .1);
    }
    50% {
        box-shadow: 0 0 2px 17px rgba(255, 255, 255, .15);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, .1);
    }
}

@-webkit-keyframes shaw {
    0% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, .1);
    }
    50% {
        box-shadow: 0 0 2px 17px rgba(255, 255, 255, .15);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, .1);
    }
}

.deng4 .l1 {
    font-size: 40px;
    font-weight: bold;
}

.deng4 .l2 {
    margin-top: 10px;
    font-weight: lighter;
    font-size: 22px;
/*     opacity: .6; */
}
.deng4 .but{
    background:#0365ff;
    border-radius:10px;
    color:#ffffff;
    padding:10px;
    margin:20px 0;
}

.swiper_setting {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 120px;
}

.swiper_setting .swiper-pagination {
    position: static;
    display: inline-block;
    line-height: 48px;
    vertical-align: top;
}

.swiper_setting .swiper-button-prev {
    position: static;
    margin: 0 30px;
    display: inline-block;
    background: url("../images/40.png") center center no-repeat;
}

.swiper_setting .swiper-button-next {
    position: static;
    margin: 0 30px;
    display: inline-block;
    background: url("../images/40.png") center center no-repeat;
}

.deng5 {
    background: center right no-repeat;
    background-size: 50% auto;
    padding: 0 0 185px 0;
}

.deng5 .title {
    text-align: left;
}

.deng5 .desc {
    font-size: 22px;
    color: #222222;
    font-weight: lighter;
    padding-bottom: 20vh;
}

.line_list {
    width: 87.5%;
    margin: 50px 0;
    background: #ff1837;
}

.line_list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 86%;
    float: right;
    padding-right: 5%;
    box-sizing: border-box;
    position: relative;
    padding: 45px 5% 45px 0;
}

.line_list li {
    position: relative;
    z-index: 5;
}

.line_list .canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 5;
}

.line_list canvas {
    width: 100% !important;
}

.line_list ul:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background: #FFFFFF;
    z-index: 2;
    height: 100%;
}

.line_list .lans {
    color: #FFFFFF;
    width: 170px;
    height: 170px;
    text-align: center;
    border-radius: 50%;
    padding: 15% 0 0;
    box-sizing: border-box;
    background: #126dff;
    z-index: 7;
    position: relative;
    margin: 10px;
}

.line_list li:nth-child(3) .lans, .line_list li:nth-child(4) .lans {
    color: #ff1837;
    background: #f7f9fd;
}

.line_list .l1 {
    font-size: 30px;
    font-weight: bold;
}

.line_list .l1 span {
    font-size: 60px;

}

.line_list .l2 {
    color: #FFFFFF;
    font-weight: lighter;
    font-size: 18px;
    opacity: .4;
    margin-top: 10px;
}

.line_list li:nth-child(3) .l2, .line_list li:nth-child(4) .l2 {
    color: #000000;
}

.deng6 {

}

.deng6 .view_list li {
    width: calc(33% - 11px);
}

.deng6 .view_list li:nth-child(1) {
    width: calc(33% - 10px);
}

.deng6 .view_list li:nth-child(2) {
    width: calc(66.5% - 10px);
}

.deng6 .view_list li:nth-child(4) {
    margin: 0 20px;
}

.deng6 .view_list li:after {
    background: linear-gradient(to top, #000000, transparent, transparent);
    opacity: 1;
}

.deng6 .view_list li .lans {
    font-size: 22px;
    top: 85%;
    text-align: left;
    opacity: 1;
}

.deng7 .deng3_content li, .deng7 .deng3_content li:nth-child(2) {
    margin: 0;
    width: 24%;
    transition: width .3s;
}

.deng7 .deng3_content li.on {
    width: 27%;
}

.deng7 .deng3_content a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000000;
    opacity: .3;
}

.deng7 .deng3_content .b3 {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 2.2;
    font-weight: bold;
    margin-top: 10px;
}

.deng7 .deng3_content .bg {
    background: url("../images/48.png") center center no-repeat;
    background-size: cover;
    border-radius: 0;
}

.deng7 .deng3_content .a6 {
    text-align: left;
    width: 100%;
    margin: 60px auto 0;
}

.deng7 .deng3_content .a6 dt {
    background: url("../images/47.png") center right no-repeat;
    font-size: 22px;
    font-weight: lighter;
    padding: 10px 50px 10px 0;
}

.nav_header {
    position: absolute;
    top: 98%;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    padding-top: 45px;
    display: none;
    z-index: 101;
}

.nav_header .more1 {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #444444;
    font-weight: lighter;
    border-top: 1px solid #eeeeee;
    padding: 0;
}

.nav_header .more1 img {
    vertical-align: top;
    margin: 25px 0 0 10px;
}

.nav_header .h1_nav a {
    font-size: 16px;
    color: #666666;
    padding: 0 40px;
    line-height: 3;
}

.nav_header .h1_nav a:hover,
.nav_header .h1_nav a.on {
    color: #ff1837;
}

.nav_pro {
    display: none;
}

.h2_content {

}

.nav li.pro_nav_item,
.nav li.hang_nav_item {
    position: static;
    padding-bottom: 34px;
    margin-bottom: -36px;
    cursor: pointer;
}

.h2_content li {
    display: none;
}

.h2_content a {
    font-size: 16px;
    color: #444444;
    text-align: center;
    font-weight: lighter;
    padding: 0 40px 30px 40px;
}

.h2_content img {
    width: 65px;
    display: block;
    margin: 15px auto;
}

.nav_hang {
    background: #f8f8f8;
    padding: 0;
}

.nav_hang .left1 {
    min-height: 320px;
    width: 62%;
    float: left;
    padding-top: 40px;
    background: #FFFFFF;
}

.nav_hang .left1 .wrapper {
    float: right;
}

.nav_hang .left1 .navs {
    width: 200px;
    vertical-align: top;
    display: inline-block;
}

.nav_hang .left1 .w_auto {
    width: auto;
}

.nav_hang .left1 .navs .inline_navs {
  width: 200px;
  vertical-align: top;
  display: inline-block;
}

.nav_hang .left1 .navs a {
    display: block;
    font-size: 18px;
    color: #666666;
    line-height: 40px;
    padding-left: 25px;
    text-align: left;
    margin-left: -25px;
}

.case_nav {
    width: 260px;
    margin-right: 70px;
    display: inline-block;
    vertical-align: top;
}

.case_nav dt {
    display: none;
}

.case_nav a.pic {
    margin: 10px 0;
    display: block;
}

.case_nav a.s_more {
    padding-top: 5px;
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #ff1837;
    text-align: left;
}

.case_nav a.s_more img {
    margin: 0 5px;
    vertical-align: top;
    display: inline-block;
}

.nav_hang .left1 .titles {
    font-size: 18px;
    color: #222222;
    /*font-weight: lighter;*/
    line-height: 44px;
    text-align: left;
}

.nav_hang .left1 .navs a.on,
.nav_hang .left1 .navs a:hover {
    color: #ff1837;
    background: url("../images/ico_jiao3.png") left 10px no-repeat;
}

.nav_hang .right1 {

    padding-top: 40px;

    text-align: left;

    width: 34.5%;

    float: right;
}

.nav_hang .right1 .r1 {
    font-size: 18px;
    color: #222222;
    font-weight: lighter;
    margin-bottom: 10px;
}

.nav_hang .right1 .r2 {
    padding-top: 5px;
    display: block;
    font-size: 14px;
    line-height: 23px;
    color: #ff1837;
    margin-bottom: 35px;
}

.nav_hang .right1 .r2 img {
    margin: 0 5px;
    vertical-align: top;
    display: inline-block;
}

.nav_hang .right1 .r3 {
}

.nav_hang .right1 .r4 {
    font-size: 24px;
    font-weight: bold;
    color: #ff1837;
    font-family: "AvantGarde CE", 'Arial';
}

.card_list_sum {
    width: 100%;
}

.card_list_sum .cards {
    /* height: 293px; */
    border-radius: 3px;
    box-shadow: 0 20px 24px 0 rgba(48, 48, 48, .1), 0 0 1px 0 rgb(48 48 48 / 20%);
    background-color: #fff;
    margin: 50px 0 30px;
}

.cards li {
    position: relative;
    text-align: left;
}

.cards .client-tab-card {

    display: table;
}

.client-tab-card .client-img {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.client-tab-card .client-content {
    width: 49%;
    height: 100%;
    padding: 5%;
    display: inline-block;
    vertical-align: top;
    /* position: relative; */
    background-color: #fff;
    box-sizing: border-box;
}

.client-tab-card .client-title {
    font-size: 22px;
    font-weight: bold;
    color: #222222;
}

.client-click-tab ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.client-click-tab li {
    width: 15%;
    position: relative;
    transition: all .5s;
    cursor: pointer;
    border: 1px solid #eeeeee;
}

.client-click-tab li.on, .client-click-tab li:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.client-click-tab li:after {
    width: 0;
    height: 2px;
    background: #ff1837;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0s;
}

.client-click-tab li.on:after {
    width: 100%;
    transition: all 6s;
}

.client-tab-card .divider-line {

    width: 100%;

    height: 1px;

    border-radius: 3px;

    background: #edeff2;

    margin-top: 30px;

    margin-bottom: 25px;
}

.client-tab-card .client-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    font-weight: 400;
}

.client-tab-card .client-more-details {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.43;
    color: #ff1837;
    position: absolute;
    right: 50px;
    bottom: 60px;
    cursor: pointer;
}

.client-tab-card .index-solution-more-arrow {
    width: 10px;
    height: 10px;
    border-top: 1px solid #ff1837;
    border-right: 1px solid #ff1837;
    transform: rotate(45deg);
    display: inline-block;
    margin-left: 10px;
}

@media screen and (max-width: 1660px) {
    .deng3_content {
        padding: 20px 0
    }

    .line_list .lans {
        width: 150px;
        height: 150px;
        padding-top: 25px
    }

    .line_list .l2 {
        font-size: 16px;
        margin-top: 5px;
    }

    .line_list .l1 span {
        font-size: 45px
    }

    .deng7 .deng3_content .b3 {
        font-size: 20px;
        margin-top: 10px;
    }

    .line_list ul {
        padding: 20px 45px;
    }

    .deng7 .deng3_content .a6 {
        margin: 40px auto 0;
    }

    .deng7 .deng3_content .a6 dt {
        font-size: 18px;
        padding: 5px 30px 5px 0;
    }

    .deng5 {
        padding: 120px 0;
    }

    .deng6 .view_list li .lans {
        font-size: 20px;
    }

    .deng1 .list li {
        margin-top: 30px;
    }

    .deng1 .list .pic {
        width: 55%;
    }

    .deng1 .lans .l1, .deng_sum .neiye_title {
        font-size: 40px;
    }

    .deng1 .lans .l2 {
        font-size: 18px;
        margin: 35px 0;
        line-height: 1.5;
    }

    .deng2 .left .l1 {
        font-size: 18px;
    }

    .deng1 .lans .l3 .icon {
        width: 55px;
        height: 55px;
    }

    .deng1 .lans .l3 dd {
        padding-right: 8%
    }

    .deng1 .lans .l3 .desc {
        font-size: 16px;
        margin-top: 10px;
    }

    .deng2 .left .l2 {
        font-size: 14px;
    }

    .deng2 .left li {
        padding-bottom: 90px;
    }

    .deng3_sum .deng3_nav .l1 {
        font-size: 19px;
        margin: 10px 0 8px;
    }

    .deng3_sum .deng3_nav .l2 {
        font-size: 15px;
    }

    .deng3_sum .deng3_nav a {
        padding: 20px 15% 0;
        height: 130px;
    }

    .deng3_content .b1 {
        width: 90px;
    }

    .deng7 .deng3_content .b1 {
        width: 45px;
    }

    .deng3_content .b2 {
        font-size: 42px;
        margin: 20px 0 12px;
    }

    .deng3_content .b2 span {
        font-size: 17px;
    }

    .deng3_content .b3, .deng3_content .a1 {
        font-size: 14px;
    }

    .deng3_content .a2 {
        font-size: 25px;
    }

    .deng3_content .a3 {
        width: 20px;
        margin: 15px auto;
    }

    .deng3_content .a4 {
        font-size: 19px
    }

    .deng3_content .a4，.deng4 .l2 {
        font-size: 19px;
    }

    .deng3_content .a5 {
        margin-bottom: 20px;
    }

    .deng3_content a {
        height: 420px;
    }

    .deng4 .l1 {
        font-size: 32px;
    }

    .deng4 .swiper-container {
        margin: 20px 0 50px;
    }
}

@media screen and (max-width: 1440px) {

    .deng3_content .b2 {
        font-size: 32px;
    }

    .nav_header {
        padding-top: 20px;
    }

    .h2_content img {
        width: 55px;
        margin: 10px auto;
    }

    .nav_header .more1 {
        height: 55px;
        line-height: 55px;
        font-size: 13px;
    }

    .h2_content a {
        font-size: 14px;
    }

    .case_nav a.s_more {
        font-size: 12px;
    }

    .nav_hang .left1 .titles, .nav_hang .left1 .navs a {
        font-size: 15px;
        line-height: 35px;
    }

    .nav_hang .left1 {
        min-height: 280px
    }

    .nav_hang {
        padding: 0;
    }

    .nav_header .more1 img {
        margin-top: 17px;
    }

    .nav_hang .right1 .r1 {
        font-size: 16px;
    }

    .nav_hang .right1 .r2 {
        padding-top: 0px;
        font-size: 13px;
    }

    .nav_hang .right1 .r2 img {
        margin: 0 3px;
    }

    .nav_hang .right1 .r3 {
    }

    .nav_hang .right1 .r4 {
        font-size: 22px;
    }

    .deng5 {
        padding: 80px 0;
    }

    .deng6 .view_list li .lans {
        font-size: 18px;
    }

    .deng1 .list li {
        margin-top: 20px;
    }

    .deng1 .list .lans {
        width: 45%;
    }

    .deng1 .lans .l1, .deng_sum .neiye_title {
        font-size: 32px;
    }

    .deng1 .lans .l2 {
        font-size: 16px;
        margin: 20px 0;
    }

    .deng2 .left .l1 {
        font-size: 16px;
    }

    .deng1 .lans .l3 .icon {
        width: 35px;
        height: 35px;
    }

    .deng1 .lans .l3 .desc {
        font-size: 14px;
        margin-top: 7px;
    }

    .deng2 .left .l2 {
        font-size: 12px;
    }

    .deng2 .left li {
        padding-bottom: 75px;
    }

    .deng2 .home2_video_bg {
        height: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .line_list ul:after {
        height: 50%;
        background: #fff;
        width: 90%;
        left: 0;
        opacity: 0;
    }

    .line_list .lans {
        width: 100px;
        height: 100px;
        margin: 5px;
    }

    .line_list li {
        display: block;
        width: 110px;
        margin: 10px 5vw;
    }

    .line_list li:nth-child(1) {
        float: left;
    }

    .line_list li:nth-child(2) {
        float: left;
    }

    .line_list li:nth-child(3) {
        float: left;
    }

    .line_list li:nth-child(4) {
        float: left;
    }

    .deng2 .donghua {
        display: none;
    }

    .deng5 .desc {
        padding-bottom: 50px;
        font-size: 19px;
    }

    .deng7 .deng3_content .b3 {
        font-size: 17px;
        margin-top: 5px;
    }

    .deng7 .deng3_content .a6 {
        margin: 30px auto 0;
    }

    .deng7 .deng3_content .a6 dt {
        font-size: 16px;
        padding: 5px 20px 5px 0;
    }

    .deng5 {
        padding: 65px 0;
        /*     .deng3_content .after,.deng3_content .before{
                /* display:none; */
        position: static;
        color: #333;
        transform: translate(0, 0%);
        -webkit-transform: translate(0, 0%);
        text-align: center;
        opacity: 1;
        margin: auto;
    }

    .deng3_content li {
        /* padding: 29px 0; */
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border-radius: 10px;
        position: relative;
        /* border-bottom: 5px solid #ff1837; */
    }

    .deng7 .deng3_content {
        padding: 29px 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0);
        border-bottom: 0px solid #ff1837;
    }

    .deng3 .slick-arrow.prev {
        left: 0px;
        z-index: 100;
        display: block !important;
    }

    .deng3 .slick-arrow.next {
        right: 0px;
        display: block !important;
    }

    .deng3_content .a4 {
        font-size: 15px;
        padding-bottom: 20px;
    }

    .modiul {
        margin-bottom: 30px
    }

    .deng3_sum .deng3_nav .l1 {
        font-size: 16px;
        margin: 8px 0 5px;
    }

    .deng3_sum .deng3_nav .l2 {
        font-size: 13px;
    }

    .deng3_sum .deng3_nav {
        /* box-shadow:0 0; */
        text-align: center;
        margin: 0;
    }

    .deng3_content .b1 {
        width: 65px;
    }

    .deng7 .deng3_content .b1 {
        width: 35px;
        margin-top: 5px;
    }

    .deng3_content .b2 {
        font-size: 26px;
        margin: 15px 0 6px;
    }

    .deng3_content .b2 span {
        font-size: 17px;
    }

    .deng3_content .b3, .deng3_content .a1 {
        font-size: 13px;
    }

    .deng3_content .a1 {
        font-size: 13px;
        margin-top: 30px;
        display: none;
    }

    .deng3_content .a2 {
        font-size: 20px;
        margin: 30px 0 10px 0;
    }

    .deng3_content .a3 {
        width: 17px;
        margin: 9px auto;
    }

    .deng3_content .a4，.deng4 .l2 {
        font-size: 16px;
    }

    .deng3_content .a5 {
        margin-bottom: 10px;
        display: none;
    }

    .deng3_content a {
        height: 300px;
    }

    .deng3_content .before {
        top: 40%
    }

    .deng4 .l1 {
        font-size: 26px;
    }

    .deng4 .l2 {
        font-size: 18px
    }

    .deng4 .swiper-container {
        margin: 10px 0 30px;
    }

    .deng1 .list .lans, .deng1 .list li:nth-child(even) .lans {
        width: 100%;
        float: none;
        margin: 40px auto;
    }

    .deng3 {
        background: #ffffff;
    }

    .deng1 .list .pic, .deng1 .list li:nth-child(even) .pic {
        float: none;
        text-align: center;
        margin: auto;
    }

    .deng_setting_dw .box1 {
        position: static;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        z-index: 2;
    }

    .deng1 .lans .l1, .deng_sum .neiye_title {
        font-size: 26px;
    }

    .deng1 .lans .l2 {
        font-size: 14px;
        margin: 15px 0;
    }

    .deng2 .content {
        margin: 20px 0;
    }

    .deng2 .left li {
        padding-bottom: 50px
    }

    .deng2 .home2_video_bg {
        height: 420px;
    }

    .deng2 .left, .deng2 .right {
        width: 100%;
    }
}

@media screen and (max-width: 980px) {

    .deng4 .icon {
        box-shadow: 0 0 0px 7px rgb(255 255 255 / 10%);
    }

    .deng4 .l2 {
        font-size: 14px
    }

    .deng4 .l1 {
        font-size: 20px;
    }

    .deng5 .desc {
        padding-bottom: 0px;
        font-size: 16px;
    }

    .line_list .lans {
        /* width: 100px; */
        /* height: 100px; */
        padding-top: 15px;
    }

    .line_list .l2 {
        font-size: 14px;
        margin-top: 0;
    }

    .line_list .l1 {
        font-size: 18px;
    }

    .line_list .l1 span {
        font-size: 37px;
    }

    .deng7 .deng3_content .b3 {
        font-size: 16px;
        margin-top: 10px;
    }

    .line_list ul {
        padding: 20px 45px;
    }

    .deng7 .deng3_content .b3 {
        font-size: 15px;
        line-height: 1.8;
        margin-top: 15px;
    }

    .deng7 .deng3_content .a6 {
        margin: 20px auto 0;
    }

    .deng7 .deng3_content .a6 dt {
        font-size: 13px;
        padding: 0px 20px 5px 0;
        background-size: 15px;
        margin-bottom: 3px;
    }

    .deng7 .deng3_content li, .deng7 .deng3_content li:nth-child(2), .deng7 .deng3_content li.on {
        width: 50%;
        float: left;
    }

    .deng5 {
        padding: 0;
    }

    .deng6 .view_list li .lans {
        font-size: 14px;
    }

    .deng6 .view_list li:nth-child(4) {
        margin: 0 10px;
    }

    .deng6 .view_list li {
        width: 100% !important;
        margin: 4px 0 !important;
        /* width: calc(33% - 7px); */
        border-radius: 3px;
    }

    .deng3_content {
        padding: 25px 0 0;
    }

    .deng2 .content {
        width: 92%;
        margin: auto;
        float: none;
    }

    .deng2 .left li {
        padding-bottom: 30px
    }

    .deng2 .home2_video_bg {
        height: 300px;
        border-radius: 10px;
        margin-bottom: 40px;
    }

    .deng3_content .b2 {
        font-size: 26px
    }

    .deng2 {
        background-position: 15% center;
        background-size: cover;
    }

    .deng1 .lans .l3 .desc {
        font-size: 12px;
    }

    .deng1 .lans .l2 {
        font-size: 12px;
        line-height: 2;
    }

    .power1_sum {
        margin-top: 0;
    }
}

.pc_deng {
    display: block !important;

}

.sj_deng {
    display: none !important;

}

@media screen and (max-width: 980px) {

}
@media screen and (max-width: 768px) {
    .pc_deng {
        display: none !important;

    }

    .sj_deng {
        display: block !important;
    }


    .deng5 .desc {
        padding-bottom: 0px;
        font-size: 14px;
        width: 100%;
        line-height: 1.5;
    }

    .deng3_sum .deng3_nav .icon {
        width: 30%;
        float: none;
        margin: auto;
        max-width: 80px;
    }

    .deng3_sum .deng3_nav .lans {
        float: none;
        width: 75%;
        margin: 10px auto 0;
    }

    .deng3_sum .deng3_nav a {
        height: 100%;
        display: block;
    }

    .deng3_sum .deng3_nav .l1 {
        font-size: 16px;
        /* text-align: center; */
    }

    .deng3_sum .deng3_nav .l2 {
        font-size: 12px;
        line-height: 1.5;
        min-height: 0;
    }

    .deng3_content .b2 {
        font-size: 20px;
    }

    .deng3_content .b2 span {
        font-size: 14px
    }

    .deng3_content .a5 {
        margin: 10px 0 0;
    }

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

    .swiper_setting .swiper-button-next, .swiper_setting .swiper-button-prev {
        width: 20px;
        height: 20px;
        margin: 0 10px;
        background-size: 70%;
    }

    .swiper_setting .swiper-pagination {
        line-height: 20px;
    }

    .swiper_setting {
        padding-bottom: 50px;
    }

    .deng4 {
        padding-top: 20px;
    }

    .deng4 .picture {
        border-radius: 10px;
    }

    .line_list {
        width: 100%;
        margin: 30px 0 0;
    }


    .line_list .lans {
        /* width: 70px; */
        /* height: 70px; */
        padding-top: 13px;
        /* margin: 5px; */
    }

    .line_list .l2 {
        font-size: 12px;
        margin-top: 0;
    }

    .line_list .l1 {
        font-size: 14px;
    }

    .line_list .l1 span {
        font-size: 37px;
    }

    .deng7 .deng3_content .b3 {
        font-size: 14px;
        margin-top: 5px;
    }

    .line_list ul {
        padding: 10px 15px;
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 540px) {

    .view_list li {
        height: 100px;
    }

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

    .deng1 .lans .l3 dd {
        padding-right: 5%;
    }

    .deng3_content .a2 {
        font-size: 16px;
    }
}

.power1_sum .deng3_sum {
    max-width: 1440px;
}

.power1_sum {

    padding: 0;

    margin-top: -70px;

    position: relative;

    background: transparent;
}

.power1_sum .icon {
    float: right;
}

.power1_sum .lans {

}

.power1_sum td {

}

.power1_sum .l1 {
    color: #ff1837;
}

.power1_sum .deng3_sum .deng3_nav .icon {
    float: right;
    width: 40%;
    margin-top: 0;
}

.power1_sum .deng3_sum .deng3_nav .lans {
    float: left;
    width: 50%;
    text-align: left;
}

.power1_sum .deng3_sum .deng3_nav .l2 {
    /* font-size: 18px; */
    color: #222222;
    font-weight: normal;
    margin: 0 0 7px 0;
}

.power1_sum .deng3_sum .deng3_nav .l3 {
    color: #c6c6c6;
    font-size: 14px;
    font-weight: lighter;
}

.power1_sum .deng3_sum .deng3_nav {
    border-radius: 0;
}

.power1_sum .deng3_sum .deng3_nav a {
    display: block;
    padding: 20px;
}

.power_yanfa {
    padding: 30px 0;
}

.power_yanfa li {
    /*display: none;*/
    position: relative;
    width: 50%;
    height: 300px;
    float: left;
    background: center center no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.power_yanfa li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    opacity: 1;
    transform-origin: 50% 50%;
    transition: background .5s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1);
    overflow: hidden;
}

.power_yanfa .bg_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.power_yanfa .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.1);
    transform-origin: 50% 50%;
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1);
    z-index: 2;
}

.power_yanfa li:hover .bg_img {
    transform: scale(1);
    opacity: 1;
}

.power_yanfa li:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .4;
    z-index: 2;
}

.power_yanfa li .clearfix {
    padding: 10% 6%;
    position: relative;
    z-index: 3;
}

.power_yanfa .icon {
    width: 65px;
    float: left;
    margin-right: 20px;
}

.power_yanfa .lans {
    float: left;
    width: calc(100% - 100px);
    color: #222222;
    transition: color .5s cubic-bezier(.215, .61, .355, 1);
}

.power_yanfa li:hover .lans {
    color: #FFFFFF;
}

.power_yanfa .tit {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.power_yanfa .desc {
    font-size: 18px;
    line-height: 1.8;
    font-weight: lighter;
}

.power3_sum {
    background: center bottom no-repeat #fff;
    background-size: cover;
}

.power3_sum .swiper-container {
    background: #FFFFFF;
    width: 50%;
    display: block;
    margin: 0;
}

.power3_sum .tit {
    line-height: 1;
    border-left: 6px solid #ff1837;
    padding-left: 18px;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: bold;
    margin-left: 1px;
}

.power3_sum .desc {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    font-weight: lighter;
    padding: 28px 20px;
}

.power3_sum .item {
    text-align: left;
    padding-left: 20px;
}

.power3_sum .item li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 80px;
}

.power3_sum .item li:last-child {
    margin-right: 0;
}

.power3_sum .ico_pic {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 5px 13px rgba(0, 98, 255, .1);
}

.power3_sum .ico_lans {
    font-size: 16px;
    color: #444444;
    font-weight: lighter;
    margin-top: 20px;
}

.power_button {
    width: 80px;
    height: 30px;
    position: relative;
    margin: 48px 40px 0 20px;
}

.power_button .swiper-button-next,
.power_button .swiper-button-prev {
    background: url("../images/z22.png") no-repeat;
    height: 20px;
    background-size: auto 100%;
    position: static;
    width: 35px;
    margin-top: 0;
    display: inline-block;
}

.power_button .swiper-button-next:hover,
.power_button .swiper-button-prev:hover {
    background-image: url("../images/z23.png");

    background-size: auto 100%;
}

.power3_sum .list1 {
    display: flex;
    justify-content: space-around;
    padding: 120px 0 0;
}

.power3_sum .list1 li {
    color: #FFFFFF;
    display: flex;
    justify-content: space-around;
}

.power3_sum .list1 .n1 {
    font-size: 50px;
    font-family: DIN-Black;
    margin-right: 20px;
    /* padding-bottom: 10px; */
}

.power3_sum .list1 .n2 {

    padding-top: 5px;
}

.power3_sum .list1 .n2_1 {
    font-size: 24px;
}

.power3_sum .list1 .n2_2 {
    font-size: 16px;
    color: #a9caff;
    margin-top: 5px;
    font-weight: lighter;
}

.power4_sum .swiper-container{padding-bottom: 50px;display: flex;justify-content: start;flex-wrap: wrap;}

.power4_sum .swiper-slide {
    height: 470px;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 70px; */
    border-radius: 0;
    width: 23%;
    margin-bottom: 40px;
    margin: 1%;
}

.power4_sum .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transform-origin: 50% 50%;
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    z-index: 2;
    background-size: cover;
}

.power4_sum .swiper-button-next,
.power4_sum .swiper-button-prev {
    top: 50%;
}

.power4_sum .swiper-slide:hover .bg_img {
    transform: scale(1);
}

.power4_sum .before {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 30px;
    text-align: center;
    z-index: 3;
    opacity: 1;
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1);
}

.power4_sum .swiper-slide:hover .before {
    opacity: 0;
}

.power4_sum .logo {
    width: 50px;
    margin: auto;
}

.power4_sum .before .name {
    font-size: 20px;
    line-height: 1.5;
    height: 60px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 15px;
}

.power4_sum .after {

    opacity: 0;
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1);
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    background: #FFFFFF;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 3;
    box-sizing: border-box;
    padding: 40px 30px;
}

.power4_sum .swiper-slide:hover .after {
    opacity: 1;
}

.power4_sum .after .name {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #222222;
    font-weight: bold;
    margin-top: 15px;
}

.power4_sum .after .line {
    width: 20px;
    height: 2px;
    margin: 15px auto;
    background: #ff1837;
}

.power4_sum .after .desc {
    font-size: 16px;
    line-height: 30px;
    height: 180px;
    text-align: left;
    color: #444444;
    font-weight: lighter;
    -webkit-line-clamp: 6;
}

.power4_sum .swiper-pagination {
    bottom: 0;
    text-align: center;
    width: 100%;
}

.power4_sum {
    background: #FFFFFF;
}

.power5_sum {

}

.power5_sum .list {

}

.power5_sum .list li {
    width: calc(25% - 19px);
    margin: 0 0 20px 20px;
    background: #FFFFFF;
    position: relative;
    height: 210px;
    cursor: pointer;
    transition: all .4s;
    display: inline-block;
    vertical-align: top;
}

.power5_sum .list li:hover {
    box-shadow: 0 0 10px 2px rgba(0, 98, 255, .2);
}

.power5_sum .list li:nth-child(4n - 3) {
    margin-left: 0;
}

.power5_sum .icon {
    width: 70px;
    height: 70px;
    background: #ff1837;
    border-radius: 50%;
    box-sizing: border-box;
    margin: auto;
    padding: 5%;
}

.power5_sum .before {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1);
}

.power5_sum li:hover .before {
    opacity: 0;
}

.power5_sum .name {
    color: #000000;
    font-size: 20px;
    line-height: 1;
    margin: 25px 0 0;
    text-align: center;
}

.power5_sum .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0063ff;
    padding: 25px;
    box-sizing: border-box;
    /* text-align: right; */
    opacity: 0;
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1);
}

.power5_sum li:hover .after {
    opacity: 1;
}

.power5_sum .after .icon {
    width: 16%;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background: #fff;
    height: auto;
    max-width: 40px;
    padding: 5px;
}

.power5_sum
.list .after .lans {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
    text-align: left;
    padding: 5px 0 5px 10px;
}

.power5_sum .after .tit {
    font-size: 20px;
    font-weight: bold;
}

.power5_sum .after .line {
    width: 20px;
    height: 2px;
    background: #FFFFFF;
    margin: 20px 0;
}

.power5_sum .after .desc {
    font-size: 16px;
    line-height: 26px;
    height: 78px;
    -webkit-line-clamp: 3;
}

.power5_sum .list .last {
    width: calc(50% - 15px);
    background: url("../images/p_bg1.jpg") center center no-repeat;
    background-size: cover;
    cursor: default;
}

.power5_sum .list .lans {
    color: #FFFFFF;
    /* text-align: center; */
    padding: 5%;
    box-sizing: border-box;
}

.power5_sum .list .l1 {
    font-size: 24px;
}

.power5_sum .list .l2 {
    margin: 15px 0;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF !important;
    font-family: 'AvantGarde CE', 'Arial';
    font-weight: bold;
}

.power5_sum .list .l2 img {
    margin: 0 10px;
}

.power5_sum .list .l22 {
    font-size: 18px;
    font-weight: lighter;
}

.power5_sum .list .l22 a {
    color: #FFFFFF;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

.power5_sum .list .l22 img {
    margin: 0 5px;
}

.power6_sum {

    background: center center no-repeat #fff;

    background-size: cover;
}

.power6_sum .swiper-slide {
    padding: 14px 25px 100px;
    box-sizing: border-box;
    transition: all .4s;
    position: relative;
}

.power6_sum .swiper-slide-active {
    padding: 0 0;
}

.power6_sum .lans {
    position: absolute;
    bottom: 30%;
    width: 80%;
    color: #fff;
    box-sizing: border-box;
    padding: 0;
    left: 10%;
    display: none;
}

.power6_sum .swiper-slide-active .lans {
    display:block;
    background: #ffffff;
    border: 0;
    position: absolute;
    top: 90%;
    padding: 0 20px;
    box-sizing: border-box;
    box-shadow: 0 2px 10px 0 rgb(0 98 255 / 10%);
    min-height: 120px;
}

.power6_sum .swiper-slide-active .l1 {
    color: #ff1837;
    font-weight: bold;
    padding: 25px 0 15px;
}

.about2_sum .lans .l2 {
    color: #444;
    font-size: 16px;
}

.power6_sum .lans .l2 {
    opacity: 0;
    padding-bottom: 30px;
}

.power6_sum .swiper-slide-active .lans .l2 {
    opacity: 1;
}

.power6_sum .l2 {

    /* display: none; */
}

@media screen and (max-width: 1660px) {
    .power1_sum .deng3_sum .deng3_nav .icon {
        margin-top: -4%;
    }

    .power5_sum .name {
        font-size: 18px;
        margin: 18px 0 0;
    }

    .power5_sum .after .tit {
        font-size: 18px;
    }

    .power5_sum .after .line {
        margin: 14px 0;
    }

    .power5_sum .after .desc {
        font-size: 14px;
        line-height: 24px;
        height: 72px;
    }

    .power5_sum .after {
        padding: 15px;
    }

    .power5_sum .list li {
        height: 170px;
    }

    .power4_sum .after {
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        top: 30px;
        left: 30px;
        padding: 30px 25px;
    }

    .power4_sum .logo {
        width: 45px;
    }

    .power4_sum .after .name {
        font-size: 18px;
        margin-top: 12px;
    }

    .power4_sum .before .name {
        font-size: 18px;
        height: 54px;
        margin-top: 12px;
    }

    .power4_sum .after .desc {
        font-size: 14px;
        line-height: 25px;
        height: 150px;
        -webkit-line-clamp: 6;
    }

    .power4_sum .swiper-slide {
        height: 350px;
        /* margin-bottom: 50px; */
    }

    .power3_sum .ico_pic {
        width: 70px;
        height: 70px;
    }

    .power3_sum .tit {
        font-size: 26px;
    }

    .power3_sum .ico_lans, .power3_sum .list1 .n2_2 {
        font-size: 14px;
    }

    .power3_sum .desc {
        font-size: 16px;
    }

    .power3_sum .list1 {
        padding-top: 100px;
    }

    .power_yanfa {
        padding: 20px 0;
    }

    .power3_sum .list1 .n1 {
        font-size: 40px;
    }

    .power3_sum .item li {
        margin-right: 55px;
    }

    .power3_sum .list1 .n2_1 {
        font-size: 20px;
    }


    .power5_sum .list li {
        width: calc(25% - 13px);
        margin: 0 0 12px 12px;
        /* height: 230px; */
    }

    .power_yanfa li .clearfix {
        padding: 6% 8%;
    }

    .power_yanfa .icon {
        width: 50px;
        float: left;
        margin-right: 17px;
    }

    .power_yanfa .lans {
        width: calc(100% - 105px);
    }

    .power_yanfa .tit {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .power_yanfa .desc {
        font-size: 15px;
    }

    .power5_sum .list .l1 {
        font-size: 20px;
    }

    .power5_sum .list .l2 {
        margin: 10px 0;
        font-size: 20px;
    }

    .power5_sum .list .l22 {
        font-size: 15px;
    }

    .client-tab-card .client-content {
        padding: 20px 5%;
    }

    .client-tab-card .client-more-details {
        bottom: 30px;
        font-size: 14px;
    }

    .client-tab-card .client-intro {
        font-size: 14px;
    }

    .client-tab-card .client-title {
        font-size: 19px;
    }

    .client-tab-card .divider-line {
        margin: 25px 0 20px;
    }

    .client-tab-card .index-solution-more-arrow {
        width: 7px;
        height: 7px;
        margin-left: 1px;
    }

    .card_list_sum .cards {
        margin: 30px 0 20px;
        box-shadow: 0 8px 10px 0 rgb(48 48 48 / 10%), 0 0 1px 0 rgb(48 48 48 / 20%);
    }
}

@media screen and (max-width: 1440px) {
    .power5_sum .after .tit,
    .power5_sum .name {
        font-size: 16px;
    }

    .power5_sum .icon {
        padding: 3%;
    }

    .power5_sum .after .line {
        width: 15px;
        margin: 12px 0;
    }

    .power4_sum .after {
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        top: 20px;
        left: 20px;
        padding: 10px 15px;
    }

    .power4_sum .logo {
        width: 40px;
    }

    .power4_sum .after .name {
        font-size: 14px;
        margin-top: 10px;
    }

    .power4_sum .before .name {
        font-size: 16px;
        height: 48px;
        margin-top: 10px;
    }

    .power4_sum .after .desc {
        font-size: 13px;
        line-height: 20px;
        height: 120px;
        -webkit-line-clamp: 6;
    }

    .power4_sum .swiper-slide {
        /* height: 400px; */
    }

    .power_yanfa .lans {
        width: calc(100% - 100px);
    }

    .power_yanfa .tit {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .power_yanfa .desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .power5_sum .icon {
        padding: 1.5%;
    }

    .power_yanfa li {
        height: 240px
    }

    .client-tab-card .client-img,
    .client-tab-card .client-content {
        width: 100%;
    }

    .client-tab-card .client-more-details {
        position: static;
        display: block;
        text-align: right;
        margin-top: 25px;
    }

    .client-click-tab ul {
        display: block;
        text-align: left;
    }

    .client-click-tab li {
        width: calc(25% - 27px);
        display: inline-block;
        vertical-align: top;
        margin: 10px;
    }

    .power5_sum .list li {
        width: calc(50% - 15px);
    }

    .power5_sum slick-dots li {
        margin: 5px !important;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        opacity: .2;
    }

    .power5_sum .list li:nth-child(odd) {
        margin-left: 0;
    }

    .power3_sum .swiper-container {
        width: 70%;
    }

    .power_yanfa {
        padding: 15px 0;
    }

    .power_yanfa .desc {
        font-size: 12px;
    }

    .power1_sum {
        margin: 20px 0 -30px;
    }
    .power4_sum .swiper-slide{
        width:31%;
        /* margin-bottom:20px; */
    }
}

@media screen and (max-width: 980px) {
    .power4_sum .swiper-slide{
        width: 46%;
        margin: 2%;
    }
    .power_button {
        margin: 30px 20px;
    }

    .deng3_sum .deng3_nav td:nth-child(even) .icon {

        float: left;
    }

    .power3_sum .tit {
        border-left: 3px solid #ff1837;
        padding-left: 15px;
        font-size: 19px;
    }

    .power3_sum .desc {
        font-size: 14px;
        padding: 17px 10px;
    }

    .power3_sum .ico_pic {
        width: 55px;
        height: 55px;
    }

    .power3_sum .swiper-container {
        width: 100%;
        margin: 30px auto 0;
    }

    .power3_sum .list1 {
        display: none;
    }

    .power3_sum {
        background: none !important;
        padding: 30px 0;
    }

    .rocket {
        display: none;
    }

    .power1_sum .deng3_sum .deng3_nav {
        margin: 0;
    }

    .power_yanfa li {
        width: 100%;
        height: auto;
    }

    .power_yanfa .icon {
        width: 35px;
        margin-right: 15px;
    }

    .power1_sum .deng3_sum .deng3_nav {
        vertical-align: top;
        box-shadow: 0 10px 20px 0 rgb(0 0 0 / 0);
    }

    .power_yanfa .tit {
        font-size: 15px;
    }

    .power_yanfa .lans {
        width: calc(100% - 70px);
    }

    .power1_sum {
        /* margin: 0; */
    }

    .power1_sum .deng3_sum .deng3_nav .icon {
        /* float: none; */
        /* width: 45px; */
        /* margin: 0; */
        margin-top: 5px;
    }

    .power1_sum .deng3_sum .deng3_nav td:nth-child(2) .icon {
        floatt: left;
        margin-right: 20px;
    }

    .power1_sum .deng3_sum .deng3_nav a {
        padding: 5px 10px;
        border: 0;
    }

    .power1_sum .deng3_sum .deng3_nav .lans {
        margin: 10px auto;
        padding-left: 20px;
    }

    .power1_sum .deng3_sum .deng3_nav .l3 {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .power4_sum .after .desc{
        display:none;
    }
    .power4_sum .swiper-slide{
        /* width:100%; */
        /* margin: 10px 0; */
        height: 200px;
    }

    .deng3_sum .deng3_nav td {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        border: 0;
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 8%);
        border-radius: 3px;
    }

    .deng3_sum .deng3_nav tr {
        display: block;
    }

    .deng3_sum .deng3_nav .icon {
        max-width: 100px;
    }
    .power5_sum .icon {
        padding: 10px;
    }

    .deng3_content_list {

    }

    .deng3_content_list li {
        display: none;

    }

    .deng3_content_list li:first-child {
        display: block;
    }

    .deng3_content_list a {
        background: #FFFFFF;
        padding: 10px 25px 25px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        margin-bottom: 15px;
        display: block;
    }

    .deng3_content_list .lans {
        width: calc(100% - 80px);
        float: left;
        margin-top: 20px;
    }

    .deng3_content_list .img {
        width: 70px;
        float: right;
    }

    .deng3_content_list .l1 {
        font-size: 22px;
        font-weight: bold;
        color: #222222;
    }

    .deng3_content_list .l2 {
        font-size: 14px;
        color: #5a6c81;
        line-height: 2;
        font-weight: lighter;
    }

    .deng3_content_list .img {

    }

    .deng3_content_list .content {
        font-size: 14px;
        line-height: 2;
        color: #5a6c81;
        margin-top: 20px;
    }

    .deng3_content_list .c1 {
        font-size: 14px;
        color: #5a6c81;
        line-height: 2;
        font-weight: lighter;

    }

    .deng3_content_list .c2 {

        margin-top: 10px;

    }

    .deng3_content_list .c2 img {
        margin-right: 10px;
    }

    .deng3_nav_list {
        width: 110%;
        margin: 10px 0;
    }

    .deng3_nav_list a {
        display: block;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 10px;
        background: #ff1837;
        margin-right: 10px;
        position: relative;
        margin-bottom: 20px;
    }

    .deng3_nav_list a.slick-current:after {
        content: '';
        background: url(../images/ico_jiao2.png);
        background-size: 100% 100%;
        width: 10px;
        height: 5px;
        position: absolute;
        top: 100%;
        left: calc(50% - 5px);
    }

    .deng3_nav_list .icon {
        width: 65px;
        margin-right: 15px;
        float: left;
    }

    .deng3_nav_list .lans {
        width: calc(100% - 80px);
        float: left;
        color: #FFFFFF;
    }

    .deng3_nav_list .lans .l1 {
        font-size: 18px;
        font-weight: bold;
        padding: 5px 0 10px;
    }

    .deng3_nav_list .lans .l2 {
        font-size: 14px;
    }

    .deng3_nav_list a.slick-current .lans {
    }

    .deng3_nav_list .icon img {

    }

    .deng3_nav_list .icon img:nth-child(2) {
        display: none;
    }

    .client-tab-card .client-more-details {
        font-size: 13px;
    }

    .client-click-tab li {
        width: calc(33% - 12px);
        display: inline-block;
        vertical-align: top;
        margin: 8px 4px;
    }

    .power5_sum .list li,
    .power5_sum .list li.last {
        width: 100%;
        margin: 0 0 10px !important;
    }

    .power5_sum .slick-dots li {
        margin: 2px !important;
        background: #ff1837;
        opacity: .2;
    }

    .power5_sum .slick-dots li.slick-active {
        opacity: 1;
    }

    .power5_sum .list .l1 {
        font-size: 16px;
    }

    .power5_sum .list .l22 {
        font-size: 13px;
    }

    .power5_sum .list .last {
        height: auto;
    }
}

.map_list .win_d:after {
    content: '';
    background: #fff;
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    transform: rotate(45deg);
    position: relative;
    z-index: 5;
    margin-bottom: -10px;
    box-shadow: 1px 01px 2px 0 rgba(0, 0, 0, .1);
}

.map_list .win_d {
    position: absolute;
    background: #FFFFFF;
    width: 320px;
    margin-left: -154px;
    bottom: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    opacity: 0;
    display: none;
    text-align: left;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    transition: all .3s;
}

.map_list .a_img {

    border-radius: 10px 10px 0 0;

    overflow: hidden;
}

.map_list .a_name {

    font-size: 20px;

    font-weight: bold;
}

.map_list .a_desc {

    font-size: 14px;

    line-height: 1.8;

    color: #666;

    margin-top: 15px;
}

.map_list .a_loc {

    font-size: 14px;

    line-height: 24px;

    color: #000;

    margin: 10px 0;
}

.map_list .a_lans {
    padding: 25px;
    box-sizing: border-box;
}

.power6_container .swiper-button-prev,
.power6_container .swiper-button-next {
    top: 50%;
}

.power3_sum .box1 {
    position: relative;
}

.rocket {
    position: absolute;
    right: 0;
    bottom: 10%;
}

.rocket_wrapper {
    position: relative;
    width: 478px;
    height: 445px;
    z-index: 5;
    margin-right: 5vw;
}

.rocket_wrapper .kuai {

}

.rocket_wrapper .kuai img, .rocket_wrapper .r_k,
.rocket_wrapper .quan img, .rocket_wrapper .hj img {
    position: absolute;
    transition: all 1.7s;
}

.rocket_wrapper .r_k1 {
    top: 200px;
    left: 120px;
    opacity: 0;
}

.rocket.on .rocket_wrapper .r_k1 {
    top: 250px;
    left: 0;
    opacity: 1;
}

.rocket .r_k {
    top: 150px;
    left: -30px;
}

.rocket.on .r_k {
    top: 0;
    left: 85px;
    animation: 2s linear 2.2s infinite normal none running rocket_body;

}

@keyframes rocket_body {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, -16px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.rocket_wrapper .r_k2 {
    top: 200px;
    left: 95px;
    opacity: 0;
    transition-duration: 3s;
}

.rocket.on .rocket_wrapper .r_k2 {
    top: 150px;
    left: 35px;
    opacity: 1;
    animation: 4s linear 3.7s infinite normal none running rocket_block_left_1;
}

@keyframes rocket_block_left_1 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, -16px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.rocket_wrapper .r_k3 {
    top: 250px;
    left: 310px;
    opacity: 0;
    transition-duration: 3s;
}

.rocket.on .rocket_wrapper .r_k3 {
    top: 250px;
    left: 340px;
    opacity: 1;
    animation: 4s linear 3.7s infinite normal none running rocket_block_right_2;
}

@keyframes rocket_block_right_2 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, -16px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.rocket_wrapper .r_k4 {
    top: 200px;
    left: 145px;
    opacity: 0;
}

.rocket.on .rocket_wrapper .r_k4 {
    top: 280px;
    left: 300px;
    opacity: 1;
}

.rocket_wrapper .r_q1 {
    opacity: 0;
}

.rocket.on .rocket_wrapper .r_q1 {
    top: 0;
    left: 400px;
    opacity: 1;
    z-index: 5;
    animation: 2s linear 2.2s infinite normal none running rocket_tail_S;
}

@keyframes rocket_tail_S {
    0% {
        transform: scale(.8);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(.8);
        opacity: 1;
    }
}

.rocket_wrapper .r_q2 {
    top: 238px;
    left: 23px;
    transition-duration: 2.2s;
}

.rocket.on .rocket_wrapper .r_q2 {
    top: 88px;
    left: 300px;
    animation: 2s linear 2.2s infinite normal none running rocket_halo_L;
}

@keyframes rocket_halo_L {
    0% {
        top: 88px;
        left: 300px;
        transform: scale(1);
        opacity: 0;
    }
    50% {
        top: 98px;
        left: 288px;
        transform: scale(0.8);
        opacity: 0.8;
    }
    100% {
        top: 108px;
        left: 260px;
        transform: scale(0.6);
        opacity: 0;
    }
}

.rocket_wrapper .r_q3 {
    top: 88px;
    left: 300px;
    transition-duration: 2.2s;
    animation: 2s linear 2.2s infinite normal none running rocket_halo_L1
}

.rocket.on .rocket_wrapper .r_q3 {
    top: 98px;
    left: 310px;
}

@keyframes rocket_halo_L1 {
    0% {
        top: 88px;
        left: 300px;
        transform: scale(1.3);
        opacity: 0.8;
    }
    50% {
        top: 98px;
        left: 288px;
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        top: 88px;
        left: 300px;
        transform: scale(1.3);
        opacity: 0.8;
    }
}

.rocket_wrapper .hj1_sum {
    top: 278px;
    left: 154px;
}

.rocket.on .rocket_wrapper .hj1_sum {
    opacity: 1;
    animation: 2s linear 2.2s infinite normal none running rocket_tail_L;
}

.rocket_wrapper .hj2_sum {
    opacity: 0;
}

.rocket.on .rocket_wrapper .hj2_sum {
    top: 278px;
    left: 154px;
    opacity: 1;
    animation: 2s linear 2.2s infinite normal none running rocket_tail_S;
}

@keyframes rocket_tail_L {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }
    50% {
        opacity: 1;
        transform: translate(5px, -8px);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.pro_bannerxc2.pro_banner2 .box1_wrapper {
    height: 200px;
}

.pro_bannerxc2.pro_banner2 .pro_tit {
    top: 20%;
}

.pro_bannerxc2 .x_r {
    width: 15%;
    position: absolute;
    transition: all 1s;
    -webkit-transition: all 1s;
    cursor: pointer;
}

.pro_bannerxc2 .x_r1 {
    top: -73%;
    left: 0;
    clip-path: inset(88% 0 0 0);
}

.pro_bannerxc2 .x_r1:hover {
    clip-path: inset(0 0 0 0);
}

.pro_bannerxc2 .x_r2 {
    left: 10%;
    top: 50%;
    clip-path: inset(0 0 86.5% 0);
}

.pro_bannerxc2 .x_r2:hover {
    clip-path: inset(0 0 0 0);
}

.pro_hy .pro_bannerxc3 {
    margin: 0;
}

.pro_bannerxc5 {
    height: 900px;
    /*padding: 400px 0;*/
}

.pro_hy .pro_bannerxc5 .pro_tit .t5 {
    width: 100%;
    margin-left: 0;
    display: block;
    color: #ff1837;
}

.pro_hy .pro_bannerxc5 .pro_tit .t5 li {
    margin-right: 10%;
}

.pro_hy .pro_bannerxc6 .pro_tit {
    width: 42%;
}

.pro_bannerxc6 .shan {
    width: 45%;
    position: absolute;
    top: -80%;
    left: 45%;
    opacity: .3;
    /*clip-path: inset(100% 0 0 0);*/
    animation: shan1 2s forwards infinite linear;
}

.pro_hy .pro_bannerhr6 .pro_tit {
    width: 38%;
}

.pro_hy .pro_bannerhr6 .t4 {
    display: block;
    width: 100%;
    margin-left: 0;
}

.pro_hy .pro_bannerhr6 .t4 li {
    padding-right: 5%;
}

@keyframes shan1 {
    0% {
        opacity: .3;
        /*clip-path: inset(100% 0 0 0);*/
    }
    50% {
        opacity: 0;
        /*clip-path: inset(0 0 0 0);*/
    }
    100% {
        opacity: .3;
    }
}

.pro_bannerxc8 .view_list .tips {
    font-size: 16px;
    font-weight: lighter;
    margin-bottom: 5px;
}

.pro_hr2 {

    padding: 120px 0 0;
}

.pro_hr2 .pro_img {
    position: relative;
}

.pro_hr2 .list {

}

.pro_hr2 .list .item {
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 10;
    /* box-shadow: 0 0 0px 10px rgba(255, 255, 255, .5); */
    border-radius: 50%;
    /* background: #fff; */
    /* animation: example5 2s linear infinite; */
    cursor: pointer;
}

@keyframes example5 {
    0% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, .5);
    }
    50% {
        box-shadow: 0 0 0px 20px rgba(255, 255, 255, .2);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, .5);
    }
}

.pro_hr2 .list .item.left {
    left: 25%;
    top: 50%;
}

.pro_hr2 .list .item.left .radius1:hover dl {
    opacity: 1;
}

.pro_hr2 .list .item.left dl {
    opacity: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.pro_hr2 .list .item.right {

    right: 22%;
    top: 45%;
}

.pro_hr2 .list .item.right dl {
    position: absolute;
    top: -318px;
    left: calc(100% + 230px);
}

.pro_hr2 .list .item.right .show {
    opacity: 1;
}

.pro_hr2 .list .item.right .radius1:hover + .show,
.pro_hr2 .list .item.right:hover dd {
    opacity: 1;
    margin-left: 0;
}

.pro_hr2 .list .item.right dd {
    width: 150px;
    margin-left: 20px;
    opacity: 1;
}

.pro_hr2 .list .item.right dd:nth-child(1) {
    transition: all .4s 0s;
    -webkit-transition: all .4s 0s;
}

.pro_hr2 .list .item.right dd:nth-child(2) {
    transition: all .4s .1s;
    -webkit-transition: all .4s .1s;
}

.pro_hr2 .list .item.right dd:nth-child(3) {
    transition: all .4s .2s;
    -webkit-transition: all .4s .2s;
}

.pro_hr2 .list .item.right dd:nth-child(4) {
    transition: all .4s .3s;
    -webkit-transition: all .4s .3s;
}

.pro_hr2 .list .item.right dd:nth-child(5) {
    transition: all .4s .4s;
    -webkit-transition: all .4s .4s;
}

.pro_hr2 .list .item.right dd:nth-child(6) {
    transition: all .4s 0s;
    -webkit-transition: all .4s .5s;
}

.pro_hr2 .list .item.right .d1 {
    border-bottom: 1px solid #dddddd;
    margin-top: 60px;
}

.pro_hr2 .list .radius1 {
    position: relative;
    width: 10px;
    height: 10px;
}

.pro_hr2 .list .line {
    width: 340px;
    height: 1px;
    background: #dbdde7;
}

.pro_hr2 .list .line1 {
    position: absolute;
    right: -5px;
    transform: rotate(30deg);
    bottom: 41px;
    width: 150px;
}

.pro_hr2 .list .line2 {
    top: -69px;
    position: absolute;
    right: 133px;
}

.pro_hr2 .list .line3 {
    position: absolute;
    top: 5px;
    left: 100%;
    width: 220px;
}

.pro_hr2 .list dl {

}

.pro_hr2 .list dd {

}

.pro_hr2 .list dd img {
    width: 35px;
    margin-right: 4px;
}

.pro_hr2 .list .left dd {
    width: 330px;
    top: -110px;
    position: absolute;
    right: 140px;
    text-align: left;
}

.pro_hr2 .list .d1 {
    font-size: 22px;
    line-height: 1.5;
    color: #222222;
    padding-bottom: 10px;
}

.pro_hr2 .list .d2 {
    font-size: 20px;
    line-height: 1.6;
    color: #3d3d3d;
}

.pro_cx2 {

    padding: 120px 0 0;
}

.pro_cx2 .pro_img {

    max-width: 1250px;
    position: relative;
}

.pro_cx2 .list .item {
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 10;
    /* box-shadow: 0 0 0px 10px rgba(255, 255, 255, .5); */
    border-radius: 50%;
    /* background: #fff; */
    /* animation: example5 2s linear infinite; */
    cursor: pointer;
}

.pro_cx2 .list .item:nth-child(1) {
    left: 25%;
    top: 64%;
}

.pro_cx2 .list .item:nth-child(2) {
    left: 20%;
    top: 40%;
}

.pro_cx2 .list .item:nth-child(3) {
    right: 29%;
    top: 43%;
}

.pro_cx2 .list .item:nth-child(4) {
    left: 41%;
    top: 70%;
}

.pro_cx2 .list .item:nth-child(5) {
    left: 48%;
    top: 70%;
}

.pro_cx2 .list .item:nth-child(6) {
    right: 27%;
    top: 66%;
}

.pro_cx2 .list .radius1 {
    position: relative;
    width: 10px;
    height: 10px;
    opacity: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.pro_hy .pro_cx3 {
    max-height: 980px;
}

.pro_hy .pro_cx4 {
    max-height: 1200px;
}

.pro_hy .pro_cx4 .pro_tit {
    float: none;
}

.pro_hy .pro_cx3 .pro_tit {
    position: static;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    width: 35%;
}

.pro_cx3 .t4 {

}

.pro_cx3 .t4 li {
    color: #222222;
    margin-right: 5%;
}

.pro_cx2 .list .item:hover .radius1 {
    opacity: 1;
}

.pro_cx2 .list .item:nth-child(1) .line1 {
    width: 175px;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: -41%;
    transform: rotate(-30deg);
    top: 50px;
}

.pro_cx2 .list .item:nth-child(1) .line2 {
    width: 175px;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 159px;
    top: 94px;
}

.pro_cx2 .list .item:nth-child(2) .line1 {
    width: 175px;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: -41%;
    transform: rotate(30deg);
    top: -40px;
}

.pro_cx2 .list .item:nth-child(2) .line2 {
    width: 175px;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 157px;
    top: -83px;
}


.pro_cx2 .list .item:nth-child(3) .line1 {
    width: 175px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: -28px;
    transform: rotate(308deg);
    top: -70px;
}

.pro_cx2 .list .item:nth-child(3) .line2 {
    width: 270px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 114px;
    top: -140px;
}

.pro_cx2 .list .item:nth-child(4) .line1 {
    width: 100px;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: -41%;
    transform: rotate(-45deg);
    top: 50px;
}

.pro_cx2 .list .item:nth-child(4) .line2 {
    width: 175px;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 81px;
    top: 86px;
}

.pro_cx2 .list .item:nth-child(5) .line1 {
    width: 100px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: -16px;
    transform: rotate(240deg);
    top: 52px;
}

.pro_cx2 .list .item:nth-child(5) .line2 {
    width: 175px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 60px;
    bottom: -86px;
}

.pro_cx2 .list .item:nth-child(6) .line1 {
    width: 100px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: -15px;
    transform: rotate(238deg);
    top: 50px;
}

.pro_cx2 .list .item:nth-child(6) .line2 {
    width: 175px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 61px;
    bottom: -83px;
    width: 250px;
}

.pro_cx2 .list .item .lans {
    font-size: 22px;
    color: #222222;
    width: 175px;
}

.pro_cx2 .list .item .lans img {
    width: 30px;
    margin-right: 5px;
}

.pro_cx2 .list .item:nth-child(1) .lans {
    position: absolute;
    right: 159px;
    top: 54px;
}

.pro_cx2 .list .item:nth-child(2) .lans {
    position: absolute;
    right: 159px;
    top: -120px;
}

.pro_cx2 .list .item:nth-child(3) .lans {
    position: absolute;
    left: 114px;
    top: -180px;
    width: 300px;
}

.pro_cx2 .list .item:nth-child(4) .lans {
    position: absolute;
    right: 59px;
    top: 45px;
    width: 220px;
}

.pro_cx2 .list .item:nth-child(5) .lans {
    position: absolute;
    left: 60px;
    top: 54px;
    width: 250px;
}

.pro_cx2 .list .item:nth-child(6) .lans {
    position: absolute;
    left: 68px;
    bottom: -75px;
    width: 250px;
}

.nav_neiye {
    position: fixed;
    top: 105px;
    left: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    width: 100%;
    z-index: 10;
    line-height: 60px;
}

.nav_neiye .box1 {
    border-bottom: 1px solid rgba(255, 255, 255, .2);

}

.nav_neiye .title {
    float: left;
    color: #FFFFFF;
}

.nav_neiye .right {
    float: right;
}

.nav_neiye .right a {
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 100px;
}
.nav_neiye.on .right a.on{
    color: #ff1837;
}
.nav_neiye .title{
    font-size: 20px;
}
.nav_neiye.on{
    background: #FFFFFF;
}
.nav_neiye.top{
    top: 0;
}
.nav_neiye.on .right a,.nav_neiye.on .title{
    color: #222222;
}
#header.top{
    margin-top: -70px;
}
.nav_neiye.on{
    top: 60px;
}
.nav_neiye.top{
    top: 0;
    z-index: 100;
}
@media screen and (max-width: 1600px) {
    .nav_neiye.on{
        top: 50px;
    }
    .nav_neiye.top{
        top: 0;
    }
    .nav_neiye {
        top: 72px;
        line-height: 50px;
    }

    .nav_neiye .title{
        font-size: 18px;
    }
    .nav_neiye .right a {
        font-size: 14px;
        margin-left: 70px;
    }

    .pro_hr2 .pro_img, .pro_cx2 .pro_img {
        transform: scale(.75);
        -moz-transform: scale(.75);
        -webkit-transform: scale(.75);
        zoom: .75 \9;
    }

    .pro_bannerxc5 {
        height: 700px;
    }

    .pro_bannerxc8 .view_list .tips {
        font-size: 14px;
        margin-bottom: 3px;
    }

}
@media screen and (max-width: 1440px){
    .pro_cx2,pro_bannerxc3{
        height: 80vh;
    }
    .pro_hy .pro_cx3 .pro_tit{
        width: 40%;
    }
}
@media screen and (max-width: 1199px) {
    .nav_neiye.top {
        top: 50px;
    }
    .pro_hy .pro_cx3 .pro_tit{
        width: 100%;
    }
    .header.bg0{
        z-index: 100000;
    }
}
@media screen and (max-width: 980px) {
    .pro_cx2 .list .item:nth-child(5) .lans,.pro_cx2 .list .item:nth-child(4) .lans{

        top: 110px;
    }
    .pro_cx2 .list .item:nth-child(5) .line2,.pro_cx2 .list .item:nth-child(4) .line2{
        bottom: -150px;
        top: auto;
    }

    .nav_neiye {
        top: 60px;
    }
    .nav_neiye.top{

    }
    .pro_cx2 {
        padding: 60px 0 0;
    }
    .nav_neiye .title{
        font-size: 16px;
    }
    .nav_neiye .right a {
        font-size: 12px;
        margin-left: 30px;
    }
    .pro_hr2 {
        padding-top: 80px;
    }

    .pro_bannerxc5 {
        height: auto;
    }

    .pro_bannerxc6 .shan {
        top: 20%;
        width: 60%;
    }

    .pro_hy .pro_bannerxc6 .pro_tit {
        width: 90%;
    }

    .pro_hy .pro_bannerhr6 .pro_tit {
        width: 90%;
    }

    .deng6.pro_bannerxc8 .view_list li .lans {
        top: 70%;
    }

    .pro_bannerxc8 .view_list .tips {
        font-size: 12px;
        margin-bottom: 3px;
    }

}

@media screen and (max-width: 768px) {
    .pro_cx2 {
        padding: 30px 0 0;
        height: auto;
    }
    .pro_hr2 {
        padding-top: 30px;
    }

    .pro_hr2 .pro_img {
        transform: scale(.5);
        -moz-transform: scale(.5);
        -webkit-transform: scale(.5);
        zoom: .5 \9;
    }

    .pro_cx2 .pro_img {
        transform: scale(.45);
        -moz-transform: scale(.45);
        -webkit-transform: scale(.45);
        zoom: .45 \9;
    }

    .pro_hr2 .list .line3 {
        width: 50px;
    }

    .pro_hr2 .list .item.right dl {
        left: calc(100% + 60px);
    }

    .pro_hr2 .list .line1 {
        width: 50px;
    }

    .pro_hr2 .list .line2 {
        right: 50px;
        top: -45px;
    }

    .pro_hr2 .list .left dd {
        right: 0px;
    }
}


/*ssjg*/

.ssjg-form {
    background-color: #f5f5f5;
    padding: 60px 0px;
}

.ssjg-form .box {
}

.ssjg-form form {
    text-align: center;
}

.ssjg-form .border-search {
    height: 65px;
    width: 800px;
    background-color: #FFFFFF;
    margin: 0px auto;
    box-sizing: border-box;
    padding-left: 40px;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.ssjg-form .input6 {
}

.input6 {
    line-height: 60px;
    font-size: 16px;
    width: 700px;
}

.ssjg-form .icons {
    background-color: transparent;
}

.ssjg-form .icon-close {
    position: absolute;
    right: -50px;
    top: 20px;
}

.search-result { /* width: 1100px; */
    margin: 0px auto;
    padding-top: 60px;
}

.search-result .search-number {
    font-size: 46px;
    line-height: 50px;
    padding-bottom: 20px;
    color: #222; /* font-weight: bold; */
}

.search-result ul {
    margin-bottom: 180px;
}

.search-result li {
    border-bottom: 1px solid #eeeeee;
}

.search-result a {
    display: block;
    padding: 40px 0px;
}

.search-result a:hover h2 {
    color: #004b9d;
}

.search-result h2 {
    font-size: 30px;
    line-height: 1.5;
    color: #222222;
    padding-bottom: 15px; /* font-weight: bold; */
}

.search-result .mess {
    font-size: 18px;
    line-height: 30px;
    color: #777777;
    font-weight: lighter;
}

.search-result .times {
    font-size: 18px;
    color: #777;
    font-weight: lighter;
    margin-top: 15px;
}

.search_input_sum {
    max-width: 915px;
    margin: 80px auto 50px;
}

.search_input_sum input.text {
    border: 1px solid #dddddd;
    background: url("../images/ico_searh1.png") 30px center no-repeat;
    line-height: 40px;
    padding: 15px 20px 15px 70px;
    border-radius: 45px;
    box-sizing: border-box;
    width: calc(100% - 115px);
    float: left;
    font-size: 18px;
    color: #222222;
}

.search_input_sum input.text:focus {
    border-color: #ff1837;
}

.search_input_sum input.search_btn {
    float: right;
    line-height: 70px;
    width: 100px;
    text-align: center;
    background: #ff1837;
    color: #FFFFFF;
    border-radius: 45px;
    border: 0;
    font-size: 22px;
}

.sub-bar-container {
    line-height: 70px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-top: -1px;
}

.sub-bar-container .box {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.sub-bar-container .home {
    float: left;
    width: 70px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #eeeeee;
}

.sub-bar-container .home:hover {
    opacity: .6;
}

.breadcrumb-item-container {
    padding: 0 35px;
    box-sizing: border-box;
    float: left;
    width: 240px;
    font-size: 18px;
    color: #444444;
    border-right: 1px solid #EEEEEE;
    position: relative;
}

.breadcrumb-item-container .icon-right {
    position: absolute;
    background: url("../images/ico_right.png") no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    top: calc(50% - 7.5px);
    right: 15px;
}

.breadcrumb-item-container .clearfix {
    cursor: pointer;
}

.breadcrumb-item-container ul {
    display: none;
    background: #FFFFFF;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;

}

.breadcrumb-item-container ul a {
    display: block;
    color: #444444;
    padding: 0 35px;
    box-sizing: border-box;
}

.breadcrumb-item-container ul li.active a, .breadcrumb-item-container ul a:hover {
    color: #003686;
    background: url("../images/ico_right1.png") 90% center no-repeat;
}

.breadcrumb-item-container .icon-right {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.breadcrumb-item-container.selected .icon-right {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.sub-bar-box .right_box {
    float: right;
}

.sub-bar-box .right_box .home {
    border-left: 1px solid #EEEEEE;
    border-right: 0;
}

@media screen and (max-width: 1600px) {

    .sub-bar-container .home {
        width: 55px;
    }

    .neiye_banner .n_tit, .neiye_title .a1, .about1_data_list1 .num, .about1_bottom .list .l2, .search-result .search-number {
        font-size: 36px;
    }

    .neiye_title .a2, .about1_data_list1 .number, .about1_container .year {
        font-size: 16px;
    }

    .editor, .neiye_banner .n_content, .about1_data_list1 .desc, .about1_bottom .list .l1, .about2 .list .l3 {
        font-size: 18px;
    }

    .editor {
        margin: 30px 0
    }

    .about2 .list .l2, .about2 .list li:nth-child(1) .l2 {
        font-size: 30px;
        margin-top: 5%;
    }

    .about2 .list .l1 img {
        width: 30px;
    }

    .neiye_title {
        padding: 50px 0 15px;
    }

    .about2 .list {
        padding-bottom: 100px;
    }

    .about2 .list li:nth-child(1) .l3 {
        max-width: 320px;
    }

    .search-result h2 {
        font-size: 27px;
    }

    .search-result ul {
        margin-bottom: 100px;
    }

    .search-result {
        padding-top: 30px;
    }

    .search_input_sum {
        max-width: 850px;
        margin: 40px auto 20px;
    }

    .search-result .search-number {
        margin-bottom: 0;
        padding-bottom: 0;
    }

}
@media screen and (max-width: 1440px) {

    .search-result a {
        padding: 30px 0;
    }

    .search-result h2 {
        font-size: 24px;
    }

    .search-result .mess, .search-result .times {
        font-size: 16px;
        line-height: 1.7;
    }
    .search-result .search-number{
        font-size:30px;
    }
}
@media screen and (max-width: 1199px) {
    .search-result .search-number{
        font-size:24px;
    }
    .search-result h2 {
        font-size: 22px;
    }

    .search-result .mess, .search-result .times {
        font-size: 15px;
    }

    .search-result ul {
        margin-bottom: 50px;
    }

    .search-result {
        padding-top: 10px;
    }

    .search_input_sum input.text {

        padding: 5px 10px 5px 70px;

        font-size: 15px;
    }

    .search_input_sum input.search_btn {
        font-size: 17px;
        line-height: 50px;
    }
}
@media screen and (max-width:980px) {
    .search-result h2 {
        font-size: 17px;
        padding-bottom: 5px;
    }

    .search-result a {
        padding: 20px 0;
    }
}

@media screen and (max-width:768px) {

    .search-result .mess, .search-result .times {
        font-size: 13px;
    }

    .search-result .times {
        margin-top: 7px;
        font-size: 12px;
    }

    .search-result .search-number{
        font-size:20px;
        line-height: 1;
    }
    .e2c_details .banner1{
        min-height: 270px;
    }
    .pro_hr2 .list .left dd{
        position: static;
    }
    .pro_hr2 .list .radius1{
        width: auto;
        height: auto;
    }
    .pro_hr2 .list .item.right dd{
        display: inline-block;
        width: auto;
        padding: 0 20px 0 0;
        margin: auto;
    }
    .pro_hr2 .list .d1{
        font-size: 15px;
        margin-top: 10px;
        padding-bottom: 0;
    }
    .pro_hr2 .list .item.right .d1{
        border: 0;
        margin: 10px 0;
        padding: 0;
        font-size: 14px;
    }
    .pro_hr2 .pro_img{
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        zoom: 1 \9;
        zoom: 1 \9;
    }
    .pro_hr2 .list .right dd img{
        width:25px;
        display:block;
        margin: 5px auto;
    }
    .pro_hr2 .list dd img{
        display:block;
        width:25px;
        margin:5px 0;
    }
    .pro_hr2 .list .d2{
        font-size:13px;
        margin:10px 0 20px
    }
    .pro_hr2 .list .item.left,.pro_hr2 .list .item.right ,.pro_hr2 .list .item.right dl{
        position: static;
        width: auto;
        height: auto;
    }
    .pro_hr2 .list .line{
        display: none;
    }
    .pro_hr2:before{
        top: 0;
    }
}
.hang3_sum .swiper-button-next,
.hang3_sum .swiper-button-prev{
    background:url('../images/ico_prev1.jpg');
    background-size: 100%;
    top: 50%;
}
.pro_sum_show dd{
    display: none;
}
/*下载中心*/
.news_nav_list{
    text-align:center;
}
.news_nav_list a{
    margin: 0;
}
.news_nav_list a.on{
    border-bottom: 2px solid #ff1837;
}
.news_nav_list a:nth-child(2){
    margin: 0 10%;
}
.news_nav_list .wrapper{
    display: block;
}
.down_list{

}
.down_list .item{
    width: calc(50% - 20px);
    display: inline-block;
    background: #FFFFFF;
    margin-top: 30px;
    vertical-align: top;
    box-sizing: border-box;
    padding: 35px;
    border-radius: 5px;
}
.down_list a:nth-child(even){
    margin-left: 36px;
}
.down_list .item .lans{
    width: calc(100% - 110px);
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
}
.down_list .l1{
    font-size: 20px;
    color: #333333;
}
.down_list a:hover .l1{
    color: #ff1837;
}
.down_list .l2{
    margin-top: 6px;
    font-size: 16px;
    color: #999999;
}
.down_list .icon_big_down{
    background: url("../images/icon_down11.png") no-repeat;
    background-size: 100%;
    width: 55px;
    height: 55px;
    float: left;
}
.down_list a:hover .icon_big_down{
    background-image: url("../images/icon_down11_on.png");
}
.down_list .icon_small_down{
    background: url("../images/icon_down22.png") center center no-repeat;
    background-size:55% auto;
    width: 55px;
    height: 55px;
    float: left;
}
.down_list a:hover .icon_small_down{
    background-image: url("../images/icon_down22_on.png");
}
.email_win{
    display: none;
}
.email_win .bg{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000;
    opacity: .5;
    top: 0;
    left: 0;
    z-index: 100;
}
.email_win .win_wrapper{
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
    max-width: 700px;
    width: 90%;
    background: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 120;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.email_win .title{
    font-size: 24px;
    font-weight: bold;
    color: #222222;
}
.email_win .text{
    margin: 20px 0;
    display: block;
    width: 100%;
    border: 1px solid #dddddd;
    font-size: 16px;
    line-height: 46px;
    height:46px;
    padding: 10px;
    box-sizing: border-box;
}
.email_win .close{
    float:right;
}
.email_win .sub{
    width: 150px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    background: #ff1837;
    border-radius: 7px;
    text-align: center;
    border: 0px;
}
@media screen and (max-width: 1199px) {

    .down_list .item{
        width:100%;
        display: block;
        margin-top:20px;
        padding: 5%;
    }
    .down_list a:nth-child(even){
        margin-left: 0;
    }
    .down_list .l1{
        font-size: 16px;
    }
    .down_list .l2{
        font-size: 14px;
    }
    .down_list .icon_big_down,.down_list .icon_small_down{
        width: 40px;
        height: 40px;
    }
    .down_list .item .lans{
        width: calc(100% - 80px);
        padding: 0 15px;
    }

}

@media only screen and (min-width: 768px){
    .footer_fixed .box-contact {
        position: absolute;
        left: -264px;
        top: -103px;

        background-color: #ffffff;
        width: 258px;
        display: none;
    }
    .footer_fixed .box-contact .box-wrap {
        position: relative;
        padding: 35px 23px 22px;
    }
    .footer_fixed .box-contact .column {
        position: relative;
        margin-bottom: 35px;
    }
    .footer_fixed .box-contact .column:last-child{
        margin-bottom: 0;
    }
    .footer_fixed .box-contact .item {
        display: block;
        padding-left: 30px;
        background-position: left 3%;
        background-repeat: no-repeat;
    }
    .footer_fixed .box-contact .on-line {
        background-image: url(../images/icon8.jpg);
    }
    .footer_fixed .box-contact .phone {
        background-image: url(../images/icon9.jpg);
    }
    .footer_fixed .box-contact .messa {
        background-image: url(../images/icon10.jpg);
    }
    .footer_fixed  .box-contact .weixin {
        background-image: url(../images/icon155.png);
    }
    .footer_fixed .box-contact .h1 {
        font-size: 16px;
        color: #333333;
        margin-bottom: 10px;
        line-height: 1;
    }
    .footer_fixed  .box-contact .words {
        font-size: 14px;
        color: #777777;
    }
    .footer_fixed  .box-contact .weixin .show-box {
        position: absolute;
        top: 50%;
        right: 120%;
        transform: translateY(-50%);
        width: 120px;
        display: none;
    }
    .footer_fixed  .box-contact .column:hover .show-box {
        display: block;
    }
    .footer_fixed  .box-contact .close {
        position: absolute;
        top: 13px;
        right: 16px;
        cursor: pointer;
    }
}
@media only screen and (max-width: 767px){

.pro_index_list li h2 {
    font-size: 14px;
    line-height: 32px;
	height: 32px;overflow: hidden;
}
.pro_index_list li span {
    font-size: 12px;
    line-height: 32px;
}
    .footer_fixed  .box-contact{
        position: absolute;
        left: -160px;
        top: -123px;

        background-color: #ffffff;
        width: 150px;
        display: none;
    }
    .footer_fixed .box-contact .box-wrap {
        position: relative;
        padding: 25px 15px 15px;
    }
    .footer_fixed  .box-contact .column {
        position: relative;
        margin-bottom: 15px;
    }
    .footer_fixed  .box-contact .column:last-child{
        margin-bottom: 0;
    }
    .footer_fixed .box-contact .item {
        display: block;
        padding-left: 17px;
        background-position: left 3%;
        background-repeat: no-repeat;
        background-size: 12px auto;
    }
    .footer_fixed .box-contact .on-line {
        background-image: url(../images/icon8.jpg);
    }
    .footer_fixed  .box-contact .phone {
        background-image: url(../images/icon9.jpg);
    }
    .footer_fixed .box-contact .messa {
        background-image: url(../images/icon10.jpg);
    }
    .footer_fixed  .box-contact .weixin {
        background-image: url(../images/icon155.png);
    }
    .footer_fixed .box-contact .h1 {
        font-size: 12px;
        color: #333333;
        margin-bottom: 10px;
    }
    .footer_fixed .box-contact .words {
        font-size: 11px;
        color: #777777;
    }
    .footer_fixed .box-contact .show-box {
        position: absolute;
        top: 50%;
        right: 120%;
        transform: translateY(-50%);
        width: 120px;
        display: none;
    }
    .footer_fixed .box-contact .column:hover .show-box {
        display: block;
    }
    .footer_fixed .box-contact .close {
        position: absolute;
        top: 7px;
        right: 12px;
        cursor: pointer;
    }
}
