body{

    background: #f9f9f9;

}

ul#pager {

    display: table;

    margin: 0 auto;

}

body.index{

    /*background: #fff;*/

}

img{

    vertical-align: top;

}

.container{

    width: 1200px;

    margin: 0 auto;

}

.header {

    position: relative;

    z-index: 99;

}

.color1{

    color: #f81423;

}

.header{

    box-shadow: 0 2px 2px #f7f7fa;

}

.header .header-bottom{

    height: 60px;

    background: #fff;

}



.header .header-bottom .logo {

    margin: 10px 100px 0 0;

}



.header .header-bottom .nav li {

    float: left;

    line-height: 60px;

    height: 60px;

    font-size: 16px;

    position: relative;

}



.header .header-bottom .nav li a {

    display: block;

    padding: 0 25px;

}



.header .header-bottom .nav li:hover:after,

.header .header-bottom .nav li.curre:after {

    display: block;

    content: '';

    height: 4px;

    width: 32px;

    background: #004498;

    position: absolute;

    left: 50%;

    margin-left: -16px;

    bottom: 10px;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}

.header .header-bottom .nav li .subul{

    position: absolute;

    width: 210%;

    top: 60px;

    left: 50%;

    margin-left: -75%;

    background: #fff;

    display: none;

    padding: 10px 0;

}

.header .header-bottom .nav li .subul li{

    height: auto;

    line-height: 24px;

    border: none;

    font-size: 15px;

    text-align: center;

    float: none;

    padding: 6px 0;

}

.header .header-bottom .nav li .subul li:after{

    display: none;

}

.header .header-bottom .nav li:hover .subul{

    display: block;

}

.header .header-bottom .nav li .subul li:hover a{

    color: #004498;

}



.header .header-bottom .tel{

    font-size: 22px;

    font-weight: bold;

    margin: 15px 0 0;
	color:#004498;

}

.banner .swiper-slide img{

    width: 100%;

    /*height: 550px;*/

}

.banner .swiper-pagination{

    bottom: 22px;

}

.banner .swiper-pagination .swiper-pagination-bullet {

    background: #fff;

    opacity: 1;

    width: 14px;

    height: 14px;

    margin: 0 13px;

}

.banner .swiper-pagination .swiper-pagination-bullet-active{

    background: #011ab4;

}



.ul3 {

    position: relative;

}

.ul3 li{

    width: 430px;

    height: 133px;

}

.ul3 li a{

    display: block;

    padding: 30px 40px;

    height: 100%;

}

.ul3 li a h2{

    font-size: 18px;

    color: #444;

    margin: 0 0 8px 0;

}

.ul3 li a .desc{

    font-size: 14px;

    color: #888;

    height: 48px;

    overflow: hidden;

    line-height: 24px;

}

.ul3 li a .imgbox{

    overflow: hidden;

    position: absolute;

    top: 0;

    left: 430px;

    width: 770px;

    height: 399px;

    opacity: 0;

}

.ul3 li.on,

.ul3 li:hover{

    position: relative;

    z-index: 1;

}

.ul3 li:hover .imgbox,

.ul3 li.on .imgbox{

    opacity: 1;

}

.ul3 li:nth-child(2):hover .imgbox,

.ul3 li:nth-child(2).on .imgbox{

    top: -133px;

}

.ul3 li:nth-child(3):hover .imgbox,

.ul3 li:nth-child(3).on .imgbox{

    top: -266px;

}

.ul3 li:hover a,

.ul3 li.on a{

    background: #004498;

    transition: all 0.4s;

}

.ul3 li:hover a .desc,

.ul3 li.on a .desc,

.ul3 li:hover a h2,

.ul3 li.on a h2{

    color: #fff;

    transition: all 0.4s;

}

@media only screen and (max-width: 768px) {



    .ul3box ul::-webkit-scrollbar{

        display: none;

    }

    .ul3box{

        overflow-x: auto;

        margin: 1rem 0 0;

        padding: 0 0 0 1rem;

    }

    .ul3 {

        white-space: nowrap;

        overflow-x: auto;

    }

    .ul3 li {

        width: 16rem;

        height: 12rem;

        display: inline-block;

        vertical-align: top;

        margin: 0 0.6rem 0 0 ;

    }

    .ul3 li a{

        padding: 0;

        position: relative;

        background: #004498;

    }

    .ul3 li a .imgbox{

        width: 100%;

        top: 0;

        left: 0;

        height: 10rem;

        opacity: 1;

    }

    .ul3 li a .desc{

        display: none;

    }

    .ul3 li a h2{

        position: absolute;

        bottom: 0;

        width: 100%;

        left: 0;

        z-index: 1;

        padding: 0.5rem 1rem;

        height: 2rem;

        line-height: 1rem;

        margin: 0;

        color: #fff;

        font-size: 0.8rem;

    }

}





.ul1{

    margin: 25px 0 0;

}

.ul1 li{

    width: 295px;

    margin: 0 0 2px 30px;

    float: left;

}

.ul1 li a .imgbox{

    width: 100%;

    height: 184px;

}

.ul1 li a h2{

    font-size: 18px;

    font-weight: bold;

    height: 50px;

    line-height: 50px;

    padding: 0 10px;

}

.ul1 li:nth-child(1){

    width: calc(100% - 650px);

    height: 540px;

    margin: 0 0 10px 0;

    border: solid 1px #dce7ee;

}

.ul1 li:nth-child(1) .imgbox{

    height: 360px;

}

.ul1 li .bottombox .itembox{

    float: left;

    width: 33.333333%;

    text-align: center;

    padding: 40px 0 0;

}



.ul1 li .bottombox .itembox h2{

    color: #000;

    font-weight: bold;

    font-size: 30px;

}

.ul1 li .bottombox .itembox p{

    color: #7b8793;

}



.pubtitle {

    margin: 60px 0 50px;

    text-align: center;

}

.pubtitle h2{

    font-size: 30px;

    font-weight: bold;

    color: #000;

}

.pubtitle .descbox{

    margin: 18px 0 0;

    font-size: 16px;

}



.banner1{

    margin: 30px 0 0;

    position: relative;

}

.banner1 .swiper-slide{

    padding: 30px 0;

}

.banner1 .swiper-slide a{

    display: block;

    width: 100%;

    height: 100%;

    box-shadow: 0 0 30px rgba(0,0,0,0.05);

}

.banner1 .swiper-slide .imgbox{

    height: 228px;

    overflow: hidden;

}

.banner1 .swiper-slide .txtbox{

    padding: 25px 20px 0;

    background: #fff;

    height: 120px;

}

.banner1 .swiper-slide .txtbox h4{

    font-size: 18px;

    margin: 0 0 8px 0;

    font-weight: bold;

}

.banner1 .swiper-slide .txtbox .descbox{

    color: #a5a5a5;

    line-height: 18px;

    overflow: hidden;

    color: #989898;

    height: 36px;

    font-size: 12px;

}

.banner1 .swiper-button-next,

.banner1 .swiper-button-prev{

    width: 32px;

    height: 66px;

    background-color: rgba(0,0,0,0.5);

    background-size: 26px 26px;

    border-radius: 4px;

}

.banner1 .swiper-button-prev{

    left: -70px;

}

.banner1 .swiper-button-next{

    right: -70px;

}

.banner1 .swiper-slide:hover a{

    box-shadow: 0 0 30px rgba(0,0,0,0.1);

    transition: all 0.4s;

}

.banner1 .swiper-slide:hover .imgbox img{

    transition: all 0.4s;

    transform: scale(1.1);

}



