ul,li{list-style: none;}
a{text-decoration: none;color: #0053b3;}
.accordion {
    margin: 30px 0;
}
.accordion-item {
            border-bottom: 1px solid #e0e0e0;
        }
        
        .accordion-header {
            padding: 8px 20px;
            background-color: #f8f9fa;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s;
        }
        
        .accordion-header:hover {
            background-color: #e9ecef;
        }
        
        .accordion-header.active {
            background-color: #0053b3;
            color: white;
        }
        
        .accordion-header h3 {
            margin: 0;
            font-size: 16px;
            font-weight: 600;
        }
        
        .accordion-icon {
            font-size: 20px;
            transition: transform 0.3s;
        }
        
        .accordion-header.active .accordion-icon {
            transform: rotate(180deg);
        }
        
        .accordion-content {
            padding: 0;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out, padding 0.3s;
        }
        
        .accordion-content.active {
            padding: 20px;
            max-height: 1000px;
        }
        
        .accordion-content p {
            margin-bottom: 15px;
        }
        
        .accordion-content img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 15px auto;
            border-radius: 4px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        
        .accordion-content a {
            color: #0053b3;
            text-decoration: none;
        }
        
        .accordion-content a:hover {
            text-decoration: underline;
        }
.product-list .col-md-12{overflow:auto;}
.industry-content {padding-top: 10px;}
.industry-content .select, .product-content .select{width:100%;margin-bottom: 10px;}
.industry-content .select span, .product-content .select span{
    height: 45px;
    float: left;
    background-color: #e6e7e8;
    border-radius: 5px;
    margin: 15px 10px;
    padding: 13px 0;
    text-align: center;
    color: #000000;
    
}
.plugin-pc .ocw-btn-item svg {
fill: var(--ocw-theme-color, #0053b3);
}
.product-content .select span{width:18%;margin: 0 1%;}
.industry-content img{width:100%;}
.industry-content .select span.serno, .product-content .select span.serno {
    background-color: #0053b3;
    color: #ffffff;
}

.industry-content .select_content .top_o, .product-content .select_content .contop{text-align:initial;padding: 10px 0;}
.industry-content .select_content , .product-content .select_content{height: auto;padding-left: unset;overflow: auto;}

.list-zh li{width:50%;float: left;border: 2px solid #fff;}
.list-zh{overflow: auto;padding-left: 0;}
.list-zh table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.list-zh tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}
.list-zh tbody tr:nth-child(even) {
    background-color: #fcfcfc;
}

.list-zh tbody td {
    padding: .5em;
}
.productcolumn .product-list .col-md-3.column{
    float: left;
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: unset;
}
.product-list .col-md-3 .pctel{
    padding: 0px 10px;
}
.product-list .col-md-12 h3{
    text-align: left;
}
.product-list .col-md-12 p{
margin-bottom: 15px;
    margin-top: 5px;
}

.product-list .col-md-4.column{
    float: left;
}
.product-list {
    padding: 0 0;
}
.product-list .pctel {
    padding: 15px 25px;
}

.product-list .pctel img {
    width: 100%;
}
.product-list .img-cover {
    border: 1px solid #ebebeb;
    padding: 5px;
}
.product-list h3{
    color: #000000;
    text-align: center;
    padding-top: 7px;
    font-size: 1.2rem;
    font-weight: 600;
}
.product-content .list-bp{
     padding: 0 0;
}
.product-content .list-bp li{
   border-top: 1px solid #dadada;
}
.product-content .list-cz li{
     padding: 5px 0;
}

.product-content img{
    max-width: 100%;
    height: auto;
}
.product-content strong {
    font-size: calc(1.3rem + .6vw);
}
.productcolumn {
    margin-top: 20px;
    margin-bottom: 20px;
}
.productcolumn .new-hd{
    margin-bottom: 0.5rem;
    margin-top: 1rem;
        font-size: 18px;
}
.productcolumn p{margin-bottom: 0.5rem;}
.productcolumn .news-title .mbx {
    padding: 20px 0;
}

.col-md-3.column{
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #e6e7e8;
}
.col-md-9.column{
    margin-top: 40px;
    margin-bottom: 20px;
}
.productcolumn .select-sidebar dl{
    width: 33.33%;
    text-align: left;
    padding-left: 10%;
    margin-bottom: 0;
}
.productcolumn .probiao {
    margin-bottom: 15px;
}
.productcolumn .select-sidebar dl a{
    color: #0053b3;
}
.productcolumn .select-sidebar dl dt {
    margin-bottom: 15px;
}
.productcolumn .probiao td ,.probiao tr{
    border: 1px solid #b0b0b0;
    text-align: center;
    padding: 5px;
}
.productcolumn .probiao table{    width: 100%;}
.productcolumn .col-md-3 img{width:100%;}
.productcolumn .col-md-3 .img-cover{padding:5px;border: none;}
.column-right-sidebar,.select-sidebar{
    text-align: center;
    padding: 15px 0px;
    overflow: auto;
}
.column-right-sidebar h4{
   font-weight: 600;
}
.select-sidebar dl{
        width: 25%;
    float: left;
    text-align: left;
    margin-bottom: 15px;
    font-size: 15px;
}
.select-sidebar a{color: #212529;}
.contge{color: #ffffff;
    padding: 12px 44px;
    background-color: #0053b3;
    transition: all .3s;
    margin: 51px 0px;
}
.contge:hover {
	background-color: #000000;
}    
.section-title {
    padding: 10px 0;
    text-align: center;
}
.section-title h3, .message h3, .touchs h3{
    padding-top: 15px;
    color: #0053b3;
    font-weight: 600;
}
.message, .touchs{
    text-align: center;
}

.message label {
    width: 100%;
    padding: 15px 0;
}
.footer dl {
    text-align: left;
    margin: 0;
    float: left;
    width: 25%;
    padding: 0 25px;
    padding-top: 30px;
}
.footer dt {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}
.footer dd {
    margin: 18px 0 0;
    color: #D1D1D1;
    
}
.footer dd a{
    color: #D1D1D1;
}
.footer-info{text-align: center;}
.footer-info label, .column-right-sidebar label {
    padding: 5px;
}

.footer-info textarea, .column-right-sidebar textarea  {
    height: auto;
    height: 120px;
    
}
.footer {background-color: #3d3d3d;margin-top:30px;}
.footer-copy p{margin-bottom: 0;}
.section-title{padding-top: 30px;}
.touchs ul{overflow: auto;}
.touchs li{width:33.33%; float:left;padding: 3.5% 0;}
.touchs .winxin{display: grid;justify-items: center;padding: 0 0;}
button, input, optgroup, select, textarea {
    width: 100%;
    height: 45px;
    padding: 5px 8px;
    border: 1px solid #b9b9b9;
}
textarea {
    height: auto;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #0053b3;
    border: #fff;
    color: #fff;
    font-size: 18px;
    width: 35%;
    border-radius: 26px;
    transition: all .3s;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #000;
}
.about-title{
    padding-top: 30px;
        padding-bottom: 30px;
}
.about-title p{
    text-align: left;
}
.about1{
    max-width: 100%;
    text-align: center;
}
.about2, .about3{
overflow:hidden;
padding: 0 0;
}
.about2 li{
    float: left;
    width: 25%;
}
.about3 li{
    float: left;
    width: 20%;
}
.about2 li img, .about3 li img{
    max-width: 100%;
    padding: 5px 15px;
}
.about1 img
{
    max-width: 100%;
    text-align: center;
}
.about1 p
{
    text-align: center;
}
.product-content{
    padding-top: 18px;
        padding-bottom: 20px;
}

.service-content{
    padding-top: 30px;
        padding-bottom: 30px;
}
.service-content h3{
    color: #0053b3;
}

.selectcolumn .list-news{padding-left: 0;}
    .select{	
    	float: left;
    	width: 250px;
    }
     
    .select span{
    width: 250px;
    height: 70px;
    display: block;
    text-align: left;
    margin: -1px 0;
    padding: 10px 10px;
    line-height: 20px;
    background-color: #e6e7e8;
    
    }
     
    .select_content{
    width: 100%;
    height: auto;
    padding-left: 250px;
    }
     
    .select_content span{
    	display: block;
    	width: 300px;
    	height: 200px;
    	margin: 5px 10px;
    	color: #000;
    	text-align: center;
    }
     
    .select_content .contop{
    	display: none;
    padding: 10px 15px;
    }
    .select_content .top_o{
    	display: block;
    	text-align: center;
    }
    
.selectcolumn {
    overflow: auto;
}



.footer-copy {
    background-color: #000;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}
.list-news li{
    width: 100%;
    float: left;
    padding-bottom: 5px;
}
.list-news-top a{
    color: #000000;
    
}
.list-news-top h3, .list-news-right h4{
    color: #0053b3;
    font-size: 1.5rem;
    font-weight: 600;
}

.list-news-left, .list-news-right{word-wrap: break-word;padding-top: 5px;}
.list-news-left{
    margin-top: 5px !important;
    margin-right: 20px;
    margin-bottom: 30px;
    float: left;
}

.list-news-left img{
    width: 215px;
}
.list-news-right p{
    padding-top: 5px;
}
.list-news-right span{
    color: #0053b3;
    font-size: 14px;
}

.news-pagebar { padding:20px; overflow:hidden}
.news-pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #337ab7;
  border: 1px solid #337ab7;
}
.pagination a:hover, .pagination .active a {background: #0053b3;color: #fff;border: 1px solid #0053b3;}
.pagination a.page-num-current {
  color: #fff;
  background: #337ab7;
  border: 1px solid #337ab7;
}
.right-sidebar {
    width: 50%;
    float: left;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    margin-bottom: 15px;
    
}
.right-sidebar a {
    color: #0053b3;
}
.right-sidebar dt {
    margin-bottom: .6rem;
}
.news-title h3{
    color: #0053b3;
    font-weight: 600;
}
.news-content img {
    max-width: 100%;
    height: auto;
}
.news-title .mbx {
    padding: 10px 0;
}
.news-exp span{
    float: left;
    padding: 5px 0;
}
.news-hd{
    padding-top: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    border-top: 1px #e6e6e6 dashed;
}
#menu-head a {
	color: #2A679F;
}
#menu-head, #menu-head ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-head {
	width: 800px;
	margin: 16px auto;
	float: left;

}
.menu-item-type-taxonomy.menu-item-has-children:after {
    content: '';
    position: absolute;
    top: 22px;
    right: 9px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #444;

}

.menu-item-type-taxonomy.menu-item-has-children:hover:after {

    border-top: 6px solid #0053b3;

}
.menu-item-object-post.menu-item-has-children:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 22px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #3b3b3b;
}
.menu-item-object-post.menu-item-has-children:hover:after {
   
    border-left: 6px solid #0053b3;
}

#menu-head:before, #menu-head:after {
	content: "";
	display: table;
}
#menu-head:after {
	clear: both;
}
#menu-head {
	zoom: 1;
}
#menu-head li {
	float: left;
	position: relative;
}
#menu-head a {
	float: left;
	padding: 12px 30px;
	color: #0d0d0d;
	text-transform: uppercase;
	font-size:16px;
	font-weight: 400;
	text-decoration: none;
}
#menu-head li:hover > a {
	color:#0053b3;
}
*html #menu-head li a:hover {
	color:#0053b3;
}
#menu-head ul {
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 60px;
    left: 22px;
	z-index: 1;
	background: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, .1);
    z-index: 9;
}
#menu-head li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	width: 12em;
}
#menu-head ul ul {
	top: 0;
	left: 180px;
	_margin: 0;
	-moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, .1);
}

}
#menu-head ul li {
	float: none;
	display: block;
	border: 0;
}
#menu-head ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu-head ul a {
	padding: 15px 10px;
	width: 130px;
	_height: 10px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	font-weight: 400;
}
#menu-head ul a:hover {
	color: #0053b3;
}
#menu-head ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#menu-head ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
/* Mobile */
#menu-trigger {
	display: none;
}
#menu-wrap .logo {
    float: left;
    text-align: left;
    padding: 12px 0px;
    margin-right: 20px;
}
.logo-m.img-center {
    text-align: center;
    padding-top: 8px;
}
.topbar{
    width: 100%;
    height: 40px;
    background-color: #0053b3;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}
.top-clearfix {
    text-align: center;
}
.translate {
    float: left;
    padding: 24px 0;
}
.translate a{
    float:left;
    margin-left: 15px;
    text-decoration: none;
    font-size:16px;
    color: #0053b3;
}
.icon-g{display:none;}
.logo-m{display:none;}
.banners{
    background-color: #54595f;
    background-image: url(../image/cona.jpg);
    background-position: center center;
    background-size: cover;
    word-wrap: break-word;
    height: 248px;
    padding: 20px 0;
}
.banners-h h2{
    padding: 10px 0;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 600;
}
.banners-c p{
    padding: 10px 0;
    color: #ffffff;
    font-size: 16px;
}
.banners-f a{
    padding: 14px 50px;
    background-color: #0053b3;
    border-radius: 25px;
    transition: all .3s;
}
.banners-f a:hover{
    background-color: #000;
}

@media screen and (max-width: 1400px) {
#menu-head a {padding: 12px 22px;}
#menu-head {width: 665px;}
#menu-wrap .logo {margin-right: 0px;}
.translate a {margin-left: 10px;font-size: 15px;}






}
@media screen and (max-width: 1200px) {
.translate a {margin-left: 5px;font-size: 14px;}
#menu-head {width: 520px;}
#menu-head a {padding: 12px 12px;}
#menu-wrap .logo img{width: 140px;}
.menu-item-type-taxonomy.menu-item-has-children:after {right: -3px;}

}

@media screen and (max-width: 1000px) {
    
    .list-news-top h3, .list-news-right h4{font-size: 1.2rem;}
    .banners{height: 200px;}
	.translate {float: right;}
	/* nav-wrap */
#menu-wrap .logo {padding: 16px 0px;}
	#menu-wrap {
		position: relative;
	}
	#menu-wrap * {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	/* menu icon */
	#menu-trigger {
	display: block;
        height: 31px;
        width: 34px;
        float: left;
        background-color: #ffffff;
        position: relative;
        top: 22px;
        border-radius: 3px;
        left: 20%;
	}
	/* main nav */
	#menu-head {
		margin: 0;
		padding: 10px;
		position: absolute;
		top: 80px;
		width: 100%;
		z-index: 1;
		background-color: #ffffff;
		display: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#menu-head:after {
		content: '';
		position: absolute;
		left: 25px;
		top: -8px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #444;
	}
	#menu-head ul {
		position: static;
		visibility: visible;
		opacity: 1;
		margin: 0;
		background: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#menu-head ul ul {
		margin: 0 0 0 20px !important;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#menu-head li {
		display: block;
		float: none;
		border: 0;
		margin: 5px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#menu-head ul li {
		margin-left: 10px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#menu-head a {
		display: block;
		float: none;
		padding: 12px 0;
		color: #000000;
	}
	#menu-head a:hover {
		color: #fafafa;
	}
	#menu-head ul a {
		padding: 5px 0;
		width: auto;
	}
	#menu-head ul a:hover {
		background: none;
	}
	#menu-head ul li:first-child a:after, #menu-head ul ul li:first-child a:after {
		border: 0;
	}
	.nav-links{
		display: none;
	}
	.menu-item-type-taxonomy.menu-item-has-children:after {right: unset;top: 23px;left: 69px;}
    .menu-item-object-post.menu-item-has-children:after {right: 50px;top: 12px;}
	
}

