﻿
input {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
@media (max-width: 1199px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
}
.containerz {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 1599px) {
    .containerz {
        width: 100%;
        padding: 0 15px;
    }
}
.top-nav {
    position: relative;
}
@media (max-width: 1230px) {
    .top-nav {
        display: none;
    }
}
#homewrap {
    overflow: hidden;
    width: 100%;
}
@media (max-width: 1199px) {
    #homewrap {
        display: none;
    }
}
#homemain {
    top: 0;
    position: relative;
}
.swiper-container {
    display: none;
}
@media (max-width: 1199px) {
    .swiper-container {
        display: block;
    }
}
.swiper-container .bg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.swiper-container .bgwarp {
    color: #fff;
    top: 50%;
    height: 300px;
    width: 100%;
    line-height: 20px;
    text-align: center;
    margin-top: -40px;
    position: absolute;
}
.swiper-container .textbox {
    padding: 0 30px;
}
.swiper-container .textbox .t1 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}
.swiper-container .textbox .t2 {
    font-size: 15px;
}
.home {
    position: relative;
}
.home:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 10;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}
.home #bgvid {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    position: absolute;
    /*background: url(../images/banner_01.jpg) center center no-repeat;*/
    background-size: auto auto;
    background-size: cover;
}
.active-page3 .home-3 .containerz .pic01 img {
    position: relative;
    -webkit-animation: 2s myfirst01 alternate;
    animation: 2s myfirst01 alternate;
}
.active-page3 .home-3 .containerz .pic02 img {
    position: relative;
    -webkit-animation: 2.5s myfirst01 alternate;
    animation: 2.5s myfirst01 alternate;
}
.active-page3 .home-3 .containerz .pic03 img {
    position: relative;
    -webkit-animation: 3s myfirst01 alternate;
    animation: 3s myfirst01 alternate;
}
.active-page3 .home-3 .containerz .pic04 img {
    position: relative;
    -webkit-animation: 3.5s myfirst01 alternate;
    animation: 3.5s myfirst01 alternate;
}
.active-page3 .home-3 .containerz .pic05 img {
    position: relative;
    -webkit-animation: 4s myfirst01 alternate;
    animation: 4s myfirst01 alternate;
}
.active-page3 .home-3 .containerz .pic06 img {
    position: relative;
    -webkit-animation: 4s myfirst02 alternate;
    animation: 4s myfirst02 alternate;
}
.active-page3 .home-3 .containerz .pic07 img {
    position: relative;
    -webkit-animation: 3s myfirst03 alternate;
    animation: 5s myfirst03 alternate;
}
.active-page3 .home-3 .containerz .pic08 img {
    position: relative;
    -webkit-animation: 3.5s myfirst03 alternate;
    animation: 3.5s myfirst03 alternate;
}
.active-page3 .home-3 .containerz .pic09 img {
    position: relative;
    -webkit-animation: 4s myfirst03 alternate;
    animation: 4s myfirst03 alternate;
}
@-webkit-keyframes myfirst {
    0% {
        top: 100px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
@keyframes myfirst {
    0% {
        top: 100px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
@-webkit-keyframes myfirst2 {
    0% {
        left: -30px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}
@keyframes myfirst2 {
    0% {
        left: -30px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}
@-webkit-keyframes myfirst01 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes myfirst01 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes myfirst02 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes myfirst02 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes myfirst03 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes myfirst03 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes myfirst04 {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes myfirst04 {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes arrows {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes arrows {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes arrows2 {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes arrows2 {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    position: fixed;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
header .logo {
    float: left;
    margin-top: 20px;
}
@media (max-width: 1199px) {
    header .logo {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    header .logo img {
        max-height: 30px;
    }
}
header .nav {
    text-align: right;
    float: right;
    font-size: 0;
}
@media (max-width: 1199px) {
    header .nav {
        display: none;
    }
}
header .nav li {
    margin: 0 2px;
    position: relative;
    display: inline-block;
    z-index: 99;
    vertical-align: middle;
}
header .nav li:hover .subnav {
    display: block;
}
header .nav li:hover .subnav a {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
header .nav li > a {
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    display: block;
    padding: 0 20px;
    z-index: 100;
    position: relative;
    font-size: 16px;
}
header .nav li .subnav {
    top: 90px;
    left: -35px;
    background: #fff;
    position: absolute;
    padding-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 160px;
    z-index: 99;
    display: none;
}
header .nav li .subnav:before {
    top: -10px;
    left: 50%;
    margin-left: -5px;
    content: '';
    position: absolute;
    border-bottom: solid 10px #0071b7;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
header .nav li .subnav > a {
    display: block;
    color: #666;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    padding: 10px 0;
    border-top: solid 1px #eeeeee;
}
header .nav li .subnav > a:hover {
    color: #fff;
    background: #0071b7;
}
header .nav li .subnav a:first-child {
    border-top: 0;
}
header .nav .active > a {
    background: #f7f7f7;
}
header .nav .active > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    z-index: 50;
    background: #0071b7;
}
.home-2 {
    width: 100%;
    position: relative;
}
.home-2 .pic {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.home-2 .textbox {
    left: 0;
    top: 50%;
    width: 100%;
    height: 300px;
    color: #fff;
    text-align: center;
    margin-top: -150px;
    position: absolute;
}
.home-2 .textbox .t1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    font-family: arial;
}
.home-2 .textbox .t2 {
    font-size: 50px;
    line-height: 60px;
    margin-top: 10px;
    font-family: 'arial';
}
.home-2 .textbox .t3 {
    color: #fff;
    margin-top: 45px;
    position: relative;
}
.home-2 .textbox .t3 .arrow-1 {
    left: 50%;
    top: 50%;
    margin-top: -33px;
    margin-left: -15px;
    position: absolute;
}
.home-2 .textbox .t3 .arrow-1 img {
    -webkit-transition: 1000ms ease-in-out;
    transition: 1000ms ease-in-out;
}
.home-2 .textbox .t3 .arrow-2 img {
    -webkit-animation: arrows 1s linear infinite;
    animation: arrows 1s linear infinite;
}
.home-2 .textbox .t3 .more {
    display: block;
    margin-top: 5px;
}
.home-2 .textbox .t3:hover .arrow-1 img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
}
.home-2 .textbox .t3 a {
    color: #ffffff;
}
.home-3 .containerz {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}
@media (max-width: 1279px) {
    .home-3 .containerz {
        width: 100%;
    }
}
.home-3 .pic01 {
    top: 190px;
    left: -75px;
    position: absolute;
}
.home-3 .pic02 {
    top: 65px;
    left: 265px;
    position: absolute;
}
.home-3 .pic03 {
    top: 15px;
    left: 585px;
    position: absolute;
}
.home-3 .pic04 {
    top: 65px;
    left: 825px;
    position: absolute;
}
.home-3 .pic05 {
    top: 180px;
    right: 0px;
    position: absolute;
}
.home-3 .pic06 {
    top: 620px;
    left: 170px;
    position: absolute;
}
.home-3 .pic07 {
    top: 605px;
    left: 245px;
    position: absolute;
}
.home-3 .pic08 {
    top: 750px;
    left: 530px;
    position: absolute;
}
.home-3 .pic09 {
    top: 655px;
    right: 230px;
    position: absolute;
}

@media (max-width: 1600px) and (max-height: 900px) {
    .home-3 .pic01 {
        top: 215px;
        left: 35px;
    }

    .home-3 .pic02 {
        top: 110px;
        left: 275px;
    }

    .home-3 .pic03 {
        top: 60px;
    }

    .home-3 .pic04 {
        top: 110px;
        left: 765px;
    }
    .home-3 .pic05 {
        top: 230px;
        right: 75px;
    }

    .home-3 .pic07 {
        top: 580px;
        left: 240px;
    }

    .home-3 .pic08 {
        top: 685px;
        left: 535px;
    }
    .home-3 .pic09 {
        top: 590px;
        right: 270px;
    }
}
@media (max-width: 1440px) and (max-height: 900px) {
    .home-3 .pic01 {
        top: 210px;
        left: 35px;
    }

    .home-3 .pic02 {
        top: 100px;
        left: 290px;
    }

    .home-3 .pic03 {
        top: 60px;
    }

    .home-3 .pic04 {
        top: 100px;
        left: 765px;
    }
    .home-3 .pic05 {
        top: 210px;
    }

    .home-3 .pic07 {
        top: 565px;
    }

    .home-3 .pic08 {
        top: 685px;
        left: 530px;
    }
    .home-3 .pic09 {
        top: 590px;
    }
}
@media (max-width: 1370px) and (max-height: 738px) {
    .home-3 .pic01 {
        top: 150px;
        left: 220px;
    }
    .home-3 .pic01 img {
        max-height: 150px;
    }
    .home-3 .pic02 {
        top: 60px;
        left: 390px;
    }
    .home-3 .pic02 img {
        max-height: 160px;
    }
    .home-3 .pic03 {
        top: 60px;
    }
    .home-3 .pic03 img {
        max-height: 150px;
    }
    .home-3 .pic04 {
        top: 75px;
        left: 710px;
    }
    .home-3 .pic04 img {
        max-height: 160px;
    }
    .home-3 .pic05 {
        top: 160px;
    }
    .home-3 .pic05 img {
        max-height: 160px;
    }
    .home-3 .pic07 {
        top: 410px;
        left: 360px;
    }
    .home-3 .pic07 img {
        max-height: 160px;
    }
    .home-3 .pic08 {
        top: 450px;
        left: 570px;
    }
    .home-3 .pic08 img {
        max-height: 150px;
    }
    .home-3 .pic09 {
        top: 420px;
    }
}
@media (max-width: 1280px) and (max-height: 1024px) {
    .home-3 .pic01 {
        display: none;
    }

    .home-3 .pic02 {
        display: none;
    }

    .home-3 .pic03 {
        display: none;
    }

    .home-3 .pic04 {
        display: none;
    }

    .home-3 .pic05 {
        display: none;
    }

    .home-3 .pic07 {
        display: none;
    }

    .home-3 .pic08 {
        display: none;
    }

    .home-3 .pic09 {
        display: none;
    }
}
.footer {
    width: 100%;
    padding-top: 45px;
    background: #2a2a2a;
}
.footer a {
    color: #b0b0b0;
    line-height: 20px;
    margin-top: 10px;
}
.footer a:hover {
    color: #ffffff;
}
@media (max-width: 1023px) {
    .footer {
        padding-top: 0;
    }
}
.footer ul {
    width: 55%;
    float: left;
}
.footer ul li {
    width: 20%;
    float: left;
}
.footer ul li h3 {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: normal;
}
.footer ul li h3 a {
    color: #ffffff;
}
.footer ul li a {
    display: block;
}
@media (max-width: 1023px) {
    .footer ul {
        display: none;
    }
}
.footer .addbox {
    width: 45%;
    float: right;
}
.footer .addbox h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin: 8px 0 15px 0;
}
.footer .addbox img {
    margin-top: 10px;
    margin-left: 26px;
}
@media (max-width: 1023px) {
    .footer .addbox {
        display: none;
    }
}
.footer .copy {
    margin-top: 40px;
    padding: 25px 0;
    color: #bfbfbf;
    border-top: solid 1px #555555;
}
.footer .copy span a {
    color: #bfbfbf;
    padding-left: 5px;
}
.footer .copy span a:hover {
    color: #ffffff;
}
.footer .copy span {
    float: right;
}
@media (max-width: 1023px) {
    .footer .copy {
        border: 0;
        margin-top: 0;
        font-size: 12px;
        padding: 10px 0;
    }
}
.home-4 .textbox {
    margin-top: -180px;
}
.home-4 .footer {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    color: #b0b0b0;
    position: absolute;
}
.inside-header {
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    position: fixed;
}
.inside-header .nav li {
    position: relative;
}
.inside-header .nav li:before {
    left: 0;
    top: 40px;
    content: '';
    width: 1px;
    height: 10px;
    background: #ddd;
    position: absolute;
}
.inside-header .nav li > a {
    color: #666666;
}
.inside-header .nav li > a:hover {
    color: #0071b7;
}
.inside-header .nav li:first-child:before {
    display: none;
}
.fixed {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    position: fixed;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
    -webkit-animation: 1s dong;
    animation: 1s dong;
    -webkit-box-shadow: 0 0 5px #dddddd;
    box-shadow: 0 0 5px #dddddd;
}
.fixed .nav li .subnav {
    background: #0071b7;
}
.fixed .nav li .subnav > a {
    color: #ffffff;
}
.fixed .nav li .subnav > a:hover {
    background: #0067a6;
}
@-webkit-keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.inside-tel {
    float: right;
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
}
.inside-tel .t1 {
    padding-left: 20px;
}
.inside-tel .t2 {
    font-size: 14px;
    font-weight: bold;
}
.inside-tel .t2 > a {
    color: #0e6eb8;
}
@media (max-width: 1199px) {
    .inside-tel {
        display: none;
    }
}
.searchbtn {
    float: right;
    margin: 30px 20px 0 20px;
}
.searchbtn img {
    border-radius: 100%;
    background: #004998;
}
@media (max-width: 1199px) {
    .searchbtn {
        margin: 10px 10px 0 0;
        display: none;
    }
}
.inside-title {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 35px;
}
.inside-title .cn {
    color: #333;
    font-size: 35px;
    line-height: 50px;
}
.inside-title .en {
    font-size: 16px;
    color: #b5b5b5;
	display:none;
}
.inside-title .info {
    font-size: 15px;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .inside-title {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .inside-title .cn {
        font-size: 20px;
        line-height: 30px;
    }
    .inside-title .info {
        line-height: 20px;
        font-size: 12px;
        display: none;
    }
}
.inside-classify .list {
    margin-left: 3px;
}
.inside-classify li {
    width: 33.33333333%;
    float: left;
    text-align: center;
    margin-left: -1px;
    font-size: 16px;
    position: relative;
}
.inside-classify li a {
    display: block;
    border: 1px #dcdcdc solid;
    -webkit-transition: all 0s;
    transition: all 0s;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
}
.inside-classify li a:hover {
    border: 1px #0071b7 solid;
    background: #0071b7;
    color: #ffffff;
}
.inside-classify li:hover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-color: #0071b7 transparent transparent transparent;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    bottom: -12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.inside-classify .cur {
    position: relative;
}
.inside-classify .cur a {
    border: 1px #0071b7 solid;
    background: #0071b7;
}
.inside-classify .cur:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-color: #0071b7 transparent transparent transparent;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    bottom: -12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.inside-classify .cur a {
    color: #ffffff;
}
.inside-classify .cur + li {
    border-left-color: #0071b7;
}
@media (max-width: 767px) {
    .inside-classify li {
        font-size: 14px;
    }
    .inside-classify li a {
        line-height: 40px;
        height: 40px;
    }
    .inside-classify .cur:after {
        border-width: 10px 10px 0 10px;
        bottom: -10px;
    }
}
.inside-classify-2 li {
    width: 25%;
}
.inside-classify-sub {
    padding: 30px 0 15px 0;
    border-bottom: solid 1px #dcdcdc;
}
.inside-classify-sub a {
    padding: 0 15px;
    display: inline-block;
}
.inside-classify-sub .two {
    width: 100%;
    text-align: left;
}
.inside-classify-sub .three {
    width: 33.333%;
    float: right;
    text-align: center;
}
.inside-classify-sub .cur {
    color: #0071b7;
}
@media (max-width: 640px) {
    .inside-classify-sub .two {
        width: 100%;
        text-align: left;
    }
    .inside-classify-sub .three {
        width: 100%;
        text-align: right;
    }
}
.inside-banner {
    margin-top: 90px;
    position: relative;
    text-align: center;
}
.inside-banner .txt {
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    height: 50px;
    z-index: 9;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-top: -25px;
    position: absolute;
}
@media (max-width: 1199px) {
    .inside-banner {
        margin-top: 50px;
    }
    .inside-banner .txt {
        font-size: 20px;
    }
}
.inside-about {
    line-height: 28px;
    min-height: 500px;
}
.inside-about .title {
    font-size: 26px;
    padding-bottom: 15px;
    color: #0071b7;
    font-family: arial;
}
@media (max-width: 1199px) {
    .inside-about .title {
        font-size: 20px;
        padding-bottom: 10px;
    }
}
.inside-about .font16 {
    font-size: 16px;
}
.inside-about .box-1 {
    padding-top: 60px;
    min-height: 500px;
    padding-bottom: 100px;
    background: url(../image/about-05.jpg) no-repeat center bottom #fafbfd;
}
@media (max-width: 1199px) {
    .inside-about .box-1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.inside-about .box-1 .title-2 {
    margin-left: 3px;
    margin-top: -65px;
    position: relative;
}
.inside-about .box-1 .title-2 span {
    background: #fafbfd;
    display: inline-block;
}
@media (max-width: 1199px) {
    .inside-about .box-1 .title-2 {
        margin-top: 0;
    }
}
.inside-about .box-1 .en {
    color: #e8e8e8;
    font-size: 80px;
    line-height: 160px;
    font-family: arial;
}
@media (max-width: 1199px) {
    .inside-about .box-1 .en {
        font-size: 60px;
        line-height: 60px;
    }
}
.inside-about .box-1 .en span:nth-child(4) {
    font-size: 114px;
}
@media (max-width: 1199px) {
    .inside-about .box-1 .en span:nth-child(4) {
        font-size: 50px;
        line-height: 50px;
    }
}
.inside-about .box-1 .describe {
    padding: 25px;
    margin: 40px 0;
    border: solid 1px #dedede;
}
.inside-about .box-1 .describe li {
    float: left;
    width: 33.33333333%;
    text-align: center;
}
.inside-about .box-1 .describe li p:first-child {
    font-size: 45px;
    line-height: 45px;
    color: #0071b7;
    padding-bottom: 10px;
}
.inside-about .box-1 .describe li em {
    font-size: 20px;
    font-style: normal;
}
@media (max-width: 1199px) {
    .inside-about .box-1 .describe {
        padding: 10px;
    }
    .inside-about .box-1 .describe li {
        font-size: 12px;
        line-height: 20px;
    }
    .inside-about .box-1 .describe li p:first-child {
        font-size: 16px;
        line-height: 20px;
    }
}
.inside-about .box-2 {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 640px) {
    .inside-about .box-2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.inside-about .box-3 {
    padding: 70px 0;
    background: url(../image/about-04.jpg) no-repeat top center #fafafa;
}
.inside-about .box-3 .title-2 {
    padding-top: 50px;
}
.inside-about .box-3 img {
    margin-left: 80px;
}
@media (max-width: 640px) {
    .inside-about .box-3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .inside-about .box-3 img {
        display: none;
    }
    .inside-about .box-3 .title-2 {
        padding-top: 0;
    }
}
.inside-service-03 {
    padding-bottom: 50px;
}
.inside-service-03 .box-2 {
    padding-top: 70px;
}
@media (max-width: 1199px) {
    .inside-service-03 .box-2 {
        padding-top: 30px;
    }
}
.inside-service-03 .font24 {
    color: #333;
    font-size: 24px;
    padding-bottom: 15px;
}
.inside-service-03 .font24 img {
    margin-top: 6px;
}
@media (max-width: 1199px) {
    .inside-service-03 .font24 {
        font-size: 18px;
        padding-bottom: 10px;
    }
}
.inside-service-03 .font20 {
    font-size: 20px;
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .inside-service-03 .font20 {
        font-size: 16px;
        margin-top: 20px;
    }
}
.inside-service-03 .t1 {
    font-size: 16px;
    color: #0071b7;
}
.inside-service-03 .t1 span {
    color: #fff;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    line-height: 15px;
    text-align: center;
    border-radius: 100%;
    font-family: arial;
    display: inline-block;
    background: #0071b7;
}
.inside-service-03 .t2 {
    padding-left: 25px;
}
.inside-service-03 .t3 {
    margin-top: 10px;
}
.inside-service-03 .t3 span {
    color: #fff;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    line-height: 15px;
    text-align: center;
    border-radius: 100%;
    font-family: arial;
    display: inline-block;
    background: #0071b7;
}
.inside-service-03 .list-2 li {
    margin-top: 15px;
    font-size: 15px;
    color: #7f7f7f;
    width: 33.33333333%;
    float: left;
}
.inside-service-03 .list-2 li span {
    width: 15px;
    height: 15px;
    color: #fff;
    margin-right: 10px;
    font-family: arial;
    line-height: 15px;
    text-align: center;
    border-radius: 100%;
    background: #0071b7;
    display: inline-block;
}
@media (max-width: 640px) {
    .inside-service-03 .list-2 li {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .inside-service-03 .list-2 li {
        width: 100%;
    }
}
.inside-case .case {
    padding-bottom: 100px;
    margin-top: 60px;
}
.inside-case .case .list {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}
.inside-case .case .list:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    right: 50%;
    border-left: 1px #c7c7c7 dashed;
}
.inside-case .case li {
    width: 50%;
    padding: 30px 30px 30px 0;
    float: left;
    border-bottom: 1px #c7c7c7 dashed;
    position: relative;
}
.inside-case .case li:nth-child(2n) {
    padding-right: 0;
    padding-left: 30px;
}
.inside-case .case li:nth-child(2n):before {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 1px #c7c7c7 solid;
    left: -5px;
    bottom: -5px;
    border-radius: 50%;
}
.inside-case .case li:nth-child(2n):after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #c7c7c7;
    left: -3px;
    bottom: -3px;
    border-radius: 50%;
}
.inside-case .case li.even {
    padding-right: 0;
    padding-left: 30px;
}
.inside-case .case li.even:before {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 1px #c7c7c7 solid;
    left: -5px;
    bottom: -5px;
    border-radius: 50%;
}
.inside-case .case li.even:after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #c7c7c7;
    left: -3px;
    bottom: -3px;
    border-radius: 50%;
}
.inside-case .case li:nth-child(1),
.inside-case .case li:nth-child(2) {
    padding-top: 0;
}
.inside-case .case li:nth-last-child(1):before,
.inside-case .case li:nth-last-child(2):before {
    display: none;
}
.inside-case .case li:nth-last-child(1):after,
.inside-case .case li:nth-last-child(2):after {
    display: none;
}
.inside-case .case .box {
    font-size: 15px;
    display: block;
    overflow: hidden;
    padding: 10px 0 10px 0;
    -webkit-transition: padding 0.5s;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
}
.inside-case .case .pic {
    width: 285px;
    margin-right: 25px;
    float: left;
    display: block;
    position: relative;
}
.inside-case .case .pic:after {
    content: '';
    display: block;
    padding-top: 68.42105263%;
}
.inside-case .case .text {
    padding-top: 25px;
}
.inside-case .case .text .bt {
    font-size: 18px;

    line-height: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}
.inside-case .case .text .jsh {
    color: #666;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
}
.inside-case .case .box:hover {
    background: #0071b7;
    color: #fff;
    padding: 10px 0 10px 10px;
}
.inside-case .case .box:hover .text .jsh {
    color: #ffffff;
}
.inside-case .case .more {
    text-align: center;
}
.inside-case .case .more a {
    display: inline-block;
    background: #0071b7;
    color: #fff;
    line-height: 36px;
    min-width: 150px;
    padding: 0 10px;
    border-radius: 36px;
}
.inside-case .case .more img {
    margin-top: 12px;
    -webkit-transition: all 334ms;
    transition: all 334ms;
}
.inside-case .case .more a:hover {
    background: #005e99;
}
.inside-case .case .more a:hover img {
    margin-left: 5px;
}
@media (max-width: 1279px) {
    .inside-case .case li {
        padding: 20px 20px 20px 0;
    }
    .inside-case .case .pic {
        width: 250px;
        margin-right: 15px;
    }
    .inside-case .case .text {
        padding-top: 15px;
    }
    .inside-case .case .text .bt {
        font-size: 16px;
    }
    .inside-case .case .text .jsh {
        font-size: 14px;
    }
}
@media (max-width: 1023px) {
    .inside-case .case .list:after {
        display: none;
    }
    .inside-case .case li {
        width: 100%;
    }
    .inside-case .case li:nth-child(2n) {
        padding-left: 0;
    }
    .inside-case .case li:nth-child(2n):before {
        display: none;
    }
    .inside-case .case li:nth-child(2n):after {
        display: none;
    }
    .inside-case .case li.even {
        padding-left: 0;
    }
    .inside-case .case li.even:before {
        display: none;
    }
    .inside-case .case li.even:after {
        display: none;
    }
    .inside-case .case li:nth-child(2) {
        padding-top: 20px;
    }
    .inside-case .case li:nth-last-child(2) {
        padding-bottom: 20px;
        border-bottom: 1px #c7c7c7 dashed;
    }
    .inside-case .case .box:hover {
        background: transparent;
        color: initial;
        padding: 10px 0 10px 0;
    }
    .inside-case .case .box:hover .text .jsh {
        color: #666666;
    }
}
@media (max-width: 767px) {
    .inside-case .case li {
        padding: 10px 10px 10px 0;
    }
    .inside-case .case li:nth-child(2) {
        padding-top: 10px;
    }
    .inside-case .case li:nth-last-child(2) {
        padding-bottom: 10px;
    }
    .inside-case .case .pic {
        width: 180px;
        margin-right: 15px;
    }
    .inside-case .case .text {
        padding-top: 0;
    }
    .inside-case .case .text .bt {
        line-height: 30px;
    }
    .inside-case .case .text .jsh {
        font-size: 12px;
    }
}
@media (max-width: 320px) {
    .inside-case .case .pic {
        width: 160px;
    }
    .inside-case .case .text {
        padding-top: 0;
    }
    .inside-case .case .text .bt {
        line-height: 30px;
    }
    .inside-case .case .text .jsh {
    }
}
.inside-case-2 {
    background: #fafafa;
}
.inside-case-2 .case-02 {
    margin-top: 30px;
}
.inside-case-2 .case-02 ul {
    width: 101.5%;
    margin-left: -12px;
}
@media (max-width: 1199px) {
    .inside-case-2 .case-02 ul {
        width: 100%;
        margin-left: 0;
    }
}
.inside-case-2 .case-02 li {
    width: 33.33333333%;
    float: left;
    margin-top: 35px;
    padding: 0 12px;
}
.inside-case-2 .case-02 li .box {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background: #fcfcfc;
    padding: 5px;
    padding-bottom: 0;
    -webkit-box-shadow: 0 0 10px #eeeeee;
    box-shadow: 0 0 10px #eeeeee;
}
.inside-case-2 .case-02 li .pic {
    overflow: hidden;
    position: relative;
}
.inside-case-2 .case-02 li .pic img {
    -webkit-transition: all 600ms ease-in;
    transition: all 600ms ease-in;
}
.inside-case-2 .case-02 li .pic:after {
    content: '';
    display: block;
    padding-bottom: 63%;
}
.inside-case-2 .case-02 li .tit {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-align: center;
}
@media (max-width: 640px) {
    .inside-case-2 .case-02 li {
        width: 50%;
        padding: 5px;
        margin-top: 10px;
    }
}
@media (max-width: 418px) {
    .inside-case-2 .case-02 li {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
}
.inside-case-2 .case-02 li:hover .box {
    background: #0071b7;
}
.inside-case-2 .case-02 li:hover .box .tit {
    color: #ffffff;
}
.inside-case-2 .case-02 li:hover .box .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.inside-page {
    text-align: center;
    padding: 50px 0 80px 0;
}
.inside-page a {
    padding: 0 10px;
    line-height: 28px;
    display: inline-block;
    font-family: arial;
    border: solid 1px #cccccc;
}
.inside-page a:hover,
.inside-page .cur {
    color: #fff;
    background: #0071b7;
    border-color: #0071b7;
}
@media (max-width: 640px) {
    .inside-page {
        padding-bottom: 50px;
    }
}
.inside-application {
    text-align: justify;
    padding-bottom: 60px;
}
.inside-application .pic {
    float: right;
    margin-left: 75px;
}
@media (max-width: 640px) {
    .inside-application .pic {
        float: none;
        margin-left: 0;
    }
    .inside-application .pic img {
        width: 100%;
    }
}
.inside-application .pic2 {
    margin-top: 25px;
    border: solid 1px #dddddd;
}
.inside-application .boxcontent {
    padding-top: 40px;
}
@media (max-width: 1199px) {
    .inside-application .boxcontent {
        padding-top: 30px;
    }
}
.inside-application .font24 {
    color: #333;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .inside-application .font24 {
        margin-top: 15px;
        font-size: 18px;
    }
}
.inside-application .font20 {
    color: #333;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 15px;
}
.inside-application .font20 img {
    margin-top: 6px;
}
@media (max-width: 1199px) {
    .inside-application .font20 {
        margin-top: 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }
}
.inside-application .t1 {
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
}
.inside-application .t1 span {
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    font-family: arial;
    background: #0071b7;
    border-radius: 100%;
    position: absolute;
}
.inside-application .list-2 {
    margin-top: 40px;
}
.inside-application .list-2 li {
    color: #fff;
    width: 20%;
    float: left;
    font-size: 18px;
    line-height: 50px;
    padding-left: 15px;
}
.inside-application .list-2 li span {
    text-align: center;
    background: #898a8a;
    display: block;
}
.inside-application .list-2 li:nth-child(2) span,
.inside-application .list-2 li:nth-child(4) span {
    background: #0071b7;
}
.inside-application .list-2 li:first-child {
    padding-left: 0;
}
@media (max-width: 640px) {
    .inside-application .list-2 li {
        font-size: 14px;
        padding-left: 5px;
    }
}
@media (max-width: 480px) {
    .inside-application .list-2 li {
        width: 100%;
        padding-left: 0;
    }
}
.inside-application .list-3 li {
    margin-top: 15px;
    font-size: 15px;
    color: #7f7f7f;
    width: 33.33333333%;
    float: left;
}
.inside-application .list-3 li span {
    width: 15px;
    height: 15px;
    color: #fff;
    margin-right: 10px;
    font-family: arial;
    line-height: 15px;
    text-align: center;
    border-radius: 100%;
    background: #0071b7;
    display: inline-block;
}
@media (max-width: 640px) {
    .inside-application .list-3 li {
        width: 100%;
    }
}
.inside-application .tit2 {
    color: #333;
    font-size: 24px;
    margin: 40px 0;
    padding-left: 20px;
    position: relative;
}
.inside-application .tit2:before {
    top: 5px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background: #0071b7;
    position: absolute;
    border-radius: 100%;
}
@media (max-width: 1199px) {
    .inside-application .tit2 {
        margin: 20px 0;
        font-size: 18px;
    }
    .inside-application .tit2:before {
        width: 10px;
        height: 10px;
        top: 7px;
    }
}
.inside-contact .list-2 {
    margin: 60px 0;
}
.inside-contact .list-2 li {
    float: left;
    width: 25%;
    line-height: 18px;
    text-align: center;
}
.inside-contact .list-2 li .icon {
    display: inline-block;
}
.inside-contact .list-2 li .icon img {
    border-radius: 100%;
    background: #0071b7;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.inside-contact .list-2 li .t1 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.inside-contact .list-2 li:nth-child(2),
.inside-contact .list-2 li:nth-child(3) {
    width: 22%;
}
.inside-contact .list-2 li:nth-child(4) {
    width: 30%;
}
.inside-contact .list-2 li:hover img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #0067a6;
}
@media (max-width: 640px) {
    .inside-contact .list-2 {
        margin: 20px 0;
    }
    .inside-contact .list-2 li,
    .inside-contact .list-2 li:nth-child(2),
    .inside-contact .list-2 li:nth-child(3),
    .inside-contact .list-2 li:nth-child(4) {
        width: 100%;
        text-align: left;
        padding-bottom: 20px;
        border-bottom: solid 1px #dddddd;
    }
    .inside-contact .list-2 li .icon {
        display: none;
    }
}
.contact-map {
    width: 100%;
    z-index: 1;
    height: 420px;
    position: relative;
}
@media (max-width: 1199px) {
    .contact-map {
        height: 200px;
    }
}
.contact-map #l-map {
    width: 100%;
    height: 420px;
}
@media (max-width: 1199px) {
    .contact-map #l-map {
        height: 200px;
    }
}
.contact-map #l-map em {
    font-size: 16px;
    font-style: normal;
}
.contact-map #l-map p {
    color: #555;
    font-size: 14px;
    position: relative;
}
.inside-message {
    padding-bottom: 60px;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .inside-message {
        margin-top: 20px;
        padding-bottom: 30px;
    }
}
.inside-message .tit {
    padding-top: 30px;
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    border-top: solid 1px #d7d7d7;
}
@media (max-width: 767px) {
    .inside-message .tit {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}
.inside-message ul {
    width: 102.5%;
    margin-left: -15px;
}
@media (max-width: 1199px) {
    .inside-message ul {
        width: 100%;
        margin-left: 0;
    }
}
.inside-message li {
    margin-top: 35px;
}
.inside-message li p {
    padding: 0 15px;
    width: 33.333%;
    float: left;
    position: relative;
}
.inside-message li label {
    top: 13px;
    left: 24px;
    color: #f30;
    position: absolute;
}
.inside-message li input,
.inside-message li textarea {
    padding: 12px;
    width: 100%;
    color: #000;
    font-size: 14px;
    padding-left: 20px;
    font-family: arial;
    border: solid 1px #c9c9c9;
}
.inside-message li input:focus,
.inside-message li textarea:focus {
    border-color: #0071b7;
}
.inside-message li .textarea {
    width: 100%;
}
.inside-message li .textarea textarea {
    height: 250px;
}
.inside-message li .button-01 {
    width: 100%;
}
.inside-message li .button-01 input[type='button'] {
    border: 0;
    color: #fff;
    font-size: 16px;
    background: #0071b7;
}
.inside-message li .button-01 input[type='button']:hover {
    background: #0067a6;
}
@media (max-width: 767px) {
    .inside-message li {
        margin-top: 0;
    }
    .inside-message li p {
        padding: 0;
        width: 100%;
        margin-top: 15px;
    }
    .inside-message li .textarea textarea {
        height: 80px;
    }
    .inside-message li label {
        left: 10px;
    }
}
.inside-job {
    margin-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 640px) {
    .inside-job {
        margin-top: 30px;
        padding-bottom: 30px;
    }
}
.inside-job .box {
    background: #fff;
    -webkit-box-shadow: 0 0 40px #ededed;
    box-shadow: 0 0 40px #ededed;
}
@media (max-width: 1000px) {
    .inside-job .box {
        padding-bottom: 20px;
    }
}
.inside-job li:first-child {
    color: #fff;
    font-size: 16px;
    background: #0071b7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.inside-job li:first-child span:first-child {
    border: 0;
    padding-left: 65px;
}
@media (max-width: 1000px) {
    .inside-job li:first-child span:first-child {
        padding-left: 25px;
    }
}
@media (max-width: 480px) {
    .inside-job li:first-child span:first-child {
        padding-left: 0;
        text-align: center;
    }
}
.inside-job li,
.inside-job .tit {
    cursor: pointer;
    text-align: center;
    background: #fff;
    border-top: solid 1px #e2e2e2;
}
.inside-job li span,
.inside-job .tit span {
    width: 20%;
    float: left;
    height: 53px;
    line-height: 52px;
    overflow: hidden;
}
.inside-job li span img,
.inside-job .tit span img {
    vertical-align: top;
    margin-right: 5px;
    margin-top: 15px;
}
@media (max-width: 580px) {
    .inside-job li span,
    .inside-job .tit span {
        font-size: 12px;
        height: 40px;
        line-height: 39px;
    }
    .inside-job li span img,
    .inside-job .tit span img {
        display: none;
    }
}
.inside-job li span:first-child,
.inside-job .tit span:first-child {
    text-align: left;
    padding-left: 90px;
}
@media (max-width: 1000px) {
    .inside-job li span:first-child,
    .inside-job .tit span:first-child {
        padding-left: 10px;
    }
}
.inside-job .txt {
    margin: 0 50px;
    line-height: 22px;
    padding: 30px 50px;
    text-align: left;
    display: none;
    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .inside-job .txt {
        margin: 0;
        padding: 20px 10px;
    }
}
.inside-job .font16 {
    color: #333;
    padding: 30px 0 20px 0;
    font-weight: bold;
}
.inside-job .mail {
    font-size: 16px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #e5e5e5;
}
.inside-job .mail img {
    margin-top: 2px;
}
.inside-job .mail a {
    padding: 0 10px;
    color: #0071b7;
    text-decoration: underline;
}
@media (max-width: 640px) {
    .inside-job .mail {
        font-size: 14px;
    }
}
.inside-job .box-4 {
    padding-bottom: 20px;
    line-height: 30px;
    border-bottom: solid 1px #e5e5e5;
}
.inside-job .box-4 p {
    width: 33.333%;
    float: left;
}
@media (max-width: 640px) {
    .inside-job .box-4 p {
        width: 100%;
        font-size: 12px;
        line-height: 22px;
    }
}
@media (max-width: 640px) {
    .inside-job li span:nth-child(5) {
        display: none;
    }
    .inside-job li span {
        width: 25%;
    }
    .inside-job .tit span:nth-child(5) {
        display: none;
    }
    .inside-job .tit span {
        width: 25%;
    }
}
.inside-news-show {
    padding: 60px 0;
}
.inside-news-show h1 {
    color: #333;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
}
.inside-news-show .info {
    margin-top: 20px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: solid 1px #dcdcdc;
}
.inside-news-show .info img {
    margin-top: 6px;
}
.inside-news-show .share {
    top: 0;
    right: 0;
    position: absolute;
}
.inside-news-show .share a {
    margin-left: 5px;
    display: inline-block;
}
.inside-news-show .share a img {
    margin-top: 4px;
}
.inside-news-show .share a:hover {
    opacity: 0.8;
}
.inside-news-show .boxcot {
    font-size: 15px;
    margin-top: 30px;
}
.inside-news-show .tit3 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
}
.inside-page-2 {
    margin-top: 50px;
    background: #bdbdbd;
}
@media (max-width: 1000px) {
    .inside-page-2 {
        margin-top: 0;
    }
}
.inside-page-2 li {
    color: #fff;
    width: 33.333%;
    float: left;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    border-left: solid 1px #fff;
    text-align: center;
}
.inside-page-2 li a {
    color: #ffffff;
}
.inside-page-2 li img {
    margin-top: 5px;
    margin-top: 12px;
}
@media (max-width: 767px) {
    .inside-page-2 li {
        width: 100%;
        border: 0;
        border-bottom: solid 1px #ffffff;
    }
}
.inside-page-2 li:hover {
    background: #0072ce;
}
.inside-page-2 li:first-child {
    border-left: 0;
}
.inside-news ul {
    width: 102%;
    margin-left: -13px;
}
@media (max-width: 1199px) {
    .inside-news ul {
        width: 100%;
        margin-left: 0;
    }
}
.inside-news li {
    float: left;
    width: 33.333%;
    padding: 0 13px;
    margin-top: 40px;
}
.inside-news li .pic {
    overflow: hidden;
    position: relative;
}
.inside-news li .pic:after {
    content: '';
    display: block;
    padding-bottom: 62%;
}
.inside-news li .pic img {
    -webkit-transition: all 600ms ease-in;
    transition: all 600ms ease-in;
}
.inside-news li .box {
    display: block;
    width: 100%;
    height: 100%;
    background: #fafafa;
    position: relative;
}
.inside-news li .txtbox {
    padding: 20px;
}
.inside-news li .tit {
    margin-top: 10px;
    color: #1c1c1c;
    font-size: 18px;
    height: 24px;
    overflow: hidden;
    font-weight: normal;
}
.inside-news li .txt {
    color: #777;
    height: 40px;
    margin-top: 10px;
    overflow: hidden;
    line-height: 20px;
}
.inside-news li .more {
    opacity: 0;
    color: #fff;
    padding: 0 14px;
    line-height: 30px;
    margin: 15px 0 20px 0;
    background: #0071b7;
    display: inline-block;
    -webkit-transition: all 600ms ease-in;
    transition: all 600ms ease-in;
}
.inside-news li .more img {
    margin-top: 3px;
}
.inside-news li .date {
    color: #777;
    padding-top: 20px;
    border-top: solid 1px #ececec;
}
.inside-news li .date img {
    float: right;
    margin-top: 5px;
}
@media (max-width: 640px) {
    .inside-news li {
        width: 50%;
        padding: 0 5px;
        margin-top: 15px;
    }
    .inside-news li .more {
        opacity: 1;
        display: none;
    }
    .inside-news li .txtbox {
        padding: 10px 15px;
    }
    .inside-news li .tit {
        margin-top: 0;
        font-size: 16px;
    }
    .inside-news li .date {
        padding-top: 5px;
        margin-top: 15px;
    }
}
@media (max-width: 380px) {
    .inside-news li {
        width: 100%;
        padding: 0;
    }
}
.inside-news li:hover .more {
    opacity: 1;
}
.inside-news li:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.inside-news-top {
    margin-top: 60px;
    padding-bottom: 70px;
}
@media (max-width: 767px) {
    .inside-news-top {
        padding-bottom: 0;
        margin-top: 40px;
    }
}
.inside-news-top dt {
    width: 48.5%;
    float: left;
    overflow: hidden;
    position: relative;
}
.inside-news-top dt:after {
    content: '';
    display: block;
    padding-bottom: 61.8%;
}
.inside-news-top dt img {
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
@media (max-width: 510px) {
    .inside-news-top dt {
        width: 100%;
        float: none;
    }
}
.inside-news-top dd {
    width: 50%;
    float: left;
    padding-top: 50px;
    padding-left: 50px;
}
.inside-news-top dd .time {
    font-size: 48px;
    line-height: 48px;
    color: #0071b7;
}
.inside-news-top dd .time span {
    font-size: 14px;
}
.inside-news-top dd .tit {
    font-size: 18px;
    height: 24px;
    overflow: hidden;
}
.inside-news-top dd .tit a {
    color: #333333;
}
.inside-news-top dd .txt {
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 10px;
}
.inside-news-top dd .more {
    color: #fff;
    padding: 0 35px;
    line-height: 44px;
    margin-top: 40px;
    background: #0071b7;
    display: inline-block;
}
@media (max-width: 767px) {
    .inside-news-top dd .more {
        line-height: 30px;
        margin-top: 10px;
    }
}
@media (max-width: 1100px) {
    .inside-news-top dd {
        padding-top: 0;
    }
}
@media (max-width: 900px) {
    .inside-news-top dd .time {
        display: none;
    }
}
@media (max-width: 767px) {
    .inside-news-top dd {
        padding-left: 20px;
    }
}
@media (max-width: 510px) {
    .inside-news-top dd {
        width: 100%;
        float: none;
        padding-top: 20px;
        padding-left: 0;
    }
}
.inside-news-top dl:hover dt img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.inside-news-top dl:hover dd .tit a {
    color: #0071b7;
}
.inside-news-top dl:hover dd .more {
    background: #005e99;
}
@media (max-width: 767px) {
    .inside-news-top .slick-dots {
        opacity: 0;
    }
}
.inside-news-top .slick-prev,
.inside-news-top .slick-next {
    width: 29px;
    height: 29px;
    border: 0;
    top: auto;
    z-index: 9;
    margin-top: auto;
    bottom: 6px;
}
@media (max-width: 767px) {
    .inside-news-top .slick-prev,
    .inside-news-top .slick-next {
        opacity: 0;
    }
}
.inside-news-top .slick-prev {
    left: 140px;
    background: url(../image/news-arrow.png) no-repeat #ffffff;
}
@media (max-width: 1199px) {
    .inside-news-top .slick-prev {
        left: 10px;
    }
}
.inside-news-top .slick-next {
    right: 140px;
    background: url(../image/news-arrow-2.png) no-repeat #ffffff;
}
@media (max-width: 1199px) {
    .inside-news-top .slick-next {
        right: 10px;
    }
}
.inside-news-top .slick-dots li button {
    width: 400px;
    height: 2px;
    margin: 0;
    margin-left: -6px;
    background: #dbdbdb;
}
.inside-news-top .slick-dots li.slick-active button {
    background: #0071b7;
}
.inside-product .box-1 {
    position: relative;
}
.inside-product .dw {
    top: -90px;
    z-index: -1;
    height: 1px;
    position: absolute;
}
.inside-product .box-1 ul {
    width: 102%;
    margin-left: -12px;
}
@media (max-width: 1199px) {
    .inside-product .box-1 ul {
        width: 100%;
        margin-left: 0;
    }
}
.inside-product .box-1 li {
    float: left;
    padding: 12px;
    width: 33.3333%;
}
.inside-product .box-1 li .box {
    display: block;
    text-align: center;
    padding-bottom: 30px;
    border: solid 1px #dcdcdc;
    -webkit-transition: all 700ms ease-in;
    transition: all 700ms ease-in;
}
.inside-product .box-1 li .pic {
    position: relative;
}
.inside-product .box-1 li .pic:after {
    content: '';
    display: block;
    padding-bottom: 73%;
}
.inside-product .box-1 li .tit {
    color: #333;
    font-size: 18px;
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    overflow: hidden;
}
@media (max-width: 640px) {
    .inside-product .box-1 li {
        width: 50%;
        padding: 5px;
    }
    .inside-product .box-1 li .box {
        padding-bottom: 10px;
    }
    .inside-product .box-1 li .tit {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
}
@media (max-width: 418px) {
    .inside-product .box-1 li {
        width: 100%;
        padding: 10px 0;
    }
}
.inside-product .box-1 li:hover .box {
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    border-color: #0071b7;
    outline: solid 1px #0071b7;
}
.inside-product .box-1 .more {
    padding: 30px 0 50px 0;
    text-align: center;
}
.inside-product .box-1 .more a {
    display: inline-block;
    background: none;
    color: #666;
    line-height: 36px;
    min-width: 150px;
    padding: 0 10px;
    border-radius: 36px;
    border: solid 1px #e2e2e2;
}
.inside-product .box-1 .more img {
    margin-top: 12px;
    -webkit-transition: all 334ms;
    transition: all 334ms;
}
.inside-product .box-1 .more a:hover {
    color: #fff;
    border-color: #0071b7;
    background: #0071b7;
}
.inside-product .box-1 .more a:hover img {
    margin-left: 5px;
}
.inside-product .box-2 {
    background: #f5f4f4;
}
.inside-product .box-2 li .box {
    background: #fff;
    border-color: #ffffff;
}
.inside-product .box-3 {
    height: 449px;
    padding-top: 110px;
    background: url(../image/prodcut-bg.jpg) no-repeat top center;
}
@media (max-width: 640px) {
    .inside-product .box-3 {
        padding: 50px 0;
        height: auto;
    }
}
.inside-product .box-3 h3 {
    color: #fff;
    font-size: 28px;
    text-align: center;
}
@media (max-width: 640px) {
    .inside-product .box-3 h3 {
        font-size: 20px;
    }
}
.inside-product .box-3 li {
    float: left;
    width: 33.333%;
    margin-top: 50px;
    font-size: 16px;
    text-align: center;
}
.inside-product .box-3 li .icon img {
    border-radius: 100%;
    border: solid 1px #fff;
    -webkit-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}
@media (max-width: 640px) {
    .inside-product .box-3 li .icon img {
        max-height: 50px;
    }
}
.inside-product .box-3 li .tit {
    color: #fff;
    margin-top: 10px;
}
.inside-product .box-3 li:hover .icon img {
    background: #0071b7;
    border-color: #0071b7;
}
.inside-product .more {
    color: #fff;
    display: block;
    padding-top: 60px;
    text-align: center;
}
.inside-product .more:hover {
    text-decoration: underline;
}
.inside-current {
    height: 50px;
    line-height: 50px;
    margin-top: 90px;
    overflow: hidden;
    border-bottom: solid 1px #d7d7d7;
}
.inside-current span {
    color: #0071b7;
}
@media (max-width: 1000px) {
    .inside-current {
        margin-top: 60px;
    }
}
.inside-product-show {
    background: url(../image/proshow-bg.jpg) no-repeat top center;
}
.inside-product-show .box-1 .leftbox {
    width: 40%;
    float: left;
    padding-top: 30px;
}
.inside-product-show .box-1 .leftbox .pic {
    position: relative;
}
.inside-product-show .box-1 .leftbox .pic:after {
    content: '';
    display: block;
    padding-bottom: 75%;
}
.inside-product-show .box-1 .leftbox .slick-dots {
    bottom: -5px;
}
.inside-product-show .box-1 .leftbox .slick-dots li button {
    width: 19px;
    height: 19px;
    background: url(../image/proshow-arrow.png) no-repeat top center;
}
.inside-product-show .box-1 .leftbox .slick-dots li.slick-active button {
    background: url(../image/proshow-arrow2.png) no-repeat top center;
}
@media (max-width: 1000px) {
    .inside-product-show .box-1 .leftbox {
        width: 55%;
    }
}
@media (max-width: 700px) {
    .inside-product-show .box-1 .leftbox {
        width: 100%;
        float: none;
        padding-left: 0;
    }
}
.inside-product-show .box-1 .rightbox {
    width: 60%;
    float: left;
    padding-left: 40px;
    padding-top: 80px;
}
@media (max-width: 1000px) {
    .inside-product-show .box-1 .rightbox {
        width: 45%;
        padding-left: 20px;
    }
}
@media (max-width: 700px) {
    .inside-product-show .box-1 .rightbox {
        width: 100%;
        float: none;
        padding-top: 30px;
        padding-left: 0;
    }
}
.inside-product-show .box-1 .rightbox h1 {
    color: #333;
    font-size: 28px;
    line-height: 40px;
    font-weight: normal;
    padding-bottom: 10px;
}
@media (max-width: 700px) {
    .inside-product-show .box-1 .rightbox h1 {
        font-size: 18px;
        line-height: 24px;
    }
}
.inside-product-show .box-1 .rightbox .text {
    padding-bottom: 20px;
    border-bottom: solid 1px #d7d7d7;
}
.inside-product-show .box-1 .rightbox .button {
    color: #fff;
    font-size: 20px;
    padding: 0 35px;
    margin-top: 30px;
    line-height: 60px;
    border-radius: 5px;
    display: inline-block;
    background: #0071b7;
}
.inside-product-show .box-1 .rightbox .button img {
    max-height: 25px;
    margin-top: 18px;
    margin-right: 10px;
}
.inside-product-show .box-1 .rightbox .button:hover {
    background: #0067a6;
}
@media (max-width: 700px) {
    .inside-product-show .box-1 .rightbox .button {
        width: 100%;
        line-height: 46px;
        text-align: center;
        padding: 0 10px;
        font-size: 16px;
    }
    .inside-product-show .box-1 .rightbox .button img {
        margin-top: 10px;
    }
}
.inside-product-show .box-2 {
    margin-top: 120px;
    border-top: solid 2px #0071b7;
}
.inside-product-show .box-2 li {
    width: 33.333%;
    float: left;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    background: #0071b7;
    border-left: solid 1px #569acd;
}
.inside-product-show .box-2 li a {
    color: #fff;
    display: block;
}
.inside-product-show .box-2 li:first-child {
    border-left: 0;
}
.inside-product-show .box-2 .active {
    background: none;
}
.inside-product-show .box-2 .active > a {
    color: #0071b7;
}
@media (max-width: 1000px) {
    .inside-product-show .box-2 {
        margin-top: 40px;
    }
    .inside-product-show .box-2 li {
        font-size: 14px;
        line-height: 40px;
    }
}
.inside-product-show .box-3 .tit2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    padding-top: 60px;
    text-align: center;
}
@media (max-width: 767px) {
    .inside-product-show .box-3 .tit2 {
        font-size: 18px;
    }
}
.inside-product-show .box-3 dl {
    width: 50%;
    float: left;
    margin: 40px 0;
    min-height: 150px;
}
@media (max-width: 767px) {
    .inside-product-show .box-3 dl {
        width: 100%;
        float: none;
        margin: 0;
        padding: 20px 0;
        border-bottom: solid 1px #dddddd;
    }
    .inside-product-show .box-3 dl:first-child {
        border-top: 0;
    }
}
.inside-product-show .box-3 dt {
    width: 20%;
    float: left;
}
.inside-product-show .box-3 dt img {
    width: 110px;
    height: 94px;
    background: url(../image/proshow-bg2.jpg) no-repeat;
}
@media (max-width: 1100px) {
    .inside-product-show .box-3 dt img {
        width: auto;
        height: auto;
        background: none;
        background: #0071b7;
    }
}
@media (max-width: 767px) {
    .inside-product-show .box-3 dt {
        display: none;
    }
}
.inside-product-show .box-3 dd {
    width: 80%;
    float: left;
    padding-right: 50px;
    padding-left: 15px;
}
.inside-product-show .box-3 dd .t1 {
    color: #333;
    font-size: 20px;
}
.inside-product-show .box-3 dd .t2 {
    margin-top: 15px;
}
@media (max-width: 767px) {
    .inside-product-show .box-3 dd {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    .inside-product-show .box-3 dd .t1 {
        font-size: 16px;
    }
}
.inside-product-show .box-4 {
    margin-top: 50px;
    border-top: solid 1px #d7d7d7;
}
@media (max-width: 767px) {
    .inside-product-show .box-4 {
        border-top: 0;
        margin-top: 0;
    }
}
.inside-product-show .box-4 .tit2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    padding-top: 60px;
    text-align: center;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .inside-product-show .box-4 .tit2 {
        font-size: 18px;
        padding-top: 40px;
        padding-bottom: 0;
    }
}
.inside-product-show .box-4 .tit3 {
    color: #333;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .inside-product-show .box-4 .tit3 {
        font-size: 15px;
    }
}
.inside-product-show .box-4 .table {
    text-align: center;
    border: solid 1px #d2d2d2;
}
.inside-product-show .box-4 .table tr,
.inside-product-show .box-4 .table td {
    padding: 12px 5px;
    background: #f5f6f6;
    width: 20%;
    border: solid 1px #d2d2d2;
}
.inside-product-show .box-4 .table .bg td {
    background: #ffffff;
}
.inside-product-show .box-4 .table .bg2,
.inside-product-show .box-4 .table .bg2 td {
    color: #fff;
    background: #0071b7;
}
@media (max-width: 767px) {
    .inside-product-show .box-4 .table {
        font-size: 12px;
    }
    .inside-product-show .box-4 .table tr,
    .inside-product-show .box-4 .table td {
        padding: 5px;
    }
}
.inside-product-show .box-5 .tit2 {
    padding-top: 10px;
    text-align: center;
}
@media (max-width: 767px) {
    .inside-product-show .box-5 .tit2 {
        padding-top: 0;
    }
}
.inside-product-show .box-6 {
    padding-bottom: 60px;
    border-top: solid 1px #d7d7d7;
}
@media (max-width: 767px) {
    .inside-product-show .box-6 {
        padding-bottom: 30px;
    }
}
.inside-product-show .box-6 .tit2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    padding-top: 35px;
    text-align: center;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .inside-product-show .box-6 .tit2 {
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}
.inside-product-show .box-6 ul {
    width: 102%;
    margin-left: -12px;
}
@media (max-width: 1199px) {
    .inside-product-show .box-6 ul {
        width: 100%;
        margin-left: 0;
    }
}
.inside-product-show .box-6 li {
    float: left;
    padding: 12px;
    width: 33.3333%;
}
@media (max-width: 1000px) {
    .inside-product-show .box-6 li {
        padding: 5px;
    }
}
@media (max-width: 420px) {
    .inside-product-show .box-6 li {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
}
.inside-product-show .box-6 li .box {
    display: block;
    text-align: center;
    padding-bottom: 30px;
    border: solid 1px #dcdcdc;
    -webkit-transition: all 700ms ease-in;
    transition: all 700ms ease-in;
}
@media (max-width: 767px) {
    .inside-product-show .box-6 li .box {
        padding-bottom: 10px;
    }
}
.inside-product-show .box-6 li .pic {
    position: relative;
}
.inside-product-show .box-6 li .pic:after {
    content: '';
    display: block;
    padding-bottom: 73%;
}
.inside-product-show .box-6 li .tit {
    color: #333;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .inside-product-show .box-6 li .tit {
        font-size: 14px;
    }
}
.inside-product-show .box-6 li:hover .box {
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    border-color: #0071b7;
    outline: solid 1px #0071b7;
}
.inside-product-show .box-6 .more {
    padding: 30px 0 50px 0;
    text-align: center;
}
.inside-product-show .box-6 .more a {
    display: inline-block;
    background: none;
    color: #666;
    line-height: 36px;
    min-width: 150px;
    padding: 0 10px;
    border-radius: 36px;
    border: solid 1px #e2e2e2;
}
.inside-product-show .box-6 .more img {
    margin-top: 12px;
    -webkit-transition: all 334ms;
    transition: all 334ms;
}
.inside-product-show .box-6 .more a:hover {
    color: #fff;
    border-color: #0071b7;
    background: #0071b7;
}
.inside-product-show .box-6 .more a:hover img {
    margin-left: 5px;
}
.inside-product-show .box-3,
.inside-product-show .box-4,
.inside-product-show .box-5 {
    position: relative;
}
.inside-product-show .dw {
    top: -90px;
    z-index: -1;
    height: 1px;
    position: absolute;
}
.phone-nav {
    position: relative;
    float: right;
    display: none;
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-position: center center;
    background-image: url('../image/menu2.png');
    background-repeat: no-repeat;
}
@media (max-width: 1199px) {
    .phone-nav {
        display: block;
        margin-top: 4px;
    }
}
.inside-header .phone-nav {
    background-image: url('../image/menu.png');
}
.phone-subnav {
    width: 100%;
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.97);
    z-index: 99999;
    margin: 0 auto;
    display: none;
}
.phone-subnav .close {
    padding: 20px 40px;
    display: block;
}
.phone-subnav .close img {
    max-height: 40px;
}
.phone-subnav ul {
    height: 90%;
    overflow-y: scroll;
    margin: 0 30px;
}
@media (max-width: 360px) {
    .phone-subnav ul {
        height: 410px;
    }
}
.phone-subnav ul li {
    position: relative;
    border-top: 1px solid #dadada;
}
.phone-subnav ul li i {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 100%;
    font-style: inherit;
    cursor: pointer;
}
.phone-subnav ul li i:after {
    content: '+';
    color: #666;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
}
.phone-subnav ul li .menu {
    color: #333;
    font-size: 16px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 40px 0 20px;
    display: block;
    cursor: pointer;
    text-align: left;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.phone-subnav ul li .menu > a {
    display: block;
    color: #333333;
}
.phone-subnav ul li .menu02 > a {
    color: #0071b7;
}
.phone-subnav ul li .menu03 {
    display: block;
    padding: 10px 0;
}
.phone-subnav ul li .menu03 a {
    color: #888;
    font-size: 13px;
    line-height: 20px;
    padding-top: 0;
}
.phone-subnav ul li div {
    display: none;
    padding-bottom: 15px;
}
.phone-subnav ul li div a {
    color: #333;
    line-height: 20px;
    padding: 5px 10px 5px 20px;
    display: block;
    height: auto;
    font-weight: normal;
    opacity: 1;
    position: relative;
}
.phone-subnav ul li div em {
    display: block;
    font-style: inherit;
}
.phone-subnav ul li div em > a {
    color: #666;
    font-size: 12px;
    display: block;
    padding: 5px 5px 5px 48px;
    line-height: 18px;
}
.phone-subnav ul .active i:after {
    content: '-';
}
.searchz {
    cursor: pointer;
    float: right;
}
.search-box {
    left: 0;
    top: 10px;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    background: url('../image/maskz.png');
}
.search-box .search-main {
    position: relative;
}
.search-box .top-right1 {
    z-index: 99;
    right: 0;
    top: 80px;
    position: absolute;
    float: right;
    width: 40%;
    height: 42px;
    background: #ffffff;
}
.search-box .search-select {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: #0071b7;
    z-index: 50;
    height: 42px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}
.search-box .search-select span {
    display: inline-block;
    margin: 0 8px 0 0;
}
.search-box .search-select em {
    font-style: inherit;
    display: inline-block;
}
.search-box .search-select .icon-xiajiantou {
    font-size: 13px;
}
.search-box .search-right {
    position: relative;
    width: 100%;
    height: 42px;
    z-index: 5;
    padding: 0 10px 0 100px;
}
.search-box .search-right .search-input {
    position: relative;
    z-index: 5;
    height: 40px;
    width: 100%;
    padding: 0;
    color: #333333;
}
.search-box .search-right .search-input input {
    width: 100%;
    height: 40px;
    font-family: arial;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    background: none;
    border: none;
}
.search-box .search-right .search-input input::-webkit-input-placeholder {
    color: #ffffff;
}
.search-box .search-right span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.search-box .search-right span a {
    display: block;
    color: #ffffff;
}
.search-box .search-right b {
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
    cursor: pointer;
    width: 45px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.search-box .search-right .icon-sousuo {
    color: #fff;
    font-size: 20px;
}
.search-box .top1 {
    display: block;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.search-box .top2 {
    display: block;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}
.search-box .search-hide {
    position: absolute;
    left: 0;
    top: 40px;
    width: 80px;
    z-index: 99;
    background: #fff;
    display: none;
}
.search-box .search-hide li {
    text-align: center;
    cursor: pointer;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.search-box .search-hide li:hover {
    background: #0071b7;
    color: #ffffff;
}
.search-box1 {
    float: right;
    margin-top: 26px;
}
@media (max-width: 1199px) {
    .search-box1 {
        display: none;
    }
}
.search-box1 .top-right1 {
    z-index: 99;
    float: right;
    height: 34px;
    position: relative;
    width: 72px;
    color: #acb4ba;
    cursor: pointer;
    line-height: 34px;
    border-radius: 30px;
    text-align: center;
    background: #455f71;
    background: rgba(255, 255, 255, 0.2);
}
.search-box1 .top-right1 em {
    display: inline-block;
    margin-top: 15px;
    margin-left: 10px;
    vertical-align: top;
}
.search-box1 .top-search {
    float: right;
    position: relative;
}
.search-box1 .top-search input {
    border: 0;
    padding: 9px;
    color: #fff;
    width: 210px;
    font-family: arial;
    padding-right: 30px;
    padding-left: 15px;
    margin-left: 3px;
    border-radius: 30px;
    background: #455f71;
    background: rgba(255, 255, 255, 0.2);
}
.search-box1 .top-search .searchbtn2 {
    right: 15px;
    top: 8px;
    position: absolute;
}
.search-box1 .search-hide {
    position: absolute;
    left: 0;
    top: 40px;
    width: 72px;
    z-index: 99;
    padding: 10px 0;
    border-radius: 15px;
    background: #455f71;
    background: rgba(255, 255, 255, 0.2);
    display: none;
}
.search-box1 .search-hide li {
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.search-box1 .search-hide li:hover {
    color: #0071b7;
}
.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1), -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}
.wrapper .bg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.wrapper .textbox {
    top: 50%;
    left: 0;
    color: #fff;
    width: 100%;
    height: 200px;
    z-index: 11;
    margin-top: -100px;
    text-align: center;
    position: absolute;
    font-family: arial;
}
.wrapper .textbox .t1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
}
.wrapper .textbox .t2 {
    opacity: 0.8;
    margin-top: 15px;
}
.wrapper .page {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    transition: opacity 0.7s 0ms cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: opacity 0.7s 0ms cubic-bezier(0.445, 0.145, 0.355, 1);
}
@media (max-width: 1199px) {
    .wrapper {
        display: none;
    }
}
.wrapper.active-page1 .page.page1 {
    opacity: 1;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}
.wrapper.active-page2 .page.page2 {
    opacity: 1;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}
.wrapper.active-page2 .page.page2 .leaf h1 {
    -webkit-animation: flipInX 1s 0.4s ease-in-out both;
    animation: flipInX 1s 0.4s ease-in-out both;
}
.wrapper.active-page2 .page.page2 .process-info {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
.wrapper.active-page2 .page.page2 .process-info1 {
    transition: 0.5s 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: 0.5s 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.wrapper.active-page2 .page.page2 .process-info2 {
    transition: 0.5s 0.7s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: 0.5s 0.7s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.wrapper.active-page2 .page.page2 .process-info3 {
    transition: 0.5s 0.9s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: 0.5s 0.9s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.wrapper.active-page2 .page.page2 .process-info4 {
    transition: 0.5s 1.1s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: 0.5s 1.1s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.wrapper.active-page3 .page.page3 {
    opacity: 1;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}
.wrapper.active-page3 .page.page3 .leaf h1 {
    -webkit-animation: flipInX 1s 0.4s ease-in-out both;
    animation: flipInX 1s 0.4s ease-in-out both;
}
.wrapper.active-page3 .page.page3 .formuladown i {
    height: 50px;
    -webkit-transition: 0.7s 0.4s;
    -webkit-transition: 0.7s 0.4s;
    transition: 0.7s 0.4s;
}
.wrapper.active-page3 .page.page3 .formuladown a {
    -webkit-animation: tinUpIn 0.88s 0.6s ease-in-out both;
    animation: tinUpIn 0.88s 0.6s ease-in-out both;
}
.wrapper.active-page4 .page.page4 {
    opacity: 1;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}
.wrapper.active-page4 .page.page4 .star-info .starshow {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: 0.56s 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: 0.56s 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.wrapper.active-page4 .page.page4 .star-info2 .starshow {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.wrapper.active-page4 .page.page4 .star-info3 .starshow {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.wrapper.active-page4 .page.page4 .star-info4 .starshow {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.wrapper.active-page4 .page.page4 .star-info5 .starshow {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.wrapper.active-page5 .page.page5 {
    opacity: 1;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}
.nav-panel {
    position: fixed;
    z-index: 55;
    z-index: 99;
    right: 40px;
    top: 50%;
    height: 80px;
    margin-top: -40px;
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.57, 1.2, 0.68, 2.6);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.57, 1.2, 0.68, 2.6);
    transition: opacity 1s, transform 1s cubic-bezier(0.57, 1.2, 0.68, 2.6);
    transition: opacity 1s, transform 1s cubic-bezier(0.57, 1.2, 0.68, 2.6), -webkit-transform 1s cubic-bezier(0.57, 1.2, 0.68, 2.6);
    will-change: transform, opacity;
}
@media (max-width: 1199px) {
    .nav-panel {
        display: none;
    }
}
.nav-panel.hide {
    opacity: 0;
    visibility: hidden;
}
.nav-panel ul li div {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    margin-top: 10px;
    background: #fff;
    border: solid 1px #fff;
    border-radius: 100%;
}
.nav-panel ul li.active div {
    width: 14px;
    height: 14px;
    border: solid 2px #fff;
    background: none;
}
.anniu123 {
    width: 19px;
    margin-left: -10px;
    position: fixed;
    left: 50%;
    bottom: 30px;
    z-index: 999;
    cursor: pointer;
}
.anniu123 img {
    -webkit-animation: myfirst04 1.5s linear infinite;
    animation: myfirst04 1.5s linear infinite;
}
.map {
    padding-bottom: 60px;
}
.map li {
    padding: 20px 0;
    border-top: solid 1px #dddddd;
}
.map li h3 {
    margin-bottom: 10px;
}
.map li a {
    padding-right: 15px;
    display: inline-block;
}
.map li:first-child {
    border-top: 0;
}
.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../image/ie_sosad.png) no-repeat center 35% #ffffff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80;
}
.prompt span {
    position: absolute;
    font-size: 14px;
    font-family: arial;
    top: 55%;
    left: 50%;
    margin-left: -152px;
    width: 304px;
    display: block;
    line-height: 24px;
    color: #666;
}
.prompt span a {
    text-decoration: underline;
}
.prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../image/closed.png) no-repeat center center;
    cursor: pointer;
}
@media (max-width: 1024px) {
    #floatbox {
        display: none;
    }
    .bdshare-slide-button-box {
        display: none;
        opacity: 0;
    }
}
.nav-panel {
    z-index: 9999;
    cursor: pointer;
}
.Language {
    float: right;
    margin-right: 10px;
    margin-top: 30px;
}
.Language a {
    width: 28px;
    height: 28px;
    color: #004998;
    line-height: 28px;
    background: #eee;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}
.Language a:hover {
    color: #fff;
    background: #004998;
}
@media (max-width: 1199px) {
    header .nav {
        display: none;
    }
    .Language {
        font-size: 16px;
        margin-top: 12px;
        margin-right: 0;
        margin-left: 10px;
        padding-left: 5px;
        position: relative;
    }
    .Language:before {
        content: '';
        width: 1px;
        height: 15px;
        top: 5px;
        left: 0;
        background: #eee;
        position: absolute;
    }
    .Language a {
        background: none;
    }
}
/*登录注册弹出框*/
/*登录注册弹出框*/
.transparent {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.videoPopup {
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    height: 80%;
    max-height: 650px;
}
.videoPopup .box {
    position: relative;
    border-radius: 10px;
    margin: auto;
    background: #fff;
    z-index: 999;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 90%;
    height: 100%;
    max-width: 1200px;
}
.videoPopup.fadeIn .box {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.videoPopup .close {
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #000000;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: -30px;
    top: -15px;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.videoPopup .close:hover {
    background: #ff0000;
}
.videoPopup video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@media (max-width: 767px) {
    .videoPopup .close {
        right: -15px;
    }
}


.inside-news-show .boxcot section,.inside-news-show .boxcot p{
	overflow-wrap:normal !important;
}