.more{

    width: 156px;

    height: 44px;

    text-align: center;

    border-radius: 22px;

    font-size: 18px;

    font-weight: bold;

    margin: 22px auto 0;

    display: block;

    line-height: 44px;

    color: #fff;

    background: linear-gradient(180deg, #3899FC 0%, #004498 100%);

    box-shadow: 0px 8px 24px -4px rgba(26, 122, 248, 0.3);

}

.more:hover{

    color: #fff;

}





.ul4 li{

    float: left;

    padding: 0 10px;

    margin: 0 0 20px 0;

    width: 25%;

}

.ul4 li a{

    display: block;

    height: 100%;

    position: relative;

}

.ul4 li a .imgbox{

    height: 100%;

    border-radius: 20px;

    overflow: hidden;

}

.ul4 li a span{

    position: absolute;

    top: 50%;

    left: 50%;

    margin: -50px 0 0 -50px;

    width: 100px;

    height: 100px;

    border-radius: 50px;

    font-size: 18px;

    display: block;

    border: 4px solid rgba(255, 255, 255, 0.4);

    color: #FFFFFF;

    text-align: center;

    line-height: 92px;

    z-index: 1;

}

.ul4 li:hover a .imgbox{

    transform: scale(1.1);

    transition: all .8s ease;

}

.ul4 li:hover a span {

    background: linear-gradient(-30deg, #9b1aff 0%, #4a2bff 100%);

    opacity: 0.8;

    border: none;

    line-height: 100px;

    transition: all .8s ease;

}



@media only screen and (max-width: 768px) {



    .ul4box ul::-webkit-scrollbar{

        display: none;

    }

    .ul4box{

        overflow-x: auto;

        margin: 1rem 0 0;

        padding: 0 0 0 1rem;

    }

    .ul4 {

        white-space: nowrap;

        overflow-x: auto;

    }

    .ul4 li {

        width: 16rem;

        height: 12rem;

        display: inline-block;

        vertical-align: top;

        float: none;

        margin: 0;

        padding: 0 0.6rem 0 0;

    }

    .ul4 li a{

        padding: 0;

        position: relative;

    }

    .ul4 li a .imgbox{

        width: 100%;

        top: 0;

        left: 0;

        height: 100%;

        opacity: 1;

    }

    .ul4 li:hover a .imgbox{

        transform: scale(1);

    }

}



.section1{

    padding: 20px 0 100px;

}

.section2{

    background: #f6f9ff;

    padding: 2px 0 80px;

}

.section3{

    padding: 20px 0 100px;

}

.section4{

    background: #f6f9ff;

    padding: 20px 0 100px;

}



.section5{

    background: url('../images/bg1.jpg') center top no-repeat;

    height: 215px;

    padding: 65px 0 0;

}

.section5 h2,

.section5 p{

    padding: 0 65px;

    color: #fff;

}

.section5 h2{

    font-size: 36px;

    margin: 0 0 15px 0;

    font-weight: bold;

}

.section5 p{

    font-size: 26px;

}

.section6 {

    padding: 90px 0 45px;

    background: #f5f9ff;

}



@media only screen and (max-width: 768px) {

    .section1,

    .section2,

    .section3,

    .section4,

    .section6{

        padding: 2rem 0 2rem;

    }

    .section5{

        height: 13.5rem;

        padding: 2.6rem 0;

    }

    .section5 h2, .section5 p{

        padding: 0 3rem;

    }

    .section5 h2{

        margin: 1rem 0;

        font-size: 1.6rem;

    }

    .section5 p{

        font-size: 1.2rem;

        line-height: 1.6;

    }

}



.newlist {

    margin: 0 -40px;

}

.newlist ul{

    width: 50%;

    float: left;

    padding: 0 40px;

}

.newlist ul li a{

    display: block;

    line-height: 36px;

}

.newlist ul li a:after{

    content: '';

    display: block;

    clear: both;

    height: 0;

    visibility: hidden;

    font-size: 0;

}

.newlist ul li a p,

.newlist ul li a span{

    display: block;

    float: left;

}

.newlist ul li a p {

    width: 80%;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.newlist ul li a span{

    width: 20%;

    text-align: right;

}

.newlist ul li:nth-child(1){

    margin: 0 0 20px 0;

}

.newlist ul li:nth-child(1) a .imgbox,

.newlist ul li:nth-child(1) a .txtbox{

    float: left;

}

.newlist ul li:nth-child(1) a .imgbox{

    width: 220px;

    height: 130px;

}

.newlist ul li:nth-child(1) a .txtbox{

    width: calc(100% - 220px);

    padding: 0 0 0 25px;

}

.newlist ul li:nth-child(1) a .txtbox h2{

    font-size: 16px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    font-weight: bold;

    margin: 5px 0 15px 0;

}

.newlist ul li:nth-child(1) a .txtbox .desc{

    height: 72px;

    line-height: 24px;

    overflow: hidden;

}



@media only screen and (max-width: 768px) {

    .newlist{

        margin: 1rem 1rem 0;

    }

    .newlist ul{

        width: 100%;

        float: none;

        padding: 0;

        margin: 0 0 1.5rem 0;

    }

    .newlist ul:last-child{

        margin-bottom: 0;

    }

    .newlist ul li a{

        line-height: 2rem;

    }

    .newlist ul li a p{

        width: 72%;

    }

    .newlist ul li a span{

        width: 28%;

    }

    .newlist ul li:nth-child(1){

        margin: 0 0 0.6rem 0;

    }

    .newlist ul li:nth-child(1) a .imgbox{

        width: 8rem;

        height: 5.6rem;

    }

    .newlist ul li:nth-child(1) a .txtbox{

        width: calc(100% - 8rem);

        padding: 0 0 0 1rem;

    }

    .newlist ul li:nth-child(1) a .txtbox h2{

        margin: 0.4rem 0 0.5rem 0;

        font-size: 1rem;

    }

    .newlist ul li:nth-child(1) a .txtbox .desc{

        line-height: 1.6rem;

        height: 3.2rem;

    }

}



.ul2 {

    margin: 0 -20px 80px;

}

.ul2 li{

    width: 50%;

    float: left;

    padding: 40px 20px 0 ;

}

.ul2 li a{

    display: flex;

    width: 100%;

}

.ul2 li a .imgbox{

    width: 230px;

    height: 170px;

}

.ul2 li a .imgbox img{

    width: 100%;

    height: 100%;

}

.ul2 li a .txtbox{

    flex: 1;

    min-width: 0;

    margin: 0 0 0 20px;

}

.ul2 li a .txtbox .topbox{

    border-bottom: solid 2px #eeeeee;

    padding: 15px 0 10px;

}

.ul2 li a .txtbox .topbox h3{

    font-weight: bold;

    font-size: 16px;

}

.ul2 li a .txtbox .topbox p{

    line-height: 20px;

    margin: 8px 0 0;

}

.ul2 li a .txtbox .descbox{

    height: 72px;

    line-height: 24px;

    overflow: hidden;

    color: #666;

    margin: 10px 0 0;

}

.bg2con{

    padding: 20px 0 100px;

}

.pubtitle1{

    font-size: 36px;

    font-weight: bold;

    padding: 0 0 0 35px;

    position: relative;

    height: 38px;

    line-height: 36px;

}

.pubtitle1:before{

    display: block;

    content: '';

    position: absolute;

    height: 38px;

    width: 4px;

    background: #a42f26;

    top: 0;

    left: 0;

}

#slideswiper{

    margin: 54px 0 0;

}

#slideswiper .swiper-button-next,

#slideswiper .swiper-button-prev{

    background-color: #eee;

    background-size: 22px 22px;

    display: none;

}

#slideswiper .swiper-button-prev{

    left: 0

}

#slideswiper .swiper-button-next{

    right: 0

}

.section7{

    background: #fbfcff;

    padding: 55px 0 0;

}

.section7 .container{

    padding: 15px 0 40px;

    border-top: solid 1px #cccccc;

}

.section7 .conleft,

.section7 .conright{

    float: left;

}

.section7 .conleft ul li{

    float: left;

    margin: 0 0 0 30px;

}

.section7 .conleft ul li h3{

    font-size: 14px;

    margin: 0 0 10px 0;

}

.section7 .conleft ul li a{

    display: block;

    font-size: 12px;

    color: #666;

    line-height: 24px;

}

.section7 .conleft ul li{

    max-width: 160px;

    min-width: 100px;

}

.section7 .conright{

    float: right;

    width: 250px;

}

.section7 .conright h3{

    font-size: 16px;

    color: #000;

    font-weight: bold;

}

.section7 .conright h3.nobold{

    font-weight: normal;

}

.section7 .conright .searchbox{

    height: 38px;

    border: solid 1px #cccccc;

    position: relative;

    border-radius: 10px;

    margin: 15px 0 40px;

}

.section7 .conright .searchbox input{

    height: 100%;

    width: 100%;

    padding: 0 60px 0 15px;

}

.section7 .conright .searchbox .searchbtn{

    width: 50px;

    height: 38px;

    background: #004498;

    color: #fff;

    display: block;

    font-size: 16px;

    position: absolute;

    right: 0;

    top: -1px;

    text-align: center;

    line-height: 38px;

    border-top-right-radius: 10px;

    border-bottom-right-radius: 10px;

    top: -1px;

    cursor: pointer;

}

.section7 .conright p{

    font-size: 24px;

    font-weight: bold;

    color: #000;

    margin: 5px 0 0;

}



@media only screen and (max-width: 768px) {

    .section7{

        padding: 2rem 0;

    }

    .section7 .container{

        border-top: none;

    }

    .section7 .conleft, 

    .section7 .conright{

        float: none;

        width: 100%;

    }

    .section7 .conleft ul li{

        max-width: none;

        min-width: 0;

        margin: 0 1rem 0.5rem;

        float: none;

    }

    .section7 .conleft ul li:after{

        content: '';

        display: block;

        clear: both;

        height: 0;

        visibility: hidden;

        font-size: 0;

    }

    .section7 .conleft ul li a{

        float: left;

        margin: 0 10px 10px 0;

    }

    .section7 .conright{

        padding: 0 1rem;

    }

    .section7 .conright h3{

        font-size: 1rem;

    }

    .section7 .conright .searchbox{

        height: 2.4rem;

        border-radius: 0.8rem;

        margin: 1rem 0;

    }

    .section7 .conright .searchbox .searchbtn{

        height: 2.4rem;

        line-height: 2.4rem;

        width: 4rem;

    }

    .section7 .conright p{

        font-size: 1.6rem;

    }

}



