input,
textarea {
    border-radius: 0
}

input,
textarea {
    -webkit-appearance: none
}

input[type="checkbox"] {
    -webkit-appearance: checkbox
}

input[type="radio"] {
    -webkit-appearance: radio
}

img {
    vertical-align: top;
    max-width: 100%
}

.container {
    width: 1600px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1600px) {
    .container {
        width: 1200px
    }
}

@media (max-width:1200px) {
    .container {
        width: 100%;
        padding: 0 15px
    }
}

.container-2 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1260px) {
    .container-2 {
        width: 1100px
    }
}

@media (max-width:1200px) {
    .container-2 {
        width: 100%;
        padding: 0 15px
    }
}

.header {
    height: 90px
}

.header .logo {
    padding-left: 160px;
    display: inline-block
}

.header .search {
    float: right;
    width: 60px;
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    background: #2861ad
}

.header .search img {
    vertical-align: middle
}

.header .search-hide {
    top: 100px;
    right: 0;
    z-index: 99;
    display: none;
    position: absolute
}

.header .search-hide input {
    height: 40px;
    width: 350px;
    padding: 0 10px;
    color: #444;
    font-size: 16px;
    vertical-align: top;
    background: #f4f4f4;
    padding-right: 50px;
    font-family: "微软雅黑";
    border: solid 1px #dedede
}

.header .search-hide .btn {
    right: 0;
    top: 0;
    height: 40px;
    width: 50px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    background-color: #2861ad
}

.header .search-hide .btn:hover {
    background-color: #2c6bbe
}

.header .search-hide .btn img {
    vertical-align: middle
}

.header .language {
    float: right;
    position: relative;
    margin-right: 30px;
    line-height: 90px;
    display: none;
}

.header .language img {
    margin: 0 5px;
    margin-top: 36px
}

.header .language a {
    color: #898989
}

.header .language:hover .drop {
    display: block
}

.header .drop {
    left: 0;
    top: 90px;
    width: 100%;
    z-index: 9;
    display: none;
    text-align: center;
    line-height: 44px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, 0.8)
}

.header .drop a {
    color: #333;
    display: block;
    border-top: solid 1px #fff
}

.header .drop a:hover {
    color: #fff;
    background: #2861ad
}

.header .menu {
    right: 30px;
    top: 25px;
    width: 20px;
    height: 15px;
    display: none;
    position: absolute
}

.header .menu:before,
.header .menu:after {
    content: "";
    width: 20px;
    height: 2px;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 1px;
    position: absolute;
    background: #2861ad
}

.header .menu:after {
    top: 8px;
    cursor: pointer
}

.header .menu img {
    max-height: 25px
}

@media (max-width:1279px) {
    .header .menu {
        display: block
    }
}

@media (max-width:1700px) {
    .header .logo {
        padding-left: 30px
    }
}

@media (max-width:1200px) {
    .header {
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 100;
        background: #fff;
        position: fixed;
        box-shadow: 0 0 10px #333
    }
    .header .logo {
        padding-left: 20px;
        padding-top: 5px
    }
    .header .logo img {
        max-height: 50px
    }
    .header .search,
    .header .language {
        display: none
    }
}

.nav {
    float: right;
    padding-right: 70px
}

.nav li {
    float: left;
    font-size: 17px;
    padding: 0 30px;
    line-height: 90px;
    font-family: "微软雅黑";
    position: relative;
    background: url(../images/index-04.png) no-repeat left center
}

.nav li>a {
    color: #555;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    position: relative
}

.nav li>a span {
    z-index: 2;
    padding-left: 5px;
    position: relative;
    display: inline-block
}

.nav li a:hover {
    color: #2861ad
}

.nav li .subnav {
    left: 50%;
    top: 90px;
    width: 100%;
    z-index: 99;
    width: 140px;
    margin-left: -70px;
    line-height: 44px;
    background: #fff;
    position: absolute;
    font-size: 14px;
    display: none;
    background: rgba(255, 255, 255, 0.8)
}

.nav li .subnav a {
    height: 45px;
    line-height: 44px;
    overflow: hidden;
    display: block;
    text-align: center;
    border-top: solid 1px #fff
}

.nav li .subnav a:hover {
    color: #fff;
    background: #2861ad
}

.nav li .subnav a:first-child {
    border-top: 0
}

.nav li .subnav-2 {
    width: 200px;
    margin-left: -100px
}

.nav li:hover>a {
    color: #2861ad
}

.nav .active>a {
    color: #2861ad
}

@media (max-width:1700px) {
    .nav {
        padding-right: 30px
    }
    .nav li {
        padding: 0 25px
    }
}

@media (max-width:1400px) {
    .nav li {
        padding: 0 15px
    }
}

@media (max-width:1200px) {
    .nav {
        display: none
    }
}

.fixed {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    position: fixed;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
    -webkit-animation: 2s dong;
    animation: 2s dong
}

@-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)
    }
}

.phone-nav .box::-webkit-scrollbar {
    width: 2px;
    height: 1px
}

.phone-nav .box::-webkit-scrollbar-thumb {
    background: #000;
    width: 2px
}

.phone-nav .box::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1)
}

.phone-nav {
    top: 0;
    z-index: 1999;
    position: fixed;
    right: -150%;
    width: 100%;
    height: 100%;
    background: #fff
}

.phone-nav .close {
    position: absolute;
    z-index: 99;
    top: 40px;
    right: 20px
}

.phone-nav .close img {
    max-height: 40px
}

.phone-nav .box {
    height: 100%;
    overflow-y: auto;
    padding: 0 20px 0 20px;
    -webkit-overflow-scrolling: touch;
    background: url(../images/bg-2.png) no-repeat bottom center #fff
}

.phone-nav .list-menu {
    padding-top: 100px;
    background: url(../images/pbg.png) no-repeat top center rgba(255, 255, 255, 0.5)
}

.phone-nav .list-menu li {
    font-size: 20px;
    position: relative;
    line-height: 30px;
    border-bottom: solid 1px rgba(179, 179, 179, 0.3)
}

.phone-nav .list-menu li a {
    padding: 20px;
    display: block;
    position: relative;
    color: #000
}

.phone-nav .list-menu li a span {
    z-index: 9;
    display: inline-block;
    position: relative
}

.phone-nav .list-menu li i {
    position: absolute;
    right: 0;
    top: 14px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 30px;
    display: block;
    font-style: inherit;
    cursor: pointer
}

.phone-nav .list-menu li i:after {
    content: "+";
    color: #666;
    font-size: 28px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    font-family: arial
}

.phone-nav .list-menu .submenu {
    display: none;
    padding-bottom: 20px
}

.phone-nav .list-menu .submenu a {
    color: #555;
    font-size: 16px;
    padding: 0 0 0 20px
}

.banner {
    z-index: 0;
    position: relative
}

.banner .slick-dots {
    bottom: 25px
}

.banner .slick-dots li button {
    margin: 0 3px;
    width: 16px;
    height: 16px;
    -webkit-transition: all 700ms ease-in;
    transition: all 700ms ease-in;
    background: url(../images/dian.png) no-repeat center center
}

.banner .slick-dots li.slick-active button {
    background: url(../images/dian-h.png) no-repeat center center
}

.banner .box {
    overflow: hidden;
    position: relative
}

.banner .box img {
    -webkit-transition: all 1400ms ease;
    transition: all 1400ms ease
}

.banner .box:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.banner .txtbox {
    top: 50%;
    left: 0;
    margin-top: -150px;
    height: 180px;
    z-index: 999;
    width: 100%;
    text-align: center;
    position: absolute
}

@media (max-width:1440px) {
    .banner .txtbox {
        height: 160px;
        margin-top: -80px
    }
}

.banner .txt-1 {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    line-height: 90px
}

@media (max-width:1440px) {
    .banner .txt-1 {
        font-size: 50px;
        line-height: 40px
    }
}

.banner .txt-1 a {
    color: #fff
}

.banner .txt-2 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px
}

@media (max-width:1440px) {
    .banner .txt-2 {
        font-size: 24px;
        line-height: 30px
    }
}

.banner .txt-2 a {
    color: #fff
}

.banner .txt-3 {
    color: #fff;
    font-size: 23px;
    font-family: arial
}

@media (max-width:1200px) {
    .banner {
        margin-top: 60px
    }
    .banner .txtbox {
        height: 80px;
        margin-top: -40px
    }
    .banner .txt-1 {
        font-size: 20px;
        line-height: 30px
    }
    .banner .txt-2 {
        font-size: 12px;
        line-height: 20px;
        margin-top: 0
    }
    .banner .txt-3 {
        display: none
    }
    .banner .slick-dots {
        bottom: 10px
    }
    .banner .btn {
        display: none
    }
}

