﻿body {
    font-family: Microsoft Yahei;
    overflow-x: hidden;
    color: #666;
    background: #f4f4f4;
    position: relative
}

ul, ol, li {
    list-style: none
}

a {
    color: #333
}

a:hover {
    text-decoration: none;
    outline: none
}

a:visited, a:active {
    outline: none
}

div:focus {
    outline: none
}

.blank5, .blank10, .blank15, .blank20, .blank30, .blank50, .blank60 {
    clear: both;
    height: 5px;
    overflow: hidden
}

.blank10 {
    height: 10px
}

.blank15 {
    height: 15px
}

.blank20 {
    height: 20px
}

.blank30 {
    height: 30px
}

.blank50 {
    height: 50px
}

.blank60 {
    height: 60px
}

.color-orange {
    color: #fe6604
}

@media(min-width:768px) {
    .navbar-brand {
        padding: 10px 15px
    }
    .navbar-default.active .navbar-brand img, .navbar-default.active a.navbar-brand img {
        max-height: 40px
    }
}

.section1 {
    margin-bottom: -70px;
    background: #fff
}

.s1 {
    position: relative;
    top: -70px;
    z-index: 9;
    padding: 20px;
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .3)
}

.s1-item {
    text-align: center;
    margin: 10px 0
}

.s1-item h2 {
    color: #333;
    position: relative
}

.s1-item h2 span {
    font-size: 50px;
    font-weight: 700;
    color: #555
}

.s1-item h2 em {
    font-size: 14px;
    font-style: normal;
    vertical-align: top
}

.s1-item p {
    font-size: 16px;
    color: #999
}

.section1 .row [class*=col-]+[class*=col-] .s1-item {
    border-left: 1px solid #ccc
}

.section2 {
    padding: 60px 0;
    background: #fff
}

.s2 {
    position: relative
}

.s2-text {
    padding-right: 350px
}

.s2-text1 {
    background: #0182c6;
    padding: 80px 160px 80px 40px
}

.s2-text h4 {
    color: #fff;
    font-size: 56px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.s2-text h4 a {
    color: #fff;
    transition: all 0ms ease-in-out 0s
}

.s2-text span {
    color: #fff;
    display: block;
    margin-bottom: 40px;
    font-size: 20px;
    opacity: .6
}

.s2-text p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    overflow: hidden
}

.s2-img {
    position: absolute;
    right: 0;
    top: 50%;
    width: 466px;
    height: 262px;
    margin-top: -131px
}

@media screen and (min-width:992px) {
    .s2-img:after {
        content: "";
        display: block;
        height: 5px;
        width: 100px;
        background: #0182c6;
        position: absolute;
        right: -10px;
        bottom: -10px
    }
    .s2-img::before {
        content: "";
        display: block;
        height: 100px;
        width: 5px;
        background: #0182c6;
        position: absolute;
        right: -10px;
        bottom: -10px
    }
}

@media screen and (min-width:0) and (max-width:991px) {
    .s2-img {
        position: static;
        margin-top: 0;
        width: 100%;
        height: auto
    }
    .s2-img img {
        width: 100%;
        height: auto
    }
    .s2-text {
        margin: 0;
        padding: 0
    }
    .s2-text1 {
        padding: 40px
    }
    .s2-text h4 {
        font-size: 40px
    }
}

.section3 {
    padding: 60px 0 20px;
    background: #f4f4f4
}

.title10 {
    margin-bottom: 15px
}

.title10:after {
    content: "";
    display: table;
    clear: both
}

.title10 ul {
    padding: 0;
    margin: 10px 0 0;
    float: right
}

.title10 ul li {
    display: inline-block;
    font-size: 16px
}

.title10 ul li a {
    display: inline-block;
    padding: 8px 20px;
    color: #666
}

.title10 ul li a:hover, .title10 ul li a.on {
    background: #0071b9;
    color: #fff
}

.title10 h4 {
    font-size: 30px;
    color: #333
}

.title10 h4 a {
color: #0071b9;
    font-weight: bold;
}

.title10 p {
    font-size: 16px;
    color: #999
}

@media screen and (min-width:0) and (max-width:767px) {
    .title10 ul {
        display: none
    }
}

.s3-item {
    margin: 20px 0;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .1)
}

.s3-img {
    display: block;
    overflow: hidden;
    position: relative
}

.s3-img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: .6s
}

