﻿body {
    font-family: Arial, "Microsoft Yahei", sans-serif !important;
    padding: 0;
    color: #666;
    margin: 0 auto;
    background: #f9f9f9 !important;
}

ul {
    margin: 0 !important;
    padding: 0;
}

li {
    list-style: none;
}

img {
    background: #fff;
    opacity: 1;
    filter: Alpha(opacity=1);
    transition: opacity 1s;
    -moz-transition: opacity 1s; /* Firefox 4 */
    -webkit-transition: opacity 1s; /* Safari 和 Chrome */
    -o-transition: opacity 1s; /* Opera */
}

img:hover {
    /* opacity: 0.6; */
}

.hidden {
    display: none;
}

.hid {
    display: none;
}

a:hover {
    text-decoration: none !important;
}

.container {
    position: relative;

}


/*底部样式*/
.footer {
    position: relative;
    color: #ccc;
    background: rgb(35, 37, 48);
    padding: 60px 0 30px 0;
}

.footer_top {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.footernav {
    float: left;
    width: 55%;
}

.footnav > li {
    float: left;
    width: 33.33%;
}

.footnav > li > a {
    font-size: 16px;
    color: #ccc;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.footnav li .sub-menu li a {
    line-height: 24px;
    color: rgb(150, 150, 150);
}

.footnav li .sub-menu li:hover a {
    color: #ccc;
}

.footer_contact {
    color: #ccc;
    float: right;
    width: 45%;
}

.contacttit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer_contact_con {
    color: rgb(150, 150, 150);
    line-height: 24px;
}

/*头部样式*/
.themenav {
    background: #fff;
    line-height: 90px;
    /* border-bottom: 1px solid #ccc; */
    /* border-bottom: 1px solid rgba(0,0,0,.09); */
    box-shadow: 10px 5px 4px rgba(11, 11, 11, .06);
    color: #fff;
    z-index: 99;
    transition: 0.4s;
    -webkit-transform: translateZ(0);
    /* position: relative; */
    position: fixed;
    width: 100%;
}

.logo {
    float: left;
    height: 90px;
    position: relative;
    left: 0;
    top: 0;
}

.logo img {
    max-height: 65px;
}

.logo img:hover {
    height: 64px;
}

.thememenu {
    float: right;
    position: relative;
    right: 20px;
}

.mxnav li {
    position: relative;
    display: inline;
    padding-right: 20px;
    z-index: 999;
}

.mxnav li a {
    position: relative;
    font-size: 16px;
    color: #333;
    opacity: 1;
    transition: 0.4s;
    padding-bottom: 4px;
    letter-spacing: 1px;
    z-index: 999;
}

.mxnav li a:hover {
    /* opacity: 0.4; */
    /* filter: Alpha(opacity=40); */
    color: #4658a6;
    font-weight: bold;
}

.mxnav .current-menu-item a {
    color: #4658a6;
    font-weight: bold;
    /* border-bottom: 1px solid #333; */
}

.mxnav li:after {
    content: "";
    display: inline;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    /* background-color: #a3a3a8; */
    opacity: 0.4;
    filter: Alpha(Opacity=40);
}

.mxnav li:last-child:after {
    display: none;
}

.search {
    position: absolute;
    right: 0;
    top: 4px;
}

.sb-search {
    margin-right: 15px;
    position: relative;
    margin-top: 10px;
    width: 0%;
    min-width: 30px;
    height: 60px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    z-index: 999;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 20px;
    font-size: 16px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #999;
}

.sb-search-input:-moz-placeholder {
    color: #999;
}

.sb-search-input::-moz-placeholder {
    color: #999;
}

.sb-search-input:-ms-input-placeholder {
    color: #999;
}

.glyphicon-search,
.sb-search-submit {
    width: 30px;
    height: 60px;
    display: block;
    position: absolute !important;
    right: 0;
    top: 0 !important;
    padding: 0;
    margin: 0;
    line-height: 60px !important;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.glyphicon-search {
    color: #333;
    z-index: 90;
    font-size: 18px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-search:before {
    content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 350px;
    border: 1px solid #4658a6;
}

.sb-search.sb-search-open .glyphicon-search,
.no-js .sb-search .glyphicon-search {
    color: #333;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

#sideMenu {
    font-size: 22px;
    color: #333;
    float: right;
    z-index: 5;
    display: none;
}

#sideMenuContainer {
    height: 100%;
    position: fixed;
    top: 56px;
    right: 0;
    width: 200px;
    z-index: 999999999;
    bottom: 0;
}

.mxphonenav {
    padding: 10px 20px;
    line-height: 50px;

}

.mxphonenav li a {
    color: #fff;
}

.mxphonenav li a:hover {
    opacity: 0.4;
}

/* 幻灯片样式 */
.slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 90px;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 15px;
    z-index: 1;
    margin-left: -75px;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin: 0 5px;
    width: 40px;
    height: 3px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li a .bdimg {
    background-size: cover !important;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.divContent {
    height: 450px;
}

.underslideBox {
    top: -1px;
}

.underhd li a img {
    width: 100%;
    height: auto;
}

.underhd li a img:hover {
    opacity: 1;
}

/*首页板块样式*/
.contentpart {
    padding: 60px 0 60px 0;
}

.parttitle h2 {
    font-size: 26px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0;
    color: #333;
}

.parttitle p {
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #2e2e2e;
    margin-bottom: 40px;
}

.icon-wrapper {
    /* position: relative; */
    height: 100px;
    width: 100px;
    margin: auto;
    border-radius: 60px;
    background: #4658a6;
    padding: 25px;
}

.icon-wrapper img {
    width: 100%;
    height: 100%;
    background: transparent;
}

.youshipart {
    padding: 20px 20px;
    background: #F5F8FF;
    /* min-height: 322px; */
    /* border-radius: 5px; */
    cursor: default;
}

.youshipart p {
    color: #999;
}

.youshipart h3 {
    font-size: 18px;
    line-height: 22px;
    color: #333;
}

.youshipart:hover {
    border: #4658a6 1px solid;
    background: #4658a6;
    color: white;
}

.youshipart:hover h3 {
    color: white;
}

.icon-wrapper i {
    font-size: 50px;
    color: #666;
}

.icon-wrapper i:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    width: 30px;
}

.indexabout {
    padding: 50px 20%;
    color: #fff;
}

.indexabout h4 {
    margin-top: 0;
}

.indexabout h2 {
    margin-top: 0px;
    margin-bottom: 30px;
}

.indexabout p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
}

.indexabout a {
    padding: 10px 40px;
    font-size: 16px;
    color: #fff;
}

.indexabout a:hover {
    color: #fff;
}

.productpart {
    /* text-align: center;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction:column;
    margin-bottom: 60px;  */
}

.producttitle {
    font-size: 18px;

}

.productcontent {
    width: 24.5%;
    height: auto;
    display: inline-block;
    position: relative;
    padding: 5px;
}

.productcontent div img {
    height: 100%;
    width: 100%;
    border: 1px solid #dbdbdb;
    background: rgb(212, 212, 212);
}

.productcontentfooter {
    height: 120px;
    background: #ebebeb;
    padding: 10px;
    color: #333;
}

.productcontenttitle {
    /* position: absolute; */
    /* top:280px; */
    font-weight: bold;
}

.productcontentcontent {
    margin-top: 5px;
    /* position: absolute; */
    /* top: 300px; */
}

.productmore {
    margin-top: -25px;
    border-radius: 20px;
    border: 1px solid #333;
    position: absolute;
    right: 15px;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 10px;
    color: #333;
}

.productmore:hover {
    color: white;
    border: 1px solid #4658a6;
    background: #4658a6;
}

.productmoremore {
    border-radius: 20px;
    border: 1px solid #333;
    width: fit-content;
    margin: auto;
    padding: 2px 10px;
    position: relative;
    top: 10px;
}

.productmoremore a {
    color: #333;
}

.productmoremore:hover {
    border: 1px solid #4658a6;
    background: #4658a6;
}

.productmoremore:hover a {
    color: white;
}

.productcontentimg:hover img {
    border: none;
}

.demopart {
    background: transparent;
    display: flex;
    /* -webkit-justify-content: center; */
    justify-content: start;
    flex-wrap: wrap;
}

.demopart a {
    width: 25%;
}

.demopart a:last-child {
    width: 100% !important;
}

.demobox {
    background: white;
    padding: 10px;
    font-size: 20px;
    height: 160px;
    position: relative;
    margin: 5px;
}

.demoboxtitle {
    /* line-height: 50px; */
    position: absolute;
    bottom: 10px;
    color: #333;
}

.demoboximg img {
    height: 50px;
    width: 50px;
}

.demoboxshowdetail {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #333;
}

.demobox:hover img {
    width: 60px;
    height: 60px;
}

.demobox:hover .demoboxtitle {
    font-size: 30px;
}

.demobox:hover .demoboxshowdetail {
    font-size: 30px;
}

.indexcenterimg {
    width: 100%;
    margin-top: 10px;
}

/* .productpart .productcontent{
	width: 25%;
	height: 250px;
	padding: 10px;
	border-radius: 5px;
}
.productcontent:first-child{
	height: 500px;
	width: 50%;
}
.productcontent img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.productcontent div{
	position: relative;
	top:-30px;
	border-radius: 20px;
	border: transparent;
	color: transparent;
	margin: 0 20px;
	background: transparent;
}
.productcontent:hover div{
	position: relative;
	top:-30px;
	border-radius: 10px;
	border: #4658a6 1px solid;
	color: #4658a6;
	margin: 0 30px;
	background: rgba(255, 255, 255, 0.596);
}
.productcontent:last-child{
	height: 250px;
	width: 25%;
}
.productcontent:last-child div{
	position: relative;
	top:100px;
	/* margin: auto; */
/* border-radius: 20px;
border: #333 solid 1px;
color: #333;
margin: auto;
background: transparent;
width: fit-content;
padding: 5px 20px;
}
.productcontent:last-child img{
display: none;
} */
.indexnews {
    /*padding: 0 10%;*/
    margin: 0 auto;
}

/* 本例子css */
.slideBox1 {
    width: 100%;
    height: auto;
    position: relative;
    /*background: #f9f9f9;*/
}

.slideBox1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}


