* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.mobile-inner-header {
    background-color: rgba(0, 114, 185, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    position: relative;
}

.mobile-inner-header-icon {
    color: #fff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    width: 60px;
    position: absolute;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
    top: 0;
    right: 0;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header img {
    height: 60%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(0, 114, 185, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.banner img {
    width: 100%;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.banner .swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    background: #80d6ec;
}

.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px #ddd;
    height: 120px;
    background: #fff;
}

.heads {
    max-width: 1600px;
    margin: auto;
}

.logo {
    float: left;
    height: 120px;
    line-height: 120px;
    width: 23.5%;
}

.logo img {
    width: 100%;
}

.mlogo {
    float: left;
    height: 120px;
    line-height: 120px;
    margin-right: 8px;
}

.mlogo img {
    height: 52px;
}

.language {
    float: right;
}

.language a {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #333;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-right: 20px;
    margin-top: 44px;
}

.language a:last-child {
    margin-right: 0;
}

.nav {
    float: right;
    width: 53%;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    height: 120px;
    line-height: 120px;
    margin-right: 3%;
    position: relative;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li a {
    display: block;
    font-size: 16px;
    color: #333;
}

.nav ul li:hover a {
    font-weight: bold;
}

.nav ul li .detailnav {
    position: absolute;
    z-index: 999;
    width: 360%;
    left: -130%;
    top: 120px;
    display: none;
    background: #fff;
}

.nav ul li .detailnav li {
    height: 41px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    margin-right: 0;
    border-top: 1px solid #ddd;
}

.nav ul li .detailnav li a {
    font-size: 14px;
}

.nav ul li:hover .detailnav {
    display: block;
}

.product {
    width: 100%;
    overflow: hidden;
    background: url(../images/probg.jpg) center no-repeat;
    padding-top: 30px;
    padding-bottom: 50px;
    background-size: cover;
}

.products {
    max-width: 1600px;
    margin: auto;
}

.title {
    background: url(../images/titlebg.png) center no-repeat;
    width: 100%;
    padding-left: 135px;
    background-size: contain;
}

.maintitle {
    font-size: 48px;
    color: #000;
    font-weight: bold;
}

.titles {
    font-size: 26px;
    color: #00569c;
    font-weight: 300;
}

.pronav {
    width: 15.4%;
    text-align: center;
    font-size: 0;
    margin-top: 25px;
    float: left;
    position: relative;
    z-index: 99;
}

.pronav a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #0174ba;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
}

.pronav a::before {
    content: "→";
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 0;
    font-weight: bold;
}

.pronav .navtwo a::before {
    display: none;
}

.pronav a.pronavs.active,
.navone:hover a,
.navone a.active {
    background: #00af4e;
}

.pronav .navtwo a {
    height: 40px;
    line-height: 40px;
    font-size: 12px !important;
    overflow: hidden;
    background: #0174ba;
}

.pronav .navtwo a:hover {
    background: #00af4e;
}

.navone {
    position: relative;
}

.navtwo {
    position: absolute;
    top: 10px;
    left: 100%;
    display: none;
    z-index: 999;
    width: 100%;
}

.navone:hover .navtwo {
    display: block;
}

.prolist {
    width: 80%;
    overflow: hidden;
    float: right;
    position: relative;
    z-index: 9;
}

.prolists {
    display: none;
}

.proitem {
    float: left;
    background: #f5f5f5;
    padding: 15px 15px 25px;
    border-radius: 10px;
    margin-top: 25px;
    width: 32%;
    margin-right: 2%;
}

.proitem:nth-child(3n) {
    margin-right: 0;
}

.pro_pic img {
    width: 100%;
}

.promore {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.proline {
    width: 100%;
    height: 1px;
    background: #c9c9c9;
    margin-top: -21px;
}

.proname {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-top: 25px;
}

.application {
    width: 100%;
    overflow: hidden;
}

.app {
    width: 100%;
    position: relative;
}

.app a {
    display: block;
    height: 100%;
    width: 100%;
}

.apppic img {
    width: 100%;
}

.appbefore {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(0, 85, 156, 0.5);
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 36px;
    color: #fff;
    text-align: center;
    transition: all 0.8s;
}

.appbefores {
    display: table-cell;
    vertical-align: middle;
}

.app:hover .appbefore {
    background: rgba(0, 85, 156, 0);
    font-weight: bold;
}

.about {
    width: 100%;
    overflow: hidden;
    background: url(../images/abbg.jpg) center no-repeat;
    padding-top: 50px;
    height: 1023px;
}

.abouts {
    max-width: 1600px;
    margin: auto;
}

.ab {
    width: 100%;
    margin-top: -20px;
    overflow: hidden;
}

.right_ab {
    float: right;
    width: 49.75%;
}

.right_ab img {
    width: 100%;
}

.left_ab {
    float: left;
    margin-top: 120px;
    width: 46.875%;
}

.abcon {
    font-size: 18px;
    color: #000;
    text-indent: 2em;
    line-height: 2.5;
}

.shuju {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.sj {
    float: left;
    text-align: center;
    margin-right: 21%;
}

.sj:last-child {
    margin-right: 0;
}

.sj_top {
    font-size: 28px;
    color: #000;
}

.sj_top b {
    font-size: 53px;
}

.sj_bot {
    font-size: 28px;
    color: #000;
}

.abmore {
    margin-top: 50px;
}

.abmore a {
    display: block;
    text-align: center;
    width: 245px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #0174ba;
    font-size: 22px;
    color: #fff;
    font-weight: 300;
}

.honor {
    width: 100%;
    overflow: hidden;
    background: url(../images/honorbg.jpg) center no-repeat;
    padding: 40px 0;
}

.honors {
    max-width: 1600px;
    margin: 60px auto 0;
}

.honortitle {
    text-align: center;
    background: url(../images/honortitle.png) center no-repeat;
    font-size: 52px;
    color: #fff;
}

.honortitles {
    text-align: center;
    font-weight: 300;
    font-size: 23px;
    color: #fff;
    margin-top: 10px;
}

.honorswiper img {
    width: 100%;
}

.case {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
}

.cases {
    max-width: 1600px;
    margin: auto;
}

.casecontainer {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.left_case {
    float: left;
    width: 62.0625%;
}

.left_case img {
    width: 100%;
}

.right_case {
    float: right;
    width: 37.3125%;
}

.right_case a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.right_case a:last-child {
    margin-bottom: 0;
}

.right_case a img {
    width: 100%;
}

.new {
    width: 100%;
    overflow: hidden;
    background: #f4f4f4;
    margin-top: 70px;
    padding: 50px 0;
}

.news {
    max-width: 1600px;
    margin: auto;
}

.newcontainer {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.newitem {
    width: 32%;
    margin-right: 2%;
    background: #fff;
    float: left;
}

.newitem:nth-child(3n) {
    margin-right: 0;
}

.newpic img {
    width: 100%;
}

.newtitle {
    border-bottom: 1px solid #e5e5e5;
    line-height: 57px;
    padding: 0 15px;
    font-size: 20px;
    color: #000;
}

.newcon {
    padding: 15px;
    font-size: 16px;
    color: #6f6f6f;
    line-height: 1.8;
}

.newmore {
    text-align: center;
    margin-top: 35px;
}

.newmore a {
    display: inline-block;
    width: 245px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #0174ba;
    font-size: 22px;
    color: #fff;
    font-weight: 300;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: url(../images/fbg.jpg) center no-repeat;
    background-size: cover;
}

.ftop {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 101px;
    line-height: 100px;
}

.ftops {
    max-width: 1600px;
    margin: auto;
}

.fnav a {
    display: block;
    float: left;
    font-size: 20px;
    color: #fff;
    margin-right: 75px;
}

.fnav a:last-child {
    margin-right: 0;
}

.fnav a:hover {
    font-weight: bold;
}

.flanguage {
    float: right;
}

.flanguage a {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
    margin-top: 34px;
}

.flanguage a:last-child {
    margin-right: 0;
}

.foots {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 60px;
}

.flogo {
    float: left;
    margin-top: 85px;
    width: 30%;
    text-align: center;
}

.flogo img {
    width: 100%;
}

.flogo img:nth-child(1) {
    width: 200px;
    margin-bottom: 20px;
}

.fcontact {
    float: left;
    margin-left: 3.75%;
    width: 23%;
}

.fcontact p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.fpnav {
    float: left;
    margin-left: 9%;
}

.fpanvs a {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.flink a {
    display: block;
    float: left;
    margin-right: 35px;
}

.flink a:last-child {
    margin-right: 0;
}

.saoma {
    margin-top: 20px;
    float: right;
    width: 14%;
}

.saoma img {
    width: 100%;
}

.copy {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 90px;
    color: #fff;
    font-size: 16px;
}

.copy a {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}

.intitle {
    text-align: center;
}

.inmaintitle {
    font-size: 40px;
    color: #282828;
    font-weight: bold;
}

.intitles {
    margin: 10px auto 0;
    width: 79px;
    height: 4px;
    background: #1365af;
}

.inbanner img {
    width: 100%;
}

.incontact {
    max-width: 1600px;
    margin: 40px auto;
}

.incontact_top {
    width: 100%;
    background: #e8e8e8;
    height: 235px;
    margin-top: 40px;
}

.incontact_top_fl {
    float: left;
    background: #1365af;
    width: 30%;
    height: 235px;
    padding: 60px 40px 0;
}

.incontact_top_fr {
    float: left;
    width: 70%;
    height: 235px;
    padding: 40px;
}

.incontact_top_fl_title {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.incontact_top_fl_con {
    font-size: 28px;
    color: #fff;
    margin-top: 8px;
}

.incontact_top_fr {
    font-size: 18px;
    color: #000;
    line-height: 2.3;
}

.incontact_bot {
    width: 100%;
    overflow: hidden;
    padding: 25px 0;
}

.incontact_bots {
    float: left;
    width: 49%;
    margin-right: 2%;
    border: 1px solid #f1f1f1;
    cursor: pointer;
    padding: 20px;
    text-align: center;
}

.incontact_bots:last-child {
    margin-right: 0;
}

.incontact_bot_title {
    font-size: 20px;
    font-weight: bold;
}

.incontact_bot_con {
    margin-top: 15px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}

.incontact_bot_con img {
    width: 150px;
}

.incontact_bot_pic {
    display: inline-block;
}

.incontact_bot_cons {
    display: inline-block;
    margin-left: 15px;
    text-align: left;
    position: relative;
    top: 30px;
}

.incontact_bots:hover {
    box-shadow: 0 0 10px #ddd;
}

.feedback {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.feedback_title {
    font-size: 36px;
    color: #000;
}

.feedback form div {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.feedback form div input {
    float: left;
    width: 33%;
    margin-right: 0.5%;
    border: 1px solid #f1f1f1;
    background: none;
    outline: none;
    padding-left: 15px;
    font-size: 23px;
    height: 85px;
}

.feedback form div input:last-child {
    margin-right: 0;
}

.feedback form textarea {
    width: 100%;
    border: 1px solid #f1f1f1;
    background: none;
    outline: none;
    padding-left: 15px;
    font-size: 23px;
    padding-top: 20px;
    margin-top: 30px;
    height: 585px;
}

.feedback form input[type=submit] {
    width: 550px;
    border: none;
    background: #1365af;
    outline: none;
    font-size: 23px;
    margin-top: 30px;
    height: 85px;
    color: #fff;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.innews {
    max-width: 1600px;
    margin: auto;
}

.innewlists {
    width: 100%;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 20px;
    -webkit-box-shadow: #e9e9e9 0px 0px 10px;
    -moz-box-shadow: #e9e9e9 0px 0px 10px;
    box-shadow: #e9e9e9 0px 0px 10px;
    margin-top: 30px;
    overflow: hidden;
}

.innewpic {
    float: left;
    width: 24.5%;
}

.innewpic img {
    width: 100%;
}

.innewintro {
    float: right;
    width: 71%;
}

.innewtitle {
    font-size: 20.5px;
    color: #000000;
    font-weight: bold;
    margin-top: 15px;
}

.innewdate {
    font-size: 14.4px;
    color: #b1b1b1;
    margin-top: 8px;
}

.innewcon {
    font-size: 16.8px;
    color: #333333;
    margin-top: 15px;
    line-height: 28px;
}

.innewmore {
    margin-top: 50px;
    width: 115px;
    height: 36px;
    line-height: 34px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 14.4px;
    color: #3f3f3f;
}

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}

#art_content {
    word-break: break-all;
    font-size: 13px;
    padding: 0 0 10px 0;
}

#art_content img {
    max-width: 920px;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1600px;
    margin: 30px auto 40px;
}

.inhonor {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.inhonors {
    max-width: 1600px;
    margin: 40px auto 0;
}

.inhonors a {
    float: left;
    margin-right: 2%;
    width: 18.4%;
    margin-bottom: 40px;
}

.inhonors a:nth-child(5n) {
    margin-right: 0;
}

.inhonors a img {
    width: 100%;
}

.inabout {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 20px #f0f0f0;
    border-radius: 30px;
    padding-top: 55px;
    margin-top: -60px;
    padding-bottom: 40px;
    position: relative;
}

.intitle {
    width: 100%;
    overflow: hidden;
    margin: auto;
    text-align: center;
}

.title_ch {
    font-size: 27px;
    font-weight: 700;
    color: #000000;
}

.title_eng {
    color: #070707;
    font-weight: 200;
    font-size: 18.75px;
    text-transform: uppercase;
    margin-top: 10px;
}

.about_main {
    width: 100%;
    overflow: hidden;
    padding: 0 30px;
    margin-top: 30px;
}

.about_left {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #070707;
    line-height: 2.5;
}

.about_right {
    width: 100%;
    margin-top: 20px;
}

.about_right img {
    width: 100%;
}

.about_data {
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
}

.about_data_01 {
    width: 25%;
    color: #000;
    float: left;
    float: left;
}

.about_data_01 p:first-child {
    font-size: 21.75px;
    text-align: center;
}

.about_data_01 span {
    font-size: 44.99px;
    font-weight: 700;
}

.about_data_01 p:last-child {
    font-size: 17.25px;
    text-align: center;
}

.inabtitle {
    text-align: center;
}

.history {
    width: 100%;
    overflow: hidden;
    background: url(../images/hisbg.png) center no-repeat;
    padding: 40px 0 80px;
}

.history .title {
    color: #fff;
}

.history_top {
    max-width: 1600px;
    margin: 65px auto 0;
}

.history_tops {
    float: left;
    width: 10%;
    text-align: center;
    cursor: pointer;
}

.history_tops_year {
    font-size: 23px;
    color: #fff;
    margin-top: 15px;
}

.history_tops_circle {
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #b5b5b5;
}

.history_tops.active .history_tops_circle {
    width: 68px;
    height: 68px;
    border: 4px solid #fff;
    background: #002f56;
    margin-top: -17px;
}

.history_tops.active .history_tops_year {
    margin-top: 4px;
}

.history_bot {
    max-width: 1600px;
    margin: 50px auto 0;
    overflow: hidden;
    position: relative;
}

.swiper-container.historyswiper {
    width: 83%;
    margin: auto;
}

.history_left {
    width: 49.5%;
    float: left;
}

.history_left img {
    width: 100%;
}

.history_right {
    float: right;
    width: 43%;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    margin-top: 50px;
}

.history_bot .swiper-button-prev {
    width: 21px;
    height: 36px;
    background: url(../images/prev-history.png) center no-repeat;
}

.history_bot .swiper-button-next {
    width: 21px;
    height: 36px;
    background: url(../images/next-history.png) center no-repeat;
}

.culture {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.cul {
    float: left;
    transition: all 0.6s;
    height: 706px;
    width: 24%;
    cursor: pointer;
    position: relative;
}

.cul.active {
    width: 52%;
}

.cul_title {
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 110px;
}

.cul.active .cul_title {
    display: none;
}

.cul_before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding-top: 300px;
    padding-left: 10%;
    opacity: 0;
    transition: all 0.6s;
}

.cul_before_title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.cul_before_titles {
    font-size: 23px;
    color: #fff;
    margin-top: 5px;
}

.cul.active .cul_before {
    opacity: 1;
}

.environment {
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}

.environments {
    max-width: 1600px;
    margin: auto;
}

.environments div {
    width: 9.1%;
    float: left;
    margin-top: 10px;
    border: 1px solid #ddd;
    margin-right: 1%;
    padding: 15px;
}

.environments div:nth-child(10n) {
    margin-right: 0;
}

.environments img {
    width: 100%;
}

.application {
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}

.inapplications {
    max-width: 1600px;
    margin: auto;
}

.inappcontainer {
    width: 100%;
    margin-top: 30px;
}

.inapp {
    width: 32%;
    margin-right: 2%;
    margin-top: 20px;
    float: left;
    position: relative;
}

.inapp:nth-child(3n) {
    margin-right: 0;
}

.inapp img {
    width: 100%;
}

.inappbefore {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s;
    font-size: 24px;
    color: #fff;
    display: table;
}

.inappbefores {
    display: table-cell;
    vertical-align: middle;
}

.inapp:hover .inappbefore {
    opacity: 1;
}

.incase {
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}

.incases {
    max-width: 1600px;
    margin: auto;
}

.incasecontainer {
    width: 100%;
    overflow: hidden;
}

.incas {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-top: 40px;
}

.incas:nth-child(3n) {
    margin-right: 0;
}

.incas img {
    width: 100%;
}

.incas p {
    width: 100%;
    text-align: center;
    border: 1px solid #d7d7d7;
    font-size: 24px;
    color: #000;
    line-height: 70px;
}

.proshow {
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}

.proshows {
    max-width: 1600px;
    margin: auto;
}

.proshow_top {
    width: 80%;
    float: right;
    margin-top: 35px;
}

.proshow_tops {
    background: #fafafa;
    border: 1px solid #d2d2d2;
    overflow: hidden;
}

.proshow_top_fl {
    float: left;
    width: 48.5%;
}

.proshow_top_fl img {
    width: 100%;
}

.proshow_top_fr {
    float: left;
    width: 51.5%;
}

.proshow_top_fr_title {
    width: 100%;
    padding-left: 40px;
    background: #0072b9;
    line-height: 73px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.proshow_top_fr_special {
    width: 100%;
    overflow: hidden;
    padding: 15px 40px;
    border-bottom: 1px solid #d2d2d2;
}

.proshow_top_fr_special_title {
    font-size: 18px;
    color: #000;
}

.proshow_top_fr_special_list {
    width: 100%;
    margin-top: 25px;
}

.proshow_top_fr_special_item {
    float: left;
    text-align: center;
    border-radius: 100%;
    background: #0072b9;
    width: 120px;
    height: 120px;
    font-size: 14px;
    color: #fff;
    margin-right: calc((100% - 480px) / 3);
    display: table;
    padding: 0 10px;
}

.proshow_top_fr_special_items {
    display: table-cell;
    vertical-align: middle;
}

.proshow_top_fr_special_item:last-child {
    margin-right: 0;
}

.proshow_top_fr_contact {
    width: 100%;
    overflow: hidden;
    padding: 15px 40px;
}

.proshow_top_fr_contacts {
    float: left;
}

.proshow_top_fr_contacts {
    float: left;
}

.proshow_top_fr_tel {
    font-size: 14px;
    color: #000;
}

.proshow_top_fr_tel span {
    font-weight: bold;
    font-size: 18px;
    color: #0072b9;
}

.proshow_top_fr_view {
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}

.proshow_top_fr_date {
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}

.proshow_top_fr_saoma {
    float: right;
    text-align: center;
}

.proshow_top_fr_saoma p {
    font-size: 14px;
    color: #000;
    margin-top: 7px;
}

.proshow_top_fr_more {
    margin-top: 30px;
}

.proshow_top_fr_more a {
    display: block;
    width: 190px;
    line-height: 47px;
    border-radius: 30px;
    height: 47px;
    background: #0072b9;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.proshow_top_fr_piclist {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    padding: 0 55px;
}

.piclistswiper img {
    width: 100%;
    border: 1px solid #999999;
    cursor: pointer;
}

.piclist_before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5) url(../images/proshow.png) center no-repeat;
    opacity: 0;
    transition: all 0.6s;
    cursor: pointer;
}

.piclistswiper .swiper-slide:hover .piclist_before {
    opacity: 1;
}

.proshow_top_fr_piclist .swiper-button-prev {
    left: 15px;
    width: 23px;
    height: 52px;
    background: url(../images/proshow_13.jpg) center no-repeat;
}

.proshow_top_fr_piclist .swiper-button-next {
    right: 15px;
    width: 23px;
    height: 52px;
    background: url(../images/proshow_10.jpg) center no-repeat;
}

.proshow_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}

.proshow_bot_fl {
    float: left;
    width: 24%;
}

.proshow_bot_fl_topic {
    width: 100%;
    border: 1px solid #d2d2d2;
    line-height: 78px;
    background: #0072b9;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.proshow_bot_fl_list a {
    display: block;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
}

.proshow_bot_fl_listpic img {
    width: 100%;
}

.proshow_bot_fl_listname {
    font-size: 16px;
    color: #818181;
}

.proshow_bot_fl_listmore {
    margin: 10px auto 0;
    width: 121px;
    height: 34px;
    line-height: 34px;
    background: #eeeeee;
    font-size: 14px;
    color: #000;
}

.proshow_bot_fl_list a:last-child {
    border-bottom: none;
}

.proshow_bot_fr {
    float: right;
    width: 100%;
}

.proshow_bot_fr_nav {
    width: 100%;
    overflow: hidden;
    height: 53px;
    background: #eeeeee;
}

.proshow_bot_fr_nav span {
    float: left;
    display: block;
    width: 127px;
    border-top: 4px solid #eeeeee;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 49px;
    cursor: pointer;
}

.proshow_bot_fr_nav span.active {
    background: #fff;
    border-top: 4px solid #0072b9;
}

.proshow_bot_fr_content {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.proshow_bot_fr_contents {
    display: none;
    font-size: 16px;
    color: #000;
    line-height: 2.2;
}

.proshow_bot_fr_contents span {
    font-size: 16px;
}

.proshow_bot_fr_contents img {
    max-width: 100%;
}

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 33px;
    bottom: 30%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .iconfont {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #0174ba;
    vertical-align: middle;
    text-align: center;
    line-height: 57px;
    color: #fff;
    font-size: 12px;
    padding-top: 15px;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .7s;
}

#toolbar li p {
    margin-bottom: 0;
}

#toolbar li img {
    max-width: 100%;
}

#toolbar li:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    @include arrow(right, 5px, $themecolor);
}

#toolbar li .icon {
    background-position: -57px -180px;
}

#toolbar li:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#toolbar .backtop {
    cursor: pointer;
    background-color: #0174ba;
}

.iconfont {
    color: #fff;
}

#toolbar li:hover a {
    width: 230px;
    background-color: #0174ba;
}

#toolbar li:hover .iconfont {
    background-color: #0174ba !important;
}

.icon-qq {
    background: url(../images/QQ1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-iconfontphone {
    background: url(../images/tel1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-iconfontmail {
    background: url(../images/mail1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-msnui-qr-code {
    background: url(../images/erwei1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-wenjianxiazaiicon {
    background: url(../images/liuyan1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-arrowup {
    background: url(../images/backtop.png) center no-repeat;
    background-color: #0174ba !important;
}

#toolbar li:nth-child(1):hover .icon-iconfontphone {
    background: url(../images/tel1.png) center no-repeat;
}

#toolbar li:nth-child(2):hover .icon-iconfontphone {
    background: url(../images/tel1.png) center no-repeat;
}

#toolbar li:nth-child(3):hover .icon-iconfontmail {
    background: url(../images/mail1.png) center no-repeat;
}

.incasenav {
    width: 100%;
    font-size: 0;
    margin-top: 25px;
    text-align: center;
}

.incasenav a {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    margin: 0 15px;
    background: #0174ba;
}

.incasenav a.active {
    background: #00af4e;
}