.banner .slick-active .txt-1 {
    -webkit-animation: 1.5s fadeInUp ease;
    animation: 1.5s fadeInUp ease
}

.banner .slick-active .txt-2 {
    -webkit-animation: 2s fadeInUp ease;
    animation: 2s fadeInUp ease
}

.banner .slick-active .txt-3 {
    -webkit-animation: 2.5s fadeInUp ease;
    animation: 2.5s fadeInUp ease
}

.footer {
    color: #fff;
    font-size: 13px;
    color: #737a79;
    line-height: 30px;
    padding: 60px 0 0 0;
    background: #1f2024;
    overflow: hidden;
}

.footer .container {
    position: relative
}

.footer a {
    color: #b0b0b0;
    display: block
}

.footer a:hover {
    font-weight: bold;
    color: #a9b1b0
}

.footer ul {
    position: relative;
    padding-bottom: 60px
}

.footer li:first-child {
    width: 15%
}

.footer li {
    float: left;
    width: 11%;
    padding-right: 20px
}

.footer li h3 {
    font-size: 16px;
    font-weight: normal
}

.footer li h3 a {
    color: #fff
}

.footer .contact {
    width: 28%;
    color: #fff;
    min-height: 200px;
    padding-left: 50px;
    padding-right: 0;
    font-size: 16px;
    border-left: solid 1px #36373a;
    border-right: solid 1px #36373a
}

.footer .contact .tel,
.footer .contact .add {
    padding-bottom: 20px;
    padding-left: 60px;
    position: relative
}

.footer .contact .tel img,
.footer .contact .add img {
    top: 5px;
    left: 0;
    position: absolute
}

.footer .contact .tel span,
.footer .contact .add span {
    font-size: 24px;
    font-family: "DIN"
}

.footer .weixin {
    float: right;
    text-align: right
}

.footer .copy {
    color: #bfbfbf;
    margin-top: 30px;
    position: relative;
    padding: 10px 0;
    border-top: solid 1px #333541
}

.footer .copy span {
    float: right
}

@media (max-width:1600px) {
    .footer li {
        width: 9.5%
    }
    .footer .contact {
        width: 34%
    }
}

@media (max-width:1280px) {
    .footer ul {
        margin-left: 10px;
    }
}

@media (max-width:1200px) {
    .footer {
        padding-top: 0
    }
    .footer ul {
        display: none
    }
    .footer .copy {
        border-top: 0;
        margin-top: 0
    }
}

@media (max-width:640px) {
    .footer .copy {
        text-align: center
    }
    .footer .copy span {
        display: block;
        float: none
    }
}

.index-title {
    z-index: 9;
    height: 124px;
    color: #333;
    font-size: 22px;
    padding-top: 5px;
    position: relative;
    text-align: center
}

.index-title img {
    margin-bottom: 20px
}

.index-title .font16 {
    color: #666
}

@media (max-width:1200px) {
    .index-title {
        height: auto
    }
    .index-title .font16 {
        display: none
    }
}

@media (max-width:767px) {
    .index-title {
        font-size: 20px
    }
    .index-title img {
        margin-bottom: 10px;
        max-height: 30px
    }
}

.index-pic {
    top: 0;
    width: 100%;
    text-align: center;
    position: absolute
}

@media (max-width:1200px) {
    .index-pic {
        display: none
    }
}

.index-product {
    padding: 60px 0;
    background: #f8f8f8
}

.index-product .container {
    position: relative
}

.index-product ul {
    margin-top: 60px
}

.index-product li {
    width: 25%;
    float: left;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding-left: 1px
}

.index-product li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

.index-product li .pic {
    overflow: hidden;
    position: relative
}

.index-product li .pic:after {
    content: "";
    display: block;
    padding-bottom: 113%
}

.index-product li .pic:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.3)
}

.index-product li .txtbox {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 70px;
    text-align: center;
    position: absolute
}

.index-product li .tit {
    font-size: 20px;
    height: 24px;
    overflow: hidden;
    margin-top: 50px;
    font-weight: 700
}

.index-product li .txt {
    opacity: 0;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 30px
}

.index-product li .more {
    opacity: 0;
    padding: 0 20px;
    display: inline-block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3)
}

.index-product li .cirbox {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    margin-top: 100px;
    position: relative
}

.index-product li .cirbox span {
    top: 50%;
    left: 50%;
    position: absolute;
    display: inline-block
}

.index-product li .cir1 {
    border: 1px solid #fff;
    width: 76px;
    height: 76px;
    margin-top: -38px;
    margin-left: -38px;
    border-radius: 100%;
    -webkit-animation: touming 1s ease infinite;
    animation: touming 1s ease infinite
}

.index-product li .cir2 {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-animation: touming 1.2s ease infinite;
    animation: touming 1.2s ease infinite
}

.index-product li .cir3 {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-animation: touming 1.3s ease infinite;
    animation: touming 1.3s ease infinite
}