.fr_contact{

  width: 70px;

  height: auto;

  background: #004498;

  position: fixed;

  right: 10px;

  bottom: 160px;

  text-align: center;

  z-index: 10000;

  border-radius: 4px;

}



.fr_contact li{

  padding: 20px 10px 0px 10px;

  height: 92px;

  cursor: pointer;

}



.fr_contact li .inner{

  width: 50px;

  height: 72px;

  display: block;

  border-bottom: 1px solid #689cd3;

}



.fr_contact img{

  width: 24px;

  height: 24px;

  display: inline-block;

  margin-bottom: 12px;

}



.fr_contact span{

  width: 100%;

  font-size: 12px;

  font-weight: 500;

  color: #FFFFFF;

  line-height: 12px;

  display: block;

}



@media only screen and (max-width: 768px) {

    .fr_contact{

        width: 50px;

        bottom: 35px;

    }

    .fr_contact li{

        height: 70px;

        padding-top: 12px;

    }

    .fr_contact li .inner{

        width: 100%;

        height: 58px;

    }

    .fr_contact li:last-child .inner{

        border-bottom: none;

    }

    .fr_contact img{

        width: 16px;

        height: 16px;

        margin: 0 0 8px;

    }

}



.contact_content{

  visibility: hidden;

  position: absolute;

  font-size: 16px;

  font-weight: 100;

  color: #fff;

  line-height: 20px;

  text-align: left;

  cursor: default;
  

}



.fr_contact li:hover .contact_content{

  visibility: visible;

}



.contact_content01{

  width: 200px;

  height: 100px;

  top: 0px;

  left: -240px;

  padding-left: 36px;

  padding-top: 30px;
  background-color:#004498;

}



.contact_content02{

  width: 200px;

  height: 80px;

  top: 0px;

  left: -240px;

  padding-left: 36px;

  padding-top: 30px;
  background-color:#004498;

}



.contact_content03{

  width: 160px;

  height: 152px;

  top: 30px;

  left: -150px;

  padding-left: 26px;

  padding-top: 24px;

}



.contact_content03 img{

  width: 100px;

  height: 100px;

}





.footer {

    background: #004498;

    padding: 40px 0 20px;

}



.footopleft,.footopcenter {

    float: left;

}



.footopleft,

.footopright{

    min-height: 140px;

}

.footopleft{

    padding-right: 80px;

}

.footopright{

    padding-left: 15px;

}

.footopleft h2 {

    color: #fff;

    font-size: 16px;

    margin-bottom: 15px;

}



.footopleft h2 span {

    color: #f81423;

    display: block;

    font-size: 24px;

}

.footopleft h2 span:nth-child(1){

    margin: 20px 0 0;

}



.footopleft p {

    color: #fff;

    line-height: 30px;

}



.footopcenter {

    margin-left: 60px;

}



.footopcenter ul {

    margin-bottom: 10px;

}



.footopcenter ul h4 {

    color: #fff;

    font-size: 14px;

}



.footopcenter ul li {

    position: relative;

    float: left;

    line-height: 36px;

    color: #fff;

    margin: 0 20px 0 0 ;

}



.footopright {

    float: right;

}



.footopright ul li {

    float: left;

    margin-left: 30px;

}



.footopright ul li img,

.footopright ul li .txtbox{

    float: left;

}

.footopright ul li .txtbox{

    padding: 0 0 0 40px;

}

.footopright ul li .txtbox p,

.footopright ul li .txtbox h5 {

    color: #fff;

    font-size: 14px;

    line-height: 24px;

}

.footopright ul li .txtbox h5 {

    margin: 10px 0 10px ;

}

.footopright ul li .txtbox p{

    color: #fff;

}



.footbottom {

    color: #868a93;

    height: 40px;

    line-height: 40px;

    margin-top: 40px;

    text-align: center;

    background: #111111;

}



.footbottom p {

    display: inline-block;

}





@media only screen and (max-width: 768px){

    body{

        padding: 3.2rem 0 0!important;

    }

    .container{

        width: 100%;

        min-width: 100%;

    }

    .header .header-top{

        margin: 3.2rem 0 0;

        border: none;

    }

    .header .header-top .topname,

    .header .header-top .topright{

        float: none;

    }

    .header .header-top .topright a,

    .header .header-top .topright p{

        margin: 0;

    }

    .header .header-top .topright a{

        margin: 0 1rem 0 0;

    }

    .header .header-top{

        height: 4rem;

        line-height: 1.5rem;

        padding: 0.5rem 1rem;

    }

    .menu {

        width: 3rem;

        height: 2.6rem;

        border: solid 1px rgba(0,0,0,.1);

        border-radius: 0.3rem;

        position: relative;

        top: 0.3rem;

        text-align: center;

    }

    .menu img {

        margin: 0.5rem 0 0;

        width: 70%;

        position: absolute;

        left: 50%;

        margin-left: -35%;

    }

    .menu span {

        display: none;

        font-size: 2rem;

        line-height: 2.4rem;

        color: #888;

    }

    

    .header .header-bottom .nav{

        display: none;

        position: fixed;

        top: 3.05rem;

        bottom: 0;

        left: 0;

        width: 100%;

        background: #fff;

        height: 100%;

        margin: 0;

        z-index: 999;

        padding: 1rem 1rem 1rem;

        overflow: hidden;

        overflow-y: auto;

        float: none;

    }

    .header .header-bottom .nav span.colse{

        display: block;

        width: 2rem;

        height: 2rem;

        border-radius: 50%;

        border: solid 1px #aaa;

        color: #aaa;

        background: ;

        font-size: 1.6rem;

        text-align: center;

        line-height: 1.8rem;

        z-index: 11111;

        position: relative;

        left: 50%;

        margin-left: -1rem;

    }

    .header .header-bottom .nav li{

        width: 100%;

        float: none;

        margin: 0;

        height: 3rem;

        line-height: 3rem;

    }

    .header .header-bottom .nav li a{

        font-size: 1.2rem;

        line-height: 3rem;

        color: #333;

        text-align: center;

    }

    .header .header-bottom .nav li:hover:after, 

    .header .header-bottom .nav li.curre:after{

        bottom: 0;

        display: none;

    }

    .header .header-bottom .nav li.on a:after, 

    .header .header-bottom .nav li a:hover:after{

        bottom: 0;

        height: 2px;

    }

    .header .header-bottom .nav li:hover{

        height: auto;

    }

    .header .header-bottom .nav li .subul{

        position: relative;

        top: auto;

        left: auto;

        margin: 0;

        width: 100%;

        padding: 0;

    }

    .header .header-bottom .nav li .subul li,

    .header .header-bottom .nav li .subul li a{

        line-height: 2.2rem;

        padding: 0;

        font-size: 1rem;

        color: #666;

    }

    .header .header-bottom{

        padding: 0 0.8rem;

        position: fixed;

        top: 0;

        width: 100%;

        left: 0;

        z-index: 10;

        height: 3.2rem;

        background: #fff;

    }

    .header .header-bottom .logo{

        margin: 0;

    }

    .header .header-bottom .logo img{

        height: 2rem;

        margin: 0.6rem 0 0;

    }

    .header .header-bottom .tel{

        display: none;

    }



    .banner img{

        height: auto;

        width: 100%;

    }

    .banner .swiper-slide img{

        width: 100%;

        height: auto;

        min-height: 7rem;

        left: auto;

        margin: 0;

    }

    .banner .swiper-pagination {

        bottom: 0.3rem;

    }

    .banner .swiper-pagination .swiper-pagination-bullet{

        width: 0.4rem;

        height: 0.4rem;

        margin: 0 0.2rem;

    }

    .ul1{

        margin: 0em 0.5rem;

    }

    .ul1 li{

        width: 50%;

        margin: 0 0 0;

        padding: 0 0.5rem;

    }

    .ul1 li a img{

        height: 8rem;

    }

    .ul1 li:nth-child(1){

        padding: 0 0.5rem;

        margin: 0;

        border: none;

    }

    .ul1 li,

    .ul1 li:nth-child(1){

        height: auto;

    }

    .ul1 li:nth-child(1){

        width: 100%;

    }

    .ul1 li a .imgbox,

    .ul1 li:nth-child(1) .imgbox{

        height: 8rem;

    }

    .ul1 li a h2{

        height: 2.6rem;

        line-height: 2.6rem;

    }

    .ul1 li .bottombox .itembox{

        padding: 1rem 0 1.5rem;

    }

    .ul1 li .bottombox .itembox h2{

        font-size: 1.2rem;

    }

    .pubtitle{

        margin: 0;

        padding: 0 1rem;

    }

    .pubtitle h2,

    .pubtitle1,

    .footopleft h2 span{

        font-size: 1.3rem;

    }

    .banner1 .swiper-slide h4,

    .footopleft h2{

        font-size: 1.2rem;

    }

    .banner1 .swiper-slide .descbox,

    .ul2 li a .txtbox .topbox h3{

        font-size: 1.1rem;

    }

    .header .header-bottom .nav li .subul,

    .ul1 li a h2,

    .footopcenter ul h4{

        font-size: 1rem;

    }

    .footopcenter ul li,

    .pubtitle .descbox h4{

        font-size: 0.8rem;

    }

    

    .pubtitle .descbox{

        margin: 0.5rem 0 0;

        line-height: 1.4rem;

    }

    .pubtitle .descbox h4{

        line-height: 1.4rem;

    }

    .banner1{

        margin: 0;

        padding: 0 1rem;

    }

    .banner1 .swiper-button-next, 

    .banner1 .swiper-button-prev{

        display: none;

    }

    .banner1 .swiper-slide{

        padding: 1rem 0;

    }

    .banner1 .swiper-slide .txtbox h4{

        line-height: 1rem;

        font-size: 1rem;

        padding: 0;

        margin: 0 0 0.5rem 0;

    }

    .banner1 .swiper-slide a{

        box-shadow: none;

    }

    .banner1 .swiper-slide .imgbox{

        height: 12rem;

    }

    .banner1 .swiper-slide .txtbox{

        height: 5.2rem;

        padding: 1.5rem 1rem 1rem;

        line-height: 1.6rem;

    }

    .banner1 .swiper-slide .txtbox .descbox{

        height: 1rem;

        font-size: 0.8rem;

        overflow: hidden;

    }

    .more{

        width: 8rem;

        height: 2rem;

        line-height: 2rem;

        font-size: 0.8rem;

        margin: 1rem auto 0;

    }

    .ul2{

        margin: 1rem;

    }

    .ul2 li{

        width: 100%;

        float: left;

        padding: 0;

        margin: 0 0 1rem 0;

    }

    .ul2 li a .imgbox{

        width: 9rem;

        height: 6rem;

    }

    .ul2 li a .txtbox{

        margin: 0 0 0 1rem;

    }

    .ul2 li a .txtbox .topbox{

        border-width: 1px;

        padding: 0.6rem 0 0.4rem;

    }

    .ul2 li a .txtbox .topbox p{

        line-height: 1.4rem;

        margin: 0.2rem 0 0;

    }

    .ul2 li a .txtbox .descbox{

        height: 1.2rem;

        line-height: 1.2rem;

    }

    .bg2con{

        padding: 2rem 0;

    }

    #slideswiper{

        margin: 1rem 0 0;

    }

    #slideswiper img{

        width: 100%;

    }

    .pubtitle1{

        height: 2.4rem;

        line-height: 2.4rem;

        padding: 0 0 0 1rem;

    }

    .footer{

        padding: 2rem 0 0;

    }

    .footopleft,

    .footopcenter,

    .footopright{

        float: none;

        margin: 0;

        padding: 0 1rem;

    }

    .footbottom{

        margin: 2rem 0 0;

        height: auto;

        padding: 0.8rem 1rem;

        line-height: 1.4rem;

    }

    .footopright ul li{

        float: none;

        margin: 0;

    }

    .footopright ul li .txtbox{

        padding: 0 0 0 1rem;

    }

    .footopleft, 

    .footopright{

        height: auto;

    }

    .footopleft h2,

    .footopleft p{

        margin: 0 0 0.5rem 0;

    }

    .footopcenter ul{

        margin: 0 0 1rem 0;

    }

    .footopleft p,

    .footopcenter ul li{

        line-height: 1.2rem;

    }

    .footopcenter ul li{

        margin: 0 0.6rem 0 0;

    }

    .footopcenter ul h4{

        margin: 0 0 0.6rem 0;

    }

}