.s3-item:hover .s3-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.s3-img:after {
    content: "";
    display: block;
    height: 54px;
    width: 54px;
    background: url(../images/s3-item-ico.jpg) left top no-repeat;
    position: absolute;
    left: 0;
    top: 0
}

.s3-text {
    border-top: 1px solid #eee;
    background: #fff;
    padding: 15px 20px;
    text-align: center
}

.s3-text h4 {
    font-size: 22px;
    font-weight: 400;
    color: #444;
    margin-bottom: 5px
}

.s3-text h4 a {
    color: #444;
    text-decoration: none
}

.s3-text p {
    color: #999;
    font-size: 14px;
    margin-bottom: 0
}

.s3-text p a {
    color: #999
}

.s3-item:hover {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .5)
}

.s3-item:hover .s3-text {
    background: #0171b9
}

.s3-item:hover .s3-text, .s3-item:hover .s3-text h4, .s3-item:hover .s3-text h4 a, .s3-item:hover .s3-text p a, .s3-item:hover .s3-text p {
    text-decoration: none;
    color: #fff
}

.section4 {
    padding: 20px 0 40px;
    background: #f4f4f4
}

.s4 {
    position: relative
}

.swiper4-button-prev, .swiper4-button-next {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    height: 40px;
    width: 40px;
    outline: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 11;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #fff
}

.swiper4-button-prev {
    left: 0;
    background: rgba(0, 0, 0, .3)
}

.swiper4-button-next {
    right: 0;
    background: rgba(0, 0, 0, .3)
}

.swiper4-button-prev:before {
    content: "\f104"
}

.swiper4-button-next:before {
    content: "\f105"
}

.swiper4-button-prev:hover {
    background: rgba(0, 0, 0, .7)
}

.swiper4-button-next:hover {
    background: rgba(0, 0, 0, .7)
}

.s4-item {
    margin: 20px 0
}

.s4-img {
    display: block;
    overflow: hidden;
    background: #fff
}

.s4-img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: .6s
}

.s4-item:hover .s4-img img {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95)
}

.s4-text {
    background: #fff;
    padding: 20px;
    text-align: center
}

.s4-text h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 28px;
    color: #333
}

.s4-text h4 a {
    color: #333
}

.s4-text p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #666;
    margin: 20px 0
}

.s4-text a.more {
    display: inline-block;
    padding: 2px 60px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #666;
    border-radius: 60px;
    margin-bottom: 10px
}

.s4-item:hover .s4-text a.more {
    background: #0071b9;
    color: #fff;
    border-color: #0071b9
}

.section5 {
    padding: 80px 0;
    background: #fff url(../images/s5-bg.jpg);
    background-size: cover
}

.s5 {
    max-width: 820px;
    margin: 0 auto
}

.s5:after {
    content: "";
    display: table;
    clear: both
}

.s5-img {
    float: right;
    width: 243px;
    height: 262px;
    overflow: hidden
}

.s5-img img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.s5-text {
    overflow: hidden;
    height: 262px;
    overflow: hidden;
    background: #0071b9;
    padding: 30px 20px;
    text-align: center
}

.s5-text h4 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.s5-text h4 a {
    color: #fff
}

.s5-text h4:after {
    content: "";
    margin: 35px 0;
    height: 22px;
    display: block;
    background: url(../images/s5-line.png) center center no-repeat
}

.s5-text p {
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    opacity: .9;
    line-height: 24px;
    height: 48px;
    overflow: hidden
}

@media screen and (min-width:0) and (max-width:767px) {
    .s5-img {
        float: none;
        margin: 0 auto;
        width: 100%
    }
}

.section6 {
    padding: 60px 0 0 0;
    background: #fdfdfd
}

.s6-l {
    margin: 20px 0;
    background: #f4f4f4;
    padding: 30px
}

.s6-l span {
    color: #727272;
    font-size: 18px;
    margin-bottom: 15px
}

.s6-l h4 {
    margin-bottom: 10px;
    color: #444;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.s6-l-img {
    display: block;
    overflow: hidden
}

.s6-l-img img {
    width: 100%;
    padding: 25px;
    margin: 0 auto;
    transition: .6s
}

.s6-l-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.s6-l a.more {
    background: #0071b9 url(../images/s3-item-ico.jpg) center center no-repeat;
    display: block;
    height: 32px;
    width: 120px;
    margin-top: 25px
}

.s6-r {
    margin: 20px 0
}

