
.headtitle h3 {
   /* padding-bottom: 20px; */
    font-size: 28px;
    font-weight: 700;
    color: #2F4447;
    line-height: 40px;
    text-align: center;
    position: relative;
	margin-bottom: 35px;
}
.headtitle h3:after{
	/* display: block; */
	display: none;
	    width: 90px;
	    height: 4px;
	    background: #0267ff;
	    border-radius: 2px;
	    content: "";
	    position: absolute;
	    left: 50%;
	    margin-left: -45px;
	    bottom: 0px;
}
.substance {
    width: 100%;
    overflow: hidden;
    margin-top: -50px;
}

.substance .nav {
    width: 100%;
    padding: 20px 0px;
    background-color: #F9F9F9;
	display: none;
}

.substance .nav li.active {
    background: #1B79F8 !important;
}

.substance .nav li.active a {
    color: #fff !important;
}

/*
.substancenav {
    position: fixed;
    top: 60px;
    left: 0px;
    z-index: 10000;
    background-color: #eee !important;
}*/

.substancenav {
    position: fixed;
    right: 0px;
    top: 300px;
    width: auto !important;
    z-index: 1000;
    background-color: transparent !important
}
.substancetop{
    margin-top:80px;
}
.substancenav ul {
    width: auto !important;
    flex-direction: column;
}

.substancenav ul li {
    width: auto !important;
    background: #ccc !important;
    padding: 0px 10px;
    flex-direction: column;
    width: 100px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari 和 Chrome */
    -o-transition: all 0.4s;
}

.substancenav ul li a {
    color: #fff !important;
}