@media only screen and (max-width: 320px){

    body{

        font-size: 10px!important;

    }

    .pubtitle h2,

    .pubtitle1,

    .footopleft h2 span{

        font-size: 1rem;

    }

    .banner1 .swiper-slide h4,

    .footopleft h2{

        font-size: 0.8rem;

    }

    .banner1 .swiper-slide .descbox,

    .ul2 li a .txtbox .topbox h3,

    .ul1 li a h2,

    .footopcenter ul h4,

    .header .header-bottom .nav li a{

        font-size: 0.6rem;

    }

    .footopcenter ul li{

        font-size: 0.5rem;

    }

    .ul1 li a img {

        height: 6rem;

    }

    .ul2 li a .imgbox {

        width: 6rem;

        height: 4rem;

    }

    .ul2 li a .txtbox {

        margin: 0 0 0 0.5rem;

    }

    .ul2 li a .txtbox .topbox{

        padding: 0.2rem 0 0.4rem;

    }

    .ul2 li a .txtbox .topbox p {

        line-height: 1rem;

        margin: 0.2rem 0 0;

    }

    .ul2 li a .txtbox .descbox{

        margin-top: 0.2rem;

    }

    .bg2con {

        padding: 2rem 0;

    }

}





.innercontent{

    margin: 25px 0;

}

.innercontent .leftcon{

    width: 260px;

}

.innercontent .rightcon{

    width: 915px;

}

.innercontent .rightcon .rightinner{

    padding: 24px;

    margin: 0 0 25px 0;

    min-height: 1000px;

}

.innercontent .leftcon .itembox{

    padding: 24px;

    margin: 0 0 30px 0;

}

.innercontent .leftcon .itembox.nopadding{

    padding: 0;

}

.innercontent .leftcon h2{

    font-size: 20px;

    font-weight: bold;

    height: 24px;

    line-height: 24px;

    position: relative;

    padding: 0 0 0 25px;

    margin: 0 0 25px 0;

}

.innercontent .leftcon h2:after{

    display: block;

    content: '';

    width: 3px;

    height: 22px;

    background: #004498;

    position: absolute;

    top: 2px;

    left: -12px;

}

.innercontent .leftcon ul.navitemul li{

    height: 64px;

    line-height: 64px;

    border-top: solid 1px #eee;

    font-size: 16px;

    text-align: center;

}

.innercontent .leftcon ul.navitemul li.active a,

.innercontent .leftcon ul.navitemul li:hover a{

    color: #f81423;

}

.innercontent .leftcon .itembox.nopadding h2{

    margin-left: 24px;

}

.innercontent .leftcon ul.listleftul li{

    margin: 0 0 20px 0;

}

.innercontent .leftcon ul.listleftul li a{

    display: block;

}

.innercontent .leftcon ul.listleftul li a .imgbox{

    height: 160px;

    overflow: hidden;

}

.innercontent .leftcon ul.listleftul li a h4{

    background: #fff;

    padding: 0 20px;

    font-size: 16px;

    height: 60px;

    line-height: 60px;

    font-weight: bold;

}

.innercontent .leftcon ul.listleftul li:hover a .imgbox img{

    transform: scale(1.1);

    transition: all 0.4s;

}

.innercontent .rightcon .rightinner .titlemodel1{

    font-size: 16px;

    height: 16px;

    padding: 0 0 0 15px;

    position: relative;

    margin: 0 0 20px 0;

}

.innercontent .rightcon .rightinner .titlemodel1:after{

    display: block;

    content: '';

    width: 5px;

    height: 15px;

    background: #f81423;

    position: absolute;

    left: 0;

    top: 2px;

}



.bottominfocon{

    margin: 0 0 70px 0;

}

.bottominfocon h2{

    background: #004498;

    padding: 0 45px;

    height: 40px;

    line-height: 40px;

    color: #fff;

    font-size: 14px;

}

.bottominfocon ul{

    background: #fff;

    border: solid 1px #dadada;

    border-top: none;

    padding: 20px 0;

}

.bottominfocon ul li{

    padding: 0 70px 0 90px;

    float: left;

    width: 50%;

}

.bottominfocon ul li a{

    display: block;

    line-height: 30px;

    position: relative;

}

.bottominfocon ul li a:after{

    display: block;

    content: '';

    position: absolute;

    width: 4px;

    height: 4px;

    border-radius: 50%;

    background: #004498;

    top: 12px;

    left: -22px;

}

.bottominfocon ul li a p{

    float: left;

    width: 80%;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

}

.bottominfocon ul li a span{

    display: block;

    float: right;

    width: 20%;

    text-align: right;

    color: #666;

}



@media only screen and (max-width: 768px){

    .bottominfocon{

        margin: 1rem;

    }

    .bottominfocon h2{

        height: 2.5rem;

        line-height: 2.5rem;

        padding: 0 1rem;

    }

    .bottominfocon ul{

        padding: 1rem;

    }

    .bottominfocon ul li{

        width: 100%;

        padding: 0 0 0 1rem;

    }

    .bottominfocon ul li a{

        line-height: 2rem;

    }

    .bottominfocon ul li a p{

        width: 70%;

    }

    .bottominfocon ul li a span{

        width: 30%;

    }

    .bottominfocon ul li a:after{

        left: -1rem;

    }

}



