* {
    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%;
 animation: scale_b 5s linear infinite alternate;
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

@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-slide{
	overflow:hidden;
}

.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #003883;
    border-radius: 100%;
    border: 2px solid #fff;
}

.banner .swiper-pagination-bullet-active {
    background: #fff100;
}

.head {
    width: 100%;
    height: 176px;
    background: url(../images/hbg.png) center no-repeat;
    padding-top: 30px;
}

.heads {
    max-width: 1595px;
    margin: auto;
}

.head_top {
    height: 38px;
    line-height: 38px;
}

.tel {
    float: right;
    font-size: 16px;
    color: #fff;
}

.tel span {
    font-size: 20px;
}

.tel img {
    margin-right: 10px;
    margin-top: -4px;
}

.search {
    float: right;
    margin-right: 40px;
    position: relative;
    height: 38px;
}

.search input[type=text] {
    border-radius: 30px;
    border: none;
    background: #fff;
    outline: none;
    height: 38px;
    padding-left: 13px;
    font-size: 12px;
    color: #626262;
    width: 415px;
}

.search input[type=submit] {
    width: 20px;
    height: 20px;
    background: url(../images/search.png) center no-repeat;
    border: none;
    outline: none;
    position: absolute;
    right: 10px;
    top: 9px;
}

.language {
    float: right;
    margin-right: 50px;
}

.language select {
    padding-left: 40px;
    font-size: 16px;
    color: #a4a4a4;
    border-radius: 30px;
    border: none;
    background: #fff url(../images/xx_yy.png) left 10px center no-repeat;
    outline: none;
    height: 38px;
    width: 235px;
    appearance: none;
}

.head_bot {
    width: 100%;
    height: 90px;
    margin-top: 18px;
}

.logo {
    float: left;
    height: 90px;
    line-height: 90px;
    width: 15%;
}

.logo img {
    width: 100%;
}

.nav {
    float: right;
    width: 79%;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    height: 90px;
    line-height: 90px;
    position: relative;
    width: 12.5%;
    text-align: center;
}

.nav ul li a {
    font-size: 20px;
    color: #fff;
    display: block;
}

.nav ul li:hover {
    background: url(../images/navbg.png) center bottom 15px no-repeat;
    background-size: contain;
}

.nav ul li:hover a {
    color: #1e69ac;
}

.nav ul li .detailnav {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
    background: #fff;
}

.nav ul li .detailnav li {
    height: 37px;
    line-height: 36px;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    background: none;
}

.nav ul li .detailnav li:hover {
    background: none;
}

.nav ul li .detailnav li a {
    font-size: 14px;
    color: #575757;
}

.nav ul li:hover .detailnav {
    display: block;
}

.gonggao {
    width: 100%;
    height: 87px;
    line-height: 87px;
    background: url(../images/image_03.jpg) center no-repeat;
}

.gonggaos {
    max-width: 1595px;
    margin: auto;
}

.ggtitle {
    float: left;
    font-size: 18px;
    color: #000;
}

.ggmore {
    float: right;
}

.ggmore a {
    font-size: 18px;
    color: #000;
}

.swiper-container.ggswiper {
    float: left;
    height: 87px;
}

.ggswiper a {
    font-size: 18px;
    color: #000;
}

.product {
    width: 100%;
    overflow: hidden;
    margin-top: 95px;
}

.title {
    text-align: center;
    font-size: 36px;
    color: #000;
}

.products {
    width: 100%;
    margin-top: 35px;
}

.proswiper img {
    width: 100%;
}

.proswiper p {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 42px;
    background: rgba(0, 56, 131, 0.7);
    padding: 0 15px;
    font-size: 20px;
    color: #fff;
}

.pmore {
    text-align: center;
    margin-top: 45px;
}

.pmore a {
    display: inline-block;
    width: 243px;
    height: 54px;
    line-height: 52px;
    border-radius: 30px;
    border: 1px solid #003883;
    font-size: 22px;
    color: #000;
}

.about {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_10.jpg) no-repeat;
    background-size: cover;
    margin-top: 125px;
}

.left_ab {
    float: left;
    width: 49.9%;
}

.left_ab video {
    width: 100%;
}

.right_ab {
    width: 40%;
    float: left;
    margin-left: 2.5%;
}

.abtitle {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-top: 65px;
}

.abcon {
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    margin-top: 20px;
}

.abmore {
    margin-top: 30px;
    text-align: center;
}

.abmore a {
    display: block;
    width: 240px;
    height: 52px;
    line-height: 52px;
    border-radius: 30px;
    background: #fff;
    font-size: 22px;
    color: #000;
}

