/* 关于我们  企业介绍 */
.aboutban{
    width: 100%;
}
.aboutban img{
    width: 100%;
}
.gg-mbxbox{
    width: 100%;
    height: 60px;
    background-color: #f7f7f7;
}
.gg-mbxbox .gg-mbx{
    width: 75%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.gg-mbxbox .gg-mbx p{
    display: flex;
    align-items: center;
    line-height: 60px;
    font-size: 14px;
	color: #666666;
}
.gg-mbxbox .gg-mbx p a{
	font-size: 14px;
	color: #666666;
}
.gg-mbxbox .gg-mbx p a img{
    margin-bottom: 2px;
    margin-right: 4px;
}
.gg-mbxbox .gg-mbx .gg-btn ul{
    display: flex;
    justify-content: space-between;
}
.gg-mbxbox .gg-mbx .gg-btn ul li{
    width: 170px;
	height: 60px;
    transition: all .5s;
}
.gg-mbxbox .gg-mbx .gg-btn ul li a{
    text-align: center;
    line-height: 60px;
	font-size: 14px;
	color: #666666;
    transition: all .5s;
}
.gg-mbxbox .gg-mbx .gg-btn ul li:hover{
    background-color: #3985b3;
}
.gg-mbxbox .gg-mbx .gg-btn ul li:hover a{
    color: #fff;
}
.gg-mbxactive{
    background-color: #3985b3;
}
.gg-mbxactive a{
    color: #fff !important;
}
/* 企业介绍 */
.qyjs{
    width: 75%;
    margin: auto;
    /*position: relative;*/
    display: flex;
    justify-content: space-between;
    margin-top: 4%;
}
.qyjs .qyjs-js{
    width: 49%;
	height: auto;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: url(../images/aboutbj.jpg) no-repeat center;
    background-size: cover;
    padding: 6% 3%;
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: 0;*/
    /*transform: translate(0, -50%);*/
}
.qyjs .qyjs-js h3{
    font-size: 26px;
	color: #3985b3;
	margin-top: 3%;
}
.qyjs .qyjs-js h4{
	font-size: 13px;
	color: #999999;
    margin-top: 1%;
}
.qyjs .qyjs-js p{
	font-size: 14px;
	color: #666666;
    margin-top: 4%;
}
.qyjs-content{
    width: 75%;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 6%;
}
.qyjs-content ul{
    display: flex;
    justify-content: space-between;
}
.qyjs-content ul li{
	width: 24%;
	min-height: 196px;
    padding: 3% 2%;
    background: url(../images/aboutcenbj.png) no-repeat center;
    background-size: cover;
}
.qyjs-content ul li h5{
	line-height: 28px;
	color: #ffffff;
}
.qyjs-content ul li p{
	font-size: 14px;
	color: #ffffff;
    margin-top: 5%;
}
/* 企业文化 */
.qywh{
    width: 75%;
    min-height: 490px;
    background: url(../images/qywhbj.jpg) no-repeat center;
    background-size: cover;
    padding: 4%;
    margin: 4% auto;
}
.qywh h3{
    font-size: 30px;
	color: #ffffff;
    font-weight: 550;
    text-shadow: 2px 2px #3985b3;
}
.qywh h4{
	font-size: 14px;
	color: #3985b3;
    margin-top: 3px;
}
.qywh ul{
    margin-top: 3%;
}
.qywh ul li{
    width: 46%;
    height: 53px;
    background: #fff;
    margin-top: 1%;
    border-radius: 30px;
    padding-left: 2.5%;
}
.qywh ul li p{
    font-size: 20px;
	line-height: 53px;
	letter-spacing: 1px;
	color: #12459a;
}
.qywh ul li p span{
    color: #333333;
}
/* 荣誉资质 */
.ryzz{
    width: 75%;
    margin: auto;
    position: relative;
}
.RySwiper{
    overflow: hidden;
    margin-top: 4%;
    margin-bottom: 8%;
}
.ryzz .swiper-pagination{
    width: 100%;
    position: absolute;
    bottom: -16%;
}
.ryzz .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 12px;
	height: 12px;
	background-color: #3985b3;
    margin-left: 8px;
}
/* 新闻中心 */
.news{
    width: 75%;
    margin: auto;
    margin-top: 4%;
    margin-bottom: 2%;
}
.news ul li{
    background-color: #f8f8f8;
    margin-top: 3%;
    transition: all .5s;
}
.news ul li:nth-child(1){
    margin-top: 0;
}
.news ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-pic img{
    width: 100%;
}
.news-xq{
    width: 57%;
}
.news-xq h3{
	font-size: 18px;
	color: #333333;
    font-weight: 550;
    transition: all .5s;
}
.news-xq p{
    font-size: 14px;
	color: #666666;
    margin-top: 3%;
    transition: all .5s;
}
.news-time{
    padding-right: 4%;
}
.news-time h4{
    text-align: center;
	font-size: 49px;
	color: #999999;
    font-weight: 550;
    transition: all .5s;
}
.news-time p{
	font-size: 14px;
    text-align: center;
	color: #999999;
    transition: all .5s;
}
.news ul li:hover{
    background: #3985b3;
}
.news ul li:hover .news-xq h3{
    color: #fff;
}
.news ul li:hover .news-xq p{
    color: #fff;
}
.news ul li:hover .news-time h4{
    color: #fff;
}
.news ul li:hover .news-time p{
    color: #fff;
}
/* 新闻中心详情 */
.news-xqnr{
    width: 75%;
    margin: auto;
    margin-top: 4%;
    margin-bottom: 2%;
}
.news-xqnr .xq-tit{
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 1%;
}
.news-xqnr .xq-tit h3{
    font-size: 24px;
	letter-spacing: 1px;
	color: #333333;
}
.news-xqnr .xq-tit p{
	font-size: 14px;
	color: #9e9e9e;
    margin-top: 1%;
}
.news-xqnr .xq-tit p span{
    margin-left: 3%;
}
.news-xqnr .xq-content{
    margin-top: 2%;
    padding-bottom: 6%;
    border-bottom: 1px dashed #cccccc;
}
.news-xqnr .xq-content p{
	font-size: 16px;
	line-height: 27px;
    text-align: justify;
	color: #666666;
}
.news-next{
    width: 75%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
}
.news-next .news-page p a{
    display: inline-block;
    font-size: 14px;
	color: #999999;
}
.news-next .news-page p{
    font-size: 14px;
	color: #999999;
}
.news-next .news-fh a{
    font-size: 14px;
	color: #333333;
}
/* 联系我们 */
.lxwm{
    width: 75%;
    margin: auto;
    margin-top: 4%;
}
.lxwm .lxwm-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.lxwm .map-wrap{
    width: 58%;
    height: 401px;
}
#map{
    width: 100%;
    height: 100%;
}
.lxwm .lxwm-js h3{
    font-size: 24px;
	color: #3985b3;
}
.lxwm .lxwm-js h4{
	font-size: 14px;
	color: #999999;
    margin-top: 1%;
}
.lxwm .lxwm-js{
    padding: 5% 4%;
    width: 42%;
    border: solid 1px #ebebeb;
    border-left: none;
}
.lxwm .lxwm-js .lxfs{
    margin-top: 13%;
    padding-left: 3%;
}
.lxwm .lxwm-js .lxfs p span{
	font-size: 14px;
	line-height: 40px;
	color: #666666;
    margin-left: 10px;
}
.lxwm-bottom form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3%;
}
.lxwm-bottom form input{
    width: 49%;
    height: 73px;
	background-color: #f7f7f7;
    margin-top: 2%;
    font-size: 18px;
	color: #999999;
    padding-left: 2%;
}
.lxwm-bottom form input:nth-child(3){
    width: 100%;
}
.lxwm-bottom form textarea{
    width: 100%;
	height: 206px;
	background-color: #f7f7f7;
    margin-top: 2%;
    font-size: 18px;
	color: #999999;
    padding: 3% 3% 0 3%;
}
.btn{
    width: 100%;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 5%;
}
.btn button{
    width: 143px;
	height: 46px;
	border: solid 1px #3985b3;
    text-align: center;
    line-height: 46px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #3985b3;
    outline: none;
    transition: all .5s;
}
.btn button:nth-child(1){
    margin-right: 25px;
}
.btn button:hover{
    background-color: #3985b3;
    color: #fff;
}
/* 产品 */
.products{
    background: none;
}
/* 产品----- 极细同轴 */
.prolist1{
    width: 75%;
    margin: auto;
    margin-top: 2%;
}
.pro-ggbt{
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 2% 0 2% 2%;
    margin-top: 2%;

}
.pro-ggbt h3{
    font-size: 30px;
	line-height: 31px;
	color: #303030;
    position: relative;
}
.pro-ggbt h3::before{
    content: "";
    width: 5px;
	height: 27px;
	background-color: #3985b3;
    position: absolute;
    left: -23px;
    top: 4px;

}
/* 结构说明 */
.prolist1{
    margin-bottom: 5%;
}
.prolist1 .prolist1-jgsm{
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
}
.prolist1 .prolist1-jgsm .jgsm-img  p{
	font-size: 15px;
	color: #333333;
    font-weight: 550;
    margin-top: 3%;
}
.prolist1 .prolist1-jgsm .jgsm-img  p span{
    font-size: 15px;
	color: #666666;
    font-weight: 500;
}
.prolist1 .prolist1-jgsm .jgsm-js{
    width: 60%;
}
.prolist1 .prolist1-jgsm .jgsm-js table{
    width: 100%;
    height: 305px;
}
.prolist1 .prolist1-jgsm .jgsm-js table tr th{
    width: 10%;
    background-color: #3985b3;
    font-size: 16px;
	line-height: 40px;
	color: #ffffff;
    text-align: center;
    border: 1px solid #fff;
}
.prolist1 .prolist1-jgsm .jgsm-js table tr th:nth-child(1){
    border-left: none;
}
.prolist1 .prolist1-jgsm .jgsm-js table tr th:nth-last-child(){
    border-right: none;
}
.prolist1 .prolist1-jgsm .jgsm-js table tr td{
	font-size: 15px;
	color: #303030;
    text-align: center;
    border: 1px solid #e1e3e6;
    background: #f5f8fa;
    line-height: 32px;
}
/* 应用范围 */
.prolist1-yyfw ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prolist1-yyfw ul li{
    width: 48.5%;
    margin-top: 3%;
}
.prolist1-yyfw ul li .yyfw-top{
    display: flex;
    justify-content: space-between;
    background-color: #f5f7fa;
    padding: 2%;
}
.prolist1-yyfw ul li .yyfw-topjs{
    width: 55%;
}
.prolist1-yyfw ul li .yyfw-topjs h3{
	font-size: 18px;
	line-height: 30px;
	color: #3985b3;
    margin-top: 10%;
}
.prolist1-yyfw ul li .yyfw-topjs h4{
	font-size: 18px;
	line-height: 30px;
	color: #3985b3;
    margin-top: 10%;
}
.prolist1-yyfw ul li .yyfw-topjs p{
    font-size: 14px;
	color: #303030;
}
.prolist1-yyfw ul li h5{
	font-size: 24px;
	line-height: 30px;
	color: #303030;
    text-align: center;
    margin-top: 5%;
}
/*  机械性能管理 */
.prolist1-jxxn ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prolist1-jxxn ul li{
    width: 48.5%;
    margin-top: 3%;
}
.prolist1-jxxn ul li h3{
    width: 100%;
	font-size: 18px;
	line-height: 45px;
	color: #ffffff;
    background: #3985b3;
    text-align: center;
}
.prolist1-jxxn ul li .jxxn-tit{
    display: flex;
    justify-content: space-between;
}
.prolist1-jxxn ul li .jxxn-tit h4{
    width: 50%;
	font-size: 16px;
	line-height: 40px;
	color: #303030;
    text-align: center;
    background-color: #f5f7fa;
    border-bottom: 1px solid #e1e3e6;
}
.prolist1-jxxn ul li .jxxn-tit h4:nth-child(1){
    border-right: 1px solid #e1e3e6;
}
.prolist1-jxxn ul li .jxxn-nr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prolist1-jxxn ul li .jxxn-nr .jxxn-nrimg{
    width: 50%;
    min-height: 233px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f7fa;
    border-right: 1px solid #e1e3e6;
}
.prolist1-jxxn ul li .jxxn-nr .jxxn-nrjs{
    width: 50%;
    min-height: 233px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f7fa;
    padding: 0 5%;
}
/* 高速传输电线 */
.prolist2{
    width: 75%;
    margin: auto;
    margin-bottom: 5%;
}
.ds-nr .ul{
    margin-top: 3%;
}
.ds-nr .ul li{
	font-size: 16px;
	line-height: 31px;
	color: #333333;
    padding-left: 1.5%;
    position: relative;
}
.ds-nr .ul li::before{
    content: "";
	width: 7px;
	height: 7px;
	background-color: #3985b3;
    position: absolute;
    top: 40%;
    left: 0;
    border-radius: 50%;
}
.dsSwiper{
    overflow: hidden;
    margin-top: 3%;
}
.ysSwiper{
    overflow: hidden;
    margin-top: 3%;
}
.ysSwiper p{
    font-size: 16px;
	color: #333333;
    padding: 0 3%;
    margin-top: 4%;
}
/* 内窥镜电线 */
.prolist2-dx{
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
}
.prolist2-dx .dx-img .dx-imgbox{
	border: solid 0.5px #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4% 0;
}
.prolist2-dx .dx-img p{
	font-size: 15px;
	line-height: 31px;
	color: #333333;
    margin-top: 3%;
}
.prolist2-dx .dx-js{
    width: 64%;
}
.prolist2-dx .dx-js table{
    width: 100%;
    height: 315px;
}
.prolist2-dx .dx-js table tr th{
    min-width: 123px;
    background-color: #3985b3;
    font-size: 16px;
	line-height: 40px;
	color: #ffffff;
    text-align: center;
    border: 1px solid #fff;
}
.prolist2-dx .dx-js table tr th:nth-child(1){
    border-left: none;
}
.prolist2-dx .dx-js table tr th:nth-last-child(){
    border-right: none;
}
.prolist2-dx .dx-js table tr td{
    text-align: center;
    font-size: 15px;
	color: #303030;
    border: 1px solid #e1e3e6;
    background: #f5f8fa;
}
/* 超声波电线 */
.csb{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3%;
}
/* 超声线根据静电容量的大小分为两类: */
.csy-fl{
    margin-top: 3%;
}
.csy-fl ul{
    display: flex;
    justify-content: space-between;
}
.csy-fl ul li{
    width: 49%;
    background-color: #3985b3;
    display: flex;
    justify-content: space-between;
}
.csy-fl ul li h4{
	font-size: 24px;
	line-height: 31px;
    font-weight: 550;
	color: #ffffff;
}
.csy-fl ul li p{
	font-size: 18px;
	line-height: 31px;
	color: #ffffff;
}
.csy-fl ul li .csy-flleft{
    padding: 8% 0 0 8%;
}
.csy-fl ul li .csy-flleft .lstp{
    margin-top: 11%;
}
.csy-fl ul li .csy-flright{
	font-size: 177.22px;
	color: #ffffff;
	opacity: 0.15;
    font-weight: 550;
}
/* 大型医疗设备用线 */
.yl{
    margin-top: 3%;
    width: 100.5%;
}
.ylSwiper{
    overflow: hidden;
}
.ylSwiper .swiper-wrapper .swiper-slide{
    min-height: 315px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 多芯同轴电线 */
.prolist4{
    width: 75%;
    margin: auto;
    margin-bottom: 5%;
}
.usb{
    width: 100%;
    margin-top: 3%;
}
.usb table{
    width: 100%;
}
.usb table tr{
    text-align: center;
}
.usb table tr th{
    width: 11.1111%;
    background-color: #3985b3;
    font-size: 16px;
	line-height: 40px;
	color: #ffffff;
    text-align: center;
    border: 1px solid #fff;
    border-top: none;
}
.usb table tr th:nth-child(1){
    border-left: none;
}
.usb table tr th:nth-last-child(){
    border-right: none;
}
.usb table tr td{
    text-align: center;
    font-size: 15px;
	color: #303030;
    border: 1px solid #e1e3e6;
    background: #f5f8fa;
}
.ggbt2{
    margin-top: 4%;
}
.ggbt2 h4{
	font-size: 24px;
	line-height: 31px;
	color: #303030;
}
.td-img{
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
}
/* HDMI 同轴版 */
.tyb{
    width: 100%;
    margin-top: 3%;
}
.tyb table{
    width: 100%;
}
.tyb table tr{
    text-align: center;
}
.tyb table tr th{
    width: 11.1111%;
    background-color: #3985b3;
    font-size: 16px;
	line-height: 40px;
	color: #ffffff;
    text-align: center;
    border: 1px solid #fff;
    border-top: none;
}
.tyb table tr th:nth-child(1){
    border-left: none;
}
.tyb table tr th:nth-last-child(){
    border-right: none;
}
.tyb table tr td{
    text-align: center;
    font-size: 15px;
	color: #303030;
    border: 1px solid #e1e3e6;
    background: #f5f8fa;
}
.ys ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ys ul li{
    width: 49%;
    margin-top: 3%;
}
.ys ul li h4{
	font-size: 24px;
	line-height: 31px;
	color: #3985b3;
    text-align: center;
    margin-top: 5%;
}
.ys ul li:nth-child(2n+1) img{
    width: 95%;
}
.ys ul li:nth-child(4){
    padding-left: 8px;
}
.ys ul li p{
	font-size: 16px;
	line-height: 31px;
	color: #333333;
    text-align: center;
    margin-top: 1%;
}
.ys ul li:nth-child(3) p{
    text-align: left;
    padding: 0% 5% 0 9%;
    position: relative;
}
.ys ul li:nth-child(3) p img{
    width: auto;
    position: absolute;
    left: 41px;
    top: 12px;
}
/* 公共手机btn */
.ggsjbtn{
    width: 75%;
    margin: auto;
    display: none;
}
.ggsjbtn ul{
    display: flex;
    justify-content: space-between;
}
.ggsjbtn ul li {
    width: 33.33%;
    height: 60px;
    transition: all .5s;
}
.gg-sjactive {
    background-color: #3985b3;
}
.ggsjbtn ul li a {
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
    transition: all .5s;
}
.gg-sjactive a {
    color: #fff !important;
}
.ggsjbtn ul li:hover {
    background-color: #3985b3;
}
.ggsjbtn ul li:hover a {
    color: #fff;
}
.newsbtn ul li {
    width: 50%;
    height: 60px;
    transition: all .5s;
}
.qyjs-img{
    width: 49%;
}
.qyjs-img img{
    width: 100%;
}
.box{
    width: 75%;
    margin: auto;
    margin-bottom: 2%;
}
.pagination {
    display: flex !important;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pagination > li a {
    display: block;
    padding: 0px 9px;
    line-height: 26px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 3px 5px;
    color: #666;
    border-radius: 4px;
    transition: all 0.5s;
}
.pagination li a:hover {
    color: #3985b3;
}