.labelbox{

    margin: 60px 0 0;

}

.labelbox label,

.labelbox ul,

.labelbox ul li{

    float: left;

    line-height: 30px;

}

.labelbox label{

    margin: 0 0 10px 0;

}

.labelbox ul li a{

    background: #f0f0f0;

    display: block;

    height: 30px;

    border-radius: 8px;

    padding: 0 10px;

    margin: 0 10px 0 5px;

}

.labelbox ul li:hover a{

    background: #004498;

    color: #fff;

    transition: all 0.4s;

}

@media only screen and (max-width: 768px){

    .labelbox{

        margin: 2rem 0 0.5rem;

    }

    .labelbox label,

    .labelbox ul,

    .labelbox ul li{

        line-height: 2rem;

    }

    .labelbox label{

        margin: 0 0 0.6rem;

    }

    .labelbox ul li a{

        height: 2rem;

        border-radius: 0.4rem;

        padding: 0 0.8rem;

        margin: 0 1rem 0.6rem 0;

    }

}





.bannerbox{

    overflow: hidden;

}

.crumb a,

.crumb i,

.crumb span{

    display: inline-block;

    font-style: normal;

    margin: 0 5px 0;

    line-height: 26px;

}

.crumb.mtb45{

    margin: 45px 0;

}





.newlistul li {

    margin: 24px 0 0;

    background: #fafafa;

    padding: 5px;

}



.newlistul li .new-img,

.newlistul li .new-con {

    float: left;

}



.newlistul li .new-img {

    width: 226px;

    height: 140px;

}



.newlistul li .new-img img {

    width: 100%;

    height: 100%;

}



.newlistul li .new-con {

    width: 630px;

    padding: 10px 20px 0 35px;

}



.newlistul li .new-con h3 {

    font-size: 18px;

    color: #646464;

    margin-top: 10px;

    font-weight: bold;

}



.newlistul li .new-con .descbox {

    margin-top: 16px;

    line-height: 24px;

    height: 48px;

    font-size: 16px;

    overflow: hidden;

}



.newlistul li .new-con span.date {

    display: inline-block;

    float: right;

    margin-top: 5px;

    color: #999999;

}



.newlistul li a:hover h3 {

    color: #333;

}



.newlistul li:last-child {

    border-bottom: none;

}

@media only screen and (max-width: 768px){

    .newlistul li{

        margin: 0 0 1rem;

        padding: 0.2rem;

    }

    .newlistul li .new-img{

        height: 12rem;

        width: 100%;

        overflow: hidden;

    }

    .newlistul li .new-con{

        width: 100%;

        padding: 1rem 1rem;

    }

    .newlistul li .new-con h3{

        font-size: 1rem;

        margin: 0.5rem 0 0;

    }

    .newlistul li .new-con .descbox{

        margin: 0.5rem 0 0;

        height: 2.6rem;

        line-height: 1.3rem;

        font-size: 0.9rem;

        color: #666;

    }

    .newlistul li .new-con span.date {

        margin: 0.5rem 0 0;

    }

}







.listnav {

    border-bottom: solid 1px #dce0e6;

    height: 108px;

    padding: 30px 0 0;

    background: #fff;

}

.listnav ul li{

    float: left;

    margin: 0 50px 0 0;

}

.listnav ul li a{

    color: #323c55;

    line-height: 78px;

    height: 78px;

    font-size: 18px;

    display: block;

}

.listnav ul li:hover a,

.listnav ul li.on a{

    color: #004498;

    font-size: 24px;

    border-bottom: 4px solid #004498;

    transition: all 0.4s;

}



@media only screen and (max-width: 768px){

    .listnav{

        height: 3rem;

        padding: 0 0 0 1rem;

    }

    .listnav .container{

        overflow-x: auto;

    }  

    .listnav ul{

        white-space: nowrap;

        overflow-x: auto;

    }

    .listnav ul::-webkit-scrollbar{

        display: none;

    }

    .listnav ul li{

        float: none;

        margin: 0 1rem 0 0;

        display: inline-block;

    }

    .listnav ul li a{

        height: 3rem;

        line-height: 3rem;

        font-size: 0.9rem;

    }

    .listnav ul li:hover a, .listnav ul li.on a{

        font-size: 1rem;

        border-width: 2px;

    }

}



.listul{

    margin: 0 -15px;

    padding: 70px 0;

}

.listul li {

    float: left;

    width: 33.333333%;

    padding: 0 15px;

    margin: 0 0 30px;

}



.listul li a{

    width: 100%;

    height: 100%;

}





.listul li .imgbox {

    height: 228px;

    overflow: hidden;

}





.listul li .txtbox {

    padding: 25px 20px 0;

    background: #fff;

    height: 120px;

}



.listul li .txtbox h4 {

    font-size: 18px;

    margin: 0 0 8px 0;

    font-weight: bold;

}



.listul li .txtbox .descbox {

    color: #a5a5a5;

    line-height: 18px;

    overflow: hidden;

    color: #989898;

    height: 36px;

    font-size: 12px;

}



.listul li .new-con span.date {

    display: inline-block;

    float: right;

    margin-top: 5px;

    color: #999999;

}



.listul li a:hover h3 {

    color: #f81423;

}



.listul li:last-child {

    border-bottom: none;

}

.listul li:hover .imgbox img{

    transform: scale(1.1);

    transition: all 0.4s;

}

.listul li:hover a{

    box-shadow: 0 0 30px rgba(0,0,0,0.1);

    transition: all 0.4s;

}

@media only screen and (max-width: 768px){

    .listul {

        padding: 1rem;

        margin: 0;

    }

    .listul li{

        width: 100%;

        float: none;

        padding: 0;

        margin: 0 0 1rem;

    }

    .listul li a{

        box-shadow: none;

    }

    .listul li .imgbox{

        height: 12rem;

    }

    .listul li .txtbox{

        height: 5.2rem;

        padding: 1.5rem 1rem 1rem;

        line-height: 1.6rem;

    }

    .listul li .txtbox h4{

        line-height: 1rem;

        font-size: 1rem;

        padding: 0;

        margin: 0 0 0.5rem 0;

    }

    .listul li .txtbox .descbox{

        height: 1rem;

        font-size: 0.8rem;

        overflow: hidden;

    }

}





.caselistul{

    margin: 0 -13px;

}

.caselistul li{

    width: 20%;

    float: left;

    padding: 0 13px;

    margin: 0 0 20px;

}

.caselistul li a{

    display: block;

    padding: 30px 0 0;

    background: #fff;
	cursor: default;
}

.caselistul li a .imgbox{

    margin: 0 auto;

    width: 60px;

    height: 60px;

    border-radius: 50%;

    overflow: hidden;

}

.caselistul li a .imgbox img {
            width: 100%;    /* 图片宽度填充容器 */
            height: auto;    /* 图片高度自动，保持宽高比 */
        }




	
.caselistul li a .txtbox{

    padding: 0 26px;

    margin: 0 0 20px;

}

.caselistul li a .txtbox h4,

.caselistul li a .txtbox .descbox{

    color: #646464;

}

.caselistul li a .txtbox h4{

    text-align: center;

    font-size: 18px;

    font-weight: bold;

    margin: 30px 0 20px;

}

.caselistul li a .txtbox .descbox{

    height: 105px;

    overflow: hidden;

    line-height: 21px;

}

.caselistul li a .limore{

    height: 60px;

    line-height: 30px;

    text-align: center;

    padding: 0 10px;

    font-size: 18px;

    color: #004498;

    display: block;

    width: 100%;

    border-top: solid 1px #f0f0f0;

}

.caselistul li:hover a{

    transition: all 0.4s;

    box-shadow: 0 0 30px rgba(0,0,0,0.1);

}


/* 电脑端样式 */
@media screen and (min-width: 768px) {
  .imgcovers{    width: 100%;
    height: 170px;
    object-fit: cover;}
}

/* 手机端样式 */
@media screen and (max-width: 767px) {
  .imgcovers{    width: 100%;
    height: auto;
    object-fit: cover;}
}


@media only screen and (max-width: 768px) {

    .caselistul{

        margin: 0 1rem;

    }

    .caselistul li{

        width: 100%;

        float: none;

        padding: 0;

        margin: 0 0 1rem;

    }

    .caselistul li a .imgbox{

        width: 4rem;

        height: 4rem;

    }

    .caselistul li a .txtbox{

        padding: 0 1rem;

        margin: 0 0 1rem;

    }

    .caselistul li a .txtbox h4{

        margin: 1.6rem 0 1.2rem;

        font-size: 1.1rem;

    }

    .caselistul li a .txtbox .descbox{

        max-height: 5.4rem;

        line-height: 1.5;

        font-size: 0.9rem;

        height: auto;

    }

    .caselistul li a .limore{

        height: 2.6rem;

        line-height: 2.6rem;

        font-size: 1.1rem;

    }

}