.substance .nav ul {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.substance .nav ul li {
    width: calc(100% / 5);
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.substance .nav ul li a {
    color: #676767;
    font-weight: 500;
    line-height: 40px;
    font-size: 16px;
}

.addclass {
    color: #225C9E !important;
    position: relative;
}

.substance .brief {
    width: 100%;
	/* height: 494px; */
	position: relative;
}

.substance .brief .card {
    width: 1210px;
    margin: 0 auto;
    padding: 0 5px 0 5px;
}

.substance .brief .card .headtitle {
    width: 100%;
    text-align: center;
}

.substance .brief .card .headtitle h2 {
    line-height: 42px;
    font-size: 30px;
    font-weight: 500;
}


.substance .brief .card .headtitle img {
    margin: 20px auto;
}

.substance .brief .card>a {
    display: inline-block;
	width: 100%;
}

.substance .brief .card>a .gsjjBtn {
    width: 200px;
    height: 50px;
    background: #1B79F8;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.substance .brief .card .word {
    width: 500px;
   /* height: 494px; */
	margin-right: 60px;
    position: relative;
}
.substance .brief .card .word>div{
	height: 100%;
}
    .substance .brief .card .word p {
        width: 100%;
       /* height: 180px; */
        line-height: 25px;
        font-size: 15px;
        color: #555555;
        /* display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:3;
        overflow: hidden; */
       /* text-indent: 2em; */
		margin-bottom: 20px;
    }
.substance .brief .card .word span {    
	   display: block;
       height: 28px;
       font-size: 28px;
       line-height: 28px;
       font-weight: 700; 
       color: #1f1f1f;
	   margin-bottom: 24px;
    }
.substance .brief .card .tuimg {
    width: calc(100% - 560px);
    height: 494px;
	
}

.substance .brief .card .tuimg img {
   width: 997px;
   height: 494px;
   /* max-width: 997px; */
    display: block;
   position: absolute;
   right: 0;
   
}

.substance .culture {
    width: 100%;
    
}

.substance .culture .card {
    width: 1220px;
    margin: 0 auto;
    padding: 80px 0 0 0;
}

.substance .culture .card .headtitle {
    width: 100%;
    text-align: center;
}

.substance .culture .card .headtitle h2 {
    line-height: 42px;
    font-size: 30px;
    font-weight: 500;
}

.substance .culture .card .headtitle img {
    margin: 20px auto;
}

    .substance .culture .card .headtitle p {
        color: #393939;
        font-weight: 300;
        font-size: 16px;
        padding: 0px 16px;
    }
.substance .culture .card .qywh-wrap{
	display: flex;
	align-items: center;
	/* justify-content: center; */
	flex-wrap: wrap;
}
.substance .culture .card .qywh-wrap .qywh-wrap-item{
	width: calc(100%/3 - 20px);
	    margin: 10px;
	    height: 168px;
	    border: 1px solid #E4E4E4;
	    position: relative;
}
.qywh-wrap-item .border {
	position: absolute;
	background: none;
	transition: all .5s ease-in-out;
}

.qywh-wrap-item .border:nth-of-type(1) {
	/* top: -1px;
	left: -1px; */
	width: 0;
	height: 0;
	border-top: 1px solid #007aff;
}

.qywh-wrap-item .border:nth-of-type(2) {
	/* top: -1px;
	right: -1px; */
	width: 100%;
	height: 0;
	border-right: 1px solid #007aff;
}

.qywh-wrap-item .border:nth-of-type(3) {
	/* bottom: -1px;
	right: -1px; */
	width: 0;
	height: 100%;
	border-bottom: 1px solid #007aff;
}

.qywh-wrap-item .border:nth-of-type(4) {
	/* bottom: -1px;
	left: -1px; */
	width: 100%;
	height: 0;
	border-left: 1px solid #007aff;
}

.qywh-wrap-item:hover .border:nth-of-type(1) {
	width: 100%;
}

.qywh-wrap-item:hover .border:nth-of-type(2) {
	height: 100%;
}

.qywh-wrap-item:hover .border:nth-of-type(3) {
	width: 100%;
	height: 100%;
}

.qywh-wrap-item:hover .border:nth-of-type(4) {
	height: 100%;
}

.qywh-wrap-item>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.qywh-wrap-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.qywh-wrap-item .infobox {
	width: 100%;
	height: 100%;
	display: flex;

	align-items: center;
}

.qywh-wrap-item .infobox img {
	/* width: 86px;
	height: 86px; */
	margin-right: 25px;
	margin-left: 40px;
}

.qywh-wrap-item .infobox h2 {
	color: #1f1f1f !important;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.qywh-wrap-item .infobox p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.substance .culture .card .spread {
    width: 100%;
    text-align: center;
    height: 393px;
    margin-top: 28px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.substance .culture .card .spread .bg {
    width: 437px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .spread .topdian {
    position: absolute;
    top: 10px;
    left: 70px;
}

.card .spread .bottomdian {
    position: absolute;
    bottom: 98px;
    right: 70px;
}

.card .spread .cx {
    position: absolute;
    top: 113px;
    left: 70px;
    font-size: 22px;
    font-weight: bold;
    color: #aeaeae59;
}

.card .spread .jq {
    position: absolute;
    bottom: 85px;
    left: 152px;
    font-size: 22px;
    font-weight: bold;
    color: #aeaeae59;
}

.card .spread .dd {
    position: absolute;
    top: 113px;
    right: 70px;
    font-size: 22px;
    font-weight: bold;
    color: #aeaeae59;
}

.card .spread .ws {
    position: absolute;
    bottom: 38px;
    right: 162px;
    font-size: 22px;
    font-weight: bold;
    color: #aeaeae59;
}

.card .spread .cximg {
    position: absolute;
    top: 0px;
    left: 185px;
}

.card .spread .jqimg {
    position: absolute;
    bottom: 0px;
    left: 261px;
}

.card .spread .ddimg {
    position: absolute;
    top: 0px;
    right: 186px;
}

.card .spread .wsimg {
    position: absolute;
    bottom: 0px;
    right: 261px;
}

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-10px);
    }

    50%,
    100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(10px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateY(-10px);
    }

    50%,
    100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(10px);
    }
}

.animate-bounce-down {
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
}

.substance .progress {
    width: 100%;
}

.substance .progress .card {
    width: 1220px;
    margin: 0 auto;
    padding: 80px 0 0 0;
}

.substance .progress .card .headtitle {
    width: 100%;
    text-align: center;
}

.substance .progress .card .headtitle h2 {
    line-height: 42px;
    font-size: 30px;
    font-weight: 500;
}

.substance .progress .card .headtitle img {
    margin: 20px auto;
}

    .substance .progress .card .headtitle p {
        color: #393939;
        font-weight: 300;
        font-size: 16px;
        padding: 0px 10px;
    }

.substance .progress .card .time {
    width: 100%;
    margin-top: 50px;
    display: flex;
	padding: 0 10px;
}