.slideBox1 .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 15%;
    /*min-width: 141px;*/
    margin: 10px;
    background: #FFFFFF;
    padding: 35px 0;
    text-align: center;
    border-radius: 5px;
}

.slideBox1 .bd li a {
    color: #000000;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox1 .prev,
.slideBox1 .next {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: blue;
    background-image: url(../images/left-arrow.png);
    background-size: 100% 100%;
    /*background-position: -101px 4px;*/
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox1 .next {
    left: auto;
    right: -60px;
    background-image: url(../images/right-arrow.png);
    background-size: 100% 100%;
}

.slideBox1 .prev:hover,
.slideBox1 .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox1 .prevStop {
    display: none;
}

.slideBox1 .nextStop {
    display: none;
}

.slideBox1 .newstext {
    width: 100%;
    padding: 20px;
    /*float: right;*/
}

.slideBox1 .newsimg {
    width: 100%;
    float: left;
    padding: 20px;
}

.slideBox1 .newsimg img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.slideBox1 .newstime {
    color: #999;
    margin-bottom: 5px;
    font-size: 24px;
    font-family: "微软雅黑";
}

.slideBox1 .newstit {
    font-size: 20px;
    margin-bottom: 20px;
}

.slideBox1 .newszy {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}

.slideBox1 .newsmore {
    font-size: 14px;
    border: 1px solid #4658a6;
    border-radius: 20px;
    padding: 5px 10px;
    color: #4658a6 !important;
}

.slideBox1 .newsmore:hover {
    background: #4658a6;
    color: white !important;
}

.indexcasepart {
    position: relative;
    margin-bottom: 30px;
}

.indexcaseimg img {
    width: 100%;
    height: auto;

}

.indexcasetit {
    position: absolute;
    left: 15px;
    bottom: 10px;
    color: #fff;
    font-size: 16px;
}

/*内页公共样式*/
.maincon {
    margin-top: 89px;
    background: #f9f9f9;
}

.nybanner img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.neicon {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sidbarnav {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.listcon {
    background: #fff;
    padding: 30px;
}

.tzggtit {
    margin-bottom: 5px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
}

.tzggtit span {
    color: #fff !important;
}

.tzggtit:before {
    content: '--'
}

.tzggtit:after {
    content: '--'
}

.ymtitle li {
    text-align: center;
}

.ymtitle li a {
    height: 34px;
    line-height: 34px;
    background: #f2f3f6;
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #333;
}

.sidbarcontact {
    background: #fff;
    padding: 20px;
}

.sidbarcontact p {
    font-size: 12px;
    line-height: 24px;
    color: #333;
    margin: 15px 0;
}

.sidbarcontact a {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #111;
    border: 1px solid #eaeaea;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    transition: 0.3s;
}

.bread {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #999;
}

.pagetit {
    font-size: 24px;
    margin-bottom: 20px;
}

.pagecontent img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.pagecontent p {
    line-height: 30px;
    margin-bottom: 15px;
    color: #666;
}

.protoptextpart h1 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.protoppart {
    margin-top: 30px;
}

.proxiangqing {
    font-size: 16px;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.xgpro {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    margin-top: 45px;
}

/*产品相册样式*/
#showbox {
    background: #f2f3f6;
    margin: 0 auto;
}

#showbox span {
    background: url(../images/whitebg.png) repeat;
}

#showsum {
    margin: 10px auto;
    margin-bottom: 0;
    left: -10px;
}

#showsum span {
    border: 1px solid #ddd;
}


.showpage {
    position: relative;
}

.showpage a {
    display: block;
    width: 15px;
    border: 1px solid #f2f3f6;
    height: 67px;
    line-height: 67px;
    background: #f2f3f6;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -65px;
    text-decoration: none;
    color: #999;
}

.showpage a#shownext {
    left: auto;
    right: 0;
}

