body,html {
    position: relative;
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding-top:75px;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    text-align: center;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.title {
    margin-top: 80px;
    text-align: center
}

.title h2 {
    color: #006fbc;
    font-size: 42px
}

.title p {
    background: url(../images/line.png) no-repeat center;
    color: #b2b3b3;
    font-size: 14px
}

body {
    position: relative
}

#header {
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 0px 10px;
    width: 100%;
    background: linear-gradient(to bottom, #fff 40%, #8aa8ea);
}

#header>a {
    display: block
}

#header>a>img {
    float: left;
    margin-top: 5px;
}

#header:after {
    clear: both;
    display: block;
    content: ''
}

#header .row img {
    margin-left: 10px;
    max-width: 35px;
    max-height: 30px
}

.header_list {
    display: none;
    width: 100%;
    border-top: 2px solid #e9e9e9;
    border-bottom: 1px solid #2a6edc;
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
}

.header_list div>div:after {
    display: block;
    content: '';
    clear: both;
}
#banner{
    margin-top:97px;
}
.trip {
    width: 100%;
}

.trip div>div:after {
    display: block;
    content: '';
    clear: both;
}

.list_tit {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.list_tit span {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    display: block;
    padding: 10px;
    text-align: center;
    line-height: 22px;
}

.yyslide:hover {
    cursor: pointer;
}

.mblist a {
    display: block;
}

.mblist a span {
    display: block;
    width: 100%;
    padding-left: 20px;
    font-size: 12px;
    line-height: 24px;
}

.list_tit b {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #006fbc;
    -webkit-transform: rotatey(90deg);
    -moz-transform: rotatey(90deg);
    -ms-transform: rotatey(90deg);
    -o-transform: rotatey(90deg);
    transform: rotatey(90deg);
    -webkit-transition: 500ms 0s all ease;
    -moz-transition: 500ms 0s all ease;
    -ms-transition: 500ms 0s all ease;
    -o-transition: 500ms 0s all ease;
    transition: 500ms 0s all ease;
}

.list_tit:hover b {
    -webkit-transform: rotatey(97deg);
    -moz-transform: rotatey(97deg);
    -ms-transform: rotatey(97deg);
    -o-transform: rotatey(97deg);
    transform: rotatey(97deg);
}

.pro_list:after {
    display: block;
    content: '';
    clear: both;
}

.pro_list ul {
    width: 50%;
    float: left;
}

.pro_list ul:after {
    display: block;
    content: '';
    clear: both;
}

.pro_list ul li {
    width: 50%;
    float: left;
}

.pro_list ul li a {
    display: block;
    text-align: center;
}

.pro_list>a {
    position: relative;
    width: 50%;
    height: 274px;
    float: right;
}

.pro_list>a img {
    max-width: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.nav>ul>li a {
    background: rgba(255,255,255,0);
    color: #444;
    font-size: 16px;
    -webkit-transition: .5s 0s all ease;
    -moz-transition: .5s 0s all ease;
    -o-transition: .5s 0s all ease;
    transition: .5s 0s all ease;
    -ms-transition: .5s 0s all ease
}

.vxshow {
    text-align: center;
    width: 100%;
    position: fixed;
    top: 23%;
    z-index: 1002;
}

.showvx {
    display: none;
}

.nav>ul>li>a:hover {
    background: #006fbc;
    color: #fff
}

.nav>ul>li:nth-child(8)>a:hover {
    background: #fff;
}

.nav>ul>li:nth-child(9)>a:hover {
    background: #fff;
}

.nav ul:after {
    clear: both;
    display: block;
    content: ''
}

.nav ul {
    line-height: 40px;
    margin-bottom: 0;
}

.nav>ul>li {
    line-height: 75px;
    float: left
}

.nav>ul>li a {
    display: block;
    text-align: center
}

.nav_logo {
    margin-left: 30px
}

.break {
    position: absolute;
    top: 25px;
    right: 0;
    margin-right: 10px
}

.menu {
    position: fixed;
    top: 0;
    right: -15%;
    z-index: 999;
    visibility: hidden;
    padding: 10px 20px;
    width: 15%;
    height: 100%;
    background: #3A3A3A;
    color: #fff;
    line-height: 40px;
    opacity: 0;
    -webkit-transition: .5s 0s all ease;
    -moz-transition: .5s 0s all ease;
    -o-transition: .5s 0s all ease;
    transition: .5s 0s all ease;
    -ms-transition: .5s 0s all ease
}

.menu ul li a {
    display: block;
    color: #fff;
    padding-left: 27px;
    font-size: 16px;
    line-height: 48px;
}

.menu>img {
    position: fixed;
    top: 3%;
    right: 15%;
    opacity: 1;
    -webkit-transition: .5s 0s all ease;
    -moz-transition: .5s 0s all ease;
    -o-transition: .5s 0s all ease;
    transition: .5s 0s all ease;
    -ms-transition: .5s 0s all ease
}

.menu>img:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.top ul:after {
    clear: both;
    display: block;
    content: ''
}

.top {
    margin-top: 30px
}

.top ul li a {
    position: relative;
    display: block
}

.top ul li a div {
    position: absolute;
    top: 65%;
    left: 5%;
    color: #fff
}

.top ul li a div h3 span {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

.top ul li a div>span {
    display: block;
    margin-top: 18px
}

.top ul li a img {
    width: 100%;
    height: 100%
}

#banner {
    width: 100%;
    margin-top:100px;
}

.hidden-m {
    display: none
}

.visible-m {
    display: block
}

.use_bg {
    height: 755px;
    background: url(../images/usebg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed
}

.use_show {
    width: 57%;
    height: 100%;
    background: rgba(0,0,0,.4)
}

.use_show ul li a {
    position: relative;
    display: block
}

.bg-blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #1858ac;
    -webkit-transition: .5s 0s all ease;
    -moz-transition: .5s 0s all ease;
    -o-transition: .5s 0s all ease;
    transition: .5s 0s all ease;
    -ms-transition: .5s 0s all ease
}

.use_show ul li a:hover .bg-blue {
    width: 120%
}

.use_show ul li a div span {
    float: left;
    padding: 63px 0;
    color: #fff;
    font-size: 18px
}

.use_show ul li a div {
    position: relative
}

.use_title:after {
    clear: both;
    display: block;
    content: ''
}

.use_title img {
    position: relative;
    z-index: 999;
    float: left;
    padding: 42.5px 52px
}

.use_title i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 149px;
    height: 151px;
    -webkit-transition: .5s 0s all ease;
    -moz-transition: .5s 0s all ease;
    -o-transition: .5s 0s all ease;
    transition: .5s 0s all ease;
    -ms-transition: .5s 0s all ease
}

.use_show ul li a:hover .use_title i {
    background: #0045a0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.tel {
    margin-top: 40px;
    margin-bottom: 60px;
    height: 80px;
    background: #e0e0e0;
    text-align: center;
    line-height: 80px
}

.tel div {
    margin-left: 38%
}

.tel div:after {
    clear: both;
    display: block;
    content: ''
}

.tel div span:first-child {
    float: left;
    display: block;
    color: #6f6f6f;
    font-size: 14px
}

.tel div span:last-child {
    float: left;
    display: block;
    margin-left: 10px;
    color: #006fbc;
    font-size: 42px
}

.server_text ul li {
    text-align: center;
    -webkit-transition: 500ms 0s all ease;
    -moz-transition: 500ms 0s all ease;
    -ms-transition: 500ms 0s all ease;
    -o-transition: 500ms 0s all ease;
    transition: 500ms 0s all ease;
    -webkit-transform: rotatey(0deg);
    -moz-transform: rotatey(0deg);
    -ms-transform: rotatey(0deg);
    -o-transform: rotatey(0deg);
    transform: rotatey(0deg);
}

.server_text ul li:hover {
    cursor: pointer;
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    transform: rotatey(180deg);
}

.server_text ul li img {
    display: block;
    margin-bottom: 12%;
    -webkit-transition: .5s 0s all ease;
    -moz-transition: .5s 0s all ease;
    -o-transition: .5s 0s all ease;
    transition: .5s 0s all ease;
    -ms-transition: .5s 0s all ease
}

.server_text p {
    padding: 0 16% 0 16%;
    text-align: center;
    line-height: 30px
}

.aboutbg {
    position: relative;
    margin-top: 50px;
    margin-bottom: 169px;
    width: 100%;
    height: 801px;
    background: url(../images/aboutusbg.jpg) no-repeat center;
    background-size: cover
}

.about_text h2 {
    display: block;
    margin-top: 215px;
    margin-bottom: 70px;
    color: #0045a0;
    font-size: 45px
}

.about_text p {
    color: #3b3b3b;
    font-size: 14px;
    line-height: 30px
}

.more {
    float: right;
    display: block;
    margin-top: 508px;
    margin-right: 16px;
    padding: 10px 30px;
    width: 129px;
    border: 1px solid #3b3b3b;
    color: #3b3b3b
}

.news {
    background: #8aa8ea;
}

.news ul {
    margin-top: 55px;
    padding-top: 65px;
    padding-bottom: 65px
}

.news ul li {
    border-right: 1px solid #fefefe
}

.news ul li a {
    display: block;
    padding: 0 38px
}

.news ul li:last-child {
    border-right: 0
}

.news ul li a small {
    color: #fefefe;
    font-size: 14px
}

.news ul li a p {
    color: #fefefe;
    font-size: 14px
}

.news ul li a b {
    display: block;
    margin: 10px 0;
    width: 5%;
    border-bottom: 2px solid #fefefe
}

footer {
    padding: 60px 0 20px 0;
    background: #242424;
    color: #9b9b9b
}

footer a {
    color: #9b9b9b;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

footer a:hover {
    color: #fff
}

footer .f-top {
    overflow: hidden;
}

footer .f-top .f-form {
    overflow: hidden;
    margin-top: 60px
}

footer .f-top .f-form p {
    float: left;
    padding: 10px;
    width: 11.5%;
    background: #353535;
    color: #d7d7d7;
    font-size: 14px
}

footer .f-top .f-form p span {
    display: block
}

footer .f-top .f-form form {
    position: relative;
    float: right;
    overflow: hidden;
    padding: 10px;
    width: 88.2%;
    height: 60px;
    background: #fff
}

footer .f-top .f-form form button,footer .f-top .f-form form input,footer .f-top .f-form form select,footer .f-top .f-form form textarea {
    outline: 0
}

footer .f-top .f-form form input[type=text] {
    float: left;
    display: block;
    padding-left: 10px;
    width: 15%;
    height: 100%;
    border: 0;
    border-right: 1px solid #D4D4D4;
    background: #fff
}

footer .f-top .f-form form input[type=text]:nth-of-type(4) {
    float: left;
    display: block;
    width: 45%;
    height: 100%;
    border: 0;
    border-right: 1px solid #f5f5f5;
    background: #fff
}

footer .f-top .f-form form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100px;
    height: 60px;
    border: 0;
    background: #009bde;
    color: #fff;
    text-align: center;
    line-height: 60px
}

footer .f-top ul {
    overflow: hidden;
    width: 530px;
	margin: 50px auto 0;
    padding-bottom: 20px
}

footer .f-top ul li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #696969
}

