@charset "utf-8";
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: "思源黑体 CN","Microsoft YaHei";
}

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: 1420px;
    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;     
    background: url(../images/top_bg.jpg) no-repeat; 
    background-size: cover;

}

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

.top_nav .logo {
    width: 463px; 
    margin:.5rem 0;   
}

.top_nav .logo img {    
    display: block;
    float: left;   
    width: 100%;  
}


@media (max-width: 1650px) {

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

}



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

/* 导航 */



.navlist {
    width: 100%;margin-top:.1rem;
    border-top:1px solid rgba(255,255,255,0.2);  
}
.nav_out {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.tem_head nav {
    width: 100%;
    height: 65px;
    line-height: 65px;
    position: relative;
}
.tem_head nav ul {
    position: relative;
    display: flex;
    justify-content: space-around;
}
.tem_head nav ul li {
    line-height: 65px;
    position: relative;
}
.tem_head nav ul 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 ul li.icon:hover::after {
    transform: rotateZ(180deg);
    margin-top: -2px;
    transition: all .3s;
}

.tem_head nav a {
    display: block;
    font-size: .48rem;
    text-align: center;
    color: #fff;
    position: relative;   
}
.tem_head nav .nav_line{ width: 1px; height: 23px; background: #abc6e4;margin-top:20px; }

.tem_head nav li>a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 62px;
    width: 0;
    height: 3px;
    background: #fff;
    transition: all .3s;}
.tem_head nav a:hover::after {
    width: 100%
}

.tem_head nav li>a:hover {
    line-height: 65px;
    color:rgba(255,255,255,0.6);
    -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:rgba(255,255,255,0.8);
}

.tem_head nav li>a.navdown::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 62px;
    width: 100%;
    height: 3px;
    background: #fff;
}

.tem_head nav dl {
    min-width: 135px;
    background: rgba(22,63,150,0.6);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 65px;
    padding: 0 10px;
    opacity: 0;
    z-index: 2;
}

.tem_head nav li:nth-child(3) dl {
    width: 166px;
}
.tem_head nav li:hover dl {
    opacity: 1;
}

.tem_head nav dl dd a {
    line-height: 36px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: all .3s;
    font-size: 15px;
    padding: 5px 0;
    color: #fff;
}
.tem_head nav dl dd a:hover {
    transform: translateX(5px);
    border-bottom: 1px solid #ccc;
}
.tem_head nav dl dd a:last-child {
    border-bottom: none;
}
.search_box {
    width: 270px;    
    height: 40px;  
    background: #fff;
   margin-top:.2rem;
    float: right;

}

.box {
    height: 40px;
    position: relative;
    border: 1px solid #ddd;
}

.texts {
    width: 220px;
    height: 100%;
    float: left;
    padding-left: 10px;
    font-family: "Microsoft YaHei";
    border: none;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
}
#searchform{ display: block; overflow: hidden; }

