* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.swiper-container.banner {
    height: 100%;
}

.banner_pic {
    position: relative;
    width: 100%;
    height: 100%;

}

@keyframes scale_b {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.banner .swiper-button-prev {
    width: 73px;
    height: 10px;
    background: url(../images/banner_left.png) center no-repeat;
    top: auto;
    bottom: 110px;
    margin-top: 0;
    left: 43%;
}

.banner .swiper-button-next {
    width: 73px;
    height: 10px;
    background: url(../images/banner_right.png) center no-repeat;
    top: auto;
    bottom: 110px;
    margin-top: 0;
    right: 43%;
}

#banner {
    position: relative;
}

.banner_index {
    position: absolute;
    bottom: 100px;
    left: 49.5%;
    font-family: "Arial";
    font-size: 20px;
    color: #f5f5f5;
    z-index: 99;
}

.next_section {
    position: absolute;
    z-index: 99;
    bottom: 170px;
    left: 48.5%;
}

.head {
    width: 100%;
    height: 96px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
	
	padding:0 7%;
	transition:all 0.8s;
}

.logo {
    float: left;
    line-height: 96px;
    width: 14.75%;
	transition:all 0.8s;
}

.logo img {
    width: 100%;
}

.language,
.computer,
.search {
    float: right;
    line-height: 96px;
    width: 5.2%;
    text-align: center;
    cursor: pointer;
	transition:all 0.8s;
}

.language img {
    margin-top: -3px;
    margin-right: 5px;
}

.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 96px;
    display: none;
    z-index: 9999;
    background: #fff;
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../images/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}

.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(51, 51, 51, 1);
}

.search-box form .text {
    font-size: 12px;
    color: #333;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #333;
    line-height: 40px;
    outline: none;
}

.search-box form .submit {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../images/image_06.jpg) no-repeat center;
    border: none;
}

.search-box form .text::-webkit-input-placeholder {
    color: #333;
}

.search-box form .text:-moz-placeholder {
    color: #333;
}

.search-box form .text::-moz-placeholder {
    color: #333;
}

.search-box form .text:-ms-input-placeholder {
    color: #333;
}

.nav {
    float: right;
    line-height: 96px;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    padding: 0 35px;
    position: relative;
}

.nav ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
}

.nav ul li .detailnav {
    position: absolute;
    top: 96px;
    left: -16px;
    width: 130%;
    z-index: 999;
    display: none;
    background: #fff;

}

.nav ul li .detailnav li {
    padding: 0;
    width: 100%;
    text-align: center;
    line-height: 40px !important;
	height:41px !important;
    border-bottom: 1px solid #ddd;
}

.nav ul li .detailnav li a {
    font-size: 12px;
	color:#333;
	line-height: 40px !important;
	height: 40px !important;
}

.nav ul li:hover .detailnav {
    display: block;
}

.product {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/probg.png) center no-repeat;
    padding-top: 150px;
}

.title {
    text-align: center;
}

.maintitle {
    font-size: 44px;
    color: #241f1f;
}

.titleline {
    width: 28px;
    height: 5px;
    background: #1667aa;
    margin: 10px auto;
}

.titles {
    font-size: 18px;
    color: #454546;
}

.pronav {
    text-align: center;
    margin-top: 15px;
}

.pronavs {
    display: inline-block;
    padding: 0 70px;
    cursor: pointer;
}

.pronavs p {
    font-size: 18px;
    color: #0e0e0f;
    font-weight: bold;
    margin-top: 10px;
}

.pronavs .pronav_pic {
    height: 62px;
    line-height: 62px;
}

@keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

.pronav_pic:hover img {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}

.proswiper a {
    display: block;
    overflow: hidden;
}

.proswiper img {
    width: 100%;
    transition: all 0.8s;
}

.proswiper img:hover {
    transform: scale(1.1);
}

.probot {
    max-width: 1510px;
    margin: 25px auto 0;
}

.proswiper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -webkit-animation: rolled 2.5s .2s ease both infinite;
    -moz-animation: rolled 2.5s .2s ease both infinite;
    -o-animation: rolled 2.5s .2s ease both infinite;
    -ms-animation: rolled 2.5s .2s ease both infinite;
    overflow: hidden;
}

@-webkit-keyframes rolled {
    0% {
        left: -150px;
    }
    100% {
        left: 920px;
    }
}

@-moz-keyframes rolled {
    0% {
        left: -150px;
    }
    100% {
        left: 920px;
    }
}

@-o-keyframes rolled {
    0% {
        left: -150px;
    }
    100% {
        left: 920px;
    }
}

@-ms-keyframes rolled {
    0% {
        left: -150px;
    }
    100% {
        left: 920px;
    }
}

@keyframes rolled {
    0% {
        left: -150px;
    }
    100% {
        left: 920px;
    }
}