.shuju {
    width: 100%;
    overflow: hidden;
    height: 210px;
    background: url(../images/image_11.jpg) center no-repeat;
    padding-top: 40px;
}

.sj {
    width: 20%;
    float: left;
    text-align: center;
}

.sj_top {
    font-size: 29px;
    color: #fff;
}

.sj_top b {
    font-size: 60px;
    font-weight: bold;
}

.sj_bot {
    font-size: 18px;
    color: #fff;
}

.case {
    width: 100%;
    overflow: hidden;
    height: 719px;
    background: url(../images/image_12.jpg) center no-repeat;
    padding-top: 20px;
    position: relative;
	margin-top: 218px;
}

.cases {
    max-width: 1595px;
    margin: 45px auto 0;
    overflow: hidden;
}

.left_case {
    float: left;
    width: 30%;
}

.right_case {
    float: right;
    width: 30%;
}

.mid_case {
    width: 35%;
    float: left;
}

.mid_case img {
    width: 100%;
}

.lcase_title {
    font-family: "思源黑体 CN";
    font-size: 45px;
    color: #000;
    font-weight: bold;
    margin-top: 160px;
}

.lcase_titles {
    font-family: "思源黑体 CN";
    text-transform: uppercase;
    font-size: 26px;
    color: #3b3b3b;
    font-weight: bold;
    margin-top: 15px;
}

.rcase_title {
    font-family: "思源黑体 CN";
    font-size: 45px;
    color: #000;
    font-weight: bold;
    margin-top: 155px;
}

.rcase_titles {
    font-family: "思源黑体 CN";
    text-transform: uppercase;
    font-size: 26px;
    color: #3b3b3b;
    font-weight: bold;
    margin-top: 15px;
}

.casearrow {
    text-align: center;
    margin-top: 45px;
}

.casearrow .swiper-button-prev {
    position: static;
    margin: 0 6px;
    width: 26px;
    height: 41px;
    background: url(../images/prev-pro.png) center no-repeat;
    display: inline-block;
    outline: none;
}

.casearrow .swiper-button-next {
    position: static;
    margin: 0 6px;
    width: 26px;
    height: 41px;
    background: url(../images/next-pro.png) center no-repeat;
    display: inline-block;
    outline: none;
}

.new {
    width: 100%;
    overflow: hidden;
    margin-top: 75px;
}