.card .time .box {
    width: 453px;
    background-color: white;
    text-align: center;
    box-shadow: -8px 5px 25px 6px #dcdcdc;
    /*padding-bottom: 10px;*/
}

.card .time .box a {
    display: block;
    height: 100%;
}

    .card .time .box img {
        width: 413px;
        height: 234px;
        margin: 30px 0 0 0;
    }

    .card .time .box p {
        color: #252525;
        font-size: 14px;
        font-weight: 200;
        padding: 15px 10px;
        min-height: 68px;
    }

.card .time .axis {
    width: calc(100% - 463px);
    margin-left: 10px;
    position: relative;
}

.card .time .axis .line {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background-color: #E3E3E3;
    margin: 152px auto 224px auto;
    z-index: -2;
}

.card .time .axis ul {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 148px;
    z-index: 1000;
}

/*.card .time .axis {

    width: calc(100% - 500px);

}*/

.card .item {
    /*height: 400px;*/
    height: 350px;
    padding-top: 100px;
    position: relative;
}

.card .time .axis .item {
    width: 100%;
}

.axis .item .circular {
    width: 100%;
    height: 10px;
    margin: 0 auto;
    cursor: pointer;
    height: 2px;
    background-color: #E3E3E3;
    position: relative;
}

.axis .item .circular:after {
    content: "";
    position: absolute;
    border: 3px solid #ddd;
    width: 10px;
    height: 10px;
    left: 50%;
    top: -5px;
    margin-left: -5px;
    border-radius: 50%;
    cursor: pointer;
    background: #138CEE;
    box-shadow: 0px 0px 6px #dcdcdc;
}

.axis .item .year {
    width: 100%;
    position: relative;
    text-align: center;
}

.axis .item .year a {
    width: 100%;
    position: absolute;
    color: #BFBFBF;
    font-size: 40px;
    font-weight: bold;
    display: block;
    cursor: pointer;
}

/*.axis:nth-child(2n-1) .item .year a {
  top: 20px;
}
.axis:nth-child(2n) .item .year a{
  top: -77px;
}*/
.axis .odd a {
    top: 13px;
}

.axis .even a {
    top: -76px;
}

/*.axis .odd p{
  top: 77px;
}
.axis .even p{
  top: 16px;
}*/
.axis .btn {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.axis .btn button {
    width: 40%;
    max-width: 231px;
    border: none;
    height: 51px;
    line-height: 51px;
    color: white;
    background-color: #1B79F8;
    outline: none;
    cursor: pointer;
    font-size: 18px;
}
/* .axis .btn button:hover {
    opacity: 0.5;
} */
.axis .btn span {
    width: 40%;
    max-width: 231px;
    border: none;
    height: 51px;
    line-height: 51px;
    color: white;
    background-color: #1B79F8;
    outline: none;
    cursor: pointer;
    font-size: 18px;
}

.axis .btn span:active {
    opacity: 0.5;
}

.axis .btn .next {
    margin-left: 15px;
}

.year .tuimg {
    width: 100%;
    position: absolute;
}

.axis .year .tuimg p {
    width: calc(100% - 20px);
    text-align: center;
    color: #777777;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 10px;
}

.year .tuimg .img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*height: 180px;*/
    overflow: auto;
}

.year .tuimg .img img {
    /*width: 40%;
    margin: 5px;*/
    max-width: 70%;
    margin: 5px;
    max-height: 100px;
}

.axis .odd .tuimg {
    top: 74px;
}

.axis .even .tuimg {
    top: 20px;
}

.substance .join {
    width: 100%;
   
}

.substance .join .card {
    width: 1220px;
    margin: 0 auto;
    padding: 80px 0 130px 0;
}