.probots {
    display: none;
}

.case {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 100px;
}

.right_case {
    width: 57.2%;
    float: right;
    position: relative;
}

.cases {
    margin-top: 35px;
    overflow: hidden;
    background: url(../images/case.png) left center no-repeat;
    background-size: cover;
}

.right_case img {
    width: 100%;
    transition: all 0.8s;
}

.right_case img:hover {
    transform: scale(1.1);
}

.right_case .swiper-button-next {
    left: 0;
    top: 50%;
    right: auto;
    width: 72px;
    height: 72px;
    background: url(../images/image_22.jpg) center no-repeat;
}

.right_case .swiper-button-prev {
    left: -72px;
    top: calc(50% + 72px);
    width: 72px;
    height: 72px;
    background: url(../images/image_24.jpg) center no-repeat;
}

.left_case {
    width: 42.8%;
    float: left;
    padding-left: 8.3%;
    padding-right: 6.5%;
    position: relative;
}

.caseline {
    position: absolute;
    left: 72px;
    top: 66px;
}

.casecircle {
    width: 25px;
    height: 25px;
    border: 3px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 136px;
    right: 213px;
}

.lcases {
    display: none;
}

.lcase_title {
    font-size: 28px;
    color: #1667aa;
    font-weight: bold;
    margin-top: 105px;
	display: none;
}

.lcase_titles {
    font-size: 28px;
    color: #000;
	display: none;
}

.lcase_num {
    width: 43px;
    height: 43px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 41px;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;
    margin-top: 20px;
}

.lcase_con {
    font-size: 17px;
    color: #000;
    line-height: 40px;
    margin-top: 185px;
}

.about {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 130px;
    position: relative;
}

.about_bg {
    width: 100%;
    text-align: center;
    color: #d0e1ee;
    font-size: 162px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: -1;
}

.abouts {
    max-width: 1500px;
    margin: auto;
}

.abcon {
    text-indent: 2em;
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin-top: 50px;
}

.shuju {
    text-align: center;
    margin-top: 15px;
}

.sj {
    width: 20%;
    display: inline-block;
}

.sj_top {
    font-family: "黑体";
    font-size: 55px;
    color: #1667aa;
    font-weight: bold;
}

.sj_bot {
    font-size: 20px;
    color: #201e1e;
    margin-top: -10px;
}

.ab_bot {
    margin-top: 40px;
}

.ab_video {
    width: 49%;
    float: left;
}

.ab_video video {
    width: 100%;
}

.ab_speech {
    width: 49%;
    float: right;
    background: #f5f5f5;
    padding-left: 50px;
    padding-right: 25px;
    padding-bottom: 45px;
}

.ab_speech_title {
    font-size: 27px;
    color: #1f1c1c;
    font-weight: bold;
    padding-top: 54px;
}

.ab_speech_con {
    font-size: 14px;
    color: #6d6b6b;
	line-height:35px;
    margin-top: 20px;

}

.ab_speech_more a {
    display: block;
    width: 140px;
    height: 50px;
    border-radius: 30px;
	 background: #1667aa;
   
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
}

.ab_speech_more a:hover {
    border: 1px solid #1667aa;
   
    color: #fff;
}

.ab_speech_more {
    float: right;
    
}

.mid {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 230px;
    position: relative;
}

.ipart3 {
    padding-bottom: 50px;
}

.iprt3_cell {
    position: relative;
    float: left;
    margin-left: -.11%;
    width: 33.433333%;
    height: 530px;
    overflow: hidden;
}

.iprt3_cell .iprt3_cell_bg {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -330px;
    width: 660px;
    max-width: none;
    height: auto;
}

.iprt3_cell_con {
    position: relative;
    padding-top: 13%;
    margin: 0 auto;
    width: 82%;
    max-width: 380px;
    height: 100%;
}

.iprt3_cell .cell_tit {
    margin-bottom: 20px;
    font-size: 30px;
    color: #fff;
}

.iprt3_cell .cell_desc {
    margin-bottom: 30px;
    font-size: 14px;
    color: #c1cad8;
}

