* {
    margin:0;padding:0;box-sizing: border-box;
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff");
}
body {
    color: #333;
    font-size: 20px;
    line-height: 1.5;
    font-family: "SourceHanSansCN-Regular", "Microsoft Yahei";
    word-break: break-all;
}


@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

#main{position:relative;background-color:#f8f9ff}
#main:after{content:"";display:block;background-image: url(../images/bg-pattern.svg);background-repeat: repeat;    opacity: .4;position:absolute;top:0;left:0}



body,
html {
    overflow-x: hidden;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0465f4;;
}

img {
    max-width: 100%;
}

/*scrollbar*/

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #000;
    border-radius: 3px;
}

/*fonts*/

@font-face {
    font-family: 'Haettenschweiler';
    src: url('../fonts/haettenschweiler.eot'), url('../fonts/haettenschweiler.woff') format('woff'), url('../fonts/haettenschweiler.ttf') format('truetype');
}



ul li{list-style-type: none}


.s_title {
    font-size: 16px;
    color: #707070;
    line-height: normal;
    font-weight: 400;
    text-align: left;
}




.ani {
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}




/*title*/

.tit-1 {
    color: #333;
    font-size: 38px;
    font-weight: normal;
    line-height: 75px;
    text-align: center;
    /*line-height: 1.97;*/
    position: relative;
    background: url(../images/tit_line.png) center bottom no-repeat;

}





#header {
    height: 90px;
    line-height: 90px;
    position: relative;
    background: #0465f4;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    z-index: 9;
}

.logo {
    position: absolute;
    left: 60px;
    left: 3.125%;
    top: 0;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    max-height: 78px;
}

.logo .txt {
    margin-left: 10px;
}

.hdr {
    position: absolute;
    right:  3.125%;
    top: 0;

}



.hd-hotline {
    color: #0465f4;;
    font-size: 18px;
    font-family: 'Arial';
    padding-left: 40px;
    background: url(../images/icon-hotline.png) 0 center no-repeat;
    margin-right: 30px;
}

.hd-report {
    color: #fff;

    text-align: center;
    background-color: #0465f4;

    display: flex;
    justify-content: center;
    align-items: center;


}

.hd-report:hover {
    color: #fff;
    background-color: #0465f4;
}

/*******************************
  -------[=navigation]-------
********************************/

/*menuBtn*/

.menuBtn {
    display: none;
    position: relative;
    z-index: 9;
    float: right;
    margin-top: 7px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.menuBtn em {
    position: absolute;
    left: 3px;
    top: 8px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn .s1 {
    top: 8px;
}

.menuBtn .s2 {
    top: 17px;
}

.menuBtn .s3 {
    top: 26px;
}

#slideNav {
    display: none;
   
}

#nav {
    display: flex;
    align-items:center;
        justify-content: flex-end;
}

#nav ul {
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#nav li {
    float: left;
    margin: 0 0.6vw;
    position: relative;
}
#nav li a{color: #fff;font-weight:600;font-size:19px;}
#nav .v1 {
    color: #333;
    font-size: 16px;
    text-align: center;
    position: relative;
    display: block;
}

#nav .v1:hover,
#nav li:hover .v1 {
    color: #0465f4;;
}

#nav .nav_sub {
    display: none;
    position: absolute;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    line-height: 1.5;
    text-align: center;
    background: rgba(0, 0, 0, .85);

}
#nav .nav_sub dd{display:block;}
#nav .nav_sub a {
    color: #fff;
    font-size: 14px;
    padding: 10px 5px;
    border-bottom: 1px solid #4c4c4c;
    display: block;
}



#nav .language{display:inline-block}
#nav .language svg{margin:0 5px}
#nav .language a{color: #fff;font-weight: 600;font-size: 19px;}
/*******************************
  -------[=footer]-------
********************************/

#footer {

    color:#fff;
    background: #0465f4;
    overflow: hidden;
}

#footer a {
    color: #fff;

}

#footer a:hover {
    color: #fff;
}

.f_top {
    padding: 60px 0 40px;
    overflow: hidden;
}

.f_bot {
    color:#fff;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    text-align: center;
}


.m-code {
    margin-bottom: 10px;
}

.m-code img {
    width: 150px;
}

.fdl {
    overflow: hidden;
}

.fdl .item {
    float: left;
    width: 210px;
    padding: 0 5px;
}

.fdl .item ul {
    line-height: 2.2;
}
.fdl .item .st1{margin-bottom: 10px;}



.fdl .f_address {
    line-height: 2.2;
    width: auto;
}
.fdl .f_address .st1{line-height: 1.5;}
.fdr {
    float: right;
}

.f_share .st1{margin-bottom: 10px;}






/*******************************
	-------[=一键查询]-------
********************************/

#Search {
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 34px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 12px 0;
    background-color: rgba(0, 0, 0, .45);
    background: url(../images/black-alpha45.png) repeat \9;
}

#Search .close {
    position: absolute;
    right: 8%;
    top: 0;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .25) url(../images/icon-x.png) center center no-repeat;
    background: #000 url(../images/icon-x.png) center center no-repeat \9;
}

#Search .inp-box {
    width: 987px;
    width: 51%;
    padding-left: 50px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    position: relative;
}

#Search .inp-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: #fff url(../images/icon-report.png) center center no-repeat;
    border-right: 1px solid #e6e6e6;
}

#Search .inp-box input {
    height: 55px;
    line-height: 55px \9;
    display: block;
}

#Search .inp-box .inp {
    width: 100%;
    color: #333;
    font-size: 18px;
    padding: 0 15px;
    background-color: #fff;
}