footer .f-top ul li:last-child {
    border-right: 0
}

footer .f-bottom {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #696969
}

footer .f-bottom span {
    float: right
}/*产品页样式*/.newpro:after {
              display: block;
              content: '';
              clear: both;
          }

.newpro li {
    float: left;
    width: 24%;
    margin: 0 0.5%;
}

.newpro li a {
    display: block;
}

.newpro_pic {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.newpro_pic img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.newpro_pic p {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgb(102, 150, 191);
    margin-bottom: 0;
    line-height: 40px;
    font-size: 16px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}

.newpro li:hover a div p {
    background: gray;
    /*-webkit-filter: grayscale(100%);*/    /*-moz-filter: grayscale(100%);*/    /*-ms-filter: grayscale(100%);*/    /*-o-filter: grayscale(100%);*/    /*filter: grayscale(100%);*/    /*filter: gray;*/
}

.newpro_pic:hover p {
    line-height: 50px;
    font-size: 18px;
}

@media(min-width:1200px) {
    .nav>ul>li {
        width: 12%;
		margin-left: 30px;
    }

    .nav>ul>li:nth-child(8) {
        /*margin-left: 15px;*/
        width: 7%
    }

   /* .nav>ul>li:last-child {
        margin-left: 15px;
        width: 7%
    } */

    .nav>div>img {
        width: 6.333333%
    }
}

@media(max-width:1200px) {
    .nav {
        margin-top: 0
    }

    .nav>ul>li {
        width: 11%
    }

    .nav>ul>li:nth-child(8) {
        width: 6%
    }

    .nav>ul>li:nth-child(8) a img {
        margin-top: 5px
    }

    .nav>ul>li:nth-child(9) a img {
        margin-top: 5px;
        margin-left: 10px
    }

    .nav>ul>li:last-child {
        width: 6%
    }

    .nav ul {
        line-height: 61px
    }

    .tel div {
        margin-left: 31%
    }
    #banner {
        margin-top:97px;
    }
    .about_text h2 {
        margin-top: 85px;
        margin-bottom: 30px;
        font-size: 34px
    }

    .more {
        margin-top: 360px
    }

    #header>a>img {
        width: 438px
    }

    .nav_logo {
        margin-left: 0;
        width: 63%
    }

    .nav>ul>li {
        width: 12%
    }

    .nav>ul>li a {
        font-size: 15px
    }

    .top ul li a div {
        top: 57%
    }

    .use_title img {
        padding: 42.5px 29px
    }

    .use_title i {
        width: 101px;
    }
}