.laboratoryul{

    margin: 100px 0 0;

}

.laboratoryul li{

    padding: 0 0 100px;

}



.laboratoryul li .txtbox{

    float: left;

    width: calc(100% - 650px);

    padding-right: 140px;

}

.laboratoryul li .txtbox h2,

.laboratoryul li .txtbox .descbox{

    color: #323c55;

}

.laboratoryul li .txtbox h2{

    font-size: 30px;

    margin: 54px 0 20px;

    font-weight: bold;

}

.laboratoryul li .txtbox .descbox{

    height: 76px;

    line-height: 24px;

    overflow: hidden;

    margin: 0 0 40px 0;

}

.laboratoryul li .txtbox .btnbox a{

    display: block;

    float: left;

    width: 142px;

    height: 48px;

    border: solid 1px #004498;

    font-size: 18px;

    text-align: center;

    line-height: 48px;

    border-radius: 24px;

    background: #004498;

    color: #fff;

    margin: 0 24px 0 0;

}

.laboratoryul li .txtbox .btnbox a.a2{

    background: none;

    color: #004498;

}

.laboratoryul li .imgbox{

    position: relative;

    width: 650px;

    height: 340px;

    float: right;

}

.laboratoryul li .imgbox:after{

    display: block;

    content: '';

    width: 650px;

    height: 340px;

    background: #ededed;

    bottom: -20px;

    right: -20px;

    z-index: -1;

    position: absolute;

}

.laboratoryul li:nth-child(even) .imgbox{

    float: left;

}

.laboratoryul li:nth-child(even) .txtbox{

    float: right;

    padding: 0 40px 0 140px;

}



@media only screen and (max-width: 768px) {

    .laboratoryul{

        margin: 1rem;

    }

    .laboratoryul li{

        padding: 1rem 0 1rem;

    }

    .laboratoryul li .txtbox,

    .laboratoryul li .imgbox{

        width: 100%;

        float: left;

    }

    .laboratoryul li .txtbox{

        margin: 0 0 1rem 0;

    }

    .laboratoryul li .txtbox,

    .laboratoryul li:nth-child(even) .txtbox{

        padding: 0;

    }

    .laboratoryul li .txtbox h2{

        margin: 0 0 0.6rem;

        font-size: 1.4rem;

    }

    .laboratoryul li .txtbox .descbox{

        line-height: 1.5rem;

        height: 4.5rem;

        margin: 0 0 1rem;

    }

    .laboratoryul li .txtbox .btnbox a{

        height: 2.2rem;

        line-height: 2.2rem;

        font-size: 1rem;

        width: 7rem;

        border-radius: 1.2rem;

        margin: 0 1rem 0 0;

    }

    .laboratoryul li .imgbox{

        height: 10rem;

    }

    .laboratoryul li .imgbox:after{

        display: none;

    }

}



.servicecontent{

    width: 100%;

    padding: 64px 0 80px;

    background: linear-gradient(360deg, #FFFFFF 50%, #004498 100%);

}

.servicecontent .titlebox{

    text-align: center;

    padding: 0 0 70px;

}

.servicecontent .titlebox h1,

.servicecontent .titlebox h6{

    color: #fff;

}

.servicecontent .titlebox h1{

    font-size: 42px;

    font-weight: bold;

    margin: 0 0 24px 0;

}

.servicecontent .titlebox h6{

    font-size: 18px;

}

.servicecontent .serviceinnerbox{

    background: #fff;

    border-radius: 40px 40px 0 0;

    padding: 60px 40px 0;

}

.servicecontent .serviceinnerbox .titletop{

    text-align: center;

}

.servicecontent .serviceinnerbox .titletop img,

.servicecontent .serviceinnerbox .titletop h2{

    display: inline-block;

}

.servicecontent .serviceinnerbox .titletop h2{

    font-size: 36px;

    font-weight: bold;

}

.servicecontent .serviceinnerbox .titletop img{

    position: relative;

    top: -10px;

    margin: 0 10px 0 0;

}

.servicecontent .serviceinnerbox .titletop img.icon_contact{

    width: 38px;

}

.servicecontent .formbox{

    width: 460px;

    margin: 70px auto 80px;

}

.servicecontent .formbox .layui-form-item{

    margin: 0 0 25px 0;

}

.servicecontent .formbox .layui-form-item label,

.servicecontent .formbox .layui-form-item .layui-input-inline{

    float: left;

    display: block;

    line-height: 44px;

}

.servicecontent .formbox .layui-form-item label{

    width: 80px;

}

.servicecontent .formbox .layui-form-item .layui-input-inline{

    width: calc(100% - 80px);

    margin-right: 0;

}

.servicecontent .formbox .layui-form-item .layui-input-inline input{

    height: 44px;

    border-radius: 5px;

    border: solid 1px #bfbfbf;

    font-size: 14px;

}

.servicecontent .formbox .layui-form .layui-btn.btn1{

    height: 50px;

    border-radius: 6px;

    line-height: 50px;

    background: #004498;

    width: 100%;

    font-size: 18px;

    letter-spacing: 1px;

    margin: 10px 0 0;

}



.contact_con{

  width: 100%;

  height: 320px;

  background: #FFFFFF;

  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);

  margin-top: 60px;

}



.contact_con .contact_erweima{

  width: 280px;

  height: 320px;

  overflow: hidden;

  border-right: 1px solid #EDEDED;

  text-align:center;

}



.contact_con .contact_erweima img{

  width: 120px;

  height: 120px;

  margin-top: 60px;

  display: inline-block;

  margin-bottom: 40px;

}



.contact_con .contact_erweima p{

  font-size: 20px;

  font-weight: 400;

  color: #000000;

  line-height: 24px;

}



.contact_con ul{

  width: 840px;

  height: 320px;

  overflow: hidden;

}



.contact_con ul li{

  width: 100%;

  padding: 24px 40px;

  border-bottom: 1px solid #EDEDED;

}

.contact_con ul li:after{

    content: '';

    display: block;

    clear: both;

    height: 0;

    visibility: hidden;

    font-size: 0;

}



.contact_con ul li:nth-child(4){

  border-bottom: none;

}



.contact_con ul li img{

  width: 24px;

  height: 24px;

  float: left;

  margin-top: 4px;

}



.contact_con .span_l{

  font-weight: 400;

  color: #000000;

  line-height: 32px;

  font-size: 14px;

  margin-left: 16px;

  max-width: 620px;

}



.contact_con .span_r{

  background: #F2F7FF;

  width: 80px;

  height: 32px;

  border-radius: 3px;

  font-size: 14px;

  font-weight: 500;

  color: #666666;

  line-height: 32px;

  text-align: center;

}



@media only screen and (max-width: 768px) {

    .servicecontent{

        padding: 3rem 0 0;

    }

    .servicecontent .titlebox{

        padding: 0 0 3rem;

    }

    .servicecontent .titlebox h1{

        font-size: 1.6rem;

        margin: 0 0 1rem;

    }

    .servicecontent .titlebox h6{

        font-size: 1rem;

    }

    .servicecontent .serviceinnerbox{

        border-radius: 2rem 2rem 0 0;

        padding: 4rem 0 2rem;

    }

    .servicecontent .serviceinnerbox .titletop h2{

        font-size: 1.2rem;

    }

    .servicecontent .serviceinnerbox .titletop img{

        width: 1.5rem;

        top: -0.2rem;

        margin: 0 0.2rem 0 0;

    }

    .servicecontent .formbox{

        width: 80%;

        margin: 2rem auto 4rem;

    }

    .servicecontent .formbox .layui-form-item label, 

    .servicecontent .formbox .layui-form-item .layui-input-inline{

        line-height: 2.5rem;

    }

    .servicecontent .formbox .layui-form-item .layui-input-inline input{

        height: 2.5rem!important;

        padding: 0 0.8rem;

        border-radius: 0.3rem;

    }

    .servicecontent .formbox .layui-form .layui-btn.btn1{

        height: 2.5rem;

        line-height: 2.5rem;

        margin: 1rem 0 0;

        font-size: 1rem;

    }

    .contact_con{

        height: auto;

        margin: 1rem 0 0;

        box-shadow: none;

    }

    .contact_con .contact_erweima,

    .contact_con ul{

        width: 100%;

        float: none;

    }

    .contact_con ul,

    .contact_con .contact_erweima{

        height: auto;

    }

    .contact_con .contact_erweima img{

        width: 8rem;

        height: 8rem;

        margin: 1rem auto;

    }

    .contact_con .contact_erweima p{

        font-size: 1rem;

        line-height: 1.5;

    }

    .contact_con ul{

        margin: 1.6rem 0 0;

    }

    .contact_con ul li{

        padding: 1rem 2rem;

    }

    .contact_con .span_l{

        max-width: 10rem;

    }

}