#showbox .image-gallery {
    display: none !important;
}

#showbox p {
    z-index: 999;
}

.sjxc {
    display: none;
}

#showbox1 {
    background: #f2f3f6;
    margin: 0 auto;
}

#showbox1 span {
    background: url(../images/whitebg.png) repeat;
}

#showsum1 {
    margin: 10px auto;
    margin-bottom: 0;
    left: -10px;
}

#showsum1 span {
    border: 1px solid #ddd;
}


.showpage {
    position: relative;
}

.showpage a {
    display: block;
    width: 15px;
    border: 1px solid #f2f3f6;
    height: 62px;
    line-height: 62px;
    background: #f2f3f6;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -60px;
    text-decoration: none;
    color: #999;
}

.showpage a#shownext {
    left: auto;
    right: 0;
}

#showbox1 .image-gallery {
    display: none !important;
}

#showbox1 p {
    z-index: 999;
}

/*内页列表样式*/
.newslistpart h1 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;

}

.newslistpart h1 a {
    color: #333;
}

.newstag span {
    color: #999;
    margin-right: 10px;
    font-size: 12px;
}

.newslistpart .newszy {
    color: #666;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 0;

}

.newslistpart {
    padding: 30px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.newslistpart img {
    width: 100%;
    height: auto;
}

.page_navi {
    margin-top: 30px;
}

.page_navi a {
    padding: 5px 12px;
    border: 1px solid #e5e5e5;
    margin: 0 2px;
    color: #333;
}

.sancon h1 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin-top: 8px !important;
}