.iprt3_cell .ysl_uni_btn_more {
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.iprt3_cell .ysl_uni_btn_more:before {
    background: #fff;
}

.iprt3_cell:hover .ysl_uni_btn_more {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.iprt3_cell .stock_data {
    height: 44px;
    line-height: 44px;
    font-family: Arial, sans-serif;
    color: #be1e2d;
}

.iprt3_cell .stock_data .stock_price {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-right: 20px;
    font-size: 40px;
}

.iprt3_cell .stock_data .stock_wave {
    font-size: 16px;
}

.iprt3_cell .stock_data .stock_price:after {
    content: '--';
    display: block;
    position: absolute;
    bottom: 7px;
    right: 0;
    font-size: 0;
    background-image: none;
}

.iprt3_cell .stock_data.gored .stock_price:after,
.iprt3_cell .stock_data.gogreen .stock_price:after {
    width: 17px;
    height: 17px;
    background-image: url(../img/ysl/HdFt.png);
    background-repeat: no-repeat;
}

.iprt3_cell .stock_data.gored .stock_price:after {
    background-position: 0 0;
}

.iprt3_cell .stock_data.gogreen .stock_price:after {
    background-position: 0 -20px;
}

.iprt3_cell .stock_data.unchanged .stock_price:after {
    font-size: 14px;
    line-height: 20px;
    background-image: none;
}

.iprt3_cell .stock_data.gored {
    color: #c70125;
}

.iprt3_cell .stock_data.gogreen {
    color: #35d11e;
}

.iprt3_cell .stock_name {
    font-size: 16px;
}

.iprt3_cell .stock_name_tag {
    color: #fff;
}

.iprt3_cell .stock_name_num {
    font-family: Arial, sans-serif;
    color: #a4a7ad;
}

.iprt3_cell .stock_desc {
    margin-bottom: 30px;
    color: #a4a7ad;
}

.iprt3_cell.cell3 .iprt3_cell_con {
    display: table;
    padding-top: 0;
    height: 100%;
    text-align: center;
    color: #fff;
}

.iprt3_cell.cell3 .iprt3_table_cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.iprt3_cell.cell3 .cell_tit_cn {
    font-size: 30px;
}

.iprt3_cell.cell3 .cell_tit_en {
    font-size: 16px;
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.ysl_uni_btn_more {
    display: block;
    position: relative;
    padding-bottom: 10px;
    width: 100px;
    color: #2e74b5;
}

.transition05 {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.ysl_uni_btn_more:before {
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.4;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #005bab;
}

.ysl_uni_btn_more:before,
.ysl_uni_btn_more:after {
    content: '';
    display: block;
    position: absolute;
}

.iprt3_cell .ysl_uni_btn_more:before {
    background: #fff;
}

.svg_video_ico_wrap .cell_ico {
    display: none;
    display: block\0;
    display: block\9;
    margin: 0 auto 20px;
    width: 80px;
    height: 74px;
    background: url(../img/ysl/index_play.png) center center no-repeat;
}

.svg_video_ico {
    margin-bottom: 40px;
    display: none\0;
    display: none\9;
}

.svg_video_ico_wrap:hover path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 6s forwards;
    animation: dash 6s forwards;
}

.svg_video_ico_wrap:hover .st3 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.svg_video_ico .st0 {
    fill: none;
    stroke: #FFFFFF;
    stroke-miterlimit: 10;
}

.svg_video_ico .st1 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.video-container {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    top: 0;
    left: 0;
}

.video-container video {
    width: 75%;
    margin-top: 90px;
}

.new {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
    padding-top: 150px;
}

.newtitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 41px;
    color: #030303;
}

.newtitles {
    text-align: center;
    font-size: 30px;
    color: #1f1a1b;
}

.news {
    max-width: 1475px;
    margin: 35px auto 0;
    overflow: hidden;
}

.nw {
    width: 25%;
    float: left;
    background: #fff;
}

.nw img {
    width: 100%;
    transition: all 0.8s;
}

.nw_pic {
    overflow: hidden;
}

.nw img:hover {
    transform: scale(1.1);
}

.nw_con {
    height: 225px;
    padding: 55px 45px 0 35px;
}

.newstitle {
    font-size: 16px;
    color: #221e1e;
}

.newsdate {
    font-size: 16px;
    color: #221e1e;
    margin: 10px 0;
}

.newscon {
    font-size: 14px;
    color: #686767;
    line-height: 2;
}

.newmore a {
    display: inline-block;
    width: 212px;
    height: 50px;
   
	 background: #1667aa;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
}

.newmore a:hover {
   
   
	
    color: #fff;
}

.newmore {
    text-align: center;
    margin-top: 80px;
}

.foot {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1667aa;
    padding-top: 80px;
}

.foots {
    max-width: 1540px;
    overflow: hidden;
    margin: 0 auto 140px;
}

.fnav {
    float: left;
    margin-right: 105px;
}

.ftitle a {
    font-size: 16px;
    color: #fff;
}

.fline {
    width: 18px;
    height: 2px;
    background: #fff;
    margin: 10px 0;
}

.fnav ul {
    margin-bottom: 0;
}

.fnav ul li a {
    font-size: 14px;
    color: #fff;
}

.fnav ul li {
    margin-bottom: 10px;
}

.fnav ul li:last-child {
    margin-bottom: 0;
}

.saoma {
    float: right;
}

.sm {
    float: left;
    margin-left: 10px;
    text-align: center;
}

.sm p {
    font-size: 14px;
    color: #fff;
    margin-top: 7px;
}

.copy {
    width: 100%;
    border-top: 1px solid #fff;
}

.copys {
    max-width: 1540px;
    overflow: hidden;
    margin: auto;
}

.left_copy {
    float: left;
    line-height: 75px;
}
.left_copy a {
     color: #fff;
}

.left_copy span {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

.right_copy {
    float: right;
}

.right_copy select {
    width: 132px;
    height: 36px;
    border: 1px solid #3c3c42;
    border-radius: 10px;
    background: url(../images/icon_03.jpg) right 5px center no-repeat;
    margin-top: 25px;
    padding-left: 10px;
    color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 33px;
    bottom: 30%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .iconfont {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #1667aa;
    vertical-align: middle;
    text-align: center;
    line-height: 57px;
    color: #fff;
    font-size: 12px;
    padding-top: 15px;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .7s;
}

#toolbar li p {
    margin-bottom: 0;
}

#toolbar li img {
    max-width: 100%;
}

#toolbar li:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    @include arrow(right, 5px, $themecolor);
}

#toolbar li .icon {
    background-position: -57px -180px;
}

