﻿/*公共样式*/
* {
    outline: none;
    padding: 0;
    margin: 0;
    transition: .2s all;
    -moz-transition: .2s all;
    -webkit-transition: .2s all;
    -o-transition: .2s all
}
body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    font-size: 14px;
    background: #fff;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    color: #484848;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}
form, iframe, span, dl, dd, dt, pre, fieldset, legend, p, img {
    border: 0;
}
i, em {
    font-style: normal;
}
a {
    color: #484848;
    text-decoration: none;
    background: none;
}
a:hover {
    color: #308dff;
}
ul, ol {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    border: 0;
    display: block;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
textarea::-webkit-input-placeholder {
    color: #ccc;
}
textarea:-moz-placeholder {
    color: #ccc;
}
textarea:-ms-input-placeholder {
    color: #ccc;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.container,
.header_box,
.menu {
    width: 1400px;
    margin: 0 auto;
}
.container_1200{
    width: 1200px;
}
/*--header--*/
.header {
}
.header_box {
    padding: 18px 0 24px 0;
}
.logo {
    float: left;
}
.logo img {
    display: block;
    height: 72px;
}
.hea_img{
    float: left;
    margin: 28px 0 0 30%;
}
.hea_img img{
    display: block;
    height: 24px;
}
.z_e{
    float: right;
    font-size: 16px;
    margin-top: 28px;
}
.z_e a{
    color: #666666;
}
.z_e .active{
    /*font-weight: 700;*/
    color: #000000;
}
.z_e a:last-child{
    margin-left: 14px;
}
/*--menu--*/
.nav {
    width: 100%;
    min-width: 1400px;
    background-color: #f2f2f2;
    z-index: 99999;
    position: relative;
}
.menu li {
    float: left;
    width: 7%;
    height: 50px;
    line-height: 50px;
    position: relative;
    transition: .2s left;
    margin: 0 10px;
}
.menu li:hover,
.menu li.active {

}
.menu li > a  {
    display: block;
    position: relative;
    text-decoration: none;
    color: #2b2b2b;
    font-size: 18px;
    text-align: center;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.menu li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    border-bottom: solid 2px;
}
.menu li > a:before {
    left: 0;
}
.menu li > a:hover {
    color: #308dff;
}
.menu li > a:hover:before {
    width: 100%;
}
.menu li > a:before {
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}
.menu > li > .menu_ej{
    position: absolute;
    background: rgba(255,255,255,0.95);
    left: -50px;
    display: none;
}
.menu > li:hover > .menu_ej{
    display: block;
}
.menu > li > .menu_ej > li{
    clear: both;
    width: 200px;
    margin:0;
    text-align: center;
}
.menu > li > .menu_ej > li > a{
    font-size: 16px;
}
/*--banner--*/
.banner {
    position: relative;
    height: 630px;
    width: 100%;
    min-width: 1400px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 6px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    width: 28px;
    background: #007aff;
}
/*--产品应用领域--*/
.mt70{
    margin-top: 70px;
}
.mb15{
    margin-bottom: 15px;
}
.cp_list li{
    width: 24.1967%;
    height: 236px;
    float: left;
    margin-right:15px;
    position: relative;
    overflow: hidden;
}
.cp_list li a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.4));
}
.cp_list li a:hover .cp_fl{
    left: 0;
    top: 130px;
    transition:top 0.5s;
    -webkit-transition:top 0.5s; /* Safari */
}
.cp_list li img{
    width: 100%;
    height: 236px;
}
.cp_list li:last-child{
    margin-right: 0;
}
.cp_fl{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 190px;
    color: #fff;
}
.cp_fl h1{
    font-size: 28px;
    font-weight: bold;
    padding: 0 15px;
    margin-bottom: 18px;
}
.cp_fl span{
    padding: 0 4%;
    display: inline-block;
    width: 92%;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cp_title{
    /*background: #f2f2f2;*/
}
.cp_title .cp_title_con{
    padding: 40px 0 0 40px;
}
.cp_title span{
    display: block;
    color: #d0d0d0;
    font-size: 42px;
    margin-bottom: 20px;
}
.cp_title h1{
    font-size: 32px;
    font-weight: 700;
    color: #308dff;
}
.cp_title i{
    display: block;
    height: 4px;
    width: 65px;
    background:#308dff;
    margin-top: 30px;
}
.cp_title01 .cp_title_con{
    padding: 30px 0 0 30px;
}
.cp_title01 span{
    font-size: 58px;
    margin-bottom: 40px;
}
.cp_title01 h1{
    font-size: 44px;
}
.cp_title01 i{
    display: block;
    height: 4px;
    width: 90px;
    background:#308dff;
    margin-top: 30px;
}
.proslide {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}
.proslide a {
    position: relative;
    /*height: 228px;*/
    width: 100%;
    overflow: hidden;
}
.proslide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proslide h2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.4));
    color: #fff;
    padding: 20px;
    transition: linear .3s;
}
.proslide span {
    display: block;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
}
.proslide p {
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
}
.proslide a:hover h2 {
    bottom: 0;
}
.proslide .swiper-button-next,
.proslide .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 0;
    margin: 0;
}
.proslide .swiper-button-next {
    right: 0;
    background: url(../images/right.png) center no-repeat;
    background-size: 100%;
}
.proslide .swiper-button-prev {
    left: auto;
    right: 40px;
    background: url(../images/left.png) center no-repeat;
    background-size: 100%;
}
/*--关于我们--*/
.ab_top{
    width: 100%;
}
.about_left{
    float: left;
    width: 40%;
}
.about_title{
    background: #fff;
}
.about_txt{
    color: #888;
    font-size: 18px;
}
.about_txt h1{
    color: #333;
    font-size: 28px;
    font-weight: bold;
    padding: 30px 0;
}
.about_txt p{
    line-height: 1.8em;
}
.about_a{
    color: #308dff;
    text-decoration: underline;
}
.about_right{
    float: right;
    width: 58%;
    margin-left: 2%;
}
.about_right img{
    width: 100%;
}
.ab_bottom{
    position: relative;
    width: 1060px;
    min-height: 320px;
    background: #f6f6f6;
    margin-top: -126px;
    z-index: 999;
}
.ab_bottom i{
    position: absolute;
    top: -20px;
    left: 0;
    width: 12px;
    height: 74px;
    background: #308dff;
}
.ab_bottom p{
    font-size: 18px;
    line-height: 1.8em;
    position: absolute;
    padding: 50px;
    color: #888888;
}
/*--新闻公告--*/
.new_title{
    background: #fff;
    text-align: center;
}
.new_title h1{
    color: #333333;
}
.new_title i{
    margin: 30px auto 0;
}
.new_ul{
    width: 100%;
    height: 34px;
    margin: 50px auto 40px;
    text-align: center;
}
.new_ul li{
    display: inline-block;
    font-size: 18px;
    color: #333;
}
.new_ul li > a{
    float: left;
    padding: 5px 10px;
}
.new_ul li > a:hover{
    background: #308dff;
    border-radius: 10px;
    color: #fff;
}
.new_ul li > i{
    float: left;
}
.new_ul li i{
    display: block;
    width: 1px;
    height: 16px;
    overflow: hidden;
    background: #dddddd;
    margin: 10px 10px;
}
/*--幻灯片--*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    width: 18px;
    background: #007aff;
}
.swiper-button-next, .swiper-button-prev {
    width: 56px;
    height: 56px;
    top: 50%;
    margin-top: -28px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
}
.tpnews {
    position: relative;
    float: left;
    width: 602px;
    height: 425px;
}
.tpnews img {
    display: block;
    height: 100%;
    min-width: 100%;
}
.tpnews h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    line-height: 52px;
}
.tpnews h2 span {
    display: block;
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    padding-left: 15px;
}
.tpnews .swiper-pagination {
    text-align: right;
    bottom: 13px;
    padding-right: 10px;
    width: auto;
    left: 0;
    right: 0;
}
/*--新闻列表--*/
.new_c_r{
    float: right;
    width: 750px;
}
.new_c_r li{
    clear: both;
    border-bottom: 1px dashed #a4a4a4;
    padding: 20px 0;
    height: 76px;
    cursor: pointer;
}
.new_c_r li:hover .list_rq{
    background: #308dff;
    color: #fff;
}
.new_c_r li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.new_c_r li:first-child{
    padding-top: 0;
}
.list_rq{
    width: 76px;
    height: 62px;
    border-radius: 4px;
    background: #f2f2f2;
    float: left;
    color: #888888;
    text-align: center;
    padding-top: 14px;
}
.list_rq i{
    font-size: 34px;
}
.list_nr{
    float: right;
    width: 660px;
}
.list_nr a{
    display: block;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_nr p{
    color: #a4a4a4;
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px
}
/*--服务客户--*/
.mt50{
    margin-top: 50px;
}
.khfw_img {
    margin: 0 -18px;
}
.khfw_img li{
    float: left;
    border: 3px solid #dddddd;
    margin: 0 18px 20px 18px;
    width: calc((100% - 168px)/4)
}
.khfw_img li a{
    display: block;
}
.khfw_img li img{
    width: 100%;
}
.khfw_img li:last-child{
    margin-right: 0px;
}
/*--视频--*/
.mt48{
    margin-top: 48px;
}
.sp_box{
    width: 100%;
    min-width: 1400px;
    height: 764px;
    background: url("../images/sp_bj.jpg") center no-repeat;
    background-size: cover;
}
.sp_lb .swiper-container{
    height: 482px;
    padding-top: 140px;
}
.sp_box .swiper-button-next, .swiper-button-prev {
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: 0;
}
.sp_box .swiper-button-prev{
    background: url("../images/jt_left.png") no-repeat;
}
.sp_box .swiper-button-next{
    background: url("../images/jt_right.png") no-repeat;
}
.sp_box .sp_con{
    margin: 0 auto;
    width: 80%;
    height: 100%;
}
/*--版权--*/
#bq{
    width: 100%;
    min-width: 1400px;
    background: #27303f;
    min-height: 300px;
    margin-top: 40px;
}
.bq_ul{
    float: left;
    margin-right: 128px;
    margin-top: 48px;
}
.bq_ul li{
    line-height: 39px;
}
.bq_ul li a{
    color: #aaaaaa;
}
.bq_ul_tit {
    color: #e6e6e6;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 39px;
}
.dz{
    background: url("../images/dz_icon.png") no-repeat;
    padding-left: 34px;
    color: #aaa;
    line-height: 20px;
    margin-top: 35px;
}
.dh{
    background: url("../images/dh_icon.png") no-repeat;
    font-size: 28px;
    color: #308dff;
}
.bq_gzwm{
    margin-right: 0;
    float: left;
    margin-top: 48px;
}
.bq_gzwm img{
    display: block;
    width: 107px;
    height: 107px;
}
.bq_gzwm span{
    display: block;
    width: 107px;
    text-align: center;
    color: #aaa;
    height: 32px;
    line-height: 32px;
}
.bq_gzwm.mt102{
    margin-top: 102px;
}
.xlwb{
    width: 80px;
    height: 42px;
    border-radius: 6px;
    color: #676c74;
    line-height: 42px;
    background:#13181f url("../images/xl.png") no-repeat 18px center;
    padding-left: 52px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 20px;
}
.xlwb:hover{
    background:#13181f url("../images/xl_h.png") no-repeat 18px center;
    color: #aaa;
}