@-webkit-keyframes touming {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes touming {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.index-product li:hover {
    z-index: 9;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.index-product li:hover .cirbox {
    margin-top: 50px
}

.index-product li:hover .txt,
.index-product li:hover .more {
    opacity: 1
}

.index-product li:hover .pic:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    background: rgba(40, 97, 173, 0.9)
}

@media (max-width:1700px) {
    .index-product li .cirbox {
        margin-top: 40px
    }
    .index-product li .tit {
        margin-top: 30px
    }
    .index-product li:hover .cirbox {
        margin-top: 0
    }
}

@media (max-width:1200px) {
    .index-product {
        padding: 30px 0
    }
    .index-product ul {
        margin-top: 30px
    }
}

@media (max-width:1000px) {
    .index-product li {
        width: 50%;
        padding: 10px
    }
}

@media (max-width:640px) {
    .index-product li {
        padding: 5px
    }
    .index-product li .cirbox {
        display: none
    }
    .index-product li .txtbox {
        padding: 0 15px
    }
    .index-product li .txt,
    .index-product li .more {
        display: none
    }
    .index-product li .tit {
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        font-size: 16px;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        text-align: center;
        position: absolute;
        background: rgba(0, 0, 0, 0.5)
    }
    .index-product li:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .index-product li:hover .pic:before {
        background: rgba(0, 0, 0, 0.3)
    }
}

.index-video {
    padding: 60px 0;
    background: url(../images/video-bg.jpg) no-repeat bottom center;
    overflow: hidden;
}

.index-video .container {
    position: relative
}

.index-video ul {
    margin: 0 -16px;
    margin-top: 60px
}

.index-video li {
    padding: 0 16px;
    width: 33.333%;
    float: left
}

.index-video li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.index-video li .ico {
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -40px;
    text-align: center;
    position: absolute
}

.index-video li .ico img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.index-video li .pic {
    overflow: hidden;
    border-bottom: solid 4px #2861ad;
    position: relative
}

.index-video li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.index-video li .pic:after {
    content: "";
    display: block;
    padding-bottom: 62%
}

.index-video li .tit {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    height: 24px;
    overflow: hidden;
    margin-top: 30px
}

.index-video li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index-video li:hover .ico img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

@media (max-width:1600px) {
    .index-video li .ico {
        margin-top: -60px
    }
}

@media (max-width:1200px) {
    .index-video {
        padding: 30px 0
    }
    .index-video ul {
        margin: 30px 0 0 0
    }
    .index-video li {
        padding: 0 10px
    }
}

@media (max-width:580px) {
    .index-video li {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 15px
    }
    .index-video li .tit {
        font-size: 16px;
        margin: 20px 0
    }
}

.index-about {
    height: 750px;
    padding-top: 70px;
    background: url(../images/about-bg.jpg) no-repeat top center
}

.index-about .container {
    position: relative
}

.index-about .index-title {
    color: #fff
}

.index-about .txtbox {
    width: 960px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding-top: 35px;
    margin-top: 40px;
    border-top: solid 1px rgba(255, 255, 255, 0.3)
}

.index-about .more {
    width: 160px;
    height: 46px;
    line-height: 44px;
    display: block;
    margin: 0 auto;
    color: #fff;
    margin-top: 50px;
    border-radius: 5px;
    text-align: center;
    border: solid 1px rgba(255, 255, 255, 0.5)
}

.index-about .more:hover {
    border-color: #fff
}

.index-about ul {
    width: 960px;
    margin: 0 auto;
    margin-top: 40px
}

.index-about li {
    float: left;
    width: 166px;
    height: 191px;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    margin-left: 230px
}

.index-about li a {
    display: block;
    width: 100%;
    height: 100%
}

.index-about li .tit {
    bottom: 30px;
    left: 0;
    width: 100%;
    color: #fff;
    position: absolute
}

.index-about li:first-child {
    margin-left: 0
}

.index-about li:hover .tit {
    color: #333
}

.index-about .li01 {
    background: url(../images/index-13.png) no-repeat top center
}

.index-about .li01:hover {
    background: url(../images/index-13-h.png) no-repeat top center
}

.index-about .li02 {
    background: url(../images/index-14.png) no-repeat top center
}

.index-about .li02:hover {
    background: url(../images/index-14-h.png) no-repeat top center
}

.index-about .li03 {
    background: url(../images/index-15.png) no-repeat top center
}

.index-about .li03:hover {
    background: url(../images/index-15-h.png) no-repeat top center
}

@media (max-width:1200px) {
    .index-about {
        padding: 30px;
        height: auto;
        text-align: center
    }
    .index-about ul {
        width: 100%
    }
    .index-about li {
        margin-left: 0;
        float: none;
        margin: 0 10px;
        display: inline-block
    }
    .index-about .txtbox {
        width: 100%
    }
}

@media (max-width:1000px) {
    .index-about {
        padding: 30px 0;
        padding-bottom: 50px
    }
    .index-about .more {
        margin-top: 30px;
        height: 40px;
        line-height: 38px
    }
    .index-about .txtbox {
        margin-top: 20px
    }
    .index-about ul {
        display: none
    }
}

.index-news {
    padding: 60px 0;
    background: url(../images/video-bg.jpg) no-repeat bottom center
}

.index-news .container {
    position: relative
}

.index-news ul {
    margin-top: 60px
}

.index-news li {
    width: 25%;
    float: left;
    border-left: solid 1px #eaeaea
}

.index-news li a {
    display: block;
    padding: 35px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: solid 3px #fff
}

.index-news li time {
    color: #777;
    font-family: "DIN";
    font-size: 16px
}

.index-news li .tit {
    color: #333;
    font-size: 18px;
    height: 24px;
    overflow: hidden;
    margin: 25px 0 15px 0
}

.index-news li .txt {
    line-height: 22px;
    height: 44px;
    color: #666;
    overflow: hidden
}

.index-news li .pic {
    overflow: hidden;
    margin-top: 50px;
    position: relative
}

.index-news li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.index-news li .pic:after {
    content: "";
    display: block;
    padding-bottom: 68.9999%
}

.index-news li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.index-news li:hover a {
    background: #f8f8f8;
    border-top: solid 3px #2861ad
}

.index-news li:hover time,
.index-news li:hover .tit {
    color: #2861ad
}

@media (max-width:1200px) {
    .index-news {
        padding: 30px 0
    }
    .index-news ul {
        margin-top: 30px
    }
}

@media (max-width:640px) {
    .index-news li {
        width: 50%
    }
    .index-news li a {
        padding: 15px
    }
    .index-news li .tit {
        margin: 10px 0
    }
    .index-news li .pic {
        margin-top: 20px
    }
}

@media (max-width:390px) {
    .index-news li {
        width: 100%;
        border-left: 0
    }
    .index-news li a {
        padding: 5px
    }
    .index-news li:hover a {
        background: none;
        border-color: #fff
    }
}

.index-number {
    height: 140px;
    padding-top: 45px;
    background: url(../images/index-bg.jpg) no-repeat top center
}

.index-number ul {
    padding: 0 210px
}

.index-number li {
    width: 33.333%;
    float: left;
    color: #fff;
    font-size: 16px
}

.index-number li span {
    font-size: 50px;
    line-height: 50px;
    font-family: "DIN"
}

@media (max-width:1200px) {
    .index-number ul {
        padding: 0
    }
    .index-number li {
        text-align: center
    }
    .index-number li span {
        font-size: 16px;
        line-height: 30px
    }
}

@media (max-width:640px) {
    .index-number {
        padding-top: 20px
    }
    .index-number li {
        font-size: 14px;
        width: 100%
    }
}

.inside-hezuo {
    height: 753px;
    padding-top: 70px;
    background: url(../images/map-bg.jpg) no-repeat top center;
    overflow: hidden;
}

.inside-hezuo .container {
    position: relative
}

.inside-hezuo .scroll {
    background: #fff;
    padding: 60px 37px;
    position: relative;
    margin-top: -2px;
    box-shadow: 0 0 10px #f8f8f8
}

@media (max-width:640px) {
    .inside-hezuo .scroll {
        padding: 15px
    }
}

.inside-hezuo .scroll:before {
    content: "";
    width: 1px;
    height: 90%;
    right: 37px;
    top: 0;
    z-index: 2;
    position: absolute;
    background: #fff
}

@media (max-width:640px) {
    .inside-hezuo .scroll:before {
        right: 15px
    }
}

.inside-hezuo .scroll .items {
    width: 10%;
    float: left;
    margin-top: -1px;
    border-top: solid 1px #ececec;
    border-right: solid 1px #ececec;
    position: relative
}

@media (max-width:640px) {
    .inside-hezuo .scroll .items {
        width: 20%
    }
}

.inside-hezuo .scroll .items .tubox {
    position: relative
}

.inside-hezuo .scroll .items .tu {
    position: relative
}

.inside-hezuo .scroll .items .tu:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.inside-hezuo .scroll .items .tu img {
    -webkit-transition: all 500ms ease;
}

.inside-hezuo .scroll .items span {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    box-shadow: 0 0 10px #bbb;
    position: absolute;
    border: solid 3px #2861ad
}

.inside-hezuo .scroll .items:hover span {
    opacity: 1
}

.inside-hezuo .scroll .items:hover .tu img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.inside-hezuo .scroll .slick-prev,
.inside-hezuo .scroll .slick-next {
    border: 0;
    width: 37px;
    height: 37px;
    margin-top: -18px;
    border-radius: 100%
}

@media (max-width:640px) {
    .inside-hezuo .scroll .slick-prev,
    .inside-hezuo .scroll .slick-next {
        opacity: 0
    }
}

.inside-hezuo .scroll .slick-prev {
    left: -70px;
    background: url(../images/hz-left.png) no-repeat center center #dcdcdc
}

.inside-hezuo .scroll .slick-prev:hover {
    background-color: #2861ad
}

.inside-hezuo .scroll .slick-next {
    right: -70px;
    background: url(../images/hz-right.png) no-repeat center center #dcdcdc
}

.inside-hezuo .scroll .slick-next:hover {
    background-color: #2861ad
}

@media (max-width:1440px) {
    .inside-hezuo .scroll .slick-prev {
        left: 0
    }
    .inside-hezuo .scroll .slick-next {
        right: 0
    }
}

@media (max-width:1200px) {
    .inside-hezuo {
        padding-top: 30px;
        height: auto
    }
}

.inside-current {
    height: 52px;
    z-index: 9;
    margin-top: -52px;
    position: relative;
    background: #2861ad;
    background: rgba(40, 97, 173, 0.9)
}

.inside-current a {
    width: 15%;
    float: left;
    height: 52px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    overflow: hidden;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    border-top: solid 2px #2861ad
}

.inside-current a:hover,
.inside-current .cur {
    color: #2861ad;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    border-top: solid 2px #2861ad
}

@media (max-width:1200px) {
    .inside-current {
        margin-top: 0;
        height: auto;
        overflow: hidden;
        background: #2861ad
    }
    .inside-current a {
        padding: 0 5px;
        width: auto;
        height: 40px;
        font-size: 13px;
        line-height: 40px;
        margin-right: 2px
    }
}

.inside-banner {
    text-align: center
}

@media (max-width:1200px) {
    .inside-banner {
        margin-top: 60px
    }
}

.inside-warp {
    min-height: 400px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../images/inside-bg.jpg) no-repeat top center
}

@media (max-width:1200px) {
    .inside-warp {
        padding: 30px 0
    }
}

.inside-join .tit {
    text-align: center
}

.inside-join .font24 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px
}

.inside-join .font16 {
    font-size: 16px;
    font-weight: bold
}

.inside-join ul {
    padding: 0 200px;
    margin-top: 40px
}

@media (max-width:1279px) {
    .inside-join ul {
        padding: 0 100px
    }
}

.inside-join li {
    margin-top: 15px
}

.inside-join li p {
    width: 50%;
    float: left;
    padding: 0 10px
}

.inside-join li label {
    width: 18%;
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
    display: inline-block
}

.inside-join li em {
    color: #f00
}