.page{

    margin: 40px auto ;

}

.page a{

    display: inline-block;

    padding: 0 15px;

    height: 38px;

    line-height: 38px;

    background: #fff;

    margin: 0 5px 0 0;

    border-radius: 4px;

}

.page a.on,

.page a:hover{

    background: #004498;

    color: #fff;

}

.page.textright{

    text-align: right;

}



.listsection1{

    margin-top: 30px;

    padding: 0 20px 20px;

}

.listsection1 .newlistul li{

    margin: 0 0 24px;

}

.listsection1 .newlistul li .new-con{

    width: 100%;

    padding: 10px 20px 12px 20px;

}



@media only screen and (max-width: 768px) {

    .listsection1{

        margin: 0;

        padding: 0 1rem 1rem;

    }

    .listsection1 .newlistul li .new-con{

        padding: 1rem;

    }

    .listsection1 .newlistul li{

        margin: 0 0 1rem;

        padding: 0.5rem;

    }

}



.detailinfotop{

    padding: 0 0 60px;

}

.detailinfotop .leftcon{

    width: 600px;

    float: left;

}

.detailinfotop .rightcon{

    width: calc(100% - 600px);

    float: right;

    padding: 30px 0 0 65px;

}

.detailinfotop .leftcon .swipertop{

    margin: 0 0 15px 0;

}

.detailinfotop .leftcon .swipertop .swiper-slide{

    height: 310px;

    overflow: hidden;

}

.detailinfotop .leftcon .swiperbottom .swiper-slide{

    height: 70px;

    overflow: hidden;

}

.detailinfotop .rightcon h2{

    font-size: 24px;

    color: #444;

    font-weight: bold;

    padding: 0 0 25px 0;

    border-bottom: solid 1px #e4e4e4;

}

.detailinfotop .rightcon ul{

    padding: 15px 0;

    border-bottom: solid 1px #e4e4e4;

}

.detailinfotop .rightcon ul li{

}

.detailinfotop .rightcon ul li label,

.detailinfotop .rightcon ul li .desc{

    display: block;

    float: left;

    color: #323c55;

    line-height: 24px;

}

.detailinfotop .rightcon ul li label{

    font-weight: bold;

    width: 70px;

}

.detailinfotop .rightcon ul li .desc{

    width: calc(100% - 70px);

}

.detailinfotop .rightcon .tel{

    color: #004498;

    font-size: 36px;

    font-weight: bold;

    margin: 40px 0 30px;

    padding: 0 0 0 70px;

    background: url('../images/icon-tel.png') no-repeat;

    background-position: left -2px;

}

.detailinfotop .rightcon .btnbox a {

    display: block;

    float: left;

    width: 142px;

    height: 48px;

    border: solid 1px #004498;

    font-size: 18px;

    text-align: center;

    line-height: 48px;

    border-radius: 24px;

    background: #004498;

    color: #fff;

    margin: 0 24px 0 0;

}

.detailinfotop .rightcon .btnbox a.a2 {

    background: none;

    color: #004498;

}

.detailinfobottom {

    padding: 40px 0;

}

.detailinfobottom .leftcon{

    float: left;

    width: 780px;

    padding: 35px;

}

.detailinfobottom .rightcon{

    float: right;

    width: 350px;

    padding: 0 10px 10px;

}

.detailinfobottom .leftcon h3{

    font-size: 24px;

    border-bottom: solid 1px #e4e4e4;

    padding: 0 0 24px;

    position: relative;

}

.detailinfobottom .leftcon h3:after{

    display: block;

    content: '';

    width: 98px;

    height: 4px;

    background: #004498;

    position: absolute;

    left: 0;

    bottom: -1px;

    z-index: 1;

}

.detailinfobottom .leftcon .detailinnercon{

    padding: 45px 0;

}

.detailinfobottom .leftcon .detailinnercon .innerbox p{

    line-height: 24px;

}

.detailinfobottom .leftcon .detailinnercon .innerbox img{

    max-width: 100%;

    margin: 10px auto;

    display: block;

}

.detailinfobottom .rightcon h3{

    font-size: 18px;

    position: relative;

    height: 48px;

    line-height: 48px;

    padding: 0 0 0 30px;

}

.detailinfobottom .rightcon h3:after{

    display: block;

    content: '';

    width: 5px;

    height: 22px;

    background: #004498;

    position: absolute;

    top: 13px;

    left: 7px;

}

.detailinfobottom .rightcon ul li{

    margin: 0 0 20px 0;

}

.detailinfobottom .rightcon ul li a{

    height: 180px;

    position: relative;

    display: block;

    overflow: hidden;

}

.detailinfobottom .rightcon ul li a h4{

    position: absolute;

    height: 30px;

    line-height: 30px;

    padding: 0 20px;

    color: #fff;

    background: rgba(0,0,0,0.4);

    bottom: 0;

    left: 0;

    width: 100%;

    z-index: 1;

}

.detailinfobottom .rightcon ul li a:hover img{

    transition: all 0.4s;

    transform: scale(1.1);

}







@media only screen and (max-width: 768px) {

    .detailinfotop{

        padding: 0 1rem 1rem;

    }

    .detailinfotop .leftcon,

    .detailinfotop .rightcon{

        width: 100%;

        float: none;

    }

    .detailinfotop .swiperbottom{

        display: none;

    }

    .detailinfotop .leftcon .swipertop .swiper-slide{

        height: 12rem;

    }

    .detailinfotop .swipertop .swiper-button-next, 

    .detailinfotop .swipertop .swiper-button-prev{

        display: none;

    }

    .detailinfotop .leftcon .swipertop{

        margin: 0 0 1rem;

    }

    .detailinfotop .rightcon{

        padding: 1rem 0;

    }

    .detailinfotop .rightcon h2{

        font-size: 1.4rem;

        padding: 0 0 0.8rem;

    }

    .detailinfotop .rightcon ul{

        padding: 1rem 0 0.5rem;

    }

    .detailinfotop .rightcon ul li{

        margin: 0 0 0.5rem;

    }

    .detailinfotop .rightcon ul li label,

    .detailinfotop .rightcon ul li .desc{

        line-height: 1.4rem;

    }

    .detailinfotop .rightcon .tel{

        font-size: 1.6rem;

        margin: 2rem 0;

        padding: 0 0 0 3rem;

        background-size: 1.8rem;

    }

    .detailinfotop .rightcon .btnbox a{

        height: 2.2rem;

        line-height: 2.2rem;

        font-size: 1rem;

        width: 7rem;

        border-radius: 1.2rem;

        margin: 0 1rem 0 0;

    }

    .detailinfobottom{

        padding: 1rem 0;

    }

    .detailinfobottom .leftcon,

    .detailinfobottom .rightcon{

        width: 100%;

        float: left;

    }

    .detailinfobottom .leftcon{

        padding: 1.5rem;

    }

    .detailinfobottom .leftcon h3{

        font-size: 1.4rem;

        padding: 0 0 0.6rem;

    }

    .detailinfobottom .leftcon h3:after{

        height: 2px;

    }

    .detailinfobottom .leftcon .detailinnercon{

        padding: 1rem 0;

    }

    .detailinfobottom .rightcon ul li{

        margin: 0 0.5rem 1rem;

    }

    .detailinfobottom .rightcon h3{

        height: 2.5rem;

        line-height: 2.5rem;

        font-size: 1.4rem;

        padding: 0 0 0 1.5rem;

        margin: 0 0 1rem;

    }

    .detailinfobottom .rightcon h3:after{

        top: 0.52rem;

    }

    .detailinfobottom .rightcon ul li a{

        height: 12rem;

    }

    .detailinfobottom .rightcon ul li a h4{

        height: 2rem;

        line-height: 2rem;

        padding: 0 1rem;

    }



}







.detailcontent .titlebox{

    margin: 45px 0 35px;

    text-align: center;

}

.detailcontent .titlebox h2.title{

    font-size: 18px;

    font-weight: bold;

    margin: 0 0 20px;

}

.detailcontent .titlebox .funbox span{

    margin: 0 10px;

}

.detailcontent .detailmain img{

    max-width: 100%;

    margin: 10px auto;

    display: block;

}

.detailcontent .detailmain p{

    line-height: 24px;

}

.detailcontent .detailmain .innertitle{

    font-size: 16px;

    font-weight: bold;

    margin: 0 0 10px 0;

}

.detailcontent .detailmain .innertitle1{

    margin: 30px 0;

    font-size: 18px;

    font-weight: bold;

    padding: 0 0 0 100px;

}

.detailcontent .detailmain .innertitle1 span{

    color: #f81423;

}

.detailcontent .detailmain .descbox{

    margin: 0 0 30px;

}

.detailcontent .detailmain .descbox p{

    line-height: 24px;

    color: #646464;

}