.xlbk{
    background:#13181f url("../images/xlwb.png") no-repeat 14px center;
}
.xlbk:hover{
    background:#13181f url("../images/xlwb_h.png") no-repeat 14px center;
}
.bq_bottom{
    border-top: 1px solid #4a5a75;
    text-align: center;
    color: #aaaaaa;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.bq_bottom span{
    margin: 0 10px;
    color: #aaaaaa;
}
.bq_bottom a{
    margin: 0 10px;
    color: #aaaaaa;
}


/*--产品列表样式--*/
.mb50{
    margin-bottom: 50px;
}
.cp_banner{
    width: 100%;
}
.cp_banner img{
    width: 100%;
}
.cp_nav{
    min-height: 38px;
    margin-bottom: 40px;
}
.cp_nav li{
    display: inline-block;
    height: 38px;
    margin: 0 10px 10px;
}
.cp_nav li a{
    display: block;
    width: 116px;
    height: 38px;
    line-height: 38px;
    color: #777777;
    border: 1px solid #cccccc;
    text-align: center;
}
.cp_nav li a:hover{
    background: #308dff;
    border: 1px solid #308dff;
    color: #fff;
}
.cp_nav li a.active{
    background: #308dff;
    border: 1px solid #308dff;
    color: #fff;
}
.cp_list_con{

}
.cp_list_con li{
    width: calc((100% - 104px)/4);
    float: left;
    margin: 0 12px 28px;
    text-align: center;
    border: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.cp_list_con li img{
    display: inline-block;
    height: 300px;
    max-width: 100%;
}
.cp_bt{
    text-align: center;
}
.cp_bt p{
    font-size: 18px;
}
.ry_bt p{
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
}
.cp_bt span{
    display: block;
}
.cp_bt i{
    width: 15%;
    height: 2px;
    background: #308dff;
    margin: 12px auto;
    display: block;
}

/*--新闻列表样式--*/
.xw_nav{
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
}
.xw_list_con{}
.xw_list_con li{
    float: left;
    width: 43%;
    margin: 0 2% 40px;
    background: #f1f8fd;
    padding: 20px 20px;
}
.xw_img{
    display: block;
    width: 194px;
    height: 126px;
    float: left;
}
.xw_img img{
    width: 100%;
    height: 126px;
    margin: 0 15px;
}
.xw_bt{
    text-align: left;
    float: right;
    width: 300px;
}
.xw_bt h1{
    font-size: 16px;
    font-weight: 700;
}
.xw_bt p{
    font-size: 14px;
    color: #888888;
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.lan{
    position: relative;
    background: #308dff;
    color: #fff;
    border-radius: 0px 10px 0px  10px;
}
.lan span{
    display: block;
    width: 100%;
    background: #217dee;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 0 10px ;
}
.xw_xq{
    display: block;
    border: 1px solid #308dff;
    color: #308dff;
    width: 100px;
    text-align: center;
    padding: 3px 0;
    margin-top: 10px;
}
.xw_bt:hover .xw_xq{
    background: #308dff;
    color: #fff;
}
/*--新闻详情样式--*/
.xq-tt {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
}
.xq-info {
    background-color: #f6f6f6;
    overflow: hidden;
    padding: 5px 15px;
    color: #999;
    margin: 20px 0;
    text-align: center;
}
.xq-info span {
    margin-right: 15px;
}
.xq-info p {
    float: right;
}
.xq-info p a {
    padding: 0 5px;
}
.xq-con {
    font-size: 16px;
    padding: 20px 0;
    line-height: 26px;
}
.xq-con img {
    max-width: 100%;
}
.xq-edit {
    text-align: right;
    color: #999;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.xq-edit span {
    display: inline-block;
    margin-left: 20px;
}
.nextprev {
    margin: 20px 0;
    font-size: 16px;
}
.nextprev li {
    overflow: hidden;
    padding: 3px 0;
}
.nextprev li p {
    float: left;
    color:#308dff;
}
.nextprev li a {
    display: block;
    margin-left: 80px;
}

/*--联系我们--*/
.lxwm_left{
    float: left;
    width: 46%;
    background: #f2faff;
    padding: 20px;
}
.lxwm_left p{
    background: #fff;
    padding: 10px 10px 10px 60px;
    margin-bottom: 16px;
}
.lxwm_left p.tel{
    background:#fff url("../images/tel.png") no-repeat 10px 19px;
}
.lxwm_left p.lxdz{
    background:#fff url("../images/dz.png") no-repeat 10px 19px;
}
.lxwm_left p.email{
    background:#fff url("../images/email.png") no-repeat 10px 19px;
}
.lxwm_left p.qq{
    background:#fff url("../images/qq.png") no-repeat 10px 19px;
}
.lxwm_left p span{
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.lxwm_right{
    float: right;
    width: 46%;
    height: 405px;
    background: url("../images/dt_img.jpg") no-repeat;
    background-size:auto 100%;
}
/*--关于我们--*/
.ty_nav{
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
}

/*--发展历程--*/
neirong {
    padding: 45px 0 50px 0;
}
#history{width:880px;height:650px;position:relative; margin-top:50px; margin-left:-100px;}
#circle{
    width:83px;height:83px;position:absolute;top:0;left:420px;border:6px solid rgba(0,0,0,0.15);border-radius:95px;text-indent:0;text-align:center;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
#circle .cmsk{height:83px;position:absolute;width:83px;top:0;left:0px;}
#circle:hover{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    border-color:rgba(0,0,0,0);
}
.clock{display:block;}
#circle:hover {border-color:rgba(255,255,255,0.6);background-color:#6bc30d;}
#circle:hover .clock{display:block;}
#circle:hover .circlecontent{display:none;}
#circle span{font-size:18px;color:#b0b0b0;}
#circle .clock{
    background:url(../images/clock.png) no-repeat 0 0;width:83px;height:83px;position:absolute;top:0;left:0;display:none;
    -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition:all 0.5s linear;
    border-radius:0;
}
#circle:hover .clock{border-radius:103px;}
.timeyear{color:#b0b0b0;font-size:14px;line-height:20px;}
.timeblock{height:28px;margin-top:18px;margin-left:0px;width:100px;overflow:hidden;}
.timeblock span{display:block;height:24px;width:18px;background:url(../images/date.png) no-repeat 0 0;float:left;}
.timeblock .numf{background-position:0px -48px;}
.timeblock .nums{background-position:0px 0px;}
.timeblock .numt{background-position:0px -24px;}
.timeblock .numfo{background-position:0px -120px;}
#content{height:455px;width:980px;overflow:hidden;background:url(../images/vertical.png) no-repeat 452px 2px;padding-top:10px;}
.list{overflow:hidden;position:relative;}
.list li{height:110px;vertical-align:bottom;overflow:hidden;position:relative;}
.liwrap{height:55px;margin-top:28px;}
.lileft{position:absolute;top:0;left:0px;height:55px;width:400px;line-height:55px;text-align:right;}
.liright{position:absolute;top:0;right:-25px;height:55px;width:500px;left:480px;}
.histt{line-height:35px;}
.hisct{font-size:12px;color:#6e6e6e;}
.md{font-size:18px;color:#AEAEAE;}
.year{font-size:12px;color:#AEAEAE;margin-right:10px;}
.point{width:55px;height:55px;position:absolute;top:0;left:427px;background:url(../images/point.png) no-repeat 0px 18px;overflow:hidden;}

.thiscur .histt a{color:#fd0303;}
.histt a{
    font-size:16px;color:#747474;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
#arrow{position:fixed;top:50%;right:30px; z-index: 9999;}
*html #arrow{position:absolute;top:expression(eval(document.documentElement.scrollTop));margin-top:400px;}

#arrow ul li{
    display:block;height:20px;width:20px;background:url(../images/icons.png) no-repeat 0 0;cursor:pointer;
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    -o-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}
#arrow ul li:active{background-color:#000;}
#arrow ul .arrow_active{
    background-color:#000;
    -webkit-transition:all 0.1s ease-in;
    -moz-transition:all 0.1s ease-in;
    -o-transition:all 0.1s ease-in;
    transition:all 0.1s ease-in;
}

#arrow ul .arrowup{background-position:0px -26px;margin-bottom:10px;}
#arrow ul .arrowdown{background-position:0px 0px;}
#pages {
    text-align: center;
    clear: both;
    font-size: 0;
}
#pages a,
#pages span {
    display: block;
}
#pages li {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #eaeaea;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
}
#pages li.disabled {
    background: #eaeaea;
}
#pages li.disabled:hover {
    border-color: #eaeaea;
}
#pages li.active {
    background: #308dff;
    color: #fff;
    border-color: #308dff;
}
#pages li:hover {
    border-color: #308dff;
}
/*团队*/
.team h2 {
    border-left: 4px solid #308dff;
    padding-left: 10px;
    font-size: 22px;
    margin-bottom: 20px;
}
.team li {
    float: left;
    margin-right: 20px;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 20px;
}
.team .tp {
    width: 100%;
    height: 200px;
}
.team .tp img {
    display: inline-block;
    height: 100%;
}
.team p {
    padding: 10px 0;
}
.team span,
.team em {
    display: block;
}
.team span {
    font-size: 16px;
}
.team em {
    color: #888;
}
.mlogo {
    display: none;
}
@media screen and (max-width: 1025px) {
    .pclogo {
        display: none;
    }
    .mlogo {
        display: block;
    }
    .cp_list li {
        width: 46%;
        /*height: auto;*/
        float: left;
        margin: 2% ;
    }
    .mt70 {
        margin-top: 0;
    }
    .container,
    .header_box {
        width: 96%;
    }
    .header_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }
    .hea_img {
        float: left;
        margin: 6px 0 0 4%;
        display: none;
    }
    .z_e {
        margin-top: 6px;
        display: none;
    }
    .logo img {
        height: 50px;
    }
    .nav {
        min-width: auto;
        position: absolute;
        top: 15px;
        right: 8px;
        width: 38px;
        height: 38px;
        border-radius: 100%;
        background: #308dff;
    }
    .nav i {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url("../images/m-nav.png") center no-repeat;
        background-size: 22px;
    }
    .nav.on i {
        transform: rotate(90deg);
    }
    .menu {
        position: fixed;
        right: 0;
        left: 0;
        top: 100%;
        bottom: -100%;
        width: 100%;
        /*height: 100%;*/
        z-index: 999;
        background: rgba(0,0,0,.8);
        padding: 20px 0;
        overflow-y: auto;
    }
    .menu > li {
        float: none;
        width: auto;
        height: auto;
        margin: 10px 0 0 0;
        padding: 0 5%;
        display: flex;
    }
    .menu li > a {
        color: #fff;
        white-space: nowrap;
    }
    .menu.on {
        top: 70px;
        bottom: 0;
    }
    .menu > li > .menu_ej{
        position: relative;
        background: none;
        left: auto;
        top: auto;
        display: flex;
        flex-wrap: wrap;
        margin-left: 5%;
    }
    .menu > li:hover > .menu_ej{
        display: block;
    }
    .menu > li > .menu_ej > li{
        clear: both;
        width: 160px;
        border: 1px solid #484848;
        margin: 5px 10px;
        height: 36px;
        line-height: 36px;
        border-radius: 4px;
    }
    .menu > li > .menu_ej > li > a{
        font-size: 16px;
    }






    .banner {
        height: 320px;
        min-width: auto;
    }
    .banner .swiper-slide {
        background-size: auto 100% !important;
    }
    /*--关于我们--*/
    .about_left{
        width: 100%;
    }
    .about_right{
        width: 100%;
        margin-top: 12px;
    }
    .ab_bottom{
        width: 100%;
        margin-top: 0;
    }
    .ab_bottom p{
        position: static;
    }
    .ab_bottom i{
        top: 0;
    }
    /*--新闻公告--*/
    .tpnews {
        position: relative;
        float: left;
        width: 100%;
        height: 425px;
    }
    .new_c_r{
        width: 100%;
        margin-top: 15px;
    }
    .list_nr {
        width: 85%;
        position: absolute;
        margin-left: 10%;
    }
    /*--服务客户--*/
    .khfw_img {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }
    /*--视频--*/
    .sp_box{
        min-width: auto;
        height: auto;
    }
    /*--版权--*/
    #bq{
        min-width: auto;
    }
    .bq_ul{
        display: none;
    }
    .lxwo_box{
        display: block;
    }
    .bq_gzwm{
        margin-left: 10%;
    }

    /*产品列表*/

    .cp_list_con {
        display: flex;
        flex-wrap: wrap;
    }
    .cp_list_con li{
        width: calc((100% - 66px)/3);
        float: left;
        margin: 0 10px 20px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .cp_list_con li img {
        height: auto;
        width: 100%;
    }
    /*--新闻列表样式--*/
    .xw_nav{
        width: 100%;
        margin: 0 auto 50px;
    }
    .xw_nav li{
        width: 116px;
    }
    .xw_nav li a{
        width: 100%;
    }
    .xw_list_con li{
        float: left;
        width: 92%;
        margin: 0 2% 40px;
        background: #f1f8fd;
        padding: 20px 20px;
    }
    .xw_bt {
        text-align: left;
        float: right;
        width: 63%;
    }
    /*--关于我们--*/
    .ty_nav{
        width: 780px;
        margin: 0 auto 50px;
    }
    .ty_nav li{
        width: 14%;
    }
    .ty_nav li a {
        width: 100%;
    }
    /*--发展历程--*/
    #history{width:880px;height:650px;position:relative; margin-top:50px; margin-left:-192px;}
    .cp_nav {
        display: flex;
        flex-wrap: wrap;
    }
    .about_title,
    .new_title {
        padding-top: 30px;
    }
    .proslide span {
        font-size: 20px;
        margin-bottom: 0;
    }
    .proslide h2 {
        bottom: 0;
    }
    .proslide p {
        display: none;
    }

}
@media screen and (max-width: 900px) {
    .hea_img {
        display: none;
    }
    /*.logo img {*/
    /*    height: 34px;*/
    /*}*/
    /*--新闻公告--*/
    .list_nr {
        width: 80%;
        position: absolute;
        margin-left: 15%;
    }
    /*--服务客户--*/
    /* .khfw_img li{
         margin-right: 37px;
         margin-bottom: 22px;
     }*/
    /*--视频--*/
    .sp_box{
        min-width:auto;
    }
    /*--版权--*/
    .bq_gzwm{
        margin-left: 6%;
    }
    /*--产品列表--*/
    .cp_list_con li{
        width: 46%;
        float: left;
        margin: 0 1% 28px;
    }
    /*--新闻列表样式--*/
    .xw_nav{
        width: 100%;
        margin: 0 auto 50px;
    }
    .xw_nav li{
        width: 100%;
    }
    .xw_nav li a{
        width: 100%;
    }
    .xw_list_con li{
        float: left;
        width: 92%;
        margin: 0 2% 40px;
        background: #f1f8fd;
        padding: 20px 20px;
    }
    .xw_bt {
        text-align: left;
        float: right;
        width: 56%;
    }
    /*--关于我们--*/
    .ty_nav{
        width: 100%;
        margin: 0 auto 50px;
    }
    .ty_nav li{
        width: 30%;
    }
    .ty_nav li a {
        width: 100%;
    }
    /*--发展历程--*/
    #history{width: 830px;
        height: 650px;
        position: relative;
        margin-top: 50px;
        margin-left: -287px;
    }
}
@media screen and (max-width: 750px) {
    .cp_list li {
        width: 96%;
        /*height: auto;*/
        float: left;
        margin: 2%;
    }
    .cp_list li.cp_title {
        height: auto;
    }
    .hea_img {
        display: none;
    }
    .z_e {
        margin-top: 6px;
    }
    .banner {
        height: 200px;
    }
    /*--关于我们--*/
    .about_left{
        width: 100%;
    }
    .about_right{
        width: 100%;
        margin-top: 12px;
    }
    .ab_bottom{
        width: 100%;
        min-height: auto;
        margin-top: 0;
    }
    .ab_bottom i{
        top: 0;
    }
    /*--新闻公告--*/
    .list_nr {
        width: 75%;
        position: absolute;
        margin-left: 20%;
    }
    .new_ul {
        margin: 20px auto;
    }
    .new_ul li:last-child i {
        display: none;
    }
    /*--服务客户--*/
    .khfw_img:after {
        content: '';
        width: 19%;
    }
    .khfw_img li{
        width: calc((100% - 104px)/4);
        margin: 0 10px 15px;
    }
    /*--版权--*/
    .bq_top{
        display: none;
    }
    #bq{
        min-height: 50px;
        display: block;
    }
    .bq_bottom{
        margin-top: 0;
    }
    /*--产品列表--*/
    .cp_list_con li{
        width: 98%;
        float: left;
        margin: 0 1% 28px;
    }
    /*--新闻列表--*/
    .lan{
        display: none;
    }
    .xw_bt {
        text-align: left;
        float: right;
        width: 100%;
    }
    .xw_img{
        display: block;
        width: 100%;
        height: 126px;
        float: left;
        margin-bottom: 10px;
    }
    .xw_img img{
        width: 100%;
        height: 126px;
        margin: 0 2px;
    }
    /*--关于我们--*/
    .ty_nav{
        width: 100%;
        margin: 0 auto;
    }
    .ty_nav li{
        width: 45%;
    }
    .ty_nav li a {
        width: 100%;
    }
    /*--发展历程--*/
    .date{
        display: none;
    }
    .point {
        left: 465px;
    }
    .liright {
        width: 400px;
        left: 494px;
    }
    #history {
        margin-left: -409px;
    }
    .menu li > a {
        font-size: 16px;
    }
    .menu > li > .menu_ej > li > a {
        font-size: 14px;
    }
    .menu > li > .menu_ej > li {
        width: auto;
        padding: 0 13px;
        height: 32px;
        line-height: 32px;
    }
    #content {
        width: auto;
    }
    .cp_title span,
    .cp_title h1 {
        font-size: 22px;
    }
    .cp_title span {
        margin-bottom: 10px;
    }
    .cp_title i {
        margin-top: 15px;
    }
    .cp_fl span {
        display: none;
    }
    .about_title,
    .new_title {
        padding-top: 20px;
    }
    .about_txt h1 {
        font-size: 18px;
        padding: 10px 0;
    }
    .about_txt {
        font-size: 14px;
    }
    .ab_bottom p {
        padding: 20px;
        font-size: 14px;
    }

}
@media screen and (max-width: 605px){
    /*--服务客户--*/
    .khfw_img li{
        margin: 0 0 10px;
        width: 100%;
    }
}

