body{
    /*font-family:"SimSun",宋体*/
    font-family:"Microsoft YaHei",微软雅黑,STHeiti;
}

/*@font-face {*/
/*    font-family: 'Conv_Tungsten-Semibold';*/
/*    src: url('../fonts/Tungsten-Semibold.eot');*/
/*    src: url('../fonts/Tungsten-Semibold.woff') format('woff'), url('../fonts/Tungsten-Semibold.ttf') format('truetype'), url('../fonts/Tungsten-Semibold.svg') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/


/*@font-face{*/
/*    font-family:'Roboto Condensed';*/
/*    src:url('../fonts/Roboto Condensed.eot');*/
/*    src:url('../fonts/Roboto Condensed.woff2') format('woff2'),*/
/*    url('../fonts/Roboto Condensed.woff') format('woff'),*/
/*    url('../fonts/Roboto Condensed.ttf') format('truetype'),*/
/*    url('../fonts/Roboto Condensed.svg') format('svg');*/
/*}*/
/**header**/

.header {
    /*padding: 8px 0px 14px;*/
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    /*-webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;*/
}

.header_logo {
    float: left;
    margin-top:15px;
    width: 185px;
    position: relative;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}

.header_logo img {
    width: 100%;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}
.logo_hid{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.header_logo:hover .logo_hid{
    opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}
.header.scroll .header_logo {
    width: 175px;
}

.header.scroll .header_right {
    padding-top: 0px;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}

.header_right {
    float: right;
    padding-top: 0px;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}


.header_right_top{ height:35px;  float:right;}
.header_right_top ul li{ float:left; padding:0 5px;margin-left:10px;}
.header_right_top ul li img{ width:27%}
.header_right_top ul li a{font-size:12px; color:#bbb}
.header_right_top ul li a:hover{
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    color:#3ea3ef

}
.header_right_top ul li a i {
    font-size: 13px;
}

.header_right ul li {
    float: left;
    padding: 0 8px;
    margin-left: 10px;
}

.header_right .last {
    line-height: 28px;
    text-align: center;
    background: #00a496;
    /*border-radius: 5px;*/
    padding: 0px 20px;
    color: #ffffff;
}

.header_video video {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

li.header_gp {
    margin-left: 30px;
}

.header_video {
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    height: 100%;
}

.header_con {
    position: relative;
    z-index: 2;
    padding: 8px 0px 13px;
}

.header_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    height: 100%;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}

.header_bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    height: 100%;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}

.header.scroll .header_video {
    display: none;
}

.header.scroll .header_bg1 {
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
}

.header.scroll .header_bg {
    display: none;
}

.header_right li a {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0px;
}
.header_right li a:hover{
    color:#3ea3ef;
}

.header_right li a i {
    font-size: 18px;
}

.header_c {
    text-align: center;
    line-height: 49px;
    font-size: 16px;
}

.header_c .left {
    float: left;
    position: relative;
    z-index: 2;
}

.header_c .left a {
    margin-right: 40px;
}

.header_c .right {
    float: right;
    position: relative;
    z-index: 2;
}

.header_c .right a {
    color: #00a496;
}

.header_c_c {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.header.scroll .header_c {
    display: none;
}

.header.scroll .header_con {
    display: block;
}





/**banner**/

.banner {
    position: relative;
    z-index:10
}

.ban_img {
    position: relative;
    overflow:hidden;
}

.ban_li {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}

.ban_li.active {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.ban_big {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 50%;
    border: 5.54vw solid rgba(255, 255, 255, 0.3);
}

.ban_jt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}

.ban_yuan {
    width: 72vw;
    margin: 0 auto;
    position: relative;
}

.ban_yuan_line {
    border: solid 1px rgba(255, 255, 255, 0.7);
    height: 100%;
    border-radius: 50%;
}

.ban_small {
    width: 100%;
    height: 100%;
    cursor: default;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.ban_jt1 {
    width: 100%;
    height: 60px;
    right: 6px;
    text-align: right;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    padding-right: calc(2.77vw - 30px);
    left: 0;
}

.ban_jt_cot {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    padding: 5.54vw;
    overflow: hidden;
    left: 0;
    transition: transform 1s linear;
    -webkit-transition: transform 1s linear;
    -moz-transition: transform 1s linear;
    -ms-transition: transform 1s linear;
    -o-transition: transform 1s linear;
}

.ban_center {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: default;
    position: relative;
    z-index: 1;
}

.ban_jt2 {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    padding-left: calc(2.77vw - 9px);
    width: 100%;
    transform: rotateZ(-38deg);
}

.ban_jt3 {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    padding-left: calc(2.77vw - 9px);
    width: 100%;
    transform: rotateZ(38deg);
}

.ban_point0 {
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #3ea3ef;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
}

.ban_jt1 i {
    line-height: 60px;
    font-size: 30px;
    color: #fff;
}

.ban_point2,
.ban_point1 {
    font-size: 24px;
    color: #fff;
    color: rgba(255, 255, 255, 0.4);
}

.ban_wz {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 65%;
    padding-left: 8%;
}

.ban_list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}

.ban_list.active {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.ban_cot {
    /*padding-top: 10%;*/
    position: relative;
    z-index:99;
}

.ban_list h4 {
    margin: 0;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 4px;
    color: #fff;
    letter-spacing: 2px;
    /*font-style: italic;
    font-family: 'Conv_PlayfairDisplay-Regular';*/
}

.ban_list h3 {
    color: #3ea3ef;
    font-weight: 600;
    font-size: 94px;
    line-height: 100px;
    margin-bottom: 16px;
    font-family: 'Conv_Tungsten-Semibold';
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0;
}

.ban_list h5 {
    padding-left: 32px;
    line-height: 30px;
    color: #fff;
    margin: 0;
}

.ban_list h6 {
    color: #fff;
    line-height: 22px;
    letter-spacing: 2px;
    font-size: 13px;
}

.ban_down i {
    font-size: 30px;
    color: #3ea3ef;
    line-height: 45px;
    font-weight: 600;
}

.ban_down {
    text-align: center;
}

.ban_video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}



.ban_right {
    width: 50%;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
}

.banner_bottom {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2;
    margin-top: -47px;
    width: 100%;
}

.ban_bot {
    background: url(../images/ban_bot.png);
}

.ban_up {
    background: url(../images/ban_up.png);
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}

.ban_up.active {
    height: 510px;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}

.ban_bot li {
    width: 33.33%;
    float: left;
    text-align: center;
    border-left: 1px solid #252525;
}

.ban_navup ul {
    margin-left: -30px;
    margin-right: -10px;
}

.ban_navup li {
    width: 33.33%;
    float: left;
    padding: 0 10px 0 30px;
    position: relative;
}

.ban_navup {
    display: none;
    padding: 30px 0 50px;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}

.ban_navup.active {
    display: block;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}

.ban_navup_img img {
    width: 100%;
}

.ban_bot li a {
    color: #aaa;
    font-size: 15px;
    line-height: 47px;
    letter-spacing: 1px;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}

.ban_bot li a:hover,.ban_bot li.active a{
    color:#fff;
    background:#3ea3ef;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}

.ban_navup_left h3 {
    margin: 0;
    color: #3ea3ef;
    font-size: 15px;
    font-family: "DIN W01 Regular","Arial Narrow", Arial, sans-serif;
    letter-spacing: 0.5px;
    line-height: 20px;

}

.ban_navup_left h4 {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 35px;
    margin: 0;
}

.ban_navup_left h5 {
    color: #3ea3ef;
    text-transform: uppercase;
    margin: 0;
    line-height: 30px;
    font-family: 'Conv_DINPro';
}

.ban_navup_left h5 img {
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.ban_navup_img {
    margin-top: 20px;
}

.ban_navup_center h4 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-family: 'Conv_DINPro';
}

.ban_navup_center h4 span {
    font-size: 12px;
    font-family: "Microsoft YaHei", 微软雅黑, STHeiti;
    margin-left:5px;
}
.ban_navup_center h5 {
    margin: 0;
    color: #3ea3ef;
    line-height: 26px;
    font-family: 'Conv_DINPro';
}

.ban_navup_center h4 a {
    display: inline-block;
    margin: 8px 0;
    margin-left: 6px;
}

.ban_navup_li h3 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 30px;
    margin-bottom:6px;
}

.ban_navup_li h5 {
    color: #aaa;
    line-height: 19px;
    font-size: 12px;
    margin: 0;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ban_navup_li {
    padding: 12px 10px 10px;
    padding-right: 40px;
    border-bottom: 1px solid #444;
    position: relative;
}

.navup_jt {
    position: absolute;
    bottom: 12px;
    right: 10px;
}




/**ind_box1**/
.ind1_cot li {
    width: 19%;
    float: left;
}
.ind1_img img {
    width:100%;
}
.ind1_left h3 {
    font-family: 'Roboto Condensed';
    margin:0;
    font-size: 23px;
    color: #2174b5;
    text-transform: capitalize;
    font-weight: 600;
}
.ind1_left h3 a {
    font-size: 16px;
    margin-left: 16px;
    color: #42b3e5;
    padding: 1px 16px;
    border: solid 1px #42b3e5;
    font-weight: normal;
    transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}
.ind1_left h3 a:hover{
    color:#fff;
    background:#42b3e5;
    border-color:transparent;
    transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}
.ind_box1 {
    padding: 80px 0;
}
.ind1_left {
    float: left;
    width: 50%;
    padding: 14px 0px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    position:relative;
    left:600px;
}
.ind1_right{
    padding-left:35px;
}
.ind1_cot {
    margin-top: 28px;
}
.ind1_left .ind1_cot {
    width:95%;
}






.ind2_left {
    float: left;
    width: 60%;
    margin-right: 2%;
}
.ind2_right{
    width:35%;
    float:right;
}
.ind2_txt h2 {
    margin: 0;
    padding: 21px 0;
    text-align: center;
    background: #888;
    font-size: 32px;
    color: #fff;
    letter-spacing: 2px;
}
.ind2_txt h2 strong{ color:#3ea3ef;
    font-weight: normal;}
.ind2_list {
    width: 50%;
    float: left;
    padding-right: 2%;
}
.ind2_img{
    position:relative;
}
.ind2_img img{
    width:100%;
}
.ind2_wz h5 {
    margin: 20px 0;
    font-size: 15px;
    line-height: 28px;
    color: #111;
}
.ind2_wz h4  strong{
    font-size: 20px; display:block; line-height:50px;
}
.ind2_wz h4{
    margin: 20px 0;
    font-size: 15px;
    line-height: 28px;
    color:#2174b5;
}

.ind2_tit h3 {
    margin: 25px 0;
    font-size: 30px; text-transform:capitalize;
    font-family: 'Roboto Condensed';
    color: #0384ce;
    font-weight: 600;
}
.ind2_cot{
    padding:100px 0;
}
.ind2_zz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3,132,206,0.8);
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ind2_zz_wz {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    text-align: center;
    color:#fff;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ind2_zz_wz h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.ind2_zz_wz h5 {
    font-size: 14px;
}

.ind2_img:hover .ind2_zz{
    opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.ind2_img:hover .ind2_zz_wz{
    top: 50%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}





.ind3_img img {
    width: 100%;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transition:all 0.2s ease-in;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -ms-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
}
.ind3_li:hover .ind3_img img{
    transform:scale(1.03);
    -webkit-transform:scale(1.03);
    -moz-transform:scale(1.03);
    -ms-transform:scale(1.03);
    -o-transform:scale(1.03);
    transition:all 0.2s ease-in;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -ms-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
}
.ind3_img{
    overflow:hidden;
}
.ind3_list {
    padding: 0 10px;
}
.ind_box3{
    background:url(../images/ind3_bg.jpg) no-repeat center center fixed;
    padding:150px 0;
    background-size:cover;
    overflow:hidden;
}
.ind3_swiper{
    padding:10px 0;
}
.ind3_li {
    background: #FFF;
    box-shadow:0px 0px 0px #ccc;
    transition:all 0.2s ease-in;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -ms-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
}
.ind3_li:hover{
    box-shadow:0px 0px 15px #ccc;
    transition:all 0.2s ease-in;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -ms-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
}
.ind3_wz {
    padding: 18px;
    padding-bottom:0;
}
.ind3_wz h3 {
    font-size: 24px;
    margin: 0;
    height: 120px;
    overflow:hidden;
    margin-bottom: 40px;
    padding-right: 115px;
    color: #2174b5;
}
.ind3_wz h3 span{ font-size:20px;font-family: 'Roboto Condensed'; display:block; margin-top:10px;
    text-transform: capitalize;}

.ind3_small {
    width: 120px;
    padding: 25px 12px 0px 0px;
    position: absolute;
    top: 0;
    right: 0;
}

.ind3_cont {
    position: relative;
}

.ind3_small img {
    width: 100%;
}
.ind3_wz h5 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px; display:none;
}
.ind3_more {
    border-top: 1px dotted #ebebec;
    padding: 18px;
    font-size: 16px;
    text-transform: capitalize;
    color: #42b3e5;
    font-family:Arial, Helvetica, sans-serif;
}







.ind_box4 {
    margin: 15px;
    margin-top:100px;
    margin-bottom:100px;
    overflow:hidden;
}
.ind4_cot li {
    float: left;
    width: 16%;
    margin: 4% 0 5% 13%;
}
.ind4_list {
    text-align: center;
    position:relative;
}
.ind4_yuan {
    width: 100%;
    padding-bottom: 100%;
    background: #e30613;
    border-radius: 50%;
    transition:all 0.4s ease-out;
    -webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
}
.ind4_txt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 84%;
    margin:0 8%;
    color: #fff;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.ind4_list {
    max-width: 200px;
    margin: 0 auto;
}
.ind4_txt h3 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.ind4_txt h4 {
    margin: 0;
    font-size: 30px; font-weight:normal; text-transform:capitalize;
    font-family: 'Roboto Condensed';
}
.ind4_cot {
    height: 100%;
    margin: 0 auto;
    padding-top: 1%;
    padding-bottom: 8%;
    background: url(../images/ind4_bg.jpg) no-repeat center bottom;
    background-size: cover;
}
.ind4_list:hover .ind4_yuan{
    border-radius: 20%;
    transition:all 0.4s ease-out;
    -webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
}




.ind_box5 {
    background: #F5F6F7;
    padding: 100px 0;
    overflow:hidden;
}
.ind5_tit{
    text-align:center;
    margin-bottom: 50px;
}
.ind5_tit h4 {
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    margin-top: 9px;
    text-transform: uppercase;
    color: #a2a5ae;
    font-weight: 600;
    font-family:Arial, Helvetica, sans-serif;
}
.ind5_tit h3 {
    font-size: 40px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
    font-family:Arial, Helvetica, sans-serif;
}
.ind5_left {
    width: 100%;
    padding-right: 483px;
}
.ind5_cot{
    position:relative;
}
.ind5_right{
    width:483px;
    position:absolute;
    top:0;
    right:0;
    height:100%;
    overflow: hidden;
}
.ind5_list {
    padding: 48px 115px 48px 48px;
    background: #fff;
    position:relative;
}
.ind5_list:hover{ background:#42b3e5;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}

.ind5_list:hover h4{
    color:#fff;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}

.ind5_list:hover h5{ color:#81d8ff;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}

.ind5_list1 {
    background: #F5F6F7;
}
.ind5_wz h5 {
    margin: 0;
    margin-bottom: 8px;
    color: #42b3e5;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto Condensed';
    font-size: 16px;
}
.ind5_wz h4 {
    font-size: 18px;
    color: #666;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ind5_jt {
    right: 46px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right .3s ease-in;
    -moz-transition: right .3s ease-in;
    -ms-transition: right .3s ease-in;
    -o-transition:  right .3s ease-in;
    transition: right .3s ease-in;
}
.ind5_jt img {
    width: 34px;
}
.ind5_list:hover .ind5_jt{
    right: 26px;
    -webkit-transition: right .3s ease-in;
    -moz-transition: right .3s ease-in;
    -ms-transition: right .3s ease-in;
    -o-transition:  right .3s ease-in;
    transition: right .3s ease-in;
}
.ind5_r_wz {
    position: absolute;
    bottom: 0;
    background: #0384ce;
    padding: 22px 35px 30px 35px;
    color: #fff;
}
.ind5_r_wz h3 {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ind5_r_wz h5 {
    font-size: 15px;
    text-transform: uppercase;
}
.ind5_bf {
    width: 102px;
    height: 80px;
    position: absolute;
    top: -80px;
    background: #3ea3ef;
    left: 0;
    text-align: center;
}
.ind5_bf i {
    font-size: 46px;
    line-height: 80px;
}






/**footer**/
.footer{
    background:#333;
}
.footer_menu li {
    line-height: 24px;
    color: #999;
}
.footer_menu li a:hover{ color:#42b3e5;transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;}
.footer_menu .footer_first h4 {
    font-size: 18px;
    color: #aaa;
    text-transform:uppercase;
}
.footer_top {
    padding: 40px 0;
}
.footer_first hr {
    width: 30px;
    margin: 18px 0;
    border-color: #666;
}
.footer_left {
    color: #777;
    padding:10px 0;
}
.footer_left h5 {
    font-size: 12px;
    margin: 0;
    line-height: 22px;
}
.footer_left h5 span {
    text-transform: uppercase;
    margin-right: 5px;
}
#footer_unohacha {
    padding: 23px 0;
}
.footer_bottom {
    border-top: solid 1px #666;
}




/**xiaoguo**/
.ind2_txt{
    position:relative;
    opacity:0;
}
.ind2_txt.active{
    animation:ind2_txt 1s;
    -webkit-animation:ind2_txt 1s;
    opacity:1;
}
@keyframes ind2_txt{
    0%{
        opacity:0;
        left:100%;
    }
    60%{
        opacity:1;
        left:0;
        transform:rotateY(0);
    }
    100%{
        transform:rotateY(360deg);
    }
}
@-webkit-keyframes ind2_txt{
    0%{
        opacity:0;
        left:100%;
    }
    60%{
        opacity:1;
        left:0;
        transform:rotateY(0);
    }
    100%{
        transform:rotateY(360deg);
    }
}

.ind2_wz h5,.ind2_wz h4{
    position:relative;
    top:300px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.ind2_right{
    position:relative;
    top:300px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.ind3_list{
    position:relative;
    top:300px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.ind4_cot li{
    position:relative;
    left:600px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.ind5_list{
    position:relative;
    top:300px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.ind5_right{
    top:300px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}











.headTop , .menuBox{display: none;}

@media (max-width:1440px){


    .ban_list h3{font-size: 70px; line-height: 65px;}
    .ind3_wz h3{font-size: 18px;}
    .ind3_wz h3 span{font-size: 16px;}
    .ban_list h3{font-size: 40px; line-height: 45px;}
    .ban_list h4{font-size: 20px; line-height: 30px;}
    .ind2_txt h2{font-size: 22px;}
    .ind_box1{padding: 60px 0;}
    .ind2_cot{padding: 60px 0;}
    .ind2_tit h3{font-size: 26px;}
    .ind2_wz h4 strong{font-size: 20px;}

    .ind_box3{padding: 80px 15px;}
    .ind4_txt h3{font-size: 18px; line-height: 28px; margin-bottom: 5px;}
    .ind4_txt h4{font-size: 18px;}
    .ind5_left{padding: 0;}
    .ind5_right{position: relative; width: 100%;}
    .ind5_img img{width: 100%;}
    .ind5_cot{max-width: 483px; margin: 0 auto;}
    .ind_box5{padding: 60px 0;}
    .ind5_list{padding: 28px 105px 28px 35px;}
    .ind5_wz h4{font-size: 16px;}
    .ind5_wz h5{font-size: 14px;}
    .ind5_r_wz h3{font-size: 18px; line-height: 28px;}
    .ind5_r_wz h5{font-size: 14px;}


}
@media (max-width:1000px){



    .header{display: none;}

    .headTop , .menuBox{display: block;}
    .headTop{position: fixed; width: 100%;top:0;left:0; height: 50px; z-index: 99;}
    .headTop p{margin:0;padding:0;}
    .top-left{color: #fff;position: absolute;top: 0;bottom: 0;font-size: 20px;padding: 15px;z-index: 1;}
    .headTop .top-mid{
        font-size: 18px;
        text-align: center;
        left: 0;
        width: 100%;
        height: 100%;
        margin-left: 0;
        padding: 5px 0;
        position: absolute;
    }
    .headTop .top-mid img {
        height: 100%;
    }
    .headTop .top-right{left: auto;right: 0;color: #fff;position: absolute;top: 0;bottom: 0;font-size: 20px;padding: 7px 10px;}
    .headTopMain{position: fixed;top: 0;z-index: 9999;width: 100%;height: 50px;position: relative;left: auto;bottom: auto;right: auto;color: #fff;    	background: #272727;
        background: rgba(0, 0, 0, 0.7);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);}




    /*********menu菜单**********/
    html{position:relative;width:100%;}
    html.menu-active{overflow: hidden; position: fixed; top: 0; bottom: 0; left: 0;}
    .menuBox{color: #fff;position: fixed;width: 265px;height: 100%;top: 0;left: -265px;
        background: #272727;
        background: rgba(0, 0, 0, 0.7);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
    }
    .menuAll{
        height: 100%;
        padding-top: 50px;
        position: relative;
    }
    .menuTitle{
        height: 50px;
        padding: 10px 10px;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .menuTitle i{font-size:20px;float: left;line-height:30px;}
    .menuBody ul li i{font-size:16px;float: right;margin-right: 15px;    line-height: 45px;
        color: #fff;}
    .menuTitle span{
        font-size: 16px;
        margin-left: 20px;
        line-height: 30px;
        float: left;
    }
    .menuBody ul li.a{border-bottom: 1px solid rgba(0,0,0,0.1);}
    .menuBody ul li.a ul{width: 100%;display:none;overflow:hidden;border-top: 1px solid rgba(0,0,0,0.1);background: rgba(255,255,255,0.2);}
    .menuBody ul li.a ul li{height: 45px;border-bottom: 1px solid rgba(0,0,0,0.1);padding: 0 0 0 30px;font-size: 12px;}
    .menuBody ul li.a ul li a{color:#fff; line-height:30px;}
    .menuBody ul li.a span{
        margin-left: 15px;
        color: #fff;
        display: inline-block;
        padding: 10px 0;
        line-height: 25px;
    }
    .menuBody ul li a:after {content: "";display: table;clear: both;}

    .menuBody ul li a {
        overflow: hidden;
    }
    .menuBody ul li.a:after {content: "";display: table;clear: BOTH;}
    .menuBody {
        overflow-y: auto;
        max-height: 100%;
    }
    .ind3_swiper{max-width: 600px;}




}







@media (max-width:768px){


    .banner_phone img {
        width: 100%;
    }
    .wrapper {
        padding-top: 50px;
    }
    .indPhone_lis{position: relative;}
    .indPhone_lis img{width: 100%;}
    .swiper-container.swiper_indPhone{margin-top: 0;}
    .ban_list{height: 100%; padding: 0 15px;}
    .ban_list h4{font-size: 16px; line-height: 26px;}
    .ban_list h3{font-size: 30px; line-height: 30px; letter-spacing: 2px;}
    .swiper-pagination.pagination_indPhone{bottom: 10px;}
    .swiper-pagination.pagination_indPhone span.swiper-pagination-switch{width: 10px; height: 10px; background: #fff; box-shadow: 0 1px 1px #666 inset;}
    .swiper-pagination.pagination_indPhone span.swiper-active-switch{background: #000; box-shadow: 0 1px 1px #888 inset;}
    .ind1_left{width: 100%; border: none !important;}
    .ind1_left.ind1_right{padding-left: 0;}
    .ind_box1{padding: 40px 0;}
    .ind2_txt h2{font-size: 16px; line-height: 26px; padding: 15px 15px;}
    .ind2_cot{padding: 30px 0 40px;}
    .ind2_left{width: 100%;}
    .ind2_right{width: 100%;}
    .ind2_tit h3{font-size: 24px; margin-top: 15px;}
    .ind2_wz h5{font-size: 12px; line-height: 24px; margin: 10px 0;}
    .ind2_wz h4 strong{font-size: 16px;}
    .ind2_wz h4{font-size: 12px; line-height: 24px;}
    .ind_box3{padding: 40px 5px;}
    .ind4_cot li{width: 100%; margin: 0;}
    .ind5_list{padding: 15px 55px 15px 15px;}
    .ind5_jt{right: 15px;}
    .ind5_wz h4{font-size: 14px;}
    .ind5_wz h4{font-size: 12px;}
    .ind5_r_wz{padding: 15px 15px;}
    .ind5_r_wz h3{font-size: 14px; line-height: 24px; margin-bottom: 10px;}
    .ind5_r_wz h5{font-size: 12px; margin: 0;}
    .ind5_bf{width: 80px; height: 60px; top: -60px;}
    .ind5_bf i{font-size: 38px; line-height: 60px;}
    .ind_box4 {
        margin: 30px 0 0;
    }
    .ind4_cot {
        padding: 0px 15px 180px;
    }
    .ind4_sw_lis {
        padding: 0 50px;
    }
    a.arrow-left.arrow-left_ind4 , a.arrow-right.arrow-right_ind4 {
        color: #000;
        font-size: 36px;
        height: auto;
        width: auto;
        margin-top: -18px;
        padding: 0 5px;
    }
    a.arrow-left.arrow-left_ind4{
        left:0;
    }
    a.arrow-right.arrow-right_ind4 {
        right:0;
    }






}




/* 发展历史 */
.about_sec.about_sec2 {
    position: relative;
    /* padding: 150px 0 0; */
}
.ab2_box{
    padding-top: 100px;
}
.ab2_bt {
    width: 80%;
    margin: 90px auto 20px;
}
.ab2_timeline {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 80px;
}

.ab2_bt h2 {
    font-size: 48px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    white-space: nowrap;
    font-family: 'Roboto Condensed';
    font-weight: 600;
}

ul.ab2_tl {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: opacity .2s cubic-bezier(.25,.74,.22,.99);
    transition: opacity .2s cubic-bezier(.25,.74,.22,.99);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    padding: 150px 0 80px;
}

ul.ab2_tl li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

ul.ab2_tl time {
    position: absolute;
}
ul.ab2_tl time {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: 80px;
    top: 0;
    left: -40px;
    padding-top: 18px;
    -webkit-transition: color 150ms cubic-bezier(.25,.74,.22,.99);
    transition: color 150ms cubic-bezier(.25,.74,.22,.99);
}
ul.ab2_tl time, ul.ab2_tl time:after, ul.ab2_tl time:before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
ul.ab2_tl time:after, ul.ab2_tl time:before {
    content: "";
    display: block;
    position: absolute;
}
ul.ab2_tl time:before {
    left: 29px;
    top: -10px;
    width: 21px;
    height: 21px;
    border: 1px solid #fff;
    /*border-color: rgba(255,255,255,.35);*/
    border-radius: 21px;
    -webkit-transition: border-color 150ms cubic-bezier(.25,.74,.22,.99);
    transition: border-color 150ms cubic-bezier(.25,.74,.22,.99);
}
ul.ab2_tl time:after {
    left: 34px;
    top: -5px;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background-color: rgba(255,255,255,.35);
    background-color: #fff;
    -webkit-transition: background-color 150ms cubic-bezier(.25,.74,.22,.99);
    transition: background-color 150ms cubic-bezier(.25,.74,.22,.99);
}


ul.ab2_tl time {
    color: rgba(255,255,255,.35);
    color: #fff;
}

ul.ab2_tl li:after, ul.ab2_tl li:before {
    content: "";
    display: block;
    position: absolute;
}
ul.ab2_tl li:before {
    left: 10px;
    right: 11px;
    border-top: 1px solid #fff;
    border-color: rgba(255,255,255,.35);
    border-color: #fff;
}

ul.ab2_tl li:after {
    width: 100%;
    min-width: 100px;
    height: 140px;
    left: 0;
    top: -70px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

ul.ab2_tl li span:after, ul.ab2_tl li span:before {
    content: "";
    display: block;
    position: absolute;
}
ul.ab2_tl li span:before {
    left: 0;
    bottom: 10px;
    height: 118px;
    border-left: 1px solid #fff;
    border-color: #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-transform 150ms cubic-bezier(.25,.74,.22,.99);
    transition: transform 150ms cubic-bezier(.25,.74,.22,.99);
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}
ul.ab2_tl li span:after {
    left: 0;
    width: 7px;
    bottom: 128px;
    border-top: 1px solid #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 50ms cubic-bezier(.25,.74,.22,.99);
    transition: transform 50ms cubic-bezier(.25,.74,.22,.99);
}

ul.ab2_tl li p {
    position: absolute;
    font-size:14px;
    line-height:24px;
    margin:0;
    color:#fff;
    left: 20px;
    top: -140px;
    width: 320px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: opacity 125ms cubic-bezier(.25,.74,.22,.99),-webkit-transform 125ms cubic-bezier(.25,.74,.22,.99);
    transition: opacity 125ms cubic-bezier(.25,.74,.22,.99),transform 125ms cubic-bezier(.25,.74,.22,.99);
}

ul.ab2_tl li:last-child {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

ul.ab2_tl li:last-child:before{
    display:none;
}
ul.ab2_tl li:last-child span:after {
    left: auto;
    right: 100%;
    margin-right: -1px;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
ul.ab2_tl li:last-child p {
    left: auto;
    right: 100%;
    margin-right: 15px;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    text-align: right;
}
ul.ab2_tl li:nth-last-child(2) span:after , ul.ab2_tl li:nth-last-child(3) span:after , ul.ab2_tl li:nth-last-child(4) span:after, ul.ab2_tl li:nth-last-child(5) span:after, ul.ab2_tl li:nth-last-child(6) span:after, ul.ab2_tl li:nth-last-child(7) span:after, ul.ab2_tl li:nth-last-child(8) span:after, ul.ab2_tl li:nth-last-child(9) span:after{
    left: auto;
    right: 100%;
    margin-right:-1px;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
ul.ab2_tl li:nth-last-child(2) p , ul.ab2_tl li:nth-last-child(3) p, ul.ab2_tl li:nth-last-child(4) p, ul.ab2_tl li:nth-last-child(5) p, ul.ab2_tl li:nth-last-child(6) p, ul.ab2_tl li:nth-last-child(7) p, ul.ab2_tl li:nth-last-child(8) p, ul.ab2_tl li:nth-last-child(9) p {
    left: auto;
    right: 100%;
    text-align: right;
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}





ul.ab2_tl li:hover p {
    opacity: 1;
    z-index: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-delay: .112s;
    transition-delay: .112s;
}
ul.ab2_tl li:hover:nth-last-child(2) p , ul.ab2_tl li:hover:nth-last-child(3) p, ul.ab2_tl li:hover:nth-last-child(4) p, ul.ab2_tl li:hover:nth-last-child(5) p, ul.ab2_tl li:hover:nth-last-child(6) p, ul.ab2_tl li:hover:nth-last-child(7) p, ul.ab2_tl li:hover:nth-last-child(8) p, ul.ab2_tl li:hover:nth-last-child(9) p{
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
}
ul.ab2_tl li:hover span:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
ul.ab2_tl li:hover span:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}
ul.ab2_tl li:hover time{
    color: #fff;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

ul.ab2_tl li:hover time:before {
    border-color: #fff;
}
ul.ab2_tl li:hover time:after {
    background-color:#fff;
}




p.timeline-text-wide {
    min-width: 560px;
}