@media(min-width:768px) and (max-width:992px) {
    #header {
        height: 85px
    }

    #header>a>img {
        width: 364px !important;
    }
    #banner {
        margin-top:97px;
    }
    .tel div span:last-child {
        font-size: 35px
    }

    .nav ul {
        margin-bottom: 0
    }

    .nav>ul>li {
        width: 100%!important
    }

    .top ul li a div {
        top: 52%
    }

    .top ul li {
        padding-right: 10px;
        padding-left: 10px
    }

    .break {
        top: 15px
    }

    .aboutbg {
        margin-bottom: 0;
        height: 554px
    }

    .more {
        margin-top: 0
    }

    .news ul li a {
        padding: 0;
        padding-left: 16px
    }

    .news ul li:nth-child(2) a {
        border-right: 0
    }

    .menu ul li:last-child a img {
        /*margin-left: 32%*/
    }
}

@media(max-width:768px) {
	.news{
		display: none;
	}
    #allmap{
        height:300px;
    }
    #header {
        height: 60px
    }

    #header>a>img {
        width: 266px;
    }
    #banner {
        margin-top:0px;
    }
    .about_text h2 {
        margin-top: 60px;
        font-size: 24px
    }

    .about_text p {
        font-size: 12px;
        line-height: 25px
    }

    .server_text p {
        padding: 0 2% 0 2%
    }

    .nav_logo {
        margin-left: 0;
        width: 63%
    }

    .nav>ul>li {
        width: 100%!important
    }

    .break {
        top: 15px;
        width: 31px
    }

    .menu {
        padding: 18px 20px;
        width: 220px
    }

    .menu>img {
        right: 220px
    }

    .title {
        margin-top: 20px
    }

    .title h2 {
        font-size: 27px
    }

    .title p {
        font-size: 5px
    }

    .top ul li {
        margin-bottom: 10px;
        padding: 0 2px
    }

    .top ul li a div h3 {
        font-size: 14px
    }

    .top ul li a div h3 span {
        padding-bottom: 1px
    }

    .top ul li a div span {
        font-size: 7px
    }

    .top ul li a div>span {
        margin-top: 8px
    }

    .more {
        padding: 5px 21px;
        width: 111px
    }

    .tel div span:first-child {
        font-size: 12px
    }

    .tel div span:last-child {
        font-size: 16px
    }

    .menu ul li:last-child a img {
        /*margin-left: 32%*/
    }

    .more {
        margin-top: -40px;
    }

    .news ul {
        padding-top: 33px;
        padding-bottom: 34px
    }

    .use_show {
        width: 100%
    }

    .use_bg {
        height: 412px
    }

    .news ul li {
        border-right: 0
    }

    .use_title img {
        margin-left: 48px;
        padding: 20px 18px;
        width: 65px
    }

    .use_show ul li a div span {
        padding: 30px 9px;
        font-size: 13px
    }

    .use_show ul li a:hover .bg-blue {
        width: 100%
    }

    .use_title i {
        margin-left: 48px;
        width: 65px;
        height: 100%
    }

    .tel {
        margin-top: 20px;
        margin-bottom: 22px;
        height: 71px;
        line-height: 71px
    }

    .news ul {
        margin-top: 16px
    }

    .aboutbg {
        margin-top: 20px;
        margin-bottom: 0
    }

    .swiper-container {
        padding-top: 77px
    }

    .swiper-button-next,.swiper-button-prev {
        top: 66%!important
    }
}

