		.wp1230{
			max-width: 1230px;
			margin: 0 auto;
		}
		.wp1130{
			max-width: 1130px;
			margin: 0 auto;
		}
		
		.header{
			background-color: rgba(0, 0, 0, .73);
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			z-index: 9999;
		}
		.header .hdr{
			height: 70px;
			
		}
		.header .logo{
			width: 218px;
			float: left;
		}
		
		.nav {
			float: right;
			padding-top: 30px;
		}
		
		.nav li{
			float: left;
			margin: 0 20px;
			position: relative;
		}
		.nav li::after{
			content: '';
			position: absolute;
			right: -20px;
			height: 30px;
			border-right: 1px solid #fff;
			top: -3px;
		}
		.nav li:last-of-type::after{
			display: none;
		}
		.nav .con{
			position: relative;
			padding-bottom: 14px;
		}
		.nav .tit{
			color: #fff;
			font-size: 17px;
			border-bottom: 3px solid rgba(255, 255, 255, 0);
			transition: .5s;
		}
		.nav .on .tit,
		.nav .tit:hover{
			border-color: #ceac70;
		}
		
		.subnav{
			position: absolute;
			bottom: 0;
			left: -20px;
			transform: translateY(100%);
			color: #fff;
			font-size: 20px;
			background-color: rgba(0, 0, 0, .7);
			padding: 20px 25px 0px;
			display: none;
		}
		.subnav dd{
			margin-bottom: 20px;
			white-space: nowrap;
		}
		.subnav dd a{
			color: #fff;
		}
		
		.footer{
			padding: 30px 0 70px;
			background-color: #282828;
			color: #fff;
			font-weight: bold;
		}
		.footer a{
			color: #fff;
			margin-right: 1em;
		}
		
		.ftr .item{
			overflow: hidden;
			line-height: 1.8;
		}
		.ftr .label{
			font-size: 12px;
			float: left;
		}
		.ftr .info{
			font-size: 13px;
			overflow: hidden;
		}
		.ftr .info a{
			border-bottom: 1px solid rgba(255, 255, 255, 0);
			transition: .5s;
			
		}
		.ftr .info a:hover{
			border-color: #fff;
		}
		
		
		.banner{
			background: url(../images/banner.jpg) no-repeat center;
			background-size: cover;
			/* min-height: 100vh; */
			/* min-height: 960px; */
			height: 100vh;
			/* max-height: 1100px; */
			overflow: hidden;
		}
		.banner .txts{
			padding-top: 229px;
			color: #fff;
			position: relative;
}
		.banner .txts a{
			color: #fff;
		}
		.banner .pic2,
		.banner .pic{
			width: 1227px;
			/* margin-bottom: 20px */
		}
		.banner .box{
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
		}
		.banner .ftr{
			position: absolute;
			bottom: 24.5%;
			left: 44%;
		}
		.banner .ftr.m{
			display: none;
		}
		.banner .ftr .label{
			font-size: 13px;
		}
		.banner .ftr .info{
			font-size: 14px;
		}
		
		.m-review{
			font-size: 22px;
			color: #fff;
			background-color: #121548;
			padding: 20px 0 25px;
		}
		.m-review .tit{
			text-align: center;
			margin-bottom: 10px;
		}
		.m-review .tit .t{
			display: inline-block;
			position: relative;
		}
		.m-review .tit .t::after,
		.m-review .tit .t::before{
			content: '';
			position: absolute;
			width: 8px;
			height: 8px;
			border-radius: 50%;
			background-color: #fff;
			left: -16px;
			top: 50%;
			transform: translateY(-50%);
		}
		.m-review .tit .t::after{
			left: auto;
			right: -16px;
			
		}
		
		.swiper{
			overflow: hidden;
		}
		.swp-idx1{
			padding: 14px 12px;
			background-color: #1c729e;
		}
		.swp-idx1 .wp1230{
			position: relative;
		}
		.swp-idx1 .con{
			padding: 0 7px;
		}
		.swp-idx1 .con .pic{
			height: 140px;
			overflow: hidden;
		}
		.swp-idx1 .con .pic img{
			min-height: 100%;
		}
		
		
		
		.row-idx1{
			padding: 60px 0 90px;
		}
		.g-idxtits{
			text-align: center;
			
		}
		.g-idxtits .tits{
			display: inline-block;
			position: relative;
		}
		.g-idxtits .tits .tit{
			font-size: 22px;
			color: #cb9f76;
			position: relative;
			z-index: 10;
		}
		.g-idxtits .tits .tit_en{
			position: absolute;
			color: #a4a4a4;
			font-size: 14px;
			top: -14px;
			left: 20px;
			
		}
		.g-idxtits .tits .en{
			position: absolute;
			color: #dedede;
			font-weight: bold;
			font-size: 40px;
			left: -3px;
			top: -10px;
			line-height: 1;
			
		}
		.g-idxtits .tits .icon,
		.ul-prize .name::before{
			width: 20px;
			height: 25px;
			border: 2px solid #a01200;
			position: absolute;
			left: -10px;
			top: -10px;
			border-right: none;
			border-bottom: none;
		}
		
		.m-desc{
			width: 1080px;
			margin: 0 auto;
		}
		.m-desc .txts{
			font-size: 16px;
			color: #000;
		}
		.m-desc .txts p{
			/* text-indent: 2em; */
			letter-spacing: 2px;
			margin-bottom: 30px;
			
		}
		.m-desc .g-idxtits{
			margin-bottom: 30px;
		}
		
		
		.m-floatwid{
			width: 280px;
			height: 435px;
			background: url(../images/bg1.png) no-repeat;
			background-size: 100%;
			border-radius: 20px;
			overflow: hidden;
			padding-top: 25px;
			box-sizing: border-box;
			position: absolute;
			transform: translateX(-100%);
		}
		.m-floatwid .logo{
			width: 220px;
			margin: 0 auto 40px;
			
		}
		.m-floatwid .pic{
			width: 205px;
			height: 205px;
			overflow: hidden;
			border-radius: 10px;
			margin: 0 auto 10px;
			border: 5px solid #fff;
			background-color: #fff;
		}
		.m-floatwid .pic img{
			display: block;
		}
		.m-floatwid .txts{
			text-align: center;
			color: #fff;
		}
		.m-floatwid .t1{
			width: 220px;
			height: 40px;
			line-height: 40px;
			font-size: 20px;
			background-color: #cb9f76;
			border-radius: 20px;
			margin: 0 auto 10px;
		}
		.m-floatwid .t2{
			font-size: 18px;
		}
		
		
		
		
		.row-idx2{
			background: url(../images/bg2.png) no-repeat;
			background-size: cover;
			background-color: #fafafa;
			padding: 50px 0 70px;
		}
		
		.ul-yicheng {
			background: url(../images/bg3.png) no-repeat;
			background-size: 181px 99%;
			padding-top: 25px;
			padding-left: 40px;
			font-size: 20px;
			margin-left: 150px;
			padding-bottom: 100px;
		}
		.ul-yicheng .con{
			height: 60px;
			line-height: 60px;
		}
		/* .ul-yicheng li:last-of-type .time{
			color: #363636;
		} */
		.ul-yicheng .time{
			color: #fff;
			float: left;
			margin-right: 50px;
			width: 140px;
		}
		.ul-yicheng .info{
			color: #363636;
		}
		/* .ul-yicheng .t1,
		.ul-yicheng .t2{
			display: inline-block;
			
		} */
		.ul-yicheng .t1{
			margin-right: 30px;
		}
		.ul-yicheng .t1.mr20{
			margin-right: 20px;
		}
		.ul-yicheng .t11{
			margin-right: 30px;
		}
		.t11{
			margin-left: 20px;
		}
		
		.ul-yicheng .fsz15{
			font-size: 16px;
		}
		
		.ul-yicheng .fsz14{
			font-size: 14px;
		}
		.ul-yicheng .linh1{
			line-height: 1.1;
		}
		.ul-yicheng .top6{
			position: relative;
			top: 6px;
		}
		.ul-yicheng .top14{
			position: relative;
			top: 14px;
		}
		.ul-yicheng .norap{
			white-space: nowrap;
		}
		
		
		.row-idx3{
			padding: 70px 0 100px;
			background: url(../images/bg4.jpg) no-repeat;
			background-size: cover;
		}
		.g-idxtits.sty2 .tit{
			color: rgba(255, 255, 255, .9);
		}
		.g-idxtits.sty2 .icon{
			border-color: rgba(255, 255, 255, .9);
		}
		.g-idxtits.sty2 .en{
			color: rgba(255, 255, 255, .3);
		}
		.g-idxtits.sty2 .tit_en{
			color: rgba(255, 255, 255, .6);
		}
		.g-idxtits.sty3 .tit{
			color: #a01200;
		}
		.g-idxtits.sty3 .tits .icon{
			border-color: #cb9f76;
		}
		.row-idx3 .g-idxtits.sty2{
			margin-bottom: 70px;
		}
		
		
		
		.swp-idx2{
			position: relative;
		}
		.swp-idx2 .swiper{
			width: 850px;
			margin: 0 auto;
		}
		.swp-idx2 ul{
			overflow: hidden;
			margin: 0 -15px;
		}
		.swp-idx2 ul li{
			width: 25%;
			float: left;
			margin-bottom: 35px;
		}
		.swp-idx2 ul .con{
			margin: 0 15px;
			height: 200px;
			position: relative;
			overflow: hidden;
			background-color: #000;
		}
		.swp-idx2 ul .con img{
			width: 100%;
			min-height: 100%;
			
		}
		.swp-idx2 ul .txt{
			height: 75px;
			background-color: rgba(0, 0, 0, .5);
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			color: #fff;
			box-sizing: border-box;
			padding: 9px 12px 0;
		}
		.swp-idx2 ul .name{
			font-size: 14px;
			font-weight: bold;
		}
		.swp-idx2 ul .desc{
			line-height: 1.2;
		}
		.swp-idx2 ul .pt15{
			padding-top: 15px;
		}
		.swp-idx2 .swiper-button-next,
		.swp-idx2 .swiper-button-prev{
			color: rgba(255, 255, 255, .5);
			transition: .5s;
		}
		.swp-idx2 .swiper-button-next:hover,
		.swp-idx2 .swiper-button-prev:hover{
			color: #fff;
		}
		
		
		.row-idx4{
			padding: 120px 0 140px;
			
		}
		.row-idx4 .g-idxtits{
			margin-bottom: 30px;
		}
		.row-idx4 .box1{
			margin-right: 90px;
			background: url(../images/bg5.png) no-repeat center bottom;
			background-size: 1077px;
			padding: 50px 0 100px 250px;
			margin-bottom: 50px;
			position: relative;

		}
		.row-idx4 .box1:after{
			position: absolute;
			content: "";
			top: 50px;
			left: 0;
			width: 10.41vw;
			height: 18.75vw;
			background: url(../images/bg5-1.png) center center no-repeat;
			background-size: 100% auto;
		}
		.row-idx4 .box1 .item{
			margin-bottom: 13px;
			overflow: hidden;
		}
		.row-idx4 .box1 .tit{
			font-size: 24px;
			color: #cb9f76;
			font-weight: normal;
			letter-spacing: 5px;
			margin-bottom: 14px;
		}
		.ul-prize{
			background: url(../images/bg5-2.png) no-repeat;
			background-size: 100% 100%;
			padding:15px 0 10px 30px;
			width: 670px;
			font-size: 18px;
			font-weight: bold;
			box-sizing: border-box;
		}
		.ul-prize li{
			margin-bottom: 18px;
		}
		.ul-prize .name{
			float: left;
			width: 200px;
			text-align-last: justify;
			position: relative;
		}
		.ul-prize .name::before{
			content: '';
			border: 2px solid #d6b597;
			border-top: none;
			border-right: none;
			top: 5px;
			left: -12px;
		}
		.ul-prize .name::after{
			content: '';
			background: url(../images/icon2.png) no-repeat;
			background-size: 100%;
			width: 380px;
			height: 4px;
			position: absolute;
			right: -4px;
			top: 50%;
			transform: translate(100%,-50%);
		}
		.ul-prize .num{
			float: right;
			color: #aa0200;
			
		}
		
		.row-idx4 .liucheng{
			
		}
		.row-idx4 .liucheng .pic{
			width: 1199px;
			margin: 0 auto;
			position: relative;
		}
		.row-idx4 .liucheng .pic a{
			position: absolute;
			left: 0;
			top: 0;
			height: 100%;
			width: 13%;
		}
		.row-idx4 .liucheng .g-idxtits{
			margin-bottom: 40px;
		}
		.row-idx5{
			background: url(../images/bg6.jpg) no-repeat;
			background-size: cover;
			padding: 60px 0 150px;
		}
		.row-idx5 .g-idxtits{
			margin-bottom: 70px;
		}
		.row-idx5 .g-idxtits.sty2 .en{
			left: -12px;
		}
		.row-idx5 .g-idxtits.sty2 .icon{
			left: -15px;
			top: -11px;
			border-color: #cd9f76;
		}
		
		.row-idx5 .txts{
			color: #fff;
		}
		.row-idx5 .desc{
			font-size: 20px;
			text-align: center;
			margin-bottom: 30px;
		}
		.row-idx5 .infos{
			width: 1025px;
			margin: 0 auto;
		}
		.row-idx5 .info{
			font-size: 16px;
			background: url(../images/bg7.png) no-repeat;
			background-size: 100% 100%;
			padding: 51px 35px 34px 25px;
			overflow: hidden;
			min-height: 102px;
			box-sizing: border-box;
		}
		.row-idx5 .btns{
			float: right;
			margin-top: 40px;
		}
		.row-idx5 .btn{
			color: #fff;
			font-size: 22px;
			width: 414px;
			height: 46px;
			line-height: 46px;
			border: 1px solid #fff;
			display: block;
			text-align: center;
			background-color: #cb9f76;
			font-weight: bold;
			margin-bottom: 7px;
			text-shadow: 1px 1px #666;
			border-radius: 23px;
			-webkit-border-radius: 23px;
			-moz-border-radius: 23px;
			-ms-border-radius: 23px;
			-o-border-radius: 23px;
}
		.row-idx5 .btn:last-of-type{
			margin-bottom: 0;
		}
		
		.row-idx6{
			padding: 70px 0 40px;
		}
		.row-idx6 .g-idxtits {
			margin-bottom: 50px;
		}
		.row-idx6 .g-idxtits .tits .tit{
			color: #a01200;
		}
		.row-idx6 .g-idxtits .tits .icon{
			border-color: #cb9f76;
		}
		.row-idx6 .subtits{
			margin-bottom: 30px;
		}
		.row-idx6 .subtits .tit{
			font-size: 17px;
			text-align: center;
			position: relative;
			margin-bottom: 10px;
		}
		.row-idx6 .subtits .tit::before,
		.row-idx6 .subtits .tit::after{
			content: '';
			width: 490px;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
			border-bottom: 1px solid #000;
			position: absolute;
			
		}
		.row-idx6 .subtits .tit::after{
			left: auto;
			right: 0;
		}
		.row-idx6 .subtits .desc{
			font-size: 12px;
			color: #585858;
			text-align: center;
		}
		.ul-jigou{
			overflow: hidden;
		}
		.ul-jigou li{
			float: left;
			width: 14.285%;
			margin-bottom: 20px;
		}
		.ul-jigou .con{
			margin: 0 10px;
			border: 1px solid #545454;
			height: 37px;
			line-height: 37px;
			text-align: center;
			font-size: 17px;
			color: #545454;
		}
		
		
		
		
		
		
		
		
		
		
		/* 报名 */
		.banner.ban{
			height: 700px;
			position: relative;
			min-height: auto;
			max-height: none;
		}
		.banner.ban .txts{
			padding-top: 150px;
		}
		.banner .baom{
			background: url(../images/bg8.png) no-repeat;
			background-size: 100%;
			width: 471px;
			height: 90px;
			text-align: right;
			color: #fff;
			padding-right: 30px;
			padding-top: 15px;
			box-sizing: border-box;
			position: absolute;
			left: 50%;
			bottom: 0;
			transform: translate(-50%,50%);
		}
		.banner .baom .tit{
			font-size: 24px;
			line-height: 1.2;
		}
		.banner .baom .tit_en{
			font-size: 22px;
		}
		
		.row-idx4.bm{
			padding-top: 90px;
			padding-bottom: 60px;
		}
		.row-idx4.bm .btn{
			width: 160px;
			height: 40px;
			line-height: 40px;
			text-align: center;
			font-size: 23px;
			color: #fff;
			border-radius: 20px;
			background-color: #8d060d;
			display: block;
			margin-left: 160px;
			margin-top: 10px;
		}
		.row-idx4.bm .box1{
			padding-bottom: 50px;
			margin-left: 120px;
		}
		.row-idx4 .pxfs{
			background-color: #cb9f76;
			border-radius: 20px;
			padding: 50px 40px 60px;
			width: 1090px;
			margin: 0 auto;
			box-sizing: border-box;
			margin-bottom:100px;
		}
		
		.row-idx4 .pxfs .g-idxtits{
			margin-bottom: 60px;
		}
		.row-idx4 .pxfs  .g-idxtits .tits .tit_en{
			color: rgba(255, 255, 255, .6);
		}
		.row-idx4 .pxfs .infos{
			margin-left: 80px;
			color: #fff;
			font-size: 18px;
		}
		.row-idx4 .pxfs .infos .item{
			overflow: hidden;
			line-height: 1.8;
		}
		.row-idx4 .pxfs .infos .num{
			float: left;
			width: 50px;
		}
		.row-idx4 .pxfs .infos .num::before{
			content: '';
			display: inline-block;
			width: 15px;
			height: 15px;
			border-radius: 50%;
			background-color: #fff;
			margin-right: 10px;
		}
		.row-idx4 .pxfs .infos .txt{
			overflow: hidden;
		}
		.row-idx4 .bmtj{
			width: 1100px;
			margin: 0 auto;
		}
		.row-idx4 .bmtj .txts{
			position: relative;
			font-size: 18px;
			
		}
		.row-idx4 .bmtj .item{
			margin-bottom: 20px;
			line-height: 1.8;
		}
		.row-idx4 .bmtj .w650{
			width: 650px;
		}
		.row-idx4 .bmtj .pics{
			overflow: hidden;
			position: absolute;
			right: 0;
			bottom: 0;
		}
			
		.row-idx4 .bmtj .pics .pic{
			float: left;
			margin-right: 40px;
		}
		.row-idx4 .bmtj .pics .p{
			width: 160px;
			height: 160px;
			margin-bottom: 20px;
		}
		.row-idx4 .bmtj .pics img{
			min-height: 100%;
		}
		.row-idx4 .bmtj .pics .t{
			text-align: center;
			letter-spacing: 2px;
		}
		.row-idx4 .bmtj .sm{
			font-size: 18px;
			color: #cb9f76;
			margin-top: 50px;
			font-weight: bold;
		}
		
		
		
		
		
		
		
		
		/* 回顾 */
		.banner.ban2 .txts{
			padding-top: 200px;
			padding-left: 60px;
		}
		.swp-videos{
			width: 1100px;
			margin: -330px auto 160px;
			box-sizing: border-box;
		}
		.swp-videos .swp{
			background-color: rgba(49, 1, 0,.8);
			padding: 30px 0 0;
		}
		.swp-videos .swiper{
			position: relative;
		}
		.g-tit2{
			text-align: center;
			margin-bottom: 10px;
		}
		.g-tit2 .t{
			display: inline-block;
			font-size: 24px;
			color: #fff;
			margin: 0 5px;
		}
		.g-tit2 .t::before,
		.g-tit2 .t::after{
			content: '';
			display: inline-block;
			width: 8px;
			height: 8px;
			border-radius: 50%;
			background-color: #dabba1;
			margin: 0 7px;
			transform: translateY(-3px);
		}
		
		.swp-videos .vid{
			margin: 0 100px ;
			height: 410px;
			overflow: hidden;
			/* background-color: #000; */
		}
		.swp-videos .txt{
			height: 70px;
			line-height: 70px;
			padding: 0 100px;
			background-color: #b68b68;
			font-size: 24px;
			color: #fff;
		}
		.swp-videos video{
			display: block;
		}
		
		.swp-videos .swiper-container-horizontal>.swiper-pagination-bullets{
			bottom: 110px;
		}
		.swp-videos .swiper-pagination-bullet.swiper-pagination-bullet-active{
			background-color: #fff;
		}
		.swp-videos .swiper-pagination-bullet{
			width: 15px;
			height: 15px;
			background-color: rgba(255, 255, 255, 0);
			border: 2px solid #fff;
			opacity: 1;
			box-sizing: border-box;
		}
		.swp-videos  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
			margin: 0 20px;
		}
		
		
		
		.m-xcpics{
			padding: 0 40px 40px;
		}
		.m-xcpics .g-tit2{
			margin-bottom: 50px;
		}
		
		.m-xcpics .list{
			margin-bottom: 40px;
		}
		.m-xcpics .list-tit{
			width: 100%;
			padding: 0;
			margin-bottom: 30px;
			position: relative;
		}
		.m-xcpics .list-tit::before,
		.m-xcpics .list-tit::after{
			content: '';
			width: 505px;
			border-bottom: 1px dashed #fff;
			position: absolute;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
		}
		.m-xcpics .list-tit::before{
			border-bottom: 1px solid #fff;
			transform: translate(-100%,-50%);
		}
				
		.m-xcpics .list-tit h3{
			width: 130px;
			height: 35px;
			line-height: 35px;
			text-align: center;
			border-radius: 20px;
			color: #fff;
			background: #B78B68;
			font-size: 28px;
		}
		
		.m-xcpics .pics{
			overflow: hidden;
			margin: 0 -7px;
		}
		.m-xcpics .pic{
			height: 140px;
			float: left;
			width: calc(100% - 14px);
			margin: 0 7px 20px;
			overflow: hidden;
		}
		.m-xcpics .pic img{
			min-height: 100%;
		}


		.ul-yicheng .fsz15{
			font-size: 1vw;
			line-height: 20px;
			margin-left: 250px;
		}
		.ul-yicheng .fsz151{
			font-size: 1vw;
			line-height: 20px;
			margin-left: 250px;
			margin-top: 20px;
		}
		.ul-yicheng .fsz152{
			font-size: 1vw;
			line-height: 20px;
			margin-left: 250px;
			padding-top: 30px;
		}
		.ul-yicheng .fsz153{
			font-size: 1vw;
			line-height: 20px;
			margin-left: 250px;
			padding-bottom: 20px;
		}
		.ul-yicheng .time1{
			color: lightblue;
		}
		
		
		
		
		
		@media only screen and (min-width: 950px) and (max-width: 1900px) {
				.m-floatwid {
					width: 15.26vw;
					height: 24.36vw;
					background: url(../images/bg1.png) no-repeat;
					background-size: 100%;
					border-radius: 1.052vw;
					padding-top: 2.631vw;
					box-sizing: border-box;
					transform: translateX(-100%);
				}
				.m-floatwid .logo{
					width: 11.57vw;
					margin: 0 auto 2.105vw;
				}
				.m-floatwid .pic{
					width: 10.78vw;
					height: 10.78vw;
					border-radius: 0.526vw;
					margin: 0 auto 0.526vw;
				}
				.m-floatwid .txts{
				}
				.m-floatwid .t1{
					width: 11.57vw;
					height: 2.105vw;
					line-height: 2.105vw;
					font-size: 1.052vw;
					border-radius: 1.052vw;
					margin: 0 auto 0.526vw;
				}
				.m-floatwid .t2{
					font-size: 0.947vw;
				}
		}
		
		@media only screen and (max-width: 1800px) {
			.m-floatwid{
				transform:translateX(-80%) scale(.7);
			}
		}
		
		
		@media only screen and (min-width: 950px) and (max-width: 1600px) {
				.wp1230{
					max-width: 76.87vw;
					margin: 0 auto;
				}
				.wp1130{
					max-width: 70.62vw;
					margin: 0 auto;
				}
				.header .hdr{
					height: 4.375vw;
				}
				.header .logo{
					width: 13.62vw;
				}
				.nav {
					padding-top: 1.875vw;
				}
				.nav li{
					margin: 0 1.25vw;
				}
				.nav li::after{
					content: '';
					right: -1.25vw;
					height: 1.875vw;
					border-right: 1px solid #fff;
					top: -0.187vw;
				}
				.nav .con{
					padding-bottom: 0.875vw;
				}
				.nav .tit{
					font-size: 1.062vw;
					border-bottom: 0.187vw solid rgba(255, 255, 255, 0);
					transition: .5s;
				}
				
				.subnav{
					bottom: 0;
					left: -1.25vw;
					transform: translateY(100%);
					font-size: 1.25vw;
					padding: 1.25vw 1.562vw 0;
				}
				.subnav dd{
					margin-bottom: 1.25vw;
					white-space: nowrap;
				}
				.footer{
					padding: 1.875vw 0 4.375vw;
					font-weight: bold;
				}
				.footer a{
					margin-right: 1em;
				}
				.ftr .item{
					line-height: 1.8;
				}
				.ftr .label{
					font-size: 0.75vw;
				}
				.ftr .info{
					font-size: 0.812vw;
				}
				.ftr .info a{
					border-bottom: 1px solid rgba(255, 255, 255, 0);
					transition: .5s;
				}
				.banner{
					background: url(../images/banner.jpg) no-repeat center;
					background-size: cover;
					/* min-height: 100vh; */
					/* min-height: 60vw; */
					height: 100vh;
					/* max-height: 68.75vw; */
				}
				.banner .txts{
					padding-top: 20vw;
					padding-left: 1.25vw;
				}
				.banner .pic2,
				.banner .pic{
					width: 48.75vw;
					/* margin-bottom: 1.25vw */
				}
				.banner .ftr {
					bottom: 15.5%;
					left: 28%;
				}
				.banner .ftr .label{
					font-size: 0.812vw;
				}
				.banner .ftr .info{
					font-size: 0.875vw;
				}
				.m-review{
					font-size: 1.375vw;
					padding: 1.25vw 0 1.562vw;
				}
				.m-review .tit{
					margin-bottom: 0.625vw;
				}
				.m-review .tit .t::after,
				.m-review .tit .t::before{
					content: '';
					width: 0.5vw;
					height: 0.5vw;
					border-radius: 50%;
					left: -1vw;
					transform: translateY(-50%);
				}
				.m-review .tit .t::after{
					left: auto;
					right: -1vw;
				}
				.swp-idx1{
					padding: 0.875vw 0.75vw;
				}
				.swp-idx1 .con{
					padding: 0 0.437vw;
				}
				.swp-idx1 .con .pic{
					height: 8.75vw;
				}
				.row-idx1{
					padding: 3.75vw 0 5.625vw;
				}
				.g-idxtits .tits .tit{
					font-size: 1.375vw;
				}
				.g-idxtits .tits .tit_en{
					font-size: 0.875vw;
					top: -0.875vw;
					left: 1.25vw;
				}
				.g-idxtits .tits .en{
					font-weight: bold;
					font-size: 2.5vw;
					left: -0.187vw;
					top: -0.625vw;
					line-height: 1;
				}
				.g-idxtits .tits .icon,
				.ul-prize .name::before{
					width: 1.25vw;
					height: 1.562vw;
					border: 0.125vw solid #a01200;
					left: -0.625vw;
					top: -0.625vw;
					border-right: none;
					border-bottom: none;
				}
				.m-desc{
					width: 67.5vw;
					margin: 0 auto;
				}
				.m-desc .txts{
					font-size: 1vw;
				}
				.m-desc .txts p{
					/* text-indent: 2em; */
					margin-bottom: 1.875vw;
				}
				.m-desc .g-idxtits{
					margin-bottom: 1.875vw;
				}
				.m-{
					width: 18.12vw;
					height: 28.93vw;
					background: url(../images/bg1.png) no-repeat;
					background-size: 100%;
					border-radius: 1.25vw;
					padding-top: 3.125vw;
					box-sizing: border-box;
					transform: translateX(-100%);
				}
				.m-.logo{
					width: 13.75vw;
					margin: 0 auto 2.5vw;
				}
				.m-.pic{
					width: 12.81vw;
					height: 12.81vw;
					border-radius: 0.625vw;
					margin: 0 auto 0.625vw;
				}
				.m-.t1{
					width: 13.75vw;
					height: 2.5vw;
					line-height: 2.5vw;
					font-size: 1.25vw;
					border-radius: 1.25vw;
					margin: 0 auto 0.625vw;
				}
				.m-.t2{
					font-size: 1.125vw;
				}
				.row-idx2{
					background: url(../images/bg2.png) no-repeat;
					background-size: cover;
					padding: 3.125vw 0 4.375vw;
				}
				.ul-yicheng {
					background: url(../images/bg3.png) no-repeat;
					background-size: 11.31vw 99%;
					padding-top: 1.562vw;
					padding-left: 2.5vw;
					font-size: 1.25vw;
					margin-left: 9.375vw;
				}
				.ul-yicheng .t11{
					margin-left: 100px;
				}
				.ul-yicheng .con{
					height: 110px;
					line-height: 3.9vw;
				}
				.ul-yicheng .con1{
					line-height: 20px;
					margin-top: 47px;
					margin-bottom: 20px;
					margin-top: 25px
				}
				.ul-yicheng .time{
					margin-right: 3.125vw;
					width: 8.75vw;
				}
				.ul-yicheng .t1{
					margin-right: 1.875vw;
				}
				
				
				.ul-yicheng .t1.mr20{
					margin-right: 1.25vw;
				}
				.ul-yicheng .fsz15{
					font-size: 1vw;
					line-height: 20px;
					margin-left: 250px;
				}
				.ul-yicheng .fsz151{
					font-size: 1vw;
					line-height: 20px;
					margin-left: 250px;
					margin-top: 20px;
				}
				.ul-yicheng .fsz152{
					font-size: 1vw;
					line-height: 20px;
					margin-left: 250px;
					padding-top: 30px;
				}
				.ul-yicheng .fsz153{
					font-size: 1vw;
					line-height: 20px;
					margin-left: 250px;
					padding-bottom: 20px;
				}
				.ul-yicheng .time1{
					color: lightblue;
				}
				.t11{
					margin-left: 20px;
				}

				.ul-yicheng .fsz14{
					font-size: 0.875vw;
				}
				.ul-yicheng .linh1{
					line-height: 1.1;
				}
				.ul-yicheng .top6{
					top: 0.375vw;
				}
				.ul-yicheng .top14{
					top: 0.875vw;
				}
				.ul-yicheng .norap{
					white-space: nowrap;
				}
				.row-idx3{
					padding: 4.375vw 0 6.25vw;
					background: url(../images/bg4.jpg) no-repeat;
					background-size: cover;
				}
				.row-idx3 .g-idxtits.sty2{
					margin-bottom: 4.375vw;
				}
				.swp-idx2 .swiper{
					width: 53.12vw;
					margin: 0 auto;
				}
				.swp-idx2 ul{
					margin: 0 -0.937vw;
				}
				.swp-idx2 ul li{
					margin-bottom: 2.187vw;
				}
				.swp-idx2 ul .con{
					margin: 0 0.937vw;
					height: 12.5vw;
				}
				.swp-idx2 ul .txt{
					height: 5.2vw;
					bottom: 0;
					box-sizing: border-box;
					padding: 0.562vw 0.75vw 0;
				}
				.swp-idx2 ul .name{
					font-size: 0.875vw;
					font-weight: bold;
				}
				.swp-idx2 ul .desc{
					line-height: 1.2;
				}
				.swp-idx2 ul .pt15{
					padding-top: 0.937vw;
				}
				.swp-idx2 .swiper-button-next,
				.swp-idx2 .swiper-button-prev{
					transition: .5s;
				}
				.row-idx4{
					padding: 7.5vw 0 8.75vw;
				}
				.row-idx4 .g-idxtits{
					margin-bottom: 1.875vw;
				}
				.row-idx4 .box1{
					margin-right: 5.625vw;
					background: url(../images/bg5.png) no-repeat;
					background-size: 67.31vw;
					padding: 3.125vw 0 6.25vw 15.62vw;
					margin-bottom: 3.125vw;
				}
				.ul-prize{
					background: url(../images/bg5-2.png) no-repeat;
					background-size: 100% 100%;
					padding:0.937vw 0 0.625vw 1.875vw;
					width: 41.87vw;
					font-size: 1.125vw;
					font-weight: bold;
					box-sizing: border-box;
				}
				.ul-prize li{
					margin-bottom: 1.125vw;
				}
				.ul-prize .name{
					/* width: 10em; */
					text-align-last: justify;
				}
				.ul-prize .name::before{
					content: '';
					border: 0.125vw solid #d6b597;
					border-top: none;
					border-right: none;
					top: 0.312vw;
					left: -0.75vw;
				}
				.ul-prize .name::after{
					content: '';
					background: url(../images/icon2.png) no-repeat;
					background-size: 100%;
					width: 23.75vw;
					height: 0.25vw;
					right: -1.125vw;
					transform: translate(100%,-50%);
				}
				.row-idx3{
					padding: 4.375vw 0 8.375vw;
				}
				.row-idx4 .liucheng .pic{
					width: 74.93vw;
					margin: 0 auto;
				}
				.row-idx4 .liucheng .g-idxtits{
					margin-bottom: 2.5vw;
				}
				.row-idx5{
					background: url(../images/bg6.jpg) no-repeat;
					background-size: cover;
					padding: 3.75vw 0 9.375vw;
				}
				.row-idx5 .g-idxtits{
					margin-bottom: 4.375vw;
				}
				.row-idx5 .g-idxtits.sty2 .en{
					left: -0.75vw;
				}
				.row-idx5 .g-idxtits.sty2 .icon{
					left: -0.937vw;
					top: -0.687vw;
					border-
				}
				.row-idx5 .txts{
				}
				.row-idx5 .desc{
					font-size: 1.25vw;
					margin-bottom: 1.875vw;
				}
				.row-idx5 .infos{
					width: 64.06vw;
					margin: 0 auto;
				}
				.row-idx5 .info{
					font-size: 0.937vw;
					background: url(../images/bg7.png) no-repeat;
					background-size: 100% 100%;
					padding: 3.187vw 2.187vw 2.125vw 1.562vw;
					min-height: 6.375vw;
					box-sizing: border-box;
				}
				.row-idx5 .btns{
					margin-top: 2.5vw;
				}
				.row-idx5 .btn{
					font-size: 1.375vw;
					width: 25.87vw;
					height: 2.875vw;
					line-height: 2.875vw;
					border: 1px solid #fff;
					border-radius: 0.625vw;
					font-weight: bold;
					margin-bottom: 0.437vw;
					text-shadow: 1px 1px #666;
				}
				.row-idx5 .btn:last-of-type{
					margin-bottom: 0;
				}
				.row-idx6{
					padding: 4.375vw 0 2.5vw;
				}
				.row-idx6 .g-idxtits {
					margin-bottom: 3.125vw;
				}
				.row-idx6 .g-idxtits .tits .tit{
				}
				.row-idx6 .g-idxtits .tits .icon{
					border-
				}
				.row-idx6 .subtits{
					margin-bottom: 1.875vw;
				}
				.row-idx6 .subtits .tit{
					font-size: 1.062vw;
					margin-bottom: 0.625vw;
				}
				.row-idx6 .subtits .tit::before,
				.row-idx6 .subtits .tit::after{
					content: '';
					width: 30.62vw;
					transform: translateY(-50%);
					border-bottom: 1px solid #000;
				}
				.row-idx6 .subtits .tit::after{
					left: auto;
					right: 0;
				}
				.row-idx6 .subtits .desc{
					font-size: 0.75vw;
				}
				.ul-jigou{
				}
				.ul-jigou li{
					width: 14.285%;
					margin-bottom: 1.25vw;
				}
				.ul-jigou .con{
					margin: 0 0.625vw;
					border: 1px solid #545454;
					height: 2.312vw;
					line-height: 2.312vw;
					font-size: 1.062vw;
				}
				/* 报名 */
				.banner.ban{
					height: 43.75vw;
					min-height: auto;
					max-height: none;
				}
				.banner.ban .txts{
					padding-top: 9.375vw;
				}
				.banner .baom{
					background: url(../images/bg8.png) no-repeat;
					background-size: 100%;
					width: 29.43vw;
					height: 5.625vw;
					padding-right: 1.875vw;
					padding-top: 0.937vw;
					box-sizing: border-box;
					bottom: 0;
					transform: translate(-50%,50%);
				}
				.banner .baom .tit{
					font-size: 1.5vw;
					line-height: 1.2;
				}
				.banner .baom .tit_en{
					font-size: 1.375vw;
				}
				.row-idx4.bm{
					padding-top: 5.625vw;
					padding-bottom: 3.75vw;
				}
				.row-idx4.bm .btn{
					width: 10vw;
					height: 2.5vw;
					line-height: 2.5vw;
					font-size: 1.437vw;
					border-radius: 1.25vw;
					margin-left: 10vw;
					margin-top: 0.625vw;
				}
				.row-idx4.bm .box1{
					padding-bottom: 3.125vw;
					margin-left: 7.5vw;
				}
				.row-idx4 .pxfs{
					border-radius: 1.25vw;
					padding: 3.125vw 2.5vw 3.75vw;
					width: 68.12vw;
					margin: 0 auto;
					box-sizing: border-box;
					margin-bottom:6.25vw;
				}
				.row-idx4 .pxfs .g-idxtits{
					margin-bottom: 3.75vw;
				}
				.row-idx4 .pxfs  .g-idxtits .tits .tit_en{
				}
				.row-idx4 .pxfs .infos{
					margin-left: 5vw;
					font-size: 1.125vw;
				}
				.row-idx4 .pxfs .infos .item{
					line-height: 1.8;
				}
				.row-idx4 .pxfs .infos .num{
					width: 3.125vw;
				}
				.row-idx4 .pxfs .infos .num::before{
					content: '';
					width: 0.937vw;
					height: 0.937vw;
					border-radius: 50%;
					margin-right: 0.625vw;
				}
				.row-idx4 .pxfs .infos .txt{
				}
				.row-idx4 .bmtj{
					width: 68.75vw;
					margin: 0 auto;
				}
				.row-idx4 .bmtj .txts{
					font-size: 1.125vw;
				}
				.row-idx4 .bmtj .item{
					margin-bottom: 1.25vw;
					line-height: 1.8;
				}
				.row-idx4 .bmtj .w650{
					width: 40.62vw;
				}
				.row-idx4 .bmtj .pics{
					right: 0;
					bottom: 0;
				}
				.row-idx4 .bmtj .pics .pic{
					margin-right: 2.5vw;
				}
				.row-idx4 .bmtj .pics .p{
					width: 10vw;
					height: 10vw;
					margin-bottom: 1.25vw;
				}
				.row-idx4 .bmtj .pics img{
					min-
				}
				.row-idx4 .bmtj .pics .t{
					letter-spacing: 0.125vw;
				}
				.row-idx4 .bmtj .sm{
					font-size: 1.125vw;
					margin-top: 3.125vw;
					font-weight: bold;
				}
				/* 回顾 */
				.banner.ban2{
				}
				.banner.ban2 .txts{
					padding-top: 12.5vw;
					padding-left: 3.75vw;
				}
				.swp-videos{
					width: 68.75vw;
					margin: -20.62vw auto 10vw;
					box-sizing: border-box;
				}
				.swp-videos .swp{
					padding: 1.875vw 0 0;
				}
				.swp-videos .swiper{
				}
				.g-tit2{
					margin-bottom: 0.625vw;
				}
				.g-tit2 .t{
					font-size: 1.5vw;
					margin: 0 0.312vw;
				}
				.g-tit2 .t::before,
				.g-tit2 .t::after{
					content: '';
					width: 0.5vw;
					height: 0.5vw;
					border-radius: 50%;
					margin: 0 0.437vw;
					transform: translateY(-0.187vw);
				}
				.swp-videos .vid{
					margin: 0 6.25vw ;
					height: 25.62vw;
				}
				.swp-videos .txt{
					height: 4.375vw;
					line-height: 4.375vw;
					padding: 0 6.25vw;
					font-size: 1.5vw;
				}
				.swp-videos video{
				}
				.swp-videos .swiper-container-horizontal>.swiper-pagination-bullets{
					bottom: 6.875vw;
				}
				.swp-videos .swiper-pagination-bullet.swiper-pagination-bullet-active{
				}
				.swp-videos .swiper-pagination-bullet{
					width: 0.937vw;
					height: 0.937vw;
					border: 0.125vw solid #fff;
					opacity: 1;
					box-sizing: border-box;
				}
				.swp-videos  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
					margin: 0 1.25vw;
				}
				.m-xcpics{
					padding: 0 2.5vw 2.5vw;
				}
				.m-xcpics .g-tit2{
					margin-bottom: 3.125vw;
				}
				.m-xcpics .list{
					margin-bottom: 2.5vw;
				}
				.m-xcpics .list-tit{
					padding: 0;
					margin-bottom: 1.875vw;
				}
				.m-xcpics .list-tit::before,
				.m-xcpics .list-tit::after{
					content: '';
					width: 31.56vw;
					border-bottom: 1px dashed #fff;
					right: 0;
					transform: translateY(-50%);
				}
				.m-xcpics .list-tit::before{
					border-bottom: 1px solid #fff;
					transform: translate(-100%,-50%);
				}
				.m-xcpics .list-tit h3{
					width: 8.125vw;
					height: 2.187vw;
					line-height: 2.187vw;
					border-radius: 1.25vw;
					background: #B78B68;
					font-size: 1.75vw;
				}
				.m-xcpics .pics{
					margin: 0 -0.437vw;
				}
				.m-xcpics .pic{
					height: 8.75vw;
					width: calc(100% - 0.875vw);
					margin: 0 0.437vw 1.25vw;
				}
		}
		
		
		@media only screen and (min-width: 950px) and (max-width: 1300px) {
			.ul-yicheng{
				margin-left: 4vw;
			}
			.swp-idx2 ul .txt{
				height: 70px;
			}
			.ul-prize .name{
				width: 155px;
			}
			.ul-prize .name::after{
				width: 22vw;
			}
			.ul-jigou .con{
				text-overflow: ellipsis;
				overflow: hidden;
				white-space: nowrap;
			}
		}
		
		
		
		
		/* 首页移动端 */
		.swp-idx2.ph{
			display: none;
		}
		.header-phone{
			
		}
		.header-phone.on{
			background-color: rgba(0, 0, 0, .9);
		}
		.header-phone {
			height: 50px;
			background-color: rgba(0, 0, 0, .7);
			position: fixed;
			left: 0;
			top: 0;
			width: 100%;
			z-index: 999999;
			transition: .5s;
			display: none;
		}
		.header-phone .hdr {
			height: 100%;
			overflow: hidden;
			position: relative;
		}
		.header-phone .logo {
			width: 120px;
			
		}
		
		/* 移动端按钮 */
		.menuBtn {
			position: absolute;
			right: 0px;
			width: 33px;
			display: block;
			cursor: pointer;
			-webkit-transition: .5s;
			-moz-transition: .5s;
			-ms-transition: .5s;
			-o-transition: .5s;
			transition: .5s
		}
		.menuBtn b {
			display: block;
			content: '';
			width: 100%;
			height: 4px;
			background-color: #aa0200;
			background-color: #fff;
			margin-bottom: 7px;
			transition: .5s;
			transform: rotateZ(0);
			opacity: 1;
			-webkit-transform: rotateZ(0);
			-moz-transform: rotateZ(0);
			-ms-transform: rotateZ(0);
			-o-transform: rotateZ(0);
			opacity: 1;
		}
		.menuBtn b:last-child {
			margin-bottom: 0;
		}
		.menuBtn.on b {
			opacity: 0;
		}
		.menuBtn.on b:first-child {
			opacity: 1;
			transform: translateY(9px) rotateZ(42deg);
			-webkit-transform: translateY(9px) rotateZ(42deg);
			-moz-transform: translateY(9px) rotateZ(42deg);
			-ms-transform: translateY(9px) rotateZ(42deg);
			-o-transform: translateY(9px) rotateZ(42deg);
		}
		.menuBtn.on b:last-child {
			opacity: 1;
			transform: translateY(-13px) rotateZ(-42deg);
			-webkit-transform: translateY(-13px) rotateZ(-42deg);
			-moz-transform: translateY(-13px) rotateZ(-42deg);
			-ms-transform: translateY(-13px) rotateZ(-42deg);
			-o-transform: translateY(-13px) rotateZ(-42deg);
		}
		
		.nav-ph{
			position: fixed;
			left: 0;
			right: 0;
			top: 50px;
			bottom: 0;
			text-align: center;
			background-color: #eee;
			background-color: rgba(0, 0, 0, .9);
			padding-top: 70px;
			display: none;
			overflow-y: auto;
			z-index: 999999;
		}
		.nav-ph li{
			margin-bottom: 30px;
		}
		.nav-ph .con{
			position: relative;
		}
		.nav-ph .arr{
			position: absolute;
			right:20%;
			top: 0;
			background: url(../images/arr.png) no-repeat center;
			background-size: 100%;
			width: 13px;
			height: 30px;
			transition: .5s;
		}
		.nav-ph .arr.on{
			
			transform: rotateZ(90deg);
		}
		.nav-ph a{
			font-size: 17px;
		}
		.nav-ph .con>a{
			height: 30px;
			line-height: 30px;
			color: #fff;
		}
		.sub-navph{
			padding: 10px 0;
			display: none;
		}
		.sub-navph a{font-size: 15px;color:#fff;}
		.sub-navph dd{
			margin-bottom: 7px;
		}
		@media only screen and (max-width: 950px){
			.main{
				/* overflow: hidden; */
			}
			.header{
				display: none;
			}
			.header-phone{
				display: block;
			}
			.footer{
				padding: 30px 0;
			}
			.footer .item{
				margin-bottom: 8px;
			}
			
			.wp1230,
			.wp1130{
				max-width: none;
				padding: 0 20px;
			}
			.banner{
				height:70vw;
				min-height: auto;
				max-height: none;
			}
			.banner .pic2,
			.banner .pic{
				max-width:55%;
			}
			.banner .txts{
				padding-top: 10%;
				padding-left: 0;
			}
			.banner .ftr{
				bottom: 0;
				left: 24%;
				display: none;
			}
			
			
			.m-review,
			.g-idxtits .tits .tit{
				font-size: 20px;
			}
			.row-idx4 .box1 .tit{
				font-size: 16px;
			}
			.m-review .tit{
				margin-bottom: 20px;
			}
			
			.row-idx1{
				padding-bottom: 20px;
			}
			.m-floatwid{
				display: none;
			}
			.m-desc{
				width: 100%;
			}
			.m-desc .g-idxtits{
				margin-bottom: 20px;
			}
			
			/* 会议议程开始 */
			.row-idx2{
				
			}
			.row-idx2 .g-idxtits{
				margin-bottom: 30px;
			}
			.ul-yicheng{
				margin-left: 0;
			}
			.ul-yicheng .time{
				background-color: ;
			}
			
			.ul-yicheng{
				font-size: 14px;
				padding-left: 25px;
				background-size: 120px 100%;
				padding-bottom: 30px;
			}
			.ul-yicheng li{
				margin-bottom: 15px;
			}
			.ul-yicheng li:last-of-type{
				margin-bottom: 0;
			}
			.ul-yicheng .con{
				height: auto;
				line-height: 1.5;
			}
			.ul-yicheng .time{
				width: 90px;
				margin-right: 20px;
			}
			.ul-yicheng .t1{
				/* font-size: 15px; */
				font-weight: bold;
				vertical-align:top;
			}
			.ul-yicheng .info{
				overflow: hidden;
			}
			.ul-yicheng .fsz15{
				font-size: 13px;
			}
			.ul-yicheng .linh1{
				line-height: 1.3;
			}
			.ul-yicheng .top6,
			.ul-yicheng .top14{
				top: 0;
			}
			.ul-yicheng .norap{
				white-space: inherit;
			}
			.ul-yicheng .db{
				display: block;
			}
			
			.swp-idx2{
				display: none;
			}
			.swp-idx2.ph{
				display: block;
			}
			.swp-idx2.ph ul{
				margin: 0;
			}
			.swp-idx2.ph li{
				width: 50%;
				margin-bottom: 10px;
			}
			.swp-idx2.ph .swiper{
				width: 100%;
			}
			.swp-idx2.ph ul .con{
				height: 44.5vw;
				margin: 0 5px;
			}
			
			.swiper-button-prev{
				left: -10px;
			}
			.swiper-button-next{
				right: -10px;
			}
			.row-idx3{
				padding: 50px 0;
			}
			.row-idx3 .g-idxtits.sty2{
				margin-bottom: 30px;
			}
			.swp-idx2 ul .txt{
				height: 82px;
			}
			
			
			
			.row-idx4{
				padding: 50px 0;
			}
			.row-idx4 .box1{
				padding: 0;
				margin: 0;
			}
			.ul-prize{
				width: 100%;
				overflow: hidden;
			}
			.ul-prize .name,
			.ul-prize .num{
				font-size: 14px;
				position: relative;
				z-index: 10;
			}
			.ul-prize .name::after{
				width: 60vw;
				background-size: auto 100%;
				background-repeat: repeat;
				right: -26px;
			}
			
			.row-idx4 .liucheng{
				padding-top: 50px;
			}
			.row-idx4 .liucheng .pic{
				width: 100%;
			}
			.row-idx4 .liucheng .g-idxtits{
				margin-bottom: 20px;
			}
			
			.row-idx5{
				padding: 50px 0;
			}
			.row-idx5 .desc{
				font-size: 16px;
			}
			.row-idx5 .infos{
				width: 100%;
				padding-bottom: 80px;
				position: relative;
			}
			.row-idx5 .g-idxtits{
				margin-bottom: 30px;
			}
			.row-idx5 .btns{
				float: none;
				overflow: hidden;
				/* margin: 0 -5px; */
				position: absolute;
				left: 50%;
				transform: translateX(-50%);
				bottom: 0;
				width: 100%;
				text-align: center;
			}
			.row-idx5 .info{
				background-image: url(../images/bg7-2.png);
				font-size: 14px;
				padding: 20px 15px;
			}
			.row-idx5 .btn{
				height: 36px;
				line-height: 36px;
				font-size: 16px;
				width: auto;
				/* width: calc(50% - 15px);
				display: inline-block;
				box-sizing: border-box;
				margin: 0 5px;
				max-width: 200px; */
			}
			.row-idx6 .subtits .tit::before, .row-idx6 .subtits .tit::after{
				width: 38vw;
			}
			.ul-jigou li{
				width: 20%;
				margin-bottom: 10px;
			}
			.ul-jigou .con{
				font-size: 14px;
				margin: 0 5px;
			}
			
			
			
			
			
			
			/* 评选报名 - 开始 */
			.banner.ban{
				height: 60vw;
			}
			.banner.ban .txts{
				padding-top: 10vw;
				transform: none;
				position: static;
			}
			.banner.ban .wp1230{
				height: auto;
			}
			.banner .baom{
				width:49.47vw ;
				height: 9.473vw;
			}
			.banner .baom .tit{
				font-size: 16px;
			}
			.banner .baom .tit_en{
				font-size: 16px;
			}
			.row-idx4.bm{
				padding-top: 70px;
			}
			.row-idx4.bm .box1{
				margin-left: 0;
			}
			.row-idx4.bm .btn{
				height: 30px;
				line-height: 30px;
				width: 100px;
				font-size: 14px;
				margin: 0 auto;
			}
			.row-idx4 .pxfs{
				width: 100%;
				padding:40px 10px;
				border-radius: 10px;
				margin-bottom: 70px;
			}
			.row-idx4 .pxfs .g-idxtits{
				margin-bottom: 20px;
			}
			.row-idx4 .pxfs .infos{
				margin-left: 0;
				font-size: 14px;
			}
			.row-idx4 .pxfs .infos .num{
				width: 35px;
			}
			.row-idx4 .pxfs .infos .num::before{
				width: 10px;
				height: 10px;
				margin-right: 7px;
			}
			.row-idx4 .pxfs .infos .item{
				margin-bottom: 5px;
			}
			.row-idx4 .bmtj{
				width: 100%;
			}
			.row-idx4 .bmtj .item{
				font-size: 14px;
				margin-bottom: 5px;
			}
			.row-idx4 .bmtj .pics{
				position: static;
			}
			.row-idx4 .bmtj .w650{
				width: 100%;
			}
			.row-idx4 .bmtj .sm{
				margin-top: 20px;
				font-size: 16px;
			}
			.row-idx4 .bmtj .pics{
				display: flex;
				justify-content: space-between;
				max-width: 400px;
				margin:30px auto 0;
			}
			.row-idx4 .bmtj .pics .pic{
				width: 160px;
				margin: 0;
				float: none;
				
			}
			.row-idx4 .bmtj .pics .p{
				margin-bottom: 5px;
			}
			.row-idx4 .bmtj .pics .t{
				font-size: 14px;
			}
			
			
			
			
			
			/* 往期回顾 - 开始 */
			.banner.ban2{
				height: 65vw;
				
			}
			.banner.ban2 .wp1230{
				height: auto;
			}
			
			.banner.ban2 .txts{
				padding-top: 80px;
				position: static;
				transform: none;
				padding-left: 0;
			}
			.g-tit2 .t{
				font-size: 20px;
			}
			.swp-videos{
				width: 80%;
				margin-top: -25vw;
				margin-bottom: 40px;
			}
			.swp-videos .swp{
				padding-top: 15px;
			}
			.swp-videos .vid{
				margin: 0 20px;
				height: 42vw;
			}
			.swp-videos .txt{
				height: 40px;
				line-height: 40px;
				font-size: 16px;
			}
			.swp-videos .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
				width: 10px;
				height: 10px;
				margin: 0 5px;
			}
			.swp-videos .swiper-container-horizontal>.swiper-pagination-bullets{
				bottom: 11vw	;
			}
			
			.m-xcpics{
				padding: 0;
			}
			.m-xcpics .g-tit2{
				margin-bottom: 30px;
			}
			.m-xcpics .list-tit::before, .m-xcpics .list-tit::after{
				width: calc(50% - 50px);
			}
			.m-xcpics .list-tit h3{
				height: 30px;
				line-height: 30px;
				width: 80px;
				font-size: 16px;
			}
			.m-xcpics .pic{
				height: 20vw;
			}
			
			
		}
		@media only screen and (max-width: 750px){
			.banner{
				height:100vh;
				min-height: auto;
				max-height: none;
			}
			.banner .wp1230{
				height: 100vh;
			}
			.banner .txts{
				padding-top: 0;
				position: relative;
				top: 50%;
				transform: translateY(-50%);
			}
			.banner .pic2,
			.banner .pic{
				max-width: 80%;
			}
			/* .banner .txts,
			.banner .box{
				padding-bottom: 24vw;
			} */
			.banner .box{
				bottom: auto;
				top: 0;
			}
			.banner .ftr{
				display: none;
			}
			.swp-idx1{
				padding: 10px 5px;
			}
			.swp-idx1 .con .pic{
				height: 26vw;
			}
			.m-desc .txts{
				font-size: 14px;
			}
			/* 会议议程开始 */
			.ul-yicheng .t1{
				display: block;
				margin-right: 0;
			}
			.ul-prize .name::after{
				width: 50vw;
			}
			.row-idx6 .subtits .tit::before, .row-idx6 .subtits .tit::after{
				width: 35vw;
			}
			
			.row-idx6 .g-idxtits{
				margin-bottom: 30px;
			}
			
			.ul-jigou li{
				width: 25%;
				margin-bottom: 10px;
			}
			
			
			
			
			
			/* 评选报名 */
			.banner.ban{
				height: 80vw;
			}
			.banner.ban .txts{
				padding-top: 20vw;
			}
			.banner .baom{
				width: 235px;
				height: 60px;
				background-size: 100% 100%;
				padding-top: 8px;
				
			}
			.banner .baom .tit,
			.banner .baom .tit_en{
				font-size: 15px;
				
				
			}
			
			/* 往期回顾 - 开始 */
			.banner.ban2{
				height: 90vw;
			}
			.swp-videos{
				width: calc(100% - 40px);
			}
			.m-xcpics .pic{
				height: 27vw;
			}
			.m-xcpics .list{
				margin-bottom: 20px;
			}
		}
		@media only screen and (max-width: 500px){
			.banner .pic2, .banner .pic{
				max-width: 120%;
				margin-left: -20%;
			}
			.banner .ftr{
				left: 0;
			}
			.ul-prize .name::after{
				width: 35vw;
			}
			.row-idx6 .subtits .tit::before, .row-idx6 .subtits .tit::after{
				width: 30vw;
			}
			.ul-jigou li{
				width: 33.333%;
				margin-bottom: 10px;
				
			}
			.ul-jigou li .con{
				font-size: 12px;
			}
			.ftr .info a{
				display: block;
			}
			/* .banner .txts,
			.banner .box{
				padding-bottom: 30vw;
			} */
		}	
		@media only screen and (max-width: 400px){
			.ul-prize .name::after{
				width: 25.6vw;
			}
			.banner .ftr .info{
				font-size: 12px;
				line-height: 1.5em;
			}
			/* .banner .txts,
			.banner .box{
				padding-bottom: 40vw;
			} */
		}


		/* 弹窗 */
		.m-pop{
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            cursor: auto;
			z-index: 100;
            display: none;
        }
        /* .m-pop .pop-bg{
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            z-index: -1;
            background: rgba(0,0,0,.51);
        } */
        .m-pop .inner {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 1175px;
			max-height: 80vh;
            transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            background-color: #d7bd97;
            overflow: hidden;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			overflow-y: hidden;
			overflow-x: hidden;
		}
		.m-pop .close{
			position: absolute;
			width: 25px;
			height: 25px;
			right: 32px;
			top: 17px;
			background: url(../images/close.png) no-repeat center;
		}
		.m-pop .inner .m-win{
			padding: 51px 35px;
			overflow: hidden;
		}
		.m-investorl{
			margin: 0 32px 0 16px;
			overflow: hidden;
			background-color: #fff;
			border-radius: 30px 30px 0 0;
			-webkit-border-radius: 30px 30px 0 0;
			-moz-border-radius: 30px 30px 0 0;
			-ms-border-radius: 30px 30px 0 0;
			-o-border-radius: 30px 30px 0 0;
			padding: 82px 130px 30px 97px;
		}
		.m-investorl .m-titl{
			overflow: hidden;
			margin-bottom: 48px;
		}
		.m-titl .tit{
			font-size: 34px;
			color: #323333;
			line-height: 1.2em;
			overflow: hidden;
			font-weight: normal;
		}
		.m-titl .en{
			font-size: 26px;
			font-weight: normal;
			color: #878787;
			line-height: 1.2em;
			overflow: hidden;
			margin-bottom: 5px;
		}
		.m-titl .line{
			display: block;
			width: auto;
			height: 10px;
		}
		.m-titl .line img{
			display: block;
			width: auto;
			max-width: 100%;
			height: 100%;
		}
		.m-investorl .desc{
			font-size: 20px;
			color: #323333;
			line-height: 1.772em;
			overflow: hidden;
			letter-spacing: 1px;
		}
		.m-weightl{
			overflow: hidden;
			background-color: #f0f0f0;
			border-radius: 30px;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			-ms-border-radius: 30px;
			-o-border-radius: 30px;
			margin-top: -20px;
			padding: 82px 30px 55px;
		}
		.ul-listl1{
			overflow: hidden;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.ul-listl1 li{
			width: 33.33%;
			float: left;
		}
		.ul-listl1 .con{
			display: block;
			overflow: hidden;
			/* padding-top: 87px; */
			padding: 0 20px;
		}
		.ul-listl1 .con .top{
			overflow: hidden;
			min-height: 172px;
			position: relative;
			margin-bottom: 9px;
		}
		.ul-listl1 .con .top .bg{
			position: absolute;
			top: 0;
			left: 50%;
			width: 172px;
			height: 172px;
			overflow: hidden;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			-ms-border-radius: 50%;
			-o-border-radius: 50%;
			overflow: hidden;
			background-color: #e8e2d7;
			transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			z-index: -1;
		}
		.ul-listl1 .con .top .bg:after{
			content: "";
			position: absolute;
			top: 11px;
			left: 11px;
			right: 11px;
			bottom: 11px;
			background-color: #fff;
			overflow: hidden;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			-ms-border-radius: 50%;
			-o-border-radius: 50%;
		}
		.ul-listl1 .con .top .box{
			position: relative;
			z-index: 2;
		}
		.ul-listl1 .con .top .num{
			font-size: 78px;
			color: #a51f24;
			line-height: 150px;
			text-align: center;
			overflow: hidden;
			font-weight: bold;
		}
		.ul-listl1 .con .top .num span,
		.ul-listl1 .con .top .num em{
			display: block;
		}
		.ul-listl1 .con .top .num em{
			font-size: 28px;
			color: #a51f24;
			line-height: 1.5em;
			margin-top: -36px;
			font-weight: bold;
		}
		.ul-listl1 .con .txt{
			overflow: hidden;
			text-align: center;
		}
		.ul-listl1 .con .txt .tit{
			margin: 0 auto;
			width: 224px;
			height: 50px;
			line-height: 50px;
			text-align: center;
			padding: 0 20px;
			background-color: #cd141c;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			-ms-border-radius: 10px;
			-o-border-radius: 10px;
			font-size: 28px;
			color: #fff;
			overflow: hidden;
			margin-bottom: 11px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.ul-listl1 .con .info{
			font-size: 21px;
			color: #323333;
			line-height: 1.608em;
			overflow: hidden;
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			-webkit-box-pack: justify;
			-webkit-justify-content: center;
			-moz-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: center;
		}
		.ul-listl1 .con .info span{
			display: block;
			text-align: left;
			position: relative;
			padding-left: 17px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.ul-listl1 .con .info.i2 span{
			width: 50%;
			float: left;
		}
		.ul-listl1 .con .info span:nth-child(2n){
			margin-right: 0;
		}
		.ul-listl1 .con .info span:after{
			content: "";
			position: absolute;
			width: 6px;
			height: 6px;
			left: 0;
			top: 50%;
			margin-top: -3px;
			background-color: #323333;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-ms-border-radius: 3px;
			-o-border-radius: 3px;
		}
		.m-applicationl{
			overflow: hidden;
			background-repeat: no-repeat;
			background-position: top center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-ms-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			margin-top: -211px;
			position: relative;
			z-index: -1;
			padding: 230px 33px 120px 45px;
		}
		.m-applicationl .tit{
			overflow: hidden;
			text-align: center;
			font-size: 0;
			margin-bottom: 54px;
		}
		.m-applicationl .tit span{
			display: inline-block;
			padding: 0 28px;
			position: relative;
			overflow: hidden;
			line-height: 1.5em;
			color: #fff;
			font-size: 31px;
		}
		.m-applicationl .tit span:before,
		.m-applicationl .tit span:after{
			content: "";
			position: absolute;
			width: 14px;
			height: 14px;
			left: 0;
			top: 50%;
			margin-top: -7px;
			background-color: #e2c8a2;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			-ms-border-radius: 50%;
			-o-border-radius: 50%;
		}
		.m-applicationl .tit span:after{
			left: auto;
			right: 0;
		}
		.ul-listl2{
			overflow: hidden;
		}
		.ul-listl2 li{
			width: 33.33%;
			float: left;
			padding: 0 5px;
			overflow: hidden;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.ul-listl2 .con{
			display: block;
			overflow: hidden;
			background-color: #ffffff;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			-ms-border-radius: 10px;
			-o-border-radius: 10px;
			padding: 16px 14px 34px;
		}
		.ul-listl2 .con .icon{
			display: block;
			width: 83px;
			height: 83px;
			line-height: 83px;
			overflow: hidden;
			text-align: center;
			font-size: 0;
			margin: 0 auto 21px;
		}
		.ul-listl2 .con .icon img{
			display: inline-block;
			vertical-align: middle;
			max-width: 100%;
			max-height: 100%;
			width: auto;
		}
		.ul-listl2 .con .txt{
			overflow: hidden;
		}
		.ul-listl2 .con .stit{
			width: 133px;
			height: 33px;
			line-height: 33px;
			text-align: center;
			border-radius: 17px;
			-webkit-border-radius: 17px;
			-moz-border-radius: 17px;
			-ms-border-radius: 17px;
			-o-border-radius: 17px;
			overflow: hidden;
			background-color: #cd141c;
			padding: 0 17px;
			margin: 0 auto 8px;
			font-size: 24px;
			color: #fff;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.ul-listl2 .con .desc{
			font-size: 17px;
			color: #323333;
			line-height: 1.705em;
			overflow: hidden;
			text-align: center;
			display: -webkit-box;
			box-orient: vertical;
			-webkit-box-orient: vertical;
			line-clamp: 2;
			-webkit-line-clamp: 2;
			overflow: hidden;
		}

        .m-pop.open{
			display: block;
		}

		.m-pop .inner::-webkit-scrollbar {
			width:5px;
			height:1px;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-ms-border-radius: 3px;
			-o-border-radius: 3px;
		}
		/* 两端按钮*/
		.m-pop .inner::-webkit-scrollbar-button{
			display: none;
		}
		/*滚动条轨道背景颜色*/
		.m-pop .inner::-webkit-scrollbar-track-piece{
			background:#d7bd97;
		}
		/*滚动条样式*/
		.m-pop .inner::-webkit-scrollbar-thumb{
			background:#fff;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-ms-border-radius: 3px;
			-o-border-radius: 3px;
		}

		@media only screen and (min-width: 950px) and (max-width: 1600px) {
			.m-pop .inner {
				width: 73.43vw;
			}
			.m-pop .inner .m-win{
				padding: 3.187vw 2.187vw;
			}
			.m-investorl{
				margin: 0 2vw 0 1vw;
				border-radius: 1.875vw 1.875vw 0 0;
				-webkit-border-radius: 1.875vw 1.875vw 0 0;
				-moz-border-radius: 1.875vw 1.875vw 0 0;
				-ms-border-radius: 1.875vw 1.875vw 0 0;
				-o-border-radius: 1.875vw 1.875vw 0 0;
				padding: 5.125vw 8.125vw 1.875vw 6.062vw;
			}
			.m-investorl .m-titl{
				margin-bottom: 3vw;
			}
			.m-titl .tit{
				font-size: 2.25vw;
				line-height: 1.2em;
				font-weight: normal;
			}
			.m-titl .en{
				font-size: 1.75vw;
				font-weight: normal;
				line-height: 1.2em;
				margin-bottom: 0.312vw;
			}
			.m-titl .line{
				width: auto;
				height: 0.625vw;
			}
			.m-investorl .desc{
				font-size: 1.375vw;
				line-height: 1.772em;
				letter-spacing: 1px;
			}
			.m-weightl{
				margin-top: -1.25vw;
				padding: 5.125vw 1.875vw 3.437vw;
			}
			.ul-listl1 .con{
				padding: 0 1.25vw;
			}
			.ul-listl1 .con .top{
				min-height: 10.75vw;
				margin-bottom: 0.562vw;
			}
			.ul-listl1 .con .top .bg{
				top: 0;
				width: 10.75vw;
				height: 10.75vw;
			}
			.ul-listl1 .con .top .bg:after{
				content: "";
				top: 0.687vw;
				left: 0.687vw;
				right: 0.687vw;
				bottom: 0.687vw;
			}
			.ul-listl1 .con .top .num{
				font-size: 4.875vw;
				line-height: 9.375vw;
				font-weight: bold;
			}
			.ul-listl1 .con .top .num em{
				font-size: 1.75vw;
				line-height: 1.5em;
				margin-top: -2.25vw;
				font-weight: bold;
			}
			.ul-listl1 .con .txt .tit{
				margin: 0 auto;
				width: 14vw;
				height: 3.125vw;
				line-height: 3.125vw;
				padding: 0 1.25vw;
				font-size: 1.75vw;
				margin-bottom: 0.687vw;
			}
			.ul-listl1 .con .info{
				font-size: 1.437vw;
				line-height: 1.608em;
			}
			.ul-listl1 .con .info span{
				padding-left: 1.062vw;
			}
			.ul-listl1 .con .info span:after{
				content: "";
				width: 0.375vw;
				height: 0.375vw;
				left: 0;
				top: 50%;
				margin-top: -0.187vw;
			}
			.m-applicationl{
				padding-top: 14.37vw;
				margin-top: -13.18vw;
				padding: 14.37vw 2.062vw 7.5vw 2.812vw;
			}
			.m-applicationl .tit{
				font-size: 0;
				margin-bottom: 3.375vw;
			}
			.m-applicationl .tit span{
				padding: 0 1.75vw;
				line-height: 1.5em;
				font-size: 1.937vw;
			}
			.m-applicationl .tit span:before,
			.m-applicationl .tit span:after{
				width: 0.875vw;
				height: 0.875vw;
				margin-top: -0.437vw;
			}
			.ul-listl2 li{
				width: 33.33%;
				padding: 0 0.312vw;
			}
			.ul-listl2 .con{
				padding: 1vw 0.875vw 2.125vw;
			}
			.ul-listl2 .con .icon{
				width: 5.187vw;
				height: 5.187vw;
				line-height: 5.187vw;
				font-size: 0;
				margin: 0 auto 1.312vw;
			}
			.ul-listl2 .con .stit{
				width: 8.312vw;
				height: 2.062vw;
				line-height: 2.062vw;
				padding: 0 1.062vw;
				margin: 0 auto 0.5vw;
				font-size: 1.5vw;
			}
			.ul-listl2 .con .desc{
				font-size: 1.062vw;
				line-height: 1.705em;
			}
		}


		@media only screen and (max-width: 950px){
			.m-pop .inner .m-win{
				padding: 30px 20px 0;
			}
			.m-pop .inner{
				width: 80%;
				border-radius: 10px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				-ms-border-radius: 10px;
				-o-border-radius: 10px;
			}
			.m-investorl{
				margin: 0;
				border-radius: 10px 10px 0 0;
				-webkit-border-radius: 10px 10px 0 0;
				-moz-border-radius: 10px 10px 0 0;
				-ms-border-radius: 10px 10px 0 0;
				-o-border-radius: 10px 10px 0 0;
				padding: 15px;
			}
			.m-titl .tit{
				font-size: 20px;
			}
			.m-titl .en{
				font-size: 14px;
			}
			.m-titl .line{
				height: 6px;
			}
			.m-investorl .m-titl{
				margin-bottom: 20px;
			}
			.m-investorl .desc{
				font-size: 14px;
			}
			.m-weightl{
				border-radius: 10px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				-ms-border-radius: 10px;
				-o-border-radius: 10px;
				padding: 15px;
				margin-top: -10px;
			}
			.ul-listl1 .con{
				padding: 0 10px;
			}
			.ul-listl1 .con .top{
				min-height: 100px;
			}
			.ul-listl1 .con .top .bg{
				width: 100px;
				height: 100px;
			}
			.ul-listl1 .con .top .num{
				font-size: 26px;
				line-height: 100px;
			}
			.ul-listl1 .con .top .num em{
				font-size: 14px;
			}
			.ul-listl1 .con .txt .tit{
				width: 100%;
				height: 36px;
				line-height: 36px;
				padding: 0 15px;
				font-size: 16px;
			}
			.ul-listl1 .con .info{
				font-size: 14px;
			}
			.ul-listl1 .con .info span{
				padding-left: 12px;
			}
			.ul-listl1 .con .info span:after{
				width: 4px;
				height: 4px;
				margin-top: -2px;
			}
			.m-applicationl{
				margin-top: -80px;
				padding: 100px 15px 30px;
			}
			.m-applicationl .tit{
				margin-bottom: 30px;
			}
			.m-applicationl .tit span{
				padding: 0 15px;
				font-size: 20px;
			}
			.m-applicationl .tit span:before,
			.m-applicationl .tit span:after{
				width: 8px;
				height: 8px;
				margin-top: -4px;
			}
			.ul-listl2 .con{
				padding: 15px;
			}
			.ul-listl2 .con .icon{
				width: 60px;
				height: 60px;
				line-height: 60px;
				margin-bottom: 10px;
			}
			.ul-listl2 .con .stit{
				width: 100%;
				height: 30px;
				line-height: 30px;
				font-size: 16px;
				padding: 0 15px;
			}
			.ul-listl2 .con .desc{
				font-size: 14px;
			}
			.m-pop .close{
				right: 5px;
				top: 10px;
			}
		}
		@media only screen and (max-width: 750px){
			.m-pop .inner{
				width: 96%;
			}
		}
		@media only screen and (max-width: 500px){
			.ul-listl2 li{
				width: auto;
				float: none;
				margin-bottom: 10px;
			}
			.ul-listl1 li{
				width: auto;
				float: none;
				margin-bottom: 10px;
			}
			.ul-listl1 .con .txt .tit{
				width: 180px;
			}
			.ul-listl2 .con .stit{
				width: 120px;
			}
		}
		@media only screen and (max-width: 400px){
			
		}
