@media screen and (min-width:1200px){

	.detail-box{
		border-radius: 10px;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px 0px rgba(16, 62, 216, 0.1);
		padding: 50px 54px 64px;
		margin: 59px 0 108px;
	}
	.tit-name{
		font-size: 30px;
		font-weight: bold;
		color: #3D3D3D;
	}
	.tit-date{
		font-size: 28px;
		color: #3D3D3D;
		margin: 2px 0 52px;
	}
	.detail{
		font-size: 14px;
		line-height: 30px;
		color: #3D3D3D;
		border-bottom: 1px solid #A4B9FF;
		/* padding-bottom: 52px; */
	}
	.detail img{
		max-width: 100%;
		/* margin-bottom: 25px; */
	}
	.contact{
		display: flex;
		margin-top: 60px;
	}
	.big-tit{
		font-size: 22px;
		color: #000000;
	}
	.small-tit{
		font-size: 14px;
		color: #000000;
	}
	.c-box .text{
		font-size: 14px;
		line-height: 30px;
		color: #3D3D3D;
	}
	.c-box .text a,
	.c-box .text label{
		font-size: 14px;
		line-height: 30px;
		color: #103ED8;
	}
	.box1{
		width: 424px;
	}
	.box2{
		width: 417px;
	}
	.c-box-flex{
		width: 858px;
	}
	.tit-link{
		border-bottom: 1px solid #A4B9FF;
	}
	.tit-link+.tit-link{
		padding-top: 38px;
        display: none;
	}
	.tit-link>a{
		font-size: 18px;
		color: #000000;
	}
	.tit-link .tit-flex{
		padding: 10px 0 37px;
		line-height: 1;
	}
	.tit-link .tit-flex span{
		font-size: 16px;
		color: #A1A1A1;
	}
	.tit-link .tit-flex a{
		font-size: 14px;
		color: #103ED8;
		background: url(../images/arrow.png) no-repeat right center;
		background-size: 5px 9px;
		padding-right: 21px;
	}
	.last{
		align-items: self-start;
	}
	.detail{
		border-bottom: 0;
	}
	.bottomfox{
		position: relative;
		height: 40px;
		overflow: hidden;
	}
    .bottomfox.pb-down{
        margin: 54px 0;
    }
	.bottomfox:after{
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		height: 1px;
		background: #A4B9FF;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
	}
	.bottomfox .fox,
	.bottomfox img{
		width: 40px;
		height: 40px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}
	.bottomfox .fox{
		width: 64px;
		height: 64px;
		background: #FFFFFF;
		z-index: 3;
	}
	.organization{
		flex-wrap: wrap;
		margin-left: -99px;
		padding-bottom: 60px;
	}
	.organization li{
		flex: calc(33.3% - 99px) 0;
		margin: 30px 0 0 99px;
	}
    .organization li:nth-child(-n+3){
        margin-top: 0;
    }
	.organization li img{
		width: 100%;
		margin-bottom:0;
	}
	.organization li p{
		font-weight: bold;
		padding-top: 16px;
	}
	.organization li p,
	.organization li span{
		color: #000000;
		font-size: 18px;
		line-height: 30px;
	}
	.organization-box .detail~.detail{
		border-top: 1px solid #A4B9FF;
		padding-top: 52px;
	}
	.committee{
		flex-wrap: wrap;
		margin-left: -66px;
		padding-top: 49px;
	}
	.committee li{
		flex: calc(33.3% - 66px) 0;
		margin: 0 0 60px 66px;
		border-radius: 14px;
		background: #FFFFFF;
		box-shadow: 0px 4px 10px 0px rgba(16, 62, 216, 0.2);
		overflow: hidden;
	}
	.committee li .mittee-box{
		background: #67D1FB;
		padding: 23px 0 25px 39px;
		position: relative;
	}
	.committee li .mittee-box .tit{
		font-size: 18px;
		color: #FFFFFF;
		margin-bottom: 11px;
	}
	.committee li .mittee-box .t-box p{
		font-size: 14px;
		line-height: 20px;
		color: #FFFFFF;
	}
	.committee li .mittee-box img{
		position: absolute;
		right: 25px;
		top: 23px;
		width: 30px;
		height: 30px;
		border-radius: 100%;
	}
	.committee li .mittee-cont{
		padding: 0 39px 26px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
	}
	.committee li .mittee-cont dt{
		font-size: 14px;
		line-height: 20px;
		color: #444444;
		padding: 23px 0 12px;
	}
	.committee li .mittee-cont dd{
		display: flex;
		padding-bottom: 2px;
	}
	.committee li .mittee-cont dd span{
		font-size: 12px;
		line-height: 20px;
		color: #444444;
		width: 50px;
	}
	.committee li .mittee-cont dd span+span{
		margin-left: 23px;
		width: auto;
	}
	.zywyh-box{
		padding-bottom: 0;
	}
	.work-committee{
		border-top: 1px solid #A4B9FF;
		padding-bottom: 46px;
	}
	.work-committee li .work-tit{
		height: 97px;
		border-bottom: 1px solid #A4B9FF;
		position: relative;
		cursor: pointer;
	}
	.work-committee li .work-tit .num{
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		background: #103ED8;
		border-radius: 100%;
		color: #FFFFFF;
		font-size: 14px;
		display: inline-block;
		margin-right: 18px;
	}
	.work-committee li .work-tit .t-box{
		font-size: 18px;
		color: #000000;
		display: flex;
		align-items: center;
	}
	.work-committee li .work-tit .blue-arrow{
		width: 16px;
		height: 9px;
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transition: .4s ease-in-out;
		-webkit-transition: .4s ease-in-out;
	}
	.work-committee li.on .work-tit .blue-arrow{
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		top: 48%;
	}
	.work-committee li .work-box{
		padding: 14px 38px 38px;
		display: none;
		border-bottom: 1px solid #A4B9FF;
	}
	.work-committee li .box-text{
		padding-top: 24px;
		display: flex;
	}
	.work-committee li .box-text p{
		font-size: 18px;
		color: #000000;
		width: 108px;
		line-height: 20px;
	}
	.work-committee li .box-text label{
		font-size: 12px;
		color: #000000;
		display: block;
		white-space: nowrap;
	}
	.work-committee li .box-text p+p{
		font-size: 14px;
		color: #3D3D3D;
		margin-left: 9px;
		width: 882px;
	}
    .zywyh-container{
        position: relative;
        width: 1062px;
        margin: 0 auto;
    }
    .zywyh-container .swiper-container{
        margin-left: -10px;
    }
	.local-society{
		flex-wrap: wrap;
		margin-left: -60px;
	}
	.local-society li{
		position: relative;
		flex: calc(50% - 60px) 0;
		margin: 0 0 50px 60px;
		border-radius: 14px;
		background: #FFFFFF;
		box-shadow: 0px 4px 10px 0px rgba(16, 62, 216, 0.2);
		overflow: hidden;
		padding: 23px 39px 29px;
	}
    .zywyh-container .swiper-slide{
        padding: 10px;
    }
    .zywyh-container .slide{
        height: 280px;
        border-radius: 14px;
        background: #FFFFFF;
        box-shadow: 0px 4px 10px 0px rgba(16, 62, 216, 0.2);
        overflow: hidden;
    }
    .zywyh-container .slide > a{
        display: block;
        height: 280px;
        padding: 43px 39px 0;
        box-sizing: border-box;
    }
	.local-society li img{
		position: absolute;
		right: 30px;
		top: 30px;
		width: 30px;
		height: 30px;
		border-radius: 100%;
		border: 1px solid #103ED8;
	}
    .zywyh-container .swiper-slide img{
        display: none;
    }
	.local-society li .tit,
    .zywyh-container .swiper-slide .tit{
		font-size: 18px;
		line-height: 30px;
		color: #000000;
	}
	.local-society li .en,
    .zywyh-container .swiper-slide .en{
		font-size: 12px;
		line-height: 20px;
		color: #000000;
	}
	.local-society li .t-box{
		padding-top: 15px;
	}
    .zywyh-container .swiper-slide .t-box{
    	padding-top: 25px;
    }
	.local-society li .t-box dl{
		display: flex;
		padding-top: 10px;
	}
    .zywyh-container .swiper-slide .t-box dl{
        display: flex;
    	padding-top: 0;
    }
	.local-society li .t-box dt,
    .zywyh-container .swiper-slide .t-box dt{
		font-size: 12px;
		line-height: 20px;
		color: #444444;
		width: 62px;
	}
    .zywyh-container .swiper-slide .t-box dt{
        width: 115px;
    }
	.local-society li .t-box dd,
    .zywyh-container .swiper-slide .t-box dd{
		font-size: 12px;
		line-height: 20px;
		color: #444444;
		width: 348px;
		margin-left: 11px;
	}
    .zywyh-container .swiper-slide .t-box dd{
        margin-left: 0;
    }
	.local-society li:hover{
		background: #103ED8;
		box-shadow:none;
	}
    .zywyh-container .swiper-slide:hover .slide{
    	background: #4AB691;
    	box-shadow:none;
    }
	.local-society li:hover .tit,
	.local-society li:hover .en,
	.local-society li:hover .t-box dt,
	.local-society li:hover .t-box dd,
    .zywyh-container .swiper-slide:hover .tit,
    .zywyh-container .swiper-slide:hover .en,
    .zywyh-container .swiper-slide:hover .t-box dt,
    .zywyh-container .swiper-slide:hover .t-box dd{
		color: #FFFFFF;
	}
    .zywyh-container .swiper-button-next, 
    .zywyh-container .swiper-button-prev{
        width: 40px;
        height: 40px;
        margin-top: -20px;
        background: url(../images/zywyh-arrow.png) no-repeat center/cover;
    }
    .zywyh-container .swiper-button-prev{
        left:-80px;
    }
    .zywyh-container .swiper-button-next{
        right:-80px;
        transform: rotate(180deg);
    }
	.dfxh-pages{
		padding: 40px 0;
	}
	.contact{
		padding-bottom: 50px;
	}
	.contact .tact-cont{
		width: 350px;
		height: 243px;
		border-radius: 14px;
		background: #103ED8;
		padding: 23px 39px 28px;
	}
	.contact .tact-cont .tit{
		font-size: 18px;
		line-height: 30px;
		color: #FFFFFF;
	}
	.contact .tact-cont .en{
		font-size: 12px;
		line-height: 20px;
		color: #FFFFFF;
		margin-bottom: 25px;
	}
	.contact .tact-cont dl{
		display: flex;
	}
	.contact .tact-cont dt{
		width: 61px;
		color: #FFFFFF;
		font-size: 12px;
		line-height: 20px;
		white-space: nowrap;
	}
	.contact .tact-cont dd{
		width: 215px;
		font-size: 12px;
		line-height: 20px;
		color: #FFFFFF;
	}
	.contact .tact-map{
		width: 689px;
		height: 243px;
		border-radius: 14px;
	}
	.news-list li{
		border-bottom: 1px solid #A4B9FF;
		padding: 42px 0;
	}
	.news-list li a{
		display: flex;
	}
	.news-list li .img-box{
		margin-right: 30px;
	}
	.news-list li .img-box,
	.news-list li .img-box img{
		width: 165px;
		height: 100px;
	}
	.news-list li .cont-box{
		flex: 1;
		padding-right: 42px;
	}
	.news-list li .title{
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		color: #000000;
	}
	.news-list li .abstract{
		font-size: 14px;
		line-height: 24px;
		color: #3D3D3D;
		margin-top: 8px;
	}
	.news-list li .cont{
		padding-top: 9px;
	}
	.news-list li .cont p{
		font-size: 16px;
		line-height: 1;
		color: #A1A1A1;
	}
	.news-list li .cont span{
		font-size: 14px;
		color: #103ED8;
		background: url(../images/arrow.png) no-repeat right center;
		background-size: 5.36px 9.31px;
		padding-right: 21px;
	}
	.news-list li:nth-child(1){
		/*border-bottom: 0;*/
		/*padding: 42px 0 0;*/
	}
	.news-list li:nth-child(1) .img-box,
	.news-list li:nth-child(1) .img-box img{
		width: 370px;
		height: 180px;
		margin-right: 0;
	}
	.news-list li:nth-child(1) .cont-box{
		/*background: #F7F9FF;*/
		/*padding: 35px 42px 42px 45px;*/
		width: 830px;
		box-sizing: border-box;
	}
	.news-list li.notImgBox .cont-box{
		width: 100%;
	}
	.hyjh-list li:nth-child(1){
		border-bottom: 1px solid #A4B9FF;
		padding-bottom: 42px;
	}
	.hyjh-list li:nth-child(1) .img-box img{
		width: 165px;
		height: 100px;
		margin-right: 30px;
	}
	.hyjh-list li:nth-child(1) .cont-box{
		background: none;
		padding: 0 42px 0 0;
	}
	.xwdt-list li:first-child{
		padding-top: 0;
	}
	.exhibitions {
		background: #F1F5FF;
		font-size: 16px;
		line-height: 30px;
		color: #3D3D3D;
		padding: 45px 30px;
		margin: 60px 0;
	}

	.exhibitions-box {
		display: flex;
		flex-wrap: wrap;
		margin-left: -108px;
		padding-bottom: 96px;
	}

	.exhibitions-box a {
		width: 546px;
		margin: 0 0 60px 108px;
	}

	.exhibitions-box .imgs {
		border-radius: 10px;
		text-align: center;
		height: 154px;
		padding: 20px 26px;
		background: #FFFFFF;
		position: relative;
		overflow: visible;
	}

	.exhibitions-box .imgs:after {
		content: "";
		width: 100%;
		height: 154px;
		position: absolute;
		left: 0;
		bottom: -5px;
		z-index: -1;
		background: #103ED8;
		border-radius: 10px;
		box-shadow: 0px 0px 20px 0px rgba(16, 62, 216, 0.2);
	}

	.exhibitions-box .imgs img {
		max-width: 100%;
		max-height: 100%;
	}

	.exhibitions-box span {
		font-size: 26px;
		color: #3D3D3D;
		display: inline-block;
		position: relative;
		padding-right: 15px;
		margin-top: 16px;
	}

	.exhibitions-box span:after {
		content: "";
		width: 6px;
		height: 9px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		background: url(../images/polygon.png) no-repeat;
		background-size: cover;
	}
	.detail{
		border-bottom: 0;
		/* padding-bottom:0; */
		align-items: flex-start;
	}
	.detail .info-text{
		width: 799px;
	}
	.order-sm-box{
		width: 799px;
		text-align: right;
	}
	.order-sm-box .check {
		font-size: 14px;
		color: #103ED8;
		background: url(../images/icon-check.png) no-repeat left center;
		background-size: 20px 13px;
		padding-left: 25px;
	}
	.order-sm-box .download {
		font-size: 14px;
		color: #103ED8;
		background: url(../images/icon-download.png) no-repeat left center;
		background-size: 13px 13px;
		padding-left: 18px;
		margin-left: 39px;
	}
	.detail .info-img{
		width: 216px;
	}
	.dl-name{
		font-size: 18px;
		color: #000000;
	}
	.editorial-board li{
		display: flex;
		padding-top: 38px;
	}
	.editorial-board li:first-child{
		padding-top: 14px;
	}
	.editorial-board li div{
		font-size: 14px;
		color: #3D3D3D;
	}
	.editorial-board li div:nth-child(1){
		width: 168px;
	}
	.editorial-board li div:nth-child(2){
		width: 854px;
	}
	.detail-box~.detail-box{
		margin: 39px 0 0;
	}
	.detail-box~.detail-box:last-child{
		margin-bottom: 100px;
	}
	.info-box{
		margin-bottom: 0;
	}
	.summary{
		display: flex;
		flex-wrap: wrap;
		margin-top: -37px;
	}
	.summary li{
		width: 490px;
		align-items: flex-start;
		border-bottom: 1px solid #A4B9FF;
		padding: 37px 0 27px;
	}
	.summary li:nth-child(2n){
		margin-left: 90px;
	}
	.summary li .sm-tit p{
		font-size: 18px;
		color: #000000;
		margin-bottom: 10px;
		line-height: 1;
        font-weight: bold;
	}
	.summary li .sm-tit span{
		font-size: 16px;
		color: #A1A1A1;
		line-height: 1;
	}
	.summary li .sm-box{
		margin-top: -5px;
	}
	.summary li .sm-box .check{
		font-size: 14px;
		color: #103ED8;
		background: url(../images/icon-check.png) no-repeat left center;
		background-size: 20px 13px;
		padding-left: 25px;
        display: none;
	}
	.summary li .sm-box .download{
		font-size: 14px;
		color: #4AB691;
		background: url(../images/icon-download.png) no-repeat left center;
		background-size: 13px 13px;
		padding-left: 18px;
		margin-left: 39px;
	}
	.certification-list{
		margin-top: 35px;
	}
	.certification-list li{
		text-align: center;
	}
	.certification-list li .cifc-name{
		font-size: 18px;
		color: #FFFFFF;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	.certification-list li .cifc-text{
		font-size: 18px;
		color: #666666;
        height: 114px;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	.certification-list li:first-child{
		background: #103ED8;
		height: 60px;
	}
	.certification-list li+li{
		min-height: 114px;
	}
	.certification-list li+li:nth-child(odd){
		background: #F1F5FF;
	}
	.certification-list li .cifc-name:nth-child(1),
	.certification-list li .cifc-text:nth-child(1){
		width: 133px;
	}
	.certification-list li .cifc-name:nth-child(2),
	.certification-list li .cifc-text:nth-child(2){
		width: 188px;
	}
	.certification-list li .cifc-name:nth-child(3),
	.certification-list li .cifc-text:nth-child(3){
		width: 281px;
	}
	.certification-list li .cifc-name:nth-child(4),
	.certification-list li .cifc-text:nth-child(4){
		width: 196px;
	}
	.certification-list li .cifc-name:nth-child(5),
	.certification-list li .cifc-text:nth-child(5){
		width: 252px;
	}
    .certification-list li .cifc-name:not(:first-child),
    .certification-list li .cifc-text:not(:first-child){
        border-left: 1px solid #D8D8D8;
    }
	.contact{
		border-top: 1px solid #D8D8D8;
		margin-top:0;
		padding: 52px 0 49px;
	}
	.order-letter{
		border-radius: 6px;
		background: #67D1FB;
		height: 60px;
		padding: 0 29px 0 20px;
	}
	.order-letter .letter{
		font-size: 16px;
		color: #FFFFFF;
		background: url(../images/icon-letter.png) no-repeat left center;
		background-size: 19px 21px;
		padding-left: 29px;
	}
	.order-letter .download{
		font-size: 16px;
		color: #FFFFFF;
		background: url(../images/icon-download-white.png) no-repeat left center;
		background-size: 13px 13px;
		padding-left: 18px;
	}
	.detail .info-img-mobile{
		display: none;
	}
	#summary li{
		width: 100%;
	}
	#summary li:nth-child(2n) {
		margin-left: 0;
	}
	.certification-list li{
		text-align: center;
	}
	.certification-list li .cifc-name{
		font-size: 18px;
		color: #FFFFFF;
	}
	.certification-list li .cifc-text{
		font-size: 18px;
		color: #666666;
	}
	.certification-list li:first-child{
		background: #4AB691;
		height: 60px;
	}
	.certification-list li+li{
		min-height: 114px;
	}
	.certification-list li+li:nth-child(odd){
		background: #ECF7F4;
	}
	.certification-list li .cifc-name:nth-child(1),
	.certification-list li .cifc-text:nth-child(1){
		width: 130px;
	}
	.certification-list li .cifc-name:nth-child(2),
	.certification-list li .cifc-text:nth-child(2){
		width: 180px;
	}
	.certification-list li .cifc-name:nth-child(3),
	.certification-list li .cifc-text:nth-child(3){
		width: 285px;
	}
	.certification-list li .cifc-name:nth-child(4),
	.certification-list li .cifc-text:nth-child(4){
		width: 191px;
	}
    .certification-list li .cifc-name:nth-child(5),
    .certification-list li .cifc-text:nth-child(5){
    	width: 260px;
    }
    .certification-list4 li .cifc-name:nth-child(1),
    .certification-list4 li .cifc-text:nth-child(1){
    	width: 130px;
    }
    .certification-list4 li .cifc-name:nth-child(2),
    .certification-list4 li .cifc-text:nth-child(2){
    	width: 180px;
    }
    .certification-list4 li .cifc-name:nth-child(3),
    .certification-list4 li .cifc-text:nth-child(3){
    	width: 285px;
    }
    .certification-list4 li .cifc-name:nth-child(4),
    .certification-list4 li .cifc-text:nth-child(4){
    	width: 191px;
    }
    .certification-list4 li .cifc-name:nth-child(5),
    .certification-list4 li .cifc-text:nth-child(5){
    	width: 160px;
    }
    .certification-list4 li .cifc-name:nth-child(6),
    .certification-list4 li .cifc-text:nth-child(6){
    	width: 260px;
    }
	.detail{
		border-bottom: 0;
		/* padding-bottom: 8px; */
	}
	.query-list li{
		display: flex;
		align-items: center;
	}
	.query-list li:nth-child(2){
		margin-left: 59px;
	}
	.query-list li:nth-child(3){
		margin-left: 87px;
	}
	.query-list li span{
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		color: #666666;
		padding-right: 18px;
	}
	.query-list li .text{
		width: 270px;
		height: 50px;
		line-height: 50px;
		box-sizing: border-box;
		border: 1px solid #808080;
		font-size: 18px;
		color: #666666;
		padding: 0 20px;
	}
	.query-list li .query-btn{
		width: 146px;
		height: 50px;
		line-height: 50px;
		background: #103ED8;
		border: 1px solid #103ED8;
		font-size: 18px;
		color: #FFFFFF;
		text-align: center;
	}
	.detail{
		border-bottom: 0;
		/* padding-bottom: 8px; */
	}
	.roster{
		font-size: 20px;
		color: #000000;
		/* border-top: 1px solid #A4B9FF;
		padding-top: 72px; */
	}
	.encourage{
		border-bottom: 1px solid #A4B9FF;
		padding-top: 60px;
	}
	.encourage span{
        width: 256px;
        height: 60px;
        line-height: 60px;
        background: #C1C1C1;
        font-size: 20px;
        text-align: center;
        color: #FFFFFF;
        margin-right: 13px;
        position: relative;
        display: inline-block;
        cursor: pointer;
	}
	.encourage span:after{
		content: "";
		position: absolute;
		left: 50%;
		bottom: -11px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 34px;
		height: 3px;
		border-radius: 4px;
		background: #103ED8;
		display: none;
	}
    .encourage span.on{
        background: #67D1FB;
    }
	.encourage span.on:after{
		/* display: block; */
	}

	.encourage-box .tit-date{
		margin-bottom: 33px;
	}
	.encourage-box .certification-list li{
		text-align: center;
	}
	.encourage-box .certification-list li .cifc-name{
		font-size: 18px;
		color: #FFFFFF;
	}
	.encourage-box .certification-list li .cifc-text{
		font-size: 18px;
		color: #666666;
	}
	.encourage-box .certification-list li:first-child{
		background: #4AB691;
		height: 60px;
        line-height: 60px;
	}
    .encourage-box .certification-list li+li .cifc-text+ .cifc-text{
		min-height: 114px;
	}
    .encourage-box .certification-list li+li .cifc-text{
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.encourage-box .certification-list li+li:nth-child(odd){
		background: #ECF7F4;
	}
    .encourage-box .certification-list li+li .cifc-text {
        /* line-height: 114px; */
    }
	.encourage-box .certification-list li .cifc-name:nth-child(1),
	.encourage-box .certification-list li .cifc-text:nth-child(1){
		width: 97px;
	}
	.encourage-box .certification-list li .cifc-name:nth-child(2),
	.encourage-box .certification-list li .cifc-text:nth-child(2){
		width: 221px;
        border-left: 1px solid #D8D8D8;
	}
	.encourage-box .certification-list li .cifc-name:nth-child(3),
	.encourage-box .certification-list li .cifc-text:nth-child(3){
		width: 244px;
        border-left: 1px solid #D8D8D8;
	}
	.encourage-box .certification-list li .cifc-name:nth-child(4),
	.encourage-box .certification-list li .cifc-text:nth-child(4){
		width: 302px;
        border-left: 1px solid #D8D8D8;
	}
	.encourage-box .certification-list li .cifc-name:nth-child(5),
	.encourage-box .certification-list li .cifc-text:nth-child(5){
		width: 100px;
        border-left: 1px solid #D8D8D8;
	}
	.encourage-box .certification-list li .cifc-name:nth-child(6),
	.encourage-box .certification-list li .cifc-text:nth-child(6){
		width: 99px;
        border-left: 1px solid #D8D8D8;
	}
	.rhsm-box .contact{
		margin: 0 0 35px;
		align-items: flex-start;
		justify-content: flex-start;
		padding-bottom: 0;
	}
	.rhsm-box .c-box-flex {
		width: 904px;
		margin-left: 26px;
	}
	.rhsm-box .box1 {
		width: auto;
	}
	.fellow-box .tit-date{
		margin-bottom: 33px;
	}
	.fellow-box .certification-list{
		margin-top: 14px;
	}
	.fellow-box .certification-list li{
		text-align: center;
	}
	.fellow-box .certification-list li .cifc-name{
		font-size: 18px;
		color: #FFFFFF;
	}
	.fellow-box .certification-list li .cifc-text{
		font-size: 18px;
		color: #666666;
	}
	.fellow-box .certification-list li:first-child{
		background: #4AB691;
		height: 60px;
	}
	.fellow-box .certification-list li+li{
		min-height: 114px;
	}
	.fellow-box .certification-list li+li:nth-child(odd){
		background: #ECF7F4;
	}
	.fellow-box .certification-list li .cifc-name:nth-child(1),
	.fellow-box .certification-list li .cifc-text:nth-child(1){
		width: 90px;
	}
	.fellow-box .certification-list li .cifc-name:nth-child(2),
	.fellow-box .certification-list li .cifc-text:nth-child(2){
		width: 180px;
	}
	.fellow-box .certification-list li .cifc-name:nth-child(3),
	.fellow-box .certification-list li .cifc-text:nth-child(3){
		width: 267px;
	}
	.fellow-box .certification-list li .cifc-name:nth-child(4),
	.fellow-box .certification-list li .cifc-text:nth-child(4){
		width: 124px;
	}
	.fellow-box .certification-list li .cifc-name:nth-child(5),
	.fellow-box .certification-list li .cifc-text:nth-child(5){
		width: 120px;
	}
	.fellow-box .certification-list li .cifc-name:nth-child(6),
	.fellow-box .certification-list li .cifc-text:nth-child(6){
		width: 175px;
	}
    .fellow-box .certification-list li .cifc-name:nth-child(7),
    .fellow-box .certification-list li .cifc-text:nth-child(7){
    	width: 184px;
    }
	.fellow-box .contact {
		margin-top: 0;
	}
	.detail-box{
		border-radius: 10px;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px 0px rgba(16, 62, 216, 0.1);
		/* padding: 56px 74px 37px; */
	}
	/* .tit-name{
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		color: #000000;
	} */
	/* .tit-date{
		text-align: center;
		font-size: 16px;
		color: #A1A1A1;
		margin: 10px 0 30px;
	} */
    .toggle_more{
        font-size: 16px;
        color: #103ED8;
        width: 110px;
        display: block;
        margin: 0 auto;
        text-align: center;
        position: relative;
        padding-bottom: 16px;
    }
    .toggle_more:after{
        content: "";
        width: 18.51px;
        height: 9.96px;
        background: url(../images/toggle_more-arrow.png) no-repeat;
        background-size:cover;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .toggle_more.on:after{
        transform: translateX(-50%)  rotate(180deg);
        -webkit-transform: translateX(-50%)  rotate(180deg);
    }
    .pb_clear{
        padding-bottom:0;
        height: 522px;
        overflow: hidden;
    }
    .pb_clear.shows{
        height: auto;
    }
	.detail{
		font-size: 14px;
		line-height: 30px;
		color: #3D3D3D;
	}
    .detail.pb-down{
        padding-bottom: 52px;
    }
	.detail img{
		max-width: 100%;
	}
	.detail-bom{
		border-top: 1px solid #A4B9FF;
		border-bottom: 1px solid #A4B9FF;
		position: relative;
		height: 94px;
		margin: 34px 0 19px;
	}
	.detail-bom .pdf{
		font-size: 14px;
		color: #103ED8;
	}
	.detail-bom .check{
		font-size: 14px;
		color: #103ED8;
		background: url(../images/icon-check.png) no-repeat left center;
		background-size: 20px 13px;
		padding-left: 25px;
	}
	.detail-bom .download{
		font-size: 14px;
		color: #103ED8;
		background: url(../images/icon-download.png) no-repeat left center;
		background-size: 13px 13px;
		padding-left: 18px;
		margin-left: 39px;
	}
	.bomfox{
		position: absolute;
		left: 50%;
		bottom: -20px;
		z-index: 3;
		margin-left: -32px;
		width: 64px;
		height: 40px;
		background: #fff;
		padding: 0 12px;
	}
	.bomfox img{
		width: 40px;
		height: 40px;
	}
	.paging{
		padding: 36px 74px 66px;
	}
	.paging a{
		font-size: 14px;
		color: #3D3D3D;
	}
	.paging a.default{
		color: #999999;
		cursor: auto;
	}
	.fellow-update .tit-date{
		margin-bottom: 33px;
	}
	.fellow-update .certification-list{
		margin-top: 14px;
	}
	.fellow-update .certification-list li{
		text-align: center;
	}
	.fellow-update .certification-list li .cifc-name{
		font-size: 18px;
		color: #FFFFFF;
	}
	.fellow-update .certification-list li .cifc-text{
		font-size: 18px;
		color: #666666;
	}
    .fellow-update2 .certification-list{
        margin-top: 14px;
    }
	.fellow-update .certification-list li:first-child,
    .fellow-update2 .certification-list li:first-child{
		background: #4AB691;
		height: 60px;
	}
    .fellow-update .certification-list li:first-child .cifc-name,
    .fellow-update2 .certification-list li:first-child .cifc-name{
        height: 60px;
        line-height: 60px;
    }
	.fellow-update .certification-list li+li,
    .fellow-update2 .certification-list li+li{
		min-height: 114px;
	}
    .fellow-update .certification-list li+li .cifc-text{
        line-height: 114px;
    }
    .fellow-update2 .certification-list li+li .cifc-text{
        min-height: 114px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	.fellow-update .certification-list li+li:nth-child(odd),
    .fellow-update2 .certification-list li+li:nth-child(odd){
		background: #ECF7F4;
	}
	.fellow-update .certification-list li .cifc-name:nth-child(1),
	.fellow-update .certification-list li .cifc-text:nth-child(1){
		width: 100px;
	}
	.fellow-update .certification-list li .cifc-name:nth-child(2),
	.fellow-update .certification-list li .cifc-text:nth-child(2){
		width: 249px;
        border-left: 1px solid #D8D8D8;
	}
	.fellow-update .certification-list li .cifc-name:nth-child(3),
	.fellow-update .certification-list li .cifc-text:nth-child(3){
		width: 293px;
        border-left: 1px solid #D8D8D8;
	}
    .fellow-update .certification-list li .cifc-name:nth-child(4),
    .fellow-update .certification-list li .cifc-text:nth-child(4){
    	width: 488px;
        border-left: 1px solid #D8D8D8;
    }
    .fellow-update2 .certification-list li .cifc-name:not(:first-child),
    .fellow-update2 .certification-list li .cifc-text:not(:first-child){
        border-left: 1px solid #D8D8D8;
    }
	.fellow-update .contact {
		margin-top: 0;
	}
	.contact-update{
		display: flex;
		margin-top: 60px;
	}
	.contact-update .big-tit{
		font-size: 22px;
		color: #000000;
	}
	.contact-update .small-tit{
		font-size: 14px;
		color: #000000;
	}
	.contact-update .c-box .text{
		font-size: 14px;
		line-height: 30px;
		color: #3D3D3D;
	}
	.contact-update .c-box .text a,
	.contact-update .c-box .text label{
		font-size: 14px;
		line-height: 30px;
		color: #103ED8;
	}
	.contact-update .box1{
		width: 424px;
	}
	.contact-update .box2{
		width: 417px;
	}
	.contact-update .c-box-flex{
		width: 858px;
	}
	.xwdt-list-update li .cont-box,
	.xwdt-list-update li:nth-child(1) .cont-box{
		width: 100%;
	}
	.encourage-update .tit-date{
		margin-bottom: 33px;
	}
	.encourage-update .certification-list li{
		text-align: center;
	}
	.encourage-update .certification-list li .cifc-name{
		font-size: 18px;
		color: #FFFFFF;
	}
	.encourage-update .certification-list li .cifc-text{
		font-size: 18px;
		color: #666666;
	}
	.encourage-update .certification-list li:first-child{
		background: #103ED8;
		height: 60px;
	}
	.encourage-update .certification-list li+li{
		min-height: 114px;
	}
	.encourage-update .certification-list li+li:nth-child(odd){
		background: #F1F5FF;
	}
	.encourage-update .certification-list li .cifc-name:nth-child(1),
	.encourage-update .certification-list li .cifc-text:nth-child(1){
		width: 111px;
	}
	.encourage-update .certification-list li .cifc-name:nth-child(2),
	.encourage-update .certification-list li .cifc-text:nth-child(2){
		width: 141px;
	}
	.encourage-update .certification-list li .cifc-name:nth-child(3),
	.encourage-update .certification-list li .cifc-text:nth-child(3){
		width: 152px;
	}
	.encourage-update .certification-list li .cifc-name:nth-child(4),
	.encourage-update .certification-list li .cifc-text:nth-child(4){
		width: 255px;
	}
	.encourage-update .certification-list li .cifc-name:nth-child(5),
	.encourage-update .certification-list li .cifc-text:nth-child(5){
		width: 238px;
	}
	.encourage-update .certification-list li .cifc-name:nth-child(6),
	.encourage-update .certification-list li .cifc-text:nth-child(6){
		width: 151px;
	}
	.encourage-update .tit-date{
		margin-bottom: 33px;
	}
	.encourage-update .certification-list{
		margin-top: 14px;
	}
	.encourage-update .certification-list li{
		text-align: center;
	}
	.encourage-update .certification-list li .cifc-name{
		font-size: 18px;
		color: #FFFFFF;
	}
	.encourage-update .certification-list li .cifc-text{
		font-size: 18px;
		color: #666666;
	}
	.encourage-update .certification-list li:first-child{
		background: #4AB691;
		height: 60px;
	}
	.encourage-update .certification-list li+li{
		min-height: 114px;
	}
	.encourage-update .certification-list li+li:nth-child(odd){
		background: #ECF7F4;
	}

	.encourage-update .contact {
		margin-top: 0;
	}
	.news-release-update .news-name{
		font-size: 30px;
		color: #3D3D3D;
		font-weight: bold;
	}
	.news-release-update .news-date{
		font-size: 28px;
		color: #3D3D3D;
		margin-top: 2px;
	}
	.news-release-update .news-release{
		padding: 23px 47px 124px;
	}
	.news-release-update .hyjh-list li:nth-child(1) .cont-box,
	.news-release-update .hyjh-list li .cont-box{
		padding-right: 20px;
	}
	.news-release-update .news-list li .cont-box{
		width: 100%;
	}
	.news-release-update{
		padding: 23px 47px 124px;
	}


	#top{
		position: relative;
	}
	#top .swiper-slide{
		width: auto;
	}
	#top .swiper-button-disabled{
		display: none;
	}
	#top .swiper-slide a{
		display: block;
	}
	/* #top .swiper-slide.swiper-slide-active a{
		background: #103ED8;
		color: #FFFFFF;
	} */
	.swiper-prev,
	.swiper-next{
		position: absolute;
		top: 0;
		width: 50px;
		height: 50px;
		margin-top:0;
		cursor: pointer;
	}
	.swiper-prev{
		left:-50px;
		background: url(../images/nav-arrow.png) no-repeat;
		background-size:cover;
		transform:rotate(-180deg);
		-webkit-transform:rotate(-180deg);
	}
	.swiper-next{
		right:-50px;
		background: url(../images/nav-arrow.png) no-repeat;
		background-size:cover;
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
	}
	.contact-us-box .tit-date{
		margin-bottom: 33px;
	}
	.contact-us-box .certification-list li{
		text-align: center;
	}
	.contact-us-box .certification-list li .cifc-name{
		font-size: 18px;
		color: #FFFFFF;
	}
	.contact-us-box .certification-list li .cifc-text{
		font-size: 18px;
		color: #666666;
	}
	.contact-us-box .certification-list li:first-child{
		background: #4AB691;
		height: 60px;
	}
	.contact-us-box .certification-list li+li{
		min-height: 114px;
	}
	.contact-us-box .certification-list li+li:nth-child(odd){
		background: #ECF7F4;
	}
	.contact-us-box .certification-list li .cifc-name:nth-child(1),
	.contact-us-box .certification-list li .cifc-text:nth-child(1){
		width: 113px;
	}
	.contact-us-box .certification-list li .cifc-name:nth-child(2),
	.contact-us-box .certification-list li .cifc-text:nth-child(2){
		width: 175px;
	}
	.contact-us-box .certification-list li .cifc-name:nth-child(3),
	.contact-us-box .certification-list li .cifc-text:nth-child(3){
		width: 370px;
	}
	.contact-us-box .certification-list li .cifc-name:nth-child(4),
	.contact-us-box .certification-list li .cifc-text:nth-child(4){
		width: 186px;
	}
	.contact-us-box .certification-list li .cifc-name:nth-child(5),
	.contact-us-box .certification-list li .cifc-text:nth-child(5){
		width: 206px;
	}
	.rhsm-update .contact{
		border-top: 0;
		padding: 0;
		margin: 0 0 35px;
	}
	.rhsm-update .c-box-flex {
		width: 903px;
	}
	.rhsm-update .c-box-flex .box1 {
		width: auto;
	}
	.subscription{
		margin-top: -40px;
	}
	.subscription a{
		color: #000000;
		font-size: 18px;
		font-weight: bold;
		display: block;
		border-bottom: 1px solid #A4B9FF;
		height: 92px;
		line-height: 92px;
		position: relative;
	}
	.subscription a:after{
		content: "";
		width: 8px;
		height: 13px;
		background: url(../images/arrow.png) no-repeat right center;
		background-size: 8px 13px;
		position: absolute;
		top: 50%;
		right: 11px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.notice-text{
		width: 474px;
	}
	.notice-text div+div{
		margin-top: 40px;
	}
	.notice-text p{
		color: #000000;
		font-size: 18px;
		font-weight: bold;
	}
	.notice-text span{
		font-size: 14px;
		line-height: 26px;
		color: #3D3D3D;
		display: block;
		margin-top: 10px;
	}
	.kwdy-contact .c-box .text+.text{
		margin-left: 100px;
	}
	.kwdy-contact .c-box-flex {
		width: 885px;
	}
	.kwdy-contact {
		margin-top: 48px;
		padding-bottom: 0;
	}
	.kwdy-name{
		font-size: 22px;
		color: #000000;
		padding: 35px 0 26px;
	}
	.kwdy-order-letter{
		margin-top: 55px;
	}
	.encourage-update2 .certification-list li .cifc-name:nth-child(1),
	.encourage-update2 .certification-list li .cifc-text:nth-child(1){
		width: 107px;
	}
	.encourage-update2 .certification-list li .cifc-name:nth-child(2),
	.encourage-update2 .certification-list li .cifc-text:nth-child(2){
		width: 252px;
	}
	.encourage-update2 .certification-list li .cifc-name:nth-child(3),
	.encourage-update2 .certification-list li .cifc-text:nth-child(3){
		width: 689px;
	}
	.check-more{
		font-size: 16px;
		color: #103ED8;
		line-height: 1;
		text-align: center;
		position: relative;
		cursor: pointer;
		margin-bottom: 84px;
	}
	.check-more:after{
		content: "";
		width: 18px;
		height: 10px;
		position: absolute;
		left: 50%;
		bottom: -20px;
		transform: translateX(-50%) rotate(0);
		-webkit-transform: translateX(-50%) rotate(0);
		background: url(../images/blue-arrow.png) no-repeat;
		background-size:cover;
	}
	.check-more.dire:after{
		bottom: auto;
		top: -20px;
		transform: translateX(-50%) rotate(180deg);
		-webkit-transform: translateX(-50%) rotate(180deg);
	}
	.detailH{
		height: 720px;
		overflow: hidden;
		padding-bottom:0;
		margin-bottom: 47px;
	}
	.detailAdd{
		padding-bottom:0;
		margin-bottom: 47px;
	}
	.encour-cont{
		display: none;
	}
	.encour-cont p{
		font-size: 18px;
		line-height: 30px;
		color: #000000;
		padding: 33px 0 14px;
	}
	.encour-cont .lift-img{
		width: 178px;
		height: 237px;
	}
	.encour-cont .info{
		margin-left: 50px;
	}
	.encour-cont .info h2{
		font-size: 20px;
		color: #000000;
		font-weight: normal;
	}
	.encour-cont .info h2 span{
		font-size: 16px;
		color: #666666;
		padding-left: 20px;
	}
	.encour-cont .info p{
		font-size: 14px;
		line-height: 18px;
		color: #444444;
		padding: 24px 0 0;
	}
	.encour-cont .lift-info{
		padding: 50px 0 32px;
	}
	.encour-cont .lift-cont{
		font-size: 14px;
		line-height: 30px;
		color: #000000;
	}
	.lift-contAdd{
		padding: 30px 0;
	}
	.tact-map-update{
		height: 243px;
		border-radius: 14px;
		margin-left: 50px;
	}
	.updateDetail .detail{
		padding-bottom: 0;
	}
    .newContact .newTitle{
        height: 58px;
        line-height: 58px;
        background: #67D1FB;
        color: #FFFFFF;
        font-size: 18px;
        padding-left: 19px;
    }
    .newContact .newCont{
        display: flex;
        flex-wrap: wrap;
        padding: 58px 0 30px;
    }
    .newContact .newBox{
        width: 50%;
        display: flex;
        align-items: flex-start;
        padding-right: 30px;
    }
    .newContact .newBox:nth-child(2n){
        border-left: 1px solid #D8D8D8;
        padding: 0 0 0 30px;
    }
    .newContact .newBox:nth-child(1),
    .newContact .newBox:nth-child(2){
        padding-bottom: 34px;
    }
    .newContact .big-tit{
        font-size: 18px;
        line-height: 20px;
        color: #000000;
        position: relative;
        padding-bottom: 8px;
        white-space: nowrap;
        width: 80px;
        margin-right: 20px;
    }
    .newContact .big-tit:after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #67D1FB 0%, rgba(103, 209, 251, 0) 100%);
    }
    .newContact .c-box{
        font-size: 14px;
        line-height: 20px;
        color: #3D3D3D;
        text-align: justify;
    }
    .detailOutClear{
        background: none;
        box-shadow:none;
        border-radius:0;
        padding: 0 65px;
        margin: 44px 0 54px;
    }
    .detailOutClear_m{
        margin-bottom: 0;
    }
    .detailOutClear .tit-date {
        margin-bottom: 46px;
    }
    .technologyOutClear{
        padding: 0 65px 102px;
    }
    .technologyOutClear .detailOutClear{
        margin-bottom: 0;
        padding: 0;
    }
    .technologyOutClear .detailOutClear:first-child .detail{
        padding-bottom:0;
    }
    .technologyOutClear .detailOutClear:last-child{
        border-top: 1px solid #103ED8;
    }
    .technologyOutClear .detail-box~.detail-box{
        margin: 57px 0 0;
        padding-top: 50px;
    }
    .technologyOutClear .detail-box~.detail-box .websiteUrl{
        font-size: 18px;
        line-height: 30px;
        color: #103ED8;
    }
    .thoroughfare{
        font-size: 17px;
        color: #103ED8;
        display: inline-block;
        position: relative;
        padding: 0 13px 0 27px;
        margin-top: 38px;
        height: 20px;
        line-height: 20px;
    }
    .thoroughfare:before{
        content: "";
        width: 20px;
        height: 20px;
        background: url(../images/icon-thoroughfare-update.png) no-repeat;
        background-size:cover;
        position: absolute;
        top: 1px;
        left: 0;
    }
    .thoroughfare:after{
        content: "";
        width: 6px;
        height: 10px;
        background: url(../images/index-blue-arrow.png) no-repeat;
        background-size:6px 10px;
        position: absolute;
        top: 6px;
        right: 0;
    }
    .certificationUpdate1{
        padding-bottom: 0;
    }
    .certificationUpdate1 .certification-list{
        border-bottom: 2px solid #A4B9FF;
        margin-bottom: 10px;
    }
    .certificationUpdate1 li{
        justify-content: flex-start;
    }
    .certificationUpdate1 li .cifc-text:nth-child(3){
        padding: 0 74px;
        box-sizing: border-box;
    }
    .certificationUpdate1 li .cifc-name:nth-child(1), 
    .certificationUpdate1 li .cifc-text:nth-child(1){
        width: 188px;
    }
    .certificationUpdate1 li .cifc-name:nth-child(2),
    .certificationUpdate1 li .cifc-text:nth-child(2){
        width: 227px;
    }
    .certificationUpdate1 li .cifc-name:nth-child(3),
    .certificationUpdate1 li .cifc-text:nth-child(3){
        width: 618px;
    }
    .encourage2{
        padding-top: 33px;
    }
    .encourage2 span{
        margin-right: 10px;
        background:none;
        color: #444444;
        font-weight: bold;
    }
    .encourage2 span:last-child{
        margin-right: 0;
    }
    .encourage2 span.on {
        color: #FFFFFF;
    }
    .certification-list2 .flex-c{
        align-items: stretch;
    }
    /* .certification-list3 li:first-child .cifc-name,
    .certification-list3 li+li .cifc-text{
        border-left: 0 !important;
    } */
    .encourage-box .certification-list3 li .cifc-name:nth-child(1),
    .encourage-box .certification-list3 li .cifc-text:nth-child(1){
    	width: 97px;
    }
    .encourage-box .certification-list3 li .cifc-name:nth-child(2),
    .encourage-box .certification-list3 li .cifc-text:nth-child(2),
    .encourage-box .certification-list3 li .cifc-name:nth-child(3),
    .encourage-box .certification-list3 li .cifc-text:nth-child(3),
    .encourage-box .certification-list3 li .cifc-name:nth-child(4),
    .encourage-box .certification-list3 li .cifc-text:nth-child(4){
    	width: 322px;
    }
    .detailOutClearLine{
        margin-bottom: 0;
    }
    .detailOutClearLine .detail{
        border-bottom: 1px solid #103ED8;
    }
    .detailOutLineClear{
        margin-bottom: 0;
    }
    .detailOutLineClear .detail{
        border-bottom: 1px solid #103ED8;
        padding-bottom: 50px;
    }
    .solicit .tit-name{
        padding-top: 50px;
    }
    #TouchNav{
        width:100%;
        overflow:hidden;
        border-bottom: 2px solid #67D1FB;
        padding-top: 42px;
    }
    #TouchNav .swiper-slide{
        width: 224px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        text-align: center;
        color: #444444;
        position: relative;
        display: inline-block;
        cursor: pointer;
    }
    #TouchNav .swiper-slide span{
        display:block;
    }
    #TouchNav .active span{
        background: #67D1FB;
        color: #FFFFFF;
    }
    .news-list.reset li:nth-child(1) .img-box,
    .news-list.reset li:nth-child(1) .img-box img{
        width: 165px;
        height: 100px;
        margin-right: 30px;
    }
    .news-list.reset li:nth-child(1) .cont-box{
        width: auto;
    }
}

