
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	box-sizing: border-box;
	word-wrap: break-word;
    transition: all 0.3s;
}
html {
    -ms-text-size-adjust:none;
    -webkit-text-size-adjust:none;
    text-size-adjust:none;
}
body {
	color: #000;
	background: #f5f5f5;
	word-break: break-all;
    line-height:1.5;
    font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}
ul,ol,li {
    list-style:none;
}
h1 {
	font-size: 28px
}
h2 {
	font-size: 18px
}
h3 {
	font-size: 16px
}
img {
    border:0 none;
    vertical-align:top;
    width: 100%;
    height: 100%;
}
a {
	text-decoration: none;
    color: #000;
}
a,a:hover,a:active,a:visited,a:link,a:focus {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none
}
a,a:hover {
	transition: all .3s ease-out 0s
}
b,strong {
    font-weight:bold;
}
i,em {
    font-style:normal;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
table a{
    color: #000;
}
table th,table td {
    border:1px solid #ddd;
    padding:5px;
}
table th {
    font-weight:inherit;
    border-bottom-width:2px;
    border-bottom-color:#ccc;
}
button,input,select,textarea {
    font-family:inherit;
    line-height: inherit;
    font-size:100%;
    margin:0;
    vertical-align:baseline;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance:button;
    cursor:pointer;
}
button[disabled],input[disabled] {
    cursor:default;
}
input[type="checkbox"],input[type="radio"] {
    box-sizing:border-box;
    padding:0;
}
input[type="search"] {
    -webkit-appearance:textfield;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
   }
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none;
   }
