* {
    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;
}

.banner img {
    width: 100%;
}

@keyframes scale_b {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}


.banner .swiper-pagination-bullet {
    width: 31px;
    height: 5px;
    background: #fff;
    border-radius: 0;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

.head {
    width: 100%;
    height: 109px;
	background:#fff;
}

.heads {
    max-width: 1700px;
    margin: auto;
}

.logo {
    float: left;
    line-height: 109px;
}

.logo img {
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
}

.slogan {
    margin-left: 10px;
    float: left;
    line-height: 109px;
    font-size: 18px;
    color: #0051be;
}

.tel {
    float: right;
}

.tel_pic {
    float: left;
    line-height: 109px;
}

.tel_intro {
    float: left;
    margin-left: 8px;
}

.tel_title {
    font-size: 14px;
    color: #000;
    margin-top: 33px;
}

.tel_titles {
    font-size: 24px;
    color: #026cc6;
    font-weight: bold;
}

.language {
    float: right;
    margin-right: 20px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #026cc6;
    border-radius: 30px;
    width: 124px;
    margin-top: 44px;
    font-size: 0;
}

.language img {
    margin-top: -15px;
}

.language a {
    padding: 0 5px;
    border-right: 1px solid #fff;
    font-size: 18px;
    color: #fff;
}

.language a:last-child {
    border-right: none;
}

.nav {
    float: right;
    margin-right: 18px;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    padding: 0 18px;
    line-height: 109px;
    height: 109px;
    position: relative;
}

.nav ul li a {
    font-size: 18px;
    color: #026cc6;
    display: block;
}

.nav ul li .detailnav {
    position: absolute;
    top: 109px;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

.nav ul li .detailnav li {
    height: 41px;
    line-height: 40px;
    width: 100%;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.nav ul li .detailnav li a {
    font-size: 14px;
}

.nav ul li:hover .detailnav {
    display: block;
}

.index_a {
    width: 100%;
    overflow: hidden;
    height: 75px;
    line-height: 75px;
}

.index_a.in_index_a {
    background: #fafafa;
}

.index_as {
    max-width: 1700px;
    margin: auto;
}

.index_a_fl {
    float: left;
}

.index_a_fl span {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    float: left;
}

.index_a_fl a {
    float: left;
    font-size: 16px;
    color: #000;
    margin-right: 20px;
}

.index_a_fr {
    float: right;
    position: relative;
}

.index_a_fr input[type=text] {
    width: 570px;
    height: 40px;
    border-radius: 5px;
    padding-left: 8px;
    font-size: 16px;
    color: #9d9d9d;
    border: 1px solid #919191;
    outline: none;
    background: none;
}

.index_a_fr input[type=submit] {
    width: 95px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    outline: none;
    background: #003883 url(../images/search.png) left 18px center no-repeat;
    text-align: right;
    padding-right: 10px;
    border: none;
    position: absolute;
    right: 0;
    top: 17px;
    line-height: 40px;
}

.service {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    padding: 25px 0;
}

.services {
    max-width: 1700px;
    margin: 30px auto;
}

.title {
    text-align: center;
}

.maintitle {
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.titles {
    font-size: 18px;
    color: #8c8c8c;
    margin-top: 5px;
}

.ser {
    float: left;
    width: 19%;
    text-align: center;
    margin-right: 8%;
}

.ser:last-child {
    margin-right: 0;
}

.serpic img {
    width: 100%;
}

.sertitle {
    font-size: 28.8px;
    color: #000;
    font-weight: bold;
}

.sercon {
    font-size: 19px;
    color: #676767;
    line-height: 40px;
    margin-top: 15px;
}

.solution {
    width: 100%;
    overflow: hidden;
    height: 402px;
    background: url(../images/image_04.jpg) center no-repeat;
}

.solutions {
    max-width: 1700px;
    margin: auto;
}

.sol {
    width: 50%;
}

.sol_title {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-top: 105px;
}

.sol_titles {
    font-size: 24px;
    color: #fff;
    margin-top: 35px;
}

.sol_more {
    text-align: center;
    margin-top: 25px;
}

.sol_more a {
    display: inline-block;
    width: 176px;
    height: 53px;
    line-height: 51px;
    border-radius: 30px;
    border: 1px solid #fff;
    background: #026cc6;
    font-size: 20px;
    color: #fff;
}

.about {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}

.abouts {
    max-width: 1700px;
    margin: auto;
}

.left_ab {
    float: left;
    width: 49.5%;
}

.labtitle {
    font-size: 25px;
    color: #026cc6;
}

.labcon {
    font-size: 18px;
    color: #555454;
    margin-top: 25px;
    line-height: 40px;
}

.labmore {
    text-align: right;
}

.labmore a {
    display: inline-block;
    width: 91px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 30px;
    background: #003883;
    font-size: 16px;
    color: #fff;
}

.labpic {
    margin-top: 25px;
}

.labpic img {
    width: 100%;
}

.right_ab {
    float: right;
    width: 49.5%;
    background: #f0f0f0;
    padding-top: 99px;
}

.rabtitle {
    text-align: center;
    font-size: 18px;
    color: #333;
}

.rabtitles {
    text-transform: uppercase;
    font-size: 48px;
    color: #333;
    font-weight: bold;
    opacity: 0.4;
    text-align: center;
}

.rabcon {
    font-size: 28px;
    color: #333;
    text-align: center;
}

.shuju {
    margin-top: 45px;
    overflow: hidden;
}

.sj {
    width: 50%;
    float: left;
    margin-bottom: 62px;
    text-align: center;
}

.sjtop {
    font-size: 25px;
    color: 3333;
}

.sjbot {
    font-size: 60px;
    color: #026cc6;
    font-weight: bold;
}

.product {
    width: 100%;
    overflow: hidden;
}

.maintitle span {
    color: #003883;
}

.products {
    width: 100%;
    overflow: hidden;
    margin-top: 13px;
}

.pro {
    width: 100%;
    position: relative;
}



.propic img {
    width: 100%;
}

.proname {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 35px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.case {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.cases {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.cas {
    width: 33.3%;
    float: left;
    position: relative;
}

.cas_pic img {
    width: 100%;
}

.cas_title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 40%;
    height: 105px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding-top: 10px;
    opacity: 0;
    transition: all 0.6s;
}

.cas_maintitle {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.cas_titles {
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
}

.cas:hover .cas_title {
    opacity: 1;
}

.new {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
	 margin-bottom: 20px;
}

.news {
    max-width: 1700px;
    margin: auto;
    position: relative;
}

.right_new {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: -1;
    width: 50%;
}

.right_new img {
    width: 100%;
    display: none;
}

.left_new {
    float: left;
    width: 55.5%;
}

.newtitle {
    text-align: center;
    background: url(../images/border.png) center no-repeat;
    height: 155px;
    padding-top: 25px;
}

.newmaintitle {
    font-size: 18px;
    color: #333;
}

.newtitles {
    font-size: 48px;
    color: #333;
    font-weight: 300;
    opacity: 0.4;
    text-transform: uppercase;
    font-weight: bold;
}

.newcon {
    font-size: 28px;
    color: #333;
    margin-top: -8px;
}

.lnew {
    margin-top: 20px;
}

.lnews {
    width: 75%;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 5px;
}

.lnewtitle {
    font-size: 18px;
    color: #000;
}

.lnewcon {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 2;
    margin-top: 20px;
}

.lnewbot {
    overflow: hidden;
    margin-top: 15px;
}

.lnewmore {
    float: left;
    width: 90px;
    height: 32px;
    line-height: 32px;
    border-radius: 30px;
    text-align: center;
    background: #003883;
    font-size: 16px;
    color: #fff;
}

.lnewdate {
    float: right;
    line-height: 32px;
    font-size: 14px;
    color: #6f6f6f;
}

.lnews.active {
    width: 100%;
    padding: 15px;
    border-bottom: none;
    -webkit-box-shadow: #e8e8e8 0px 0px 10px;
    -moz-box-shadow: #e8e8e8 0px 0px 10px;
    box-shadow: #e8e8e8 0px 0px 10px;
}

.lnews.active .lnewbot {
    width: 75%;
}

.honor {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 20px;
}

.honors {
    max-width: 1700px;
    margin: 30px auto 0;
}

.honorswiper img {
    width: 100%;
}

.copy {
    width: 100%;
    text-align: center;
    height: 58px;
    line-height: 58px;
    background: #003883;
    font-size: 18px;
    color: #fff;
}

.copy a {
    font-size: 18px;
    color: #fff;
    margin: 0 3px;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #001b42;
    padding-top: 35px;
    padding-bottom: 25px;
}

.foots {
    max-width: 1700px;
    margin: auto;
}

.ftitle {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.flist a {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}

.fnav {
    float: left;
    margin-right: 90px;
}

.feedback {
    float: left;
    width: 32%;
}

.feedback div {
    width: 100%;
    overflow: hidden;
    margin-bottom: 9px;
}

.feedback input[type=text]::-webkit-input-placeholder,
.feedback textarea::-webkit-input-placeholder {
    color: #fff;
}

.feedback input[type=text]:-moz-placeholder,
.feedback textarea:-moz-placeholder {
    color: #fff;
}

.feedback input[type=text]::-moz-placeholder,
.feedback textarea::-moz-placeholder {
    color: #fff;
}

.feedback input[type=text]:-ms-input-placeholder,
.feedback textarea:-ms-input-placeholder {
    color: #fff;
}

.feedback div:nth-child(2) input[type=button]{
	width:139px;
	height:32px;
}

.feedback div:nth-child(2) input[type=text]{
	width:calc(100% - 150px);
}

.feedback div input[type=text] {
    width: 49%;
    float: left;
    margin-right: 2%;
    height: 32px;
    border: 1px solid #fff;
    outline: none;
    background: none;
    font-size: 12px;
    color: #fff;
    padding-left: 5px;
    margin-bottom: 0;
}

.feedback div input:last-child {
    margin-right: 0;
}

.feedback input[type=text] {
    width: 100%;
    height: 32px;
    border: 1px solid #fff;
    outline: none;
    background: none;
    font-size: 12px;
    color: #fff;
    padding-left: 5px;
    margin-bottom: 6px;
}

.feedback textarea {
    width: 100%;
    height: 66px;
    border: 1px solid #fff;
    outline: none;
    background: none;
    font-size: 12px;
    color: #fff;
    padding-left: 5px;
    margin-bottom: 6px;
    padding-top: 3px;
}

.feedback input[type=submit] {
    width: 100%;
    height: 26px;
    border: 1px solid #fff;
    outline: none;
    background: #f19149;
    font-size: 12px;
    color: #fff;
}

.fcontact {
    float: left;
    margin-left: 90px;
}

.fcontacts p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}

.saoma {
    float: right;
}

.incontainer {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 55px;
}

.incontainers {
    max-width: 1700px;
    margin: auto;
}

.incontainer_fl {
    float: left;
    width: 25%;
}

.plist_top {
    width: 100%;
    overflow: hidden;
    background: url(../images/about_03.jpg) center no-repeat;
    background-size: cover;
    height: 158px;
    text-align: center;
}

.plist_top_title {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    padding-top: 30px;
}

.plist_top_titles {
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    position: relative;
}

.plist_top_titles::before {
    position: absolute;
    content: "";
    width: 20%;
    height: 2px;
    background: #fff;
    left: 10px;
    top: 15px;
}

.plist_top_titles::after {
    position: absolute;
    content: "";
    width: 20%;
    height: 2px;
    background: #fff;
    right: 10px;
    top: 15px;
}

.plist {
    width: 100%;
    overflow: hidden;
}

.plists {
    margin-top: 5px;
}

.plist_title a {
    display: block;
    width: 100%;
    height: 53px;
    line-height: 53px;
    padding-left: 20px;
    font-size: 22px;
    color: #fff;
    background: url(../images/plist.png) right 18px center no-repeat #003883;
}

.plist_title.active a {
    background: url(../images/plist_active.png) right 18px center no-repeat #003883;
}

.plistitem a {
    display: block;
    line-height: 50px;
    border: 1px solid #e8e8e8;
    padding-left: 17px;
    font-size: 20px;
    color: #000;
    margin-top: 5px;
}

.plistitem {
    display: none;
}

.incontainer_fl_contact {
    text-align: center;
    width: 100%;
    height: 115px;
    background: url(../images/about_10.jpg) center no-repeat;
    background-size: cover;
    line-height: 115px;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}

.incontainer_fl_contacts {
    width: 100%;
    border: 1px solid #e8e8e8;
    margin-top: 5px;
    padding: 20px;
}

.incontainer_fl_contacts p {
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
}

.incontainer_fr {
    width: 73%;
    float: right;
}

.inabout_pic {
    margin-top: 25px;
}

.inabout_pic img {
    width: 100%;
}

.inabout .sj {
    width: 25%;
    margin-bottom: 0;
}

.inabout_con {
    text-indent: 2em;
    font-size: 24px;
    color: #000;
    line-height: 66px;
    margin-top: 50px;
}

.incontact_bot {
    overflow: hidden;
    margin-top: 100px;
}

.incontact_bots {
    float: left;
    margin-left: 10%;
}

.incontact_bots p {
    font-size: 21px;
    color: #000;
    margin-bottom: 20px;
}

.inproduct {
    width: 100%;
    overflow: hidden;
}

.inpro {
    float: left;
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 15px;
}

.inpro:nth-child(3n) {
    margin-right: 0;
}

.inpro_pic img {
    width: 100%;
    border: 1px solid #eaeaea;
}

.inpro_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    line-height: 46px;
    padding: 0 10px;
    border: 1px solid #eaeaea;
}

.inpro_name {
    float: left;
    font-size: 17px;
    color: #000;
}

.inpro_more {
    float: right;
}

.inpro:hover .inpro_bot {
    background: #003883;
}

.inpro:hover .inpro_name {
    color: #fff;
}

.inhonors {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.inhon {
    float: left;
    margin-bottom: 25px;
    width: 22%;
    margin-right: 4%;
}

.inhon:nth-child(4n) {
    margin-right: 0;
}

.inhon img {
    width: 100%;
}

.injobitem {
    width: 100%;
    margin-top: 20px;
}

.injobitem:last-child {
    margin-right: 0;
}

.injob_top {
    width: 100%;
    overflow: hidden;
    height: 83px;
    background: #fff;
    -webkit-box-shadow: #e8e8e8 0px 0px 10px;
    -moz-box-shadow: #e8e8e8 0px 0px 10px;
    box-shadow: #e8e8e8 0px 0px 10px;
    border-radius: 10px;
}

.injob_num {
    float: left;
    text-align: center;
    width: 83px;
    height: 83px;
    line-height: 83px;
    border-radius: 10px;
    background: #026cc6;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.injob_name {
    float: right;
    text-align: right;
    padding-right: 10px;
}

.injob_place {
    font-size: 14px;
    color: #6b6b6b;
    margin-top: 15px;
}

.injob_info {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
}

.injob_bot {
    background: #fbfbfb;
    padding: 25px;
    height: 490px;
    overflow: hidden;
}

.injob_bots {
    margin-bottom: 30px;
}

.injob_title {
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    position: relative;
}

.injob_title::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 32px;
    background: #000;
}

.injob_con {
    font-size: 18px;
    color: #000;
    line-height: 45px;
    margin-top: 10px;
}

.infeedback div {
    width: 100%;
    overflow: hidden;
    margin-top: 18px;
}

.infeedback div input[type=text] {
    float: left;
    padding-left: 10px;
    font-size: 16px;
    color: #a1a1a1;
    border: 1px solid #d2d2d2;
    height: 48px;
    outline: none;
    background: none;
    width: 48%;
    margin-right: 4%;
    margin-top: 0;
}

.infeedback div input[type=button]{
	width:150px;
	height: 48px;
	color:#fff;
	background:#003883;
	border:1px solid #003883;
}

.infeedback div input[type=text]:last-child {
    margin-right: 0;
}

.infeedback input[type=text] {
    padding-left: 10px;
    font-size: 16px;
    color: #a1a1a1;
    border: 1px solid #d2d2d2;
    height: 48px;
    outline: none;
    background: none;
    width: 100%;
    margin-top: 18px;
}

.infeedback textarea {
    padding-left: 10px;
    font-size: 16px;
    color: #a1a1a1;
    border: 1px solid #d2d2d2;
    height: 398px;
    outline: none;
    background: none;
    width: 100%;
    margin-top: 18px;
    padding-top: 10px;
}

.infeedback input[type=submit] {
    font-size: 16px;
    color: #fff;
    border: none;
    height: 48px;
    outline: none;
    background: #026cc6;
    width: 100%;
    margin-top: 18px;
}

.infeedback button {
    outline: none;
    border: none;
    height: 48px;
    border-radius: 30px;
    font-size: 24px;
    color: #fff;
    background: #026cc6;
    width: 250px;
    float: left;
}

.inser {
    float: left;
    margin-top: 25px;
    width: 26%;
    margin-right: 11%;
    text-align: center;
}

.inser:nth-child(3n) {
    margin-right: 0;
}

.innw {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    padding: 20px;
    background: #f8f8f8;
}

.innw:last-child {
    border-bottom: none;
}

.innew_pic {
    float: left;
    width: 18.0625%;
}

.innew_pic img {
    width: 100%;
}

.innew_intro {
    float: right;
    width: 80.625%;
}

.innew_title {
    font-family: "黑体";
    font-size: 16px;
    color: #333333;
}

.innew_con {
    font-family: "黑体";
    font-size: 14.5px;
    color: #7d7d7d;
    line-height: 26px;
    margin-top: 10px;
}

.innew_bot {
    overflow: hidden;
    margin-top: 10px;
}

.innew_date {
    float: left;
    font-family: "黑体";
    font-size: 18px;
    color: #7d7d7d;
    line-height: 25px;
}

.innew_more {
    width: 95px;
    height: 25px;
    line-height: 25px;
    border-radius: 10px;
    font-family: "黑体";
    font-size: 14.5px;
    color: #fff;
    background: #026cc6;
    float: right;
    text-align: center;
}

.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 {
    margin: 20px auto 40px;
}

.inproshow_top {
    overflow: hidden;
}

.inproshow_top_fl {
    float: left;
    width: 49%;
}

.inproshow_top_fl img {
    width: 100%;
    border: 1px solid #d2d2d2;
}

.inproshow_top_fr {
    width: 48%;
    float: right;
}

.inproshow_top_fr_title {
    font-size: 24px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}

.inproshow_top_fr_con p {
    font-size: 18px;
    color: #757575;
    margin-top: 15px;
}

.inproshow_top_fr_con {
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}

.inproshow_top_fr_bot {
    overflow: hidden;
    margin-top: 30px;
}

.inproshow_top_fr_bot_img {
    float: left;
}

.inproshow_top_fr_bot_tel {
    float: left;
    margin-left: 30px;
    font-size: 18px;
    color: #757575;
}

.inproshow_top_fr_bot_tel span {
    font-size: 29px;
    color: #ff0000;
}

.inproshow_top_fr_bot_more {
    float: left;
    margin-left: 5px;
}

.inproshow_top_fr_bot_more a {
    display: block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    background: #002d42;
    font-size: 17px;
    color: #fff;
}

.inproshow_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.inproshow_bot_title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #ededed;
}

.inproshow_bot_title span {
    display: block;
    width: 355px;
    background: #026cc6 url(../images/proshow.png) left 5px center no-repeat;
    font-size: 17px;
    color: #fff;
    padding-left: 30px;
}

.inproshow_bot_detail {
    font-size: 22px;
    color: #000;
    line-height: 2.5;
}

.inproshow_bot_detail img {
    max-width: 100%;
}
.mobile-inner-header {
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    z-index: 99999;
    top: 0;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(51, 51, 51, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 65%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999999999999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(51, 51, 51, 0.4);
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}
#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: #003883;
        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: 155px;
        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: #003883;
    }
    
    .iconfont {
        color: #fff;
    }
    
    #toolbar li:hover a {
        width: 200px;
        background-color: #003883;
    }
    
    #toolbar li:hover .iconfont {
        background-color: #003883 !important;
    }
    
    .icon-qq {
        background: url(../images/QQ1.png) center no-repeat;
        background-position-y:5px; 
    }
    
    .icon-iconfontphone {
        background: url(../images/tel1.png) center no-repeat;
        background-position-y:5px; 
    }
    
    .icon-msnui-qr-code {
        background: url(../images/erwei1.png) center no-repeat;
        background-position-y:5px; 
    }
    
    .icon-wenjianxiazaiicon {
        background: url(../images/liuyan1.png) center no-repeat;
        background-position-y:5px; 
    }
    
    .icon-arrowup {
        background: url(../images/backtop.png) center no-repeat;
        background-color: #003883 !important;
    }
    #toolbar li:nth-child(3):hover .icon-iconfontphone{
        background: url(../images/tel1.png) center no-repeat;
    }
	#toolbar li:nth-child(4):hover .icon-iconfontphone{
        background: url(../images/tel1.png) center no-repeat;
    }
    #toolbar li:nth-child(2):hover .icon-wenjianxiazaiicon {
        background: url(../images/liuyan1.png) center no-repeat;
    }

.download{
	width:23.5%;
	float:left;
	margin-top:15px;
	margin-right:2%;
}
.download:nth-child(4n){
	margin-right:0;
}
.download_pic img{
	width:100%;
}
.download_name{
	width:100%;
	overflow:hidden;
	margin-top:15px;
	height:35px;
	line-height:35px;
	background:#00479d;
	padding:0 10px;
}
.download_name span{
	float:left;
	font-size:20px;
	color:#fff;
}
.download_name img{
	float:right;
	margin-top:5px;
}