.inside-join li input,
.inside-join li textarea {
    width: 82%;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    color: #666;
    font-family: "微软雅黑";
    border: solid 1px #e5e5e5
}

.inside-join li input:focus,
.inside-join li textarea:focus {
    outline: solid 1px #2861ad;
    border-color: #2861ad
}

.inside-join li textarea {
    resize: none;
    height: 130px
}

.inside-join .itextarea label {
    width: 8.8%
}

.inside-join .itextarea textarea {
    width: 91%
}

.inside-join .code {
    width: 140px
}

@media (max-width:360px) {
    .inside-join .code {
        width: 100px
    }
}

.inside-join .btn {
    background: #ddd;
    width: 130px;
    height: 43px;
    color: #333;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    line-height: 43px
}

@media (max-width:1000px) {
    .inside-join .btn {
        width: 90px;
        height: 34px;
        line-height: 34px;
        margin-right: 5px
    }
}

.inside-join .btn-blue {
    color: #fff;
    background: #2861ad
}

@media (max-width:1000px) {
    .inside-join ul {
        padding: 0
    }
    .inside-join li {
        margin-top: 0
    }
    .inside-join li label {
        width: 26%
    }
    .inside-join li input,
    .inside-join li textarea {
        width: 72%
    }
    .inside-join li p {
        width: 100%;
        margin-top: 15px
    }
    .inside-join .itextarea label {
        width: 24%
    }
    .inside-join .itextarea textarea {
        width: 73%
    }
    .inside-join .font24 {
        font-size: 18px;
        margin-bottom: 5px
    }
}

.inside-message .tit {
    text-align: center
}

.inside-message .font24 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px
}

.inside-message .red,
.inside-message label {
    color: #f30
}

.inside-message ul {
    padding: 0 200px;
    margin-top: 40px
}

.inside-message li {
    margin-bottom: 20px
}

.inside-message li p {
    width: 33.333%;
    float: left;
    padding: 0 5px;
    position: relative
}

.inside-message li p label {
    left: 10px;
    top: 10px;
    position: absolute
}

.inside-message li p:first-child {
    margin-left: 0
}

.inside-message li input,
.inside-message li textarea {
    height: 40px;
    padding: 0 15px;
    width: 100%;
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑";
    border: solid 1px #e5e5e5
}

.inside-message li input:focus,
.inside-message li textarea:focus {
    outline: solid 1px #2861ad;
    border-color: #2861ad
}

.inside-message li textarea {
    height: 260px;
    width: 100%;
    padding: 15px;
    resize: none
}

.inside-message li a {
    width: 130px;
    height: 43px;
    color: #333;
    font-size: 16px;
    margin-right: 15px;
    text-align: center;
    line-height: 43px;
    background: #ddd;
    display: inline-block
}

.inside-message li a:first-child {
    color: #fff;
    background: #2861ad
}

@media (max-width:1000px) {
    .inside-message ul {
        padding: 0
    }
}

@media (max-width:640px) {
    .inside-message .font24 {
        font-size: 18px;
        margin-bottom: 5px
    }
    .inside-message ul {
        margin-top: 20px
    }
    .inside-message li {
        margin-bottom: 0
    }
    .inside-message li a {
        width: 110px;
        font-size: 14px;
        height: 36px;
        margin-top: 20px;
        line-height: 36px;
        margin-right: 5px
    }
    .inside-message li p {
        width: 100%;
        margin-top: 15px
    }
    .inside-message li textarea {
        height: 140px
    }
}

.inside-downland li {
    height: 75px;
    font-size: 16px;
    line-height: 75px;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 100px;
    position: relative;
    background: url(../images/industrial-ico.png) no-repeat left 20px;
    border-bottom: solid 1px #e0e0e0
}

.inside-downland li span {
    right: 0;
    top: 0;
    font-size: 14px;
    color: #bcbcbc;
    position: absolute
}

.inside-downland li:hover {
    background: url(../images/industrial-ico-2.png) no-repeat left 20px
}

.inside-downland li:hover a {
    color: #2861ad
}

@media (max-width:1000px) {
    .inside-downland li {
        height: 50px;
        font-size: 14px;
        line-height: 49px;
        background: none;
        padding-right: 0;
        padding-left: 0
    }
    .inside-downland li span {
        display: none
    }
    .inside-downland li:hover {
        background: none
    }
}

.inside-page {
    font-size: 16px;
    margin-top: 50px;
    text-align: center
}

.inside-page a {
    margin: 0 3px;
    display: inline-block
}

.inside-page .num {
    border-radius: 100%;
    background: #f8f8f8;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-family: arial;
    border: solid 1px #eaeaea
}

.inside-page .num:hover,
.inside-page .num.cpb {
    color: #fff;
    border-color: #2861ad;
    background: #2861ad
}

.inside-job .box {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 60px;
    text-align: center
}

.inside-job .box .font28 {
    font-size: 28px
}

.inside-job .box ul {
    margin: 0 -13px;
    margin-top: 60px
}

.inside-job .box li {
    width: 25%;
    float: left;
    padding: 0 13px
}

.inside-job .box li .item {
    position: relative
}

.inside-job .box li .txtbox {
    top: 50%;
    left: 0;
    height: 130px;
    margin-top: -65px;
    width: 100%;
    z-index: 2;
    position: absolute;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-job .box li .txtbox .tit {
    color: #fff;
    height: 80px;
    overflow: hidden;
    line-height: 80px;
    position: relative
}

.inside-job .box li .txtbox .tit:before {
    width: 30px;
    height: 1px;
    left: 50%;
    bottom: 0;
    content: "";
    margin-left: -15px;
    position: absolute;
    background: #fff
}

.inside-job .box li .pic {
    overflow: hidden;
    position: relative
}

.inside-job .box li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-job .box li .pic:after {
    content: "";
    display: block;
    padding-bottom: 117%
}

.inside-job .box li .pic:before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.5)
}

.inside-job .box li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.inside-job .box li:hover .txtbox {
    margin-top: -55px
}

@media (max-width:1000px) {
    .inside-job .box {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 30px
    }
    .inside-job .box .font28 {
        font-size: 16px
    }
    .inside-job .box ul {
        display: none
    }
}

.inside-job .leftbox {
    width: 25%;
    float: left
}

.inside-job .leftbox .tit {
    color: #fff;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
    padding-left: 35px;
    background: #2861ad
}

.inside-job .leftbox li {
    font-size: 16px;
    height: 80px;
    padding-left: 35px;
    line-height: 80px;
    background: #f4f4f4;
    position: relative;
    border-top: solid 1px #fff
}

.inside-job .leftbox li:before {
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 80px;
    opacity: 0;
    position: absolute;
    background: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-left: solid 6px #2861ad
}

.inside-job .leftbox li span {
    z-index: 1;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inside-job .leftbox li:hover:before,
.inside-job .leftbox .cur:before {
    width: 100%;
    opacity: 1
}

.inside-job .leftbox li:hover a,
.inside-job .leftbox .cur a {
    color: #666
}

@media (max-width:1000px) {
    .inside-job .leftbox {
        width: 100%;
        float: none;
        overflow: hidden
    }
    .inside-job .leftbox .tit {
        height: 50px;
        font-size: 16px;
        line-height: 50px
    }
    .inside-job .leftbox li {
        height: 44px;
        width: 50%;
        float: left;
        font-size: 14px;
        line-height: 44px
    }
}

.inside-job .rightbox {
    width: 73%;
    float: right;
    font-size: 15px;
    min-height: 400px;
    background: #f4f4f4
}

.inside-job .rightbox .item {
    padding: 60px
}

.inside-job .rightbox .font20 {
    color: #333;
    font-size: 20px
}

.inside-job .rightbox .font18 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0 10px 0;
    font-family: "微軟正黑體"
}

.inside-job .rightbox .bt {
    padding-bottom: 30px;
    border-bottom: solid 1px #e6e6e6
}

.inside-job .rightbox .yx {
    margin-top: 50px;
    padding-top: 20px;
    border-top: solid 1px #e6e6e6
}

.inside-job .rightbox .yx a {
    color: #257ef2
}

.inside-job .rightbox .yx a:hover {
    text-decoration: underline
}

.inside-job .rightbox .line {
    font-size: 12px;
    color: #999;
    vertical-align: top
}

@media (max-width:1000px) {
    .inside-job .rightbox {
        width: 100%;
        float: none;
        margin-top: 15px
    }
    .inside-job .rightbox .item {
        padding: 30px
    }
    .inside-job .rightbox .font20 {
        font-size: 16px
    }
    .inside-job .rightbox .font18 {
        font-size: 14px
    }
}