#bg {
    width: 100%;
    background: #f2f2f2
}

#info {
    padding: 50px 0 100px 0
}

#info:after {
    clear: both;
    display: block;
    content: ''
}

.info-loca {
    overflow: hidden;
    margin-bottom: 30px;
    color: #085dbd
}

.info-loca h3 {
    float: left;
    color: #111d43;
    font-size: 25px;
    line-height: 50px
}

.info-loca .loca {
    float: right;
    margin-top: 15px;
    color: #111d43;
    font-size: 14px
}

.info-loca .loca a {
    color: #111d43
}

.new_height a {
    display: block;
    height: 160px
}

.centerimg {
    position: relative;
    width: 500px;
    height: 400px;
}

.centerimg img {
    position: absolute;
    max-width: 100%;
}

.new_right li {
    padding: 15px 0
}

.new_right li p {
    overflow: hidden
}

.new_right li b {
    float: left;
    color: #000;
    font-weight: 700;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    transition: all 150ms linear
}

.new_right li a {
    position: relative;
    display: block;
    padding: 15px;
    height: 200px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -ms-transition: all .3s
}

.new_right li a img {
    float: left;
    /*width: 270px;*/    /*height: 200px*/
}

.new_right li a div {
    float: right;
    width: 65%
}

.new_right li a h2 {
    color: #000;
    font-size: 16px
}