.s6-item {
    padding: 25px 20px;
    border-top: 1px solid #ccc;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
}

.s6-item:hover {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .3)
}

.s6-item h4 {
    font-size: 18px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.s6-item h4 a {
    color: #666;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.s6-item:hover h4 {
    color: #0071b9
}

.s6-item:hover h4 a {
    color: #0071b9
}

.s6-item p {
    padding-top: 10px;
    line-height: 24px;
    height: 60px;
    overflow: hidden;
    color: #727272;
    margin-bottom: 0;
}

.s6-item h4 small {
    font-size: 18px;
    color: #999;
    float: right;
    margin-left: 20px
}

.s6-item p a.more {
    display: block;
    float: right;
    height: 16px;
    width: 35px;
    background: url(../images/s6-more.png) center center no-repeat;
    margin: 18px 0 0 50px
}

.section7 {
    padding: 80px 0 0;
    height: 650px;
    text-align: center;
    background: #fff url(../images/s7-bg.jpg) center center no-repeat;
    background-size: cover
}

.section7 h4 {
    font-size: 48px;
    margin-bottom: 15px
}

.section7 .s7-span {
    color: #999;
    display: block;
    margin: 10px 0 40px;
    font-size: 18px
}

.section7 p {
    color: #666;
    font-size: 16px;
    max-width: 980px;
    margin: 0 auto
}

.section8 {
    padding: 100px 0;
    background: #fff
}

.s8 {
    position: relative
}

.swiper8-button-prev, .swiper8-button-next {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 11;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #fff
}

.swiper8-button-prev {
    left: 0;
    background: rgba(0, 0, 0, .3)
}

.swiper8-button-next {
    right: 0;
    background: rgba(0, 0, 0, .3)
}

.swiper8-button-prev:before {
    content: "\f104"
}

.swiper8-button-next:before {
    content: "\f105"
}

.swiper8-button-prev:hover {
    background: rgba(0, 0, 0, .7)
}

.swiper8-button-next:hover {
    background: rgba(0, 0, 0, .7)
}

@media screen and (min-width:1300px) {
    .swiper8-button-prev {
        left: -50px
    }
    .swiper8-button-next {
        right: -50px
    }
}

@media screen and (min-width:1092px) and (max-width:1199px) {
    .swiper8-button-prev {
        left: -50px
    }
    .swiper8-button-next {
        right: -50px
    }
}

@media screen and (min-width:868px) and (max-width:991px) {
    .swiper8-button-prev {
        left: -50px
    }
    .swiper8-button-next {
        right: -50px
    }
}

.s8-item {
    border: 1px solid #ccc;
    margin: 10px 5px;
    position: relative;
    top: 0;
    transition: all 300ms ease-in-out 0s
}

.s8-item:hover {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .3);
    top: -5px
}

.s8-item img {
    width: 100%;
    height: auto
}

/*友情链接*/
.links {
    width: 1150px;
    margin: 0px auto 0 auto;
    min-height: 55px;
}

.links h3 {
    font-size: 20px;
    font-weight: bold;
    color: #0653be;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    float: left;
}

.links .yq {

    float: right;
    width: 1000px;
    overflow: hidden;
}

.links .yq a {
    font-size: 14px;
    color: #666;
    margin: 0 10px;
}
.foot {
    padding: 40px 0 20px;
    background: #2c2c2c;
    color: #fff
}

.foot a {
    color: #fff
}

.foot-title {
    /* margin-bottom: 30px */
}

.foot-title h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px
}

.foot-title h4 a {
    color: #fff
}

.foot-title p {
    color: #999;
    font-size: 16px
}

.foot-text {
    overflow: hidden
}

.foot1 {}

.foot1 h4 {
    color: #ccc;
    font-size: 18px;
    margin-bottom: 30px
}

.fenxiang {}

.fenxiang a {
    display: block;
    height: 40px;
    width: 40px;
    border: 1px solid #666;
    text-align: center;
    line-height: 38px;
    color: #ccc;
    float: left;
    margin-right: 5px;
    cursor: pointer
}

.fenxiang a:hover {
    background: #ccc;
    color: #333
}

.foot2 {
    /* padding-top: 55px */
}

.foot2 ul {
    padding: 0;
    margin: 0
}

.foot2 ul li {
    color: #ccc;
    font-size: 16px
}

.foot3 {
    /* padding-top: 55px */
}

.foot3 ul {
    padding: 0;
    margin: 0
}

