@media (max-width: 1320px) and (min-width: 1220px) {
	.container {
		width: 1200px;
	}

	.gg_cnts {
		width: 1200px;
	}

}

@media (max-width: 1220px) and (min-width: 1020px) {
	.container {
		width: 95%;
	}

	.footer-dow {
		display: flex;
		align-items: center;
	}

	.footer-dow1 {
		width: 200px;
	}

	.footer-dow2 {
		width: calc(100% - 200px);
	}

	.footer-dow2_1 {
		font-size: 19px;
	}

	.gg_cnts {
		width: 95%;
	}

}

@media (max-width: 1020px) {
	.container {
		width: 95%;
	}

	.header {
		height: 55px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.logo {
		height: 15px;
		margin-top: 0;
	}

	.heade {
		display: flex;
		align-items: center;
	}

	.heade1 {
		height: auto;
		margin-left: 0;
		margin-right: 25px;
	}

	.menubtn i {
		display: block;
		width: 25px;
		height: 2px;
		background-color: #333333;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}

	.menubtn i:nth-child(1) {
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
	}

	.menubtn i:nth-child(2) {
		margin-top: 4px;
	}

	.menubtn i:nth-child(3) {
		margin-top: 4px;
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		transform-origin: left top;
	}

	.menubtn.on i:nth-child(1) {
		-webkit-transform: rotate(28deg);
		-moz-transform: rotate(28deg);
		-ms-transform: rotate(28deg);
		-o-transform: rotate(28deg);
		transform: rotate(28deg);
	}

	.menubtn.on i:nth-child(2) {
		opacity: 0;
	}

	.menubtn.on i:nth-child(3) {
		-webkit-transform: rotate(-28deg);
		-moz-transform: rotate(-28deg);
		-ms-transform: rotate(-28deg);
		-o-transform: rotate(-28deg);
		transform: rotate(-28deg);
	}

	.COVER {
		width: 60%;
		height: 100%;
		background-color: #1c1c1c;
		/* display: none; */
		overflow: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0px;
		left: -100%;
		z-index: 1001;
	}

	.MULUS {
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}

	.mulu {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		box-sizing: border-box;
		width: 100%;
		display: block;
	}

	.mulu1 {
		width: 100%;
		padding: 10px 0;
		color: white;
		font-size: 14px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.gg-bo {
		margin: 30px auto;
		padding: 20px 40px;
	}

	.gg-bo1 {
		font-size: 18px;
	}

	.gg-bo2 {
		margin-top: 15px;
		font-size: 12px;
	}

	.gg-bo3 {
		margin-top: 35px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.gg-bo3_1 {
		font-size: 12px;
	}

	.gg-bo3_2 {
		width: 100px;
		height: 30px;
		border-radius: 30px;
		line-height: 30px;
		font-size: 12px;
		box-shadow: 1px 4px 8px rgba(149, 149, 149, .44);
	}

	.gg-colse {
		display: flex;
		align-items: center;
	}

	.in-latest {
		margin: 30px auto;
	}

	.in-latest1 {
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.in-latest1 img {
		width: 20px;
		margin-right: 5px;
	}

	.in-latest2 {
		margin-top: 25px;
		display: flex;
		flex-wrap: wrap;
	}

	.in-latest3 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.in-latest3:nth-child(3n) {
		margin-right: 2%;
	}

	.in-latest3:nth-child(2n) {
		margin-right: 0;
	}

	.in-latest3_1 {
		height: 200px;
	}

	.in-latest3_2 {
		padding: 10px;
	}

	.in-latest3_2 div {
		/*height: 32px;*/
		/*font-size: 12px;*/
	}

	.tg-gg {
		margin-bottom: 30px;
	}

	.footer-top {
		margin: 30px auto;
		font-size: 12px;
		line-height: 20px;
	}

	.footer-dow {
		margin: 15px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-dow1 {
		width: 150px;
		margin-bottom: 10px;
	}

	.footer-dow2 {
		width: 100%;
		text-align: center;
	}

	.footer-dow2_1 {
		width: auto;
		max-width: inherit;
		font-size: 14px;
		text-align: center;
	}

	.fot-fd {
		height: auto;
		display: flex;
		flex-wrap: wrap;
		padding: 10px 0;
	}

	.fot-fd1 {
		line-height: normal;
		font-size: 12px;
	}

	.fot-fd2 {
		width: 80px;
		height: 30px;
		border-radius: 5px;
		line-height: 30px;
		font-size: 12px;
	}

	.gg_cnts {
		width: 95%;
		border-radius: 5px;
		padding: 15px;
		padding-top: 40px;
	}

	.gg_colse {
		display: flex;
		align-items: center;
	}

	.gg_cnt1 {
		font-size: 20px;
	}

	.gg_cnt2 {
		margin-top: 15px;
		font-size: 16px;
	}

	.gg_cnt3 {
		margin-top: 15px;
	}

	.gg_cnt4 {
		height: 35px;
		margin-top: 30px;
		line-height: 35px;
		font-size: 12px;
	}

	.contact-bo {
		margin: 35px auto;
	}

	.contact-tit {
		font-size: 20px;
	}

	.contact-cnt {
		font-size: 12px;
	}

	.term-bo {
		margin: 35px auto;
	}

	.term-tit {
		font-size: 20px;
	}

	.term-cnt {
		margin-top: 25px;
		font-size: 12px;
		line-height: 20px;
	}

	.zptx-bo {
		margin: 30px auto;
	}

	.zptx-fls {
		display: flex;
		flex-wrap: wrap;
	}

	.zptx-fl {
		min-width: 75px;
		height: 30px;
		line-height: 30px;
		border-radius: 5px;
		font-size: 12px;
	}

	.zptx-list {
		display: flex;
		flex-wrap: wrap;
	}

	.zptx-li {
		margin-top: 10px;
		        width: 100%;
        margin-right: 0;
	}

	/*.zptx-li:nth-child(3n) {*/
	/*	margin-right: 2%;*/
	/*}*/

	.zptx-li:nth-child(2n) {
		margin-right: 0;
	}

	.zptx-li1 {
		height: 200px;
	}

	.zptx-li2 {
		padding: 10px;
	}

	.zptx-li2 div {
		/*height: 32px;*/
		/*font-size: 12px;*/
		    height: 44px;
    font-size: 17px;
	}

	.sczp-bo {
		margin: 20px auto;
		display: flex;
		flex-wrap: wrap;
	}

	.sczp-left {
		width: 100%;
	}

	.sczp-letop {
		border-radius: 10px;
		padding: 15px;
	}

	.sczp-letop1 {
		font-size: 18px;
	}

	.sczp-letop2 {
		height: 215px;
		margin-top: 15px;
	}
	.sczp-letop2_3 {
	    width: 95px;
	    height: 55px;
	}
.sczp-letop9 {
    margin-top: 15px;
}
.sczp-letop9_1{
	height: 215px;
}
.sczp-letop9_2{
	height: 215px;
	display: flex;
	flex-wrap: wrap;
}
.sczp-letop9_3{
	width: 100%;
	height: 50px;
	margin-right: 0;
	margin-bottom: 4%;
}
	.sczp-letop3 {
		margin-top: 25px;
	}

	.sczp-letop3_1 {
		width: 300px;
		height: 40px;
		font-size: 14px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.sczp-letop3_1 img {
		width: 25px;
	}
	.sczp-letop3_1 span{
		line-height: normal;
	}
	.sczp-letop3_2 {
	    font-size: 12px;
	}
	.sczp-legg2{
		display: flex;
		align-items: center;
	}
	.sczp-right {
	    width: 100%;
	    margin-left: 0;
		margin-top: 10px;
	}
	.sczp-rigg {
	    height: auto;
	}
	.sczp-ribox {
	    margin-top: 25px;
	}
	.sczp-ritit {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.sczp-rili {
		font-size: 12px;
		display: flex;
		align-items: center;
	}
	.sczp-rili img {
	    width: 100px;
	    height: 55px;
	    border-radius: 5px;
	}
	.sczp-rili div {
	    width: calc(100% - 105px);
	}
	.sczp-lebox {
	    margin-top: 30px;
	}
	.sczp-lebo1 {
	    font-size: 12px;
	}
	.sczp-lebo1 span {
	    font-size: 20px;
	}
	.sczp-lelist{
		display: flex;
		flex-wrap: wrap;
	}
	.sczp-lelist .sczp-leli{
	    width: 100%;
    display: block;
    float: left;
    margin-right: 2%;
    margin-top: 20px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 7px rgba(236, 100, 111, .15);
	}
	.sczp-leli1 {
	    height: 160px;
	    
	}
	.sczp-leli2{
		padding: 5px;
	}
	.sczp-leli2 div {
	    height: 44px;
	    font-size: 15px;
	}
	.sczp-letop4 {
	    height:215px;
	    margin-top: 15px;
	}
	.sczp-letop5 {
	    margin-top: 25px;
	    font-size: 18px;
	}
	.sczp-letop6 {
	    margin-top: 15px;
	   display: flex;
	   justify-content: center;
	}
	.sczp-letop6_1 {
	    width: 85px;
	    height: 35px;
	    border-radius: 35px;
	    font-size: 14px;
	    margin-right: 10px;
	    display: flex;
		align-items: center;
		justify-content: center;
	}
	.sczp-letop6_1 img {
	    max-width: 25px;
	}
	.sczp-letop6_1 span{
	    height: auto;
		line-height: normal;
	}
	.sczp-letop7 {
	    margin-top: 20px;
	    padding: 15px 0;
	}
	.sczp-letop7_1 {
	    width: 235px;
	    height: 40px;
	    font-size: 14px;
	    line-height: 40px;
	}
	.caq-bf {
	    border-radius: 10px;
	    padding: 15px 10px;
	}
	.caq-bf1{
		font-size: 18px;
	}
	.caq-bf2 {
	    margin-top: 15px;
	    font-size: 12px;
	    line-height: 20px;
	}
	.caq-bf2 img {
	    margin-bottom: 15px;
	}
	.caq-bot {
	    margin-top: 25px;
	}
	.caq-bt1{
		font-size: 12px;
	}
	.caq-bt1 span {
	    font-size: 16px;
	}
	.caq-bt2 {
	    border-radius: 10px;
		margin-top: 10px;
	}
	.caq-bt3 {
	    padding: 5px 20px;
	    font-size: 16px;
	}
	.caq-bt5 {
	    padding: 10px 15px;
	    display:flex;
		flex-wrap: wrap;
	}
	.caq-bt5_1 {
	 /*   border-radius: 5px;*/
	 /*   padding: 10px 15px;*/
	 /*   font-size: 14px;*/
	 /*   display: flex;*/
		/*align-items: center;*/
	}
	input[type=radio] {
		width: 15px;
		height: 15px;
		font-size: 13px;
	}
	
	input[type=radio]::after {
		width: 15px;
		height: 15px;
	}
	input[type=radio]:checked::after {
		font-size: 12px;
	}
	.caq-bt5_2{
   border-radius: 5px;
	    padding: 10px 15px;
	    font-size: 14px;
	    display: flex;
		align-items: center;
}
	.caq-bt5_2 span{
		width: calc(100% - 15px);
		padding: 0 5px;
	}
	.caq-bt5_3{
    height: 90px;
    padding: 0 15px;
    padding-bottom: 10px;
}
	.caq-box {
	    margin-bottom: 15px;
	}
	.caq-bow {
	    width: 190px;
	    height: 40px;
	    border-radius: 5px;
	    margin-top: 25px;
	    font-size: 14px;
	}
	.sczp-letop8 {
	    margin-top: 15px;
	}
	.sczp-letop8_2 {
	    margin-top: 15px;
	}
	.sczp-letop8_2_1{
		font-size: 18px;
	}
	.sczp-letop8_2_2 {
	    margin-top: 15px;
	    font-size: 12px;
	    line-height: 20px;
	}
	.sczp-letop9_4 img {
	    height: 45px;
	}
	.sczp-letop9_4 {
	    font-size: 12px;
	}
	.cjtc-buts{ 
	    padding: 10px 0;
	    display: flex;
	    justify-content: center;
	}
	.cjtc-but1 {
        width: 54px;
        font-size: 14px;
        margin-right: 10px;
    }
    .home_box{
        width: 100%;
    }
    .home_bo{
        width: 100%;
        margin: 10px auto;
    }
    .home_qh{
            border: 1px solid #618CCC;
        width: 100%;
        display: flex;
        border-radius: 10px;
        background: white;
        overflow: hidden;
    }
    .home_qh1{
        width: 100%;
        height: 40px;
        text-align: center;
        line-height: 40px;
            color: #333;
            font-size: 18px;
            font-weight: bold;
    }
     .home_qh1.on{
         background: #618CCC;
         color: white;
     }
     .home_tab{
         width: 100%;
         display: none;
     }

}