.new_right li small {
    position: absolute;
    bottom: 29px;
    left: 322px;
    display: block;
    margin-top: 70px;
    color: #000;
    font-size: 14px
}

.new_right li span {
    display: block;
    padding: 10px 0 0 0;
    color: #666;
    font-size: 14px;
    line-height: 26px
}

.new_right li:hover a {
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.18);
    box-shadow: 0 5px 30px rgba(0,0,0,.18);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0)
}

.meter ul:after {
    display: block;
    content: '';
    clear: both;
}

.meter ul li {
    width: 48%;
    height: 275px;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
}

.meter ul li:nth-child(even) {
    margin-right: 0;
}

.meter ul li a {
    padding: 0;
    width: 100%;
    height: 100%;
}

.meter_use:after {
    display: block;
    content: '';
    clear: both;
}

.meter_use div {
    float: left;
}

.meter_use div:first-child {
    position: relative;
    width: 80%;
    height: 100%;
    overflow: hidden;
}

.meter ul li:nth-child(even) a div:first-child {
    float: left;
}

.meter_use div:first-child img {
    position: absolute;
    width: 100%;
    height:100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.meter_use div:last-child {
    width: 20%;
    float: left;
    background: #e5e5e5;
    padding: 15px;
    height: 100%;
}

.meter_use div:last-child img {
    position: absolute;
    top: 83%;
    -webkit-transition: 500ms 0s all ease;
    -moz-transition: 500ms 0s all ease;
    -ms-transition: 500ms 0s all ease;
    -o-transition: 500ms 0s all ease;
    transition: 500ms 0s all ease;
}

.meter ul li:nth-child(even) a div:last-child img {
    float: right;
}

.meter ul li a div:last-child img:hover {
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    transform: rotatey(360deg);
}

#prev_next .next,#prev_next .prev {
    padding: 5px 25px;
    border-top: 1px solid #ccc;
    font-size: 13px
}

#prev_next li a {
    color: #000
}

#prev_next .next a:hover,#prev_next .prev a:hover {
    color: #085dbd
}

#prev_next .prev {
    margin-top: 20px;
    background: url(../images/prev_bg.png) no-repeat left center;
    background-size: 18px
}

#prev_next .next {
    border-bottom: 1px solid #ccc;
    background: url(../images/next_bg.png) no-repeat left center;
    background-size: 18px
}

div.page {
    float: right;
    clear: both;
    margin: 20px 0 20px 0;
    font-size: 14px
}

div.page a {
    margin: 2px;
    padding: 2px 5px;
    background: #9b9b9b;
    color: #fff;
    text-decoration: none
}

div.page a:hover {
    background: #5c5c5c
}

div.page span.current {
    margin: 2px;
    padding: 2px 8px;
    background-color: #085dbd;
    color: #fff;
    font-weight: 700
}

div.page span.disabled {
    margin: 2px;
    padding: 2px 5px;
    color: #ddd
}

ul.jobs li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom: 2px dotted #ccc;
    font-size: 15px;
    line-height: 30px
}

ul.jobs li a {
    position: absolute;
    top: 50px;
    left: 500px;
    display: block;
    padding: 1px 8px;
    background-color: #085dbd;
    color: #fff
}