.foot3 ul li {
    color: #ccc;
    font-size: 16px
}

/*网站地图*/
.map_item{
   margin-bottom: 10px;
}
.map_item ul{
    display: flex;
    flex-wrap: wrap;
}
.map_item ul li{
    padding: 10px;
    width: unset !important;
    margin: 0 !important;
}
.map_item ul li a{
    height: unset !important;
    width: unset !important;
}
.map_itemp ul li:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

#outer-w {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999
}

#outer {
    height: 100%;
    position: relative;
    width: 100%
}

#outer[id] {
    display: table;
    position: static
}

#middle {
    position: absolute;
    top: 50%
}

#middle[id] {
    display: table-cell;
    vertical-align: middle;
    position: static
}

#inner {
    position: relative;
    top: -50%;
    width: 300px;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center
}

*+html #outer[id] {
    position: relative
}

*+html #middle[id] {
    position: absolute
}

#bg-black {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6)
}

.inner {
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#close {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background: #fff url(../images/del_on.gif) left top no-repeat;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

#close:hover {
    background: #ddd url(../images/del_hover.gif) -1px -1px no-repeat
}

.copyright {
    background: #2c2c2c;
    padding: 15px 0;
    color: #ccc;
    border-top: 1px solid #666;
    text-align: center;
}

.copyright p {
    margin-bottom: 0
}

.copyright a {
    color: #fff;
}

/* .copyright img {
    width: 18px;
    height: 18px
} */

.bg-f4 {
    background: #f4f4f4
}

.title20 {
    /* height: 48px; */
    line-height: 48px;
    margin: 30px 15px;
    background: #e2e2e2
}

.mianbao {
    float: right;
    color: #333;
    padding: 0 15px
}

.mianbao a {
    color: #333;
    margin: 0 5px
}

.mianbao a:hover {
    color: #0071b9
}

.title20 p {
    padding: 0;
    margin: 0
}

.title20 p a {
    display: inline-block;
    line-height: 48px;
    padding: 0 20px;
    font-size: 18px;
    color: #666
}

.title20 p a.on {
    background: #0b6eae;
    color: #fff
}

.title20 p a:hover, .title20 p a.on2 {
    color: #0b6eae
}

.visual-contact p {
    float: left;
    width: 45%
}
.bottbmmenu a {
    margin-right: 64px;
}
@media (max-width:768px){
    .foot {
        display: none;
    }
    .copyright {
        display: none;
    }
    .top-fl-fr{
        display: none;
    }
    .topmenu{
        margin-top: 45px;
    }
}

.foot-nav-mob{
    display: none;
    background: #fcaf15;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}
.foot-nav-mob ul {
    display: flex;
    justify-content: space-around;
    margin-left: -30px;
}
.foot-nav-mob ul li {
    /* height: 50px; */
    font-size: 14px;
    padding: 5px 0;
}
.foot-nav-mob ul li {
    /* height: 50px; */
    font-size: 14px;
    padding: 5px 0;
}
.foot-nav-mob ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color:#fff;
}
.foot-nav-mob ul li a i {
    font-size: 29px;
}
.foot-nav-mob ul li{
    margin-bottom:0;
}
.foot-nav-mob ul li:before{
    content:'';
    color: #b3b3b3;
    font-size: 0;
    line-height: 0;
    padding-right: 0;
}
@media (max-width:768px){
  .foot-nav-mob{
    display: block;
  }
  .pro_des{
      display: none;
  }
}
.xcx{
	width: 100%;
    background: url(../images/xcx_bj.jpg) no-repeat;

    height: 617px;
    position: relative;
}
.zx_box{
	width: 181px;
    height: 231px;
    background: url(../images/sm_bj.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -90px;
}

.zx{
	width: 100%;
	color: #fff;
	text-align: center;
    position: absolute;
    top: 70%;
}
.zx p {
	font-family: "苹方";
	letter-spacing: 1px;
}

.ewm_xcx {
    width: 100%;
    padding: 25px 31px;
    position: absolute;
    top: 45%;
    display: flex;
    justify-content: space-around;
}
.ewm_xcx div {
    width: 50%;
    text-align: center;
}
.ewm_xcx p{
	height: 12px;
	line-height: 12px;
	color: #666666;
}
.ewm_l img{
	width: 131px;

	margin-bottom: 13px;
}
.ewm_r img{
	width: 127px;
	margin-bottom: 18px;
}