.noborder {
    border: none !important;
    padding-bottom: 0 !important;
    margin-bottom: -10px;
}

.casetitle {
    margin-top: 10px !important;
}

.downloadlistpart {
    line-height: 40px;
    border-bottom: 1px solid #f5f5f5;
}

.downloadlistpart h1 {
    font-size: 14px;
    margin: 0;
    line-height: 40px;
}

.downloadtime {
    font-size: 12px;
    color: #999;
}

.downloadlistpart h1 a {
    color: #333;
}

.sancontit {
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: left !important;
    line-height: 20px;
}

.threetag .newstag {
    margin-top: -5px;
    margin-bottom: -5px;
}

.lefttime {
    background: #fafafa;
    padding: 10px 0 1px 0;
}

.lefttime p {
    color: #999;
}

.year {
    font-size: 18px;
    font-weight: bold;
}

.bdsharebuttonbox {
    float: right;
    margin-top: 10px;
}

.conbottom {
    margin-top: 30px;
    background: #fafafa;
    padding: 20px 15px 10px 15px;

}

.not-found {
    margin-bottom: 160px;
}

.zhaopinlist table th {
    border-right: 1px solid #e5e5e5;

}

.zhaopinlist table tbody tr td {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #e5e5e5;
}

.zhaopinlist .table > thead > tr > th {
    border-bottom: 1px solid #e5e5e5;
    background: #fafafa;
    display: table-cell;
    vertical-align: middle;
}