.substance .join .card .headtitle {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.substance .join .card .headtitle h2 {
    line-height: 42px;
    font-size: 30px;
    font-weight: 500;
}

.substance .join .card .headtitle img {
    margin: 20px auto;
}

.substance .join .card .message {
    width: 100%;
}
.join .card .message .layui-tab{
	width: 100%;
}
.join .card .message .layui-tab-title{
	border-bottom-width:0 !important;
	height: 64px !important;
	margin-bottom: 28px;
}
.join .card .message .layui-tab-title li{
	width: calc(100%/3 - 20px);
	margin: 0 10px;
	text-align: center;
    font-size: 20px;
	font-weight: 700;
	height: 64px;
	line-height: 64px;
	color: #666666;
	background: #ffffff;
	box-shadow: -5px 0px 15px 5px rgba(0,0,0,0.05); 
}
.join .card .message .layui-tab-brief>.layui-tab-title .layui-this{
	color: #fefefe;
	background: #0267ff;
	box-shadow: -9px 0px 15px -1px rgba(1,103,255,0.25);  
}
.join .card .message .layui-tab-title .layui-this:after{
	display: none;
}

.join .card .message .layui-tab-content{
	width: calc(100% - 20px);
	height: 336px !important;
	margin: 0 10px;
	padding:  18px 10px;
	background: #ffffff;
	box-shadow: -5px 0px 15px 5px rgba(0,0,0,0.05); 
}
.join .card .message .layui-tab-item{
	width: 100%;
	height: 100%;
}
.join .card .message .lxbox{
	width: 100%;
	height: 100%;
}
.join .card .message .lxbox img:nth-child(1){
	width: 496px;
	height: 300px;
	
}
.join .card .message .lxbox .lxinfo{
	margin-left: 60px;
	width: calc(100% - 556px);
	display: flex;
	align-items: center;
	height: 100%;
}
.join .card .message .lxbox .lxinfo .lxword{
	width: calc(100% - 160px);
	
}
.join .card .message .lxbox .lxinfo .lxword h2{
	height: 28px;
	font-size: 24px;
	font-weight: 700;
	color: #1f1f1f;
	line-height: 28px;
}
.join .card .message .lxbox .lxinfo .lxword p{
	font-size: 14px;
	font-weight: 400;
	color: #252525;
	line-height: 24px;
	margin-bottom: 14px;
}
.join .card .message .lxbox .lxinfo .lxword>div{
	height: 140px;

	padding: 16px 10px 16px 0;
}
.join .card .message .lxbox .lxinfo .line{
	border: 1px solid #e0e0e0;
	height: 140px;
	/* width: 1px; */
}
.join .card .message .lxbox .lxinfo .code{
	width: 109px;
	height: 109px;
	margin: 0 25px;
}
.join .card .message .lxbox .lxinfo .code img{
	width: 100%;
	height: 100%;
}
.join .card .message .newstab {
    width: 100%;
    margin: 0 auto;
}

.join .card .message .newstab .swiper-container {
    padding: 0px 60px;
}


    .join .card .message .newstab .swiper-container:after {
        display: block;
        width: 60px;
        height: 100%;
        background: #fafafa;
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 9;
    }

    .join .card .message .newstab .swiper-container:before {
        display: block;
        width: 60px;
        height: 100%;
        background: #fafafa;
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 9;
    }

.join .card .message .newstab .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .message .newstab span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #333333;
    padding: 10px 20px;
    margin: 5px 0px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #acaaaa;
    border-radius: 25px;
    margin-left: 15px;
    cursor: pointer;
}

.newclass {
    border: 1px solid #1B79F8 !important;
    color: #1B79F8 !important;
}

.message .newstab-content {
    margin-top: 20px;
    width: 100%;
}

.message .newstab-content ul {
    width: 100%;
}

.message .newstab-content ul~ul {
    display: none;
}

.message .newstab-content ul p {
    line-height: 35px !important;
    margin: 4px 0;
    color: #373737;
}

.message .newstab-content ul span {
    line-height: 35px !important;
    color: #373737;
    display: block;
    margin: 4px 0;
}

.message .newstab-content ul li {
    color: #373737;
    font-size: 15px;
    line-height: 35px;
}

.message>p {
    color: #1B79F8;
    font-size: 20px;
    margin-top: 20px;
}

.substance .contact {
    width: 100%;
}

.substance .contact .card {
    width: 1200px;
    margin: 0 auto;
    padding: 58px 0 50px 0;
}