/********link_btn********/

.link_btn {

    padding: 30px 30px 0;

}



.link_btn li {

    display: block;

    width: 100%;

    margin-bottom: 5px;

}



.link_btn li span {

    padding: 2px;

}



.link_btn li a {

    font-weight: normal;

}



.link_btn li a:hover {

    color: #f81423;

}



.layui-form .layui-form-label{

    width: 200px;

}

.layui-form .layui-input-block{

    margin-left: 200px;

    width: 190px;

}

.layui-form-item .layui-input-inline{

    margin-left: 0;

}

.layui-form .layui-form-text .layui-input-block{

    width: 300px;

}

.layui-form .layui-btn.btn1{

    background: #f81423;

}

.layui-form .layui-btn.btn2{

    background: #595959;

    border-color: #595959;

    color: #fff;

}

.layui-form .layui-form-radio i:hover, 

.layui-form .layui-form-radioed i,

.layui-form .layui-form-mid span{

    color: #f81423!important;

}

.layui-form .layui-textarea{

    padding: 10px;

}

.layui-form .layui-form-mid{

    float: none;

    padding: 10px 0 10px 20px!important;

}





@media only screen and (max-width: 768px){

    .innercontent .leftcon,

    .innercontent .rightcon,

    .layui-form-item .layui-form-label,

    .layui-form .layui-input-block,

    .layui-form .layui-form-text .layui-input-block{

        width: 100%;

    }

    .layui-form-item .layui-form-label,

    .layui-form .layui-input-block{

        float: none;

    }

    .layui-form-item .layui-form-label{

        text-align: left;

    }

    .innercontent .leftcon,

    .innercontent .rightcon .rightinner{

        padding: 1rem;

    }

    .detailcontent .titlebox h2.title{

        font-size: 1.4rem;

    }

    .innercontent .leftcon h2,

    .detailcontent .detailmain .innertitl,

    .innercontent .rightcon .rightinner .titlemodel1,

    .detailcontent .detailmain .innertitle{

        font-size: 1.2rem;

    }

    .detailcontent .detailmain p{

        font-size: 1rem;

    }

    .innercontent .leftcon ul li,

    .link_btn li,

    .layui-form-item .layui-form-label,

    .layui-form .layui-form-mid{

        font-size: 1rem;

    }

    .page {

        text-align: center;

        margin: 1rem 1rem 2rem;

    }

    .page a{

        margin: 0.4rem 0.2rem 0 0;

        height: 2.3rem;

        line-height: 2.3rem;

        padding: 0 0.7rem;

    }

    .crumb{

        padding: 1rem;

    }

    .crumb.mtb45{

        margin: 1rem 0;

    }

    .crumb a, .crumb i, .crumb span{

        line-height: 1.5rem;

        margin: 0 0.2rem;

    }

    .innercontent,

    .layui-form .layui-input-block,

    .layui-form-item .layui-input-inline{

        margin: 0!important;

    }

    .layui-form-item .layui-input-inline{

        left: 0!important;

    }

    .innercontent .leftcon .itembox{

        padding: 1rem;

        margin: 0 0;

    }

    .innercontent .leftcon h2{

        text-align: center;

        padding: 0;

        margin: 0.5rem 0;

        line-height: 2rem;

        height: 2rem;

    }

    .innercontent .leftcon h2:after{

        display: none;

    }

    .innercontent .leftcon .itembox.nopadding{

        display: none;

    }

    .innercontent .leftcon ul{

        text-align: center;

        padding: 0.5rem 0;

    }

    .innercontent .leftcon ul li{

        border: none;

        display: inline-block;

        height: 2rem;

        line-height: 2rem;

        margin: 0 0.5rem;

    }

    .innercontent .leftcon ul li a{

        display: block;

    }

    .innercontent .leftcon ul.navitemul li{

        height: 2.5rem;

        line-height: 2.5rem;

        font-size: 0.9rem;

    }

    .detailcontent .titlebox{

        margin: 0rem 0 1rem;

    }

    .detailcontent .detailmain img{

        margin: 1rem auto;

    }

    .detailcontent .titlebox h2.title,

    .innercontent .rightcon .rightinner,

    .detailcontent .detailmain .descbox,

    .innercontent .rightcon .rightinner .titlemodel1{

        margin: 0 0 1rem;

    }

    .detailcontent .titlebox h2.title,

    .layui-form-item .layui-form-label,

    .layui-form .layui-form-mid{

        line-height: 1.5;

    }

    .detailcontent .titlebox .funbox span{

        margin: 0 0.5rem;

    }

    .detailcontent .detailmain p,

    .detailcontent .detailmain .descbox p{

        line-height: 1.8;

    }

    .layui-input, .layui-textarea{

        height: 3rem!important;

    }

    .link_btn{

        padding: 1rem 1rem 2rem;

    }

    .link_btn li{

        margin: 0 0 0.5rem;

    }

    .detailcontent .detailmain .innertitle{

        margin: 0 0 0.5rem;

    }

    .innercontent .rightcon .rightinner{

        min-height: 20rem;

    }

    .innercontent .rightcon .rightinner .titlemodel1{

        height: 2rem;

        line-height: 2rem;

        padding: 0 0 0 1rem;

    }

    .innercontent .rightcon .rightinner .titlemodel1:after{

        width: 0.1rem;

        height: 1.2rem;

        top: 0.4rem;

    }

    .layui-form-item .layui-form-label,

    .layui-form .layui-form-mid{

        padding: 0.5rem 0!important;

    }

    .layui-form-item{

        margin: 0 0 1rem!important;

    }

    .listul1 li{

        padding: 1rem 0;

        margin: 1rem 0;

        height: 7rem;

    }

    .listul1 li .lefttxt{

        left: 1rem;

    }

    .listul1 li .lefttxt, 

    .listul1 li .righttxt{

        height: 5rem;

        width: 5rem;

        top: 1rem;

    }

    .listul1 li .righttxt{

        right: 1rem;

        padding: 0 0 0 1rem;

    }

    .listul1 li .righttxt span{

        width: 3rem;

        height: 3rem;

        margin: 1rem auto;

    }

    .listul1 li .txtbox{

        margin: 0 7rem;

        height: 5rem;

    }

}



@media only screen and (max-width: 320px){

    .detailcontent .titlebox h2.title{

        font-size: 1rem;

    }

    .listul li .new-con h3,

    .innercontent .leftcon h2,

    .detailcontent .detailmain .innertitle,

    .innercontent .rightcon .rightinner .titlemodel1,

    .layui-form-item .layui-form-label{

        font-size: 0.8rem;

    }

    .detailcontent .detailmain p,

    .layui-form .layui-form-mid{

        font-size: 0.6rem;

    }

    .listul li .new-con .descbox,

    .innercontent .leftcon ul li,

    .link_btn li{

        font-size: 0.5rem;

    }

    .innercontent .leftcon h2,

    .innercontent .leftcon ul li{

        line-height: 1.2rem;

        height: 1.2rem;

    }

    .listul li .new-con .descbox{

        line-height: 1.2rem;

        height: 2.4rem;

    }

    .listul li{

        margin: 0.6rem 0 0;

    }

    .detailcontent .titlebox{

        margin: 0.5rem 0;

    }

    .detailcontent .titlebox h2.title,

    .layui-form-item{

        margin: 0 0 0.5rem!important;

    }

    .layui-input, .layui-select, .layui-textarea{

        height: 2.4rem!important;

    }

    .listul1 li{

        padding: 0.5rem 0;

        margin: 0.5rem 0;

        height: 4rem;

    }

    .listul1 li .lefttxt{

        left: 0.5rem;

        background-size: 70% 70%;

    }

    .listul1 li .lefttxt, 

    .listul1 li .righttxt{

        height: 2.6rem;

        width: 2.6rem;

        top: 0.6rem;

    }

    .listul1 li .righttxt{

        right: 0.5rem;

        padding: 0 0 0 0.5rem;

    }

    .listul1 li .righttxt span{

        width: 1.5rem;

        height: 1.5rem;

        margin: 0.5rem auto;

        background-size: 60% 60%;

    }

    .listul1 li .txtbox{

        margin: 0 4rem;

        height: 2.6rem;

    }

}





.layui-table-view{

    margin: 20px 0 30px!important;

}



.bg2{

    background: url(../images/bg2.jpg) no-repeat;

    padding: 160px 0 100px;

}





#slideswiper{

    margin: 40px -10px 20px;

}

#slideswiper .swiper-wrapper{

    display: block;

}

#slideswiper .swiper-slide{

    width: 20%;

    float: left;

    padding: 20px 10px 0;

}

#slideswiper .swiper-slide a img{

    width: 100%;

    vertical-align: top;

}



@media only screen and (max-width: 768px){

    #slideswiper{

        margin: 0 10px;

    }

    #slideswiper .swiper-slide{

        width: 50%;

    }

}