ul.jobs li a:hover {
    border-radius: 8px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -ms-transition: all .2s
}

ul.jobs li strong {
    color: #085dbd
}

.input-group {
    clear: both;
    margin-bottom: 10px
}

.input-group:after {
    clear: both;
    display: block;
    content: ''
}

.input-group label {
    display: inline-block;
    width: 62px;
    color: #606060;
    font-weight: 700;
    font-size: 15px;
    text-align-last: justify
}

.input-group input[type=text] {
    width: 276px;
    height: 30px;
    outline: 0;
    border: 1px solid #aaa;
    border-radius: 2px;
    background: #f0f2ef;
    box-shadow: 0 0 3px #ccc,0 10px 15px #eee inset;
    text-indent: 1em;
    font-family: "microsoft yahei",sans-serif;
    line-height: 30px;
    -webkit-transition: .3s;
    transition: .3s
}

.input-group input[type=text]:focus {
    width: 300px;
    border: 1px solid #085dbd;
    box-shadow: 0 0 5px #085dbd
}

.input-group textarea:focus {
    width: 550px;
    border: 1px solid #085dbd;
    box-shadow: 0 0 5px #085dbd
}

.input-group input[type=text]#captcha:focus {
    width: 90px;
    border: 1px solid #085dbd;
    box-shadow: 0 0 5px #085dbd
}

.input-group textarea {
    padding-top: 5px;
    width: 520px;
    outline: 0;
    border: 1px solid #aaa;
    border-radius: 2px;
    background: #f0f2ef;
    box-shadow: 0 0 3px #ccc,0 10px 15px #eee inset;
    text-indent: 1em;
    font-family: "microsoft yahei",sans-serif;
    -webkit-transition: .3s;
    transition: .3s
}

#submit {
    clear: both;
    display: block;
    margin-left: 64px;
    width: 80px;
    border: 0;
    background: #162555;
    color: #fff;
    font-size: 14px;
    font-family: "microsoft yahei";
    line-height: 30px
}

.pdc_list {
    width: 920px
}

.pdc_list li {
    float: left;
    margin: 0 25px 25px 0;
    border: 3px solid #dadada;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -ms-transition: all .2s
}

.pdc_list li a {
    position: relative;
    display: block
}

.pdc_list li img {
    display: block;
    width: 275px;
    height: 210px
}

.pdc_list li span {
    display: block;
    background: #dadada;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -ms-transition: all .2s
}

.pdc_list li:hover span {
    background: #085dbd;
    color: #fff
}

.pdc_list li:hover {
    border: 3px solid #085dbd
}

.content_p {
    margin-top: 40px
}

.content_p table {
    margin:0 auto;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.content_p table td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc
}

.content_p img {
    max-width: 95%
}

.content_p p {
    font-size: 14px;
    line-height: 30px
}

.content_p span.sp {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #ddd;
    color: #fff
}

.content_p span.sp small {
    float: left;
    display: block;
    width: 120px;
    background: #085dbd;
    text-align: center;
    line-height: 40px
}

.food_name {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    text-align: center;
    font-size: 24px
}

.she {
    width: 930px
}

.she li {
    float: left;
    margin: 0 24px 20px 0;
    padding: 10px 10px 0 10px;
    border: 1px solid #CACACA;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.she li:hover {
    border: 1px solid #ccc;
    background: #fcfcfc;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.18);
    box-shadow: 0 15px 30px rgba(0,0,0,.18);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0)
}

.she li img {
    display: block;
    width: 257px;
    height: 206px
}

.she li small {
    display: block;
    color: #2e2e2e;
    text-align: center;
    line-height: 45px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    transition: all 150ms linear
}

.she li:hover small {
    color: #085dbd
}

.p_content {
    color: #333;
    font-size: 15px;
    line-height: 30px;
    padding: 15px;
}

.p_content img{
    /*width: 100%;*/

}
.company_pic>img {
    max-width: 523px;
    margin-top: 40px;
    /*max-width: 100%;*/
    /*max-height: 100%;*/
}

.news_time {
    margin-bottom: 20px;
    font-size: 14px
}

.pdc-list {
    width: 960px
}

.pdc-list li {
    float: left;
    margin-right: 35px;
    margin-bottom: 35px;
    padding: 10px;
    border: 1px solid #ccc
}

.pdc-list li img {
    display: block;
    width: 255px;
    height: 200px
}