.substance .contact .card .headtitle {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.substance .contact .card .headtitle h2 {
    line-height: 42px;
    font-size: 30px;
    font-weight: 500;
}

.substance .contact .card .headtitle img {
    margin: 20px auto;
}

.contact .card .code {
    width: 72%;
    margin: 0 auto;
}

.contact .card .code .tel {
    width: 50%;
    text-align: center;
}

.contact .card .code .scan {
    width: 50%;
    text-align: center;
}

.card .code .head {
    width: 100%;
    text-align: center;
}

.card .code .head h3 {
    font-size: 24px;
}

.card .code .head img {
    margin-bottom: 12px;
}

.card .code .head span {
    display: block;
    font-size: 13px;
    color: #676467;
    margin: 7px 0 20px 0;
}

.card .code .head p {
    color: #F3333F;
    font-weight: bold;
    font-size: 22px;
}

.contact .card .place {
    width: 72%;
    margin: 20px auto 0 auto;
}

.contact .card .place li {
    width: 50%;
    color: #292929;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.contact .card .place span {
    font-size: 16px !important;
    color: #676467 !important;
    font-weight: 500 !important;
    margin-left: 10px;
}

.contact .card .place a:hover {
    color: #f60 !important
}




.swiper-slide-active .item .year a {
    color: #1B79F8;
    text-shadow: 0px 8px 14px rgba(13, 109, 207, 0.48);
}

/*手机端css样式*/
@media screen and (max-width: 1800px) {
	
	.substance .brief .card .tuimg{
		height: 447px;
	}
	.substance .brief .card .tuimg img{
		    width: 889px;
		    height: 447px;
	}
	.substance .brief .card .word{
		/* height: 447px; */
	}
}
@media screen and (max-width: 1600px) {
	
	.substance .brief .card .tuimg{
		height: 426px;
	}
	.substance .brief .card .tuimg img{
		width: 822px;
		height: 426px;
	}
	.substance .brief .card .word{
		/* height: 426px; */
	}
}
@media screen and (max-width: 1460px){
	.substance .brief .card .tuimg{
		height: 404px;
	}
	.substance .brief .card .tuimg img{
		    width: 790px;
		    height: 404px;
	}
	.substance .brief .card .word{
	/* 	height: 404px; */
	}
}

@media screen and (max-width: 1360px) {
	
	.substance .brief .card .tuimg{
		height: 389px;
	}
	.substance .brief .card .tuimg img{
		width: 756px;
		height: 389px;
	}
.substance .brief .card .word{
	/* 	height: 389px; */
	}
    .substance .nav {
        position: fixed;
        right: 0px;
        top: 50%;
        transform: translate(0, -50%);
        width: auto !important;
        z-index: 1000;
        background: transparent;
		display: block;
    }

    .substance .nav ul {
        width: auto !important;
        flex-direction: column;
    }

    .substance .nav ul li {
        width: auto !important;
        ;
        padding: 0px 10px;
        flex-direction: column;
        background: #ccc;
    }

    

  

    .substance .culture .card {
        width: 100%;
        padding: 60px 0 0 0;
    }

    .substance .culture .card .spread .bg {
        width: 54%;
         max-width: 400px;
    }


    .card .item {
        padding-top: 60px;
    }

    .card .time {
        display: flex;
        flex-direction: column;
    }

    .card .time .box {
        width: 90%;
         max-width: 500px;
        margin: 0px auto;
    }

    .card .time .box img {
        width: 90%;
        margin: 30px auto;
    }

    .card .time .axis {
        width: 100%;
        margin: 0;
    }

    .axis .item .circular {
        width: 80%;
    }

    .axis .item .year a {
        font-size: 29px;
    }

    .axis .year .tuimg p {
        font-size: 15px;
    }

    .card .spread .topdian {
        left: 25px;
    }

    .substance .culture .card .spread {
        height: 320px;
    }

    .card .spread .bottomdian {
        bottom: 0;
        right: 25px;
    }

    .card .spread .ddimg {
        top: 13%;
        right: 11%;
        width: 8%;
        max-width: 93px;
        min-width: 50px;
    }

    .card .spread .cximg {
        top: 13%;
        left: 11%;
        width: 8%;
        max-width: 93px;
        min-width: 50px;
    }

    .card .spread .wsimg {
        bottom: 2%;
        right: 15%;
        width: 8%;
        max-width: 93px;
        min-width: 50px;
    }

    .card .spread .jqimg {
        bottom: 2%;
        left: 12%;
        width: 8%;
        max-width: 93px;
        min-width: 50px;
    }

    .card .spread .cx {
        top: 2%;
        left: 15%;
        font-size: 19px;
    }

    .card .spread .dd {
        top: 6%;
        right: 12%;
        font-size: 19px;
    }

    .card .spread .jq {
        font-size: 19px;
        bottom: 1%;
        left: 21%;
    }

    .card .spread .ws {
        font-size: 19px;
        bottom: 4%;
        right: 19%;
    }

    .axis .even a {
        top: -54px;
    }

    .substance .join .card {
        width: 100%;
        padding: 60px 0 50px 0
    }

    .substance .contact .card {
        width: 100%;
        padding: 60px 0 50px 0
    }

    .contact .card .code {
        width: 90%;
    }

    .contact .card .place {
        width: 90%;
        display: none;
    }

    .card .code .head h3 {
        font-size: 19px;
    }

    .contact .card .place li {
        font-size: 16px;
    }

    .card .code .head p {
        font-size: 18px;
    }

    .card .code .head {
        width: 98%;
        margin: 0 auto;
    }

    .message .newstab-content ul {
        width: 90%;
        margin: 0 auto;
    }


  


    .contact .card .code .tel {
        width: 100%;
        margin: 15px 0px;
    }

    .contact .card .code .scan {
        width: 100%;
        margin: 15px 0px;
    }

    /*.card .message .newstab a{
      
      line-height: 31px;
       margin-bottom: 12px;
    }*/
}
@media screen and (max-width: 1280px){
	.substance .brief .card .tuimg{
		height: 366px;
	}
	.substance .brief .card .tuimg img{
		    width: 696px;
		    height: 366px;
	}
	.substance .brief .card .word{
		/* height: 366px; */
	}
}
@media screen and (max-width: 1220px){
	
	.substance .brief .card .word span{
		width: 95%;
		margin: 0 auto 24px auto;
	}
	    .substance .brief .card .word p {
	        width: 95%;
	        margin: 0 auto;
	    }
	
	.substance .nav ul li a {
	        color: #fff !important;
	    }
	
	    .substance .brief .card {
	        width: 100%;
	        padding: 60px 0 50px 0;
	    }
	    .substance .progress .card {
	        width: 100%;
	        padding: 60px 0 50px 0
	    }
}
@media screen and (max-width: 1200px){
	.substance .brief .card .word span{
		width: 90%;
		margin: 0 auto 24px auto;
	}
	    .substance .brief .card .word p {
	        width: 90%;
	        margin: 0 auto;
	    }
	
	.join .card .message .layui-tab-content{
		height: 536px !important;
	}
	.join .card .message .lxbox img:nth-child(1){
		width: 100%;
	}
	.join .card .message .lxbox .lxinfo{
		margin-left: 0;
		width: 100%;
		height: 200px;
	}
	
	.join .card .message .lxbox .lxinfo .lxword{
		width: calc(100% - 120px);
	}
	.join .card .message .lxbox .lxinfo .lxword h2{
		font-size: 22px;
	}
	.join .card .message .lxbox .lxinfo .code{
		margin: 0 5px;
	}
	.join .card .message .lxbox .lxinfo .lxword>div{
		padding: 5px 10px 5px 0;
	}
	.join .card .message .lxbox .lxinfo .lxword p{
		margin-bottom: 9px;
	}
	.substance .brief .card .word{
		width: 100%;
	}
	.substance .brief .card .tuimg{
		width: 100%;
		height: 391px;
	}
	.substance .brief .card .tuimg img{
		position: relative;
		    width: 98%;
		    height: 391px;
		    margin: 0 auto;
	}
}
@media screen and (max-width: 1000px){
	.substance .brief .card .tuimg{
		
		height: 391px;
		
	}
	.substance .brief .card .tuimg img{
		
		    height: 391px;
			
	}
	.substance .brief .card .word{
		width: 100%;
		
	}
	
}
@media screen and (max-width: 680px){
	.mian-title h3 {
		line-height: 30px;
		font-size: 17px;
		padding-bottom: 10px;
	}
	.mian-title .addtext{
		line-height: 22px;
		    font-size: 14px;
	}
	.substance .culture .card .qywh-wrap .qywh-wrap-item{
		width: calc(100% - 20px);
	}
}
@media screen and (max-width: 600px){
	
	.substance .culture .card .qywh-wrap .qywh-wrap-item{
		width: calc(100% - 20px);
	}
}