.inside-news dl:first-child {
    border-top: 0
}

.inside-news dl {
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
    margin-top: 40px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.inside-news dl dt {
    float: left;
    width: 24%;
    overflow: hidden;
    position: relative
}

.inside-news dl dt img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-news dl dt:after {
    content: "";
    display: block;
    padding-bottom: 70%
}

.inside-news dl dd {
    width: 76%;
    float: left;
    padding: 50px
}

.inside-news dl .txtbox h2 {
    height: 24px;
    overflow: hidden;
    font-size: 20px
}

.inside-news dl .txtbox h2 a {
    color: #000
}

.inside-news dl .txtbox time {
    color: #b6b6b6;
    padding-top: 15px;
    font-size: 15px;
    font-family: arial;
    display: block
}

.inside-news dl .txtbox .txt {
    height: 24px;
    overflow: hidden;
    margin-top: 10px
}

.inside-news dl .more {
    color: #fff;
    right: 0;
    bottom: 0;
    height: 36px;
    font-size: 12px;
    padding-left: 30px;
    line-height: 36px;
    font-family: arial;
    text-align: center;
    position: absolute;
    background: #939393
}

.inside-news dl .more img {
    margin-left: 10px;
    margin-top: 13px
}

.inside-news dl:hover {
    background: #fff;
    box-shadow: 0 0 30px #eee
}

.inside-news dl:hover dt img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.inside-news dl:hover dd .txtbox h2 a {
    color: #2861ad
}

.inside-news dl:hover dd .more {
    background-color: #2861ad
}

@media (max-width:1000px) {
    .inside-news dl dt {
        width: 35%
    }
    .inside-news dl dd {
        width: 65%;
        padding: 30px
    }
    .inside-news dl .txtbox .more {
        display: none
    }
}

@media (max-width:640px) {
    .inside-news dl:first-child {
        margin-top: 0
    }
    .inside-news dl {
        margin-top: 15px
    }
    .inside-news dl dt {
        width: 40%
    }
    .inside-news dl dd {
        width: 60%;
        padding: 10px 15px
    }
    .inside-news dl .txtbox h2 {
        font-size: 16px
    }
    .inside-news dl .txtbox time {
        padding-top: 0
    }
    .inside-news dl .txtbox .txt {
        margin-top: 0
    }
}

.inside-news-show .container-2 {
    position: relative
}

.inside-news-show .container-2:before {
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 27%;
    position: absolute;
    background: #f8f8f8
}

@media (max-width:1000px) {
    .inside-news-show .container-2:before {
        display: none
    }
}

.inside-news-show .leftbox {
    width: 70%;
    float: left;
    font-size: 15px
}

.inside-news-show .leftbox h1 {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 20px
}

@media (max-width:1000px) {
    .inside-news-show .leftbox h1 {
        font-size: 16px;
        padding-bottom: 10px
    }
}

.inside-news-show .leftbox .info {
    vertical-align: top;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: solid 1px #dcdcdc
}

.inside-news-show .leftbox .info img {
    vertical-align: top;
    margin-right: 5px
}

@media (max-width:1000px) {
    .inside-news-show .leftbox .info {
        font-size: 12px
    }
}

.inside-news-show .leftbox .share {
    margin-bottom: 30px;
    position: relative;
    margin-top: 60px;
    padding-bottom: 30px;
    border-bottom: solid 1px #e7e7e7
}

.inside-news-show .leftbox .share img {
    vertical-align: top;
    margin-top: -5px
}

@media (max-width:640px) {
    .inside-news-show .leftbox .share img {
        max-height: 25px
    }
}

.inside-news-show .leftbox .fh {
    right: 0;
    top: 0;
    color: #fff;
    height: 35px;
    padding: 0 25px;
    line-height: 35px;
    border-radius: 30px;
    position: absolute;
    background: #2861ad
}

.inside-news-show .leftbox .fh img {
    margin: 10px 7px 0 0
}

.inside-news-show .leftbox .fh:hover {
    background: #2c6bbe
}

@media (max-width:640px) {
    .inside-news-show .leftbox .fh {
        padding: 0 15px;
        top: -5px;
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }
}

@media (max-width:1000px) {
    .inside-news-show .leftbox {
        width: 100%
    }
}

.inside-news-show .rightbox {
    width: 27%;
    float: right;
    z-index: 1;
    position: relative
}

.inside-news-show .rightbox .tit {
    color: #fff;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    padding-left: 20px;
    background: #2861ad
}

.inside-news-show .rightbox ul {
    padding: 0 24px
}

.inside-news-show .rightbox li {
    padding-top: 10px;
    position: relative;
    padding-bottom: 20px;
}

.inside-news-show .rightbox li .pic {
    overflow: hidden;
    position: relative
}

.inside-news-show .rightbox li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-news-show .rightbox li .pic:after {
    content: "";
    display: block;
    padding-bottom: 70%
}

.inside-news-show .rightbox li .bt {
    height: 24px;
    overflow: hidden;
    margin-top: 20px;
    font-size: 16px;
    color: #333
}

.inside-news-show .rightbox li time {
    color: #999;
    font-family: arial
}

.inside-news-show .rightbox li .txt {
    color: #666;
    height: 48px;
    overflow: hidden
}

.inside-news-show .rightbox li:hover .bt {
    color: #2861ad
}

.inside-news-show .rightbox li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media (max-width:1000px) {
    .inside-news-show .rightbox {
        width: 100%;
        margin-top: 30px
    }
    .inside-news-show .rightbox .tit {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }
    .inside-news-show .rightbox ul {
        padding: 0;
        margin-top: 10px
    }
    .inside-news-show .rightbox li {
        width: 50%;
        float: left;
        padding: 10px
    }
    .inside-news-show .rightbox li .pic img {
        width: 100%
    }
}

.inside-news-video .list-video ul {
    margin: 0 -12px;
    margin-top: -12px
}

.inside-news-video .list-video li {
    float: left;
    width: 33.333%;
    padding: 12px
}

.inside-news-video .list-video li .videobox {
    position: relative
}

.inside-news-video .list-video li .ico {
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-left: -23px;
    margin-top: -23px;
    position: absolute
}

.inside-news-video .list-video li .pic {
    overflow: hidden;
    position: relative
}

.inside-news-video .list-video li .pic img {
    -webkit-transition: all 700ms ease-in;
    transition: all 700ms ease-in
}

.inside-news-video .list-video li .pic:before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 700ms ease-in;
    transition: all 700ms ease-in
}

.inside-news-video .list-video li .pic:after {
    content: "";
    display: block;
    padding-bottom: 62.5%
}

.inside-news-video .list-video li .tit {
    height: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    box-shadow: 0 0 10px #eee
}

.inside-news-video .list-video li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.inside-news-video .list-video li:hover .pic:before {
    background: rgba(0, 0, 0, 0.2)
}

@media (max-width:1200px) {
    .inside-news-video .list-video ul {
        margin: 0
    }
}