#Search .inp-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    width: 200px;
    padding-left: 45px;
    background: #0465f4; url(../images/icon-so-w.png) 70px center no-repeat;
}

/*******************************
  -------[=banner]-------
********************************/

#banner {
    position: relative;
    z-index: 2;
    clear: both;
}

#banner .slider {
    position: relative;
    z-index: 1;
}

#banner .slider .item {
    background-repeat: no-repeat;
    background-position: center;
        background-size:100%;
}




#banner .slider .item-con {
    position: relative;
    height: 680px;

}

@media screen and (min-width: 1921px) {
#banner .slider .item-con {
    position: relative;
    height: 980px;

}


#nav li a{font-size:24px;}
}



@media screen and (max-width: 980px) {
#banner .slider .item-con {
    position: relative;
    background-size:132%!important;
}
}







#banner .item-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /*color: #fff;*/
    color: #0465f4;;
    text-transform: uppercase;
    font-family: 'Arial', "微软雅黑", "Microsoft Yahei";
}

#banner .item-txt h2 {
    font-size: 60px;
}

#banner .item-txt h3 {
    font-size: 40px;
    font-weight: normal;
    display: inline-block;
    /*font-family: 'SourceHanSansCN-ExtraLight',"微软雅黑","Microsoft Yahei";*/
}

#banner .item-txt h3 em {
    /*font-size: 14px;*/
    /*letter-spacing: 1px;*/
    font-size: 20px;
    word-spacing: 5px;
    font-family: 'Arial';
    display: block;
}

#banner .item-txt h2,
#banner .item-txt h3 {
    opacity: 0;
    opacity: 1\9;
    transform: translateY(88px);
    -webkit-transform: translateY(88px);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition: .88s;
    -ms-transition: .88s;
    -moz-transition: .88s;
    -webkit-transition: .88s;
    -o-transition: .88s;
}

#banner .item-txt h3 {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

#banner .slick-current .item-txt h2,
#banner .slick-current .item-txt h3 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

/*切换*/

#banner .slick-list {
    z-index: 1;
}

#banner .slick-dots {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}

#banner .slick-dots li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
    *width: 12px;
    *height: 12px;
    *background: #fff;
    border-radius: 50%;
}

#banner .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: 0;
    text-indent: -999px;
    display: block;
    overflow: hidden;
}

#banner .slick-dots .slick-active {
    *background: #0465f4;;
}

#banner .slick-dots .slick-active button {
    background: #0465f4;;
}

/*******************************
  -------[=ban]-------
********************************/

#ban {
    height: 420px;
    position: relative;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

#ban .ban_txt {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
}

.ban_txt h2 {
    font-size: 40px;
    line-height: 1.2;
    display: none
}

.ban_txt h2 em {
    color:rgb(255 130 130);
    font-size: 60px;
    font-family: 'Arial';
    text-transform: uppercase;
    display: block;
}

.ban_txt p {
    margin-top: 5px;
}

.ban-query {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

.ban-query h3 {
    font-size: 46px;
}

.ban-query h2 em {
    font-size: 70px;
}

/*******************************
	-------[=submenu]-------
********************************/

#snav {
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    overflow-y: hidden;
    overflow-x: auto;
}

#snav::-webkit-scrollbar {
    height: 0;
}

.subMenuBtn {
    display: none;
    position: relative;
    z-index: 9;
    float: left;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.subMenuBtn em {
    position: absolute;
    left: 0;
    top: 8px;
    width: 30px;
    height: 3px;
    background-color: #0062b0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.subMenuBtn .s1 {
    top: 8px;
}

.subMenuBtn .s2 {
    top: 17px;
}

.subMenuBtn .s3 {
    top: 26px;
}

#snav ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#snav li {
    float: left;
}

#snav .s1 {
    font-weight: 600;
    padding: 0 10px;
    line-height: 58px;
    border-bottom: 3px solid transparent;
    display: block;
    margin: 0 40px;
}

#snav li.active .s1 {
    color: #0465f4;;
    border-color: #0465f4;;
}

/*******************************
	-------[=page]-------
********************************/

.page {
    font-size: 16px;
    font-family: 'Arial';
    line-height: 46px;
    text-align: center;
    margin: 40px 0;
}

.page ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
}

.page li {
    float: left;
    margin: 0 4px;
}

.page a {
    color: #666;
    padding: 0 16px;
    border: 1px solid #cccccc;
    display: block;
}

.page a.current {
    color: #fff;
    background: #0465f4;;
    border-color: #0465f4;;
}

.page a:hover {
    color: #fff;
}




/*******************************
	-------[=index]-------
********************************/


.g-tpList1 {
    max-width: 1580px;
    margin: 0 auto;
    overflow: hidden;
}