.news {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.nw {
    width: 32.9%;
    margin-right: 0.65%;
    float: left;
}

.nw:last-child {
    margin-right: 0;
}

.newpic img {
    width: 100%;
}

.newbot {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.newtitle {
    font-size: 20px;
    color: #000;
}

.newcon {
    font-size: 14px;
    color: #797979;
    line-height: 2;
    margin-top: 10px;
}

.newbots {
    overflow: hidden;
    margin-top: 10px;
}

.newdate {
    float: left;
    font-size: 12px;
    color: #797979;
    font-weight: 300;
}

.newmore {
    float: right;
    font-size: 14px;
    color: #797979;
    font-weight: 300;
}

.nw:hover .newbot {
    background: #003883;
}

.nw:hover .newtitle,
.nw:hover .newcon,
.nw:hover .newdate,
.nw:hover .newmore {
    color: #fff;
}

.study {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.studys {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}

.studyswiper img {
    width: 100%;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: url(../images/fbg.png) center no-repeat;
    background-size: cover;
    padding-top: 40px;
}

.foots {
    max-width: 1595px;
    margin: auto;
    overflow: hidden;
}

.copy {
    width: 100%;
    margin-top: 45px;
    line-height: 75px;
    border-top: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.copy a {
    font-size: 18px;
    color: #fff;
    margin: 0 10px;
}

.fcontact {
    float: left;
    width: 32%;
}

.fcons {
    overflow: hidden;
    margin-top: 35px;
}

.fcon_pic {
    float: left;
    width: 18px;
    text-align: center;
}

.fcon_intro {
    float: left;
    font-size: 18px;
    color: #fff;
    margin-left: 5px;
}

.fnav {
    float: left;
    margin-left: 8%;
	width:25%;
}

.ftitle {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}

.flist a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 36px;
}
.flist a:nth-child(2n){
	margin-right:0;
}
.fcon{
	margin-bottom:45px;
}
.saoma {
    
	margin-top:50px;
}

.sm {
    margin-bottom: 5px;
	float:left;
	text-align:center;
	margin-right:40px;
}

.sm p {
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
}

.fvideo {
    float: right;
    width: 35%;
}

.fvideo video {
    width: 100%;
}

.inabout {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 50px;
}

.abnav {
    text-align: center;
    margin-top: 35px;
}

.abnav a {
    display: inline-block;
    margin: 0 60px;
}

.abnav_title {
    font-size: 26px;
    color: #7a7a7a;
}

.inabpic {
    max-width: 1595px;
    margin: 35px auto 0;
}

.inabpic img {
    width: 100%;
}

.inabouts {
    position: relative;
    background: #fff;
    border-radius: 30px;
    max-width: 1430px;
    margin: -300px auto 0;
    padding: 45px;
    -webkit-box-shadow: #b8b8b8 0px 0px 20px;
    -moz-box-shadow: #b8b8b8 0px 0px 20px;
    box-shadow: #b8b8b8 0px 0px 20px;
}

.inabouts .shuju {
    background: none;
    padding-top: 0;
    height: auto;
}

.inabouts .shuju .sj_top,
.inabouts .shuju .sj_bot {
    color: #006cd1;
}

.inabcon {
    text-indent: 2em;
    font-size: 22px;
    color: #000;
    line-height: 3;
    margin-top: 45px;
}

.history {
    width: 100%;
    overflow: hidden;
    height: 812px;
    background: url(../images/hisbg.png) center no-repeat;
    padding-top: 30px;
	display:none;
}

.history .title {
    color: #fff;
}

.history_top {
    max-width: 1450px;
    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: 1595px;
    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: 20px 0 50px;
}

.cultures {
    max-width: 1595px;
    margin: 25px auto 0;
}

.cul {
    width: 50%;
    float: left;
    background: #006cd1;
}

.cul_pic {
    width: 50%;
    float: left;
}

.cul_pic img {
    width: 100%;
}

.cul_intro {
    width: 45%;
    float: left;
    margin-left: 4%;
    padding-top: 45px;
}

.cul_title {
    font-weight: bold;
    font-size: 23px;
    color: #fff;
}

.cul_con {
    font-size: 19px;
    color: #fff;
    line-height: 42px;
    margin-top: 25px;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 60px;
}

.innews {
    max-width: 1595px;
    margin: 15px auto 0;
}

.innw {
    width: 100%;
    overflow: hidden;
    border: 1px solid #1e69ac;
    margin-top: 30px;
}

.innew_pic {
    float: left;
    width: 26%;
}

.innew_pic img {
    width: 100%;
}

.innew_intro {
    width: 74%;
    float: left;
    padding: 0 20px;
}

.innew_title {
    border-bottom: 1px solid #000;
    line-height: 43px;
    font-size: 18px;
    color: #000;
}

.innew_date {
    font-size: 15px;
    color: #7f7f7f;
    margin-top: 12px;
}

.innew_con {
    font-size: 16px;
    color: #7f7f7f;
    line-height: 36px;
    margin-top: 5px;
}

.innew_more {
    margin-top: 10px;
    width: 93px;
    height: 30px;
    background: #1e69ac;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.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: 100%;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1595px;
    margin: 20px auto 40px;
}

.incase {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.incases {
    max-width: 1595px;
    margin: 20px auto 0;
}

.incases a {
    display: block;
    float: left;
    width: 24.5%;
    margin-right: calc(2% / 3);
    margin-bottom: 12px;
}

.incases a img {
    width: 100%;
}

.incases a:nth-child(4n) {
    margin-right: 0;
}

.inproduct {
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
}

.inproducts {
    max-width: 1595px;
    margin: auto;
}

.inpro_fl {
    float: left;
    width: 17%;
}

.inpro_fr {
    float: right;
    width: 81%;
}

.inpro_fl_top {
    text-align: center;
    position: relative;
    line-height: 70px;
    background: #1e69ac;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.inpro_fl_top span {
    font-family: "Arial";
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

.inpro_fl_top::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 24px;
    background: #fff;
    top: 24px;
    left: 25px;
}

.inpro_fl_list {
    margin-top: 9px;
}

.inpro_fl_list a {
    display: block;
    margin-bottom: 3px;
    line-height: 43px;
    border: 1px solid #efefef;
    font-size: 14px;
    color: #000;
    padding-left: 40px;
    background: url(../images/product_06.jpg) left 22px center no-repeat;
}

.inpro_fl_contact {
    width: 100%;
    overflow: hidden;
    border: 1px solid #efefef;
    padding: 4px;
}

.inpro_fl_contact_pic {
    position: relative;
}

.inpro_fl_contact_pic img {
    width: 100%;
}

.inpro_fl_contact_pic p {
    position: absolute;
    font-family: "Arial";
    font-size: 22px;
    color: #1e69ac;
    font-weight: bold;
    right: 15px;
    top: 70px;
}

.inpro_fr_top img {
    width: 100%;
}

.inpro_fr_list {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.inpro_fr_list a {
    display: block;
    float: left;
    width: 24.4%;
    margin-bottom: 15px;
    margin-right: 0.8%;
}

.inpro_fr_list a:nth-child(4n) {
    margin-right: 0;
}

.inpro_fr_list a img {
    width: 100%;
}

.inpro_fr_list a p {
    margin-top: 3px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    color: #000;
}
.inpro_fr_list a:hover p{
	color:#fff;
	background:#1e69ac;
	border:1px solid #1e69ac;
}

.inproshow_top {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.inproshow_top_fl {
    float: left;
    width: 44.2%;
}

.inproshow_top_fl img {
    width: 100%;
}

.inproshow_top_fr {
    float: right;
    width: 51%;
}

.inproshow_top_fr_con p {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

.inproshow_top_fr_tel {
    font-size: 18.6px;
    color: #000;
    margin-top: 20px;
}

.inproshow_top_fr_tel span {
    font-family: "Arial";
    font-size: 34px;
    color: #1e69ac;
    font-weight: bold;
}

.inproshow_bot {
    margin-top: 20px;
}

.inproshow_bot_title {
    padding-left: 15px;
    line-height: 50px;
    background: #eeeeee;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.inproshow_bot_con {
    margin-top: 25px;
}

.inproshow_bot_con img {
    max-width: 100%;
}

.mobile-inner-header {
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
	padding-left:15px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    z-index: 99999;
    top: 0;
    background: url(../images/hbg.png) center no-repeat;
}

.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(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: 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: #1e69ac;
    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: #FFFFFF;
    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;
}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.inpro_fr_top{
	position:relative;
}
.selectname{
	position:absolute;
	right:0;
	top:12px;
	width:250px;
	height:32px;
	line-height:32px;
	padding-left:10px;
	background:#0768ba;
	font-size:16px;
	color:#fff;
	font-weight:bold;
}
.proselect{
	position:absolute;
	right:0;
	top:42px;
	background:#0768ba;
	max-height:300px;
	overflow-y: scroll;
	display:none;
	width:250px;
}
.proselect a{
	display:block;
	height:30px;
	line-height:29px;
	border-bottom:1px solid #fff;
	padding-left:10px;
	font-size:14px;
	color:#fff;
}
.g-gywm {
    max-width: 1542px;
    margin: auto;
    overflow: hidden;
    background: #003883;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    overflow: hidden;
   
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}
.wm-r img{
    max-width: 100%;
}

#map {
    width: 100%;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
}

.map-title {
    font-size: 16px;
    line-height: 24px;
}

.map-list {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
}
.mobile-inner-header a{
	float:left;
	color:#fff;
	font-size:15px;
}
.floating{ position:fixed; right:60px; bottom:60px; width:50px; z-index:9;}
.floating li{ float:left; width:50px; height:50px; line-height:50px; padding-bottom:10px;position:relative;    margin-bottom: 10px;}
.floating li a{ display:block; width:50px; height:50px; background-color:#666; background-repeat:no-repeat; background-position:center; border-radius:50px;transition: .15s linear; -moz-transition:.15s linear; -webkit-transition:.15s linear; position:relative; z-index:2;}
.floating li span{ background:#666; color:#fff; font-size:18px; text-align:left; width:50px; height:50px; position:absolute; right:0; z-index:-1; overflow:hidden; border-radius:50px; top:0;transition: .1s linear; -moz-transition:.1s linear; -webkit-transition:.1s linear;}
.floating li:hover a{ background-color:#003883;}
.floating li a.float_tel{ background-image:url(../images/float_tel.png);}
.floating li a.float_message{/* background-image:url(../images/float_message.png);*/
font-family: 'iconfont' !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility; color:#fff; font-size:26px; text-align:center;
}
.floating li a.float_message:before {
  content: "\E61D";
}
.floating li a.float_top{ background-image:url(../images/float_top.png);}
.floating li:hover span{width:210px; padding-left:30px; z-index:1;}
.floating li img{
	position:absolute;
	top: -30px;
    left: -140px;
	display:none;
}
.floating li:hover img{
	display:block;
}

.img_message { background-image: url(../images/wx.png);}