@media screen and (max-width:1199px){
	.order-sm-box .check{
		font-size: .24rem;
		color: #103ED8;
		background: url(../images/icon-check.png) no-repeat left center;
		background-size: .28rem .18rem;
		padding-left: .35rem;
	}
	.order-sm-box .download{
		font-size: .24rem;
		color: #103ED8;
		background: url(../images/icon-download.png) no-repeat left center;
		background-size: .18rem .18rem;
		padding-left: .25rem;
		margin-left: .37rem;
	}
	.detail-box{
		padding: .48rem .3rem .7rem;
	}
	.tit-name{
		font-size: .3rem;
		font-weight: bold;
		color: #3D3D3D;
	}
	.tit-date{
		margin-bottom: .26rem;
		font-size: .28rem;
		color: #3D3D3D;
		white-space: nowrap;
	}
	.detail{
		border-bottom: 1px solid #A4B9FF;
		padding-bottom: .31rem;
		font-size: .26rem;
		line-height: .44rem;
		color: #3D3D3D;
	}
	.detail img{
		max-width: 100%;
		/* margin-bottom: .26rem; */
	}
	.contact{
		display: block;
		margin-top: .31rem;
	}
	.big-tit{
		font-size: .3rem;
		color: #000000;
	}
	.small-tit{
		font-size: .28rem;
		color: #000000;
	}
	.c-box .text{
		font-size: .24rem;
		line-height: .44rem;
		color: #3D3D3D;
		display: block;
	}
	.c-box .text a,
	.c-box .text label{
		font-size: .24rem;
		line-height: .44rem;
		color: #103ED8;
	}
	.c-box-flex,
	.c-box .text span{
		display: block;
	}
	.contact~.contact{
		margin-top: .65rem;
	}
	.box1 .text:nth-child(1){
		width: 5.3rem;
	}
	.box1 .text:nth-child(1) span{
		display: block;
		padding-left: .8rem;
	}
	.c-box-flex{
		padding-top: .37rem;
	}
	.tit-link{
		border-bottom: 1px solid #A4B9FF;
	}
	.tit-link+.tit-link{
		padding-top: .38rem;
	}
	.tit-link>a{
		font-size: .24rem;
		color: #000000;
	}
	.tit-link .tit-flex{
		padding: .02rem 0 .24rem;
		line-height: 1;
	}
	.tit-link .tit-flex span{
		font-size: .24rem;
		color: #A1A1A1;
	}
	.tit-link .tit-flex a{
		font-size: .24rem;
		color: #103ED8;
		background: url(../images/arrow.png) no-repeat right center;
		background-size: .09rem .16rem;
		padding-right: .18rem;
	}
	.last{
		align-items: self-start;
	}
	.detail{
		border-bottom: 0;
	}
	.bottomfox{
		position: relative;
		height: .4rem;
	}
	.bottomfox:after{
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		height: 1px;
		background: #A4B9FF;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
	}
	.bottomfox .fox,
	.bottomfox img{
		width: .4rem;
		height: .4rem;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}
	.bottomfox .fox{
		width: .64rem;
		height: .64rem;
		background: #FFFFFF;
		z-index: 3;
	}
	.organization{
		flex-wrap: wrap;
		padding-bottom: .6rem;
	}
	.organization li{
		width: 100%;
		margin-bottom: .3rem;
	}
	.organization li img{
		width: 100%;
		margin-bottom:0;
	}
	.organization li p{
		font-weight: bold;
		padding-top: .24rem;
	}
	.organization li p,
	.organization li span{
		color: #000000;
		font-size: .24rem;
		line-height: 1.5;
	}
	.committee{
		flex-wrap: wrap;
		padding-top: .42rem;
	}
	.committee li{
		flex: calc(100%) 0;
		margin-bottom: .6rem;
		border-radius: .14rem;
		background: #FFFFFF;
		box-shadow: 0px .04rem .1rem 0px rgba(16, 62, 216, 0.2);
		overflow: hidden;
	}
	.committee li .mittee-box{
		background: #67D1FB;
		padding: .46rem 0 .44rem .39rem;
		position: relative;
	}
	.committee li .mittee-box .tit{
		font-size: .34rem;
		color: #FFFFFF;
		margin-bottom: .39rem;
	}
	.committee li .mittee-box .t-box p{
		font-size: .3rem;
		line-height: .44rem;
		color: #FFFFFF;
	}
	.committee li .mittee-box img{
		position: absolute;
		right: .5rem;
		top: .42rem;
		width: .61rem;
		height: .61rem;
		border-radius: 100%;
	}
	.committee li .mittee-cont{
		padding: 0 .39rem .52rem;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
	}
	.committee li .mittee-cont dt{
		font-size: .3rem;
		line-height: .44rem;
		color: #444444;
		padding: .62rem 0 .21rem;
	}
	.committee li .mittee-cont dd{
		display: flex;
		padding-bottom: .02rem;
	}
	.committee li .mittee-cont dd span{
		font-size: .3rem;
		line-height: .44rem;
		color: #444444;
		width: 1.3rem;
	}
	.committee li .mittee-cont dd span+span{
		margin-left: .35rem;
		width: auto;
	}
	.work-committee{
		border-top: 1px solid #A4B9FF;
		padding-bottom: .4rem;
	}
	.work-committee li .work-tit{
		height: 1.07rem;
		border-bottom: 1px solid #A4B9FF;
		position: relative;
		cursor: pointer;
	}
	.work-committee li .work-tit .num{
		min-width: .27rem;
		line-height: .33rem;
		text-align: center;
		background: #103ED8;
		border-radius: 100%;
		color: #FFFFFF;
		font-size: .24rem;
		display: inline-block;
		margin-right: .11rem;
        padding: 0 .03rem;
	}
	.work-committee li .work-tit .t-box{
		font-size: .28rem;
		color: #000000;
		display: flex;
		align-items: center;
        width: 6rem;
	}
	.work-committee li .work-tit .blue-arrow{
		width: .22rem;
		height: .12rem;
		position: absolute;
		top: 50%;
		right: .1rem;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transition: .4s ease-in-out;
		-webkit-transition: .4s ease-in-out;
	}
	.work-committee li.on .work-tit .blue-arrow{
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		top: 47%;
	}
	.work-committee li .work-box{
		padding: .21rem 0 .6rem;
		display: none;
		border-bottom: 1px solid #A4B9FF;
	}
	.work-committee li .box-text{
		padding-top: .35rem;
		display: flex;
	}
	.work-committee li .box-text p{
		font-size: .26rem;
		color: #000000;
		width: 1.7rem;
		line-height: .3rem;
	}
	.work-committee li .box-text label{
		font-size: .2rem;
		color: #000000;
		display: block;
		white-space: nowrap;
	}
	.work-committee li .box-text p+p{
		font-size: .26rem;
		color: #3D3D3D;
		margin-left: .21rem;
		width: 4.54rem;
	}
    .zywyh-container{
        position: relative;
        width: auto;
        margin: 0 auto;
    }
    .zywyh-container .swiper-container{
        margin-left: 0;
    }
	.local-society{
		flex-wrap: wrap;
	}
	.local-society li{
		position: relative;
		flex: calc(100%) 0;
		margin-bottom: .3rem;
		border-radius: .14rem;
		background: #FFFFFF;
		box-shadow: 0px .04rem .1rem 0px rgba(16, 62, 216, 0.2);
		overflow: hidden;
		padding: .3rem;
	}
    .zywyh-container .swiper-slide{
        padding: .1rem;
    }
    .zywyh-container .slide{
        border-radius: .14rem;
        background: #FFFFFF;
        box-shadow: 0px .04rem .1rem 0px rgba(16, 62, 216, 0.2);
        overflow: hidden;
    }
    .zywyh-container .slide > a{
        display: block;
        padding: .43rem .39rem;
        box-sizing: border-box;
    }
	.local-society li img{
		position: absolute;
		right: .39rem;
		top: .3rem;
		width: .38rem;
		height: .38rem;
		border-radius: 100%;
		border: 1px solid #103ED8;
	}
    .zywyh-container .swiper-slide img{
        display: none;
    }
	.local-society li .tit,
    .zywyh-container .swiper-slide .tit{
		font-size: .34rem;
		line-height: .3rem;
		color: #000000;
	}
	.local-society li .en,
    .zywyh-container .swiper-slide .en{
		font-size: .22rem;
		line-height: .2rem;
		color: #000000;
		margin-top: .19rem;
	}
	.local-society li .t-box{
		padding-top: .12rem;
	}
    .zywyh-container .swiper-slide .t-box{
    	padding-top: .25rem;
    }
	.local-society li .t-box dl{
		display: flex;
		padding-top: .17rem;
	}
    .zywyh-container .swiper-slide .t-box dl{
        display: flex;
    	padding-top: 0;
    }
	.local-society li .t-box dt,
    .zywyh-container .swiper-slide .t-box dt{
		font-size: .22rem;
		line-height: .36rem;
		color: #444444;
		width: 1.1rem;
	}
    .zywyh-container .swiper-slide .t-box dt{
        width: 1.15rem;
    }
	.local-society li .t-box dd,
    .zywyh-container .swiper-slide .t-box dd{
		font-size: .22rem;
		line-height: .36rem;
		color: #444444;
		width: 3.89rem;
		margin-left: .06rem;
	}
    .zywyh-container .swiper-slide .t-box dd{
        margin-left: 0;
    }
    .zywyh-container .button-box{
        display: flex;
        justify-content: center;
        padding-top: .3rem;
    }
    .zywyh-container .swiper-button-next,
    .zywyh-container .swiper-button-prev{
        width: .4rem;
        height: .4rem;
        margin-top: 0;
        background: url(../images/zywyh-arrow.png) no-repeat center/cover;
        position: static;
    }
    .zywyh-container .swiper-button-prev{
        left:-.3rem;
    }
    .zywyh-container .swiper-button-next{
        right:-.3rem;
        transform: rotate(180deg);
        margin-left: .2rem;
    }
	.dfxh-pages{
		padding: .4rem 0;
	}
	.contact{
		padding-bottom: .5rem;
		flex-wrap: wrap;
	}
	.contact .tact-cont{
		width: 100%;
		border-radius: .14rem;
		background: #103ED8;
		padding: .3rem;
	}
	.contact .tact-cont .tit{
		font-size: .34rem;
		line-height: .3rem;
		color: #FFFFFF;
	}
	.contact .tact-cont .en{
		font-size: .22rem;
		line-height: .2rem;
		color: #FFFFFF;
		margin: .2rem 0;
	}
	.contact .tact-cont dl{
		display: flex;
	}
	.contact .tact-cont dt{
		width: 1.1rem;
		color: #FFFFFF;
		font-size: .22rem;
		line-height: .36rem;
		white-space: nowrap;
	}
	.contact .tact-cont dd{
		width: 3.89rem;
		font-size: .22rem;
		line-height: .36rem;
		color: #FFFFFF;
	}
	.contact .tact-map{
		width: 100%;
		height: 2.4rem;
		border-radius: .14rem;
		margin-top: .3rem;
	}
	.news-list{
		margin-top: .33rem;
	}
    .news-list.result{
    	margin-top: 0;
    }
    
    .news-list-fl{
    	margin-top: 0;
    }
	.hyjh-list{
		margin-top: .2rem;
	}
	.news-list li:nth-child(1) .img-box img{
		width: 100%;
	}
	.news-list li:nth-child(1) .cont-box{
		/*background: #F7F9FF;*/
	}
	.hyjh-list li:nth-child(1) .cont-box{
		background:none;
	}
	.news-list li:nth-child(1) .cont-box{
		/*padding: .3rem .27rem .43rem .2rem;*/
	}
    .news-list li a{
        display: flex;
    }
	.news-list li .cont-box{
		padding: .3rem 0 .43rem;
        flex: 1;
	}
	.news-list li .title{
		font-size: .3rem;
		color: #000000;
		font-weight: bold;
	}
	.news-list li .abstract{
		font-size: .26rem;
		line-height: .44rem;
		color: #3D3D3D;
		padding: .14rem 0 .23rem;
	}
	.news-list li .cont p{
		font-size: .24rem;
		color: #A1A1A1;
	}
	.news-list li .cont span{
		font-size: .24rem;
		color: #103ED8;
		background: url(../images/arrow.png) no-repeat right center;
		background-size: .1rem .17rem;
		padding-right: .26rem;
	}
	.news-list li {
		border-bottom: 1px solid #A4B9FF;
	}
	.news-list li:not(:first-child) .img-box{
		float: left;
		margin: .36rem .24rem 0 0;
	}
	.news-list li:not(:first-child) .img-box,
	.news-list li:not(:first-child) .img-box img{
		width: 1.65rem;
		height: 1rem;
	}
	.news-list li .mc-box .title{
		height: 1rem;
		margin-top: .07rem;
	}
	.news-list li:first-child .mc-box .title{
		width: 100%;
		margin-left: 0;
	}
	.hyjh-list li:first-child .cont-box{
		padding-left: 0;
	}
	.xwdt-list li:first-child{
		padding-top: 0;
	}
	.exhibitions {
		background: #F1F5FF;
		font-size: .26rem;
		line-height: .44rem;
		color: #3D3D3D;
		padding: .2rem .3rem;
		margin: .33rem 0 .3rem;
	}

	.exhibitions-box {
		padding-bottom: .2rem;
	}

	.exhibitions-box a {
		width: 100%;
		display: block;
		margin-bottom: .55rem;
	}

	.exhibitions-box .imgs {
		border-radius: .1rem;
		text-align: center;
		height: 1.95rem;
		padding: .37rem .32rem;
		background: #FFFFFF;
		position: relative;
	}

	.exhibitions-box .imgs:after {
		content: "";
		width: 100%;
		height: 1.95rem;
		position: absolute;
		left: 0;
		bottom: -.06rem;
		z-index: -1;
		background: #103ED8;
		border-radius: .1rem;
		box-shadow: 0px 0px .2rem 0px rgba(16, 62, 216, 0.2);
	}

	.exhibitions-box .imgs img {
		max-width: 100%;
		max-height: 100%;
	}

	.exhibitions-box span {
		font-size: .3rem;
		color: #3D3D3D;
		display: inline-block;
		position: relative;
		padding-right: .39rem;
		margin-top: .1rem;
	}

	.exhibitions-box span:after {
		content: "";
		width: .1rem;
		height: .14rem;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		background: url(../images/polygon.png) no-repeat;
		background-size: cover;
	}
	.detail{
		border-bottom: 0;
		/* padding-bottom:0; */
		align-items: flex-start;
	}
	.detail .info-img-mobile{
		width: 2.62rem;
		height: 3.74rem;
		margin:0 0 0 .1rem;
	}
	.detail .info-img{
		display: none;
	}
	.dl-name{
		font-size: .26rem;
		color: #000000;
	}
	.editorial-board li{
		display: flex;
		padding-top: .32rem;
	}
	.editorial-board li:first-child{
		padding-top: .28rem;
	}
	.editorial-board li div{
		font-size: .24rem;
		color: #3D3D3D;
	}
	.editorial-board li div:nth-child(1){
		width: 1.68rem;
		margin-right: .2rem;
	}
	.editorial-board li div:nth-child(2){
		width: 4.42rem;
	}
	.detail-box~.detail-box{
		margin: 0 0 0;
	}
	.detail-box~.detail-box:last-child{
		margin-bottom: .3rem;
	}
	.info-box{
		margin-bottom: 0;
	}
	.summary{
		display: flex;
		flex-wrap: wrap;
		margin-top: -.22rem;
	}
	.summary li{
		align-items: flex-start;
		border-bottom: 1px solid #A4B9FF;
		padding: .42rem 0;
		width: 100%;
	}
    .summary li:last-child{
        border-bottom: 0;
    }
	.summary li .sm-tit p{
		font-size: .31rem;
		color: #000000;
		margin-bottom: .01rem;
		line-height: 1;
        font-weight: bold;
	}
	.summary li .sm-tit span{
		font-size: .26rem;
		color: #A1A1A1;
		line-height: 1;
	}
	.summary li .sm-box{
		margin-top: -.04rem;
	}
	.summary li .sm-box .check{
		font-size: .24rem;
		color: #103ED8;
		background: url(../images/icon-check.png) no-repeat left center;
		background-size: .28rem .18rem;
		padding-left: .35rem;
        display: none;
	}
	.summary li .sm-box .download{
		font-size: .24rem;
		color: #4AB691;
		background: url(../images/icon-download.png) no-repeat left center;
		background-size: .18rem .18rem;
		padding-left: .25rem;
		margin-left: .37rem;
	}
	.scroll-left{
		overflow-x: auto;
		margin-right: -.6rem;
	}
	.certification-list{
		margin-top: .36rem;
		width: 210%;
	}
	.certification-list li{
		text-align: center;
	}
	.certification-list li .cifc-name{
		font-size: .26rem;
		color: #FFFFFF;
		white-space: nowrap;
        height: .6rem;
        line-height: .6rem;
	}
	.certification-list li .cifc-text{
		font-size: .26rem;
		color: #666666;
		/* white-space: nowrap; */
        min-height: 1.14rem;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	.certification-list li:first-child{
		background: #103ED8;
		height: .6rem;
	}
	.certification-list li+li{
		min-height: 1.14rem;
	}
	.certification-list li+li:nth-child(odd){
		background: #F1F5FF;
	}
	.certification-list li .cifc-name:nth-child(1),
	.certification-list li .cifc-text:nth-child(1){
		width: 133px;
	}
	.certification-list li .cifc-name:nth-child(2),
	.certification-list li .cifc-text:nth-child(2){
		width: 188px;
	}
	.certification-list li .cifc-name:nth-child(3),
	.certification-list li .cifc-text:nth-child(3){
		width: 281px;
	}
	.certification-list li .cifc-name:nth-child(4),
	.certification-list li .cifc-text:nth-child(4){
		width: 196px;
	}
	.certification-list li .cifc-name:nth-child(5),
	.certification-list li .cifc-text:nth-child(5){
		width: 252px;
	}
    .certification-list li .cifc-name:not(:first-child),
    .certification-list li .cifc-text:not(:first-child){
        border-left: 1px solid #D8D8D8;
    }
	.contact{
		margin-top:0;
		/* padding: 1.06rem 0 .6rem; */
	}
	.order-letter{
		border-radius: .06rem;
		background: #67D1FB;
		height: .8rem;
		padding: 0 .2rem;
	}
	.order-letter .letter{
		font-size: .3rem;
		color: #FFFFFF;
		background: url(../images/icon-letter.png) no-repeat left center;
		background-size: .28rem .32rem;
		padding-left: .47rem;
	}
	.order-letter .download{
		font-size: .26rem;
		color: #FFFFFF;
		background: url(../images/icon-download-white.png) no-repeat left center;
		background-size: .24rem .24rem;
		padding-left: .38rem;
	}
	#summary li{
		width: 100%;
	}
	#summary li:nth-child(2n) {
		margin-left: 0;
	}
	.certification-list{
		width: 210%;
	}
	.certification-list li{
		text-align: center;
	}
	.certification-list li .cifc-name{
		font-size: .26rem;
		color: #FFFFFF;
		white-space: nowrap;
	}
	.certification-list li .cifc-text{
		font-size: .26rem;
		color: #666666;
		/* white-space: nowrap; */
	}
	.certification-list li:first-child{
		background: #4AB691;
		height: .6rem;
	}
	.certification-list li+li{
		min-height: 1.14rem;
	}
	.certification-list li+li:nth-child(odd){
		background: #ECF7F4;
	}
	.certification-list li .cifc-name:nth-child(1),
    .certification-list li .cifc-text:nth-child(1){
        width: 130px;
    }
    .certification-list li .cifc-name:nth-child(2),
    .certification-list li .cifc-text:nth-child(2){
        width: 180px;
    }
    .certification-list li .cifc-name:nth-child(3),
    .certification-list li .cifc-text:nth-child(3){
        width: 285px;
    }
    .certification-list li .cifc-name:nth-child(4),
    .certification-list li .cifc-text:nth-child(4){
        width: 191px;
    }
    .certification-list li .cifc-name:nth-child(5),
    .certification-list li .cifc-text:nth-child(5){
        width: 260px;
    }
    .certification-list4 li .cifc-name:nth-child(1),
    .certification-list4 li .cifc-text:nth-child(1){
    	width: 130px;
    }
    .certification-list4 li .cifc-name:nth-child(2),
    .certification-list4 li .cifc-text:nth-child(2){
    	width: 180px;
    }
    .certification-list4 li .cifc-name:nth-child(3),
    .certification-list4 li .cifc-text:nth-child(3){
    	width: 285px;
    }
    .certification-list4 li .cifc-name:nth-child(4),
    .certification-list4 li .cifc-text:nth-child(4){
    	width: 191px;
    }
    .certification-list4 li .cifc-name:nth-child(5),
    .certification-list4 li .cifc-text:nth-child(5){
    	width: 160px;
    }
    .certification-list4 li .cifc-name:nth-child(6),
    .certification-list4 li .cifc-text:nth-child(6){
    	width: 260px;
    }
	.detail{
		border-bottom: 0;
		/* padding-bottom: .08rem; */
		overflow-x: auto;
		margin-right: -.6rem;
	}
	.detail-modify{
		margin-right: 0;
	}
	.query-list{
		display: block;
	}
	.query-list li{
		display: flex;
		align-items: center;
		margin-bottom: .3rem;
	}
	.query-list li:last-child{
		margin: .6rem 0 0;
		justify-content: flex-end;
	}
	.query-list li span{
		height: .8rem;
		line-height: .8rem;
		font-size: .3rem;
		color: #666666;
		min-width: 1.52rem;
	}
	.query-list li .text{
		width: 100%;
		height: .8rem;
		line-height: .8rem;
		box-sizing: border-box;
		border: 1px solid #808080;
		font-size: .3rem;
		color: #666666;
		padding: 0 .2rem;
	}
	.query-list li .query-btn{
		width: 100%;
		height: .8rem;
		line-height: .8rem;
		background: #103ED8;
		border: 1px solid #103ED8;
		font-size: .26rem;
		color: #FFFFFF;
		text-align: center;
		margin-left: 1.52rem;
	}
	.detail{
		border-bottom: 0;
		/* padding: .26rem 0 .1rem; */
	}
	.roster{
		font-size: .3rem;
		color: #000000;
		/* border-top: 1px solid #A4B9FF;
		padding-top: .5rem; */
	}
	.encourage{
		border-bottom: 1px solid #A4B9FF;
		padding: .2rem 0 .06rem;
	}
	.encourage span{
		font-size: .26rem;
		line-height: 1;
		color: #000000;
		display: inline-block;
		margin-right: .5rem;
		position: relative;
		cursor: pointer;
	}
	.encourage span:after{
		content: "";
		position: absolute;
		left: 50%;
		bottom: -.14rem;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: .34rem;
		height: .03rem;
		border-radius: .04rem;
		background: #103ED8;
		display: none;
	}
	.encourage span.on:after{
		/* display: block; */
	}
	.encour-cont{
		display: none;
	}
	.encour-cont p{
		font-size: .26rem;
		line-height: 1.5;
		color: #000000;
		padding: .33rem 0 .14rem;
	}
	.encourage-box .tit-date{
		margin-bottom: .33rem;
	}
	.encourage-box .certification-list li{
		text-align: center;
	}
	.encourage-box .certification-list li .cifc-name{
		font-size: .26rem;
		color: #FFFFFF;
	}
	.encourage-box .certification-list li .cifc-text{
		font-size: .26rem;
		color: #666666;
	}
	.encourage-box .certification-list li:first-child{
		background: #4AB691;
		height: .6rem;
        line-height: .6rem;
	}
	.encourage-box .certification-list li+li{
		min-height: 1.14rem;
	}
    .encourage-box .certification-list li+li .cifc-text{
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.encourage-box .certification-list li+li:nth-child(odd){
		background: #ECF7F4;
	}
	.encourage-box .certification-list li .cifc-name:nth-child(1),
	.encourage-box .certification-list li .cifc-text:nth-child(1){
		width: 97px;
	}
	.encourage-box .certification-list li .cifc-name:nth-child(2),
	.encourage-box .certification-list li .cifc-text:nth-child(2){
		width: 221px;
        border-left: 1px solid #D8D8D8;
	}
	.encourage-box .certification-list li .cifc-name:nth-child(3),
	.encourage-box .certification-list li .cifc-text:nth-child(3){
		width: 244px;
        border-left: 1px solid #D8D8D8;
	}
	.encourage-box .certification-list li .cifc-name:nth-child(4),
	.encourage-box .certification-list li .cifc-text:nth-child(4){
		width: 302px;
        border-left: 1px solid #D8D8D8;
	}
	.encourage-box .certification-list li .cifc-name:nth-child(5),
	.encourage-box .certification-list li .cifc-text:nth-child(5){
		width: 100px;
        border-left: 1px solid #D8D8D8;
	}
	.encourage-box .certification-list li .cifc-name:nth-child(6),
	.encourage-box .certification-list li .cifc-text:nth-child(6){
		width: 99px;
        border-left: 1px solid #D8D8D8;
	}
	.scroll-left{
		overflow-x: auto;
		margin-right: -.6rem;
	}
	.encourage-box .certification-list{
		width: 210%;
	}
	.rhsm-box .contact~.contact {
		margin-top: 0;
	}
	.rhsm-box .contact{
		margin: 0;
	}
	.rhsm-box .c-box-flex {
		width: auto;
		margin-left: 0;
	}
	.rhsm-box .box1 .text:nth-child(1) {
		width: auto;
	}
	.rhsm-box .c-box-flex {
		padding-top: .24rem;
	}
	.fellow-box .tit-date{
		margin-bottom: .33rem;
	}
	.fellow-box .certification-list{
		margin-top: .14rem;
	}
	.fellow-box .certification-list li{
		text-align: center;
	}
	.fellow-box .certification-list li .cifc-name{
		font-size: .26rem;
		color: #FFFFFF;
		white-space: nowrap;
	}
	.fellow-box .certification-list li .cifc-text{
		font-size: .26rem;
		color: #666666;
	}
	.fellow-box .certification-list li:first-child{
		background: #4AB691;
		height: .6rem;
	}
	.fellow-box .certification-list li+li{
		min-height: 1.14rem;
	}
	.fellow-box .certification-list li+li:nth-child(odd){
		background: #ECF7F4;
	}
	.fellow-box .certification-list li .cifc-name:nth-child(1),
    .fellow-box .certification-list li .cifc-text:nth-child(1){
        width: 90px;
    }
    .fellow-box .certification-list li .cifc-name:nth-child(2),
    .fellow-box .certification-list li .cifc-text:nth-child(2){
        width: 180px;
    }
    .fellow-box .certification-list li .cifc-name:nth-child(3),
    .fellow-box .certification-list li .cifc-text:nth-child(3){
        width: 267px;
    }
    .fellow-box .certification-list li .cifc-name:nth-child(4),
    .fellow-box .certification-list li .cifc-text:nth-child(4){
        width: 124px;
    }
    .fellow-box .certification-list li .cifc-name:nth-child(5),
    .fellow-box .certification-list li .cifc-text:nth-child(5){
        width: 120px;
    }
    .fellow-box .certification-list li .cifc-name:nth-child(6),
    .fellow-box .certification-list li .cifc-text:nth-child(6){
        width: 175px;
    }
    .fellow-box .certification-list li .cifc-name:nth-child(7),
    .fellow-box .certification-list li .cifc-text:nth-child(7){
        width: 184px;
    }
	.fellow-box .contact {
		margin-top: 0;
	}
	.scroll-left{
		overflow-x: auto;
		margin-right: -.6rem;
	}
	.fellow-box .certification-list{
		/* margin-top: .36rem; */
		width: 210%;
	}
	.detail-box{
		padding: .48rem .1rem;
	}
	.tit-name{
		font-size: .3rem;
		font-weight: bold;
		color: #000000;
	}
	.tit-date{
		/* margin: .37rem 0 .32rem; */
		font-size: .26rem;
		color: #A1A1A1;
	}
	.detail{
		font-size: .26rem;
		line-height: .44rem;
		color: #3D3D3D;
		width: 100%;
	}
	.detail img{
		max-width: 100%;
	}
	.detail-bom{
		border-bottom: 1px solid #A4B9FF;
		position: relative;
		height: 1.27rem;
		align-items: flex-start;
		margin: .48rem 0 .6rem;
	}
	.detail-bom .pdf{
		font-size: .26rem;
		color: #103ED8;
	}
	.detail-bom .check{
		font-size: .24rem;
		color: #103ED8;
		background: url(../images/icon-check.png) no-repeat left center;
		background-size: .28rem .18rem;
		padding-left: .35rem;
	}
	.detail-bom .download{
		font-size: .24rem;
		color: #103ED8;
		background: url(../images/icon-download.png) no-repeat left center;
		background-size: .18rem .18rem;
		padding-left: .25rem;
		margin-left: .37rem;
	}
	.bomfox{
		position: absolute;
		left: 50%;
		bottom: -.25rem;
		z-index: 3;
		margin-left: -.35rem;
		width: .7rem;
		height: .5rem;
		background: #fff;
		padding: 0 .1rem;
	}
	.bomfox img{
		width: .5rem;
		height: .5rem;
	}
	.paging{
		display: none;
	}
	.fellow-update .tit-date{
		margin-bottom: .33rem;
	}
	.fellow-update .certification-list{
		margin-top: .14rem;
	}
	.fellow-update .certification-list li{
		text-align: center;
	}
	.fellow-update .certification-list li .cifc-name{
		font-size: .26rem;
		color: #FFFFFF;
		white-space: nowrap;
	}
	.fellow-update .certification-list li .cifc-text{
		font-size: .26rem;
		color: #666666;
		white-space: nowrap;
	}
	.fellow-update .certification-list li:first-child,
    .fellow-update2 .certification-list li:first-child{
		background: #4AB691;
		height: .6rem;
	}
    .fellow-update .certification-list li:first-child .cifc-name,
    .fellow-update2 .certification-list li:first-child .cifc-name{
        height: .6rem;
        line-height: .6rem;
    }
	.fellow-update .certification-list li+li,
    .fellow-update2 .certification-list li+li{
		min-height: 1.14rem;
	}
    .fellow-update .certification-list li+li .cifc-text{
        line-height: 1.14rem;
    }
    .fellow-update2 .certification-list li+li .cifc-text{
        min-height: 1.14rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	.fellow-update .certification-list li+li:nth-child(odd),
    .fellow-update2 .certification-list li+li:nth-child(odd){
		background: #ECF7F4;
	}
	.fellow-update .certification-list li .cifc-name:nth-child(1),
    .fellow-update .certification-list li .cifc-text:nth-child(1){
        width: 100px;
    }
    .fellow-update .certification-list li .cifc-name:nth-child(2),
    .fellow-update .certification-list li .cifc-text:nth-child(2){
        width: 249px;
        border-left: 1px solid #D8D8D8;
    }
    .fellow-update .certification-list li .cifc-name:nth-child(3),
    .fellow-update .certification-list li .cifc-text:nth-child(3){
        width: 293px;
        border-left: 1px solid #D8D8D8;
    }
    .fellow-update .certification-list li .cifc-name:nth-child(4),
    .fellow-update .certification-list li .cifc-text:nth-child(4){
        width: 488px;
        border-left: 1px solid #D8D8D8;
    }
    .fellow-update2 .certification-list li .cifc-name:not(:first-child),
    .fellow-update2 .certification-list li .cifc-text:not(:first-child){
        border-left: 1px solid #D8D8D8;
    }
	.fellow-update .contact {
		margin-top: 0;
	}
	.scroll-left{
		overflow-x: auto;
		margin-right: -.6rem;
	}
	.fellow-update .certification-list{
		margin-top: .36rem;
		width: 210%;
	}
	.contact-update{
		display: block;
		margin-top: .31rem;
	}
	.contact-update .big-tit{
		font-size: .3rem;
		color: #000000;
	}
	.contact-update .small-tit{
		font-size: .28rem;
		color: #000000;
	}
	.contact-update .c-box .text{
		font-size: .24rem;
		line-height: .44rem;
		color: #3D3D3D;
		display: block;
	}
	.contact-update .c-box .text a,
	.contact-update .c-box .text label{
		font-size: .24rem;
		line-height: .44rem;
		color: #103ED8;
	}
	.contact-update .c-box-flex,
	.contact-update .c-box .text span{
		display: block;
	}
	.contact-update .contact~.contact{
		margin-top: .65rem;
	}
	.contact-update .box1 .text:nth-child(1){
		width: 5.3rem;
	}
	.contact-update .box1 .text:nth-child(1) span{
		display: block;
		padding-left: .8rem;
	}
	.contact-update .c-box-flex{
		padding-top: .37rem;
	}
	.xwdt-list-update li:nth-child(1) .cont-box{
		padding-right: 0;
	}
	.encourage-update .tit-date{
		margin-bottom: .33rem;
	}
	.encourage-update .certification-list li{
		text-align: center;
	}
	.encourage-update .certification-list li .cifc-name{
		font-size: .26rem;
		color: #FFFFFF;
	}
	.encourage-update .certification-list li .cifc-text{
		font-size: .26rem;
		color: #666666;
	}
	.encourage-update .certification-list li:first-child{
		background: #103ED8;
		height: .6rem;
	}
	.encourage-update .certification-list li+li{
		min-height: 1.14rem;
	}
	.encourage-update .certification-list li+li:nth-child(odd){
		background: #F1F5FF;
	}
	.encourage-update .certification-list li .cifc-name:nth-child(1),
	.encourage-update .certification-list li .cifc-text:nth-child(1){
		width: 111px;
	}
	.encourage-update .certification-list li .cifc-name:nth-child(2),
	.encourage-update .certification-list li .cifc-text:nth-child(2){
		width: 141px;
	}
	.encourage-update .certification-list li .cifc-name:nth-child(3),
	.encourage-update .certification-list li .cifc-text:nth-child(3){
		width: 152px;
	}
	.encourage-update .certification-list li .cifc-name:nth-child(4),
	.encourage-update .certification-list li .cifc-text:nth-child(4){
		width: 255px;
	}
	.encourage-update .certification-list li .cifc-name:nth-child(5),
	.encourage-update .certification-list li .cifc-text:nth-child(5){
		width: 238px;
	}
	.encourage-update .certification-list li .cifc-name:nth-child(6),
	.encourage-update .certification-list li .cifc-text:nth-child(6){
		width: 151px;
	}
	.scroll-left{
		overflow-x: auto;
		margin-right: -.6rem;
	}
	.encourage-update .certification-list{
		width: 210%;
	}
	.encourage-update .tit-date{
		margin-bottom: .33rem;
	}
	.encourage-update .certification-list{
		margin-top: .14rem;
	}
	.encourage-update .certification-list li{
		text-align: center;
	}
	.encourage-update .certification-list li .cifc-name{
		font-size: .26rem;
		color: #FFFFFF;
		white-space: nowrap;
	}
	.encourage-update .certification-list li .cifc-text{
		font-size: .26rem;
		color: #666666;
	}
	.encourage-update .certification-list li:first-child{
		background: #4AB691;
		height: .6rem;
	}
	.encourage-update .certification-list li+li{
		min-height: 1.14rem;
	}
	.encourage-update .certification-list li+li:nth-child(odd){
		background: #ECF7F4;
	}

	.encourage-update .contact {
		margin-top: 0;
	}
	.scroll-left{
		overflow-x: auto;
		margin-right: -.6rem;
	}
	.encourage-update .certification-list{
		margin-top: .36rem;
		width: 210%;
	}
	.news-release-update .news-name{
		font-size: .3rem;
		color: #3D3D3D;
		font-weight: bold;
	}
	.news-release-update .news-date{
		font-size: .28rem;
		color: #3D3D3D;
		margin-top: .02rem;
	}
	.news-release-update{
		padding: .48rem 0 .7rem;
	}
	.news-release-update .news-list li:nth-child(1) .cont-box{
		padding-left: 0;
	}
	.news-release-update .hyjh-list li:nth-child(1) .cont-box,
	.news-release-update .hyjh-list li .cont-box{
		padding-right: .2rem;
	}
	.contact-us-box .tit-date{
		margin-bottom: .33rem;
	}
	.contact-us-box .certification-list li{
		text-align: center;
	}
	.contact-us-box .certification-list li .cifc-name{
		font-size: .26rem;
		color: #FFFFFF;
	}
	.contact-us-box .certification-list li .cifc-text{
		font-size: .26rem;
		color: #666666;
	}
	.contact-us-box .certification-list li:first-child{
		background: #4AB691;
		height: .6rem;
	}
	.contact-us-box .certification-list li+li{
		min-height: 1.14rem;
	}
	.contact-us-box .certification-list li+li:nth-child(odd){
		background: #ECF7F4;
	}
	.contact-us-box .certification-list li .cifc-name:nth-child(1),
	.contact-us-box .certification-list li .cifc-text:nth-child(1){
		width: 113px;
	}
	.contact-us-box .certification-list li .cifc-name:nth-child(2),
	.contact-us-box .certification-list li .cifc-text:nth-child(2){
		width: 175px;
	}
	.contact-us-box .certification-list li .cifc-name:nth-child(3),
	.contact-us-box .certification-list li .cifc-text:nth-child(3){
		width: 370px;
	}
	.contact-us-box .certification-list li .cifc-name:nth-child(4),
	.contact-us-box .certification-list li .cifc-text:nth-child(4){
		width: 186px;
	}
	.contact-us-box .certification-list li .cifc-name:nth-child(5),
	.contact-us-box .certification-list li .cifc-text:nth-child(5){
		width: 206px;
	}
	.scroll-left{
		overflow-x: auto;
		margin-right: -.6rem;
	}
	.contact-us-box .certification-list{
		width: 210%;
	}

	.subscription{
		margin-top: 0;
	}
	.subscription a{
		color: #000000;
		font-size: .28rem;
		font-weight: bold;
		display: block;
		border-bottom: 1px solid #A4B9FF;
		height: .8rem;
		line-height: .8rem;
		position: relative;
	}
	.subscription a:after{
		content: "";
		width: .08rem;
		height: .13rem;
		background: url(../images/arrow.png) no-repeat right center;
		background-size: .08rem .13rem;
		position: absolute;
		top: 50%;
		right: .11rem;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.notice-text{
		width: 100%;
	}
	.notice-text div{
		margin-top: .4rem;
	}
	.notice-text p{
		color: #000000;
		font-size: .28rem;
		font-weight: bold;
	}
	.notice-text span{
		font-size: .26rem;
		line-height: 1.5;
		color: #3D3D3D;
		display: block;
		margin-top: .1rem;
	}
	.kwdy-contact .c-box .text{
		margin-top: .1rem;
	}
	.kwdy-contact .c-box-flex {
		width: 100%;
		padding-top: 0.2rem;
	}
	.kwdy-contact .c-box-flex .c-box{
		display: block;
	}
	.kwdy-contact {
		margin-top: .48rem;
		padding-bottom: 0;
	}
	.kwdy-name{
		font-size: .26rem;
		color: #000000;
		padding: .35rem 0 .26rem;
	}
	.kwdy-order-letter{
		margin-top: .55rem;
	}
	.detail-notice{
		display: block;
	}
	.kwdy-update{
		padding-top: 0;
	}
	.kwdy-dtl-c{
		margin-top: -.26rem;
	}
	.encourage-update2 .certification-list li .cifc-name:nth-child(1),
	.encourage-update2 .certification-list li .cifc-text:nth-child(1){
		width: 107px;
	}
	.encourage-update2 .certification-list li .cifc-name:nth-child(2),
	.encourage-update2 .certification-list li .cifc-text:nth-child(2){
		width: 252px;
	}
	.encourage-update2 .certification-list li .cifc-name:nth-child(3),
	.encourage-update2 .certification-list li .cifc-text:nth-child(3){
		width: 689px;
	}
	.check-more{
		font-size: .26rem;
		color: #103ED8;
		line-height: 1;
		text-align: center;
		position: relative;
		cursor: pointer;
		margin-bottom: .84rem;
	}
	.check-more:after{
		content: "";
		width: .18rem;
		height: .1rem;
		position: absolute;
		left: 50%;
		bottom: -.2rem;
		transform: translateX(-50%) rotate(0);
		-webkit-transform: translateX(-50%) rotate(0);
		background: url(../images/blue-arrow.png) no-repeat;
		background-size:cover;
	}
	.check-more.dire:after{
		bottom: auto;
		top: -.2rem;
		transform: translateX(-50%) rotate(180deg);
		-webkit-transform: translateX(-50%) rotate(180deg);
	}
	.detailH{
		height: 24rem;
		overflow: hidden;
		padding-bottom:0;
		margin-bottom: .47rem;
	}
	.detailAdd{
		padding-bottom:0;
		margin-bottom: .47rem;
	}
	.encour-cont{
		display: none;
	}
	.encour-cont p{
		font-size: .26rem;
		line-height: .44rem;
		color: #000000;
		padding: .33rem 0 .14rem;
	}
	.encour-cont .lift-img{
		width: 100%;
	}
	.encour-cont .info{
		margin-top: .4rem;
	}
	.encour-cont .info h2{
		font-size: .32rem;
		color: #000000;
		font-weight: normal;
	}
	.encour-cont .info h2 span{
		font-size: .26rem;
		color: #666666;
		padding-left: .2rem;
	}
	.encour-cont .info p{
		font-size: .26rem;
		line-height: .44rem;
		color: #444444;
		padding: .24rem 0 0;
	}
	.encour-cont .lift-info{
		padding: .5rem 0 .32rem;
	}
	.encour-cont .lift-cont{
		font-size: .26rem;
		line-height: .44rem;
		color: #000000;
	}
	.lift-contAdd{
		padding: .3rem 0;
	}
	.encour-cont .flex-h{
		display: block;
	}
	.tact-map-update{
		height: auto;
		width: 100%;
		border-radius: .14rem;
		margin-top: .3rem;
	}
    .newContact .newTitle{
        line-height: 1.5;
        background: #67D1FB;
        color: #FFFFFF;
        font-size: .28rem;
        padding: .2rem;
    }
    .newContact .newCont{
        padding: .3rem 0;
    }
    .newContact .newBox{
        display: flex;
        align-items: flex-start;
    }
    .newContact .newBox:nth-child(1),
    .newContact .newBox:nth-child(2),
    .newContact .newBox:nth-child(3){
        padding-bottom: .3rem;
    }
    .newContact .big-tit{
        font-size: .24rem;
        line-height: 1.5;
        color: #000000;
        position: relative;
        padding-bottom: .08rem;
        white-space: nowrap;
        margin-right: .2rem;
    }
    .newContact .big-tit:after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: .04rem;
        background: linear-gradient(90deg, #67D1FB 0%, rgba(103, 209, 251, 0) 100%);
    }
    .newContact .c-box p,
    .newContact .c-box span{
        font-size: .22rem !important;
        line-height: 1.5 !important;
        color: #3D3D3D;
        text-align: justify;
    }
    .detailOutClear{
        background: none;
        box-shadow:none;
        border-radius:0;
        margin: 0 0 .2rem;
    }
    .detailOutClear_m{
        margin-bottom: 0;
    }
    .detailOutClear .tit-date {
        margin-bottom: .3rem;
    }
    .technologyOutClear{
        padding: .48rem 0 .78rem;
    }
    .technologyOutClear .detailOutClear{
        margin-bottom: 0;
        padding: 0;
    }
    .technologyOutClear .detailOutClear:first-child .detail{
        padding-bottom:0;
    }
    .technologyOutClear .detailOutClear:last-child{
        border-top: 1px solid #103ED8;
    }
    .technologyOutClear .detail-box~.detail-box{
        margin: .4rem 0 0;
        padding-top: .4rem;
    }
    .technologyOutClear .detail-box~.detail-box .websiteUrl{
        font-size: .22rem;
        line-height: 1.5;
        color: #103ED8;
    }
    .thoroughfare{
        font-size: .24rem;
        color: #103ED8;
        display: inline-block;
        position: relative;
        padding: 0 .16rem 0 .27rem;
    }
    .thoroughfare:before{
        content: "";
        width: .22rem;
        height: .22rem;
        background: url(../images/icon-thoroughfare.png) no-repeat;
        background-size:cover;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .thoroughfare:after{
        content: "";
        width: .1rem;
        height: .17rem;
        background: url(../images/index-blue-arrow.png) no-repeat;
        background-size:.1rem .17rem;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .toggle_more{
        font-size: .26rem;
        color: #103ED8;
        width: 1.8rem;
        display: block;
        margin: 0 auto;
        text-align: center;
        position: relative;
        padding-bottom: .26rem;
    }
    .toggle_more:after{
        content: "";
        width: .25rem;
        height: .14rem;
        background: url(../images/toggle_more-arrow.png) no-repeat;
        background-size:cover;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .toggle_more.on:after{
        transform: translateX(-50%)  rotate(180deg);
        -webkit-transform: translateX(-50%)  rotate(180deg);
    }
    .pb_clear{
        padding-bottom:0;
        height: 7.5rem;
        overflow: hidden;
    }
    .pb_clear.shows{
        height: auto;
    }
    .encourage{
    	padding: .6rem 0 0;
    }
    .encourage span{
        height: .6rem;
        line-height: .6rem;
        background: #C1C1C1;
        font-size: .26rem;
        text-align: center;
        color: #FFFFFF;
        margin-right: .13rem;
        position: relative;
        display: inline-block;
        cursor: pointer;
        padding: 0 .4rem;
    }
    .encourage span.on{
        background: #67D1FB;
    }
    .certificationUpdate1{
        padding-bottom: 0;
    }
    .certificationUpdate1 .certification-list{
        border-bottom: .02rem solid #A4B9FF;
        margin-bottom: .1rem;
        width: 165%;
    }
    .certificationUpdate1 li{
        justify-content: flex-start;
    }
    .certificationUpdate1 li .cifc-text:nth-child(3){
        padding: 0 .5rem;
        box-sizing: border-box;
    }
    .certificationUpdate1 li .cifc-name:nth-child(1), 
    .certificationUpdate1 li .cifc-text:nth-child(1){
        width: 1.88rem;
    }
    .certificationUpdate1 li .cifc-name:nth-child(2),
    .certificationUpdate1 li .cifc-text:nth-child(2){
        width: 3.2rem;
    }
    .certificationUpdate1 li .cifc-name:nth-child(3),
    .certificationUpdate1 li .cifc-text:nth-child(3){
        width: 6.3rem;
    }
    .encourage2{
        padding-top: .33rem;
    }
    .encourage2 span{
        margin-right: 0;
        background:none;
        color: #444444;
        font-weight: bold;
    }
    .encourage2 span:last-child{
        margin-right: 0;
    }
    .encourage2 span.on {
        color: #FFFFFF;
    }
    .certification-list2 .flex-c{
        align-items: stretch;
    }
    /* .certification-list3 li:first-child .cifc-name,
    .certification-list3 li+li .cifc-text{
        border-left: 0 !important;
    } */
    .encourage-box .certification-list3 li .cifc-name:nth-child(1),
    .encourage-box .certification-list3 li .cifc-text:nth-child(1){
    	width: 97px;
    }
    .encourage-box .certification-list3 li .cifc-name:nth-child(2),
    .encourage-box .certification-list3 li .cifc-text:nth-child(2),
    .encourage-box .certification-list3 li .cifc-name:nth-child(3),
    .encourage-box .certification-list3 li .cifc-text:nth-child(3),
    .encourage-box .certification-list3 li .cifc-name:nth-child(4),
    .encourage-box .certification-list3 li .cifc-text:nth-child(4){
    	width: 322px;
    }
    .detailOutClearLine{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .detailOutClearLine .detail{
        border-bottom: 1px solid #103ED8;
    }
    .detailOutLineClear{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .detailOutLineClear .detail{
        border-bottom: 1px solid #103ED8;
        padding-bottom: .5rem;
    }
    .solicit .tit-name{
        padding-top: .5rem;
    }
    #TouchNav{
        width:100%;
        overflow:hidden;
        border-bottom: .02rem solid #67D1FB;
        padding-top: .42rem;
    }
    #TouchNav .swiper-slide{
        width: 1.7rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .26rem;
        text-align: center;
        color: #444444;
        position: relative;
        display: inline-block;
        cursor: pointer;
    }
    #TouchNav .swiper-slide span{
        display:block;
    }
    #TouchNav .active span{
        background: #67D1FB;
        color: #FFFFFF;
    }
    .xwdt-list-update{
        margin-top: 0;
    }
    .xwdt-list-update li:first-child .cont-box{
        padding-top: 0;
    }
    .news-list.reset li:nth-child(1) .img-box,
    .news-list.reset li:nth-child(1) .img-box img{
        width: 1.65rem;
        height: 1rem;
    }
    .news-list.reset li .img-box{
        float: left;
        margin: .36rem .24rem 0 0;
    }
    .news-list.reset li:nth-child(1) .cont-box{
        width: auto;
    }
}