@media (max-width:640px) {
    .inside-news-video .list-video li {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.inside-service .list {
    margin: 0 -10px
}

.inside-service .list li {
    padding: 0 10px;
    width: 25%;
    float: left;
    padding-bottom: 30px;
    position: relative
}

.inside-service .list li span {
    top: 50%;
    left: 50%;
    z-index: 9;
    opacity: 0;
    margin-top: -40px;
    margin-left: -5px;
    position: absolute;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-service .list li span img {
    max-height: 30px
}

.inside-service .list li .pic {
    overflow: hidden;
    position: relative
}

.inside-service .list li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-service .list li .pic:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0;
    position: absolute;
    background: rgba(40, 97, 173, 0.3)
}

.inside-service .list li .pic:after {
    content: "";
    display: block;
    padding-bottom: 62%
}

.inside-service .list li .tit {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 334ms ease-in;
    transition: all 334ms ease-in;
    box-shadow: 0 0 10px #f3f3f3
}

.inside-service .list li:hover span {
    margin-top: -60px;
    opacity: 1
}

.inside-service .list li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.inside-service .list li:hover .pic:before {
    opacity: 1
}

.inside-service .list li:hover .tit {
    color: #fff;
    background: #2861ad
}

.inside-service .list-2 {
    margin-top: 80px;
    padding: 70px 0;
    background: #f5f5f5
}

.inside-service .list-2 span {
    color: #fff;
    font-size: 18px;
    height: 36px;
    padding: 0 20px;
    line-height: 36px;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    background: #2861ad
}

.inside-service .list-2 span:before {
    content: "";
    left: 22px;
    bottom: -10px;
    position: absolute;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-top: solid 10px #2861ad
}

.inside-service .list-2 .leftbox {
    width: 70%;
    float: left;
    padding-left: 20px;
    border-left: solid 1px #dcdcde
}

.inside-service .list-2 .leftbox li {
    float: left;
    width: 33.333%;
    font-size: 16px;
    line-height: 30px
}

.inside-service .list-2 .rightbox {
    width: 25%;
    float: right
}

.inside-service .list-2 .rightbox li {
    width: 100%
}

@media (max-width:1200px) {
    .inside-service .list {
        margin: 0
    }
    .inside-service .list-2 {
        padding: 30px 0;
        margin-top: 40px
    }
    .inside-service .list-2 span {
        font-size: 16px;
        width: 100%;
        margin-bottom: 20px
    }
    .inside-service .list-2 .leftbox {
        width: 100%;
        padding: 0 10px;
        border-left: 0
    }
    .inside-service .list-2 .leftbox li {
        width: 100%;
        font-size: 14px
    }
    .inside-service .list-2 .rightbox {
        width: 100%;
        margin-top: 20px
    }
}

@media (max-width:640px) {
    .inside-service .list li {
        padding: 0 5px;
        width: 33.333%;
        padding-bottom: 10px
    }
}

@media (max-width:420px) {
    .inside-service .list li {
        width: 50%
    }
    .inside-service .list li .tit {
        height: 40px;
        font-size: 14px;
        line-height: 40px
    }
}

.inside-contact .list dt {
    width: 48%;
    float: left
}

.inside-contact .list dd {
    width: 45%;
    float: right;
    padding-top: 20px;
    font-size: 16px;
    line-height: 32px
}

.inside-contact .list dd p:first-child {
    font-size: 28px;
    font-weight: bold;
    color: #2861ad;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: solid 1px #d7d7d7
}

.inside-contact .list dd img {
    margin-top: 5px;
    margin-right: 5px
}

.inside-contact .list .weixin {
    padding-top: 20px
}

.inside-contact .list .weixin img {
    border-radius: 5px;
    border: solid 1px #2861ad
}

@media (max-width:767px) {
    .inside-contact .list dt {
        width: 100%;
        display: none;
        overflow: hidden
    }
    .inside-contact .list dd {
        width: 100%;
        float: none;
        font-size: 14px;
        line-height: 20px;
        padding-top: 0
    }
    .inside-contact .list dd p:first-child {
        font-size: 20px;
        margin-bottom: 20px
    }
    .inside-contact .list dd p {
        margin-top: 10px
    }
    .inside-contact .list dd img {
        margin-top: 1px
    }
}

.inside-contact .contmap {
    position: relative;
    z-index: 5;
    padding: 80px 0 0 0
}

.inside-contact .contmap .amap {
    width: 100%;
    height: 450px;
    overflow: hidden
}

.inside-contact .contmap .ditu {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #fff;
    height: 450px
}

.inside-contact .contmap .ditu #l-map {
    width: 100%;
    height: 100%
}

.inside-contact .contmap .ditu #l-map2 {
    width: 100%;
    height: 100%
}

.inside-contact .mapt {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 30px
}

.inside-contact .mapt span {
    font-size: 16px;
    width: 200px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border: solid 1px #dcdcdc
}

.inside-contact .mapt .slick-current span {
    background: #0072ce;
    color: #fff;
    border: solid 1px #0072ce
}

.inside-contact .contmap .slick-initialized .slick-slide {
    display: inline-block;
    text-align: center
}

@media (max-width:480px) {
    .inside-contact .contmap {
        padding-top: 40px
    }
    .inside-contact .contmap .amap {
        height: 300px
    }
    .inside-contact .contmap .ditu {
        height: 300px
    }
    .inside-contact .mapt {
        width: 280px
    }
    .inside-contact .mapt span {
        width: 140px
    }
    .inside-contact .inside-contact .box-3 {
        margin-top: 30px
    }
}

.inside-histry {
    position: relative
}

.inside-histry .font26 {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    text-align: center
}

.inside-histry .font22 {
    font-size: 22px;
    text-align: center;
    margin-top: 10px
}

@media (max-width:1000px) {
    .inside-histry .font26 {
        font-size: 20px;
        text-align: left
    }
    .inside-histry .font22 {
        font-size: 14px;
        margin-top: 0;
        text-align: left
    }
}

.inside-histry ul {
    height: 1130px;
    margin-top: 40px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden
}

.inside-histry ul:before {
    content: "";
    width: 1px;
    left: 50%;
    top: 0;
    height: 100%;
    position: absolute;
    background: #ccc
}

@media (max-width:1000px) {
    .inside-histry ul {
        height: 640px;
        margin-top: 10px
    }
    .inside-histry ul:before {
        display: none
    }
}

.inside-histry li {
    padding-top: 40px;
    position: relative;
    padding-bottom: 40px;
    overflow: hidden
}

@media (max-width:1000px) {
    .inside-histry li {
        padding: 20px 0
    }
}

.inside-histry li .year {
    font-size: 43px;
    line-height: 50px;
    width: 20%;
    padding-left: 30px;
    font-family: arial;
    display: inline-block;
    color: #2861ad;
    font-family: "DIN"
}

@media (max-width:1000px) {
    .inside-histry li .year {
        float: none;
        padding-left: 0;
        font-size: 24px;
        width: 100%;
        line-height: 40px
    }
}

.inside-histry li .text {
    float: right;
    width: 75%;
    font-size: 16px;
    text-align: left;
    padding-left: 40px;
    position: relative
}

.inside-histry li .text .t1 {
    margin-top: 10px;
    position: relative
}

.inside-histry li .text .t1:before {
    top: 6px;
    left: -20px;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 100%;
    border: solid 2px #95b1d6;
    background: #2861ad
}

@media (max-width:1000px) {
    .inside-histry li .text {
        width: 100%;
        float: none;
        font-size: 14px;
        padding-left: 0
    }
    .inside-histry li .text .t1 {
        padding-left: 20px
    }
    .inside-histry li .text .t1:before {
        left: 0
    }
}

.inside-histry .li-1 {
    width: 65%;
    float: right
}

@media (max-width:1000px) {
    .inside-histry .li-1 {
        width: 100%;
        float: none
    }
}

.inside-histry .li-1:after {
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 20px;
    position: absolute;
    background: #ccc
}

@media (max-width:1000px) {
    .inside-histry .li-1:after {
        left: 0
    }
}

.inside-histry .li-2 {
    width: 65%
}

@media (max-width:1000px) {
    .inside-histry .li-2 {
        width: 100%;
        float: none
    }
}

.inside-histry .li-2 .year {
    padding-left: 50px
}

@media (max-width:1000px) {
    .inside-histry .li-2 .year {
        padding-left: 0
    }
}

.inside-histry .li-2 .text {
    float: left;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width:1000px) {
    .inside-histry .li-2 .text {
        padding-left: 0;
        padding-right: 0
    }
}

.inside-histry .li-2:after {
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #bababa
}

.inside-honor ul {
    padding: 0 110px
}

.inside-honor li {
    width: 25%;
    float: left;
    padding: 0 12px;
    max-width: 243px;
    padding-bottom: 40px
}

.inside-honor li .box {
    position: relative
}

.inside-honor li .box .item {
    position: relative
}

.inside-honor li .box .item .ico {
    top: 50%;
    left: 50%;
    z-index: 9;
    opacity: 0;
    margin-left: -20px;
    margin-top: -20px;
    text-align: center;
    position: absolute
}

.inside-honor li .box .item .ico img {
    max-height: 40px;
    vertical-align: middle
}

.inside-honor li .box .pic {
    position: relative;
    box-shadow: 0 10px 30px #ddd
}

.inside-honor li .box .pic:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 3;
    opacity: 0;
    background: rgba(40, 97, 173, 0.3)
}

.inside-honor li .box:hover .ico {
    opacity: 1
}

.inside-honor li .box:hover .pic:before {
    opacity: 1
}

@media (max-width:1200px) {
    .inside-honor ul {
        padding: 0
    }
    .inside-honor li {
        padding: 5px
    }
}

@media (max-width:420px) {
    .inside-honor li {
        width: 50%
    }
}

.inside-about dt {
    width: 50%;
    float: left
}

.inside-about dt img {
    box-shadow: 0 0 10px #eee;
    border: solid 5px #fff;
    margin-top: 58px;
}

@media (max-width:767px) {
    .inside-about dt {
        width: 100%
    }
}

.inside-about dd {
    width: 50%;
    float: right;
    padding-top: 30px;
    line-height: 28px;
    font-size: 15px;
    padding-left: 30px
}

