
html {
    color: #444;
    font-size: 14px;
    font-family:"思源黑体 CN","Helvetica Neue",Helvetica,Arial,sans-serif,"微软雅黑";transition: all 0.5s;
    height: 100%;
    background: #fff;
}
@media (min-width: 1025px) {  
    html {
        font-size: 34px!important;
    }
    body{
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px!important;
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 36px!important;
    }
}

* {
    margin: 0;
    padding: 0;  
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
em,cite {
    font-style: normal
}
fieldset,img {
    border: 0
}
li {
    list-style: none
}
caption,th {    text-align: left}

q:before,q:after {
    content: ''
}

abbr,acronym {
    border: 0;
    font-variant: normal
}
sup {    vertical-align: baseline}
sub {
    vertical-align: baseline
}
legend {
    color: #000
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,button,textarea,select {
    *font-size: 100%
}
a {
    color: #666;
}

a:link,a:visited {
    text-decoration: none;
    font-family: Arial, "Microsoft YaHei", simsun, sans-serif, Mingliu, Verdana, Helvetica, Lucida
}

a:hover,a:active {
    text-decoration: none;
}
input,select {
    outline: none
}
body {    background: #fff;
}

* {    transition-duration: 0.3s;    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.w1 {
    max-width: 1440px;
    margin: 0 auto;
    display: block;}


.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: visible;
}

.clearfix {
    zoom: 1;
}

.textflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



/* 首页 */



.header {
    width: 100%;
    z-index: 999; 
    border-bottom: 1px solid rgba(255,255,255,0.2); 
  position: absolute;
  top:0;
height: 92px;
}

.top_nav{ width: 80%; margin: 0 auto; display: block; }

.top_nav .logo {
    width: 240px;    
}
.top_nav .logo .logo01{ display: block; }
.top_nav .logo .logo02{ display: none; }
.top_nav .logo img {    
    display: block;
    float: left;   
    max-width: 100%;
    margin-top:.3rem;  
}

.top_nav .logo .lo_txt{ float: left;
    border-left: 1px solid #ccc;
    padding-left: 0.4rem;

    margin-left: 0.2rem; }

.top_nav .logo .lo_txt p{ font-size: .42rem; line-height: 1.5; color: #171717; }



@media (max-width: 1650px) {

    .top_nav{ width: 100%; padding: 0 30px; box-sizing: border-box;}

}



.flash{ width: 100%; display: block; overflow: hidden; }

/* 导航 */



.navlist {

    width: 60%;
    margin-top:.3rem;   

}



.nav_out {

    width: 100%;

    display: block;

    margin: 0 auto;

}



.tem_head nav {

    width: 100%;

    height: 80px;

    line-height: 80px;

    position: relative;

}



.tem_head nav .a011 {

    position: relative;

    display: flex;

    justify-content: space-around;

}



.tem_head nav .a011 li {

    position: relative;

}



.tem_head nav .a011 li.icon::after {

    content: "";

    display: block;

    width: 0;

    height: 0;

    position: absolute;

    top: 50%;

    right: -15px;

    transform: translateY(-50%);

    width: 0;

    height: 0;

    border-left: 4px solid transparent;

    border-right: 4px solid transparent;

    border-top: 5px solid #000;

}



.tem_head nav .a011 li.icon:hover::after {

    transform: rotateZ(180deg);

    margin-top: -2px;

    transition: all .3s;

}



.tem_head nav a {
    display: block;
    font-size: .45rem;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: bold;
}



.tem_head nav li>a::after {

    content: "";

    display: block;

    position: absolute;

    left: 0;

    top: 78px;

    width: 0;

    height: 5px;

    background: #cd172d;

    transition: all .3s;

}



.tem_head nav a:hover::after {

    width: 100%

}



.tem_head nav li>a:hover {

    line-height: 80px;

    color:#cd172d;

    -webkit-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    -moz-transition: all .2s;

}



.tem_head nav li>a.navdown {

    position: relative;

    color:#cd172d;

}



.tem_head nav li>a.navdown::after {

    content: "";

    display: block;

    position: absolute;

    left: 0;

    top: 78px;

    width: 100%;

    height: 5px;

    background: #cd172d;

}

.tem_head nav .a011 ul{ 
    width:150px;opacity: 0;
    position: absolute;
    top: 160%;
    visibility: hidden;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    z-index: 9999;
    background: rgba(20, 20, 20, 0.6);}
 .tem_head nav .a011 li:hover ul{ top: 80px;
    left: -50%;
    opacity: 1;
    visibility: visible;}  
.tem_head nav  li>ul li a{ display: block; font-size: 14px; line-height: 36px !important; color: #fff; }
.tem_head nav  li>ul li a:hover{  background: #cd172d; color: #fff; }
.tem_head nav  li>ul li a:after{ display: none; }

.top_tel{  background: url(../image/top_tel.png) left no-repeat; padding-left:40px; margin-top:1rem;margin-left:1rem;
   }
.top_tel h3{ font-size: .45rem;
    color: #fff;
    font-weight: normal;
    line-height: 2;
}


.section{ padding: 0 0 1rem; }
.pro_tit{ display: block; overflow: hidden; background: url(../image/pro_tit.png) center no-repeat; padding: .8rem 0 0; }
.pro_tit h3{ color: #d0d9ea; font-size: 1rem; line-height: 1.8; text-transform: uppercase;}
.pro_tit p{ font-size: .8rem; color: #000000; font-weight: bold; }

.business_list{ margin-top:1rem; display: block; overflow: hidden; }
.business_list dl{ width: 32%; margin-right: 2%; float: left; display: block; overflow: hidden; position: relative;margin-bottom: .5rem;}
.business_list dl:nth-child(1){ width: 66%; }
.business_list dl:nth-child(2),.business_list dl:nth-child(5){ margin-right: 0; } 
.business_list dl dt{ display: block; overflow: hidden; }
.business_list dl dt img{ max-width: 100%; display: block; }
.business_list dl:hover dt img{ -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.business_list dl dd{ width: 100%; position: absolute; bottom:0; background: rgba(28,72,145,0.6); text-align: center; -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s; height: 60px; }
.business_list dl dd i{ display: none; width: 98px; height:100px; margin:0 auto;  }
.business_list dl:nth-child(1) dd .a01{ background: url(../image/ico.png) 0 0 no-repeat; }
.business_list dl:nth-child(2) dd .a01{ background: url(../image/ico.png) 0 -98px no-repeat; }
.business_list dl:nth-child(3) dd .a01{ background: url(../image/ico.png) 0 -190px no-repeat; }
.business_list dl:nth-child(4) dd .a01{ background: url(../image/ico.png) 0 -280px no-repeat; }
.business_list dl:nth-child(5) dd .a01{ background: url(../image/ico.png) 0 -370px no-repeat; }
.business_list dl dd h3{ font-size: .55rem; color: #fff; line-height: 2; padding: .2rem 0; }
.business_list dl:hover dd{ height: 100%; }
.business_list dl:hover dd i{ display: block;margin-top: 18%; }
.business_list dl:nth-child(1) dd i{ margin-top:10%; }
.bg01{ background: url(../image/bg01.png) no-repeat; background-size: cover; }

/* 优势介绍  */
.index_youshi{ background: url(../image/bg02.jpg) no-repeat; background-size: cover; overflow: hidden;  }
.index_youshi dl{ padding: 12% 0; display: block; width: 25%; overflow: hidden; box-sizing: border-box; float: left; border-right: 1px solid rgba(255,255,255,0.2); }

.index_youshi dl dt{display: block;overflow: hidden;}
.index_youshi dl dt i{width: 115px; height: 115px; display: block; margin: 0 auto; border-radius:100%;}
.index_youshi dl dt .b01{ background: url(../image/icon.png) -6px -5px no-repeat rgba(255,255,255,0.38); }
.index_youshi dl dt .b02{ background: url(../image/icon.png) -6px -105px no-repeat rgba(255,255,255,0.38) ; }
.index_youshi dl dt .b03{ background: url(../image/icon.png) -8px -202px no-repeat rgba(255,255,255,0.38) ; }
.index_youshi dl dt .b04{ background: url(../image/icon.png) -6px -292px no-repeat rgba(255,255,255,0.38) ; }
.index_youshi dl dd{ padding: 0 5%; display: block;overflow: hidden; text-align: center; margin-top:1rem; min-height: 4.5rem;}
.index_youshi dl dd h3{ font-size: .5rem; color: #fff; line-height: 2; position: relative; padding-bottom: .2rem }
.index_youshi dl dd h3:after{ width: 42px; height: 2px; background: #fff; position: absolute; bottom:0; left:50%; margin-left:-21px; content: '' }
.index_youshi dl dd p{ font-size: .45rem; color: #fff; line-height: 2; padding: 0 10%; margin-top:.8rem; }


.index_youshi dl:hover dt .b01{ background: url(../image/icon.png) -120px -5px no-repeat rgba(255,255,255,0.38); }
.index_youshi dl:hover dt .b02{ background: url(../image/icon.png) -120px -105px no-repeat rgba(255,255,255,0.38) ; }
.index_youshi dl:hover dt .b03{ background: url(../image/icon.png) -120px -202px no-repeat rgba(255,255,255,0.38) ; }
.index_youshi dl:hover dt .b04{ background: url(../image/icon.png) -120px -292px no-repeat rgba(255,255,255,0.38) ; }

/* 公司简介  */
.bg03{ background: url(../image/about_bg.jpg) 75% 0  no-repeat; }
.about_con{ margin-top:.8rem; display: block; overflow: hidden; }
.about_img{ width: 48%;  display: block; overflow: hidden;}
.about_img img{ max-width: 100%; display: block; }
.about_desc{ width: 50%;  display: block; overflow: hidden; padding: 4% 0 0;}
.about_desc h3{ font-size: 1rem; color: #1c4891; line-height: 2; display: block; }
.about_desc h4{ font-size: .7rem; color: #1c4891; }
.about_desc p{ margin:.8rem 0 1.5rem; font-size: .45rem; color: #565656; line-height: 2; text-align: justify; }
.about_desc span{ width: 180px; border:1px solid #cd172d; display: block; overflow: hidden; }
.about_desc span a{ font-size: 14px; color: #cd172d; background: url(../image/arrow_03.png) 85% no-repeat; padding: 5px 0 5px 20%; line-height: 36px; display: block;  }
.about_desc span a:hover{ background:url(../image/arrow_1.png) 85% no-repeat #cd172d; color: #fff; }

/* 赛事案例  */
.bg04{ background: url(../image/bg03.jpg) no-repeat; background-size: cover; }
.case_list{  margin-top:1.5rem; display: block; overflow: hidden; }
.case_list dl{ width: 33.3%; float: left; display: block; overflow: hidden; position: relative; }
.case_list dl dt{ display: block; overflow: hidden; }
.case_list dl dt img{ max-width: 100%; display: block; overflow: hidden; }
.case_list dl dd{ width: 100%; position: absolute; bottom: 0; background: url(../image/black.png) repeat-x; text-align: center; }
.case_list dl dd h3{ font-size: .6rem; color: #fff; line-height: 2; padding: .2rem 0; display: block;}
.case_list dl:hover dt img{  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}

/* 新闻资讯  */
.index_news{ margin-top:.8rem; display: block; overflow: hidden; position: relative;}
.news_tj{ width: 53%; display: block; overflow: hidden; padding-top:1.2rem; position: relative; }
.news_tj #news_img{ display: block; overflow: hidden; }
.news_tj #news_img .swiper-slide{}
.news_tj #news_img .swiper-slide dl{ background: #f7f7f7;display: block; overflow: hidden; }
#news_img .swiper-slide dl dt{ display: block; overflow: hidden; }
#news_img .swiper-slide dl dt img{ max-width: 100%; display: block; }
#news_img .swiper-slide dl dd{ padding: .5rem .5rem 1.2rem; }
#news_img .swiper-slide dl dd span{ display: block; padding-left:32px; background: url(../image/date3.png) left no-repeat; font-size: .55rem; color: #9a9a9a; line-height: 1.8; }
#news_img .swiper-slide dl dd h3{ font-size: .65rem; color: #595959; line-height: 1.8; margin: .2rem 0; }
#news_img .swiper-slide dl dd p{ font-size: .45rem; color: #595959; line-height: 1.8; }
#news_img .swiper-pagination{ width: 80px; top:0; bottom:auto; right:50px; left:auto; font-size: .7rem; }

#news_img .swiper-pagination span{ font-size: .7rem; color: #adadad; }
#news_img .swiper-pagination .swiper-pagination-current{ color: #323232; }
#news_img .swiper-button-prev{ width: 19px;
    height: 29px;
    background: url(../image/ico_03.png) no-repeat;
    top: 25px;
    right: 150px;    
    left: auto;  }
#news_img .swiper-button-next{width:19px; height: 29px; background: url(../image/ico_05.png) no-repeat; top:25px; right:0; bottom:auto;}
#news_img .swiper-button-next:after,#news_img .swiper-button-prev:after{ content:''; }

.news_list{display: block; overflow: hidden; width: 45.5%; margin-top:1.2rem; position: absolute; height: 100%; right: 0;}
.news_list dl{ display: block; overflow: hidden;background: #f7f7f7; margin-bottom: .2rem; }
.news_list dl dt{ display: block;  background: #ececec; padding: 0 .7rem; }
.news_list dl dt span{ background: url(../image/date1.png) left no-repeat; padding-left:32px; font-size: .5rem; color: #9a9a9a; line-height: 2; display: block;}
.news_list dl dd{ padding: .4rem .7rem .6rem; overflow: hidden; }
.news_list dl dd h3{ font-size: .5rem; color: #595959; line-height: 1.8; }
.news_list dl dd p{ font-size: .45rem; color: #595959; line-height: 1.6; }
.news_list dl:hover{background: #2665b5;}
.news_list dl:hover dt{background: #1c4891;}
.news_list dl:hover dt span{ color: #fff; background: url(../image/date2.png) left no-repeat;}
.news_list dl:hover dd h3{ color: #fff; }
.news_list dl:hover dd p{ color: #fff; }


@media (max-width: 1850px) {
  .news_list dl dd{ padding: .55rem .7rem; }  
}

/* 底部  */
.footer{ width: 100%; background: url(../image/tp_27.jpg) 80% bottom no-repeat #1c4891; display: block; overflow: hidden;}
.subsite{ display: block; overflow: hidden; border-bottom: 1px solid #335b9c; padding: .4rem 0; }
.subsite ul{ list-style: none; display: block; overflow: hidden; }
.subsite ul li{ float: left; font-size: 18px; line-height: 45px; font-weight: bold; color: #fff; }
.subsite ul li a{ display: block; padding: 0 10px; font-size: 15px; color: #fff; font-weight: normal; }
.db_con{ padding: .7rem 0; display: block; overflow: hidden; }
.db_logo{ width:25%; display: block; overflow: hidden;  }
.db_logo img{ max-width: 100%; display:block; }
.db_lx{ width: 45%; display: block; overflow: hidden; margin-top:.5rem; }
.db_lx ul{ list-style: none; display: block; overflow: hidden; }
.db_lx ul li{ width: 48%; float: left; display: block; margin-right: 4% }
.db_lx ul li:nth-child(2){ margin-right: 0; }
.db_lx ul li i{ width: 53px; height: 53px; display: block; margin-bottom: 12px; }
.db_lx ul li .d01{ background: url(../image/db_tel.png) no-repeat; }
.db_lx ul li .d02{ background: url(../image/db_addr.png) no-repeat; }
.db_lx ul li p{ font-size: 14px; color: #a8c3ef; line-height: 28px; }
.db_lx ul li h3{ font-size: .55rem; color: #a8c3ef; line-height: 1.8; }
.db_ewm{ width: 188px;display: block; overflow: hidden;  }
.db_ewm img{ padding: 8px;border:1px solid #2e59a0; display: block;}
.db_ewm p{ font-size: 14px; text-align: center; color: #a8c3ef; line-height: 24px; margin-top:10px; }


.copyright{ background: #02234b; padding:.5rem 0; display: block; min-height: 45px; } 
.copyright p{ font-size: .42rem; color: #6f87a5; line-height: 45px; }

.link{ color:#666666; background: none; height: 42px; }
 

.select { height: 38px; position: relative;width: 250px; border:1px solid #6f87a5; }
.select dt{ height: 38px;  background: #082c57 url(../image/up.png) no-repeat 200px center; 
    line-height: 38px; padding: 0 30px 0 10px; cursor: pointer; width: 250px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden; 
    position: relative; z-index: 3; color: #6f87a5; font-size: 14px; box-sizing: border-box; }
.select dt:hover,.select dt.cur {}
.select dd {width: 100%;position: absolute; left: 0; bottom: 38px; background: #fff; display: none;-webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s; }
.select dd ul{ width: 100%; max-height: 250px; overflow: auto; }
.select dd ul li { display: block; width: 100%; float: left; }
.select dd ul li a { line-height: 30px; display: block; padding: 0 8px; font-size: 14px;}
.select dd ul li a:hover { background: #f5f5f5; }
.select dd ul::-webkit-scrollbar{width:3px;height:3px}
.select dd ul::-webkit-scrollbar-button:vertical{display:none}
.select dd ul::-webkit-scrollbar-corner,
.select dd ul::-webkit-scrollbar-track{background-color:#ccc}
.select dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#ca161d; }
.select dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.select dd ul::-webkit-scrollbar-thumb:vertical:active{ }


/* 内页头部  */
.header02{ position: static; }
.header02 .top_nav .logo .logo01{ display: none; }
.header02 .top_nav .logo .logo02{ display: block; }
.header02 .tem_head nav a{ color: #282828; }
.header02 .tem_head nav li>ul li a{ color: #fff; }
.header02 .top_tel{    background: url(../image/top_tel2.png) left no-repeat;}
.header02 .top_tel h3{ color: #1c4891; }

/* 公司介绍  */
.pageBanner {
    position: relative;
}

.pageBanner .imgDiv {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pageBanner .imgDiv img {
    width: 100%;
    display: block;
   
}

@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.23);
        transform: scale(1.23);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.23);
        transform: scale(1.23);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes banner_inside {
    from {
        -o-transform: scale(1.23);
        transform: scale(1.23);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes banner_inside {
    from {
        -webkit-transform: scale(1.23);
        -moz-transform: scale(1.23);
        -o-transform: scale(1.23);
        transform: scale(1.23);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.pageBanner .mxfDiv {
    position: absolute;    
    top: 45%;
    transform: translateY(-50%);
    z-index: 5;
    width: 100%;
    text-align: center;
}
.pageBanner .mxfDiv h3{ font-size: .8rem; color: #fff; line-height: 2; position: absolute; width: 100%; text-align: center; bottom:.2rem; font-weight: normal; }
.pageBanner .mxfDiv h4{ font-size: 1.4rem; color: rgba(255,255,255,0.17); line-height: 1.8; margin-top:.3rem; position: relative; padding-bottom: .3rem; }
.pageBanner .mxfDiv h4:after{ width: 48px; height: 2px; background: #fff; content: ''; position: absolute; bottom:0;left: 50%; margin-left:-24px; }

.warpper{ background: #f5f5f5; display: block; overflow: hidden; }
.part01{ width: 100%; background: url(../image/ab_bg.png) bottom no-repeat; padding:1rem 0 4rem;overflow: hidden; }
.com_desc{}
.com_desc .com_bt{ text-align: center;display: block; overflow: hidden; }
.com_desc .com_bt h3{ font-size: 1rem; color: #333333; line-height: 2; }
.com_desc .com_bt h4{ font-size: .6rem; color: #5e7097; line-height: 2; text-transform: uppercase; font-weight: normal; }
.com_desc .com_bt hr{ width: 76px; height: 4px; background: #1c4891; margin: 0 auto; border: none; }
.com_desc .desc_con{ padding: .8rem 0 0; overflow: hidden; }
.com_desc .desc_con p{ font-size: .42rem; color: #3a3a3a; line-height: 2.4; text-indent: 2em; }


.part_02{padding:1rem 0 4rem;overflow: hidden; }
.ab_bt{ text-align: center; display: block; overflow: hidden; }
.ab_bt h3{ font-size: .7rem; color: #000000; line-height: 2; font-weight: normal; position: relative; padding-bottom: .2rem; }
.ab_bt h3:after{width: 76px; height: 4px; background: #1c4891;position: absolute; content: ''; bottom: 0;left:50%; margin-left: -38px;}
.ab_yous{ margin-top: 1.5rem;display: block;  }
.ab_yous dl{ width: 23.5%; float: left; margin-right: 2%;display: block; position: relative; margin-top:60px; }
.ab_yous dl:last-child{ margin-right: 0; }
.ab_yous dl dt{ width: 100%; position: absolute; top:-60px; z-index: 8 }
.ab_yous dl dt i{ width: 100px; height: 100px; display: block; margin: 0 auto; border-radius: 100%; background: #fff; }
.ab_yous dl dt .e01{ background: url(../image/icon.png) -235px -10px no-repeat #fff; }
.ab_yous dl dt .e02{ background: url(../image/icon.png) -235px -110px no-repeat #fff; }
.ab_yous dl dt .e03{ background: url(../image/icon.png) -235px -205px no-repeat #fff; }
.ab_yous dl dt .e04{ background: url(../image/icon.png) -235px -300px no-repeat #fff; }
.ab_yous dl dd{ width: 100%; position: absolute; top:0; display: block; padding:15% 5% 3%; text-align: center; box-sizing: border-box; z-index: 9 }
.ab_yous dl dd h3{ font-size: .6rem; color: #fff; line-height: 2; position: relative;padding-bottom: .2rem;  }
.ab_yous dl dd h3:after{ width: 40px; height: 2px; background: #fff; position: absolute; left: 50%; bottom: 0; content: '';margin-left: -20px; }
.ab_yous dl dd p{ font-size: .4rem; color: #fff; line-height: 2; margin-top:.4rem; text-align: justify; }
.ab_yous dl .ys_img{display: block; overflow: hidden; }
.ab_yous dl .ys_img img{ max-width: 100%; display: block; -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;}
.ab_yous dl:hover .ys_img img{transform: rotateY(-180deg);}


.sidebar{ display: block; overflow: hidden; }
.sidebar ul{ list-style: none; display: block;overflow: hidden; text-align: center; }
.sidebar ul li{ display: inline-block;  margin-right: .5rem; }
.sidebar ul li a{ display: block; color: #000000; font-size: .45rem; line-height: 2; padding: .2rem 1.2rem; border-radius:30px; border:1px solid #eee; background: #fff;  }
.sidebar ul li a:hover,.on1{ background: #1c4891 !important; color: #fff !important; }


/*  营业范围  */
.busi_lb{ display: block; overflow: hidden; }
.busi_lb dl{ float: left;width: 49%; margin:.2rem 1.1% .5rem 0.3%; display: block;overflow: hidden; box-shadow: 1px 1px 10px #ccc; }
.busi_lb dl:nth-child(2n){ margin-right: 0.3%; }
.busi_lb dl dt{ width: 52%; display: block; float: left; overflow: hidden; }
.busi_lb dl dt img{ height: 356px; display: block; }
.busi_lb dl dd{ padding: 3%; display: block;overflow: hidden; box-sizing: border-box; width: 48%; }
.busi_lb dl dd i{ width: 90px; height: 72px; display: block; margin: 0 auto; }
.busi_lb dl:nth-child(1) dd .f01{ background: url(../image/ico2.png) -5px -15px no-repeat; }
.busi_lb dl:nth-child(2) dd .f01{ background: url(../image/ico2.png) -5px -100px no-repeat; }
.busi_lb dl:nth-child(3) dd .f01{ background: url(../image/ico2.png) -5px -210px no-repeat; }
.busi_lb dl:nth-child(4) dd .f01{ background: url(../image/ico2.png) -5px -300px no-repeat; }
.busi_lb dl:nth-child(5) dd .f01{ background: url(../image/ico2.png) -5px -390px no-repeat; }
.busi_lb dl dd h3{ font-size: .65rem; color: #cd172d; line-height: 2; text-align: center; }
.busi_lb dl dd p{ font-size: .45rem; color: #3f3f3f; line-height: 2; margin:.3rem 0 .5rem; }
.busi_lb dl dd span{ font-size: .45rem; color: #929292; line-height: 1.8; display: block; }
.busi_lb dl:hover{ background: #1c4891; }
.busi_lb dl:nth-child(1):hover dd .f01{ background: url(../image/ico.png) -5px -15px no-repeat; }
.busi_lb dl:nth-child(2):hover dd .f01{ background: url(../image/ico.png) -5px -100px no-repeat; }
.busi_lb dl:nth-child(3):hover dd .f01{ background: url(../image/ico.png) -5px -210px no-repeat; }
.busi_lb dl:nth-child(4):hover dd .f01{ background: url(../image/ico.png) -5px -300px no-repeat; }
.busi_lb dl:nth-child(5):hover dd .f01{ background: url(../image/ico.png) -5px -390px no-repeat; }
.busi_lb dl:hover dd h3{ color: #fff; }
.busi_lb dl:hover dd p{ color: #fff; }

.content01{ padding:1rem .8rem; background: #fff; overflow: hidden; margin:1rem 0; }

/*  新闻  */
.news_cc{display: block; overflow: hidden;}
.news_list01{ width: 65%; display: block; overflow: hidden;background: #fff;
    padding: .5rem .8rem;
    box-sizing: border-box; }


.news_02{ display: block; overflow: hidden;margin-top:.5rem; }
.news_02 dl{ display: block;overflow: hidden; padding: .7rem 0; border-bottom: 1px solid #eee; }
.news_02 dl dt{width: 25%;
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 2%;  }
.news_02 dl dt img{    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    height: 200px;}
.news_02 dl dd{ width: 72%; float: left; display:block; overflow: hidden; padding: .5rem 0;  }
.news_02 dl dd h3{ font-size: .55rem; color: #222; line-height: 2; font-weight: normal; }
.news_02 dl dd p{ font-size: .42rem; color: #808080; line-height: 1.8; margin:.3rem 0 .4rem;display:block; }
.news_02 dl dd span{ font-size: .42rem; color: #000000; line-height: 1.6;display:block; }
.news_02 dl .news_date{ width:12%; display:block; overflow: hidden;  float: right; text-align: center; padding: 2% 0; border-left: 1px solid #f2f2f2; margin-top:2%;}
.news_02 dl .news_date h3{ font-size: .9rem; color: #969696; line-height: 2; font-weight: normal; }
.news_02 dl .news_date p{ font-size: .5rem; color: #969696; }
.news_02 dl:hover dt img{-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.news_02 dl:hover dd h3{ color: #00338e; }




.releat_news{ width: 33%; background: #fff; display: block; overflow: hidden; padding: .5rem .8rem; box-sizing: border-box; }
.releat_news ul{ list-style: none; display: block; overflow: hidden; margin-top:.5rem; }
.releat_news ul li{ display: block; overflow: hidden; margin-bottom: .4rem; padding-left:15px; background: url(../image/dian.png) left 10px  no-repeat; }
.releat_news ul li p{ font-size: .42rem; color: #666666; line-height: 1.8; }
.releat_news ul li span{ font-size: 13px; color: #1c4891; line-height: 26px; margin-top:2px; display: block; }
.releat_news .re_tit{ font-size: .8rem; color: #1c4891; line-height: 2; font-weight: normal; }
.releat_news ul li:hover p{ color: #1c4891; }

.case01{display: block; overflow: hidden; margin-top:.5rem;}
.case01 dl{ width: 24%;display: block; float: left; margin-right: 1.3%; margin-bottom: .5rem; overflow: hidden; box-shadow: 1px 1px 10px #ccc; background: #fff; }
.case01 dl:nth-child(4n){ margin-right: 0; }
.case01 dl dt{ display: block; overflow: hidden; }
.case01 dl dt img{    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    height: 250px; }
.case01 dl:hover dt img{-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.case01 dl dd{display: block; padding:.3rem .5rem; overflow: hidden; }
.case01 dl dd h3{ font-size: .48rem; color: #333; line-height: 2; font-weight: normal; }
.case01 dl dd p{ font-size: .42rem; color: #666; line-height: 2; padding: .3rem 0; display: block; }





.lx_con{ background: #fff;display: block; overflow: hidden;   }
.lx_con .lx_message{ width: 48%; padding:5% 4% 0; box-sizing: border-box;overflow: hidden; }
.lx_bt{}
.lx_bt h3{ font-size: 1.2rem; color: #1c4891; line-height: 1.8; }
.lx_bt p{ font-size: .5rem; color: #3c3c3c; line-height: 1.6; }
.lx_con .lx_desc{ width: 52%; display: block; position: relative; overflow: hidden; }
.lx_cc{ position: absolute;  display: block; overflow: hidden; top:10%; left:15%;  }
.lx_con .lx_desc .lx_img{display: block; overflow: hidden; }
.lx_con .lx_desc .lx_img img{ width: 100%; display: block; }

.message_01{display: block; overflow: hidden;  }
.msg {
        overflow: hidden;
    border-top: 0;
    text-align: left;
    margin-top: 1rem;
    padding: 10px;
    width: 70%;
}


.msg dl {
    width: 100%;  
    zoom: 1;
    border:1px solid #e0e5e3;
    background: #f5f5f5;
    display: block;overflow: hidden;
}
.msg dl:last-child{ background: none; border:none; }
.msg dl:last-child dd{ float: left; }

.msg dl dd .fbox img{ width: 100px; float: left; }
.msg dl {
    position: relative;
    margin-bottom: 12px;
    padding: 5px 0;
}

.msg dl dt {
    overflow: hidden;
    text-align: left;
    font-weight: normal;   
    float: left;
    line-height: 26px;
    color: #333;
    width: 60px;
    text-align: center;
    border-right: 1px solid #e0e5e3;
    font-size: 14px;
    
}

.msg dl dd {
    margin: 0;    
    float: right;
   width: calc(100% - 80px);
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.msg dl dd .fbox {
       background: none;
       display: block;
    overflow: hidden;
    font-size: 14px;
}



.msg dl dd.labelinline label {
    display: inline;
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px;
}

.msg dl dt.addimgdt p {
    margin-bottom: 8px;
    height: 30px;
    line-height: 30px;
}


.msg dl.noborder {
    border-bottom: 0;
}

.msg dl.noborder dt {
    display: none;
}

.msg dl.noborder dd {
    padding: 10px 15px;
}

.formerror {
    margin-top: 6px;
    height: 20px;
    line-height: 20px;
}

.formerror .fa-times {
    margin-right: 5px;
    padding: 1px 2px;
    border-radius: 3px;
    background: red;
    color: #333;
    font-size: 16px;
}

.formerror .fa-check {
    margin-right: 5px;
    padding: 2px;
    border-radius: 3px;
    background: #10aa00;
    color: #333;
    font-size: 14px;
}

.formerrorbox {
    border: 2px solid #f00 !important;
}

.msg dl dd.ftype_description {
    margin: 0 5px;
    padding: 8px;
    background: #00AAFF;
    color: #333;
}

.ftype_input .tips {
    padding-top: 5px;
}

.ftype_input .fbox input {
        padding: 2px 5px;
    width: 95%;
    height: 30px;
    outline: 0;
    border: none;
    /* border-radius: 2px; */
    background-color: none;
    color: #333;
    background: none;
    font-size: 14px;
}

.ftype_input .fbox input::-webkit-input-placeholder {
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.placeholder-ie {
    position: relative;
}

.placeholder-ie label {
    position: absolute;
    top: 7px;
    left: 8px;
    color: #999;
    cursor: text;
}

.ftype_textarea .tips {
    display: block;
}

.ftype_textarea textarea {
    padding: 7px 5px;
    width: 95%;
    height: 100px;
    outline: 0;
    border: none;    
    color: #fff;
    line-height: 1.5;
    background: none;
}

.ftype_textarea .fbox textarea::-webkit-input-placeholder {
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px;
}

select {
    padding: 4px;
    height: 31px;
    outline: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #656565;
    vertical-align: middle;
    line-height: 31px;
}

.ftype_radio .fbox label {
    display: block;
    margin: 0;
    height: 28px;
    font-weight: normal;
    line-height: 28px;
}

.ftype_radio .fbox input[type='radio'] {
    position: relative;
    position: relative;
    top: -1px;
    bottom: 3px;
    margin: 0;
    margin-right: 6px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    vertical-align: middle;
}

.ftype_radio .formerror {
    margin-top: 0;
}

.ftype_checkbox .fbox input[type='checkbox'] {
    position: relative;
    bottom: 3px;
    margin: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    vertical-align: middle;
}

.ftype_checkbox .fbox label {
    display: block;
    margin: 0;
    height: 28px;
    font-weight: normal;
    line-height: 28px;
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important;
}

.ftype_checkbox .formerror {
    margin-top: 0;
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px;
}

.submit {
    display: block;
    padding: 0 35px;
    height: 34px;
    border: 0 none;
    border-radius: 2px;
    background: #1c4891;
    color: #fff;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
    line-height:34px;
    cursor: pointer;  
    font-size: 16px; 
}

.submit:hover {
    background: #38c4f0;
}

.submit.active {
    background: #1ba4cf;
}

.msg dl dd.ftype_code input {
    margin-right: 10px;
    width: 80px;
}

.msg dl dd.ftype_code img {
    position: relative;
    bottom: 2px;
    height: 30px;
}

.lx_wm{ display: block; overflow: hidden;margin-top:.8rem; }
.lx_wm ul{ list-style: none; display: block;overflow: hidden; }
.lx_wm ul li{ display: block; margin-bottom: .8rem; padding:.3rem 0 .3rem 100px; background: url(../image/addr.png) left no-repeat;  }
.lx_wm ul li:nth-child(2){background: url(../image/map.png) left no-repeat; }
.lx_wm ul li h3{ font-size: .65rem; color: #fff; line-height: 1.8; }
.lx_wm ul li p{ font-size: .42rem; color: #fff; line-height: 1.8; }
.lx_wm ul li h3 a{ color: #fff; }


.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa; 
    font-size: 14px;
    background: url(/Home/template/default/images/position.png) left no-repeat;
    padding-left: 25px;
}

.article_head .position a {    color: #999;
  
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}

.article_content h1.article_title {
    font-size: 24px;
    font-weight: normal;
    padding: 5px 0; text-align: center;
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content{ padding: 1rem 0; display: block; overflow: hidden; }
.article_content .article_editor {
    padding: 20px 0 50px;
    line-height: 30px;
    font-size: 16px;
}

.article_editor img{
    max-width:100%
}

.bts{ padding: 12px 0; }
.bts a{ font-size: .4rem; color: #666; line-height: 2; display: block; }


/* 产品详情  */
.cp_01{ padding:1rem 0; background: url(/Home/template/default/images/cp_bg1.jpg) no-repeat; overflow: hidden; }
.cp_img{ display: block; overflow: hidden; width: 45%;  }
.cp_img img{ max-width: 100%; display: block; margin: 0 auto; }
.cp_txt{ width: 55%; display: block; overflow: hidden; }
.cp_txt .cp_bt01{display: block; overflow: hidden;}
.cp_txt .cp_bt01 h1{ font-size: 1rem; color: #222; line-height: 2; }
.cp_txt .cp_bt01 p{ font-size: .48rem; color: #666; line-height: 2; margin: .2rem 0; }
.cp_txt .cp_bt01 hr{ width: 50px; height: 2px; background: #222; border:none; }
.cp_txt .cp_desc{ padding: 1rem 0; display: block; overflow: hidden; }
.cp_txt .cp_desc p{ font-size: .48rem; color: #5a5a5a; line-height: 2; }


.cp_td{ padding: 2rem 0; }
.td_list{ display: block; overflow: hidden; }
.td_list ul{ list-style: none;  display: block; overflow: hidden;}
.td_list ul li{ width: 24%; border:1px solid #eee;float: left;display: block; overflow: hidden; padding: .5rem ; box-sizing: border-box; }
.td_list ul li img{float: left;display: block; margin-right: 10px; width: 60px; }
.td_list ul li h3{ font-size: .45rem; color: #333; line-height: 2; font-weight: normal; float: right; height: 3rem; width: calc(100% - 75px) }

.cp_sycj{ padding: 2rem 0; overflow: hidden; }
.sycj_list{ display: block; overflow: hidden; margin-top:1.5rem; }
.sycj_list ul{ list-style: none;  display: block; overflow: hidden;}
.sycj_list ul li{ width: 15%; display: block; float: left; margin-right: 2%; overflow: hidden; padding: 3%; box-sizing: border-box;    background-image: linear-gradient(90deg,#f2f5fa, #f9fbff);}
.sycj_list ul li:nth-child(6){ margin-right: 0; }
.sycj_list ul li i{ width: 100px; height: 100px; display: block; margin: 0 auto; }
.sycj_list ul li h3{ font-size: .6rem; color:#000000; line-height: 2; text-align: center; font-weight: normal; margin-top:.3rem; }
.sycj_list ul li .f01{ background: url(../image/ico_05.png) 0 0 no-repeat; }
.sycj_list ul li .f02{ background: url(../image/ico_05.png) 0 -100px no-repeat; }
.sycj_list ul li .f03{ background: url(../image/ico_05.png) 0 -200px no-repeat; }
.sycj_list ul li .f04{ background: url(../image/ico_05.png) 0 -300px no-repeat; }
.sycj_list ul li .f05{ background: url(../image/ico_05.png) 0 -400px no-repeat; }
.sycj_list ul li .f06{ background: url(../image/ico_05.png) 0 -500px no-repeat; }
.sycj_list ul li:hover{background-image: linear-gradient(90deg,#00338e, #326cd3);}
.sycj_list ul li:hover .f01{ background: url(../image/ico_05.png) -100px 0 no-repeat; }
.sycj_list ul li:hover .f02{ background: url(../image/ico_05.png) -100px -100px no-repeat; }
.sycj_list ul li:hover .f03{ background: url(../image/ico_05.png) -100px -200px no-repeat; }
.sycj_list ul li:hover .f04{ background: url(../image/ico_05.png) -100px -300px no-repeat; }
.sycj_list ul li:hover .f05{ background: url(../image/ico_05.png) -100px -400px no-repeat; }
.sycj_list ul li:hover .f06{ background: url(../image/ico_05.png) -100px -500px no-repeat; }
.sycj_list ul li:hover h3{ color: #fff; }


.cj_td{ background: #f2f5fa; padding: 2rem 0; overflow: hidden; }
.article_editor{ font-size: .45rem; color: #333; line-height: 2; }
.article_editor hr{ opacity: 0.3; }
.article_editor table{ border:1px solid #ddd; }
.article_editor table td{ border:1px solid #ddd; padding: 10px 15px; box-sizing: border-box; }


/* 解决方案详细  */
.solutions01{ display: block; overflow: hidden; background: #f4f6f8; }
.s_img01{ width: 42%; display: block; overflow: hidden; }
.s_img01 img{ max-width: 100%; display: block; }
.s_txt01{ width: 58%; display: block; padding: 5% 3%; box-sizing: border-box; overflow: hidden; }
.s_txt01 h3{ font-size: .6rem; color: #2e2e2e;line-height: 45px; background: url(/Home/template/default/images/i01.png) left no-repeat; border-bottom: 1px solid #eee;  padding-left:45px; padding-bottom: .2rem; }
.s_txt01 p{ font-size: .45rem; color: #2e2e2e; line-height: 2; margin:.5rem 0; }
.s_txt01 span{    width: 178px;
    display: block;
    margin-top: 1.5rem;}
.s_txt01 span a{background: url(../image/more.png) 80% no-repeat;
    font-size: .45rem;
    color: #00338e;
    line-height: 2.2;
    display: block;
    padding-left: 15%;
    border-radius: 35px;
    border: 1px solid #00338e;
}
.s_txt01 span a:hover{    background: url(../image/more.png) 80% no-repeat #00338e;
    color: #fff;}

.so_con{ padding: 1rem 0; overflow: hidden; }
.so_con p{ line-height: 2; }

.c_img01{ display: block; overflow: hidden; }
.c_img01 img{ max-width: 100%; display: block; margin: 10px auto; }


#flash{width: 100%; display: block;}
#flash .swiper-slide{ width: 100%; }
#flash .swiper-slide .img{ width: 100%; display: block; }
#flash .swiper-slide .img img{  display: block; }
#flash .swiper-pagination-bullet{background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;}
#flash .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
}
#flash .swiper-button-prev{ background: url(../image/ico_fl.png) no-repeat; width: 46px; height: 73px; }
#flash .swiper-button-prev:after{ display: none; }
#flash .swiper-button-next{ background: url(../image/ico_fr.png) no-repeat; width: 46px; height: 73px; }
#flash .swiper-button-next:after{ display: none; }
#flash .swiper-pagination-bullets{ bottom: 40px !important; }

@media (max-width: 1850px) {
  #flash .swiper-slide .img img{ width: 100%; }  
}




/*左侧分栏*/

.con_section {

    position: relative;

    padding: 20px 0 50px;

}

lside {
    display: block;
    position: relative;

    float: left;

    width: 222px;

}

lside section h2 {
    background: url(../image/p_tit.png) 10px no-repeat #0060a9;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

lside .lside_list {
    border: 1px solid #dfdfdf;

    display: block;

    overflow: hidden;

    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
}

lside .lside_list dl dt {

    padding-left: 34px;

    font-size: 16px;

    color: #666;

    background: url(../image/side_ico.png) 180px no-repeat;

    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../image/side_ico1.png) 180px no-repeat #ffa94c;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../image/side_ico1.png) 180px no-repeat #ffa94c;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../image/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;

}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover {
    background: #efefef;
}



/*右侧内容*/

article {
    width: 100%;
    display: block;
    margin: 40px 0;
}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}


.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}



/*新闻列表*/

.module_list_article {
    padding: 10px;

}

.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.module_list_article dl dt {
    width: 20%;
    float: left;
}

.module_list_article dl dt img {
    width: 100%;
}

.module_list_article dl dd {
    float: right;
    width: 78%;
}

.module_list_article dl dd h3 {
    font-weight: normal;

}

.module_list_article dl dd p {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0px;
    color: #666;
}

.module_list_article dl dd span {
    font-size: 12px;
    color: #666;
}


/*新闻详细*/

.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {

    padding: 0 10px;

}

/*图片列表*/

.module_list_img {

    padding: 10px;

}

.module_list_img li {

    width: 33.3333%;

}

.module_list_img li a {

    display: block;

    width: 280px;

    text-align: center;

}

.module_list_img li .img-size {

    width: 280px;

}

.module_list_img li h3 {

    font-weight: normal;

}

/*图片详情*/

.product-info {

    padding: 10px;

}

.product-img {

    width: 500px;

    float: left;

    border-right: 1px solid #eee;

    padding-right: 49px;

}

.product-img img {

    width: 100%;

}

.product-arr {

    float: left;

    width: 550px;

    padding-left: 50px;

}

.product-arr h3 {

    font-size: 24px;

    padding: 20px 5px;

    border-bottom: 1px solid #ddd;

}

.product-arr p {

    line-height: 28px;

    font-size: 14px;

}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}





/*分页*/

.page-list {

    clear: both;

    margin: 20px 0px 0px 0px;

    text-align: center;

}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {

    display: inline-block;

    font-family: Arial;

    font-size: 13px;

    padding: 7px 11px;

    margin-left: 6px;

    background-color: #fff;

    border: 1px solid #e6e6e6;

    border-radius: 4px;

}

.page-item.active .page-link {

    z-index: 1;

    color: #fff;

    background-color: #0052a3;

    border-color: #0052a3;

}

.page-item.disabled .page-link {

    color: #6c757d;

    pointer-events: none;

    cursor: auto;

    background-color: #fff;

    border-color: #dee2e6;

}

.page-case-detail {
    padding-top: 40px;
    background: #f6f6f6;
}

.page-banner {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 500px;
    position: relative;
}

.case-banner .wz {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    color: #fff;
}

.case-banner .wz h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 30px;
}

.case-banner .wz .view-wrap {
    text-align: center;
}

.case-banner .wz a {
    display: inline-block;
    width: 120px;
    height: 34px;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    line-height: 31px;
    text-align: center;
    font-size: 16px;
    color: #a8a8a8;
    margin: 0 auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.page-case-detail {
    padding-top: 40px;
    background: #f6f6f6;
    min-height: 400px;
}



.case-detail-info .preview-prve {
    width: 44px;
    height: 44px;
    border-radius: 25px;
    line-height: 44px;
    color: #fff;
    font-size: 12px;
    text-indent: 55px;
    position: fixed;
    left: 100px;
    bottom: 36%;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.case-detail-info .preview-next>div {
    position: relative;
}

.case-detail-info .preview-next>div a {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    opacity: 0;
}

.case-detail-info .preview-next>div span {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3);
    text-indent: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    right: 0;
    top: 0;
}

.case-detail-info .preview-prve.on {
    width: 142px;
    background: #2e2e2e;
}

.case-detail-info .preview-next.on {
    width: 142px;
    background: #2e2e2e;
    text-indent: -30px;
}

.case-detail-info .preview-prve>div a {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    opacity: 0;
}

.case-detail-info .preview-prve>div span {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3);
    text-indent: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    left: 0;
    top: 0;
}

.case-detail-info .preview-next>div:hover span {
    background: #0077b0
}

.case-detail-info .preview-prve>div:hover span {
    background: #0077b0
}

.case-detail-info .preview-next {
    width: 44px;
    height: 44px;
    border-radius: 25px;
    line-height: 44px;
    color: #fff;
    font-size: 12px;
    text-indent: -120px;
    position: fixed;
    right: 100px;
    bottom: 36%;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.info-wrap{ line-height: 32px; }

.page-banner .wz {
    position: absolute;
    width: 1200px;
    padding: 0 15px;
    text-align: center;
    height: 110px;
    top: 40%;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
}

.want-buy {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.want-buy a {
    font-size: 17px;
    padding: 0 20px;
    line-height: 40px;
    background: #0077b0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
}


.gotop {
    width: 40px;
    height: 40px;
    background: url(../image/gotop.png) no-repeat center;
    background-size: contain;
    position: fixed;
    right: 5px;
    bottom: 50px;
    cursor: pointer;
    display: none;
    transition: all .5s;
    z-index: 30;
    opacity: 1 !important;
}


.fadeIn {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.fadeInUp {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.fadeInDown {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.fadeInLeft {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.fadeInRight {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.zoomIn {
    opacity: 0;
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.animated {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.support01{ border-bottom: 1px solid #eee; padding-bottom: 2rem; overflow: hidden; padding: 3% 2%; }
.s_tit{ display: block; overflow: hidden; }
.s_tit h3{ font-size: 1rem; color: #222; line-height: 2; font-weight: normal; }
.supp_con{ margin-top:1.5rem; display: block; overflow: hidden; }
.sp_txt{ width:50%; display: block; overflow: hidden; padding: 2% 0 0; }
.sp_txt p{ font-size: .45rem; color: #7e7e7e; line-height: 2.4; }
.sp_img{width:48%; display: block;overflow: hidden; }
.sp_img img{ max-width: 100%; display: block; }


.down_load{ padding: .6rem 5%; }
.downloadList1 {
    padding-bottom: 3%;
}

.downloadList1 li {
    margin-bottom: 20px;
}

.downloadList1 li a {
    display: block;
    padding: 20px 110px 20px 20px;
    position: relative;
    border: 1px solid #CCCCCC;
    color: #333333;
}

.downloadList1 li a h5 {
    margin-bottom: 16px;
    line-height: 20px;
    font-weight: normal;
    font-size: 16px;
}

.downloadList1 li a span {
    display: block;
    line-height: 1;
    color: #999999;
     font-size: 14px;
}

.downloadList1 li a .btn {
    position: absolute;
    right: 30px;
    top: 50%;
    color: #333;
    line-height: 24px;
    padding-left: 32px; 
   
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
}
.downloadList1 li a:hover .btn{ color: #fff; }

.downloadList1 li a:hover {
    border-color: #0a448d;
    background: #0a448d;
    color: #fff;
}

.downloadList1 li a:hover span {
    color: #FFFFFF;
    opacity: 0.6;
}