.zhaopinlist table {
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.proslist {
    margin-top: 30px;
}

/*固定的悬浮窗*/
.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}

.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}

.yb_bar .yb_top {
    background: url(../images/fixCont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
    background: url(../images/fixCont.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
    text-indent: 0;
    background: url(../images/fixCont.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {

    background: url(../images/fixCont.png) no-repeat 0 -169px;
}

.hd_qr {
    display: block;
    margin: 0 auto;
}

.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.yb_QQ a:hover {
    color: #fff;
}

/*信息反馈样式*/
.pagecontent .visual-form-builder fieldset {
    background: none;
    border: none;
    margin: 0 !important;
}

.pagecontent .vfb-legend {
    display: none;
}

.pagecontent .visual-form-builder fieldset input, .pagecontent .visual-form-builder fieldset textarea {
    border-radius: 0;
    background: none;
    border: 1px solid #e5e5e5;
    padding: 10px 5px;
    width: 100%;
    margin-top: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#vfb-3 {
    display: none;
}

.conbottom p {
    color: #999;
}

.conbottom a {
    color: #333;
}

.indexnewstag {
    margin-bottom: 6px;
}

.vfb-item-secret .vfb-desc {
    display: none !important;
}

.vfb-item-secret .vfb-span {
    display: none !important;
}

/** demo */
/* .demopart{
	background: transparent;
} */
.demopart > #myTab2Content {
    margin-top: 20px;
}

#myTab2 {
    border: none;
    /* display: flex;
    flex-direction:column;
    flex-wrap:wrap;
    justify-content:center; */
    display: flex;
    /* -webkit-justify-content: center; */
    justify-content: center;
    flex-wrap: wrap;
    /* width: 200px; */
    /* height: 250px; */
    /* background-color: lightgrey; */
}

#myTab2 > li {
    margin-bottom: 5px;
    width: 20%;
    text-align: center;
}

#myTab2 > li > a {
    border-radius: 0;
    color: #333;
    background: #eee;
}

#myTab2 > li > a:hover {
    border: none;
    background: #4658a6;
    color: white;
    box-shadow: 0 15px 20px -12px rgb(27 67 140 / 50%);
    background-image: linear-gradient(-30deg, #3d51a7 0, #4559b1 50%, #6a7ac5 99%);
    background-size: cover;
}

#myTab2 > li.active > a {
    border: none;
    background: #4658a6;
    color: white;
    box-shadow: 0 15px 20px -12px rgb(27 67 140 / 50%);
    background-image: linear-gradient(-30deg, #3d51a7 0, #4559b1 50%, #6a7ac5 99%);
    background-size: cover;
    text-align: center;
}

#myTab2 > li > a > span {
    background: transparent;
    /* margin-right: 5px; */
    margin: auto;
    display: block;
}

#myTab2 > li.active > a > span {
    color: white;
}

#myTab2 > li > a > img {
    background: transparent;
    /* margin-right: 5px; */
    filter: grayscale(100%) brightness(200%);
    margin: auto;
    display: block;
    margin-bottom: 5px;
}

#myTab2Content a > img {
    border-radius: 5px;
    max-height: 600px;
    min-height: 220px;
}

#myTab2Content .propart {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: "微软雅黑";
}

#myTab2Content .propart > a {
    color: #333;
}