input:focus {
    outline:none;
}
select[size],select[multiple],select[size][multiple] {
    border:1px solid #AAA;
    padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display:block;
}
audio,canvas,video,progress {
    display:inline-block;
}
input::-webkit-input-speech-button {
    display:none
}
button,input,textarea {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

@font-face {font-family: 'iconfont';
    src: url('https://www.sjxymyy.com/zb_users/theme/sjxymyy2/style/iconfont.eot');
    src: url('https://www.sjxymyy.com/zb_users/theme/sjxymyy2/style/iconfont.eot?') format('embedded-opentype'),
    url('https://www.sjxymyy.com/zb_users/theme/sjxymyy2/style/iconfont.woff') format('woff'),
    url('https://www.sjxymyy.com/zb_users/theme/sjxymyy2/style/iconfont.ttf') format('truetype'),
    url('https://www.sjxymyy.com/zb_users/theme/sjxymyy2/style/iconfont.svg') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}



.container {
	width: 1000px;
	margin: 0 auto
}

/* hover起阴影 */
.prevBtn:hover,
.nextBtn:hover {
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    transform: translate3d(0,-2px,0);
}

/* hover放大 */
.tuWen-img img:hover{
    transform: scale(1.05);
}
/* hover变色 */
.article-content a:hover,
.article-box .article-info a:hover,
#divPrevious .function_c li a:hover,
.bread a:hover,
.tuWen-title a:hover{
    color: #206be7;
}
/* hover背景变蓝 字变白 */
.moreBtn:hover{
    background: #206be7;
    color: #fff;
}

header{
    margin-bottom: 30px;
}
footer{
    background: #222222;
    padding-bottom: 100px;
    padding-top: 20px;
    margin-top: 30px;
}
.foot p{
    line-height: 2;
    color: #a0a0a0;
}
.pcBar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.pcUnion,
.pcPhone{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.pcUnion-txt,
.pcPhone-txt{
    color: #333;
    font-size: 15px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.pcPhone-txt p:nth-child(2) {
    font-weight: bold;
    font-size: 19px;
}
.pcNav-area {
    background: #2653a4;
}
.pcNav{
    height: 55px;
}
.pcNav .navbar{
    height: 100%;
    display: flex;

}
.pcNav .navbar .navbar-item a{
    display: block;
    height: 100%;
    color: #fff;
    line-height: 55px;
    padding: 0 15px;
}
.pcNav .navbar .navbar-item a:hover{
    background: #446fbb;
}

.ydLogo{
    display: none;
}
.ydMenuBtn{
    display: none;
}




.banner-area{
    height: 400px;
    margin-bottom: 30px;
    display: flex;
}
#banner-items {
    height:100%;
}
#banner-items .owl-wrapper-outer,
.owl-wrapper-outer .owl-wrapper,
.owl-wrapper-outer .owl-item,
.owl-item li {
    height:100%;
}
.owl-item li img {
    object-fit:cover;
}
#banner-items .owl-controls {
    position:absolute;
    left: 50%;
    bottom:10px;
    transform: translateX(-50%);
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
}


.fourBtn-area{
    margin-bottom: 30px;
}
.fourBtn{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.fourBtn li{
    width: 17.7%;
    height: 120px;
}
.fourBtn li a{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.fourBtn li a span:nth-child(1){
    color: #020202;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.fourBtn li a span:nth-child(2){
    background: #ffac39;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
}
.fourBtn li:nth-child(1){
    background: url(../image/fourBtn1.png) no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.fourBtn li:nth-child(2){
    background: url(../image/fourBtn2.png) no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.fourBtn li:nth-child(3){
    background: url(../image/fourBtn3.png) no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.fourBtn li:nth-child(4){
    background: url(../image/fourBtn4.png) no-repeat;
    background-position: center;
    background-size: auto 100%;
}


.index-black-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.index-black-title h3 {
    font-size: 18px;
    padding-bottom: 6px;
    color: #206be7;
    border-bottom: 2px solid #206be7;
    font-weight: 400;
}
.index-black-title small {
    font-size: 14px;
    margin-left: 15px;
    color: #5a5a5a;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
}

.warp{
   background: #fff; 
   padding: 20px;
   box-sizing: border-box;
}
.indexProject-area{
    margin-bottom: 30px;
}
.indexProject{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.indexProject li {
    width: 12.5%;
}
.indexProject li:nth-child(n+9) {
    border-bottom: none;
}
.indexProject li:nth-child(1), 
.indexProject li:nth-child(9) {
    border-left: none;
}
.indexProject li{
    border-left: 1px dashed #e6e6e6;
    border-bottom: 1px dashed #e6e6e6;
}
.indexProject li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}
.indexProject li a img{
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
}

.list-tuWen {
    background: #fff;
    border-radius: 3px;
}
.list-tuWen li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(239,239,239,0.8);
    display: flex;
}
.tuWen-img {
    width: 20%;
    height: 160px;
}
.tuWen-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tuWen-text {
    width: 80%;
    padding-left: 2%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tuWen-title a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tuWen-abstract {
    line-height: 26px;
    color: #5a5a5a;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tuWen-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: #999;
}
.tuWen-info span {
    padding-left: 15px;
    font-size: 12.5px;
}
.tuWen-info span i {
    display: inline-block;
    font-size: 12.5px;
    padding-right: 3px;
}

.shop-area{
    margin-bottom: 30px;
}
.list-shop{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-shop li {
    width: 18%;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
}
.shop-img {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.shop-img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.shop-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 8px;
    box-sizing: border-box;
    border: 1px solid rgba(239,239,239,0.8);
    border-top: none;
}
.shop-name{
    margin: 8px 0;
    color: #515151;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.shop-jiage{
    color: #ea1542;
}
.shop-jiage::before {
    content: "￥";
}
.shop-buy{
    text-align: center;
    display: block;
    background: #7bade9;
    margin: 8px auto;
    padding: 3px 16px;
    color: #fff;
    border-radius: 15px;
}


.page-area{
    display: flex;
    justify-content: space-between;
}
.page-left{
    width: 73%;
    border-radius: 3px;
}
.page-right{
    width: 25%;
}
.bread {
    color: #ccc;
    font-size: 14px;
    padding: 12px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 3px;
}
.bread a {
    color: #999;
    font-size: 14px;
}
.listIntro{
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
}
.list-name {
    font-weight: bold;
    margin-bottom: 10px;
}
.list-intro{
    display: flex;
}
.list-intro img{
    width: 30%;
    height: auto;
    margin-right: 15px;
}
.page-left .post-list{
    padding: 0 20px;
}
.page-left .post-list .tuWen-img{
    width: 28%;
}
.more-area {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    background: #fff;
}
.moreBtn {
    display: inline-block;
    cursor: pointer;
    color: #5a5a5a;
    border: 1px solid #206be7;
    white-space: nowrap;
    padding: 10px 0;
    width: 25%;
    font-size: 14px;
    line-height: 16px;
    border-radius: 3px;
}
.function{
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
}
.page-right .function{
    padding: 18px;
}
.page-right .function_t {
    position: relative;
    margin: 0 0 10px;
    color: #333;
    padding: 0 0 0 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.page-right .function_t:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    content: "";
    background: #206be7;
    border-radius: 2px;
}
#divPrevious .function_c li {
    padding: 7px 0 7px 22px;
    position: relative;
}
#divPrevious .function_c li::before {
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 9px;
    color: #fff;
    line-height: 16px;
    width: 16px;
    border-radius: 3px;
    text-align: center;
}
#divPrevious .function_c li:before{
    background: #B1B1B1;
}
#divPrevious .function_c li:nth-child(1):before {
    background: #FF6600;
}
#divPrevious .function_c li:nth-child(2):before {
    background: #206be7;
}
#divPrevious .function_c li:nth-child(3):before {
    background: #12b805;
}
#divPrevious .function_c li:nth-child(1)::before {
    content: "1";
}
#divPrevious .function_c li:nth-child(2)::before {
    content: "2";
}
#divPrevious .function_c li:nth-child(3)::before {
    content: "3";
}
#divPrevious .function_c li:nth-child(4)::before {
    content: "4";
}
#divPrevious .function_c li:nth-child(5)::before {
    content: "5";
}
#divPrevious .function_c li:nth-child(6)::before {
    content: "6";
}
#divPrevious .function_c li:nth-child(7)::before {
    content: "7";
}
#divPrevious .function_c li:nth-child(8)::before {
    content: "8";
}
#divPrevious .function_c li:nth-child(9)::before {
    content: "9";
}
#divPrevious .function_c li:nth-child(10)::before {
    content: "10";
}
#divPrevious .function_c li a {
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}
/* 侧栏标签 */
#divTags .function_c ul {
    padding-top: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