.lmtit{text-align: center;}
.bannerfoot{display: flex;justify-content:space-between;background-color:rgb(248 248 248);}
.bannerfoot .g-tpList1{width:100%;max-width: 1620px;display: flex;flex-wrap: wrap;}
.bannerfoot .item{padding: 1.645vw;text-align: center;width: 33.333%}
.bannerfoot .item p{margin-bottom:15px;}
.bannerfoot .item .t1{font-size:25px;font-weight: 600;color: #000}
.bannerfoot .item .t2{color: #0465f4}



.bannerfoot .btn{
display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 6px 6px;
    max-width: 180px;
    background: #c8153300;
    border: 2px solid #0465f4;
    margin-left: auto;
    background-color: #e6001300;
    margin-right: auto;
    color: #0465f4;
    font-size: 16px;
}




.zeyunshu .main{display: flex;justify-content: space-between;flex-wrap: wrap;}
.zeyunshu .item{position:relative;width:24%;border-radius:10px;overflow: hidden;}
.zeyunshu .item .bg{border-radius:10px;overflow: hidden;width:100%;height:100%;}
.zeyunshu .item .bg img{width:100%;transition: all .3s;display: block;}
.zeyunshu .item .word{position: absolute;bottom:20px;left:20px;color: #fff}
.zeyunshu .item:nth-child(1){width:58.9%;margin-bottom:1.28%}
.zeyunshu .item:nth-child(2){width:40%;margin-bottom:1.28%}
.zeyunshu .item .bg img:hover {transform: scale(1.12, 1.12);}
.zeyunshu .item .word .t1{font-size: 22px;font-weight: 600;}




.sec{padding:20px 0;}


.ywfggj{

    min-height: 300px;
    background-image: url(../images/stbg2.jpg);
    background-position: top center;
    background-size: cover
}

.ywfggj.sec{padding:260px 0px 0px 0px;}


.ywfggj .tit-1{color: #fff}


.ywfggj .g-tpList1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-image: linear-gradient(90deg, rgb(0 113 194 / 85%) 0%, rgb(4 187 255 / 85%) 50%);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    padding-left: 5%;
    padding-bottom: 2%;
    padding-right: 5%;
    padding-top: 2%;
    min-width: 0px;
    background_radio: 2;
}


.ywfggj hr{
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 1%;
    width: 100%


}

.ywfggj .main{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;padding:2% 2%;}
.ywfggj .main .item{flex:1;justify-content: center;align-items: center;flex-direction: column;display: flex;text-align: center;}
.ywfggj .main .item .t1{font-size: 24px;font-weight: 600;color: #fff}
.ywfggj .main .item .t2{color: #fff}



.tsfw .main{display: flex;justify-content: space-between;flex-wrap: wrap;}
.tsfw .item{width: 20%;text-align: center;}
.tsfw .item .t1{font-size: 24px;font-weight: 600;color: #000}
.tsfw .item .t2{color: #000;padding:10px 0;}

.yslc .main{display: flex;justify-content: space-between;flex-wrap: wrap;}
.yslc .item{flex:1;display: flex;justify-content: center;align-content:center;flex-direction: column;text-align: center;}
.yslc .item .bg{width:35%;margin:0 auto;}
.yslc .item .t1{font-size: 24px;font-weight: 600;color: #000}
.yslc .item .t2{color: #000;padding:10px 0;}
.yslc .item .line img{width: 100%;margin-top: 10px;margin-bottom: 10px;}
.yslc .item .num{font-size: 24px;color: rgba(7, 7, 7, 1);text-align: center;line-height: 1.8;}

    




.wsmxzwm .main{display: flex;justify-content: space-between;flex-wrap: wrap;}

.wsmxzwm .item{display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;    margin-left: 10px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    box-shadow: rgb(0 0 0 / 12%) 0px 3px 18px 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 1);
    background: #fff;width: 22.5%;margin:1%;}


    
.wsmxzwm .item .bg svg{
    width: 56px;
    height: 56px;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    fill: #0465f4;
}

.wsmxzwm .item .t1{font-size: 24px;font-weight: 600;color: #000}
.wsmxzwm .item .t2{color: #000;}


.wsmxzwm .item .t1:after {
    content:"";
    display: block;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color:#0465f4;
    width: 50px;
    height: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin:10px auto;
}





.jhgz{background-image: url(../images/stbg4.jpg);background-position: top center;background-size: cover}
.jhgz .main .r1{text-align: center;}
.jhgz .main .r2{display: flex;justify-content:center;align-items: center;font-size: 18px;font-weight: 600;}
.jhgz .main .r2 .box{padding:50px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.jhgz .main .r2 .box img{margin-bottom: 18px;border-radius: 50%;overflow:hidden;}

.jhgz .main .r3{display: flex;justify-content: space-between;flex-wrap: wrap;}
.jhgz .main .r3 .item{width:23%;display: flex;justify-content: center;align-content: center;}





.dsptzx{background-color: #e3f1fe}
.dsptzx .main .r1{text-align: center;max-width:60%;margin:10px auto}
.dsptzx .main .r2{display: flex;justify-content:center;align-items: center;font-size: 18px;font-weight: 600;color: #0465f4;}
.dsptzx .main .r2 .box{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.dsptzx .main .r2 .box img{margin-bottom: 18px;}
.dsptzx .main .r3{display: flex;justify-content: space-between;}
.dsptzx .main .r3 .item{width:23%;display: flex;justify-content: center;align-content: center;}



.dsptzx .main .r3{display: flex;justify-content: space-between;flex-wrap: wrap;}
.dsptzx .main .r3 .item{position:relative;width:32%;}
.dsptzx .main .r3 .item .bg{border-radius:10px;overflow: hidden;width:100%;height:100%;}
.dsptzx .main .r3 .item .bg img{width:100%;transition: all .3s;display: block;}
.dsptzx .main .r3 .item .word{position: absolute;bottom:20px;left:20px;color: #fff}
.dsptzx .main .r3 .item .bg img:hover {transform: scale(1.12, 1.12);}
.dsptzx .main .r3 .item .word .t1{font-size: 22px;font-weight: 600;}


.dsptzx .main .r4{display: flex;justify-content: space-between;flex-wrap: wrap;padding:50px 0;}
.dsptzx .main .r4 .item{width:17.5%;padding:18px;text-align:center}
.dsptzx .main .r4 .item .t1{font-weight: 600;font-size: 24px;padding-bottom: 10px}



.yslc{background-color: #e3f1fe}


/*公司简介*/

.m-Profile {
    overflow: hidden;
    margin-bottom: 70px;
}

.m-Profile .text {
    float: left;
    width: 725px;
    width: 51.785%;
}

.m-Profile .picture {
    float: right;
    width: 590px;
    width: 44.142%;
}

.m-Profile .picture img {
    display: block;
    width: 100%;
}

.m-txt1 {
    color: #666;
    line-height: 2;
    -ms-word-break: break-all;
    word-break: break-all;
    margin-bottom: 30px;
}

.m-txt1 h3 {
    color: #0465f4;;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
}

.m-txt1 h3 em {
    color: #999;
    font-size: 18px;
    line-height: 35px;
    display: block;
}

.m-txt1 p {
    margin-bottom: 15px;
}

.txtList1 {
    color: #666;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.txtList1 li {
    float: left\9;
    width: 25%\9;
}

.txtList1 .con {
    text-align: center;
    display: inline-block;
}

.txtList1 .num {
    color: #0465f4;;
    font-size: 22px;
    margin-bottom: 5px;
}

.txtList1 sup {
    display: inline-block;
    vertical-align: top;
}

.txtList1 b {
    font-size: 60px;
    font-family: 'Haettenschweiler';
    font-weight: normal;
    line-height: 1;
}

/*发展愿景*/

.m-list2 {
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 90px;
}

.m-list2 li {
    float: left\9;
    width: 25%\9;
    max-width: 25%;
    margin-bottom: 50px;
}

.m-list2 .con {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    max-width: 260px;
    padding: 0 10px;
}

.m-list2 .icon {
    height: 65px;
    line-height: 65px;
    position: relative;
    padding-bottom: 20px;
    background: url(../images/h-line4.png) center bottom no-repeat;
    overflow: hidden;
    margin-bottom: 20px;
}

.m-list2 .icon img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.m-list2 h3 {
    font-size: 26px;
    font-weight: normal;
    line-height: 45px;
    margin-bottom: 15px;
}

.m-list2 p {
    height: 60px;
}

/*资质能力*/

.m-list3 {
    overflow: hidden;
    margin-bottom: 60px;
}

.m-list3 .item {
    float: left;
    width: 20%;
}

.m-list3 .pic {
    height: 540px;
    line-height: 540px;
    overflow: hidden;
    padding-bottom: 5px;
}

.m-list3 .pic img {
    display: inline-block;
    vertical-align: bottom;
    max-height: 100%;
    border: 1px solid #ddd;
}

.AbilitySlider .slider {
    width: 410px;
    margin: 0 auto;
}

.AbilitySlider .slick-list {
    overflow: visible;
}

.AbilitySlider .slick-current {
    z-index: 9999 !important;
}

.AbilitySlider .slick-current .con {
    margin: 0;
}

/*检验设备*/

.m-Device {
    max-width: 1300px;
    overflow: hidden;
    margin: 0 auto 60px;
}

.m-Device .picture,
.m-Device .text {
    height: 395px;
    background-color: #f2f2f2;
}

.m-Device .picture {
    float: left;
    width: 640px;
    width: 49%;
    background-color: #000;
}

.m-Device .text {
    margin-left: 650px;
    margin-left: 50%;
}

.m-Device .picture .pic {
    height: 395px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.m-Device .picture .pic img {
    display: block;
    width: 100%;
    visibility: hidden;
}

.m-Device .text-con {
    padding: 40px;
}

.m-Device .text .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    position: relative;
    padding-top: 15px;
    background: url(../images/h-line5.png) 0 0 no-repeat \9;
    margin-bottom: 20px;
}

.m-Device .text .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    border-bottom: 2px solid #333;
}

.m-Device .text .det {
    color: #999;
    line-height: 24px;
    height: 144px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 25px;
    /*line-height: 1.71;*/
}

.m-Device .slick-dots {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
}

.m-Device .slick-dots li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 4px;
    *width: 10px;
    *height: 10px;
    *background: #fff;
    border-radius: 50%;
    opacity: .5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 50)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.m-Device .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: 0;
    text-indent: -999px;
    display: block;
    overflow: hidden;
}

.m-Device .slick-dots .slick-active {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

/*******************************
	-------[=我们的服务]-------
********************************/

.m-service {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 40px;
}

.m-service:last-child {
    margin-bottom: 0;
}

.m-service .pic {
    float: left;
    width: 50%;
    height:480px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.m-service .pic img {
    display: block;
    width: 100%;
    visibility: hidden;
}

.m-service .txt {
    margin-left: 50%;

    line-height: 30px;
    padding: 30px 40px;
}

.m-service .txt h3 {
    color: #0465f4;
    font-weight: normal;
    line-height: 50px;
    padding-bottom: 12px;
    background: url(../images/h-line6.png) 0 bottom no-repeat \9;
    position: relative;
    margin-bottom: 25px;
    font-weight: 600
}

.m-service .txt h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    border-bottom: 1px solid #f9afaf;
}

.m-service .det {
    height: 240px;
    display: -webkit-box;
    -webkit-line-clamp: 40;
    -webkit-box-orient: vertical;
    overflow-y: auto;
    margin-bottom: 40px;
    font-size: 18px;
}

.m-service .btn {
    color: #999;
    font-size: 12px;
    font-family: 'Arial';
    text-transform: uppercase;
    line-height: 40px;
    display: inline-block;
    padding-right: 40px;
    background: url(../images/arrow2.png) right center no-repeat;
}

.m-service .btn:hover {
    color: #0465f4;;
    padding-right: 50px;
    background-image: url(../images/arrow2-#0465f4.png);
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.m-service:nth-child(2n) .pic {
    float: right;
}

.m-service:nth-child(2n) .txt {
    margin-left: 0;
    margin-right: 50%;
}

/*******************************
	-------[=我们的服务-详情页]-------
********************************/

.m-service-text {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
}

.m-service-text .txt {
    float: right;
    width: 715px;
    width: 51%;
}

.m-service-text .pic {
    float: left;
    width: 620px;
    width: 44%;
}

.m-service-text .pic img {
    display: block;
    width: 100%;
}

.m-service-text h3 {
    color: #333;
    font-size: 26px;
    font-weight: normal;
    line-height: 60px;
    margin-bottom: 10px;
}

.m-service-text p {
    margin-bottom: 20px;
}

/*******************************
	-------[=新闻资讯]-------
********************************/

.m-list4 {}

.m-list4 li {
    margin-bottom: 30px;
}

.m-list4 .con {
    display: block;
    background: #fafafa;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}

.m-list4 .con:hover {
    background: #fff;
    box-shadow: 0 0 25px #ecebeb;
}

.m-list4 .pic {
    float: left;
    width: 345px;
    height: 220px;
    overflow: hidden;
}

.m-list4 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.m-list4 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.m-list4 .txt-con {
    color: #666;
    font-size: 14px;
    padding: 60px 0 70px 45px;
    /*height: 90px;*/
    overflow: hidden;
}

.m-list4 .date {
    float: left;
    width: 110px;
    color: #666;
    font-size: 16px;
    font-family: 'Arial';
}

.m-list4 .date .year {
    color: #333;
    font-size: 34px;
    line-height: 1;
    display: block;
}

.m-list4 .txt {
    color: #999;
    height: 90px;
    padding-left: 30px;
    border-left: 1px solid #e6e6e6;
    margin: 0 110px;
}

.m-list4 .txt h4 {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 15px;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.m-list4 .txt p {
    line-height: 25px;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*******************************
	-------[=客户服务]-------
********************************/

/*服务理念*/

.m-tpTxtBox2 {
    overflow: hidden;
    padding: 60px 0 80px;
}

.m-tpTxtBox2 .pic {
    float: left;
    width: 650px;
    width: 46%;
    height: 375px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.m-tpTxtBox2 .pic img {
    display: block;
    width: 100%;
    visibility: hidden;
}

.m-tpTxtBox2 .txt {
    color: #666;
    line-height: 25px;
    padding-left: 80px;
    margin-left: 650px;
    margin-left: 46%;
}

/*服务客户*/

.m-customer {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.m-customer .tit-2 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.txtList3 {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.txtList3 ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
}

.txtList3 li {
    float: left;
    margin: 50px;
}

.txtList3 .txt {
    width: 152px;
    height: 152px;
    line-height: 152px;
    background: url(../images/bg-circle.png) center no-repeat;
}

.txtList3 .con {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    *margin-top: 55px;
}

.txtList3 .txt p {}

/*检验流程*/

.m-test-flow {
    padding: 70px 0;
    overflow: hidden;
}

.m-list5 {
    text-align: center;
}

.m-list5 ul {
    display: inline-block;
    overflow: hidden;
}

.m-list5 li {
    float: left;
    text-align: center;
    max-width: 130px;
    padding-right: 126px;
    background: url(../images/arr-jt.png) right 45px top 57px no-repeat;
    margin-bottom: 20px;
}

.m-list5 li:last-child {
    padding-right: 0;
    background: none;
}

.m-list5 .icon {
    height: 130px;
    line-height: 130px;
    margin-bottom: 30px;
}

.m-list5 .icon img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.m-list5 h4 {
    color: #333;
    font-size: 16px;
    font-weight: normal;
}

.m-list5 h4 em {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}

/*******************************
	-------[=联系我们]-------
********************************/

/*联系方式*/


/*留言咨询*/

.MessBox {
    padding: 70px 0;
    background: #f6f6f6;
}

.g_form1 {
    font-size: 14px;
    margin-top: -10px;
}

.g_form1 ul {
    overflow: hidden;
    margin: 15px -50px;
}

.g_form1 li {
    float: left;
    width: 33.333%;
}

.g_form1 li>div,
.g_form1>div {
    line-height: 48px;
    padding: 0 10px 0 50px;
    position: relative;
    background: #fff;
    border: 1px solid #dedede;
}

.g_form1 li>div {
    margin: 15px 50px;
}

.g_form1 span {
    color: #999;
    position: absolute;
    left: 10px;
    top: 0;
    width: 3em;
}

.g_form1 .inp {
    height: 48px;
    line-height: 48px \9;
    display: block;
    width: 100%;
}

.g_form1 .mail {
    padding-left: 75px;
}

.g_form1 .mail span {
    width: 45px;
}

.g_form1 .mess {
    line-height: 35px;
    padding: 10px;
}

.g_form1 .inp_area {
    height: 230px;
    line-height: 30px;
    resize: none;
}

.g_form1 .inp_area::-webkit-input-placeholder {
    color: #999;
}

.g_form1 .inp_area:-moz-placeholder {
    color: #999;
}

.g_form1 .inp_area::-moz-placeholder {
    color: #999;
}

.g_form1 .inp_area:-ms-input-placeholder {
    color: #999;
}

/*******************************
	-------[=报告查询]-------
********************************/

.wp-middle {
    max-width: 1200px;
    margin: 0 auto;
}

.wp-small {
    max-width: 1050px;
    margin: 0 auto;
}

.m-filter {
    padding: 55px 0;
    background-color: #fff;
}

.m-filter .inp-box {
    padding-left: 60px;
    background-color: #fff;
    border: 4px solid #ebebeb;
    position: relative;
}

.m-filter .inp-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: #fff url(../images/icon-report.png) center center no-repeat;
    border-right: 1px solid #e6e6e6;
}

.m-filter .inp-box input {
    height: 60px;
    line-height: 60px \9;
    display: block;
}

.m-filter .inp-box .inp {
    width: 100%;
    color: #333;
    font-size: 18px;
    padding: 0 10px;
}

.m-filter .inp-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    width: 200px;
    padding-left: 45px;
    background: #0465f4; url(../images/icon-so-w.png) 70px center no-repeat;
}

.m-filter-result {
    margin: 30px 0 60px;
}

.m-box1 {
    background-color: #fff;
    border: 3px solid #d7e8ef;
}

.m-box1 .hd {
    color: #0465f4;;
    font-size: 16px;
    font-weight: bold;
    line-height: 55px;
    padding: 0 20px;
    background-color: #f0f8fb;
}

.m-box1 .bd {
    padding: 40px;
    text-align: center;
}

.m-form1 {
    text-align: left;
    max-width: 455px;
    margin: 0 auto;
}

.m-form1 .picture {
    padding: 3px;
    border: 1px solid #e6e6e6;
}

.m-form1 .picture img {
    display: block;
    width: 100%;
}

.m-form1 table {}

.m-form1 table th,
.m-form1 table td {
    height: 35px;
    padding-top: 15px;
    border-bottom: 1px dashed #e0e0e0;
}

/*动画*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.wow:first-child {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.wow:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.wow:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.wow:nth-child(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.wow:nth-child(5) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.wow:nth-child(6) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.wow:nth-child(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.wow:nth-child(8) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.wow:nth-child(9) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.wow:nth-child(10) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

/*图片旋转切换*/

#AbilitySlider {
    position: relative;
    height: 540px;
}

#AbilitySlider .d_img {
    position: relative;
    height: 100%;
}

#AbilitySlider .d_img li {
    position: absolute;
    display: none;
    z-index: 0
}

#AbilitySlider .d_img .pic {
    position: relative;
    height: 0;
    padding-top: 131%;
}

#AbilitySlider .d_img img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 0;
}

/*#AbilitySlider .d_img .d_pos1{display:block;width:235px;left:0;bottom: 0;z-index:1}
#AbilitySlider .d_img .d_pos2{display:block;width:305px;left:15%;bottom: 0;z-index:2}
#AbilitySlider .d_img .d_pos3{display:block;width:410px;left:35.5%;bottom: 0;z-index:3}
#AbilitySlider .d_img .d_pos4{display:block;width:305px;right:15%;bottom: 0;z-index:2}
#AbilitySlider .d_img .d_pos5{display:block;width:235px;right:0;bottom: 0;z-index:1}*/

#AbilitySlider .d_img .d_pos1 {
    display: block;
    width: 305px;
    left: 0;
    bottom: 0;
    z-index: 1;
}

#AbilitySlider .d_img .d_pos2 {
    display: block;
    width: 410px;
    left: 33.333%;
    bottom: 0;
    z-index: 2;
}

#AbilitySlider .d_img .d_pos3 {
    display: block;
    width: 305px;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#AbilitySlider .d_prev,
#AbilitySlider .d_next {
    position: absolute;
    z-index: 9;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    text-indent: -999px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    display: none;
}

.m-Ability:hover #AbilitySlider .d_prev,
.m-Ability:hover #AbilitySlider .d_next {
    display: block;
}

#AbilitySlider .d_prev {
    left: -100px;
    background-image: url(../images/arr-l.png);
}

#AbilitySlider .d_next {
    right: -100px;
    background-image: url(../images/arr-r.png);
}

/*******************************
	-------[=热门资讯-详情]-------
********************************/

.article {
    color: #666;
    line-height: 2;
    background: #fff;
}

.article .header {
    padding: 30px 50px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.article h1 {
    color: #0062b0;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 5px;
}

.article .date {
    color: #999;
    font-family: 'Arial';
    line-height: 25px;
}

.article .cont {
    line-height: 2.3;
    padding: 25px 50px 50px;
    border-bottom: 1px solid #e6e6e6;
}

.article .cont p {

}

.article .footer {
    color: #666;
    line-height: 40px;
    padding: 20px 50px 25px;
}

.article .footer a {
    color: #666;
}

.article .footer a:hover {
    color: #0062b0;
}

.article .footer>div {
    margin-right: 100px;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article .footer .back {
    float: right;
    color: #0062b0;
    width: 78px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #0062b0;
    display: inline-block;
    margin-top: 27px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.article .footer .back:hover {
    color: #fff;
    background: #0062b0;
}

.pagecont{max-width: 1200px;margin:0 auto}
.pagecont .lmtit{margin:20px 0px 0px 0px;}
.pagecont .lmtit .tit-1{margin-bottom: 10px;}



.pagecont img{width: 100%;display: block;}
.pagecont .main{display: flex;flex-wrap:wrap;}

.pagecont .item .bg img{width: 80px;}
.pagecont .item .t1{font-size: 24px;font-weight: 600;color: #000}
.pagecont .item .t2{color: #000;}


.pagecont .main .card{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.pagecont .main .card{width: 14%}
.pagecont .main .card img{max-width: 100px!important;max-height:120px;width:auto!important;}

.fy {
    width: 100%;
    margin: 20px 0;
}

.fy {
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    height: 35px;
    clear: both;
    text-align: center;
}

.fy a {
    border: 0px solid #e5e5e5;
    text-decoration: none;
    margin: 0 10px 0 0;
    padding: 10px 16px 10px 16px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #e0e0e0;
}

.fy a:hover {
    border: 0px solid #0465f4;;
    background: #0465f4;;
    color: #fff;
}

.fy span {
    border: 0px solid #0465f4;;
    color: #fff !important;
    font-weight: bold;
    background: #0465f4;;
    padding: 10px 16px 10px 16px;
}
/*检索页面*/
.product_list{
    clear: both;
    margin-right: -15px;
    margin-left: -15px;
}
.product_img{
    padding-left: 15px;
    padding-right: 15px;
}
.product_img img{
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.product_title{
    text-align: center;
    height: 40px;
}
.product_title a{
    color: #656464;
}
.product_title a:hover{
    text-decoration: none;
    color:#045db9;
}
.bx-viewport ul li{
      max-width: 100%;
      line-height: 300px;
      text-align: center;
    }
.bx-viewport ul li img{
      max-width: 100%;
      display: inline-block;
      vertical-align: line-height
    }
/*产品详细页*/
.product_h1{
    margin:0px; 
    line-height:22px; 
    font-size:16px;
    font-weight: bold;
    color: #000; 
    padding-bottom:10px;
    border-bottom: 1px dotted #cccccc; 
}
.product_info{
    list-style:none;
    padding:0px;
    margin-top:10px;
  }
.product_info p{
    line-height:28px; 
}
.product_info li:last-child{margin-top:10px;}
.product_btn{
    margin-top: 25px;
}
#pic-page{
    text-align: center;
    margin-top:10px;
}
#pic-page a{
    margin: 0 2px;
}
#pic-page a img
{
    width:40px;
    padding: 2px;
    border: solid #ccc 1px;
    margin-bottom:5px;
}
#pic-page a:hover img,
#pic-page a.active img {
    border: solid #5280DD 1px;
}
.product_con {
    clear: both; 
    border-top: 1px dotted #a9a9a9;
    margin:10px 0px 20px 0px;
    padding:20px 0px 0px 0px; 
    line-height:26px;
    overflow: auto;
 }
.photo_con {
    clear: both;
    margin:0px 0px 20px 0px; 
    padding:10px 0px 20px 0px;
    line-height:26px;
    overflow: auto;
 }
 .product_con img,
 .photo_con img {
    max-width: 840px;
 }
 /*列表页-新闻*/
.right_new{
    clear: both; 
    list-style:none;
    margin:0px; 
    padding:0px 0px 20px 0px;
}
.right_new li{
    color:#898989;
    background: url(../images/li.png) no-repeat left 18px;
    font-size: 16px;
    line-height:22px; 
    padding:12px 0px; 
    padding-left:13px;
    border-bottom: 1px dashed #e3e2e2;
}
.right_new li a{
    color:#2F2F2F;
}
.right_new li a:hover,
.right_new li a:focus{
    text-decoration:none;
    color:#0071bf;
}
.news_time{
    float:right;
}
.relevant_new ul.right_new li{
    font-size: 14px;
}

 .right_head{text-align:center;}
.mfoot_box {
display:none;
	}
/*320px到768px*/
@media screen and (min-width:320px) and (max-width:768px) {
    .col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
      float: left;
    }
    .col-mm-12 {
      width: 100%;
    }
    .col-mm-11 {
      width: 91.66666667%;
    }
    .col-mm-10 {
      width: 83.33333333%;
    }
    .col-mm-9 {
      width: 75%;
    }
    .col-mm-8 {
      width: 66.66666667%;
    }
    .col-mm-7 {
      width: 58.33333333%;
    }
    .col-mm-6 {
      width: 50%;
    }
    .col-mm-5 {
      width: 41.66666667%;
    }
    .col-mm-4 {
      width: 33.33333333%;
    }
    .col-mm-3 {
      width: 25%;
    }
    .col-mm-2 {
      width: 16.66666667%;
    }
    .col-mm-1 {
      width: 8.33333333%;
    }
}

.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}
#maximg img{ max-width:100%; height:auto !important}






                    .pagecont table td {
                                border: 1px solid #ccc;
                                padding: 10px;
                            }

                    .pagecont  table td:nth-child(2n-1) {
                                width: 20%
                            }

                    .pagecont  table td:nth-child(2n) {
                                width: 30%
                            }

.lianxi p{padding:10px 0;}
.lianxi{position:relative;}
.lx_r{position:absolute;right:0;top:0;text-align:center;display:flex;}
.lx_r .m-code{padding:5px;}





.logistics {text-align: center;padding: 4vw 0;background:#0465f4}
.logistics .s1{font-size:40px;color:#fff;font-weight: bold;margin-bottom:0.5rem}
.logistics .s2{font-size:24px;color:#fff}
.logistics .line{display: block;height: 1px;width: 100%;background-color: #DCDFE6;position: relative;margin:1rem 0}
.dh{color:#fbb500;padding:0px 0px 20px 0px;width: 100%;}

    
    


.logistics form {display: flex;flex-direction: column;justify-content: center;align-items: center;margin-top:20px}
.logistics input {color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;border-radius: 40px;width: 100%;padding: 20px  30px;line-height: 1.5;margin: 10px 0;font-size: 18px}
.logistics .btn {font-size: 1.15rem;line-height: 1.5;border-radius: 10px;background-color: #fff;color: #000;border: 0;border-radius: 20px;padding: 0.5rem 2rem;margin-top: 0.5rem}




.guiji .pagecont{display: flex;flex-wrap:wrap;justify-content:space-between;min-height:200px;padding:3rem 0}

.guiji .ydinfo{width:100%;background:#fff;display:flex;justify-content:space-between;flex-wrap:wrap;
padding:2%}
.guiji .ydinfo .card{width:50%;border-bottom:1px solid #ccc;text-align:left;padding:0;margin:1% 0}

.guiji .timeline{width:60%;margin-top:20px;padding-left:10px}
.guiji .pic{width:38%;margin-top:20px;}
.guiji .pic .picimg{}
.guiji .pic .picimg .slider{width:100%;}



.guiji .timeline .card{border-left:2px solid #E4E7ED;padding-left:15px;text-align:left;padding-bottom:20px}
.guiji .timeline .card .time{position:relative;color:#fbb500;line-height:1;margin-bottom:10px;}

.guiji .timeline .card .body{box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);background:#fff;box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);padding:2%}
.guiji .timeline .card:nth-last-child(1){    border-left: 2px solid #f8f9ff;}
.guiji .timeline .card .time:before{content:"";width:12px;height:12px;border-radius:50%;background:#E4E7ED;position:absolute;left:-22px;top:0}
.guiji .timeline .card:nth-child(1) .time:before{background:#fbb500;}








.picimg .slick-list {
    z-index: 1;
}

.picimg .slick-dots {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    text-align: center;
}

.picimg .slick-dots li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 2px;
    *width: 12px;
    *height: 12px;
    *background: #fff;
    border-radius: 50%;
}

.picimg .slick-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: 0;
    text-indent: -999px;
    display: block;
    overflow: hidden;
}

.picimg .slick-dots .slick-active {
    *background: #0465f4;;
}

.picimg .slick-dots .slick-active button {
    background: #0465f4;;
}




#banner img{margin:0 auto}

.pc{display:block!important}
.mobile{display:none!important}



@media screen and (max-width: 780px) {

.pc{display:none!important}
.mobile{display:block!important}


.sec{padding:40px 0;}
.bannerfoot .item .t1{font-size: 18px;}
.bannerfoot .btn{border-radius: 40px;padding: 6px 8px;}
.bannerfoot .btn::after{top: 4px}
.bannerfoot .item p{margin-bottom: 6px}


.g-tpList1{width:96%;margin:0 2%;}
.bannerfoot .item{width:100%;}
.zeyunshu .item:nth-child(1){width:96%;margin:2%;}
.zeyunshu .item:nth-child(2){width:96%;margin:2%;}
.zeyunshu .item{width:96%;margin:2%;}

.ywfggj.sec{padding:50px 0;}
.ywfggj .main .item{width:46%;margin:2%;flex:auto;}
.dsptzx .main .r3 .item{width:96%;margin:2%;}
.dsptzx .main .r4 .item{width:46%;margin:2%;}


.tsfw .item{width:46%;margin:2%;}

.yslc .item{width:31%;margin:2%;flex:auto;}
.yslc .item .t1{font-size: 18px;}
.wsmxzwm .item .t1{font-size: 18px;}
.tsfw .item .t1{font-size: 18px;}
.dsptzx .main .r4 .item .t1{font-size: 18px;}
.dsptzx .main .r3 .item .word .t1{font-size: 18px;}
.ywfggj .main .item .t1{font-size: 18px;}
.zeyunshu .item .word .t1{font-size: 18px;}
.wsmxzwm .item{width:46%;margin:2%;flex:auto;}

.jhgz .main .r2 .box{width:29%;padding:0;margin:2%;font-size: 14px}
.jhgz .main .r3 .item{width:46%;margin:2%;}


 .mfoot_box {
    display:block;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 93;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fafafa
    }

    .mfoot_nav {
        padding:0px;
        line-height:28px;
        width: 25%;
        float: left;
        background-color: #fafafa;
        text-align: center;
        color: #898989;
        cursor: pointer;
        font-size:14px;
    }

    .mfoot_nav:hover,.mfoot_nav:focus {
        background-color: #e4e4e4;
        cursor: pointer
    }

    .mfoot_nav a {
        color: #898989;
        display: block
    }

    .mfoot_nav a:hover,.mfoot_nav a:focus {
        text-decoration: none
    }

    .mfoot_nav span {
        display: block;
        padding: 3px 0 0 0
    }

    .mfoot_share {
        width: 240px;
        padding: 5px
    }




.pagecont .lmtit{margin:15px 0px 0px 0px;}
.pagecont .item{width:100%;}
.pagecont .main .card img{max-width: 100%!important;max-height:auto!important}
.article .cont {padding: 0px;}

.pagecont table td{padding:5px;font-size: 12px}
.pagecont table td:nth-child(2n-1){width:30%;}
.pagecont table td:nth-child(2n){width:20%;}
.lx_r{position:relative;}

.guiji{padding:20px 0;}
.guiji .ydinfo .card{width:100%;}

.logistics .s1{font-size:18px;}
.logistics .s2{font-size:14px;}
.logistics input{padding:10px 20px;font-size:14px}
.logistics .btn{font-size:14px}
.logistics .pagecont {
    max-width: 96%;
    margin: 0 auto;
}
.guiji .pagecont{max-width:96%;margin:2%;padding: 0;}


}