@media (max-width:767px) {
    .inside-about dd {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.inside-about .font30 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
    color: #4e4e4e
}

.inside-about .font30 span {
    z-index: 9;
    display: inline-block;
    position: relative
}

@media (max-width:767px) {
    .inside-about .font30 {
        font-size: 20px;
        line-height: 20px
    }
}

.inside-about .number {
    padding: 20px 0 10px 0
}

.inside-about .number i {
    color: #2861ad;
    font-size: 70px;
    line-height: 70px;
    font-family: "DIN"
}

.inside-about .number span {
    padding-left: 30px;
    display: inline-block
}

.inside-about .number span:first-child {
    padding-left: 0
}

@media (max-width:767px) {
    .inside-about .number i {
        font-size: 20px;
        line-height: 24px
    }
    .inside-about .number span {
        padding-left: 10px
    }
}

.inside-about .cn {
    font-size: 50px;
    color: #f8f8f8;
    margin-top: -55px;
    position: relative;
    font-family: arial;
    line-height: 50px
}

@media (max-width:767px) {
    .inside-about .cn {
        font-size: 30px;
        line-height: 30px;
        margin-top: -35px
    }
}

.inside-about .box-2 {
    margin-top: 80px;
    padding: 50px 0;
    background: url(../images/about-bg-2.jpg) no-repeat top center #fafafa
}

.inside-about .box-2 li {
    float: left;
    padding-left: 60px;
    width: 33.3333%
}

.inside-about .box-2 li .txtbox {
    height: 210px;
    overflow: hidden;
    padding-left: 10px;
    border-left: solid 1px #d8d8d8
}

.inside-about .box-2 li .time {
    width: 64px;
    height: 64px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    padding-top: 10px;
    background: #2861ad
}

.inside-about .box-2 li .time span {
    display: block
}

.inside-about .box-2 li .time span:first-child {
    font-size: 20px;
    font-family: "DIN"
}

.inside-about .box-2 li .font20 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px
}

.inside-about .box-2 li p {
    padding-left: 10px;
    margin-bottom: 5px
}

.inside-about .box-2 .list-2 {
    padding-left: 40px;
    border-top: solid 2px #d8d8d8
}

.inside-about .box-2 .list-2 li .txtbox {
    padding-top: 30px
}

@media (max-width:1000px) {
    .inside-about .box-2 {
        margin-top: 30px;
        padding: 0 0
    }
    .inside-about .box-2 li {
        width: 100%;
        padding: 15px;
        padding-left: 0;
        border-bottom: solid 1px #ddd
    }
    .inside-about .box-2 li .txtbox {
        height: auto;
        border: 0
    }
    .inside-about .box-2 li .time {
        display: none
    }
    .inside-about .box-2 li .font20 {
        font-size: 16px
    }
    .inside-about .box-2 .list-2 {
        padding-left: 0;
        border-top: 0
    }
    .inside-about .box-2 .list-2 li .txtbox {
        padding-top: 0
    }
}

.inside-product .leftbox {
    width: 23.5%;
    float: left
}

.inside-product .leftbox .title {
    color: #fff;
    height: 116px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 110px;
    background: url(../images/pro-tit.png) no-repeat top center
}

.inside-product .leftbox ul {
    border: solid 1px #ececec;
    border-top: 0
}

.inside-product .leftbox li {
    height: 90px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 90px;
    padding-left: 20px;
    position: relative
}

.inside-product .leftbox li:before {
    content: "";
    right: -7px;
    top: -7px;
    opacity: 0;
    position: absolute;
    border-left: 10px solid #2861ad;
    border-top: solid 7px transparent
}