@media screen and (max-width: 768px) {
    .right-sidebar {text-align: center;}
    .footer-info textarea{padding: 5px 15px;}
    .col-md-3.column{margin-top: 0px;}
    .list-news-top h3, .list-news-right h4 {font-size: 1rem;}
    .list-news-right p {margin-bottom: 5px;font-size: 11px;}
    .list-news li {padding-bottom: 15px;}
    .productcolumn .select-sidebar dl {padding-left: 5%;}
     #menu-head {top: 65px;}
     .menu-item-object-post.menu-item-has-children:after {right: 50px;top: 12px;}
    .banners{height: 140px;}
    .translate a span{display: none;}
    .translate a{  margin-left: 20px;}
    .translate {  float:right;padding: 16px 0;}
    .topbar {display: none;}    
    .header {background-color: #0053b3;height: 65px;position: fixed;width: 100%;z-index:999;}
    #menu-trigger {left: 0;top: 16px;}
    .logo{display:none;}
    .logo-m{display:block;}
    .banners-c{display:none;}
    .banners-h h2{padding: 0 0;font-size: 2rem;}
    .banners-f{padding-top: 20px;}
    .banners-f a{padding: 10px 40px;}
    .logo-m.img-center {padding-top: 75px;}
    .touchs li{width:100%}
    .fopro{display:none;}
    .footer dl {float: left;width: 100%;padding: 0 0;padding-top: 25px;}
.list-news-left img{width:180px}
.list-news{padding-left: 0;}
.list-news-left {margin-right: 10px;margin-bottom: 25px;}
.select {width: 100%;overflow: hidden;}
.industry-content .select span, .product-content .select span {
    width: 24%;
    margin: 15px 0.5%;
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.industry-content .select span{line-height: 20px;}
.product-content .select span.serno{display:block;}
.product-content .select span {
            width: 19.8%;
        margin: 7px 0.1%;
        padding: 8px 0;
        border-radius: 3px;
}
.select_content {padding: 0 0;height: auto;}
.about2 li {width: 50%;}
.productcolumn .product-list .col-md-3.column {margin-bottom: 0px; width: 50%;}


}
	    

/* iPad */
.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;
}
#menu-head li:hover > .no-transition {
	display: block;
}