.btnSubmits {
    width: 36px;
    background: url(../images/sea_btn.png) 8px no-repeat;
    border: none;
    height: 40px;
    cursor: pointer;
}
.top_right{ width: 270px; display: block; overflow: hidden; margin-top:.1rem; }
.stu_guide{ display: block; overflow: hidden; }
.stu_guide ul{ list-style: none; display: block;overflow: hidden; }
.stu_guide ul li{display: inline-block; padding: 0 .35rem; border-right: 1px solid #3396da; line-height: 16px; margin-left: -.1rem; }
.stu_guide ul li:nth-child(3){ border-right: none; }
.stu_guide ul li a{ font-size: .42rem; color: #fff; display: block; }



@media (max-width: 1440px) {
  .w1 {   
    padding: 0 30px;
    display: block;
    box-sizing: border-box;
}

.top_nav{   
    padding: 0 30px;
    box-sizing: border-box;
   width: 100%;  
}
}
.head-search__modal {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #163f96;
    z-index: 700;
}
.head-search__mcont {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    width: 100%;
}

.head-search__mcont input {

    width: 100%;

    height: 38px;

    color: #fff;

    padding: 0;

    background-color: transparent;

    border: none;

    border-bottom: 1px solid rgba(255,255,255,0.6);

    font-size: 16px;

}

.head-search__mcont input::placeholder{ color: #fff; }



.hsm-btn {

    padding: 0;

    background-color: transparent;

    outline: none;

    border: none;

    position: absolute;

    right: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    color: #fff;

    cursor: pointer;

    z-index: 20;

    font-size: 18px;

}



.hsm-close {

    -webkit-transition: transform .3s linear;

    -webkit-transition: -webkit-transform .3s linear;

    transition: -webkit-transform .3s linear;

    -o-transition: transform .3s linear;

    transition: transform .3s linear;

    transition: transform .3s linear, -webkit-transform .3s linear;

    position: absolute;

    display: inline-block;    

         right: 12px;

    top: 16px;

    color: #fff;

    cursor: pointer;

    font-size: 20px;

}

.hsm-close:hover{color: #fff;

    transform: rotate(360deg);

-webkit-transform: rotate(360deg);

-moz-transform: rotate(360deg);

-o-transform: rotate(360deg);

-ms-transform: rotate(360deg);}



@media (min-width: 768px){

.head-search__mcont {
   max-width: 500px;
    width: 100%;

}

.head-search__modal .hsm-close {
    right: 120px;
    top: 25px;
    font-size: 20px;

}

}

@media (min-width: 992px){
    .head-search__mcont {   max-width: 830px;
    width: 100%;
}
}

/* 网站主体  */
.section01{ padding: 1.5rem 0 2rem; display: block; overflow: hidden; }
.bg01{ background:url(../images/bg01.jpg) no-repeat; background-size: cover; }
.zhaos{ width: 65%; display: block; overflow: hidden; }
.pro_tit{display: block; overflow: hidden;}
.bt_fl{ float: left;display: block; overflow: hidden; position: relative; }
.bt_fl p{ font-size: .6rem; color: #e9f1f7; line-height: 1.6; text-transform: uppercase; }
.bt_fl h3{ position: absolute; font-size: .65rem; color: #046eb8; line-height: 1.8; top:20%; }
.public_more{ float: right;display: block; background: url(../images/more.png) no-repeat; width: 92px; text-align: center; margin-top:.5rem; }
.public_more a{display: block;  font-size: 14px; color: #222222; line-height: 2; padding: .2rem 0;}
.public_more a:hover{ color: #046eb8; }

.zhaos_news{ margin-top:.5rem; display: block; overflow: hidden; }
.zhaos_news .zs_hot{ width: 65%; display: block; overflow: hidden; }
.zhaos_news .zs_hot li{ display: none; }
.zhaos_news .zs_hot li:nth-child(1){ display: list-item; }
.zhaos_news .zs_hot dl{ display: block; overflow: hidden;}
.zs_con dl dt{display: block; overflow: hidden;}
.zs_con dl dt video{ width: 100%;display: block; }
.zs_con dl dt img{ max-width: 100%; display: block; }
.zs_con dl dd{ padding: .4rem .5rem .8rem; display: block; overflow: hidden; background: #f8f8f8; position: relative; }
.zs_con dl dd h3{ font-size: .55rem; color: #3d3d3d; line-height: 2; }
.zs_con dl dd span{ background: url(../images/time.png) left no-repeat; display: block; line-height: 20px; font-size: 14px; padding-left: 20px; margin: .3rem 0; color: #bdbdbd; }
.zs_con dl dd p{ font-size: .42rem; color: #7c7a7a; line-height: 1.8; }
.zs_con dl dd:after{ width: 0; height: 4px; background: #046eb8; position: absolute; bottom: 0; content: ''; left: 0; -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s; }
.zs_con dl:hover dd:after{ width: 100%; }
.zs_con dl:hover dd h3{ color: #046eb8; }

.zs_list{ width: 34.5%; display: block; overflow: hidden;list-style: none;}
.zs_list li.active02 h3{color: #046eb8;}
.zs_list li{ margin-bottom: .15rem;display: block; background: url(../images/news_bg.jpg) no-repeat; padding: 0 .2rem .8rem; position: relative;     background-size: cover; }
.zs_list li:nth-child(3){ margin-bottom: 0; }
.zs_list li h3{ font-size: .45rem; color: #3d3d3d; line-height: 2; font-weight: normal; margin-top: 15px;}
.zs_list li span{background: url(../images/time.png) left no-repeat; display: block; line-height: 20px; font-size: 14px; padding-left: 20px;  color: #bdbdbd; margin-top:.3rem;}
.zs_list li i{ width: 39px; height: 17px; position: absolute; right: .8rem; bottom:1.4rem; }
.zs_list li:after{ width: 0; height: 4px; background: #046eb8; position: absolute; bottom: 0; content: ''; left: 0; -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s; }
.zs_list li:hover:after{ width:100%; }
.zs_list li:hover h3{color: #046eb8;}
.zs_list li.active02:after{ width:100%; }
.zs_list li .pic02{ display: block; overflow: hidden; }
.zs_list li .pic02 img{ width: 100%; display: block; }



.school_news{ width: 33%; display: block; overflow: hidden; }
.scoo_img{display: block; overflow: hidden;padding: 0 0 .25rem;border-bottom: 1px solid #eee;}
.scoo_img dl{display: block; overflow: hidden; }
.scoo_img dl dt{display: block; overflow: hidden;position: relative;}
.scoo_img dl dt img{width: 100%;
    display: block;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    }
.scoo_img dl:hover dt img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.scoo_img dl dd{display: block; overflow: hidden; padding-top:.3rem;}
.scoo_img dl dd span{ font-size: .4rem; color: #9b9b9b; line-height: 1.8; display: block; }
.scoo_img dl dd h3{ font-size: .45rem; color: #434343; line-height: 1.8; font-weight: normal; }
.scoo_img dl:hover dd h3{ color: #046eb8; }


.scoo_list{display: block; overflow: hidden;}
.scoo_list ul{ list-style: none; display: block; overflow: hidden; }
.scoo_list ul li{ display: block; border-bottom: 1px solid #eee; padding: .2rem 0 .25rem; }
.scoo_list ul li span{ font-size: .4rem; color: #9b9b9b; line-height: 1.8; display: block; }
.scoo_list ul li h3{ font-size: .45rem; color: #434343; line-height: 2; font-weight: normal; }
.scoo_list ul li:hover h3{ color: #046eb8; }

/* 风采展示  */
.bg02{ background: url(../images/bg02.jpg) no-repeat; background-size: cover; }
.style{display: block; overflow: hidden;  }
.style .tab-hd{ display: block; overflow: hidden;}
.style .tab-hd li{ width: 32%; margin-right: 2%; float: left; background: #999; padding: .2rem;  box-sizing: border-box;}
.style .tab-hd li a{ border:1px solid #fff; background: url(../images/b01.png) center no-repeat; display: block; text-align: center; font-size: .45rem; color: #fff; padding: .4rem 0; }
.style .tab-hd li:nth-child(3){ margin-right: 0; }
.style .tab-hd li.active02{ background: #046eb8; }
.style .tab-bd{ padding-top:1rem;display: block; overflow: hidden; }
.style .tab-bd li{ display: none;  }
.style .tab-bd li.thisclass{ display: list-item; }
.p01{display: block; overflow: hidden; position: relative; padding-bottom: 1.5rem; margin-top:.5rem}
.p01 .style01{display: block; overflow: hidden;}
.p01 .style01 .swiper-slide{height: 100%;   
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);}
.p01 .style01 .swiper-slide-active{ 
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 99;}

.p01 .style01 .swiper-slide dl{ position: relative; display: block; overflow: hidden; }
.p01 .style01 .swiper-slide dl dt{display: block; overflow: hidden;}
.p01 .style01 .swiper-slide dl dt img{ width:1070px; display: block; height: 580px; }
.p01 .style01 .swiper-slide dl dd{ position: absolute; background: rgba(0,0,0,0.5); bottom:0; width: 100%; display: block; overflow: hidden; }
.p01 .style01 .swiper-slide dl dd p{ font-size: .55rem; color: #fff; line-height: 2; padding: .2rem 0;display: block; text-align: center; font-weight: bold;  }
.p01 .style01 .swiper-button-prev{ width: 45px; height: 45px; display: block; background: url(../images/ico_fl.png)  0 0 no-repeat; left:16%; }
.p01 .style01 .swiper-button-next{ width: 45px; height: 45px; display: block; background: url(../images/ico_fl.png) -56px 0 no-repeat; right:16%; }
.p01 .style01 .swiper-pagination{ bottom:0; }
.p01 .style01 .swiper-pagination-bullet-active{background: #046eb8;}

/*  学生天地  */
.bg03{ background: url(../images/d_bg.jpg) bottom no-repeat; }
.students_cc{ width: 70%; display: block;overflow: hidden; position: relative; }
.student_01{display: block; }
.student_01 .tab-hd02{ position: absolute; right:0; top:0;display: block;overflow: hidden; border: 1px solid #ebebeb; background: #f8f8f8; width: 60%; margin-top:.2rem; }
.student_01 .tab-hd02 li{ width: 33.2%; float: left; border-right:1px solid #ebebeb; text-align: center; font-size: .42rem; color: #181818;  display: block; }
.student_01 .tab-hd02 li a{color: #181818; display: block;padding: .3rem 0;  }
.student_01 .tab-hd02 li:nth-child(3){ border-right: none; }
.student_01 .tab-hd02 li.active02 a{ background: url(../images/b01.png) center no-repeat #046eb8; color: #fff; }
.student_01 .tab-bd02{display: block;overflow: hidden; margin-top:.8rem;}
.student_01 .tab-bd02 li{ display: none;overflow: hidden;  }
.student_01 .tab-bd02 li:nth-child(1){ display: list-item; }
.stu_con{ padding:.8rem .4rem .5rem; display: block;overflow: hidden;background: #f2f2f2; }
.stu_con dl{ width: 32%; display: block; float: left;overflow: hidden;  margin-right: 2%;  }
.stu_con dl:nth-child(3){ margin-right: 0; }
.stu_con dl dt{ display: block;overflow: hidden; max-height: 180px }
.stu_con dl dt img{ max-width: 100%; display: block;-webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;}
.stu_con dl:hover dt img{-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);}
.stu_con dl dd{ display: block; overflow: hidden; text-align: center; }
.stu_con dl dd h3{ font-size: .42rem;
    color: #333;
    line-height: 2;
    font-weight: normal;
    margin-top: .3rem; }
.stu_cc{ background: #f2f2f2; padding: .4rem .5rem 1.4rem;display: block;overflow: hidden; }
.stu_cc h3{ font-size: .5rem; color: #333; line-height: 2; }
.stu_cc p{ font-size: .42rem;
    color: #666;
    line-height: 1.6;
    margin-top: .5rem; }

.stu_star{ width: 28%; display: block; overflow: hidden;margin-top: .1rem; }
.biy02{ width:100%; display: block; }

#star{ display: block; overflow: hidden; position: relative; height: 460px;}
#star .swiper-slide{display: block; overflow: hidden;}
.students_style{ margin-top:.8rem; }
#star .swiper-slide dl{  display: block; overflow: hidden; padding: .3rem 0;border-bottom: 1px solid #ddd; }
#star .swiper-slide dl .stu_img{ float: left; width: 35%; display: block; overflow: hidden;  }
#star .swiper-slide dl .stu_img img{ width: 100%;display: block; }
#star .swiper-slide dl .stu_con01{ width: 62%; float: right;display: block;  }
#star .swiper-slide dl .stu_con01 h3{ font-size: .48rem; color: #222; line-height: 1.8; }
#star .swiper-slide dl .stu_con01 span{ font-size: .42rem; color: #656565; line-height: 1.6; margin-top:.4rem; display: block; }
#star .swiper-slide dl .stu_con01 p{ font-size:  .43rem; color: #343434;line-height: 1.6; }

.bg04{ background: url(../images/bg05.jpg) no-repeat; background-size: cover }
.zs_ico{ padding: 1rem 0 0; display: block; overflow: hidden; }
.zs_ico ul{display: block; overflow: hidden;list-style: none; }
.zs_ico ul li{ width: 13.5%; float: left; margin-right: 0.8%;  text-align: center; padding: .8rem 0;-webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;}
.zs_ico ul li:last-child{ margin-right: 0; }
.zs_ico ul li i{ width: 100px; height: 100px; display: block; margin: 0 auto; }
.zs_ico ul li h3{ font-size: .5rem; color: #444444; line-height: 2; margin-top:.1rem; }
.zs_ico ul li .a01{ background: url(../images/tb.png) 0 0 no-repeat }
.zs_ico ul li .a02{ background: url(../images/tb.png) 0 -107px no-repeat }
.zs_ico ul li .a03{ background: url(../images/tb.png) 0 -206px no-repeat }
.zs_ico ul li .a04{ background: url(../images/tb.png) 0 -310px no-repeat }
.zs_ico ul li .a05{ background: url(../images/tb.png) 0 -410px no-repeat }
.zs_ico ul li .a06{ background: url(../images/tb.png) 0 -510px no-repeat }
.zs_ico ul li .a07{ background: url(../images/tb.png) 0 -610px no-repeat }

.zs_ico ul li:hover .a01{ background: url(../images/tb.png) -100px 0 no-repeat }
.zs_ico ul li:hover .a02{ background: url(../images/tb.png) -100px -107px no-repeat }
.zs_ico ul li:hover .a03{ background: url(../images/tb.png) -100px -206px no-repeat }
.zs_ico ul li:hover .a04{ background: url(../images/tb.png) -100px -310px no-repeat }
.zs_ico ul li:hover .a05{ background: url(../images/tb.png) -100px -410px no-repeat }
.zs_ico ul li:hover .a06{ background: url(../images/tb.png) -100px -510px no-repeat }
.zs_ico ul li:hover .a07{ background: url(../images/tb.png) -100px -610px no-repeat }
.zs_ico ul li:hover{ background: url(../images/t.png) no-repeat; background-size: 100%; }
.zs_ico ul li:hover h3{ color: #046eb8; }

@media (max-width: 1360px) {
.zs_ico ul li{padding: .35rem 0;
}

}

.footer{ width: 100%; display: block; background: url(../images/db_bg.jpg) no-repeat; background-size: cover;display: block; overflow: hidden; }
.db_con{ padding: 1.2rem 0; overflow: hidden;  }
.db_con .db_lodo{ width: 420px; }
.db_lodo .d_logo01{ max-width: 100%; display: block; overflow: hidden; }
.db_lodo .d_logo01 img{ max-width: 100%;display: block;  }
.db_lodo .db_lx{ margin-top:1rem; display: block; overflow: hidden; margin-left:1rem;}
.db_lodo .db_lx p{ padding-left:34px; font-size: 15px; color: #fff; line-height: 34px; background: url(../images/ico_lx.png) left 5px no-repeat; }
.db_right{ width: 615px; display: block; overflow: hidden;  }
.db_right .db_ewm{  display: block; overflow: hidden; }
.db_right .db_ewm ul{ list-style: none; display: block; overflow: hidden; float: right; }
.db_right .db_ewm ul li{ width: 160px; float: left; display: block; margin-right: .8rem; text-align: center; }
.db_right .db_ewm ul li:nth-child(3){ margin-right: 0; }
.db_right .db_ewm ul li img{ display: block;max-width: 135px; margin: 0 auto; }
.db_right .db_ewm ul li p{ font-size: 14px; color: #88c3ed; line-height: 28px; margin-top:10px; }
.db_right .copyright{ display: block; overflow: hidden; margin-top:1.6rem;}
.db_right .copyright p{ font-size: .42rem; color: #fff; line-height: 2; text-align: right; }
.db_right .copyright p a{ color: #fff; }

 .link{ width:230px; background: none;  }
 .link .db_link{ height:48px; color:#666666; background: none;border:1px solid #363636; padding:10px; width:100%; }

.select { height: 38px; position: relative;margin: 10px 0 0 0;width: 250px;  }
.select dt { height: 38px; display: inline-block; background: #ffffff url(../images/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: #333333; 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{ }


/* 内页  */
.warpper{display: block;  }
.content01{ padding: .7rem 0;  }
.sidebar{ width: 23%; display: block; overflow: hidden; position: relative; top:-3.5rem; }
.side_lb{ width: 100%; background: url(../images/side_bg.jpg) no-repeat;  border-top-right-radius: 40px; display: block; overflow: hidden; min-height: 11rem; }
.side_bt{display: block; overflow: hidden; padding-left:.3rem; border-left:2px solid #fff; margin: 1.5rem 1rem; }
.side_bt h3{ font-size: .5rem; color: #fff; line-height: 1.6;display: block;  }
.side_bt p{ font-size: 14px; line-height: 20px; color: #fff; text-transform: uppercase; opacity: 0.4; display: block; }
.side_list{ margin:1.5rem 0 5rem; display: block; overflow: hidden; }
.side_list ul{display: block; overflow: hidden;  list-style: none;}
.side_list ul li{display: block; margin: .6rem 0; position: relative;}
.side_list ul li a{ display: block; padding-left:2.8rem; font-size: .46rem; color: #7babdf; line-height: 2; }
.side_list ul li a:before{ width: 0; height: 1px; left:1.5rem; position: absolute; top:.4rem; content:''; background:#fff; -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s; }
.side_list ul li a:hover:before{ width: 1rem; }
.side_list ul li a:hover{ color: #fff; }

.side_list ul li a.on1:before{ width: 1rem; }
.side_list ul li a.on1{ color: #fff;  }

.side_list ul li dl{ padding: .2rem .3rem; display: block; overflow: hidden; }
.side_list ul li dl dd{ margin-bottom: .3rem; display: block; overflow: hidden; }
.side_list ul li dl dd a{font-size: 14px; color: #ccc; line-height: 30px; display: block;}
.side_list ul li dl dd a.on2{ color: #eee; }


.side_lx{ display: block; margin-top:.5rem; background: url(../images/side_06.jpg) bottom no-repeat #f9fbfe; overflow: hidden; padding: .8rem; box-sizing: border-box; }

.s_bt01{}
.s_bt01 h3{ font-size: .6rem; color: #1b5a9f; line-height: 2; }
.s_bt01 p{ font-size: .55rem; color: #002247; line-height: 1.5; border-top:1px solid #b0c6df;  display: block;  padding-top:.3rem;}
.s_tel{ margin-top:.8rem;display: block; overflow: hidden;  }
.s_tel ul{display: block; overflow: hidden;  list-style: none;}
.s_tel ul li{display: block; margin-bottom: .5rem; overflow: hidden;}
.s_tel ul li i{ width: 40px; height: 40px; float: left; margin-right: 8px; }
.s_tel ul li h3{ float: left; font-size: .6rem; color: #002247; line-height: 40px; width:calc(100% - 50px)}
.s_tel ul li .i01{ background: url(../images/ico_tel.png) no-repeat}
.s_tel ul li .i02{ background: url(../images/ico_map.png) no-repeat}
.s_tel ul li:nth-child(2) h3{ font-size: .42rem; font-weight: normal; line-height: 24px; }

.school_content{ width: 74%; display: block; overflow: hidden; padding-bottom: 2rem; }
.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #666;   
    font-size: 14px;
    background: url(../images/positions.png) left no-repeat;
    padding-left: 20px;
}

.article_head .position a {
    color: #999; font-size: 14px;
}

.article_head h1 {
    color: #6d6d6d;
    font-weight: bold;
    font-size: .55rem;
    position: relative;
}
.article_head h1:after{ width: 80px; height: 3px; background: #1b5a9f; bottom:0; content: '';position: absolute; left: 0; }


.art_title{ text-align: center; margin:.5rem; font-size: .8rem; color: #000000; line-height: 2; font-weight: bold; }
.article_editor p{     font-size: 16px;
    color: #333;
    line-height: 32px;
    font-family: "微软雅黑"; }


/* 校园动态  */
.dynamics_hot{ padding: 1rem 0rem; display: block; overflow: hidden; }
.dy_top{ width: 52%; display: block; overflow: hidden;  }
.dt_recom{ width: 46%;display: block; overflow: hidden;  }
.dt_recom dl{ display: block; overflow: hidden; margin-bottom: .6rem;}
.dt_recom dl:last-child{ margin-bottom: 0; }
.dt_recom dl dt{ width: 72px; background: #f3f3f3; padding: .2rem 0; overflow: hidden; float: left; text-align: center; }
.dt_recom dl dt h3{ font-size: .9rem; color: #666666; line-height: 1.4; }
.dt_recom dl dt p{ font-size: 12px; color: #666; line-height: 18px; }
.dt_recom dl dd{ width: calc(100% - 82px); float: right; }
.dt_recom dl dd h3{ font-size: .44rem; color: #1b1b1b; line-height: 1.5; font-weight: normal; }
.dt_recom dl dd p{ font-size: 14px; color: #8c8c8c; line-height: 22px; margin-top:8px;}
.dt_recom dl:hover dd h3{ color: #1b5a9f; }
.dt_recom dl:hover dt{ background: #1b5a9f }
.dt_recom dl:hover dt h3{ color: #fff; }
.dt_recom dl:hover dt p{ color: #fff; }


#dynamics{ display: block; overflow: hidden; position: relative; }
#dynamics .swiper-slide{ display: block; overflow: hidden;}
#dynamics .swiper-slide dl{ position: relative; display: block; overflow: hidden; }
#dynamics .swiper-slide dl dt{}
#dynamics .swiper-slide dl dt img{ max-width: 100%; display: block; }
#dynamics .swiper-slide dl dd{ width: 100%; position: absolute; background: rgba(0,0,0,0.5); bottom:0; }
#dynamics .swiper-slide dl dd p{ font-size: .42rem; color: #fff; line-height: 2; padding: .5rem 0 .5rem .8rem; }
#dynamics  .swiper-pagination-bullet{ width: 21px; height: 21px;background: url(../images/yuan2.png) no-repeat; opacity: 1; }
#dynamics  .swiper-pagination-bullet-active{  background: url(../images/yuan.png) no-repeat; }
#dynamics  .swiper-pagination{ left:auto; right: 5%; width: auto; }

.news_cc{ margin-top:1rem; display: block; overflow: hidden; }
.news_cc dl{ display: block; overflow: hidden; margin-bottom: .6rem; padding:1rem .8rem;} 
.news_cc dl dt{ float: left; width: 80px; background:#f3f3f3;padding: .2rem 0; overflow: hidden;text-align: center;  }
.news_cc dl dt h3{ font-size: .9rem; color: #666666; line-height: 1.4; }
.news_cc dl dt p{ font-size: 12px; color: #666; line-height: 18px; }
.news_cc dl dd{ width: calc(100% - 102px); float: right; }
.news_cc dl dd h3{ font-size: .48rem; color: #1b1b1b; line-height: 1.5; font-weight: normal; }
.news_cc dl dd p{ font-size: 14px; color: #8c8c8c; line-height: 22px; margin-top:8px;}
.news_cc dl:hover{ background: #f3f3f3; }
.news_cc dl:hover dt{ background: #1b5a9f; }
.news_cc dl:hover dt h3{ color: #fff; }
.news_cc dl:hover dt p{ color: #fff; }
.news_cc dl:hover dd h3{ color: #1b5a9f; }
.news_cc dl a{ display: block; }


/* 教师团队 */
.teacher_list{ padding: 1rem .5rem; display: block; overflow: hidden;}
.teacher_list dl{display: block; overflow: hidden; margin-bottom: .9rem; background: #f3f3f3; }
.teacher_list dl dt{ width: 20%; display: block; float: left;overflow: hidden; }
.teacher_list dl dt img{ width: 100%; display: block; }
.teacher_list dl dd{ padding: .4rem .6rem; overflow: hidden; width: 79%; box-sizing: border-box; float: right;  }
.teacher_list dl dd h3{ font-size:.55rem; color: #1b5a9f; line-height: 2; border-bottom:1px solid #dddddd; position: relative;  }
.teacher_list dl dd h3:after{ width: 40px; height: 1px; background: #5798df; content: ''; position: absolute; bottom:-1px; left:0; }
.teacher_list dl dd h3 span{ font-size: .42rem; color: #858585;line-height: 1.8; font-weight: normal; }
.teacher_list dl dd p{ font-size: 14px; color: #858585; line-height: 28px; margin-top:.2rem; }
.teacher_list dl:hover{ background: #1b5a9f; }
.teacher_list dl:hover dd h3{ color: #fff; }
.teacher_list dl:hover dd p{ color: #fff; }
.teacher_list dl:hover dd span{ color: #fff; }


/* 安全教育  */
.students_list{ padding: 1rem .3rem; display: block; overflow: hidden;}
.students_list dl{display: block; overflow: hidden; background: #f7f7f7; width: 32%; margin-right: 2%; margin-bottom: .8rem; float: left;}
.students_list dl:nth-child(3n){ margin-right: 0; }
.students_list dl dt{ display: block; overflow: hidden; height:205px;}
.students_list dl dt img{ width: 100%; display: block; }
.students_list dl dd{ padding: .5rem .4rem; overflow: hidden; }
.students_list dl dd i{ font-style: normal; font-size: 14px; color: #868686; line-height: 20px; display: block; }
.students_list dl dd h3{ font-size: .42rem; color: #3a3a3a; line-height: 1.8; margin:.4rem 0 .3rem; font-weight: normal; height:1.4rem; }
.students_list dl dd span{ width: 33px; height: 33px; background: url(../images/more02.png) 0 0 no-repeat; display: block; }
.students_list dl:hover dd span{background: url(../images/more02.png) -37px 0 no-repeat;}


/*banner*/

#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-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat;
    width: 46px;
    height: 73px;
    left: 0 !important;
}

#flash .swiper-button-prev:after {
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat;
    width: 46px;
    height: 73px;
    right: 0 !important;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash  .swiper-pagination {
    bottom: 25px;
}

#flash .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 60px;
    height: 3px;
    border-radius: 0;
    margin: 0 8px;
    background-color: #fff;
    transition: background-color .3s ease;
    border-radius: 15px;
}

#flash  .swiper-pagination-bullet::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #046eb8;
    transform: scaleX(0);
    transform-origin: 0 0;
    border-radius: 10px;
}

#flash  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    animation: sliderPagination 5s linear forwards;
    border-radius: 10px;
}

#flash  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
    border-radius: 15px;
}

#flash  .swiper-pagination-bullet:hover {
    background-color: #046eb8;
    border-radius: 10px;
}

@keyframes sliderPagination {
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}
@media screen and (max-width:1520px) {

 

.ab_txt p{ font-size: 15px; line-height: 30px; }
.ab_txt{ padding: 1% 2.5%; }
}

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



/* 企业简介  */
.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;
    right: 25%;
    top: 60%;
    transform: translateY(-50%);
    z-index: 5;
    width: 50%
}

.pageBanner .mxfDiv2 {
    left: 50%;
    right: auto;
    margin-right: 0;
    margin-left: -7.68rem;
}

.pageBanner .txtDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .txtDiv hr {
    width: 30px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 0 auto;
}

.pageBanner .mxfDiv2 .txtDiv {
    text-align: left;
}

.pageBanner .txt1 {
    font-size: 30px;
    line-height: 20px;
    padding-bottom: 25px;
    color: #fff;
    font-weight: bold
}

.pageBanner .txt2 {
    font-size: 18px;
    height: 75px;
    line-height: 36px;
    position: relative;
    color: #fff
}

.pageBanner .sxdDiv {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.pageBanner .wenDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .wen1 {
    font-size: 48px;
    line-height: 48px;
    height: 0.8rem;
    position: relative;
}

.pageBanner .wen1:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.pageBanner .wen2 {
    font-size: 14px;
    padding-top: 0.6rem;
}




/*左侧分栏*/
.con_section {
    position: relative;
    padding: 5px 0 50px;
    overflow: hidden;
}

lside {
    display: block;
    position: relative;
    float: left;
    width: 20%;
}

lside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #025cad;
    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: 14px;
    font-size: 16px;
    color: #666;
    background: url(../images/side_ico.png) 190px no-repeat;
    display: block;
}

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

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 190px no-repeat #025cad;
    display: block;
}

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

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 190px no-repeat #025cad;
    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(../images/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;
}





.side_news ul {
    list-style: none;
    padding: 15px 8px;
    display: block;
    overflow: hidden;
}

.side_news ul li {
    width: 100%;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
}

.side_news ul li a {
    padding-left: 5px;
    display: block;
    font-size: 14px;
    color: #5c5c5c;
}

.side_news ul li a:hover {
    color: #f00;
    text-decoration: underline;
}

.bts{ padding: 12px 0; }
.bts a{ font-size: .4rem; color: #666; line-height: 2; display: block; }
.bts a:hover{color: #1b5a9f}
/*右侧内容*/
article {
    width: 78%;
    float: right;
    padding: 0 10px 50px;
}


.met_module2_list {
    padding: 10px 10px
}

.met_module2_list li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 100px 15px 10px;
    position: relative
}

.met_module2_list h2 {
    font-weight: normal
}

.met_module2_list li p {
    color: #818181
}

.met_module2_list li span.time {
    color: #818181;
    position: absolute;
    right: 10px;
    top: 15px
}

.met_module2_list li:hover h2 {
    color: #1859b7;
}

.met_module2_list li span.down {
    color: #818181;
    position: absolute;
    right: 5px;
    top: 15px;
    background: url(../images/down.png) right no-repeat;
    padding-right: 30px;
}

.met_module2_list li:hover span.down {
    background: url(../images/down01.png) right no-repeat;
    color: #1859b7;
}

.met_module2_list li h2 i {
    margin-right: 10px;
    position: relative
}

.met_module2_list li h2 a:hover {
    text-decoration: underline;
}

.met_module2_list li.list_2 h2,
.met_module2_list li.list_3 h2 {
    margin-bottom: 3px;
    font-weight: bold
}

.met_module2_list li.list_2 {
    padding: 15px 0
}

.met_module2_list li.list_3 {
    padding-left: 100px;
    min-height: 80px
}


/*新闻列表*/
.module_list_article {
    padding: 10px;
}
.module_list_article p{ font-size: .4rem; line-height: 2; }
.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;
    font-size: 16px;
}

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

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

/*新闻详细*/
.article_content h1.article_title {
    font-size: 24px;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
    color: #000;
}

.article_content .article_infos {
    color: #818181;
    font-size: 14px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin-top: .3rem;
}

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

.article_content .article_editor {
    padding: 40px 0;
    line-height: 30px;
    font-size: 16px;
}

.article_editor img{
    max-width:100%;
    

}
.zsjz05 img{
    max-width:100%;
     display: block;
     margin: 0 auto;

}
.banxue img{ display: block; max-width:100%; }

.article_editor table{  max-width: 100%; margin: 0 auto; display: block; overflow: hidden;  }
.article_editor table td{ border:1px solid #333; }
.about_title{display: block; overflow: hidden; text-align: center;}
.about_title h3{ font-size: 1rem; color: #000; line-height: 2; }
.date01{ display: block; overflow: hidden;text-align: center; }
.date01 span{ font-size: .42rem; color: #8f8f8f; line-height: 1.5; }




/*图片列表*/
.module_list_img {
    padding: 10px;
    margin: 40px 0;
}

.module_list_img li {
    width: 31%;
    float: left;
    /* border: 1px solid #ccc; */
    margin-bottom: 20px;
    margin-right: 3%;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0;
}

.module_list_img li a {
    display: block;
    width: 99%;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc;
}

.module_list_img li .img-size {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.module_list_img li:hover .img-size {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.module_list_img li h3 {
    font-weight: normal;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    height: :60px;
}

.module_list_img li:hover h3 {
    color: #fff;
    background: #025cad;
}

/*图片详情*/
/*图片详情*/
.product-info {
    padding: 30px 10px;
    overflow: hidden;
    background: #fff;
}

.product-img {
    width: 42%;
    float: left;
    border-right: 1px solid #eee;
    padding-right: 3%;
}

.product-img .cp_pic {
    display: block;
    overflow: hidden;
    border: 1px solid #eee;
}

.product-img .cp_pic img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.product-img .cp_ico {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.product-img .cp_ico img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.product-arr {
    float: left;
    width: 48%;
    padding-left: 5%;
}

.product-arr h3 {
    font-size: .7rem;
    margin-bottom: 20px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
}

.product-arr h4 {
    padding-bottom: 15px;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}

.product-arr p {
    line-height: 30px;
    font-size: 14px;
    margin-top: 25px;
    color: #666666;
}

.product-arr span {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    font-weight: bold;
    display: block;
}

.detail_box {
    padding-bottom: 128px;
    position: relative;
    z-index: 100;
}

.detail_box .dtop {
    background: #f6f6f6;
    height: 80px;
    width: 100%;
}

.detail_box .dtop.fix {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.detail_box .dtop .dtop_cen .pos {
    float: left;
}

.detail_box .dtop .dtop_cen .pos a {
    display: block;
    float: left;
    width: 200px;
    height: 80px;
    font-size: 18px;
    line-height: 80px;
    color: #333;
    text-align: center;
    transition: all 0.5s ease;
}

.detail_box .dtop .dtop_cen .pos a.active {
    background: #046eb8;
    color: #fff;
    font-weight: bold;
}

.detail_box .dtop .dtop_cen .pos a:hover {
    background: #046eb8;
    color: #fff;
    font-weight: bold;
}

.detail_box .dtop .dtop_cen .return {
    display: block;
    float: right;
    width: 200px;
    background: #e1e1e1;
    height: 80px;
    text-align: center;
}

.detail_box .dtop .dtop_cen .return:hover .txt {
    color: #046eb8;
}

.detail_box .dtop .dtop_cen .return:hover .ico {
    transform: translateX(10px);
}

.detail_box .dtop .dtop_cen .return .txt {
    font-size: 16px;
    line-height: 80px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    transition: all 0.5s;
}

.detail_box .dtop .dtop_cen .return .ico {
    width: 19px;
    height: 15px;
    background: url(../images/fh.png) no-repeat;
    display: inline-block;
    margin: 0 4px;
    transition: all 0.5s;
    vertical-align: middle;
}

.detail_box .container .box {
    padding-top: 67px;
}

.detail_box .container .box .t {
    font-size: 24px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
}

.detail_box .container .box .pic {
    margin-top: 35px;
}

.detail_box .container .box .pic img {
    max-width: 100%;
}

.detail_box .container .box .table {
    margin-top: 22px;
}

.detail_box .container .box .table table {
    width: 100%;
}

.detail_box .container .box .table table tr td {
    border: 1px solid #e1e1e1 !important;
    padding: 15px 50px !important;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 32px;
    font-family: "Microsoft Yahei" !important;
    color: #333;
}

.detail_box .container .box .table table tr td p span {
    font-size: 16px !important;
    font-family: "Microsoft Yahei" !important;
    line-height: 32px !important;
}

.detail_box .container .box .table table tr td.bg {
    background: #f6f6f6 !important;
}

.detail_box .container .box .table table tr td.tit {
    font-size: 20px;
    line-height: 30px;
    color: #333 !important;
    font-weight: bold !important;
    text-align: center;
    font-family: "Microsoft Yahei" !important;
}

.detail_box .container .box .table table tr td.tit p,
.detail_box .container .box .table table tr td.tit span {
    font-size: 20px !important;
    font-family: "Microsoft Yahei" !important;
    line-height: 30px !important;
    color: #333 !important;
}

.detail_box .container .box .con {
    margin-top: 18px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.detail_box .container .box .con p {
    padding-left: 15px;
}
.detail_box .container .box .con table td{ border:1px solid #333; }


/*留言*/
.messagelist{ margin-top:.8rem; }
.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {
    
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    
    zoom: 1;
    background: #fff
}
.msg dl:nth-child(11),.msg dl:nth-child(12){ width:100%;  }
.msg dl {
    
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0; width: 48%;
    float: left;
}


.msg dl dt {
        padding: 5px 15px 5px 15px;
    width: 85px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;  
    margin-top: .4rem;}

.msg dl dd {
   
}

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

.msg dl dd .fbox {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
       color: #f00;
    font-size: 14px;
    line-height: 40px;
    margin-top: 15px;
}

.msg dl dd .tips:hover {
    color: #f00
}

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

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

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

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

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

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
  
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px;
    font-size: 14px;
}

.placeholder-ie {
    position: relative
}

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

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0; font-size: 14px;
}

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

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

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

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

.ftype_radio .formerror {
    margin-top: 0
}

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

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

.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;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
    font-size:14px;
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

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

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

/*分页*/
.page-list {
        clear: both;
    margin: 20px 0px 40px 0px;
    text-align: center;
    overflow: hidden;
}

.page-list .page-item {
    display: inline-block;
}
.page-list .page-item a:hover{ color: #fff;
        background-color: #046eb8;}
.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    padding: 8px 11px;
    margin-left: 6px;
    background: #efefef;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
        background-color: #046eb8;
   
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #efefef;
    
}

.case_list02 {
    padding: 50px 0;
    display: block;
    overflow: hidden;
}

.case_list02 ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_list02 ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    float: left
}

.case_list02 ul li:nth-child(3n) {
    margin-right: 0;
}

.case_list02 ul li .c_img {
    padding: 3px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
   height: 200px;
}

.case_list02 ul li .c_img img {
    max-width: 100%;
    max-height: 100%;
}

.case_list02 ul li p {
    width: 100%;
    background: #ededed;
    text-align: center;
    font-size: .4rem;
    line-height: 3;
}

.case_list02 ul li:hover p {
    background: #046eb8;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    color: #fff;
}

.case_list02 ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}


.case_list_article {
    margin: 40px 0;
    display: block;
    overflow: hidden;
}
.case_list_article ul{list-style: none;
    display: block;
    overflow: hidden;}
.case_list_article ul li{     width: 18%;
    margin-right: 2.2%;
    float: left;
    display: block;
    overflow: hidden;
    border: 1px solid #ccc; margin-bottom: 30px;}
 .case_list_article ul li .c_img{    display: block;
    margin: 5px;
    overflow: hidden;}   
.case_list_article ul li:nth-child(5n){ margin-right: 0; }
 .case_list_article ul li .c_img img{     display: block;
    max-width: 100%;
    margin: 0 auto; }
.case_list_article ul li p{    background: #ccc;
    line-height: 50px;
    text-align: center;
    color: #000;}
.case_list_article ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}
.case_list_article ul li:hover p{ background: #0051a0; color: #fff; }

.img_pic{ display: block; overflow: hidden; margin:12px 0; }
.img_pic img{ display: block; max-width: 100%; margin:0 auto; }

@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


.news_02{display: block; overflow: hidden;}
.news_02 dl{ padding: 20px; display: block; overflow: hidden; margin-bottom:30px; border:1px solid #e8e8e8; }
.news_02 dl dt{ width: 25%; display: block; overflow: hidden; float: left; }
.news_02 dl dt img{ display: block;
    max-width: 100%;
    height: 185px;
    margin: 0 auto;}
.news_02 dl dd{ float: right; width: 73%; display: block; overflow: hidden; padding:20px 0 0;}
.news_02 dl dd .ne_text{ width: 70%;display: block; overflow: hidden; }
.news_02 dl dd .ne_text h3{ color: #323232; line-height: 34px; }
.news_02 dl dd .ne_text p{ line-height: 28px;
    margin-top: 8px; }
.news_02 dl dd .ne_date{ width: 15%;overflow: hidden; padding-top:10px; }
.news_02 dl dd .ne_date h3{ font-size: 36px; color: #0051a0; font-weight: normal; line-height: 40px; }
.news_02 dl dd .ne_date p{ font-size: 20px; color: #0051a0;line-height: 32px; }
.news_02 dl:hover{border:1px solid #0051a0;}
.news_02 dl:hover dd .ne_text h3{ color: #0051a0; }



.pro_contact {
    width: 100%;
    display: block;
    margin: 50px 0 70px;
}

.pro_contact li {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    color: #898989;
    line-height: 50px;
}

.pro_contact li i {
    width: 60px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 10px;
}

.pro_contact li .c01 {
    background: url(../images/ico2.png) 0 0 no-repeat;
}

.pro_contact li .c02 {
    background: url(../images/ico2.png) 0 -50px no-repeat;
}

.pro_contact li .c03 {
    background: url(../images/ico2.png) 0 -100px no-repeat;
}

.pro_contact li .c04 {
    background: url(../images/ico2.png) 0 -150px no-repeat;
}



.cplb_02 {
    margin-top: 40px;
    display: block;
    overflow: hidden;
}

.cplb_02 a:link,
.cplb_02 a:visited {
    color: #fff;
}

.cplb_02 a:active,
.cplb_02 a:hover {
    color: #fff;
}

.cplb_02 ul {
    margin-left: -1%;
}

.cplb_02 li {
    float: left;
    display: block;
    width: 24%;
    margin: 0px 0px 38px 1%;
    background-color: #f3f3f3;
    position: relative;
}

.cplb_02 .item {
    padding: 15px 30px;
    position: relative;
}

.cplb_02 .img {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;   
    justify-content: center;
    align-items: center;
}

.cplb_02 .img img {
    max-width: 100%;
    /* display: block; */
    transition: 600ms;
    -webkit-transition: 600ms;
    -ms-transition: 600ms;
    max-height: 100%;
}

.cplb_02 .black {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
}

.cplb_02 .ntype {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 2px 15px;
    background-color: #215bab;
    color: #fff;
}

.cplb_02 .t {
    font-size: 16px;
    line-height: 1.4;
    color: #3E3E3E;
    height: 30px;
    overflow: hidden;
    margin: 16px 0px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cplb_02 .bot {
    color: #999;
    font-family: arial, helvetica, sans-serif;
}

.ntime {
    background: url(../images/new_i1.png) no-repeat scroll left center;
    padding: 2px 0px 2px 22px;
    margin-right: 12px;
}

.nease {
    background: url(../images/new_i2.png) no-repeat scroll left center;
    padding: 2px 0px 2px 28px;
}

.cplb_02 .blueBg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    background-color: #808080;
    transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
    -webkit-transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
}

.cplb_02 .linkA {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.cplb_02 li:hover .blueBg {
    height: 100%;
}

.cplb_02 li:hover .ntype {
    background-color: #fff;
    color: #d71222;
}

.cplb_02 li:hover .t,
.cplb_02 li:hover .bot {
    color: #fff;
}

.cplb_02 li:hover .bot .ntime {
    background-image: url(../images/new_i12.png);
}

.cplb_02 li:hover .bot .nease {
    background-image: url(../images/new_i22.png);
}

.cplb_02 li:hover .black {
    opacity: 1;
    visibility: visible;
}

.cplb_02 li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}


.banner {
    width: 500px;
    overflow: hidden;
    border: 1px solid #979797;
    background: #fff;
}

.large_box {
    /* margin-bottom: 10px; */
    height: 300px;
    overflow: hidden;
    margin: 25px;
    width: 450px;
}

.large_box li {
    width: 450px;
    height: 300px;
    display: block;
    overflow: hidden;
}

.large_box img {
    display: block;
    margin: 0 auto;   
    max-height: 100%;
}

.small_box {
    height: 73px;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.small_list {
    position: relative;
    float: left;
    width: 320px;
    height: 73px;
    overflow: hidden;
}

.small_list ul {
    height: 64px;
    overflow: hidden;
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 64px;
}

.small_list ul li img {
    display: block;
    height: 30px;
    margin: 20px auto;
}

.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 73px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.small_list ul li.on .bun_bg {
    display: block;
}

.btn02 {
    display: block;
    width: 20px;
    height: 73px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(../images/left_btn.png);
}

.right_btn {
    float: right;
    background-image: url(../images/right_btn.png);
}

.product-arr .dian {
    overflow: hidden;
    height: 50px;
}

.product-arr .p_zx {
    width: 150px;
    border: 1px solid #0061ae;
    display: block;
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
}

.product-arr .p_zx a {
    font-size: 16px;
    color: #0061ae;
    padding: 10px 0;
    display: block;
}

.product-arr .p_zx a:hover {
    background: #0061ae;
    color: #fff;
}

/* 新闻详细  */
.con_section article{float: left;
    width: 68.05%;}
.con_section .news-aisde{    float: right;
    width: 27.77%;}
.news-aisde{    font-size: .45rem;
    line-height: .5rem;
    color: #333;
    font-weight: bold;}
.news-aisde .list {
    border: 1px solid #e5e5e5;
    margin-top: 30px;
    padding: 20px;
}
.hot-tit{ font-size: 18px;  }
.news-aisde .list .item {
    display: block;
    margin-bottom: 20px;
}
.news-aisde .list .num {
    float: left;
    width: 20px;
    height: 24px;
    background-color: #999;
    margin-top: 5px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
}
.news-aisde .list .text {
    float: right;
    width: 90%;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.news-aisde .list .txt {
   
    line-height: 30px;
    color: #666;
    transition: all .3s;
    font-weight: normal;
}

.news-aisde .list .time {
    font-size: 12px;
    line-height: 24px;
    color: #999;
    margin-top: 5px;
    font-weight: normal;
}
.news-aisde .list .item:nth-child(1) .num {
    background-color: #de001f;
}

.news-aisde .list .item:nth-child(2) .num {
    background-color: #e99d0a;
}
.news-aisde .list .item:nth-child(3) .num {
    background-color: #333;
}

.news-aisde .list .item:hover .txt{ color:#d71222;  }



.ser_cn{ display: block; overflow: hidden; margin:50px 0; }
.ser_cn ul{ list-style: none; display: flex; overflow: hidden; }
.ser_cn ul li{ margin-left: 5%; display: block; overflow: hidden;  }
.ser_cn ul li:nth-child(3){ margin-right: 0; }
.ser_cn ul li .ico01{ width: 130px;height: 130px; padding-bottom: 22px; background: url(../images/product/ico_001.png) no-repeat; text-align: center;margin-right: 10px; }
.ser_cn ul li .ico01 h3{ font-size: 46px; color: #3c4244; line-height: 130px; }
.ser_cn ul li .ser_t01{ padding-top:20px;  }
.ser_cn ul li .ser_t01 h3{ font-size: 40px; color:#d71222; line-height: 40px; }
.ser_cn ul li .ser_t01 h3 i{ font-size: 18px; color: #404040; font-style: normal; font-weight: normal; }
.ser_cn ul li .ser_t01 p{ font-size: 18px; color: #000000; line-height: 30px; }

.ser_support{display: block; overflow: hidden;}
.ser_support ul{ display: flex;overflow: hidden; }
.ser_support ul li{display: block; overflow: hidden; border-right: 1px dashed #bababa; padding:20px 0; width: 24.5%; text-align: center; }
.ser_support ul li:last-child{ border-right: 0; }
.ser_support ul li i{ width: 80px; height: 80px; display: block; margin:0 auto; }
.ser_support ul li h3{color:#666666; line-height: 45px; font-weight: normal;margin-top:15px;}

/* 产品中心  */
.project_list{display: block; overflow: hidden; padding: 1rem 0;}
.project_list dl{  width: 31%; float: left; background: #fff; box-shadow: 1px 1px 10px #eee; margin:.3rem 2% .3rem .1rem; display: block; 
    overflow: hidden; padding: .6rem; box-sizing: border-box; border-radius:25px;  }
.project_list dl:nth-child(3n){ margin-right: 0; }
.project_list dl dt{display: block; overflow: hidden;}
.project_list dl dt img{ max-width: 100%; display: block; }
.project_list dl dd{ padding: .3rem 0; display: block; overflow: hidden; }
.project_list dl dd h3{ font-size: .55rem; color: #333; line-height: 1.8; }
.project_list dl dd p{ font-size:14px; color: #7d7d7d; line-height: 24px; margin:.3rem 0; }
.project_list dl dd span{ display: block; font-size:14px; overflow: hidden; position: relative; padding-left: 50px; line-height: 45px;}
.project_list dl dd span:after{ width: 44px;
    height: 44px;
    content: '';
    position: absolute;
    left: 0;
    background: url(../images/m_01.png) 0 0 no-repeat;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;  }
.project_list dl:hover dd span:after{background: url(../images/m_01.png) -55px 0 no-repeat;}

/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 18%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #046eb8;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #046eb8;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #046eb8;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #046eb8;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #046eb8;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.article_content{    background: #fff;
    padding: 30px 10px;
    overflow: hidden;
    display: block;
    width: 100%;
    box-sizing: border-box;}



@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.recruit_list{ display: block; overflow: hidden; padding: 1rem 0; }
.recruit_list dl{ padding: .5rem; display: block; overflow: hidden; background: #f7f7f7; }
.recruit_list dl:nth-child(2n){ background: #fff; }
.recruit_list dl dd{display: block; overflow: hidden;}
.recruit_list dl dd h3{ font-size: .45rem; color: #3a3a3a; float: left; line-height: 2;  font-weight: normal;}
.recruit_list dl dd span{ font-size: 14px; color: #535353; line-height: 2; float: right; }
.recruit_list dl:hover{ background: #046eb8 }
.recruit_list dl:hover dd h3{ color: #fff; }
.recruit_list dl:hover dd span{ color: #fff; }

.case_list{display: block; overflow: hidden; padding: 1rem 0;}
.case_list ul{ list-style: none;display: block; overflow: hidden; }
.case_list ul li{ width: 23.7%; display: block; overflow: hidden;border:1px solid #eee;  margin-bottom: .5rem; float: left; margin-right: 1.33%;}
.case_list ul li:nth-child(4n){ margin-right: 0;}
.case_list ul li .c_img{ max-width: 100%; display: block; overflow: hidden;}
.case_list ul li .c_img img{max-width: 100%; display: block; margin:  0 auto;}
.case_list ul li p{    width: 100%;
    background: #ededed;
    text-align: center;
    font-size: .4rem;
    line-height: 3;}
 .case_list ul li:hover{-webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;}   


.FastRight {

    width: 45px;

    position: fixed;

    z-index: 99;

    right: 0px;

    top: 70%;

    transform: translate(0, -50%);

}



.FastRight li {

    position: relative;

    cursor: pointer;

    border-bottom: 1px solid #056692;

    border-top: 1px solid #51bff2;

}



.FastRight li:first-child {

    border-top: 0px;

}



.FastRight .ico {

    height: 45px;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    color: #fff;

    background: #0095d9;

    position: relative;

    overflow: hidden;

}



.FastRight .ico em {

    font-size: 13px;

    line-height: 16px;

    color: #fff;

    background: #00354d;

    text-align: center;

    display: block;

    position: absolute;

    bottom: -100%;

    left: 0px;

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    transition: all .3s linear;

}



.FastRight .ico em a {

    color: #fff;

}



.FastRight .ico img {

    width: 30px;

}



.FastRight li.totop {

    border-top: 0px;

    border-bottom: 0px;

    margin-top: 5px;

}



.FastRight li.totop .ico {

    background: #868686;

}



.FastRight li .info {

    display: none;
    width: 175px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 40px;
    text-align: center;
    padding-right: 20px;

}



.FastRight li .info .fixbox {

    width: 100%;

    border: 1px solid #c3c3c3;

    background: #fff;

    height: 55px;

    border-radius: 5px;

    position: relative;

}



.FastRight li .info .fixbox::after {

    content: "";

    display: block;

    width: 10px;

    height: 15px;

    background: url(../images/fixjt.png) center center no-repeat;

    position: absolute;

    top: 50%;

    right: -10px;

    margin-top: -7.5px;

}



.FastRight li .info .fixbox a {

    width: 100%;

    height: 100%;

    display: table;

}



.FastRight li .info .fixbox img {

    max-width: none;

    width: 40px;

    height: 40px;

    display: inline-block;

    margin-top: -5px;

    vertical-align: middle;

}



.FastRight li .info .fixbox p {    

    font-size: 14px;

    color: #313131;

    display: inline-block;

    vertical-align: middle;

    margin: -5px 0 0 10px;

    text-align: left;

}



.FastRight li .info .fixbox p span {

    font-size: 13px;

    color: #c22828;

    display: block;

    line-height: 16px;

}



.FastRight li.lwx .info .fixbox {

    height: auto;

    padding: 10px 0;

}



.FastRight li.lwx .info .fixbox img {

    display: block;

    width: 120px;

    height: 120px;

    margin: 0 auto;

}



.FastRight li.lwx .info .fixbox p {

    display: block;

    text-align: center;

    margin-top: 5px;

    font-size: 13px;

}



.FastRight li:hover .ico em {

    bottom: 0;

}




.sx_star{display: block; overflow: hidden;}
.sx_star table{ width: 60%; margin: 0 auto; display: block;}
.sx_star table thead{ background: #f79646; }
.sx_star table thead th{ border:1px solid #fff; text-align: center; line-height: 40px; font-size: 16px;background: #f79646;  color: #fff; font-weight: normal;   }
.sx_star table tr{ background: #fcd5b4;  }
.sx_star table tr td{border:1px solid #fff !important; width: 33%;font-size: 14px; text-align: center;}
.sx_star table tr td p{ font-size: 14px;  line-height: 30px; }
.sx_star table tr:nth-child(2n){ background: #fde9d9; }


.down_load{ padding: .6rem 0; }
.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: #fff;
    line-height: 24px;
    padding-left: 32px;
    background: url(../images/download.svg) no-repeat left center;
    filter: brightness(0) invert(1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
}

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

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

#showdownload {

    padding: 15px

}



#showdownload h1.title {

    font-size: 24px;

    padding: 15px 5px;

    border-bottom: 1px solid #ddd;

    margin-bottom: 30px

}



#showdownload .paralist {

    background: #8c989f;

    padding: 5px 10px;

    color: #fff;

    visibility: hidden

}



#showdownload .paralist li {

    list-style: none;

    padding: 8px 5px 8px 90px;

    min-height: 20px;

    position: relative;

    border-bottom: 1px solid #ddd

}



#showdownload .paralist li:last-child {

    border-bottom: 0

}



#showdownload .paralist li a {

    color: #fff

}



#showdownload .paralist li span {

    position: absolute;

    left: 0;

    top: 0;

    width: 80px;

    padding: 8px 5px;

    word-wrap: break-word

}



#showdownload .met_editor {

    padding: 0 10px

}



#showdownload .ctitle {

    margin: 30px 0 10px;

    padding: 0 10px;

    font-size: 16px;

    font-weight: normal;

    height: 40px;

    line-height: 40px;

    border-bottom: 1px solid #ddd

}



#showdownload .downloadbox {

    margin-top: 30px

}



#showdownload .downloadbox a {

    display: inline-block;

    background: #23b7e5;

    height: 35px;

    line-height: 35px;

    padding: 0 35px;

    color: #fff;

    border-radius: 2px

}



#showdownload .downloadbox a:hover {

    background: #38c4f0

}



#showdownload .downloadbox a.active {

    background: #1ba4cf

}

.zs_con01{}
.zs_con01 img{ display: block;margin: 0 auto; } 