.inside-product .leftbox li:after {
    top: 0;
    left: 0;
    width: 102%;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    background: -webkit-linear-gradient(left, #133d9f, #2989d0);
    background: linear-gradient(left, #133d9f, #2989d0)
}

.inside-product .leftbox li span {
    z-index: 9;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 35px;
}

.inside-product .leftbox li span:before {
    content: "";
    width: 10px;
    height: 10px;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: solid 1px #a6a8b3;
    border-right: solid 1px #a6a8b3
}

.inside-product .leftbox .cur a,
.inside-product .leftbox li:hover a {
    color: #fff
}

.inside-product .leftbox .cur:after,
.inside-product .leftbox li:hover:after {
    opacity: 1
}

.inside-product .leftbox .cur:before,
.inside-product .leftbox li:hover:before {
    opacity: 1
}

.inside-product .leftbox .cur span:before,
.inside-product .leftbox li:hover span:before {
    border-color: #fff
}

@media (max-width:1000px) {
    .inside-product .leftbox {
        width: 100%;
        float: none;
        display: none
    }
}

.inside-product .rightbox {
    width: 74%;
    float: right;
    font-size: 15px
}

.inside-product .rightbox .current {
    height: 24px;
    overflow: hidden
}

.inside-product .rightbox .tit {
    color: #333;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    position: relative;
    border-bottom: solid 1px #ccc
}

.inside-product .rightbox .tit:before {
    left: 0;
    top: 24px;
    content: "";
    width: 3px;
    height: 16px;
    position: absolute;
    background: #2861ad
}

@media (max-width:1000px) {
    .inside-product .rightbox .tit {
        font-size: 16px;
        padding-bottom: 15px
    }
}

.inside-product .rightbox .tit-2 {
    color: #333;
    font-size: 20px;
    margin-top: 30px;
    line-height: 50px
}

.inside-product .rightbox .tit-2 img {
    vertical-align: top;
    margin-right: 10px
}

@media (max-width:1000px) {
    .inside-product .rightbox .tit-2 {
        line-height: 30px;
        font-size: 16px;
        padding-bottom: 10px
    }
    .inside-product .rightbox .tit-2 img {
        max-height: 25px
    }
}

.inside-product .rightbox .list {
    margin: 0 -5px;
    margin-top: 20px
}

.inside-product .rightbox .list li {
    width: 25%;
    float: left;
    padding: 0 5px
}

.inside-product .rightbox .list li .txtbox {
    padding: 0 35px;
    padding-top: 40px;
    height: 300px;
    overflow: hidden;
    text-align: center;
    background: #f1f1f1;
    position: relative
}

.inside-product .rightbox .list li .ico img {
    border-radius: 100%;
    background: #2861ad;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: solid 1px #2861ad
}

.inside-product .rightbox .list li .tt {
    color: #333;
    height: 24px;
    overflow: hidden;
    font-size: 18px;
    margin-top: 20px
}

.inside-product .rightbox .list li .txt {
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 14px
}

.inside-product .rightbox .list li .num {
    text-align: center;
    color: #d8d8d8;
    opacity: .2;
    font-size: 77px;
    line-height: 80px;
    font-family: "DIN"
}

.inside-product .rightbox .list li:hover .txtbox {
    color: #fff;
    background: #2861ad
}

.inside-product .rightbox .list li:hover .txtbox .tt {
    color: #fff
}

.inside-product .rightbox .list li:hover .ico img {
    background: none;
    border-color: #fff
}

@media (max-width:1200px) {
    .inside-product .rightbox .list {
        margin: 0
    }
}

@media (max-width:640px) {
    .inside-product .rightbox .list li {
        width: 50%;
        margin-bottom: 15px
    }
}

@media (max-width:420px) {
    .inside-product .rightbox .list li {
        width: 100%;
        padding: 0
    }
}

.inside-product .rightbox .list-2 {
    margin-top: 15px;
    border: solid 1px #e1e1e1
}

.inside-product .rightbox .list-2 li {
    overflow: hidden;
    position: relative;
    border-top: solid 1px #e1e1e1
}

.inside-product .rightbox .list-2 li:before {
    top: 0;
    left: 0;
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    background: #e1e1e1
}

.inside-product .rightbox .list-2 li span {
    padding: 14px;
    padding-left: 30px;
    float: left;
    width: 80%;
    z-index: 2;
    display: block;
    border-top: solid 1px #fff;
    position: relative
}

.inside-product .rightbox .list-2 li span:first-child {
    width: 20%
}

.inside-product .rightbox .list-2 li:first-child {
    border-top: 0
}

.inside-product .rightbox .list-2 li:first-child span {
    border-top: 0
}

@media (max-width:640px) {
    .inside-product .rightbox .list-2 li:before {
        width: 40%
    }
    .inside-product .rightbox .list-2 li span {
        width: 60%;
        padding-left: 10px
    }
    .inside-product .rightbox .list-2 li span:first-child {
        width: 40%;
        padding-right: 0
    }
}

.inside-product .rightbox .list-3 li {
    padding: 20px 0;
    border-bottom: solid 1px #ccc
}

.inside-product .rightbox .list-3 li .pic {
    width: 49%;
    float: left;
    overflow: hidden;
    position: relative
}

.inside-product .rightbox .list-3 li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-product .rightbox .list-3 li .pic:after {
    content: "";
    display: block;
    padding-bottom: 72.5%
}

.inside-product .rightbox .list-3 li .txtbox {
    width: 48%;
    float: right;
    padding: 30px;
    min-height: 336px;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.inside-product .rightbox .list-3 li .txtbox .tt {
    font-size: 24px;
    height: 70px;
    overflow: hidden;
    font-weight: 700;
    line-height: 70px;
    position: relative
}

.inside-product .rightbox .list-3 li .txtbox .tt:before {
    content: "";
    width: 40px;
    height: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #2861ad
}

.inside-product .rightbox .list-3 li .txtbox .txt {
    height: 72px;
    margin-top: 20px;
    overflow: hidden
}

.inside-product .rightbox .list-3 li .txtbox .more {
    width: 130px;
    height: 40px;
    margin-top: 40px;
    line-height: 38px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    color: #2861ad;
    border: solid 1px #2861ad
}

@media (max-width:580px) {
    .inside-product .rightbox .list-3 li .pic {
        width: 100%;
        float: none
    }
    .inside-product .rightbox .list-3 li .pic img {
        width: 100%
    }
    .inside-product .rightbox .list-3 li .txtbox {
        min-height: auto;
        padding: 15px;
        width: 100%;
        float: none
    }
    .inside-product .rightbox .list-3 li .txtbox .tt {
        font-size: 18px;
        height: 50px;
        line-height: 50px
    }
    .inside-product .rightbox .list-3 li .txtbox .more {
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        margin-top: 20px
    }
}

.inside-product .rightbox .list-3 li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.inside-product .rightbox .list-3 li:hover .txtbox {
    color: #fff;
    background: #2861ad
}

.inside-product .rightbox .list-3 li:hover .txtbox .tt {
    color: #fff
}

.inside-product .rightbox .list-3 li:hover .txtbox .tt:before {
    background-color: #fff
}

.inside-product .rightbox .list-3 li:hover .txtbox .more {
    color: #2861ad;
    background: #fff;
    border-color: #fff
}

.inside-product .rightbox .scroll {
    margin-top: 45px
}

.inside-product .rightbox .scroll .bigimg {
    width: 70%;
    float: left;
    border: solid 1px #e4e4e4
}

.inside-product .rightbox .scroll .bigimg .pic {
    display: block;
    position: relative
}

.inside-product .rightbox .scroll .bigimg .pic:after {
    content: "";
    display: block;
    padding-bottom: 70%
}

.inside-product .rightbox .scroll .smallimg {
    width: 20%;
    float: left;
    padding-left: 30px
}

.inside-product .rightbox .scroll .smallimg .pic {
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    border: solid 1px #e5e5e5;
    position: relative
}

.inside-product .rightbox .scroll .smallimg .pic:after {
    content: "";
    display: block;
    padding-bottom: 70%
}

.inside-product .rightbox .scroll .slick-current .pic {
    outline: solid 1px #2861ad;
    border-color: #2861ad
}

@media (max-width:640px) {
    .inside-product .rightbox .scroll .bigimg {
        width: 80%
    }
    .inside-product .rightbox .scroll .smallimg {
        padding-left: 10px
    }
}

.inside-product .rightbox .tit-3 {
    height: 40px;
    line-height: 38px;
    margin-top: 45px;
    color: #a0a0a0;
    font-family: arial;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1
}

.inside-product .rightbox .tit-3 span {
    color: #fff;
    padding: 0 30px;
    font-weight: bold;
    margin-right: 20px;
    font-size: 16px;
    display: inline-block;
    background: #2861ad
}

@media (max-width:640px) {
    .inside-product .rightbox .tit-3 {
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 20px
    }
    .inside-product .rightbox .tit-3 span {
        padding: 0 15px;
        font-size: 15px
    }
}

.inside-product .rightbox .pic-2 {
    padding: 30px 0;
    text-align: center;
    border: solid 1px #e1e1e1
}

.inside-product .rightbox .list-4 li {
    float: left;
    width: 16.666%;
    padding: 20px;
    line-height: 22px;
    text-align: center
}

.inside-product .rightbox .list-4 li span img {
    background: #f1f1f1;
    border-radius: 100%
}

.inside-product .rightbox .list-4 li p {
    margin-top: 20px
}

@media (max-width:640px) {
    .inside-product .rightbox .list-4 li {
        padding: 10px;
        width: 33.333%;
        font-size: 14px
    }
    .inside-product .rightbox .list-4 li p {
        height: 66px;
        margin-top: 10px
    }
    .inside-product .rightbox .list-4 li span img {
        max-height: 50px
    }
}

.inside-product .rightbox .list-5 li {
    margin-top: 30px;
    position: relative
}

.inside-product .rightbox .list-5 li span {
    top: 0;
    left: 0;
    position: absolute
}

.inside-product .rightbox .list-5 li span img {
    border-radius: 100%;
    background: #2861ad
}

.inside-product .rightbox .list-5 li .txtbox {
    font-size: 15px;
    padding-left: 80px
}

.inside-product .rightbox .list-5 li .txtbox p:first-child {
    color: #333;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold
}

@media (max-width:640px) {
    .inside-product .rightbox .list-5 li span img {
        max-height: 40px
    }
    .inside-product .rightbox .list-5 li .txtbox {
        padding-left: 60px
    }
    .inside-product .rightbox .list-5 li .txtbox p:first-child {
        font-size: 16px;
        padding-top: 0
    }
}

.inside-product .rightbox .list-6 li {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-bottom: dashed 1px #e3e3e3
}

.inside-product .rightbox .list-6 li span {
    font-size: 14px;
    float: right;
    padding-left: 50px;
    display: inline-block;
    font-family: arial
}

.inside-product .rightbox .list-6 li:hover {
    color: #2861ad
}

.inside-product .rightbox .videobox {
    text-align: center;
    border-radius: 10px;
    padding: 12px;
    border: solid 1px #ddd
}

.inside-product .rightbox .list-7 {
    margin-top: 50px;
    border: solid 1px #e7e7e7
}

.inside-product .rightbox .share {
    padding: 17px;
    position: relative;
    border-bottom: solid 1px #e7e7e7
}

.inside-product .rightbox .share img {
    vertical-align: top;
    margin-top: -5px
}

@media (max-width:640px) {
    .inside-product .rightbox .share img {
        max-height: 20px;
        margin-top: 0
    }
}

.inside-product .rightbox .fh {
    right: 20px;
    top: 12px;
    color: #fff;
    height: 35px;
    padding: 0 25px;
    line-height: 35px;
    border-radius: 30px;
    position: absolute;
    background: #2861ad
}

.inside-product .rightbox .fh img {
    margin: 10px 7px 0 0
}

.inside-product .rightbox .fh:hover {
    background: #2c6bbe
}

@media (max-width:640px) {
    .inside-product .rightbox .fh {
        padding: 0 15px;
        height: 30px;
        font-size: 14px;
        right: 10px;
        line-height: 30px
    }
    .inside-product .rightbox .fh img {
        margin-top: 8px
    }
}

.inside-product .rightbox .inside-pagenews {
    padding: 15px;
    overflow: hidden
}

.inside-product .rightbox .inside-pagenews li {
    height: 24px;
    width: 50%;
    float: left;
    padding-right: 15px;
    overflow: hidden
}

@media (max-width:1000px) {
    .inside-product .rightbox {
        width: 100%;
        float: none
    }
}

.videoLayer {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 100%;
    outline: solid 1px #f30;
    background: rgba(0, 0, 0, 0.7)
}

.videoPopup {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999
}

.videoBox {
    color: #fff;
    padding: 10px 0 10px 0;
    position: fixed;
    width: 80%;
    height: 90%;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.videoBox .close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -66px;
    top: -7px
}

.videoBox .close img {
    max-width: 100%;
    max-height: 100%
}

@media (max-width:640px) {
    .videoBox .close {
        right: -50px
    }
}

.videoBox.fadeIn {
    top: 0;
    opacity: 1;
    z-index: 9999
}

.videoBox .nr {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99999;
    margin-left: auto;
    margin-right: auto
}


/**********IE8***********/

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999999;
    filter: alpha(opacity=80);
    opacity: 80;
}

.prompt span {
    position: absolute;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    top: 55%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    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(../images/close.png) no-repeat center center;
    cursor: pointer;
}