#divTags .function_c li{
    width: 30%;
    margin-bottom: 3%;
    height: 30px;
}
#divTags .function_c li a{
    font-size: 12px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid rgba(99,99,99,.5);
    background: rgba(255,255,255,.2);
    padding: 0px 7px;
    height: 100%;
    line-height: 30px;
    color: #666;
    border-radius: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
#divTags .function_c li a:hover{
    border: 1px solid #206be7;
    background-color: #206be7;
    color: #fff;
}
/* 侧栏评论 */
#divComments .function_c li {
    padding: 7px 0 7px 20px;
    position: relative;
}
#divComments .function_c li a {
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}
#divComments .function_c li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
    color: #fff;
    line-height: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    background: #B1B1B1;
}
#divComments .function_c li:nth-child(1):before {
    background: #FF6600;
}
#divComments .function_c li:nth-child(2):before {
    background: #206be7;
}
#divComments .function_c li:nth-child(3):before {
    background: #12b805;
}
/* 侧栏微信 */
#divWeChat .function_c li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#divWeChat .function_c li img{
    margin: 0 auto;
    max-width: 80%;
}
#divWeChat .function_c li p{
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}

.article-box{
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px;
}
.article-box .article-title {
    margin-bottom: 20px;
}
.article-box .article-title h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
}
.article-box .article-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.article-box .article-info span, 
.article-box .article-info a {
    color: #828282;
    font-size: 14px;
    margin: 0;
    padding: 0 5px;
}
.article-content {
    color: #121212;
}
.article-content p {
    margin-bottom: 10px;
    line-height: 1.8;
    word-wrap: break-word;
}
.article-content img {
    margin: 10px auto;
    display: block;
    max-width: 80%;
}
.article-credit {
    border: 1px solid #efefef;
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 13px 15px;
    line-height: 25px;
    color: #828282;
    font-size: 14px;
    margin: 20px auto;
}
.related-title {
    position: relative;
    color: #333;
    padding: 0 0 0 12px;
    font-weight: 500;
    line-height: 1;
    font-size: 22px;
}
.related-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    content: "";
    background: #206be7;
    border-radius: 2px;
}
.page-related{
    background: #fff;
    border-radius: 3px;
}
.page-related-black{
    padding: 20px;
}
.page-related-black .post-list{
    padding: 0;
}
.article-Prev-Next{
    margin-bottom: 20px;
    background: #fff;
    display: flex;
}
.prevBtn{
    border-right: 1px dashed #eaeaea;
}
.prevBtn,
.nextBtn{
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prevBtn span,
.nextBtn span{
    margin-bottom: 10px;
    color: #828282;
}

@media (max-width:1199px) {
    .container {
        width: 80%;
        margin: 0 auto
    }
    
}
@media (max-width:970px) {
    .pcBar-left{
        display: none;
    }
    .banner-area{
        height: 450px;
    }
    .fourBtn li {
        width: 20%;
        height: 100px;
    }
    .indexProject li {
        width: 20%;
    }
    .indexProject li:nth-child(6),
    .indexProject li:nth-child(11){
        border-left: none;
    }
    .indexProject li:nth-child(9) {
        border-left: 1px dashed #e6e6e6;
        border-bottom: 1px dashed #e6e6e6;
    }
    .indexProject li:nth-child(10){
        border-bottom: 1px dashed #e6e6e6;
    }
    .indexProject li:last-child{
        display: none;
    }
    .list-shop li {
        width: 23%;
    }
    .tuWen-img {
        width: 24%;
    }
    .page-left{
        width: 100%;
    }
    .page-right{
        display: none;
    }
    
}
@media (max-width:767px) {
    .pcBar{
        display: none;
    }
    .pcBar-left,
    .pcBar-right{
        display: none;
    }
    .pcNav{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ydLogo{
        display: block;
        height: 100%;
        
        box-sizing: border-box;
    }
    .ydLogo a{
        display: block;
        height: 100%;
        padding: 8px 0;
        box-sizing: border-box;
    }
    .ydLogo a img{
        width: auto;
        height: 100%;
        object-fit: cover;
    }
    .ydMenuBtn{
        display: block;
        width: 55px;
        height: 100%;
        text-align: center;
        line-height: 55px;
    }
    .ydMenuBtn i{
        color: #fff;
        font-size: 26px;
    }


    
    .pcNav .navbar{
        flex-direction: column;
        align-items: center;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 0;
        overflow: hidden;
        z-index: -10;
    }
    .moveNavSwitch{
        background: #2653a4;
        z-index: 99999 !important;
    }
    .pcNav .navbar .navbar-item{
        width: 100%;
    }


    .banner-area{
        height: 300px;
    }
    .fourBtn li {
        width: 23%;
        height: 90px;
    }
    .indexProject li{
        width: 25%;
    }
    .indexProject li:last-child{
        display: block;
    }
    .indexProject li:nth-child(6),
    .indexProject li:nth-child(11){
        border-left: 1px dashed #e6e6e6;
    }
    .indexProject li:nth-child(11),
    .indexProject li:nth-child(12){
        border-bottom: 1px dashed #e6e6e6;
    }
    .indexProject li:nth-child(5),
    .indexProject li:nth-child(9),
    .indexProject li:nth-child(13){
        border-left: none;
    }
    .list-shop li {
        width: 30%;
    }
    .tuWen-img {
        width: 0%;
    }
    .tuWen-text {
        width: 100%;
        padding-left: 0%;
    }
    .list-intro {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .list-intro img {
        width: 80%;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .page-left .post-list .tuWen-img {
        width: 0%;
    }
    .article-Prev-Next{
        flex-direction: column;
        align-items: center;
    }
    .prevBtn, .nextBtn {
        width: 100%;
    }
    .prevBtn {
        border-right: none;
        border-bottom: 1px dashed #eaeaea;
    }
}
@media (max-width:539px) {
    .banner-area{
        height: 250px;
    }
    .fourBtn li {
        width: 23%;
        height: 70px;
    }
    .fourBtn li a span:nth-child(1) {
        font-weight: 600;
        font-size: 15px;
    }
    .fourBtn li a span:nth-child(2){
        font-size: 13px;
        margin-bottom: 6px;
    }
    .indexProject li{
        width: 33%;
    }
    .indexProject li:last-child{
        display: none;
    }
    .indexProject li:nth-child(4),
    .indexProject li:nth-child(7),
    .indexProject li:nth-child(10){
        border-left: none;
    }
    .indexProject li:nth-child(5),
    .indexProject li:nth-child(9){
        border-left: 1px dashed #e6e6e6;
    }
    .list-shop li {
        width: 48%;
    }
    
}
@media (max-width:411px) {}
@media (max-width:359px) {}