#myTab2Content .proimg {
    margin-bottom: 30px;
}

.tab-content {
    margin-top: 20px;
}

/** demo 结束 */
@media (max-width: 768px) {
    .productpart {
        display: block;
        height: auto;
    }

    .productpart .productcontent {
        width: 100%;
        height: auto;
    }

    .maincon {
        margin-top: 96px;
    }

    .demopart a {
        width: 100%;
    }

    #myTab2 > li {
        width: 100%;
    }

    /*.productcontent div{
        position: relative;
        top:0;
        border-radius: 0;
        margin-bottom: 10px;
        margin-top: 10px;
        color: #333;
    }
    .productcontent:hover div{
        position: relative;
        top:0;
        border-radius: 0;
        margin-bottom: 10px;
        margin-top: 10px;
        color: #333;
        border: none;
        background: transparent;
        margin-left: 20px;
        margin-right: 20px;
    }
    .productcontent:last-child img{
        display: none;
    }
    .productcontent:last-child div{
        position: relative;
        top:10px;
        border-radius: 20px;
        border: #333 solid 1px;
        color: #333;
        margin: auto;
        background: transparent;
        width: fit-content;
        padding: 5px 20px;
    } */
    .pcxc {
        display: none;
    }

    .sjxc {
        display: block;
        margin-bottom: 30px;
    }

    .yb_conct {
        display: none;
    }

    .youshipart {
        /* margin-bottom: 30px; */
    }

    .thememenu {
        display: none;
    }

    .slideBox1 .newstext {
        width: 100%
    }

    .slideBox1 .newsimg {
        width: 100%;

    }

    .indexnews {
        padding: 0;
    }

    .footer {
        padding: 20px 0 15px 0;
    }

    .footer_top {
        display: none;
    }

    .search {
        display: none;
    }

    .themenav {
        height: 56px;
        line-height: 56px;
    }

    .logo img {
        max-height: 28px;
        width: auto;
    }

    #sideMenu {
        display: block;
    }

    .slideBox {
        margin-top: 57px;
        position: relative;
    }

    .divContent {
        height: 300px;
    }

    .logo {
        height: 56px;
    }

    .underslideBox {
        display: block !important;
    }


    .bdsharebuttonbox {
        float: left;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .lefttime {
        display: none;
    }

    .sidbarcontact {
        display: none;
    }

    .ymtitle {
        height: 0;
        overflow: hidden;
        transition: height 2s;
        -moz-transition: height 2s;
        -webkit-transition: height 2s;
        -o-transition: height 2s;
    }

    .sidbarnav:hover .ymtitle {
        height: 100%;
    }

    .links {
        margin-bottom: -30px;
    }

    .linkpart {
        margin-bottom: 30px;
    }

    .indexabout_text {
        width: 100%;
    }

    .indexabout_img {
        width: 100%;
    }

    .indexcasepart {
        width: 100%;
    }

    .indexcasepart {
        margin-bottom: 15px;
    }

    .indexcase_text h3 {
        margin-top: 0;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .indexcase_text p {
        line-height: 20px;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .indexcase_text {
        padding: 20px;
    }

    .indexnewspart_img {
        width: 100%;
    }

    .indexnewspart_text {
        width: 100%;
    }

    .header_center {
        display: none;
    }

    .header_top {
        display: none;
    }

    .header_bottom {
        background: none !important;
    }

    .navbar-brand {
        display: block;
        padding: 10px 0 !important;
    }

    .navbar-brand img {
        height: 35px;
        width: auto;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: none !important;
    }

    .header_bottom .navbar-default .navbar-nav > li > a {
        margin-right: 0;
        margin-bottom: 3px;
        padding-left: 30px;
    }

    .dropdown-menu li a {
        color: #fff !important;
        padding-left: 45px !important;
        line-height: 30px !important;
    }

    .navbar-toggle {
        margin-right: 0 !important;
    }
}

.wp-post-image {
    /* max-height: 220px; */
    max-width: 300px;
    /* min-height: 220px; */
    min-width: 100%;
}

.copyright a {
    color: #ccc;
}

.copyright a:hover {
    color: #999;
}