#toolbar li:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#toolbar .backtop {
    cursor: pointer;
    background-color: #1667aa;
}

.iconfont {
    color: #fff;
}

#toolbar li:hover a {
    width: 200px;
    background-color: #1667aa;
}

#toolbar li:hover .iconfont {
    background-color: #1667aa !important;
}

.icon-qq {
    background: url(../images/QQ1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-iconfontphone {
    background: url(../images/tel1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-msnui-qr-code {
    background: url(../images/erwei1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-wenjianxiazaiicon {
    background: url(../images/liuyan1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-arrowup {
    background: url(../images/backtop.png) center no-repeat;
    background-color: #1667aa !important;
}

#toolbar li:first-child:hover .icon-qq {
    background: url(../images/QQ1.png) center no-repeat;
}

#toolbar li:nth-child(2):hover .icon-iconfontphone {
    background: url(../images/tel1.png) center no-repeat;
}

#toolbar li:nth-child(4):hover .icon-wenjianxiazaiicon {
    background: url(../images/liuyan1.png) center no-repeat;
}
.c-content-box.c-size-md {
    padding: 60px 0;
}

.k2-fneng {
    padding: 240px 0 !important;
}
.c-bg-parallax {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    min-height: 75%;
}
.c-content-bar-4 {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}
.c-content-bar-4>h3 {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    margin: 100px auto 40px auto;
    padding: 40px;
    border: 2px solid rgba(255, 255, 255, 0.45);
}
.c-font-bold {
    font-weight: 600 !important;
}
.k-contact {
    background-color: #510000;
    padding: 70px 0;
}
.k-contact h1 {
    color: #fff;
	font-size: 22px;
    margin: 10px 0;
}
 
.k-contact p {
    color: #6a7887;
	    margin: 0 0 10px;
}
.k-share {
    float: right;
    margin-top: 15px;
}
.socicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'socicon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.socicon-btn.socicon-btn-circle {
    border-radius: 44px;
}
.socicon-btn.socicon-solid {
    border: 0;
    width: 46px;
    height: 46px;
    padding-top: 9px;
}
.c-bg-grey-1 {
    background-color: #f7f7f7 !important;
}
.c-font-grey-2 {
    color: #677083 !important;
}
.socicon-btn {
    position: relative;
    display: inline-block;
    font-family: 'socicon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    width: 44px;
    height: 44px;
    padding-top: 11px;
    font-size: 24px;
    border: 1px solid #eeeeee;
    color: #3f444a;
    transition: background, color 0.3s;
}
.k-contact .container {
    padding: 24px 44px;
    background-color: #2f353b;
}
.banner_text{
	position:absolute;
	z-index:9;
	color: #c01d1d;
	font-size: 53px;
	left:2%;
	top: 19%;
}
.banner_more{
	position:absolute;
	z-index:9;
    left: 12%;
    top: 52%;
}
.banner_more a{
	display:inline-block;
	margin-right:30px;
	width:240px;
	height:47px;
	line-height:47px;
	background:#1667aa;
	text-align:center;
	font-size:16px;
	color:#fff;
	border-radius:30px;
}
.zhici{
	width:100%;
	overflow:hidden;
	margin:40px 0;
}
.zhicis{
	max-width:1000px;
	margin:auto;
}
.left_zc{
	width:48%;
	float:left;
}
.left_zc img{
	width:100%;
}
.right_zc{
	width:48%;
	float:right;
	line-height:2;
}
.mobile-inner-header {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
    padding-left: 15px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 55%;
    margin-top: -5px;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(51, 51, 51, 0.4);
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}