.pdc-list li span {
    display: block;
    margin-top: 5px;
    color: #666;
    text-align: center;
    font-weight: 700;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.pdc-list li:hover span {
    color: #2a6edc
}

.wrap {
    position: relative;
    margin: 0 auto;
    width: 1200px
}

.art_content img {
    max-width: 100%
}

.art_content {
    color: #333;
    font-size: 15px;
    line-height: 30px
}
.p_content{
    /*width:50%;*/
}
.p_content table {
    width: 100%!important
}

.info-pro ul li {
    margin-bottom: 30px;
    background: #fff
}

.info-pro ul li a {
    display: block
}

.info-pro ul li a:after {
    clear: both;
    display: block;
    content: ''
}

.pro_text {
    float: left;
    padding: 35px 20px 20px 70px;
    width: 50%
}

.pro_text h4 {
    color: #323232;
    font-size: 35px
}

.pro_text p {
    margin-top: 20px;
    color: #7e7e7e
}

.pro_pic {
    float: left;
    width: 50%;
    height: 600px;
    position: relative;
}

.pro_pic img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*.info-pro ul li:nth-child(even) a .pro_text {*/    /*float: right*//*}*/
.info-width {
   float: left;
   padding: 10px;
   width: 50%;
   height: 347px
}

.info-width a img {
    width: 100%;
    max-width: 100%
}

.slo_text {
    background: #dad9d9;
    color: #000;
    text-align: center;
    line-height: 50px
}

.info-loca h3 {
    margin-left: 10px;
}

.bannerstyle {
    margin-top: 60px;
    height: 553px
}

/*#probanner {*/
    /*visibility: visible;*/
    /*background: url(../images/cpbg.png) no-repeat center;*/
    /*background-size: cover*/
/*}*/

/*#combanner {*/
    /*visibility: visible;*/
    /*background: url(../images/gsbg.jpg) no-repeat center;*/
    /*background-size: cover*/
/*}*/

/*#conbanner {*/
    /*visibility: visible;*/
    /*background: url(../images/lxbg.jpg) no-repeat center;*/
    /*background-size: cover*/
/*}*/

/*#slobanner {*/
    /*visibility: visible;*/
    /*background: url(../images/spbg.jpg) no-repeat center;*/
    /*background-size: cover*/
/*}*/

/*#newbanner {*/
    /*visibility: visible;*/
    /*background: url(../images/xwbg.jpg) no-repeat center;*/
    /*background-size: cover*/
/*}*/

/*#cusbanner {*/
    /*visibility: visible;*/
    /*background: url(../images/banner2.jpg) no-repeat center;*/
    /*background-size: cover*/
/*}*/

/*#casebanner {*/
    /*visibility: visible;*/
    /*background: url(../images/banner2.jpg) no-repeat center;*/
    /*background-size: cover*/
/*}*/

/*#mesbanner {*/
    /*visibility: visible;*/
    /*background: url(../images/banner2.jpg) no-repeat center;*/
    /*background-size: cover*/
/*}*/

/*#metbanner {*/
    /*visibility: visible;*/
    /*background: url(../images/banner2.jpg) no-repeat center;*/
    /*background-size: cover*/
/*}*/
/*#contactusbanner {*/
    /*visibility: visible;*/
    /*background: url(../images/banner2.jpg) no-repeat center;*/
    /*background-size: cover*/
/*}*/
/*#comintrobanner {*/
    /*visibility: visible;*/
    /*background: url(../images/banner2.jpg) no-repeat center;*/
    /*background-size: cover*/
/*}*/
/*#meterbanner {*/
    /*visibility: visible;*/
    /*background: url(../images/yybg.jpg) no-repeat center;*/
    /*background-size: cover*/
/*}*/


.info-right {
    width: 1200px;
    margin: 0 auto;
}

.pro_show {
    position: relative;
}

.show_prolist {
    display: none;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #2a6edc;
    position: absolute;
    top: 100%;
    left: 0px;
}

.show_prolist ul li a {
    font-size: 16px;
    color: #000000;
    display: block;
    text-align: center;
}

/*友情链接样式*/

.link ul:after{
    display:block;
    content: '';
    clear: both;
}
.link ul{
    width: 60%;
    margin:15px auto;
    /*background: url("../images/link.png") no-repeat top center;*/
}
.link ul li{
    float:left;
    width:20%;
    text-align: center;
}
.link ul li a{
    color: #6f6f6f;
}
.link ul li a:hover{
    color: #2a6edc;
}

@media(max-width:1200px) {
    .wrap {
        width: 100%
    }
    #info{
        padding:0;
    }
    .info-loca{
        margin-bottom: 0;
    }
    .info-loca .loca {
        margin-right: 15px
    }
    .info-loca h3{
        line-height: normal;
        margin-top:0;
    }

    .pro_text {
        width: 50%
    }

    .pro_text {
        padding: 25px 20px 20px 33px
    }

    .pro_text h4 {
        font-size: 28px
    }

    .slo_text {
        line-height: 30px
    }

    .info-pro ul li {
        margin-bottom: 7px
    }

    .bannerstyle {
        height: 335px!important
    }

    .company_pic>img {
        max-width: 100%;
        margin-top: 26px;
    }

    .meter ul li {
        width: 48%;
        height: 300px;
        float: left;
        margin-bottom: 20px;
    }

    .info-right {
        width: 100% !important;
        margin: 0 auto;
        padding: 20px !important;
    }
    .content_p table {
        width:100%;
    }
    .swiper-container {
        padding-top: 97px
    }
}

@media(max-width:768px) {
    .wrap {
        width: 100%
    }
    .swiper-container {
        padding-top: 77px
    }
    #info {
        padding: 13px 0 0 0
    }

    .info-loca .loca {
        margin-right: 15px;
        float: right;
        width: 24%;
    }
    #allmap{
        height: 323px;
    }

    .info-loca {
        margin-bottom: 6px
    }

    .pro_text {
        width: 100%
    }

    .pro_pic {
        width: 100%;
        text-align: center
    }

    .pro_text {
        padding: 25px 20px 20px 33px
    }

    .pro_text h4 {
        font-size: 22px
    }

    .slo_text {
        line-height: 30px
    }

    .info-pro ul li {
        margin-bottom: 7px
    }

    .info-width {
        width: 100%;
        height: 210px;
    }

    .bannerstyle {
        height: 162px!important
    }

    .company_pic>img {
        max-width: 100%;
        margin-top: 10px;
    }

    .newpro li {
        width: 48% !important;
    }

    .newpro_pic p {
        font-size: 12px !important;
    }

    .newpro_pic {
        height: 160px;
    }

    .meter ul li {
        width:100%;
        height: 200px !important;
    }
    .p_content {
        padding: 0px;
        width: 100%;
    }
    .p_content img{
        width: 100%;
    }
    .info-loca .loca {
        float: left;
        margin-bottom: 15px;
        width: 100%;
    }

    .meter_use div:first-child {
        width: 70%;
    }

    .meter_use div:last-child {
        width: 30%;
    }

    .meter_use div:last-child img {
        top: 67%;
    }
    .f-top{
        margin-left: 5px;
    }
    .link ul li{
        width:33%;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .wrap {
        width: 100%
    }

    .info-loca .loca {
        margin-right: 15px
    }
    .meter ul li {
        width:48%;
    }
    .pro_text {
        width: 50%
    }

    .pro_text {
        padding: 25px 20px 20px 33px
    }

    .pro_text h4 {
        font-size: 28px
    }

    .slo_text {
        line-height: 30px
    }

    .info-pro ul li {
        width: 50%;
        margin-bottom: 7px
    }

    .bannerstyle {
        height: 300px!important
    }

    .newpro li {
        width: 32% !important;
    }

    .newpro_pic {
        height: 240px;
    }
    .link ul li{
        width:25%;
    }
}

@media(max-width:768px) {
    .news ul li:nth-child(3){
        display:none;
    }
    .news ul li:nth-child(4){
        display:none;
    }
    .footer_bottom{font-size: 12px}
    .new_right li a h2 {
        font-size: 9px;
    }
    .link ul{
        width: 100%;
        padding:0 12px;
    }
    .link ul li{
        /*width:33%;*/
    }

}


/*新闻页样式*/
.news_style{ position: relative;}
.news_style div:first-child{float:none;   width:100%;}

.news_style div:nth-child(2){float:none;}
.news_style div:nth-child(2){
    position: absolute;
    left: 0;
    bottom:0;
    background: rgba(0, 0, 0, 0.6);
    width:100%;
    height: 28%;
}
.news_style div:nth-child(2) h2{    color:#ffffff;}
.news_style div:nth-child(2) span{   color: #ababab;}

